/*!
 *  Font Awesome 4.2.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@import url("//hello.myfonts.net/count/2de0a4");
@font-face {
  font-family: "FontAwesome";
  src: url("../vendor/fontawesome/fonts/fontawesome-webfont.eot?v=4.2.0");
  src: url("../vendor/fontawesome/fonts/fontawesome-webfont.eot?#iefix&v=4.2.0") format("embedded-opentype"), url("../vendor/fontawesome/fonts/fontawesome-webfont.woff?v=4.2.0") format("woff"), url("../vendor/fontawesome/fonts/fontawesome-webfont.ttf?v=4.2.0") format("truetype"), url("../vendor/fontawesome/fonts/fontawesome-webfont.svg?v=4.2.0#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.3333333333em;
  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.2857142857em;
  text-align: center;
}

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

.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.8571428571em;
}

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

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

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

.fa-spin {
  animation: fa-spin 2s infinite linear;
}
@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

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

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

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

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

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

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

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

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

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

.fa-inverse {
  color: #fff;
}

/* 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:before {
  content: "\f09a";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-pied-piper: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-rebel:before {
  content: "\f1d0";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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";
}

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

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

body {
  font-family: "Gotham";
}

meta.foundation-version {
  font-family: "/5.4.7/";
}

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0em;
}

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:41.75em)/";
  width: 41.75em;
}

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:64.063em)/";
  width: 64.063em;
}

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:90.063em)/";
  width: 90.063em;
}

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.063em)/";
  width: 120.063em;
}

meta.foundation-data-attribute-namespace {
  font-family: false;
}

html, body {
  height: 100%;
}

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

html,
body {
  font-size: 100%;
}

body {
  background: #fff;
  color: #222;
  padding: 0;
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.5;
  position: relative;
  cursor: auto;
}

a:hover {
  cursor: pointer;
}

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

img {
  -ms-interpolation-mode: bicubic;
}

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object {
  max-width: none !important;
}

.left {
  float: left !important;
}

.right {
  float: right !important;
}

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

.hide {
  display: none !important;
  visibility: hidden;
}

.invisible {
  visibility: hidden;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  display: inline-block;
  vertical-align: middle;
}

textarea {
  height: auto;
  min-height: 50px;
}

select {
  width: 100%;
}

.row {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 62.5rem;
}
.row:before, .row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
.row.collapse > .column,
.row.collapse > .columns {
  padding-left: 0;
  padding-right: 0;
}
.row.collapse .row {
  margin-left: 0;
  margin-right: 0;
}
.row .row {
  width: auto;
  margin-left: -0.9375rem;
  margin-right: -0.9375rem;
  margin-top: 0;
  margin-bottom: 0;
  max-width: none;
}
.row .row:before, .row .row:after {
  content: " ";
  display: table;
}
.row .row:after {
  clear: both;
}
.row .row.collapse {
  width: auto;
  margin: 0;
  max-width: none;
}
.row .row.collapse:before, .row .row.collapse:after {
  content: " ";
  display: table;
}
.row .row.collapse:after {
  clear: both;
}

.column,
.columns {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 100%;
  float: left;
}

[class*=column] + [class*=column]:last-child {
  float: right;
}

[class*=column] + [class*=column].end {
  float: left;
}

@media only screen {
  .small-push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }
  .small-pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }
  .small-push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto;
  }
  .small-pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto;
  }
  .small-push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto;
  }
  .small-pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto;
  }
  .small-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  .small-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  .small-push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto;
  }
  .small-pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto;
  }
  .small-push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto;
  }
  .small-pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto;
  }
  .small-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .small-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  .small-push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto;
  }
  .small-pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto;
  }
  .small-push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto;
  }
  .small-pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto;
  }
  .small-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  .small-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  .small-push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto;
  }
  .small-pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto;
  }
  .small-push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto;
  }
  .small-pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto;
  }
  .column,
  .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }
  .small-1 {
    width: 8.3333333333%;
  }
  .small-2 {
    width: 16.6666666667%;
  }
  .small-3 {
    width: 25%;
  }
  .small-4 {
    width: 33.3333333333%;
  }
  .small-5 {
    width: 41.6666666667%;
  }
  .small-6 {
    width: 50%;
  }
  .small-7 {
    width: 58.3333333333%;
  }
  .small-8 {
    width: 66.6666666667%;
  }
  .small-9 {
    width: 75%;
  }
  .small-10 {
    width: 83.3333333333%;
  }
  .small-11 {
    width: 91.6666666667%;
  }
  .small-12 {
    width: 100%;
  }
  .small-offset-0 {
    margin-left: 0% !important;
  }
  .small-offset-1 {
    margin-left: 8.3333333333% !important;
  }
  .small-offset-2 {
    margin-left: 16.6666666667% !important;
  }
  .small-offset-3 {
    margin-left: 25% !important;
  }
  .small-offset-4 {
    margin-left: 33.3333333333% !important;
  }
  .small-offset-5 {
    margin-left: 41.6666666667% !important;
  }
  .small-offset-6 {
    margin-left: 50% !important;
  }
  .small-offset-7 {
    margin-left: 58.3333333333% !important;
  }
  .small-offset-8 {
    margin-left: 66.6666666667% !important;
  }
  .small-offset-9 {
    margin-left: 75% !important;
  }
  .small-offset-10 {
    margin-left: 83.3333333333% !important;
  }
  .small-offset-11 {
    margin-left: 91.6666666667% !important;
  }
  .small-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left;
  }
  .column.small-centered,
  .columns.small-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .column.small-uncentered,
  .columns.small-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left;
  }
  .column.small-centered:last-child,
  .columns.small-centered:last-child {
    float: none;
  }
  .column.small-uncentered:last-child,
  .columns.small-uncentered:last-child {
    float: left;
  }
  .column.small-uncentered.opposite,
  .columns.small-uncentered.opposite {
    float: right;
  }
}
@media only screen and (min-width:41.75em) {
  .medium-push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }
  .medium-pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }
  .medium-push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto;
  }
  .medium-pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto;
  }
  .medium-push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto;
  }
  .medium-pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto;
  }
  .medium-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  .medium-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  .medium-push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto;
  }
  .medium-pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto;
  }
  .medium-push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto;
  }
  .medium-pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto;
  }
  .medium-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .medium-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  .medium-push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto;
  }
  .medium-pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto;
  }
  .medium-push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto;
  }
  .medium-pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto;
  }
  .medium-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  .medium-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  .medium-push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto;
  }
  .medium-pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto;
  }
  .medium-push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto;
  }
  .medium-pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto;
  }
  .column,
  .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }
  .medium-1 {
    width: 8.3333333333%;
  }
  .medium-2 {
    width: 16.6666666667%;
  }
  .medium-3 {
    width: 25%;
  }
  .medium-4 {
    width: 33.3333333333%;
  }
  .medium-5 {
    width: 41.6666666667%;
  }
  .medium-6 {
    width: 50%;
  }
  .medium-7 {
    width: 58.3333333333%;
  }
  .medium-8 {
    width: 66.6666666667%;
  }
  .medium-9 {
    width: 75%;
  }
  .medium-10 {
    width: 83.3333333333%;
  }
  .medium-11 {
    width: 91.6666666667%;
  }
  .medium-12 {
    width: 100%;
  }
  .medium-offset-0 {
    margin-left: 0% !important;
  }
  .medium-offset-1 {
    margin-left: 8.3333333333% !important;
  }
  .medium-offset-2 {
    margin-left: 16.6666666667% !important;
  }
  .medium-offset-3 {
    margin-left: 25% !important;
  }
  .medium-offset-4 {
    margin-left: 33.3333333333% !important;
  }
  .medium-offset-5 {
    margin-left: 41.6666666667% !important;
  }
  .medium-offset-6 {
    margin-left: 50% !important;
  }
  .medium-offset-7 {
    margin-left: 58.3333333333% !important;
  }
  .medium-offset-8 {
    margin-left: 66.6666666667% !important;
  }
  .medium-offset-9 {
    margin-left: 75% !important;
  }
  .medium-offset-10 {
    margin-left: 83.3333333333% !important;
  }
  .medium-offset-11 {
    margin-left: 91.6666666667% !important;
  }
  .medium-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left;
  }
  .column.medium-centered,
  .columns.medium-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .column.medium-uncentered,
  .columns.medium-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left;
  }
  .column.medium-centered:last-child,
  .columns.medium-centered:last-child {
    float: none;
  }
  .column.medium-uncentered:last-child,
  .columns.medium-uncentered:last-child {
    float: left;
  }
  .column.medium-uncentered.opposite,
  .columns.medium-uncentered.opposite {
    float: right;
  }
  .push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }
  .pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }
  .push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto;
  }
  .pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto;
  }
  .push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto;
  }
  .pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto;
  }
  .push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  .pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  .push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto;
  }
  .pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto;
  }
  .push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto;
  }
  .pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto;
  }
  .push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  .push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto;
  }
  .pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto;
  }
  .push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto;
  }
  .pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto;
  }
  .push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  .pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  .push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto;
  }
  .pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto;
  }
  .push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto;
  }
  .pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto;
  }
}
@media only screen and (min-width:64.063em) {
  .large-push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }
  .large-pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }
  .large-push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto;
  }
  .large-pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto;
  }
  .large-push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto;
  }
  .large-pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto;
  }
  .large-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  .large-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  .large-push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto;
  }
  .large-pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto;
  }
  .large-push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto;
  }
  .large-pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto;
  }
  .large-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .large-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  .large-push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto;
  }
  .large-pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto;
  }
  .large-push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto;
  }
  .large-pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto;
  }
  .large-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  .large-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  .large-push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto;
  }
  .large-pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto;
  }
  .large-push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto;
  }
  .large-pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto;
  }
  .column,
  .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }
  .large-1 {
    width: 8.3333333333%;
  }
  .large-2 {
    width: 16.6666666667%;
  }
  .large-3 {
    width: 25%;
  }
  .large-4 {
    width: 33.3333333333%;
  }
  .large-5 {
    width: 41.6666666667%;
  }
  .large-6 {
    width: 50%;
  }
  .large-7 {
    width: 58.3333333333%;
  }
  .large-8 {
    width: 66.6666666667%;
  }
  .large-9 {
    width: 75%;
  }
  .large-10 {
    width: 83.3333333333%;
  }
  .large-11 {
    width: 91.6666666667%;
  }
  .large-12 {
    width: 100%;
  }
  .large-offset-0 {
    margin-left: 0% !important;
  }
  .large-offset-1 {
    margin-left: 8.3333333333% !important;
  }
  .large-offset-2 {
    margin-left: 16.6666666667% !important;
  }
  .large-offset-3 {
    margin-left: 25% !important;
  }
  .large-offset-4 {
    margin-left: 33.3333333333% !important;
  }
  .large-offset-5 {
    margin-left: 41.6666666667% !important;
  }
  .large-offset-6 {
    margin-left: 50% !important;
  }
  .large-offset-7 {
    margin-left: 58.3333333333% !important;
  }
  .large-offset-8 {
    margin-left: 66.6666666667% !important;
  }
  .large-offset-9 {
    margin-left: 75% !important;
  }
  .large-offset-10 {
    margin-left: 83.3333333333% !important;
  }
  .large-offset-11 {
    margin-left: 91.6666666667% !important;
  }
  .large-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left;
  }
  .column.large-centered,
  .columns.large-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .column.large-uncentered,
  .columns.large-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left;
  }
  .column.large-centered:last-child,
  .columns.large-centered:last-child {
    float: none;
  }
  .column.large-uncentered:last-child,
  .columns.large-uncentered:last-child {
    float: left;
  }
  .column.large-uncentered.opposite,
  .columns.large-uncentered.opposite {
    float: right;
  }
  .push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }
  .pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }
  .push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto;
  }
  .pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto;
  }
  .push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto;
  }
  .pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto;
  }
  .push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  .pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  .push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto;
  }
  .pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto;
  }
  .push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto;
  }
  .pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto;
  }
  .push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  .push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto;
  }
  .pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto;
  }
  .push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto;
  }
  .pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto;
  }
  .push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  .pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  .push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto;
  }
  .pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto;
  }
  .push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto;
  }
  .pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto;
  }
}
meta.foundation-version {
  font-family: "/5.4.7/";
}

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0em;
}

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:41.75em)/";
  width: 41.75em;
}

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:64.063em)/";
  width: 64.063em;
}

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:90.063em)/";
  width: 90.063em;
}

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.063em)/";
  width: 120.063em;
}

meta.foundation-data-attribute-namespace {
  font-family: false;
}

html, body {
  height: 100%;
}

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

html,
body {
  font-size: 100%;
}

body {
  background: #fff;
  color: #222;
  padding: 0;
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.5;
  position: relative;
  cursor: auto;
}

a:hover {
  cursor: pointer;
}

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

img {
  -ms-interpolation-mode: bicubic;
}

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object {
  max-width: none !important;
}

.left {
  float: left !important;
}

.right {
  float: right !important;
}

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

.hide {
  display: none !important;
  visibility: hidden;
}

.invisible {
  visibility: hidden;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  display: inline-block;
  vertical-align: middle;
}

textarea {
  height: auto;
  min-height: 50px;
}

select {
  width: 100%;
}

meta.foundation-version {
  font-family: "/5.4.7/";
}

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0em;
}

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:41.75em)/";
  width: 41.75em;
}

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:64.063em)/";
  width: 64.063em;
}

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:90.063em)/";
  width: 90.063em;
}

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.063em)/";
  width: 120.063em;
}

meta.foundation-data-attribute-namespace {
  font-family: false;
}

html, body {
  height: 100%;
}

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

html,
body {
  font-size: 100%;
}

body {
  background: #fff;
  color: #222;
  padding: 0;
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.5;
  position: relative;
  cursor: auto;
}

a:hover {
  cursor: pointer;
}

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

img {
  -ms-interpolation-mode: bicubic;
}

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object {
  max-width: none !important;
}

.left {
  float: left !important;
}

.right {
  float: right !important;
}

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

.hide {
  display: none !important;
  visibility: hidden;
}

.invisible {
  visibility: hidden;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  display: inline-block;
  vertical-align: middle;
}

textarea {
  height: auto;
  min-height: 50px;
}

select {
  width: 100%;
}

.row {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 62.5rem;
}
.row:before, .row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
.row.collapse > .column,
.row.collapse > .columns {
  padding-left: 0;
  padding-right: 0;
}
.row.collapse .row {
  margin-left: 0;
  margin-right: 0;
}
.row .row {
  width: auto;
  margin-left: -0.9375rem;
  margin-right: -0.9375rem;
  margin-top: 0;
  margin-bottom: 0;
  max-width: none;
}
.row .row:before, .row .row:after {
  content: " ";
  display: table;
}
.row .row:after {
  clear: both;
}
.row .row.collapse {
  width: auto;
  margin: 0;
  max-width: none;
}
.row .row.collapse:before, .row .row.collapse:after {
  content: " ";
  display: table;
}
.row .row.collapse:after {
  clear: both;
}

.column,
.columns {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 100%;
  float: left;
}

[class*=column] + [class*=column]:last-child {
  float: right;
}

[class*=column] + [class*=column].end {
  float: left;
}

@media only screen {
  .small-push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }
  .small-pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }
  .small-push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto;
  }
  .small-pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto;
  }
  .small-push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto;
  }
  .small-pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto;
  }
  .small-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  .small-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  .small-push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto;
  }
  .small-pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto;
  }
  .small-push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto;
  }
  .small-pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto;
  }
  .small-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .small-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  .small-push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto;
  }
  .small-pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto;
  }
  .small-push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto;
  }
  .small-pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto;
  }
  .small-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  .small-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  .small-push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto;
  }
  .small-pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto;
  }
  .small-push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto;
  }
  .small-pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto;
  }
  .column,
  .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }
  .small-1 {
    width: 8.3333333333%;
  }
  .small-2 {
    width: 16.6666666667%;
  }
  .small-3 {
    width: 25%;
  }
  .small-4 {
    width: 33.3333333333%;
  }
  .small-5 {
    width: 41.6666666667%;
  }
  .small-6 {
    width: 50%;
  }
  .small-7 {
    width: 58.3333333333%;
  }
  .small-8 {
    width: 66.6666666667%;
  }
  .small-9 {
    width: 75%;
  }
  .small-10 {
    width: 83.3333333333%;
  }
  .small-11 {
    width: 91.6666666667%;
  }
  .small-12 {
    width: 100%;
  }
  .small-offset-0 {
    margin-left: 0% !important;
  }
  .small-offset-1 {
    margin-left: 8.3333333333% !important;
  }
  .small-offset-2 {
    margin-left: 16.6666666667% !important;
  }
  .small-offset-3 {
    margin-left: 25% !important;
  }
  .small-offset-4 {
    margin-left: 33.3333333333% !important;
  }
  .small-offset-5 {
    margin-left: 41.6666666667% !important;
  }
  .small-offset-6 {
    margin-left: 50% !important;
  }
  .small-offset-7 {
    margin-left: 58.3333333333% !important;
  }
  .small-offset-8 {
    margin-left: 66.6666666667% !important;
  }
  .small-offset-9 {
    margin-left: 75% !important;
  }
  .small-offset-10 {
    margin-left: 83.3333333333% !important;
  }
  .small-offset-11 {
    margin-left: 91.6666666667% !important;
  }
  .small-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left;
  }
  .column.small-centered,
  .columns.small-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .column.small-uncentered,
  .columns.small-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left;
  }
  .column.small-centered:last-child,
  .columns.small-centered:last-child {
    float: none;
  }
  .column.small-uncentered:last-child,
  .columns.small-uncentered:last-child {
    float: left;
  }
  .column.small-uncentered.opposite,
  .columns.small-uncentered.opposite {
    float: right;
  }
}
@media only screen and (min-width:41.75em) {
  .medium-push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }
  .medium-pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }
  .medium-push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto;
  }
  .medium-pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto;
  }
  .medium-push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto;
  }
  .medium-pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto;
  }
  .medium-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  .medium-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  .medium-push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto;
  }
  .medium-pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto;
  }
  .medium-push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto;
  }
  .medium-pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto;
  }
  .medium-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .medium-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  .medium-push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto;
  }
  .medium-pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto;
  }
  .medium-push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto;
  }
  .medium-pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto;
  }
  .medium-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  .medium-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  .medium-push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto;
  }
  .medium-pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto;
  }
  .medium-push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto;
  }
  .medium-pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto;
  }
  .column,
  .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }
  .medium-1 {
    width: 8.3333333333%;
  }
  .medium-2 {
    width: 16.6666666667%;
  }
  .medium-3 {
    width: 25%;
  }
  .medium-4 {
    width: 33.3333333333%;
  }
  .medium-5 {
    width: 41.6666666667%;
  }
  .medium-6 {
    width: 50%;
  }
  .medium-7 {
    width: 58.3333333333%;
  }
  .medium-8 {
    width: 66.6666666667%;
  }
  .medium-9 {
    width: 75%;
  }
  .medium-10 {
    width: 83.3333333333%;
  }
  .medium-11 {
    width: 91.6666666667%;
  }
  .medium-12 {
    width: 100%;
  }
  .medium-offset-0 {
    margin-left: 0% !important;
  }
  .medium-offset-1 {
    margin-left: 8.3333333333% !important;
  }
  .medium-offset-2 {
    margin-left: 16.6666666667% !important;
  }
  .medium-offset-3 {
    margin-left: 25% !important;
  }
  .medium-offset-4 {
    margin-left: 33.3333333333% !important;
  }
  .medium-offset-5 {
    margin-left: 41.6666666667% !important;
  }
  .medium-offset-6 {
    margin-left: 50% !important;
  }
  .medium-offset-7 {
    margin-left: 58.3333333333% !important;
  }
  .medium-offset-8 {
    margin-left: 66.6666666667% !important;
  }
  .medium-offset-9 {
    margin-left: 75% !important;
  }
  .medium-offset-10 {
    margin-left: 83.3333333333% !important;
  }
  .medium-offset-11 {
    margin-left: 91.6666666667% !important;
  }
  .medium-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left;
  }
  .column.medium-centered,
  .columns.medium-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .column.medium-uncentered,
  .columns.medium-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left;
  }
  .column.medium-centered:last-child,
  .columns.medium-centered:last-child {
    float: none;
  }
  .column.medium-uncentered:last-child,
  .columns.medium-uncentered:last-child {
    float: left;
  }
  .column.medium-uncentered.opposite,
  .columns.medium-uncentered.opposite {
    float: right;
  }
  .push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }
  .pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }
  .push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto;
  }
  .pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto;
  }
  .push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto;
  }
  .pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto;
  }
  .push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  .pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  .push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto;
  }
  .pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto;
  }
  .push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto;
  }
  .pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto;
  }
  .push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  .push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto;
  }
  .pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto;
  }
  .push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto;
  }
  .pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto;
  }
  .push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  .pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  .push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto;
  }
  .pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto;
  }
  .push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto;
  }
  .pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto;
  }
}
@media only screen and (min-width:64.063em) {
  .large-push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }
  .large-pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }
  .large-push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto;
  }
  .large-pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto;
  }
  .large-push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto;
  }
  .large-pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto;
  }
  .large-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  .large-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  .large-push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto;
  }
  .large-pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto;
  }
  .large-push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto;
  }
  .large-pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto;
  }
  .large-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .large-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  .large-push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto;
  }
  .large-pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto;
  }
  .large-push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto;
  }
  .large-pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto;
  }
  .large-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  .large-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  .large-push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto;
  }
  .large-pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto;
  }
  .large-push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto;
  }
  .large-pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto;
  }
  .column,
  .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }
  .large-1 {
    width: 8.3333333333%;
  }
  .large-2 {
    width: 16.6666666667%;
  }
  .large-3 {
    width: 25%;
  }
  .large-4 {
    width: 33.3333333333%;
  }
  .large-5 {
    width: 41.6666666667%;
  }
  .large-6 {
    width: 50%;
  }
  .large-7 {
    width: 58.3333333333%;
  }
  .large-8 {
    width: 66.6666666667%;
  }
  .large-9 {
    width: 75%;
  }
  .large-10 {
    width: 83.3333333333%;
  }
  .large-11 {
    width: 91.6666666667%;
  }
  .large-12 {
    width: 100%;
  }
  .large-offset-0 {
    margin-left: 0% !important;
  }
  .large-offset-1 {
    margin-left: 8.3333333333% !important;
  }
  .large-offset-2 {
    margin-left: 16.6666666667% !important;
  }
  .large-offset-3 {
    margin-left: 25% !important;
  }
  .large-offset-4 {
    margin-left: 33.3333333333% !important;
  }
  .large-offset-5 {
    margin-left: 41.6666666667% !important;
  }
  .large-offset-6 {
    margin-left: 50% !important;
  }
  .large-offset-7 {
    margin-left: 58.3333333333% !important;
  }
  .large-offset-8 {
    margin-left: 66.6666666667% !important;
  }
  .large-offset-9 {
    margin-left: 75% !important;
  }
  .large-offset-10 {
    margin-left: 83.3333333333% !important;
  }
  .large-offset-11 {
    margin-left: 91.6666666667% !important;
  }
  .large-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left;
  }
  .column.large-centered,
  .columns.large-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .column.large-uncentered,
  .columns.large-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left;
  }
  .column.large-centered:last-child,
  .columns.large-centered:last-child {
    float: none;
  }
  .column.large-uncentered:last-child,
  .columns.large-uncentered:last-child {
    float: left;
  }
  .column.large-uncentered.opposite,
  .columns.large-uncentered.opposite {
    float: right;
  }
  .push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }
  .pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }
  .push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto;
  }
  .pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto;
  }
  .push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto;
  }
  .pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto;
  }
  .push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  .pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  .push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto;
  }
  .pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto;
  }
  .push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto;
  }
  .pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto;
  }
  .push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  .push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto;
  }
  .pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto;
  }
  .push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto;
  }
  .pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto;
  }
  .push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  .pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  .push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto;
  }
  .pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto;
  }
  .push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto;
  }
  .pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto;
  }
}
.reveal-modal-bg {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #000;
  background: rgba(0, 0, 0, 0.45);
  z-index: 1004;
  display: none;
  left: 0;
}

.reveal-modal, dialog {
  visibility: hidden;
  display: none;
  position: absolute;
  z-index: 1005;
  width: 100vw;
  top: 0;
  border-radius: 3px;
  left: 0;
}
@media only screen and (max-width: 41.6875em) {
  .reveal-modal, dialog {
    min-height: 100vh;
  }
}
.reveal-modal .column, dialog .column, .reveal-modal .columns, dialog .columns {
  min-width: 0;
}
.reveal-modal > :first-child, dialog > :first-child {
  margin-top: 0;
}
.reveal-modal > :last-child, dialog > :last-child {
  margin-bottom: 0;
}
@media only screen and (min-width:41.75em) {
  .reveal-modal, dialog {
    width: 80%;
    max-width: 62.5rem;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}
.reveal-modal, dialog {
  background-color: #fff;
  padding: 1.25rem;
  border: solid 1px #666666;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
@media only screen and (min-width:41.75em) {
  .reveal-modal, dialog {
    top: 6.25rem;
  }
}
.reveal-modal, dialog {
  padding: 1.875rem;
}
.reveal-modal.radius, dialog.radius {
  border-radius: 3px;
}
.reveal-modal.round, dialog.round {
  border-radius: 1000px;
}
.reveal-modal.collapse, dialog.collapse {
  padding: 0;
}
@media only screen and (min-width:41.75em) {
  .reveal-modal.tiny, dialog.tiny {
    width: 30%;
    max-width: 62.5rem;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}
@media only screen and (min-width:41.75em) {
  .reveal-modal.small, dialog.small {
    width: 40%;
    max-width: 62.5rem;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}
@media only screen and (min-width:41.75em) {
  .reveal-modal.medium, dialog.medium {
    width: 60%;
    max-width: 62.5rem;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}
@media only screen and (min-width:41.75em) {
  .reveal-modal.large, dialog.large {
    width: 70%;
    max-width: 62.5rem;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}
@media only screen and (min-width:41.75em) {
  .reveal-modal.xlarge, dialog.xlarge {
    width: 95%;
    max-width: 62.5rem;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}
@media only screen and (min-width:41.75em) {
  .reveal-modal.full, dialog.full {
    width: 100vw;
    max-width: 62.5rem;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}
.reveal-modal.full, dialog.full {
  top: 0;
  left: 0;
  height: 100%;
  height: 100vh;
  min-height: 100vh;
  max-width: none !important;
  margin-left: 0 !important;
}
.reveal-modal .close-reveal-modal, dialog .close-reveal-modal {
  font-size: 2.5rem;
  line-height: 1;
  position: absolute;
  top: 0.5rem;
  right: 0.6875rem;
  color: #AAAAAA;
  font-weight: bold;
  cursor: pointer;
}

dialog {
  display: none;
}
dialog::backdrop, dialog + .backdrop {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #000;
  background: rgba(0, 0, 0, 0.45);
  z-index: auto;
  display: none;
  left: 0;
}
dialog[open] {
  display: block;
}

@media print {
  dialog, .reveal-modal {
    display: none;
    background: #fff !important;
  }
}
meta.foundation-version {
  font-family: "/5.4.7/";
}

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0em;
}

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:41.75em)/";
  width: 41.75em;
}

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:64.063em)/";
  width: 64.063em;
}

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:90.063em)/";
  width: 90.063em;
}

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.063em)/";
  width: 120.063em;
}

meta.foundation-data-attribute-namespace {
  font-family: false;
}

html, body {
  height: 100%;
}

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

html,
body {
  font-size: 100%;
}

body {
  background: #fff;
  color: #222;
  padding: 0;
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.5;
  position: relative;
  cursor: auto;
}

a:hover {
  cursor: pointer;
}

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

img {
  -ms-interpolation-mode: bicubic;
}

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object {
  max-width: none !important;
}

.left {
  float: left !important;
}

.right {
  float: right !important;
}

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

.hide {
  display: none !important;
  visibility: hidden;
}

.invisible {
  visibility: hidden;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  display: inline-block;
  vertical-align: middle;
}

textarea {
  height: auto;
  min-height: 50px;
}

select {
  width: 100%;
}

/* small displays */
@media only screen {
  .show-for-small-only, .show-for-small-up, .show-for-small, .show-for-small-down, .hide-for-medium-only, .hide-for-medium-up, .hide-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important;
  }
  .hide-for-small-only, .hide-for-small-up, .hide-for-small, .hide-for-small-down, .show-for-medium-only, .show-for-medium-up, .show-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important;
  }
  .visible-for-small-only, .visible-for-small-up, .visible-for-small, .visible-for-small-down, .hidden-for-medium-only, .hidden-for-medium-up, .hidden-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }
  .hidden-for-small-only, .hidden-for-small-up, .hidden-for-small, .hidden-for-small-down, .visible-for-medium-only, .visible-for-medium-up, .visible-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
  }
  table.show-for-small-only, table.show-for-small-up, table.show-for-small, table.show-for-small-down, table.hide-for-medium-only, table.hide-for-medium-up, table.hide-for-medium, table.show-for-medium-down, table.hide-for-large-only, table.hide-for-large-up, table.hide-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important;
  }
  thead.show-for-small-only, thead.show-for-small-up, thead.show-for-small, thead.show-for-small-down, thead.hide-for-medium-only, thead.hide-for-medium-up, thead.hide-for-medium, thead.show-for-medium-down, thead.hide-for-large-only, thead.hide-for-large-up, thead.hide-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important;
  }
  tbody.show-for-small-only, tbody.show-for-small-up, tbody.show-for-small, tbody.show-for-small-down, tbody.hide-for-medium-only, tbody.hide-for-medium-up, tbody.hide-for-medium, tbody.show-for-medium-down, tbody.hide-for-large-only, tbody.hide-for-large-up, tbody.hide-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important;
  }
  tr.show-for-small-only, tr.show-for-small-up, tr.show-for-small, tr.show-for-small-down, tr.hide-for-medium-only, tr.hide-for-medium-up, tr.hide-for-medium, tr.show-for-medium-down, tr.hide-for-large-only, tr.hide-for-large-up, tr.hide-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row !important;
  }
  th.show-for-small-only, td.show-for-small-only, th.show-for-small-up, td.show-for-small-up, th.show-for-small, td.show-for-small, th.show-for-small-down, td.show-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.hide-for-medium-up, td.hide-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.show-for-medium-down, td.show-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.hide-for-large-up, td.hide-for-large-up, th.hide-for-large, td.hide-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important;
  }
}
/* medium displays */
@media only screen and (min-width:41.75em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .show-for-medium-only, .show-for-medium-up, .show-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important;
  }
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .hide-for-medium-only, .hide-for-medium-up, .hide-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important;
  }
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .visible-for-medium-only, .visible-for-medium-up, .visible-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .hidden-for-medium-only, .hidden-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
  }
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.show-for-medium-only, table.show-for-medium-up, table.show-for-medium, table.show-for-medium-down, table.hide-for-large-only, table.hide-for-large-up, table.hide-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important;
  }
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.show-for-medium-only, thead.show-for-medium-up, thead.show-for-medium, thead.show-for-medium-down, thead.hide-for-large-only, thead.hide-for-large-up, thead.hide-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important;
  }
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.show-for-medium-only, tbody.show-for-medium-up, tbody.show-for-medium, tbody.show-for-medium-down, tbody.hide-for-large-only, tbody.hide-for-large-up, tbody.hide-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important;
  }
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.show-for-medium-only, tr.show-for-medium-up, tr.show-for-medium, tr.show-for-medium-down, tr.hide-for-large-only, tr.hide-for-large-up, tr.hide-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row !important;
  }
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.show-for-medium-only, td.show-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.show-for-medium, td.show-for-medium, th.show-for-medium-down, td.show-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.hide-for-large-up, td.hide-for-large-up, th.hide-for-large, td.hide-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important;
  }
}
/* large displays */
@media only screen and (min-width:64.063em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important;
  }
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important;
  }
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
  }
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.show-for-large-only, table.show-for-large-up, table.show-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important;
  }
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.show-for-large-only, thead.show-for-large-up, thead.show-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important;
  }
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.show-for-large-only, tbody.show-for-large-up, tbody.show-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important;
  }
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.show-for-large-only, tr.show-for-large-up, tr.show-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row !important;
  }
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.show-for-large-only, td.show-for-large-only, th.show-for-large-up, td.show-for-large-up, th.show-for-large, td.show-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important;
  }
}
/* xlarge displays */
@media only screen and (min-width:90.063em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .hide-for-large-only, .show-for-large-up, .hide-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important;
  }
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .show-for-large-only, .hide-for-large-up, .show-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important;
  }
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .hidden-for-large-only, .visible-for-large-up, .hidden-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .visible-for-large-only, .hidden-for-large-up, .visible-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
  }
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-large-only, table.show-for-large-up, table.hide-for-large, table.hide-for-large-down, table.show-for-xlarge-only, table.show-for-xlarge-up, table.show-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important;
  }
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-large-only, thead.show-for-large-up, thead.hide-for-large, thead.hide-for-large-down, thead.show-for-xlarge-only, thead.show-for-xlarge-up, thead.show-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important;
  }
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-large-only, tbody.show-for-large-up, tbody.hide-for-large, tbody.hide-for-large-down, tbody.show-for-xlarge-only, tbody.show-for-xlarge-up, tbody.show-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important;
  }
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-large-only, tr.show-for-large-up, tr.hide-for-large, tr.hide-for-large-down, tr.show-for-xlarge-only, tr.show-for-xlarge-up, tr.show-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row !important;
  }
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.show-for-large-up, td.show-for-large-up, th.hide-for-large, td.hide-for-large, th.hide-for-large-down, td.hide-for-large-down, th.show-for-xlarge-only, td.show-for-xlarge-only, th.show-for-xlarge-up, td.show-for-xlarge-up, th.show-for-xlarge, td.show-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important;
  }
}
/* xxlarge displays */
@media only screen and (min-width:120.063em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .hide-for-large-only, .show-for-large-up, .hide-for-large, .hide-for-large-down, .hide-for-xlarge-only, .show-for-xlarge-up, .hide-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important;
  }
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .show-for-large-only, .hide-for-large-up, .show-for-large, .show-for-large-down, .show-for-xlarge-only, .hide-for-xlarge-up, .show-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important;
  }
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .hidden-for-large-only, .visible-for-large-up, .hidden-for-large, .hidden-for-large-down, .hidden-for-xlarge-only, .visible-for-xlarge-up, .hidden-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .visible-for-large-only, .hidden-for-large-up, .visible-for-large, .visible-for-large-down, .visible-for-xlarge-only, .hidden-for-xlarge-up, .visible-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .hidden-for-xxlarge-down {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
  }
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-large-only, table.show-for-large-up, table.hide-for-large, table.hide-for-large-down, table.hide-for-xlarge-only, table.show-for-xlarge-up, table.hide-for-xlarge, table.hide-for-xlarge-down, table.show-for-xxlarge-only, table.show-for-xxlarge-up, table.show-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important;
  }
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-large-only, thead.show-for-large-up, thead.hide-for-large, thead.hide-for-large-down, thead.hide-for-xlarge-only, thead.show-for-xlarge-up, thead.hide-for-xlarge, thead.hide-for-xlarge-down, thead.show-for-xxlarge-only, thead.show-for-xxlarge-up, thead.show-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important;
  }
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-large-only, tbody.show-for-large-up, tbody.hide-for-large, tbody.hide-for-large-down, tbody.hide-for-xlarge-only, tbody.show-for-xlarge-up, tbody.hide-for-xlarge, tbody.hide-for-xlarge-down, tbody.show-for-xxlarge-only, tbody.show-for-xxlarge-up, tbody.show-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important;
  }
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-large-only, tr.show-for-large-up, tr.hide-for-large, tr.hide-for-large-down, tr.hide-for-xlarge-only, tr.show-for-xlarge-up, tr.hide-for-xlarge, tr.hide-for-xlarge-down, tr.show-for-xxlarge-only, tr.show-for-xxlarge-up, tr.show-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row !important;
  }
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.show-for-large-up, td.show-for-large-up, th.hide-for-large, td.hide-for-large, th.hide-for-large-down, td.hide-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.show-for-xlarge-up, td.show-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.hide-for-xlarge-down, td.hide-for-xlarge-down, th.show-for-xxlarge-only, td.show-for-xxlarge-only, th.show-for-xxlarge-up, td.show-for-xxlarge-up, th.show-for-xxlarge, td.show-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important;
  }
}
/* Orientation targeting */
.show-for-landscape,
.hide-for-portrait {
  display: inherit !important;
}

