<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: Michael Hartup
Theme URI: http://underscores.me/
Author: Network Affiliates Inc.
Author URI: https://www.netaff.com
Description: Custom theme created for Michael Hartup
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: mhh
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Michael Hartup is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
&gt;&gt;&gt; TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

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

body {
	margin: 0;
}

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

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

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

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

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

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

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

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

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

small {
	font-size: 80%;
}

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

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

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

figure {
	margin: 1em 40px;
}

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

pre {
	overflow: auto;
}

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

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

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

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

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

input {
	line-height: normal;
}

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

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

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

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

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

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

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #404040;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 18px;
	/*font-size: 1rem;*/
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	/*clear: both;*/
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	overflow: hidden;
}

h1 {
	font-size: 48px;
	line-height: 48px;	
	color: #003e7e;
	font-weight: 600;
	margin: 0.67em 0 0 0;
}
h1 strong {
	font-size: 60px;
	line-height: 60px;
	font-weight: 600;
}

.sub h1 {
	font-size: 38px;
	line-height: 38px;	
	font-weight: 200;	
}
.sub h1 strong {
	font-size: 38px;
	line-height: 38px;	
	font-weight: 600;	
}

h2 {
	color: #003e7e;
	font-size: 30px;
	line-height: 38px;	
	letter-spacing: 1px;
}

h3 {
	font-size: 24px;
	line-height: 34px;	
	letter-spacing: 1px;
	margin-bottom: 0;
}

p {
	margin-bottom: 1.5em;
	/*overflow: hidden;*/
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

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

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
}

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

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

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

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li &gt; ul,
li &gt; ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
border: 1px solid;
    border-color: #ccc #ccc #bbb;
    border-radius: 3px;
    background: #e6e6e6;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
    color: rgba(0, 0, 0, .8);
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1;
    padding: 9px 1%;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
    vertical-align: top;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 0px;
	padding: 3px;
}

select {
	border: 1px solid #ccc;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #003e7e;
	font-weight: 700;
	text-decoration: none;
}

a:hover,
a:focus,
a:active {
	color: #003e7e;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation li {
	float: left;
	position: relative;
	padding: 0 0;
}

.main-navigation a {
	display: block;
	text-decoration: none;
	color: #595959;
	font-size: 20px;
	line-height: 50px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 1px;
	border-bottom: 4px solid #fff;
	padding: 0 15px;
	-webkit-transition: all ease-out 300ms;	
	-moz-transition: all ease-out 300ms;	
	-o-transition: all ease-out 300ms;	
	transition: all ease-out 300ms;	
}

.main-navigation ul ul {
	box-shadow: 0 10px 10px rgba(0, 0, 0, 0.5);
	float: left;
	position: absolute;
	top: 54px;
	left: -999em;
	z-index: 99999;
	background: #fff;
	border-top: 4px solid #003e7e;
	border-bottom: 4px solid #003e7e;
}
.main-navigation ul ul a {
	display: block;
	text-decoration: none;
	color: #8a8a8a;
	font-size: 18px;
	line-height: 20px;
	padding: 10px 15px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 1px;
	border-bottom: none;
	-webkit-transition: all ease-out 300ms;	
	-moz-transition: all ease-out 300ms;	
	-o-transition: all ease-out 300ms;	
	transition: all ease-out 300ms;	
}
.main-navigation ul ul li:hover &gt; a,
.main-navigation ul ul li.focus &gt; a,
.main-navigation ul ul li.current-menu-item &gt; a {
	border-bottom: none;
	background: #003e7e;
	color: #fff;
}
.main-navigation ul ul li + li::before{
	display: none;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}
.main-navigation ul ul ul a {
		white-space: normal !important;
		width: 250px;
}

.main-navigation ul ul a {
	width: auto;
	white-space: nowrap;
	display: block;
}

.main-navigation ul ul li {
	display: block;
	float: none;
}

.main-navigation li:hover &gt; a,
.main-navigation li.focus &gt; a,
.main-navigation li.current-menu-item &gt; a {
	border-bottom: 4px solid #003e7e;
	-webkit-transition: all ease-out 500ms;	
	-moz-transition: all ease-out 500ms;	
	-o-transition: all ease-out 500ms;	
	transition: all ease-out 500ms;	
}

