@charset "UTF-8";
/*!
 *  Font Awesome 4.7.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(/wp-content/themes/fdoc-parent/assets/font/fontawesome-webfont.eot);
  src: url(/wp-content/themes/fdoc-parent/assets/font/fontawesome-webfont.eot?#iefix&v=4.7.0) format("embedded-opentype"), url(/wp-content/themes/fdoc-parent/assets/font/fontawesome-webfont.woff2) format("woff2"), url(/wp-content/themes/fdoc-parent/assets/font/fontawesome-webfont.woff) format("woff"), url(/wp-content/themes/fdoc-parent/assets/font/fontawesome-webfont.ttf) format("truetype"), url(/wp-content/themes/fdoc-parent/assets/font/fontawesome-webfont.svg#fontawesomeregular) 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; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  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.28571em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.85714em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.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; }

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right; }

.pull-left {
  float: left; }

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

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

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

.fa-pulse {
  animation: fa-spin 1s infinite steps(8); }

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

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

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

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

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

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=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 {
  -webkit-filter: none;
          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; }

/* 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-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; }

@font-face {
  font-family: "Frutiger";
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  src: url(/wp-content/themes/fdoc-parent/assets/font/frutiger-light.eot?#iefix) format("eot"), url(/wp-content/themes/fdoc-parent/assets/font/frutiger-light.woff) format("woff"), url(/wp-content/themes/fdoc-parent/assets/font/frutiger-light.ttf) format("truetype"), url(/wp-content/themes/fdoc-parent/assets/font/frutiger-light.svg) format("svg"); }

@font-face {
  font-family: "Frutiger";
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
  src: url(/wp-content/themes/fdoc-parent/assets/font/frutiger-light-italic.eot?#iefix) format("eot"), url(/wp-content/themes/fdoc-parent/assets/font/frutiger-light-italic.woff) format("woff"), url(/wp-content/themes/fdoc-parent/assets/font/frutiger-light-italic.ttf) format("truetype"), url(/wp-content/themes/fdoc-parent/assets/font/frutiger-light-italic.svg) format("svg"); }

@font-face {
  font-family: "Trade Gothic Condensed 20";
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  src: url(/wp-content/themes/fdoc-parent/assets/font/trade-gothic-condensed-20.eot?#iefix) format("eot"), url(/wp-content/themes/fdoc-parent/assets/font/trade-gothic-condensed-20.woff) format("woff"), url(/wp-content/themes/fdoc-parent/assets/font/trade-gothic-condensed-20.ttf) format("truetype"), url(/wp-content/themes/fdoc-parent/assets/font/trade-gothic-condensed-20.svg) format("svg"); }

@font-face {
  font-family: "Trade Gothic Condensed 18";
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  src: url(/wp-content/themes/fdoc-parent/assets/font/trade-gothic-condensed-18.eot?#iefix) format("eot"), url(/wp-content/themes/fdoc-parent/assets/font/trade-gothic-condensed-18.woff) format("woff"), url(/wp-content/themes/fdoc-parent/assets/font/trade-gothic-condensed-18.ttf) format("truetype"), url(/wp-content/themes/fdoc-parent/assets/font/trade-gothic-condensed-18.svg) format("svg"); }

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* 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; }

/**
 * 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 */
  -webkit-text-decoration: underline dotted;
          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; }

* {
  box-sizing: border-box;
  /* 1 */
  min-height: 0;
  /* 2 */
  min-width: 0;
  /* 2 */ }

img {
  height: auto;
  max-width: 100%; }

.grid,
[class^="grid--"],
[class*=" grid--"] {
  margin-left: auto;
  margin-right: auto;
  max-width: 80rem;
  padding-left: 0.5625rem;
  padding-right: 0.5625rem; }

.grid__row,
[class^="grid__row--"],
[class*=" grid__row--"] {
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.5625rem;
  margin-right: -0.5625rem; }

.grid__col,
[class^="grid__col--"],
[class*=" grid__col--"] {
  flex-basis: 100%;
  flex-grow: 0;
  flex-shrink: 0;
  padding-left: 0.5625rem;
  padding-right: 0.5625rem; }

.offset-1\/2 {
  margin-left: 50%; }

.offset-2\/2 {
  margin-left: 100%; }

.offset-1\/3 {
  margin-left: 33.33333%; }

.offset-2\/3 {
  margin-left: 66.66667%; }

.offset-3\/3 {
  margin-left: 100%; }

.offset-1\/4 {
  margin-left: 25%; }

.offset-2\/4 {
  margin-left: 50%; }

.offset-3\/4 {
  margin-left: 75%; }

.offset-4\/4 {
  margin-left: 100%; }

.offset-1\/5 {
  margin-left: 20%; }

.offset-2\/5 {
  margin-left: 40%; }

.offset-3\/5 {
  margin-left: 60%; }

.offset-4\/5 {
  margin-left: 80%; }

.offset-5\/5 {
  margin-left: 100%; }

.offset-1\/6 {
  margin-left: 16.66667%; }

.offset-2\/6 {
  margin-left: 33.33333%; }

.offset-3\/6 {
  margin-left: 50%; }

.offset-4\/6 {
  margin-left: 66.66667%; }

.offset-5\/6 {
  margin-left: 83.33333%; }

.offset-6\/6 {
  margin-left: 100%; }

.offset-1\/12 {
  margin-left: 8.33333%; }

.offset-2\/12 {
  margin-left: 16.66667%; }

.offset-3\/12 {
  margin-left: 25%; }

.offset-4\/12 {
  margin-left: 33.33333%; }

.offset-5\/12 {
  margin-left: 41.66667%; }

.offset-6\/12 {
  margin-left: 50%; }

.offset-7\/12 {
  margin-left: 58.33333%; }

.offset-8\/12 {
  margin-left: 66.66667%; }

.offset-9\/12 {
  margin-left: 75%; }

.offset-10\/12 {
  margin-left: 83.33333%; }

.offset-11\/12 {
  margin-left: 91.66667%; }

.offset-12\/12 {
  margin-left: 100%; }

@media screen and (min-width: 30em) {
  .offset-1\/2\@xs {
    margin-left: 50%; }
  .offset-2\/2\@xs {
    margin-left: 100%; }
  .offset-1\/3\@xs {
    margin-left: 33.33333%; }
  .offset-2\/3\@xs {
    margin-left: 66.66667%; }
  .offset-3\/3\@xs {
    margin-left: 100%; }
  .offset-1\/4\@xs {
    margin-left: 25%; }
  .offset-2\/4\@xs {
    margin-left: 50%; }
  .offset-3\/4\@xs {
    margin-left: 75%; }
  .offset-4\/4\@xs {
    margin-left: 100%; }
  .offset-1\/5\@xs {
    margin-left: 20%; }
  .offset-2\/5\@xs {
    margin-left: 40%; }
  .offset-3\/5\@xs {
    margin-left: 60%; }
  .offset-4\/5\@xs {
    margin-left: 80%; }
  .offset-5\/5\@xs {
    margin-left: 100%; }
  .offset-1\/6\@xs {
    margin-left: 16.66667%; }
  .offset-2\/6\@xs {
    margin-left: 33.33333%; }
  .offset-3\/6\@xs {
    margin-left: 50%; }
  .offset-4\/6\@xs {
    margin-left: 66.66667%; }
  .offset-5\/6\@xs {
    margin-left: 83.33333%; }
  .offset-6\/6\@xs {
    margin-left: 100%; }
  .offset-1\/12\@xs {
    margin-left: 8.33333%; }
  .offset-2\/12\@xs {
    margin-left: 16.66667%; }
  .offset-3\/12\@xs {
    margin-left: 25%; }
  .offset-4\/12\@xs {
    margin-left: 33.33333%; }
  .offset-5\/12\@xs {
    margin-left: 41.66667%; }
  .offset-6\/12\@xs {
    margin-left: 50%; }
  .offset-7\/12\@xs {
    margin-left: 58.33333%; }
  .offset-8\/12\@xs {
    margin-left: 66.66667%; }
  .offset-9\/12\@xs {
    margin-left: 75%; }
  .offset-10\/12\@xs {
    margin-left: 83.33333%; }
  .offset-11\/12\@xs {
    margin-left: 91.66667%; }
  .offset-12\/12\@xs {
    margin-left: 100%; } }

@media screen and (min-width: 48em) {
  .offset-1\/2\@sm {
    margin-left: 50%; }
  .offset-2\/2\@sm {
    margin-left: 100%; }
  .offset-1\/3\@sm {
    margin-left: 33.33333%; }
  .offset-2\/3\@sm {
    margin-left: 66.66667%; }
  .offset-3\/3\@sm {
    margin-left: 100%; }
  .offset-1\/4\@sm {
    margin-left: 25%; }
  .offset-2\/4\@sm {
    margin-left: 50%; }
  .offset-3\/4\@sm {
    margin-left: 75%; }
  .offset-4\/4\@sm {
    margin-left: 100%; }
  .offset-1\/5\@sm {
    margin-left: 20%; }
  .offset-2\/5\@sm {
    margin-left: 40%; }
  .offset-3\/5\@sm {
    margin-left: 60%; }
  .offset-4\/5\@sm {
    margin-left: 80%; }
  .offset-5\/5\@sm {
    margin-left: 100%; }
  .offset-1\/6\@sm {
    margin-left: 16.66667%; }
  .offset-2\/6\@sm {
    margin-left: 33.33333%; }
  .offset-3\/6\@sm {
    margin-left: 50%; }
  .offset-4\/6\@sm {
    margin-left: 66.66667%; }
  .offset-5\/6\@sm {
    margin-left: 83.33333%; }
  .offset-6\/6\@sm {
    margin-left: 100%; }
  .offset-1\/12\@sm {
    margin-left: 8.33333%; }
  .offset-2\/12\@sm {
    margin-left: 16.66667%; }
  .offset-3\/12\@sm {
    margin-left: 25%; }
  .offset-4\/12\@sm {
    margin-left: 33.33333%; }
  .offset-5\/12\@sm {
    margin-left: 41.66667%; }
  .offset-6\/12\@sm {
    margin-left: 50%; }
  .offset-7\/12\@sm {
    margin-left: 58.33333%; }
  .offset-8\/12\@sm {
    margin-left: 66.66667%; }
  .offset-9\/12\@sm {
    margin-left: 75%; }
  .offset-10\/12\@sm {
    margin-left: 83.33333%; }
  .offset-11\/12\@sm {
    margin-left: 91.66667%; }
  .offset-12\/12\@sm {
    margin-left: 100%; } }

@media screen and (min-width: 61.25em) {
  .offset-1\/2\@md {
    margin-left: 50%; }
  .offset-2\/2\@md {
    margin-left: 100%; }
  .offset-1\/3\@md {
    margin-left: 33.33333%; }
  .offset-2\/3\@md {
    margin-left: 66.66667%; }
  .offset-3\/3\@md {
    margin-left: 100%; }
  .offset-1\/4\@md {
    margin-left: 25%; }
  .offset-2\/4\@md {
    margin-left: 50%; }
  .offset-3\/4\@md {
    margin-left: 75%; }
  .offset-4\/4\@md {
    margin-left: 100%; }
  .offset-1\/5\@md {
    margin-left: 20%; }
  .offset-2\/5\@md {
    margin-left: 40%; }
  .offset-3\/5\@md {
    margin-left: 60%; }
  .offset-4\/5\@md {
    margin-left: 80%; }
  .offset-5\/5\@md {
    margin-left: 100%; }
  .offset-1\/6\@md {
    margin-left: 16.66667%; }
  .offset-2\/6\@md {
    margin-left: 33.33333%; }
  .offset-3\/6\@md {
    margin-left: 50%; }
  .offset-4\/6\@md {
    margin-left: 66.66667%; }
  .offset-5\/6\@md {
    margin-left: 83.33333%; }
  .offset-6\/6\@md {
    margin-left: 100%; }
  .offset-1\/12\@md {
    margin-left: 8.33333%; }
  .offset-2\/12\@md {
    margin-left: 16.66667%; }
  .offset-3\/12\@md {
    margin-left: 25%; }
  .offset-4\/12\@md {
    margin-left: 33.33333%; }
  .offset-5\/12\@md {
    margin-left: 41.66667%; }
  .offset-6\/12\@md {
    margin-left: 50%; }
  .offset-7\/12\@md {
    margin-left: 58.33333%; }
  .offset-8\/12\@md {
    margin-left: 66.66667%; }
  .offset-9\/12\@md {
    margin-left: 75%; }
  .offset-10\/12\@md {
    margin-left: 83.33333%; }
  .offset-11\/12\@md {
    margin-left: 91.66667%; }
  .offset-12\/12\@md {
    margin-left: 100%; } }

@media screen and (min-width: 68.75em) {
  .offset-1\/2\@lg {
    margin-left: 50%; }
  .offset-2\/2\@lg {
    margin-left: 100%; }
  .offset-1\/3\@lg {
    margin-left: 33.33333%; }
  .offset-2\/3\@lg {
    margin-left: 66.66667%; }
  .offset-3\/3\@lg {
    margin-left: 100%; }
  .offset-1\/4\@lg {
    margin-left: 25%; }
  .offset-2\/4\@lg {
    margin-left: 50%; }
  .offset-3\/4\@lg {
    margin-left: 75%; }
  .offset-4\/4\@lg {
    margin-left: 100%; }
  .offset-1\/5\@lg {
    margin-left: 20%; }
  .offset-2\/5\@lg {
    margin-left: 40%; }
  .offset-3\/5\@lg {
    margin-left: 60%; }
  .offset-4\/5\@lg {
    margin-left: 80%; }
  .offset-5\/5\@lg {
    margin-left: 100%; }
  .offset-1\/6\@lg {
    margin-left: 16.66667%; }
  .offset-2\/6\@lg {
    margin-left: 33.33333%; }
  .offset-3\/6\@lg {
    margin-left: 50%; }
  .offset-4\/6\@lg {
    margin-left: 66.66667%; }
  .offset-5\/6\@lg {
    margin-left: 83.33333%; }
  .offset-6\/6\@lg {
    margin-left: 100%; }
  .offset-1\/12\@lg {
    margin-left: 8.33333%; }
  .offset-2\/12\@lg {
    margin-left: 16.66667%; }
  .offset-3\/12\@lg {
    margin-left: 25%; }
  .offset-4\/12\@lg {
    margin-left: 33.33333%; }
  .offset-5\/12\@lg {
    margin-left: 41.66667%; }
  .offset-6\/12\@lg {
    margin-left: 50%; }
  .offset-7\/12\@lg {
    margin-left: 58.33333%; }
  .offset-8\/12\@lg {
    margin-left: 66.66667%; }
  .offset-9\/12\@lg {
    margin-left: 75%; }
  .offset-10\/12\@lg {
    margin-left: 83.33333%; }
  .offset-11\/12\@lg {
    margin-left: 91.66667%; }
  .offset-12\/12\@lg {
    margin-left: 100%; } }

.order-0 {
  order: 0; }

.order-1 {
  order: 1; }

.order-2 {
  order: 2; }

.order-3 {
  order: 3; }

.order-4 {
  order: 4; }

.order-5 {
  order: 5; }

.order-6 {
  order: 6; }

.order-7 {
  order: 7; }

.order-8 {
  order: 8; }

.order-9 {
  order: 9; }

.order-10 {
  order: 10; }

.order-11 {
  order: 11; }

.order-12 {
  order: 12; }

@media screen and (min-width: 30em) {
  .order-0\@xs {
    order: 0; }
  .order-1\@xs {
    order: 1; }
  .order-2\@xs {
    order: 2; }
  .order-3\@xs {
    order: 3; }
  .order-4\@xs {
    order: 4; }
  .order-5\@xs {
    order: 5; }
  .order-6\@xs {
    order: 6; }
  .order-7\@xs {
    order: 7; }
  .order-8\@xs {
    order: 8; }
  .order-9\@xs {
    order: 9; }
  .order-10\@xs {
    order: 10; }
  .order-11\@xs {
    order: 11; }
  .order-12\@xs {
    order: 12; } }

@media screen and (min-width: 48em) {
  .order-0\@sm {
    order: 0; }
  .order-1\@sm {
    order: 1; }
  .order-2\@sm {
    order: 2; }
  .order-3\@sm {
    order: 3; }
  .order-4\@sm {
    order: 4; }
  .order-5\@sm {
    order: 5; }
  .order-6\@sm {
    order: 6; }
  .order-7\@sm {
    order: 7; }
  .order-8\@sm {
    order: 8; }
  .order-9\@sm {
    order: 9; }
  .order-10\@sm {
    order: 10; }
  .order-11\@sm {
    order: 11; }
  .order-12\@sm {
    order: 12; } }

@media screen and (min-width: 61.25em) {
  .order-0\@md {
    order: 0; }
  .order-1\@md {
    order: 1; }
  .order-2\@md {
    order: 2; }
  .order-3\@md {
    order: 3; }
  .order-4\@md {
    order: 4; }
  .order-5\@md {
    order: 5; }
  .order-6\@md {
    order: 6; }
  .order-7\@md {
    order: 7; }
  .order-8\@md {
    order: 8; }
  .order-9\@md {
    order: 9; }
  .order-10\@md {
    order: 10; }
  .order-11\@md {
    order: 11; }
  .order-12\@md {
    order: 12; } }

@media screen and (min-width: 68.75em) {
  .order-0\@lg {
    order: 0; }
  .order-1\@lg {
    order: 1; }
  .order-2\@lg {
    order: 2; }
  .order-3\@lg {
    order: 3; }
  .order-4\@lg {
    order: 4; }
  .order-5\@lg {
    order: 5; }
  .order-6\@lg {
    order: 6; }
  .order-7\@lg {
    order: 7; }
  .order-8\@lg {
    order: 8; }
  .order-9\@lg {
    order: 9; }
  .order-10\@lg {
    order: 10; }
  .order-11\@lg {
    order: 11; }
  .order-12\@lg {
    order: 12; } }

.col-1\/2 {
  flex-basis: 50%; }
  @media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
    .col-1\/2 {
      width: 50%;
      flex-basis: auto; } }

.col-2\/2 {
  flex-basis: 100%; }
  @media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
    .col-2\/2 {
      width: 100%;
      flex-basis: auto; } }

.col-1\/3 {
  flex-basis: 33.33333%; }
  @media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
    .col-1\/3 {
      width: 33.33333%;
      flex-basis: auto; } }

.col-2\/3 {
  flex-basis: 66.66667%; }
  @media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
    .col-2\/3 {
      width: 66.66667%;
      flex-basis: auto; } }

.col-3\/3 {
  flex-basis: 100%; }
  @media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
    .col-3\/3 {
      width: 100%;
      flex-basis: auto; } }

.col-1\/4 {
  flex-basis: 25%; }
  @media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
    .col-1\/4 {
      width: 25%;
      flex-basis: auto; } }

.col-2\/4 {
  flex-basis: 50%; }
  @media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
    .col-2\/4 {
      width: 50%;
      flex-basis: auto; } }

.col-3\/4 {
  flex-basis: 75%; }
  @media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
    .col-3\/4 {
      width: 75%;
      flex-basis: auto; } }

.col-4\/4 {
  flex-basis: 100%; }
  @media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
    .col-4\/4 {
      width: 100%;
      flex-basis: auto; } }

.col-1\/5 {
  flex-basis: 20%; }
  @media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
    .col-1\/5 {
      width: 20%;
      flex-basis: auto; } }

.col-2\/5 {
  flex-basis: 40%; }
  @media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
    .col-2\/5 {
      width: 40%;
      flex-basis: auto; } }

.col-3\/5 {
  flex-basis: 60%; }
  @media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
    .col-3\/5 {
      width: 60%;
      flex-basis: auto; } }

.col-4\/5 {
  flex-basis: 80%; }
  @media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
    .col-4\/5 {
      width: 80%;
      flex-basis: auto; } }

.col-5\/5 {
  flex-basis: 100%; }
  @media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
    .col-5\/5 {
      width: 100%;
      flex-basis: auto; } }

.col-1\/6 {
  flex-basis: 16.66667%; }
  @media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
    .col-1\/6 {
      width: 16.66667%;
      flex-basis: auto; } }

.col-2\/6 {
  flex-basis: 33.33333%; }
  @media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
    .col-2\/6 {
      width: 33.33333%;
      flex-basis: auto; } }

.col-3\/6 {
  flex-basis: 50%; }
  @media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
    .col-3\/6 {
      width: 50%;
      flex-basis: auto; } }

.col-4\/6 {
  flex-basis: 66.66667%; }
  @media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
    .col-4\/6 {
      width: 66.66667%;
      flex-basis: auto; } }

.col-5\/6 {
  flex-basis: 83.33333%; }
  @media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
    .col-5\/6 {
      width: 83.33333%;
      flex-basis: auto; } }

.col-6\/6 {
  flex-basis: 100%; }
  @media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
    .col-6\/6 {
      width: 100%;
      flex-basis: auto; } }

.col-1\/12 {
  flex-basis: 8.33333%; }
  @media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
    .col-1\/12 {
      width: 8.33333%;
      flex-basis: auto; } }

.col-2\/12 {
  flex-basis: 16.66667%; }
  @media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
    .col-2\/12 {
      width: 16.66667%;
      flex-basis: auto; } }

.col-3\/12 {
  flex-basis: 25%; }
  @media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
    .col-3\/12 {
      width: 25%;
      flex-basis: auto; } }

.col-4\/12 {
  flex-basis: 33.33333%; }
  @media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
    .col-4\/12 {
      width: 33.33333%;
      flex-basis: auto; } }

.col-5\/12 {
  flex-basis: 41.66667%; }
  @media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
    .col-5\/12 {
      width: 41.66667%;
      flex-basis: auto; } }

.col-6\/12 {
  flex-basis: 50%; }
  @media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
    .col-6\/12 {
      width: 50%;
      flex-basis: auto; } }

.col-7\/12 {
  flex-basis: 58.33333%; }
  @media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
    .col-7\/12 {
      width: 58.33333%;
      flex-basis: auto; } }

.col-8\/12 {
  flex-basis: 66.66667%; }
  @media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
    .col-8\/12 {
      width: 66.66667%;
      flex-basis: auto; } }

.col-9\/12 {
  flex-basis: 75%; }
  @media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
    .col-9\/12 {
      width: 75%;
      flex-basis: auto; } }

.col-10\/12 {
  flex-basis: 83.33333%; }
  @media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
    .col-10\/12 {
      width: 83.33333%;
      flex-basis: auto; } }

.col-11\/12 {
  flex-basis: 91.66667%; }
  @media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
    .col-11\/12 {
      width: 91.66667%;
      flex-basis: auto; } }

.col-12\/12 {
  flex-basis: 100%; }
  @media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
    .col-12\/12 {
      width: 100%;
      flex-basis: auto; } }

.col-auto {
  flex-basis: auto; }

.col-grow {
  flex-grow: 1; }

.col-shrink {
  flex-shrink: 1; }

@media screen and (min-width: 30em) {
  .col-1\/2\@xs {
    flex-basis: 50%; } }
  @media screen and (min-width: 30em) and (-ms-high-contrast: active), screen and (min-width: 30em) and (-ms-high-contrast: none) {
    .col-1\/2\@xs {
      width: 50%;
      flex-basis: auto; } }

@media screen and (min-width: 30em) {
  .col-2\/2\@xs {
    flex-basis: 100%; } }
  @media screen and (min-width: 30em) and (-ms-high-contrast: active), screen and (min-width: 30em) and (-ms-high-contrast: none) {
    .col-2\/2\@xs {
      width: 100%;
      flex-basis: auto; } }

@media screen and (min-width: 30em) {
  .col-1\/3\@xs {
    flex-basis: 33.33333%; } }
  @media screen and (min-width: 30em) and (-ms-high-contrast: active), screen and (min-width: 30em) and (-ms-high-contrast: none) {
    .col-1\/3\@xs {
      width: 33.33333%;
      flex-basis: auto; } }

@media screen and (min-width: 30em) {
  .col-2\/3\@xs {
    flex-basis: 66.66667%; } }
  @media screen and (min-width: 30em) and (-ms-high-contrast: active), screen and (min-width: 30em) and (-ms-high-contrast: none) {
    .col-2\/3\@xs {
      width: 66.66667%;
      flex-basis: auto; } }

@media screen and (min-width: 30em) {
  .col-3\/3\@xs {
    flex-basis: 100%; } }
  @media screen and (min-width: 30em) and (-ms-high-contrast: active), screen and (min-width: 30em) and (-ms-high-contrast: none) {
    .col-3\/3\@xs {
      width: 100%;
      flex-basis: auto; } }

@media screen and (min-width: 30em) {
  .col-1\/4\@xs {
    flex-basis: 25%; } }
  @media screen and (min-width: 30em) and (-ms-high-contrast: active), screen and (min-width: 30em) and (-ms-high-contrast: none) {
    .col-1\/4\@xs {
      width: 25%;
      flex-basis: auto; } }

@media screen and (min-width: 30em) {
  .col-2\/4\@xs {
    flex-basis: 50%; } }
  @media screen and (min-width: 30em) and (-ms-high-contrast: active), screen and (min-width: 30em) and (-ms-high-contrast: none) {
    .col-2\/4\@xs {
      width: 50%;
      flex-basis: auto; } }

@media screen and (min-width: 30em) {
  .col-3\/4\@xs {
    flex-basis: 75%; } }
  @media screen and (min-width: 30em) and (-ms-high-contrast: active), screen and (min-width: 30em) and (-ms-high-contrast: none) {
    .col-3\/4\@xs {
      width: 75%;
      flex-basis: auto; } }

@media screen and (min-width: 30em) {
  .col-4\/4\@xs {
    flex-basis: 100%; } }
  @media screen and (min-width: 30em) and (-ms-high-contrast: active), screen and (min-width: 30em) and (-ms-high-contrast: none) {
    .col-4\/4\@xs {
      width: 100%;
      flex-basis: auto; } }

@media screen and (min-width: 30em) {
  .col-1\/5\@xs {
    flex-basis: 20%; } }
  @media screen and (min-width: 30em) and (-ms-high-contrast: active), screen and (min-width: 30em) and (-ms-high-contrast: none) {
    .col-1\/5\@xs {
      width: 20%;
      flex-basis: auto; } }

@media screen and (min-width: 30em) {
  .col-2\/5\@xs {
    flex-basis: 40%; } }
  @media screen and (min-width: 30em) and (-ms-high-contrast: active), screen and (min-width: 30em) and (-ms-high-contrast: none) {
    .col-2\/5\@xs {
      width: 40%;
      flex-basis: auto; } }

@media screen and (min-width: 30em) {
  .col-3\/5\@xs {
    flex-basis: 60%; } }
  @media screen and (min-width: 30em) and (-ms-high-contrast: active), screen and (min-width: 30em) and (-ms-high-contrast: none) {
    .col-3\/5\@xs {
      width: 60%;
      flex-basis: auto; } }

@media screen and (min-width: 30em) {
  .col-4\/5\@xs {
    flex-basis: 80%; } }
  @media screen and (min-width: 30em) and (-ms-high-contrast: active), screen and (min-width: 30em) and (-ms-high-contrast: none) {
    .col-4\/5\@xs {
      width: 80%;
      flex-basis: auto; } }

@media screen and (min-width: 30em) {
  .col-5\/5\@xs {
    flex-basis: 100%; } }
  @media screen and (min-width: 30em) and (-ms-high-contrast: active), screen and (min-width: 30em) and (-ms-high-contrast: none) {
    .col-5\/5\@xs {
      width: 100%;
      flex-basis: auto; } }

@media screen and (min-width: 30em) {
  .col-1\/6\@xs {
    flex-basis: 16.66667%; } }
  @media screen and (min-width: 30em) and (-ms-high-contrast: active), screen and (min-width: 30em) and (-ms-high-contrast: none) {
    .col-1\/6\@xs {
      width: 16.66667%;
      flex-basis: auto; } }

@media screen and (min-width: 30em) {
  .col-2\/6\@xs {
    flex-basis: 33.33333%; } }
  @media screen and (min-width: 30em) and (-ms-high-contrast: active), screen and (min-width: 30em) and (-ms-high-contrast: none) {
    .col-2\/6\@xs {
      width: 33.33333%;
      flex-basis: auto; } }

@media screen and (min-width: 30em) {
  .col-3\/6\@xs {
    flex-basis: 50%; } }
  @media screen and (min-width: 30em) and (-ms-high-contrast: active), screen and (min-width: 30em) and (-ms-high-contrast: none) {
    .col-3\/6\@xs {
      width: 50%;
      flex-basis: auto; } }

