﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

@font-face {
    font-family: 'ITC Franklin Gothic Std';
    /*src: url('../Fonts/ITCFranklinGothicStd-Med.otf');*/
    src: url('../Fonts/ITCFranklinGothicStd-Med.woff') format('truetype');
}

@font-face {
    font-family: 'ITC Franklin Gothic Std Heavy';
    /*src: url('../Fonts/ITCFranklinGothicStd-Hvy.otf');*/
    src: url('../Fonts/ITCFranklinGothicStd-Hvy.woff') format('truetype');
}


@font-face {
    font-family: 'ITC Franklin Gothic Std Book';
    /*src: url('../Fonts/ITCFranklinGothicStd-Hvy.otf');*/
    src: url('../Fonts/ITCFranklinGothicStd-Book.woff') format('truetype');
}
a {
    text-decoration-skip-ink: none;
}
    a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/* Provide sufficient contrast against white background */

a.quickLinks {
    text-decoration: none;
    color: #033473 !important;
}

    a.quickLinks:hover {
        text-decoration: none;
        color: #ef4142 !important;
    }

a:active {
    outline: 0;
    border: none;
}

ul.ul-quickLinks {
    list-style-image: url(../images/list-item-pixy.png);
    line-height: 14px;
}


.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.l1-ht {
    height: 30px;
}

.ql-ht {
    height: 20px;
}

.logo-ht {
    height: 35px;
}
/* Sticky footer styles
-------------------------------------------------- */
/*html {
    font-size: 14px;
    font-family: 'Franklin Gothic';
}*/

/*@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}*/

/*.dropdown-large {
    padding: 1rem;
}*/

/* ============ desktop view ============ */
.c-flex {
    display: flex;
    flex-direction: row;
}

@media all and (min-width: 768) {
    .c-flex {
        display: flex;
        flex-direction: column;
    }
}
/* ============ desktop view .end// ============ */

h1, h2, h3, h4, h5, h6 {
    font-family: 'ITC Franklin Gothic Std',sans-serif !important;
}

/*
h1 {
    font-family: 'ITC Franklin Gothic Std',sans-serif !important;
    color: #355F9A !important;
}

h2 {
    font-family: 'ITC Franklin Gothic Std',sans-serif !important;
    color: #355F9A !important;
}

h3 {
    font-family: 'ITC Franklin Gothic Std',sans-serif !important;
    color: #355F9A !important;
    font-size: 24px !important;
    line-height: 32px !important;
}

h4 {
    font-family: 'ITC Franklin Gothic Std',sans-serif !important;
    color: #355F9A !important;
    font-size: 18px !important;
    line-height: 24px !important;
}

h5 {
    font-family: 'ITC Franklin Gothic Std',sans-serif !important;
    color: #355F9A !important;
    font-size: 16px !important;
    line-height: 24px !important;
}

h6 {
    font-family: 'ITC Franklin Gothic Std',sans-serif !important;
    color: #355F9A !important;
    font-size: 16px !important;
    line-height: 24px !important;
}
*/
.h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'ITC Franklin Gothic Std',sans-serif !important;
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.border-left {
    border-left: 1px solid #e5e5e5;
}

.border-right {
    border-right: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
    top: 0px !important;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
}

.header-feedback {
    padding: 10px;
    background: #4C87C6;
}

h1.faf-main-img {
    background: url("../images/logos/fasb-white-logo.png") top left no-repeat #355F9A;
    width: 100%;
    margin: 5px;
    height: 7%;
}

.footer {
    position: absolute;
    bottom: 0;
    margin-bottom: -5px;
    width: 100%;
    white-space: nowrap;
    line-height: 20px; /* Vertically center the text there */
    background-color: #edeff3;
}



.h1 {
    font-family: 'ITC Franklin Gothic Std',sans-serif !important;
    font-size: 40pt !important;
    line-height: 48pt !important;
    letter-spacing: 0pt !important;
}

.h-2 {
    font-family: 'ITC Franklin Gothic Std',sans-serif !important;
    font-size: 24pt !important;
    line-height: 1 !important;
    text-transform: uppercase;
}



.h3 {
    font-family: 'ITC Franklin Gothic Std',sans-serif !important;
    font-size: 24pt !important;
    line-height: 32pt !important;
}

.h3-abstract-menu {
    font-family: 'ITC Franklin Gothic Std',sans-serif !important;
    font-size: 18px !important;
    line-height: 20pt !important;
    margin-bottom: -5px;
}

.h4 {
    font-family: Georgia, 'Times New Roman', Times, serif !important;
    font-size: 18pt !important;
    line-height: 24pt !important;
}

.h5 {
    font-family: Georgia, 'Times New Roman', Times, serif !important;
    font-size: 16pt !important;
    line-height: 24pt !important;
}
/* Labels with different size */
.label-18 {
    font-family: 'ITC Franklin Gothic Std',sans-serif !important;
    font-size: 18pt !important;
    line-height: 24pt !important;
    letter-spacing: 0.56pt !important;
}

.label-16 {
    font-family: 'ITC Franklin Gothic Std',sans-serif !important;
    font-size: 16pt !important;
    line-height: 24pt !important;
    letter-spacing: 0.56pt !important;
}

.label-14 {
    font-family: 'ITC Franklin Gothic Std',sans-serif !important;
    font-size: 14pt !important;
    line-height: 24pt !important;
    letter-spacing: 0.56pt !important;
}

.label-12 {
    font-family: 'ITC Franklin Gothic Std',sans-serif !important;
    font-size: 12pt !important;
    line-height: 24pt !important;
    letter-spacing: 0.56pt !important;
}

.p-16 {
    font-family: 'ITC Franklin Gothic Std',sans-serif !important;
    font-size: 16pt !important;
    line-height: 24pt !important;
}

.p-14 {
    font-family: 'ITC Franklin Gothic Std',sans-serif !important;
    font-size: 14pt !important;
    line-height: 24pt !important;
}

.p-12 {
    font-family: 'ITC Franklin Gothic Std',sans-serif !important;
    font-size: 12pt !important;
    line-height: 24pt !important;
}

.p-12-content {
    font-family: 'ITC Franklin Gothic Std',sans-serif !important;
    font-size: 14px !important;
    line-height: 14px !important;
    margin-bottom: 12px;
}

    .p-12-content > a {
        text-decoration: none;
    }

.mt-5px {
    margin-top: -5px;
}

.mt-4px {
    margin-top: 4px;
}


.mt-6px {
    margin-top: 6px;
}

.mt-8px {
    margin-top: 8px;
}

.mt-invert-33px {
    margin-top: -33px;
}

.me-120px {
    margin-right: 120px;
}

.ml-90px {
    margin-left: 90px;
}

.feedback-control {
    width: 320px;
}

.common-content-list {
    list-style-type: none;
    font-size: 12px;
    padding-left: 10px;
}

.common-content-inner-list {
    list-style-type: square;
}

.common-content-inner-list-item > a {
    text-decoration: none;
}

.common-content-list-item > a {
    text-decoration: none;
}

p {
    font-family: 'ITC FRANKLIN GOTHIC STD BOOK',sans-serif;
    font-size: 13px;
    margin-bottom: 0;
}

.font-franklin-gothic {
    font-family: 'Franklin Gothic',sans-serif !important;
}


.small-text-serif {
    font-family: Georgia, 'Times New Roman', Times, serif !important;
    font-size: 12pt !important;
    line-height: 16pt !important;
    letter-spacing: 0.2pt !important;
}

.small-text-sans {
    font-family: Georgia, 'Times New Roman', Times, serif !important;
    font-size: 12pt !important;
    line-height: 16pt !important;
    letter-spacing: 0.2pt !important;
}

.small-text-indent0 {
    color: #02122B !important;
    font-family: Georgia, 'Times New Roman', Times, serif !important;
    font-size: 12pt !important;
    line-height: 16pt !important;
    letter-spacing: 0.2pt !important;
    text-indent: 0;
}

.small-text-indent1 {
    color: #02122B !important;
    font-family: Georgia, 'Times New Roman', Times, serif !important;
    font-size: 12pt !important;
    line-height: 16pt !important;
    letter-spacing: 0.2pt !important;
    text-indent: 1px;
}

.small-text-indent2 {
    color: #02122B !important;
    font-family: Georgia, 'Times New Roman', Times, serif !important;
    font-size: 12pt !important;
    line-height: 16pt !important;
    letter-spacing: 0.2pt !important;
    text-indent: 2px;
}

.font-15 {
    font-size: 15px !important;
}

.small-text-indent3 {
    color: #02122B !important;
    font-family: Georgia, 'Times New Roman', Times, serif !important;
    font-size: 12pt !important;
    line-height: 16pt !important;
    letter-spacing: 0.2pt !important;
    text-indent: 3px;
}

.small-text-indent4 {
    color: #02122B !important;
    font-family: Georgia, 'Times New Roman', Times, serif !important;
    font-size: 12pt !important;
    line-height: 16pt !important;
    letter-spacing: 0.2pt !important;
    text-indent: 4px;
}

.small-text-indent5 {
    color: #02122B !important;
    font-family: Georgia, 'Times New Roman', Times, serif !important;
    font-size: 12pt !important;
    line-height: 16pt !important;
    letter-spacing: 0.2pt !important;
    text-indent: 5px;
}

.small-text-12 {
    color: #4B535B;
    font-family: 'ITC Franklin Gothic Std',sans-serif !important;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 16px;
}

.link-more {
    font-weight: 300;
}

.ico-font-10 {
    font-size: 10px;
}

.ico-blue {
    color: #1b6ec2;
}

.bi:hover {
    color: #007BFF;
}

.bg-faf-blue {
    background-color: #355F9A !important;
}

.bg-fasb-blue {
    background-color: #4C87C6 !important;
}

.bg-gray {
    background-color: #CBD2DD !important;
}

.font-white {
    color: #ffffff !important;
}

li > .font-white {
    color: #ffffff !important;
}

.navbar-level1-main {
    display: flex;
    justify-content: center;
    min-width: 1180px;
    width: 100%;
}

.navbar-level2-main {
    display: flex;
    justify-content: center;
    width: 1180px;
}

.navbar-level6-main {
    display: flex;
    justify-content: center;
    min-width: 1180px;
    width: 100%;
}

.navbar-level-1 {
    /*width: 100%;*/
    width: 997px;
    margin-bottom: 3px;
}

.navbar-level-3 {
    /*width: 100%;*/
    /*min-width: 1263px;*/
    min-width: 1180px;
    display: flex;
    justify-content: center;
}

.navbar-level-2 {
    width: 100%;
    /*min-width: 1263px;*/
    min-width: 1180px;
    list-style: none;
    overflow: hidden;
    list-style-type: none;
    display: flex;
    justify-content: center;
    /*width: 1180px;*/
}

.navbar-level-2-content {
    /*display: flex;
    display: -ms-flexbox;
    justify-content: center;*/
    width: 1180px;
}

