<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: TDG
Theme URI: https://tdg:8890
Author: Eve Jackson
Author URI: http://redfeatherdesign.com
Description: Custom theme for Team Drilling
Requires at least: WordPress 4.9.6
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, custom-menu, featured-images
Text Domain: abd
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. Testing a change
*/
/** CSS RESET **/
body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

/**** BUTTONS ****/
.wp-block-buttons.alignfull {
  margin: 0 auto;
  width: 100%;
  max-width: 100%;
}

.wp-block-buttons {
  margin: 16px 0;
}

.wp-block-buttons .wp-block-button {
  border-radius: 4px;
  font-size: 0.9em;
}

.wp-block-button .wp-block-button__link {
  background: #d54135 !important;
  color: #fff;
}

.wp-block-button .wp-block-button__link:hover {
  background: #b23025 !important;
  color: #fff;
  transition: all 1s;
}

.wp-block-buttons .wp-block-button.wp-block-button__width-100,
.wp-block-button.wp-block-button__width-100 .wp-block-button__link {
  margin: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
}

/**** COVER ****/
.wp-block-cover {
  padding: 0 32px !important;
}

.wp-block-cover .wp-block-cover__image-background {
  padding: 0 !important;
}

.wp-block-cover .wp-block-cover__inner-container {
  background: rgba(225, 224, 220, 0.6);
  padding: 0 32px !important;
  margin-top: 0;
  width: calc(100% - 64px);
  max-width: 1302px;
  grid-column: 1fr;
  grid-row: 1fr;
  color: #1e1e1e !important;
}

.wp-block-image {
  margin: 32px 0;
}

/* WordPress - NOTE: some of this has to go into an earlier stylesheet as a reset */
.wp-block-details {
  background: #e6e6e5;
  border: 1px solid #cecccb;
  margin: 4px 0;
  padding: 0 16px;
  transition: all 1s ease-in-out;
  transition: height 1s ease;
}

.wp-block-group .wp-block-details {
  border: 3px solid purple;
  margin: 4px 0;
}

.wp-block-details &gt; :where(:not(summary)) {
  margin-left: 2rem;
  margin-right: 2rem;
}

.wp-block-details[open] {
  transition: all 1s ease-in-out;
  background: #fff;
  padding-bottom: 16px;
}

.wp-block-details summary {
  padding: 32px 16px;
  margin: 0 -16px;
  transition: all 1s ease-in-out;
  box-sizing: border-box;
  font-size: 1.2em;
}

/* Change the background of the `summary` element based on state. */
.wp-block-details[open] summary,
.wp-block-details summary:hover,
.wp-block-details summary:focus {
  background: #fff;
}

.wp-block-details summary::marker {
  color: #d54135;
  content: "+ ";
  transition: all 1s ease-in-out;
  float: right;
  text-align: right;
}

.wp-block-details[open] summary::marker {
  content: "";
}

.wp-block-details summary::marker {
  content: none;
}

.wp-block-details summary::after {
  content: " +";
  float: right;
  text-align: right;
  transition: all 1s;
}

.wp-block-details[open] summary::after {
  content: " -";
}

.wp-block-group {
  margin: 32px 0;
  padding: 32px 0;
}

.wp-block-group.has-background {
  padding: 32px;
}

.wp-block-group .wp-block-image {
  padding: 0;
  margin: 0;
}

.wp-block-columns {
  margin: 32px 0;
}

.wp-block-column {
  padding: 0;
}

.wp-block-columns .wp-block-column .wp-block-image {
  padding: 0;
  margin: 0;
}

.wp-block-columns.has-background {
  padding: 32px;
}

.wp-block-columns .wp-block-column.has-background {
  padding: 0 32px;
}

.wp-block-columns .wp-block-column img {
  width: 100% !important;
  height: auto;
}

.wp-block-media-text {
  padding: 0;
  margin-bottom: 32px;
}

.wp-block-media-text__content {
  padding-top: 32px !important;
  padding-bottom: 32px !important;
}

.wp-block-media-text__media {
  height: 100%;
}

.wp-block-media-text__media img {
  object-fit: cover !important;
  height: 100% !important;
  max-width: 100%;
  max-height: 100%;
  width: 100% !important;
}

.wp-block-table {
  margin: 32px 0;
  border: 1px solid #b5b2b1;
}

.wp-block-table .wp-element-caption {
  text-align: left;
}

.wp-block-table thead {
  background: #e6e6e5;
  background: #7a7674;
  color: #fff;
  text-align: left;
  font-weight: bold;
  border: none !important;
  padding: 16px 12px !important;
}

.wp-block-table table tbody {
  border: 1px solid #cecccb !important;
}