.main-navigation ul ul :hover &gt; a,
.main-navigation ul ul .focus &gt; a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

.main-navigation ul li:hover &gt; ul,
.main-navigation ul li.focus &gt; ul {
	left: auto;
}

.main-navigation ul ul li:hover &gt; ul,
.main-navigation ul ul li.focus &gt; ul {
	left: 100%;
	/*right: 100%;*/
}

.main-navigation .current_page_item &gt; a,
.main-navigation .current-menu-item &gt; a,
.main-navigation .current_page_ancestor &gt; a,
.main-navigation .current-menu-ancestor &gt; a {
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

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

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

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
/*.entry-content:before,
.entry-content:after,*/
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/

.container {
	max-width: 1024px;
	width: 100%;
	position: relative;
	margin: 0 auto;	
}

.site-main {
	padding: 60px 0;	
}
.site-main.sub {
	padding: 12px 12px;
	margin: 0 auto;	
}

.site-header {
	height: 170px;
	position: fixed;
	width: 100%;
	top: 0px;
	left: 0px;
	background: #fff;
	box-shadow: 0 6px 6px rgba(0,0,0,.35);
	z-index: 9999;
}
.site-header .container {
	height: 170px;	
}
.admin-bar .site-header {
	top: 32px;	
}

.site-branding {
	position: absolute;
	top: 15px;
	left: 0px;	
}

.main-navigation {
	position: absolute;
	bottom: 0px;
	left: 0px;	
}

a.socialMenuLink {
    float: right;
    border-radius: 100%;
    border-bottom: none;
	width: 50px;
	display: inline-block;
	text-align: center;
}
a.socialMenuLink:hover {
	color: #fff;
	background: #3b5998;
}

.site-content {
	margin-top: 170px;	
	background: #eeeeee;
}

.contact-info {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;	
	position: absolute;
	font-size: 16px;
	line-height: 18px;
	color: #9e9e9e;
	top: 30px;
	right: 0px;
	text-align: right;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.contact-info a.tel {
	display: block;
	font-weight: 400;
	text-decoration: none;
	cursor: default;	
	font-size: 30px;
	line-height: 30px;
	margin-bottom: 10px;
	color: #003e7e;
}

.slide1 .headline.head1 { font-size: 48px; margin-bottom: 15px; }
.slide1 .headline.head2 { font-size: 58px; }
.slide1 .headline.head3 { font-size: 41px; }
.slide1 .headline.head4 { font-size: 51px; }
.slide1 .headline.head5 { font-size: 54px; }



.slide2 .headline.head1 { font-size: 58px; }
.slide2 .headline.head2 { font-size: 31px; }
.slide2 .headline.head3 { font-size: 33px; }

.social {
	font-size: 18px;
	line-height: 18px;
	color: #93c7e1;	
	position: absolute;
	top: 15px;
	right: 265px;
}
.social ul,
.social ul li {
	list-style: none;
	margin: 0 0;
	padding: 0 0;	
}

.social ul li {
	display: block;
	margin-bottom: 10px;
}
.social ul li a {
	color: #93c7e1;	
	padding: 10px 10px;
	-webkit-transition: all ease-out 300ms;	
	-moz-transition: all ease-out 300ms;	
	-o-transition: all ease-out 300ms;	
	transition: all ease-out 300ms;		
}
.social ul li a:hover {
	color: #003e7e;
	-webkit-transition: all ease-out 500ms;	
	-moz-transition: all ease-out 500ms;	
	-o-transition: all ease-out 500ms;	
	transition: all ease-out 500ms;	

}

.headerHartup {
	position: relative;
}

.hartupPortrait {
	position: absolute;
    bottom: 0;
	left: calc(50% - 776px);
}

.hartupPortrait img {
	vertical-align: top;
}

.headerText {
	position: absolute;
    top: 50%;
    transform: translateY(-50%);
	/*left: calc(3% + 529px);*/
	left: calc(50% - 264px);
	right: 0;
	font-size: 50px;
	line-height: 52px;
	color: #fff;
	padding: 25px 25px 25px 100px;
	background:url(images/header-txt-bg.png);
	background-position: top left;
	background-size: cover;
	background-repeat: no-repeat;
    font-family: 'Montserrat', sans-serif;
}

.headerText.interior {
    left: calc(50% - 500px);
}

.homeHeaderImages,
.pageHeaderImage {
	height: 510px;	
}
.pageHeaderImage {
	height: 350px;	
}
.homeHeaderImages .headerImage,
.pageHeaderImage .headerImage {
	height: 510px;	
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
	display: none;
}
.pageHeaderImage .headerImage {
	display: block;
}
.pageHeaderImage .headerImage {
    height: 350px;
}
.homeHeaderImages .headerImage .container,
.pageHeaderImage .headerImage .container {
	height: 510px;	
}
.pageHeaderImage .headerImage .container {
	height: 350px;	
}
.homeHeaderImages .headerImage .headerCTA,
.pageHeaderImage .headerImage .headerCTA {
	position: absolute;
	bottom: 60px;
	right: 0px;
	padding: 20px 20px;
	border: 12px solid #fff;
	box-shadow: -3px 3px 7px rgba(0,0,0,.35), inset -3px 3px 7px rgba(0,0,0,.35);
	text-shadow: -3px 3px 7px rgba(0,0,0,.35);
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;	
	text-transform: uppercase;
	text-align: center;
	line-height: 50px;
    letter-spacing: -1px;
	background-color: rgba(0,0,0,.1);
}

a.button {
	padding: 15px 20px;
	font-size: 30px;
	letter-spacing: 1px;
	color: #818285;	
	background: #fff;
	text-shadow: none;
	text-decoration: none;
	font-family: 'Droid Serif', serif;
	font-weight: 400;
	text-transform: none;
	-webkit-transition: all ease-out 300ms;	
	-moz-transition: all ease-out 300ms;	
	-o-transition: all ease-out 300ms;	
	transition: all ease-out 300ms;	
}
a.button:hover {
	color: #fff;	
	background: #818285;
	-webkit-transition: all ease-out 300ms;	
	-moz-transition: all ease-out 300ms;	
	-o-transition: all ease-out 300ms;	
	transition: all ease-out 300ms;	
}

a.boxCTA {
	width: 49%;
	height: 227px;
	border: 12px solid #fff;
	display: inline-block;
	padding: 10px 10px;	
	text-transform: uppercase;
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 30px;
	line-height: 34px;
	letter-spacing: .5px;
	text-decoration: none;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	box-shadow: inset 0 0px 500px rgba(0,0,0,0);
	-webkit-transition: all ease-out 300ms;	
	-moz-transition: all ease-out 300ms;	
	-o-transition: all ease-out 300ms;	
	transition: all ease-out 300ms;	
}
a.boxCTA:hover {
	box-shadow: inset 0 0px 500px rgba(0,0,0,.75);	
	-webkit-transition: all ease-out 300ms;	
	-moz-transition: all ease-out 300ms;	
	-o-transition: all ease-out 300ms;	
	transition: all ease-out 300ms;	
}
.left {
	float:left;	
}
.right {
	float:right;	
}

a.blueButton {
	display: block;
	padding: 15px 25px;
	text-transform: uppercase;
	color: #fff;
	text-decoration: none;
	background: #003e7e;
	font-size: 18px;
	line-height: 18px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	text-align: center;	
	clear: both;	
	margin: 22px 0;
	-webkit-transition: all ease-out 300ms;	
	-moz-transition: all ease-out 300ms;	
	-o-transition: all ease-out 300ms;	
	transition: all ease-out 300ms;		
}

a.blueButton:hover {
	background: #003e7e;
	-webkit-transition: all ease-out 300ms;	
	-moz-transition: all ease-out 300ms;	
	-o-transition: all ease-out 300ms;	
	transition: all ease-out 300ms;		
}

a.imageLink {
	position: relative;
	display: inline-block;
}
a.imageLink img {
	vertical-align: top;
	z-index: 1;
}

a.imageLink:hover::after {
	content: 'Click to View';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	width: 100%;
	text-align: center;
	padding: 1em 1em;
	color: #fff;
	background: #000;
	z-index: 10;
}
a.imageLink:hover::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.5);
	z-index: 5;
}

