/*!
Theme Name: Georgetown Energy Partners
Theme URI: https://georgetownenergypartners.com/
Author: Jed Zilberberg
Author URI: https://georgetownenergypartners.com/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: georgetownenergypartners.com
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

MATEP is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/* COLORS */
:root {
    --black: #000000;
    --blue-lt: #003DA5;
    --blue-md: #012169;
    --blue-black: #041E42;
    --grey0: #F2F2F2;
    --grey1: #BBBCBC;
    --grey2: #AAAAAA;
    --grey4: #333333;
    --white: #FFFFFF;

    --container-width: 1280px;
    --narrowWidthMargin1: 50px;
    --narrowWidthMargin2: 30px;
}

/* MAIN */
.post-navigation .screen-reader-text {
    position: relative;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite {
    -webkit-text-size-adjust: none;
}
html, body {
    height: 100%;
    margin: 0;
}
body {
    margin: 0;
    padding: 0;
    font-family: HelveticaNeue, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #171D21;
}
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
select,
input,
option {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
    display: block;
}
figure {
    margin: 0;
}
audio,
canvas,
video {
    display: inline-block;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}
q {
    quotes: none;
}
q:before,
q:after {
    content: "";
    content: none;
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
ul {
    margin: 0 0 20px 17px;
}
ol {
    margin: 0 0 15px 15px;
}
nav ul,
nav ol {
    list-style: none;
    list-style-image: none;
}
button,
input,
select,
textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    border-radius: 0 !important;
}
textarea {
    overflow: auto;
    vertical-align: top;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
}
button:focus {
    outline: none !important;
}
:focus {
    outline: 0;
}
strong {
    font-weight: 700;
}
p {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    padding-bottom: 20px;
    margin-bottom: 0;
    color: var(--black);
}
a {
    color: var(--blue-md);
    text-decoration: underline;
    text-underline-offset: 3px;
}
a, button{
    transition: all 0.4s ease 0s;
}
a::after, a::before {
    transition: all 0.4s ease 0s;
}
a:focus-visible,
a:focus-visible h1,
a:focus-visible h2,
a:focus-visible h3,
a:focus-visible img {
    outline: 2px solid var(--blue-lt);
    outline-offset: 4px;
}
iframe, object, embed {
    max-width: 100%;
}

/* HEADINGS */
h1, h1 p { font-size: 38px; font-weight: 400; margin-bottom: 0px; line-height: 40px; color: var(--grey4); font-family: 'Noto Serif', serif; }
h2, h2 p { font-size: 32px; font-weight: 400; margin-bottom: 10px; line-height: 38px; color: var(--grey4); font-family: 'Noto Serif', serif; }
h3, h3 p { font-size: 24px; font-weight: 700; margin-bottom: 20px; line-height: 1; }
h4, h4 p { font-size: 20px; font-weight: 400; margin-bottom: 20px; line-height: 1.2; }
h5, h5 p { font-size: 16px; font-weight: 300; margin-bottom: 20px; line-height: 1.2; }
h6, h6 p { font-size: 12px; font-weight: 300; margin-bottom: 20px; line-height: 1.2; }

h2.grey {
    color: var(--grey2);
    font-size: 21px !important;
    font-family: 'Open Sans', sans-serif !important;
    font-weight: 600;
    line-height: 26px;
    margin-bottom: 10px !important;
    text-transform: uppercase;
}

/* STRUCTURE */
.wrapper {
    position: relative;
    overflow: hidden;
}
.container {
    position: relative;
    max-width: var(--container-width);
    width: 100%;
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
    z-index: 11;
}
#page {
    min-height: 100%; /* ensure full height */
    display: flex;
    flex-direction: column;
}
main {
    flex: 1; /* take up remaining space if content does not make the page take up the entire browser window height */
}

/* DIVIDER */
.full-line {
    border-bottom: 1px solid var(--black);
}
.full-line .divider {
    border-bottom: 1px solid var(--black);
    width: 100%;
    margin: 0 auto;
}
.full-line:has(.divider) {
    border-bottom: none;
}

