/*! normalize.css v8.0.1 */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}@font-face {
    font-family: 'OpenSans';
    src: url('http://d1zbsmr931x3w0.cloudfront.net/a4cc-053573-OpenSans-Regular-webfont.eot?versionId=8iffu8tN6R9ynShCGKkS8Xsp2yOqonFW');
    src: url('http://d1zbsmr931x3w0.cloudfront.net/a4cc-053573-OpenSans-Regular-webfont.eot?versionId=8iffu8tN6R9ynShCGKkS8Xsp2yOqonFW') format('embedded-opentype'),
         url('http://d6b7vxfj8wcfz.cloudfront.net/90f6-353573-OpenSans-Regular-webfont.woff?versionId=8bSBP_neSw88XZDUD0kPpJLmdxJQwkfP') format('woff'),
         url('http://d1zbsmr931x3w0.cloudfront.net/25df-253573-OpenSans-Regular-webfont.ttf?versionId=wEeNRCpaCYbk95nWlb_6CwwFqjQerz4n') format('truetype'),
         url('http://d6b7vxfj8wcfz.cloudfront.net/fe42-153573-OpenSans-Regular-webfont.svg?versionId=qJqZmP7SGvAysP_sBd2tvykwN9T593le') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSansLight';
    src: url('http://d6b7vxfj8wcfz.cloudfront.net/afe3-643573-OpenSans-Light-webfont.eot?versionId=5PPqBN4Q3KSZ4aff1HIqH0YcAbyl7T8H');
    src: url('http://d1zbsmr931x3w0.cloudfront.net/_resources/dyn/files/1141858z131978e2/_fn/OpenSans-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('http://d1zbsmr931x3w0.cloudfront.net/7578-943573-OpenSans-Light-webfont.woff?versionId=2DHkLEa1lvQAHUnN9Z_LgE1L.H3ERgxZ') format('woff'),
         url('http://d6b7vxfj8wcfz.cloudfront.net/349a-843573-OpenSans-Light-webfont.ttf?versionId=zgZ5.yyAp9V4Rnc5eY3unw6ahFUIZeTV') format('truetype'),
         url('http://d1zbsmr931x3w0.cloudfront.net/0632-743573-OpenSans-Light-webfont.svg?versionId=4S5ehkcduOAY0EIg5CfZS8gL6qFWWXQh') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSansSemiBold';
    src: url('http://d1zbsmr931x3w0.cloudfront.net/beb1-453573-OpenSans-Semibold-webfont.eot?versionId=buF3clYDPsyQzwyFKhB_0epjNE_h14Dr');
    src: url('http://d1zbsmr931x3w0.cloudfront.net/beb1-453573-OpenSans-Semibold-webfont.eot?versionId=buF3clYDPsyQzwyFKhB_0epjNE_h14Dr') format('embedded-opentype'),
         url('http://d6b7vxfj8wcfz.cloudfront.net/ea6d-753573-OpenSans-Semibold-webfont.woff?versionId=A3RlJsya_itUrkG6B2SmtksHNExbBV0g') format('woff'),
         url('http://d1zbsmr931x3w0.cloudfront.net/78a8-653573-OpenSans-Semibold-webfont.ttf?versionId=rocjQagbqSn7K_mIBCn9ETtH0fkUeH1p') format('truetype'),
         url('http://d1zbsmr931x3w0.cloudfront.net/00fc-553573-OpenSans-Semibold-webfont.svg?versionId=PXi5.fDtEUIjTCY45tSacRgm01bKojWz') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'OpenSansBold';
    src: url('http://d6b7vxfj8wcfz.cloudfront.net/f6a7-243573-OpenSans-Bold-webfont.eot?versionId=n.QtR9LJNWy9EuIu1YyFsEq9GEaBdrRZ');
    src: url('http://d6b7vxfj8wcfz.cloudfront.net/f6a7-243573-OpenSans-Bold-webfont.eot?versionId=n.QtR9LJNWy9EuIu1YyFsEq9GEaBdrRZ') format('embedded-opentype'),
         url('http://d1zbsmr931x3w0.cloudfront.net/4b39-543573-OpenSans-Bold-webfont.woff?versionId=Mcw59KnG1d18sTVoA2zv0SGQ0VUWiFeF') format('woff'),
         url('http://d1zbsmr931x3w0.cloudfront.net/bb36-443573-OpenSans-Bold-webfont.ttf?versionId=grZ.2f29lgbnZBZTiuIHWz.XKaPm2F0N') format('truetype'),
         url('http://d6b7vxfj8wcfz.cloudfront.net/e2b8-343573-OpenSans-Bold-webfont.svg?versionId=ZtpUKjJ.hIcHiXPrpS1p9Iinb4CBryWh') format('svg');
    font-weight: normal;
    font-style: normal;
}/* roboto-regular - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility;
  font-weight: normalurces/dyn/files/31965891z62f9c7e7/_fn/roboto-v20-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Roboto'), local('Roboto-Regular'),
       url('//d6b7vxfj8wcfz.cloudfront.net/6892-19856913-roboto-v20-latin-regular.eot?versionId=MUQxFj59j8Z2spin9cLbXE3DcJWmCBxd') format('embedded-opentype'), /* IE6-IE8 */
       url('http://d1zbsmr931x3w0.cloudfront.net/f883-58856913-roboto-v20-latin-regular.woff2?versionId=wpVJBdY2iXAH8Gf_qHbHBxIFPy9Z3ZpZ') format('woff2'), /* Super Modern Browsers */
       url('http://d6b7vxfj8wcfz.cloudfront.net/c148-49856913-roboto-v20-latin-regular.woff?versionId=JZ2nf3lcjgi6ZaFaqf2l2Y2etdhDwz8e') format('woff'), /* Modern Browsers */
       url('http://d1zbsmr931x3w0.cloudfront.net/bab5-39856913-roboto-v20-latin-regular.ttf?versionId=9EVM2LPD6eglJ6WuQksjE8kDZrukyAln') format('truetype'), /* Safari, Android, iOS */
       url('http://d6b7vxfj8wcfz.cloudfront.net/305d-29856913-roboto-v20-latin-regular.svg?versionId=BBJkxZdnM2yvZXxLWusHJRC9qKKxzAbW') format('svg'); /* Legacy iOS */
}

/* roboto-italic - latin */
@font-face {
  font-family: 'RobotoItalic';
  font-style: italic;
  font-weight: normal;
  text-rendering: optimizeLegibility;
  src: url('http://d1zbsmr931x3w0.cloudfront.net/a68c-68856913-roboto-v20-latin-italic.eot?versionId=d2.QsgoQT7n3LUJE9rAZLW9vTfWxwGhW'); /* IE9 Compat Modes */
  src: local('Roboto Italic'), local('Roboto-Italic'),
       url('http://d1zbsmr931x3w0.cloudfront.net/a68c-68856913-roboto-v20-latin-italic.eot?versionId=d2.QsgoQT7n3LUJE9rAZLW9vTfWxwGhW') format('embedded-opentype'), /* IE6-IE8 */
       url('http://d1zbsmr931x3w0.cloudfront.net/0520-09856913-roboto-v20-latin-italic.woff2?versionId=ahy4pjXTIZ3W6lx2DesUUa3IzRiK1L4L') format('woff2'), /* Super Modern Browsers */
       url('http://d6b7vxfj8wcfz.cloudfront.net/fb5c-98856913-roboto-v20-latin-italic.woff?versionId=.CPfiJjKkZxV6gw1rdnq8jQ81Yh957UH') format('woff'), /* Modern Browsers */
       url('http://d1zbsmr931x3w0.cloudfront.net/f84f-88856913-roboto-v20-latin-italic.ttf?versionId=MFo8KvybRp3YKWcPFlAilXWX5ffcKKYm') format('truetype'), /* Safari, Android, iOS */
       url('http://d1zbsmr931x3w0.cloudfront.net/debd-78856913-roboto-v20-latin-italic.svg?versionId=GTcZO5VN4V9iAJULcvJhYlhHIFOhjiT5') format('svg'); /* Legacy iOS */
}

