/*
Theme Name: NYPGA Rebate
Theme URI: 
Author: Consumer Focus Marketing
Author URI: https://consumerfocusmarketing.com
Description: Theme for NYPGA Rebate
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Tags: TAGS
Text Domain: #
*/



:root {

--gray: #e1e1e1;
--dk-gray: #eee;
--white: #fff;
--red: #ee2e29;
--black: #000;
--blue: #3bacf3;


}


/*** DEFAULTS ***/

/* font size will +/- by 1px for every 100px of the viewport width */

html {
  font-size: calc(10px + 0.5vw); 
}

body { 
  font-size: 1rem; 
  font-family: 'Source Sans Pro';
  line-height: 1.5;
  font-size: 1.1875rem;
  font-weight: 400 !important;
  overflow-x: hidden;
  color: var(--body-color);
  margin: 0;
}



* {
    transition-property: background-color, border-color, box-shadow, color, opacity, text-shadow, transform;
    transition-duration: 0.2s;
    transition-timing-function: linear;
}

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

.wrapper {
  padding: 3rem 15px 4rem;
}

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

.clearfix::after {
    content: "";
    clear: both;
    display: table;
}

strong {
    font-weight: 700;
}


h1, h2, h3, h4 {
    margin: 0 0 .5rem;
    line-height: 1.2;

}
/*
p, li, a, ul, ol, li {
	font-size: 1rem;
}*/

@media (max-width: 767px) {
    body{
    
        font-size: 1.5rem;
    }
}

/**

Font size formula: Target Size / Base Size = Value
Example: 50px / 16px = 3.125rem

**/

h1 {
  font-size: 3.125rem;
  color: var(--red);
}


h2 {
  font-size: 2rem;
  color: var(--red);
}

h3 {
  font-size: 24px;
  color: var(--red);
}

h4 {
  font-size: 1.5rem;
  color: var(--red);
}

.site-main h1,
.site-main h2,
.site-main h3,
.site-main h4,
.site-main h5,
.site-main h6 {
        color: var(--red);
}

.site-main h1 a,
.site-main h2 a,
.site-main h3 a,
.site-main h4 a,
.site-main h5 a,
.site-main h6 a {
        color: var(--red);
}

.site-main h1 a:hover,
.site-main h2 a:hover,
.site-main h3 a:hover,
.site-main h4 a:hover,
.site-main h5 a:hover,
.site-main h6 a:hover,
.site-main h1 a:focus,
.site-main h2 a:focus,
.site-main h3 a:focus,
.site-main h4 a:focus,
.site-main h5 a:focus,
.site-main h6 a:focus {
        color: var(--black);
}

p {
  padding: 0;
  font-weight:400;
}

a {
  text-decoration: none;
  font-weight:400;

}

a:hover {
  color: ;
}


a[href^="tel:"], a[href^="mailto:"] {
    color: inherit;
    text-decoration: none;
}
.red-text {
    color: #BA0C2F;
}
.blue {
    background-color: var(--black);
}
.blue a {
    font-size: 16px;
}

/* Header refresh: white background with black primary links and red accents. */
.site-header .blue {
    background-color: var(--white);
    border-bottom: 1px solid #d9d9d9;
}

.site-header .main-menu .container-fluid {
    align-items: center;
    padding-left: 1.75rem;
    padding-right: 1.75rem;
    padding-top: 0.65rem;
    padding-bottom: 0.65rem;
}

.site-header .col-md-5 > a {
    display: inline-block;
    padding: 0.5rem 0;
}

.site-header .col-md-5 > a .logo {
    max-width: 260px !important;
}

.site-header .rightMenu a {
    color: var(--black);
    font-weight: 600;
    white-space: nowrap;
}

.site-header .rightMenu .list-inline {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: center;
    gap: 1.25rem;
    margin-bottom: 0;
}

.site-header .rightMenu .list-inline li {
    margin: 0;
}

.site-header .rightMenu a:hover,
.site-header .rightMenu a:focus {
    color: var(--red);
    text-decoration: underline;
}

@media (max-width: 991.98px) {
    .site-header .main-menu .container-fluid {
        justify-content: center;
        text-align: center;
        padding-top: 1rem;
        padding-bottom: 0.75rem;
    }

    .site-header .col-md-5,
    .site-header .col-md-7 {
        flex: 0 0 100%;
        max-width: 100%;
        text-align: center;
    }

    .site-header .col-md-5 > a {
        display: inline-block;
        margin-top: 0.35rem;
        margin-bottom: 0.75rem;
    }

    .site-header .rightMenu {
        margin-top: 0;
    }

    .site-header .rightMenu .list-inline {
        justify-content: center;
        flex-wrap: wrap;
        row-gap: 0.4rem;
        column-gap: 1.1rem;
    }
}

/* Keep only the new nav logo visible. */
.site-header > .container {
    display: none;
}

.imgBG {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 450px;
    padding: 0;
}

.imgBG .content {
    position: relative;
    min-height: 450px;
    height: auto;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.75rem 1.25rem;
}

.imgBG .green {
    background-color: rgba(0, 0, 0, .7);
}
.imgBG .blue {
    background-color: rgba(0, 0, 0, .7);
}

