@import url("fonts/stylesheet.css"); /* Using a url */
@keyframes grow {
	from {
		transform: scale(1);
	}

	to {
		transform: scale(2);
	}

}

@keyframes fadeOut {
	from {
		opacity: 1;
	}

	to {
		opacity: 0;
	}

}

@keyframes pulse {
	from {
		background-size: 80%;
		opacity: 0;
	}

	50% {
		opacity: .3;
	}

	to {
		background-size: 0%;
		opacity: 1;
	}

}

@keyframes pulseOut {
	from {
		background-size: 0;
		opacity: 1;
	}

	60% {
		background-size: 100%;
		opacity: 0;
	}

	to {
		background-size: 100%;
		opacity: 0;
	}

}

@keyframes pulseInner {
	from {
		background-size: 70%, 100%;
		opacity: 0;
	}

	40% {
		background-size: 20%, 40%;
		opacity: .7;
	}

	to {
		background-size: 0%, 0%;
		opacity: 1;
	}

}

@keyframes pulseInnerOut {
	from {
		background-size: 0%, 0%;
		opacity: 1;
	}

	to {
		background-size: 70%, 100%;
		opacity: 0;
	}

}

html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}

audio, canvas, progress, video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden], template {
	display: none;
}

a {
	background: transparent;
}

a:active, a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b, strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code, kbd, pre, samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button, input, optgroup, select, textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button, select {
	text-transform: none;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled], html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner, input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"], input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td, th {
	padding: 0;
}

.clear:before, .clear:after {
	content: ' ';
	display: table;
}

.clear {
	*zoom: 1;
}

.clear:after {
	clear: both;
}

body {
	font-family: 'Avenir Next', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 15px;
	line-height: 1.4;
}

@-ms-viewport {
	width: device-width;
}

img {
	border: 0;
}

a {
	border: none;
}

a:hover {
	cursor: pointer;
}

h1, h2, h3, h4, h5, h6, p, ul, ol, hr {
	position: relative;
	font-size: inherit;
	line-height: inherit;
	margin: 0 0 10px 0;
}

hr {
	top: 4px;
	margin: 0 0 20px 0;
	border: none;
	border-top: 1px #999999 solid;
}

.lead-in {
	font-weight: 300;
	font-size: 22px;
	line-height: 1.5;
}

ul {
	padding: 0;
	margin: 0;
}

li {
	list-style: none;
}

article ul {
	padding-left: 1em;
	margin-bottom: 1em;
}

article li {
	list-style: disc;
}

table {
	width: 100%;
}

table td {
	width: auto !important;
}

html {
	height: 100%;
}

* {
	box-sizing: border-box;
}

article, aside, blockquote, dd, div, dl, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, hr, noscript, ol, output, p, pre, section, table, tfoot, ul, video {
	position: relative;
}

.container:before, .container:after, .columns:before, .columns:after {
	content: " ";
	display: table;
}

.container:after, .columns:after {
	clear: both;
}

.container, .columns {
	*zoom: 1;
}

.columns {
	display: block;
	margin-left: -0.5rem;
	margin-right: -0.5rem;
}

.columns > div {
	display: block;
	float: left;
	padding-left: 0.5rem;
	padding-right: 0.5rem;
	width: 33%;
}

.screen-reader-text {
	position: absolute;
	left: -99999px;
	top: -99999px;
}

blockquote {
	font-style: italic;
}

body {
	background: #fff;
	color: #111;
	overflow-x: hidden;
}

a, a.link-block .link {
	color: #002a2e;
	text-decoration: none;
}

a:hover, a.link-block .link:hover {
	color: #002a2e;
	/*transition: all ease-in-out 0.1s;*/
}

a.link-block {
	display: block;
	color: #222;
	text-decoration: none;
}

hr {
	border-color: #ccc;
	margin: 15px 0;
}

body {
	margin: 0;
	min-width: 100%;
	height: 100%;
	padding-left: 50px;
	transition: all ease-in-out 0.28s;
	background: #efefef;
}

img{
	width: auto;
	max-width: 100%;
}


body.nav-collapsed {
	padding-left: 75px;
	transition: all ease-in-out 0.28s;
}

.ie8 body {
	padding-left: 0;
}



