<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: ueg2018
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: UEG 2018 Theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: ueg2018
Tags:

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.

ueg 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: sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

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. */
}

figure {
	margin: 1em 0; /* Extra wide images within figure tags don't overflow the content area. */
}

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;
	color: rgba(0, 0, 0, .8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

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

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: 3px;
	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: royalblue;
}

a:visited {
	color: purple;
}

a:hover,
a:focus,
a:active {
	color: midnightblue;
}

a:focus {
	outline: thin dotted;
}

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

/*--------------------------------------------------------------
## 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;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 1.5em;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul ul li {

}

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

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

.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;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.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
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## 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;
}






html, body {
	font-size: 16px;
}

body {
	color: #fff;
	font-family: 'Droid Sans', sans-serif;
	background: url(assets/body-water-color.jpg) repeat #192f47;
}

a {
	color: #285b7c;
	transition: .2s color ease-in-out;
}

a:hover, a:active, a:focus {
	color: #666;
	text-decoration: none;
}

.btn {
	color: #fff;
	padding: .25rem 1rem;
	background-color: #377197;
	transition: .2s background-color ease-in-out;
	display: block;
	border-radius: 0;
	text-transform: uppercase;
	font-weight: 700;
}

.btn:hover, .btn:active, .btn:focus {
	color: #fff;
	background-color: #666;
	text-decoration: none;
}

nav ul {
	list-style: none;
	font-size: 0;
	margin: 0;
	padding: 0;
}

nav ul li {
	display: inline-block;
	font-size: 1rem;
}

header {
	background-color: #fff;
	border-bottom: .25rem solid #133250;
}

#header-utility {
	background-color: #eee;
}

#header-utility-quote .btn {
	padding: .35rem .5rem;
	margin: .5rem 0;
}

#header-utility-links {
    position: relative;
    left: -1.5rem;
    z-index: 200;
}

#header-utility-links li a {
	margin: .5rem 0;
	font-weight: 700;
	text-transform: uppercase;
	padding: 0 1rem;
	padding: .35rem .5rem;
	display: inline-block;
}

#header-utility-links ul &gt; li:after {
	color: #133250;
	content: "|";
	display: inline-block;
	padding: 0 .2rem;
	font-size: 1rem;
}

#header-utility-links ul &gt; li:last-child:after {
	content: "";
	display: none;
}

#header-logo {
    position: relative;
    top: -5px;
    margin-bottom: -.4rem;
    z-index: 100;
}

#header-masthead {
	position: relative;
}

#header-masthead:after {
    content: " ";
    display: block;
    height: 50px;
    background: linear-gradient( to right, #ffffff 0%, #ffffff 50%, #133250 50%, #133250 100% );
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

#header-search, #footer-search {
    font-size: 0;
    text-align: right;
    margin: 1.8rem 0;
}

#header-search input, #footer-search input {
	font-size: 1rem;
	box-shadow: none;
	border: 0;
	margin: 0;
	padding: .5rem;
}


#header-search input[type='search'], #footer-search input[type='search'] {
    background: #dddddd;
    border-radius: .75rem;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: .15rem solid #fff;
    padding: .5rem 1rem;
    min-width: 400px;
}

#header-search input[type='submit'], #footer-search input[type='submit'] {
	background-color: #133250;
	border-radius: .75rem;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    transition: .2s background-color ease-in-out;
    color: #fff;
    line-height: inherit;
}

#header-search input[type='submit']:hover, #footer-search input[type='submit']:hover {
	background-color: #666;
}

#footer-search {
    text-align: left;
}

#footer-search label {
	width: 80%;
}

#footer-search input[type='search'] {
    min-width: 10px;
    /* width: 85%; */
    width: 100%;
    border-left: 0;
    border-top: 0;
    border-bottom: 0;
}

#footer-search input[type='submit'] {
    width: 20%;
}

