html {
	box-sizing: border-box;
}

*,
*::after,
*::before {
	box-sizing: inherit;
}

/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
	font-family: sans-serif;
	/* 1 */
	-ms-text-size-adjust: 100%;
	/* 2 */
	-webkit-text-size-adjust: 100%;
	/* 2 */
}

/**
 * Remove default margin.
 */
body {
	margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
	display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
	display: inline-block;
	/* 1 */
	vertical-align: baseline;
	/* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
	display: none;
	height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
	display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
	background: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
	outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
	border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
	font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
	font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
	background: #ff0;
	color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
	border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
	overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
	margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
	overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
	color: inherit;
	/* 1 */
	font: inherit;
	/* 2 */
	margin: 0;
	/* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
	overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"], input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	/* 2 */
	cursor: pointer;
	/* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
	cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
	line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	/* 1 */
	padding: 0;
	/* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
	-webkit-appearance: textfield;
	/* 1 */
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	/* 2 */
	box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
	border: 0;
	/* 1 */
	padding: 0;
	/* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
	overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
	font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*!
 *  Font Awesome 4.1.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
	font-family: 'FontAwesome';
	src: url("../fonts/fontawesome-webfont.eot?v=4.1.0");
	src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.1.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff?v=4.1.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.1.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.1.0#fontawesomeregular") format("svg");
	font-weight: normal;
	font-style: normal;
}

.fa {
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
	font-size: 1.33333333em;
	line-height: 0.75em;
	vertical-align: -15%;
}

.fa-2x {
	font-size: 2em;
}

.fa-3x {
	font-size: 3em;
}

.fa-4x {
	font-size: 4em;
}

.fa-5x {
	font-size: 5em;
}

.fa-fw {
	width: 1.28571429em;
	text-align: center;
}

.fa-ul {
	padding-left: 0;
	margin-left: 2.14285714em;
	list-style-type: none;
}

.fa-ul > li {
	position: relative;
}

.fa-li {
	position: absolute;
	left: -2.14285714em;
	width: 2.14285714em;
	top: 0.14285714em;
	text-align: center;
}

.fa-li.fa-lg {
	left: -1.85714286em;
}

.fa-border {
	padding: 0.2em 0.25em 0.15em;
	border: solid 0.08em #eeeeee;
	border-radius: .1em;
}

.pull-right {
	float: right;
}

.pull-left {
	float: left;
}

.fa.pull-left {
	margin-right: .3em;
}

.fa.pull-right {
	margin-left: .3em;
}

.fa-spin {
	-webkit-animation: spin 2s infinite linear;
	-moz-animation: spin 2s infinite linear;
	-o-animation: spin 2s infinite linear;
	animation: spin 2s infinite linear;
}

@-moz-keyframes spin {
	0% {
		-moz-transform: rotate(0deg);
	}
	100% {
		-moz-transform: rotate(359deg);
	}
}

@-webkit-keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(359deg);
	}
}

@-o-keyframes spin {
	0% {
		-o-transform: rotate(0deg);
	}
	100% {
		-o-transform: rotate(359deg);
	}
}

@keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

.fa-rotate-90 {
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}

.fa-rotate-180 {
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}

.fa-rotate-270 {
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
	-webkit-transform: rotate(270deg);
	-moz-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	-o-transform: rotate(270deg);
	transform: rotate(270deg);
}

.fa-flip-horizontal {
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
	-webkit-transform: scale(-1, 1);
	-moz-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	-o-transform: scale(-1, 1);
	transform: scale(-1, 1);
}

.fa-flip-vertical {
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
	-webkit-transform: scale(1, -1);
	-moz-transform: scale(1, -1);
	-ms-transform: scale(1, -1);
	-o-transform: scale(1, -1);
	transform: scale(1, -1);
}

.fa-stack {
	position: relative;
	display: inline-block;
	width: 2em;
	height: 2em;
	line-height: 2em;
	vertical-align: middle;
}

.fa-stack-1x,
.fa-stack-2x {
	position: absolute;
	left: 0;
	width: 100%;
	text-align: center;
}

.fa-stack-1x {
	line-height: inherit;
}

.fa-stack-2x {
	font-size: 2em;
}

.fa-inverse {
	color: #ffffff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
	content: "\f000";
}

.fa-music:before {
	content: "\f001";
}

.fa-search:before {
	content: "\f002";
}

.fa-envelope-o:before {
	content: "\f003";
}

.fa-heart:before {
	content: "\f004";
}

.fa-star:before {
	content: "\f005";
}

.fa-star-o:before {
	content: "\f006";
}

.fa-user:before {
	content: "\f007";
}

.fa-film:before {
	content: "\f008";
}

.fa-th-large:before {
	content: "\f009";
}

.fa-th:before {
	content: "\f00a";
}

.fa-th-list:before {
	content: "\f00b";
}

.fa-check:before {
	content: "\f00c";
}

.fa-times:before {
	content: "\f00d";
}

.fa-search-plus:before {
	content: "\f00e";
}

.fa-search-minus:before {
	content: "\f010";
}

.fa-power-off:before {
	content: "\f011";
}

.fa-signal:before {
	content: "\f012";
}

.fa-gear:before,
.fa-cog:before {
	content: "\f013";
}

.fa-trash-o:before {
	content: "\f014";
}

.fa-home:before {
	content: "\f015";
}

.fa-file-o:before {
	content: "\f016";
}

.fa-clock-o:before {
	content: "\f017";
}

.fa-road:before {
	content: "\f018";
}

.fa-download:before {
	content: "\f019";
}

.fa-arrow-circle-o-down:before {
	content: "\f01a";
}

.fa-arrow-circle-o-up:before {
	content: "\f01b";
}

.fa-inbox:before {
	content: "\f01c";
}

.fa-play-circle-o:before {
	content: "\f01d";
}

.fa-rotate-right:before,
.fa-repeat:before {
	content: "\f01e";
}

.fa-refresh:before {
	content: "\f021";
}

.fa-list-alt:before {
	content: "\f022";
}

.fa-lock:before {
	content: "\f023";
}

.fa-flag:before {
	content: "\f024";
}

.fa-headphones:before {
	content: "\f025";
}

.fa-volume-off:before {
	content: "\f026";
}

.fa-volume-down:before {
	content: "\f027";
}

.fa-volume-up:before {
	content: "\f028";
}

.fa-qrcode:before {
	content: "\f029";
}

.fa-barcode:before {
	content: "\f02a";
}

.fa-tag:before {
	content: "\f02b";
}

.fa-tags:before {
	content: "\f02c";
}

.fa-book:before {
	content: "\f02d";
}

.fa-bookmark:before {
	content: "\f02e";
}

.fa-print:before {
	content: "\f02f";
}

.fa-camera:before {
	content: "\f030";
}

.fa-font:before {
	content: "\f031";
}

.fa-bold:before {
	content: "\f032";
}

.fa-italic:before {
	content: "\f033";
}

.fa-text-height:before {
	content: "\f034";
}

.fa-text-width:before {
	content: "\f035";
}

.fa-align-left:before {
	content: "\f036";
}

.fa-align-center:before {
	content: "\f037";
}

.fa-align-right:before {
	content: "\f038";
}

.fa-align-justify:before {
	content: "\f039";
}

.fa-list:before {
	content: "\f03a";
}

.fa-dedent:before,
.fa-outdent:before {
	content: "\f03b";
}

.fa-indent:before {
	content: "\f03c";
}

.fa-video-camera:before {
	content: "\f03d";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
	content: "\f03e";
}

.fa-pencil:before {
	content: "\f040";
}

.fa-map-marker:before {
	content: "\f041";
}

.fa-adjust:before {
	content: "\f042";
}

.fa-tint:before {
	content: "\f043";
}

.fa-edit:before,
.fa-pencil-square-o:before {
	content: "\f044";
}

.fa-share-square-o:before {
	content: "\f045";
}

.fa-check-square-o:before {
	content: "\f046";
}

.fa-arrows:before {
	content: "\f047";
}

.fa-step-backward:before {
	content: "\f048";
}

.fa-fast-backward:before {
	content: "\f049";
}

.fa-backward:before {
	content: "\f04a";
}

.fa-play:before {
	content: "\f04b";
}

.fa-pause:before {
	content: "\f04c";
}

.fa-stop:before {
	content: "\f04d";
}

.fa-forward:before {
	content: "\f04e";
}

.fa-fast-forward:before {
	content: "\f050";
}

.fa-step-forward:before {
	content: "\f051";
}

.fa-eject:before {
	content: "\f052";
}

.fa-chevron-left:before {
	content: "\f053";
}

.fa-chevron-right:before {
	content: "\f054";
}

.fa-plus-circle:before {
	content: "\f055";
}

.fa-minus-circle:before {
	content: "\f056";
}

.fa-times-circle:before {
	content: "\f057";
}

.fa-check-circle:before {
	content: "\f058";
}

.fa-question-circle:before {
	content: "\f059";
}

.fa-info-circle:before {
	content: "\f05a";
}

.fa-crosshairs:before {
	content: "\f05b";
}

.fa-times-circle-o:before {
	content: "\f05c";
}

.fa-check-circle-o:before {
	content: "\f05d";
}

.fa-ban:before {
	content: "\f05e";
}

.fa-arrow-left:before {
	content: "\f060";
}

.fa-arrow-right:before {
	content: "\f061";
}

.fa-arrow-up:before {
	content: "\f062";
}

.fa-arrow-down:before {
	content: "\f063";
}

.fa-mail-forward:before,
.fa-share:before {
	content: "\f064";
}

.fa-expand:before {
	content: "\f065";
}

.fa-compress:before {
	content: "\f066";
}

.fa-plus:before {
	content: "\f067";
}

.fa-minus:before {
	content: "\f068";
}

.fa-asterisk:before {
	content: "\f069";
}

.fa-exclamation-circle:before {
	content: "\f06a";
}

.fa-gift:before {
	content: "\f06b";
}

.fa-leaf:before {
	content: "\f06c";
}

.fa-fire:before {
	content: "\f06d";
}

.fa-eye:before {
	content: "\f06e";
}

.fa-eye-slash:before {
	content: "\f070";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
	content: "\f071";
}

.fa-plane:before {
	content: "\f072";
}

.fa-calendar:before {
	content: "\f073";
}

.fa-random:before {
	content: "\f074";
}

.fa-comment:before {
	content: "\f075";
}

.fa-magnet:before {
	content: "\f076";
}

.fa-chevron-up:before {
	content: "\f077";
}

.fa-chevron-down:before {
	content: "\f078";
}

.fa-retweet:before {
	content: "\f079";
}

.fa-shopping-cart:before {
	content: "\f07a";
}

.fa-folder:before {
	content: "\f07b";
}

.fa-folder-open:before {
	content: "\f07c";
}

.fa-arrows-v:before {
	content: "\f07d";
}

.fa-arrows-h:before {
	content: "\f07e";
}

.fa-bar-chart-o:before {
	content: "\f080";
}

.fa-twitter-square:before {
	content: "\f081";
}

.fa-facebook-square:before {
	content: "\f082";
}

.fa-camera-retro:before {
	content: "\f083";
}

.fa-key:before {
	content: "\f084";
}

.fa-gears:before,
.fa-cogs:before {
	content: "\f085";
}

.fa-comments:before {
	content: "\f086";
}

.fa-thumbs-o-up:before {
	content: "\f087";
}

.fa-thumbs-o-down:before {
	content: "\f088";
}

.fa-star-half:before {
	content: "\f089";
}

.fa-heart-o:before {
	content: "\f08a";
}

.fa-sign-out:before {
	content: "\f08b";
}

.fa-linkedin-square:before {
	content: "\f08c";
}

.fa-thumb-tack:before {
	content: "\f08d";
}

.fa-external-link:before {
	content: "\f08e";
}

.fa-sign-in:before {
	content: "\f090";
}

.fa-trophy:before {
	content: "\f091";
}

.fa-github-square:before {
	content: "\f092";
}

.fa-upload:before {
	content: "\f093";
}

.fa-lemon-o:before {
	content: "\f094";
}

.fa-phone:before {
	content: "\f095";
}

.fa-square-o:before {
	content: "\f096";
}

.fa-bookmark-o:before {
	content: "\f097";
}

.fa-phone-square:before {
	content: "\f098";
}

.fa-twitter:before {
	content: "\f099";
}

.fa-facebook:before {
	content: "\f09a";
}

.fa-github:before {
	content: "\f09b";
}

.fa-unlock:before {
	content: "\f09c";
}

.fa-credit-card:before {
	content: "\f09d";
}

.fa-rss:before {
	content: "\f09e";
}

.fa-hdd-o:before {
	content: "\f0a0";
}

.fa-bullhorn:before {
	content: "\f0a1";
}

.fa-bell:before {
	content: "\f0f3";
}

.fa-certificate:before {
	content: "\f0a3";
}

.fa-hand-o-right:before {
	content: "\f0a4";
}

.fa-hand-o-left:before {
	content: "\f0a5";
}

.fa-hand-o-up:before {
	content: "\f0a6";
}

.fa-hand-o-down:before {
	content: "\f0a7";
}

.fa-arrow-circle-left:before {
	content: "\f0a8";
}

.fa-arrow-circle-right:before {
	content: "\f0a9";
}

.fa-arrow-circle-up:before {
	content: "\f0aa";
}

.fa-arrow-circle-down:before {
	content: "\f0ab";
}

.fa-globe:before {
	content: "\f0ac";
}

.fa-wrench:before {
	content: "\f0ad";
}

.fa-tasks:before {
	content: "\f0ae";
}

.fa-filter:before {
	content: "\f0b0";
}

.fa-briefcase:before {
	content: "\f0b1";
}

.fa-arrows-alt:before {
	content: "\f0b2";
}

.fa-group:before,
.fa-users:before {
	content: "\f0c0";
}

.fa-chain:before,
.fa-link:before {
	content: "\f0c1";
}

.fa-cloud:before {
	content: "\f0c2";
}

.fa-flask:before {
	content: "\f0c3";
}

.fa-cut:before,
.fa-scissors:before {
	content: "\f0c4";
}

.fa-copy:before,
.fa-files-o:before {
	content: "\f0c5";
}

.fa-paperclip:before {
	content: "\f0c6";
}

.fa-save:before,
.fa-floppy-o:before {
	content: "\f0c7";
}

.fa-square:before {
	content: "\f0c8";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
	content: "\f0c9";
}

.fa-list-ul:before {
	content: "\f0ca";
}

.fa-list-ol:before {
	content: "\f0cb";
}

.fa-strikethrough:before {
	content: "\f0cc";
}

.fa-underline:before {
	content: "\f0cd";
}

.fa-table:before {
	content: "\f0ce";
}

.fa-magic:before {
	content: "\f0d0";
}

.fa-truck:before {
	content: "\f0d1";
}

.fa-pinterest:before {
	content: "\f0d2";
}

.fa-pinterest-square:before {
	content: "\f0d3";
}

.fa-google-plus-square:before {
	content: "\f0d4";
}

.fa-google-plus:before {
	content: "\f0d5";
}

.fa-money:before {
	content: "\f0d6";
}

.fa-caret-down:before {
	content: "\f0d7";
}

.fa-caret-up:before {
	content: "\f0d8";
}

.fa-caret-left:before {
	content: "\f0d9";
}

.fa-caret-right:before {
	content: "\f0da";
}

.fa-columns:before {
	content: "\f0db";
}

.fa-unsorted:before,
.fa-sort:before {
	content: "\f0dc";
}

.fa-sort-down:before,
.fa-sort-desc:before {
	content: "\f0dd";
}

.fa-sort-up:before,
.fa-sort-asc:before {
	content: "\f0de";
}

.fa-envelope:before {
	content: "\f0e0";
}

.fa-linkedin:before {
	content: "\f0e1";
}

.fa-rotate-left:before,
.fa-undo:before {
	content: "\f0e2";
}

.fa-legal:before,
.fa-gavel:before {
	content: "\f0e3";
}

.fa-dashboard:before,
.fa-tachometer:before {
	content: "\f0e4";
}

.fa-comment-o:before {
	content: "\f0e5";
}

.fa-comments-o:before {
	content: "\f0e6";
}

.fa-flash:before,
.fa-bolt:before {
	content: "\f0e7";
}

.fa-sitemap:before {
	content: "\f0e8";
}

.fa-umbrella:before {
	content: "\f0e9";
}

.fa-paste:before,
.fa-clipboard:before {
	content: "\f0ea";
}

.fa-lightbulb-o:before {
	content: "\f0eb";
}

.fa-exchange:before {
	content: "\f0ec";
}

.fa-cloud-download:before {
	content: "\f0ed";
}

.fa-cloud-upload:before {
	content: "\f0ee";
}

.fa-user-md:before {
	content: "\f0f0";
}

.fa-stethoscope:before {
	content: "\f0f1";
}

.fa-suitcase:before {
	content: "\f0f2";
}

.fa-bell-o:before {
	content: "\f0a2";
}

.fa-coffee:before {
	content: "\f0f4";
}

.fa-cutlery:before {
	content: "\f0f5";
}

.fa-file-text-o:before {
	content: "\f0f6";
}

.fa-building-o:before {
	content: "\f0f7";
}

.fa-hospital-o:before {
	content: "\f0f8";
}

.fa-ambulance:before {
	content: "\f0f9";
}

.fa-medkit:before {
	content: "\f0fa";
}

.fa-fighter-jet:before {
	content: "\f0fb";
}

.fa-beer:before {
	content: "\f0fc";
}

.fa-h-square:before {
	content: "\f0fd";
}

.fa-plus-square:before {
	content: "\f0fe";
}

.fa-angle-double-left:before {
	content: "\f100";
}

.fa-angle-double-right:before {
	content: "\f101";
}

.fa-angle-double-up:before {
	content: "\f102";
}

.fa-angle-double-down:before {
	content: "\f103";
}

.fa-angle-left:before {
	content: "\f104";
}

.fa-angle-right:before {
	content: "\f105";
}

.fa-angle-up:before {
	content: "\f106";
}

.fa-angle-down:before {
	content: "\f107";
}

.fa-desktop:before {
	content: "\f108";
}

.fa-laptop:before {
	content: "\f109";
}

.fa-tablet:before {
	content: "\f10a";
}

.fa-mobile-phone:before,
.fa-mobile:before {
	content: "\f10b";
}

.fa-circle-o:before {
	content: "\f10c";
}

.fa-quote-left:before {
	content: "\f10d";
}

.fa-quote-right:before {
	content: "\f10e";
}

.fa-spinner:before {
	content: "\f110";
}

.fa-circle:before {
	content: "\f111";
}

.fa-mail-reply:before,
.fa-reply:before {
	content: "\f112";
}

.fa-github-alt:before {
	content: "\f113";
}

.fa-folder-o:before {
	content: "\f114";
}

.fa-folder-open-o:before {
	content: "\f115";
}

.fa-smile-o:before {
	content: "\f118";
}

.fa-frown-o:before {
	content: "\f119";
}

.fa-meh-o:before {
	content: "\f11a";
}

.fa-gamepad:before {
	content: "\f11b";
}

.fa-keyboard-o:before {
	content: "\f11c";
}

.fa-flag-o:before {
	content: "\f11d";
}

.fa-flag-checkered:before {
	content: "\f11e";
}

.fa-terminal:before {
	content: "\f120";
}

.fa-code:before {
	content: "\f121";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
	content: "\f122";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
	content: "\f123";
}

.fa-location-arrow:before {
	content: "\f124";
}

.fa-crop:before {
	content: "\f125";
}

.fa-code-fork:before {
	content: "\f126";
}

.fa-unlink:before,
.fa-chain-broken:before {
	content: "\f127";
}

.fa-question:before {
	content: "\f128";
}

.fa-info:before {
	content: "\f129";
}

.fa-exclamation:before {
	content: "\f12a";
}

.fa-superscript:before {
	content: "\f12b";
}

.fa-subscript:before {
	content: "\f12c";
}

.fa-eraser:before {
	content: "\f12d";
}

.fa-puzzle-piece:before {
	content: "\f12e";
}

.fa-microphone:before {
	content: "\f130";
}

.fa-microphone-slash:before {
	content: "\f131";
}

.fa-shield:before {
	content: "\f132";
}

.fa-calendar-o:before {
	content: "\f133";
}

.fa-fire-extinguisher:before {
	content: "\f134";
}

.fa-rocket:before {
	content: "\f135";
}

.fa-maxcdn:before {
	content: "\f136";
}

.fa-chevron-circle-left:before {
	content: "\f137";
}

.fa-chevron-circle-right:before {
	content: "\f138";
}

.fa-chevron-circle-up:before {
	content: "\f139";
}

.fa-chevron-circle-down:before {
	content: "\f13a";
}

.fa-html5:before {
	content: "\f13b";
}

.fa-css3:before {
	content: "\f13c";
}

.fa-anchor:before {
	content: "\f13d";
}

.fa-unlock-alt:before {
	content: "\f13e";
}

.fa-bullseye:before {
	content: "\f140";
}

.fa-ellipsis-h:before {
	content: "\f141";
}

.fa-ellipsis-v:before {
	content: "\f142";
}

.fa-rss-square:before {
	content: "\f143";
}

.fa-play-circle:before {
	content: "\f144";
}

.fa-ticket:before {
	content: "\f145";
}

.fa-minus-square:before {
	content: "\f146";
}

.fa-minus-square-o:before {
	content: "\f147";
}

.fa-level-up:before {
	content: "\f148";
}

.fa-level-down:before {
	content: "\f149";
}

.fa-check-square:before {
	content: "\f14a";
}

.fa-pencil-square:before {
	content: "\f14b";
}

.fa-external-link-square:before {
	content: "\f14c";
}

.fa-share-square:before {
	content: "\f14d";
}

.fa-compass:before {
	content: "\f14e";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
	content: "\f150";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
	content: "\f151";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
	content: "\f152";
}

.fa-euro:before,
.fa-eur:before {
	content: "\f153";
}

.fa-gbp:before {
	content: "\f154";
}

.fa-dollar:before,
.fa-usd:before {
	content: "\f155";
}

.fa-rupee:before,
.fa-inr:before {
	content: "\f156";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
	content: "\f157";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
	content: "\f158";
}

.fa-won:before,
.fa-krw:before {
	content: "\f159";
}

.fa-bitcoin:before,
.fa-btc:before {
	content: "\f15a";
}

.fa-file:before {
	content: "\f15b";
}

.fa-file-text:before {
	content: "\f15c";
}

.fa-sort-alpha-asc:before {
	content: "\f15d";
}

.fa-sort-alpha-desc:before {
	content: "\f15e";
}

.fa-sort-amount-asc:before {
	content: "\f160";
}

.fa-sort-amount-desc:before {
	content: "\f161";
}

.fa-sort-numeric-asc:before {
	content: "\f162";
}

.fa-sort-numeric-desc:before {
	content: "\f163";
}

.fa-thumbs-up:before {
	content: "\f164";
}

.fa-thumbs-down:before {
	content: "\f165";
}

.fa-youtube-square:before {
	content: "\f166";
}

.fa-youtube:before {
	content: "\f167";
}

.fa-xing:before {
	content: "\f168";
}

.fa-xing-square:before {
	content: "\f169";
}

.fa-youtube-play:before {
	content: "\f16a";
}

.fa-dropbox:before {
	content: "\f16b";
}

.fa-stack-overflow:before {
	content: "\f16c";
}

.fa-instagram:before {
	content: "\f16d";
}

.fa-flickr:before {
	content: "\f16e";
}

.fa-adn:before {
	content: "\f170";
}

.fa-bitbucket:before {
	content: "\f171";
}

.fa-bitbucket-square:before {
	content: "\f172";
}

.fa-tumblr:before {
	content: "\f173";
}

.fa-tumblr-square:before {
	content: "\f174";
}

.fa-long-arrow-down:before {
	content: "\f175";
}

.fa-long-arrow-up:before {
	content: "\f176";
}

.fa-long-arrow-left:before {
	content: "\f177";
}

.fa-long-arrow-right:before {
	content: "\f178";
}

.fa-apple:before {
	content: "\f179";
}

.fa-windows:before {
	content: "\f17a";
}

.fa-android:before {
	content: "\f17b";
}

.fa-linux:before {
	content: "\f17c";
}

.fa-dribbble:before {
	content: "\f17d";
}

.fa-skype:before {
	content: "\f17e";
}

.fa-foursquare:before {
	content: "\f180";
}

.fa-trello:before {
	content: "\f181";
}

.fa-female:before {
	content: "\f182";
}

.fa-male:before {
	content: "\f183";
}

.fa-gittip:before {
	content: "\f184";
}

.fa-sun-o:before {
	content: "\f185";
}

.fa-moon-o:before {
	content: "\f186";
}

.fa-archive:before {
	content: "\f187";
}

.fa-bug:before {
	content: "\f188";
}

.fa-vk:before {
	content: "\f189";
}

.fa-weibo:before {
	content: "\f18a";
}

.fa-renren:before {
	content: "\f18b";
}

.fa-pagelines:before {
	content: "\f18c";
}

.fa-stack-exchange:before {
	content: "\f18d";
}

.fa-arrow-circle-o-right:before {
	content: "\f18e";
}

.fa-arrow-circle-o-left:before {
	content: "\f190";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
	content: "\f191";
}

.fa-dot-circle-o:before {
	content: "\f192";
}

.fa-wheelchair:before {
	content: "\f193";
}

.fa-vimeo-square:before {
	content: "\f194";
}

.fa-turkish-lira:before,
.fa-try:before {
	content: "\f195";
}

.fa-plus-square-o:before {
	content: "\f196";
}

.fa-space-shuttle:before {
	content: "\f197";
}

.fa-slack:before {
	content: "\f198";
}

.fa-envelope-square:before {
	content: "\f199";
}

.fa-wordpress:before {
	content: "\f19a";
}

.fa-openid:before {
	content: "\f19b";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
	content: "\f19c";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
	content: "\f19d";
}

.fa-yahoo:before {
	content: "\f19e";
}

.fa-google:before {
	content: "\f1a0";
}

.fa-reddit:before {
	content: "\f1a1";
}

.fa-reddit-square:before {
	content: "\f1a2";
}

.fa-stumbleupon-circle:before {
	content: "\f1a3";
}

.fa-stumbleupon:before {
	content: "\f1a4";
}

.fa-delicious:before {
	content: "\f1a5";
}

.fa-digg:before {
	content: "\f1a6";
}

.fa-pied-piper-square:before,
.fa-pied-piper:before {
	content: "\f1a7";
}

.fa-pied-piper-alt:before {
	content: "\f1a8";
}

.fa-drupal:before {
	content: "\f1a9";
}

.fa-joomla:before {
	content: "\f1aa";
}

.fa-language:before {
	content: "\f1ab";
}

.fa-fax:before {
	content: "\f1ac";
}

.fa-building:before {
	content: "\f1ad";
}

.fa-child:before {
	content: "\f1ae";
}

.fa-paw:before {
	content: "\f1b0";
}

.fa-spoon:before {
	content: "\f1b1";
}

.fa-cube:before {
	content: "\f1b2";
}

.fa-cubes:before {
	content: "\f1b3";
}

.fa-behance:before {
	content: "\f1b4";
}

.fa-behance-square:before {
	content: "\f1b5";
}

.fa-steam:before {
	content: "\f1b6";
}

.fa-steam-square:before {
	content: "\f1b7";
}

.fa-recycle:before {
	content: "\f1b8";
}

.fa-automobile:before,
.fa-car:before {
	content: "\f1b9";
}

.fa-cab:before,
.fa-taxi:before {
	content: "\f1ba";
}

.fa-tree:before {
	content: "\f1bb";
}

.fa-spotify:before {
	content: "\f1bc";
}

.fa-deviantart:before {
	content: "\f1bd";
}

.fa-soundcloud:before {
	content: "\f1be";
}

.fa-database:before {
	content: "\f1c0";
}

.fa-file-pdf-o:before {
	content: "\f1c1";
}

.fa-file-word-o:before {
	content: "\f1c2";
}

.fa-file-excel-o:before {
	content: "\f1c3";
}

.fa-file-powerpoint-o:before {
	content: "\f1c4";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
	content: "\f1c5";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
	content: "\f1c6";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
	content: "\f1c7";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
	content: "\f1c8";
}

.fa-file-code-o:before {
	content: "\f1c9";
}

.fa-vine:before {
	content: "\f1ca";
}

.fa-codepen:before {
	content: "\f1cb";
}

.fa-jsfiddle:before {
	content: "\f1cc";
}

.fa-life-bouy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
	content: "\f1cd";
}

.fa-circle-o-notch:before {
	content: "\f1ce";
}

.fa-ra:before,
.fa-rebel:before {
	content: "\f1d0";
}

.fa-ge:before,
.fa-empire:before {
	content: "\f1d1";
}

.fa-git-square:before {
	content: "\f1d2";
}

.fa-git:before {
	content: "\f1d3";
}

.fa-hacker-news:before {
	content: "\f1d4";
}

.fa-tencent-weibo:before {
	content: "\f1d5";
}

.fa-qq:before {
	content: "\f1d6";
}

.fa-wechat:before,
.fa-weixin:before {
	content: "\f1d7";
}

.fa-send:before,
.fa-paper-plane:before {
	content: "\f1d8";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
	content: "\f1d9";
}

.fa-history:before {
	content: "\f1da";
}

.fa-circle-thin:before {
	content: "\f1db";
}

.fa-header:before {
	content: "\f1dc";
}

.fa-paragraph:before {
	content: "\f1dd";
}

.fa-sliders:before {
	content: "\f1de";
}

.fa-share-alt:before {
	content: "\f1e0";
}

.fa-share-alt-square:before {
	content: "\f1e1";
}

.fa-bomb:before {
	content: "\f1e2";
}

.sidr {
	/* Default Settings */
	display: none;
	position: absolute;
	position: fixed;
	top: 0;
	height: 100%;
	z-index: 999999;
	width: 260px;
	overflow-x: none;
	overflow-y: auto;
	/* Theme Settings */
	font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
	font-size: 15px;
	background: #333333;
	color: white;
	-webkit-box-shadow: inset 0 0 5px 5px #222222;
	-moz-box-shadow: inset 0 0 5px 5px #222222;
	box-shadow: inset 0 0 5px 5px #222222;
}

