
/*! normalize.css v1.0.1 | MIT License | git.io/normalize */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
	display: block;
}

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

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

[hidden] {
	display: none;
}

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

html, button, input, select, textarea {
	font-family: sans-serif;
}

body {
	margin: 0;
}

a:focus {
	outline: thin dotted;
}

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

h1 {
	font-size: 2em;
	margin: .67em 0;
}

h2 {
	font-size: 1.5em;
	margin: .83em 0;
}

h3 {
	font-size: 1.17em;
	margin: 1em 0;
}

h4 {
	font-size: 1em;
	margin: 1.33em 0;
	font-weight: 600;
}

h5 {
	font-size: .83em;
	margin: 1.67em 0;
}

h6 {
	font-size: .75em;
	margin: 2.33em 0;
}

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

b, strong {
	font-weight: bold;
}

blockquote {
	margin: 1em 40px;
}

dfn {
	font-style: italic;
}

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

p, pre {
	margin: 1em 0;
}

code, kbd, pre, samp {
	font-family: monospace, serif;
	_font-family: "courier new", monospace;
	font-size: 1em;
}

pre {
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

q {
	quotes: none;
}

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

small {
	font-size: 80%;
}

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

sup {
	top: -.5em;
}

sub {
	bottom: -.25em;
}

dl, menu, ol, ul {
	margin: 1em 0;
}

dd {
	margin: 0 0 0 40px;
}

menu, ol, ul {
	padding: 0 0 0 40px;
}

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

img {
	border: 0;
	-ms-interpolation-mode: bicubic;
}

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

figure {
	margin: 0;
}

form {
	margin: 0;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: .35em .625em .75em;
}

legend {
	border: 0;
	padding: 0;
	white-space: normal;
}

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

button, input {
	line-height: normal;
}

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

button[disabled], 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;
	vertical-align: top;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* =============================================================================
   Primary styles
   ========================================================================== */

/* typography - based on blueprintcss.org. Uses font-size: 75% to give us a base of 12px */
body {
	font-size: 75%;
	color: #4d4d4d;
	background: #fff;
	font-family: "Libre Franklin", Helvetica, Arial, sans-serif;
	line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
	color: #000;
	font-family: "Libre Franklin", Helvetica, Arial, sans-serif;
	margin: 0;
}

h1 {
	font-size: 3em;
	margin-bottom: .25em;
	line-height: 1.1;
}

h2 {
	font-size: 2em;
	margin-bottom: .25em;
	line-height: 1.1;
}

h3 {
	font-size: 1.75em;
	margin-bottom: 1em;
	font-family: "Libre Franklin", Helvetica, Arial, sans-serif;
}

h4 {
	font-size: 1.5em;
	margin-bottom: 1em;
	font-family: "Libre Franklin", Helvetica, Arial, sans-serif;
	font-weight: 600;
}

h5 {
	font-size: 1.33333em;
	margin-bottom: .5em;
	line-height: 1.35;
	text-transform: none;
}

h6 {
	font-size: 1.16em;
	margin-bottom: .5em;
	text-transform: none;
}

h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {
	margin: 0;
}

p {
	margin: 0 0 1.5em;
}

p img.left {
	float: left;
	margin: 1.5em 1.5em 1.5em 0;
	padding: 0;
}

p img.right {
	float: right;
	margin: 1.5em 0 1.5em 1.5em;
}

a:focus, a:hover {
	color: #41caff;
}

a {
	color: #0071bc;
	text-decoration: underline;
}

blockquote {
	margin: 1.5em;
	color: #666;
	font-style: italic;
}

strong {
	font-weight: bold;
}

em, dfn {
	font-style: italic;
}

dfn {
	font-weight: bold;
}

sup, sub {
	line-height: 0;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
}

address {
	margin: 0 0 1.5em;
	line-height: 1.75;
}

del {
	color: #666;
}

pre {
	margin: 1.5em 0;
	white-space: pre;
}

pre, code, tt {
	font: 1em "andale mono", "lucida console", monospace;
	line-height: 1.5;
}

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

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

ul li {
	margin: 0 0 1em;
}

ul {
	list-style-type: disc;
}

ol {
	list-style-type: decimal;
}

dl {
	margin: 0 0 1.5em;
}

dl dt {
	font-weight: bold;
}

dd {
	margin-left: 1.5em;
}

table {
	margin-bottom: 1.4em;
	width: 100%;
}

th {
	font-weight: bold;
}

thead th {
	background: #ddd;
	color: #333;
}

th, td, caption {
	padding: 4px 10px 4px 5px;
}

tr.even td {
	background: #999;
}

tfoot {
	font-style: italic;
}

caption {
	background: #444;
	color: #ddd;
}

.hide {
	display: none;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.hidden {
	display: none;
}

input:focus, textarea:focus {
	outline: none;
}

/* default wordpress styles */
.entry-content img {
	margin: 0 0 1.5em;
}

.alignleft, img.alignleft {
	margin-right: 1.5em;
	display: inline;
	float: left;
}

.alignright, img.alignright {
	margin-left: 1.5em;
	display: inline;
	float: right;
}

.aligncenter, img.aligncenter {
	margin-right: auto;
	margin-left: auto;
	display: block;
	clear: both;
}

.alignnone, img.alignnone {
	clear: both;
}

.wp-caption {
	margin-bottom: 2em;
	text-align: center;
}

.wp-caption img {
	border: 0 none;
	padding: 0;
	margin: 0;
}

.wp-caption p.wp-caption-text {
	line-height: 1.5;
	font-size: 10px;
	margin: 0;
}

.wp-smiley {
	margin: 0 !important;
	max-height: 1em;
}

blockquote.left {
	margin-right: 20px;
	text-align: right;
	margin-left: 0;
	width: 33%;
	float: left;
}

blockquote.right {
	margin-left: 20px;
	text-align: left;
	margin-right: 0;
	width: 33%;
	float: right;
}

.gallery dl {}

.gallery dt {}

.gallery dd {}

.gallery dl a {}

.gallery dl img {}

.gallery-caption {}

.size-full {}

.size-large {}

.size-medium {}

.size-thumbnail {}

.sticky {}

.bypostauthor {}

/* =============================================================================
   Main Styles
   ========================================================================== */
html, body {
	height: 100%;
}

#wrapper {
	padding-top: 30px;
	overflow: hidden;
}

/*.admin-bar #wrapper {
	margin-top: 32px;
}*/
.innercontain, .widecontain {
	margin: 0 5%;
}

#header {
	background: #2a2a2a;
	height: 50px;
	padding: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 110;
}

.admin-bar #header {
	top: 32px;
}

#header .header-wrap {
	position: relative;
	margin: 0;
}

#header h1, #header #logo {
	float: left;
	margin: 0;
}

#header h1 #logo {
	float: none;
}

#header #logo {
	background: #000 url("https://cdn-ildocam.nitrocdn.com/eypJzbQdDtAFrxEMSnwtVeEIgHFiTItb/assets/images/source/rev-6e45647/atomicdust.wpenginepowered.com/wp-content/themes/ad2013/img/logos/ad-logo.svg") no-repeat center 20px;
	background-size: 95px 10px;
	display: block;
	height: 50px;
	/* margin-left: -5%; */
	padding: 0 25px;
	overflow: hidden;
	outline: none;
	text-align: left;
	text-decoration: none;
	text-indent: -9999px;
	white-space: nowrap;
	width: 95px;
	position: relative;
	z-index: 2;
}

#header .search-contain {
	background: rgba(0, 0, 0, .97);
	display: none;
	height: 100%;
	width: 100%;
	position: fixed;
	padding: 5px 10px;
	top: 50px;
	right: -10px;
	z-index: 1;
}

.search-contain input[type="text"], .search-contain input[type="search"] {
	background: none;
	border: none;
	color: #fff;
	font-size: 48px;
	padding: 3px;
	margin-top: 25vh;
}

.search-instructions {
	padding-left: 5px;
	padding-top: 10px;
	color: #fff;
}

#header #logo.nitro-lazy {
	background: none !important;
}

#header .search-contain a {
	width: 32px;
	height: 32px;
	position: absolute;
	top: 25vh;
	right: 0;
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	/* IE 9 */
	-webkit-transform: rotate(45deg);
}

#header .search-contain a .one {
	content: "";
	background: #f1f1f1;
	width: 32px;
	height: 2px;
	display: block;
	position: absolute;
	top: 15px;
	right: 0;
}

#header .search-contain a .two {
	content: "";
	background: #f1f1f1;
	width: 2px;
	height: 32px;
	display: block;
	position: absolute;
	top: 0px;
	right: 15px;
}

#header .search-contain input[type="submit"] {
	background: #555;
	border: none;
	color: #f1f1f1;
	font-size: 21px;
	padding: 3px 5px;
	display: none;
}

#header .search-contain input[type="submit"]:hover {
	background: #333;
}

#header .fb-like {
	display: none;
}

/* nav */
.nav-container ul, .nav-container li {
	list-style: none;
	margin: 0;
	padding: 0;
}

.nav-container li {
	float: left;
	line-height: 1;
}

.nav-container a {
	text-decoration: none;
}

.navtoggle {
	background: transparent url("https://cdn-ildocam.nitrocdn.com/eypJzbQdDtAFrxEMSnwtVeEIgHFiTItb/assets/images/optimized/rev-6e45647/atomicdust.wpenginepowered.com/wp-content/themes/ad2013/img/icons/navtoggle.png") no-repeat scroll left top;
	background-size: 30px 20px;
	display: block;
	height: 20px;
	outline: none;
	overflow: hidden;
	position: absolute;
	right: 5%;
	text-indent: 101%;
	top: 15px;
	white-space: nowrap;
	width: 30px;
}

.navtoggle.nitro-lazy {
	background: none !important;
}

#main-nav-container {
	float: right;
	font-size: 1.025em;
	text-transform: uppercase;
}

#main-nav {
	background: #2a2a2a;
	display: none;
	left: 0;
	padding: 50px 0 30px;
	position: absolute;
	right: 0;
	top: 50px;
	width: 100%;
}

#main-nav a {
	color: #fff;
	display: block;
	font-size: 35px;
	padding: 15px 30px;
	text-align: left;
	text-transform: none;
}

#main-nav li {
	float: none;
}

/* homepage */
.frontpage-header {
	position: relative;
	height: 100vh;
	background: #2a2a2a;
	color: #fff;
	overflow: hidden;
}

.frontpage-header .introduction-box {
	top: 60%;
	position: relative;
	width: 90%;
}

@media only screen and (min-width: 1350px) {
	.frontpage-header .introduction-box {
		max-width: 1350px;
	}
}

.introduction-box h1 {
	color: #fffaf7;
	margin-bottom: 10px;
	font-family: "Libre Franklin", Helvetica, Arial, sans-serif;
	font-size: 70px;
	font-weight: 600;
	transition-delay: .5s;
}

.introduction-box .introduction-content {
	transition-delay: .75s;
	font-size: 18px;
	font-weight: 400;
	margin-bottom: 16px;
	color: #fff;
}

.introduction-box .introduction-button {
	display: inline-block;
	border-radius: 3px;
	background-color: #0b89ea;
	color: #fff;
	font-size: 16px;
	padding: 9px 20px;
	text-decoration: none;
	transition-delay: 1s;
}

.frontpage-header .header-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: top center;
	transform: scale(1);
	opacity: 1;
}

/* .frontpage-header .header-image.header-hidden {
	opacity: 0;
	transform: scale(1);
} */
.header-links {
	position: relative;
	max-width: 1350px;
	margin: -90px auto 0;
	background-color: #fff;
	padding: 20px 25px;
	display: flex;
	box-sizing: border-box;
}

.header-links .header-link {
	padding: 20px 25px;
	flex: 1;
	text-decoration: none;
}

.header-link-title {
	display: inline-block;
	padding-right: 50px;
	background-image: url("https://cdn-ildocam.nitrocdn.com/eypJzbQdDtAFrxEMSnwtVeEIgHFiTItb/assets/images/optimized/rev-6e45647/atomicdust.wpenginepowered.com/wp-content/themes/ad2013/img/icons/fp-link-arrow.svg");
	background-repeat: no-repeat;
	background-position: right 10px top 9px;
	transition: background-position .25s ease;
	margin-bottom: 15px;
	font-weight: 400;
	font-family: "georgia";
}

.header-link-title.nitro-lazy {
	background-image: none !important;
}

.header-link:hover .header-link-title {
	background-position: right 2px top 9px;
	color: #0b89ea;
}

.header-link-description {
	color: #808080;
	font-family: "Libre Franklin", Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
}

@media (max-width: 1350px) {
	.frontpage-header .grad {
		background: linear-gradient(180deg, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 1) 100%);
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
}

@media (max-width: 960px) {
	.frontpage-header {
		height: 80vh;
	}
	
	.introduction-box h1 {
		font-size: 50px;
	}
	
	.header-links {
		display: block !important;
		margin: 0;
		padding: 20px 15px;
	}
	
	.header-links .header-link {
		display: block;
		padding: 20px 10px;
		border-bottom: solid 1px #999;
	}
}

@media (max-width: 500px) {
	.introduction-box h1 {
		font-size: 40px;
	}
}

/* Animations */
.animate {
	transition: all ease 1s;
}

.animate-in {
	transform: translateY(40px) scale(1);
	opacity: 0;
}

.slider {
	position: relative;
	width: 100%;
}

.fullscreen h4 {
	bottom: 15px;
	margin: 0;
	left: 0;
	position: absolute;
	width: 100%;
}

.slider {
	height: 100%;
}

.slide {
	overflow: hidden;
	width: 100%;
}

.slide, .slide .dp, .slides {
	height: 100%;
}

.slider .slides {
	z-index: 1;
	width: 100%;
}

/*.slide76{
	display: none;
	overflow: hidden;
	position: relative;
}*/
.slider .slide {
	visibility: visible !important;
	width: 100%;
}

.slide:first-child {
	display: block;
}

.slide .headline {
	left: 5%;
	margin-top: -1em;
	position: absolute;
	top: 20%;
	text-align: center;
	text-shadow: 2px 2px 6px rgba(153, 153, 153, .5);
	text-shadow: 2px 2px 6px rgba(66, 66, 66, .5);
	width: 90%;
	z-index: 2;
}

.slide h1 {
	clear: both;
	color: #fff;
	font-size: 1.75em;
	font-weight: bold;
	line-height: 1;
	margin: 0 0 .4338em;
	text-transform: uppercase;
}

.slide a {
	color: #fff;
	outline: none;
	text-decoration: none;
}

.slide a:hover, .slide a:hover h1 {
	color: #41caff;
}

.slide h3 {
	font-family: "Libre Franklin", Helvetica, Arial, sans-serif;
	margin: 0;
	color: #fff;
	font-size: 1.16667em;
}

.slide h3 a {
	color: #fff;
	text-decoration: none;
}

.slide h3 a:hover {
	color: #05aada;
}

.slide .pf {
	display: none;
}

.slide img {
	display: block;
	height: auto;
	width: 100%;
	position: relative;
	z-index: 1;
}

.slidenav ul, .slidenav li {
	list-style: none;
	padding: 0;
}

.slidenav {
	background: #262626;
	left: 0;
	bottom: 0;
	position: absolute;
	width: 100%;
	z-index: 102;
}

.slidenav li {
	display: block;
	float: left;
	margin: 0;
	width: 33.3333333%;
}

.slidenav a {
	color: #b0b0b0;
	display: block;
	outline: none;
	position: relative;
	padding: 8px 8px 10px;
	text-decoration: none;
}

.slidenav h5 {
	color: #b0b0b0;
	margin: 0;
	font-size: 1em;
	font-weight: bold;
	text-transform: uppercase;
}

.slidenav .sub {
	display: none;
}

.slidenav .cycle-pager-active a, .slidenav a:hover {
	color: #fff;
	background: #000;
}

.slidenav .cycle-pager-active h5, .slidenav a:hover h5 {
	color: #fff;
}

.slidenav .timer {
	background: rgba(3, 183, 255, .5);
	top: -3px;
	display: none;
	height: 3px;
	left: 0;
	position: absolute;
	width: 0;
}

.no-rgba .slidernav .timer {
	background: #03b7ff;
}

.slidenav .cycle-pager-active .timer {
	display: block;
}

.herotext {
	color: #252525;
	font-family: "Libre Franklin", Helvetica, Arial, sans-serif;
	font-size: 1.5em;
	padding: 45px 0;
	position: relative;
	text-align: center;
}

.herotext p {
	line-height: 1;
	margin: 0;
}

.herotext p:first-child {
	line-height: 1.72;
	margin-bottom: .7222em;
}

.herotext .innercontain a, a.jump, .jump a {
	background: url("https://cdn-ildocam.nitrocdn.com/eypJzbQdDtAFrxEMSnwtVeEIgHFiTItb/assets/images/optimized/rev-6e45647/atomicdust.wpenginepowered.com/wp-content/themes/ad2013/img/icons/jump-arrow.png") no-repeat right center;
	font-family: "Libre Franklin", Helvetica, Arial, sans-serif;
	padding-right: 18px;
	/*text-transform: uppercase;*/
	text-decoration: none;
}

.herotext .innercontain a.nitro-lazy, a.jump.nitro-lazy, .jump a.nitro-lazy {
	background: none !important;
}

a.jump-lrg {
	background-image: url("https://cdn-ildocam.nitrocdn.com/eypJzbQdDtAFrxEMSnwtVeEIgHFiTItb/assets/images/optimized/rev-6e45647/atomicdust.wpenginepowered.com/wp-content/themes/ad2013/img/icons/jump-arrow-lrg.png");
	padding-right: 26px;
}

a.jump-lrg.nitro-lazy {
	background-image: none !important;
}

.herotext .innercontain a {
	font-size: 73.833%;
}

a.godown {
	background: #03b7ff url("https://cdn-ildocam.nitrocdn.com/eypJzbQdDtAFrxEMSnwtVeEIgHFiTItb/assets/images/optimized/rev-6e45647/atomicdust.wpenginepowered.com/wp-content/themes/ad2013/img/icons/arrow-dwn.png") no-repeat center center;
	display: block;
	height: 38px;
	left: 50%;
	margin: 0 0 0 -19px;
	overflow: hidden;
	outline: none;
	position: absolute;
	text-indent: 100%;
	top: -10px;
	white-space: nowrap;
	width: 38px;
	z-index: 98;
	-webkit-border-radius: 19px;
	-moz-border-radius: 19px;
	border-radius: 19px;
	-webkit-border-radius: 19px;
	-moz-border-radius: 19px;
	border-radius: 19px;
}

a.godown.nitro-lazy {
	background: none !important;
}

.bloglist {
	margin-bottom: 2em;
}

.bloglist img {
	display: block;
	height: auto;
	width: 100%;
	position: relative;
	z-index: 0;
}

.bloglist .hentry, .bloglist .box-contain {
	position: relative;
}

.bloglist .hentry h3 {
	font-family: "Libre Franklin", Helvetica, Arial, sans-serif;
	background: #fff;
	color: #252525;
	bottom: 0;
	font-size: 1.166667em;
	left: 0;
	line-height: 1.5;
	margin: 0;
	padding: 5%;
	position: absolute;
	text-decoration: none;
	width: 90%;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
	filter: alpha(opacity=85);
	-moz-opacity: .85;
	-khtml-opacity: .85;
	opacity: .85;
}

.bloglist a {
	text-decoration: none;
}

.box-contain {
	background: #252525;
	padding: 10px;
}

.box {
	border: 1px solid #929292;
	color: #fff;
	padding: 5%;
	margin: auto;
}

.box h3 {
	color: #fff;
	font-family: "Libre Franklin", Helvetica, Arial, sans-serif;
	font-size: 1.5em;
	line-height: 1.3762;
	margin-bottom: .5em;
}

.box .jump {
	text-transform: none;
}

.sidebar_message .box {
	color: #333;
	margin: 0;
	min-height: 200px;
}

.sidebar_message .box h3 {
	color: #333;
}

.connect {
	background: #fff;
}

.connect a {
	background: #3b579d url("https://cdn-ildocam.nitrocdn.com/eypJzbQdDtAFrxEMSnwtVeEIgHFiTItb/assets/images/optimized/rev-6e45647/atomicdust.wpenginepowered.com/wp-content/themes/ad2013/img/icons/social.png") no-repeat 20.5px center;
	display: block;
	float: left;
	height: 50px;
	overflow: hidden;
	outline: none;
	text-indent: 101%;
	white-space: nowrap;
	width: 50px;
}

.connect a.nitro-lazy {
	background: none !important;
}

.connect a.twitter {
	background-color: #00aced;
	background-position: -32px center;
}

.connect a:hover {
	background-color: #4966ae;
}

.connect a.twitter:hover {
	background-color: #23bdf7;
}

.infocolumns {
	clear: both;
	margin-bottom: 2em;
}

.awardcolumns-title {
	font-family: "Libre Franklin", Helvetica, Arial, sans-serif;
	padding-bottom: 2em;
	text-transform: uppercase;
}

.awardcolumns-title p {
	color: #0f1414;
	font-family: "Libre Franklin", Helvetica, Arial, sans-serif;
	font-size: 1.58333em;
	margin: 0 0 .5em;
	text-transform: none;
}

.infocolumns-title h3, .page-template-template-about-php .content h3 {
	font-size: 1.583333em;
	font-weight: bold;
	text-transform: uppercase;
}

.page-template-template-about-php .content h4 {
	font-size: 1.16667em;
	line-height: 1.555;
}

.page-template-template-about-php #content p {
	font-size: 1.166667em;
}

.page-template-template-about-php #content h2 {
	font-size: 1.75em;
	line-height: 1.2381;
	margin-bottom: 1em;
}

.awardcolumns-title a {
	font-size: .735833em;
	text-decoration: none;
}

.infocolumns .col .entry {
	color: #616161;
	font-family: "Libre Franklin", Helvetica, Arial, sans-serif;
	font-size: 1.1666667em;
}

.infocolumns .col h4, .overview-children h3 {
	font-size: 1.1666667em;
	margin-bottom: 1.5em;
	text-transform: uppercase;
}

.infocolumns .col h4 a {
	color: #000;
	text-decoration: none;
	font-weight: 600;
}

.sub-content .jump {
	font-size: 1em;
	text-align: left;
}

.sub-content .jump a {
	padding-right: 30px;
}

.fullimg-contain {
	display: block;
	overflow: hidden;
	position: relative;
}

.fullimg {
	display: block;
	height: auto;
	position: relative;
	width: 100%;
	z-index: 0;
}

.wallpapers .fullimg {
	height: auto;
}

@media only screen and (min-width: 1280px) {
	.wallpapers .fullimg {
		height: 384px;
	}
}

.fullimg-contain .innercontain {
	position: relative;
	z-index: 1;
}

.imgexpand {
	display: block;
	height: auto;
	width: 100%;
}

.video-container {
	background: #333 url("https://cdn-ildocam.nitrocdn.com/eypJzbQdDtAFrxEMSnwtVeEIgHFiTItb/assets/images/optimized/rev-6e45647/atomicdust.wpenginepowered.com/wp-content/themes/ad2013/img/icons/loading.gif") no-repeat center center;
}

.video-container.nitro-lazy {
	background: none !important;
}

.page-template-template-fullwidth-php .video-container {
	background: none;
	margin-bottom: 2em;
}

.single-work .work-video {
	margin-bottom: 20px;
}

.video-container .video, .work-video .video.hasvideo {
	display: none;
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	z-index: 1;
}

.postid-4576 .fullvid .video {
	display: block;
	padding-bottom: 54.25%;
}

.fullvid .video, .page-template-template-thingswevelearned .fullvid {
	display: block;
	padding-bottom: 56.25%;
}

.page-template-template-thingswevelearned .fullvid {
	position: relative;
	margin-bottom: 40px;
}

.work-video .video.hasvideo, .video-container .video:first-child {
	display: block;
}

.video-container .videoswap {
	display: block;
}

