.button {
    color: #fff;
    border: none;
    height: 44px;
    display: block;
    padding: 0 25px;
    font-size: 23px;
    border-radius: 5px;
    font-family: 'EuphemiaUCASBold', sans-serif;
    background: url(../images/button.png) 0 0 repeat-x;
}

#features .heading {
    margin-top: 50px;
    text-align: center;
}
#features .heading h2 {
    color: #EE3A39;
    font-size: 30px;
}
#features .button {
    padding: 0 8px;
    margin: 20px auto;
    line-height: 44px;
    display: inline-block;
}
#features .button:hover {
    color: #fff;
    text-decoration: none;
}
#features .heading p {
    width: 730px;
    color: #6D6E70;
    font-size: 24px;
    text-align: justify;
    font-family: 'EuphemiaUCASRegular', sans-serif;
    margin: 0 auto;
}
#features .heading p em {
    color: #EE3A39;
}
#features .plans {
    margin: 30px 40px 0;
}
#features .plans .col-md-4 {
    margin-bottom: 19px;
}
#features .plans h3 {
    font-size: 22px;
    line-height: 36px;
    font-family: 'EuphemiaUCASBold', sans-serif;
    margin-bottom: 5px;
}
#features .plans p {
    color: #6D6E70;
    font-size: 15px;
    text-align: justify;
    font-family: 'EuphemiaUCASRegular', sans-serif;
}
#features .plans .support-compliance {
    padding-left: 40px;
    background: url(../images/icons/support-compliance.png) 3px center no-repeat;
}
#features .plans .mobile-access {
    padding-left: 54px;
    background: url(../images/icons/mobile-access.png) 0 center no-repeat;
}
#features .plans .spaces-assessments {
    padding-left: 34px;
    background: url(../images/icons/spaces-assessments.png) 0 center no-repeat;
}
#features .plans .photo-uploader {
    padding-left: 36px;
    background: url(../images/icons/photo-uploader.png) 0 center no-repeat;
}
#features .plans .barrier-free {
    line-height: 24px;
    padding-left: 46px;
    background: url(../images/icons/barrier-free.png) 0 center no-repeat;
}
#features .plans .unlimited-administrators {
    line-height: 48px;
    padding-left: 36px;
    min-height: 48px;
    background: url(../images/icons/unlimited-administrators.png) 0 center no-repeat;
}
#features .plans .organizational-hierarchy {
    padding-left: 46px;
    background: url(../images/icons/organizational-hierarchy.png) 0 center no-repeat;
}
#features .plans .facility-access {
    padding-left: 46px;
    background: url(../images/icons/facility-access.png) 0 center no-repeat;
}
#features .plans .powerful-search {
    padding-left: 40px;
    background: url(../images/icons/powerful-search.png) 0 center no-repeat;
}
#features .button.visible-xs {
    width: 128px;
}

.start-trial {
    padding: 30px 0;
    margin-top: 30px;
    background: #EF4036;
}
.start-trial .holder {
    max-width: 980px;
    margin: 0 auto;
}
.start-trial h2 {
    color: #fff;
    font-size: 30px;
    text-align: center;
    margin-bottom: 35px;
}
.start-trial .row {
    margin: 0 40px;
}
.start-trial label.placeholder {
    cursor: text;
    color: #808284;
    font-size: 21px;
    line-height: 44px;
    margin: 0 0 0 10px;
    position: absolute;
    font-weight: normal;
    font-family: 'PalatinoLTStdItalic', sans-serif;
}
.start-trial label span {
    color: #A7A9AB;
    font-size: 15px;
    font-family: 'EuphemiaUCASRegular', sans-serif;
}
.start-trial input {
    height: 45px;
}
.start-trial input[type=checkbox] {
    height: auto;
}
.start-trial .show-pass {
    color: #fff;
    font-size: 13px;
    font-weight: normal;
    text-transform: uppercase;
    font-family: 'EuphemiaUCASRegular', sans-serif;
    display: block !important;
}
.start-trial .button {
    margin: 30px auto 20px;
}
.start-trial .login-opener {
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    text-decoration: underline;
    font-family: 'EuphemiaUCASRegular', sans-serif;
}
#start-free-trial-progress {
    color: #fff;
    font-size: 17px;
    text-align: center;
    text-transform: uppercase;
    font-family: 'EuphemiaUCASRegular', sans-serif;
    display: none;
}

@media (min-width: 992px) {
    #features .plans .support-compliance, #features .plans .barrier-free, #features .plans .unlimited-administrators, #features .plans .organizational-hierarchy, #features .plans .facility-access {
        line-height: 24px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    #features .heading p {
        font-size: 20px;
        width: 610px;
    }
    #features .plans {
        margin: 30px 0 0;
    }
    .start-trial .row {
        margin: 0;
    }
    .start-trial label.placeholder {
        font-size: 18px;
    }
    .start-trial label span {
        font-size: 13px;
    }
}
@media (max-width: 767px) {
    #features .heading {
        margin-top: 20px;
    }
    #features .heading h2 {
        font-size: 18px;
        margin-bottom: 5px;
    }
    #features .button {
        height: 25px;
        font-size: 14px;
        line-height: 25px;
        margin: 0 auto 10px;
    }
    #features .heading p {
        width: auto;
        font-size: 12px;
        padding: 0 15px;
    }
    #features .plans {
        margin: 30px 0 0;
    }
    #features .plans .support-compliance, #features .plans .barrier-free, #features .plans .unlimited-administrators, #features .plans .organizational-hierarchy, #features .plans .facility-access {
        padding-top: 6px;
        padding-bottom: 6px;
        line-height: 24px;
    }
    .start-trial .col-sm-4 {
        margin-bottom: 15px;
    }
}