/* roboto-slab-regular - latin */
@font-face {
  font-family: 'RobotoSlab';
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility;
  src: url('http://d6b7vxfj8wcfz.cloudfront.net/9809-15956913-roboto-slab-v12-latin-regular.eot?versionId=u0SmLz7dEdJeAMOPmbeWqklmKe5to6yH'); /* IE9 Compat Modes */
       url('http://d6b7vxfj8wcfz.cloudfront.net/9809-15956913-roboto-slab-v12-latin-regular.eot?versionId=u0SmLz7dEdJeAMOPmbeWqklmKe5to6yH') format('embedded-opentype'), /* IE6-IE8 */
       url('http://d1zbsmr931x3w0.cloudfront.net/5665-59856913-roboto-slab-v12-latin-regular.woff2?versionId=82WbdbkBNxvxNKq_JNFAP7s5I6qqvdBK') format('woff2'), /* Super Modern Browsers */
       url('http://d1zbsmr931x3w0.cloudfront.net/ce7c-45956913-roboto-slab-v12-latin-regular.woff?versionId=akq9_1NBwFrTIkloBYVh2RU5EuC0Qg4y') format('woff'), /* Modern Browsers */
       url('http://d1zbsmr931x3w0.cloudfront.net/5c16-35956913-roboto-slab-v12-latin-regular.ttf?versionId=xWiZsEuVVFsP.Yqu0z.I2Z1KvnHA.fRx') format('truetype'), /* Safari, Android, iOS */
       url('http://d6b7vxfj8wcfz.cloudfront.net/dc93-25956913-roboto-slab-v12-latin-regular.svg?versionId=JuaxGgoapWRcN1B59VU0ObAb3c414chK') format('svg'); /* Legacy iOS */
}@font-face {
  font-family:'FontAwesome';
	 src:url('http://d1zbsmr931x3w0.cloudfront.net/8f53-92972913-fontawesome-webfont.eot?versionId=FgFGLqLB0WZo1_Ta3N1fuyHazt7eTfam');
	 src:url('http://d1zbsmr931x3w0.cloudfront.net/8f53-92972913-fontawesome-webfont.eot?versionId=FgFGLqLB0WZo1_Ta3N1fuyHazt7eTfam') format('embedded-opentype'),
		 url('http://d1zbsmr931x3w0.cloudfront.net/18bc-72972913-fontawesome-webfont.woff2?versionId=6Jchj2EcHb3CqNk2RxyfbxH6e1m.xlH8') format('woff2'),
		 url('http://d6b7vxfj8wcfz.cloudfront.net/5eeb-23972913-fontawesome-webfont.woff?versionId=YBeoDQTTUULn1fxfsIedr3AtG9a3pgfR') format('woff'),
		 url('http://d1zbsmr931x3w0.cloudfront.net/ee12-13972913-fontawesome-webfont.ttf?versionId=C.XOkl0e7oaJYzmUOI_vJXKx8sJ1TAVJ') format('truetype'),
		 url('http://d1zbsmr931x3w0.cloudfront.net/ecd0-03972913-fontawesome-webfont.svg?versionId=bjN2lV1BymESP0D6.1Dr.tIv858mbwrJ') format('svg');
  font-weight:normal;
  font-style:normal;
}

.fa {
  display:inline-block;
  font:normal normal normal 14px/1 FontAwesome;
  font-size:inherit;
  text-rendering:auto;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale
}

.fa-lg{font-size:1.33333333em;line-height:.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:.14285714em;
  text-align:center;
}

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

.fa-border {
  padding:.2em .25em .15em;
  border:solid .08em #eee;
  border-radius:.1em;
}

.fa-pull-left {float:left}
.fa-pull-right{float:right}
.fa.fa-pull-left{margin-right:.3em}
.fa.fa-pull-right{margin-left:.3em}
.pull-right{float:right}
.pull-left{float:left}
.fa.pull-left{margin-right:.3em}
.fa.pull-right{margin-left:.3em}
.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}
.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}

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

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

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

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

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

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

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

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical{filter:none}

