.page-title {
    font-size:1.8em;
    margin: 20px 0 10px 0;
    font-family: 'Oswald',sans-serif;
}

.content-divider{
    border-top: 1px solid #ddd;
    margin:10px 0;
}

.triple{
    width:33.33% !important;
}

.card{
    height: calc(100% - 1rem);
}

.card .card-img-container{
    position:relative;
    overflow-y:hidden;
    border-bottom: 1px solid rgba(0,0,0,.125);
}

.card .card-img-top{
    border-bottom: 1px solid rgba(0,0,0,.125);
}

.content-text {
    min-height: 650px;
    margin-bottom:50px;
}
.content-text a{
    color:#ff0000;
}

.content-text a:hover{
    text-decoration: underline;
}

.contents-container p{
    margin:0px;
}

.contents-container h1 {
    font-size:1.8em;
    margin: 20px 0 10px 0;
}

.content-image{
    width: 100%;
    height: auto;
    margin:20px 0 20px 0;
}

.content-info{
    margin-top: 10px;
}

.content-text{
    font-size:1.2em;
}

.contents-container>.sticky-top {
    top: 50px;
    z-index: 1;
    background:#fff;
}

.v-parent {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 5;
    position: fixed;
    display: block;
    background: rgba(0, 0, 0, 0.8);
    height: 100%;
    padding-top: 60px;
}

.v-child {
    margin: auto;
    display: table;
    position: relative;
    z-index: 6;
}

.v-child iframe {
    width:972px;
    height:546.76px;
}

.close {
    color: white;
    position: absolute;
    top: 10px;
    right: 25px;
    font-size: 35px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #999;
    text-decoration: none;
    cursor: pointer;
}

.cursor{
    cursor: pointer;
}

#afis-container {
    margin: 0 -0.5rem;
}

@media only screen and (max-width: 600px) {
    .triple{
        width:100% !important;
    }

    .contents-container h1 {
        font-size:1.2em;
        line-height: normal;
        margin: 10px 0px 0px 0px;
    }

    .content-text{
        font-size:1.1em;
        overflow-x: auto;
    }

    .content-text img{
        width:100% !important;
        height:auto !important;
    }

    .contents-container>.sticky-top {
        top: 80px;
        z-index: 1;
        background:#fff;
    }

    .v-child {
        display:block;
    }

    .v-child iframe {
        width:100%;
        height:220px;
    }

    .v-child img{
        width: 90%;
        margin:0 20px;
    }
    .dropdown{
        display:block;
    }
}
