@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css");
body {
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    line-height: 150%;
    font-weight: 300;
    color: #666666;
}

body, h1, h2, h3, h4, h5 {
    margin: 0;
}

body, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Roboto', sans-serif;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, .font-size-300 {
    font-weight: 300;
    line-height: initial;
}

/* 5-21-20*/

p {
    margin-top: 0;
    color: #212529;
}

/** ----------------  Font Sizes ----------------------- **/

.font-size-80 {
    font-size: 80%;
}

.nav-tabs #state_tab.nav-link, p, li, h6, font-size-100 {
    font-size: 100%;
}

h5, .font-size-120 {
    font-size: 120%;
    line-height: 135%;
}

.nav-tabs .nav-link, .font-size-140 {
    font-size: 140%;
    line-height: 135%;
}

h4, .font-size-160 {
    font-size: 160%;
    line-height: 135%;
}

h3, .font-size-180 {
    font-size: 180%;
    line-height: 135%;
}

.font-size-200 {
    font-size: 200%;
    line-height: 135%;
}

.font-size-220 {
    font-size: 220%;
    line-height: 135%;
}

.font-size-240 {
    font-size: 240%;
    line-height: 135%;
}

h2, .font-size-260 {
    font-size: 260%;
    line-height: 135%;
    margin-bottom: 20px;
}

.font-size-280 {
    font-size: 280%;
    line-height: 135%;
}

h1, .font-size-300 {
    font-size: 300%;
    line-height: initial;
}

.smallfont {
    font-size: 100%;
    color: #666666;
    font-weight: 300;
}

.boldfont {
    font-weight: 700;
}

@media only screen and (max-width: 575.98px) {
    h1, .font-size-200 {
        font-size: 200%;
        line-height: 105%;
    }
    h2, .font-size-150 {
        font-size: 150%;
        line-height: 115%;
    }
    h3, .font-size-140 {
        font-size: 140%;
        line-height: 115%;
    }
    h4, .font-size-160 {
        font-size: 130%;
        line-height: 115%;
    }
 
    section .hero:first-of-type {
        margin-top: 0;
        padding-top: 24px;
    }
    footer ul {
        padding-left: 0;
    }
    footer .row>div {
        padding-left: 2rem;
    }
    footer span {
        font-size: 20px;
        margin-bottom: 15px;
    }
    footer ul li {
        margin: 10px 0 0;
    }
    footer ul li a {
        color: #ccc;
        font-size: 18px;
    }
    .slide-content .nav-item {
        width: 33% !important;
    }
    .generic-a9 .slide-content .nav-item {
        width: 50% !important;
        margin-right: 0 !important;
    }
    #appStore, #googlePlay, #alexaButton, span.nortonSecure a {
        margin: 2rem auto;
        display: block;
    }
}

/** ------------- Font Sizes End ---------------------------**/

/**----------------- Font Colors ------------------------ **/

.nav-tabs .active .nav-link, .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
    color: #f05d21;
}

.megamenu, .stateSelectList .nav-header, a {
    color: #005776;
}

.font-color-orange {
    color: #f05d21 !important;
}

font-color-blue {
    color: #005776 !important;
}

.font-color-black {
    color: #000000 !important;
}

.font-color-white {
    color: #ffffff !important;
}

.font-color-yellow {
    color: #ffa132 !important;
}

.font-color-gray {
    color: #666666 !important;
}

.nav-link {
    color: #666666;
}

.font-color-white {
    color: #fff !important;
}

.font-color-green {
    color: #77bd2d !important;
}

/**---------------- Font Colors End----------------------- **/

/**----------------- Background Colors--------------------- **/

.bg-gray {
    background-color: #eeeeee;
}

.bg-gray-light {
    background-color: #fafafa;
}

.bg-grayGradient {
    background-color: rgb(241, 243, 249);
    background-image: linear-gradient(rgb(240, 243, 246) 17.5%, rgb(255, 255, 255));
    background-position: center center;
    background-size: cover;
}

.bg-blue {
    background-color: #005776;
    color: white;
}

.bg-blue p {
    color: white;
}

.bg-dkBlue {
    background-color: #005776;
}

.bg-lightBlue {
    background-color: rgba(0, 87, 118, .10);
}

.bg-blue-light {
    background-color: #e4f0f4;
    color: white;
}

.bg-white {
    background-color: #ffffff;
}

.bg-tan {
    background-color: #f6f2ea;
}

.bg-yellow {
    background-color: #ffab18;
}

.bg-yellowGradient {
    mix-blend-mode: normal;
    background-color: transparent;
    background-image: radial-gradient(at center center, rgb(252, 174, 37) 21%, rgb(255, 154, 0) 56%);
}

.bg-orangeGradient {
    mix-blend-mode: normal;
    background-image: linear-gradient(to top, rgb(249, 105, 71), rgb(249, 105, 71), 90%, rgb(255, 154, 0) 200%);
}

/**--------------------- Background Colors End------------------- **/

/**---------------------- Background Curves------------------------ **/

.bg-curve-top:before, .bg-curve-bottom:after, .bg-reverse-curve-top:before, .bg-reverse-curve-bottom:after {
    content: '';
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 100;
    padding-bottom: 9.09%;
    /* height/width of svg image */
    width: 100%;
    background-image: url(../../images/svgs/de_main_curve.svg);
}

.bg-curve-top:before {
    transform: scaleY(-1);
}

.bg-reverse-curve-bottom:after {
    transform: scaleX(-1);
}

.bg-reverse-curve-top:before {
    transform: scaleX(-1) scaleY(-1);
}

.bg-curve-top:before, .bg-reverse-curve-top:before {
    background-position: center top;
}

.bg-curve-bottom:after, .bg-reverse-curve-bottom:after {
    background-position: center 0;
}

@media only screen and (min-width: 992px) {
    .bg-curve-top:before, .bg-curve-bottom:after {
        height: inherit;
    }
    .container {
        max-width: 1236px;
    }
}

/**----------------------- Background Curves End------------------**/

/**------------------------ Section margins & paddings ----------------- **/

section {
    margin-top: 80px;
    margin-bottom: 80px;
}

section:first-of-type {
    margin-top: 0;
    padding-top: 50px;
}

section#pageContent {
    padding: 0;
    margin: 0;
}

section .bg-curve-bottom .container:not(:first-child), section .bg-reverse-curve-bottom .container:not(:first-child) {
    padding-top: 80px;
}

section .bg-curve-top .container:first-child, section .bg-reverse-curve-top .container:first-child {
    padding-bottom: 80px;
    margin-top: 0px;
}

section .bg-curve-top .container:not(:first-child), section .bg-reverse-curve-top .container:not(:first-child) {
    padding-top: 80px!important;
    margin-top: 0px;
}

section .bg-curve-top.bg-reverse-curve-bottom .container, section .bg-reverse-curve-bottom.bg-curve-top .container, section .bg-reverse-curve-top.bg-curve-bottom .container, section .bg-curve-bottom.bg-reverse-curve-top .container {
    padding-top: 0px;
    padding-bottom: 0px;
}

section .bg-gray section:last-of-type {
    padding-bottom: 150px;
    margin-bottom: -1px;
}

section.bg-blue:last-of-type, section.bg-gray:last-of-type {
    margin-bottom: -1px;
}

section .state-savings {
    margin-top: -100px;
}

section .bg-solid {
    padding-top: 80px;
    padding-bottom: 80px;
}

@media only screen and (max-width: 575.98px) {
    section {
        margin-top: 50px;
        margin-bottom: 50px;
    }
}



/**---------------------- section margins & paddings End ------------------**/

/**------------------------- Buttons ----------------------**/

.button {
    padding: 10px 40px;
    border-radius: 26px;
    display: inline-block;
    font-weight: 400;
    text-decoration: none solid rgb(0, 0, 0);
    text-align: center;
    color: #120c07;
    margin-top: 55px;
}

.button-orange {
    border: 1px solid #f05d21;
    background-color: transparent;
}

.button-orange:hover {
    background-color: #f05d21;
    color: #ffffff;
    text-decoration: none;
}

.button-blue {
    border: 1px solid #005776;
    background-color: transparent;
}

.button-blue:hover {
    background-color: #005776;
    color: #ffffff;
    text-decoration: none;
}

.button-white {
    border: 1px solid #fff;
    background-color: transparent;
    color: #fff;
}

.button-white:hover {
    background-color: #ffffff;
    color: #000;
    text-decoration: none;
}

.button-green {
    border: 1px solid #77bd2d;
    background-color: transparent;
    color: #77bd2d;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.button-green:hover {
    background-color: #77bd2d;
    color: #ffffff;
    text-decoration: none;
}

.button-gray {
    background-color: #ebebeb;
    color: #7d7d7d;
    border: none;
    border-radius: 5px;
}

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

.button-solid-green {
    padding: 15px;
    border-radius: 5px;
    background-color: #6baa28;
    font-size: 18px;
    color: #ffffff;
    font-weight: 300;
    text-decoration: none solid rgb(255, 255, 255);
    text-align: center;
}

.button-lightgreen {
    width: 201px;
    height: 60px;
    border-radius: 5px;
    background-color: #77bd2d;
    color: #fff;
    font-size: 18px;
    text-align: center;
    border: 1px solid #ced4da;
}

