﻿/* VETERAN ENERGY*/

.accounts-menu {
	color: #353535;
	margin-top: 5px;
}

.accounts-menu .btn {
	color: #353535;
	margin-top: -5px !important;
	margin-left: -10px;
}

.no-plans-message {
    display: none;
}

.no-plans-available .no-plans-message {
    display: block;
}

.plans-disclaimer-message-section {
	display: none;
}

.plans-disclaimer-message .plans-disclaimer-message-section {
	display: block;
}

.tt-hint,
.tt-input {
    width: 300px;
    height: 47px;
    padding: 5px 8px;
    font-size: 1em;
    line-height: 30px;
    border: 1px solid #ffffff;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
}

@media (max-width: 850px){
.tt-hint, .tt-input {
    /*width: 555px;*/
    height: 47px;
    padding: 5px 8px;
    font-size: 1em;
    line-height: 30px;
    border: 1px solid #ffffff;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
}

.form-inline {
	float:right;
	position: absolute;
	left: 8%;
}
}

/* vertical mobile sizing for zip input */

@media (max-width: 430px){
.tt-hint, .tt-input {
    width: 80%;
    height: 47px;
    padding: 5px 8px;
    font-size: 1em;
    line-height: 30px;
    border: 1px solid #ffffff;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
}

.form-inline {
	float: none;
	position: absolute;
	left: 8%;
	margin-top: 1.2rem;
}

#zip-selection-section .form-inline .btn {
    display: block;
    width: 35% !important;
    margin-top: .5rem !important;
    margin: auto  0;
}
}

.mt-2 {
	margin-top: 0px !important;
}

.form-inline {
	float:right;
}

.organization-phone {
    text-align: right;   
}

.organization-phone:after {
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-stretch: normal;
    font-size: inherit;
    line-height: inherit;
    font-size: 1.5rem;
    font-family: FontAwesome;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\f10b';
    margin-left: 5px;    
}

.organization-hours {
    text-align: right;
}

.organization-hours:after {
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-stretch: normal;
    font-size: inherit;
    line-height: inherit;
    font-family: FontAwesome;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\f073';
    margin-left: 5px;  
    display: none; /*may reinsert the calendar icon in the future */  
}

.modal-footer a:before {
    font-style: normal;
    font-variant: normal;
    color: #353535;
    font-stretch: normal;
    line-height: inherit;
    font-size: 1rem;
    font-family: FontAwesome;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\f1c1';
    margin-right: 5px;    
}

/* Rate Finder Control
**********************/
 
#zip-selection-section label {
	color: #f8f9fa;
	/*margin-right: 1rem;*/
	font-size: 1.25rem;
}

#zip-selection-section{
    background-color: #002554 !important;
    padding-bottom: .5rem;
    padding-top: .5rem;
    min-height: 4rem;
}

/*@media (max-width: 1000px){
    #zip-selection-section {
    background-color: #0093D0;
    padding-bottom: .5rem;
    padding-top: .5rem;
    height: 13rem !important;
	text-align: center;
}
}*/

#zip-selection-section .form-inline .btn {
    /* margin-top: .5rem; */
   width: inherit;
   margin-left : 28px;
}


@media (max-width: 800px) {

#zip-selection-section .form-inline .btn {
    display: block;
    /*width: 82%;*/
    margin-top: 1.5rem !important;
    margin: auto  0;
	margin-left: 25px !important;
}
}

#zip-status-section {
	color: #f8f9fa;
	font-size: 1rem;
	background-color: #002554;
	padding-top: 2.5rem;
	padding-bottom: .5rem;
}

.toggle-button {
	cursor: pointer;
	background-color: white;
	border-radius: 1rem;
	padding-left: 1rem;
	padding-right: 1rem;
	padding-top: .25rem;
	padding-bottom: .25rem;
	margin-left: .5rem
}

.toggle-button:after {
    font-style: normal;
    font-variant: normal;
    font-weight: 400;�a
    font-stretch: normal;
    font-size: inherit;
    line-height: inherit;
    font-family: FontAwesome;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-left: 5px;    
}