.sidr .sidr-inner {
	padding: 0 0 15px;
}

.sidr .sidr-inner > p {
	margin-left: 15px;
	margin-right: 15px;
}

.sidr.right {
	left: auto;
	right: -260px;
}

.sidr.left {
	left: -260px;
	right: auto;
}

.sidr h1, .sidr h2, .sidr h3, .sidr h4, .sidr h5, .sidr h6 {
	font-size: 11px;
	font-weight: normal;
	padding: 0 15px;
	margin: 0 0 5px;
	color: white;
	line-height: 24px;
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #4d4d4d), color-stop(100%, #1a1a1a));
	background-image: -webkit-linear-gradient(#4d4d4d, #1a1a1a);
	background-image: -moz-linear-gradient(#4d4d4d, #1a1a1a);
	background-image: -o-linear-gradient(#4d4d4d, #1a1a1a);
	background-image: linear-gradient(#4d4d4d, #1a1a1a);
	-webkit-box-shadow: 0 5px 5px 3px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 5px 5px 3px rgba(0, 0, 0, 0.2);
	box-shadow: 0 5px 5px 3px rgba(0, 0, 0, 0.2);
}

.sidr p {
	font-size: 13px;
	margin: 0 0 12px;
}

.sidr p a {
	color: rgba(255, 255, 255, 0.9);
}

.sidr > p {
	margin-left: 15px;
	margin-right: 15px;
}

.sidr ul {
	display: block;
	margin: 0 0 15px;
	padding: 0;
	border-top: 1px solid #1a1a1a;
	border-bottom: 1px solid #4d4d4d;
}

.sidr ul li {
	display: block;
	margin: 0;
	line-height: 48px;
	border-top: 1px solid #4d4d4d;
	border-bottom: 1px solid #1a1a1a;
}

.sidr ul li:hover, .sidr ul li.active, .sidr ul li.sidr-class-active {
	border-top: none;
	line-height: 49px;
}

.sidr ul li:hover > a, .sidr ul li:hover > span, .sidr ul li.active > a, .sidr ul li.active > span, .sidr ul li.sidr-class-active > a, .sidr ul li.sidr-class-active > span {
	-webkit-box-shadow: inset 0 0 15px 3px #222222;
	-moz-box-shadow: inset 0 0 15px 3px #222222;
	box-shadow: inset 0 0 15px 3px #222222;
}

.sidr ul li a, .sidr ul li span {
	padding: 0 15px;
	display: block;
	text-decoration: none;
	color: white;
}

.sidr ul li ul {
	border-bottom: none;
	margin: 0;
}

.sidr ul li ul li {
	line-height: 40px;
	font-size: 13px;
}

.sidr ul li ul li:last-child {
	border-bottom: none;
}

.sidr ul li ul li:hover, .sidr ul li ul li.active, .sidr ul li ul li.sidr-class-active {
	border-top: none;
	line-height: 41px;
}

.sidr ul li ul li:hover > a, .sidr ul li ul li:hover > span, .sidr ul li ul li.active > a, .sidr ul li ul li.active > span, .sidr ul li ul li.sidr-class-active > a, .sidr ul li ul li.sidr-class-active > span {
	-webkit-box-shadow: inset 0 0 15px 3px #222222;
	-moz-box-shadow: inset 0 0 15px 3px #222222;
	box-shadow: inset 0 0 15px 3px #222222;
}

.sidr ul li ul li a, .sidr ul li ul li span {
	color: rgba(255, 255, 255, 0.8);
	padding-left: 30px;
}

.sidr form {
	margin: 0 15px;
}

.sidr label {
	font-size: 13px;
}

.sidr input[type="text"],
.sidr input[type="password"],
.sidr input[type="date"],
.sidr input[type="datetime"],
.sidr input[type="email"],
.sidr input[type="number"],
.sidr input[type="search"],
.sidr input[type="tel"],
.sidr input[type="time"],
.sidr input[type="url"],
.sidr textarea, .sidr select {
	width: 100%;
	font-size: 13px;
	padding: 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 0 10px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
	border: none;
	background: rgba(0, 0, 0, 0.1);
	color: rgba(255, 255, 255, 0.6);
	display: block;
	clear: both;
}

.sidr input[type=checkbox] {
	width: auto;
	display: inline;
	clear: none;
}

.sidr input[type=button],
.sidr input[type=submit] {
	color: #333333;
	background: white;
}

.sidr input[type=button]:hover,
.sidr input[type=submit]:hover {
	background: rgba(255, 255, 255, 0.9);
}

/* Customized Sidr Styles */
.sidr-inner .sidr-class-menu-item {
	list-style: none;
}

*, *:before, *:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.cf:before,
.clearfix:before, .wrapper .product-extras:before, .archive article:before,
.single-post article:before,
.blog article:before, .product-options .category:before, .single-corn-hybrids section header:before,
.single-soybeans section header:before {
	content: ' ';
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

.cf:after,
.clearfix:after, .wrapper .product-extras:after, .archive article:after,
.single-post article:after,
.blog article:after, .product-options .category:after, .single-corn-hybrids section header:after,
.single-soybeans section header:after {
	content: ' ';
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
	clear: both;
}

/* Columns */
.wrapper {
	max-width: 68em;
	margin-left: auto;
	margin-right: auto;
}

.wrapper::after {
	clear: both;
	content: "";
	display: table;
}

.wrapper .t1-2 {
	float: left;
	display: block;
	margin-right: 2.35765%;
	width: 100%;
}

.wrapper .t1-2:last-child {
	margin-right: 0;
}

.wrapper .d1-2 {
	float: left;
	display: block;
	margin-right: 2.35765%;
	width: 48.82117%;
}

.wrapper .d1-2:last-child {
	margin-right: 0;
}

.wrapper .d1-3 {
	float: left;
	display: block;
	margin-right: 2.35765%;
	width: 31.76157%;
}

.wrapper .d1-3:last-child {
	margin-right: 0;
}

.wrapper .d1-3:nth-child(3n) {
	margin-right: 0;
}

.wrapper .d1-3:nth-child(3n+1) {
	clear: left;
}

.wrapper .d2-3 {
	float: left;
	display: block;
	margin-right: 2.35765%;
	width: 65.88078%;
}

.wrapper .d2-3:last-child {
	margin-right: 0;
}

.wrapper .d1-3-ng {
	float: left;
	display: block;
	width: 34.11922%;
}

.wrapper .d1-3-ng:last-child {
	width: 31.76157%;
}

.wrapper .d2-3-ng {
	float: left;
	display: block;
	width: 68.23843%;
}

.wrapper .d2-3-ng:last-child {
	width: 65.88078%;
}

.wrapper .d1-4 {
	float: left;
	display: block;
	margin-right: 2.35765%;
	width: 23.23176%;
}

.wrapper .d1-4:last-child {
	margin-right: 0;
}

.wrapper .d1-4:nth-child(4n) {
	margin-right: 0;
}

.wrapper .d1-4:nth-child(4n+1) {
	clear: left;
}

.wrapper .d1-4-ng {
	float: left;
	display: block;
	width: 25.58941%;
}

.wrapper .d1-4-ng:last-child {
	width: 23.23176%;
}

.wrapper .d3-4 {
	float: left;
	display: block;
	margin-right: 2.35765%;
	width: 74.41059%;
}

.wrapper .d3-4:last-child {
	margin-right: 0;
}

.wrapper .d1-6 {
	float: left;
	display: block;
	margin-right: 2.35765%;
	width: 14.70196%;
}

.wrapper .d1-6:last-child {
	margin-right: 0;
}

.wrapper .d5-6 {
	float: left;
	display: block;
	margin-right: 2.35765%;
	width: 82.94039%;
}

.wrapper .d5-6:last-child {
	margin-right: 0;
}

.wrapper .a1-4 {
	float: left;
	display: block;
	margin-right: 2.35765%;
	width: 23.23176%;
}

.wrapper .a1-4:last-child {
	margin-right: 0;
}

.wrapper .a1-4-ng {
	float: left;
	display: block;
	width: 25.58941%;
}

.wrapper .a1-4-ng:last-child {
	width: 23.23176%;
}

.wrapper .last {
	margin-right: 0;
}

/* General and reusables
============================================================== */
body {
	font-family: "Myriad W01", Arial, sans-serif;
	font-size: 18px;
	color: #62584C;
	font-weight: 400;
	line-height: 1.5;
}

h1 {
	font-family: "Futura BT W01 Light", sans-serif;
	font-size: 38px;
	color: #62584C;
	display: inline-block;
	margin-bottom: .25em;
	line-height: 1em;
}

h2 {
	font-family: "Futura BT W01 Medium", sans-serif;
	font-size: 25px;
	color: #62584C;
	font-weight: 400;
}

h3 {
	font-family: "Myriad W01", Arial, sans-serif;
	font-size: 20px;
	color: #001689;
	font-weight: 700;
	margin-bottom: .25em;
}

h4 {
	font-family: "Myriad W01", Arial, sans-serif;
	font-size: 16px;
	color: #62584C;
	font-weight: 700;
}

ul {
	margin-top: 0;
}

a {
	color: #558ed5;
}

a:hover {
	color: #FCB042;
}

sup {
	font-size: .6em;
}

.text-nowrap {
	white-space: nowrap;
}

.yellow1 {
	background-color: rgba(252, 176, 66, 0.75);
}

.yellow2 {
	background-color: rgba(252, 176, 66, 0.5);
}

.blue1 {
	background-color: rgba(0, 22, 137, 0.45);
}

.blue2 {
	background-color: rgba(0, 22, 137, 0.3);
}

.teal1 {
	background-color: rgba(0, 120, 142, 0.45);
}

.teal2 {
	background-color: rgba(0, 120, 142, 0.3);
}

.red1 {
	background-color: rgba(102, 9, 0, 0.45);
}

.red2 {
	background-color: rgba(102, 9, 0, 0.3);
}

.green3 {
	background-color: rgba(57, 181, 75, 0.35);
}

.green2 {
	background-color: rgba(57, 181, 75, 0.5);
}

.green1 {
	background-color: rgba(57, 181, 75, 0.7);
}

.brown1 {
	background-color: rgba(98, 88, 76, 0.45);
}

.brown2 {
	background-color: rgba(98, 88, 76, 0.3);
}

.pink2 {
	background-color: rgba(214, 68, 102, 0.3);
}

.purple2 {
	background-color: rgba(103, 59, 158, 0.3);
}

.repeated:nth-child(odd) {
	background-color: rgba(252, 176, 66, 0.5);
}

a.blue-btn {
	color: #fff;
	text-decoration: none;
	background-color: #001689;
	display: block;
	width: 92px;
	text-align: center;
	line-height: 1.75;
	margin-top: -10px;
	margin-bottom: 15px;
	font-size: 14px;
}

a.blue-btn:hover {
	background-color: #FCB042;
}

/* Variety Elements */
.varieties {
	height: 555px;
	overflow: hidden;
	margin-bottom: 20px;
	text-decoration: none;
	font-size: 16px;
	color: #62584C;
	background-color: #fff;
}

.varieties:hover {
	color: #62584C;
}

.varieties:hover .blue-top {
	background-color: #FCB042;
}

.varieties .variety-logo {
	padding-top: 10px;
	text-align: center;
	height: 80px;
}

.varieties .variety-logo img {
	width: auto;
	max-width: 100%;
	max-height: 80px;
}

.varieties .blue-top {
	background-color: #001689;
	text-align: center;
}

.varieties .variety-logo img {
	margin: auto;
}

.varieties .blue-top h1 {
	color: #fff;
	border-bottom: none;
	font-size: 22px;
}

.varieties .blue-top h1 span {
	display: block;
	font-weight: 400;
	font-size: 18px;
}

.varieties:hover > .blue-top {
	background-color: #FCB042;
	cursor: pointer;
}

.varieties:hover {
	cursor: pointer;
}

.var-description {
	padding: 0 15px 5px;
}

.var-description ul {
	padding-left: 18px;
}

.var-description ul li {
	font-family: "Myriad W01", Arial, sans-serif;
	font-size: 16px;
	color: #62584C;
	font-weight: 400;
	line-height: 1.5;
	padding: 2px 0;
}

/* Video responsiveness */
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%;
	/* 16:9 */
	padding-top: 25px;
	height: 0;
}

.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Large Brown Button */
.btn {
	width: 100%;
	margin-bottom: 20px;
}

.btn a {
	background-color: #62584C;
	color: #FCB042;
	font-size: 18px;
	text-decoration: none;
	line-height: 50px;
	display: block;
	padding-left: 20px;
	transition: color 0.1s;
}

.btn a i.fa {
	font-size: 1.1em;
	color: #FCB042;
	padding-right: 10px;
	transition: color 0.1s;
}

.btn a:hover {
	background-color: #001689;
}

.btn a:hover i.fa {
	color: #FCB042;
}

/*  Page Header */
header.header {
	position: relative;
	-webkit-box-shadow: 0 0 60px 20px rgba(0, 0, 0, 0.6);
	-moz-box-shadow: 0 0 60px 20px rgba(0, 0, 0, 0.6);
	box-shadow: 0 0 60px 20px rgba(0, 0, 0, 0.6);
	background: url(../img/default_header-bg.jpg) center top no-repeat;
	background-size: cover;
	z-index: 100;
}

header.header:before {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	content: "";
	-webkit-box-shadow: 0 0 60px 20px rgba(0, 0, 0, 0.6);
	-moz-box-shadow: 0 0 60px 20px rgba(0, 0, 0, 0.6);
	box-shadow: 0 0 60px 20px rgba(0, 0, 0, 0.6);
}

header.header .banner-text {
	position: relative;
	margin-top: 1em;
	font-family: "Futura BT W01 Light", sans-serif;
	font-size: 70px;
	font-weight: bold;
	line-height: 1.0em;
	color: #fff;
	text-transform: uppercase;
	text-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
	z-index: 1000;
}

header.header .lg-circle, header.header .sm-circle {
	display: block;
	position: absolute;
	border: 14px solid #fff;
	border-radius: 50%;
	overflow: hidden;
	-webkit-box-shadow: 10px 10px 20px 0 rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 10px 10px 20px 0 rgba(0, 0, 0, 0.5);
	box-shadow: 10px 10px 20px 0 rgba(0, 0, 0, 0.5);
	z-index: 1000;
}

header.header .lg-circle img, header.header .sm-circle img {
	min-height: 100%;
}

header.header .lg-circle {
	top: 40px;
	right: 0;
	width: 340px;
	height: 340px;
}

header.header .sm-circle {
	bottom: -30px;
	right: 280px;
	width: 285px;
	height: 285px;
}

header.header #sidr-menu-btn {
	display: none;
}

header.header .menu-wrapper {
	position: relative;
	height: 600px;
}

header.header .menu-bar {
	background-image: -webkit-linear-gradient(top, white 0%, white 70%, rgba(255, 255, 255, 0) 100%);
	background-image: linear-gradient(to bottom, white 0%, white 70%, rgba(255, 255, 255, 0) 100%);
	-webkit-box-shadow: 20px -100px 60px 0px rgba(0, 0, 0, 0.6);
	-moz-box-shadow: 20px -100px 60px 0px rgba(0, 0, 0, 0.6);
	box-shadow: 20px -100px 60px 0px rgba(0, 0, 0, 0.6);
	position: relative;
	padding-top: 20px;
	z-index: 100;
}

header.header .menu-bar .main-nav {
	font-family: "Futura BT W01 Heavy", sans-serif;
	margin: 0 auto;
	padding: 10px 20px 60px;
}

header.header .menu-bar .main-nav .sub-menu {
	display: none;
}

header.header .menu-bar .main-nav ul {
	padding-left: 0;
	margin-bottom: 0;
}

header.header .menu-bar .main-nav ul li {
	list-style: none;
}

header.header .menu-bar .main-nav ul li a {
	text-transform: uppercase;
	color: #001689;
	text-decoration: none;
	font-size: 25px;
	line-height: 1.2em;
}

header.header .menu-bar .main-nav ul li a:hover {
	color: #FCB042;
}

header.header .menu-bar .logo {
	background: url(../img/1st-Choice-Seeds-logo.png) no-repeat center top;
	width: 100%;
	height: 197px;
	margin: 0 auto;
	display: block;
	vertical-align: bottom;
	text-decoration: none;
	position: relative;
}

header.header .menu-bar .logo h1 {
	font-size: 0;
	color: #000;
}

/* Right Navigation */
.right-navigation {
	background: url(../img/bg_dirt.jpg);
	color: #fff;
	padding-top: 40px;
}

.right-navigation ul {
	margin: 0;
	padding: 10px 20px;
}

.right-navigation ul li {
	margin: 0;
	padding: 0;
	list-style: none;
}

.right-navigation ul li a {
	font-family: "Futura BT W01 Light", sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	color: #FCB042;
	font-size: 22px;
}

.right-navigation ul li ul {
	padding: 0;
	margin-bottom: .5em;
}

.right-navigation ul li ul li a {
	text-transform: none;
	color: #fff;
}

/* Blog Style Elements
============================================================== */
.blog-feed {
	background-image: -webkit-linear-gradient(top, white 0%, white 80%, rgba(255, 255, 255, 0) 100%);
	background-image: linear-gradient(to bottom, white 0%, white 80%, rgba(255, 255, 255, 0) 100%);
	padding: 10px 20px 70px 20px;
}

.blog-feed .gform_wrapper {
	margin-top: 0;
}

.blog-feed .gform_wrapper h3.gform_title,
.blog-feed .gform_wrapper .gform_heading {
	margin-bottom: 0;
}

.blog-feed .gform_wrapper .top_label .gfield_label {
	margin-top: 1em;
	margin-bottom: 0;
	line-height: 1em;
}

.blog-feed .gform_wrapper .top_label input.medium {
	width: 100%;
}

.blog-feed .gform_wrapper label.gfield_label + div.ginput_container {
	margin-top: 0;
}

.blog-feed article {
	white-space: normal;
	padding: 10px 0;
	border-top: 2px dotted rgba(98, 88, 76, 0.4);
	line-height: 1.4em;
}

.blog-feed article:last-of-type {
	border-bottom: 2px dotted rgba(98, 88, 76, 0.4);
}

.blog-feed article h3 {
	margin: 0;
	color: #62584C;
	font-size: 20px;
	font-weight: normal;
}

.blog-feed article a {
	font-family: "Futura BT W01 Heavy", sans-serif;
	font-size: 13px;
	color: #FCB042;
	transition: color 0.2s;
	text-decoration: none;
	text-transform: uppercase;
}

.blog-feed article a:hover {
	color: #001689;
}

.blog article {
	border-top: 1px dashed #62584C;
	padding-bottom: .75em;
}

.blog article:first-of-type {
	border-top: none;
}

.blog article .post-image {
	background-image: -webkit-linear-gradient(top, #dcd7d1 0%, #fff 60%) !important;
	background-image: linear-gradient(to bottom, #dcd7d1 0%, #fff 60%) !important;
	border-radius: 50%;
	border: 10px solid #fff;
	text-align: center;
	vertical-align: middle;
	overflow: hidden;
}

.blog article .post-image img {
	width: 100%;
	height: auto;
	display: block;
}

/* Page Elements
============================================================== */
.main {
	background: url(../img/bg_wood.jpg) center top;
}

.wrapper {
	max-width: 1182px;
	position: relative;
}

.wrapper .content {
	position: relative;
	float: left;
	width: 100%;
	padding: 0 60px 40px 20px;
	background-color: rgba(255, 255, 255, 0.65);
}

.wrapper .content img[class*="wp-post-image"],
.wrapper .content img[class*="wp-image"] {
	max-width: 100%;
	height: auto;
}

.wrapper .content .subnav {
	display: none;
}

.wrapper > aside {
	padding-right: 20px;
	padding-left: 20px;
}

.wrapper .right-bar {
	-webkit-box-shadow: -30px -40px 100px -30px rgba(0, 0, 0, 0.8);
	-moz-box-shadow: -30px -40px 100px -30px rgba(0, 0, 0, 0.8);
	box-shadow: -30px -40px 100px -30px rgba(0, 0, 0, 0.8);
}

.wrapper .product-extras {
	padding: 40px 0 70px 0;
}

/* Management Chart
============================================================== */
.management-chart {
	width: 100%;
}

.management-chart th {
	background-color: #001689;
	padding: 5px;
	text-transform: uppercase;
	color: #fff;
	font-family: "Myriad W01", Arial, sans-serif;
	font-weight: 700;
	font-size: 14px;
}

.management-chart tr td {
	font-family: "Myriad W01", Arial, sans-serif;
	color: #62584C;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 700;
	text-align: center;
	width: 33%;
	padding: 8px;
}

.management-chart tr td.align-left {
	text-align: left;
}

.management-chart tr td span {
	text-transform: capitalize;
	font-weight: 600;
	display: block;
	text-align: center;
}

/* Products Table
============================================================== */
.product-list {
	display: none;
}

.product-chart-wrap {
	overflow: auto;
}

.product-chart {
	width: 100%;
	background-color: #fff;
}

.product-chart tr th {
	background-color: #68625e;
	text-transform: uppercase;
	color: #fff;
	font-family: "Myriad W01", Arial, sans-serif;
	font-weight: 700;
	font-size: 14px;
	text-align: center;
	padding: 8px 0;
	border-right: 2px solid #fff;
}

.product-chart tr th:last-child {
	border-right: none;
}

.product-chart tr td {
	text-align: center;
	color: #62584C;
	padding: 5px 3px;
}

.product-chart tr td a {
	color: #62584C;
}

.product-chart tr td a:hover {
	color: #001689;
}

@media only screen and (max-width: 1100px) {
	.product-chart tr td.hide {
		display: none;
	}
}

.product-chart tr.table-head {
	background-color: #001689;
}

.product-chart tr.table-head td {
	color: #fff;
	font-family: "Futura BT W01 Heavy", sans-serif;
	font-size: 13px;
	padding: 5px 3px;
}

.product-chart tr.green2:nth-child(2n) {
	background-color: rgba(57, 181, 75, 0.35);
}

.product-chart tr.yellow2:nth-child(2n) {
	background-color: rgba(252, 176, 66, 0.35);
}

.product-chart tr.brown2:nth-child(2n) {
	background-color: rgba(98, 88, 76, 0.2);
}

.product-chart tr.blue2:nth-child(2n) {
	background-color: rgba(0, 22, 137, 0.2);
}

.product-chart tr.red2:nth-child(2n) {
	background-color: rgba(102, 9, 0, 0.2);
}

.product-chart tr.teal2:nth-child(2n) {
	background-color: rgba(0, 120, 142, 0.2);
}

.product-chart tr.pink2:nth-child(2n) {
	background-color: rgba(214, 68, 102, 0.2);
}

.product-chart tr.purple2:nth-child(2n) {
	background-color: rgba(103, 59, 158, 0.2);
}

.product-chart-key p {
	text-transform: uppercase;
	line-height: 1;
}

.product-chart-key ul {
	padding-left: 0;
}

.product-chart-key ul li {
	list-style: none;
	display: inline-block;
	font-family: "Myriad W01", Arial, sans-serif;
	font-size: 14px;
	color: #62584C;
	font-weight: 400;
	line-height: 1.5;
	padding-right: 5px;
}

.product-chart-key ul li span {
	padding: 4px 10px;
}

.product-chart-key ul li.label {
	display: block;
	margin-top: 10px;
	font-weight: bold;
}

/* Blog Page elements
============================================================== */
.archive article .attachment-thumbnail,
.single-post article .attachment-thumbnail,
.blog article .attachment-thumbnail {
	float: right;
	margin-top: 1em;
	margin-left: 1em;
}

.archive .tagcloud a[class^="tag-link"],
.single-post .tagcloud a[class^="tag-link"],
.blog .tagcloud a[class^="tag-link"] {
	font-size: 1em !important;
}

.archive .tagcloud a,
.single-post .tagcloud a,
.blog .tagcloud a {
	color: #62584C;
	font-weight: bold;
	display: block;
	text-decoration: none;
	margin-left: 1em;
}

.archive .blog-widgets ul,
.single-post .blog-widgets ul,
.blog .blog-widgets ul {
	padding-left: 1em;
}

.archive .blog-widgets ul li,
.single-post .blog-widgets ul li,
.blog .blog-widgets ul li {
	list-style: none;
}

.archive .blog-widgets ul li a,
.single-post .blog-widgets ul li a,
.blog .blog-widgets ul li a {
	color: #62584C;
	text-decoration: none;
	font-weight: bold;
}

/* Product page elements
============================================================== */
.product-logo {
	float: right;
}

.product-image {
	background-image: -webkit-linear-gradient(top, #dcd7d1 0%, #fff 60%) !important;
	background-image: linear-gradient(to bottom, #dcd7d1 0%, #fff 60%) !important;
	border-radius: 50%;
	border: 14px solid #fff;
	text-align: center;
	vertical-align: middle;
	overflow: hidden;
}

.product-image img {
	width: 100%;
	height: auto;
}

.product-options {
	width: 100%;
	display: block;
	clear: both;
	text-align: left;
	padding-top: 20px;
}

.product-options .category {
	border-top: 1px dashed #62584C;
	color: #62584C !important;
	text-decoration: none;
	color: #62584C;
	display: block;
	margin: 0 0 25px 0;
	padding: 25px 0 0 0;
	text-align: center;
}

.product-options .category span {
	color: #FCB042;
	text-transform: uppercase;
}

.product-options .category:hover {
	text-decoration: none;
	color: #62584C;
}

.product-options .category .category-image {
	background-image: -webkit-linear-gradient(top, #dcd7d1 0%, #fff 60%) !important;
	background-image: linear-gradient(to bottom, #dcd7d1 0%, #fff 60%) !important;
	border-radius: 50%;
	border: 14px solid #fff;
	text-align: center;
	vertical-align: middle;
	overflow: hidden;
}

.product-options .category .category-image img {
	width: 100%;
	height: auto;
}

.product-options .category.columns {
	margin-left: 0;
	margin-right: 0;
}

.product-options .category p {
	font-size: 14px !important;
	line-height: 18px !important;
	margin: 0px;
}

.product-options .category img {
	max-width: 100%;
}

.product-options .category h2 {
	font-size: 19px;
	margin: 5px 10px 5px 0px;
}

.product-options .category i {
	width: 22px;
	font-size: 14px;
	display: inline-block;
	text-align: right;
	margin-right: 10px;
}

.soybeans .product-options .category .category-image {
	background-image: none !important;
	border-radius: 0;
	border: none;
	text-align: center;
	vertical-align: middle;
	overflow: auto;
}

.area-maps {
	padding: 230px 20px 20px;
	position: relative;
	background-image: -webkit-linear-gradient(top, white 0%, white 80%, rgba(255, 255, 255, 0) 100%);
	background-image: linear-gradient(to bottom, white 0%, white 80%, rgba(255, 255, 255, 0) 100%);
}

.area-maps div {
	display: none;
	position: absolute;
	top: 20px;
	text-align: center;
}

.area-maps div img {
	height: 180px;
}

.area-maps div h2 {
	font-family: "Myriad W01", Arial, sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	color: #001689;
	font-size: 22px;
	margin: 0;
	float: left;
}

.area-maps .map-key {
	margin: 0 0 10px 0;
	padding: 0;
}

.area-maps .map-key li {
	font-size: 14px;
	list-style: none;
	display: inline-block;
	margin: 0 10px 0 0;
}

.area-maps select {
	width: 100%;
	text-align: center;
	font-style: italic;
	color: #62584C;
	padding: 6px;
	margin-bottom: 1.5em;
	border: none;
	border-radius: 4px;
	box-shadow: 2px 2px 6px 0px rgba(147, 149, 152, 0.4);
}

/* Employee main page
============================================================== */
.wrapper .team-list {
	padding-top: 25px;
}

.wrapper .team-list .team-photos {
	text-align: center;
}

.wrapper .team-list .team-photos h3 {
	font-size: 15px;
	text-align: center;
	padding: 0 0 10px 0;
	margin-top: 0;
}

.wrapper .team-list .team-photos img {
	margin-top: 0px;
}

/* Employee individual page
============================================================== */
.team-profile .bio-photo {
	width: 100%;
	margin-bottom: 1em;
}

.team-profile .social {
	text-align: left;
	display: inline-block;
}

.team-profile .social li a i {
	color: #001689;
	transition: color 0.1s;
	font-size: 1.25em;
}

.team-profile .social li a i:hover {
	color: rgba(0, 22, 137, 0.8);
}

/* Corn and Soybean detail pages
============================================================== */
.single-corn-hybrids section header,
.single-soybeans section header {
	margin-top: 1.55em;
	border-bottom: 6px solid #FCB042;
	display: inline-block;
}

.single-corn-hybrids section header h1,
.single-soybeans section header h1 {
	margin: 0;
	float: left;
	border-bottom: none;
}

.single-corn-hybrids h2,
.single-soybeans h2 {
	margin-bottom: .25em;
}

.single-corn-hybrids .product-options-list,
.single-soybeans .product-options-list {
	float: left;
	line-height: 1.2em;
	margin-top: .6em;
	padding-left: 2em;
	padding-bottom: 9px;
	padding-right: 5px;
}

.single-corn-hybrids .product-options-list a,
.single-soybeans .product-options-list a {
	text-decoration: none;
}

/* D3js Charts
============================================================== */
.d3-chart {
	width: 800px;
	height: 260px;
	max-width: 100%;
}

.d3-chart .bar {
	fill: #001689;
}

.d3-chart .bar:hover {
	fill: #62584C;
}

.d3-chart .axis {
	font-size: 14px;
}

.d3-chart .axis path,
.d3-chart .axis line {
	fill: none;
	stroke: #000;
	shape-rendering: crispEdges;
}

.chart-key {
	margin: 0 0 20px 0;
	padding: 0;
}

.chart-key .label {
	font-weight: bold;
}

.chart-key li {
	font-size: 12px;
	list-style: none;
	display: inline-block;
	margin: 0 10px 0 0;
}

/* Footer Styles
============================================================== */
footer {
	background-color: #00204C;
	border-top: 14px solid #FCB042;
	color: #939598;
}

footer .address, footer .menu, footer .social {
	font-size: 14px;
}

footer .address {
	padding-left: 20px;
}

footer ul {
	margin: 1em 0 0 0;
	padding: 0 20px;
}

footer ul li {
	list-style: none;
}

footer .social {
	text-align: right;
}

footer .social li {
	display: inline-block;
	margin-left: .25em;
}

footer .social li:first-child {
	margin-left: 0;
}

footer .social li a {
	color: #fff;
	font-size: 2em;
	transition: opacity 0.2s;
}

footer .social li a:hover {
	opacity: .8;
}

/* Page specific changes
============================================================== */
.home header.header {
	background-image: none;
	background-color: rgba(85, 142, 213, 0.3);
	position: relative;
}

.home .circles {
	z-index: 1000;
	position: absolute;
	padding: 0 20px;
	display: none;
}

.home .circles .sm-circle {
	border: 14px solid #fff;
	border-collapse: collapse;
	background-image: -webkit-linear-gradient(top, #dcd7d1 0%, #fff 60%) !important;
	background-image: linear-gradient(to bottom, #dcd7d1 0%, #fff 60%) !important;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 50%;
	overflow: hidden;
	width: 100%;
	margin-top: -50%;
	text-align: center;
}

.home .circles .sm-circle img {
	width: 100%;
	height: auto;
	margin-top: -8px;
	padding-top: 8px;
	margin-bottom: -8px;
}

.home .content {
	padding-top: 120px;
}

/* Layer Slider overrides */
.home .ls-wp-fullwidth-container {
	position: absolute;
}

.home #layerslider_9 {
	position: absolute;
	top: 0;
}

.home #layerslider_9 .ls-wrapper h1 {
	background: url(../img/bg_headline.png) no-repeat !important;
	top: 20px !important;
	width: 640px !important;
	height: 355px !important;
	padding: 60px 0 0 70px !important;
	margin-left: 145px !important;
	font-family: "Futura BT W01 Light", sans-serif !important;
	font-size: 70px !important;
	line-height: 1.0em !important;
	color: #fff !important;
	text-transform: uppercase !important;
	text-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5) !important;
	white-space: normal !important;
}

.home #layerslider_9 .ls-wrapper h1.headline-center {
	top: 120px !important;
	margin-left: 205px !important;
}

.home #layerslider_9 .ls-wrapper img.banner-circle {
	border: 14px solid #fff !important;
	border-collapse: collapse !important;
	background-image: -webkit-linear-gradient(top, #dcd7d1 0%, #fff 60%) !important;
	background-image: linear-gradient(to bottom, #dcd7d1 0%, #fff 60%) !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
	border-radius: 50% !important;
	overflow: hidden !important;
	text-align: center !important;
	width: 230px !important;
	height: auto !important;
}

.home #layerslider_9 .ls-wrapper img.banner-circle.active {
	border-color: #a4988a !important;
}

.home #layerslider_9 .ls-wrapper a.ls-l[href*="products"][href*="corn"] {
	left: 50% !important;
	margin-left: -570px !important;
}

.home #layerslider_9 .ls-wrapper a.ls-l[href*="products"][href*="wheat"] {
	left: 50% !important;
	margin-left: -275px !important;
}

.home #layerslider_9 .ls-wrapper a.ls-l[href*="products"][href*="cover-crops"] {
	left: 50% !important;
	margin-left: 17px !important;
}

.home #layerslider_9 .ls-wrapper a.ls-l[href*="products"][href*="soybeans"] {
	left: 50% !important;
	margin-left: 312px !important;
}

.home #layerslider_9 .ls-wrapper .banner-person {
	margin-left: 480px !important;
}

.home #layerslider_9 .ls-wrapper img.large-circle,
.home #layerslider_9 .ls-wrapper img.small-circle {
	border: 14px solid #fff;
	border-radius: 50%;
}

.home #layerslider_9 .ls-wrapper img.large-circle {
	top: 770px !important;
	left: 50% !important;
	margin-left: 130px !important;
	width: 420px;
	height: 420px;
}

