﻿/*Header*/
#header {
    padding: 1.5rem 0;
    border-bottom: 1px solid #dfdfdf;
    background-color: white;
}

    #header .icon-holder .bi {
        color: #afafaf;
        margin-right: 10px;
        margin-top: 2px;
        width: 26px;
    }

#header-logo {
    max-height: 60px;
    width: 100%;
}

#tagline {
    height: 26px;
    margin-top: 24px;
}

.ctas:hover a {
    color: #2e55a5;
}

.ctas:hover .icon-holder {
    color: #2e55a5;
}

.ctas:first-child {
    display: block;
}

.ctas .icon-holder {
    float: left;
    font-size: 21px;
    margin-right: 10px;
    margin-top: 2px;
    width: 26px;
    color: #afafaf;
    -webkit-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
}

.ctas .right span {
    display: block;
    font-weight: 800;
    color: var(--carahsoft-blue);
    font-size: 9px;
    letter-spacing: 0.1em;
    margin-bottom: 3px;
    text-transform: uppercase;
}

.ctas .right a {
    font-size: 14px;
    color: #3b3b3b;
    display: block;
    text-decoration: none;
    letter-spacing: 0.1em;
    font-weight: 600;
}

    .ctas .right a:hover {
        color: #2e55a5;
    }

.ctas {
    margin-bottom: 10px;
    width: 180px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.ctas-holder {
    padding-right: 3px;
    margin-bottom: 0;
    padding-top: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (min-width: 768px) {
    .ctas .icon-holder {
        font-size: 23px;
        margin-top: 10px;
    }

    .ctas .right {
        margin-right: 0;
    }

        .ctas .right span {
            font-size: 10px;
            letter-spacing: 0.12em;
        }

        .ctas .right a {
            font-weight: 700;
        }
}

@media screen and (max-width: 825px) {
    #tagline {
        display: none;
    }
}

@media screen and (max-width: 625px) {
    .ctas:last-child {
        display: none;
    }
}

/*Footer*/
#footer {
    background-color: #0a0d1e;
    margin-top: auto;
    color: #fff !important;
}

#footer .svg-container{
    padding: 1rem;
    text-align: center;
}

    #footer .svg-heading {
        color: #fff !important;
        font-weight: 600;
    }
    #footer .svg-item img{
        padding: 1rem;
        height: 70px;
    }

    #footer .svg-text {
        color: #a5a5a5 !important;
    }

    #footer .links-col a {
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 2px;
    }

    #footer .info-col div{
        font-size: 12px;
        letter-spacing: 2px;
        font-weight: 300;
    }

    #footer .info-col a {
        font-weight: 600;
    }

    #footer .column .heading a {
        color: #fff !important;
        display: block;
        font-size: 14px;
        margin: 0 0 11px;
        text-transform: uppercase;
    }

        #footer .column .heading span {
            text-transform: none;
        }

    #footer dt {
        float: left;
        font-weight: 900;
        margin: 0 5px 0 0;
    }

    /* Footer Styles */
    #footer dd {
        margin-bottom: 0;
    }

    #footer .column {
        padding-top: 29px;
        padding-bottom: 20px;
        font-size: 13px;
        line-height: 19px;
        color: #a5a5a5;
        text-shadow: 1px 1px #000001;
    }

        #footer .column .heading {
            color: #fff;
            display: block;
            font-size: 14px;
            margin: 0 0 11px;
            text-transform: uppercase;
        }

            #footer .column .heading span {
                text-transform: none;
            }

        #footer .column address {
            margin: 0 30px 20px 0;
            line-height: 20px;
        }

    #footer dl {
        overflow: hidden;
        margin: 0 20px 28px 0;
    }

    #footer dt {
        float: left;
        font-weight: 900;
        margin: 0 5px 0 0;
    }

@media only screen and (max-width: 991.98px) {
    #footer .column address,
    #footer dl {
        margin: 0 0 20px;
    }
}

@media only screen and (max-width: 575px) {
    #footer dt {
        font-weight: 900;
        float: none;
    }

    #footer .float-left,
    #footer .float-right {
        float: none;
    }

    #footer {
        text-align: center;
        height: auto;
        padding: 10px 0;
    }
}

/* Service List styles */
ul.list {
    margin: 0;
    padding: 0 0 0 44px;
    overflow: hidden;
    position: relative;
    left: 5px;
    line-height: 18px;
}

    ul.list li {
        overflow: hidden;
        padding: 0 0 21px;
    }

@media only screen and (max-width: 991.98px) {
    ul.list {
        padding: 0;
    }
}

#footer ul.list li .heading {
    margin: 0 0 5px;
}

    #footer ul.list li .heading a {
        color: #fff;
    }

        #footer ul.list li .heading a:hover {
            text-decoration: none;
            color: #1882d1;
        }

        #footer ul.list li .heading a img {
            padding-right: 4px;
        }

ul.list p {
    margin: 0;
}

.footer-panel {
    overflow: hidden;
    padding: 13px 0 13px;
    font-size: 10px;
    line-height: 16px;
    color: #9c9c9c;
    background-color: #fff;
}

    .footer-panel p {
        margin: 0;
    }

        .footer-panel p a {
            color: #9c9c9c;
        }
/* Footer nav styles */
#left {
    display: flex;
    flex-direction: row;
    vertical-align: middle;
    -webkit-align-items: inherit;
    align-items: inherit;
}

#copyright {
    margin-top: 10px;
}

#footer-logo {
    margin-right: 1.5rem;
    height: 30px;
}

@media only screen and (max-width: 767px) {
    .footer-nav {
        display: inline-block;
        zoom: 1;
    }
}