.side-container {
	position: fixed;
	left: 0;
	top: 0;
	height: 100%;
	width: 300px;
	overflow: hidden;
	cursor: default;
	color: #c8c8c8;
	overflow-x: hidden;
	transition: width ease-in-out 0.28s, background linear 0.1s;
	transform: translate(0px, 0);
	user-select: none;
	z-index: 150;
}

.side-nav {
	position: fixed;
	left: 0;
	top: 130px;
	height: 100%;
	width: 300px;
	overflow: hidden;
	cursor: default;
	color: #c8c8c8;
	background: #efefef;
	overflow-x: hidden;
	transition: width ease-in-out 0.28s, background linear 0.1s;
	transform: translateZ(0);
	user-select: none;
	overflow-y: hidden;
}

.logo-nav {
	position: fixed;
	left: 0;
	top: 0;
	height: 130px;
	width: 300px;
	/*background: #efefef;*/
	overflow: hidden;
	cursor: default;
	color: #c8c8c8;
	overflow-x: hidden;
	overflow-y: auto;
	transition: width ease-in-out 0.28s, background ease-in-out 0.28s;
	transform: translate(0px, 0);
	z-index: 1000;
}

.usda-logo {
	height: 75px;
}

.usda-logo .logotype {
	background: url("img/USDA.png") 0 0 no-repeat;
	width: 300px;
	height: 49px;
	left: 50px;
	opacity: 1.0;
	transition: height ease-in-out 0.1s, width ease-in-out 0.28s, left ease-in-out 0.28s;
	background-size: 200px 49px;
}

.usda-logo span {
	display: none;
}

.usda-logo {
	margin: 45px 0 0 0;
}

.usda-logo a {
	display: block;
	position: absolute;
}

.ie8 .usda-logo .logotype, .ie8 .usda-logo .bug {
	background-image: url("img/USDA.png");
}

.ie8 .usda-logo a {
	right: auto;
	left: 13px;
}

.side-nav ul {
	width: 300px;
}

.side-nav li a {
	font-family: 'Avenir Next';    
    font-weight: 500;
    font-style: normal;
	font-size: 16px;
	display: block;
	position: relative;	
	color: inherit;
	color: #4d4d4d;
	opacity: 1;
	line-height: 70px;
	padding-left: 100px;
	border-top: 1px #d0d0d0 solid;
	/*border-right: 1px solid #d0d0d0;*/
	/*background: #2b2b2b;*/
	text-decoration: none;;
}

.side-nav li a span {
	opacity: .6;
}
/*
.side-nav li a.nav-ops:after, .side-nav li a.nav-ops:before, .side-nav li a.nav-assessment:after, .side-nav li a.nav-assessment:before, .side-nav li a.nav-rmf:after, .side-nav li a.nav-rmf:before, .side-nav li a.nav-training:after, .side-nav li a.nav-training:before, .side-nav li a.nav-automation:after, .side-nav li a.nav-automation:before, .side-nav li a.nav-pmr:after, .side-nav li a.nav-pmr:before, .side-nav li a.nav-audit:after, .side-nav li a.nav-audit:before {
	content: "";
	display: block;
	height: 7px;
	position: absolute;
	right: 15px;
	transform: rotate(-225deg);
	width: 7px;
	z-index: 10;
}*/

/*.side-nav li a.nav-ops:after, .side-nav li a.nav-assessment:after, .side-nav li a.nav-rmf:after, .side-nav li a.nav-training:after, .side-nav li a.nav-automation:after, .side-nav li a.nav-pmr:after, .side-nav li a.nav-audit:after {
	border-left: 1px solid #ffffff;
	border-top: 1px solid #ffffff;
	opacity: .2;
	top: 30px;
}
*/


.side-nav li a:hover {
	background: #3c3c3c;
	/*border-right: 1px solid #d0d0d0;*/
	color: #ffffff;
	opacity: 1;
	transition: none;
}

.side-nav li a:hover span {
	opacity: 1;
}

.side-nav li a:hover:after {
	opacity: .1;
}

.side-nav li a.selected {
	background:  #3c3c3c;
	/*border-right: 1px solid #101010;*/
	color: #ffffff;
}

/*.side-nav li:nth-last-child(2) a {
	border-bottom: 1px #d0d0d0 solid;
}*/