#footer-copyright {
    margin: 1.8rem 0 0 0;
    color: #333;
    font-size: 1rem;
    line-height: 2.5rem;
}

#header-navigation {
    position: relative;
    z-index: 500;
}

#header-navigation &gt; div &gt; ul &gt; li &gt; a {
	font-family: 'PT Sans Narrow', sans-serif;
	text-transform: uppercase;
	color: #fff;
}

#header-navigation:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    border-width: 50px 40px 0px 0px;
    border-style: solid;
    border-color: #fff transparent transparent #fff;
}

#header-navigation &gt; div &gt; ul {
    background: #133250;
    text-align: right;
}

#header-navigation &gt; div &gt; ul &gt; li {
	font-size: 1.1rem;
	line-height: 1.1rem;
	padding: 1rem .5rem;
	position: relative;
}

#header-navigation &gt; div &gt; ul &gt; li:after {
    content: " ";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -.25rem;
    height: .25rem;
    background-color: #133250;
}

#header-navigation &gt; div &gt; ul &gt; li:hover, #header-navigation &gt; div &gt; ul &gt; li:hover:after {
	background-color: #69baef;
}

#header-navigation &gt; div &gt; ul &gt; li:hover &gt; a {
	color: #192f47;
}

#header-navigation &gt; div &gt; ul &gt; li:first-child, #header-navigation &gt; div &gt; ul &gt; li:last-child {
	padding: 1rem;
}

#header-navigation &gt; div &gt; ul &gt; li &gt; a {
	position: relative;
	top: 3px;
	transition: none;
}

#header-navigation &gt; div &gt; ul &gt; li &gt; ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 300px;
    z-index: 900;
    background: #69baef;
    padding: .5rem;
    text-align: left;
    padding-top: .75rem;
}

#header-navigation &gt; div &gt; ul &gt; li:hover &gt; ul {
	display: block;
}

#header-navigation &gt; div &gt; ul &gt; li &gt; ul &gt; li, #header-navigation &gt; div &gt; ul &gt; li &gt; ul &gt; li &gt; a {
	display: block;
	color: #192f47;
	text-transform: uppercase;
	clear: both;
}

#header-navigation &gt; div &gt; ul &gt; li &gt; ul &gt; li &gt; a &gt; i {
	float: right;
}

#header-navigation &gt; div &gt; ul &gt; li &gt; ul &gt; li {
	border-bottom: .1rem solid #133250;
	padding-bottom: .35rem;
	margin-bottom: .35rem;
}

#header-navigation &gt; div &gt; ul &gt; li &gt; ul &gt; li:last-child {
	margin-bottom: 0;
	border-bottom: 0;
}

#hp-slider {
	border-bottom: .25rem solid #133250;
}

.hp-slide-caption {
	background-position: center center;
	background-size: cover;
}
.hp-slide-caption-inner {
    margin: 5rem 0;
    background: url(assets/ueg-new-u-white-p.png) bottom right no-repeat transparent;
    min-height: 18rem;
    position: relative;
    border: 3px solid #ffffff;
    /* background-image: none; */
    background-color: rgba(0, 0, 0, .65);
    border-radius: 30px;
}

.hp-slide-caption-inner h3 {
	font-weight: 700;
	font-size: 3rem;
	margin: 0;
	padding: 2rem 2rem 1rem 2rem;
}

.hp-slide-caption-inner p {
    padding: 0 2rem 2rem 2rem;
    margin: 0 10rem 0 0;
    font-size: 1.1rem;
}

.hp-slide-caption-inner a {
    display: inline-block;
    margin: 0 2rem 2rem 2rem;
    font-size: 1.2rem;
    padding: .5rem 1.5rem;
    position: absolute;;
    bottom: 0;
}


#hp-divisions {
	background-color: #eee;
	border-bottom: .25rem solid #133250;
	color: #333;
	padding: 2rem 0 1rem 0;
	position: relative;
}

