/* Minification failed. Returning unminified contents.
(5375,17): run-time error CSS1036: Expected expression, found '#'
 */
/*!
 *  Font Awesome 4.5.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('/includes/fonts/fontawesome-webfont.eot?v=4.5.0');
  src: url('/includes/fonts/fontawesome-webfont.eot?#iefix&v=4.5.0') format('embedded-opentype'), url('/includes/fonts/fontawesome-webfont.woff2?v=4.5.0') format('woff2'), url('/includes/fonts/fontawesome-webfont.woff?v=4.5.0') format('woff'), url('/includes/fonts/fontawesome-webfont.ttf?v=4.5.0') format('truetype'), url('/includes/fonts/fontawesome-webfont.svg?v=4.5.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.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper: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-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}

/* Felice */
@font-face { font-family: 'Felice'; src: url('/includes/fonts/33C235_0_0.eot'); src: url('/includes/fonts/33C235_0_0.eot?#iefix') format('embedded-opentype'),url('/includes/fonts/33C235_0_0.woff2') format('woff2'),url('/includes/fonts/33C235_0_0.woff') format('woff'),url('/includes/fonts/33C235_0_0.ttf') format('truetype'); font-weight:300; }
/* URW DIN */
@font-face { font-family: 'URWDINCond'; src: url('/includes/fonts/33C235_1_0.eot'); src: url('/includes/fonts/33C235_1_0.eot?#iefix') format('embedded-opentype'),url('/includes/fonts/33C235_1_0.woff2') format('woff2'),url('/includes/fonts/33C235_1_0.woff') format('woff'),url('/includes/fonts/33C235_1_0.ttf') format('truetype'); font-weight:500; }
/* A Caslon Pro */
@font-face { font-family: 'ACaslonPro'; src: url('/includes/fonts/ACaslonPro-Italic.eot?#iefix') format('embedded-opentype'), url('/includes/fonts/ACaslonPro-Italic.otf') format('opentype'), url('/includes/fonts/ACaslonPro-Italic.woff') format('woff'), url('/includes/fonts/ACaslonPro-Italic.ttf') format('truetype'), url('/includes/fonts/ACaslonPro-Italic.svg#ACaslonPro-Italic') format('svg'); font-weight: 400; font-style: italic; }
/* Fontello */
@font-face { font-family: 'fontello'; src: url('/includes/fonts/fontello.eot?74406916'); src: url('/includes/fonts/fontello.eot?74406916#iefix') format('embedded-opentype'), url('/includes/fonts/fontello.woff2?74406916') format('woff2'), url('/includes/fonts/fontello.woff?74406916') format('woff'), url('/includes/fonts/fontello.ttf?74406916') format('truetype'), url('/includes/fonts/fontello.svg?74406916#fontello') format('svg'); font-weight: 400; font-style: normal; }
.icon:before { font-family: "fontello"; font-style: normal; font-weight: normal; speak: none; display: inline-block; text-decoration: inherit; width: 1em; text-align: center; font-variant: normal; text-transform: none; /* Font smoothing. That was taken from TWBS */ -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
.icon-cancel:before { content: '\e811'; }
.icon-search:before { content: '\e812'; }
.icon-fb:before { content: '\f09a'; }
.icon-pint:before { content: '\f0d2'; }
.icon-insta:before { content: '\f16d'; }
.icon-twit:before { content: '\f309'; }
.icon-right:before { content: '\e800'; }
.icon-caret:before { content: '\f004'; }
.icon-fb-circled:before { content: '\f30d'; }
.icon-linkedin:before { content: '\f318'; }
.icon-mail:before { content: '\e802'; }
.icon-zoom-in:before {content: '';  font-family: none; background: url(/images/zoomIcon.png) no-repeat center center; background-size: 26px auto; width: 26px; height: 26px; margin: 0 auto;}
/* BROWSER RESET */
* { margin: 0; padding: 0; }
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary { display: block; }
audio, canvas, video { display: inline-block; }
audio:not([controls]) { display: none; height: 0; }
[hidden] { display: none; }
p { -webkit-margin-before: 0; -webkit-margin-after: 0; }
a { cursor: pointer; }
a:focus { outline: thin dotted; }
a:active, a:hover { outline: none; }
a[href^=tel], a[href^=sms], p a[href^=tel], p a[href^=sms] { color: inherit !important; text-decoration: none !important; cursor: default; }
abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
dfn { font-style: italic; }
mark { background: #ff0; color: #000; }
code, kbd, pre, samp { font-family: monospace, serif; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
q { quotes: "\201C" "\201D" "\2018" "\2019"; }
small { font-size: 80%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
h1, h2, h3, p { font-weight: normal; -webkit-margin-before: 0; -webkit-margin-after: 0; }
img { border: 0; }
svg:not(:root) { overflow: hidden; }
figure { margin: 0; }
fieldset { border: 1px solid #c0c0c0; margin: 0 2px; padding: 0.35em 0.625em 0.75em; }
legend { border: 0; padding: 0; }
button, input, select, textarea { font-family: inherit; font-size: 100%; margin: 0; }
button, input { line-height: normal; }
button, html input[type="button"], input[type="reset"], input[type="submit"] { -webkit-appearance: button; cursor: pointer; }
button[disabled], input[disabled] { cursor: default; }
input, textarea { outline: none; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; }
table { border-collapse: collapse; border-spacing: 0; }
input, textarea, select { outline: none; }
.clear { display: block; height: 0; overflow: hidden; clear: both; }
.center { position: relative; width: 980px; margin: 0 auto; }
.centerContent { text-align: center; }
.nowrap { white-space: nowrap; }
.floatLeft { float: left; }
.floatRight { float: right; }
html { width: 100%; height: 100%; font-family: Tahoma, Arial, sans-serif; font-size: 14px; line-height: 16px; color: #000; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
body { width: 100%; height: 100%; }
p, h1 {position: relative; display: block;}
#mfPreviewBar {display: none !important;} /*MYFONTS TRIAL ITEM*/
.smallSpace, .medSpace, .largeSpace {position: relative; display: block; height: 26px;}
.medSpace {height: 52px;}
.largeSpace {height: 124px;}
/* TEMP PAGE */
.tempLandingWrap {
    position: absolute;
    display: block;
    max-width: 980px;
    top: 180px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center;
}
.tempLandingWrap h1 { /*MYFONTS TRIAL ITEM*/
    font-family: "Felice", Georgia, Times, "Times New Roman", serif;
    font-size: 30px; 
    font-weight: 300;
    line-height: 32px;
    color: #171717;
    letter-spacing: .01em;
}
.tempLandingWrap p {
    margin-top: 21px;
    font-family: "Felice", Georgia, Times, "Times New Roman", serif;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: .01em;
    line-height: 1.2em;
    color: #171717;
}
.tempLandingWrap p a { color: #171717; text-decoration: underline; }
.tempLandingWrap p.title, .tempLandingWrap h1.title { /*MYFONTS TRIAL ITEM*/
    margin-top: 21px;
    font-family: "Felice", Georgia, Times, "Times New Roman", serif;
    font-size: 60px; 
    font-weight: 300;
    line-height: 64px;
    color: #171717;
    letter-spacing: .25em;
    text-transform: uppercase;
    text-align: center;
}
.defaultInputWrap {
    position: relative;
    display: block;
    width: 495px;
    margin: 0 auto;
}
.defaultInputWrap::before, .defaultInputWrap:before {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    border-bottom: 3px solid #171717;
    border-left: 0px solid transparent;
    border-right: 0px solid transparent;
    z-index:100;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    transition: all .25s ease;
}
.defaultInputWrap.inputFocused::before, .defaultInputWrap.inputFocused:before {width: 100%;}
.defaultInput {/*MYFONTS TRIAL ITEM*/
    position: relative;
    display: block;
    max-width: 492px;
    width: 100%;
    margin: 0 auto;
    padding: 16px;
    font-family: "Felice", Georgia, Times, "Times New Roman", serif;
    font-size: 20px;
    font-weight: 300;
    line-height: 20px;
    letter-spacing: .01em;
    border: none;
    border-bottom: 3px solid #cfcfcf;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    transition: all .25s ease;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 0;

}
.defaultInput::-webkit-input-placeholder {color: #a9a9a9;}
.defaultInput::-moz-placeholder {color: #a9a9a9;}
.defaultInput:-ms-input-placeholder {color: #a9a9a9;}
.defaultInput:-moz-placeholder {color: #a9a9a9;}

.defaultCTAWrap {
    position: relative;
    display: block;
    width: 185px;
    height: 70px;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.defaultCTA { /*MYFONTS TRIAL ITEM*/
    position: relative; 
    display: block;
    max-width: 185px;
    width: 100%;
    height: 70px;
    margin: 0 auto;
    margin-top: 44px;
    padding: 3px 0 0 0;
    border: none;
    border-top: 1px solid #e1e2e2;
    border-bottom: 1px solid #e2e2e2;
    font-family: "URWDINCond", "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 38px;
    color: #777;
    letter-spacing: .25em;
    text-transform: uppercase;
    background: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    transition: all .25s ease;
    text-align: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 0;
}
.defaultCTA:hover, .defaultCTA:focus {color: #171717;}

.defaultCTAWrap::before, .defaultCTAWrap:before, .defaultCTAWrap::after, .defaultCTAWrap:after {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    border-top: 1px solid #171717;
    border-left: 0px solid transparent;
    border-right: 0px solid transparent;
    z-index:100;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    transition: all .25s ease;
}
.defaultCTAWrap::after, .defaultCTAWrap:after {top: auto; bottom: 0;}
.defaultCTAWrap:hover::before, .defaultCTAWrap:hover:before, .defaultCTAWrap:focus::before, .defaultCTAWrap:focus:before {width: 100%;}
.defaultCTAWrap:hover::after, .defaultCTAWrap:hover:after, .defaultCTAWrap:focus::after, .defaultCTAWrap:focus:after {width: 100%;}

@media screen and (max-width: 1200px) {
  .tempLandingWrap {top: 180px;}
  .tempLandingWrap h1 {font-size: 24px; line-height: 26px;}
  .tempLandingWrap p.title {margin-top: 17px; font-size: 48px; line-height: 52px;}
  .largeSpace {height: 98px;}
  .defaultInputWrap {width: 394px;}
  .defaultInputWrap::before, .defaultInputWrap:before {border-bottom: 2px solid #171717;}
  .defaultInput {max-width: 394px; padding: 13px; font-size: 16px; line-height: 16px; border-bottom: 3px solid #cfcfcf;}
  .defaultCTAWrap {width: 185px; height: 56px;}
  .defaultCTA {max-width: 185px; padding: 2px 0 0 0; height: 56px; margin-top: 35px; font-size: 16px; line-height: 30px; }
}

@media screen and (max-device-width: 767px) {
    .tempLandingWrap {max-width: 100%; width: 100%; top: 100px; padding: 0 15px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
    .tempLandingWrap.subscribe h1 {padding: 0 20px; font-size: 24px; line-height: 26px;}
    .tempLandingWrap p.title {width: 100%; margin-top: 17px; font-size: 34px; line-height: 42px;}
    .defaultInputWrap, .defaultInput {max-width: 100%; width: 100%; }
    .defaultInput {padding: 13px 0;}
    .defaultInput::-webkit-input-placeholder {font-size: 14px;}
    .defaultInput::-moz-placeholder {font-size: 14px;}
    .defaultInput:-ms-input-placeholder {font-size: 14px;}
    .defaultInput:-moz-placeholder {font-size: 14px;}
    .defaultCTA:focus, .defaultCTA:hover {color: #777;}
    .defaultCTAWrap::before, .defaultCTAWrap:before, .defaultCTAWrap::after, .defaultCTAWrap:after  {display: none !important;}
}
/* RESET */
html, body { width: 100%; height: 100%; }
body { padding: 0; margin: 0; font: 300 16px "Felice", Georgia, Times, "Times New Roman", serif; color: #515151; line-height: 1.5; background: #fff; }
div, p, a, span, em, strong, img, h1, h2, h3, h4, h5, h6, ul, ol, li, dl, dt, dd, table, td, tr, form, fieldset, label, select, input, textarea, header, nav, section, article, aside, footer, blockquote { padding: 0; margin: 0; outline: none; list-style: none; box-sizing: border-box; -moz-box-sizing: border-box; }
header, nav, section, article, aside, footer { display: block; }
select, input, textarea { font: 500 16px "Felice", Georgia, Times, "Times New Roman", serif; color: #515151; vertical-align: middle; }
textarea { vertical-align: top; resize: none; }
input[type=submit], button { cursor: pointer; }
img, fieldset { border: 0; }
table { border-collapse: collapse; border-spacing: 0; }
a { color: inherit; text-decoration: none; }
a, button, input[type=submit], .btn { -webkit-transition: .25s; -moz-transition: .25s; transition: .25s; }
a:hover { text-decoration: none; }
/*
  TABLE OF CONTENTS
  - BROWSER RESET
  - TEMP PAGE
  - RESET
  - SITE STYLES
  - WRAP
  - HEADER
  - SEARCH BAR
  - SLIDE PANEL
  - POSTS
  - PHOTO STRIP
  - GET UPDATES
  - ADS BLOCK
  - FLOWER PAGE
  - INSPIRATION PAGE
  - SINGLE PAGE / ARTICLE
  - SUBSCRIBE PAGE SIGNUP
  - DETAIL PAGE
  - POPUP
*/

/* SITE STYLES */
.jumpToContent {
    position: absolute;
    display: block;
    width: 300px;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding: 10px 15px;
    color: #333;
    border: 1px solid #333;
    text-align: center;
    text-decoration: none;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    background: #fff;
    z-index: -9999;
}

    .jumpToContent:focus {
        z-index: 9999;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

.pull-right {
    float: right !important;
}

.img-fluid {
    display: block;
    width: 100%;
    height: auto;
}

.img-responsive {
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
    height: auto;
}

.border-bottom {
    border-bottom: 1px solid #e3e3e3;
}

.d-table {
    display: table;
}

.d-cell {
    display: table-cell;
}

.d-iblock {
    display: inline-block;
}

.d-block {
    display: block;
}

.remove-cell {
    position: absolute;
    display: block;
    left: 0;
}

.text-right.remove-cell {
    left: auto;
    right: 0;
}

.heading {
    font-family: "Felice", Georgia, Times, "Times New Roman", serif;
    font-weight: 300;
    color: #515151;
}

    .heading > a {
        position: relative;
        display: inline-block;
        color: inherit;
    }

    .heading a:hover, .heading a:focus {
        color: #000;
    }

    .heading a:focus {
        outline: 1px solid #a3a3a3;
    }

.text-uppercase {
    text-transform: uppercase;
}

.text-right {
    text-align: right;
}

.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

.btn-rails {
    position: relative;
    display: inline-block;
    font: 500 1.2rem "URWDINCond", "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1;
    letter-spacing: .25em;
    text-transform: uppercase;
    color: #a3a3a3;
    vertical-align: bottom;
    padding: 1.2rem 1.4rem;
    border-top: 1px solid #a3a3a3;
    border-bottom: 1px solid #a3a3a3;
    -webkit-transition: .25s;
    -moz-transition: .25s;
    transition: .25s;
}

.post-sm .btn-rails {
    display: none;
}

.btn-rails:before, .btn-rails:after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    background: #000;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: .25s;
    -moz-transition: .25s;
    transition: .25s;
}

.btn-rails:before {
    top: -1px;
    left: 0;
}

.btn-rails:after {
    right: 0;
    bottom: -1px;
}

.btn-rails:hover, .btn-rails:focus, a:hover .btn-rails, a:focus .btn-rails {
    color: #000;
}

    .btn-rails:hover::before, .btn-rails:hover:before, .btn-rails:hover::after, .btn-rails:hover:after, .btn-rails:focus::before, .btn-rails:focus:before, .btn-rails:focus::after, .btn-rails:focus:after, a:hover .btn-rails::before, a:hover .btn-rails:before, a:hover .btn-rails::after, a:hover .btn-rails:after, a:focus .btn-rails::before, a:focus .btn-rails:before, a:focus .btn-rails::after, a:focus .btn-rails:after {
        -webkit-transform: scaleX(1);
        -ms-transform: scaleX(1);
        transform: scaleX(1);
    }

.mob-only {
    display: none;
}

.label {
    font: 500 12px "URWDINCond", "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    text-transform: uppercase;
    letter-spacing: .25em;
}

.article-share-label {
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding: 0 33px 0 0;
    font-size: 16px;
    line-height: 27px;
}

.custom-select-label {
    display: block;
    padding-left: 10px;
    letter-spacing: .25em;
}

.social-block {
    position: relative;
    display: inline-block;
    vertical-align: top;
}

    .social-block .social-list {
        padding: 0;
    }

.custom-select {
    position: relative;
    display: inline-block;
    width: auto;
    height: 37px;
    text-overflow: ellipsis;
    margin-left: 10px;
    padding-right: 12px;
    -webkit-padding-end: 12px;
    background: url(/images/down-chevron.png) no-repeat right center;
    background-size: 15px 15px;
    text-transform: uppercase;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
}

    .custom-select::-ms-expand {
        display: none;
    }
/* Detecting IE +10 fix arrow position for custom select */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .custom-select {
        background-position: right 0 bottom 10px !important;
    }
}

.custom-select, .selectric .label {
    border: none;
    font: 500 1.43rem/2 "URWDINCond", "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    letter-spacing: .25em;
    padding: 10px 0 5px;
    height: 45px;
}

.selectric .button:after {
    border: none;
}

.selectric .button:before {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    display: block;
    width: 13px;
    height: 13px;
    margin: -7px 0 0 0;
    background: url("/images/down-chevron.png") no-repeat right center;
    background-size: 100%;
}

.selectric, .selectric .button {
    height: 100%;
    border: none;
    background: none;
}

.selectric-wrapper {
    display: inline-block;
    min-width: 150px;
}

.selectric-items {
    border: none;
    background: #fff;
}

    .selectric-items li {
        font: 300 1rem/1.2em "Felice", Georgia, Times, "Times New Roman", serif;
        padding: 10px 20px;
        letter-spacing: .025em;
    }

        .selectric-items li.selected {
            background: #f8f8f8;
        }
/* WRAP */
.wrap {
    padding: 94px 0 75px;
    overflow: hidden;
    min-width: 300px;
    min-height: 500px;
}

.adminOpen + .wrap, .adminCollapsed + .wrap {
    padding-left: 45px;
}

.container {
    max-width: 1500px;
    width: 100%;
    margin: 0 auto;
}
/* HEADER */
.main-header {
    display: block;
    height: 94px;
    background: #fff;
    background: rgba(255, 255, 255, .95);
    border-bottom: 1px solid #c4c4c4;
}

.adminOpen + .wrap .main-header, .adminCollapsed + .wrap .main-header {
    left: 45px;
}

.main-header.fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 5000;
}

.navbar-wrap {
    position: relative;
    display: block;
    max-width: 1920px;
    width: 100%;
    margin: 0 auto;
    padding: 0 50px;
}

.main-header .navbar {
    position: relative;
    width: 100%;
    height: 94px;
    padding: 0 65px;
}

.main-header .wide-cell {
    width: 50%;
}

.main-header .d-cell {
    vertical-align: middle;
}

.header-nav {
    text-align: center;
}

    .header-nav.left {
        padding-right: 135px;
        padding-left: 0;
    }

    .header-nav.right {
        padding-left: 135px;
        padding-right: 0;
    }

.header-nav-list {
    font-size: 0;
}

.header-nav-item {
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    letter-spacing: .25em;
    text-transform: uppercase;
}

.header-nav-link {
    display: block;
    padding: 37px 27px;
    font: 500 16px "URWDINCond", "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    color: #a3a3a3;
    -webkit-transition: color .25s;
    -moz-transition: color .25s;
    transition: color .25s;
}

    .header-nav-link:hover, .header-nav-link:focus {
        color: #000;
    }

.burger-btn, .search-btn, .close-btn {
    border: none;
    background: none;
    outline: none;
    -webkit-transition: .25s;
    -moz-transition: .25s;
    transition: .25s;
}

    .close-btn:hover, .close-btn:focus {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .close-btn:focus {
        outline: 1px dotted #b3b3b3;
    }

.burger-btn, .search-btn {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 0;
    padding: 0;
    width: 93px;
    height: 93px;
    z-index: 501;
}

    .burger-btn::before, .burger-btn:before, .burger-btn::after, .burger-btn:after {
        content: "";
        position: absolute;
        display: block;
        width: 26px;
        height: 0px;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        border-bottom: 2px solid #a3a3a3;
        -webkit-transition: .25s;
        -moz-transition: .25s;
        transition: .25s;
    }

    .burger-btn::before, .burger-btn:before {
        height: 12px;
        border-top: 2px solid #a3a3a3;
    }

    .burger-btn:hover::before, .burger-btn:hover:before, .burger-btn:focus::before, .burger-btn:focus:before, .burger-btn:hover::after, .burger-btn:hover:after, .burger-btn:focus::after, .burger-btn:focus:after {
        border-color: #000000;
    }

    .search-btn .icon-search {
        font-size: 1.5rem;
        color: #a3a3a3;
        -webkit-transition: .25s;
        -moz-transition: .25s;
        transition: .25s;
    }

    .search-btn:hover .icon-search, .search-btn:focus .icon-search {
        color: #000;
    }
/* SEARCH BAR */
.main-header .search-bar {
    position: fixed;
    top: -224px;
    left: 0;
    right: 0;
    height: 124px;
    background: #fff;
    background: rgba(255, 255, 255, .95);
    padding: 2.4rem 0;
    -webkit-box-shadow: 0 0 40px #333;
    -moz-box-shadow: 0 0 40px #333;
    box-shadow: 0 0 40px #333;
    -webkit-box-shadow: 0 0 40px rgba(0,0,0,.75);
    -moz-box-shadow: 0 0 40px rgba(0,0,0,.75);
    box-shadow: 0 0 40px rgba(0,0,0,.75);
    -webkit-transition: .25s;
    -moz-transition: .25s;
    transition: .25s;
    z-index: 6000;
}

    .main-header .search-bar.active {
        top: 0;
    }

.search-wrap {
    position: relative;
    max-width: 560px;
    width: 100%;
    margin: 0 auto;
}

    .search-wrap .icon-search {
        position: absolute;
        left: 5px;
        top: 50%;
        font-size: 1.5rem;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

.search-bar .close-btn {
    position: absolute;
    top: 50%;
    right: 5%;
    margin: -9px 0 0 0;
    font-size: 18px;
    line-height: 18px;
    color: #000;
    opacity: .6;
    -webkit-transition: .25s;
    -moz-transition: .25s;
    transition: .25s;
}

    .search-bar .close-btn:hover, .search-bar .close-btn:focus {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .search-bar .close-btn:focus {
        outline: 1px solid #a3a3a3;
    }

.search-wrap .search-submit, .search-wrap .input-style {
    height: 54px;
    border: none;
    background-color: transparent;
}

.search-wrap .input-style {
    display: block;
    width: 100%;
    padding: 0 83px 0 50px;
}

    .search-wrap .input-style + .border:before, .search-wrap .input-style + .border:after {
        content: '';
        display: block;
        width: 100%;
        height: 3px;
        position: absolute;
        bottom: 0;
        left: 0;
    }

    .search-wrap .input-style + .border:after {
        background: #cfcfcf;
        z-index: 1;
    }

    .search-wrap .input-style + .border:before {
        background: #000;
        -webkit-transition: transform .25s;
        -moz-transition: transform .25s;
        transition: transform .25s;
        -webkit-transform: scaleX(0);
        -ms-transform: scaleX(0);
        transform: scaleX(0);
        z-index: 5;
    }

    .search-wrap .input-style:focus + .border:before {
        -webkit-transform: scaleX(1);
        -ms-transform: scaleX(1);
        transform: scaleX(1);
    }

.search-wrap .search-submit {
    position: absolute;
    top: 0;
    right: 0;
    font: 500 1.1rem "URWDINCond", "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    letter-spacing: .25em;
    text-transform: uppercase;
    color: #515151;
    -webkit-transition: color .25s;
    -moz-transition: color .25s;
    transition: color .25s;
}

    .search-wrap .search-submit:hover, .search-wrap .search-submit:focus {
        color: #000;
    }

    .search-wrap .search-submit:focus {
        outline: 1px dotted #a3a3a3;
    }

    .search-wrap .search-submit .icon:before {
        -webkit-transition: .25s;
        -moz-transition: .25s;
        transition: .25s;
    }

    .search-wrap .search-submit:hover .icon:before, .search-wrap .search-submit:focus .icon:before {
        -webkit-transform: translateX(5px);
        -ms-transform: translateX(5px);
        transform: translateX(5px);
    }

    .search-wrap .search-submit .text {
        vertical-align: middle;
    }

.search-wrap .icon-right {
    font-size: 1em;
    vertical-align: middle;
}

.search-wrap .input-style::-webkit-input-placeholder {
    font-size: 1rem;
    opacity: 1;
}

.search-wrap .input-style::-moz-placeholder {
    font-size: 1rem;
    opacity: 1;
}

.search-wrap .input-style:-ms-input-placeholder {
    font-size: 1rem;
    opacity: 1;
}

.search-wrap .input-style:-moz-placeholder {
    font-size: 1rem;
    opacity: 1;
}

.logo {
    background: url(/images/logo.png) no-repeat center;
    background-size: contain;
    width: 250px;
    padding: 34px 0 34px 10px;
    font: 300 0/1em "Felice", Georgia, Times, "Times New Roman", serif;
    letter-spacing: .25em;
    color: #171717;
    text-align: center;
    text-transform: uppercase;
    overflow: hidden;
    white-space: nowrap;
}

    a.logo:focus, .logo a:focus {
        outline: 1px dotted #a3a3a3;
    }

.main-header .logo {
    position: absolute;
    display: block;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    text-align: center;
}

.close-btn.lg {
    font-size: 1.5rem;
}

.social-list-link:hover, .social-list-link:focus {
    color: #000;
}
/* SLIDE PANEL */
.slide-panel {
    position: fixed;
    top: 0;
    left: -110%;
    bottom: 0;
    max-width: 560px;
    width: 100%;
    height: 100%;
    padding: 3.4rem 5rem 0 6rem;
    overflow: auto;
    background: #fff;
    background: rgba(255, 255, 255, .95);
    -webkit-box-shadow: 0 0 40px #333;
    -moz-box-shadow: 0 0 40px #333;
    box-shadow: 0 0 40px #333;
    -webkit-box-shadow: 0 0 40px rgba(0,0,0,.75);
    -moz-box-shadow: 0 0 40px rgba(0,0,0,.75);
    box-shadow: 0 0 40px rgba(0,0,0,.75);
    /*
  -webkit-transition: .6s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  -moz-transition: .6s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: .6s cubic-bezier(0.895, 0.03, 0.685, 0.22);*/
    z-index: 555;
}

    .slide-panel.active, #slidePanel.active {
        height: 100%;
        left: 0% !important; /* -webkit-transition: .6s cubic-bezier(0.165, 0.84, 0.44, 1); -moz-transition: .6s cubic-bezier(0.165, 0.84, 0.44, 1); transition: .6s cubic-bezier(0.165, 0.84, 0.44, 1); */
    }
        /*.slide-panel .main-nav, .slide-panel .slide-panel-footer, .slide-panel .close-btn { display: none; }*/
        .slide-panel.active .main-nav, .slide-panel.active .slide-panel-footer, .slide-panel.active .close-btn {
            display: block;
        }

.main-header .search-bar .search-wrap {
    display: none;
}

.main-header .search-bar.active .search-wrap {
    display: block;
}

.slide-panel .close-btn {
    position: absolute;
    right: 0;
    top: 0;
    padding: 2.5rem;
}

.main-nav-list {
    padding-bottom: 1.4rem;
}

.slide-panel-footer {
    padding-top: 3.125rem;
    border-top: 1px solid #a3a3a3;
}

.main-nav-link {
    position: relative;
    display: block;
    margin: 0;
    padding: .3em 0;
    font: 300 2.6rem "Felice", Georgia, Times, "Times New Roman", serif;
    opacity: 1;
    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    transition: all .25s ease-out;
}

    .main-nav-link.toAnimate {
        margin-top: .5em;
        opacity: 0;
    }

    .main-nav-link span, .sub-menu-link span {
        position: relative;
        display: inline-block;
        vertical-align: top;
    }

        .main-nav-link span::before, .main-nav-link span:before, .sub-menu-link span::before, .sub-menu-link span:before, .slide-panel-footer .footer-section .heading::before, .slide-panel-footer .footer-section .heading:before {
            content: '';
            display: block;
            position: absolute;
            bottom: 0;
            left: 0;
            width: 0;
            height: 1px;
            background: #515151;
            -webkit-transition: .25s;
            -moz-transition: .25s;
            transition: .25s;
        }

.slide-panel-footer .footer-section .heading.noDeco::before, .slide-panel-footer .footer-section .heading.noDeco:before {
    display: none;
}

.sub-menu-link {
    position: relative;
}

    .main-nav-link:focus, .main-nav-link:hover, .sub-menu-link:focus, .sub-menu-link:hover {
        color: #000;
    }

        .main-nav-link:hover span::before, .main-nav-link:hover span:before, .main-nav-link:focus span::before, .main-nav-link:focus span:before, .sub-menu-link:hover span::before, .sub-menu-link:hover span:before, .sub-menu-link:focus span::before, .sub-menu-link:focus span:before, .slide-panel-footer .footer-section:hover .heading::before {
            width: 100%;
        }

.footer-section.no-line:hover .heading::before {
    width: 0;
}

.main-nav .sub-menu {
    padding: 0 1.563rem;
}

.main-nav .sub-menu-item:last-child {
    margin-bottom: 0;
}

.main-nav .sub-menu-link {
    position: relative;
    display: block;
    padding: .3em 0;
    font: 300 1.6rem/1.2em "Felice", Georgia, Times, "Times New Roman", serif;
}

.slide-panel-footer {
    overflow: hidden;
}

    .slide-panel-footer .footer-section:nth-child(odd) {
        padding-right: 1.5rem;
    }

    .slide-panel-footer .footer-section:nth-child(even) {
        padding-left: 1.5rem;
    }

    .slide-panel-footer .footer-section {
        width: 50%;
        float: left;
        margin-top: 0em;
        margin-bottom: 3.125rem;
        font: 300 14px "Felice", Georgia, Times, "Times New Roman", serif;
        text-decoration: none;
        opacity: 1;
        -webkit-transition: .25s ease-out;
        -moz-transition: .25s ease-out;
        transition: .25s ease-out;
    }

        .slide-panel-footer .footer-section.toAnimate {
            margin-top: .5em;
            opacity: 0;
        }

    .slide-panel-footer span {
        position: relative;
        display: block;
        padding-top: 2px;
    }

        .slide-panel-footer span.sr-only {
            display: block;
            font-size: 0;
            height: 0;
            line-height: 0;
            margin: 0;
            line-height: 0;
            width: 0;
        }

    .slide-panel-footer .heading {
        display: block;
        position: relative;
        padding-top: 0;
        font: 500 1.25rem "URWDINCond", "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
        letter-spacing: .25em;
        line-height: 1.7;
        text-decoration: none !important;
    }

    .slide-panel-footer .footer-section a {
        text-decoration: underline;
    }

        .slide-panel-footer .footer-section a.social-icon {
            display: inline-block;
            /*border: 1px solid #515151;*/
            border-radius: 50%;
            height: 25px;
            line-height: 20px;
            margin: 5px 10px 0 0;
            text-align: center;
            width: 15px;
            vertical-align: middle;
        }

            .slide-panel-footer .footer-section a.social-icon .icon-insta:before {
                font-size: 1.25em;
            }

    .slide-panel-footer .footer-section .social-list-item a {
        text-decoration: none;
    }

    .slide-panel-footer .footer-section a:hover, .slide-panel-footer .footer-section a:focus {
        color: #000;
    }

.social-list {
    display: table;
    padding-top: 6px;
}

.social-list-item {
    display: table-cell;
    padding-right: 1rem;
}

.social-list .icon {
    font-size: 2em;
}
/* POSTS */
.content-box {
    padding: 7.45rem 0 7.9rem;
    overflow: hidden;
}

.shared-box {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 100;
    background: #000;
    background: rgba(0,0,0,.22);
    opacity: 0;
    -webkit-transition: .25s;
    -moz-transition: .25s;
    transition: .25s;
}

.post-thumb:hover .shared-box {
    opacity: 1;
}

.photo-strip .shared-box {
    display: none;
}

.contentSlider .swiper-slide .shared-box {
    opacity: 1;
}

.slider .sliderSlide:hover .shared-box, .slider .sliderSlide:hover .zoom-box {
    opacity: 1;
}

.ciLinkWrap .shared-box a {
    text-decoration: none !important;
}

.ciLinkWrap:hover .shared-box {
    opacity: 1;
}

.lightbox-share {
    opacity: 1;
    height: 46px;
    display: none;
}

.shared-list-item {
    position: relative;
    display: inline-block;
    vertical-align: top;
}

.shared-link, .zoom-link {
    position: relative;
    display: block;
    padding: 13px 20px;
    text-transform: uppercase;
    color: #fff;
    font: 500 16px/21px "URWDINCond", "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    letter-spacing: .25em;
    opacity: .7;
    -webkit-transition: .25s;
    -moz-transition: .25s;
    transition: .25s;
}

    .shared-link:hover, .shared-link:focus, .zoom-link:hover, .zoom-link:focus {
        opacity: 1;
    }

.post-sm .shared-link {
    padding: 13px;
    font-size: 0;
}

.shared-link .icon, .zoom-box .shared-list-item .icon {
    vertical-align: top;
    font-size: 21px;
    line-height: 21px;
    margin-right: 15px;
}

.zoom-box {
    max-width: 64px;
    max-height: 64px;
    width: 58px;
}

    .zoom-box .shared-list, .articleContent .zoom-box ul.shared-list {
        margin: 0;
    }

    .zoom-box ul li, .articleContent .zoom-box ul li.shared-list {
        list-style-type: none;
        min-width: 44px;
    }

    .zoom-box .zoom-link, .articleContent p.zoom-link {
        margin: 0;
        padding: 10px 16px 8px 16px;
    }

    .zoom-box .shared-list-item .icon {
        margin-right: 0;
    }

    .shared-link .icon::before, .shared-link .icon:before, .zoom-box .zoom-list .icon::before, .zoom-box .zoom-link .icon:before {
        font-size: 21px;
        line-height: 21px;
        vertical-align: top;
    }

.post-sm .shared-link .icon {
    margin: 0;
}

.default-posts-box {
    margin: 0 -4.5%;
}

.post {
    float: left;
    width: 33.33%;
    padding: 0 4.5%;
}

    .post .heading {
        display: block;
        font: 300 2.15rem "Felice", Georgia, Times, "Times New Roman", serif;
        margin-bottom: .5rem;
    }

.post-description {
    position: relative;
    display: inline-block;
    vertical-align: top;
}

.post .excerpt {
    display: block;
    font-size: 16px;
    line-height: 1.75em;
    margin-bottom: 3rem;
}

.post .post-thumb {
    position: relative;
    display: block;
    width: 100%;
    margin-bottom: 1rem;
}

.post-thumb-link {
    position: relative;
    display: block;
    width: 100%;
    height: 0;
    margin: 0;
    padding: 100% 0 0 0;
    text-decoration: none;
    overflow: hidden;
    opacity: 1;
    /*
  -webkit-transition: .25s;
  -moz-transition: .25s;
  transition: .25s;*/
}

    .post-thumb:hover .post-thumb-link, .post-thumb-link:focus {
        opacity: .8;
    }

    .post-thumb-link .img-fluid {
        position: absolute;
        display: block;
        min-width: 100%;
        width: auto;
        min-height: 100%;
        height: 100%;
        top: -9999px;
        left: -9999px;
        right: -9999px;
        bottom: -9999px;
        margin: auto;
    }

        .post-thumb-link .img-fluid.portrait {
            width: 100%;
            height: auto;
        }

.portrait .img-fluid {
    width: 100%;
    height: auto;
}

.post-thumb-link video {
    position: absolute;
    top: 0;
    right: -9999px;
    bottom: 0;
    left: -9999px;
    margin: auto;
    height: 100%;
    width: auto;
}

.mobile-slider .img-fluid {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    top: initial;
    left: initial;
    right: initial;
    bottom: initial;
    margin: auto;
}

.mobile-slider .hidden {
    display: none;
}

.post-thumb .shared-link {
    -webkit-transition: .25s;
    -moz-transition: .25s;
    transition: .25s;
}

    .post-thumb .shared-link:focus {
        opacity: 1;
    }

.post-thumb-left .post-thumb {
    float: left;
}

.post-thumb-right .post-thumb {
    float: right;
}

.post-info, .post-description .label {
    display: block;
    width: 100%;
    font: 500 12px "URWDINCond", "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    letter-spacing: .25em;
    text-transform: uppercase;
    color: #a3a3a3;
    margin-bottom: .7rem;
    overflow: hidden;
}

.post-description .label {
    position: absolute;
    display: none;
    width: auto;
    top: 0;
    right: 0;
}

.sponsored .post-description .label {
    display: block;
}

.post-info .border-bottom {
    padding-bottom: 9px;
    border-color: #a3a3a3;
}

.post-sm .post-info .border-bottom {
    padding-bottom: 5px;
}

.post .post-info {
    margin-bottom: 1.7em;
}

.days {
    display: none;
}

.post-lg.horizontal .days {
    display: inline-block;
}

.post-info .days:after {
    content: '\00b7'; /* middot */
    display: inline-block;
    margin: 0 10px 0 13px;
    vertical-align: middle;
}

.lg-posts-box {
    margin: 0 -2.525%;
}

.post-lg {
    padding: 0 2.525%;
    width: 50%;
}

    .post-lg .post-thumb {
        margin-bottom: 3.25rem;
    }

    .post-lg.horizontal {
        width: 100%;
    }

        .post-lg.horizontal .post-thumb {
            width: 41%;
            margin: 0;
        }

        .post-lg.horizontal .post-description {
            width: 59%;
            margin: 0;
            padding: 0 5.6% 0 8%;
        }

    .post-lg .heading {
        display: block;
        font-size: 4.25rem;
        line-height: 1.33em;
        letter-spacing: .01em;
        margin-bottom: 0.8rem;
    }

    .post-lg .excerpt {
        display: block;
        font-size: 1.4rem;
        letter-spacing: .01em;
        line-height: 1.6em;
    }

    .post-lg.pull-left .excerpt, .post-lg.pull-right .excerpt {
        font-size: 1.3rem;
    }

.excerpt span {
    display: block;
    margin: 0 0 1.2em 0;
}

    .excerpt span:last-child {
        margin-bottom: 0;
    }

.post-lg .excerpt {
    margin-bottom: 3.5rem;
}

.post-lg.extra {
    width: 59%;
}

    .post-lg.extra.pull-left {
        padding-right: 7.5%;
        padding-left: 0;
    }

.extra.pull-left + .sm-posts-wrap .post-sm:nth-child(even) {
    padding-left: 7.5%;
    padding-right: 0;
}

.extra.pull-left + .sm-posts-wrap .post-sm:nth-child(odd) {
    padding-right: 7.5%;
    padding-left: 0;
}

.post-lg.extra.pull-right {
    padding-right: 0;
    padding-left: 7.5%;
}

.extra.pull-right + .sm-posts-wrap .post-sm:nth-child(odd) {
    padding-left: 0;
    padding-right: 7.5%;
}

.extra.pull-right + .sm-posts-wrap .post-sm:nth-child(even) {
    padding-right: 0;
    padding-left: 7.5%;
}

.sm-posts-wrap .post-sm:nth-child(2n+3) {
    clear: both;
}

.mixed-posts-box .post-sm {
    width: 50%;
}

.sm-posts-wrap {
    overflow: hidden;
}

.post-sm {
    padding-bottom: 80px;
}

.post.post-sm .heading {
    display: block;
    font-size: 1.58rem;
}

.post.post-sm {
    font-size: 1rem;
}
/* PHOTO STRIP */
.photo-strip, .slider {
    position: relative;
    height: 530px;
    font-size: 0;
    overflow: hidden;
    white-space: nowrap;
    text-align: center;
}

    .photo-strip .swiper-slide, .slider .sliderSlide {
        position: relative;
        display: inline-block;
        vertical-align: top;
        width: auto;
        height: 100%;
        font-size: 16px;
        white-space: normal;
    }

        .photo-strip a, .slider .sliderSlide a {
            position: relative;
            display: block;
            height: 100%;
            text-decoration: none;
            overflow: hidden;
        }

.swiper-slide a {
    cursor: default;
}

.swiper-slide-active a, .contentSliderWrap a {
    cursor: pointer;
}

.photo-strip img {
    display: block;
    width: auto;
    height: 100%;
    width: auto;
}

.slider, .owl-stage {
    position: relative;
    height: 530px;
    font-size: 0;
    overflow: hidden;
    white-space: nowrap;
    text-align: center;
    transition-timing-function: linear;
}

.owl-item, .item {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: auto;
    height: 100%;
    font-size: 16px;
    white-space: normal;
}

    .owl-item a, .item a {
        position: relative;
        display: block;
        height: 100%;
        text-decoration: none;
        overflow: hidden;
    }

    .owl-item img, .item img {
        display: block;
        height: 100%;
        width: auto;
    }

.owl-carousel .owl-item img {
    display: block;
    height: 100%;
    width: auto;
}

.owl-animate {
    transition-timing-function: linear;
}
/*.photo-strip a:hover img, .photo-strip a:focus img { height: 120%; }*/
.photo-strip-btn {
    position: absolute;
    display: block;
    width: 140px;
    height: 100%;
    top: 0;
    cursor: pointer;
    z-index: 500;
}

.next-btn {
    right: 0;
}

.prev-btn {
    left: 0;
}

.photo-strip-btn::before, .photo-strip-btn:before {
    content: '';
    position: absolute;
    display: block;
    width: 150px;
    height: 150px;
    top: 50%;
    left: 50%;
    margin: -75px 0 0 -75px;
    background: none;
    background: -moz-radial-gradient(center, ellipse cover, rgba(0,0,0,1) 0%, rgba(0,0,0,0.01) 69%, rgba(0,0,0,0.01) 100%);
    background: -webkit-radial-gradient(center, ellipse cover, rgba(0,0,0,1) 0%,rgba(0,0,0,0.01) 69%,rgba(0,0,0,0.01) 100%);
    background: radial-gradient(ellipse at center, rgba(0,0,0,1) 0%,rgba(0,0,0,0.01) 69%,rgba(0,0,0,0.01) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#03000000',GradientType=1 );
    opacity: .15;
}

.photo-strip-btn::after, .photo-strip-btn:after {
    content: '';
    position: absolute;
    display: block;
    width: 0px;
    height: 0px;
    top: 50%;
    left: 50%;
    margin: -25px 0 0 -25px;
    border: 25px solid transparent;
    border-left-color: #fff;
    border-right-color: #fff;
    opacity: .7;
    overflow: hidden;
    -webkit-transition: .25s;
    -moz-transition: .25s;
    transition: .25s;
}

.next-btn::after, .next-btn:after {
    border-right: none;
    margin-left: 0;
}

.prev-btn::after, .prev-btn:after {
    border-left: none;
}

.photo-strip-btn:hover::after, .photo-strip-btn:hover:after, .photo-strip-btn:focus::after, .photo-strip-btn:focus:after {
    opacity: 1;
}

.photo-strip .strip-text-wrap, .slider .strip-text-wrap {
    position: absolute;
    display: block;
    width: auto;
    left: 0;
    bottom: 0;
    font: 300 16px "Felice", Georgia, Times, "Times New Roman", serif;
    color: #171717;
    text-align: left;
    z-index: 800;
}

.photo-strip .container, .slider .container {
    position: absolute;
    display: block;
    width: auto;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 0 0 50px;
}

.photo-strip .strip-text, .slider .strip-text {
    display: inline-block;
    vertical-align: top;
    padding: 13px 26px 15px 26px;
    background: rgba(255,255,255, .85);
}

.photo-strip .strip-loading-cover, .slider .strip-loading-cover {
    display: block;
    position: absolute;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
}

.no-js .slider .strip-loading-cover {
    display: none;
}

.slick-slide img {
    height: 530px;
    width: 100%;
    object-fit: contain;
}

/* GET UPDATES */
.get-updates {
    font: 300 14px "Felice", Georgia, Times, "Times New Roman", serif;
    padding: 2.25rem 0 2.75rem;
}

    .get-updates .box {
        max-width: 704px;
        width: 100%;
        margin: 0 auto;
        padding: 0 1rem;
        overflow: hidden;
    }

    .get-updates .d-cell {
        vertical-align: middle;
    }

    .get-updates .description {
        padding-right: 30px;
    }

    .get-updates .btn-section {
        padding-left: 30px;
    }

    .get-updates .heading {
        font: 300 14px "Felice", Georgia, Times, "Times New Roman", serif;
        font-size: 28px;
        letter-spacing: .01em;
        font-weight: normal;
        line-height: 1.3em;
    }

    .get-updates .btn-rails {
        min-width: 160px;
        text-align: center;
        letter-spacing: .25em;
        margin-top: 8px;
        padding-left: 1rem;
        padding-right: 1rem;
        text-align: center;
    }
/* ADS BLOCK */
.ads-block {
    position: relative;
    display: block;
    font-size: 1.5rem;
    padding: 4.7rem 0 5.31rem;
    background-position: center;
    background-size: cover;
}

    .ads-block .container {
        display: block;
        overflow: hidden;
    }

    .ads-block .text-wrap {
        display: block;
        width: 50%;
        padding-left: 3.4%;
    }

    .ads-block .sponsored-label {
        color: inherit;
    }

    .ads-block .heading {
        font-size: 5rem;
        padding-top: 2%;
        line-height: 1.1;
        color: inherit;
        margin-bottom: 1rem;
    }

.ad-content {
    display: block;
    font-size: 20px;
    line-height: 1.6em;
    margin-bottom: 3.375rem;
}

.ads-block img {
    position: relative;
    display: block;
    max-width: 100%;
    width: auto;
    margin: 0 auto;
}
/* FLOWER PAGE */
.filter-bar {
    display: table;
    width: 100%;
    table-layout: fixed;
    padding: 3rem 5.4em 1.5rem 5.4rem;
}

.filter-bar-col {
    display: table-cell;
    width: 50%;
    vertical-align: bottom;
}

.view-toggler {
    display: inline-block;
}

.toggler-options-list {
    overflow: hidden;
}

.toggler-option {
    float: left;
    margin: 0 19px;
    color: #b1b1b1;
    -webkit-transition: .25s;
    -moz-transition: .25s;
    transition: .25s;
}

    .toggler-option:last-child {
        margin-right: 0;
    }

    .toggler-option.active {
        color: #171717;
    }

.toggler-link {
    position: relative;
    display: inline-block;
    font: 500 13px "URWDINCond", "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    text-transform: uppercase;
    letter-spacing: .25em;
}

    .toggler-link:hover, .toggler-link:focus {
        color: #000;
    }

    .toggler-link:focus {
        outline: 1px dotted #a3a3a3;
    }

.list-header {
    display: none;
}

.filter-result.list-view .list-header {
    font: 500 14px "URWDINCond", "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    text-transform: uppercase;
    letter-spacing: .25em;
    background: #f0f0f0;
    border-top: 1px solid #c4c4c4;
    border-bottom: 1px solid #c4c4c4;
}

.list-view .list-row {
    display: table;
    width: 100%;
    padding: 1.1rem 7.5rem 1.1rem 6.875rem;
    font-size: 1.5rem;
    border-bottom: 1px solid #c4c4c4;
}

.list-view .list-header.list-row {
    padding-top: 1.45rem;
    padding-bottom: 1.35rem;
}

.filter-result .post-item {
    -webkit-transition: .25s;
    -moz-transition: .25s;
    transition: .25s;
}

.filter-result.list-view .d-cell {
    display: table-cell;
    vertical-align: middle;
    padding-right: 15px;
}

.list-view .cell-img {
    width: 10.5%;
}

.cell-img-wrap {
    position: relative;
    display: block;
    width: 100%;
    height: 0;
    padding: 100% 0 0 0;
    overflow: hidden;
}

.list-view .cell-img img {
    position: absolute;
    display: block;
    min-width: 100%;
    width: auto;
    min-height: 100%;
    height: 100%;
    top: 0;
    left: -9999px;
    right: -9999px;
    margin: auto;
}

.list-view .cell-cname {
    width: 17.5%;
}

.list-view .cell-bname {
    width: 19.5%;
}

.list-view .list-row:not(.list-header) .cell-bname, .list-view .list-row:not(.list-header) .cell-season {
    font-size: 1.25rem;
}

.list-view .grid-description {
    display: none;
}

.list-view a:hover, .list-view a:focus {
    background: #f3f3f3;
    color: #000;
}

.grid-view .d-cell {
    display: none;
}

.grid-view .cell-img {
    position: relative;
    display: block;
    width: 100%;
    height: 0;
    padding: 100% 0 0 0;
    background-clip: content-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.grid-view .cell-img-wrap {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
    background-clip: content-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.grid-view-responsive {
    font-size: 0;
}

.image-item {
    position: relative;
    display: inline-block;
    vertical-align: top;
    max-width: 369px;
    width: 33%;
    min-height: 0;
    height: auto;
    padding: 33% 0 0 0;
    font-size: 16px;
    overflow: hidden;
}

    .image-item a {
        position: relative;
        display: block;
        width: 100%;
        padding: 100% 0 0 0;
        overflow: hidden;
    }

        .image-item a img, .image-item img {
            position: absolute;
            display: block;
            max-width: 200%;
            min-width: 100%;
            width: auto;
            max-height: 200%;
            min-height: 100%;
            height: auto;
            top: -9999px;
            left: -9999px;
            right: -9999px;
            bottom: -9999px;
            margin: auto;
        }

.grid-view {
    position: relative;
    display: block;
    overflow: hidden;
    text-align: center;
    padding: 0 12px;
}

    .grid-view .post-item {
        position: relative;
        display: inline-block;
        width: 20%;
        padding: 12px;
        margin: 0 -2px;
        -webkit-transition: .25s;
        -moz-transition: .25s;
        transition: .25s;
    }

    .grid-view .grid-description {
        position: absolute;
        display: block;
        min-width: 100%;
        width: auto;
        top: 0;
        left: -1px;
        right: -1px;
        bottom: -1px;
        padding: 0 12px 1px 12px;
        text-align: center;
        background: #fff;
        background: rgba(255, 255, 255, .95);
        opacity: 0;
        -webkit-transition: .25s;
        -moz-transition: .25s;
        transition: .25s;
        z-index: 6;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .grid-view .post-item:hover .grid-description, .grid-view .post-item:focus .grid-description {
        opacity: .92;
    }

    .grid-view .grid-description .text-wrap {
        position: absolute;
        display: block;
        top: 50%;
        left: 0;
        right: 0;
        font: italic 1rem 'ACaslonPro', "Adobe Caslon Pro", "Hoefler Text", Georgia, Garamond, Times, serif;
        padding: 2rem;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

.grid-description .title {
    display: block;
    font: 1.19rem "Felice", Georgia, Times, "Times New Roman", serif;
    text-transform: uppercase;
    letter-spacing: .25em;
    margin-bottom: 9px;
}

.grid-description .subtitle {
    display: block;
}

.grid-view .post-item img {
    position: absolute;
    display: block;
    max-width: 200%;
    min-width: 100%;
    width: auto;
    max-height: 200%;
    min-height: 100%;
    height: auto;
    top: -9999px;
    left: -9999px;
    right: -9999px;
    bottom: -9999px;
    margin: auto;
}
/* INSPIRATION PAGE */
.inspiration-page .content-box {
    padding-top: 5.5rem;
}

.inspiration-filter {
    padding: 35px 1rem 18px;
    text-align: center;
}

.inspiration-filter-list {
    display: inline-block;
}

.inspiration-filter-item {
    float: left;
    margin: 0 15px;
}

.inspiration-filter-link {
    position: relative;
    font: 300 1.25rem "Felice", Georgia, Times, "Times New Roman", serif;
    padding-bottom: 3px;
    color: #9e9e9e;
}

    .inspiration-filter-link:hover, .inspiration-filter-link:focus, .active .inspiration-filter-link {
        color: #000;
    }

    .inspiration-filter-link:focus {
        outline: 1px dotted #a3a3a3;
    }

.active .inspiration-filter-link:after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    background: #000;
}
/* SINGLE PAGE / ARTICLE */
.article {
    padding-bottom: 2.5rem;
    overflow: hidden;
    border-bottom: 1px solid #a3a3a3;
}

    .article .photo-strip {
        height: 590px;
        margin-bottom: 7rem;
    }

    .article .video-block, .video-gif {
        position: relative;
        max-height: 590px;
        height: 100%;
        width: auto;
        max-width: 100%;
        text-align: center;
        overflow: hidden;
    }

        .video-gif img {
            display: block;
            width: 100%;
            height: auto;
        }

    .article .video-wrap {
        position: relative;
        display: inline-block;
        z-index: 5;
    }

.video-backdrop {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-filter: blur(20px);
    -ms-filter: blur(20px);
    filter: blur(20px);
    opacity: 0.6;
}

.play-btn {
    display: none !important;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 190px;
    height: 190px;
    background: rgba(0,0,0, .37);
    border-radius: 50%;
    border: 2px solid #fff;
    outline: none;
    opacity: .75;
    -webkit-transition: .25s;
    -moz-transition: .25s;
    transition: .25s;
    z-index: 9;
}

    .play-btn:hover, .play-btn:focus {
        opacity: 1;
    }

    .play-btn .triangle {
        display: inline-block;
        vertical-align: middle;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 15px 0 15px 26px;
        border-color: transparent transparent transparent #fff;
        -webkit-transform: translateX(6px);
        -ms-transform: translateX(6px);
        transform: translateX(6px);
    }

    .play-btn.show {
        display: block !important;
    }

.video-backdrop.left {
    left: 0;
}

.video-backdrop.right {
    right: 0;
}

/*Subscribe Page Signup*/
.tempLandingWrap.subscribe {
    position: absolute;
    display: block;
    max-width: 980px;
    top: 220px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center;
}

    .tempLandingWrap.subscribe p.title {
        text-transform: none;
        letter-spacing: .01em;
    }
/* Jeffs article edits for AUI matching */
.articleContent {
    clear: both;
    position: relative;
}

    .articleContent a {
        color: #63330a;
        text-decoration: none;
    }

.article .main-col {
    position: relative;
    display: block;
    margin: 0 0 0 468px;
    padding: 0;
    font: 300 1.25rem "Felice", Georgia, Times, "Times New Roman", serif;
}

    .article .article-heading, .article .main-col h1 p {
        font-family: "Felice", Georgia, Times, "Times New Roman", serif;
        font-size: 3.3rem;
        letter-spacing: .01em;
        line-height: 1.25em;
        margin-bottom: 12px;
    }

.articleContent p, .articleContent p.articleText {
    position: relative;
    margin: 0 0 25px 468px;
    padding: 0 35px 0 0;
    font-family: "Felice", Georgia, Times, "Times New Roman", serif;
    font-size: 20px;
    line-height: 32px;
    letter-spacing: .01em;
}
.articleContent blockquote.tiktok-embed {
  margin: 18px 0 25px 464px;
}
.articleContent h2, .articleContent h3 {margin-left: 468px;}
.articleContent hr {margin: 10px 0 10px 468px;}
.articleContent p u, .articleContent u {text-decoration: none !important;}

.articleContent h2, .articleContent h3 {
    margin-left: 468px;
}

.articleContent hr {
    margin: 10px 0 10px 468px;
}

.articleContent p u, .articleContent u {
    text-decoration: none !important;
}

.articleContent ul, .articleContent ol {
    position: relative;
    margin: 0 0 50px 488px;
}

.articleContent li {
    font-size: 16px;
    line-height: 24px;
    list-style-position: outside;
}

.articleContent ul li {
    list-style-type: disc;
}

.articleContent ol li {
    list-style-type: decimal;
}

.articleContent p.quoteText, .articleContent span.quoteText {
    position: absolute;
    width: 373px;
    top: 0px;
    left: 0px;
    margin: 0px;
    padding: 1rem 0 0 8px;
    text-align: right;
    font-family: 'ACaslonPro', "Adobe Caslon Pro", "Hoefler Text", Georgia, Garamond, Times, serif;
    font-size: 32px;
    font-weight: 400;
    font-style: italic;
    letter-spacing: .01em;
    line-height: 40px;
    color: #515151;
}

.articleContent span.quoteText {
    left: -468px;
}

.contentSliderWrap .slideCaptions {
    position: absolute;
    width: 373px;
    padding: 0 0 0 8px;
    text-align: right;
}

.slideCaption {
    font-size: 16px;
    line-height: 24px;
    color: #a9a9a9;
}

.contentImageWrap {
    margin-bottom: 1.25rem;
    position: relative;
    padding-bottom: 25px;
}

.contentSection {
    position: relative;
}

.contentImageLink {
    position: relative;
    margin: 0 0 0 468px;
}

.contentImageLink .ciLinkWrap:not(.slick-slider) a {
    position: relative;
    display: block;
    max-width: 634px;
    max-height: 634px;
}

.contentImageLink .ciLinkWrap:not(.slick-slider) img {
    display: inline-block;
    position: relative;
    max-width: 634px;
    max-height: 634px;
    height: auto;
    width: auto;
}

.contentImageLink .slick-prev,
.contentImageLink .slick-next,
.ciLinkWrap .slick-prev,
.ciLinkWrap .slick-next {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: none;
    border: none;
    bottom: 0;
    display: block;
    font-size: 0;
    height: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    width: 70px;
    z-index: 50;
}

    .contentImageLink .slick-prev::before,
    .contentImageLink .slick-prev:before,
    .contentImageLink .slick-next::before,
    .contentImageLink .slick-next:before,
    .ciLinkWrap .slick-prev::before,
    .ciLinkWrap .slick-prev:before,
    .ciLinkWrap .slick-next::before,
    .ciLinkWrap .slick-next:before {
        background: none;
        background: -moz-radial-gradient(center, ellipse cover, rgba(0,0,0,1) 0%, rgba(0,0,0,0.01) 69%, rgba(0,0,0,0.01) 100%);
        background: -webkit-radial-gradient(center, ellipse cover, rgba(0,0,0,1) 0%,rgba(0,0,0,0.01) 69%,rgba(0,0,0,0.01) 100%);
        background: radial-gradient(ellipse at center, rgba(0,0,0,1) 0%,rgba(0,0,0,0.01) 69%,rgba(0,0,0,0.01) 100%);
        content: '';
        display: none;
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#03000000',GradientType=1 );
        height: 80px;
        left: 50%;
        margin: -40px 0 0 -40px;
        opacity: .15;
        position: absolute;
        top: 50%;
        width: 80px;
    }

    .contentImageLink .slick-prev::after,
    .contentImageLink .slick-prev:after,
    .contentImageLink .slick-next::after,
    .contentImageLink .slick-next:after,
    .ciLinkWrap .slick-prev::after,
    .ciLinkWrap .slick-prev:after,
    .ciLinkWrap .slick-next::after,
    .ciLinkWrap .slick-next:after {
        background: url(/images/slider-arrow.png) no-repeat center;
        background-size: contain;
        content: '';
        display: block;
        height: 50px;
        left: 0;
        margin: -25px auto 0 auto;
        overflow: hidden;
        opacity: .65;
        position: absolute;
        right: 0;
        top: 50%;
        transform-origin: center;
        transition: .25s;
        width: 100%;
    }
    .contentImageLink .slick-next::after,
    .contentImageLink .slick-next:after,
    .ciLinkWrap .slick-next::after,
    .ciLinkWrap .slick-next:after {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    .contentImageLink .slick-prev,
    .ciLinkWrap .slick-prev {
        left: 0;
    }
    .contentImageLink .slick-next,
    .ciLinkWrap .slick-next {
        left: auto;
        right: 0;
    }


.contentImageImage {
    display: block;
}

.contentPagination {
    position: relative;
    text-align: right;
}

    .contentPagination .swiper-pagination {
        position: relative;
        display: inline-block;
    }

.contentImageCaption {
    position: relative;
    bottom: 0;
    width: 362px;
    padding-right: 95px;
    text-align: left;
}

    .contentImageCaption span {
        position: relative;
        font-size: 16px;
        line-height: 24px;
        color: #a9a9a9;
    }

body .ciLinkWrap {
    max-width: 600px;
}

.ciLinkWrap a {
    display: inline-block;
    position: relative;
}

.ciLinkWrap .contentPagination {
    display: inline-block;
    float: right;
    margin: 0;
    bottom: -2rem;
    position: absolute;
    right: 0;
    vertical-align: middle;
}
    .ciLinkWrap .contentPagination::before,
    .ciLinkWrap .contentPagination:before {
        content:'';
        display: block;
        clear: both;
    }

    .slideDisplay .contentImageCaption {
        position: relative;
        display: inline-block;
        bottom: auto;
        max-width: 100%;
        padding-left: 25%;
        padding-right: 0;
        text-align: right;
        vertical-align: middle;
        width: 100%;
    }

.videoOverlay {
    position: absolute;
    top: 0px;
    display: block;
    width: 100%;
    height: 100%;
    background: #000;
    background: rgba(0, 0, 0, .2);
    transition: all .25s ease;
    box-sizing: border-box;
    z-index: 2;
}
.videoSlide .videoOverlay {
    display: none;

}
.videoSlide img::before,
.videoSlide img::before {
    bottom: 0;
    content: '';
    display: block;
    background: #000;
    background: rgba(0, 0, 0, .2);
    height: 100%;
    left: 0;
    width: 100%;
    right: 0;
    top: 0px;
    z-index: 20;
}
.contentSlideWrap {
    display: block;
    position: relative;
}

.videoButton {
    position: absolute;
    display: block;
    width: 188px;
    height: 188px;
    top: 50%;
    left: 50%;
    margin: -94px 0 0 -94px;
    opacity: .8;
    overflow: hidden;
    -webkit-transition: .25s;
    -moz-transition: .25s;
    transition: .25s;
}

a:hover .videoButton, a:focus .videoButton {
    opacity: 1;
}

.videoButton img {
    position: absolute;
    display: block;
    max-width: 100%;
    width: auto;
    max-height: 100%;
    height: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
/* End Jeff's CSS */

.article .video-wrap .video {
    display: block;
    width: auto;
    height: 590px;
}

.article .content-section .container {
    max-width: 1354px;
    padding: 0 100px 0 0;
    overflow: hidden;
}

.article .content-section {
    padding-top: 6.3rem;
}

.article .post-info {
    font-size: 13px;
    letter-spacing: .25em;
    margin: 1rem 0 0;
    color: #515151;
}

.article .side-content {
    width: 373px;
    float: left;
    text-align: right;
}

    .article .side-content.quote p {
        margin: 0px;
        padding-right: 0px;
        padding-top: 1rem;
        font-family: 'ACaslonPro', "Adobe Caslon Pro", "Hoefler Text", Georgia, Garamond, Times, serif;
        font-size: 32px;
        font-weight: 400;
        font-style: italic;
        letter-spacing: .01em;
        line-height: 40px;
        color: #515151;
    }

.article .main-col + .side-content {
    clear: both;
}

.article .main-col p {
    margin-bottom: 2.25rem;
    font-family: "Felice", Georgia, Times, "Times New Roman", serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.6em;
    color: #515151;
}

.article .main-col strong {
    font-family: "Felice", Georgia, Times, "Times New Roman", serif;
    font-weight: 600;
}

.article .main-col p:last-child {
    margin-bottom: 0;
}

.article .photos-wrap {
    position: relative;
    display: block;
    width: 100%;
    padding: 5.8rem 0 3.5rem;
    overflow: hidden;
    clear: both;
}

.contentSliderWrap {
    position: relative;
}

.slideCaptions .slideCaption:not(:first-child) {
    display: none;
}

.slideCaption {
    display: block;
    position: relative;
    left: 0px;
    top: 0px;
}

.contentSlider {
    position: relative;
    display: block;
    width: 100%;
    padding: 4.15rem 0 3.5rem;
    overflow: hidden;
    clear: both;
}

    .contentSlider .slideItem {
        height: 490px;
        width: 100%;
    }

    .contentSlider .swiper-slide {
        height: 490px;
        width: 100%;
    }

.swiper-slide .slideCaption {
    display: none;
}

.article .photos-wrap img {
    display: block;
    width: 100%;
    height: auto;
}

.contentSlider .slideItem img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.photos-wrap .pagination-wrap, .contentSlider .pagination-wrap {
    display: block;
    padding-top: 5px;
    overflow: hidden;
    text-align: right;
}

.article .photos-wrap .swiper-pagination, .contentSlider .swiper-pagination {
    position: relative;
    width: auto;
    display: inline-block;
}

.swiper-pagination-bullet {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 25px;
    height: 25px;
    background: none;
    border-radius: 0;
    opacity: 1;
    cursor: pointer;
}

    .swiper-pagination-bullet::before, .swiper-pagination-bullet:before {
        content: '';
        position: absolute;
        display: block;
        width: 10px;
        height: 10px;
        top: 50%;
        left: 50%;
        margin: -5px 0 0 -5px;
        background: #d6d6d6;
        border-radius: 50%;
        -webkit-transition: .25s;
        -moz-transition: .25s;
        transition: .25s;
    }

    .photos-wrap .swiper-pagination-bullet-active::before, .photos-wrap .swiper-pagination-bullet-active:before, .swiper-pagination-bullet-active::before, .swiper-pagination-bullet-active:before, .contentSlider .swiper-pagination-bullet-active::before, .contentSlider .swiper-pagination-bullet-active:before, .swiper-pagination-bullet:hover::before, .swiper-pagination-bullet:hover:before, .swiper-pagination-bullet:focus::before, .swiper-pagination-bullet:focus:before {
        background: #515151;
    }

.photos-wrap .slide-counter, .contentSlider .slide-counter {
    font: 500 1rem "URWDINCond", "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    color: #515151;
    margin-left: 20px;
}

.side-content.slider-description {
    font: 300 1rem "Felice", Georgia, Times, "Times New Roman", serif;
    color: #a9a9a9;
    padding: 0 0 0 1.5rem;
    line-height: 1.5;
}

.article .share-box {
    padding: 1.5rem 0 2.5rem;
}

    .article .share-box a {
        color: #b9b9b9;
    }

        .article .share-box a:hover, .article .share-box a:focus {
            color: #515151;
        }

    .article .share-box .social-list-item {
        padding-right: 22px;
    }

    .article .share-box .icon {
        display: block;
        font-size: 1.5rem;
    }

.article .get-updates {
    padding-top: 2.5rem;
}

    .article .get-updates .box {
        padding: 0;
        margin-left: 0;
    }

    .article .get-updates .heading {
        margin-bottom: 7px;
    }

    .article .get-updates .subhead, .get-updates .subhead {
        display: block;
    }

    .article .get-updates p {
        font-family: "Felice", Georgia, Times, "Times New Roman", serif;
        font-size: 14px;
        line-height: 1.6em;
    }

    .article .get-updates .btn-rails {
        min-width: 190px;
    }

.related-posts .block-heading {
    text-align: center;
    padding: 4.5rem 0 0 0;
    font-size: 2.2rem;
    letter-spacing: .01em;
    margin-bottom: -4rem;
}
/* DETAIL PAGE */
.details-block-wrap .toggle-btn, .varieties-block-wrap .toggle-btn {
    display: none;
    margin-bottom: 3rem;
}

.details-block-wrap.hidden .toggle-btn, .varieties-block-wrap.hidden .toggle-btn {
    display: inline-block !important;
}

.details-block-wrap.hidden #articleDetails, .varieties-block-wrap.hidden .varieties-block {
    display: none;
}

.detailed-article a {
    -webkit-transition: .35s;
    -webkit-transition: .25s;
    transition: .35s;
    text-decoration: underline;
}

    .detailed-article a:hover, .detailed-article a:focus {
        text-decoration: underline;
        color: #000;
    }

.detailed-article .btn-rails:hover, .detailed-article .btn-rails:focus {
    text-decoration: none;
}

.detailed-article .header-images {
    position: relative;
    display: block;
    height: 595px;
    overflow: hidden;
}

    .detailed-article .header-images::after {
        content: '';
        position: absolute;
        display: block;
        width: 100%;
        height: 15px;
        left: 0;
        bottom: -4px;
        background: -moz-linear-gradient(top, rgba(234,234,234,0) 0%, rgba(234,234,234,1) 100%);
        background: -webkit-linear-gradient(top, rgba(234,234,234,0) 0%,rgba(234,234,234,1) 100%);
        background: linear-gradient(to bottom, rgba(234,234,234,0) 0%,rgba(234,234,234,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00eaeaea', endColorstr='#eaeaea',GradientType=0 );
        background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.2) 100%);
        background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.2) 100%);
        background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.2) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#33000000',GradientType=0 );
        opacity: .75;
    }

    .detailed-article .header-images.no-image {
        display: none;
    }

        .detailed-article .header-images.no-image img {
            display: none;
        }

    .detailed-article .header-images img {
        position: absolute;
        display: block;
        width: auto;
        max-height: 100%;
        height: auto;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
    }

.detailed-article .main-heading {
    padding: 2em 0 0 0;
    font: 300 3.85rem "Felice", Georgia, Times, "Times New Roman", serif;
    letter-spacing: .25em;
    text-transform: uppercase;
    margin-bottom: 1rem;
}

.detailed-article .sub-heading {
    font: italic 2.5rem 'ACaslonPro', "Adobe Caslon Pro", "Hoefler Text", Georgia, Garamond, Times, serif;
    line-height: 1.1;
}

.detailed-article .article-header {
    text-align: center;
    font-size: 1rem;
    margin-bottom: 5.9rem;
}

.detailed-article .container {
    overflow: hidden;
}

.detailed-article .main-col {
    width: 65.19%;
    float: left;
    padding: 0 11.3% 0 10%;
}

.detailed-article .side-col {
    width: 34.6%;
    float: right;
    padding-right: 3%;
    padding-top: 10px;
}

.detailed-article .main-col .section {
    font-size: 1.25rem;
    margin-bottom: 1.85rem;
}

.detailed-article .main-col .section-title {
    font-size: 1.25rem;
    font-weight: bold;
}

.detailed-article .main-col .section p {
    margin-bottom: 1em;
}

.detailed-article ul, .detailed-article ol {
    margin: 10px 0 0 20px;
}

    .detailed-article ul > li {
        position: relative;
        display: list-item;
        margin: 0;
        padding: 0;
        margin-bottom: .65rem;
        list-style-type: initial;
    }

    .detailed-article ol > li {
        position: relative;
        display: list-item;
        margin: 0;
        padding: 0;
        margin-bottom: .65rem;
        list-style-type: decimal;
    }

.detailed-article .images-section .images-wrap {
    overflow: hidden;
    margin: 0 -11px;
}

.detailed-article .images-section .image-item {
    float: left;
    width: 33%;
    padding: 12px 11px;
    -webkit-transition: opacity .35s;
    -moz-transition: opacity .35s;
    transition: opacity .35s;
}

    .detailed-article .images-section .image-item:hover, .detailed-article .images-section .image-item:focus {
        opacity: .8;
    }

.detailed-article .article-footer {
    font-size: 13px;
    margin-bottom: 5rem;
    color: #a3a3a3;
}

    .detailed-article .article-footer p {
        overflow-wrap: break-word;
        word-wrap: break-word;
    }

.detailed-article .btn-rails {
    padding-left: 0;
    padding-right: 0;
    letter-spacing: .25em;
}

.article-footer ul > li {
    padding-left: 0;
    margin: 0;
}

    .article-footer ul > li:before {
        display: none;
    }

.article-footer ul {
    margin-bottom: 1.25rem;
    font-size: 13px;
}

.varieties-block {
    text-align: center;
    padding-top: 6.375rem;
}

.varieties-section {
    margin-bottom: 7.313rem;
}

.varieties-block .heading {
    font-size: 2.625rem;
    margin-bottom: 2.2rem;
}

.varieties-block .grid-view .post-item {
    width: 21.3%;
}

.add-info-section {
    font-size: 1.25rem;
    margin-bottom: 2.5rem;
}

.add-info-section-inline-wrap {
    position: relative;
    display: table;
    width: 100%;
}

.add-info-section-inline {
    display: table-cell;
    padding: 0 0 0 20px;
    vertical-align: bottom;
}

    .add-info-section-inline:first-child {
        padding-left: 0;
    }

.add-info-section .heading {
    font: 500 12px "URWDINCond", "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    letter-spacing: .25em;
    text-transform: uppercase;
    color: #a3a3a3;
    margin-bottom: 5px;
}

.add-info-section-subtext {
    display: block;
    font-size: .8em;
    line-height: 1.5em;
}

.add-info-section.map-section {
    margin-bottom: 1.7rem;
}

.map-section .map {
    position: relative;
    display: block; /*width:588px; height:308px;*/
    width: 100%;
    height: 100%;
}

    .map-section .map img {
        display: block;
        width: 100%;
        height: 100%;
    }

    .map-section .map .mapSprite {
        position: absolute;
        background-image: url(/images/map/mapSprite.png);
        background-size: 600% auto;
        left: 0px;
        top: 0;
        width: 100%;
        height: 100%;
    }

.colors-list, ul.colors-list {
    margin: 0;
    overflow: hidden;
}

    .colors-list .color-item {
        float: left;
        display: inline-block;
        margin-right: 8px;
        padding: 0;
    }

        .colors-list .color-item:before {
            display: none;
        }

    .colors-list .color, .colors-list .color:hover, .colors-list .color:focus {
        display: block;
        width: 44px;
        height: 44px;
        text-decoration: none;
    }

.color-white {
    background: #fff;
    border: 2px solid #e3e3e3;
}

.color-yellow {
    background: #ffff00;
}

.color-peach {
    background: #ffdab9;
}

.color-rust {
    background: #A55D35
}

.color-pink {
    background: #e6b6f4;
}

.color-red {
    background: #800020;
}

.color-lavender {
    background: #5242e7;
}

.color-blue {
    background: #0000ff;
}

.color-lime {
    background: #32cd32;
}

.color-brown {
    background: ##A52A2A;
}



/* POPUP */
.tos-slider {
    height: auto;
}

.tos-desktop .tos-wrapper.tos-fixed.tos-fit.tos-has-close .tos-slide,
.tos-desktop .tos-wrapper.tos-fixed.tos-fit.tos-has-next .tos-slide,
.tos-desktop .tos-wrapper.tos-fixed.tos-fit.tos-has-prev .tos-slide,
.tos-wrapper.tos-fixed.tos-fit.tos-has-close .tos-slide,
.tos-wrapper.tos-fixed.tos-fit.tos-has-next .tos-slide,
.tos-wrapper.tos-fixed.tos-fit.tos-has-prev .tos-slide {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100%;
    padding: 60px 176px 192px 176px;
}

.tos-slide > img {
    position: absolute;
    display: block;
    max-width: 100%;
    width: auto;
    max-height: 100%;
    height: auto;
    top: 60px;
    left: 176px;
    right: 176px;
    bottom: 192px;
    margin: auto;
}

.tos-close, .tos-next, .tos-prev {
    opacity: 1;
}

.tos-desktop .tos-wrapper.tos-fixed, .tos-wrapper.tos-fixed {
    position: fixed;
    max-width: 100%;
    max-height: 100%;
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.95);
    overflow-y: auto;
    bottom: 0;
}

.tos-slider {
    position: relative;
    display: block;
    height: 100%;
    padding: 0;
}

.tos-caption {
    position: absolute;
    display: block;
    max-width: 984px;
    width: 100%;
    height: 140px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    padding: 0 130px;
    opacity: 1;
    color: #515151;
    overflow: hidden;
}

    .tos-caption > div {
        margin: 0;
        padding: 0;
        font-size: 1.125rem;
        line-height: 1.5;
        text-shadow: none;
        white-space: normal;
        text-overflow: initial;
    }

.tos-close, .tos-next, .tos-prev {
    background-color: transparent;
    font: 500 1rem "URWDINCond", "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    letter-spacing: .25em;
    text-transform: uppercase;
    color: #515151;
    height: auto;
    width: auto;
}

.tos-next, .tos-prev {
    position: absolute;
    display: block;
    height: 133px;
    top: auto;
    left: 0;
    right: auto;
    bottom: 0;
    margin: 0;
    padding: 60px 100px 133px 100px;
    z-index: 2;
}

.tos-next {
    left: auto;
    right: 0;
    text-align: right;
}

    .tos-close span, .tos-next span, .tos-prev span {
        display: none;
    }

.tos-prev:after {
    content: 'Previous';
    text-transform: uppercase;
    vertical-align: middle;
}

.tos-next:before {
    content: 'Next';
    text-transform: uppercase;
    vertical-align: middle;
}

.tos-prev::before, .tos-prev:before {
    margin-right: 25px;
    background: url("/images/popup/left-chevron.png") no-repeat center;
}

.tos-next::after, .tos-next:after {
    margin-left: 25px;
    background: url("/images/popup/right-chevron.png") no-repeat center;
}

.tos-prev::before, .tos-prev:before, .tos-next::after, .tos-next:after {
    display: inline-block;
    content: '';
    width: 23px;
    height: 29px;
    vertical-align: middle;
    background-size: 100%;
}

.tos-close {
    height: 120px;
    width: 120px;
    top: 0;
    right: 0;
    background: url(/images/close.svg) no-repeat center;
    background-size: 35px auto;
    -webkit-transition: .25s;
    -moz-transition: .25s;
    transition: .25s;
}

    .tos-close:hover, .tos-close:focus {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        transform: rotate(180deg);
    }

.timeline-wrap {
    position: relative;
    display: block;
    width: 100%;
}

.timeline-block-wrap {
    position: relative;
    display: block;
    width: 100%;
    font-size: 0;
}

.timeline-block {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 8.33%;
    margin: 40px 0 0 0;
    padding: 9px 0;
    font: 500 12px/15px "URWDINCond", "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    text-align: center;
    color: #a3a3a3;
    border-top: 2px solid #e3e3e3;
}

    .timeline-block::before, .timeline-block:before {
        content: '';
        position: absolute;
        display: block;
        width: 100%;
        height: 8px;
        top: 0;
        left: 0;
        border-right: 1px solid #e3e3e3;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .timeline-block:first-child::before, .timeline-block:first-child:before {
        border-left: 1px solid #e3e3e3;
    }

    .timeline-block::after, .timeline-block:after {
        content: '';
        position: absolute;
        display: block;
        width: 100%;
        height: 27px;
        left: 0;
        bottom: 100%;
        margin: 0 0 2px 0;
        background: #fff;
        border-right: 1px solid #fff;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .timeline-block:first-child::after, .timeline-block:first-child:after {
        border-left: 1px solid #fff;
    }

.timeline-block-fill::after, .timeline-block-fill:after {
    background: #e3e3e3;
}

.year-round {
    position: relative;
    display: block;
    width: 100%;
    padding: 15px 0 0 0;
    font-family: "URWDINCond", "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: .25em;
    line-height: 15px;
    color: #a3a3a3;
    text-align: center;
    text-transform: uppercase;
}


.topImageWrap {
    position: relative;
    display: block;
    overflow: hidden;
}

    .topImageWrap img {
        display: block;
    }

    .topImageWrap a {
        position: relative;
        display: block;
        margin: 0 auto;
        height: 100%;
    }

.articleBackground {
    position: absolute;
    display: block;
    min-width: 100%;
    width: auto;
    min-height: 100%;
    height: auto;
    top: -9999px;
    left: -9999px;
    right: -9999px;
    bottom: -9999px;
    margin: auto;
    -webkit-filter: blur(15px);
    -ms-filter: blur(15px);
    filter: blur(15px);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.articleForeground {
    position: relative;
    display: block;
    width: auto;
    height: 100%;
    margin: 0 auto;
    height: 530px;
}

.topImageWrap video {
    display: block;
    margin: auto;
    height: 530px;
    width: auto;
}

.slide video {
    height: 100%;
    width: auto;
}

.mobile-video {
    display: block;
    width: 100%;
    height: auto;
}

@media (-webkit-video-playable-inline) {
    .gifOrVideo img {
        display: none;
    }

    .gifOrVideo {
        display: initial;
    }
}

@media all and (min-width: 2100px), print {
  .container { max-width: 1550px; }
  .main-header .navbar { max-width: 1920px; margin: 0 auto; }
  .post-info { font-size: 13px; }
  .article .content-section .container { /*padding-right: 17.5%;*/ }
  .related-posts .block-heading { font-size: 36px; }
}
@media all and (max-width: 1800px), print {
    .header-nav-link { padding: 37px 17px; }
}
@media all and (max-width: 1600px), print {
  html { font-size: 15px; line-height: 1.6em; }
  .container { max-width: 1200px; }
  .wrap {padding: 68px 0 75px;}
  .main-header {height: 68px;}
  .main-header .navbar {height: 68px;}
  .burger-btn, .search-btn {height: 68px;}
  .header-nav-item {font-size: 14px; }
  .header-nav-link {font-size: 13.5px; padding: 24px 14px;}
  .logo { padding: 21px 0; font-size: 0; }
  .photo-strip {height: 378px;}
  .slider, .slick-slide img {height:450px}
  .owl-stage {height:400px;}
  .topImageWrap .articleForeground  {height:400px;}
  .topImageWrap video {height:400px;}
  .filter-bar {padding: 2.0rem 4.4rem 1.0rem 4.4rem;}
  .toggler-option, .toggler-option a {font-size: 13px}
  .detailed-article .header-images {height: 320px;}
  .article .content-section {padding-top: 4.8rem;}
  .article .article-heading, .article .main-col h1 p { font-size: 2.8rem; line-height: 1.25em; max-width: 20em; }
  .post-lg .heading { font-size: 3.25rem; }
  .post-lg .excerpt { font-size: 1.15rem; }
  .post-lg .excerpt p { margin: 0 0 2.2rem; }
  .ads-block .heading { font-size: 4.1rem; }
  .post .heading { font-size: 1.65rem; }
  .ads-block .text-wrap p { margin-bottom: 3rem; }
  .post-lg .heading { font-size: 2.5rem; }
  .post-sm .label { position: relative; margin: -17px 0 10px 0; }
  .shared-list-item { margin-right: 0; }
  .post-sm .shared-link { font-size: 0; }
  .post-sm .shared-link .icon { margin: 0; }
  .get-updates .d-cell { display: block; padding: 0 0 20px 0; }
  .detailed-article .article-header {margin-bottom: 3rem;}
  .detailed-article .main-heading {padding: 1em 0 0 0; font-size: 2.85rem;}
  .detailed-article .sub-heading {font-size: 1.5rem;}
}
@media all and (max-width: 1440px), print {
  .navbar-wrap { padding: 0; }
  /*.header-nav-link { padding: 37px 20px; }*/
  /*.logo { padding: 35px 0 35px 7px; font-size: 26px; }*/
  .header-nav.left { padding-left: 0; }
  .header-nav.right { padding-right: 0; }
  .container { max-width: 1100px; }
  .detailed-article .main-col { padding-left: 4%; }
  .article .side-content.quote { font-size: 1.6rem; padding-top: 10px; }
  .tos-next, .tos-prev { padding: 60px 50px 133px 50px }
  .tos-slide > img { left: 50px; right: 50px; }
}
@media screen and (max-width: 1366px), print {
    .logo { width: 230px; }
    .header-nav.left { padding-right: 115px; }
    .header-nav.right { padding-left: 115px; }
  .shared-link { font-size: 12px; padding: 10px 15px }
  .shared-link .icon { font-size: 1.25rem; }
  .lightbox-share {opacity:1; height:41px; display:none;}
  .flower-page .filter-bar { padding: 4.688rem 5.5rem 1.563rem 3.875rem; }
  .list-view .cell-cname { width: 18.5%; }
  .list-view .cell-bname { width: 24.5%; }
  .flower-page .filter-bar { padding: 4.688rem 5.5rem 1.563rem 4.5rem; }
  .list-view .list-row { font-size: 1.35rem; padding: 1rem 2rem; }
  .detailed-article .header-images.no-image { font-size: 5rem; padding: 5rem 3rem; }
  .article .content-section .container { max-width: 1200px; padding: 0 17px; }
  .article .main-col { margin: 0 0 0 27%; }

  .article .side-content, .contentSliderWrap .slideCaptions, .articleContent p.quoteText, .articleContent span.quoteText { width: 24%; }
  .articleContent p, .articleContent p.articleText, .articleContent span.quoteText { margin: 0 0 25px 27%; padding: 0; font-size: 16px; line-height: 1.6em; max-width: 38em; }
  .articleContent blockquote.tiktok-embed {
    margin: 0 0 25px 27%;
  }
  .articleContent ul, .articleContent ol {margin: 0 0 25px 42%; padding:0; font-size:15px; line-height:1.6em;}
  .articleContent h2, .articleContent h3 {margin-left: 40%;}
  .articleContent hr {margin: 10px 0 10px 40%; }
  .articleContent p.quoteText, .articleContent span.quoteText { font-size: 24px; line-height: 32px; }

  .articleContent span.quoteText { margin:0px; left:-40%; }

  .slideCaption { font-size: 12px; line-height: 20px; }
  .tos-next, .tos-prev { padding: 60px 25px 133px 25px }
  .tos-slide > img { max-width: 90%; left: 25px; right: 25px; }

  .contentImageLink {margin:0 0 0 27%;}
  .contentPagination {position:relative; margin-left:40%;}
  .contentImageCaption {width: 32%; padding-right:0px;}
  .contentImageCaption span {font-size:12px;line-height:20px;}
  .contentPagination .swiper-pagination {position:relative; display:inline-block;}
  .header-nav-link { padding: 24px 11px; }
}
@media screen and (max-width: 1280px), print {
  .logo { width: 200px; }
  .header-nav.left { padding-right: 100px; }
  .header-nav.right { padding-left: 100px; }
  .header-nav-link { padding: 25px 9px; font-size: 12px; }
  .header-nav.left { padding-left: 0; }
  .header-nav.right { padding-right: 0; }
  .tempLandingWrap.subscribe {top: 180px;}
  .tempLandingWrap.subscribe h1 {font-size: 24px; line-height: 26px;}
  .tempLandingWrap.subscribe p.title {margin-top: 17px; font-size: 48px; line-height: 52px;}
}
@media screen and (max-width: 1160px), print {
  /*.logo { width: 100%; }*/
  /*.photo-strip { height: 430px; }*/
  .photo-strip .strip-text-wrap, .slider .strip-text-wrap { font-size: 15px; }
  .photo-strip .container, .slider .container { margin: 0 0 0 70px; }
  .header-nav { display: none; }
  .hideNav { display: none; }
  .container { max-width: none; padding: 0 60px; }
  .slider .container { margin: 0 0 0 60px; padding: 0; }
  .post-thumb .shared-box, .post-thumb .shared-link:focus { opacity: 1; }
  .post-info, .post .label { font-size: 10px; }
  .post-sm .label { margin: -13px 0 10px 0; }
  .post-lg.horizontal .post-description { padding-right: 0; }
  .post-lg .excerpt { font-size: 15px; margin-bottom: 2rem; }
  .get-updates { font-size: 15px; }
  .get-updates .box { padding: 0 24px; }
  .get-updates .d-cell { text-align: center; }
  .content-box { padding: 5.4rem 0; }
  .default-posts-box { margin: 0 -3.25%; }
  .post { padding: 0 3.25%; }
  .post.post-sm .heading { font-size: 18px; }
  .post.post-sm { font-size: 15px; }
  .post-lg.extra.pull-left { padding-right: 8%; }
  .post-lg.extra.pull-right { padding-left: 8%; }
  .post .heading { font-size: 26px; margin-bottom: 7px; }
  .post-lg.extra { width: 49%; }
  .post-lg .post-thumb { margin: 0 0 25px; }
  .post-lg.horizontal .post-thumb { width: 50%; }
  .post-lg.horizontal .post-description { width: 50%; padding: 0 0 0 62px; }
  .post-lg.pull-left .heading, .post-lg.pull-right .heading { font-size: 34px; line-height: 1.3em; }
  .post-lg .heading { font-size: 24px; }
  .post-lg.pull-left .excerpt, .post-lg.pull-right .excerpt { font-size: 15px; line-height: 1.6em; }
  .post-info { margin-bottom: 20px; }
  .ads-block { padding: 80px 0 85px; margin: 0 0 43px 0; font-size: 15px; min-height: 430px; }
  .ads-block .heading { font-size: 48px; }
  .ads-block .text-wrap p { margin: 0 0 45px; }
  .excerpt { font-size: 15px; line-height: 1.6em; }
  .post-sm .excerpt, .post .excerpt { font-size: 15px; line-height: 1.6em; }
  .btn-rails { font-size: 15px; }
  .post-lg { padding: 0 57px; }
  .lg-posts-box { margin: 0 -40px; }
  .lg-posts-box .heading { font-size: 36px; }
  .default-posts-box { font-size: 15px; }
  .shared-link { font-size: 13px; }
  .grid-view .post-item { width: 25%; }
  .grid-view .grid-description { opacity: 1; top: auto; margin: 0; }
  .grid-view .post-item { position: relative; }
  .grid-view .grid-description .text-wrap { position: relative; top: auto; -webkit-transform: none; -ms-transform: none; transform: none; padding: 1.5rem 1rem; }
  .grid-view .grid-description .text-wrap p { display: none; }
  .grid-description .title { margin-bottom: 0; }
  .varieties-block .grid-view .post-item { width: 33.3%; }
  .article .video-block, .article .photo-strip { margin: 0 0 60px; }
  .article .video-block { margin: 0 0 25px; }
  .article .side-content.quote { font-size: 24px; }
  .article .main-col p { margin-bottom: 25px; }
  .main-col .get-updates .d-cell { display: block; padding: 0; }
  .main-col .get-updates p:last-child { margin: 0 0 15px; }
  .related-posts .block-heading { margin-bottom: 0; }
  .tos-next:before, .tos-prev:after { display: none !important; }
  .tos-caption > div { font-size: 15px; }
  .tos-caption { padding: 0 100px; }
    .contentImageLink .ciLinkWrap:not(.slick-slider) img {
        max-width: 100%;
        /*max-height: 100%;*/
    }
}
@media screen and (max-width: 1024px) and (orientation: landscape) {
  .header-nav { display: block; }
  /*.hideNav { display: table-cell; }*/
  .main-header .navbar {padding: 0 54px;}
  .burger-btn, .search-btn {width: 54px; height: 68px;}
  .header-nav.left {padding-right: 120px;}
  .header-nav.right {padding-left: 120px;}
  .header-nav-link {padding: 25px 10px; }
  .header-nav-item {font-size: 12px;}
  .logo {/*font-size: 22px;*/ width: 230px; padding: 24px 7px; }
  .slide-panel-footer .footer-section a:hover, .slide-panel-footer .footer-section a:focus {color: #515151;}
  .slide-panel-footer .footer-section .heading::before, .slide-panel-footer .footer-section .heading:before {display: none;}
  .detailed-article .header-images {height: 350px;}
  .list-view .list-row { padding-left: 2rem; padding-right: 2rem; }
}
@media screen and (max-width: 980px), print {
  .container { padding: 0; }
    .header-nav { display: none; }
  .hideNav { display: none; }
  .content-box { padding: 4.4rem 1em; }
  .flower-page .filter-bar { padding: 4.688rem 30px 1.563rem 30px; }
  .detailed-article .article-header { margin-bottom: 3.9rem; }
  .article .side-content.quote { font-size: 20px; }
  .inspiration-filter { padding-bottom: 0; }
  .add-info-section-inline-wrap { display: block; }
  .add-info-section-inline { display: block; padding: 0; }
  .add-info-section-inline .heading br { display: none; }
  .list-view .list-row { font-size: 1rem; }
  .list-view .list-row:not(.list-header) .cell-bname, .list-view .list-row:not(.list-header) .cell-season { font-size: .9rem; }
  .filter-result.list-view .list-header { font-size: .8rem; }
  .ads-block { min-height: 0; }
}
@media screen and (min-width: 768px) and (max-width: 980px) {
  .filter-bar {padding: 2.0rem 3.4rem 1.0rem 3.4rem;}
  .post-lg.horizontal .post-description { padding: 0 0 0 5.1%; }
  .extra.pull-right + .sm-posts-wrap .post-sm:nth-child(even) { padding-left: 5.5%; }
  .extra.pull-right + .sm-posts-wrap .post-sm:nth-child(odd) { padding-right: 5.5%; }
  .extra.pull-left + .sm-posts-wrap .post-sm:nth-child(even) { padding-left: 5.5%; }
  .extra.pull-left + .sm-posts-wrap .post-sm:nth-child(odd) { padding-right: 5.5%; padding-left: 0; }
  .post-lg.extra.pull-right { padding-left: 6%; }
  .post-lg.extra.pull-left { padding-right: 6%; }
  .post.post-sm .heading { font-size: 16px; }
  .post .excerpt { margin-bottom: 30px; }
  .detailed-article .header-images.no-image { font-size: 3.2rem; }
  .lg-posts-box .heading { font-size: 30px; }
  .default-posts-box .heading { font-size: 20px; }
  .ads-block .heading { font-size: 32px; }
  .shared-list { padding-left: 0; }
  .grid-view .post-item { width: 33.33%; }
  .slide-panel-footer .footer-section .heading::before, .slide-panel-footer .footer-section .heading:before {display: block;}
}
@media screen and (max-width: 767px) {
  .slide-panel .close-btn { padding: 1.5rem 1.7rem; font-size: 1.1em; opacity: .6; }
  .slide-panel-footer .footer-section .heading::before, .slide-panel-footer .footer-section .heading:before {display: none;}
  .navbar-wrap { padding: 0; }
  .mob-only { display: block; }
  .btn-rails.mob-only { display: inline-block; }
  .wrap { padding-top: 65px; }
  .main-header, .main-header .navbar { height: 65px; }
  .logo {  width: 170px; padding: 26px 0 23px 0; /*font-size: 17px;*/ text-align: center; }
  .burger-btn, .search-btn { width: 65px; height: 65px; }
  .burger-btn::before, .burger-btn:before, .burger-btn::after, .burger-btn:after { width: 20px; }
  .burger-btn::before, .burger-btn:before { height: 10px; }
  .search-btn .icon-search { position: absolute; display: block; top: 50%; left: 0; right: 0; margin: -.5em auto 0 auto; font-size: 1.2rem; line-height: 1em; }
  .main-header .search-bar { height: 65px; padding: 5px 30px; }
  .main-nav-link { font-size: 1.9rem; }
  .main-nav .sub-menu-link { font-size: 1.4rem; }
  .main-nav-list { margin-bottom: 1rem; }
  .footer-section, .slide-panel-footer .footer-section { display: block; margin-bottom: 1.5rem; }
  .slide-panel-footer .heading { line-height: 1.25em; }
  .search-wrap .input-style + .border:before, .search-wrap .input-style + .border:after { height: 2px; }
  .search-bar .close-btn { top: 0; right: 0; margin: 0; padding: 20px; }
  .search-wrap .search-submit, .search-wrap .input-style { height: 45px; }
  .search-wrap { max-width: 420px; }
  .btn-rails, .article .get-updates .btn-rails { min-width: 0; padding: 11px 15px; font-size: 13px; line-height: 1.2em; }
  .post-sm .btn-rails { display: inline-block; }
  .photo-strip { width: 100%; height: 375px; position: relative; }
  .photo-strip .swiper-wrapper { position: absolute; top: 0; left: 0; right: 0; bottom: 0; }
  .photo-strip .strip-text-wrap { display: none; }
  .photo-strip .shared-box { display: block; }
  .photo-strip img { position: absolute; top: 25%; left: 25%; display: block; min-height: 100%; min-width: 100%; width: auto; height: auto; -webkit-transform: translate(-25%, -25%); transform: translate(-25%, -25%); }
  /*.slider, .slick-slide img {height: 410px;}*/
  .slider, .slick-slide img {height: auto;}
  .container { max-width: 560px; margin: 0 auto; }
  .content-box { padding-bottom: 0; margin: 0; padding-left: 0; padding-right: 0; }
  .lg-posts-box { margin: 0; padding-bottom: 0; }
  .content-box:first-child { padding-top: 0; }
  .photo-strip + div .content-box:first-child { padding-top: 4.4rem; }
  .content-box .post { margin-bottom: 60px; }
  .content-box .post, .post-lg.extra.pull-right, .post-lg.extra.pull-left { float: none; width: 100%; padding-right: 0; padding-left: 0; }
  .content-box .post .post-thumb, .content-box .sm-posts-wrap, .content-box .post .post-description { width: 100%; float: none; }
  .content-box .post .post-thumb { margin: 0 0 15px; }
  .mobile-slider {height:auto; padding-top:0px;}

  .post-info { margin: 0 0 15px; }
  .article .post-info { font-size: 9px; margin: 1rem 0 25px; padding-bottom: 10px; text-align: left; }
  .article .post-info .date { position: relative; }
  .article .post-info .date:after { content: ''; position: absolute; left: 0; bottom: -6px; width: 100%; height: 1px; background-color: #a3a3a3; }
  .post .post-description .heading { font-size: 25px; }
  .article .share-box a:hover, .article .share-box a:focus {color: #b9b9b9;}
  .content-box .post .post-description { font-size: 15px; padding: 0 24px; }
  .content-box .post .excerpt { margin: 0 0 30px; }
  .extra.pull-right + .sm-posts-wrap .post-sm:nth-child(even), .extra.pull-left + .sm-posts-wrap .post-sm:nth-child(even) { padding-left: 0; }
  .extra.pull-right + .sm-posts-wrap .post-sm:nth-child(odd), .extra.pull-left + .sm-posts-wrap .post-sm:nth-child(odd) { padding-right: 0; }
  .ads-block { padding: 45px 0 40px; font-size: 15px; }
  .ads-block .text-wrap { width: 63%; }
  .ads-block .heading { font-size: 28px; }
  .ads-block .text-wrap p { margin: 0 0 15px; }
  .ads-block .text-wrap p:last-of-type { margin: 0 0 35px; }
  .ads-block .btn-rails { font-size: 11px; }
  .get-updates .d-cell { padding: 0; }
  .get-updates .heading { font-size: 15px; line-height: 1.6em; }
  .get-updates .description { margin: 0 0 20px; }
  .inspiration-filter { padding-top: 60px; }
  .inspiration-page .content-box { padding-top: 3.5rem; }
  .grid-view .post-item { width: 50%; padding: 5px; }
  .grid-description .title { font-size: 12px; } .grid-view .grid-description .text-wrap { padding: 1rem; }
  .grid-description .subtitle { display: none; }
  .varieties-section { margin-bottom: 65px; }
  .varieties-block .grid-view .post-item { width: 50%; }
  .detailed-article .header-images.no-image { font-size: 38px; }
  .detailed-article .main-heading { font-size: 35px; }
  .detailed-article .sub-heading { font-size: 24px; margin: 0 0 5px; }
  .detailed-article .container { max-width: 100%; }
  .detailed-article .side-col { padding-right: 0; }
  .detailed-article .main-col { padding-right: 7%; }
  .add-info-section { font-size: 15px; }
  .detailed-article .header-images { height: 375px; margin-bottom: 0; }
  .detailed-article .main-col .section-title { margin-bottom: 5px; }
  .article .content-section .container { max-width: 100%; padding: 0 40px; }
  .article .main-col, .article .side-content { width: 100%; float: none; text-align: left; }
  .article .main-col { margin: 0; }
  .article .side-content.quote { font-size: 23px; width: 60%; text-align: center; margin: 0 auto; float: none; padding: 25px 0 50px; }
  .side-content.slider-description { padding: 0 45px; text-align: center; margin-bottom: 25px; }
  .related-posts { padding-bottom: 30px; }
  .related-posts .content-box .post { width: 100%; overflow: hidden; padding-bottom: 0; margin-bottom: 25px; }
  .related-posts .post-thumb .shared-box { display: none; }
  .related-posts .post .post-description .heading { font-size: 18px; overflow: hidden; }
  .related-posts .content-box .post .excerpt, .related-posts .content-box .post .btn-rails { display: none !important; }
  .related-posts .post-info { margin: 0 0 5px; }
  .post-info .border-bottom { border: none; }
  .post .label { margin: 0; position: absolute; right: 24px; }
  .shared-list { padding: 0; margin: 0; }
  .shared-list-item { float: left; overflow: hidden; margin: 0;}
  .shared-link { font-size: 0; padding: 10px; }
  .shared-list-item:focus .shared-link, .shared-list-item:hover .shared-link { color: #ffffff; }
  .shared-list-item .icon { margin: 0; font-size: 22px; line-height: 22px; }
  .shared-list-item .icon::before, .shared-list-item .icon:before { font-size: 21px; line-height: 21px; }
  .post-thumb .shared-box { bottom: 0; }
  .article .video-block, .video-gif { width: 100%; height: auto; margin-bottom: 30px; }
  .video-backdrop { display: none; }
  .video-popup { position: fixed; display: table-cell; vertical-align: middle; width: 100%; height: 100%; top: 0; left: 0; bottom: 0; right: 0; -webkit-transform: translateX(-100%); transform: translateX(-100%); -webkit-transition: .25s; -moz-transition: .25s; transition: .35s; max-height: 100%; overflow: auto; background: rgba(255, 255, 255, .9); z-index: 9999; }
  .video-popup.active { -webkit-transform: translateX(0); transform: translateX(0); }
  .video-popup .close-btn { position: absolute; top: 16px; right: 14px; z-index: 100; }
  .video-popup .video-wrap { width: 100%; padding: 60px; }
  .video-popup .video-wrap .video { width: 100%; max-width: none; height: auto; }
  .play-btn { width: 80px; height: 80px; }
  .tos-close { top: 30px; right: 30px; height: 25px; width: 25px; }
  .article .content-section { padding: 0; }
  .articleContent p.quoteText { position: relative; width: 100%; padding: 50px 22px; font-size: 23px; line-height: 28px; text-align: center; }
  .articleContent p, .articleContent p.articleText { margin: 0 0 25px 0; }
  .articleContent blockquote.tiktok-embed { margin: 0 auto 25px; }
  .articleContent h2, .articleContent h3, .articleContent hr {margin-left: 0;}
  .articleContent span.quoteText {display:block; position:relative; left:0px; width:100%; margin:0px; text-align:center; padding:50px 22px; }
  .articleContent ul, .articleContent ol {font-size:15px; line-height:1.6em; margin: 0 0 25px 20px;}
  .slide-panel-footer .footer-section a:hover, .slide-panel-footer .footer-section a:focus {color: #515151;}

  .contentSlider { height: 221px; padding: 44px 0 30px 0; }
  .contentSlider .swiper-slide { height: 147px; }
  .contentSliderWrap .slideCaptions { position: relative; width: 100%; text-align: left; padding: 10px 0 50px 0; font-size: 12px; line-height: 18px; }
  .article .share-box { padding: 0; }
  .article-share-label { padding: 0 19px 0 0; font-size: 11px; line-height: 18px; }
  .article .share-box .icon { font-size: 18px; line-height: 18px; }
  .photo-strip-btn { width: 90px; }
  .filter-bar { padding: 0; }
  .selectric-wrapper, .filter-bar-col { vertical-align: middle; }
  .custom-select, .selectric .label { height: auto; margin: 0; padding: 21px 30px 19px 20px; font-size: 14px; line-height: 1.2em; }
  .filter-bar .custom-select-label { display: none; }
  .toggler-options-list, .view-toggler { position: relative; display: block; height: 56px; }
  .toggler-option { position: absolute; display: block; top: 0; right: 0; margin: 0; padding: 0; }
  .toggler-option.active { display: none; }
  .toggler-option a { display: block; width: 56px; height: 56px; font-size: 0; background: white; }
  .toggler-option a::before, .toggler-option a:before { content: ''; position: absolute; display: block; width: 100%; top: 50%; left: 0; margin: -.5em 0 0 0; font-family: 'FontAwesome'; font-size: 16px; line-height: 1em; color: #515151; text-align: center; }
  .toggler-option a[data-view="grid-view"]::before, .toggler-option a[data-view="grid-view"]:before { content: '\f009'; }
  .toggler-option a[data-view="list-view"]::before, .toggler-option a[data-view="list-view"]:before { content: '\f039'; }
  .main-header .search-bar { top: -120%; height: 100%; }
  .main-header .search-bar .search-wrap { width: 100%; top: 130px; }
  .photo-strip-btn.next-btn, .photo-strip-btn.prev-btn {display:none;}

  .topImageWrap .articleBackground {display:none;}
  .topImageWrap .articleForeground { width:100%; height:auto;}
  .topImageWrap video {width:100%; height:auto;}
  .contentImageLink {margin:0 0 0 0;}
    .contentImageLink .ciLinkWrap:not(.slick-slider) img {
        max-width: 100%;
        /*max-height: 100%;*/
    }
  .contentPagination {margin-left:0px; text-align:right;}
  .contentImageCaption {position:relative; width: 100%; padding-right:0px; text-align:left; padding:0px; margin:0px;}
  .slideDisplay .contentImageCaption {bottom:0;}
  .contentImageCaption span {font-size:12px;line-height:20px;}
  .contentPagination .swiper-pagination {position:relative; display:inline-block; }
  .videoButton { width:100px; height:100px; margin: -50px 0 0 -50px;}
  .slider {width:100%; height:auto}
  .indexWrapper .slider {display:none;}


  .mobile-slider-slides, #primary_slider .sliderWrapper {width:100%; padding-top:100%; height:0; }
  .mobile-slider-slides .image, .mobile-slider-slides .slick-list,
  #primary_slider .image, #primary_slider .slick-list {display:block; position:absolute; top:0; left:0; right:0; bottom:0; text-align:center; }
  .mobile-slider-slides .slick-track, #primary_slider .slick-track { height:100%;}
  .mobile-slider-slides .slick-slide img, #primary_slider .slick-slide img { width:auto; height:auto; }
  .mobile-slider-slides .slick-slide, #primary_slider .slick-slide { float:none; display:inline-block !important; vertical-align:middle;}
  .mobile-slider-slides .image img, #primary_slider .slide img { display:inline-block; max-height:100%; max-width:100%; margin:auto; vertical-align:middle; width:auto; height:auto; }
  #primary_slider .slide img { position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); -moz-transform:translate(-50%,-50%); -webkit-transform:translate(-50%,-50%);}
  .slide video {display:block; width:100%; height:auto;}
  .article .article-heading, .article .main-col h1 p { font-size: 2.2rem; }
}
@media screen and (max-width: 640px) {
  .search-wrap { max-width: none; width: calc(100% - 45px); }
  .detailed-article .side-col { float: none; padding-left: 24px; padding-right: 24px; width: 100%; }
  .add-info-section { margin-bottom: 25px; }
  .detailed-article .main-col { width: 100%; }
  .detailed-article .header-images.no-image { padding: 70px 0; font-size: 32px; margin-bottom: 50px; }
  .detailed-article .main-heading { font-size: 28px; }
  .detailed-article .sub-heading { font-size: 20px; }
  .filter-result.list-view .list-header { display: none !important; }
  .filter-result.list-view .d-cell,
  .list-view .list-row:not(.list-header) .cell-bname, .list-view .list-row:not(.list-header) .cell-season { display: block; width: 100%; font-size: 16px; }
  .filter-result.list-view .cell-img { float: left; width: 25%; }
  .filter-result.list-view .cell-img img { width: 100%; height: auto; }
  .list-view .list-row { padding: 1rem 1.5rem; }
  .varieties-block .heading { font-size: 1.5em; margin-bottom: 1em; }
}
@media screen and (max-width: 480px) {
  .container { padding: 0; }
  .article .content-section .container { padding: 0 20px; }
  .article .main-col p { font-size: 15px; }
  .search-wrap { margin: 0; }
  .get-updates .heading { font-size: 1.45rem; margin: 0 0 10px; }
  .slide-panel-footer .footer-section { float: none; padding: 0; width: 100%; }
  .slide-panel-footer .footer-section:nth-child(even), .slide-panel-footer .footer-section:nth-child(odd) { padding: 0; }
  .slide-panel { padding-right: 3rem; padding-left: 3rem; }
  .inspiration-filter-link { font-size: 16px; }
  .inspiration-filter-item { margin: 0 10px 10px; }
  .active .inspiration-filter-link:after { bottom: -4px; }
  .grid-description .title { font-size: 10px; }
  .flower-page .filter-bar { padding: 4.688rem 15px 1.563rem 15px; }
  .detailed-article .header-images.no-image { padding: 45px 15px; font-size: 24px; }
  .detailed-article .main-heading { font-size: 22px; }
  .detailed-article .sub-heading { font-size: 16px; }
  .detailed-article .main-col .section { font-size: 15px; }
  .article .main-col { padding: 0; }
  .article .side-content.quote { font-size: 20px; width: 90%; }
  .side-content.slider-description { padding: 0; }
  .related-posts { padding-left: 30px; padding-right: 30px; }
  .post-info .border-bottom { padding-bottom: 0; }
}
@media screen and (max-width: 340px) {
  .ads-block .text-wrap { width: 65%; }
  .main-nav-link { font-size: 1.75em; }
  .filter-result.list-view .d-cell, .list-view .list-row:not(.list-header) .cell-bname, .list-view .list-row:not(.list-header) .cell-season { font-size: 14px; }
  .detailed-article .header-images.no-image { font-size: 19px; }
  .detailed-article .main-heading { font-size: 18px; }
}
/* Mobile & iOS styles */
@media screen and (max-device-width: 767px) {
  .main-nav-link span::before, .main-nav-link span:before, .sub-menu-link span::before, .sub-menu-link span:before { display: none; }
  .btn-rails, .article .get-updates .btn-rails { padding-bottom: 8px; }
  .tempLandingWrap.subscribe {max-width: 100%; width: 100%; top: 100px; padding: 0 15px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
    .tempLandingWrap.subscribe h1 {padding: 0 20px; font-size: 24px; line-height: 26px;}
    .tempLandingWrap.subscribe p.title {width: 100%; margin-top: 17px; font-size: 34px; line-height: 42px;}
}
@media print {
  .burger-btn, .shared-box, .slide-panel, .search-bar { display: none !important; }
  .wrap { padding-top: 0; }
  .main-header.fixed { position: relative; }
}


.imlbWrap {
  position: fixed;
  display: none;
  vertical-align: middle;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 0 0 0 0;
  z-index: 9999;
  text-align: center;
  background: #fff;
  background: rgba(255,255,255,.8);
  box-sizing: border-box;
}
.imlbWrap a {
    text-decoration:none;
}
.imlbWrap::before, .imlbWrap:before {
  content: '';
  position: relative;
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}

.imlbContent {
    position:absolute;
    top:0px;
    background: rgba(255, 255, 255, .8);
    vertical-align: middle;
    width:100%;
    height:100%;
}

.imlbDisplay {
    position:relative;
    padding:35px 100px;
    box-sizing:border-box;
}
.imlbDisplay>div {
    position:relative;
    height:100%;
}
.imlbDisplay div img {
    display:block;
    max-height:100%;
    max-width:100%;
    width:auto;
    height:auto;
    object-fit:contain;
}
.imlbDisplay .video {
    cursor:pointer;
}
.imlbDisplay img {
    display:block;
    margin:auto;
    width:auto;
    height:auto;
    max-height:100%;
    max-width:100%;
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    object-fit:cover;
}
.imlbControls {
    position:fixed;
    bottom:0px;
    width:100%;
    min-height:71px;
}
.imlbPrev, .imlbNext {
   font: 500 1rem "URWDINCond", "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
   letter-spacing: .25em;
   text-transform: uppercase;
   color: #515151;
   height: auto;
   width: auto;
   display:inline-block;
   line-height:29px;
   vertical-align:middle;
}

.imlbPrev {
    position:absolute; left:0px; margin-left:25px; padding-right:15px;
}
.imlbNext {
    position:absolute; right:0px; margin-right:25px; padding-left:15px;
}
.imlbPrev::before, .imlbPrev:before,
.imlbNext::after, .imlbNext:after {
    position:relative;
        display: inline-block;
        content: '';
        width: 23px;
        height: 29px;
        vertical-align: middle;
        top:-2px;
    }
.imlbPrev::before, .imlbPrev:before {
     margin-right: 25px; 
     background: url("/includes/imlightbox/images/left-chevron.png") no-repeat center;
     background-size: 100%;
}

.imlbNext::after, .imlbNext:after {
    margin-left: 25px; 
    background: url("/includes/imlightbox/images/right-chevron.png") no-repeat center;
    background-size: 100%;
}
.imlbCaption {
    /*padding:0px 25px 15px 25px; text-align:center;*/
    padding:0px 0px 15px 0px;
    text-align:left;
    color:#515151;
    margin:0 auto;
}
.imlbClose {
    position:absolute;
    display:block;
    height: 120px;
    width: 120px;
    top: 0;
    right: 0;
    background: url(/includes/imlightbox/images/close.svg) no-repeat center;
    background-size: 35px auto;
    -webkit-transition: .25s;
    -moz-transition: .25s;
    transition: .25s;
}
.imlbClose:hover, .imlbClose:focus { -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); transform: rotate(180deg); }

.imlbNoScroll {overflow:hidden;}
.imlbHidden {display:none;}

@media screen and (max-width: 767px) {

    .imlbWrap .imlbClose {
        height: 65px;
        width: 65px;
        background-size: 15px auto;
    }
    .imlbWrap .imlbDisplay {padding:65px 20px;}
    .imlbWrap .imlbNext, .imlbWrap .imlbPrev {
        font-size: 0;
    }
    .imlbWrap .imlbControls {
        max-height:40%;
    }
    .imlbWrap .imlbCaption {font-size:12px;line-height:20px;}
}
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

        .slider {
            display:none;
            position: relative;
            height: 530px;
            font-size: 0;
            overflow: hidden;
            white-space: nowrap;
            text-align: left;
            width:100%;
        }
        .no-js .slider {display:inline-block;}
        .sliderWrapper {
            display:inline-block;
            position:relative;
            top:0;
            left:0;
            height:100%;
            text-align:left;
        }
        .imSliderTrack {
            position:relative;
            display:inline-block;
            top:0;
            left:0;
            height:100%;
        }
        .sliderWrapper .item {
          position: relative;
          display: inline-block;
          vertical-align: top;
          width: auto;
          height: 100%;
          font-size: 16px;
          white-space: normal;
        }
        .sliderWrapper .item a {
            position: relative;
            display: block;
            height: 100%;
            text-decoration: none;
            overflow: hidden;
        }
        .sliderWrapper .item img {
          display: block;
          height: 100%;
          width: auto;
        }

        @media all and (max-width: 1600px), print {
            .slider {height:400px;}
        }   