.hide-for-landscape,
.show-for-portrait {
  display: none !important;
}

/* Specific visibility for tables */
table.hide-for-landscape, table.show-for-portrait {
  display: table !important;
}

thead.hide-for-landscape, thead.show-for-portrait {
  display: table-header-group !important;
}

tbody.hide-for-landscape, tbody.show-for-portrait {
  display: table-row-group !important;
}

tr.hide-for-landscape, tr.show-for-portrait {
  display: table-row !important;
}

td.hide-for-landscape, td.show-for-portrait,
th.hide-for-landscape,
th.show-for-portrait {
  display: table-cell !important;
}

@media only screen and (orientation: landscape) {
  .show-for-landscape,
  .hide-for-portrait {
    display: inherit !important;
  }
  .hide-for-landscape,
  .show-for-portrait {
    display: none !important;
  }
  /* Specific visibility for tables */
  table.show-for-landscape, table.hide-for-portrait {
    display: table !important;
  }
  thead.show-for-landscape, thead.hide-for-portrait {
    display: table-header-group !important;
  }
  tbody.show-for-landscape, tbody.hide-for-portrait {
    display: table-row-group !important;
  }
  tr.show-for-landscape, tr.hide-for-portrait {
    display: table-row !important;
  }
  td.show-for-landscape, td.hide-for-portrait,
  th.show-for-landscape,
  th.hide-for-portrait {
    display: table-cell !important;
  }
}
@media only screen and (orientation: portrait) {
  .show-for-portrait,
  .hide-for-landscape {
    display: inherit !important;
  }
  .hide-for-portrait,
  .show-for-landscape {
    display: none !important;
  }
  /* Specific visibility for tables */
  table.show-for-portrait, table.hide-for-landscape {
    display: table !important;
  }
  thead.show-for-portrait, thead.hide-for-landscape {
    display: table-header-group !important;
  }
  tbody.show-for-portrait, tbody.hide-for-landscape {
    display: table-row-group !important;
  }
  tr.show-for-portrait, tr.hide-for-landscape {
    display: table-row !important;
  }
  td.show-for-portrait, td.hide-for-landscape,
  th.show-for-portrait,
  th.hide-for-landscape {
    display: table-cell !important;
  }
}
/* Touch-enabled device targeting */
.show-for-touch {
  display: none !important;
}

