/* This is kind of a hack, needs looking into. */
#pageTop .content p,
#pageMiddle .content p,
#pageBottom .content p {
	margin: 0px;
}

li.covid {
	background: red !important;
}

li.covid:hover {
	background: darkred !important;
}

.hide {
	display: none;
}

/*
	Fixed styles
	These styles are for items on the page that will not change, top header, bottom footer.
 */

body {
	margin: 0px;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	background-color: #A7A9AC;
	color: #444444;
}

#outerContainer {
	min-height: 100%;
	position: relative;
	width: 100%;
	background-color: #FFFFDD;
	background-image: url('../images/body-linen.png');
	/*background-size: cover;*/
}
/*
	Page Top adjusting image
*/



/*--End of segment--*/

.innerContainer {
	width: 960px;
	margin: 0 auto;
	border-radius: 0px;
}

.innerContainer.fullWidth {
	width: 100%;
	margin: 0;
}

.fullWidth .contentContainer,
#ceFooter .contentContainer {
	width: 100%;
	margin: 0 auto;
}

#ceHeader {
	background-color: white;
	display: block;
	width: 100%;
}

.Ymenu {
	background-image: url('../images/YMonogram.png');
	background-position: 1.2rem;
	background-repeat: no-repeat;
}

#ceHeader .contentContainer .logos,
#ceHeader .contentContainer .menu {
	display: none;
}

#mobileYMenu {
	padding-left: .5rem;
	cursor: pointer;
	height: 2.875rem;
	line-height: 2.875rem;
	width: 3.375rem;
	background-color: #002e5d;
	color: #ffffff;
	display: inline-block;
}
#ceHeader ul.menu a,
#ceHeader ul.menu li {
	/*color: white;*/
	list-style: none;
	text-transform: uppercase;
}
#ceHeader ul.menu {
	margin-left: 0px;
	margin-bottom: 0px;
}
#ceHeader li {
	margin-left: 0px;
	padding: 1rem 0;
	text-indent: 2rem;
}

#ceHeader li li {
	border-top: 1px solid #a7a9ac;
	border-bottom: 0px;
}

#CEMenu {
	background-color: #002e5d;
}
#ceHeader li.open > a {
	padding-bottom: 1rem;
	display: block;
}
#ceMenu li a {
	display: block;
}
#ceMenu li.cas-login a {
	display: initial;
}
#ceHeader li.open {
	padding-bottom: 0px;
}
#ceHeader li ul.menu {
	display: none;
}

#ceHeader span.menu  > span {
	padding: .5rem;
	display: block;
	border-bottom: 1px solid lightgrey;
}

#ceHeader span.menu #searchLink {
	display: none;
}

#ceHeader #mobileMenu {
	/*width: 100%;*/
	background-color: white;
	height: 2.875rem;
	display: inline-block;
	float: right;
}

#ceHeader #mobileMenu > span {
	padding-left: 1rem;
	padding-right: .75rem;
	cursor: pointer;
	height: 2.875rem;
	line-height: 2.875rem;
	width: 2rem;
	margin-right: -.25rem;
}
#ceHeader #mobileMenuContent div {
	text-align:center;
	width: 100%;
}
#ceHeader #mobileMenuContent #mobileSearch input {
	width: 90%;
	margin: 0.5rem auto;
	font-size: 1.25rem;
	display: inline-block
}
#ceMenu li {
	background-color: #002e5d;
	color: #ffffff;
}
#ceMenu li a,
#ceMenu li a:link,
#ceMenu li a:visited,
#ceMenu li a:hover,
#ceMenu li a:active {
	color: #ffffff;
	text-decoration: none;
}