.video-container iframe, .video-container object, .video-container embed, .work-video iframe, .work-video object, .work-video embed, .page-template-template-thingswevelearned .fullvid iframe, .page-template-template-thingswevelearned .fullvid object, .page-template-template-thingswevelearned .fullvid embed {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.fullvid .video iframe, .fullvid .video object, .fullvid .video embed, .page-template-template-thingswevelearned .fullvid iframe, .page-template-template-thingswevelearned .fullvid object, .page-template-template-thingswevelearned .fullvid embed {
	display: block;
}

.video-container h3 {
	background: url("https://cdn-ildocam.nitrocdn.com/eypJzbQdDtAFrxEMSnwtVeEIgHFiTItb/assets/images/optimized/rev-6e45647/atomicdust.wpenginepowered.com/wp-content/themes/ad2013/img/icons/playbtn.png") no-repeat center bottom;
	margin-top: -20px;
	padding-bottom: 45px;
	position: absolute;
	text-align: center;
	text-transform: uppercase;
	top: 50%;
	left: 5%;
	z-index: 1;
	width: 90%;
	font-size: 1.16667em;
	font-weight: bold;
	color: #fff;
}

.video-container h3.nitro-lazy {
	background: none !important;
}

.block-nav ul, .block-nav li {
	list-style: none;
	margin: 0;
	padding: 0;
}

.block-nav li {
	background: #b6b6b6;
}

.block-nav a {
	background: #00b7ff;
	color: #fff;
	display: block;
	outline: none;
	text-decoration: none;
}

.block-nav a:hover {
	background: #41caff;
}

.block-nav li.active a {
	background: #fff;
}

.block-nav .attachment-thumbnail {
	display: none;
}

.block-nav .thumb {
	display: block;
}

.block-nav h4, .block-nav h6 {
	color: #fff;
	font-size: .9166667em;
	font-weight: bold;
	margin: 0;
	line-height: 1;
	padding: 12px 5px 12px 28px;
	position: relative;
	text-transform: uppercase;
}

.block-nav .active h4, .block-nav .active h6 {
	color: #1d1d1d;
}

.block-nav h4:before, .block-nav h6:before {
	content: "•";
	display: block;
	left: 12px;
	top: 12px;
	position: absolute;
}

.block-nav .active h4:before, .block-nav .active h6:before {
	color: #0498d1;
}

.col {
	margin-bottom: 2em;
}

.meta-columns .col {
	border: none;
	background: #fff;
	color: #8e8e8e;
	margin-bottom: 0;
	font-size: 1.33333em;
	padding: 40px 3%;
	line-height: 1.167;
}

.meta-columns .col:last-child {
	border-bottom: none;
}

.meta-columns .col a {
	text-decoration: none;
}

.meta-columns .col p {
	margin: 0;
	text-align: center;
	width: auto;
}

.meta-columns .col .icon {
	margin: 6px 10px 0 0;
	float: left;
}

ul.social-lg, ul.social-lg li {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.social-lg {
	display: inline-block;
}

ul.social-lg li {
	float: left;
	margin-left: 16px;
}

ul.social-lg li:first-child {
	margin-left: 0;
}

ul.social-lg li a {
	background: url("https://cdn-ildocam.nitrocdn.com/eypJzbQdDtAFrxEMSnwtVeEIgHFiTItb/assets/images/optimized/rev-6e45647/atomicdust.wpenginepowered.com/wp-content/themes/ad2013/img/icons/social-lg.png") no-repeat 0 0;
	display: block;
	outline: none;
	overflow: hidden;
	height: 28px;
	text-indent: 101%;
	white-space: nowrap;
	width: 30px;
}

ul.social-lg li a.nitro-lazy {
	background: none !important;
}

/* @media (max-width: 960px) {
	ul.social-lg li a {
		border: solid 10px #fff;
	}
} */
ul.social-lg li a:hover {
	background-position: 0 -29px;
}

ul.social-lg li.twitter a {
	background-position: -35px 0;
}

ul.social-lg li.twitter a:hover {
	background-position: -35px -29px;
}

ul.social-lg li.facebook a {
	background-position: -72px 0;
}

ul.social-lg li.facebook a:hover {
	background-position: -72px -29px;
}

ul.social-lg li.gplus a {
	background-position: -108px 0;
}

ul.social-lg li.gplus a:hover {
	background-position: -108px -29px;
}

ul.social-lg li.linkedin a {
	background-position: -144px 0;
}

ul.social-lg li.linkedin a:hover {
	background-position: -144px -29px;
}

ul.social-lg li.pinterest a {
	background-position: -179px 0;
}

ul.social-lg li.pinterest a:hover {
	background-position: -179px -29px;
}

/* blog */
.content {
	padding-bottom: 50px;
}

.pagetitle {
	font-size: 4.6em;
	line-height: 1;
	margin: 0 0 .25em;
	padding: 20px 0;
	text-align: center;
}

.pagetop .pagetitle {
	font-family: "Libre Franklin", Helvetica, Arial, sans-serif;
	font-size: 2em;
	line-height: 1.25;
	margin: 0 0 15px;
	padding: 0;
	text-align: left;
}

.pagetitle em {
	color: #ccc;
}

.featured-img {
	margin-bottom: 10px;
	overflow: hidden;
	position: relative;
}

.featured-img:before {
	display: block;
	content: "";
	width: 100%;
	padding-top: 56.25%;
}

.featured-med {
	margin-bottom: 10px;
}

.post-gallery {
	position: relative;
}

.post-gallery .gslide {
	display: block;
	height: auto;
	position: relative;
	width: 100%;
}

.cycle-prev, .cycle-next {
	background: url("https://cdn-ildocam.nitrocdn.com/eypJzbQdDtAFrxEMSnwtVeEIgHFiTItb/assets/images/optimized/rev-6e45647/atomicdust.wpenginepowered.com/wp-content/themes/ad2013/img/icons/arrow-gallery-left.png") no-repeat center center;
	bottom: 0;
	display: block;
	overflow: hidden;
	position: absolute;
	left: 0;
	outline: none;
	top: 0;
	width: 5%;
	text-indent: 101%;
	white-space: nowrap;
	z-index: 105;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	-moz-opacity: .5;
	-khtml-opacity: .5;
	opacity: .5;
}

.cycle-prev.nitro-lazy, .cycle-next.nitro-lazy {
	background: none !important;
}

.cycle-next {
	background-image: url("https://cdn-ildocam.nitrocdn.com/eypJzbQdDtAFrxEMSnwtVeEIgHFiTItb/assets/images/optimized/rev-6e45647/atomicdust.wpenginepowered.com/wp-content/themes/ad2013/img/icons/arrow-gallery-right.png");
	left: auto;
	right: 0;
}

.cycle-next.nitro-lazy {
	background-image: none !important;
}

.cycle-prev:hover, .cycle-next:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}

.blog-idx-featured {
	height: auto;
	max-height: 681px;
}

.blog-idx-featured .entry p {
	margin: 0;
}

.featured-img img, .featured-img picture {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	min-width: 100%;
	min-height: 100%;
	object-fit: cover;
	width: 100%;
	height: auto;
}

.blog-idx-featured img {}

.blogpage {
	padding-top: 25px;
}

.blog .first-featured .excerpt {
	color: #4d4d4d;
	font-size: 1.333em;
	line-height: 1.625;
}

.single-post .gallery {
	margin-bottom: 1.5em;
	padding-bottom: 32px;
	margin-top: 2px;
}

.single-post .gallery .gallery-item {
	margin-top: 32px;
}

.single-post .gallery .gallery-prevnext {
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 101;
}

.single-post .gallery .gallery-prevnext a {
	background: rgba(0, 151, 211, .5);
	display: inline-block;
	color: #fff;
	height: 20px;
	padding: 6px 10px;
	line-height: 1;
	text-decoration: none;
	transition: background-color 250ms ease-in-out;
}

.single-post .gallery .gallery-prevnext a + a {
	margin-left: 1px;
}

.single-post .gallery .gallery-prevnext a:hover {
	background: rgba(0, 151, 211, .9);
}

.single-post .gallery img {
	display: block;
}

.single-post .gallery .gallery-caption {
	background: #f0f0f0;
	margin: 0;
	padding: 4px 8px;
}

.single-post .content, .single-employment .content {
	padding-bottom: 0;
}

.single-post .post .content, .single-employment .employment .content {
	background: #fff;
	padding: 30px 0 34px;
	position: relative;
	z-index: 2;
}

.single-post .post .entry p, .single-post .post .entry > ul > li, .single-employment .employment .entry p, .single-employment .employment .entry > ul > li, .blogpage .hentry .entry p {
	font-size: 1.16667em;
	line-height: 1.62;
}

.blog .first-featured .entry p {
	margin-bottom: .42em;
}

.search-results .posttype {
	background: #eee;
	display: inline-block;
	margin: 0 0 10px;
	padding: 5px 7px;
}

.single-post .subtitle, .single-employment .subtitle {
	display: none;
}

.single-post .alignnone.size-full, .single-employment .alignnone.size-full {
	display: block;
	margin: 25px auto;
	max-width: 100%;
	width: auto;
	height: auto;
}

.size-full.center4real.aligncenter, .size-full.center4real {
	margin: 0 auto;
}

.blogpostcontain {
	border-bottom: 1px solid #d2d2d2;
	padding-bottom: 34px;
}

.bottomcontainerBox {
	margin-top: 34px;
	width: auto;
}

.secondary-post-content *:last-child {
	margin-bottom: 0;
}

.secondary-post-content img {
	display: block;
	height: auto;
	width: 100%;
}

.wp-caption {
	width: auto !important;
}

.wp-caption img {
	display: block;
	max-width: 100%;
	width: auto;
	height: auto;
}

.entry-title {
	font-size: 1.75em;
	/* 21px / 12px */
	line-height: 1.2380952380952;
	/* 26px / 21px */
	text-transform: none;
}

.blog .first-featured .entry-title {
	margin: 0 0 .77em 0;
	font-family: "Libre Franklin", Helvetica, Arial, sans-serif;
	font-size: 2em;
	font-weight: 600;
	line-height: 1.25;
}

.entry-title a {
	color: #000;
	text-decoration: none;
}

.featured .entry-title a {
	color: #000;
}

.entry-title a:hover {
	color: #41caff;
}

.single-post .entry-title, .single-employment .entry-title {
	margin: 25px 0 15px;
	font-family: "Libre Franklin", Helvetica, Arial, sans-serif;
	font-size: 2em;
	line-height: 1.25;
}

.single-post .entry img, .single-employment .entry img {
	height: auto;
	max-width: 100%;
}

.single-post .wp-caption p, .single-employment .wp-caption p {
	background: #2c2c2c;
	color: #f3f3f3;
	font-size: 1.3333em;
	text-align: left;
	margin: 0;
	padding: 22px 35px;
}

.single-post .postmeta, .single-employment .postmeta, .blog .first-featured .postmeta {
	display: none;
	margin-bottom: -30px;
	position: relative;
	overflow: hidden;
	z-index: 102;
}

.single-post .nothumbnail .postmeta, .single-employment .nothumbnail .postmeta {
	margin-bottom: 0;
}

.single-post .postmeta-b, .single-employment .postmeta-b {
	clear: both;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	top: -80px;
}

.single-post .nothumbnail .postmeta-b, .single-employment .nothumbnail .postmeta-b {
	margin-top: 30px;
	top: 0;
}

.postmeta-b .postdate {
	background: #000;
	color: #fff;
	float: left;
	height: 30px;
	line-height: 30px;
	margin: 0 0 0 65px;
	padding: 0 7px;
}

.single-post .avatar, .single-employment .avatar, .blog .first-featured .avatar {
	display: block;
	float: left;
	margin: 0;
}

.metablock {
	bottom: 0;
	left: 65px;
	position: absolute;
}

.metablock ul, .metablock li, .emp-tags, .emp-tags li {
	list-style: none;
	margin: 0;
	padding: 0;
}

.metablock ul {
	float: left;
}

.metablock .metarow {
	margin: 0;
	overflow: hidden;
}

.metablock li, .emp-tags li.emp-twitter, .emp-tags li {
	border-left: 2px solid #089fd6;
	float: left;
}

.emp-tags li {
	border-left: 1px solid #fff;
}

.metablock li:first-child, .emp-tags li.emp-twitter:first-child {
	border-left: none;
}

.metarow a, .emp-tags .emp-twitter a, .emp-tags a {
	background: #0ab0ed;
	color: #fff;
	display: block;
	font-family: "Libre Franklin", Helvetica, Arial, sans-serif;
	height: 30px;
	line-height: 30px;
	padding: 0 7px;
	text-decoration: none;
	text-transform: uppercase;
}

.emp-tags .emp-twitter a {
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAMCAYAAABr5z2BAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MDMzMTQ3NkZCMUJFMTFFMjk4M0Y4QThCOTAxOTc0N0EiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MDMzMTQ3NzBCMUJFMTFFMjk4M0Y4QThCOTAxOTc0N0EiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDowMzMxNDc2REIxQkUxMUUyOTgzRjhBOEI5MDE5NzQ3QSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDowMzMxNDc2RUIxQkUxMUUyOTgzRjhBOEI5MDE5NzQ3QSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PkTzbLMAAADeSURBVHjalNKxCwFhGMfxtwulLMTEYvUPyCaF8jdIjBajjX+DzWa1SboMirIoq1lRyHIl0r2+r+5yXXdyv/rUDfc8997zvEJKGUYOwkcSY9zxwgx5tFBRL5RxRcmnwVp6Z4+6JoSIIgEdA2TENzkUhHdC2KovxHBydFbH1NFHT/qnqU5o/8JcBk/NbpDBI2CxiZRqoGZwQAOG+D8LnD9P1qTjWAU4QdHeknNdHTz/KB461+zeeRabH8UTRNwNqmhjgKNPoYEuNPdFU5dhibTFdAzqhh2mGOHiNc23AAMARn4TdJ52tKIAAAAASUVORK5CYII=");
	background-repeat: no-repeat;
	background-position: 12px center;
	padding-left: 40px;
	padding-right: 12px;
}

.emp-tags .emp-twitter a.nitro-lazy {
	background-image: none !important;
}

.metarow a:hover, .emp-tags .emp-twitter a:hover {
	background-color: #41caff;
}

.metablock li.tag {
	border-left: 2px solid #51b425;
}

.metablock .tag a, .emp-tags a {
	background: #5bca2a;
}

.metablock .tag a:hover, .emp-tags a:hover {
	background-color: #7fe851;
}

.metablock .postauthor {
	padding-left: 7px;
}

.single-post .metarow .social, .single-employment .metarow .social {
	float: left;
	margin: 5px 0 0 10px;
	height: 21px;
}

.single-employment .employment-apply {
	margin-top: 30px;
}

.single-post .metarow .bottomcontainerBox, .single-employment .metarow .bottomcontainerBox {
	margin: 0;
}

.ngfb-buttons {}

.ngfb-buttons > div {
	float: left;
	margin: 0 0 10px;
}

.single-employment .authormeta {
	background: #ececec;
}

.single-post .authormeta {
	background-color: #fff;
}

.single-post .social {
	height: 40px;
	width: 100%;
}

.single-post .hupso_pinterest img {
	width: 43px;
	height: 21px;
}

.single-post .authormeta .innercontain, .single-employment .authormeta .innercontain {
	position: relative;
	padding: 37px 0;
}

.single-post .authormeta .innercontain {
	position: relative;
	padding: 37px 0;
	padding-top: 0;
}

.authormeta .med_avatar {
	display: none;
}

.single-post .authordesc, .single-employment .authordesc {}

.single-post .authordesc {
	margin-left: 0;
}

@media only screen and (min-width: 500px) {
	.single-post .authordesc {
		margin-left: 135px;
	}
}

.single-post .authordesc .avatar, .single-employment .authordesc .avatar {
	margin: 0 20px 10px 0;
}

.authormeta h5 {
	font-size: 1em;
	letter-spacing: 1px;
	margin: 0 0 2em;
	text-transform: uppercase;
}

.authormeta h4 {
	font-family: "Libre Franklin", Helvetica, Arial, sans-serif;
	/*font-size: 1.3333em;*/
	font-size: .875rem;
	margin: 0 0 .675em;
	text-transform: none;
}

.authormeta p {
	font-size: .875rem;
}

.authordesc a {
	font-size: .875rem;
	text-decoration: none;
	font-family: "Libre Franklin", Helvetica, Arial, sans-serif;
	color: #000;
}

.authormeta h4 a:hover {
	text-decoration: underline;
}

.authormeta .postdate {
	margin: 0;
}

.related-post {
	margin: 0 0 22px;
}

.related-post h4 a {
	color: #8e8e8e;
	text-decoration: none;
}

.related-post h4 a:hover {
	text-decoration: underline;
}

.blogpage hr {
	background: #ddd;
	border: none;
	color: #ddd;
	height: 1px;
	width: 33%;
	float: left;
}

.postdate, .postauthor, .blogpage .postmeta {
	color: #666;
	margin: 0 0 5px;
}

.blogpage .postmeta {
	clear: both;
	text-transform: uppercase;
	font-weight: normal;
	font-style: normal;
	margin: 0 auto;
}

.blog .first-featured .postauthor {
	text-transform: none;
}

.postauthor a {
	color: #666;
	text-decoration: none;
}

.postauthor a:hover {
	text-decoration: underline;
}

.blogpage .postmeta a {
	text-decoration: none;
}

.blog .first-featured .postmeta {
	position: relative;
	z-index: 10;
}

.blog .first-featured .postdate {
	background: #fff;
	color: #333;
	display: inline-block;
	padding: 8px 20px;
	margin: 0;
}

.blogpage .hentry {
	margin-bottom: 20px;
}

.blogpage .postcontain {
	margin: 0;
}

.blogpage #pagination {
	margin: 0 5%;
}

.blogpage .first-featured .innercontain {
	border-bottom: 1px solid #d2d2d2;
	margin-left: 5%;
	margin-right: 5%;
	padding-bottom: 10px;
}

.blogpage .entry .entry-title {
	margin-bottom: .5em;
}

.more, .blogpage .hentry .entry .more {
	font-size: 1.4433em;
}

/*.blogpage .pagenav ul {
}
.blogpage .pagenav li
{
	margin: 0 1px 0 0;
	color: #FFFFFF;
	font-size: 1.16666666666667em;
	letter-spacing: .025em;
	line-height: 1;
	text-align: center;
	float: left;
	width: 49.5%;
}

.blogpage .pagenav li a
{
	display: block;
	margin: 0 auto;
	padding: 24px 12px 24px 12px;
	background-color: #0097d3;
	color: #FFFFFF;
}
.blogpage .pagenav li a:hover {
	background-color: #33ccff;
}*/

/* Employment pages */
.careersimg .cycle-slideshow {
	max-width: 1250px !important;
	width: 90%;
}

.careersimg {
	width: 100%;
	background: #000;
	background: -moz-linear-gradient(top, #1e5799 0%, #2989d8 50%, #207cca 51%, #7db9e8 100%);
	background: -webkit-linear-gradient(top, #1e5799 0%, #2989d8 50%, #207cca 51%, #7db9e8 100%);
	background: linear-gradient(to bottom, #fff 0%, #fff 50%, #000 51%, #000 100%);
	display: flex;
	text-align: center;
	margin: 0 auto;
	justify-content: center;
}

.careersimg img {
	max-width: 1250px;
	width: 100%;
	margin: 0 auto;
	text-align: center;
	display: flex;
	height: auto;
}

@media all and (max-width: 767px) {}

.careerimg {}

.careerspage {
	padding-bottom: 0;
}

.careerspage .col-iter-1 {
	padding: 140px 0;
}

.careercontent {
	padding-right: 50px;
}

.careerspage .col-text .innercontain {
	max-width: 400px;
}

.careerspage .col-text .rght {
	float: right;
	margin: 0 10% 0 5%;
	width: 85%;
}

.careerspage .col-text p, .careerspage .col-text li {
	font-size: 1.16667em;
	line-height: 1.8;
}

.careerspage h2 {
	font-size: 2.6em;
	line-height: 1.338;
	margin-bottom: .5em;
}

.careeropenings {
	background: #000;
	padding: 55px 0 65px;
	color: #fff;
}

.careeropenings .careersbottom {
	display: flex;
	flex-direction: row;
	margin-top: 95px;
}

.careeropenings .careersbottom .careersbottom-left {
	display: flex;
	flex-direction: column;
	flex: 1 0 40%;
}

.careeropenings .careersbottom .careersbottom-left p {
	margin-right: 15px;
}

.careeropenings .careersbottom .careersbottom-right p {
	margin-left: 15px;
}

.careeropenings .careersbottom .careersbottom-right {
	display: flex;
	flex-direction: column;
	flex: 1 0 40%;
}

.careeropenings .careersbottom p {
	color: #fff;
	font-size: 16px;
}

.careeropenings .careersbottom h5 {
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 0;
}

.careeropenings h2 {
	text-transform: uppercase;
	color: #fff;
	font-weight: bold;
	font-size: 2em;
}

.careeropenings p, .careeropenings li {
	color: #7c7c7c;
	font-size: 14px;
	line-height: 22px;
}

.careeropenings h3 {
	color: #fff;
	font-size: 25px;
	font-family: "Libre Franklin", Helvetica, Arial, sans-serif;
	margin-bottom: 0;
}

.careeropenings .employment-info {
	margin-top: 5px;
}

.careeropenings.internopenings {
	background: #fff;
	padding: 55px 0 115px;
	color: #222;
}

.careeropenings.internopenings h2 {
	text-transform: uppercase;
	color: #222;
	font-weight: bold;
	font-size: 2em;
}

.careeropenings.internopenings p, .careeropenings.internopenings li {
	color: #7c7c7c;
	font-size: 14px;
	line-height: 22px;
}

.careeropenings.internopenings h3 {
	color: #222;
	font-size: 25px;
	font-family: "Libre Franklin", Helvetica, Arial, sans-serif;
}

.openingcontain {
	width: 458px;
	float: left;
}

.opening {
	padding: 45px 0;
	border-bottom: 1px solid #fff;
}

.careeropenings .opening {
	padding: 25px 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.careeropenings .employment-type, .careeropenings .employment-location {
	text-transform: uppercase;
	color: #ccc;
	margin-right: 15px;
}

.internopenings .opening {
	border-bottom: 1px solid #222;
}

.internopenings .openingmore {
	background: url("https://cdn-ildocam.nitrocdn.com/eypJzbQdDtAFrxEMSnwtVeEIgHFiTItb/assets/images/optimized/rev-6e45647/atomicdust.wpenginepowered.com/wp-content/themes/ad2013/img/morebg_w.jpg") center right no-repeat;
}

.internopenings .openingmore.nitro-lazy {
	background: none !important;
}

.openingmore {
	display: block;
	float: left;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	background: url("https://cdn-ildocam.nitrocdn.com/eypJzbQdDtAFrxEMSnwtVeEIgHFiTItb/assets/images/optimized/rev-6e45647/atomicdust.wpenginepowered.com/wp-content/themes/ad2013/img/plusimg.jpg") center right no-repeat;
	padding: 10px 40px 10px 0;
}

.openingmore.nitro-lazy {
	background: none !important;
}

.openingapply {
	float: right;
}

.opening .openingcontain .opening-title-link {
	color: #fff;
	text-decoration: none;
}

.opening .openingcontain .opening-title-link:hover {
	text-decoration: underline;
}

.careersheadline {
	background-color: none;
	padding-top: 160px;
}

.careersheadline h1, .careersheadline h3 {
	color: #000;
	text-decoration: none;
}

.careersheadline h1 {
	text-decoration: none;
	font-family: "Libre Franklin", Helvetica, Arial, sans-serif;
	font-size: 32px;
	margin-bottom: 15px;
}

.careersheadline h3 {
	font-weight: normal;
	font-size: 20px;
	font-family: "Libre Franklin", Helvetica, Arial, sans-serif;
}

.careerperks {
	background-color: #000;
	color: #fff;
	padding-bottom: 50px;
}

.careerperks .innercontain {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 90%;
	max-width: 1200px;
	border: 1px solid #fff;
	padding: 35px;
}

.careerperks .perk {
	display: flex;
	flex-direction: column;
	flex: 1 0 25%;
	margin-bottom: 30px;
	padding: 10px;
	box-sizing: border-box;
}

.careerperks .perk h3 {
	color: #fff;
	margin-right: 25px;
	margin-bottom: 5px;
}

.careerperks .perk p {}

.career-photos {
	background-color: #000;
}

.career-photos .innercontain {
	display: flex;
	flex-direction: row;
	width: 90%;
	max-width: 1290px;
	margin: 0 auto;
}

.career-photos img {
	width: 100%;
	height: auto;
}

/* .career-photos .photos-left {
	display: flex;
	width: 45%;
}
.career-photos .photos-right {
	display: flex;
	flex-direction: row;
	width: 55%;
}
.career-photos .photos-right .right-middle {
	display: flex;
	flex-direction: column;
}
.career-photos .photos-right .right {
	display: flex;
	flex-direction: column;
} */
.missionstatements {
	background-color: #000;
	color: #fff;
	padding-bottom: 150px;
	padding-top: 75px;
}

.missionstatements .innercontain {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}

.missionstatements .statement {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	/* flex: 1 0 33%; */
	max-width: 33%;
}

.missionstatements .statement h3 {
	color: #fff;
	margin-right: 35px;
	margin-bottom: 5px;
}

.missionstatements .statement p {
	margin-right: 35px;
}

.openingapply .applybtn, .internships .applybtn, .single-employment .applybtn {
	padding: 10px 50px;
	color: #fff;
	text-decoration: none;
	background: #00b7ff;
}

@media all and (max-width: 767px) {
	.careersheadline {
		padding-top: 100px;
	}
	
	.careersimg img {
		margin: 0 auto;
	}
	
	.careeropenings .careersbottom {
		flex-direction: column;
	}
	
	.careeropenings .careersbottom .careersbottom-left {
		flex: 1 0 100%;
	}
	
	.careeropenings .careersbottom .careersbottom-right {
		flex: 1 0 100%;
	}
	
	.careeropenings .careersbottom .careersbottom-right p {
		margin-left: 0;
	}
	
	.careerperks .innercontain {
		width: auto;
		flex-direction: column;
	}
	
	.careerperks .perk {
		flex: 1 0 100%;
	}
	
	.career-photos img {
		width: 80%;
		margin: 0 auto;
	}
	
	.missionstatements .innercontain {
		flex-direction: column;
	}
	
	.missionstatements .statement {
		flex: 1 0 100%;
		max-width: 100%;
	}
}

.single-employment .applybtn {
	position: relative;
	top: 80px;
	right: 70px;
}

.internships .applybtn, .single-employment .applybtn {
	position: static;
	margin-top: 10px;
	float: left;
}

.internships {
	background: #f4f4f5;
	padding: 55px 0 115px;
}

.internships h3 {
	font-size: 24px;
	text-transform: uppercase;
}

.internships p, .internships li {
	color: #7c7c7c;
	font-size: 14px;
	line-height: 22px;
}

.internshipleft {
	float: left;
	width: 460px;
}

.internshipright {
	padding-left: 100px;
	float: left;
}

@media all and (max-width: 767px) {
	.openingapply .applybtn, .internships .applybtn, .single-employment .applybtn {
		top: 10px;
		right: 0;
		float: none;
	}
	
	.internshipleft, .internshipright {
		width: 100%;
		padding: 0;
	}
}

/* END STUFF */
.tax-employmenttype .pagetitle {
	text-align: left;
}

.tax-employmenttype .hentry .entry {
	float: left !important;
}

.b {
	font-family: "Libre Franklin", Helvetica, Arial, sans-serif;
}

.empintro {
	margin: 20px 0 50px;
}

.post-type-archive-employment .hentry .entry {
	float: left !important;
	margin-right: 3% !important;
	width: 85% !important;
}

.more a {
	background: url("https://cdn-ildocam.nitrocdn.com/eypJzbQdDtAFrxEMSnwtVeEIgHFiTItb/assets/images/optimized/rev-6e45647/atomicdust.wpenginepowered.com/wp-content/themes/ad2013/img/icons/arrow-dbl-right.png") no-repeat right center;
	padding-right: 24px;
	text-decoration: none;
}

.more a.nitro-lazy {
	background: none !important;
}

/* sidebar */
ul.widgets, ul.widgets .widget-container {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.widgets .widget-container {
	margin: 0 0 30px;
}

ul.widgets .widget-container img {
	height: auto;
	max-width: 100%;
}

.widget-container ul, .widget-container li {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.widgets .widget-title {
	line-height: 1.3;
	margin-bottom: .5em;
}

.widget-container li {
	text-transform: uppercase;
}

.widget-container li a {
	text-decoration: none;
}

.widget-container li a:hover {
	text-decoration: underline;
}

.custom-post-link img {
	display: block;
}

.befriends h4 {
	color: #1898d0;
	font-family: "Libre Franklin", Helvetica, Arial, sans-serif;
	font-size: 1.16667em;
	font-weight: bold;
	margin-bottom: .64em;
}

.watchandlearn-widget .widget-title {
	color: #1898d0;
	font-family: "Libre Franklin", Helvetica, Arial, sans-serif;
}

.befriends ul, .befriends li {
	list-style: none;
	margin: 0;
	padding: 0;
}

.befriends li {
	float: left;
	margin-left: 7px;
}

.befriends li:first-child {
	margin-left: 0;
}

.befriends li a {
	background: url("https://cdn-ildocam.nitrocdn.com/eypJzbQdDtAFrxEMSnwtVeEIgHFiTItb/assets/images/optimized/rev-6e45647/atomicdust.wpenginepowered.com/wp-content/themes/ad2013/img/icons/social-sm.png") no-repeat 0 0;
	display: block;
	outline: none;
	overflow: hidden;
	height: 21px;
	text-indent: 101%;
	white-space: nowrap;
	width: 21px;
}

.befriends li a.nitro-lazy {
	background: none !important;
}

.befriends li a:hover {
	background-position: 0 -22px;
}

.befriends li.instagram a {
	background-position: -24px 0;
}

.befriends li.instagram a:hover {
	background-position: -24px -22px;
}

.befriends li.twitter a {
	background-position: -48px 0;
}

.befriends li.twitter a:hover {
	background-position: -48px -22px;
}

.befriends li.facebook a {
	background-position: -72px 0;
}

.befriends li.facebook a:hover {
	background-position: -72px -22px;
}

.befriends li.gplus a {
	background-position: -96px 0;
}

.befriends li.gplus a:hover {
	background-position: -96px -22px;
}

.befriends li.linkedin a {
	background-position: -121px 0;
}

.befriends li.linkedin a:hover {
	background-position: -121px -22px;
}

.befriends li.pinterest a {
	background-position: -145px 0;
}

.befriends li.pinterest a:hover {
	background-position: -145px -22px;
}

ul.widgets .widget_tp_widget_recent_tweets {
	text-transform: none;
	position: relative;
}

ul.widgets .widget_tp_widget_recent_tweets .widget-title {}

.widget-container .tp_recent_tweets span {
	background: #1898d0;
	color: #fff;
	display: block;
	font-family: "Libre Franklin", Helvetica, Arial, sans-serif;
	min-height: 103px;
	padding: 10px;
	position: relative;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.widget-container .tp_recent_tweets span:after {
	top: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.widget-container .tp_recent_tweets span:after {
	border-color: rgba(24, 152, 208, 0);
	border-top-color: #1898d0;
	border-width: 8px;
	left: 75%;
	margin-left: -8px;
}

.widget-container .tp_recent_tweets a {
	color: #ddd;
	font-family: "Libre Franklin", Helvetica, Arial, sans-serif;
}

.widget-container .tp_recent_tweets a.twitter_time {
	background: url("https://cdn-ildocam.nitrocdn.com/eypJzbQdDtAFrxEMSnwtVeEIgHFiTItb/assets/images/optimized/rev-6e45647/atomicdust.wpenginepowered.com/wp-content/themes/ad2013/img/icons/bird.png") no-repeat right 1px;
	display: block;
	color: #1898d0;
	font-weight: bold;
	line-height: 1;
	padding-right: 22px;
	text-align: right;
	margin-top: 17px;
	margin-right: 20%;
}

.widget-container .tp_recent_tweets a.twitter_time.nitro-lazy {
	background: none !important;
}

.tp_recent_tweets br {
	display: none;
}

.widget-container .tp_recent_tweets li {
	text-transform: none;
}

ul.widgets .newsletter-widget {
	background: url("https://cdn-ildocam.nitrocdn.com/eypJzbQdDtAFrxEMSnwtVeEIgHFiTItb/assets/images/optimized/rev-6e45647/atomicdust.wpenginepowered.com/wp-content/themes/ad2013/img/icons/icon-newsletter.png") no-repeat left top;
	padding-top: 50px;
}

ul.widgets .newsletter-widget.nitro-lazy {
	background: none !important;
}

/* comments */
#comments {
	padding: 0 0 37px;
}

#comments .reveal-comments-container {
	text-align: center;
}

#comments .reveal-comments {
	display: inline-block;
	border: 1px solid #ccc;
	text-decoration: none;
	cursor: pointer;
	color: black;
	font-size: 1.25rem;
	padding: .75em 4em;
	font-family: "Libre Franklin", Helvetica, Arial, sans-serif;
	letter-spacing: 3px;
}

#comments .reveal-comments:hover {
	background-color: #ccc;
	color: white;
}

.js #social {
	display: none;
}

a.converse {
	background: #0097d3;
	display: block;
	color: #fff;
	font-size: 1.1308em;
	font-weight: bold;
	height: 60px;
	line-height: 1.26;
	margin: 0 auto;
	padding-top: 38px;
	position: relative;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	width: 98px;
	-webkit-border-radius: 49px;
	-moz-border-radius: 49px;
	border-radius: 49px;
}

a.converse:hover {
	background-color: #00b2de;
}

a.converse:before {
	background: url("https://cdn-ildocam.nitrocdn.com/eypJzbQdDtAFrxEMSnwtVeEIgHFiTItb/assets/images/optimized/rev-6e45647/atomicdust.wpenginepowered.com/wp-content/themes/ad2013/img/icons/comment.png") no-repeat center center;
	content: "";
	display: block;
	left: 0;
	height: 14px;
	position: absolute;
	top: 18px;
	width: 100%;
}

a.converse:focus {
	top: 1px;
}

.lt-ie9 a.converse {
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00b3df", endColorstr="#007dc8", GradientType=1);
}

/* our work */
.single-work h2 {
	font-size: 2.6em;
	line-height: 1.338;
	margin-bottom: .5em;
}

.single-work h3, .pagetop h3 {
	color: #05aada;
	font-size: 1em;
	margin: 0 0 .8em;
	letter-spacing: 1px;
}

.single-work .social {
	display: none;
}

.single-work .social-b {
	margin: 12px auto;
}

.single-work h3 a, .pagetop h3 a {
	color: #05aada;
	text-decoration: none;
}

.single-work h3 a:hover, .pagetop h3 a:hover {
	text-decoration: underline;
}

.single-work .content .col img {
	display: block;
	height: auto;
	position: relative;
	width: 100%;
	z-index: 1;
}

.single-work .imgwrap {
	position: relative;
}

.single-work .col .text, .gslide .download {
	background: rgba(32, 177, 224, .8);
	display: table;
	color: #fff;
	height: 100px;
	left: 50%;
	font-size: 1.16667em;
	top: 50%;
	margin: -50px 0 0 -50px;
	padding: 10px;
	position: absolute;
	z-index: 2;
	vertical-align: middle;
	width: 100px;
	text-align: center;
	text-transform: uppercase;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	/* IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	/* IE 5-7 */
	filter: alpha(opacity=80);
	/* Netscape */
	-moz-opacity: .8;
	/* Safari 1.x */
	-khtml-opacity: .8;
	/* Good browsers */
	opacity: .8;
}

.gslide .download {
	background: rgba(51, 51, 51, .8);
	top: 70%;
	text-decoration: none;
}

.single-work .col .text:hover, .gslide .download:hover {
	/* IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	/* IE 5-7 */
	filter: alpha(opacity=100);
	/* Netscape */
	-moz-opacity: 1;
	/* Safari 1.x */
	-khtml-opacity: 1;
	/* Good browsers */
	opacity: 1;
}

.single-work .col .text span, .gslide .download span {
	display: table-cell;
	padding: 10px;
	vertical-align: middle;
}

.single-work .col .text p, .gslide .download p {
	margin: 0;
}

.no-rgba .single-work .col .text, .no-rgba .gslide .download {
	background: #20b1e0;
}

.single-work .content .columns-equalize {
	margin: 0 0 8px;
}

.single-work .content .columns-nospace {
	margin: 0;
}

/*.single-work .columns-nospace img
{
	margin: 0 0 8px;
}*/
.single-work .realsize .col-2.col-iter-1 {
	margin-bottom: 0;
}

.single-work .realsize .col-2.col-iter-2 {
	padding-top: 0;
}

.single-work .realsize .col-2.col-iter-1, .single-work .realsize .col-2.col-iter-2 {
	border: none;
}

.single-work .col-textonly {
	display: block;
	margin: 0 auto;
	padding: 25px 0;
	text-align: center;
}

/*.single-work .col-textonly h2
{
	font-size: 3em;
	line-height: 1.1;
}*/
.single-work .col-textonly p, .single-work .col-textonly li {
	margin: 0;
	font-size: 1.16667em;
	line-height: 1.8;
}

.single-work .entry {
	margin: 0 5%;
	padding: 50px 0 30px;
	text-align: center;
}

.single-work .entry h1 {
	font-weight: bold;
	margin: .5em 0;
	text-transform: uppercase;
}

.single-work .entry li, .single-work .entry p {
	color: #606060;
	font-size: 1.166667em;
	line-height: 1.8;
}

.single-work hr {
	background: #ddd;
	border: none;
	color: #ddd;
	height: 2px;
	margin: 30px auto 20px;
	max-width: 192px;
}

.single-work .entry hr {
	margin: 12px auto;
}

.single-work .realsize .col-img {
	/*display: block;*/
	padding: 25px 0 0;
}

.single-work .realsize .col-img .cntr {
	margin: 0 auto;
}

.single-work .col-text {
	display: block;
	padding: 25px 0;
	width: auto;
}

.single-work .col-text .innercontain {
	margin: 0 5%;
}

.single-work .col-text p, .single-work .col-text li {
	font-size: 1.16667em;
	line-height: 1.8;
}

.single-work .col-textalign-left {
	text-align: left;
}

.single-work .col-textalign-right {
	text-align: right;
}

.single-work .col-textalign-center {
	text-align: center;
}

.work-video .videoswap {
	display: inline;
}

/* Single Work Updates, 8/4/2020 */
@media screen and (max-width: 768px) {
	.single-work .columns-nospace .col {
		margin-bottom: 0 !important;
	}
}

.work-video-embed {
	padding: 4em 0;
}

.ve-embed {
	position: relative;
	padding-bottom: 56.25%;
	overflow: hidden;
	max-width: 100%;
	height: auto;
}

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

/* --- */
.pagenav {
	border-bottom: 1px solid #d2d2d2;
	border-top: 1px solid #d2d2d2;
	padding: 26px 0;
}

.single-work .content .pagenav {
	margin: 0 0 55px;
}

.pagenav ul, .pagenav li {
	margin: 0;
	padding: 0;
	list-style: none;
}

.pagenav li.col {
	color: #363636;
	font-size: 1.75em;
	margin: 0;
	line-height: 1.2;
	vertical-align: top;
}

.pagenav li:first-child, .single-work .pagenav .col-2.col-iter-1 {
	border-right: 1px solid #d2d2d2;
}

/*.blogpage .pagenav li:first-child
{
	border-right: none;
}*/
.single-work .pagenav .col-2.col-iter-2 {
	border: none;
}

.pagenav li span {
	position: relative;
}

.pagenav li span:before {
	background: url("https://cdn-ildocam.nitrocdn.com/eypJzbQdDtAFrxEMSnwtVeEIgHFiTItb/assets/images/optimized/rev-6e45647/atomicdust.wpenginepowered.com/wp-content/themes/ad2013/img/icons/arrows-leftright-blk.png") no-repeat 0 0;
	content: " ";
	display: block;
	height: 24px;
	left: -36px;
	position: absolute;
	right: auto;
	top: 2px;
	width: 24px;
	z-index: 2;
}

.pagenav .pagenav-next {
	text-align: right;
}

.pagenav .pagenav-next span:before {
	background-position: 0 -25px;
	left: auto;
	right: -36px;
}

.pagenav li a {
	display: block;
	color: #363636;
	outline: none;
	padding: 24px 12px 24px 60px;
	text-decoration: none;
}

.pagenav .pagenav-next a {
	padding: 24px 60px 24px 12px;
}

.pagenav a:hover {
	color: #20b1e0;
}

.related img {
	margin: 0 0 10px;
}

.related h3 {
	color: #20b1e0;
	font-size: 1.16667em;
	letter-spacing: 1px;
	margin: 0 0 2.4em;
	text-align: center;
}

.related h4 {
	font-family: "Libre Franklin", Helvetica, Arial, sans-serif;
	font-size: 1.33333em;
}

.related h4 a {
	color: #191919;
	text-transform: none;
}

/* footer */
.img-columns {
	display: none;
}

.img-columns img, .single-work .img-columns img {
	bottom: auto;
	position: absolute;
	left: 0;
	top: 0;
	-moz-transition: top .1s linear;
	-webkit-transition: top .1s linear;
	transition: top .1s linear;
}

.img-columns .col:hover img {
	top: -50%;
	-moz-transition: top .1s linear;
	-webkit-transition: top .1s linear;
	transition: top .1s linear;
}

#above-footer-cta {
	background-color: #0097d3;
	text-align: center;
	padding-top: 5%;
	padding-bottom: 5%;
	padding-left: 5%;
	padding-right: 5%;
	position: relative;
}

#above-footer .inner-container {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

#above-footer-cta .header {
	color: white;
	font-weight: bold;
	/*font-size: 4.6875rem;/* /*75px when root is 16px*/
	font-size: 2.5rem;
	/*75px when root is 16px*/
	font-family: "Libre Franklin", Helvetica, Arial, sans-serif;
	margin-bottom: .5em;
}

#above-footer-cta .abf_subheader_1 {
	font-family: "Libre Franklin", Helvetica, Arial, sans-serif;
	color: white;
	font-size: 1.3rem;
	margin-bottom: .5em;
}

