
/********
* Fonts *
*********/ 

@font-face {
    font-family: "OpenSans-Bold";
    src: url(fonts/OpenSans-Bold.ttf) format("truetype");
}
@font-face {
    font-family: "OpenSans-BoldItalic";
    src: url(fonts/OpenSans-BoldItalic.ttf) format("truetype");
}
@font-face {
    font-family: "OpenSans-ExtraBold";
    src: url(fonts/OpenSans-ExtraBold.ttf) format("truetype");
}
@font-face {
    font-family: "OpenSans-ExtraBoldItalic";
    src: url(fonts/OpenSans-ExtraBoldItalic.ttf) format("truetype");
}
@font-face {
    font-family: "OpenSans-Italic";
    src: url(fonts/OpenSans-Italic.ttf) format("truetype");
}
@font-face {
    font-family: "OpenSans-Light";
    src: url(fonts/OpenSans-Light.ttf) format("truetype");
}
@font-face {
    font-family: "OpenSans-LightItalic";
    src: url(fonts/OpenSans-LightItalic.ttf) format("truetype");
}
@font-face {
    font-family: "OpenSans-Regular";
    src: url(fonts/OpenSans-Regular.ttf) format("truetype");
}
@font-face {
    font-family: "OpenSans-SemiBold";
    src: url(fonts/OpenSans-SemiBold.ttf) format("truetype");
}
@font-face {
    font-family: "OpenSans-SemiBoldItalic";
    src: url(fonts/OpenSans-SemiBoldItalic.ttf) format("truetype");
}

/***********************
* Foundation Overrides *
************************/ 
body {
    font-family: OpenSans-Regular !important;
}
.row {
	max-width: 100%;
}
hr {
	max-width: 100%;
}
/*
form .column:not(:first-child), form .columns:not(:first-child) {
	padding-left: 20px !important;
}
*/


/**********************
* Superfish Overrides *
***********************/

.sf-menu > li.sf-with-ul > ul {
	min-width: 220px !important;
}

.sf-menu.casp-custom-menu .nav-down-arrow {
	background: url(images/icon_mainnav_arrow_unselected.png) no-repeat;
	background-size: 100%;
	display: inline-block;
	height: 11px;
	width: 15px;
}

.sf-menu.casp-custom-menu li.casp-menu-group:hover .nav-down-arrow {
	background: url(images/icon_mainnav_arrow_selected.png) no-repeat;
	background-size: 100%;
}


/* Tables */

table {
	margin-bottom: 0px;
	border: none;
}

/**********
* Helpers *
***********/

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

.spacer-left {
    margin-left: 30px !important;
}

.spacer-right {
    margin-right: 30px !important;
}

.spacer-top {
    margin-top: 30px !important;
}

.spacer-bottom {
    margin-bottom: 30px !important;
}

.spacer-half-top {
    margin-top: 15px !important;
}

.spacer-half-bottom {
    margin-bottom: 15px !important;
}

/*********
* Header *
**********/ 

/* Main Logo and Menu Navigation */
.header-wrapper {
    position: relative;
    background-color: #ffffff;
    height: 160px;
    padding: 30px 0px 0px 0px;
    z-index: 1000;
}
.header-wrapper .row {
	max-width: 1200px;
}
.header-wrapper .logos {
	display: inline-block;
}

.menu-main-header {
	display: inline-block;
}
.menu-main-header ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.menu-main-header ul li {
	display: block;
	float: left;
	padding: 28px 20px 0px 10px;
}
.menu-main-header ul li a.menu-link {
	display: block;
	text-decoration: none;
	color: #4a1713;
	font-weight: bold;
	font-size: 16px;
	
}
.menu-main-header ul li a.menu-link:hover {
	color: #945955;
}

.header-info-wrapper {
	float: right;
	padding: 5px 10px 0px 0px;
}
.header-info {
	display: table;
}
.header-info .header-info-cell {
	display: table-cell;
	padding: 0px 2px;
}
.header-info .header-info-cell:first-child {
	border-left: none;
}
.header-info .header-info-cell a {
	color: #0a0a0a;
	text-decoration: none;
}

/*********
* Footer *
**********/

footer {
	background-color: #2e3333;
	padding: 60px 60px 50px 60px;
}
footer .row {
	max-width: 1200px;
}
footer a.footer-link {
	
	font-size: 14px;
	line-height: 28px;
	color: #ffffff;
}
footer a.footer-link:hover {
	text-decoration: underline;
}
footer p {
	
	font-size: 12px;
	font-weight: normal;
	color: #ffffff;
}

footer .social-icons {
	padding: 0px 0px 80px 0px;
}
footer .social-icons a {
	display: inline-block;
	padding: 0px 10px 0px 0px;
}

/**********
* Buttons *
***********/ 

.primary-button-wrapper {
	padding: 30px 0px;
}

.primary-button {
    display: inline-block;
    background-color: #918c10;
    color: #ffffff !important;
    
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 12px;
}
.primary-button:hover {
	text-decoration: none;
}

.primary-solid-button {
	display: inline-block;
	border-radius: 25px;
	border-color: #2e3333 !important;
	background-color: #2e3333;
	color: #ffffff !important;
	
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 12px 30px;
}
.primary-solid-button:hover {
	text-decoration: none !important;
}

.secondary-button {
	display: inline-block;
	background-size: 100%;
	border-color: #bebfc1 !important;
	border-radius: 2.5em;
	border-width: 1px;
	border-style: solid;
	padding: 0.6em 1.4em;
	font-weight: bold;
	font-size: 13px;
	white-space: nowrap;
	margin-bottom: 4px;
	color: #5e5f63 !important;
	cursor: pointer;
	line-height: initial;
}
.secondary-button:hover {
	background-color: #ffffff;
	color: #5e5f63;
	text-decoration: none !important;
}

.secondary-button.green {
    border-radius: 2.5em;
    background-color: white;
    border: solid 1px #7DC148 !important;
    color: #7DC148 !important;
    font-family: OpenSans-Regular;
    font-weight: 700 !important;
    padding: 0.6em 1.4em;
    box-shadow: none;
    background-image: none;
    margin-bottom: 0;
    line-height: inherit;
}


.secondary-button.flat {
    background: white;
    box-shadow: none;
}

.secondary-button.post-clone {
    background-color: #7EC149;
    color: white !important;
}

.green-button {
	display: inline-block;
	border-radius: 2.5em;
	border-color: #2e3333 !important;
	background-color: #5b7f7e;
	color: #ffffff !important;
	
	font-weight: bold;
	padding: 0.6em 1.4em;
}
.list-control-wrapper .green-button:hover {
    font-weight: normal !important;
}
.green-button:hover {
    text-decoration: none !important;
    font-weight: bold !important;
}

.blue-button {
	display: inline-block;
	border-radius: 2.5em;
	border-color: #4c96d1 !important;
	background-color: #4c96d1;
	color: #ffffff !important;
	
	font-weight: bold;
	padding: 0.6em 1.4em;
}
.blue-button:hover {
	font-weight: bold !important;
}

.gray-button {
	display: inline-block;
	border-radius: 2.5em;
	border-color: #828283 !important;
	background-color: #828283;
	color: #ffffff !important;
	
	font-weight: bold;
	font-size: 13px;
	padding: 0.6em 1.4em;
}
.gray-button:hover {
	text-decoration: none !important;
}

.lightgray-button {
	display: inline-block;
	border-radius: 2.5em;
	border-color: #C6C6C6 !important;
	background-color: #C6C6C6;
	color: #ffffff !important;
	
	font-weight: bold;
	font-size: 13px;
	padding: 0.6em 1.4em;
}
.lightgray-button:hover {
	text-decoration: none !important;
}

.commands-table-overlay {
	position: absolute;
	display: none;
	text-align: center;
	background-color: white;
}
.commands-table {
	display: table;
	width: 100%;
}
.commands-table .commands-cell {
	display: table-cell;
	vertical-align: top;
}
.commands-table .commands-cell.right {
	text-align: right;
}
.commands-inner-wrapper {
	padding: 5px 0px 10px 0px;
}
.commands-inner-wrapper .commands-button-wrapper {
	display: inline-block;
	padding: 0px 5px 0px 0px;
}

.commands-wrapper-bottom {
	border-top: dotted 1px #DAD9D3;
	padding: 15px 0px 0px 0px;
}



.command_seperator_top {
	border-top: dotted 1px #DAD9D3;
	border-bottom: dotted 1px #DAD9D3;
	margin-bottom: 15px;
	padding: 0px 0px;
}
.command_seperator_bottom {
	border-top: dotted 1px #DAD9D3;
	margin-top: 15px;
	padding: 6px 0px;
}







/**************
* Splash Page *
***************/

.hero-wrapper {
    margin: 0 auto;
    max-width: 1200px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom right;
    background-image: url(images/hero-w-overlay-2x.jpg);
    min-height: 450px;
}

.hero-wrapper .hero-content-wrapper {
	display: table;
    width: 100%;
}
.hero-wrapper .hero-content {
	display: table-cell;
	padding: 50px;
}
.hero-wrapper .hero-content .medium {
	font-size: 22px;
	line-height: 36px;
	font-weight: normal;
	color: #ffffff;
}
.hero-wrapper .hero-content .large {
	font-weight: bold;
	font-size: 26px;
	line-height: 36px;
	color: #ffffff;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.hero-wrapper .hero-content .small {
	font-size: 14px;
	line-height: 24px;
	font-weight: normal;
	color: #ffffff;
}
.hero-wrapper .hero-content .small a {
	font-size: 14px;
	line-height: 24px;
	font-weight: normal;
	color: #ffffff;
	text-decoration: underline;
}

.splash-cta-wrapper {
	padding: 40px 0px;
}
.splash-cta-wrapper .row {
	max-width: 1200px;
}
.splash-cta-wrapper .splash-cta {
	margin: 0px 5px;
}

.splash-cta-wrapper .splash-cta .img-bg {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center; 
	min-height: 300px;
}
.splash-cta-wrapper .splash-cta .img-bg.about-the-program {
	background-image: url(images/cta-about-program-2x.png);
}
.splash-cta-wrapper .splash-cta .img-bg.create-account {
	background-image: url(images/cta-create-account-2x.png);
}
.splash-cta-wrapper .splash-cta .img-bg.benefits-to-you {
	background-image: url(images/cta-tools-benefits-2x.png);
}

.splash-cta-wrapper .seperator {
	border-left: solid 1px #4a1913;
	margin: 0px 0px 0px 5px;
}
.splash-cta-wrapper .splash-cta .content {
	font-size: 14px;
	font-weight: normal;
	color: #333333;
	padding: 10px 20px 10px 20px;
}

.authentication-form-wrapper { 
	padding: 0px 10px;
	margin: 0px auto;
	max-width: 500px;
}
.widget-wrapper .authentication-form-wrapper {
	margin: 0px 10px 0px 20px;
	max-width: none;
}
.authentication-form-wrapper .title {
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
	color: #4a1713;
	padding: 10px 0px 10px 0px;
}
.authentication-form-wrapper .input-label {
	display: block;
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	cursor: default;
	padding: 0px 0px 5px 0px;
}
.authentication-form-wrapper .checkbox-label {
	font-size: 12px;
}
.authentication-form-wrapper .checkbox-label label {
	cursor: pointer;
}
.authentication-form-wrapper input[type="checkbox"] {
	cursor: pointer;
	margin-top: 4px;
	float: left;
}

.authentication-form-wrapper input[type="text"], .authentication-form-wrapper input[type="password"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	border-radius: 0;
	background-color: #FFFFFF;
	border-style: solid;
	border-width: 1px;
	border-color: #979797;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
	color: rgba(0, 0, 0, 0.75);
	display: block;
	
	font-size: 0.875rem;
	height: 2.3125rem;
	margin: 0 0 1rem 0;
	padding: 0.5rem;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: border-color 0.15s linear, background 0.15s linear;
	-moz-transition: border-color 0.15s linear, background 0.15s linear;
	-ms-transition: border-color 0.15s linear, background 0.15s linear;
	-o-transition: border-color 0.15s linear, background 0.15s linear;
	transition: border-color 0.15s linear, background 0.15s linear;
}
.authentication-form-wrapper input[type="text"]:focus, .authentication-form-wrapper input[type="password"]:focus {
	background: #fafafa;
	border-color: #999999;
	outline: none;
}
.authentication-form-wrapper .small-link {
	font-size: 12px;
	font-weight: normal;
	color: #333333;
}

.authentication-note {
	font-size: 12px;
	display: inline-block;
	padding: 0px 0px 20px 0px;
}

/*******************
 * 2nd Level Pages *
 *******************/

.secondary-page-wrapper {
	background-color: #ffffff;
	padding: 40px 0px 40px 0px;
}
.secondary-page-wrapper .row {
	max-width: 1200px;
}
.secondary-page-wrapper.full-width .row {
	max-width: 100%;
}
.secondary-page-wrapper .edit-overide .row {
	max-width: 1200px;
}

.top-header-tab-wrapper {
	position: relative;
	background-color: #2e3333;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: bottom right;
	background-image: url(images/header-w-overlay-2x.jpg);
	height: 106px;
}
.top-header-tab-wrapper .row {
	max-width: 1200px;
}

.top-header-tab-wrapper .top-header-tab-background {
	height: 50px;
}
.top-header-tab-wrapper .top-header-rounded {
	/* background-color: #ffffff;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	padding: 5px 70px 0px 70px;
	margin: 10px 0px 0px 20px;
	display: inline-block; */
}
	.top-header-tab-wrapper .top-header-tab .Head {
		font-family: 'Poppins', sans-serif;
		font-size: 36px;
		text-decoration: none;
		color: white;
	}

.secondary-page-wrapper a,
.secondary-page-wrapper a:link,
.secondary-page-wrapper a:visited,
.secondary-page-wrapper a:active {
	text-decoration: none;
	color: #5b7f7e;
	border-bottom: 1px solid #5b7f7e;
}
.secondary-page-wrapper a:hover {
	border-bottom: 1px solid transparent;
}

/* Text styles */

.secondary-page-wrapper h3 {
	font-family: 'Poppins', sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #4a1713;
	text-transform: uppercase;
}

/* Fix a Items */

ul.dnnActionMenuBody li ul li a,
.dnnFormHelp,
.dnnGridItem a,
.dnnGridAltItem a,
.dnnFormItem a,
.dnnSecondaryAction, 
.dnnFormSectionHead a,
.pinHelp,
.aspNetDisabled,
.ui-tabs-anchor,
.RadButton,
.no-link {
	border-bottom: none !important;
}
.aspNetDisabled {
	color: #8c8c8c !important;
	border-bottom: none !important;
}

.dnnGridItem img, dnnGridAltItem img {
	max-width: none;
}
.dnnFormItem input {
	width: initial !important;
	margin: 0px !important;
}

.console h3 {
	font-size: 1em;
	font-weight: 400;
	font-style: normal;
	color: inherit;
	font-family: Helvetica Neue,Helvetica,Roboto,'PT Serif',sans-serif;
	text-transform: none;
}
.console a {
	border-bottom: none !important;
}

/*********
 * Forms *
 *********/

.error-notification {
	display: none;
}

.form-error {
	color: red;
	font-size: 14px;
	display: inline-block;
	padding: 0px 0px 20px 0px;
	/* font-family: Poppins; */
}
.form-error.no-padding {
	padding: 0px;
}

.form-box-wrapper {
	border-radius: 5px;
	border: solid 1px #979797;
	background-color: white;
}
.form-box-wrapper .inner-wrapper {
	padding: 20px;
}
.form-box-wrapper .title {
	font-family: 'Poppins', sans-serif;
	font-size: 24px;
	font-weight: normal;
	color: #4a1713;
	text-transform: uppercase;
}
.form-box-wrapper .submit-button-wrapper {
	border-top: solid 1px #e0e0e0;
	text-align: right;
	padding: 30px;
}
.form-box-wrapper .section-separator {
	border-top: solid 1px #e0e0e0;
	padding: 10px 20px;
}
.form-box-wrapper .disclaimer {
	-webkit-appearance: none;
	-moz-appearance: none;
	background-color: #FFFFFF;
	border-style: solid;
	border-width: 1px;
	border-color: #979797;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
	color: rgba(0, 0, 0, 0.75);
	display: block;
	
	font-size: 0.875rem;
	padding: 0.5rem;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: border-color 0.15s linear, background 0.15s linear;
	-moz-transition: border-color 0.15s linear, background 0.15s linear;
	-ms-transition: border-color 0.15s linear, background 0.15s linear;
	-o-transition: border-color 0.15s linear, background 0.15s linear;
	transition: border-color 0.15s linear, background 0.15s linear;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	overflow-y: visible;
	overflow-x: hidden;
	height: 150px;
	margin: 15px 0px 10px 0px;
}

.form-box-wrapper .checkbox-label {
	cursor: pointer;
	
	font-size: 0.875rem;
	margin: 1rem 0 0 0;
	display: inline-block;
	color: rgba(0, 0, 0, 0.75);
}
.form-box-wrapper .checkbox-label label {
	cursor: pointer;
}
.form-box-wrapper input[type="checkbox"] {
	cursor: pointer;
	margin-top: 4px;
	float: left;
}
	.form-box-wrapper input[type="text"], .form-box-wrapper input[type="date"], .form-box-wrapper input[type="password"], .form-box-wrapper textarea {
		-webkit-appearance: none;
		-moz-appearance: none;
		background-color: #FFFFFF;
		border-style: solid;
		border-width: 1px;
		border-color: #979797;
		box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
		color: rgba(0, 0, 0, 0.75);
		display: block;
		
		font-size: 16px;
		height: 2.3125rem;
		margin: 1rem 0 0 0;
		padding: 0.5rem;
		width: 100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		-webkit-transition: border-color 0.15s linear, background 0.15s linear;
		-moz-transition: border-color 0.15s linear, background 0.15s linear;
		-ms-transition: border-color 0.15s linear, background 0.15s linear;
		-o-transition: border-color 0.15s linear, background 0.15s linear;
		transition: border-color 0.15s linear, background 0.15s linear;
		-webkit-border-radius: 2px;
		-moz-border-radius: 2px;
		border-radius: 2px;
	}