#mobileMainMenu {
	cursor: pointer;
	line-height: 2.875rem;
	width: 3.375rem;
	display: inline-block;
}
#siteBody ul.menu {
	display: none;
}
#siteBody #pageTitle h1,
#siteBody #pageTitle h2 {
	line-height: 90px;
	font-size: 56px;
	padding-left: 1rem;
	margin: 0px;
}
#siteBody #pageTitle h1 a,
#siteBody #pageTitle h2 a {
	text-decoration: none;
}
#siteBody #pageTitle.noTitle {
	position: fixed;
	z-index: -1000;
	margin: 0 auto;
	left: 0;
	right: 0;
}

/*
	Main styles
	These styles are for the smallest size or are just default styles that need to be set.
 */

h1 {
	font-size: 2.3rem;
	line-height: 2.25rem;
	margin: 2.35rem 0px 1.42rem;
}
h1:first-of-type,
h2:first-of-type {
	margin: 0px 0px 1.42rem;
}
h2 {
	font-size: 1.8rem;
	line-height: 2.15rem;
	margin: 2.15rem 0px 1.42rem;
}
h3 {
	font-size: 1.3rem;
	line-height: 1.78rem;
	margin: 1.78rem 0px .71rem;
}
h4 {
	font-size: 1.2rem;
	line-height: 1.42rem;
	margin: 1.42rem 0px .5rem;
}

hr {
	display: block;
	height: 1px;
	margin: 20px 0;
	border: 0;
	border-top: 1px solid #eeeeee;
	border-bottom: 1px solid white;
}
#siteBody {

}

.search-form {
	margin-bottom: 0px;
}

p.headerImage {
	margin: 0px;
}
img.headerImage {
	width: 100%;
}

#siteBody .innerContainer {
}

#siteBody #pageContent .content{
	padding: 1rem;
}
#ceFooter {
	background-color: #A7A9AC;
}
#ceFooter .contentContainer {
	background-color: #A7A9AC;
	color: #ffffff;
	height: 10rem;
}
#ceFooter .contentContainer > span {
	display: block;
	vertical-align: middle;
	text-align: center;
	height: 2rem;
	width: 100%;
	font-size: .8rem;
	line-height: 1rem;
	padding-top: 1rem;
}
#university-footer {
	width: 100%;
	padding: 20px 0;
	text-align: center;
	font-size: 0.75rem;
	color: #ffffff;
	background-color: #002e5d;
}
#university-footer a {
    color: #ffffff !important;
}
.university-logo {
	max-width: 100%;
	width: 450px;
	height: 40px;
	margin: -10px 0;
}

a.button,
a.button:visited,
a.button:link,
a.button:hover,
a.button:active,
.form-submit {
	background-color: #002e5d;
	color: #FFF;
	padding: .25rem .5rem;
	text-decoration: none;
}

.border {
	border: 1px #000 solid;
}

/*google*/
td.gcsc-branding-text {
	width: 94% !important;
}
td.gcsc-branding-img-noclear {
	width: 100% !important;
	padding-top: 5px !important;
}

/* accessibility SKIP LINK */
.skip { 
	position: absolute;
	top: -1000px;
	left: -1000px;
	height: 1px; 
	width: 1px;
	text-align: left;
	overflow: hidden;
}
a.skip:active, 
a.skip:focus, 
a.skip:hover {
	left: 0; 
	top: 0;
	width: auto; 
	height: auto; 
	overflow: visible; 
	z-index: 100;
}

/* accessibility SECTION IDENTIFICATION */
@keyframes yellowfade {
from {
	background:#F9FF8C;
}
to {
	background:transparent;
}
}
:target {
	animation-name: yellowfade;
	animation-duration: 5s;
}

