

/*BEGIN Back to Top */

.back-to-top, .form-feedback {
	display: none;
  }
  
  .back-to-top-btn:hover>p, .back-to-top:focus>.back-to-top-btn>p {
	display: block !important;
  }
  
  /*END Back to Top */
  

/************Home page styling starts**********************/
.spotlight-text {
		color: #1e6b52;

		font-weight: 600;
		font-size: 18px;
		margin-bottom: 15px;
		text-transform: uppercase;
}

.home-container {
	display: flex;
	flex-wrap: wrap;
}

.home-container>div {
	flex-basis: calc(22% - 4em);
	box-sizing: border-box;
}

.home-content-l {
	flex-grow: 10;
	border-right: 1px solid #d3d3d3;
	padding: 0 25px;
}

.home-content-r {
	flex-grow: 1;
	padding: 0 25px;
	text-align: center;
}

.event-list-heading {
	margin: 30px 0px 10px 0px;
	padding-bottom: 7px;
	text-align: center;
	font-size: 1.5rem;
}

.home-acknowledgement {
	padding: 20px;
	border: 1px solid #1e6b52;
	clear: both;
	box-shadow: 3px 5px #80bc00;
	background: #F1F5E2;
}

.homebanner .uk-panel {
	display: block;
	position: relative;
	background: #F1F5E2;
	border-bottom: 1px solid #80bc00;
}

/************Home page styling Ends**********************/

/**************************Home Epilogue Starts***********************/
body.hd.ribbonFullwidth #epilogue {
	max-width: 100%;
}

.home-ack-reminder {
	align-items: center;
	background-color: #F1F5E2;
	display: flex;
	justify-content: center;
	min-height: 170px;
	border-top: 1px solid #80bc00;
}

.home-ack-reminder-content {
	max-width: 1080px;
	padding: 1em 1em 1em 3em;
}

/**************************Home Epilogue Ends***********************/

.norc-news .lowers {
	padding: 0 40px;
	background-color: #fafafa;
	box-sizing: border-box;
	margin-top: 2em !important;
}

.clear-space {
	clear: both;
}

.bulletedList {
	padding-left: 20px;
}

.wf_caption>img {
	box-shadow: none;
}

span.wf_caption {
	background-color: #f5f5f5;
	border: 8px solid #f5f5f5;
	max-width: 300px;
	width: 100%;
	display: inline-block;
}

.courses-feed .c-news-feed-01__copy {
	border-top: 3px solid #80bc00;
}

.workshops {
	float: left;
	padding-bottom: 20px;
}

.norc-social {
	width: 47%;
	float: left;
	box-sizing: border-box;
	padding: 20px;
	border: 1px solid #eee;
	margin: 0 10px 20px 0;
	min-height: 390px;
}

.norc-social p {
	font-size: 20px;
	padding: 15px 0;
}

.extra-spacing {
	padding: 20px 0;
}

/*************************RESPONSIVE TABLE CSS BEGINS**************************/

table.respo {
	width: 100%;
	border-collapse: collapse;
	margin: 20px auto;
}

/* Zebra striping */

table.respo tr:nth-of-type(odd) {
	background: #eee;
}

table.respo th {
	background: #1e6b52;
	color: white;
	font-weight: bold;
	width: 80px;
	text-align: left;
}

table.respo td,
th {
	padding: 10px;
	border: 1px solid #ccc;
	vertical-align: middle;
}

.mobile-only-header-text {
	display: none;
}

/* Max width before this PARTICULAR table gets nasty this query will take effect for any screen smaller than 960px and also iPads specifically.*/
@media only screen and (max-width: 960px),
(min-device-width: 768px) and (max-device-width: 1024px) {
	table.respo {
		width: 100%;
	}

	.mobile-only-header-text {
		display: block;
	}

	/* Force table to not be like tables anymore */
	table.respo,
	thead,
	tbody,
	th,
	td,
	tr {
		display: inline-block;
	}

	/* Hide table headers (but not display: none;, for accessibility) */
	table.respo thead tr {
		position: absolute;
		top: -9999px;
		left: -9999px;
	}

	table.respo tr {
		border: 1px solid #ccc;
	}

	table.respo td {
		/* Behave  like a "row" */
		border: none;
		position: relative;
		padding-left: 56%;
	}

	table.respo td:before {
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		padding-right: 10px;
		white-space: nowrap;
		/* Label the data */
		content: attr(data-column);
		color: #000;
		font-weight: bold;
	}
}

/*************************RESPONSIVE TABLE CSS ENDS**************************/


/****************************Media Queries*************************************/
@media only screen and (max-width: 1024px) {
	.norc-social {
		width: 100%;
	}

	.home-container {
		flex-direction: column;
	}

	.home-content-r {
		margin: 20px 0;
	}

	.home-content-l {
		border-right: none;
	}
}

@media only screen and (max-width: 767px) {
	.image--mobile-full-width {
		width: 100% !important;
		float: none !important;
		margin: .5em 0 !important;
	}
}

/****************************Media Queries Ends*************************************/