@font-face {
    font-family: "Avenir";
    src: url("../fonts/avenir/Avenir.ttc");
}

@font-face {
    font-family: "Avenir SemiBold";
    src: url("../fonts/avenir/Avenir-Medium.otf");
}

@font-face {
    font-family: "Avenir Bold";
    src: url("../fonts/avenir/Avenir-Heavy.otf");
}

@font-face {
    font-family: "Adelle";
    src: url("../fonts/Adelle/Adelle_Reg.otf");
}

@font-face {
    font-family: "Adelle SemiBold";
    src: url("../fonts/Adelle/Adelle_Semibold.otf");
}

@font-face {
    font-family: "OpenSans Bold";
    src: url("../fonts/OpenSans/OpenSans-Bold.ttf");
}

@font-face {
    font-family: "OpenSans SemiBold";
    src: url("../fonts/OpenSans/OpenSans-SemiBold.ttf");
}

@font-face {
    font-family: "Exo";
    src: url("../fonts/exo/Exo2-Regular.ttf");
}

@font-face {
    font-family: "Exo";
    src: url("../fonts/exo/Exo2-SemiBold.ttf");
    font-weight: 500;
}

@font-face {
    font-family: "Exo";
    src: url("../fonts/exo/Exo2-Bold.ttf");
    font-weight: 700;
}

@font-face {
    font-family: "Roboto Black";
    src: url("../fonts/Roboto/Roboto-Black.ttf");
}

@font-face {
    font-family: "Roboto BlackItalic";
    src: url("../fonts/Roboto/Roboto-BlackItalic.ttf");
}

@font-face {
    font-family: "Roboto Bold";
    src: url("../fonts/Roboto/Roboto-Bold.ttf");
}

@font-face {
    font-family: "Roboto BoldItalic";
    src: url("../fonts/Roboto/Roboto-BoldItalic.ttf");
}

@font-face {
    font-family: "Roboto Italic";
    src: url("../fonts/Roboto/Roboto-Italic.ttf");
}

@font-face {
    font-family: "Roboto Light";
    src: url("../fonts/Roboto/Roboto-Light.ttf");
}

@font-face {
    font-family: "Roboto LightItalic";
    src: url("../fonts/Roboto/Roboto-LightItalic.ttf");
}

@font-face {
    font-family: "Roboto SemiBold";
    src: url("../fonts/Roboto/Roboto-Medium.ttf");
}

@font-face {
    font-family: "Roboto SemiBoldItalic";
    src: url("../fonts/Roboto/Roboto-MediumItalic.ttf");
}

@font-face {
    font-family: "Roboto Regular";
    src: url("../fonts/Roboto/Roboto-Regular.ttf");
}

@font-face {
    font-family: "Roboto Thin";
    src: url("../fonts/Roboto/Roboto-Thin.ttf");
}

@font-face {
    font-family: "Roboto ThinItalic";
    src: url("../fonts/Roboto/Roboto-ThinItalic.ttf");
}

@font-face {
    font-family: "Roboto ThinItalic";
    src: url("../fonts/Roboto/Roboto-ThinItalic.ttf");
}

@font-face {
    font-family: "YuGothic";
    src: url("../fonts/Yugothic/yugothic.ttf");
}

@font-face {
    font-family: "YuGothic SemiBold";
    src: url("../fonts/Yugothic/yugothic-Semibold.ttc");
}

html {
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
    line-height: 1.5;
    ;
    /*font-family: var(--content-fontfamily); */
    font-family: sans-serif;
    background: var(--button-color);
}