.imgBG .content div {
    position: static;
    transform: none;
}

.open-banner,
.closed-banner {
    width: 100%;
    max-width: 680px;
    margin: 0 auto;
}

.imgBG .content a {
    color: #fff;
}

.imgBG .content a:hover,
.imgBG .content a:focus {
    color: #e3e3e3;
}

/*** VIDEOS ***/

.wp-video {
    margin: auto;
    margin-top: .5rem;
}

/*** "GLOBAL" STYLES ***/

.collapse.show {
    display: block !important;
}

.container {
    min-width: 95vw;
}

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

.text-right {
  text-align: right;
}


/*** BUTTONS ***/

button:hover {
    cursor: pointer;
}

.btn, button, .gform_button, .gv-search-button {
  
    margin: 1rem .25rem;
    text-decoration: none;
    text-align: center;
    display: inline-block;
    border: 1px solid transparent;
    line-height: normal;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 0px;
}

.btn-block {
    display: block;
    width: 100%;
}

.btn:hover, button:hover, .gform_button:hover, .gv-search-button:hover {
    transition: all 0.2s ease 0s;
    text-decoration: none;
}

.btn-primary, .gform_next_button, .gform_button, .gv-search-button {
    color: #fff !important;
    background-color: var(--red);
    border-color: var(--red);
    font-size: 18px;
    font-weight: 600;
    transition: background-color 0.2s ease, border-color 0.2s ease;
}

.btn-primary:hover, .gform_next_button:hover, .gform_button:hover, .gv-search-button:hover {
    color: #fff;
    background-color: var(--blue);
    border-color: var(--blue);
}

.btn-primary:focus-visible, .gform_next_button:focus-visible, .gform_button:focus-visible, .gv-search-button:focus-visible {
    outline: 2px solid var(--red);
    outline-offset: 2px;
}

.btn-default {
  
}

.btn-default:hover {

}

.text-right {
  text-align: right;
}

.disabled {
	color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
	cursor: not-allowed;
	pointer-events: none;
}
.disabled-button {
    background-color: #ccc;
    color: #666;
    cursor: not-allowed;
}


@media (max-width:768px){
	.btn{display: block;}
}
/*** GLOBAL ***/

.important-info {
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid #ccbe94;
    border-radius: 0.25rem;
    background-color: #fff3cd;
    color: #5D4602;
}

/*** COLORS ***/



/*** HEADER ***/

img.logo {
	max-width: 350px !important;
}
@media(max-width:450px){
    img.logo {
        max-width: 85% !important;
    }
}

.remaining-funds p {
    margin-bottom: 0;
	margin-top: .5rem;
	line-height: 1;
}

.remaining-funds {
    padding: .5rem;
    margin-bottom: .5rem;
    background: var(--black);
	color: var(--white);
}

.remaining {
    font-weight: 700;

}

.appliance-funds .col-md-3:not(:last-child) {
    border-right: 1px solid var(--gray);
}

.list-inline {
    padding-left: 0;
    list-style: none;
    margin-left: -5px;
}

.list-inline li {
    display: inline-block;
    margin-right: 10px;
    margin-left: 10px;
}

#menu-home li:not(last-child):not(.dropdown-menu li) {
    border-right: 1px solid #fff;
    padding: 0 7px;
}

.main-menu, .main-menu .nav-link,.main-menu .nav-item {
    padding: 0;
}


/*** NAV BAR ***/
@media(max-width: 1098px) {
    .collapse {
       display: unset;
    }
}
 

/*** MENU - BASE STYLES ***/

  /* show dropdown menus on hover */
  .dropdown:hover > .dropdown-menu {
    display: block;
  }

  .dropdown-item {
    text-align: left;
    padding: .5rem 1.5rem;
  }


  /* removes the deadzone click area */
  .dropdown-menu {
    margin: 0;
    border: 0;
    border-radius: 0;
    background-color: #fff;
  }

.dropdown-item:hover {
    color: var(--red) !Important;
}


  .nav-link:hover,
  .nav-item:hover,
  .nav-item.active > a {
    color: var(--yellow);
}

@media (min-width: 992px) and (max-width: 1200px) {
  header .container {
    max-width: 990px;
  }
}

.dropdown-menu {
    background: #ddf0f4;
    box-shadow: rgba(0, 0, 0, 0.19) 0 0 8px 0;
  }

.dropdown-item {
  color: var(--red) !important;
}

@media(min-width: 768px) {
  
  .dropdown-menu {
      right: auto;
      left: 0;
      margin: 0 auto;
  }
    /* hides carets */
  .dropdown-toggle::after {
    display: none;
  }
}




.nav-link, .dropdown-item {
  color: inherit;

}

@media (max-width: 768px) {
  .nav-link, .dropdown-item {
      text-align: left;
      padding-bottom: 1rem;

    }

    .nav-link {
      display: flex;
      justify-content: space-between;
      align-items: center;
    }

}


@media (min-width: 768px) and (max-width: 992px) {
    .navbar-brand {
        display: block;
        margin: 0 auto;
    }
}



/*** MENU - TOP LEVEL ***/


/*** MENU - SECOND LEVEL MENU DROPDOWNS ***/

.second-level {
    position: relative;
}

