/*! CSS Used from: https://membership.theunion.org/css/custom-styles.css ; media=screen */
@media screen {
    #top-section-alert .site-banner__title {
        color: #fff !important;
    }
}

/*! CSS Used from: https://membership.theunion.org/theunion/assets/css/style.css?v123 ; media=screen */
@media screen {
    #top-section-alert .site-banner__title {
        color: #fff !important;
    }

    #top-section-alert *,
    :after,
    :before {
        margin: 0;
        padding: 0;
        outline: 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        border: 0;
        font-size: 100%;
        line-height: 100%;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        text-rendering: optimizeLegibility;
    }

    #top-section-alert h4 {
        font-family: HelveticaNeueLT-BoldCond, Arial, sans-serif;
        font-weight: 400;
        font-style: normal;
        text-transform: uppercase;
        color: #fff;
    }

    #top-section-alert .txt-right {
        float: right;
    }

    @media screen and (min-width:1025px) {
        #top-section-alert h4 {
            font-size: 24px;
        }
    }

    @media screen and (min-width:671px) and (max-width:1024px) {
        #top-section-alert h4 {
            font-size: 32px;
        }
    }

    @media screen and (max-width:670px) {
        #top-section-alert h4 {
            font-size: 22px;
        }
    }

    #top-section-alert .section {
        width: 92%;
        margin-right: auto;
        margin-left: auto;
    }

    #top-section-alert .section--large {
        max-width: 1100px;
        display: flex;
        align-items: center;
    }

    .no-touch input:not([disabled])[type=submit]:hover,
    .no-touch input[type=submit]:not([disabled]):hover {
        background-color: #2a70b8;
    }

    @media screen and (min-width:671px) {
        #top-section-alert .no-touch input[type=submit] {
            -webkit-transition: background-color ease .25s, color ease .25s;
            -ms-transition: background-color ease .25s, color ease .25s;
            transition: background-color ease .25s, color ease .25s;
        }
    }
}

/*! CSS Used from: Embedded */
#top-section-alert .site-banner__title {
    border-bottom: 8px solid #004a8f;
}

#top-section-alert .spacing-tiny-all {
    width: 100%;
}

#top-section-alert input[type=submit] {
    animation-name: btnalert;
    animation-duration: 2s;
    padding: 10px 20px;
    font-size: 18px;
    display: inline-block;
    cursor: pointer;
    border: none;
    background: #fcb814;
    font-family: HelveticaNeueLT-BoldCond, Arial, sans-serif;
    text-align: center;
    color: #1b1a1a;
    border-radius: 0;
}

#top-section-alert {
    animation-name: alert;
    animation-duration: 4s;
    background-color: #1b1a1a;
    padding: 10px 0px 10px;
}

/* @keyframes alert {
    from {
        background-color: #f8b713;
    }

    to {
        background-color: #1b1a1a;
    }
}

@keyframes btnalert {
    from {
        background-color: #f8b713;
    }

    to {
        background-color: #1b1a1a;
    }
} */

/*! CSS Used fontfaces */
@font-face {
    font-family: 'HelveticaNeueLT-BoldCond';
    src: url('https://membership.theunion.org/theunion/assets/css/webfonts/34A327_5_0.eot');
    src: url('https://membership.theunion.org/theunion/assets/css/webfonts/34A327_5_0.eot?#iefix') format('embedded-opentype'), url('https://membership.theunion.org/theunion/assets/css/webfonts/34A327_5_0.woff2') format('woff2'), url('https://membership.theunion.org/theunion/assets/css/webfonts/34A327_5_0.woff') format('woff'), url('https://membership.theunion.org/theunion/assets/css/webfonts/34A327_5_0.ttf') format('truetype');
}

@font-face {
    font-family: "Helvetica 77 Bold Condensed";
    src: url("https://db.onlinewebfonts.com/t/c9d86a79028460ad129b2a04bf581357.eot");
    src: url("https://db.onlinewebfonts.com/t/c9d86a79028460ad129b2a04bf581357.eot?#iefix")format("embedded-opentype"),
    url("https://db.onlinewebfonts.com/t/c9d86a79028460ad129b2a04bf581357.woff2")format("woff2"),
    url("https://db.onlinewebfonts.com/t/c9d86a79028460ad129b2a04bf581357.woff")format("woff"),
    url("https://db.onlinewebfonts.com/t/c9d86a79028460ad129b2a04bf581357.ttf")format("truetype"),
    url("https://db.onlinewebfonts.com/t/c9d86a79028460ad129b2a04bf581357.svg#Helvetica 77 Bold Condensed")format("svg");
}

@font-face {
    font-family: "Helvetica Neue 57 Condensed";
    src: url("https://db.onlinewebfonts.com/t/7d4ccad1dd5b19d226176287a24b436f.eot");
    src: url("https://db.onlinewebfonts.com/t/7d4ccad1dd5b19d226176287a24b436f.eot?#iefix")format("embedded-opentype"),
    url("https://db.onlinewebfonts.com/t/7d4ccad1dd5b19d226176287a24b436f.woff2")format("woff2"),
    url("https://db.onlinewebfonts.com/t/7d4ccad1dd5b19d226176287a24b436f.woff")format("woff"),
    url("https://db.onlinewebfonts.com/t/7d4ccad1dd5b19d226176287a24b436f.ttf")format("truetype"),
    url("https://db.onlinewebfonts.com/t/7d4ccad1dd5b19d226176287a24b436f.svg#Helvetica Neue 57 Condensed")format("svg");
}

