/**********************************************/
/*******        Helper Classes          *******/
/**********************************************/
/* @group region*/

/* Removes Padding of Columns Inside This Row  */
.relative {
    position: relative;
}

/* Removes Padding of Columns Inside This Row So They Touch The Edge Of Container */
.row-nopad {
    margin-right: -15px;
    margin-left: -15px;
}

.row-nopad>* {
    padding-right: 0;
    padding-left: 0;
}

.row-nopad:before,
.row-nopad:after {
    display: table;
    content: " ";
}

.row-nopad:after {
    clear: both;
}

.nopad-md {
    padding: 0;
}

@media (min-width: 992px) {
    .nopad-md {
        padding-right: 15px;
        padding-left: 15px;
    }
}

/* Disables Textarea Resize that Messes with Design */
textarea {
    resize: none;
}

/* Force Block Elements To Stack Horizontally */
/* Ex: Span Around A Phrase So It drops Down */
/* As a Whole When Responding  */
.inline-block {
    display: inline-block
}

/* Prevents Flicker On Transition */
.carousel {
    position: relative;
    z-index: 1000;
}

/* Always Displays a Scrollbar even if page does not need to scroll */
html {
    font-size: 16px;
    height: 100%;
    overflow-y: scroll;
    scroll-behavior: smooth;
}

/* @endregion*/

/**********************************************/
/*******        Fonts Classes           *******/
/**********************************************/

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    font-family: 'Merriweather', serif;
    line-height: 1.3;
    margin-top: 0;
}

.inductee h1 {
    color: #416f8c;
    margin-bottom: 5px;
}

.bold {
    font-weight: 700;
}

.italic {
    font-style: italic;
}

a {
    color: #4e89ae;
}

a:hover, a:focus {
    color: #5197c2;
    text-decoration: none;
}

/**********************************************/
/*******       Template Classes         *******/
/**********************************************/

