
/********
* Fonts *
*********/ 

@font-face {
    font-family: "FuturaBT-Book";
    src: url(fonts/Futura-Book.otf) format("opentype"); 
}
@font-face {
    font-family: "Futura-Bold";
    src: url(fonts/Futura-Bold.otf) format("opentype"); 
}
@font-face {
    font-family: "Futura-Heavy";
    src: url(fonts/Futura-Heavy.otf) format("opentype");
}
@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;
}
*/

/* Tables */

table {
	margin-bottom: 0px;
	border: none;
}

/**********
* Helpers *
***********/ 

.pull-left {
	float: left;
}

.pull-right {
	float: right;
}

.spacer-left {
	margin-left: 30px !important;
}

.spacer-half-left {
	margin-left: 15px !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;
}

.capitalize {
	text-transform: capitalize;
}

/*********
* Header *
**********/ 

/* Top Strip */

.header-top-strip {
	border-top: 2px solid #7DC148;
}

/* Global Navigation from Almonds.com */

.menu-top-container {
	position: relative;
	/* min-width: 1200px;
	width: 1200px; */
	margin: 0 auto;
	margin-top: 2px;
}
.menu-top-wrapper {
    position: absolute;
    /* width: 100%;
	overflow-x: hidden; */
    height: 33px;
    z-index: 1001;
    top: 5px;
}

.menu-top-wrapper-splash {
	position: absolute;
	height: 45px;
	z-index: 1001;
	top: 20px;
	padding-left: 5px;
}

.menu-title {
    display: inline;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    color: #A2A2A2;
    padding-left: 5px;
    font-family: OpenSans-Bold;
    font-size: 12px;
    line-height: 26px;
    margin-right: 10px;
    text-transform: uppercase;
}
.menu-title::after {
    content: ' ';
    display: inline-block;
    margin-left: 10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 0 4px 4px;
    border-color: transparent transparent transparent #A2A2A2;
    margin-bottom: 1px;
}

.menu-main-title {
    display: inline;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    color: #535353;
    padding-left: 5px;
    font-family: OpenSans-Bold;
    font-size: 15px;
    line-height: 24px;
    margin-right: 10px;
	text-transform: uppercase;
}
.menu-top {
	position: absolute;
	width: 30000px;
	left: 31%;
	top: 0px;
	border-bottom-left-radius: 6px;
	box-shadow: 0 1px 3px rgba(0,0,0,0.65);
	background: #e2e2e2;
	background-color: #eaeaea;
	background-image: linear-gradient(to bottom,#eaeaea,#d1d1d1);
	background-size: 100%;
	height: 26px;
	display: inline-block;
	float: right;
}
.menu-top ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.menu-top ul li {
	display: block;
	float: left;
	height: 26px;
	border-right: 1px solid #a6a6a6;
}
.menu-top ul li.first {
	border-bottom-left-radius: 6px;
}
.menu-top ul li a {
	display: block;
	padding: 3px 10px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 11px;
	font-family: OpenSans-Regular;
}
.menu-top ul li.consumers a {
	color: #ba0731;
}
.menu-top ul li.food-professionals a {
	color: #f47b2a;
}
.menu-top ul li.health-professionals a {
	color: #4c96d1;
}
.menu-top ul li.almond-growers a {
	color: #ffffff;
	background: linear-gradient(to bottom,#9BB444,#798e2e);
	height: 26px;
}
.menu-top ul li.almond-processors a {
	color: #f89c1d;
}
.menu-top ul li.newsroom a {
	color: #4a1913;
}
.menu-top ul li.growinggood a {
    color: #42683e;
}

/* Main Logo and Menu Navigation */
.header-wrapper {
    position: relative;
    background-color: #ffffff;
    height: 140px;
    padding: 5px 0px 0px 0px;
	z-index: 3;
}

.header-wrapper .header-top-background {
	background-color: #e4e5e3;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 40px;
	z-index: -1;
}

.header-wrapper .row {
	max-width: 1200px;
}
.header-wrapper .logos {
	display: inline-block;
}
.header-wrapper .logos-right {
    float: right;
	margin-top: 10px;
}

.header-wrapper .logos-right.not-logged-in {
	margin-top: 50px;
}
.header-wrapper .logos img:first-child {
	padding-right: 10px;
	margin-top: 5px;
}

.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;
	font-family: OpenSans-Regular;
}
.menu-main-header ul li a.menu-link:hover {
	color: #945955;
}

.header-info-wrapper {
	float: right;
	padding: 3px 10px 0px 0px;
	color: #535353;
	font-weight: bold;
}
.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: #535353;
	text-decoration: none;
	font-weight: bold;
}

/*********
* Footer *
**********/

footer {
	background-color: #467B3C;
	padding: 60px 60px 50px 60px;
}
footer .row {
	max-width: 1200px;
}
footer a.footer-link {
	font-family: OpenSans-Regular;
	font-size: 14px;
	line-height: 28px;
	color: #ffffff;
}
footer a.footer-link:hover {
	text-decoration: underline;
}
footer p {
	font-family: OpenSans-Regular;
	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;
}

.footer-nav-wrapper {
	background-color: #e4e5e3;
}

.footer-nav-wrapper .row {
	max-width: 1200px;
}

.footer-nav-wrapper .footer-nav-content {
	padding: 30px 0;
}

.footer-nav-content .footer-nav-group {
	color: #393B3A;
}

.footer-nav-content .footer-nav-group .footer-nav-group-title {
	text-transform: uppercase;
	font-weight: bold;
	padding-bottom: 5px;	
}

.footer-nav-content a {
	display: block;
	color: #393B3A;
}

.footer-nav-content .footer-nav-group .footer-nav-group-items a {
	padding: 8px 0;
}

.footer-nav-content .footer-nav-group .footer-nav-group-items a.primary {
	font-size: 18px;
	padding-top: 15px;
	color: #757a78;
}

.footer-nav-content .footer-nav-group-main .footer-nav-group-items a {
	text-transform: uppercase;
	font-size: 16px;
	padding-bottom: 20px;
}

/**********
* Buttons *
***********/ 

.primary-button-wrapper {
	text-align: center;
	padding: 30px 0px;
}

.primary-button {
	display: inline-block;
	border-radius: 25px;
	background-color: #7DC148;
	border: solid 2px #ffffff !important;
	color: #ffffff !important;
	font-family: OpenSans-Regular;
	font-size: 16px;
	font-weight: bold;
	padding: 12px;
}
.primary-button:hover {
	text-decoration: none;
}

.primary-solid-button {
	display: inline-block;
	border-radius: 25px;
	border-color: #7DC148 !important;
	background-color: #7DC148;
	color: #ffffff !important;
	font-family: OpenSans-Regular;
	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-color: #cccccc;
	background-size: 100%;
	background-image: linear-gradient(to bottom,#ffffff,#e6e6e6);
	border-color: #bebfc1 !important;
	box-shadow: 0 1px 2px transparent inset,0 1px 1px rgba(0,0,0,0.17);
	border-radius: 2.5em;
	border-width: 1px;
	border-style: solid;
	padding: 0.6em 1.4em;
	font-family: OpenSans-Regular;
	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;
	background-image: linear-gradient(to bottom,#e6e6e6,#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: none !important;
	background-color: #7DC148;
	color: #ffffff !important;
	font-family: OpenSans-Regular;
	font-weight: bold !important;
	padding: 0.6em 1.4em;
}

.green-button:hover {
    text-decoration: none !important;
    font-weight: bold !important;
}

.blue-button-square,
.blue-button {
	display: inline-block;
	border-radius: 2.5em;
	border-color: #4c96d1 !important;
	background-color: #4c96d1;
	color: #ffffff !important;
	font-family: OpenSans-Regular;
	font-weight: bold;
	padding: 0.6em 1.4em;
}

.blue-button-square,
.blue-button:hover {
	font-weight: bold !important;
}

.blue-button-square {
	border-radius: 7px;
	background-color: #0074A8;
}

.gray-button {
	display: inline-block;
	border-radius: 2.5em;
	border-color: #828283 !important;
	background-color: #828283;
	color: #ffffff !important;
	font-family: OpenSans-Regular;
	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-family: OpenSans-Regular;
	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%;
}

.assessment-commands-wrapper .commands-table {
	width: auto;
}

.assessment-commands-wrapper .commands-table .commands-inner-wrapper {
	padding: 0;
}

.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;
	display: table;
	max-width: 1200px;
	width: 100%;
}

.hero-wrapper .left-cta {
	display: table-cell;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: bottom right; 
	background-image: url(images/hero-01.jpg);
	min-height: 450px;
}
.hero-wrapper .right-cta {
	display: table-cell;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: bottom left; 
	background-image: url(images/hero-02.jpg);
	min-height: 450px;
}

.hero-wrapper .middle-cta {
	display: table-cell;
	width: 250px;
	background-color: white;
	padding: 0;
}

.hero-wrapper .middle-cta .middle-content {
	background-color: #EFF5EB;
	padding: 30px 15px;
	margin: 0 5px;
}

.hero-wrapper .middle-cta .medium {
	font-size: 22px;
	line-height: 36px;
	font-family: OpenSans-Regular;
	font-weight: normal;
	color: #47130F;
}
.hero-wrapper .middle-cta .big {
	font-family: OpenSans-Regular;
	font-weight: bold;
	font-size: 26px;
	line-height: 36px;
	color: #47130F;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.hero-wrapper .middle-cta .small {
	font-size: 14px;
	line-height: 24px;
	font-family: OpenSans-Regular;
	font-weight: normal;
	color: #47130F;
}
.hero-wrapper .middle-cta .small a {
	font-size: 14px;
	line-height: 24px;
	font-family: OpenSans-Regular;
	font-weight: normal;
	color: #47130F;
	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: 208px;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border: solid 1px #979797;
	border-top: none;
}
.splash-cta-wrapper .splash-cta .img-bg.about-the-program {
	background-image: url(images/cta-about-the-program2.jpg);
}
.splash-cta-wrapper .splash-cta .img-bg.create-account {
	background-image: url(images/cta-create-account2.jpg);
}
.splash-cta-wrapper .splash-cta .img-bg.benefits-to-you {
	background-image: url(images/cta-benefits-to-you2.jpg);
}

.splash-cta-wrapper .seperator {
	border-left: solid 1px #4a1913;
	margin: 0px 0px 0px 5px;
}
.splash-cta-wrapper .splash-cta .title {
	-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;
	border: solid 1px #979797;
	padding: 10px 20px 10px 20px;
}
.splash-cta-wrapper .splash-cta .title a {
	font-family: OpenSans-Regular;
	font-size: 20px;
	font-weight: bold;
	text-decoration: none;
	color: #4a1713;
}
.splash-cta-wrapper .splash-cta .content {
	font-family: OpenSans-Regular;
	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-family: OpenSans-Regular;
	font-size: 20px;
	font-weight: bold;
	color: #4a1713;
	padding: 10px 0px 10px 0px;
}
.authentication-form-wrapper .input-label {
	display: block;
	font-family: OpenSans-Regular;
	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-family: OpenSans-Regular;
	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-family: OpenSans-Regular;
	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.full-width .row {
	max-width: 100%;
}

.secondary-page-wrapper .row,
.secondary-page-wrapper .edit-overide .row,
.secondary-page-wrapper .standard-width .row {
	max-width: 1200px;
}

.top-header-tab-wrapper {
	position: relative;
	background-color: #7AC043;
}
.top-header-tab-wrapper .row {
	max-width: 1200px;
}

.top-header-tab-wrapper .top-header-tab-background {
	min-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 {
	margin-left: 20px;
	padding-top: 5px;
}

.top-header-tab-wrapper .top-header-tab .Head {
    font-family: OpenSans-Regular;
    font-size: 32px;
	font-weight: normal;
    text-decoration: none;
    color: #ffffff;
}

.secondary-page-wrapper a,
.secondary-page-wrapper a:link,
.secondary-page-wrapper a:visited,
.secondary-page-wrapper a:active {
	text-decoration: none;
	color: #1276a6;
	border-bottom: 1px solid #1276a6;
}
.secondary-page-wrapper a:hover {
	border-bottom: 1px solid transparent;
}

/* Text styles */

.secondary-page-wrapper h3 {
    font-family: OpenSans-Regular;
    font-size: 22px;
    font-weight: bold;
    color: #4a1713;
}

/* 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: OpenSans-Regular,Helvetica Neue,Helvetica,Roboto,Arial,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;
}
.form-error.no-padding {
	padding: 0px;
}

.form-box-wrapper {
	border-radius: 8px;
	border: solid 1px #979797;
}
.form-box-wrapper .inner-wrapper {
	padding: 20px;
}
.form-box-wrapper .title {
	font-family: OpenSans-Regular;
	font-size: 24px;
	font-weight: normal;
	color: #4a1713;
}
.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-family: OpenSans-Regular;
	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-family: OpenSans-Regular;
	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-family: OpenSans-Regular;
	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;
}
.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-family: OpenSans-Regular;
	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: 8px;
	border: solid 1px #979797;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 10px 0px;
}
.section-container .inner-wrapper {
	padding: 20px;
}
.section-container .inner-wrapper-small {
	padding: 10px;
}
.section-container .title {
	font-family: OpenSans-Regular;
	font-size: 22px;
	font-weight: bold;
	color: #4a1713;
	border-bottom: solid 1px #e0e0e0;
	padding: 10px 20px;
}
.section-container .title.no-border {
	border-bottom: none;
}
.section-container .title a {
	font-family: OpenSans-Regular;
	font-size: 22px;
	font-weight: bold;
	color: #4a1713;
	border-bottom: none !important;
}

.section-container .sub-title {
	font-weight: bold;
	color: #4a1713;
	text-decoration: none;
	font-size: 16px;
	font-family: OpenSans-Regular;
}
.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;
	font-family: OpenSans-Regular;
	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;
}

.mediumindicatorcount {
	font-weight: bold;
	color: #4a1713;
	text-decoration: none;
	font-size: 24px;
	font-family: OpenSans-Regular;
}

.largeindicatorcount {
	font-weight: bold;
	color: #4a1713;
	text-decoration: none;
	font-size: 32px;
	font-family: OpenSans-Regular;
}

.largeindicatorcount.xl {
	font-size: 46px;
	line-height: 55px;
}

.largeindicatorcount.match-line-height {
	line-height: 32px;
}

.largeindicatorcount.xl.match-line-height {
	line-height: 46px;
}

.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;
}

.share-data-summary {
	font-size: 24px;
	line-height: 24px;
	margin-top: 15px;
	text-align: center;
}

.share-data-summary span {
	padding: 0 5px;
}

.report-instructions-content {
	border: solid 1px #4a1713;
	border-radius: 4px;
	padding: 10px;
}

.report-instructions-content .title {
	font-size: 16px;
	margin-bottom: 10px;
}

.report-instructions-content p:last-child {
	margin-bottom: 0;
}

/********************
 * 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: #99b42f;
}
.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-family: OpenSans-Regular;
	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-family: OpenSans-Regular;
	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-family: OpenSans-Regular;
	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-family: OpenSans-Regular;
	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-family: OpenSans-Regular;
	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;
}
select option {
    font-family: OpenSans-Regular;
}

.form-notes {
	font-size: 12px;
	font-style: italic;
	display: inline-block;
}
.form-notes.multi-select {
	max-width: 300px;
}

/* Horizontal Controls */

.horizontal .shareable .form-label,
.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 > .row:first-child .form-label {
	margin: 0.25rem 0 0 0;
}

.horizontal .form-label.no-padding {
	margin: 0.5rem 0 0 0;
}

.horizontal .inner-wrapper.shareable {
	padding-left: 5px;
	padding-right: 5px;
}

/* 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 option {
    font-family: OpenSans-Regular;
}
.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-family: OpenSans-Regular;
	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: OpenSans-Regular;
	font-size: 18px;
	font-weight: bold;
	color: #1276a6;
}

.assessment-nav-link {
	text-decoration: underline !important;
	border-bottom: none !important;
	font-size: 18px;
	color: #1276a6;
	font-weight: bold;
}

/* Tree View Controls */

.treeview-wrapper {
	margin: 0px;
	background-color: white;
}
.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-family: OpenSans-Regular;
	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: none;
	width: 100%;
}
.treeview-wrapper .tree-view a {
	border-bottom: none !important;
 }

/* 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: 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: 0px;
}
.entity-tree-controls-wrapper .tree .tree-view {
	border: 0px;
	padding: 0px 0px 0px 10px;
}

/***************
 * Assessments *
 ***************/

.assessment-tree-controls-wrapper {
	-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;
	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 .year.none {
	border-bottom: none;
}
.assessment-tree-controls-wrapper .tree {
	padding: 0px;
}
.assessment-tree-controls-wrapper .tree .tree-view {
	border: 0px;
	padding: 0px 0px 0px 10px;
}

.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: OpenSans-ExtraBold;
	font-size: 14px;
	text-decoration: none;
	color: #4a1713;
	border-bottom: none !important;
}
.assessment-tab-wrapper .assessment-tab-table .assessment-tab span {
	font-family: OpenSans-ExtraBold;
	font-size: 14px;
	text-decoration: none;
	color: #4a1713;
}

.module-intro-header {
	margin-bottom: 25px;
	
}

#moreInfoModal,
#educationTextModal {
	width: 800px;
}

#moreInfoModal .info-text {
	padding: 5px 20px;
}

