@charset "utf-8";
/**** ECON TABLES *****/
@import url("/style/main-econ.css");

body {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	line-height: 1.6em;
}

h1,
h2,
h3,
h4,
h5 {
	font-family: 'Crete Round', serif;
	/*margin: 0 0 0.75em 0;
	padding-top: 10px;*/
	/* Original lines - changed by SFS - 2017-02-13 */
	margin: -80px 0 0.75em 0;
	padding-top: 90px;
}

.authormode h1, .authormode h2, .authormode h3, .authormode h4, .authormode h5 {
	margin: 0 0 0.75em 0;
	padding-top: 10px;
}

h1 {
	font-size: 2.5em;
}

h2 {
	font-size: 2em;
}

h3 {
	font-size: 1.5em;
}

h4 {
	font-size: 1.2em;
}

p {
	margin: 1em 0;
}

a {
	color: #3628d8;
	text-decoration: underline;
}

fieldset {
	margin-top: 20px;
}

.btn.btn-ncc {
	background-color: #004081;
	border-color: #004081;
	color: white;
	text-decoration: none;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
	border-width: 2px;
}

.btn.btn-ncc:hover {
	background-color: white;
	color: #333;
}

.btn.btn-ncc-green {
	background-color: #5ea750;
	border-color: transparent;
	color: white;
	text-decoration: none;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
	border-width: 2px;
}

.btn.btn-ncc:hover {
	background-color: white;
	color: #333;
}

.btn.btn-ncc-dark {
	text-decoration: none;
	display: inline-block;
	padding: 10px 20px;
	background-color: rgba(0, 0, 0, 0.5);
	color: white;
	border: 2px solid white;
	border-radius: 8px;
	margin-top: 1em;
	text-shadow: none;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
}

.btn.btn-ncc-dark:hover {
	background-color: rgba(255, 255, 255, 0.5);
	color: #333;
}

ul.list-group,
ol.list-group {
	padding: 0;
	margin: 1em 0 1.5em 0;
}

ul.list-group {
	list-style: none;
}

ol.list-group {
	margin-left: 25px;
}

ol.list-group.nav {
	list-style: decimal;
}

ul.list-group li,
ol.list-group li {
	padding: 8px;
	border-bottom: 1px solid rgba(155, 155, 155, 0.2);
}

ul.list-group.zebra li:nth-of-type(even),
ol.list-group.zebra li:nth-of-type(even) {
	background-color: rgba(155, 155, 155, 0.15);
}

ul.list-group ul,
ol.list-group ol {
	margin-top: 5px;
	margin-bottom: 5px;
}

ul.list-group ul li,
ol.list-group ol li {
	border: none;
	padding: 3px;
}

ol.list-group.nav li {
	display: list-item;
}

ol.list-group.nav li a {
	padding: 0;
}

.scrollspy-parent ol li ol {
	display: none;
}

.scrollspy-parent ol li.active > a {
	background-color: #5ea750;
	color: white;
	padding: 0 5px;
	text-decoration: none;
}

.scrollspy-parent ol li.active ol {
	display: block;
}

@media (max-width: 991px) {
    .content-block.affix,
    .content-block.affix-bottom {
        position: relative;
        top: auto;
        width: auto;
    }
}

#skipLinks {
	position: absolute;
	top: -200px;
	left: 0;
	width: 100%;
	list-style: none;
	padding: 0;
	margin: 0;
}

#skipLinks li a:focus {
	color: blue;
	display: block;
	overflow: hidden;
	padding: 1em;
	text-align: center;
	position: absolute;
	top: 200px;
	left: 0;
	width: 100%;
	border-bottom: 5px solid #4ECDC4;
	background-color: rgba(255, 255, 255, 0.95);
	font-size: 1.5em;
	z-index: 1040;
	text-decoration: underline;
}

.header {
	display: block;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
	padding: 10px 0 0 0;
	position: relative;
	z-index: 100;
}

.fixed-header .header {
	position: fixed;
	width: 100%;
	background-color: #fff;
}

.fixed-header .header.header-gray {
	background-color: #efefef;
}

.header .logo-link {
	display: block;
	position: absolute;
}

.header .logo-link.logo-link-rectangle {
	padding: 20px;
	background-color: white;
	border-radius: 0 0 10px 10px;
	box-shadow: 0 3px 2px rgba(0, 0, 0, 0.3);
	top: 0;
	transition: padding .25s;
}

.header .logo-link.logo-link-rectangle:hover {
	padding-top: 25px;
}

.header .logo-link img {
	height: auto;
	width: auto;
	max-width: 100%;
	margin-top: -10px;
}

.header.collapsed .logo-link img {
	margin-top: -14px;
}

.header .logo-link img.logo-small {
	display: none;
}

.header.collapsed .logo-link img.logo-large {
	display: none;
}

.header.collapsed .logo-link img.logo-small {
	display: block;
}

.header.collapsed .logo-link img.logo-plain {
	height: 70px;
	width: auto;
	max-width: none;
}

.header li a {
	color: #333;
	text-decoration: none;
}

.header li a:hover {
	text-decoration: underline;
}

.header .top-nav-container {
	text-align: right;
}

.header .top-nav-container .mobile-menu-toggle {
	display: none;
}

.header .top-nav-container ul.top-nav {
	list-style: none;
	margin: 10px 0;
	padding: 0;
	display: block;
	overflow: hidden;
	transition: font-size 0.5s;
}

.header .top-nav-container ul.top-nav {
	margin-top: 6px;
	margin-bottom: 10px;
}

.header .top-nav-container ul.top-nav.top-nav-secondary {
	margin-top: 0;
	margin-bottom: 6px;
	font-size: .8em;
}

.header.collapsed .top-nav-container ul.top-nav {
	float: right;
	display: inline-block;
	font-size: .8em;
}

