﻿@charset "utf-8";
/****************************************************
  
  weo3 - last updated 10.15.14

  0. Design Notes
  1. HTML elements
  2. Structure
  3. Navigation
  4. Modular / Icons
  5. General
  6. Queries
  7. Yo Fonts Mama

****************************************************/

/****************************************************
  0. Design Notes / Force overwrites
****************************************************/

/*#page {
    width: 100%;
    max-width: 1136px;
    margin: 0 auto 60px auto;
    clear: both;
}

    /*#page .centerWrap {
        background: #fff;
        width: auto;
        margin: 0 20px;
        -moz-border-radius: 0 0 5px 5px;
        -webkit-border-radius: 0 0 5px 5px;
        border-radius: 0 0 5px 5px;
        -moz-box-shadow: 0 0 5px #999;
        -webkit-box-shadow: 0 0 5px #999;
        box-shadow: 0 0 5px #999;
        padding: 16px;
    }

form .row .row .column,
form .row .row .columns {
    padding: 0;
}

.centerWrap {
    max-width: 1280px;
}



table {
    border-collapse: collapse;
    margin-bottom: 0.95em;
    border: none;
}

caption {
    text-align: left;
    padding-bottom: 0.875em;
}

table td,
table th {
    padding: 0.25em;
    border: 1px solid #FFF;
    border-width: 0 1px 1px 0;
}

table thead {
    background: none;
}

thead th {
}

    thead th[colspan],
    thead th[rowspan] {
    }

    thead th[scope="col"] {
        text-align: center;
    }

tbody th,
tfoot th {
}

    tbody th[scope="row"] {
        text-align: left;
    }

tbody tr td,
tfoot tr td {
    text-align: center;
}

tbody tr.odd td {
    background: #AFAFAF;
}

.table-nav-medplan td {
    background: #CCF1FF;
    color: #7CD6FF;
}

    .table-nav-medplan td.active {
        background: #1E6C9A;
        color: #FFF;
    }

*/
/****************************************************
  1. HTML elements
****************************************************/

html, body {
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
    /*margin: 0;
    padding: 0;*/
}

p {
    font-family: inherit;
    font-weight: normal;
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 1.25rem;
    text-rendering: optimizeLegibility;
}
/*
h1, h2, h3, h4, h5, h6 {
    font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
    font-style: normal;
    text-rendering: optimizeLegibility;
    margin-top: 0.2rem;
    margin-bottom: 0.5rem;
    line-height: 1.4;
}

h1 {
    font-size: 2.125rem;
}

h2 {
    font-size: 1.6875rem;
    margin-bottom: 0;
}

h3 {
    font-size: 1.375rem;
}

h4 {
    font-size: 1.125rem;
    line-height: 0.5;
}

h5 {
    font-size: 1.125rem;
}

h6 {
    font-size: 1rem;
}

a {
    text-decoration: none;
}

    a:hover {
        text-decoration: underline;
    }


*/
/****************************************************
  2. Structure
****************************************************/

.slick-slider {
    margin-bottom: 0 !important;
}

.master-shadow {
    border-left: 1px solid #9F9F9F;
    border-right: 1px solid #9F9F9F;
    box-shadow: 0 0 2em rgba(51, 51, 51, 0.5);
}

.antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.alpha-vertical {
    padding-top: 0 !important;
    margin-top: 0 !important;
}

.omega-vertical {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}

.alpha-horizontal {
    padding-left: 0 !important;
    margin-left: 0 !important;
}

.omega-horizontal {
    padding-right: 0 !important;
    margin-right: 0 !important;
}

.cta-callout-row {
    min-height: 10em;
    margin: 4em 0;
}

    .cta-callout-row a.btn {
        margin-top: 2em;
    }

a.btn span {
    top: 2px;
    left: 2px;
    position: relative;
}


/****************************************************
  3. Navigation
****************************************************/

