:root {
    --mw-link: #F06A2E;
    --mw-secondary-500: #D75E28;
    --mw-white: #fff;
    --mw-primary: #062B52;
    --mw-grey: #BDBDBD;
    --mw-grey-300: #E0E0E0;
    --mw-grey-600: #757575;
    --mw-grey-700: #616161;
    --mw-grey-800: #424242;
    --mw-grey-900: #323232;
    --mw-grey-950: #212121;
    --mw-primary-300: #2471C0;
    --mw-primary-400: #15569A;
    --mw-primary-500: #0C4682;
    --mw-primary-600: #083A6E;
    --mw-primary-700: #062B52;
    --mw-primary-800: #08223D;
    --mw-primary-950: #010D19;
    --mw-windsock: #EB4800;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Archivo', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: var(--mw-primary);
    background-color: #fff;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

h6,
h5,
h4,
h3,
h2,
h1 {
    margin-top: 0;
    margin-bottom: 25px;
    font-weight: 700;
    line-height: 1.16;
}

h1 {
    font-size: 48px;
}

h2 {
    font-size: 37px;
}

h3 {
    font-size: 31px;
}

h4 {
    font-size: 26px;
}

h5 {
    font-size: 21px;
}

p {
    margin-top: 0;
    margin-bottom: 25px;
}

a {
    text-decoration: none;
    color: var(--mw-link);
}



.mr-8 {
    margin-right: 8px;
}

 
#wrapper {
    position: relative;
}

 /* START : Icons CSS */

.icon-external {
    background: url(../images/ic-external-link.svg) no-repeat;
    width: 13px;
    height: 13px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
}

.icon-expend {
    background: url(../images/ic-expand.svg) no-repeat center center;
    width: 31px;
    height: 31px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
    border: 1px solid #BDBDBD;
    border-radius: 8px;
}

.icon-update {
    background: url(../images/ic-last-update.svg) no-repeat center center;
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

.icon-uparrow {
    background: #EB4800 url(../images/ic-chevron-up.svg) no-repeat center center;
    width: 38px;
    height: 38px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 8px;
    margin-left: 8px;
}


.icon-read {
    background: url(../images/read.svg) no-repeat center center;
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

.icon-listen {
    background: url(../images/listen.svg) no-repeat center center;
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

.icon-watch {
    background: url(../images/watch.svg) no-repeat center center;
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}


 /* END : Icons CSS */


/* START - header CSS */

#header {
    background: url(../images/img-header-bg.jpg) no-repeat;
    background-size: cover;
}

.logo {
    padding: 14px 0;
}

.logo-img {
    background: url(../images/logo-mwxc-first-mate.svg) no-repeat;
    height: 29px;
    width: 204px;
    display: block;
    background-size: cover;
}

.logo-img2 {
    background: url(../images/logo-mwxc-first-mate.svg) no-repeat;
    height: 29px;
    width: 204px;
    display: block;
    background-size: cover;
}


.header-in {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}


.mwxc-link a {
    font-weight: 600;
    font-size: 15px;
    line-height: 12px;
    color: #fff;
    border: 1px solid #BDBDBD;
    border-radius: 0px 0px 4px 4px;
    padding: 15px 20px;
    border-top: none;
    display: inline-block;
}

#account-bar {
    padding: 8px 0;
    background: #1D478C;
    color: #fff;
    border-top: 1px solid rgba(224, 224, 224, 0.3);
}


.account-bar-in {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

#account-bar a {
    color: #fff;
}

.acc-login a {
    font-weight: 700;
    color: #fff;
    font-size: 16px;
    line-height: 14px;
}

/* END - header CSS */

/* #container {
    background: #F6F8FA;
    padding: 16px 0;
} */

#fm-section-0 {
    margin-top: 10px;
}

.fm-heading {
    font-size: 20px;
    border-bottom: 1px solid var(--mw-grey-600);
    padding-bottom: 5px;
    margin-bottom: 8px;
}

.fc-slide-item {

    padding: 0 2px 2px 2px;
    width: 100%;

}


.fc-slide-item-heading {
    display: flex;
    flex-wrap: wrap;
    background: #FFFFFF;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.12);
    border-radius: 8px;
    padding: 16px;
    width: 100%;
}

.expend-active .fc-slide-item-heading {
    border-radius: 8px 8px 0 0;
    border-right: 1px solid #E0E0E0;
    box-shadow: none;
}

.fc-slide-item-title {
    flex: 1;
}

.fc-slide-item-title * {
    margin-bottom: 0;
}