.header.collapsed .top-nav-container ul.top-nav.top-nav-secondary {
	margin-top: 6px;
	margin-bottom: 10px;
}

.header .top-nav-container ul.top-nav li {
	display: inline-block;
	padding: 8px 15px;
	font-weight: 700;
}

.header .top-nav-container ul.top-nav li.mobile-menu-only {
	display: none;
}

.header .top-nav-container ul.top-nav li:last-child {
	border-right: none;
	/*padding-right: 0;*/
}

.header.collapsed .top-nav-container ul.top-nav li:last-child {
	padding-right: 15px;
}

.header.collapsed .top-nav-container ul.top-nav.top-nav-secondary li:last-child {
	padding-right: 0;
}

.header .top-nav-container ul.top-nav li a {
	position: relative;
}

.top-nav li.has-children:hover a:after,
.top-nav li.has-children:hover a:before {
	bottom: -10px;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.top-nav li.has-children:hover a:after {
	border-bottom-color: #5ea750;
	border-width: 10px;
	margin-left: -10px;
}

.top-nav li ul {
	max-height: 0;
	border: none;
	background-color: #ffffff;
	transition: max-height 0.25s, padding 0.25s, border 0.25s;
	transition-delay: .15s;
	position: absolute;
	overflow: hidden;
	padding: 0 20px;
	margin-right: 20px;
	margin-top: 5px;
	width: 75%;
	right: 20px;
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
}

.top-nav li:hover ul {
	padding: 20px;
	border-top: 3px solid #5ea750;
	max-height: 500px;
	z-index: 1000;
}

.top-nav li ul li {
	flex: 1 1 40%;
	text-align: left;
	border-bottom: 1px solid #efefef;
	margin: 0 10px;
}

.top-nav li ul li a {
	display: block;
}

.top-nav li ul li a:after,
.top-nav li ul li a:before {
	display: none;
}

.top-nav li ul li a .nav-description {
	font-weight: 400;
	font-size: .8em;
	display: block;
	line-height: 1.4em;
}

#site-search-form input[type="text"] {
	padding: 2px 12px;
}

#site-search-form input[type="submit"] {
	position: relative;
	margin-top: -2px;
	padding: 8px 12px;
}

.desktop-search-toggle,
.mobile-menu-toggle,
.mobile-search-toggle {
	display: none;
}

.header.collapsed .desktop-search-toggle {
	display: inline-block;
}

.header.collapsed #site-search-form {
	display: none;
}

@media (max-width: 1400px) {
	.header .logo-link img {
		margin-top: -17px;
	}

	.header.collapsed .logo-link img {
		margin-top: -19px;
	}

	#site-search-form input[type="submit"] {
		padding: 6px 12px;
	}
}

@media (max-width: 1100px) {
	.header {
		height: 76px;
	}

	.header .logo-link img,
	.header.collapsed .logo-link img {
		margin-top: -10px;
	}

	.header .logo-link img.logo-small,
	.header.collapsed .logo-link img.logo-small {
		display: block;
	}

	.header .logo-link img.logo-large,
	.header.collapsed .logo-link img.logo-large {
		display: none;
	}

	.header .logo-link img.logo-plain {
		height: 70px;
		width: auto;
		max-width: none;
	}

	.header .top-nav-container ul.top-nav {
		font-size: .8em;
		position: absolute;
		top: 79px;
		left: 0;
		max-height: 0;
		transition: max-height 0.4s, padding 0.4s;
		background-color: white;
		z-index: -1000;
		margin: 0;
		width: 100%;
		display: flex;
		justify-content: space-around;
		flex-wrap: wrap;
		padding: 0;
		box-shadow: 0 0 8px #000;
	}

	.header.collapsed .top-nav-container ul.top-nav {
		display: flex;
		float: none;
	}

	.header .top-nav-container ul.top-nav.active {
		max-height: 400px;
		padding: 30px 0;
	}

	.header .top-nav-container ul.top-nav li,
	.header .top-nav-container ul.top-nav li.mobile-menu-only {
		font-weight: 400;
		display: block;
		float: none;
		border: 1px solid #efefef;
		flex: 1 1 150px;
		margin: 5px;
		padding: 15px;
		text-align: center;
	}

	#topNav li.has-children:hover a:after,
	#topNav li.has-children:hover a:before {
		display: none;
	}

	#topNav li:hover ul {
		display: none;
	}

	.header .top-nav-container ul.top-nav li:last-child {
		padding-right: 1em;
	}

	.header .top-nav-container ul.top-nav li.mobile-only {
		display: block;
	}

	.header .top-nav-container ul.top-nav li.desktop-menu-only {
		display: none;
	}

	.header.collapsed #site-search-form {
		display: block;
	}

	.mobile-menu-toggle,
	.mobile-search-toggle {
		display: inline-block;
		float: right;
		font-size: 1.5em;
		color: #333;
		text-decoration: none;
		padding: 10px 18px;
		margin-left: 15px;
		border: 1px solid rgba(155, 155, 155, 0.2);
		border-radius: 5px;
	}

	.mobile-menu-toggle .close-mobile-menu {
		display: none;
	}

	.mobile-menu-toggle:hover,
	.mobile-search-toggle:hover {
		background-color: #004081;
		color: white;
	}
}

@media (max-width: 600px) {
	.header .container-fluid {
		padding: 0 10px;
	}

	.mobile-menu-toggle,
	.mobile-search-toggle {
		font-size: 1em;
		padding: 5px 12px;
		margin: 10px 0 0 10px;
	}
}

#mainContent {
	padding-top: 125px;
}

#mainContent {
	background-size: cover;
	background-attachment: fixed;
	background-position: center center;
}

#mainContent img {
	max-width: 100%;
}

@media (max-width: 1400px) {
	#mainContent {
		padding-top: 117px;
	}
}

@media (max-width: 1100px) {
	#mainContent {
		padding-top: 76px;
	}
}