.form-box-wrapper input[type="text"]:focus, .form-box-wrapper input[type="password"]:focus, .form-box-wrapper textarea:focus {
	background: #fafafa;
	border-color: #999999;
	outline: none;
}
.form-box-wrapper textarea {
	min-height: 75px;
}

.form-box-wrapper select {
	-webkit-appearance: none !important;
	-moz-appearance: none !important;
	background-color: #ffffff;
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+);
	background-position: 100% center;
	background-repeat: no-repeat;
	border-style: solid;
	border-width: 1px;
	border-color: #979797;
	color: rgba(0, 0, 0, 0.75);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
	font-size: 0.875rem;
	line-height: normal;
	padding: 0.5rem 1rem 0.5rem 0.5rem;
	height: 2.3125rem;
	margin: 1rem 0 0 0;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	width: auto;
}
.form-box-wrapper select::-ms-expand {
    display: none; 
 }
.form-box-wrapper select.radius {
    border-radius: 3px; 
 }
.form-box-wrapper select:hover {
    background-color: #f3f3f3;
    border-color: #999999;
}
.form-box-wrapper select[multiple] {
    height: auto;
	background-image: none;
}

.form-box-wrapper .form-notes {
	font-size: 12px;
	font-style: italic;
	display: inline-block;
	padding: 0px 0px 15px 0px;
}

/* Toggle controls */

.form-box-wrapper .more-controls.off {
	display: none;
}

.form-box-wrapper .secondary-button.toggle-button {
	margin: 5px 0px;
	display: inline-block;
}

/* Fix the placeholder */

.form-box-wrapper ::-webkit-input-placeholder {	
	color: rgba(0, 0, 0, 0.75) !important;
	opacity: 1 !important;
}
.form-box-wrapper :-moz-placeholder {	
	color: rgba(0, 0, 0, 0.75) !important;
	opacity: 1 !important;
}
.form-box-wrapper ::-moz-placeholder {	
	color: rgba(0, 0, 0, 0.75) !important;
	opacity: 1 !important;
}
.form-box-wrapper :-ms-input-placeholder {	
	color: rgba(0, 0, 0, 0.75) !important;
	opacity: 1 !important;
}

/**************
 * Containers *
 **************/

.section-container {
	border-radius: 5px;
	border: solid 1px #979797;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 10px 0px;
}

.section-container.default-data-section {
	padding: 10px 20px 20px 20px;
	border: none;
	border-radius: 10px;
	background-color: #f9f5f2;
	/*color: #47130F;*/
	margin-bottom: 30px;
}

.section-container .inner-wrapper {
	padding: 20px;
}
.section-container .inner-wrapper-small {
	padding: 10px;
}
.section-container .title {
	font-size: 22px;
	font-weight: bold;
	color: #4a1713;
	text-transform: uppercase;
	border-bottom: solid 1px #e0e0e0;
	padding: 10px 20px;
}
.section-container .title.no-border {
	border-bottom: none;
}
.section-container .title a {
	font-size: 22px;
	font-weight: bold;
	color: #4a1713;
	text-transform: uppercase;
	border-bottom: none !important;
}

.section-container.default-data-section .title {
	border-bottom: none;
}

.section-container .sub-title {
	font-weight: bold;
	color: #4a1713;
	text-decoration: none;
	font-size: 16px;
}
.section-container .sub-title.big {
	color: #000000;
	font-size: 18px;
	padding: 10px 0px 0px 0px;
}
.section-container .sub-title a {
	font-weight: bold;
	color: #4a1713;
	text-decoration: none;
	font-size: 16px;
	border-bottom: 1px solid transparent;
}
.section-container .link-list {
	padding: 0px 0px 20px 0px;
}
.section-container .link-list a {

}

.section-container .line {
	border-top: solid 1px #e0e0e0;
	padding: 0px 0px 15px 0px;
}

.section-container .largeindicatorcount {
	font-weight: bold;
	color: #4a1713;
	text-decoration: none;
	font-size: 32px;
}

.section-container .green-button.large {
    font-size: 18px;
    line-height: 22px;
    margin: 10px 0px;
    text-align: center;
    padding: 0.6em 2.5em;
}

.section-container .blue-button.large {
    font-size: 18px;
    margin: 10px 0px;
}

.section-container .row {
	margin: 0px;
}


/********************
 * Progress Summary *
 ********************/

.progress-summary-table {

}

.progress-summary-table .chart-section {
	padding: 10px 0px;
}
.progress-summary-table .chart-info {
	padding: 0px 0px 10px 0px;
}

.progress-summary-table .one {
	border-right: solid 1px #e0e0e0;
	border-bottom: solid 1px #e0e0e0;
}
.progress-summary-table .two {
	border-bottom: solid 1px #e0e0e0;
}
.progress-summary-table .three {
	border-right: solid 1px #e0e0e0;
}
.progress-summary-table .four {

}
.progress-summary-table .all-complete {
	background-color: #fffaf4;
}
.progress-summary-table .all-complete .chart-info {
	background-color: #f89c1d;
	color: #ffffff;
}
.progress-summary-table .all-complete .chart-info a {
	color: #ffffff;
	border-bottom: 1px solid #ffffff;
}
.progress-summary-table .all-complete .chart-info a:hover {
	border-bottom: none;
}
.progress-summary-table .all-complete .sub-title.big {
	color: #ffffff;
}

.chart-legend {
	display: table;
	margin: 5px auto 0px auto;
}
.chart-legend .chart-legend-row {
	display: table-row;
}
.chart-legend .chart-legend-row .chart-legend-cell {
	display: table-cell;
	vertical-align: middle;
	font-size: 10px;
	text-align: left;
}
.chart-legend .chart-legend-row .chart-legend-cell:nth-child(2) {
	padding-left: 5px;
}
.chart-legend .chart-legend-row .chart-legend-cell .chart-legend-indicator {
	width: 10px;
	height: 10px;
}
	.chart-legend .chart-legend-row .chart-legend-cell .chart-legend-indicator.complete {
		background-color: #918c10;
	}
.chart-legend .chart-legend-row .chart-legend-cell .chart-legend-indicator.not-complete {
	background-color: #4795d3;
}

.chart-list-table {
	display: table;
}
.chart-list-table .chart-list-cell {
	display: table-cell;
	vertical-align: middle;
}
.chart-list-table .chart-list-cell.one {
	width: 150px;
}
.chart-list-table .chart-list-cell.two {
	padding-left: 20px;
}

.chart-list-table .chart-legend {
	margin: 5px 0px;
}
.chart-list-table .chart-list-cell .chart-info {
	padding: 20px 0px 0px 0px;
}
.chart-list-table .chart-list-cell .chart-info .sub-title.big {
	color: #000000;
	font-size: 18px;
}
.go-button-wrapper {
	padding: 50px 0px 0px 0px;
	text-align: center;
}

/*****************
 * Form Controls *
 *****************/

.form-label {
	
	font-size: 0.875rem;
	font-weight: bold;
	margin: 1.3rem 0 0 0;
	display: inline-block;
	color: rgba(0, 0, 0, 0.75);
}
.form-label.multi-line {
	margin: 0.75rem 0 0 0;
}
.form-label.normal {
	font-weight: normal;
	margin: .25rem 0 0 0 !important;
}
.checkbox-label {
	cursor: pointer;
	
	font-size: 0.875rem;
	font-weight: bold;
	margin: 1rem 0 0 0;
	display: inline-block;
	color: rgba(0, 0, 0, 0.75);
}
.checkbox-label.no-padding {
	margin: 0 0 0 0;
	font-weight: normal;
}
.checkbox-label.no-text {
	margin: 1.3rem 0 0 0;
	font-weight: normal;
}
.checkbox-label.no-margin {
	margin: 0;
}
.checkbox-label label {
	cursor: pointer;
}
.read-only-label {
	
	font-size: 0.875rem;
	font-weight: normal;
	margin: 1.3rem 0 0.7rem 0;
	display: inline-block;
	color: rgba(0, 0, 0, 0.75);
}
input[type="checkbox"] {
	cursor: pointer;
	margin-top: 4px;
	float: left;
}
input[type="text"], input[type="date"], input[type="password"], textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	background-color: #FFFFFF;
	border-style: solid;
	border-width: 1px;
	border-color: #979797;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
	color: rgba(0, 0, 0, 0.75);
	display: block;
	
	font-size: 0.875rem;
	height: 2.3125rem;
	margin: 1rem 0 0 0;
	padding: 0.5rem;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: border-color 0.15s linear, background 0.15s linear;
	-moz-transition: border-color 0.15s linear, background 0.15s linear;
	-ms-transition: border-color 0.15s linear, background 0.15s linear;
	-o-transition: border-color 0.15s linear, background 0.15s linear;
	transition: border-color 0.15s linear, background 0.15s linear;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
input[type="text"]:focus, input[type="date"]:focus, input[type="password"]:focus, textarea:focus {
	background: #fafafa;
	border-color: #999999;
	outline: none;
}
input[type="file"] {
	margin: 1rem 0 0 0;
}

textarea {
	min-height: 75px;
}
.mce-tinymce {
	margin: 1rem 0 0 0 !important;
}
.mce-branding-powered-by {
	display: none;
}
textarea.large {
	min-height: 200px;
}

select {
	-webkit-appearance: none !important;
	-moz-appearance: none !important;
	background-color: #ffffff;
	border-radius: 0;
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+);
	background-position: 100% center;
	background-repeat: no-repeat;
	border-style: solid;
	border-width: 1px;
	border-color: #979797;
	color: rgba(0, 0, 0, 0.75);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
	font-size: 0.875rem;
	line-height: normal;
	padding: 0.5rem 1rem 0.5rem 0.5rem;
	border-radius: 0;
	height: 2.3125rem;
	margin: 1rem 0 0 0;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	width: auto;
	max-width: 100%;
}
select::-ms-expand {
    display: none; 
 }
select.radius {
    border-radius: 3px; 
 }
select:hover {
    background-color: #f3f3f3;
    border-color: #999999;
}
select[multiple] {
    background-image: none;
    height: auto;
}

.form-notes {
	font-size: 12px;
	font-style: italic;
	display: inline-block;
}
.form-notes.multi-select {
	max-width: 300px;
}

/* Horizontal Controls */

.horizontal .form-label {
	margin: 1.75rem 0 0 0;
}
.horizontal .checkbox-label.no-text {
	margin: 0.25rem 0 0 0;
}
.horizontal input[type="text"], .horizontal input[type="password"], .horizontal textarea {
	margin: 0.25rem 0 0 0;
}
.horizontal select {
	margin: 0.25rem 0 0 0;
}
.horizontal .mce-tinymce {
	margin: 0.25rem 0 0 0;
}
.horizontal .read-only-label {
	margin: 0.5rem 0 0 0;
}
.horizontal .form-notes {
	margin: 0.5rem 0 0 0;
}
.horizontal .inner-wrapper div:first-child .row .form-label,
.horizontal .inner-wrapper > .row:first-child .form-label {
	margin: 0.25rem 0 0 0;
}
.horizontal .form-label.no-padding {
	margin: 0.5rem 0 0 0;
}

/* Full Editor Controls */

.full-editor .inner-wrapper {
	padding: 15px 15px 5px 15px;
}
.full-editor .mce-tinymce {
	margin: 0 0 0 0 !important;
}

/*****************
 * Main Controls *
 *****************/

/* Breadscrumbs */

.breadcrumbs-wrapper {
	display: table;
	padding: 0px 0px 15px 0px;
}
.breadcrumbs-wrapper .breadcrumbs-cell {
	display: table-cell;
	vertical-align: top;
	padding: 0px 5px 0px 0px;
}
.breadcrumbs-wrapper .breadcrumbs-cell span.text {
	font-size: 12px;
}
.breadcrumbs-wrapper .breadcrumbs-cell a.link {
	font-size: 12px;
}

/* List Controls */

.list-control-wrapper {

}

.list-control-wrapper .sortby-control-table {
	display: table;
	margin: 0 auto;
}
.list-control-wrapper .sortby-control-table .sortby-control-cell {
	display: table-cell;
	vertical-align: middle;
	padding: 0px 5px 0px 0px;
}
.list-control-wrapper .sortby-control-table .sortby-control-cell select {
	padding: 0.1rem 1rem 0.1rem 0.25rem;
	height: auto;
	margin: 0px 4px 0px 0px;
}
.list-control-wrapper .sortby-control-table .sortby-control-cell label {
	padding: 0px 8px 0px 4px;
}

.list-control-wrapper .main-control-table-wrapper-top {
	padding: 0px 0px 10px 0px;
}
.list-control-wrapper .main-control-table-wrapper-bottom {
	padding: 10px 0px 0px 0px;
}
.list-control-wrapper .main-control-table {
	display: table;
	width: 100%;
}
.list-control-wrapper .main-control-table .main-control-cell {
	display: table-cell;
	vertical-align: middle;
}
.list-control-wrapper .main-control-table .main-control-cell.left {

}
.list-control-wrapper .main-control-table .main-control-cell.right {
	float: right;
}

.list-control-wrapper .grid-control-table {
	display: table;
}
.list-control-wrapper .grid-control-table .grid-control-line {
	display: table-row;
}
.list-control-wrapper .grid-control-table .grid-control-cell {
	display: table-cell;
	vertical-align: middle;
	padding: 0px 8px 0px 0px;
}
.list-control-wrapper .grid-control-table .grid-control-cell .commands-table {
	margin: 10px 0px 15px 0px;
}
.list-control-wrapper .grid-control-table .grid-control-cell select {
	margin: 0px 4px 0px 0px;
}

.list-control-wrapper .grid-control-table .grid-control-cell .sub-control-table {
	display: table;
}
.list-control-wrapper .grid-control-table .grid-control-cell .sub-control-table .sub-control-cell {
	display: table-cell;
	vertical-align: middle;
	padding: 0px 5px 0px 0px;
}
.list-control-wrapper .grid-control-table .grid-control-cell .sub-control-table .sub-control-cell:last-child {
	padding: 0px;
}
.list-control-wrapper .grid-control-table .grid-control-cell .sub-control-table .sub-control-cell select {
	padding: 0.1rem 1rem 0.1rem 0.25rem;
	height: auto;
}

.list-control-wrapper input[type="checkbox"] {
	float: none;
}
.list-control-wrapper input[type="text"],
.list-control-wrapper select {
	margin: 0px;
}
table.responsive td, table.responsive th {

    padding: 9px 10px;

}
.list-control-wrapper .edit-column {
	border-bottom: none !important;
}

/* Simple Control Table */

.control-table {
	display: table;
}
.control-table.full-width {
	width: 99%;
}
.control-table .control-line {
	display: table-row;
	padding: 0px 0px 10px 0px;
}
.control-table .control-cell {
	display: table-cell;
	vertical-align: top;
	padding: 0px 5px 0px 0px;
}
.control-table .control-cell.padding {
	padding: 0px 5px 15px 0px;
}
.no-bottom-padding .control-table .control-cell.padding {
	padding-bottom: 0px;
}
.control-table .control-cell.padding .secondary-button {
	margin: 5px 0px 0px 0px;
}
.control-table .control-cell.table-header {
	font-weight: bold;
}
.control-table .control-cell.middle {
	vertical-align: middle;
}
.control-table .control-cell .field-label {
	
	font-size: 0.875rem;
	margin: .7rem 0 0 0;
	display: inline-block;
	color: rgba(0, 0, 0, 0.75);
}
.control-table .control-cell .field-label.white {
	color: #ffffff;
}
.control-table .control-cell .field-label.bold {
	font-weight: bold;
}

.control-table a.aspNetDisabled {
	padding: 10px 0px 0px 0px;
	display: inline-block;
}

/* Checkbox List */

.checkbox-list-wrapper {
	display: inline-block;
	max-width: 1100px;
	margin: 1.0rem 0 0 0;
}
.checkbox-list-wrapper.full-width {
	max-width: 100%;
}
.horizontal .checkbox-list-wrapper {
	margin: 0.25rem 0 0 0;
}
.checkbox-list-wrapper input[type="checkbox"] {
	cursor: pointer;
	margin: 4px 4px 0px 0px;
	float: none;
}
.checkbox-list-wrapper label {
	cursor: pointer;
	margin: 0px 10px 0px 0px;
}

.checkbox-list-wrapper-with-breaks .checkbox-list-wrapper {
	display: block;
	max-width: initial;
} 
.checkbox-list-wrapper-with-breaks .checkbox-list-wrapper label:after {
	content: "\a"; 
	white-space: pre;
} 

/* Radio List */

.radio-list-wrapper {
	display: inline-block;
	max-width: 1100px;
	margin: 1.0rem 0 0 0;
}
.horizontal .radio-list-wrapper {
	margin: 0.25rem 0 0 0;
}
.radio-list-wrapper input[type="radio"] {
	cursor: pointer;
	margin: 4px 4px 0px 0px;
	float: none;
}
.radio-list-wrapper label {
	cursor: pointer;
	margin: 0px 10px 0px 0px;
}

.status-message {
	border-radius: 8px;
	border: solid 1px #979797;
	margin: 0px 0px 20px 0px;
	padding: 20px;
	font-family: 'Poppins', sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #5b7f7e;
	text-transform: uppercase;
}

/* Tree View Controls */

.treeview-wrapper {
	margin: 0.25rem 0 0 0;
}
.treeview-wrapper > a:first-child img {
	display: none;
}

/* Object Selection */

