@import url('https://fonts.googleapis.com/css?family=IBM+Plex+Mono|Roboto:100,300,400,500,700,900"');
@import url('https://files.hartenergy.com/UGC/ugc-subscribe-20180925/fonts/icomoon/style.css');

body {
    background-color:#fff;
}
h1,h2,h3,h4,h5,h6 {
    font-family: 'Roboto', sans-serif;
}
.v-align {
    position: relative;
  top: 50%;
  transform: perspective(1px) translateY(-50%);
}
.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    clip: rect(0 0 0 0);
    overflow: hidden;
}
#main-wrapper {
    padding: 0 !important;
}
#masthead {
    background-color: #ffffff;
    border: 0;

}
#masthead .navbar.navbar-light.bg-light {
    background-color: #fff !important;
    border-bottom: 1px solid #D6DFE8;
    font-size: .875rem;
}
#masthead .logo {
    display: block;
}
#masthead .logo img {
    height: 50px;
    margin: 0 auto;
}
.navbar-light .navbar-nav .nav-item {
    display: inline;
}
.navbar-light .navbar-nav .nav-link {
    font-weight: 400;
    color: #4a4a4a;

}
.navbar-light .navbar-nav .active .nav-link {
    font-weight: 700;
    position: relative;
}
.promo-bar {
    background: #007bff; 
    background: -webkit-linear-gradient(to right, #007bff, #00F260);  
    background: linear-gradient(to right, #007bff, #00F260);
    color: #fff;
    padding: .75rem 0; 
    text-align: center;
    margin-bottom: 2rem;
}
.promo-bar h2 {
    font-size: 1.5rem;
    margin:0;
}
#hero {
    background-color: #fff;
    padding: 90px 0;
    position: relative;
    overflow: hidden;
}
#hero .background {
    position: absolute;
    top: 0;
    left:0;
    bottom: 0;
    right: 0;
    width: 100%;
    background-color: #fff;
}
#hero .text {
    /*background-color: rgba(250,250,250,.9);
    box-shadow: 0px 1px 18px 0 rgba(12, 4, 6, 0.25);
    padding: 30px;*/
    position: relative;
    text-align: center;
    z-index: 2;
}
#hero .text h1 {
    font-size: 2.5rem;
    font-weight: 300;
    margin: 0 0 1.125rem;
    text-rendering: optimizeLegibility !important;
-webkit-font-smoothing: antialiased !important;
}

#hero.subscribe {
    padding: 40px 0;
}
#hero.subscribe .text {
    font-size: 2rem;
    color: #000;
}
#hero .text .price-promo {
    color: #b22217;
    font-size: 2.125rem;
    font-weight: 900;
    text-rendering: optimizeLegibility !important;
-webkit-font-smoothing: antialiased !important;
}
#hero .text span {
    color: #9b9b9b;
    font-size: 1.125rem;   
    text-rendering: optimizeLegibility !important;
-webkit-font-smoothing: antialiased !important;
}
#hero .text h4 small {
    display: block;
    margin-top: 10px;
}
#hero .btn {
    border-radius: 0;
    font-size: .875rem;
    margin: 2rem 0;
    padding: 15px 30px;
    text-transform: uppercase;
}
#hero .product_image {
    max-width: 640px;
    margin: 0 auto;
}

#main-content.why h2,
.newsletters h2,
.experts h2,
.stay_informed h2,
.subscribe_button h2 {
    font-size: 1.75rem;
    font-weight: 900;
    letter-spacing: .1rem;
    text-transform: uppercase;
}
.stay_informed {

}
#access_list {
    text-align: center;
    font-weight: bold;
}
#access_list > li:not(:last-child)::after{
    content: "â€¢";
    margin-left: .5rem;
}
.experts p,
.stay_informed p,
.newsletters p {
}
#main-content h4,
.experts h4,
.stay_informed h4,
.newsletters h4,
.subscribe_button h4 {

    font-weight: 300;
}
hr {
    margin: 3rem 0;
}
@media (min-width: 1200px) {
    hr {
        margin: 120px 0;
    } 
}
.experts {

}

