/* Start Header Compact */
#axero-header-compact,
            .navbar #axero-header,
#axero-header-social {
        background: #ffffff;}
/* End Header Compact */

/*Hide Wiki Rollback*/
/*.table-properties>thead>tr>th:last-child,
.table-properties>thead>tr>td:last-child,
.table-properties>tbody>tr>th:last-child,
.table-properties>tbody>tr>td:last-child {
    display: none;
}*/

/*Search Hero Template Styles*/
.axero-community-wrapper {
    padding: 0;
}

.cfx-hero {
    padding: 15px 0 75px;
    background: #000;
    margin-top: -30px;
    margin-bottom: 30px;
    background-image: url(https://cdn.communifire.com/stock/06.jpg);
    /*Hero image*/
    background-position: 25% 50% !important;
    background-origin: border-box !important;
    background-size: cover !important;
    position: relative;
}

.cfx-hero:before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, .1);
    content: "";
    height: 100%;
    display: block;
}

.axero-search-block {
    position: relative;
    color: #fff;
    text-align: center;
    padding: 0px;
    border-radius: 4px;
    box-sizing: border-box;
}

.axero-search-block h3 {
    font-size: 1.9em;
    font-weight: normal;
    margin: 60px 0 15px 0
}

.axero-search-block .axero-search-block-inner {
    max-width: 900px;
    margin: auto;
}

.axero-search-block .axero-search-block-inner .search-container a {
    color: #212b35;
}

.axero-search-block .axero-search-block-inner .search-container a.btn.input-button {
    top: 5px;
}

.axero-search-block .axero-search-block-inner .search-container .search-textbox {
    height: 45px;
}

.axero-search-block .axero-search-block-inner .search-container .search-textbox input[type="text"] {
    font-size: 1.2em;
    padding: 5px 33px 5px 15px;
    height: 45px;
    line-height: 45px;
}

.axero-search-block .axero-search-block-sub {
    margin-top: 30px;
}

.axero-search-block .axero-search-block-sub h4 {
    font-size: inherit;
    margin: 0;
}

.axero-search-block .axero-search-block-sub .axero-search-block-links {
    max-width: 700px;
    margin: 15px auto;
}

.axero-search-block .axero-search-block-sub .axero-search-block-links a {
    border: 0px solid #444;
    display: block;
    color: #fff;
    line-height: 35px;
    padding: 4px 0 5px;
    border-radius: 4px;
    background: rgba(0, 0, 0, .7);
    font-size: 1.2em;
}

.axero-lightning-navigation-list.axero-pills .axero-widget-body ul li a {
    background: #022650;
    color: white;
}


.axero-lightning-navigation-list.axero-pills .axero-widget-body ul li a:hover {
    background: #022650;
    text-decoration: none;
}

.axero-search-block .axero-search-block-sub .footer-link {
    margin-top: 25px;
    font-size: 1.2em;
}

.axero-search-block .axero-search-block-sub .footer-link a {
    color: #fff;
}