.wp-block-table table tbody tr td {
  border: 1px solid #cecccb !important;
  border: 4px solid lightblue;
  padding: 12px 8px;
  border: none !important;
  border-right: 1px solid #9c9896 !important;
}

.wp-block-table table thead tr td {
  padding: 32px 12px !important;
}

.wp-block-table tfoot {
  background: #7a7674;
  color: #fff;
  text-align: left;
  font-weight: bold;
  border: none !important;
}

.wp-block-quote {
  margin: 32px 0;
  padding: 32px 0;
}

.wp-block-quote.has-background {
  padding: 32px;
}

.wp-block-pullquote {
  padding: 100px 32px;
}

.wp-block-pullquote.has-background {
  padding: 80px 32px;
}

.wp-block-pullquote cite {
  font-size: 0.8em;
  font-style: italic;
}

.wp-block-gallery {
  margin: 0;
}

/* Transitions */
body {
  background: #1e1e1e;
}

#wrap {
  background: #fff;
}

/* Widths */
.alignfull {
  margin: 0 calc(50% - 50vw);
  max-width: 100vw;
  width: 100vw;
}

.alignwide {
  margin: 0 calc(50% - 683px);
  max-width: 1302px;
  width: 100vw;
  padding: 16px 32px !important;
}

.alignnormal {
  margin: 0 calc(25% - 25vw);
  max-width: 1366px;
  width: 1366px;
}

/*.alignnarrow {
 // max-width:683px;
  padding: 32px;
//  width:100%;
  width:calc(100% - 32px);
  max-width:calc(683px - 64px);
  margin:0 auto;
}*/
/* Alignments */
.aligncenter {
  text-align: center;
}

.alignleft {
  text-align: left;
}

.alignright {
  text-align: right;
}

figure.alignleft {
  display: block;
}

figure.alignleft {
  float: left;
}

figure.alignright {
  float: right;
}

/* Image */
img {
  max-width: 100%;
  max-height: 100%;
  height: auto;
}

/* Backgrounds */
.has-white-background-color {
  background: #fff;
}

.has-black-background-color {
  background: #1e1e1e;
  color: #fff;
}

.has-base-lighter-background-color {
  background: #e6e6e5;
  color: #1e1e1e;
}

.has-base-light-background-color {
  background: #cecccb;
}

.has-base-background-color {
  background: #b5b2b1;
}

.has-base-dark-background-color {
  background: #9c9896;
}

.has-base-darker-background-color {
  background: #7a7674;
}

.has-accent-one-background-color {
  background: #662402;
  color: #fff;
}

.has-accent-two-background-color {
  background: #d54135;
  color: #fff;
}

.has-white-border-color {
  border: 1px solid #fff;
}

.has-black-border-color {
  border: 1px solid #1e1e1e;
}

.has-base-border-color {
  border: 1px solid #b5b2b1;
}

.has-base-lighter-border-color {
  border: 1px solid #e6e6e5;
}

.has-base-light-border-color {
  border: 1px solid #cecccb;
}

.has-base-dark-border-color {
  border: 1px solid #9c9896;
}

.has-base-darker-border-color {
  border: 1px solid #7a7674;
}

.has-accent-one-border-color {
  border: 1px solid #662402;
}

.has-accent-two-border-color {
  border: 1px solid #d54135;
}

/*
.has-blue-background-color {
  background:#4d85c5;
}
.has-light-blue-background-color {
background: #83a4c9;
}
.has-dark-grey-background-color {
  background:#333232
}
.has-mid-grey-background-color{
  background:#dedede;
}
.has-grey-background-color{
  background:#424242;
}
.has-light-grey-background-color {
  background:#ededed;
}
*/
/* Borders */
.has-white-border-color {
  border: 1px solid #fff;
}

.has-black-border-color {
  border: 1px solid #1e1e1e;
}

.has-blue-border-color {
  border: 1px solid #4d85c5;
}

.has-light-blue-border-color {
  border: 2px solid #83a4c9;
}

.has-dark-grey-border-color {
  border: 2px solid #333232;
}

.has-grey-border-color {
  border: 2px solid #424242;
}

.has-mid-grey-border-color {
  border: 2px solid #dedede;
}

.has-light-grey-border-color {
  border: 2px solid #ededed;
}

/* Header */
.wrapper {
  width: 100%;
  height: 100%;
}

#header-wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 5;
  background: #fff;
}

#header {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  height: 80px;
  padding: 16px 0;
}

#menu-wrap {
  height: 80px;
  flex: 0 0 75%;
}

#logo,
.logo-wrap {
  flex: 0 0 25%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
}

#logo img {
  max-height: 80px;
  width: auto;
}

