body {
    padding-top: 50px;
    padding-bottom: 20px;
    font-size: 14px;
}

a {
  text-decoration: none;
  font-size: 16px;
}

.danger {
    color: red;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* text-indent-10 */
/* Indents text by 10 pixels */
.text-indent-10 {
    margin-left: 10px;
}

/* text-indent-20 */
/* Indents text by 20 pixels */
.text-indent-20 {
    margin-left: 20px;
}

/* text-indent-30 */
/* Indents text by 30 pixels */
.text-indent-30 {
    margin-left: 30px;
}

/* text-indent-40 */
/* Indents text by 40 pixels */
.text-indent-40 {
    margin-left: 40px;
}

/* text-indent-50 */
/* Indents text by 50 pixels */
.text-indent-50 {
    margin-left: 50px;
}

/* text-indent-60 */
/* Indents text by 60 pixels */
.text-indent-60 {
    margin-left: 60px;
}

/* text-indent-100 */
/* Indents text by 100 pixels */
.text-indent-100 {
    margin-left: 100px;
}

/* text-indent-120 */
/* Indents text by 120 pixels */
.text-indent-120 {
    margin-left: 120px;
}

/* text-center-vertical */
.text-center-vertical {
    padding-top: 5px;
    padding-bottom: 18px;
}

/* border-solid-opf-blue */
.border-solid-opf-blue {
    border: solid;
    color: #005F83;
}


/* margin-top offset by -15px */
.margin-top-minus15 {
    margin-top: -15px;
}

/* margin-top offset by -40px */
.margin-top-minus40 {
    margin-top: -40px;
}

/* margin-top offset by -5px */
.margin-top-minus5 {
    margin-top: -5px;
}

/* margin-top-125*/
.margin-top-125 {
    margin-top: 125px;
}

/* margin-top-50*/
.margin-top-50 {
    margin-top: 50px;
}

/* Line-Height-10 */
/* Indents text by 10 pixels */
.Line-Height-10 {
    line-height: 10px;
}

/* Height-100 */
.height-100 {
    height: 100px;
}

/* Height-40 */
.height-40 {
    height: 40px;
}

/* Height-22 */
.height-22 {
    height: 22px;
}

/* Width-117 */
.width-117 {
    width: 117px;
}

/* Width-500 */
.width-500 {
    width: 500px;
}

/* Center, bold, and underline*/
.center-bold-ul-text {
    text-align: center;
    text-decoration: underline;
    font-weight: bold;
}

/* Left, bold, and underline*/
.left-bold-ul-text {
    text-align: left;
    text-decoration: underline;
    font-weight: bold;
}

/* Bold */
.bold-text {
    font-weight: bold;
}

/* Bold and underline*/
.bold-ul-text {
    text-decoration: underline;
    font-weight: bold;
}

.information-text {
    font-weight: bold;
   color: #572c5f;
}

/* Horizontal ban*/
.horizontal-ban {
    display: inline-block;
    width: 100%;
    height: 58px;
    background-color: #572c5f;
    margin-left: 0px;
    margin-bottom: 5px;
    margin-top: 5px;
}

.reportsopf {
    display: inline-block;
    width: 100%;
    height: auto;
    background-color: #572c5f;
    margin-left: 0px;
    margin-bottom: 5px;
    margin-top: 5px;
    padding-bottom: 15px;
}

    .reportsopf a:hover,
    .reportsopf a:focus {
        color: #d7d7d8;
        text-decoration: none;
    }

.employerblue-ban {
    display: inline-block;
    width: 100%;
    height: 58px;
    background-color: #005F83;
    margin-left: 0px;
    margin-bottom: 5px;
    margin-top: 5px;
}

    .employerblue-ban a:hover,
    .employerblue-ban a:focus {
        color: #d7d7d8;
        text-decoration: none;
    }

    .padding-top-20px {
        padding-top: 20px;
    }


/* Two columns: float next to each other */
.two-columns {
    float: left;
    /*width: 50%;*/
    padding: 5px;
}

.leftcol {
    width:60%;
}

.rightcol {
    width:40%;
    margin-left:-5px;
       }

@media screen and (max-width: 992px) {
    .two-columns {
        float: left;
        padding: 5px;
    }

    .left {
        width: 100%;
    }

    .right {
        width: 100%;
        margin-top: -5px
    }

    /* Carousel */
    .carousel-caption p {
        font-size: 20px;
        line-height: 1.4;
    }
}
    /* Assigns a light grey boarder around a text label */
    .LightGreyBorderLabelStyle {
        background-color: lightgray;
        font-weight: normal;
    }

    /* Make .svg files in the carousel display properly in older browsers */
    .carousel-inner .item img[src$=".svg"] {
        width: 100%;
    }

    /* Table row attributes */
    tr.border-bottom {
        border-bottom: 10pt solid white;
    }

    /* QR code generator */
    #qrCode {
        margin: 15px;
    }

    .view {
        position: relative;
        overflow: hidden;
        cursor: default;
    }

    .footer-image {
        height: 75px;
    }

    .footer-label {
        font-weight: bold;
    }

    .eventbox {
        background-color: #572c5f;
        line-height: 35px;
        color: #fff;
        width: 90%;
    }

    .event-list-title {
        text-align: center;
    }

    .event-list {
        padding: 20px;
        display: flex;
        justify-content: center;
    }

    .event-list-spacer {
        margin-left: 25px;
    }

.home-event-title {
    border-bottom: 7px solid white;
}

    .event-title {
        color: #fff;
        font-weight: 600;
        font-size: 14px;
        line-height: 35px;
        width: 100px;
        min-height: 100px;
        min-width: 100px;
        height: auto;
        padding: 10px 5px 10px 5px;
        margin-left: 25px;
        text-align: center;
        align-content: center;
        /*border-bottom: 7px solid white;*/
    }

        .event-title hr {
            margin-top: 1px;
            margin-bottom: 1px;
        }

