:root{
    --accent: #425680;
    --accent_rgb: 66, 86, 128;
    --sub-accent: #E43F2A;
    --sub-accent_rgb: 228, 63, 42;
    --color-1: #0097a7;
    --block-bg: 245,245,245;
}

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/white-bg.jpg);
    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); */

}
.heading_name{
    margin: 0px auto 50px;
    padding: 12px 24px;
    max-width: 400px;
    height: auto;
}
.content .logo_outer{
    position: relative;
}
.content .logo {
    width: 100%
}
.content .logo_div{
    position: absolute;
    top: -40px;
    width: 100%;
}
.content .logo img {
    max-height: 120px;
    height: 14vh;
    width: auto;
    border-radius: 12px;
    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.1em;
}
.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: 60px;
}

.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(var(--block-bg), 0.75);
    border: 1px solid #fff;
    padding-left: 12px;
    padding-right: 12px;
    padding-bottom: 12px;
    width: 84vw;
    max-width: 356px;
    margin: 32px auto;
    padding-top: 80px;
    border-radius: 8px;
}

.info {
    margin: 12px 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(--accent);
    font-size: 16px;
}
.info .icon {
    text-align: center;
    width: 36px;
    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);
}
.divider
{
	position: relative;
	height: 1px;
}

.div-transparent:before
{
	content: "";
	position: absolute;
	top: 0;
	left: 5%;
	right: 5%;
	width: 90%;
	height: 1px;
	background-image: linear-gradient(to right, transparent, #0097a7, transparent);
}

@media (min-width:0px) {
    .heading{
        font-size: 20px;
    }
    .small_font{
        font-size: 12px;
    }
}
@media (min-width:400px) {
    .small_font{
        font-size: 14px;
    }
}
@media (min-width:641px) {
    .heading{
        font-size: 24px;
    }
    .small_font{
        font-size: 14px;
    }
}
@media (min-width:961px) {}
@media (max-width:500px) {
}