/* accessibility EXTERNAL LINKS AND DOCUMENT LINKS */
a[href$=".pdf"]:after {
	font-family:'FontAwesome';
	content:"\00a0\00a0\f1c1";
	font-size: 1rem;
	font-style: normal;
}
a[href$=".doc"]:after,
a[href$=".docx"]:after {
	font-family:'FontAwesome';
	content:"\00a0\00a0\f1c2";
	font-size: 1rem;
	font-style: normal;
}
a[href$=".xls"]:after,
a[href$=".xlsx"]:after {
	font-family:'FontAwesome';
	content:"\00a0\00a0\f1c3";
	font-size: 1rem;
	font-style: normal;
}
a[href$=".ppt"]:after,
a[href$=".pptx"]:after {
	font-family:'FontAwesome';
	content:"\00a0\00a0\f1c4";
	font-size: 1rem;
	font-style: normal;
}
a[href$=".zip"]:after {
	font-family:'FontAwesome';
	content:"\00a0\00a0\f1c6";
	font-size: 1rem;
	font-style: normal;
}
a[href$=".mp3"]:after {
	font-family:'FontAwesome';
	content:"\00a0\00a0\f1c7";
	font-size: 1rem;
	font-style: normal;
}
a[href$=".mpeg4"]:after,
a[href$=".mp4"]:after,
a[href$=".mpeg"]:after {
	font-family:'FontAwesome';
	content:"\00a0\00a0\f1c8";
	font-size: 1rem;
	font-style: normal;
	}
a[download]:after {
	font-family:'FontAwesome';
	content:"\00a0\00a0\f019";
	font-size: 1rem;
	font-style: normal;
}
a[href$=".pdf"][download]:after {
	font-family:'FontAwesome';
	content:"\00a0\00a0\f1c1\00a0\00a0\f019";
	font-size: 1rem;
	font-style: normal;
}
a[href$=".doc"][download]:after,	
a[href$=".docx"][download]:after {
	font-family:'FontAwesome';
	content:"\00a0\00a0\f1c2\00a0\00a0\f019";
	font-size: 1rem;
	font-style: normal;
}
a[href$=".ppt"][download]:after,
a[href$=".pptx"][download]:after {
	font-family:'FontAwesome';
	content:"\00a0\00a0\f1c4\00a0\00a0\f019";
	font-size: 1rem;
	font-style: normal;
}
a[href$=".zip"][download]:after {
	font-family:'FontAwesome';
	content:"\00a0\00a0\f1c6\00a0\00a0\f019";
	font-size: 1rem;
	font-style: normal;
	}
a[href$=".mp3"][download]:after {
	font-family:'FontAwesome';
	content:"\00a0\00a0\f1c7\00a0\00a0\f019";
	font-size: 1rem;
	font-style: normal;
}
a[href$=".mpeg4"][download]:after,
a[href$=".mp4"][download]:after,
a[href$=".mpeg"][download]:after {
	font-family:'FontAwesome';
	content:"\00a0\00a0\f1c8\00a0\00a0\f019";
	font-size: 1rem;
	font-style: normal;
}
a[target="_blank"]:after {
	font-family:'FontAwesome';
	content:"\00a0\00a0\f08e";
	font-size: 1rem;
	font-style: normal;
}
a[target="_blank"][href$=".pdf"]:after {
	font-family:'FontAwesome';
	content:"\00a0\00a0\f1c1\00a0\00a0\f08e";
	font-size: 1rem;
	font-style: normal;
	}