.object-selection-wrapper {

}
.object-selection-wrapper .object-selection {
	-webkit-appearance: none;
	-moz-appearance: none;
	background-color: #FFFFFF;
	border-style: solid;
	border-width: 1px;
	border-color: #979797;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
	color: rgba(0, 0, 0, 0.75);
	display: block;
	
	font-size: 0.875rem;
	height: 2.3125rem;
	margin: 0.1rem 0 0 0;
	padding: 0.5rem;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: border-color 0.15s linear, background 0.15s linear;
	-moz-transition: border-color 0.15s linear, background 0.15s linear;
	-ms-transition: border-color 0.15s linear, background 0.15s linear;
	-o-transition: border-color 0.15s linear, background 0.15s linear;
	transition: border-color 0.15s linear, background 0.15s linear;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.object-selection-wrapper .control-cell {
	vertical-align: middle;
}

/* Search Controls */

.search-fields {
	margin: 0px 0px 20px 0px;
}
.search-fields .commands-inner-wrapper {
	margin: 20px 0px 20px 0px;
}

.search-fields .fields-wrapper {
	display: table;
}
.search-fields .fields-wrapper .field-line {
	display: table-row;
}
.search-fields .fields-wrapper .field-line .field-cell {
	display: table-cell;
	vertical-align: top;
}
.search-fields .fields-wrapper .field-line .field-cell:first-child {
	padding: 0px 10px 0px 0px;
}

/* Tree View */

.treeview-wrapper .tree-view {
	border-radius: 8px;
	border: solid 1px #979797;
	margin: 0px 0px 20px 0px;
	padding: 10px 0px 0px 10px;
	max-height: 250px;

	vertical-align: top; 
	overflow: auto; 
	resize: horizontal;
}
.treeview-wrapper .tree-view a {
	border-bottom: none !important;
 }

.default-data-section .tree-view {
	background-color: white;
}

/* Video Controls */

.video-section {
	padding: 0px;
}
.video-section .video-wrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	height: 0;
}
.video-section .video-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

/************
 * Entities *
 ************/

.entity-tree-controls-wrapper {
	border-radius: 8px;
	border: solid 1px #979797;
	margin: 0px 0px 20px 0px;
	padding: 0px;
}
.entity-tree-controls-wrapper .year {
	padding: 0px 10px 12px 20px;
	border-bottom: solid 1px #e0e0e0;
}
.entity-tree-controls-wrapper .tree {
	padding: 10px 0px 0px 10px;
}
.entity-tree-controls-wrapper .tree .tree-view {
	border: 0px;
	padding: 0px 0px 0px 10px;
	margin: 0px 0px 10px 0px;
}

/***************
 * Assessments *
 ***************/

.assessment-tree-controls-wrapper {
	border-radius: 8px;
	border: solid 1px #979797;
	margin: 0px 0px 20px 0px;
	padding: 0px;
}
.assessment-tree-controls-wrapper .year {
	padding: 0px 10px 12px 20px;
	border-bottom: solid 1px #e0e0e0;
}
.assessment-tree-controls-wrapper .tree {
	padding: 10px 0px 0px 10px;
}
.assessment-tree-controls-wrapper .tree .tree-view {
	border: 0px;
	padding: 0px 0px 0px 10px;
	margin: 0px 0px 10px 0px;
}

.assessment-tab-wrapper {

}
.assessment-tab-wrapper .assessment-tab-table {
	display: table;
	width: 100%;
}
.assessment-tab-wrapper .assessment-tab-table .assessment-tab {
	display: table-cell;
	text-align: center;
	padding: 10px 0px;
	width: 15%;
	min-width: 150px;
	background-color: #f8f8f8;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	border: solid 1px #979797;
	border-bottom: none;
	border-bottom: solid 1px #979797;
}
.assessment-tab-wrapper .assessment-tab-table .assessment-tab.active {
	background-color: #ffffff;
	border-bottom: solid 1px #ffffff;
}
.assessment-tab-wrapper .assessment-tab-table .assessment-tab.spacer {
	background-color: #ffffff;
	border-color: #ffffff;
	border-bottom: solid 1px #979797;
	width: 55%;
	min-width: initial;
}
.assessment-tab-wrapper .assessment-tab-table .assessment-tab a {
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	text-decoration: none;
	color: #4a1713;
	border-bottom: none !important;
}
.assessment-tab-wrapper .assessment-tab-table .assessment-tab span {
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	text-decoration: none;
	color: #4a1713;
}

.practices-info-table-wrapper {
	padding: 30px 0px 20px 30px;
}
.practices-info-table-wrapper .practices-info-table {
	display: table;
}
.practices-info-table-wrapper .practices-info-table .practices-info-line {
	display: table-row;
}
.practices-info-table-wrapper .practices-info-table .practices-info-line .practices-info-cell {
	display: table-cell;
	padding: 0px 10px 5px 0px;
}
.practices-info-table-wrapper .practices-info-table .practices-info-line .practices-info-cell.label {
	font-weight: bold;
}
.practices-info-table-wrapper .practices-info-table .practices-info-line .practices-info-cell.text {
	
}

.reveal:focus {
    outline: none;
}

.profile-field-label {
	font-size: 14px;
	text-transform: uppercase;
	text-decoration: none;
	color: #4a1713;
	font-weight: bold;
	padding: 5px 20px 5px 5px;
}
.list-info-table-wrapper {
	padding: 10px 0px 20px 10px;
}
.list-info-table-wrapper .list-info-table {
	display: table;
}
.list-info-table-wrapper .list-info-table .list-info-line {
	display: table-row;
}
.list-info-table-wrapper .list-info-table .list-info-line .list-info-cell {
	display: table-cell;
	padding: 0px 10px 5px 0px;
}
.list-info-table-wrapper .list-info-table .list-info-line .list-info-cell.label {
	font-weight: bold;
}
.list-info-table-wrapper .list-info-table .list-info-line .list-info-cell.text {
	
}

.assessment-year-closed {
	display: inline-block;
	border-radius: 10px;
	border: solid 1px #b30737;
	/* margin: 30px 0px 10px 0px; */
	padding: 10px 20px 10px 20px;
	background-color: #b30737;
}
.assessment-year-closed .text {
	text-align: center;
	color: #ffffff;
}

.assessement-buttons-wrapper {
	padding: 30px 0px 0px 0px;
	display: inline-block;
}
.assessement-buttons-wrapper .button-item {
	padding: 0px 0px 5px 0px;
}
.assessement-buttons-wrapper .button-item a {
	width: 100%;
	text-align: center;
}

.assessement-toggle-all-education-content {
	padding: 10px 0px 0px 0px;
}
.assessement-toggle-all-education-content img {
	padding: 0px 5px 0px 0px;
}

.assessment-practices-wrapper {
	border: solid 1px #979797;
}
.assessment-practices-wrapper .assessment-header-wrapper {
	background-color: #f9f9f9;
	padding: 20px;
}
.assessment-practices-wrapper .assessment-header-wrapper .tab-indicator-table-wrapper {
	border-bottom: solid 1px #e3e3e3;
}
.assessment-practices-wrapper .assessment-header-wrapper .tab-indicator-table-wrapper .tab-indicator-table {
	display: table;
	margin: 0px 0px 10px 20px;
}
.assessment-practices-wrapper .assessment-header-wrapper .tab-indicator-table-wrapper .tab-indicator-table .tab-indicator-cell {
	display: table-cell;
}
.assessment-practices-wrapper .assessment-header-wrapper .tab-indicator-table-wrapper .tab-indicator-table .tab-indicator-cell.text {
	padding: 0px 10px 0px 5px;
}

/* Practice Tabs */

.assessment-practices-wrapper .assessment-header-wrapper .multiple-column-menu {
	padding: 10px 0px 0px 0px;
}
.assessment-practices-wrapper .assessment-header-wrapper .multiple-column-menu::after { 
	 content: " ";
	 display: block; 
	 height: 0; 
	 clear: both;
}
.assessment-practices-wrapper .assessment-header-wrapper .multiple-column-menu .menu-item {
	float: left;
	background-color: #f2f2f2;
	padding: 10px 20px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: solid 1px #afafaf;
	margin: 5px 10px 5px 0px;
}
.assessment-practices-wrapper .assessment-header-wrapper .multiple-column-menu .menu-item.active {
	background-color: #ffffff;
	border: solid 1px #979797;
}
.assessment-practices-wrapper .assessment-header-wrapper .practice-tab-table {
	display: table;
}
.assessment-practices-wrapper .assessment-header-wrapper .practice-tab-table-cell {
	display: table-cell;
}
.assessment-practices-wrapper .assessment-header-wrapper .practice-tab-table-cell.icon {
	padding: 0px 10px 0px 0px;
}
.assessment-practices-wrapper .assessment-header-wrapper .practice-tab-table-cell.text {
	color: #767676;
}
.assessment-practices-wrapper .assessment-header-wrapper .multiple-column-menu .menu-item.active .practice-tab-table-cell.text a {
	color: #606060;
}

.assessment-commands-wrapper {
	margin: 20px 0px 20px 20px;
}

/* Practice Questions Grid */

.assessment-practices-wrapper .practices-header-row {
	font-family: 'Poppins', sans-serif;
	font-size: 22px;
	font-weight: bold;
	text-transform: uppercase;
	color: #ffffff;
	background-color: #918c10;
	padding: 15px 0px;
}
.assessment-practices-wrapper .practices-sub-header-row {
	background-color: #a9b04c;
	padding: 15px 0px;
}
.assessment-practices-wrapper .practices-sub-header-row .practice-title {
	font-family: 'Poppins', sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	color: #ffffff;
}
.assessment-practices-wrapper .practices-sub-header-row .practice-title a {
	border-bottom: none !important;
}
.assessment-practices-wrapper .instruction-info-title {
	
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	text-decoration: underline;
	color: #4a1713;
}

.assessment-practices-wrapper .practice-number {
	
	font-size: 16px;
	font-weight: bold;
	border-bottom: solid 1px #e7e7e7;
	padding: 9px 0px 0px 0px;
}
.assessment-practices-wrapper .practice-sub-number {
	
	font-size: 16px;
	font-weight: bold;
	display: inline-block;
	padding: 0px 10px 0px 0px;
}

.assessment-practices-wrapper .practice-entry-line {
	border-bottom: solid 1px #e7e7e7;
	padding: 10px 0px 0px 0px;
}
.assessment-practices-wrapper .practice-entry-line .practice-title {
	
	font-size: 16px;
	display: inline;
}
.assessment-practices-wrapper .practice-entry-line .instruction-info {
	
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
}
.assessment-practices-wrapper .practice-entry-line .answer-list {
	margin: 10px 0px 0px 20px;
}
.assessment-practices-wrapper .practice-entry-line .answer-list input[type="radio"] {
	display: inline-block;
	margin: 0px 5px 0px 0px;
}
.assessment-practices-wrapper .practice-entry-line .answer-list input[type="checkbox"] {
	display: inline-block;
	margin: 5px 5px 0px 0px;
}
.assessment-practices-wrapper .practice-entry-line textarea {
	margin: 10px 0px 0px 20px;
	width: 90%;
}
.assessment-practices-wrapper .practice-entry-line .answer-numeric {
	width: 100px;
	margin: 10px 0px 5px 20px;
	display: inline-block;
}
.assessment-practices-wrapper .practice-entry-line .answer-label {
	margin: 10px 10px 5px 5px;
	display: inline-block;
}
.assessment-practices-wrapper .practice-entry-line .answer-list label {
	display: inline-block;
	
	font-size: 16px;
	cursor: pointer;
}
.assessment-practices-wrapper .practice-entry-line .practice-clear-wrapper {
	margin: 2px 0px 10px 18px;
}

.show-education-text {

}

.education-text-remove {

}

/* Education Content */

.assessment-practices-wrapper .education-text {
	padding: 20px 0px 20px 0px;
}
.assessment-practices-wrapper .education-content-wrapper {
	padding: 10px 50px 5px 50px;
}
.assessment-practices-wrapper .education-content-wrapper .education-content-title {
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	text-transform: uppercase;
}
.assessment-practices-wrapper .education-content-wrapper .education-content-container {
	display: none;
}
.assessment-practices-wrapper .education-content-wrapper .education-content-container .education-content-text {
	
	font-size: 14px;
	padding: 10px 0px 0px 0px;
}
.assessment-practices-wrapper .education-content-wrapper .education-content-container  .education-content-source {

}
.assessment-practices-wrapper .education-content-wrapper .education-content-container  .education-content-image-container {

}
.assessment-practices-wrapper .education-content-wrapper .education-content-container  .education-content-image-container .education-content-image {

}
.assessment-practices-wrapper .education-content-wrapper .education-content-container  .education-content-footnote {

}

/* Comparison Report */

.assessment-comparison .selection-table {
	display: table;
	width: 240px;
}
.assessment-comparison .selection-table .table-row {
	display: table-row;
}
.assessment-comparison .selection-table .table-row .table-cell {
	display: table-cell;
	vertical-align: middle;
	border-bottom: 1px solid #e7e7e7;
	font-size: 14px;
	line-height: 18px !important;
	padding: 4px;
}
.assessment-comparison .selection-table .table-row .table-cell:nth-child(1) {
	width: 30%;
	text-align: center;
	border-right: 1px solid #e7e7e7;
}
.assessment-comparison .selection-table .table-row .table-cell:nth-child(2) {
	width: 40%;
	text-align: center;
	border-right: 1px solid #e7e7e7;
}
.assessment-comparison .selection-table .table-row .table-cell:nth-child(3) {
	width: 30%;
	text-align: center;
}
.assessment-comparison .selection-table .table-row:last-child .table-cell {
	border-bottom: 1px solid transparent;
}
.assessment-comparison .selection-table .table-row .table-cell.selection {
	font-weight: bold;
}

.assessment-comparison .answer-table {
	display: table;
	width: 240px;
}
.assessment-comparison .answer-table .table-row {
	display: table-row;
}
.assessment-comparison .answer-table .table-row .table-cell {
	display: table-cell;
	vertical-align: middle;
	font-size: 14px;
	line-height: 18px !important;
	padding: 4px;
}
.assessment-comparison .answer-table .table-row .table-cell:nth-child(1) {
	width: 70%;
	text-align: left;
	border-right: 1px solid #e7e7e7;
}
.assessment-comparison .answer-table .table-row .table-cell:nth-child(2) {
	width: 30%;
	text-align: center;
}
.assessment-comparison .answer-table .table-row:last-child .table-cell {
	border-bottom: 1px solid transparent;
}

.assessment-comparison .selection {
	display: table-cell;
	vertical-align: middle;
	font-size: 14px;
	line-height: 18px !important;
	padding: 5px;
}

/*********
 * Tools *
 *********/

/* Wizards */

.wizard-steps-wrapper {

}

.wizard-steps-wrapper .steps-table {
	display: table;
}
.wizard-steps-wrapper .steps-table .steps-table-cell {
	display: table-cell;
	vertical-align: top;
	background-color: #ffffff;
	padding: 20px 30px;
}
.wizard-steps-wrapper .steps-table .steps-table-cell.active {
	background-color: #E9E9E9;
}
.wizard-steps-wrapper .steps-table .steps-table-cell .single-step-table {
	display: table;
}
.wizard-steps-wrapper .steps-table .steps-table-cell .single-step-table .single-step-table-cell {
	display: table-cell;
	vertical-align: middle;
}
.wizard-steps-wrapper .steps-table .steps-table-cell .single-step-table .single-step-table-cell:first-child {
	padding: 0px 10px 0px 0px;
}

.wizard-steps-wrapper .steps-table .steps-table-cell .single-step-table .single-step-table-cell .control-table select {
	padding: 0.1rem 1rem 0.1rem 0.25rem;
	height: auto;
	margin: 0.75rem 4px 0px 0px;
}

.wizard-steps-wrapper .steps-table .steps-table-cell .button-wrapper {
	margin: 30px 0px 0px 0px;
	text-align: center;
}

.wizard-steps-wrapper .wizard-step-number {
	position: relative;
	display:inline-block;
	width: 100px;
	height: 100px;
	padding: 32px 7px 0px 5px;
	text-align:center;
	font-size: 40px;
	line-height: 34px;
	color: #ffffff;
	background-color: #918c10;
	text-decoration: none;
	-webkit-border-radius:80px;
	-moz-border-radius:80px;
	border-radius:80px;
}
.wizard-steps-wrapper .steps-table .steps-table-cell.active .wizard-step-number {
	background: #a9b04c;
}

.wizard-steps-wrapper .step-instructions {
	padding: 0px 0px 20px 0px;
}

/* Instructions */

.workflow-wrapper {

}
.workflow-wrapper .workflow-image.n-calculator img {
	width: 100%;
	max-height: 375px;
}
.workflow-wrapper .workflow-image.irrigation-calculator {
	display: none;
}
.workflow-wrapper .workflow-image.irrigation-calculator img {
	width: 100%;
	max-height: 390px;
}

.workflow-wrapper .toggle-button-wrapper {
	display: inline-block;
	padding: 0px 30px 0px 10px;
	cursor: pointer;
}
.workflow-wrapper .toggle-button-wrapper img {
	min-width: 50px;
}

.tool-information-bar {
	background-color: #918c10;
	padding: 20px 0px;
}
.tool-information-bar .field-label {
	margin: 0px !important;
	font-size: 1rem !important;
}
.tool-information-bar .field-label.bold {
	margin: 0px 0px 0px 40px !important;
}

/* Tabs */
#irrigation-calculator-tabs {
    /* border-bottom: solid 1px #979797; */
    width: 100%;
    height: 64px;
}
.tool-tab-wrapper {

}
.tool-tab-wrapper .tool-tab-table {
    padding: 20px 0px 0px 0px;
}
.tool-tab-wrapper .tool-tab-table .tool-tab {
	float: left;
	min-width: 125px;
	text-align: center;
	padding: 10px 20px;
	background-color: #f8f8f8;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	border: solid 1px #979797;
	border-bottom: none;
	border-bottom: solid 1px #979797;
}
.tool-tab-wrapper .tool-tab-table .tool-tab.active {
	background-color: #ffffff;
	border-bottom: solid 1px #ffffff;
}
.tool-tab-wrapper .tool-tab-table .tool-tab a {
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	text-decoration: none;
	color: #4a1713;
	border-bottom: none !important;
}