.practices-info-table-wrapper {
	padding: 30px 0px 20px 30px;
}

.practices-info-table-wrapper.assessments {
	padding: 0;
}

.practices-info-table-wrapper.assessments h2 {
	margin-top: 10px;
	font-size: 30px;
}

.practices-info-table-wrapper.assessments .assessment-more-info-btn {
	margin-bottom: 15px;
	color: #4F99BC;
	font-weight: bold;
}

.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 {
	
}

.practices-info-table-wrapper select.assessment-year-select {
	margin-top: 0;
}

.assessment-selection .selection select.assessment-year-select {
	margin-top: 0;
	max-width: 65px;
}

.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 {
	
}

#educationTextContent {
	margin-top: 30px;
}

.casp-calc-container {
    width: 450px;
    margin: 0 auto;
}

.casp-calc-data-container {
	border: solid 1px black;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom: none;
}

.casp-calc-data-container .casp-calc-input-container,
.casp-calc-data-container .casp-calc-help-text,
.casp-calc-data-container h4 {
	padding: 0 30px;
}

.casp-calc-data-container h3 {
	padding: 0 15px;
}

.casp-calc-data-container input[type='button'] {
	margin: 15px 30px;
}

.casp-calc-container h4 {
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 5px;
}

.casp-calc-container h5 {
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 0;
	width: 150px;
	text-align: center;
}

.casp-calc-container h4.casp-calc-subheader {
	font-size: 18px;
	font-weight: 700;
	margin-top: 15px;
	margin-bottom: 0;
}

.casp-calc-data-container h4.casp-calc-subheader {
	padding: 0 20px;
}

.casp-calc-container h3 {
	color: #000;
	margin-top: 10px;
	margin-bottom: 0px;
	font-size: 20px;
}

.casp-calc-input-container input:invalid + div.validity,
.casp-calc-input-container input:invalid + div.casp-calc-input-unit + div.validity,
.casp-calc-input-container input:invalid + select + div.validity {
    display: block;
}

.casp-calc-input-container input:valid + div.validity,
.casp-calc-input-container input:valid + div.casp-calc-input-unit + div.validity,
.casp-calc-input-container input:valid + select + div.validity {
    display: none;
}

.casp-calc-input-container .validity {
	color: red;
}

.casp-calc-input-container input {
    height: 40px;
    width: 150px;
    margin-right: 5px;
}

.casp-calc-input-container input::-webkit-outer-spin-button,
.casp-calc-input-container input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.casp-calc-input-container input[type=number] {
    -moz-appearance:textfield;
}

.casp-calc-input-container input.casp-input-result {
	border: none;
	font-weight: 700;
	background-color: #EFF5EB;
	text-align: center;
}

.casp-calc-input-container select {
	display: inline-block;
    height: 40px;
    margin-top: 0;
	font-family: sans-serif;
}

.casp-calc-input-unit {
	display: inline-block;
	padding-top: 8px;
}

.casp-calc-help-text {
	font-style: italic;
	font-size: 12px;
}

.casp-calc-button {
    margin-top: 15px;
}

.casp-calc-copy-container {
	display: flex;
	vertical-align: middle;
}

.casp-copy-button {
    background-color: #7DC148;
    border: none;
    border-radius: 4px;
    color: white;
    padding: 3px 10px;
    margin-top: 10px;
	margin-right: 5px;
}

.casp-calc-result-container input[type='button']:disabled {
	opacity: 0.5;
}

.casp-copy-confirmation {
	display: none;
	padding-top: 12px;
}

.casp-calc-result-container {
	padding: 1px 15px 15px 15px;
	background-color: #EFF5EB;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	border: solid 1px black;
	border-top: none;
}

.casp-calc-results-fields {
	padding: 0 15px;
}

.admin-calculator-wrapper {
	margin-top: 20px;
}

.admin-calculator-wrapper .admin-calculator-title {
	margin-bottom: 10px;
	margin-top: 50px;
	font-size: 24px;
	font-weight: bold;
}

.admin-calculator-wrapper .admin-calculator-class {
	font-size: 18px;
}

.admin-calculator-wrapper .admin-calculator-wrapper .casp-calc-container {
	margin: 0;
}

.code-example {
	font-family:Courier New, Courier, monospace;
	padding: 15px;
	border: solid 1px gray;
	background-color: #f5f5f5;
	border-radius: 3px;
}

.assessment-year-closed {
	display: inline-block;
	border-radius: 5px;
	border: solid 1px #b30737;
	margin-bottom: 15px;
	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 .button-item a {
	width: 100%;
	text-align: center;
	margin-bottom: 5px;
	overflow: hidden;
	text-overflow: ellipsis;
}

.assessement-buttons .button-item .secondary-button {
	background: transparent;
	box-shadow: none;
}

.assessement-toggle-all-education-content {
	padding: 10px 0px 0px 0px;
}
.assessement-toggle-all-education-content img {
	padding: 0px 5px 0px 0px;
}

#assessmentAnswers {
	min-height: 564px;
	position: relative;
}

#assessmentAnswers .assessment-practices-wrapper {
	min-height: 500px;
}

.assessment-practices-wrapper {
	border-top: solid 1px #979797;
	border-bottom: solid 1px #979797;
	overflow-y: auto;
}
.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;
}

.assessment-practices-wrapper .practices-header-row {
	display: none;
}

.module-stats {
	padding: 15px 0;
	border-bottom: solid 1px #979797;
	
}

.module-stats .module-stat {
	display: inline-flex;
	padding: 0 20px;
	border-right: solid 1px #e7e7e7;
}

.module-stats .module-stat:first-child {
	padding-left: 0;
}

.module-stats .module-stat:last-child {
	padding-right: 0;
	border-right: none;
}

.module-stats .module-stat .questions-filter input {
	margin-left: 15px;
}

.module-stats .module-stat .questions-filter input:first-child {
	margin-left: 0;
}

.module-stats .module-stat .questions-filter label {
	margin-left: 5px;
}

/* Module Tabs */

.module-tabs {
	padding-top: 10px;
	padding-bottom: 5px;
}

.module-tabs .module-tab {
	display: inline-block;
	padding: 0 40px 10px 0;
	font-weight: bold;
}

.module-tabs .module-tab a {
	color: #64666D;
	text-decoration: none;
	border-radius: 0;
	font-size: 16px;
	line-height: 24px;
	border-bottom: none;
}

.module-tabs .module-tab.active a {
	border-bottom: solid 3px #83BC5A;
}


/* 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 {
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	padding: 10px 0;
	text-align: right;
}

.assessment-commands-wrapper .blue-button {
	border-radius: 7px;
	background-color: #0074A8;
}

.assessment-commands-wrapper .commands-button-wrapper .green-button {
	background-color: #0074A8;
	padding-left: 50px; 
	padding-right: 50px;
	border-radius: 7px;
}

/* Practice Questions Grid */

.assessment-practices-wrapper .practices-header-row {
	font-family: OpenSans-Regular;
	font-size: 22px;
	font-weight: bold;
	color: #ffffff;
	background-color: #1276a7;
	padding: 15px 0px;
}
.assessment-practices-wrapper .practices-sub-header-row {
	background-color: #fff;
	padding: 15px 0px;
}
.assessment-practices-wrapper .practices-sub-header-row .practice-title {
	font-family: OpenSans-Regular;
	font-size: 24px;
	font-weight: bold;
	color: inherit;
}
.assessment-practices-wrapper .practices-sub-header-row .practice-title a {
	border-bottom: none !important;
}
.assessment-practices-wrapper .instruction-info-title {
	font-family: OpenSans-Regular;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	text-decoration: underline;
	color: #4a1713;
}

.assessment-practices-wrapper .practice-number {
	font-family: OpenSans-Regular;
	font-size: 18px;
	font-weight: bold;
	border-bottom: solid 1px #e7e7e7;
	padding: 9px 0px 0px 0px;
	min-width: 75px;
}
.assessment-practices-wrapper .practice-sub-number {
	font-family: OpenSans-Regular;
	font-size: 18px;
	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-family: OpenSans-Regular;
	font-size: 16px;
	display: inline;
}
.assessment-practices-wrapper .practice-entry-line .instruction-info {
	font-family: OpenSans-Regular;
	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-text-input {
	width: 90%;
	margin: 10px 0px 0px 20px;
}

.assessment-practices-wrapper .practice-entry-line select {
	margin: 10px 0px 5px 20px;
}

.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-family: OpenSans-Regular;
	font-size: 16px;
	cursor: pointer;
}
.assessment-practices-wrapper .practice-entry-line .practice-clear-wrapper {
	margin: 2px 0px 10px 18px;
}


.assessment-practices-wrapper table.static-practices-table td.practice-entry-line {
	padding-bottom: 10px;
}

.assessment-practices-wrapper table.static-practices-table td.practice-entry-line .row {
	max-width: 1000px;
}

.assessment-practices-wrapper table.static-practices-table td.practice-entry-line .answer-label {
	margin-left: 20px;
}

.assessment-practices-wrapper table.static-practices-table td.practice-entry-line .control-table,
.assessment-practices-wrapper table.static-practices-table td.practice-entry-line.answer-address input,
.assessment-practices-wrapper table.static-practices-table td.practice-entry-line.answer-address span.form-label {
	margin-left: 20px;
}

.assessment-practices-wrapper table.static-practices-table td.practice-entry-line.answer-address input {
	max-width: 50%;
}


.show-education-text {

}

.education-text-remove {

}

/* Education Content */

.assessment-practices-wrapper .education-text {
	padding: 20px 0px 20px 0px;
}
.assessment-practices-wrapper .education-text .education-content-wrapper {
	padding: 10px 50px 5px 50px;
}
.assessment-practices-wrapper .education-content-wrapper .education-content-title {
	font-family: OpenSans-Regular;
	font-size: 16px;
	padding: 15px 0 15px 20px;
}

.assessment-practices-wrapper .education-text .education-content-wrapper .education-content-title {
	padding-top: 0;
	padding-bottom: 0;
}

.assessment-practices-wrapper .education-content-wrapper .education-content-container {
	display: none;
}
.assessment-practices-wrapper .education-content-wrapper .education-content-container .education-content-text {
	font-family: OpenSans-Regular;
	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-header {
	width: 40%;
}

.assessment-comparison .selection-table {
	display: table;
	width: 100%;
}
.assessment-comparison .heading-table {
	width: 100%;
}
.assessment-comparison .selection-table .table-cell {
	border: 1px solid #e7e7e7;
	padding: 4px;
}

.assessment-comparison .answer-table .table-cell {
	padding: 4px;
	border: 1px solid #e7e7e7;
}

.assessment-comparison .selection-table .table-cell.selection {
	/*font-weight: bold;*/
}
.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: 100%;
}
.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;
	padding: 5px;
}

.assessment-answers .selection {
	padding: 4px 10px;
}