#hp-divisions:before {
    content: " ";
    display: block;
    height: 4.5rem;
    background: linear-gradient( to right, #133250 0%, #133250 50%, transparent 50%, transparent 100% );
    position: absolute;
    left: 0;
    right: 0;
    top: -2rem;
}

.heading-offset {
    font-size: 3rem;
    font-weight: 700;
    text-transform: uppercase;
    background: #133250;
    display: inline-block;
    color: #fff;
    margin: 0;
    line-height: 4.5rem;
    padding: 0 1rem;
    position: relative;
    top: -4rem;
    margin-bottom: -4.5rem;
}


.hp-division, .location-area {
	margin-bottom: 3.5rem;
}

.hp-division h4, .location-area h4 {
    margin: -1rem 0 1rem 0;
    font-size: 1.3rem;
    font-weight: 700;
    text-transform: uppercase;
}

.hp-division img, .location-area img, .location-area iframe {
    box-shadow: 0 0 0 1px #133250;
    margin: 0 auto 1rem auto;
}

.hp-division .btn, .location-area .btn {
	display: inline-block;
}

.location-area-target {
    background: #cdec9e;
    box-shadow: 0 0 0 1rem #cdec9e;
}

#hp-intro, #content-page {
    background: url(assets/body-water-texture.jpg) center top no-repeat transparent;
    background-size: cover;
    position: relative;
    padding-bottom: 4rem;
}

#content-page {
	border-top: 3px solid #fff;
}

#hp-intro-content .btn, #content-page .btn {
	display: inline-block;
	margin: 0 .25rem;
	padding: .5rem 1rem;
}

#hp-intro-content img {
    margin-bottom: 1rem;
    box-shadow: 0 0 0 1px #133250;
}

#hp-intro:before {
    content: " ";
    display: block;
    height: 7rem;
    background: linear-gradient( to right, #fff 0%, #fff 33%, transparent 33%, transparent 100% );
    position: absolute;
    left: 0;
    right: 0;
    top: 4rem;
    z-index: 400;
}

#hp-intro .heading-offset {
    font-size: 2.5rem;
    margin: 0;
    line-height: 2.5rem;
    padding: 1rem;
    position: relative;
    top: 4rem;
    z-index: 500;
    margin-bottom: 0;
    color: #133250;
    background: #fff;
}

#content-page:before {
    content: " ";
    display: block;
    height: 4.5rem;
    background: linear-gradient( to right, #fff 0%, #fff 40%, transparent 40%, transparent 100% );
    position: absolute;
    left: 0;
    right: 0;
    top: 3rem;
}

#content-page .heading-offset {
    top: 3rem;
    background: #fff;
    color: #0f1c27;
    font-size: 2.5em;
    margin-bottom: 3rem;
    padding-left: 0;
}

#hp-sidebar h4 {
    margin: 0 0 1rem 0;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1.5rem;
}

#hp-sidebar-locations {
    margin-bottom: 3rem;
}

.hp-sidebar-news-item {
    border-top: .13rem solid #69baef;
    padding: 1rem 0;
}

.hp-sidebar-news-item .row {
    margin-left: -7.5px;
    margin-right: -7.5px;
}

.hp-sidebar-news-item .row &gt; div {
    padding-left: 7.5px;
    padding-right: 7.5px;
}

.hp-sidebar-news-item a:hover {
    color: #999;
}

#hp-sidebar-news &gt; a {
    display: block;
    border-top: .13rem solid #69baef;
    padding-top: 1rem;
    text-transform: uppercase;
    font-weight: bold;
}

.hp-sidebar-news-item h6 {
    text-transform: uppercase;
    color: #ccc;
    font-size: .9rem;
    margin: 0;
}

.hp-sidebar-news-item h5 {
    margin: 1rem 0 .65rem 0;
    font-size: 1.13rem;
    font-weight: bold;
}

#location-sidebar {
    margin-top: 4rem;

}

#hp-location-texas {
    margin: 3rem 0;
    position: relative;
}