/* MISC */
.background-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
}
.gradient-overlay:after{
    content:"";
    position: absolute;
    width:100%;
    height: 100%;
    top:0;
    left: 0;
    right: 0;
    background: linear-gradient(
            to right,
            rgba(71, 113, 122, .7) 0%,
            rgba(130, 207, 224, .2) 100%
    );
}
.indented {
    padding-left: 20px;
}
.desktop_break {
    display: block;
}

/* SPACERS */
.spacer_5, .mt-5 {
    padding-top: 5px !important;
}
.spacer_10, .mt-10 {
    padding-top: 10px !important;
}
.spacer_15, .mt-15 {
    padding-top: 15px !important;
}
.spacer_20, .mt-20 {
    padding-top: 20px !important;
}
.spacer_25, .mt-25 {
    padding-top: 25px !important;
}
.spacer_30, .mt-30 {
    padding-top: 30px !important;
}
.spacer_35, .mt-35 {
    padding-top: 35px !important;
}
.spacer_40, .mt-40 {
    padding-top: 40px !important;
}
.spacer_45, .mt-45 {
    padding-top: 45px !important;
}
.spacer_50, .mt-50 {
    padding-top: 50px !important;
}
.spacer_55, .mt-55 {
    padding-top: 55px !important;
}
.spacer_60, .mt-60 {
    padding-top: 60px !important;
}
.spacer_70, .mt-70 {
    padding-top: 70px !important;
}
.spacer_80, .mt-80 {
    padding-top: 80px !important;
}
.spacer_90, .mt-90 {
    padding-top: 90px !important;
}
.spacer_100, .mt-100 {
    padding-top: 100px !important;
}

/* SLIDER - SPLIDE */
.splide__arrows {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    width: 100%;
    z-index: 1;
}
.splide__arrows button {
    background: none;
    padding: 0;
}
.splide__arrow--prev,
.splide__arrow--next {
    color: var(--grey1);
    border: none;
}
.splide__arrow--prev .material-icons-outlined,
.splide__arrow--next .material-icons-outlined {
    font-size: 54px;
}
.splide__controls {
    display: flex;
    align-items: center;
    justify-content: center;
}
.splide__controls .splide__toggle {
    display: flex;
    background: var(--grey2);
    border: 1px solid var(--grey2);
    border-radius: 50% !important;
    width: 1.8rem;
    height: 1.8rem;
    transition: background-color .2s ease;
    padding: 7px;
}
.splide__controls .splide__toggle:hover {
    background: var(--blue-lt);
    border: 1px solid var(--blue-lt);
}
.splide__controls .splide__toggle svg { /* Needed for mobile */
    width: 100%;
    height: 100%;
}
.splide__controls .splide__toggle__play {
    margin-left: 2px;
}
.splide__pagination {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translate(-50%);
}
.splide__pagination li button.splide__pagination__page {
    width: 13px;
    height: 13px;
    margin: 0 5px;
    padding: 0;
    border-radius: 50% !important;
    background: transparent;
    border: 1px solid var(--grey2);
}
.splide__pagination li button.splide__pagination__page.is-active {
    background: var(--grey1);
}