.quickForm_wrapper.gform_wrapper .top_label li.gfield.gf_left_half {
    float: left;
	clear:none;
}
.quickForm_wrapper.gform_wrapper .top_label li.gfield.gf_right_half {
    float: right;
	clear:none;
}
.quickForm_wrapper.gform_wrapper .top_label li.gfield.gf_left_half+.gform_footer,
.quickForm_wrapper.gform_wrapper .top_label li.gfield.gf_left_half+li.gfield,
.quickForm_wrapper.gform_wrapper .top_label li.gfield.gf_right_half+.gform_footer,
.quickForm_wrapper.gform_wrapper .top_label li.gfield.gf_right_half+li.gfield {
	clear: none;	
}
.quickForm_wrapper.gform_wrapper .top_label li.gfield.gfield_error.gf_left_half {
    margin-right: 0;
}
.quickForm_wrapper.gform_wrapper textarea.medium {
    height: 185px;
}
.quickForm_wrapper.gform_wrapper .gform_footer {
    clear: left;
    width: 100%;
    text-align: center;
}
.quickForm_wrapper.gform_wrapper .gform_footer input[type="submit"] {
    border: 3px solid #fff;
    border-radius: 0px;
    background: #003e7e;
    box-shadow: none;
    color: #fff;
    font-size: 17px;
	text-transform: uppercase;
    line-height: 1;
    padding: 10px 20px;
    text-shadow: none;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	-webkit-transition: all ease-out 300ms;	
	-moz-transition: all ease-out 300ms;	
	-o-transition: all ease-out 300ms;	
	transition: all ease-out 300ms;	
}
.quickForm_wrapper.gform_wrapper .gform_footer input[type="submit"]:hover {
	border-color: #fff;
	box-shadow: none;
	background: #042e48;
	-webkit-transition: all ease-out 300ms;	
	-moz-transition: all ease-out 300ms;	
	-o-transition: all ease-out 300ms;	
	transition: all ease-out 300ms;	
}
.quickForm_wrapper.gform_wrapper {
    margin: 0px 0;
    max-width: 100%;
    padding: 10px 20px 20px 20px;
	border: 12px solid #fff;
	background: #003e7e;
}
.quickForm_wrapper.gform_wrapper ul li.gfield {
    margin-top: 0px;
}
.quickForm_wrapper.gform_wrapper .top_label li.gfield.gf_right_half {
    padding-right: 0;
}
.headlineText {
	color: #003e7e;	
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 34px;
	line-height: 34px;
	margin-bottom: 15px;
}
.quickForm_wrapper.gform_wrapper .headlineText {
	color: #fff;	
	margin-bottom: 0px;
}
.quickContact {
	margin: 0 0 15px 0;	
	overflow: hidden;
}