.subscribe_button {
    padding: 5rem 0;
    text-align: center;
}
.subscribe_button h4 {
    margin-bottom: 40px;
}
.subscribe_button .btn {
    border-radius: 0;
    font-size: .875rem;
    padding: 1rem 2rem;
    text-transform: uppercase;
}

.sub_note {
    font-size: 12px;
    color: #8a8989;
    text-align: center;
    margin: 15px 0;
}
.plan {
    background-color: #fff;
    margin-bottom: 1rem;
}
.plan.preferred {
    border: 4px solid #000;
    box-shadow: 0 2px 20px 0 rgba(51,51,51,.25);
    
    
    
}
.plan.preferred .inner {
    padding: 1rem;
    display: flex;
}
.plan.preferred .btn.btn-primary {

    margin-bottom: 1rem;
}
.detail_trigger,
.detail_trigger:hover,
.detail_trigger:active,
.detail_trigger:focus {
    text-decoration: none;
    color: #202020;
}

.plan-label {
    background-color: #000;
    color: #fff;
    display: inline-block;
    font-size: .75rem;
    letter-spacing: 1px;
    line-height: 30px;
    padding: 0 2.75rem;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
}
.preferred .pricing {
    color: #007bff;
    font-size: 20px;
    font-weight: 400;
}

.more_subs_plan h2 {
    font-weight: 900;
}
.more_subs_plan .pricing {
    font-size: 1.75rem
}
.more_subs_plan .pricing span {
    font-size: 1rem;
    font-weight: 400;
}
.pricing .before {
    color: #a3a3a3;
    margin-right: 8px;
    position: relative;
}
.pricing .before:after{
    content: "";
    width: 100%;
    left: 0;
    top: 45%;
    position: absolute;
    border-top: solid 1px #999;
    height: 2px;
    background-color: #999;
}
.plan-details h3 {
    font-size: .875rem;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 1rem;
    text-transform: uppercase;
}
.plan-details p {
    color: #333;
}
.plan-details h2 {
    font-weight: 900;
}
.plan-details .plan-devices {
    font-size: 20px;
    color: #666;
    margin: 20px 0;
}
.plan-details ul li {
    margin-top: 10px;
}
.plan-graphic {
    margin-right: 60px;
}
.plan-graphic img {

    max-width: 420px;
}
.plan-graphic .background {
    position: absolute;
    top: 0;
    left:0;
    bottom: 0;
    right: 0;
    width: 100%;
    background-size: cover;
    background-position: center;
}
.price-panel .panel {
    border: 0;
    border-radius: 0;
}
.price-panel .panel-body {
    padding: 30px;
}
.price-panel .panel-body h3 {
    color: #7e7e7e;
    font-family: serif;
    margin: 0 0 20px 0;
}
.price-panel .panel-body h4 {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin: 0 0 20px 0;
}
.price-panel .panel-body h5 {
    font-size: 12px;
    margin: 0 0 20px 0;
}
.price-panel .btn.btn-primary {
    background-color: #2196F3;
    border-color: #2196F3;
    border-radius: 0;
    border-width: 2px;
    font-weight: 300;
    letter-spacing: 0.1em;
    text-transform: uppercase;   
}
.price-panel .btn.btn-primary:hover,
.price-panel .btn.btn-primary:focus,
.price-panel .btn.btn-primary:active {
    background-color: #000;
    border-color: #000;
    color: #fff;
}
.price-panel .btn.btn-default {
    border-radius: 0;
    border-color: #333;
    border-width: 2px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-transform: uppercase;  
}
.price-panel .btn.btn-default:hover,
.price-panel .btn.btn-default:focus,
.price-panel .btn.btn-default:active{
    background: #2196F3;
    border-color: #2196F3;
    color: #fff;
}
#magOnly .alert {
    border-radius: 0;
    margin-bottom: 0;
}
.more_subs>h3 {
    text-align: center;
    margin-bottom: 2rem;
}
.plan ul li,
.more_subs ul li {
position: relative;
    margin: 10px 0;
    overflow-wrap: unset;
    padding-left: 20px;
}
.more_subs_plan {
    margin-bottom: 2rem;   
}
.more_subs_plan .sub_note {
    margin: 5px 0 0;
    padding: 0 10px;
}
.plan_wrapper  {
   border: 1px solid #D6DFE8;
    box-shadow: 0 1px 24px rgba(0,0,0,0.12);

    background-color: #fff;
    position: relative;
}
.plan_wrapper .inner {
    position: relative;
     padding: 1rem;
    
}