/*lang*/
 .ln-active {
     font-size: 17px!important; 
 }
 /* custom css  */

 .btn-nav-group a{
    background-color:#fcb814;
}
 .btn-nav-group a:active,a:hover{
    outline:0;
}
 @media print{
     *,*:before,*:after{
        color:#000!important;
        text-shadow:none!important;
        background:transparent!important;
        -webkit-box-shadow:none!important;
        box-shadow:none!important;
    }
    .btn-nav-group a,a:visited{
        text-decoration:underline;
    }
   .btn-nav-group  a[href]:after{
        content:" (" attr(href) ")";
    }
}
 *{
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
}
 *:before,*:after{
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
}
 .btn-nav-group a{
    color:#337ab7;
    text-decoration:none;
}
.btn-nav-group a:hover,a:focus{
    color:#23527c;
    text-decoration:underline;
}
.btn-nav-group a:focus{
    outline:thin dotted;
    outline:5px auto -webkit-focus-ring-color;
    outline-offset:-2px;
}
.btn-nav-group .btn-nav{
    display:inline-block;
    padding:6px 12px;
    margin-bottom:0;
    font-size:14px;
    font-weight:normal;
    line-height:1.42857143;
    text-align:center;
    white-space:nowrap;
    vertical-align:middle;
    -ms-touch-action:manipulation;
    touch-action:manipulation;
    cursor:pointer;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
    background-image:none;
    border:1px solid transparent;
    padding: 8px 18px;
    border-radius:0px;
}
.btn-nav-group.btn-nav:focus,.btn:active:focus{
    outline:thin dotted;
    outline:5px auto -webkit-focus-ring-color;
    outline-offset:-2px;
}
.btn-nav-group.btn-nav:hover,.btn:focus{
    color:#333;
    text-decoration:none;
}
 .btn-nav-group .btn-nav:active{
    background-image:none;
    outline:0;
    -webkit-box-shadow:inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow:inset 0 3px 5px rgba(0, 0, 0, .125);
}

 .flexslider a:active,.flexslider a:focus{
    outline:none;
}

 .btn-nav-group a{
    -moz-transition:0.3s;
    -o-transition:0.3s;
    -webkit-transition:0.3s;
    transition:0.3s;
    color:#01366a;
    outline:none!important;
}
 .btn-nav-groupa:hover,a:active{
    color:#024283;
    text-decoration:none!important;
}
 .btn-nav-group.btn-nav{
    -moz-border-radius:0px;
    -webkit-border-radius:0px;
    border-radius:0px;
    -moz-transition:0.3s;
    -o-transition:0.3s;
    -webkit-transition:0.3s;
    transition:0.3s;
    background-color:#ea6645;
    border:2px solid transparent;
    color:#fff;
    font-weight:bold;
    outline:none!important;
    padding:8px 18px;
}
 .btn-nav-group.btn-nav:active,.btn:focus{
    -moz-box-shadow:none;
    -webkit-box-shadow:none;
    box-shadow:none;
    color:#fff;
}
 .btn-nav-group.btn-nav:hover{
    background-color:#e7532e;
    color:#fff;
}

/* Union Theme Navigation Styling */
.union-nav-container {
    position: relative;
    z-index: 9999;
    background-color: rgba(30, 58, 108, 0.39);
    /* padding: 2px; */
    border-radius: 4px;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    box-shadow: 0 2px 15px rgba(1, 54, 106, 0.3);
    border: 1px solid rgba(219, 242, 253, 0.2);
}

.union-nav-item {
    display: inline-block;
    margin-right: 15px;
}

.union-nav-item a {
    text-decoration: none;
    font-weight: 700;
    font-size: 14px;
    line-height: 1.7;
    color: #666;
    margin: 0;
    transition: all 0.4s;
}

.union-nav-link {
    color: #dbf2fd !important;
    font-weight: 500;
    text-decoration: none;
    padding: 5px 10px;
    display: inline-block;
    border-radius: 3px;
    transition: all 0.3s ease;
    border: 1px solid transparent;
}

.union-nav-link:hover {
    background-color: rgba(219, 242, 253, 0.1);
    border-color: rgba(219, 242, 253, 0.3);
    color: #dbf2fd !important;
    text-decoration: none;
}

.union-nav-link:focus {
    background-color: rgba(219, 242, 253, 0.1);
    border-color: rgba(219, 242, 253, 0.3);
    color: #dbf2fd !important;
    text-decoration: none;
    outline: none;
}

.union-nav-icon {
    margin-right: 5px;
    color: #dbf2fd;
}

.union-nav-text {
    color: #dbf2fd !important;
}

/* Dropdown styling for notifications */
.union-nav-dropdown {
    position: relative;
}

.navigation-wrapper .secondary-navigation-wrapper ul li{
    margin-left: 0px !important;
}

.navigation-wrapper .fa{
    color: #fff !important;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .union-nav-container {
        padding: 6px 10px;
    }
    
    .union-nav-item {
        margin-right: 10px;
    }
    
    .union-nav-link {
        padding: 4px 8px;
        font-size: 14px;
    }
}