﻿p a, h2 a, h3 a {
    font-size: 100%;
}

#aCloseMessageBox:focus {
    box-shadow: 0 0 1px 3px rgb(255,255,255);
    border-radius: 4px;
    outline: none;
}

#imgHoneLogo, #divHoneLogo {
    max-width: 150px;
    min-width: 150px;
}

#divCardContent {
    margin-top: 40px;
    margin-bottom: 20px;
}

#divTOS {
    position: absolute;
    top: 20%;
    left: 50%;
    transform: translate(-50%, 0px);
    z-index: 2004;
    max-height: 420px;
}

#divMessage {
    max-height: 330px;
    overflow-y: scroll;
}

.BlockOverlay {
    position: absolute;
    background-color: #252525;
    opacity: 0.5;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-height: 100%;
    align-content: center;
    display: none;
}

.banner {
    background-image: url(../../Themes/Base/Images/H1_Trans_Towers.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    /*height: 100%*/
}

.collapsible:hover {
    cursor: pointer;
}

.home-card {
    background-color: rgba(255,255,255,0.9);
    width: 38%;
    float: left;
    /*border-radius: 15px;*/
}

.home-go-btn {
    border-radius: 8px;
    padding: .1em 2.5em .1em 2.5em;
    height: 4em;
    font-size: 100%;
}

.home-launch-select {
    padding: .5em 1.8em .5em .8em;
    width: 58%;
    margin: 0 auto;
    height: 2.5em;
    font-size: 100%;
    margin-bottom: 1em;
}

.honi-home-text {
    font-family: arial;
    font-weight: 500;
    font-size: 110%;
    color: white;
    opacity: 0.8;
    font-weight: bold;
    margin-top: 0;
}

.hideMe {
    display: none;
}

.iframe-container {
    position: relative;
    overflow: hidden;
    width: 75%;
    padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

.responsive-iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.scale-img {
    width: 100%;
    max-width: 1130px;
}

.scale-img-2 {
    width: 100%;
    max-width: 740px;
}

/*.nav {
    float: left;
    text-align: center;
    text-decoration: none;
}*/

.nav a {
    font-size: 130%;
}

.title-banner {
    /*background: url(../../Themes/Base/Images/HoneBannerTemp.jpg) center / no-repeat;*/
    background-image: url(../../Themes/Base/Images/H1_Trans_Towers.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    align-content: center;
    height: 250px;
    /*margin-bottom: 20px;*/
    /*height: 100%;*/
}

    .title-banner h1 {
        font-size: 250%;
    }

.table {
    border: 1px solid black;
}

/*.table div:nth-of-type(3n+1) {
        border-bottom: 1px solid black;
        margin: 0 0 0 0;
    }*/

.tr {
    border-bottom: 1px solid black;
    margin: 0 0 0 0;
}

    .tr:last-of-type {
        border-bottom: none;
    }

    .tr div:first-child {
        border-right: 1px solid black;
        margin-top: 0;
        margin-bottom: 0;
    }

.link-color {
    color: #0563C1; /*#007bff;*/
    text-decoration: none;
}

    .link-color:hover {
        /*color: #0056b3;*/
        text-decoration: underline;
    }

.div-border {
    border: 1px solid #9A9A9A;
}

.contact-h {
    margin-top: 10px;
    margin-bottom: 0px;
}

.contact-p {
    margin-top: 12px;
    margin-bottom: 4px;
}
