/* @override 
	https://www.doyondrilling.com/wp-content/themes/spark/style.css?* */

@charset "UTF-8";
/* # Genesis Framework
Theme Name: Spark
Theme URI: http://www.sparkwp.com/
Description: Sundog Media's Spark System
Author: Sundog Media
Author URI: http://www.sundogmedia.com/
Version: 1.0
Genesis Version: 2.9.1
Template: genesis
Tags: one-column, custom-menu, featured-images, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, accessibility-ready
License: GPL-2.0-or-later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
/* Resets
--------------------------------------------- */
/* Baseline Normalize */
/* normalize.css v4.1.1 | MIT License | http://necolas.github.io/normalize.css/ */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-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; }

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

progress {
  vertical-align: baseline; }

template, [hidden] {
  display: none; }

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }

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

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted; }

b, strong {
  font-weight: inherit; }

b, strong {
  font-weight: bolder; }

dfn {
  font-style: italic; }

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

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

small {
  font-size: 80%; }

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

img {
  border-style: none; }

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

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

figure {
  margin: 0; }

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

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

optgroup {
  font-weight: bold; }

button, input {
  overflow: visible; }

button, select {
  text-transform: none; }

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

button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

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

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

textarea {
  overflow: auto; }

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

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

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

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

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

/* Box Sizing */
html,
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

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

/** Float Clearing  */
.author-box::before,
.clearfix::before,
.entry::before,
.entry-content::before,
.nav-primary::before,
.nav-secondary::before,
.pagination::before,
.site-container::before,
.site-footer::before,
.site-header::before,
.site-inner::before,
.widget::before,
.wrap::before {
  content: " ";
  display: table; }

.author-box::after,
.clearfix::after,
.entry::after,
.entry-content::after,
.nav-primary::after,
.nav-secondary::after,
.pagination::after,
.site-container::after,
.site-footer::after,
.site-header::after,
.site-inner::after,
.widget::after,
.wrap::after {
  clear: both;
  content: " ";
  display: table; }

/* Defaults
--------------------------------------------- */
/*  Typographical Elements */
html {
  font-size: 62.5%;
  /* 10px browser default */ }

/* Chrome fix */
body > div {
  font-size: 2rem; }

body {
  background: #fff;
  color: #2d2d2d;
  font-family: "Oxygen", sans-serif;
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.8;
  margin: 0; }

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out; }

a {
  color: #244979;
  text-decoration: none; }

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

.more-link {
  position: relative; }

.more-link::after,
.more-from-category a::after,
.p-more-link a::after {
  content: '»';
  margin-left: 6px; }

p {
  margin: 0 0 24px;
  padding: 0; }

ol,
ul {
  margin: 0;
  padding: 0; }

li {
  list-style-type: none; }

.content-area ol,
.content-area ul {
  margin-left: 24px;
  margin-bottom: 24px;
  padding-left: 60px; }

.content-area ol > li {
  list-style-type: decimal;
  margin-bottom: 12px; }

.content-area ul > li {
  list-style-type: disc;
  margin-bottom: 12px; }

.content-area ol ol,
.content-area ul ul {
  margin-bottom: 0; }

hr {
  border: 0;
  border-collapse: collapse;
  border-top: 1px solid #ddd;
  clear: both;
  margin: 48px 0; }

b,
strong {
  font-weight: 700; }

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

blockquote {
  margin: 48px; }

.clear {
  clear: both; }

/*  Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Teko", sans-serif;
  font-weight: 300;
  margin: 0 0 24px;
  line-height: 1; }

h1 {
  font-size: 5rem; }

h2 {
  font-size: 4.2rem; }

h3 {
  font-size: 3.6rem; }

h4 {
  font-size: 3rem; }

h5 {
  font-size: 2.4rem; }

h6 {
  font-size: 1.8rem; }

/*  Tables */
table {
  border-collapse: collapse;
  border-spacing: 0;
  line-height: 2;
  margin-bottom: 48px;
  width: 100%; }

tbody {
  border-bottom: 1px solid #ddd; }

td, .th {
  text-align: left; }

td {
  border-top: 1px solid #ddd;
  padding: 6px 0; }

th {
  font-weight: 300; }

/*  Screen Reader Text */
.screen-reader-text,
.screen-reader-text span,
.screen-reader-shortcut {
  position: absolute !important;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  width: 1px;
  border: 0;
  overflow: hidden;
  word-wrap: normal !important; }

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.nav-primary .menu .search input[type="submit"]:focus,
.widget_search input[type="submit"]:focus {
  clip: auto !important;
  height: auto;
  width: auto;
  display: block;
  font-weight: 700;
  padding: 15px 23px 14px;
  color: #2d2d2d;
  background: #fff;
  z-index: 100000;
  /* Above WP toolbar. */
  text-decoration: none;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6); }

/* Skip Links */
.genesis-skip-link {
  margin: 0; }

.genesis-skip-link li {
  height: 0;
  width: 0;
  list-style: none; }

/* Do not display outline on focus */
:focus {
  color: #2d2d2d;
  outline: none; }

/*  Edit Link  */
.post-edit-link {
  position: fixed;
  bottom: 72px;
  right: 48px;
  background: #244979;
  color: #fff;
  padding: 12px 24px;
  display: inline-block;
  border-radius: 3px; }