/* Banner */
#banner {
  position: relative;
  width: 100%;
  height: 400px;
  background: #fff;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
}

#banner .banner__inner {
  align-self: center;
  align-self: end;
  justify-self: center;
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 1;
  grid-row-end: 2;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: auto;
  max-width: 1600px;
  padding-top: 100px;
  max-height: 100%;
  height: 100%;
  height: calc(100% - 132px);
  max-height: calc(100% - 132px);
  padding: 100px 32px 32px;
  gap: 32px;
  grid-template-rows: 112px repeat(2, auto) 64px;
  padding: 0 32px;
  height: calc(100% - 176px);
  max-height: calc(100% - 176px);
}

#banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  align-self: start;
}

body.home #banner {
  height: 100vh;
  margin-top: 0;
  width: 100%;
  overflow: hidden;
}

#banner .banner-img {
  position: relative;
  grid-column-start: 1;
  grid-column-end: 13;
  grid-row-start: 1;
  grid-row-end: 13;
  overflow: hidden;
  z-index: 1;
  align-self: start;
  height: 100%;
}

#banner .banner-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

#banner .banner-tagline {
  grid-column-start: 1;
  grid-column-end: 7;
  grid-row-start: 6;
  grid-row-end: 8;
  grid-row-start: 2;
  grid-row-end: 4;
  z-index: 2;
  margin-right: 32px;
  align-self: center;
}