/*********
 * 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: #58595B;
	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: #4C97D1;
}

.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: #1276a7;
	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: OpenSans-ExtraBold;
	font-size: 12px !important;
	text-decoration: none;
	color: #4a1713;
	border-bottom: none !important;
}

.workflow-wrapper .commands-inner-wrapper {
	clear: both;
	padding: 20px 20px;
}

/* Goal Category Tabs */

	.future-goals {
		color: #666;
		position: relative;
	}

	.goal-category-tabs {
		margin: 15px 0px;
		margin-right: auto;
		margin-left: auto;
		display: table;
	}

	.goal-category-tabs .goal-category-tab {
		display: inline-block;
	}

	.goal-category-tabs .goal-category-tab .goal-icon {
		display: inline-block;
		margin-left: 5px;
		vertical-align: middle;
	}

	.goal-category-tabs .goal-category-tab .goal-title {
		display: inline-block;
		border-right: solid 1px #b8b8b8;
		padding-right: 10px;
		vertical-align: middle;
		line-height: normal;
	}

	.goal-category-tabs .goal-category-tab .goal-title div {
		border-bottom: solid 2px white;
	}

	.goal-category-tabs .goal-category-tab.water .goal-icon {
		background: url(images/water-efficiency.jpg) no-repeat;
		background-size: 100%;
	}

	.goal-category-tabs .goal-category-tab.waste .goal-icon {
		background: url(images/zero-waste.jpg) no-repeat;
		background-size: 100%;
	}

	.goal-category-tabs .goal-category-tab.pest .goal-icon {
		background: url(images/pest-management.jpg) no-repeat;
		background-size: 100%;
	}

	.goal-category-tabs .goal-category-tab.air .goal-icon {
		background: url(images/air-quality.jpg) no-repeat;
		background-size: 100%;
	}

	.goal-category-tabs .goal-category-tab.water.active .goal-icon {
		background: url(images/water-efficiency-active.jpg) no-repeat;
		background-size: 100%;
	}

	.goal-category-tabs .goal-category-tab.waste.active .goal-icon {
		background: url(images/zero-waste-active.jpg) no-repeat;
		background-size: 100%;
	}

	.goal-category-tabs .goal-category-tab.pest.active .goal-icon {
		background: url(images/pest-management-active.jpg) no-repeat;
		background-size: 100%;
	}

	.goal-category-tabs .goal-category-tab.air.active .goal-icon {
		background: url(images/air-quality-active.jpg) no-repeat;
		background-size: 100%;
	}

	.goal-category-tabs .goal-category-tab.water.active .goal-title div {
		border-bottom: solid 2px #54bae7;
	}

	.goal-category-tabs .goal-category-tab.waste.active .goal-title div {
		border-bottom: solid 2px #7bbf4a;
	}

	.goal-category-tabs .goal-category-tab.pest.active .goal-title div {
		border-bottom: solid 2px #ee5138;
	}

	.goal-category-tabs .goal-category-tab.air.active .goal-title div {
		border-bottom: solid 2px #f9af4b;
	}

	.goal-category-tabs .goal-category-tab:last-child .goal-title {
		border-right: none;
	}

	.goal-category-tabs .goal-category-tab a {
		font-size: 14px;
		font-weight:bolder;
		text-decoration: none;
		border-bottom: none !important;
		color: #a5a5a5;
	}
	
	.goal-category-tabs .goal-category-tab.water.active a {
		color: #54bae7;
	}
	.goal-category-tabs .goal-category-tab.waste.active a {
		color: #7bbf4a;
	}
	.goal-category-tabs .goal-category-tab.pest.active a {
		color: #ee5138;
	}
	.goal-category-tabs .goal-category-tab.air.active a {
		color: #f9af4b;
	}

	/* Goal Header */

	h2.goal-category-header {
		text-align: center;
		font-size: 22px;
		font-weight: bold;
		margin-top: 15px;
	}

	h2.goal-category-header.water {
		color: #54bae7;
	}

	h2.goal-category-header.waste {
		color: #7bbf4a;
	}

	h2.goal-category-header.pest {
		color: #ee5138;
	}

	h2.goal-category-header.air {
		color: #f9af4b;
	}


	/* Goal Status */

	.goal-status {
		border: 1px solid #979797;
		border-radius: 8px;
		padding: 10px 20px;
		margin-top: 15px;
	}

	.goal-status.waste {
		padding: 0;
	}

	.goal-status-label {
		font-size: 18px;
		font-weight: bold;
		margin: 15px 15px 5px 0;
		color: #666666;
	}

	.status-footnote {
		width: 100%;
		text-align: right;
		font-style: italic;
		font-size: 16px;
		margin-top: 5px;
		color: #666666;
	}

	.goal-status-item {
		width: 100%;
		text-align: center;
		position: relative;
	}

	.goal-status-item .pct {
		font-weight: bold;
		font-size: 28pt;
		line-height: 28pt;
		line-height: normal;
		color: black;
	}

	.goal-status-item .filter-title {
		font-size: 14pt;
		color: black;
	}

	.goal-status-item-filter {
		text-align: center;
	}

	.goal-status-item .progress-circle {
		max-width: 260px;
		margin-left: auto;
		margin-right: auto;
		position: relative;
	}

	.goal-status-item .status-info {
		margin: 0;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		width: 100%;
	}

	.goal-status-item .progress-circle .completion-checkmark {
		position: absolute;
		top: 18%;
		right: 7%;
	}

	.goal-status .goal-status-footer {
		display: flex;
	}

	.goal-status .goal-status-footer .text {
		flex: 1;
		font-size: 12pt;
		padding: 0 30px;
		margin-bottom: 15px;
	}

	.goal-overview {
		background-color: #EFF5EB;
		color: #47130F;
		border-radius: 8px;
		margin-bottom: 30px;
		padding: 15px 10px;
		text-align: center;
	}

	.goal-overview .overview-footnote {
		width: 100%;
		text-align: left;
		font-size: 14px;
		margin-top: 15px;	
	}

	.goal-overview .goal-overview-item {
		font-weight: bold;
		margin-bottom: 15px;
		font-size: 16px;
	}

	.goal-overview .goal-overview-item .large-indicator-count {
		font-size: 32px;
		line-height: 42px;
	}

	.goal-overview .goal-overview-item span {
		font-size: 24px;
		padding: 0 2px;
	}

	.goal-overview .divider {
		margin: 0 15px;
		border-bottom: solid 1px #47130F;
		margin-bottom: 15px;
	}

	.orchard-results {
		border: solid 1px #979797;
		border-radius: 8px;
		padding: 15px 10px;
		margin-bottom: 30px;
	}

	.complete-assessment {
		margin-top: 0;
	}

	.complete-assessment .orchard-profile-instructions {
		width: auto;
		max-width: 290px;
		margin: 10px auto;
	}

	.orchard-setup-instructions {
		margin-bottom: 30px;
	}

	.orchard-setup-instructions select {
		margin: 0;
	}

	.orchard-setup-instructions .instruction-text {
		margin: 20px 0;
		font-size: 20px;
		line-height: 28px;
	}

	.orchard-name {
		font-size: 22px;
		font-weight: 700;
	}

	.assessment-questions-header {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

	.assessment-questions-header .header-orchard {
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.assessment-results-view .assessment-questions-header .header-orchard {
		width: 100%;
	}

	.assessment-questions-header .header-orchard .submitted-message {
		margin: 0 10px; 
		flex: 1; 
		font-size: 18px;
	}

	.assessment-questions-header .header-year select {
		margin-top: 0;
		margin-left: 5px;
	}

	.assessment-questions-header .secondary-button {
		margin-left: 20px;
		margin-bottom: 0;
	}

	.assessment-questions-tab-container {
		width: 100%;
		background-color: #ccc;
		display: flex;
		margin-top: -40px;
	}

	.assessment-questions-tab-container .assessment-questions-tabs {
		display: flex;
		margin: 0 auto;
		flex-direction: row;
	}

	.assessment-questions-tab-container .primary-tab {
		text-transform: uppercase;
		width: 225px;
		background-color: #ccc;
		border-radius: 0;
		height: 45px;
		display: flex;
		align-items: center;
		justify-content: center;
		color: #000 !important;
		border-bottom: none !important;
	}

	.assessment-questions-tab-container .active .primary-tab {
		background-color: white;
		font-weight: 700;
	}

	.assessment-questions-tab-container .primary-tab img {
		margin-left: 5px;
	}

	@media (max-width: 900px) {
		.assessment-questions-tab-container .primary-tab {
			width: auto;
			font-size: 12px;
			padding: 0 10px;
		}
	}

	.assessment-nav-menu {
		margin-top: 50px;
	}

	.assessment-nav-menu h3 {
		text-transform: uppercase;
		font-size: 14px;
		color: #4E8527;
	}

	.assessment-nav-menu a.nav-link {
		display: block;
		margin: 15px 0;
		font-size: 14px;
		color: inherit;
		text-decoration: none;
		border-bottom: none;
		font-weight: bold;
	}

	.assessment-nav-menu a.nav-link:hover {
		color: #4E8527;
		text-decoration: underline;
	}

	.assessment-nav-menu .current {
		color: #4E8527;
		font-size: 14px;
		margin: 15px 0;
	}

	.assessment-modules-selection .module-item {
		display: flex;
		padding: 5px 0;
	}

	.assessment-modules-selection .module-item .module-status {
		width: 28px;
		padding-right: 4px;
	}

	.assessment-modules-selection .module-item .module-name {
		flex: 1;
		display: flex;
	}

	.assessment-modules-selection .module-item .module-name .current,
	.assessment-modules-selection .module-item .module-name a.nav-link {
		margin: auto 0;
		font-weight: bold;
	}

	.module-item-buttons {
		width: fit-content;
		margin: 0 auto;
	}

	.module-item-buttons .module-button-item a,
	.module-item-buttons .module-button-item {
		display: inline-flex;
		flex-direction: column;
		border-bottom: none;
		align-items: center;
		text-align: center;
		width: 130px;
		margin: 0 15px;
	}

	.module-item-buttons .module-button-item.legacy a,
	.module-item-buttons .module-button-item.legacy {
		width: 115px;
		margin: 0 5px;
	}

	.module-item-buttons .module-button-item.active {
		font-weight: 700;
		color: black;
	}

	.module-item-buttons .module-button-item a {
		text-decoration: none;
		color: #64666D;
	}

	.module-item-buttons .module-button-item a:hover {
		font-weight: 700;
	}

	.module-item-buttons .module-button-item img {
		width: 50px;
		height: 50px;
		margin-bottom: 5px;
		box-shadow: 3px 3px 8px 2px rgb(0 0 0 / 10%);
		border-radius: 30px;
	}

	.learn-more-btn {
		text-align: center;
		text-decoration: none;
		font-size: 12pt;
		color: white !important;
		padding: 7px 15px;
		border-radius: 5px;
		margin-right: 30px;
		width: 200px;
		display: block;
		border-bottom: none !important;
	}

	.learn-more-btn:hover {
		border-bottom: none !important;
	}

	.learn-more-btn.water {
		background-color: #4EB9E9;
	}

	.learn-more-btn.waste {
		background-color: #79C141;
	}

	.goal-status .zero-waste-summary .learn-more-btn.waste {
		width: 210px;
		margin: 0 auto;
	}

	.complete-assessment .learn-more-btn {
		width: auto;
		max-width: 300px;
		margin: 0 auto;
	}

	.learn-more-btn.air {
		background-color: #FBB03F;
	}

	.learn-more-btn.pest {
		background-color: #F0502F;
	}

	.goal-status .goal-status-footer .learn-more .learn-more-btn.pest {
		width: 220px;
	}

	.zero-waste-summary {
		display: flex;
	}

	.zero-waste-summary .summary-image {
		width: 0px;
	}

	.zero-waste-summary .summary-image img {
		width: 100%;
		height: 100%;
	}

	.zero-waste-summary .summary {
		padding: 10px 20px;
		flex: 1;
		display: block;
	}

	.zero-waste-summary .summary .text {
		flex: 1;
	}

	.zero-waste-summary .summary .actions {
		width: 100%;
		text-align: center;
	}

	.zero-waste-summary .summary .actions div {
		margin-bottom: 15px;
	}

	.no-goal-data {
		text-align: center;
		font-size: 14pt;
	}

	.no-goal-data .status-footnote {
		text-align: center;
	}

	/* Small screens */
	/* max-width 640px, mobile-only styles, use when QAing mobile issues */
	@media only screen and (max-width: 640px) {
		.goal-status .goal-status-footer {
			display: block;
		}

		.goal-status .goal-status-footer .learn-more .learn-more-btn {
			text-align: center;
			margin: 20px auto 20px auto;
		}

		.practice-group {
			flex-direction: column-reverse;
			height: auto;
		}

		.practice-group {
			flex-direction: column-reverse;
		}

		.group-practices {
			width: 100%;
		}

		.group-summary {
			width: 100%;
		}
	}

	/* min-width 641px, medium screens */
	@media only screen and (min-width: 641px) {
		.practice-group {
			flex-direction: row-reverse;
		}
		
		.group-summary {
			flex: 1;
		}

		.goal-status-item .pct {
			font-size: 24pt;
			line-height: 24pt;
		}

		.goal-status-item .filter-title {
			font-size: 12pt;
		}

		.zero-waste-summary .summary-image {
			width: 150px;
		}

		.zero-waste-summary .summary {
			display: flex;
		}

		.zero-waste-summary .summary .actions {
			width: 200px;
			padding-left: 15px;
		}

		.zero-waste-summary .summary .actions div {
			padding: 35px 0;
			margin-bottom: 0;
		}

		.goal-status .zero-waste-summary .learn-more-btn.waste {
			width: 185px;
		}

		.complete-assessment {
			margin-top: 50px;
		}

		.complete-assessment.water,
		.complete-assessment.air {
			margin-top: 25px;
		}
	}

	/* Medium screens */
	/* min-width 980px, medium screens */
	@media only screen and (min-width: 980px) {
		.goal-status-item .pct {
			font-size: 28pt;
			line-height: 28pt;
		}

		.goal-status-item .filter-title {
			font-size: 14pt;
		}

		.zero-waste-summary .summary-image {
			width: 250px;
		}

		.zero-waste-summary .summary .actions {
			width: 250px;
			padding-left: 30px;
		}

		.goal-status .zero-waste-summary .learn-more-btn.waste {
			width: 210px;
			margin: 0;
		}
	}


	/* Orchard Detail */

	.orchard-detail {
		border: 1px solid #979797;
		border-radius: 8px;
		padding: 10px 20px;
		margin-top: 10px;
	}

	.orchard-detail-item {
		border: 1px solid white;
		margin-bottom: 10px;
		padding: 10px 15px;
	}

	.orchard-detail-arrow img {
		float: right;
		vertical-align: middle;
	}

	.orchard-detail-item:last-child {
		margin-bottom: 0;
	}

	.orchard-detail-item.expanded {
		border: 1px solid #979797;
		border-radius: 15px;
	}

	.orchard-detail-item .expanded,
	.orchard-detail-item .orchard-detail-arrow .collapse {
		display: none;
	}

	.orchard-detail-item .collapsed,
	.orchard-detail-item .orchard-detail-arrow .expand {
		display: block;
	}

	.orchard-detail-item .inline-collapsed {
		display: inline-block;
	}

	.orchard-detail-item.expanded .expanded,
	.orchard-detail-item.expanded .orchard-detail-arrow .collapse {
		display: block;
	}

	.orchard-detail-item.expanded .inline-collapsed,
	.orchard-detail-item.expanded .collapsed,
	.orchard-detail-item.expanded .orchard-detail-arrow .expand {
		display: none;
	}

	.orchard-detail-item .orchard-detail-arrow .collapsed {
		height: 32px;
		background-image: linear-gradient(to right, white, #dadada 70%);
		border-radius: 15px;
	}

	.orchard-detail-item .orchard-detail-arrow .collapsed img {
		margin: 5px 10px 0 0;
	}

	.orchard-detail-header:hover {
		cursor: pointer;
	}

	.orchard-detail-header .orchard-detail-arrow {
		padding-top: 30px;
	}

	.orchard-detail-header .orchard-detail-name {
		text-decoration: underline;
		font-weight: bold;
		padding-top: 30px;
	}

	.orchard-detail-header .orchard-detail-name img {
		margin-left: 5px;
	}

	.inline-block {
		display: inline-block;
	}

	.Waste .orchard-detail-header .orchard-detail-name,
	.Waste .orchard-detail-header .orchard-detail-arrow,
	.Incomplete .orchard-detail-header .orchard-detail-name,
	.Incomplete .orchard-detail-header .orchard-detail-arrow {
		padding-top: 0;
	}

	.orchard-detail-item.expanded .orchard-detail-header .orchard-detail-arrow,
	.orchard-detail-item.expanded .orchard-detail-header .orchard-detail-name {
		padding-top: 0;
	}

	.orchard-detail-summary {
		font-size: 16px;
		line-height: normal;
		padding-top: 30px;
		overflow: hidden;
	}

	.orchard-detail-summary span {
		font-size: 24px;
		line-height: 1.5;
		font-weight: bold;
	}

	.orchard-detail-summary span.incomplete {
		color: #DA534E;
	}

	.orchard-detail-summary.water span {
		color: #54bae7;
	}

	.orchard-detail-summary.air span {
		color: #FBB03F;
	}

	.orchard-detail-summary.pest span {
		color: #F0502F;
	}

	.orchard-detail-summary.waste span {
		color: #79C141;
	}

	.orchard-detail-summary.water span.incomplete,
	.orchard-detail-summary.air span.incomplete,
	.orchard-detail-summary.pest span.incomplete,
	.orchard-detail-summary.waste span.incomplete {
		color: #DA534E;
	}

	.orchard-detail-summary.waste span.goal-not-met {
		color: #FF914D;
	}

	.orchard-detail-item .tips-header {
		font-style: italic;
		font-weight: bold;
		margin-bottom: 5px;
	}

	.orchard-detail-item .tips-content {
		display: flex;
	}

	.orchard-detail-item .tips-content img {
		max-width: 100px;
		max-height: 126px;
		margin-right: 10px;
	}

	.orchard-detail-item .tips-content .tip-title {
		flex: 1;
		text-decoration: underline;
		color: #666;
	}

	.orchard-detail-item .bar {
		height: 32px;
		color: white;
		padding: 5px 15px;
		font-weight: bold;
		border-radius: 30px;
		text-align: right;
		display: inline-block;
		margin-right: 10px;
	}

	.orchard-detail-info {
		margin: 20px 0;
	}

	.orchard-detail-info.minimal-bottom-spacer {
		margin-bottom: 5px;
	}

	.orchard-detail-info .orchard-detail-result {
		padding-top: 30px;
		padding-bottom: 30px;
		position: relative;
	}

	.orchard-detail-result .result {
		margin-bottom: 10px;
	}

	.orchard-value .outer-bar {
		background-color: #CCCCCC;
		height: 32px;
		font-weight: bold;
		border-radius: 30px;
		text-align: left;
		display: flex;
		margin-right: 10px;
		width: 80%;
	}

	.orchard-value .outer-bar .bar {
		margin-right: 0;
	}

	.orchard-value .outer-bar .summary {
		padding: 6px;
	}

	.orchard-value .outer-bar .summary.indent {
		padding-left: 15px;
	}

	.orchard-value .bar {
		background-color: #666666;
		border: 1px solid #666666;
	}

	.baseline-value .bar {
		background-color: #9566cd;
		border: 1px solid #9566cd;
	}

	.goal-value.water .bar {
		background-color: #54bae7;
		border: 1px solid #54bae7;
	}

	.goal-value.air .bar {
		background-color: #fbb03f;
		border: 1px solid #fbb03f;
	}

	.goal-value.pest .bar {
		background-color: #F0502F;
		border: 1px solid #F0502F;
	}

	.orchard-detail-result .label {
		display: inline-block;
		vertical-align: middle;
	}

	.orchard-detail-header .orchard-detail-result .label {
		display: none;
		white-space: nowrap;
	}

	.orchard-detail-result .orchard-value {
		position: relative;
		margin-top: 30px;
		display: flex;
	}

	.orchard-detail-result .orchard-value .label {
		flex: 1;
		margin: auto 0;
		white-space: normal;
	}

	.orchard-detail-result .orchard-value .label.pest,
	.orchard-detail-result .orchard-value .label.air {
		font-size: 12px;
	}

	.orchard-detail-result .orchard-value .goal {
		font-weight: bold;
		font-size: 12pt;
		position: absolute;
		top: -31px;
		margin-left: -20px;  /* to account for bar margin and arrow width */
	}

	.orchard-detail-result .orchard-value .goal .goal-label {
		display: inline-block;
		vertical-align: middle;
	}

	.orchard-detail-result .orchard-value .goal.water {
		color: #54bae7;
	}

	.orchard-detail-result .orchard-value .goal.pest {
		color: #F0502F;
		left: 60%;
	}

	.orchard-detail-result .orchard-value .goal.air {
		color: #fbb03f;
	}

	.orchard-detail-result .orchard-value .goal::after {
		position: absolute;
		left: 10px;
		top: 100%;
		content: '';
		width: 0; 
	    height: 0; 
	    border-left: 10px solid transparent;
	    border-right: 10px solid transparent; 
	    border-top: 13px solid white;
	}

	.orchard-detail-result .orchard-value .goal .rating {
		display:inline-block;
		margin-left: 5px;
	}

	.orchard-detail-info .waste-summary,
	.orchard-detail-info .details-summary {
		padding: 30px 0 0 0;
	}

	.orchard-detail-info .system-container {
		display: flex;
		margin-bottom: 30px;
	}

	.orchard-detail-info .pest-question {
		padding: 10px 0;
	}

	.orchard-detail-info .pest-question.selected {
		border: solid 1px #19A389;
		border-radius: 10px;
		background-color: transparent;
		margin-bottom: 30px;
	}

	.orchard-detail-info .pest-question.selected .selection {
		color: #19A389;
		font-size: 13px;
		text-align: center;
	}

	.orchard-detail-info .pest-question.selected.warning {
		border: solid 1px #FF914D;
	}

	.orchard-detail-info .pest-question.selected.neutral {
		border: solid 1px #ACACAC;
	}

	.orchard-detail-info .pest-question.selected.warning .selection {
		color: #FF914D;
	}

	.orchard-detail-info .pest-question.selected.neutral .selection {
		color: #ACACAC;
	}

	.orchard-detail-info .system-container .status {
		width: 45px;
	}

	.orchard-detail-info .system-container .description {
		flex: 1;
		padding: 0 5px;
	}

	.orchard-detail-info .system-container .description .title {
		font-weight: bold;
		text-decoration: underline;
		margin-bottom: 5px;
	}

	/* Small screens */
	/* max-width 640px, mobile-only styles, use when QAing mobile issues */
	@media only screen and (max-width: 640px) {
		
	}

	/* min-width 641px, medium screens */
	@media only screen and (min-width: 641px) {
		.goal-status-item .pct {
			font-size: 24pt;
			line-height: 24pt;
		}

		.goal-status-item .filter-title {
			font-size: 12pt;
		}

		.orchard-detail-summary span {
			font-size: 20px;
		}

		.orchard-detail-item .tips-content {
			display: block;
		}

		.orchard-detail-info .orchard-detail-result {
			border-left: 1px solid #979797;
			border-right: 1px solid #979797;
			padding-top: 0;
			padding-bottom: 0;
		}
	}

	/* Medium screens */
	/* min-width 980px, medium screens */
	@media only screen and (min-width: 980px) {
		.orchard-detail-header .orchard-detail-result .label {
			display: inline-block;
		}

		.goal-status-item .pct {
			font-size: 28pt;
			line-height: 28pt;
		}

		.goal-status-item .filter-title {
			font-size: 14pt;
		}

		.orchard-value .outer-bar {
			width: 60%;
		}

		.orchard-detail-summary span {
			font-size: 24px;
		}

		.orchard-detail-result .orchard-value .goal.pest {
			left: 45%;
		}

		.orchard-detail-info .details-summary {
			padding: 30px 30px 0 30px;
		}

		.orchard-detail-item .tips-content {
			display: flex;
		}

		.orchard-detail-info .orchard-detail-result {
			border-left: 1px solid #979797;
			border-right: 1px solid #979797;
			padding-top: 0;
			padding-bottom: 0;
		}
	}

	/* Import Validation Table */

	table.import-validation-table {
		table-layout: fixed;
		width: 1200px;
	}

	.import-validation-table thead th {
		background-color: #1276a7;
		color: white;
		font-weight: bold;
		border: solid 1px #ababab;
		font-size: 14px;
		text-align: center;
		padding: 5px;
	}

	.import-validation-table tbody tr td {
		font-size: 14px;
		border: solid 1px #ababab;
		padding: 5px;
	}


	/* Assessment Progress Summary Report */
	
	table.prog-sum-table {
		table-layout: fixed;
		width: 1130px;
	}

	table.prog-sum-table .question-indicators .indicator-cell {
		font-size: 10pt;
		padding-left: 0;
		padding-right: 20px;
	}

	.prog-sum-table thead {
		color: initial;
	}

	.prog-sum-table thead th {
		border: solid 1px #848384;
		padding: 3px;
		background-clip: padding-box;
	}

	
	.prog-sum-table thead th span {
		display: inline-flex;
		text-align: left;
		vertical-align: middle;
		margin-left: 10px;
	}

	.prog-sum-table thead th.blank {
		width: 250px;
		border: none;
	}

	.prog-sum-table thead th.legend {
		border: none;
		font-size: 10pt;
		font-weight: normal;
		vertical-align: middle;
		padding-bottom: 10px;
	}

	.prog-sum-table thead th.external-progs {
		width: 200px;
	}

	.prog-sum-table thead th.external-prog {
		vertical-align: bottom;
	}

	.prog-sum-table thead tr.rotate th div {
		text-align: left;
		white-space:nowrap;
		transform: rotate(-90deg);
		-webkit-transform: rotate(-90deg);
		-moz-transform: rotate(-90deg);
		-ms-transform: rotate(-90deg);
		-o-transform: rotate(-90deg);
	}

	.prog-sum-table thead tr.rotate th div span {
		margin:0 -150% ;
		display:inline-block;
	}

	.prog-sum-table thead tr.rotate th div span::before {
		content: '';
		width: 0;
		padding-top: 110%;/* takes width as reference, + 10% for faking some extra padding */
		display: inline-block;
		vertical-align: middle;
	}

	.prog-sum-table thead tr.category-header th {
		font-weight: 400;
	}

	/*.prog-sum-table thead tr.category-header th:nth-child(odd),
	.prog-sum-table tbody tr td:nth-child(odd) {
		background-color: #F6F6F6;
	}*/

	.prog-sum-table thead tr.category-header th:nth-child(1),
	.prog-sum-table tbody tr td:nth-child(1) {
		background-color: inherit;
	}

	.prog-sum-table thead tr:nth-child(2) th {
		border-top: solid 3px #848384;
	}

	.prog-sum-table tbody tr:last-child td {
		border-bottom: solid 3px #848384;
	}

	.prog-sum-table tbody tr:last-child td:first-child {
		border-bottom: solid 1px #848384;
	}

	.prog-sum-table thead tr.primary-category-header th:nth-child(3),
	.prog-sum-table thead tr.primary-category-header th:nth-child(4),
	.prog-sum-table thead tr.primary-category-header th:nth-child(6),
	.prog-sum-table thead tr th:last-child,
	.prog-sum-table tbody tr td:last-child,
	.prog-sum-table thead tr th:nth-child(12),
	.prog-sum-table tbody tr td:nth-child(12),
	.prog-sum-table thead tr th:nth-child(11),
	.prog-sum-table tbody tr td:nth-child(11),
	.prog-sum-table thead tr th:nth-child(6),
	.prog-sum-table tbody tr td:nth-child(6),
	.prog-sum-table thead tr th:nth-child(5),
	.prog-sum-table tbody tr td:nth-child(5),
	.prog-sum-table thead tr th:nth-child(2),
	.prog-sum-table tbody tr td:nth-child(2) {
		border-left: solid 3px #848384;
	}

	.prog-sum-table thead tr:nth-child(1) th:nth-child(2) {
		border-left: none;
	}

	.prog-sum-table thead tr th:last-child,
	.prog-sum-table tbody tr td:last-child {
		border-right: solid 3px #848384;
	}

	.prog-sum-table thead tr:nth-child(1) th:last-child {
		border-right: none;
		border-left: none;
	}

	.prog-sum-table tr.data-row.clickable:hover {
		cursor: pointer;
	}

	.prog-sum-table tr.data-row.clickable:hover td {
		background-color: #EFF5EB;
	}

	.prog-sum-table tr.data-row td {
		border: solid 1px #848384;
		padding: 5px;
		text-align: center;
		hyphens: auto;
		position: relative;
		background-clip: padding-box;
	}

	.prog-sum-table tr.data-row td.fsa div {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		display: flex;
	}

	.prog-sum-table tr.data-row td.fsa div span {
		margin: auto auto;
		font-weight: bold;
	}

	.prog-sum-table tr.data-row.clickable:hover td.green,
	.prog-sum-table tr.data-row td.green {
		background-color: #98B131;
		color: white;
	}

	.prog-sum-table tr.data-row.clickable:hover td.grey,
	.prog-sum-table tr.data-row td.grey {
		background-color: #CCCCCC;
		color: white;
	}


	.prog-sum-table tr td.orchard-label {
		text-align: left;
	}

	.prog-sum-table thead th.sum-status {
		width: 140px;
	}

	.prog-sum-table thead tr.category-header th.sum-status {
		border-top: solid 2px #848384;
		vertical-align: bottom;
		font-weight: 700;
	}

	.prog-sum-table tr.data-row.clickable:hover td.incomplete,
	.prog-sum-table tr.data-row td.incomplete {
		background-color: #ff914d;
		color: white;
		font-weight: 700;
	}

	.prog-sum-table tr.data-row.clickable:hover td.submitted,
	.prog-sum-table tr.data-row td.submitted {
		background-color: #5bb95c;
		color: white;
		font-weight: 700;
	}

	.prog-sum-table tr.data-row.clickable:hover td.incomplete,
	.prog-sum-table tr.data-row.clickable:hover td.submitted,
	.prog-sum-table tr.data-row.clickable:hover td.green,
	.prog-sum-table tr.data-row.clickable:hover td.grey {
		opacity: .6;
	}
	
/* 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: OpenSans-Regular !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: OpenSans-Regular !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 .notification-text {
	font-size: 15pt;
	font-weight: bold;
	color: red;
}

.reveal .notification-text span {
	font-weight: normal;
	font-size: 18pt;
}

.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%;
}

.reporting-options-selection,
.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: 10px 10px 5px 10px;
}

.reporting-options-selection table,
.cloning-step .cloning-step-content .cloning-options-selection table {
	margin-top: 0;
}

.reporting-options-selection table td,
.cloning-step .cloning-step-content .cloning-options-selection table td {
	padding: 0 10px 10px 0;
}

.reporting-options-selection table td input,
.cloning-step .cloning-step-content .cloning-options-selection table td input {
	margin: auto 0;
}

.reporting-options-selection table td label,
.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: 5px 0;
	display: flex;
}

.cloning-step .cloning-step-content.choose-targets .cloning-options-selection table td label {
	margin-left: 10px;
	padding: 5px;
	border: solid 1px #a7a7a7;
	border-radius: 5px;
	color: #a7a7a7;
}

.cloning-step .cloning-step-content.choose-targets .cloning-options-selection table td label.incomplete {
	background-color: #CCC;
	color: #0a0a0a;
}

.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;
}

.hiddenDD {
	display: none;
}

.next-steps-carousel {
	position: relative;
	width: 100%;
	/*height: 200px;*/
	overflow: hidden;
	background-color: #EFF5EB;
	border-radius: 10px;
}

.next-steps-carousel .slides {
	display: flex;
	transition: transform 0.3s ease-in-out;
}

.next-steps-carousel .slide {
	flex: 0 0 100%;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	padding: 0 100px;
	color: #4a1713;
}

.next-steps-carousel .slide-content {
	padding: 15px 0;
}

.next-steps-carousel .slide-content .slide-header {
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 15px;
}

.next-steps-carousel .slide-content p {
	font-size: 16px;
	line-height: 20px;
}

.next-steps-carousel .prev-btn,
.next-steps-carousel .next-btn {
	position: absolute;
	top: 40%;
	border: none;
	cursor: pointer;
}

.next-steps-carousel .prev-btn {
	left: 0;
}

.next-steps-carousel .next-btn {
	right: 0;
	margin-right: 10px;
}

.next-steps-carousel .slide-indicators {
    display: flex;
    justify-content: center;
    margin: 10px;
}

.next-steps-carousel .indicator {
    width: 10px;
    height: 10px;
    margin: 0 5px;
    border-radius: 50%;
    background-color: #ccc; 
}

.next-steps-carousel .indicator:hover {
	cursor: pointer;
}

.next-steps-carousel .indicator.active {
    background-color: #7DC148;
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.3);
    }
    100% {
        transform: scale(1);
    }
}