.grid-card .button-lightgreen:hover {
    background-color: #6baa28;
}

.grid-card-body-button-small {
    width: 100%;
    height: 3rem;
    border: 1px solid #ccc;
    border-radius: 3px;
    background-size: cover;
    font-family: Roboto;
    font-size: 12px;
    color: #666666;
    font-weight: 300;
    -webkit-text-decoration: none solid #666666;
    text-decoration: none solid #666666;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.grid-card .grid-card-body-button-small:hover {
    background-color: #666;
    color: white;
}

/*primary button & anchor tags*/

a.primary, button.primary {
    background-color: #005776;
    color: #ffffff!important;
}

/* popup button hover style*/

a.button.button-blue.open_popup:hover {
    cursor: pointer;
    color: white;
    text-decoration: none;
}

/** Grid card button hover styles **/

.grid-card .grid-card-body-button-small:hover {
    background-color: #666;
    color: white;
}

.grid-card .button-lightgreen:hover {
    background-color: #6baa28;
}

button:focus {
    outline: none;
}

/* anchor tag inside button*/

.button a {
    padding: 10px 40px;
    margin: -10px -40px;
}

/* address zip modal popup button style*/

.button a.addressChangeLink {
    text-decoration: none;
}

.button a.addressChangeLink:hover {
    text-decoration: none;
    color: white;
}

/**------------------------- Buttons End ---------------------**/

/**---------------- hero-image-----------------**/

.hero .image {
    z-index: 102;
}

.hero .image img {
    margin-bottom: -15rem;
}

/**------------------ end of hero-image-------------**/

/**--------------- de-Modal section------------------**/

.de-modal .form-group {
    position: relative;
}

.de-modal .form-control {
    height: 60px;
    font-size: 20px;
    color: #000;
}

.de-modal .button {
    width: 100%;
    max-width: 210px;
    height: 52px;
    margin-top: 0px;
}

.modal-header {
    margin-bottom: -52px;
    border: none;
    z-index: 10;
    min-height: 3.5rem;
}

/**---------------End of de-Modal section------------------**/

/**---------------- Desktop NAVIGATION-------------------- **/

header {
    border-bottom: 1px solid #ffffff;
    padding: 10px 0;
}

.megamenu, #state-tabContent {
    position: absolute;
    z-index: 1000;
    width: 100%;
    margin-top: 11px;
}

.megamenu {
    background-color: #ffffff;
    border-top: 1px solid #f05d21;
}

.megamenu div.col ul li a:hover {
    text-decoration: underline;
}

.megamenu .col {
    border-right: 1px solid rgba(0, 0, 0, .2);
}

.megamenu .col:last-child {
    border-right: 0;
}

.megamenu .col {
    padding: 30px 0;
}

.megamenu .dropdown-menu {
    border-radius: 0;
}

.megamenu .nav-header {
    text-transform: uppercase;
}

.megamenu .nav-header, .megamenu ul {
    padding: 0 20px;
}

.megamenu ul .dropdown-item {
    padding: 0 20px 0 40px;
}

.megamenu .dropdown-menu {
    padding: 5px 20px 5px 40px;
}

.megamenu .dropdown-menu a, .megamenu ul li a, .dropdown-item {
    color: #666;
}

.megamenu .dropdown-menu a:hover, .dropdown-item:hover:hover, .megamenu ul li a:hover {
    color: #000;
    text-decoration: none;
}

.megamenu .dropdown-item:active {
    background-color: #e8e8e8;
}

.megamenu ul ul {
    padding: 0;
}

.megamenu ul.dropdown {
    padding: 0;
}

.megamenu ul li {
    display: block;
    margin: 5px 0;
}

.megamenu .dropdown-menu {
    position: relative;
    border: 0;
    float: none;
    background-color: #ebebeb;
}

.nav-tabs {
    border-bottom: none;
}

.nav-item, .dropdown-menu li {
    list-style: none;
}

.nav.navbar-brand {
    float: left;
}

.nav-tabs .nav-link {
    border-width: 0 0 1px 0;
    cursor: pointer;
    padding-bottom: 5px;
}

.nav-tabs #state_tab.nav-link {
    background-image: url(../../images/core/geoIcon.png);
    background-repeat: no-repeat;
    background-position: 0 50%;
    padding: 4px 0 0 20px;
}

.nav-tabs .nav-item:last-child .nav-link {
    margin-right: 0;
}

.nav-item.dropdown::before {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border: 0.3em solid transparent;
    border-top: 0.3em solid;
    border-right: 0.3em solid;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.dropdown-toggle::after {
    display: none;
}

.dropdown-menu {
    position: relative;
    border: 0;
    float: none;
    background-color: #ebebeb;
}

/*Change Region Desktop Menu */

#state-menu {
    background: rgb(250, 250, 250);
    background: linear-gradient(90deg, rgba(250, 250, 250, 1) 0%, rgba(250, 250, 250, 1) 75%, rgba(255, 255, 255, 1) 76%, rgba(255, 255, 255, 1) 100%);
    padding: 0;
}

.stateSelectList .main-head.nav-header {
    border-bottom: none;
}

.stateSelectList .nav-header {
    border-bottom: 1px solid #666666;
    font-weight: bold;
    display: block;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.stateSelectList ul {
    margin: 0;
    list-style: none;
    display: inline-block;
    vertical-align: top;
    width: calc(33% - 15px);
}

.stateSelectList ul ul {
    display: block;
    margin-left: 12px;
    width: 100%;
}

.stateSelectList, .bg-overflow-hidden {
    overflow: hidden;
}

.stateSelectList :not(li)>ul>li>a {
    font-weight: 700;
}

.stateSelectGo, .stateSelectList {
    padding-top: 30px;
    padding-bottom: 30px;
}

.stateSelectGo {
    padding-left: 50px;
    justify-content: center;
    flex-direction: column;
    display: flex;
}

.stateSelectGoOr {
    background-color: #efefef;
    font-size: 24px;
    border: 1px solid #a09fa0;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    text-align: center;
    position: absolute;
    line-height: 48px;
    left: -25px;
    top: calc(50% - 25px);
}

.stateSelectGoOr:before {
    content: "OR";
    display: block;
    font-size: 60%;
    height: 50px;
}

/**-------------------- Desktop NAVIGATION END------------------------ **/

/** ---------------------Mobile Navigation-----------------------**/

.mobile-nav .mobile-main-nav {
    border-top: 1px solid #ccc;
}

.mobile-nav .modal {
    top: -10px;
    width: 108%;
}

.mobile-header-nav li:nth-child(2) {
    background-color: #266d9a;
}

.mobile-header-nav li:nth-child(2) a {
    color: white;
}

.mobile-nav .modal-body {
    height: calc(100vh - 200px);
    overflow-y: auto;
}

.res-links .modal-body, .business-links .modal-body, .account-links .modal-body, .learning-links .modal-body {
    padding: 1rem !important;
}

.main-Modal .modal-header {
    margin-bottom: -35px;
    z-index: 10;
    min-height: 2.5rem;
    width: 100vw;
}

.main-Modal .modal-body {
    margin-top: 1.5rem;
}

.mobile-nav .panel-heading {
    cursor: pointer;
}

.res-links .panel-group .panel-body, .business-links .panel-group .panel-body, .account-links .panel-group .panel-body {
    margin-left: 0px;
}

#main-Modal .panel-group .panel-body, .learning-links .panel-group .panel-body {
    margin-left: -30px;
}

#main-Modal .panel-group .panel-body li, .res-links .panel-group .panel-body li, .business-links .panel-group .panel-body li, .learning-links .panel-group .panel-body li, .account-links .panel-group .panel-body li {
    list-style: none;
}

/* mobile menu modals height & width */

.main-Modal .modal-dialog, .res-links .modal-dialog, .account-links .modal-dialog, .learning-links .modal-dialog, .state-links .modal-dialog {
    width: 100%;
}

.main-Modal .modal-content, .res-links .modal-content, .account-links .modal-content, .learning-links .modal-content, .state-links .modal-content {
    height: 100vh;
}

/* end of mobile menu modals height & width */

/*mobile nav footer background & signup button */

.mobile-nav .modal-footer {
    background-color: #77bd2d;
}

.main-modal-footer {
    background-color: #77bd2d;
    padding: 1rem;
}

.mobile-nav .modal-footer button, .main-modal-footer button {
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    width: 240px;
}

/*end of mobile nav footer background */

/* making the signup button acts a footer in popup.js main modal */

#main-Modal {
    height: calc(100vh - 80px);
    display: flex!important;
    flex-direction: column;
}

#main-Modal .accordion {
    flex-grow: 1;
}

.main-Modal .modal-body {
    padding: 0;
}

/*end of making the signup button acts a footer*/

/* Font Awesome Chevron Icons for accordions in Mobile Nav */

.mobile-nav .accordion-toggle:after {
    font-family: 'FontAwesome';
    content: "\f077";
    float: right;
    color: #005776;
}

.mobile-nav .panel-heading.collapsed .accordion-toggle:after {
    font-family: 'FontAwesome';
    content: "\f078";
}

.mobile-nav .panel-title>a.collapsed:before {
    content: "";
}