.home #layerslider_9 .ls-wrapper img.small-circle {
	top: 1260px !important;
	left: 50% !important;
	margin-left: 170px !important;
	width: 280px;
	height: 280px;
}

.home #layerslider_9 .ls-wrapper img.banner-extra-wheat {
	bottom: 0;
	top: auto !important;
	left: 50% !important;
	margin-left: 130px !important;
}

.home .wrapper .content {
	padding-right: 80px;
	/*min-height: 1000px;*/
}

/* Responsive Stages under 1279px */
@media only screen and (max-width: 1279px) {
	#main .subnav {
		display: block;
	}
	#main .subnav ul {
		margin-left: 0;
		padding-left: 0;
	}
	#main .subnav ul li {
		display: inline-block;
		border-left: 2px solid #FCB042;
		list-style: none;
		padding: 0 5px;
		line-height: 1.1em;
	}
	#main .subnav ul li:first-child {
		border-left: none;
	}
	.wrapper {
		min-width: initial;
		max-width: initial;
		padding-right: 0;
	}
	.wrapper .wrapper-left {
		padding-left: 0;
		padding-right: 0;
		width: 100%;
	}
	.wrapper .wrapper-left .wrapper-right {
		display: none;
	}
	.wrapper .varieties {
		width: 47%;
		line-height: 1.4em;
	}
	.wrapper .varieties:nth-child(even) {
		margin-left: 1%;
	}
	.wrapper .varieties img {
		max-width: 100%;
	}
	.product-extras table.management-chart {
		width: 100%;
	}
	/* Layer Slider overrides */
	#ls-global .home .ls-wp-fullwidth-container {
		position: absolute;
	}
	#ls-global .home #layerslider_9 {
		position: absolute;
		top: 0;
	}
	#ls-global .home #layerslider_9 .ls-wrapper h1 {
		top: 20px !important;
		width: 640px;
		height: 355px;
		padding: 60px 0 0 70px;
		margin-left: 145px !important;
	}
	#ls-global .home #layerslider_9 .ls-wrapper h1.headline-center {
		top: 120px !important;
		margin-left: 205px !important;
	}
	#ls-global .home #layerslider_9 .ls-wrapper img.banner-circle {
		top: 484px !important;
		width: 200px;
	}
	#ls-global .home #layerslider_9 .ls-wrapper img.banner-circle.circle-1 {
		margin-left: -520px !important;
	}
	#ls-global .home #layerslider_9 .ls-wrapper img.banner-circle.circle-2 {
		margin-left: -249px !important;
	}
	#ls-global .home #layerslider_9 .ls-wrapper img.banner-circle.circle-3 {
		margin-left: 22px !important;
	}
	#ls-global .home #layerslider_9 .ls-wrapper img.banner-circle.circle-4 {
		margin-left: 292px !important;
	}
	#ls-global .home #layerslider_9 .ls-wrapper .banner-person {
		margin-left: 480px !important;
	}
	#ls-global .home #layerslider_9 .ls-wrapper img.large-circle {
		top: 740px !important;
		left: 50% !important;
		margin-left: 130px !important;
		width: 380px;
		height: 380px;
	}
	#ls-global .home #layerslider_9 .ls-wrapper img.small-circle {
		top: 1160px !important;
		left: 50% !important;
		margin-left: 150px !important;
		width: 240px;
		height: 240px;
	}
	#ls-global .home #layerslider_9 .ls-wrapper img.banner-extra-wheat {
		bottom: 0;
		top: auto !important;
		left: 50% !important;
		margin-left: 130px !important;
	}
}