.slide-in-top {
  -webkit-animation: slide-in-top 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: slide-in-top 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

@-webkit-keyframes slide-in-top {
  0% {
    -webkit-transform: translateY(-1000px);
    transform: translateY(-1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slide-in-top {
  0% {
    -webkit-transform: translateY(-1000px);
    transform: translateY(-1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes slide-in-left {
  0% {
    -webkit-transform: translateX(-1000px);
    transform: translateX(-1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slide-in-left {
  0% {
    -webkit-transform: translateX(-1000px);
    transform: translateX(-1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
.slide-in-left {
  -webkit-animation: slide-in-left 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: slide-in-left 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

#banner .banner-box {
  position: relative;
  border: 1px solid #fff;
  aspect-ratio: 1/1;
}

/* #banner .banner-box img{
position:relative;
   }*/
#banner .banner-box .overlay {
  position: absolute;
  bottom: 0;
  background: rgba(29, 29, 29, 0.7);
  padding: 16px;
  width: calc(100% - 32px);
}

@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#banner .banner-box-one {
  grid-column-start: 7;
  grid-column-end: 10;
  grid-row-start: 3;
  grid-row-end: 7;
  grid-row-start: 2;
  grid-row-end: 3;
  padding: 0;
  overflow: hidden;
  color: #fff;
  z-index: 2;
  align-self: end;
  -webkit-animation: 6s ease 0s normal forwards 1 fadein;
  animation: 6s ease 0s normal forwards 1 fadein;
}

#banner .banner-box-two {
  grid-column-start: 10;
  grid-column-end: 13;
  grid-row-start: 3;
  grid-row-end: 7;
  grid-row-start: 2;
  grid-row-end: 3;
  padding: 0;
  overflow: hidden;
  color: #fff;
  z-index: 2;
  align-self: end;
  -webkit-animation: 4s ease 0s normal forwards 1 fadein;
  animation: 4s ease 0s normal forwards 1 fadein;
}

#banner .banner-box-three {
  grid-column-start: 7;
  grid-column-end: 10;
  grid-row-start: 7;
  grid-row-end: 11;
  grid-row-start: 3;
  grid-row-end: 4;
  padding: 0;
  overflow: hidden;
  color: #fff;
  z-index: 2;
  align-self: start;
  -webkit-animation: 8s ease 0s normal forwards 1 fadein;
  animation: 8s ease 0s normal forwards 1 fadein;
}

#banner .banner-box-four {
  grid-column-start: 10;
  grid-column-end: 13;
  grid-row-start: 7;
  grid-row-end: 11;
  grid-row-start: 3;
  grid-row-end: 4;
  padding: 0;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  color: #fff;
  z-index: 2;
  align-self: start;
  display: grid;
  -webkit-animation: 10s ease 0s normal forwards 1 fadein;
  animation: 10s ease 0s normal forwards 1 fadein;
  position: relative;
}

#banner .banner-box-four__inner {
  padding: 32px;
  align-self: end;
  z-index: 2;
  grid-row-start: 1;
  grid-row-end: 2;
  grid-column-start: 1;
  grid-column-end: 2;
}

#banner .banner-box-four__inner h3 {
  color: #fff;
  padding-bottom: 16px;
  border-bottom: 1px solid #fff;
  margin-bottom: 32px;
}

body.home #banner img {
  width: 100%;
  height: auto;
  height: 100%;
  object-fit: cover;
}

.red-corner-triangle {
  height: 100% !important;
  align-self: end;
  grid-row-start: 1;
  grid-row-end: 2;
  grid-column-start: 1;
  grid-column-end: 2;
  z-index: 1;
  background: #d54135;
  clip-path: polygon(100% 75%, 75% 100%, 100% 100%);
}

/* Content */
.container {
  width: 100%;
  max-width: 1366px;
  margin: 0 auto;
}

.content {
  padding: 0 32px;
  width: calc(100% - 64px);
  max-width: 776px;
  width: 100%;
  max-width: 840px;
  margin: 0 auto;
}

.content img {
  display: block;
}

/* Widgets */
.widget-area {
  padding: 0;
}

/* Footer */
.footer-wrap {
  background: #1e1e1e;
  color: #fff;
  width: 100%;
  margin: 0 auto;
}

.footer {
  max-width: 1216px;
  width: calc(100% - 64px);
  margin: 0 auto;
  padding: 32px;
}

.footer-widget {
  padding: 0;
}

.copyright {
  width: calc(100% - 64px);
  max-width: 1366px;
  margin: 0 auto;
  padding: 32px;
  color: #fff;
}

body {
  font-family: Helvetica, Arial, sans-serif;
  color: #1e1e1e;
  font-size: 1em;
  font-weight: 200;
  line-height: 1.4em;
}

strong {
  font-weight: bold;
  font-weight: 500;
}

em {
  font-style: italic;
}

h1 {
  color: #662402;
  font-size: 2.8em;
  line-height: 2em;
  line-height: 1.2em;
  font-weight: 100;
  position: relative;
  font-family: "Georgia", serif;
}

h2 {
  color: #1e1e1e;
  font-size: 2em;
  line-height: 1.6em;
  padding: 16px 32px;
  font-weight: 100;
  position: relative;
  text-transform: uppercase;
}

h3 {
  color: #1e1e1e;
  font-size: 1.6em;
  line-height: 1.2em;
  font-weight: 100;
  padding: 16px 0;
}

h4 {
  color: #1e1e1e;
  font-size: 1.3em;
  line-height: 1.2em;
  font-weight: 200;
}

h5 {
  color: #1e1e1e;
  font-size: 1em;
  line-height: 1.2em;
  font-weight: 200;
}

h6 {
  color: #1e1e1e;
  font-size: 1em;
  line-height: 1.2em;
  font-weight: 200;
}

.footer h1, .footer h2, .footer h3, .footer h4, .footer h5, .footer h6, .footer li, .footer a {
  color: #fff;
}

.wp-block-heading {
  padding: 16px 0;
}

.wp-block-heading.has-background {
  padding: 16px 32px;
}

.wp-block-heading.alignwide {
  padding: 16px 32px;
}

.wp-block-heading.alignwide.has-background {
  margin: 0 calc(50% - 640px + 32px);
  max-width: 1152px;
  padding: 16px 32px;
  border: 2px solid yellow;
}

.wp-block-heading.alignfull {
  margin: 0 calc(50% - 50vw);
  max-width: 100vw;
  width: 100vw;
  padding: 16px 32px;
  max-width: calc(100vw - 64px);
}

.wp-block-heading.has-black-background-color {
  color: #cecccb;
}

.wp-block-heading.has-base-dark-color {
  color: #9c9896;
}

.wp-block-heading.has-base-color {
  color: #b5b2b1;
}

.wp-block-heading.has-base-light-color {
  color: #cecccb;
}

.has-text-align-center {
  text-align: center;
}

p {
  line-height: 1.6em;
  padding-bottom: 15px;
}

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

a:hover {
  color: #1e1e1e;
}

#banner p.tagline {
  font-size: 2.8em;
  line-height: 1.2em;
  color: #fff;
}

#banner p.subtag {
  font-size: 1.2em;
  line-height: 1.6em;
  color: #fff;
}

#logo p {
  font-size: 1em;
  color: #1e1e1e;
  padding: 24px 0;
}

#logo span.sitename {
  font-size: 1.6em;
  color: #c13a2b;
}

.content ul {
  padding: 0 0 16px 16px;
  font-size: 1em;
}

.content ul li {
  color: #1e1e1e;
  list-style-type: disc;
  padding: 3px 0;
}

.content ol {
  padding: 0 32px 16px;
  font-size: 1em;
  margin-left: 8px;
}

.content ol li {
  color: #1e1e1e;
  list-style-type: decimal;
  padding: 4px 0;
}

.footer p {
  color: #fff;
}

.footer h3 {
  color: #fff;
}

figcaption {
  text-align: center;
}

.prev-next-links {
  padding: 10px 0;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}

.prev-link {
  text-align: left;
  flex: 0 0 47.5%;
}

.next-link {
  text-align: right;
  flex: 0 0 47.5%;
}

.caption {
  font-size: 0.8em;
  font-style: italic;
}

#menu-wrap button {
  display: none;
  order: 2;
}

