:root {
    --accent: #323294;
    --accent_rgb: 50, 50, 148;
    --sub-accent: #46a4d4;
    --sub-accent_rgb: 70, 164, 212;
    --color-1: #aa8c0c;
    --info-bg: #fff;
}

html {
    font-size: 62.5%
}

body {
    color: #535353;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-size: 14px;
    background-image: url(../img/bg_image.png);
    background-size: cover;
    background-repeat: no-repeat;
}

img {
    max-width: 100%;
    vertical-align: top
}

a {
    text-decoration: none;
    border: none;
    outline: none
}

a:focus,
a:hover,
a:active {
    outline: 0;
}

.outer {
    margin: 0 auto
}

.content {
    /* background-color: var(--accent); */
    background-color: #b0c4deb8;
}

.content .logo_outer {
    position: relative;
}

.content .logo {
    width: 100%
}

.content .logo_div {
    position: absolute;
    top: -32px;
    width: 100%;
}

.content .logo img {
    max-height: 86px;
    height: 14vh;
    width: auto;
    border-radius: 12%;
    padding: 8px;
    background: #f1f1f1;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.content .details a {
    font-weight: normal;
    text-align: left;
    display: block;
    text-align: center;
    line-height: 1.4em;
}

.content .details a:hover,
.content .details a:active {
    background-color: var(--accent);
    color: #fff
}

.content .details a i {
    position: absolute;
    left: 14px;
    color: var(--accent);
    margin-top: 3px;
}

.header {
    width: 100%;
    margin-top: 24px;
}

.heading_div {
    text-align: center;
    margin-top: 24px;
    padding-bottom: 4px;
}

.heading {
    font-size: 20px;
    font-weight: bold;
    color: var(--accent);
    margin-bottom: 6px;
    padding-bottom: 6px;
    display: inline-block;
    font-family: Arial, Helvetica, sans-serif;
    text-shadow: 1px 1px 3px #bdbdbd;
    line-height: 1.4em;
}

.subhead {
    font-size: 14px;
}

.details {
    /* background-color: var(--accent); */
    width: 100%;
    height: 100vh;
    overflow: auto;
    display: table;
}

.details_content {
    display: table-cell;
    vertical-align: middle;
}

.main {
    background-color: rgba(255, 255, 255, 0.6);
    padding: 12px 0px;
    /* width: 84vw; */
    max-width: 356px;
    margin: 16px auto;
    padding-top: 40px;
    /* border-radius: 16px; */
    border-top: 1px solid var(--accent);
    border-bottom: 1px solid var(--accent);
}

.info {
    margin: 2vw auto;
}

.info .icon,
.info .dtl {
    display: inline-block;
    vertical-align: middle;
    padding: 4px;
    text-align: center;
}

.info .dtl {
    width: 76%;
    text-align: center;
    color: var(--color-1);
}

.info .dtl a {
    color: var(--color-1);
    font-size: 16px;
}

.info .icon {
    text-align: center;
    width: 30px;
    height: 30px;
    line-height: 30px;
    color: var(--sub-accent);
    vertical-align: middle;
    font-size: 18px;
}

.details .onl_admsn {
    width: 100%;
    height: 30px;
    line-height: 30px;
}

.details .onl_admsn a {
    text-align: center;
    color: #f7fcfd;
    border-radius: 0;
}

.details .onl_admsn a span {
    color: var(--sub-accent);
    padding-bottom: 3px;
    border-bottom: 2px solid var(--sub-accent);
}

.h-divider {
    margin: auto;
    margin-top: 8px;
    width: 80%;
    position: relative;
}

.h-divider .shadow {
    overflow: hidden;
    height: 6px;
}

.h-divider .shadow:after {
    content: '';
    display: block;
    margin: -25px auto 0;
    width: 100%;
    height: 25px;
    border-radius: 125px/12px;
    box-shadow: 0 0 8px #666;
}

.h-divider .text {
    width: 4px;
    height: 4px;
    padding: 8px;
    position: absolute;
    bottom: 100%;
    margin-bottom: -11px;
    left: 45%;
    border-radius: 100%;
    box-shadow: 0 2px 4px #999;
    background: #e6e8ec;
}

.h-divider .text i {
    position: absolute;
    top: 4px;
    bottom: 4px;
    left: 4px;
    right: 4px;
    border-radius: 100%;
    border: 1px solid #aaa;
    text-align: center;
    line-height: 50px;
    font-style: normal;
    color: #999;
}

@media (min-width:0px) {
    .heading {
        font-size: 20px;
    }
}

@media (min-width:641px) {
    .heading {
        font-size: 24px;
    }
}

@media (min-width:961px) {}

@media (max-width:500px) {
    a.email {
        font-size: 16px !important;
    }
}