#above-footer-cta .abf_subheader_2 {
	font-family: "Libre Franklin", Helvetica, Arial, sans-serif;
	color: white;
	font-size: 1.5rem;
	margin-bottom: 1em;
	letter-spacing: 1px;
}

#above-footer-cta a {
	display: inline-block;
	border: .5px solid white;
	text-decoration: none;
	cursor: pointer;
	color: white;
	font-size: 1.1rem;
	padding: .75em 4em;
	font-family: "Libre Franklin", Helvetica, Arial, sans-serif;
	letter-spacing: 3px;
}

#above-footer-cta a:hover {
	background-color: white;
	color: #0097d3;
}

@media (max-width: 850px) {
	#above-footer-cta .header {}
	
	#above-footer-cta .abf_subheader_1 {
		font-size: 1.25rem;
	}
	
	#above-footer-cta .abf_subheader_2 {
		font-size: 1.25rem;
	}
	
	#above-footer-cta a {
		font-size: 1rem;
	}
}

/* work archive */
.pagetop {
	padding: 25px 0;
	text-align: left;
}

.subtext img {
	display: block;
	margin: 0 10px 0 0;
}

.subtext a {
	text-decoration: none;
}

.our-work-col .hentry.col {
	position: relative;
	vertical-align: middle;
}

.our-work-col .hentry a {
	display: block;
	height: 100%;
	position: relative;
	width: auto;
	vertical-align: middle;
}

.our-work-col .hentry span {
	background: rgba(0, 0, 0, .8);
	display: block;
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
	z-index: 2;
	vertical-align: middle;
	-moz-transition: opacity .1s linear;
	-webkit-transition: opacity .1s linear;
	transition: opacity .1s linear;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
}

.no-rgba .our-work-col .hentry span {
	background: #333;
}

.our-work-col .hentry span img {
	height: auto;
	margin: 18% auto 0;
	max-width: 300px;
	vertical-align: middle;
	width: 44%;
	-moz-transition: all .3s linear;
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
	filter: alpha(opacity=10);
	-moz-opacity: .1;
	-khtml-opacity: .1;
	opacity: .1;
}

.our-work-col .hentry a:hover span {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}

.our-work-col .hentry a:hover span img {
	margin-top: 16%;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}

.our-work-col .entry h2 {
	margin: 0;
	font-size: 1.2375em;
}

.our-work-col .entry a {
	background: #f2f2f2;
	color: #000;
	display: block;
	padding: 12px 5px 12px;
	text-align: center;
}

.wallpapers .entry {
	width: 60%;
	margin: 0 auto;
	text-align: center;
}

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

.wallpaper-links li {
	display: inline-block;
	margin: 0;
	font-size: 1.2375em;
}

.wallpaper-links li a {
	position: relative;
	color: #000;
	display: block;
	padding: 12px 5px 12px;
	text-align: center;
}

.wallpapers.our-work-col .entry a {
	background: transparent;
}

/*
.wallpaper-links li:after {
	content: "\2022";
	top: 50%;
	right: -12px;
}
*/
.post-type-archive-wallpapers .share-buttons {
	clear: both;
}

/* about page
.iosSlider {
	overflow: hidden;
	height: 681px;
	position: relative;
	width: 100%;
}

.no-js .iosSlider
{
	height: auto;
}

.iosSlider .innercontain
{
	height: auto;
}

.iosSlider .slidewrap {
	width: 100%;
	height: 100%;
}

.iosSlider .slidewrap .item {
	position: relative;
	top: 0;
	left: 0;
	overflow: hidden;
	width: 100%;
	height: 100%;
	background: #fff;
}

.iosSlider .slidewrap .item img {
	display: block;
	left: 0;
	position: absolute;
    height: auto;
    top: 0;
    width: 100%;
    z-index: 0;
}

.iosSlider h1
{
	color: #fff;
	display: none;
	font-size: 2.333em;
	left: 0%;
	line-height: 1;
	margin-top: -2.3085em;
	padding: 1.142em 0;
	position: relative;
	text-align: center;
	text-shadow: 0 0 43px rgba(0,0,0,0.66);
	text-transform: none;
	top: 50%;
	z-index: 10;
	width: 100%;
}

.iosSlider h1:before,
.iosSlider h1:after
{
	background: #fff;
	content: " ";
	display: block;
	height: 1px;
	left: 50%;
	margin-left: 0;
	position: absolute;
	top: 0;
	width: 0;
	z-index: -1;

	-moz-box-shadow: 0 0 43px 43px rgba(0,0,0,0.05);
	-webkit-box-shadow: 0 0 43px 43px rgba(0,0,0,0.05);
	box-shadow: 0 0 43px 43px rgba(0,0,0,0.05);
}

.iosSlider h1:after
{
	bottom: 0;
	top: auto;
}

.iosSlider h1.isVisible
{
}

.iosSlider h1.isVisible:before,
.iosSlider h1.isVisible:after
{
	margin-left: -148px;
	width: 296px;
}

.no-js .item:first-child h1
{
	display: block;
}

.slider-nav
{
	display: none;
	left: 50%;
	min-height: 13px;
	padding: 0 21px;
	position: absolute;
	bottom: 20px;
	z-index: 99;
}

.slider-nav ul
{
	float: left;
	margin: 1px 0 0;
}

.slider-nav li
{
	margin: 0 0 0 8px;
}

.slider-nav li:first-child
{
	margin-left: 0;
}

.slider-nav li a
{
	background: rgba(255,255,255,0.5);
	display: block;
	height: 10px;
	outline: none;
	overflow: hidden;
	text-indent: 101%;
	white-space: nowrap;
	width: 10px;

	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.slider-nav li a.active
{
	background: rgba(255,255,255,1);
}

.slider-nav li a:hover
{
	background: rgba(255,255,255,0.75);
}

.no-rgba .slider-nav li a
{
	background: #777;
}

.no-rgba .slider-nav li a:hover,
.no-rgba .slider-nav li a.active
{
	background: #fff;
}

.slider-nav .prevnext
{
	background: url('img/icons/arrows_slider.png') no-repeat 0 0;
	height: 13px;
	left: 0;
	overflow: hidden;
	position: absolute;
	text-indent: 101%;
	top: 0;
	white-space: nowrap;
	width: 13px;
}

.slider-nav .prevnext:hover
{
	background-position: 0 -14px;
}

.slider-nav .next
{
	background-position: -14px 0;
	left: auto;
	right: 0;
}

.slider-nav .next:hover
{
	background-position: -14px -14px;
}*/
.page-template-template-about-php .slide img {
	min-height: 0;
	max-width: none;
	min-width: 0;
	width: 100%;
}

.video-about {
	margin: 0 0 20px;
}

.video-about img {
	height: auto;
	max-width: 100%;
}

.page-template-template-about-php .content {
	padding: 45px 0;
}

/*.abphoto
{
	float: left;
	width: 20%;
}

.abphoto img
{
	display: block;
	height: auto;
	width: 100%;
}

.abphoto-iter-1
{
	width: 50%;
}

.abphoto-iter-2
{
	width: 30%;
}

.abphoto-iter-3,
.abphoto-iter-4
{
	width: 15%;
}

.abphoto-iter-5
{
	clear: both;
	margin-top: -20%;
}*/
.abgallery {
	display: none;
}

/* New About Page ========================== */

/* letters parallax */
.atomic-letters {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: .3;
	pointer-events: none;
}

.letter {
	height: 100px;
	position: absolute;
	width: 100px;
	transition: 750ms ease-out;
}

@media screen and (max-width: 768px) {
	.letter {
		height: 50px;
		width: 50px;
	}
}

@media screen and (min-width: 1300px) {
	.letter {
		height: 150px;
		width: 150px;
	}
}

.letter-1 {
	left: 15%;
	top: 10%;
}

.letter-2 {
	left: 45%;
	top: 5%;
}

.letter-3 {
	left: 70%;
	top: 10%;
}

.letter-4 {
	left: 12%;
	top: 60%;
}

.letter-5 {
	left: 55%;
	top: 75%;
}

.letter-6 {
	left: 75%;
	top: 60%;
}

@media screen and (max-width: 768px) {
	.letter-4 {
		top: 75%;
	}
	
	.letter-5 {
		top: 85%;
	}
	
	.letter-6 {
		top: 80%;
	}
}

/* feature */
.about-feature {
	background: #000;
	color: #fff;
	overflow: hidden;
	position: relative;
	z-index: -2;
}

.about-heading {
	margin: 0 auto;
	padding: 50% 0;
	width: 80%;
}

.about-heading h1 {
	color: #fff;
	font-size: 2em;
	font-weight: 400;
	line-height: 1.5em;
}

.ahead-anim {
	opacity: 1;
	transition: 1s;
	transform: translateY(0);
}

.about-animate {
	opacity: 0;
	transform: translateY(40px);
}

@media screen and (min-width: 768px) {
	.about-heading {
		padding: 35vh 0;
	}
	
	.about-heading h1 {
		font-size: 3vw;
	}
}

@media screen and (min-width: 1300px) {
	.about-feature h1 {
		font-size: 2vw;
	}
}

.ft-img-row {
	display: block;
	width: 100%;
}

/* intro */
.about-intro {
	padding: 7% 0;
}

.about-intro h2 {
	font-size: 2em;
	font-weight: 600;
	margin-bottom: 1.5em;
}

.about-intro h3 {
	color: #4d4d4d;
	font-size: 1.5em;
	font-weight: 400;
	letter-spacing: .01em;
	line-height: 1.5em;
	max-width: 55ch;
	margin-bottom: 3em;
}

.about-intro p {
	font-size: 14px;
}

/* core services */
.cs-img-row {
	width: 100%;
	display: block;
}

@media screen and (min-width: 960px) {
	.cs-img-row {
		width: 120%;
		display: block;
		margin: 0 -10%;
	}
}

.infocolumns-title {
	background: #fff;
	padding: 3em;
	margin-top: -10% !important;
	position: relative;
	text-align: center;
	margin-bottom: 0;
}

.infocolumns-title h3 {
	margin-bottom: 0;
}

.infocolumns-title a {
	font-size: .8em;
	text-decoration: none;
	text-transform: uppercase;
}

.info-flex-cols {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 0 1% 120px;
}

.info-flex-cols .col {
	width: 30%;
	padding-bottom: 5%;
}

@media screen and (max-width: 960px) {
	.info-flex-cols {
		width: 90%;
		margin: 0 auto;
	}
	
	.info-flex-cols .col {
		width: 45%;
	}
}

@media screen and (max-width: 768px) {
	.info-flex-cols .col {
		width: 100%;
	}
}

.info-flex-cols .col h4 a {
	color: #000;
	font-size: 1.1em;
	margin-bottom: 1.5em;
	text-decoration: none;
}

.info-flex-cols .col p {
	font-size: 14px;
}

.info-flex-cols .col a {
	display: block;
	font-size: 14px;
	max-width: 30ch;
	text-decoration: none;
}

.serv-cta {
	align-items: center;
	align-self: flex-start;
	border: 2px solid #00b7ff;
	display: flex;
	justify-content: space-between;
	padding: 3% 2%;
	width: calc(61% - 4px);
}

.serv-cta-text h2 {
	color: #00b7ff;
	font-weight: 600;
	line-height: 1.5em;
}

.serv-cta-text p {
	max-width: 30ch;
	line-height: 1.75em;
	margin-bottom: .5em;
	font-size: 14px;
}

.serv-cta a {
	font-size: 14px;
	text-decoration: none;
}

.serv-cta-img {
	padding: 0 5%;
}

@media screen and (max-width: 960px) {
	.serv-cta {
		width: 100%;
	}
}

@media screen and (max-width: 500px) {
	.serv-cta {
		flex-direction: column;
		padding: 2em;
	}
	
	.serv-cta-text {
		width: 100%;
		margin-bottom: 1em;
	}
}

/* philosophy */
.about-philosophy {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 25vh 0;
	position: relative;
}

.phil-block {
	padding: 2% 5% 5%;
	position: relative;
}

.phil-block::before {
	content: "";
	background: #000;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	opacity: .9;
	z-index: 0;
}

.phil-title, .tenet-cols {
	position: relative;
	z-index: 2;
}

.phil-title h3 {
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 5vh;
	font-size: 1.5em;
}

.tenet-cols {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	color: #fff;
}

.tenet-cols .col {
	width: 30%;
}

.tenet-cols .col h4 {
	color: #fff;
	font-size: 2em;
}

.tenet-cols .col p {
	font-size: 14px;
}

@media screen and (max-width: 600px) {
	.about-philosophy {
		padding: 12em 0;
	}
	
	.tenet-cols {
		width: 90%;
		margin: 0 auto;
	}
	
	.tenet-cols .col {
		width: 100%;
	}
}

/* team */
#ourteam {
	margin-top: 80px;
	margin-bottom: 100px;
}

#ourteam .headline {
	margin-bottom: 120px;
}

#ourteam .headline h3 {
	color: #4d4d4d;
	text-align: center;
	margin-bottom: 5em;
}

#ourteam .headline h4 {
	font-size: 2em;
}

#ourteam .headline p {
	font-size: 1.2em;
	line-height: 2em;
}

.about-fw-img img {
	width: 100%;
}

/* End New About Page ==================== */
.employees {
	display: flex;
	flex-wrap: wrap;
}

.employee {
	background: #ddd;
	overflow: hidden;
	position: relative;
	width: 50%;
	display: inline-block;
	float: left;
}

@media only screen and (min-width: 768px) {
	.employee {
		width: 33.33333333%;
	}
}

@media only screen and (min-width: 960px) {
	.employee {
		width: 25%;
	}
}

@media only screen and (min-width: 1200px) {
	.employee {
		width: 20%;
	}
}

@media only screen and (min-width: 1880px) {
	.employee {
		width: 16.6666666%;
	}
}

@media only screen and (min-width: 2200px) {
	.employee {
		width: 14.285555555%;
	}
}

.employee img {
	display: block;
	height: auto;
	width: 100%;
	z-index: 0;
}

.employee-info {
	bottom: 0;
	color: #fff;
	display: table;
	height: 100.3%;
	width: 100.3%;
	left: 0;
	position: absolute;
	right: 0;
	text-shadow: 0 1px 0 rgba(51, 51, 51, .66);
	top: 0;
	z-index: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	-moz-transition: opacity .25s linear;
	-webkit-transition: opacity .25s linear;
	transition: opacity .25s linear;
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, .75) 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, .75) 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, .75) 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#bf000000", GradientType=0);
}

.employee-info div {
	display: table-cell;
	text-align: center;
	vertical-align: bottom;
	padding: 0 10px 7%;
}

.employee a:hover img {}

.employee a:hover .employee-info {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}

.no-rgba .employee-info {
	background: #6a6b6d;
}

.employee-info a {
	color: #fff;
	text-decoration: none;
}

.page-template-template-about-php .content .employee-info h3 {
	color: #fff;
	display: block;
	font-size: 1.5em;
	line-height: 1.2;
	margin: 0 0 3px;
}

@media (min-width: 960px) {
	.page-template-template-about-php .content .employee-info h3 {
		font-size: 1.7575em;
	}
}

.employee-info span {
	display: block;
	font-family: "Libre Franklin", Helvetica, Arial, sans-serif;
	font-size: 1.05em;
	line-height: 1.2;
	text-transform: uppercase;
}

/* single employee */
.single-employees .content {
	padding: 84px 0 0;
}

.single-employees .sub-content, .page-template-template-downloadv3-php .sub-content {
	background: #ececec;
	padding: 62px 0;
}

.single-employees .pos {
	font-size: 1.16667em;
	margin: 0 0 12px;
	text-transform: uppercase;
}

.single-employees .hentry .wp-post-image {
	display: block;
}

.single-employees .entry {
	padding-bottom: 96px;
}

.single-employees .entry .txt {
	font-size: 1.16667em;
	width: 90%;
}

.emp-tags {
	margin: 0 0 65px;
}

.emp-post h4 {
	color: #4d4d4d;
	font-size: 1.33333em;
}

.emp-post h4 a {
	color: #4d4d4d;
	text-decoration: none;
}

.emp-post h4 a:hover {
	text-decoration: underline;
}

.emp-post {
	margin: 0 0 20px;
}

.emp-post .postdate {
	color: #4d4d4d;
	font-size: .916667em;
	font-style: normal;
	margin: 0;
	text-transform: uppercase;
}

a.authorarchive {
	text-decoration: none;
}

.employee-articles h3 {
	color: #000;
	font-size: 1.16667em;
	margin: 0 0 1.85em;
	text-transform: uppercase;
}

.awardcolumns .col {
	margin-bottom: 40px;
	vertical-align: middle;
}

.awardcolumns .col img {
	display: block;
	height: auto;
	margin: 0 auto;
	max-width: 100%;
}

/* Default Page Template */
.page-template-default .main-content, .page-template-template-fullwidth-php .main-content, .page-template-template-awards-php .main-content, .single-employment .main-content {
	margin-top: 100px;
}

.page-template-default h1, .page-template-template-fullwidth-php h1, .page-template-template-awards-php h1, .single-employment h1 {
	/* Main Headline - Normal Case - 1 Per Page */
	clear: both;
	color: #2a2a2a;
	font-size: 3em;
	/* 36px / 12px */
	line-height: 1.1666666666667;
	/* 42px / 36px */
	text-transform: none;
	margin: 0 0 2.1388888888889em 0;
}

.page-template-default h2, .page-template-template-awards-php h2 {
	/* Secondary Headline - Normal Case - Multiple Times on Page */
	clear: both;
	color: #2a2a2a;
	font-size: 2em;
	/* 24px / 12px */
	line-height: 1.0833333333333;
	/* 26px / 24px */
	text-transform: none;
	margin: 0 0 2.5em 0;
}

/* .single-employment .content */
.page-template-default .content, .page-template-template-fullwidth-php .content {
	font-size: 1.25em;
	line-height: 1.73333;
	margin: 0 0 2.4em;
}