.home-event-list-desc {
    border-bottom: 7px solid white;
}

    .event-list-desc {
        top: 0;
        margin-bottom: 0;
        color: #000;
        background-color: #d5d2d2;
        line-height: 22px;
        height: 100px auto;
        width: 200px;
        max-width: 200px;
        /*border-bottom: 7px solid white;*/
    }

    .hr-footer {
        padding: 0 -15px 0 0;
        margin-top: -25px;
        width: 95%;
        margin-right: 100px;
    }

    .footer-copyright,
    .footer-copyright a {
        color: #fff;
    }

        .footer-copyright a:hover {
            color: #DDD;
        }


    .footer-item2 {
        margin-left: -15px;
    }

    .footer-info {
        color: aqua;
    }


    .footer-item4 {
        margin-left: -75px;
    }

    .footer-item5 {
        margin-left: 90px;
        padding-bottom: 10px;
    }

    .board-profile {
        text-align: center;
        font-size: 12px;
        line-height: 18px;
        height: 160px;
        margin-bottom: 20px;
    }

    .board-area {
        padding: 30px 30px 30px 30px;
        background-color: #f0f0f0;
    }

    img.display-centered {
        display: block;
        margin-left: auto;
        margin-right: auto
    }

    .info-panel {
        background-color: #f3f1f1;
        padding: 15px 15px 15px 15px;
    }

.info-panel-accordion {
    background-color: #f3f1f1;
    padding: 15px 15px 15px 15px;
}

    .info-panel-orange {
        background-color: #e87b20;
        color: #fff;
    }

.info-panel-item {
    background-color: #fff;
    /*border: 10px solid #f3f1f1;*/
}
.info-panel-item-left {
    background-color: #fff;
    border: 10px solid #f3f1f1;
}
.info-panel-item-tan {
    background-color: #f3f1f1;
    border-left: 10px solid #f3f1f1;
}

.info-panel-white-space {
    background-color: #fff;
    margin-top: 20px;
    border-top: 10px solid #f3f1f1;
}

.info-panel-white-boarder-right {
    background-color: #fff;
    border-right: 10px solid #f3f1f1;
}

.info-panel-white-boarder-black {
    background-color: black;
    border-right: 10px solid #f3f1f1;
}

.info-panel-white-eligibility {
    background-color: #fff;
    margin-top: 20px;
    border: 15px solid #f3f1f1;
}

.info-panel-white-contact {
    background-color: #fff;
    margin-top: -5px;
    border: 5px solid #f3f1f1;
    border-right: 15px solid #f3f1f1;
}

    .center-text {
        text-align: center;
    }

    .alert-opf {
        margin-top: 4px;
        margin-bottom: 1px;
        color: white;
        background-color: orangered;
        padding-left: 5px;
    }

    .alert-opf-icon {
        padding-right: 5px;
    }

.spacer-top-negative {
    margin-top: -55px;
}

    .spacer-top-wide {
        margin-top: 25px;
    }

    .spacer-top-pic {
        margin-top: 25px;
        margin-left: 5px;
        margin-right: 10px;
    }

.spacer-top-quicklink {
    margin-top: 65px;
}

.spacer-top-list-quicklinks {
    margin-top: 20px;
    text-decoration: none;
}

.spacer-bottom-quicklink {
    margin-bottom: 65px;
}
    .wrap-left {
        float: left;
    }

    .calendar-of-events {
        font-size: 14px;
    }

    .align-right {
        text-align: right;
    }

    .news-articles-list {
        overflow-y: scroll;
        height: 400px;
    }

    .calendar-of-events-header {
        font-size: 16px;
        background-color: #572c5f;
        color: white;
        font-weight: 300;
        font-size: 16px;
    }
    .calendar-of-events-header {
        font-size: 16px;
        background-color: #572c5f;
        color: white;
        font-weight: 300;
        font-size: 16px;
    }


.important-dates-header {
    font-size: 16px;
    background-color: #005F83;
    color: white;
    font-weight: 300;
    font-size: 16px;
}

    .employer {
        background-color: #005f83 !important;
        color: white;
    }

.highlight-reports {
    background-color: rgba(87, 44, 95, 0.36);
    color: white;
}

    .retired {
        background-color: #005f83;
        color: white;
    }

    .healthcare-benefits-header {
        font-size: 12px;
        /*background-color: #572c5f;*/
        /*color: white;*/
        font-weight: 300;
    }

    .map-responsive {
        overflow: hidden;
        padding-bottom: 35%;
        position: relative;
        height: 0;
    }

        .map-responsive iframe {
            left: 0;
            top: 0;
            height: 100%;
            width: 100%;
            position: absolute;
        }

.opf-orange {
    background-color: #e57200;
}

.opf-orange-25 {
    background-color: #f9dbbf;
}

    .opf-purple {
        background-color: #572c5f;
    }

.opf-purple-25 {
    background-color: #d5cad7;
}
.opf-purple {
    background-color: #572c5f;
}

.btn.opf-purple {
    color: #fff;
}

.btn.opf-purple:hover,
.btn.opf-purple:focus,
.btn.opf-purple:active,
.btn.opf-purple:active:focus,
.btn.opf-purple.active {
    background-color: #452450;
    color: #fff !important;
}

    .opf-blue {
        background-color: #005F83
    }

.opf-blue-25 {
    background-color: #bfd7e0
}

.opf-light-grey{
    background-color: #ebebeb;
}

.btn-outline-primary {
    border: 3px solid #005F83 !important;
    background-color: white !important;
    padding-left: 75px;
    padding-right: 75px;
    color: #005F83 !important;
}

    .btn-outline-primary:hover, .btn-outline-primary:focus, .btn-outline-primary:active, .btn-outline-primary:active:focus, .btn-outline-primary.active, btn-outline-small-primary {
        border-color: #005F83 !important;
        background-color: white !important;
        color: #005F83 !important;
    }

    .btn-outline-primary:not([disabled]):not(.disabled):active, .btn-outline-primary:not([disabled]):not(.disabled).active,
    .show > .btn-outline-primary.dropdown-toggle, btn-outline-small-primary {
        background-color: white !important;
        border-color: #005F83 !important;
    }

.btn-outline-primary-sm {
    border: 3px solid #002d72 !important;
    background-color: white !important;
    padding-left: 15px;
    padding-right: 15px;
    color: #002d72 !important;
    position: absolute;
    right: 25px;
    bottom: 15px;
}

    .btn-outline-primary-sm:hover, .btn-outline-primary-sm:focus, .btn-outline-primary-sm:active, .btn-outline-primary-sm:active:focus, .btn-outline-primary-sm.active, btn-outline-small-primary {
        border-color: white !important;
        background-color: #002d72 !important;
        color: white !important;
    }

    .btn-outline-primary-sm:not([disabled]):not(.disabled):active, .btn-outline-primary-sm:not([disabled]):not(.disabled).active,
    .show > .btn-outline-primary-sm.dropdown-toggle, btn-outline-small-primary {
        background-color: #002d72 !important;
        border-color: white !important;
    }