.hide-for-touch {
  display: inherit !important;
}

.touch .show-for-touch {
  display: inherit !important;
}

.touch .hide-for-touch {
  display: none !important;
}

/* Specific visibility for tables */
table.hide-for-touch {
  display: table !important;
}

.touch table.show-for-touch {
  display: table !important;
}

thead.hide-for-touch {
  display: table-header-group !important;
}

.touch thead.show-for-touch {
  display: table-header-group !important;
}

tbody.hide-for-touch {
  display: table-row-group !important;
}

.touch tbody.show-for-touch {
  display: table-row-group !important;
}

tr.hide-for-touch {
  display: table-row !important;
}

.touch tr.show-for-touch {
  display: table-row !important;
}

td.hide-for-touch {
  display: table-cell !important;
}

.touch td.show-for-touch {
  display: table-cell !important;
}

th.hide-for-touch {
  display: table-cell !important;
}

.touch th.show-for-touch {
  display: table-cell !important;
}

/* Print visibility */
@media print {
  .show-for-print {
    display: block;
  }
  .hide-for-print {
    display: none;
  }
  table.show-for-print {
    display: table !important;
  }
  thead.show-for-print {
    display: table-header-group !important;
  }
  tbody.show-for-print {
    display: table-row-group !important;
  }
  tr.show-for-print {
    display: table-row !important;
  }
  td.show-for-print {
    display: table-cell !important;
  }
  th.show-for-print {
    display: table-cell !important;
  }
}
.u-clearfix:before,
.u-clearfix:after {
  content: " ";
  display: table;
}

.u-clearfix:after {
  clear: both;
}

.u-block {
  display: block !important;
}

.u-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}

.u-left {
  float: left;
}

.u-right {
  float: right;
}

.u-relative {
  position: relative;
}

.u-borderAB {
  border: 1px solid #e3e3e3 !important;
}

.u-borderVB {
  border-top: 1px solid #e3e3e3 !important;
  border-bottom: 1px solid #e3e3e3 !important;
}

.u-borderTB {
  border-top: 1px solid #e3e3e3 !important;
}

.u-borderRB {
  border-right: 1px solid #e3e3e3 !important;
}

.u-borderBB {
  border-bottom: 1px solid #e3e3e3 !important;
}

.u-borderLB {
  border-left: 1px solid #e3e3e3 !important;
}

.u-spaceAN {
  margin: 0 !important;
}