.second-level > .dropdown-menu {
    top: 0;
    left: 100%;
}

@media (min-width: 768px) {
  .second-level > .dropdown-menu {
    margin-top: -.5rem;
  }

  .second-level.menu-item-has-children > a:after {
    display: block;
    content: "▸";
    float: right;
    margin-right: -20px;
  }

  .second-level:hover > a:after {
    border-left-color: inherit;
  }

  .menu-item-has-children > .dropdown-item {
    padding: .5rem 2.25rem .5rem 1.5rem;
  }
}


/*** MENU - THIRD LEVEL MENU DROPDOWNS ***/

.submenu-two {
    background: darkgray;
}

@media (max-width: 768px) {
  .third-level .dropdown-item {
    padding-left: 40px;
    font-size: 1.2rem;
  }

  .second-level.menu-item-has-children .dropdown-item::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}

  .third-level a.dropdown-item::after {
    display: none !important;
  }
}


/*** HOME ***/
.home h2 {
	font-weight: 300;
	text-align: center;
	font-size: 3rem;
	margin-bottom: 1.5rem;
	color: var(--red);
}
.home-step-icon {
	max-width: 150px;
}
.home-application-steps .col-md-4 {
	display: flex;
	align-items: center;
	flex-flow: column;
	text-align: center;
}
.home-application-steps .col-md-4 h3 {
	margin-top: 1rem;
	margin-bottom: .75rem;
}
.open-banner, .closed-banner {
    font-size: 20px;
    color: #fff;
}

.open-banner h2, .closed-banner h2 {
	color: var(--red);
	text-shadow: 1px 1px 3px rgba(0,0,0,0.5);
}

.homeContent {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
}
.homeContent h1{ 
    color: var(--red);
}

.homeContent h2 {
    color: var(--red);
}

.homeContent h3 {
    color: var(--red);
}

.homeTitles {
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    font-weight: 700;
    display: inline-block;
}

.homeTitles span.md-Light {
    font-weight: 300;
    font-size: 55px;
    line-height: 50px;
}

.homeTitles span.lg-Bold {
    font-weight: 700;
    font-size: 70px;
    line-height: 65px;
}

.homeTitles span.md-Bold {
    font-weight: 700;
    font-size: 55px;
    line-height: 50px;
}

.homeTitles:hover,
.homeTitles:focus {
    color: #e3e3e3;
    text-decoration: none;
}

.homeTitles:focus-visible {
    outline: 2px solid var(--red);
    outline-offset: 2px;
}
.button-section .btn {
	display: block;
	font-size: 16px;
	font-weight: 500;
}
.steps {
    padding-top: 20px;
}
.steps img {
    max-height: 150px;
}
.steps .btn {
    display: inline-block;
    font-size: 18px;
    padding: 15px;
    margin: auto;
}

@media (max-width: 575px){
    .homeContent h1{
        font-size: 60px;
    }
}

/*** REBATE APPLICATION PAGES ***/

.btn-box {
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.75rem;
    flex-direction: column;
    line-height: 1.15;
    text-transform: uppercase;
    font-weight: 600;
	margin: auto;
}

.btn-box span {
    display: block;
    font-size: 2rem;
    font-weight: 900;
}

.page-id-20 .btn-box {
    font-size: 1.25rem;
}



/*** FOOTER ***/
footer {
    background: var(--black);
    border-top: 1px solid var(--black);
    color: var(--white);
}

footer p,
footer li,
footer span,
footer strong,
footer h1,
footer h2,
footer h3,
footer h4,
footer h5,
footer h6 {
    color: var(--white);
}

footer a {
    color: var(--white) !important;
    text-decoration: underline;
}

footer a:hover,
footer a:focus {
    color: var(--red) !important;
}

footer a:focus-visible,
.site-header .rightMenu a:focus-visible {
    outline: 2px solid currentColor;
    outline-offset: 2px;
}

.page-id-325 footer {
	margin-top: 0 !important;
}

/*#main:not(.dashboard-main) {
	margin-bottom: 40px;
}*/

/*** PAGES ***/

/*.page-content {
    margin: 25px auto 50px;
}*/

.page-content h1 {
    margin-bottom: 1rem;
    font-size: 2.75rem;
}

/*** 404 ***/

.not-found {
    min-height: 15rem;
    flex-direction: column;
}

.not-found h1 {
    font-size: 10rem;
}

.not-found h2 {
    margin-bottom: 1.66rem;
}

/*** SIDEBARS ***/

blockquote {
	background: rgba(238, 46, 41, 0.08);
    font-weight: 500;
    padding: 1rem;
    border-left: 10px solid var(--red);
	margin-bottom: 40px;
}

blockquote p {
	margin-bottom: 0;
}

.well {
    padding: 1rem;
    margin: 1rem auto;
    text-align: center;
    background: rgba(0, 139, 168, 0.13);
    border-radius: 5px;
    font-weight: 500;
}

.well p {
    margin: 0;
    line-height: 25px;
    color: ;
}

.well h3 {
    color: ;
}

.well .btn-default {
    background: ;
}

.well .btn-default:hover {
    color: ;
}

.well-alt {
    background: var(--black);
    color: #fff;
    padding: 2rem;
}