.oe-tabs {
    margin: 0;
    height: 9em;
    /*padding: 0;
    width: 100%;
    display: table;*/
}

    .oe-tabs dd {
        margin: 0;
        background: transparent;
        width: 20%;
        border-right: 1px solid #C3C3C3;
        height: inherit;
        text-align: center;
    }

        .oe-tabs dd a {
            height: inherit;
            padding-top: 6.5em;
            color: #777;
            line-height: 1.2;

        }

        .oe-tabs dd.omega, .oe-tabs dd.active {
            border: none;
        }

            .oe-tabs dd.active a, .oe-tabs .tab-title.active a {
                background: #CCDDEC;
            }

    .oe-tabs li {
        background: transparent;
        float: none;
        text-align: center;
        margin: 0;
        padding: 0;
        border-right: 1px solid #C3C3C3;
        display: table-cell;
    }

        .oe-tabs li.omega, .oe-tabs li.active {
            border: none;
        }

        .oe-tabs li > a {
            font-size: 0.85em;
            display: block;
            height: 7em;
        }

    .oe-tabs .tab-title > a {
        padding: 5rem 0 0.5rem;
        text-align: center;
        font-size: 0.85em;
        background-color: none;
        background-color: transparent;
    }

    .oe-tabs li.active a, .oe-tabs .tab-title.active a {
        background: #CCDDEC;
    }

    .oe-tabs li > a:hover, .oe-tabs .tab-title > a:hover {
        background: #AECFE5;
        text-decoration: none;
    }

.tab-icon {
    width: 100px;
    height: 100px;
    position: absolute;
    top: 0;
    margin: 0;
}

:root .tab-icon {
margin-left: auto\0;
margin-right: auto\0;
background-position-x: center\0;
top: -10px\0;
}

    .tab-icon.icn-plans {
        background: url('/~/media/EA2CE7A1F1684DD396630404C3F6AF1C.ashx') 0 0 no-repeat; background-size: 90%; background-position-x: center\0;
    }

    .tab-icon.icn-semis {
        background: url('/~/media/EA2CE7A1F1684DD396630404C3F6AF1C.ashx') -10px -90px no-repeat; background-size: 90%; background-position-x: center\0;
    }

    .tab-icon.icn-quote {
        background: url('/~/media/EA2CE7A1F1684DD396630404C3F6AF1C.ashx') 0 -180px no-repeat; background-size: 90%; background-position-x: center\0;
    }

    .tab-icon.icn-finan {
        background: url('/~/media/EA2CE7A1F1684DD396630404C3F6AF1C.ashx') 0 -270px no-repeat; background-size: 90%; background-position-x: center\0;
    }

    .tab-icon.icn-educa {
        background: url('/~/media/EA2CE7A1F1684DD396630404C3F6AF1C.ashx') -15px -360px no-repeat; background-size: 90%; background-position-x: center\0;
    }

.tabs-content > .content {
    padding: 1rem;
}


.row.content-panels {
    margin-top: 4em;
}


/****************************************************
  4. Modular 
****************************************************/

.row {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
    /*max-width: 68.500em;*/
}

    .row:before, .row:after {
        content: " ";
        display: table;
    }

    .row:after {
        clear: both;
    }

    .row.collapse > .column,
    .row.collapse > .columns {
        padding-left: 0;
        padding-right: 0;
    }

    .row.collapse .row {
        margin-left: 0;
        margin-right: 0;
    }

    .row .row {
        width: 100%;
        margin-left: -0.25em;
        margin-right: -0.25em;
        margin-top: 0;
        margin-bottom: 0;
        max-width: none;
    }

        .row .row:before, .row .row:after {
            content: " ";
            display: table;
        }

        .row .row:after {
            clear: both;
        }

        .row .row.collapse {
            width: auto;
            margin: 0;
            max-width: none;
        }

            .row .row.collapse:before, .row .row.collapse:after {
                content: " ";
                display: table;
            }

            .row .row.collapse:after {
                clear: both;
            }

    .row.space-above {
        padding-top: 2em;
    }

    .row.space-below {
        padding-bottom: 3em;
    }

.tab-content {
    float: left;
    width: 50%;
    padding: 0 1em;
}

.tab-content-left {
    float: left;
    width: 40%;
    padding: 0 1em;
}

.tab-content-right {
    float: left;
    width: 50%;
    padding: 0 1em 0 4em;

}

.tab-content-left h4, .tab-content-right h4 {
    font-size: 2em;
    margin: 0;
    padding: 0;
}


#personal label {
    float: left;
    width: 60%;
    text-align: right;
    padding-right: 10px;
    font-size: 1rem;
    line-height: 2rem;
}