.video {
	overflow: hidden;	
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.certifications {
	margin: 15px 0;
	border: 12px solid #003e7e;
	background: #fff;	
	padding: 10px 20px;
	text-align: center;
	overflow: hidden;
}
.featuredBlogPosts {
	/*margin: 15px 0;
	overflow: hidden;
	text-align: center;*/

	margin: 15px 0;
	border: 12px solid #003e7e;
	background: #fff;	
	padding: 10px 1%;
	text-align: center;
	overflow: hidden;	
}
.featuredBlogPosts img {
	display: block;
	margin: 10px auto;
}

.blogSection {
	background-image: url(images/blog-section.jpg);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;	
	color: #fff;
	padding: 0 0 40px 0;
	margin: 0 0 50px 0;
	clear: both;
}
.blogSectionTitle {
	text-align: center;
	padding: 46px 25px;
	font-size: 35px;
	line-height: 35px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
}
.blogSectionTitle span {
    padding: 10px 50px;
    border: 10px solid #fff;
    display: inline-block;
}
.blogSectionTitle a {
	color: #fff;	
}
.blogItem {
	padding: 0 50px;	
	overflow: hidden;
}
.blogItem.line {
	border-left: 1px solid #fff;	
}

.blogItem h3 {
	padding: 0 0;
	margin: 0 0;	
}
.postMeta {
	font-size: 14px;	
	color: #fff;	
}
.postMeta a {
	color: #fff;	
}
.postBlurb {
	font-size: 18px;
	line-height: 20px;	
	padding: 15px 0;
}
a.moreLink {
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	display: block;
	text-align: right;		
}

.locationMap {
	margin: 0 0 50px 0;	
	height: 500px;
}

.site-footer {
	background: url(images/footer-bg.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;	
	padding: 25px 0;
}

.site-footer .social {
	position: relative;
	top: 0;
	left: 0;
	text-align: right;	
}
.site-footer .social ul li a {
	color: #cccccc;	
}
.site-footer .social ul li a:hover {
	color: #fff;	
}

.footerTitle {
	font-size: 30px;
	line-height: 30px;
	margin: 0 0 25px 0;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	text-transform: uppercase;	
	letter-spacing: 1px;
}
.footerTitle span {
	color: #c1bfbf;
}

.footerContent {
	font-size: 14px;	
}
.disclaimer {
	font-size: 11px;	
}
.footerContent a {
	color: #709cb9;	
}
.footerContent a:hover {
	text-decoration: underline;	
}

.footerPractice {
	font-size: 21px;
	line-height: 30px;	
	margin: 0 0 25px 0;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	text-transform: uppercase;	
	letter-spacing: 1px;
	padding: 0 0 0 50px;
	overflow: hidden;
}
.footerPractice a {
	color: #cccccc;	
	-webkit-transition: all ease-out 300ms;	
	-moz-transition: all ease-out 300ms;	
	-o-transition: all ease-out 300ms;	
	transition: all ease-out 300ms;	
}
.footerPractice a:hover {
	color: #fff;	
	-webkit-transition: all ease-out 300ms;	
	-moz-transition: all ease-out 300ms;	
	-o-transition: all ease-out 300ms;	
	transition: all ease-out 300ms;	
}

.footerPracticeAreas {
	margin: 115px 0 0 0;
	list-style: none;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	text-transform:uppercase;	
	padding: 0 0 0 50px;
	overflow: hidden;
}

ul.footerPracticeAreas li {
	margin: 0 0 2px 0;	
	font-size: 14px;
}
ul.footerPracticeAreas li a {
	color: #cccccc;
	-webkit-transition: all ease-out 300ms;	
	-moz-transition: all ease-out 300ms;	
	-o-transition: all ease-out 300ms;	
	transition: all ease-out 300ms;	
}
ul.footerPracticeAreas li a:hover {
	color: #fff;
	-webkit-transition: all ease-out 300ms;	
	-moz-transition: all ease-out 300ms;	
	-o-transition: all ease-out 300ms;	
	transition: all ease-out 300ms;	
}

.content-area {
	position: relative;
	z-index: 99;	
}
.pageImage {
	width: 100%;
	height: 800px;
	position: absolute;
	top: 170px;
	left: 0;
	z-index: 1;
	background-size: cover;
	background-position: top center;	
}
.admin-bar .pageImage {
	top: 192px;	
}

.rightSidebar {
	float: right;
	overflow: hidden;
	width: 48%;	
	padding-left: 2%;
}

.sub .quickForm_wrapper.gform_wrapper {
	border: none;
}

.whiteBorder {
	border: 12px solid #fff;	
}

.collapseomatic {
	position: relative;	
	background-image: none;
	overflow: hidden;
}
.collapseomatic::before {
	content: '+';
	position: absolute;
	top: 0px;
	left: 0px;	
}
.collapseomatic.colomat-close::before {
	content: '-';
}

.slicknav_menu {
	display:none;
}

.gform_wrapper {
    overflow: hidden !important;
}

.videoTranscript {
	height: 100px;
	overflow: auto;
	line-height: 18px;
	padding: 0px 5px;
	font-size: 13px;
	border: 1px solid #eee;
}

.search-field {
	width: 90%;	
}
.search-submit {
	width: 8%;	
}

.schema_block {
	clear: none;	
}

#map {
    width: 100%;
    height: 400px;
}

.copyright {
	padding: 40px 0;
	color: #b9b9b9;
	font-size: 13px;
	line-height: 13px;
	background: #787878;
	text-align: center;
	box-shadow: inset 0px 20px 20px -10px rgba(0,0,0,.5);
}

.copyright a {
	font-weight: 400;
	color: #b9b9b9;
}

.search-form {
	overflow: hidden;
}

.mobileOnly {
	display: none;
}


/*--------------------------------------------------------------
# Media Queries
--------------------------------------------------------------*/



@media screen and (max-width:1200px){
	.main-navigation ul ul ul a {
			white-space: normal !important;
			width: 200px;
	}
}


@media screen and (max-width:1125px){

	.headerText {
		font-size: 40px;
		line-height: 42px;
		left: auto;
		padding-right: 75px;
	}
	
	.hartupPortrait {
		left: -75px;
	}
	
}

@media screen and (max-width:1074px){

	.site-header .container {
		height: 170px;
	}
	.container {
		max-width: 100%;
		padding: 0 25px;
	}
	
	.site-branding {
		left: 25px;
	}
	
	.contact-info {
		right: 25px;
	}
	
	.homeHeaderImages .headerImage,
	.pageHeaderImage .headerImage {
    	height: 310px;
	}
	
	.homeHeaderImages,
	.pageHeaderImage {
		height: 310px;
	}
	
	.hartupPortrait {
		width: 340px;
		left: -50px;
	}
	
	.contact-info a.tel {
		font-size: 25px;
		line-height: 25px;
	}
	
	.site-main {
		margin-top: 25px;
	}
	
	.headerText.interior {
		left: 25px;
	}
	
	.blogSectionTitle {
		padding: 25px 10px;
		font-size: 24px;
		line-height: 24px;
		font-weight: 400;
	}
	
	.blogSectionTitle span {
		padding: 10px 20px;
		border: 5px solid #fff;
	}
	
	.blogItem {
		padding: 0 25px;
	}

}


@media screen and (max-width:1060px){

	.main-navigation ul ul a {
			white-space: normal !important;
			width: 250px;
	}

	.homeHeaderImages .headerImage .headerCTA {
		width: 80%;
		position: relative;
		margin: 0 auto;
		top: 50%;;
		left: 0;
		transform: translateY(-50%);
	}
	
}

@media screen and (max-width:1024px){
	.mobileOnly {
		display: block;
	}
	a.socialMenuLink {
		display: none;
	}

	#primary-menu {
		display:none;
	}
	
	.slicknav_menu {
		display:block;
	}
	
	#mobileNav {
	    margin-top: 25px;
	}
	
	.social {
		font-size: 18px;
		line-height: 18px;
		color: #93c7e1;
		position: absolute;
		top: 125px;
		left: 25px;
	}

}