/*.side-nav h3 {
	width: 250px;
	margin: 45px 0 14px 28px;
	font-size: 14px;
	font-weight: 300;
	opacity: 1;
	transition: opacity ease-in-out 0.28s;
}
*/
.side-nav .icon {
	display: block;
	position: absolute;
	top: 15px;
	left: 30px;
	width: 36px;
	height: 36px;
	overflow: hidden;
	background-image: url("img/icon-nav.png");
	background-size: 72px 252px;
	opacity: .6;
	transition: all ease-in-out 0.2s;
}

/*.side-nav .icon.pmr {
	left: 28px;
}

.side-nav .icon.audit {
	left: 28px;
}*/

.side-nav li a.selected .icon {
	opacity: 1.0;
}


.side-nav .active a span {
	opacity: 1;
}

.side-nav .icon.intro {
	background-position: 0px 0px !important;
}

.side-nav a.nav-intro:hover .icon.intro {
	background-position: -36px 0px !important;
	transition: none;
	transition: left ease-in-out 0.1s;
	opacity: 1;
}

.side-nav .selected .icon.intro, .side-nav .active .icon.intro {
	background-position: -36px 0px !important;
	opacity: 1;
}

.side-nav .icon.assessment {
	background-position: 0 -36px !important;
}

.side-nav a.nav-assessment:hover .icon.assessment {
	background-position: -36px -36px !important;
	transition: none;
	transition: left ease-in-out 0.1s;
	opacity: 1;
}

.side-nav .selected .icon.assessment, .side-nav .active .icon.assessment {
	background-position: -36px -36px !important;
	opacity: 1;
}

.side-nav .icon.rmf {
	background-position: 0px -72px !important;
}

.side-nav a.nav-rmf:hover .icon.rmf {
	background-position: -36px -72px !important;
	transition: none;
	transition: left ease-in-out 0.1s;
	opacity: 1;
}

.side-nav .selected .icon.rmf, .side-nav .active .icon.rmf {
	background-position: -36px -72px !important;
	opacity: 1;
}

.side-nav .icon.training {
	background-position: 0px -108px !important;
}

.side-nav a.nav-training:hover .icon.training {
	background-position: -36px -108px !important;
	transition: none;
	transition: left ease-in-out 0.1s;
	opacity: 1;
}

.side-nav .selected .icon.training, .side-nav .active .icon.training {
	background-position: -36px -108px !important;
	opacity: 1;
}

.side-nav .icon.automation {
	background-position: 0px -144px !important;
}

.side-nav a.nav-automation:hover .icon.automation {
	background-position: -36px -144px !important;
	transition: none;
	transition: left ease-in-out 0.1s;
	opacity: 1;
}

.side-nav .selected .icon.automation, .side-nav .active .icon.automation {
	background-position: -36px -144px !important;
	opacity: 1;
}
/*
.side-nav .icon.updates {
	background-position: -5px -235px !important;
}

.side-nav a.nav-updates:hover .icon.updates {
	background-position: -50px -235px !important;
	transition: none;
	transition: left ease-in-out 0.1s;
	opacity: 1;
}

.side-nav .selected .icon.updates, .side-nav .active .icon.updates {
	background-position: -50px -235px !important;
	opacity: 1;
}
*/
.side-nav .icon.audit {
	background-position: -0px -180px !important;
}

.side-nav a.nav-audit:hover .icon.audit {
	background-position: -36px -180px !important;
	transition: none;
	transition: left ease-in-out 0.1s;
	opacity: 1;
}

.side-nav .selected .icon.audit, .side-nav .active .icon.audit {
	background-position: -36px -180px !important;
	opacity: 1;
}

.side-nav .icon.pmr {
	background-position: 0px -216px !important;
}

.side-nav a.nav-pmr:hover .icon.pmr {
	background-position: -36px -216px !important;
	transition: none;
	transition: left ease-in-out 0.1s;
	opacity: 1;
}

.side-nav .selected .icon.pmr, .side-nav .active .icon.pmr {
	background-position: -36px -216px !important;
	opacity: 1;
}



.ie8 .side-nav .icon {
	background: url("img/icon-nav.png");
}

.nav-collapsed .side-nav li a {
	background: transparent;
}