@media only screen and (max-width: 1024px) {
	/* Layer Slider overrides */
	#ls-global .home .ls-wp-fullwidth-container {
		position: absolute;
	}
	#ls-global .home #layerslider_9 {
		position: absolute;
		top: 0;
	}
	#ls-global .home #layerslider_9 .ls-wrapper h1 {
		top: 20px !important;
		width: 640px;
		height: 355px;
		padding: 60px 0 0 70px;
		margin-left: 145px !important;
	}
	#ls-global .home #layerslider_9 .ls-wrapper h1.headline-center {
		top: 120px !important;
		margin-left: 205px !important;
	}
	#ls-global .home #layerslider_9 .ls-wrapper img.banner-circle {
		top: 484px !important;
		width: 190px;
	}
	#ls-global .home #layerslider_9 .ls-wrapper img.banner-circle.circle-1 {
		margin-left: -490px !important;
	}
	#ls-global .home #layerslider_9 .ls-wrapper img.banner-circle.circle-2 {
		margin-left: -236px !important;
	}
	#ls-global .home #layerslider_9 .ls-wrapper img.banner-circle.circle-3 {
		margin-left: 20px !important;
	}
	#ls-global .home #layerslider_9 .ls-wrapper img.banner-circle.circle-4 {
		margin-left: 272px !important;
	}
	#ls-global .home #layerslider_9 .ls-wrapper .banner-person {
		margin-left: 480px !important;
	}
	#ls-global .home #layerslider_9 .ls-wrapper img.large-circle {
		top: 740px !important;
		left: 50% !important;
		margin-left: 100px !important;
		width: 380px;
		height: 380px;
	}
	#ls-global .home #layerslider_9 .ls-wrapper img.small-circle {
		top: 1160px !important;
		left: 50% !important;
		margin-left: 120px !important;
		width: 240px;
		height: 240px;
	}
	#ls-global .home #layerslider_9 .ls-wrapper img.banner-extra-wheat {
		bottom: 0;
		top: auto !important;
		left: 50% !important;
		margin-left: 80px !important;
	}
}