main {
    display: block;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

a {
    background-color: transparent;
}

b,
strong {
    font-weight: bolder;
}

img {
    border-style: none;
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

textarea {
    overflow: auto;
}

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

[hidden] {
    display: none;
}

html {
    box-sizing: border-box;
}

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

html,
body {
    background: #fff;
    color: #4d4d4d;
    font: Avenir;
    min-width: 320px;
}

@media (min-width: 1200px) {
    .wrapper .main .container {
        max-width: 1140px;
    }
}

@media (min-width: 500px) and (max-width:768px) {
    .wrapper .main .container {
        max-width: 700px;
    }
}

.cr-forms button[type="submit"],
.cr-forms button[type="button"],
.btn-primary,
.btn-primary-outline,
.cr-forms button {
    display: inline-block;
    transition: transform 0.2s ease;
    padding: 10px 25px;
    text-decoration: none;
    border: 1px solid var(--button-color);
    outline: 0;
    cursor: pointer;
}

.btn-primary:hover,
.btn-primary-outline:hover,
.cr-forms button:hover,
.btn-primary:focus,
.btn-primary-outline:focus,
.cr-forms button:focus {
    transform: translateY(-2px);
}
.page-bayren .btn-primary{
    font-size: 16px;
    font-weight: 400;
}
.page-bayren .btn-primary:hover{
                  border: 1px solid #007bff;
                  background-color: #007bff;
                  -webkit-filter: none;
                  filter: none;
              }
.page-centerpointenergyin .btn-primary:hover,.page-centerpointenergyoh .btn-primary:hover{
    border: 1px solid #85c7e3;
    background-color: #85c7e3;
}

.cr-forms button[type="submit"],
.cr-forms button[type="button"],
.btn-primary {
    background: var(--button-color);
    color: #fff;
}

.cr-forms button[type="submit"]:hover,
.cr-forms button[type="button"]:hover,
.btn-primary:hover,
.cr-forms button[type="submit"]:focus,
.cr-forms button[type="button"]:focus,
.btn-primary:focus {
    background: var(--button-color);
    border-color: var(--button-color);
}

.btn-primary-outline {
    color: var(--button-color);
}

.btn-primary-outline:hover,
.btn-primary-outline:focus {
    background: var(--button-color);
    color: #fff;
}

.header {
    position: relative;
    font-size: 12px;
    z-index: 10;
}

.header .logo {
    display: block;
    margin: 0 auto;
    z-index: 1;
    max-width: 95px;
    padding: 10px 0;
}

.page-bayren .header .logo{
    max-width: 240px;
}

@media (min-width: 1451px) {
    .header .logo {
        margin-left: -505px;
    }
}

@media (min-width: 1200px) and (max-width: 1450px) {
    .header .logo {
        margin-left: -380px;
    }
}

@media (min-width: 1026px) and (max-width: 1199px) {
    .header .logo {
        margin-left: -420px;
    }
}

@media (min-width: 768px) and (max-width: 1025px) {
    .header .logo {
        margin-left: -310px;
    }
}

@media (max-width: 500px) {
    .container .content-area .text-block {
        margin-bottom: 20px;
    }
}

@media (min-width: 768px) {
    .header .logo {
        padding: 0;
        position: absolute;
        top: 62%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
}

@media (min-width: 601px) and (max-width: 767px) {
    .header .logo {
        top: 42%;
        margin-left: 250px;
    }
}

@media (min-width: 501px) and (max-width: 600px) {
    .header .logo {
        top: 42%;
        margin-left: 200px;
    }
}

@media (min-width: 415px) and (max-width: 500px) {
    .header .logo {
        margin-left: 150px;
    }
}

@media (min-width: 376px) and (max-width: 414px) {
    .header .logo {
        margin-left: 110px;
    }
}

@media (max-width: 375px) {
    .header .logo {
        margin-left: 70px;
    }
}

@media (min-width: 950px) and (max-width: 1050px) {
    .page-bayren .header .logo {
        left: 45%;
    }
}

@media (min-width: 768px) and (max-width: 950px) {
    .page-bayren .header .logo {
        top: 55%;
    }
}

@media (max-width: 375px) {
    .page-bayren .header .logo {
        margin-left: 70px;
    }
}

.header .logo img {
    max-width: fit-content;
    height: auto;
}

.fe-container .header .nav-opener {
    top: 15px;
}

.de-container .header .nav-opener {
    top: 25px;
}

.dlc-container .header .nav-opener {
    top: 25px;
}

.training-container .header .nav-opener {
    top: 15px;
}

.header .nav-opener {
    position: absolute;
    top: 40px;
    left: 8px;
    height: 38px;
    width: 54px;
    padding: 6px 12px;
    border: 0;
    outline: 0;
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center;
}

@media (min-width: 768px) {
    .header .nav-opener {
        display: none;
    }
}

.mobile-menu-open .header .nav-opener {
    background: none;
}

.mobile-menu-open .header .nav-opener:after {
    display: inline-block;
    vertical-align: top;
    content: "\00d7";
    margin-top: -7px;
    font-size: 30px;
}

.drop-opener {
    position: absolute;
    right: 0;
}

.drop-opener:after {
    position: absolute;
    top: 50%;
    left: 50%;
    content: "";
    height: 7px;
    width: 7px;
    border: 1px solid #000;
    border-color: transparent #000 #000 transparent;
    transform: translate(-50%, -50%) rotate(45deg);
}

@media (min-width: 768px) {
    .drop-opener {
        display: none;
    }
}

.nav-holder {
    padding: 15px 0 0;
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #fff;
    max-height: calc(100vh - 100px);
    overflow: auto;
}

@media (min-width: 768px) {
    .nav-holder {
        position: static;
        max-height: none;
        overflow: visible;
    }
}

.mobile-menu-open .nav-holder {
    display: flex;
    flex-direction: column;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
}

@media (min-width: 768px) {
    .mobile-menu-open .nav-holder {
        display: block;
        box-shadow: none;
    }
}

@media (min-width: 768px) {
    .nav-holder {
        padding: 17px 50px 0 0;
        display: block;
    }
}

.nav-holder .nav {
    order: 1;
}

.header-btns {
    margin: 0;
    padding: 15px 15px 0;
    list-style: none;
    text-align: center;
    order: 2;
}

@media (min-width: 576px) {
    .header-btns {
        padding: 15px;
    }
}

@media (min-width: 768px) {
    .header-btns {
        padding: 0 16px 7px 0;
        text-align: right;
    }
}

.header-btns .btn {
    font-size: 12px;
    display: block;
    padding: 10px 15px;
}
.page-esawh .header-btns .btn{
    font-weight: bold;
}

.page-bayren .header-btns .btn{
    font-size: 16px;
    font-weight: 400;
}

@media (min-width: 576px) {
    .header-btns .btn {
        padding: 5px 16px;
    }
}

.header-btns li {
    margin: 0 0 15px;
}

@media (min-width: 576px) {
    .header-btns li {
        display: inline-block;
        vertical-align: top;
        margin: 0 0 0 18px;
    }
}

.main-menu {
    text-align: right;
    margin: 0;
    padding: 0;
    list-style: none;
    color: #4d4d4d;
}
.page-bayren .main-menu{
    color: #212529;
}

.main-menu .drop-opener {
    position: absolute;
    top: 0;
    right: 0;
    border: 0;
    background: none;
    height: 36px;
    width: 36px;
}

.main-menu>li {
    border-top: 1px solid #c1c1c1;
    position: relative;
}

@media (min-width: 768px) {
    .main-menu>li {
        position: static;
    }
}

.main-menu>li:first-child {
    border-top: 0;
}

@media (min-width: 768px) {
    .main-menu>li {
        display: inline-block;
        vertical-align: top;
        border-top: 0;
    }
}

@media (min-width: 768px) {
    .main-menu>li:hover .dropdown {
        display: block;
    }
}

.main-menu>li:hover>a {
    font-weight: 500;
    background: #f0f3f7;
}

@media (max-width: 767px) {
    .main-menu>li.menu-open .dropdown {
        display: block;
    }
}

.main-menu>li.menu-open>a {
    font-weight: 500;
    background: #f0f3f7;
}

.main-menu>li>a {
    display: block;
    padding: 9px 10px 9px 31px;
    min-width: 100px;
    color: #4d4d4d;
    text-align: left;
    text-decoration: none;
}
.page-bayren .main-menu>li>a{
    color: #212529;
    font-size: 16px;
}
.page-esawh .main-menu>li>a{
    font-weight: bold;
}

@media (min-width: 768px) {
    .main-menu>li>a {
        text-align: center;
        border-bottom: 4px solid transparent;
        padding: 9px 11px 12px;
    }
}

.main-menu>li>a:hover {
    font-weight: 500;
    background: #f0f3f7;
}
.page-esawh .main-menu>li>a:hover{
    font-weight: bold;
}

.main-menu>li.active a {
    border-bottom-color: #b2d235;
}

.dropdown {
    width: 100%;
    background: #fff;
    padding: 10px 30px;
    display: none;
}

@media (min-width: 768px) {
    .dropdown {
        position: absolute;
        top: 100%;
        left: 0;
        border: 1px solid #c9c9c9;
        padding: 50px 0;
    }
}

.dropdown ul {
    margin: 0 -15px;
    padding: 0;
    list-style: none;
    text-align: left;
}

@media (min-width: 768px) {
    .dropdown ul {
        display: flex;
        flex-wrap: wrap;
    }
}

.dropdown ul:after {
    content: "";
    display: block;
    clear: both;
}

.dropdown ul p {
    margin: 0;
}
.page-bayren .dropdown ul p{
    font-size: 16px;
    font-weight: 400;
}

.dropdown ul li {
    padding: 0 15px;
    margin-bottom: 15px;
}

@media (min-width: 768px) {
    .dropdown ul li {
        flex: 0 0 33.3333%;
        max-width: 33.3333%;
    }
}

.dropdown ul li strong {
    font-weight: 500;
}

.dropdown ul li a {
    display: inline-flex;
    align-items: center;
    height: 40px;
    color: #337cb4;
    text-decoration: none;
}

.dropdown ul li a:hover {
    border-bottom: 4px solid #b2d235;
}

.page-bayren .dropdown ul li a{
    color: #007a5e;
    font-size: 16px;
    font-weight: 400;
}

.page-bayren .dropdown ul li a:hover{
    color: #007a5e;
    border-bottom: 4px solid #007a5e;
}

.cr-forms {
    padding: 24px;
    border: 1px solid #609ac5;
    box-shadow: 0 3px 20px rgba(119, 167, 190, 0.16);
    max-width: 360px;
    margin: 0 auto;
}

@media (min-width: 768px) {
    .cr-forms {
        float: right;
        width: 53%;
    }
}

.reset-password .cr-forms {
    float: none;
    width: auto;
    max-width: none;
}

.cr-forms a {
    color: #337cb4;
    text-decoration: none;
}

.cr-forms a:hover {
    text-decoration: underline;
}

.cr-forms label {
    display: block;
    font-weight: 500;
}

.cr-forms ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.cr-forms .intro p,
.cr-forms .intro h2 {
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 15px;
}

.cr-forms .intro h2 {
    font-family: sans-serif;
}

.cr-forms .intro p {
    font-family: sans-serif;
}

.cr-forms .attrEntry {
    margin-bottom: 20px;
    max-width: 400px;
}

.cr-forms .attrEntry:after {
    content: "";
    display: block;
    clear: both;
}

.cr-forms .attrEntry label {
    margin-bottom: 5px;
    font-size: 13px;
    font-family: sans-serif;
}

.cr-forms .attrEntry .helpLink {
    float: right;
    font-size: 12px;
    font-weight: bold;
    margin-top: 5px;
    display: none;
}

.cr-forms .entry-item {
    margin-bottom: 24px;
}

.cr-forms .entry-item label {
    margin-bottom: 2px;
    font-family: sans-serif;
    font-size: 14px;
}

.cr-forms .buttons button {
    margin-right: 15px;
}

@media (max-width: 375px) {
    .cr-forms .buttons {
        display: flex;
        flex-direction: column;
        margin-right: 0;
    }
    .cr-forms .buttons .verifyCode {
        margin-bottom: 15px;
    }
    .cr-forms .buttons #continue {
        margin-bottom: 15px;
    }
}

.cr-forms .password-label:after {
    content: "";
    display: block;
    clear: both;
}

.cr-forms .password-label #forgotPassword {
    float: right;
    font-weight: bold;
    font-family: sans-serif;
    font-size: 13px;
}

.cr-forms button[type="submit"],
.cr-forms button[type="button"] {
    min-width: 130px;
}

.cr-forms button#cancel {
    border: 1px solid;
}