@media screen and (min-width: 30em) {
  .col-4\/6\@xs {
    flex-basis: 66.66667%; } }
  @media screen and (min-width: 30em) and (-ms-high-contrast: active), screen and (min-width: 30em) and (-ms-high-contrast: none) {
    .col-4\/6\@xs {
      width: 66.66667%;
      flex-basis: auto; } }

@media screen and (min-width: 30em) {
  .col-5\/6\@xs {
    flex-basis: 83.33333%; } }
  @media screen and (min-width: 30em) and (-ms-high-contrast: active), screen and (min-width: 30em) and (-ms-high-contrast: none) {
    .col-5\/6\@xs {
      width: 83.33333%;
      flex-basis: auto; } }

@media screen and (min-width: 30em) {
  .col-6\/6\@xs {
    flex-basis: 100%; } }
  @media screen and (min-width: 30em) and (-ms-high-contrast: active), screen and (min-width: 30em) and (-ms-high-contrast: none) {
    .col-6\/6\@xs {
      width: 100%;
      flex-basis: auto; } }

@media screen and (min-width: 30em) {
  .col-1\/12\@xs {
    flex-basis: 8.33333%; } }
  @media screen and (min-width: 30em) and (-ms-high-contrast: active), screen and (min-width: 30em) and (-ms-high-contrast: none) {
    .col-1\/12\@xs {
      width: 8.33333%;
      flex-basis: auto; } }

@media screen and (min-width: 30em) {
  .col-2\/12\@xs {
    flex-basis: 16.66667%; } }
  @media screen and (min-width: 30em) and (-ms-high-contrast: active), screen and (min-width: 30em) and (-ms-high-contrast: none) {
    .col-2\/12\@xs {
      width: 16.66667%;
      flex-basis: auto; } }

@media screen and (min-width: 30em) {
  .col-3\/12\@xs {
    flex-basis: 25%; } }
  @media screen and (min-width: 30em) and (-ms-high-contrast: active), screen and (min-width: 30em) and (-ms-high-contrast: none) {
    .col-3\/12\@xs {
      width: 25%;
      flex-basis: auto; } }

@media screen and (min-width: 30em) {
  .col-4\/12\@xs {
    flex-basis: 33.33333%; } }
  @media screen and (min-width: 30em) and (-ms-high-contrast: active), screen and (min-width: 30em) and (-ms-high-contrast: none) {
    .col-4\/12\@xs {
      width: 33.33333%;
      flex-basis: auto; } }

@media screen and (min-width: 30em) {
  .col-5\/12\@xs {
    flex-basis: 41.66667%; } }
  @media screen and (min-width: 30em) and (-ms-high-contrast: active), screen and (min-width: 30em) and (-ms-high-contrast: none) {
    .col-5\/12\@xs {
      width: 41.66667%;
      flex-basis: auto; } }

@media screen and (min-width: 30em) {
  .col-6\/12\@xs {
    flex-basis: 50%; } }
  @media screen and (min-width: 30em) and (-ms-high-contrast: active), screen and (min-width: 30em) and (-ms-high-contrast: none) {
    .col-6\/12\@xs {
      width: 50%;
      flex-basis: auto; } }

@media screen and (min-width: 30em) {
  .col-7\/12\@xs {
    flex-basis: 58.33333%; } }
  @media screen and (min-width: 30em) and (-ms-high-contrast: active), screen and (min-width: 30em) and (-ms-high-contrast: none) {
    .col-7\/12\@xs {
      width: 58.33333%;
      flex-basis: auto; } }

@media screen and (min-width: 30em) {
  .col-8\/12\@xs {
    flex-basis: 66.66667%; } }
  @media screen and (min-width: 30em) and (-ms-high-contrast: active), screen and (min-width: 30em) and (-ms-high-contrast: none) {
    .col-8\/12\@xs {
      width: 66.66667%;
      flex-basis: auto; } }

@media screen and (min-width: 30em) {
  .col-9\/12\@xs {
    flex-basis: 75%; } }
  @media screen and (min-width: 30em) and (-ms-high-contrast: active), screen and (min-width: 30em) and (-ms-high-contrast: none) {
    .col-9\/12\@xs {
      width: 75%;
      flex-basis: auto; } }

@media screen and (min-width: 30em) {
  .col-10\/12\@xs {
    flex-basis: 83.33333%; } }
  @media screen and (min-width: 30em) and (-ms-high-contrast: active), screen and (min-width: 30em) and (-ms-high-contrast: none) {
    .col-10\/12\@xs {
      width: 83.33333%;
      flex-basis: auto; } }

@media screen and (min-width: 30em) {
  .col-11\/12\@xs {
    flex-basis: 91.66667%; } }
  @media screen and (min-width: 30em) and (-ms-high-contrast: active), screen and (min-width: 30em) and (-ms-high-contrast: none) {
    .col-11\/12\@xs {
      width: 91.66667%;
      flex-basis: auto; } }

@media screen and (min-width: 30em) {
  .col-12\/12\@xs {
    flex-basis: 100%; } }
  @media screen and (min-width: 30em) and (-ms-high-contrast: active), screen and (min-width: 30em) and (-ms-high-contrast: none) {
    .col-12\/12\@xs {
      width: 100%;
      flex-basis: auto; } }

@media screen and (min-width: 30em) {
  .col-auto\@xs {
    flex-basis: auto; }
  .col-grow\@xs {
    flex-grow: 1; }
  .col-shrink\@xs {
    flex-shrink: 1; } }

@media screen and (min-width: 48em) {
  .col-1\/2\@sm {
    flex-basis: 50%; } }
  @media screen and (min-width: 48em) and (-ms-high-contrast: active), screen and (min-width: 48em) and (-ms-high-contrast: none) {
    .col-1\/2\@sm {
      width: 50%;
      flex-basis: auto; } }

@media screen and (min-width: 48em) {
  .col-2\/2\@sm {
    flex-basis: 100%; } }
  @media screen and (min-width: 48em) and (-ms-high-contrast: active), screen and (min-width: 48em) and (-ms-high-contrast: none) {
    .col-2\/2\@sm {
      width: 100%;
      flex-basis: auto; } }

@media screen and (min-width: 48em) {
  .col-1\/3\@sm {
    flex-basis: 33.33333%; } }
  @media screen and (min-width: 48em) and (-ms-high-contrast: active), screen and (min-width: 48em) and (-ms-high-contrast: none) {
    .col-1\/3\@sm {
      width: 33.33333%;
      flex-basis: auto; } }

@media screen and (min-width: 48em) {
  .col-2\/3\@sm {
    flex-basis: 66.66667%; } }
  @media screen and (min-width: 48em) and (-ms-high-contrast: active), screen and (min-width: 48em) and (-ms-high-contrast: none) {
    .col-2\/3\@sm {
      width: 66.66667%;
      flex-basis: auto; } }

@media screen and (min-width: 48em) {
  .col-3\/3\@sm {
    flex-basis: 100%; } }
  @media screen and (min-width: 48em) and (-ms-high-contrast: active), screen and (min-width: 48em) and (-ms-high-contrast: none) {
    .col-3\/3\@sm {
      width: 100%;
      flex-basis: auto; } }

@media screen and (min-width: 48em) {
  .col-1\/4\@sm {
    flex-basis: 25%; } }
  @media screen and (min-width: 48em) and (-ms-high-contrast: active), screen and (min-width: 48em) and (-ms-high-contrast: none) {
    .col-1\/4\@sm {
      width: 25%;
      flex-basis: auto; } }

@media screen and (min-width: 48em) {
  .col-2\/4\@sm {
    flex-basis: 50%; } }
  @media screen and (min-width: 48em) and (-ms-high-contrast: active), screen and (min-width: 48em) and (-ms-high-contrast: none) {
    .col-2\/4\@sm {
      width: 50%;
      flex-basis: auto; } }

@media screen and (min-width: 48em) {
  .col-3\/4\@sm {
    flex-basis: 75%; } }
  @media screen and (min-width: 48em) and (-ms-high-contrast: active), screen and (min-width: 48em) and (-ms-high-contrast: none) {
    .col-3\/4\@sm {
      width: 75%;
      flex-basis: auto; } }

@media screen and (min-width: 48em) {
  .col-4\/4\@sm {
    flex-basis: 100%; } }
  @media screen and (min-width: 48em) and (-ms-high-contrast: active), screen and (min-width: 48em) and (-ms-high-contrast: none) {
    .col-4\/4\@sm {
      width: 100%;
      flex-basis: auto; } }

@media screen and (min-width: 48em) {
  .col-1\/5\@sm {
    flex-basis: 20%; } }
  @media screen and (min-width: 48em) and (-ms-high-contrast: active), screen and (min-width: 48em) and (-ms-high-contrast: none) {
    .col-1\/5\@sm {
      width: 20%;
      flex-basis: auto; } }

@media screen and (min-width: 48em) {
  .col-2\/5\@sm {
    flex-basis: 40%; } }
  @media screen and (min-width: 48em) and (-ms-high-contrast: active), screen and (min-width: 48em) and (-ms-high-contrast: none) {
    .col-2\/5\@sm {
      width: 40%;
      flex-basis: auto; } }

@media screen and (min-width: 48em) {
  .col-3\/5\@sm {
    flex-basis: 60%; } }
  @media screen and (min-width: 48em) and (-ms-high-contrast: active), screen and (min-width: 48em) and (-ms-high-contrast: none) {
    .col-3\/5\@sm {
      width: 60%;
      flex-basis: auto; } }

@media screen and (min-width: 48em) {
  .col-4\/5\@sm {
    flex-basis: 80%; } }
  @media screen and (min-width: 48em) and (-ms-high-contrast: active), screen and (min-width: 48em) and (-ms-high-contrast: none) {
    .col-4\/5\@sm {
      width: 80%;
      flex-basis: auto; } }

@media screen and (min-width: 48em) {
  .col-5\/5\@sm {
    flex-basis: 100%; } }
  @media screen and (min-width: 48em) and (-ms-high-contrast: active), screen and (min-width: 48em) and (-ms-high-contrast: none) {
    .col-5\/5\@sm {
      width: 100%;
      flex-basis: auto; } }

@media screen and (min-width: 48em) {
  .col-1\/6\@sm {
    flex-basis: 16.66667%; } }
  @media screen and (min-width: 48em) and (-ms-high-contrast: active), screen and (min-width: 48em) and (-ms-high-contrast: none) {
    .col-1\/6\@sm {
      width: 16.66667%;
      flex-basis: auto; } }

@media screen and (min-width: 48em) {
  .col-2\/6\@sm {
    flex-basis: 33.33333%; } }
  @media screen and (min-width: 48em) and (-ms-high-contrast: active), screen and (min-width: 48em) and (-ms-high-contrast: none) {
    .col-2\/6\@sm {
      width: 33.33333%;
      flex-basis: auto; } }

@media screen and (min-width: 48em) {
  .col-3\/6\@sm {
    flex-basis: 50%; } }
  @media screen and (min-width: 48em) and (-ms-high-contrast: active), screen and (min-width: 48em) and (-ms-high-contrast: none) {
    .col-3\/6\@sm {
      width: 50%;
      flex-basis: auto; } }

@media screen and (min-width: 48em) {
  .col-4\/6\@sm {
    flex-basis: 66.66667%; } }
  @media screen and (min-width: 48em) and (-ms-high-contrast: active), screen and (min-width: 48em) and (-ms-high-contrast: none) {
    .col-4\/6\@sm {
      width: 66.66667%;
      flex-basis: auto; } }

@media screen and (min-width: 48em) {
  .col-5\/6\@sm {
    flex-basis: 83.33333%; } }
  @media screen and (min-width: 48em) and (-ms-high-contrast: active), screen and (min-width: 48em) and (-ms-high-contrast: none) {
    .col-5\/6\@sm {
      width: 83.33333%;
      flex-basis: auto; } }

@media screen and (min-width: 48em) {
  .col-6\/6\@sm {
    flex-basis: 100%; } }
  @media screen and (min-width: 48em) and (-ms-high-contrast: active), screen and (min-width: 48em) and (-ms-high-contrast: none) {
    .col-6\/6\@sm {
      width: 100%;
      flex-basis: auto; } }

@media screen and (min-width: 48em) {
  .col-1\/12\@sm {
    flex-basis: 8.33333%; } }
  @media screen and (min-width: 48em) and (-ms-high-contrast: active), screen and (min-width: 48em) and (-ms-high-contrast: none) {
    .col-1\/12\@sm {
      width: 8.33333%;
      flex-basis: auto; } }

@media screen and (min-width: 48em) {
  .col-2\/12\@sm {
    flex-basis: 16.66667%; } }
  @media screen and (min-width: 48em) and (-ms-high-contrast: active), screen and (min-width: 48em) and (-ms-high-contrast: none) {
    .col-2\/12\@sm {
      width: 16.66667%;
      flex-basis: auto; } }

@media screen and (min-width: 48em) {
  .col-3\/12\@sm {
    flex-basis: 25%; } }
  @media screen and (min-width: 48em) and (-ms-high-contrast: active), screen and (min-width: 48em) and (-ms-high-contrast: none) {
    .col-3\/12\@sm {
      width: 25%;
      flex-basis: auto; } }

@media screen and (min-width: 48em) {
  .col-4\/12\@sm {
    flex-basis: 33.33333%; } }
  @media screen and (min-width: 48em) and (-ms-high-contrast: active), screen and (min-width: 48em) and (-ms-high-contrast: none) {
    .col-4\/12\@sm {
      width: 33.33333%;
      flex-basis: auto; } }

@media screen and (min-width: 48em) {
  .col-5\/12\@sm {
    flex-basis: 41.66667%; } }
  @media screen and (min-width: 48em) and (-ms-high-contrast: active), screen and (min-width: 48em) and (-ms-high-contrast: none) {
    .col-5\/12\@sm {
      width: 41.66667%;
      flex-basis: auto; } }

@media screen and (min-width: 48em) {
  .col-6\/12\@sm {
    flex-basis: 50%; } }
  @media screen and (min-width: 48em) and (-ms-high-contrast: active), screen and (min-width: 48em) and (-ms-high-contrast: none) {
    .col-6\/12\@sm {
      width: 50%;
      flex-basis: auto; } }

@media screen and (min-width: 48em) {
  .col-7\/12\@sm {
    flex-basis: 58.33333%; } }
  @media screen and (min-width: 48em) and (-ms-high-contrast: active), screen and (min-width: 48em) and (-ms-high-contrast: none) {
    .col-7\/12\@sm {
      width: 58.33333%;
      flex-basis: auto; } }

@media screen and (min-width: 48em) {
  .col-8\/12\@sm {
    flex-basis: 66.66667%; } }
  @media screen and (min-width: 48em) and (-ms-high-contrast: active), screen and (min-width: 48em) and (-ms-high-contrast: none) {
    .col-8\/12\@sm {
      width: 66.66667%;
      flex-basis: auto; } }

@media screen and (min-width: 48em) {
  .col-9\/12\@sm {
    flex-basis: 75%; } }
  @media screen and (min-width: 48em) and (-ms-high-contrast: active), screen and (min-width: 48em) and (-ms-high-contrast: none) {
    .col-9\/12\@sm {
      width: 75%;
      flex-basis: auto; } }

@media screen and (min-width: 48em) {
  .col-10\/12\@sm {
    flex-basis: 83.33333%; } }
  @media screen and (min-width: 48em) and (-ms-high-contrast: active), screen and (min-width: 48em) and (-ms-high-contrast: none) {
    .col-10\/12\@sm {
      width: 83.33333%;
      flex-basis: auto; } }

@media screen and (min-width: 48em) {
  .col-11\/12\@sm {
    flex-basis: 91.66667%; } }
  @media screen and (min-width: 48em) and (-ms-high-contrast: active), screen and (min-width: 48em) and (-ms-high-contrast: none) {
    .col-11\/12\@sm {
      width: 91.66667%;
      flex-basis: auto; } }

@media screen and (min-width: 48em) {
  .col-12\/12\@sm {
    flex-basis: 100%; } }
  @media screen and (min-width: 48em) and (-ms-high-contrast: active), screen and (min-width: 48em) and (-ms-high-contrast: none) {
    .col-12\/12\@sm {
      width: 100%;
      flex-basis: auto; } }

@media screen and (min-width: 48em) {
  .col-auto\@sm {
    flex-basis: auto; }
  .col-grow\@sm {
    flex-grow: 1; }
  .col-shrink\@sm {
    flex-shrink: 1; } }

@media screen and (min-width: 61.25em) {
  .col-1\/2\@md {
    flex-basis: 50%; } }
  @media screen and (min-width: 61.25em) and (-ms-high-contrast: active), screen and (min-width: 61.25em) and (-ms-high-contrast: none) {
    .col-1\/2\@md {
      width: 50%;
      flex-basis: auto; } }

@media screen and (min-width: 61.25em) {
  .col-2\/2\@md {
    flex-basis: 100%; } }
  @media screen and (min-width: 61.25em) and (-ms-high-contrast: active), screen and (min-width: 61.25em) and (-ms-high-contrast: none) {
    .col-2\/2\@md {
      width: 100%;
      flex-basis: auto; } }

@media screen and (min-width: 61.25em) {
  .col-1\/3\@md {
    flex-basis: 33.33333%; } }
  @media screen and (min-width: 61.25em) and (-ms-high-contrast: active), screen and (min-width: 61.25em) and (-ms-high-contrast: none) {
    .col-1\/3\@md {
      width: 33.33333%;
      flex-basis: auto; } }

@media screen and (min-width: 61.25em) {
  .col-2\/3\@md {
    flex-basis: 66.66667%; } }
  @media screen and (min-width: 61.25em) and (-ms-high-contrast: active), screen and (min-width: 61.25em) and (-ms-high-contrast: none) {
    .col-2\/3\@md {
      width: 66.66667%;
      flex-basis: auto; } }

@media screen and (min-width: 61.25em) {
  .col-3\/3\@md {
    flex-basis: 100%; } }
  @media screen and (min-width: 61.25em) and (-ms-high-contrast: active), screen and (min-width: 61.25em) and (-ms-high-contrast: none) {
    .col-3\/3\@md {
      width: 100%;
      flex-basis: auto; } }

@media screen and (min-width: 61.25em) {
  .col-1\/4\@md {
    flex-basis: 25%; } }
  @media screen and (min-width: 61.25em) and (-ms-high-contrast: active), screen and (min-width: 61.25em) and (-ms-high-contrast: none) {
    .col-1\/4\@md {
      width: 25%;
      flex-basis: auto; } }

@media screen and (min-width: 61.25em) {
  .col-2\/4\@md {
    flex-basis: 50%; } }
  @media screen and (min-width: 61.25em) and (-ms-high-contrast: active), screen and (min-width: 61.25em) and (-ms-high-contrast: none) {
    .col-2\/4\@md {
      width: 50%;
      flex-basis: auto; } }

@media screen and (min-width: 61.25em) {
  .col-3\/4\@md {
    flex-basis: 75%; } }
  @media screen and (min-width: 61.25em) and (-ms-high-contrast: active), screen and (min-width: 61.25em) and (-ms-high-contrast: none) {
    .col-3\/4\@md {
      width: 75%;
      flex-basis: auto; } }

@media screen and (min-width: 61.25em) {
  .col-4\/4\@md {
    flex-basis: 100%; } }
  @media screen and (min-width: 61.25em) and (-ms-high-contrast: active), screen and (min-width: 61.25em) and (-ms-high-contrast: none) {
    .col-4\/4\@md {
      width: 100%;
      flex-basis: auto; } }

@media screen and (min-width: 61.25em) {
  .col-1\/5\@md {
    flex-basis: 20%; } }
  @media screen and (min-width: 61.25em) and (-ms-high-contrast: active), screen and (min-width: 61.25em) and (-ms-high-contrast: none) {
    .col-1\/5\@md {
      width: 20%;
      flex-basis: auto; } }

@media screen and (min-width: 61.25em) {
  .col-2\/5\@md {
    flex-basis: 40%; } }
  @media screen and (min-width: 61.25em) and (-ms-high-contrast: active), screen and (min-width: 61.25em) and (-ms-high-contrast: none) {
    .col-2\/5\@md {
      width: 40%;
      flex-basis: auto; } }

@media screen and (min-width: 61.25em) {
  .col-3\/5\@md {
    flex-basis: 60%; } }
  @media screen and (min-width: 61.25em) and (-ms-high-contrast: active), screen and (min-width: 61.25em) and (-ms-high-contrast: none) {
    .col-3\/5\@md {
      width: 60%;
      flex-basis: auto; } }

@media screen and (min-width: 61.25em) {
  .col-4\/5\@md {
    flex-basis: 80%; } }
  @media screen and (min-width: 61.25em) and (-ms-high-contrast: active), screen and (min-width: 61.25em) and (-ms-high-contrast: none) {
    .col-4\/5\@md {
      width: 80%;
      flex-basis: auto; } }

@media screen and (min-width: 61.25em) {
  .col-5\/5\@md {
    flex-basis: 100%; } }
  @media screen and (min-width: 61.25em) and (-ms-high-contrast: active), screen and (min-width: 61.25em) and (-ms-high-contrast: none) {
    .col-5\/5\@md {
      width: 100%;
      flex-basis: auto; } }

@media screen and (min-width: 61.25em) {
  .col-1\/6\@md {
    flex-basis: 16.66667%; } }
  @media screen and (min-width: 61.25em) and (-ms-high-contrast: active), screen and (min-width: 61.25em) and (-ms-high-contrast: none) {
    .col-1\/6\@md {
      width: 16.66667%;
      flex-basis: auto; } }

@media screen and (min-width: 61.25em) {
  .col-2\/6\@md {
    flex-basis: 33.33333%; } }
  @media screen and (min-width: 61.25em) and (-ms-high-contrast: active), screen and (min-width: 61.25em) and (-ms-high-contrast: none) {
    .col-2\/6\@md {
      width: 33.33333%;
      flex-basis: auto; } }

@media screen and (min-width: 61.25em) {
  .col-3\/6\@md {
    flex-basis: 50%; } }
  @media screen and (min-width: 61.25em) and (-ms-high-contrast: active), screen and (min-width: 61.25em) and (-ms-high-contrast: none) {
    .col-3\/6\@md {
      width: 50%;
      flex-basis: auto; } }

@media screen and (min-width: 61.25em) {
  .col-4\/6\@md {
    flex-basis: 66.66667%; } }
  @media screen and (min-width: 61.25em) and (-ms-high-contrast: active), screen and (min-width: 61.25em) and (-ms-high-contrast: none) {
    .col-4\/6\@md {
      width: 66.66667%;
      flex-basis: auto; } }

@media screen and (min-width: 61.25em) {
  .col-5\/6\@md {
    flex-basis: 83.33333%; } }
  @media screen and (min-width: 61.25em) and (-ms-high-contrast: active), screen and (min-width: 61.25em) and (-ms-high-contrast: none) {
    .col-5\/6\@md {
      width: 83.33333%;
      flex-basis: auto; } }

@media screen and (min-width: 61.25em) {
  .col-6\/6\@md {
    flex-basis: 100%; } }
  @media screen and (min-width: 61.25em) and (-ms-high-contrast: active), screen and (min-width: 61.25em) and (-ms-high-contrast: none) {
    .col-6\/6\@md {
      width: 100%;
      flex-basis: auto; } }

@media screen and (min-width: 61.25em) {
  .col-1\/12\@md {
    flex-basis: 8.33333%; } }
  @media screen and (min-width: 61.25em) and (-ms-high-contrast: active), screen and (min-width: 61.25em) and (-ms-high-contrast: none) {
    .col-1\/12\@md {
      width: 8.33333%;
      flex-basis: auto; } }

@media screen and (min-width: 61.25em) {
  .col-2\/12\@md {
    flex-basis: 16.66667%; } }
  @media screen and (min-width: 61.25em) and (-ms-high-contrast: active), screen and (min-width: 61.25em) and (-ms-high-contrast: none) {
    .col-2\/12\@md {
      width: 16.66667%;
      flex-basis: auto; } }

@media screen and (min-width: 61.25em) {
  .col-3\/12\@md {
    flex-basis: 25%; } }
  @media screen and (min-width: 61.25em) and (-ms-high-contrast: active), screen and (min-width: 61.25em) and (-ms-high-contrast: none) {
    .col-3\/12\@md {
      width: 25%;
      flex-basis: auto; } }

@media screen and (min-width: 61.25em) {
  .col-4\/12\@md {
    flex-basis: 33.33333%; } }
  @media screen and (min-width: 61.25em) and (-ms-high-contrast: active), screen and (min-width: 61.25em) and (-ms-high-contrast: none) {
    .col-4\/12\@md {
      width: 33.33333%;
      flex-basis: auto; } }

@media screen and (min-width: 61.25em) {
  .col-5\/12\@md {
    flex-basis: 41.66667%; } }
  @media screen and (min-width: 61.25em) and (-ms-high-contrast: active), screen and (min-width: 61.25em) and (-ms-high-contrast: none) {
    .col-5\/12\@md {
      width: 41.66667%;
      flex-basis: auto; } }

@media screen and (min-width: 61.25em) {
  .col-6\/12\@md {
    flex-basis: 50%; } }
  @media screen and (min-width: 61.25em) and (-ms-high-contrast: active), screen and (min-width: 61.25em) and (-ms-high-contrast: none) {
    .col-6\/12\@md {
      width: 50%;
      flex-basis: auto; } }

@media screen and (min-width: 61.25em) {
  .col-7\/12\@md {
    flex-basis: 58.33333%; } }
  @media screen and (min-width: 61.25em) and (-ms-high-contrast: active), screen and (min-width: 61.25em) and (-ms-high-contrast: none) {
    .col-7\/12\@md {
      width: 58.33333%;
      flex-basis: auto; } }

@media screen and (min-width: 61.25em) {
  .col-8\/12\@md {
    flex-basis: 66.66667%; } }
  @media screen and (min-width: 61.25em) and (-ms-high-contrast: active), screen and (min-width: 61.25em) and (-ms-high-contrast: none) {
    .col-8\/12\@md {
      width: 66.66667%;
      flex-basis: auto; } }

@media screen and (min-width: 61.25em) {
  .col-9\/12\@md {
    flex-basis: 75%; } }
  @media screen and (min-width: 61.25em) and (-ms-high-contrast: active), screen and (min-width: 61.25em) and (-ms-high-contrast: none) {
    .col-9\/12\@md {
      width: 75%;
      flex-basis: auto; } }

@media screen and (min-width: 61.25em) {
  .col-10\/12\@md {
    flex-basis: 83.33333%; } }
  @media screen and (min-width: 61.25em) and (-ms-high-contrast: active), screen and (min-width: 61.25em) and (-ms-high-contrast: none) {
    .col-10\/12\@md {
      width: 83.33333%;
      flex-basis: auto; } }

@media screen and (min-width: 61.25em) {
  .col-11\/12\@md {
    flex-basis: 91.66667%; } }
  @media screen and (min-width: 61.25em) and (-ms-high-contrast: active), screen and (min-width: 61.25em) and (-ms-high-contrast: none) {
    .col-11\/12\@md {
      width: 91.66667%;
      flex-basis: auto; } }

@media screen and (min-width: 61.25em) {
  .col-12\/12\@md {
    flex-basis: 100%; } }
  @media screen and (min-width: 61.25em) and (-ms-high-contrast: active), screen and (min-width: 61.25em) and (-ms-high-contrast: none) {
    .col-12\/12\@md {
      width: 100%;
      flex-basis: auto; } }

@media screen and (min-width: 61.25em) {
  .col-auto\@md {
    flex-basis: auto; }
  .col-grow\@md {
    flex-grow: 1; }
  .col-shrink\@md {
    flex-shrink: 1; } }

@media screen and (min-width: 68.75em) {
  .col-1\/2\@lg {
    flex-basis: 50%; } }
  @media screen and (min-width: 68.75em) and (-ms-high-contrast: active), screen and (min-width: 68.75em) and (-ms-high-contrast: none) {
    .col-1\/2\@lg {
      width: 50%;
      flex-basis: auto; } }

@media screen and (min-width: 68.75em) {
  .col-2\/2\@lg {
    flex-basis: 100%; } }
  @media screen and (min-width: 68.75em) and (-ms-high-contrast: active), screen and (min-width: 68.75em) and (-ms-high-contrast: none) {
    .col-2\/2\@lg {
      width: 100%;
      flex-basis: auto; } }