.navbar-level-4 {
    /*width: 100%;*/
    /*min-width: 1122px;*/
    min-width: 1180px;
    /*min-width: 1263px;*/
    display: flex;
    justify-content: center;
}

.navbar-level-5 {
    width: 100%;
    /*min-width: 1122px;*/
    min-width: 1180px;
    /*min-width: 1263px;*/
}

.navbar-level-6 {
    /* width: 100%;
    min-width: 1122px;
    min-width: 1180px;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    overflow: hidden;
    list-style-type: none;
    justify-content: flex-end;
    padding-right: 120px; */
    margin-bottom: -35px;
    width: 1110px;
    margin-top: -11px;
}

.navbar-level-1-first-child {
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-end;
    /* margin-right: 125px; */
    list-style: none;
    list-style-type: none;
    margin-bottom: -10px;
}

.navbar-level-2-first-child {
    display: -ms-flexbox;
    display: flex;
    margin-left: 125px;
    list-style: none;
    list-style-type: none;
}

.navbar-level-6-first-child {
    display: flex;
    /*margin-left: 120px;*/
    list-style: none;
    list-style-type: none;
    margin-bottom: 0px;
    justify-content: flex-end;
    /*padding-right: 120px;*/
    width: 1060px;
}

.navbar-level-5-first-child {
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    list-style-type: none;
    justify-content: left;
    width: 910px;
}

.navbar-level-4-first-child {
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    /*margin-left: 120px;*/
    list-style: none;
    list-style-type: none;
    justify-content: left;
    margin-bottom: 0px;
    /*margin-right: 120px;*/
    width: 1060px;
}

.topnav-right {
    float: right;
}

.font-itc-franklin-gothic-std {
    font-family: 'ITC Franklin Gothic Std',sans-serif !important;
}

.font-itc-franklin-gothic-std-med {
    font-family: 'ITC Franklin Gothic Std',sans-serif !important;
}

.font-itc-franklin-gothic-std-heavy {
    font-family: 'ITC Franklin Gothic Std Heavy',sans-serif !important;
}

.font-itc-franklin-gothic-std-book {
    font-family: 'ITC Franklin Gothic Std Book',sans-serif !important;
}

.fw-800 {
    font-weight: 800;
}

.submenu-content-header {
    display: flex;
    justify-content: center;
    width: 100%;
    position: absolute;
    left: 0;
    min-width: 1170px;
    z-index: -1;
    height: 0;
}

.submenu-content-footer {
    display: flex;
    justify-content: center;
    width: 100%;
    position: absolute;
    left: 0;
    min-width: 1180px;
}

.top-150px {
    top: 150px;
    left: -13px !important
}

.submenu-content-header-dynamic-top {
    top: 152.5px;
    left: -13px !important
}

.navbar-level-2-last-child {
    display: -ms-flexbox;
    display: flex;
    margin-right: 90px;
    list-style: none;
    list-style-type: none;
}

.navbar-level-3-first-child {
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    /* margin-left: 120px;
    margin-right: 120px; */
    list-style: none;
    list-style-type: none;
    padding-bottom: 4px;
    justify-content: left;
    width: 1060px;
}

.navbar-level-3-second-child {
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-end;
    margin-left: 160px;
}

.sidenav-link {
    color: #033473;
}

.nav-link {
    font-family: 'ITC Franklin Gothic Std',sans-serif;
}

.mb-160pt {
    margin-bottom: 100pt;
}

.active-site {
    border-bottom: 2px solid #005DCF !important;
}

.li-menu-item {
    border: none !important;
    border-radius: 0% !important;
    font-family: 'ITC Franklin Gothic Std',sans-serif;
    padding-right: 10px;
}

    .li-menu-item:focus {
        /*background-color:none !important;*/
        border: none !important;
        box-shadow: none !important;
    }

.font-brown {
    color: brown;
}

.container {
    font-family: 'ITC Franklin Gothic Std',sans-serif;
    padding-top: 4px;
    width: 100%;
    min-width: 1170px;
    /*min-width: 1263px;*/
    /*margin-left: 120px !important;
    margin-right: 120px !important;*/
}

.body-container {
    font-family: 'ITC Franklin Gothic Std',sans-serif;
    display: flex;
    display: -ms-flexbox;
    justify-content: center;
}


.font-menu-card {
    color: #4B535B !important;
}

.font-black {
    color: black !important;
}

.dropdown-menu {
    width: 1004px !important;
    left: -66px !important;
    top: 10pt !important;
    border-radius: 1pt !important;
    background-color: #f8f8f8 !important;
}

.top-32pt {
    top: 32pt !important;
}

.top-100pt {
    top: -100pt !important;
}

.top-1pt {
    top: -100pt !important;
}

.custom-link {
    text-decoration: none !important;
}

    .custom-link:hover {
        height: 22px;
        /*height:auto;*/
        /*background: #021A3C;*/
        border-bottom: 2px solid #005CBF;
        cursor: pointer;
    }

.custom-link2 {
    margin-left: -15px;
    margin-right: -15px;
    /*color: #355F9A;*/
    color: #033473;
}

    .custom-link2:hover {
        height: 33px;
        background: #b5becc;
        border-bottom: 2px solid #005CBF;
        color: white !important;
    }

.custom-link3 {
    /*color: #355F9A*/
    color: #033473;
}

    .custom-link3:hover {
        height: 33px;
        background: #b5becc;
        border-bottom: 2px solid #005CBF;
        color: white !important;
    }

.dropdown-item {
    height: auto !important;
    /*white-space: unset !important;*/
    border-bottom: 2px solid #f1f1f1;
    margin-left: 0px;
    white-space: pre-wrap;
}

.dropup, .dropend, .dropdown, .dropstart {
    position: relative;
    white-space: normal !important;
}

/* To display arrow on current site*/
.site-select  {
    text-align: right;
}

.site-select li  {
    display: block;
    float: left;
}

.site-select .site-current {
    background: url('../icons/arrow-up-fill.svg') center bottom no-repeat;
    padding-bottom: 1px;
    margin-bottom: -6px;
}

.site-select .site-current2 {
    padding-bottom: 20px;
    margin-bottom: -6px;
}

.site-current2:hover {
    background: url('../icons/arrow-up-fill-white.svg') center bottom no-repeat;
    padding-bottom: 8px;
    margin-bottom: -5px;
    z-index: 1;
}

.site-select .site-current3 {
    padding-bottom: 20px;
    margin-bottom: -6px;
}

.site-current3:hover {
    background: url('../icons/triangle-down-white.svg') center top no-repeat;
    padding-bottom: 13px;
}

.site-select .site-current-up {
    background: url('../icons/triangle-down.svg') center top no-repeat;
    padding-bottom: 1px;
    margin-bottom: -6px;
    margin-top: 4px;
    padding-left: 16px;
}

.site-select .site-current-down-arrow {
    background: url('../icons/arrow-up-fill.svg') center bottom no-repeat;
    color: #1b6ec2;
}

.arrow-down {
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #f00;
}

.nav-border-bottom-6 {
    border-bottom: 6px solid #01275b;
}

.navbar {
    padding-bottom: -0.5rem !important;
}

.txt-search {
    width: 200px;
    color: white;
    border-radius: 0;
}

.content-updatd-on {
    float: right;
    text-transform: uppercase;
}

.txt-search::placeholder {
    text-align: right;
    color: white;
}

/* .txt-search:focus {
        border-bottom: 2px solid white !important;
    }*/

.adv-search-link {
    margin-left: 83pt !important;
    font-family: 'ITC Franklin Gothic Std',sans-serif;
}

.font-10 {
    font-size: 10px;
}

.font-11 {
    font-size: 11px !important;
}

.font-12 {
    font-size: 12px !important;
}

.font-13 {
    font-size: 13px;
}

.font-14 {
    font-size: 14px !important;
}

.font-16 {
    font-size: 16px !important;
}

.font-17 {
    font-size: 17px !important;
}

.font-25 {
    font-size: 25px !important;
}

.link-sm {
    font-size: 10px !important;
}

ul.footer-ul-margin-left {
    margin-left: 79pt;
}

button#navbarSupportedContent5[aria-expanded=true] ~ ul.footer-ul-margin-left {
    margin-left: 0pt !important;
}



.rright {
    transform: rotate(180deg);
}

.card-p-30 {
    padding: 30px !important;
}

.card-ml-50 {
    margin-left: 50px !important;
}

.card-width-18rem {
    width: 18rem !important;
}

.main-container {
    display: flex;
    flex-direction: row;
}

.mt-invert-6 {
    margin-top: -6px;
}

.mt-invert-5 {
    margin-top: -5px;
}

@media all and (max-width:768px) {
    .main-container {
        display: flex;
        flex-direction: column;
    }
}

@media all and (max-width:980px) {
    .navbar-level-3-first-child {
        /*flex-direction: column;*/
    }
}

.main-body {
    width: 100%;
    min-width: 978px;
    display: grid;
    justify-content: center;
}
/* Menu Item Popups*/
.hide-projects {
    display: none;
}

.projects:hover + .hide-projects {
    display: block;
}

.main_menu_content_list_submenu {
    height: auto;
    background: #f1f1f1;
    top: 146px;
    pointer-events: none;
    opacity: 0;
    width: 997px;
    padding: 5px 0 5px 0;
    z-index: 2;
    margin-top: 3.5px;
}

.mb-invert-16px {
    margin-bottom: -16px;
}

.ms-120px {
    margin-left: 120px;
}

.mt-12px {
    margin-top: 12px !important;
}

.main_menu_content_list_submenu_bottom {
    position: absolute;
    background: #f1f1f1;
    bottom: 29px;
    pointer-events: none;
    opacity: 0;
    width: 998px;
    padding: 5px 0 5px 0;
    white-space: normal;
    z-index: 2;
    margin-left: -30px;
}



.main_menu_content_list li:hover .main_menu_content_list_submenu {
    opacity: 1;
    pointer-events: auto;
    /*transition: all 0s;*/
    /* left: 127px;
    top: 146px; */
    z-index: 2;
}

.main_menu_content_list li:hover .submenu-content-header {
    z-index: 2;
    display: flex;
}

.print-enabled-header {
    display: none;
}

.me {
    margin-right: 135px !important;
}

@media print {
    .print-enabled-header {
        display: none !important;
    }

    .print-enabled-header-s {
        display: none !important;
    }

    .notification-alert {
        display: none !important;
    }

    .header, .hide {
        visibility: hidden
    }

    .main-content {
        /*margin-left: -90px !important;*/
        margin-left: -70px !important;
    }

    .main-content-bar {
        box-shadow: none !important;
    }

    #btnPrint {
        display: none !important;
        visibility: hidden;
    }

    @page {
        margin: 0 !important;
    }

    body {
        margin: 1.6cm !important;
    }

    .tooltip {
        opacity: 0 !important;
    }

    .tooltip-arrow {
        opacity: 0 !important;
    }

    .tooltip-inner {
        opacity: 0 !important;
    }
}