.mobile-nav .panel-title>a:before {
    content: "";
}

.mobile-nav .dropdown-submenu .dropdown-menu {
    margin-left: 3rem;
}

.mobile-nav .dropdown-submenu .dropdown-menu li {
    margin-left: 1rem;
}

/* End of Font Awesome Chevron Icons for accordions in Mobile Nav */

/* mobile nav submenu accordions*/

.mobile-nav .caret:before {
    font-family: FontAwesome;
    content: "\f0d7";
    font-weight: 700;
}

.mobile-nav .caret-up:before {
    font-family: FontAwesome;
    content: "\f0d8";
    font-weight: 700;
}

/* end of submenu accordions*/

/**------------------- Mobile Navigation End-------------------**/

/**--------------------------- Footer-----------------------------**/

footer {
    color: #ffffff;
}

@media only screen and (min-width: 576px) {
    footer ul {
        padding: 0;
        margin-top: 5px;
    }
    footer ul li {
        display: block;
    }
    footer ul li a {
        color: #ccc;
    }

    .vdivider [class*='col-']:not(:last-child):after {
        background: #e0e0e0;
        width: 1px;
        content: "";
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        min-height: 70px;
    }
    /* Vertical arrow divider  */
    .varrow [class*='col-']:not(:last-child):after {
        content: "\003e";
        font-size: 80px;
        display: block;
        position: absolute;
        top: 20px;
        bottom: 0;
        right: -25px;
        color: #f05d21;
    }
    /* Vertical dotted line divider */
    .vdotted [class*='col-']:not(:last-child):after {
        content: "";
        display: block;
        position: absolute;
        top: 45px;
        width: 50%;
        left: 75%;
        border-top: 10px dotted #ffab18;
    }
}

/* Social Media Icons */

.social li {
    display: inline-block;
}

.social-footer.fa, .social-footer.fab, .social-footer.fas {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    text-decoration: none;
    margin: 5px 2px;
    color: #005776;
    background: rgba(255, 255, 255, .5);
    display: inline-block;
    border-radius: 50%;
    font-size: 160%;
}

/* End of Social Media Icons */

/*Footer Icons */

#appStore, #googlePlay, #alexaButton {
    display: inline-block;
    width: 130px;
    height: 40px;
    margin: 0 0 0 10px;
    background: url(../../css/base/images/appStore.png) no-repeat 0 0;
}

span.nortonSecure a {
    display: inline-block;
    vertical-align: top;
    padding: 10px 0 0 0;
    width: 116px;
    height: 62px;
    text-indent: -100000px;
    overflow: hidden;
    cursor: pointer;
    background: url(../../images/logos/norton_rev.png) no-repeat;
}

#alexaButton {
    width: 148px;
    background: url(../../css/base/images/alexaButton.png) no-repeat 0 0;
}

#googlePlay {
    background: url(../../css/base/images/googlePlay.png) no-repeat 0 0;
}

/*end of Footer Icons */

footer ul li a:hover {
    color: #fff;
}

footer ul {
    list-style-type: none;
}

@media only screen and (max-width: 991.98px) {
    footer .state-license {
        padding-bottom: 150px;
        padding-top: 15px;
    }
}

/**--------------- End of Footer----------------**/

/**-------------- Last Section ---------------- **/

/*email form */

.last-section .email-form-group .form-control-placeholder {
    opacity: 1;
    top: -15px;
}

.last-section .email-form-group input {
    height: 60px;
    max-width: 226px;
    min-width: auto;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.last-section .email-form-group select {
    height: 60px;
    width: 5rem;
    border-radius: 0px;
}

.last-section .email-form-group .input-group-append .button-orange {
    border-radius: 0 5px 5px 0;
    background-color: #f05d21;
    color: #fff;
    padding: 0 16px 0 16px;
}

.last-section .email-form-group .input-group-text {
    justify-content: center;
}

.last-section .email-form-group .button-lightgreen {
    width: 123px;
    height: 42px;
}

@media only screen and (max-width: 767px) {
    .last-section .email-form-group {
        display: flex;
    }
    .addressFormInline .form-inline {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .addressFormInline .form-inline .field-zip input {
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
    }
    .zip-form-group, .zip-form-block {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .zip-form-group input {
        margin-bottom: 5px !important;
    }
    .zip-form-group .button-lightgreen {
        border-top-left-radius: 5px !important;
        border-bottom-left-radius: 5px !important;
    }
    .img-card {
        margin-bottom: 5px;
    }
    .grid-card .grid-card-body {
        justify-content: center;
    }
    .grid-card .icon-with-caption .caption u {
        text-decoration: none;
    }
    .bg-grid-curve:after {
        padding-bottom: 13.1%;
    }
    .generic-b3.raf img {
        width: 50%;
    }

    .panel-group .panel-title {
        font-size: 18px;
        height: auto;
        margin-bottom: 0;
    }
    .panel-group .right-angle-icon {
        font-size: 120%;
    }

    /*BizzareVoice center on mobile */
    .bundle-product-star-rating div {
        text-align: center !important;
        padding: 10px 0 0 0;
    }
}

/* handling bottom space when the container is in the section */

.last-section .container, .last-section.container {
    text-decoration: none;
    position: relative;
    padding-top: 80px;
}

/* handling bottom space when the container is not in the section */

.last-section.container {
    padding-bottom: 80px;
}

/* handling top line when the container is in & not in the section */

.last-section .container:after, .last-section.container:after {
    content: '';
    width: 100%;
    position: absolute;
    left: 0;
    top: 0px;
    border-width: 0 0 1px;
    border-style: solid;
    border-color: #ccc;
}

/** --------------  End of Last Section -------------------- **/

/** -----------------Underlined Nav Tabs -------------- **/

.underline-tabs {
    border-bottom: 1px solid lightgrey;
    justify-content: space-between;
}

.underline-tabs a {
    color: black;
    text-align: center;
    padding: 5px 15px;
    font-size: 16px;
    font-weight: 700;
    margin-top: auto;
}

.underline-tabs a:hover {
    color: #005776a8;
    border-bottom: 2px solid #005776;
}

.underline-tabs a.active {
    color: #005776;
    border-bottom: 2px solid #005776;
}

@media only screen and (min-width: 1024px) {
    .underline-tabs {
        margin-bottom: 50px;
    }
    .underline-tabs {
        display: flex;
        justify-content: space-around;
    }
    .schema .table thead th {
        border: none;
    }
    .schema .table tbody td {
        border-right: 1px solid #DCDCDC;
    }
    .schema .table tbody td:first-child {
        border-left: 1px solid #DCDCDC;
        border-right: none;
    }
    .schema .vertical-tabs .nav-item .active {
        border-left: 5px solid orangered;
    }
    .schema .vertical-tabs .nav-item a:hover {
        border-left: 5px solid orangered;
    }
    .nav-tabs .nav-link {
        margin: 0px;
    }
    .schema .nav-tabs {
        padding-right: 0;
    }
    .schema .tab-content {
        padding-left: 0;
    }
    .comboBoxWrapper select {
        display: none;
    }
    .comboBoxWrapper {
        background: none;
    }
    .grid-card .rate_container .currency_type {
        font-size: 25px;
        vertical-align: text-top;
    }
    .grid-card .rate_container span.rate_units {
        font-size: 18px;
        vertical-align: text-bottom;
        margin-left: -2.0rem;
    }
    .grid-card .rate_container .rate_units {
        font-size: 50%;
        left: 0.6em;
        position: relative;
        top: -0.5em;
    }
    .grid-card .rate_container .currency_type.cents {
        position: relative;
        top: 0.5em;
        font-size: 40%;
    }
    .grid-card .rate_container .currency_type.dollars {
        position: relative;
        top: 0.5em;
        font-size: 50%;
        left: -0.2em;
    }
    /* Desktop specific Grid Widget styles */
    .grid-widget #filterby {
        display: block;
        margin-bottom: 3rem;
    }
    .grid-widget #sortby {
        display: block;
        margin-bottom: 3rem;
    }
    .grid-widget #viewby {
        display: block;
        margin-bottom: 3rem;
    }
    .grid-widget #filter-by-billing-type {
        display: block;
        margin-bottom: 3rem;
    }
    .vertical-tabs {
        display: flex;
        flex-direction: column;
    }
    .vertical-tabs .nav-item:first-child {
        border-top: none;
    }
    .vertical-tabs .nav-item:last-child {
        border-bottom: none;
    }
    .vertical-right-tabs .vertical-tabs .nav-item a:not(.active) {
        border-left: 1px solid gray;
    }
    .schema .vertical-tabs .nav-item a:not(.active), .vertical-left-tabs .vertical-tabs .nav-item a:not(.active) {
        border-right: 1px solid gray;
    }
    .underline-tabs {
        display: flex;
        justify-content: space-around;
    }
    .card {
        border: none;
    }
    .card .card-header {
        display: none;
    }
    .card .collapse {
        display: block;
    }
}

/* slide-content underline tabs align bottom */

.slide-content.underline-tabs .nav-item {
    display: flex;
}

.underline-tabs {
    margin-bottom: 50px;
}

/* End of slide-content underline tabs align bottom */

/** ------------------ End of Underlined Nav Tabs -------------- **/