#personal input[type="text"] {
    width: 40%;
    padding-left: 0.5em;
    margin-bottom: 1em;
}


.tile {
    float: left;
    position: relative;
    margin: 0 1.655%;
    width: 30%;
    border: none;
}

#panel5 .tile {
    margin: 0 0.455%;
}

.tile:before {
    content: "";
    display: block;
    padding-top: 98%;
}

.tile.jump-tile:before {
    padding-top: 100%;
}

.tile.jump-wide {
    width: 24em;
}

    .tile.jump-wide:before {
        padding-top: 100%;
    }

.tile-content {
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
}

    .tile-content img {
        width: 100%;
        height: 100%;
        background-size: cover;
    }

.jump-tile .tile-content .btn {
    position: absolute;
    bottom: 0;
    width: 92%;
    margin-left: 4%;
    margin-right: 4%;
    display: block;
    text-align: center;

}

.jump-wide .tile-content .btn {
    width: 60%;
    left: 20%;
    text-align: center;
}

.tile-block-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding-top: 15px;
}

.panel-full {
    width: 100%;
    margin: 0;
    padding: 0;
}

    .panel-full .panel-left, .panel-full .panel-right {
        padding: 2em !important;
    }

.row.carousel {
    max-width: 100%;
}

.carousel-hero {
    min-height: 2em;
}

    .carousel-hero div {
        height: 100%;
    }

    .carousel-hero .hero-inner {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }

    .carousel-hero .slick-dots {
        bottom: 0;
    }

        .carousel-hero .slick-dots li.slick-active button:before {
            color: transparent;
        }

        .carousel-hero .slick-dots button:before {
            background: rgba(255, 255, 255, 0.75);
            color: rgba(255, 255, 255, 0.75);
            border-radius: 4px;
        }

    .carousel-hero .slick-prev, .carousel-hero .slick-next {
        height: 60px;
        width: 30px;
        background: #EFEFEF;
        background: rgba(255, 255, 255, 0.5);
        color: #FFF;
        top: 50%;
        margin-top: -35px;
    }

        .carousel-hero .slick-prev:focus, .carousel-hero .slick-next:focus,
        .carousel-hero .slick-prev:hover, .carousel-hero .slick-next:hover {
            background: #EFEFEF;
            background: rgba(255, 255, 255, 0.5);
            color: #FFF;
        }

    .carousel-hero .slick-prev {
        left: 14%;
    }

    .carousel-hero .slick-next {
        right: 14%;
    }

.hero-inner-content {
    margin: 5% 20%;
    display: block;
    text-align: left;
}

    .hero-inner-content h2, .hero-inner-content h3 {
        line-height: 0.8;
        font-size: 2em;
        margin-bottom: 0;

    }

    .hero-inner-content p {
        margin: 0.5em 0;
        font-size: 1.2em;

    }

    .hero-inner-content img {
        position: absolute;
        right: 10%;
    }



@media only screen and (min-width: 64.063em) {

    .hero-inner-content {
        margin: 8% 25%;
    }

        .hero-inner-content img {
            right: 25%;
            bottom: 20%;
        }
}

.content-slider h3 {
font-size: 1.5em;
margin-bottom: 0.5em;
}


.carousel-thumblist {
    min-height: 2em;
    margin-left: -4px;
}

    .carousel-thumblist div {
        margin: 0 0.15em;
    }

        .carousel-thumblist div a {
            display: block;
        }

    .carousel-thumblist a p {
        position: absolute;
        bottom: 0;
        text-align: center;
        width: 100%;
        padding: 0.25em 0;
        margin: 0;
        font-size: 1em;
    }

:root .carousel-thumblist a p {
    position: relative\0;
    margin-top: -30px\0;
}

.carousel-thumblist a:hover p {
    background: #1F81CA;
}