.btn-outline-primary-login {
    border: 3px solid #005F83 !important;
    background-color: white !important;
    padding-left: 35px;
    padding-right: 35px;
    color: #005F83 !important;
}

    .btn-outline-primary-login:hover, .btn-outline-primary-login:focus, .btn-outline-primary-login:active, .btn-outline-primary-login:active:focus, .btn-outline-primary-login.active, btn-outline-small-primary {
        border-color: #005F83 !important;
        background-color: white !important;
        color: #005F83 !important;
    }

    .btn-outline-primary-login:not([disabled]):not(.disabled):active, .btn-outline-primary-login:not([disabled]):not(.disabled).active,
    .show > .btn-outline-primary-login.dropdown-toggle, btn-outline-small-primary {
        background-color: white !important;
        border-color: #005F83 !important;
    }

.btn-outline-small-primary {
    border: 3px solid #005F83 !important;
    background-color: white !important;
    padding-left: 35px;
    padding-right: 35px;
    color: #005F83 !important;
}

.backgroundtexture {
    background-image: url(../images/Backgroundtexture.jpg);
    background-repeat: repeat-y repeat-x;
    background-size: 2000px;
    overflow-x: hidden;
}

a.footer-hover:hover, a.footer-hover:active {
    color: #dcddce;
}

/* Style the buttons that are used to open and close the accordion panel */
/*.accordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
}*/

    /* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
    /*.active, .accordion:hover {
        background-color: #ccc;
    }*/

    /* the above .active background color needs to be overridden for labels */
    /*label.active {
        background-color: #fff;
    }*/

/* Style the accordion panel. Note: hidden by default */
/*.panel {
    padding: 0 18px;
    background-color: white;
    display: none;
    overflow: hidden;
}*/

.line-height-20px-padded-10px
{
    padding:10px;
    line-height:20px;
}
.navbox-login {
    min-height: 455px;
}

@media screen and (max-width: 440px) {
    .btn-outline-primary {
        padding-left: 35px;
        padding-right: 35px;
    }
}

@media screen and (max-width: 440px) {
    .btn-outline-primary {
        padding-left: 35px;
        padding-right: 35px;
    }
}

a.mybutton {
    background: url(../Images/login.svg) no-repeat top left;
    display: block;
    margin-left: -10px;
    width: 150px;
    height: 50px;
    text-indent: -9999px; /* hides the link text */
    float: right;
}

a.exitbutton {
    background: url(../Images/exit.png) no-repeat top left;
    display: block;
    margin-left: -10px;
    width: 75px;
    height: 75px;
    text-indent: -9999px; /* hides the link text */
    float: right;
}

li.margin-exit {
    /*margin-right: -55px;*/
    padding-right: 50px;
    padding-top: -50px;
    padding-bottom: 100px;
    }

    /* Hide/rearrange for smaller screens */
    @media screen and (max-width: 767px) {
        /* Hide captions */
        .carousel-caption {
            display: none;
        }
    }


    @media screen and (max-width: 1200px) {

        .footer-item3 {
            margin-left: 15px;
        }

        .footer-item4 {
            margin-left: -38px;
        }

        .footer-item5 {
            margin-left: -25px;
            width: auto;
        }
    }

    @media screen and (max-width: 992px) {
        /*.footer-item1 {
            margin-left: 50px;
        }

        .footer-item2 {
            margin-left: 0;
        }

        .footer-item3 {
            margin-left: 30px;
        }

        .footer-item4 {
            margin-left: -30px;
            text-align: center;
        }

        .footer-item5 {
            margin-left: -15px;
            margin-top: -15px;
        }

        .footer-item5 {
            float: none !important;
            padding-top: 15px;
        }*/

        .footer-item1,
        .footer-item5 {
            margin-left: 150px;
        }

        .footer-item2,
        .footer-item3,
        .footer-item4 {
            padding-left: 20px;
        }
        

        .footer-info1 {
            margin-left: 150px;
            margin-top: -75px;
        }

        .footer-info2 {
            margin-left: 425px;
            margin-top: -60px;
        }

        .footer-info3 {
            margin-left: 150px;
            margin-top: 15px;
        }

        .navbar-default .navbar-nav > li > a {
            width: 142px;
            font-size: 14px;
            padding-left: 3px;
        }

        a.mybutton {
            margin-top: 5px;
            width: 120px;
            height: 40px;
        }
    }

@media screen and (max-width: 769px) {

    .event-list {
        padding-left: 250px;
        padding-right: 350px;
        display: flex;
        justify-content: center;
    }
    }

    @media screen and (max-width: 768px) {
        /*.footer-item2 {
            margin-left: 60px;
            margin-top: -20px;
        }

        .footer-item3 {
            margin-left: 140px;
            margin-top: -20px;
        }

        .footer-item4 {
            margin-left: 250px;
            margin-top: -20px;
            text-align: left;
        }

        .footer-item5 {
            padding-top: 25px;
            margin-left: 0;
        }*/

        .footer-item1,
        .footer-item2,
        .footer-item3,
        .footer-item4,
        .footer-item5,
        .footer-info1,
        .footer-info3,
        .footer-info2 {
            margin-left: 0;
            margin-top: 0;
            text-align: center;
        }

        .footer-info {
            color: red;
        }

        .footer-info1 {
            /*margin-left: 200px;*/
            margin-top: -75px;
        }

        .footer-info2 {
            /*margin-left: 200px;*/
            margin-top: 40px;
        }

        .footer-info3 {
            /*margin-left: 200px;*/
            margin-top: 40px;
        }
        
        .event-list {
            display: inline-block;
                              }

        .event-title {
            font-size: smaller;
            margin-bottom: 0;
            height: auto;
            min-height: 110px;
            padding: 0;
        }

        .event-list-desc {
            height: auto;
            width: 100%;
            min-height: 110px;
        }

        .event-list-desc1 {
            margin-left: 126px;
            margin-top: -110px;
            padding-top: 10px;
        }

        .event-list-title {
            text-align: center;
            margin-left: 25px;
        }

        .board-profile {
            margin-top: 5px;
            margin-bottom: 20px;
        }

        a.mybutton {
            margin-top: 0px;
            margin-left: -25px;
            float: left;
        }
    }