/** ----------------------Vertical Tabs ------------------ **/

.vertical-tabs .v-tab {
    width: auto;
    min-height: 65px;
    font-size: 24px;
    line-height: 32px;
    background: #fafafa;
}

.vertical-tabs .nav-item {
    width: auto;
    min-height: 65px;
    background-size: cover;
    border: 1px solid #ccc;
    border-right: none;
    border-left: none;
}

.vertical-tabs .nav-link.active {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
    border-color: transparent;
}

.vertical-tabs .nav-item a {
    color: black;
    opacity: 0.4;
    font-size: 24px;
    text-align: right;
    min-height: 65px;
    width: 100%;
    border-right: 5px solid transparent;
}

.vertical-tabs .nav-item .active {
    min-height: 65px;
    background-color: #fff;
    border: none;
    opacity: 1;
}

.vertical-tabs .nav-item a:hover {
    min-height: 65px;
}

.vertical-right-tabs .vertical-tabs .nav-item .active {
    border-right: 5px solid #f05d21;
    border-left-width: 2px;
}

.vertical-right-tabs .vertical-tabs .nav-item a:hover {
    border-right: 5px solid #f05d21;
    border-left-width: 2px;
}

.vertical-left-tabs .vertical-tabs .nav-item .active {
    border-left: 5px solid #f05d21;
    border-right-width: 2px;
}

.vertical-left-tabs .vertical-tabs .nav-item a:hover {
    border-left: 5px solid #f05d21;
    border-right-width: 2px;
}

/** -------------  End of Vertical Tabs -------------- **/

/** -------------- Convert Tabs to Accordions on Mobile ----------------**/

.vertical-tabs {
    display: none;
}

.underline-tabs {
    display: flex;
}

.nav-tabs {
    border: none;
}

.card {
    background-color: transparent;
}

@media only screen and (max-width: 1023px) {
    .card {
        border: none;
        border-top: 1px solid rgba(0, 0, 0, .125);
        width: 100%;
    }
    .card-header {
        border-bottom: none;
        background-color: transparent;
    }
    .card-header a {
        color: #666666;
        font-size: 22px;
        font-weight: 400;
        display: block;
        line-height: 1.5;
    }
    .card-header a:hover {
        text-decoration: none;
    }
    .card-header:hover {
        border-right: 5px solid #ffab1b;
    }
    /* icons for accordions*/
    .card-header h5>a:before {
        float: right !important;
        font-family: FontAwesome;
        content: "\f105";
        font-weight: 600;
    }
    .card-header h5>a.collapsed:before {
        float: right !important;
        content: "\f107";
        font-weight: 600;
    }
    .card-header h5>a:hover, .card-header h5>a:active, .card-header h5>a:focus {
        text-decoration: none;
    }
    .schema .nav-tabs .nav-item {
        border-top: 0.5px solid #ccc;
    }
    .schema .vertical-tabs .nav-item {
        border-right: 1px solid #ccc;
    }
    .schema .vertical-tabs .nav-item:last-child {
        border-right: none;
    }
    .schema .vertical-tabs .nav-item .active {
        width: auto;
        border-top: 5px solid orange;
        border-left: none;
        border-right: none;
        margin: 0;
    }
    .schema .vertical-tabs .nav-item a:hover {
        border-left: none;
    }
    /* Force table to not be like tables anymore */
    .schema-table table, .schema-table thead, .schema-table tbody, .schema-table th, .schema-table td, .schema-table tr {
        display: block;
    }
    /* Hide table headers (but not display: none; for accessibility) */
    .schema-table thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }
    .schema-table tbody {
        display: flex;
        border-top: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
    }
    .schema-table tr {
        min-width: 115px;
    }
    .schema-table tr {
        display: flex;
        flex-direction: column;
    }
    .schema-table tr td:first-child {
        flex: 1;
    }
    .schema-table tr td:last-child {
        height: 5rem;
    }
    .schema-table td {
        /* Behave  like a "row" */
        border: none;
        position: relative;
        padding-left: 22%;
        padding-right: 0px;
        margin-right: 0px;
        border-bottom: 1px solid #b9d9ee;
    }
    .schema-table td:last-child {
        border-bottom: none;
    }
    .schema-table td:before {
        /* Now like a table header */
        position: absolute;
        /* Top/left values mimic padding */
        left: 0;
        top: 0;
        border-bottom: none;
        height: 100%;
        width: 20%;
        text-align: center;
        background-color: #e7e7fe;
    }
    /*Label the data*/
    .schema-table tr:first-child td:first-child:before {
        content: "\f15c";
        font-family: FontAwesome;
        padding-top: 10px;
        color: #005776;
    }
    .schema-table tr:first-child td:nth-child(2):before {
        content: "\f276";
        font-family: FontAwesome;
        padding-top: 10px;
        color: #005776;
    }
    .schema-table tr:first-child td:nth-child(3):before {
        content: "\f017";
        font-family: FontAwesome;
        padding-top: 10px;
        color: #005776;
    }
    .schema-table tr:first-child td:last-child:before {
        content: "\f155";
        font-family: FontAwesome;
        padding-top: 10px;
        color: #005776;
    }
    /*----------------- slide content - overflow ----------------- */
    .slide-content {
        overflow-x: auto;
        overflow-y: hidden;
        display: -webkit-box;
        display: -moz-box;
    }
    .slide-content .nav-item {
        width: auto;
        border: none;
    }
    .slide-content .nav-item a {
        font-size: 14px;
    }
    .slide-content .nav-item .button {
        padding: 5px 12px;
        margin-bottom: 12px;
    }
    /**----------------- End of slide content - overflow -----------------**/
    .grid-card .rate_container .rate_amount {
        font-size: 35px;
        font-weight: 700;
    }
    .grid-card .rate_container .currency_type {
        font-size: 20px;
        vertical-align: text-top;
        margin-left: -0.5rem;
    }
    .grid-card .rate_container span.rate_units {
        font-size: 15px;
        vertical-align: text-bottom;
        margin-left: -1rem;
    }
    .grid-card .rate_container .rate_units {
        font-size: 40%;
        left: 0.3em;
        position: relative;
        top: -0.5em;
    }
    .grid-card .rate_container .currency_type.cents {
        position: relative;
        top: 0.75em;
        font-size: 40%;
        left: 0.5em;
    }
    .grid-card .rate_container .currency_type.dollars {
        position: relative;
        top: 0.9em;
        font-size: 40%;
        left: 7%
    }
    .grid-widget .slide-content {
        display: block;
    }
    .grid-widget .radioDot {
        width: 0.8rem;
        height: 0.8rem;
        margin-left: 0rem;
    }
    .grid-widget label.radiobox {
        padding-left: 1rem;
    }
    .radiobox .radioDot:after {
        left: 1px;
        top: 1px;
        width: 9px;
        height: 9px;
    }
    .grid-widget #checkboxes, .grid-widget #custom-radio {
        display: flex;
        justify-content: space-evenly;
    }
    .grid-widget #checkboxes label, .grid-widget #custom-radio label {
        font-size: 12px;
        line-height: 12px;
        margin-bottom: 5px;
    }
    /*Mobile specific Grid widget styles*/
    .grid-widget .nav {
        flex-grow: 1;
        justify-content: space-between;
    }
    .grid-widget .slide-content {
        display: flex;
    }
    .grid-widget .nav-item {
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
        padding: 0 !important;
    }
    .grid-widget .row {
        display: inline;
    }
    .grid-widget ul li {
        font-size: 14px;
    }
    .grid-widget .checkmark {
        width: 1.0rem;
        height: 1.0rem;
        margin-left: 0rem;
    }
    .grid-widget label.checkbox {
        padding-left: 1.5rem;
    }
    .checkbox .checkmark:after {
        left: 5px;
        top: 2px;
        width: 5px;
        height: 10px;
    }
    .grid-widget #checkboxes label {
        font-size: 12px;
        line-height: 12px;
        margin-bottom: 4px;
    }
    .grid-widget #sortby {
        flex-grow: 1;
        width: 100%;
    }
    /* end of Grid-widget*/
    /*Mobile Card Headers */
    .grid-card p {
        margin-bottom: 0.5rem;
    }
    .grid-card-body-icon-green {
        width: 1rem;
        height: 1rem;
    }
    .grid-card .grid-planName h3 {
        font-size: 14px;
    }
    .grid-card .grid-planDesc .smallfont {
        font-size: 75%;
        line-height: 130%;
    }
    .grid-card .icon-with-caption object.icon {
        width: 30px;
        height: 30px;
    }
    .grid-card .icon-with-caption .caption u {
        font-size: 10px;
    }
    .grid-card-body-button-small {
        height: 2rem;
    }
    .grid-card .button-large {
        padding: 0px !important;
    }
    .grid-card .button-large p {
        margin-bottom: 0rem !important;
    }
    .grid-card .button {
        padding: 5px 10px;
    }
    .icon-month:before {
        position: absolute;
        margin-top: 9px;
        width: 18px;
        margin-left: 4px;
        font-size: 10px;
    }
    .fauxTab {
        width: 50%;
        display: inline-block;
    }
    .fauxTab a {
        border-top: 5px solid #fafafa;
    }
    .fauxTab.active a, .fauxTab:hover a {
        background-color: #fff;
        border-left: 1px solid #ccc;
        border-top: 5px solid #f05d21;
    }
    .two-arrow-raf:after {
        background-size: 40%;
    }
}