@media only screen and (max-width: 960px) {
	.home .header.header {
		background: url(../img/default_header-bg.jpg) center -10% no-repeat;
		background-size: cover;
		height: 350px;
	}
	.home .circles {
		display: block;
	}
	.home .circles .sm-circle {
		display: block;
		border: 10px solid #fff;
	}
	.home .circles .sm-circle img {
		margin-top: -8px;
		padding-top: 8px;
		margin-bottom: -8px;
	}
	.home .wrapper .content {
		padding-top: 80px;
		padding-right: 20px;
		height: auto;
	}
	/* Columns */
	.wrapper .d1-2, .wrapper .d1-3, .wrapper .d2-3, .wrapper .d1-3-ng:last-child, .wrapper .d2-3-ng, .wrapper .d2-3-ng:last-child, .wrapper .d1-4, .wrapper .d1-4-ng, .wrapper .d3-4, .wrapper .d1-6, .wrapper .d5-6 {
		width: 100%;
		float: none;
		margin-left: 0;
	}
	.wrapper .t1-2 {
		float: left;
		display: block;
		margin-right: 2.35765%;
		width: 48.82117%;
	}
	.wrapper .t1-2:last-child {
		margin-right: 0;
	}
	h1 {
		font-size: 32px;
	}
	header.header #sidr-menu-btn {
		display: inline-block;
		-webkit-border-radius: 0 0 8px 8px;
		-moz-border-radius: 0 0 8px 8px;
		border-radius: 0 0 8px 8px;
		position: absolute;
		top: 20px;
		right: 20px;
		color: #001689;
	}
	header.header .main-nav {
		display: none;
	}
	header.header .logo {
		margin-left: 0;
	}
	header.header .menu-wrapper {
		height: 300px;
	}
	header.header .menu-bar {
		padding-top: 20px;
	}
	header.header .menu-bar .logo {
		background: url(../img/1st-Choice-Seeds-logo-h.png) no-repeat 20px top;
		width: 100%;
		height: 140px;
	}
	header.header .banner-text {
		font-size: 50px;
		padding-left: 20px;
	}
	header.header .sm-circle, header.header .lg-circle {
		display: none;
	}
	.in-slide.blog-feed h1 {
		font-size: 1.6rem;
	}
	.in-slide.blog-feed article {
		font-size: 1rem;
	}
	.in-slide.blog-feed article h1 {
		font-size: 1rem;
	}
	.admin-bar .side-bar-wrapper {
		margin-top: 0;
	}
	footer .side-bar-wrapper {
		position: relative;
	}
	.wrapper {
		margin-left: 0;
		padding: 0;
		width: 100%;
	}
	.wrapper .content {
		padding-right: 20px;
	}
	.wrapper .content .variety-list {
		margin: 0;
	}
	.wrapper .content .varieties {
		width: 100%;
		height: auto;
		margin-left: 0;
	}
	.right-bar {
		display: none;
	}
	.product-logo {
		float: none;
	}
	.area-maps div img {
		height: 160px;
	}
	.area-maps div h2 {
		font-size: 18px;
	}
}