.u-spaceVN {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.u-spaceTN {
  margin-top: 0 !important;
}

.u-spaceRN {
  margin-right: 0 !important;
}

.u-spaceBN {
  margin-bottom: 0 !important;
}

.u-spaceLN {
  margin-left: 0 !important;
}

.u-spaceAXS {
  margin: 5px !important;
}

.u-spaceVXS {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}

.u-spaceTXS {
  margin-top: 5px !important;
}

.u-spaceRXS {
  margin-right: 5px !important;
}

.u-spaceBXS {
  margin-bottom: 5px !important;
}

.u-spaceLXS {
  margin-left: 5px !important;
}

.u-spaceAS {
  margin: 10px !important;
}

.u-spaceVS {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

.u-spaceTS {
  margin-top: 10px !important;
}

.u-spaceRS {
  margin-right: 10px !important;
}

.u-spaceBS {
  margin-bottom: 10px !important;
}

.u-spaceLS {
  margin-left: 10px !important;
}

.u-spaceAB {
  margin: 20px !important;
}

.u-spaceVB {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

.u-spaceTB {
  margin-top: 20px !important;
}

.u-spaceRB {
  margin-right: 20px !important;
}

.u-spaceBB {
  margin-bottom: 20px !important;
}

.u-spaceLB {
  margin-left: 20px !important;
}

.u-spaceAL {
  margin: 30px !important;
}

.u-spaceNTL {
  margin-top: -30px !important;
}

.u-spaceVL {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}

.u-spaceTL {
  margin-top: 30px !important;
}

.u-spaceRL {
  margin-right: 30px !important;
}

.u-spaceBL {
  margin-bottom: 30px !important;
}

.u-spaceLL {
  margin-left: 30px !important;
}

.u-spaceAXL {
  margin: 40px !important;
}

.u-spaceVXL {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}

.u-spaceTXL {
  margin-top: 40px !important;
}

.u-spaceRXL {
  margin-right: 40px !important;
}

.u-spaceBXL {
  margin-bottom: 40px !important;
}

.u-spaceLXL {
  margin-left: 40px !important;
}

.u-textReplace {
  position: absolute;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

.u-textLeft {
  text-align: left;
}

.u-textRight {
  text-align: right;
}

.u-textCenter {
  text-align: center;
}

.u-textCapitalize {
  text-transform: capitalize !important;
}

.u-textUppercase {
  text-transform: uppercase !important;
}

.u-textUnderline {
  text-decoration: underline !important;
}

.aligncenter {
  text-align: center;
}

.alignright {
  margin: 0 auto;
  float: none;
  clear: both;
}
@media screen and (min-width: 41.75em) {
  .alignright {
    float: right;
    margin: 0 0 20px 20px;
    clear: none;
  }
}

.alignleft {
  margin: 0 auto;
  float: none;
  clear: both;
}
@media screen and (min-width: 41.75em) {
  .alignleft {
    float: left;
    margin: 0 20px 20px 0;
    clear: none;
  }
}

.u-hideMobile {
  display: none;
}
@media screen and (min-width: 41.6875em) {
  .u-hideMobile {
    display: block;
  }
}

.u-hideDesktop {
  display: block;
}
@media screen and (min-width: 41.6875em) {
  .u-hideDesktop {
    display: none;
  }
}

body {
  font: 300 16px/1.75 "brandon-grotesque", "Darwin", Helvetica, sans-serif;
}
@media screen and (max-width: 41.6875em) {
  body {
    content: "small-screen";
  }
}

@font-face {
  font-family: "DarwinAlt";
  font-style: italic;
  font-weight: 700;
  src: url("../fonts/DE0A4_8_0.eot");
  src: url("../fonts/2DE0A4_8_0.eot?#iefix") format("embedded-opentype"), url("../fonts/2DE0A4_8_0.woff2") format("woff2"), url("../fonts/2DE0A4_8_0.woff") format("woff"), url("../fonts/2DE0A4_8_0.ttf") format("truetype");
}
@font-face {
  font-family: "Darwin";
  font-style: italic;
  font-weight: 700;
  src: url("../fonts/2DE0A4_A_0.eot");
  src: url("../fonts/2DE0A4_A_0.eot?#iefix") format("embedded-opentype"), url("../fonts/2DE0A4_A_0.woff2") format("woff2"), url("../fonts/2DE0A4_A_0.woff") format("woff"), url("../fonts/2DE0A4_A_0.ttf") format("truetype");
}
@font-face {
  font-family: "DarwinAlt";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/2DE0A4_B_0.eot");
  src: url("../fonts/2DE0A4_B_0.eot?#iefix") format("embedded-opentype"), url("../fonts/2DE0A4_B_0.woff2") format("woff2"), url("../fonts/2DE0A4_B_0.woff") format("woff"), url("../fonts/2DE0A4_B_0.ttf") format("truetype");
}
@font-face {
  font-family: "Darwin";
  font-weight: 700;
  src: url("../fonts/2DE0A4_D_0.eot");
  src: url("../fonts/2DE0A4_D_0.eot?#iefix") format("embedded-opentype"), url("../fonts/2DE0A4_D_0.woff2") format("woff2"), url("../fonts/2DE0A4_D_0.woff") format("woff"), url("../fonts/2DE0A4_D_0.ttf") format("truetype");
}
@font-face {
  font-family: "Darwin";
  font-style: italic;
  font-weight: 300;
  src: url("../fonts/2DE0A4_10_0.eot");
  src: url("../fonts/2DE0A4_10_0.eot?#iefix") format("embedded-opentype"), url("../fonts/2DE0A4_10_0.woff2") format("woff2"), url("../fonts/2DE0A4_10_0.woff") format("woff"), url("../fonts/2DE0A4_10_0.ttf") format("truetype");
}
@font-face {
  font-family: "Darwin";
  font-weight: 300;
  src: url("../fonts/2DE0A4_11_0.eot");
  src: url("../fonts/2DE0A4_11_0.eot?#iefix") format("embedded-opentype"), url("../fonts/2DE0A4_11_0.woff2") format("woff2"), url("../fonts/2DE0A4_11_0.woff") format("woff"), url("../fonts/2DE0A4_11_0.ttf") format("truetype");
}
@font-face {
  font-family: "Darwin";
  src: url("../fonts/2DE0A4_13_0.eot");
  src: url("../fonts/2DE0A4_13_0.eot?#iefix") format("embedded-opentype"), url("../fonts/2DE0A4_13_0.woff2") format("woff2"), url("../fonts/2DE0A4_13_0.woff") format("woff"), url("../fonts/2DE0A4_13_0.ttf") format("truetype");
}
* {
  -webkit-font-smoothing: antialiased;
}

body {
  font: 300 16px/1.75 "brandon-grotesque", "Darwin", Helvetica, sans-serif;
}

a {
  color: inherit;
  text-decoration: none;
}

em {
  font-style: italic;
}

strong {
  font-weight: 700;
}

sub {
  font-size: 0.75em;
  vertical-align: sub;
}

sup {
  font-size: 0.75em;
  vertical-align: super;
}

h1, h2, h3, h4, h5, h6 {
  color: #222222;
}

.alpha {
  font-size: 3em;
  font-weight: 400;
  line-height: 1;
  text-transform: inherit;
}

.beta {
  font-size: 2em;
  font-weight: 400;
  line-height: 1;
  text-transform: inherit;
}

.gamma {
  font-size: 1.5em;
  font-weight: 400;
  line-height: 1;
  text-transform: inherit;
}

.delta {
  font-size: 1.333em;
  font-weight: 400;
  line-height: 1;
  text-transform: inherit;
}

.epsilon {
  font-size: 1.1667em;
  font-weight: 400;
  line-height: 1.25;
  text-transform: inherit;
}

.zeta {
  font-size: 1em;
  font-weight: 400;
  line-height: 1.25;
  text-transform: inherit;
}

h1,
.alpha--heavy {
  font-family: "brandon-grotesque", "DarwinAlt", Helvetica, sans-serif;
  font-size: 2em;
}
@media screen and (min-width: 41.75em) {
  h1,
  .alpha--heavy {
    font-size: 3em;
  }
}
h1,
.alpha--heavy {
  font-weight: 700;
  line-height: 1.2;
}

h2,
.beta--heavy {
  font-family: "brandon-grotesque", "DarwinAlt", Helvetica, sans-serif;
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1;
}
@media screen and (min-width: 41.75em) {
  h2,
  .beta--heavy {
    font-size: 2em;
  }
}

h3,
.gamma--heavy {
  font-family: "brandon-grotesque", "DarwinAlt", Helvetica, sans-serif;
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.2;
}

h4,
.delta--heavy {
  font-family: "brandon-grotesque", "DarwinAlt", Helvetica, sans-serif;
  font-size: 1.333em;
  font-weight: 700;
  line-height: 1.5;
}

h5,
.epsilon--heavy {
  font-family: "brandon-grotesque", "DarwinAlt", Helvetica, sans-serif;
  font-size: 1.1667em;
  font-weight: 700;
  line-height: 1.5;
}

h6,
.zeta--heavy {
  font-family: "brandon-grotesque", "DarwinAlt", Helvetica, sans-serif;
  font-size: 1em;
  font-weight: 700;
  line-height: 1.5;
}

/*
 * Generic sidebar headings
 */
.infoCardHeading {
  margin-bottom: 5px;
}

.infoCardHeading-title {
  color: #999999;
  font: 700 13px "brandon-grotesque", "Darwin", Helvetica, sans-serif;
  text-transform: uppercase;
  margin: 0 0 5px;
}

.text--xDark {
  color: #222222;
}

.text--dark {
  color: #333333;
}

.text--light {
  color: #999999;
}

.text--white {
  color: #fff;
}

.text--strong {
  font-weight: 900;
}

.macro {
  font-size: 1.5em;
  text-transform: uppercase;
}

.micro {
  font-size: 0.75em;
}

.micro--heavy {
  font-size: 0.75em;
  font-weight: 700;
}

.row--fullWidthBorder {
  border-top: 1px solid #e3e3e3;
  padding: 30px 0;
}

.row--borderBottom {
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

/*
 * Buttonz
 */
button {
  -webkit-tap-highlight-color: transparent;
  appearance: none;
  -webkit-appearance: none;
  background: transparent;
  border: 0;
  line-height: 1;
  padding: 0;
}
button:focus {
  outline: none;
}
button:disabled {
  color: #333333;
  cursor: pointer;
}

.button {
  -webkit-tap-highlight-color: transparent;
  background-color: #629ec2;
  border: 1px solid #629ec2;
  border-radius: 2px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "brandon-grotesque", "Darwin", Helvetica, sans-serif;
  font-size: 1em;
  line-height: 1.13;
  padding: 0.8em 1em;
  position: relative;
  text-decoration: none;
  text-align: center;
  transition: 0.3s ease all;
}

/*
 * Button sizes
 */
.button--xxSmall {
  font-size: 0.7em;
  padding: 0.3em 0.6em;
}

.button--xSmall {
  font-size: 0.75em;
  padding: 0.5em 0.8em;
}

.button--small {
  font-size: 0.875em;
  padding: 0.7em 1em;
}

.button--large {
  font-size: 1em;
  padding: 1.2em 1.4em;
}

.button--fullWidth {
  display: block;
  width: 100%;
}

/*
 * Button colors
 */
.button--white {
  background-color: #fff;
  border-color: #999999;
  color: #333333;
}
.button--white:hover {
  background-color: #999999;
  color: #fff;
}

.button--light {
  background-color: #ecf1f2;
  border-color: #629ec2;
  color: #629ec2;
}
.button--light:hover {
  background-color: #629ec2;
  color: #fff;
}

.button--grey {
  background-color: #999999;
  border-color: #999999;
  color: #fff;
}
.button--grey:hover {
  background-color: rgb(140.25, 140.25, 140.25);
  border-color: rgb(140.25, 140.25, 140.25);
}

.button--black {
  background-color: #000;
  border-color: #000;
  color: #fff;
}
.button--black:hover {
  background-color: rgb(38.25, 38.25, 38.25);
  border-color: rgb(38.25, 38.25, 38.25);
}

.button--green {
  background-color: #669669;
  border-color: #669669;
  color: #fff;
}
.button--green:hover {
  background-color: rgb(91.6785714286, 134.8214285714, 94.375);
  border-color: rgb(91.6785714286, 134.8214285714, 94.375);
}

.button--blue {
  background-color: #629ec2;
  border-color: #629ec2;
  color: #fff;
}
.button--blue:hover {
  background-color: rgb(79.6353211009, 146.6536697248, 186.8646788991);
  border-color: rgb(79.6353211009, 146.6536697248, 186.8646788991);
}

.button--blank {
  appearance: none;
  background: none;
  border: 0;
  border-radius: 0;
  margin: 0;
  padding: 0;
}

/*
 * Button shape
 */
.button--bordered {
  border-radius: 2px;
}

/*
 * Inputs
 */
input[type=search],
input[type=text],
input[type=email] {
  -webkit-tap-highlight-color: transparent;
  appearance: none;
  background-color: #fff;
  border-radius: 1px;
  border: 1px solid #e3e3e3;
  box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.1);
  display: inline-block;
  font: 0.875em "brandon-grotesque", "Darwin", Helvetica, sans-serif;
  line-height: 38px;
  height: 38px;
  padding: 0 10px;
}
input[type=search]:focus,
input[type=text]:focus,
input[type=email]:focus {
  border-color: #629ec2;
  outline: none;
}
input[type=search]::-webkit-input-placeholder,
input[type=text]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder {
  color: #999999;
  font-family: "Merriweather", georgia, serif;
  font-style: italic;
}
input[type=search]:-moz-placeholder,
input[type=text]:-moz-placeholder,
input[type=email]:-moz-placeholder { /* Firefox 18- */
  color: #999999;
  font-family: "Merriweather", georgia, serif;
  font-style: italic;
}
input[type=search]::-moz-placeholder,
input[type=text]::-moz-placeholder,
input[type=email]::-moz-placeholder { /* Firefox 19+ */
  color: #999999;
  font-family: "Merriweather", georgia, serif;
  font-style: italic;
}
input[type=search]:-ms-input-placeholder,
input[type=text]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder {
  color: #999999;
  font-family: "Merriweather", georgia, serif;
  font-style: italic;
}

/*
 * Selects
 */
select {
  -ms-appearance: none;
  appearance: none;
  background-color: #fff;
  background-image: url(../images/icons/select-arrow.png);
}
@media (min-resolution: 192dpi) {
  select {
    background-image: url(../images/icons/select-arrow@2x.png);
    background-size: 8px 11px;
  }
}
select {
  background-repeat: no-repeat;
  background-position: right center;
  background-position: calc(100% - 12px) center;
  border: 1px solid #e3e3e3;
  border-radius: 1px;
  color: #333333;
  cursor: pointer;
  font: 0.875em "brandon-grotesque", "Darwin", Helvetica, sans-serif;
  line-height: 38px;
  padding-left: 14px;
  padding-right: 30px;
  text-overflow: "";
  overflow: hidden;
  height: 38px;
  transition: 0.3s ease all;
}
select:after {
  content: "\f0dc";
  position: absolute;
  right: 20%;
}
select:focus {
  border-color: #629ec2;
  outline: none;
}
select:disabled {
  border: 1px solid #e3e3e3;
  color: #e3e3e3;
  cursor: default;
}
select::-ms-expand {
  display: none;
}

.ie9 select {
  background-image: none;
}

/*
 * Gravity Forms
 *
 * hahaha...
 */
.gform_wrapper {
  background-color: #fff;
  max-width: 100%;
}

.gform_wrapper form {
  padding: 0 20px;
}

.gform_wrapper .gform_heading {
  border-bottom: 1px solid #e3e3e3;
  padding-top: 10px;
  padding-bottom: 20px;
  width: 100%;
}

.gform_wrapper .gform_footer {
  padding-bottom: 20px !important;
}

.gform_wrapper .gform_title {
  margin: 0;
}

.gform_wrapper label {
  font-family: "brandon-grotesque", "Darwin", Helvetica, sans-serif;
}

.gform_wrapper input {
  font-size: 0.875em;
  font-family: "brandon-grotesque", "Darwin", Helvetica, sans-serif !important;
}

.gform_wrapper select {
  font-size: 0.875em;
  font-family: "brandon-grotesque", "Darwin", Helvetica, sans-serif !important;
}

.gform_name.field_sublabel_above .gfield_label,
.gform_wrapper .gfield_required,
.gform_rules_regulations .gfield_label {
  display: none !important;
}

.gform_rules_regulations label {
  color: #333333;
  font-size: 0.875em;
  font-style: italic !important;
}

.gform_rules_regulations a {
  color: #629ec2;
  font-size: 1em;
}

.gform_wrapper .gfield_label {
  font-size: 0.875em;
  font-weight: 300 !important;
}

.gform_wrapper div.validation_error {
  border: 1px solid #790000;
  font-size: 0.875em;
  padding: 10px;
}

.gfield_error {
  border-left: 1px solid #C89797;
  border-right: 1px solid #C89797;
  padding-left: 10px;
  padding-right: 10px;
}

.gform_wrapper .ginput_container + .gfield_description.validation_message {
  font-size: 0.875em;
}

.recaptcha_input_area input {
  border: 1px solid #e3e3e3 !important;
}

.gform_button {
  background-color: #629ec2;
  border-color: #629ec2;
  color: #fff;
}
.gform_button:hover {
  background-color: rgb(79.6353211009, 146.6536697248, 186.8646788991);
  border-color: rgb(79.6353211009, 146.6536697248, 186.8646788991);
}

.gform_wrapper .gfield_checkbox li label {
  font-weight: 400 !important;
}

.recaptcha_only_if_privacy a {
  color: #999999 !important;
  font-family: "brandon-grotesque", "Darwin", Helvetica, sans-serif !important;
  font-size: 0.875em;
}

/*
 * siteHeader
 *
 * component for site header
 */
.siteHeader-masthead {
  border-bottom: 1px solid #F6ECCE;
}
.siteHeader-masthead .socialIcons {
  margin-top: 25px;
}

.siteHeader-banner {
  float: left;
}
@media screen and (min-width: 64.063em) {
  .siteHeader-banner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
        align-items: flex-end;
  }
}

.siteHeader-logo {
  width: 325px;
  height: auto;
}
@media screen and (min-width: 64.063em) {
  .siteHeader-logo {
    float: left;
    margin-right: 30px;
  }
}

.siteHeader-tagline {
  color: #3f431e;
  font: italic 1.1667em "Merriweather", georgia;
  margin-bottom: 24px;
}
@media screen and (max-width: 64em) {
  .siteHeader-tagline {
    margin-top: 10px;
  }
}

.siteHeader-navigationWrapper {
  background-color: #8C995C;
  width: 100%;
  z-index: 200;
  transition: 0.3s top ease;
}
.siteHeader-navigationWrapper .row {
  width: 100%;
  max-width: 970px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
}
.siteHeader-navigationWrapper.is-active {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  padding: 0 15px;
}

.siteHeader-miniLogo {
  display: none;
  height: 45px;
  width: 45px;
  position: absolute;
  left: 0;
  top: 50%;
  -ms-transform: translate(-200%, -50%);
      transform: translate(-200%, -50%);
  transition: 0.3s ease all;
}

@media screen and (min-width: 710px) {
  .siteHeader-navigationWrapper.is-active .siteHeader-miniLogo {
    display: block;
    -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
  }
  .siteHeader-navigationWrapper.is-active .navTabs {
    -ms-transform: translate(60px, 0);
        transform: translate(60px, 0);
  }
}

/*
 * Main
 *
 * wraps content and sidebar
 */
.siteMain {
  display: block;
  background-color: #F6ECCE;
  overflow: hidden;
}

.siteMain--fullWidth {
  padding-top: 30px;
}

.siteMain--twoColumn .sitePrimary {
  margin-right: -10px;
  padding-top: 0;
  padding-right: 20px;
}

.single .sitePrimary {
  padding-top: 25px;
}

.siteSecondary {
  padding-top: 0;
}

/**
 * Site footer
 */
.site-footer {
  padding-top: 30px;
  padding-bottom: 30px;
}

::selection {
  background: #759fab;
  color: #fff;
}

.tax-issue .mobileNav-toggleButton, .tax-issue .siteHeader-navigation {
  display: none;
}

.atWorkHeader {
  background-color: #8C995C !important;
  color: #fff !important;
}
.atWorkHeader .navTabs-label {
  color: #fff !important;
}

.atWorkHeader-tagline {
  color: #fff !important;
  font-family: "adobe-garamond-pro", georgia !important;
}

.atWorkHeader-nopadding {
  padding: 0 !important;
}

/*
 * Base list
 */
.list-item {
  margin-bottom: 20px;
}

.list-itemTitle {
  color: #333333;
  font-size: 1em;
  line-height: 1.2;
  margin-bottom: 5px;
}

.list-itemDescription {
  color: #999999;
  font-size: 0.75em;
  font-weight: 700;
  line-height: 1.4;
}

.list-itemInfo {
  display: block;
  margin-top: 15px;
  padding-top: 5px;
}
.list-itemInfo--subtitle {
  padding-top: 0;
}

/*
 * Bulletted list
 */
.list-itemBullet {
  display: block;
  background: #629ec2;
  border-radius: 50%;
  color: #fff;
  float: left;
  line-height: 30px;
  margin-right: 5px;
  text-align: center;
  height: 30px;
  width: 30px;
  transition: 0.3s ease all;
}
.list-itemBullet.is-active {
  background: rgb(79.6353211009, 146.6536697248, 186.8646788991);
}

.list--bullet .list-itemInfo {
  margin-left: 40px;
}

/*
 * White list
 */
.list--white .list-itemTitle {
  color: #fff;
}
.list--white .list-itemDescription {
  color: #fff;
}

.blockList-item {
  border-bottom: 1px solid #e3e3e3;
  margin-bottom: 10px;
  padding-bottom: 20px;
}

.blockList-header {
  margin-bottom: 20px;
}

.blockList-body {
  font-size: 0.875em;
  font-family: "brandon-grotesque", "Merriweather", georgia;
}
.blockList-body a {
  color: #629ec2;
}

[class*=column] + [class*=column]:last-child {
  float: left;
}

.blockList-thumbnail + .blockList-content {
  margin-left: 260px;
}

.hubDetail {
  margin-top: 20px;
}
.hubDetail h2 {
  font-size: 1.333em;
  font-weight: 400;
  line-height: 1;
  text-transform: inherit;
  margin-top: 20px;
  margin-bottom: 20px;
}
.hubDetail blockquote {
  font-weight: bold;
}
.hubDetail p {
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: "brandon-grotesque", "Merriweather", georgia;
  line-height: 2;
  margin-bottom: 20px;
}
.hubDetail ul {
  font-family: "brandon-grotesque", "Merriweather", georgia;
  line-height: 2;
  margin-bottom: 20px;
  list-style: inherit;
  margin-left: 20px;
}

/*
 * Generic page styling
 */
.article-content h1, .article-content h2, .article-content h3, .article-content h4, .article-content h5, .article-content h6, .article-content p {
  margin-bottom: 20px;
}
.article-content p {
  font-size: 0.875em;
  font-family: "Merriweather", georgia;
}
.article-content a {
  color: #629ec2;
}

.articleHeader {
  font-size: 1.5em;
  margin-bottom: 10px;
}
.articleHeader span {
  color: #629ec2;
  font: italic 1.1667em "Merriweather", georgia;
}

.articleBlock {
  overflow: hidden;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e3e3e3;
}
.articleBlock.last {
  border-bottom: none;
}

.articleTitle {
  line-height: 1em;
}
.articleTitle em {
  color: #629ec2;
  font-family: "brandon-grotesque", "Merriweather", georgia;
  font-style: italic;
  font-weight: 500;
}

.articleFeatureImage {
  float: left;
  width: 232px;
  height: 166px;
  background-size: cover;
  background-position: center center;
}
@media screen and (max-width: 41.6875em) {
  .articleFeatureImage {
    width: 100%;
    margin-bottom: 20px;
  }
}

.articlePost {
  padding-left: 260px;
}
@media screen and (max-width: 41.6875em) {
  .articlePost {
    padding-left: 0;
  }
}

.articlePost-noImage {
  padding-left: 0;
}

.articleExcerpt {
  font-size: 0.875em;
  font-family: "brandon-grotesque", "Merriweather", georgia;
}
.articleExcerpt a {
  color: #629ec2;
}

.featuredArticle-postType {
  position: absolute;
  top: 20px;
  left: 20px;
  font: italic 1.1667em "Merriweather", georgia;
  font-size: 1em;
  color: #fff;
}

.featuredArticle-overlay {
  background-color: rgb(0, 0, 0);
  opacity: 0.1;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.featuredArticle-overlay--noImage {
  opacity: 0.9;
}

.featuredArticle-block {
  background-repeat: no-repeat;
  margin-bottom: 20px;
  position: relative;
  width: auto;
  height: 224px;
}
@media screen and (max-width: 41.6875em) {
  .featuredArticle-block {
    width: 100%;
  }
}

.featuredArticle-blockHeader {
  position: absolute;
  z-index: 10;
  bottom: 0;
  padding: 20px;
  padding-bottom: 10px;
}

.featuredArticle-blockSubtitle {
  font-size: 0.875em;
  color: #fff;
}

/*
 * Suv Nav
 */
.navTabs {
  position: relative;
  transition: 0.3s ease all;
}
.navTabs.is-active {
  opacity: 0;
  visibility: hidden;
}
.navTabs .current-menu-item:before {
  border-bottom: 4px #629ec2 solid;
  content: "";
  position: absolute;
  bottom: 0;
  height: 4px;
  width: 40px;
  left: 50%;
  -ms-transform: translate(-50%, 0);
      transform: translate(-50%, 0);
}
.navTabs .current-menu-item.first:before {
  border-bottom: 4px #629ec2 solid;
  content: "";
  position: absolute;
  bottom: 0;
  height: 4px;
  width: 40px;
  left: 10%;
  -ms-transform: translate(-10%, 0);
      transform: translate(-10%, 0);
}

.navTabs-item {
  float: left;
}

.navTabs-itemHighlight {
  height: 0px;
  background: #629ec2;
  width: 40px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -ms-transform: translateX(-20px);
      transform: translateX(-20px);
  transition: height 0.2s;
}
.navTabs-itemHighlight.first {
  -ms-transform: translateX(-35px);
      transform: translateX(-35px);
}

.navTabs-itemLink {
  display: block;
  padding: 25px 20px 15px;
  min-height: 80px;
  border-bottom: 0px #629ec2 solid;
  -ms-transform: translate(-50%, 0);
      transform: translate(-50%, 0);
  -ms-transform: translate(-10%, 0);
      transform: translate(-10%, 0);
  transition: border-bottom 0.2s;
}
@media screen and (min-width: 64em) {
  .navTabs-itemLink {
    padding: 25px 25px 15px;
  }
}
.navTabs-itemLink {
  text-align: center;
  position: relative;
}
.navTabs-itemLink.first {
  padding-left: 0;
}
.navTabs-itemLink:after {
  content: "";
  position: absolute;
  color: #eeeeee;
  right: 0;
  top: 20px;
  width: 1px;
  height: 36px;
}
.navTabs-itemLink.last:after {
  display: none;
}
.navTabs-itemLink:hover .navTabs-itemHighlight {
  height: 4px;
  background: #629ec2;
  width: 40px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -ms-transform: translateX(-20px);
      transform: translateX(-20px);
  transition: height 0.2s;
}
.navTabs-itemLink:hover .navTabs-itemHighlight.first {
  -ms-transform: translateX(-35px);
      transform: translateX(-35px);
}

.navTabs-label {
  color: #333333;
  display: block;
  font-size: 0.875em;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 2;
  text-transform: uppercase;
}
.navTabs-label .langToggle {
  color: #3f431e;
  padding: 10px 10px 0 10px;
}

.navTabs-subLabel {
  color: #999999;
  display: block;
  font-size: 0.75em;
  font-weight: 700;
}

/*
 * Mobile Suv Nav
 */
.mobileNav-toggleButton {
  border-right: 1px solid #eeeeee;
  position: absolute;
  left: 0;
  width: 54px;
  height: 100%;
  z-index: 15;
  text-align: center;
  padding-top: 10px;
  top: 50%;
  -ms-transform: translateY(-40%);
      transform: translateY(-40%);
}
.mobileNav-toggleButton.is-active {
  border-bottom-color: #000;
}
.mobileNav-toggleButton.is-active:after {
  opacity: 1;
}
.mobileNav-toggleButton.is-active .mobileNav-rect:first-child {
  -ms-transform: rotate(45deg) translate(-2px, -12px);
      transform: rotate(45deg) translate(-2px, -12px);
}
.mobileNav-toggleButton.is-active .mobileNav-rect:nth-child(2) {
  opacity: 0;
}
.mobileNav-toggleButton.is-active .mobileNav-rect:last-child {
  -ms-transform: rotate(-45deg) translate(-2px, 12px);
      transform: rotate(-45deg) translate(-2px, 12px);
}
.mobileNav-toggleButton.mobileNavTabsClose {
  cursor: pointer;
  height: 45px;
  border-right: none;
  left: -10px;
}

.mobileNav-rect {
  -ms-transform-origin: 0;
      transform-origin: 0;
  transition: 0.3s ease all;
}

.mobileNav-svg {
  width: 45px;
  height: 54px;
  margin: auto;
}

.mobileNav-search {
  border-left: 1px solid #eeeeee;
  position: absolute;
  right: 0;
  top: 0;
  width: 54px;
  height: 100%;
  z-index: 15;
}

.siteHeaderMobile {
  margin: 4px 54px;
  text-align: center;
}

.siteHeaderMobile-logo {
  width: 130px;
  height: auto;
}

.siteHeaderMobile-tagline {
  color: #3f431e;
  font: italic 0.75em "Merriweather", georgia;
}

.mobileNav-body {
  background-color: #fff;
  list-style: none;
  opacity: 0;
  padding-bottom: 10px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  z-index: 20;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: 0.3s ease all;
  transform: translate3d(0, -100%, 0);
}
.mobileNav-body.is-active {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.mobileNavTabs-items {
  position: relative;
  top: 47px;
}

.mobileNavTabs-item {
  border-bottom: 1px solid #eeeeee;
  padding: 20px;
}
.mobileNavTabs-item:last-child {
  border-bottom: none;
}

.mobileNavTabs-label {
  color: #333333;
  display: block;
  font-size: 0.875em;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1;
  text-transform: uppercase;
}

/*
 * Mobile search form
 */
.mobileNav-searchForm {
  background-color: #fff;
  border-bottom: 1px solid #e3e3e3;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  opacity: 1;
  padding: 8px;
  height: 70px;
  width: 100%;
  -ms-transform: translateY(-100%);
      transform: translateY(-100%);
  transition: 0.3s ease all;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
}
.mobileNav-searchForm.is-active {
  opacity: 1;
  -ms-transform: translateY(0);
      transform: translateY(0);
}

input.mobileNav-searchInput {
  appearance: none;
  -webkit-appearance: none;
  border: none;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  -ms-flex: 1;
      flex: 1;
  margin-right: 8px;
  padding: 4px;
  height: 100%;
}
input.mobileNav-searchInput:focus {
  outline: 1px solid #eeeeee;
}

.mobileNav-searchSubmit {
  padding: 14px;
  font-size: 0.75em;
}

body.is-locked {
  position: fixed;
  max-width: 100%;
  width: 100%;
}
body.is-locked .bodyOverlay {
  width: 100%;
  height: 100%;
  opacity: 0.9;
  z-index: 20;
}

.bodyOverlay {
  position: fixed;
  top: 0;
  left: 0;
  overflow-y: scroll;
  background-color: #000;
  overflow: hidden;
  opacity: 0;
}

.shareIcons-box {
  color: #fff;
  cursor: pointer;
  display: block;
  line-height: 36px;
  margin-bottom: 5px;
  margin-right: 5px;
  text-align: center;
  height: 36px;
  width: 36px;
  transition: 0.3s ease all;
}

.shareIcons--horizontal .shareIcons-box {
  float: left;
}

.shareIconsBox--facebook {
  background-color: #1cadea;
}
.shareIconsBox--facebook:hover {
  background-color: rgb(20.0262096774, 158.3024193548, 216.4737903226);
}

.shareIconsBox--twitter {
  background-color: #345b95;
}
.shareIconsBox--twitter:hover {
  background-color: rgb(45.4029850746, 79.4552238806, 130.0970149254);
}

.shareIconsBox--print {
  background-color: #749fad;
}
.shareIconsBox--print:hover {
  background-color: rgb(99.9615384615, 147.9230769231, 163.5384615385);
}
@media screen and (max-width: 41.6875em) {
  .shareIconsBox--print {
    display: none;
  }
}

.shareIconsBox--more {
  background-color: #eeeeee;
  color: #333333;
}
.shareIconsBox--more:hover {
  background-color: rgb(225.25, 225.25, 225.25);
}

.socialIcons a {
  padding: 5px;
  color: #669669;
  transition: 0.3s ease all;
}
.socialIcons a:hover {
  color: rgb(91.6785714286, 134.8214285714, 94.375);
}

.socialIcons-item {
  display: inline-block;
}
@media screen and (max-width: 41.6875em) {
  .socialIcons-item {
    width: 13%;
  }
}
.socialIcons-item:hover {
  color: red;
}

.countryToggle {
  position: relative;
}

.countryToggle-button {
  background-color: #669669;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  color: #fff;
  font: 700 0.75em "brandon-grotesque", "Darwin", Helvetica, sans-serif;
  padding: 8px 12px;
  text-transform: uppercase;
  transition: 0.3s ease all;
}
.countryToggle-button:hover {
  background-color: rgb(91.6785714286, 134.8214285714, 94.375);
  border-color: rgb(91.6785714286, 134.8214285714, 94.375);
}

.countryToggle-buttonIcon {
  margin-right: 5px;
  position: relative;
  left: 5px;
}

.countryToggle-list {
  background-color: #F6ECCE;
  opacity: 0;
  transition: 200ms ease all;
  min-width: 80px;
  margin-left: -10px;
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  z-index: 100;
}
.countryToggle-list:focus {
  border: 1px solid black;
}

.countryToggle-listItem {
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: baseline;
      align-items: baseline;
  font: 700 0.875em "brandon-grotesque", "Darwin", Helvetica, sans-serif;
  padding: 8px 12px;
  text-transform: uppercase;
}
.countryToggle-listItem:hover {
  background-color: #F6ECCE;
}
.countryToggle-listItem span {
  margin-right: 14px;
}

.countryToggle.is-active .countryToggle-list {
  opacity: 1;
  visibility: visible;
}

/*
 * Full Width
 */
.countryToggle--fullWidth .countryToggle-button {
  width: 100%;
}
.countryToggle--fullWidth .countryToggle-list {
  margin: 0;
  width: 100%;
}
.countryToggle--fullWidth .countryToggle-listItem {
  -ms-flex-pack: center;
      justify-content: center;
}

.countryToggle--footer {
  margin-top: 20px;
}
@media screen and (min-width: 41.75em) {
  .countryToggle--footer {
    display: none;
  }
}

.ad {
  position: relative;
}
.ad div, .ad embed {
  vertical-align: top;
}

.ad-content {
  background: #fff;
  overflow: hidden;
  z-index: 800;
}
@media screen and (min-width: 758px) {
  .ad-content {
    border: 2px solid #fff;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  }
}

.adZone {
  min-height: 0;
  min-width: 1px;
}

.adZone--notitle .infoCardHeading {
  display: none;
}

/**
 * Responsive Leaderboard
 *
 * Medium: 	728x90; expandable to 728x315
 * Small: 	320x50
 */
.ad--leaderboard {
  margin: 20px auto;
}

.ad--header--small,
.ad--header--medium {
  margin-bottom: 0;
}

.ad--header--small,
.ad--footer--small {
  width: 320px;
  min-height: 50px;
}
@media screen and (min-width: 758px) {
  .ad--header--small,
  .ad--footer--small {
    display: none;
  }
}

.ad--header--medium,
.ad--footer--medium {
  display: none;
  width: 728px;
  min-height: 90px;
}
@media screen and (min-width: 758px) {
  .ad--header--medium,
  .ad--footer--medium {
    display: inherit;
  }
}

@media screen and (min-width: 41.75em) {
  .siteMain .ad--header--small,
  .siteMain .ad--header--medium {
    display: none;
  }
}

/**
 * Medium Rectangle
 *
 * 300x250; expandable to 600x250
 */
.ad--mediumRectangle {
  max-width: 300px;
}
@media screen and (min-width: 41.75em) {
  .ad--mediumRectangle {
    min-width: 300px;
  }
}
.ad--mediumRectangle {
  height: 250px;
  margin: 0 auto 10px;
}

/**
 * Bento Ad Wrapper
 */
.adBento {
  margin-bottom: 20px;
  min-height: 295px;
  text-align: center;
}

/**
 * Sidebar Ad Wrapper
 */
.sidebarAd {
  display: none;
  margin-left: none;
  text-align: left;
}
@media screen and (min-width: 64.063em) {
  .sidebarAd {
    display: inherit;
  }
}

/**
 * In-Body Ad Wrapper
 */
.bodyAd {
  display: inherit;
  text-align: center;
}

.interstitial {
  background-color: #fff;
  -ms-flex: 1;
      flex: 1;
  padding: 20px;
}
.interstitial p {
  font: 14px/22px "brandon-grotesque", "Merriweather", georgia;
  margin-bottom: 10px;
}
.interstitial p a {
  color: #629ec2;
  font-style: italic;
}

.interstitial-image {
  float: left;
  width: 30%;
}

.interstitial-body {
  margin-left: 35%;
  width: 65%;
}

.interstitial-title {
  margin-bottom: 10px;
}

.trendingTopics {
  margin-top: 40px;
  margin-bottom: 30px;
  text-align: center;
}

.trendingTopics-title {
  margin-bottom: 10px;
}

.trendingTopics-tags .button {
  margin-bottom: 6px;
}

.latestArticles {
  background-color: #fff;
}
.latestArticles--bento {
  margin-bottom: 30px;
}

.latestArticles-header {
  border-bottom: 1px solid #e3e3e3;
  padding-bottom: 4px;
  padding: 15px 15px 0;
}

.latestArticles-title {
  margin-bottom: 10px;
  float: left;
}

.latestArticles-body {
  overflow: hidden;
  padding: 5px 15px 15px;
}

.latestArticles--bento {
  position: relative;
}
@media screen and (min-width: 64.063em) {
  .latestArticles--bento .latestArticles-body {
    height: 430px;
    padding-right: 15px;
  }
  .latestArticles--bento .latestArticles-body:after {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 50%, rgb(255, 255, 255) 100%);
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 30px;
    width: 100%;
  }
}

.latestArticles-link {
  color: #629ec2;
  float: right;
  font-size: 0.875em;
  margin-top: 4px;
}

.recipeFinder-wrapper {
  margin-bottom: 20px;
  overflow: hidden;
}

.recipeFinder-block {
  margin-bottom: 5px;
}

.recipeFinder-blockLabel {
  font-size: 0.875em;
  color: #333333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (min-width: 41.75em) {
  .recipeFinder-blockLabel {
    font-size: 0.75em;
  }
}

.recipeFinder-button {
  background: #669669;
  width: 100%;
}

.recipeFinder-blockList select {
  background-size: 7px;
  font-family: "brandon-grotesque", "Merriweather", georgia;
  font-size: 0.75em;
}

.recipeFinder-textInput {
  width: 100%;
}

.recipeFinder-textInput {
  margin-bottom: 20px;
}
.recipeFinder-textInput:last-child {
  margin-bottom: 10px;
}

.recipeFinder-title {
  font-family: "brandon-grotesque", "Darwin", Helvetica, sans-serif;
  font-size: 24px;
}

.recipeFinder input[type=text] {
  font-size: 12px;
}
@media screen and (min-width: 41.75em) {
  .recipeFinder .recipeFinder-block {
    float: left;
    width: 16%;
    margin-right: 3px;
  }
}
@media screen and (min-width: 41.75em) {
  .recipeFinder .recipeFinder-button {
    width: 17%;
    float: left;
    margin-top: 28px;
  }
}

.recipeFinder--vertical .recipeFinder-block {
  width: 100%;
  min-width: 100%;
}
.recipeFinder--vertical .recipeFinder-button {
  width: 100%;
  margin-top: 0;
}

.footerUpper {
  overflow: hidden;
  border-bottom: 1px solid #eee;
}

.footerUpper-heroImage {
  background-image: url(../images/logo-alive-black2.png);
}
@media (min-resolution: 192dpi) {
  .footerUpper-heroImage {
    background-image: url(../images/logo-alive-black@2x2.png);
  }
}
.footerUpper-heroImage {
  background-size: 140px 51px;
  width: 140px;
  height: 51px;
  float: left;
  margin-right: 20px;
  background-size: 70%;
  background-repeat: no-repeat;
}
@media screen and (min-width: 41.6875em) {
  .footerUpper-heroImage {
    margin-right: 48px;
  }
}

.footerUpper-mobileHeader {
  display: block;
}
@media screen and (min-width: 41.6875em) {
  .footerUpper-mobileHeader {
    display: none;
  }
}
.footerUpper-mobileHeader {
  color: #629ec2;
  font-family: "brandon-grotesque", "Darwin", Helvetica, sans-serif;
  font-size: 0.75em;
  font-weight: normal;
  line-height: 1.2em;
  padding-top: 18px;
}

ul.row.footerUpper-logos {
  display: none;
  overflow: hidden;
}
@media screen and (min-width: 41.6875em) {
  ul.row.footerUpper-logos {
    display: block;
    margin-left: 130px;
  }
}

.footerUpper-listItem {
  float: right;
  text-align: center;
  width: 14%;
  padding-right: 0;
  padding-left: 2rem;
}
.footerUpper-listItem.end {
  float: right !important;
  text-align: right;
}

.footerUpper-listItem-link {
  margin: auto;
}

img.footerUpper-listItem-image {
  width: 100% !important;
  max-width: 70px;
  margin-right: 2px;
  filter: grayscale(100%);
  transition: 0.3s ease all;
}
img.footerUpper-listItem-image:hover {
  filter: grayscale(0%);
}

.removeRMargin {
  margin-right: 0 !important;
}

.logo-footer--mobile {
  display: block;
}
@media screen and (min-width: 41.6875em) {
  .logo-footer--mobile {
    display: none;
  }
}

img.logo-footer-image--mobile {
  max-width: 70px;
  filter: grayscale(100%);
  transition: 0.3s ease all;
}
img.logo-footer-image--mobile:hover {
  filter: grayscale(0%);
}

.footerLower {
  padding-top: 16px;
}

.footerLower-tagline {
  float: none;
  margin-bottom: 10px;
}
@media screen and (min-width: 41.6875em) {
  .footerLower-tagline {
    float: left;
  }
}
.footerLower-tagline {
  font-family: "brandon-grotesque", "Darwin", Helvetica, sans-serif;
  font-weight: 400;
  font-size: 1em;
}

.footerLower-navMenu {
  color: #629ec2;
  float: none;
}
@media screen and (min-width: 41.6875em) {
  .footerLower-navMenu {
    float: right;
  }
}

.footerLower-listItem {
  margin-bottom: 10px;
}
@media screen and (min-width: 41.6875em) {
  .footerLower-listItem {
    float: left;
  }
  .footerLower-listItem:after {
    content: "|";
    color: #999999;
    font-size: 0.75em;
    margin: 0 8px 0 4px;
  }
  .footerLower-listItem:last-of-type:after {
    content: "";
  }
}

.footerLower-listItemLink {
  font-size: 15px;
}

.footerLower-disclaimer {
  clear: both;
  color: #999999;
  margin-bottom: 10px;
  font-size: 0.7em;
}
@media screen and (min-width: 41.6875em) {
  .footerLower-disclaimer {
    font-size: 0.75em;
  }
}

.footerLower-copyright {
  color: #999999;
  font-size: 0.7em;
  height: 65px;
  background-image: url(/app/uploads/2022/12/EnFr_Wordmark_C.png);
  background-repeat: no-repeat;
  background-position: bottom right;
}
@media screen and (min-width: 41.6875em) {
  .footerLower-copyright {
    font-size: 0.75em;
  }
}

.siteHeader-navigation {
  position: relative;
}

.nav-search {
  transition: 0.3s ease all;
  padding: 1em;
  border-radius: 2em;
  border: 1px solid #eeeeee;
  background-color: #fff;
  margin-top: -25px;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  right: 0px;
}

.nav-searchField {
  transition: 0.3s ease all;
  opacity: 0;
  width: 0px;
}
.nav-searchField::-ms-clear {
  display: none;
}

.nav-searchButton {
  border-radius: 50px;
  position: absolute;
  height: 48px;
  width: 48px;
  top: 0;
  right: 0;
}
.nav-searchButton:hover {
  cursor: pointer;
}

.nav-search.is-active {
  width: 100%;
}
.nav-search.is-active .nav-searchField {
  opacity: 1;
  width: 100%;
  position: absolute;
  top: 4px;
  left: 0;
  border: none;
  box-shadow: none;
  border-radius: 2em;
  padding: 0 20px;
}
.nav-search.is-active .nav-searchButton {
  color: #000;
}

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

.searchPage {
  background-color: #F6ECCE;
}

.searchPage-searchForm {
  padding: 30px;
}
@media screen and (min-width: 64em) {
  .searchPage-searchForm {
    padding: 30px 150px 30px 30px;
  }
}
.searchPage-searchForm {
  display: block;
}

.searchPage-searchContent {
  border-top: 1px solid #e3e3e3;
}

.searchResultsColumns {
  border-right: 1px solid #e3e3e3;
}
@media screen and (max-width: 41.6875em) {
  .searchResultsColumns {
    border-right: none;
  }
}
.searchResultsColumns {
  padding: 30px;
}

.adColumns {
  padding: 30px;
}

.searchHeader-fieldWrapper {
  padding-right: 86px;
}

.searchHeader-field {
  width: 100%;
}

.searchHeader-searchButton {
  float: right;
  padding: 0.7em 2em;
  cursor: pointer;
  transition: 1s ease all;
}

.searchPage-bottomAd {
  padding: 30px 0;
}
@media screen and (max-width: 41.6875em) {
  .searchPage-bottomAd {
    display: none;
  }
}

.gsc-cursor-box.gs-bidi-start-align {
  overflow-x: hidden !important;
  text-align: center;
}

.gsc-thumbnail-inside {
  padding-left: 0 !important;
}

.gsc-url-top {
  padding-left: 0 !important;
  line-height: 1;
}

.gs-spelling a {
  color: #629ec2 !important;
}

.gs-title {
  overflow: hidden;
}
.gs-title a, .gs-title b {
  color: #629ec2 !important;
}

.gsc-result .gs-title {
  height: 1.5em !important;
}

.gsc-result-info {
  padding: 0px !important;
}

.gs-webResult.gs-result .gs-title:link a, .gs-webResult.gs-result .gs-title:link b, .gs-webResult.gs-result .gs-title:link i {
  color: #629ec2 !important;
}

.gs-spelling {
  padding-left: 0;
  padding-right: 0;
}

.gs-webResult .gs-snippet {
  line-height: 1.2;
}

.gsc-cursor {
  margin: 60px 0 40px !important;
}
.gsc-cursor .gsc-cursor-page {
  color: #333333 !important;
  font-size: 0.75em !important;
  margin: 0 20px !important;
}
.gsc-cursor .gsc-cursor-page.gsc-cursor-current-page {
  background-color: transparent !important;
  border-color: transparent !important;
  color: #333333 !important;
}
.gsc-cursor .pages {
  display: none !important;
  margin: 0 -20px !important;
}
.gsc-cursor .previouspostslink,
.gsc-cursor .nextpostslink {
  margin: 0 30px !important;
}

@media screen and (min-width: 41.75em) {
  .bentoColumn--large .bentoItem {
    min-height: 480px;
  }
}

.bentoItems {
  margin-bottom: -30px;
}

.bentoItem {
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  padding: 10px 15px 25px;
  min-height: 227px;
  margin-bottom: 30px;
  position: relative;
  top: 0;
  overflow: hidden;
}

.bentoItem-brand {
  background: #fff;
  text-align: center;
  padding-bottom: 5px;
}
.bentoItem-brand .bentoItem-title {
  color: #000;
}
.bentoItem-brand .brandItem-logo {
  margin: auto;
  padding-top: 15px;
}
.bentoItem-brand .brandItem-logo img {
  max-height: 85px;
}
@media screen and (min-width: 41.75em) {
  .bentoItem-brand .brandTile-logo {
    position: absolute;
    left: 0;
    top: 50%;
    -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    padding: 5px;
  }
}
.bentoItem-brand .brandItem-button {
  position: absolute;
  bottom: 20px;
  right: 0;
  left: 0;
  margin: auto;
}
.bentoItem-brand div:nth-child(1) {
  padding-top: 20px;
}

@media screen and (max-width: 41.6875em) {
  .bentoItem--height1wide {
    min-height: 283.75px;
  }
}

.bentoItem--height2 {
  min-height: 484px;
}
@media screen and (max-width: 41.6875em) {
  .bentoItem--height2 {
    min-height: 397.25px;
  }
}

.bentoItem--height2wide {
  min-height: 542px;
}
@media screen and (max-width: 41.6875em) {
  .bentoItem--height2wide {
    min-height: 454px;
  }
}

.bentoItem--advertisement {
  padding: 0;
}

.bentoItem-overlay {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  transition: 0.3s ease all;
}
.bentoItem-overlay.is-active {
  -ms-transform: scale(1.1);
      transform: scale(1.1);
}
.bentoItem-overlay div {
  background-color: rgba(0, 0, 0, 0.3);
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: 0.3s ease all;
}
.bentoItem-overlay div.is-active {
  background-color: rgba(118, 159, 171, 0.5);
}

.bentoItem-meta {
  color: #fff;
  font-family: "Merriweather";
  font-size: 0.875em;
  font-style: italic;
  position: relative;
  top: 0;
}

.bentoItem-header {
  position: absolute;
  bottom: 10px;
  padding-right: 10px;
}

.bentoItem-title {
  color: #fff;
  line-height: 1.2;
}

.bentoItem-subTitle {
  color: #fff;
  line-height: 1.2;
}

.bentoItem-accent--recipe:before {
  font-family: FontAwesome;
  content: "\f1b1";
  padding-right: 5px;
  font-style: normal;
}

.bentoItem-accent--post:before {
  font-family: FontAwesome;
  content: "\f18c";
  padding-right: 5px;
  font-style: normal;
}

.bentoItem-accent--category:before {
  font-family: FontAwesome;
  content: "\f187";
  padding-right: 5px;
  font-style: normal;
}

.bentoItem-accent--hub:before {
  font-family: FontAwesome;
  content: "\f1bb";
  padding-right: 5px;
  font-style: normal;
}

.bentoItem-accent--post_tag:before {
  font-family: FontAwesome;
  content: "\f02b";
  padding-right: 5px;
  font-style: normal;
}

.bentoItem--1,
.bentoItem--2,
.bentoItem--8,
.bentoItem--9 {
  min-height: 480px;
}

.bentoItem--10 .bentoItem--10 {
  clear: both;
}

.paginationWrapper {
  margin-bottom: 20px;
}

.wp-pagenavi {
  text-align: center;
  color: #629ec2;
  font-size: 0.75em;
  margin-bottom: 40px;
}
.wp-pagenavi a {
  border: none;
  display: inline-block;
}
@media screen and (max-width: 41.75em) {
  .wp-pagenavi a {
    padding: 3px 0;
  }
}
@media screen and (max-width: 41.75em) {
  .wp-pagenavi .extend {
    display: none;
  }
}
.wp-pagenavi .pages {
  margin: 0 -20px;
}
.wp-pagenavi .current,
.wp-pagenavi .page {
  margin: 0 10px;
}
.wp-pagenavi .current {
  color: #629ec2;
}
.wp-pagenavi span {
  border: none;
}
.wp-pagenavi .previouspostslink, .wp-pagenavi .nextpostslink {
  display: none;
}

@media screen and (min-width: 41.75em) {
  .columnContainer > .row > .columns {
    min-height: 376px;
  }
}

.columnContainer-item {
  margin-bottom: 30px;
}

.columnContainer-image {
  margin-bottom: 10px;
}

.columnContainer-header {
  margin-bottom: 10px;
}
.columnContainer-header:last-child {
  float: none;
}

.columnContainer-body {
  font-size: 0.875em;
  font-family: "brandon-grotesque", "Merriweather", georgia;
}
.columnContainer-body a {
  color: #629ec2;
}

.location-finder-wrapper {
  max-width: none;
  padding-bottom: 0 !important;
}
.location-finder-wrapper .padding-reset {
  padding: 0;
}

.page-template-default #footer-pagination {
  display: none;
}

.location-overlay-container {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 100000;
  padding: 10px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
  display: none;
}

#store-locator-container {
  /*float: left;*/
  overflow: visible;
  /*margin-left: 20px;*/
  /*width: 875px;*/
  background-color: #fff;
  color: #333;
  position: absolute;
  top: 10%;
  bottom: 10%;
  left: 5%;
  right: 5%;
}
@media screen and (max-width: 41.6875em) {
  #store-locator-container {
    top: 5%;
  }
}

.form-closebtn {
  width: 20px;
  height: 20px;
  background-image: url("../../../../../app/plugins/alive-location-finder/images/close.png");
  background-color: #fff;
  z-index: 10;
  position: absolute;
  right: -10px;
  top: -10px;
}

#form-container {
  position: absolute;
  z-index: 1;
  overflow: visible;
  float: left;
  top: 40px;
  right: 40px;
  width: auto;
}
@media screen and (max-width: 41.6875em) {
  #form-container {
    top: 0;
    right: 0;
    width: 100%;
  }
}

