body {
    margin-top: 66px !important;
    overflow-x: clip
}

.clearfix::after {
    content: "";
    clear: both;
    display: table
}

.text-content {
    font-size: 20px;
    line-height: 1.8em;
    max-width: none;
    position: relative;
    color: #333;
    background-color: white
}

.text-content,.text-content p {
    font-family: 'PT Serif','Palatino','Palatino Linotype','Georgia',"Microsoft JhengHei","å¾®è»Ÿæ­£é»‘é«”",sans-serif
}

.text-content h1,.text-content h2,.text-content h3 {
    font-family: 'PT Serif','Palatino','Palatino Linotype','Georgia',"Microsoft JhengHei","å¾®è»Ÿæ­£é»‘é«”",sans-serif
}

.text-content p {
    margin: 1.5em 0
}

.text-content img {
    max-width: 100%
}

.text-content h1 {
    font-size: 40px;
    line-height: 1.5;
    font-weight: bold
}

.text-content h2 {
    font-size: 30px;
    line-height: 1.5;
    font-weight: bold;
    color: #0066CC
}

@media (min-width: 768px) {
    .text-content h2 {
        font-size:40px
    }
}

.text-content h3 {
    font-size: 28px;
    line-height: 1.5;
    font-weight: bold
}

.text-content .center {
    text-align: center
}

.text-content .rwd-container {
    width: 1920px;
    max-width: 100%;
    margin: 0 auto
}

.text-content .header h1 {
    margin: 0;
    line-height: 0
}

.text-content .content {
    margin: 40px 5px;
    text-align: justify
}

.text-content .tab-buttons {
    display: flex;
    flex-direction: column;
    margin: 20px 0
}

@media (min-width: 768px) {
    .text-content .tab-buttons {
        flex-direction:row
    }
}

.text-content a.tab-button {
    flex: 1 0 0;
    display: block;
    text-align: center;
    background-color: white;
    color: black;
    text-decoration: none;
    font-size: 1.2em;
    padding: 10px
}

.text-content a.tab-button:hover,.text-content a.tab-button:active,.text-content a.tab-button.active {
    background-color: #0066CC;
    color: white
}

.text-content a.tab-button span {
    font-weight: bold;
    font-size: .9em
}

.text-content .tab-pane {
    display: none;
    opacity: 0;
    animation: fadeInFromNone .5s ease-out;
    flex-direction: column;
    margin-top: 20px
}

.text-content .tab-pane.active {
    display: flex;
    opacity: 1
}

.text-content .tab-pane .text p:first-child {
    margin-top: 0
}

.text-content .tab-pane .image img {
    width: 100%
}

@media not all and (min-width: 576px) {
    .text-content .tab-pane .image {
        margin-top:20px
    }
}

@media (min-width: 576px) {
    .text-content .tab-pane {
        flex-direction:row;
        justify-content: space-between;
        margin-top: 40px
    }

    .text-content .tab-pane .text {
        flex: 0 1 640px
    }

    .text-content .tab-pane .image {
        flex: 0 0 40%;
        margin-left: 20px
    }
}

@media (min-width: 768px) {
    .text-content .tab-pane .image {
        flex:0 0 30%
    }
}

.text-content .main-article-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin: 10px 0;
    text-decoration: none;
    font-weight: bold
}

.text-content .main-article-item .name {
    color: black;
    font-size: 1.2em
}

.text-content .main-article-item .button {
    display: block;
    background-color: #0066CC;
    color: white;
    padding: 0 10px;
    border-radius: 999px;
    transition: background-color .4s
}

@media (min-width: 768px) {
    .text-content .main-article-item {
        flex-direction:row;
        align-items: center;
        justify-content: space-between;
        max-width: 500px
    }

    .text-content .main-article-item .name {
        flex: 1 0 0
    }

    .text-content .main-article-item .button {
        margin-left: 10px
    }
}

.text-content .main-article-item:hover .button,.text-content .main-article-item:active .button {
    background-color: #7bcddd
}

.text-content .section.survey {
    background: url(main/survey-back-mobile.jpg) no-repeat center;
    background-size: cover
}

@media (min-width: 768px) {
    .text-content .section.survey {
        background:url(main/survey-back-desktop.jpg) no-repeat center;
        background-size: cover
    }
}

.text-content .resources-list {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 20px
}

.text-content .resources-list2 {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 20px
}

@media (min-width: 768px) {
    .text-content .resources-list {
        grid-template-columns: 1fr 1fr 1fr;
    }
}

@media (min-width: 768px) {
    .text-content .resources-list2 {
        grid-template-columns: 1fr 2fr 2fr 1fr;
    }
}

.text-content .resources-list a.item {
    display: flex;
    flex-direction: column;
    text-decoration: none;
    background-color: white;
    box-shadow: 0 4px 6px rgba(0,0,0,0.5)
}

.text-content .resources-list2 a.item {
    display: flex;
    flex-direction: column;
    text-decoration: none;
    background-color: white;
    box-shadow: 0 4px 6px rgba(0,0,0,0.5)
}