.post-edit-link:hover {
  background: #c78935;
  color: #fff; }

/* Titles
--------------------------------------------- */
.page .site-main .entry-header .wrap,
.error404 .site-main .entry-header .wrap,
.archive-description .wrap,
.panel-title,
.footer-widgets .widgettitle {
  overflow: hidden;
  text-align: center; }

.page .site-main .entry-header,
.error404 .site-main .entry-header,
.archive-description,
.panel-title {
  margin: 0 calc(50% - 50vw) 48px;
  max-width: 100vw;
  width: 100vw;
  background: #244979;
  padding: 24px 0 16px; }

.home .site-main .entry-header,
.panel-title {
  margin: 0 auto 12px;
  max-width: 100%;
  width: 100%;
  background: none;
  padding: 0; }

.content-area .panel-title {
  margin-bottom: 48px; }

.footer-widgets .widgettitle {
  margin-bottom: 6px; }

.page .site-main .entry-header .wrap,
.error404 .site-main .entry-header .wrap,
.archive-description .wrap {
  padding: 0;
  max-width: 1400px; }

h1.entry-title,
h1.archive-title,
.content-area .panel-title h2,
.footer-widgets .widgettitle span {
  margin-bottom: 0;
  display: inline-block;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  font-weight: 500; }

.home .site-main h1.entry-title,
.content-area .panel-title h2 {
  font-size: 5rem;
  color: #2d2d2d; }

.footer-widgets .widgettitle span {
  font-size: 3.6rem;
  color: #2d2d2d; }

.accent1 .panel-title h2,
.accent2 .panel-title h2,
.black .panel-title h2 {
  color: #fff; }

.page .site-main h1.entry-title::before,
.page .site-main h1.entry-title::after,
.error404 .site-main h1.entry-title::before,
.error404 .site-main h1.entry-title::after,
h1.archive-title::before,
h1.archive-title::after,
.panel-title h2::before,
.panel-title h2::after,
.footer-widgets .widgettitle span::before,
.footer-widgets .widgettitle span::after {
  background: rgba(255, 255, 255, 0.2);
  content: " ";
  display: inline-block;
  height: 1px;
  position: absolute;
  width: 700px;
  top: 50%;
  margin-top: -4px; }

.page .site-main h1.entry-title::before,
.single .site-main h1.entry-title::before,
.error404 .site-main h1.entry-title::before,
h1.archive-title::before,
.panel-title h2::before,
.footer-widgets .widgettitle span::before {
  right: 100%;
  margin-right: 24px; }

.page .site-main h1.entry-title::after,
.error404 .site-main h1.entry-title::after,
h1.archive-title::after,
.panel-title h2::after,
.footer-widgets .widgettitle span::after {
  left: 100%;
  margin-left: 24px; }

.home .site-main h1.entry-title::before,
.home .site-main h1.entry-title::after,
.panel-title h2::before,
.panel-title h2::after,
.footer-widgets .widgettitle span::before,
.footer-widgets .widgettitle span::after {
  background: #244979; }

.accent1 .panel-title h2::before,
.accent1 .panel-title h2::after,
.accent2 .panel-title h2::before,
.accent2 .panel-title h2::after,
.black .panel-title h2::before,
.black .panel-title h2::after {
  background: rgba(255, 255, 255, 0.2); }

.intro {
  margin-top: -12px;
  margin-bottom: 60px; }

.callout {
  text-align: center;
  padding: 24px 0;
  margin: 24px 0;
  border: 1px solid #c78935;
  border-width: 1px 0;
  font-style: italic; }

/* Objects
--------------------------------------------- */
embed,
iframe,
img,
object,
video,
.wp-caption {
  max-width: 100%; }

.image-header img,
.content-area .wp-block-image img {
  display: block;
  width: 100%; }

img {
  height: auto; }

.content-area figure.alignleft,
.alignleft {
  margin: 0 24px 24px 0;
  float: left; }

.content-area figure.alignright,
.alignright {
  margin: 0 0 24px 24px;
  float: right; }

.content-area .aligncenter,
.content-area .alignwide {
  margin: 0 auto 24px; }

.content-area figure.alignfull {
  margin: 0 calc(50% - 50vw) 24px;
  max-width: 100vw;
  width: 100vw; }

.content-area figure figcaption {
  margin: 0;
  font-weight: 700; }

.content-area .wp-block-image figure a,
.content-area .image-hover,
.entry-image-link,
.blocks-gallery-item a {
  background: #000;
  position: relative;
  display: inline-block; }

.content-area .image-hover {
  display: block; }

.content-area .image-hover::after,
.entry-image-link::after,
.blocks-gallery-item a::after,
.content-area .wp-block-image figure a::after {
  content: " ";
  background: url("images/hover-icon.png") no-repeat center;
  width: 94px;
  height: 106px;
  background-size: 100% auto;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

.content-area .image-hover img,
.entry-image-link .post-image,
.blocks-gallery-item a img,
.content-area .wp-block-image figure a img {
  display: block;
  position: relative;
  z-index: 1;
  margin: 0; }

.content-area .image-hover a:hover img,
.content-area a:hover .image-hover img,
.entry-image-link:hover .post-image,
.blocks-gallery-item a:hover img,
.content-area .wp-block-image figure a:hover img {
  opacity: 0.3; }

.content-area .wp-block-gallery {
  padding: 0;
  margin: 0 auto 24px; }

/* Forms & Buttons
--------------------------------------------- */
input,
select,
textarea {
  background-color: #fff;
  border: 1px solid #ddd;
  color: #2d2d2d;
  font-weight: 300;
  padding: 6px 12px;
  width: 100%; }

input:focus,
textarea:focus {
  border: 1px solid #ddd;
  outline: none; }

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
  width: auto; }

::-moz-placeholder,
::placeholder,
:-ms-input-placeholder,
::-ms-input-placeholder,
::-webkit-input-placeholder {
  color: #2d2d2d;
  opacity: 0.6; }

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.wp-block-button .wp-block-button__link,
.content-area .gform_wrapper .gform_footer input.button,
.content-area .gform_wrapper .gform_footer input[type="submit"],
.content-area .gform_wrapper .gform_page_footer input.button,
.content-area .gform_wrapper .gform_page_footer input[type="submit"] {
  background-color: #c78935;
  border: 0;
  color: #fff;
  cursor: pointer;
  font-family: "Teko", sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  padding: 6px 24px 2px;
  font-size: 2.8rem;
  border-radius: 3px;
  width: auto; }

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
.wp-block-button .wp-block-button__link:hover,
.content-area .gform_wrapper .gform_footer input.button:hover,
.content-area .gform_wrapper .gform_footer input:hover[type="submit"],
.content-area .gform_wrapper .gform_page_footer input.button:hover,
.content-area .gform_wrapper .gform_page_footer input:hover[type="submit"],
button:focus,
input:focus[type="button"],
input:focus[type="reset"],
input:focus[type="submit"],
.button:focus,
.wp-block-button .wp-block-button__link:focus,
.content-area .gform_wrapper .gform_footer input.button:focus,
.content-area .gform_wrapper .gform_footer input:focus[type="submit"],
.content-area .gform_wrapper .gform_page_footer input.button:focus,
.content-area .gform_wrapper .gform_page_footer input:focus[type="submit"] {
  background-color: #244979;
  color: #fff; }

.button {
  display: inline-block; }

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

.content-area .gform_wrapper ul li.gfield {
  margin: 24px 0; }

.content-area .gform_wrapper {
  margin: 0 0 24px; }

.content-area .gform_wrapper ul li.gfield:first-child {
  margin-top: 0; }

.content-area .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
  padding: 6px 12px; }

/* Structure and Layout
--------------------------------------------- */
.site-container {
  max-width: 100%;
  overflow: hidden;
  margin: 0 auto;
  background: #fff; }

.wrap,
.site-inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 1496px;
  padding-left: 48px;
  padding-right: 48px; }

.site-inner {
  clear: both;
  margin: 186px auto 24px; }

.blog .site-inner {
  margin-bottom: 48px; }

.has-image-header .site-inner {
  margin-top: 0; }

.home .site-inner {
  margin-top: 60px; }

.image-header,
.slideshow-header {
  margin-top: 190px; }

/* Header
--------------------------------------------- */
.header {
  position: fixed;
  width: 100%;
  max-width: 100%;
  z-index: 99;
  background: #fff;
  top: 0;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -ms-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s; }

.scroll .header {
  top: -49px;
  border-bottom: 1px solid #ddd; }

/* Site Header */
.site-header .wrap {
  padding-top: 18px;
  padding-bottom: 18px;
  position: relative; }

/* Title Area */
.title-area {
  float: left; }

.site-title {
  margin: 0; }

.header-image .site-title > a {
  background-image: url("images/logo.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 100%;
  float: left;
  width: 318px;
  height: 101px; }

.header-image .site-description,
.header-image .site-title a {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap; }

.site-title {
  margin-bottom: 0; }

/* Before Site Header
--------------------------------------------- */
.before-header {
  background: #f2f2f2;
  text-align: right;
  font-size: 1.6rem;
  text-transform: uppercase; }

.before-header .wrap {
  padding-top: 12px;
  padding-bottom: 8px; }

.before-header .widgets {
  float: right; }

/** Before Site Header Navigation **/
.before-header nav,
.before-header .widget {
  float: left;
  padding: 0 18px;
  border: 1px solid #fff;
  border-width: 0 0 0 1px;
  line-height: 1.4; }

.before-header nav.nav-top {
  padding: 0 24px; }

.before-header .widget {
  padding: 0 0 0 24px; }

.before-header nav:first-child {
  border: none; }

.nav-top li {
  display: inline-block;
  margin: 0 0 0 18px; }

.nav-top li a {
  color: #2d2d2d;
  border: 1px solid #fff;
  border-width: 0 0 0 1px;
  padding: 0 0 0 24px;
  display: block;
  line-height: 1.8; }

.nav-top li:first-child a {
  border: none;
  padding: 0; }

.nav-top li.current-menu-item a,
.nav-top li a:hover {
  color: #c78935; }
  
  .nav-top li.portal a {
 	font-weight: bold;
 }

.nav-top .button {
  padding: 2px 18px;
  position: relative;
  font-weight: 700; }

.nav-top .button a,
.nav-top .button.current-menu-item a,
.nav-top .button a:hover {
  color: #fff; }

.nav-top .phone a::before {
  content: "\f095";
  font-weight: 900;
  font-size: 2.2rem;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  font-family: "Font Awesome 5 Pro";
  color: #244979;
  margin-right: 6px; }

.nav-top .phone a:hover::before {
  color: #c78935; }

.nav-social li {
  display: inline-block;
  margin: 0 6px;
  font-size: 2.2rem; }

.nav-social li a {
  color: #244979; }

.nav-social li a:hover {
  color: #c78935; }

.nav-social li a span {
  text-align: left;
  text-indent: -9999px;
  display: inline-block; }

.nav-social li a::before {
  content: "\f39e";
  font-family: "Font Awesome 5 Brands"; }

.nav-social li.facebook a::before {
  content: "\f39e"; }

.nav-social li.twitter a::before {
  content: "\f099"; }

.nav-social li.instagram a::before {
  content: "\f16d"; }

.nav-social li.youtube a::before {
  content: "\f167"; }

.nav-social li.vimeo a::before {
  content: "\f27d"; }

/** Search Box **/
#search-box,
.scroll #search-box.show {
  position: absolute;
  background: #f2f2f2;
  width: 100%;
  height: 101%;
  left: 0;
  top: -1600px;
  z-index: 99;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  text-align: right; }

#search-box .wrap {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  height: 100%; }

#search-box.show {
  top: 0; }

#search-box .search-form {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 100%;
  left: 0;
  padding: 0 48px; }

#search-box .search-form::before {
  content: "\f002";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  font-size: 2.2rem;
  color: #244979;
  padding: 0 12px;
  opacity: 0.6;
  position: absolute;
  top: 2px;
  left: 48px; }

#search-box .search-form-input {
  border-color: #ddd;
  padding-left: 52px;
  -webkit-appearance: none;
  border-radius: 0;
  display: block; }

#search-box .search-form-submit {
  background: none;
  padding: 0;
  text-align: left;
  text-indent: -9999px;
  display: block;
  height: 0;
  width: 0; }

.before-header .search-toggle::before {
  content: "\f002";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900; }

#search-box .search-close::before {
  content: "\f00d";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900; }

.before-header .search-toggle,
#search-box .search-close {
  background: none;
  padding: 0;
  color: #244979;
  font-size: 2.2rem; }

#search-box .search-close {
  position: absolute;
  top: 24px;
  right: 24px;
  padding: 0 24px; }

.before-header .search-toggle:hover,
#search-box .search-close:hover {
  color: #c78935; }

.before-header .search-toggle span,
#search-box .search-close span {
  text-align: left;
  text-indent: -9999px;
  display: inline-block; }

/* Site Navigation
--------------------------------------------- */
.site-header .main-menu {
  position: absolute;
  vertical-align: middle;
  top: 0;
  right: 24px;
  line-height: 1;
  width: 70%;
  height: 100%; }

.site-header .nav-primary .wrap {
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 0; }

.nav-primary .menu {
  clear: both;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1; }

/* Site Navigation - Parent Items */
.nav-primary .menu .menu-item {
  float: left; }

.nav-primary .menu a,
.nav-primary .menu a:focus {
  color: #2d2d2d;
  text-decoration: none;
  display: block;
  padding: 10px 24px;
  margin: 0 8px;
  border-radius: 3px;
  border: 2px solid transparent;
}

.nav-primary .menu a:hover,
.nav-primary .menu .sfHover > a {
  color: #244979;
}

.nav-primary .menu .current-menu-item > a,
.nav-primary .menu .current-menu-ancestor > a,
.nav-primary .menu .current_page_parent > a {
  background: #244979;
  color: #fff;
  border-color: #244979; }
 
  .nav-primary .menu li.careers a {
  	border-color: #c78935;
  	color: #c78935;
  	font-family: "Teko", sans-serif;
  	font-size: 2.3rem;
  	padding: 9px 24px 6px;
  }
  
   .nav-primary .menu li.careers.current-menu-item > a,
   .nav-primary .menu li.careers a:hover {
  	background: #c78935;
  	color: #fff;
  }

/* Site Navigation - Child Items */
.nav-primary .menu .sub-menu {
  left: -9999px;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity 0.4s ease-in-out;
  -moz-transition: opacity 0.4s ease-in-out;
  -ms-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
  width: 264px;
  z-index: 99;
  padding-top: 45px; }

.nav-primary .menu .sub-menu a {
  background-color: #f2f2f2;
  border: 1px solid #ddd;
  border-top: none;
  font-size: 17px;
  font-size: 0.85em;
  color: #2d2d2d;
  text-transform: none;
  padding: 16px 24px;
  margin: 0;
  position: relative;
  width: 264px;
  word-wrap: break-word;
  text-align: left;
  border-radius: 0; }

.nav-primary .menu .sub-menu li:first-child a {
  border-top: 1px solid #f2f2f2; }

.nav-primary .menu .sub-menu a:hover,
.nav-primary .menu .sub-menu a:focus,
.nav-primary .menu .sub-menu .current-menu-item > a {
  background: #fcfcfc;
  color: #244979; }

.nav-primary .menu .sub-menu .sub-menu {
  margin: -56px 0 0 209px; }

.nav-primary .menu .menu-item:hover {
  position: static; }

.nav-primary .menu .menu-item:hover > .sub-menu {
  left: auto;
  opacity: 1; }

/* Site Navigation - Mobile */
button.menu-toggle,
button.sub-menu-toggle,
.menu li.mobile,
.main-menu .nav-top,
.main-menu .nav-social {
  display: none;
  visibility: hidden; }

/* Accessible Menu */
.menu .menu-item:focus {
  position: static; }

.menu .menu-item > a:focus + ul.sub-menu,
.menu .menu-item.sfHover > ul.sub-menu {
  left: auto;
  opacity: 1; }

/* Content Area
--------------------------------------------- */
/* Archives & Blog Page */
.news-intro {
  margin-bottom: 60px; }

.archive .entry,
.search .entry,
.blog .entry {
  margin: 0 0 48px;
  padding-bottom: 36px;
  border-bottom: 1px solid #ddd; }

.archive .entry:last-child,
.search .entry:last-child,
.blog .entry:last-child {
  border-bottom: none;
  padding: 0;
  margin: 0; }

.entry-image-link {
  float: left;
  margin: 0 48px 24px 0; }

.entry-image-link .post-image {
  margin: 0; }

h2.entry-title {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 3.6rem;
  margin-bottom: 0; }

h2.entry-title a {
  color: #2d2d2d; }

h2.entry-title a:hover {
  color: #244979; }

.entry-header .entry-meta,
.entry-footer .entry-meta {
  margin: 0;
  font-size: 1.6rem;
  opacity: 0.6; }

.archive .entry-header::after,
.search .entry-header::after,
.blog .entry-header::after,
.single .entry-header::after {
  content: ' ';
  width: 64px;
  display: inline-block;
  height: 3px;
  background: #c78935;
  margin: 6px 0 12px; }

.entry-header .entry-time {
  margin-right: 12px; }

.entry-header .entry-author {
  margin-left: 12px; }

/* Pagination */
.pagination {
  clear: both;
  margin: 24px 0; }

.pagination ul {
  margin: 0;
  padding: 0; }

.pagination ul li {
  display: inline-block;
  list-style: none;
  margin: 0 12px 0 0; }

.pagination li a {
  cursor: pointer;
  display: block;
  background-color: #c78935;
  color: #fff;
  font-size: 1.8rem;
  padding: 6px 12px;
  text-decoration: none; }

.pagination li a:hover,
.pagination li.active a {
  background-color: #244979; }

/* Single Blog Page */
.single .site-inner {
  max-width: 1020px; }

.single .wp-post-image {
  display: block;
  margin: 0 0 48px; }

.single .site-main .entry-header {
  margin: 0;
  max-width: 100%;
  width: 100%;
  padding: 0;
  background: none;
  text-align: left; }

.single .site-main .entry-header .wrap {
  padding: 0; }

.single .entry-header .entry-title {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 3.6rem;
  color: #2d2d2d;
  display: block;
  text-align: left; }

.single .entry-header .entry-title::before,
.single .entry-header .entry-title::after,
.single .entry-header .entry-title span::before,
.single .entry-header .entry-title span::after {
  background: none;
  height: 0;
  width: 0; }

.single .entry-header .entry-meta {
  margin: 12px 0 0; }

/* Spark Pages
--------------------------------------------- */
/* Home Page  */
.home .entry-content {
  font-size: 2.4rem; }

/* Team Page  */
.team-member {
  margin-bottom: 24px; }

.team-member h3 {
  font-weight: 700;
  font-size: 4.2rem; }

.team-member h3 em {
  font-weight: 300;
  font-style: normal;
  padding-left: 18px;
  margin-left: 12px;
  border-left: 1px solid #eeefef;
  font-size: 3rem; }

.team-member h3::after {
  content: ' ';
  width: 64px;
  display: block;
  height: 3px;
  background: #c78935;
  margin: 12px 0; }

.team-member figure {
  margin-bottom: 0; }

.team-member a {
  color: #244979; }

.team-member a:hover {
  color: #c78935; }

/* Contact Page  */
.entry-content .company {
  text-transform: uppercase;
  font-weight: 700; }

.entry-content .company {
  margin-bottom: 48px; }

.entry-content .company::after {
  content: ' ';
  width: 64px;
  display: block;
  height: 3px;
  background: #c78935;
  margin-top: 18px; }

#map iframe {
  border: 1px solid #ddd;
  border-width: 1px 0;
  margin: 48px calc(50% - 50vw)-24px;
  max-width: 100vw;
  width: 100vw;
  display: block; }

/* Spark Blocks 
--------------------------------------------- */
/** Panels **/
.panel {
  margin: 0 calc(50% - 50vw);
  max-width: 100vw;
  width: 100vw;
  clear: both; }

.content-area .panel:last-child {
  margin-bottom: -24px; }

.panel.gray {
  background: #f2f2f2; }

.panel.black {
  background: #2d2d2d;
  color: #fff; }

.panel.accent1 {
  background: #244979;
  color: #fff; }

.panel.accent2 {
  background: #c78935;
  color: #fff; }

.panel.gray {
  background: #f2f2f2; }

.panel .wrap {
  padding-top: 60px;
  padding-bottom: 72px; }

/* Featured Block */
.featured-block .wp-block-column {
  background: #fff;
  line-height: 1.4;
  padding-bottom: 18px;
  border: 1px solid #ddd; }

.featured-block h3 {
  text-align: center;
  text-transform: uppercase;
  padding: 12px 12px 6px;
  background: #244979;
  color: #fff; }

.featured-block p {
  margin: 24px;
  font-size: 2rem; }

.featured-block a {
  color: #2d2d2d;
  display: block;
  margin: 0 auto; }

.featured-block a:hover {
  color: #2d2d2d; }

.accent1 .featured-block a,
.accent2 .featured-block a,
.black .featured-block a,
.accent1 .featured-block a:hover,
.accent2 .featured-block a:hover,
.black .featured-block a:hover {
  color: #fff; }

.featured-block .button-line {
  text-align: center;
  font-family: "Teko", sans-serif;
  font-weight: 300;
  text-transform: uppercase; }

.featured-block .button-line span {
  color: #fff;
  max-width: 200px;
  display: block;
  margin: 0 auto;
  background: #c78935;
  padding: 6px 12px 2px;
  font-size: 2.8rem;
  border-radius: 3px; }

.featured-block a:hover .button-line span {
  background: #244979; }

/* Testimonial Block */
.testimonial-block {
  text-align: center;
  font-size: 2.6rem;
  font-style: italic;
  line-height: 1.4; }

.testimonial-block hr {
  border-color: rgba(255, 255, 255, 0.3);
  margin: 36px auto 48px; }

.white .testimonial-block hr,
.gray .testimonial-block hr {
  border-color: #ddd; }

.testimonial-block hr::before {
  content: "\f10d";
  font-family: "Font Awesome 5 Pro";
  text-align: center;
  margin: 0 auto;
  position: relative;
  top: -24px;
  display: inline-block;
  padding: 0 24px;
  font-size: 3.6rem;
  font-style: normal;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.7); }

.accent1 .testimonial-block hr::before {
  background: #244979; }

.accent2 .testimonial-block hr::before {
  background: #c78935; }

.gray .testimonial-block hr::before {
  background: #f2f2f2;
  color: #7a7b7c; }

.white .testimonial-block hr::before {
  background: #fff;
  color: #f2f2f2; }

.black .testimonial-block hr::before {
  background: #2d2d2d; }

#testimonial {
  max-width: 75%;
  margin: 0 auto; }

#testimonial h2 {
  font-size: 2.6rem;
  font-weight: 700;
  margin: 0; }

/* Highlight Block */
.highlight-block {
  font-size: 2.4rem;
  text-align: center; }

.highlight-block .wrap {
  padding-bottom: 60px; }

.highlight-block h2 {
  text-transform: uppercase;
  font-weight: 700; }

.highlight-block h2,
.highlight-block p,
.highlight-block .button {
  display: inline-block;
  margin: 0 18px; }

/* Latest News Block */
.news-block .image-hover {
  margin-bottom: 18px;
  max-width: 440px; }

.news-block h3 {
  font-weight: 700;
  margin-bottom: 6px;
  font-size: 2.2rem; }

.news-block h3::before {
  content: ' ';
  width: 64px;
  display: block;
  height: 3px;
  background: #c78935;
  margin-bottom: 12px; }

.news-block h3 a {
  color: #2d2d2d; }

.accent1 .news-block h3 a,
.accent2 .news-block h3 a,
.black .news-block h3 a {
  color: #fff; }

.news-block h3 a:hover {
  color: #c78935; }

.accent1 .news-block h3 a:hover,
.accent2 .news-block h3 a:hover,
.black .news-block h3 a:hover {
  color: rgba(255, 255, 255, 0.8); }

.news-block p {
  margin-bottom: 24px;
  font-size: 1.6rem; }

/* Newsletter Signup Block */
.newsletter {
  text-align: center;
  font-size: 2.4rem; }

.newsletter .panel-title {
  margin-bottom: 24px; }

.newsletter .gform_wrapper {
  position: relative;
  margin: 0 auto; }

.newsletter .gform_wrapper form {
  text-align: center; }

.newsletter .gform_wrapper form.gf_simple_horizontal div.gform_body,
.newsletter .gform_wrapper form.gf_simple_horizontal div.gform_footer.top_label {
  display: inline-block; }

.newsletter .gform_body .gform_fields .gfield {
  margin: 0 !important; }

.newsletter .gform_body .gform_fields .gfield input {
  font-size: 2rem !important; }

.newsletter .gform_wrapper li.hidden_label input {
  margin: 0; }

.newsletter .gform_wrapper .gform_footer input.button {
  text-align: center;
  padding: 6px 48px;
  font-size: 2rem;
  margin: 0; }

.newsletter .gform_wrapper .gform_footer input.button:hover {
  background: rgba(255, 255, 255, 0.4); }

/* Button Row Block */
.button-row-right {
  text-align: right; }

.button-row-center {
  text-align: center; }

.button-row .button {
  margin: 0 12px; }

.button-row .button:first-child {
  margin-left: 0; }

.button-row .button:last-child {
  margin-right: 0; }

.button-row .button.accent1 {
  background: #244979; }

.button-row .button.accent1:hover {
  background: #c78935; }

.button-row .button.accent2 {
  background: #c78935; }

.button-row .button.accent2:hover {
  background: #244979; }

/* Font Awesome Heading Block */
.icon-header {
  margin-bottom: 12px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 3rem; }

.icon-header i {
  margin: 2px 12px 0 0;
  font-size: 36px;
  color: #7a7b7c; }

.icon-header i.icon-block {
  margin: 0 auto 18px; }

.icon-box {
  display: flex; }

.icon-box .icon-text {
  flex: 1 1 auto; }

.icon-box .icon {
  flex: 0 0 auto;
  margin-top: 6px;
  width: 72px; }

.icon-box .icon i {
  font-size: 36px; }

.icon-box .icon-header {
  margin-bottom: 0; }

.icon-box p {
  font-size: 90%;
  line-height: 1.4; }

/* Link Grid Block */
.content-area .link-grid.wp-block-columns .wp-block-column {
  background: #244979;
  margin-bottom: 48px;
}

.link-grid h3 {
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  padding: 12px 24px;
  margin: 0; }

.link-grid a {
  color: #fff; }

.link-grid.has-2-columns {
  margin: 0 auto;
  max-width: 928px; }

/* ## Checklist List Block */
.content-area .checklist {
  margin: 0 0 24px;
  padding: 0; }

.content-area .checklist li {
  list-style: none;
  padding: 12px 0 12px 48px;
  margin: 0;
  border: 1px solid #ddd;
  border-width: 0 0 1px;
  position: relative; }

.content-area .checklist li:first-child {
  border-width: 1px 0; }

.content-area .checklist li::before {
  content: "\f00c";
  font-family: "Font Awesome 5 Pro";
  font-weight: 700;
  color: #fff;
  display: block;
  width: 24px;
  height: 24px;
  text-align: center;
  position: absolute;
  top: 15px;
  left: 0;
  background: #244979;
  border-radius: 12px;
  font-size: 1.4rem; }

/* Shortcodes
--------------------------------------------- */
/* Team Shortcode */
.content-area .team-contact {
  padding: 0;
  margin: 0 0 24px;
  font-size: 2.1rem;
  line-height: 1.2; }

.team-contact li {
  display: inline-block;
  margin: 0 24px 0 0;
  border-right: 1px solid #eeefef;
  padding-right: 24px; }

.team-contact li.social {
  margin: 0 12px 0 0;
  padding: 0;
  border: none;
  font-size: 2.4rem; }

.team-contact li.social span {
  display: inline-block;
  text-indent: -9999px;
  text-align: left;
  width: 0; }

.team-contact li.social a {
  color: #7a7b7c; }

.team-contact li.social a:hover {
  color: #c78935; }

/* Gutenberg 
--------------------------------------------- */
/** Columns **/
.content-area .wp-block-columns {
  flex-wrap: nowrap;
  flex-basis: 100%; }

.content-area .wp-block-columns .wp-block-column {
  margin: 0 24px; }

.content-area .wp-block-columns .wp-block-column:first-child {
  margin-left: 0; }

.content-area .wp-block-columns .wp-block-column:last-child {
  margin-right: 0; }

.content-area .wp-block-columns .wp-block-column ol,
.content-area .wp-block-columns .wp-block-column ul {
  padding: 0; }

/** One Fourth, Three Fourths **/
.content-area .wp-block-columns.has-1-3-columns .wp-block-column {
  flex: 7.5; }

.content-area .wp-block-columns.has-1-3-columns .wp-block-column:first-child {
  flex: 2.5; }

/** Three Fourths, One Fourth **/
.content-area .wp-block-columns.has-3-1-columns .wp-block-column {
  flex: 2.5; }

.content-area .wp-block-columns.has-3-1-columns .wp-block-column:first-child {
  flex: 7.5; }

/** One Third, Two Thirds **/
.content-area .wp-block-columns.has-1-2-columns .wp-block-column {
  flex: 6.7; }

.content-area .wp-block-columns.has-1-2-columns .wp-block-column:first-child {
  flex: 3.3; }

/** Two Thirds, One Third **/
.content-area .wp-block-columns.has-2-1-columns .wp-block-column {
  flex: 3.3; }

.content-area .wp-block-columns.has-2-1-columnse .wp-block-column:first-child {
  flex: 6.7; }

/** Auto - First Column **/
.content-area .wp-block-columns.has-auto-first-columns .wp-block-column {
  flex: 1 1 auto; }

.content-area .wp-block-columns.has-auto-first-columns .wp-block-column:first-child {
  flex: 0 0 auto; }

/** Auto - Last Column **/
.content-area .wp-block-columns.has-auto-last-columns .wp-block-column {
  flex: 0 0 auto; }

.content-area .wp-block-columns.has-auto-last-columns .wp-block-column:first-child {
  flex: 1 1 auto; }

/** Spacer **/
.content-area .wp-block-spacer {
  height: 48px !important;
  clear: both; }

/** Kadence Block Plugin
--------------------------------------------- */
/** Kadence Tabs **/
.wp-block-kadence-tabs {
  clear: both; }

.wp-block-kadence-tabs .kt-tabs-title-list .kt-title-item a,
.wp-block-kadence-tabs .kt-tab-title {
  border-radius: 0 !important;
  border: none !important;
  border-top: 3px solid transparent !important;
  font-weight: 700 !important;
  padding: 12px 60px !important;
  background: #fafafb !important; }

.wp-block-kadence-tabs .kt-tabs-title-list .kt-title-item {
  margin-right: 3px !important; }

.wp-block-kadence-tabs .kt-tabs-title-list .kt-title-item.kt-tab-title-active a,
.wp-block-kadence-tabs .kt-tabs-title-list .kt-title-item a:hover,
.wp-block-kadence-tabs .kt-tab-title-active .kt-tab-title,
.wp-block-kadence-tabs .kt-tab-title:hover {
  border-top-color: #244979 !important;
  background: #fff !important; }

.wp-block-kadence-tabs .kt-tabs-title-list .kt-title-item.kt-tab-title-active a {
  padding-bottom: 15px !important;
  margin-bottom: -3px !important; }

.wp-block-kadence-tabs .kt-tab-title-active .kt-tab-title {
  padding-bottom: 12px !important;
  margin-bottom: 0 !important; }

.kt-tabs-wrap .wp-block-kadence-tab {
  border: none !important;
  margin-top: 3px !important;
  padding: 48px !important; }

.kt-tabs-wrap .wp-block-kadence-tab h2 {
  font-size: 3.6rem;
  font-weight: 700;
  margin-bottom: 6px; }

/** Kadence Accordion **/
.wp-block-kadence-accordion .kt-accordion-pane {
  margin-bottom: 24px !important; }

.wp-block-kadence-accordion .kt-blocks-accordion-header {
  text-transform: uppercase !important;
  color: #fff !important;
  background: #244979 !important;
  padding: 18px 12px 18px 78px !important;
  font-weight: 700;
  font-size: 2.2rem !important; }

.wp-block-kadence-accordion .kt-blocks-accordion-header:hover,
.wp-block-kadence-accordion .kt-blocks-accordion-header.kt-accordion-panel-active {
  background: #c78935 !important; }

.wp-block-kadence-accordion .kt-blocks-accordion-icon-trigger {
  position: absolute !important;
  left: 0 !important;
  height: 100% !important;
  padding: 12px 18px !important;
  background: rgba(255, 255, 255, 0.2) !important; }

.wp-block-kadence-accordion .kt-blocks-accordion-icon-trigger::before,
.wp-block-kadence-accordion .kt-blocks-accordion-icon-trigger::after {
  background: #fff !important;
  top: 41px !important;
  left: 20px !important;
  height: 3px !important; }

.wp-block-kadence-accordion .kt-accordion-panel-inner {
  padding: 0 !important;
  border: none !important;
  margin-top: 24px; }

/* Soliloquy
--------------------------------------------- */
.slideshow-header {
  position: relative;
  border-bottom: 8px solid #000; }

.slideshow-header .soliloquy-container,
.slideshow-header .soliloquy-viewport {
  max-width: 100% !important;
  max-height: none !important;
  height: auto !important; }

.slideshow-header .soliloquy-image {
  width: 100%; }

/* Arrow Navigation */
.slideshow-header .soliloquy-controls-direction a span {
  display: block;
  text-align: left;
  text-indent: -9999px; }

.slideshow-header .soliloquy-controls-direction a {
  background: rgba(0, 0, 0, 0.3);
  width: 60px;
  height: 60px;
  color: #fff;
  text-align: center;
  top: 50%; }

.slideshow-header .soliloquy-controls-direction a:hover {
  background: #c78935;
  opacity: 1.0; }

.slideshow-header .soliloquy-controls-direction a.soliloquy-prev {
  left: 0;
  border-radius: 0 4px 4px 0; }

.slideshow-header .soliloquy-controls-direction a.soliloquy-prev::before,
.slideshow-header .soliloquy-controls-direction a.soliloquy-next::before {
  content: "\f341";
  font-family: "dashicons";
  font-size: 40px;
  font-size: 2em;
  position: relative;
  top: 12px;
  left: -2px; }

.slideshow-header .soliloquy-controls-direction a.soliloquy-next {
  right: 0;
  border-radius: 4px 0 0 4px; }

.slideshow-header .soliloquy-controls-direction a.soliloquy-next::before {
  content: "\f345";
  left: 2px; }

/* Bullet Navigation */
.slideshow-header .soliloquy-controls.soliloquy-has-pager {
  position: absolute;
  width: 100%;
  bottom: 24px; }

.slideshow-header .soliloquy-controls.soliloquy-has-pager .soliloquy-pager {
  text-align: left;
  padding: 0 48px;
  max-width: 1496px;
  position: static; }

.slideshow-header .soliloquy-pager .soliloquy-pager-link {
  background: none;
  border: 2px solid #fff;
  border-radius: 10px;
  opacity: 0.7;
  width: 20px;
  height: 20px; }

.slideshow-header .soliloquy-pager .soliloquy-pager-link:hover,
.slideshow-header .soliloquy-pager .soliloquy-pager-link.active {
  background: #fff; }

/* Slideshow Caption */
.slideshow-header .widget {
  max-width: 1400px;
  margin: 0 auto;
  position: relative; }

.slideshow-header .widget .inner {
  position: absolute;
  bottom: 72px;
  right: 0;
  background: rgba(36, 73, 121, 0.9);
  color: #fff;
  padding: 24px 36px;
  padding-right: 190px;
  line-height: 1; }

.slideshow-header .widget h2 {
  text-transform: uppercase;
  font-size: 6rem;
  margin: 0;
  line-height: 0.8;
  letter-spacing: 3px; }

.slideshow-header .widget p {
  margin: 0;
  font-size: 2.1rem; }

.slideshow-header .wp-block-button {
  margin: 0;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  background: url("images/slideshow-button.png") no-repeat left top;
  background-size: auto 100%;
  width: 156px; }

.slideshow-header .wp-block-button a {
  border-radius: 0;
  font-family: "Teko", sans-serif;
  line-height: 1;
  font-size: 3.8rem;
  font-weight: 400;
  background: none;
  padding: 0 24px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4); }

.slideshow-header .wp-block-button a:hover {
  background: none;
  color: #244979;
  text-shadow: none; }

/* Footer
--------------------------------------------- */
/* Footer Widgets */
.footer-widgets {
  background: #f2f2f2;
  text-align: center;
  border-top: 1px solid #ddd;
  border-bottom: 3px solid #000; }

.footer-widgets .wrap {
  padding-top: 72px;
  overflow: hidden; }

.footer-widgets .widget-area {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.footer-widgets .widget {
  flex: 1;
  margin: 0 24px; }

.footer-widgets .widget:first-child {
  margin-left: 0; }

.footer-widgets .widget:last-child {
  margin-right: 0; }

.footer-widgets .widget p {
  margin-bottom: 12px; }

.footer-widgets nav {
  width: 100%; }

.footer-widgets .menu {
  display: flex;
  text-transform: uppercase;
  text-align: center;
  font-size: 2.2rem; }

.footer-widgets .menu .menu-item {
  flex: 1;
  margin: 0 12px 12px; }

.footer-widgets .menu .menu-item:first-child {
  margin-left: 0; }

.footer-widgets .menu .menu-item:last-child {
  margin-right: 0; }

.footer-widgets .menu .menu-item a {
  color: #7a7b7c; }

.footer-widgets .menu .menu-item a:hover,
.footer-widgets .menu .menu-item a:hover::before {
  color: #c78935; }

.footer-widgets .menu .menu-item a::before {
  font-weight: 700;
  font-size: 3.6rem;
  font-family: "Font Awesome 5 Pro";
  color: #7a7b7c;
  margin-right: 12px;
  opacity: 0.8; }

.footer-widgets .menu .map a::before {
  content: "\f3c5"; }

.footer-widgets .menu .phone a::before {
  content: "\f095";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg); }

.footer-widgets .menu .contact a::before {
  content: "\f658"; }

.footer-widgets .wp-block-image {
  margin: 0 auto; }

.footer-widgets .wp-block-image img {
  display: block; }

/* Site Footer */
.site-footer {
  background-color: #fff;
  font-size: 1.6rem;
  color: #7a7b7c;
  text-align: center; }

.site-footer .wrap {
  padding-top: 48px;
  padding-bottom: 48px; }

.site-footer a {
  color: #7a7b7c; }

.site-footer a:hover {
  color: #7a7b7c; }

.creds img {
  opacity: 0.2;
  position: relative;
  top: 4px; }

.creds a:hover img {
  opacity: 0.3; }

.gototop {
  position: fixed;
  z-index: 99;
  right: 48px;
  bottom: 0;
  opacity: 0;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -ms-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s; }

.scroll .gototop {
  opacity: 1; }

.gototop a {
  display: block;
  background: #c78935;
  width: 52px;
  height: 50px;
  text-align: center;
  color: #fff;
  border-radius: 3px 3px 0 0; }

.gototop a span {
  text-indent: -9999px;
  display: inline-block; }

.gototop a:hover {
  background: #244979;
  color: #fff; }

.gototop a:before {
  content: "\f343";
  font-family: "dashicons";
  font-size: 2.8rem;
  position: relative;
  top: 0; }

/* Media Queries - 1499 and narrower - Laptops, Portrait Tablets
--------------------------------------------- */
@media only screen and (max-width: 1499px) {
  /** Structure **/
  .wrap,
  .site-inner,
  .slideshow-header .widget {
    max-width: 100%; }

  /** Header **/
  .header-image .site-title > a {
    width: 260px;
    height: 82px; }

  .image-header,
  .slideshow-header {
    margin-top: 172px; }

  .nav-primary .menu .sub-menu {
    padding-top: 36px; }

  /** Site Nav **/
  .nav-primary .menu a,
  .nav-primary .menu a:focus {
    padding: 10px 18px;
    margin: 0 0 0 6px;
 	font-size: 1.7rem;
  }
	
 .nav-primary .menu li.careers a {
 	padding: 9px 18px 6px;
 	font-size: 2.2rem
 }

  /** Content  */
  .page .site-main .entry-header,
  .single .site-main .entry-header,
  .error404 .site-main .entry-header,
  .archive-description {
    padding: 24px 48px; }

  .single .site-main .entry-header,
  .home .site-main .entry-header {
    padding: 0; }

  .slideshow-header .widget .inner {
    bottom: 24px; } }
/* Media Queries - 1024 and wider - Display Menu
--------------------------------------------- */
@media only screen and (min-width: 1024px) {
  .main-menu {
    display: block !important; } }
/* Media Queries - 1023 and narrower - Portrait Tablets
--------------------------------------------- */
@media only screen and (max-width: 1023px) {
  /** Header **/
  .header {
    position: relative;
    border: none; }

  .scroll .header {
    top: auto; }

  .site-header .wrap {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0; }

  .title-area {
    float: none;
    max-width: 318px;
    margin: 0 auto 18px;
    padding: 0 18px;
    overflow: hidden; }

  .header-image .site-title > a {
    width: 354px;
    height: 101px;
    max-width: 100%;
    background-size: 100% auto; }

  .site-inner,
  .slideshow-header,
  .image-header {
    margin-top: 0; }

  /** Site Nav **/
  .site-header .main-menu {
    position: inherit;
    width: 100%;
    right: auto;
    display: none;
    clear: both;
    margin-bottom: -24px;
    background: #fff; }

  .nav-primary .wrap {
    padding: 0; }

  .site-header .nav-primary .wrap {
    position: inherit;
    transform: none;
    clear: both; }

  .main-menu .menu .menu-item,
  .main-menu .nav-top .menu-item {
    display: block;
    float: none;
    overflow: hidden;
    margin: 0;
    padding: 0; }

  .main-menu .menu .menu-item,
  .main-menu .menu .menu-item a {
    width: auto;
    position: relative;
    display: block;
    text-align: left;
    border-radius: 0; }

  .main-menu .menu .menu-item a,
  .main-menu .nav-top .menu-item a, 
  .nav-primary .menu li.careers a {
    margin: 0;
    border: none;
    border-bottom: 1px solid #ddd;
    padding: 18px;
    width: 100%;
    text-align: left;
    display: block;
    font-size: 1.8rem;
    text-transform: uppercase;
    font-weight: 700; }
	
 .nav-primary .menu li.careers a {
 	font-size: 2.3rem;
 }

  .main-menu .menu .menu-item:hover {
    position: relative; }

  .main-menu .menu .sub-menu {
    width: 100%;
    clear: both;
    display: none;
    position: relative;
    left: auto;
    opacity: 1;
    width: auto;
    padding: 0;
    margin: 0; }

  .main-menu .menu .sub-menu .menu-item:first-child a {
    border-top: none; }

  .main-menu .menu .sub-menu a {
    padding-left: 36px;
    text-transform: none; }

  .main-menu .nav-social {
    text-align: left; }

  .main-menu .nav-social li {
    padding: 18px 0; }

  .main-menu .nav-social li:first-child {
    margin-left: 18px; }

  /** Mobile Buttons **/
  button.menu-toggle,
  button.sub-menu-toggle {
    display: block;
    visibility: visible;
    text-align: center; }

  button.menu-toggle {
    cursor: pointer;
    color: #fff;
    padding: 0 48px;
    background: #c78935;
    width: 100%;
    border-radius: 0; }

  button.menu-toggle::after {
    font-family: "dashicons";
    content: "\f333";
    position: relative;
    top: 5px;
    margin-left: 6px; }

  button.menu-toggle.activated::after {
    content: "\f158"; }

  button.sub-menu-toggle {
    position: absolute;
    height: 100%;
    right: 0;
    top: 0;
    background: none;
    color: #c78935;
    border-radius: 0;
    font-size: 3.4rem;
    border-left: 1px solid #ddd;
    padding: 28px; }

  button.sub-menu-toggle span {
    text-indent: -9999px;
    display: inline-block; }

  button.sub-menu-toggle:before {
    content: "\f347";
    font-family: "dashicons";
    position: absolute;
    font-size: 2rem;
    transform: rotate(0deg);
    -webkit-transition: transform 0.25s ease-in-out 0s;
    -moz-transition: transform 0.25s ease-in-out 0s;
    -ms-transition: transform 0.25s ease-in-out 0s;
    -o-transition: transform 0.25s ease-in-out 0s;
    transition: transform 0.25s ease-in-out 0s;
    display: block;
    top: 18px;
    right: 18px; }

  button.sub-menu-toggle.activated:before {
    transform: rotate(180deg); }

  /** Mobile Search **/
  .main-menu .nav-social li.search {
    padding: 0;
    margin: 0;
    display: block; }

  .main-menu .search-form-input {
    font-size: 1.9rem;
    border-color: #ddd;
    border-width: 1px 0;
    padding: 18px 18px 18px 52px;
    -webkit-appearance: none;
    border-radius: 0; }

  .main-menu .search-form {
    position: relative; }

  .main-menu .search-form::before {
    content: "\f002";
    font-family: "Font Awesome 5 Pro";
    font-weight: 700;
    color: #7a7b7c;
    opacity: 0.6;
    position: absolute;
    font-size: 2.2rem;
    top: 18px;
    left: 18px; }

  .main-menu .search-form-submit {
    background: none;
    padding: 0;
    text-align: left;
    text-indent: -9999px;
    display: inline-block;
    height: 0;
    width: 0; }

  /** Content  */
  .slideshow-header .widget .inner {
    position: inherit;
    width: 100%;
    bottom: auto; }

  .entry-content figure.alignleft,
  .entry-content figure.alignright,
  .alignleft,
  .alignright {
    max-width: 520px; }

  .team-member h3 em {
    display: block;
    padding: 0;
    margin: 12px 0 0;
    border: none; }

  /** Custom Blocks  */
  .wp-block-columns.has-3-columns,
  .wp-block-columns.has-4-columns {
    display: block; }

  .wp-block-columns.has-3-columns .wp-block-column:first-child,
  .wp-block-columns.has-3-columns .wp-block-column,
  .wp-block-columns.has-3-columns .wp-block-column:last-child,
  .wp-block-columns.has-4-columns .wp-block-column:first-child,
  .wp-block-columns.has-4-columns .wp-block-column,
  .wp-block-columns.has-4-columns .wp-block-column:last-child {
    margin: 0 auto 48px; }

  .panel .wp-block-columns.has-3-columns .wp-block-column:last-child,
  .panel .wp-block-columns.has-4-columns .wp-block-column:last-child {
    margin-bottom: 0; }

  .featured-block.wp-block-columns,
  .news-block.wp-block-columns,
  .link-grid.wp-block-columns.has-3-columns,
  .link-grid.wp-block-columns.has-4-columns {
    max-width: 440px;
    margin: 0 auto;
    display: block; }

  .highlight-block h2,
  .highlight-block p,
  .highlight-block .button {
    display: block;
    margin: 0 auto 24px; }

  .highlight-block .button {
    max-width: 300px; }

  .content-area .wp-block-kadence-tabs .kt-tab-title {
    padding: 12px 24px !important;
    margin-bottom: 3px !important; }

  .content-area .kt-tabs-wrap .wp-block-kadence-tab {
    margin-bottom: 3px !important;
    padding: 24px !important; }

  /** Footer */
  .footer-widgets .wrap {
    padding: 48px; }

  .footer-widgets .widget-area {
    display: block; }

  .footer-widgets .widget-area .widget,
  .footer-widgets .widget-area .widget:first-child {
    margin: 0 auto 24px; }

  .footer-widgets .widget-area .widget:last-child {
    margin: 0 auto; }

  .footer-widgets .wp-block-image {
    margin-bottom: 24px; }

  .footer-widgets .menu {
    font-size: 1.8rem; }

  .footer-widgets .menu .menu-item a::before {
    font-size: 3rem; } }
/* Media Queries - 767 and narrower - Mobile Phones
--------------------------------------------- */
@media only screen and (max-width: 767px) {
  /** Structure **/
  .site-inner,
  .home .site-inner {
    margin: 0 24px; }

  .home .site-inner {
    margin: 48px 24px 0; }

  .wrap,
  .site-inner {
    padding: 0; }

  .content-area .panel-title {
    margin-bottom: 24px; }

  .panel .wp-block-columns.has-3-columns .wp-block-column:first-child,
  .panel .wp-block-columns.has-3-columns .wp-block-column
  .panel .wp-block-columns.has-4-columns .wp-block-column:first-child,
  .panel .wp-block-columns.has-4-columns .wp-block-column
  .panel .wp-block-columns.has-5-columns .wp-block-column:first-child,
  .panel .wp-block-columns.has-5-columns .wp-block-column {
    margin-bottom: 48px; }

  .panel .wp-block-columns.has-3-columns .wp-block-column:last-child,
  .panel .wp-block-columns.has-4-columns .wp-block-column:last-child,
  .panel .wp-block-columns.has-5-columns .wp-block-column:last-child {
    margin-bottom: 0; }

  .intro {
    margin-bottom: 48px; }

  .page .site-main .entry-header,
  .error404 .site-main .entry-header,
  .archive-description {
    padding: 24px; }

  .single .site-main .entry-header,
  .home .site-main .entry-header {
    padding: 0; }

  .entry-content figure.alignleft,
  .entry-content figure.alignright,
  .alignleft,
  .alignright,
  .entry-image-link {
    margin: 0 auto 24px;
    float: none;
    max-width: 100%; }

  .content-area .wp-block-spacer {
    height: 24px !important; }

  /** Header **/
  .before-header {
    display: none; }

  .menu li.mobile,
  .main-menu .nav-top,
  .main-menu .nav-social {
    display: block;
    visibility: visible; }

  /** Soliloquy **/
  .slideshow-header {
    border: none;
    background: #244979; }

  .slideshow-header .widget .inner {
    padding: 24px; }

  .slideshow-header .wp-block-button {
    position: inherit;
    margin-top: 24px;
    right: auto;
    top: auto;
    height: auto;
    width: 100%;
    background: none; }

  .slideshow-header .wp-block-button a {
    position: inherit;
    top: auto;
    right: auto;
    transform: none;
    background: url("images/slideshow-button.png") no-repeat center top;
    background-size: auto 100%;
    padding: 12px;
    display: block; }

  .slideshow-header .wp-block-button a:hover {
    background: url("images/slideshow-button.png") no-repeat center top;
    background-size: auto 100%; }

  /** Team **/
  .team-member figure {
    width: auto;
    margin-bottom: 24px; }

  .team-contact {
    font-size: 1.9rem; }

  .team-contact li {
    display: block;
    margin-bottom: 12px; }

  .team-contact li.social {
    font-size: 2.1rem;
    margin: 0 12px 0 0;
    display: inline-block; }

  /** Custom Blocks **/
  .panel .wrap {
    padding: 48px 24px; }

  .testimonial-block hr {
    margin-top: 24px; }

  .newsletter .wrap {
    padding-bottom: 60px; }

  #map iframe {
    margin-top: 24px;
    margin-bottom: 0; }

  .news-intro {
    margin-bottom: 0; }

  .newsletter .gform_wrapper form.gf_simple_horizontal div.gform_body,
  .newsletter .gform_wrapper form.gf_simple_horizontal div.gform_footer.top_label {
    display: block;
    max-width: 100%;
    text-align: center;
    margin-top: 24px; }

  .newsletter .gform_wrapper .gform_footer {
    padding: 0;
    margin: 0; }

  .button-row .button {
    display: block;
    margin: 24px auto 0;
    text-align: center;
    padding: 12px; }

  .link-grid.wp-block-columns.has-2-columns {
    max-width: 440px;
    margin: 0 auto;
    display: block; }

  .link-grid.wp-block-columns.has-2-columns .wp-block-column:first-child,
  .link-grid.wp-block-columns.has-2-columns .wp-block-column {
    margin: 0 auto 48px; }

  /** Gutenberg **/
  .entry-content .wp-block-columns {
    display: block; }

  .wp-block-columns .wp-block-column,
  .wp-block-columns .wp-block-column:first-child,
  .wp-block-columns .wp-block-column:last-child {
    margin: 0 auto; }

  /** Footer */
  .footer-widgets .wrap,
  .site-footer .wrap {
    padding: 48px 24px; }

  .footer-widgets .menu {
    display: block;
    font-size: 22px;
    font-size: 1.1em; }

  .footer-widgets .menu .menu-item {
    margin: 0 auto; }

  .gototop {
    right: 24px; } }
/* Media Queries - 299 and narrower
--------------------------------------------- */
@media only screen and (max-width: 299px) {
  button.menu-toggle {
    float: none;
    width: 100%;
    line-height: 1; }

  .title-area {
    float: none;
    margin: 0 auto;
    width: 100%; }

  .header-image .site-title > a {
    float: none;
    margin: 0 auto;
    display: block; } }
/* # Print Styles
---------------------------------------------------------------------------------------------------- */
@media print {
  *,
  *::before,
  *::after {
    background: transparent !important;
    box-shadow: none !important;
    color: #000 !important;
    text-shadow: none !important; }

  a,
  a:visited {
    text-decoration: underline; }

  a[href]::after {
    content: " (" attr(href) ")"; }

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

  a[href^="javascript:"]::after,
  a[href^="#"]::after,
  .site-title > a::after {
    content: ""; }

  thead {
    display: table-header-group; }

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

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

  @page {
    margin: 2cm 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  blockquote,
  pre {
    border: 1px solid #999;
    page-break-inside: avoid; }

  .content,
  .content-sidebar {
    width: 100%; }

  button,
  input,
  select,
  textarea,
  .breadcrumb,
  .comment-edit-link,
  .comment-form,
  .comment-list .reply a,
  .comment-reply-title,
  .edit-link,
  .entry-comments-link,
  .entry-footer,
  .genesis-box,
  .header-widget-area,
  .hidden-print,
  .home-top,
  .nav-primary,
  .nav-secondary,
  .post-edit-link,
  .sidebar {
    display: none !important; }

  .title-area {
    text-align: center;
    width: 100%; }

  .site-title > a {
    margin: 0;
    text-decoration: none;
    text-indent: 0; }

  .site-inner {
    padding-top: 0;
    position: relative;
    top: -100px; }

  .author-box {
    margin-bottom: 0; }

  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    orphans: 3;
    page-break-after: avoid;
    page-break-inside: avoid;
    widows: 3; }

  img {
    page-break-after: avoid;
    page-break-inside: avoid; }

  blockquote,
  pre,
  table {
    page-break-inside: avoid; }

  dl,
  ol,
  ul {
    page-break-before: avoid; } }
/* Custom CSS for Clients
--------------------------------------------- */
