        h3 {
            color: #006693;
            font-family: 'Open Sans', sans-serif;
            font-size: 33px;
            margin-bottom: 15px;
        }

        .contact-actions, website-other-pages {
            list-style: none;
            display: inline-block;
            margin-bottom: 0;
        }

            .contact-actions li {
                display: inline;
                list-style-type: none;
                font-size: 15px;
            }

        .social-links {
            display: block;
            float: left;
            width: 27px;
            height: 26px;
            border: 2px solid #00b796;
            border-radius: 20px;
            margin-right: 18px;
        }

            .social-links i {
                padding: 3px 4px;
                font-size: 14px;
                color: #909090;
            }

        .website-other-pages li {
            display: inline;
            padding: 0 25px;
        }

            .website-other-pages li a {
                font-size: 15px;
                color: #333;
                text-decoration: none;
                font-family: 'Open Sans', sans-serif;
                font-weight: bolder;
            }

        .btn-oval {
            border-radius: 1.5rem;
        }

        #KeebLogin {
            width: 9rem;
        }

            #KeebLogin i {
                margin-right: 8px;
            }

        #HeroTile {
            background: url(Images/heroImage.jpg);
            background-position: -50px 39%;
            background-size: cover;
            background-repeat: no-repeat;
            height: 23rem;
        }

            #HeroTile div {
                background-color: rgba(18, 40, 76, 0.80);
                overflow: hidden;
                height: 100%;
                z-index: 2;
                color: #fff;
            }

                #HeroTile div div {
                    background-color: transparent;
                }

        .self-center-content {
            margin-top: auto;
            margin-bottom: auto;
            right: 0;
            height: 50% !important;
        }

        .btn-blue {
            background-color: #005587;
            color: #fff;
            width: 14rem;
        }

        .btn-xs-blue {
            background-color: #005587;
            color: #fff;
            width: 8rem;
            margin-left: 25%;
        }

        .btn-yellow {
            background-color: #ffa400;
            color: #fff;
            width: 14rem;
        }

        .btn-red {
            background-color: #d50032;
            color: #fff;
            width: 14rem;
        }

        .btn-green {
            background-color: #00b796;
            color: #fff;
            width: 14rem;
        }

        .really-rounded {
            border-radius: 2.25rem !important;
        }

        .contact-text {
            font-family: 'Open Sans', sans-serif;
            font-size: 14px;
            vertical-align: super;
            margin-right: 8px;
        }

        .school {
            background-color: #fff;
            width: 16rem;
            border-radius: 2.25rem !important;
            box-shadow: 1px 1px 1px 1px #a0a0a2;
            height: 16rem;
        }

            .school img {
                border-top-left-radius: 2.25rem !important;
                border-top-right-radius: 2.25rem !important;
                width: inherit;
            }

        .keeb-footer-text-links li {
            display: inline-block;
            font-family: 'Open Sans', sans-serif;
            font-size: 14px;
            margin: 0 30px;
        }

            .keeb-footer-text-links li a {
                color: #fff;
                text-decoration: none;
            }