



:root {
--testColorMain: #ffffff;
--testColorSecondary: #182b47;
}




div.logo-inline-style#mainNavbar > ul.navbar-nav > li > a {
color: #424242;
border-color: #424242 !important;
}

div.stacked-style#mainNavbar > ul.navbar-nav {
background-color: rgba(225,161,39, 1) !important;
}

div.stacked-style#mainNavbar > ul.navbar-nav > li > a {
color: #000 !important;
}

div.stacked-inverse-style#mainNavbar > ul.navbar-nav {
background-color: rgba(225,161,39, 1) !important;
}

div.stacked-inverse-style#mainNavbar > ul.navbar-nav > li > a {
color: #fff !important;
}



.main-navbar .navbar-brand {
color: #ffffff;
}

    
        .main-navbar .navbar-toggler {
        background-color: rgba(225,161,39, 1) !important;
        color: #ffffff;
        }
    


.main-navbar .navbar-brand {
height: 100px;
    margin-top: 0px;
    margin-bottom: 0px;
    overflow: hidden;
    }

@media (max-width: 991px) {
.main-navbar .navbar-brand {
    max-height: 120px; important
}
.main-navbar .navbar-brand img {
max-height: 120px; important
}
}


    @media (min-width: 992px) {
    div.logo-inline-style#mainNavbar > ul.navbar-nav > li > a {
    border: 1px solid #ffffff;
    }
    }





    .main-navbar {
        
            background-color: #182b47;
            color: #ffffff;
            }

    .dropdown-submenu {
    position: relative;
    }

    .dropdown-submenu a::after {
    transform: rotate(-90deg);
    position: absolute;
    right: 6px;
    top: .8em;
    }

    .dropdown-submenu .dropdown-menu {
    position: relative !important;
    margin: 1rem !important;
    }





    .custom-link-color a, .custom-link-color a:link, .custom-link-color a:visited, .custom-link-color a:active
    {
    color: #222222;
    }

    .m-t-r {
    padding-top: 29px;
    }

    @media (max-width: 979px) {
    .header-banner {
    margin-right: -20px;
    margin-left: -20px;
    padding-right: 20px;
    padding-left: 20px;
    padding-top: 20px;
    }
    .navbar-fixed-top {
    margin-bottom: 0;
    }
    }



    #content-area .header-color, #dialog-area .header-color
    {
    background-color: #182b47;
    color: #ffffff;
    }

    .panel-header-color {
    border-color: #182b47;
    }

    .addLogoText
    {
    font-size: 2.5em;
    font-family: Tahoma, "Arial Narrow", verdana, sans-serif;
    font-weight: bold;
    padding-left: 10px;
    margin-bottom: 20px;
    letter-spacing: 0.05em;
    line-height: 100px;
    float: left;
    
    }

    .logoText
    {
    line-height: 100px;
    
    }

    .logo a, .m-t-r .brand
    {
    color: #ffffff;
    }

    .content-color
    {
    background-color: #FFFFFF;
    color: #222222;
    }


    .content-lower-container
    {
    background-color: #ffffff;
    color:#fdd835;
    text-decoration: none;
    }

    @media (max-width: 767px) {
    .content-lower-container {
    background-color: #fff;
    color:#fdd835;
    text-decoration: none;
    }

    .footer-item {
    background-color: #ffffff;
    margin-bottom: 1rem;
    }
    }


    .content-lower-container a, .content-lower-container a:hover{
    color:#fdd835;
    }

    .nav-back
    {
    background-color: #33A5FF;
    }




    .menu-colors
    {
    color: #424242;
    background-color: #33A5FF;
    }

    .banner .links a
    {
    color: #424242;
    background-color: #33A5FF;
    }

    .list-group-item.active, .nav-pills .nav-link.active {
    color: #1a2f4e !important;
    background-color: #e1a127 !important;
    border-color: #e1a127 !important;
    }

    .list-group-item a, .nav-pills .nav-item a.nav-link {
    color: #006e67 !important;
    }

    .list-group-item.active a, .nav-pills .nav-item a.nav-link.active {
    color: #1a2f4e !important;
    }


    .dropdown-item.active, .dropdown-item:active {
    background-color: #e1a127 !important;
    }

    /* ---------- HEADER / LOGO ---------- */