@media screen and (max-width: 646px) {

    .event-list {
        padding-left: 150px;
       
    }
}

    @media screen and (max-width: 480px) {
        .footer-item1,
        .footer-item2,
        .footer-item3,
        .footer-item4,
        .footer-item5,
        .footer-info1,
        .footer-info2 {
            margin-left: 0;
            margin-top: 0;
            text-align: center;
        }

        .footer-info3 {
            margin-left: 0;
            margin-top: 0;
            text-align: center;
        }

        .footer-info1,
        .footer-info2,
        .footer-info3 {
            margin-top: 25px;
        }

        img.center {
            display: block;
            margin-left: auto;
            margin-right: auto;
        }

        .event-list {
            margin-left: -10px;
        }

        .event-title {
            min-height: 150px;
            min-width: 100px;
            height: 100px;
        }

        .event-list-desc {
            width: auto;
            min-height: 150px;
            min-width: 100px;
            height: auto;
            font-size: smaller;
            margin-top: -150px;
        }
    }

    .calendar-description {
        text-align: left;
        padding: 15px 0;
        padding-left: 15px;
        padding-right: 5px;
    }

    @media screen and (max-width: 440px) {
        .fix-xs-column-width {
            width: 100%;
        }
        .event-list {
            margin-left: -60px;
        }
    }

