/*! Place your custom styles here */
@import url('https://fonts.googleapis.com/css?family=Ubuntu:700');

#logo{
    color: #ee475b;
    margin-top: 5px;
    display: inline-block;
    background-image: url(../img/logo.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 116px;
    height: 34px;
    border-bottom: 2px solid #fff;
    margin-bottom: 20px;
    padding: 6px;
    line-height: 16px;
    height: 28px;
    display: inline-block;
}

#logo:hover{
    border-bottom: 1px solid #ee475b;
}
#mc_embed_signup{
    width: 100%;
}

#mc_embed_signup .btn{

    margin-top: 20px;
}

#mc_embed_signup_scroll{
    padding: 0 15px;
}

ul:not([class*='menu']) li > a.selected{
}

ul:not([class*='menu']) li > a.selected .text{
    font-weight: bold;
    color: black;
    border-bottom: 1px solid;
}

ul:not([class*='menu']) li > a .icon{
    font-size: 13px;
    margin-right: 10px;
}

ul:not([class*='menu']) li > a.selected .icon{
    color: black;
}

.last-updated{
    color: #ffffffcf !important;
    margin-top: -20px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 11px;
}

.numbered h2{
    list-style-type: decimal;
    display: list-item;
    clear:both;
}

.numbered h4{
    

}

.items{

}

.item{
    display: inline-block;
    width: 33%;
    vertical-align: top;
}

.item-in{
    background: #FFF;
    margin: 10px;
    border: 1px solid #dcdcdc;
    padding: 42px 17px;
    border-radius: 5px;
    box-shadow: 0 10px 10px #00000005;
    display: block;
    min-height: 180px;
    vertical-align: top;
}

.item-in .icon{
    color: #b3c8dc;
}

.item-in a{

}

.item-in span{
    margin-top: 10px;
    display: block;
    font-size: 17px;
    font-weight: normal;
}

li{
    list-style-type:disc;
}

.legal-menu ul{
    margin-top:20px;
}

.legal-menu li{
    list-style-type: none;
    padding: 20px 0 20px 0;
    border-top: 1px solid #efefef;
}

.legal-menu li .icon{font-size: 24px !important;width: 24px;height: 24px;text-align: center;vertical-align: top;display: inline-block;}

.legal-menu li .text{
    font-size: 16px;
    vertical-align: top;
    display: inline-block;
}

.legal-menu li.selected a{
    color:black;
}

.legal-menu li.selected .icon{
    color:black;
}

.feature-2 i {
    padding-left: 15px;
}

@media all and (max-width: 767px) {

    .container-holder{
        padding: 0px 0 20px 0 ;
    }

    .container-phone{
        padding-top: 30px;
    }
}

.website-field {
    position: absolute;
    left: -10000px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}
