/* cmsms stylesheet: ABQNOG Main modified: Monday, April 24, 2023 4:12:32 PM */
/* MAIN */

/*
font-family: 'Jost', sans-serif;
Light 300
Regular 400
Medium 500
*/

body {
    font-family: 'Jost', sans-serif;
    color: #000;
    background-color: #fff;
    font-weight: 300;
    font-size: 18px;
    background-image: url("/uploads/images/nodes.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}

strong {
    color: #666;
    font-weight: 500;
}

/* Small only */
@media screen and (max-width: 39.9375em) {}

/* Medium and up */
@media screen and (min-width: 40em) {}

/* Medium only */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {}

/* Large and up */
@media screen and (min-width: 64em) {}

/* Large only */
@media screen and (min-width: 64em) and (max-width: 74.9375em) {}

.MainHeader {
    text-align: center;
}

.LogoShell {
    text-align: center;
}

.TheLogo {
    margin: 25px auto;
}

/* Small only */
@media screen and (max-width: 39.9375em) {
    .TheLogo {
    margin: 10px auto;
}
}

.TheNav {
    color: #fff;
    background-color: rgb(174,193,89);
    text-align: center;
    line-height: 0;
    position: relative;
    z-index: 9999;
}

.MainContent {
    background-color: rgba(255,255,255,.6);
}

.HomeCont {
    padding: 35px 20px 35px 35px;
}

/* Small only */
@media screen and (max-width: 39.9375em) {
    .HomeCont {
        padding: 20px;
    }
}

.HomeBlocks {
    padding: 25px;
    background-color: rgba(255,255,255,.6);
    border: 1px solid #ededed;
    -webkit-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.23);
    -moz-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.23);
    box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.23);
}

.HomeBlocksBig {
    margin-top: 20px;
    padding: 25px;
    background-color: rgba(255,255,255,.6);
    border: 1px solid #ededed;
    -webkit-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.23);
    -moz-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.23);
    box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.23);
}

.HomeBlocks h1, .HomeBlocksBig h1 {
        text-align:center;
    }

/* Small only */
@media screen and (max-width: 39.9375em) {
    .HomeBlocks h1, .HomeBlocksBig h1 {
        font-size: 20px;
    }
}

/* Medium only */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .HomeBlocks h1, .HomeBlocksBig h1 {
        font-size: 20px;
    }
}

.Footer {
    background-color: rgb(47,47,45);
    font-size: 16px;
    color: #fff;
    height: 200px;
}