.no-padding {
	padding: 0 !important;
	margin: 0 !important;
}

/* 2017-03-01 SFS Original definition */
/*.full-row {
  padding: 40px 0;
}*/
.full-row {
	padding: 0 0 80px 0;
}

.full-row-breadcrumbs {
	padding: 0;
	background-color: #004081;
	color: white;
	position: relative;
	margin-bottom: -30px;
}

.full-row-white {
	background-color: white;
}

.full-row-transparent {
	background-color: transparent;
}

.full-row-transparent .container.container-white {
	background-color: white;
	padding: 0 30px;
}

.full-row-hero {
	padding: 0;
	background-size: cover;
	padding-top: 33vw;
	position: relative;
}

.full-row-hero .container-fluid {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: center;
}

.full-row-maize {
	background-color: #FFE66D;
}

.full-row-turquoise {
	background-color: #4ECDC4;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
}

.full-row-blue {
	background-color: #004081;
	color: #fff;
}

.full-row-blue a {
	color: #fff;
}

.full-row-light-green {
	background-color: #b5c59c;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
}

.full-row-medium-green {
	background-color: #5ea750;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
}

.full-row-dark-green {
	background-color: #1F2421;
	color: #fff;
}

.full-row-dark-green a {
	color: #fff;
}

.full-row-medium-blue {
	background-color: #427AA1;
	color: #fff;
}

.full-row-medium-blue a {
	color: #fff;
}

.full-row-gray {
	background-color: #DCE1DE;
}

.full-row-light-gray {
	background-color: #f9f9f9;
}

.container-fluid {
	padding-left: 50px;
	padding-right: 50px;
	font-size: 1.2em;
	line-height: 1.6em;
}

@media (max-width: 1400px) {
	.container-fluid {
		font-size: 1em;
	}
}

@media (max-width: 930px) {
	.container-fluid {
		padding-left: 20px;
		padding-right: 20px;
	}
}

/* 2017-02-15 - SFS - This is necessary because of CS injected classes of "container-fluid" that cannot be removed via code */
#CS_Element_mainContentContainer {
	padding: 0;
}

/* 2017-03-01 - SFS - This is necessary because of CS injected classes of "container-fluid" that cannot be removed via code */
#CS_Element_sidebarContentContainer {
	padding: 0;
}

/* This is for the tab container area where promos are displayed, they have extra classes of "container-fluid" injected here too. */
#CS_Element_175643_175846, #CS_Element_175643_175847, #CS_Element_175643_175848 {
	padding: 0;
}

/* This is for the white container with elements on landing pages, they have extra classes of "container-fluid" injected here too. */
#CS_Element_175971_176787 {
	padding: 0;
}

/*#cs_layout_175136, #cs_layout_175546 {
	padding: 0;
}*/

/* 2017-02-15 - SFS - This is necessary due to CS injected block div in rendering of the tree nav element  */
#cs_control_175548 {
	display: inline;
}

/* 2017-04-27 - SFS - This handles the text overlapping at the top of the right column seen on news release pages */
#cs_control_176718 h2 {
	padding-top: 18px;
	margin-top: -0px;
}


@media (max-width: 414px) {
	#mainContent {
		background-position: center 0;
		background-size: auto 2000px;
		background-attachment: scroll;
	}
}

.full-row-breadcrumbs ul {
	list-style: none;
	margin: 0;
	padding: 8px 0 8px 180px;
	display: block;
	overflow: hidden;
	font-size: .8em;
}

.full-row-breadcrumbs li {
	display: inline-block;
	float: left;
	padding: 0 8px;
}

.full-row-breadcrumbs li a {
	color: white;
}

.full-row-breadcrumbs li .chevron {
	padding: 0 0 0 8px;
	font-size: 1.2em;
	line-height: .8em;
}

@media (max-width: 1100px) {
	.full-row-breadcrumbs ul {
		padding-left: 125px;
	}
}

@media (max-width: 500px) {
	.full-row-breadcrumbs ul {
		padding: 23px 0;
	}
}

.carousel-text,
.landing-page-feature {
	display: block;
	width: 46%;
	padding: 0 20px 20px 20px;
	background-color: rgba(0, 64, 129, 0.67);
	box-shadow: 0 2px 3px rgba(255, 255, 255, 0.3);
	text-shadow: 0 1px 0 black;
	color: white;
	text-align: center;
	border: 8px solid white;
}

.carousel-text-alt {
	background-color: rgba(0, 0, 0, 0.4);
}

.carousel-text a.carousel-action {
	text-decoration: none;
	display: inline-block;
	padding: 10px 20px;
	background-color: rgba(0, 0, 0, 0.5);
	color: white;
	border: 3px solid white;
	border-radius: 8px;
	margin-top: 1em;
}

.carousel-text a.carousel-action:hover {
	background-color: rgba(255, 255, 255, 0.75);
	color: #333;
	text-shadow: 0 1px 0 white;
}

.slick-arrow {
	position: absolute;
	top: 50%;
	border: 0;
	border-radius: 3px;
	background-color: rgba(255, 255, 255, 0.6);
	color: #333;
	text-shadow: 0 1px 0 #fff;
	padding: 8px 10px;
	font-size: 1.5em;
}

.slick-arrow:hover {
	background-color: #ffffff;
}

.slick-arrow.slick-prev {
	left: 25px;
	z-index: 10;
}

.slick-arrow.slick-next {
	right: 25px;
}

.multi-item-carousel {
	padding-bottom: 50px;
}

.multi-item-carousel .slick-arrow {
	top: auto;
	bottom: 0;
}

.multi-item-carousel .carousel-item {
	padding: 15px;
	background-color: white;
	color: #333;
	margin: 10px;
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
	text-align: center;
}

.multi-item-carousel .carousel-item h3 {
	margin-top: 0;
	padding-top: 0;
}