.pulse-animation {
    animation: pulse 1s infinite;
}

.bff-summary-box {
	background-color: #3eaf47;
	padding: 5px 10px;
	color: white;
	font-size: 18px;
}

.bff-summary-box .large-number {
	font-size: 24px;
	line-height: 24px;
}

.bff-summary-box .status-label {
	font-size: 14px;
	text-transform: uppercase;
}

.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;
}

input.reporting-email-input {
	width: 60%;
	margin: 0 0 5px 0;
}

input.reporting-email-input.disabled {
	color: #8c8c8c;
}

.reporting-email-message-textarea {
	height: 250px;
	margin: 0;
	resize: none;
	white-space: pre-wrap
}

.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;
}

.green-button.disabled,
.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;
}

table.grower-share-data-table {
	width: 100%;
}

table.grower-share-data-table tr:nth-child(even) {
	background-color: #f6f6f6;
}

table.grower-share-data-table tr td {
	border: none;
}

table.grower-share-data-table tr.ListHeader td:nth-child(4) {
	white-space: nowrap;
}

table.grower-share-data-table tr.ListHeader {
	background-color: #626262;
}

table.grower-share-data-table tr td .orchard-subdivide-btn {
	min-width: 30px;
}

table .connector-container {
	display: flex;
	flex-direction: column;
	margin-left: 50px;
	align-content: stretch;
	height: 57px;
}

table .connector-container .connector-top {
	width: 100%;
	flex: 1;
	border-left: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
}

table.grower-share-data-table img.disabled {
	opacity: 0.5;
}

table .connector-container .connector-bottom {
	width: 100%;
	flex: 1;
	border-left: solid 1px #ccc;
}

table .connector-container .connector-bottom.last {
	border-left: none;
}

.primary-button-square.delete-subdivision {
	background-color: #828283;
}

.full-width-container {
	margin-top: -40px;
	margin-bottom: 30px;
	background-color: #EFF5EB;
}

.grower-detail-section {
	border-top: solid 1px #A3A4A4;
	padding: 10px 40px;
}

.flex-centered-item {
	flex: 1;
	text-align: center;
	margin: auto;
}

.static-menu {
	color: #47130F;
	background-color: transparent;
	padding: 30px 40px 15px 40px;
}

.static-menu-group {
	padding: 10px 30px;
}

.static-menu-header {
	font-size: 32px;
	display: flex;
	margin-bottom: 5px;
}

.static-menu-header img {
	margin-right: 10px;
}

.static-menu-header a.header-link {
	text-decoration: none;
	color: inherit;
	border-bottom: none;
}

.static-menu-summary {
	font-size: 15px;
	line-height: 22px;
}

.static-menu-items {
	margin-top: 20px;
}

.static-menu-item {
	display: flex;
	margin-bottom: 10px;
}

.static-menu-item img {
	margin-right: 10px;
}

.static-menu-item span {
	flex: 1;
	display: flex;
}

.static-menu-item span a {
	margin: auto 0;
	text-decoration: none !important;
	color: #47130F !important;
	font-size: 15px;
	border-bottom: none !important;
}

.static-menu-item span a:hover {
	text-decoration: underline !important;
}

.default-data-section {
	padding: 20px;
	border-radius: 10px;
	background-color: #EFF5EB;
	color: #47130F;
	margin-bottom: 30px;
}

.data-sharing-report .default-data-section {
	padding: 0;
	border-radius: inherit;
	background-color: transparent;
}

.default-data-section.small-padding {
	padding: 20px 14px;
}

.default-data-section .summary-text div {
	font-size: 16px;
	line-height: 22px;
	margin-top: 20px;
	padding-right: 50px;
}

.default-data-section .summary-data {
	font-size: 16px;
	line-height: 22px;
	padding-left: 50px;
	border-left: solid 1px #A3A4A4;
	height: 100%;
	display: flex;
}

.default-data-section .summary-data.overview {
	display: block;
	font-size: inherit;
	padding-left: 20px;
}