@media only screen and (max-width: 767px) {
	/* Columns */
	h1 {
		font-size: 24px;
	}
	.d3-chart {
		width: 100%;
	}
	.product-chart-key ul li.label {
		display: block;
		margin: 10px 0 0 0;
	}
	.product-chart td.hide {
		display: none;
	}
}

@media only screen and (max-width: 579px) {
	.home .header.header {
		background: url(../img/default_header-bg.jpg) center -30% no-repeat;
		background-size: cover;
		height: 250px;
	}
	.home .circles {
		display: block;
	}
	.home .circles .sm-circle {
		border: 4px solid #fff;
	}
	.home .circles .sm-circle img {
		margin-top: -8px;
		padding-top: 8px;
		margin-bottom: -8px;
	}
	/* Columns */
	.wrapper .t1-2 {
		width: 100%;
		float: none;
		margin-left: 0;
	}
	.product-list {
		display: block;
	}
	.product-options {
		margin: 0;
		padding-left: 10px;
		padding-right: 10px;
	}
	.d3-chart {
		width: 100%;
	}
	header.header .banner-text {
		padding: 20px;
		text-align: center;
		font-size: 36px;
		min-height: 60px;
	}
	.main .right-navigation {
		display: none;
	}
	footer .social {
		text-align: center;
	}
}
/******************************************************************
PAGE NAVI STYLES
******************************************************************/
.pagination,
.wp-prev-next {
	margin: 1.5em 0;
}