.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:#fff}
.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-remove:before,.fa-close:before,.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,.fa-bar-chart: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-f:before,.fa-facebook:before{content:"\f09a"}
.fa-github:before{content:"\f09b"}
.fa-unlock:before{content:"\f09c"}
.fa-credit-card:before{content:"\f09d"}
.fa-feed:before,.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,.fa-gratipay: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-pp: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-buoy: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-resistance: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-y-combinator-square:before,.fa-yc-square:before,.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"}
.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}
.fa-tty:before{content:"\f1e4"}
.fa-binoculars:before{content:"\f1e5"}
.fa-plug:before{content:"\f1e6"}
.fa-slideshare:before{content:"\f1e7"}
.fa-twitch:before{content:"\f1e8"}
.fa-yelp:before{content:"\f1e9"}
.fa-newspaper-o:before{content:"\f1ea"}
.fa-wifi:before{content:"\f1eb"}
.fa-calculator:before{content:"\f1ec"}
.fa-paypal:before{content:"\f1ed"}
.fa-google-wallet:before{content:"\f1ee"}
.fa-cc-visa:before{content:"\f1f0"}
.fa-cc-mastercard:before{content:"\f1f1"}
.fa-cc-discover:before{content:"\f1f2"}
.fa-cc-amex:before{content:"\f1f3"}
.fa-cc-paypal:before{content:"\f1f4"}
.fa-cc-stripe:before{content:"\f1f5"}
.fa-bell-slash:before{content:"\f1f6"}
.fa-bell-slash-o:before{content:"\f1f7"}
.fa-trash:before{content:"\f1f8"}
.fa-copyright:before{content:"\f1f9"}
.fa-at:before{content:"\f1fa"}
.fa-eyedropper:before{content:"\f1fb"}
.fa-paint-brush:before{content:"\f1fc"}
.fa-birthday-cake:before{content:"\f1fd"}
.fa-area-chart:before{content:"\f1fe"}
.fa-pie-chart:before{content:"\f200"}
.fa-line-chart:before{content:"\f201"}
.fa-lastfm:before{content:"\f202"}
.fa-lastfm-square:before{content:"\f203"}
.fa-toggle-off:before{content:"\f204"}
.fa-toggle-on:before{content:"\f205"}
.fa-bicycle:before{content:"\f206"}
.fa-bus:before{content:"\f207"}
.fa-ioxhost:before{content:"\f208"}
.fa-angellist:before{content:"\f209"}
.fa-cc:before{content:"\f20a"}
.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}
.fa-meanpath:before{content:"\f20c"}
.fa-buysellads:before{content:"\f20d"}
.fa-connectdevelop:before{content:"\f20e"}
.fa-dashcube:before{content:"\f210"}
.fa-forumbee:before{content:"\f211"}
.fa-leanpub:before{content:"\f212"}
.fa-sellsy:before{content:"\f213"}
.fa-shirtsinbulk:before{content:"\f214"}
.fa-simplybuilt:before{content:"\f215"}
.fa-skyatlas:before{content:"\f216"}
.fa-cart-plus:before{content:"\f217"}
.fa-cart-arrow-down:before{content:"\f218"}
.fa-diamond:before{content:"\f219"}
.fa-ship:before{content:"\f21a"}
.fa-user-secret:before{content:"\f21b"}
.fa-motorcycle:before{content:"\f21c"}
.fa-street-view:before{content:"\f21d"}
.fa-heartbeat:before{content:"\f21e"}
.fa-venus:before{content:"\f221"}
.fa-mars:before{content:"\f222"}
.fa-mercury:before{content:"\f223"}
.fa-intersex:before, .fa-transgender:before{content:"\f224"}
.fa-transgender-alt:before{content:"\f225"}
.fa-venus-double:before{content:"\f226"}
.fa-mars-double:before{content:"\f227"}
.fa-venus-mars:before{content:"\f228"}
.fa-mars-stroke:before{content:"\f229"}
.fa-mars-stroke-v:before{content:"\f22a"}
.fa-mars-stroke-h:before{content:"\f22b"}
.fa-neuter:before{content:"\f22c"}
.fa-genderless:before{content:"\f22d"}
.fa-facebook-official:before{content:"\f230"}
.fa-pinterest-p:before{content:"\f231"}
.fa-whatsapp:before{content:"\f232"}
.fa-server:before{content:"\f233"}
.fa-user-plus:before{content:"\f234"}
.fa-user-times:before{content:"\f235"}
.fa-hotel:before,.fa-bed:before{content:"\f236"}
.fa-viacoin:before{content:"\f237"}
.fa-train:before{content:"\f238"}
.fa-subway:before{content:"\f239"}
.fa-medium:before{content:"\f23a"}
.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}
.fa-optin-monster:before{content:"\f23c"}
.fa-opencart:before{content:"\f23d"}
.fa-expeditedssl:before{content:"\f23e"}
.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240"}
.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}
.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}
.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}
.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}
.fa-mouse-pointer:before{content:"\f245"}
.fa-i-cursor:before{content:"\f246"}
.fa-object-group:before{content:"\f247"}
.fa-object-ungroup:before{content:"\f248"}
.fa-sticky-note:before{content:"\f249"}
.fa-sticky-note-o:before{content:"\f24a"}
.fa-cc-jcb:before{content:"\f24b"}
.fa-cc-diners-club:before{content:"\f24c"}
.fa-clone:before{content:"\f24d"}
.fa-balance-scale:before{content:"\f24e"}
.fa-hourglass-o:before{content:"\f250"}
.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}
.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}
.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}
.fa-hourglass:before{content:"\f254"}
.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}
.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}
.fa-hand-scissors-o:before{content:"\f257"}
.fa-hand-lizard-o:before{content:"\f258"}
.fa-hand-spock-o:before{content:"\f259"}
.fa-hand-pointer-o:before{content:"\f25a"}
.fa-hand-peace-o:before{content:"\f25b"}
.fa-trademark:before{content:"\f25c"}
.fa-registered:before{content:"\f25d"}
.fa-creative-commons:before{content:"\f25e"}
.fa-gg:before{content:"\f260"}
.fa-gg-circle:before{content:"\f261"}
.fa-tripadvisor:before{content:"\f262"}
.fa-odnoklassniki:before{content:"\f263"}
.fa-odnoklassniki-square:before{content:"\f264"}
.fa-get-pocket:before{content:"\f265"}
.fa-wikipedia-w:before{content:"\f266"}
.fa-safari:before{content:"\f267"}
.fa-chrome:before{content:"\f268"}
.fa-firefox:before{content:"\f269"}
.fa-opera:before{content:"\f26a"}
.fa-internet-explorer:before{content:"\f26b"}
.fa-tv:before,.fa-television:before{content:"\f26c"}
.fa-contao:before{content:"\f26d"}
.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}
.fa-calendar-plus-o:before{content:"\f271"}
.fa-calendar-minus-o:before{content:"\f272"}
.fa-calendar-times-o:before{content:"\f273"}
.fa-calendar-check-o:before{content:"\f274"}
.fa-industry:before{content:"\f275"}
.fa-map-pin:before{content:"\f276"}
.fa-map-signs:before{content:"\f277"}
.fa-map-o:before{content:"\f278"}
.fa-map:before{content:"\f279"}
.fa-commenting:before{content:"\f27a"}
.fa-commenting-o:before{content:"\f27b"}
.fa-houzz:before{content:"\f27c"}
.fa-vimeo:before{content:"\f27d"}
.fa-black-tie:before{content:"\f27e"}
.fa-fonticons:before{content:"\f280"}
.fa-reddit-alien:before{content:"\f281"}
.fa-edge:before{content:"\f282"}
.fa-credit-card-alt:before{content:"\f283"}
.fa-codiepie:before{content:"\f284"}
.fa-modx:before{content:"\f285"}
.fa-fort-awesome:before{content:"\f286"}
.fa-usb:before{content:"\f287"}
.fa-product-hunt:before{content:"\f288"}
.fa-mixcloud:before{content:"\f289"}
.fa-scribd:before{content:"\f28a"}
.fa-pause-circle:before{content:"\f28b"}
.fa-pause-circle-o:before{content:"\f28c"}
.fa-stop-circle:before{content:"\f28d"}
.fa-stop-circle-o:before{content:"\f28e"}
.fa-shopping-bag:before{content:"\f290"}
.fa-shopping-basket:before{content:"\f291"}
.fa-hashtag:before{content:"\f292"}
.fa-bluetooth:before{content:"\f293"}
.fa-bluetooth-b:before{content:"\f294"}
.fa-percent:before{content:"\f295"}
.fa-gitlab:before{content:"\f296"}
.fa-wpbeginner:before{content:"\f297"}
.fa-wpforms:before{content:"\f298"}
.fa-envira:before{content:"\f299"}
.fa-universal-access:before{content:"\f29a"}
.fa-wheelchair-alt:before{content:"\f29b"}
.fa-question-circle-o:before{content:"\f29c"}
.fa-blind:before{content:"\f29d"}
.fa-audio-description:before{content:"\f29e"}
.fa-volume-control-phone:before{content:"\f2a0"}
.fa-braille:before{content:"\f2a1"}
.fa-assistive-listening-systems:before{content:"\f2a2"}
.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}
.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}
.fa-glide:before{content:"\f2a5"}
.fa-glide-g:before{content:"\f2a6"}
.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}
.fa-low-vision:before{content:"\f2a8"}
.fa-viadeo:before{content:"\f2a9"}
.fa-viadeo-square:before{content:"\f2aa"}
.fa-snapchat:before{content:"\f2ab"}
.fa-snapchat-ghost:before{content:"\f2ac"}
.fa-snapchat-square:before{content:"\f2ad"}
.fa-pied-piper:before{content:"\f2ae"}
.fa-first-order:before{content:"\f2b0"}
.fa-yoast:before{content:"\f2b1"}
.fa-themeisle:before{content:"\f2b2"}
.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}
.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}
.fa-handshake-o:before{content:"\f2b5"}
.fa-envelope-open:before{content:"\f2b6"}
.fa-envelope-open-o:before{content:"\f2b7"}
.fa-linode:before{content:"\f2b8"}
.fa-address-book:before{content:"\f2b9"}
.fa-address-book-o:before{content:"\f2ba"}
.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}
.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}
.fa-user-circle:before{content:"\f2bd"}
.fa-user-circle-o:before{content:"\f2be"}
.fa-user-o:before{content:"\f2c0"}
.fa-id-badge:before{content:"\f2c1"}
.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}
.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}
.fa-quora:before{content:"\f2c4"}
.fa-free-code-camp:before{content:"\f2c5"}
.fa-telegram:before{content:"\f2c6"}
.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}
.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}
.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}
.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}
.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}
.fa-shower:before{content:"\f2cc"}
.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}
.fa-podcast:before{content:"\f2ce"}
.fa-window-maximize:before{content:"\f2d0"}
.fa-window-minimize:before{content:"\f2d1"}
.fa-window-restore:before{content:"\f2d2"}
.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}
.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}
.fa-bandcamp:before{content:"\f2d5"}
.fa-grav:before{content:"\f2d6"}
.fa-etsy:before{content:"\f2d7"}
.fa-imdb:before{content:"\f2d8"}
.fa-ravelry:before{content:"\f2d9"}
.fa-eercast:before{content:"\f2da"}
.fa-microchip:before{content:"\f2db"}
.fa-snowflake-o:before{content:"\f2dc"}
.fa-superpowers:before{content:"\f2dd"}
.fa-wpexplorer:before{content:"\f2de"}
.fa-meetup:before{content:"\f2e0"}