.workflow-wrapper .commands-inner-wrapper {
	clear: both;
	padding: 20px 20px;
}

/* Control panel */

.workflow-wrapper .row.tools-left-column .columns:first-child {
	padding-right: 0;
}
.workflow-wrapper .row.tools-left-column .columns:last-child {
	padding-left: 0;
}

.tool-control-section {
	border-top: solid 1px #979797;
	padding: 20px 20px 20px 20px;
}
.tool-control-section h3  {
	font-family: 'PT Serif' !important;
	font-size: 20px !important;
	line-height: 30px;
	display: inline-block;
	font-weight: bold !important;
	color: #303030 !important;
}
.tool-control-section h3 a {
	border-bottom: none !important;
	font-family: 'PT Serif' !important;
	font-size: 20px !important;
	line-height: 30px;
	display: inline-block;
	font-weight: bold !important;
	color: #303030 !important;
}
.tool-control-section.horizontal .form-label.no-padding {
	margin: .75rem 0 0 0;
}
.tool-control-section textarea {
	width: 95%;
}
.tool-control-section .warning {
	color: red;
	font-weight: bold;
}
.tool-control-section .commands-inner-wrapper {
	padding: 0px 20px 20px 0px;
}
.tool-control-section  .row:first-child .form-label {
	margin: 0.25rem 0 0 0;
}

/* Indicators */

.indicator_container {
	margin-left: auto;
    margin-right: auto;
    width: 100%;
    opacity: 0.5;
    height: 100%;
}

.reveal .information-text {
    margin: 30px 20px 20px 20px;
    font-size: 14pt;
}

/* Cloning */

.reveal-overlay {
    z-index: 1000;
}

.reveal .confirmation-header {
    text-align: center;
    margin: 30px 20px 20px 20px;
    font-weight: bold;
    font-size: 15pt;
}

.reveal .confirmation-header .sub-header {
    font-size: 14pt;
}

.reveal .confirmation-text {
    margin: 30px 20px 20px 20px;
    font-size: 14pt;
    text-align: center;
}

.reveal .large-text {
    font-size: 16pt;
}

.reveal .sub-text {
    font-size: 12pt;
    font-style: italic;
}

.reveal .sub-header {
    font-size: 16pt;
    margin-bottom: 10px;
}

.reveal .sub-header.bold {
    font-weight: 700;
}

.reveal .action-buttons {
    text-align: center;
}

.clone-wrapper .control-table select {
    padding: 0.1rem 1rem 0.1rem 0.25rem;
    height: auto;
    margin: 0.75rem 4px 0px 0px;
}

.reveal .notesValidation,
.reveal .acreSubdivideValidation {
    color: red;
    font-size: 14px;
}

.reveal .acreSubdivideValidation.hidden {
    display: none;
}

.reveal .orchardNotesField {
    resize: none;
    height: 150px;
}

.reveal .info-text .info-section {
    margin-bottom: 30px;
}

.clone-tool-summary {
	font-size: 14pt;
	color: #666;
}

.cloning-options {
	margin: 30px auto;
	max-width: 800px;
}

	.cloning-options.large {
		max-width: 100%;
	}

	.cloning-options .cloning-options-selection {
		padding: 30px 20px;
		border: solid 1px #979797;
		border-radius: 8px;
		box-shadow: 0 3px 3px rgba(0, 0, 0, .15);
	}

		.cloning-options .cloning-options-selection .radio-container {
			display: flex;
		}

			.cloning-options .cloning-options-selection .radio-container img {
				width: 150px;
				height: 66px
			}

			.cloning-options .cloning-options-selection .radio-container .radio-btn {
				flex: 1;
				margin: auto 0;
				padding: 5px 0 5px 15px;
				display: flex;
			}

				.cloning-options .cloning-options-selection .radio-container .radio-btn input[type=radio] {
					margin: 8px 10px 0 0;
				}

				.cloning-options .cloning-options-selection .radio-container .radio-btn label {
					display: block;
					flex: 1;
					font-size: 14pt;
				}

		.cloning-options .cloning-options-selection .selection-header {
			text-align: center;
			text-transform: uppercase;
			margin-bottom: 10px;
			font-size: 14pt;
		}

	.cloning-options p {
		font-size: 14pt;
	}

	.cloning-options h3 {
		margin-bottom: 2px;
	}

	.cloning-options .heading-footnote {
		color: #666;
		margin-bottom: 8px;
	}

	.cloning-options .cloning-options-selection .selection {
		text-align: center;
		font-size: 14pt;
	}

.clone-tool-actions {
	margin: 30px auto;
	max-width: 800px;
	min-height: 50px;
}

	.clone-tool-actions.large {
		max-width: 100%;
	}

	.clone-tool-actions .primary-button-square {
		float: right;
		margin-left: 20px;
	}

.cloning-options .cloning-step {
	display: flex;
	border-bottom: solid 1px #999999;
	padding: 50px 0;
	font-size: 14pt;
}

	.cloning-options .cloning-step:first-child {
		padding-top: 20px;
	}

	.cloning-options .cloning-step:last-child {
		border-bottom: none;
		padding-bottom: 0;
	}

	.cloning-options .cloning-step .cloning-step-number {
		width: 70px;
	}

		.cloning-options .cloning-step .cloning-step-number span {
			display: block;
			padding-top: 8px;
			background-color: #4C97D1;
			color: white;
			font-size: 16pt;
			border-radius: 25px;
			width: 50px;
			height: 50px;
			text-align: center;
		}

	.cloning-options .cloning-step .cloning-step-content {
		flex: 1;
	}

		.cloning-options .cloning-step .cloning-step-content .selection {
			margin-bottom: 15px;
		}

			.cloning-options .cloning-step .cloning-step-content .selection:last-child {
				margin-bottom: 0;
			}

			.cloning-options .cloning-step .cloning-step-content .selection .selection-label {
				width: 130px;
				display: inline-block;
			}

.cloning-step .cloning-step-content.choose-modules .cloning-options-selection,
.cloning-step .cloning-step-content.choose-targets .cloning-options-selection {
	padding: 20px 20px 10px 20px;
}

.cloning-step .cloning-step-content .cloning-options-selection table {
	margin-top: 0;
}

.cloning-step .cloning-step-content .cloning-options-selection table td {
    padding: 0 10px 10px 0;
}

.cloning-step .cloning-step-content .cloning-options-selection table td input {
    margin: auto 0;
}

.cloning-step .cloning-step-content .cloning-options-selection table td label {
    margin-left: 5px;
}

.cloning-step .cloning-step-content .cloning-options-selection table td label {
    margin-left: 5px;
}

.cloning-step .cloning-step-content.choose-targets .cloning-options-selection table td {
    padding: 15px 0;
    display: flex;
}

.cloning-step .cloning-step-content.choose-targets .cloning-options-selection table td label {
    margin-left: 10px;
    padding: 10px;
    border: solid 1px #a7a7a7;
    border-radius: 5px;
    color: #a7a7a7;
}

.cloning-step .cloning-step-content.choose-targets .cloning-options-selection table td.checked label {
    color: white;
    border: solid 1px #161c33;
    background-color: #161c33;
}


.assessment-selection .selection {
	margin-bottom: 15px;
	display: flex;
}

	.assessment-selection .selection .selection-label {
		width: 90px;
		display: flex;
	}

		.assessment-selection .selection .selection-label span {
			margin: auto 0;
		}

	.assessment-selection .selection select {
		flex: 1;
		max-width: 300px;
	}

.statusDD.assessmentStatusDD {
	background-color: #999999;
	text-overflow: ellipsis;
	font-size: 13px;
}

.statusDD.statusCropYearDD {
	background-color: #999999;
	width: 120px;
	font-size: 12pt;
	line-height: 14pt;
}

.statusDD.statusOrganizationDD {
	background-color: #999999;
	width: 300px;
	font-size: 12pt;
	line-height: 14pt;
	text-overflow: ellipsis;
}

.statusDD {
    background: url("images/select-arrow.png") no-repeat right #ffffff;
    overflow-x: hidden;
    text-overflow: ellipsis;
    border: 1px solid #b8b8b8;
    width: 90px;
    overflow: hidden;
    border-radius: 12px;
    height: 30px;
    color: white;
    padding: 5px;
    padding-left:10px;
    padding-right: 40px;
    font-weight: bold;
    margin-top: 0px;
}

.statusDD option {
	background-color: #f3f3f3;
	color: black;
	margin: 5px;
}

.hiddenDD {
	display: none;
}

.current-crop-year {
	color: white;
	border-radius: 12px;
	border: 1px solid #999999;
	height: 30px;
	font-weight: bold;
	background-color: #999999;
	padding: 3px 12px;
	display: inline-block;
	font-size: 12pt;
}

.clone-instructions {
	width: 100%;
	margin-top: 30px;
	text-align: center;
	font-size: 14pt;
	font-weight: bold;
	border: solid 1px white;
	border-radius: 5px;
	background-color: #DADADA;
	padding: 10px;
}

.primary-button-square {
	display: inline-block;
	border-radius: 5px;
	background-color: #7DC148;
	border: solid 1px #7DC148 !important;
	color: #ffffff !important;
	font-family: OpenSans-Regular;
	font-size: 16px;
	font-weight: bold;
	padding: 12px;
	text-transform: uppercase;
	min-width: 250px;
	min-height: 50px;
	text-align: center;
	text-decoration: none;
}

	.primary-button-square.small,
	.secondary-button-square.small {
		min-width: 100px;
	}

.secondary-button-square {
	display: inline-block;
	border-radius: 5px;
	background-color: transparent;
	border: solid 1px #7DC148 !important;
	color: #7DC148 !important;
	font-family: OpenSans-Regular;
	font-size: 16px;
	font-weight: bold;
	padding: 12px;
	text-transform: uppercase;
	min-width: 250px;
	min-height: 50px;
	text-align: center;
	text-decoration: none;
}

.sf-menu.casp-custom-menu .nav-down-arrow {
	background: url(images/icon_mainnav_arrow_unselected.png) no-repeat;
	background-size: 100%;
	display: inline-block;
	height: 11px;
	width: 15px;
}

.sf-menu.casp-custom-menu li.casp-menu-group:hover .nav-down-arrow {
	background: url(images/icon_mainnav_arrow_selected.png) no-repeat;
	background-size: 100%;
}

.primary-button-square:hover,
.secondary-button-square:hover {
	text-decoration: none;
}

.reveal .primary-button-square,
.reveal .secondary-button-square {
	min-width: 200px;
}

	.reveal .primary-button-square.small,
	.reveal .secondary-button-square.small {
		min-width: 100px;
	}

.reveal .action-buttons .primary-button-square,
.reveal .action-buttons .secondary-button-square {
	margin: 20px;
}

.secondary-button.disabled,
.primary-button-square.disabled,
.secondary-button-square.disabled {
	pointer-events: none;
	opacity: .7;
}

.primary-button-square.future-goal {
	text-transform: inherit;
	float: right;
	margin-top: 15px;
	padding: 5px 15px;
	min-width: inherit;
	min-height: inherit;
}

.question-indicators {
	display: table;
}

	.question-indicators .indicator-cell {
		display: table-cell;
		padding-left: 20px;
		font-size: 12pt;
	}


/* Results & Calculations */

.results-table {
	display: table;
	width: 100%;
	border-top: 1px solid #979797;
	border-left: 1px solid #979797;
	border-bottom: 1px solid #979797;
}
.results-table .result-table-line {
	display: table-row;
}
.results-table .result-table-cell {
	display: table-cell;
}
.results-table .result-table-cell.header {
	background-color: #5b7f7e;
	padding: 15px 15px 15px 20px;
}
.results-table .result-table-cell.header .section-title {
	font-family: 'Poppins', sans-serif;
	font-size: 22px;
	text-transform: uppercase;
	color: #ffffff;
}
.results-table .result-table-cell.sub-header {
	background-color: #4c96d1;
	padding: 10px 0px 10px 20px;
}
.results-table .result-table-cell.sub-header .section-sub-title {
	
	font-size: 18px;
	color: #ffffff;
}
.results-table .result-table-cell.information {
	padding: 10px 30px 0px 30px;
	font-style: italic;
}

.results-table .result-table-cell.bg-gray {
	background-color: #e7e7e7;
}
.results-table .result-table-cell.bg-blue {
	background-color: #4c96d1;
}

.results-table .result-table-cell .full-width-buttons {
	padding: 20px 0px 5px 0px;
}
.results-table .result-table-cell .full-width-buttons .secondary-button {
	display: block;
	margin: 0px 20px 15px 20px;
	text-align: center;
}

.results-table .result-table-cell .sub-control-table {
	display: table;
	width: 100%;
}
.results-table .result-table-cell .sub-control-table.fixed {
	width: initial;
}
.results-table .result-table-cell .sub-control-table.center {
	margin: 0 auto;
	text-align: center;
}
.results-table .result-table-cell .sub-control-table.padding {
	padding: 10px 0px 0px 0px;
}
.results-table .result-table-cell .sub-control-table .sub-control-row {
	display: table-row;
}
.results-table .result-table-cell .sub-control-table .sub-control-cell {
	display: table-cell;
	vertical-align: middle;
	padding: 0px 5px 0px 0px;
}
.results-table .result-table-cell .sub-control-table .sub-control-cell.small-inline {
	padding: 0px 10px 0px 0px;
}
.results-table .result-table-cell .sub-control-table .sub-control-cell:last-child {
	padding: 0px;
}

.results-table .result-table-cell .full-width-buttons .sub-control-table .sub-control-cell .secondary-button {
	margin: 0px 0px 15px 0px;
}
.results-table .result-table-cell .full-width-buttons .sub-control-table .sub-control-cell {
	padding: 0px 10px 0px 10px;
}
.results-table .result-table-cell .full-width-buttons .sub-control-table .sub-control-cell:last-child {
	padding: 0px 10px 0px 0px;
}

.results-table  .dnnTooltip a.TooltipText {
    line-height: 40px;
	padding-right: 22px;
}

.results-table .result-table-cell .list-info-table {
	display: table;
	width: 100%;
	padding: 20px 20px;
}
.results-table .result-table-cell .list-info-table .list-info-line {
	display: table-row;
}
.results-table .result-table-cell .list-info-table .list-info-cell {
	display: table-cell;
	vertical-align: middle;
	padding: 8px 10px 8px 10px;
	border-bottom: solid 1px #979797;
}
.results-table .result-table-cell .list-info-table .list-info-cell.sum-total {
	background-color: #d8d8d8;
	font-weight: bold;
}

.results-table .result-table-cell .list-info-table .list-info-line:last-child .list-info-cell {
	border-bottom: none;
}
.results-table .result-table-cell .list-info-table .list-info-cell:last-child {
	padding: 0px;
}

/* Irrigation Weeks */

.results-table .weeks-wrapper .sub-header {
	padding: 10px 0px;
	position: relative;
}
.results-table .weeks-wrapper .sub-header .list-info-cell {
	text-align: center;
	vertical-align: top;
}
.results-table .weeks-wrapper .list-info-table {
	padding: 0px;
}

.results-table .weeks-wrapper .list-info-cell .dnnTooltip {
	position: initial;
}
.results-table .weeks-wrapper .list-info-cell .dnnTooltip .TooltipText {
	font-size: 14px;
	font-weight: normal;
	color: #ffffff;
	background: url(images/icon-help.png) no-repeat bottom;
	background-size: 16px 16px;
	padding: 0px 0px 20px 0px;
    line-height: 18px;
}

.results-table .weeks-wrapper .list-info-cell .dnnTooltip .TooltipText span {
	
	font-size: 14px;
	color: #ffffff;
}

.results-table .weeks-wrapper .list-info-cell {
	
	font-size: 14px;
}

.results-table .weeks-wrapper .list-info-cell:nth-child(1) {
	width: 150px;
}
.results-table .weeks-wrapper .list-info-cell:nth-child(2) {
	width: 11%;
}
.results-table .weeks-wrapper .list-info-cell:nth-child(3) {
	width: 14%;
}
.results-table .weeks-wrapper .list-info-cell:nth-child(4) {
	width: 14%;
}
.results-table .weeks-wrapper .list-info-cell:nth-child(5) {
	width: 11%;
}
.results-table .weeks-wrapper .list-info-cell:nth-child(6) {
	width: 11%;
}
.results-table .weeks-wrapper .list-info-cell:nth-child(7) {
	width: 11%;
}
.results-table .weeks-wrapper .list-info-cell:nth-child(8) {
    width: 11%;
}
.results-table .weeks-wrapper .list-info-cell:nth-child(9) {
    width: 11%;
}

.workflow-wrapper .disclaimer-wrapper p {
	padding: 10px;
	margin-bottom: 0px;
	border-bottom: 1px solid #979797;
}

/* Colors */

.calcgridblue {
	background-color: #bcd1e2;
}
.calcgridyellow {
	background-color: #ebc9b2;
}
.calcgridred {
	background-color: #dba9b5;
}

/* Tooltips */

.dnnTooltip.padding {
	padding: 1rem 0px 0px 0px;
}
.dnnTooltip .TooltipText {
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	background: url(images/icon-help.png) no-repeat right;
	padding-right: 30px;
}
.dnnFormHelpContent, .dnnFormItem .dnnFormHelpContent {
	left: 25%;
	position: absolute;
	z-index: 25;
	width: 500px;
	max-width: initial;
	overflow: hidden;
	top: 0;
	
	font-size: 12px;
	font-weight: normal;
	text-transform: none;
}
.section-container .title .dnnFormHelpContent a {
	font-size: 12px !important;
	font-weight: normal !important;
	text-transform: none !important;
	color: #5b7f7e !important;
	border-bottom: 1px solid #5b7f7e !important;
}
.section-container .title .dnnFormHelpContent a:hover {
	border-bottom: 1px solid transparent !important;
}
.dnnTooltip a.TooltipText {
	border-bottom: none !important;
	display: inline-block;
}
.dnnTooltip .TooltipText .form-label {
	margin: .1rem 0 0 0;
	line-height: 30px;
}