@media screen and (min-width: 68.75em) {
  .col-1\/3\@lg {
    flex-basis: 33.33333%; } }
  @media screen and (min-width: 68.75em) and (-ms-high-contrast: active), screen and (min-width: 68.75em) and (-ms-high-contrast: none) {
    .col-1\/3\@lg {
      width: 33.33333%;
      flex-basis: auto; } }

@media screen and (min-width: 68.75em) {
  .col-2\/3\@lg {
    flex-basis: 66.66667%; } }
  @media screen and (min-width: 68.75em) and (-ms-high-contrast: active), screen and (min-width: 68.75em) and (-ms-high-contrast: none) {
    .col-2\/3\@lg {
      width: 66.66667%;
      flex-basis: auto; } }

@media screen and (min-width: 68.75em) {
  .col-3\/3\@lg {
    flex-basis: 100%; } }
  @media screen and (min-width: 68.75em) and (-ms-high-contrast: active), screen and (min-width: 68.75em) and (-ms-high-contrast: none) {
    .col-3\/3\@lg {
      width: 100%;
      flex-basis: auto; } }

@media screen and (min-width: 68.75em) {
  .col-1\/4\@lg {
    flex-basis: 25%; } }
  @media screen and (min-width: 68.75em) and (-ms-high-contrast: active), screen and (min-width: 68.75em) and (-ms-high-contrast: none) {
    .col-1\/4\@lg {
      width: 25%;
      flex-basis: auto; } }

@media screen and (min-width: 68.75em) {
  .col-2\/4\@lg {
    flex-basis: 50%; } }
  @media screen and (min-width: 68.75em) and (-ms-high-contrast: active), screen and (min-width: 68.75em) and (-ms-high-contrast: none) {
    .col-2\/4\@lg {
      width: 50%;
      flex-basis: auto; } }

@media screen and (min-width: 68.75em) {
  .col-3\/4\@lg {
    flex-basis: 75%; } }
  @media screen and (min-width: 68.75em) and (-ms-high-contrast: active), screen and (min-width: 68.75em) and (-ms-high-contrast: none) {
    .col-3\/4\@lg {
      width: 75%;
      flex-basis: auto; } }

@media screen and (min-width: 68.75em) {
  .col-4\/4\@lg {
    flex-basis: 100%; } }
  @media screen and (min-width: 68.75em) and (-ms-high-contrast: active), screen and (min-width: 68.75em) and (-ms-high-contrast: none) {
    .col-4\/4\@lg {
      width: 100%;
      flex-basis: auto; } }

@media screen and (min-width: 68.75em) {
  .col-1\/5\@lg {
    flex-basis: 20%; } }
  @media screen and (min-width: 68.75em) and (-ms-high-contrast: active), screen and (min-width: 68.75em) and (-ms-high-contrast: none) {
    .col-1\/5\@lg {
      width: 20%;
      flex-basis: auto; } }

@media screen and (min-width: 68.75em) {
  .col-2\/5\@lg {
    flex-basis: 40%; } }
  @media screen and (min-width: 68.75em) and (-ms-high-contrast: active), screen and (min-width: 68.75em) and (-ms-high-contrast: none) {
    .col-2\/5\@lg {
      width: 40%;
      flex-basis: auto; } }

@media screen and (min-width: 68.75em) {
  .col-3\/5\@lg {
    flex-basis: 60%; } }
  @media screen and (min-width: 68.75em) and (-ms-high-contrast: active), screen and (min-width: 68.75em) and (-ms-high-contrast: none) {
    .col-3\/5\@lg {
      width: 60%;
      flex-basis: auto; } }

@media screen and (min-width: 68.75em) {
  .col-4\/5\@lg {
    flex-basis: 80%; } }
  @media screen and (min-width: 68.75em) and (-ms-high-contrast: active), screen and (min-width: 68.75em) and (-ms-high-contrast: none) {
    .col-4\/5\@lg {
      width: 80%;
      flex-basis: auto; } }

@media screen and (min-width: 68.75em) {
  .col-5\/5\@lg {
    flex-basis: 100%; } }
  @media screen and (min-width: 68.75em) and (-ms-high-contrast: active), screen and (min-width: 68.75em) and (-ms-high-contrast: none) {
    .col-5\/5\@lg {
      width: 100%;
      flex-basis: auto; } }

@media screen and (min-width: 68.75em) {
  .col-1\/6\@lg {
    flex-basis: 16.66667%; } }
  @media screen and (min-width: 68.75em) and (-ms-high-contrast: active), screen and (min-width: 68.75em) and (-ms-high-contrast: none) {
    .col-1\/6\@lg {
      width: 16.66667%;
      flex-basis: auto; } }

@media screen and (min-width: 68.75em) {
  .col-2\/6\@lg {
    flex-basis: 33.33333%; } }
  @media screen and (min-width: 68.75em) and (-ms-high-contrast: active), screen and (min-width: 68.75em) and (-ms-high-contrast: none) {
    .col-2\/6\@lg {
      width: 33.33333%;
      flex-basis: auto; } }

@media screen and (min-width: 68.75em) {
  .col-3\/6\@lg {
    flex-basis: 50%; } }
  @media screen and (min-width: 68.75em) and (-ms-high-contrast: active), screen and (min-width: 68.75em) and (-ms-high-contrast: none) {
    .col-3\/6\@lg {
      width: 50%;
      flex-basis: auto; } }

@media screen and (min-width: 68.75em) {
  .col-4\/6\@lg {
    flex-basis: 66.66667%; } }
  @media screen and (min-width: 68.75em) and (-ms-high-contrast: active), screen and (min-width: 68.75em) and (-ms-high-contrast: none) {
    .col-4\/6\@lg {
      width: 66.66667%;
      flex-basis: auto; } }

@media screen and (min-width: 68.75em) {
  .col-5\/6\@lg {
    flex-basis: 83.33333%; } }
  @media screen and (min-width: 68.75em) and (-ms-high-contrast: active), screen and (min-width: 68.75em) and (-ms-high-contrast: none) {
    .col-5\/6\@lg {
      width: 83.33333%;
      flex-basis: auto; } }

@media screen and (min-width: 68.75em) {
  .col-6\/6\@lg {
    flex-basis: 100%; } }
  @media screen and (min-width: 68.75em) and (-ms-high-contrast: active), screen and (min-width: 68.75em) and (-ms-high-contrast: none) {
    .col-6\/6\@lg {
      width: 100%;
      flex-basis: auto; } }

@media screen and (min-width: 68.75em) {
  .col-1\/12\@lg {
    flex-basis: 8.33333%; } }
  @media screen and (min-width: 68.75em) and (-ms-high-contrast: active), screen and (min-width: 68.75em) and (-ms-high-contrast: none) {
    .col-1\/12\@lg {
      width: 8.33333%;
      flex-basis: auto; } }

@media screen and (min-width: 68.75em) {
  .col-2\/12\@lg {
    flex-basis: 16.66667%; } }
  @media screen and (min-width: 68.75em) and (-ms-high-contrast: active), screen and (min-width: 68.75em) and (-ms-high-contrast: none) {
    .col-2\/12\@lg {
      width: 16.66667%;
      flex-basis: auto; } }

@media screen and (min-width: 68.75em) {
  .col-3\/12\@lg {
    flex-basis: 25%; } }
  @media screen and (min-width: 68.75em) and (-ms-high-contrast: active), screen and (min-width: 68.75em) and (-ms-high-contrast: none) {
    .col-3\/12\@lg {
      width: 25%;
      flex-basis: auto; } }

@media screen and (min-width: 68.75em) {
  .col-4\/12\@lg {
    flex-basis: 33.33333%; } }
  @media screen and (min-width: 68.75em) and (-ms-high-contrast: active), screen and (min-width: 68.75em) and (-ms-high-contrast: none) {
    .col-4\/12\@lg {
      width: 33.33333%;
      flex-basis: auto; } }

@media screen and (min-width: 68.75em) {
  .col-5\/12\@lg {
    flex-basis: 41.66667%; } }
  @media screen and (min-width: 68.75em) and (-ms-high-contrast: active), screen and (min-width: 68.75em) and (-ms-high-contrast: none) {
    .col-5\/12\@lg {
      width: 41.66667%;
      flex-basis: auto; } }

@media screen and (min-width: 68.75em) {
  .col-6\/12\@lg {
    flex-basis: 50%; } }
  @media screen and (min-width: 68.75em) and (-ms-high-contrast: active), screen and (min-width: 68.75em) and (-ms-high-contrast: none) {
    .col-6\/12\@lg {
      width: 50%;
      flex-basis: auto; } }

@media screen and (min-width: 68.75em) {
  .col-7\/12\@lg {
    flex-basis: 58.33333%; } }
  @media screen and (min-width: 68.75em) and (-ms-high-contrast: active), screen and (min-width: 68.75em) and (-ms-high-contrast: none) {
    .col-7\/12\@lg {
      width: 58.33333%;
      flex-basis: auto; } }

@media screen and (min-width: 68.75em) {
  .col-8\/12\@lg {
    flex-basis: 66.66667%; } }
  @media screen and (min-width: 68.75em) and (-ms-high-contrast: active), screen and (min-width: 68.75em) and (-ms-high-contrast: none) {
    .col-8\/12\@lg {
      width: 66.66667%;
      flex-basis: auto; } }

@media screen and (min-width: 68.75em) {
  .col-9\/12\@lg {
    flex-basis: 75%; } }
  @media screen and (min-width: 68.75em) and (-ms-high-contrast: active), screen and (min-width: 68.75em) and (-ms-high-contrast: none) {
    .col-9\/12\@lg {
      width: 75%;
      flex-basis: auto; } }

@media screen and (min-width: 68.75em) {
  .col-10\/12\@lg {
    flex-basis: 83.33333%; } }
  @media screen and (min-width: 68.75em) and (-ms-high-contrast: active), screen and (min-width: 68.75em) and (-ms-high-contrast: none) {
    .col-10\/12\@lg {
      width: 83.33333%;
      flex-basis: auto; } }

@media screen and (min-width: 68.75em) {
  .col-11\/12\@lg {
    flex-basis: 91.66667%; } }
  @media screen and (min-width: 68.75em) and (-ms-high-contrast: active), screen and (min-width: 68.75em) and (-ms-high-contrast: none) {
    .col-11\/12\@lg {
      width: 91.66667%;
      flex-basis: auto; } }

@media screen and (min-width: 68.75em) {
  .col-12\/12\@lg {
    flex-basis: 100%; } }
  @media screen and (min-width: 68.75em) and (-ms-high-contrast: active), screen and (min-width: 68.75em) and (-ms-high-contrast: none) {
    .col-12\/12\@lg {
      width: 100%;
      flex-basis: auto; } }

@media screen and (min-width: 68.75em) {
  .col-auto\@lg {
    flex-basis: auto; }
  .col-grow\@lg {
    flex-grow: 1; }
  .col-shrink\@lg {
    flex-shrink: 1; } }

.no-padding {
  padding-left: 0;
  padding-right: 0; }

@media screen and (min-width: 30em) {
  .no-padding\@xs {
    padding-left: 0;
    padding-right: 0; } }

@media screen and (min-width: 48em) {
  .no-padding\@sm {
    padding-left: 0;
    padding-right: 0; } }

@media screen and (min-width: 61.25em) {
  .no-padding\@md {
    padding-left: 0;
    padding-right: 0; } }

@media screen and (min-width: 68.75em) {
  .no-padding\@lg {
    padding-left: 0;
    padding-right: 0; } }

.grid--full-width {
  max-width: 100%; }

.location-finder__header:before, .location-finder__results:before, .recipe-generator__header:before, .recipe-generator__results:before, .location-finder__header:after, .location-finder__results:after, .recipe-generator__header:after, .recipe-generator__results:after {
  content: '';
  display: table; }

.location-finder__header:after, .location-finder__results:after, .recipe-generator__header:after, .recipe-generator__results:after {
  clear: both; }

.container.page-with-sidebar .site-main > .entry, .container.page .site-main > .entry, .container.landing-page .site-main > .entry {
  margin: 2.1875rem 0 2.8125rem; }
  .container.page-with-sidebar .site-main > .entry > *:first-child, .container.page .site-main > .entry > *:first-child, .container.landing-page .site-main > .entry > *:first-child {
    margin-top: 0; }
  .container.page-with-sidebar .site-main > .entry > *:last-child, .container.page .site-main > .entry > *:last-child, .container.landing-page .site-main > .entry > *:last-child {
    margin-bottom: 0; }

.container.page-with-sidebar .site-main > .entry, .container.page .site-main > .entry {
  border: 1px solid #e3e3e3;
  padding: 2.8125rem; }

.container.page-with-sidebar .site-main .share-toolbar:first-child, .container.page .site-main .share-toolbar:first-child {
  margin: -2.5rem -2.5rem 1.25rem -2.5rem; }
  .container.page-with-sidebar .site-main .share-toolbar:first-child .share-toolbar__list, .container.page .site-main .share-toolbar:first-child .share-toolbar__list {
    border: 0;
    flex-grow: 1;
    justify-content: flex-end; }

.container.landing-page .entry__content > .alignfull:first-child {
  margin-top: -2.1875rem; }

.container.landing-page .entry__content > .alignfull + .alignfull {
  margin-top: -2.8125rem; }

.container.landing-page .entry__content > .alignfull:last-child {
  margin-bottom: -2.8125rem; }

a {
  color: #ff8220;
  transition: color .3s; }

html {
  font-size: 100%; }

body {
  color: #58585a;
  font-family: "Frutiger", "Helvetica", sans-serif;
  font-size: 1.125rem;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Trade Gothic Condensed 20", "Helvetica", sans-serif;
  font-weight: 400; }

h1 {
  color: #ff8220;
  font-size: 2.25rem;
  line-height: 1.12em; }

h2 {
  color: #ff8220;
  font-size: 1.75rem;
  line-height: 1.14em; }

h3 {
  color: #918c86;
  font-size: 1.375rem;
  line-height: 1em; }

h4 {
  font-size: 1.125rem;
  line-height: 1.33em; }

input {
  border: none;
  font-size: 1em;
  height: 2em;
  padding: .625em; }

p,
ol,
ul {
  font-size: 18px;
  line-height: 1.6em;
  margin-top: 20px;
  margin-bottom: 20px; }
  p :first-child,
  ol :first-child,
  ul :first-child {
    margin-top: 0; }
  p :last-child,
  ol :last-child,
  ul :last-child {
    margin-bottom: 0; }

select {
  border: none;
  font-size: 1em;
  height: 2em;
  padding: .625em; }

.align-self--center {
  align-self: center; }