/* Service Overview Page Styles */
.overview-title {
	padding: 86px 0;
	position: relative;
	background-color: #e5e5e5;
}

.overview-hdr {
	max-height: 120px;
	overflow: hidden;
}

.overview-hdr .txt {
	bottom: 0;
	left: 0;
	position: absolute;
	z-index: 1;
	width: 100%;
}

.overview-hdr .metarow a {
	float: left;
}

.overview-hdr .metarow a:first-child {
	margin-left: 20%;
}

.hr {
	padding-top: 15px;
	position: relative;
}

.hr:before {
	background: #ccc;
	display: block;
	content: "";
	left: 1px;
	height: 1px;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 150px;
}

.hr-b:before {
	background: #727272;
}

ul.sbl, ul.sbl li {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.sbl {
	margin-bottom: 20px;
}

ul.sbl li {
	font-size: .916667em;
	margin: 0 0 8px;
	text-transform: uppercase;
}

ul.sbl a {
	text-decoration: none;
}

ul.sbl .current a {
	color: #2c2c2c;
}

.overview-blurb {
	display: none;
}

.page-template-template-overview-php .content, .page-template-template-overview-parent-php .content {
	padding: 25px 0;
}

.page-template-template-overview-php .type-page, .page-template-template-overview-parent-php .type-page {
	margin-bottom: 20px;
}

.page-template-template-overview-php .type-page ul {
	margin-left: .5em;
	padding-left: 30px;
}

.page-template-template-overview-php .type-page h1, .page-template-template-overview-parent-php .type-page h1, .page-template-template-contact-php h1 {
	font-family: "Libre Franklin", Helvetica, Arial, sans-serif;
	font-size: 2em;
	line-height: 1.25;
}

.page-template-template-overview-php .type-page .subtitle, .page-template-template-overview-parent-php .type-page .subtitle {
	font-family: "Libre Franklin", Helvetica, Arial, sans-serif;
	font-size: 1.5em;
	line-height: 1.46666;
	margin: 0 0 .5em;
	font-weight: 100;
}

.page-template-template-overview-php .type-page .entry, .page-template-template-overview-parent-php .type-page .entry {
	font-size: 1.166667em;
	line-height: 1.64;
}

.page-template-template-overview-php .sub-entry, .page-template-template-overview-parent-php .sub-entry {
	border-top: 1px solid #000;
	color: #00a4e9;
	font-size: 1.166667em;
	padding: 17px 0 0;
	margin: 45px 0 0;
}

.page-template-template-overview-parent-php .sub-entry {
	border: 1px solid #00aff8;
	padding: 12px 2.5%;
	margin: 0;
}

.page-template-template-overview-parent-php .sub-entry p, .calltoaction p {
	margin: 0;
}

.calltoaction {
	border-top: 1px solid #00aff8;
	padding: 17px 0 0;
}

.page-template-template-overview-php .sub-entry strong, .page-template-template-overview-parent-php .sub-entry strong, .calltoaction strong {
	color: #000;
}

.page-template-template-overview-php .client-logo {
	padding: 18px 0;
}

.client-logo img {
	filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
	/* Firefox 10+, Firefox on Android */
	filter: gray;
	/* IE6-9 */
	-webkit-filter: grayscale(100%);
}

.client-logo a:hover img {
	-webkit-filter: none;
	-moz-filter: none;
	-ms-filter: none;
	-o-filter: none;
	filter: none;
	-webkit-filter: none;
}

.page-template-template-overview-php .sub-content, .page-template-template-overview-parent-php .sub-content {
	position: relative;
}

.page-template-template-overview-php .sub-content .contentcontain, .page-template-template-overview-parent-php .sub-content .contentcontain {
	left: 0;
	position: absolute;
	text-align: center;
	top: 25%;
	width: 100%;
}

.sub-content-text {
	color: #fff;
	font-size: 5.85em;
	font-weight: bold;
	line-height: 1.2;
	text-transform: uppercase;
}

.sub-content-text p {
	margin: 0;
}

.overview-pages-widget-area {
	clear: both;
}

.overview-pages-widget-area .widget-title, .watchandlearn-widget .widget-title {
	color: #00aff8;
	font-family: "Libre Franklin", Helvetica, Arial, sans-serif;
	font-size: 2em;
}

ul.widgets .newsletter-widget .widget-title {
	color: #000;
	font-size: 1.166667em;
	font-family: "Libre Franklin", Helvetica, Arial, sans-serif;
	font-weight: bold;
	margin-bottom: .25em;
}

.overview-pages-widget-area p {
	font-size: 1.166667em;
}

.page-template-template-overview-parent-php .overview-pages-widget-area p {
	color: #131313;
}

.watchandlearn_caption p {
	margin: 0;
}

.watchandlearn-widget a {
	text-decoration: none;
	font-weight: 400;
}

.watchandlearn-widget a:hover {
	text-decoration: underline;
}

/*.watchandlearn_caption a
{
	font-size: 78.5%;
}*/
.watchandlearn_thumb {
	display: block;
	height: auto;
	margin: 0 0 5px -4px;
	max-width: 100%;
}

.tidbits {
	margin-top: 8px;
	text-align: left;
}

.tidbit {
	color: #6c6c6c;
	font-size: .916667em;
	max-width: 100%;
}

.tidbit p {
	margin: 0 10px 0 0;
}

.tidbit img {
	display: block;
	height: auto;
	margin: 0 0 6px;
	max-width: 100%;
}

.tidbits a.c-prev, .tidbits a.c-next {
	outline: none;
	margin: 5px 5px 0 0;
	text-decoration: none;
}

.page-template-template-overview-parent-php .main-content {
	margin-bottom: 40px;
}

.overview-children h3 {
	margin-bottom: .5em;
}

.overview-children .col {
	font-size: 1.166667em;
	font-family: "Libre Franklin", Helvetica, Arial, sans-serif;
}

.overview-children .col p {
	margin: 0;
}

.overview-children .col-b2b-marketing-agency, .overview-children .col-b2c-marketing-agency {
	background: #f0f0f0;
	padding: 10px;
}

.overview-children h3 a {
	color: #000;
	text-decoration: none;
}

.overview-children h3 a:hover {
	color: #41caff;
}

.overview-children .col a {
	text-decoration: none;
}

.overview-child-work .col {
	margin-bottom: 0;
}

/* Contact Page Styles */
.contact-contain {
	margin: 0;
}

.page-template-template-contact-php .content {
	font-size: 1.16667em;
	padding: 0 0 100px;
}

.page-template-template-contact-php .contactus {
	background: #00a8db;
	color: #fff;
	padding: 25px 7%;
}

.page-template-template-contact-php .map img {
	display: block;
	height: auto;
	width: 100%;
}

.contactus span {
	display: block;
}

.contactus .jobs, .contactus .email {
	font-size: 11px;
}

.contactus .jobs {
	margin-top: 10px;
}

.contactus a {
	color: #fff;
	text-decoration: none;
}

.contactus a:hover {
	text-decoration: underline;
}

.contactus .jobs a, .contactus .email a {
	text-decoration: underline;
}

.contactus .phone {
	display: block;
	font-size: 2.16667em;
	margin-bottom: .77em;
}

.contactus address {
	margin: 0 0 1.11em;
	font-size: 1.5em;
	font-style: normal;
	line-height: 1.2;
}

.page-template-template-contact-php .content .social {
	display: none;
}

.page-template-template-contact-php .content .entry {
	padding: 40px 0;
}

.page-template-template-contact-php .content .social {
	padding: 40px 0;
}

#gform_wrapper_2 {
	display: block !important;
}

ul.gform_fields, ul.gform_fields li.gform_fields {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.gform_fields li.gform_fields {
	margin: 0 0 3em;
}

.gfield_label, #newsletterform label {
	color: #868686;
	display: block;
	font-family: Helvetica, Arial, sans-serif;
	font-size: .916667em;
	margin: 0 0 3px;
}

.page-template-template-contact-php .gfield_label {
	margin-bottom: 0;
}

#newsletterform label {
	display: inline;
	margin: 0;
}

.gform_wrapper input[type="text"], .gform_wrapper input[type="tel"], .gform_wrapper input[type="email"], .gform_wrapper textarea, #newsletterform input[type="text"], #newsletterform input[type="tel"], #newsletterform input[type="email"], #newsletterform textarea {
	border: 1px solid #dcdcdc;
	background: #f8f8f8;
	margin: 0 auto;
	padding: 12px 2.5%;
	width: 75%;
	-moz-box-shadow: inset 1px 1px 1px #dcdcdc;
	-webkit-box-shadow: inset 1px 1px 1px #dcdcdc;
	box-shadow: inset 1px 1px 1px #dcdcdc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#newsletterform input[type="text"], #newsletterform input[type="tel"], #newsletterform input[type="email"], #newsletterform textarea {
	padding: 3px 1.5%;
}

.page-template-template-contact-php .gform_wrapper input[type="text"], .page-template-template-contact-php .gform_wrapper input[type="tel"], .page-template-template-contact-php .gform_wrapper input[type="email"], .page-template-template-contact-php .gform_wrapper textarea {
	padding: 3px 1.5%;
}

.page-template-template-contact-php .gform_wrapper textarea {
	padding: 2.5% 1.5%;
}

.gform_wrapper input[type="text"]:focus, .gform_wrapper input[type="tel"]:focus, .gform_wrapper input[type="email"]:focus, .gform_wrapper textarea:focus, #newsletterform input[type="text"]:focus, #newsletterform input[type="tel"]:focus, #newsletterform input[type="email"]:focus, #newsletterform textarea:focus {
	border-color: #ccc;
}

#newsletterform p {
	margin-bottom: 7px;
}

.gform_wrapper textarea {
	width: 95%;
}

.gform_wrapper input[type="submit"], #newsletterform input[type="submit"], #newsletterform button {
	background: #00aff8;
	border: none;
	color: #fff;
	font-family: "Libre Franklin", Helvetica, Arial, sans-serif;
	margin-top: 13px;
	padding: 12px 20px;
	text-transform: uppercase;
}

.gform_wrapper .gform_footer {
	margin: 10px 0 48px;
}

#newsletterform {
	display: none;
}

.page-id-6908 #newsletterform {
	display: block;
}

.page-template-template-contact-new .fullimg-contain {
	position: relative;
	z-index: 1;
}

.page-template-template-contact-new .content {
	position: relative;
	z-index: 2;
}

.page-template-template-contact-new .fullimg-contain .txt {
	background: #111;
	line-height: 1.1;
	text-align: center;
	font-family: "Libre Franklin", Helvetica, Arial, sans-serif;
	font-size: 2.3333em;
	padding: 20px 5%;
	color: #fff;
}

.page-template-template-contact-new .fullimg-contain .txt-in {
	margin: 0 auto;
	max-width: 620px;
}

.page-template-template-contact-new .fullimg-vb .txt-in {
	max-width: 580px;
}

.page-template-template-contact-new .entry {
	padding-top: 48px;
}

.page-template-template-contact-new .entry h1 {
	margin-bottom: .5em;
}

.page-template-template-contact-new .entry p {
	font-size: 14px;
}

.page-template-template-contact-new .contactus {
	background: #00a6dc;
	color: #fff;
	margin-bottom: 30px;
	padding: 20px 16px;
	text-align: center;
}

.page-template-template-contact-new .contactus .phone {
	font-family: "Libre Franklin", Helvetica, Arial, sans-serif;
	font-size: 1.41667em;
	padding-bottom: 19px;
	position: relative;
	margin-bottom: 18px;
}

.page-template-template-contact-new .contactus .phone:after {
	background: #8fd8f1;
	content: "";
	bottom: 0;
	display: block;
	height: 1px;
	left: 0;
	right: 0;
	margin: 0 auto;
	position: absolute;
	width: 40px;
}

.page-template-template-contact-new .contactus address {
	font-size: 1em;
	line-height: 1.6666;
	margin: 0;
}

.page-template-template-contact-new .intouch {
	font-size: 1.166667em;
}

.page-template-template-contact-new .intouch .widget {
	border-left: 1px solid transparent;
	margin-left: -22px;
	padding-left: 22px;
	margin-bottom: 20px;
}

.page-template-template-contact-new .intouch .widget-withborder {
	border-left-color: #00a6dc;
	margin-bottom: 40px;
}

.page-template-template-contact-new .intouch h5 {
	font-family: "Libre Franklin", Helvetica, Arial, sans-serif;
	font-size: 1em;
	margin: 0;
}

.page-template-template-contact-new .intouch p {
	margin-bottom: 0;
}

.page-template-template-contact-new .intouch blockquote {
	margin: 0;
	padding: 0;
	color: #00a6dc;
}

.jotform-form ul, .jotform-form li {
	list-style: none;
	margin: 0;
	padding: 0;
}

.jotform-form li {
	margin: 0 0 1.25em;
}

.jotform-form label {
	display: block;
	color: #868686;
	font-size: 13px;
	margin-left: 2px;
	margin-bottom: 1px;
}

.jotform-form input, .jotform-form select, .jotform-form textarea {
	background: #f9f9f9;
	border: 1px solid #ddd;
	border-radius: 3px;
	padding: 4px 8px;
	width: auto;
	max-width: 90%;
}

.jotform-form input[type="submit"], .jotform-form button {
	background: #00aff8 none repeat scroll 0 0;
	border: medium none;
	color: #fff;
	cursor: pointer;
	font-family: "Libre Franklin", Helvetica, Arial, sans-serif;
	margin-top: 13px;
	padding: 12px 20px;
	text-transform: uppercase;
}

.jotform-form .form-sub-label-container {
	float: left;
	margin-right: 3px;
}

.jotform-form .form-sub-label-container label {
	font-size: 10px;
}

.page-template-template-contact-new .fullimg-vb .txt {
	font-size: 1em;
}

.page-template-template-contact-new .fullimg-vb h3 {
	color: #fff;
	font-size: 2.5em;
	margin: 0 0 10px;
}

.page-template-template-contact-new .fullimg-vb p, .page-template-template-contact-new .fullimg-vb .cite {
	font-size: 1.166em;
	line-height: 1.5625;
	margin: 0;
}

.page-template-template-contact-new .fullimg-vb .cite {
	display: block;
	color: #00b7ff;
}

/* awards */
.awardslist ul, .awardslist li {
	list-style: none;
	margin: 0;
	padding: 0;
}

.awardslist {
	margin: 0 0 3em;
}

.awardslist li {
	border-bottom: 1px solid #ccc;
	margin: 0 0 1em;
	line-height: 1.25;
	padding: 0 0 1em;
}

.awardslist h2 {
	margin: 0;
}

.awardslist a {
	color: #4d4d4d;
	text-decoration: none;
}

.awardslist span {
	border-left: 1px solid #4d4d4d;
	margin-left: 10px;
	padding-left: 10px;
}

.awardslist .award_title {
	border-left: none;
	font-weight: bold;
	margin-left: 0;
	padding-left: 0;
}

.awardslist a .award_title {
	text-decoration: underline;
}

/* gated */
.page-template-template-download-php .content {
	padding: 78px 0;
}

.page-template-template-downloadv3-php .content {
	padding-top: 45px;
}

.page-template-template-download-php .hentry .entry, .page-template-template-downloadv2-php .hentry .entry, .page-template-template-downloadv3-php .hentry .entry {
	font-size: 1.166667em;
}

.page-template-template-downloadv3-php .hentry h1 {
	margin-bottom: .61em;
}

.sidebar_image, .sidebar_message {
	display: none;
}

.gated_form {
	border: 1px solid #00b7ff;
	margin-top: 30px;
	padding: 30px 10px;
}

.page-template-template-downloadv3-php .gated_form {
	background: #00b7ff;
	border: none;
}

.gated_form .formimg {
	display: block;
	height: auto;
	width: 100%;
}

.gatetitle {
	background: #425f9c;
}

.gatetitle h1 {
	color: #fff;
	font-size: 2.734em;
	padding: 60px 28px;
}

/* RESOURCES ============================= */

/* Resources Archive */
.rsc-arch-header {
	background: #000;
	padding: 6em 0;
	position: relative;
}

.static-letters {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	pointer-events: none;
}

.static-letters img {
	display: block;
	margin: 0 auto;
	max-width: 1600px;
	width: 100%;
}

.rsc-arch-header h1 {
	color: #fff;
	display: inline-block;
	border-bottom: 1px solid #fff;
	padding: .5em 0;
	margin: .5em 3%;
}

.rsc-arch-header h5 {
	color: #fff;
	max-width: 40ch;
	margin: 1em 3%;
	line-height: 1.5em;
}

.resource-grid {
	margin: 6em auto;
	display: flex;
	flex-wrap: wrap;
}

.rsc-arch-block {
	width: 27%;
	margin: 3em 3%;
}

a.rsc-arch-link {
	text-decoration: none;
	color: #000;
}

.rsc-img-wrap {
	position: relative;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.rsc-img-wrap::before {
	display: block;
	content: "";
	width: 100%;
	padding-top: calc(( 2 / 3 ) * 100%);
}

.rsc-arch-title h3 {
	font-size: 2em;
	padding: .5em 0;
	margin: 0;
}

/* Single Resource Page */
.resource-header {
	background: #000;
	color: #fff;
	padding: 15em 0;
	position: relative;
}

.rsc-margin-bottom {
	margin-bottom: 15em;
}

.resource-header h1, .resource-header h2, .resource-header h5 {
	color: #fff;
}

.resource-header a {
	text-decoration: none;
	color: #fff;
}

.resource-header h5 {
	border-bottom: 1px solid #fff;
	display: inline-block;
	font-size: 12px;
	font-weight: 100;
	letter-spacing: .1em;
	margin-bottom: 6em;
	padding: 0 1.25em 1em 0;
	text-transform: uppercase;
}

.resource-header h1 {
	font-size: 3.5em;
	font-weight: 700;
	letter-spacing: .025em;
}

.resource-header h2 {
	font-size: 1.75em;
	font-weight: 100;
	letter-spacing: .025em;
	line-height: 1.5em;
	margin: 1em 0;
	max-width: 40ch;
}

.rsc-offset {
	min-height: 3em;
	text-align: center;
	transform: translateY(-3em);
}

.rsc-parent {
	border: 10px solid #323539;
	background: #323539;
	overflow: hidden;
	display: flex;
	margin-top: -10em;
}

.rsc-img {
	display: block;
	width: 70%;
	/* background-size: cover;
  background-repeat: no-repeat;
  background-position: center; */
	object-fit: cover;
	object-position: center;
	max-height: 650px;
}

.rsc-form {
	background: #fff;
	border: 5px solid #00b9ff;
	width: 30%;
	padding: 4em 3% 0;
	box-sizing: border-box;
	text-align: left;
}

.rsc-offset iframe {
	width: 100%;
}

.rsc-offset iframe {
	height: 600px;
}

a.gc-pdf-btn {
	background: #00b9ff;
	border: none;
	color: #fff;
	display: inline-block;
	font-size: 18px;
	margin: 0 auto;
	padding: .75em 1.5em;
	text-decoration: none;
	transition: background 250ms ease;
}

a.gc-pdf-btn:hover {
	background: #4dcbfd;
	color: #fff;
}

.rsc-gc-cont {
	width: 90%;
	padding: 4em 5%;
}

.rsc-flex-single {
	display: flex;
}

.rsc-content-col {
	width: 51%;
	padding: 4em 10% 4em 5%;
}

.rsc-gc-cont p, .rsc-content-col p {
	font-size: 14px;
}

.social-sharing {
	margin: 6em 0 3em;
}

.social-sharing h6 {
	font-size: 12px;
	font-weight: 100;
	letter-spacing: .1em;
	text-transform: uppercase;
}

.social-sharing-links {
	display: inline-block;
	border-top: 1px solid #000;
	padding: 10px 0;
}

.social-share-link {
	color: #000;
	display: inline-block;
	margin-right: 1.5em;
	text-decoration: none;
	vertical-align: middle;
}

.social-share-link:last-child {
	margin-right: 0;
}

.social-share-icon svg {
	fill: #000;
	height: 2em;
	margin: 0;
	stroke: none;
	transition: 250ms ease;
	width: 2em;
}

.social-share-icon:hover svg {
	fill: #1ba7da;
}

.hs-form-iframe {
	max-width: 100% !important;
}

.rsc-wide-image {
	width: 90%;
	margin: 2em auto 6em;
	display: block;
}

/* testimonial */
.tst-quote {
	color: #000;
	font-size: 1.75em;
	font-weight: bold;
	letter-spacing: .01em;
	margin: 2em auto 1em;
	max-width: 25em;
	text-align: center;
}

.attribution {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 10em;
}

.tst-image {
	border-radius: 50%;
	border: 1px solid #bfbfbf;
	width: 60px;
	margin-right: 1em;
}

.tst-name h5 {
	color: #bfbfbf;
	font-weight: bold;
	font-size: 1.5em;
	letter-spacing: .01em;
	margin-bottom: 0;
}

.tst-name h6 {
	letter-spacing: .02em;
	margin-bottom: 0;
	text-transform: uppercase;
}

.rsc-bottom-img {
	margin-top: 6em;
	width: 100%;
}

/* Resource Media Queries */
@media all and (max-width: 1024px) {
	.rsc-arch-header .innercontain {
		text-align: center;
	}
	
	.rsc-offset iframe {
		height: 360px;
	}
}

@media all and (max-width: 960px) {
	.rsc-parent {
		margin-top: -3em;
		flex-direction: column;
	}
	
	.rsc-img, .rsc-form {
		max-width: 100%;
		width: 100%;
		margin: 0 auto;
	}
	
	.rsc-arch-block {
		width: 44%;
	}
}

@media all and (max-width: 768px) {
	.resource-header {
		padding: 8em 0 10em;
	}
	
	.rsc-margin-bottom {
		margin-bottom: 2em;
	}
	
	.rsc-flex-single {
		flex-direction: column;
	}
	
	.rsc-content-col {
		width: auto;
	}
	
	.rsc-content-col {
		order: 2;
	}
	
	.hs-form-iframe {
		max-width: 100% !important;
		margin: 0 auto;
	}
}

@media all and (max-width: 500px) {
	.rsc-arch-block {
		width: 47%;
	}
	
	.resource-grid {
		margin: 2em auto;
		flex-direction: column;
	}
	
	.rsc-arch-block {
		width: 90%;
		margin: 2em 5%;
	}
	
	.rsc-offset {
		min-height: auto;
		padding: 0;
		transform: translateY(0);
	}
	
	.rsc-wide-image {
		display: none;
	}
	
	.tst-quote {
		margin: 0 auto 1em;
	}
	
	.attribution {
		margin-bottom: 4em;
	}
}

/* end RESOURCES ========================= */

/* PAIN POINTS =========================== */
.page-template-template-painpoint p {
	color: #232323;
	font-size: 16px;
	line-height: 1.75em;
}

.page-template-template-painpoint h4 {
	color: #979797;
	font-size: 11px;
	letter-spacing: .25em;
	text-transform: uppercase;
}

.page-template-template-painpoint h3 {
	font-size: 3em;
	font-weight: 600;
	letter-spacing: .01em;
	line-height: 1.5em;
	margin-bottom: 1.5em;
	max-width: 20ch;
}

/* header */
.pp-header-cont {
	margin: 0 5% 0 25%;
	padding: 25vh 0 10vh;
}

.pp-header-cont h1 {
	color: #797979;
	padding-bottom: 2em;
	line-height: 1.4em;
	font-weight: 600;
	font-size: 4em;
	letter-spacing: .01em;
}

.pp-header-cont h1 em {
	color: #000;
	font-style: normal;
}

.pp-head-img img {
	width: 100%;
	max-width: 800px;
}

a.scroll-button {
	background: #0b89ea;
	border-radius: 3em;
	border: none;
	color: #fff;
	display: inline-block;
	font-size: 18px;
	margin: 0 auto;
	outline: none;
	padding: .75em 1.5em;
	text-decoration: none;
	transition: background 250ms ease;
}

a.scroll-button:hover {
	background: #00b9ff;
	color: #fff;
}

/* problems */
.pp-probs {
	margin: -10vh auto;
	width: 90%;
	background: #fff;
	z-index: 2;
	position: relative;
}

.pp-prob {
	border-left: 30px solid;
	padding: 7em 5%;
}

.pp-prob .columns-2 {
	padding: 2em 0 0;
}

.pp-prob .col {
	box-sizing: border-box;
}

.pp-prob .col:first-child {
	padding-right: 5%;
}

.pp-prob1 {
	background: #f0f0f0;
	border-color: #000;
}

.pp-prob1 p {
	max-width: 40ch;
}

.pp-prob2 {
	border-color: #0b89ea;
}

.pp-prob-col img {
	max-width: 100%;
}

/* solution */
.pp-solution {
	background: #f0f0f0;
	padding-top: 10vh;
}

.pp-sol-title {
	margin: 0 5% 0 25%;
	padding: 7em 0;
}

.pp-solution h2 {
	font-size: 4em;
	font-weight: 600;
	letter-spacing: .01em;
	line-height: 1.4em;
	max-width: 15ch;
	padding: .5em 0;
}

.pp-sol-title figure {
	max-width: 90%;
	margin: 0 auto;
	text-align: center;
}

.pp-sol-title figure img {
	margin: 0 auto;
}

.pp-sol-title figcaption {
	font-weight: 600;
	font-size: 1.25em;
	margin: .5em 0;
}

.pp-sol-cont {
	margin: 0 25% 0 5%;
	padding: 16em 0 7em;
}

.pp-sol-cont p {
	color: #797979;
	max-width: 45ch;
}

.pp-solution blockquote {
	border-left: 6px solid #0b89ea;
	padding: 1em 2em;
	margin: 2em 0;
}

.pp-solution blockquote p {
	color: #444;
	font-family: serif;
	font-size: 2em;
	font-style: normal;
	letter-spacing: .01em;
	line-height: 1.5em;
	margin: 0;
	max-width: 25ch;
}

/* how we help */
.pp-how {
	padding: 7em 0 0;
}

.pp-how .col {
	width: 50%;
}

.pp-how-title {
	text-align: center;
	margin-bottom: 6em;
}

.pp-how-title h3 {
	margin: .75em auto;
	display: block;
}

.pp-how-cont {
	max-width: 45ch;
}

.pp-prob2 .pp-prob-col2, .pp-how-img {
	text-align: center;
}

.pp-prob2 .pp-prob-col2 img, .pp-how-img img {
	max-width: 90%;
	margin: 0 auto;
}

/* client slider */
.pp-client-slide {
	width: 20%;
}

.ss-clients img {}

/* testimonials */
.pp-tests {
	background: #000;
	color: #fff;
	margin-left: 10%;
	padding: 4em 10% 6em;
	width: 70%;
	position: relative;
}

.pp-tests:before {
	content: "“";
	color: #fff;
	position: absolute;
	left: 4%;
	top: 1.2em;
	font-size: 7em;
	font-family: serif;
}

.pp-tests-slide p {
	color: #fff;
	font-size: 2em;
	font-style: normal;
	letter-spacing: .01em;
	line-height: 1.75em;
	margin: 0;
	max-width: 50ch;
	padding: 2em 0 1.5em;
}

.pp-tests-pager {
	margin: 4em 0 6em;
}

.pp-tests-pager span {
	margin-right: 15px;
	background-color: #fff;
	cursor: pointer;
	display: block;
	float: left;
	height: 6px;
	opacity: .5;
	text-indent: -9999px;
	width: 60px;
}

.pp-tests-pager span:hover, .pp-tests-pager span.cycle-pager-active {
	opacity: 1;
}

/* CTA */
.pp-cta {
	background: #0b89ea;
	color: #fff;
	padding: 25vh 0 7em;
	margin-top: -15vh;
}

.pp-cta h2 {
	color: #fff;
	padding-bottom: .5em;
	line-height: 1.4em;
	font-weight: 600;
	font-size: 4em;
	letter-spacing: .01em;
	opacity: .9;
}

.pp-cta h3 {
	color: #fff;
	margin-bottom: .25em;
}

.pp-cta p {
	color: #fff;
}

.pp-hs-form {
	width: 90%;
	margin-right: 10%;
}

.pp-cta-imgs {
	position: relative;
}

.pp-cta-img {
	max-width: 85%;
	margin-left: 15%;
}

.pp-arrow {
	position: absolute;
	left: 0;
	top: 0;
	width: 35%;
	min-width: 100px;
}

@media all and (max-width: 1200px) {
	.pp-header-cont {
		padding: 12vh 0 10vh;
	}
}

@media all and (max-width: 960px) {
	.pp-header-cont {
		padding: 12vh 0 10vh;
		text-align: center;
		margin: 0 auto;
		max-width: 90%;
	}
	
	.pp-solution {
		padding-top: 15vh;
	}
	
	.pp-header .col, .pp-solution .col {
		width: 100% !important;
	}
	
	.pp-prob {
		border-left: 15px solid;
	}
	
	.pp-sol-title {
		text-align: center;
		margin: 0 auto;
		max-width: 90%;
	}
	
	.pp-sol-title h2 {
		margin: 0 auto;
	}
	
	.pp-sol-cont, .pp-how-cont {
		margin: 0 auto;
		width: 60ch;
		max-width: 90%;
	}
	
	.pp-sol-title {
		padding: 0 0 2em;
	}
	
	.pp-sol-cont {
		padding: 2em 0 7em;
	}
	
	.pp-how .col {
		width: 90%;
	}
}

@media all and (max-width: 500px) {
	.pp-tests {
		margin-left: 0;
		width: 80%;
	}
	
	.pp-tests:before {
		display: none;
	}
}

/* end PAIN POINTS ======================= */

/* 404 */
.error404 .error404 {
	border-bottom: 1px solid #d2d2d2;
	padding: 92px 0 40px;
	margin-bottom: 50px;
}

.error404 .error404 h1 {
	font-size: 4.916667em;
	font-weight: bold;
}

.error404 .error404 p {
	font-family: "Libre Franklin", Helvetica, Arial, sans-serif;
	font-size: 2.66667em;
	margin: 0;
}

.error404 .col {
	margin-bottom: 30px;
}

.error404 .col img {
	display: block;
	height: auto;
	margin: 0 0 10px;
	max-width: 100%;
}

.error404 .col a {
	text-decoration: none;
}

.error404 .col h3 {
	font-size: 1.3333em;
	text-decoration: none;
}

/* Questionnaire Page */
.page-template-template-questionnaire-php .overview-hdr {
	max-height: none;
	overflow: hidden;
	position: relative;
}

.page-template-template-questionnaire-php .overview-hdr h1 {
	width: 100%;
	height: 50px;
	position: absolute;
	left: 0;
	top: 40%;
	margin-top: -25px;
	font-size: 50px;
	line-height: 50px;
	margin: 0;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	font-weight: bold;
}

.page-template-template-questionnaire-php .gf_step_number {
	display: block;
	width: 15px;
	height: 15px;
	background: #fff;
	text-indent: -999px;
	border-radius: 15px;
	overflow: hidden;
	position: absolute;
	left: 50%;
	top: 41px;
	margin-left: -7px;
}

.page-template-template-questionnaire-php .gf_step_active .gf_step_number, .page-template-template-questionnaire-php .gf_step_completed .gf_step_number {
	background: #00b9ff;
}

.page-template-template-questionnaire-php .gf_page_steps {
	width: 100%;
	position: absolute;
	height: 68px;
	top: -68px;
	left: 0;
	background: rgba(0, 0, 0, .4);
	margin-right: -999px;
	padding-right: 999px;
	margin-left: -999px;
	padding-left: 999px;
}

.page-template-template-questionnaire-php .gf_step {
	float: left;
	height: 58px;
	width: 20%;
	font-weight: bold;
	color: #fff;
	text-align: center;
	font-size: 14px;
	position: relative;
	padding-top: 10px;
}

.page-template-template-questionnaire-php .gf_step .white-line {
	display: block;
	content: "";
	position: absolute;
	width: 100%;
	height: 5px;
	background: #fff;
	left: 0;
	top: 45px;
}

.page-template-template-questionnaire-php .gf_step_first .white-line, .page-template-template-questionnaire-php .gf_step_first .blue-line, .page-template-template-questionnaire-php .gf_step_completed.gf_step_first .blue-complete-line {
	border-radius: 5px 0 0 5px;
}

.page-template-template-questionnaire-php .gf_step_last .white-line, .page-template-template-questionnaire-php .gf_step_last .blue-line, .page-template-template-questionnaire-php .gf_step_completed.gf_step_last .blue-complete-line {
	border-radius: 0 5px 5px 0;
}

.page-template-template-questionnaire-php .gf_step_active .blue-line {
	content: "";
	position: absolute;
	width: 50%;
	height: 5px;
	background: #00b9ff;
	left: 0;
	top: 45px;
}

.page-template-template-questionnaire-php .gf_step_completed .blue-complete-line {
	content: "";
	position: absolute;
	width: 100%;
	height: 5px;
	background: #00b9ff;
	left: 0;
	top: 45px;
}

.page-template-template-questionnaire-php .content {
	position: relative;
}

.page-template-template-questionnaire-php .gfield_html h2, .page-template-template-questionnaire-php #loginform h2 {
	font-size: 30px;
	font-family: "Libre Franklin", Helvetica, Arial, sans-serif;
	position: relative;
	line-height: 40px;
}