@media not print {
    .tooltip {
        opacity: 1 !important;
    }

    .tooltip-arrow {
        opacity: 1 !important;
    }

    .tooltip-inner {
        opacity: 1 !important;
    }
}

.main_menu_content_list li:hover .main_menu_content_list_submenu_bottom {
    opacity: 1;
    pointer-events: auto;
    /*transition: all 0s;*/
    /* left: 127px; */
    z-index: 2;
}

.main_menu_content_list li:hover .site-current2 {
    background: url('../icons/arrow-up-fill-white.svg') center bottom no-repeat;
    padding-bottom: 17px;
}

.main_menu_content_list li:hover .site-current3 {
    background: url('../icons/triangle-down-white.svg') center top no-repeat;
    padding-top: 17px;
}

div.main_menu_content_list_submenu .site-current2 {
    background: url('../icons/arrow-up-fill-white.svg') center bottom no-repeat;
    padding-bottom: 15px;
}

.image-container {
    width: 300px;
}

div.scroll-shared {
    height: 338px;
    overflow-x: hidden;
    overflow-y: auto;
    text-align: left;
}

.scroll-shared::-webkit-scrollbar {
    width: 10px;
}

.scroll-shared::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #CBD2DD;
}

.landing-carousel-item {
    border-radius: 0px !important;
    color: #355F9A !important;
    background-color: #dde7ef !important;
    min-height: 113px;
    height: auto;
    cursor: pointer;
    border-bottom: 1pt solid #CBD2DD !important;
    box-shadow: inset 7px 0 6px -9px rgb(0 0 0 / 70%);
}

.nav-link.active {
    background-color: #fff !important;
    /* color: #355F9A !important; */
    color: #212529 !important;
}

.font-faf-blue {
    color: #355F9A !important;
}

span.font-faf-blue:hover {
    color: #005CBF !important;
}

a.show-icon:hover {
    color: #007BFF !important;
}

.font-faf-blue:not(.active) {
    color: #355F9A !important;
}

.img-300x300 {
    width: 301px;
    height: 301px;
    border: 1px solid #355F9A;
}

.standard-main-container {
    display: flex;
    width: 998px;
    margin-left: -2px;
}

.standard-content {
    /*height: 308px;*/
    /*flex: 3 3 0rem;*/
    width: 75%;
}

.standard-item {
    /*height: 300px;*/
    /*flex: 1 1 0rem;*/
    width: 25%;
}

.standard-inner-container {
    display: flex;
}

.standard-inner-content {
    flex: 5 5 0rem;
}

.standard-inner-item {
    /*height: 300px;*/
    flex: 7 7 0rem;
}

.partial-main-content2 {
    display: flex;
    /*padding: 10px;*/
    flex-wrap: wrap;
}

.main-content {
    display: flex;
    flex-wrap: nowrap;
    min-width: 998px;
    margin-top: 10px;
    flex: 1;
    margin-bottom: 10px;
    justify-content: left;
    align-items: flex-start;
}

.main-content-width {
    width: 1020px;
}

.section-heading-bar {
    flex: 15 15 0rem;
    display: flex;
    justify-content: space-between;
}

.section-hedaing-flex {
    flex: 1;
}

.aside-bar {
    /* flex: 1; */
    margin-left: 2px;
    width: 237px;
}

.aside-bar-no-shadow {
    flex: 5 5 0rem;
    margin-left: 2px;
}

.aside-utility-bar {
    flex: 5 5 0rem;
    margin-left: 2px;
}

.aside-bar-child {
    box-shadow: 0px 0px 3px #888;
    background: url(../images/pod-stripes-faf-bg.png) right bottom no-repeat;
    color: #033473;
    font-size: 18px !important;
}

.no-shadow {
    box-shadow: none !important;
}

.main-content-bar {
    width: 735px;
    box-shadow: 0px 0px 3px #888;
    margin-right: 20px;
    background: url(../images/pod-stripes-faf-bg.png) right bottom no-repeat;
    padding-top: 36px;
    line-height: 24px;
    margin-bottom: 25px;
    text-decoration-skip-ink: none;
}

.content-style {
    color: #033473;
    font-family: 'ITC Franklin Gothic Std',sans-serif;
    line-height: 14px;
    left: -14px;
    list-style: none;
    list-style-type: none;
    justify-content: left;
    display: block;
    align-content: flex-start;
    margin-left: -20px;
}


.content-sidenav {
    min-height: auto;
}


.breadcrumb-container {
    background: #CBD2DD;
}

.main-breadcrumb-bar {
    /*background: #CBD2DD;*/
    flex: 15 15 0rem;
    /*margin-right: 30px;
    margin-bottom: -5px;
    margin-top: 10px;*/
    /*font-style: italic;*/
    /*color: #355F9A;*/
    padding: 10px 0 10px 0;
    float: left;
    font-size: 14px !important;
    /*font-weight: bold;*/
    font-family: 'ITC Franklin Gothic Std',sans-serif !important;
}

.breadcrumb {
    margin-bottom: 0rem !important;
}

.breadcrumb-item + .breadcrumb-item::before {
    float: left;
    margin-top: 1px;
    padding-right: 0.5rem;
    color: #6c757d;
    font-size: 12px;
    content: var(--bs-breadcrumb-divider, ">>");
}

.show-icon {
    /*display: none;*/
}

@media all and (max-width:768px) {
    /*.site-select .site-current {
        background: url('../icons/arrow-up-fill.svg') center bottom no-repeat;
        padding-bottom: 1px;
        margin-bottom: -6px;
    }

    .standard-main-container {
        flex-direction: column;
        height: 700px;
    }

    .standard-inner-container {
        flex-direction: column;
    }

    .partial-main-content2 {
        flex-direction: column;
    }

    .partial-sub-content2 {
        width: 48%;
    }*/

    /*.main-content {
        flex-direction: column;
        margin-bottom: 10px;
    }*/

    /*.show-icon {
        display: inline-flex;
    }*/
}

.navbar-expand-sm .navbar-nav {
    z-index: 2;
}

/* #region Carousel Styles */
.carousel-container {
    width: 1023px;
    min-width: 1023px;
}

.carousel {
    width: 97.5%;
    z-index: 1;
}

.carousel-item__title {
    text-transform: none;
}

.carousel-link {
    padding-bottom: 5px;
    display: flex;
    justify-content: flex-end;
    margin-left: 22em;
    margin-bottom: 0.5em;
    margin-top: 1rem;
}

.carousel-item__btn {
    color: #2C2C2C;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 3px;
    font-size: 11px;
    text-transform: uppercase;
    width: 68% !important;
    font-weight: 700;
    text-decoration: none;
    transform: translateY(25%);
    opacity: 1;
    transition: 0.6s all ease;
    margin-right: 15px;
    background: url(../images/more-button.jpg) left no-repeat;
    margin-top: -4px;
    height: 24px;
}

.accordion-more-link {
    cursor: pointer;
    display: flex;
    justify-content: flex-end;
    margin-bottom: 0.5em;
    font-family: 'ITC FRANKLIN GOTHIC STD BOOK',sans-serif;
    font-size: 12px;
    text-align: center;
    letter-spacing: 1px;
    text-indent: 10px;
    color: #fff;
    position: absolute;
    text-transform: uppercase;
    height: 20px;
    background: url(../images/more-button-blank-long.jpg) right top no-repeat;
    padding-right: 20px;
    line-height: 21px;
    width: 58px;
    margin-top: 1.3em;
    margin-left: 53.5em;
    text-decoration: none;
}


.carousel-item__description {
    transform: translateY(25%);
    opacity: 1;
    transition: 0.6s all ease-in;
    margin-top: 5px;
    font-family: 'ITC Franklin Gothic Std Book',sans-serif;
    font-size: 13px;
    color: #000;
    margin-left: 15px;
    margin-right: 30px !important;
    padding-bottom: 23px !important;
}
/* #endregion */

/*#region LatestNewSection Styles*/
.card-subtitle {
    margin-top: -0.25rem;
    margin-bottom: 0;
    font-size: 15px;
    font-weight: 300;
    color: #212529;
}

.mb-2 {
    margin-bottom: 0.5rem !important;
}

.pod-h2 {
    font-size: 18px;
    color: #033473;
    margin-top: 0px;
    margin-bottom: 0;
    margin-left: 8px;
    letter-spacing: 1px;
    font-weight: lighter;
}

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

.pagination-sm .page-link {
    padding: 0.10rem 0.25em;
    font-size: 0.875rem;
    background: #df3c3d;
    color: white;
    margin: 6px;
    border: none;
    cursor: pointer;
}

.pagination-sm .page-link-detached {
    background: none;
    color: #df3c3d;
    border: 1px dotted;
    cursor: default;
}

.page-item:first-child .page-link {
    border-top-left-radius: 0rem !important;
    border-bottom-left-radius: 0rem !important;
}

.page-item:last-child .page-link {
    border-top-left-radius: 0rem !important;
    border-bottom-left-radius: 0rem !important;
}

/*.pod-h3 {
    font-size: 18px;
}*/

/*#endregion*/



/* #region SideNav Overlay*/

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 5;
    top: 0;
    right: 0;
    background-color: #F8F8F8;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

    .sidenav a {
        padding: 8px 8px 8px 32px;
        text-decoration: none;
        font-size: 25px;
        color: #818181;
        display: block;
        transition: 0.3s;
    }

        .sidenav a:hover {
            color: #111;
        }

    .sidenav .closebtn {
        position: absolute;
        /*top: 0;*/
        right: 25px;
        font-size: 14px;
        margin-left: 50px;
        color: #005CBF;
    }

        .sidenav .closebtn:hover {
            color: #355F9A;
        }

@media screen and (max-height: 450px) {
    /* .sidenav {
        padding-top: 15px;
    }

        .sidenav a {
            font-size: 18px;
        }*/
}
/* #endregion */

/*#region  Buttons */

.btn-primary {
    border-color: #1861ac;
    width: 168px;
    height: 35px !important;
    color: white;
    background-color: #005CBF;
    border: 2px solid #005cbf;
    font-weight: 700;
    border-radius: 0;
    font-size: 12px !important;
}


.btn-secondary {
    width: 168px;
    height: 35px !important;
    color: #005CBF;
    font-weight: 700;
    border: 1pt solid #005CBF !important;
    background-color: #ffffff;
    border-radius: 0% !important;
    font-size: 12px !important;
}

    .btn-secondary:hover {
        background: #ffffff;
        color: #005cbf;
        border-bottom: 5px solid #005cbf !important;
    }

    .btn-check:focus + .btn-secondary, .btn-secondary:focus {
        color: #005CBF;
        background-color: #ffffff;
        border-color: #565e64;
        box-shadow: 0 0 0 0.25rem rgb(255 255 255 / 50%);
    }

.btn-close-custom {
    width: 100px;
    height: 20px !important;
    color: #005CBF;
    font-weight: 700;
    border: 0;
    background-color: unset;
    border-radius: 0% !important;
    font-size: 14px !important;
}