.toggle-button.toggle-open:after {
    content: '\f196';
}

.toggle-button.toggle-close:after {
    content: '\f147';
}

.btn {
	border-radius: 0px;
}

.btn-plan {
    color: #353535;
    background-color: white;
    border-color: #353535;
    margin-bottom: .5rem;
}
	.rate-finder-submit-button.btn:hover,
    .btn-plan:hover,
    .btn-plan:focus,
    .btn-plan:active,
    .btn-plan.active,
    .open .dropdown-toggle.btn-plan {
        background-color: #353535;
        Color: white;
        border-color:none;
    }

    .btn-plan:active,
    .btn-plan.active,
    .open .dropdown-toggle.btn-plan {
        background-image: none;
    }

    .btn-plan.disabled,
    .btn-plan[disabled],
    fieldset[disabled] .btn-plan,
    .btn-plan.disabled:hover,
    .btn-plan[disabled]:hover,
    fieldset[disabled] .btn-plan:hover,
    .btn-plan.disabled:focus,
    .btn-plan[disabled]:focus,
    fieldset[disabled] .btn-plan:focus,
    .btn-plan.disabled:active,
    .btn-plan[disabled]:active,
    fieldset[disabled] .btn-plan:active,
    .btn-plan.disabled.active,
    .btn-plan[disabled].active,
    fieldset[disabled] .btn-plan.active {
        background-color: #353535;
        Color: white;
        border-color:none;
    }

    .btn-plan .badge {
        color: #EF4B24;
        background-color: #FFFFFF;
    }
   
/* FEATURED AREA w/ FALL BACK CARD STYLE  */

.top-sidebar {
	border-left: 5px solid #BBC7D6;
}

.card {
	margin-top: 0rem;
	border-left: 5px solid #353535;
	border-right:white;
	border-top: white;
	border-bottom:white;
	border-radius: 0px;
}

.most-popular-col2 .card {
	border: none;
	box-shadow: none !important;
	margin-bottom: 2rem;
	background-color: black;
}

.most-popular-col2 .card-body {
	padding: 0;
	box-shadow: none !important;
	margin-top: 2rem;
	/* background-color: black !important; */
}

#most-popular-section {
    background-color: white;
    background-image: -webkit-linear-gradient(90deg, #ffffff 50%, #cfcfcf 50%);
    border-bottom: solid #353535 25px;
    margin-bottom: 1rem;
}

.modal-body h1{
	color: #353535;
	font-weight: lighter;
}

.modal-body h2{
	text-transform:uppercase;
	font-weight: bold;
	color: #353535;
}

.firstvideo {
	box-shadow: none !important;
}

#most-popular-section .card {
	background-color: transparent;
	margin-top: 1rem;
	padding-right: 1rem;
	border-left: none;
}

#most-popular-section .featured-plan  .card-header{
	font-size: 20px;
	margin-top: 0rem;
	margin-left: -8px;
	width: 250px;
	padding-top: 5px;
	height: 40px;
	color: white;
	border-radius: 0px;
}

#most-popular-section .featured-plan .card{
	border-left: none;
}

.video-text {
	margin-top: 1rem;
	background-color: transparent !important; 
	display: none !important;
	display: none !important;
}

#most-popular-section .card-body{
	background-color: transparent;
	color: #353535;
	font-size: 12px;
	text-align: center;
	padding: 0px;
}

#most-popular-section .card-body h1{
	color: #353535;
	font-weight: lighter;
	font-size: 4rem;
}

.close {
	display: none; 
}

#most-popular-section .modal-header {
	border: none;
	color: white;
	background: radial-gradient(#0093d0, #002554);
	background-color: #002554;
	border-radius: 0px;
	/* padding: .5rem; */
	display: none;
}

.modal-title {
	text-transform: uppercase;
	margin-top: .1rem;
	text-align: left;
	margin-left: 5%;
}

@media (max-width: 1300px) { 
.modal-title {
	font-size: 1rem;
	margin-left: -.5rem;
}
}

