body {
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    color: #666666;
}

    body.page-admin {
        padding-bottom: 5rem;
    }

/* Set padding to keep content from hitting the edges 
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}*/

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    /*max-width: 280px;*/
}

.form-control.input-validation-error {
    border-color: #cf4520;
    background-color: rgba(207,69,32,.1);
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    color: #000;
}

h1 {
    font-size: 1.75rem;
    margin-top: 1rem;
}

h2, .h2 {
    font-size: 1.5rem;
}

h3, .h3 {
    font-size: 1.25rem;
}

h4, .h4 {
    font-size: 1.125rem;
}

h5, .h5 {
    font-size: 1rem;
    font-weight: 700;
}

hr.hr-dark {
	border-top: 1px solid #000!important;
}

.text-muted {
	color: #aaa !important;
}

.body-content a:not(.btn) {
    /*color: #1e648c;*/
}
	a.alt {
		text-decoration: underline;
	}
		a.alt:hover {
			text-decoration: none;
		}

.banner-top {
	background-color: #f4f4f4;
	text-align: center;
	padding: 10px 0;
	border-bottom: 1px solid #dcdcdc;
}
	.banner-top.yellow {
		background-color: #fff1da;
	}
	.banner-top p {
		max-width: 925px;
		margin: 0 auto;
		font-size: 12px;
		line-height: 1.4;
	}

/* Make cross browser sticky */
.sticky-top {
    position: relative; /* I am the fallback */
    position: -webkit-sticky;
    position: -moz-sticky;
    position: -ms-sticky;
    position: -o-sticky;
    position: sticky;
    top: 0;
}

.border-bottom-1 {
    border-bottom: 1px solid #666;
}

.border-bottom-2 {
    border-bottom: 2px solid #666;
}

/* CONTAIN SITE TO PREVENT RESPONSIVE SIZING */

.container {
    max-width: 955px !important;
    min-width: 955px !important;
}

.container-fluid:not(.sticky-top) {
    /*min-width: 737px !important;*/
    min-width: 955px !important;
    /*max-width: 1440px !important;*/
}

.text-danger {
    color: #cf4520 !important;
}

/* HEADER TO COPY CAISO.COM */

/* Utility Nav */

ul.utility-nav {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    justify-content: flex-end;
    font-size: 10px;
}

    ul.utility-nav:before {
        content: '';
        background: url('../../caiso/images/top_nav_ltend.gif') no-repeat 0 0;
        height: 29px;
        width: 5px;
        display: block;
    }

    ul.utility-nav:after {
        content: '';
        background: url('../../caiso/images/top_nav_rtend.gif') no-repeat 0 0;
        height: 29px;
        width: 5px;
        display: block;
    }

    ul.utility-nav li {
        padding: 0;
        margin: 0;
        display: inline-block;
        background: url('../../caiso/images/top_nav_bg.gif') repeat 0 0;
    }

        ul.utility-nav li:before {
            content: '';
            width: 1px;
            height: 100%;
            position: absolute;
            display: block;
            background: url('../../caiso/images/top_nav_divider.gif') repeat-y 0 0;
        }

        ul.utility-nav li:first-child:before {
            display: none;
        }

        ul.utility-nav li a {
            color: #595a5d;
            display: block;
            padding: 11px 7px 6px;
            text-decoration: none;
        }

            ul.utility-nav li a:hover {
                color: #1e648c;
            }

/* LOGO TITLE */

.logo-title {
    display: inline-block;
    font-size: 1.25rem;
    line-height: 1.5;
    border-left: 2px solid #999;
    margin-left: 1rem;
    padding-left: 1rem;
    vertical-align: middle;
}

    .logo-title a {
        color: #1e648c;
    }

/* Search Main */
.search-main-group {
    margin-top: 24px;
}

.search-main {
    border: 1px solid #ababab;
    font-size: 13.2px;
    width: 209px;
    margin: 0;
    padding: 3px 22px 0px 5px;
    height: 24px;
    display: inline-block;
    border-radius: 0;
}

    .search-main:hover {
        border: 1px solid #92c0e0;
    }

.search-main-btn {
    height: 22px;
    width: 22px;
    background: url('../images/searchresultui.png') no-repeat -33px -57px;
    overflow: hidden;
    font-size: 0;
    display: block;
    position: absolute;
    right: 1px;
    top: 1px;
    z-index: 4;
}

    .search-main-btn:hover {
        background-color: #e6f2fa;
        background-position: 1px -69px;
    }

    .search-main-btn:active {
        background-color: #92c0e0;
        background-position: 1px -69px;
    }

