
* {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt;
}

.mfn-title-fontsize {
    font-size: 10pt;
}

html {
    scroll-behavior: smooth;
}

a {
    text-decoration: none !important;
}

.mfn-font-bold {
    font-weight: bold;
}

/* colors in general */

body {
    background: var(--body_color);
    color: #666666;
}

.mfn-color-bg {
    background: var(--mfn_color);
}

.mfn-color-text {
    color: var(--mfn_color);
}

.mfn-color-border {
    border: 1px solid var(--mfn_color);
}

.mfn-bg-body-color {
    background: var(--body_color);
}

.mfn-text-dark {
    color: rgb(0, 0, 0);
}

.mfn-text-gray {
    color: #989AA5;
}

.mfn-text-darkgray {
    color: #333333;
}

.mfn-text-light {
    color: rgb(255, 255, 255);
}

a:hover {
    color: var(--mfn_color);
}

.mfn-a-grey {
    color: #666666;
}

.mfn-hr-color {
    border: 2px solid var(--mfn_color);
}

.mfn-hr-search {
    background: rgb(176,176,176);
}

.mfn-release-text {
    color: #001D80;
}

/* header */

.mfn-header-bg {
    background: var(--mfn_color);
    background-image: url("../images/header.png");
    height: 312px;
    background-repeat: no-repeat;
    background-position-x: -40px;
}
@media (min-width: 1620px) and (max-width: 1750px) {
    .mfn-header-bg {
        background-position-x: -110px;
    }
}
@media (min-width: 1490px) and (max-width: 1619.98px) {
    .mfn-header-bg {
        background-position-x: -180px;
    }
}
@media (min-width: 1360px) and (max-width: 1489.98px) {
    .mfn-header-bg {
        background-position-x: -250px;
    }
}
@media (min-width: 1230px) and (max-width: 1359.98px) {
    .mfn-header-bg {
        background-position-x: -320px;
    }
}
@media (min-width: 992px) and (max-width: 1229.98px) {
    .mfn-header-bg {
        background-position-x: -300px;
    }
}


/* nav */

.mfn-nav-black {
    background: #333333;
}

.navbar-toggler {
    background: #333333;
    border-color: #ffffff;
}

.navbar-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.nav-item {
    color: #f1f1f1;
    font-weight: bold;
    text-shadow: black;
}

.nav-link {
    color: inherit;
}

.mfn-nav-margin {
    margin-right: .7rem;
}

/* search bar */

.mfn-search-bar {
    width: 125px;
}

.mfn-search-bar:focus {
    background-color: var(--mfn_color);
}

.mfn-links-font-size, .mfn-links-font-size>i {
    font-size: 1.2rem;
}

/* content */

.mfn-content-height {
    min-height: 550px;
}

/* Keep the legacy topic-bar dimensions when its semantic wrapper is an h1. */
.mfn-page-topic {
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
}

.mfn-banners-bg {
    background-image: url("../images/ad_bg.gif");
    background-repeat: repeat;
    background-clip: content-box;
}
@media (max-width: 768px) {
    .mfn-banners-bg {
        background: rgb(224, 223, 223);
    }
}
.mfn-banners {
    display: grid;
    grid-template-columns: repeat(auto-fill, 160px);
    justify-content: space-between;
    grid-gap: 1rem;
}

.mfn-back-top {
    position: absolute;
    bottom: 0.1%;
    right: 1%;
}

.mfn-topic-bg {
    background: var(--mfn_color);
    background-image: url("../images/ti_bg.gif");
}

.mfn-topic-bg-gray {
    background: #555555;
    background-image: url("../images/ti_bg.gif");
}

.mfn-cover-shadow {
    box-shadow: 3px 3px 2px rgba(51, 55, 58, 0.25);
}
@media (max-width: 1199px) {
    .mfn-cover-shadow {
        max-width: 176px;
    }
}

.mfn-caret-right {
    margin-top: .23rem;
    width: 1rem;
    position: absolute;
}

.mfn-tab {
    margin-left: 1.3rem;
}

.mfn-tab-home {
    margin-left: 1.1rem;
}

.mfn-card-img-top {
    height: 141px;
    object-fit: scale-down;
}

/* home */

.mfn-archive-img {
    max-height: 141px;
    max-width: 100px;
    object-fit: cover;
}

.mfn-opacity-hover:hover {
    opacity: 0.5;
}

.mfn-title-color {
    color: #E9034F;
}

.mfn-archive-content {
    text-align: justify;
}

@media (max-width: 540px) {
    .mfn-archive-content {
        text-align: left;
    }
}

/* Advertising */

.mfn-advertising-nav {
    background: rgb(204, 221, 238);
}

.mfn-year-color {
    color: rgb(55, 91, 161);
}

.mfn-year-bg {
    background: rgb(29, 91, 161);
    color: white;
}

.mfn-register-text-warning {
    color: #E41375;
}

.mfn-radio-item {
    border-bottom: 1px solid #D0D0D0;
}

.mfn-vertical-logo {
    /* Safari */
    -webkit-transform: rotate(-90deg);
    /* Firefox */
    -moz-transform: rotate(-90deg);
    /* IE */
    -ms-transform: rotate(-90deg);
    /* Opera */
    -o-transform: rotate(-90deg);
    position: absolute;
    right: -5%;
    bottom: 160%;
}