.sr-only {
  position:absolute;
  width:1px;height:1px;
  padding:0;margin:-1px;
  overflow:hidden;
  clip:rect(0, 0, 0, 0);
  border:0
}

.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}html, body, div.page, div.lt-ie7 {
	margin: 0;
	padding: 0;
	height: 100%;
}

#e_content {
	position: relative;
	min-height: 100.0%;
}
* html #e_content {
	height: 100%;
}

#footer {
	position: relative;
}

#header {
}

#header_image {
}

#main_nav {
}

#e_column_0 {
}

#column1 {
}

#column2 {
}

#column3 {
}

#column4 {
}
/* The main calendar widget.  DIV containing a table. */

.calendar {
  position: relative;
  display: none;
  border: 1px solid;
  border-color: #fff #000 #000 #fff;
  font-size: 11px;
  cursor: default;
  background: Window;
  color: WindowText;
  font-family: tahoma,verdana,sans-serif;
}

.calendar table {
  border: 1px solid;
  border-color: #fff #000 #000 #fff;
  font-size: 11px;
  cursor: default;
  background: Window;
  color: WindowText;
  font-family: tahoma,verdana,sans-serif;
}

/* Header part -- contains navigation buttons and day names. */

.calendar .button { /* "<<", "<", ">", ">>" buttons have this class */
  text-align: center;
  padding: 1px;
  border: 1px solid;
  border-color: ButtonHighlight ButtonShadow ButtonShadow ButtonHighlight;
  background: ButtonFace;
}

.calendar .nav {
  background: ButtonFace url(../gif/menuarrow.gif_%3b%20filename_%3dutf-8%27%27menuarrow.gif) no-repeat 100% 100%;
}

.calendar thead .title { /* This holds the current "month, year" */
  font-weight: bold;
  padding: 1px;
  border: 1px solid #000;
  background: ActiveCaption;
  color: CaptionText;
  text-align: center;
}

.calendar thead .headrow { /* Row <TR> containing navigation buttons */
}

.calendar thead .daynames { /* Row <TR> containing the day names */
}

.calendar thead .name { /* Cells <TD> containing the day names */
  border-bottom: 1px solid ButtonShadow;
  padding: 2px;
  text-align: center;
  background: ButtonFace;
  color: ButtonText;
}

.calendar thead .weekend { /* How a weekend day name shows in header */
  color: #f00;
}

.calendar thead .hilite { /* How do the buttons in header appear when hover */
  border: 2px solid;
  padding: 0px;
  border-color: ButtonHighlight ButtonShadow ButtonShadow ButtonHighlight;
}

.calendar thead .active { /* Active (pressed) buttons in header */
  border-width: 1px;
  padding: 2px 0px 0px 2px;
  border-color: ButtonShadow ButtonHighlight ButtonHighlight ButtonShadow;
}

/* The body part -- contains all the days in month. */

.calendar tbody .day { /* Cells <TD> containing month days dates */
  width: 2em;
  text-align: right;
  padding: 2px 4px 2px 2px;
}
.calendar tbody .day.othermonth {
  font-size: 80%;
  color: #aaa;
}
.calendar tbody .day.othermonth.oweekend {
  color: #faa;
}

.calendar table .wn {
  padding: 2px 3px 2px 2px;
  border-right: 1px solid ButtonShadow;
  background: ButtonFace;
  color: ButtonText;
}

.calendar tbody .rowhilite td {
  background: Highlight;
  color: HighlightText;
}

.calendar tbody td.hilite { /* Hovered cells <TD> */
  padding: 1px 3px 1px 1px;
  border-top: 1px solid #fff;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  border-left: 1px solid #fff;
}

.calendar tbody td.active { /* Active (pressed) cells <TD> */
  padding: 2px 2px 0px 2px;
  border: 1px solid;
  border-color: ButtonShadow ButtonHighlight ButtonHighlight ButtonShadow;
}

.calendar tbody td.selected { /* Cell showing selected date */
  font-weight: bold;
  border: 1px solid;
  border-color: ButtonShadow ButtonHighlight ButtonHighlight ButtonShadow;
  padding: 2px 2px 0px 2px;
  background: ButtonFace;
  color: ButtonText;
}

.calendar tbody td.weekend { /* Cells showing weekend days */
  color: #f00;
}

.calendar tbody td.today { /* Cell showing today date */
  font-weight: bold;
  color: #00f;
}

.calendar tbody td.disabled { color: GrayText; }

.calendar tbody .emptycell { /* Empty cells (the best is to hide them) */
  visibility: hidden;
}

.calendar tbody .emptyrow { /* Empty row (some months need less than 6 rows) */
  display: none;
}

/* The footer part -- status bar and "Close" button */

.calendar tfoot .footrow { /* The <TR> in footer (only one right now) */
}

.calendar tfoot .ttip { /* Tooltip (status bar) cell <TD> */
  background: ButtonFace;
  padding: 1px;
  border: 1px solid;
  border-color: ButtonShadow ButtonHighlight ButtonHighlight ButtonShadow;
  color: ButtonText;
  text-align: center;
}

.calendar tfoot .hilite { /* Hover style for buttons in footer */
  border-top: 1px solid #fff;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  border-left: 1px solid #fff;
  padding: 1px;
  background: #e4e0d8;
}

.calendar tfoot .active { /* Active (pressed) style for buttons in footer */
  padding: 2px 0px 0px 2px;
  border-top: 1px solid #000;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #000;
}

/* Combo boxes (menus that display months/years for direct selection) */