.modal-content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 0px solid rgba(0,0,0,.2);
    border-radius: .3rem;
    outline: 0;
    font-size: small;
    text-align: left;
    color: #353535c4;
}

#most-popular-section .modal-body {
	background-color: white;
	box-shadow: 2px 2px 6px 1px #35353557;
	border-left: 5px solid #1b467c !important;
	border: 1px solid #a8a8a8;
	margin-bottom: 1rem;
	margin-left: .5rem;
}

#most-popular-section li{
	color:#353535;
	text-align: left;
	margin-left: -1.5rem;
	margin-top: .5rem;	
	font-size: 15px;
}

/* END FEATURED AREA*/

#plan-grid-section {
	margin-top: -.25rem;
	/* background: linear-gradient(0deg,#bababa, #babababa, #ffffff); */
	background-size: 200%;
	-webkit-animation: AnimationName 30s ease infinite;
	-moz-animation: AnimationName 30s ease infinite;
	animation: AnimationName 30s ease infinite;
}
/*not yet

@-webkit-keyframes AnimationName {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@-moz-keyframes AnimationName {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@keyframes AnimationName { 
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
*/
}

.product2.cards_div2{
    color: 353535;   
    /* text-align: center; */
}

#plan-grid-section .panel-plan {
    min-width: 305px;
    /* min-height: 565px; */
}

/* FALL BACK CARD STYLE */

#plan-grid-section .card{
	background-color: transparent;margin-top: 2rem;
}

#plan-grid-section .card-header{
    border-radius: 0px;
    margin-bottom: -15px;
    z-index: 1;
    padding-top: 8px !important;
    height: 40px !important;
    width: 70%;
}

#plan-grid-section .card-body{
	background-color: white;
	color: #353535;
	font-size: 14px;
	text-align: center;
	box-shadow: 0 8px 10px -6px #353535c4;
	border: 1px solid #b3b3b3;
	border-left:  0px;
}

#plan-grid-section .modal-footer a{
	background-color: white;
	color: #353535;
	font-size: 12px;
	text-transform: uppercase;
	text-align: center;
}

#plan-grid-section li{
	text-align: left;
	margin-left: -1.5rem;
	margin-top: .5rem;	
	font-size: 15px;
}

#plan-grid-section h4{
	color: #353535;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 26px;
	margin-top: 1rem;
}

#plan-grid-section .card-body h2{
	color: #353535;
	font-weight: lighter;
	font-size: 4rem;
}

.description {
	height: 120px;
}

.modal-footer {
	border-top: none !important;
}

.modal-footer a{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    color: #353535;
    text-transform: uppercase;
    text-decoration: underline;
    font-size: .75rem;
}