.well-alt h2, .well-alt h3{
	color:#fff;
}

.well-alt p, .well-alt h3 {
    color: ;
}

.well-alt .btn-default {
    background: ;
    color: ;
}

.well-alt .btn-default:hover {
    background: lightgray;
}

aside p {
    margin: 0;
}

aside {
    padding: 1rem;
    margin: 1rem auto;
}


/*** PAGE CALLOUTS ***/

.callout {
	margin: 2rem auto;
}

.callout-text {
    background: #f3f3f3;
	padding: 2rem;
}

.callout-image {
	min-height: 150px;
}

.full-callout {
	padding: 0;
	text-align: center;
}

.full-callout div {
    width: 100%;
    height: 100%;
    padding: 2rem;
    background-color: rgba(0,0,0,.65);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 1;
	  color: var(--white);
}

/*** BLOG POSTS ***/

.blog-categories ul, .blog-categories li {
    list-style: none;
    padding: 0;
}

/*** CATEGORIES & TAGS ***/

.post-tags, .post-categories {
    font-size: small;
    font-style: italic;
}

/*** SCREEN READERS ***/

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    border: 0;
}

/*** GRAVITY FORMS ***/

.gv-widget-custom-content  .admin-only.admin_only {
    display: inline-block;
}


.gv-search-horizontal {
    display: flex !Important;
    align-items: flex-end !important;
}

.gv-widget-search p {
    margin: 0 !important;
}

.gv-search-field-text * {
    max-width: 100%;
}

.gv-search-field-text input {
    width: 100%;
    background: #fff;
}


.gv-search-box-submit {
    max-width: 5%;
}

.gv-search-button {
    width: 100%;
    margin: 0;
}

.gv-search-box {
    margin: 0 !important;
}

.gv-search-box p {
    margin: 0;
}

.gv-search-horizontal {
    display: flex;
    align-items: flex-end;
}

.gv-search-box-submit input {
    text-transform: uppercase;
    border: 1.5px solid var(--red);
}

.verification-h3 .gfield_label {
    color: var(--red);
    font-weight: 400 !important;
    font-size: 24px !important;
    margin-bottom: 0 !important;
}

.verification-h3 .ginput_container_checkbox {
    margin-top: 0 !important;
    margin-bottom: 2rem !important;
}



.applicance_info {
    background: rgba(238, 46, 41, 0.08);
    padding: 1rem;
    border-left: 5px solid var(--red);
}

.gform_next_button, .gform_previous_button {
    text-transform: uppercase;
    padding: .5rem 1rem;
}

#field_15_124 label {
    color: var(--red);
    font-weight: 500;
    font-size: 24px;
    margin-bottom: 0 !important;
}

.gchoice input {
    margin-top: 2px !important;
}

li.gchoice.gchoice_15_124_1 {
    color: unset;
    font-size: 1rem;
}

li.gchoice.gchoice_15_124_1 * {
    font-size: unset !important;
    color: unset !important;
}

li#field_15_124 .ginput_container_checkbox {
    margin-top: 0;
    display: flex;
}

ul#input_15_124 {
    margin-bottom: 1rem;
}

.gfield-choice-input {
    margin: 0;
}

ul#gform_multifile_messages_15_108 {
    padding: 0;
    margin-top: 1rem;
    color: #900;
    font-weight: 700;
}

.checkbox-confirmations label {
	font-size: 16px !important;
}

.gfield-choice-input {
    margin-top: 0 !important;
}

.gform_wrapper label {
    font-size: 1rem !important;
}

/* login form */

#gform_0 #input_1, #gform_0 #input_2 {
    width: 100%;
}

#gform_0 #choice_3_1 {
    margin: 0;
}

#gform_submit_button_0 {
    color: #fff;
}

#gform_submit_button_0:hover {
    background: var(--blue);
}

.page-id-348 form ul {
    padding: 0;
}

.page-id-348 form li {
    list-style: none;
}

.validation-notice {
    color: #900;
    font-weight: 400;
    font-style: italic;
}

.page-id-90 .admin_only {
    display: inline;
}

/*rebate form*/

.h2-prequalify h2 {
    font-size: 1.5rem !important;
}

li#field_8_91, li#field_14_91, li#field_15_91 {
    display: none;
}
input#input_8_91, input#input_14_91, input#input_15_91 {
    display: none;
}

#field_8_92, #field_14_92, #field_15_92 {
	display: none;
}

.parent-pageid-20 .cancel-rebate, .administrator .cancel-rebate {
	display: none;
}

.gfield_description, .gsection_description {
    font-size: 1rem !important;
    font-style: italic;
}

.gsection_description {
    margin-top: 10px;
}

#field_8_78 .gfield_label, #field_14_78 .gfield_label, #field_15_78 .gfield_label {
    display: none;
}

.marketer #input_8_74, .marketer #input_14_74, .marketer #input_15_74,
.subscriber #input_8_74, .subscriber #input_14_74, .subscriber #input_15_74 {
    all: unset;
    padding-left: 5px;
    color: #900;
    font-weight: 700;
}


#validation_statuses {
    font-size: 25px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 1rem;
}

.outside input {
    background: #b7b7b7;
}