.page-template-template-questionnaire-php .gfield_html h2 .progress-number {
	display: block;
	content: "";
	background: none repeat scroll 0 0 #00b9ff;
	border-radius: 33px 33px 33px 33px;
	color: #fff;
	height: 33px;
	left: -52px;
	margin-top: -17px;
	padding: 0 0 0 10px;
	position: absolute;
	top: 50%;
	width: 22px;
}

.page-template-template-questionnaire-php #gform_page_2_1 .gfield_html h2 .progress-number {
	background: url("https://cdn-ildocam.nitrocdn.com/eypJzbQdDtAFrxEMSnwtVeEIgHFiTItb/assets/images/optimized/rev-6e45647/atomicdust.wpenginepowered.com/wp-content/themes/ad2013/img/icons/quiz1.png") center center no-repeat #00b9ff;
}

.page-template-template-questionnaire-php #gform_page_2_1 .gfield_html h2 .progress-number.nitro-lazy {
	background: none !important;
}

.page-template-template-questionnaire-php #gform_page_2_2 .gfield_html h2 .progress-number {
	background: url("https://cdn-ildocam.nitrocdn.com/eypJzbQdDtAFrxEMSnwtVeEIgHFiTItb/assets/images/optimized/rev-6e45647/atomicdust.wpenginepowered.com/wp-content/themes/ad2013/img/icons/quiz2.png") center center no-repeat #00b9ff;
}

.page-template-template-questionnaire-php #gform_page_2_2 .gfield_html h2 .progress-number.nitro-lazy {
	background: none !important;
}

.page-template-template-questionnaire-php #gform_page_2_3 .gfield_html h2 .progress-number {
	background: url("https://cdn-ildocam.nitrocdn.com/eypJzbQdDtAFrxEMSnwtVeEIgHFiTItb/assets/images/optimized/rev-6e45647/atomicdust.wpenginepowered.com/wp-content/themes/ad2013/img/icons/quiz3.png") center center no-repeat #00b9ff;
}

.page-template-template-questionnaire-php #gform_page_2_3 .gfield_html h2 .progress-number.nitro-lazy {
	background: none !important;
}

.page-template-template-questionnaire-php #gform_page_2_4 .gfield_html h2 .progress-number {
	background: url("https://cdn-ildocam.nitrocdn.com/eypJzbQdDtAFrxEMSnwtVeEIgHFiTItb/assets/images/optimized/rev-6e45647/atomicdust.wpenginepowered.com/wp-content/themes/ad2013/img/icons/quiz4.png") center center no-repeat #00b9ff;
}

.page-template-template-questionnaire-php #gform_page_2_4 .gfield_html h2 .progress-number.nitro-lazy {
	background: none !important;
}

.page-template-template-questionnaire-php #gform_page_2_5 .gfield_html h2 .progress-number {
	background: url("https://cdn-ildocam.nitrocdn.com/eypJzbQdDtAFrxEMSnwtVeEIgHFiTItb/assets/images/optimized/rev-6e45647/atomicdust.wpenginepowered.com/wp-content/themes/ad2013/img/icons/quiz5.png") center center no-repeat #00b9ff;
}

.page-template-template-questionnaire-php #gform_page_2_5 .gfield_html h2 .progress-number.nitro-lazy {
	background: none !important;
}

.page-template-template-questionnaire-php .gform_body {
	padding: 50px;
	width: 700px;
}

.page-template-template-questionnaire-php .gfield_label {
	font-family: "Libre Franklin", Helvetica, Arial, sans-serif;
	font-size: 16px;
	color: #000;
	margin: 40px 0 20px 0;
	width: 70%;
	position: relative;
}

.page-template-template-questionnaire-php .gfield_label:before {
	width: 16px;
	height: 7px;
	border-radius: 2px;
	position: absolute;
	left: -45px;
	top: 8px;
	content: "";
	background: #00b9ff;
}

.page-template-template-questionnaire-php .gform_body ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.page-template-template-questionnaire-php .gform_body ul li {
	margin: 0;
	padding: 10px 0;
}

.page-template-template-questionnaire-php .gfield_radio input {
	margin-right: 20px;
	display: block;
	float: left;
	margin-top: 5px;
}

.page-template-template-questionnaire-php .gfield_radio label {
	font-size: 14px;
}

.page-template-template-questionnaire-php .gform_page_footer .button {
	padding: 12px 15px 9px;
	font-size: 18px;
	text-transform: uppercase;
	color: #fff;
	background: #00b9ff;
	border: none;
	margin-left: 15px;
}

.page-template-template-questionnaire-php .gform_page_footer {
	float: right;
}

.page-template-template-questionnaire-php #gforms_confirmation_message, .page-id-6521 .page .entry {
	padding-top: 40px;
	min-height: 500px;
}

.page-template-template-questionnaire-php #gforms_confirmation_message .fin-image {
	float: left;
}

.page-template-template-questionnaire-php #gforms_confirmation_message .fin-text, .page-template-template-questionnaire-php .start-text {
	float: left;
	width: 420px;
	padding-top: 28px;
}

.page-template-template-questionnaire-php .start-image {
	float: left;
	margin-left: 40px;
}

.page-template-template-questionnaire-php .start-button a {
	display: block;
	background-color: #00b6ff;
	border-radius: 50%;
	color: #fff;
	padding: 75px 0 0;
	width: 180px;
	height: 105px;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	font-family: "Libre Franklin", Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 1.5em;
	/* 18px / 12px */
	-webkit-transition: all 500ms cubic-bezier(.455, .03, .515, .955);
	-moz-transition: all 500ms cubic-bezier(.455, .03, .515, .955);
	-ms-transition: all 500ms cubic-bezier(.455, .03, .515, .955);
	-o-transition: all 500ms cubic-bezier(.455, .03, .515, .955);
	transition: all 500ms cubic-bezier(.455, .03, .515, .955);
}

.page-template-template-questionnaire-php .start-button a:hover {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.page-template-template-questionnaire-php .start-button .btn-txt {
	display: block;
	background: url("https://cdn-ildocam.nitrocdn.com/eypJzbQdDtAFrxEMSnwtVeEIgHFiTItb/assets/images/optimized/rev-6e45647/atomicdust.wpenginepowered.com/wp-content/themes/ad2013/img/icons/quest-start-arrow.gif") no-repeat 79% 50% transparent;
}

.page-template-template-questionnaire-php .start-button .btn-txt.nitro-lazy {
	background: none !important;
}

.page-template-template-questionnaire-php #gforms_confirmation_message .fin-text h1, .page-template-template-questionnaire-php .start-text h1 {
	font-size: 2.5em;
	/* 30px / 12px */
	line-height: 1.2666666666667;
}

.page-template-template-questionnaire-php #gforms_confirmation_message .fin-text p, .page-template-template-questionnaire-php .start-text p {
	font-size: 1.1666666666667em;
	/* 14px / 12px */
	line-height: 1.5;
}

.page-template-template-questionnaire-php #loginform label {
	color: #000;
	display: block;
	float: left;
	font-family: "Libre Franklin", Helvetica, Arial, sans-serif;
	font-size: 16px;
	margin: 0 20px 0 0;
	padding-top: 7px;
	position: relative;
	width: 75px;
}

.page-template-template-questionnaire-php #loginform {
	padding: 50px;
	margin: 0 auto;
	width: 500px;
}

.page-template-template-questionnaire-php #loginform input {
	background: none repeat scroll 0 0 #f8f8f8;
	border: 1px solid #dcdcdc;
	border-radius: 3px 3px 3px 3px;
	box-shadow: 1px 1px 1px #dcdcdc inset;
	margin: 0 auto;
	padding: 12px 2.5%;
}

.page-template-template-questionnaire-php #loginform #wp-submit {
	background: none repeat scroll 0 0 #00aff8;
	border: none;
	color: #fff;
	font-family: "Libre Franklin", Helvetica, Arial, sans-serif;
	margin-top: 13px;
	padding: 12px 20px;
	text-transform: uppercase;
	border-radius: 0;
}

/* things we've learned */
.twl-hdr {
	background: #00a2d9;
	color: #e1e1e1;
	font-family: "Trade Gothic W01 Bold";
	padding: 84px 0 42px;
	text-align: center;
}

.twl-hdr .fullimg {
	position: absolute;
	top: 0;
}

.twl-hdr .innercontain {
	position: relative;
	z-index: 2;
}

.twl-hdr .datetime {
	font-size: 1.9166667em;
	text-transform: uppercase;
}

.twl-hdr h1 {
	color: #fcf300;
	font-family: "Trade Gothic W01 Bold";
	font-size: 1.5em;
	text-transform: uppercase;
}

.twl-hdr h1 span {
	font-size: 179.98%;
}

.twl-content {
	padding: 20px 0;
}

.twl-content .content {
	color: #6f6f6f;
	font-size: 1.166667em;
	padding-bottom: 0;
}

.twl-content .content strong {
	color: #000;
}

.twl-content .content h2 {
	font-size: 1.571428em;
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: .818181em;
}

.twl-datetime {
	border: 1px solid #c4c4c4;
	border-radius: 2px;
	color: #373737;
	padding: 22px 4.6875%;
}

.twl-datetime h3 {
	color: #373737;
	font-family: "Trade Gothic W01 Bold";
	font-size: 1.66667em;
	font-weight: normal;
	line-height: 1.3;
	margin-bottom: .5em;
	text-transform: uppercase;
}

.twl-datetime .dt {
	font-family: "Trade Gothic W01 Bold";
	font-size: 1.5em;
	text-transform: uppercase;
}

.twl-datetime .dt span {
	color: #727272;
	font-family: "Libre Franklin", Helvetica, Arial, sans-serif;
	font-size: 66.6667%;
	font-weight: bold;
}

a.btn {
	background: #76be4e;
	border-radius: 2px;
	color: #fff;
	display: inline-block;
	font-family: "Libre Franklin", Helvetica, Arial, sans-serif;
	font-size: .8333em;
	margin-top: 26px;
	padding: 10px 40px;
	text-decoration: none;
	text-shadow: 0px -1px 0px rgba(62, 159, 41, 1);
	text-transform: none;
}

a.btn2 {
	background: #00bff3;
	font-family: "Libre Franklin", Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: #000;
	text-shadow: none;
}

a.btn2:hover {
	color: #333;
}

.twl-speakers {
	background: #eee;
	color: #3f3f3f;
	padding: 20px 0;
	text-align: center;
}

.twl-speakers h2 {
	color: #00a2d9;
	font-family: "Trade Gothic W01 Bold";
	font-weight: normal;
	margin-bottom: 1em;
	text-transform: uppercase;
}

.twl-speakers ul, .twl-speakers li {
	list-style: none;
	margin: 0;
	padding: 0;
}

.twl-speakers ul {
	text-align: center;
}

.twl-speakers li {
	display: inline-block;
	margin-bottom: 20px;
	position: relative;
}

.twl-speakers li img {
	margin: 0 auto;
	position: relative;
	z-index: 1;
}

.twl-speakers li .empmask {
	margin-left: -62px;
	left: 50%;
	position: absolute;
	top: 0;
	z-index: 2;
}

.twl-speakers .who span {
	display: block;
	font-weight: bold;
	line-height: 1.2;
}

.twl-speakers .name {
	font-size: 1.33333em;
}

.slidein {
	background: #76be4e;
	padding: 37px 0;
	text-align: center;
	z-index: 1000001;
}

.slidein h3, .slidein h4 {
	color: #fff;
	font-family: "Trade Gothic W01 Bold";
	font-weight: normal;
	margin: 0;
	line-height: 1.3;
	text-transform: uppercase;
}

.slidein h4 {
	color: #fcf300;
}

.slidein-close {
	display: none;
}

.twl-form {
	margin: 35px auto 0;
	max-width: 320px;
}

.twl-form label {
	color: #fff;
	font-size: 1.16667em;
}

.twl-form div {
	text-align: left;
}

.twl-form .gform_wrapper input[type="text"], .twl-form .gform_wrapper input[type="tel"], .twl-form .gform_wrapper input[type="email"], .twl-form .gform_wrapper textarea {
	border: none;
	border-radius: 0;
	box-shadow: none;
	padding: 5px;
}

.twl-form .gform_wrapper input[type="submit"] {
	background: #76be4e;
	border: 1px solid #fff;
	border-radius: 2px;
	font-size: 15px;
	padding: 8px 44px;
	text-shadow: 0px -1px 0px rgba(62, 159, 41, 1);
	text-transform: none;
}

.twl-form .gform_wrapper input[type="submit"]:hover {
	background: #5aa531;
}

.twl-form .gform_wrapper .gform_footer {
	text-align: center;
}

.twl-form .validation_message {
	clear: both;
	color: #fcf300;
	text-align: center;
}

.twl-form .validation_error {
	color: #fff;
	margin: 0 auto 10px;
}

.gfield_checkbox, .gfield_checkbox li {
	list-style: none;
	margin: 0;
	padding: 0;
}

.twl-form .gfield_checkbox label {
	font-size: 1.08em;
	width: auto;
}

.twl-form .gfield_checkbox input {
	float: left;
	margin-right: 5px;
}

.twl-form #field_3_5 .gfield_label {
	display: none;
}

.twl-form .ginput_complex {
	float: left;
}

.twl-form .ginput_complex span {
	display: block;
	margin: 0 0 5px;
}

.twl-form .ginput_complex input {
	float: none;
}

.twl-form .ginput_complex label {
	clear: both;
	display: block;
	float: none;
	font-size: 1em;
	text-align: left;
}

.twl-form #gforms_confirmation_message {
	color: #fff;
	font-size: 1.16667em;
}

.slidein-contain .addthisevent-drop {
	background-color: #fff;
	border-color: #eee;
	color: #666 !important;
	margin-top: 13px;
	padding: 5px 12px 4px 35px;
	text-transform: none;
	z-index: 10000 !important;
}

.slidein-contain .dt .addthisevent-drop span {
	font-size: 11px;
}

.slidein-contain .addthisevent-drop, .slidein-contain .addthisevent-drop:hover {
	font-size: 12px;
	font-weight: normal;
}

.twl-form .addthisevent-drop {
	background-color: transparent;
	color: #fff !important;
}

.twl-form .addthisevent-drop:hover {
	background-color: #5aa531;
	border-color: #fff;
}

/* 2014 Calendar Landing Page */
.page-template-template-calendar2014-php #wrapper {
	padding: 0;
}

.page-template-template-calendar2014-php .screen-section {
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	margin-bottom: -200px;
	overflow: hidden;
}

.page-template-template-calendar2014-php .screen {
	height: 100%;
	overflow: hidden;
	position: absolute;
	width: 100%;
	color: #fff;
}

.page-template-template-calendar2014-php .screen-content {
	height: 100%;
	position: relative;
	width: 100%;
}

.page-template-template-calendar2014-php .screen-1 {
	background-color: #00bff3;
	text-align: center;
}

.page-template-template-calendar2014-php .screen-2 {
	top: 100%;
	overflow: visible;
}

.page-template-template-calendar2014-php .screen-2 .screen-content {
	background-color: #f2e19f;
	background: url("https://cdn-ildocam.nitrocdn.com/eypJzbQdDtAFrxEMSnwtVeEIgHFiTItb/assets/images/optimized/rev-6e45647/atomicdust.wpenginepowered.com/wp-content/themes/ad2013/img/calendar2014/calendar-hero.jpg") center center no-repeat #f2e19f;
	background-size: cover;
	overflow: hidden;
}

.page-template-template-calendar2014-php .screen-2 .screen-content.nitro-lazy {
	background: none !important;
}

.page-template-template-calendar2014-php h1 {
	color: #fff;
	font-family: "Libre Franklin", Helvetica, Arial, sans-serif;
	font-size: 3.75em;
	/* 45px / 12px */
	margin-top: 20%;
}

.page-template-template-calendar2014-php .screen-2 .innercontain {
	position: relative;
	height: 100%;
	z-index: 9;
}

.page-template-template-calendar2014-php .screen-2 .callout-circle, .page-template-template-calendar2014-php .screen-2 .callout-buy, .page-template-template-calendar2014-php .screen-2 .shipping-rate {
	position: absolute;
}

.page-template-template-calendar2014-php .screen-2 .callout-circle {
	top: 60px;
	left: 0;
	border: 1px solid #fff;
	border: 1px solid rgba(255, 255, 255, .5);
	width: 200px;
	height: 200px;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

.page-template-template-calendar2014-php .screen-2 .callout-circle .circle {
	padding: 30px 20px 20px;
	text-align: center;
}

.page-template-template-calendar2014-php .screen-2 .callout-circle strong {
	font-size: 62px;
	font-weight: normal;
}

.page-template-template-calendar2014-php .screen-2 .callout-circle span {
	display: block;
}

.page-template-template-calendar2014-php .screen-2 .callout-buy {
	top: 30px;
	right: 0;
	text-transform: uppercase;
}

.page-template-template-calendar2014-php .screen-2 .callout-buy a {
	padding: 8px 18px;
	color: #fff;
	text-decoration: none;
	border: 1px solid #fff;
	border: 1px solid rgba(255, 255, 255, .5);
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
}

.page-template-template-calendar2014-php .screen-2 .callout-buy a:hover {
	color: #02aad8;
	border: 1px solid #02aad8;
}

.page-template-template-calendar2014-php .screen-2 .shipping-rate {
	bottom: 20px;
	right: 0;
}

.month-thumbs {
	clear: both;
	overflow: hidden;
}

.month-thumbs .month {
	float: left;
	width: 33.333333333333%;
	position: relative;
}

.month-thumbs .month img {
	display: block;
	width: 100%;
	height: auto;
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}

.month-thumbs .month .top {
	z-index: 2;
	position: relative;
}

.month-thumbs .month .bottom {
	z-index: 1;
	position: absolute;
	top: 0;
	left: 0;
}

.month-thumbs .month .top:hover {
	opacity: 0;
}

.cal-content {
	background-color: #fff;
	clear: both;
	padding: 85px 0;
}

.cal-content h2 {
	font-size: 33px;
	font-family: "Libre Franklin", Helvetica, Arial, sans-serif;
}

.cal-content p {
	font-size: 18px;
}

.cal-content .left {
	float: left;
	width: 50%;
}

.cal-content .right {
	float: right;
	width: 40%;
	border-left: 2px solid #87e1f9;
	padding: 3% 0 3% 5%;
	margin-top: 5%;
}

.cal-content .right form {
	text-align: center;
}

.page-template-template-calendar2014-php p {
	color: #444;
}

.testimonials-content {
	background-color: #00bff3;
	padding: 70px 0;
	position: relative;
	z-index: 1;
}

.testimonials-content .quote-icon {
	margin: 0 auto;
	display: block;
}

.testimonials-content .quote-slider {
	list-style: none;
	color: #444;
	text-align: center;
	margin: 30px auto 0;
	padding: 0;
	width: 80%;
	text-align: center;
}

.testimonials-content .quote-slider li {
	font-size: 33px;
	font-family: "Libre Franklin", Helvetica, Arial, sans-serif;
	text-align: center;
	width: 100%;
}

.testimonials-content .quote-slider .cycle-pager {
	margin: 0px auto 0;
	width: 120px;
}

.testimonials-content .quote-slider .cycle-pager span {
	background-color: #02aad8;
	border: 2px solid #00bff3;
	cursor: pointer;
	display: block;
	float: left;
	height: 16px;
	width: 16px;
	text-indent: -999em;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	margin-right: 2px;
}

.testimonials-content .quote-slider .cycle-pager span.cycle-pager-active {
	border: 2px solid #fff;
}

.cal-footer {
	background-color: #fff;
	padding-top: 30px;
	text-align: center;
	padding-bottom: 50px;
	font-size: 18px;
}

.page-template-template-calendar2014-php .bgimg {
	width: 0;
	height: 0;
	z-index: -1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
}

article.attachment {
	width: 75%;
	margin: 6% auto;
}

article.attachment .entry-meta {
	margin-bottom: 20px;
}

.page-template-template-overview-new .hdr-contain {
	background: transparent no-repeat center center;
	background-size: cover;
	position: relative;
}

.page-template-template-overview-new .hdr-contain h1 {
	color: #fff;
	font-family: "Libre Franklin", Helvetica, Arial, sans-serif;
	font-weight: bold;
	line-height: 1.1;
	margin: 0;
	padding: 50px 0;
	text-align: center;
	text-shadow: 2px 2px 6px rgba(66, 66, 66, .5);
}

.page-template-template-overview-new .main-content {
	border-top: 5px solid #00bff3;
	background: #fff;
	position: relative;
	padding: 5% 0;
}

.page-template-template-overview-new .entry .thumb {
	display: none;
	margin-bottom: 44px;
}

.page-template-template-overview-new .main-content h2 {
	font-family: "Libre Franklin", Helvetica, Arial, sans-serif;
	font-size: 35px;
	margin-bottom: .5em;
	line-height: 1.36;
}

.page-template-template-overview-new .entry .in {
	font-size: 16px;
	line-height: 1.8;
}

.page-template-template-overview-new .bens {
	margin-bottom: 1.5em;
}

.page-template-template-overview-new .bens .in {
	border: 1px solid #d4d4d4;
	padding: 5%;
}

.page-template-template-overview-new .bens h6 {
	color: #7f7f7f;
	margin-bottom: 1em;
	font-size: 12px;
	font-style: italic;
	text-align: center;
}

.page-template-template-overview-new .bens ul {
	margin: 0;
	padding: 0 0 0 12px;
}

.page-template-template-overview-new .bens ul li {
	padding: 0 0 0 12px;
	margin: 0 0 1em;
}

.thumbcols-contain {}

.thumbcols .col {
	background: #2a2a2a;
}

.thumbcols .in {
	padding: 5px 5px 60px;
	position: relative;
	overflow: hidden;
}

.thumbcols .txt {
	background: rgba(42, 42, 42, .85);
	left: 5px;
	right: 5px;
	bottom: 0;
	padding: 10px;
	top: 75%;
	color: #fff;
	position: absolute;
	-webkit-transition: top 250ms ease-in-out;
	-moz-transition: top 250ms ease-in-out;
	-o-transition: top 250ms ease-in-out;
	-ms-transition: top 250ms ease-in-out;
	transition: top 250ms ease-in-out;
}

.thumbcols .txt h5 {
	color: #fff;
	font-size: 15px;
	font-weight: bold;
}

.thumbcols .txt .blurb {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	-webkit-transition: opacity 500ms ease-in-out;
	-moz-transition: opacity 500ms ease-in-out;
	-o-transition: opacity 500ms ease-in-out;
	-ms-transition: opacity 500ms ease-in-out;
	transition: opacity 500ms ease-in-out;
}

.thumbcols .thumb img {
	display: block;
	height: auto;
	width: 100%;
}

.thumbcols .col:hover .txt .blurb {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}

.thumbcols .col:hover .txt {
	top: 25%;
}

.service-slideshow {
	margin-bottom: 116px;
	position: relative;
	z-index: 1;
}

.service-awardcolumns {
	margin-bottom: 116px;
}

.service-related {
	margin-bottom: 116px;
}

.ss-b {
	background: #fff;
	padding: 5px;
	max-width: 685px;
}

.service-slideshow img {
	display: block;
	height: auto;
	width: 100%;
}

#thumbpage img {
	cursor: pointer;
	display: block;
	float: left;
	margin-left: 5px;
	max-width: 125px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	-moz-opacity: .5;
	-khtml-opacity: .5;
	opacity: .5;
}

