  @charset "UTF-8";
/* CSS Document */

/* Increase base font size */
body {font-size: 16px !important;}

/* Error-handling for recaptcha */
.has-error div.g-recaptcha > div > div {
    border-radius: 3px;
    border: 1px solid #a94442;
}
/* Make the required text red */
.form-req {
    color: #cc0000;
}
/* Inline Form fields Error Icon handling */
.has-feedback .form-inline {
	margin-right: 30px;
}
.has-feedback .form-inline .form-control {
	padding: 8px 12px;
}
/* Form input fix so text isn't chopped off on the bottom. */
form .form-control {
	padding: 6px 10px;
}

.form-light .input-group {
	margin-bottom: 10px;
}
.form-light .input-group .form-control {
	margin-bottom: 0;
}


/* Fix default button */
.wp-theme-1 .btn-default {
	border: 1px solid #ccc;
	color: #333;
}

.wp-theme-1 ul.categories li a:after {
	font-family: 'FontAwesome';
	content: "";
	position: relative;
	top: 0;
	float: right;
}

/* Fixes for some specified tables */
.table-ce {
	border: 1px solid #ccc;
}
.table-ce>tfoot>tr {
	background: #f3f3f3;
}
.table-ce>thead>tr>th,
.table-ce>tbody>tr>th,
.table-ce>tfoot>tr>th,
.table-ce>thead>tr>td,
.table-ce>tbody>tr>td,
.table-ce>tfoot>tr>td {
	border-top: none;
}

.wp-theme-1 .navbar-wp .navbar-nav > .active > a, .wp-theme-1 .navbar-wp .navbar-nav > .active > a:hover, .wp-theme-1 .navbar-wp .navbar-nav > .active > a:focus {
    background-color: #cc0000;
}

.wp-theme-1 a {
    color: #be0000;
}

.wp-theme-1 footer a {
    color: #FFFFFF;
}

.wp-theme-1 ul.list-listings .listing-body {
    height: 50px;
}

.wp-theme-1 .bg-2 {
	background: #be0000 none repeat scroll 0 0;     /* orig theme color #e91b23 */
	color: #fff;
}

a.list-group-item.active, a.list-group-item.active:hover, a.list-group-item.active:focus {
    background-color: #cc0000;  /* #ad172b is old reddish color */
    border-color: #999999;  /* #428bca is color from theme */
    color: #fff;
    z-index: 2;
}

/* for class list table, use on 1st tr */
.c-box-notop {
    border-top: none !important;
}


.c-box {
    border: 1px solid #ffffff !important;
}

.wp-theme-1 .pg-opt h1 {
    margin: 0;
    padding: 14px 0;
    font-size: 22px;
    line-height: 100%
}

/*  banner image code/classes - this is the section with the image behind text  */

.bg-banner-3 {
    padding: 54px 0 !important;
    background: url(/images/banner/banner-blue1.jpg) fixed no-repeat !important;
    color: #fff;
}

.bg-banner-4 {
    padding: 54px 0 !important;
    background: url(/images/banner/banner-coins.jpg) fixed no-repeat !important;
    color: #fff;
}

.bg-banner-5 {
    padding: 54px 0 !important;
    background: url(/images/banner/banner-glass1.jpg) fixed no-repeat !important;
    color: #fff;
}

.bg-banner-6 {
    padding: 54px 0 !important;
    background: url(/images/banner/banner-lavender-goldenrod.jpg) fixed no-repeat !important;
    color: #fff;
}

.bg-banner-7 {
    padding: 54px 0 !important;
    background: url(/images/banner/banner-pipe1.jpg) fixed no-repeat !important;
    color: #fff;
}

.bg-banner-8 {
    padding: 54px 0 !important;
    background: url(/images/banner/banner-rust1.jpg) fixed no-repeat !important;
    color: #fff;
}

.bg-banner-9 {
    padding: 54px 0 !important;
    background: url(/images/banner/banner-tornpaper1.jpg) fixed no-repeat !important;
    color: #fff;
}

.bg-banner-10 {
    padding: 54px 0 !important;
    background: url(/images/banner/banner-wintergrass.jpg) fixed no-repeat !important;
    color: #fff;
}




/* misc useful classes */

.centerContent {
    text-align: center;
}

.padlft {
    float: left;
    padding-right: 7px;
    padding-top: 2px;
}

.padrt {
    float: left;
    padding-right: 7px;
    padding-top: 2px;
}

.pad10lft {
    padding-left: 10px;
}

.pad10rt {
    padding-right: 10px;
}

.margrt {
    float: left;
    margin-right: 7px;
}

.marglft {
    float: left;
    margin-left: 7px;
}