.outside:not(.declined) #input_8_3, .outside:not(.declined) #input_14_3, .outside:not(.declined) #input_15_3 {
    background: #eee;
}


#out_of_range {
    text-align: center;
    font-size: 20px;
    font-weight: 700;
}



.marketer #field_8_74 .ginput_container, .marketer #field_14_74 .ginput_container, .marketer #field_15_74 .ginput_container, .subscriber #field_8_74 .ginput_container, .subscriber #field_14_74 .ginput_container, .subscriber #field_15_74 .ginput_container{
    display: inline;
}

.expiration-date input {
    all: unset;
    font-weight: 500;
    cursor: default;
    margin-left: 10px;
    color: #900;
    font-weight: 700;
    margin-left: 0;
}

.expiration-date div {
    display: inline;
}

.address_zip {
    width: 100% !important;
}

#gform_8 input, #gform_14 input, #gform_15 input{
    margin-top: 0;
}

#gform_8 select, #gform_14 select,  #gform_15 select {
    width: 100%;
}

#gform_8 .gform_button, #gform_14 .gform_button, #gform_15 .gform_button {
    color: #fff;
}

#rebate_notes {
    margin: 15px auto;
    font-size: 20px;
    font-style: italic;
    color: red;
	  font-weight: 500;
}

.administrator #rebate_notes {
    display: none;
}

.administrator .rebateStats {
    display: none;
}

.rebateStats {
    font-size: 20px;
}

.rebateStats strong {
    font-weight: 700;
}

.table-boxes {
    height: 100%;
    padding-top: 1rem;
    padding-bottom: 1.5rem;
}

/*** GRAVITY VIEWS ***/
tr.gfield_list_group td select {
    width: 100% !important;
}

h2.gv-edit-entry-title {
    display: none;
}

td#gv-field-15-7 {
    white-space: nowrap;
}

/* Base Table */

table.gv-table-view {
    width: 100%;
    background: #f8f9fa;
    margin: 2rem auto;
}

.parent-pageid-325 .btn {
    margin-top: 0;
	font-size: 1.25rem;
}

.parent-pageid-325 .gv-widget-pagination p {
    margin-bottom: 0;
}

.gv-table-view th {
	width: 100%;
}

table.gfield_list {
    width: 95%;
    margin-top: .5rem;
    border: 1px solid #ddd;
    margin-right: 2rem;
}


table.gfield_list tr {
   flex-direction: row !important;
}

.gv-field-24-186 > tbody > tr > td {
    padding: 0 !important;
    width: 100% !important;
    vertical-align: top;
}

table.gfield_list > tbody tr {
    width: 100% !important;
    padding-left: 0;
}

table.gfield_list > tbody tr:not(:last-child) {
    border-bottom: 1px solid #ddd;
}



tr#gv-field-24-186 .gfield_list td {
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem !important;
}

tr#gv-field-24-186 .gfield_list td:not(:first-child) {
 border-left: 1px solid #ddd;

}


tr#gv-field-24-186 thead {
   background: #eee;
}



tr#gv-field-24-186 {
    padding: 0;
    border: none;
}

tr#gv-field-24-186 th:not(.gfield_list th) {
    padding-left: 2rem;
}

table.gfield_list tr {
    padding-left: 0;
}

.gfield_list th {
    padding-left: 1rem !important;
}

.gv-table-view td  {
  padding-left: 2rem !important;
}

table.gv-table-view thead, table.gv-table-view tfoot {
    background: var(--black);
    color: #fff;
    font-size: 18px;
}

@media(max-width:992px){
table.gv-table-view thead, table.gv-table-view tfoot {
    font-size: 16px;
    }
}


@media(max-width:767px){
table.gv-table-view thead, table.gv-table-view tfoot {
    font-size: 14px;
    }
}


table.gv-table-view tbody {
    font-size: .90rem;
}


table.gv-table-view th {
    padding: 1rem .5rem;
}

@media(min-width: 768px) {
	table.gv-table-view th {
		white-space: nowrap;
	}
}

.gv-table-view tr.alt {
    background: #eee;
}

.multi, .gv-single {
    padding: 1rem 1rem !important;
}


.gv-icon-sort-desc:before,
.gv-icon-caret-up-down:before {
    color: #fff;
}


/** search widget **/

input#gv_search_button_29, input#gv_search_button_691, input#gv_search_button_847 {
    margin-bottom: .25rem;
}

form.gv-widget-search.gv-search-horizontal {
    max-width: 100%;
    margin: 2rem 0 3rem;
}

.gv-widgets-header .gv-left {
    padding: 0;
}

form.gv-widget-search.gv-search-horizontal {
    background: rgba(0, 139, 168, 0.13);
    padding: 2rem;
}

input#gv_search_31, #gv_search_29, #gv_search_691, #gv_search_847 {
    width: 100%;
    background: #fff;
}


form.update-roles {
    padding: 0;
    background: none;
}



.approval-status .active {
    color: green;
}

.approval-status .pending {
    color: darkorange;
}

.approval-status .deactivated {
    color: red;
}


/** single view **/


.gv-table-single-container .gv-section span {
    font-size: 23px;
    width: 100%;
}


.gv-table-single-container .gv-section th {
    width: 100%;
    border-top: 1px solid;
    padding-top: 1rem;
    padding-bottom: 1rem;
    margin-top: 1rem;
}