/* #endregion */



/* #region Material CSS*/


/* Material Input Fields */

.form-group-input-search {
    position: relative;
    margin: 0;
    width: 200px;
    border-radius: 0;
}

.form-group-input {
    position: relative;
    margin: 45px 0 0 45px;
}

textarea {
    resize: none;
}

    input.input-control,
    textarea.input-control {
        background: none;
        color: #000;
        font-size: 16px;
        padding: 10px 10px 10px 5px;
        display: block;
        width: 320px;
        border: none;
        border-radius: 0;
        border-bottom: 1px solid #c6c6c6;
    }

        input.input-control:focus,
        textarea.input-control:focus {
            outline: none;
        }

    input[type=text]:focus ~ label, input:valid ~ label,
    textarea:focus ~ label,
    textarea:valid ~ label {
        top: -14px;
        font-size: 12px;
        color: #005CBF;
    }

    input[type=text].input-control:focus ~ .bar:before,
    textarea.input-control:focus ~ .bar:before {
        width: 320px;
    }

input[type=password] {
    letter-spacing: 0.3em;
}

label.input-control {
    color: #033473 !important;
    font-size: 16px;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: 5px;
    top: 10px;
    transition: 300ms ease all;
}

.bar {
    position: relative;
    display: block;
    width: 320px;
}

    .bar:before {
        content: "";
        height: 2px;
        width: 0;
        bottom: 0px;
        position: absolute;
        background: #005CBF;
        transition: 300ms ease all;
        left: 0%;
    }

input[type=text]:focus ~ .bar-search:before,
textarea[type=text]:focus ~ .bar-search:before {
    width: 200px;
}

.bar-search {
    position: relative;
    display: block;
    width: 200px;
}

    .bar-search:before {
        content: "";
        height: 2px;
        width: 0;
        bottom: 0px;
        position: absolute;
        background: #FFFFFF;
        transition: 300ms ease all;
        left: 0%;
    }
/* #endregion */


.captcha-center {
    display: flex;
    justify-content: center;
}

.email-page-center {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* to hide quicklinks last vertical bar*/
ul.ql li:last-child {
    display: none;
}

div.latestNewsLinksContainer span:last-child {
    display: none;
}

.ql-table {
    /* margin-left: 120px;
    margin-right: 120px;*/
    display: flex;
    justify-content: left;
    width: 1060px;
}

.ml-80px {
    margin-left: 80px;
}

.ql-content {
    display: flex;
    justify-content: center;
}

.ql-td {
    padding: 0.8rem 1rem;
    vertical-align: top;
    justify-content: left;
    color: #222222;
}

.logo-wt {
    width: 50%;
    padding-top: 1rem;
}

.faf-logo-wt {
    width: 45%;
    padding-top: 1rem;
}

.img-link {
    padding-left: 15px;
    text-decoration: none;
}

.content-width {
    width: 998px;
}

.feaured-video-link {
    padding-bottom: 5px;
    background: url(../images/more-button.jpg) no-repeat;
    cursor: pointer;
    display: flex;
    justify-content: flex-end;
    margin-bottom: 0.5em;
    position: absolute;
    bottom: 15px;
    right: 12px;
    width: 59px;
    height: 20px;
    background-position: right;
    text-decoration: none;
}

.feaured-video-thumbnail {
    width: 180px;
    height: 135px;
}

div#newsNavigation {
    position: absolute;
    bottom: 12px;
    right: 12px;
}

.card {
    border: 0px solid rgba(0,0,0,.125) !important;
    border-radius: 0% !important;
    background: url(../images/pod-stripes-faf-bg.png) right bottom no-repeat;
    min-height: 478px;
}

.card-body-scroll {
    overflow-y: auto;
    height: 370px;
}

.pr-30px {
    padding-right: 30px;
}

.pr-15px {
    padding-right: 15px;
}

.card-body-scroll::-webkit-scrollbar {
    width: 5px; /* width of the entire scrollbar */
}

.card-body-scroll::-webkit-scrollbar-track {
    background-color: transparent; /* color of the tracking area */
}

.card-body-scroll::-webkit-scrollbar-thumb {
    background-color: gray; /* color of the scroll thumb */
    border-radius: 20px; /* roundness of the scroll thumb */
    /*border: 3px solid white;*/ /* creates padding around scroll thumb */
}


.pt-30px {
    padding-top: 30px;
}

.card-col {
    width: 250px;
    min-width: 250px;
}

.card-col-latest-news {
    width: 520px;
    min-width: 520px;
}

.flex-no-wrap {
    flex-wrap: nowrap;
}

.navbar-level-3-center {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.img-social-media {
    width: 20px;
    /*margin-top: -25px;*/
}

.img-social-media-div {
    /*height: 17px;*/
    width: 20px;
    /*overflow: hidden;*/
}

/*.img-social-media-pm {
    margin-left: -15px;
    margin-top: -5px;
}*/
.img-social-media-pm {
    /* margin-left: -12px; */
    /* margin-top: -6px; */
    display: block;
    padding-top: 0px;
    margin-left: 0px;
    margin-right: 12px;
}

.img-pipe {
    margin-right: 17px;
    margin-top: 5px !important;
    margin-left: 7px;
}

.nav-item {
    margin-top: 5px;
}

.nav-l1-links {
    display: block;
    font-family: 'ITC Franklin Gothic Std',sans-serif;
    text-decoration: none;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    margin-left: 1rem;
    margin-right: 1rem;
}

.nav-items-list {
    /*margin-left: -10px;*/
    margin-right: -5px;
}

.navbar-Header-level-3 {
    margin-bottom: -4px;
}

.submenu-row {
    display: flex;
    display: -ms-flexbox;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    background: #f1f1f1;
}

.submenu-col-3 {
    width: 249.25px;
    display: flex;
}

.col_submenu_bottom {
    flex: 0 0 auto;
    width: 249.25px;
    display: flex;
    background-color: transparent;
    flex-wrap: wrap;
}

.card-header {
    min-height: 38px;
}

.quickLinks-faf {
    color: #055F9A;
}

.latestNewsLink {
    color: #355F9A;
    font-size: 11px;
    font-family: 'ITC Franklin Gothic Std Book',sans-serif;
    text-decoration: none;
    font-weight: 600;
    cursor: pointer;
}

    .latestNewsLink:hover {
        color: #EF4142;
    }

.latestNewsHr {
    height: 0.5px !important;
    color: #11111159;
}

.cursor-pointer {
    cursor: pointer;
}

.sidenav-heading {
    margin-top: -20px;
    margin-left: -17px;
    margin-right: -17px;
    padding-bottom: 3px;
    padding-top: 14px;
    margin-bottom: 12px;
}

.sidenav-main {
    width: 240px !important;
    display: inline;
    float: left;
    /*margin-top: 25px;*/
}

.pb-50px {
    padding-bottom: 50px !important;
}

.pb-90px {
    padding-bottom: 90px !important;
}

.section-head {
    font-family: 'ITC Franklin Gothic Std',sans-serif !important;
    font-size: 25px !important;
    line-height: 1 !important;
    font-weight: lighter;
    letter-spacing: 1px;
    width: 80%;
}



::selection {
    background: #b3d4fc;
    text-shadow: none;
}

.fs-16px {
    font-size: 16px;
}

.fs-15px {
    font-size: 15px;
}

.mt-15px {
    margin-top: 15px;
}

.width-12 {
    width: 12%;
}

.width-14 {
    width: 14% !important;
}
.width-15 {
    width: 15% !important;
}

.width-30 {
    width: 30%;
}
.width-36 {
    width: 36% !important;
}

.width-40 {
    width: 40%;
}

a {
    color: #3c3c3d;
}
    /*To Highlight the link with a border*/
    a:hover {
        color: #ef4142;
        text-shadow: none;
        outline: none !important;
    }

    a:focus {
        outline: 1px dashed black;
    }

.lmw-table-width {
    width: 640px;
    margin-left: auto;
    margin-right: auto;
}

.lmw-iframe {
    width: 640px;
    height: 360px;
}

.border-all {
    border: 1px solid #355F9A;
}

.h3-content-page {
    color: #355F9A;
    font-family: 'ITC Franklin Gothic Std',sans-serif;
    font-size: 16px;
    font-weight: bold;
    margin-top: -5px !important;
}

.block-header {
    font-family: 'ITC Franklin Gothic Std',sans-serif;
    margin-top: -5px !important;
    font-size: 18px;
    color: #055F9A;
    font-weight: lighter;
    letter-spacing: 1px;
}

.media-contacts-menu {
    border-top: grey 1px solid;
    border-right: grey 1px solid;
    background: #c8d5e1;
    border-bottom: grey 1px solid;
    float: right;
    padding-bottom: 4px;
    padding-top: 4px;
    padding-left: 4px;
    border-left: grey 1px solid;
    display: inline;
    padding-right: 4px;
    box-shadow: none;
}

.media-contacts-p {
    font-size: 15px;
    clear: none;
    margin: 0 0 20px 0 !important;
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

.media-contacts-img-border {
    float: left;
    /*padding-right: 10px;*/
    padding-left: 6px;
}

.mb-3rem {
    margin-bottom: 3.5rem;
}

.pacoli-small-img {
    float: right;
    padding-left: 20px;
}

.pacific-railroad-bond_small {
    float: left;
    padding-right: 20px;
}

.font-xs {
    font-size: x-small;
}

.font-large {
    font-size: large;
}

.pg-color {
    color: #990000;
}

.txtalign-center {
    text-align: center;
}

.wd-30 {
    width: 30%;
}

.txtalign-left {
    text-align: left;
}

.wd-15 {
    width: 15%;
}

.wd-40 {
    width: 40%;
}

.table-wd-mr {
    margin: 0px 29px;
    width: 635px;
}

.video-pd {
    padding: 25px 3px 0px 3px;
}

.font-size-75 {
    font-size: 75%;
}

.pt-15px {
    padding-top: 15px;
}


.more-link-right {
    float: right;
    padding-right: 1rem;
}

.bg-stripes {
    background: url(../images/pod-stripes-faf-bg.png) right bottom no-repeat;
}

.bg-red {
    background-color: #e23d3e !important;
}

.landing-carousel-item-container {
    /*border-right: 1px solid #CBD2DD !important;*/
    border-right: 1px solid #99b8d0;
    margin-right: 3px;
}

.landing-panel-body {
    color: rgb(60, 60, 61);
    font-family: Georgia, Times, "Times New Roman", serif;
    font-size: 13px;
}

#mc_embed_signup {
    background: #fff;
    clear: left;
    font: 14px Helvetica,Arial,sans-serif;
    margin-top: -25px;
}

    #mc_embed_signup form {
        display: block;
        position: relative;
        text-align: left;
        padding: 10px 0 10px 3%;
    }

    #mc_embed_signup .indicates-required {
        text-align: right;
        font-size: 11px;
        margin-right: 4%;
    }

    #mc_embed_signup .asterisk {
        color: #e85c41;
        font-size: 150%;
        font-weight: normal;
        position: relative;
        top: 5px;
    }

    #mc_embed_signup input {
        border: 1px solid #ABB0B2;
        -webkit-border-radius: 3px;
        border-radius: 3px;
    }

        #mc_embed_signup input:focus {
            border: 1.5px solid #02122B;
        }

    #mc_embed_signup .mc-field-group {
        clear: left;
        position: relative;
        width: 96%;
        padding-bottom: 3%;
        min-height: 50px;
        display: block !important;
    }

        #mc_embed_signup .mc-field-group label {
            display: block;
            margin-bottom: 3px;
            position: static;
            color: #3C3C3D !important;
            font-size: 14px;
        }

    #mc_embed_signup #mc-embedded-subscribe-form input.mce_inline_error {
        border: 2px solid #e85c41;
    }

    #mc_embed_signup .mc-field-group input {
        display: block;
        width: 100%;
        padding: 8px 0;
        text-indent: 2%;
        background-color: #fff;
    }

    #mc_embed_signup #mc-embedded-subscribe-form div.mce_inline_error {
        display: inline-block;
        margin: 2px 0 1em 0;
        padding: 5px 10px;
        background-color: rgba(255,255,255,0.85);
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        font-size: 14px;
        font-weight: normal;
        z-index: 1;
        color: #e85c41;
    }

    #mc_embed_signup .size1of2 {
        clear: none;
        float: left;
        display: inline-block;
        width: 46%;
        margin-right: 4%;
    }

    #mc_embed_signup .mc-field-group select {
        display: inline-block;
        width: 99%;
        padding: 4px 0;
        margin-bottom: 2px;
    }

    #mc_embed_signup .mc-field-group.input-group input {
        display: inline !important;
        width: auto !important;
        border: none !important;
    }

    #mc_embed_signup .mc-field-group.input-group label {
        display: inline !important;
    }

    #mc_embed_signup .mc-field-group.input-group ul li {
        display: block;
        padding: 3px 0;
        margin: 0;
    }

    #mc_embed_signup .mc-field-group.input-group ul {
        margin: 0;
        padding: 5px 0;
        list-style: none;
        overflow: inherit;
        left: 22px;
        position: relative;
    }

    #mc_embed_signup .button:hover {
        background-color: #777;
    }

    #mc_embed_signup .button {
        clear: both;
        background-color: #aaa;
        border: 0 none;
        border-radius: 4px;
        transition: all 0.23s ease-in-out 0s;
        color: #FFFFFF;
        cursor: pointer;
        display: inline-block;
        font-size: 15px;
        font-weight: normal;
        height: 32px;
        line-height: 32px;
        margin: 0 5px 10px 0;
        padding: 0 22px;
        text-align: center;
        text-decoration: none;
        vertical-align: top;
        white-space: nowrap;
        width: auto;
    }

    #mc_embed_signup div#mce-responses {
        float: left;
        top: -1.4em;
        padding: 0em .5em 0em .5em;
        overflow: hidden;
        width: 90%;
        margin: 0 5%;
        clear: both;
    }

    #mc_embed_signup div.response {
        margin: 1em 0;
        padding: 1em .5em .5em 0;
        font-weight: bold;
        float: left;
        top: -1.5em;
        z-index: 1;
        width: 80%;
    }

    #mc_embed_signup #mce-success-response {
        color: #529214;
        display: none;
    }