/** -------------- Convert Tabs to Accordions on Mobile ----------------**/

/** ------------------faq Accordions in panel-group -----------**/

.tab-accordions .panel-group .panel {
    border: 1px solid #b9d9ee;
    margin-bottom: 15px;
    background-color: #ffffff;
}

.panel-group .panel-title {
    padding: 13px 15px 15px;
    border-radius: 5px;
    background-size: cover;
    font-size: 25px;
    color: #120c07;
    font-weight: 100;
    text-decoration: none;
    min-height: 50px;
    margin-bottom: 0;
}

.panel-group .panel-body {
    font-size: 18px;
    color: #005776;
    font-weight: 300;
    text-decoration: none;
    line-height: 25px;
    margin-left: 80px;
}

.panel-group .right-angle-icon {
    float: right;
    font-size: 32px;
    font-weight: 100;
    color: #005776;
}

/* icons for accordions*/

.panel-title>a:before {
    float: right !important;
    font-family: FontAwesome;
    content: "\f107";
    font-weight: 700;
    color: orange;
}

.panel-title>a.collapsed:before {
    float: right !important;
    font-family: FontAwesome;
    content: "\f105";
    color: #005776;
}

/* end of icons for accordions*/

.panel-title>a:hover, .panel-title>a:active, .panel-title>a:focus {
    text-decoration: none;
}


.panel-group .panel-title .accordion-toggle {
    display: block;
}

.panel-group .panel-body {
    margin-left: 15px;
}

/**-----------------End of faq Accordions in panel-group -----------**/

/**-----------------Schema Table ------------ **/

.schema .tab-content {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}

.schema .table-responsive-sm {
    overflow: auto;
}

/**-----------------End of Schema Table ------------ **/

/** ---------------- Zip Form ---------------------- **/

/* addressFormInline form */

.addressFormInline .form-group.field-zip.form-group-fancyholder {
    width: auto;
}

.addressFormInline .form-group.field-zip.form-group-fancyholder input {
    height: 60px;
}

.addressFormInline button.button-lightgreen.form-control {
    padding: 0;
    border: none;
}

/* inline zip form*/

.addressFormInline .form-inline .field-zip input {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.addressFormInline .form-inline button {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.addressFormInline input {
    height: 60px;
    max-width: 350px;
    min-width: 280px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.addressFormInline .button-lightgreen {
    width: 280px;
    height: 60px;
}

/* block zip form*/

.zip-form-block .addressFormInline .form-inline {
    display: block;
}

.zip-form-block .addressFormInline .form-inline .field-zip {
    margin-bottom: 1rem;
}

.zip-form-block .addressFormInline .form-inline button {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.zip-form-block .addressFormInline .form-inline .field-zip input {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

/* Zip form group */

.zip-form-group {
    margin: auto;
    margin-top: 35px;
    padding-bottom: 10px;
}

.zip-form-group input {
    height: 60px;
    max-width: 260px;
    min-width: 250px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.zip-form-group .button-lightgreen {
    width: 250px;
    height: 60px;
}

/** ----------------End of Zip Form ---------------------- **/

/** --------------- Form-control label placeholers --------------**/

.form-control-placeholder {
    position: absolute;
    text-align: left;
    top: 0;
    padding: 7px 0 0 13px;
    transition: all 200ms;
    font-size: 75%;
    color: #005776;
    transform: translate3d(0, -30%, 0);
}

.form-group-fancyholder.active-input .form-control-placeholder {
    transform: translate3d(0, -20%, 0);
}

/** --------------- End of Form-control label placeholers --------------**/

/**--------------- Slick slider styles --------------------------**/

.slick-slide img {
    display: inline-block;
}

.slick-dots li button:before {
    font-size: 18px !important;
}

/**--------------- End of Slick slider styles -------------------------- **/

/**-------------- Image Cards which acts as clickable tabs-----------**/

.img-card {
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 2px 4px;
    box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.2);
    background-color: #FFFFFF;
}

.img-card:hover {
    transform: scale(1.01);
    border: 1px solid #005776;
    box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.2);
}

.img-card img {
    height: 156px;
}

/**--------------End of Image Cards which acts as clickable tabs-----------**/

/** ------------- Vertical dividers - Column, Arrow and Dotted ------**/

/*---- Vertical column divider --- */

.vdivider [class*='col-']:not(:last-child):after {
    border-bottom: 1px solid #e0e0e0;
    content: "";
    display: block;
    top: 0;
    bottom: 0;
    right: 0;
    min-height: 10px;
    margin-bottom: 10px;
    margin-top: 10px;
}

/** ------------ End of Vertical dividers - Column, Arrow and Dotted --------- **/

/** ---------------  bg-Circles ------------------  **/

.bg-inner-circle {
    width: 62px;
    height: 100%;
    padding: 6px 10px;
    border-radius: 50%;
    background-color: #ffab18;
    background-size: cover;
    font-size: 35px;
    color: #ffffff;
    text-align: center;
    display: flex !important;
    justify-content: center !important;
    align-items: center!important;
}

.bg-outer-circle {
    width: 88px;
    height: 88px;
    padding: 13px 13px;
    border-radius: 50%;
    background-color: #ffe1b3;
    background-size: cover;
}

/** ---------------End of bg-Circles ------------------  **/

/** ------------- checkCircles different colors ---------- **/

/* checkCircle*/

li.checkCircle-orange p, li.checkCircle p, li.checkCircle-blue p, li.checkCircle-gray p {
    display: inline;
}

li.checkCircle-orange, li.checkCircle, li.checkCircle-blue, li.checkCircle-gray {
    list-style: none;
    margin-left: -1.8rem;
    position: relative;
    padding-left: 20px;
}

li.checkCircle:before, li.checkCircle-orange:before, li.checkCircle-blue:before, li.checkCircle-gray:before {
    font-family: FontAwesome;
    content: "\f058";
    font-weight: 700;
    position: absolute;
    left: 0;
    top: 0.2rem;
}

li.checkCircle-orange:before {
    color: #f05d21;
}

li.checkCircle-blue:before {
    color: #005776;
}

li.checkCircle-gray:before {
    color: #ccc;
}

/** -------------End of checkCircles different colors ---------- **/

/** --------------------checkSquare ---------- **/

li.checkSquare p {
    display: inline;
}

li.checkSquare {
    list-style: none;
    position: relative;
    padding-left: 34px;
}

li.checkSquare:before {
    font-family: FontAwesome;
    content: "\f14a";
    font-size: 30px;
    position: absolute;
    left: -2px;
}

/** ------------- End of checkSquare ---------- **/

/**--------------- speech bubbles ---------------*/

.speech-bubble {
    position: relative;
    background: #f4f6f6;
    border-radius: 5px;
    padding: 30px 60px 30px 60px;
    margin-bottom: 50px;
}

.speech-bubble-blue {
    position: relative;
    background: #005776;
    color: #fff;
    border-radius: 5px;
    padding: 30px 60px 30px 60px;
    margin-bottom: 50px;
}

.speech-bubble:after {
    content: '';
    position: absolute;
    bottom: 20px;
    left: 90%;
    width: 0;
    height: 0;
    border: 45px solid transparent;
    border-top-color: #f4f6f6;
    border-bottom: 0;
    border-left: 0;
    margin-left: -22.5px;
    margin-bottom: -45px;
}

.speech-bubble-blue:after {
    content: '';
    position: absolute;
    bottom: 20px;
    left: 90%;
    width: 0;
    height: 0;
    border: 45px solid transparent;
    border-top-color: #005776;
    border-bottom: 0;
    border-left: 0;
    margin-left: -22.5px;
    margin-bottom: -45px;
}

/**--------------- End of speech bubbles ---------------*/

/** ----------------- bottom-border for text ------------ **/

.bottom-border {
    position: relative;
    display: inline-block;
}

.bottom-border:after {
    content: '';
    background: #ccc;
    width: 100%;
    margin: 17px 0px;
    height: 1px;
    display: block;
}

/** ----------------End of bottom-border for text ------------ **/

/**------------------Grid Page---------------------**/

#plan-grid .my-5 {
    padding-top: 0;
    display: block;
}

@media only screen and (min-width: 1269px) {
    .grid-card {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

@media only screen and (min-width: 1280px) {
    .grid-card {
        overflow-x: hidden;
    }
}

.grid-card .col-lg-4 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
}

.grid-card .card {
    box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.2);
    border: 1px solid #ccc !important;
}

.grid-card .card-body {
    padding: 0.5rem;
}

.grid-card .grid-planName h3 {
    font-size: 18px;
}

.grid-card .planTagLine p {
    color: #005776;
}

.grid-card .card-body .button-lightgreen {
    width: 100%;
    height: auto;
    border: none;
}

.grid-card a.order:hover {
    text-decoration: none;
    color: white;
}

.grid-card-body {
    margin: 0.5rem 0 0 0;
}

.grid-card-body-button-small {
    background: transparent;
    font-family: inherit;
}

.grid-card .gridPlanLinks {
    text-align: center;
    text-decoration: underline;
}

.grid-card .gridPlanLinks span {
    margin-right: 1rem;
    font-size: 14px;
}

.grid-card .gridPlanLinks span:lastchild {
    margin-right: none;
}

.grid-card .email-this-plan {
    font-size: 14px;
    cursor: pointer;
}

/* grid card rate-container */

.grid-card .rate_container {
    color: #000000;
}

.grid-card .rate_container .rate_units:before {
    content: "/";
}

.grid-card .rate_container .rate_amount {
    position: relative;
    left: -10px;
}

/* swipe icon after grid */

@media only screen and (max-width: 1270px) {
    .grid-card {
        padding-bottom: 20px;
    }
    #eplans:after {
        content: "swipe to view more plans";
        display: block;
        position: absolute;
        height: 30px;
        bottom: -20px;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        width: 190px;
    }
    .grid-card:after {
        content: "";
        display: block;
        position: absolute;
        height: 25px;
        width: 60px;
        background: url("https://i.imgur.com/z5yEhY0.png") no-repeat;
        background-size: contain;
        background-position: 0 50%;
        bottom: 5px;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
    }
}

/* end of grid card rate-container */

/* hiding the ratings*/

.grid-card [data-bv-show=inline_rating] .bv_main_container {
    display: none !important;
}

/*End of hiding the ratings */

/*grid card icons */

.modal-img-most-free {
    background-image: none;
}

/*grid card icons */

.grid-card-body object {
    margin: 0;
}

.grid-card-body .caption u {
    font-size: 12.5px;
}

/* end of grid card icons */

/*sticky grid-widget*/

#plan-grid .col-lg-3 {
    position: sticky;
    top: 0;
    z-index: 10;
    background-color: #fff;
    border-bottom: 1px solid darkgrey;
    margin-bottom: 1rem;
}

.grid-widget {
    position: sticky;
    top: 0;
}

/*end of sticky grid-widget*/

/* Grid-widget*/

/*Grid-widget checkbox */

.checkbox {
    display: block;
    position: relative;
    padding-left: 3.5rem;
    margin-bottom: 1.2rem;
    cursor: pointer;
    font-size: 1rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    /* Hide the browser's default checkbox */
    /* Style the checkmark/indicator */
}

.checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
    /* When the checkbox is checked, add a orange background */
}