@media (max-width: 1500px) {
	.carousel-text {
		top: 100px;
	}

	.carousel-text a.carousel-action {
		padding: 5px 20px;
	}
}

@media (max-width: 1400px) {
	.carousel-text {
		font-size: .8em;
		width: 50%;
		left: 25%;
	}
}

@media (max-width: 1100px) {
	.full-row-hero {
		padding-top: 40vw;
	}

	.carousel-text {
		font-size: .8em;
		width: 60%;
		left: 20%;
	}
}

@media (max-width: 800px) {
	.full-row-hero {
		padding-top: 50vw;
	}

	.carousel-text {
		width: 80%;
	}
}

@media (max-width: 650px) {
	.full-row-hero .container-fluid {
		padding: 0 10px;
	}

	.carousel-text {
		width: 100%;
		line-height: 1.4em;
	}

	.carousel-text h1 {
		font-size: 1.8em;
	}
}

@media (max-width: 450px) {
	.full-row-hero {
		padding-top: 80vw;
	}
}

@media (max-width: 350px) {
	.full-row-hero {
		padding-top: 100vw;
	}
}

.landing-page-title {
	color: white;
	text-shadow: 0 1px 3px #000000;
	font-size: 1.5em;
	margin-bottom: 2em;
}

.landing-page-title h1 {
	margin-top: .5em;
	margin-bottom: .25em;
	padding-top: 0;
}

#landingPageCarousel .slick-arrow {
	top: calc(50% - 41px);
}

.landing-page-feature {
	width: 80%;
	margin: 0 auto 2em auto;
	text-align: left;
	padding-right: 170px;
	position: relative;
}

.landing-page-feature .carousel-action {
	position: absolute;
	top: calc(50% - 25px);
	right: 20px;
	border: 3px solid white;
	border-radius: 5px;
	display: inline-block;
	padding: 5px 10px;
	color: white;
	text-decoration: none;
	transition: background-color 0.25s;
}

.landing-page-feature .carousel-action:hover {
	background-color: rgba(0, 0, 0, 0.5);
}

@media (max-width: 750px) {
	.landing-page-feature {
		padding-right: inherit;
		font-size: .8em;
	}

	.landing-page-feature .carousel-action {
		position: relative;
		top: auto;
		right: auto;
	}
}

.video-carousel-container {
	margin-bottom: 70px;
	margin-top: 40px;
}

.video-carousel-container .carousel-item {
	margin: 0 20px;
	padding-top: 5%;
	position: relative;
}

.video-carousel-container .slick-arrow {
	position: absolute;
	top: auto;
	bottom: -70px;
	background-color: rgba(155, 155, 155, 0.2);
}

.video-carousel-container .slick-arrow.slick-next {
	right: 0;
}

.video-carousel-container .slick-arrow.slick-prev {
	left: 0;
}

.social-box {
	overflow: hidden;
	padding: 30px 30px 30px 80px;
	border-top: 3px solid;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.social-box.social-box-centered {
	display: flex;
	justify-content: center;
	align-items: center;
}

.social-box .fa {
	position: absolute;
	top: calc(50% - .5em);
	font-size: 2em;
	left: 25px;
}

.social-box-vimeo {
	border-color: #248bc8;
	background-color: #eff7fc;
}

.social-box-vimeo .fa {
	color: #248bc8;
}

.social-box-youtube {
	border-color: #cd201f;
	background-color: #fdefee;
}

.social-box-youtube .fa {
	color: #cd201f;
}

.social-box-instagram {
	border-color: #fcaf45;
	background-color: #fffbf5;
}

.social-box-instagram .fa {
	color: #fcaf45;
}

.social-box-facebook {
	border-color: #3b5998;
	background-color: #f2f4fa;
}

.social-box-facebook .fa {
	color: #3b5998;
}

.social-box-twitter {
	border-color: #1DA1F2;
	background-color: #e8f5fe;
}

.social-box-twitter .fa {
	color: #1DA1F2;
}

.social-box .social-box-text {
	font-size: 1.0em;
	line-height: 1.5em;
}

.social-box-text a img {
	max-width: 60% !important;
	padding: 10px;
}
/* from https://css-tricks.com/snippets/css/media-queries-for-standard-devices/ */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 812px) 
	and (-webkit-min-device-pixel-ratio: 3) {
	.social-box .social-box-text {
		font-size: 0.6em !important;
	}
	.social-box-text a img {
		max-width: 60% !important;
		padding: 10px;
	}
}

@media (max-width: 1100px) {
	.social-box .social-box-text {
		font-size: 0.8em !important;
	}
	.social-box-text a img {
		max-width: 60% !important;
		padding: 10px;
	}
}

@media (max-width: 1000px) {
	.video-carousel-container .carousel-item {
		padding-top: 5.5%;
	}
}

@media (max-width: 800px) {
	.video-carousel-container .carousel-item {
		padding-top: 6.5%;
		margin: 0 10px;
	}
}

@media (max-width: 600px) {
	.video-carousel-container .carousel-item {
		padding-top: 9%;
		font-size: .8em;
		margin: 0;
	}
}

@media (max-width: 450px) {
	.video-carousel-container .carousel-item {
		padding-top: 10%;
	}
}

.hero {
	font-size: 1.2em;
	text-align: center;
	padding: 30px;
}

.hero a.hero-action {
	text-decoration: none;
	display: inline-block;
	padding: 10px 20px;
	background-color: rgba(255, 255, 255, 0.9);
	color: #333;
	border: 3px solid #004081;
	border-radius: 8px;
}

.hero a.hero-action:hover {
	background-color: white;
}

.promo-container {
	margin: 0 50px 30px 50px;
	padding: 15px 30px 30px 30px;
	background-color: white;
}

.promo {
	transition: max-height 0.5s, padding 0.5s;
	max-height: 600px;
}