.default-data-section .section-title {
	font-size: 20px;
	color: #4a1713;
	margin-bottom: 15px;
	font-weight: bold;
}

.default-data-section .title-divider {
	max-width: 300px;
	border-bottom: solid 1px #4a1713;
	margin-bottom: 15px;
}

.default-data-section .section-summary {
	font-size: 18px;
	font-weight: bold;
	color: #4a1713;
	line-height: 28px;
}

.default-data-section .section-data-item {
	color: #4a1713;
	font-size: 18px;
	line-height: 24px;
}

.default-data-section .data-section {
	flex: 1;
}

.default-data-section .result-summary-header {
	display: flex;
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 10px;
	border-bottom: solid 1px #A3A4A4;
	height: 80px;
	align-items: center;
}

.default-data-section .result-summary-header .header-link {
	display: flex;
	justify-content: right;
	padding-left: 10px;
}

.default-data-section .result-summary-header .header-link a {
	text-decoration: none;
	border-bottom: none;
}

.default-data-section .result-summary-data {
	padding-top: 10px;
	font-size: 13px;
}

.default-data-section .result-summary-data .result-status {
	margin-bottom: 15px;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
}

.default-data-section .result-summary-data table {
	width: 100%;
} 

.default-data-section .result-summary-data table td {
	padding-bottom: 5px;
}

.default-data-section .result-summary-data table.summary-stats td {
	padding-bottom: 0;
}

.default-data-section .result-summary-data table td.result-value {
	padding-left: 10px;
	font-weight: bold;
	text-align: right;
}

.data-section-action {
	display: flex;
	height: 100%;
}

.data-section-action img {
	margin: auto 0;
}

.data-section-action .action-text {
	flex: 1;
	padding-left: 10px;
	margin: auto 0;
}

.data-section-action .action-text a {
	text-decoration: none !important;
	color: #47130F !important;
	font-size: 15px;
	border-bottom: none !important;
}

.data-section-action .action-text a:hover {
	text-decoration: underline !important;
}

.data-share-info {
	border:  solid 1px #4a1713; 
	border-radius: 4px;
	padding: 15px;
	overflow: hidden;
}

.data-share-info .section-title {
	font-size: 16px;
	color: #4a1713;
	font-weight: bold;
	margin-bottom: 10px;
}

.data-share-info .pct-header {
	font-size: 22px;
	line-height: 28px;
	font-weight: bold;
	color: #767171;
	margin-bottom: 10px;
}

.data-share-info .pct-subheader {
	font-style: italic;

}

.data-share-info .bar-data .outer-bar {
	width: 100%;
	height: 12px;
	background-color: transparent;
	position:relative;
	z-index: 100;
}

.data-share-info .bar-data .inner-bar {
	height: 12px;
	position: absolute;
	border: solid 1px #4a1713;
	border-left: none;
}

.data-share-info .bar-data .inner-bar.self-assessed {
	background-color: #7bbf44;
}

.data-share-info .bar-data .inner-bar.gold {
	background-color: #eabf2e;
}

.data-share-info .bar-data .inner-bar.silver {
	background-color: #bcb8b5;
}

.data-share-info .bar-data .inner-bar.bronze {
	background-color: #b5814d;
}

.data-share-info .bar-data .inner-bar.level1 {
	background-color: #dbe0f3;
}

.data-share-info .bar-data .inner-bar.level2 {
	background-color: #8fabdf;
}

.data-share-info .bar-data .inner-bar.level3 {
	background-color: #30549a;
}

.data-share-info .bar-data .inner-bar.non-qualifying {
	background-color: #ed7d31;
}

.data-share-info .bar-data .inner-bar.remainder {
	background-color: white;
}

.data-share-info .bar-data .inner-bar:first-child {
	border-left: solid 1px #4a1713;
}

.self-assessed-bar-chart {
	display: flex;
	vertical-align: middle;
	align-items: center;
}

.self-assessed-bar-chart .bar-data {
	flex: 1;
}

.self-assessed-bar-chart .bar-legend {
	padding: 0 15px 40px 50px;
}

.self-assessed-bar-chart .bar-data .x-axis {
	margin-top: -12px;
	z-index: 99
}

.self-assessed-bar-chart.irrigation .bar-data .x-axis {
	margin-top: -15px;
}

.self-assessed-bar-chart .bar-data .tick-lines {
	display: flex;
}

.self-assessed-bar-chart .bar-data .x-axis .tick-labels {
	position: relative;
	margin-top: 3px;
	margin-bottom: 15px;
}

.self-assessed-bar-chart.irrigation .bar-data .x-axis .tick-labels {
	margin-bottom: 0;
}

.self-assessed-bar-chart .bar-data .tick-line {
	height: 10px;
	border-left: solid 1px #c9c9c9; 
	width: 25%;
}

.self-assessed-bar-chart.irrigation .bar-data .tick-line {
	height: 15px;
}

.self-assessed-bar-chart .bar-data .x-axis .tick-line {
	height: 22px;
}

.self-assessed-bar-chart.irrigation .bar-data .x-axis .tick-line {
	height: 27px;
}

.self-assessed-bar-chart .bar-data .tick-line:last-child {
	border-right: solid 1px #c9c9c9; 
}


.self-assessed-bar-chart .bar-data .x-axis .tick-label {
	position: absolute;
}

.self-assessed-bar-chart .bar-data .x-axis .tick-label.tick2 {
	left: 25%
}

.self-assessed-bar-chart .bar-data .x-axis .tick-label.tick3 {
	left: 50%
}

.self-assessed-bar-chart .bar-data .x-axis .tick-label.tick4 {
	left: 75%
}

.self-assessed-bar-chart .bar-data .x-axis .tick-label.tick5 {
	right: 0;
}

.self-assessed-bar-chart .bar-data .x-axis .tick-label .label-container {
	position: relative;
	width: 80px;
}

.self-assessed-bar-chart .bar-data .x-axis .tick-label .label-container .label-string {
	position: absolute;
	width: 100%;
	text-align: center;
	left: -40px;
}

.self-assessed-bar-chart .bar-data .x-axis .tick-label.tick5 .label-container .label-string {
	left: auto;	
	right: -40px;
}


.self-assessed-bar-chart .bar-data .x-axis .axis-label {
	width: 100%;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #4a1713;
	padding-top: 15px;
}

.self-assessed-bar-chart.irrigation .bar-data .x-axis .axis-label {
	padding-top: 30px;
}

.self-assessed-bar-chart .bar-data .single-bar-data {
	display: flex;
	align-items: center;
}

.self-assessed-bar-chart .bar-data .single-bar-data .bar-label {
	width: 185px;
	font-weight: bold;
	font-size: 12px;
	text-align: right;
	padding-right: 10px;
}

.self-assessed-bar-chart .bar-data .single-bar-data .single-bar {
	flex: 1;
}

.data-share-info .bar-legend .legend-box {
	display: inline-block;
	height: 9px;
	width: 9px;
	border: solid 1px #4a1713;
}

.data-share-info .bar-legend .legend-box.green {
	background-color: #7bbf44;
}

.data-share-info .bar-legend .legend-box.orange {
	background-color: #ed7d31;
}

.data-share-info .bar-legend .legend-box.bronze {
	background-color: #b5814d;
}

.data-share-info .bar-legend .legend-box.silver {
	background-color: #bcb8b5;
}

.data-share-info .bar-legend .legend-box.gold {
	background-color: #eabf2e;
}

.data-share-info .bar-legend .legend-box.level1 {
	background-color: #dbe0f3;
}

.data-share-info .bar-legend .legend-box.level2 {
	background-color: #8fabdf;
}

.data-share-info .bar-legend .legend-box.level3 {
	background-color: #30549a;
}

.data-share-info .bar-legend .legend-box.white {
	background-color: white;
}

.green-button.apply-handled {
	width: 100px;
	height: 37px;
	text-align: center;
	font-size: 16px;
	padding-top: 5px;
}

.handled-acres-container {
	margin-top: 15px;
}

.handled-acres-container .handled-acres-label {
	font-size: 16px;
	margin-bottom: 5px;
}

#handledAcres {
	width: 100px;
	height: 37px;
	margin: 0 15px 0 10px;
}

#handledAcresValidation {
	color: red;
	font-size: 14px;
	margin-left: 10px;
}

.data-share-acres-options {
	padding-left: 50px;
	margin-bottom: 15px;
}

.data-share-acres-options .num-shared-acres {
	margin-left: 10px;
	font-size: 18px;
	font-style: italic;
}

.data-share-acres-option {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}

.data-share-acres-option input[type=radio] {
	margin-right: 5px;
}

.reveal.max-width {
	width: auto;
	max-width: 1200px;
}

.handler .default-data-section .summary-data.data {
	border: none;
	padding-left: 5px;
}

.handler .default-data-section .summary-data span {
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
}

.handler .default-data-section .summary-data {
	padding-left: 25px;
}

.grower-detail-wrapper table {
	width: 100%;
	background-color: white !important;
	font-size: initial;
}

.grower-detail-wrapper table thead {
	font-size: 16px;
}

.grower-detail-wrapper table thead tr {
    background-color: #EFF5EB;
	color: #47130f;
}

.grower-detail-wrapper table thead tr th {
	padding: 10px 10px;
	text-align: left;	
	font-size: 16px;
}

.grower-detail-wrapper table thead tr th.grower-phone {
	min-width: 132px;
}

.grower-detail-wrapper table thead tr th:first-child {
  border-radius: 6px 0 0 6px;
}

.grower-detail-wrapper table thead tr th:last-child {
  border-radius: 0 6px 6px 0;
}

.grower-detail-wrapper table tfoot {
	font-style: italic;
	color: inherit;
}

.grower-detail-wrapper table td {
    padding: 10px 10px;
	text-align: left;
}

.grower-detail-wrapper table tbody tr:nth-child(even) {
    background-color: #f6f6f6;
}

.contact-info-table tbody {
	font-size: 13px;
}

.default-data-section .summary-data .summary-data-container {
	font-size: 16px;
	margin: auto 0;
}

.default-data-section .summary-data .summary-data-container.flex {
	display: flex;
}

.default-data-section .summary-data .summary-data-container.full-width {
	width: 100%;
}

.default-data-section .summary-data .summary-data-container .large-indicator-count {
	font-size: 46px;
	line-height: 56px;
	font-weight: bold;
}

.default-data-section .summary-data .summary-data-container span {
	font-size: 24px;
	margin: 0 3px;
}

.default-data-section .summary-data .summary-data-container span.heading-text {
	font-size: 20px;
}

.default-data-section .summary-data .summary-data-container div {
	margin-top: 5px;
	text-align: right;
}

.default-data-section .summary-data .summary-data-container .summary-info {
	display: block;
}

.default-data-section .summary-data .summary-data-container .summary-info .summary-buttons {
	margin-top: 20px;
	max-width: 200px;
}

.default-data-section.data-share {
	display: flex;
}

.data-share-btn {
	margin-bottom: 10px;
	text-align: center;
	width: 200px;
	line-height: inherit;
}

.data-share-btn.aspNetDisabled {
	color: white !important;
	opacity: 0.5;
}

.data-share-btn.report {
	width: 125px;
}

.handler-info-btn {
	margin-left: 15px;
}


.data-share-tab-container {
	padding: 0 .9375rem;
	margin-bottom: 15px;
}

.data-share-tab-container .data-share-tab {
	border: solid 1px black;
	border-right: none;
	padding: 10px .9375rem;
	background-color: #EBEBEB;
	display: flex;
	align-items: stretch;
	border-top-right-radius: 8px;
	border-top-left-radius: 8px;
}

.data-share-tab-container .data-share-tab:last-child {
	border-right: solid 1px black;
}

.data-share-tab-container .data-share-tab a.share-tab-item {
	width: 100%;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	border: none;
	color: #4E8527;
}

.data-share-tab.active {
	border-bottom: none;
	background-color: #FFF;
}

.data-share-tab.active a.share-tab-item {
	color: #0a0a0a;
}


.control-cell .primary-button-square,
.control-cell .secondary-button-square {
	min-width: 125px;
	padding: 10px;
	min-height: 30px;
}

.control-cell .secondary-button-square {
	background-color: white;
}

.data-table-wrapper table {
	border: none !important;
	background-color: white !important;
}

.data-table-wrapper table .dnnTooltip {
	min-width: inherit;
	display: inline-block;
}

.data-table-wrapper .ListHeader {
	background-color: #EFF5EB !important;
	border: none;
	color: #47130F;
	text-align: left;
}

.data-table-wrapper table tr td {
	border: none;
}

.data-table-wrapper .ListHeader span {
	vertical-align: super;
}

.data-table-wrapper .ListAlternatingItem {
	background-color: #F6F6F6;
}

.data-table-wrapper table .ListHeader td:first-child{
  border-radius: 6px 0 0 6px;
}

.data-table-wrapper table .ListHeader td:last-child{
  border-radius: 0 6px 6px 0;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: white;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  
}

.dropdown-content a {
  color: #666 !important;
  padding: 12px 16px !important;
  text-decoration: none !important;
  display: block !important;
  border-bottom: none !important;
}