.bbx-menu h3 {
  display: none;
}

.menus {
  flex: 0 0 100%;
  display: flex;
  justify-content: flex-end;
  position: relative;
  height: 80px;
}

#primary {
  order: 1;
  position: relative;
}

#primary ul {
  margin: 0;
  list-style: none;
  float: right;
  z-index: 1;
  margin-top: 20px;
  border-bottom: 2px solid #662402;
}

#primary ul li {
  display: inline-block;
  z-index: 1;
  position: relative;
}

#primary ul li a {
  display: block;
  padding: 14px 24px;
  text-align: center;
  text-transform: uppercase;
  color: #1e1e1e;
  text-decoration: none;
  font-size: 0.8em;
  transition: 0.4s;
  font-weight: 100;
  position: relative;
}

#primary ul li a:hover {
  color: #fff;
  background: #972d22;
  background: #D54135;
  border-radius: 5px 5px 0 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  transition: all 0.2s ease-in-out;
  position: relative;
}

#primary ul li.current-menu-item a {
  color: #fff;
  background: #662402;
  border-radius: 5px 5px 0 0;
}

#primary ul li.current_page_item ul li a {
  color: #fff;
}

#primary ul li.menu-item-has-children:hover ul li a:hover {
  color: #fff;
  background: #972d22;
  background: #D54135;
}

/******************
  SUBNAV
******************/
.sub-menu {
  width: 100%;
  display: none;
}

#primary ul li ul {
  width: 100%;
  width: 160px;
  position: absolute;
  left: 0;
  top: -10px;
  top: 30px;
  text-align: center;
  display: none;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

#primary ul li:hover ul {
  display: inline-block;
  transition: all 0.2s ease-in-out;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

#primary ul li ul li {
  display: block;
  float: left;
  padding: 0;
  margin: 0;
  background: #c13a2b;
  border-radius: 0;
}

#primary ul li ul li a {
  text-align: left;
  padding: 10px 24px;
  margin: 0;
  width: 140px;
  color: #fff;
  text-transform: none;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

#primary ul li:hover a {
  background: #c13a2b;
  color: #fff;
}

#primary ul li ul li:hover a {
  border-radius: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  background: #c13a2b !important;
}

#primary ul li.first-menu-item {
  position: relative;
  border-left: none;
}

#primary ul li.current-page-ancestor {
  background: red;
  background: #662402;
}

#primary ul li.current-page-ancestor a {
  color: #fff;
}

/* Secondary Menu */
#menu-secondary-menu {
  margin: 0 0 0 2px;
}

ul#menu-secondary-menu {
  margin: 0;
  padding: 0;
}

ul#menu-secondary-menu li {
  line-height: 1.4em;
}

ul#menu-secondary-menu li a {
  text-transform: none;
  padding: 0 10px;
  text-decoration: none;
}

ul#menu-secondary-menu li a:hover {
  color: #fff;
  background: #c13a2b;
  border-radius: 5px 5px 0 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  transition: all 0.2s ease-in-out;
  position: relative;
}

.bChart {
  gap: 0 !important;
}