/* HERO */
/* #hero-banner is for the full screen height banner */
/* #hero-banner-landing-page is for the banner that has an assignable height  */
#hero-banner {
    position: relative;
    height: 100vh;
    display: flex;
    align-items: flex-end;
}
#hero-banner-landing-page {
    position: relative;
    display: flex;
    align-items: flex-end;
}
#hero-banner-landing-page .container {
    position: relative;
    z-index: 11;
}
#hero-banner .background-bg,
#hero-banner-landing-page .background-bg {
    background-position: 50% 100%;
}
#hero-banner .container,
#hero-banner-landing-page .container {
    position: relative;
    height: 100%;
    z-index: 11;
}
#hero-banner .banner-cont,
#hero-banner-landing-page .banner-cont {
    display: flex;
    align-items: flex-end;
    height: 100%;
}
#hero-banner .banner-cont {
    padding-bottom: 50px;
}
#hero-banner-landing-page .banner-cont {
    height: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    width: 100%;
    max-width: 785px;
    height: 100%;
}
#hero-banner .content-left {
    width: 50%;
}
#hero-banner .content-right {
    width: 50%;
    text-align: right;
    padding-left: 50px;
}
#hero-banner .banner-cont h1 {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    line-height: 1.1;
    width: 100%;
}
#hero-banner .banner-cont h1:last-child {
    margin-bottom: 0;
}
#hero-banner .banner-cont p {
    color: #fff;
    font-size: 24px;
    font-weight: 500;
}
#hero-banner .content-right .btn-wrap span {
    font-size: 21px;
}
#hero-banner .content-right .btn-wrap {
    padding: 24px 40px;
    margin-right: 0;
    min-width: 286px;
    height: 80px;
    text-align: center;
}
#hero-banner-landing-page .banner-cont h1 {
    color: #fff;
    width: 100%;
}
#hero-banner-landing-page .banner-cont h1:last-child {
    margin-bottom: 0;
}
#hero-banner-landing-page .banner-cont p {
    color: #fff;
    font-size: 24px;
    line-height: 1.5;
    letter-spacing: 0.2px;
    font-weight: 500;
    padding-bottom: 15px;
    width: 100%;
}

#hero-banner video {
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
}
#hero-banner-landing-page video {
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
}

.hero-banner #hero-slider,
.hero-banner #hero-slider .splide__track,
.hero-banner #hero-slider .splide__track .slide {
    height: 100% !important;
}
.hero-banner #hero-slider .splide__slide .img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 100%;
}
.hero-banner #hero-slider .splide__slide.has-content:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1;
}
.hero-banner #hero-slider .splide__slide .content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    color: var(--white);
}
.hero-banner #hero-slider .splide__slide .content .heading {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 15px;
}
.hero-banner #hero-slider .splide__slide .content .text {
    font-size: 24px;
}
.hero-banner #hero-slider .splide__slide .content .cta-btn {
    margin-top: 20px;
}
.hero-banner #hero-slider .splide__controls {
    position: absolute;
    right: 20px;
    bottom: 20px;
}
.hero-banner #hero-slider .splide__arrow--prev {
    margin-left: 10px;
}
.hero-banner #hero-slider .splide__arrow--next {
    margin-right: 10px;
}
.hero-banner #hero-slider .splide__arrow--prev .material-icons-outlined,
.hero-banner #hero-slider .splide__arrow--next .material-icons-outlined {
    font-size: 28px;
}

/* BUTTONS */
button,
a.btn,
.nav-btn,
input.btn {
    background-color: var(--grey0);
    padding: 10px 20px;
    text-align: center;
    border-radius: unset;
    border: 1px solid var(--grey2);
    transition: all 0.4s ease 0s;
    text-decoration: none;
}
button:hover,
a.btn:hover,
.nav-btn:hover,
input.btn:hover {
    background-color: var(--grey1);
}
.mfp-content button:hover {
    background-color: transparent;
}

/* BUTTON COMPONENT */
.btn-wrap {
    position: relative;
    display: inline-block;
    padding: 10px 26px;
    border-radius: 0;
    border-style: solid;
    border-width: 1px;
    transition: all 0.5s ease-in-out;
    font-size: 18px;
    margin-right: 10px;
}
.btn-wrap span {
    position: relative;
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    transition: all 0.5s ease-in-out;
    z-index: 11;
}
.btn-wrap.small-btn {
    padding:0;
    font-size: 16px;
}
.btn-wrap.small-btn span{
    font-size: 16px;
}
.btn-wrap i {
    padding-left: 10px;
    font-weight: 300;
    font-size: 22px;
    position: relative;
    left: 0;
    transition: all 0.5s ease-in-out;
}
.btn-wrap:hover i {
    left: 5px;
}