.carousel-thumblist .slick-prev, .carousel-thumblist .slick-next,
.carousel-panel .slick-prev, .carousel-panel .slick-next,
.carousel-med-tables .slick-prev, .carousel-med-tables .slick-next {
    height: 60px;
    width: 30px;
    background: #76ACD8;
    background: rgba(118, 172, 216, 1);
    color: #FFF;
    top: 50%;
    margin-top: -35px;
}

    .carousel-thumblist .slick-prev:focus, .carousel-thumblist .slick-next:focus,
    .carousel-panel .slick-prev:focus, .carousel-panel .slick-next:focus,
    .carousel-med-tables .slick-prev:focus, .carousel-med-tables .slick-next:focus {
        background: #76ACD8;
        background: rgba(118, 172, 216, 1);
    }

    .carousel-thumblist .slick-prev:hover, .carousel-thumblist .slick-next:hover,
    .carousel-panel .slick-prev:hover, .carousel-panel .slick-next:hover,
    .carousel-med-tables .slick-prev:hover, .carousel-med-tables .slick-next:hover {
        background: #1F81CA;
        background: rgb(31, 129, 202, 1);
    }

        .carousel-thumblist .slick-prev:hover:before, .carousel-thumblist .slick-prev:focus:before,
        .carousel-thumblist .slick-next:hover:before, .carousel-thumblist .slick-next:focus:before,
        .carousel-panel .slick-prev:hover:before, .carousel-panel .slick-prev:focus:before,
        .carousel-panel .slick-next:hover:before, .carousel-panel .slick-next:focus:before,
        .carousel-med-tables .slick-prev:hover:before, .carousel-med-tables .slick-prev:focus:before,
        .carousel-med-tables .slick-next:hover:before, .carousel-med-tables .slick-next:focus:before {
            color: #FFFFFF;
        }

.carousel-thumblist .slick-prev {
    left: -25px;
}

.carousel-thumblist .slick-next {
    right: -29px;
}

    .carousel-thumblist .slick-prev:before, .carousel-thumblist .slick-next:before,
    .carousel-hero .slick-prev:before, .carousel-hero .slick-next:before,
    .carousel-panel .slick-prev:before, .carousel-panel .slick-next:before,
    .carousel-med-tables .slick-prev:before, .carousel-med-tables .slick-next:before {
        /* declare font family, get arrows in */
        font-family: "tpglyph";
    }

.carousel-thumblist .slick-prev:before,
.carousel-hero .slick-prev:before,
.carousel-panel .slick-prev:before,
.carousel-med-tables .slick-prev:before {
    content: "\e623";
}

.carousel-thumblist .slick-next:before,
.carousel-hero .slick-next:before,
.carousel-panel .slick-next:before,
.carousel-med-tables .slick-next:before {
    content: "\e617";
}


.carousel-panel {
    min-height: 2em;
    max-height: 15em;
}

    .carousel-panel h4 {
        margin: 0;
        line-height: 0.8;
        font-weight: normal;
    }

    .carousel-panel p {
        line-height: 1.2;
        font-size: 0.9em;
    }

    .carousel-panel .carousel-panel-left, .carousel-panel .carousel-panel-right,
    .carousel-panel .carousel-panel-full {
        height: 100%;
        min-height: 15em;
        overflow: hidden;
    }

    .carousel-panel .slick-prev {
        left: -30px;
    }

    .carousel-panel .slick-next {
        right: -30px;
    }

.carousel-panel-filter {
    position: absolute;
    top: 0;
    margin: 0.5em 0 0 0.5em;
    padding: 0;
}

    .carousel-panel-filter li {
        list-style-type: none;
        float: left;
    }

        .carousel-panel-filter li a {
            display: block;
            padding: 0 0.5em;
            color: #FFF;
            color: rgba(255, 255, 255, 0.5);
            border-right: 1px solid #FFF;
        }

            .carousel-panel-filter li a.active {
                color: #FFF;
            }

            .carousel-panel-filter li a.omega {
                border-right: none;
            }

.carousel-panel-left, .carousel-panel-right {
    float: left;
}

.carousel-panel-left {
    width: 30%;
}

.carousel-panel-right {
    width: 70%;
}

.carousel-panel-image, .carousel-panel-content {
    padding: 1em;
    margin-top: 3em;
    max-height: 12em;
    overflow: hidden;
}