#thumbpage img:first-child {
	margin-left: 0;
}

#thumbpage img.cycle-pager-active {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}

.ss-copy .pjt {
	max-width: 495px;
	padding: 22px;
}

.pjt h5 {
	font-size: 18px;
	font-family: "Libre Franklin", Helvetica, Arial, sans-serif;
	font-weight: normal;
}

.service-related img {
	display: block;
	height: auto;
	margin-bottom: 38px;
	width: 100%;
}

.service-related .entry-title {
	font-size: 18px;
	margin-bottom: 15px;
}

.service-awardcolumns img {
	display: block;
	margin: 0 auto;
	max-width: 80%;
}

@media only screen and (max-width: 320px) {
	.page-template-template-calendar2014-php .screen-2 .callout-circle {
		background-color: #fff;
		background-color: rgba(255, 255, 255, .85);
		border: 1px solid #02aad8;
		color: #02aad8;
		left: 20%;
		top: 110px;
	}
	
	.page-template-template-calendar2014-php .screen-2 .callout-buy a {
		background-color: #fff;
		background-color: rgba(255, 255, 255, .85);
		border: 1px solid #02aad8;
		color: #02aad8;
	}
	
	.month-thumbs .month {
		width: 50%;
	}
	
	.cal-content .left, .cal-content .right {
		float: none;
		width: 100%;
		border: none;
		margin: 0;
		padding: 0;
	}
	
	.testimonials-content .quote-slider li {
		font-size: 20px;
	}
}

/*!
Video.js Default Styles (http://videojs.com)
Version 4.0.4
*/
.video-js {
	background-color: #000;
	/* position: relative; */
	padding: 0;
	font-size: 10px;
	vertical-align: middle;
}

.video-js .vjs-tech {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.video-js:-moz-full-screen {
	position: absolute;
}

body.vjs-full-window {
	padding: 0;
	margin: 0;
	height: 100%;
	overflow-y: auto;
}

.video-js.vjs-fullscreen {
	position: fixed;
	overflow: hidden;
	z-index: 1000;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
	_position: absolute;
}

.video-js:-webkit-full-screen {
	width: 100% !important;
	height: 100% !important;
}

.vjs-poster {
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: contain;
	cursor: pointer;
	height: 100%;
	margin: 0;
	padding: 0;
	position: relative;
	width: 100%;
}

.vjs-poster img {
	display: block;
	margin: 0 auto;
	max-height: 100%;
	padding: 0;
	width: 100%;
}

.video-js .vjs-text-track-display {
	text-align: center;
	position: absolute;
	bottom: 4em;
	left: 1em;
	right: 1em;
	font-family: Arial, sans-serif;
}

.video-js .vjs-text-track {
	display: none;
	font-size: 1.4em;
	text-align: center;
	margin-bottom: .1em;
	background: #000;
	background: rgba(0, 0, 0, .5);
}

.video-js .vjs-subtitles {
	color: #fff;
}

.video-js .vjs-captions {
	color: #fc6;
}

.vjs-tt-cue {
	display: block;
}

.vjs-fade-in {
	display: block !important;
	visibility: visible;
	opacity: 1;
	-webkit-transition: visibility .1s, opacity .1s;
	-moz-transition: visibility .1s, opacity .1s;
	-ms-transition: visibility .1s, opacity .1s;
	-o-transition: visibility .1s, opacity .1s;
	transition: visibility .1s, opacity .1s;
}

.vjs-fade-out {
	display: block !important;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: visibility 1.5s, opacity 1.5s;
	-moz-transition: visibility 1.5s, opacity 1.5s;
	-ms-transition: visibility 1.5s, opacity 1.5s;
	-o-transition: visibility 1.5s, opacity 1.5s;
	transition: visibility 1.5s, opacity 1.5s;
	-webkit-transition-delay: 2s;
	-moz-transition-delay: 2s;
	-ms-transition-delay: 2s;
	-o-transition-delay: 2s;
	transition-delay: 2s;
}

.vjs-default-skin .vjs-hidden {
	display: none;
}

.vjs-lock-showing {
	display: block !important;
	opacity: 1;
	visibility: visible;
}

.vjs-default-skin {
	color: #ccc;
}

.vjs-default-skin .vjs-slider {
	outline: 0;
	position: relative;
	cursor: pointer;
	padding: 0;
	background: #323232;
	background: rgba(100, 100, 100, .5);
}

.vjs-default-skin .vjs-slider:focus {
	background: #464646;
	background: rgba(100, 100, 100, .7);
	-webkit-box-shadow: 0 0 2em rgba(255, 255, 255, 1);
	-moz-box-shadow: 0 0 2em rgba(255, 255, 255, 1);
	box-shadow: 0 0 2em rgba(255, 255, 255, 1);
}

.vjs-default-skin .vjs-slider-handle {
	position: absolute;
	left: 0;
	top: 0;
}

.vjs-default-skin .vjs-slider-handle:before {
	content: "";
	font-family: VideoJS;
	font-size: 1em;
	line-height: 1;
	text-align: center;
	text-shadow: 0 0 1em #fff;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
}

.vjs-default-skin .vjs-control-bar {
	display: none;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 0;
	margin: 0;
	height: 3em;
	background-color: #000;
	background-color: rgba(7, 40, 50, .7);
	font-style: normal;
	font-weight: 400;
	font-family: Arial, sans-serif;
}

.vjs-default-skin .vjs-control {
	outline: 0;
	position: relative;
	float: left;
	text-align: center;
	margin: 0;
	padding: 0;
	height: 3em;
	width: 4em;
}

.vjs-default-skin .vjs-control:before {
	font-family: VideoJS;
	font-size: 1.5em;
	line-height: 2;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, .5);
}

.vjs-default-skin .vjs-control:focus:before, .vjs-default-skin .vjs-control:hover:before {
	text-shadow: 0 0 1em rgba(255, 255, 255, 1);
}

.vjs-default-skin .vjs-control:focus {}

.vjs-default-skin .vjs-control-text {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.vjs-default-skin .vjs-play-control {
	width: 5em;
	cursor: pointer;
}

.vjs-default-skin .vjs-play-control:before {
	content: "";
}

.vjs-default-skin.vjs-playing .vjs-play-control:before {
	content: "";
}

.vjs-default-skin .vjs-mute-control, .vjs-default-skin .vjs-volume-menu-button {
	cursor: pointer;
	float: right;
}

.vjs-default-skin .vjs-mute-control:before, .vjs-default-skin .vjs-volume-menu-button:before {
	content: "";
}

.vjs-default-skin .vjs-mute-control.vjs-vol-0:before, .vjs-default-skin .vjs-volume-menu-button.vjs-vol-0:before {
	content: "";
}

.vjs-default-skin .vjs-mute-control.vjs-vol-1:before, .vjs-default-skin .vjs-volume-menu-button.vjs-vol-1:before {
	content: "";
}

.vjs-default-skin .vjs-mute-control.vjs-vol-2:before, .vjs-default-skin .vjs-volume-menu-button.vjs-vol-2:before {
	content: "";
}

.vjs-default-skin .vjs-volume-control {
	width: 5em;
	float: right;
}

.vjs-default-skin .vjs-volume-bar {
	width: 5em;
	height: .6em;
	margin: 1.1em auto 0;
}

.vjs-default-skin .vjs-volume-menu-button .vjs-menu-content {
	height: 2.9em;
}

.vjs-default-skin .vjs-volume-level {
	position: absolute;
	top: 0;
	left: 0;
	height: .5em;
	background: #66a8cc url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAGCAYAAADgzO9IAAAAP0lEQVQIHWWMAQoAIAgDR/QJ/Ub//04+w7ZICBwcOg5FZi5iBB82AGzixEglJrd4TVK5XUJpskSTEvpdFzX9AB2pGziSQcvAAAAAAElFTkSuQmCC") -50% 0 repeat;
}

.vjs-default-skin .vjs-volume-level.nitro-lazy {
	background: none !important;
}

.vjs-default-skin .vjs-volume-bar .vjs-volume-handle {
	width: .5em;
	height: .5em;
}

.vjs-default-skin .vjs-volume-handle:before {
	font-size: .9em;
	top: -.2em;
	left: -.2em;
	width: 1em;
	height: 1em;
}

.vjs-default-skin .vjs-volume-menu-button .vjs-menu .vjs-menu-content {
	width: 6em;
	left: -4em;
}

.vjs-default-skin .vjs-progress-control {
	position: absolute;
	left: 0;
	right: 0;
	width: auto;
	font-size: .3em;
	height: 1em;
	top: -1em;
	-webkit-transition: top .4s, height .4s, font-size .4s, -webkit-transform .4s;
	-moz-transition: top .4s, height .4s, font-size .4s, -moz-transform .4s;
	-o-transition: top .4s, height .4s, font-size .4s, -o-transform .4s;
	transition: top .4s, height .4s, font-size .4s, transform .4s;
}

.vjs-default-skin:hover .vjs-progress-control {
	font-size: .9em;
	-webkit-transition: top .2s, height .2s, font-size .2s, -webkit-transform .2s;
	-moz-transition: top .2s, height .2s, font-size .2s, -moz-transform .2s;
	-o-transition: top .2s, height .2s, font-size .2s, -o-transform .2s;
	transition: top .2s, height .2s, font-size .2s, transform .2s;
}

.vjs-default-skin .vjs-progress-holder {
	height: 100%;
}

.vjs-default-skin .vjs-progress-holder .vjs-play-progress, .vjs-default-skin .vjs-progress-holder .vjs-load-progress {
	position: absolute;
	display: block;
	height: 100%;
	margin: 0;
	padding: 0;
	left: 0;
	top: 0;
}

.vjs-default-skin .vjs-play-progress {
	background: #66a8cc url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAGCAYAAADgzO9IAAAAP0lEQVQIHWWMAQoAIAgDR/QJ/Ub//04+w7ZICBwcOg5FZi5iBB82AGzixEglJrd4TVK5XUJpskSTEvpdFzX9AB2pGziSQcvAAAAAAElFTkSuQmCC") -50% 0 repeat;
}

.vjs-default-skin .vjs-play-progress.nitro-lazy {
	background: none !important;
}

.vjs-default-skin .vjs-load-progress {
	background: #646464;
	background: rgba(255, 255, 255, .4);
}

.vjs-default-skin .vjs-seek-handle {
	width: 1.5em;
	height: 100%;
}

.vjs-default-skin .vjs-seek-handle:before {
	padding-top: .1em;
}

.vjs-default-skin .vjs-time-controls {
	font-size: 1em;
	line-height: 3em;
}

.vjs-default-skin .vjs-current-time {
	float: left;
}

.vjs-default-skin .vjs-duration {
	float: left;
}

.vjs-default-skin .vjs-remaining-time {
	display: none;
	float: left;
}

.vjs-time-divider {
	float: left;
	line-height: 3em;
}

.vjs-default-skin .vjs-fullscreen-control {
	width: 3.8em;
	cursor: pointer;
	float: right;
}

.vjs-default-skin .vjs-fullscreen-control:before {
	content: "";
}

.vjs-default-skin.vjs-fullscreen .vjs-fullscreen-control:before {
	content: "";
}

.vjs-default-skin .vjs-big-play-button {
	display: block;
	z-index: 2;
	position: absolute;
	top: 2em;
	left: 2em;
	width: 12em;
	height: 8em;
	margin: 0;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	opacity: 1;
	background-color: #282828;
	background-color: rgba(7, 40, 50, .7);
	border: .3em solid #323232;
	border-color: rgba(255, 255, 255, .25);
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	-webkit-box-shadow: 0 0 1em rgba(255, 255, 255, .25);
	-moz-box-shadow: 0 0 1em rgba(255, 255, 255, .25);
	box-shadow: 0 0 1em rgba(255, 255, 255, .25);
	-webkit-transition: border .4s, -webkit-box-shadow .4s, -webkit-transform .4s;
	-moz-transition: border .4s, -moz-box-shadow .4s, -moz-transform .4s;
	-o-transition: border .4s, -o-box-shadow .4s, -o-transform .4s;
	transition: border .4s, box-shadow .4s, transform .4s;
	/*Hiding play button until vjs functionality can be cleaned up/fixed. - Glendon Grapperhaus - 05/13/22*/
	display: none;
}

.vjs-default-skin:hover .vjs-big-play-button, .vjs-default-skin .vjs-big-play-button:focus {
	outline: 0;
	border-color: #fff;
	border-color: rgba(255, 255, 255, 1);
	background-color: #505050;
	background-color: rgba(50, 50, 50, .75);
	-webkit-box-shadow: 0 0 3em #fff;
	-moz-box-shadow: 0 0 3em #fff;
	box-shadow: 0 0 3em #fff;
	-webkit-transition: border 0s, -webkit-box-shadow 0s, -webkit-transform 0s;
	-moz-transition: border 0s, -moz-box-shadow 0s, -moz-transform 0s;
	-o-transition: border 0s, -o-box-shadow 0s, -o-transform 0s;
	transition: border 0s, box-shadow 0s, transform 0s;
}

.vjs-default-skin .vjs-big-play-button:before {
	content: "";
	font-family: VideoJS;
	font-size: 3em;
	line-height: 2.66;
	text-shadow: .05em .05em .1em #000;
	text-align: center;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.vjs-loading-spinner {
	display: none;
	position: absolute;
	top: 50%;
	left: 50%;
	font-size: 5em;
	line-height: 1;
	width: 1em;
	height: 1em;
	margin-left: -.5em;
	margin-top: -.5em;
	opacity: .75;
	-webkit-animation: spin 1.5s infinite linear;
	-moz-animation: spin 1.5s infinite linear;
	-o-animation: spin 1.5s infinite linear;
	animation: spin 1.5s infinite linear;
}

.vjs-default-skin .vjs-loading-spinner:before {
	content: "";
	font-family: VideoJS;
	position: absolute;
	width: 1em;
	height: 1em;
	text-align: center;
	text-shadow: 0 0 .1em #000;
}

.vjs-default-skin .vjs-loading-spinner:after {
	content: "";
	font-family: VideoJS;
	position: absolute;
	width: 1em;
	height: 1em;
	text-align: center;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

@-moz-keyframes spin {
	0% {
		-moz-transform: rotate(0deg);
	}
	
	100% {
		-moz-transform: rotate(359deg);
	}
}

@-webkit-keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
	}
	
	100% {
		-webkit-transform: rotate(359deg);
	}
}

@-o-keyframes spin {
	0% {
		-o-transform: rotate(0deg);
	}
	
	100% {
		-o-transform: rotate(359deg);
	}
}

@-ms-keyframes spin {
	0% {
		-ms-transform: rotate(0deg);
	}
	
	100% {
		-ms-transform: rotate(359deg);
	}
}

@keyframes spin {
	0% {
		transform: rotate(0deg);
	}
	
	100% {
		transform: rotate(359deg);
	}
}

.vjs-default-skin .vjs-menu-button {
	float: right;
	cursor: pointer;
}

.vjs-default-skin .vjs-menu {
	display: none;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 0;
	margin-bottom: 3em;
	border-left: 2em solid transparent;
	border-right: 2em solid transparent;
	border-top: 1.55em solid #000;
	border-top-color: rgba(7, 40, 50, .5);
}

.vjs-default-skin .vjs-menu-button .vjs-menu .vjs-menu-content {
	display: block;
	padding: 0;
	margin: 0;
	position: absolute;
	width: 10em;
	bottom: 1.5em;
	max-height: 15em;
	overflow: auto;
	left: -5em;
	background-color: #000;
	background-color: rgba(7, 40, 50, .7);
	-webkit-box-shadow: -20px -20px 0 rgba(255, 255, 255, .5);
	-moz-box-shadow: 0 0 1em rgba(255, 255, 255, .5);
	box-shadow: -.2em -.2em .3em rgba(255, 255, 255, .2);
}

.vjs-default-skin .vjs-menu-button:hover .vjs-menu {
	display: block;
}

.vjs-default-skin .vjs-menu-button ul li {
	list-style: none;
	margin: 0;
	padding: .3em 0;
	line-height: 1.4em;
	font-size: 1.2em;
	font-weight: 400;
	text-align: center;
	text-transform: lowercase;
}

.vjs-default-skin .vjs-menu-button ul li.vjs-selected {
	background-color: #000;
}

.vjs-default-skin .vjs-menu-button ul li:focus, .vjs-default-skin .vjs-menu-button ul li:hover, .vjs-default-skin .vjs-menu-button ul li.vjs-selected:focus, .vjs-default-skin .vjs-menu-button ul li.vjs-selected:hover {
	background-color: #fff;
	background-color: rgba(255, 255, 255, .75);
	color: #111;
	outline: 0;
	-webkit-box-shadow: 0 0 1em rgba(255, 255, 255, 1);
	-moz-box-shadow: 0 0 1em rgba(255, 255, 255, 1);
	box-shadow: 0 0 1em rgba(255, 255, 255, 1);
}

.vjs-default-skin .vjs-menu-button ul li.vjs-menu-title {
	text-align: center;
	text-transform: uppercase;
	font-size: 1em;
	line-height: 2em;
	padding: 0;
	margin: 0 0 .3em;
	font-weight: 700;
	cursor: default;
}

.vjs-default-skin .vjs-subtitles-button:before {
	content: "";
}

.vjs-default-skin .vjs-captions-button {
	font-size: 1em;
}

.vjs-default-skin .vjs-captions-button:before {
	content: "";
	font-family: VideoJS;
	font-size: 1.5em;
	line-height: 2;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	text-shadow: none;
}

.vjs-default-skin .vjs-captions-button:focus .vjs-control-content:before, .vjs-default-skin .vjs-captions-button:hover .vjs-control-content:before {
	-webkit-box-shadow: 0 0 1em rgba(255, 255, 255, 1);
	-moz-box-shadow: 0 0 1em rgba(255, 255, 255, 1);
	box-shadow: 0 0 1em rgba(255, 255, 255, 1);
}

#big_video {
	background: transparent;
}

.page-template-template-contact-new .hs-input:not([type="file"]) {
	background-color: #f5f8fa;
}

.page-template-template-contact-new .hs-form-field label {
	font-size: 14px;
	width: 130px;
	color: #33475b;
	display: block;
	float: none;
	width: auto;
	font-weight: 500;
	line-height: 20px;
	padding-top: 0;
	margin-bottom: 4px;
	font-family: Helvetica, "Helvetica Neue", Arial, sans-serif;
}

.page-template-template-contact-new .hs-input {
	display: inline-block;
	width: 90%;
	max-width: 500px;
	height: 40px;
	padding: 9px 10px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: normal;
	line-height: 22px;
	color: #33475b;
	border: 1px solid #cbd6e2;
	box-sizing: border-box;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
}

.page-template-template-contact-new .actions {
	margin-top: 18px;
	margin-bottom: 18px;
	padding: 17px 0px;
}

.page-template-template-contact-new .hs-button {
	white-space: pre-wrap;
	background: #1ba7da;
	border-color: #1ba7da;
	color: #fff;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0;
	cursor: pointer;
	display: inline-block;
	font-weight: 700;
	line-height: 12px;
	position: relative;
	text-align: center;
	transition: all .15s linear;
	color: #fff;
	border-radius: 3px;
	border-style: solid;
	border-width: 1px;
	font-size: 14px;
	padding: 12px 24px;
}

.page-template-template-contact-new .hs-button:hover {
	background-color: #ff7a59;
	border-color: #ff7a59;
}

.page-template-template-contact-new textarea.hs-input {
	height: auto;
}

.page-template-template-contact-new .field {
	margin-bottom: 18px;
}

.page-template-template-contact-new .inputs-list {
	list-style-type: none;
	margin: 0 0 5px;
	width: 100%;
	padding-left: 5px;
}

input.hs-input.error, div.field.error input, div.field.error textarea, div.field.error .chzn-choices, textarea.hs-input.error, select.hs-input.error {
	border-color: #c87872;
}

.page-template-template-contact-new .inputs-list > li {
	display: block;
	padding: 0;
	width: 100%;
	padding-top: 0;
}

.page-template-template-contact-new .inputs-list label {
	float: none;
	width: auto;
	padding: 0;
	line-height: 18px;
	white-space: normal;
	font-weight: normal;
}

.hs-error-msgs label {
	color: #f2545b;
}

/* =============================================================================
   Media Queries
   ========================================================================== */
.single-post .sidebar {
	display: none;
}