#hp-location-texas img {
    position: relative;
    z-index: 300;
}

.icon-marker {
    color: #17293d;
    font-size: 3rem;
    position: absolute;
    z-index: 500;
}

.icon-marker:hover {
    color: #666;
}

.icon-marker-baytown {
    right: 50px;
    bottom: 210px;
}
.icon-marker-houston {
    right: 80px;
    bottom: 202px;
}
.icon-marker-karnes {
    right: 175px;
    bottom: 160px;
}


#location-sidebar .btn {
    margin: 1rem 0 0 0;
}

#quote-modal h2 {
    margin: 2rem 0 1rem 0;
    color: #333;
    text-align: center;
    font-weight: bold;
}

#quote-modal h3 {
    margin: 0 0 1rem 0;
    color: #333;
    text-align: center;
}


#hp-quote, #loc-list {
	border-top: .25rem solid #133250;
	background: #eee;
	padding: 4rem 0;
	text-align: center;
	color: #000;
}

#loc-list {
    text-align: left;
    position: relative;
        padding: 3.5rem 0 1.5rem 0;
}

#hp-quote img {
    position: relative;
    top: -1rem;
}

#hp-quote h2, #loc-list h2 {
    margin: 0;
    text-align: right;
    font-weight: bold;
    color: #192f47;
    font-size: 2.75rem;
    text-transform: uppercase;
}

#loc-list h2 {
    top: -6rem;
    background: #0f1c27;
    color: #fff;
    font-size: 2.5em;
    margin-bottom: -6.5rem;
    padding-left: 0;
}

#loc-list:before {
    content: " ";
    display: block;
    height: 4.5rem;
    background: linear-gradient( to right, #0f1c27 0%, #0f1c27 50%, transparent 50%, transparent 100% );
    position: absolute;
    left: 0;
    right: 0;
    top: -2.5rem;
}

#hp-quote h3, #loc-list h3 {
    text-transform: uppercase;
    text-align: right;
    margin: .5rem 0 2rem 0;
    font-size: 2.5rem;
    color: #192f47;
}

.hp-hr {
    margin: 0 auto;
    padding: 0;
    border: 0;
    border-top: .25rem solid #133250;
}

#hp-slider .slick-prev {
    display: inline-block;
    position: absolute;
    z-index: 700;
    top: calc(45% - 2.5rem);
    left: 0;
    border-radius: 0;
    font-size: 4rem;
    padding: .5rem 2rem;
    background-color: rgba(23, 49, 66, .75);
    border: 0;
    color: #fff;
}

#hp-slider .slick-next {
    display: inline-block;
    position: absolute;
    z-index: 700;
    top: calc(45% - 2.5rem);
    right: 0;
    border-radius: 0;
    font-size: 4rem;
    padding: .5rem 2rem;
    background-color: rgba(23, 49, 66, .75);
    border: 0;
    color: #fff;
}

footer {
    background-color: #fff;
    padding: 2rem 0;
}

#footer-navigation &gt; div &gt; ul &gt; li {
    margin: 0 .75rem 0 0;
}

#footer-navigation &gt; div &gt; ul &gt; li &gt; a {
    font-family: 'PT Sans Narrow', sans-serif;
    text-transform: uppercase;
    color: #133250;
        border-bottom: .13rem solid #6898c6;
    font-size: 1.2rem;
    transition: .2s all ease-in-out;
}

#footer-navigation {
    margin-top: 2.5rem;
}

#footer-navigation .sub-menu {
	display: none !important;
}

#footer-navigation &gt; div &gt; ul &gt; li &gt; a:hover {
    color: #666;
    border-color: #999;
}

#location-sidebar-ef {
    max-width: 300px;
    margin: 3rem 0;
    position: relative;
}

#location-sidebar-ef img {
    position: relative;
    z-index: 300;
}
.icon-marker-houma {
    right: 60px;
    bottom: 20px;
}