.ie8 .side-nav li a {
	line-height: 60px;
	font-size: 14px;
}

.ie8 .side-nav .icon {
	top: 5px;
}

.nav-collapsed .side-nav {
	width: 75px;
	/*border-right: 1px solid #d0d0d0;*/
}

.nav-collapsed .side-nav li a {
	background: #efefef;
}

.nav-collapsed .side-container {
	width: 75px;
}


.nav-collapsed .side-nav .icon {
	left: 20px;
	transition: all ease-in-out 0.28s;
}


.nav-collapsed .usda-logo .logotype {
	background: url(img/USDA.png) 0 0 no-repeat;
    width: 70px;
    height: 49px;
    margin-right: 0;
    left: 5px;
    opacity: 1.0;
    transition: all ease-in-out 0.28s;
    background-size: 200px 49px;
}

.usda-logo.mobile {
	display: none;
	position: absolute;
	left: 10px;
	top: 10px;
}

.usda-logo.mobile .logotype {
	top: 5px;
	background-position: 0 -100px;
}


.content-frame {
	background: #fff;
	margin-left: 250px;
	transition: margin 0.28s ease-in-out;
	position: relative;
	overflow: hidden;
}

.content-frame .content {
	margin: 0 auto;
	width: 995px;
}


.nav-collapsed .content-frame {
	margin-left: 0;
}

.ie8 .content-frame {
	width: auto;
	margin-left: 250px;
}


.mega {
	display: none;
	position: fixed;
	left: 300px;
	top: 0;
	height: 100%;
	width: 300px;
	background:  #3c3c3c;
	padding: 0;
	/*padding-left: 120px;*/
	overflow: hidden;
	cursor: default;
	color: #c8c8c8;
	overflow-x: hidden;
	overflow-y: auto;
	transition: width ease-in-out 0.28s, background linear 0.1s;
	transform: translate(0px, 0);
	transform: translateZ(0);
	user-select: none;
	z-index: 140;
}

.mega ul li {
	list-style-type: none;	
	width: 100%;
	margin: 0;
	padding: 0;
	padding: 20px 0;
	border-bottom: 1px solid rgba(112,112,112,0.36)
}

.mega ul li:hover{
	background: #000
}


.mega ul li a{
	font-family: 'Avenir Next';    
    font-weight: 500;
    font-style: normal;
	font-size: 16px;
	color: #fff;
	line-height: 25px;
	padding: 0 25px;
	display: inline-block;
	text-decoration: none;
}

#accordion ul ul li.has-sub > a:after {
	border-top: 1px solid #eeeeee;
	content: "";
	display: block;
	height: 7px;
	position: absolute;
	right: 20px;
	top: 11px;
	transform: rotate(-135deg);
	width: 7px;
	z-index: 10;
}


#tablet-clear {
	display: none;
	height: 100%;
	width: 100%;
	position: fixed;
	z-index: 20;
	background-color: rgba(0, 0, 0, 0.5);
}

#tablet-clear.visible {
	display: block;
}


.accordion-wrap {
	display: none;
	background: #242424;
	position: fixed;
	width: 325px;
	height: 100%;
	top: 0;
	z-index: 300;
	left: -325px;
}

.accordion-wrap .mobile-nav-logo {
	display: block;
	position: absolute;
	transition: visibility 0.2s 0.25s ease-in-out;
	width: 240px;
	height: 36px;
	top: -36px;
	z-index: 135;
}

.accordion-wrap .mobile-nav-logo .nflops-logo {
	margin-top: 50px;
	margin-left: 10px;
	height: 49px;
	width: 200px;
}

.accordion-wrap .hamburger-container {
	position: relative;
	z-index: 50;
}

.accordion-wrap .hamburger {
	position: absolute;
	height: 75px;
	width: 150px;
	background: url("img/icon_hamburger-whitebg-150.png") transparent no-repeat;
	background-size: 75px 75px;
	background-position: 50px 0;
	right: -100px;
	top: 0;
	z-index: 305;
}

.hamburger.active {
	right: -75px;
}