@media screen and (max-width:1015px){
	
	.main-navigation a {
	    padding: 0 5px;
	}
	
	.main-navigation li + li::before {
		left: -5px;
	}	
	
}

@media screen and (max-width:900px){

	a.boxCTA {
		font-size: 24px;
		line-height: 28px;
		letter-spacing: 0px;
	}
	
	.hentry {
		padding: 0 15px;
	}
	
	.site-footer {
		padding: 25px 15px;
	}
	
	.featuredBlogPosts .one_half {
		width: 100%;	
	}
	
	.main-navigation a {
		font-size: 18px;
		letter-spacing: 0;
	}
	
	.main-navigation ul ul a {
		white-space: normal;
		width: 250px;
	}
	
	
}

@media screen and (max-width:880px){
	
	.headerText {
		font-size: 30px;
		line-height: 32px;
		padding-right: 45px;
		padding-left: 60px;
	}	
	
}

@media screen and (max-width:845px){
	
	.homeHeaderImages .headerImage,
	.homeHeaderImages .headerImage .container {
		height: 245px;
	}
	.homeHeaderImages .headerImage .headerCTA {
		position: absolute;
		top: inherit;
		bottom: 10px;
		right: 0px;
		border: none;
		line-height: 32px;
		width: auto;
		transform: none;
		box-shadow: none;
		background-color: transparent;
	}
	
	.homeHeaderImages .headerImage .headerCTA { line-height: 32px; }
	
	.slide1 .headline.head1 { font-size: 28px; }
	.bx-wrapper .slide1 img {
		max-width: 50%;
		margin: 0 auto;
	}
	.slide1 .headline.head2 { font-size: 34px; }
	.slide1 .headline.head3 { font-size: 24.5px; }
	.slide1 .headline.head4 { font-size: 30px; }
	.slide1 .headline.head5 { font-size: 31.5px; }
	
	
	
	.slide2 .headline.head1 { font-size: 33px; }
	.slide2 .headline.head2 { font-size: 18px; }
	.slide2 .headline.head3 { font-size: 18.6px; }

	.hartupPortrait {
		width: 270px;
	}
	
}