/* Tooltip Structured Content */

.tooltip-nav-content {

}
.tooltip-nav-content .content-table {
    display: table;
    width: 100%;
}
.tooltip-nav-content .content-table .content-column {
    display: table-cell;
    vertical-align: top;
}
.tooltip-nav-content .content-table .content-column.one {
    border-right: solid 1px #909090;
    width: 45%;
}
.tooltip-nav-content .content-table .content-column.one .content-section {
    padding: 10px;
    font-size: 13px;
    font-weight: bold;
    color: #cdcdcd;
}
.tooltip-nav-content .content-table .content-column.one .content-section.active {
    background-color: #909090;
    color: #ffffff;
}
.tooltip-nav-content .content-table .content-column.one .content-section.active::after {
    content: " >";
}
.tooltip-nav-content .content-table .content-column.two {
    width: 55%;
    padding: 0px 0px 0px 10px;
    color: #000000;
}

/* QTip tooltip styling */

.tooltip-icon {
	cursor: pointer;
}
.qtip-default {
	background-color: #918c10 !important;
	color: #ffffff !important;
	border-color: #0a0a0a !important;
	padding: 15px 15px 0px 15px !important;
}
.qtip {
  font-size: 14px !important;
  line-height: 16px !important;
  max-width: 400px !important;
}
.qtip a {
  text-decoration: underline !important;
}
.tooltiptext {
	display: none;
}

/* Tours */

.take-tour-wrapper {
	padding: 0px 0px 10px 0px;
	text-align: right;
	margin: 0px 0px 20px 0px;
}
.hopscotch-content a,
.hopscotch-content a:link,
.hopscotch-content a:visited,
.hopscotch-content a:active {
	text-decoration: none;
	color: #5b7f7e;
	border-bottom: 1px solid #5b7f7e;
}
.hopscotch-content a:hover {
	border-bottom: 1px solid transparent;
}

/*********************************
* Default styles FOR JVF modules *
**********************************/ 


sup, sub { 
	vertical-align: 0;
	position: relative; 
}
sup { 
	bottom: 1ex; 
}
sub { 
	top: 0.8ex; 
}


hr {
	border: 0;
	color: #9E9E9E;
	background-color: #9E9E9E;
	height: 1px;
	width: 100%;
	text-align: left;
}
.RequiredField {
		-moz-border-radius:3px;
		border-radius:3px;
		padding:5px;
	background:#FFFFCC;
	-moz-box-shadow:inset 0 0 3px 3px #fffbe1;
	-webkit-box-shadow:inset 0 0 3px 3px #fffbe1;
	box-shadow:inset 0 0 3px 3px #fffbe1;
	border-color:#bcb691;
	border-width:1px;
	margin:0;
	width:auto;
	font-family:'PT Serif', serif;
		font-size: 14px;
		font-weight: normal;
}
.RequiredTextArea 
{ 
	background-color: #FFFFCC;
		
		font-size: 14px;
		font-weight: normal;
		border: 1px solid #7F9DB9;
		overflow: auto;
}
.RequiredText 
{
		
		font-size:	12px;
		font-weight: bold;
		color: #990000;
}
.datepicker_input 
{
}
.NormalField
{
		-moz-border-radius:3px;
		border-radius:3px;
		padding:5px;
	background:#FFFFFF;
	-moz-box-shadow:inset 0 0 3px 3px #fffbe1;
	-webkit-box-shadow:inset 0 0 3px 3px #fffbe1;
	box-shadow:inset 0 0 3px 3px #fffbe1;
	border-color:#bcb691;
	border-width:1px;
	margin:0;
	width:auto;
	font-family:'PT Serif', serif;
		font-size: 14px;
		font-weight: normal;
}
.NormalTextArea
{
		-moz-border-radius:3px;
		border-radius:3px;
		padding:5px;
	background:#FFFFFF;
	-moz-box-shadow:inset 0 0 3px 3px #fffbe1;
	-webkit-box-shadow:inset 0 0 3px 3px #fffbe1;
	box-shadow:inset 0 0 3px 3px #fffbe1;
	border-color:#bcb691;
	border-width:1px;
	margin:0;
	width:auto;
	font-family:'PT Serif', serif;
		font-size: 14px;
		font-weight: normal;
		overflow: auto;
		resize: vertical;
}
.Notes 
{
		
		font-size: 14px;
	font-style: italic;
	padding-top: 10px;
}
.AuthorCitation
{
		
		font-size: 14px;
	font-style: italic;
}
.SectionHead 
{
		
		font-weight: bold;
		font-size:	14px;
		color: black;
		border-bottom: solid 1px #DAD9D3;
}
.TitleHead 
{
		
		font-size:	14px;
		color: #315c7e;
}
.MedHeadBG
{
		background-color: whitesmoke;
}
.MedHead 
{
		
		font-size:	12px;
		font-weight: bold;
		color: #2F3E99;
}
.SubHeadUnderline {
		
		font-size: 14px;
		font-weight: bold;
		color: #737102;
		text-decoration: underline;
}
.printOptionBox {
		border: 1px solid #C0C0C0;
		padding: 2px 5px;
}
.AssessedYear {
	color: red;
}
.label_title {
	
	font-size: 14px;
	color: #7f4325;
	font-weight: bold;
	padding-bottom: 4px;
}
.label_title_required {
	
	font-size: 14px;
	color: #6cbc45;
	font-weight: bold;
	padding-bottom: 4px;
}
.label_control_row {
	padding-bottom: 8px;
}
.button_action {
	cursor: pointer;
}

/* Tab Control */

.tab {
	padding: 10px 15px 10px 15px;
}
.activeTab {
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-right: 1px solid #C0C0C0;
	border-left: 1px solid #C0C0C0;
	border-top: 1px solid #C0C0C0;
	
	font-size: 16px;
	font-weight: bold;
	color: #2F3E99;
}
.startTab {
	border-bottom: 1px solid #C0C0C0;
	
	font-size: 16px;
}
.endTab {
	border-bottom: 1px solid #C0C0C0;
	
	font-size: 16px;
	padding-top: 1px;
}
.inactiveTabRight {
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-right: 1px solid #C0C0C0;
	border-top: 1px solid #C0C0C0;
	border-bottom: 1px solid #C0C0C0;
	
	font-size: 16px;
	background: #ffffff url(bg_header.jpg) repeat-x center top;
	margin-top: 4px;
}
.inactiveTabBoth {
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-left: 1px solid #C0C0C0;
	border-right: 1px solid #C0C0C0;
	border-top: 1px solid #C0C0C0;
	border-bottom: 1px solid #C0C0C0;
	
	font-size: 16px;
	background: #ffffff url(bg_header.jpg) repeat-x center top;
	margin-top: 4px;
}
.inactiveTab {
	border-top: 1px solid #C0C0C0;
	border-bottom: 1px solid #C0C0C0;
	
	font-size: 16px;
	background: #ffffff url(bg_header.jpg) repeat-x center top;
	margin-top: 4px;
}
.inactiveTabLeft {
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-left: 1px solid #C0C0C0;
	border-top: 1px solid #C0C0C0;
	border-bottom: 1px solid #C0C0C0;
	
	font-size: 16px;
	background: #ffffff url(bg_header.jpg) repeat-x center top;
	margin-top: 4px;
}
.inactiveTabBoth a:link, .inactiveTabBoth a:visited,
.endTab a:link, .endTab a:visited,
.inactiveTab a:link, .inactiveTab a:visited,
.inactiveTabLeft a:link, .inactiveTabLeft a:visited,
.inactiveTabRight a:link, .inactiveTabRight a:visited {
	font-family:	'PT Serif', serif;
	font-size: 16px;
	font-weight: normal;
	text-decoration: none;
	color: #808080;
}
.inactiveTabBoth a:hover, .inactiveTab a:hover,
.endTab a:hover, .endTab a:hover,
.inactiveTabLeft a:hover, .inactiveTabRight a:hover	{
	text-decoration: underline;
}
.tab .icon {
	padding: 0px 5px 0px 0px;
}
.tab .title-container {
	padding: 2px 0px 0px 0px;
}

/* Auto Wrapping Tabs */

/*.multiple-column-menu {
	background: #d0d0d0;
	position: relative;
	padding: 5px 5px 0px 5px;
	box-shadow: 0 1px 3px #c0c0c0;
	-moz-box-shadow: 0 1px 3px #c0c0c0;
	-webkit-box-shadow: 0 1px 3px #c0c0c0;
}
.multiple-column-menu:after { 
	 content: " ";
	 display: block; 
	 height: 0; 
	 clear: both;
}
.multiple-column-menu .active {
	background: #ffffff !important;
}
.multiple-column-menu .menu-item {
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	background: #e2e2e2;
	float: left;
	padding: 10px 10px 10px 10px;
	
	font-size: 14px;
	cursor: pointer;
	border-left: 1px solid #fff; 
	border-right: 1px solid #d0d0d0;
	border-bottom: 1px solid #d0d0d0;
	color: #4e4f53;
}
.multiple-column-menu .menu-item:hover {
	background-color: #fcfcfc;
	color: #59b5e3;
}
.multiple-column-menu .menu-item-icon {
	float: left;
	margin: 1px 6px 0px 0px;
}
.multiple-column-menu .menu-item-text {
	float: left;
	padding: 2px 0px 0px 0px;
}
.multiple-column-menu .menu-item:first-child {
	border-left: none;
}
.multiple-column-menu .menu-item:last-child {
	border-right: none;
}
.multiple-column-menu .menu-item a {
	color: #4e4f53;
	text-decoration: none;
	padding: 2px 0px 0px 0px;
}
.multiple-column-menu .menu-item .icon {
	float: left;
	padding: 0px 4px 0px 0px;
}*/

/* Object selection control */

/*.ObjectSelectionWrapper 
{
		padding: 4px 0px;
}
.ObjectSelectionRequired 
{
		border-radius: 3px; 
		-moz-border-radius: 3px; 
		-webkit-border-radius: 3px; 
		border: 1px inset #bcb691;
		padding:5px;
	background:#FFFFCC;
	-moz-box-shadow:inset 0 0 3px 3px #fffbe1;
	-webkit-box-shadow:inset 0 0 3px 3px #fffbe1;
	box-shadow:inset 0 0 3px 3px #fffbe1;
	font-family:'PT Serif', serif;
		font-size: 14px;
		font-weight: normal;
}
.ObjectSelection 
{
		border-radius: 3px; 
		-moz-border-radius: 3px; 
		-webkit-border-radius: 3px; 
		border: 1px inset #bcb691;
		padding:5px;
	background:#FFFFFF;
	-moz-box-shadow:inset 0 0 3px 3px #fffbe1;
	-webkit-box-shadow:inset 0 0 3px 3px #fffbe1;
	box-shadow:inset 0 0 3px 3px #fffbe1;
	font-family:'PT Serif', serif;
		font-size: 14px;
		font-weight: normal;
}
.ObjectSelection:link, .ObjectSelection:visited, ObjectSelection:active {
		text-decoration: none;
		color: #737102;
}
.ObjectSelection:hover {
		text-decoration: underline;
		color: #cc9933;
}
.ObjectSelectionRequired:link, .ObjectSelectionRequired:visited, ObjectSelectionRequired:active {
		text-decoration: none;
		color: black;
}
.ObjectSelectionRequired:hover {
		text-decoration: underline;
		color: #990000;
}*/

/* List Control */
.ListHeader_NoBg {
		
		font-size: 14px;
		font-weight: bold;
		color: #000000;
		text-align: left;
		vertical-align: top;
}
.ListHeader {
		
		font-size: 14px;
		font-weight: bold;
		background-color: #a9b04c;
		border: #ABABAB 1px solid;
		color: white;
		text-align: center;
		vertical-align: middle;
}

.tools-list-wrapper.left .ListHeader {
    text-align: left;
}

.SectionHeader {
	
	font-size: 14px;
	font-weight: bold;
	background-color: #d8d8d8;
	border: #ABABAB 1px solid;
	color: #343434;
	text-align: center;
	vertical-align: middle;
}
.ListItem {
	
	font-size: 14px;
	font-weight: normal;
	color: #333333;
	vertical-align: top;
}
.ListAlternatingItem {
	
	font-size: 14px;
	background-color: #ffffff;
	color: #333333;
}
.ListItem img, .ListAlternatingItem img {
	max-width: initial;
}

.ListItem TD, .ListAlternatingItem TD, .ListHeader TD
{
		border: solid 1px #CCCCCC;
}
.ListItem TD TD, .ListAlternatingItem	TD TD
{
		border: none;
}
.ListItem_Pagelet {
		font-size: 14px;
		font-weight: normal;
		color: #333333;
		background-color: #ffffff;
}
.ListAlternatingItem_Pagelet
{
		font-size: 14px;
		background-color: #ffffff;
		color: #333333;
}
.ListItem_Pagelet TD, .ListAlternatingItem_Pagelet TD 
{
		padding: 20px;
		font-size: 14px;
		font-weight: normal;
		color: #333333;
		border: none;
}
.ListItem_Pagelet TD TD, .ListAlternatingItem_Pagelet	TD TD
{
		border: none;
}
.ListAlternatingItem_Pagelet TD {
		border-top: solid 1px #e0e0e0;
		border-bottom: solid 1px #e0e0e0;
}
.ListItem_Pagelet TD TD, .ListAlternatingItem_Pagelet TD TD {
		padding: 0px;
		border-top: solid 0px #e0e0e0;
		border-bottom: solid 0px #e0e0e0;
}
.ListItem A:link, .ListItem A:visited, .ListItem A:active,
.ListAlternatingItem A:link, .ListAlternatingItem A:visited, .ListAlternatingItem A:active,
.ListItem_Pagelet A:link, .ListItem_Pagelet A:visited, .ListItem_Pagelet A:active,
.ListAlternatingItem_Pagelet A:link, .ListAlternatingItem_Pagelet A:visited, .ListAlternatingItem_Pagelet A:active 
{
		font-size: 14px;
		font-weight: normal;	

}
.ListItem A:hover, .ListAlternatingItem A:hover,
.ListItem_Pagelet A:hover, .ListAlternatingItem_Pagelet A:hover {

}
/*.pagelet_container p 
{
		padding: 0px;
		margin: 0px;
}*/
.ColumnProgramLevel3
{
	font-size: 14px;
	font-weight: bold;
	border: #ABABAB 1px solid;		
	text-align: center;
	vertical-align: middle;	
	padding-left: 4px;
	padding-right: 4px;
}

.OrganizationTreeView
{
	color:Black;
	vertical-align:top;
	background-color:transparent;
	width: 325px;
}
.CatalogTreeView
{
	color:Black;
	vertical-align:top;
	background-color:transparent;
	width: 220px;
}
.TreeViewTarget
{
	/*background-color: #ffffff;*/
	padding-left: 5px;
}
.HTMLContentHeader 
{
	padding: 4px 10px;
	background-color: #176999;
	cursor: pointer;
	border-left: #176999 1px solid;
	border-top: #176999 1px solid;
	border-bottom: #176999 1px solid;
	border-right: #176999 1px solid;	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px; 
}
.HTMLContentHeaderText 
{
		font-size: 16px;
		font-weight: bold;
		color: #ffffff;	
}
.HTMLContent 
{
		/*padding: 8px 10px;*/
		padding-top: 10px;
		font-size: 14px;
		font-weight: normal;
		color: #333333;
		/*border-left: #DAD9D3 1px solid;
		border-bottom: #DAD9D3 1px solid;
		border-right: #DAD9D3 1px solid;*/
}
.HTMLContentWrapper
{
		padding-top: 10px;
}
.PadContent
{
		padding: 4px;
}
.StandardTable
{
		width: 100%;
		border-collapse: collapse;
		border-color: #DAD9D3;
}
div.link_container div.link_container_cell {
	margin: 0px 5px 2px 0px;
	padding: 0px;
	text-align: center;
	display: block;
	float: left;
	cursor: pointer;
}
div.link_container {
	overflow: visible;
	position: relative;
	width: 100%;
	height: 100%;
}
.TreeMenu_NodeAgFacility
{
		font-size: 14px;
		font-weight: normal;
}
A.TreeMenu_NodeAgFacility:link, A.TreeMenu_NodeAgFacility:visited, A.TreeMenu_NodeAgFacility:active {
		text-decoration: none;
		color: #435a7f;
}
A.TreeMenu_NodeAgFacility:hover {
		text-decoration: none;
		color: #cc9933;
}
.InstructionMessage
{
		font-size: 18px;
		font-weight: normal;
		color: #008000;
}
.NormalRedLarge
{
		font-size: 18px;
		font-weight: normal;
		color: red;
}
.AgFacilityColor 
{
		color: #435a7f;
}
.HelpHead 
{
		font-size:	14px;
		color: black;
}
.hidden 
{
		display: none;
}
.WebResourceMainTitle
{
		font-size: 20px;
		color: #7b7900;
		text-decoration: none;
}
.WebResourceLevel1
{
		font-size: 16px;
		color: black;
		text-decoration: none;
}
.WebResourceLevel2
{
		font-size: 16px;
		font-weight: bold;
		color: #b04538;
}
.WebResourceLevel3
{
		font-size:	12px;
		font-weight: bold;
		color: #786A57;
}
.WebResourceTitle
{
		font-size:	12px;
		font-weight: bold;
		color: black;
}
.spacesmall {
		font-size: 1px;
		height: 5px;
		width: 2px;
		clear: both;
}
.space {
		font-size: 1px;
		height: 15px;
		width: 2px;
		clear: both;
}
.CommandButtonSmall		 {
		font-size: 13px;
		font-weight: normal;
}
A.CommandButtonSmall:link, A.CommandButtonSmall:visited, A.CommandButtonSmall:active	{
		text-decoration: underline;
		color: #737102;
}
A.CommandButtonSmall:hover		{
		text-decoration: underline;
		color: #cc9933;
}
.EventTitle {
		font-size: 20px;
		font-family: 'Poppins', sans-serif;
		color: #2e3333;
		text-decoration: none;
}
.EventDate {
		font-size: 16px;
		color: black;
		text-decoration: none;
}
.EventTime, .EventSubTitle {
		font-size: 16px;
		font-weight: bold;
		color: #4a1713;
}
.EventType{
		font-size:	12px;
		font-weight: bold;
		color: #786A57;
}
.edit_container 
{
	border: 1px solid #9b9b9b;
	background-color: #ececec;
	padding: 8px;
}