.Footer A:link {text-decoration: none; color: #fff;}
.Footer A:visited {text-decoration: none; color: #fff;}
.Footer A:active {text-decoration: none; color: #fff;}
.Footer A:hover {text-decoration: none; color: rgb(159,177,80);}

.Copyr {
    color: rgb(91,91,91);
    text-align: center;
    padding: 10px 0 40px 0;
    font-size: 16px;
}

.Copyr A:link {text-decoration: none; color: rgb(91,91,91);}
.Copyr A:visited {text-decoration: none; color: rgb(91,91,91);}
.Copyr A:active {text-decoration: none; color: rgb(91,91,91);}
.Copyr A:hover {text-decoration: none; color: rgb(118,18,18);}

.SubLeft {
    padding-bottom: 35px;
}

/* Small only */
@media screen and (max-width: 39.9375em) {
    .SubeLeft {
        /*padding: 20px;*/
    }    
}

.SubRight {
    padding: 35px 20px;
    /* background-color: #333; */
}

/* Small only */
@media screen and (max-width: 39.9375em) {
    .SubRight {
        padding: 20px;
    }
}

.TopContent {
    padding: 35px 35px 0px 35px;
}

.LefBox {
    padding: 25px;
}

.RighBox {
    padding: 25px;
}

.BottomContent {
    padding: 0px 35px 0px 35px;
}


/* RANDOMNESS */

A:link {text-decoration: none; color: rgb(159,177,80);}
A:visited {text-decoration: none; color: rgb(159,177,80);}
A:active {text-decoration: none; color: rgb(159,177,80);}
A:hover {text-decoration: underline; color: rgb(159,177,80);}

A.button:link {text-decoration: none; color: #333; background-color: rgb(159,177,80)}
A.button:visited {text-decoration: none; color: #333; background-color: rgb(159,177,80)}
A.button:active {text-decoration: none; color: #333; background-color: rgb(159,177,80)}
A.button:hover {text-decoration: none; color: #333; background-color: rgb(159,177,80)}

.button {
    background-color: rgb(190,207,114);
    color: #fff;
}

.button:hover {
    background-color: rgb(174,193,89);
    color: #fff;
}

.button.success:hover {
    background-color: rgb(174,193,89);
}


.button strong {
    color: #fff;
}

.button:hover {
    background-color: rgb(174,193,89);
    color: #fff;
}

.button.success:hover {
    background-color: rgb(174,193,89);
}



.transparent {
    filter: alpha(opacity=100); /* internet explorer */
    opacity: 1;           /* fx, safari, opera, chrome */
}

.transparent:hover {
    filter: alpha(opacity=90); /* internet explorer */
    opacity: 0.9;           /* fx, safari, opera, chrome */
}

h1 {
    font-size: 30px;
    font-weight: 300;
    color: #3f3f3f;
    padding: 10px 0;
    margin: 10px 0;
}

.GreenHead {
    color: rgb(174,193,89);
}

h2 {
    font-size: 24px;
    color: #3f3f3f;
    padding: 10px 0;
    margin: 10px 0;
}

h3 {
    font-size: 20px;
    color: #3f3f3f;
    padding: 10px 0;
    margin: 10px 0;
}

h4 {
    font-size: 30px;
    color: rgb(159,177,80);
    padding: 10px 0;
    margin: 10px 0;
}

h5 {
    font-size: 24px;
    color: rgb(159,177,80);
    padding: 10px 0;
    margin: 10px 0;
}

h6 {

    font-size: 20px;
    color: rgb(159,177,80);
    padding: 10px 0;
    margin: 10px 0;
}


.TopicRow {
    border-bottom: 1px dotted #ccc;
    padding-bottom: 10px;
    padding-top: 10px;
}
/* cmsms stylesheet: ABQNOG Nav modified: Thursday, February 9, 2023 4:02:17 PM */
.title-bar {
    background-color: rgb(174,193,89);
    padding: 5px 10px;
}

.top-bar {
    background-color: rgb(174,193,89);
    padding: 0px;
    margin: 0px;
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
}

.drilldown a {
    background: rgb(190,207,114);
}

/* Small only */
@media screen and (max-width: 39.9375em) {
.top-bar {
    width: 100%;
}
}

.top-bar ul {
    background-color: rgb(174,193,89);
    padding: 0px;
    margin: 0px;
}

.top-bar ul li {
    background-color: rgb(174,193,89);
    padding: 7px 0px 8px 0px;
        text-transform: uppercase;
}


/* Small only */
@media screen and (max-width: 39.9375em) {
    .top-bar ul li {
    padding: 0px;
}
}

.top-bar ul li a {
    color: #333;
}

.top-bar ul li:hover {
    background-color: rgb(190,207,114);
    color: #333;
}

.top-bar ul li.navactive {
    background-color: rgb(190,207,114);
    color: #333;
}

.top-bar ul li ul li {
    padding: 2px 0px;
text-transform: none;
}

.top-bar ul li ul li:hover {
    background-color: rgb(190,207,114);
    color: #333;
}

.top-bar ul li ul li.navactive {
    background-color: rgb(190,207,114);
    color: #333;
}

.top-bar ul li a:hover {
    text-decoration: none;
}

.menu-text {
    color: #333;
}

@media only screen and (max-width: 40em) {
    .menu-text {
        display: none !important;
    }
}

@media only screen and (min-width: 40em) {
    .menu:last-child {
/*        border-left: 1px solid #666; */
    }
    .menu:first-child {
        border-left: none;
    }
    .menu li:not(:last-child) {
/*        border-right: 1px solid #666; */
    }
}

.dropdown.menu .submenu {
    border: none;
position: absolute;
    z-index: 999;
}

.dropdown.menu > li.is-active > a {
    background: transparent;
    color: #333;
}

.dropdown.menu .is-dropdown-submenu-parent.is-right-arrow > a::after {
    border-color: #333 transparent transparent;
}

.is-drilldown-submenu-parent > a::after {
    border-color: transparent transparent transparent #333;
}

.js-drilldown-back::before {
    border-color: transparent #333 transparent transparent;
}

.menu {
text-align: left;
}

nav.top-bar {

}

.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
    border-top-style: solid;
    border-color: #333 transparent transparent;
}