.checkbox input:checked~.checkmark {
    background-color: #f05d21;
    /* Show the checkmark when checked */
}

.checkbox input:checked~.checkmark:after {
    display: block;
}

.checkbox .fixed-rate {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
    /* When the checkbox is checked, add a blue background */
}

.checkbox .fixed-rate:checked~.checkmark {
    background-color: #005776;
    /* Show the checkmark when checked */
}

.checkbox .fixed-rate:checked~.checkmark:after {
    display: block;
}

.checkbox .checkmark:after {
    left: 13px;
    top: 5px;
    width: 6px;
    height: 15px;
    border: solid #fff;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* Create a custom checkbox */

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #eee;
    /* Create the checkmark/indicator (hidden when not checked) */
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.grid-widget ul {
    margin-bottom: 1rem;
}

.grid-widget ul li {
    font-size: 14px;
}

.grid-widget #checkboxes label {
    font-size: 18px;
}

.grid-widget .checkmark {
    width: 2rem;
    height: 2rem;
    border: 0.5px solid #ccc;
    border-radius: 4px;
}

/* End Grid-widget checkbox */

.grid-widget ul {
    margin-bottom: 1rem;
}

.grid-widget ul li {
    font-size: 14px;
}

.checkbox .checkmark:after {
    left: 13px;
    top: 5px;
    width: 6px;
    height: 15px;
}

.grid-widget select {
    word-wrap: normal;
    width: 100%;
    height: 2.5rem;
    border-color: #005776;
}

.grid-widget #viewby p:after {
    font-family: FontAwesome;
    content: "\f002";
    font-weight: 700;
    float: right;
    color: darkgray;
}

.grid-widget #sortby p:after {
    font-family: FontAwesome;
    content: "\f0dc";
    font-weight: 700;
    float: right;
    color: darkgray;
}

.grid-widget #filterby p:after {
    font-family: FontAwesome;
    content: "\f0b0";
    font-weight: 700;
    float: right;
    color: darkgray;
}

.grid-widget .nav .nav-view-by :after {
    font-family: FontAwesome;
    content: "\f002";
    font-weight: 700;
    float: right;
    color: darkgray;
    font-size: 12px;
    margin-left: 0.5rem;
}

.grid-widget .nav .nav-sort-by :after {
    font-family: FontAwesome;
    content: "\f0dc";
    font-weight: 700;
    float: right;
    color: darkgray;
    font-size: 12px;
    margin-left: 0.5rem;
}

.grid-widget .nav .nav-filter-by :after {
    font-family: FontAwesome;
    content: "\f0b0";
    font-weight: 700;
    float: right;
    color: darkgray;
    font-size: 12px;
    margin-left: 0.5rem;
}

.grid-widget #filter-by-billing-type p:after {
    font-family: FontAwesome;
    content: "\f15c";
    font-weight: 700;
    float: right;
    color: darkgray;
}

.billing-type-tooltip::after {
    font-family: FontAwesome;
    content: "\f05a";
    font-weight: 700;
    color: darkgray;
}

.grid-widget .nav-tabs .nav-link {
    padding: 0.5rem 0.5rem;
}

.grid-widget .nav-tabs .nav-link.active, .grid-widget .nav-tabs .nav-link.active:after {
    border: none;
    color: #1485cc;
}

.grid-widget .nav .nav-item:first-child {
    border-right: 1px solid #ccc;
}

.grid-widget .nav .nav-item:nth-child(2) {
    padding-right: 1.0rem;
    border-right: 1px solid #ccc;
}

.grid-widget .nav .nav-view-by {
    border-right: 1px solid #ccc;
}

.grid-widget .nav .nav-sort-by {
    padding-right: 1.0rem;
    border-right: 1px solid #ccc;
}

.grid-widget #viewby p, .grid-widget #sortby p, .grid-widget #filterby p, .grid-widget #filter-by-billing-type p {
    border-bottom: 1px dashed #666;
}

.custom-radio label.radio-info {
    font-size: 18px;
    padding-left: 1rem;
}

.grid-widget .nav {
    border-bottom: 1px dashed #666;
}

.grid-widget .row {
    margin: 0 auto;
}

.grid-widget .tab-content {
    width: 100%;
}

.radiobox {
    display: block;
    position: relative;
    padding-left: 3.5rem;
    margin-bottom: 1rem;
    cursor: pointer;
    font-size: 1rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.radiobox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.radioDot {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 50%;
    border: 1px solid #005776;
}

.radiobox input:checked~.radioDot {
    background-color: #fff;
}

.radiobox input:checked~.radioDot:after {
    display: block;
}

.radioDot:after {
    content: "";
    position: absolute;
    display: none;
}

.radiobox .radioDot:after {
    top: 3px;
    left: 3px;
    width: 17px;
    height: 17px;
    border-radius: 50%;
    background: #005776;
}

.grid-widget #custom-radio label {
    font-size: 18px;
}



#plan-grid .button-yellow.button-large {
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 1.5rem 1px;
    text-align: center;
}

/* Grid card Yellow Button */

.button-yellow {
    margin-bottom: 1.5rem;
    border: 1px solid #ffa132;
    background-color: #ffeed1;
    color: #666666;
}

.button-yellow span:before {
    font-family: FontAwesome;
    content: "\f041";
    font-weight: 700;
    color: orange;
    margin-right: 0.5rem;
    font-style: normal;
}

/*Grid page background curve */

.bg-lightgray {
    background-color: #f7f7f7;
    border-radius: 4px;
}

.bg-grid-curve:after {
    content: '';
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 100;
    padding-bottom: 12.1%;
    /* height/width of svg image */
    background-position: center;
    width: 100%;
    background-image: url(../../images/svgs/grid_shape_small.svg);
}

/*Grid-card calendar icons content*/

span.icon-month {
    display: inherit;
    margin: 0 auto;
}

.grid-card-body .caption u {
    line-height: 135%;
    display: block;
    padding-top: 5px;
}

.icon-month:before {
    position: absolute;
    margin-top: 11px;
    width: 18px;
    margin-left: 5px;
    font-size: 13px;
}

.icon-month-3:before {
    content: '3';
}

.icon-month-5:before {
    content: '5';
}

.icon-month-6:before {
    content: '6';
}

.icon-month-7:before {
    content: '7';
}

.icon-month-8:before {
    content: '8';
}

.icon-month-9:before {
    content: '9';
}

.icon-month-10:before {
    content: '10';
}

.icon-month-11:before {
    content: '11';
}

.icon-month-12:before {
    content: '12';
}

.icon-month-13:before {
    content: '13';
}

.icon-month-14:before {
    content: '14';
}

.icon-month-16:before {
    content: '16';
}

.icon-month-17:before {
    content: '17';
}

.icon-month-18:before {
    content: '18';
}

.icon-month-22:before {
    content: '22';
}

.icon-month-24:before {
    content: '24';
}

.icon-month-36:before {
    content: '36';
}

/*End of Grid-card calendar icons content*/