.card-header .featured-plan{
	margin-top: -1.5rem;
	margin-left: -5px;
	width: 65%;
	color: #ffffff;
	background: radial-gradient(#0093d0, #002554);
	background-color: #002554;
	border-radius: 0px !important;
	border-bottom: none; !important
}

.card .chasvb24eab .chasvb24eab_o {
    margin-top: 0rem;
    border-left: 5px solid #ae1414;
    border-right:white;
    border-top: white;
    border-bottom:white;
}

/* END FALL BACK CARD STYLE */

.legal-footer {
	 color: #353535ba !important;
	 font-size: .5rem;
	 /* padding-bottom: 15px; */
	 /* margin-top: 1rem; */
	 margin-bottom:  1rem;
}

.more-info {
	margin-bottom: -10px;
	background-color: gray;
	color: white;
	border: none;
	font-size: 12px;
	padding: 4px;
}

.more-info:hover {
	text-decoration:underline !important;
	color:white;
}

a {
    color: #353535;
    text-decoration: none;
    background-color: transparent;
    text-transoform: uppercase;
    -webkit-text-decoration-skip: objects;
}

.nav {
    color: #353535 !important;
    text-transform: uppercase !important;
    background-color: #cfcfcf;
}

.bg-light a {
    color: #353535ba;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

.bg-light  .nav-link {
	font-size: .9rem;
}

#pp-disclaimer {
	background-color: #cfcfcf;
	padding-top: 2rem;
	/* padding-bottom: 2rem; */
}

/*
footer {
  position:fixed;
  bottom:0;
  width: 100%;
}*/


/* PROMO PLAN STYLES */

.card-header{
	text-transform: uppercase;
}

.featured-plan .card-header{
	margin-top: -1.5rem;
	margin-left: 5px;
	width: 250px;
	color: white;
	background: #0093d0;
	background-color: #0093d0;
	margin-bottom: -15px;
	z-index: 1;
	padding-top: 8px !important;
	height: 40px !important;
}

.featured-plan h2{
	margin-top: .5rem;
	color:#002554 !important;
}

.featured-plan {
	/* border-left: 5px solid #78278b; */
}

.most-popular-col1 .card-header{
	margin-top: -.5rem !important;
	margin-left: -7px !important;
	width: 65%;
	color: white;
	background-color: #0093d0 !important;
	border-radius: 0px;
}

.most-popular-plan  .card-header{
	margin-top: -1.5rem;
	margin-left: -5px;
	width: 65%;
	color: white;
	background-color: #cc101f;
}

.most-popular-plan .card-header:after{
	content:' \f164';
	margin-left: 5px;
	font-size: 20px;
	font-family: FontAwesome;
}

.most-popular-plan h4{
	color: #353535 !important;
}

.most-popular-plan {
	border-left: 5px solid #cc101f;
}

.popular-plan  .card-header{
	margin-top: -1.5rem;
	margin-left: -5px;
	width: 65%;
	color: white;
	background-color: #ac1f25;
}

.popular-plan .card-header:after{
	content:' \f164';
	margin-left: 5px;
	font-size: 20px;
	font-family: FontAwesome;
}

.popular-plan h4{
	color: #353535 !important;
}

.popular-plan {
	border-left: 5px solid #ac1f25;
}

.green-plan  .card-header{
	margin-top: -1.5rem;
	margin-left: -5px;
	width: 65%;
	color: white;
	background-color: #819664;
}

.simple-plan  .card-header{
	margin-top: -1.5rem;
	margin-left: -5px;
	width: 65%;
	color: white;
	background-color: #a77c29;
}

.simple-plan .card-header:after{
	content:' \f164';
	margin-left: 5px;
	font-size: 20px;
	font-family: FontAwesome;
}

.simple-plan h4{
	color: #353535 !important;
}

.simple-plan {
	border-left: 5px solid #a77c29;
}

.green-plan .card-header:after{
	content:' \f06c';
	margin-left: 5px;
	font-size: 20px;
	font-family: FontAwesome;
}

.green-plan.card {
    border-left: 5px solid #819664 !important;
}


.smart-therm {
	border-left: 5px solid #727676;
}


.smart-therm h4{
	color: #353535 !important;
}

.smart-therm  .card-header{
	margin-top: -1.5rem;
	margin-left: -5px;
	width: 85%;
	color: white;
	background-color: #727676;
}

.smart-therm .card-header:after{
	content:' \f2c8';
	margin-left: 5px;
	font-size: 20px;
	font-family: FontAwesome;
}

.smart-therm .card {
    border-left: 5px solid #727676 !important;
}

.small-house .card-header{
	margin-top: -1.5rem;
	margin-left: -5px;
	width: 75%;
	color: white;
	background-color: #bba85f;
}

.small-house .card-header:after{
	content:' \f015';
	margin-left: 5px;
	font-size: 20px;
	font-family: FontAwesome;
}

.small-house .card {
    border-left: 5px solid #bba85f !important;
}

/* this was the growing flag css 
#plan-grid-section:hover .card-header:hover {
	width: 102%;
	transition: 3s;}
*/

.new-plan .card-header{
    margin-top: -1.5rem;
    margin-left: -5px;
    width: 65%;
    color: white;
    background-color: #326295;
}

.new-plan .BannerText::before {
    font-weight: bold;
    color: white;
    content: "{{BannerText}}";
}

.new-plan h4{
	color: #394163 !important;
}

.new-plan {
	border-left: 5px solid #326295;
}

.pricing-plan .card-header{
    margin-top: -1.5rem;
    margin-left: -5px;
    width: 65%;
    color: white;
    background-color: #BBC7D6;
}

.pricing-plan h4{
	color: #467888 !important;
}

.pricing-plan {
	border-left: 5px solid #BBC7D6;
}

.people-plan .card-header{
    margin-top: -1.5rem;
    margin-left: -5px;
    width: 65%;
    color: white;
    background-color: #BBC7D6;
}

.people-plan h4{
	color: #477d8f !important;
}

.people-plan {
	border-left: 5px solid #BBC7D6;
}

.winter .card-header{
    margin-top: -1.5rem;
    margin-left: -5px;
    width: 65%;
    color: white;
    background-color: #326295;
}

.winter .BannerText::before {
    font-weight: bold;
    color: white;
    content: "{{BannerText}}";
}

.winter h4{
	color: #394163 !important;
}

.winter {
	border-left: 5px solid #326295;
}

.radio-24 .card-header{
    margin-top: -1.5rem;
    margin-left: -5px;
    width: 65%;
    color: white;
    background-color: #e39600;
}

.radio-24 .BannerText:before {
   
    font-weight: bold;
    color: white;
    content: "{{BannerText}}";
}
.radio-24 .card-header:after{
	content:' \f09e';
	margin-left: 5px;
	font-size: 15px;
	font-family: FontAwesome;
}

.radio-24 h4{
	color: #e39600 !important;
}

.radio-24 {
	border-left: 5px solid #e39600;
}


.radio-12 .card-header{
    margin-top: -1.5rem;
    margin-left: -5px;
    width: 65%;
    color: white;
    background-color: #fca700;
}

.radio-12 .BannerText:before {
    font-weight: bold;
    color: white;
    content: "{{BannerText}}";
}

.radio-12 .card-header:after{
	content:' \f09e';
	margin-left: 5px;
	font-size: 15px;
	font-family: FontAwesome;
}

.radio-12 h4{
	color: #fca700 !important;
}

.radio-12 {
	border-left: 5px solid #fca700;
}

/*DESKTOP This code hides and shows the Helper Video*/
/* 2nd CARD HIDE SHOW
*/

@media (max-width: 985px) { 
.most-popular-col2 {
    display: none;
}
}

.plan-grid-bottom .card{
    background-color: #bababa;
    margin-top: 1.5rem;
    border-left: none;
}

.plan-grid-bottom .card-body{
	background-color: #cfcfcf;
	margin-top: -2rem;
	padding: .25rem;
}

.plan-grid-bottom {
	background-color: #3535353d;
	border-left: none;
	padding-top: 1rem;
}

/* SPLIT ZIP CSS BEGINS HERE*/

.split-zip-section {
	max-width: 700px;
	margin-top: 3rem;
	margin-bottom: 35rem;
}

#split-zip-info-form li{ 
	list-style-type: none;
}