.cr-forms button#cancel:hover {
    border-color: #f11817;
}

.cr-forms input[type="text"],
.cr-forms input[type="email"],
.cr-forms input[type="password"] {
    display: block;
    width: 100%;
    height: 40px;
    padding: 6px 12px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 0;
    transition: border-color 0.15s ease-in-out;
}

.cr-forms input[type="text"]:focus,
.cr-forms input[type="email"]:focus,
.cr-forms input[type="password"]:focus {
    color: #495057;
    border-color: #41b9ff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 121, 192, 0.25);
}

.cr-forms .verificationInfoText {
    color: #0f63a0;
    font-size: 15px;
    font-weight: 300;
    margin-bottom: 10px;
}

.cr-forms .verificationSuccessText {
    color: #298657;
    font-size: 15px;
    font-weight: 300;
    margin-bottom: 10px;
}

.error {
    color: #f01818;
    margin-bottom: 10px;
}

.page-title {
    border-bottom: 1px solid #dee2e6;
}

.page-title h1 {
    display: inline-block;
    vertical-align: top;
    border-bottom: 3px solid #b2d235;
    margin: 0 0 -1px;
    font-size: 18px;
    font-weight: 500;
    padding-bottom: 6px;
    font-family: sans-serif;
}
.page-bayren .page-title h1{
    border-bottom: 3px solid  #007a5e;
    font-size: 32px;
    font-weight: 600;
    color: #4d4d4d;
}
.page-esawh .page-title h1{
    font-weight: bold;
}
.page-centerpointenergyin .page-title h1,.page-centerpointenergyoh .page-title h1{
    border-bottom: 3px solid  #85c7e3;
}
@media (min-width: 768px) {
    .text-block {
        float: left;
        width: 40%;
    }
}