.dropdown-content a:hover {background-color: #f1f1f1;}

.dropdown:hover .dropdown-content {display: block;}

.handler-info-label {
	font-size: 12pt;
	
}

input.handler-info-field,
input.handler-info-field:focus {
	border: 0;
	box-shadow: none;
	background-color: inherit;
	outline: none;
	font-size: 12pt;
	margin-top: 0;
	margin-bottom: 5px;
	padding-top: 0;
	width: 100%;
}

input.handler-info-field.large-text,
.handler-name.large-text {
	font-size: 16pt;
}

.handler-address {
	width: 100%;
	font-size: 12pt;
	margin-top: 5px;
	margin-bottom: 30px;
	padding-left: 5px;
	color: rgba(0, 0, 0, 0.75);
}


/* Smallest screens */
@media only screen and (max-width: 640px) {
	.cloning-options .cloning-options-selection .radio-container img {
		width: 100px;
		height: 44px;
	}

	.clone-tool-actions .primary-button-square {
		float: none;
		margin-left: 0;
		margin-top: 5px;
	}

	.cloning-options .cloning-options-selection .selection {
		margin-bottom: 20px;
	}

	.reveal .primary-button-square {
		margin-top: 5px;
	}

	.reveal .action-buttons .primary-button-square,
	.reveal .action-buttons .secondary-button-square {
		margin: 5px;
	}

	.reveal .primary-button-square,
	.reveal .secondary-button-square {
		min-width: 150px;
	}

	.cloning-options .cloning-step {
		display: block;
	}

	.cloning-options .cloning-step .cloning-step-number {
		margin-bottom: 20px;
	}

	.cloning-options .cloning-step .cloning-step-content .selection .selection-label {
		display: block;
		margin-bottom: 5px;
	}

	.question-indicators {
		display: block;
	}

	.question-indicators .indicator-cell {
		display: block;
		padding-left: 0;
	}

	.cloning-step .cloning-step-content .cloning-options-selection table tr td {
		display: flex;
	}
}       

/* Large screens */
@media only screen and (min-width: 1024px) {
	.cloning-step .cloning-step-content.choose-modules .cloning-options-selection {
		max-width: 80%;
	}
}


/* 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: #1276a6;
	padding: 15px 15px 15px 20px;
}
.results-table .result-table-cell.header .section-title {
	font-family: OpenSans-Regular;
	font-size: 22px;
	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-family: OpenSans-Regular;
	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-family: OpenSans-Regular;
	font-size: 14px;
	color: #ffffff;
}

.results-table .weeks-wrapper .list-info-cell {
	font-family: OpenSans-Regular;
	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-family: OpenSans-Regular;
	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: #1276a6 !important;
	border-bottom: 1px solid #1276a6 !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: #58595B !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;
	border-bottom: 2px solid #979797;
	margin: 0px 0px 20px 0px;
}
.hopscotch-content a,
.hopscotch-content a:link,
.hopscotch-content a:visited,
.hopscotch-content a:active {
	text-decoration: none;
	color: #1276a6;
	border-bottom: 1px solid #1276a6;
}
.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:OpenSans-Regular;
		font-size: 14px;
		font-weight: normal;
}
.RequiredTextArea 
{ 
	background-color: #FFFFCC;
		font-family: OpenSans-Regular;
		font-size: 14px;
		font-weight: normal;
		border: 1px solid #7F9DB9;
		overflow: auto;
}
.RequiredText 
{
		font-family: OpenSans-Regular;
		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:OpenSans-Regular;
	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:OpenSans-Regular;
		font-size: 14px;
		font-weight: normal;
		overflow: auto;
		resize: vertical;
}
.Notes 
{
		font-family: OpenSans-Regular;
		font-size: 14px;
	font-style: italic;
	padding-top: 10px;
}
.AuthorCitation
{
		font-family: OpenSans-Regular;
		font-size: 14px;
	font-style: italic;
}
.SectionHead 
{
		font-family: OpenSans-Regular;
		font-weight: bold;
		font-size:	14px;
		color: black;
		border-bottom: solid 1px #DAD9D3;
}
.TitleHead 
{
		font-family: OpenSans-Regular;
		font-size:	14px;
		color: #315c7e;
}
.MedHeadBG
{
		background-color: whitesmoke;
}
.MedHead 
{
		font-family: OpenSans-Regular;
		font-size:	12px;
		font-weight: bold;
		color: #2F3E99;
}
.SubHeadUnderline {
		font-family: OpenSans-Regular;
		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-family: OpenSans-Regular;
	font-size: 14px;
	color: #7f4325;
	font-weight: bold;
	padding-bottom: 4px;
}
.label_title_required {
	font-family: OpenSans-Regular;
	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-family: OpenSans-Regular;
	font-size: 16px;
	font-weight: bold;
	color: #2F3E99;
}
.startTab {
	border-bottom: 1px solid #C0C0C0;
	font-family: OpenSans-Regular;
	font-size: 16px;
}
.endTab {
	border-bottom: 1px solid #C0C0C0;
	font-family: OpenSans-Regular;
	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-family: OpenSans-Regular;
	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-family: OpenSans-Regular;
	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-family: OpenSans-Regular;
	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-family: OpenSans-Regular;
	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:	OpenSans-Regular;
	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-family: OpenSans-Regular;
	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:OpenSans-Regular;
		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:OpenSans-Regular;
		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-family: OpenSans-Regular;
		font-size: 14px;
		font-weight: bold;
		color: #000000;
		text-align: left;
		vertical-align: top;
}
.ListHeader {
		font-family: OpenSans-Regular;
		font-size: 14px;
		font-weight: bold;
		background-color: #4c97d1;
		border: #ABABAB 1px solid;
		color: white;
		text-align: center;
		vertical-align: middle;
}

.tools-list-wrapper.left .ListHeader {
    text-align: left;
}

.SectionHeader {
	font-family: OpenSans-Regular;
	font-size: 14px;
	font-weight: bold;
	background-color: #d8d8d8;
	border: #ABABAB 1px solid;
	color: #343434;
	text-align: center;
	vertical-align: middle;
}
.ListItem {
	font-family: OpenSans-Regular;
	font-size: 14px;
	font-weight: normal;
	color: #333333;
}
.ListAlternatingItem {
	font-family: OpenSans-Regular;
	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-family: OpenSans-Regular;
		font-size: 14px;
		font-weight: normal;
		color: #333333;
		background-color: #ffffff;
}
.ListAlternatingItem_Pagelet
{
		font-family: OpenSans-Regular;
		font-size: 14px;
		background-color: #ffffff;
		color: #333333;
}
.ListItem_Pagelet TD, .ListAlternatingItem_Pagelet TD 
{
		padding: 8px 10px;	
		font-family: OpenSans-Regular;
		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-family: OpenSans-Regular;
		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-family: OpenSans-Regular;
	font-size: 14px;
	font-weight: bold;
	border: #ABABAB 1px solid;		
	text-align: center;
	vertical-align: middle;	
	padding-left: 4px;
	padding-right: 4px;
}

.OrganizationTreeView
{
	font-family: OpenSans-Regular;
	color:Black;
	vertical-align:top;
	background-color:transparent;
	width: 325px;
}
.CatalogTreeView
{
	font-family: OpenSans-Regular;
	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-family: OpenSans-Regular;
		font-size: 16px;
		font-weight: bold;
		color: #ffffff;	
}
.HTMLContent 
{
		/*padding: 8px 10px;*/
		padding-top: 10px;
		font-family: OpenSans-Regular;
		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-family: OpenSans-Regular;
		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-family: OpenSans-Regular;
		font-size: 18px;
		font-weight: normal;
		color: #008000;
}
.NormalRedLarge
{
		font-family: OpenSans-Regular;
		font-size: 18px;
		font-weight: normal;
		color: red;
}
.AgFacilityColor 
{
		color: #435a7f;
}
.HelpHead 
{
		font-family: OpenSans-Regular;
		font-size:	14px;
		color: black;
}
.hidden 
{
		display: none;
}
.WebResourceMainTitle
{
		font-size: 20px;
		font-family: OpenSans-Regular;
		color: #7b7900;
		text-decoration: none;
}
.WebResourceLevel1
{
		font-size: 16px;
		font-family: OpenSans-Regular;
		color: black;
		text-decoration: none;
}
.WebResourceLevel2
{
		font-size: 16px;
		font-weight: bold;
		font-family: OpenSans-Regular;
		color: #b04538;
}
.WebResourceLevel3
{
		font-family: OpenSans-Regular;
		font-size:	12px;
		font-weight: bold;
		color: #786A57;
}
.WebResourceTitle
{
		font-family: OpenSans-Regular;
		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-family: OpenSans-Regular;
		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: OpenSans-Regular;
		color: #7DC148;
		text-decoration: none;
}
.EventDate {
		font-size: 16px;
		font-family: OpenSans-Regular;
		color: black;
		text-decoration: none;
}
.EventTime, .EventSubTitle {
		font-size: 16px;
		font-weight: bold;
		font-family: OpenSans-Regular;
		color: #4a1713;
}
.EventType{
		font-family: OpenSans-Regular;
		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;
		font-family: OpenSans-Regular;
		color: white;
		padding-top: 3px;
		padding-bottom: 3px;
		text-align: center;
}
.toolpanel {
		font-family: OpenSans-Regular;
		font-size: 14px;
		font-weight: normal;
		padding:4px;
		border: 1px solid black;
} 
.scorecard_table
{
		border: 1px solid black;
}
.scorecard_pass
{
		font-family: OpenSans-Regular;
		font-size: 14px;
		font-weight: normal;
		text-align: center;
		background-color: #d5ffcf;
		width: 40px;
		padding: 5px;
}
.scorecard_fail
{
		font-family: OpenSans-Regular;
		font-size: 14px;
		font-weight: normal;
		text-align: center;
		background-color: #fae0f0;
		width: 40px;
		padding: 5px;
}
.scorecard_row_title
{
		font-family: OpenSans-Regular;
		text-align: left;
		font-size: 14px;
		font-weight: bold;
		padding: 10px;
}
.scorecard_header
{
		font-family: OpenSans-Regular;
		text-align:center;
		font-size: 14px;
		font-weight: bold;
		padding: 10px;
}
.scorecard_title
{
		font-family: OpenSans-Regular;
		text-align: center;
		font-size: 15px;
		font-weight: bold;
		padding: 10px;
}
.scorecard_total_pass
{
		font-family: OpenSans-Regular;
		font-size: 14px;
		font-weight: normal;
		text-align:center;
		background-color: #d5ffcf;
		width:60px;
		padding: 5px;
}
.scorecard_total_fail
{
		font-family: OpenSans-Regular;
		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
{
		font-family: OpenSans-Regular;
		text-align: left;
		font-size: 14px;
		font-weight: bold;
		padding: 4px;
}
.assessment_status_header
{
		font-family: OpenSans-Regular;
		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:OpenSans-Regular;
		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:OpenSans-Regular;
	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:OpenSans-Regular;
	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:OpenSans-Regular;
	text-align:center;
	text-decoration: none;
	color: #ad4522;
	font-size: 18px;
}
.tab-bottom 
{
	background-image:url(tab_line.png);
	background-position:bottom;
	background-repeat:repeat-x;
}

/* Metrics information */

.metric-information-title 
{
	font-family:OpenSans-Regular;
	font-weight: bold;
	font-size: 14px;
	color: #000000;
}
.metrictype-take-action 
{
	padding-top: 4px;
}

.metricresource-header {
    font-family: "OpenSans-Regular, Times New Roman", Times, serif;
    font-weight: normal;
    font-size: 26px;
    margin: 0px;
    display: inline;
    color: #799332;
}
.metricresource-subheader {
    font-family: OpenSans-Regular, Verdana,OpenSans-Regular,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;
}

.assessment-results-view .sub-header,
.submission-review .sub-header {
	font-size: 16pt;
	margin-bottom: 10px;
	font-weight: 700;
}

.submission-actions {
	display: flex; 
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin-bottom: 30px;
}

.submission-review-text {
	font-size: 13pt;
	max-width: 550px;
	margin-bottom: 15px;
}

.assessment-submitted {
	border-top: solid 1px #A3A4A4;
	border-bottom: solid 1px #A3A4A4;
	padding: 20px 0 20px 0;
	margin-bottom: 20px;
}

.assessment-results-view .assessment-questions-header {
	display: flex;
	align-items: start;
}

.assessment-results-view .assessment-questions-header .assessment-submitted {
	border-top: none;
	border-bottom: none;
	padding: 0;
	margin-bottom: 10px;
}

.goals-intro {
	display: flex;
}

.goals-intro-text {
	font-size: 12pt;
	line-height: normal;
	flex: 1;
	align-self: center;
}

.goal-filter-label {
	display: inline-block;
	margin-right: 10px;
	margin-left: 20px;
	font-size: 18px;
	vertical-align: middle;
}

.goal-filter-item {
	display: inline-block;
}

.goal-filter-item select {
	padding-right: 25px;
}

.filter-item {
	text-align: center;
	display: inline-block;
	margin-right: 15px;
}

.filter-title {
	font-size: 12px;
	line-height: normal;
	display: block;
	margin-bottom: 5px;
}

.programleve-2-table {
    background-color: #efefef;
    border-color: #CCCCCC;
    border-style: solid;
    border-collapse: collapse;
    font-family: OpenSans-Regular, Verdana,OpenSans-Regular,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-family: OpenSans-Regular;
		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-family: OpenSans-Regular;
		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-family: OpenSans-Regular;
		font-size: 18px;
	font-weight: bold;
		color: #000000;
}
.container-nmodel h3 a:link{
		margin: 0px;
		font-family: OpenSans-Regular;
		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-family: OpenSans-Regular;
		font-size: 14px;
	font-weight: bold;
		color: #000000;
}
.container-nmodel {
	background-color: #ececec;
	padding: 15px;
	padding-bottom:5px;
	margin: 0px;
	margin-bottom:20px;
}

/* Buttons */

.summary-btn {
	height: 35px;
    padding: 0px 10px;
    font-size: 14px;
    color: black;
    background: transparent;
    border: 1px solid #b8b8b8;
    border-radius: 12px;
    justify-content: space-between;
}

.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-family: OpenSans-Regular;
	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-family: OpenSans-Regular;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
}
.buttonIcon .title input {
	border: none;
	background: none;
	color: #888888;
	font-family: OpenSans-Regular;
	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: 50px;
}

.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 {
	padding:4px;
	font-family: Arial, Verdana, Sans-serif;
	font-size: 14px;
	font-weight: bold;
	border: #ABABAB 1px solid;
	color: white;
	text-align: center;
	vertical-align: middle;
	background-color: #1276a7;

}

.AnswerReportCell {
	border: 1px solid #A0A0A0;
}
.AnswerReportNumber {
	width:60px;
	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, OpenSans-Regular, 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, OpenSans-Regular, 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: #4C97D1;
}
.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;
	background-color: darkgray;
}

.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: OpenSans-Regular;
	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;
}

.no-border-right {
	border-right: 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;
        }

            .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: 50px;
    text-align: center;
    display: inline-block;
    height: 100px;
    width: 100%;
}

.no-select {
	-webkit-user-select: none;
	user-select: none;
}

.register-wizard {
    width: 100%;
}

    .register-wizard li {
        display: inline;
        float: left;
        width: 31%;
    }

        .register-wizard li .step {
            width: 50px;
            height: 50px;
            background-color: #58595b;
            border-radius: 50%;
            font-size: 18px;
            font-weight: bold;
            font-style: normal;
            font-stretch: normal;
            line-height: 2.6;
            letter-spacing: normal;
            text-align: center;
            color: #ffffff;
            text-align: center;
            margin-left: auto;
            margin-right: auto;
        }

        .register-wizard li .stepname {
            font-size: 18px;
            font-weight: bold;
            font-style: normal;
            font-stretch: normal;
            line-height: 1.44;
            letter-spacing: normal;
            text-align: center;
            color: #58595b;
            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: #f47530 !important;
}

.register-wizard li .stepname.step-active {
    color: #f47530 !important;
    background-color: #ffffff !important;
}

.step-complete {
    background-color: #9DB52E !important;
}

.register-wizard li .stepname.step-complete {
    color: #9DB52E !important;
    background-color: #ffffff !important;
}

#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;
    }

.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-footnote {
	margin-top: 15px;
}

.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-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 .seven {
	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;
}

.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;
}

.report-options-group .report-options-selection {
	padding-left: 30px;	
}


.tree-view img {
	max-width: unset;
}

.module-view-dropdown {
	width: 100%;
}

.import-ranch td {
	padding:4px;
}

.cm-table {
	table-layout:fixed;
}

.padded {
	padding: 10px;
}

.width-70 {
	width: 70%;
}

.handler-title {
	font-family: OpenSans-Regular;
	font-size: 22px;
	font-weight: bold;
	color: #4a1713;
	margin-bottom: 10px;
}
#handler-quicklinks .inner-wrapper {
	padding-top: 30px;
	padding-bottom: 0px;
}


.statusAllDD {
	background-color: #b8b8b8 !important;
}
.statusAllDD:hover {
	background-color: #b8b8b8 !important;
	color: white;
}

.statusIncompleteDD,
.statusNotStartedDD {
	background-color: #da534e !important;
}

.statusNotStartedDD:hover {
	background-color: #da534e !important;
}

.statusBelowAverageDD,
.statusInProgressDD {
	background-color: #ff914d !important;
}

.statusInProgressDD:hover {
	background-color: #ff914d !important;
}

.statusMeetingGoalDD,
.statusCompletedDD {
	background-color: #5bb95c !important;
}

.statusCompletedDD:hover {
	background-color: #5bb95c !important;
}

.statusApproachingGoalDD {
	background-color: #fece73 !important;
}

.status-notstarted {
	background: url("images/icon-no-questions-answered.png") no-repeat right #ffffff;
	width: 14px;
	height: 11px;
	display: inline-block;
	margin-left: 5px;
}

.status-inprogress {
	background: url("images/icon-some-questions-answered.png") no-repeat right #ffffff;
	width: 6px;
	height: 16px;
	display: inline-block;
	margin-left: 5px;
}

.status-completed {
	background: url("images/icon-all-questions-answered.png") no-repeat right #ffffff;
	width: 14px;
	height: 12px;
	display: inline-block;
	margin-left: 5px;
}

.traffic-light {
	width: 15px;
	height: 15px;
	border-radius: 8px;
	display: inline-block;
	margin-left: 5px;
	background-color: #f3f3f3;
}

.traffic-light.raised {
	margin-bottom: 10px;
}

.traffic-light.notstarted {
	background-color: #da534e !important;																						
}

.traffic-light.inprogress {
	background-color: #ff914d !important;
}

.traffic-light.completed {
	background-color: #5bb95c !important;
}

.traffic-light.all {
	background-color: #999999 !important;
}

.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;
}

.status-row select[disabled] {
	opacity: 100;
}

.status-row {
	margin-left: 0px !important;
	margin-right: 0px !important;
	padding-bottom:10px;
}

.status-span {
	padding-right:15px;
	padding-bottom: 3px;
	line-height:30px;
	text-align:center;
}

.status-title {
	font-size: 12px;
	text-align:center;
	line-height: 1.0em;
	line-height: normal;
}

.ass-org-selection {
	display: flex;
	justify-content: right;
	align-items: center;
	margin-bottom: 5px;
	font-weight: bold;
	padding-right: 20px;
}

.ass-org-selection .assessmentStatusDD {
	width: 220px;
}

