@charset "UTF-8";
/* CSS Document */
/*
Theme Name: Type One Energy
Theme URI: https://typeoneenergy.com/
Author: Grigg
Author URI: https://grigg.com/
Description: Custom theme for Type One Energy
Tags: 
Version: 1.0
Requires at least: 5.0
Tested up to: 6.7
Requires PHP: 7.4

Text Domain: typeone
*/
@font-face {
  font-family: Phenomena-Regular;
  src: url("fonts/Phenomena-Regular.eot");
  src: url("fonts/Phenomena-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/Phenomena-Regular.woff2") format("woff2"), url("fonts/Phenomena-Regular.woff") format("woff"), url("fonts/Phenomena-Regular.ttf") format("truetype"); }
@font-face {
  font-family: Phenomena-Bold;
  src: url("fonts/Phenomena-Bold.eot");
  src: url("fonts/Phenomena-Bold.eot?#iefix") format("embedded-opentype"), url("fonts/Phenomena-Bold.woff2") format("woff2"), url("fonts/Phenomena-Bold.woff") format("woff"), url("fonts/Phenomena-Bold.ttf") format("truetype"); }
/*   Default Gutenberg colors   */
.has-typeoneprogress-color {
  color: #0080bb !important; }

.has-typeoneprogress-background-color {
  background-color: #0080bb !important; }

.has-typeoneinnovation-color {
  color: #77ccf3 !important; }

.has-typeoneinnovation-background-color {
  background-color: #77ccf3 !important; }

.has-typeonepower-color {
  color: #071e40 !important; }

.has-typeonepower-background-color {
  background-color: #071e40 !important; }

.has-typeonebalance-color {
  color: #515156 !important; }

.has-typeonebalance-background-color {
  background-color: #515156 !important; }

.has-typeonediscovery-color {
  color: #874ac4 !important; }

.has-typeonediscovery-background-color {
  background-color: #874ac4 !important; }

.has-typeoneenergy-color {
  color: #fc9d06 !important; }

.has-typeoneenergy-background-color {
  background-color: #fc9d06 !important; }

@media (max-width: 980px) {
  .ghostkit-d-md-none {
    display: none !important; } }

@keyframes zoompic {
  0% {
    height: 100%; }
  50% {
    height: 140%; }
  100% {
    height: 100%; } }
.animated {
  animation: zoompic 30s ease-in-out; }

a {
  color: #0080bb;
  font-weight: bold;
  text-decoration: none;
  transition: all .25s; }

a:hover {
  text-decoration: underline;
  color: #77ccf3; }

b, strong {
  font-weight: bold; }

img {
  max-width: 100%;
  display: block; }

.button, .wp-element-button, .facetwp-reset, #searchsubmit {
  text-transform: uppercase;
  font-size: .8em !important;
  color: white !important;
  display: inline-flex;
  border-radius: 1rem !important;
  background-color: #0080bb !important;
  padding: .75rem 1rem !important;
  text-align: center !important;
  border: none;
  transition: all .25s; }

.button:hover, .wp-element-button:hover, .facetwp-reset:hover, #searchsubmit:hover {
  background-color: #77ccf3 !important;
  text-decoration: none;
  color: white;
  cursor: pointer; }

h1, h2, h3 {
  font-family: "Phenomena-Regular", sans-serif;
  text-transform: uppercase;
  line-height: 1em;
  color: #0080bb; }

h1 {
  font-size: 5rem; }
  @media (max-width: 781px) {
    h1 {
      font-size: 3rem; } }

h2 {
  font-size: 3.5rem; }
  @media (max-width: 781px) {
    h2 {
      font-size: 2rem; } }

h3 {
  font-size: 2rem;
  color: #515156; }

hr, .wp-block-separator {
  margin: 3rem 0;
  border-top: 1px solid rgba(81, 81, 86, 0.1) !important; }

.clr {
  clear: both; }

#breadcrumbs {
  font-size: .8em; }

.published {
  border-bottom: 1px solid rgba(81, 81, 86, 0.1);
  color: #515156;
  margin: -1em 0 1em;
  padding-bottom: .5em;
  font-size: .8em; }

.wp-block-image figcaption {
  font-size: .8em;
  line-height: normal;
  color: #0080bb;
  font-weight: bold; }

.secondary-header {
  padding: 2rem 18rem;
  display: flex;
  background-image: url("images/bg-home-header.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 200px;
  align-items: center; }
  @media (max-width: 1299px) {
    .secondary-header {
      padding: 2rem 10rem; } }
  @media (max-width: 980px) {
    .secondary-header {
      padding: 2rem 5rem; } }
  @media (max-width: 781px) {
    .secondary-header {
      padding: 2rem; } }
  .secondary-header h1, .secondary-header .blog-headline {
    color: white;
    margin: 0;
    font-size: 5rem;
    line-height: 1em;
    font-weight: 700; }
    @media (max-width: 781px) {
      .secondary-header h1, .secondary-header .blog-headline {
        font-size: 3rem; } }
  .secondary-header .blog-headline {
    font-family: "Phenomena-Regular", sans-serif;
    text-transform: uppercase;
    line-height: 1em; }

body {
  margin: 0;
  overflow-x: hidden;
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-variation-settings: "wdth" 100; }

header {
  /*   Menu Stuff   */ }
  header .whitebar, header .bluebar {
    padding: 2rem 18rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    display: grid;
    grid-template-columns: 1fr 2fr;
    grid-gap: 3rem; }
    @media (max-width: 1299px) {
      header .whitebar, header .bluebar {
        padding: 2rem 10rem; } }
    @media (max-width: 980px) {
      header .whitebar, header .bluebar {
        padding: 2rem 5rem; } }
    @media (max-width: 781px) {
      header .whitebar, header .bluebar {
        padding: 2rem; } }
    @media (max-width: 1299px) {
      header .whitebar, header .bluebar {
        padding: 1rem; } }
    @media (max-width: 781px) {
      header .whitebar, header .bluebar {
        grid-template-columns: 1fr;
        grid-gap: 0; } }
    header .whitebar div:last-of-type, header .bluebar div:last-of-type {
      text-align: right; }
  @media (max-width: 781px) {
    header .whitebar .logo img {
      max-width: 75%;
      margin: 1rem auto; } }
  @media (max-width: 781px) {
    header .whitebar .contact {
      display: none; } }
  header .bluebar {
    background-color: #0080bb !important;
    color: white;
    padding-top: 0;
    padding-bottom: 0; }
    @media (max-width: 781px) {
      header .bluebar {
        padding: 1rem; } }
    header .bluebar div:first-of-type {
      align-self: center; }
      @media (max-width: 781px) {
        header .bluebar div:first-of-type {
          display: none; } }
    header .bluebar input {
      background-color: #77ccf3 !important;
      border-radius: 1rem;
      border: none;
      text-transform: uppercase;
      color: white;
      font-size: .75em; }
    header .bluebar input::placeholder {
      color: white !important;
      opacity: 1 !important; }
    header .bluebar a {
      color: white; }
    header .bluebar ul {
      margin: 0;
      padding: 0;
      list-style: none;
      text-transform: uppercase;
      font-size: .8em;
      display: flex;
      justify-content: end;
      /*fix for last dropdown right margin*/ }
      @media (max-width: 781px) {
        header .bluebar ul {
          display: none; } }
      header .bluebar ul .menu-item-has-children > a::after {
        content: "▼";
        margin-left: .5em;
        font-size: .75em;
        padding-bottom: .25em;
        vertical-align: middle; }
      header .bluebar ul li {
        display: inline-block; }
        header .bluebar ul li a {
          padding: 1rem;
          display: flex;
          height: 100%;
          box-sizing: border-box;
          align-items: center; }
        header .bluebar ul li a:hover {
          text-decoration: none; }
        header .bluebar ul li ul {
          display: none;
          position: absolute;
          /*margin-top: 3.1rem; */
          background-color: #77ccf3 !important;
          flex-direction: column;
          z-index: 100000; }
          header .bluebar ul li ul li {
            min-width: 200px; }
            header .bluebar ul li ul li a {
              text-align: left;
              width: 100%; }
            header .bluebar ul li ul li a:hover {
              background-color: #071e40 !important; }
          header .bluebar ul li ul .menu-item-has-children > a::after {
            display: none; }
      header .bluebar ul li:hover, header .bluebar ul li:focus-within {
        background-color: #77ccf3 !important; }
        header .bluebar ul li:hover ul, header .bluebar ul li:focus-within ul {
          display: flex; }
          header .bluebar ul li:hover ul ul, header .bluebar ul li:focus-within ul ul {
            display: none; }
      header .bluebar ul li:last-of-type ul {
        margin-left: -112px; }

.row {
  min-height: 500px; }

.homerow {
  min-height: 600px; }
  .homerow .wp-block-media-text > .wp-block-media-text__content {
    padding-left: 0; }

.secondary {
  padding: 2rem 18rem; }
  @media (max-width: 1299px) {
    .secondary {
      padding: 2rem 10rem; } }
  @media (max-width: 980px) {
    .secondary {
      padding: 2rem 5rem; } }
  @media (max-width: 781px) {
    .secondary {
      padding: 2rem; } }

.lower-row {
  display: grid;
  grid-template-areas: "rowtitle rowtext rowimage";
  background-color: #eee;
  grid-gap: 3rem; }
  @media (max-width: 980px) {
    .lower-row {
      grid-template-areas: "rowimage" "rowtitle" "rowtext";
      grid-gap: 1rem; } }
  .lower-row h2, .lower-row h3 {
    margin-top: 0; }
    @media (max-width: 781px) {
      .lower-row h2, .lower-row h3 {
        margin-bottom: .5rem; } }
  .lower-row .row-title {
    grid-area: rowtitle;
    align-self: center; }
    @media (max-width: 980px) {
      .lower-row .row-title {
        text-align: center; } }
  .lower-row .row-text {
    grid-area: rowtext;
    align-self: center;
    border-left: 5px solid #77ccf3;
    padding-left: 1rem;
    margin: 3rem 0; }
    @media (max-width: 980px) {
      .lower-row .row-text {
        margin: 1rem 5rem 0 5rem; } }
    @media (max-width: 781px) {
      .lower-row .row-text {
        margin: 1rem 3rem 0 3rem; } }
    .lower-row .row-text p:first-of-type {
      margin-top: 0; }
    .lower-row .row-text p:last-of-type {
      margin-bottom: 0; }
    .lower-row .row-text strong, .lower-row .row-text b {
      color: #0080bb; }
  .lower-row .row-image {
    grid-area: rowimage; }
    .lower-row .row-image img, .lower-row .row-image video {
      object-fit: cover;
      width: 100%;
      height: 100%; }
      @media (max-width: 980px) {
        .lower-row .row-image img, .lower-row .row-image video {
          height: 300px; } }

.lower-row:nth-of-type(odd) {
  padding-left: 18rem;
  grid-template-columns: 1fr 1fr 2fr; }
  @media (max-width: 1299px) {
    .lower-row:nth-of-type(odd) {
      padding-left: 10rem; } }
  @media (max-width: 980px) {
    .lower-row:nth-of-type(odd) {
      padding-left: 5rem; } }
  @media (max-width: 781px) {
    .lower-row:nth-of-type(odd) {
      padding-left: 2rem; } }
  @media (max-width: 980px) {
    .lower-row:nth-of-type(odd) {
      grid-template-columns: 1fr;
      padding: 0 0 3rem 0;
      grid-template-areas: "rowimage" "rowtitle" "rowtext"; } }

.lower-row:nth-of-type(even) {
  background-color: white;
  grid-template-areas: "rowimage rowtitle rowtext";
  grid-template-columns: 2fr 1fr 1fr;
  padding-right: 18rem; }
  @media (max-width: 1299px) {
    .lower-row:nth-of-type(even) {
      padding-right: 10rem; } }
  @media (max-width: 980px) {
    .lower-row:nth-of-type(even) {
      padding-right: 5rem; } }
  @media (max-width: 781px) {
    .lower-row:nth-of-type(even) {
      padding-right: 2rem; } }
  @media (max-width: 980px) {
    .lower-row:nth-of-type(even) {
      grid-template-columns: 1fr;
      padding: 0 0 3rem 0;
      grid-template-areas: "rowimage" "rowtitle" "rowtext"; } }

.home-lower-row .lower-row .row-image img {
  min-height: 500px; }
  @media (max-width: 980px) {
    .home-lower-row .lower-row .row-image img {
      height: 300px;
      object-position: top; } }
  @media (max-width: 781px) {
    .home-lower-row .lower-row .row-image img {
      min-height: inherit;
      height: 250px;
      object-position: center; } }

/*.careers-wrapper {@include margin-left; display: grid; grid-template-areas: "rowtitle slideshow"; grid-template-columns: 1fr 3fr; background-color: #eee; grid-gap: 3rem; @include tablet {grid-template-areas: "rowtitle" "slideshow"; grid-template-columns: 1fr; grid-gap: 1rem; padding-left: 0 !important;}
    .row-title {grid-area: rowtitle; align-self: center; @include tablet {text-align: center;}}
    .slideshow {grid-area: slideshow;
        li {
            .cell {display: grid; grid-template-areas: "rowtext rowimage"; grid-template-columns: 1fr 2fr; grid-gap: 3rem; @include tablet {grid-template-areas: "rowtext" "rowimage"; grid-template-columns: 1fr;}
                .row-text {grid-area: rowtext; align-self: center; border-left: 5px solid rgba(119,204,243,1); padding-left: 1rem; margin: 3rem 0; @include tablet {margin: 1rem 5rem 0 5rem;} @include phone {margin: 1rem 3rem 0 3rem;}
                    p:first-of-type {margin-top: 0;}
                    p:last-of-type {margin-bottom: 0;}
                    strong, b {@include mblue;}
                }
                .row-image {grid-area: rowimage; height: 500px; @include laptop {height: 100%;}
                    img, video {object-fit: cover; width: 100%; height: 100%;}
                }
            }
        }
    }
}*/
.newsletter {
  padding: 2rem 18rem;
  background-color: #f6f6f6;
  display: grid;
  grid-template-columns: 1fr 1fr 50%;
  grid-gap: 3rem;
  /*align-items: center;*/
  padding: 0 0 0 18rem; }
  @media (max-width: 1299px) {
    .newsletter {
      padding: 2rem 10rem; } }
  @media (max-width: 980px) {
    .newsletter {
      padding: 2rem 5rem; } }
  @media (max-width: 781px) {
    .newsletter {
      padding: 2rem; } }
  @media (max-width: 1299px) {
    .newsletter {
      padding: 0 0 0 10rem; } }
  @media (max-width: 980px) {
    .newsletter {
      padding: 0 0 0 5rem; } }
  @media (max-width: 781px) {
    .newsletter {
      padding: 2rem; } }
  @media (max-width: 1299px) {
    .newsletter {
      grid-template-columns: 1fr 1fr 35%; } }
  @media (max-width: 781px) {
    .newsletter {
      grid-template-columns: 1fr;
      grid-gap: 1rem; } }
  .newsletter h2 {
    margin: 1rem 0 0; }
  .newsletter h3 {
    margin-top: 0; }
  .newsletter .intro {
    border-right: 5px solid #0080bb;
    padding-right: 1rem;
    margin: 2rem 0;
    align-self: center; }
    @media (max-width: 781px) {
      .newsletter .intro {
        border: none;
        padding: 0;
        margin: 0; } }
    .newsletter .intro p {
      margin: 0; }
  .newsletter .mcform {
    padding: 4rem 0;
    align-self: center; }
    @media (max-width: 980px) {
      .newsletter .mcform {
        padding: 0; } }
    .newsletter .mcform label {
      font-size: .8em; }
    .newsletter .mcform input {
      border-radius: 1rem;
      border: none;
      background-color: rgba(119, 204, 243, 0.25);
      padding: 1em;
      color: #071e40; }
    .newsletter .mcform .button {
      cursor: pointer; }
  .newsletter .newsletter-img {
    overflow: hidden;
    max-height: 550px; }
    @media (max-width: 1299px) {
      .newsletter .newsletter-img {
        max-height: inherit; } }
    .newsletter .newsletter-img img {
      object-fit: cover;
      min-width: 100%;
      min-height: 100%; }

/*   Home page   */
.home-photo {
  width: 100%;
  aspect-ratio: 2.75/1;
  display: flex;
  justify-content: center;
  flex-direction: column;
  position: relative;
  overflow: hidden; }
  @media (max-width: 781px) {
    .home-photo {
      aspect-ratio: 1.25/1; } }
  .home-photo .overlay {
    opacity: .5;
    z-index: 1; }
  .home-photo .homebg, .home-photo .overlay {
    position: absolute;
    object-fit: cover;
    width: 100%;
    height: 100%;
    pointer-events: none; }
  .home-photo .textbox {
    padding: 2rem 18rem;
    padding-top: 0;
    font-size: 7rem;
    line-height: .75em;
    color: white;
    z-index: 2;
    font-family: "Phenomena-Regular", sans-serif;
    text-transform: uppercase; }
    @media (max-width: 1299px) {
      .home-photo .textbox {
        padding: 2rem 10rem; } }
    @media (max-width: 980px) {
      .home-photo .textbox {
        padding: 2rem 5rem; } }
    @media (max-width: 781px) {
      .home-photo .textbox {
        padding: 2rem; } }
    @media (max-width: 980px) {
      .home-photo .textbox {
        font-size: 4rem; } }
    .home-photo .textbox img {
      width: 100px;
      margin-bottom: 1rem; }
    .home-photo .textbox p {
      margin: 0; }
    .home-photo .textbox strong {
      font-family: "Phenomena-Bold", sans-serif; }

.homepage {
  background-color: #eee;
  overflow-y: hidden;
  display: grid;
  grid-template-columns: 1fr 1.5fr; }
  @media (max-width: 1299px) {
    .homepage {
      grid-template-columns: 1fr; } }
  .homepage h1 {
    margin-bottom: .5rem;
    border-top: 5px solid #77ccf3;
    padding-top: 1rem;
    font-size: 4em;
    line-height: .9em; }
    @media (max-width: 781px) {
      .homepage h1 {
        font-size: 3rem; } }
  .homepage .video {
    overflow: hidden; }
    .homepage .video img, .homepage .video video {
      object-fit: cover;
      width: 100%;
      height: 100%;
      aspect-ratio: 2/1.5; }
      @media (max-width: 1299px) {
        .homepage .video img, .homepage .video video {
          aspect-ratio: 16/9; } }
  .homepage .text {
    padding-right: 18rem;
    align-self: center;
    margin: 3rem 0 3rem 3rem;
    /*   Fix for home subhead   */ }
    @media (max-width: 1299px) {
      .homepage .text {
        padding-right: 10rem; } }
    @media (max-width: 980px) {
      .homepage .text {
        padding-right: 5rem; } }
    @media (max-width: 781px) {
      .homepage .text {
        padding-right: 2rem; } }
    @media (max-width: 781px) {
      .homepage .text {
        margin-left: 2rem; } }
    .homepage .text .has-large-font-size {
      line-height: 1em; }
    .homepage .text ul {
      padding-left: 1em; }
      .homepage .text ul li {
        list-style: none; }
      .homepage .text ul li:before {
        content: "●";
        font-size: 2em;
        color: #0080bb;
        vertical-align: middle;
        margin: 0;
        padding: 0 .3em .2em 0;
        line-height: 1.2em; }

.home-blog {
  padding: 2rem 18rem;
  margin: 2rem 0;
  display: grid;
  grid-template-areas: "story1 story1" "story2 story3";
  grid-template-columns: 1fr 1fr; }
  @media (max-width: 1299px) {
    .home-blog {
      padding: 2rem 10rem; } }
  @media (max-width: 980px) {
    .home-blog {
      padding: 2rem 5rem; } }
  @media (max-width: 781px) {
    .home-blog {
      padding: 2rem; } }
  @media (max-width: 781px) {
    .home-blog {
      grid-template-areas: "story1" "story2" "story3";
      grid-template-columns: 1fr; } }
  .home-blog time {
    color: #515156;
    font-size: .75em;
    line-height: normal; }
    @media (max-width: 781px) {
      .home-blog time {
        margin-top: 1rem; } }
  .home-blog h2 {
    margin: 0 0 .5em;
    font-size: 2.5em; }
    @media (max-width: 781px) {
      .home-blog h2 {
        margin-top: 1rem; } }
  .home-blog .post-categories {
    font-size: .65em;
    text-transform: uppercase;
    list-style: none;
    padding: 0;
    margin: 0;
    display: block; }
    .home-blog .post-categories a {
      color: white;
      background-color: #77ccf3 !important;
      padding: 1em;
      display: inline-block; }
    .home-blog .post-categories a:hover {
      background-color: #0080bb !important;
      text-decoration: none; }
  .home-blog .story {
    display: grid;
    grid-template-areas: "blogimg blogtext";
    grid-template-columns: 1fr 2fr; }
    @media (max-width: 781px) {
      .home-blog .story {
        grid-template-areas: "blogimg" "blogtext";
        grid-template-columns: 1fr; } }
    .home-blog .story .thumb-wrap {
      grid-area: blogimg;
      aspect-ratio: 1/1;
      border-right: 5px solid;
      margin-right: 1rem;
      padding-right: .5rem;
      overflow: hidden; }
      @media (max-width: 781px) {
        .home-blog .story .thumb-wrap {
          border-right: none;
          margin-right: 0;
          padding-right: 0; } }
      .home-blog .story .thumb-wrap img {
        object-fit: cover;
        width: 100%;
        transition: all .25s;
        height: 100%; }
      .home-blog .story .thumb-wrap img:hover {
        transform: scale(1.1); }
    .home-blog .story .blog-text {
      grid-area: blogtext; }
      .home-blog .story .blog-text .blog-title {
        color: black;
        text-transform: uppercase;
        display: block;
        font-size: 1.5em;
        line-height: 1em;
        margin: 1em 0 0; }
        @media (max-width: 1299px) {
          .home-blog .story .blog-text .blog-title {
            font-size: 1.2em; } }
  @media (max-width: 980px) {
    .home-blog .story:not(:first-of-type) {
      grid-template-areas: "blogimg" "blogtext";
      grid-template-columns: 1fr; } }
  @media (max-width: 980px) {
    .home-blog .story:not(:first-of-type) .thumb-wrap {
      aspect-ratio: inherit;
      border-right: none;
      margin-right: 0;
      padding-right: 0;
      height: 250px; } }
  .home-blog .story:not(:first-of-type) time {
    display: block;
    padding-bottom: .5em; }
  .home-blog .story:not(:first-of-type) h2, .home-blog .story:not(:first-of-type) .excerpt {
    display: none; }
  .home-blog .story:nth-of-type(1) {
    grid-area: story1;
    grid-template-columns: 1fr 1fr;
    border-bottom: 1px solid #eee;
    padding-bottom: 2rem;
    margin-bottom: 2rem; }
    @media (max-width: 781px) {
      .home-blog .story:nth-of-type(1) {
        grid-template-columns: 1fr; } }
    .home-blog .story:nth-of-type(1) .thumb-wrap {
      aspect-ratio: inherit; }
    .home-blog .story:nth-of-type(1) .post-categories {
      display: inline-block; }
    .home-blog .story:nth-of-type(1) .blog-text {
      align-self: center; }
    .home-blog .story:nth-of-type(1) .blog-title {
      font-size: 1.75em;
      margin-top: .5em; }
  .home-blog .story:nth-of-type(2) {
    grid-area: story2;
    margin-right: 1em;
    padding-right: 1em;
    border-right: 1px solid #eee; }
    @media (max-width: 781px) {
      .home-blog .story:nth-of-type(2) {
        margin-right: 0;
        padding-right: 0;
        border-right: none;
        margin-bottom: 3rem; } }
  .home-blog .story:nth-of-type(3) {
    grid-area: story3; }

footer {
  padding: 2rem 18rem;
  font-size: .9em;
  color: white;
  background: #0080bb;
  background: linear-gradient(90deg, #0080bb 0%, #77ccf3 100%);
  display: flex;
  justify-content: space-between;
  gap: 2rem; }
  @media (max-width: 1299px) {
    footer {
      padding: 2rem 10rem; } }
  @media (max-width: 980px) {
    footer {
      padding: 2rem 5rem; } }
  @media (max-width: 781px) {
    footer {
      padding: 2rem; } }
  @media (max-width: 980px) {
    footer {
      flex-direction: column;
      text-align: center; } }
  footer a {
    color: white; }
  footer a:hover {
    color: rgba(255, 255, 255, 0.75); }
  footer img {
    transition: all .25s; }
  footer img:hover {
    opacity: .75; }
  footer .copyright {
    text-align: right;
    font-size: .9em; }
    @media (max-width: 980px) {
      footer .copyright {
        text-align: center; } }
    footer .copyright img {
      display: inline-block;
      width: 30px;
      margin-left: .5rem; }
  footer div p:first-of-type {
    margin-top: 0; }
  footer .logo {
    max-width: 25%;
    font-size: 1rem; }
    @media (max-width: 980px) {
      footer .logo {
        max-width: 100%; } }
    footer .logo img {
      margin-bottom: 1em;
      max-width: 250px; }
      @media (max-width: 980px) {
        footer .logo img {
          margin: 3rem auto; } }
  footer ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    footer ul ul {
      display: none; }
  footer .award img {
    max-width: 125px;
    border: 1px solid rgba(255, 255, 255, 0.5); }
    @media (max-width: 1299px) {
      footer .award img {
        max-width: 75px; } }
    @media (max-width: 980px) {
      footer .award img {
        margin: 1rem auto; } }

/*   Posts page   */
.post-grid {
  display: grid;
  grid-template-columns: 4fr 1fr;
  grid-gap: 2rem; }
  @media (max-width: 781px) {
    .post-grid {
      grid-template-columns: 1fr; } }
  .post-grid h1 {
    font-size: 4rem; }
    @media (max-width: 781px) {
      .post-grid h1 {
        font-size: 2rem; } }
  .post-grid h2 {
    font-size: 2.5rem; }
    @media (max-width: 781px) {
      .post-grid h2 {
        font-size: 1.5rem; } }
  .post-grid .recent-posts {
    border-left: 1px solid rgba(81, 81, 86, 0.1);
    padding-left: 2rem; }
    @media (max-width: 781px) {
      .post-grid .recent-posts {
        border-left: none;
        padding-left: 0;
        border-top: 1px solid rgba(81, 81, 86, 0.1);
        padding-top: 3rem;
        margin-top: 3rem; } }
    .post-grid .recent-posts .blog-recent {
      margin: 1rem 0 1.5rem; }
      .post-grid .recent-posts .blog-recent .thumb-wrap {
        margin-bottom: .5em;
        display: block;
        aspect-ratio: 2/1;
        overflow: hidden; }
        .post-grid .recent-posts .blog-recent .thumb-wrap img {
          object-fit: cover;
          object-position: center;
          width: 100%;
          height: auto;
          transition: all .25s; }
        .post-grid .recent-posts .blog-recent .thumb-wrap img:hover {
          transform: scale(1.1); }
      .post-grid .recent-posts .blog-recent time {
        color: #515156;
        font-size: .75em;
        line-height: normal;
        display: block; }
      .post-grid .recent-posts .blog-recent .blog-title {
        text-transform: uppercase;
        display: flex;
        line-height: 1em;
        color: black; }

/*   Archive Fallback   */
.archive-grid {
  display: grid;
  grid-template-columns: 1fr 3fr;
  grid-template-areas: "archiveimage archivetitle" "archiveimage archivedate";
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  grid-gap: 0 2rem; }
  .archive-grid img {
    grid-area: archiveimage;
    object-fit: cover;
    height: 100%; }
  .archive-grid h2 {
    grid-area: archivetitle; }
  .archive-grid .published {
    grid-area: archivedate;
    border: none; }

.archive-grid:not(:last-of-type) {
  border-bottom: 1px solid #eee; }

/*   About page   */
.leadership a, .board a {
  color: white; }
.leadership a:hover, .board a:hover {
  color: rgba(255, 255, 255, 0.75); }
.leadership h2, .board h2 {
  color: white; }

.leadership .grid, .board .grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 1rem;
  color: white; }
  @media (max-width: 781px) {
    .leadership .grid, .board .grid {
      grid-template-columns: repeat(2, 1fr); } }
  .leadership .grid .thumb-wrap, .board .grid .thumb-wrap {
    aspect-ratio: 1/1;
    overflow: hidden;
    display: block; }
    .leadership .grid .thumb-wrap img, .board .grid .thumb-wrap img {
      width: 100%;
      height: auto;
      object-fit: cover;
      object-position: center center;
      margin: 0 0 1rem 0;
      transition: all .25s; }
    .leadership .grid .thumb-wrap img:hover, .board .grid .thumb-wrap img:hover {
      transform: scale(110%); }
  .leadership .grid .position, .board .grid .position {
    font-weight: normal;
    margin-top: 0;
    font-size: .8em; }
  .leadership .grid p, .board .grid p {
    margin-bottom: 0; }

.leadership {
  background-color: #0080bb !important;
  padding: 2rem 18rem;
  color: white; }
  @media (max-width: 1299px) {
    .leadership {
      padding: 2rem 10rem; } }
  @media (max-width: 980px) {
    .leadership {
      padding: 2rem 5rem; } }
  @media (max-width: 781px) {
    .leadership {
      padding: 2rem; } }

.extended {
  background-color: #071e40 !important; }

.board {
  padding: 2rem 18rem;
  color: white;
  background-image: url("images/bg-typeone-brand.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; }
  @media (max-width: 1299px) {
    .board {
      padding: 2rem 10rem; } }
  @media (max-width: 980px) {
    .board {
      padding: 2rem 5rem; } }
  @media (max-width: 781px) {
    .board {
      padding: 2rem; } }

/*   Profile pages   */
.leader-grid {
  display: grid;
  grid-template-columns: 2fr 1fr;
  grid-gap: 3rem;
  grid-template-areas: "lead-article lead-aside"; }
  @media (max-width: 781px) {
    .leader-grid {
      grid-template-columns: 1fr;
      grid-gap: 1rem;
      grid-template-areas: "lead-aside" "lead-article"; } }
  .leader-grid article {
    grid-area: lead-article; }
    .leader-grid article h1 {
      margin-bottom: 0;
      font-size: 4rem; }
      @media (max-width: 781px) {
        .leader-grid article h1 {
          font-size: 3rem; } }
    .leader-grid article h2 {
      color: #515156;
      margin-top: 0;
      font-size: 2.5rem; }
      @media (max-width: 781px) {
        .leader-grid article h2 {
          font-size: 2rem; } }
  .leader-grid aside {
    grid-area: lead-aside;
    padding-top: 10rem; }
    @media (max-width: 781px) {
      .leader-grid aside {
        padding: 0; } }
    .leader-grid aside img {
      width: 100%;
      height: auto; }

.timeline img {
  width: 100%; }
.timeline .desktop {
  aspect-ratio: 3/1; }
  @media (max-width: 980px) {
    .timeline .desktop {
      display: none; } }
.timeline .mobile {
  display: none; }
  @media (max-width: 980px) {
    .timeline .mobile {
      display: block; } }

.ceo {
  position: relative;
  margin: 2rem 18rem;
  aspect-ratio: 2.5/1;
  overflow: hidden; }
  @media (max-width: 1299px) {
    .ceo {
      margin: 2rem 10rem; } }
  @media (max-width: 980px) {
    .ceo {
      margin: 2rem 5rem; } }
  @media (max-width: 781px) {
    .ceo {
      margin: 0; } }
  .ceo .float {
    padding: 2rem 3rem;
    z-index: 1;
    position: absolute;
    bottom: 0;
    left: 0;
    color: white;
    background-color: rgba(0, 0, 0, 0.75);
    font-size: 2rem;
    font-family: "Phenomena-Regular", sans-serif;
    text-transform: uppercase;
    line-height: 1em; }
    @media (max-width: 781px) {
      .ceo .float {
        font-size: 1.5rem;
        padding: 1rem; } }
  .ceo img {
    object-fit: cover;
    width: 100%;
    height: 100%; }

/*   Media page   */
.facetwp-facet-news_search .facetwp-input-wrap {
  width: calc(100% - 2rem); }
.facetwp-facet-news_search i {
  display: none; }
.facetwp-facet-news_search input {
  width: 100%;
  padding: .5em 1em;
  border: none;
  border-radius: 1rem;
  background-color: #eee; }

.el-oamjr7 img {
  aspect-ratio: 3/2;
  object-fit: cover;
  width: 100%;
  height: 200px;
  margin-bottom: 1rem; }

.el-uf6wut {
  color: #515156;
  font-size: .75em;
  line-height: normal;
  margin-bottom: .25rem; }

/* publish date */
.el-fz703r a {
  color: black;
  text-transform: uppercase;
  line-height: 1em;
  display: inline-block; }

/* title */
.wp-block-column .facetwp-facet {
  margin-bottom: 0; }

.facetwp-reset {
  border: none;
  cursor: pointer;
  transition: all .25s;
  font-weight: bold; }

@media (max-width: 781px) {
  .fwpl-layout.el-hkhimk {
    grid-template-columns: 1fr !important; } }

.inthenews {
  padding: 2rem 18rem;
  background-color: rgba(81, 81, 86, 0.1); }
  @media (max-width: 1299px) {
    .inthenews {
      padding: 2rem 10rem; } }
  @media (max-width: 980px) {
    .inthenews {
      padding: 2rem 5rem; } }
  @media (max-width: 781px) {
    .inthenews {
      padding: 2rem; } }
  .inthenews .grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 10px; }
    @media (max-width: 781px) {
      .inthenews .grid {
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 1rem; } }
    .inthenews .grid .thumb-wrap {
      aspect-ratio: 3/2;
      display: block;
      overflow: hidden; }
      .inthenews .grid .thumb-wrap img {
        object-fit: cover;
        height: 100%;
        width: 100%;
        object-position: center;
        transition: all .25s; }
      .inthenews .grid .thumb-wrap img:hover {
        transform: scale(110%); }
    .inthenews .grid .description {
      margin: 1rem 0;
      color: #515156; }
    .inthenews .grid p {
      margin: 0; }
    .inthenews .grid time {
      color: #515156;
      font-size: .75em;
      line-height: normal;
      margin: 1em 0 0;
      font-size: 1em; }
    .inthenews .grid .title {
      color: black;
      text-transform: uppercase;
      font-weight: bold;
      line-height: 1em;
      display: block;
      margin-top: .25em; }

/*   Publications template   */
.pub-pad {
  padding: 2rem 18rem; }
  @media (max-width: 1299px) {
    .pub-pad {
      padding: 2rem 10rem; } }
  @media (max-width: 980px) {
    .pub-pad {
      padding: 2rem 5rem; } }
  @media (max-width: 781px) {
    .pub-pad {
      padding: 2rem; } }

.publications {
  padding: 2rem 18rem;
  background-color: rgba(81, 81, 86, 0.1) !important; }
  @media (max-width: 1299px) {
    .publications {
      padding: 2rem 10rem; } }
  @media (max-width: 980px) {
    .publications {
      padding: 2rem 5rem; } }
  @media (max-width: 781px) {
    .publications {
      padding: 2rem; } }
  .publications .grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 1rem; }
    @media (max-width: 980px) {
      .publications .grid {
        grid-template-columns: repeat(2, 1fr); } }
    @media (max-width: 781px) {
      .publications .grid {
        grid-template-columns: 1fr; } }
    .publications .grid .pub-cell {
      padding: 1rem;
      background-color: rgba(255, 255, 255, 0.5);
      border-radius: 1rem;
      box-shadow: 10px 10px 10px #e7e7e7; }
    .publications .grid .thumb-wrap {
      display: flex;
      perspective: 8rem;
      height: 200px;
      justify-content: center;
      align-items: center; }
      .publications .grid .thumb-wrap img {
        transition: all .25s;
        width: 100px;
        height: auto;
        transform: rotatey(10deg);
        box-shadow: 0.25em 0.25em 1em rgba(0, 0, 0, 0.125); }
    .publications .grid .thumb-wrap:hover img {
      transform: scale(110%) rotatey(0deg);
      box-shadow: 0.5em 0.5em 1em rgba(0, 0, 0, 0.25); }
    .publications .grid time {
      color: #515156;
      font-size: .75em;
      line-height: normal;
      margin: 1em 0 0;
      display: block; }
    .publications .grid h3 {
      margin: 0 0 .5em 0;
      font-size: 1.5em; }
    .publications .grid .authors {
      font-size: .8em;
      margin: 0; }

/*   Search results   */
.search-results h1 {
  font-size: 4rem; }
.search-results .search-grid {
  display: grid;
  grid-template-columns: 1fr 4fr; }
.search-results section {
  background: #f7f7f7;
  padding: 2rem;
  border-radius: 2rem;
  display: grid;
  grid-template-columns: auto 1fr;
  grid-gap: 2rem;
  margin: 1rem 0;
  align-items: center; }
  .search-results section h2 {
    margin-top: 0;
    font-size: 2.5rem; }
.search-results section:first-of-type {
  margin-top: 0; }
.search-results img {
  aspect-ratio: 1/1.25;
  width: 200px;
  object-fit: cover;
  height: auto; }
.search-results #s {
  background-color: #eee;
  border-radius: 1em;
  border: none;
  padding: .5em 1em;
  margin-bottom: .5em; }

/*   Misc. Wordpress   */
@media (max-width: 781px) {
  .wp-block-image .alignleft, .wp-block-image .alignright {
    float: none !important;
    margin: 0 !important; } }
@media (max-width: 781px) {
  .wp-block-image img {
    max-width: 100% !important; } }

.facetwp-facet select, .facetwp-facet input {
  padding: 1rem;
  max-width: 100%; }

.page-numbers {
  margin: 0 .5em; }

/*.ghostkit-grid img {@include phone {width: 65px !important;}} Shouldn't be necessary if phone img is max-width... */
.wp-block-embed__wrapper {
  /*   video embed wrapper   */ }
  .wp-block-embed__wrapper iframe {
    width: 100%;
    height: 100%;
    aspect-ratio: 16/9; }

@media (max-width: 781px) {
  .wp-block-media-text .wp-block-media-text__content {
    padding: 3rem 0 0 !important; } }

.wp-block-gallery.has-nested-images figure.wp-block-image {
  flex-grow: 0 !important; }

/*   Fix for WP Gallery block lower row   */
.extended-leadership {
  font-size: .8em; }

.k-ui-namespace .koowa_header__item--image_container {
  display: none !important; }

/*   DocMan Header Image   */
.scriptlesssocialsharing h3 {
  display: inline-flex;
  font-size: 1rem;
  margin-right: 1em; }
.scriptlesssocialsharing .scriptlesssocialsharing__buttons {
  display: inline-flex; }
  .scriptlesssocialsharing .scriptlesssocialsharing__buttons .button {
    margin: 0 .25em;
    border-radius: 10rem !important;
    display: flex;
    padding: .75em !important; }

.full-video video {
  width: 100vw;
  margin: 0 -18rem; }
  @media (max-width: 1299px) {
    .full-video video {
      margin: 0 -10rem; } }
  @media (max-width: 980px) {
    .full-video video {
      margin: 0 -5rem; } }
  @media (max-width: 781px) {
    .full-video video {
      margin: 0 -2rem; } }

/*   ACF Gallery Slideshow   */
.slideshow {
  margin: 0;
  padding: 0;
  /*   careers testimonials only   */ }
  .slideshow .fade {
    animation: fading 4s infinite; }
@keyframes fading {
  0% {
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0; } }
  .slideshow .fadeCareers {
    animation: fading 12s infinite; }
@keyframes fading {
  0% {
    opacity: 0; }
  20% {
    opacity: 1; }
  80% {
    opacity: 1; }
  100% {
    opacity: 0; } }
/*   Responsive Menu   */
.openbtn {
  display: none; }
  @media (max-width: 781px) {
    .openbtn {
      display: block;
      border: none;
      background: none;
      cursor: pointer;
      color: white;
      font-size: 1rem;
      text-align: right;
      padding-right: 1rem; } }

.sidepanel {
  width: 0;
  position: fixed;
  z-index: 1000000000;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.975);
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 4rem; }
  .sidepanel .closebtn {
    position: absolute;
    top: 0;
    right: 3rem;
    font-size: 3rem;
    color: black; }
  .sidepanel .closebtn:hover {
    text-decoration: none;
    color: #777; }
  .sidepanel ul {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 1.5rem; }
    .sidepanel ul a {
      display: block;
      padding: 1rem 2rem;
      font-weight: normal;
      width: 10000px;
      /*   could be an issue...fixes text wrap problem on mobile menu close   */ }
    .sidepanel ul a:hover {
      color: white;
      background-color: #0080bb !important;
      text-decoration: none; }
    .sidepanel ul .menu-item-has-children > a::after {
      content: "▼";
      margin-left: .5em;
      font-size: .5em;
      padding-bottom: .25em;
      vertical-align: middle;
      transition: all .25s; }
    .sidepanel ul li {
      display: block; }
      .sidepanel ul li ul {
        display: none;
        font-size: 1rem; }
    .sidepanel ul li:hover ul {
      display: block; }
      .sidepanel ul li:hover ul a {
        padding-left: 4rem; }
  .sidepanel .button, .sidepanel .wp-block-search {
    margin: 1rem 2rem; }
  .sidepanel .button {
    font-size: 1rem !important; }
  .sidepanel input {
    background-color: #77ccf3 !important;
    border-radius: 1rem;
    border: none;
    text-transform: uppercase;
    color: white;
    font-size: 1rem;
    padding: 1rem; }
  .sidepanel input::placeholder {
    color: white !important;
    opacity: 1 !important; }