#tduSelector {
    margin-right: 1rem;
}

.split-zip-section .typeahead {
    min-width: 20rem;
	max-width: 40rem;
    margin-left: -1rem;
}

.split-zip-section .rate-finder-submit-button{
    color: #353535;
    background-color: white;
    border-color: #353535;
    position: relative;
    margin-left: -1rem !important;
    padding: 10px;
    width: 100%;   
}

.split-zip-section #btnSearch{
    color: #353535;
    background-color: white;
    border-color: #353535;
    position: relative;
    margin-left: -1rem;
    padding: 10px;
    width: 10rem;   
}

.split-zip-section #btnSearch:hover{
    color: #ffffff;
    background-color: #353535;
    border-color: #353535;
    position: relative;
    margin-left: -1rem;
    padding: 10px;
    width: 10rem;  
}

#address-selection-section .tt-input {
    border: 1px solid #353535!important;
}

/*Navbar height resizing for mobile*/
@media (min-width: 800px){
.navbar-brand {
    display: inline-block;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
}
}

@media (max-width: 800px){
.navbar-brand img{
    margin-left: -1.5rem;
    padding-top: 0px !important;
    height: 4rem;
}

.phone-txt {
  display: none; 
}

.navbar {
	padding: 0px !important;
	padding-left: 1rem !important;
}

.phone-link:after {
    font-style: normal;
    font-variant: normal;
    font-size: 2rem;
    font-stretch: normal;
    color: #0093d0;
    line-height: inherit;
    font-family: FontAwesome;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\f10b';
    margin-left: 5px;    
}

.organization-phone:after {
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-stretch: normal;
    font-size: inherit;
    line-height: inherit;
    Display: none;
    font-size: 1.5rem;
    font-family: FontAwesome;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\f10b';
    margin-left: 5px;    
}

.organization-hours {
    text-align: right;
    font-size: .75rem;  
}
}