@media screen and (device-aspect-ratio:2 / 3) {
	.mobile-nav-logo {
		width: 200px;
		height: 49px;
		top: -36px;
	}

	.mobile-nav-logo .nflops-logo {
		width: 200px;
		height: 49px;
		margin-top: 42px;
	}

	.mobile-header .btn-icon {
		margin-top: -6px;
		margin-left: 25px;
		width: 199px;
		height: 50px;
		background-size: 140px 60px;
	}

	.hide-ip5-nflops-logo {
		visibility: hidden;
		transition: visibility 0.2s 0.25s ease-in-out;
	}

}


@media screen and (device-aspect-ratio:40 / 71) {
	.accordion-wrap .mobile-nav-logo {
		left: 5px;
		top: -34px;
	}

	.accordion-wrap .mobile-nav-logo .nflops-logo {
		width: 200px;
		height: 49px;
	}

	.hide-ip5-nflops-logo {
		visibility: hidden;
		transition: visibility 0.2s 0.25s ease-in-out;
	}

	.mobile-header .btn-icon {
		margin-top: -6px;
		margin-left: 25px;
		width: 199px;
		height: 50px;
		background-size: 140px 60px;
	}

	.accordion-wrap .hamburger {
		width: 75px;
		background-position: 0 0;
		right: -75px;
	}
}

.accordion-wrap h3 {
	color: #afdefa;
	font-size: 1.9em;
	padding: 20px;
	margin: 0;
	font-weight: 300;
	background: #0d77b6;
}

.accordion-wrap a {
	display: block;
	color: #fff;
	font-size: 1.1em;
	font-weight: 300;
}

.accordion-wrap a:hover {
	background: #363636;
}

.accordion-wrap a:active {
	background: #afdefa;
	color: #47a3da;
}

.accordion-wrap a {
	border-bottom: 1px solid #363636;
	padding: 1em;
}

.accordion-wrap.accordion-wrap-open {
	left: 0;
}

.accordion-wrap-push-toright {
	left: 325px;
}

.accordion-wrap {
	transition: all ease-in-out 0.35s;
}

#accordion, #accordion ul, #accordion ul li, #accordion ul li a {
	border: 0 none;
	box-sizing: border-box;
	display: block;
	line-height: 1;
	list-style: none outside none;
	margin: 0;
	padding: 0;
	position: relative;
	transition: width ease-in-out 0.28s, background linear 0.1s;
}

#accordion {
	color: #ffffff;
	width: 100%;
	background: #242424;
	height: 100%;
	margin-top: 75px;
	padding-bottom: 250px;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	/*background: url("/images/bg/bg_mega.jpg") -140px no-repeat #2b2b2b;*/
	background: #2b2b2b;
	border-top: 2px solid #111;
}

#accordion .icon {
	display: block;
	position: absolute;
	top: 10px;
	left: 8px;
	width: 36px;
	height: 36px;
	overflow: hidden;
	background-image: url("img/icon-nav.png");
	opacity: 1.0;
	transition: all ease-in-out 0.2s;
}



#accordion ul ul {
	display: none;
}

#accordion > ul > li.active > ul {
	display: block;
}

.align-right {
	float: right;
}

#accordion > ul > li > a {
	background: #2b2b2b;
	border-top: 1px #393939 solid;
	color: #cccccc;
	cursor: pointer;
	font-size: 18px;
	padding: 25px 15px 25px 55px;
	text-decoration: none;
	z-index: 2;
}

#accordion .icon.intro {
	background-position: 0px 0px !important;
}

#accordion .selected .icon.intro {
	background-position: 0 -.3px !important;
}

#accordion .icon.assessment {
	background-position: -0px -36px !important;
}

#accordion .selected .icon.assessment {
	background-position: -36px -36px !important;
}

#accordion .icon.rmf {
	background-position: -0px -72px !important;
}

#accordion .selected .icon.rmf {
	background-position: -36px -72px !important;
}

#accordion .icon.training {
	background-position: -0px -108px !important;
}

#accordion .selected .icon.training {
	background-position: -36px -108px !important;
}

#accordion .icon.automation {
	background-position: -0px -144px !important;
}

#accordion .selected .icon.automation {
	background-position: -36px -144px !important;
}

#accordion .icon.audit {
	background-position: -0px -180px !important;
}

#accordion .selected .icon.audit {
	background-position: -36px -180px !important;
}

#accordion .icon.pmr {
	background-position: -0px -216px !important;
}