.mfn-vertical-listening {
    /* Safari */
    -webkit-transform: rotate(-90deg);
    /* Firefox */
    -moz-transform: rotate(-90deg);
    /* IE */
    -ms-transform: rotate(-90deg);
    /* Opera */
    -o-transform: rotate(-90deg);
    position: absolute;
    right: 20%;
    bottom: 220%;
}

.mfn-btn {
    display: inline-block;
    font-weight: bold;
    color: #F3F3F3;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #000000;
    border: 1px solid transparent;
    padding: 0.5rem 3.75rem;
    font-size: 0.9rem;
    line-height: 1.6;
    border-radius: 0.35rem;
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.mfn-btn:hover {
    background: gray;
}

/* Workshop */

.mfn-local-bg {
    background: #F7F9CF;
}

.mfn-workshop-sponsor {
    max-width: 50px;
    max-height: 30px;
    object-fit: contain;
}

.mfn-thumbtitle {
    max-width: 100px;
    max-height: 100px;
}

.mfn-thumbtitle-inshow {
    max-width: 125px;
    max-height: 125px;
}

/* Trainer Team */

.mfn-trainers-image {
    height: 100px;
    width: 100px;
}

/* Subscription */

@media (max-width: 540px) {
    .mfn-sm-fontsize {
        font-size: 1.5rem;
    }
}

/* Worldwide */

.mfn-avatar-size {
    max-width: 100px;
}

.mfn-flag-size {
    max-width: 60px;
    object-fit: cover;
}

/* Books */

.mfn-order-books a:hover {
    background-color: #e5004f;
    border-color: #e5004f;
}

blockquote {
    border-left: 3px solid var(--mfn_color);
    color: #1a1a1a;
    font-family: Georgia, Times, "Times New Roman", serif;
    font-size: 1.25em;
    font-style: italic;
    line-height: 1.8em;
    margin: 1.1em -2em;
    padding: 1em 2em;
    position: relative;
    transition: 0.2s border ease-in-out;
    z-index: 0;
}
blockquote:before {
    content: "";
    position: absolute;
    top: 50%;
    left: -4px;
    height: 2em;
    background-color: var(--body_color);
    width: 5px;
    margin-top: -1em;
}
blockquote:after {
    content: "\f02e";
    position: absolute;
    top: 50%;
    left: -0.5em;
    color: var(--mfn_color);
    font-family: "Font Awesome 5 free";
    font-weight: 900;
    font-style: normal;
    line-height: 1em;
    text-align: center;
    text-indent: -2px;
    width: 1em;
    margin-top: -0.5em;
    transition: 0.2s all ease-in-out, 0.4s transform ease-in-out;
}
blockquote:active:after {
    transform: rotateY(360deg);
}
cite {
    display: block;
    font-size: 0.75em;
    line-height: 1.8em;
    margin-top: 1em;
}

 
@media (max-width: 767px) {
    blockquote {
        border-top: 2px solid var(--mfn_color);
        border-bottom: 2px solid var(--mfn_color);
        border-left: none;
        margin: 1.5em 0;
        padding: 1.5em 1em;
    }
    blockquote:before {
        left: 50%;
        top: 0;
        height: 4px;
        margin-top: -3px;
        margin-left: -1em;
        width: 2em;
    }
    blockquote:after {
        font-size: 0.75em;
        left: 50%;
        top: 0;
        margin-top: -0.5em;
        margin-left: -0.5em;
    }
    cite {
        text-align: right;
    }
}


/* loading spinner */

#mfn-loader {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.219) url("../images/spinner.gif") no-repeat center center;
    z-index: 10000;
    cursor: wait;
}

/* Circle loader with checkmark completed state */
.mfn-circle-loader {
margin-bottom: 5em;
border: 5px solid rgba(0, 0, 0, 0.2);
border-left-color: #5cb85c;
animation: loader-spin 1.2s infinite linear;
position: relative;
display: inline-block;
vertical-align: top;
border-radius: 50%;
width: 10em;
height: 10em;
}

.mfn-load-complete {
-webkit-animation: none;
animation: none;
border-color: #5cb85c;
transition: border 500ms ease-out;
}
  
.mfn-checkmark {
display: none;
}
.mfn-checkmark.mfn-draw:after {
animation-duration: 800ms;
animation-timing-function: ease;
animation-name: checkmark;
transform: scaleX(-1) rotate(135deg);
}
.mfn-checkmark:after {
opacity: 1;
height: 5em;
width: 2.5em;
transform-origin: left top;
border-right: 7px solid #5cb85c;
border-top: 7px solid #5cb85c;
content: "";
left: 2.5em;
top: 5em;
position: absolute;
}
  
@keyframes loader-spin {
0% {
    transform: rotate(0deg);
}
100% {
    transform: rotate(360deg);
}
}
@keyframes checkmark {
0% {
    height: 0;
    width: 0;
    opacity: 1;
}
20% {
    height: 0;
    width: 2.5em;
    opacity: 1;
}
40% {
    height: 5em;
    width: 2.5em;
    opacity: 1;
}
100% {
    height: 5em;
    width: 2.5em;
    opacity: 1;
}
}
 
