﻿/*!
 */

/* Main */

.alignleft {
    float: left;
}

.alignright {
    float: right;
}

html, body {
    font-family: calibri,helvetica,arial,verdana,sans-serif;
}

body {
    padding-top: 0px; /* Change if height of navigation changes. */
}

#navigation .navbar a:hover {
    color: white !important;
}

.services-item {
    margin-bottom: 25px;
}

footer {
    margin: 50px 0;
}

a:hover {
    color: #cd2122 !important;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    text-decoration: none;
    color: #3e3e3e;
}

h1 {
    font-size: 40px
}

h2 {
    font-size: 30px
}

p {
    font-size: 16px
}


/* Hide Change Email option */

/*.navbar .navbar-nav .dropdown .dropdown-menu li:nth-child(2) {
    display: none;
}

.navbar .navbar-nav .dropdown .dropdown-menu li:nth-child(2) a {
    display: none;
}*/

.navbar .navbar-nav .dropdown .dropdown-menu .changeEmailLink {
    display: none;
}

/* Login */

.login-form .login-btn-group a.primary {
    display: none;
}

.login-form .login-btn-group a:nth-of-type(1) {
    display: none;
}

/* Buttons */
.btn-primary {
    color: #fff;
    background-color: #cd2122 !important;
    border-color: #cd2122 !important;
}

    /*.btn-primary.active, .btn-primary:hover, .active.btn-primary {*/
    .btn-primary.active, .btn-primary:active, .active.btn-primary, .btn-primary:hover {
        color: #fff !important;
        background-color: #b50505 !important;
        /*border-color: #cd2122;*/
        border-color: #b50505 !important;
    }

    .btn-primary:focus, .open .btn-primary.dropdown-toggle {
        color: #fff !important;
        background-color: #cd3122 !important;
        border-color: #cd3122 !important;
    }

.btn.active .caret {
    color: #fff;
    background-color: #fff;
    /*border-top-color: #cd2122;*/
    border-top-color: #b50505;
}

#btn-register {
    color: #fff !important;
    background-color: #b50505 !important;
    border-color: #b50505 !important;
}

    #btn-register:hover {
        color: #fff !important;
    }

.service-groups a.fsservice-pretty-link.active {
    background-color: #b50505 !important;
    border: 1px #b50505 solid !important;
    color: #fff !important;
}


.service-groups a.fsservice-pretty-link:hover {
    background-color: #b50505 !important;
    border: 1px #b50505 solid !important;
    color: #fff !important;
}

.service-groups a.fsservice-pretty-link:link, .service-groups a.fsservice-pretty-link:visited {
    border: 1px #696969 solid;
    padding: 8px;
    border-radius: 4px;
    display: block;
    color: #696969;
    text-decoration: none;
}

.service-groups a.fsservice-pretty-link h2 {
    overflow-x: visible !important;
}

h3.serviceColumnLetter {
    color: #b50505;
}

.form-name {
    color: #2f2f2f;
    text-decoration: none;
}

    .form-name:hover, .form-name:focus {
        color: #b50505 !important;
        text-decoration: underline;
    }

.form-link-color {
    color: #002a9d;
}

#self-content {
    background-color: #fff;
    color: #444;
    line-height: 1.375em;
    margin-bottom: 20px;
    padding: 20px;
}

    #self-content .ibc-icon-grid.row .col-md-3 {
        margin-top: 20px;
    }

        #self-content .ibc-icon-grid.row .col-md-3 a {
            background-color: transparent;
            -webkit-border-radius: 6px;
            -moz-border-radius: 6px;
            border-radius: 6px;
            border: 2px solid #fff;
            color: #666;
            display: block;
            padding: 10px;
            text-decoration: none;
        }

            #self-content .ibc-icon-grid.row .col-md-3 a:focus,
            #self-content .ibc-icon-grid.row .col-md-3 a:hover {
                border-color: #2f2f2f;
            }

            #self-content .ibc-icon-grid.row .col-md-3 a img {
                display: block;
                margin: 0 auto 10px;
                max-width: 90px;
            }


/* Wrappers */
.wrapper.style4 {
    background-color: #303030;
    color: #999;
    text-align: center;
    text-shadow: -1px -1px 0px #181818;
    position: absolute;
    left: 0px;
    width: 100%;
}

    .wrapper.style4 h1, .wrapper.style4 h2, .wrapper.style4 h3, .wrapper.style4 h4, .wrapper.style4 h5, .wrapper.style4 h6 {
        color: #fff;
    }


/* Articles */


#contact footer {
    font-size: 0.9em;
}


/* Copyright */

#copyright {
    font-size: 1em;
    line-height: 1em;
}

    #copyright li {
        display: inline-block;
        border-left: solid 1px rgba(0, 0, 0, 0.5);
        box-shadow: -1px 0px 0px 0px rgba(255, 255, 255, 0.1);
        padding: 0 0 0 1em;
        margin: 0 0 0 1em;
    }

        #copyright li:first-child {
            border: 0;
            box-shadow: none;
            padding-left: 0;
            margin-left: 0;
        }

/* Box */

.box {
    background: #ebebeb;
    box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.15), 0px 2px 3px 0px rgba(0, 0, 0, 0.1);
    text-align: center;
    padding: 2em;
}

    .box.style1 {
        padding: 0.5em 0.5em 0.5em 0.5em;
    }

        .box.style1 h3 {
            margin-bottom: 0.5em;
        }

    .box.style2 h3 {
        margin-bottom: 0.25em;
    }

    .box.style2 .image {
        position: relative;
        left: 2em;
        top: 2em;
        margin: -4em 0 4em -4em;
        width: auto;
    }



.collapsibleAddress {
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 18px;
    /*background-color: white;*/
}


.contentAddress {
    padding: 0 18px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    background-color: white;
}






/*Page Content*/

/*#main-content p {
    font-size: 20px;
    line-height: 1.5;
}

#self-content {
    padding: 20px 20px 0 20px;
}

.titleContent a {
    color: #000080;
}

a:focus, a:hover {
    text-decoration: none;
}*/

/* End Page Content */

/* Online Services */

/*.input-group-btn .btn-search {
    background-color: #b50505 !important;
    border-color: #b50505 !important;
}

    .input-group-btn .btn-search:hover {
        opacity: 0.6;
    }

.services.list-unstyled a.form-name {
    font-size: 16px;
}*/

/* End Online Services*/