.wrapper2 {
     width:128%;
     height: 19.2rem;
     overflow: hidden;
     margin: 0 auto;
}

.wrapper2 iframe {
      /*object-fit: contain;*/
      /*       object-fit: fill; */
      width:100%;
      height:100%;
}

.most-popular-col2 .ml-4 {
	margin-left: 6.5rem !important;
}

/* ALT LAYOUT FOR HORIZONTAL 'lONG-CARDS' BEGINS BELOW*/
.test-plan-grid {
	margin-bottom: 5rem !important;
}

.long-card .card-body{
    background-color: white;
    color: #353535;
    font-size: 14px;
    text-align: center;
    box-shadow: 0 8px 10px -6px #353535c4;
    border: 1px solid #b3b3b3;
    border-left:  5px solid #353535;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.long-card a {
	text-decoration: underline;
}

.long-card ul {
    list-style-position: inside;
    margin: 0 auto;
    display: inline-block;
    text-align: left;
    line-height: 40px; 
}

.long-card h3 {
    color: #353535;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 26px;
    margin-top: 1rem;
}

.long-card .btn-info{
    background-color: #326295; 
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}

.blue-button {
	background-color: #326295;
	padding-top: 10px !important;
	padding-bottom: 10px !important;
}

.blue-button:hover {
    background-color: #002554; 
}

.long-card .btn-info:hover {
    background-color: #002554; 
}

.price {
    text-align: center !important;
    color: #1b467c !important;
    font-size: 50px !important;
    font-weight: 900 !important;
    margin-top: 5px;
    margin-bottom: 5px;
}

.long-card .pdf a:before {
    font-style: normal;
    font-variant: normal;
    color: #353535;
    font-stretch: normal;
    font-size: 1rem;
    font-family: FontAwesome;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\f1c1';
    margin-right: 5px;
}

.long-card .card-header{
    display: none;
}

/* AB TEST Vertical 3 Plan Grid Begins Here */
#plan-grid-section-2 {
	margin-top: -.25rem;
	margin-bottom: 40px;
	background-size: 200%;
	-webkit-animation: AnimationName 30s ease infinite;
	-moz-animation: AnimationName 30s ease infinite;
	animation: AnimationName 30s ease infinite;
}

#plan-grid-section-2 .panel-plan {
    min-width: 305px;
    /* min-height: 565px; */
}

#plan-grid-section-2 .card{
	background-color: transparent;
	margin-top: 2rem;
}

#plan-grid-section-2 .card-header{
    border-radius: 0px;
    margin-bottom: -15px;
    z-index: 1;
    padding-top: 8px !important;
    height: 40px !important;
}

.no-contract .card-header {
    background-color: #353535;
    color: white;
}

#plan-grid-section-2 .flagship-plan .card-header {
    background-color: #684446;
    color: white;
    width: 65%;
}

#plan-grid-section-2 .flagship-plan.card { 
    border-left: 5px solid #684446 !important;
}

#plan-grid-section-2 .card-header:empty {
    display: none;
}