/* BACK TO TOP BUTTON */
button.back-to-top {
    position: fixed;
    display: block;
    visibility: hidden;
    height: 0;
    width: 0;
    right: 150px;
    bottom: 75px;
    margin: 0 !important;
    padding: 0 !important;
    background: #fff;
    overflow: hidden;
    border-radius: 50px !important;
    border: 4px solid #fff;
    color: transparent;
    clear: both;
    font-size: 0;
    outline: 0 !important;
    transition: all .3s ease-in-out;
    cursor: pointer;
    z-index: 222;
}
button.back-to-top:hover,
button.back-to-top:active,
button.back-to-top:focus {
    outline: 0 !important;
}
button.back-to-top::before {
    content: "\f062";
    font-family: "Font Awesome 6 Free";
    color: #fff;
    font-weight: 300;
    transition: all .3s ease-in-out;
}
button.back-to-top.show::before {
    visibility: visible;
}
button.back-to-top.show {
    display: block;
    visibility: visible;
    top: calc(100vh - 100px);
    right: 40px;
    height: 60px;
    width: 60px;
    color: #fff;
    font-size: 24px;
    background: #007ACD;
    border-width: 3px;
    box-shadow: 4px 1px 29px -10px rgba(0, 0, 0, 0.6);
}

/* SEARCH */
#results-main {
    padding: 60px 0;
}
#results-main h1 {
    text-transform: unset;
    font-size: 36px;
}
#results-main h1 span {
    color: var(--blue-md);
}
#results-main .results-listing {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    margin-top: 20px;
}
#results-main .results-listing .results-block {
    border-bottom: 1px solid var(--grey4);
    padding-bottom: 20px;
    margin-bottom: 20px;
}
#results-main .results-listing .results-block .results-thumb .results-img {
    width: 250px;
    height: 100px;
    background-size: cover;
    background-repeat: no-repeat;
}
#results-main .results-listing .results-block .results-content h2 {
    font-size: 24px;
    margin-bottom: 0;
}

/* FORMS */
form input[type="text"],
form input[type="search"],
form input[type="email"],
form input[type="password"],
form textarea,
form select {
    width: 100%;
    padding: 5px;
    border: 1px solid var(--grey1);
    font-size: 16px;
}
form input[type="submit"] {
    background-color: var(--grey0);
    color: var(--white);
    border: none;
    padding: 6px 15px;
    cursor: pointer;
}
form input[type="submit"]:hover {
    background-color: var(--grey1);
}

#errorMsg, #errorMsg1 {
    margin-top: 25px;
    color: #990000;
    font-weight: normal;
    text-align: center;
}

/* PAGINATION */
.pagination {
    margin-top: 20px;
}
.pagination .nav-links {
    text-align: center;
}
.pagination .page-numbers {
    position: relative;
    display: inline-block;
    width: 46px;
    height: 46px;
    background-color: transparent;
    border-radius: 50%;
    font-size: 24px;
    font-weight: 700;
    line-height: 44px;
    color: var(--black);
}
.pagination .prev.page-numbers,
.pagination .next.page-numbers {
    width: auto;
}
.pagination .page-numbers.current {
    background-color: var(--blue-md);
}

/* BLOG */
.blog .posts-list-outer {
    margin: 60px 0;
}
.blog .posts-list {
    display: flex;
    flex-wrap: wrap;
    gap: 3rem;
}
.blog .posts-list article {
    flex: 0 0 calc((100% - (2 * 3rem)) / 3); /* 3 columns, subtracting gaps */
    max-width: calc((100% - (2 * 3rem)) / 3);
    box-sizing: border-box;
}
.blog article .post-thumbnail .bg-img {
    height: 300px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 20px;
}
.blog article .entry-content-wrapper {
    border: 1px solid var(--grey4);
    margin-top: -20px;
    padding: 20px;
}
.blog article .entry-content-wrapper header {
    display: block !important;
}
.blog article .entry-meta {
    margin-bottom: 10px;
}
.blog article .entry-content p {
    padding-bottom: 0;
}