@media (max-width: 979px) {
    .cfx-hero {
        margin-top: 0px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .axero-search-block .axero-search-block-sub .axero-search-block-links .span4 {
        margin-bottom: 5px;
    }
}

/*end of cfx hero*/


/*Header colors*/
.axero-widget.light-blue-header .axero-widget-header {
    background: #ADD8E6;
    /*color: #ffffff;*/
}

.axero-widget.dark-blue-header .axero-widget-header {
    background: #043a80;
    color: #ffffff;
}

.axero-widget.medium-blue-header .axero-widget-header {
    background: #6371a8;
    color: #ffffff;
}

.axero-widget.black-header .axero-widget-header {
    background: #21201e;
    color: #ffffff;
}

.axero-widget.grey-header .axero-widget-header {
    background: #8ba4b4;
    color: #ffffff;
}


/*MFS/QFS Accounts Page Styling*/
.axero-widget .axero-widget-header h2,
.axero-widget .axero-widget-header h3 {
    text-align: center;
}


/*Header template*/
.axero-widget-full-header {
    color: #FFF;
    padding: 30px 0;
    background: #022650;
}

/* css handles the parentheses/brackets */
.red-footnote ol {
    counter-reset: item;
}

.red-footnote li {
    display: block;
    counter-increment: item;
    text-indent: -0.2in;
    font-size: 10pt;
    margin: 0pt;
}

/* replace the counter before list item with
open parenthesis + counter + close parenthesis */

.red-footnote li:before {
    content: "("counter(item, numeric) ")   ";
    color: red;
}

/*Start custom CSS for auto wiki loader*/

.wiki-article.is-hidden {
    display: none;
}

.wiki-loader {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 100;
    width: 120px;
    height: 120px;
    display: none;
    border: 16px solid #f3f3f3;
    border-top: 16px solid #0b3c5b;
    border-radius: 50%;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.wiki-loader.is-active {
    display: block;
}

.axero-widget-wiki-tree.is-fixed {
    position: fixed;
    bottom: 0;
    overflow-y: auto;
}

.axero-widget-wiki-tree .axero-widget-header {
    padding: 19px 19px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.axero-widget-wiki-tree .pull-right {
    width: 100%;
    padding-bottom: 14px;
    float: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.axero-widget-wiki-tree .wiki-index-button,
.axero-widget-wiki-tree .wiki-sort-button,
.axero-widget-wiki-tree .wiki-export-button,
.axero-widget-wiki-tree .wiki-print-button {
    font-size: .9em;
    line-height: 1.35em;
    border: solid 1px var(--input-border-color);
    padding: 3px 18px;
    border-radius: 4px;
    background: var(--background-primary);
    margin: 0;
    color: var(--button-text-color);
}

.wiki-export-button:hover,
.wiki-print-button:hover,
.wiki-export-button:focus,
.wiki-print-button:focus,
.wiki-export-button:active,
.wiki-print-button:active {
    background: var(--background-tertiary);
    text-decoration: none;
}

.wiki-toggler input {
    position: absolute;
    opacity: 0;
}

.wiki-toggler label {
    position: relative;
    padding-right: 40px;
    font-weight: 400;
}

.wiki-toggler label:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 31px;
    height: 20px;
    border-radius: 13px;
    background: #E0E0E0;
    transition: background .3s;
}

.wiki-toggler label:after {
    content: '';
    position: absolute;
    top: 3px;
    right: 14px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
    transition: right .3s;
}

.wiki-toggler input:checked+label:before {
    background: #4ADA64;
}

.wiki-toggler input:checked+label:after {
    right: 3px;
}

.print-container {
    display: none;
}

.nav-wiki li ul {
    display: none;
}

.ax-wiki-selected-page-alt {
    font-weight: 500;
}

.axero-widget-wiki-tree .wiki-sort-button {
    display: none;
}

@media print {
    .print-container {
        display: block;
    }

    .print-container .axero-wiki-background {
        display: block;
        border-bottom: 1px solid #000;
    }

    .axero-space-container,
    .navbar-fixed-top,
    .ax-en-dt-bar,
    .axero-article-like-follow,
    .axero-footer {
        display: none;
    }
}

/*HEADER ALT*/

.zeppelin-header--alt {
    padding: 15px 20px;
    background: #00497F;
}

@media (max-width: 979px) {
    .zeppelin-header--alt {
        padding: 0px 20px;
    }
}

.zeppelin-header--alt .container .row-fluid .span12 .axero-header-search {
    min-width: 400px;
}

body.dark-header-font-color .zeppelin-header--alt .container .row-fluid .span12 ul.x-head-block-container>li>a .x-icon {
    color: #fff;
}

/* This is used to size the logo width to better fit the header */

.zeppelin-header--alt .container .row-fluid .span12 .brand {
    max-width: 139px;
    width: 100%;
}

.zeppelin-header--alt .container .row-fluid .span12 .brand img {
    width: 100%;
}

body.dark-header-font-color .navbar .zeppelin-header--alt .axero-header-search .search-textbox input[type="text"] {
    color: #fff;
}

body.dark-header-font-color .zeppelin-header--alt .container .row-fluid .span12 .axero-header-search .search-container {
    border: none;
}

.zeppelin-header--alt .axero-header-search a.btn.input-button {
    font-size: 15px;
    color: #fff;
}

.zeppelin-header--alt .container .row-fluid .span12 .axero-header-search .search-container a.btn.input-button {
    top: 9px;
    color: #fff;
}

/* ------------------------------------------------------------ *\
    Section main
\* ------------------------------------------------------------ */

.section-main {
    padding-top: 5px;
}

.section-main h2 {
    font-family: var(--font-family);
    font-size: 21px;
    line-height: 1.36;
    letter-spacing: -0.02em;
    font-weight: 700;
    margin-bottom: 35px;
}

/*  Section main landing  */

@media only screen and (max-width: 1024px) {

    .section-main--landing .span3,
    .section-main--landing .span6 {
        width: 100%;
        display: flex;
        gap: 20px;
        margin-left: 0;
        flex-flow: row wrap;
    }

    .section-main--landing .span6 .row-fluid .span6 {
        width: 48.6%;
        margin-left: 2.7%;
        display: block;
    }

    .section-main--landing .span6 .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    /*.section-main--landing .span6+.span3 {*/
    /*    margin-left: 0;*/
    /*    width: 100%;*/
    /*}*/
}

@media only screen and (max-width: 768px) {
    .section-main--landing .span6 .row-fluid .span6 {
        width: 100%;
        margin-left: 0;
    }
}

/* ------------------------------------------------------------ *\
    Container overwrites
\* ------------------------------------------------------------ */

@media only screen and (max-width: 1280px) {
    .axero-page .axero-community-wrapper .container {
        padding: 0 10px;
    }
}


/* ------------------------------------------------------------ *\
    Tables Tracker	
\* ------------------------------------------------------------ */

@media only screen and (max-width: 1024px) {

    .tables-tracker .span8,
    .tables-tracker .span2,
    .tables-tracker .span4 {
        display: block;
        float: none;
        width: 100%;
        margin-left: 0;
    }
}



/* ------------------------------------------------------------ *\
    Table Tracker	
\* ------------------------------------------------------------ */

.table-tracker h3 {
    font-family: var(--font-family);
    font-size: 16px;
    line-height: 1.36;
    letter-spacing: -0.002em;
    font-weight: 600;
    margin-bottom: 15px;
    margin-top: 0;
}

.table-tracker {
    font-family: var(--font-family);
    font-size: 13px;
    letter-spacing: -0.02em;
    line-height: 1.22;
}

.table-tracker-2 {
    font-family: var(--font-family);
    font-size: 13px;
    letter-spacing: -0.02em;
    line-height: 1;
}

@media only screen and (max-width: 1024px) {
    .table-tracker {
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 768px) {
    .table-tracker .table__inner {
        overflow-x: auto;
    }
}

.table-tracker table {
    width: 100%;
    border-spacing: 2px;
    border-collapse: initial;
    text-align: left;
    border-radius: 12px;
    table-layout: fixed;
}

@media only screen and (max-width: 768px) {
    .table-tracker table {
        min-width: 842px;
        overflow: hidden;
    }
}

.table-tracker th {
    cursor: pointer;
    position: relative;
    line-height: 1.13;
    font-weight: 600;
    vertical-align: middle;
    color: #fff;
    background: #1C70AE;
    border-radius: 1px;
    height: 56px;
    padding: 14px 5px 12px 10px;
}

.table-tracker th>div {
    margin-right: 5px;
    max-height: 0;
    overflow: hidden;
    transition: max-height .3s;
}

.table-tracker th.has-filter>div {
    max-height: 30px;
    overflow: visible;
}

/* .table-tracker th input:not([type="checkbox"]) {
    border-radius: 0;
    background-color: #fff;
    padding: 3px 12px 3px 5px;
    border: 1px solid #fff;
    color: #000;
    margin-bottom: 0;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: -0.02em;
    line-height: 1.13;
    position: relative;
    width: 100%;
} */

.table-tracker th input::placeholder {
    opacity: .7;
    color: #000;
}

.table-tracker th.asc i {
    transform: rotate(180deg);
}

.table-tracker th span {
    display: flex;
    align-items: center;
}

.table-tracker th .icon-filter {
    position: absolute;
    background: #8c8c8c;
    top: -5px;
    right: -5px;
    color: #fff;
    font-size: 14px;
    width: 20px;
    height: 26px;
    display: flex;
    border: solid 1px #fff;
    border-radius: 6px;
    align-items: center;
    justify-content: center;
    z-index: 1;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    transition: opacity .3s, visibility .3s;
}

.table-tracker th:hover .icon-filter {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
}

.table-tracker th .icon-filter:hover {
    opacity: .8;
}


.table-tracker th i {
    margin-left: 5px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0px 4px 5px 4px;
    border-color: transparent transparent currentColor transparent;
    transition: transform .3s;
}

.table-tracker table tr {
    position: relative;
}

.table-tracker table td a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.table-tracker table td {
    vertical-align: middle !important;
    border: none !important;
    border-radius: 1px;
    background: #fff;
    padding: 12px 10px !important;
    line-height: 1.22 !important;
    height: 56px;
    overflow: hidden;

}

.table-tracker table .is-open {
    background-color: #FFE599;
}

.table-tracker table .completed {
    background-color: #90EE90;
}

.table-tracker .loader-bar {
    display: block;
    height: 21px;
    background: #f6f7f8;
    background-image: -webkit-gradient(linear, left center, right center, from(#f6f7f8), color-stop(.2, #edeef1), color-stop(.4, #f6f7f8), to(#f6f7f8));
    background-image: -webkit-linear-gradient(left, #f6f7f8 0%, #edeef1 20%, #f6f7f8 40%, #f6f7f8 100%);
    background-repeat: no-repeat;
    background-size: 800px 100%;
    animation: placeHolderShimmer 1s linear infinite forwards;
}

.table-tracker .hidden {
    display: none;
}

@keyframes placeHolderShimmer {
    0% {
        background-position: -468px 0
    }

    100% {
        background-position: 468px 0
    }
}

/*  table tracker summary  */

@media only screen and (max-width: 768px) {
    .table-tracker--summary table {
        min-width: 405px;
    }
}

/*  table tracker small  */

/*.table-tracker--small table {*/
/*    min-width: 186px;*/
/*}*/

@media only screen and (max-width: 768px) {
    .table-tracker--small table {
        min-width: 360px;
    }
}

/* ------------------------------------------------------------ *\
	Select2 overwrites
\* ------------------------------------------------------------ */

.select2-container {
    margin-bottom: 0;
}

.is-disabled .select2-container .select2-choice {
    background-color: #f0f0f0;
    pointer-events: none;
}

.select2-container .select2-choice {
    background-color: #fff;
    border: solid 1px #B0BDC5;
    height: 34px !important;
    line-height: 32px !important;
    transition: border-color .3s;
    border-radius: 4px !important;
    transition: border-color .3s, background-color .3s;
}

.select2-container.select2-dropdown-open .select2-choice,
.select2-container .select2-choice:focus {
    border-color: rgba(82, 168, 236, 0.8);
}

.select2-container.select2-container-active {
    border: none;
}

.select2-drop {
    margin: 10px 0;
    border: solid 1px #B0BDC5;
    padding: 10px -0px;
    border-radius: 4px;
}

.select2-container .select2-choice .select2-arrow b {
    background-image: url(https://ofhub.fhlb-of.com/fileattachment?file=X%2FVNFZt4v5bSrQ5Eq7tCjQ%3D%3D&v=0&viewfile=1&type=png) !important;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    width: 10px;
    height: 6px;
    transition: transform .3s !important;
}

.select2-container.select2-dropdown-open .select2-arrow b {
    transform: translateY(-50%) rotate(180deg);
}

/* ------------------------------------------------------------ *\
    Select filter
\* ------------------------------------------------------------ */

.select-filter {
    height: 23px;
    margin-top: 5px;
    position: relative;
    pointer-events: all;
    color: #000 !important;
}

.select-filter .select__input {
    cursor: pointer;
    width: 100%;
    padding-right: 26px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 11px;
    border-radius: 4px;
    background-color: #fff;
    padding: 3px 12px 3px 5px;
    height: 23px;
    border: 1px solid #B0BDC5;
    color: #000;
    margin-bottom: 0;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: -0.02em;
    line-height: 1.13;
    position: relative;
    width: 100%;
}

.select-filter .select__dropdown {
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    width: 100%;
    min-width: 150px;
    z-index: 1;
    border-radius: 4px;
    border: solid 1px #B0BDC5;
    padding: 10px;
    background-color: #fff;
    max-height: 200px;
    overflow-y: auto;
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s, visibility .3s;
}

.select-filter .select__dropdown ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.select-filter .select__dropdown ul li+li {
    margin-top: 5px;
}

.select-filter .select__dropdown li {
    display: flex;
    align-items: center;
    gap: 5px;
}

.select-filter .select__dropdown .select__checkbox {
    display: flex;
    align-items: flex-start;
}

.select-filter .select__dropdown li input {
    margin-top: 4px !important;
    margin-right: 5px !important;
}

.select-filter .select__dropdown li label {
    margin-bottom: 0;
}

.select-filter.is-active .select__dropdown {
    opacity: 1;
    visibility: visible;
}

.select-filter:after {
    pointer-events: none;
    content: '';
    background-image: url('https://ofhub.fhlb-of.com/fileattachment?file=X%2FVNFZt4v5bSrQ5Eq7tCjQ%3D%3D&v=0&viewfile=1&type=png');
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 2px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 8px;
    height: 4px;
    transition: transform .3s;
}

.select-filter.is-active:after {
    transform: translateY(-50%) rotate(180deg);
}



/*Widget header background color*/
.axero-widget.custom-header-color-1 .axero-widget-header {
    background: #0f3c80;
    color: white;
    padding-bottom: 15px;
}

/*Widget header background color*/
.axero-widget.custom-header-color-2 .axero-widget-header {
    background: #a6a8d1;
    color: white;
    padding-bottom: 15px;
}

/*Widget header background color*/
.axero-widget.custom-header-color-3 .axero-widget-header {
    background: #000000;
    color: white;
    padding-bottom: 15px;
}

/*Widget header background color*/
.axero-widget.custom-header-color-4 .axero-widget-header {
    background: #6570a6;
    color: white;
    padding-bottom: 15px;
}

/*Widget background color 1*/
.axero-widget.custom-background-1 {
    background: #6b749c;

}

.x-custom-space-cfr-bank-distributions {
    background: #ffffff;
}

/*Style for Content List with Body template*/
.axero-widget-content-list-with-body div.item {
    list-style: none;
    margin: 0;
    padding: 15px;
    border-bottom: solid 1px #efefef;
}

.axero-widget-content-list-with-body div.item:last-child {
    border-bottom: none;
    padding: 15px;
}

/*Style for Message Box*/
.axero-widget.axero-widget-message-box {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1a2168+0,0f133f+100 */
    background: #1a2168;
    /* Old browsers */
    background: -moz-linear-gradient(top, #1a2168 0%, #0f133f 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #1a2168 0%, #0f133f 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #1a2168 0%, #0f133f 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1a2168', endColorstr='#0f133f', GradientType=0);
    /* IE6-9 */
    color: #fff;
}

.axero-widget.axero-widget-message-box .axero-widget-content {
    padding: 0 20px 15px;
}

/*Hide Leave Space button in all spaces*/
li[id$='LeaveSpace'] {
    display: none;
}