#plan-grid-section-2 .card-body{
	background-color: white;
	color: #353535;
	font-size: 14px;
	text-align: center;
	box-shadow: 0 8px 10px -6px #353535c4;
	border: 1px solid #b3b3b3;
	border-left:  0px;
}

#plan-grid-section-2 .modal-footer a{
	background-color: white;
	color: #353535;
	font-size: 12px;
	text-transform: uppercase;
	text-align: center;
}

#plan-grid-section-2 li{
	text-align: left;
	margin-left: -1.5rem;
	margin-top: .5rem;
	font-size: 15px;
}

#plan-grid-section-2 h4{
	color: #353535;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 26px;
	margin-top: 5px;
}

#plan-grid-section-2 .card-body h2{
	color: #353535;
	font-weight: lighter;
	font-size: 4rem;
}
/* AB TEST Vertical 3 Plan Grid ENDS HERE */

/* plan-grid-section-c 
*******************************************************************/

#plan-grid-section-c .card {
}

#plan-grid-section-c .vertical-card {
    background-color: #eaeaea;
    color: #353535;
    font-size: 14px;
    text-align: center;
    box-shadow: 0 8px 10px -6px #353535c4;
    border: 1px solid #b3b3b3;
    border-left: 0px;
    margin-left: -1px;
	padding: 0px;
	height: 580px;
}

#plan-grid-section-c .card-body:hover {
	background-color: #f4f4f4;
}

#plan-grid-section-c .card-body:hover .card-heading {
	background-color: #f4f4f4;
}

#plan-grid-section-c .card-body:hover .card-header:empty {
	background-color: #f4f4f4;
}

#plan-grid-section-c .blue-button2 {
	border: none !important;
	border-radius: 10px;
	background-color: #326295;
	color: #fff;
	padding-top: 10px !important;
	padding-bottom: 10px !important;
}

#plan-grid-section-c .blue-button2:hover {
    background-color: #002554; 
}

#plan-grid-section-c .blue-button3 {
    border-radius: 10px;
	background-color: none;
	padding-top: 10px !important;
	padding-bottom: 10px !important;
}

#plan-grid-section-c .card-heading {
	background-color: white;
    padding-top: 15px;
}

#plan-grid-section-c .card-header {
    margin-top: 0;
    margin-left: 0;
    width: 100%;
}

#plan-grid-section-c .card-header:empty {
	background-color: white;
	color: white;
	border-bottom: 0;
}

#plan-grid-section-c .card-header:empty::before {
	color: white;
	content: '.';
}

#plan-grid-section-c .plan-name {
	color: #353535;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 26px;
    text-align: center;
}

#plan-grid-section-c .plan-price {
    color: #353535;
    font-weight: lighter;
    font-size: 3rem;
    text-align: center;
    line-height: 1;/* margin-top: -1.25rem; */	
}

#plan-grid-section-c .plan-kwh {
    font-size: .675rem;
    text-align: center;	
}

/* plan-grid-section-c  'LONG-CARDS'
*******************************************************************/

#plan-grid-section-c .long-card .card-body{
    background-color: #eaeaea;
    color: #353535;
    font-size: 14px;
    text-align: center;
    box-shadow: 0 8px 10px -6px #353535c4;
    border: 1px solid #b3b3b3;
    border-left: 0px;
    margin-left: -1px;
	padding: 0px;
	width: 100%;
}

#plan-grid-section-c .long-card .card-body:hover{
    background-color: #f4f4f4;
}

#plan-grid-section-c .long-card a {
	text-decoration: none;
}

#plan-grid-section-c .long-card ul {
    list-style-position: inside;
    margin: 0 auto;
    display: inline-block;
    text-align: left;
    line-height: 20px;  
}

#plan-grid-section-c .long-card h3 {
    color: #353535;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 26px;
    margin-top: 1rem;
}

#plan-grid-section-c .long-card .btn-info{
    border-radius: 10px;   
    background-color: #326295;
    color: #fff;
}

#plan-grid-section-c .long-card .btn-info:hover {
    background-color: #002554; 
}