.fc-slide-item-more {
    /* display: none; */
    background: #FFFFFF;
    border-width: 0px 1px 1px 1px;
    border-style: solid;
    border-color: #E0E0E0;
    border-radius: 0px 0px 8px 8px;
    width: 100%;
    flex: 0 0 100%;
    padding: 8px 24px 8px 16px;
}

.fc-slide-expend {
    cursor: pointer;
    margin-left: 15px;
}

.expend-active .icon-expend {
    background: var(--mw-windsock) url(../images/ic-expand-wh.svg) no-repeat center center;
    border-color: var(--mw-windsock);
}

.fc-slider {
    display: flex;
    flex-wrap: wrap;
}



.fc-slider-box {
    width: calc(100% - 90px);

}

.has-no-nav .fc-slider-box {
    width: 100%;
}

.has-one-nav .fc-slider-box {
    width: calc(100% - 45px);
}


.fc-slide-nav {
    position: relative;
    transform: none;
    border: 1px solid #BDBDBD;
    border-radius: 4px;
    width: 37px;
    height: 63px;
    display: inline-block;
    cursor: pointer;

}

.fc-slide-nav.disabled {
    display: none;
}

.fc-slide-prev {
    background: url(../images/ic-chevron-left.svg) no-repeat center center;
    margin-right: 8px;
}

.fc-slide-next {
    background: url(../images/ic-chevron-right.svg) no-repeat center center;
    margin-left: 8px;
}




.fc-slider-dots [class*='owl-'] {
    background: none;
    border: none;
}


.fc-slider-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    width: 100%;
    margin-top: 16px;
    display: flex;
    justify-content: center;
    cursor: pointer;
}

.fc-slider-dots .owl-dot {

    margin: 0 4px;
    padding: 0;
}

.fc-slider-dots .owl-dot span {
    width: 47px;
    height: 5px;
    background: #D9D9D9;
    border-radius: 48px;
    margin: 0;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
}

.fc-slider-dots .owl-dot.active span,
.fc-slider-dots .owl-dot:hover span {
    background: var(--mw-windsock);
}


.fm-box-row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -8px;
    margin-right: -8px;
}

.fm-box-col {
    padding: 0 8px;
    width: 50%;
    flex: 0 0 50%;
}

.fm-box-item {
    background: #FFFFFF;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.12);
    border-radius: 8px;
    padding: 16px;
    min-height: 100%;
}

.fm-list-1,
.fm-list-2 {
    margin-top: 16px;
}

.fm-list-title {
    font-size: 16px;
    margin: 0;
    font-weight: 400;
}

.active .fm-list-title {
    font-weight: 700;
}

.fm-list-item {
    display: flex;
    flex-wrap: wrap;
    padding: 12px 0;
    align-items: center;

    border-bottom: 1px solid #E0E0E0;
}

.fm-list-item:last-child {
    border-bottom: none;
}

.fm-list-1 .fm-list-item {
    padding-left: 16px;
    border-left: 4px solid transparent;
}

.fm-list-item.active {
    border-left-color: var(--mw-windsock);
}

.fm-list-txt {

    flex: 1;
    margin-right: 15px;
}

.button {
    border: 1px solid #BDBDBD;
    border-radius: 8px;
    padding: 8px 16px;
    background: none;
    color: #2471C0;
    font-weight: 700;
    font-size: 15px;
    line-height: 21px;
    cursor: pointer;
    text-align: center;
    min-width: 75px;
}

.fm-list-btn button::after {
    content: attr(data-show);
}

.active .fm-list-btn button::after {
    content: attr(data-hide);
}

.fm-list-item.active .fm-list-btn button {
    background: linear-gradient(0deg, #EB4800, #EB4800);
    border: 1px solid rgba(119, 119, 119, 0.3);
    border-radius: 8px;
    color: #fff;
}

.fm-list-update {
    color: var(--mw-grey-600);
    display: flex;
    align-items: center;
    font-size: 14px;
}


.fm-panel {
    padding: 28px;
    background: #FFFFFF;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.12);
    border-radius: 8px;
    border-left: 2px solid var(--mw-windsock);
    display: none;
    margin: 25px 0;
}

.fm-panel.active {
    display: block;
}

.fm-section {
    margin: 0px 0px;
}

.fm-section-5 {
    margin: 5px 0;
}

#footer {
    padding-bottom: 24px;
    text-align: right;
}

.back-to-top {
    border: 1px solid #E0E0E0;
    border-radius: 8px;
    padding: 10px;
    background: #fff;
    display: inline-block;
    color: #17171784;
    font-size: 18px;
    font-weight: 700;
}