.assessments-header {
	display: flex;
	flex-direction: row;
	padding-bottom: 10px;
	border-bottom: 1px solid #A3A4A4;
}

.assessments-header .header-text {
	flex: 1;
}

.assessments-header .header-filter {
	width: 430px;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: right;
	font-weight: bold;
}

.statusFilterDD {
	width: 160px;
	color: black;
	background: url("images/select-arrow-data-fill.png") no-repeat right #EFF5EB;
}

.statusFilterDD:hover {
	background-color: #EFF5EB;
}

.handler-title-wrapper {
	padding-left: 50px;
}

.practice-complete-check {
	-webkit-box-shadow: 3px 3px 8px 2px rgb(0 0 0 / 10%);
	box-shadow: 3px 3px 8px 2px rgb(0 0 0 / 10%);
	border-radius: 20px;
}

.handler-sub-title {
	text-decoration: none;
	font-size: 28px;
	font-family: OpenSans-Regular;
	text-align: left;
	padding-left:10px;
	font-weight: 700;
	color: #000;
}

.handler-sub-title-small {
	font-size: 16px;
	font-family: OpenSans-Regular;
	text-align: left;
	padding-left:10px;
	font-weight: 700;
	color: #000;
}

.practice-name {
	color: #000;
	text-align: left;
	font-weight: 700;
}

a.group-summary {
	border-bottom: none !important;
}

.practice-group {
	width: 100%;
	display: flex;
	align-items: center;
	margin: 15px 0;
}

.group-practice {
	display: flex;
	position: relative;
	height: 32px;
	align-items: center;
	margin: 10px 0;
	width: 300px;
}

a.group-practice {
	border-bottom: none !important;
}

.completion-indicator {
	padding-right: 10px;
}

.handler-left {	
	width: 58px;
	float: left;
	display: inline-flex;
	height: 50px;
	margin: 0px;
	cursor: pointer;
	margin-top: auto;
	margin-bottom: auto;
	margin-left: 2px;
	vertical-align: middle;
	border-radius: 30px;
	background-color: #666666;
}

.handler-left:after {
	content: '';
	width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-right: 15px solid white;
    border-bottom: 15px solid transparent;
	position: relative;
	top: 10px;
	left: 14px;
}

.prev-block,
.next-block {
	width: 40px;
	position: relative;
	display: flex;
	height: 60px;
	cursor: pointer;
	margin-top: auto;
	margin-bottom: auto;
}

.prev-block {
	margin-left: 10px;
}

.next-block {
	justify-content: right;
}

.block-label,
.block-label {
	position: absolute;
	font-size: 16px;
	line-height: 22px;
	color: #666;
	font-weight: 700;
	top: 8px;
}

.prev-block .block-label {
	left: 35px;
	text-align: left;
}

.next-block .block-label {
	right: 35px;
	text-align: right;
}

.handler-right {
	width: 58px;
	float: right;
	display: inline-flex;
	margin: 0px;
	margin-right: 2px;
	height: 50px;
	cursor: pointer;
	margin-top: auto;
	margin-bottom: auto;
	vertical-align: middle;
	border-radius: 30px;
	background-color: #666666;
}

.handler-right:after {
	content: '';
	width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-left: 15px solid white;
    border-bottom: 15px solid transparent;
	position: relative;
	top: 10px;
	left: 20px;
}

.handler-left:hover,
.handler-right:hover {
	background-color: #888888;
}

.orchard-setup {
	padding: 10px 70px;
	text-align: left;
	color: #000;
}

.orchard-setup h3 {
	color: #000;
}

.orchard-setup ul li,
.orchard-setup p {
	font-size: 18px;
}

.orchard-setup-action {
	text-align: center;
	margin-top: 30px;
}

.chart-wrapper {
	display: flex;
	width: 100%;
}

.no-visible-orchards {
	padding: 30px 0;
	text-align: center;
}

.progress-summary-table .handler {
}

.handler-complete {
	background: url(images/check.png) no-repeat right transparent;
	width: 28px;
	height: 28px;
	position: absolute;
	top: -10px;
	right: -15px;
	z-index: 101;
}

svg {
	cursor: pointer;
}

.handler-button {
	font-size: 12px;
	text-align: right;
	float: right;
	display: inline-table;
	margin-right: 10px;
}

.ListItem_Pagelet_NoBorder {
	font-family: OpenSans-Regular;
	font-size: 14px;
	font-weight: normal;
	color: #333333;
	background-color: #ffffff;
}

.ListAlternatingItem_Pagelet_NoBorder {
	font-family: OpenSans-Regular;
	font-size: 14px;
	background-color: #ffffff;
	color: #333333;
}

.ListItem_Pagelet_NoBorder TD, .ListAlternatingItem_Pagelet_NoBorder TD {
	padding: 8px 10px;
	font-family: OpenSans-Regular;
	font-size: 14px;
	font-weight: normal;
	color: #333333;
	border: none;
}


.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-family: OpenSans-Regular;
	font-size: 14px;
	font-weight: normal;
}

.ListItem A:hover, .ListAlternatingItem A:hover,
.ListItem_Pagelet A:hover, .ListAlternatingItem_Pagelet A:hover {
}

.search-wrapper {
	float: right;
	display: flex;
	margin-top: -40px;
	flex-direction: row;
	margin-top: -48px;
}
.search {
	list-style: none;
	font-size: 14px;
	font-weight: bold;
	color: #4a1713;
	text-decoration: none;
	font-family: OpenSans-Regular;
	padding-right: 8px;
	margin-top: 5px;
}

.search-wrapper input {
	height:30px;
	width:250px;
	margin-top: 0px;
}

.handlerlargeindicatorcount {
	font-weight: bold;
	color: #54bbea;
	text-decoration: none;
	font-size: 32px;
	font-family: OpenSans-Regular;
}

.handlersharingtext {
	margin-top: 15px;
	display: block;
}

.handlerbuttonwrapper {
	font-size: 12px;
	float: right;
}

.handler-chart-chapter {
	text-align: right;
	width: 40%;
	padding: 12px;
	line-height: 1.1em;
	font-weight: bold;
	padding-right: 10px;
	font-size: 13px;
}

.handler-chart-chapter a {
	text-decoration: none;
	color: black !important;
	border-bottom: none !important;
}

.handler-chart {
	display: flex;
	height: 50px;
	width: 100%;
}

.handler-chart-bar-start {
	background: url(images/progress-bar-left.png) no-repeat right #ffffff;
	width:18px;
	height:36px;
}

.handler-chart-bar-empty {
	background: url(images/progress-bar-empty.png) no-repeat right transparent;
	width: 18px;
	height: 36px;
}

.handler-chart-bar-right {
	background: url(images/progress-bar-right.png) no-repeat right transparent;
	width: 18px;
	height: 36px;
	display: inline-block;
	float:left;
}

.handler-chart-bar {
	background: url(images/progress-bar-middle.png) repeat right transparent;
	width: 80%;
	height: 36px;
}

.handler-chart-bar-end {
	background: url(images/progress-bar-end.png) no-repeat right transparent;
	width: 22px;
	height: 36px;
}

.handler-chart-bar-end-complete {
	background: url(images/progress-bar-end-complete.png) no-repeat right transparent;
	width: 22px;
	height: 36px;
}

.handler-chart-bar-middle {
	background: url(images/progress-bar-end-middle.png) right transparent;
	height: 36px;
}

.handler-chart-percentage {
	float: left;
	color: white;
	font-weight: bold;
	margin-left: -35px;
	padding-top: 7px;
	font-size: 15px
}

.handler-chart-percentage-notstarted {
	float: left;
	color: white;
	font-weight: bold;
	margin-left: -10px;
	padding-top: 7px;
	font-size:15px
}

.handler-chart-percentage-completed {
	float: left;
	color: white;
	font-weight: bold;
	margin-left: -39px;
	padding-top: 7px;
	font-size: 15px
}

.handler-chart-div {
	display: flex;
	width: 100%;
	min-height: 200px;
	flex-flow: wrap;
}

.handler-chart-link {
	display: flex;
	border-bottom: none !important;
	width: 60%;
}

.handler-chart .right-arrow {
	background: url(images/icon_green-arrow.png) no-repeat right #EFF5EA;
	width: 38px;
	height: 38px;
	position:absolute;
	right: 0;
	z-index: 1;
	border-radius: 30px;
}

.handler-chart .outer-bar {
	background-color: #CCCCCC;
	height: 38px;
	font-weight: bold;
	border-radius: 30px;
	text-align: left;
	display: flex;
	margin-right: 10px;
	width: 100%;
	position: relative;
	color: #666;
}

.handler-chart .outer-bar .bar {
	margin-right: 0;
}

.handler-chart .outer-bar .summary {
	padding: 7px 6px;
}

.handler-chart .outer-bar .summary.indent {
	padding-left: 15px;
}

.handler-chart .bar {
	height: 38px;
	color: white;
	padding: 7px 15px;
	font-weight: bold;
	border-radius: 30px;
	text-align: right;
	display: inline-block;
	margin-right: 10px;
	background-color: #7EC149;
	border: 1px solid #7EC149;
	z-index: 100;
}

.handlernewsimage {
	background: url(images/almond-fruit.png) no-repeat left top transparent;
	background-size: auto 100%;
	padding-bottom: 0px;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
}

.handlernews {
	margin-top: 10px;
	margin-bottom: 5px;
	padding-right: 5px;
}

.handlernews ul {
	list-style-type: none !important;
	margin-left: 15px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

.handlernews ul li {
	list-style-type: none !important;
	line-height: 20px;
	padding-bottom: 14px;
}

.handlerrecentactivity {
	padding-top: 5px;
}

.handlerrecentactivity .row {
	margin-left: 0px;
	margin-right: 0px;
}

.handlerrecentactivity .row .columns {
	padding-left: 3px;
	padding-right: 3px;
}

.news-item {
	padding-top: 20px;	
}

.news-item .news-item-content {
	background-color: #FFF;
	padding: 20px;
	height: 100%;
	border-radius: 10px;
}

.module-stats .outer-bar {
	background-color: #CCCCCC;
	height: 24px;
	font-weight: bold;
	border-radius: 30px;
	text-align: left;
	display: inline-flex;
	margin-left: 10px;
	width: 200px;
	position: relative;
	color: #666;
}

.module-stats .outer-bar .bar {
	margin-right: 0;
}

.module-stats .outer-bar .summary {
	padding: 0px 6px;
}

.module-stats .outer-bar .summary.indent {
	padding-left: 15px;
}

.module-stats .bar {
	height: 24px;
	color: white;
	padding: 0px 15px;
	font-weight: bold;
	border-radius: 30px;
	text-align: right;
	display: inline-block;
	margin-right: 10px;
	background-color: #7EC149;
	border: 1px solid #7EC149;
	z-index: 100;
}


.bfftext {
	font-size: 22px;
	font-style: italic;
	color: #6e7070;
	line-height: 1.3em;
}
.bfftextdiv {
	margin: auto;
	padding-left: 5px;
}

.bfflogo {
	padding:10px;
}

.bfflogo img {
	max-width: unset;
}
.bffbannerimage {
	background: url(images/bff-banner.png) no-repeat right top transparent;
	background-size: auto 100%;
	padding-bottom: 0px;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
}

.bffbanner {
	display: flex;
}

.bfflink {
	color: #74bb56 !important;
}

.bffnolink {
	text-decoration: none !important;
	border: 0px !important;
	color: #6e7070 !important;
}

.bff-wizard-step-number {
	position: relative;
	display: inline-block;
	width: 40px;
	height: 40px;
	padding: 2px 7px 0px 5px;
	text-align: center;
	font-size: 20px;
	line-height: 34px;
	color: #ffffff;
	background-color: #4c97d1;
	text-decoration: none;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}

.bffsummary .checkbox-list-wrapper {
	padding-left: 40px;
	display: block;
}

.bffsummary .checkbox-list-wrapper label::after {
	content: "\A";
	white-space: pre;
}

.bffnote {
	font-size: 14px;
	line-height: 1.4em;
	padding-top: 5px;
}

.bffeligible {
	background-color: #70ad47;
	color: white;
}

.bffheader {
	font-size: 20px;
	color: black;
	line-height: 1.2em;
	font-weight: bold;
}
.bffinstructionstext {
	text-align: right;
	width: 150px;
	display: flex;
	flex-direction: column;
}

.bffcheck {
	display: flex;
}

.security-text {
	float: right;
	padding: 2px;
	color: white;
	line-height: 1.2em;
	padding-bottom: 5px;
	padding-left: 3px;
	text-align: left;
}

.learn-more-security-text {
    padding-top: 15px;
    color: white;
    line-height: 1.2em;
    margin-left: 20px;
    display: inline-block;
}

.learn-more-security-text a {
    color: white;
    text-decoration: underline;
}

.security-image {
	float: right;
	padding: 7px;
	max-height: 50px;
}

.text-left {
	text-align: left !important;
}

.text-right {
	text-align: right !important;
}

.text-center {
	text-align: center !important;
}


.cmlogo {
	padding: 10px;
}

	.cmlogo img {
		max-width: unset;
	}

.dashboard-banner.ass-banner {
	background-color: #ffe6a9;
	margin-bottom: 0;
	margin-top: 15px;
	padding: 12px;
}

.ass-updates-banner {
	display: flex;
	align-items: center;
	color: #666;
}

.ass-text {
	font-size: 15px;
}

.ass-updates-banner .ass-logo {
	width: 275px;
	display: flex;
	padding-right: 12px;
}

.ass-updates-banner .ass-logo img {
	margin: 0 auto;
}

.ass-updates-banner .ass-text .ass-link {
	color: #fb7540;
	border-bottom: solid 1px #fb7540;
}

.cmbanner {
	display: flex;
	padding-top: 12px;
	padding-bottom: 12px;
}

.cmtextdiv {
	margin: auto;
	padding-left: 5px;
}

.cmcheck {
	float: right;
	padding-bottom: 10px;
	padding-top: 3px;
}

.cmtext {
	font-size: 22px;
	font-style: italic;
	color: #6e7070;
	line-height: 1.3em;
}

.cmheadertext {
	font-size: 18px;
}

.cmcolheader {
	font-size: 16px;
	margin-bottom:10px;
}

.cmjoin {
	font-size: 26px;
	color: #666667;
	margin-top: 14px;
}

.cmcontainer {
	padding-bottom: 15px;
}

.cmnone {
	padding: 10px;
	padding-top: 20px;
	padding-bottom: 3px;
}
.cmlink {
	color: #74bb56 !important;
}

.cmyear {
	width: 120px;
	font-size: 15px;
	text-align: center;
	text-align-last: center;
}

.cmsection {
	margin-top:10px;
}

.cmcheckbox {
	margin-bottom: 20px;
	text-align: center;
	float: unset !important;
}

.cm-wizard-step {
	background-color: #e3e3e3;
	border-radius: 4px;
	padding: 5px;
	margin-left: auto;
	margin-right: auto;
	font-weight: bold;
}

.cm-wizard-line {
	border-bottom: 3px solid #e3e3e3;
	height: 20px;
	margin-bottom: 30px;
}

.cm-wizard-step-off {
	margin-top: 5px;
}

.cm-odd {
	background-color: #f3f3f3;
}

.cm-name {
	font-weight: bold;
	padding-bottom: 8px;
}

.cmmap-header {
	font-weight: bold;
	padding-bottom: 8px;
}

.casp-name {
	font-weight: bold;
	padding-bottom: 8px;
	vertical-align: bottom;
}

.cm-source {
	font-size: 12px;
	color: #70717b;
}

.cm-mapping-row {
	padding: 10px;
}

.cm-mapping-subrow {
	padding: 10px;
	padding-left: 0px;
}

.cm-mapping-row input {
	margin-top: 2px;
}

.cm-remove {
	cursor: pointer;
}

.cm-action {
	height: 100%;
	margin-top: auto;
	margin-bottom: auto;
}
.cm-action img {
	max-width: 62px;
	display: block;
	margin: 0 auto;
}

.cm-save {
	height: 300px;
	text-align: center;
	padding-top: 130px;
	font-size: 18px;
}

.cmnone {
	color: red;
	font-style: italic;
	text-align:center;
}

.cmmapnone {
	color: red;
	font-style: italic;
	padding: 40px;
	text-align: center;
	border: solid 1px #979797;
	margin-bottom: 20px;
	border-radius: 8px;
}

.indicator_container .cm_indicator_img {
	position: fixed;
	margin-top: 20px;
	margin-left: -100px;
}

.cm-padding {
	padding-right: 5px;
}

.cmAgFacility {
	width: 100%;
}

.chosen-container {
	width: 100% !important;
	margin-top: 16px;
}

	.chosen-container ul.chosen-results li.highlighted {
		background-color: #7DC148;
		background-image: none;
	}

.chosen-container-single .chosen-single {
	height: 37px;
	border: 1px solid #979797;
	border-radius: 2px;
	background: none;
	font-family: OpenSans-Regular;
	font-size: 0.875rem;
	padding-top: 5px;
}

.chosen-container-active.chosen-with-drop .chosen-single {
	border: 1px solid #979797;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
	background: none;
	color: black !important;
	padding-top: 5px;
}

.chosen-container .chosen-container-single .chosen-container-active .chosen-with-drop {
	background: none;
}

a.chosen-single:hover {
	border-bottom: 1px solid #979797 !important;
}

.chosen-container-single .chosen-single div b {
	display: block;
	width: 100%;
	height: 100%;
	background-position-y: 8px;
}

.chosen-container-active.chosen-with-drop .chosen-single div b {
	background-position: -18px 8px;
}

.chosen-container .chosen-results li {
	margin: 0;
	padding: 5px 6px;
	list-style: none;
	line-height: 18px;
	font-size: 14px;
}

.chosen-container-single .chosen-container-active .chosen-single div b {
	display: block;
	width: 100%;
	height: 100%;
	background-position-y: 8px;
}

.dashboard-banner {
	padding-bottom: 10px;
	padding-top: 10px;
	margin-bottom: 30px;
}

.notification-dismiss-button {
	font-size: 12px;
	line-height: 18px;
	text-transform:uppercase;
}

.notification-dismiss-button span {
	font-size: 20px;
	line-height: 30px;
}


.bk-ranch-tile {
	width: 100%;
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
	border-radius: 5px;
	overflow: hidden;
}

	.bk-ranch-tile.inactive {
		opacity: 0.5;
	}

.bk-planting, .bk-ranch-tile, .bk-tile {
	box-shadow: 0 8px 16px 0 rgba(82, 97, 115, 0.1);
}

.bk-ranch-tile__top {
	width: 100%;
	background-color: #141D30;
	background-size: 100% auto;
	padding: 15px;
	color: #fff;
	height:50px;
}

.bk-ranch__header-text {
	float: left;
	width: 85%;
	text-align:left;
}

.bk-ranch__name {
	font-weight: 500;
	height: 1.3em;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	text-align: left;
}

.bk-ranch__author {
	font-size: 0.86rem;
	margin-top: 3px;
	width: 170px;
	height: 15px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.bk-ranch-tile__bottom {
	height: 60px;
	width: 100%;
	background-color: #fff;
	padding: 15px;
}

.bk-ranch-tile__plantings-count {
	border-radius: 50%;
	font-size: 1.26rem;
	text-align: center;
	display: block;
	float: left;
	background-color: #30C291;
	width: 32px;
	height: 32px;
	padding-top: 7px;
	margin-right: 10px;
	color: #fff;
	line-height: 0.9em;
}

.bk-ranch-tile__plantings-count--gray {
	background-color: #DFE1E4;
}

.bk-ranch-tile__plantings-text {
	float: left;
	padding-top: 7px;
}

.menu-title a {
    text-decoration: none;
    color: #A2A2A2;
    font-family: OpenSans-Bold;
    font-size: 12px;
}

.small-screen {
	display: block;
}

.hide-small-screen {
	display: none;
}

.large-screen {
	display: none;
}

.hide-large-screen {
	display: block;
}

.heading-text {
	font-size: 22px;
	font-weight: bold;
	color: #4a1713;
}

.subheading-text {
	font-size: 18px;
	color: #4a1713;
}

.tools-dashboard-section {
	margin-bottom: 20px;
	padding: 15px;
}

#readMoreAboutQuestions {
	font-style: italic;
	overflow: hidden;
	transition: height 200ms;
}

#moreFsaData,
#moreAimData,
#moreZipInfo {
	overflow: hidden;
	transition: height 200ms;
}