#accordion .selected .icon.pmr {
	background-position: -36px -216px !important;
}

#accordion > ul > li.active > a, #accordion > ul > li.selected > a {
	background: #111111;
	color: #ffffff;
}

#accordion > ul > li.active > a .holder:after, #accordion > ul > li.active > a .holder:before, #accordion > ul > li.selected > a .holder:after, #accordion > ul > li.selected > a .holder:before {
	right: 24px;
	top: 25px;
	transform: rotate(0deg);
	transition: all ease-in-out 0.2s;
	width: 13px;
	height: 0;
}

#accordion > ul > li:last-child > a, #accordion > ul > li.last > a {
	border-bottom: 1px solid #1c1c1c;
}

.holder {
	height: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 0;
}

.holder:after, .holder:before {
	content: "";
	display: block;
	height: 10px;
	position: absolute;
	right: 25px;
	transform: rotate(-135deg);
	width: 10px;
	z-index: 10;
}

.holder:after {
	border-left: 1px solid #ffffff;
	border-top: 1px solid #ffffff;
	opacity: .3;
	top: 17px;
}

#accordion > ul > li > a:hover > span:after, #accordion > ul > li.active > a > span:after, #accordion > ul > li.selected > a > span:after {
	border-color: #eeeeee;
}

.holder:before {
	top: 18px;
}

#accordion a.title {
	width: 100%;
	display: inline-block;
}

#accordion a.dropdown {
	width: 40px;
	height: 40px;
	text-indent: -9999px;
	z-index: 10;
	display: inline-block;
	position: absolute;
	right: 0;
	top: 10px;
	padding: 25px 25px;
	border-left: 1px #393939 solid;
	border-top: 0;
}

#accordion ul ul li a {
	background: none repeat scroll 0 0 #242424;
	border-bottom: 1px solid #1c1c1c;
	color: #cccccc;
	cursor: pointer;
	font-size: 16px;
	padding: 20px 20px;
	text-decoration: none;
	z-index: 1;
}

#accordion ul ul li:hover > a, #accordion ul ul li.selected > a, #accordion ul ul li.active > a {
	background: none repeat scroll 0 0 #2e2e2e;
	color: #ffffff;
}

#accordion ul ul li:first-child > a {
	box-shadow: none;
}

#accordion ul ul ul li a {
	padding-left: 30px;
}

#accordion > ul > li > ul > li:last-child > a, #accordion > ul > li > ul > li.last > a {
	border-bottom: 0 none;
}

#accordion > ul > li > ul > li.selected:last-child > a, #accordion > ul > li > ul > li.last.selected > a {
	border-bottom: 1px solid #1c1c1c;
}

#accordion > ul > li > ul > li.selected:last-child > ul > li:last-child > a {
	border-bottom: 0 none;
}



#accordion ul ul li.active > a:after, #accordion ul ul li.selected > a:after, #accordion ul ul li > a:hover:after {
	border-color: #ffffff;
}



.mobile-header {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	padding-top: 21px;
	padding-left: 13px;
	width: 100%;
	height: 77px;
	background: #242424;
	border-bottom: 2px solid #111;
	color: #ddd;
	font-size: 16px;
	font-weight: 300;
	z-index: 140;
	text-align: center;
}

.mobile-header .center {
	width: 200px;
	margin: 0 auto;
	z-index: 137;
}

.mobile-header .btn-icon {
	display: block;
	margin: 0 auto;
	margin-top: -5px;
	margin-left: 13px;
	width: 200px;
	height: 49px;
	background: url("img/USDA-white.png") no-repeat left top;
	background-size: 200px 49px;
}

.mobile-header .search {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: right;
	line-height: 32px;
	position: absolute;
	right: 17px;
	top: 22px;
}



@media only screen and (-webkit-min-device-pixel-ratio:1.5), only screen and (-o-min-device-pixel-ratio:3 / 2), only screen and (min--moz-device-pixel-ratio:1.5), only screen and (min-device-pixel-ratio:1.5) {
	.side-nav .icon {
		background-image: url("img/icon-nav.png");
		background-size: 72px 252px;
	}

	#accordion .icon {
		background-image: url("img/icon-nav.png");
		background-size: 72px 252px;
	}



}