.calendar .combo {
  position: absolute;
  display: none;
  width: 4em;
  top: 0px;
  left: 0px;
  cursor: default;
  border: 1px solid;
  border-color: ButtonHighlight ButtonShadow ButtonShadow ButtonHighlight;
  background: Menu;
  color: MenuText;
  font-size: 90%;
  padding: 1px;
  z-index: 100;
}

.calendar .combo .label,
.calendar .combo .label-IEfix {
  text-align: center;
  padding: 1px;
}

.calendar .combo .label-IEfix {
  width: 4em;
}

.calendar .combo .active {
  padding: 0px;
  border: 1px solid #000;
}

.calendar .combo .hilite {
  background: Highlight;
  color: HighlightText;
}

.calendar td.time {
  border-top: 1px solid ButtonShadow;
  padding: 1px 0px;
  text-align: center;
  background-color: ButtonFace;
}

.calendar td.time .hour,
.calendar td.time .minute,
.calendar td.time .ampm {
  padding: 0px 3px 0px 4px;
  border: 1px solid #889;
  font-weight: bold;
  background-color: Menu;
}

.calendar td.time .ampm {
  text-align: center;
}

.calendar td.time .colon {
  padding: 0px 2px 0px 3px;
  font-weight: bold;
}

.calendar td.time span.hilite {
  border-color: #000;
  background-color: Highlight;
  color: HighlightText;
}

.calendar td.time span.active {
  border-color: #f00;
  background-color: #000;
  color: #0f0;
}
/* @author aokimi@vipasolutions.com
General Styles for AOA 2014 */

body {
  font-family: 'OpenSans', arial, sans-serif;
  font-size: 13px;
  line-height: 1.75em;
  color: #333333;
  background-color: #444444;  
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

body > div.page {
    width: 700px;
    display: block;
    margin: 0 auto;
}

@media (min-width: 1240px) {
  body > div.page {
    width: 1200px;
  }
}

#e_column_0 {
  padding: 0 0 280px;
}

#e_column_0-wc-0 {
  background-color: #f9f9f9;
}

/* switching where facebook displays for mobile vs. desktop */

#e_column_0 .facebook {
    display: none;
}

@media (min-width: 1240px) {  
  #e_column_0 .facebook {
    display: block;
  }
}

a {
  color: #004680;
  font-family: 'OpenSansSemiBold';
  text-decoration: none;
  text-decoration: underline;
  
}

span.val.email:hover {
  cursor: pointer;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	padding:0px;
}

h1 {
  font-family: 'OpenSansLight';
  font-size: 2.5em;
  line-height: 1.25em;
  color: #004680;
  margin-bottom: .5em;
}

.subhead,
h2, h3, h4, h5 {
  font-family: 'OpenSansSemiBold';
  line-height: 1.5em;  
  color: #252525;
}

.subhead,
h2,
.title h2,
.title2 h2,
.prop-group-title h1 {
  font-size: 1.45em;
  margin-bottom: 5px;
}

.title h2,
.prop-group-title h1 {
  color: #004680;
}

.title2 h2 {
  color: #fff;
}

.title h2,
.title2 h2,
.prop-group-title h1 {
  text-transform:uppercase;
  font-family: 'OpenSansLight';
}

h2 strong,
.title h2 strong,
.title2 h2 strong {
  font-family: 'OpenSansBold';
}


h3,
th.style_3,
div.style_2 {
  font-size: 1.45em;
  color: #004680;
  margin-bottom: .25em;
}

h3 a,
h4 a {
  color: #004680;
  text-decoration: none;
}

h4 {
  font-size: 1.25em;
  margin: 1em 0 0.25em;
}

h5 {
  font-size: 1.2em;
  margin: 1em 0 0;
  border-bottom: 2px solid #004680;
}

h6 {
  font-size: 1em;
  margin: 1em 0 0;
  font-family: 'OpenSansBold';
  color: #004680;
}

p {
  margin-top:.25em;
}

@media (min-width: 1240px) {
  .text p img {
    max-width: 1175px;
  }
}


.text ul,
.text ul li,
.productcatalog ul,
.productcatalog ul li {
    padding: 0;
    margin: 0 0 0 0.75em;
}

ol.a {list-style-type:upper-alpha;}
ol.b {list-style-type:decimal;}
ol.c {list-style-type:lower-alpha;}
ol.d {list-style-type:lower-roman;}

.nobr {
     white-space: nowrap;
}

.darkblue {background-color:#004680;}
.blue {background-color: #004680;}
.lightblue {background-color:#e3e3e3;}
.darkgrey {background-color:#e3e3e3;}
.lightgrey {background-color:#f9f9f9;}
.red {color:#252525;}
 
.left {
  text-align:left;
}
.right {
  text-align:right;
}
.center {
  text-align:center;
}
.plain-list {
  list-style-type: none;
}

.space_below {
  padding-bottom:1em;
}

.underline {
  text-decoration: underline;
}

.strike-through {
  text-decoration: line-through;
}

fieldset {
  /* to keep from having to override this everywhere */
  border: 0;
  margin: 0;
  padding: 0;
}

/*general table styles */
td.action a {
    color: #fff;
    font-family: 'OpenSans';
    text-transform: uppercase;
    text-align: center;
    display: inline-block;
    padding: 4px 10px;
    border: 1px solid #960e25;
    background: linear-gradient(to bottom, rgba(150,14,37,1) 0%, rgba(205,25,67,1)100%);
    text-decoration: none;
}

td.action a + a {
    display: inline-block;
    margin-left: 0.5em;
}

/*button styles */
a.button,
a.generic_button,
.actions input,
button.orderitembutton,
input.action-login,
.growth_cal button,
button,
.actions a{
  color: #fff;
  font-family: 'OpenSansBold';
  font-size: 1.15em;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  margin:.25em;
  display: inline-block;
  padding: 8px 20px;
  border: 1px solid transparent;
  
  background: #252525;
}

a.button.blue{
  border: 1px solid transparent; 
  text-decoration: none;  
  background: #004680;  
}

/* contact by email */
.contact-online a,
.contactonline a,
a.contact-email .val.contact-email,
a.val.contact-online,
.farm-info .email a,
.email .val.email {
    background: url(../png/send-email_03.png_%3b%20filename_%3dutf-8%27%27send-email_03ca02.png?versionId=Se4Ehda9KNrcUDr00s0qC3sDxLgcsXeE) no-repeat 0 2px;
    padding-left: 22px;
    font-family: 'OpenSansBold';
    text-decoration: none;
}

a.val.contact-online span {
  padding-left: 0;
}

/* form styles */
form .question {
  margin-bottom:0.5em;
}

input,
select,
textarea {
    border: 1px solid #ccc;
    padding: 7px 2px;
    color: #666;
    -moz-box-shadow: inset 0 0 5px #999999;
    -webkit-box-shadow: inset 0 0 5px #999999;
    box-shadow: inset 0 0 5px #999999;  
}

input[type="checkbox"],
input[type="radio"] {
    border: 0;
    padding: 4px 2px;
    color: #666;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
   transform:scale(1.5, 1.5);
}

input[type="text"],
input[type="password"],
textarea {
  min-width: 200px;
}


input[type="text"] + input[type="text"] {
    margin-left: 10px;
}


.cal input[type="text"] {
  display: inline-block;
}

select {
  min-width: 204px;
}

label,
.label {
    display: block;
    font-family: 'OpenSansBold';
}

input[type="checkbox"],
input[type="radio"],
input[type="checkbox"] + label,
input[type="radio"] + label,
input[type="checkbox"] + span.lb_eula_content{
    display: inline-block;
    vertical-align: middle;
}

input[type="checkbox"] + span.lb_eula_content {
  max-width: 75%;
  margin-left: 0.5em;
}

input[type="checkbox"] + label,
input[type="radio"] + label {
  margin-left: 0.5em;
}

.nanp input,
.nanp label,
.intl input,
.intl label,
.email > div,
.name > div,
.address > .address_line,
.city_state_postalcode > div {
  display: inline-block;
  vertical-align: center;
  margin-right: 0.25em;
}

form button,
.actions input {
  min-width: 0;
  padding: 2px 10px;
  font-size: 1em;
}

/* form captcha styles */
.captcha {
  display: block;
  padding: 1em;
  margin-bottom: 1em;
  background-color: #efefef;
}

.captcha h3 {
  margin: 0;
  padding-bottom: 0;
  font-size: 1.15em;
}

.captcha p {
  margin-top: 0;
}

.captcha .instructions {
  display: block;
  float: none;
  clear: both;
  font-style: italic;
  font-size: 0.9em;
}


/* general header area styles */
.menu ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

header .menu ul li,
nav .menu ul li {
  display: inline-block;
  vertical-align: top;
}

header .menu ul li a,
nav .menu ul li a {
  color: #fff;
  text-decoration: none;
  font-family: 'OpenSansBold';
}


/* logo and icon nav */

#header {
  display: block;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

#header p,
#header_image p{
  margin: 0;
}

#header #logo p {
  padding: 5px 0;
}

@media (min-width: 1240px) {
  #header-wc-0,
  #main_nav-wc-0,
  #footer-wc-0 {
    width: 1200px;
  }
}

#logo {
  float: left;
}

.iconnav,
.loginlink,
.logout,
.login-persist {
  float: right;
}

.logout a,
.loginlink a {
  font-family: "OpenSansBold";
  color: #fff;
  text-decoration: none;
}

.login-persist {
  text-align: right;
}

#header .iconnav {
  display: none;
}

#main_nav .iconnav {
  display: block;
  float: none;
}