/* Header bar behind logo (dark blue) */
.header-banner,
.site-header,
.header,
.top {
  background-color: #182B47 !important;  /* dark blue */
  margin-top: 0 !important;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

/* If a banner image is used with the logo, position it nicely */
.header-banner {
  background-position: 10% 100%;
  background-size: 100%;
}

/* Remove site name text next to the logo (GoMember default) */
.logoText { 
  display: none !important; 
}

/* Remove inner padding so the logo sits flush left */
.header-banner .container,
.header .container,
.top .container {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* Logo alignment */
.header-banner img,
.logo img {
  display: block !important;
  margin: 0 !important;  /* no extra left/top gaps */
  padding: 0 !important;
}


/* ---------- MAIN MENU (YELLOW BAR) ---------- */

/* Make the yellow menu go edge-to-edge */
.navbar,
.navbar-inverse,
.navbar .container,
.navbar .container-fluid,
#menu,
#menu-container,
.menu-bar,
.menu-bar .container {
  max-width: none !important;
  width: 100% !important;
  margin: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

/* Keep the menu snug right under the header/logo */
.navbar,
#menu,
#menu-container {
  margin-top: 0 !important;
}

/* Menu hover animation & hover color (black) */
.nav > li > a { 
  transition: 0.3s; 
}
.navbar-inverse .nav > li > a:hover {
  background-color: #000000;
}


/* ---------- LINKS & TYPOGRAPHY ---------- */

body {
  font-family: 'Open Sans', sans-serif;
  line-height: 1.6;
  font-size: 15px;
}

/* Headings */
h1 {
  font-size: 36px;
  font-family: 'Montserrat', sans-serif;
  color: #002c59;
}
h2 {
  font-size: 30px;
  font-family: 'Montserrat', sans-serif;
}
h3 {
  font-size: 24px;
  font-family: 'Montserrat', sans-serif;
}
.pageItemCell.span4 h3 {
  font-size: 14px;
}

/* Content links (inside content area) */
#content-area a,
#content-area a:link,
#content-area a:visited {
  color: #036f76;
  font-weight: 600;
}
#content-area a:hover {
  color: #14f8e0;
  text-decoration: none;
}

/* Global link style (fallback) */
a {
  color: #555;
  text-decoration: none;
}


/* ---------- NEWS / POSTS LAYOUT ---------- */

/* Improve design of news overview */
.pageItem .newsElement h3 {
  margin: 0 0 5px 0;
  padding: 0 0 5px 0;
  border-bottom: 1px solid #eee;
}
.pageItem .newsElement .news-date {
  color: #ccc;
  font-style: italic;
}
.page-news-container img {
  margin-bottom: 10px;
}

/* Limit reading width for better readability */
div.news {
  max-width: 800px;
  padding: 15px;
  box-shadow: 0 1px 3px 0 rgba(0,0,0,0.1);
  margin-right: auto;
  margin-left: auto;
}
div.post-area {
  max-width: 800px;
}
.news .news-picture {
  margin-right: auto;
  margin-left: auto;
}

/* Campaigns */
.campaign-slider .item.campaign-1 h1 {
  letter-spacing: inherit;
}

/* Member gallery */
.member-tag-description {
  font-size: 12px;
  line-height: 14px;
  margin-top: 5px;
  margin-bottom: 5px;
}


/* ---------- SUBMENUS / ACTIVE STATES ---------- */

/* Active submenu color */
.nav-list > .active > a,
.nav-list > .active > a:hover,
.nav-list > .active > a:focus {
  color: #222;
  background-color: #dadada;
}


/* ---------- FOOTER REMOVAL (GOMEMBER DEFAULT) ---------- */

/* Hide GoMember footers/bottom bars in all variants */
.footer,
.site-footer,
.page-footer,
.bottom,
.bottom-content,
.footer-wrapper,
[id*="footer"],
[class*="footer"],
[id*="bottom"],
[class*="bottom"],
.gomember-footer,
.footer-container,
.page-bottom,
.footer-content,
.footer-area,
.footer-columns,
#footer,
.bottom-row {
  display: none !important;
  visibility: hidden !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
}

/* Remove any reserved gap at page bottom */
body {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}


/* ---------- MISC ---------- */

/* Avoid horizontal scrollbars from full-bleed elements */
html, body { 
  overflow-x: hidden; 
}

_-----------------------------------__-------__---------------------------------------_--------------------------------_-------------------------------