.promo.promo-overlay {
	display: block;
	overflow: hidden;
	position: relative;
	padding-top: 60%;
	text-decoration: none;
	color: white;
	background-size: cover;
	margin: 15px 0;
}

.promo.promo-overlay .promo-details {
	display: block;
	overflow: hidden;
	padding: 15px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	text-shadow: 0 1px 0 rgba(0, 64, 129, 0.3);
	background-color: rgba(0, 64, 129, 0.4);
}

.promo.promo-overlay .promo-title {
	font-family: 'Crete Round', serif;
	font-size: 2em;
	display: block;
}

.promo.promo-overlay .promo-description {
	bottom: -200px;
	position: absolute;
	transition: position .25s, bottom .25s;
	margin: 15px 0 0 0;
	display: block;
}

.promo.promo-overlay:hover .promo-details,
.promo.promo-overlay:focus .promo-details {
	background-color: rgba(0, 64, 129, 0.75);
}

.promo.promo-overlay:hover .promo-description,
.promo.promo-overlay:focus .promo-description {
	position: relative;
	bottom: 0;
}

@media (max-width: 1400px) {
	.promo.promo-overlay .promo-title {
		font-size: 1.2em;
		letter-spacing: .06rem;
	}

	.promo.promo-overlay .promo-description {
		font-size: .8em;
		line-height: 1.2em;
	}
}

.promo.promo-news {
	display: block;
	overflow: hidden;
	background-color: #f9f9f9;
	color: #333;
	text-decoration: none;
	padding: 15px;
	margin: 15px 0;
	border: 3px solid #f9f9f9;
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
}

.promo.promo-news .promo-image {
	padding-top: 60%;
	width: calc(130%);
	margin: -15px -15px 15px -15px;
	background-size: cover;
	display: block;
}

.promo.promo-news .promo-details {
	display: block;
}

.promo.promo-news .promo-icon {
	font-size: 1.5em;
	float: left;
	display: inline-block;
	margin-right: 10px;
}

.promo.promo-news .promo-title {
	font-size: 1.5em;
	font-family: 'Crete Round', serif;
	display: block;
	margin: 15px 0;
}

.promo.promo-news .promo-date {
	display: block;
	margin: 15px 0;
}

.promo.promo-news .promo-description {
	display: block;
	margin: 15px 0;
}

.promo.promo-news .promo-action {
	text-decoration: underline;
	color: #3628d8;
	display: block;
	margin-top: 15px;
}

.promo.promo-news:hover {
	border-color: #5ea750;
}

.promo.promo-event {
	display: block;
	background-color: #f9f9f9;
	color: #333;
	text-decoration: none;
	padding: 15px;
	margin: 15px 0;
	border: 3px solid #f9f9f9;
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
	position: relative;
}

.promo.promo-event .promo-details {
	display: block;
}

.promo.promo-event .promo-title {
	font-size: 1.5em;
	font-family: 'Crete Round', serif;
	display: block;
	margin: 0 0 15px 85px;
}

.promo.promo-event .promo-date {
	display: block;
	position: absolute;
	top: -3px;
	left: -3px;
	padding: 10px 8px;
	background-color: #004081;
	color: white;
	width: 90px;
	text-align: center;
}

.promo.promo-event .promo-date .promo-month,
.promo.promo-event .promo-date .promo-day {
	text-transform: uppercase;
	display: block;
}

.promo.promo-event .promo-description {
	display: block;
	margin: 15px 0 15px 85px;
}

.promo.promo-event .promo-action {
	text-decoration: underline;
	color: #3628d8;
	display: block;
	margin-top: 15px;
}

.promo.promo-event:hover {
	border-color: #004081;
}

.promo.promo-hidden {
	position: absolute;
	left: -5000px;
	max-height: 1px;
	overflow: hidden;
	padding-top: 1px;
}

.content-block {
	background-color: rgba(255, 255, 255, 0.2);
	padding: 15px;
	margin: 15px 0;
}

/* Specific to the contact form in the footer */
/* Added 2017-04-21 - SFS */
footer .content-block {
	background-color: rgba(255, 255, 255, 0.2);
	padding: 15px;
	margin-top: 15px;
	margin-right: -24px;
	margin-left: 0;
	margin-bottom: 15px;
}

.full-row-white .content-block,
.full-row-light-gray .content-block {
	background-color: rgba(155, 155, 155, 0.1);
}

#mainContent .content-block img {
	max-width: 100%;
}

#mainContent .content-block img.full-width {
	width: calc(100% + 30px);
	height: auto;
	margin-left: -15px;
	margin-right: -15px;
	max-width: 200%;
}

.content-block h4:first-of-type,
.content-block h3:first-of-type,
.content-block h2:first-of-type {
	margin-top: .5em;
	padding-top: 0;
}

.content-block.content-block-left {
	float: left;
	display: inline-block;
	margin-right: 15px;
	max-width: 40%;
}

.content-block.content-block-right {
	float: right;
	display: inline-block;
	margin-left: 15px;
	max-width: 40%;
}

@media (max-width: 600px) {
	.content-block.content-block-left,
	.content-block.content-block-right {
		float: none;
		margin: 15px 0;
		display: block;
		max-width: 100%;
	}

	.content-block.content-block-left img,
	.content-block.content-block-right img {
		margin: 0 auto;
		display: block;
	}
}

.content-block.affix {
	top: 92px;
}

.content-block.affix-bottom {
	position: absolute;
}

.content-block.affix,
.content-block.affix-bottom {
	margin-right: 20px;
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
}

.full-row-parallax {
	background-image: url(../assets/images/cotton-stock/cotton-council-twitter-bg.jpg);
	background-position: center;
	background-attachment: fixed;
	width: 100%;
	height: auto;
	position: relative;
	background-size: cover;
	color: #fff;
	padding: 0;
}

.full-row-parallax .container {
	position: relative;
}