@media screen and (max-width:740px) {
	body {
		padding-left: 0;
	}

	body.nav-collapsed {
		padding-left: 0;
	}

.content-frame {
		margin-left: 0;
	}

	.content-frame {
		padding-top: 75px;
	}

	.mobile-header {
		display: block;
	}

	.accordion-wrap {
		display: block;
	}

	.logo-nav {
		display: none;
	}

	.side-container {
		display: none;
	}

	.side-nav {
		display: none;
		transition: none;
	}

	.usda-logo.mobile {
		display: block;
	}

	.accordion-wrap {
		display: block;
		/*width: 240px;*/
	}

	.accordion-wrap.accordion-wrap-open{
		width: 240px;
	}

	#accordion > ul > li > a{
		font-size: 15px;
	}

	html.side-nav-always-open .side-nav li a:hover {
		background: #2b2b2b;
	}

	body #contentFrame .content-block-home .content .category-info p {
		font-size: 14px !important;
		line-height: 28px;
	}

}


.flip1{
	position: absolute;
	left: 150px;
	top: 20px;
}
.flip2{
	position: absolute;
	left: 379px;
	top: 20px;
}
.flip3{
	position: absolute;
	left: 610px;
	top: -112px;
}
.flip4{
	position: absolute;
	left: 265px;
	top: 220px;
}

.flip5{
	position: absolute;
	left: 495px;
	top: 220px;
}
.flip6{
	position: absolute;
	left: 725px;
	top: 87px;
}
.flip-card {
  background-color: transparent;
  width: 225px;
  height: 260px;  
  /*perspective: 1000px; */
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: all ease-in-out 0.28s;
  transform-style: preserve-3d;
}

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden; /* Safari */
  backface-visibility: hidden;
}


.flip-card-front {

}

.flip-card-back {	
	background-position: top left;
	background-repeat: no-repeat;
    color: white;
	transform: rotateY(180deg);
	position: relative;	
}
.flip-card-back.bg1{
background-image: url('img/1-hover.png');
}
.flip-card-back.bg2{
background-image: url('img/2-hover.png');
}
.flip-card-back.bg3{
background-image: url('img/3-hover.png');
}
.flip-card-back.bg4{
background-image: url('img/4-hover.png');
}
.flip-card-back.bg5{
background-image: url('img/5-hover.png');
}
.flip-card-back.bg6{
background-image: url('img/6-hover.png');
}
.flip-card-back h2{
	position: absolute;
	top: 45%;
	text-align: center;
	display: inline-block;
	width: 100%;
	left: 0;

}

.flip-card-back h2 a{
	font-size: 20px;
	font-weight: 500;
	text-decoration: none;
	color: #fff;
}
.flip-card-back h2 a:hover{
	opacity: 0.8
}


.bg-header{
	background-image: url('img/bg-header.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: left bottom;
	/*background-attachment: fixed;*/
	height: 80vh;
	min-height: 800px;
}

#homeBanner{
	position: relative;
}
#homeBanner h1{
	font-size: 30px;
	line-height: 40px;
	font-weight: bold;
	width: 500px;
	color: #fff;
	position: absolute;
	bottom: 10%;
	right: 10%;
	z-index: 2;
}

.bg-wave{
	z-index: 1;
	position: absolute;
	width: 100%;
	height: 600px;
	margin-top: -200px;
}

.z2{
	z-index: 2;
	
}

#bgSection3{
	background-image: url(img/bg-wave-2.png);
    background-position: left bottom;
    background-repeat: no-repeat;
    min-height: 900px;
    padding: 300px 0 0px;
    background-size: cover;
}

.txt-intro{
	font-weight: 500;
	font-size: 18px;
	color: #A8DFE2
}

.txt-intro-gray{
	font-weight: 500;
	font-size: 18px;
	color: #808080
}

#bgSection3 h2{	
	font-size: 34px;
	line-height: 47px;
	font-weight: 500;
	color: #fff;
}
#bgSection3 p{
	color: #fff;
	font-size: 18px;
	line-height: 29px;
	font-family: 'Avenir Book';

}

#bgSection4{
	background-image: url('img/bg-section4.png');
	background-position: right top;
	background-repeat: no-repeat;
	min-height: 1200px;
	margin-top: -100px;
	padding-top: 200px;
}