@media (min-width: 1240px) {
  #header .iconnav {
    display: block;
  }  
  #main_nav .iconnav {
    display: none;
  }
}

/* search */
.searchbox {
  position: absolute;
  bottom: 5px;
  right: 15px;
  background-color: #fff;
  border: 1px solid #b2b2b2;
  padding: 0 10px 3px;
}

.searchbox .query,
.searchbox .button {
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: middle;
}

.searchbox form input[type="text"]{
  font-style: italic;
  font-size: 0.95em;
  padding: 0;
  margin: 0;
  color: #b2b2b2;
  border: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.searchbox .button,
.searchbox .button input {
  background-color: transparent;
  border: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  height: 14px;
  width: 14px;
  padding: 0;
}

.searchbox .button input {
  background: url(../png/search.png_%3b%20filename_%3dutf-8%27%27search7364.png?versionId=FLCfAgoGHtqb2tsdOxl9uE0Ol5OnkIqd) no-repeat top left;
}

.actions button + button {
  margin-left: 1em;
}

/* main navigation */

.shopping_cart_quick_view {
  display:inline-block;
}


.mainnav-comp {
  background: #252525;
  
  min-height: 46px;
  padding: 0 2em;
  position: relative;
}

.menu.mainnav {
  position: relative;
}

.mainnav ul li span {
    display: none;
}

.mainnav ul li a span {
    display: block;
}

.mainnav li a,
.mainnav-comp .mainnav li a,
.mainnav-comp .mainnav ul li.last ul li a{
  display: block;
  padding: 10px 0;
  margin-right: 45px;
}

.mainnav li.last a,
.mainnav-comp .mainnav ul ul li a,
.mainnav-comp .mainnav ul li.last a{
  margin-right: 0;
}

.mainnav ul li ul {
  display: none;
}

.mainnav ul li.mi-parent.mi-active {
  min-height: 85px;
}

.mainnav ul li.mi-active ul {
  display: block;
  border-top: 1px solid #fff;
  position: absolute;
  width: 100%;
  top: 42px;
  left: 0;
}

.mainnav ul li.mi-active ul {
  margin: 0 -2em;
  padding: 0 2em;
  border-top: 1px solid #960e25;

  -moz-box-shadow: inset 2px 0px 0 (255, 255, 255, 0.8);
  -webkit-box-shadow: inset 2px 0px 0 (255, 255, 255, 0.8);
  -o-box-shadow: inset 2px 0px 0 (255, 255, 255, 0.8);
  box-shadow: inset 2px 0px 0 (255, 255, 255, 0.8);

  background: rgba(205,25,67,1);
  background: -moz-linear-gradient(top, rgba(150,14,37,1) 0%, rgba(205,25,67,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(150,14,37,1)), color-stop(100%, rgba(205,25,67,1)));
  background: -webkit-linear-gradient(top, rgba(150,14,37,1) 0%, rgba(205,25,67,1) 100%);
  background: -o-linear-gradient(top, rgba(150,14,37,1) 0%, rgba(205,25,67,1) 100%);
  background: -ms-linear-gradient(top, rgba(150,14,37,1) 0%, rgba(205,25,67,1) 100%);
  background: linear-gradient(to bottom, rgba(150,14,37,1) 0%, rgba(205,25,67,1) 100%);  
}

.mainnav ul li.mi-active ul li {
  height: 37px;
}

.mainnav ul li.mi-active ul li.first {
  margin-left: -1em;
}

.mainnav ul li.mi-active ul a {
  font-size: 0.95em;
  padding: 0.75em;
  margin: 0;
  font-family: 'OpenSans';
}

.mainnav ul li.mi-active ul li.first a {
  padding-left: 1em;
}

@media (min-width: 1240px) {
  .mainnav li a {
    min-width: 0;
    padding: 10px 0;
    font-size: 1.25em;
    margin-right: 105px;
  }

  .mainnav ul li ul li a {
    margin-right: 45px;
  }
}


/* main navigation for members */
.member.mainnav-comp .mainnav li a,
.member.mainnav-comp .mainnav ul li.last ul li a {
  margin-right: 25px;
  text-decoraiton: none;
}

@media (min-width: 1240px) {
  .member.mainnav-comp .mainnav li a,
  .member.mainnav-comp .mainnav ul li.last ul li a {
     margin-right: 45px;
  }
  
  .shopping_cart_quick_view {
    position: absolute;}
}

.member.mainnav-comp .mainnav ul ul li a,
.member.mainnav-comp .mainnav ul li.last a {
  margin-right: 0;
}

/*shopping cart quickview */
.shopping_cart_quick_view {

  top: 5px;
  right: 13px;
  color: #fff;
}

.shopping_cart_quick_view .view_order_text,
.shopping_cart_quick_view .view_order_link {
  float: right;
}

.shopping_cart_quick_view .view_order_text {
  margin-top: 5px;
  width: 50px;
  line-height: 1.1em;
  font-size: 0.9em;
}

.shopping_cart_quick_view .view_order_link a {
  display: block;
  height: 35px;
  width: 35px;
  text-indent: -4000em;
  background: url(../png/shoppingcart.png_%3b%20filename_%3dutf-8%27%27shoppingcart6029.png?versionId=4nfiVHp9yiyk.jkmJIbm5c2HqHs3MvGo) no-repeat top left;
}

/*footer styles*/

@media (min-width: 1240px) {
  #footer-wc-0 {
    width: 1200px;
    margin: 0 auto;
  }
}