@media screen and (max-width:800px){
	
	.site-header,
	.site-header .container {
		height: auto;	
	}
	.site-branding {
		position: relative;
		top: 0px;
		left: 0px;
		max-width: 280px;
		margin: 15px auto 0 auto;
	}
	.site-header .social { display: none; }
	
	.contact-info {
		position: relative;
		top: 0px;
		right: 0px;
		text-align: right;
		text-transform: uppercase;
		letter-spacing: 2px;
		float: none;
		margin: 5px 0 5px 0px;
	}
	
	.contact-info a {
		text-align: left;
	}
	.contact-info span.call {
		float: left;	
		margin: 0 0 0 15px;
	}
	
	#primary-menu {
		display:none;
	}
	
	.slicknav_menu {
		display:block;
	}
	
	#mobileNav {
	    margin-top: 0px;
	}
	
	.contact-info a.tel {
		font-size: 18px;
		line-height: 39px;
		float: left;
		margin-bottom: 0;
	}
	.contact-info span.call {
		display: none;
	}
	
	.contact-info a.tel + span.call + a.tel {
		padding-left: 15px;
		margin-left: 7px;
		position: relative;
	}
	
	.contact-info a.tel + span.call + a.tel::before {
		content: '/';
		position: absolute;
		left: 0;
		color: #999;
	}
	
	.site-content {
		margin-top: 127px;
	}
	
}