.full-row-parallax .parallax-overlay {
	width: 100%;
	position: relative;
	display: block;
	text-decoration: none;
	color: #fff;
	background-color: rgba(0, 0, 0, 0.5);
}

.full-row-parallax .parallax-overlay:hover {
	text-decoration: none;
}

.tabbed-content-container {
	margin: 50px 0 100px 0;
}

.tabbed-content-container .tab-mobile {
	max-height: 0;
	padding: 0 15px;
	margin: 0;
	transition: max-height 0.3s, padding 0.3s, margin 0.3s;
	overflow: hidden;
	text-decoration: none;
	font-size: 1.25em;
	background-color: #5ea750;
	color: #fff;
	display: block;
}

.tabbed-content-container .tab-mobile.tab-selected .closed-icon {
	display: none;
}

.tabbed-content-container .tab-mobile .open-icon {
	display: none;
}

.tabbed-content-container .tab-mobile.tab-selected .open-icon {
	display: inline;
}

.tabbed-content-container .tabs {
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
	flex-direction: row;
	margin: 0;
	padding: 0;
	list-style: none;
}

.tabbed-content-container .tabs li {
	margin: 0;
	padding: 0;
	border-top: 5px solid white;
}

.tabbed-content-container .tabs li.tab-selected {
	border-top: 5px solid #5ea750;
}