a[target="_blank"][href$=".doc"]:after,
a[target="_blank"][href$=".docx"]:after {
	font-family:'FontAwesome';
	content:"\00a0\00a0\f1c2\00a0\00a0\f08e";
	font-size: 1rem;
	font-style: normal;
}
a[target="_blank"][href$=".xls"]:after,
a[target="_blank"][href$=".xlsx"]:after {
	font-family:'FontAwesome';
	content:"\00a0\00a0\f1c3\00a0\00a0\f08e";
	font-size: 1rem;
	font-style: normal;
}
a[target="_blank"][href$=".ppt"]:after,
a[target="_blank"][href$=".pptx"]:after {
	font-family:'FontAwesome';
	content:"\00a0\00a0\f1c4\00a0\00a0\f08e";
	font-size: 1rem;
	font-style: normal;
}
a[target="_blank"][href$=".zip"]:after {
	font-family:'FontAwesome';
	content:"\00a0\00a0\f1c6\00a0\00a0\f08e";
	font-size: 1rem;
	font-style: normal;
}
a[target="_blank"][href$=".mp3"]:after {
	font-family:'FontAwesome';
	content:"\00a0\00a0\f1c7\00a0\00a0\f08e";
	font-size: 1rem;
	font-style: normal;
}
a[target="_blank"][href$=".mpeg4"]:after,
a[target="_blank"][href$=".mp4"]:after,
a[target="_blank"][href$=".mpeg"]:after {
	font-family: 'FontAwesome';
	content: "\00a0\00a0\f1c8\00a0\00a0\f08e";
	font-size: 1rem;
	font-style: normal;
}
a[class~="fa"]:after {
	font-family: 'FontAwesome';
	content: "";
	font-size: 1rem;
	font-style: normal;
	}

/* Smallest Screen Size */
@media all and (max-width : 768px) {
	.innerContainer {
		width: 100%;
	}
	
	#ceHeader li.open li {
		text-indent: 4rem;
	}
	
	#searchLink {
		display: none;
	}
	
	/* Panel Styles used for making content work on mobile devices */

	.inside.panels-flexible-row-inside,
	.inside,
	.flexBox-container,
	.pane-panels-mini div.center-wrapper {
		display: flex;
		flex-flow: column;
	}

	.main-content {
		width: auto !important;
		order: 2
	}

	.left-sidebar {
		width: auto !important;
		order: 3;
	}

	.bottom-bar {
		width: auto !important;
		order: 10;
	}

	.top-bar {
		width: auto !important;
		order: 1;
	}

	.right-sidebar {
		width: auto !important;
		order: 3;
	}

	.left-content {
		width: auto !important;
		order: 2;
	}

	.right-content {
		width: auto !important;
		order: 3;
	}

	.center-column {
		width: auto !important;
		order: 2;
	}

	.left-column {
		width: auto !important;
		order: 3;
	}

	.right-column {
		width: auto !important;
		order: 4;
	}
	
	div.mobile-hide {
		display: none;
	}
	
	.mobile-1 {
		width: auto !important;
		order: 1;
	}
	.error-r1-c1,
	.mobile-2 {
		width: auto !important;
		order: 2;
	}
	.error-r1-c2,
	.mobile-3 {
		width: auto !important;
		order: 3;
	}
	.error-r1-c3,
	.mobile-4 {
		width: auto !important;
		order: 4;
	}
	.error-r1-c4,
	.mobile-5 {
		width: auto !important;
		order: 5;
	}
	.error-r2-c1,
	.mobile-6 {
		width: auto !important;
		order: 6;
	}
	.error-r2-c2,
	.mobile-7 {
		width: auto !important;
		order: 7;
	}
	.error-r2-c3,
	.mobile-8 {
		width: auto !important;
		order: 8;
	}
	.error-r2-c4,
	.mobile-9 {
		width: auto !important;
		order: 9;
	}
	.mobile-10 {
		width: auto !important;
		order: 10;
	}
	
	.error-bottom-left {
		width: auto !important;
		order: 10;
	}
	.error-bottom-center {
		width: auto !important;
		order: 11;
	}
	.error-bottom-right {
		width: auto !important;
		order: 12;
	}

	/* End Panel Styler */
	
	/* google cse */
	td.gcsc-branding-text {
		width: 90% !important;
	}
	td.gcsc-branding-img-noclear {
		padding-top: 4px !important;
	}
}

/* Google Smallest Screen Size */
@media all and (max-width : 499px) {
	/* google cse */
	td.gcsc-branding-text {
		width: 80% !important;
	}
}

/* Medium Screen Size */
@media only screen and (min-width : 769px) {
	#ceHeader {
		display: inline-block;
		margin-bottom: 24px;
	}
}