.hide-subscribe-div {
    position: absolute;
    left: -5000px;
}

.main-logo {
    width: 260px;
    /*height: 60px;*/
}

.footer-ps:first-child {
    padding-left: 0.5rem !important;
}

.main_menu_content_list {
    padding-left: 0.5rem !important;
}

.mr-10 {
    margin-right: 10px;
}

.w-100px {
    width: 100px;
}

.accordion-button:not(.collapsed)::after {
    /*background: url('../icons/plus.svg') center bottom no-repeat;*/
    background: url();
    transform: rotate( -180deg );
    margin-top: 27px;
}

.accordion-button::after {
    content: "+" !important;
    background-image: url();
    font-size: 30px;
    margin-bottom: 14px;
}

.accordion-button {
    padding: 0.5rem 1.25rem;
    background-color: #d7eaff !important;
    color: #004DA0 !important;
    font-size: 18px !important;
    box-shadow: 0px 0px 3px #888;
    height: 35px;
}

.text-decoration-none {
    text-decoration: none !important;
}

.sidenav-sublink-ul {
    list-style: url(../images/mini-arrow-bullet.gif);
    padding-left: 1em;
}

.sidenav-sublink-li {
    margin-bottom: 3px;
    list-style: inherit;
    float: none;
    background: none;
    position: relative;
}

.sidenav-sublink-a {
    color: #355F9A;
    display: grid;
    font-size: 14px;
    text-decoration: none;
}

.accordion-item {
    background-color: #fff;
    border: 0;
}

.accordion-button:hover {
    background-color: #fff !important;
    /*color: #004DA0 !important;*/
}

.accordion {
    width: 735px;
    /* margin-right: 20px; */
    /* padding-top: 36px; */
    line-height: 24px;
    margin-bottom: 25px;
    margin-left: -20px;
}

.accordion-content-body {
    /* background: url(../images/pod-stripes-faf-bg.png) right bottom no-repeat;
    box-shadow: 0 0 1px #888;*/
    width: 735px;
    box-shadow: 0px 0px 3px #888;
    margin-right: 20px;
    background: url(../images/pod-stripes-faf-bg.png) right bottom no-repeat;
    /*padding: 1rem 1.25rem;*/
    padding-top: 1.2rem;
    line-height: 24px;
    margin-bottom: 25px;
}

.accordion-header {
    box-shadow: 0px 0px 3px #888;
}

.imagewrap {
    float: left;
    padding-right: 20px;
    width: auto;
}

.content-title-h2 {
    font-size: 18px;
    color: #355F9A;
    margin-top: 0px;
    margin-bottom: 0;
    margin-left: 8px;
    letter-spacing: 1px;
    font-weight: lighter;
}

.pullquote-content-right {
    float: right;
    font-size: 18px;
    padding: 0;
    width: 200px;
    margin: 28px 0 14px 28px;
    line-height: 28px;
    padding-bottom: 14px;
    background: #d7eaff url(../images/quotes-top.png) 18px 14px no-repeat;
    /*background: #f0f2f2 url(../images/quotes-top.png) 18px 14px no-repeat;*/
}

blockquote {
    font-size: 15px;
    font-family: 'ITC Franklin Gothic Std Book',sans-serif;
    border-top: 1px solid #c2d5e1;
    border-bottom: 1px solid #c2d5e1;
    margin: 0 0 14px 0;
    padding: 24px 34px 34px 84px;
    background: #d7eaff url(../images/quotes-top.png) 18px 14px no-repeat;
    /*background: #f0f2f2 url(../images/quotes-top.png) 18px 14px no-repeat;*/
}

    blockquote.pullquote-content-right span {
        background: none;
        padding: 48px 28px 36px 18px;
        display: block;
    }

.pullquote-content {
    float: left;
    font-size: 18px;
    padding: 0;
    width: 200px;
    margin: 0;
    margin-top: 28px;
    margin-right: 28px;
    margin-bottom: 14px;
    line-height: 28px;
    padding-bottom: 14px;
    background: #d7eaff url(../images/quotes-top.png) 18px 14px no-repeat;
    /*background: #f0f2f2 url(../images/quotes-top.png) 18px 14px no-repeat;*/
}

blockquote.pullquote-content span {
    /*background: url(../images/quotes-top.png) 18px bottom no-repeat;*/
    padding: 48px 28px 36px 18px;
    display: block;
}

.ul-list-type {
    /* list-style-type: disc;*/
    list-style: url(../images/mini-arrow-bullet.gif);
    padding: 0 10px 4px 10px;
    margin-bottom: 0;
    left: 22px;
    position: relative;
}

.ul-li {
    margin: 6px 1px 6px 22px;
    padding: 0 25px 0 0px;
    list-style: inherit;
    float: none;
    background: none;
    position: relative;
    left: -10px;
}

.mt-10px {
    margin-top: 10px;
}

.mb-15 {
    margin-bottom: 15px !important;
}

.width-300px {
    width: 300px;
}

.height-300px {
    height: 300px;
}

.ml-40px {
    margin-left: 40px;
}

.pl-260px {
    padding-left: 260px !important;
}

.width-400px {
    width: 400px;
}

.pd-10px {
    padding-bottom: 10px
}

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

.pl-10px {
    padding-left: 10px;
}

.pl-10 {
    padding-left: 10px !important;
}

.width-676px {
    width: 676px;
}

.height-711px {
    height: 711px;
}

.directions-ul {
    list-style: url(../images/mini-arrow-bullet.gif);
    margin-right: 0;
    margin-left: 0;
    padding-right: 10px;
    padding-left: 10px;
    display: block;
    overflow: inherit;
    left: 22px;
    position: relative;
}

.pb-10px {
    padding-bottom: 10px;
}

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

.list-style-square-bullet {
    list-style: url(../images/mini-square-bullet.gif);
}

.mb-130pt {
    margin-bottom: 130pt;
}
/* #region LandingPage Panels*/

.hide-span {
    display: none;
}

.partial-sub-content2 {
    width: 249px;
    text-decoration-skip-ink: none;
}


div.partial-sub-content2 div:last-child {
    margin-top: 60px;
}

.partial-sub-content2-column4 {
    width: 249px;
}

div.partial-sub-content2-column4 div:last-child {
    margin-top: 40px;
}
/*endregion*/

/*region Taxonomy Panel styles*/

.taxonomy-panel-ul {
    margin: 1em 0px 0px;
    padding: 0px;
    overflow: auto;
    color: rgb(60, 60, 61);
}

.taxonomy-panel-li {
    padding-left: 0px;
    margin-right: 1px;
    margin-left: 14px;
    list-style: square;
    margin-bottom: 15px;
}

.taxonomy-panel-a {
    text-decoration: none;
    color: rgb(6, 95, 153);
    outline: none;
    display: inline;
    margin-right: 0px;
    font-size: 13px;
    cursor: pointer;
}

.taxonomy-ul-level1 {
    color: black;
    margin: 1em 0px 0px;
    padding: 0px;
    overflow: auto;
}

.taxonomy-panel-br {
    line-height: 26px;
}

.taxonomy-panel-strong {
    font-weight: bold;
    font-size: 13px;
}

.Videomodal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 70px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    background-color: rgba(6,12,12,0.4); /* Black w/ opacity */
}
/* Modal Content */
.Video-modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 10px 10px 3px 10px;
    border: 1px solid #888;
    width: 740px;
    border-radius: 4px;
}

.video-close {
    color: #dddddd;
    float: right;
    font-size: 28px;
    font-weight: bold;
    margin-top: -40px;
    margin-right: -30px;
}

    .video-close:hover,
    .video-close:focus {
        color: #fff;
        text-decoration: none;
        cursor: pointer;
    }