.hentry {
    margin: 0;
}

#loc-list.noshade:before {
	content: "";
	display: none;
}

.default-template #content-page:before {
	z-index: 300;
}

.default-template #content-page .heading-offset {
	position: relative;
	z-index: 400;
}

.default-template #content-page-featured-image {
	position: relative;
	z-index: 200;
	margin-top: -30px;
}

#content-page-featured-image img {
    box-shadow: 0 0 0 7.5px #fff;
}

.entry-content h4 {
    font-size: 2rem;
    font-family: 'PT Sans Narrow', sans-serif;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 1.5rem;
    color: #666;
    letter-spacing: 1px;
}

.default-template .entry-content {
	    margin-bottom: 2rem;
}

.search-page h5 {
    margin: 0 0 -10px 0;
    font-size: 1.5rem;
    font-weight: bold;
}

.entry-content h5 {
    margin: 0 0 1.5rem 0;
    font-size: 1.15rem;
    line-height: 1.5rem;
}

.entry-content h6 {
    margin: 0 0 1rem 0;
    font-size: 1rem;
    text-transform: uppercase;
    font-weight: 700;
}

.content-list {
	margin: 0 0 2rem 0;
}

.content-goal {
    background: #fff;
    border: 1px solid #832a18;
    padding: 1rem;
    color: #832a18;
    font-weight: 700;
    font-size: 1.5rem;
    border-radius: .25rem;
}

.page-id-68 #content-page:before, .page-id-76 #content-page:before, .page-id-80 #content-page:before, .page-id-96 #content-page:before, .page-id-99 #content-page:before, .page-id-107 #content-page:before, .page-id-113 #content-page:before, .page-id-118 #content-page:before {
	display: none;
	content: "";
}

.page-id-68 #content-page .heading-offset, .page-id-76 #content-page .heading-offset, .page-id-80 #content-page .heading-offset, .page-id-96 #content-page .heading-offset, .page-id-99 #content-page .heading-offset, .page-id-107 #content-page .heading-offset, .page-id-113 #content-page .heading-offset, .page-id-118 #content-page .heading-offset {
    background: transparent;
    margin-bottom: 2rem;
    color: #fff;
}

.content-environment {
    padding: 1.25rem;
    border: 2px dashed #133250;
    border-radius: .5rem;
    background: #fff;
    margin-bottom: 2rem;
}

.content-environment ul {
    margin: 0 0 1rem 0;
    padding-left: 1rem;
}

.content-environment h5 {
    margin: 0 0 1rem 0;
    font-size: 1.2rem;
    font-weight: 700;
    color: #182e46;
}
.content-environment p {
	margin: 0;
}

.content-environment img {
	margin: 0 auto;
	max-width: 7rem;
}

.content-subtitle {
    margin: 0 0 1.5rem 0 !important;
    color: #182e46 !important;
    font-weight: 700 !important;
    font-size: 1.25rem !important;
    line-height: 1.5rem !important;
}

.content-list em {
    font-style: normal;
    font-weight: 700;
    text-decoration: underline;
    color: #182e46;
}

.content-quote {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 2rem;
    line-height: 2rem;
}