.text-block div {
    font-size: 18px;
    font-family: var(--header-fontfamily);
    padding-bottom: 20px;
}

.text-block a {
    color: #337cb4;
    font-size: 13px;
    text-decoration: none;
    font-family: var(--content-fontfamily) SemiBold;
}
.page-bayren .text-block a{
    color: var(--button-color);
    font-size: 16px;
}
.page-centerpointenergyin .text-block a,.page-centerpointenergyoh .text-block a{
    color: var(--button-color);
}
.page-bayren .text-block a:hover{
    color: #007bff;
}
.text-block p {
    margin: 0;
    font-size: 14px;
}
.page-bayren .text-block p{
    color: #212529;
    font-size: 16px;
}

.text-block a:hover {
    text-decoration: underline;
}

.text-block-right {
    float: right;
    width: 32%;
}

.text-block-right div {
    font-size: 18px;
    font-family: var(--header-fontfamily);
    padding-bottom: 20px;
}

.text-block-right a {
    color: #337cb4;
    font-size: 13px;
    text-decoration: none;
    font-family: var(--content-fontfamily) SemiBold;
}

.text-block-right p {
    margin: 0;
    font-size: 14px;
}

.text-block-right a:hover {
    text-decoration: underline;
}

.content-area {
    padding: 51px 0 50px;
}
.page-esawh .content-area{
    font-weight: bold;
}