/*end region*/
.more-link {
    text-decoration: none;
    font-weight: bold;
    color: #355F9A;
}


.landing-carousel-body-li-link {
    list-style-image: url(../images/list-item-pixy.png);
}

.link-img {
    margin: 4px 5px 5px 0px;
}

.ul-landingPagePanel {
    list-style: square;
}

    .ul-landingPagePanel > li {
        font-family: 'ITC Franklin Gothic Std Book',sans-serif;
        margin-left: -18px;
        font-size: 13px;
        margin-bottom: 15px;
    }

.text-uppercase {
    text-transform: uppercase !important
}

.width-100per  {
    width: 100%;
}


.text-transform-none {
    text-transform: none;
}

.font-xxs {
    font-size: xx-small;
}

.calender-table {
    margin-left: 24px;
    width: 635px;
}

.calheader {
    color: white;
    background-color: #065F99;
    font-weight: bold;
    padding: 12px 6px;
}

.calendar {
    border-width: 0.1mm;
    border-color: #065F99;
    border-style: solid;
    vertical-align: top;
    padding: 4px 8px;
    word-wrap: break-word;
    overflow: visible;
}

.width-50 {
    width: 50%;
}

.h3-content-page-black {
    font-weight: bold;
    margin-top: 10px;
    font-size: 16px;
}

.ul-li-ml-0 {
    margin: 6px 1px 6px 0px;
    padding: 0 25px 0 0px;
    list-style: inherit;
    float: none;
    background: none;
    position: relative;
    left: -10px;
}

.opacity-1 {
    opacity: 1;
}

.hr-color {
    color: #355F9A !important;
    height: 1pt !important;
}

.hr-top-border {
    border: 1px solid #355f9a;
}

.mt-2px {
    margin-top: 2px;
}

.letter-spacing-1px {
    letter-spacing: 1px;
}



.main-content-body {
    padding: 0 20px 0 20px;
    height: 100%;
    padding-bottom: 50px;
    font-family: 'ITC FRANKLIN GOTHIC STD BOOK',sans-serif;
    color: #212529;
    text-decoration-skip-ink: none;
}

.text-transform-up {
    text-transform: uppercase;
}

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

.color-prusianblue {
    color: #355F9A;
}

.font-family-georgia {
    font-family: Georgia, Times, "Times New Roman", serif;
}

.border-top-1px {
    border-top: 1px solid #e1e2e2;
}

.ptb-12px {
    padding: 12px 0;
}

.border-black-1px {
    border: 1px solid #000000;
}

.width-200px {
    width: 200px !important;
}

.color-td {
    color: #d0d8e9
}

.border-hr {
    border-top: 1pt solid #355F9A;
}

.width-56px {
    width: 56px;
}

.btn-primary-auto {
    border-color: #1861ac;
    width: 45px;
    height: 32px !important;
    color: white;
    background-color: #005CBF;
    border: 2px solid #005cbf;
    font-weight: 700;
    border-radius: 5px;
    font-size: 12px !important;
}

    .btn-primary-auto:hover {
        color: #fff;
        background-color: #005CBF;
    }

.width-0px {
    width: 0px;
}

.flex {
    display: flex;
}

#xlaAFPcaptcha {
    font-size: 15px;
    border: 2px ridge;
    height: 30px;
    width: 63px;
    margin-right: 17px;
    margin-left: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.flex span {
    height: 29px;
    width: auto;
    margin-top: 10px;
    background-color: #f3f2f2;
}

.width-93 {
    width: 93%;
}

.left-12px {
    left: -12px !important;
}

.lineheight-14px {
    line-height: 14px;
}

.lineheight-18px {
    line-height: 18px;
}

.pr-12px {
    padding-right: 12px;
}

.lineheight-26px {
    line-height: 26px;
}

.fontweight-normal {
    font-weight: normal;
}

.font-style {
    letter-spacing: 1px;
    text-transform: uppercase;
}


.more-button-blank:hover {
    color: #fff;
}

.position-relative {
    position: relative;
}

.accordion-custom-link {
    font-size: 12px;
    text-align: center;
    text-decoration: none;
    letter-spacing: 1px;
    text-indent: 10px;
    color: #fff;
    position: absolute;
    text-transform: uppercase;
    /* bottom: 15px;
    right: 12px;*/
    bottom: 40px;
    right: 20px;
    width: auto;
    height: 20px;
    background: url(../images/more-button-blank-long.jpg) right top no-repeat;
    padding-right: 20px;
    line-height: 22px;
    font-family: 'ITC FRANKLIN GOTHIC STD BOOK',sans-serif;
}

.accordion-page-content-body {
    width: 995px;
    box-shadow: 0px 0px 3px #888;
    margin-right: 20px;
    background: url(../images/pod-stripes-faf-bg.png) right bottom no-repeat;
    padding-top: 1.2rem;
    line-height: 24px;
    margin-bottom: 25px;
}

.accordion-page {
    width: 995px;
    line-height: 24px;
    margin-bottom: 25px;
    margin-left: -20px;
}

.mt-1em {
    margin-top: 1em;
}

/*iframe {
    height: 405px;
    width: 720px;
}*/

.standard-main-container-accordion {
    padding-top: 36px;
    line-height: 24px;
    display: inline-block;
    float: left;
    width: 485.6px;
    position: relative;
    margin: 0px 13px;
    margin-bottom: 25px;
}

.content-img {
    height: 304px;
    display: block;
    margin: 10px auto;
    pointer-events: auto;
}

.standard-content-accordion {
    height: 22.9em;
    padding: 0 20px 0 20px;
    width: 30.25em;
    pointer-events: none;
}

.page-main-content {
    display: flex;
    width: 1010px;
    margin: 0px 13.351064px;
    margin-left: 0em;
    float: left;
}

.standard-section {
    width: 1025px;
    margin-left: -0.90em;
}

.width-10em {
    width: 10em;
}

.fs-30px {
    font-size: 30px !important;
}

.width-93px {
    width: 93px;
}

.height-120px {
    height: 120px;
}

.pe-10px, .img_border {
    padding-right: 10px;
}

.border-image {
    border: 1px solid #c4c4c4;
}

.width-33 {
    width: 33%;
}

.mt-5-px {
    margin-top: 5px;
}

.content-color-red {
    color: #800000 !important;
    height: 1pt !important;
}

.heading-color {
    border: 1px solid #800000;
}

/*#region content page styles*/
/*
    cp:Content Page
*/
.cp-body-h2 {
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 1px;
    margin-bottom: 0;
    margin-left: 0;
    padding-left: 0;
    /*text-transform: uppercase;*/
    color: #355F9A;
    margin-top: 20px;
}

.cp-body-ul {
    list-style: url(../images/mini-arrow-bullet.gif);
    margin-top: 15px;
    margin-right: 0;
    margin-left: 0;
    padding-right: 10px;
    padding-left: 10px;
    display: block;
    overflow: inherit;
    left: 22px;
    position: relative;
    padding-bottom: 10px;
}

.cp-body-img {
    border: 1px solid;
}

.cp-body-a {
    text-decoration: none;
    color: rgb(6, 95, 153);
    outline: none;
    display: inline;
    margin-right: 0px;
    cursor: pointer;
}

    .cp-body-a > img {
        border: 1px solid rgb(6, 95, 153) !important;
    }

.cp-sidenav-img {
    width: 20px;
}

.cp-sidenav-img-link {
    margin-left: 170px;
}

.sidenav-header {
    font-size: 18px;
    color: #055F9A;
    margin-bottom: 15px;
    font-weight: lighter;
    letter-spacing: 1px;
}

.cp-nav-mb-1 {
    margin-bottom: -5px !important;
}

.cp-body-content-center {
    text-align: center;
    color: #065F99;
}

.cp-body-ol {
    margin-top: 15px;
    margin-bottom: 10px;
    padding-top: inherit;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    display: block;
    overflow: inherit;
    left: 22px;
    position: relative;
}

.cp-body-p {
    font-size: 15px !important;
    clear: none;
    margin: 0 0 20px 0 !important;
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    /* margin-inline-start: 0px;
    margin-inline-end: 0px;*/
}

.cp-body-decimal-list {
    list-style: decimal;
}

.cp-body-lower-alpha-list {
    list-style-type: lower-alpha;
}

.content-accordian-title-h2 {
    font-size: 18px;
    color: #355F9A;
    letter-spacing: 1px;
    margin-bottom: 15px;
    font-weight: lighter;
}

.dipslay-inline {
    display: inline !important;
}

.pbt-12 {
    padding: 12px 0px !important;
}

.cp-img-table img {
    width: 320px !important;
}

.a-skip-line, .accordion-content-body a {
    text-decoration-skip-ink: none;
}
/*#endregion */
/*#region Fancybox*/
.popup-overlay {
    display: none;
    position: absolute;
    background-color: rgb(16, 12, 12);
    opacity: 0.7;
    cursor: pointer;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    height: 103%;
}

.imgModal {
    position: absolute !important;
    top: 751px;
    height: auto;
    width: auto;
    background: none;
    left: 22%;
}

#imgFrame img {
    width: 676px !important;
}

.width-auto {
    width: auto !important;
}


.img-wraper {
    float: left;
    padding-right: 20px;
    width: auto;
}


/*#endregion */
.mb-12px {
    margin-bottom: 12px;
}

.ml-7px {
    margin-left: 7px;
}

.lineheight-24px {
    line-height: 24px;
}

.fs-1-4em {
    font-size: 1.4em;
}

.width-295 {
    width: 295px;
}

.height-188 {
    height: 188px;
}

.fs-small {
    font-size: small;
}

.breadcrumb-link {
    color: #4C87C6 !important;
    display: grid;
    font-size: 14px;
    font-weight: 100;
    text-decoration: none;
}

    .breadcrumb-link:hover {
        color: #ef4142 !important;
    }

.f-weight-400 {
    font-weight: 400 !important;
}

.ml-invert-26px {
    margin-left: -26px;
}

.pb-12px {
    padding-bottom: 12px;
}

.txtalign-right {
    text-align: right !important;
}

.ml-invert-5px {
    margin-left: -5px;
}

.ml-18px {
    margin-left: 18px;
}

.ml-46px {
    margin-left: 46px;
}

.fs-14px {
    font-size: 14px;
}

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

.ml-24px {
    margin-left: 24px;
}

.valign-bottom {
    vertical-align: bottom;
}

.fs-11px {
    font-size: 11px;
}

.fs-smaller {
    font-size: smaller;
}

.width-10per {
    width: 10%;
}

.width-11 {
    width: 11%;
}

.width-14 {
    width: 14%;
}

.width-90 {
    width: 90%;
}

.width-25 {
    width: 25px;
}

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

.pr-30-imp {
    padding-right: 30px !important;
}

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

.pt-10px {
    padding-top: 10px;
}

.pt-25px {
    padding-top: 25px;
}

.pt-7px {
    padding-top: 7px;
}

.mt-14px {
    margin-top: 14px;
}

