

/***BEGIN Button Layout ***/

/*BEGIN Two Across */


.template-01 .two-buttons-accross--container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.template-01 .two-buttons-accross--container div {
    flex: 1 0 40%;
    text-align: center;
    margin-top: 1em;
}

.template-01 .two-buttons-accross--container a {
    height: 100%;
    width: 100%;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

@media all and (max-width:768px) {
    .template-01 .two-buttons-accross--container {
        flex-direction: column;
    }
    .template-01 .two-buttons-accross--container a {
        padding: 1em 0;
    }
}

@media all and (min-width:768px) {
    .template-01 .two-buttons-accross--container div {
        max-width: 300px;
        margin: 2em;
    }
}

/*END Two Across */


/*BEGIN Three Across */

.template-01 .three-buttons-accross--container {
    display: flex;
    flex-wrap: wrap;
}

.template-01 .three-buttons-accross--container div {
    flex: 1 0 25%;
    text-align: center;
    margin-top: 1em;
}

.template-01 .three-buttons-accross--container a {
    height: 100%;
    width: 100%;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

@media all and (max-width:768px) {
    .template-01 .three-buttons-accross--container {
        flex-direction: column;
    }
    .template-01 .three-buttons-accross--container a {
        padding: 1em 0;
    }
}

@media all and (min-width:768px) {
    .template-01 .three-buttons-accross--container div {
        max-width: 300px;
        margin: 2em;
    }
}


/*END Three Across */

/***END Button Layout***/


/***BEGIN Quicklinks ***/
	
#search .btn-primary {
    padding: 1em .6em;
    border: none;
    line-height: 0;
    background-image: none;
    background-color: #1E6B52;
    text-shadow: none;
    transition: color .2s ease-out, background-color .2s ease-out;
    color: #fff;
}

#search .btn-primary:hover {
    color: #fff;
    background-color: #808285;
}

@media all and (min-width:1024px) {
    body.hd #quicklinks .divider.dropdown.deeper.parent:hover {
        text-decoration: none;
    }
    #quicklinks {
        display: flex;
        justify-content: flex-start;
        margin-top: .5em;
        flex-direction: row-reverse;
    }
    #quicklinks .nav.menu.nav-pills>li>.separator:after {
        font-family: FontAwesome;
        content: " \f0d7";
        color: #82c140;
    }
    #quicklinks .nav.menu.nav-pills>li>.separator {
        cursor: pointer;
        text-decoration: none;
    }
    body.linear.hd #siteName {
        width: 65%;
    }
    body.linear.hd div.searchpanel {
        width: 33%;
    }
}

@media all and (max-width:1024px) {
    #quicklinks .nav.menu.nav-pills>li>.separator {
        font-size: 1.2em;
        font-weight: bold;
    }
    #quicklinks .nav.menu.nav-pills>li>.separator {
        border-bottom: 1px solid #82c140 !important;
        width: 100%;
    }
    #quicklinks ul.nav.menu.nav-pills>* {
        width: 100% !important;
    }
    #quicklinks .feed.nav-pills,
    #quicklinks .moduletable,
    #quicklinks ul.nav-child.unstyled.dropdown-menu {
        background-color: transparent !important;
    }
}

@media screen and (min-width: 1025px) {
    #search .inputbox.search-query {
        border-radius: 5px 0 0 5px;
        width: 60%;
    }
}
/***END Quicklinks ***/
/***BEGIN General ***/

.floated-container--right--half {
    padding: 1em;
    float: right;
    margin: 1em .5em 1em 1em;
    width: 50%;
}

@media all and (max-width:768px) {
    .floated-container--right--half {
        float: none;
        margin: 1em auto;
        width: 100%;
    }
}

.floated-container--left--half {
    padding: 1em;
    float: left;
    margin: 1em 1em 1em .5em;
    width: 50%;
}

@media all and (max-width:768px) {
    .floated-container--left--half {
        float: none;
        margin: 1em auto;
        width: 100%;
    }
}

@media (min-width: 980px) {
    .navbar-static-top {
        margin-top: 0px;
    }
    body.hd #whitebar {
        margin-top: 20px;
    }
}
/*** END General ***/