/* Largest Screen Size */
@media only screen and (min-width : 1024px) {
	/* Panel Layout Fixes */
	.inside.panels-flexible-row-inside {
		display: block;
	}
	
	.main-content {

	}
	.main-content .inside {
		padding-right: 1.5em;
		padding-left: 1.5em;
	}

	.left-sidebar .inside {
		padding-right: 1.5rem;
		padding-left: 0;
	}

	.bottom-bar {

	}
	.bottom-bar .inside {
		padding-right: 1.5em;
		padding-left: 1.5em;
	}

	.top-bar {

	}
	.top-bar .inside {
		padding-right: 1.5em;
		padding-left: 1.5em;
	}

	.right-sidebar {
		
	}
	.right-sidebar .inside {
		padding-right: 0;
		padding-left: 1.5rem;
	}

	.left-content {
		
	}

	.right-content {
		
	}

	.center-column {
		
	}

	.left-column {
		
	}

	.right-column {
		
	}
	/* End Panel Layout Fixes */
	#pageTitle.fullWidth .contentContainer,
	.fullWidth.menuContainer .contentContainer,
	#ceFooter .contentContainer {
		width: 968px;
		margin: 0 auto;
	}
	
	#ceHeader #mobileYMenu,
	#ceHeader #mobileMenu,
	#ceHeader #mobileMenuContent {
		display: none;
	}
	
	#ceHeader {
		width: 100%;
		background-color: #002e5d;
		color: #ffffff;
		height: 3.285rem;
		line-height: 3.285rem;
	}
	
	#ceHeader .logos {
		padding-left: 1rem;
	}
	#ceHeader .logos a,
	#ceHeader .logos a:visited,
	#ceHeader .logos a:link,
	#ceHeader .logos a:hover,
	#ceHeader .logos a:active {
		color: transparent;
		text-decoration: none;
	}
	#ceHeader .logo {
		background-size: auto 2.4rem;
		background-repeat: no-repeat;
		font-size: 1.5rem;
		height: 2.125rem;
		color: transparent;
		display: inline-block;
		position: relative;
		top: .625rem;
	}
	#ceHeader .logo.CE-logo {
		background-image: url('../images/ce-logo-2021.png');
		width: 25rem;
	}
	#ceHeader .logo img {
		height: 2rem;
		top: 2.7rem;
		position: fixed;
		left: 154px;
	}

	#ceHeader ul.menu {
		background-color: transparent;
		top: 0px;
		left: auto;
		float: right;
		list-style: none;
		position: relative;
		padding: 0px;
		list-style-type: none;
		margin: 0px;
		line-height: 3.285rem;
		height: 3.285rem;
		display: block;
		text-transform: uppercase;
	}
	#ceHeader ul.menu li {
		background-color: transparent;
		position: relative;
	}
	#ceHeader ul.menu ul.menu {
		display: none;
	}
	#ceHeader ul.menu li:hover > ul.menu {
		
	}
	#ceHeader ul.menu li:hover > ul.menu li a {
		color: #FFF;
	}
	#ceHeader ul.menu li {
		float: left;
		list-style-type: none;
		list-style-image: none;
		padding: 0;
		margin: 0;
	}
	#ceHeader ul.menu li:hover>a,
	#ceHeader ul.menu li a {
		color: #ffffff;
	}
	#ceHeader ul.menu li a {
		/*padding: 0 1rem;*/
		text-decoration: none;
	}
	#ceHeader ul.menu ul.menu {
		padding: 0;
		position: absolute;
		width: auto;
		text-transform: none;
		display: none;
		position: fixed;
		top: 3.285rem;
		z-index: 3000;
		color: white;
		background-color: #369;
		height: auto;
	}
	#ceHeader ul.menu ul.menu li {
		float: none; 
		position: relative;
		font-size: 1rem;
		cursor: pointer;
	}
	#ceHeader ul.menu ul.menu li:hover {
		background: #002e5d;
	}
	#ceHeader ul.menu li:hover > ul.menu {
		display: block;
	}
	#ceHeader ul.menu a,
	#ceHeader ul.menu span {
		font-size: .8rem;
	}
	#ceHeader ul.menu > span {
		padding: 0;
		padding-right: 1.5rem;
		display: inline-block;
		border-bottom: none;
	}
	#ceHeader ul.menu #searchLink {
		cursor:pointer;
		display: inline-block;
		height: 100%;
	}
	#ceHeader ul.menu #searchBox {
		border: none;
	}
	#ceHeader ul.menu li {
		margin-left: 0px;
		padding: 0 .5rem;
		text-indent: .5rem;
		line-height: 3.285rem;
	}
	#ceHeader li.open > a {
		padding-bottom: 0rem;
		display: block;
	}
	#ceHeader .mobileMenu {
		display: none;
	}
	#ceHeader .contentContainer > .logos,
	#ceHeader .contentContainer > .menu,
	#ceHeader #registrationLink div {
		display: inline-block;
	}
	
	#siteBody ul.menu {
		display: block;
		z-index: 42;
	}
	#ceFooter .logo {
		background-size: auto 2.8rem;
		background-repeat: no-repeat;
		font-size: 1.5rem;
		height: 3rem;
		color: transparent;
		display: inline-block;
		position: relative;
	}
	#ceFooter .contentContainer {
		background-color: #A7A9AC;
		color: #ffffff;
		height: 6rem;
	}
	
	#ceFooter .contentContainer > span {
		display: table-cell;
		vertical-align: middle;
		text-align: left;
		height: 6rem;
		width: 100%;
		padding: 0 1rem;
		font-size: .8rem;
		line-height: 1rem;
	}
	
	