/* "fallback" links for non-CSS supporting browsers. */
.fallback {
 display: none;
}

/* Here's our default note styles. */
.notedefault, .notenested {
 position: absolute;
 visibility: hidden;
 top: 1.5em;
 left: 2em;
 /*width: 15em;*/
}
.notedefault {
 /*padding: 3px;*/
 border: 1px solid #432c07;
 background-color: #F7F7F7;
 color: white;
}
.notenested {
 width: 8em;
 padding: 3px;
 border: 1px solid #963;
 background-color: #C96;
 color: white;
}

/* Some position-type-specific offset information. Tweak as needed! */
.snp-mouseoffset, .snp-triggeroffset, .snp-mousetrack {
 margin-left: 5px;
 margin-top: 15px;
}

/* Note close marker is only shown within pinned notes. */
.note-close {
 float: right;
 margin-top: 2px;
 width: 14px;
 height: 14px;
 line-height: 14px;
 color: black;
 text-decoration: none;
 visibility: hidden
}
.snb-pinned .note-close {
 visibility: inherit;
}
.noteheader {
		background-color: #369; /*#0e17c3;*/ /*#396236;*/
		font-size: 18px;
		font-weight: bold;
		color: white;
		padding-top: 3px;
		padding-bottom: 3px;
		text-align: center;
}
.toolpanel {
		font-size: 14px;
		font-weight: normal;
		padding:4px;
		border: 1px solid black;
} 
.scorecard_table
{
		border: 1px solid black;
}
.scorecard_pass
{
		font-size: 14px;
		font-weight: normal;
		text-align: center;
		background-color: #d5ffcf;
		width: 40px;
		padding: 5px;
}
.scorecard_fail
{
		font-size: 14px;
		font-weight: normal;
		text-align: center;
		background-color: #fae0f0;
		width: 40px;
		padding: 5px;
}
.scorecard_row_title
{
		text-align: left;
		font-size: 14px;
		font-weight: bold;
		padding: 10px;
}
.scorecard_header
{
		
		text-align:center;
		font-size: 14px;
		font-weight: bold;
		padding: 10px;
}
.scorecard_title
{
		
		text-align: center;
		font-size: 15px;
		font-weight: bold;
		padding: 10px;
}
.scorecard_total_pass
{
		
		font-size: 14px;
		font-weight: normal;
		text-align:center;
		background-color: #d5ffcf;
		width:60px;
		padding: 5px;
}
.scorecard_total_fail
{
		
		font-size: 14px;
		font-weight: normal;
		text-align:center;
		background-color: #fae0f0;
		width:60px;
		padding: 5px;
}

.assessment_status_table
{
		border: 1px solid black;
}
.assessment_status_label
{
		
		text-align: left;
		font-size: 14px;
		font-weight: bold;
		padding: 4px;
}
.assessment_status_header
{
		
		text-align:center;
		font-size: 14px;
		font-weight: bold;
		padding: 6px;
}
.metricimpactareaicon_list 
{
	float: left;
	height: 38px;
}
.metricimpactareaicon_list img
{
	margin-right: 4px;
}

/* Fields */

.form_field_tiny {
	width: 42px;
}
.form_field_extrasmall {
	width: 78px;
}
.form_field_small {
	width: 122px;
}
.form_field_medium {
	width: 170px;
}
.form_field_large {
	width: 278px;
}
.form_field_full {
	width: 100%;
}

/* Table Grids */

.table-hdr-green {
	background-color: #7a9332;
	color:#FFFFFF;
	font-weight: bold;
}
.table-results {
	border: 1px solid #dad8d2;
	border-right: 0px solid #dad8d2;
	border-bottom: 0px solid #dad8d2;
}
.table-results td {
	font-family:'PT Serif', serif;
		font-size: 14px;
	border-bottom: 1px solid #dad8d2;
	border-right: 1px solid #dad8d2;
	padding: 10px;
}

/* Tabs */

.table-tabs {
	border: 1px solid #808080;
	border-top: 0px solid;
	padding: 20px 10px 10px 10px;	
}
.tabs, .tabs-on	{
	height: 31px;
	width: 175px;
	vertical-align: middle;
}
.tabs a, .tabs span {
	display: block;
	background-image:url(tab_off.png);
	background-position:top;
	background-repeat:no-repeat;
	height: 31px;
	width: 175px;
	font-family:'PT Serif', serif;
	text-align:center;
	text-decoration: none;
	color: #373737;
	font-size: 18px;
	vertical-align: middle;
}
.tabs a:hover {
	background-position:top;
	background-repeat:no-repeat;
	height: 31px;
	width: 175px;
	color: #ad4522;
}

.tabs-on a, .tabs-on span {
	display: block;
	background-image:url(tab_on.png);
	background-position:top;
	background-repeat:no-repeat;
	height: 31px;
	width: 175px;
	font-family:'PT Serif', serif;
	text-align:center;
	text-decoration: none;
	color: #ad4522;
	font-size: 18px;
	vertical-align: middle;
}
.tabs-on a:hover {
	background-position:top;
	background-repeat:no-repeat;
	height: 31px;
	width: 175px;
	color: #373737;
}
.tabs-on {
	height: 31px;
	width: 175px;
	vertical-align: middle;
	display: block;
	background-image:url(tab_on.png);
	background-position:top;
	background-repeat:no-repeat;
	height: 31px;
	width: 175px;
	font-family:'PT Serif', serif;
	text-align:center;
	text-decoration: none;
	color: #ad4522;
	font-size: 18px;
}
.tab-bottom 
{
	background-image:url(tab_line.png);
	background-position:bpttom;
	background-repeat:repeat-x;
}

/* Metrics information */

.metric-information-title 
{
	font-family:'PT Serif', serif;
	font-weight: bold;
	font-size: 14px;
	color: #000000;
}
.metrictype-take-action 
{
	padding-top: 4px;
}

.metricresource-header {
	font-family:"Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 26px;
	margin: 0px;
	display: inline;
	color: #799332;
}
.metricresource-subheader {
	font-family:Verdana,'PT Serif',Helvetica,sans-serif;
	font-weight: bold;
	font-size: 18px;
	margin: 0px;
	display: inline;
	color: #ad4522;
}
.blue-link a {
	color: #3e5b80;
	text-decoration: none;
}
.blue-link a:hover {
	text-decoration: underline;
}
.metric-content-list p {
	padding: 0px 0px 8px 0px;
	margin: 0px;
}

.programleve-2-table {
	background-color: #efefef;
	border-color: #CCCCCC;
	border-style: solid;
	border-collapse: collapse;
	font-family: Verdana,'PT Serif',Helvetica,sans-serif;
	font-size: 12px;
	width: 100%;
}
.programleve-2-table thead th {
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	padding: 4px;
}
.programleve-2-table .programlevel3-header {
	padding: 4px 0px;
	text-align: center;
	font-weight: bold;
}
.programleve-2-table tbody td {
	background-color: #ffffff;
}
.programleve-2-table .programlevel3-text {
	padding: 10px;
}
.programleve-2-table tfoot th {
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	padding: 4px;
}

.text_small 
{
		
		font-size: 12px;
	font-style: italic;
}
.link-icon 
{
		padding: 3px 4px 0px 10px;
}
fieldset 
{
	margin: 0px 0px 10px 0px;
}
legend 
{
	margin: 0px 0px 10px 0px;
		
		font-size: 14px;
	font-weight: bold;
	color: #000000;
}

/* Containers */

.container-grey {
	background-color: #ececec;
	padding: 15px;
	margin: 0px;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	border-bottom-right-radius: 15px;
	border-bottom-left-radius: 15px;
}
.container-green {
	background-color: #eef5cd;
	padding: 15px;
	margin: 0px;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	border-bottom-right-radius: 15px;
	border-bottom-left-radius: 15px;
}

.green-column 
{
	background-color: #eef5cd;
	color: Black;
}
.container-blue {
	background-color: #cfe3f3;
	padding: 15px;
	margin: 0px;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	border-bottom-right-radius: 15px;
	border-bottom-left-radius: 15px;
}

.blue-column 
{
	background-color: #aacdea;
	color: Black;
}
.container-red {
	background-color: #faeaeb;
	padding: 15px;
	margin: 0px;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	border-bottom-right-radius: 15px;
	border-bottom-left-radius: 15px;
}

.red-column 
{
	background-color: #faeaeb;
	color: black;
}
.container-orange {
	background-color: #f5e0cb;
	padding: 15px;
	margin: 0px;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	border-bottom-right-radius: 15px;
	border-bottom-left-radius: 15px;
}
.container-brown {
	background-color: #e9dfd7;
	padding: 15px;
	margin: 0px;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	border-bottom-right-radius: 15px;
	border-bottom-left-radius: 15px;
}
.container-teal {
	background-color: #CEDEE2;
	padding: 15px;
	margin: 0px;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	border-bottom-right-radius: 15px;
	border-bottom-left-radius: 15px;
}
.blank-green 
{
	background-color: #deec9f;
	border: 0;
}
.brown-column
{
	background-color: #e9dfd7;
	color: Black;
}
.container-seperator-top {
	margin-top: 10px; 
}
.container-seperator-left {
	margin-left: 10px; 
}
.container-grey h3, .container-green h3, .container-blue h3, .container-orange h3, .container-red h3, .container-brown h3, .container-teal h3 {
		padding: 0px 0px 10px 4px;
		margin: 0px;
		
		font-size: 18px;
	font-weight: bold;
		color: #000000;
}
.container-nmodel h3 a:link{
		margin: 0px;
		
		font-size: 16px;
	font-weight: bold;
		color: #000000;
		margin-bottom:10px;
}
.container-sub {
	padding: 15px;
	margin: 8px 0px 4px 0px;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	border-bottom-right-radius: 15px;
	border-bottom-left-radius: 15px;	
}
.container-green .container-sub {
	background-color: #deec9f;
}
.container-orange .container-sub {
	background-color: #edcd9f;
}
.container-grey .container-sub {
	background-color: #d8d9da;
}
.container-blue .container-sub {
	background-color: #b3d3ec;
}
.container-red .container-sub {
	background-color: #edc3c3;
}
.container-brown .container-sub {
	background-color: #c5be97;
}
.container-sub h4 {
		padding: 0px 0px 10px 4px;
		margin: 0px;
		
		font-size: 14px;
	font-weight: bold;
		color: #000000;
}
.container-nmodel {
	background-color: #ececec;
	padding: 15px;
	padding-bottom:5px;
	margin: 0px;
	margin-bottom:20px;
}

/* Buttons */


.commandWrapper {
	height: 36px;
}
.commandWrapper.large {
	height: 48px;
}
.commandDiv {
	float: left;
	padding-right: 4px;
	height: 26px;
}
.commandDiv a:hover {
	text-decoration: none;
}
.commandDivRight {
	float: right;
	padding-left: 4px;
}

.OverlayControlDiv {
	position: absolute;
	display: none;
	text-align: center;
	background-color: white;
}