.content-area.reset-password {
    padding: 5px 0 50px;
}

.content-area:after {
    content: "";
    display: block;
    clear: both;
}

footer {
    background: #e7eef0;
    width: 100%;
    font-size: 10px;
    padding: 32px 15px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.page-bayren footer{
    background: #007a5e;
    color: #f2f2f2;
    font-size: 16px;
    font-weight: 400;
}
.page-centerpointenergyin footer,.page-centerpointenergyoh footer{
    background: var(--button-color);
    color: #fff;
}
.wrapper {
    position: relative;
    width: 100%;
    min-height: 100vh;
    overflow: hidden;
    padding-bottom: 100px;
}

.container {
    max-width: 840px;
    padding: 0 15px;
    margin: 0 auto;
}

.container .row {
    margin-left: -15px;
    margin-right: -15px;
}

.container .row:after {
    content: "";
    display: block;
    clear: both;
}

.main-banner {
    margin-bottom: 25px;
}

.main-banner img {
    object-fit: cover;
    height: auto;
    width: 100%;
    max-height: 500px;
    vertical-align: top;
}

.footer-container {
    display: flex;
    justify-content: center;
}

@media (max-width: 620px) {
    .footer-container {
        display: block;
        text-align: center;
    }
}

.footer-container span {
    padding-left: 3px;
    text-align: center;
}

.footer-container a {
    color: #0079c0;
    padding-left: 3px;
}
.page-bayren .footer-container a{
    color: #f2f2f2;
}
.page-centerpointenergyin .footer-container a,.page-centerpointenergyoh .footer-container a{
    color: #fff;
}


/* B2C styling */

a.helpLink {
    display: none !important;
}

.verificationControlContent button.changeClaims {
    display: none !important;
}


/* Login Screen Buttons Styles */

.cr-forms.gpc-cr-forms #api .buttons #next {
    font-size: 13px;
    padding: 7px 16px;
}


