﻿.alignLeft {
            padding-left: 20px;
        }

        #bottomRow {
            margin-bottom: 25px;
        }

        .btn-keycontacts {
            position: relative;
            background: transparent;
            border: 0;
            color: #00468b;
            font-size: 16px;
            font-weight: bold;
            text-align: left;
            text-transform: uppercase;
            vertical-align: text-bottom;
            padding: 7px 15px 7px 0;
            margin: 5px 0;
            width: 100%;
        }

            .btn-keycontacts span {
                display: inline-block;
                width: 0;
                height: 0;
                margin: 0 5px 3px 5px;
                vertical-align: middle;
                border-top: 4px solid transparent;
                border-right: 4px solid transparent;
                border-left: 4px solid;
                border-bottom: 4px solid transparent;
            }

            .btn-keycontacts.expand-true span {
                border-left: 4px solid transparent;
                border-right: 4px solid transparent;
                border-top: 4px solid;
                border-bottom: 4px solid transparent;
            }

        .colHead {
            margin-top: 0;
            padding: 20px 0 7px;
            color: #00468b;
            background-color: transparent;
            font-size: 22px;
            font-weight: bold;
            border-bottom: solid 1px #f68026;
        }

        .contactInfo {
            font-size: 16px;
        }

        .email {
            font-weight: bold;
            color: #00468b;
            text-decoration: underline;
        }

            .email:hover, .email:focus {
                color: #f68026;
            }

        .name {
            margin-bottom: 10px;
            color: #00468b;
            font-size: 16px;
            font-weight: bold;
            text-align: center;
        }

        .phone {
            color: #333;
        }

            .phone:hover, .phone:focus {
                color: #f68026;
                text-decoration: none;
            }

        #topRow {
            margin-top: 25px;
        }