.box-shadow-wrapper {
  /* search box manual width & height */
  height: 42px;
}

#map-container {
  clear: left;
}
#map-container a {
  color: #e76737;
  text-decoration: none;
}
#map-container a:hover,
#map-container a:active {
  text-decoration: underline;
}
#map-container .custom-marker {
  width: 32px;
  height: 37px;
  color: #fff;
  background: url(../images/custom-marker.png) no-repeat;
  padding: 3px;
  cursor: pointer;
}

#loc-list {
  overflow-y: scroll;
  float: left;
  width: 30%;
  height: 100%;
  position: absolute;
  /*height:600px;*/
  display: block;
}
@media screen and (max-width: 41.6875em) {
  #loc-list {
    display: none;
  }
}
#loc-list ul {
  display: block;
  clear: left;
  overflow: hidden;
  list-style: none;
  margin: 0;
  padding: 0;
  margin: 0 auto;
}
#loc-list .list-label {
  margin: 10px 0 0 6px;
  padding: 2px 3px;
  width: 17px;
  text-align: center;
  background: #451400;
  color: #fff;
  display: none;
}
#loc-list li {
  display: block;
  float: left;
  cursor: pointer;
  width: 100%;
  padding: 20px;
}
@media screen and (max-width: 41.6875em) {
  #loc-list li {
    padding: 10px;
  }
}
#loc-list li {
  /* border: 1px solid #fff; */ /* Adding this to prevent moving li elements when adding the list-focus class*/
}
#loc-list li:hover {
  background-color: #ededed !important;
}
#loc-list .list-focus {
  /*border: 1px solid rgba(82,168,236,0.9);
  -moz-box-shadow: 0 0 8px rgba(82,168,236,0.7);
  -webkit-box-shadow: 0 0 8px rgba(82,168,236,0.7);
  box-shadow: 0 0 8px rgba(82,168,236,0.7);
  transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;*/
  background-color: #ededed !important;
}