#bgSection4 h2{	
	font-size: 36px;
	line-height: 49px;
	font-weight: 500;
	color: #002a2e;
}
#bgSection4 p{
	color: #000;
	font-size: 18px;
	line-height: 29px;
	font-family: 'Avenir Book';

}

.head2{
	font-size: 34px;
	line-height: 47px;
	font-weight: 500;
	color: #002a2e;
}

.innerp{
	color: #000;
	font-size: 18px;
	line-height: 29px;
	font-family: 'Avenir Book';
}

.pad-inner{
	padding: 4em 0;
}

.pad-inner2{
	padding: 8em 0;
}

.rmf-1{
	position: absolute; 
	right: 0;
	top: 100px;
	z-index: 0
}
.rmf-2{
	position: absolute; 
	left: 0;
	top: 100px;
}

.text-align-right{
	text-align: right;;
}

#pageBanner{
	background-size: 100%;
	background-position: left top;
	background-attachment: fixed;
	background-repeat: no-repeat;
	min-height: 350px;
}

#pageBanner h1{
	color: #fff;
	font-weight: 500;
	font-size: 51px;
	z-index: 1
}

.page .heading{
	font-size: 34px;
	font-weight: 500;
	line-height: 47px;
	color: #002a2e;
	margin-bottom: 36px;
}

.page p{
	font-size: 18px;
	line-height: 29px;
}

.page-divider{
	position: absolute;
	top: 100px;
	right: 0;

}

.text-center{
	text-align: center;
}

.icon-download{
	font-weight: 500;
	font-size: 13px;
	color: #808080;	
}

.icon-download:hover{
	color: #002a2e;
	text-decoration: none;
}

.box-lity{
	background-color: #fff;
	width: 900px;
	max-width: 100%;
}

.box-lity.large{
	width: 1200px;
}

.btn-download{
	font-family: 'Avenir Next';
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.50;
	color: #205955;
	background: transparent;
	display: inline-block;
	border: 1px solid #214f4d;
	padding: 15px 30px;
	border-radius: 25px;
	transition: all ease-in-out 0.1s;
}

.btn-download:hover{
	text-decoration: none;
	background: #214f4d;
	color: #fff;
}

.box-lity h4{
	font-size: 18px;
	font-weight: 500;
	line-height: 26px;
	color: #808080;
}

.box-lity h2{
	font-size: 30px;
	font-weight: 500;
	line-height: 40px;
	color: #002a2e;
}

.box-lity p{
	 font-family: 'Avenir Book';
	font-size: 15px;
	font-weight: normal;
	line-height: 23px;
	color: #000000;
}

.box-lity small{
    font-family: 'Avenir Book';
	font-size: 13px;
	font-weight: normal;
	color: #808080;
	display: inline-block;
}

.headingh2{
	font-size: 34px;
	line-height: 47px;
	font-weight: 500;
	color: #002a2e;
}

.download-icon{
	width: 76px;
	height: 88px;
	background-image: url('img/icon-download-n.png');
	background-position: left top;
	background-repeat: no-repeat;	
	display: inline-block;
	text-indent: -999em;
	transition: all ease-in-out 0.28s;
}
.download-icon:hover{
	background-image: url('img/icon-download-n-hover.png');
}


.download-icon-n{
	width: 80px;
	height: 95px;
	background-image: url('img/icon-download.png');
	background-position: left top;
	background-repeat: no-repeat;	
	display: inline-block;
	text-indent: -999em;
	transition: all ease-in-out 0.28s;
}
.download-icon-n:hover{
	background-image: url('img/icon-download-hover.png');
}

.btn-home{
    font-family: 'Avenir Next';
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
    color: #fff;
    background: transparent;
    display: inline-block;
    border: 1px solid #fff;
    padding: 15px 30px;
    border-radius: 25px;
    transition: all ease-in-out 0.1s;
    text-transform: uppercase;
}

.btn-home:hover{
	background: #fff;
	text-decoration: none;
}

.list li{
	list-style: disc; 
	margin-left: 15px;
}

.icon-wrapper{
	display: flex;
}
.icon-wrapper-item{
	flex-basis: 100%;
 	/*text-align: center;*/
}

.small-links a{
	font-size: 14px !important;
}