@media (max-width: 1023px) {
  #menu-wrap .menu-container {
    z-index: 100;
    width: 80px;
    height: 80px;
  }
  #menu-wrap .buttonset {
    text-align: right;
    order: 2;
  }
  #menu-wrap button {
    display: block;
    border: none;
    background: transparent;
    color: #fff;
    color: #c13a2b;
    padding: 18px 24px;
    cursor: pointer;
    margin: 0;
    font-size: 2.2em;
    order: 2;
    background: #2b2b2b;
  }
  #menu-wrap button.active {
    background: #c13a2b;
  }
  /* General styles for all menus */
  .bbx-menu {
    background: #c13a2b;
    position: fixed;
    margin-top: 0;
    flex-flow: column nowrap;
    justify-content: flex-start;
    background: #fff;
    background: #ededed;
  }
  .bbx-menu h3 {
    color: #c13a2b;
    color: #fff;
    display: inline;
    font-size: 1.9em;
    padding: 33px 20px 33px 18px;
    padding: 16px 5%;
    margin: 0;
    font-weight: 300;
    background: #c13a2b;
    background: #000;
    background: #c13a2b;
    position: relative;
  }
  .bbx-menu h3 span {
    float: right;
    position: absolute;
    right: 5%;
    top: 0;
    height: 32px;
    width: 10px;
    padding: 33px 20px 33px;
    padding: 8px 20px 20px;
    padding: 16px 2.5%;
  }
  .bbx-menu h3 span:hover {
    color: #ac3426;
    cursor: pointer;
  }
  #primary {
    width: 100%;
    padding: 0;
    margin-top: 0;
  }
  #primary ul {
    float: none;
    width: 100%;
    margin-top: 0;
  }
  #primary ul li {
    width: 100%;
  }
  #primary ul li a::before {
    display: none;
  }
  #primary ul li a {
    display: block;
    color: #fff;
    color: #c13a2b;
    font-weight: 300;
    text-transform: uppercase;
    text-align: left;
    padding: 16px 2.5%;
    border-bottom: 1px solid #424242;
    border-bottom: 1px solid #c13a2b;
    border-bottom: 1px solid #dedede;
  }
  #primary ul li a:hover {
    color: #c13a2b;
  }
  .menu-item-has-children {
    position: relative;
  }
  span.arrow {
    position: absolute;
    z-index: 999;
    top: 0;
    right: 0;
    width: 65px;
    height: 55px;
    display: inline-block;
    background: #2b2b2b;
    background: #c13a2b;
    text-align: center;
  }
  span.arrow::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #fff;
    position: absolute;
    right: 1em;
    left: 50%;
    top: 31px;
    top: 50%;
    transform: translate(-50%, -50%);
    transition-property: transform;
    transition-duration: 0.2s;
  }
  span.arrow.submenu-open::after {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(180deg);
  }
  .arrow:hover {
    cursor: pointer;
  }
  #primary ul li.menu-item-has-children.current_page_item a::after,
  #primary ul li.current_page_ancestor a::after {
    display: none;
    content: "";
  }
  .bbx-menu a:active {
    color: #47a3da;
  }
  /* Subnav */
  #primary ul li ul.sub-menu {
    display: none;
    height: auto;
    position: relative;
    margin-top: 10px;
    margin-top: 0;
    top: 0;
    width: 100%;
    text-align: left;
  }
  #primary ul li ul.sub-menu li {
    width: 100%;
    padding: 0;
  }
  #primary ul li ul.sub-menu li a {
    padding: 15px 5%;
    float: none;
    margin: 0;
    display: block;
    width: 90%;
    background: #c13a2b;
  }
  /* Orientation-dependent styles for the content of the menu */
  .bbx-menu-vertical {
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 1000;
  }
  .bbx-menu-vertical a {
    padding: 1em;
  }
  /* Vertical menu that slides from the left or right */
  .bbx-menu-right {
    right: -100%;
  }
  .bbx-menu-left.bbx-menu-open {
    left: 0px;
  }
  .bbx-menu-right.bbx-menu-open {
    right: 0px;
  }
  /* Transitions */
  .bbx-menu,
  .bbx-menu-push {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  #primary ul li.menu-item-has-children:hover a::after,
  #primary ul li.menu-item-has-children.current_page_item a::after,
  #primary ul li.current_page_ancestor a::after {
    content: "";
  }
}
@media (max-width: 1919px) {
  #banner .banner__inner {
    align-self: center;
    align-self: end;
    justify-self: center;
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: 2;
    z-index: 2;
    border: 2px solid orange;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: repeat(12, auto);
    grid-template-rows: auto;
    max-width: 1600px;
    max-width: 1280px;
    max-width: 1216px;
    padding-top: 100px;
    max-height: 100%;
    height: 100%;
    height: calc(100% - 132px);
    max-height: calc(100% - 132px);
    padding: 100px 32px 32px;
    gap: 32px;
    grid-template-rows: 80px repeat(2, auto) 32px;
    padding: 0 32px;
    height: calc(100% - 112px);
    max-height: calc(100% - 112px);
  }
  #banner .banner-tagline {
    grid-column-start: 1;
    grid-column-end: 7;
    grid-row-start: 2;
    grid-row-end: 4;
    z-index: 2;
    margin-right: 32px;
    align-self: center;
  }
  #banner .banner-box-one {
    grid-column-start: 7;
    grid-column-end: 10;
    grid-row-start: 3;
    grid-row-end: 7;
    grid-row-start: 2;
    grid-row-end: 3;
    padding: 0;
    overflow: hidden;
    color: #fff;
    z-index: 2;
    align-self: end;
    -webkit-animation: 6s ease 0s normal forwards 1 fadein;
    animation: 6s ease 0s normal forwards 1 fadein;
  }
  #banner .banner-box-two {
    grid-column-start: 10;
    grid-column-end: 13;
    grid-row-start: 3;
    grid-row-end: 7;
    grid-row-start: 2;
    grid-row-end: 3;
    padding: 0;
    overflow: hidden;
    color: #fff;
    z-index: 2;
    align-self: end;
    -webkit-animation: 4s ease 0s normal forwards 1 fadein;
    animation: 4s ease 0s normal forwards 1 fadein;
  }
  #banner .banner-box-three {
    grid-column-start: 7;
    grid-column-end: 10;
    grid-row-start: 7;
    grid-row-end: 11;
    grid-row-start: 3;
    grid-row-end: 4;
    padding: 0;
    overflow: hidden;
    color: #fff;
    z-index: 2;
    align-self: start;
    -webkit-animation: 8s ease 0s normal forwards 1 fadein;
    animation: 8s ease 0s normal forwards 1 fadein;
  }
  #banner .banner-box-four {
    grid-column-start: 10;
    grid-column-end: 13;
    grid-row-start: 7;
    grid-row-end: 11;
    grid-row-start: 3;
    grid-row-end: 4;
    padding: 0;
    overflow: hidden;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    color: #fff;
    z-index: 2;
    align-self: start;
    display: grid;
    -webkit-animation: 10s ease 0s normal forwards 1 fadein;
    animation: 10s ease 0s normal forwards 1 fadein;
    position: relative;
  }
}
@media (max-width: 1365px) {
  #header-wrap {
    max-width: 100%;
  }
  .alignwide {
    margin: 0 calc(50% - 50vw) !important;
    padding: 16px 32px;
    max-width: calc(100vw - 64px);
  }
  .alignwide.has-background {
    max-width: calc(100vw - 64px);
  }
  #header {
    padding: 16px 32px;
  }
}
@media (max-width: 1023px) {
  #menu-wrap {
    height: 80px;
    width: 80px;
    flex: 0 0 80px;
  }
  #logo,
  .logo-wrap {
    flex: 0 0 80%;
    height: 80px;
  }
  #logo img {
    max-height: 60px;
  }
  #banner .banner__inner {
    align-self: center;
    align-self: end;
    justify-self: center;
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: 2;
    z-index: 2;
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    grid-template-rows: repeat(15, auto);
    grid-template-rows: auto;
    max-width: 1600px;
    max-width: 1280px;
    max-width: 1216px;
    padding-top: 100px;
    max-height: 100%;
    height: 100%;
    height: calc(100% - 132px);
    max-height: calc(100% - 132px);
    padding: 100px 32px 32px;
    gap: 32px;
    grid-template-rows: 16px repeat(2, auto) 144px;
    padding: 0 32px;
    height: calc(100% - 160px);
    max-height: calc(100% - 160px);
  }
  #banner .banner-tagline {
    grid-column-start: 1;
    grid-column-end: 9;
    grid-row-start: 4;
    grid-row-end: 5;
    z-index: 2;
    margin-right: 32px;
    align-self: center;
  }
  #banner .banner-box-one {
    grid-column-start: 1;
    grid-column-end: 5;
    grid-row-start: 3;
    grid-row-end: 7;
    grid-row-start: 2;
    grid-row-end: 3;
    padding: 0;
    overflow: hidden;
    color: #fff;
    z-index: 2;
    align-self: end;
    -webkit-animation: 6s ease 0s normal forwards 1 fadein;
    animation: 6s ease 0s normal forwards 1 fadein;
  }
  #banner .banner-box-two {
    grid-column-start: 5;
    grid-column-end: 9;
    grid-row-start: 2;
    grid-row-end: 3;
    padding: 0;
    overflow: hidden;
    color: #fff;
    z-index: 2;
    align-self: end;
    -webkit-animation: 4s ease 0s normal forwards 1 fadein;
    animation: 4s ease 0s normal forwards 1 fadein;
  }
  #banner .banner-box-three {
    grid-column-start: 1;
    grid-column-end: 5;
    grid-row-start: 3;
    grid-row-end: 4;
    padding: 0;
    overflow: hidden;
    color: #fff;
    z-index: 2;
    align-self: start;
    -webkit-animation: 8s ease 0s normal forwards 1 fadein;
    animation: 8s ease 0s normal forwards 1 fadein;
  }
  #banner .banner-box-four {
    grid-column-start: 5;
    grid-column-end: 9;
    grid-row-start: 3;
    grid-row-end: 4;
    padding: 0;
    overflow: hidden;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    color: #fff;
    z-index: 2;
    align-self: start;
    display: grid;
    -webkit-animation: 10s ease 0s normal forwards 1 fadein;
    animation: 10s ease 0s normal forwards 1 fadein;
    position: relative;
  }
  #banner p.tagline {
    font-size: 2.4em;
    line-height: 1em;
    color: #fff;
  }
  #banner p.subtag {
    font-size: 1em;
    line-height: 1.4em;
    color: #fff;
  }
  .content {
    padding: 32px 32px 0;
    width: calc(100% - 64px);
    max-width: 776px;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  #header-wrap {
    max-width: 100%;
    width: 100%;
    height: 80px;
  }
  .alignnarrow {
    width: calc(100% - 64px);
  }
  .wp-block-columns.alignwide {
    margin: 32px calc(50% - 683px);
    max-width: 1366px !important;
    max-width: 100vw !important;
    width: 100vw !important;
  }
  #menu-wrap {
    height: 80px;
    flex: 0 0 20%;
    flex: 0 0 80px;
  }
  #logo,
  .logo-wrap {
    height: 80px;
    flex: 0 0 80%;
  }
  #logo img {
    max-height: 60px;
  }
  h3.wp-block-heading {
    font-size: 1.2em !important;
  }
  #banner .banner__inner {
    align-self: center;
    align-self: end;
    justify-self: center;
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: 2;
    z-index: 2;
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    grid-template-rows: repeat(15, auto);
    grid-template-rows: auto;
    max-width: 1600px;
    max-width: 1280px;
    max-width: 1216px;
    padding-top: 100px;
    max-height: 100%;
    height: 100%;
    height: calc(100% - 132px);
    max-height: calc(100% - 132px);
    padding: 100px 32px 32px;
    gap: 16px;
    grid-template-rows: 4px repeat(5, auto) 144px;
    padding: 0 32px;
    height: calc(100% - 148px);
    max-height: calc(100% - 148px);
  }
  #banner .banner-tagline {
    grid-column-start: 1;
    grid-column-end: 9;
    grid-row-start: 7;
    grid-row-end: 9;
    z-index: 2;
    margin-right: 0;
    align-self: center;
  }
  #banner .banner-box {
    position: relative;
    border: 1px solid #fff;
    aspect-ratio: 4/1;
  }
  #banner .banner-box .overlay {
    position: absolute;
    bottom: 0;
    background: rgba(29, 29, 29, 0.7);
    padding: 4px 16px;
    width: calc(100% - 32px);
  }
  #banner .banner-box-one {
    grid-column-start: 1;
    grid-column-end: 9;
    grid-row-start: 2;
    grid-row-end: 3;
    padding: 0;
    overflow: hidden;
    color: #fff;
    z-index: 2;
    align-self: end;
    -webkit-animation: 6s ease 0s normal forwards 1 fadein;
    animation: 6s ease 0s normal forwards 1 fadein;
  }
  #banner .banner-box-two {
    grid-column-start: 1;
    grid-column-end: 9;
    grid-row-start: 3;
    grid-row-end: 4;
    padding: 0;
    overflow: hidden;
    color: #fff;
    z-index: 2;
    align-self: end;
    -webkit-animation: 4s ease 0s normal forwards 1 fadein;
    animation: 4s ease 0s normal forwards 1 fadein;
  }
  #banner .banner-box-three {
    grid-column-start: 1;
    grid-column-end: 9;
    grid-row-start: 4;
    grid-row-end: 5;
    padding: 0;
    overflow: hidden;
    color: #fff;
    z-index: 2;
    align-self: start;
    -webkit-animation: 8s ease 0s normal forwards 1 fadein;
    animation: 8s ease 0s normal forwards 1 fadein;
  }
  #banner .banner-box-four {
    grid-column-start: 1;
    grid-column-end: 9;
    grid-row-start: 5;
    grid-row-end: 7;
    padding: 0;
    overflow: hidden;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    color: #fff;
    z-index: 2;
    align-self: start;
    display: grid;
    aspect-ratio: auto;
    -webkit-animation: 10s ease 0s normal forwards 1 fadein;
    animation: 10s ease 0s normal forwards 1 fadein;
    position: relative;
  }
  #banner .banner-box-four__inner {
    padding: 16px;
    align-self: end;
    z-index: 2;
    grid-row-start: 1;
    grid-row-end: 2;
    grid-column-start: 1;
    grid-column-end: 2;
  }
  #banner .banner-box-four__inner h3 {
    padding-bottom: 8px;
    margin-bottom: 8px;
  }
  .red-corner-triangle {
    display: none;
  }
  #banner p.tagline {
    font-size: 1.5em;
    line-height: 1em;
    color: #fff;
  }
  #banner p.subtag {
    font-size: 1em;
    line-height: 1.4em;
    color: #fff;
  }
}

/*# sourceMappingURL=style.css.map */
</pre></body></html>