/* Menu Stuff */

	#siteBody #block-system-main-menu {
		/*margin-bottom: 1rem;*/
	}
	#siteBody #block-system-main-menu ul.menu ul.menu {
		display: none;
	}
	#siteBody #block-system-main-menu ul.menu li:hover > ul.menu {
		display: block;
	}
	#siteBody #block-system-main-menu ul.menu {
		width: 100%;
		list-style-type: none;
		margin: 0px;
		padding: 0px;
		line-height: 36px;
		height: 36px;
		font-size: 1.05rem;
		display: block;
		text-transform: uppercase;
	}
	#siteBody #block-system-main-menu ul.menu li {
		float: left;
		list-style-type: none;
		list-style-image: none;
		padding: 0;
		margin: 0;
	}
	#siteBody #block-system-main-menu ul.menu li a {
		padding: 0 1rem;
		display: block;
		text-decoration: none;
	}
	#siteBody #block-system-main-menu ul.menu ul.menu {
		padding: 0;
		position: absolute;
		width: auto;
		text-transform: none;
	}
	#siteBody #block-system-main-menu ul.menu ul.menu li {
		float: none; 
		position: relative;
		font-size: 1rem;
	}
	.cas-login a:hover {
		background-color: #002e5d;
	}
	.cas-login a {
		background-color: #0057b8;
		padding: 5px 7px;
		border: 1px solid #ffffff;
		font-weight: bold;
		}
	#ceHeader .menu .cas-login {
		margin-top: -1px;
	}

	
/* End Menu */
	
	.innerContainer:first-child {
		border-radius: 5px 5px 0px 0px;
	}

	.innerContainer:last-child {
		margin-bottom: 66px;
		border-radius: 0px 0px 5px 5px;
		min-height: 10px;
	}
	
	.innerContainer.fullWidth {
		border-radius: 0px;
	}

	#ceHeader #searchBox2 {
		display: none;
	}

	#ceHeader #search {
		max-width: 100%;
		margin-top: 10px;
		display: inline-block;
	}	
	
	#ceHeader #search-submit {
		background-color: transparent;
		border: none;
		cursor: pointer;
	}

	#ceHeader #search-submit .fa-search {
		font-family: 'FontAwesome';
		font-size: 1rem !important;
		color: white;
	}
}