.ml-14px {
    margin-left: 14px;
}

.carousel-item-link {
    color: #355F9A;
}

.top-1em {
    top: 0.1em;
}

.fs-20px {
    font-size: 20px;
}

.news-media-h4 {
    color: rgb(3, 52, 115);
    margin-top: 19px;
    margin-bottom: 0px;
}

.news-media-a {
    text-decoration: none;
    color: #033473;
    outline: none;
    display: inline;
}

.carousel-body {
    line-height: 1.7;
    text-decoration-skip-ink: none;
}

.left-10px {
    left: 10px;
}

.ml-0px {
    margin-left: 0px;
}

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

.width-65 {
    width: 65%;
}

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

.mt-20px {
    margin-top: 20px;
}

.mt-18px {
    margin-top: 18px;
}

.fs-18px {
    font-size: 18px;
}

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

.top-0-35em {
    top: 0.35em;
}

.ml-30px {
    margin-left: 30px;
}

.ml-35px {
    margin-left: 35px;
}

.width-35 {
    width: 35%;
}

.width-25 {
    width: 25%;
}

.width-55 {
    width: 55%;
}

.font-18 {
    font-size: 18px;
}

.mr-290px {
    margin-right: 290px;
}

.popup-content {
    background-color: white;
    border: 1px solid #065F99;
    border-radius: 5px;
    box-shadow: 0 0 22px -4px #000000;
    padding: 10px;
    max-height: fit-content;
}

.past-members-popup {
    /*   position: absolute;
    left: 268.99px;
    top: 174.333px;*/
    position: absolute;
    max-width: 350px;
    display: none;
}

.img_border {
    float: left;
    padding-right: 10px
}

.min-width-100per {
    min-width: 100%;
}

.mt-invert-15px {
    margin-top: -15px;
}

.mr-15px {
    margin-right: 15px;
}

.valign-top {
    vertical-align: top;
}

.pb-30px {
    padding-bottom: 30px;
}

.width-62 {
    width: 62%;
}


.ml-20 {
    margin-left: 20px;
}

.mr-20 {
    margin-right: 20px;
}

.bt-white {
    border-top: 1px solid white;
}

.img-115x173 {
    padding: 0.5px !important;
    border: 1px solid #c4c4c4;
    margin-left: 5px;
}

.topnav-right-imp {
    float: right !important;
}

.font-small {
    font-size: small !important;
}

.pr-10px {
    padding-right: 10px !important;
}

.float-left {
    float: left !important;
}

.float-right {
    float: right !important;
}

.h-291px {
    height: 291px;
}

.w-420px {
    width: 420px;
}

.w-490px {
    width: 490px !important;
}

.adv-s-highlight {
    width: 170px;
}

.width-50px {
    width: 50px !important;
}

.width-75px {
    width: 75px;
}

input[type=text]:focus ~ .adv-s-bar:before,
textarea:focus ~ .adv-s-bar:before {
    width: 170px;
}

input[type=text]:focus ~ .adv-s-bar-word:before,
textarea:focus ~ .adv-s-bar-word:before {
    width: 50px;
}

.adv-s-bar {
    position: relative;
    display: block;
    width: 170px;
}

.adv-s-bar-word {
    position: relative;
    display: block;
    width: 50px;
}

.adv-s-bar:before {
    content: "";
    height: 2px;
    width: 0;
    bottom: 0px;
    position: absolute;
    background: #4C87C6;
    transition: 300ms ease all;
    left: 0%;
}

.adv-s-bar-word:before {
    content: "";
    height: 2px;
    width: 0;
    bottom: 0px;
    position: absolute;
    background: #4C87C6;
    transition: 300ms ease all;
    left: 0%;
}

.adv-s-radio {
    float: left;
    width: 30px;
    margin-top: 6px;
}

.width-170px {
    width: 170px !important;
}

.adv-s-aside-bar {
    margin-left: 2px;
    width: 237px;
}

.ms-invert-37px {
    margin-left: -37px;
}

.ms-invert-73px {
    margin-left: -73px;
}

.ms-invert-111px {
    margin-left: -111px;
}


.form-check-input[type=radio] {
    height: 22px !important;
    width: 22px !important;
    margin-right: 5px;
}

.ms-invert-27px {
    margin-left: -27px !important;
}

.top-0-2em {
    top: 0.2em;
}

.mr-invert-8px {
    margin-right: -8px;
}

.mb-invert-24px {
    margin-bottom: -24px;
}

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

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

.list-style-decimal {
    list-style: none outside decimal;
}

.pl-55px {
    padding-left: 55px;
}

.about-the-group-img {
    width: 300px !important;
    height: 300px !important;
    padding-right: 10px;
}

.ul-square-revrec {
    margin-bottom: 0rem !important;
}

.printable-pdf {
    font-family: georgia,serif;
    font-size: 10px;
    color: #0066cc;
    text-decoration: none;
}

.pl-6px {
    padding-left: 6px;
}

.pl-8px {
    padding-left: 8px;
}

.panel-ul {
    margin-top: 1em;
    margin-bottom: 0;
    overflow: auto;
    display: block;
    padding-left: 0;
}

.panel-ul-li {
    margin-left: 14px;
    font-size: 13px;
    margin-bottom: 15px;
    padding-left: 0;
    margin-right: 1px;
    display: list-item;
    list-style: square;
}

.line-height-24px {
    line-height: 24px !important;
}

/*copyright permissions form styles*/
.form-label {
    clear: left;
    position: static !important;
    color: black !important;
    font-size: 15px !important;
}

.form-input {
    clear: left;
    width: 95%;
    border: solid 1px #ABB0B2;
    border-radius: 3px;
    font-size: 16px;
    display: block;
    padding: 8px 0;
    text-indent: 2%;
    background-color: #fff;
    height: 35px;
}

.form-field-group {
    padding-bottom: 3% !important;
}


.from-btn-group {
    display: grid;
    width: 73%;
    grid-template-columns: auto auto;
    padding: 25px 50px !important;
}

.form-input:focus {
    border: 1.5px solid #02122B;
}

.invalid {
    border: 2px solid brown !important;
}

.form-inline-error {
    display: inline-block;
    margin: 2px 0.1em 0;
    padding: 5px 10px;
    background-color: rgba(255,255,255,0.85);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 14px;
    font-weight: normal;
    z-index: 1;
    color: brown;
}

.error-font {
    color: #e85c41;
}

.form-btn-section {
    margin-left: -7%;
}

.form-captcha-section {
    margin-left: -1px;
    margin-top: 2rem;
    margin-bottom: 1rem;
}

.form-input-radio {
    float: left;
    width: 2rem;
    height: 1rem;
    margin-top: 3px;
}

.form-input-text-radio-group {
    margin-top: 1rem;
}

.form-radio-group {
    margin-bottom: 2rem;
}

.loader-overlay {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    background: rgba(255,255,255,0.8) url(../images/loader.gif) center no-repeat;
}

.form-field-group .asterisk {
    color: brown;
    position: relative;
}

body.loading .loader-overlay {
    display: block;
}

body.loading {
    overflow: hidden;
}

.form-radio-group.invalid {
    padding: 10px !important;
}



.form-check-input[type=checkbox] {
    width: 20px !important;
    margin-right: 5px;
}

.font-30 {
    font-size: 30px !important;
}

.search-content .search-highlight {
    background: #c8eeb6;
}

input[type=radio] {
    background: none;
    color: #000;
    font-size: 16px;
    padding: 10px 10px 10px 5px;
    margin-top: 3px;
    width: 25px;
    display: block;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #c6c6c6;
}

input[type=radio], input[type=checkbox] {
    background: none;
    color: #000;
    font-size: 16px;
    padding: 10px 10px 10px 5px;
    margin-top: 3px;
    width: 25px;
    display: block;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #c6c6c6;
}

.search-label {
    color: #033473 !important;
    margin-top: 13px;
}

.max-height-20px {
    max-height: 20px;
}

.search-label2 {
    color: #033473 !important;
    margin-top: -5px;
}

.color-white {
    color: white !important;
}

.font-medium {
    font-size: medium !important;
}

.disable-page-btn {
    pointer-events: none;
    cursor: not-allowed !important;
}

.height-28px {
    height: 28px !important;
}

.m-top-5px {
    margin-top: 5px;
}

.min-height-500px {
    min-height: 500px;
}

.form-required-indicate {
    text-align: right;
    font-size: 12px;
    margin-right: 4%;
}

    .form-required-indicate .asterisk {
        color: brown;
        position: relative;
    }

.invalid-option {
    outline: 2px solid brown !important;
    margin-right: 10px;
}

.width-80px {
    width: 80px;
}


.ms-invert-11px {
    margin-left: -11px;
}

.page-btn-link-ico {
    font-weight: bold !important;
    font-size: 15px !important;
    background: transparent !important;
    color: black !important;
    cursor: pointer !important;
}

.bi-chevron-double-left::before, .bi-chevron-left::before, .bi-chevron-double-right::before, .bi-chevron-right::before {
    font-weight: bold !important;
}

.ico .bi:hover {
    color: #4C87C6 !important;
}



.notification_banner {
    /* width: 80%;
    margin: 0% 10%;*/
    display: inline-table;
    float: none;
    /*width: 997px;*/
    margin-bottom: 0;
    margin-left: -25px;
    margin-top: 6px;
    font-size: 1em;
    padding: 0;
    height: 62px !important;
}

.notification {
    line-height: .9em;
    padding: 3px 0;
    display: inline-table;
    float: none;
    text-align: left;
    border: #4C87C6 3px solid;
    min-height:62px;
    max-height:62px;
}

.notification-table {
    margin-left: 1rem;
    line-height: 14px;
}

.notification-acceptbtn {
    width: 6em;
    margin: 0 1rem;
    height: 2rem;
    font-size: 80%;
    color: white;
    background: #4C87C6 !important;
    font-weight: 600;
}

.notification-link {
    text-decoration: none;
    color: #065f99;
    outline: none;
    font-weight: bolder;
}

.utility-spacing {
    --bs-gutter-x: -5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x) / -2);
    margin-left: calc(var(--bs-gutter-x) / -2);
}

/**************************Start - For Technical Agenda *****************************/
.font-24 {
    font-size: 24px;
}


.no-wrap {
    white-space: nowrap;
}

.pr-2rem {
    padding-right: 2rem !important;
}

.left-invert-40px {
    left: -40px;
}

.right-0px {
    right: 0px;
}

.width-95 {
    width: 95%;
}

.ta-color {
    color: #3c3c3d;
}

.valign-middle {
    vertical-align: middle;
}

.border-none {
    border: none;
}
/**************************Start - For Technical Agenda *****************************/

.expand-title {
    color: #355F9A;
    background: none;
    border: none;
    font-weight: bold;
}

.section-color-red {
    color: rgb(128, 0, 51);
}

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

.mt-25px {
    margin-top: 25px;
}

.color-red {
    color: #800000;
}

.content-show {
    display: block;
}