.content-quote strong {
    color: #133250;
}



    /*==========  Non-Mobile First Method  ==========*/

    /* Large Devices, Wide Screens */
    @media only screen and (max-width : 1200px) {
#header-navigation &gt; div &gt; ul &gt; li {
    font-size: .85rem;
    line-height: 1rem;
    padding: .5 .25rem;
    position: relative;
}
#header-navigation &gt; div &gt; ul &gt; li:first-child, #header-navigation &gt; div &gt; ul &gt; li:last-child {
    padding: .5rem;
}
#header-search {
    margin: 1rem 0;
}
#hp-slider .slick-next, #hp-slider .slick-prev {
    font-size: 3rem;
    padding: .25rem 1rem;
}
.heading-offset {
    line-height: 3.5rem;
    font-size: 2rem;
}
#hp-divisions:before {
    height: 3.5rem;
}
#hp-intro .heading-offset {
    font-size: 2rem;
    line-height: 2.25rem;
}
#hp-intro:before {
    height: 6.5rem;
}
.hp-sidebar-news-item h5 {
    margin: .5rem 0 .65rem 0;
    font-size: .8rem;
}
.hp-sidebar-news-item h6 {
    font-size: .8rem;
}
#hp-quote img {
    position: static;
}
#footer-navigation &gt; div &gt; ul &gt; li &gt; a {
    font-size: 1rem;
}
#loc-list:before, #content-page:before {
    height: 3.5rem;
}
.icon-marker {
    font-size: 2.5rem;
}
.icon-marker-karnes {
    right: 145px;
    bottom: 130px;
}
.icon-marker-baytown {
    right: 40px;
    bottom: 173px;
}
.icon-marker-houston {
    right: 67px;
    bottom: 162px;
}
.icon-marker-houma {
    right: 60px;
    bottom: 20px;
}
.location-area h4 {
    font-size: 1.2rem;
}
    }

    /* Medium Devices, Desktops */
    @media only screen and (max-width : 992px) {
#header-utility-links {
    text-align: center;
    position: static;
}
#header-search {
    margin: 3rem 0;
}
.hp-division img, #hp-intro-content img {
    width: 100%;
}
#hp-quote h2 {
    text-align: center;
    font-size: 2rem;
}
#hp-quote h3 {
    text-align: center;
    font-size: 1.5rem;
}
footer img {
    margin: 0 auto;
}
#footer-navigation &gt; div &gt; ul, #footer-copyright {
    text-align: center;
}
#loc-list:before, #content-page:before {
    display: none;
    content: "";
}
#page-locations #content-page .heading-offset, #loc-list h2 {
position: static;
background-color: transparent;
}
#loc-list h2 {
    color: #192e46;
    margin: -1.5rem 0 3rem 0 !important;
}
#page-locations h2 {
    position: static;
    background-color: transparent;
    margin: 2rem 0 1rem 0;
    text-align: center;
}
.location-area img {
    width: 100%;
}
#hp-location-texas img {
    margin: 0 auto;
}
.default-template #content-page .heading-offset { background: none; text-align: center; line-height: 3rem; display: block; }
.default-template #content-page-featured-image { position: static; margin-top: 30px;}
    }

    /* Small Devices, Tablets */
    @media only screen and (max-width : 768px) {
#header-logo {
    position: static;
    margin: 1rem 0;
}
#header-logo img {
    margin: 0 auto;
}
#header-search {
    margin: 1rem 0;
}
#header-search label {
    min-width: 10px;
    width: 85%;
}
#header-search input[type='submit'] {
    min-width: 10px;
    width: 15%;
}
#header-navigation {
    display: none;
}
#header-masthead:after {
    display: none;
}
.hp-slide-caption-inner h3 {
    font-size: 1.5rem;
    padding: 2rem 2rem 1rem 2rem;
}
.hp-slide-caption-inner p {
    padding: 0 2rem 2rem 2rem;
    margin: 0;
    font-size: 1rem;
    text-align: left;
}
.hp-slide-caption-inner {
    background-image: none;
    background-color: rgba(0,0,0,.8);
}
.hp-slide-caption-inner {
    margin: 1rem 0;
}
.hp-slide-caption-inner a {
    display: block;
    font-size: 1rem;
    text-align: center;
    margin: 0;
}
.heading-offset {
    position: static;
    margin: 0 0 3rem 0;
    background: transparent;
}
#hp-divisions:before {
    display: none;
}
    }

    /* Extra Small Devices, Phones */ 
    @media only screen and (max-width : 480px) {

    }

    /* Custom, iPhone Retina */ 
    @media only screen and (max-width : 320px) {
        
    }

</pre></body></html>