.buttonIconWrapper {
	cursor: pointer;
	text-align: center;
	text-decoration: none;
}
.buttonIconWrapper a {
	text-decoration: none;
}	
.buttonIconWrapper .buttonIcon {
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top,	rgba(255,255,255,1) 0%, rgba(229,229,229,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(229,229,229,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,	rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,	rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,	rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,	rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
}
.buttonIconWrapper:hover .buttonIcon {
	background: rgb(252,255,244); /* Old browsers */
	background: -moz-linear-gradient(top,	rgba(252,255,244,1) 0%, rgba(223,229,215,1) 40%, rgba(179,190,173,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(252,255,244,1)), color-stop(40%,rgba(223,229,215,1)), color-stop(100%,rgba(179,190,173,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,	rgba(252,255,244,1) 0%,rgba(223,229,215,1) 40%,rgba(179,190,173,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,	rgba(252,255,244,1) 0%,rgba(223,229,215,1) 40%,rgba(179,190,173,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,	rgba(252,255,244,1) 0%,rgba(223,229,215,1) 40%,rgba(179,190,173,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,	rgba(252,255,244,1) 0%,rgba(223,229,215,1) 40%,rgba(179,190,173,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfff4', endColorstr='#b3bead',GradientType=0 ); /* IE6-9 */
}
.buttonIcon {
	border: #d2d2d2 1px solid;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 9px 10px 8px 10px;
	display: table;
	text-decoration: none;
}
.buttonIcon .icon {
	display: table-cell;
}
.buttonIcon .icon img {
	vertical-align: text-top;
	padding-top: 1px;
}
.buttonIcon .title {
	display: table-cell;
	color: #888888;
	
	font-size: 15px;
	font-weight: bold;
	padding-left: 4px;
	vertical-align: middle;
	text-decoration: none;
}
.buttonIconWrapper .buttonIcon .title a, .buttonIconWrapper .buttonIcon .title a:hover {
	color: #888888;
	
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
}
.buttonIcon .title input {
	border: none;
	background: none;
	color: #888888;
	
	font-size: 15px;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}

/* Indicators */

.indicator_container {
	position: absolute;
	display: none;
	text-align: center;
	background-color: #ffffff;
	z-index: 1000;
}
.indicator_container .indicator_img {
	position: fixed;
	margin-top: 20px;
}

.indicator_container_full {
    position: fixed;
    display: none;
    text-align: center;
    background-color: #ffffff;
    z-index: 1000;
}

.indicator_container_full .indicator_img_full {
    position: unset;
    margin-top: 20px;
}

.fg_indicator_container {
    position: absolute;
    display: none;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    opacity: 0.5;
    text-align: center;
    z-index: 1000;
}

.fg_indicator_container .fg_indicator_img {
    margin-top: 250px;
    position: fixed;
    margin-left: -100px;
}

/* Practices */

#toTop {
	width:100px;
				border:1px solid #ccc;
				background:#f7f7f7;
				text-align:center;
				padding:5px;
				position:fixed; /* this is the magic */
				bottom:10px; /* together with this to put the div at the bottom*/
				right:10px;
				cursor:pointer;
				display:none;
				color:#333;
				font-family:verdana;
				font-size:11px;
}

.clear-wrapper {
	position: relative;
	right: 0px;
	width: 24px;		
	float: left;
	margin-left:5px;
}
.practice-info {
	padding: 4px 10px;
}
.practice-info .number {
	font-weight: bold;
}
.instructions {
	font-style: italic;
	font-weight: bold;
	font-size: 14px;
	padding: 0px 10px;
}
.AnswerReportTable {
	width: 100%; 
	border-top-color: #dad9d3; 
	border-right-color: #dad9d3; 
	border-bottom-color: #dad9d3; 
	border-left-color: #dad9d3; 
	border-collapse: collapse;
}
.AnswerReportModule	{
	background-color: rgb(0, 99, 140);
}
.AnswerReportCell {
	border: 1px solid #A0A0A0;
}
.AnswerReportNumber {
	width:40px;
	font-weight: bold;
	text-align: center;
}
.AnswerReportScore {
	width:200px;
}


/* Registration */

.registration-form {
	padding: 10px 40px 10px 10px;
}
.registration-form .input-row {
	white-space: nowrap;
}
.registration-form .required {
	color: #f00;
	padding-left: 4px;
}

/* Legend */

.legend .icon {
	padding: 4px 2px 0px 0px;
}

.floatingSave {
	position: fixed;
	top: 300px;
	right: 0px;
	top: expression(300+((e=document.documentElement.scrollTop)?e:document.body.scrollTop)+'px'); 
    z-index:99999;
}

.red {
    color:red;
}
















/* = STEPS CONTAINER
----------------------------*/
.wizard-steps {
		margin:20px 10px 0px 10px;
		padding:0px;
		position: relative;
		clear:both;
		font-family:"Helvetica Neue", Helvetica, 'PT Serif', sans-serif;
		font-weight: bold;
}
.wizard-steps div {
		position:relative;
}
/* = STEP NUMBERS
----------------------------*/
.wizard-steps span {
		display: block;
		float: left;
		font-size: 10px;
		text-align:center;
		width:15px;
		margin: 7px 5px 0px 0px;
		line-height:15px;
		color: #ccc;
		background: #FFF;
		border: 2px solid #CCC;
		-webkit-border-radius:10px;
		-moz-border-radius:10px;
		border-radius:10px;
		margin-left:5px;
}
/* = DEFAULT STEPS
----------------------------*/
.wizard-steps a {
		position:relative;
		display:block;
		width:auto;
		height:34px;
		margin-right: 18px;
		padding:0px 10px 0px 3px;
		float: left;
		font-size:11px;
		line-height:34px;
		color:#666;
		background: #F0EEE3;
		text-decoration:none;
		text-shadow:1px 1px 1px rgba(255,255,255, 0.8);
}
.wizard-steps a:before {
		width:0px;
		height:0px;
		border-top: 17px solid #F0EEE3;
		border-bottom: 17px solid #F0EEE3;
		border-left:12px solid transparent;
		position: absolute;
		content: "";
		top: 0px;
		left: -12px;
}
.wizard-steps a:after {
		width: 0;
		height: 0;
		border-top: 17px solid transparent;
		border-bottom: 17px solid transparent;
		border-left:12px solid #F0EEE3;
		position: absolute;
		content: "";
		top: 0px;
		right: -12px;
}
 
/* = COMPLETED STEPS
----------------------------*/
 
.wizard-steps .completed-step a {
		color:#163038;
		background: #A3C1C9;
}
.wizard-steps .completed-step a:before {
		border-top: 17px solid #A3C1C9;
		border-bottom: 17px solid #A3C1C9;
}
.wizard-steps .completed-step a:after {
		border-left: 12px solid #A3C1C9;
}
.wizard-steps .completed-step span {
		border: 2px solid #163038;
		color: #163038;
		text-shadow:none;
}
/* = ACTIVE STEPS
----------------------------*/
.wizard-steps .active-step a {
		color:#A3C1C9;
		background: #163038;
		text-shadow:1px 1px 1px rgba(0,0,0, 0.8);
}
.wizard-steps .active-step a:before {
		border-top: 17px solid #163038;
		border-bottom: 17px solid #163038;
}
.wizard-steps .active-step a:after {
		border-left: 12px solid #163038;
}
.wizard-steps .active-step span {
		color: #163038;
		-webkit-box-shadow:0px 0px 2px rgba(0,0,0, 0.8);
		-moz-box-shadow:0px 0px 2px rgba(0,0,0, 0.8);
		box-shadow:0px 0px 2px rgba(0,0,0, 0.8);
		text-shadow:none;
		border: 2px solid #A3C1C9;
}
/* = HOVER STATES
----------------------------*/
.wizard-steps .completed-step:hover a, .wizard-steps .active-step:hover a {
		color:#fff;
		background: #8F061E;
		text-shadow:1px 1px 1px rgba(0,0,0, 0.8);
}
.wizard-steps .completed-step:hover span, .wizard-steps .active-step:hover span {
		color:#8F061E;
}
.wizard-steps .completed-step:hover a:before, .wizard-steps .active-step:hover a:before {
		border-top: 17px solid #8F061E;
		border-bottom: 17px solid #8F061E;
}
.wizard-steps .completed-step:hover a:after, .wizard-steps .active-step:hover a:after {
		border-left: 12px solid #8F061E;
}


.wizard {
		padding:0px;
		position: relative;
		clear:both;
		font-family:"Helvetica Neue", Helvetica, 'PT Serif', sans-serif;
		font-weight: bold;
}
.wizard div {
		position:relative;
		display:inline-block;
		background: #E9E9E9;
		vertical-align:top
}

.wizard-on 
{
	background-color: White;
}

.wizard-off
{
	background-color: #E9E9E9;
}

/* = STEP NUMBERS
----------------------------*/
.wizard a span {
		display: block;
		float: left;
		font-size: 40px;
		text-align:center;
		width:80px;
		line-height:80px;
		color: #ffffff;
		background: #A0A1A3;
		-webkit-border-radius:80px;
		-moz-border-radius:80px;
		border-radius:80px;
		margin-left:10px;
}

/* = DEFAULT STEPS
----------------------------*/
.wizard a {
		position:relative;
		display:block;
		width:auto;
		height:100px;
		padding:20px 7px 0px 3px;
		float: left;
		font-size:11px;
		line-height:34px;
		color:#666;
		background: #E9E9E9;
		text-decoration:none;
}
.wizard span 
{
	display:inline-block;
}


/* = ACTIVE STEPS
----------------------------*/

.wizard .active-step a
{
	background: #ffffff;
}
.wizard .active-step 
{
	background: #ffffff;
}
.wizard .active-step a span {
		color: #ffffff;
		text-shadow:none;
		background: #a9b04c;
}
.wizard .active-step span 
{
	display:inline-block;
}

.ModelRecommended 
{
	color: white;
	width: 150px;
	background-color: #526325;
	font-weight: bold;
	height:18px;
	text-align:center;
}

.edTextTable, .edTextTable th, .edTextTable td
{
	border-collapse: collapse;
	border: 1px solid #DAD9D3;
}

.EducationText 
{
	border: 1px solid #DAD9D3;
}

.map-area {
    border: 1px solid #cccccc;
    height: 300px;
    width: 100%;
    margin: 10px 0px 0px 0px;
}
.map-overlay 
{
		position: absolute; 
		width: 100%;
		height: 100%;
}

.calculator-value {
	text-align: right !important;
	padding-right: 10px !important;
}

.selected {
	font-weight: normal;
	background-color:#DAEAF6
}

.separator {
	padding:5px !important;
}

.AIMScore {
	width:13%;
}

.AIMDetailScore {
	width:85px;
}

.AIMDetailScoreSelected {
	width:85px;
	background-color:#DAEAF6
}

.list-header {
	background-color:#626262;
	color:white;
	font-size:16px;
	text-transform:uppercase;
	padding:20px;
	vertical-align:middle;
	font-weight:bold;
}

.list-checkbox-label {
	padding-left: 5px;
}
.list-wrapper {
	padding: 0px 15px;
}
.list-item {
	padding: 15px;
	padding-top:20px;
	padding-bottom:20px;
	border-bottom:1px solid #DBDBDB;
}

.indented {
	padding-left:80px;
}

.page-title {
	font-family: 'Poppins', sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #4a1713;
	text-transform: uppercase;
	border-bottom: solid 1px #e0e0e0;
	padding: 10px 20px;
}

.no-transform {
    text-transform: none !important;
}

.no-padding {
    padding: 0px !important;
}

.no-border {
    border-top: none !important;
    border-bottom: none !important;
}

.section-padding {
    padding-top: 2px !important;
    padding-bottom: 3px !important;
}

.dnnTooltip .title {
    color:white;
    padding-right:5px;
}

.tool-control-section .title {
    padding-left:0px;
}

.no-margin {
    margin:0px !important;
}

.column-padding {
    padding-top: 5px;
    padding-left:0px;
}

.calculator-section-separator {
    border-top: 1px solid #979797;
    padding-bottom: 10px;
}

.nowrap {
    white-space:nowrap;
}

.sub-column {
    padding: 0px 15px 8px 15px !important;
    line-height:30px;
}

.sub-value {
    line-height:86px;
}

#irrcalcpanel .results-table {
    border-left:0px;
    border-right:0px;
}

#irrcalcpanel .results-table .result-table-cell .list-info-table .list-info-cell {
    border-right: 1px solid #979797 !important;
    padding: 2px 10px 2px 10px;
}

#irrcalcpanel .results-table .result-table-cell .list-info-table .list-info-cell:nth-child(1) {
    width: 190px  !important;
    min-width:190px !important;
}

#irrcalcpanel .results-table .result-table-cell .list-info-table .list-info-cell:nth-child(2) {
    width: 121px  !important;
    min-width:121px !important;
}

#irrcalcpanel .results-table .result-table-cell .list-info-table .list-info-cell:nth-child(3) {
    width: 150px  !important;
    min-width:150px !important;
}

#irrcalcpanel .results-table .result-table-cell .list-info-table .list-info-cell:nth-child(4) {
    width: 150px  !important;
    min-width:150px !important;
}

#irrcalcpanel .results-table .result-table-cell .list-info-table .list-info-cell:nth-child(5) {
    width: 120px  !important;
    min-width:120px !important;
}

#irrcalcpanel .results-table .result-table-cell .list-info-table .list-info-cell:nth-child(6) {
    width: 121px  !important;
    min-width:121px !important;
}

#irrcalcpanel .results-table .result-table-cell .list-info-table .list-info-cell:nth-child(7) {
    width: 121px  !important;
    min-width: 121px !important;
}

#irrcalcpanel .results-table .result-table-cell .list-info-table .list-info-cell:nth-child(8) {
    width: 120px;
    min-width:120px;
}

#irrcalclastcol {
    width: 136px !important;
    min-width: 136px !important;
}

.cimis {
    margin: 0px !important;
}

#irrcalcpanel .results-table .result-table-line .result-table-cell .section-sub-title {
    overflow-y:scroll;
}

#irrcalcpanel .results-table {
    overflow-x: auto;
    width: 100%;
}

#irrcalctable {
    height:521px;
    display:block;
    overflow:auto;
    background-color:white;
}

.report-sections {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
}

.report-section {
    padding-top:35px !important;
}

.report-button {
    padding-top:10px;
}

.calc-edit-section {
    border: 1px solid #9b9b9b;
    background-color: #fafafa;
    padding: 25px;
    margin-top: 20px;
    padding-top: 0px;
    max-width: 800px;
}

.calc-footer {
    background-color: #ececec;
}

.calc-normal {
    background-color: white;
}

.calc-header {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    background-color: white;
}

.calc-scroll {
    width: 100% !important;
    overflow-x: auto !important;
}

.chart-div {
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom:20px;
}

.chart-object {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    width: 1090px;
    height: 400px;
}

.centered {
    text-align: center;
}


/* Reports Dashboard */

.report-introduction {
    margin: 10px;
    padding: 5px 15px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-color: #efefef;
}

.report-dashboard {
    padding: 0px 0px;
}

    .report-dashboard .report-links-wrapper {
    }

        .report-dashboard .report-links-wrapper .link-entry {
            padding: 10px 20px;
            border-bottom: solid 1px #dfdfdf;
        }

            .report-dashboard .report-links-wrapper .link-entry:last-child {
                border-bottom: none;
            }

            .report-dashboard .report-links-wrapper .link-entry:nth-child(even) {
                background-color: #efefef;
            }

            .report-dashboard .report-links-wrapper .link-entry h3 {
                margin: 0px;
                padding: 0px 0px 0px 0px;
            }

                .report-dashboard .report-links-wrapper .link-entry h3 a {
                    font-size: 14px;
                    font-weight: bold;
                }

                    .report-dashboard .report-links-wrapper .link-entry h3 a:hover {
                        text-decoration: none;
                    }

            .report-dashboard .report-links-wrapper .link-entry p {
                margin: 0px;
                padding: 5px 0px;
            }

.steps {
    margin-top: 10px;
    text-align: center;
    display: inline-block;
    height: 100px;
    width: 100%;
}

.register-wizard {
    width: 100%;
}

    .register-wizard li {
        display: inline;
        float: left;
        width: 31%;
    }

		.register-wizard li .step {
			width: 50px;
			height: 50px;
			background-color: #c1c1c1;
			border-radius: 50%;
			font-size: 18px;
			font-weight: 500;
			font-style: normal;
			font-stretch: normal;
			line-height: 2.8;
			letter-spacing: normal;
			text-align: center;
			color: #ffffff;
			text-align: center;
			margin-left: auto;
			margin-right: auto;
		}

		.register-wizard li .stepname {
			font-family: Poppins;
			font-weight: 500;
			font-size: 18px;
			font-style: normal;
			font-stretch: normal;
			line-height: 1.44;
			letter-spacing: normal;
			text-align: center;
			color: #918c10;
			text-align: center;
			padding-top: 10px;
			width: 100%;
			background-color: white;
		}

        .register-wizard li .lineright {
            background-color: #ced0d6;
            height: 8px;
            width: calc(50% - 25px);
            margin-top: -30px;
            float: right;
        }

        .register-wizard li .lineleft {
            background-color: #ced0d6;
            height: 8px;
            width: calc(50% - 25px);
            margin-top: -30px;
            float: left;
        }

.step-active {
    background-color: #918c10 !important;
}

.register-wizard li .stepname.step-active {
    color: #918c10 !important;
    background-color: #ffffff !important;
}

.step-complete {
	background-color: #a05b48 !important;
}

.register-wizard li .stepname.step-complete {
	color: #a05b48 !important;
	background-color: #ffffff !important;
}

#registration {
	background-repeat: no-repeat;
	background-position: bottom right;
	background-image: url(images/signup-bg-2x.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	
}

	#registration label {
		
		font-size: 16px;
	}


#registration .form-box-wrapper input[type="text"] {
    height: 50px;
    font-size: 16px;
    margin-bottom: 10px;
}

#registration .form-box-wrapper input[type="password"] {
    height: 50px;
    font-size: 16px;
    margin-bottom: 10px;
}

	#registration .form-box-wrapper .disclaimer {
		margin-bottom: 20px;
		
	}

	#registration .form-box-wrapper select {
		height: 50px;
		font-size: 16px;
		margin-bottom: 10px;
	}

.registration-button-wrapper {
    padding-top: 25px;
    padding-bottom: 15px;
}

	.registration-button-wrapper .primary-solid-button {
		font-size: 18px;
		border-radius: 0;
		padding-left: 50px;
		padding-right: 50px;
		width: 100%;
		text-transform: none;
		background-color: #5b7f7e;
	}

.registration-title {
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #333333;
    height: 19px;
    margin-top: 20px;
}

.registration-complete {
    height: 28px;
    font-size: 24px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #a4a335;
    margin-top: 20px;
    margin-bottom: 40px;
    display: block;
}

.registration-complete-thanks {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 18px;
	font-size: 18px;
	font-weight: bold;
	color: #333333;
}

.registration-link {
	padding: 40px;
	padding-bottom: 100px;
}

.tiles {
    background-color: #d7d8db;
    padding: 10px;
    padding-left: 25px;
    padding-right: 25px;
}

.tile {
    height: 170px;
    border-radius: 3px;
    background-color: #ffffff;
    margin: 10px;
    position: relative;
}

.tile-tooltip {
    position: absolute;
    bottom: 0;
    right: 10px;
}

.tile-content {
    padding-top: 25px;
    line-height: 1.71;
}

.tile-link {
    padding-top: 10px;
    text-decoration: underline;
    margin-left: 20px;
    margin-right: 20px;
    text-align: center;
}

.tile:hover {
    background-color: #EEF3D1;
}

.tile > .dnnTooltip .TooltipText {
    background: url(images/icon-grey-help-2x.png) no-repeat right;
    background-size: 18px;
}

.link-list > .dnnTooltip .TooltipText {
    background: url(images/icon-grey-help-2x.png) no-repeat right;
    background-size: 16px;
    background-position-y: bottom;
    vertical-align: middle;
}

.link-list > .dnnTooltip {
    display: inline-flex;
    margin-left: -10px;
}

#quicklinks .link-list {
    padding-bottom: 0px;
}

.wizard-title {
	font-family: Poppins;
	font-size: 36px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.11;
	letter-spacing: normal;
	text-align: center;
	color: #58322a;
	padding:20px;
}

.wizard-tooltip {
    float: right;
    margin-top: -62px;
    padding-right: 15px;
}

    .wizard-tooltip .TooltipText {
        background: url(images/icon-grey-help-2x.png) no-repeat right;
        background-size: 20px;
    }

#orchard-profile .progress-summary-table .one {
    border: solid 1px #e0e0e0;
}

.progress-summary-table .four {
    border-bottom: solid 1px #e0e0e0;
}

.progress-summary-table .five {
    border-right: solid 1px #e0e0e0;
    border-top: solid 1px #e0e0e0;
}

.progress-summary-table .eight {
    border-top: solid 1px #e0e0e0;
}

.ProfileSelect {
    margin: 0px;
}

.ProfileChart {
    padding-top: 20px;
    padding-bottom: 20px;
}

#addressblock span.form-label {
    padding-top: 20px;
}

#tblVarieties {
    background-color: #EFEFEF;
    border-color: #C0C0C0;
    border-width: 1px;
    border-style: Solid;
    border-collapse: collapse;
}

.tool-section {
    font-size: 20px;
    line-height: 36px;
    font-weight: bold;
    color: #000000;
    text-transform: uppercase;
}

.listBox {
    margin-left: 18px !important;
}

.checkbox-list {
    line-height: 2.0em;
}

.form-table-header {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}

.entry-table .row {
    margin-top: 13px;
    margin-bottom: 13px;
    line-height: 1.3em;
}

/************************
 * Media Layout Changes *
 ************************/

/* Small screens */