@media only screen and (min-width: 768px) {
	.col {
		float: left;
		margin-bottom: 0;
	}
	
	.columns-1 .col, .col-1 {
		float: none;
	}
	
	.columns-2 .col, .col-2 {
		width: 50%;
	}
	
	.columns-2-spaced .col {
		margin-left: 5%;
		width: 47.5%;
	}
	
	.columns-2-spaced .col:first-child {
		margin-left: 0;
	}
	
	.columns-3 .col {
		width: 33.33333%;
	}
	
	.columns-3-spaced .col {
		margin-left: 3.3333%;
		width: 30%;
	}
	
	.columns-4 .col {
		width: 25%;
	}
	
	.columns-5 .col {
		width: 20%;
	}
	
	.columns-6 .col {
		width: 16.6666%;
	}
	
	.thumbcols .col {
		width: 31.111%;
	}
	
	.thumbcols .col:first-child {
		margin-left: 0;
	}
	
	.columns-4 .col {
		width: 25%;
	}
	
	.columns-equalize {
		display: table;
		table-layout: fixed;
		width: 100%;
	}
	
	.columns-equalize .col-row {
		display: table-row;
	}
	
	.lt-ie8 .columns-equalize .col-row {
		overflow: hidden;
		display: block;
	}
	
	.columns-equalize .col {
		border-collapse: collapse;
		display: table-cell;
		float: none;
		vertical-align: middle;
	}
	
	.lt-ie8 .columns-equalize .col {
		display: block;
		float: left;
	}
	
	.meta-columns .col {
		border-bottom: none;
		border-left: 1px solid #202020;
		padding: 40px 3%;
		text-align: center;
		width: 27.33333%;
	}
	
	.lt-ie8 .meta-columns .col {
		float: left;
		min-height: 100px;
		width: 27.22222%;
	}
	
	.meta-columns .col:first-child {
		border-left: none;
	}
	
	.slide .headline {
		margin-top: -65.5px;
		top: 40%;
	}
	
	.slide h1 {
		font-size: 3.5em;
	}
	
	.slide h3 {
		font-size: 1.87667em;
	}
	
	.slidenav a {
		padding: 16px 14px 20px;
	}
	
	.slidenav .sub {
		display: block;
		line-height: 1.3;
		font-size: 1em;
	}
	
	.herotext {
		padding: 95px 0;
	}
	
	.bloglist {
		position: relative;
		margin-bottom: 116px;
	}
	
	.box-contain {
		padding: 120px;
	}
	
	.columns-equalize .box-contain {
		padding: 0;
	}
	
	.box {
		margin: 17% 15% 0;
		padding: 13% 5%;
	}
	
	.box h3 {
		font-size: 2.0775em;
		margin-bottom: .75em;
	}
	
	.bloglist .hentry, .bloglist .box-contain {
		float: left;
		width: 43%;
		z-index: 2;
	}
	
	.bloglist .box-contain {
		background: #252525;
		bottom: 47.6%;
		float: none;
		left: 0;
		padding: 0;
		position: absolute;
		top: 0;
		z-index: 1;
	}
	
	.lt-ie8 .bloglist .box-contain {
		display: none;
	}
	
	.bloglist .hentry h3 {
		font-size: 2.1191em;
		line-height: 1.3;
		padding: 34px 5%;
		width: 67%;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		filter: alpha(opacity=0);
		-moz-opacity: 0;
		-khtml-opacity: 0;
		opacity: 0;
	}
	
	.bloglist .hentry a:hover h3, .bloglist .featured h3 {
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
		filter: alpha(opacity=85);
		-moz-opacity: .85;
		-khtml-opacity: .85;
		opacity: .85;
	}
	
	.bloglist .featured a:hover h3 {
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		filter: alpha(opacity=100);
		-moz-opacity: 1;
		-khtml-opacity: 1;
		opacity: 1;
	}
	
	.columns-equalize .box {
		margin-top: 0;
	}
	
	.bloglist .iter-1 {
		margin-left: 43%;
		width: 57%;
	}
	
	.bloglist .iter-2 {
		clear: both;
		margin-top: -6.466666666666%;
	}
	
	.bloglist .iter-3, .bloglist .iter-4 {
		width: 28.5%;
	}
	
	.bloglist .iter-2 h3 {
		font-size: 1.75em;
		padding: 28px 5%;
	}
	
	.bloglist .iter-3 h3, .bloglist .iter-4 h3 {
		font-size: 1.33333em;
		padding: 17px 5%;
	}
	
	.connect {
		position: relative;
		margin-left: 43%;
	}
	
	.connect a {
		background-position: 20.5px 98.25%;
		bottom: 0;
		height: auto;
		left: 0;
		position: absolute;
		top: 0;
	}
	
	.connect a.twitter {
		background-position: -32px 98.25%;
		left: 50px;
	}
	
	.infocolumns {
		margin-bottom: 128px;
	}
	
	.infocolumns .col {
		padding-top: 44px;
		position: relative;
	}
	
	.infocolumns .col:before {
		background: #00afec;
		content: "";
		display: block;
		height: 1px;
		left: 0;
		position: absolute;
		top: 0;
		width: 104px;
	}
	
	ul.sbl, .overview-blurb {
		float: left;
		margin-bottom: 0;
		margin-top: 64px;
		text-align: right;
		width: 16%;
	}
	
	.overview-blurb {
		display: block;
	}
	
	.single-post .post .entry, .single-employment .employment .entry, .blogpage .articles {
		float: left;
		width: 76%;
	}
	
	.single-post .post .entry, .single-employment .employment .entry {
		margin-left: 65px;
		width: 64.58%;
	}
	
	.single-post .sidebar, .single-employment .sidebar, .blogpage .sidebar {
		border-left: 1px solid #00aff8;
		float: right;
		padding-top: 12px;
		padding-left: 2.125%;
		width: 21.2%;
	}
	
	.befriends li {
		margin-left: 3px;
	}
	
	.blogpage .hentry {
		margin: 0 0 55px;
	}
	
	.blogpage .hentry .entry {
		float: right;
		margin-right: 3%;
		width: 43.6%;
	}
	
	.search-results .blogpage .hentry .entry {
		margin-top: 0;
	}
	
	.search-results .posttype {
		margin-bottom: 20px;
	}
	
	.blogpage {
		padding-top: 50px;
	}
	
	.featured-img, .featured-med {
		margin-bottom: 0;
	}
	
	.blogpage .first-featured .innercontain {
		border-bottom: none;
		padding-bottom: 0;
	}
	
	.blog .first-featured .postmeta {
		display: block;
	}
	
	.blog .first-featured .entry-title {
		font-size: 3.3333em;
	}
	
	.blog .first-featured .entry-contain {
		margin-top: -25px;
		position: relative;
	}
	
	.blog .first-featured {
		margin-bottom: 100px;
		position: relative;
	}
	
	.blog .first-featured .entry {
		background: #fff;
		float: none;
		margin: 0 0 0 -2.4%;
		padding: 3% 15.025% 0 2.4%;
		width: 62.175%;
	}
	
	.blogpage .hentry .featured-med {
		float: left;
		width: 49.45%;
	}
	
	.blog .first-featured .featured-med {
		width: 52.125%;
	}
	
	#newsletterform {
		max-width: 300px;
	}
	
	.infocolumns-title, .awardcolumns-title {
		padding-bottom: 72px;
		text-align: center;
	}
	
	.video-container h3 {
		left: 25%;
		margin-top: -90px;
		padding-bottom: 75px;
		font-size: 4.26583em;
		width: 50%;
	}
	
	.video-container .block-nav {
		position: absolute;
		right: 0;
		top: 30%;
		z-index: 2;
	}
	
	.block-nav .attachment-thumbnail {
		display: block;
	}
	
	.page-template-template-about-php .content h4 {
		font-size: 1.5em;
	}
	
	.page-template-template-about-php .content {
		padding-bottom: 40px;
	}
	
	.awardcolumns {
		margin-bottom: 100px;
	}
	
	.pagenav li a {
		max-width: 400px;
	}
	
	.pagenav li:first-child a {
		float: right;
	}
	
	.pagetop {
		padding: 80px 0;
	}
	
	.pagetop .pagetitle {
		font-size: 3.3333em;
		max-width: 70%;
	}
	
	.subtext {
		width: 50%;
	}
	
	.subtext img {
		float: left;
		height: auto;
		max-width: 21.66667%;
	}
	
	.subtext p {
		float: left;
		max-width: 76%;
	}
	
	.single-work .work-video {
		margin-bottom: 0;
	}
	
	.single-work .social {
		display: inline-block;
		margin: 20px auto 0;
	}
	
	.single-work .entry {
		margin: 0 auto;
		width: 610px;
	}
	
	.single-work .entry p {
		margin: 0 10%;
	}
	
	.single-work .col-2.col-iter-1 {
		border-right: 4px solid #fff;
	}
	
	.single-work .col-2.col-iter-2 {
		border-left: 4px solid #fff;
	}
	
	.lt-ie8 .single-work .col-2.col-iter-1, .lt-ie8 .single-work .col-2.col-iter-2 {
		border-left: none;
		border-right: none;
	}
	
	.single-work .realsize .col-img {
		width: 50%;
	}
	
	.single-work .col-text, .single-work .realsize .col-img, .single-work .col-text.col-iter-1, .single-work .realsize .col-img.col-iter-1, .single-work .col-text.col-iter-2, .single-work .realsize .col-img.col-iter-2 {
		padding: 50px 0;
	}
	
	article#post-13456 .realsize .col-img, article#post-13456 .realsize .col-img.col-iter-2 {
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}
	
	.single-work .realsize .col-img img {
		margin: 0;
		max-width: 100%;
		width: auto;
	}
	
	.single-work .col-text .innercontain {
		width: 90%;
	}
	
	.single-work .col .text, .gslide .download {
		height: 200px;
		font-size: 2em;
		margin: -100px 0 0 -100px;
		width: 200px;
		-webkit-border-radius: 200px;
		-moz-border-radius: 200px;
		border-radius: 200px;
	}
	
	.columns-2 .col, .single-work .col-text, .single-work .col-img {
		display: table-cell;
		width: 50%;
	}
	
	.overview-pages-widget-area {
		clear: none;
	}
	
	.page-template-template-overview-php .type-page, .page-template-template-overview-parent-php .type-page {
		float: left;
		margin-bottom: 0;
		margin-left: 4%;
		width: 81%;
	}
	
	.page-template-template-overview-php .type-page h1, .page-template-template-overview-parent-php .type-page h1 {
		font-size: 3.3333em;
	}
	
	.page-template-template-overview-php .type-page .subtitle, .page-template-template-overview-parent-php .type-page .subtitle {
		font-size: 2.5em;
	}
	
	.page-template-template-overview-php .content, .page-template-template-overview-parent-php .content {
		padding: 70px 0;
	}
	
	.page-template-template-overview-php .type-page, .page-template-template-overview-parent-php .type-page {
		width: 50%;
	}
	
	.page-template-template-overview-php .overview-pages-widget-area, .page-template-template-overview-parent-php .overview-pages-widget-area {
		border-left: 1px solid #00aff8;
		margin-top: 64px;
		padding-top: 20px;
		float: right;
		padding-left: 2.5%;
		width: 24.4%;
	}
	
	.page-template-template-overview-parent-php .overview-pages-widget-area {
		min-height: 280px;
		padding: 0 0 0 1.5%;
		width: 25.4%;
	}
	
	.overview-children {
		display: table;
		margin-left: 5%;
		width: 90%;
	}
	
	.page-template-template-overview-php .overview-pages-widget-area .widget-container:last-child, .page-template-template-overview-parent-php .overview-pages-widget-area .widget-container:last-child {
		margin-bottom: 0;
	}
	
	.overview-children h3 {
		margin-bottom: 1em;
	}
	
	.overview-children .col {
		display: block;
		padding: 20px 5% 20px 0;
		width: 40%;
	}
	
	.overview-children .col-b2b-marketing-agency {
		margin-left: -36px;
		padding-left: 36px;
	}
	
	.overview-children .col-odd {
		padding-right: 8%;
		clear: both;
	}
	
	.page-template-template-overview-parent-php .overview-children .sub-entry {
		margin: 20px 0 0 0;
		padding: 20px 5%;
		width: 77%;
	}
	
	.single-work .col-text .rght, .single-work .work-video.rght img {
		margin: 0 10% 0 5%;
		float: right;
		width: 85%;
	}
	
	.single-work .work-video.rght img {
		width: auto;
	}
	
	.page-template-default .content, .page-template-template-overview-basic-php .content {
		float: left;
		width: 58.125%;
	}
	
	.page-template-default .sidebar, .page-template-template-overview-basic-php .sidebar {
		float: right;
		width: 26.25%;
	}
	
	.error404 .col {
		margin-bottom: 200px;
	}
	
	.error404 .col:first-child {
		margin-left: 0;
	}
	
	.page-template-template-contact-php .contactus {
		float: left;
		height: 163px;
		padding: 25px 4%;
		width: 41.8%;
	}
	
	.page-template-template-contact-php .map, .page-template-template-contact-php .social, .page-template-template-contact-php .entry {
		float: right;
		width: 49.8%;
	}
	
	.page-template-template-contact-php .entry {
		padding-left: 7%;
		width: 42.8%;
	}
	
	.page-template-template-contact-php .entry p {
		padding-right: 7%;
	}
	
	.page-template-template-contact-php .social {
		margin-left: -5%;
		float: left;
		width: 57%;
	}
	
	.contact-contain {
		margin-top: -122px;
		position: relative;
		z-index: 1;
	}
	
	.contactus address {
		font-size: 1.25em;
	}
	
	.contactus .phone {
		font-size: 1.5em;
	}
	
	.page-template-template-contact-php .content .social {
		padding-top: 94px;
	}
	
	.page-template-template-contact-php .content .social ul {
		float: right;
	}
	
	.page-template-template-contact-php .content .social li {
		border-right: 1px solid #e8e8e8;
		float: left;
	}
	
	.page-template-template-contact-new .fullimg-va .txt {
		background: none;
		left: 5%;
		margin: -1em 0 0;
		font-size: 3.3333em;
		padding: 0;
		line-height: 1.1;
		position: absolute;
		text-shadow: 2px 2px 6px rgba(66, 66, 66, .5);
		text-align: center;
		top: 50%;
		width: 90%;
		z-index: 2;
	}
	
	.page-template-template-contact-new .fullimg-vb .txt {
		font-size: 1em;
	}
	
	.page-template-template-contact-new .fullimg-vb h3 {
		font-size: 3.08em;
	}
	
	.page-template-template-contact-new .fullimg-vb p, .page-template-template-contact-new .fullimg-vb .cite {
		font-size: 1.333em;
	}
	
	.page-template-template-contact-new .entry {
		float: left;
		width: 57%;
	}
	
	.page-template-template-contact-new .smallside {
		float: right;
		margin-top: 20px;
		width: 33%;
		min-height: 350px;
	}
	
	.sidebar_image, .sidebar_message {
		display: block;
		float: left;
		width: 33.8%;
	}
	
	.sidebar_image img {
		display: block;
		margin: 0 auto;
	}
	
	.page-template-template-download-php .hentry {
		float: right;
		margin-right: 5%;
		width: 57.8%;
	}
	
	.page-template-template-downloadv2-php .hentry, .page-template-template-downloadv3-php .hentry {
		float: left;
		padding: 0 2.9%;
		width: 42.9%;
	}
	
	.page-template-template-downloadv2-php .gated_form {
		background: #00b7ff;
		float: right;
		margin-top: 0;
		margin-right: 2.9%;
		padding: 30px 10px;
		width: 285px;
	}
	
	.page-template-template-downloadv3-php .gated_form {
		background: #00b7ff;
		float: right;
		margin-top: -113px;
		max-width: 381px;
		padding: 0 0 20px;
		width: 39.6875%;
	}
	
	.page-template-template-downloadv2-php .content, .page-template-template-downloadv3-php .content {
		position: relative;
	}
	
	.gatetitle {
		display: table;
		margin-bottom: 32px;
		margin-top: -86px;
	}
	
	.gatetitle h1 {
		display: table-cell;
		padding: 30px 2.9%;
		vertical-align: middle;
		width: 50.9%;
	}
	
	.gateimg {
		display: table-cell;
		overflow: hidden;
		text-align: center;
		vertical-align: middle;
		width: 49.1%;
	}
	
	.img-columns {
		background: #202020;
		height: 100px;
		position: relative;
	}
	
	.img-columns:before {
		background: url("https://cdn-ildocam.nitrocdn.com/eypJzbQdDtAFrxEMSnwtVeEIgHFiTItb/assets/images/optimized/rev-6e45647/atomicdust.wpenginepowered.com/wp-content/themes/ad2013/img/icons/atmdst.png") no-repeat left top;
		content: " ";
		display: block;
		height: 54px;
		left: 50%;
		margin-left: -22px;
		position: absolute;
		top: -23px;
		width: 54px;
		z-index: 2;
	}
	
	.img-columns .col {
		overflow: hidden;
		position: relative;
		height: 100px;
		top: 0;
	}
	
	.img-columns .col:hover {
		overflow: visible;
	}
	
	ul.social-lg {
		margin: 0 auto;
	}
	
	.blogpage #pagination {
		margin: 0;
	}
	
	/*.blogpage .pagenav ul
	{
		margin: 0 auto;
		width: 343px;
	}

	.blogpage .pagenav li
	{
		width: auto;
	}

	.blogpage .pagenav li a
	{
		width: 146px;
	}*/
	.single-post .entry-title, .single-employment .entry-title {
		margin: 50px 0 15px 65px;
		max-width: 55%;
		font-size: 3.3333em;
	}
	
	/* .single-employment .postmeta, */
	.single-post .postmeta, .blog .first-featured .postmeta {
		display: block;
	}
	
	/* , .single-employment .subtitle */
	.single-post .subtitle {
		display: block;
		font-family: "Libre Franklin", Helvetica, Arial, sans-serif;
		font-size: 2.5em;
		line-height: 1.46666;
		margin-bottom: .5em;
	}
	
	.page-template-template-contact-php .content .social {
		display: block;
	}
	
	.page-template-template-contact-php .content .social li, .page-template-template-contact-php .content .social ul {
		list-style: none;
		margin: 0;
		padding: 0;
	}
	
	.page-template-template-contact-php .content .social a {
		background: url("https://cdn-ildocam.nitrocdn.com/eypJzbQdDtAFrxEMSnwtVeEIgHFiTItb/assets/images/optimized/rev-6e45647/atomicdust.wpenginepowered.com/wp-content/themes/ad2013/img/icons/social-lg2.png") no-repeat center center;
		display: block;
		height: 220px;
		overflow: hidden;
		padding: 0 16px;
		text-indent: -9999em;
		white-space: nowrap;
	}
	
	.page-template-template-contact-php .content .social a.nitro-lazy {
		background: none !important;
	}
	
	.page-template-template-contact-php .content .social a:hover {
		background-color: #333;
	}
	
	.page-template-template-contact-php .content .gplus a {
		background-position: 16px center;
		width: 17px;
	}
	
	.page-template-template-contact-php .content .pinterest a {
		background-position: -35px center;
		padding: 0 19px;
		width: 19px;
	}
	
	.page-template-template-contact-php .content .linkedin a {
		background-position: -97px center;
		padding: 0 24px;
		width: 24.34px;
	}
	
	.page-template-template-contact-php .content .twitter a {
		background-position: -171px center;
		padding: 0 22px;
		width: 50.11px;
	}
	
	.page-template-template-contact-php .content .facebook a {
		background-position: -268px center;
		padding: 0 39px;
		width: 34.87px;
	}
	
	.awardcolumns .columns-2-spaced .col {
		width: 30%;
	}
	
	.awardcolumns .columns-2-spaced .col:first-child {
		margin-left: 20%;
	}
	
	.awardcolumns #award-3806 {
		margin-top: 20px;
	}
	
	.twl-hdr {
		padding: 84px 0 98px;
	}
	
	.twl-hdr h1 {
		font-size: 3.8225em;
	}
	
	.twl-hdr .fullimg {
		top: auto;
		bottom: 0;
	}
	
	.twl-content {
		padding: 62px 0 50px;
	}
	
	.twl-content .content {
		float: left;
		margin-left: 9.375%;
		width: 40.7%;
	}
	
	.twl-datetime {
		float: right;
		margin-right: 12.7%;
		width: 18.845%;
	}
	
	.twl-speakers li {
		margin-left: 60px;
	}
	
	.twl-speakers li:first-child {
		margin-left: 0;
	}
	
	.slidein h3, .slidein h4 {
		font-size: 2.83333em;
	}
	
	.slidein-contain {
		position: relative;
	}
	
	.slidein {
		position: absolute;
		left: 100%;
		top: 0;
		z-index: 10000;
		width: 100%;
		transition: all .5s ease 0s;
	}
	
	.no-js .slidein {
		left: 0;
	}
	
	.slidein-close {
		background: url("https://cdn-ildocam.nitrocdn.com/eypJzbQdDtAFrxEMSnwtVeEIgHFiTItb/assets/images/optimized/rev-6e45647/atomicdust.wpenginepowered.com/wp-content/themes/ad2013/img/icons/slideclose.png") no-repeat left top;
		display: block;
		height: 23px;
		left: 20px;
		overflow: hidden;
		outline: none;
		top: 20px;
		position: absolute;
		text-indent: 100%;
		white-space: nowrap;
		width: 23px;
		z-index: 2;
	}
	
	.slidein-close.nitro-lazy {
		background: none !important;
	}
	
	.twl-form label {
		float: left;
		margin-right: 10px;
		text-align: right;
		width: 80px;
	}
	
	.twl-form .ginput_container {
		float: left;
		width: 200px;
	}
	
	.twl-form #field_3_5 {
		padding-left: 90px;
	}
	
	.twl-speakers {
		padding: 62px 0 20px;
	}
	
	.twl-speakers h2 {
		font-size: 4.18916667em;
	}
	
	.thumbcols-contain {
		margin-bottom: 32px;
	}
	
	.page-template-template-overview-new .entry .thumb {
		display: block;
	}
	
	.page-template-template-overview-new .entry .in {
		max-width: 90%;
	}
	
	.page-template-template-overview-new .main-content {
		padding: 5%;
	}
	
	#thumbpage img {
		max-width: 225px;
	}
}

/* Navigation Media Queries (adjusted for tablet, includes 768px) */
@media only screen and (min-width: 769px) {
	#header #logo {
		background-position: center 25px;
		height: 39px;
		margin-left: 0;
		padding-top: 20px;
	}
	
	.home #header .fb-like {
		display: block;
		position: absolute;
		right: 5%;
		top: 65px;
	}
	
	.navtoggle {
		display: none;
	}
	
	#main-nav {
		display: block;
		position: static;
		top: auto;
		right: auto;
		width: auto;
		padding: 0;
	}
	
	#main-nav a {
		color: #b0b0b0;
		text-decoration: none;
		text-transform: uppercase;
		font-size: 1.025em;
		margin: 0;
		padding: 0 15px;
		height: 50px;
		line-height: 50px;
	}
	
	#main-nav a:hover, #main-nav .current-menu-item a, #main-nav .current-page-ancestor a, #main-nav .current_page_parent a, .post-type-archive-work #main-nav #menu-item-3585 a, .single-work #main-nav #menu-item-3585 a, .single-employees #main-nav #menu-item-3808 a {
		background: #000;
		color: #fff;
	}
	
	.post-type-archive-work #main-nav #menu-item-10 a, .single-work #main-nav #menu-item-10 a, .single-employees #main-nav #menu-item-10 a {
		background: transparent;
		color: #b0b0b0;
	}
	
	#main-nav li {
		border-bottom: none;
		float: left;
		padding: 0;
	}
	
	#main-nav li#menu-item-3586 {
		margin-left: 15px;
	}
	
	#main-nav a[href="#search"] {
		background: url("https://cdn-ildocam.nitrocdn.com/eypJzbQdDtAFrxEMSnwtVeEIgHFiTItb/assets/images/optimized/rev-6e45647/atomicdust.wpenginepowered.com/wp-content/themes/ad2013/img/icons/search.png") no-repeat 0 center;
		display: block;
		padding: 0;
		overflow: hidden;
		outline: none;
		text-indent: 100%;
		width: 12px;
		white-space: nowrap;
	}
	
	#main-nav a[href="#search"].nitro-lazy {
		background: none !important;
	}
}

@media only screen and (min-width: 960px) {
	.innercontain {
		margin: 0 auto;
		max-width: 960px;
	}
	
	html, body {
		height: 100%;
	}
	
	.page-template-template-home-php #wrapper {
		height: 100%;
		padding-top: 0;
		overflow: visible;
	}
	
	.fullscreen {
		height: 95%;
		position: relative;
	}
	
	#header {
		position: fixed;
	}
	
	#header .header-wrap {
		max-width: 960px;
		margin: 0 auto;
	}
	
	.slidernav h5 {
		font-size: 1.16667em;
	}
	
	.slide .headline {
		top: 50%;
	}
	
	.slide h1 {
		font-size: 6.3391em;
	}
	
	.slide img {
		min-height: 100%;
		max-width: none;
		min-width: 100%;
		width: auto;
	}
	
	/* Homepage Styling and Profiling*/
	.herotext .innercontain {
		max-width: 630px;
	}
	
	.box {
		margin: 17% 25% 0;
	}
	
	/* blog */
	.blog .featured-box {
		margin: 0 auto;
		max-width: 1024px;
		position: relative;
		width: auto;
	}
	
	.blogpage .postcontain, .blogpage .first-featured .innercontain {
		margin-left: auto;
		margin-right: auto;
	}
	
	.single-post .alignnone.size-full, .single-employment .alignnone.size-full {}
	
	.single-post .sidebar {
		display: block;
	}
	
	.single-post .sidebar, .single-employment .sidebar, .blogpage .sidebar {
		padding-left: 3.125%;
		width: 20.2%;
	}
	
	.befriends li {
		margin-left: 7px;
	}
	
	.authormeta .columns-2 {
		position: relative;
		z-index: 1;
	}
	
	.authormeta .columns-2 .col {
		float: right;
		width: 35%;
	}
	
	.authormeta .columns-2 .col:first-child {
		float: left;
	}
	
	.authormeta .med_avatar {
		bottom: 0;
		display: block;
		left: 30%;
		position: absolute;
		z-index: 0;
	}
	
	.wp-caption {
		margin: 0 0 50px;
	}
	
	.wp-caption.aligncenter, .size-full.aligncenter {
		margin: 0 0 50px -65px;
	}
	
	.single-work .col-textonly {
		padding: 85px 0;
	}
	
	.single-work .col-textonly .innercontain {
		max-width: 540px;
		width: 45%;
	}
	
	.abgallery {
		background: url("https://cdn-ildocam.nitrocdn.com/eypJzbQdDtAFrxEMSnwtVeEIgHFiTItb/assets/images/optimized/rev-6e45647/atomicdust.wpenginepowered.com/wp-content/themes/ad2013/img/around-the-office.jpg");
		height: 418px;
	}
	
	.page-template-template-about-php .main-content-area .entry {
		float: right;
		width: 55%;
	}
	
	.video-about {
		float: left;
		margin: 55px 0 0;
		width: 40%;
	}
	
	/*
	.page-template-template-about-php .content .headline
	{
		max-width: 550px;
	} */
	.single-work .col-text .innercontain {
		max-width: 400px;
	}
	
	.single-work .video.hasvideo {
		left: -20px;
	}
	
	.single-work .rght .video.hasvideo {
		left: 20px;
	}
	
	.single-employees .entry {
		float: left;
		width: 49.375%;
	}
	
	.single-employees .hentry .innercontain {
		position: relative;
	}
	
	.single-employees .hentry .wp-post-image {
		display: block;
		height: auto;
		max-width: 43%;
		width: auto;
		margin: 21px auto;
	}
	
	.employee-articles .columns-3 .col {
		margin-left: 8.3%;
		width: 27.8%;
	}
	
	.employee-articles .columns-3 .col:first-child {
		margin-left: 0;
	}
	
	.awardslist ul {
		float: right;
		width: 85%;
	}
	
	.awardslist h2 {
		float: left;
		width: 10%;
	}
	
	.contact-contain {
		margin-top: -122px;
	}
	
	.overview-children {
		margin-left: 20%;
		width: 65%;
	}
	
	.page-template-template-contact-php .social {
		margin-left: 0;
		width: 49.8%;
	}
	
	.page-template-template-contact-php .contactus {
		height: 196px;
		padding: 35px 4%;
	}
	
	.contactus .phone {
		font-size: 2.16667em;
	}
	
	.contactus address {
		font-size: 1.5em;
	}
	
	.page-template-template-contact-php h1 {
		font-size: 3.3333em;
	}
	
	.page-template-template-contact-new .smallside {
		margin-top: 0px;
		width: 23%;
		min-height: 350px;
	}
	
	.page-template-template-contact-new .fullimg-contain .txt {
		background: none;
		left: 5%;
		margin: -1em 0 0;
		font-size: 3.3333em;
		padding: 0;
		line-height: 1.1;
		position: absolute;
		text-shadow: 2px 2px 6px rgba(66, 66, 66, .5);
		text-align: center;
		top: 50%;
		width: 90%;
		z-index: 2;
	}
	
	.page-template-template-contact-new .fullimg-contain .txt {
		font-size: 4.3333em;
	}
	
	.page-template-template-contact-new .fullimg-vb .txt {
		font-size: 1em;
		margin-top: -3em;
	}
	
	.page-template-template-downloadv2-php .hentry, .page-template-template-downloadv3-php .hentry {
		width: 50.9%;
	}
	
	.page-template-template-fullwidth-php .content, .page-template-template-fullwidth-php h1 {
		max-width: 650px;
	}
	
	.page-template-template-fullwidth-php .main-content {
		margin-top: 100px;
	}
	
	.page-template-template-fullwidth-php h1 {
		margin-bottom: 2.13889em;
	}
	
	.page-template-template-overview-new .main-content {
		padding: 82px 25px 0 82px;
		position: relative;
		margin-top: -295px;
		z-index: 2;
	}
	
	.thumbcols-contain {
		margin-bottom: 0;
		margin-top: 32px;
		position: relative;
		z-index: 2;
	}
	
	.page-template-template-overview-new .service-slideshow.has-thumbcols {
		margin-bottom: -90px;
		top: -155px;
	}
	
	.page-template-template-overview-new .hdr-contain {
		padding-bottom: 295px;
	}
	
	.page-template-template-overview-new .hdr-contain h1 {
		padding: 172px 0;
		font-size: 7.3333em;
	}
	
	.page-template-template-overview-new .main-content .entry {
		float: left;
		padding-bottom: 100px;
		width: 57%;
	}
	
	.page-template-template-overview-new .main-content .bens {
		float: right;
		width: 39%;
	}
	
	.page-template-template-overview-new .entry .thumb {
		margin-top: -144px;
	}
	
	.page-template-template-overview-new .bens .in {
		padding: 17px 25px;
	}
	
	.page-template-template-overview-new .entry .in {
		max-width: 80%;
	}
	
	.ss-b {
		position: absolute;
		right: 0;
		top: 40%;
		z-index: 101;
	}
	
	.service-awardcolumns .columns {
		display: table;
		width: 100%;
	}
	
	.service-awardcolumns .col {
		display: table-cell;
		float: none;
		vertical-align: middle;
		text-align: center;
	}
}

.authormeta .medium-image {
	display: block;
	float: none;
	width: 107px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 2em;
}

@media only screen and (min-width: 500px) {
	.authormeta .medium-image {
		display: inline;
		float: left;
		margin-left: 0;
		margin-right: 0;
	}
}

/*.authormeta .columns-2 {
  position: relative;
  z-index: 1;
  border:
}*/
@media only screen and (min-width: 1024px) {
	.meta-columns .col-phone p {
		background: url("https://cdn-ildocam.nitrocdn.com/eypJzbQdDtAFrxEMSnwtVeEIgHFiTItb/assets/images/optimized/rev-6e45647/atomicdust.wpenginepowered.com/wp-content/themes/ad2013/img/icons/location-icon.png") no-repeat 0 50%;
		padding-left: 40px;
	}
	
	.meta-columns .col-contact p {
		background: url("https://cdn-ildocam.nitrocdn.com/eypJzbQdDtAFrxEMSnwtVeEIgHFiTItb/assets/images/optimized/rev-6e45647/atomicdust.wpenginepowered.com/wp-content/themes/ad2013/img/icons/mail-icon.png") no-repeat 0 50%;
		padding-left: 65px;
	}
	
	.meta-columns .col-contact p.nitro-lazy {
		background: none !important;
	}
	
	.meta-columns .col:-social p {
		padding-left: 40px;
	}
	
	.meta-columns .col-phone p.nitro-lazy {
		background: none !important;
	}
}

@media only screen and (min-width: 1280px) {
	.widecontain {
		margin: 0 auto;
		max-width: 1260px;
	}
	
	.meta-columns .col {
		font-size: 1.5em;
	}
	
	#header .fb-like, .home #header .fb-like {
		display: inline-block;
		right: 5%;
		position: absolute;
		top: 15px;
	}
}

@media only screen and (max-width: 959px) {
	.single-employees .hentry .wp-post-image {
		max-width: 100%;
		height: auto;
	}
}

/* =============================================================================
   Non-Semantic Helper Classes
   ========================================================================== */
img#wpstats {
	display: none;
}

.ir {
	display: block;
	border: 0;
	text-indent: -999em;
	overflow: hidden;
	background-color: transparent;
	background-repeat: no-repeat;
	text-align: left;
	direction: ltr;
}

.ir br {
	display: none;
}

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

.cntr {
	text-align: center;
}

/* new clearfix */
.clearfix:after, .ngfb-buttons:after, .twl-form .gfield:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

.lt-ie8 .clearfix, .lt-ie8 .ngfb-buttons, .lt-ie8 .twl-form .gfield {
	zoom: 1;
}

/* =============================================================================
   Print Styles - Disabled because clients always ask why the page doesn't print like the screen.
   ==========================================================================

@media print {
  * { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; }
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  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; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
} */

/*Previous Post and Next Post Styling, by Brian Blosser, 10/14/2016*/

/*-------------Setting Up The Stackable Grid---------------*/
.adj-post-nav {
	width: 100%;
	padding: 0;
	background-color: #e7e7e7;
}

.adj-post-row {
	width: 100%;
}

.adj-post-row .adjacent-post-li {
	display: table-row;
}

.adj-post-nav .prev-post-li {
	width: 50%;
	float: left;
	padding: 0;
}

.adj-post-nav .next-post-li {
	width: 50%;
	float: right;
	padding: 0;
}

.adjacent-post-li .ftd-image-div {
	/*width: 56%;*/
	width: 333px;
	height: 256px;
	display: table-cell;
	background-size: cover;
	background-position: center center;
}

.adjacent-post-li .adjacent-post-copy {
	display: table-cell;
	padding-left: 1rem;
	padding-right: 1rem;
	/*height: 300px;*/
	vertical-align: middle;
	padding-bottom: 1em;
}

.adjacent-post-li .adjacent-post-copy h4 {
	margin-bottom: .5em;
}

.adjacent-post-li a.post-title-wrapper-link {
	display: block;
	float: none;
	padding: 0;
}