.more_subs_plan>a:hover {
    text-decoration: none;
}
.more_subs_plan.sm h2 {
    font-size: 24px;
}
.plan_details {
    background-color: #f1f8fc;
    border-top: 1px solid #D6DFE8;
    display: flex;
    flex-wrap:wrap;
    padding: 1rem;
    font-size: .875rem;
}
.plan_details li .icon {
    color: #6bab2e;
    position: absolute;
    left: 0;
    top: 5px;
}
#hero.why {
    padding-bottom: 0;
}
#hero.why .text {
    text-align: center;
}
#hero.why img {
    height: auto;
    max-width: 100%;
}

@media (min-width: 1200px) { 
    .plan.preferred .inner {
        padding: 40px 60px 40px 40px;
        display: flex;

    }
    .plan_details>div:first-child {
        border-right: 1px solid #D6DFE8;
        padding-right: 30px;
    }
    
}

#hero.group .background {
    background-image: url(https://s3.amazonaws.com/files.hartenergy.com/HartEnergy/subscribe/hart-energy-subscribe_20190129/images/group-sub-hero-background.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}
#hero.group .text {
    text-align: left;
    color: #202020;
    font-size: 
}
#hero.group .text p {
    max-width: 100%;
}
.faqs {
    padding: 3rem 0;
}
.faqs h2 {
    text-align: center;
    font-size: 1.75rem;
    font-weight: 900;
    letter-spacing: .1rem;
    text-transform: uppercase;
    margin-bottom: 2rem;
}
#faqs .card {
border-radius: 0;
}
#faqs .card-header {
    background: #fff;

}
#faqs .card-body {
    background-color: #fcfcfc;
    border-top: 1px solid rgba(0,0,0,.125);
    font-size: .875rem;
}
#faqs .btn {
    display: block;
    color: #122225;
    font-size: .875rem;
    font-weight: 500;
    letter-spacing: 0;
    text-decoration: none;
    width: 100%;
    text-align: left;
}
#faqs .icon {
    position: absolute;
    right: 15px;
}
#main-content.why .card {
    margin-bottom: 1rem;
}
#main-content.why {
    padding: 4rem 0;
    }
.navbar-brand {
        width: 100%;
}
#multi_seat {
    background-image: url(https://files.hartenergy.com/HartEnergy/subscribe/hart-energy-subscribe_20190129/images/multi-seat-backgroud.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left bottom;
    display: flex;
    align-items: center;
}

#company_wide {
    background-image: url(https://files.hartenergy.com/HartEnergy/subscribe/hart-energy-subscribe_20190129/images/man-and-woman-working-with-a-macbook-mockup-on-a-wooden-desk-a20986.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left bottom;
    display: flex;
    align-items: center;
}
#main-content.group,
#multi_seat {
    padding: 4rem 0;
}

@media (min-width: 768px) { 
    #hero.subscribe {
        min-height: 425px;
        padding: 90px 0;
    }
    #hero.group .text p {
        margin-bottom: 0;
    }
    #hero.subscribe h1 {
        font-size: 4rem;
    }

    
    
}
@media (min-width: 992px) {
    .navbar-nav .active a:before {
        background: #202020;
        bottom: -11px;
        content: "";
        display: block;
        height: 3px;
        left: 0;
        position: absolute;
        width: 100%;
    }
    #hero.why {
        padding: 0;
    }
    #hero.why .text {
        text-align: left;
    }
    #main-content.why {
        padding: 6rem 0;
    }
    #main-content.group,
    #multi_seat,
    .faqs {
        padding: 5rem 0;
    }
    
    .mags .plan_wrapper>.row>div:last-child {
        border-left: 1px solid #D6DFE8;
    }
   
}
@media (min-width: 1200px) { 
    

}

.checklist li {
position: relative;
    margin: 10px 0;
    overflow-wrap: unset;
    padding-left: 20px;
}
.checklist .icon {
        color: #6bab2e;
    position: absolute;
    left: 0;
}