.back-programs-link {
    display: none;
}
.blue-box {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    display: flex;
    align-items: center;
    color: #FFFFFF;
    height: 60px;
    padding-left: 40px;
    background: #1B6CB5 url('/images/smartthermostats/Shape.png') no-repeat 20px;
}
.bar-title {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 48px;
    text-align: center;
    color: #218737;
    line-height: 1;
    padding: 40px 10px;
    margin-top: 20px;
}
.secondary-navigation-bar{
    border-top: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    background: white;
}
.secondary-navigation-bar ul {
    font-family: 'Roboto', sans-serif;
    list-style: none;
    padding: 0;
    font-size: 16px;
    color: #636363;
    line-height: 24px;
}
.secondary-navigation-bar ul a {
    color: #636363;
    position: relative;
}
.secondary-navigation-menu{
    justify-content: center;
}
.secondary-navigation-menu .fa-angle-down,  .secondary-navigation-menu .fa-angle-up {
    font-size: 26px;
    position: absolute;
    right: 2px;
    top: 50%;
    transform: translateY(-50%);
}
.secondary-navigation-menu > li {
    margin: 0 2%;
    position: relative;

}
.secondary-navigation-menu > li > a {
    font-weight: bold;
    padding: 20px 25px 20px 10px;
    display: block;
}
.secondary-navigation-sub-menu{
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 100;
    background: white;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border: 1px solid #CCCCCC;
    display: none;
    min-width: calc(100% + 20px);
}
.secondary-navigation-sub-menu li{
    width: 100%;
    box-sizing: border-box;
}

.secondary-navigation-sub-menu a{
    box-sizing: border-box;
    width: 100%;
    padding: 20px;
    display: block;
    border-bottom: 1px solid #CCCCCC;
    white-space: nowrap;
}
.secondary-navigation-bar ul li.selected-item > a,
.secondary-navigation-bar ul li:hover > a{
    color: #1B6CB5;
}
.secondary-navigation-menu a:focus{
    outline: 0;
    box-shadow: 0 0 6px #1b6cb5 !important;
    border-radius: 4px 4px 0 0;
}
.pts-logo-wrapper{
    display: flex;
}
.pts-logo{
    width: 190px;
    height: 90px;
    display: block;
    background: url("/images/logo_pts.png") no-repeat center / contain;
}
#back-to-top-button {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    right: 50px;
    bottom: 50px;
    width: 130px;
    height: 40px;
    border-radius: 20px;
    border: 1px solid #1B6CB5;
    z-index: 999;
    background: #FFFFFF;
}
#back-to-top-button a {
    color:  #1B6CB5;
    font-size: 15px;
    text-decoration: none;
}
#back-to-top-button a:after {
    content: '\f062';
    font-family: 'FontAwesome';
    position: relative;
    left: 3px;
}

@media screen and (max-width: 1199px) {
    .pts-logo {
        width: 190px;
        height: 65px;
    }
}

@media screen and (min-width : 1025px){
    .secondary-navigation-menu > li:hover > .secondary-navigation-sub-menu{
        display: block;
    }
}

@media screen and (max-width : 767px){
    .pts-logo-wrapper{
        display: none;
    }
    .secondary-navigation-bar{
        background: transparent;
    }
    .bar-title{
        font-size: 30px;
        border-bottom: 1px solid #CCCCCC;
    }
    ul.secondary-navigation-sub-menu{
        position: static;
        display: none;
        box-shadow: none;
        background: rgb(244,244,244);
        font-weight: bold;
    }
    .secondary-navigation-menu > li{
        margin: 0;
    }
    .secondary-navigation-menu > li > a{
        padding: 10px 36px 10px 20px;
        background: white;
        text-align: center;
    }
    .secondary-navigation-menu .fa-angle-down, .secondary-navigation-menu .fa-angle-up {
        right: 20px;
    }
    .secondary-navigation-menu a:hover{
        outline: 0;
        box-shadow: 0 0 6px #1b6cb5 !important;
        border-radius: 4px 4px 0 0;
    }
    div#back-to-top-button {
        right: 25px;
        bottom: 25px;
    }
}