@media screen and (max-width: 320px) {
    .event-list {
        margin-left: -100px;
    }
}

    opfvalues, .opfvalues {
        padding-top: 15px;
        padding-bottom: 5px;
        border-bottom: 2px solid #572c5f;
        border-bottom-width: 2px
    }

    hr.values {
        width: 100%;
        height: 2px;
        margin-left: 0px;
        background-color: #999;
        border: 0 none;
        margin-top: 0px;
        margin-bottom: 5px;
        float: left;
    }

    hr.resources {
        width: 100%;
        height: 2px;
        margin-left: 0px;
        background-color: #572c5f;
        border: 0 none;
        margin-top: 5px;
        margin-bottom: 10px;
    }

    hr.employer-line {
        width: 100%;
        height: 2px;
        margin-left: 0px;
        background-color: #005f83;
        border: 0 none;
        margin-top: 5px;
        margin-bottom: 10px;
    }

    hr.active-member {
        width: 100%;
        height: 2px;
        margin-left: 0px;
        background-color: #e57200;
        border: 0 none;
        margin-top: 5px;
        margin-bottom: 10px;
    }

    hr.formsactive-member {
        width: 100%;
        height: 4px;
        margin-left: 0px;
        background-color: #e57200;
        border: 0 none;
        margin-top: 5px;
        margin-bottom: 10px;
    }

    hr.formsretired-member {
        width: 100%;
        height: 4px;
        margin-left: 0px;
        background-color: #8f3237;
        border: 0 none;
        margin-top: 5px;
        margin-bottom: 10px;
    }

    hr.retired-member {
        width: 100%;
        height: 2px;
        margin-left: 0px;
        background-color: #8f3237;
        border: 0 none;
        margin-top: 5px;
        margin-bottom: 10px;
    }

    hr.active-member-grey {
        width: 100%;
        height: 2px;
        margin-left: 0px;
        background-color: #9f9fa3;
        border: 0 none;
        margin-top: 5px;
        margin-bottom: 10px;
    }

    .underline-title {
        border-bottom: 2px solid currentColor;
        display: inline-block;
        line-height: 0.95;
        border-bottom-color: #999;
        margin-top: 12px;
    }


    .no-pad {
        margin-right: 0;
        margin-left: 0;
    }

    .margin-top-15px {
        margin-top: 15px;
    }

    .reset-margin-top {
        margin-top: -20px;
    }

    .margin-recap-margin-top {
        margin-top: -12px;
    }

    .reset-margin-left {
        margin-left: -15px;
    }

    .no-pad > [class*='col-'] {
        padding-right: 0;
        padding-left: 0;
    }

    h2.employerdigest-header {
        color: #9b1515;
        font-size: x-large;
        font-weight: 700;
        margin-top: 35px;
    }

    h1,
    .h1 {
        color: black;
    }

        h1.page-title {
            color: #fff;
        }

    h2.page-title {
        font-size: 25px;
        /*font-size: 5em;*/
        font-weight: 200;
        color: white;
    }

    .body-content-fluid {
        padding-left: 0px;
        padding-right: 0px;
        width: 100%;
        overflow-x: hidden;
    }

    h2.information-white {
        color: #fff;
        background-color: #572c5f;
        padding-left: 10px;
        padding-bottom: 20px;
        padding-top: 10px;
    }

    h2.no-padding {
        margin-top: 0px;
    }

    h2.activemember-white {
        color: #fff;
        background-color: #e57200;
        padding-left: 10px;
        padding-bottom: 20px;
        padding-top: 10px;
    }

    h2.employer-white {
        color: #fff;
        background-color: #005F83;
        padding-left: 10px;
        padding-bottom: 15px;
        padding-top: 15px;
    }

    h3.login {
        color: #005F83;
        margin-bottom: 5px;
        margin-top: 5px;
        font-weight: 700;
    }

    h3.light-login {
        color: #005F83;
        margin-bottom: 5px;
        margin-top: 5px;
        font-weight: 700;
        text-align: center;
    }

    h3.greycontribution {
        color: #000;
        background-color: #d7d7d8;
        padding-left: 10px;
        padding-bottom: 7px;
        padding-top: 7px;
        border-bottom-style: solid;
        border-bottom-color: #005F83;
        border-bottom-width: 4px;
    }

    h3.greytotal {
        color: #000;
        background-color: #d7d7d8;
        padding-left: 10px;
        padding-bottom: 7px;
        padding-top: 7px;
        border-bottom-style: double;
        border-bottom-color: #005F83;
        border-bottom-width: 10px;
    }

    h3.payrollfiletext-white {
        color: #fff;
        background-color: #005f83;
        padding-left: 10px;
        padding-bottom: 10px;
        padding-top: 10px;
    }

    h3.vendorfiletext-white {
        color: #fff;
        background-color: #572c5f;
        padding-left: 10px;
        padding-bottom: 10px;
        padding-top: 10px;
    }

    h3.vendoraccount {
        color: #fff;
        background-color: #572c5f;
        padding-left: 10px;
        padding-bottom: 20px;
        padding-top: 10px;
    }

    h3.mforms {
        font-size: 20px;
        /*font-size: 5em;*/
        font-weight: 500;
        color: #a85300;
    }

    h4.login {
        color: #005F83;
        margin-bottom: 5px;
        margin-top: 5px;
        font-weight: 700;
    }

    h5.small-marg-top-bottom {
        margin-top: 2px;
        margin-bottom: 2px;
    }

    h5.contributionstext {
        color: #000;
        background-color: white;
        padding-left: 10px;
        padding-bottom: 1px;
        padding-top: 1px;
        font-weight: 700;
    }

    h5.seminartext {
        color: #f3a251;
        border-radius: 10px 10px 10px 1px;
        background-color: rgba(215, 215, 216, 0.27);
        padding-bottom: 10px;
        padding-top: 10px;
        padding-left: 25px;
        padding-right: 25px;
        font-weight: 700;
    }

    h5.light-login {
        color: #005F83;
        margin-bottom: 5px;
        margin-top: 5px;
        font-weight: 700;
        text-align: center;
    }

    h5.textseminar {
        color: white;
        border-radius: 10px 10px 1px 10px;
        background-color: #f3a251;
        padding-bottom: 10px;
        padding-top: 10px;
        padding-left: 25px;
        padding-right: 25px;
        font-weight: 700;
    }

    .padding-top-10px {
        padding-top: 10px;
    }

    input[type="checkbox"] {
        width: 16px;
        height: 16px;
        align-content: right;
        display: inline-block;
        margin-left: 15px;
        margin-top: 1px;
        vertical-align: middle;
    }

    .btn-primary {
        background-color: #c15300 !important;
        color: #ffffff !important;
        border-color: #ad5600 !important;
    }

    .btn-group button {
        background-color: #4CAF50; /* Green background */
        border: 1px solid green; /* Green border */
        color: white; /* White text */
        padding: 10px 24px; /* Some padding */
        cursor: pointer; /* Pointer/hand icon */
        float: left; /* Float the buttons side by side */
    }

    /* Clear floats (clearfix hack) */
    .btn-group:after {
        content: "";
        clear: both;
        display: table;
    }

    .btn-group button:not(:last-child) {
        border-right: none; /* Prevent double borders */
    }

    /* Add a background color on hover */
    .btn-group button:hover {
        background-color: #3e8e41;
    }

    .btn-primary:not([disabled]):not(.disabled):active, .btn-primary:not([disabled]):not(.disabled).active,
    .show > .btn-primary.dropdown-toggle {
        background-color: #cc6600 !important;
    }

    h4 .table-title {
        color: #fff;
    }

    h4.light-padding-table, h5.light-padding-table {
        padding-left: 10px;
    }

    img.pdf-forms {
        padding-left: 10px;
        padding-top: 5px;
        padding-bottom: 5px;
        align-content: center;
        max-height: 55px
    }

    h5.blacktext {
        color: black;
        padding-right: 10px;
    }

    h5.table-body {
        margin-bottom: 2px;
        margin-top: 10px;
        text-align: center;
        margin-right: 40px;
    }

    h4.light-padding-table-right, h5.light-padding-table-right {
        padding-right: 25px;
        text-align: right;
    }

    h5.light-padding-table-right-last {
        text-align: center;
    }

    /*Accordion code*/
    .transition, p, ul li i:before, ul li i:after {
        transition: all 0.25s ease-in-out;
    }

    .flipIn, h1, ul li {
        animation: flipdown 0.5s ease both;
    }


        h1.accordiontext, h2.accordiontext {
            color: #572c5f;
        }

        h1.accordiontext {
            text-transform: uppercase;
            font-size: 36px;
            line-height: 42px;
            letter-spacing: 3px;
            font-weight: 100;
        }

    h2.accordiontext {
        color: #565656;
        font-size: 15px;
        line-height: 34px;
        font-weight: 700;
        letter-spacing: 1px;
        display: block;
        margin: 0;
        cursor: pointer;
        margin-bottom: -25px;
    }

    p.accordiontext {
        color: rgba(48, 69, 92, 0.8);
        font-size: 17px;
        line-height: 26px;
        letter-spacing: 1px;
        position: relative;
        overflow: hidden;
        max-height: 800px;
        opacity: 1;
        transform: translate(0, 0);
        margin-top: 14px;
        z-index: 2;
    }

    p.pleasenotetext {
        color: rgba(48, 69, 92, 0.8);
        font-size: 16px;
        line-height: 26px;
        letter-spacing: 1px;
        font-style: italic;
        position: relative;
        overflow: hidden;
        max-height: 800px;
        opacity: 1;
        transform: translate(0, 0);
        padding-top: 5px;
        margin-top: -15px;
        z-index: 2;
    }

    @media only screen and (max-width:990px) {
    }

    ul.ac {
        list-style: none;
        perspective: 900;
        padding: 0;
        margin: 0;
    }

        ul.ac li.ac {
            position: relative;
            padding: 0;
            margin: 0;
            padding-bottom: 4px;
            padding-top: 18px;
            border-top: 1px dotted #bec9ce;
            border-bottom: 1px dotted #bec9ce;
        }

            ul.ac li.ac:nth-of-type(1) {
                animation-delay: 0.5s;
            }

            ul.ac li.ac:nth-of-type(2) {
                animation-delay: 0.75s;
            }

            ul.ac li.ac:nth-of-type(3) {
                animation-delay: 1s;
            }

            ul.ac li.ac:last-of-type {
                padding-bottom: 0;
            }

            ul.ac li.ac i.ac {
                position: absolute;
                transform: translate(-6px, 0);
                margin-top: 16px;
                right: 0;
            }

                ul.ac li.ac i.ac:before, ul.ac li.ac i.ac:after {
                    content: "";
                    position: absolute;
                    background-color: #565656;
                    width: 3px;
                    height: 9px;
                }

                ul.ac li.ac i.ac:before {
                    transform: translate(-2px, 0) rotate(45deg);
                }

                ul.ac li.ac i.ac:after {
                    transform: translate(2px, 0) rotate(-45deg);
                }

            ul.ac li.ac input.ac[type=checkbox] {
                position: absolute;
                cursor: pointer;
                width: 100%;
                height: 100%;
                z-index: 1;
                opacity: 0;
            }

                ul.ac li.ac input.ac[type=checkbox]:checked ~ p {
                    margin-top: 0;
                    max-height: 0;
                    opacity: 0;
                    transform: translate(0, 50%);
                }

                ul.ac li.ac input.ac[type=checkbox]:checked ~ i:before {
                    transform: translate(2px, 0) rotate(45deg);
                }

                ul.ac li.ac input.ac[type=checkbox]:checked ~ i:after {
                    transform: translate(-2px, 0) rotate(-45deg);
                }



    /*This code for the health care stipend chart*/

    h6.healthcare {
        font-size: 13px;
        margin-top: 5px;
        margin-top: -10px;
        color: #444;
    }

    td.margin-table-top {
        padding-top: 10px;
        padding-left: 5px;
    }

    td.margin-table-left {
        padding-left: 105px;
        padding-top: 10px;
        padding-bottom: 10px;
        background: rgba(0, 95, 131, 0.39);
        font-weight: 700;
    }

    td.margin-table-left_title {
        padding-top: 10px;
        padding-bottom: 10px;
        background: rgba(0, 95, 131, 0.39);
        font-weight: 700;
        padding-left: 5px;
    }

    td.earnings-header {
        margin-bottom: 2px;
        margin-top: 10px;
        text-align: center;
    }

    td.ms-cl-2-main {
        border-left-style: none;
        border-right-style: none;
        border-top: 1.5pt solid black;
        border-bottom: 1.5pt solid black;
    }

    td.ms-cl-2-left {
        font-weight: bold;
        color: black;
        border-style: none;
        padding-bottom: 15px;
        padding-top: 8px;
        padding-left: 15px;
        padding-right: 15px;
        align-content: center;
        background-color: rgba(0, 45, 114, 0.27);
        font-size: h6-responsive;
    }

    td.ms-cl-2-even {
        color: black;
        border-style: none;
        background-color: white;
        padding-bottom: 5px;
        padding-top: 5px;
        padding-left: 15px;
        padding-right: 5px;
    }

    td.auto-s-2 {
        font-weight: bold;
        color: white;
        border-left-style: none;
        border-right-style: none;
        border-top-style: none;
        background-color: #002d72;
        padding-bottom: 3px;
        padding-top: 8px;
        padding-left: 7px;
        padding-right: 7px;
        text-align: center;
        vertical-align: bottom;
        border-bottom: 3pt solid white;
    }

    td.auto-s-2-1 {
        font-weight: bold;
        color: white;
        border-left-style: none;
        border-right-style: none;
        border-top-style: none;
        background-color: #002d72;
        padding-bottom: 3px;
        padding-top: 0;
        padding-left: 15px;
        padding-right: 7px;
        text-align: left;
        vertical-align: bottom;
        border-bottom: 3pt solid white;
    }

    td.auto-s-2-2 {
        font-weight: bold;
        color: white;
        border-left-style: none;
        border-right-style: none;
        border-top-style: none;
        background-color: #002d72;
        padding-bottom: 0px;
        padding-top: 8px;
        padding-left: 15px;
        padding-right: 50px;
        text-align: center;
        vertical-align: bottom;
    }

    td.auto-s-3 {
        color: black;
        border-style: none;
        padding-top: 5px;
        padding-left: 15px;
        padding-right: 5px;
        padding-bottom: 5px;
        background-color: rgba(0, 45, 114, 0.27);
    }

    td.auto-s-5 {
        color: black;
        border-style: none;
        background-color: rgba(0, 45, 114, 0.27);
        text-align: center;
    }

    td.auto-s-6 {
        color: black;
        border-style: none;
        background-color: white;
        text-align: center;
    }

    h3.stipend-chart-text {
        color: #002d72;
        font-weight: 700;
    }

    td.auto-s-8 {
        border-left-style: none;
        border-right-style: none;
        border-top: 1.5pt solid black;
        border-bottom: 1.5pt solid black;
        border-collapse: collapse;
    }

    td.auto-s-9 {
        border: 0 solid #FFFFFF;
        font-weight: bold;
        color: white;
        background-color: #002d72;
        text-align: center;
    }


    .width-1277 {
        width: 1277px;
    }

    .pad-left-30 {
        padding-left: 30px;
    }

    .pad-left-50 {
        padding-left: 50px;
    }

    .box-center-text {
        margin-top: auto;
        margin-bottom: auto;
    }

    .radio-seminar {
        z-index: 3;
        width: 20px;
        height: 20px;
        vertical-align: middle;
        -moz-appearance: none;
        background-color: #572c5f;
    }

    table#seminar-registration {
        border-collapse: separate;
        border-spacing: 0 5px;
    }

    /**Code for OP&F History*/

       .main-timeline9 {
        position: relative
    }

        .main-timeline9:after, .main-timeline9:before {
            content: "";
            display: block;
            width: 100%;
            clear: both
        }

        .main-timeline9:before {
            content: "";
            width: 3px;
            height: 100%;
            background: #9f9fa3;
            position: absolute;
            top: 0;
            left: 50%
        }

        .main-timeline9 .timeline {
            width: 50%;
            float: left;
            position: relative;
            z-index: 1;
            padding-bottom: 50px
        }

            .main-timeline9 .timeline:after, .main-timeline9 .timeline:before {
                content: "";
                display: block;
                width: 100%;
                clear: both
            }

            .main-timeline9 .timeline:last-child:before {
                top: auto;
                bottom: 0
            }

            .main-timeline9 .timeline:last-child:nth-child(even):before {
                right: auto;
                left: -12px;
                bottom: -2px
            }

        .main-timeline9 .timeline-content {
            text-align: center;
            margin-top: 8px;
            position: relative;
            transition: all .3s ease 0s
        }

            .main-timeline9 .timeline-content:before {
                content: "";
                width: 100%;
                height: 5px;
                background: #572c5f;
                position: absolute;
                top: 88px;
                left: 0;
                z-index: -1
            }

        .main-timeline9 .circle {
            width: 180px;
            height: 180px;
            border-radius: 50%;
            background: #fff;
            border: 8px solid #572c5f;
            float: left;
            margin-right: 25px;
            position: relative;
        }
            .main-timeline9 .circle img {
                width: 100%;
                height: 100%;
                object-fit: cover;   
            }

            .main-timeline9 .circle span:after, .main-timeline9 .circle span:before, .main-timeline9 .circle:before {
                content: "";
                margin: auto;
                position: absolute;
                right: -33px;
                bottom: 0;
                z-index: -1
            }

            .main-timeline9 .circle:before {
                width: 26px;
                height: 30px;
                background: #572c5f;
                top: 0;
                box-shadow: inset 7px 0 9px -7px #444
            }

            .main-timeline9 .circle span {
                display: flex;
                align-items: center;
                justify-content: center;
                padding: 0;
                line-height: 160px;
                border: 3px solid #cca872;
                font-size: 80px;
                border-radius: 50%;
            }

                .main-timeline9 .circle span:after, .main-timeline9 .circle span:before {
                    width: 28px;
                    height: 50px;
                    background: #fff;
                    border-radius: 0 0 0 21px;
                    top: -54px
                }

                .main-timeline9 .circle span:after {
                    border-radius: 21px 0 0;
                    top: 0;
                    bottom: -56px
                }

        .main-timeline9 .content {
            display: table;
            padding-right: 40px;
            position: relative
        }

        .main-timeline9 .year {
            display: block;
            padding: 10px;
            margin: 10px 0 50px;
            background: #572c5f;
            border-radius: 2px;
            font-size: 25px;
            color: #fff
        }

        .main-timeline9 .title {
            font-size: 25px;
            font-weight: 700;
            color: #cca872;
            margin-top: 0
        }

        .main-timeline9 .icon span:after, .main-timeline9 .icon span:before, .main-timeline9 .icon:before {
            content: "";
            height: 25px;
            margin: auto;
            position: absolute;
            bottom: 0;
            z-index: -1;
            left: -15px
        }

        .main-timeline9 .description {
            font-size: 14px;
            color: #666;
            text-align: justify
        }

        .main-timeline9 .icon {
            width: 25px;
            height: 25px;
            border-radius: 50%;
            background: #fff;
            border: 4px solid #572c5f;
            position: absolute;
            top: 78px;
            right: -14px
        }

            .main-timeline9 .icon:before {
                width: 15px;
                background: #572c5f;
                top: -1px
            }

            .main-timeline9 .icon span:after, .main-timeline9 .icon span:before {
                width: 21px;
                background: #fff;
                border-radius: 0 0 21px;
                top: -30px
            }

            .main-timeline9 .icon span:after {
                border-radius: 0 21px 0 0;
                top: 0;
                left: -15px;
                bottom: -30px
            }

        .main-timeline9 .timeline:nth-child(2n) .circle, .main-timeline9 .timeline:nth-child(2n) .timeline-content {
            float: right
        }

        .main-timeline9 .timeline:nth-child(2n) .circle {
            margin: 0 0 0 25px
        }

            .main-timeline9 .timeline:nth-child(2n) .circle:before {
                right: auto;
                left: -33px;
                box-shadow: -7px 0 9px -7px #444 inset
            }

            .main-timeline9 .timeline:nth-child(2n) .circle span:after, .main-timeline9 .timeline:nth-child(2n) .circle span:before {
                right: auto;
                left: -33px;
                border-radius: 0 0 21px
            }

            .main-timeline9 .timeline:nth-child(2n) .circle span:after {
                border-radius: 0 21px 0 0
            }

        .main-timeline9 .timeline:nth-child(2n) .content {
            padding: 0 0 0 40px;
            margin-left: 2px
        }

        .main-timeline9 .timeline:nth-child(2n) .icon {
            right: auto;
            left: -14px
        }

            .main-timeline9 .timeline:nth-child(2n) .icon span:after, .main-timeline9 .timeline:nth-child(2n) .icon span:before, .main-timeline9 .timeline:nth-child(2n) .icon:before {
                left: auto;
                right: -15px
            }

            .main-timeline9 .timeline:nth-child(2n) .icon span:before {
                border-radius: 0 0 0 21px
            }

            .main-timeline9 .timeline:nth-child(2n) .icon span:after {
                border-radius: 21px 0 0
            }

        .main-timeline9 .timeline:nth-child(2) {
            margin-top: 180px
        }

        .main-timeline9 .timeline:nth-child(odd) {
            margin: -175px 0 0
        }

        .main-timeline9 .timeline:nth-child(even) {
            margin-bottom: 80px
        }

        .main-timeline9 .timeline:first-child, .main-timeline9 .timeline:last-child:nth-child(even) {
            margin: 0
        }