/* Main Navigation */

.main-nav {
    border-top: 1px solid #d1d2d5;
    list-style: none;
    margin: 6px 0 1rem 0;
    padding: 0 18px;
    font-size: 12px;
    display: flex;
    justify-content: space-between;
}

    .main-nav a {
        color: #6d6e71;
        text-decoration: none;
        display: block;
    }

        .main-nav a:hover {
            color: #1e648c;
			text-decoration: none;
        }

    .main-nav > li > a {
        padding: 11px 8px 8px 8px;
        text-transform: uppercase;
    }

    .main-nav > li {
        position: relative;
    }

    .main-nav .drop {
        background: #fff;
        box-shadow: 3px 3px 4px #c2c2c2;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
        list-style: none;
        margin: 0;
        padding: 10px 31px 20px;
        display: none;
        position: absolute;
        /*columns: 136px 2;
		column-gap: 0;*/
        flex-wrap: wrap;
        min-width: 384px;
        width: 384px;
        left: -30px;
        z-index: 1002;
    }

        .main-nav .drop.column-1 {
            min-width: 192px;
            width: 192px;
        }

        .main-nav .drop.column-rules {
            left: auto;
            right: -100px;
        }

        .main-nav .drop.column-right {
            left: auto;
            right: -30px;
        }

    .main-nav li:hover .drop, .main-nav li:focus .drop {
        display: flex;
        flex-wrap: wrap;
    }

    .main-nav .drop li {
        display: block;
        line-height: 1.2;
        padding: 0;
        min-width: 150px;
        max-width: 150px;
    }

        .main-nav .drop li.w-300px {
            min-width: 300px;
            max-width: 300px;
        }

        .main-nav .drop li a {
            padding: 5px 0 5px;
            display: block;
            margin-bottom: 6px;
            height: 34px;
        }


/* END HEADER TO COPY CAISO.COM */


/* BREADCRUMBS */

ul.breadcrumbs {
    list-style: none;
    display: block;
    margin: 1rem 0;
    padding: 0;
    font-size: 12px;
}

    ul.breadcrumbs li {
        display: inline-block;
        margin-left: 3px;
    }

        ul.breadcrumbs li:first-child {
            margin-left: 0;
        }

        ul.breadcrumbs li:before {
            content: ">";
            margin-right: 3px;
        }

        ul.breadcrumbs li:first-child:before {
            content: '';
            display: none;
        }

    ul.breadcrumbs a:not(.btn) {
        color: #1e648c;
    }

.page-admin ul.breadcrumbs, .page-comment ul.breadcrumbs {
    font-size: .875rem;
    margin-top: -1rem;
    margin-bottom: 3rem;
    border-top: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
    padding: .25rem 0;
}

.page-comment ul.breadcrumbs {
    border-top: none;
	padding: .25rem 15px;
}

    .page-admin ul.breadcrumbs li:before, .page-comment ul.breadcrumbs li:before {
        content: "\0203A";
        margin-right: 6px;
        margin-left: 3px;
        color: #cfcfcf;
    }

/* END BREADCRUMBS */

/* FOOTER */

footer {
    font-size: 10px;
    font-weight: normal;
    line-height: 16px;
    margin-top: 4rem;
    color: #000;
}

    footer .container:before {
        content: '';
        display: block;
        width: 100%;
        height: 0;
        padding: 0 15px;
        border-top: 1px solid #d1d2d5;
    }

    footer h5 {
        margin: 10px 0 9px 0;
        font-size: 10px;
        font-weight: normal;
        text-transform: uppercase;
        color: #141414;
    }

    footer .row > div:first-child h5 {
        display: inline-block;
        background: #e5e6e9;
        padding: 10px 14px 5px 9px;
        margin: 0 0 3px 0;
        border-radius: 0 0 5px 5px;
    }

    footer a {
        display: block;
        color: #595a5d;
        text-decoration: none;
    }

        footer a:hover {
            color: #1e648c;
            text-decoration: none;
        }

        footer a.icon {
            display: inline-block;
            margin: 0 9px 0 2px;
        }

            footer a.icon:last-child {
                margin-right: 0;
            }

    footer .row > div:first-child a {
        margin-left: 8px;
    }

    footer .footer-bottom a {
        margin: 0 15px;
        display: inline-block;
    }

    footer .copyright {
        margin-top: 30px;
    }

    footer .footer-bottom {
        margin-bottom: 30px;
    }

/* END FOOTER */