@media screen and (max-width:760px){
	
	.blogItem.line {
		border-left: none;
	}
	
	.blogItem {
		padding: 0 0px;
	}
	.blogSectionTitle {
		padding: 25px 0px;
	}
	
}


@media screen and (max-width:700px){
	
	.rightSidebar {
		display:none;	
	}
	
}


@media screen and (max-width:740px){
	
	.one_half,
	.one_third,
	.two_third,
	.three_fourth,
	.one_fourth,
	.one_fifth,
	.two_fifth,
	.three_fifth,
	.four_fifth,
	.one_sixth,
	.five_sixth,
	.one_half_last,
	.one_third_last,
	.two_third_last,
	.one_fourth_last,
	.three_fourth_last,
	.one_fifth_last,
	.three_fourth_last,
	.one_fifth_last,
	.two_fifth_last,
	.three_fifth_last,
	.one_sixth_last,
	.five_sixth_last {
		width: 100% !important;
		margin-bottom: 15px !important;
	    margin-right: 0 !important;
    	float: none !important;
	}
	
	.one_half_last_clear.practice {
		display: none;	
	}
	.footerPractice {
		padding: 0 0 0 0px;
	}
	ul.footerPracticeAreas {
		padding: 0 0 0 0px;
	}
	.site-footer .social {
		text-align: center;
	}
	
}