.gv-table-single-container .gv-section td {
    display: none;
}

.gv-table-single-container tr {
    padding-left: 1rem;
}


.single-gravityview h1 {
    margin-bottom: 2.5rem;
}

.gv-table-single-container .gv-table-view-content {
    background: #f8f9fa;
    width: 100%;
}

.gv-table-single-container .gv-btn,
.gv-table-single-container .gv-btn td,
.gv-table-single-container .update-roles select, 
.gv-table-single-container .approval-status, 
.gv-table-single-container .update-roles {
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    padding: .375rem .75rem;
    line-height: 1.5;
    border-radius: .25rem;
    font-size: .9rem;
    min-height: 36.22px;
}

.gv-table-single-container .update-roles select {
    border: 1px solid #173557;
    background-color: inherit;
    margin-right: 1.5rem;
}

a.gv-btn.btn-activate {
    border: 1px solid #173557;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-right: 10px;
    padding-left: 10px;
}

.pending-btn td {
    margin-right: 1.5rem;
}

.gv-table-single-container .activate-user th,
.gv-table-single-container .gv-btn th,
.gv-table-single-container .approval-status th {
    display: none;
}

.gv-table-single-container .gv-btn td, 
.gv-table-single-container .activate-user td, 
.gv-table-single-container .approval-status td {
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: normal;
    min-height: 36.22px;
}

.gv-table-single-container .gv-btn td:hover a{
    text-decoration: none;
    color: #fff;
}

.gv-table-single-container .gv-btn td:hover {
    background: #173557;
    color: #fff;
}


.gv-table-single-container .approval-status td {
    margin: 2rem 1.25rem 1rem 1rem;
}



.gv-table-single-container .gv-btn td, 
.gv-table-single-container .activate-user td {
    margin-left: 1.5rem;
    margin-top: 2rem;
}

.gv-table-single-container form.update-roles,
.gv-table-single-container .activate-user td {
    padding: 0 !important;
}

.gv-table-single-container .gv-btn td {
      border: 1px solid #173557;
}

.gv-table-single-container .company-name th,
.gv-table-single-container .person-name th  {
    display: none;
}

.gv-table-single-container .company-name,
.gv-table-single-container .person-name {
    font-size: 20px;
    font-weight: 700;
    margin-top: 1rem;
}

.gv-table-single-container .company-description {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    margin-top: 1rem;
}

.gv-table-single-container .gv-btn, 
.gv-table-single-container .activate-user, 
.gv-table-single-container .approval-status {
  margin: 0;
  padding: 0;
}



.gv-table-single-container .gv-btn ,
.gv-table-single-container .activate-user,
.gv-table-single-container .approval-status  {
  float: right;
}

.gv-table-single-container .gv-table-view-content tr {
    display: flex;
    flex-direction: column;
}


.postid-926 .date-reg {
  width: 100%;
  border-top: 1px solid #ddd;
}

.postid-926 .approval-status td,
.postid-926 .gv-btn td {
  margin-top: 1rem;
}



.gv-button-cancel {
    border: 1px solid gray;
    color: gray;
    font-size: inherit;
}

.gv-button-cancel:hover {
    color: #fff;
    background: gray;
    text-decoration: none;
}


.gv-button-delete {
    color: darkred;
    border: 1px solid darkred;
    font-size: inherit;
}

.gv-button-delete:hover {
    color: #fff;
    background: darkred;
    text-decoration: none;
}

.gv-button-update {
    color: #173557;
    border: 1px solid #173557;
    font-size: inherit;
}

.gv-button-update:hover {
    color: #fff;
    background: #173557;
}


h2.gv-edit-entry-title {
    margin-top: 2rem;
    margin-bottom: 1rem;
}

@media (min-width: 768px) and (max-width: 992px) {
    .single-gravityview #primary .container {
        max-width: 800px;
    }
}

.single-gravityview .person-username {
    word-break: break-all;
}

.single-gravityview .gv-field-label {
    font-size: .95rem;
}

.gv-no-results p {
    margin: 0;
}




/*** REBATE FORM ***/

.notice {
    color: red;
    text-align: center;
}


.hasDatepicker:not(#input_3_27) {
    width: 100% !important;
}


/*** PROFILE PAGE ***/

.boxes.info-alt h2 {
    margin-bottom: 15px;
}



.boxes.info-alt {
    
	text-align: center;
    padding: 2rem 1rem;
	background: rgba(0, 139, 168, 0.13);
}

.info-alt p {
    font-size: 20px;
    margin-bottom: .5rem;
}

.info-alt ul > li:last-child {
    max-width: 450px;
    line-height: normal;
}

.info-alt ul {
    padding: 0;
    display: inline-block;
	    font-size: 20px;

}

.info-alt ul > li {
    text-align: left;
}