#feedCarousel {
    position: relative;
    z-index: 100;
    margin: 0 auto;
    /*width: 100%;*/
    max-width: 1096px;
    /*-moz-border-radius: 5px;
    -webkit-border-radius: 5px;*/
    /*border-radius: 5px;*/
    -moz-box-shadow: 0px 0px 5px #999999;
    -webkit-box-shadow: 0px 0px 5px #999999;
    box-shadow: 0px 0px 5px #999999;
    background: #1F81CA;
    margin-bottom: 47px;
    /*border: 3px solid white;*/
    height: 15em;
}

    #feedCarousel .tabHeader {
        height: 39px;
    }

        #feedCarousel .tabHeader h3 {
            margin: 8px 0 0 15px;
            padding: 0;
            float: left;
            font-size: 17px;
            color: #666666;
            font-family: AvenirLTStd-Medium, Arial, Helvetica, sans-sarif;
            font-weight: normal;
            font-weight: normal;
        }

        #feedCarousel .tabHeader ul.tabs {
            margin: 0;
            padding: 0;
            list-style: none;
            float: left;
            height: 39px;
        }

            #feedCarousel .tabHeader ul.tabs li {
                float: left;
                margin: 0 0 0 15px;
                padding: 0 15px 0 0;
                overflow: hidden;
                height: 30px;
            }

                #feedCarousel .tabHeader ul.tabs li:last-child {
                    background: none;
                }

                #feedCarousel .tabHeader ul.tabs li a {
                    display: block;
                    text-decoration: none;
                    color: white;
                }

                    #feedCarousel .tabHeader ul.tabs li a span {
                        padding: 8px 0 5px 5px;
                        display: inline-block;
                    }

                    #feedCarousel .tabHeader ul.tabs li a.active {
                        color: #7FACD5;
                    }

                        #feedCarousel .tabHeader ul.tabs li a.active span {
                            background: url("_img/tab-selected-uparrow.gif") no-repeat center bottom;
                        }

    #feedCarousel .tabContent {
        width: 100%;
        height: 100px;
        background: url("_img/bg-homeFeeds.png") repeat-x #26292a;
        -moz-border-radius: 0 0 5px 5px;
        -webkit-border-radius: 0 0 5px 5px;
        border-radius: 0 0 5px 5px;
    }

        #feedCarousel .tabContent ul li {
            height: 100px;
        }

        #feedCarousel .tabContent > div {
            display: none;
        }

            #feedCarousel .tabContent > div:first-child {
                display: block;
            }

        #feedCarousel .tabContent .home-feed-carousel {
            height: 10em;
            background-color: #1F81CA;
        }

        #feedCarousel .tabContent #feedCarousel .tabContent .home-feed-carousel .ext-carousel-runner {
            -moz-transition: all 0.4s ease-in-out;
            -webkit-transition: all 0.4s ease-in-out;
            -o-transition: all 0.4s ease-in-out;
            -ms-transition: all 0.4s ease-in-out;
            transition: all 0.4s ease-in-out;
        }

        #feedCarousel .tabContent .home-feed-carousel div.carouselItem {
            /* margin-top: 18px; */
            width: 490px; 
            height: inherit;
            /* text-align: left; */
            /* overflow: hidden; */
            padding-left: 0 !important;
            padding-right: 0 !important;
        }

            #feedCarousel .tabContent .home-feed-carousel div.carouselItem .teaserTitle h3 {
                color: white;
                margin: 0;
            }

            #feedCarousel .tabContent .home-feed-carousel div.carouselItem .thumb {
                margin-top: 3em;
            }

                #feedCarousel .tabContent .home-feed-carousel div.carouselItem .thumb img {
                    width: 100%;
                    height: auto;
                }

        #feedCarousel .tabContent .home-feed-carousel .ext-carousel-action-next {
            margin-top: 2.5em;
        }

        #feedCarousel .tabContent .home-feed-carousel .ext-carousel-action-prev {
            margin-top: 2.5em;
        }

        #feedCarousel .tabContent .home-feed-carousel .ext-carousel-action-disabled {
            color: gray;
            cursor: default;
            opacity: 0.5;
        }

        #feedCarousel .tabContent .home-feed-carousel ol.ext-carousel-pagination {
            padding: 0;
            list-style: none;
            float: left;
            position: relative;
            overflow: hidden;
            bottom: 1em;
            left: 28em;
        }

            #feedCarousel .tabContent .home-feed-carousel ol.ext-carousel-pagination li.ext-carousel-pagination-link {
                margin: 0;
                padding: 0;
                float: left;
                width: 8px;
                height: 8px;
                margin-right: 7px;
                background: url("_img/icon-dots.png") no-repeat 0 -15px;
                text-indent: -9999px;
            }

                #feedCarousel .tabContent .home-feed-carousel ol.ext-carousel-pagination li.ext-carousel-pagination-link.ext-carousel-pagination-link-active {
                    background: url("_img/icon-dots.png") no-repeat 0 0;
                }

                #feedCarousel .tabContent .home-feed-carousel ol.ext-carousel-pagination li.ext-carousel-pagination-link a {
                    float: left;
                    display: block;
                    width: 8px;
                    height: 8px;
                    text-indent: -9999px;
                }





