html, body{
    font-family: effra;
}

hr {
    height:1px;
    border: none;
    background-color: #0080c9;
    margin-top: 26px;
    margin-bottom: 26px;
}
a{
    color: #047ec0;
}
.divider{
    /*padding: 0 30px;*/
}
body{
    background-color: #f0f0f0;
}
h1
{
    padding: 30px 30px 0px 30px;
    font-size: 2em;
    font-weight: bold;
}
.front-page{
    background-color: #fff;
}
.step-page:nth-child(odd){
    background-color: #fff;
}
.step-page:nth-child(even){
    background-color: #fff;
}
.header {
    background-color: #121b29;
    padding: 15px;
}
.need-help{
    background-color: #d5d5d5;
}
.footer{
    background-color: #000;
    padding: 15px;
    border-bottom: 3px solid #0080c9;
    margin-bottom: 20px;
}

.plan-blue{
    color: #0080c9;
}
.m-auto {
    margin: 0 auto;
}
.how-to-description{
    font-size: 3em;
    line-height: 96%;
    font-weight: bold;
}
.step-name{
    margin:0;
    font-size: 25px;
}
.step-description{
    margin-left: 20px;
    margin-bottom:0;
    font-size: 25px;
    line-height: 30px;
    margin-top: 2px;
}
.how-to-description,.step-list {
    color: #fff;
}
.how-to-text{
    color: #ccc;
}
.screenshot{
    border: 1px solid black;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.90);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.90);
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.90);
    margin: 20px auto;
}
.step-name{
    font-size: 30px;
    font-weight: bold;
    text-align: center;
}
.flex-box{
    display:flex;
    justify-content: center;

}
.flex-row{
    flex-direction: row;
}
.flex-column{
    flex-direction: column;
    align-items: center;
}
.facts .fact{
    background-color: #f6f6f6;
    border-bottom: 1px solid #dcdcdc;

}
.facts .fact:first-child{
    border-right: 1px solid #dcdcdc;
}
.facts .fact:last-child{
    border-left: 1px solid #dcdcdc;
}
.shadow-full{
    position: absolute;
    bottom:0;
    left:0;
    z-index: 100;
}
.getting-started {
    background-color:#fff;
}
.getting-started h2{
    font-weight: bold;
    font-size:3em;
    color: #000;
    margin-bottom: 29px;
}
.getting-started h3{
    font-weight: bold;
    font-size:1.5em;
    color: #000;
}
.getting-started p{
    font-size:1.1em;
}
.getting-started .text-box{
    padding-left: 25px;
}
.fact{
    height: 320px;
    padding: 0 62px;
    text-align: center;
    background-color: #f6f6f6;
}
.fact img{
    margin-bottom: 20px;
}
.fact strong{
    font-size: 1.4em;
    color: #000;
}
.fact p{
    margin-top: 10px;
    color: #8a8a8a;
}
.pt-25{
    padding-top: 0px;
}
.pb-25{
    padding-bottom: 0px;
}
.pr-25{
    padding-right: 0px;
}

.social-icon{
    display:inline-block;
    line-height:0px;
    font-size:0px;
    border:0px;
}
.need-help{
    font-size: 17px;
}
.js-scroll-to-steps{
    border-radius: 30px;
    background-color: #0080c9;
    margin: 20px 0;
    width: 60%;
}
.step-page .flex-box{
    align-items: flex-start;
}
.issue{
    background: url("/views/pages/guides/images/wificalling-background-mobile.jpg") no-repeat 20% 90%;
    background-size: cover;
}
.front-page {
    background-color: #000;
}
.front-page .flex-box{
    min-height: 360px;
}
.plan-logo{
    width: 150px !important;
}
.separator {
    width: 50px;
    border-bottom: 2px solid #0080c9;
    margin: 10px 0px;
}
.issue{
    background-color: #000;
    /*display: flex;*/
}
.nav-tabs li{
    width:45%;
    background-color: #f6f6f6 !important;
    /*border-top: 1px solid #ddd;*/
}
.nav-tabs>li>a:hover {
    background-color: transparent;
}

.nav-tabs> li> a{
    border: 1px solid #ddd;
    background: url("/views/pages/guides/images/button-shadow.png");
    background-size: 100% 50%;
    font-weight: bold;
    background-repeat: no-repeat;
    background-position: center bottom;
    color: #000;
}
.nav-tabs.centered > li, .nav-pills.centered > li {
    float:none;
    display:inline-block;
    *display:inline; /* ie7 fix */
    zoom:1; /* hasLayout ie7 trigger */
}
.nav-tabs.centered, .nav-pills.centered {
    text-align:center;
}
.nav-tabs>li.active>a{
    background: #fff;
}
#steps{
    background-color: #fff;
    padding-top: 30px;
    padding-bottom: 30px;
}
.phone-settings{
    float: right;
    margin-right: -40px;
}

@media screen and (min-width: 992px){
    .front-page .flex-box {
        padding: 0 50px 0 100px;
    }
    .issue{
        background: url("http://www.plan.com/views/pages/guides/images/wificalling-background.jpg") no-repeat center;
        background-size: contain;
        background-position: top right;
    }
    .screenshot{
        margin: 0 auto;
    }

    .front-page .flex-box{
        min-height: 500px;
    }
    .how-to-description{
        text-align: left;
        font-size: 4em;
        /*padding: 0 30px 0px 80px;*/
    }
    .how-to-text
    {
        text-align: left;
        color: #8f8f8f;
        font-size: 1.4em;
    }
    .step-page .flex-box{
        padding-left: 25px;
    }
    .social-icon{
        width: 35px;
        margin-left: 0;
    }
    .fact strong{
        line-height: 115%;
        letter-spacing: 2px;
    }
    .fact p{
        font-size: 1.11em;
        line-height: 110%;
    }
    .step-description{
        text-align: left;
    }
    .step-list li{
        margin-top: 10px;
        font-size: 1.2em;
    }
    .step-page .flex-box{
        justify-content: flex-start;
    }
    h1 {
        padding: 30px 30px 0px 30px;
        font-size: 3em;
    }
    /*
        .getting-started .text-box{
            padding-left: 50px;
        }
    */
    .getting-started .text-box p{
        color: #000;
        margin-bottom: 2em;
    }
    .getting-started .text-box h3{
        margin-bottom: 0.2em;
    }
    .pt-25{
        padding-top: 25px;
    }
    .pb-25{
        padding-bottom: 25px;
    }
    .pr-25{
        padding-right: 25px;
    }

}