@media print {
    .no-print, .no-print * {
        display: none !important;
    }
}

    @media only screen and (max-width:480px) {
        .main-timeline9:before {
            left: 0
        }

        .main-timeline9 .timeline:first-child:before, .main-timeline9 .timeline:last-child:before {
            left: -12px !important;
            right: auto !important
        }

        .main-timeline9 .circle, .main-timeline9 .timeline:nth-child(2n) .circle {
            width: 130px;
            height: 130px;
            float: none;
            margin: 0 auto
        }

        .main-timeline9 .timeline-content:before {
            width: 99.5%;
            top: 68px;
            left: .5%
        }

        .main-timeline9 .circle span {
            line-height: 115px;
            font-size: 60px
        }

            .main-timeline9 .circle span:after, .main-timeline9 .circle span:before, .main-timeline9 .circle:before, .main-timeline9 .icon {
                display: none
            }

        .main-timeline9 .content, .main-timeline9 .timeline:nth-child(2n) .content {
            padding: 0 10px
        }

        .main-timeline9 .year {
            margin-bottom: 15px
        }

        .main-timeline9 .description {
            text-align: center
        }

        .board-top {
            margin-top: 5px;
        }
    }




    /*    added stuff here  */
    .rTable {
        display: block;
        width: 100%;
    }

    .rTableHeading, .rTableBody, .rTableFoot, .rTableRow {
        clear: both;
    }

    .rTableHead, .rTableFoot {
        background-color: #DDD;
        font-weight: bold;
    }


    .rTableCell, .rTableHead {
        border: 1px solid #999999;
        float: left;
        height: 17px;
        overflow: hidden;
        padding: 3px 1.8%;
        width: 28%;
    }

    .rTable:after {
        visibility: hidden;
        display: block;
        font-size: 0;
        content: " ";
        clear: both;
        height: 0;
    }

    /* Style sheet entries the recap confirmation form and payment remittance form*/
    /* DivTable.com */
    .divTable {
        display: table;
        width: 100%;
    }

    .divTableRow {
        display: table-row;
    }

    .divTableHeading {
        background-color: #EEE;
        display: table-header-group;
    }

    .divTableCell, .divTableHead {
        border: 1px solid #999999;
        display: table-cell;
        padding: 3px 10px;
    }

    .divTableHeading {
        background-color: #EEE;
        display: table-header-group;
        font-weight: bold;
    }

    .divTableFoot {
        background-color: #EEE;
        display: table-footer-group;
        font-weight: bold;
    }

    .divTableBody {
        display: table-row-group;
    }

    .txtbox {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        background: white;
        color: black;
        cursor: text;
        border-bottom: 1px solid #104A7B;
        border-right: 1px solid #104A7B;
        border-left: 1px solid #104A7B;
        border-top: 1px solid #104A7B;
        padding-top: 10px;
    }

    .spacer-bottom {
        padding-bottom: 35px;
    }

    .dropshadow {
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    }

    .mainRow {
        width: 960px;
    }

    .lbl {
        width: 40%;
        float: left;
    }

    .txt {
        width: 60%;
        float: left
    }