.left {
    float: left !important;
}

.right {
    float: right !important;
}

.no-fl {
    float: none !important;
}

.align-center {
    text-align: center;
}

.align-left {
    text-align: left;
}

.align-right {
    text-align: right;
}

.no-radius {
    border-radius: 0 !important;
}

.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}


.bg-white {
    background-color: #FFFFFF;
    background-color: rgba(255,255,255,1);
}

.bg-black {
    background-color: #000000;
    background-color: rgba(0,0,0,1);
}

.bg-bcbs-blu {
    background-color: #005AAB;
    background-color: rgba(0, 90, 171, 1);
}

.bg-bcbs-blu2 {
    background-color: #0096D6;
    background-color: rgba(0,150,214, 1);
}

.bg-bcbs-blu3 {
    background-color: #1f81ca;
    background-color: rgba(31,129,202,1);
}

.bg-bcbs-blu4 {
    background-color: #1C76C4;
    background-color: rgba(28,118,196,1);
}

.bg-slate {
    background-color: #CCDDEC;
    background-color: rgba(204,221,236, 1);
}

.bg-pearl {
    background-color: #EEF4F5;
    background-color: rgba(238,244,245,1);
}

.bg-grey {
    background-color: #AAAAAA;
    background-color: rgba(204,204,204,1);
}


.txt-white {
    color: #FFFFFF;
    color: rgba(255, 255, 255, 1);
}

.txt-black {
    color: #000000;
    color: rgba(0, 0, 0, 1);
}

.txt-bcbs-blu {
    color: #005AAB;
    color: rgba(0, 90, 171, 1);
}

.txt-bcbs-blu2 {
    color: #0096D6;
    color: rgba(0,150,214, 1);
}

.txt-bcbs-blu3 {
    color: #1f81ca;
    color: rgba(31,129,202,1);
}

.txt-bcbs-blue-alt {
    color: #0096D6;
    color: rgba(0,150,214, 1);
}

.txt-bcbs-orange {
    color: #FF9900;
    color: rgba(255, 154, 0, 1);
}

.txt-grey {
    color: #6e6e6e;
    color: rgba(110, 110, 110, 1);
}





.row-shadow {
    position: relative;
}

    .row-shadow:before {
        content: "";
        position: absolute;
        z-index: -1;
        width: 96%;
        top: 0;
        height: 50px;
        left: 2%;
        border-radius: 500px / 70px;
        box-shadow: 0 0 3em rgba(0,0,0,0.4);
    }

    .row-shadow:after {
        content: "";
        position: absolute;
        z-index: -1;
        width: 90%;
        bottom: 0;
        height: 50px;
        left: 5%;
        border-radius: 600px / 100px;
        box-shadow: 0 0 3em rgba(0,0,0,0.4);
    }


/****************************************************
  5. General
****************************************************/


.columns img {
    max-width: 100%;
}

.content-tabbed {
    margin-bottom: 2em;
}

.topbar-nav-hanging-tab {
    display: inline-flex;
    position: absolute;
    z-index: 99;
    right: 20%;
    min-height: 1em;
    padding: 0.25em 2.5em;
    border-bottom-right-radius: 1em;
    border-bottom-left-radius: 1em;
}

    .topbar-nav-hanging-tab a {
        display: inline-block;
        color: #FFFFFF;
    }

        .topbar-nav-hanging-tab a:before {
        }