.content-hide {
    display: none;
}

.box-border-feedback {
    border: 1px solid #c6c6c6 !important;
}

    .box-border-feedback:after {
        border: 2px solid #005CBF !important;
    }

textarea#FeedbackMessage:focus {
    border: 2px solid #005CBF !important;
}

.cp-lower-alpha {
    list-style: lower-alpha;
}

.pl-80px {
    padding-left: 80px;
}

.research-accordion {
    background-color: #d7eaff !important;
    color: #004DA0 !important;
    font-size: 16px !important;
    box-shadow: 0px 0px 3px #888;
    height: auto;
    min-height: 35px;
    width: 100% !important;
    padding-left: 10px !important;
    margin-bottom: 20px;
}

.expand-title:focus {
    border: 0px solid !important;
}

.research-accordion:hover {
    background-color: #fff !important;
}


/* Search Tooltip */
.s-tooltip {
    position: relative;
    display: inline-block;
}

    .s-tooltip .s-tooltiptext {
        visibility: hidden;
        width: max-content;
        background-color: #4C87C6;
        color: #fff;
        text-align: center;
        border-radius: 6px;
        padding: 2px 10px;
        position: absolute;
        z-index: 1;
        margin-left: -50px;
        margin-top: 30px;
        font-size: 12px;
        font-weight: normal;
    }

    .s-tooltip:hover .s-tooltiptext {
        visibility: visible;
    }

.ml-11px {
    margin-left: 11px;
}

.width-17px {
    width: 17px !important;
}

.ml-5px {
    margin-left: 5px !important;
}

.height-adv-rdb {
    height: 12.6667px;
}

.pr-0px {
    padding-right: 0 !important;
}

.overflow-x-hidden {
    overflow-x: hidden !important;
}

.tooltip-inner {
    background-color: #4C87C6 !important;
}

.tooltip-arrow::before {
    border-bottom-color: #4C87C6 !important;
}

.commentLetterPageLink {
    background: #C0C0C0 !important;
    color: black !important;
    border-radius: unset !important;
}

.bi-file-earmark-pdf-fill:hover {
    color: red !important;
}

.ml-107px {
    margin-left: 107px;
}

/*Added for new accordion -- Start*/
.content-title-acc-btn {
    font-size: 18px;
    color: #004DA0;
    margin-top: 0px;
    margin-bottom: 0;
    margin-left: -13px;
    letter-spacing: 1px;
    font-weight: lighter;
    background-color: #d7eaff !important;
    border-radius: 1px;
    box-shadow: 0px 0px 3px #888;
}

    .content-title-acc-btn::after {
        content: "+" !important;
        background-image: url();
        right: 0;
        font-size: 30px;
        float: right;
        margin-top: -6px;
    }

    .content-title-acc-btn:hover {
        color: #004DA0;
        background-color: #fff !important;
    }

.display-grid {
    display: grid;
}

.ml--20px {
    margin-left: -20px !important;
}

.w-995per {
    width: 99.5% !important;
}
/*Added for new accordion -- End*/


.height-83px{
    height: 83px !important;
}

.height-33px {
    height: 33px !important;
}

.height-37px {
    height: 37px !important;
}

.navbar-level-0 {
    display: flex;
    justify-content: center;
}
.width-80per {
    width: 997px;
}
.ml-inv-24px {
    margin-left: -24px;
}

.landing-carousel-title {
    line-height: 1.5rem !important;
    margin-block-start: 0.6rem;
    margin-block-end: 1.1rem;
}

/*#region sdl custom-css-tool bar styles*/

/*==================================== CUSTOM STYLES ===================================*/


/* common-styles */

.content-body-img {
    border: 1px solid;
}

.img-wraper-with-border {
    float: left;
    padding-right: 20px;
    width: auto;
    border: 1px solid;
}

.content-body-link {
    text-decoration: none;
    color: rgb(6, 95, 153);
    outline: none;
    display: inline;
    margin-right: 0px;
    cursor: pointer;
}



.content-table {
    border-collapse: collapse;
    border-spacing: 0px;
    width: 635px;
    margin-left: 24px;
    color: rgb(60, 60, 61);
    margin-bottom: inherit;
    border-width: 1px;
    border-color: rgb(6, 95, 153);
    border-style: solid;
    font-size: 15px;
    background-color: rgb(244, 246, 248);
}

.header-row {
    color: white;
    background-color: #002F56;
    font-weight: bold;
    padding: 12px 6px;
}

.content-table-data-row {
    border-top: 1px solid rgb(225, 226, 226);
    padding: 12px 0px;
}

.column-header-with-padding {
    padding: 12px 6px;
    color: white;
    background-color: rgb(6, 95, 153);
    font-weight: bold
}

.column-data-with-break-word {
    padding: 4px 8px;
    border-width: 1px;
    border-color: rgb(6, 95, 153);
    border-style: solid;
    vertical-align: top;
    overflow-wrap: break-word;
    overflow: visible;
}

.column-data {
    /* border-width: 1px; */
    border-width: 0.1mm;
    border-color: #002F56;
    border-style: solid;
    vertical-align: top;
    padding: 4px 8px;
    word-wrap: break-word;
    overflow: visible;
}

.column-header {
    color: white;
    background-color: #065F99;
    font-weight: bold;
    padding: 12px 6px;
}

.contnet-body-span {
    color: rgb(60, 60, 61);
    font-size: 15px;
    background-color: rgb(244, 246, 248);
}


.blockquote {
    font-size: 15px;
    font-family: 'ITC Franklin Gothic Std Book',sans-serif;
    border-top: 1px solid #c2d5e1;
    border-bottom: 1px solid #c2d5e1;
    margin: 0 0 14px 0;
    padding: 24px 34px 34px 84px;
    background: #d7eaff url(../images/quotes-top.png) 18px 14px no-repeat;
    /*background: #f0f2f2 url(../images/quotes-top.png) 18px 14px no-repeat;*/
}

    .blockquote.pullquote-content-right span {
        background: none;
        padding: 48px 28px 36px 18px;
        display: block;
    }

/* faf-styles */
.faf-content-header {
    color: #355F9A !important;
    font-size: 1rem;
}

/* fasb-styles */

.fasb-content-header {
    color: #355F9A !important;
    font-size: 1rem;
}


/* gasb-styles */
.gasb-content-header {
    color: #002F56 !important;
    font-size: 1rem;
}


/*headings*/

.level-1-head {
    font-size: 12.5pt;
    text-transform: uppercase;
    color: #355F9A !important;
}

.level-2-head {
    font-size: 12.5pt;
    color: #355F9A !important;
}


.level-3-head {
    font-size: 11.5pt;
    color: #355F9A !important;
}

.level-4-head-with-italic-font {
    font-size: 11.5pt;
    font-style: italic;
    color: #355F9A !important;
}

.level-5-head {
    font-size: 10.5pt;
    color: #355F9A !important;
}

.level-6-head-with-italic-font {
    font-size: 10.5pt;
    font-style: italic;
    color: #355F9A !important;
}

.level-7-head {
    font-size: 9.5pt;
    color: #355F9A !important;
}

.level-8-head-with-italic-font {
    font-size: 9.5pt;
    font-style: italic;
    color: #355F9A !important;
}


/*list styles */
.disc-list {
    list-style: disc;
    margin-top: 0;
    padding-top: inherit;
    padding-right: 10px;
    padding-left: 1rem;
    display: block;
    overflow: inherit;
    position: relative;
    margin-right: 20px;
}

.circle-list {
    list-style: circle;
    margin-top: 0;
    padding-top: inherit;
    padding-right: 10px;
    padding-left: 1rem;
    display: block;
    overflow: inherit;
    position: relative;
    margin-right: 20px;
}

.arrow-list {
    list-style-image: url(../images/mini-arrow-bullet.gif);
    list-style-type: disc;
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;
    padding-right: 10px;
    padding-left: 0.5rem;
    display: block;
    overflow: inherit;
    position: relative;
}

.square-list{
    list-style-image: url(../images/mini-square-bullet.gif);
    list-style-type:square;
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;
    padding-right: 10px;
    padding-left: 0.5rem;
    display: block;
    overflow: inherit;
    position: relative;
}

.decimal-list{
    list-style: decimal;
    margin-top: 0;
    padding-top: inherit;
    padding-right: 10px;
    padding-left: 1rem;
    display: block;
    overflow: inherit;
    position: relative;
}

.lower-alpha-list {
    list-style: lower-alpha;
    margin-top: 0;
    padding-top: inherit;
    padding-right: 10px;
    padding-left: 1rem;
    display: block;
    overflow: inherit;
    position: relative;
}



.upper-roman-list {
    list-style: upper-roman;
    margin-top: 0;
    padding-top: inherit;
    padding-right: 10px;
    padding-left: 1rem;
    display: block;
    overflow: inherit;
    position: relative;
    margin-right: 20px;
}

.lower-roman-list {
    list-style: lower-roman;
    margin-top: 0;
    padding-top: inherit;
    padding-right: 10px;
    padding-left: 0.8rem;
    display: block;
    overflow: inherit;
    position: relative;
    margin-right: 20px;
}

.upper-alpha-list {
    list-style: upper-alpha;
    margin-top: 0;
    padding-top: inherit;
    padding-right: 10px;
    padding-left: 1rem;
    display: block;
    overflow: inherit;
    position: relative;
    margin-right: 20px;
}

.decimal-leading-zero-list {
    list-style: decimal-leading-zero;
    margin-top: 0;
    padding-top: inherit;
    padding-right: 10px;
    padding-left: 1.5rem;
    display: block;
    overflow: inherit;
    position: relative;
    margin-right: 20px;
}

.decimal-list-with-brackets {
    list-style: decimal;
    margin-top: 0;
    padding-top: inherit;
    padding-right: 10px;
    padding-left: 1.5rem;
    display: block;
    overflow: inherit;
    position: relative;
    margin-right: 20px;
}

.lower-alpha-list-with-brackets {
    list-style: lower-alpha;
    margin-top: 0;
    padding-top: inherit;
    padding-right: 10px;
    padding-left: 1.25rem;
    display: block;
    overflow: inherit;
    position: relative;
    margin-right: 20px;
}

.lower-roman-list-with-brackets {
    list-style: lower-roman;
    margin-top: 0;
    padding-top: inherit;
    padding-right: 10px;
    padding-left: 1rem;
    display: block;
    overflow: inherit;
    position: relative;
    margin-right: 20px;
}

    .decimal-list-with-brackets, .lower-alpha-list-with-brackets, .lower-roman-list-with-brackets > li {
        list-style: none;
    }

        .decimal-list-with-brackets > li::marker {
            content: "(" counter(list-item, decimal) ") ";
        }

        .lower-alpha-list-with-brackets > li::marker {
            content: "(" counter(list-item, lower-alpha) ") ";
        }

        .lower-roman-list-with-brackets > li::marker {
            content: "(" counter(list-item, lower-roman) ") ";
        }

/*#end region*/