.adjacent-post-li a.category-archive-link {
	display: inline;
	text-decoration: none;
	float: none;
	padding: 0;
	text-transform: uppercase;
	font-size: .875rem;
	font-family: "Libre Franklin", Helvetica, Arial, sans-serif;
	color: #2a2a2a;
	margin-bottom: .5em;
}

.adjacent-post-copy .read-next-previous {
	font-family: "Libre Franklin", Helvetica, Arial, sans-serif;
	font-size: .875rem;
	color: #2a2a2a;
	letter-spacing: 1px;
	padding-top: 1em;
}

.adjacent-post-copy .post-title-wrapper-link {
	text-decoration: none;
}

.adjacent-post-copy .post-title {
	font-size: 1.125rem;
	line-height: 1.2;
}

.adjacent-post-copy .post-title:hover {
	color: #0097d3;
}

.adjacent-post-copy .post-excerpt {
	font-size: .875rem;
	font-family: "Libre Franklin", Helvetica, Arial, sans-serif;
	margin-bottom: .5em;
}

@media only screen and (max-width: 1150px) {
	.adj-post-row .adjacent-post-li {
		display: block;
	}
	
	.adj-post-nav .prev-post-li {
		width: 100%;
		float: none;
		padding: 0;
	}
	
	.adj-post-nav .next-post-li {
		width: 100%;
		float: none;
		padding: 0;
	}
}

.adj-post-inner-container {
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
}

@media only screen and (max-width: 699px) {
	.adjacent-post-li .adjacent-post-copy {
		display: block;
		height: auto;
	}
	
	.adjacent-post-li .ftd-image-div {
		display: none;
	}
}

/*New footer styling, by Brian Blosser, 10/12/2016*/
#footer .col {
	border: none;
	background: #fff;
	padding-top: 0;
	vertical-align: top;
}

/* #footer .text-container {
	margin-top: 36px;
} */
@media only screen and (min-width: 768px) {
	#footer .col {
		padding-bottom: 0;
	}
}

@media (min-width: 981px) {
	.blue-underline {
		position: relative;
	}
	
	.blue-underline:before {
		content: "";
		position: absolute;
		height: 1px;
		background-color: #0097d3;
		width: 100%;
		bottom: 15px;
		left: 0;
	}
	
	.blue-underline:hover:before {
		background-color: #ccc;
	}
}

#footer a {
	color: #2a2a2a;
}

#footer ul.social-lg {
	margin-bottom: 2em;
}

#footer .copyright-and-privacy {
	font-size: 12px;
	font-family: "Libre Franklin", Helvetica, Arial, sans-serif;
	color: #2a2a2a;
	text-align: center;
}

#footer .click-to-email {
	font-family: "Libre Franklin", Helvetica, Arial, sans-serif;
	font-weight: 700;
}

.blue-underline {
	border-bottom: 1px solid #0097d3;
}

@media (min-width: 981px) {
	#footer .copyright-and-privacy {
		text-align: left;
	}
}

#footer .copyright-and-privacy a {
	text-decoration: underline;
	font-size: inherit;
	font-family: "Libre Franklin", Helvetica, Arial, sans-serif;
	color: inherit;
}

#footer .copyright-and-privacy a:hover {
	color: #0097d3;
}

#footer .text-container.newsletter h4 {
	font-size: 1.125rem;
	font-weight: 600;
}

#footer .newsletter-body {
	color: #2a2a2a;
	font-family: "Libre Franklin", Helvetica, Arial, sans-serif;
	font-size: .875rem;
	margin-bottom: 1em;
	max-width: 800px;
}

#footer .newsletter-anchor {
	font-family: "Libre Franklin", Helvetica, Arial, sans-serif;
	border: 1px solid #ccc;
	padding: 1em 1.5em;
	display: inline-block;
	font-size: .875rem;
	letter-spacing: 2px;
	min-width: 160px;
	text-align: center;
}

#footer .newsletter-anchor:hover {
	background-color: #ccc;
	color: white;
}

@media (max-width: 1200px) and (min-width: 981px) {
	#footer .newsletter-anchor {
		padding: 0;
		border: none;
		text-align: left;
		font-weight: bold;
		font-family: "Libre Franklin", Helvetica, Arial, sans-serif;
		min-width: auto;
	}
	
	#footer .newsletter-anchor:hover {
		background-color: transparent;
		color: #00b7ff;
	}
}

@media (max-width: 1200px) and (min-width: 981px) {
	#footer .newsletter-body {
		font-size: .825rem;
	}
}

/* @media (max-width: 1209px) {
	#footer .col {
		vertical-align: middle;
	}
	#footer .newsletter-image {
		float: none;
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
	#footer .text-container.newsletter h4 {
		text-align: center;
	}
	#footer p.newsletter-body {
		max-width: 75%;
		text-align: center;
		margin-left: auto;
		margin-right: auto;
	}
	#footer .newsletter-anchor {
		margin-left: auto;
		margin-right: auto;
		display: block;
		text-align: center;
		padding-left: 0;
		margin-bottom: 1em;
	}
	#footer p.email-and-phone {
		text-align: center;
	}
	#footer ul.social-lg {
		display: block;
		margin-left: auto;
		margin-right: auto;
		width: 300px;
	}

	#footer .col p.copyright-and-privacy {
		text-align: center;
	}
} */
#footer p.email-and-phone {
	line-height: 1.7;
	font-size: 18px;
	margin-bottom: 2em;
}

#footer .click-to-call {
	padding-left: 1em;
}

#footer .text-container {
	text-align: left;
}

/* #footer .col p {
	text-align: left;
} */

/*New footer styling, by Glendon Grapperhaus, 08/04/2021*/
#footer {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

#footer .col-row {
	display: flex;
	flex-wrap: wrap;
}

#footer .col {
	display: flex;
	flex-wrap: wrap;
	box-sizing: border-box;
}

@media (max-width: 980px) {
	#footer .col-row {
		justify-content: center;
	}
}

/* @media (min-width: 769px) and (max-width: 980px) {
	#footer .col:first-of-type {
		width: 33.333%;
	}
	#footer .col:last-of-type {
		width: 66.666%;
	}
} */
@media (min-width: 769px) {
	#footer .col {
		width: 50%;
	}
}

.footer-contact-wrapper {
	text-align: center;
	margin: 3rem auto 0;
}

@media (max-width: 768px) {
	.footer-contact-wrapper {
		text-align: center;
	}
}

@media (min-width: 981px) {
	.footer-contact-wrapper {
		text-align: left;
		margin-left: 0;
		margin-right: auto;
		margin: 2rem auto 2rem 0;
	}
}

.footer-newsletter-cta .newsletter {
	width: 100%;
}

.footer-newsletter-cta {
	display: flex;
	flex-wrap: wrap;
}

@media (max-width: 1200px) {
	.footer-newsletter-cta {
		padding-top: 1rem;
	}
}

@media (max-width: 980px) {
	.footer-newsletter-cta {
		justify-content: center;
		text-align: center;
	}
}

.newsletter-image {
	max-width: 100%;
	height: auto;
	width: auto;
	align-self: flex-end;
}

.newsletter-image-wrapper {
	display: flex;
	flex-wrap: wrap;
	box-sizing: border-box;
	margin-bottom: 1rem;
}

@media (min-width: 981px) {
	.footer-newsletter-cta .newsletter-image-wrapper {
		width: 60%;
		margin-bottom: 0;
	}
	
	.footer-newsletter-cta .newsletter {
		width: 40%;
	}
}

#footer .newsletter {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-bottom: 1rem;
	text-align: center;
}

@media (min-width: 981px) {
	#footer .newsletter, #footer .newsletter p {
		text-align: left;
	}
}

@media (max-width: 980px) {
	#footer .newsletter {
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
	}
	
	.copyright-and-privacy {
		flex-grow: 1;
	}
	
	#footer .newsletter, #footer .newsletter p {
		text-align: center;
	}
	
	#footer .newsletter-anchor {
		padding: 1em 1.5em;
	}
}

#footer ul.email-and-phone {
	display: flex;
	list-style: none;
	padding: 0;
	margin: 0;
	flex-wrap: wrap;
	flex-direction: column;
	text-align: center;
	margin-bottom: 1rem;
}

@media (min-width: 981px) {
	#footer ul.email-and-phone {
		flex-direction: row;
		text-align: left;
	}
}

#footer ul.email-and-phone li {
	position: relative;
	display: flex;
}

p.copyright-and-privacy {
	text-align: center;
}

@media (min-width: 981px) {
	p.copyright-and-privacy {
		text-align: left;
	}
	
	#footer ul.email-and-phone li {
		margin-right: 16px;
	}
	
	#footer ul.email-and-phone li:not(:last-of-type):after {
		content: "";
		height: 24px;
		width: 1px;
		display: inline-block;
		background-color: #2a2a2a;
		position: absolute;
		right: -8px;
		top: 0;
		bottom: 0;
		margin: auto;
	}
}

#footer ul.email-and-phone li > * {
	display: block;
	width: 100%;
	padding: 15px 0;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 1.3;
	border: 1px solid #00b7ff;
}

#footer ul.email-and-phone li > *:hover {
	background-color: #00b7ff;
	color: #fff;
}

@media (min-width: 981px) {
	#footer ul.email-and-phone li > * {
		border: none;
		display: inline-block;
		width: auto;
	}
	
	#footer ul.email-and-phone li > *:hover {
		background-color: transparent;
		color: #00b7ff;
	}
}

/*** Fix for body > iframe layout ***/
body > iframe {
	position: absolute;
}

#footer {
	overflow: hidden;
}

/*** new gated form styles ***/
.gated_form .gform_wrapper {
	padding: 1rem;
}

.gated_form .gform_wrapper label {
	color: #fff;
	font-size: 16px;
}

.gated_form .gform_wrapper .ginput_container input[type="text"], .gated_form .gform_wrapper .ginput_container input[type="email"] {
	padding: 0px 6px 0px !important;
	width: 95%;
}

.gated_form .gform_wrapper input[type="submit"], .gated_form .gform_wrapper input[type="email"] {
	transition: all .5s;
}

.gated_form .gform_wrapper input[type="submit"]:hover {
	color: #fff;
	background-color: #000;
}

/** Css for Newsletter-Signup page **/
@media (min-width: 1200px) {
	.page-id-6908 #wrapper {
		background: url("https://cdn-ildocam.nitrocdn.com/eypJzbQdDtAFrxEMSnwtVeEIgHFiTItb/assets/images/optimized/rev-6e45647/atomicdust.wpenginepowered.com/wp-content/themes/ad2013/img/news-back.png") no-repeat !important;
		background-size: 100% 100% !important;
	}
	
	.page-id-17955 #wrapper {
		background: url("https://cdn-ildocam.nitrocdn.com/eypJzbQdDtAFrxEMSnwtVeEIgHFiTItb/assets/images/optimized/rev-6e45647/atomicdust.wpenginepowered.com/wp-content/themes/ad2013/img/news-back.png") no-repeat !important;
		background-size: 100% 100% !important;
	}
	
	.page-id-17955 #wrapper.nitro-lazy {
		background: none !important;
	}
	
	.page-id-6908 #wrapper.nitro-lazy {
		background: none !important;
	}
}

@media (max-width: 1200px) {
	.page-id-6908 #wrapper {
		background: url("https://cdn-ildocam.nitrocdn.com/eypJzbQdDtAFrxEMSnwtVeEIgHFiTItb/assets/images/optimized/rev-6e45647/atomicdust.wpenginepowered.com/wp-content/themes/ad2013/img/news-back.png") no-repeat !important;
		background-size: auto !important;
		/*padding-bottom: 100px;*/
		margin-bottom: 0px;
	}
	
	.page-id-17955 #wrapper {
		background: url("https://cdn-ildocam.nitrocdn.com/eypJzbQdDtAFrxEMSnwtVeEIgHFiTItb/assets/images/optimized/rev-6e45647/atomicdust.wpenginepowered.com/wp-content/themes/ad2013/img/news-back.png") no-repeat !important;
		background-size: auto !important;
		/*padding-bottom: 50px;*/
		margin-bottom: 0px;
	}
	
	.page-id-17955 #wrapper.nitro-lazy {
		background: none !important;
	}
	
	.page-id-6908 #wrapper.nitro-lazy {
		background: none !important;
	}
}

.page-id-6908 .overview-hdr {
	height: 0px !important;
}

.page-id-6908 .main-content #newsletterform label {
	display: block !important;
	margin-bottom: -16px;
	margin-top: 10px;
}

.page-id-6908 .main-content .hr:before {
	display: none !important;
}

.page-id-6908 .main-content h1 {
	font-family: "Libre Franklin", Helvetica, Arial, sans-serif !important;
	font-weight: bold;
}

.page-id-17955 .main-content h1 {
	font-family: "Libre Franklin", Helvetica, Arial, sans-serif !important;
	font-weight: bold;
}

.page-id-17955 .main-content {
	max-width: 660px !important;
	background-color: white;
	padding: 4%;
	margin-bottom: 15%;
	box-shadow: 3px 3px 23px black;
}

@media (min-width: 960px) {
	.page-id-6908 .innercontain .side-two {
		float: right;
		margin-top: -280px;
		margin-right: -192px;
	}
	
	.page-id-6908 .innercontain .side-one {
		width: 69%;
	}
	
	.page-id-6908 .innercontain .newsletter-box {
		width: 260px;
	}
	
	.page-id-6908 .main-content {
		padding-bottom: 5px;
	}
	
	.page-id-6908 .main-content h1 {
		font-family: "Libre Franklin", Helvetica, Arial, sans-serif !important;
		font-weight: bold;
		margin-bottom: 36px !important;
	}
	
	.page-id-6908 .main-content {
		background-color: white;
		padding: 3%;
		margin-bottom: 10%;
		margin-top: 100px;
		max-width: 860px !important;
		box-shadow: 3px 3px 23px black;
	}
}

@media (max-width: 960px) {
	.page-id-6908 .main-content {
		padding-bottom: 0px;
	}
	
	.page-id-6908 .main-content h1 {
		font-family: "Libre Franklin", Helvetica, Arial, sans-serif !important;
		font-weight: bold;
		margin-bottom: 24px !important;
	}
	
	.page-id-6908 .main-content {
		background-color: white;
		padding: 10%;
		padding-bottom: 0px !important;
		margin-bottom: 10%;
		margin-top: 60px;
		max-width: 860px !important;
		box-shadow: 3px 3px 23px black;
	}
}

.page-id-6908 .innercontain .newsletter-box {
	border: 1px solid #e4e4e4;
	padding-left: 45px !important;
	padding-top: 45px;
	padding-bottom: 85px;
}

/* Tactic page */
.tactic-container {
	max-width: 1110px;
	padding: 0 15px;
	margin: 0 auto;
}

.tactic-header {
	padding-top: 140px;
}

.tactic-header h4 {
	color: #979797;
	font-size: 11px;
	letter-spacing: .25em;
	text-transform: uppercase;
	margin-bottom: 43px;
}

.tactic-header h1 {
	color: #797979;
	padding-bottom: .7em;
	line-height: 1.4em;
	font-weight: 600;
	font-size: 5em;
	letter-spacing: .01em;
}

.tactic-header h1 em {
	font-style: normal;
	color: #000;
}

.tactic-header .subheader {
	color: #616161;
	font-size: 18px;
	font-weight: 400;
	line-height: 35px;
	margin-bottom: 80px;
}

.tactic-header .spacer-line {
	height: 150px;
	border-left: 1px solid #979797;
	margin-bottom: 69px;
}

@media (max-width: 960px) {
	.tactic-header {
		padding-top: 80px;
	}
	
	.tactic-header h4 {
		margin-bottom: 20px;
	}
	
	.tactic-header h1 {
		font-size: 4em;
		padding-bottom: 10px;
	}
	
	.tactic-header .subheader {
		margin-bottom: 40px;
	}
	
	.tactic-header .spacer-line {
		height: 100px;
		margin-bottom: 35px;
	}
}

/* Content Section */
.tactic-content-section .content-headline {
	color: #000;
	font-size: 38px;
	font-weight: 600;
	line-height: 1.55;
	margin-bottom: 80px;
}

.tactic-content-section .content {
	color: #4c4c4c;
	font-size: 16px;
	font-weight: 400;
	line-height: 2;
}

@media (max-width: 960px) {
	.tactic-content-section .content-headline {
		font-size: 26px;
		margin-bottom: 40px;
	}
	
	.tactic-content-section .content {
		color: #4c4c4c;
		font-size: 16px;
		font-weight: 400;
		line-height: 2;
	}
}

/* Banner Section */
.tactic-banner-section {
	background-color: #f6f6f6;
	padding-bottom: 50px;
	position: relative;
	margin-bottom: 145px;
}

.tactic-banner-section:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 200px;
	height: calc(( 34vw - 100px ) / 2);
	background-color: #fff;
}

.tactic-banner-section .banner {
	margin: 0 50px;
	height: 40vw;
	height: calc(47.5vw - 100px);
	background-size: cover;
	position: relative;
}

.tactic-banner-section .banner-meta {
	position: absolute;
	bottom: 0;
	right: 0;
	background-color: #f6f6f6;
	padding: 10px 20px;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 2.5px;
	line-height: 30px;
	text-transform: uppercase;
	color: #232323;
}

.tactic-banner-section .banner-link {
	text-decoration: none;
}

.tactic-banner-section .sep {
	padding: 0 4px;
}

@media (max-width: 960px) {
	.tactic-banner-section {
		padding-bottom: 25px;
		margin-bottom: 70px;
	}
	
	.tactic-banner-section .banner {
		margin: 0 15px;
		height: calc(47.5vw - 30px);
	}
}

/* Form Section */
.tactic-form-section .form-headline {
	color: #080808;
	font-size: 52px;
	font-weight: 600;
	line-height: 1;
	margin-bottom: 65px;
}

.tactic-form-section .hubspot-form {
	max-width: 75%;
	margin-bottom: 100px;
}

@media (max-width: 960px) {
	.tactic-form-section .form-headline {
		font-size: 26px;
		margin-bottom: 30px;
	}
	
	.tactic-form-section .hubspot-form {
		max-width: 100%;
		margin-bottom: 50px;
	}
}

/* Work Category tag styling */
.work-categories .cat-item a, .work-categories .cat-item-all a {
	/* color: #000000; */
	color: #000;
	border: 1px solid #dcdcdc;
	display: inline-block;
	text-decoration: none;
	font-size: 16px;
	font-family: "Libre Franklin", Helvetica, Arial, sans-serif;
	padding: 6px 26px;
	margin-right: 14px;
	margin-bottom: 10px;
}

/* .work-categories {
	max-width: 1200px;
	margin: 0 auto;
} */
.work-categories {
	margin-bottom: 17px;
}

.work-categories ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.work-categories ul li {
	list-style-type: none;
	margin-bottom: 0;
}

.work-categories a:hover, .work-categories .cat-item.current-cat a {
	background-color: #000;
	border: 1px solid #000;
	color: #fff;
}

.work-categories .cat-item:last-child {
	margin-right: 0;
}

@media only screen and (max-width: 768px) {
	.work-categories {
		display: none;
	}
}

@media only screen and (min-width: 768px) {
	.post-type-archive-work .pagetop, .tax-work-categories .pagetop {
		padding: 80px 0 0;
	}
}

@media only screen and (min-width: 960px) {
	.post-type-archive-work .innercontain, .tax-work-categories .innercontain {
		max-width: 1040px;
	}
}

/*Fix Tidbits not hiding. - GG - 07/20/22 */
.tidbit[style*="hidden"] {
	display: none;
}

/* Change home hero image from CSS background image to <img> - GG - 09/21/22 */
.header-image img {
	width: 100%;
	height: auto;
}

@supports (object-fit: cover) {
	.header-image img {
		height: 100%;
		object-fit: cover;
		object-position: center;
	}
}

.navtoggle {
	background-image: url("data:image/svg+xml,%3Csvg height='50' viewBox='0 0 31 50' width='31' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd' stroke='%23fff' stroke-linecap='square' stroke-width='2' transform='translate(2.064971 2.064971)'%3E%3Cpath d='m4.262615 14.262615 18.344828 18.344828' transform='matrix(.70710678 -.70710678 .70710678 .70710678 -12.636039 16.363961)'/%3E%3Cpath d='m4.262615 23.262615 18.344828 18.344828' transform='matrix(-.70710678 -.70710678 -.70710678 .70710678 45.870058 19)'/%3E%3Cpath d='m4.262615 4.262615 18.344828 18.344828' transform='matrix(-.70710678 -.70710678 -.70710678 .70710678 32.435029 13.435029)'/%3E%3C/g%3E%3C/svg%3E");
	width: 25px;
	height: 25px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	top: 11px;
}

.navtoggle.nitro-lazy {
	background-image: none !important;
}

#main-nav.mobile-nav-open ~ .navtoggle {
	background-image: url("data:image/svg+xml,%3Csvg height='23' viewBox='0 0 23 23' width='23' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd' stroke='%23fff' stroke-linecap='square' stroke-width='2' transform='translate(2 2)'%3E%3Cpath d='m.327586.327586 18.344828 18.344828'/%3E%3Cpath d='m.327586.327586 18.344828 18.344828' transform='matrix(-1 0 0 1 19 0)'/%3E%3C/g%3E%3C/svg%3E");
}

#main-nav.mobile-nav-open ~ .navtoggle.nitro-lazy {
	background-image: none !important;
}

.mobile-nav-contact-wrapper {
	text-transform: none;
	background-color: #2a2a2a;
	max-height: 0px;
	transition: 300ms ease-in-out;
	overflow: hidden;
}

.mobile-nav-contact {
	padding: 30px;
}

.mobile-nav-contact-link-wrapper:not(:last-of-type) {
	margin-bottom: 15px;
}

.mobile-nav-contact-wrapper a {
	color: #b0b0b0;
	font-size: 18px;
}

@media only screen and (max-width: 768px) {
	#main-nav-container {
		float: none;
	}
	
	#main-nav {
		top: 0;
		position: relative;
		max-height: 0px;
		transition: 300ms ease-in-out;
		display: block;
		overflow: hidden;
		padding-top: 0;
		padding-bottom: 0;
	}
	
	#main-nav.mobile-nav-open {
		max-height: 3000px;
		transition: 300ms ease-in-out;
		padding-top: 50px;
	}
	
	#main-nav.mobile-nav-open + .mobile-nav-contact-wrapper {
		max-height: 500px;
	}
}

.imgwrap {
	aspect-ratio: 3/2;
	overflow: hidden;
}

.columns-equalize:first-of-type .imgwrap {
	aspect-ratio: 2400/1473;
}

/* ===================================================================
   Modernised .columns-equalize  – non-destructive override
   -------------------------------------------------------------------
   ▸ ≥ 768 px  : equal-height columns via Flexbox
   ▸ < 768 px  : normal flow (no equal-height needed)
   ▸ Keeps .col-2 / .col-3 … width helpers
   ▸ Intrinsic height for the FIRST hero image → better CLS/LCP
   ===================================================================*/

/* ---------- phones: just stack everything ------------------------ */
@media (max-width: 767.98px) {
	.columns-equalize {
		display: block !important;
	}
	
	.columns-equalize .col {
		display: block !important;
		width: 100% !important;
	}
	
	.columns-equalize .col-row {
		display: block !important;
	}
}

/* ---------- ≥ 768 px: Flexbox equal-height ----------------------- */
@media (min-width: 768px) {
	.columns-equalize {
		display: flex;
		/* replaces old display:table           */
		flex-wrap: wrap;
	}
	
	/* keep .col-row as the flex-container (text-only rows stay visible) */
	.columns-equalize .col-row {
		display: flex;
		/* NOT display:contents                 */
		flex-wrap: wrap;
		/* critical for Safari / old Edge       */
		flex: 1 1 100%;
		width: 100%;
		min-height: 1px;
	}
	
	.pagenav.columns-equalize .col-row {
		flex-wrap: nowrap;
	}
	
	.columns-equalize .col {
		display: flex;
		/* equal-height stretching              */
		flex-direction: column;
		/* mimics vertical-align:middle         */
		flex: 1 1 0;
		min-width: 0;
	}
	
	/* proportional width helpers ------------------------------------ */
	.columns-equalize .col-2 {
		flex: 0 0 50%;
	}
	
	.columns-equalize .col-3 {
		flex: 0 0 33.333%;
	}
	
	.columns-equalize .col-4 {
		flex: 0 0 25%;
	}
}

/* ---------- intrinsic size for first hero <img> ------------------ */
.columns-equalize:first-of-type .imgwrap {
	aspect-ratio: 2400/1473;
	position: relative;
}

@supports not (aspect-ratio:1 / 1) {
	.columns-equalize:first-of-type .imgwrap::before {
		content: "";
		display: block;
		padding-top: 61.375%;
	}
	
	.columns-equalize:first-of-type .imgwrap > img {
		position: absolute;
		inset: 0;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
}

/* intrinsic size for thumbs -------------------------------------- */
.tag-grid {
	display: flex;
	flex-wrap: wrap;
	gap: 1.5rem;
}

.tag-card {
	flex: 1 1 clamp(260px, 25%, 320px);
	display: flex;
	flex-direction: column;
}

.tag-thumb {
	display: block;
	aspect-ratio: 4/3;
	/* modern browsers */
	position: relative;
	overflow: hidden;
}

@supports not (aspect-ratio: 1 / 1) {
	.tag-thumb::before {
		content: "";
		display: block;
		padding-top: 75%;
	}
	
	.tag-thumb img {
		position: absolute;
		inset: 0;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
}

.tag-placeholder {
	background: #f2f2f2;
	width: 100%;
	height: 100%;
}

.tag-title {
	margin: .75rem 0 .25rem;
	font-size: 1.125rem;
	line-height: 1.3;
}

/* pagination – zero CLS ------------------------------------------ */
.nav-links {
	display: flex;
	justify-content: space-between;
	margin: 2rem 0;
}

.nav-links a {
	padding: .5rem 1rem;
	border: 1px solid var(--gray, #ccc);
	border-radius: 4px;
}

.imgwrap {
	aspect-ratio: auto;
	overflow: hidden;
}

.columns-equalize:first-of-type .imgwrap {
	aspect-ratio: 2400/1473;
}

/* Thumbnails: keep CLS width but let height shrink */
.fullimg, .post-thumbnail.fullimg {
	height: auto;
}

/* ── Single-post layout: 1190-px wide, 16-px body ───────────── */
@media (min-width: 1024px) {
	/* desktop breakpoint */
	
	/* 1 ) widen the wrapper that surrounds <div class="entry"> + sidebar */
	.innercontain.blogpostcontain {
		max-width: 1190px;
	}
	
	/* 2 ) body copy stays 16 px / 1.7 line-height */
	.innercontain.blogpostcontain .entry {}
}

/* mobile & tablet keep their existing fluid width and font-size */

/* Blog Archive Navigation Fix */
.pagenav {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 2rem 0 1rem 0;
	/* Adjust spacing as needed */
	background: none;
	border: none;
	min-height: unset;
	box-shadow: none;
}

.pagenav .col-row {
	display: flex;
	gap: 2.5rem;
	/* Space between Older/Newer */
	justify-content: center;
	align-items: center;
	width: auto;
	margin: 0;
	padding: 0;
	list-style: none;
}

.pagenav .col {
	flex: none;
	text-align: center;
	padding: 0;
	margin: 0;
	justify-content: center;
	align-items: center;
}

.pagenav a {
	font-size: 1.1em;
	font-weight: 500;
	text-decoration: none;
	color: inherit;
	transition: color .2s;
}

.pagenav a:hover {
	color: #0073aa;
	/* Or your brand color */
	text-decoration: underline;
}

/* Remove any unwanted arrows or icons if needed */
.pagenav .col span {
	display: inline;
}

/* Fixing Layout of Job Posting page */
@media only screen and (min-width: 960px) {
	.single-employment .innercontain:has(.entry-title) {
		max-width: 1190px;
	}
}

/* --- Legacy single-work styles from CSS OG.css --- */
. .single-work .content .col img {
	display: block;
	height: auto;
	position: relative;
	width: 100%;
	z-index: 1;
}

.single-work .imgwrap {
	position: relative;
}