.tabs-content {
    padding-bottom: 1.5rem;
    margin-bottom: 0;
}

    .tabs-content:after {
        content: "";
        position: absolute;
        z-index: -1;
        width: 90%;
        bottom: 0;
        height: 50px;
        left: 5%;
        border-radius: 600px / 100px;
        box-shadow: 0 0 3em rgba(0,0,0,0.4);
    }

.tab-content-left p, .tab-content-right p {
margin-top: 0;
}

.tab-content-left h4, .tab-content-right h4, {
font-size: 1.5em;
margin-top: 0;
line-height: 1;
}


.tile-block-header p {
font-size: 1.2em;
margin: 0.65em;
}

.panel-left h3, .panel-right h3 {
font-size: 2em;
margin: 0;

}

.panel-left p, .panel-right p {
    margin-top: 0;
}


.cta-callout-row h3 {
font-size: 2em;
}


a.btn {
    font-size: 0.95em;
}

    a.btn.btn-wide {
        padding-left: 4em;
        padding-right: 4em;
    }

    a.btn.btn-wide-large {
        padding-left: 6em;
        padding-right: 6em;
    }

    div.sidebar a.btn.txt-white {
         width: 100%;
        line-height: 1.2;
        padding: 3px 12px;

    }

    div.is-sticky .sidebar a.btn.txt-white {
        /*margin-left: 3.1em;*/
        margin-bottom: .975em;
        margin-top: -.19em;
    }

.modal-container {
    position: fixed;
    z-index: 99999999;
    width: 100%;
}

.modal-lean {
    max-height: 80%;
}

@media screen and (max-width: 56.33333em) {


    .modal-container {
        position: absolute;
        z-index: 9999999;
    }

    .modal-lean {
        position: fixed;
        top: 3%;
        right: 3%;
        left: 3%;
        bottom: 3%;
        width: auto;
        margin: 0;
    }

    .modal-lean-interior {
        max-height: 40em;
        margin: 1em;
        overflow-y: auto;
        overflow-scrolling: touch;
        -webkit-overflow-scrolling: touch;
    }
}


.modal-lean-interior {
    border: 2px solid #FFF;
    padding-bottom: 1.2em;
    box-shadow: 0 0 1em #666;
}

.modal-unit-alpha {
    margin-top: 1em;
    border-right: 1px solid #C9DFE8;
}

.modal-unit-omega {
    margin-left: 0.5em;
    width: 47%;
}

.modal-header {
    font-size: 1.5em;
    text-transform: uppercase;
    height: 3em;
    line-height: 3em;
    float: left;
}

.modal-button-close {
    position: absolute;
    font-size: 1.5em;
    right: 0.5em;
    top: 0.25em;
    display: block;
}

.modal-title {
    margin: 0.5em 0 0;
    font-size: 17px;
    font-weight: 700;
    line-height: 1;

}

.modal-unit-alpha .modal-title {
    margin-top: 0;
}

.modal-content p {
    margin: 0.5em 0;
}

#page .is-sticky .sidebar.subsidy-estimator{ padding: 0 1%;}
#page .is-sticky .sidebar.subsidy-estimator p { padding: 1px;}
/****************************************************
  6. Queries
****************************************************/





/****************************************************
  7. Yo Fonts Mama
****************************************************/


@font-face {
    font-family: "tpglyph";
    src: url("/ui/azblue/common/css/slick/fonts/tpglyph.eot");
    src: url("/ui/azblue/common/css/slick/fonts/tpglyph.eot?#iefix") format("embedded-opentype"), url("/ui/azblue/common/css/slick/fonts/tpglyph.ttf") format("truetype"), url("/ui/azblue/common/css/slick/fonts/tpglyph.woff") format("woff"), url("/ui/azblue/common/css/slick/fonts/tpglyph.svg#tpglyph") format("svg");
    font-weight: normal;
    font-style: normal;
}

[class*="icon-"] {
    font-family: "tpglyph";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


.icon-arrowrightfill:before {
    content: '\e616';
}

.icon-arrowrightflat:before {
    content: '\e617';
}

.icon-arrowleftflat:before {
    content: '\e623';
}

.icon-arrowrightslider:before {
    content: '\e632';
}

.icon-arrowleftslider:before {
    content: '\e633';
}

.icon-arrowleftpointed:before {
    content: '\e634';
}

.icon-arrowrightpointed:before {
    content: '\e635';
}
