:root{
    --green: #749974;
    --gray: #404040;
    --orange: #fd7e14;
    --light-gray: #8C8C8C;
    --title-font: 'Roboto',sans-serif;
    --main-font: 'Open Sans',sans-serif;
}


a{
    color: var(--orange);
}

body{
    font-family: var(--main-font);
    color: var(--gray);
}

#notifications{
    padding: 15px 0 0;
}

#page_content{
    padding-top: 50px;
    min-height: calc(100vh - 117px);
}

a:hover{
    color: var(--orange);
}

.btn-success{
    background-color: var(--green);
    border-color: var(--green);
}

section{
    padding: 30px 0;
}

.table{
    display: table;
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
}

.table-cell{
    display: table-cell;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    vertical-align: middle;
}

.title{
    text-align: center;
    margin: 0 0 30px;
    text-transform: uppercase;
    font-family: var(--title-font);
}

#banner{
    background-color: var(--green);
    padding: 60px 0;
}

.card{
    margin-bottom: 15px;
}

.card-img-top{
    text-align: center;
    border-bottom: 1px solid rgba(0,0,0,.125);
    padding: 15px;
}

.card-img-top i{
    font-size: 60px;
}

.card-body{
    min-height: 196px;
}

.card-title{
    text-align: center;
}

#certifications{
    background-color: var(--light-gray);
    padding: 30px 0 15px;
}

#certifications img{
    vertical-align: middle;
    margin-right: 15px;
    margin-bottom: 15px;
}

#certifications img:last-of-type{
    margin-right: 0;
}

#testimonials{
    background-color: var(--green);
    padding-bottom: 45px;
}

.testimonial{
    padding: 15px;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 5px;
    box-shadow: 3px 3px 3px rgba(0,0,0,.3);
    background-color: #fff;
}

.testimonial img{
    border: 1px solid rgba(0,0,0,.125);
}

.testimonial-name{
    font-weight: bold;
    margin: 10px 0 0;
}

.testimonial-link{
    margin: 0 0 5px;
}

.testimonial-link a{
    font-size: 12px;
    color: #000;
}

.testimonial-link a:hover{
    color: var(--orange);
}

.testimonial-text{
    font-size: 14px;
}

footer{
    background-color: var(--gray);
    padding: 30px 0;
}

footer p{
    color: #fff;
    font-size: 12px;
    margin: 0;
}

footer a{
    color: #fff;
    font-size: 14px;
}

footer ul{
    list-style-type: none;
    padding: 0;
    margin: 0 0 15px;
}

footer li{
    display: inline-block;
    padding: 0 10px;
}

footer li + li{
    border-left: 1px solid #fff;
}

footer a:hover{
    color: var(--orange);
    text-decoration: none;
}

#about .social-links a i{
    color: var(--gray);
}

#about .fa-facebook-f:hover{
    color: #3b5998;
}

#about .fa-twitter:hover{
    color: #1da1f2;
}

#about .fa-linkedin-in:hover{
    color: #0077b5;
}

#about .social-links{
    margin: 15px 0;
    text-align: center;
}

#about .social-links a{
    display: inline-block;
}

#about .social-links a + a{
    margin-left: 5px;
}

#about .social-links a i{
    font-size: 20px;
}

footer .social-links a{
    display: inline-block;
}

footer .social-links a + a{
    margin-left: 10px;
}

footer .social-links a i{
    font-size: 20px;
    color: #fff;
}

header{
    padding: 10px 0;
    background: #fff;
    position: fixed;
    top:0;
    left: 0;
    width: 100%;
    z-index: 10;
    border-bottom: 1px solid var(--light-gray);
}

header .logo{
    display: inline-block;
    text-transform: uppercase;
    color: var(--gray);
    text-align: center;
    font-size: 20px;
}

header .logo:hover{
    text-decoration: none;
}

header .text-right a{
    display: inline-block;
}

header .text-right a + a{
    margin-left: 10px;
    border-left: 1px solid #ccc;
    padding-left: 11px;
}

input.bc{
    visibility: hidden;
}

#contact .alert-success{
    display: none;
}

#login_page,#forgot_pw_page,#set_password_page{
    min-height: calc(100vh - 167px);
    height: calc(100vh - 167px);
}

#login_page .card,#forgot_pw_page .card,#register_page .card,#set_password_page .card{
    text-align: left;
}

.alert p{
    margin: 0;
}

#login_page a,#forgot_pw_page a,#register_page a,#set_password_page a{
    color: var(--orange);
}

#register_page form > .row:first-of-type > .col-md-6:last-of-type{
    border-left: 1px solid rgba(0,0,0,.125);
}

.btn + .btn{
    margin-left: 15px;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link{
    background-color: var(--orange);
}

div.form-control p{
    margin: 0;
}

div.form-control + div.form-control{
    margin-top: 15px;
}

div.form-control:hover{
    background-color: rgba(0,0,0,.03);
}

@media only screen and (max-width: 991px){
    .title{
        margin: 0 0 15px;
    }

    h1{
        font-size: 30px;
    }

    h3{
        font-size: 20px;
    }
}

@media only screen and (max-width: 767px){
    #banner{
        padding: 30px 0;
    }

    footer li{
        padding: 0 5px;
    }

    footer a{
        font-size: 12px;
    }

    footer li + li{
        border: none;
    }

    .testimonial{
        margin-bottom: 15px;
    }

    #register_page form > .row:first-of-type > .col-md-6:last-of-type{
        border-left:none;
    }
}