#footer {
  color: #ffffff;
  height: 280px;
  margin-top: -280px;
  box-sizing: border-box;
  font-size: 0.9em;
}

#footer a,
#footer h3,
#footer h4 {
  color: #ffffff;
}

#footer h4 {
  font-size: 1.15em;
}

#footer .footer_links {
  display: block;
  height: 260px;
}

#footer .links,
#footer .contact,
#footer .social-links {
  display: inline-block;
  vertical-align: top;
}

#footer .links {
  width: 300px;
  margin-right: 14px;
}

#footer .links ul li {
  display: inline-block;
  width: 175px;
  margin-right: 15px;
}

#footer .links ul li:nth-child(even) {
  width: 100px;
  margin-right: 0;
}

#footer .contact {
  margin-right: 20px;
}

.contact .address,
.contact .lines {
  padding-right: 0;
}

.contact .address,
.contact .lines {
  padding: 0 0 0 30px;
}

.contact .address {
  border-bottom: 1px solid #ffffff;
}

.contact .address {
  font-size: 0.85em;
  line-height: 1.65em;
}

.contact .address:before,
.contact .lines:before {
  content: "";
  display: block;
  float: left;
  margin-left: -30px;
  height: 45px;
  width: 25px;
  background: url(../png/contact-img.png_%3b%20filename_%3dutf-8%27%27contact-img0591.png?versionId=y_92XJ3bRGoKxeTNl24lgqy490hi1p6f) no-repeat top right;
}

.contact .lines:before {
  background-position: bottom right;
}

.social-media a {
  display: inline-block;
  height: 45px;
  width: 47px;
  text-indent: -4000em;
  text-decoration: none;
  background-image: url(../png/socialicons.png_%3b%20filename_%3dutf-8%27%27socialicons9d91.png?versionId=4V8uZdLWizCDbE13Hy1dJpIqGdYjrMBK);
  background-position: top left;
}

.social-media a:first-child {
  background-position: -74px 0;
  margin-right: 20px;
}

.social-media a:last-child {
  background-position: -148px 0;
  margin-left: 20px;
}

#footer a.button,
.social-buttons a.button {
  font-size: 0.98em;
  box-sizing: border-box;
  width: 180px;
  padding: 8px 0;
  text-decoration: none;
}

#footer .social-links p {
    margin: 1em 0 11px;
}

#footer .social-media {
    border-bottom: 1px solid #fff;
    margin-bottom: 16px;
}

@media (min-width: 1240px) {
  #footer {
    font-size: 1em;
  }
  #footer h4 {
  font-size: 1.25em;
  }

  #footer .links {
    width: 500px;
    margin-right: 5%;
  }

  #footer .links ul li {
    display: inline-block;
    width: 200px;
    margin-right: 50px;
  }

  #footer .links ul li:nth-child(even) {
    width: 180px;
  }

  #footer .contact {
    margin-right: 10%;
  }

  .contact .address {
    font-size: 1em;
  }

  .social-media a:first-child {
    margin-right: 35px;
    margin-left: 10px;
  }

  .social-media a:last-child {
    margin-left: 35px;
    margin-right: 10px;
  }
  #footer a.button,
  .social-buttons a.button {
    width: 230px;
    padding: 10px;
  }

  #footer .social-links p {
    margin: 1em 0;
  }

  #footer .social-media {
    border-bottom: 0;
    margin-bottom: 0;
  }
}

#footer .copyright {
  font-family: 'OpenSansSemiBold';
  display: block;
  line-height: 1em;
  padding: 1em 0 0;
  margin-top: 10px;
}

#footer .copyright .btt {
   float: right;
}

#footer .copyright .copyright-text {
  float: left;
}

/* loading styles */
div.miwt-ajax-progress {
    display: block;
    position: relative;
}

div.miwt-ajax-progress progress {
    max-width: 100%;
}


/* print styles */

@media all {
	.page-break	{ display: none; }
}

@media print {

.page-break	{ display: block; page-break-before: always; }
  
body {
  font-family: Georgia, serif;
  background: none;
  margin: 0;
  padding: 0;
}
  
  #header,
  #main_nav,
  #header_image,  
  #footer .footer_links,
  #footer .btt,
  #view_nav {
  display: none;
  margin: 0;
  padding: 0;
}
  

.entry a:after {
	content: " [" attr(href) "] ";
}

  td p { margin:0; }
  
/* ul, img {
   page-break-inside: avoid;
} */
  
h2, h3 {
   page-break-after: avoid;
}
  
img {
   max-width: 100% !important;
}
}

td {
  vertical-align:top;
}
.clear {
  clear: both;
}

.float-left {
	float:left;
	margin: 0 .5em .5em 0;
}

.float-right {
	float:right;
	margin: 0 0 .5em .5em;
}


.teaser p,
.large-type p,
.large-type h6,
.large-type li,
.large-type ol,
.large-type ul {
  font-size:1.25em;
  line-height: 1.8em;
}

.large-type ul,
.large-type ol {
  margin-bottom: 1.25em;
}

.large-type ul li,
.large-type ul li ul,
.large-type ul li ol,
.large-type ol li,
.large-type ol li ol,
.large-type ol li ul,
.large-type ol p,
.large-type ul p {
  font-size: 100%;
}

div.large-type {
    max-width: 700px;
    margin:auto;
}/* @author aokimi@vipasolutions.com
Icon Navigation/Menu | AOA 2014 */

.iconnav ul li,
.login-persist li,
.logout a {
    text-align: center;
    margin: 5px 10px;
    width: auto;
}

@media (min-width: 1240px) {
  .iconnav ul li,
  .login-persist li,
  .logout a {
    text-align: center;
    margin: 5px;
    width: auto;
  }
}

.loginlink a,
.logout a {
  margin: 5px;
}

.iconnav ul li a,
.loginlink a,
.login-persist li a,
.logout a {
  display: block;
  min-width: 65px;
  text-align: center;
  padding-top: 50px;
  background: url(../png/whiteicons-all.png_%3b%20filename_%3dutf-8%27%27whiteicons-allcee1.png?versionId=k60igVIQ8b6ZYNboTm0oHMECu0qY4B0y) no-repeat;
  background-position: 0 0;
}

.iconnav .join a {
    background-position: 0 -242px;
}

.iconnav .req-info a {
    background-position: 9px -648px;
}

.iconnav .learn a {
    background-position: 0  -728px;
}

.iconnav .show a {
    background-position: 0  -162px;
}

.iconnav .fashion a {
    background-position: 0  -320px;
}

.iconnav .mag a {
    background-position: 0  -403px;
}

.iconnav .farm a {
    background-position: 0  -482px;
}

.iconnav .shop a {
    background-position: 5px -565px;
}

.iconnav ul li.mktg a {
    background-position: 0 -81px;
}

.login-persist .profile a {
    background-position: 0px -807px;
}

.loginlink a,
.logout a  {
  background-position: 0px -888px;
  margin-right: 0;
}

.logout .username {
  display: none;
}