.has-background.has-black-background-color {
  background-color: #000000; }

.has-black-color {
  color: #000000; }

.has-background.has-grey-background-color {
  background-color: #58585a; }

.has-grey-color {
  color: #58585a; }

.has-background.has-grey-light-background-color {
  background-color: #ada7a6; }

.has-grey-light-color {
  color: #ada7a6; }

.has-background.has-blue-light-background-color {
  background-color: #ddeef8; }

.has-blue-light-color {
  color: #ddeef8; }

.has-background.has-blue-dark-background-color {
  background-color: #4093c3; }

.has-blue-dark-color {
  color: #4093c3; }

.has-background.has-brown-background-color {
  background-color: #582300; }

.has-brown-color {
  color: #582300; }

.has-background.has-green-background-color {
  background-color: #1da844; }

.has-green-color {
  color: #1da844; }

.has-background.has-orange-background-color {
  background-color: #ff8220; }

.has-orange-color {
  color: #ff8220; }

.has-background.has-pink-background-color {
  background-color: #f76F61; }

.has-pink-color {
  color: #f76F61; }

.has-background.has-yellow-background-color {
  background-color: #fee500; }

.has-yellow-color {
  color: #fee500; }

.has-background.has-white-background-color {
  background-color: #ffffff; }

.has-white-color {
  color: #ffffff; }

.fdoc-block-wrapper > [class^='wp-block-fdoc'],
.fdoc-block-wrapper > [class*=' wp-block-fdoc'],
.fdoc-block-wrapper > [class^='collection-'],
.fdoc-block-wrapper > [class*=' collection-'],
.fdoc-block-wrapper > .amazing-feed,
.fdoc-block-wrapper > .post-pagination,
.fdoc-block-wrapper > .recipe-generator,
.entry__content > [class^='wp-block-fdoc'],
.entry__content > [class*=' wp-block-fdoc'],
.entry__content > [class^='collection-'],
.entry__content > [class*=' collection-'],
.entry__content > .amazing-feed,
.entry__content > .post-pagination,
.entry__content > .recipe-generator {
  margin-bottom: 2.8125rem;
  margin-top: 2.1875rem; }

.fdoc-block-wrapper--landing > .alignfull:first-child {
  margin-top: 0; }

.fdoc-block-wrapper--landing > .alignfull + .alignfull {
  margin-top: -2.8125rem; }

.fdoc-block-wrapper--landing > .alignfull:last-child {
  margin-bottom: -2.8125rem; }

.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
  clear: both; }

.col-branding {
  flex-basis: 204px;
  height: 100%; }

@media screen and (min-width: 61.25em) {
  .offset-col-branding {
    margin-left: 204px; } }

.container {
  margin: 0 auto;
  max-width: 1280px;
  padding: 0 18px;
  width: 100%; }
  .container--margin-small {
    margin: 1.875rem auto; }
  .container--margin-normal {
    margin: 3.75rem auto; }

.heading-bar {
  background-color: #ff8220;
  color: #ffffff;
  display: flex;
  line-height: 1em;
  padding: 15px 24px;
  text-transform: uppercase; }
  .heading-bar .fa:first-child {
    padding-right: .3em; }
  .heading-bar > a {
    color: #ffffff;
    margin-left: auto; }
    @media screen and (max-width: 47.99em) {
      .heading-bar > a {
        display: none; } }

@media screen and (min-width: 61.25em) {
  .menu-dropdown li {
    position: relative; }
    .menu-dropdown li:hover > ul.sub-menu {
      display: block; }
  .menu-dropdown ul.sub-menu {
    background: #ff8220;
    border: 1px solid #e3e3e3;
    border-top: 0;
    color: #ffffff;
    display: none;
    font-size: 18px;
    left: 50%;
    margin: 0;
    min-width: 120%;
    padding: 8px 0;
    position: absolute;
    text-align: center;
    top: 100%;
    transform: translateX(-50%);
    white-space: nowrap;
    z-index: 1000; }
    .menu-dropdown ul.sub-menu li {
      display: block;
      margin: 0;
      padding: 0; }
    .menu-dropdown ul.sub-menu a {
      display: block;
      padding: 8px 12px; } }

.menu-inline li {
  display: inline-block;
  padding: .6875rem 0 .6875rem 27px; }
  .menu-inline li:first-child {
    padding-left: 0; }

.menu-inline a {
  padding: .875rem 0; }

.menu {
  font-family: "Trade Gothic Condensed 20", "Helvetica", sans-serif;
  list-style: none;
  margin: 0;
  padding: 0; }
  .menu li:hover > a {
    color: #918c86; }
  .menu a {
    color: #ffffff;
    text-decoration: none;
    text-transform: uppercase;
    transition: color .3s; }
    .menu a:hover {
      color: #918c86; }

@media screen and (max-width: 61.24em) {
  .hide-on-mobile {
    display: none !important; } }

@media screen and (min-width: 61.25em) {
  .show-on-mobile {
    display: none !important; } }

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */ }

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
          clip-path: none;
  color: #21759b;
  display: block;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; }

.utility-nav {
  display: flex;
  height: 100%;
  position: relative; }
  .utility-nav ul, .utility-nav li {
    list-style: none; }
  .utility-nav .menu {
    background: #ffffff;
    border: 1px solid #e3e3e3;
    border-top: 0;
    display: none;
    left: 0;
    margin: 0;
    min-width: 100%;
    padding: 0;
    position: absolute;
    top: 100%;
    white-space: nowrap;
    z-index: 1000; }
    .utility-nav .menu li + li {
      border-top: 1px solid #e3e3e3; }
    .utility-nav .menu a {
      background-color: transparent;
      color: #4b4b4b;
      display: block;
      padding: 12px 15px;
      text-transform: none;
      transition: background-color .3s, color .3s; }
      .utility-nav .menu a:hover {
        background-color: #ddeef8;
        color: #4093c3; }
  .utility-nav:hover .menu {
    display: block; }
  .utility-nav:hover .menu-toggle, .utility-nav:hover .nav-primary__mobile-close {
    color: #4b4b4b; }

.alignnone {
  margin: 5px 20px 20px 0; }

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto; }

.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

a img.alignnone {
  margin: 5px 20px 20px 0; }

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%; }
  .wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .wp-caption .wp-caption-text {
    margin: 0.8075em 0; }

.wp-caption-text {
  text-align: center; }

.gallery {
  margin-bottom: 1.5em; }

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%; }
  .gallery-columns-2 .gallery-item {
    max-width: 50%; }
  .gallery-columns-3 .gallery-item {
    max-width: 33.33%; }
  .gallery-columns-4 .gallery-item {
    max-width: 25%; }
  .gallery-columns-5 .gallery-item {
    max-width: 20%; }
  .gallery-columns-6 .gallery-item {
    max-width: 16.66%; }
  .gallery-columns-7 .gallery-item {
    max-width: 14.28%; }
  .gallery-columns-8 .gallery-item {
    max-width: 12.5%; }
  .gallery-columns-9 .gallery-item {
    max-width: 11.11%; }

.gallery-caption {
  display: block; }

.alignfull {
  margin-left: -18px;
  margin-right: -18px;
  width: auto; }
  @media screen and (min-width: 61.25em) {
    .alignfull {
      margin-left: calc(50% - 50vw);
      margin-right: calc(50% - 50vw);
      max-width: 1000%; } }

@media screen and (min-width: 61.25em) {
  .alignwide {
    margin-left: calc(25% - 25vw);
    margin-right: calc(25% - 25vw);
    max-width: 1000%;
    width: auto; } }

.adjacent-post {
  background-color: #f2f2f2; }
  @media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
    .adjacent-post {
      display: block; } }
  .adjacent-post__container {
    max-width: 80.125rem; }
    @media screen and (max-width: 47.99em) {
      .adjacent-post__container {
        padding: 0; } }
  .adjacent-post__outer {
    border-left: 1px solid #d4d4d4;
    border-right: 1px solid #d4d4d4;
    position: relative; }
    @media screen and (min-width: 48em) {
      .adjacent-post__outer {
        padding: 0 80px; } }
  .adjacent-post__inner {
    background-color: #ffffff;
    box-shadow: 4px 0 10px rgba(0, 0, 0, 0.05), -4px 0 10px rgba(0, 0, 0, 0.05);
    margin: 0 auto; }
    @media screen and (min-width: 48em) {
      .adjacent-post__inner {
        max-width: 908px;
        position: relative;
        width: 100%;
        z-index: 1; } }
    .adjacent-post__inner > .entry:last-child {
      margin-bottom: 0; }
  .adjacent-post__header {
    border-bottom: 1px solid #f1f1f1; }
  @media screen and (max-width: 47.99em) {
    .adjacent-post__nav {
      display: none; } }
  .adjacent-post__nav ul {
    list-style: none;
    margin: 0;
    padding: 0; }
  .adjacent-post__nav li {
    margin: 0;
    padding: 0; }
  .adjacent-post__link {
    display: block;
    height: 100%;
    width: 100%; }
  .adjacent-post__preview {
    height: 72px;
    padding: 0 20px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%; }
  .adjacent-post__arrow {
    height: 60px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 60px; }
    .adjacent-post__arrow .svg-icon {
      height: 100%;
      position: absolute;
      width: 100%; }
      .adjacent-post__arrow .svg-icon--chevron-left, .adjacent-post__arrow .svg-icon--chevron-right {
        height: 22px;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        width: 14px;
        fill: #e79483; }
        @media (prefers-reduced-motion: reduced) {
          .adjacent-post__arrow .svg-icon--chevron-left, .adjacent-post__arrow .svg-icon--chevron-right {
            transition: none; } }
      .adjacent-post__arrow .svg-icon--circle {
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), stroke 0s linear;
        width: 100%;
        fill: none;
        stroke-width: 2px;
        stroke: #e79483; }
        @media (prefers-reduced-motion: reduced) {
          .adjacent-post__arrow .svg-icon--circle {
            transition: none; } }
  .adjacent-post__details {
    left: 0;
    opacity: 0;
    padding: 0 10px;
    position: absolute;
    text-align: center;
    top: 100%;
    transform: translateY(-20px);
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    width: 100%; }
    @media (prefers-reduced-motion: reduced) {
      .adjacent-post__details {
        transition: none; } }
  .adjacent-post__thumbnail-wrap {
    position: relative;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    perspective: 1000px; }
    .adjacent-post__thumbnail-wrap img {
      display: block;
      height: auto;
      width: 100%; }
  .adjacent-post__thumbnail {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transform: scale(0);
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    width: 100%; }
    .adjacent-post__thumbnail--fallback {
      background-size: contain; }
    @media (prefers-reduced-motion: reduced) {
      .adjacent-post__thumbnail {
        transition: none; } }
  .adjacent-post__nav-btn {
    cursor: pointer;
    height: 100%;
    position: absolute;
    top: 0; }
    @media screen and (min-width: 48em) {
      .adjacent-post__nav-btn {
        width: 10%; } }
    @media screen and (min-width: 68.75em) {
      .adjacent-post__nav-btn {
        width: calc((100% - 908px) / 2); } }
    .adjacent-post__nav-btn:hover {
      background-color: #ffffff; }
      .adjacent-post__nav-btn:hover .adjacent-post__arrow .svg-icon--circle {
        opacity: 0;
        transform: scale(0);
        transition-delay: .1s; }
      .adjacent-post__nav-btn:hover .adjacent-post__arrow .svg-icon--chevron-left,
      .adjacent-post__nav-btn:hover .adjacent-post__arrow .svg-icon--chevron-right {
        fill: #ffffff; }
      .adjacent-post__nav-btn:hover .adjacent-post__thumbnail {
        transform: scale(1); }
      .adjacent-post__nav-btn:hover .adjacent-post__details {
        opacity: 1;
        transform: translateY(0);
        transition-delay: .1s; }
    .adjacent-post__nav-btn--prev {
      left: 0; }
    .adjacent-post__nav-btn--next {
      right: 0; }
  .adjacent-post__nav-title {
    color: #754b29;
    display: inline-block;
    font-size: 14px;
    line-height: 18px;
    padding: 0;
    position: relative;
    text-transform: uppercase;
    width: 100%;
    word-wrap: break-word; }
    .adjacent-post__nav-title:before {
      background-color: #e79483;
      content: "";
      display: block;
      height: 2px;
      margin: 20px auto 17px;
      width: 10px; }
  .adjacent-post__content, .adjacent-post__header-inner {
    padding: 30px; }
    @media screen and (min-width: 48em) {
      .adjacent-post__content, .adjacent-post__header-inner {
        padding: 34px 30px; } }
  @media screen and (min-width: 48em) {
    .adjacent-post__header-inner {
      align-items: center;
      display: flex; } }
  .adjacent-post .entry__thumbnail {
    overflow: hidden;
    position: relative; }
    .adjacent-post .entry__thumbnail::before {
      content: '';
      display: block;
      padding-top: 56.25%; }
    .adjacent-post .entry__thumbnail img {
      left: 50%;
      max-width: 100%;
      min-height: 100%;
      min-width: 100%;
      position: absolute;
      top: 0;
      transform: translateX(-50%);
      width: auto; }
      @supports ((-o-object-fit: cover) or (object-fit: cover)) {
        .adjacent-post .entry__thumbnail img {
          height: 100%;
          left: 0;
          -o-object-fit: cover;
             object-fit: cover;
          -o-object-position: center;
             object-position: center;
          top: 0;
          transform: none;
          width: 100%; } }
    .adjacent-post .entry__thumbnail .featured-video {
      bottom: 0;
      left: 0;
      overflow: hidden;
      position: absolute;
      right: 0;
      top: 0; }
  .adjacent-post .entry__share-wrapper {
    align-items: center;
    display: flex;
    flex-shrink: 0;
    margin-left: auto; }
    @media screen and (max-width: 47.99em) {
      .adjacent-post .entry__share-wrapper {
        display: none; } }
  .adjacent-post__meta {
    font-family: "Trade Gothic Condensed 18", "Helvetica", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.1em;
    margin-bottom: 4px;
    padding: 0; }
    .adjacent-post__meta--date {
      color: #91887f; }
    .adjacent-post__meta .entry__byline {
      color: #4ea93f; }
  .adjacent-post__title {
    font-family: "Trade Gothic Condensed 20", "Helvetica", sans-serif;
    font-size: 1.75rem;
    margin: 0; }
  .adjacent-post__content .wp-block-fdoc-recipe-ingredients {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    list-style: none;
    margin: 0;
    padding: 0; }
    .adjacent-post__content .wp-block-fdoc-recipe-ingredients li {
      flex-basis: calc(50% - 5px);
      font-size: 14px;
      line-height: 20px;
      margin: 0 0 15px 10px;
      padding: 0; }
      .adjacent-post__content .wp-block-fdoc-recipe-ingredients li:nth-of-type(2n + 1) {
        margin-left: 0; }

.wp-block-fdoc-alternate-hero {
  min-height: 425px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  padding: 80px 5%;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  width: auto;
  max-width: 1000%; }
  @media screen and (min-width: 48em) {
    .wp-block-fdoc-alternate-hero {
      padding: 0; } }
  .wp-block-fdoc-alternate-hero__image {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    z-index: 1;
    min-width: 100%;
    min-height: 100%; }
  .wp-block-fdoc-alternate-hero__container {
    position: relative;
    z-index: 2;
    text-align: center; }
  .wp-block-fdoc-alternate-hero__heading {
    color: #ffffff;
    font-family: "Trade Gothic Condensed 18", "Helvetica", sans-serif;
    font-size: 45px;
    line-height: 48px;
    margin-top: 0; }
  .wp-block-fdoc-alternate-hero__copy {
    color: #ffffff;
    font-family: "Trade Gothic Condensed 18", "Helvetica", sans-serif; }
  .wp-block-fdoc-alternate-hero__button {
    background-color: #1da844;
    color: #fff;
    display: inline-block;
    font-weight: bold;
    font-family: "Frutiger", "Helvetica", sans-serif;
    font-size: .9em;
    margin-top: 10px;
    min-width: 140px;
    padding: 16px;
    text-transform: uppercase;
    transition: background-color .3s, border-color .3s, color .3s; }
    .wp-block-fdoc-alternate-hero__button:hover {
      background-color: #ff8220; }
    @media (prefers-reduced-motion: reduced) {
      .wp-block-fdoc-alternate-hero__button {
        transition: none; } }

.amazing-feed:last-child {
  margin-bottom: 45px; }

.amazing-feed__bar {
  background-color: #ff8220;
  color: #ffffff;
  display: flex;
  min-height: 50px;
  margin-bottom: 15px; }
  @media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
    .amazing-feed__bar {
      height: 50px; } }
  .amazing-feed__bar .utility-nav {
    height: inherit; }
    .amazing-feed__bar .utility-nav:hover .menu-toggle, .amazing-feed__bar .utility-nav:hover .nav-primary__mobile-close {
      color: currentColor; }
      .amazing-feed__bar .utility-nav:hover .menu-toggle .fa, .amazing-feed__bar .utility-nav:hover .nav-primary__mobile-close .fa {
        transform: rotate(-180deg); }
  .amazing-feed__bar .menu-toggle, .amazing-feed__bar .nav-primary__mobile-close {
    color: currentColor;
    transition: color .3s; }
  .amazing-feed__bar .slick-arrow.slick-hidden, .amazing-feed__bar .slick-arrow.slick-disabled {
    display: block;
    opacity: .5;
    cursor: default; }

.amazing-feed__bar-item {
  display: flex;
  align-items: center;
  justify-content: center; }

.amazing-feed__nav {
  cursor: pointer;
  flex: 0 0 50px;
  display: flex !important; }
  @media screen and (max-width: 47.99em) {
    .amazing-feed__nav {
      flex-basis: 62px; } }

@media screen and (min-width: 43.75em) {
  .amazing-feed__prev {
    order: -1; } }

.amazing-feed__next {
  margin-left: auto;
  border-left: 1px solid currentColor; }

.amazing-feed__title, .amazing-feed__filters {
  font-family: "Trade Gothic Condensed 20", "Helvetica", sans-serif;
  padding: .65em .75em;
  font-size: 18px;
  text-transform: uppercase;
  -webkit-background-clip: no-clip;
  -moz-background-clip: no-clip;
  background-color: #ff8220;
  color: currentColor; }
  @media screen and (min-width: 43.75em) {
    .amazing-feed__title, .amazing-feed__filters {
      padding: 0 20px; } }
  @media screen and (min-width: 48em) {
    .amazing-feed__title, .amazing-feed__filters {
      font-size: 26px; } }
  .amazing-feed__title ul,
  .amazing-feed__title ul.menu, .amazing-feed__filters ul,
  .amazing-feed__filters ul.menu {
    font-family: "Trade Gothic Condensed 20", "Helvetica", sans-serif;
    font-size: 18px;
    text-transform: uppercase;
    -webkit-background-clip: no-clip;
    -moz-background-clip: no-clip;
    background-color: #ff8220;
    color: currentColor;
    border-top: 1px;
    line-height: 1.15; }
    @media screen and (min-width: 48em) {
      .amazing-feed__title ul,
      .amazing-feed__title ul.menu, .amazing-feed__filters ul,
      .amazing-feed__filters ul.menu {
        font-size: 26px; } }
    .amazing-feed__title ul li,
    .amazing-feed__title ul.menu li, .amazing-feed__filters ul li,
    .amazing-feed__filters ul.menu li {
      border-top: 1px solid #e3e3e3;
      cursor: pointer;
      padding: 10px 20px;
      position: relative;
      font-size: .8375em; }
      .amazing-feed__title ul li:hover,
      .amazing-feed__title ul.menu li:hover, .amazing-feed__filters ul li:hover,
      .amazing-feed__filters ul.menu li:hover {
        color: #fee500; }
      .amazing-feed__title ul li[data-selected]:after,
      .amazing-feed__title ul.menu li[data-selected]:after, .amazing-feed__filters ul li[data-selected]:after,
      .amazing-feed__filters ul.menu li[data-selected]:after {
        margin-left: .625em;
        font-family: FontAwesome;
        content: "\F00C";
        color: #ffffff;
        font-size: .8em; }
      .amazing-feed__title ul li._hide,
      .amazing-feed__title ul.menu li._hide, .amazing-feed__filters ul li._hide,
      .amazing-feed__filters ul.menu li._hide {
        display: none; }

.amazing-feed__title {
  border-right: 1px solid currentColor; }
  @media screen and (max-width: 43.74em) {
    .amazing-feed__title {
      flex-grow: 1; } }
  @media screen and (min-width: 43.75em) {
    .amazing-feed__title {
      border-left: 1px solid currentColor; } }

.amazing-feed__filters {
  border-right: 1px solid currentColor;
  position: relative; }
  @media screen and (max-width: 43.74em) {
    .amazing-feed__filters {
      display: none; } }
  .amazing-feed__filters .fa {
    margin-left: .25em;
    transition: transform .3s; }
  @media (prefers-reduced-motion: reduced) {
    .amazing-feed__filters .fa {
      transition: none; } }

@media screen and (min-width: 43.75em) {
  .amazing-feed__mobile-filters {
    display: none; } }

.amazing-feed__mobile-filters .mobile-menu-toggle {
  border: 1px solid #e79483;
  text-transform: uppercase;
  padding: 20px 0 20px 20px;
  transition: border-bottom-color 0s linear .3s; }

.amazing-feed__mobile-filters ul {
  display: none; }

.amazing-feed__content {
  display: flex;
  overflow: hidden; }
  @media screen and (min-width: 68.75em) {
    .amazing-feed__content .slick-slide > div {
      display: flex;
      align-items: stretch; } }
  .amazing-feed__content .slick-list {
    width: 100%; }
  .amazing-feed__content .card {
    flex: 0 0 25%;
    padding: 9px; }
    @media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
      .amazing-feed__content .card {
        flex-basis: calc(25% - 18px); } }

.amazing-feed .card__link {
  border: 1px solid #e3e3e3; }
  .amazing-feed .card__link:hover {
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.1); }

.amazing-feed .page-card__title {
  font-family: "Trade Gothic Condensed 18", "Helvetica", sans-serif;
  font-size: 23px;
  font-weight: 400;
  margin: 0;
  padding: 1.25em .75em; }

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  [aria-hidden=true] {
    visibility: hidden; } }

.button-print {
  background-color: transparent;
  border: 1px solid #e3e3e3;
  color: #ff8220;
  height: 45px;
  text-align: center;
  transition: border-color .3s;
  width: 50px; }
  .button-print:hover {
    border-color: currentColor; }
  .button-print:not(:last-child) {
    margin-right: 10px; }

.button {
  background-color: #1da844;
  color: #ffffff;
  display: inline-block;
  font-family: "Trade Gothic Condensed 18", "Helvetica", sans-serif;
  font-size: 1rem;
  min-width: 140px;
  padding: 16px;
  text-align: center;
  text-transform: uppercase;
  transition: background-color .3s, border-color .3s, color .3s; }
  .button:hover {
    background-color: #ff8220; }

a,
button,
.button {
  cursor: pointer; }

.card-grid {
  display: flex;
  flex-flow: row wrap;
  margin: 2.8125rem -8px 2.1875rem;
  min-height: 420px; }
  .card-grid--rollover, .card-grid--no-margin {
    margin-bottom: 0;
    margin-top: 0; }
  @supports (display: grid) {
    .card-grid {
      display: grid;
      grid-gap: 16px;
      grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
      margin-left: 0;
      margin-right: 0; }
      .card-grid--rollover {
        grid-template-columns: repeat(auto-fill, minmax(150px, 1fr)); }
      .card-grid--large {
        grid-template-columns: repeat(auto-fill, minmax(330px, 1fr)); } }
  .card-grid .card,
  .card-grid .wp-block-fdoc-tile-grid-tile {
    flex: 0 0 100%;
    padding: 8px; }
    @media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
      .card-grid .card,
      .card-grid .wp-block-fdoc-tile-grid-tile {
        flex-basis: calc(100% - 16px); } }
    @media screen and (min-width: 30em) {
      .card-grid .card,
      .card-grid .wp-block-fdoc-tile-grid-tile {
        flex-basis: 50%; } }
  @media screen and (min-width: 30em) and (-ms-high-contrast: active), screen and (min-width: 30em) and (-ms-high-contrast: none) {
    .card-grid .card,
    .card-grid .wp-block-fdoc-tile-grid-tile {
      flex-basis: calc(50% - 16px); } }
    @media screen and (min-width: 48em) {
      .card-grid .card,
      .card-grid .wp-block-fdoc-tile-grid-tile {
        flex-basis: 33.33333%; } }
  @media screen and (min-width: 48em) and (-ms-high-contrast: active), screen and (min-width: 48em) and (-ms-high-contrast: none) {
    .card-grid .card,
    .card-grid .wp-block-fdoc-tile-grid-tile {
      flex-basis: calc(33.33333% - 16px); } }
    @media screen and (min-width: 61.25em) {
      .card-grid .card,
      .card-grid .wp-block-fdoc-tile-grid-tile {
        flex-basis: 25%; } }
  @media screen and (min-width: 61.25em) and (-ms-high-contrast: active), screen and (min-width: 61.25em) and (-ms-high-contrast: none) {
    .card-grid .card,
    .card-grid .wp-block-fdoc-tile-grid-tile {
      flex-basis: calc(25% - 16px); } }
    @media screen and (min-width: 68.75em) {
      .card-grid .card,
      .card-grid .wp-block-fdoc-tile-grid-tile {
        flex-basis: 20%; } }
  @media screen and (min-width: 68.75em) and (-ms-high-contrast: active), screen and (min-width: 68.75em) and (-ms-high-contrast: none) {
    .card-grid .card,
    .card-grid .wp-block-fdoc-tile-grid-tile {
      flex-basis: calc(20% - 16px); } }
    @supports (display: grid) {
      .card-grid .card,
      .card-grid .wp-block-fdoc-tile-grid-tile {
        padding: 0; } }
  .card-grid--large .card__link {
    border: none; }
  @media screen and (min-width: 30em) {
    .card-grid--large .card {
      flex-basis: 50%; } }
  @media screen and (min-width: 30em) and (-ms-high-contrast: active), screen and (min-width: 30em) and (-ms-high-contrast: none) {
    .card-grid--large .card {
      flex-basis: calc(50% - 16px); } }
  @media screen and (min-width: 48em) {
    .card-grid--large .card {
      flex-basis: 50%; } }
  @media screen and (min-width: 48em) and (-ms-high-contrast: active), screen and (min-width: 48em) and (-ms-high-contrast: none) {
    .card-grid--large .card {
      flex-basis: calc(50% - 16px); } }
  @media screen and (min-width: 61.25em) {
    .card-grid--large .card {
      flex-basis: 33.33333%; } }
  @media screen and (min-width: 61.25em) and (-ms-high-contrast: active), screen and (min-width: 61.25em) and (-ms-high-contrast: none) {
    .card-grid--large .card {
      flex-basis: calc(33.33333% - 16px); } }
  @media screen and (min-width: 68.75em) {
    .card-grid--large .card {
      flex-basis: 33.33333%; } }
  @media screen and (min-width: 68.75em) and (-ms-high-contrast: active), screen and (min-width: 68.75em) and (-ms-high-contrast: none) {
    .card-grid--large .card {
      flex-basis: calc(33.33333% - 16px); } }

.fdoc-news-item-card__title {
  color: #918c86;
  text-align: left; }

.featured-card {
  border: 0.0625rem solid #e3e3e3;
  padding: 0.625rem; }
  .featured-card__thumbnail {
    height: 100%; }
    .featured-card__thumbnail img {
      display: block; }
      @supports ((-o-object-fit: cover) or (object-fit: cover)) {
        .featured-card__thumbnail img {
          height: 100%;
          -o-object-fit: cover;
             object-fit: cover;
          width: 100%; } }
  .featured-card__inner {
    display: flex;
    flex-direction: column; }
  .featured-card__title {
    font-family: "Trade Gothic Condensed 18", "Helvetica", sans-serif;
    margin: 0.9375rem 0 0; }
    @media screen and (min-width: 61.25em) {
      .featured-card__title {
        margin: 0; } }
  .featured-card__meta {
    margin: 0.9375rem 0 0; }
  .featured-card__date {
    color: #ada7a6; }
  .featured-card__content {
    color: #58585a;
    margin: 0.9375rem 0; }
    .featured-card__content p:first-child {
      margin-top: 0; }
    .featured-card__content p:last-child {
      margin-bottom: 0; }
  .featured-card__button {
    align-self: flex-start;
    margin-top: auto; }

.card__link {
  background: #ffffff;
  border: 1px solid #e3e3e3;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 5px;
  transition: background-color .3s; }
  @media (prefers-reduced-motion: reduced) {
    .card__link {
      transition: none; } }
  .card__link:hover {
    background-color: #fdfaf7; }
    .card__link:hover .card__thumbnail--hover-button::before {
      background-color: rgba(0, 0, 0, 0.5); }
    .card__link:hover .card__thumbnail img {
      transform: translate(-50%, -50%) scale(1.2); }
      @supports ((-o-object-fit: cover) or (object-fit: cover)) {
        .card__link:hover .card__thumbnail img {
          transform: scale(1.1); } }
      @media (prefers-reduced-motion: reduced) {
        .card__link:hover .card__thumbnail img {
          transition: none; } }
    .card__link:hover .card__hover-button {
      opacity: 1;
      transform: translate(-50%, -50%) scale(1); }
      @media (prefers-reduced-motion: reduced) {
        .card__link:hover .card__hover-button {
          transition: none; } }

.card__thumbnail {
  overflow: hidden;
  position: relative; }
  .card__thumbnail::before {
    content: '';
    display: block;
    padding-top: 66.8%; }
  .card__thumbnail img {
    left: 50%;
    max-width: 150%;
    min-height: 100%;
    min-width: 100%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: transform .3s;
    z-index: 0; }
    @supports ((-o-object-fit: cover) or (object-fit: cover)) {
      .card__thumbnail img {
        height: 100%;
        left: 0;
        -o-object-fit: cover;
           object-fit: cover;
        -o-object-position: 50% 50%;
           object-position: 50% 50%;
        top: 0;
        transform: none;
        width: 100%; } }
  @media (prefers-reduced-motion: reduced) {
    .card__thumbnail img {
      transition: none; } }
  .card__thumbnail--hover-button::before {
    background: transparent;
    position: relative;
    transition: background-color .3s;
    z-index: 1; }
  .card__thumbnail--logo-fallback {
    background: #e3e3e3; }
    .card__thumbnail--logo-fallback img {
      max-height: 90%;
      max-width: 90%;
      min-height: 0;
      min-width: 0; }
      @supports ((-o-object-fit: contain) or (object-fit: contain)) {
        .card__thumbnail--logo-fallback img {
          height: 90%;
          left: 5%;
          -o-object-fit: contain;
             object-fit: contain;
          top: 5%;
          width: 90%; } }

.card__hover-button {
  left: 50%;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%) scale(0.5);
  transition: background-color .3s, tranform .3s, opacity .3s;
  z-index: 2; }

.card__title {
  color: #918c86;
  font-size: 22px;
  margin: 10px 0 5px;
  text-align: center; }

.card .fdoc-news-item-card__date,
.card .fdoc-tip-card__date {
  color: #58585a; }

.card--tweet .card__thumbnail::before {
  padding-top: 48%; }

.card--tweet .card__tweet-placeholder {
  left: 50%;
  opacity: .5;
  position: absolute;
  top: 50%;
  transform: translate(-50% -50%); }

.card--tweet .card__title {
  font-size: 18px; }

.card--tweet .card__twitter-logo {
  align-self: flex-end;
  color: #1da1f2;
  margin-top: auto;
  padding: 6px;
  justify-self: flex-end; }

.cc-window .cc-message {
  max-width: 75% !important;
  font-size: 15px;
  line-height: 17px; }
  @media (max-width: 61.25em) {
    .cc-window .cc-message {
      max-width: 100% !important; } }

.cc-window .cc-buttons {
  max-width: 25%;
  display: flex;
  flex-direction: row; }
  .cc-window .cc-buttons div {
    display: table; }
    .cc-window .cc-buttons div:first-of-type {
      margin-right: 12px; }
  @media (max-width: 61.25em) {
    .cc-window .cc-buttons {
      max-width: 100% !important;
      flex-direction: column; }
      .cc-window .cc-buttons div {
        width: 100%; }
        .cc-window .cc-buttons div a {
          width: 100%; }
        .cc-window .cc-buttons div:first-of-type {
          margin: 10px 0px; } }

.cc-inner-wrapper {
  max-width: 1280px;
  display: flex;
  margin: 0 auto; }
  .cc-inner-wrapper .fdoc-cc-close {
    cursor: pointer;
    display: table; }
    .cc-inner-wrapper .fdoc-cc-close a, .cc-inner-wrapper .fdoc-cc-close span {
      color: #ffffff;
      background-color: #ae2222; }
      .cc-inner-wrapper .fdoc-cc-close a:hover, .cc-inner-wrapper .fdoc-cc-close span:hover {
        background-color: #d62d2d; }
  @media (max-width: 61.25em) {
    .cc-inner-wrapper {
      flex-direction: column; } }

@media screen and (min-width: 61.25em) {
  .collection-citrus-411 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; } }

.citrus-411-card {
  background-color: #fdfaf7;
  border: 1px solid #e3e3e3;
  margin: 5px 0;
  padding: 15px;
  width: 100%; }
  @media screen and (min-width: 61.25em) {
    .citrus-411-card {
      flex-basis: calc(50% - 20px);
      margin: 20px 0 20px 40px;
      padding: 20px; }
      .citrus-411-card:nth-of-type(2n + 1) {
        margin-left: 0; } }
  @media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
    .citrus-411-card {
      flex-basis: auto;
      width: 48%; } }
  .citrus-411-card__title, .citrus-411-card__sub-title {
    color: #754b29;
    font-weight: 400;
    margin: 0;
    padding: 0; }
  .citrus-411-card__title {
    font-family: "Trade Gothic Condensed 20", "Helvetica", sans-serif;
    font-size: 22px;
    margin-bottom: 10px;
    text-overflow: ellipsis; }
    @media screen and (min-width: 61.25em) {
      .citrus-411-card__title {
        font-size: 36px;
        margin-bottom: 20px; } }
  .citrus-411-card__sub-title {
    font-family: "Trade Gothic Condensed 18", "Helvetica", sans-serif;
    font-size: 18px; }
    @media screen and (min-width: 61.25em) {
      .citrus-411-card__sub-title {
        font-size: 23px;
        margin-right: 20px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap; } }
  @media screen and (min-width: 61.25em) {
    .citrus-411-card__content {
      align-items: center;
      display: flex;
      justify-content: space-between; } }

.new-collection-events {
  display: flex;
  justify-content: space-evenly;
  flex-direction: column;
  flex-wrap: wrap;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 18px;
  margin-top: 18px; }
  @media screen and (min-width: 48em) {
    .new-collection-events {
      flex-direction: row; } }
  .new-collection-events__events-list {
    background-color: #ffffff;
    border: thin solid #cdcdcd;
    color: #ffffff;
    width: 100%;
    min-height: 320px;
    margin: 10px auto; }
    @media screen and (min-width: 48em) {
      .new-collection-events__events-list {
        flex-basis: calc(50% - 10px);
        flex-direction: column; } }
    @media screen and (min-width: 61.25em) {
      .new-collection-events__events-list {
        flex-basis: calc(50% - 10px); }
        .new-collection-events__events-list:nth-of-type(even) {
          margin: 10px 0px 10px 10px; }
        .new-collection-events__events-list:nth-of-type(odd) {
          margin: 10px 10px 10px 0px; } }
  .new-collection-events__more-link {
    color: #1da844;
    display: flex;
    flex-direction: column;
    font-family: "Trade Gothic Condensed 18", "Helvetica", sans-serif;
    margin-left: auto;
    text-align: center; }
    .new-collection-events__more-link:hover {
      color: #58585a; }
    .new-collection-events__more-link span {
      display: block; }
    .new-collection-events__more-link .fa {
      margin-top: .25em; }
  .new-collection-events__event-row {
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 1.125rem 1.25rem; }
  .new-collection-events__event-row:hover {
    background-color: #d8d8d8; }
    .new-collection-events__event-row:hover:nth-child(even) {
      background-color: #d8d8d8; }
  .new-collection-events__event-row-inner {
    align-items: center;
    display: flex;
    width: 100%; }
    .new-collection-events__event-row-inner .fa {
      color: #1da844;
      float: right;
      padding-top: 10%; }
  .new-collection-events__event-row-date {
    flex: 0 0 auto;
    padding-right: 0.625rem;
    color: #212121; }
    .new-collection-events__event-row-date .month {
      display: block;
      font-size: 14px;
      text-align: center;
      font-weight: 800; }
    .new-collection-events__event-row-date .day {
      display: block;
      font-size: 24px;
      font-weight: 800; }
  .new-collection-events__event-row-title {
    display: inline-block;
    margin-left: 15px;
    width: 100%; }
  .new-collection-events__event-row-title-inner {
    display: table;
    height: inherit;
    width: 100%; }
    .new-collection-events__event-row-title-inner p {
      display: table-cell;
      margin: 0;
      vertical-align: middle;
      color: #666666;
      font-weight: 800;
      font-size: 18px; }
  .new-collection-events__event-single {
    flex-basis: 100%;
    flex-direction: column;
    padding: 20px 40px; }
    @media screen and (min-width: 61.25em) {
      .new-collection-events__event-single {
        flex-basis: 65%; } }
  .new-collection-events__event-single-inner {
    display: none;
    flex-direction: column;
    height: 100%; }
    .new-collection-events__event-single-inner.active {
      display: flex; }
  .new-collection-events__event-title {
    color: #1da844;
    margin-bottom: 1.25rem; }
    .new-collection-events__event-title h3 {
      color: #1da844;
      font-size: 1.75rem;
      line-height: 1.14em;
      margin: 0; }
  .new-collection-events__event-info {
    display: flex;
    margin: 1.25rem 0;
    flex-direction: column; }
    @media screen and (min-width: 48em) {
      .new-collection-events__event-info {
        flex-direction: row; } }
  .new-collection-events__event-date span {
    display: block; }
  .new-collection-events__event-location {
    margin-top: 10px; }
    @media screen and (min-width: 48em) {
      .new-collection-events__event-location {
        margin-top: 0;
        margin-left: 1.875rem; } }
    .new-collection-events__event-location span {
      display: block; }
  .new-collection-events__event-content {
    margin-top: auto; }
    .new-collection-events__event-content a {
      color: #918c86;
      font-family: "Trade Gothic Condensed 20", "Helvetica", sans-serif;
      font-size: 1.75rem;
      text-decoration: underline; }
  .new-collection-events .button {
    align-self: flex-start;
    margin-top: 1.25rem;
    text-align: center; }
  .new-collection-events__list-heading {
    align-items: center;
    display: flex;
    margin: 0.9375rem 1.25rem; }
    .new-collection-events__list-heading .icon-heading {
      width: 100%;
      display: flex;
      align-content: center;
      flex-direction: row;
      align-items: center; }
      .new-collection-events__list-heading .icon-heading .icon {
        display: block;
        width: 60px;
        height: 60px;
        margin-right: 20px; }
      .new-collection-events__list-heading .icon-heading h2 {
        color: #212121;
        font-size: 25px !important; }
      .new-collection-events__list-heading .icon-heading.upcoming .icon {
        background: url("https://www.floridacitrus.org/wp-content/uploads/2021/07/icon_upcoming_events.png");
        background-size: cover; }
  .new-collection-events .industry-updates-main, .new-collection-events .section-box {
    display: flex;
    flex-direction: column;
    background-color: #ffffff;
    color: #ffffff;
    flex-basis: calc(50% - 10px);
    margin: 10px auto;
    border: thin solid #cdcdcd; }
    .new-collection-events .industry-updates-main .icon-heading, .new-collection-events .section-box .icon-heading {
      width: 100%;
      display: flex;
      align-content: center;
      flex-direction: row;
      align-items: center; }
      .new-collection-events .industry-updates-main .icon-heading .icon, .new-collection-events .section-box .icon-heading .icon {
        display: block;
        width: 60px;
        height: 60px; }
      .new-collection-events .industry-updates-main .icon-heading h2, .new-collection-events .section-box .icon-heading h2 {
        color: #212121;
        font-size: 25px !important;
        margin-left: 10px; }
      .new-collection-events .industry-updates-main .icon-heading.industry .icon, .new-collection-events .section-box .icon-heading.industry .icon {
        background: url("https://www.floridacitrus.org/wp-content/uploads/2021/07/icon_industry_updates.png");
        background-size: cover; }
      .new-collection-events .industry-updates-main .icon-heading.webinars .icon, .new-collection-events .section-box .icon-heading.webinars .icon {
        background: url("https://www.floridacitrus.org/wp-content/uploads/2021/07/icon_webinars.png");
        background-size: cover; }
      .new-collection-events .industry-updates-main .icon-heading.newsroom .icon, .new-collection-events .section-box .icon-heading.newsroom .icon {
        background: url("https://www.floridacitrus.org/wp-content/uploads/2021/07/icon_newsroom.png");
        background-size: cover; }
    .new-collection-events .industry-updates-main .industry-updates, .new-collection-events .section-box .industry-updates {
      margin: 0.9375rem 1.25rem; }
      .new-collection-events .industry-updates-main .industry-updates.body, .new-collection-events .section-box .industry-updates.body {
        flex-basis: 36%; }
        .new-collection-events .industry-updates-main .industry-updates.body p, .new-collection-events .section-box .industry-updates.body p {
          color: #58585a;
          font-size: 18px;
          line-height: 1.6em;
          margin-top: 0; }
      .new-collection-events .industry-updates-main .industry-updates.link, .new-collection-events .section-box .industry-updates.link {
        padding-bottom: 2.8rem; }
        .new-collection-events .industry-updates-main .industry-updates.link a, .new-collection-events .section-box .industry-updates.link a {
          text-align: left;
          font-size: 18px; }
    @media screen and (min-width: 48em) {
      .new-collection-events .industry-updates-main, .new-collection-events .section-box {
        flex-basis: calc(50% - 10px);
        flex-direction: column; }
        .new-collection-events .industry-updates-main:nth-of-type(even), .new-collection-events .section-box:nth-of-type(even) {
          margin: 10px 0px 10px 10px; }
        .new-collection-events .industry-updates-main:nth-of-type(odd), .new-collection-events .section-box:nth-of-type(odd) {
          margin: 10px 10px 10px 0px; } }
    @media screen and (min-width: 61.25em) {
      .new-collection-events .industry-updates-main, .new-collection-events .section-box {
        flex-basis: calc(50% - 10px); } }

.growers-page-signup .signup-form {
  width: 100%;
  text-align: center; }
  .growers-page-signup .signup-form__inner-wrap {
    margin: 0 auto;
    padding: 2.4em 1.2rem;
    vertical-align: middle;
    display: flex;
    max-width: unset; }
  .growers-page-signup .signup-form__image {
    width: 100%;
    background-size: cover; }
  .growers-page-signup .signup-form__content {
    display: flex;
    flex-direction: row;
    align-content: center;
    width: 55%; }
    .growers-page-signup .signup-form__content .icon-heading.signup {
      padding-left: 20px;
      width: 80%;
      /* height: 80px; */
      display: flex;
      /* height: auto; */
      flex-direction: column;
      justify-content: center; }
    .growers-page-signup .signup-form__content__title {
      margin: 0;
      padding-bottom: 0em;
      color: #212121;
      font-size: 25px !important;
      text-align: left; }
    .growers-page-signup .signup-form__content .icon {
      display: block;
      width: 60px;
      height: 60px;
      height: 100%;
      background: url("https://www.floridacitrus.org/wp-content/uploads/2021/07/icon_email.png");
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center; }
    .growers-page-signup .signup-form__content__description {
      margin: 0;
      text-align: left;
      font-size: 18px; }
  .growers-page-signup .signup-form__link {
    display: inline-block;
    margin: 2em;
    font-size: 0.9em;
    font-weight: bold;
    padding: .9rem 3.5rem; }

.home .growers-page-signup {
  margin-bottom: 48px; }

.collection-events {
  background-color: #ffffff;
  display: flex;
  flex-wrap: wrap; }
  @media screen and (min-width: 48em) {
    .collection-events {
      flex-wrap: nowrap; } }
  .collection-events__events-list {
    background-color: #1da844;
    color: #ffffff;
    flex-basis: 100%; }
    @media screen and (min-width: 48em) {
      .collection-events__events-list {
        flex-basis: 50%;
        flex-direction: column; } }
    @media screen and (min-width: 61.25em) {
      .collection-events__events-list {
        flex-basis: 35%; } }
  .collection-events__list-heading {
    align-items: center;
    display: flex;
    margin: 0.9375rem 1.25rem; }
  .collection-events__list-title {
    color: #ffffff;
    font-size: 45px !important;
    margin: 0; }
  .collection-events__more-link {
    color: #ffffff;
    display: flex;
    flex-direction: column;
    font-family: "Trade Gothic Condensed 18", "Helvetica", sans-serif;
    margin-left: auto;
    text-align: center;
    text-transform: uppercase; }
    .collection-events__more-link:hover {
      color: #58585a; }
    .collection-events__more-link span {
      display: block; }
    .collection-events__more-link .fa {
      margin-top: .25em; }
  .collection-events__event-row {
    border-top: 0.0625rem solid #19993d;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 6.25rem;
    padding: 0.625rem 1.875rem; }
  .collection-events__event-row:hover {
    background-color: #19993d; }
  .collection-events__event-row-inner {
    align-items: center;
    display: flex; }
  .collection-events__event-row-date {
    flex: 0 0 auto;
    padding-right: 0.625rem; }
    .collection-events__event-row-date .month {
      display: block;
      font-size: 18px;
      text-align: center; }
    .collection-events__event-row-date .day {
      display: block;
      font-size: 28px; }
  .collection-events__event-row-title {
    display: inline-block;
    margin-left: 15px; }
  .collection-events__event-row-title-inner {
    display: table;
    height: inherit; }
    .collection-events__event-row-title-inner p {
      display: table-cell;
      margin: 0;
      vertical-align: middle; }
  .collection-events__event-single {
    flex-basis: 100%;
    flex-direction: column;
    padding: 20px 40px; }
    @media screen and (min-width: 61.25em) {
      .collection-events__event-single {
        flex-basis: 65%; } }
  .collection-events__event-single-inner {
    display: none;
    flex-direction: column;
    height: 100%; }
    .collection-events__event-single-inner.active {
      display: flex; }
  .collection-events__event-title {
    color: #1da844;
    margin-bottom: 1.25rem; }
    .collection-events__event-title h3 {
      color: #1da844;
      font-size: 1.75rem;
      line-height: 1.14em;
      margin: 0; }
  .collection-events__event-info {
    display: flex;
    margin: 1.25rem 0;
    flex-direction: column; }
    @media screen and (min-width: 48em) {
      .collection-events__event-info {
        flex-direction: row; } }
  .collection-events__event-date span {
    display: block; }
  .collection-events__event-location {
    margin-top: 10px; }
    @media screen and (min-width: 48em) {
      .collection-events__event-location {
        margin-top: 0;
        margin-left: 1.875rem; } }
    .collection-events__event-location span {
      display: block; }
  .collection-events__event-content {
    margin-top: auto; }
    .collection-events__event-content a {
      color: #918c86;
      font-family: "Trade Gothic Condensed 20", "Helvetica", sans-serif;
      font-size: 1.75rem;
      text-decoration: underline; }
  .collection-events .button {
    align-self: flex-start;
    margin-top: 1.25rem;
    text-align: center; }

.collection-facts__more-link {
  text-transform: none; }

.collection-facts__content {
  display: flex;
  margin-left: -9px;
  margin-right: -9px;
  perspective: 1000px;
  transform-style: preserve-3d; }
  @supports (display: grid) {
    .collection-facts__content {
      display: grid;
      grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); } }
  .collection-facts__content .fact-block {
    flex: 0 0 100%;
    padding: 9px; }
    @media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
      .collection-facts__content .fact-block {
        flex-basis: calc(100% - 18px); } }
    @media screen and (min-width: 48em) {
      .collection-facts__content .fact-block {
        flex-basis: 50%; } }
  @media screen and (min-width: 48em) and (-ms-high-contrast: active), screen and (min-width: 48em) and (-ms-high-contrast: none) {
    .collection-facts__content .fact-block {
      flex-basis: calc(50% - 18px); } }
    @media screen and (min-width: 61.25em) {
      .collection-facts__content .fact-block {
        flex-basis: 33.33333%; } }
  @media screen and (min-width: 61.25em) and (-ms-high-contrast: active), screen and (min-width: 61.25em) and (-ms-high-contrast: none) {
    .collection-facts__content .fact-block {
      flex-basis: calc(33.33333% - 18px); } }
    @media screen and (min-width: 68.75em) {
      .collection-facts__content .fact-block {
        flex-basis: 25%; } }
  @media screen and (min-width: 68.75em) and (-ms-high-contrast: active), screen and (min-width: 68.75em) and (-ms-high-contrast: none) {
    .collection-facts__content .fact-block {
      flex-basis: calc(25% - 18px); } }

.collection-growers__sub-title {
  color: #918c86;
  margin: 2.8125rem 0 1.25rem;
  text-transform: uppercase; }

.collection-growers__content {
  margin-top: 0; }
  .collection-growers__content .card__title {
    color: #918c86;
    font-family: "Trade Gothic Condensed 18", "Helvetica", sans-serif;
    font-size: 1.125rem; }

.collection-news__small-featured-inner, .collection-news__split-column {
  display: flex;
  flex-direction: column;
  margin: -9px 0;
  min-height: calc(100% + 18px); }

.collection-news__latest-news-inner, .collection-news__split-col-inner {
  border: 0.0625rem solid #e3e3e3;
  display: flex;
  flex-direction: column;
  height: 100%; }
  @media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
    .collection-news__latest-news-inner, .collection-news__split-col-inner {
      height: 100%;
      overflow: hidden; } }

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .collection-news__latest-news-image, .collection-news__split-col-image {
    height: 150px; } }

.collection-news__latest-news-header, .collection-news__split-col-header {
  align-items: center;
  background-color: #e3e3e3;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  min-height: 3.4375rem;
  padding: 0.3125rem 1.25rem; }

.collection-news__latest-news-title, .collection-news__split-col-title {
  font-size: 1.125rem;
  text-transform: uppercase; }

.collection-news__latest-news-more, .collection-news__split-col-more {
  font-family: "Trade Gothic Condensed 20", "Helvetica", sans-serif;
  font-size: 1.125rem;
  margin-left: auto;
  text-transform: uppercase; }

.collection-news__latest-news-content, .collection-news__split-col-content {
  display: flex;
  flex-direction: column;
  flex-grow: 1; }

.collection-news__split-col {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding: 9px 0; }
  .collection-news__split-col-inner {
    flex-grow: 1; }
  .collection-news__split-col-content {
    padding: 18px; }
    .collection-news__split-col-content a {
      align-items: center;
      color: #58585a;
      display: flex;
      margin: 0.3125rem 0; }
      .collection-news__split-col-content a:hover {
        color: #ff8220; }
        .collection-news__split-col-content a:hover .fa {
          color: #ff8220; }
    .collection-news__split-col-content .fa {
      color: #1da844;
      flex-basis: 1.75rem;
      flex-shrink: 0;
      transition: color .3s; }
  .collection-news__split-col-image img {
    display: block; }
    @supports ((-o-object-fit: cover) or (object-fit: cover)) {
      .collection-news__split-col-image img {
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover;
        width: 100%; } }

.collection-news h3,
.collection-news p {
  margin: .5em 0; }

@media screen and (max-width: 61.24em) {
  .collection-news .grid__col {
    margin: 9px 0; }
  .collection-news__small-featured-inner {
    margin: -9px 0 !important; }
  .collection-news__split-column {
    margin: 0 !important; } }

.collection-recipe-archive {
  margin-bottom: -1.875rem !important; }
  .collection-recipe-archive__header {
    align-items: baseline;
    display: flex; }
  .collection-recipe-archive__title {
    color: #58585a;
    margin: 0; }
  .collection-recipe-archive__count {
    font-family: "Trade Gothic Condensed 18", "Helvetica", sans-serif;
    font-size: 1.5rem;
    font-style: italic;
    margin-left: 0.9375rem; }

.wp-block-embed.alignright, .wp-block-embed.alignleft {
  max-width: 50%; }
  @media screen and (max-width: 47.99em) {
    .wp-block-embed.alignright, .wp-block-embed.alignleft {
      float: none;
      margin-left: auto;
      margin-right: auto;
      max-width: 100%; } }

.entry {
  margin-bottom: 40px; }
  .entry__title {
    font-size: 45px; }
  .entry .wp-block-fdoc-nutrition-facts {
    margin-right: 50px !important; }

.error-404 {
  margin-bottom: 40px; }

.fact-block__question {
  color: #918c86;
  font-family: "Trade Gothic Condensed 18", "Helvetica", sans-serif;
  font-size: 30px;
  line-height: 1em; }

.fact-block__answer {
  color: #918c86;
  font-family: "Trade Gothic Condensed 18", "Helvetica", sans-serif;
  font-size: 18px;
  line-height: 1.25em; }

.fact-block__more-link {
  font-size: 16px; }

.fdoc-go-home-campaign {
  display: flex;
  flex-direction: column;
  padding: 2rem;
  color: #fff; }
  .fdoc-go-home-campaign_image {
    max-width: 100%;
    margin: 0 auto 1.5rem;
    align-self: center; }
  .fdoc-go-home-campaign_title {
    text-align: center;
    font-weight: bold;
    font-size: 2.5rem;
    margin: 0 0 1em;
    font-family: 'Helvetica'; }
  .fdoc-go-home-campaign p {
    margin-top: 0;
    font-family: 'Helvetica'; }
  .fdoc-go-home-campaign .fdoc-mailchimp-form {
    margin: 1rem 0 0;
    padding: 2rem; }
    .fdoc-go-home-campaign .fdoc-mailchimp-form_title {
      color: #ff8220;
      text-align: center;
      width: 100%;
      font-weight: bold;
      font-size: 2rem;
      margin: 0 0 1em;
      font-family: 'Helvetica'; }
    .fdoc-go-home-campaign .fdoc-mailchimp-form #mc_embed_signup input[type="text"],
    .fdoc-go-home-campaign .fdoc-mailchimp-form #mc_embed_signup input[type="email"] {
      width: 100%;
      border: 2px solid #58585a;
      margin: 0 0 2rem;
      color: #000000;
      background: #f2f2f2;
      text-align: center;
      font-weight: bold;
      text-transform: uppercase;
      font-family: 'Helvetica'; }
      .fdoc-go-home-campaign .fdoc-mailchimp-form #mc_embed_signup input[type="text"].mce_inline_error,
      .fdoc-go-home-campaign .fdoc-mailchimp-form #mc_embed_signup input[type="email"].mce_inline_error {
        margin-bottom: 0;
        border-color: #ff8220; }
    .fdoc-go-home-campaign .fdoc-mailchimp-form #mc_embed_signup ::-webkit-input-placeholder {
      color: #000000;
      font-weight: bold;
      text-transform: uppercase;
      font-family: 'Helvetica'; }
    .fdoc-go-home-campaign .fdoc-mailchimp-form #mc_embed_signup :-ms-input-placeholder {
      color: #000000;
      font-weight: bold;
      text-transform: uppercase;
      font-family: 'Helvetica'; }
    .fdoc-go-home-campaign .fdoc-mailchimp-form #mc_embed_signup ::-ms-input-placeholder {
      color: #000000;
      font-weight: bold;
      text-transform: uppercase;
      font-family: 'Helvetica'; }
    .fdoc-go-home-campaign .fdoc-mailchimp-form #mc_embed_signup ::placeholder {
      color: #000000;
      font-weight: bold;
      text-transform: uppercase;
      font-family: 'Helvetica'; }
    .fdoc-go-home-campaign .fdoc-mailchimp-form #mc_embed_signup div.mce_inline_error {
      background: #ff8220; }
    .fdoc-go-home-campaign .fdoc-mailchimp-form label {
      position: absolute;
      left: -10000px;
      top: auto;
      width: 1px;
      height: 1px;
      overflow: hidden;
      font-family: 'Helvetica'; }
    .fdoc-go-home-campaign .fdoc-mailchimp-form input[type="submit"] {
      font-weight: bold;
      color: #fff;
      height: auto;
      font-size: 1.5rem;
      cursor: pointer;
      text-transform: none;
      font-family: 'Helvetica'; }
      .fdoc-go-home-campaign .fdoc-mailchimp-form input[type="submit"]:hover {
        background: #ec6800; }
  @media screen and (min-width: 48em) {
    .fdoc-go-home-campaign_image {
      width: 70%;
      margin-bottom: 2rem; } }
  @media screen and (min-width: 61.25em) {
    .fdoc-go-home-campaign {
      padding: 3rem 7rem 5rem; }
      .fdoc-go-home-campaign_image {
        width: 60%;
        margin-bottom: 3rem; }
      .fdoc-go-home-campaign_title {
        font-size: 3.5rem; }
      .fdoc-go-home-campaign .fdoc-mailchimp-form {
        margin: 4rem 0 0; }
        .fdoc-go-home-campaign .fdoc-mailchimp-form_title {
          font-size: 3.5rem; }
      .fdoc-go-home-campaign input[type="submit"] {
        font-size: 2rem; } }

.fdoc-citrus-411-template-default .site-content {
  background-color: #f2f2f2; }

.fdoc-citrus-411-template-default .container.page .site-main > .entry,
.fdoc-citrus-411-template-default .container.page-with-sidebar .site-main > .entry {
  border: 0;
  margin-top: 0;
  padding: 0; }

.fdoc-citrus-411-template-default .site-main {
  background-color: #ffffff;
  padding: 1.25rem 2.5rem 2.5rem; }
  @media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
    .fdoc-citrus-411-template-default .site-main {
      display: block; } }

.fdoc-citrus-411__title {
  color: #1da844; }

.fdoc-citrus-411__content p a {
  color: #1da844; }

.fdoc-fact__content {
  border: 1px solid #e3e3e3;
  padding: 5px 45px 45px; }

.fdoc-fact__question {
  font-size: 45px;
  margin: 20px 0; }

.fdoc-fact__answer {
  color: #918c86;
  font-family: "Trade Gothic Condensed 18", "Helvetica", sans-serif;
  font-size: 1.8em; }

.fdoc-fact .share-toolbar:first-child {
  margin: 0 -40px; }
  .fdoc-fact .share-toolbar:first-child .share-toolbar__list {
    border: 0;
    flex-grow: 1;
    justify-content: flex-end; }

.fdoc-fact .top-toolbar-filler {
  background-color: #fdfaf7;
  min-height: 60px;
  display: flex;
  flex-grow: 1;
  margin: 0 -41px; }

.fdoc-lang-selector {
  align-items: center;
  display: flex;
  height: 100%;
  position: relative; }
  .fdoc-lang-selector--en_US .fdoc-lang-selector__flag {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 7410 3900'%3E %3Crect width='7410' height='3900' fill='%23b22234'/%3E %3Cpath d='M0,450H7410m0,600H0m0,600H7410m0,600H0m0,600H7410m0,600H0' stroke='%23fff' stroke-width='300'/%3E %3Crect width='2964' height='2100' fill='%233c3b6e'/%3E %3Cg fill='%23fff'%3E %3Cg id='s18'%3E %3Cg id='s9'%3E %3Cg id='s5'%3E %3Cg id='s4'%3E %3Cpath id='s' d='M247,90 317.534230,307.082039 132.873218,172.917961H361.126782L176.465770,307.082039z'/%3E %3Cuse xlink:href='%23s' y='420'/%3E %3Cuse xlink:href='%23s' y='840'/%3E %3Cuse xlink:href='%23s' y='1260'/%3E %3C/g%3E %3Cuse xlink:href='%23s' y='1680'/%3E %3C/g%3E %3Cuse xlink:href='%23s4' x='247' y='210'/%3E %3C/g%3E %3Cuse xlink:href='%23s9' x='494'/%3E %3C/g%3E %3Cuse xlink:href='%23s18' x='988'/%3E %3Cuse xlink:href='%23s9' x='1976'/%3E %3Cuse xlink:href='%23s5' x='2470'/%3E %3C/g%3E %3C/svg%3E"); }
  .fdoc-lang-selector--en_UK .fdoc-lang-selector__flag {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 60 30'%3E %3CclipPath id='t'%3E %3Cpath d='M30,15 h30 v15 z v15 h-30 z h-30 v-15 z v-15 h30 z'/%3E %3C/clipPath%3E %3Cpath d='M0,0 v30 h60 v-30 z' fill='%2300247d'/%3E %3Cpath d='M0,0 L60,30 M60,0 L0,30' stroke='%23fff' stroke-width='6'/%3E %3Cpath d='M0,0 L60,30 M60,0 L0,30' clip-path='url(%23t)' stroke='%23cf142b' stroke-width='4'/%3E %3Cpath d='M30,0 v30 M0,15 h60' stroke='%23fff' stroke-width='10'/%3E %3Cpath d='M30,0 v30 M0,15 h60' stroke='%23cf142b' stroke-width='6'/%3E %3C/svg%3E"); }
  .fdoc-lang-selector--en_CA .fdoc-lang-selector__flag {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1000 500'%3E %3Crect width='1000' height='500' fill='%23f00'/%3E %3Crect width='500' height='500' fill='%23fff' x='250'/%3E %3Cpath fill='%23ff0000' d='m 499.99228,46.875 -34.11312,63.62529 c -3.87086,6.91501 -10.80627,6.27363 -17.74169,2.41138 l -24.69699,-12.78858 18.40705,97.72711 c 3.87086,17.85419 -8.54859,17.85419 -14.67765,10.13435 l -43.10105,-48.25099 -6.99738,24.503 c -0.80692,3.21777 -4.35481,6.59744 -9.67748,5.79261 l -54.50177,-11.45912 14.31524,52.04475 c 3.06451,11.58054 5.4549,16.37528 -3.09375,19.42959 l -19.42619,9.13025 93.82127,76.20838 c 3.7135,2.88151 5.58971,8.067 4.26768,12.7621 l -8.21136,26.94707 c 32.30405,-3.72371 61.24898,-9.32594 93.56939,-12.77619 2.85323,-0.30459 7.62988,4.40408 7.61029,7.71058 l -4.28024,98.72342 15.70639,0 -2.47237,-98.5117 c -0.0197,-3.3065 4.31372,-8.22689 7.16695,-7.9223 32.32041,3.45026 61.26538,9.05248 93.56942,12.77619 l -8.21134,-26.94707 c -1.32203,-4.6951 0.55417,-9.88059 4.26767,-12.7621 l 93.82125,-76.20838 -19.42617,-9.13025 c -8.54867,-3.05431 -6.15828,-7.84905 -3.09377,-19.42959 l 14.31527,-52.04475 -54.5018,11.45912 c -5.32267,0.80483 -8.87056,-2.57484 -9.6775,-5.79261 l -6.99737,-24.503 -43.10103,48.25099 c -6.12908,7.71984 -18.54854,7.71984 -14.67768,-10.13435 l 18.40702,-97.72711 -24.69694,12.78858 c -6.93559,3.86225 -13.87083,4.50363 -17.7417,-2.41138'/%3E %3C/svg%3E"); }
  .fdoc-lang-selector--fr_CA .fdoc-lang-selector__flag {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1000 500'%3E %3Crect width='1000' height='500' fill='%23f00'/%3E %3Crect width='500' height='500' fill='%23fff' x='250'/%3E %3Cpath fill='%23ff0000' d='m 499.99228,46.875 -34.11312,63.62529 c -3.87086,6.91501 -10.80627,6.27363 -17.74169,2.41138 l -24.69699,-12.78858 18.40705,97.72711 c 3.87086,17.85419 -8.54859,17.85419 -14.67765,10.13435 l -43.10105,-48.25099 -6.99738,24.503 c -0.80692,3.21777 -4.35481,6.59744 -9.67748,5.79261 l -54.50177,-11.45912 14.31524,52.04475 c 3.06451,11.58054 5.4549,16.37528 -3.09375,19.42959 l -19.42619,9.13025 93.82127,76.20838 c 3.7135,2.88151 5.58971,8.067 4.26768,12.7621 l -8.21136,26.94707 c 32.30405,-3.72371 61.24898,-9.32594 93.56939,-12.77619 2.85323,-0.30459 7.62988,4.40408 7.61029,7.71058 l -4.28024,98.72342 15.70639,0 -2.47237,-98.5117 c -0.0197,-3.3065 4.31372,-8.22689 7.16695,-7.9223 32.32041,3.45026 61.26538,9.05248 93.56942,12.77619 l -8.21134,-26.94707 c -1.32203,-4.6951 0.55417,-9.88059 4.26767,-12.7621 l 93.82125,-76.20838 -19.42617,-9.13025 c -8.54867,-3.05431 -6.15828,-7.84905 -3.09377,-19.42959 l 14.31527,-52.04475 -54.5018,11.45912 c -5.32267,0.80483 -8.87056,-2.57484 -9.6775,-5.79261 l -6.99737,-24.503 -43.10103,48.25099 c -6.12908,7.71984 -18.54854,7.71984 -14.67768,-10.13435 l 18.40702,-97.72711 -24.69694,12.78858 c -6.93559,3.86225 -13.87083,4.50363 -17.7417,-2.41138'/%3E %3C/svg%3E"); }
  .fdoc-lang-selector--fr_FR .fdoc-lang-selector__flag {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 3 2'%3E %3Crect width='3' height='2' fill='%23ED2939'/%3E %3Crect width='2' height='2' fill='%23fff'/%3E %3Crect width='1' height='2' fill='%23002395'/%3E %3C/svg%3E"); }
  .fdoc-lang-selector--ko_KR .fdoc-lang-selector__flag {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='-36 -24 72 48'%3E %3Ctitle%3EFlag of South Korea%3C/title%3E %3Crect fill='%23fff' x='-36' y='-24' width='72' height='48'/%3E %3Cg transform='rotate(-56.3099325)'%3E %3Cg id='b2'%3E %3Cpath id='b' d='M-6-25H6M-6-22H6M-6-19H6' stroke='%23000' stroke-width='2'/%3E %3Cuse xlink:href='%23b' y='44'/%3E %3C/g%3E %3Cpath stroke='%23fff' stroke-width='1' d='M0,17v10'/%3E %3Ccircle fill='%23c60c30' r='12'/%3E %3Cpath fill='%23003478' d='M0-12A6,6 0 0 0 0,0A6,6 0 0 1 0,12A12,12 0 0,1 0-12Z'/%3E %3C/g%3E %3Cg transform='rotate(-123.6900675)'%3E %3Cuse xlink:href='%23b2'/%3E %3Cpath stroke='%23fff' stroke-width='1' d='M0-23.5v3M0,17v3.5M0,23.5v3'/%3E %3C/g%3E %3C/svg%3E"); }
  .fdoc-lang-selector--ja .fdoc-lang-selector__flag {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 900 600'%3E %3Crect fill='%23fff' height='600' width='900'/%3E %3Ccircle fill='%23bc002d' cx='450' cy='300' r='180'/%3E %3C/svg%3E"); }
  .fdoc-lang-selector:hover .fdoc-lang-selector__hover {
    display: block; }
  .fdoc-lang-selector__flag {
    background: transparent no-repeat center/cover;
    border: 1px solid #e3e3e3;
    border-radius: 100%;
    cursor: pointer;
    height: 1.875rem;
    margin: 0 1.25rem 0 0;
    width: 1.875rem; }
  .fdoc-lang-selector > .fa {
    color: #4093c3;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%); }
  .fdoc-lang-selector__hover {
    background: #ffffff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
    display: none;
    min-width: 200%;
    position: absolute;
    right: 0;
    text-align: center;
    top: 100%;
    width: 15.625rem; }
    .fdoc-lang-selector__hover::before {
      border-bottom: 0.625rem solid #ffffff;
      border-left: 0.625rem solid transparent;
      border-right: 0.625rem solid transparent;
      bottom: 100%;
      content: '';
      position: absolute;
      right: 2.1875rem;
      transform: translateX(50%); }
    @media screen and (min-width: 93.75em) {
      .fdoc-lang-selector__hover {
        right: calc(50% + 0.625rem);
        transform: translateX(50%); }
        .fdoc-lang-selector__hover::before {
          left: 50%;
          right: auto;
          transform: translateX(-50%); } }
    .fdoc-lang-selector__hover .fdoc-lang-selector__flag {
      cursor: default;
      height: 2.8125rem;
      margin: 0 auto;
      width: 2.8125rem; }
  .fdoc-lang-selector__country {
    color: #ada7a6;
    margin: 0.625rem 0;
    font-size: 0.8125rem;
    font-weight: 700;
    text-transform: uppercase; }
  .fdoc-lang-selector__separator {
    background-color: #58585a;
    height: 0.125rem;
    margin: 0 auto 0.625rem;
    width: 1.5625rem; }
  .fdoc-lang-selector__current-text {
    font-size: 0.9375rem;
    line-height: 1.2em;
    margin-bottom: 0.625rem; }
  .fdoc-lang-selector__hover-inner {
    padding: 0.9375rem; }
  .fdoc-lang-selector__dropdown {
    border: 0.125rem solid #e3e3e3;
    position: relative; }
    .fdoc-lang-selector__dropdown:hover .fdoc-lang-selector__dropdown-toggle {
      background-color: #e3e3e3; }
    .fdoc-lang-selector__dropdown:hover .fdoc-lang-selector__dropdown-inner {
      display: flex; }
  .fdoc-lang-selector__dropdown-toggle {
    background-color: #ffffff;
    cursor: pointer;
    font-size: 0.9375rem;
    padding: 0.3125rem;
    transition: background-color .3s; }
    .fdoc-lang-selector__dropdown-toggle .fa {
      margin-left: 0.3125rem; }
  .fdoc-lang-selector__dropdown-inner {
    background: #ffffff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
    display: none;
    flex-direction: column;
    min-width: 100%;
    position: absolute;
    text-align: left;
    top: 100%; }
  .fdoc-lang-selector__dropdown-flag {
    background: transparent no-repeat center/cover;
    border: 1px solid #e3e3e3;
    border-radius: 100%;
    height: 1.25em;
    margin-right: .5em;
    width: 1.25em; }
  .fdoc-lang-selector__dropdown-item {
    align-items: center;
    background: #ffffff;
    color: #58585a;
    display: flex;
    font-size: 0.875rem;
    line-height: 1em;
    padding: 0.3125rem 0.625rem;
    transition: background-color .3s; }
    .fdoc-lang-selector__dropdown-item:hover {
      background: #e3e3e3; }
    .fdoc-lang-selector__dropdown-item + a {
      border-top: 0.0625rem solid #e3e3e3; }
    .fdoc-lang-selector__dropdown-item[data-locale="en_US"] .fdoc-lang-selector__dropdown-flag {
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 7410 3900'%3E %3Crect width='7410' height='3900' fill='%23b22234'/%3E %3Cpath d='M0,450H7410m0,600H0m0,600H7410m0,600H0m0,600H7410m0,600H0' stroke='%23fff' stroke-width='300'/%3E %3Crect width='2964' height='2100' fill='%233c3b6e'/%3E %3Cg fill='%23fff'%3E %3Cg id='s18'%3E %3Cg id='s9'%3E %3Cg id='s5'%3E %3Cg id='s4'%3E %3Cpath id='s' d='M247,90 317.534230,307.082039 132.873218,172.917961H361.126782L176.465770,307.082039z'/%3E %3Cuse xlink:href='%23s' y='420'/%3E %3Cuse xlink:href='%23s' y='840'/%3E %3Cuse xlink:href='%23s' y='1260'/%3E %3C/g%3E %3Cuse xlink:href='%23s' y='1680'/%3E %3C/g%3E %3Cuse xlink:href='%23s4' x='247' y='210'/%3E %3C/g%3E %3Cuse xlink:href='%23s9' x='494'/%3E %3C/g%3E %3Cuse xlink:href='%23s18' x='988'/%3E %3Cuse xlink:href='%23s9' x='1976'/%3E %3Cuse xlink:href='%23s5' x='2470'/%3E %3C/g%3E %3C/svg%3E"); }
    .fdoc-lang-selector__dropdown-item[data-locale="en_UK"] .fdoc-lang-selector__dropdown-flag {
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 60 30'%3E %3CclipPath id='t'%3E %3Cpath d='M30,15 h30 v15 z v15 h-30 z h-30 v-15 z v-15 h30 z'/%3E %3C/clipPath%3E %3Cpath d='M0,0 v30 h60 v-30 z' fill='%2300247d'/%3E %3Cpath d='M0,0 L60,30 M60,0 L0,30' stroke='%23fff' stroke-width='6'/%3E %3Cpath d='M0,0 L60,30 M60,0 L0,30' clip-path='url(%23t)' stroke='%23cf142b' stroke-width='4'/%3E %3Cpath d='M30,0 v30 M0,15 h60' stroke='%23fff' stroke-width='10'/%3E %3Cpath d='M30,0 v30 M0,15 h60' stroke='%23cf142b' stroke-width='6'/%3E %3C/svg%3E"); }
    .fdoc-lang-selector__dropdown-item[data-locale="en_CA"] .fdoc-lang-selector__dropdown-flag {
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1000 500'%3E %3Crect width='1000' height='500' fill='%23f00'/%3E %3Crect width='500' height='500' fill='%23fff' x='250'/%3E %3Cpath fill='%23ff0000' d='m 499.99228,46.875 -34.11312,63.62529 c -3.87086,6.91501 -10.80627,6.27363 -17.74169,2.41138 l -24.69699,-12.78858 18.40705,97.72711 c 3.87086,17.85419 -8.54859,17.85419 -14.67765,10.13435 l -43.10105,-48.25099 -6.99738,24.503 c -0.80692,3.21777 -4.35481,6.59744 -9.67748,5.79261 l -54.50177,-11.45912 14.31524,52.04475 c 3.06451,11.58054 5.4549,16.37528 -3.09375,19.42959 l -19.42619,9.13025 93.82127,76.20838 c 3.7135,2.88151 5.58971,8.067 4.26768,12.7621 l -8.21136,26.94707 c 32.30405,-3.72371 61.24898,-9.32594 93.56939,-12.77619 2.85323,-0.30459 7.62988,4.40408 7.61029,7.71058 l -4.28024,98.72342 15.70639,0 -2.47237,-98.5117 c -0.0197,-3.3065 4.31372,-8.22689 7.16695,-7.9223 32.32041,3.45026 61.26538,9.05248 93.56942,12.77619 l -8.21134,-26.94707 c -1.32203,-4.6951 0.55417,-9.88059 4.26767,-12.7621 l 93.82125,-76.20838 -19.42617,-9.13025 c -8.54867,-3.05431 -6.15828,-7.84905 -3.09377,-19.42959 l 14.31527,-52.04475 -54.5018,11.45912 c -5.32267,0.80483 -8.87056,-2.57484 -9.6775,-5.79261 l -6.99737,-24.503 -43.10103,48.25099 c -6.12908,7.71984 -18.54854,7.71984 -14.67768,-10.13435 l 18.40702,-97.72711 -24.69694,12.78858 c -6.93559,3.86225 -13.87083,4.50363 -17.7417,-2.41138'/%3E %3C/svg%3E"); }
    .fdoc-lang-selector__dropdown-item[data-locale="fr_CA"] .fdoc-lang-selector__dropdown-flag {
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1000 500'%3E %3Crect width='1000' height='500' fill='%23f00'/%3E %3Crect width='500' height='500' fill='%23fff' x='250'/%3E %3Cpath fill='%23ff0000' d='m 499.99228,46.875 -34.11312,63.62529 c -3.87086,6.91501 -10.80627,6.27363 -17.74169,2.41138 l -24.69699,-12.78858 18.40705,97.72711 c 3.87086,17.85419 -8.54859,17.85419 -14.67765,10.13435 l -43.10105,-48.25099 -6.99738,24.503 c -0.80692,3.21777 -4.35481,6.59744 -9.67748,5.79261 l -54.50177,-11.45912 14.31524,52.04475 c 3.06451,11.58054 5.4549,16.37528 -3.09375,19.42959 l -19.42619,9.13025 93.82127,76.20838 c 3.7135,2.88151 5.58971,8.067 4.26768,12.7621 l -8.21136,26.94707 c 32.30405,-3.72371 61.24898,-9.32594 93.56939,-12.77619 2.85323,-0.30459 7.62988,4.40408 7.61029,7.71058 l -4.28024,98.72342 15.70639,0 -2.47237,-98.5117 c -0.0197,-3.3065 4.31372,-8.22689 7.16695,-7.9223 32.32041,3.45026 61.26538,9.05248 93.56942,12.77619 l -8.21134,-26.94707 c -1.32203,-4.6951 0.55417,-9.88059 4.26767,-12.7621 l 93.82125,-76.20838 -19.42617,-9.13025 c -8.54867,-3.05431 -6.15828,-7.84905 -3.09377,-19.42959 l 14.31527,-52.04475 -54.5018,11.45912 c -5.32267,0.80483 -8.87056,-2.57484 -9.6775,-5.79261 l -6.99737,-24.503 -43.10103,48.25099 c -6.12908,7.71984 -18.54854,7.71984 -14.67768,-10.13435 l 18.40702,-97.72711 -24.69694,12.78858 c -6.93559,3.86225 -13.87083,4.50363 -17.7417,-2.41138'/%3E %3C/svg%3E"); }
    .fdoc-lang-selector__dropdown-item[data-locale="fr_FR"] .fdoc-lang-selector__dropdown-flag {
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 3 2'%3E %3Crect width='3' height='2' fill='%23ED2939'/%3E %3Crect width='2' height='2' fill='%23fff'/%3E %3Crect width='1' height='2' fill='%23002395'/%3E %3C/svg%3E"); }
    .fdoc-lang-selector__dropdown-item[data-locale="ko_KR"] .fdoc-lang-selector__dropdown-flag {
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='-36 -24 72 48'%3E %3Ctitle%3EFlag of South Korea%3C/title%3E %3Crect fill='%23fff' x='-36' y='-24' width='72' height='48'/%3E %3Cg transform='rotate(-56.3099325)'%3E %3Cg id='b2'%3E %3Cpath id='b' d='M-6-25H6M-6-22H6M-6-19H6' stroke='%23000' stroke-width='2'/%3E %3Cuse xlink:href='%23b' y='44'/%3E %3C/g%3E %3Cpath stroke='%23fff' stroke-width='1' d='M0,17v10'/%3E %3Ccircle fill='%23c60c30' r='12'/%3E %3Cpath fill='%23003478' d='M0-12A6,6 0 0 0 0,0A6,6 0 0 1 0,12A12,12 0 0,1 0-12Z'/%3E %3C/g%3E %3Cg transform='rotate(-123.6900675)'%3E %3Cuse xlink:href='%23b2'/%3E %3Cpath stroke='%23fff' stroke-width='1' d='M0-23.5v3M0,17v3.5M0,23.5v3'/%3E %3C/g%3E %3C/svg%3E"); }
    .fdoc-lang-selector__dropdown-item[data-locale="ja"] .fdoc-lang-selector__dropdown-flag {
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 900 600'%3E %3Crect fill='%23fff' height='600' width='900'/%3E %3Ccircle fill='%23bc002d' cx='450' cy='300' r='180'/%3E %3C/svg%3E"); }

.fdoc-location__title {
  margin-bottom: 0; }

.fdoc-location__region {
  color: #918c86;
  font-size: 0.75rem;
  margin-bottom: 5px;
  margin-top: 2px; }

.fdoc-location__features > ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0; }
  .fdoc-location__features > ul li {
    color: #ff8220;
    font-size: 22px;
    margin: 0 5px; }
    .fdoc-location__features > ul li:first-child {
      margin-left: 0; }
    .fdoc-location__features > ul li:last-child {
      margin-right: 0; }

.fdoc-location__contact-info {
  color: #918c86;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 14px;
  margin-top: 10px; }
  .fdoc-location__contact-info p {
    font-size: 0.75rem;
    margin: 5px 0 0; }
  .fdoc-location__contact-info address {
    font-style: normal; }

.fdoc-location__social-links {
  margin: 15px 0; }
  .fdoc-location__social-links > a {
    color: #ff8220;
    font-size: 22px;
    margin: 0 5px; }
    .fdoc-location__social-links > a:first-child {
      margin-left: 0; }
    .fdoc-location__social-links > a:last-child {
      margin-right: 0; }

.fdoc-media-inquiries-widget.widget {
  padding-bottom: 0.5rem; }

.fdoc-media-inquiries-widget__content a {
  align-items: center;
  color: #58585a;
  display: flex;
  margin: 0.625rem 0; }
  .fdoc-media-inquiries-widget__content a:hover {
    color: #ff8220; }
    .fdoc-media-inquiries-widget__content a:hover .fa {
      color: #ff8220; }

.fdoc-media-inquiries-widget__content .fa {
  color: #1da844;
  flex-basis: 1.75rem;
  flex-shrink: 0;
  transition: color .3s; }

.fdoc-media-inquiries-widget__email {
  word-wrap: break-word;
  overflow-wrap: break-word; }

.fdoc-news-item-card__title {
  font-family: "Trade Gothic Condensed 18", "Helvetica", sans-serif;
  text-align: left; }

.fdoc-nutrition-page-template-default .container.page .site-main > .entry,
.fdoc-nutrition-page-template-default .container.page-with-sidebar .site-main > .entry {
  border: 0;
  margin: 0 auto;
  padding: 0; }
  @media screen and (min-width: 48em) {
    .fdoc-nutrition-page-template-default .container.page .site-main > .entry,
    .fdoc-nutrition-page-template-default .container.page-with-sidebar .site-main > .entry {
      max-width: 1380px;
      padding: 0 32px; } }

.fdoc-nutrition-page__thumbnail {
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%); }
  .adjacent-post .fdoc-nutrition-page__thumbnail {
    margin-left: 0;
    margin-right: 0; }
  .fdoc-nutrition-page__thumbnail img {
    display: block;
    width: 100%; }
    @supports ((-o-object-fit: contain) or (object-fit: contain)) {
      .fdoc-nutrition-page__thumbnail img {
        max-height: 500px;
        -o-object-fit: contain !important;
           object-fit: contain !important;
        -o-object-fit: fill !important;
           object-fit: fill !important; } }

@media screen and (min-width: 48em) {
  .fdoc-nutrition-page__content .collection-nutrition-sub-pages {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-left: -0.5625rem;
    margin-right: -0.5625rem; } }

@media screen and (min-width: 68.75em) {
  .fdoc-nutrition-page__content .collection-nutrition-sub-pages::after {
    content: '';
    flex: 0 0 33.33333%; } }

.nutrition-page-card {
  margin: 0.9375rem 0; }
  @media screen and (min-width: 48em) {
    .nutrition-page-card {
      flex-basis: 50%;
      padding-left: 9px;
      padding-right: 9px; } }
  @media screen and (min-width: 48em) and (-ms-high-contrast: active), screen and (min-width: 48em) and (-ms-high-contrast: none) {
    .nutrition-page-card {
      flex-basis: calc(50% - 18px); } }
  @media screen and (min-width: 68.75em) {
    .nutrition-page-card {
      flex-basis: 33.33333%; } }
  @media screen and (min-width: 68.75em) and (-ms-high-contrast: active), screen and (min-width: 68.75em) and (-ms-high-contrast: none) {
    .nutrition-page-card {
      flex-basis: calc(50% - 18px); } }
  .nutrition-page-card__link {
    display: block; }
  .nutrition-page-card__header {
    align-items: center;
    display: flex;
    justify-content: flex-start; }
    @media screen and (min-width: 61.25em) {
      .nutrition-page-card__header {
        min-height: 4.0625rem; } }
  .nutrition-page-card__icon {
    flex-basis: 3.125rem;
    flex-shrink: 0;
    height: 3.125rem;
    margin-right: 1.25rem; }
    .nutrition-page-card__icon img {
      display: block;
      height: auto;
      width: 100%; }
  .nutrition-page-card__title {
    color: #1da844;
    margin: 0; }
    .nutrition-page-card__title:after {
      content: '\F054';
      display: inline-block;
      font-family: FontAwesome;
      font-size: .4em;
      margin-left: .75em;
      vertical-align: middle; }
  .nutrition-page-card__content {
    margin-left: 4.375rem; }
  .nutrition-page-card__excerpt {
    color: #4b4b4b;
    font-size: 1rem;
    line-height: 1.5em;
    margin-top: .4em; }
    @media screen and (min-width: 48em) {
      .nutrition-page-card__excerpt {
        display: block; } }

.fdoc-recipe__content h2 {
  font-size: 1.125rem; }

.fdoc-resource-card__link {
  background: #ada7a6; }

.fdoc-subscribe-widget {
  align-items: center;
  background: #fdfaf7;
  display: flex; }
  .fdoc-subscribe-widget.widget {
    padding: 0.9375rem; }
  .fdoc-subscribe-widget .widget__title {
    border-bottom: 0;
    margin: 0;
    padding: 0; }
  .fdoc-subscribe-widget__content {
    margin-left: auto; }
  .fdoc-subscribe-widget a {
    color: #1da844;
    display: inline-block; }
    .fdoc-subscribe-widget a + a {
      margin-left: .4em; }
    .fdoc-subscribe-widget a:hover {
      color: #ff8220; }

.fdoc-term-header {
  position: relative; }
  .fdoc-term-header__image {
    background-position: center;
    background-size: cover;
    height: 17.5rem;
    width: 100%; }
  .fdoc-term-header__bar {
    align-items: baseline;
    background: rgba(0, 0, 0, 0.8);
    bottom: 0;
    display: flex;
    left: 0;
    padding: 1.25rem 1.875rem;
    position: absolute;
    right: 0; }
  .fdoc-term-header__title {
    color: #ffffff;
    margin: 0; }
  .fdoc-term-header__count {
    color: #ffffff;
    font-family: "Trade Gothic Condensed 18", "Helvetica", sans-serif;
    font-size: 1.5rem;
    font-style: italic;
    margin-left: 0.9375rem; }

.fdoc-tip-card__title {
  font-family: "Trade Gothic Condensed 18", "Helvetica", sans-serif;
  text-align: left; }

.collection-growers__featured .featured-card__inner {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap; }
  @media screen and (min-width: 61.25em) {
    .collection-growers__featured .featured-card__inner {
      flex-wrap: nowrap; } }

.collection-growers__featured .featured-card__content {
  background-color: #fdfaf7;
  flex: 0 0 100%;
  margin: 0;
  padding: 25px 30px; }
  @media screen and (min-width: 61.25em) {
    .collection-growers__featured .featured-card__content {
      flex-basis: 40%; } }
  @media screen and (min-width: 61.25em) and (-ms-high-contrast: active), screen and (min-width: 61.25em) and (-ms-high-contrast: none) {
    .collection-growers__featured .featured-card__content {
      flex-basis: calc(40% - 60px); } }
  .collection-growers__featured .featured-card__content-inner {
    display: flex;
    flex-flow: column;
    justify-content: flex-start; }
    .collection-growers__featured .featured-card__content-inner .featured-card__title {
      margin-bottom: 10px; }
    .collection-growers__featured .featured-card__content-inner p {
      margin-top: 0; }
    .collection-growers__featured .featured-card__content-inner-button {
      align-self: flex-start; }

.collection-growers__featured .featured-card__image {
  background-color: #fdfaf7;
  flex: 0 0 100%;
  padding-left: 0;
  padding-right: 0; }
  @media screen and (min-width: 61.25em) {
    .collection-growers__featured .featured-card__image {
      flex-basis: 60%; } }
  .collection-growers__featured .featured-card__image img {
    display: block;
    width: 100%; }

.featured-news-card__link {
  border: 0.0625rem solid #e3e3e3;
  display: block;
  min-height: 100%; }
  @media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
    .featured-news-card__link {
      min-height: auto;
      height: 100%; } }

.featured-news-card__image img {
  height: 275px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center; }

.featured-news-card__text {
  padding: 0 0.625rem 0.625rem; }

.featured-news-card__title {
  font-family: "Trade Gothic Condensed 18", "Helvetica", sans-serif; }

.featured-news-card__copy {
  color: #58585a; }
  .featured-news-card__copy p {
    font-size: 1rem; }

.featured-news-card__date {
  color: #ada7a6; }
  .featured-news-card__date p {
    font-size: 0.875rem; }

.featured-news-small-card {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  padding: 9px 0; }
  .featured-news-small-card__link {
    align-items: flex-start;
    border: 0.0625rem solid #e3e3e3;
    display: flex;
    flex-grow: 1; }
  .featured-news-small-card__image {
    align-self: stretch;
    flex-basis: 45%;
    overflow: hidden; }
    .featured-news-small-card__image img {
      display: block;
      height: 100%;
      max-width: none; }
      @supports ((-o-object-fit: cover) or (object-fit: cover)) {
        .featured-news-small-card__image img {
          height: 100%;
          -o-object-fit: cover;
             object-fit: cover;
          width: 100%; } }
  .featured-news-small-card__text {
    flex-basis: 55%;
    font-family: "Trade Gothic Condensed 18", "Helvetica", sans-serif;
    margin: 0;
    padding: 0.625rem; }
  .featured-news-small-card__date {
    color: #ada7a6;
    font-size: 14px; }
  .featured-news-small-card__title {
    color: #918c86; }

.flip-card {
  display: flex;
  flex-flow: row nowrap;
  min-height: 18.75rem; }
  .flip-card:hover .flip-card__panel-front {
    transform: rotateY(-180deg); }
  .flip-card:hover .flip-card__panel-back {
    transform: rotateY(0deg); }
  .flip-card__panel {
    background-color: #ffffff;
    border: 1px solid #e3e3e3;
    display: flex;
    flex: 0 0 100%;
    flex-direction: column;
    transition: transform .5s;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden; }
    .flip-card__panel-front {
      transform: rotateY(0deg); }
      .flip-card__panel-front .flip-card__panel-top {
        color: #ff8220; }
    .flip-card__panel-back {
      margin-left: -100%;
      transform: rotateY(180deg); }
      .flip-card__panel-back .flip-card__panel-top .fa {
        color: #ff8220; }
  .flip-card__panel-top {
    background-color: #fdfaf7;
    border-bottom: 1px solid #e3e3e3;
    color: #1da844;
    display: flex;
    font-family: "Trade Gothic Condensed 20", "Helvetica", sans-serif;
    font-size: 20px;
    padding: 12px 20px;
    text-transform: uppercase; }
    .flip-card__panel-top .fa {
      color: #1da844;
      margin-left: auto; }
  .flip-card__panel-bottom {
    display: flex;
    flex-flow: column;
    flex-grow: 1;
    padding: 20px; }
    .flip-card__panel-bottom > *:first-child {
      margin-top: 0; }
    .flip-card__panel-bottom > *:last-child {
      margin-bottom: 0; }
    .flip-card__panel-bottom > a:last-child {
      align-self: flex-end;
      margin-top: auto; }

.grid-list {
  padding: 60px 0; }
  @media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
    .grid-list {
      display: block; } }
  .grid-list__heading {
    margin-top: 0; }
  .grid-list__table {
    border: 1px solid #e3e3e3;
    margin-bottom: 20px; }
    .grid-list__table .entry {
      margin: 0; }
    .grid-list__table a {
      color: #1da844; }
      .grid-list__table a:hover {
        color: #19993d; }
  .grid-list__item {
    align-items: center;
    border-top: 1px solid #e3e3e3;
    display: flex; }
    .grid-list__item:first-child {
      border-top: 0; }
  .grid-list__date {
    border-right: 1px solid #e3e3e3;
    color: #aea79e;
    flex-basis: 20%;
    font-family: "Trade Gothic Condensed 18", "Helvetica", sans-serif;
    font-size: .875em;
    line-height: 1;
    padding: 1.5em 0;
    text-align: center;
    vertical-align: middle; }
    @media screen and (min-width: 48em) {
      .grid-list__date {
        flex-basis: 10%; } }
  .grid-list__title {
    border-left: 1px solid #e3e3e3;
    flex-basis: 80%;
    font-family: "Trade Gothic Condensed 20", "Helvetica", sans-serif;
    font-size: 1.25em;
    letter-spacing: -1px;
    line-height: 1.1em;
    margin: 0 0 0 -1px;
    padding: .75em;
    text-decoration: none;
    transition: color .3s, background-color .3s, border-color .3s; }
    @media screen and (min-width: 48em) {
      .grid-list__title {
        flex-basis: 90%; } }
  @media screen and (min-width: 48em) {
    .grid-list__pagination.post-pagination {
      justify-content: flex-start; } }

.collection-growers-feed .collection-growers-feed__content .page-card .page-card__link .page-card__title {
  color: #918c86;
  text-align: left; }

.wp-block-button .wp-block-button__link {
  min-width: 150px;
  border-radius: unset; }

.latest-news-card {
  flex: 1 1 auto;
  padding: 0.625rem; }
  .latest-news-card + .latest-news-card {
    border-top: 0.0625rem solid #e3e3e3; }
  .latest-news-card__text {
    font-family: "Trade Gothic Condensed 18", "Helvetica", sans-serif;
    margin: 0; }
  .latest-news-card__date {
    color: #ada7a6;
    font-size: 1.125rem; }
  .latest-news-card__title {
    color: #918c86; }

.location-finder__results-inner > .card-grid {
  grid-template-columns: repeat(auto-fill, minmax(268px, 1fr)); }
  @media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
    .location-finder__results-inner > .card-grid::after {
      content: '';
      display: block;
      height: 0.0625rem;
      flex-basis: calc(33.33333% - 13px); } }

.fdoc-location-card {
  border: 2px solid #e3e3e3;
  display: block; }
  .fdoc-location-card:nth-child(2n) .fdoc-location-card__thumbnail {
    background-color: #ddeef8; }
  .fdoc-location-card:nth-child(3n) .fdoc-location-card__thumbnail {
    background-color: #fee500; }
  .fdoc-location-card__inner {
    display: flex;
    flex-flow: column;
    height: 100%; }
  .fdoc-location-card__thumbnail {
    background: #1da844 url(../img/gift-logo-fallback.svg) no-repeat center center/55%; }
    @media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
      .fdoc-location-card__thumbnail {
        background-size: 85%; } }
  .fdoc-location-card__body {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    padding: 1.875rem 1.5625rem 1.5625rem; }
  .fdoc-location-card__title {
    font-size: 1.1875rem;
    margin-top: 0;
    text-align: left;
    text-transform: uppercase; }
  .fdoc-location-card__region {
    color: #918c86;
    font-size: 0.75rem;
    margin-bottom: 5px;
    margin-top: 2px; }
  .fdoc-location-card__features > ul {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0; }
    .fdoc-location-card__features > ul li {
      color: #ff8220;
      font-size: 22px;
      margin: 0 5px; }
      .fdoc-location-card__features > ul li:first-child {
        margin-left: 0; }
      .fdoc-location-card__features > ul li:last-child {
        margin-right: 0; }
  .fdoc-location-card__contact-info {
    color: #918c86;
    font-size: 0.75rem;
    font-weight: 700;
    line-height: 14px;
    margin-top: 10px; }
    .fdoc-location-card__contact-info p {
      font-size: 0.75rem;
      margin: 5px 0 0; }
    .fdoc-location-card__contact-info address {
      font-style: normal; }
  .fdoc-location-card__cta {
    background-color: #1da844;
    color: white;
    font-family: "Trade Gothic Condensed 18", "Helvetica", sans-serif;
    font-size: 1.125rem;
    margin-top: auto;
    padding: 10px 0;
    text-align: center;
    text-transform: uppercase;
    width: 100%; }
  .fdoc-location-card__social-links {
    margin: 15px 0; }
    .fdoc-location-card__social-links > a {
      color: #ff8220;
      font-size: 22px;
      margin: 0 5px; }
      .fdoc-location-card__social-links > a:first-child {
        margin-left: 0; }
      .fdoc-location-card__social-links > a:last-child {
        margin-right: 0; }

.page-id-212 .fdoc-location-card {
  width: 31% !important;
  min-height: 440px;
  display: table;
  margin: 1%;
  justify-content: stretch;
  align-content: stretch; }
  .page-id-212 .fdoc-location-card .fdoc-location-card__contact-info {
    min-height: 70px; }
  .page-id-212 .fdoc-location-card .fdoc-location-card__features {
    min-height: 28px; }
  @media (max-width: 720px) {
    .page-id-212 .fdoc-location-card {
      width: 48% !important; } }
  @media (max-width: 480px) {
    .page-id-212 .fdoc-location-card {
      width: 96% !important; } }

.location-finder-tabber {
  display: flex;
  flex-flow: column nowrap; }
  @media screen and (min-width: 61.25em) {
    .location-finder-tabber {
      flex-flow: row wrap; } }
  .location-finder-tabber__desktop-nav {
    align-items: center;
    background: #ff8220;
    flex-basis: 100%;
    flex-flow: row nowrap;
    justify-content: center; }
    .location-finder-tabber__desktop-nav .location-finder__search-wrap {
      align-items: center;
      display: flex;
      flex: 1;
      justify-content: space-between;
      padding: 0 0.9375rem; }
      @media screen and (min-width: 61.25em) {
        .location-finder-tabber__desktop-nav .location-finder__search-wrap {
          justify-content: center; } }
      .location-finder-tabber__desktop-nav .location-finder__search-wrap input {
        background-color: #ffffff;
        flex: auto;
        font-family: "Trade Gothic Condensed 18", "Helvetica", sans-serif;
        min-width: 150px; }
        .location-finder-tabber__desktop-nav .location-finder__search-wrap input::-webkit-input-placeholder {
          text-transform: uppercase; }
        .location-finder-tabber__desktop-nav .location-finder__search-wrap input:-ms-input-placeholder {
          text-transform: uppercase; }
        .location-finder-tabber__desktop-nav .location-finder__search-wrap input::-ms-input-placeholder {
          text-transform: uppercase; }
        .location-finder-tabber__desktop-nav .location-finder__search-wrap input::placeholder {
          text-transform: uppercase; }
        @media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
          .location-finder-tabber__desktop-nav .location-finder__search-wrap input {
            padding: .5em; } }
      .location-finder-tabber__desktop-nav .location-finder__search-wrap button {
        align-items: center;
        background-color: #ff8220;
        border: none;
        display: flex;
        font-family: "Trade Gothic Condensed 20", "Helvetica", sans-serif;
        font-size: 24px;
        justify-content: space-around;
        margin-left: 10px;
        margin-right: -0.9375rem;
        padding: 10px; }
        @media screen and (min-width: 30em) and (max-width: 61.24em) {
          .location-finder-tabber__desktop-nav .location-finder__search-wrap button {
            font-size: calc(1.2vw + 14.24px); } }
        @media screen and (min-width: 61.25em) {
          .location-finder-tabber__desktop-nav .location-finder__search-wrap button {
            font-size: 26px;
            margin-right: initial; } }
        .location-finder-tabber__desktop-nav .location-finder__search-wrap button i {
          font-size: 20px;
          margin-top: -2px; }
          @media screen and (min-width: 30em) and (max-width: 61.24em) {
            .location-finder-tabber__desktop-nav .location-finder__search-wrap button i {
              font-size: calc(1vw + 10.2px); } }
          @media screen and (min-width: 61.25em) {
            .location-finder-tabber__desktop-nav .location-finder__search-wrap button i {
              font-size: 22px; } }
        .location-finder-tabber__desktop-nav .location-finder__search-wrap button:active {
          background-color: #f9f0e1;
          color: #ff8220; }
    .location-finder-tabber__desktop-nav .location-finder-tabber__nav {
      display: none; }
    @media screen and (min-width: 61.25em) {
      .location-finder-tabber__desktop-nav {
        align-items: center;
        display: flex;
        padding: 0 3.75rem; }
        .location-finder-tabber__desktop-nav .location-finder-tabber__nav {
          align-items: center;
          background: transparent;
          display: flex;
          flex: 1;
          justify-content: center;
          padding: 0.9375rem 0;
          position: relative;
          transition: background-color .3s, color .3s; }
          .location-finder-tabber__desktop-nav .location-finder-tabber__nav::before {
            background-color: transparent;
            bottom: 100%;
            content: '';
            height: 0.625rem;
            left: 0;
            position: absolute;
            right: 0;
            transition: background-color .3s;
            z-index: 0; }
          .location-finder-tabber__desktop-nav .location-finder-tabber__nav.active {
            background-color: #f9f0e1;
            color: #ff8220; }
            .location-finder-tabber__desktop-nav .location-finder-tabber__nav.active::before {
              background-color: #f9f0e1; } }
  .location-finder-tabber__nav {
    color: #ffffff;
    cursor: pointer;
    padding: 0.625rem 0.9375rem; }
    .location-finder-tabber__nav::after {
      content: '\F078';
      font-family: FontAwesome;
      font-size: 1rem;
      padding: 0 0.5rem 0 0; }
    .location-finder-tabber__nav.active::after {
      content: '\F077'; }
    @media screen and (max-width: 61.24em) {
      .location-finder-tabber__nav {
        background-color: #ff8220;
        margin-top: 0.625rem;
        position: relative; }
        .location-finder-tabber__nav::after {
          background-color: #ffffff;
          border-radius: 50%;
          color: #1da844;
          display: block;
          height: 1.25rem;
          line-height: 1.25rem;
          padding: 0;
          position: absolute;
          right: 0.9375rem;
          text-align: center;
          top: 50%;
          transform: translateY(-50%);
          width: 1.25rem; } }
    @media screen and (min-width: 61.25em) {
      .location-finder-tabber__nav {
        display: none;
        text-align: center; } }
  .location-finder-tabber__nav-label {
    font-family: "Trade Gothic Condensed 20", "Helvetica", sans-serif;
    font-size: 24px;
    padding: 0.3125rem;
    position: relative;
    text-transform: uppercase; }
    @media screen and (min-width: 30em) and (max-width: 61.24em) {
      .location-finder-tabber__nav-label {
        font-size: calc(1.2vw + 14.24px); } }
    @media screen and (min-width: 61.25em) {
      .location-finder-tabber__nav-label {
        font-size: 26px; } }
  .location-finder-tabber__tab {
    background-color: #f9f0e1;
    display: none;
    flex-basis: 100%;
    padding: 0.9375rem;
    width: 100%; }
    @media screen and (min-width: 61.25em) {
      .location-finder-tabber__tab {
        background-color: transparent;
        padding: 2.5rem 3.75rem 0; } }
    .location-finder-tabber__tab.active {
      display: block; }
  .location-finder-tabber__tab-inner {
    align-items: flex-start;
    background: #ffffff;
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    list-style: none;
    margin: 0;
    padding: 0.9375rem; }
    @media screen and (min-width: 30em) {
      .location-finder-tabber__tab-inner {
        flex-flow: row wrap; } }
    @media screen and (min-width: 61.25em) {
      .location-finder-tabber__tab-inner {
        padding: 1.5rem 3.125rem; } }
    .location-finder-tabber__tab-inner li {
      margin: 0.3125rem 0; }
    .location-finder-tabber__tab-inner > li {
      flex: 0 0 100%; }
      @media screen and (min-width: 30em) {
        .location-finder-tabber__tab-inner > li {
          flex-basis: 50%; }
          .location-finder-tabber__tab-inner > li.has-children {
            flex: 1 1 50%; } }
      @media screen and (min-width: 61.25em) {
        .location-finder-tabber__tab-inner > li {
          flex-basis: 33.33333%; }
          .location-finder-tabber__tab-inner > li.has-children {
            flex: 1 1 auto; } }
    .location-finder-tabber__tab-inner .taxonomy {
      color: #1da844;
      font-family: "Trade Gothic Condensed 20", "Helvetica", sans-serif;
      font-size: 1.5rem;
      margin-bottom: 0.9375rem; }
      @media screen and (max-width: 61.24em) {
        .location-finder-tabber__tab-inner .taxonomy {
          margin: 0.9375rem 0 0.5rem; } }
    .location-finder-tabber__tab-inner ul.children {
      list-style: none;
      margin: 0;
      padding: 0; }
    .location-finder-tabber__tab-inner input {
      display: none; }
    .location-finder-tabber__tab-inner .taxonomy-term-label {
      background-color: transparent;
      cursor: pointer;
      display: inline-block;
      line-height: 1.1em;
      padding: 0.3125rem 0.625rem 0.3125rem 1.875rem;
      position: relative;
      transition: background-color .3s; }
      .location-finder-tabber__tab-inner .taxonomy-term-label::before, .location-finder-tabber__tab-inner .taxonomy-term-label::after {
        content: '';
        display: block;
        position: absolute; }
      .location-finder-tabber__tab-inner .taxonomy-term-label::before {
        border-bottom: 0.125rem solid transparent;
        border-right: 0.125rem solid transparent;
        height: 0.75rem;
        left: 0.75rem;
        transform: rotate(45deg);
        transition: border .3s;
        width: 0.3125rem;
        z-index: 1; }
      .location-finder-tabber__tab-inner .taxonomy-term-label::after {
        background-color: #ffffff;
        border: 0.0625rem solid currentColor;
        height: 0.9375rem;
        left: 0.4375rem;
        top: 0.3125rem;
        width: 0.9375rem;
        z-index: 0; }
    .location-finder-tabber__tab-inner input:checked + .taxonomy-term-label {
      background-color: #d7ecb8; }
      .location-finder-tabber__tab-inner input:checked + .taxonomy-term-label::before {
        border-bottom-color: currentColor;
        border-right-color: currentColor; }

@keyframes ajaxSpin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

.location-finder__header {
  margin: 0 -1.125rem; }
  @media screen and (min-width: 61.25em) {
    .location-finder__header {
      background: #f9f0e1;
      margin: 0; } }

.location-finder__active-filters {
  background: #f9f0e1;
  margin: 0.9375rem 0;
  padding: 0.9375rem; }
  @media screen and (min-width: 61.25em) {
    .location-finder__active-filters {
      background: #ffffff;
      margin: 2.5rem 3.75rem;
      padding: 1.5rem 3.125rem; } }
  .location-finder__active-filters h3 {
    display: inline-block;
    margin: 0 0 0.625rem 0.625rem; }
    @media screen and (min-width: 61.25em) {
      .location-finder__active-filters h3 {
        margin: 0; } }
  .location-finder__active-filters .filter-list {
    display: inline-block;
    font-size: 1rem;
    line-height: 1;
    margin: 0;
    padding: 0; }
    @media screen and (max-width: 61.24em) {
      .location-finder__active-filters .filter-list {
        background-color: #ffffff;
        display: block;
        min-height: 3.3125rem;
        padding: 0.625rem; } }
    .location-finder__active-filters .filter-list__item {
      background-color: #d7ecb8;
      display: inline-block;
      margin: 0.25em;
      padding: 0.25em; }
      .location-finder__active-filters .filter-list__item .close {
        cursor: pointer;
        margin-right: 0.25em; }

.location-finder__load-more-link {
  background-color: #ff8220;
  color: white;
  font-family: "Trade Gothic Condensed 18", "Helvetica", sans-serif;
  font-size: 1.25rem;
  letter-spacing: 0.45px;
  max-width: 130px;
  padding: 10px 0px;
  text-align: center;
  text-transform: uppercase;
  transition: background-color 0.5s;
  width: 100%; }
  .location-finder__load-more-link:hover {
    background-color: #1da844;
    transition: background-color 0.5s; }

.location-finder__results {
  background-color: #f9f0e1;
  margin: 0 -18px 2.5rem;
  padding: 0.9375rem;
  position: relative; }
  @media screen and (min-width: 61.25em) {
    .location-finder__results {
      margin: 0 0 2.5rem;
      padding: 0 3.75rem; } }
  .location-finder__results--loading::before {
    background: rgba(0, 0, 0, 0.75);
    bottom: 0.9375rem;
    content: '';
    display: block;
    left: 0.9375rem;
    position: absolute;
    right: 0.9375rem;
    top: 0.9375rem;
    z-index: 2; }
    @media screen and (min-width: 61.25em) {
      .location-finder__results--loading::before {
        bottom: 3.125rem;
        left: 3.75rem;
        right: 3.75rem;
        top: 0; } }
  .location-finder__results--loading .location-finder__results-inner::before {
    animation: ajaxSpin 1s infinite linear;
    border: 0.5rem solid #ada7a6;
    border-radius: 50%;
    border-top-color: #1da844;
    content: '';
    display: inline-block;
    height: 4rem;
    left: calc(50% - 2.5rem);
    position: absolute;
    top: calc(50% - 2.5rem);
    width: 4rem;
    z-index: 3; }
  .location-finder__results .card-grid {
    justify-content: space-between;
    margin: 0; }
  @media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
    .location-finder__results .card {
      flex-basis: calc(33.33333% - 17px);
      margin-bottom: 16px;
      padding: 0; } }
  .location-finder__results .card__link {
    border: 0;
    padding: 0; }
  .location-finder__results .post-pagination {
    margin-top: 2.8125rem; }

.location-finder__results-inner {
  background-color: #ffffff;
  padding: 0.9375rem;
  position: relative; }
  @media screen and (min-width: 61.25em) {
    .location-finder__results-inner {
      margin-bottom: 3.125rem;
      padding: 3.125rem; } }

.location-finder__label {
  color: #ada7a6;
  font-size: 1.25rem;
  line-height: 2.0625rem;
  margin-top: 0; }
  @media screen and (min-width: 61.25em) {
    .location-finder__label {
      margin-top: -1.25rem; } }

.mobile-search {
  background: #ddeef8;
  left: 0;
  padding: 9px 18px;
  position: absolute;
  right: 0;
  top: 100%;
  transform: translateX(-100%);
  transition: transform .5s; }
  .mobile-search__toggle {
    margin-right: 0.9375rem; }
  body.mobile-search-active .mobile-search {
    transform: translateX(0); }

.nav-sites-mobile li.current-menu-item {
  display: none; }

.page-header.search-header {
  background-color: #ada7a6;
  background-image: url(/wp-content/themes/fdoc-parent/assets/img/header-recipes-archive.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 30px;
  padding-left: 0;
  padding-right: 0;
  position: relative; }
  @media screen and (min-width: 48em) {
    .page-header.search-header {
      align-items: center;
      display: flex;
      justify-content: center;
      padding: 12em 0; } }

.post-pagination {
  display: flex;
  justify-content: center; }
  .post-pagination .page-numbers {
    background-color: #1da844;
    color: #ffffff;
    display: block;
    font-family: "Trade Gothic Condensed 18", "Helvetica", sans-serif;
    margin: 0 .125em;
    padding: .5em .75em;
    text-align: center;
    text-transform: uppercase;
    transition: background-color .3s; }
    .post-pagination .page-numbers:hover {
      background-color: #ff8220; }
    @media screen and (max-width: 47.99em) {
      .post-pagination .page-numbers {
        display: none; }
        .post-pagination .page-numbers.prev, .post-pagination .page-numbers.next {
          display: block; } }
    .post-pagination .page-numbers.dots {
      background: none;
      color: #58585a; }
      .post-pagination .page-numbers.dots:hover {
        background: none; }
    .post-pagination .page-numbers.current {
      background-color: #e3e3e3;
      color: #58585a; }
      .post-pagination .page-numbers.current:hover {
        background-color: #e3e3e3; }

.price-spider-columns {
  width: 100%; }
  .price-spider-columns .price-spider-column {
    width: 100%; }
    .price-spider-columns .price-spider-column .price-spider-block {
      border: thin solid #d8d8d8;
      padding: 0px;
      margin: 3px;
      width: 100%;
      min-width: 190px;
      max-width: 24%;
      float: left; }
      .price-spider-columns .price-spider-column .price-spider-block .wp-block-group__inner-container {
        padding: 0; }
        .price-spider-columns .price-spider-column .price-spider-block .wp-block-group__inner-container figure {
          text-align: center;
          padding: 0;
          min-height: 240px;
          display: flex;
          flex-direction: column;
          justify-content: space-between;
          margin-bottom: .75rem;
          margin-top: .5rem; }
          .price-spider-columns .price-spider-column .price-spider-block .wp-block-group__inner-container figure img {
            max-height: 180px;
            width: auto;
            margin: auto; }
          .price-spider-columns .price-spider-column .price-spider-block .wp-block-group__inner-container figure figcaption {
            font-family: "Trade Gothic Condensed 20", "Helvetica", sans-serif;
            color: #918c86;
            font-size: 1.3rem;
            margin-bottom: 0px;
            min-height: 48px; }
        .price-spider-columns .price-spider-column .price-spider-block .wp-block-group__inner-container .price-spider-button-wrapper {
          min-height: 36px;
          margin-bottom: 15px; }
      .price-spider-columns .price-spider-column .price-spider-block .wp-block-buttons {
        text-align: center; }
        .price-spider-columns .price-spider-column .price-spider-block .wp-block-buttons .wp-block-button a {
          text-transform: uppercase;
          color: #008248 !important;
          font-family: "Trade Gothic Condensed 20", "Helvetica", sans-serif;
          border: 2px solid #008248;
          padding: .4rem 1.6rem;
          font-size: 1rem;
          min-width: unset; }
          .price-spider-columns .price-spider-column .price-spider-block .wp-block-buttons .wp-block-button a:hover {
            color: #ffffff !important;
            background-color: #008248 !important; }
        .price-spider-columns .price-spider-column .price-spider-block .wp-block-buttons .wp-block-button.solid a {
          color: #ffffff !important;
          background-color: #008248 !important; }
          .price-spider-columns .price-spider-column .price-spider-block .wp-block-buttons .wp-block-button.solid a:hover {
            color: #008248 !important;
            background-color: #ffffff !important; }
      .price-spider-columns .price-spider-column .price-spider-block .ps-widget {
        background: transparent !important;
        display: table !important;
        margin: auto !important;
        text-transform: uppercase;
        color: #008248 !important;
        font-family: "Trade Gothic Condensed 20", "Helvetica", sans-serif !important;
        border: 2px solid #008248 !important;
        padding: .4rem 1.6rem !important;
        font-size: 1rem !important;
        line-height: initial !important;
        cursor: pointer;
        float: none !important;
        min-width: unset;
        min-height: 36px; }
    .price-spider-columns .price-spider-column:last-of-type {
      margin-bottom: 70px; }

.ps-widget[ps-sku].ps-disabled > small {
  text-transform: uppercase;
  color: #008248 !important;
  font-family: "Trade Gothic Condensed 20", "Helvetica", sans-serif !important;
  font-size: 1rem !important;
  line-height: initial !important; }

.recipe-generator-tabber {
  display: flex;
  flex-flow: column nowrap; }
  @media screen and (min-width: 61.25em) {
    .recipe-generator-tabber {
      flex-flow: row wrap; } }
  .recipe-generator-tabber__desktop-nav {
    align-items: center;
    background: #ff8220;
    display: none;
    flex-basis: 100%;
    flex-flow: row nowrap;
    justify-content: center; }
    @media screen and (min-width: 61.25em) {
      .recipe-generator-tabber__desktop-nav {
        align-items: stretch;
        display: flex;
        padding: 0 3.75rem; }
        .recipe-generator-tabber__desktop-nav .recipe-generator-tabber__nav {
          align-items: center;
          background: transparent;
          display: flex;
          flex: auto;
          justify-content: center;
          padding: 0.9375rem 0;
          position: relative;
          transition: background-color .3s, color .3s; }
          .recipe-generator-tabber__desktop-nav .recipe-generator-tabber__nav::before {
            background-color: transparent;
            bottom: 100%;
            content: '';
            height: 0.625rem;
            left: 0;
            position: absolute;
            right: 0;
            transition: background-color .3s;
            z-index: 0; }
          .recipe-generator-tabber__desktop-nav .recipe-generator-tabber__nav.active {
            background-color: #f9f0e1;
            color: #ff8220; }
            .recipe-generator-tabber__desktop-nav .recipe-generator-tabber__nav.active::before {
              background-color: #f9f0e1; } }
  .recipe-generator-tabber__nav {
    color: #ffffff;
    cursor: pointer;
    padding: 0.625rem 0.9375rem; }
    .recipe-generator-tabber__nav::after {
      content: '\F078';
      font-family: FontAwesome;
      font-size: 1rem;
      padding: 0 0.5rem 0 0; }
    .recipe-generator-tabber__nav.active::after {
      content: '\F077'; }
    @media screen and (max-width: 61.24em) {
      .recipe-generator-tabber__nav {
        background-color: #ff8220;
        margin-top: 0.625rem;
        position: relative; }
        .recipe-generator-tabber__nav::after {
          background-color: #ffffff;
          border-radius: 50%;
          color: #1da844;
          display: block;
          height: 1.25rem;
          line-height: 1.25rem;
          padding: 0;
          position: absolute;
          right: 0.9375rem;
          text-align: center;
          top: 50%;
          transform: translateY(-50%);
          width: 1.25rem; } }
    @media screen and (min-width: 61.25em) {
      .recipe-generator-tabber__nav {
        display: none;
        text-align: center; } }
  .recipe-generator-tabber__nav-label {
    font-family: "Trade Gothic Condensed 20", "Helvetica", sans-serif;
    font-size: 1.25rem;
    padding: 0.3125rem;
    position: relative;
    text-transform: uppercase; }
    @media screen and (min-width: 30em) and (max-width: 61.24em) {
      .recipe-generator-tabber__nav-label {
        font-size: calc(1.2vw + 14.24px); } }
    @media screen and (min-width: 61.25em) {
      .recipe-generator-tabber__nav-label {
        font-size: 1.625rem; } }
  .recipe-generator-tabber__tab {
    background-color: #f9f0e1;
    display: none;
    flex-basis: 100%;
    padding: 0.9375rem;
    width: 100%; }
    @media screen and (min-width: 61.25em) {
      .recipe-generator-tabber__tab {
        background-color: transparent;
        padding: 2.5rem 3.75rem 0; } }
    .recipe-generator-tabber__tab.active {
      display: block; }
  .recipe-generator-tabber__tab-inner {
    align-items: flex-start;
    background: #ffffff;
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    list-style: none;
    margin: 0;
    padding: 0.9375rem; }
    @media screen and (min-width: 30em) {
      .recipe-generator-tabber__tab-inner {
        flex-flow: row wrap; } }
    @media screen and (min-width: 61.25em) {
      .recipe-generator-tabber__tab-inner {
        padding: 1.5rem 3.125rem; } }
    .recipe-generator-tabber__tab-inner li {
      margin: 0.3125rem 0; }
    .recipe-generator-tabber__tab-inner > li {
      flex: 0 0 100%; }
      @media screen and (min-width: 30em) {
        .recipe-generator-tabber__tab-inner > li {
          flex-basis: 50%; }
          .recipe-generator-tabber__tab-inner > li.has-children {
            flex: 1 1 50%; } }
      @media screen and (min-width: 61.25em) {
        .recipe-generator-tabber__tab-inner > li {
          flex-basis: 33.33333%; }
          .recipe-generator-tabber__tab-inner > li.has-children {
            flex: 1 1 auto; } }
    .recipe-generator-tabber__tab-inner .taxonomy {
      color: #1da844;
      font-family: "Trade Gothic Condensed 20", "Helvetica", sans-serif;
      font-size: 1.5rem;
      margin-bottom: 0.9375rem; }
      @media screen and (max-width: 61.24em) {
        .recipe-generator-tabber__tab-inner .taxonomy {
          margin: 0.9375rem 0 0.5rem; } }
    .recipe-generator-tabber__tab-inner ul.children {
      list-style: none;
      margin: 0;
      padding: 0; }
    .recipe-generator-tabber__tab-inner input {
      display: none; }
    .recipe-generator-tabber__tab-inner .taxonomy-term-label {
      background-color: transparent;
      cursor: pointer;
      display: inline-block;
      line-height: 1.1em;
      padding: 0.3125rem 0.625rem 0.3125rem 1.875rem;
      position: relative;
      transition: background-color .3s; }
      .recipe-generator-tabber__tab-inner .taxonomy-term-label::before, .recipe-generator-tabber__tab-inner .taxonomy-term-label::after {
        content: '';
        display: block;
        position: absolute; }
      .recipe-generator-tabber__tab-inner .taxonomy-term-label::before {
        border-bottom: 0.125rem solid transparent;
        border-right: 0.125rem solid transparent;
        height: 0.75rem;
        left: 0.75rem;
        transform: rotate(45deg);
        transition: border .3s;
        width: 0.3125rem;
        z-index: 1; }
      .recipe-generator-tabber__tab-inner .taxonomy-term-label::after {
        background-color: #ffffff;
        border: 0.0625rem solid currentColor;
        height: 0.9375rem;
        left: 0.4375rem;
        top: 0.3125rem;
        width: 0.9375rem;
        z-index: 0; }
    .recipe-generator-tabber__tab-inner input:checked + .taxonomy-term-label {
      background-color: #d7ecb8; }
      .recipe-generator-tabber__tab-inner input:checked + .taxonomy-term-label::before {
        border-bottom-color: currentColor;
        border-right-color: currentColor; }

@keyframes ajaxSpin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

.recipe-generator__header {
  margin: 0 -1.125rem; }
  @media screen and (min-width: 61.25em) {
    .recipe-generator__header {
      background: #f9f0e1;
      margin: 0; } }

.recipe-generator__active-filters {
  background: #f9f0e1;
  margin: 0.9375rem 0;
  padding: 0.9375rem; }
  @media screen and (min-width: 61.25em) {
    .recipe-generator__active-filters {
      background: #ffffff;
      margin: 2.5rem 3.75rem;
      padding: 1.5rem 3.125rem; } }
  .recipe-generator__active-filters h3 {
    display: inline-block;
    margin: 0 0 0.625rem 0.625rem; }
    @media screen and (min-width: 61.25em) {
      .recipe-generator__active-filters h3 {
        margin: 0; } }
  .recipe-generator__active-filters .filter-list {
    display: inline-block;
    font-size: 1rem;
    line-height: 1;
    margin: 0;
    padding: 0; }
    @media screen and (max-width: 61.24em) {
      .recipe-generator__active-filters .filter-list {
        background-color: #ffffff;
        display: block;
        min-height: 3.3125rem;
        padding: 0.625rem; } }
    .recipe-generator__active-filters .filter-list__item {
      background-color: #d7ecb8;
      display: inline-block;
      margin: 0.25em;
      padding: 0.25em; }
      .recipe-generator__active-filters .filter-list__item .close {
        cursor: pointer;
        margin-right: 0.25em; }

.recipe-generator__results {
  background-color: #f9f0e1;
  margin: 0 -18px 2.5rem;
  padding: 0.9375rem;
  position: relative; }
  @media screen and (min-width: 61.25em) {
    .recipe-generator__results {
      margin: 0 0 2.5rem;
      padding: 0 3.75rem; } }
  .recipe-generator__results--loading::before {
    background: rgba(0, 0, 0, 0.75);
    bottom: 0.9375rem;
    content: '';
    display: block;
    left: 0.9375rem;
    position: absolute;
    right: 0.9375rem;
    top: 0.9375rem;
    z-index: 2; }
    @media screen and (min-width: 61.25em) {
      .recipe-generator__results--loading::before {
        bottom: 3.125rem;
        left: 3.75rem;
        right: 3.75rem;
        top: 0; } }
  .recipe-generator__results--loading .recipe-generator__results-inner::before {
    animation: ajaxSpin 1s infinite linear;
    border: 0.5rem solid #ada7a6;
    border-radius: 50%;
    border-top-color: #1da844;
    content: '';
    display: inline-block;
    height: 4rem;
    left: calc(50% - 2.5rem);
    position: absolute;
    top: calc(50% - 2.5rem);
    width: 4rem;
    z-index: 3; }
  .recipe-generator__results .card-grid {
    margin: 0; }
  .recipe-generator__results .card__link {
    border: 0;
    padding: 0; }
  .recipe-generator__results .post-pagination {
    margin-top: 2.8125rem; }

.recipe-generator__results-inner {
  background-color: #ffffff;
  padding: 0.9375rem;
  position: relative; }
  @media screen and (min-width: 61.25em) {
    .recipe-generator__results-inner {
      margin-bottom: 3.125rem;
      padding: 3.125rem; } }

.recipe-generator__label {
  color: #ada7a6;
  font-size: 1.25rem;
  line-height: 2.0625rem;
  margin-top: 0; }
  @media screen and (min-width: 61.25em) {
    .recipe-generator__label {
      margin-top: -1.25rem; } }

.recipe-search {
  background: rgba(0, 0, 0, 0.8);
  padding: 1.5em;
  width: 100%; }
  @media screen and (min-width: 48em) {
    .recipe-search {
      padding: 2em 4em 2em;
      width: 50%; } }
  .recipe-search .section-title {
    color: #ffffff;
    font-family: "Trade Gothic Condensed 18", "Helvetica", sans-serif;
    font-size: 25px;
    font-weight: 700;
    line-height: 1.1em;
    margin-bottom: 28px;
    margin-top: 0;
    padding: 0;
    text-align: center; }
    @media screen and (min-width: 48em) {
      .recipe-search .section-title {
        font-size: 28.8px; } }
  .recipe-search__form {
    padding: 0;
    font-family: "Trade Gothic Condensed 18", "Helvetica", sans-serif; }
    .recipe-search__form .grid__row {
      justify-content: flex-end; }
      @media screen and (max-width: 47.99em) {
        .recipe-search__form .grid__row {
          display: block; } }
    .recipe-search__form .grid__col {
      margin-top: 1em; }
      .recipe-search__form .grid__col:first-child {
        margin-top: 0; }
    .recipe-search__form input {
      -webkit-appearance: none;
         -moz-appearance: none;
              appearance: none;
      border-radius: 0;
      font-size: .777777778em;
      padding: .625em;
      height: 2.45em;
      width: 100%; }
      @media screen and (min-width: 48em) {
        .recipe-search__form input {
          font-size: 1em; } }
    .recipe-search__form select {
      border-radius: 0;
      border: 1px solid #e3e3e3;
      border-right: 0;
      color: #58585a;
      font-family: "Trade Gothic Condensed 18", "Helvetica", sans-serif;
      font-size: .777777778em;
      height: 2.45em;
      padding: .625em;
      width: 100%; }
      @media screen and (min-width: 48em) {
        .recipe-search__form select {
          font-size: 1em; } }
    .recipe-search__form button {
      border: 0;
      padding: 8px 16px;
      font-weight: 700;
      text-transform: none; }
      @media screen and (max-width: 47.99em) {
        .recipe-search__form button {
          width: 100%; } }
  .recipe-search__form-submit {
    flex-basis: 100%; }
    @media screen and (min-width: 48em) {
      .recipe-search__form-submit {
        flex-basis: auto; } }

.related-items {
  border-top: 1px solid #e3e3e3;
  padding: 30px; }
  .related-items__heading {
    align-items: center;
    display: flex;
    margin-bottom: 30px; }
  .related-items__title, .related-items__link {
    font-size: 16px;
    text-transform: uppercase; }
  .related-items__title {
    color: #918c86;
    margin: 0; }
  .related-items__link {
    margin-left: auto; }

.rollover-card {
  position: relative; }
  @media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
    .rollover-card {
      height: 6.5625rem;
      margin: 20px auto;
      overflow: hidden;
      width: 100%; } }
  @media screen and (-ms-high-contrast: active) and (min-width: 30em), screen and (-ms-high-contrast: none) and (min-width: 30em) {
    .rollover-card {
      margin: 20px auto;
      padding: 0 5px;
      width: 50%; } }
  @media screen and (-ms-high-contrast: active) and (min-width: 61.25em), screen and (-ms-high-contrast: none) and (min-width: 61.25em) {
    .rollover-card {
      padding: 0 5px;
      width: 20%; } }
  .rollover-card__image {
    display: block;
    position: relative; }
    @media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
      .rollover-card__image {
        height: auto;
        left: 50%;
        max-width: calc(100% - 10px);
        min-height: 100%;
        min-width: calc(100% - 10px);
        position: absolute;
        top: 50%;
        transform: translate(-50%, -50%);
        width: auto; } }
    @supports ((-o-object-fit: cover) or (object-fit: cover)) {
      .rollover-card__image {
        height: 160px;
        width: 100%;
        -o-object-fit: cover;
           object-fit: cover;
        -o-object-position: center;
           object-position: center; }
        @media screen and (min-width: 48em) {
          .rollover-card__image {
            height: 105px; } } }
  .rollover-card::before {
    content: '';
    display: block; }
  .rollover-card::after {
    background: transparent;
    border: 5px solid transparent;
    bottom: 0;
    content: '';
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: background-color .3s, border-color .3s; }
  @media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
    .rollover-card--fallback-image img {
      max-height: 95%;
      min-height: 0;
      min-width: 0; } }
  @supports ((-o-object-fit: contain) or (object-fit: contain)) {
    .rollover-card--fallback-image img {
      -o-object-fit: contain;
         object-fit: contain; } }
  @media screen and (min-width: 61.25em) {
    .rollover-card:hover::after {
      background-color: rgba(0, 0, 0, 0.5);
      border-color: #ff8220; } }
  .rollover-card:hover .rollover-card__text {
    opacity: 1; }
  .rollover-card__text {
    color: #000000;
    font-family: "Trade Gothic Condensed 18", "Helvetica", sans-serif;
    font-size: 16px;
    line-height: 1.2em;
    opacity: 1;
    text-align: center;
    text-transform: uppercase;
    transition: opacity .3s;
    width: 100%;
    z-index: 1; }
    @media screen and (min-width: 61.25em) {
      .rollover-card__text {
        color: #ffffff;
        left: 15px;
        max-height: calc(100% - 30px);
        opacity: 0;
        position: absolute;
        right: 15px;
        top: 50%;
        transform: translateY(-50%);
        width: auto; } }
    .rollover-card__text-desktop {
      display: none; }
      @media screen and (min-width: 61.25em) {
        .rollover-card__text-desktop {
          display: block; } }
    .rollover-card__text-mobile {
      display: block; }
      @media screen and (min-width: 61.25em) {
        .rollover-card__text-mobile {
          display: none; } }

.share-dropdown {
  border: 1px solid #ff8220;
  display: flex;
  height: 45px;
  position: relative;
  min-width: 110px; }
  .share-dropdown:hover ul {
    display: block; }
  .share-dropdown button {
    display: block;
    color: #ff8220;
    font-size: 14px;
    padding: 0 15px; }
  .share-dropdown ul {
    background: white;
    border: 1px solid #e3e3e3;
    display: none;
    left: -1px;
    list-style: none;
    margin: 0;
    min-width: calc(100% + 2px);
    padding: 0;
    position: absolute;
    top: 100%;
    white-space: nowrap; }
    .share-dropdown ul li + li {
      border-top: 1px solid #e3e3e3; }
  .share-dropdown a {
    display: block;
    font-family: "Trade Gothic Condensed 20", "Helvetica", sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    padding: 5px 15px; }
    .share-dropdown a .fa {
      margin-right: .2em; }

.share-toolbar {
  display: flex;
  margin-top: 20px; }
  .share-toolbar__list {
    background-color: #fdfaf7;
    border: 1px solid #e3e3e3;
    display: flex;
    flex-flow: row wrap;
    list-style: none;
    margin: 0;
    padding: 10px 22px;
    width: auto; }
  .share-toolbar__list-item {
    padding: 5px 8px; }
    .share-toolbar__list-item button {
      background: none;
      border: 0;
      margin: 0;
      padding: 0; }
    .share-toolbar__list-item a,
    .share-toolbar__list-item button {
      color: #4b4b4b;
      font-family: "Trade Gothic Condensed 20", "Helvetica", sans-serif;
      text-transform: uppercase;
      transition: color .3s; }
      .share-toolbar__list-item a .fa,
      .share-toolbar__list-item button .fa {
        color: #ff8220;
        transition: color .3s; }
      .share-toolbar__list-item a:hover,
      .share-toolbar__list-item a:hover .fa,
      .share-toolbar__list-item button:hover,
      .share-toolbar__list-item button:hover .fa {
        color: #58585a; }
      .share-toolbar__list-item a:hover[href*="facebook.com/"],
      .share-toolbar__list-item a:hover[href*="facebook.com/"] .fa,
      .share-toolbar__list-item button:hover[href*="facebook.com/"],
      .share-toolbar__list-item button:hover[href*="facebook.com/"] .fa {
        color: #3b5998; }
      .share-toolbar__list-item a:hover[href*="twitter.com/"],
      .share-toolbar__list-item a:hover[href*="twitter.com/"] .fa,
      .share-toolbar__list-item button:hover[href*="twitter.com/"],
      .share-toolbar__list-item button:hover[href*="twitter.com/"] .fa {
        color: #1da1f2; }
      .share-toolbar__list-item a:hover[href*="linkedin.com/"],
      .share-toolbar__list-item a:hover[href*="linkedin.com/"] .fa,
      .share-toolbar__list-item button:hover[href*="linkedin.com/"],
      .share-toolbar__list-item button:hover[href*="linkedin.com/"] .fa {
        color: #0077b5; }
      .share-toolbar__list-item a:hover[href*="pinterest.com/"],
      .share-toolbar__list-item a:hover[href*="pinterest.com/"] .fa,
      .share-toolbar__list-item button:hover[href*="pinterest.com/"],
      .share-toolbar__list-item button:hover[href*="pinterest.com/"] .fa {
        color: #c92228; }

.fdoc-person__meta {
  color: #B1ABA4; }

.fdoc-person h4 {
  color: #724222;
  font-size: 26px; }

.site-main--single-with-nav > .grid__row {
  align-items: stretch;
  flex-wrap: nowrap; }
  .site-main--single-with-nav > .grid__row > .grid__col:first-child {
    background-color: #ffffff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
    position: relative; }

.stacked-columns {
  margin-bottom: 0; }
  .stacked-columns figure {
    margin: 0;
    border: 1px solid #dfdfdf;
    padding: 0.3125rem; }
  .stacked-columns .wp-block-column {
    margin: 0;
    padding: 0.3125rem;
    flex-grow: 1; }
  .stacked-columns--bottom {
    margin-bottom: 28px; }
  @media (min-width: 600px) {
    .stacked-columns--full .wp-block-column {
      flex-basis: 100%; } }

#tribe-events .tribe-events-single {
  padding: 20px !important; }

#tribe-events .tribe-events-back {
  font-family: "Trade Gothic Condensed 18", "Helvetica", sans-serif;
  font-size: 14px; }
  #tribe-events .tribe-events-back a {
    color: #918c86;
    font-weight: 700; }

#tribe-events h1.tribe-events-single-event-title {
  color: #4b4a4b;
  font-size: 24px; }

#tribe-events h2 {
  color: #7E7B7B;
  font-size: 16px; }

#tribe-events #tribe-events-header {
  display: none; }

.tribe_events {
  color: #4b4b4b;
  font-family: "Trade Gothic Condensed 18", "Helvetica", sans-serif;
  font-weight: 700; }
  .tribe_events .tribe-events-single-event-description a {
    color: #918c86;
    text-decoration: underline; }
  .tribe_events .tribe-events-cal-links a {
    background-color: #1da844;
    color: white;
    font-size: 14px;
    margin-right: 20px;
    padding: 20px;
    text-transform: uppercase; }
  .tribe_events .tribe-events-meta-group-details {
    display: flex;
    flex-direction: column; }
    .tribe_events .tribe-events-meta-group-details dl dt,
    .tribe_events .tribe-events-meta-group-details dl dd {
      color: #7E7B7B;
      float: left;
      font-size: 16px; }
    .tribe_events .tribe-events-meta-group-details .tribe-venue {
      display: block; }
  .tribe_events .tribe-events-meta-group-venue {
    display: flex;
    flex-direction: row;
    margin-top: 20px; }
    .tribe_events .tribe-events-meta-group-venue h2 {
      align-self: flex-start;
      margin-top: 0; }
    .tribe_events .tribe-events-meta-group-venue dl {
      display: flex;
      flex-direction: column;
      margin-left: 35px; }
      .tribe_events .tribe-events-meta-group-venue dl dd {
        color: #7E7B7B;
        font-size: 16px;
        margin-left: 0; }
        .tribe_events .tribe-events-meta-group-venue dl dd a {
          color: #7E7B7B; }
  .tribe_events .tribe-events-gmap {
    background-color: #1da844;
    color: white !important;
    display: block;
    /* width: auto; */
    font-size: 14px;
    margin: 20px 20px 20px 0;
    margin-bottom: 20px;
    padding: 20px 0px;
    text-align: center;
    text-transform: uppercase; }
  .tribe_events__title {
    font-family: "Trade Gothic Condensed 18", "Helvetica", sans-serif;
    font-size: 1.6em;
    font-weight: 700;
    line-height: 1.1;
    margin: 0;
    padding: 1.875rem 0 0; }
    .tribe_events__title a {
      color: #1da844; }
      .tribe_events__title a:hover {
        color: #14652b; }
  .tribe_events .tribe-events-meta-group-gmap {
    margin: 0 -20px; }
  .tribe_events__archive-callout {
    border-top: 0.0625rem solid #e3e3e3;
    margin: 0 0 2.8125rem;
    padding-top: 1.5625rem;
    text-align: center; }
  .tribe_events__date-separator {
    margin: 1.25em auto;
    padding: 0.375rem 0.625rem;
    position: relative;
    text-align: center; }
    .tribe_events__date-separator span {
      background: #ffffff;
      display: inline-block;
      font-family: "Trade Gothic Condensed 20", "Helvetica", sans-serif;
      font-size: 1.5rem;
      padding: 0 2.1875rem;
      position: relative; }
    .tribe_events__date-separator::before {
      border-top: 0.0625rem solid #58585a;
      content: '';
      left: 0;
      position: absolute;
      right: 0;
      top: 50%;
      z-index: 0; }
  .tribe_events__meta {
    font-family: "Trade Gothic Condensed 18", "Helvetica", sans-serif;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.5;
    margin: 0.3125rem 0 0.9375rem; }
    @media screen and (min-width: 30em) {
      .tribe_events__meta {
        display: flex;
        flex-flow: column; } }
  @media screen and (min-width: 30em) {
    .tribe_events__date-time {
      min-width: 9.375rem; } }
  .tribe_events__date {
    display: inline-block; }
  .tribe_events__time {
    display: inline-block; }
  .tribe_events__location {
    font-style: normal;
    font-weight: 400;
    line-height: 1.2;
    margin-top: 0.9375rem; }
    @media screen and (min-width: 30em) {
      .tribe_events__location {
        /* margin-left: rem-calc(15); */
        margin-top: 0; } }
  .tribe_events__content p:last-child {
    margin-bottom: 0; }
  .tribe_events__content a {
    color: #918c86;
    display: block;
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.6;
    margin: 1.5rem 0;
    padding: 1.2em 0 0;
    text-decoration: underline; }
    .tribe_events__content a:hover {
      color: #14652b; }
  @media screen and (min-width: 30em) {
    .tribe_events__share-buttons {
      align-items: center;
      display: flex; } }
  .tribe_events__back-to-archive {
    display: inline-block;
    font-family: "Trade Gothic Condensed 18", "Helvetica", sans-serif;
    margin: 2.1875rem 0 0; }
  .tribe_events__event-nav {
    border-top: 0.0625rem solid #e3e3e3;
    font-family: "Trade Gothic Condensed 18", "Helvetica", sans-serif;
    font-size: 1.125rem;
    margin-top: 1.875rem;
    padding: 1.875rem 0; }
    .tribe_events__event-nav ul {
      list-style-type: none;
      margin: 0;
      padding: 0; }
      @media screen and (min-width: 30em) {
        .tribe_events__event-nav ul {
          flex-grow: 1; } }
      .tribe_events__event-nav ul li {
        display: inline-block; }
    @media screen and (min-width: 30em) {
      .tribe_events__event-nav {
        display: flex; } }
  .tribe_events__next-event-link, .tribe_events__prev-event-link {
    color: #918c86;
    text-transform: uppercase; }
    .tribe_events__next-event-link a, .tribe_events__prev-event-link a {
      color: inherit; }
  .tribe_events__prev-event-link {
    float: left;
    margin-right: auto; }
  .tribe_events__next-event-link {
    float: right;
    margin-left: auto; }
  .tribe_events .share-dropdown {
    margin-top: 1.25rem; }
    @media screen and (min-width: 30em) {
      .tribe_events .share-dropdown {
        margin-left: 0.9375rem; } }
  .tribe_events .button {
    margin-top: 1.25rem; }
    .tribe_events .button:hover {
      background-color: #ff8220; }

.btn-white {
  background-color: #ffffff;
  border: 1px solid #1da844;
  color: #444;
  font-size: 18px;
  font-weight: normal; }
  .btn-white:hover {
    background-color: #ffffff !important;
    border: 1px solid #1da844;
    color: #1da844; }

.tribe-events-sub-nav {
  padding-left: 0; }
  .tribe-events-sub-nav .tribe-events-nav-next,
  .tribe-events-sub-nav .tribe-events-nav-previous {
    font-family: "Trade Gothic Condensed 18", "Helvetica", sans-serif;
    font-size: 14px;
    width: auto !important; }
    @media screen and (min-width: 30em) {
      .tribe-events-sub-nav .tribe-events-nav-next,
      .tribe-events-sub-nav .tribe-events-nav-previous {
        width: 48% !important; } }
    .tribe-events-sub-nav .tribe-events-nav-next a,
    .tribe-events-sub-nav .tribe-events-nav-previous a {
      color: #918c86;
      font-weight: 700; }

#tribe-bar-form {
  align-items: flex-start;
  display: flex;
  justify-content: center;
  margin-top: 30px;
  min-height: 90px; }
  @media screen and (min-width: 61.25em) {
    #tribe-bar-form {
      justify-content: flex-end; } }
  #tribe-bar-form #tribe-bar-views,
  #tribe-bar-form .tribe-events-ical {
    margin-top: 0; }
  #tribe-bar-form .tribe-events-ical {
    border: 1px solid #1da844;
    margin-right: 30px; }
  #tribe-bar-form .tribe-bar-views-select {
    display: none; }
  #tribe-bar-form .tribe-bar-views-inner {
    background-color: #ffffff;
    border: 0.0625rem solid #1da844;
    color: #58585a;
    display: inline-block;
    font-family: "Trade Gothic Condensed 18", "Helvetica", sans-serif;
    font-size: 1rem;
    min-width: 140px;
    padding: 16px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    transition: background-color .3s, border-color .3s, color .3s; }
    #tribe-bar-form .tribe-bar-views-inner:hover {
      color: #1da844; }
    #tribe-bar-form .tribe-bar-views-inner label {
      font-size: 18px; }
  #tribe-bar-form .tribe-bar-views-toggle {
    -webkit-appearance: unset;
       -moz-appearance: unset;
            appearance: unset;
    background: none;
    border: 0;
    color: currentColor;
    padding: 0;
    text-transform: uppercase; }
    #tribe-bar-form .tribe-bar-views-toggle::before {
      bottom: 0;
      content: '';
      left: 0;
      position: absolute;
      right: 0;
      top: 0; }
  #tribe-bar-form .tribe-bar-views-list {
    display: none;
    list-style: none;
    margin: 0;
    padding: 0.9375rem 0 0;
    position: relative;
    text-align: left;
    z-index: 2; }
  #tribe-bar-form .tribe-bar-views-option {
    color: #58585a;
    cursor: pointer; }
    #tribe-bar-form .tribe-bar-views-option:hover {
      color: #1da844; }
    #tribe-bar-form .tribe-bar-views-option span {
      background-position-x: left;
      background-position-y: center;
      background-repeat: no-repeat;
      background-size: 15px;
      padding-left: 20px; }
    #tribe-bar-form .tribe-bar-views-option .tribe-icon-list {
      background-image: url(/wp-content/themes/fdoc-parent/assets/img/icon-list.png); }
    #tribe-bar-form .tribe-bar-views-option .tribe-icon-month {
      background-image: url(/wp-content/themes/fdoc-parent/assets/img/icon-month.png); }
    #tribe-bar-form .tribe-bar-views-option .tribe-icon-day {
      background-image: url(/wp-content/themes/fdoc-parent/assets/img/icon-day.png); }

.widget-area {
  margin-bottom: 2.8125rem;
  margin-top: 2.1875rem; }

.widget {
  border: 0.0625rem solid #e3e3e3;
  padding: 18px; }
  .widget + .widget {
    margin-top: 18px; }
  .widget__title {
    background: #fdfaf7;
    border-bottom: 0.0625rem solid #e3e3e3;
    color: #918c86;
    line-height: 1;
    margin: -18px -18px 18px;
    padding: 0.9375rem;
    text-transform: uppercase; }

.wp-block-embed-youtube {
  position: relative; }
  .wp-block-embed-youtube::before {
    content: '';
    display: block;
    padding-top: 56.25%; }
  .wp-block-embed-youtube .wp-block-embed__wrapper {
    position: initial; }
  .wp-block-embed-youtube iframe {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%; }

@media screen and (min-width: 48em) {
  .wp-block-image.alignright, .wp-block-image.alignleft {
    max-width: 50%; } }

.wp-block-separator {
  border-bottom: 1px solid #ada7a6;
  clear: both;
  max-width: 100%; }

.wp-block-table td {
  padding-left: 0.625rem;
  padding-right: 0.625rem; }

.wp-block-video {
  position: relative; }
  .wp-block-video::before {
    content: '';
    display: block;
    padding-top: 56.25%; }
  .wp-block-video.alignright, .wp-block-video.alignleft {
    width: 100%; }
    @media screen and (min-width: 48em) {
      .wp-block-video.alignright, .wp-block-video.alignleft {
        width: 50%; } }
  .wp-block-video > video {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%; }
    @supports ((-o-object-fit: contain) or (object-fit: contain)) {
      .wp-block-video > video {
        -o-object-fit: contain;
           object-fit: contain;
        -o-object-position: 50% 50%;
           object-position: 50% 50%; } }

.menu-toggle, .nav-primary__mobile-close {
  background: transparent;
  border: none;
  color: #1da844;
  cursor: pointer;
  font-family: "Trade Gothic Condensed 20", "Helvetica", sans-serif;
  font-size: 1.75rem;
  padding: 0;
  text-transform: uppercase;
  transition: color .3s; }
  .menu-toggle:hover, .nav-primary__mobile-close:hover {
    color: #ff8220; }
  @media screen and (min-width: 61.25em) {
    .menu-toggle, .nav-primary__mobile-close {
      color: #4093c3;
      font-size: 1em; }
      .menu-toggle .fa:last-child, .nav-primary__mobile-close .fa:last-child {
        margin-left: .2em; } }

@media screen and (min-width: 61.25em) {
  .nav-primary {
    height: 100%;
    margin: 0 -18px; } }

.nav-primary__mobile-close-wrapper {
  display: flex;
  justify-content: flex-end;
  padding: 9px 18px; }

.nav-primary__mobile-close {
  cursor: pointer;
  font-size: 2em; }

.nav-primary__mobile-expand {
  border-left: 0.0625rem solid #e3e3e3;
  display: block;
  margin: -0.5625rem -1.125rem -0.5625rem auto !important;
  padding: 0.5625rem 1.125rem !important; }
  @media screen and (min-width: 61.25em) {
    .nav-primary__mobile-expand {
      display: none; } }

.nav-primary ul.menu > li {
  padding: 0; }
  .nav-primary ul.menu > li > a {
    align-items: center;
    display: flex;
    font-size: 24px;
    height: 100%;
    line-height: 1;
    padding: 9px 18px; }

.nav-primary ul.menu a .fa {
  padding-right: .3em; }

.nav-primary ul li.current-menu-item > a,
.nav-primary ul li.current-menu-ancestor > a {
  color: #918c86; }

@media screen and (max-width: 61.24em) {
  .nav-primary {
    background: #ffffff;
    bottom: 0;
    box-shadow: 0 0 0.3125rem rgba(0, 0, 0, 0.15);
    max-width: 94vw;
    overflow-y: auto;
    position: fixed;
    right: 0;
    top: 0;
    transform: translateX(100%);
    transition: transform .5s;
    width: 21.875rem;
    z-index: 1000; }
    body.mobile-nav-active .nav-primary {
      transform: translateX(0); } }
  @media screen and (max-width: 61.24em) and (min-width: 37.5em) and (max-width: 48.875em) {
    body.admin-bar .nav-primary {
      top: 2.875rem; } }
  @media screen and (max-width: 61.24em) and (min-width: 48.875em) {
    body.admin-bar .nav-primary {
      top: 2rem; } }

@media screen and (max-width: 61.24em) {
    .nav-primary ul {
      border-top: 0.0625rem solid #e3e3e3; }
      .nav-primary ul li.sub-nav-expanded > ul.sub-menu {
        display: block; }
      .nav-primary ul.menu > li {
        display: block; }
        .nav-primary ul.menu > li + li {
          border-top: 0.0625rem solid #e3e3e3; }
      .nav-primary ul.menu a {
        text-transform: none; }
      .nav-primary ul.sub-menu {
        background: none !important;
        display: none;
        margin: 0 !important;
        padding: 0.5625rem 0; }
        .nav-primary ul.sub-menu li {
          display: block;
          padding: 0; }
        .nav-primary ul.sub-menu a {
          display: block;
          padding: 0.5625rem 1.125rem 0.5625rem 2.25rem; }
    .nav-primary a {
      color: #58585a; } }

@media screen and (min-width: 61.25em) {
  .nav-primary ul {
    display: flex; }
    .nav-primary ul.menu {
      height: 100%; } }

.nav-secondary {
  color: #ffffff; }
  .nav-secondary ul.menu {
    font-family: "Trade Gothic Condensed 18", "Helvetica", sans-serif;
    line-height: 1.2em; }
    @media screen and (min-width: 30em) {
      .nav-secondary ul.menu {
        column-count: 2;
        column-gap: 18px; } }
    @media screen and (min-width: 48em) {
      .nav-secondary ul.menu {
        column-count: 3; } }
    .nav-secondary ul.menu li {
      display: block;
      padding: 4.5px 9px; }
      @media screen and (min-width: 48em) {
        .nav-secondary ul.menu li {
          padding: 6px 9px; } }
  .nav-secondary a {
    display: block; }

.nav-social .menu a::before,
.nav-social-mobile a::before {
  padding-right: .4em; }

.nav-social .menu a[href*="facebook.com/"]:before,
.nav-social-mobile a[href*="facebook.com/"]:before {
  content: "\F082";
  font-family: "FontAwesome";
  color: #3b5998; }

.nav-social .menu a[href*="twitter.com/"]:before,
.nav-social-mobile a[href*="twitter.com/"]:before {
  content: "\F099";
  font-family: "FontAwesome";
  color: #1da1f2; }

.nav-social .menu a[href*="pinterest.com/"]:before,
.nav-social-mobile a[href*="pinterest.com/"]:before {
  content: "\F0D2";
  font-family: "FontAwesome";
  color: #c92228; }

.nav-social .menu a[href*="linkedin.com/"]:before,
.nav-social-mobile a[href*="linkedin.com/"]:before {
  content: "\F08C";
  font-family: "FontAwesome";
  color: #0077b5; }

@media screen and (max-width: 61.24em) {
  .nav-social-mobile {
    display: flex;
    justify-content: center;
    padding: 0.5625rem; }
    .nav-social-mobile li {
      border: 0 !important; }
    .nav-social-mobile a {
      font-size: 0 !important;
      padding: 0.5625rem !important; }
      .nav-social-mobile a::before {
        font-size: 1.5rem;
        padding-right: 0; } }

.search-form.grid__row {
  align-items: center;
  margin: 0; }

.search-form input {
  border: 1px solid #e3e3e3;
  border-radius: 3px 0 0 3px;
  border-right: 0;
  font-family: "Trade Gothic Condensed 18", "Helvetica", sans-serif; }
  .search-form input::-webkit-input-placeholder {
    text-transform: uppercase; }
  .search-form input:-ms-input-placeholder {
    text-transform: uppercase; }
  .search-form input::-ms-input-placeholder {
    text-transform: uppercase; }
  .search-form input::placeholder {
    text-transform: uppercase; }
  .search-form input:focus {
    background: #fffdfa; }

.search-form button {
  background: linear-gradient(#62b5e5, #4093c3);
  border: none;
  border-radius: 0 3px 3px 0;
  color: white;
  cursor: pointer;
  min-height: 36px; }
  .search-form button .fa {
    font-size: 1.4em; }

.site-branding {
  width: 168px; }
  .site-branding img {
    display: block;
    max-height: 162px;
    position: relative; }
    @media screen and (max-width: 61.24em) {
      .site-branding img.site-logo {
        padding: 0; } }
  .site-branding--mobile {
    max-width: 100%;
    width: 15.625rem; }

.site-footer {
  background: #ff8220;
  color: white;
  font-family: "Trade Gothic Condensed 18", "Helvetica", sans-serif;
  padding: 30px 0;
  position: relative;
  text-align: center;
  z-index: 2;
  width: 100%; }
  @media screen and (min-width: 48em) {
    .site-footer {
      text-align: left; } }
  .site-footer a {
    color: inherit; }
  .site-footer p {
    line-height: 1.3em;
    margin: 0; }
  @media screen and (max-width: 29.99em) {
    .site-footer .col-branding {
      margin-left: auto;
      margin-right: auto; } }
  .site-footer .site-branding {
    background: #ffffff;
    box-shadow: 0px -1px 4px rgba(0, 0, 0, 0.1);
    margin-top: -42px;
    padding: 30px 0 0;
    position: relative; }
    .site-footer .site-branding::before {
      border: 6px solid transparent;
      border-bottom-color: #e1d5c7;
      border-right-color: #e1d5c7;
      content: '';
      position: absolute;
      right: 100%;
      top: 0; }
    .site-footer .site-branding img {
      padding: 0 15px 20px; }
  @media screen and (min-width: 68.75em) {
    .site-footer .grid__row {
      flex-wrap: nowrap; } }
  .site-footer .grid__col {
    margin-bottom: 18px; }
    .site-footer .grid__col:last-child {
      margin-bottom: 0; }
    @media screen and (min-width: 68.75em) {
      .site-footer .grid__col {
        margin-bottom: 0; } }

.site-header {
  position: relative;
  z-index: 10; }
  .site-header .search-form input {
    border: 0; }
  .site-header__utility-bar {
    background: #ddeef8;
    height: 72px; }
    @media screen and (max-width: 61.24em) {
      .site-header__utility-bar {
        display: none; } }
    .site-header__utility-bar .container {
      height: 100%; }
    .site-header__utility-bar .grid__row {
      height: 100%; }
  .site-header__menu-bar {
    background-color: #ffffff;
    box-shadow: 0 0 0.3125rem rgba(0, 0, 0, 0.15);
    padding-bottom: 0.9375rem;
    padding-top: 0.9375rem; }
    @media screen and (min-width: 61.25em) {
      .site-header__menu-bar {
        background: #ff8220;
        box-shadow: none;
        height: 5.625rem;
        padding-bottom: 0;
        padding-top: 0; } }
    .site-header__menu-bar .container {
      height: 100%; }
    .site-header__menu-bar .grid__row {
      height: 100%; }
  @media screen and (min-width: 61.25em) {
    .site-header__mobile-logo {
      display: none; } }
  @media screen and (max-width: 61.24em) {
    .site-header__primary-nav {
      align-items: center;
      display: flex;
      justify-content: flex-end; } }
  @media screen and (min-width: 61.25em) {
    .site-header__primary-nav .menu-toggle, .site-header__primary-nav .nav-primary__mobile-close {
      display: none; } }

.site-logo {
  background: white;
  padding: 20px; }

.site {
  overflow: hidden; }