.pagination {
	text-align: center;
}

.pagination ul {
	display: inline-block;
	white-space: nowrap;
	padding: 0;
	clear: both;
	border-radius: 3px;
}

.pagination li {
	padding: 0;
	margin: 0;
	float: left;
	display: inline;
	overflow: hidden;
	border-right: 1px solid #001689;
}

.pagination li:last-of-type {
	border-right: none;
}

.pagination a, .pagination span {
	margin: 0;
	text-decoration: none;
	padding: 0;
	line-height: 1em;
	font-size: 1em;
	font-weight: normal;
	padding: 0.25em .75em;
	min-width: 1em;
	display: block;
	color: #001689;
	font-weight: bold;
}

.pagination a:hover, .pagination a:focus, .pagination span:hover, .pagination span:focus {
	color: #FCB042;
}

.pagination .current {
	cursor: default;
	color: #000;
}

.pagination .current:hover, .pagination .current:focus {
	color: #000;
}

/* end .bones_page_navi */
/* fallback previous & next links */
.wp-prev-next .prev-link {
	float: left;
}

.wp-prev-next .next-link {
	float: right;
}

/* end .wp-prev-next */


/* NEW GALLERY FEATURE */
.logo-grid {
	display: flex;
	flex-wrap: wrap;
}

.logo-grid-item {
	width: 50%;
	padding: 0 .5rem 1rem;
}

.logo-grid .logo-wrap {
	display: block;
	width: 100%;
	text-align: center;
	margin: 0;
	position: relative;
	height: 0;
	padding-top: 100%;
	background-color: #fff;
	overflow: hidden;
}
.logo-item {
	position: absolute;
	width: 100%;
	max-width: 100%;
	height: auto;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
a.logo-wrap:hover h4 {
	color: #FCB042
}
.logo-item img {
	width: 80%;
}
.logo-item.has-image+h4 {
	position: absolute;
	bottom: 0;
	text-align: center;
	width: 100%;
	opacity: 0;
	color: #fff;
	background-color: #333;
	transition: opacity .2s ease;
	font-size: .875rem;
}
.logo-grid-item:hover .logo-item.has-image+h4 {
	opacity: .9;
}
.logo-item+h4,
.logo-item h4 {
	font-family: "Futura BT W01 Light", sans-serif;
	margin: 0;
	padding: .25em;
	font-size: 1rem;
	font-style: italic;
}

@media only screen and (min-width: 576px) {
}
@media only screen and (min-width: 768px) {
	.logo-grid-item {
		width: 20%;
	}
}
@media only screen and (min-width: 992px) {
}
@media only screen and (min-width: 1200px) {
}