#plan-grid-section-c .long-card .pdf a:before {
    font-style: normal;
    font-variant: normal;
    color: #353535;
    font-stretch: normal; 
    font-size: 1rem;
    font-family: FontAwesome;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\f1c1';
    margin-right: 5px;
}

#plan-grid-section-c .long-card .card-header{
    display: none;
}

#plan-grid-section-c .long-card .card {
	min-height: 250px;
}

#plan-grid-section-c .long-card .card-body:hover {
	background-color: #f4f4f4;
}

#plan-grid-section-c .long-card .card-body:hover .card-heading {
	background-color: #f4f4f4;
}

#plan-grid-section-c .long-card .card-body:hover .card-header:empty {
	background-color: #f4f4f4;
}

#plan-grid-section-c .long-card .card-heading {
	background-color: white;
    padding-top: 15px;
}

#plan-grid-section-c .long-card .card-header {
    margin-top: 0;
    margin-left: 0;
    width: 100%;
}

#plan-grid-section-c .long-card .card-header:empty {
	background-color: white;
	color: white;
	border-bottom: 0;
}

#plan-grid-section-c .long-card .card-header:empty::before {
	color: white;
	content: '.';
}

#plan-grid-section-c .long-card .popular-plan .card-header {
    color: white;
    background-color: #a26baf;
}

#plan-grid-section-c .long-card .plan-name {
	color: #353535;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 26px;
    text-align: center;
    margin-top: 60px;
}

#plan-grid-section-c .long-card .plan-price {
    color: #353535;
    font-weight: lighter;
    font-size: 3rem;
    text-align: center;
    line-height: 1;/* margin-top: -1.25rem; */	
}

#plan-grid-section-c .long-card .plan-kwh {
    font-size: .675rem;
    text-align: center;	
}

#plan-grid-section-c .long-card .blue-button3 {
    border-radius: 10px;
	background-color: none;
	padding-top: 10px !important;
	padding-bottom: 10px !important;
    margin-top: 15px;
    margin-bottom: 15px;
}

#plan-grid-section-c .long-card h4{
	color: #FFFF00;
    font-weight: lighter;
    font-size: 3rem;
    text-align: center;
    line-height: 1;/* margin-top: -1.25rem; */	
}

/* plan-grid-section-c END*/

/* Mobile Smaller Card */

#plan-grid-section-d .card {
}

#plan-grid-section-d .panel-plan-d {
    min-width: 305px;
}

#plan-grid-section-d .vertical-card {
    background-color: #eaeaea;
    color: #353535;
    font-size: 13px;
    text-align: center;
    box-shadow: 0 8px 10px -6px #353535c4;
    border: 1px solid #b3b3b3;
    border-left: 0px;
    margin-left: -1px;
	padding: 0px;
	height: 525px;
}

#plan-grid-section-d .blue-button2 {
	border: none !important;
	border-radius: 10px;
	background-color: #326295;
	color: #fff;
	padding-top: 10px !important;
	padding-bottom: 10px !important;
}

#plan-grid-section-d .blue-button2:hover {
    background-color: #002554; 
}

#plan-grid-section-d .blue-button3 {
    border-radius: 10px;
	background-color: none;
	padding-top: 5px !important;
	padding-bottom: 5px !important;
}

#plan-grid-section-d .card-heading {
	background-color: white;
    padding-top: 10px;
}

#plan-grid-section-d .card-header {
    margin-top: 0;
    margin-left: 0;
    width: 100%;
}

#plan-grid-section-d .card-header:empty {
	background-color: white;
	color: white;
	border-bottom: 0;
}

#plan-grid-section-d .card-header:empty::before {
	color: white;
	content: '.';
}

#plan-grid-section-d .plan-name {
	color: #353535;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 23px;
    text-align: center;
}

#plan-grid-section-d .plan-price {
    color: #353535;
    font-weight: lighter;
    font-size: 3rem;
    text-align: center;
    line-height: 0.75;
	/* margin-top: -1.25rem; */	
}    
/* Mobile Smaller Card END*/