.text-content .resources-list a.item .image {
    flex: 0 0 auto
}

.text-content .resources-list2 a.item .image {
    flex: 0 0 auto
}

.text-content .resources-list a.item .image img {
    width: 100%
}

.text-content .resources-list2 a.item .image img {
    width: 100%
}

.text-content .resources-list a.item .text {
    color: #333;
    flex: 1 0 0;
    margin: 20px 20px 0 20px
}

.text-content .resources-list2 a.item .text {
    color: #333;
    flex: 1 0 0;
    margin: 20px 20px 0 20px
}

.text-content .resources-list a.item .text p {
    margin: 10px 0
}

.text-content .resources-list2 a.item .text p {
    margin: 10px 0
}

.text-content .resources-list a.item .button {
    display: block;
    background-color: #0066CC;
    color: white;
    padding: 10px 20px;
    border-radius: 999px;
    margin: 0 auto 20px auto;
    font-size: 24px;
    font-weight: bold;
    transition: background-color .4s
}

.text-content .resources-list2 a.item .button {
    display: block;
    background-color: #0066CC;
    color: white;
    padding: 10px 20px;
    border-radius: 999px;
    margin: 0 auto 20px auto;
    font-size: 24px;
    font-weight: bold;
    transition: background-color .4s
}

.text-content .resources-list a.item:hover .button,.text-content .resources-list a.item:active .button {
    background-color: #7bcddd
}

.text-content .resources-list2 a.item:hover .button,.text-content .resources-list a.item:active .button {
    background-color: #7bcddd
}

.text-content .verse {
    color: blue
}

.text-content .source {
    color: #b1b1b1
}

.text-content .reflection {
    background-color: #faf1e6;
    margin: 20px 0;
    padding: 20px 30px;
    border-radius: 40px
}

.text-content .reflection p:first-child {
    margin-top: 0
}

.text-content .reflection p:last-child {
    margin-bottom: 0
}

.text-content a.button {
    display: inline-block;
    background-color: #0066CC;
    text-align: center;
    line-height: 1.3;
    border-radius: 999px;
    padding: 10px 20px;
    margin: 10px;
    min-width: 240px;
    color: white;
    font-size: 24px;
    font-weight: bold;
    text-decoration: none;
    transition: background-color .4s
}

.text-content a.button:hover,.text-content a.button:active {
    background-color: #7bcddd
}

.text-content a.button.icon-animation i.fas {
    transform-origin: bottom;
    animation-duration: 2s
}

.text-content a.button.icon-animation:hover i.fas {
    animation-name: icon-jump;
    animation-timing-function: cubic-bezier(.28, .84, .42, 1)
}

.text-content .button-row {
    position: relative;
    margin: 10px 0;
    text-align: center
}

.text-content .page-nav {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 20px;
    align-items: center;
    margin: 20px 0
}

.text-content .page-nav .prev,.text-content .page-nav .next {
    text-align: center
}

.text-content .page-nav .prev a,.text-content .page-nav .next a {
    color: #0066CC
}

.text-content .page-nav .return {
    grid-column: 1 / 2;
    grid-row: 1 / 2;
    justify-self: center
}

@media (min-width: 768px) {
    .text-content .page-nav {
        grid-template-columns:1fr 1fr 1fr
    }

    .text-content .page-nav .prev {
        grid-column: 1 / 2;
        text-align: left
    }

    .text-content .page-nav .next {
        grid-column: 3 / 4;
        text-align: right
    }

    .text-content .page-nav .return {
        grid-column: 2 / 3
    }
}

span.list-icon {
    display: inline-block;
    background-image: url(list-icon.svg);
    width: 1em;
    height: 1em;
    vertical-align: -5%;
    margin-right: .5em
}

.share {
    position: fixed;
    right: 10px;
    bottom: 10px;
    z-index: 999
}

.share img {
    max-height: 100%
}

.share a.share-switch {
    display: block;
    position: relative;
    background-color: #0066CC;
    width: 60px;
    height: 60px;
    padding: 10px;
    border-radius: 10px;
    z-index: 1
} 

.share a.share-switch:hover {
    background-color: #7bcddd
}

.share .share-row {
    display: none;
    position: fixed;
    right: 10px;
    bottom: 10px;
    background-color: white;
    border-radius: 10px;
    height: 60px;
    padding: 5px 65px 5px 5px;
    border: 1px solid black
}

@keyframes icon-jump {
    0% {
        transform: scale(1, 1) translateY(0)
    }

    10% {
        transform: scale(1.1, .9) translateY(0)
    }

    30% {
        transform: scale(.9, 1.1) translateY(-40%)
    }

    50% {
        transform: scale(1.05, .95) translateY(0)
    }

    57% {
        transform: scale(1, 1) translateY(-2.8%)
    }

    64% {
        transform: scale(1, 1) translateY(0)
    }

    100% {
        transform: scale(1, 1) translateY(0)
    }
}

@keyframes fadeInFromNone {
    0% {
        display: none;
        opacity: 0
    }

    1% {
        display: block;
        opacity: 0
    }

    100% {
        display: block;
        opacity: 1
    }
}