/* Grid Background colors for promo boxes */

.orangePromoBox {
    background-color: #f96947;
    border-radius: 4px;
}

.bluePromoBox {
    background-color: #1485cc;
    border-radius: 4px;
}

.greenPromoBox {
    background-color: #91d44a;
    border-radius: 4px;
}

.grid-card .orangePromoBox .planTagLine p, .grid-card .orangePromoBox .rate_container, .grid-card .orangePromoBox .grid-month, .grid-card .bluePromoBox .planTagLine p, .grid-card .bluePromoBox .rate_container, .grid-card .bluePromoBox .grid-month, .grid-card .greenPromoBox .planTagLine p, .grid-card .greenPromoBox .rate_container, .grid-card .greenPromoBox .grid-month {
    color: #ffffff;
}

/* End of Grid Background colors for promo boxes */

/** Grid badges **/

.orangePromoBox+.plan-box .grid-planDesc p:before {
    background-color: #f96947;
}

.bluePromoBox+.plan-box .grid-planDesc p:before {
    background-color: #1485cc;
}

.greenPromoBox+.plan-box .grid-planDesc p:before {
    background-color: #91d44a;
}

.orangePromoBox+.plan-box .grid-planDesc p:before, .bluePromoBox+.plan-box .grid-planDesc p:before, .greenPromoBox+.plan-box .grid-planDesc p:before {
    content: '';
    display: inline-block;
    color: #fff;
    border-radius: 4px;
    padding: 1px 8px;
    font-size: 12px;
    font-weight: 700;
}

.giveBrighter+.plan-box .grid-planDesc p:before {
    content: 'Give A Light';
}

.plenti5000+.plan-box .grid-planDesc p:before {
    content: '5,000 Points!';
}

.freePowerHundred+.plan-box .grid-planDesc p:before {
    content: '$100 in Gift Cards + Free Weekends';
    font-size: 12px;
    /*Font size due to length of phrase*/
    ;
}

.mostPopular+.plan-box .grid-planDesc p:before {
    content: 'Most Popular!';
}

.freeWeekends+.plan-box .grid-planDesc p:before {
    content: 'Free Weekends!';
}

.save40+.plan-box .grid-planDesc p:before {
    content: 'Save 40%';
}

.save39+.plan-box .grid-planDesc p:before {
    content: 'Save 39%';
}

.save38+.plan-box .grid-planDesc p:before {
    content: 'Save 38%';
}

.save37+.plan-box .grid-planDesc p:before {
    content: 'Save 37%';
}

.save36+.plan-box .grid-planDesc p:before {
    content: 'Save 36%';
}

.save35+.plan-box .grid-planDesc p:before {
    content: 'Save 35%';
}

.save34+.plan-box .grid-planDesc p:before {
    content: 'Save 34%';
}

.save33+.plan-box .grid-planDesc p:before {
    content: 'Save 33%';
}

.save32+.plan-box .grid-planDesc p:before {
    content: 'Save 32%';
}

.save31+.plan-box .grid-planDesc p:before {
    content: 'Save 31%';
}

.save30+.plan-box .grid-planDesc p:before {
    content: 'Save 30%';
}

.save29+.plan-box .grid-planDesc p:before {
    content: 'Save 29%';
}

.save28+.plan-box .grid-planDesc p:before {
    content: 'Save 28%';
}

.save27+.plan-box .grid-planDesc p:before {
    content: 'Save 27%';
}

.save26+.plan-box .grid-planDesc p:before {
    content: 'Save 26%';
}

.save25+.plan-box .grid-planDesc p:before {
    content: 'Save 25%';
}

.save24+.plan-box .grid-planDesc p:before {
    content: 'Save 24%';
}

.save23+.plan-box .grid-planDesc p:before {
    content: 'Save 23%';
}

.save22+.plan-box .grid-planDesc p:before {
    content: 'Save 22%';
}

.save21+.plan-box .grid-planDesc p:before {
    content: 'Save 21%';
}

.save20+.plan-box .grid-planDesc p:before {
    content: 'Save 20%';
}

.save19+.plan-box .grid-planDesc p:before {
    content: 'Save 19%';
}

.save18+.plan-box .grid-planDesc p:before {
    content: 'Save 18%';
}

.save17+.plan-box .grid-planDesc p:before {
    content: 'Save 17%';
}

.save16+.plan-box .grid-planDesc p:before {
    content: 'Save 16%';
}

.save15+.plan-box .grid-planDesc p:before {
    content: 'Save 15%';
}

.save14+.plan-box .grid-planDesc p:before {
    content: 'Save 14%';
}

.save13+.plan-box .grid-planDesc p:before {
    content: 'Save 13%';
}

.save12+.plan-box .grid-planDesc p:before {
    content: 'Save 12%';
}

.save11+.plan-box .grid-planDesc p:before {
    content: 'Save 11%';
}

.save10+.plan-box .grid-planDesc p:before {
    content: 'Save 10%';
}

.webExclusive+.plan-box .grid-planDesc p:before {
    content: 'Web Exclusive!';
}

.supportGreen+.plan-box .grid-planDesc p:before {
    content: 'Green Plan';
}

.luckyPenny+.plan-box .grid-planDesc p:before {
    content: 'Special Offer';
}

/** End of Grid badges **/

/** Faux Grid Tabs **/

.fauxTab {
    border: 1px solid #ccc;
    border-left: 0;
    vertical-align: top;
}

.fauxTab a {
    min-height: 65px;
    display: block;
    background-color: #fafafa;
    border-left: 5px solid #fafafa;
    padding: 0.5rem 1rem;
    font-size: 24px;
    opacity: 0.4;
    color: black;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
}

.fauxTab.active a, .fauxTab:hover a {
    background-color: #fff;
    border-left: 5px solid #f05d21;
    color: #495057;
    text-decoration: none;
    opacity: 1;
}

.fauxTab.active {
    border-right: 1px solid #fff;
}

/** End of Faux Grid Tabs **/

/** Embedded Angular Enrollment Web Component on Plan, Landing, and Grid Pages **/

/** These rules enable the web component to "take over" the page visually when presenting checkout. **/
body.de-checkout #pageContent > :not(#page_content_primary),
body.de-checkout #page_content_primary > :not(#plan-grid):not(.plan-page-header) {
    display: none;
}
body.de-checkout #plan-grid,
body.de-checkout .plan-page-header {
    margin: 0;
    padding: 0;
    background-color: #fff;
    background-image: none;
}

/** End of Embedded Angular Enrollment Web Component on Plan, Landing, and Grid Pages **/

/**------------------End of Grid Page---------------------**/

/**-----------------Refer a Friend page--------------- **/

.raf .referal-id {
    background-color: orangered;
    padding: 1.5rem 5rem;
}

@media only screen and (min-width: 767px) {
    .raf .referal-id {
        margin-right: -12rem;
    }
}

.raf .button {
    padding: 10px 35px;
}

.generic-b3.raf img {
    width: 100%;
}

.generic-b3.raf .row {
    margin-top: 7rem;
}

@media only screen and (min-width: 768px) {
    .generic-b3.raf .row .col-sm.d-flex {
        margin-top: -7rem;
    }
    .single-arrow-raf {
        position: relative;
        z-index: 101;
    }
    .single-arrow-raf:after {
        content: "";
        background: url("../../images/illustrations/sm_single_arrow_raf.png");
        position: absolute;
        width: 100%;
        height: 100%;
        top: 32%;
        left: 75%;
        background-repeat: no-repeat;
        background-size: 40%;
    }
    .two-arrow-raf:after {
        content: "";
        background: url("../../images/illustrations/sm_two_arrow_raf.png");
        position: absolute;
        width: 100%;
        height: 100%;
        top: 15%;
        left: 80%;
        background-repeat: no-repeat;
        background-size: 50%;
    }
}

/**----------------End of Refer a Friend page--------------- **/

/**----------------Call outs ----------------**/

.bd-callout {
    padding: 1.25rem;
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    border: 1px solid #eee;
    border-left-width: .25rem;
    border-radius: .25rem;
}

.bd-callout h4 {
    margin-top: 0;
    margin-bottom: .25rem;
}

.bd-callout p:last-child {
    margin-bottom: 0;
}

.bd-callout code {
    border-radius: .25rem;
}

.bd-callout+.bd-callout {
    margin-top: -.25rem;
}

.bd-callout-info {
    border-left-color: #5bc0de;
}

.bd-callout-info h4 {
    color: #5bc0de;
}

.bd-callout-warning {
    border-left-color: #f0ad4e;
}

.bd-callout-warning h4 {
    color: #f0ad4e;
}

.bd-callout-danger {
    border-left-color: #d9534f;
}

.bd-callout-danger h4 {
    color: #d9534f;
}

/**---------------- End of Call outs ----------------**/

/**----------------- Product Review Tabs ------------**/

/*star ratings on plan page - hiding */

.bundle-product-star-rating .bv_main_container_row_normal, .bundle-product-star-rating .bv_main_container_line_break, .bundle-product-star-rating [data-bv-show=rating_summary] .bv_main_container .bv_main_container_CTA_row {
    display: none !important;
}