body {
    background-color: #eceae4;
    color: #2a2c34;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.7;
    height: 100%;
    min-height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

main {
    padding: 40px 0;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.logo {
    background-color: #31719a;
    background-color: #598fb1;
    background-color: #487A99;
    padding: 25px 0 15px;
    position: relative;
    text-align: center;
    -webkit-box-shadow: inset 0 0 55px rgba(5, 9, 26, 0.32);
    box-shadow: inset 0 0 55px rgba(5, 9, 26, 0.32);
}

.logo::after {
    content: '';
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    border: 2px solid #dacaaf;
}

.logo-inner {
    display: inline-block;
}

.logo-inner a {
    display: inline-block;
    position: relative;
    z-index: 2;
}

.inductee-container {
    padding-left: 20px;
    padding-right: 20px;
}

.inductee-container h1 {
    margin-bottom: 20px;
}

.inductees {
    margin-left: -20px;
    margin-right: -20px;
}

.inductees>div {
    padding-left: 20px;
    padding-right: 20px;
}

.card {
    background-color: #fff;
    margin-bottom: 50px;
    -webkit-box-shadow: 0 3px 18px -2px rgba(5, 9, 26, 0.2), 0 6px 12px 0 rgba(19, 21, 29, 0.09);
    box-shadow: 0 3px 18px -2px rgba(5, 9, 26, 0.2), 0 6px 12px 0 rgba(19, 21, 29, 0.09);
}

.card-body {
    padding: 15px;
    text-align: center;
}

.card-link {
    display: block;
}

.card-link:hover {
    text-decoration: none;
}

.card-image {
    overflow: hidden;
    padding-bottom: 133%;
    position: relative;
}

.card-year {
    color: #6F7480;
    font-size: 1rem;
    font-weight: 300;
    margin-bottom: 10px;
}

.img-cover,
.carousel-inner>.item>img {
    position: absolute;
    width: 100%;
    top: 0;
    height: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center top;
    object-position: center top;
    -webkit-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
}

.card-link:hover .img-cover {
    width: 104%;
    height: 106%;
    top: -3%;
}

.card-name-group {
    height: 85px;
}

.card-name {
    color: #487A99;
    font-size: 1.25rem;
    font-weight: 400;
    margin-bottom: 2px;
}

.card-button {
    color: #6F7480;
    letter-spacing: .5px;
}

.card-link:hover .card-button {
    color: #255F85;
}

.fixed-action-btn {
    color: #fff;
    display: none;
    position: fixed;
    z-index: 100;
    right: 15px;
    bottom: 15px;
    margin-bottom: 0;
    padding-top: 15px;
}

.btn-floating {
    background-color: #4e89ae;
    width: 47px;
    height: 47px;
    position: relative;
    z-index: 1;
    display: inline-block;
    overflow: hidden;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    border-radius: 50%;
    padding: 0;
    text-align: center;
    -webkit-box-shadow: 0 1px 10px -2px rgba(5, 9, 26, 0.35), 0 2px 6px 0 rgba(19, 21, 29, 0.22);
            box-shadow: 0 1px 10px -2px rgba(5, 9, 26, 0.35), 0 2px 6px 0 rgba(19, 21, 29, 0.22);

}

.btn-floating:hover {
    cursor: pointer;
}

.btn-floating .fas {
    color: #eceae4;
    line-height: 48px;
}

footer {
    font-size: .875rem;
    padding: 10px 0 30px;
    text-align: center;
}

footer a, footer a:hover, footer a:focus {
    color: #2a2c34;
}

.carousel-fade .carousel-inner {
    background: #000;
}

.carousel-fade .item {
    opacity: 0;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
}

.carousel-fade .next.left,
.carousel-fade .prev.right,
.carousel-fade .item.active {
    opacity: 1;
}

.carousel-fade .active.left,
.carousel-fade .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
}

@media all and (transform-3d),
(-webkit-transform-3d) {

    .carousel-fade .carousel-inner>.item.next,
    .carousel-fade .carousel-inner>.item.active.right {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    .carousel-fade .carousel-inner>.item.prev,
    .carousel-fade .carousel-inner>.item.active.left {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    .carousel-fade .carousel-inner>.item.next.left,
    .carousel-fade .carousel-inner>.item.prev.right,
    .carousel-fade .carousel-inner>.item.active {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.carousel-inductee {
    position: absolute;
    width: 100%;
    top: 0;
    height: 100%;
    left: 0;
}

.carousel-inductee .carousel-inner,
.carousel-inductee .item {
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    padding-bottom: 133%;
}

.search-container {
    margin-bottom: 30px;
    max-width: 320px;
}

.member-search {
    border-radius: 0;
    border: none;
    border-bottom: 2px solid #dcd9d1;
    color: #6F7480;
    width: 100%;
    padding: 8px 12px;
    font-size: 1.25rem;
}

.member-search::-webkit-input-placeholder {
    color: #afab9f;
    font-size: 1.25rem;
}

.member-search:-ms-input-placeholder {
    color: #afab9f;
    font-size: 1.25rem;
}

.member-search::-ms-input-placeholder {
    color: #afab9f;
    font-size: 1.25rem;
}

.member-search::-moz-placeholder {
    color: #afab9f;
    font-size: 1.25rem;
}

.member-search::placeholder {
    color: #afab9f;
    font-size: 1.25rem;
}

.member-search:focus {
    border-color: #84271a;
    outline: none;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.125), 0 0 10px rgba(132,39,26,0.55);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.125), 0 0 15px rgba(132,39,26,0.25);
}

.fa-search {
    position: absolute;
    right: 8px;
    top: 12px;
    font-size: 1.5rem;
    color: #afab9f;
}

/**********************************************/
/*******      Navigation Classes        *******/
/**********************************************/



/**********************************************/
/*******          BIO Classes           *******/
/**********************************************/

.inductee main {
    padding: 30px 0;
}

.inductee-image {
    position: relative;
    padding-bottom: 133%;
}

.bio-banner {
    background-color: #dcd9d1;
    padding: 50px 0;
}

.bio-banner .card-year {
    margin-bottom: 0;
}

.bio-text {
    margin-top: 30px;
    margin-bottom: 20px;
}

.bio-text p:last-child {
    margin-bottom: 0;
}

.back-btn {
    font-size: 1rem;
}

.bio-video .embed-responsive {
    margin-bottom: 10px;
}

.bio-image {
    display: inline-block;
    position: relative;
    width: 100%;
    -webkit-box-shadow: 0 3px 22px -2px rgba(100, 109, 150, 0.38), 0 6px 15px 0 rgba(19, 21, 29, 0.24);
            box-shadow: 0 3px 22px -2px rgba(100, 109, 150, 0.38), 0 6px 15px 0 rgba(19, 21, 29, 0.24);
    -webkit-animation: 1.2s linear fadein;
            animation: 1.2s linear fadein;
}

.bio-image::after {
    content: '';
    position: absolute;
    width: calc(100% - 8px);
    height: calc(100% - 8px);
    top: 4px;
    left: 4px;
    border: 2px solid #84271A;
    z-index: 1000;
}

@-webkit-keyframes fadein {
    from {
        opacity: 0;
    }

    40% {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadein {
    from {
        opacity: 0;
    }

    40% {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}


/**********************************************/
/*******        Helper Classes          *******/
/**********************************************/

.mb-0 {
    margin-bottom: 0;
}

.mb-5 {
    margin-bottom: 5px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-60 {
    margin-bottom: 60px;
}

.mb-70 {
    margin-bottom: 70px;
}

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

/**********************************************/
/*******      Media Query Classes       *******/
/**********************************************/

@media screen and (min-width: 768px) {
    .inductees {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .inductees::before,
    .inductees::after {
        content: none;
    }

    .flex-sm {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

@media screen and (min-width: 992px) {
    .inductee main {
        padding: 80px 0;
    }
    
    .inductee-bio-right {
        margin-left: 50px;
        position: relative;
        top: -220px;
        width: 400px;
    }

    .flex-md {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    .bio-wrapper {
        max-width: 550px;
    }
}

@media screen and (min-width: 1200px) {
    .bio-wrapper {
        max-width: 650px;
    }
}

@media screen and (max-width: 1199px) {}

@media screen and (max-width: 991px) {
    .bio-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .inductee-bio-right {
        margin: -30px auto 0;
        width: 350px;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .bio-wrapper {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .bio-banner {
        text-align: center;
    }

    .bio-text {
        margin-top: 20px;
    }

    .mb-5-md {
        margin-bottom: 5px;
    }

    .mb-10-md {
        margin-bottom: 10px;
    }

    .mb-20-md {
        margin-bottom: 20px;
    }

    .mb-30-md {
        margin-bottom: 30px;
    }

    .mb-40-md {
        margin-bottom: 40px;
    }

    .mb-50-md {
        margin-bottom: 50px;
    }
}

@media screen and (max-width: 767px) {
    body {
        font-size: 18px;
        font-size: 1.125rem;
    }

    .logo img {
        max-width: 80%;
        margin: 0 auto;
    }

    .inductees>div {
        max-width: 400px;
        margin-left: auto;
        margin-right: auto;
    }

    .inductee-bio-right {
        width: 325px;
    }

    .mb-5-sm {
        margin-bottom: 5px;
    }

    .mb-10-sm {
        margin-bottom: 10px;
    }

    .mb-20-sm {
        margin-bottom: 20px;
    }

    .mb-30-sm {
        margin-bottom: 30px;
    }

    .mb-40-sm {
        margin-bottom: 40px;
    }

    .mb-50-sm {
        margin-bottom: 50px;
    }
}

@media screen and (max-width: 424px) {
    .inductee-bio-right {
        width: 275px;
    }
}