#map-container .loc-name {
  /*font-size:20px;*/
  margin-bottom: 5px;
  font-family: "DarwinAlt", Helvetica, sans-serif;
}
#map-container .loc-addr,
#map-container .loc-addr2,
#map-container .loc-addr3,
#map-container .loc-phone,
#map-container .loc-dist {
  font-size: 12px;
  margin-top: 2px;
  color: #333333;
}
#map-container .loc-addr-label,
#map-container .loc-phone-label,
#map-container .loc-distance-label {
  /*color: #8e8e8e;*/
  font-size: 12px;
  margin-top: 10px;
}
#map-container .loc-directions {
  display: none;
}

#search-form {
  clear: left;
  /*float: left;*/
  height: 60px;
}

#form-input {
  float: left;
  width: auto;
}
@media screen and (max-width: 41.6875em) {
  #form-input {
    width: 100%;
  }
}

#address {
  padding: 10px 0 10px 16px;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: none;
  font-size: 18px;
  margin: 0;
  outline: none;
  width: 280px;
  padding-right: 10px;
}
@media screen and (max-width: 41.6875em) {
  #address {
    width: 100%;
    padding-right: 140px;
    font-size: 12px;
  }
}

#submit-btn {
  float: left;
  cursor: pointer;
  position: relative;
}
@media screen and (max-width: 41.6875em) {
  #submit-btn {
    position: absolute;
    right: 0;
  }
}
#submit-btn #submit {
  font-size: 12px;
  text-transform: uppercase;
  padding: 8px 20px 9px 10px;
  background-color: #4d4d4d;
  color: #fff;
  text-align: center;
  width: 120px;
}
#submit-btn #submit .icon-search {
  font-size: 11px;
  margin-right: 5px;
}