#BVTabs h4.active {
    padding: 10px;
    margin-bottom: 30px;
    position: relative;
    border: 1px solid #e3e1dd;
    border-bottom: none;
}

#BVTabs h4 {
    display: inline-block;
    width: 200px;
    padding: 10px;
    vertical-align: top;
    margin-bottom: -1px;
    z-index: 1;
    border-bottom: 1px #e3e1dd solid;
    border-right: none;
    cursor: pointer;
    margin: 0;
    position: absolute;
    top: 0px;
    text-align: center;
    font-size: 18px;
}

#BVTabs div.active {
    display: block !important;
}

#BVTabs div.articleOne, #BVTabs div.articleTwo {
    text-align: left;
    padding: 30px 30px 0 30px;
    display: none;
}

#BVTabs h4.articleTwo {
    left: 220px;
}

#BVTabs {
    margin: 65px 20px;
}

@media only screen and (max-width: 576px) {
    #BVTabs h4 {
        max-width: 200px;
        width: calc(100% - 175px);
        height: 62px;
    }
    #BVTabs h4.articleTwo {
        left: calc(100% - 175px);
        width: 175px;
    }
}

.bv {
    font-family: 'Roboto', sans-serif !important;
}

#BVTabs {
    position: relative;
}

/**-----------------End of Product Review Tabs------------**/

/**-------------Generic styles---------*/

.slick-dots li button:before {
    font-size: 12px;
}

a.addressChangeLink, #change-address-link {
    text-decoration: underline;
}

p a:hover {
    text-decoration: underline;
}

.font-color-black a {
    color: #005776;
}

.state-license em {
    font-style: normal;
}

/*icons*/

.icon {
    width: 35px;
    height: 35px;
    fill: #266d9a;
    align-self: center;
    margin-bottom: 22px;
    margin-top: 0;
}

/*blockquote*/

blockquote {
    padding: 10px 20px;
    border-left: 5px solid #eee;
}

@media only screen and (max-width: 320px) {
    .hero-container .initial {
        padding: 25px 0;
    }

    /*Mobile Card Body*/
    .grid-card .planTagLine p {
        font-size: 14px;
    }
    .grid-widget ul li {
        font-size: 11px;
    }

/*Mobile Grid-Card buttons */
}

#mobill #page_content_auxiliary {
    background: linear-gradient(45deg, rgba(255, 152, 0, .9) 10%, rgba(255, 87, 34, 0.9) 100%)!important;
    color: #ffffff;
}

#mobill #page_content_primary {
    padding: 30px 0;
}

#mobill #page_content_auxiliary_inner .moBillHeadBkg h1, #mobill #page_content_auxiliary_inner {
    color: #ffffff;
}

/**-------------End of Generic styles---------*/

/**---------------------- MISC Styles ------------------- **/

.iconSVG {
    display: none;
}

.modal {
    z-index: 10000000;
}

/*put font awesome icon on top (use for bullet)*/

.ontop {
    position: absolute!important;
    left: 15px;
    margin-top: 10px;
}

.navbar-nav.nav-tabs .nav-item button.nav-link {
    text-transform: uppercase;
    font-size: 110%;
}

.backTop {
    border: 1px #C8C8C8 solid;
    padding: 10px 5px;
    position: fixed;
    bottom: 50px;
    right: 10px;
    z-index: 202;
    display: none;
    border-radius: 0.25rem;
}

@media only screen and (max-width: 992px) {
    .bcFloat {
        top: inherit !important;
        left: inherit !important;
        bottom: 85px;
        right: 65px;
    }
    .backTop {
        bottom: 85px;
    }
}

.center-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: fit-content;
}

.top-layer-image {
    position: absolute;
    margin: auto;
    top: -100px;
    right: 0;
    left: 0;
}

.position-1 {
    -ms-flex-order: 1;
    order: 1;
}

.position-2 {
    -ms-flex-order: 2;
    order: 2;
}

.planQuickView .planName {
    display: none;
}

/*space between image & content on mobile*/

@media only screen and (max-width: 1024px) {
    .generic-a4 .card-body img {
        margin-bottom: 2.5rem;
    }
    .generic-z13 .tab-content img {
        margin-bottom: 2.5rem;
    }
    .generic-z1 .image img {
        margin-bottom: 2.5rem;
    }
}



/*PLAN PAGE*/

/*plan page remove extra border */

#plan-features.card {
    border: none;
}

/* Plan plage calculator overlapping content*/

.gridTabs>div>div.tabUsage {
    min-height: 100px !important;
}

p.plan-details-hero-price.font-color-orange {
    margin-bottom: -0.5rem;
}

/*plan page header order button*/

.plan-page-header a.button.order {
    width: 284px;
    height: 50px;
    padding: 14px 15px 15px;
    border-radius: 5px;
    background-color: #91d44a;
    font-size: 18px;
    color: #ffffff;
    font-weight: 300;
    text-align: center;
    margin: 0;
    margin-bottom: 15px;
}

/*End PLAN PAGE*/

.navbar-nav.nav-tabs .nav-item button.nav-link {
    text-transform: uppercase;
    font-size: 110%;
}

.card-box {
    height: 100%;
    vertical-align: top;
}

.card-button {
    position: absolute;
    text-align: center;
    bottom: 0;
    width: 100%;
}

.tab-container, .tab-area {
    background-color: #ffffff;
}

/**----------------End of MISC Styles--------------- **/

/**------------------------- FAUX Label Links------------------- **/

.faux-link {
    display: block;
    position: relative;
    cursor: pointer;
    padding-left: 15px;
    text-decoration: underline;
}

.faux-link:before {
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    position: absolute;
    left: 0;
    bottom: calc(50% - 2px);
    border-top: 2px solid #005776;
    border-right: 2px solid #005776;
    border-width: 2px;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

/**-------------------------End FAUX Label Links------------------- **/

/**--------------------- STAR RATINGS -------------------------- **/

.starsWrapper {
    display: inline-block;
    position: relative;
}

.starsOn, .starsOff {
    margin: auto;
    display: block;
    overflow: hidden;
    line-height: 100%;
}

.starsOff {
    width: 100%;
    position: static;
    color: #dae1e7;
}

.starsOn {
    color: #faa63f;
    position: absolute;
    bottom: 0;
    left: 0;
}

/**--------------------- End STAR RATINGS -------------------------- **/

/** ---------------------- Extra Navigation ------------------------------ **/

/** NAVIGATION **/

.nav-tabs {
    border-bottom: none;
}

nav .nav-tabs .nav-link {
    border-color: #ffffff;
    border-width: 0 0 2px 0;
}

.nav-link {
    background: none;
    display: block;
    vertical-align: text-bottom;
    margin-left: 5px;
}

nav .nav-tabs .active .nav-link, nav .nav-tabs .nav-link:hover, nav .nav-tabs .nav-link:focus {
    border: none;
}

.nav.navbar-brand {
    float: left;
}

.nav-item, .dropdown-menu li {
    list-style: none;
}

.nav-tabs #state_tab.nav-link {
    background-image: url(../../images/core/geoIcon.png);
    background-repeat: no-repeat;
    background-position: 0 50%;
    padding: 4px 0 0 20px;
}

.nav-item.dropdown::before {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border: 0.3em solid transparent;
    border-top: 0.3em solid;
    border-right: 0.3em solid;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.dropdown-toggle::after {
    display: none;
}

.navbar-brand {
    opacity: 1;
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
    top: 0;
    left: 0;
    text-indent: -100000px;
    overflow: hidden;
    cursor: pointer;
    background: url(../../images/base/logoHeader.png) no-repeat;
    display: block;
    width: 203px;
    height: 42px;
    padding: 0;
    margin: 0;
    z-index: 1;
}

.dropdown-box {
    position: relative;
    cursor: pointer;
    display: inline-block;
    margin-right: auto;
}

#contactSelectBox.dropdown-box {
    margin-right: 0;
}

#stateSelectBox span {
    text-decoration: underline;
    position: relative;
}

#state_tab span:before {
    content: '';
    background-image: url(../../images/core/geoIcon.png);
    background-repeat: no-repeat;
    background-position: 45% 10%;
    padding: 2px 0 2px 20px;
    margin: 0 5px 0 10px;
    border-bottom: 2px solid #f05d21;
    vertical-align: text-bottom;
    position: relative;
}

#state_tab span:before {
    display: none;
}

.regionText #stateSelectBox:hover .dropdown-box-sub {
    opacity: 1;
    visibility: visible;
}

/**-------------------------End Extra Navigation -------------------**/

/*------------Bubble Image--------------*/

.bubble-img-right {
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    bottom: -85px;
    height: calc(100% + 200px);
    width: calc(100% + 30px);
    margin: 0 0 0 30px;
    transition: border-radius 1s ease-out;
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    -webkit-animation: morph 8s ease-in-out infinite both alternate;
    animation: morph 8s ease-in-out infinite both alternate;
}

@keyframes morph {
    0% {
        border-radius: 40% 60% 60% 40% / 60% 30% 70% 40%;
    }
    100% {
        border-radius: 40% 60%;
    }
}

@keyframes pulse {
    from {
        box-shadow: 0 0 0 5px rgba(255, 255, 255, 0);
    }
    to {
        box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.5);
    }
}

/*------------End of Bubble Image--------------*/
