/*Elevate Search Appliance Depth*/
.gt-tray-container{
		z-index: 10 !important;
}

/* These next ones are to change the link color of Student Engagement and Well Being subheader and make the header and subheader consistent.*/
.gt-site-identity h3 a {
	color: #003057 !important;
	text-decoration: none !important;
	font-size: 1.35rem;
	font-weight: 600 !important;
	font-family: "din-2014", sans-serif;
}

.gt-site-identity a:hover {
		color: #857437 !important;
}

DIV.gt-branding__name A:hover, DIV.gt-branding__name A:focus, DIV.gt-branding__name A:active {
		text-decoration: none !important;
}
/* end header/subheader consistency rules. */

h1 {
  color: #A4925A;
}

h2 {
  color: #A4925A;
}

h3 {
  color: #A4925A;
		font-weight: bold
}

.et-l input{ 
	border: 1px solid currentColor !important;
}
.et_pb_button:hover {
	background-color: #a4925a !important;
}

/****Hiding all default Word Press titles***/
header > .entry-title{
		font-size: 0px !important;
}


/* Form Styling */
.frm_primary_label{
		    font-family: "Roboto", "Roboto Condensed"!important;

    font-size: 16px!important;

    color: #262626!important;

    font-weight: normal!important;

    text-align: left!important;

    padding: 0 0 3px 0!important;

    margin: 0!important;
}
input, textarea{
		color: #4e4e4e !important;
		box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset!important;
		-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset!important;
		-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
		text-shadow: ;
		border-radius: 4px!important;
		-webkit-border-radius: 4px!important;
		transition: ;
		border: #BFC3C8 solid 1px !important;
}  
input:focus, textarea:focus{
    background-color: #ffffff!important;
    border-color: #66afe9!important;
    color: #555555!important;
    box-shadow: 0 1px 1px rgb(0 0 0 / 8%) inset, 0 0 8px rgb(102 175 233 / 60%)!important;
}
.webformstyle .frm_form_field {margin: 0.5em 0 !important;}
.webformstyle input[type=text] {width: 100% !important;max-width: 400px!important;}
.webformstyle input[type=radio]{margin-left: 2em !important;}
.webformstyle  textarea {border: solid 1px black!important;}