/* Reset Screen Buttons Styles */

.reset-password .cr-forms.gpc-cr-forms #api .buttons .sendCode {
    font-size: 13px;
    padding: 7px 16px;
}

.reset-password .cr-forms.gpc-cr-forms #api .buttons .verifyCode {
    font-size: 13px;
    padding: 7px 16px;
}

.reset-password .cr-forms.gpc-cr-forms #api .buttons .sendNewCode {
    background: #5D636A;
    border: 1px solid #5D636A;
    font-size: 13px;
    padding: 7px 16px;
}

.reset-password .cr-forms.gpc-cr-forms #api #attributeVerification .buttons #continue {
    background: #ffffff;
    color: #DA3732;
    font-size: 13px;
    padding: 7px 16px;
}

.reset-password .cr-forms.gpc-cr-forms #api #attributeVerification .buttons #cancel {
    background: transparent linear-gradient(180deg, #F0EEF0 0%, #EBEBEB 100%) 0% 0% no-repeat padding-box;
    color: #5D636A;
    border: 0.75px solid #5D636A;
    font-size: 13px;
    padding: 7px 16px;
}

#companyurl {
    display: flex;
    align-items: center;
    position: inherit;
    background: #e1e7ef;
    height: 30px;
}

.page-bayren #companyurl{
    background:  #007a5e;
}
.page-centerpointenergyin #companyurl,.page-centerpointenergyoh #companyurl{
    background:  #0099dc;
}
.page-centerpointenergyin #companyurl a,.page-centerpointenergyoh #companyurl a{
    color: #fff;
}
.page-bayren #companyurl a{
    color: #f2f2f2;
    font-size: 16px;
    font-weight: 400;
}
@media (min-width: 768px) {
    #companyurl {
        padding-left: 120px;
    }
}

#companyurl a {
    color: #0079c0;
    font-size: 12px;
    text-decoration: none;
}

@media (max-width: 768px) {
    #companyurl a {
        padding: 0 15px;
    }
}