.boxes {
    text-align: center;
    min-height: 200px;
    background: var(--gray);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.boxes.alt {
  background: var(--dk-gray);
}

.boxes.alt:not(.no-hover):hover {
  background: var(--gray);
  border-radius: 10px;
}

.boxes.alt .align {
    align-items: flex-start;
}

.boxes h2 {
    margin: 0;
}

/*** PROFILE MENU ***/

.profile-menu .nav-link {padding: .5rem 0 !important;}

.profile-menu .dropdown-header {color: var(--white) !important ;padding-left: 0 !important;}

.dropdown-subheader {padding: .5rem 0 !important}

.profile-menu .nav-link:hover {
    color: var(--white) !important;
	text-decoration: underline;
}

.profile-menu .nav-item {
	padding-left: 1rem !important;
}
.sidebar-menu.profile {
    background: var(--black);
	padding: 0 1.5rem;
	height: 100%;
}
.profile-menu .nav-link {
    color: #fff;
	padding: 1rem 0;
}

.profile-menu .dropdown-header {
    color: var(--white);
    text-transform: uppercase;
    font-size: 1.15rem !important;
    font-weight: 700 !important;
	border-bottom: 2px solid;
	padding-left: 0 !important;
}

.profile-menu  .nav-item.active > a {
	color: #fff;
}

.profile-menu a.nav-link.disabled {
    color: unset;
}

.profile-menu .nav-link:hover {
    color: var(--white);
}


.profile-menu .nav-item {
  font-weight: 400;
  font-size: 1rem;
  list-style-type: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);

}

.dropdown-subheader {
	 padding: 1rem 0 !important;
}

.dropdown-subheader .nav-link {
    font-size: 1rem !important;
    text-transform: capitalize;
}


/*** DASHBOARD ***/

li#menu-item-540 {
    font-weight: 700;
}

.marketer .admin-only, .subscriber .admin-only {
    display: none;
}

.administrator .marketer-only {
    display: none;
}

.notice-admin {
    background: rgba(0, 139, 168, 0.13);
    padding: 1rem;
    border-radius: 5px;
    margin-bottom: 1rem;
}

.page-id-339 .admin_only {
    margin-bottom: 2rem;
}

.align {
    width: 100%;
    padding: 0 1rem;
}

.align table {
    width: 100%;
}

.boxes p {
    margin-bottom: 0;
}

.dropdown-header {
    color: #555;
    font-weight: 700;
    text-align: left;
    padding: 0 0 0.25rem;
    border-bottom: 0.5px solid #b1b1b1;
    margin: 0 0 0.5rem;
    flex: 0 0 100%;
    padding-top: 25px;
}

.dropdown-header a {
    all: unset;
}


/*REBATE TABLE HEADERS*/

@media (max-width: 1200px){
    .page-id-90 .gv-field-label{
        font-size: 15px;
    }
}

@media (max-width: 992px){
    .page-id-90 .gv-field-label{
        font-size: 11px;
    }
    .page-id-92 .gv-field-label{
        font-size: 14px;
    }
}


/*** REBATE PAGE ***/

.rebateCoupon {
    text-align: center;
    color: #fff;
    font-size: 25px;
    border: 1px dashed #fff;
    padding: 20px;
    line-height: 1.1;
    margin-top: 45px;
    margin-bottom: 20px;
}


span.huge{
    font-size: 85px;
    font-weight: 700;
    line-height: .9;
}

.rebateCoupon span.big{
    font-size: 35px;
    font-weight: 700;
}

.rebateCoupon small {
    font-size: 60%;
}

@media (max-width:992px){
	.rebateCoupon span.huge{
        font-size: 60px;
	}
    .rebateCoupon span.big {
        font-size: 27px;
    }
}

@media (max-width:767px){
    .rebateCoupon {
        font-size: 20px;
        margin-top: 10px;
    }
    .rebateCoupon span.huge{
        font-size: 50px;
    }
    .rebateCoupon span.big {
        font-size: 20px;
    }
    .imgBG,
    .imgBG .content {
        height: auto;
        min-height: 300px;
    }
    .imgBG .content {
        padding: 1.25rem 1rem;
    }
}



.page-id-497 img {
    
    border: 1px solid rgba(0, 139, 168, 0.13);
}

header img {
    border: none !important;
}
/*** REBATE CHILD PAGES ***/
#flexcontainer{
display:flex;
flex-wrap: wrap;
justify-content: space-around;

}
.bodycoupon{
	padding:20px; 
	width: auto; 
	border-style: dashed; 
	border-width:1px; 
	border-color: var(--red); 
	text-align:center; 
/*	margin-left:1.6%;
	margin-right:1.6%;*/
	margin-top:20px;
	margin-bottom:20px;
/*	min-width:350px;*/
	
	
}

.bodycoupon.half{
    width: 45%;
}

.bodycoupon span.big{
	font-size: 1.25em;
}