.tabbed-content-container .tabs a.tab-large {
	padding: 30px;
	font-size: 2em;
	font-family: 'Crete Round', serif;
	color: #333;
	text-decoration: none;
	text-align: center;
	display: inline-block;
	background-color: rgba(255, 255, 255, 0.8);
	border-right: 1px solid white;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

.tabbed-content-container .tabs a.tab-large:hover {
	background-color: rgba(255, 255, 255, 0.85);
}

.tabbed-content-container .tabs li.tab-selected a.tab-large,
.tabbed-content-container .tabs li.tab-selected a.tab-large:hover {
	background-color: white;
}

.tabbed-content-container .tabs li:first-child a {
	border-left: 5px solid white;
}

.tabbed-content-container .tabs li:last-child a {
	border-right: 5px solid white;
}

.tabbed-content-container .tab-content-container {
	background-color: white;
	margin: 0 50px 30px 50px;
	padding: 15px 30px 30px 30px;
}

.tabbed-content-container .tab-content-container .tab-content {
	display: none;
}

.tabbed-content-container .tab-content-container .tab-content.active {
	display: block;
}

@media (max-width: 1400px) {
	.tabbed-content-container .tabs a.tab-large {
		font-size: 1.5em;
	}
}

@media (max-width: 930px) {
	.tabbed-content-container .tab-content-container {
		margin-left: 20px;
		margin-right: 20px;
	}
}

@media (max-width: 650px) {
	.tabbed-content-container {
		margin: 25px 0 50px 0;
	}

	.tabbed-content-container .tab-content-container {
		margin-left: 10px;
		margin-right: 10px;
		padding: 5px 15px 15px 15px;
	}

	.tabbed-content-container .tabs a.tab-large {
		font-size: 1em;
		padding: 10px;
		border-top: 2px solid #fff;
	}

	.tabbed-content-container .tabs li:first-child {
		border-left: 2px solid #fff;
	}

	.tabbed-content-container .tabs li:last-child {
		border-right: 2px solid #fff;
	}

	.tabbed-content-container.tab-mobile-collapse .tabs {
		display: none;
	}

	.tabbed-content-container .tab-mobile {
		max-height: 100px;
		padding: 20px;
		margin: 15px 0;
		display: block;
	}

	.tabbed-content-container .tab-mobile.tab-selected {
		margin: 15px -15px;
	}
}

.stat {
	display: block;
	border: 5px solid white;
	padding: 30px;
	background-color: rgba(255, 255, 255, 0.1);
	margin-top: 20px;
}

.stat.stat-large .stat-lead {
	font-size: 1.5em;
	line-height: 1.2em;
	margin-bottom: 15px;
}

.stat.stat-large .stat-amount {
	font-size: 3em;
	line-height: 1.2em;
}

.member-spotlight {
	float: right;
	margin: 20px 0;
	padding: 30px;
	background-color: rgba(255, 255, 255, 0.75);
	width: 40%;
	color: #333;
	text-align: left;
}

a.member-spotlight-action {
	text-decoration: none;
	display: inline-block;
	padding: 10px 20px;
	background-color: rgba(255, 255, 255, 0.9);
	color: #333;
	border: 3px solid #004081;
	border-radius: 8px;
}

a.member-spotlight-action:hover {
	background-color: white;
}

.flyout-container {
	position: absolute;
	left: -300px;
	top: 20%;
	display: block;
	z-index: 10;
	transition: left .5s;
}

.flyout-container.active {
	left: 0;
}

.flyout-container .flyout-toggle {
	position: absolute;
	right: 0;
	top: 80px;
	transform: rotate(90deg);
	display: block;
	padding: 8px;
	background-color: #004081;
	color: white;
	text-decoration: none;
	transform-origin: bottom right;
}

.flyout-container .flyout-toggle .flyout-active {
	display: none;
}

.flyout-container.active .flyout-toggle .flyout-active {
	display: inline;
}

.flyout-container.active .flyout-toggle .flyout-closed {
	display: none;
}

.flyout-container .flyout-content {
	width: 300px;
	border: 3px solid #004081;
	border-left: none;
	background-color: white;
	padding: 15px;
	text-align: center;
}

@media (max-width: 830px) {
	.flyout-container {
		top: 50%;
	}
}

.row.spotlight-container {
	position: relative;
}

.row.spotlight-container .spotlight-large-photo {
	position: absolute;
	top: 0;
	left: auto;
	right: 0;
	bottom: 0;
	min-height: 200px;
	width: 50%;
	/* 2017-04-25 - SFS - changed size from cover to auto, added repeat */
	background-size: auto;
	background-repeat: no-repeat;
}

.row.spotlight-container .spotlight-small-photo {
	margin: 0 auto;
	max-width: 100%;
	height: auto;
}

ul.sharing-tools {
	margin: 20px 0;
	padding: 0;
	list-style: none;
	display: block;
	overflow: hidden;
}

ul.sharing-tools li {
	display: inline-block;
	float: left;
	font-size: 2em;
	margin-right: 5px;
}

ul.sharing-tools li a.color-email {
	color: #5ea750;
}

.color-facebook,
a.color-facebook,
a.color-facebook:visited {
	color: #3b5998;
}

.color-twitter,
a.color-twitter,
a.color-twitter:visited {
	color: #1DA1F2;
}

a.sharing-print {
	padding: 1px 6px;
	display: inline-block;
	font-size: .55em;
	background-color: #777;
	/* line-height: 1em; */
	top: -3px;
	position: relative;
	border-radius: 5px;
	color: #fff;
}

.page-branding {
	float: right;
	margin: 2em 0 1em 1em;
}

.page-branding img {
	max-width: 150px;
	height: auto;
}

.page-description {
	font-size: 1.2em;
}

@media (max-width: 600px) {
	.page-branding {
		float: none;
		margin: 1em 0;
		text-align: center;
	}
}

img.overlay-top {
	position: relative;
	top: -40px;
	margin-bottom: -40px;
}

audio {
	width: 100%;
}

a.label {
	margin-right: 5px;
	text-decoration: none;
	font-weight: 400;
}

.table-striped > tbody > tr:nth-of-type(odd) {
	background-color: #efefef;
}

.panel-default > .panel-heading {
	background-color: #efefef;
}

h4.panel-title {
	padding: 0;
}

footer {
	background-color: white;
	padding: 30px 0;
}

footer h2 {
	margin: 10px 0 0.75em 0;
	padding-top: 0;
}

@media (max-width: 1100px) {
	select,
	textarea,
	input {
		font-size: 16px;
		background-color: #efefef;
		border: 1px solid #cecece;
		border-radius: 3px;
	}
}

.jqvmap-label {
	position: absolute;
	display: none;
	border-radius: 3px;
	background: #292929;
	color: white;
	font-family: sans-serif, Verdana;
	font-size: smaller;
	padding: 3px 8px;
	pointer-events: none;
}

.jqvmap-region {
	cursor: pointer;
}

.thumbnail-grid {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	margin: 15px 0;
	overflow: hidden;
}

.thumbnail-grid .grid-item {
	flex: 1 1 175px;
	margin: 15px;
	text-align: center;
	background-color: rgba(155, 155, 155, 0.1);
	padding: 20px 10px;
}

.thumbnail-grid img {
	margin-bottom: 10px;
}

@media (max-width: 600px) {
	.thumbnail-grid .grid-item {
		padding: 10px;
		text-align: left;
	}

	.thumbnail-grid img {
		float: left;
		margin-right: 15px;
		margin-bottom: 0;
	}
}

.full-calendar {
	background-color: #f5f5f5;
	padding: 15px;
	border-top: 3px solid #5ea750;
}

.full-calendar h2 {
	text-align: center;
}

.calendar-list-nav {
	position: relative;
	display: block;
	width: 100%;
	overflow: hidden;
	list-style: none;
	padding: 0;
	margin: 10px 0 20px 0;
}

.calendar-list-nav li {
	display: inline-block;
}

.calendar-list-nav li.calendar-list-prev {
	float: left;
}

.calendar-list-nav li.calendar-list-next {
	float: right;
}

.calendar-list-nav li a i {
	margin: 0 5px;
}

ol.calendar-event-list {
	margin: 10px 0 20px 0;
	padding: 0;
	list-style: none;
}

ol.calendar-event-list li {
	display: block;
	padding: 10px 0;
	margin: 0;
	border-bottom: 1px solid #e7e7e7;
}

ol.calendar-event-list .calendar-event-name {
	display: block;
}

ol.calendar-event-list .calendar-event-time,
ol.calendar-event-list .calendar-event-location {
	color: #333;
}

ol.calendar-event-list a,
ol.calendar-event-list a:hover {
	text-decoration: none;
}

ol.calendar-event-list a:hover .calendar-event-name {
	text-decoration: underline;
}

.calendar-follow-icons {
	/*text-align: center;*/
}

.calendar-follow-icons a {
	font-size: 2.5em;
	display: inline-block;
	margin: 0 15px 0 0;
}

.specialp p {
	margin: 0px;
}

/* Linkbar Styles */
.linkbar-vert-arrow .CS_LinkBar_CurrentItem, .linkbar-vert-arrow .CS_LinkBar_HighlightedItem, .linkbar-vert-arrow .CS_LinkBar_Item {
	/*font-size: 11px;*/
	margin-top: 10px;
	margin-bottom: 10px;
	display: block;
	font-weight: bold;
	background-image: url(../images/arrow_blue.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	border-bottom: 1px solid #eee;
	padding-bottom: 10px;
}

.linkbar-horiz-arrow .CS_LinkBar_CurrentItem, .linkbar-horiz-arrow .CS_LinkBar_HighlightedItem .linkbar-horiz-arrow .CS_LinkBar_Item {
	display: block;
	float: left;
	font-weight: bold;
	background-image: url(../images/arrow_blue.gif);
	background-repeat: no-repeat;
	padding-left: 15px;
	margin-right: 20px;
	margin-bottom: 10px;
	white-space: nowrap;
}

/* Page Index styles */

.pageIndex-with-page-icon .CS_PgIndex_Item, .pageIndex-small-with-page-icon .CS_PgIndex_Item, .pageIndex-with-page-icon .CS_PgIndex_Item_Alternate, .pageIndex-small-with-page-icon .CS_PgIndex_Item_Alternate, .pageIndex-with-TV-icon .CS_PgIndex_Item, .pageIndex-with-TV-icon .CS_PgIndex_Item_Alternate, .pageIndex-with-radio-icon .CS_PgIndex_Item, .pageIndex-with-radio-icon .CS_PgIndex_Item_Alternate, .pageIndex-with-arrow-icon .CS_PgIndex_Item, .pageIndex-with-arrow-icon .CS_PgIndex_Item_Alternate {
	background-image: url(../images/ico_page.gif);
	padding-left: 20px;
	background-repeat: no-repeat;
}

.pageIndex-with-TV-icon .CS_PgIndex_Item, .pageIndex-with-TV-icon .CS_PgIndex_Item_Alternate, .pageIndex-with-radio-icon .CS_PgIndex_Item, .pageIndex-with-radio-icon .CS_PgIndex_Item_Alternate {
	background-image: url(../images/ico_tv.gif);
	padding-left: 35px;
	padding-top: 5px;
}

.pageIndex-with-radio-icon .CS_PgIndex_Item, .pageIndex-with-radio-icon .CS_PgIndex_Item_Alternate {
	background-image: url(../images/ico_radio.gif);
}

.pageIndex-with-arrow-icon .CS_PgIndex_Item, .pageIndex-with-arrow-icon .CS_PgIndex_Item_Alternate {
	background-image: url(../images/arrow_blue.gif);
}

span.CS_PgIndex_Item_Description {
	/*font-family: Verdana, Geneva, Arial, Helvetica, sans-serif !important;*/
	font-size: small !important;
	font-weight: normal; /* NOTE: this may need to be removed if there is a problem with making text bold  ~gabe */
}

.form-group .CS_Form_Required {
	text-align: left;
}

/* Added by Jim - 4/18/2017 - legacy styles for formatted text block UD from pre-responsive design */
.txt-8pt { font-size:8px !important; } 
.txt-11pt { font-size:11px !important; } 
.txt-14pt { font-size:14px !important; } 
.txt-16pt { font-size:16px !important; } 
.txt-20pt { font-size:20px !important; } 
.txt-24pt { font-size:24px !important; } 
.txt-Georgia-27pt { font-size:27px !important; font-family:Georgia, "Times New Roman", Times, serif !important; color:#004785 !important; } 
.txt-Georgia-18pt { font-size:18px !important; font-family:Georgia, "Times New Roman", Times, serif !important; color:#ad986c !important; } 
.txt-Georgia-12pt-AM-Links { font-size:12px !important; font-family:Georgia, "Times New Roman", Times, serif !important; color:#ad986c !important; } 
.txt-Georgia-15pt-AM-Links { font-size:15px !important; font-family:Georgia, "Times New Roman", Times, serif !important; color:#ad986c !important; } 

.intranet-table > tbody > tr > td, .intranet-table > tbody > tr > th, .intranet-table > tfoot > tr > td, .intranet-table > tfoot > tr > th, .intranet-table > thead > tr > td, .intranet-table > thead > tr > th {
	padding: 8px;
	line-height: 1.42857143;
	vertical-align: top;
}

/* 	Adjustments for the padding and fontsize were required for the top 
	tare weights table on http://www.cotton.org/tech/bale/specs/tare-weights.cfm 
	as it was stretching below the ride sidebar after the screen size reached 1400 px*/
	
.tw-table > tbody > tr > td, .tw-table > tbody > tr > th, .tw-table > tfoot > tr > td, .tw-table > tfoot > tr > th, .tw-table > thead > tr > td, .tw-table > thead > tr > th {
}

@media (min-width: 1401px) {
	.tw-table > tbody > tr > td, .tw-table > tbody > tr > th, .tw-table > tfoot > tr > td, .tw-table > tfoot > tr > th, .tw-table > thead > tr > td, .tw-table > thead > tr > th {
		padding: 4px !important;
	}
	.tw-table > tbody > tr > td p {
		font-size: 0.85em !important;
	}
	.tw-table > tbody > tr > td h4 {
		font-size: 1.0em !important;
	}
	
}

@media (min-width: 1024px) {
	.tw-table > tbody > tr > td, .tw-table > tbody > tr > th, .tw-table > tfoot > tr > td, .tw-table > tfoot > tr > th, .tw-table > thead > tr > td, .tw-table > thead > tr > th {
		padding: 3px !important;
	}
	.tw-table > tbody > tr > td p {
		font-size: 0.9em !important;
	}
	.tw-table > tbody > tr > td h4 {
		font-size: 0.95em !important;
	}
	
}

/* End adjustments */

.requiredField
{
	color: red;
	font-weight:bold;
}

.error
{
	color: red;
	/*font-size:12px !important;*/
}

@media print {
	#mainContent 
	{
		padding-top: 0px !important;
		margin-top:-50px !important;
	}
	.header
	{
		display:none  !important;
	}
	.full-row-breadcrumbs
	{
		display:none  !important;
	}
	footer
	{
		display:none  !important;
	}		
	.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th
	{
		/*border-top:none !important;*/
		font-size:.9em !important;
	}
	a[href]:after {
		content: none !important;
		text-decoration:none !important;
	}	
	
	/* #cs_control_176307 is the piece of a news release at the top that include the share buttons.  Hide it if its there */
	#worldOfCottonTopRightColoredTable, #pagePrintIcon, #cs_control_176307
	{
		display:none;
	}	
	
	/*  if this is a news relese, bump up the date/contact block and the actual release block  */
	#cs_control_176308, #cs_control_799
	{
		margin-top:-25px
	}

	#linkBarRenderHandlerDiv
	{
		display:none !important;
	}
}

/*  Wanted the left border a little darker on the blockquotes. */
blockquote
{
	border-left:5px solid #ddd !important;
}

/* IE \*/
* html .CS_PgIndex_Item_Description {
	font-size: x-small !important;
}

#cs_captcha_container_175699 {
	margin: 0px 0px 5px -20px;
}