/*Use this anchor style (below) for all tags.*/
a.anchorwithheaderspace {
    display: block;
    position: relative;
    top: -200px;
    visibility: hidden;
}

/*Increases button font size*/
.btn-font11  {
    font-size: 11.5px;
}

.padding-bottom-15px {
  padding-bottom: 15px;
}

.information-underline {
    border-bottom: 2px solid currentColor;
    display: inline-block;
    line-height: 0.95;
    border-bottom-color: #002d72;
    margin-top: 16px;
}
.contactus-margintop16px {
    margin-top: 16px;
}

p.margintopneg12 {
    margin-top: -12px;
}

p.marginbottom15 {
    margin-bottom: 15px;
}

.image-block {
    filter: grayscale(90%);
    transition: filter .55s ease-in-out;
}

    .image-block:hover {
        filter: none;
    }


/*All code from 2302-2426 controlls the Javascript on the Careers page*/
.row > .column {
    padding: 0 8px;
}

.row:after {
    content: "";
    display: table;
    clear: both;
}

/* Create five equal columns that floats next to eachother */
.column {
    float: left;
    width: 20%;
}

/* The Modal (background) */
.modal {
    display: none;
    position: fixed;
    z-index: 100000 !important;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: black;
}

/* Modal Content */
.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    width: 90%;
    max-width: 1200px;
}