#loading-map {
  /*float: left;*/
  margin: 4px 0 0 10px;
  width: 16px;
  height: 16px;
  background: url(../images/ajax-loader.gif) no-repeat;
}

#map {
  /*float: left;*/
  /*height: 600px;*/
  position: absolute !important;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 30%;
}
@media screen and (max-width: 41.6875em) {
  #map {
    left: 0;
    right: 1px;
  }
}

#close-icon {
  position: absolute;
  top: -6px;
  right: -6px;
  width: 18px;
  height: 18px;
  cursor: pointer;
  background: #2c2c2c url(../images/close-icon.png) 3px 3px no-repeat;
  border: 1px solid #000;
  border-radius: 3px;
  box-shadow: 0 0 3px #656565;
}

/* The following is for the geocode page and not the store locator */
#geocode-result {
  clear: left;
  /*float: left;*/
  margin-top: 30px;
  width: 100%;
}

/* goole map bootstrap fix */
#map img {
  max-width: none;
}
#map label {
  width: auto;
  display: inline;
}

.emailOpt,
.newsletter-modal {
  margin-bottom: 30px;
}
.emailOpt input[type=text],
.emailOpt input[type=email],
.emailOpt input[type=select],
.emailOpt select,
.newsletter-modal input[type=text],
.newsletter-modal input[type=email],
.newsletter-modal input[type=select],
.newsletter-modal select {
  width: 80%;
}
@media screen and (max-width: 41.75em) {
  .emailOpt input[type=text],
  .emailOpt input[type=email],
  .emailOpt input[type=select],
  .emailOpt select,
  .newsletter-modal input[type=text],
  .newsletter-modal input[type=email],
  .newsletter-modal input[type=select],
  .newsletter-modal select {
    width: 100%;
  }
}
.emailOpt input[type=checkbox],
.newsletter-modal input[type=checkbox] {
  float: left;
  margin-top: 6px;
  margin-right: 10px;
}
.emailOpt label,
.newsletter-modal label {
  display: inline-block;
  font-size: 0.875em;
  color: #333333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 41.75em) {
  .emailOpt label,
  .newsletter-modal label {
    font-size: 0.7em;
  }
}