.read-more-button {
	font-weight: bold;
	font-style: italic;
}


/************************
 * Layout Changes *
 ************************/
	/* Small screens */
	/* max-width 640px, mobile-only styles, use when QAing mobile issues */
	@media only screen and (max-width: 640px) {

        /* Header */

        .header-wrapper {
            height: 170px;
            padding: 5px 0px 0px 0px;
        }

        .header-wrapper .logos img {
            max-width: 120px;
        }

        .header-wrapper .logos-right {
            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;
        }

		/* Top Strip */

		.header-top-strip {
			border-top: 5px solid #7DC148;
		}

		/* 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: #7DC148;
		}

			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-casp-logo {
			position: relative;
			padding: 5px 0px 10px 0px;
			background: #ffffff;
			display: block;
			margin: 0 auto;
			width: 90px;
			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-casp-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-family: OpenSans-Regular;
			font-size: 13px;
			font-weight: bold;
			padding: 7px 0px;
			margin: 0px 2px;
			display: inline-block;
			width: 150px;
		}

			.mobile-nav-wrapper .white-button:hover {
				text-decoration: none;
				color: #7DC148 !important;
				background-color: #ffffff !important;
			}

		.mobile-nav-wrapper .header-medium {
			padding: 10px 0px 0px 50px;
			font-family: OpenSans-Regular;
			font-size: 16px;
			line-height: 16px;
			font-weight: bold;
			color: #ffffff;
		}

		.mobile-nav-wrapper .header-large {
			padding: 2px 0px 20px 50px;
			font-family: OpenSans-Regular;
			font-size: 18px;
			line-height: 24px;
			font-weight: bold;
			color: #ffffff;
		}

			.mobile-nav-wrapper .header-large .change {
				float: right;
				color: #ffffff;
				text-decoration: underline;
				text-transform: uppercase;
				font-family: OpenSans-Regular;
				font-size: 12px;
				padding-right: 15px;
				cursor: pointer;
			}

		.mobile-nav-wrapper .mobile-site-change-link-wrapper {
			background-color: #ffffff;
			display: none;
		}

		.mobile-site-change-menu {
			text-align: center;
			padding: 10px 0px;
		}

			.mobile-site-change-menu a {
				padding: 3px 10px;
				text-decoration: none;
				font-size: 16px;
				font-family: OpenSans-Regular;
			}

			.mobile-site-change-menu div.consumers a {
				color: #ba0731 !important;
			}

			.mobile-site-change-menu div.food-professionals a {
				color: #f47b2a !important;
			}

			.mobile-site-change-menu div.health-professionals a {
				color: #4c96d1 !important;
			}

			.mobile-site-change-menu div.almond-growers a {
				color: #7DC148 !important;
			}

			.mobile-site-change-menu div.almond-processors a {
				color: #f89c1d !important;
			}

			.mobile-site-change-menu div.newsroom a {
				color: #4a1913 !important;
			}

			.mobile-site-change-menu div.growinggood a {
				color: #42683e !important;
			}

		/* 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: #7DC148 !important;
				padding: 3px 10px;
				text-decoration: none;
				font-size: 16px;
				font-family: OpenSans-Regular;
			}

				.mobile-nav-wrapper .mobile-sub-links-link-wrapper .sub-link a:hover {
					text-decoration: underline;
				}

		/* Splash page */

		.hero-wrapper .middle-cta {
			display: table-cell;
			width: 50%;
			padding: 25px 0px;
		}

		.hero-wrapper .right-cta {
			width: 50%;
			min-height: 0px;
			background-image: url(images/mobile-hero-01.jpg);
		}

		.hero-wrapper .middle-cta .medium {
			font-size: 16px;
			line-height: 30px;
		}

		.hero-wrapper .middle-cta .large {
			font-size: 18px;
			line-height: 22px;
			letter-spacing: 1px;
		}

		.hero-wrapper .middle-cta .small {
			font-size: 13px;
			line-height: 18px;
		}

			.hero-wrapper .middle-cta .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 {
            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-tab {
			margin-left: 0;
			padding: 40px 5px 0 5px;
		}

		.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: 50px;
		}

		.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;
		}

		.assessments-tab .dnnFormHelpContent {
			left: -150px;
			width: 250px;
			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;
		}

		.workflow-wrapper .toggle-button-wrapper {
			padding: 0px 30px 20px 10px;
		}

		.calc-edit-section {
			padding: 10px;
		}

		.bffbanner {
			padding: 10px 0px;
		}

		.bffinstructionstext {
			font-size: 8px;
			text-align: right;
			width: 150px;
			line-height: 1.0em;
		}

        .cmbanner {
            display: unset;
            padding: 0px 5px;
        }

        .cmlogo img {
            max-width: 90%;
        }
		.security-text {
			font-size: 10px;
			padding-top: 10px !important;
		}

		.security-image {
			padding-top: 20px !important;
			padding-right: 3px !important;
            padding-bottom: 0px !important;
		}
            .security-image .dnnFormHelpContent {
                left: -100px !important;
            }

        .cm-action {
            margin-bottom: unset;
        }
		.cmjoinrow {
			border-bottom: 1px solid #9E9E9E;
			padding: 10px 0px;
		}
		.cm-right {
			border-left: none;
		}

		.default-data-section .summary-text div {
			padding-right: 0;
			padding-bottom: 20px;
		}

		.default-data-section .summary-data {
			padding-left: 0;
			padding-top: 20px;
			border-left: none;
			border-top: solid 1px #A3A4A4;
			text-align: center;
		}

		.handler .default-data-section .summary-data {
			padding-left: 0;
		}

		.default-data-section .summary-data .summary-data-container {
			margin: 0 auto;
		}

		.default-data-section .summary-data .summary-data-container div {
			text-align: center;
		}

		.default-data-section .summary-data .summary-data-container .summary-info {
			
		}

		.default-data-section .summary-data .summary-data-container .summary-info .summary-buttons {
			margin-top: 20px;
		}

		.data-share-tab-container .data-share-tab:nth-child(2) {
			border-right: solid 1px black;
		}

		.default-data-section .data-section {
			margin-bottom: 15px;
		}

		.default-data-section.data-share {
			display: block;
		}

		.self-assessed-bar-chart {
			display: block;
		}
	}

	/* Medium screens */
	/* min-width 641px, medium screens */
	@media only screen and (min-width: 641px) {

		/* Header */

		.header-wrapper {
			height: 170px;
			padding: 5px 0px 0px 0px;
		}

			.header-wrapper .logos img {
				max-width: 120px;
			}

            .header-wrapper .logos-right {
				display: none;
                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 .title {
			padding: 10px 0px 10px 12px;
		}

			.splash-cta-wrapper .splash-cta .title a {
				font-size: 18px;
			}

		.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: 15px 0px 0px 20px;
		}

		.top-header-tab-wrapper .top-header-tab .Head {
			font-size: 22px;
		}

		/* 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;
			}

		.bffinstructionstext {
			font-size: 12px;
			text-align: right;
			width: 150px;
			line-height: 1.2em;
		}

		/* Dashboard */

		.bffbanner {
			padding: 0px;
		}

		.cmjoinrow {
			border-bottom: none;
			padding: 0px;
		}
		.cm-right {
			border-left: 2px solid #c8c8c8;
		}

		.goals-intro-text {
			font-size: 14pt;
		}

		.goal-category-tabs .goal-category-tab .goal-icon {
			margin-left: 2px;
			width: 70px;
			height: 70px;
		}

		.goal-category-tabs .goal-category-tab .goal-title {
			padding-right: 10px;
			padding-top: 15px;
		}

		.goal-category-tabs .goal-category-tab a {
			font-size: 15px;
		}

		.small-screen {
			display: none;
		}

		.hide-small-screen {
			display: block;
		}

		.default-data-section .summary-text div {
			padding-right: 30px;
		}

		.default-data-section .summary-data {
			padding-left: 30px;
			border-left: solid 1px #A3A4A4;
			height: 100%;
			display: flex;
		}

		.default-data-section .summary-data .summary-data-container span {
			font-size: 18px;
		}

		.default-data-section .summary-data .summary-data-container .large-indicator-count {
			font-size: 32px;
			line-height: 42px;
		}
	}

	@media only screen and (min-width: 750px) {
		.header-wrapper .logos-right {
			display: block;
        }
	}

	/* Medium screens */
	/* min-width 980px, medium screens */
	@media only screen and (min-width: 980px) {

		/* Header */

		.header-wrapper .logos img {
            max-width: 145px;
			max-height: 135px;
		}

        .header-wrapper .logos-right {
            max-width: 145px;
        }
		.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: #467B3C;
			padding: 60px 60px 50px 60px;
		}

		/* 2nd Level Pages */

		.top-header-tab-wrapper .top-header-rounded {
			margin: 15px 0px 0px 20px;
		}

		.top-header-tab-wrapper .top-header-tab .Head {
			font-size: 26px;
		}

		/* 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;
			}

		.bffinstructionstext {
			font-size: 14px;
			text-align: right;
			width: 150px;
			line-height: 1.2em;
		}

		.goal-category-tabs .goal-category-tab .goal-icon {
			margin-left: 5px;
			width: 90px;
			height: 90px;
		}

		.goal-category-tabs .goal-category-tab .goal-title {
			padding-right: 15px;
			padding-top: 15px;
		}

		.goal-category-tabs .goal-category-tab a {
			font-size: 18px;
		}

		.default-data-section .summary-text div {
			padding-right: 50px;
		}

		.default-data-section .summary-data {
			padding-left: 50px;
		}

		.default-data-section .summary-data .summary-data-container span {
			font-size: 24px;
		}

		.default-data-section .summary-data .summary-data-container.detail span {
			font-size: 18px;
			line-height: 24px;
			font-weight: bold;
		}

		.default-data-section .summary-data .summary-data-container .large-indicator-count {
			font-size: 46px;
			line-height: 56px;
		}

		.default-data-section .summary-data .summary-data-container.detail .large-indicator-count {
			font-size: 36px;
			line-height: 46px;
		}

		.default-data-section .summary-data .summary-data-container .summary-info {
			display: flex;
		}

		.default-data-section .summary-data .summary-data-container .summary-info .summary-buttons {
			margin-top: 0;
		}
	}

	/* Large screens */
	/* min-width 1024px, large screens */
	@media only screen and (min-width: 1024px) {

		/* Header */

		.header-wrapper {
			height: 160px;
			padding: 5px 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 .title {
			padding: 10px 20px 10px 20px;
		}

			.splash-cta-wrapper .splash-cta .title a {
				font-size: 20px;
			}

		.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;
				}

		.bffinstructionstext {
			font-size: 14px;
			text-align: right;
			width: 150px;
			line-height: 1.2em;
		}

		.cm-wizard-step {
			width: 250px;
		}

        /* Tree Controls */

        .assessment-tree-controls-wrapper .treeview-wrapper {
            height: 100%;
            min-height: 1000px;
        }
        .assessment-tree-controls-wrapper .treeview-wrapper .tree-view {
            min-height: 1000px;
        }

        .entity-tree-controls-wrapper .treeview-wrapper {
            height: 100%;
            min-height: 1000px;
        }
        .entity-tree-controls-wrapper .treeview-wrapper .tree-view {
            min-height: 1000px;
            border: none;
        }

		.goal-category-tabs .goal-category-tab .goal-icon {
			margin-left: 10px;
			width: 100px;
			height: 100px;
		}

		.goal-category-tabs .goal-category-tab .goal-title {
			padding-right: 20px;
			padding-top: 15px;
		}

		.goal-category-tabs .goal-category-tab a {
			font-size: 20px;
		}

		.large-screen {
			display: block;
		}

		.hide-large-screen {
			display: none;
		}

		#assessmentAnswers {
			min-height: auto;
		}

		#assessmentAnswers .assessment-practices-wrapper {
			min-height: auto;
		}
	}

	/* XLarge screens */
	/* min-width 1441px, xlarge screens */
	@media only screen and (min-width: 1441px) {
	}

	/* XXLarge screens */
	/* min-width 1921px, xlarge screens */
	@media only screen and (min-width: 1921px) {
	}

	/* XXXLarge screens */
	/* min-width 2560px, xlarge screens */
	@media only screen and (min-width: 2560px) {
	}