@media (max-width:768px){
    .bodycoupon, .bodycoupon.half{
        width: 100%;
        margin: 10px auto;
    }
}
/*** ABOUT PROPANE TABLE ***/
.responsive-table, .responsive-table th, .responsive-table td{
	border: 1px solid #d9d9d9;
  	border-collapse: collapse;
}
.responsive-table td{
	padding:10px;
}
.responsive-table tbody td {
	text-align:center;
	
}
@media 
only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px)  {

	/* Break table down */
	.responsive-table table, .responsive-table thead, .responsive-table tbody, .responsive-table th, .responsive-table td, .responsive-table tr { 
		display: block; 
	}
	
	/* Hide table headers (but not display: none;, for accessibility) */
	.responsive-table thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	
	.responsive-table tr { border: 1px solid #ccc; }
	
	.responsive-table td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative;
		padding-left: 50%; 
	}
	
	.responsive-table td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
	}
	.responsive-table td:nth-of-type(1):before { content: "If Gauge Reads"; }
	.responsive-table td:nth-of-type(2):before { content: "# Gallons Remaining (150 Gal. tank)"; }
	.responsive-table td:nth-of-type(3):before { content: "# Gallons Remaining (200 Gal. tank)"; }
	.responsive-table td:nth-of-type(4):before { content: "# Gallons Remaining (250 Gal. tank)"; }
	.responsive-table td:nth-of-type(5):before { content: "# Gallons Remaining (500 Gal. tank)"; }
	
}


/*** MODAL ***/

#installationType {
    margin-top: 5rem;
}

#installationType .modal-header h3 {
    margin: 0;
    line-height: 0;
    color: var(--red);
}

#installationType .modal-header {
    display: flex;
    align-items: center;
}

.modal-open {
  overflow: hidden;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
	margin-top: 5rem;
}

.modal-body p {
    font-size: 1rem;
}

.modal.fade .modal-dialog {
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -25%);
  transform: translate(0, -25%);
}

@media screen and (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}

.modal.show .modal-dialog {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-dialog-centered {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (0.5rem * 2));
}

.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (0.5rem * 2));
  content: "";
}

.modal-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}

.modal-header .close {
  padding: 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef;
}

.modal-footer > :not(:first-child) {
  margin-left: .25rem;
}

.modal-footer > :not(:last-child) {
  margin-right: .25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg {
    max-width: 800px;
  }
}
footer .social-media {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

footer .social-media li {
    display: inline-block;
}

footer .social-media a:hover img {
    filter: invert(25%);
}
footer .social-media a img {
    width: 30px;
	height: 30px;
	margin-left: 10px;
}

.footer-layout {
    min-height: 158px;
    align-items: center;
}

footer .container {
    min-width: 0;
    width: 100%;
    max-width: 1120px;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}

.footer-brand {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.footer-perc-title {
    color: var(--white);
    font-size: 1.25rem;
    line-height: 1.08;
    font-weight: 700;
    max-width: 180px;
}

.footer-perc-logo {
    max-width: 156px;
    width: 100%;
    height: auto;
}

.footer-copy {
    border-left: 1px solid rgba(255, 255, 255, 0.4);
    padding-left: 1.35rem;
    font-size: 1.1rem;
    line-height: 1.35;
}

.footer-copy a {
    font-weight: 700;
}

.footer-follow {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 0.75rem;
    color: var(--white);
    font-size: 1.5rem;
    font-weight: 700;
}

.footer-facebook-icon {
    width: 34px;
    height: 34px;
    display: block;
}

@media (max-width: 991px) {
    footer .container {
        border-right: 0;
    }

    .footer-layout {
        gap: 1.5rem;
        padding: 1.5rem 0;
    }

    .footer-brand,
    .footer-copy,
    .footer-follow {
        justify-content: flex-start;
        text-align: left;
    }

    .footer-copy {
        border-left: 0;
        padding-left: 0.75rem;
    }
}

/* Hurricane Rebates Banner */
.hurricane-banner {
	background-color: var(--black);
	padding: 1.5rem 0;
	color: var(--white);
}
.hurricane-banner .row {
	justify-content: center;
	text-align: center;
}
.h1-headline {
	font-weight: 700;
	font-size: 1.5rem;
	display: block;
	color: var(--red);
}

.h2-headline {
	font-weight: 600;
	font-size: 1.25rem;
	display: block;
	color: var(--red);
}

.gform_wrapper .gf-product-hidden {
    visibility: hidden;
    height: 0;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.gv-editable-popover.popover.fade {
    opacity: 1 !important;
}
.gv-editable-popover.popover.fade.in {
    opacity: 1 !important;
}

.gfield_consent_description {
	max-height: 100% !important;
	overflow-y: visible !important;
}
  .rebate-table {
    width: 100%;
    max-width: 900px;
    border-collapse: collapse;
    border: 1px solid var(--gray);
    background-color: var(--white);
    color: var(--black);
    font-size: 16px;
  }

  .rebate-table th,
  .rebate-table td {
    padding: 14px 16px;
    text-align: left;
    border: 1px solid var(--gray);
  }

  .rebate-table thead th,
  .rebate-table tbody tr:first-child td {
    background-color: var(--blue);
    color: var(--white);
    font-weight: 700;
  }

  .rebate-table tbody tr:nth-child(even) {
    background-color: var(--dk-gray);
  }

  .rebate-table tbody tr:hover {
    background-color: var(--gray);
  }

  .rebate-table td:nth-child(2),
  .rebate-table td:nth-child(3) {
    font-weight: 700;
    color: var(--red);
  }

  .rebate-table caption {
    caption-side: top;
    text-align: left;
    font-weight: 700;
    color: var(--black);
    margin-bottom: 10px;
  }

  @media (max-width: 767px) {
    .rebate-table th,
    .rebate-table td {
      padding: 12px;
      font-size: 14px;
    }
  }