.mc-field-group {
  margin-bottom: 20px;
}
@media screen and (max-width: 41.75em) {
  .mc-field-group {
    margin-bottom: 0;
  }
}

.form-labels-mod {
  margin-bottom: 5px;
}
.form-labels-mod ul {
  position: relative;
}

.form-labels-mod.terms {
  margin-bottom: 35px;
}
.form-labels-mod.terms div.mce_inline_error {
  position: absolute !important;
  top: 16px !important;
}

.form-labels {
  width: 100px;
  display: inline-block;
  font-size: 0.875em;
  color: #333333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (min-width: 41.75em) {
  .form-labels {
    font-size: 0.75em;
  }
}

#mc_embed_signup div.mce_inline_error {
  background: none !important;
  color: #6B0505 !important;
  margin: 10px 0 0 !important;
  padding: 0 !important;
  font-weight: normal !important;
}

.mce_inline_error {
  font-size: 14px;
}
@media screen and (max-width: 41.75em) {
  .mce_inline_error {
    font-size: 12px;
  }
}

.select-box300 {
  width: auto;
}

.general-button.button {
  display: block;
  margin-top: 20px;
}

#mce-responses {
  margin-top: 20px;
}
#mce-responses #mce-error-response {
  color: #6B0505;
}
#mce-responses #mce-success-response {
  color: #669669;
}

.award {
  background: #fff;
  margin-bottom: 20px;
  padding: 20px;
}

.award-image {
  width: 25%;
  float: left;
  min-width: 160px;
}

.award-info {
  margin-left: 180px;
}

.awardsYear-heading {
  margin-bottom: 30px;
}
.awardsYear-heading .awardsCategory-title {
  float: left;
  margin-right: 20px;
}
.awardsYear-heading select {
  width: inherit;
}

.awardsYear-yearSelect {
  min-width: 150px;
}

.awardsYear-listItem {
  margin-bottom: 10px;
}

.award {
  background: #fff;
  margin-bottom: 20px;
  padding: 20px;
}

.award-info {
  margin-left: 190px;
}

.award-image {
  float: left;
  max-width: 100px;
}

.award-rank {
  font-size: 0.875em;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.award-product {
  font-family: "brandon-grotesque", "DarwinAlt", Helvetica, sans-serif;
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 10px;
}

.award-brand {
  color: #999999;
  font-family: "brandon-grotesque", "DarwinAlt", Helvetica, sans-serif;
  font-weight: 700;
  line-height: 1;
}

.awardButton {
  line-height: 1;
  color: #fff !important;
  font-family: "brandon-grotesque", "Darwin", Helvetica, sans-serif;
  display: inline-block;
}
.awardButton:hover {
  background-color: rgb(67.4357798165, 133.7660550459, 173.5642201835);
}

@media screen and (max-width: 41.75em) {
  .award {
    text-align: center;
  }
  .award-image {
    float: none;
    margin: 0 auto;
  }
  .awardButton {
    text-align: center;
  }
  .award-info {
    width: 100%;
    margin-top: 20px;
    margin-left: 0;
  }
}
.award--gold .award-rank {
  color: #f5b800;
}

.award--silver .award-rank {
  color: #999999;
}

.award--bronze .award-rank {
  color: #9a7353;
}

.award--participant .award-rank {
  color: #669669;
}

.award-trophy {
  font-size: 60px;
  text-align: center;
  margin: 20px auto;
}

.newsletter-modal {
  position: fixed;
  top: 10% !important;
  left: 50%;
  -ms-transform: translate(-50%);
      transform: translate(-50%);
  width: auto !important;
  min-width: 310px;
  min-height: inherit;
  overflow: hidden;
  overflow-y: scroll;
  z-index: 1100;
}
@media screen and (max-width: 41.75em) {
  .newsletter-modal {
    top: 10px !important;
  }
}
.newsletter-modal .span-main-header {
  font-family: "DarwinAlt", Helvetica, sans-serif;
  font-size: 2.5em;
  margin-bottom: 5px;
}
@media screen and (max-width: 41.75em) {
  .newsletter-modal .span-main-header {
    font-size: 1.5em;
  }
}
@media screen and (max-width: 41.75em) {
  .newsletter-modal .sub-title {
    font-size: 1em;
  }
}
.newsletter-modal .validate a {
  color: #629ec2;
}

.issueColumn {
  text-align: center;
}

.issueColumn-image {
  width: 100%;
}

.brandMessage p {
  font-family: "Merriweather", georgia;
  line-height: 2;
  margin-bottom: 20px;
}
.brandMessage p:last-child {
  float: left;
}
.brandMessage .message {
  padding-top: 30px;
}
.brandMessage a {
  color: #529EB6;
  border-bottom: 1px solid #529EB6;
}
.brandMessage a:hover {
  border-bottom: none;
}

.brandMessage-logo {
  max-width: 300px;
  max-height: 300px;
  padding: 10px 25px 50px 0;
}
@media screen and (min-width: 64em) {
  .brandMessage-logo {
    float: right;
  }
}
@media screen and (max-width: 64em) {
  .brandMessage-logo {
    float: left;
    clear: both;
  }
}

/*
 * Post header
 */
.postHeader {
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 20px;
}

.postHeader-title {
  margin-bottom: 10px;
}

.postHeader-subTitle {
  margin-bottom: 20px;
  font-size: 1.5em;
}
.postHeader-subTitle span {
  color: #629ec2;
  font: italic 1.1667em "Merriweather", georgia;
}

.postHeader-brandImage {
  max-width: 250px;
  max-height: 130px;
}

.postHeader-brandImage--desktop {
  float: right;
  display: none;
  padding-left: 70px;
}
@media screen and (min-width: 75em) {
  .postHeader-brandImage--desktop {
    display: inline-block;
  }
}

.postHeader-brandImage--mobile {
  float: none;
  display: inline-block;
  margin: 10px 0;
}
@media screen and (min-width: 75em) {
  .postHeader-brandImage--mobile {
    display: none;
  }
}

.postHeader--page {
  margin-bottom: 20px;
}

/*
 * Post meta
 *
 * two forms of post date/author
 *
 */
.postMeta {
  color: #999999;
  display: block;
  font-size: 0.875em;
  margin-bottom: 10px;
}
.postMeta a {
  color: #629ec2;
}

.postMeta--contest {
  font-size: 1em;
  font-weight: 700;
}

.postMeta-fineprint {
  font-size: 0.875em;
  font-style: italic;
}

.postMeta-socialIcon {
  margin-left: 3px;
}

.postMeta-separator:not(:last-child) {
  border-right: 1px solid #999999;
  margin-right: 8px;
  padding-right: 4px;
}

.postMeta-timestamp {
  border-right: 1px solid #999999;
  margin-right: 8px;
  padding-right: 4px;
}

.postMeta-label {
  color: #999999;
  font-weight: bold;
  text-transform: uppercase;
}

.postMeta-value {
  color: #999999;
  font-style: italic;
}
.postMeta-value a {
  color: #629ec2;
}

.postContent {
  position: relative;
}
.postContent h2, .postContent h3, .postContent h4, .postContent h5, .postContent h6 {
  margin: 0 0 20px;
}
.postContent p, .postContent ol, .postContent ul {
  font-family: "brandon-grotesque", "Merriweather", georgia;
  line-height: 2;
  margin-bottom: 20px;
}
.postContent ul {
  list-style-type: disc;
  margin-left: 30px;
}
.postContent blockquote p {
  font-size: 1.5em;
  line-height: 1.5;
  font-family: "brandon-grotesque", "Darwin", Helvetica, sans-serif;
  font-style: italic;
}
.postContent a {
  color: #529EB6;
  border-bottom: 1px solid #529EB6;
}
.postContent a:hover {
  border-bottom: none;
}

.postContent-image {
  width: 100%;
}

.postContent-nutritionalInfo p, .postContent-nutritionalInfo ol, .postContent-nutritionalInfo ul {
  font-family: "brandon-grotesque", "Darwin", Helvetica, sans-serif;
  font-size: 0.75em;
}

.postContent-directions p, .postContent-directions ol, .postContent-directions ul {
  font-family: "brandon-grotesque", "Darwin", Helvetica, sans-serif;
}

.postContent-source {
  font-size: 0.875em;
  font-style: italic;
  color: #999999;
}

.postContent-ingredients p, .postContent-ingredients ol, .postContent-ingredients ul {
  font-family: "brandon-grotesque", "Darwin", Helvetica, sans-serif;
}

/*
 * Post footer
 */
.postFooter {
  margin-bottom: 30px;
}

.postFooter-tags {
  padding-bottom: 30px;
}

.postFooter-info {
  margin-top: 30px;
}

/*
 * Post Related list (bottom of Post page)
 */
.postBottom {
  background: #eeeeee;
  padding-top: 30px;
  padding-bottom: 30px;
}

.postBottom--list .list-itemTitle {
  font-size: 1.1667em;
}
.postBottom--list .list-itemDescription {
  font-size: 1em;
}

.shareIcons-topSide {
  float: left;
  margin-left: -70px;
  display: none;
}
@media screen and (min-width: 75em) {
  .shareIcons-topSide {
    display: block;
  }
}

.shareIcons-top {
  display: block;
}
@media screen and (min-width: 75em) {
  .shareIcons-top {
    display: none;
  }
}

.infoCard {
  margin-bottom: 20px;
}

.infoCard-avatar {
  float: left;
  max-width: 40px;
}
.infoCard-avatar img {
  border-radius: 50%;
}

.infoCard-info {
  margin-left: 60px;
  font-size: 0.875em;
}

.infoCard-name {
  font-style: italic;
}

.infoCard-title {
  color: #999999;
  font-family: "brandon-grotesque", "Darwin", Helvetica, sans-serif;
}

.infoCard-bio {
  color: #333333;
  font-family: "brandon-grotesque", "Merriweather", georgia;
}

.infoCard-socialHandle {
  font-style: italic;
  color: #629ec2;
}

p.wp-caption-text {
  font-family: "brandon-grotesque", "Darwin", Helvetica, sans-serif;
  font-size: 0.75em;
  line-height: 1.2;
  color: #999999;
}

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

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

.postContent--printOnly {
  display: none;
}

@media print {
  .postContent--printOnly {
    display: block;
  }
  .siteHeader,
  .horizontalAd,
  .postBottom,
  .site-footer,
  .squareAd,
  .shareIcons,
  .bodyAd,
  .postFooter-info,
  .videoWrapper,
  .postFooter-tags,
  .postFooter-border {
    display: none;
  }
  .postContent h1 {
    font-size: 1.5em;
  }
  .postContent h2 {
    font-size: 1.333em;
  }
  .postContent h3 {
    font-size: 1em;
  }
  .postContent h4 {
    font-size: 0.875em;
  }
  .postContent h5 {
    font-size: 0.75em;
  }
  .postContent h6 {
    font-size: 0.75em;
  }
  .postContent p {
    font-size: 10px;
    margin-bottom: 10px;
  }
  .postContent li {
    font-size: 10px;
    margin-bottom: 10px;
    line-height: 2;
  }
  .postContent a {
    color: #999999;
  }
  .siteMain {
    background: #fff;
  }
  .postHeader {
    padding-bottom: 0;
  }
  .postContent-image {
    float: right;
    margin: 0 0 10px 10px;
    max-width: 260px;
  }
  .postHeader-title {
    font-size: 1.5em;
  }
  .postHeader-subTitle {
    font-size: 1em;
  }
  .postMeta {
    font-size: 8px;
  }
  .postContent-leadIn p {
    font-size: 1em;
  }
  .sitePrimary {
    padding-top: 0;
  }
  .print-ingredients {
    float: left;
  }
  .print-directions {
    float: right;
  }
  .postContent-source {
    font-size: 0.7em;
  }
  .multiColumn ul,
  .multiColumn ol {
    -moz-column-count: 2;
    -moz-column-gap: 20px;
    -webkit-column-count: 2;
    -webkit-column-gap: 20px;
    column-count: 2;
    column-gap: 20px;
  }
}
/* targetting embeded youtube video  */
.multiColumn iframe {
  width: 100%;
  min-height: 400px;
}

body .gsc-selected-option-container {
  width: 100% !important;
}

body .gsc-cursor-box.gs-bidi-start-align {
  overflow-x: scroll;
  padding-bottom: 10px;
}

body .gsc-control-cse-en {
  padding: 0;
}