/* max-width 640px, mobile-only styles, use when QAing mobile issues */
@media only screen and (max-width: 40em) { 

	/* Top Strip */

	.header-top-strip {
		border-top: 5px solid #2e3333;
	}

	/* Footer */

	footer {
		padding: 30px 10px 20px 10px;
	}
	footer .social-icons {
		padding: 0px 0px 40px 0px;
	}

	/* Navigation */

	.mobile-nav-wrapper {
		position: relative;
		z-index: 1000;
		background-color: #ffffff;
		box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
		height: 50px;
	}
	nav, .navbar-toggle {
		-webkit-touch-callout: none;
		-webkit-user-select: none;
		-khtml-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
	}
	nav {
		position: fixed;
		width: 100%;
		height: 100%;
		color: #ffffff;
		background: #2e3333;
	}
	nav hr {
		background-color: #ffffff;
		margin: 30px 20px;
		width: auto;
	}
	nav ul {
		padding-left: 0 !important;
		margin-left: 0 !important;
	}
	nav ul li { 
		list-style: none;
		padding: 0px 0px 5px 0px;
		text-align: center;
	}
	nav ul li a {
		font-size: 20px;
		color: #ffffff !important;
		text-decoration: none;
	}
	nav ul li a.small {
		font-size: 14px;
		color: #ffffff;
		text-decoration: none;
	}
	nav ul li a:hover {
		text-decoration: underline;
	}
	nav ul li a.phone {
		font-size: 26px;
		font-weight: 800;
		text-decoration: none;
		color: #51b2ff;
	}
	nav ul li span.address a {
		font-size: 20px;
		line-height: 20px;
		color: #ffffff;
	}
	
	.nav-hide { 
		display: none;
	}
	.navbar-toggle {
		position: absolute;
		top: 20px;
		left: 15px;
		width: 22px;
		height: 22px;
		z-index: 20;
		cursor: pointer;
	}
	
	.bar1, .bar2, .bar3 {
		width: 100%;
		height: 2px;
		margin-bottom: 4px;
		background-color: #979797;
		transition: all 0.3s ease-in-out;
	}
	
	.navbar-on .bar1, .navbar-on .bar2, .navbar-on .bar3 { 
		background-color: #ffffff;
	}
	.navbar-on .bar1 {
		transform-origin: 10% 40%;
		transform: rotate(45deg);
	}
	.navbar-on .bar3 {
		transform-origin: 10% 40%;
		transform: rotate(-45deg);
	}
	.navbar-on .bar2 { 
		background-color: transparent;
	}

	.mobile-ohsp-logo {
		position: relative;
		padding: 5px 0px 7px 0px;
		background: #ffffff;
		display: block;
		margin: 0 auto;
		width: 80px;
		text-align: center;
		z-index: -1;
		-webkit-border-bottom-right-radius: 40px;
		-webkit-border-bottom-left-radius: 40px;
		-moz-border-radius-bottomright: 40px;
		-moz-border-radius-bottomleft: 40px;
		border-bottom-right-radius: 40px;
		border-bottom-left-radius: 40px;
	}
	.mobile-ohsp-logo img.main {
		max-width: 65px;
	}
	
	.mobile-nav-wrapper .buttons-wrapper {
		padding: 20px 0px 40px 0px;
	}
	.mobile-nav-wrapper .white-button {
		border-radius: 25px;
		border: solid 2px #ffffff;
		color: #ffffff !important;
		font-size: 13px;
		font-weight: bold;
		text-transform: uppercase;
		padding: 7px 0px;
		margin: 0px 2px;
		display: inline-block;
		width: 150px;
	}
	.mobile-nav-wrapper .white-button:hover {
		text-decoration: none;
		color: #2e3333 !important;
		background-color: #ffffff !important;
	}

	.mobile-nav-wrapper .header-medium {
		padding: 10px 0px 0px 50px;
		font-size: 16px;
		line-height: 16px;
		font-weight: bold;
		color: #ffffff;
	}
	.mobile-nav-wrapper .header-large {
		padding: 2px 0px 20px 50px;
		font-size: 18px;
		line-height: 24px;
		font-weight: bold;
		color: #ffffff;
	}
	
	/* Mobile Logged in Sub Links */

	.mobile-nav-wrapper .main-sub-link {
		font-size: 20px;
		color: #ffffff;
		text-decoration: none;
		cursor: pointer;
	}
	.mobile-nav-wrapper .main-sub-link:hover {
		text-decoration: underline;
	}
	.mobile-nav-wrapper .mobile-sub-links-link-wrapper {
		background-color: #ffffff;
		display: none;
		text-align: center;
		padding: 10px 0px;
	}
	.mobile-nav-wrapper .mobile-sub-links-link-wrapper .sub-link a {
		color: #2e3333 !important;
		padding: 3px 10px;
		text-decoration: none;
		font-size: 16px;
	}
	.mobile-nav-wrapper .mobile-sub-links-link-wrapper .sub-link a:hover {
		text-decoration: underline;
	}

	/* Splash page */

	.hero-wrapper .hero-content {
		display: table-cell;
		padding: 25px 0px;
	}

	.hero-wrapper .hero-content .medium {
		font-size: 16px;
		line-height: 30px;
	}
	.hero-wrapper .hero-content .large {
		font-size: 18px;
		line-height: 22px;
		letter-spacing: 1px;
	}

	.hero-wrapper .hero-content .small {
		font-size: 13px;
		line-height: 18px;
	}
	.hero-wrapper .hero-content .small a {
		font-size: 13px;
		line-height: 18px;
	}

	.hero-wrapper .primary-button {
		font-size: 13px;
		padding: 8px;
	}

	.hero-wrapper .primary-button-wrapper {
		padding: 20px 0px;
	}

	.splash-cta-wrapper {
		padding: 20px 0px;
	}
	.splash-cta-wrapper .splash-cta {
		border-radius: 0px;
		border: none;
		margin: 0px;
	}
	.splash-cta-wrapper .splash-cta .small-splash-wrappper {
		margin: 30px 5px 0px 5px;
	}
	.splash-cta-wrapper .seperator {
		border-left: none;
		border-bottom: solid 1px #4a1913;
		margin: 0px;
		padding: 0px 0px 10px 0px;
	}

	.authentication-form-wrapper { 
		padding: 0px 20px 20px 10px;
		margin: 0px;
	}

	/* 2nd Level Pages */

	.top-header-tab-wrapper .top-header-tab-background {
		height: 75px;
		text-align: center;
	}
	.top-header-tab-wrapper .top-header-rounded {
		padding: 5px 40px 0px 40px;
		margin: 45px 0px 0px 0px;
	}
	.top-header-tab-wrapper .top-header-tab .Head {
		font-size: 20px;
	}

	/* Buttons */

	.commands-inner-wrapper {
		padding: 0px 0px 20px 0px;
	}
	.commands-table .commands-cell {
		display: inline-block;
	}

	/* Form Controls */

	input[type="text"], input[type="date"], input[type="password"], textarea, select {
		margin: .1rem 0 0 0;
	}
	.checkbox-label.no-text {
		margin: .1rem 0 0 0;
	}
	.read-only-label {
		margin: .1rem 0 0 0;
	}
	.control-table .control-cell .form-label {
		margin: .5rem 0 0 0;
	}

	/* Controls */

	.checkbox-list-wrapper label:after { 
		content: "\a"; 
		white-space: pre;
	} 

	.search-fields .fields-wrapper {
		display: inline-block;
	}
	.search-fields .fields-wrapper .field-line {
		display: block;
	}
	.search-fields .fields-wrapper .field-line .field-cell {
		display: block;
	}
	.search-fields .fields-wrapper .field-line .field-cell:first-child {
		padding: 0px 0px 10px 0px;
	}

    .list-control-wrapper .responsive-container {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
    }
    .list-control-wrapper .responsive-container .responsive {
        flex: 0 0 auto;
    }
    .list-control-wrapper .responsive-container .responsive td,
    .list-control-wrapper .responsive-container .responsive th {
        padding: 9px 10px;
    }

    .list-control-wrapper .sortby-control-table {
        display: block;
        margin: 0 auto;
    }
	.list-control-wrapper .sortby-control-table .sortby-control-cell {
		display: block;
		text-align: center;
		padding: 0px 0px 10px 0px;
	}

	.list-control-wrapper .main-control-table {
		display: block;
	}
	.list-control-wrapper .main-control-table .main-control-cell {
		display: block;
	}
	.list-control-wrapper .main-control-table .main-control-cell.left {
		text-align: center;
	}
	.list-control-wrapper .main-control-table .main-control-cell.right {
		text-align: center;
		float: none;
	}
	.list-control-wrapper .main-control-table .grid-control-table {
		margin: 0 auto;
		padding: 0px 0px 5px 0px;
	}

    /* Tree View */

    .treeview-wrapper .tree-view {
        max-height: 150px;
        margin: 0px;
    }

	/* Assessments */

	.assessment-tree-controls-wrapper .year {
		padding: 12px 10px 12px 20px;		
	}
	.assessment-tab-wrapper .assessment-tab-table .assessment-tab {
		min-width: 110px;
	}
	.assessment-tab-wrapper .row {
		margin: 0px 0px;
	}

	.assessement-buttons-wrapper {
		padding: 10px 0px 30px 30px;
	}

	.assessment-year-closed {
		margin: 30px 0px 10px 30px;
	}

	.assessment-practices-wrapper .assessment-header-wrapper .tab-indicator-table-wrapper .tab-indicator-table .tab-indicator-cell img {
		max-width: initial;
	}

	/* Practices */

	.assessment-practices-wrapper .assessment-header-wrapper .multiple-column-menu .menu-item {
		float: none;
	}

	.assessment-practices-wrapper .practice-entry-line .practice-title {
		padding: 0px 10px 0px 0px;
	}
	.assessment-practices-wrapper .practice-entry-line .instruction-info {
		padding: 0px 10px 0px 0px;
	}

	.assessment-practices-wrapper table tr th.practices-header-row:first-child, 
	.assessment-practices-wrapper table tr td.practices-header-row:first-child,
	.assessment-practices-wrapper table tr td.practices-sub-header-row:first-child,
	.assessment-practices-wrapper .practice-number {
		max-width: 35px;
	}
	.assessment-practices-wrapper .practice-entry-line .answer-list {
		margin: 10px 0px 0px 0px;
	}
	.assessment-practices-wrapper .practice-entry-line textarea {
		margin: 10px 0px 0px 0px;
	}
	.assessment-practices-wrapper .practice-entry-line .answer-numeric {
		width: 80px;
		margin: 10px 0px 5px 0px;
	}
	.assessment-practices-wrapper .practice-entry-line .practice-clear-wrapper {
		margin: 2px 0px 10px -2px;
	}

	.assessment-practices-wrapper .education-content-wrapper {
		padding: 10px 20px 5px 20px;
	}

	/* Tools */

	.wizard-steps-wrapper .steps-table .steps-table-cell {
		display: inline-block;
		padding: 20px 20px;
	}
	.wizard-steps-wrapper .wizard-step-number {
		width: 80px;
		height: 80px;
		padding: 24px 7px 0px 7px;
		font-size: 40px;
		line-height: 34px;
		-webkit-border-radius:80px;
		-moz-border-radius:80px;
		border-radius:80px;
	}
	.wizard-steps-wrapper .control-table .control-cell {
		display: inline-block;
	}
	.wizard-steps-wrapper .control-table .control-cell .field-label,
	.wizard-steps-wrapper .control-table .control-cell select {
		margin: 0.1rem 0 0 0 !important;
	}
	.wizard-steps-wrapper .steps-table .steps-table-cell .single-step-table .single-step-table-cell:first-child {
		padding: 0px 20px 0px 0px;
	}

	.tool-control-section {
		padding: 15px;
	}
	.tool-control-section .centered-button-wrapper .commands-table .commands-cell {
		display: block;
	}
	.tool-control-section .centered-button-wrapper  .commands-table .commands-cell .commands-button-wrapper {
		text-align: center;
		display: block;
		padding: 0px 0px 5px 0px;
	}
	.tool-control-section .centered-button-wrapper  .commands-table .commands-cell .commands-button-wrapper:after { 
		content: "\a"; 
		white-space: pre;
	} 
	
	.tool-control-section select {
		width: 100%;
	}

	.tools-list-wrapper	.pinned { 
		width: 18% !important;
	}
	.tools-list-wrapper	div.table-wrapper div.scrollable { 
		margin-left: 18% !important;
	}

	.tool-information-bar .control-cell {
		display: inline;
	}
	.tool-information-bar .control-cell:nth-child(even):after { 
		content: "\a"; 
		white-space: pre;
	} 
	
	.tool-tab-wrapper .tool-tab-table .tool-tab {
		min-width: initial; 
		padding: 10px 9px;
	}
	.tool-tab-wrapper .tool-tab-table .tool-tab a {
		font-size: 12px;
	}

	.workflow-wrapper .commands-inner-wrapper .column {
		margin-bottom: 10px;
	}
	
	.workflow-wrapper .row.tools-left-column .columns:first-child {
		padding-right: .9375rem;
	}
	.workflow-wrapper .row.tools-left-column .columns:last-child {
		padding-left: .9375rem;
	}
	
	/* Results & Calculations */
	
	.results-table {
		border-left: none;
	}
	.results-table .result-table-cell.header {
		padding: 10px 0px 10px 20px;
	}
	.results-table .result-table-cell.header .section-title {
		font-size: 16px;
	}
	.results-table .result-table-cell.sub-header .section-sub-title {
		font-size: 15px;
	}

	.results-table .full-width-buttons .sub-control-cell {
		display: block !important;
	}
	.results-table .full-width-buttons .sub-control-cell:last-child {
		padding: 0px 10px 0px 10px !important;
	}

	.results-table .sub-control-cell.small-inline {
		display: inline-block !important;
		padding: 0px 0px 5px 0px !important;
	}

	.results-table .weeks-wrapper .list-info-cell {
		font-size: 10px;
		padding: 4px 5px 4px 5px !important;
	}

	/* Tooltips */

	.dnnFormHelpContent, .dnnFormItem .dnnFormHelpContent {
		left: 5%;
		width: 300px;
		font-size: 12px;
	}

	/* Tours */

	div.hopscotch-bubble {
		left: 20px !important;
	}

	/* Dashboard */
	
	.section-container .green-button.large {
		font-size: 16px;
		text-align: center;
	}

	.progress-summary-table .one {
		border-right: none;
	}
	.progress-summary-table .three {
		border-right: none;
		border-bottom: solid 1px #e0e0e0;
	}
	
	.workflow-wrapper .toggle-button-wrapper {
		padding: 0px 30px 20px 10px;
	}
	.calc-edit-section {
		padding: 10px;
	}
}

/* Medium screens */

/* min-width 641px, medium screens */
@media only screen and (min-width: 40.063em) {

	/* Header */

	.header-wrapper {
		height: 190px;
		padding: 40px 0px 0px 0px;
	}

	.header-wrapper .logos img {
		max-width: 120px;
	}

	.menu-top {
		left: 5%;
	}
	.menu-top ul li a {
		padding: 3px 8px;
		font-size: 10px;
	}
	
	.menu-main-header ul li {
		padding: 12px 10px 0px 10px;
	}
	.menu-main-header ul li a.menu-link {
		font-size: 14px;
	}
	
	/* Footer */

	footer {
		padding: 40px 20px 30px 20px;
	}

	/* Splash Page */

	.splash-cta-wrapper .splash-cta {
		-webkit-flex: 0 0 22.66667%;
		-ms-flex: 0 0 22.66667%;
		flex: 0 0 22.66667%;
		max-width: 22.66667%;
	}
	.splash-cta-wrapper .splash-cta:first-child {
		margin: 0px 5px 0px 10px;
	}
	.splash-cta-wrapper .splash-cta:nth-child(3) {
		margin: 0px 10px 0px 5px;
	}
	
	/* 2nd Level Pages */
	
	.top-header-tab-wrapper .top-header-rounded {
		margin: 30px 0px 0px 20px;
	}
	.top-header-tab-wrapper .top-header-tab .Head {
		font-size: 32px;
	}

	/* Tree View */

	.treeview-wrapper .tree-view {
		max-height: 150px;
		margin: 0px;
	}

	/* Tools */
	
	.tool-tab-wrapper .tool-tab-table .tool-tab {
		min-width: initial; 
		padding: 10px 9px;
	}
	.tool-tab-wrapper .tool-tab-table .tool-tab a {
		font-size: 12px;
	}

}

/* Medium screens */

/* min-width 980px, medium screens */
@media only screen and (min-width: 58.750em) {
			
	/* Header */
	
	.header-wrapper .logos img {
		max-width: 120px;
	}

	.menu-title {
		padding-left: 80px;
	}
	.menu-top {
		left: 23%;
	}
	
	.menu-main-header ul li {
		padding: 28px 10px 0px 10px;
	}
	.menu-main-header ul li a.menu-link {
		font-size: 14px;
	}
	
	/* Footer */

	footer {
		background-color: #2e3333;
		padding: 60px 60px 50px 60px;
	}

	/* 2nd Level Pages */
	
	.top-header-tab-wrapper .top-header-rounded {
		margin: 28px 0px 0px 20px;
	}
	.top-header-tab-wrapper .top-header-tab .Head {
		font-size: 36px;
	}
	
	/* Tree View */

	.treeview-wrapper .tree-view {
		max-height: 250px;
		margin: 0px;
	}
	
	/* Tools */
	
	.tool-tab-wrapper .tool-tab-table .tool-tab {
		min-width: 125px;
		padding: 10px 20px;
	}
	.tool-tab-wrapper .tool-tab-table .tool-tab a {
		font-size: 14px;
	}

}


/* Large screens */

/* min-width 1025px, large screens */
@media only screen and (min-width: 64.063em) { 
		
	/* Header */
	
	.header-wrapper {
		height: 160px;
		padding: 30px 0px 0px 0px;
	}
	
	.menu-title {
		padding-left: 175px;
	}
	.menu-top {
		left: 31%;
	}
	.menu-top ul li a {
		padding: 3px 10px;
		font-size: 11px;
	}

	.menu-main-header ul li {
		padding: 28px 20px 0px 10px;
	}
	.menu-main-header ul li a.menu-link {
		font-size: 16px;
	}

	/* Splash Page */
	
	.splash-cta-wrapper .splash-cta {
		-webkit-flex: 0 0 22.66667%;
		-ms-flex: 0 0 22.66667%;
		flex: 0 0 22.66667%;
		max-width: 22.66667%;
		margin: 0px 15px;
	}
	.splash-cta-wrapper .splash-cta:nth-child(3) {
		margin: 0px 15px 0px 5px;
	}

    .list-control-wrapper .responsive-container {
        display: block;
    }
    .list-control-wrapper .responsive-container .responsive {
        flex: initial;
    }
    .list-control-wrapper .responsive-container .responsive td, 
    .list-control-wrapper .responsive-container .responsive th {
        padding: 9px 10px;
    }

}

/* XLarge screens */

/* min-width 1441px, xlarge screens */
@media only screen and (min-width: 90.063em) { 

}

/* XXLarge screens */

/* min-width 1921px, xlarge screens */
@media only screen and (min-width: 120.063em) { 

}

/* XXXLarge screens */

/* min-width 2560px, xlarge screens */
@media only screen and (min-width: 160.000em) { 

}


.tree-view img {
	max-width: unset;
}

.module-view-dropdown {
	width: 100%;
}

.form-box-container {
	margin-top: 50px;
	margin-bottom: 50px;
}

.Head {
	font-weight: normal;
}

.about {
	margin: 20px 20px 10px 20px;
}

.details-link {
	margin: 20px;
	margin-top: 10px;
}

.welcome-back {
	font-size: 16px;
}

.inprogress {
	background-color: yellow;
}

.completed {
	background-color: #00cc00;
}

.notstarted {
	background-color: red;
}

.status {
	width: 20px;
	height: 20px;
	margin: 5px;
	border: 1px solid rgba(0, 0, 0, .2);
}

.status-report table tr td {
	padding: 4px;
}

.status-report table {
	width: 100%;
}

.status-report tr:first-child td {
	padding: 10px;
}