/* make darkbox links white and font size smaller */

.w-box.dark a {
    color: #FFFFFF !important;
}

.w-box.dark h2 {
    font-size: 13px !important;
}

.p-5 {
	padding: 5px;
}

.ml-15 {
	margin-left: 15px;
}

.intro {
	line-height: 150%;
}


/*  unit-specific mods  */

/* ELI */



/* Go Learn */
.tripnav {
    font-size: 63px;
}

.gl-day {
	line-height: 150%;
}

@media (max-width: 767px) {

    .w-section .aside-feature {
        text-align: left;
    }

    .carousel-1 .carousel-inner {
		height: 100%;
	}

	.mainhome-feature {
		display: none;
	}
}

/* hide hamburger menu on desktop */
@media (min-width: 767px) {
	#cmdAsideMenu {
		display: none;
	}

}

.carousel-1 .item {
    height: 100%;
}

.carousel-1 .carousel-inner {
	height: 100%;
}

.panel-group .panel-heading:after {
	content: "";

}

/* Fix for calendar class views */
#calendar ul {
	list-style-type: none;
}
#calendar h4 {
	border-bottom: 1px solid #000;
}

/* Fix for gallery views */
.gallery {
	padding-left: 0;
	list-style: none;
	margin-left: -5px;
}
.gallery>li {
	display: inline-block;
	padding-left: 5px;
	padding-right: 5px;
	vertical-align: top;
	text-align: center;
	max-width: 110px;
}

ul.vidpreview {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
ul.vidpreview li {
    clear: left;
    display: block;
    padding: 10px 0;
    width: 100%;
}
ul.vidpreview li img {
    width: 200px;
	margin-right: 5px;
}

/* change default pagination color */
.pagination > .active > span:focus {
	z-index: 2;
	color: #fff;
	cursor: default;
	background-color: #cc0000 !important;
	border-color: #cc0000;		/* was 428bca */
}

.pagination > li > a, .pagination > li > span {
    background-color: #fff;
    border: 1px solid #ddd;
    color: #be0000;
    float: left;
    line-height: 1.42857;
    margin-left: -1px;
    padding: 6px 12px;
    position: relative;
    text-decoration: none;
}

/* Misc. accessibility overrides ================= */
/* Underlines all URLs in the body and header of the CE website. Doesn’t underline URLs in the footer. */
a {
    text-decoration: underline !important;
}

/* Changes color of active breadcrumb to black */
.breadcrumb>.active {
    color: #000000;
}

/* Increases font size of quotes to 16px */
.wp-theme-1 .blockquote-1 p {
    font-size: 16px;
}

/* Turns all buttons to a darker red */
.wp-theme-1 .btn-two {
    color: #ffffff;
    background-color: #be0000;
    border: 1px solid #be0000;
}
.wp-theme-1 .btn-four {
    background-color: transparent;
    border: 2px solid #be0000;
    color: #be0000;
}

/* Changes color of previous page background to darker red */
.wp-theme-1 .pg-opt .breadcrumb a {
    color: #be0000;
}

/* Changes color of small text to black */
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small, h1 .small, h2 .small, h3 .small, h4 .small, h5 .small, h6 .small, .h1 .small, .h2 .small, .h3 .small, .h4 .small, .h5 .small, .h6 .small {
    font-weight: 400;
    line-height: 1;
    color: #000000;
}

/* Turns the inactive ‘First’ and ‘Previous’ font black. */
.pagination>.disabled>span, .pagination>.disabled>span:hover, .pagination>.disabled>span:focus, .pagination>.disabled>a, .pagination>.disabled>a:hover, .pagination>.disabled>a:focus {
    color: #000000;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed;
}

/* Turns the highlighted blue in the page bar darker */
.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
    z-index: 2;
    color: #ffffff;
    background-color: #265A87;
    border-color: #265A87;
    cursor: default;
}

/* Turns footer H4 headers to white and larger */
footer h4 {
    margin-top: 20px;
    color: #ffffff;
    margin-bottom: 20px;
    text-transform: capitalize;
    font-size: 16px;
}

/* Turns address in footer to white */
footer .col ul li {
    color: #ffffff;
}

/* Turns address in footer to white */
footer a {
    color: #FFFFFF;
    text-decoration: underline;
}

/* Turns contact buttons a darker red */
.wForm .primaryAction {
    background-color: #be0000;
    border-color: #be0000;
    border-radius: 4px;
    color: white;
    font-size: 14px;
}

/* Turns constant contact buttons a darker red */
.ctct-form-embed.form_5 .ctct-form-custom .ctct-form-button {
    background-color: #be0000;
    border: 1px solid #be0000;
    color: #ffffff;
}