/*BEGIN Banner */
	/*ADD banner image to media and replace url below.  To adjust the position of the background, change the percentages in background position.*/
	
	.banner-background--container {
		background-image: url('/trbryantdev/images/banners/2560x800.jpg');
		background-position: 84% 0;
	}
	/* BEGIN General Styles */
	
	.banner-background--container {
		height: 400px;
		background-repeat: no-repeat;
		background-size: cover;
		position: relative;
	}
	
	.banner-text--container {
		position: absolute;
		bottom: 0;
		width: 100%;
	}
	
	.banner-tag-line--heading {
		font-size: 1.5em;
		color: #82c140;
		z-index: 2;
	}
	
	.banner-color--overlay {
		background-color: #1e6b52;
		width: 100%;
		mix-blend-mode: multiply;
		position: absolute;
		height: 100%;
		margin-left: -4%;
		padding-right: 4%;
	}
	
	.banner-text--inner-container {
		display: flex;
		min-height: 100px;
		flex-wrap: wrap;
		margin: 0 1.5%;
	}
	
	.banner-program-name--heading {
		color: #fff;
		z-index: 1;
		font-family: "kulturista-web", serif !important;
		-webkit-hyphens: none;
	}
	
	@media all and (min-width:698px) {
		.banner-text--inner-container {
			margin: 0 1.5%;
		}
	}
	
	@media all and (max-width:1200px) {
		.banner-text--inner-container {}
	}
	
	@media all and (max-width:698px) {
		.banner-tag-line--heading {
			display: none;
		}
	}
	
	@media all and (min-width:1200px) {
		.banner-text--inner-container {
			justify-content: space-between;
			margin: 0 4%;
		}
	}
	/* END General Styles */
	/*BEGIN Banner with Tag and Long Deptartment Name */
	/*add .long-dept-and-tag to div container */
	
	.long-dept-and-tag .banner-text--inner-container {
		display: flex;
		min-height: 100px;
		flex-wrap: wrap;
		justify-content: center;
		flex-direction: column;
	}
	
	.long-dept-and-tag .banner-program-name--heading {
		font-size: 1.8em;
		line-height: 120%;
	}
	
	@media all and (min-width:698px) {
		.long-dept-and-tag .banner-program-name--heading {
			font-size: 2.1em;
		}
		.long-dept-and-tag .banner-tag-line--heading {
			font-size: 1.4em;
		}
	}
	
	@media all and (min-width:1200px) {
		.long-dept-and-tag .banner-program-name--heading {
			font-size: 2.5em;
		}
		.long-dept-and-tag .banner-tag-line--heading {
			font-size: 1.6em;
		}
	}
	/*END Banner with Tag and Long Deptartment Name */
	/*BEGIN Banner with Tag and Deptartment Name */
	/*to use add .dept-and-tag to div container*/
	
	@media all and (min-width:1200px) {
		.dept-and-tag .banner-text--inner-container {
			justify-content: space-between;
			margin: 0 4%;
		}
	}
	
	@media all and (max-width:1200px) {
		.dept-and-tag .banner-text--inner-container {
			flex-direction: column;
			justify-content: center;
		}
	}
	
	.dept-and-tag .banner-program-name--heading {
		font-size: 2.4em;
		line-height: 1em;
	}
	
	@media all and (min-width:698px) {
		.dept-and-tag .banner-program-name--heading {
			font-size: 2.6em;
		}
		.dept-and-tag .banner-tag-line--heading {
			font-size: 1.6em;
		}
	}
	
	@media all and (min-width:1200px) {
		.dept-and-tag .banner-program-name--heading {
			font-size: 3em;
		}
		.dept-and-tag .banner-tag-line--heading {
			font-size: 2em;
		}
	}
	
	@media all and (min-width:1200px) {
		.dept-and-tag .banner-tag-line--heading {
			margin-bottom: -.3em;
		}
		.dept-and-tag .banner-text--inner-container {
			align-items: center;
		}
	}
	/*END Banner with Tag and Deptartment Name */
	/*BEGIN Banner with No Tag Line */
	/*to use add .no-tag-line to div container*/
	
	.no-tag-line .banner-program-name--heading {
		font-size: 1.8em;
		line-height: 120%;
	}
	
	.no-tag-line .banner-text--inner-container {
		align-items: center;
	}
	
	@media all and (min-width:698px) {
		.no-tag-line .banner-program-name--heading {
			font-size: 2.1em;
		}
	}
	
	@media all and (min-width:1038px) {
		.no-tag-line .banner-program-name--heading {
			font-size: 2.5em;
		}
	}
	/*END Banner with No Tag Line */
	/*END Banner */


/*---#region FormAssembly Styling---*/
@media all and (min-width: 901px) {
	 .wForm {
		box-sizing: border-box !important;
	}

	 .wFormContainer .wForm form {
		max-width: 280px !important;
		padding-left: 0.5em !important;
		padding-right: 0.5em !important;
	}
}

@media only screen and (max-width: 1024px) and (min-width: 300px) {
	 .wForm input {
		max-width: 100%;
		font-size: 100%;
	}
}

.wFormContainer .wForm form {
	padding:0 !important;
	
}

.wForm {
	padding:0 !important;
}
/*---#endregion FormAssembly Styling---*/


.ccee-advisory-board {
    display:grid;
        grid-gap: 30px;
}

.ccee-advisory-board__item {
    background-color:var(--smoke-gray-7);
    padding:20px;
}

@media (min-width: 768px) {

.ccee-advisory-board {

    grid-template-columns:1fr 1fr;

}
}
    
   @media (min-width: 1024px) {

.ccee-advisory-board {

    grid-template-columns:1fr 1fr 1fr;

}

}