/* The Close Button */
.close {
    color: white;
    position: absolute;
    top: 10%;
    right: 2%;
    font-size: 35px;
    font-weight: bold;
}

    .close:hover,
    .close:focus {
        color: #999;
        text-decoration: none;
        cursor: pointer;
    }

/* Hide the slides by default */
.mySlides {
    display: none;
}

/* Next & previous buttons */
.prev-co,
.next-co {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next-co {
    right: 0;
    border-radius: 3px 0 0 3px;
}

    /* On hover, add a black background color with a little bit see-through */
    .prev-co:hover,
    .next-co:hover {
        background-color: rgba(1, 55, 104, 0.2);
    }

/* Number text (1/10 etc) */
.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

/* Caption text */
.caption-container {
    text-align: center;
    background-color: black;
    padding: 2px 16px;
    color: white;
}

img.demo {
    opacity: 0.6;
}

.active,
.demo:hover {
    opacity: 1;
}

img.hover-shadow {
    transition: 0.3s;
}

.hover-shadow:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}




/* ============================================
   Two-Row Navbar Styles
   ============================================ */

/* Adjust body padding for fixed navbar */
body {
    padding-top: 120px; /* Accommodate two-row navbar */
}

/* Main navbar container */
.navbar.fixed-top {
    padding: 0;
}

/* Top row styling */
.navbar .border-bottom {
    border-color: #e7e7e7 !important;
}

/* Top row nav links */
#topNavRow .nav-link {
    color: ##555;
    font-weight: normal;
    padding: 8px 15px;
}

#topNavRow .nav-link:hover {
    color: #333;
}

/* Main navigation row */
.navbar-main-row {
    background-color: #fff;
}

/* Main nav links */
.nav-link-main {
    color: ##555 !important;
    font-weight: bold;
    padding: 15px 20px !important;
    width: 180px;
    text-align: center;
}

.nav-link-main:hover,
.nav-link-main:focus {
    color: #333 !important;
    background-color: transparent;
}

/* ============================================
   Mega Dropdown Menu - Bootstrap 5
   ============================================ */

.mega-dropdown {
    position: static !important;
}

.mega-dropdown-menu {
    width: 100%;
    left: 0;
    right: 0;
    padding: 20px 0;
    border: none;
    border-top: 1px solid #e7e7e7;
    border-radius: 0;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    margin-top: 0 !important;
}

@media (min-width: 992px) {
    .mega-dropdown-menu {
        position: absolute;
        top: 100%;
    }
}

/* Dropdown headers */
.mega-dropdown-menu .dropdown-header {
    color: #428bca;
    font-size: 16px;
    font-weight: bold;
    padding: 8px 0 4px 0;
}

/* Dropdown items */
.mega-dropdown-menu .dropdown-item {
    color: #999;
    padding: 4px 0;
    font-size: 14px;
    white-space: normal;
}

.mega-dropdown-menu .dropdown-item:hover,
.mega-dropdown-menu .dropdown-item:focus {
    color: #444;
    background-color: transparent;
    text-decoration: none;
}

/* Dropdown divider */
.mega-dropdown-menu .dropdown-divider {
    margin: 10px 0;
}

/* Navbox menu in dropdown */
.navbox-menu {
    background-color: #f2f2f2;
    border-radius: 4px;
}

/* ============================================
   Login Button
   ============================================ */

.btn-login {
    padding: 5px 10px;
    background: transparent;
    border: none;
}

.btn-login:hover {
    opacity: 0.8;
}

/* ============================================
   Second Menu Spacing (for fixed navbar)
   ============================================ */

.second-menu {
    margin-top: 0;
    padding-top: 20px;
}

/* ============================================
   Responsive Adjustments
   ============================================ */

@media (max-width: 991.98px) {
    body {
        padding-top: 80px;
    }

    .nav-link-main {
        width: auto;
        text-align: left;
        padding: 10px 15px !important;
    }

    .mega-dropdown-menu {
        position: static;
        width: 100%;
        box-shadow: none;
        border: none;
        padding: 10px;
    }

    .mega-dropdown-menu .row > div {
        margin-bottom: 15px;
    }

    #topNavRow,
    #mainNavRow {
        background-color: #fff;
        padding: 10px;
    }
}

@media (max-width: 767.98px) {
    .footer-item1,
    .footer-item2,
    .footer-item3,
    .footer-item4,
    .footer-item5,
    .footer-info1,
    .footer-info2,
    .footer-info3 {
        text-align: center;
        margin: 10px 0;
    }
}


.dropdown-toggle-no-caret {
    /* Copy all styles from .dropdown-toggle except the ::after pseudo-element */
    cursor: pointer;
}

/* If you want to inherit all dropdown-toggle styles but hide the caret */
.dropdown-toggle.no-caret::after {
    display: none !important;
    content: none !important;
}