/* BLOG DETAIL PAGE */
.single-post .post-navigation .nav-links {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 1.5rem;
    margin: 0 auto;
    padding-top: 20px;
    border-top: 1px solid var(--grey4);
    width: fit-content;
}
.single-post .post-navigation .nav-links .nav-previous {
    text-align: center;
}
.single-post .post-navigation .nav-links .nav-next {
    text-align: center;
}
.single-post .post-navigation .nav-links .nav-previous a,
.single-post .post-navigation .nav-links .nav-next a {
    display: block;
    padding: 0;
    text-decoration: none !important;
}
.single-post .post-navigation .nav-links .nav-previous a .nav-heading,
.single-post .post-navigation .nav-links .nav-next a .nav-heading {
    display: block;
    text-align: center;
    margin-bottom: 10px;
    color: var(--black) !important;
}
.single-post .post-navigation .nav-links .nav-previous a .nav-btn,
.single-post .post-navigation .nav-links .nav-next a .nav-btn {
    display: block;
    width: 450px;
}

/* TABLES */
thead tr:nth-child(odd) {
    background-color: var(--grey0);
}
tr:nth-child(even) {
    background-color: var(--grey0);
}
tr th,
tr td {
    border: 1px solid var(--grey1);
    padding: 10px;
}
th {
    font-weight: 700;
}

/* POPUPS */
.popup-text-and-images-content {
    position: relative;
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
    background-color: var(--white);
}

/* PRIVACY, COOKIE NOTICE, CA PRIVACY */
/*.cookie-notice .indented,*/
/*.privacy .indented,*/
/*.privacy-ca .indented {*/
/*    padding-left: 30px !important;*/
/*}*/
/*.cookie-notice ul,*/
/*.privacy ul,*/
/*.privacy-ca ul {*/
/*    margin: 15px 0 30px 0 !important;*/
/*}*/

/*.cookie-notice ol,*/
/*.privacy ol,*/
/*.privacy-ca ol {*/
/*    margin: 15px 0 -15px 15px !important;*/
/*}*/
/*.cookie-notice ul,*/
/*.privacy ul,*/
/*.privacy-ca tr ul {*/
/*    list-style: disc;*/
/*    list-style-image: none !important;*/
/*}*/
/*tr:nth-child(odd),*/
/*.pricing-table>li:nth-child(odd),*/
/*.pricing-extra {*/
/*    background: #f8f8f8;*/
/*}*/
/*.cookie-notice tr:nth-child(even),*/
/*.privacy tr:nth-child(even),*/
/*.privacy-ca tr:nth-child(even) {*/
/*    color: var(--black);*/
/*}*/
.cookie-notice table,
.privacy table,
.privacy-ca table {
    margin-top: 20px;
}

@media only screen and (max-width: 1540px) {
    /* STRUCTURE */
    .container {
        width: 100%;
        max-width: 100%;
        margin: 0;
        padding-left: var(--narrowWidthMargin1);
        padding-right: var(--narrowWidthMargin1);
    }
}
@media only screen and (max-width: 768px) {
    /* STRUCTURE */
    .container {
        padding-left: var(--narrowWidthMargin2);
        padding-right: var(--narrowWidthMargin2);
    }

    /* MISC */
    .desktop_break {
        display: none;
    }

    /* BACK TO TOP BUTTON */
    button.back-to-top.show {
        right: 20px;
    }

    /* BLOG */
    .blog .posts-list {
        flex-direction: column;
    }
    .blog .posts-list article {
        flex: 100%;
        max-width: 100%;
    }
    .blog article .entry-content {
        margin-top: 20px;
    }
}
@media only screen and (max-width: 480px) {
    /* HERO SLIDER */
    #hero-slider .splide__controls {
        right: 10px;
        bottom: 10px;
    }

    /* SLIDER - SPLIDE */
    .splide__controls .splide__toggle {
        width: 1.5rem;
        height: 1.5rem;
    }
}