@media screen and (max-width:640px){

	.quickForm_wrapper.gform_wrapper .top_label li.gfield.gf_left_half,
	.quickForm_wrapper.gform_wrapper .top_label li.gfield.gf_right_half {
		float: none;
	}
	
	.homeHeaderImages .headerImage,
	.pageHeaderImage .headerImage {
		background-position: left top;
	}
	
	.headerText {
		font-size: 20px;
		line-height: 20px;
		padding-right: 30px;
		padding-left: 50px;
		padding-top: 15px;
		padding-bottom: 15px;
	}

}

@media screen and (max-width:590px){

	h1 {
		font-size: 30px;
		line-height: 30px;
	}
	h1 strong {
		font-size: 40px;
		line-height: 40px;
		font-weight: 600;
	}
	
}

@media screen and (max-width:530px){
	
	.hartupPortrait {
		display: none;
	}
	
	.headerText {
		left: 25px;
		top: unset;
		transform: none;
		bottom: 10px;
	}
	
}

@media screen and (max-width:500px){
	
	.site-branding {
		text-align: center;
		margin: 5px auto -3px auto;
	}
	.site-branding img {
		max-width: 70%;
	}
	.contact-info {
		margin: 0 0;
	}
	.slicknav_btn {
		margin: 5px 15px 6px;
	}
	.pageImage {
		display: none;
	}
	.site-main.sub {
		margin: 0px auto 50px auto;
	}
}

@media screen and (max-width:440px){
	
	.contact-info {
		text-align: center;
	}
	.contact-info a.tel {
		float: none;
		display: inline-block;
	}
	.contact-info a.tel + span.call + a.tel {
		margin-left: 0px;
	}
	
	.slicknav_menutxt::before {
		content: 'MENU';
	}
	
	.slicknav_menu .slicknav_menutxt {
		display: block;
		line-height: 14px !important;
		padding-right: 10px;
		text-shadow: none !important;
		color: #555 !important;
	}
	
	.slicknav_btn {
		display: inline-block !important;
		float: none !important;
	}
	
	a.boxCTA {
		height: 175px;
	}
	a.boxCTA {
		font-size: 18px;
		line-height: 18px;
	}
	
	a.blueButton {
		font-size: 16px;
		line-height: 16px;
		font-weight: 400;
	}

}
	
@media screen and (max-width:400px){
	
	.homeHeaderImages .headerImage .headerCTA { line-height: 26px; }
	
	.slide1 .headline.head1 { font-size: 21.75px; }
	.slide1 .headline.head2 { font-size: 26px; }
	.slide1 .headline.head3 { font-size: 18.75px; }
	.slide1 .headline.head4 { font-size: 23px; }
	.slide1 .headline.head5 { font-size: 24px; }
	
	
	
	.slide2 .headline.head1 { font-size: 16.5px; }
	.slide2 .headline.head2 { font-size: 26px; }
	.slide2 .headline.head3 { font-size: 18.5px; }	
	
	a.button {
    	font-size: 24px;
		padding: 5px 10px;
	}
	
	a.boxCTA {
		font-size: 20px;
		line-height: 22px;
		letter-spacing: -.5px;
	}
	a.boxCTA {
	    height: 150px;
	}
	
	.headlineText {
		font-size: 24px;
		line-height: 24px;
	}
	.contact-info a.tel {
		font-size: 16px;
		line-height: 20px;
		letter-spacing: 1px;
		padding-top: 13px;
	}
	.site-content {
		margin-top: 121px;
	}	
	
	.headerText {
		font-size: 18px;
		line-height: 20px;
		padding-right: 30px;
		padding-left: 50px;
	}
	
	h1 {
		font-size: 24px;
		line-height: 24px;
	}
	
	h1 strong {
		font-size: 30px;
		line-height: 30px;
		font-weight: 600;
	}
	
	a.blueButton {
		font-size: 14px;
		line-height: 14px;
	}
	
}

@media screen and (max-width:380px){
	
	a.boxCTA {
		display: none;
	}
	a.blueButton {
		margin-top: 0;
	}
	.container {
		padding: 0 15px;
	}
	.site-main {
		margin-top: 0px;
	}
	
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

.quickContact label, .quickContact .gfield_required{
	color:white!important;	
}</pre></body></html>