/* username displaying on hover */
.logout {
    position: relative;
}

.logout:hover .username {
    display: block;
    position: absolute;
    bottom: -1.5em;
    right: 5px;
    text-align: center;
    padding: 0 5px;
    color: #fff;
    font-family: 'OpenSansBold';
    font-size: 0.9em;
    white-space: nowrap;
    text-shadow: 0 1px 3px #000;
}

/* member-only styles */

.member.iconnav ul li {
    margin: 5px 17px;
}

@media (min-width: 1240px) {
  .member.iconnav ul li {
    margin: 5px 17px;
  }
}#header_image {
    padding-top: 80px;
}

.headerImage {
  display: block;
  height: 125px;
  width: 700px;
  background-size: cover;
}

@media (min-width: 1240px) {
  .headerImage {
    width: 1200px;
    height:205px;
  }
}

#e_column_0 {
  width: 700px;
  margin: 0 auto;
}

#e_column_0-wc-0 {
  background-color: #fff;
  padding: 1em;
}

.menu.catalog {
  margin-bottom: 2em;
}
.menu.catalog li {
  display: inline-block;
  margin-right: 1em;
}

#column4 {
  display: none;
}

#column3,
#column4 {
  line-height: 1.5em;
}

#column2 h4,
#column3 h4,
#column4 h4 {
  border-bottom: 2px solid #00457c;
}

ul.catalogmenu a {
    font-family: 'OpenSansBold';
}

ul.catalogmenu ul.catalogmenu {
    margin-left: 1em;
}

ul.catalogmenu ul.catalogmenu a {
    font-family: 'OpenSans';
}

#column1 h1 {
  margin-bottom: 0;
  padding-bottom: 0;
}

@media (min-width: 1240px) {
  #e_column_0 {
    width: 1200px;
  }
  #column2,
  #column3,
  #column4 {
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
  }
  #column2 {
    width: 16%;
  }

  #column4 {
    width: 27%;
  }

  #column3 {
    width: 48%;
  }

  ul.catalogmenu li.catalogcategory {
    display: block;
    clear: both;
    float: none;
  }
}/* alert message */
.alert-msg {
    color: #c41230;
    font-family: 'OpenSansBold';
    margin-bottom: 1em;
}

.alert-msg:before {
    content: "!";
    display: inline-block;
    height: 20px;
    width: 20px;
    border: 2px solid #c41230;
    border-radius: 20px;
    text-align: center;
    font-size: 1.5em;
    line-height: 1em;
}

/* checkout */
.checkout form {
  border-top: 2px solid #00457c;
}

table {
    width: 100%;
}

table thead {
  border-bottom: 2px solid #00457c;
}

table thead th {
  font-weight: bold;
  text-transform: uppercase;
}

table tbody tr {
  border-bottom: 1px solid #00457c;
}

table tbody tr:nth-child(odd) {
  background-color: #e8f4ff;
}

th, td {
    padding: 0.5em 1em;
    text-align: left;
}

th {
    color: #00457c;
}

table.orderitems {
  width: 100%;
}

table.orderitems input[type="text"] {
  width: auto;
  min-width: 0px;
}

table.orderitems tr th {
  text-align: left;
  padding: 0 1em;
}

table.orderitems tr th.price {
  text-align: right;
}

table.orderitems thead,
table.orderitems tr.catalogitem {
    background-color: #e8f4ff;
    border-bottom: 1px solid #00457c;
}

table.orderitems tr td{
    padding: 0.5em 1em;
}

.checkout .remove label {
  display: inline-block;
  height: 16px;
  width: 16px;
  background: url(../png/remove_sm.png_%3b%20filename_%3dutf-8%27%27remove_sm9761.png?versionId=dt_v1t6grwMP6Lh.wv9vVV_KawVpuQVI) no-repeat;
  text-indent: -4000em;
}

.checkout .remove input {
  display: inline-block;
  border: 0;
  box-shadow: none;
}

.checkout td.remove {
  min-width: 40px;
  padding: 0;
}

.checkout td.remove label {
  margin-left: 0;
}

.checkout .price {
  text-align: right;
}

.checkout .item a {
  color: #00457c;
}

.checkout .total {
  color: #c41230;
  font-family: 'OpenSansBold';
}

.checkout .subtotal {
  font-family: 'OpenSansBold';
  color: #00457c;
}

.checkout .actions button {
  width: 160px;
}

.checkout .actions.quantity_update {
  margin-top: 1em;
}

.checkout .actions.quantity_update button {
  background: #e3e3e3;
  border:  1px solid #e0e0e0;
  color:  #c41230;
}

.remove_item-con input[type="checkbox"]:after {
  display: block;
  margin-left: 15px;
  margin-top: -2px;
  content: ",";
  height: 16px;
  width: 16px;
  background: url(../png/remove_sm.png_%3b%20filename_%3dutf-8%27%27remove_sm9761.png?versionId=dt_v1t6grwMP6Lh.wv9vVV_KawVpuQVI) no-repeat;
  text-indent: -4000em;
}

.message.error {
  color: #c41230;
  font-style: italic;
  background: #efefef;
  padding: 1em;
}

.actions.quantity_update,
.actions.checkout {
  display: block;
  clear: both;
  float: none;
}

.actions button {
  float: right;
  margin-bottom: 1em;
}

div.add_coupon .add_coupon{
  margin-top: -5px;
}

/* cart page */
.cart.checkout {
  display: block;
  margin: 1em 0;
}

.cart.checkout .order_summary {
    -webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
    box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    padding-bottom: 5px;
}

.cart.checkout .orderitems tr.total{
  border-top: 2px solid gray;
}

.cart.checkout .quantity_update,
.cart.checkout .checkout.actions button {
  margin-top: 1em;
}

.cart.checkout div.add_coupon {
  padding-top: 0.5em;
}

fieldset.contact_info {
  display: block;
  clear: both;
}

fieldset {
  margin-top: 1em;
}

fieldset legend {
  font-family: 'OpenSansBold';
  font-size: 1.15em;
  color: #c41230;
  text-transform: uppercase;
}

fieldset > div,
.address_line,
.city_state_postalcode,
.payment_method {
  margin-bottom: 0.5em;
}

.credit_card_name,
.credit_card_account,
.credit_card_ccid {
  display: inline-block;
  vertical-align: center;
  margin-right: 0.25em;
}

.address_line input {
  width: 236px;
}

.name input {
  width: 153px;
}

.shopper_instructions input {
  width: 485px;
}

.credit_card_name input {
  width: 245px;
}

/* members */

.ari_shoppingcart_component_actions_container button.checkout_order {
  margin-left: 10px;
}

.subtotal_item_label-con,
.shipping_item_label-con,
.tax_item_label-con,
.total_item_label-con {
    text-align: right;
}

.total_item_label-con, .total_item_price-con {
    font-family: 'OpenSansBold';
    color: #c41230;
}

input[type="text"].quantity_item {
    width: 50px;
    text-align: center;
    min-width: 0;
}

td.unit_price_item-con, td.item_price-con, td.unit_price_heading-con, td.price_heading-con {
    text-align: right;
}

td.remove_item-con,
td.remove_heading-con,
td.quantity_item_text-con {
    text-align: center;
    width: 50px;
}


/* hiding a weird extra text input */
.region input[name="shipping_region_ff"] {
    display: none;
}