@media only screen and (min-width : 1600px) {
	.fullWidth .innerContainer {
		width: 1600px;
		margin: 0 auto;
	}
}

.fluidMedia.wideScreen {
	position: relative;
	padding-bottom: 48%; /* proportion value to aspect ratio 16:9 (9 / 16 = 0.5625 or 56.25%) */
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.fluidMedia.fullScreen {
	position: relative;
	padding-bottom: 75%; /* proportion value to aspect ratio 4:3 (3 / 4 = 0.75 or 75%) */
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.fluidMedia iframe {
	position: absolute;
	top: 0; 
	left: 0;
	width: 100%;
	max-width: 100%;
	height: 100%;
}



/* General Fixes to jQuery UI styles */
.ui-widget {
	font-famiy: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 1rem;
}
.ui-widget-content a:not(.btn),
.ui-widget-content a:visited:not(.btn) {
	color: #369;
}


/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { border: 1px solid #cccccc; background: #f6f6f6; color: #38c; }
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #369; text-decoration: none; }
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus { border: 1px solid #aec4d5; background: #cee4f5; color: #369; }
.ui-state-hover a, .ui-state-hover a:hover { color: #369; text-decoration: none; }
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { border: 1px solid #428bca; background: #ffffff; color: #428bca; }
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #38c; text-decoration: none; }
.ui-widget :active { outline: none; }

/* Tabs */
.ui-tabs.ui-widget-content {
	background:none;
	padding:0;
	border:none;
}
.ui-tabs .ui-tabs-nav {
	padding: 0px;
}
.ui-tabs .ui-tabs-nav > li {
	top: 1px;
	margin: 0 4px 1px 0;
}
.ui-tabs-nav > li.ui-corner-top {
	border-bottom: 0;
}
.ui-tabs-nav > li.ui-corner-left {
	border-bottom-width: 1px;
	border-right: 0;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
	padding: 6px 12px;  
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor:focus {
	outline: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected {
	margin-bottom: 0;
	padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav.ui-widget-header {
	background:none;
	border:none;
}
.ui-tabs .ui-tabs-panel {
	display: block;
	border: 1px solid #dddddd;
	padding: 1em 1.4em;
	background: none;
}

/* Pill and stacked tabs */
.ui-tabs-pill > .ui-tabs-nav {
	padding: 0;
}

.ui-tabs-pill > .ui-tabs-nav > li,
.ui-tabs-pill-stacked > .ui-tabs-nav > li {
	border: none;
	background: none;
	border-radius: 4px;
}
.ui-tabs-pill > .ui-tabs-nav > li:hover,
.ui-tabs-pill-stacked > .ui-tabs-nav > li:hover {
	background: #f6f6f6;
	border: none;
}
.ui-tabs-pill > .ui-tabs-nav > li.ui-tabs-active,
.ui-tabs-pill-stacked > .ui-tabs-nav > li.ui-tabs-active {
	background: #428bca;
}
.ui-tabs-pill > .ui-tabs-nav > li.ui-tabs-active > .ui-tabs-anchor,
.ui-tabs-pill-stacked > .ui-tabs-nav > li.ui-tabs-active > .ui-tabs-anchor {
	color: white;
}
@media (min-width: 960px) {
	.ui-tabs-pill > .ui-accordion > .ui-tabs-panel,
	.ui-tabs-pill-stacked > .ui-accordion > .ui-tabs-panel {
		border: none;
		padding: 1em 0 1em 0;
	}
}
.ui-tabs-pill > .ui-tabs-panel > h1:first-child,
.ui-tabs-pill > .ui-tabs-panel > h2:first-child {
	margin-top: 20px;
}
.ui-tabs-pill > .ui-tabs-panel > h3:first-child,
.ui-tabs-pill > .ui-tabs-panel > h4:first-child {
	margin-top: 15px;
}
.ui-tabs-pill-stacked > .ui-tabs-panel > h1:first-child,
.ui-tabs-pill-stacked > .ui-tabs-panel > h2:first-child,
.ui-tabs-pill-stacked > .ui-tabs-panel > h3:first-child,
.ui-tabs-pill-stacked > .ui-tabs-panel > h4:first-child {
	margin-top: 0;
}
.ui-tabs-pill-stacked > .ui-tabs-nav,
.ui-tabs-stacked > .ui-tabs-nav {
	display: block;
	float: left;
	width: 25%;
	max-width: 25%;
	box-sizing: border-box;
}
.ui-tabs-pill-stacked > .ui-tabs-nav {
	padding: 0 1.5em 0 0;      
}
.ui-tabs-stacked > .ui-tabs-nav {
	padding: 0;
	margin-top: 4px;
}
.ui-tabs-stacked > .ui-tabs-nav > li,
.ui-tabs-stacked > .ui-tabs-nav > li.ui-tabs-active {
	margin: 0;
	top: 0;
	padding: 4px 8px;
}
.ui-tabs-pill-stacked > .ui-tabs-nav > li,
.ui-tabs-stacked > .ui-tabs-nav > li {
	display: block;
	position: relative;
	float: none;
}
.ui-tabs-pill-stacked > .ui-tabs-panel,
.ui-tabs-stacked > .ui-tabs-panel {
	display: block;
	float: left;
	width: 75%;
}
.ui-tabs-pill-stacked > .ui-tabs-nav > li > .ui-tabs-anchor,
.ui-tabs-stacked > .ui-tabs-nav > li > .ui-tabs-anchor {
	display: block;
	float: none;
	white-space: normal;
}
.ui-tabs-pill-stacked > .ui-tabs-nav > li+li,
.ui-tabs-stacked > .ui-tabs-nav > li+li,
.ui-tabs-stacked > .ui-tabs-nav > li+li.ui-tabs-active {
	margin-top: 0.2em;
}
.ui-tabs-stacked > .ui-tabs-panel {
	box-sizing: border-box;    
}
.ui-tabs-stacked > .ui-tabs-nav > li.ui-tabs-active {
	margin-right: -1px;
	padding-right: 1px; 
}

/* Dialog */
.ui-dialog-titlebar {
	background: #eee;
	margin: -4px -4px 0 -4px;
	border-radius: 0;
	border-bottom-color: #ccc;
}
.ui-dialog-titlebar-close.ui-state-default {
	border: none;
	background: none;
	box-shadow: none;
}
.ui-dialog-titlebar-close span:first-child {
	background: none;
	position: relative;
	top: 8px;
}
.ui-dialog-titlebar-close span:first-child:before {
	content: '×';
	position: absolute;
	top: 0;
	left: 0;
	width: 16px;
	height: 16px;
	color: black;
	text-indent: 0;
	opacity: 0.4;
	font-weight: bold
}
.ui-dialog-titlebar-close:hover span:first-child:before {
	opacity: 0.6;
}
.ui-dialog .ui-dialog-buttonpane {
	margin: 0 -4px -4px;
	padding: 0 8px 2px;
	background: #eee;
	border-color: #ccc;
}
.ui-dialog .ui-dialog-buttonpane .ui-button-text-only .ui-button-text {
	padding: 0;
}

/* this was making the form inputs fonts go wonky when they were inside UI widgets.  We want them to look just like they do outside of widgets */
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button:not(.ui-dialog-titlebar-close) {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: inherit;
}

/* google search */
.gsc-input-box {
    height: auto !important;
}
input.gsc-search-button-v2 {
    height: auto !important;
    width: auto !important;
}
.cse .gsc-control-cse, .gsc-control-cse, .gsc-webResult.gsc-result, .gsc-webResult.gsc-result:hover {
    background-color: transparent !important;
    border: none !important;
}
