/* --------------------------------------------------------------- */
/*  Common Setup */
/* --------------------------------------------------------------- */
/*  Keyframe Animations */
/*  These are used by __references/animation.less */
@keyframes fadeinoutframes {
  0%,
  100% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
/* --------------------------------------------------------------- */
/*  Reset */
HTML,
BODY,
DIV,
SPAN,
APPLET,
OBJECT,
IFRAME,
H1,
H2,
H3,
H4,
H5,
H6,
P,
BLOCKQUOTE,
A,
ABBR,
ACRONYM,
ADDRESS,
BIG,
CITE,
CODE,
DEL,
DFN,
EM,
FONT,
IMG,
INS,
KBD,
Q,
S,
SAMP,
SMALL,
STRIKE,
STRONG,
SUB,
SUP,
TT,
VAR,
DL,
DT,
DD,
OL,
UL,
LI,
FIELDSET,
FIGURE,
FORM,
LABEL,
LEGEND,
TABLE,
CAPTION,
TBODY,
TFOOT,
THEAD,
TR,
TH,
TD {
  margin: 0;
  padding: 0;
  outline: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}
IMG {
  border: 0;
}
:focus {
  outline: 0;
}
BODY {
  line-height: 1;
  color: black;
  background: white;
}
OL,
UL {
  list-style: none;
}
TABLE {
  /* tables still need 'cellspacing="0"' in the markup */
  border-collapse: separate;
  border-spacing: 0;
}
CAPTION,
TH,
TD {
  text-align: left;
  font-weight: normal;
}
BLOCKQUOTE:before,
BLOCKQUOTE:after,
Q:before,
Q:after {
  content: "";
}
BLOCKQUOTE,
Q {
  quotes: "" "";
}
MAIN {
  display: block;
}
HTML,
BODY {
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
/* --------------------------------------------------------------- */
/*  Remove Orange Border on Android */
* {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-tap-highlight-color: transparent;
}
/* --------------------------------------------------------------- */
/*  Form Elemtns */
SELECT {
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-border-radius: 0;
  cursor: pointer;
}
BUTTON,
INPUT[type="email"],
INPUT[type="tel"],
INPUT[type="password"],
INPUT[type="text"],
INPUT[type="button"],
INPUT[type="submit"],
TEXTAREA {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}
/* --------------------------------------------------------------- */
/*  Global Type Stuff */
BODY {
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
}
H1,
H2,
H3,
H4,
H5 {
  text-rendering: optimizelegibility;
  font-weight: normal;
  /*
        if you're going to use webfonts, be sure to check your weights
        http://css-tricks.com/watch-your-font-weight/
        */
}
H1 A,
H2 A,
H3 A,
H4 A,
H5 A {
  text-decoration: none;
}
/* --------------------------------------------------------------- */
/*  Site Setup */
/* --------------------------------------------------------------- */
/*  Includes */
/*!
 *  Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
    /* Use our own for the wishlist plugin */
  font-family: 'TIFontAwesome';
  src: url('https://www.thefutureperfect.com/wp-content/themes/The-Future-Perfect/assets/fonts/fontawesome-webfont.eot?v=4.6.3');
  src: url('https://www.thefutureperfect.com/wp-content/themes/The-Future-Perfect/assets/fonts/fontawesome-webfont.eot?#iefix&v=4.6.3') format('embedded-opentype'), url('https://www.thefutureperfect.com/wp-content/themes/The-Future-Perfect/assets/fonts/fontawesome-webfont.woff2?v=4.6.3') format('woff2'), url('https://www.thefutureperfect.com/wp-content/themes/The-Future-Perfect/assets/fonts/fontawesome-webfont.woff?v=4.6.3') format('woff'), url('https://www.thefutureperfect.com/wp-content/themes/The-Future-Perfect/assets/fonts/fontawesome-webfont.ttf?v=4.6.3') format('truetype'), url('https://www.thefutureperfect.com/wp-content/themes/The-Future-Perfect/assets/fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'FontAwesome';
  src: url('https://www.thefutureperfect.com/wp-content/themes/The-Future-Perfect/assets/fonts/fontawesome-webfont.eot?v=4.6.3');
  src: url('https://www.thefutureperfect.com/wp-content/themes/The-Future-Perfect/assets/fonts/fontawesome-webfont.eot?#iefix&v=4.6.3') format('embedded-opentype'), url('https://www.thefutureperfect.com/wp-content/themes/The-Future-Perfect/assets/fonts/fontawesome-webfont.woff2?v=4.6.3') format('woff2'), url('https://www.thefutureperfect.com/wp-content/themes/The-Future-Perfect/assets/fonts/fontawesome-webfont.woff?v=4.6.3') format('woff'), url('https://www.thefutureperfect.com/wp-content/themes/The-Future-Perfect/assets/fonts/fontawesome-webfont.ttf?v=4.6.3') format('truetype'), url('https://www.thefutureperfect.com/wp-content/themes/The-Future-Perfect/assets/fonts/fontawesome-webfont.svg?v=4.6.3#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 {
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  animation: fa-spin 1s infinite steps(8);
}
@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  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-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

@font-face {
    font-family: 'FuturaBT-Light';
    src: url('https://www.thefutureperfect.com/wp-content/themes/The-Future-Perfect/assets/fonts/26A674_0_0.eot');
    src: url('https://www.thefutureperfect.com/wp-content/themes/The-Future-Perfect/assets/fonts/26A674_0_0.eot?#iefix') format('embedded-opentype'),
        /*url('../fonts/26A674_0_0.woff2') format('woff2'),*/
        url('https://www.thefutureperfect.com/wp-content/themes/The-Future-Perfect/assets/fonts/26A674_0_0.ttf') format('truetype');
    }

@font-face {
    font-family: 'FuturaBT-Book';
    src: url('https://www.thefutureperfect.com/wp-content/themes/The-Future-Perfect/assets/fonts/26A674_1_0.eot');
    src: url('https://www.thefutureperfect.com/wp-content/themes/The-Future-Perfect/assets/fonts/26A674_1_0.eot?#iefix') format('embedded-opentype'),
        /*url('../fonts/26A674_1_0.woff2') format('woff2'),*/
        url('https://www.thefutureperfect.com/wp-content/themes/The-Future-Perfect/assets/fonts/26A674_1_0.ttf') format('truetype');
    }

/*
@font-face {
    font-family: 'FuturaBT-Medium';
    src: url('../fonts/26A674_2_0.eot');
    src: url('../fonts/26A674_2_0.eot?#iefix') format('embedded-opentype'),
        url('../fonts/26A674_2_0.woff2') format('woff2'),
        url('../fonts/26A674_2_0.ttf') format('truetype');
    }
@font-face {
    font-family: 'FuturaBT-Bold';
    src: url('../fonts/26A674_3_0.eot');
    src: url('../fonts/26A674_3_0.eot?#iefix') format('embedded-opentype'),
        url('../fonts/26A674_3_0.woff2') format('woff2'),
        url('../fonts/26A674_3_0.ttf') format('truetype');
    }
*/
/**
 * @license
 * MyFonts Webfont Build ID 3492563, 2017-12-04T14:40:12-0500
 * 
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are 
 * explicitly restricted from using the Licensed Webfonts(s).
 * 
 * You may obtain a valid license at the URLs below.
 * 
 * Webfont: BaskervilleBT-Italic by Bitstream
 * URL: https://www.myfonts.com/fonts/bitstream/baskerville/italic/
 * Copyright: Copyright 1990-2003 Bitstream Inc. All rights reserved.
 * 
 * Webfont: FuturaBTWXX-Heavy by Bitstream
 * URL: https://www.myfonts.com/fonts/bitstream/futura/pro-heavy/
 * Copyright: Copyright &#x00A9; 2015 Monotype Imaging Inc. All rights reserved.
 * 
 * Webfont: FuturaBTWXX-CondensedLight by Bitstream
 * URL: https://www.myfonts.com/fonts/bitstream/futura/pro-condensed-light/
 * Copyright: Copyright &#x00A9; 2015 Monotype Imaging Inc. All rights reserved.
 * 
 * Webfont: FuturaBTWXX-CondensedMedium by Bitstream
 * URL: https://www.myfonts.com/fonts/bitstream/futura/pro-medium-condensed/
 * Copyright: Copyright &#x00A9; 2015 Monotype Imaging Inc. All rights reserved.
 * 
 * Webfont: FuturaBTWXX-CondensedBold by Bitstream
 * URL: https://www.myfonts.com/fonts/bitstream/futura/pro-bold-condensed/
 * Copyright: Copyright &#x00A9; 2015 Monotype Imaging Inc. All rights reserved.
 * 
 * 
 * License: https://www.myfonts.com/viewlicense?type=web&buildid=3492563
 * Licensed pageviews: 100,000
 * 
 * © 2017 MyFonts Inc
*/


/* Must escape it or CSSMIN will complain: https://stackoverflow.com/a/46048707  */
/*! * @import url("//hello.myfonts.net/count/354ad3"); */


@font-face {font-family: 'BaskervilleBT-Italic';src: url('https://www.thefutureperfect.com/wp-content/themes/The-Future-Perfect/assets/fonts/354AD3_0_0.eot');src: url('https://www.thefutureperfect.com/wp-content/themes/The-Future-Perfect/assets/fonts/354AD3_0_0.eot?#iefix') format('embedded-opentype'),url('https://www.thefutureperfect.com/wp-content/themes/The-Future-Perfect/assets/fonts/354AD3_0_0.woff2') format('woff2'),url('https://www.thefutureperfect.com/wp-content/themes/The-Future-Perfect/assets/fonts/354AD3_0_0.woff') format('woff'),url('https://www.thefutureperfect.com/wp-content/themes/The-Future-Perfect/assets/fonts/354AD3_0_0.ttf') format('truetype');}

  
@font-face {font-family: 'FuturaBTWXX-Heavy';src: url('https://www.thefutureperfect.com/wp-content/themes/The-Future-Perfect/assets/fonts/354AD3_1_0.eot');src: url('https://www.thefutureperfect.com/wp-content/themes/The-Future-Perfect/assets/fonts/354AD3_1_0.eot?#iefix') format('embedded-opentype'),url('https://www.thefutureperfect.com/wp-content/themes/The-Future-Perfect/assets/fonts/354AD3_1_0.woff2') format('woff2'),url('https://www.thefutureperfect.com/wp-content/themes/The-Future-Perfect/assets/fonts/354AD3_1_0.woff') format('woff'),url('https://www.thefutureperfect.com/wp-content/themes/The-Future-Perfect/assets/fonts/354AD3_1_0.ttf') format('truetype');}
 
  
@font-face {font-family: 'FuturaBTWXX-CondensedLight';src: url('https://www.thefutureperfect.com/wp-content/themes/The-Future-Perfect/assets/fonts/354AD3_2_0.eot');src: url('https://www.thefutureperfect.com/wp-content/themes/The-Future-Perfect/assets/fonts/354AD3_2_0.eot?#iefix') format('embedded-opentype'),url('https://www.thefutureperfect.com/wp-content/themes/The-Future-Perfect/assets/fonts/354AD3_2_0.woff2') format('woff2'),url('https://www.thefutureperfect.com/wp-content/themes/The-Future-Perfect/assets/fonts/354AD3_2_0.woff') format('woff'),url('https://www.thefutureperfect.com/wp-content/themes/The-Future-Perfect/assets/fonts/354AD3_2_0.ttf') format('truetype');}
 
  
@font-face {font-family: 'FuturaBTWXX-CondensedMedium';src: url('https://www.thefutureperfect.com/wp-content/themes/The-Future-Perfect/assets/fonts/354AD3_3_0.eot');src: url('https://www.thefutureperfect.com/wp-content/themes/The-Future-Perfect/assets/fonts/354AD3_3_0.eot?#iefix') format('embedded-opentype'),url('https://www.thefutureperfect.com/wp-content/themes/The-Future-Perfect/assets/fonts/354AD3_3_0.woff2') format('woff2'),url('https://www.thefutureperfect.com/wp-content/themes/The-Future-Perfect/assets/fonts/354AD3_3_0.woff') format('woff'),url('https://www.thefutureperfect.com/wp-content/themes/The-Future-Perfect/assets/fonts/354AD3_3_0.ttf') format('truetype');}
 
  
@font-face {font-family: 'FuturaBTWXX-CondensedBold';src: url('https://www.thefutureperfect.com/wp-content/themes/The-Future-Perfect/assets/fonts/354AD3_4_0.eot');src: url('https://www.thefutureperfect.com/wp-content/themes/The-Future-Perfect/assets/fonts/354AD3_4_0.eot?#iefix') format('embedded-opentype'),url('https://www.thefutureperfect.com/wp-content/themes/The-Future-Perfect/assets/fonts/354AD3_4_0.woff2') format('woff2'),url('https://www.thefutureperfect.com/wp-content/themes/The-Future-Perfect/assets/fonts/354AD3_4_0.woff') format('woff'),url('https://www.thefutureperfect.com/wp-content/themes/The-Future-Perfect/assets/fonts/354AD3_4_0.ttf') format('truetype');}
 
/* --------------------------------------------------------------- */
/*  Font Shortcuts */
/* --------------------------------------------------------------- */
/*  Third-Party CSS  */
/**
 * Owl Carousel v2.3.3
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-wrapper,
  .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel .owl-item img {
    display: block;
    width: 100%; }
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel .owl-nav button.owl-prev,
  .owl-carousel .owl-nav button.owl-next,
  .owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit; }
  .owl-carousel.owl-loaded {
    display: block; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel.owl-refresh .owl-item {
    visibility: hidden; }
  .owl-carousel.owl-drag .owl-item {
    -ms-touch-action: none;
        touch-action: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease; }

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("https://www.thefutureperfect.com/wp-content/themes/The-Future-Perfect/assets/css/owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
	Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/
/* pswp = photoswipe */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  outline: none; }
  .pswp * {
    box-sizing: border-box; }
  .pswp img {
    max-width: none; }

/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity {
  /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  opacity: 0.001;
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--open {
  display: block; }

.pswp--zoom-allowed .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.pswp--zoomed-in .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab; }

.pswp--dragging .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing; }

/*
	Background is added as a separate element.
	As animating opacity is much faster than animating rgba() background-color.
*/
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  will-change: opacity; }

.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.pswp__container,
.pswp__zoom-wrap {
  -ms-touch-action: none;
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none; }

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  transform-origin: left top;
  /* for open/close transition */
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp__bg {
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  transition: none; }

.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden; }

.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden; }

.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0; }

/*
	stretched thumbnail or div placeholder element (see below)
	style is added to avoid flickering in webkit/blink when layers overlap
*/
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden; }

/*
	div element that matches size of large image
	large image loads on top of it
*/
.pswp__img--placeholder--blank {
  background: #222; }

.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0; }

/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC; }

.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline; }

/*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*

	Contents:

	1. Buttons
	2. Share modal and links
	3. Index indicator ("1 of X" counter)
	4. Caption
	5. Loading indicator
	6. Additional styles (root element, top bar, idle state, hidden state, etc.)

*/

/*
	
	1. Buttons

 */
/* <button> css reset */
.pswp__button {
  width: 44px;
  height: 44px;
  position: relative;
  background: none;
  cursor: pointer;
  overflow: visible;
  -webkit-appearance: none;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
  float: right;
  opacity: 0.75;
  transition: opacity 0.2s;
  box-shadow: none; }
  .pswp__button:focus,
  .pswp__button:hover {
    opacity: 1; }
  .pswp__button:active {
    outline: none;
    opacity: 0.9; }
  .pswp__button::-moz-focus-inner {
    padding: 0;
    border: 0; }

/* pswp__ui--over-close class it added when mouse is over element that should close gallery */
.pswp__ui--over-close .pswp__button--close {
  opacity: 1; }

.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  background: url(https://www.thefutureperfect.com/wp-content/themes/The-Future-Perfect/assets/img/photoswipe/default-skin.png) 0 0 no-repeat;
  background-size: 264px 88px;
  width: 44px;
  height: 44px; }

@media (-webkit-min-device-pixel-ratio: 1.1), (-webkit-min-device-pixel-ratio: 1.09375), (min-resolution: 105dpi), (min-resolution: 1.1dppx) {
  /* Serve SVG sprite if browser supports SVG and resolution is more than 105dpi */
  .pswp--svg .pswp__button,
  .pswp--svg .pswp__button--arrow--left:before,
  .pswp--svg .pswp__button--arrow--right:before {
    background-image: url(https://www.thefutureperfect.com/wp-content/themes/The-Future-Perfect/assets/img/photoswipe/default-skin.svg); }
  .pswp--svg .pswp__button--arrow--left,
  .pswp--svg .pswp__button--arrow--right {
    background: none; } }

.pswp__button--close {
  background-position: 0 -44px; }

.pswp__button--share {
  background-position: -44px -44px; }

.pswp__button--fs {
  display: none; }

.pswp--supports-fs .pswp__button--fs {
  display: block; }

.pswp--fs .pswp__button--fs {
  background-position: -44px 0; }

.pswp__button--zoom {
  display: none;
  background-position: -88px 0; }

.pswp--zoom-allowed .pswp__button--zoom {
  display: block; }

.pswp--zoomed-in .pswp__button--zoom {
  background-position: -132px 0; }

/* no arrows on touch screens */
.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
  visibility: hidden; }

/*
	Arrow buttons hit area
	(icon is added to :before pseudo-element)
*/
.pswp__button--arrow--left,
.pswp__button--arrow--right {
  background: none;
  top: 50%;
  margin-top: -50px;
  width: 70px;
  height: 100px;
  position: absolute; }

.pswp__button--arrow--left {
  left: 0; }

.pswp__button--arrow--right {
  right: 0; }

.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  content: '';
  top: 35px;
  height: 30px;
  width: 32px;
  position: absolute; }

.pswp__button--arrow--left:before {
  left: 6px;
  background-position: -138px -44px; }

.pswp__button--arrow--right:before {
  right: 6px;
  background-position: -94px -44px; }

/*

	2. Share modal/popup and links

 */
.pswp__counter,
.pswp__share-modal {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none; }

.pswp__share-modal {
  display: block;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 10px;
  position: absolute;
  z-index: 1600;
  opacity: 0;
  transition: opacity 0.25s ease-out;
  -webkit-backface-visibility: hidden;
  will-change: opacity; }

.pswp__share-modal--hidden {
  display: none; }

.pswp__share-tooltip {
  z-index: 1620;
  position: absolute;
  background: #FFF;
  top: 56px;
  border-radius: 2px;
  display: block;
  width: auto;
  right: 44px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  transform: translateY(6px);
  transition: transform 0.25s;
  -webkit-backface-visibility: hidden;
  will-change: transform; }
  .pswp__share-tooltip a {
    display: block;
    padding: 8px 12px;
    color: #000;
    text-decoration: none;
    font-size: 14px;
    line-height: 18px; }
    .pswp__share-tooltip a:hover {
      text-decoration: none;
      color: #000; }
    .pswp__share-tooltip a:first-child {
      /* round corners on the first/last list item */
      border-radius: 2px 2px 0 0; }
    .pswp__share-tooltip a:last-child {
      border-radius: 0 0 2px 2px; }

.pswp__share-modal--fade-in {
  opacity: 1; }
  .pswp__share-modal--fade-in .pswp__share-tooltip {
    transform: translateY(0); }

/* increase size of share links on touch devices */
.pswp--touch .pswp__share-tooltip a {
  padding: 16px 12px; }

a.pswp__share--facebook:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: -12px;
  right: 15px;
  border: 6px solid transparent;
  border-bottom-color: #FFF;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  pointer-events: none; }

a.pswp__share--facebook:hover {
  background: #3E5C9A;
  color: #FFF; }
  a.pswp__share--facebook:hover:before {
    border-bottom-color: #3E5C9A; }

a.pswp__share--twitter:hover {
  background: #55ACEE;
  color: #FFF; }

a.pswp__share--pinterest:hover {
  background: #CCC;
  color: #CE272D; }

a.pswp__share--download:hover {
  background: #DDD; }

/*

	3. Index indicator ("1 of X" counter)

 */
.pswp__counter {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  font-size: 13px;
  line-height: 44px;
  color: #FFF;
  opacity: 0.75;
  padding: 0 10px; }

/*
	
	4. Caption

 */
.pswp__caption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  min-height: 44px; }
  .pswp__caption small {
    font-size: 11px;
    color: #BBB; }

.pswp__caption__center {
  text-align: left;
  max-width: 420px;
  margin: 0 auto;
  font-size: 11px;
  padding: 10px;
  line-height: 20px;
  color: #000; 
    text-align: center;
}

.pswp__caption--empty {
  display: none; }

/* Fake caption element, used to calculate height of next/prev image */
.pswp__caption--fake {
  visibility: hidden; }


/*

	5. Loading indicator (preloader)

	You can play with it here - http://codepen.io/dimsemenov/pen/yyBWoR

 */
.pswp__preloader {
  width: 44px;
  height: 44px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -22px;
  opacity: 0;
  transition: opacity 0.25s ease-out;
  will-change: opacity;
  direction: ltr; }

.pswp__preloader__icn {
  width: 20px;
  height: 20px;
  margin: 12px; }

.pswp__preloader--active {
  opacity: 1; }
  .pswp__preloader--active .pswp__preloader__icn {
    /* We use .gif in browsers that don't support CSS animation */
    background: url(https://www.thefutureperfect.com/wp-content/themes/The-Future-Perfect/assets/img/photoswipe/preloader.gif) 0 0 no-repeat; }

.pswp--css_animation .pswp__preloader--active {
  opacity: 1; }
  .pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
    animation: clockwise 500ms linear infinite; }
  .pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
    animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite; }

.pswp--css_animation .pswp__preloader__icn {
  background: none;
  opacity: 0.75;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 15px;
  top: 15px;
  margin: 0; }

.pswp--css_animation .pswp__preloader__cut {
  /* 
			The idea of animating inner circle is based on Polymer ("material") loading indicator 
			 by Keanu Lee https://blog.keanulee.com/2014/10/20/the-tale-of-three-spinners.html
		*/
  position: relative;
  width: 7px;
  height: 14px;
  overflow: hidden; }

.pswp--css_animation .pswp__preloader__donut {
  box-sizing: border-box;
  width: 14px;
  height: 14px;
  border: 2px solid #FFF;
  border-radius: 50%;
  border-left-color: transparent;
  border-bottom-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  background: none;
  margin: 0; }

@media screen and (max-width: 1024px) {
  .pswp__preloader {
    position: relative;
    left: auto;
    top: auto;
    margin: 0;
    float: right; } }

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

@keyframes donut-rotate {
  0% {
    transform: rotate(0); }
  50% {
    transform: rotate(-140deg); }
  100% {
    transform: rotate(0); } }

/*
	
	6. Additional styles

 */
/* root element of UI */
.pswp__ui {
  -webkit-font-smoothing: auto;
  visibility: visible;
  opacity: 1;
  z-index: 1550; }

/* top black bar with buttons and "1 of X" indicator */
.pswp__top-bar {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  width: 100%; }

.pswp__caption,
.pswp__top-bar,
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  -webkit-backface-visibility: hidden;
  will-change: opacity;
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

/* pswp--has_mouse class is added only when two subsequent mousemove events occur */
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  visibility: visible; }

.pswp__top-bar,
.pswp__caption {
  background-color: white; }

/* pswp__ui--fit class is added when main image "fits" between top bar and bottom bar (caption) */
.pswp__ui--fit .pswp__top-bar,
.pswp__ui--fit .pswp__caption {
  background-color: white; }

/* pswp__ui--idle class is added when mouse isn't moving for several seconds (JS option timeToIdle) */
.pswp__ui--idle .pswp__top-bar {
  opacity: 0; }

.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right {
  opacity: 0; }

/*
	pswp__ui--hidden class is added when controls are hidden
	e.g. when user taps to toggle visibility of controls
*/
.pswp__ui--hidden .pswp__top-bar,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right {
  /* Force paint & create composition layer for controls. */
  opacity: 0.001; }

/* pswp__ui--one-slide class is added when there is just one item in gallery */
.pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
  display: none; }

.pswp__element--disabled {
  display: none !important; }

.pswp--minimal--dark .pswp__top-bar {
  background: none; }


.pswp__bg {
    background-color: white;
}
/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */

.jspContainer
{
	overflow: hidden;
	position: relative;
}

.jspPane
{
	position: absolute;
}

.jspVerticalBar
{
	position: absolute;
	top: 0;
	right: 0;
	width: 6px;
	height: 100%;
}

.jspHorizontalBar
{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 16px;
}

.jspCap
{
	display: none;
}

.jspHorizontalBar .jspCap
{
	float: left;
}

.jspTrack
{
	background: #e6e6e6;
	position: relative;
}

.jspDrag
{
	background: #888888;
	position: relative;
	top: 0;
	left: 0;
	cursor: pointer;
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag
{
	float: left;
	height: 100%;
}

.jspArrow
{
	background: #50506d;
	text-indent: -20000px;
	display: block;
	cursor: pointer;
	padding: 0;
	margin: 0;
}

.jspArrow.jspDisabled
{
	cursor: default;
	background: #80808d;
}

.jspVerticalBar .jspArrow
{
	height: 16px;
}

.jspHorizontalBar .jspArrow
{
	width: 16px;
	float: left;
	height: 100%;
}

.jspVerticalBar .jspArrow:focus
{
	outline: none;
}

.jspCorner
{
	background: #eeeef4;
	float: left;
	height: 100%;
}

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner
{
	margin: 0 -3px 0 0;
}
/*! Flickity v2.1.2
https://flickity.metafizzy.co
---------------------------------------------- */

.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus { outline: none; }

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* draggable */

.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
          tap-highlight-color: transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

/* ---- flickity-button ---- */

.flickity-button {
  position: absolute;
  background: hsla(0, 0%, 100%, 0.75);
  border: none;
  color: #333;
}

.flickity-button:hover {
  background: white;
  cursor: pointer;
}

.flickity-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #19F;
}

.flickity-button:active {
  opacity: 0.6;
}

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  /* prevent disabled button from capturing pointer up event. #716 */
  pointer-events: none;
}

.flickity-button-icon {
  fill: #333;
}

/* ---- previous/next buttons ---- */

.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  /* vertically center */
  transform: translateY(-50%);
}

.flickity-prev-next-button.previous { left: 10px; }
.flickity-prev-next-button.next { right: 10px; }
/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}
.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

/* ---- page dots ---- */

.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots { direction: rtl; }

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  opacity: 1;
}

/* --------------------------------------------------------------- */
/*  Site Global and Pages */
/* --------------------------------------------------------------- */
/*  Global */
BODY.show-focus A:focus {
  box-shadow: 0 0 0 1px #000;
}
A.skip {
  left: -999px;
  position: absolute;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
  z-index: -999;
}
A.skip:focus,
A.skip:active {
  color: #fff;
  background-color: #000;
  left: auto;
  top: auto;
  width: auto;
  height: auto;
  white-space: nowrap;
  overflow: auto;
  margin: 10px;
  padding: 10px;
  text-align: center;
  font-size: 14px;
  z-index: 999;
}
/* --------------------------------------------------------------- */
/*  Super Old Browser Warning */
.browser_notice {
  left: 40px;
  right: 40px;
  bottom: 40px;
  padding: 40px;
  background-color: white;
  border: 1px solid #000;
  font-family: 'FuturaBTWXX-Heavy', Arial, sans-serif;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 1.2px;
  line-height: 16px;
  text-align: center;
  position: fixed;
  z-index: 20;
  background-color: #000;
  color: white;
}
@media only screen and (min-width: 951px) and (max-width: 1400px) {
  .browser_notice {
    left: 32px;
  }
}
@media only screen and (min-width: 630px) and (max-width: 950px) {
  .browser_notice {
    left: 22px;
  }
}
@media only screen and (max-width: 629px) {
  .browser_notice {
    left: 16px;
  }
}
@media only screen and (min-width: 951px) and (max-width: 1400px) {
  .browser_notice {
    right: 32px;
  }
}
@media only screen and (min-width: 630px) and (max-width: 950px) {
  .browser_notice {
    right: 22px;
  }
}
@media only screen and (max-width: 629px) {
  .browser_notice {
    right: 16px;
  }
}
@media only screen and (min-width: 951px) and (max-width: 1400px) {
  .browser_notice {
    bottom: 32px;
  }
}
@media only screen and (min-width: 630px) and (max-width: 950px) {
  .browser_notice {
    bottom: 22px;
  }
}
@media only screen and (max-width: 629px) {
  .browser_notice {
    bottom: 16px;
  }
}
@media only screen and (min-width: 951px) and (max-width: 1400px) {
  .browser_notice {
    padding: 32px;
  }
}
@media only screen and (min-width: 630px) and (max-width: 950px) {
  .browser_notice {
    padding: 22px;
  }
}
@media only screen and (max-width: 629px) {
  .browser_notice {
    padding: 16px;
  }
}
.browser_notice .fa {
  font-size: 20px;
  margin-bottom: 15px;
}
.browser_notice A {
  text-decoration: underline;
}
.browser_notice A:hover {
  color: #806C5D;
}
/* --------------------------------------------------------------- */
/*  Loading Curtain */
/*

    #curtain {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 99999;
        background-color: white;
    }

*/
/* --------------------------------------------------------------- */
/*  Debugging Stuff */
BODY.env_dev:before {
  content: 'Hello';
  line-height: 17px;
  position: fixed;
  top: 1px;
  letter-spacing: 0;
  width: 200px;
  text-align: center;
  color: white;
  font-size: 10px;
  font-family: Arial;
  padding: 0 10px 1px 10px;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.3);
  text-transform: uppercase;
  white-space: nowrap;
  pointer-events: none;
  border-radius: 11px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
  font-weight: bold;
  /* Left */
  /* Center */
  left: 50%;
  margin-left: -80px;
}
@media only screen and (min-width: 951px) and (max-width: 1400px) {
  BODY.env_dev:before {
    content: 'Breakpoint: Desktop';
  }
}
@media only screen and (min-width: 630px) and (max-width: 950px) {
  BODY.env_dev:before {
    content: 'Breakpoint: Tablet';
  }
}
@media only screen and (max-width: 629px) {
  BODY.env_dev:before {
    content: 'Breakpoint: Mobile';
  }
}
@media only screen and (min-width: 1401px) {
  BODY.env_dev:before {
    content: 'Breakpoint: Desktop XL';
  }
}
@media only screen and (min-width: 1700px) {
  BODY.env_dev:before {
    content: 'Breakpoint: Desktop Super XL';
  }
}
#page > FOOTER {
  margin-top: 40px;
  padding-top: 40px;
  padding-bottom: 30px;
  border-top: 1px solid #CCCCCC;
  clear: both;
  /* --------------------------------------------------------------- */
  /*  Locations */
  /* --------------------------------------------------------------- */
  /*  Navigation */
}
@media only screen and (min-width: 951px) and (max-width: 1400px) {
  #page > FOOTER {
    margin-top: 32px;
  }
}
@media only screen and (min-width: 630px) and (max-width: 950px) {
  #page > FOOTER {
    margin-top: 22px;
  }
}
@media only screen and (max-width: 629px) {
  #page > FOOTER {
    margin-top: 16px;
  }
}
@media only screen and (min-width: 951px) and (max-width: 1400px) {
  #page > FOOTER {
    padding-top: 32px;
  }
}
@media only screen and (min-width: 630px) and (max-width: 950px) {
  #page > FOOTER {
    padding-top: 22px;
  }
}
@media only screen and (max-width: 629px) {
  #page > FOOTER {
    padding-top: 16px;
  }
}
#page > FOOTER SECTION.locations .headline {
  font-family: 'FuturaBTWXX-CondensedLight', Arial, sans-serif;
  text-transform: uppercase;
  font-size: 28px;
  letter-spacing: 0.8px;
  text-align: center;
  margin-bottom: 40px;
}
@media only screen and (min-width: 630px) and (max-width: 950px) {
  #page > FOOTER SECTION.locations .headline {
    font-size: 25px;
  }
}
@media only screen and (max-width: 629px) {
  #page > FOOTER SECTION.locations .headline {
    font-size: 23px;
    line-height: 27px;
  }
}
@media only screen and (min-width: 951px) and (max-width: 1400px) {
  #page > FOOTER SECTION.locations .headline {
    margin-bottom: 32px;
  }
}
@media only screen and (min-width: 630px) and (max-width: 950px) {
  #page > FOOTER SECTION.locations .headline {
    margin-bottom: 22px;
  }
}
@media only screen and (max-width: 629px) {
  #page > FOOTER SECTION.locations .headline {
    margin-bottom: 16px;
  }
}
#page > FOOTER SECTION.locations .layout {
  position: relative;
  display: block;
  clear: both;
  overflow: hidden;
  margin-left: -70px;
  margin-top: -70px;
}
@media only screen and (min-width: 951px) and (max-width: 1400px) {
  #page > FOOTER SECTION.locations .layout {
    margin-left: -56px;
  }
}
@media only screen and (min-width: 630px) and (max-width: 950px) {
  #page > FOOTER SECTION.locations .layout {
    margin-left: -38px;
  }
}
@media only screen and (max-width: 629px) {
  #page > FOOTER SECTION.locations .layout {
    margin-left: -28px;
  }
}
@media only screen and (min-width: 951px) and (max-width: 1400px) {
  #page > FOOTER SECTION.locations .layout {
    margin-top: -56px;
  }
}
@media only screen and (min-width: 630px) and (max-width: 950px) {
  #page > FOOTER SECTION.locations .layout {
    margin-top: -38px;
  }
}
@media only screen and (max-width: 629px) {
  #page > FOOTER SECTION.locations .layout {
    margin-top: -28px;
  }
}
#page > FOOTER SECTION.locations .location {
  /* Desktop, Tablet, Mobile, XL, Super-XL */
  float: left;
  width: 33.33333333%;
  padding-left: 70px;
  padding-top: 70px;
  /* Desktop, Tablet, Mobile, XL, Super-XL */
  position: relative;
  overflow: hidden;
  text-align: center;
}
@media only screen and (min-width: 630px) and (max-width: 950px) {
  #page > FOOTER SECTION.locations .location {
    width: 100%;
  }
}
@media only screen and (min-width: 951px) and (max-width: 1400px) {
  #page > FOOTER SECTION.locations .location {
    padding-left: 56px;
  }
}
@media only screen and (min-width: 630px) and (max-width: 950px) {
  #page > FOOTER SECTION.locations .location {
    padding-left: 38px;
  }
}
@media only screen and (max-width: 629px) {
  #page > FOOTER SECTION.locations .location {
    padding-left: 28px;
  }
}
@media only screen and (min-width: 951px) and (max-width: 1400px) {
  #page > FOOTER SECTION.locations .location {
    padding-top: 56px;
  }
}
@media only screen and (min-width: 630px) and (max-width: 950px) {
  #page > FOOTER SECTION.locations .location {
    padding-top: 38px;
  }
}
@media only screen and (max-width: 629px) {
  #page > FOOTER SECTION.locations .location {
    padding-top: 28px;
  }
}
#page > FOOTER SECTION.locations .location:nth-of-type(1n + 5) {
  display: none;
}
#page > FOOTER SECTION.locations .location:hover {
  color: #806C5D;
}
#page > FOOTER SECTION.locations .location:hover .image_wrapper:after {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
#page > FOOTER SECTION.locations .location .image {
  display: none;
}
#page > FOOTER SECTION.locations .location .image_wrapper {
  margin-bottom: 40px;
}
#page > FOOTER SECTION.locations .location .image_wrapper .caption {
  display: none;
}
#page > FOOTER SECTION.locations .location .image_wrapper:after {
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  box-shadow: inset 0 0 60px rgba(128, 108, 93, 0.25);
  transition: opacity 90ms linear;
  mix-blend-mode: multiply;
  content: ' ';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
#page > FOOTER SECTION.locations .location H5 {
  font-family: 'FuturaBTWXX-CondensedMedium', Arial, sans-serif;
  text-transform: uppercase;
  font-size: 19px;
  letter-spacing: 1.8px;
  margin-bottom: 10px;
}
@media only screen and (min-width: 630px) and (max-width: 950px) {
  #page > FOOTER SECTION.locations .location H5 {
    font-size: 17px;
  }
}
@media only screen and (max-width: 629px) {
  #page > FOOTER SECTION.locations .location H5 {
    font-size: 15px;
  }
}
#page > FOOTER SECTION.locations .location P {
  font-family: 'FuturaBT-Book', Arial, sans-serif;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 1.5px;
  line-height: 16px;
}
@media only screen and (max-width: 629px) {
  #page > FOOTER SECTION.locations .location P {
    font-size: 10px;
    line-height: 15px;
  }
}
#page > FOOTER SECTION.locations .location P.appointments {
  text-decoration: underline;
}
#page > FOOTER SECTION.bottom {
  margin-top: 40px;
  padding-top: 70px;
  padding-bottom: 40px;
  overflow: hidden;
  border-top: 1px solid #CCCCCC;
}
@media only screen and (min-width: 951px) and (max-width: 1400px) {
  #page > FOOTER SECTION.bottom {
    margin-top: 32px;
  }
}
@media only screen and (min-width: 630px) and (max-width: 950px) {
  #page > FOOTER SECTION.bottom {
    margin-top: 22px;
  }
}
@media only screen and (max-width: 629px) {
  #page > FOOTER SECTION.bottom {
    margin-top: 16px;
  }
}
@media only screen and (min-width: 951px) and (max-width: 1400px) {
  #page > FOOTER SECTION.bottom {
    padding-top: 56px;
  }
}
@media only screen and (min-width: 630px) and (max-width: 950px) {
  #page > FOOTER SECTION.bottom {
    padding-top: 38px;
  }
}
@media only screen and (max-width: 629px) {
  #page > FOOTER SECTION.bottom {
    padding-top: 28px;
  }
}
@media only screen and (min-width: 951px) and (max-width: 1400px) {
  #page > FOOTER SECTION.bottom {
    padding-bottom: 32px;
  }
}
@media only screen and (min-width: 630px) and (max-width: 950px) {
  #page > FOOTER SECTION.bottom {
    padding-bottom: 22px;
  }
}
@media only screen and (max-width: 629px) {
  #page > FOOTER SECTION.bottom {
    padding-bottom: 16px;
  }
}
#page > FOOTER SECTION.bottom > DIV {
  float: left;
  padding-right: 40px;
}
#page > FOOTER SECTION.bottom H3 {
  font-family: 'FuturaBTWXX-Heavy', Arial, sans-serif;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 1.2px;
  line-height: 16px;
  margin-bottom: 10px;
}
#page > FOOTER SECTION.bottom .logo,
#page > FOOTER SECTION.bottom .nav,
#page > FOOTER SECTION.bottom .social {
  width: 16.6%;
}
#page > FOOTER SECTION.bottom .subscribe {
  width: 33.3%;
}
#page > FOOTER SECTION.bottom .logo SVG {
  display: block;
  width: 100%;
  height: auto;
  max-width: 85px;
  margin-top: 3px;
}
#page > FOOTER SECTION.bottom .nav A {
  font-family: 'FuturaBT-Book', Arial, sans-serif;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 1.5px;
  line-height: 16px;
  display: block;
}
@media only screen and (max-width: 629px) {
  #page > FOOTER SECTION.bottom .nav A {
    font-size: 10px;
    line-height: 15px;
  }
}
#page > FOOTER SECTION.bottom .nav A:hover {
  color: #806C5D;
}
#page > FOOTER SECTION.bottom .social {
  padding-right: 0;
}
#page > FOOTER SECTION.bottom .social A {
  display: inline-block;
  padding-right: 10px;
  margin-top: 2px;
}
#page > FOOTER SECTION.bottom .social A:hover {
  color: #806C5D;
}
#page > FOOTER SECTION.bottom .social A:hover IMG,
#page > FOOTER SECTION.bottom .social A:hover SVG {
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  filter: alpha(opacity=50);
}
#page > FOOTER SECTION.bottom .social SVG {
  width: 40px;
  height: auto;
  display: block;
}
#page > FOOTER SECTION.bottom .social IMG {
  transition: opacity 90ms linear;
  width: 40px;
  height: auto;
  display: block;
}
#page > FOOTER .legal {
  font-family: Arial, sans-serif;
  font-size: 10px;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  color: #737373;
}
#page > FOOTER .legal A:hover {
  text-decoration: underline;
}
/* --------------------------------------------------------------- */
/*  Helpers */
INPUT[type="checkbox"],
INPUT[type="radio"] {
  width: 42px;
  height: 42px;
  margin: 0;
  border: 1px solid red;
}
.icheckbox,
.iradio {
  display: inline-block;
  *display: inline;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  width: 42px;
  height: 42px;
  background: url('https://www.thefutureperfect.com/wp-content/themes/The-Future-Perfect/assets/img/form_boxes_sprite.svg') no-repeat;
  border: none;
  cursor: pointer;
  position: relative;
  margin-right: 10px;
}
.icheckbox {
  background-position: 0 0;
}
.icheckbox.hover {
  background-position: -46px 0;
}
.icheckbox.checked {
  background-position: -92px 0;
}
.icheckbox.disabled {
  background-position: -138px 0;
  cursor: default;
}
.icheckbox.checked.disabled {
  background-position: -184px 0;
}
.iradio {
  background-position: -230px 0;
}
.iradio.hover {
  background-position: -276px 0;
}
.iradio.checked {
  background-position: -322px 0;
}
.iradio.disabled {
  background-position: -368px 0;
  cursor: default;
}
.iradio.checked.disabled {
  background-position: -414px 0;
}
.grecaptcha-badge {
  visibility: hidden;
}
/* --------------------------------------------------------------- */
/*  Helpers */
/* --------------------------------------------------------------- */
/*  Global Button Style */
A.button {
  transition: all 0.2s ease-out;
  border-radius: 0;
  font-family: 'FuturaBTWXX-CondensedBold', Arial, sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1.2px;
  background-color: #000;
  border: 1px solid #000;
  color: white;
  padding: 17px 32px 14px 32px;
  display: inline-block;
  text-align: center;
  width: auto;
  text-decoration: none;
  position: relative;
  cursor: pointer;
  white-space: nowrap;
}
A.button.small {
  padding-top: 6px;
  padding-bottom: 4px;
}
A.button.span {
  width: 100%;
}
A.button.disabled {
  -moz-opacity: 0.3;
  -khtml-opacity: 0.3;
  -webkit-opacity: 0.3;
  opacity: 0.3;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=30);
  filter: alpha(opacity=30);
  cursor: not-allowed !important;
}
A.button:hover {
  background-color: #737373;
  border-color: #737373;
  cursor: pointer;
}
A.button.alt {
  background-color: white;
  color: #000;
}
A.button.alt:hover {
  background-color: white;
  color: #737373;
  border-color: #737373;
}
A.button.secondary,
A.button.text {
  background-color: white;
  color: #737373;
  border-color: white;
}
A.button.secondary:hover,
A.button.text:hover {
  background-color: white;
  color: #000;
  border-color: white;
}
@media only screen and (max-width: 629px) {
  A.button {
    font-size: 12px;
    padding-top: 14px;
    padding-bottom: 10px;
  }
}
.buttons .button {
  margin: 0 10px;
}
.buttons .button:first-of-type {
  margin-left: 0;
}
.buttons .button:last-child {
  margin-right: 0;
}
/* --------------------------------------------------------------- */
/*  Better Placeholders */
/*  Will not work if you chain the styles together  */
::-webkit-input-placeholder {
  color: #737373;
}
:-moz-placeholder {
  color: #737373;
  opacity: 1;
}
::-moz-placeholder {
  color: #737373;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #737373;
}
/* --------------------------------------------------------------- */
/*  Base form style and layout */
BODY.wpcf7mailsent .wpcf7__hide-on-send {
  display: none;
}
FORM.wpcf7-form .wpcf7-response-output,
FORM.form .wpcf7-response-output,
.form-layout .wpcf7-response-output,
.woocommerce FORM .wpcf7-response-output,
FORM.wpcf7-form .wpcf7-validation-errors,
FORM.form .wpcf7-validation-errors,
.form-layout .wpcf7-validation-errors,
.woocommerce FORM .wpcf7-validation-errors {
  font-family: 'FuturaBT-Book', Arial, sans-serif;
  text-transform: uppercase;
  text-transform: none;
  font-size: 14px;
  letter-spacing: 0.12px;
  padding: 0 !important;
  margin: 0 0 20px 0 !important;
  line-height: 22px;
  border: 0 !important;
}
FORM.wpcf7-form SPAN.wpcf7-not-valid-tip,
FORM.form SPAN.wpcf7-not-valid-tip,
.form-layout SPAN.wpcf7-not-valid-tip,
.woocommerce FORM SPAN.wpcf7-not-valid-tip {
  display: block;
  margin-top: 5px;
}
FORM.wpcf7-form.sent .form-row,
FORM.form.sent .form-row,
.form-layout.sent .form-row,
.woocommerce FORM.sent .form-row {
  display: none;
}
FORM.wpcf7-form INPUT[type="number"],
FORM.form INPUT[type="number"],
.form-layout INPUT[type="number"],
.woocommerce FORM INPUT[type="number"],
FORM.wpcf7-form INPUT[type="email"],
FORM.form INPUT[type="email"],
.form-layout INPUT[type="email"],
.woocommerce FORM INPUT[type="email"],
FORM.wpcf7-form INPUT[type="tel"],
FORM.form INPUT[type="tel"],
.form-layout INPUT[type="tel"],
.woocommerce FORM INPUT[type="tel"],
FORM.wpcf7-form INPUT[type="password"],
FORM.form INPUT[type="password"],
.form-layout INPUT[type="password"],
.woocommerce FORM INPUT[type="password"],
FORM.wpcf7-form INPUT[type="text"],
FORM.form INPUT[type="text"],
.form-layout INPUT[type="text"],
.woocommerce FORM INPUT[type="text"],
FORM.wpcf7-form TEXTAREA,
FORM.form TEXTAREA,
.form-layout TEXTAREA,
.woocommerce FORM TEXTAREA {
  transition: all 0.2s ease-out;
  font-family: 'FuturaBT-Book', Arial, sans-serif;
  text-transform: uppercase;
  text-transform: none;
  font-size: 14px;
  letter-spacing: 0.12px;
  letter-spacing: 1.2px;
  border: 1px solid #CCCCCC;
  padding: 16px 14px 12px 14px;
  width: 100%;
  color: #000;
  background-color: white;
  display: inline-block;
}
FORM.wpcf7-form INPUT[type="number"]:active,
FORM.form INPUT[type="number"]:active,
.form-layout INPUT[type="number"]:active,
.woocommerce FORM INPUT[type="number"]:active,
FORM.wpcf7-form INPUT[type="email"]:active,
FORM.form INPUT[type="email"]:active,
.form-layout INPUT[type="email"]:active,
.woocommerce FORM INPUT[type="email"]:active,
FORM.wpcf7-form INPUT[type="tel"]:active,
FORM.form INPUT[type="tel"]:active,
.form-layout INPUT[type="tel"]:active,
.woocommerce FORM INPUT[type="tel"]:active,
FORM.wpcf7-form INPUT[type="password"]:active,
FORM.form INPUT[type="password"]:active,
.form-layout INPUT[type="password"]:active,
.woocommerce FORM INPUT[type="password"]:active,
FORM.wpcf7-form INPUT[type="text"]:active,
FORM.form INPUT[type="text"]:active,
.form-layout INPUT[type="text"]:active,
.woocommerce FORM INPUT[type="text"]:active,
FORM.wpcf7-form TEXTAREA:active,
FORM.form TEXTAREA:active,
.form-layout TEXTAREA:active,
.woocommerce FORM TEXTAREA:active,
FORM.wpcf7-form INPUT[type="number"]:hover,
FORM.form INPUT[type="number"]:hover,
.form-layout INPUT[type="number"]:hover,
.woocommerce FORM INPUT[type="number"]:hover,
FORM.wpcf7-form INPUT[type="email"]:hover,
FORM.form INPUT[type="email"]:hover,
.form-layout INPUT[type="email"]:hover,
.woocommerce FORM INPUT[type="email"]:hover,
FORM.wpcf7-form INPUT[type="tel"]:hover,
FORM.form INPUT[type="tel"]:hover,
.form-layout INPUT[type="tel"]:hover,
.woocommerce FORM INPUT[type="tel"]:hover,
FORM.wpcf7-form INPUT[type="password"]:hover,
FORM.form INPUT[type="password"]:hover,
.form-layout INPUT[type="password"]:hover,
.woocommerce FORM INPUT[type="password"]:hover,
FORM.wpcf7-form INPUT[type="text"]:hover,
FORM.form INPUT[type="text"]:hover,
.form-layout INPUT[type="text"]:hover,
.woocommerce FORM INPUT[type="text"]:hover,
FORM.wpcf7-form TEXTAREA:hover,
FORM.form TEXTAREA:hover,
.form-layout TEXTAREA:hover,
.woocommerce FORM TEXTAREA:hover {
  border-color: #737373;
}
FORM.wpcf7-form INPUT[type="number"]:disabled,
FORM.form INPUT[type="number"]:disabled,
.form-layout INPUT[type="number"]:disabled,
.woocommerce FORM INPUT[type="number"]:disabled,
FORM.wpcf7-form INPUT[type="email"]:disabled,
FORM.form INPUT[type="email"]:disabled,
.form-layout INPUT[type="email"]:disabled,
.woocommerce FORM INPUT[type="email"]:disabled,
FORM.wpcf7-form INPUT[type="tel"]:disabled,
FORM.form INPUT[type="tel"]:disabled,
.form-layout INPUT[type="tel"]:disabled,
.woocommerce FORM INPUT[type="tel"]:disabled,
FORM.wpcf7-form INPUT[type="password"]:disabled,
FORM.form INPUT[type="password"]:disabled,
.form-layout INPUT[type="password"]:disabled,
.woocommerce FORM INPUT[type="password"]:disabled,
FORM.wpcf7-form INPUT[type="text"]:disabled,
FORM.form INPUT[type="text"]:disabled,
.form-layout INPUT[type="text"]:disabled,
.woocommerce FORM INPUT[type="text"]:disabled,
FORM.wpcf7-form TEXTAREA:disabled,
FORM.form TEXTAREA:disabled,
.form-layout TEXTAREA:disabled,
.woocommerce FORM TEXTAREA:disabled {
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  filter: alpha(opacity=50);
  cursor: not-allowed !important;
}
@media only screen and (max-width: 629px) {
  FORM.wpcf7-form INPUT[type="number"],
  FORM.form INPUT[type="number"],
  .form-layout INPUT[type="number"],
  .woocommerce FORM INPUT[type="number"],
  FORM.wpcf7-form INPUT[type="email"],
  FORM.form INPUT[type="email"],
  .form-layout INPUT[type="email"],
  .woocommerce FORM INPUT[type="email"],
  FORM.wpcf7-form INPUT[type="tel"],
  FORM.form INPUT[type="tel"],
  .form-layout INPUT[type="tel"],
  .woocommerce FORM INPUT[type="tel"],
  FORM.wpcf7-form INPUT[type="password"],
  FORM.form INPUT[type="password"],
  .form-layout INPUT[type="password"],
  .woocommerce FORM INPUT[type="password"],
  FORM.wpcf7-form INPUT[type="text"],
  FORM.form INPUT[type="text"],
  .form-layout INPUT[type="text"],
  .woocommerce FORM INPUT[type="text"],
  FORM.wpcf7-form TEXTAREA,
  FORM.form TEXTAREA,
  .form-layout TEXTAREA,
  .woocommerce FORM TEXTAREA {
    font-size: 12px;
    padding-top: 14px;
    padding-bottom: 11px;
  }
}
FORM.wpcf7-form SELECT,
FORM.form SELECT,
.form-layout SELECT,
.woocommerce FORM SELECT {
  transition: all 0.2s ease-out;
  font-family: 'FuturaBT-Book', Arial, sans-serif;
  text-transform: uppercase;
  text-transform: none;
  font-size: 14px;
  letter-spacing: 0.12px;
  letter-spacing: 1.2px;
  border: 1px solid #CCCCCC;
  padding: 16px 14px 12px 14px;
  width: 100%;
  color: #000;
  background-color: white;
  display: inline-block;
  background: url('https://www.thefutureperfect.com/wp-content/themes/The-Future-Perfect/assets/img/icons/arrow_dropdown.svg') no-repeat right 15px center;
  background-size: 10px auto;
}
FORM.wpcf7-form SELECT:active,
FORM.form SELECT:active,
.form-layout SELECT:active,
.woocommerce FORM SELECT:active,
FORM.wpcf7-form SELECT:hover,
FORM.form SELECT:hover,
.form-layout SELECT:hover,
.woocommerce FORM SELECT:hover {
  border-color: #737373;
}
FORM.wpcf7-form SELECT:disabled,
FORM.form SELECT:disabled,
.form-layout SELECT:disabled,
.woocommerce FORM SELECT:disabled {
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  filter: alpha(opacity=50);
  cursor: not-allowed !important;
}
@media only screen and (max-width: 629px) {
  FORM.wpcf7-form SELECT,
  FORM.form SELECT,
  .form-layout SELECT,
  .woocommerce FORM SELECT {
    font-size: 12px;
    padding-top: 14px;
    padding-bottom: 11px;
  }
}
FORM.wpcf7-form .form-field-upload,
FORM.form .form-field-upload,
.form-layout .form-field-upload,
.woocommerce FORM .form-field-upload {
  transition: all 0.2s ease-out;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border: 1px solid #CCCCCC;
  position: relative;
  cursor: pointer !important;
}
FORM.wpcf7-form .form-field-upload INPUT[type="file"],
FORM.form .form-field-upload INPUT[type="file"],
.form-layout .form-field-upload INPUT[type="file"],
.woocommerce FORM .form-field-upload INPUT[type="file"] {
  cursor: pointer !important;
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
FORM.wpcf7-form .form-field-upload .select,
FORM.form .form-field-upload .select,
.form-layout .form-field-upload .select,
.woocommerce FORM .form-field-upload .select,
FORM.wpcf7-form .form-field-upload .display,
FORM.form .form-field-upload .display,
.form-layout .form-field-upload .display,
.woocommerce FORM .form-field-upload .display {
  font-family: 'FuturaBT-Book', Arial, sans-serif;
  text-transform: uppercase;
  text-transform: none;
  font-size: 14px;
  letter-spacing: 0.12px;
  letter-spacing: 1.2px;
  padding: 18px 14px 16px 14px;
}
FORM.wpcf7-form .form-field-upload .select,
FORM.form .form-field-upload .select,
.form-layout .form-field-upload .select,
.woocommerce FORM .form-field-upload .select {
  transition: all 0.2s ease-out;
  color: #737373;
  background-color: #CCCCCC;
  width: 180px;
}
FORM.wpcf7-form .form-field-upload .select:hover,
FORM.form .form-field-upload .select:hover,
.form-layout .form-field-upload .select:hover,
.woocommerce FORM .form-field-upload .select:hover {
  background-color: #737373;
}
FORM.wpcf7-form .form-field-upload .display,
FORM.form .form-field-upload .display,
.form-layout .form-field-upload .display,
.woocommerce FORM .form-field-upload .display {
  -ms-flex: 1;
      flex: 1;
  white-space: nowrap;
  color: #737373;
  text-overflow: ellipsis;
  overflow: hidden;
}
FORM.wpcf7-form .form-field-upload:hover,
FORM.form .form-field-upload:hover,
.form-layout .form-field-upload:hover,
.woocommerce FORM .form-field-upload:hover {
  border-color: #737373;
}
FORM.wpcf7-form .form-field-upload:hover .select,
FORM.form .form-field-upload:hover .select,
.form-layout .form-field-upload:hover .select,
.woocommerce FORM .form-field-upload:hover .select {
  color: #000;
}
FORM.wpcf7-form BUTTON,
FORM.form BUTTON,
.form-layout BUTTON,
.woocommerce FORM BUTTON,
FORM.wpcf7-form INPUT[type="button"],
FORM.form INPUT[type="button"],
.form-layout INPUT[type="button"],
.woocommerce FORM INPUT[type="button"],
FORM.wpcf7-form INPUT[type="submit"],
FORM.form INPUT[type="submit"],
.form-layout INPUT[type="submit"],
.woocommerce FORM INPUT[type="submit"] {
  transition: all 0.2s ease-out;
  border-radius: 0;
  font-family: 'FuturaBTWXX-CondensedBold', Arial, sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1.2px;
  background-color: #000;
  border: 1px solid #000;
  color: white;
  padding: 17px 32px 14px 32px;
  display: inline-block;
  text-align: center;
  width: auto;
  text-decoration: none;
  position: relative;
  cursor: pointer;
  white-space: nowrap;
}
FORM.wpcf7-form BUTTON.small,
FORM.form BUTTON.small,
.form-layout BUTTON.small,
.woocommerce FORM BUTTON.small,
FORM.wpcf7-form INPUT[type="button"].small,
FORM.form INPUT[type="button"].small,
.form-layout INPUT[type="button"].small,
.woocommerce FORM INPUT[type="button"].small,
FORM.wpcf7-form INPUT[type="submit"].small,
FORM.form INPUT[type="submit"].small,
.form-layout INPUT[type="submit"].small,
.woocommerce FORM INPUT[type="submit"].small {
  padding-top: 6px;
  padding-bottom: 4px;
}
FORM.wpcf7-form BUTTON.span,
FORM.form BUTTON.span,
.form-layout BUTTON.span,
.woocommerce FORM BUTTON.span,
FORM.wpcf7-form INPUT[type="button"].span,
FORM.form INPUT[type="button"].span,
.form-layout INPUT[type="button"].span,
.woocommerce FORM INPUT[type="button"].span,
FORM.wpcf7-form INPUT[type="submit"].span,
FORM.form INPUT[type="submit"].span,
.form-layout INPUT[type="submit"].span,
.woocommerce FORM INPUT[type="submit"].span {
  width: 100%;
}
FORM.wpcf7-form BUTTON.disabled,
FORM.form BUTTON.disabled,
.form-layout BUTTON.disabled,
.woocommerce FORM BUTTON.disabled,
FORM.wpcf7-form INPUT[type="button"].disabled,
FORM.form INPUT[type="button"].disabled,
.form-layout INPUT[type="button"].disabled,
.woocommerce FORM INPUT[type="button"].disabled,
FORM.wpcf7-form INPUT[type="submit"].disabled,
FORM.form INPUT[type="submit"].disabled,
.form-layout INPUT[type="submit"].disabled,
.woocommerce FORM INPUT[type="submit"].disabled {
  -moz-opacity: 0.3;
  -khtml-opacity: 0.3;
  -webkit-opacity: 0.3;
  opacity: 0.3;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=30);
  filter: alpha(opacity=30);
  cursor: not-allowed !important;
}
FORM.wpcf7-form BUTTON:hover,
FORM.form BUTTON:hover,
.form-layout BUTTON:hover,
.woocommerce FORM BUTTON:hover,
FORM.wpcf7-form INPUT[type="button"]:hover,
FORM.form INPUT[type="button"]:hover,
.form-layout INPUT[type="button"]:hover,
.woocommerce FORM INPUT[type="button"]:hover,
FORM.wpcf7-form INPUT[type="submit"]:hover,
FORM.form INPUT[type="submit"]:hover,
.form-layout INPUT[type="submit"]:hover,
.woocommerce FORM INPUT[type="submit"]:hover {
  background-color: #737373;
  border-color: #737373;
  cursor: pointer;
}
FORM.wpcf7-form BUTTON.alt,
FORM.form BUTTON.alt,
.form-layout BUTTON.alt,
.woocommerce FORM BUTTON.alt,
FORM.wpcf7-form INPUT[type="button"].alt,
FORM.form INPUT[type="button"].alt,
.form-layout INPUT[type="button"].alt,
.woocommerce FORM INPUT[type="button"].alt,
FORM.wpcf7-form INPUT[type="submit"].alt,
FORM.form INPUT[type="submit"].alt,
.form-layout INPUT[type="submit"].alt,
.woocommerce FORM INPUT[type="submit"].alt {
  background-color: white;
  color: #000;
}
FORM.wpcf7-form BUTTON.alt:hover,
FORM.form BUTTON.alt:hover,
.form-layout BUTTON.alt:hover,
.woocommerce FORM BUTTON.alt:hover,
FORM.wpcf7-form INPUT[type="button"].alt:hover,
FORM.form INPUT[type="button"].alt:hover,
.form-layout INPUT[type="button"].alt:hover,
.woocommerce FORM INPUT[type="button"].alt:hover,
FORM.wpcf7-form INPUT[type="submit"].alt:hover,
FORM.form INPUT[type="submit"].alt:hover,
.form-layout INPUT[type="submit"].alt:hover,
.woocommerce FORM INPUT[type="submit"].alt:hover {
  background-color: white;
  color: #737373;
  border-color: #737373;
}
FORM.wpcf7-form BUTTON.secondary,
FORM.form BUTTON.secondary,
.form-layout BUTTON.secondary,
.woocommerce FORM BUTTON.secondary,
FORM.wpcf7-form INPUT[type="button"].secondary,
FORM.form INPUT[type="button"].secondary,
.form-layout INPUT[type="button"].secondary,
.woocommerce FORM INPUT[type="button"].secondary,
FORM.wpcf7-form INPUT[type="submit"].secondary,
FORM.form INPUT[type="submit"].secondary,
.form-layout INPUT[type="submit"].secondary,
.woocommerce FORM INPUT[type="submit"].secondary,
FORM.wpcf7-form BUTTON.text,
FORM.form BUTTON.text,
.form-layout BUTTON.text,
.woocommerce FORM BUTTON.text,
FORM.wpcf7-form INPUT[type="button"].text,
FORM.form INPUT[type="button"].text,
.form-layout INPUT[type="button"].text,
.woocommerce FORM INPUT[type="button"].text,
FORM.wpcf7-form INPUT[type="submit"].text,
FORM.form INPUT[type="submit"].text,
.form-layout INPUT[type="submit"].text,
.woocommerce FORM INPUT[type="submit"].text {
  background-color: white;
  color: #737373;
  border-color: white;
}
FORM.wpcf7-form BUTTON.secondary:hover,
FORM.form BUTTON.secondary:hover,
.form-layout BUTTON.secondary:hover,
.woocommerce FORM BUTTON.secondary:hover,
FORM.wpcf7-form INPUT[type="button"].secondary:hover,
FORM.form INPUT[type="button"].secondary:hover,
.form-layout INPUT[type="button"].secondary:hover,
.woocommerce FORM INPUT[type="button"].secondary:hover,
FORM.wpcf7-form INPUT[type="submit"].secondary:hover,
FORM.form INPUT[type="submit"].secondary:hover,
.form-layout INPUT[type="submit"].secondary:hover,
.woocommerce FORM INPUT[type="submit"].secondary:hover,
FORM.wpcf7-form BUTTON.text:hover,
FORM.form BUTTON.text:hover,
.form-layout BUTTON.text:hover,
.woocommerce FORM BUTTON.text:hover,
FORM.wpcf7-form INPUT[type="button"].text:hover,
FORM.form INPUT[type="button"].text:hover,
.form-layout INPUT[type="button"].text:hover,
.woocommerce FORM INPUT[type="button"].text:hover,
FORM.wpcf7-form INPUT[type="submit"].text:hover,
FORM.form INPUT[type="submit"].text:hover,
.form-layout INPUT[type="submit"].text:hover,
.woocommerce FORM INPUT[type="submit"].text:hover {
  background-color: white;
  color: #000;
  border-color: white;
}
@media only screen and (max-width: 629px) {
  FORM.wpcf7-form BUTTON,
  FORM.form BUTTON,
  .form-layout BUTTON,
  .woocommerce FORM BUTTON,
  FORM.wpcf7-form INPUT[type="button"],
  FORM.form INPUT[type="button"],
  .form-layout INPUT[type="button"],
  .woocommerce FORM INPUT[type="button"],
  FORM.wpcf7-form INPUT[type="submit"],
  FORM.form INPUT[type="submit"],
  .form-layout INPUT[type="submit"],
  .woocommerce FORM INPUT[type="submit"] {
    font-size: 12px;
    padding-top: 14px;
    padding-bottom: 10px;
  }
}
FORM.wpcf7-form P.intro,
FORM.form P.intro,
.form-layout P.intro,
.woocommerce FORM P.intro {
  font-family: 'FuturaBT-Book', Arial, sans-serif;
  text-transform: uppercase;
  text-transform: none;
  font-size: 14px;
  letter-spacing: 0.12px;
  line-height: 22px;
  margin-bottom: 40px;
}
FORM.wpcf7-form P.intro:last-child,
FORM.form P.intro:last-child,
.form-layout P.intro:last-child,
.woocommerce FORM P.intro:last-child {
  margin-bottom: 23px;
}
FORM.wpcf7-form P.intro.fancy,
FORM.form P.intro.fancy,
.form-layout P.intro.fancy,
.woocommerce FORM P.intro.fancy {
  font-family: 'BaskervilleBT-Italic', 'Times New Roman', Times, serif;
  font-size: 16px;
  letter-spacing: 0;
  -webkit-font-smoothing: auto;
  line-height: 18px;
  text-align: center;
}
@media only screen and (max-width: 629px) {
  FORM.wpcf7-form P.intro.fancy,
  FORM.form P.intro.fancy,
  .form-layout P.intro.fancy,
  .woocommerce FORM P.intro.fancy {
    font-size: 17px;
  }
}
FORM.wpcf7-form P.intro A,
FORM.form P.intro A,
.form-layout P.intro A,
.woocommerce FORM P.intro A {
  text-decoration: underline;
}
FORM.wpcf7-form .form-row,
FORM.form .form-row,
.form-layout .form-row,
.woocommerce FORM .form-row {
  width: 50%;
  position: relative;
  float: left;
  text-align: left;
  margin-bottom: 20px;
}
FORM.wpcf7-form .form-row.form-row-first,
FORM.form .form-row.form-row-first,
.form-layout .form-row.form-row-first,
.woocommerce FORM .form-row.form-row-first {
  padding-right: 10px;
}
FORM.wpcf7-form .form-row.form-row-last,
FORM.form .form-row.form-row-last,
.form-layout .form-row.form-row-last,
.woocommerce FORM .form-row.form-row-last {
  padding-left: 10px;
}
FORM.wpcf7-form .form-row > TEXTAREA,
FORM.form .form-row > TEXTAREA,
.form-layout .form-row > TEXTAREA,
.woocommerce FORM .form-row > TEXTAREA {
  height: 79px;
  line-height: 16px;
}
FORM.wpcf7-form .form-row > STRONG,
FORM.form .form-row > STRONG,
.form-layout .form-row > STRONG,
.woocommerce FORM .form-row > STRONG {
  padding-top: 19px;
  padding-bottom: 18px;
  font-weight: normal;
  display: block;
}
FORM.wpcf7-form .form-row.form-row-wide,
FORM.form .form-row.form-row-wide,
.form-layout .form-row.form-row-wide,
.woocommerce FORM .form-row.form-row-wide {
  width: 100%;
}
FORM.wpcf7-form .form-row.form-row-wide:after,
FORM.form .form-row.form-row-wide:after,
.form-layout .form-row.form-row-wide:after,
.woocommerce FORM .form-row.form-row-wide:after {
  display: none;
}
FORM.wpcf7-form .form-row LABEL,
FORM.form .form-row LABEL,
.form-layout .form-row LABEL,
.woocommerce FORM .form-row LABEL,
FORM.wpcf7-form LABEL.woocommerce-form__label,
FORM.form LABEL.woocommerce-form__label,
.form-layout LABEL.woocommerce-form__label,
.woocommerce FORM LABEL.woocommerce-form__label {
  clear: both;
  font-family: 'FuturaBT-Book', Arial, sans-serif;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 1.5px;
  line-height: 16px;
  padding-bottom: 6px;
  display: block;
}
@media only screen and (max-width: 629px) {
  FORM.wpcf7-form .form-row LABEL,
  FORM.form .form-row LABEL,
  .form-layout .form-row LABEL,
  .woocommerce FORM .form-row LABEL,
  FORM.wpcf7-form LABEL.woocommerce-form__label,
  FORM.form LABEL.woocommerce-form__label,
  .form-layout LABEL.woocommerce-form__label,
  .woocommerce FORM LABEL.woocommerce-form__label {
    font-size: 10px;
    line-height: 15px;
  }
}
FORM.wpcf7-form .form-row LABEL .required,
FORM.form .form-row LABEL .required,
.form-layout .form-row LABEL .required,
.woocommerce FORM .form-row LABEL .required,
FORM.wpcf7-form LABEL.woocommerce-form__label .required,
FORM.form LABEL.woocommerce-form__label .required,
.form-layout LABEL.woocommerce-form__label .required,
.woocommerce FORM LABEL.woocommerce-form__label .required {
  font-size: 18px;
  padding-top: 4px;
  position: absolute;
  padding-left: 2px;
  text-decoration: none;
}
FORM.wpcf7-form .woocommerce-form__label-for-checkbox,
FORM.form .woocommerce-form__label-for-checkbox,
.form-layout .woocommerce-form__label-for-checkbox,
.woocommerce FORM .woocommerce-form__label-for-checkbox {
  clear: both;
  text-align: left !important;
}
FORM.wpcf7-form LABEL.readeronly,
FORM.form LABEL.readeronly,
.form-layout LABEL.readeronly,
.woocommerce FORM LABEL.readeronly {
  display: none;
}
FORM.wpcf7-form .form-row-radios LABEL,
FORM.form .form-row-radios LABEL,
.form-layout .form-row-radios LABEL,
.woocommerce FORM .form-row-radios LABEL {
  display: inline-block;
  padding-left: 20px;
}
FORM.wpcf7-form .form-row-radios LABEL:first-of-type,
FORM.form .form-row-radios LABEL:first-of-type,
.form-layout .form-row-radios LABEL:first-of-type,
.woocommerce FORM .form-row-radios LABEL:first-of-type {
  padding-left: 0;
}
FORM.wpcf7-form .form-group,
FORM.form .form-group,
.form-layout .form-group,
.woocommerce FORM .form-group {
  overflow: hidden;
  margin-bottom: 40px;
  clear: both;
}
FORM.wpcf7-form .form-group:last-child,
FORM.form .form-group:last-child,
.form-layout .form-group:last-child,
.woocommerce FORM .form-group:last-child {
  margin-bottom: 0;
}
FORM.wpcf7-form .form-group .form-group-title,
FORM.form .form-group .form-group-title,
.form-layout .form-group .form-group-title,
.woocommerce FORM .form-group .form-group-title {
  font-family: 'FuturaBTWXX-Heavy', Arial, sans-serif;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 1.2px;
  line-height: 16px;
  padding-top: 10px;
  margin-bottom: 20px;
}
FORM.wpcf7-form HR,
FORM.form HR,
.form-layout HR,
.woocommerce FORM HR {
  padding: 0;
  margin: 0;
  margin-top: 40px;
  margin-bottom: 40px;
}
FORM.wpcf7-form FIELDSET LEGEND,
FORM.form FIELDSET LEGEND,
.form-layout FIELDSET LEGEND,
.woocommerce FORM FIELDSET LEGEND {
  font-family: 'FuturaBTWXX-Heavy', Arial, sans-serif;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 1.2px;
  line-height: 16px;
  padding-top: 10px;
  margin-bottom: 20px;
}
/* --------------------------------------------------------------- */
/* Shared Styles */
.grid {
  position: relative;
  display: block;
  clear: both;
  overflow: hidden;
  margin-left: -70px;
  margin-top: -70px;
}
@media only screen and (min-width: 951px) and (max-width: 1400px) {
  .grid {
    margin-left: -56px;
  }
}
@media only screen and (min-width: 630px) and (max-width: 950px) {
  .grid {
    margin-left: -38px;
  }
}
@media only screen and (max-width: 629px) {
  .grid {
    margin-left: -28px;
  }
}
@media only screen and (min-width: 951px) and (max-width: 1400px) {
  .grid {
    margin-top: -56px;
  }
}
@media only screen and (min-width: 630px) and (max-width: 950px) {
  .grid {
    margin-top: -38px;
  }
}
@media only screen and (max-width: 629px) {
  .grid {
    margin-top: -28px;
  }
}
.grid.grid_2 .cell {
  /* Desktop, Tablet, Mobile, XL, Super-XL */
  float: left;
  position: relative;
  width: 50%;
  /* Desktop, Tablet, Mobile, XL, Super-XL */
}
@media only screen and (min-width: 630px) and (max-width: 950px) {
  .grid.grid_2 .cell {
    width: 50%;
  }
}
@media only screen and (max-width: 629px) {
  .grid.grid_2 .cell {
    width: 100%;
  }
}
.grid.grid_3 .cell {
  /* Desktop, Tablet, Mobile, XL, Super-XL */
  float: left;
  position: relative;
  width: 33.33333333%;
  /* Desktop, Tablet, Mobile, XL, Super-XL */
}
@media only screen and (min-width: 630px) and (max-width: 950px) {
  .grid.grid_3 .cell {
    width: 33.33333333%;
  }
}
@media only screen and (max-width: 629px) {
  .grid.grid_3 .cell {
    width: 100%;
  }
}
.grid.grid_4 .cell {
  /* Desktop, Tablet, Mobile, XL, Super-XL */
  float: left;
  position: relative;
  width: 25%;
  /* Desktop, Tablet, Mobile, XL, Super-XL */
}
@media only screen and (min-width: 630px) and (max-width: 950px) {
  .grid.grid_4 .cell {
    width: 25%;
  }
}
@media only screen and (max-width: 629px) {
  .grid.grid_4 .cell {
    width: 50%;
  }
}
.grid .cell {
  padding-left: 70px;
  padding-top: 70px;
  padding-bottom: 0 !important;
}
@media only screen and (min-width: 951px) and (max-width: 1400px) {
  .grid .cell {
    padding-left: 56px;
  }
}
@media only screen and (min-width: 630px) and (max-width: 950px) {
  .grid .cell {
    padding-left: 38px;
  }
}
@media only screen and (max-width: 629px) {
  .grid .cell {
    padding-left: 28px;
  }
}
@media only screen and (min-width: 951px) and (max-width: 1400px) {
  .grid .cell {
    padding-top: 56px;
  }
}
@media only screen and (min-width: 630px) and (max-width: 950px) {
  .grid .cell {
    padding-top: 38px;
  }
}
@media only screen and (max-width: 629px) {
  .grid .cell {
    padding-top: 28px;
  }
}
.grid .cell .link {
  left: 70px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  text-indent: -10000px;
  text-decoration: underline;
}
@media only screen and (min-width: 951px) and (max-width: 1400px) {
  .grid .cell .link {
    left: 56px;
  }
}
@media only screen and (min-width: 630px) and (max-width: 950px) {
  .grid .cell .link {
    left: 38px;
  }
}
@media only screen and (max-width: 629px) {
  .grid .cell .link {
    left: 28px;
  }
}
.grid .cell .text {
  padding-top: 20px;
  text-align: left;
}
.grid .cell .text .small_headline {
  font-family: 'FuturaBT-Light', Arial, sans-serif;
  text-transform: uppercase;
  text-transform: none;
  font-size: 14px;
  letter-spacing: 0.12px;
}
@media only screen and (max-width: 950px) {
  .grid .cell .text .small_headline {
    font-size: 13px;
  }
}
.grid .cell .text .large_headline {
  font-family: 'FuturaBTWXX-CondensedMedium', Arial, sans-serif;
  text-transform: uppercase;
  font-size: 19px;
  letter-spacing: 1.8px;
  margin-bottom: 3px;
}
@media only screen and (min-width: 630px) and (max-width: 950px) {
  .grid .cell .text .large_headline {
    font-size: 17px;
  }
}
@media only screen and (max-width: 629px) {
  .grid .cell .text .large_headline {
    font-size: 15px;
  }
}
.grid .cell .text .medium_headline_bold {
  font-family: 'FuturaBTWXX-Heavy', Arial, sans-serif;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 1.2px;
  line-height: 16px;
}
.grid .cell .text .medium_headline {
  font-family: 'FuturaBT-Book', Arial, sans-serif;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 1.5px;
  line-height: 16px;
}
@media only screen and (max-width: 629px) {
  .grid .cell .text .medium_headline {
    font-size: 10px;
    line-height: 15px;
  }
}
.grid .cell .text .serif {
  font-family: 'BaskervilleBT-Italic', 'Times New Roman', Times, serif;
  font-size: 16px;
  letter-spacing: 0;
  -webkit-font-smoothing: auto;
  line-height: 18px;
}
@media only screen and (max-width: 629px) {
  .grid .cell .text .serif {
    font-size: 17px;
  }
}
.grid A:hover .text {
  text-decoration: underline;
}
/* --------------------------------------------------------------- */
/*  Header Cart : Desktop */
.header_cart {
  top: 40px;
  right: 40px;
  background-color: white;
  border: 1px solid #000;
  position: absolute;
  z-index: 9001;
  width: 500px;
  pointer-events: none;
  opacity: 0;
  transform: translateX(100%);
  transition: transform 800ms ease, opacity 600ms ease;
}
.header_cart.--open {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}
.header_cart .loading {
  margin: 40px;
}
.header_cart .loading .spinner {
  margin-top: 1px;
}
.header_cart .x {
  top: 40px;
  right: 40px;
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  z-index: 9002;
  cursor: pointer;
  pointer-events: auto;
}
.header_cart .x IMG {
  display: block;
  width: 100%;
  height: auto;
}
.header_cart .wc_coupon_message_wrap {
  display: none !important;
}
.header_cart .woocommerce {
  padding-top: 40px;
}
.header_cart .woocommerce .page_header {
  text-align: left;
  margin-bottom: 30px;
}
.header_cart .woocommerce H6 {
  font-family: 'FuturaBTWXX-CondensedLight', Arial, sans-serif;
  text-transform: uppercase;
  font-size: 28px;
  letter-spacing: 0.8px;
}
@media only screen and (min-width: 630px) and (max-width: 950px) {
  .header_cart .woocommerce H6 {
    font-size: 25px;
  }
}
@media only screen and (max-width: 629px) {
  .header_cart .woocommerce H6 {
    font-size: 23px;
    line-height: 27px;
  }
}
.header_cart .woocommerce #wc-stripe-payment-request-wrapper,
.header_cart .woocommerce .return-to-shop {
  display: none;
}
.header_cart .woocommerce .cart-empty {
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 40px;
  text-align: left;
}
.header_cart .woocommerce .woocommerce-cart-form {
  padding-left: 40px;
  padding-right: 40px;
  max-height: calc(100vh - 240px);
  overflow: auto;
}
.header_cart .woocommerce .woocommerce-cart-form .woocommerce-message {
  font-family: 'FuturaBT-Book', Arial, sans-serif;
  text-transform: uppercase;
  text-transform: none;
  font-size: 14px;
  letter-spacing: 0.12px;
  text-align: left;
  border: 0 !important;
  padding: 0 !important;
}
.header_cart .woocommerce .woocommerce-cart-form .woocommerce-message A {
  display: none;
}
.header_cart .woocommerce .woocommerce-cart-form .product-thumbnail IMG {
  width: 120px;
}
.header_cart .woocommerce .woocommerce-cart-form .product-quantity SELECT,
.header_cart .woocommerce .woocommerce-cart-form .shipping,
.header_cart .woocommerce .woocommerce-cart-form #shipping_method,
.header_cart .woocommerce .woocommerce-cart-form .order-total,
.header_cart .woocommerce .woocommerce-cart-form .wc-proceed-to-checkout {
  display: none;
}
.header_cart .woocommerce .woocommerce-cart-form .product-quantity {
  padding-bottom: 9px;
}
.header_cart .woocommerce .woocommerce-cart-form .cart-collaterals {
  padding-bottom: 20px;
}
.header_cart .woocommerce .woocommerce-cart-actions-mini {
  display: block;
  border-top: 1px solid #000;
  padding: 40px;
}
/* --------------------------------------------------------------- */
/*  Header Cart : Desktop */
.header_search {
  top: 40px;
  right: 40px;
  padding: 40px;
  background-color: white;
  border: 1px solid #000;
  position: absolute;
  z-index: 9001;
  width: 50vw;
  max-width: 600px;
  display: none;
}
@media only screen and (min-width: 951px) and (max-width: 1400px) {
  .header_search {
    top: 32px;
  }
}
@media only screen and (min-width: 630px) and (max-width: 950px) {
  .header_search {
    top: 22px;
  }
}
@media only screen and (max-width: 629px) {
  .header_search {
    top: 16px;
  }
}
@media only screen and (min-width: 951px) and (max-width: 1400px) {
  .header_search {
    right: 32px;
  }
}
@media only screen and (min-width: 630px) and (max-width: 950px) {
  .header_search {
    right: 22px;
  }
}
@media only screen and (max-width: 629px) {
  .header_search {
    right: 16px;
  }
}
@media only screen and (min-width: 951px) and (max-width: 1400px) {
  .header_search {
    padding: 32px;
  }
}
@media only screen and (min-width: 630px) and (max-width: 950px) {
  .header_search {
    padding: 22px;
  }
}
@media only screen and (max-width: 629px) {
  .header_search {
    padding: 16px;
  }
}
.header_search FORM {
  position: relative;
  margin-bottom: -6px;
}
.header_search FORM INPUT[type="text"] {
  font-family: 'BaskervilleBT-Italic', 'Times New Roman', Times, serif;
  font-size: 30px;
  letter-spacing: 0;
  padding: 0;
  border: 0;
  width: 100%;
  padding-right: 70px;
}
.header_search FORM INPUT[type="submit"] {
  display: none;
}
.header_search FORM .x,
.header_search FORM .go {
  position: absolute;
  z-index: 9002;
  cursor: pointer;
  top: 7px;
  width: 20px;
  height: 20px;
  display: block;
}
.header_search FORM .x IMG,
.header_search FORM .go IMG {
  display: block;
  width: 100%;
  height: auto;
}
.header_search FORM .go {
  right: 29px;
}
.header_search FORM .x {
  right: 0;
}
/* --------------------------------------------------------------- */
/*  Account states based on beign logged in */
BODY.logged-in HEADER.header_top .account.loggedin {
  display: inline-block !important;
}
BODY.logged-in HEADER.header_top .account.loggedout {
  display: none !important;
}
/* --------------------------------------------------------------- */
/*  Header : Wrapper */
#page_header {
  margin-left: -70px;
  margin-right: -70px;
  padding-left: 70px;
  padding-right: 70px;
  transition: background-color 0.3s ease-out;
}
@media only screen and (min-width: 951px) and (max-width: 1400px) {
  #page_header {
    margin-left: -56px;
  }
}
@media only screen and (min-width: 630px) and (max-width: 950px) {
  #page_header {
    margin-left: -38px;
  }
}
@media only screen and (max-width: 629px) {
  #page_header {
    margin-left: -28px;
  }
}
@media only screen and (min-width: 951px) and (max-width: 1400px) {
  #page_header {
    margin-right: -56px;
  }
}
@media only screen and (min-width: 630px) and (max-width: 950px) {
  #page_header {
    margin-right: -38px;
  }
}
@media only screen and (max-width: 629px) {
  #page_header {
    margin-right: -28px;
  }
}
@media only screen and (min-width: 951px) and (max-width: 1400px) {
  #page_header {
    padding-left: 56px;
  }
}
@media only screen and (min-width: 630px) and (max-width: 950px) {
  #page_header {
    padding-left: 38px;
  }
}
@media only screen and (max-width: 629px) {
  #page_header {
    padding-left: 28px;
  }
}
@media only screen and (min-width: 951px) and (max-width: 1400px) {
  #page_header {
    padding-right: 56px;
  }
}
@media only screen and (min-width: 630px) and (max-width: 950px) {
  #page_header {
    padding-right: 38px;
  }
}
@media only screen and (max-width: 629px) {
  #page_header {
    padding-right: 28px;
  }
}
#page_header.background {
  background-color: rgba(255, 255, 255, 0.72);
}
/* --------------------------------------------------------------- */
/*  Header : Desktop */
HEADER.header_top {
  text-align: center;
  position: relative;
  padding-top: 40px;
  min-height: 110px;
  z-index: 2;
  /* Corner Call-To Action link */
  /* Shared dropdown style (Sales Manager & Account) */
  /* Sales Manager Dropdown (Trade Only) */
  /* Utility Nav (Search & Cart) */
  /* Account Dropdown */
}
HEADER.header_top H1 A {
  display: inline-block;
}
HEADER.header_top H1 IMG {
  display: inline-block;
  width: 340px;
  height: auto;
}
@media only screen and (min-width: 1401px) {
  HEADER.header_top H1 IMG {
    width: 400px;
  }
}
HEADER.header_top H1 IMG.white {
  display: none;
}
HEADER.header_top .cornercta_temp {
  font-family: 'BaskervilleBT-Italic', 'Times New Roman', Times, serif;
  letter-spacing: 0;
  -webkit-font-smoothing: auto;
  line-height: 18px;
  font-size: 16px;
  position: absolute;
  top: 45px;
  left: 0;
  width: 240px;
  text-align: left;
}
@media only screen and (max-width: 629px) {
  HEADER.header_top .cornercta_temp {
    font-size: 17px;
  }
}
HEADER.header_top .cornercta_temp .hover {
  display: none;
}
HEADER.header_top .cornercta_temp:hover .default {
  display: none;
}
HEADER.header_top .cornercta_temp:hover .hover {
  display: block;
}
HEADER.header_top .cornercta {
  font-family: 'BaskervilleBT-Italic', 'Times New Roman', Times, serif;
  letter-spacing: 0;
  -webkit-font-smoothing: auto;
  line-height: 18px;
  font-size: 16px;
  position: absolute;
  top: 45px;
  left: 0;
}
@media only screen and (max-width: 629px) {
  HEADER.header_top .cornercta {
    font-size: 17px;
  }
}
HEADER.header_top .cornercta.back:after {
  display: block;
  content: ' ';
  width: 12px;
  height: 12px;
  position: absolute;
  top: 0px;
  left: -16px;
  background: url('https://www.thefutureperfect.com/wp-content/themes/The-Future-Perfect/assets/img/icons/arrow_nav_back.svg') no-repeat 0 0;
}
HEADER.header_top .dropdown {
  position: relative;
}
HEADER.header_top .dropdown SPAN {
  font-family: 'FuturaBT-Book', Arial, sans-serif;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 1.5px;
  line-height: 16px;
}
@media only screen and (max-width: 629px) {
  HEADER.header_top .dropdown SPAN {
    font-size: 10px;
    line-height: 15px;
  }
}
HEADER.header_top .dropdown .sub {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.5s linear;
  top: 14px;
  position: absolute;
  padding: 6px 25px 14px 25px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-top: 14px solid white;
  background-color: rgba(255, 255, 255, 0.72);
  z-index: 1;
}
HEADER.header_top .dropdown .sub P {
  margin-top: 6px;
}
HEADER.header_top .dropdown.open .sub {
  visibility: visible;
  opacity: 1;
}
HEADER.header_top .account_manager {
  position: absolute;
  top: 45px;
  left: 0;
}
HEADER.header_top .account_manager:after {
  display: block;
  content: ' ';
  width: 6px;
  height: 4px;
  position: absolute;
  top: 5px;
  left: -9px;
  background: url('https://www.thefutureperfect.com/wp-content/themes/The-Future-Perfect/assets/img/icons/arrow_nav_down_white.svg') no-repeat 0 0;
}
HEADER.header_top .account_manager .sub {
  width: 300px;
  text-align: left;
  left: -24px;
}
HEADER.header_top .account_manager .sub .name {
  font-family: 'FuturaBT-Book', Arial, sans-serif;
  text-transform: uppercase;
  text-transform: none;
  font-size: 14px;
  letter-spacing: 0.12px;
}
HEADER.header_top .account_manager .sub .title {
  font-family: 'FuturaBT-Light', Arial, sans-serif;
  text-transform: uppercase;
  text-transform: none;
  font-size: 14px;
  letter-spacing: 0.12px;
}
@media only screen and (max-width: 950px) {
  HEADER.header_top .account_manager .sub .title {
    font-size: 13px;
  }
}
HEADER.header_top .account_manager .sub .email_address,
HEADER.header_top .account_manager .sub .phone_number {
  font-family: 'FuturaBT-Book', Arial, sans-serif;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 1.5px;
  line-height: 16px;
}
@media only screen and (max-width: 629px) {
  HEADER.header_top .account_manager .sub .email_address,
  HEADER.header_top .account_manager .sub .phone_number {
    font-size: 10px;
    line-height: 15px;
  }
}
HEADER.header_top .account_manager .sub .email_address A,
HEADER.header_top .account_manager .sub .phone_number A {
  text-decoration: underline;
}
HEADER.header_top .account_manager .sub .email_address A:hover,
HEADER.header_top .account_manager .sub .phone_number A:hover {
  text-decoration: underline;
}
HEADER.header_top .utility {
  font-family: 'FuturaBT-Book', Arial, sans-serif;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 1.5px;
  line-height: 16px;
  position: absolute;
  top: 43px;
  right: 0;
  z-index: 1;
}
@media only screen and (max-width: 629px) {
  HEADER.header_top .utility {
    font-size: 10px;
    line-height: 15px;
  }
}
HEADER.header_top .utility > A {
  display: inline-block;
}
HEADER.header_top .utility > A.icon {
  width: 20px;
  height: auto;
}
HEADER.header_top .utility .cart {
  position: relative;
}
HEADER.header_top .utility .cart SPAN {
  font-family: Arial, sans-serif;
  font-size: 8px;
  position: absolute;
  top: -8px;
  left: 3px;
  right: 0;
  text-align: center;
  letter-spacing: 0;
}
HEADER.header_top .account {
  position: relative;
  top: -6px;
  margin-left: 10px;
}
HEADER.header_top .account .sub {
  font-family: 'FuturaBT-Book', Arial, sans-serif;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 1.5px;
  line-height: 16px;
  right: -23px;
  width: 190px;
  text-align: right;
}
@media only screen and (max-width: 629px) {
  HEADER.header_top .account .sub {
    font-size: 10px;
    line-height: 15px;
  }
}
HEADER.header_top .account .sub A:hover {
  text-decoration: underline;
}
HEADER.header_top .account.loggedin {
  display: none;
}
HEADER.header_top .account.loggedin:after {
  display: block;
  content: ' ';
  width: 6px;
  height: 4px;
  position: absolute;
  top: 5px;
  right: -9px;
  background: url('https://www.thefutureperfect.com/wp-content/themes/The-Future-Perfect/assets/img/icons/arrow_nav_down.svg') no-repeat 0 0;
}
HEADER.header_top .touch {
  display: none;
}
/* --------------------------------------------------------------- */
/*  Header : Navigation Bar (Top and Sub) */
HEADER.header_top,
HEADER.header_sub {
  text-align: center;
}
HEADER.header_top NAV,
HEADER.header_sub NAV {
  font-family: 'FuturaBT-Book', Arial, sans-serif;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 1.5px;
  line-height: 16px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  color: #737373;
}
@media only screen and (max-width: 629px) {
  HEADER.header_top NAV,
  HEADER.header_sub NAV {
    font-size: 10px;
    line-height: 15px;
  }
}
HEADER.header_top NAV > A,
HEADER.header_sub NAV > A,
HEADER.header_top NAV > .sub > A,
HEADER.header_sub NAV > .sub > A {
  display: inline-block;
  margin: 0 6px;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media only screen and (min-width: 1401px) {
  HEADER.header_top NAV > A,
  HEADER.header_sub NAV > A,
  HEADER.header_top NAV > .sub > A,
  HEADER.header_sub NAV > .sub > A {
    margin: 0 15px;
  }
}
HEADER.header_top NAV A.current,
HEADER.header_sub NAV A.current,
HEADER.header_top NAV A:hover,
HEADER.header_sub NAV A:hover {
  color: #000;
}
/* --------------------------------------------------------------- */
/*  Header : Top */
HEADER.header_top NAV {
  margin-top: 10px;
}
/* --------------------------------------------------------------- */
/*  Header : Sub-Navigation Dropdown */
HEADER.header_sub .sub {
  display: inline;
  position: relative;
}
HEADER.header_sub .sub > A {
  z-index: 2;
}
HEADER.header_sub .sub .drop {
  display: none;
  position: absolute;
  top: 34px;
  left: -7px;
  z-index: 10;
  background-color: rgba(255, 255, 255, 0.72);
  text-align: left;
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  overflow: hidden;
  width: 170px;
}
HEADER.header_sub .sub .drop.with_promo {
  width: 372px;
}
HEADER.header_sub .sub .drop .links {
  padding: 23px;
  width: 170px;
  float: left;
  color: #000;
}
HEADER.header_sub .sub .drop .links A {
  display: block;
  margin-bottom: 8px;
}
HEADER.header_sub .sub .drop .links A:hover {
  text-decoration: underline;
}
HEADER.header_sub .sub .drop .promo {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  padding: 23px 23px 23px 33px;
  width: 200px;
  float: right;
}
HEADER.header_sub .sub .drop .promo P {
  font-family: 'FuturaBTWXX-Heavy', Arial, sans-serif;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 1.2px;
  line-height: 16px;
  color: #000;
  text-align: center;
  padding-top: 10px;
}
HEADER.header_sub .sub .drop .promo .caption {
  display: none;
}
HEADER.header_sub .sub.open:before {
  display: block;
}
HEADER.header_sub .sub.open > A {
  color: #000;
}
HEADER.header_sub .sub.open .drop {
  display: block;
}
/* --------------------------------------------------------------- */
/*  Header : Touch */
HEADER.header_drawer {
  display: none;
}
/* --------------------------------------------------------------- */
/*  Browser Warning Notice */
.header_browser_notice {
  font-family: 'FuturaBT-Book', Arial, sans-serif;
  text-transform: uppercase;
  text-transform: none;
  font-size: 16px;
  letter-spacing: 0.12px;
  line-height: 20px;
  padding: 40px;
  text-align: center;
  color: white;
  background-color: #000;
  margin-right: -90px;
  margin-left: -90px;
}
.header_browser_notice A {
  text-decoration: underline;
}
/* --------------------------------------------------------------- */
/*  */
.image_wrapper {
  display: block;
  height: 0;
  overflow: hidden;
  width: 100%;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: relative;
  padding-bottom: 100%;
  background-color: rgba(238, 238, 238, 0.5);
}
.image_wrapper > DIV {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.image_wrapper > IMG {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: "object-fit: cover";
}
.image_wrapper.product,
.image_wrapper.rectangle_horizontal,
.image_wrapper.rectangle {
  padding-bottom: 70.74829932%;
}
.image_wrapper.rectangle_vertical {
  padding-bottom: 141.34615385%;
}
.image_wrapper.logo {
  padding-bottom: 50%;
  background-color: transparent;
}
.image_wrapper.content_block {
  padding-bottom: 55.59471366%;
}
.image_wrapper.press {
  background-size: contain;
}
.image_wrapper .caption {
  position: absolute;
  bottom: 10px;
  right: 10px;
  font-size: 10px;
  z-index: 2;
  pointer-events: none;
}
/* --------------------------------------------------------------- */
/*  Lazy Loading Images (Fade them in) */
.lazy,
.b-loaded {
  transition: all 500ms ease-in-out;
  max-width: 100%;
}
.lazy {
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
}
.b-loaded {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(100);
  filter: alpha(100);
}
#page_loader {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99999;
  background-color: #ffffff;
  cursor: progress;
}
#page_loader .logo {
  width: 50px;
  height: 50px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
  z-index: 100;
  background-image: url('https://www.thefutureperfect.com/wp-content/themes/The-Future-Perfect/assets/img/logo_emblem.svg');
  background-size: 50px auto;
  background-repeat: no-repeat;
  animation: _loading_animation_rotate 1850ms linear infinite;
}
BODY.is-trade #page_loader .logo {
  background-image: url('https://www.thefutureperfect.com/wp-content/themes/The-Future-Perfect/assets/img/logo_emblem_white.svg');
}
@keyframes _loading_animation_rotate {
  0% {
    transform: rotateZ(-360deg);
  }
  100% {
    transform: rotateZ(0deg);
  }
}
@media (prefers-reduced-motion: reduce) {
  #page_loader {
    display: none;
  }
}
/* --------------------------------------------------------------- */
/*  Modal : Form Error Customization */
#modal .modal_content .window.error {
  background-color: orange;
}
#modal .modal_content .window.error H3 {
  font-family: 'FuturaBTWXX-CondensedBold', Arial, sans-serif;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 1.61px;
  margin-bottom: 10px;
}
#modal .modal_content .window.error UL {
  margin-bottom: 10px;
}
/* --------------------------------------------------------------- */
/*  Modal : Login Form Customization */
#modal .modal_content .window.login .woocommerce #customer_login .col-1,
#modal .modal_content .window.login .woocommerce-page #customer_login .col-1 {
  padding-bottom: 40px;
}
#modal .modal_content .window.login .register .continue {
  display: block;
}
#modal .modal_content .window.login .register P.fancy,
#modal .modal_content .window.login .register .form-row {
  display: none;
}
/* --------------------------------------------------------------- */
/*  Modal : Login Form Customization */
#modal .modal_content .window.notice {
  max-width: 460px;
  text-align: center;
}
#modal .modal_content .window.notice .x {
  display: none;
}
#modal .modal_content .window.notice H3 {
  font-family: 'FuturaBTWXX-CondensedLight', Arial, sans-serif;
  text-transform: uppercase;
  font-size: 28px;
  letter-spacing: 0.8px;
  margin-bottom: 10px;
}
@media only screen and (min-width: 630px) and (max-width: 950px) {
  #modal .modal_content .window.notice H3 {
    font-size: 25px;
  }
}
@media only screen and (max-width: 629px) {
  #modal .modal_content .window.notice H3 {
    font-size: 23px;
    line-height: 27px;
  }
}
#modal .modal_content .window.notice UL,
#modal .modal_content .window.notice P {
  font-family: 'FuturaBT-Light', Arial, sans-serif;
  text-transform: uppercase;
  text-transform: none;
  font-size: 14px;
  letter-spacing: 0.12px;
  line-height: 26px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 950px) {
  #modal .modal_content .window.notice UL,
  #modal .modal_content .window.notice P {
    font-size: 13px;
    line-height: 16px;
  }
}
#modal .modal_content .window.notice UL STRONG,
#modal .modal_content .window.notice P STRONG {
  font-weight: normal;
}
#modal .modal_content .window.notice UL A,
#modal .modal_content .window.notice P A {
  text-decoration: underline;
}
/* --------------------------------------------------------------- */
/*  Modal */
HTML.modal_open,
HTML.modal_open BODY {
  overflow: hidden;
}
#modal .modal_overlay {
  background-color: rgba(255, 255, 255, 0.8);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9000;
  display: none;
}
#modal .modal_overlay .spinner {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -15px;
  margin-top: -15px;
}
#modal .modal_overlay.loading .spinner {
  display: block;
}
#modal .modal_content {
  padding: 40px;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9001;
  overflow: hidden;
  display: none;
  overflow-y: auto;
}
@media only screen and (min-width: 951px) and (max-width: 1400px) {
  #modal .modal_content {
    padding: 32px;
  }
}
@media only screen and (min-width: 630px) and (max-width: 950px) {
  #modal .modal_content {
    padding: 22px;
  }
}
@media only screen and (max-width: 629px) {
  #modal .modal_content {
    padding: 16px;
  }
}
#modal .modal_content .x {
  top: 30px;
  right: 30px;
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  z-index: 9002;
  cursor: pointer;
  font-size: 20px;
  color: #000;
  pointer-events: auto;
}
#modal .modal_content .x IMG {
  display: block;
  width: 100%;
  height: auto;
}
#modal .modal_content .window {
  background-color: white;
  border: 1px solid #000;
  padding: 40px;
  max-width: 540px;
  margin: 0 auto;
  position: relative;
  pointer-events: auto;
  /* Sizes */
}
#modal .modal_content .window.large {
  max-width: 1340px;
}
#modal .modal_content .window.gallery {
  max-width: 1340px;
}
#modal .modal_content .window.video {
  max-width: 900px;
}
#modal .modal_content .window.small {
  max-width: 460px;
}
/* --------------------------------------------------------------- */
/*  Notice Bar */
.notice-interupt {
  position: fixed;
  width: 100vw;
  min-height: 100vh;
  overflow-x: auto;
  left: 0;
  right: 0;
  padding: 40px;
  z-index: 20;
  display: none;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  pointer-events: none;
}
.notice-interupt .window {
  background-color: white;
  border: 1px solid #000;
  width: 100%;
  max-width: 450px;
  padding: 40px;
  position: relative;
  overflow: hidden;
  pointer-events: auto;
  white-space: nowrap;
}
.notice-interupt .window.image {
  padding: 0;
  max-width: 600px;
}
.notice-interupt .window .x {
  top: 20px;
  right: 20px;
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  z-index: 9002;
  cursor: pointer;
  font-size: 20px;
  color: #000;
  pointer-events: auto;
}
.notice-interupt .window .x:before {
  content: '';
  display: block;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background-color: white;
  position: absolute;
  z-index: -1;
  top: -9px;
  left: -9px;
}
.notice-interupt .window .x IMG {
  display: block;
  width: 100%;
  height: auto;
  opacity: 0.4;
}
.notice-interupt .window .x:hover IMG {
  opacity: 1;
}
.notice-interupt .window .top H3 {
  font-family: 'FuturaBTWXX-CondensedLight', Arial, sans-serif;
  text-transform: uppercase;
  font-size: 28px;
  letter-spacing: 0.8px;
  margin-bottom: 5px;
  line-height: 32px;
}
@media only screen and (min-width: 630px) and (max-width: 950px) {
  .notice-interupt .window .top H3 {
    font-size: 25px;
  }
}
@media only screen and (max-width: 629px) {
  .notice-interupt .window .top H3 {
    font-size: 23px;
    line-height: 27px;
  }
}
.notice-interupt .window .top P {
  display: block;
  white-space: normal;
  margin-bottom: 25px;
}
.notice-interupt .window .headline {
  font-family: 'FuturaBTWXX-CondensedLight', Arial, sans-serif;
  text-transform: uppercase;
  font-size: 28px;
  letter-spacing: 0.8px;
  line-height: 32px;
}
@media only screen and (min-width: 630px) and (max-width: 950px) {
  .notice-interupt .window .headline {
    font-size: 25px;
  }
}
@media only screen and (max-width: 629px) {
  .notice-interupt .window .headline {
    font-size: 23px;
    line-height: 27px;
  }
}
.notice-interupt .window .message {
  font-family: 'FuturaBT-Light', Arial, sans-serif;
  text-transform: uppercase;
  text-transform: none;
  font-size: 14px;
  letter-spacing: 0.12px;
  white-space: normal;
  margin-bottom: 25px;
}
@media only screen and (max-width: 950px) {
  .notice-interupt .window .message {
    font-size: 13px;
  }
}
.notice-interupt .window FORM INPUT[type="text"] {
  width: 100%;
  float: none;
  display: block;
  margin-bottom: 10px;
}
.notice-interupt .window FORM INPUT[type="submit"] {
  width: 100%;
  float: none;
  display: block;
  right: 0;
}
.notice-interupt .window .bottom P {
  display: none;
}
.notice-interupt .window .subscribe-wrapper .confirmation {
  display: none;
}
.notice-interupt .window .subscribe-wrapper .confirmation .button {
  display: block;
  width: 100%;
}
.notice-interupt .window .subscribe-wrapper.success .confirmation {
  display: block;
}
.notice-interupt .window .subscribe-wrapper.success .module_subscribe {
  display: none;
}
@media only screen and (max-width: 629px) {
  .notice-interupt {
    padding: 20px;
  }
}
/* --------------------------------------------------------------- */
/*  Notice Bar */
.notice-tophat {
  font-family: 'FuturaBT-Book', Arial, sans-serif;
  text-transform: uppercase;
  text-transform: none;
  font-size: 14px;
  letter-spacing: 0.12px;
  margin-left: -70px;
  margin-right: -70px;
  background-color: #000;
  color: #EEEEEE;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  position: relative;
  border-left: 0;
  border-right: 0;
  padding: 0 !important;
}
@media only screen and (min-width: 951px) and (max-width: 1400px) {
  .notice-tophat {
    margin-left: -56px;
  }
}
@media only screen and (min-width: 630px) and (max-width: 950px) {
  .notice-tophat {
    margin-left: -38px;
  }
}
@media only screen and (max-width: 629px) {
  .notice-tophat {
    margin-left: -28px;
  }
}
@media only screen and (min-width: 951px) and (max-width: 1400px) {
  .notice-tophat {
    margin-right: -56px;
  }
}
@media only screen and (min-width: 630px) and (max-width: 950px) {
  .notice-tophat {
    margin-right: -38px;
  }
}
@media only screen and (max-width: 629px) {
  .notice-tophat {
    margin-right: -28px;
  }
}
.notice-tophat .link {
  padding: 20px;
  transition: all 100ms linear;
  display: block;
  text-align: center;
}
@media only screen and (min-width: 951px) and (max-width: 1400px) {
  .notice-tophat .link {
    padding: 16px;
  }
}
@media only screen and (min-width: 630px) and (max-width: 950px) {
  .notice-tophat .link {
    padding: 11px;
  }
}
@media only screen and (max-width: 629px) {
  .notice-tophat .link {
    padding: 8px;
  }
}
.notice-tophat .link:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.notice-tophat .close {
  -moz-opacity: 0.4;
  -khtml-opacity: 0.4;
  -webkit-opacity: 0.4;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=40);
  filter: alpha(opacity=40);
  transition: all 100ms linear;
  display: block;
  position: absolute;
  z-index: 2;
  padding: 10px;
  top: 15px;
  right: 18px;
  width: 18px;
  height: 21px;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-image: url('https://www.thefutureperfect.com/wp-content/themes/The-Future-Perfect/assets/img/icons/nav_close_white.svg');
}
.notice-tophat .close:hover {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
/* --------------------------------------------------------------- */
/*  Use CSS to disable hiding window nav on idle */
/* --------------------------------------------------------------- */
/* Custom thumbnail navigation  */
.has_thumbs .pswp__scroll-wrap {
  position: absolute;
  bottom: 90px !important;
  height: auto !important;
}
.has_thumbs .pswp__thumbnails {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 90px;
  border-top: 1px solid #CCCCCC;
  text-align: center;
  padding-top: 16px;
  z-index: 1800;
}
.has_thumbs .pswp__thumbnails .thumb {
  border: 1px solid white;
  width: 60px;
  height: 60px;
  display: inline-block;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  cursor: pointer;
}
.has_thumbs .pswp__thumbnails .thumb:hover {
  border-color: #737373;
}
.has_thumbs .pswp__thumbnails .thumb.active {
  border-color: #000;
}
/* --------------------------------------------------------------- */
/*  Global Owl Carousel Styles */
.owl-carousel,
.owl-stage-outer {
  height: 100%;
  width: 100%;
}
.owl-carousel .owl-stage {
  height: 100%;
}
.owl-carousel .owl-item {
  height: 100%;
  width: 100%;
}
.owl-carousel .owl-item .slide,
.owl-carousel .owl-item IMG,
.owl-carousel .owl-item > * {
  height: 100%;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}
.owl-carousel .owl-item .contain {
  background-size: contain;
}
.owl-carousel .owl-item .slide,
.owl-carousel .owl-item > * {
  background-position: center center;
}
.owl-carousel .owl-item .slide.align_top,
.owl-carousel .owl-item > *.align_top {
  background-position: center top !important;
}
.owl-carousel .owl-item .slide.align_middle,
.owl-carousel .owl-item > *.align_middle {
  background-position: center center !important;
}
.owl-carousel .owl-item .slide.align_bottom,
.owl-carousel .owl-item > *.align_bottom {
  background-position: center bottom !important;
}
.owl-carousel .owl-item .slide .link,
.owl-carousel .owl-item > * .link {
  position: absolute;
  top: 0;
  left: 170px;
  bottom: 0;
  right: 170px;
  text-indent: -10000px;
}
.owl-carousel .owl-item.contain > * {
  background-size: contain;
}
.owl-carousel .owl-nav BUTTON.owl-prev,
.owl-carousel .owl-nav BUTTON.owl-next {
  position: absolute;
  z-index: 3;
  width: 50px;
  height: 50px;
  pointer-events: auto;
  top: 50%;
  margin-top: -25px;
}
.owl-carousel .owl-nav BUTTON.owl-prev:before,
.owl-carousel .owl-nav BUTTON.owl-next:before,
.owl-carousel .owl-nav BUTTON.owl-prev:after,
.owl-carousel .owl-nav BUTTON.owl-next:after {
  content: ' ';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.owl-carousel .owl-nav BUTTON.owl-prev:before,
.owl-carousel .owl-nav BUTTON.owl-next:before {
  border-radius: 50%;
  transition: all 100ms linear;
  z-index: 2;
  background-color: rgba(255, 255, 255, 0.5);
}
.owl-carousel .owl-nav BUTTON.owl-prev:after,
.owl-carousel .owl-nav BUTTON.owl-next:after {
  z-index: 3;
  background-repeat: no-repeat;
}
.owl-carousel .owl-nav BUTTON.owl-prev:hover:before,
.owl-carousel .owl-nav BUTTON.owl-next:hover:before {
  background-color: #ffffff;
}
.owl-carousel .owl-nav BUTTON.owl-prev.owl-prev,
.owl-carousel .owl-nav BUTTON.owl-next.owl-prev {
  left: 20px;
}
.owl-carousel .owl-nav BUTTON.owl-prev.owl-prev:after,
.owl-carousel .owl-nav BUTTON.owl-next.owl-prev:after {
  background-position: 12px 13px;
  background-image: url('https://www.thefutureperfect.com/wp-content/themes/The-Future-Perfect/assets/img/icons/arrow_left.svg');
}
.owl-carousel .owl-nav BUTTON.owl-prev.owl-next,
.owl-carousel .owl-nav BUTTON.owl-next.owl-next {
  right: 20px;
}
.owl-carousel .owl-nav BUTTON.owl-prev.owl-next:after,
.owl-carousel .owl-nav BUTTON.owl-next.owl-next:after {
  background-position: 13px 13px;
  background-image: url('https://www.thefutureperfect.com/wp-content/themes/The-Future-Perfect/assets/img/icons/arrow_right.svg');
}
.owl-carousel .owl-dots {
  position: absolute;
  z-index: 2;
  bottom: 13px;
  left: 50px;
  right: 50px;
  text-align: center;
  pointer-events: none;
}
.owl-carousel .owl-dots BUTTON.owl-dot {
  padding: 9px 5px !important;
  display: inline-block;
  pointer-events: auto;
}
.owl-carousel .owl-dots BUTTON.owl-dot SPAN {
  border-radius: 50%;
  cursor: pointer;
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: white;
  border: 1px solid #000;
}
.owl-carousel .owl-dots BUTTON.owl-dot.active SPAN,
.owl-carousel .owl-dots BUTTON.owl-dot:hover SPAN {
  background-color: #000;
}
@media only screen and (min-width: 951px) {
  .owl-carousel.nav-below {
    margin-bottom: 30px;
  }
  .owl-carousel.nav-below .owl-nav .owl-prev,
  .owl-carousel.nav-below .owl-nav .owl-next {
    top: auto;
    margin-top: 0;
    bottom: -50px;
  }
  .owl-carousel.nav-below .owl-dots {
    bottom: -40px;
  }
}
.owl-carousel .owl-expand {
  -moz-opacity: 0.4;
  -khtml-opacity: 0.4;
  -webkit-opacity: 0.4;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=40);
  filter: alpha(opacity=40);
  transition: all 100ms linear;
  position: absolute;
  z-index: 10;
  bottom: 10px;
  right: 13px;
  width: 42px;
  height: 42px;
  background-size: 22px auto;
  background-position: 10px 10px;
  background-repeat: no-repeat;
  background-image: url('https://www.thefutureperfect.com/wp-content/themes/The-Future-Perfect/assets/img/icons/arrow_expand.svg');
}
.owl-carousel .owl-expand:hover {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  background-color: rgba(255, 255, 255, 0.3);
}
.owl-carousel .owl-zoom {
  -moz-opacity: 0.4;
  -khtml-opacity: 0.4;
  -webkit-opacity: 0.4;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=40);
  filter: alpha(opacity=40);
  transition: all 100ms linear;
  position: absolute;
  z-index: 10;
  bottom: 9px;
  right: 13px;
  width: 42px;
  height: 42px;
  background-size: 24px auto;
  background-position: 10px 10px;
  background-repeat: no-repeat;
  background-image: url('https://www.thefutureperfect.com/wp-content/themes/The-Future-Perfect/assets/img/icons/nav_search.svg');
}
.owl-carousel .owl-zoom:hover {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  background-color: rgba(255, 255, 255, 0.3);
}
.owl-carousel.owl-loaded + .image_wrapper {
  display: none;
}
.spinner {
  border-radius: 100%;
  animation: rotate 900ms linear infinite;
  width: 30px;
  height: 30px;
  border-top: 2px solid #000;
  border-bottom: 2px solid #CCCCCC;
  border-left: 2px solid #000;
  border-right: 2px solid #CCCCCC;
}
.spinner.small {
  border-width: 1px;
  height: 17px;
  width: 17px;
}
@keyframes rotate {
  0% {
    transform: rotateZ(-360deg);
  }
  100% {
    transform: rotateZ(0deg);
  }
}
/* --------------------------------------------------------------- */
/*   */
.has_tooltip {
  position: relative;
}
.has_tooltip > SPAN {
  display: none;
  top: -10px;
  left: 50%;
  position: absolute;
  background: #ffffff;
  border: 1px solid #CCCCCC;
  width: 300px;
  margin-left: -150px;
  padding: 12px 10px 10px 10px;
  z-index: 10;
  font-family: 'FuturaBT-Book', Arial, sans-serif;
  text-transform: uppercase;
  color: #000;
  text-align: center;
  text-transform: none;
  font-size: 11px;
  line-height: 14px;
}
.has_tooltip > SPAN > SPAN {
  display: block;
}
.has_tooltip > SPAN .title {
  font-family: 'FuturaBTWXX-Heavy', Arial, sans-serif;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 1.2px;
  line-height: 16px;
}
.has_tooltip > SPAN:after,
.has_tooltip > SPAN:before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.has_tooltip > SPAN:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #ffffff;
  border-width: 11px;
  margin-left: -11px;
}
.has_tooltip > SPAN:before {
  border-color: rgba(255, 0, 255, 0);
  border-top-color: #CCCCCC;
  border-width: 12px;
  margin-left: -12px;
}
.has_tooltip.tip_small > SPAN {
  margin-left: -100px;
  width: 200px;
}
.has_tooltip.tip_right > SPAN {
  margin-left: 0;
  left: 20px;
}
.has_tooltip.tip_right > SPAN:after,
.has_tooltip.tip_right > SPAN:before {
  left: 20px;
}
.has_tooltip.tip_left > SPAN {
  margin-left: 0;
  left: auto;
  right: 20px;
}
.has_tooltip.tip_left > SPAN:after,
.has_tooltip.tip_left > SPAN:before {
  left: auto;
  right: 20px;
}
.has_tooltip:hover > SPAN {
  display: block;
}
@media only screen and (max-width: 950px) {
  .has_tooltip > SPAN {
    display: none !important;
  }
}
/* --------------------------------------------------------------- */
/*  Global */
HTML,
BODY {
  min-height: 100%;
  width: 100%;
  overflow-x: hidden;
}
BODY {
  color: #000;
  line-height: 1;
  background-color: white;
  position: relative;
  font-family: Arial;
  font-size: 12px;
}
BODY.disable_transition * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
}
A {
  transition: all 100ms linear;
  color: inherit;
  text-decoration: none;
}
/* --------------------------------------------------------------- */
/*  Dude, really? */
.browser_alert {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: orange;
  color: black;
  font-weight: bold;
  font-size: 13px;
  padding: 20px;
  text-align: center;
  z-index: 9999;
}
.browser_alert A {
  text-decoration: underline;
}
/* --------------------------------------------------------------- */
.block-small {
  margin-bottom: 9px;
}
.block {
  margin-bottom: 20px;
}
.block-large {
  margin-bottom: 40px;
}
.block-xlarge {
  margin-bottom: 60px;
}
/* --------------------------------------------------------------- */
.text-align-center {
  text-align: center;
}
/* --------------------------------------------------------------- */
.display-none {
  display: none;
}
@media only screen and (max-width: 629px) {
  .hide-for-mobile,
  .hide-mobile {
    display: none !important;
    visibility: hidden;
  }
}
@media only screen and (min-width: 630px) and (max-width: 950px) {
  .show-for-mobile,
  .show-mobile {
    display: none !important;
    visibility: hidden;
  }
}
@media only screen and (min-width: 951px) {
  .show-for-mobile,
  .show-mobile {
    display: none !important;
    visibility: hidden;
  }
}
@media only screen and (min-width: 951px) {
  .hide-for-desktop,
  .hide-desktop {
    display: none !important;
    visibility: hidden;
  }
}
@media only screen and (max-width: 950px) {
  .show-for-desktop,
  .show-desktop {
    display: none !important;
    visibility: hidden;
  }
}
.wysiwyg {
  font-family: 'FuturaBT-Light', Arial, sans-serif;
  text-transform: uppercase;
  text-transform: none;
  font-size: 14px;
  letter-spacing: 0.12px;
  line-height: 26px;
  max-width: 800px;
  margin-bottom: -6px;
}
@media only screen and (max-width: 950px) {
  .wysiwyg {
    font-size: 13px;
  }
}
.wysiwyg > * {
  margin-bottom: 15px;
}
.wysiwyg > *:last-child {
  margin-bottom: 0;
}
.wysiwyg H2 {
  font-family: 'FuturaBTWXX-CondensedMedium', Arial, sans-serif;
  text-transform: uppercase;
  font-size: 19px;
  letter-spacing: 1.8px;
}
@media only screen and (min-width: 630px) and (max-width: 950px) {
  .wysiwyg H2 {
    font-size: 17px;
  }
}
@media only screen and (max-width: 629px) {
  .wysiwyg H2 {
    font-size: 15px;
  }
}
.wysiwyg H3 {
  font-family: 'FuturaBTWXX-Heavy', Arial, sans-serif;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 1.2px;
  line-height: 16px;
  margin-bottom: 6px;
}
.wysiwyg A {
  text-decoration: underline;
}
.wysiwyg A:hover {
  color: #737373;
}
.wysiwyg A.button {
  text-decoration: none;
}
.wysiwyg A.button:hover {
  background-color: #737373;
  border-color: #737373;
  color: white;
}
.wysiwyg UL {
  max-width: 650px;
}
.wysiwyg UL LI {
  position: relative;
  padding-left: 25px;
}
.wysiwyg UL LI:before {
  content: ' ';
  height: 1px;
  background-color: #000;
  width: 14px;
  position: absolute;
  top: 12px;
  left: 0;
}
.wysiwyg OL {
  list-style-type: decimal;
  list-style-position: inside;
}
.wysiwyg STRONG {
  font-weight: bold;
}
.wysiwyg EM,
.wysiwyg I {
  font-style: italic;
}
.wysiwyg BLOCKQUOTE {
  font-family: 'BaskervilleBT-Italic', 'Times New Roman', Times, serif;
  font-size: 16px;
  letter-spacing: 0;
  -webkit-font-smoothing: auto;
  line-height: 18px;
  margin-top: 20px;
  border-top: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
  padding: 20px 0;
}
@media only screen and (max-width: 629px) {
  .wysiwyg BLOCKQUOTE {
    font-size: 17px;
  }
}
@media only screen and (min-width: 951px) {
  .wysiwyg BLOCKQUOTE {
    padding-right: 70px;
  }
}
@media only screen and (max-width: 629px) {
  .wysiwyg {
    font-size: 14px;
    line-height: 21px;
  }
}
.module_accordion .items {
  max-width: 800px;
}
.module_accordion .item {
  margin-bottom: 20px;
}
.module_accordion .item .trigger {
  background-image: url('https://www.thefutureperfect.com/wp-content/themes/The-Future-Perfect/assets/img/icons/arrow_dropdown.svg');
  background-size: 12px auto;
  background-repeat: no-repeat;
  background-position: right 5px;
  cursor: pointer;
  padding-right: 30px;
}
.module_accordion .item .trigger:hover {
  color: #806C5D;
}
.module_accordion .item .trigger H2 {
  font-family: 'FuturaBTWXX-CondensedMedium', Arial, sans-serif;
  text-transform: uppercase;
  font-size: 19px;
  letter-spacing: 1.8px;
}
@media only screen and (min-width: 630px) and (max-width: 950px) {
  .module_accordion .item .trigger H2 {
    font-size: 17px;
  }
}
@media only screen and (max-width: 629px) {
  .module_accordion .item .trigger H2 {
    font-size: 15px;
  }
}
.module_accordion .item .trigger H4 {
  font-family: 'FuturaBT-Book', Arial, sans-serif;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 1.5px;
  line-height: 16px;
}
@media only screen and (max-width: 629px) {
  .module_accordion .item .trigger H4 {
    font-size: 10px;
    line-height: 15px;
  }
}
.module_accordion .item .details {
  overflow: hidden;
  max-height: 0;
}
.module_accordion .item .details .inner {
  font-family: 'FuturaBT-Light', Arial, sans-serif;
  text-transform: uppercase;
  text-transform: none;
  font-size: 14px;
  letter-spacing: 0.12px;
  line-height: 26px;
  max-width: 800px;
  margin-bottom: -6px;
  padding-top: 20px;
  padding-right: 40px;
  padding-bottom: 40px;
}
@media only screen and (max-width: 950px) {
  .module_accordion .item .details .inner {
    font-size: 13px;
  }
}
.module_accordion .item .details .inner > * {
  margin-bottom: 15px;
}
.module_accordion .item .details .inner > *:last-child {
  margin-bottom: 0;
}
.module_accordion .item .details .inner H2 {
  font-family: 'FuturaBTWXX-CondensedMedium', Arial, sans-serif;
  text-transform: uppercase;
  font-size: 19px;
  letter-spacing: 1.8px;
}
@media only screen and (min-width: 630px) and (max-width: 950px) {
  .module_accordion .item .details .inner H2 {
    font-size: 17px;
  }
}
@media only screen and (max-width: 629px) {
  .module_accordion .item .details .inner H2 {
    font-size: 15px;
  }
}
.module_accordion .item .details .inner H3 {
  font-family: 'FuturaBTWXX-Heavy', Arial, sans-serif;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 1.2px;
  line-height: 16px;
  margin-bottom: 6px;
}
.module_accordion .item .details .inner A {
  text-decoration: underline;
}
.module_accordion .item .details .inner A:hover {
  color: #737373;
}
.module_accordion .item .details .inner A.button {
  text-decoration: none;
}
.module_accordion .item .details .inner A.button:hover {
  background-color: #737373;
  border-color: #737373;
  color: white;
}
.module_accordion .item .details .inner UL {
  max-width: 650px;
}
.module_accordion .item .details .inner UL LI {
  position: relative;
  padding-left: 25px;
}
.module_accordion .item .details .inner UL LI:before {
  content: ' ';
  height: 1px;
  background-color: #000;
  width: 14px;
  position: absolute;
  top: 12px;
  left: 0;
}
.module_accordion .item .details .inner OL {
  list-style-type: decimal;
  list-style-position: inside;
}
.module_accordion .item .details .inner STRONG {
  font-weight: bold;
}
.module_accordion .item .details .inner EM,
.module_accordion .item .details .inner I {
  font-style: italic;
}
.module_accordion .item .details .inner BLOCKQUOTE {
  font-family: 'BaskervilleBT-Italic', 'Times New Roman', Times, serif;
  font-size: 16px;
  letter-spacing: 0;
  -webkit-font-smoothing: auto;
  line-height: 18px;
  margin-top: 20px;
  border-top: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
  padding: 20px 0;
}
@media only screen and (max-width: 629px) {
  .module_accordion .item .details .inner BLOCKQUOTE {
    font-size: 17px;
  }
}
@media only screen and (min-width: 951px) {
  .module_accordion .item .details .inner BLOCKQUOTE {
    padding-right: 70px;
  }
}
@media only screen and (max-width: 629px) {
  .module_accordion .item .details .inner {
    font-size: 14px;
    line-height: 21px;
  }
}
.module_artists H3 {
  text-align: left;
}
.module_artists .wrapper {
  overflow: hidden;
}
.module_artists .list {
  font-family: 'FuturaBT-Light', Arial, sans-serif;
  text-transform: uppercase;
  text-transform: none;
  font-size: 14px;
  letter-spacing: 0.12px;
  line-height: 26px;
  -moz-column-width: 25%;
  -moz-column-count: 4;
  -moz-column-gap: 40px;
  -moz-column-rule-color: #fff;
  -moz-column-rule-style: solid;
  -moz-column-rule-width: 0;
  -webkit-column-width: 25%;
  -webkit-column-count: 4;
  -webkit-column-gap: 40px;
  -webkit-column-rule-color: #fff;
  -webkit-column-rule-style: solid;
  -webkit-column-rule-width: 0;
  column-width: 25%;
  column-count: 4;
  column-gap: 40px;
  column-rule-color: #fff;
  column-rule-style: solid;
  column-rule-width: 0;
  width: 70%;
  float: left;
  position: relative;
}
@media only screen and (max-width: 950px) {
  .module_artists .list {
    font-size: 13px;
    line-height: 16px;
  }
}
.module_artists .list A {
  display: block;
}
.module_artists .list A:hover {
  color: #806C5D;
}
.module_artists .thumb {
  width: 30%;
  float: right;
  padding-left: 40px;
  position: relative;
}
.module_artists .thumb .spacer {
  display: block;
  content: ' ';
  background-position: 50% 50%;
  background-size: cover;
  width: 100%;
  height: 0;
  padding-top: 100%;
  overflow: hidden;
}
.module_content_basic .inner.width_narrow {
  max-width: 800px;
}
.module_content_basic .inner .cell > H1,
.module_content_basic .inner .cell > H2 {
  font-family: 'FuturaBTWXX-CondensedLight', Arial, sans-serif;
  text-transform: uppercase;
  font-size: 28px;
  letter-spacing: 0.8px;
  margin-bottom: 10px;
}
@media only screen and (min-width: 630px) and (max-width: 950px) {
  .module_content_basic .inner .cell > H1,
  .module_content_basic .inner .cell > H2 {
    font-size: 25px;
  }
}
@media only screen and (max-width: 629px) {
  .module_content_basic .inner .cell > H1,
  .module_content_basic .inner .cell > H2 {
    font-size: 23px;
    line-height: 27px;
  }
}
.module_content_basic .inner .content {
  font-family: 'FuturaBT-Light', Arial, sans-serif;
  text-transform: uppercase;
  text-transform: none;
  font-size: 14px;
  letter-spacing: 0.12px;
  line-height: 26px;
  max-width: 800px;
  margin-bottom: -6px;
}
@media only screen and (max-width: 950px) {
  .module_content_basic .inner .content {
    font-size: 13px;
  }
}
.module_content_basic .inner .content > * {
  margin-bottom: 15px;
}
.module_content_basic .inner .content > *:last-child {
  margin-bottom: 0;
}
.module_content_basic .inner .content H2 {
  font-family: 'FuturaBTWXX-CondensedMedium', Arial, sans-serif;
  text-transform: uppercase;
  font-size: 19px;
  letter-spacing: 1.8px;
}
@media only screen and (min-width: 630px) and (max-width: 950px) {
  .module_content_basic .inner .content H2 {
    font-size: 17px;
  }
}
@media only screen and (max-width: 629px) {
  .module_content_basic .inner .content H2 {
    font-size: 15px;
  }
}
.module_content_basic .inner .content H3 {
  font-family: 'FuturaBTWXX-Heavy', Arial, sans-serif;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 1.2px;
  line-height: 16px;
  margin-bottom: 6px;
}
.module_content_basic .inner .content A {
  text-decoration: underline;
}
.module_content_basic .inner .content A:hover {
  color: #737373;
}
.module_content_basic .inner .content A.button {
  text-decoration: none;
}
.module_content_basic .inner .content A.button:hover {
  background-color: #737373;
  border-color: #737373;
  color: white;
}
.module_content_basic .inner .content UL {
  max-width: 650px;
}
.module_content_basic .inner .content UL LI {
  position: relative;
  padding-left: 25px;
}
.module_content_basic .inner .content UL LI:before {
  content: ' ';
  height: 1px;
  background-color: #000;
  width: 14px;
  position: absolute;
  top: 12px;
  left: 0;
}
.module_content_basic .inner .content OL {
  list-style-type: decimal;
  list-style-position: inside;
}
.module_content_basic .inner .content STRONG {
  font-weight: bold;
}
.module_content_basic .inner .content EM,
.module_content_basic .inner .content I {
  font-style: italic;
}
.module_content_basic .inner .content BLOCKQUOTE {
  font-family: 'BaskervilleBT-Italic', 'Times New Roman', Times, serif;
  font-size: 16px;
  letter-spacing: 0;
  -webkit-font-smoothing: auto;
  line-height: 18px;
  margin-top: 20px;
  border-top: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
  padding: 20px 0;
}
@media only screen and (max-width: 629px) {
  .module_content_basic .inner .content BLOCKQUOTE {
    font-size: 17px;
  }
}
@media only screen and (min-width: 951px) {
  .module_content_basic .inner .content BLOCKQUOTE {
    padding-right: 70px;
  }
}
@media only screen and (max-width: 629px) {
  .module_content_basic .inner .content {
    font-size: 14px;
    line-height: 21px;
  }
}
.module_content_basic.layout_stacked_center .content,
.module_content_basic.layout_stacked_center .cell {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.module_content_basic.layout_stacked_center .image {
  padding-top: 40px;
}
@media only screen and (min-width: 951px) and (max-width: 1400px) {
  .module_content_basic.layout_stacked_center .image {
    padding-top: 32px;
  }
}
@media only screen and (min-width: 630px) and (max-width: 950px) {
  .module_content_basic.layout_stacked_center .image {
    padding-top: 22px;
  }
}
@media only screen and (max-width: 629px) {
  .module_content_basic.layout_stacked_center .image {
    padding-top: 16px;
  }
}
.module_content_basic.layout_columned .inner {
  position: relative;
  display: block;
  clear: both;
  overflow: hidden;
  margin-left: -70px;
  margin-top: -70px;
}
@media only screen and (min-width: 951px) and (max-width: 1400px) {
  .module_content_basic.layout_columned .inner {
    margin-left: -56px;
  }
}
@media only screen and (min-width: 630px) and (max-width: 950px) {
  .module_content_basic.layout_columned .inner {
    margin-left: -38px;
  }
}
@media only screen and (max-width: 629px) {
  .module_content_basic.layout_columned .inner {
    margin-left: -28px;
  }
}
@media only screen and (min-width: 951px) and (max-width: 1400px) {
  .module_content_basic.layout_columned .inner {
    margin-top: -56px;
  }
}
@media only screen and (min-width: 630px) and (max-width: 950px) {
  .module_content_basic.layout_columned .inner {
    margin-top: -38px;
  }
}
@media only screen and (max-width: 629px) {
  .module_content_basic.layout_columned .inner {
    margin-top: -28px;
  }
}
.module_content_basic.layout_columned .cell {
  /* Desktop, Tablet, Mobile, XL, Super-XL */
  float: left;
  position: relative;
  width: 50%;
  /* Desktop, Tablet, Mobile, XL, Super-XL */
  padding-left: 70px;
  padding-top: 70px;
}
@media only screen and (min-width: 630px) and (max-width: 950px) {
  .module_content_basic.layout_columned .cell {
    width: 50%;
  }
}
@media only screen and (max-width: 629px) {
  .module_content_basic.layout_columned .cell {
    width: 100%;
  }
}
@media only screen and (min-width: 951px) and (max-width: 1400px) {
  .module_content_basic.layout_columned .cell {
    padding-left: 56px;
  }
}
@media only screen and (min-width: 630px) and (max-width: 950px) {
  .module_content_basic.layout_columned .cell {
    padding-left: 38px;
  }
}
@media only screen and (max-width: 629px) {
  .module_content_basic.layout_columned .cell {
    padding-left: 28px;
  }
}
@media only screen and (min-width: 951px) and (max-width: 1400px) {
  .module_content_basic.layout_columned .cell {
    padding-top: 56px;
  }
}
@media only screen and (min-width: 630px) and (max-width: 950px) {
  .module_content_basic.layout_columned .cell {
    padding-top: 38px;
  }
}
@media only screen and (max-width: 629px) {
  .module_content_basic.layout_columned .cell {
    padding-top: 28px;
  }
}
@media only screen and (min-width: 951px) {
  .module_content_basic.layout_columned .cell:not(.image) {
    margin-top: 70px;
  }
}
.module_content_basic.layout_center {
  text-align: center;
}
.module_content_basic .columned {
  overflow: hidden;
  position: relative;
}
.module_content_basic .columned .content {
  width: 50%;
  float: left;
}
.module_content_basic .columned .image {
  padding-left: 40px;
  width: 50%;
  float: right;
}
@media only screen and (min-width: 951px) and (max-width: 1400px) {
  .module_content_basic .columned .image {
    padding-left: 32px;
  }
}
@media only screen and (min-width: 630px) and (max-width: 950px) {
  .module_content_basic .columned .image {
    padding-left: 22px;
  }
}
@media only screen and (max-width: 629px) {
  .module_content_basic .columned .image {
    padding-left: 16px;
  }
}
.module_content_basic .columned .image IMG {
  display: block;
  width: 100%;
  height: auto;
}
.module_content_button {
  text-align: center;
}
.module_content_divider {
  margin-top: 40px;
  border-top: 1px solid #CCCCCC;
}
@media only screen and (min-width: 951px) and (max-width: 1400px) {
  .module_content_divider {
    margin-top: 32px;
  }
}
@media only screen and (min-width: 630px) and (max-width: 950px) {
  .module_content_divider {
    margin-top: 22px;
  }
}
@media only screen and (max-width: 629px) {
  .module_content_divider {
    margin-top: 16px;
  }
}
.module_content_image .grid .cell .link {
  left: 70px;
}
@media only screen and (min-width: 951px) and (max-width: 1400px) {
  .module_content_image .grid .cell .link {
    left: 56px;
  }
}
@media only screen and (min-width: 630px) and (max-width: 950px) {
  .module_content_image .grid .cell .link {
    left: 38px;
  }
}
@media only screen and (max-width: 629px) {
  .module_content_image .grid .cell .link {
    left: 28px;
  }
}
.module_content_image .grid .cell .text {
  padding-top: 20px;
  text-align: center;
}
.module_content_image .grid .cell .text.small_headline {
  font-family: 'FuturaBT-Light', Arial, sans-serif;
  text-transform: uppercase;
  text-transform: none;
  font-size: 14px;
  letter-spacing: 0.12px;
}
@media only screen and (max-width: 950px) {
  .module_content_image .grid .cell .text.small_headline {
    font-size: 13px;
  }
}
.module_content_image .grid .cell .text.medium_headline {
  font-family: 'FuturaBT-Book', Arial, sans-serif;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 1.5px;
  line-height: 16px;
}
@media only screen and (max-width: 629px) {
  .module_content_image .grid .cell .text.medium_headline {
    font-size: 10px;
    line-height: 15px;
  }
}
.module_content_image .grid .cell .text.serif {
  font-family: 'BaskervilleBT-Italic', 'Times New Roman', Times, serif;
  font-size: 16px;
  letter-spacing: 0;
  -webkit-font-smoothing: auto;
  line-height: 18px;
}
@media only screen and (max-width: 629px) {
  .module_content_image .grid .cell .text.serif {
    font-size: 17px;
  }
}
.module_content_introduction {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  position: relative;
}
.module_content_introduction IMG {
  max-width: 340px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
  width: 100%;
  height: auto;
}
.module_content_introduction P {
  font-family: 'FuturaBT-Light', Arial, sans-serif;
  text-transform: uppercase;
  text-transform: none;
  font-size: 14px;
  letter-spacing: 0.12px;
  line-height: 26px;
}
@media only screen and (max-width: 950px) {
  .module_content_introduction P {
    font-size: 13px;
    line-height: 16px;
  }
}
.module_content_media_columned.image_text .media {
  right: 300px !important;
}
.module_content_media_columned.image_text .info {
  top: 50px;
  right: 0;
  background-color: white;
}
.module_content_media_columned.text_image .media {
  left: 300px !important;
}
.module_content_media_columned.text_image .info {
  top: 50px;
  left: 0;
  background-color: white;
}
.module_content_media_columned .under {
  display: none;
}
.home_hero .media_container,
.module_content_slideshow .media_container,
.module_content_media .media_container,
.module_content_media_double .media_container,
.module_content_media_columned .media_container {
  padding-bottom: 55.59471366%;
  width: 100%;
  height: 0;
  position: relative;
}
.home_hero .media_container .full,
.module_content_slideshow .media_container .full,
.module_content_media .media_container .full,
.module_content_media_double .media_container .full,
.module_content_media_columned .media_container .full {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.home_hero .media_container .full .media,
.module_content_slideshow .media_container .full .media,
.module_content_media .media_container .full .media,
.module_content_media_double .media_container .full .media,
.module_content_media_columned .media_container .full .media {
  left: 0;
  right: 0;
}
.home_hero .media_container .full.info_below,
.module_content_slideshow .media_container .full.info_below,
.module_content_media .media_container .full.info_below,
.module_content_media_double .media_container .full.info_below,
.module_content_media_columned .media_container .full.info_below {
  bottom: 120px;
}
.home_hero .media_container .half,
.module_content_slideshow .media_container .half,
.module_content_media .media_container .half,
.module_content_media_double .media_container .half,
.module_content_media_columned .media_container .half {
  position: absolute;
  top: 0;
  width: 50%;
  bottom: 0;
  z-index: 1;
}
.home_hero .media_container .half.info_below,
.module_content_slideshow .media_container .half.info_below,
.module_content_media .media_container .half.info_below,
.module_content_media_double .media_container .half.info_below,
.module_content_media_columned .media_container .half.info_below {
  bottom: 120px;
}
.home_hero .media_container .half.info_below .info,
.module_content_slideshow .media_container .half.info_below .info,
.module_content_media .media_container .half.info_below .info,
.module_content_media_double .media_container .half.info_below .info,
.module_content_media_columned .media_container .half.info_below .info {
  max-width: 80%;
}
.home_hero .media_container .half:first-of-type,
.module_content_slideshow .media_container .half:first-of-type,
.module_content_media .media_container .half:first-of-type,
.module_content_media_double .media_container .half:first-of-type,
.module_content_media_columned .media_container .half:first-of-type {
  left: 0;
}
.home_hero .media_container .half:first-of-type .media,
.module_content_slideshow .media_container .half:first-of-type .media,
.module_content_media .media_container .half:first-of-type .media,
.module_content_media_double .media_container .half:first-of-type .media,
.module_content_media_columned .media_container .half:first-of-type .media {
  left: 0;
  right: 35px;
}
@media only screen and (min-width: 951px) and (max-width: 1400px) {
  .home_hero .media_container .half:first-of-type .media,
  .module_content_slideshow .media_container .half:first-of-type .media,
  .module_content_media .media_container .half:first-of-type .media,
  .module_content_media_double .media_container .half:first-of-type .media,
  .module_content_media_columned .media_container .half:first-of-type .media {
    right: 28px;
  }
}
@media only screen and (min-width: 630px) and (max-width: 950px) {
  .home_hero .media_container .half:first-of-type .media,
  .module_content_slideshow .media_container .half:first-of-type .media,
  .module_content_media .media_container .half:first-of-type .media,
  .module_content_media_double .media_container .half:first-of-type .media,
  .module_content_media_columned .media_container .half:first-of-type .media {
    right: 19px;
  }
}
@media only screen and (max-width: 629px) {
  .home_hero .media_container .half:first-of-type .media,
  .module_content_slideshow .media_container .half:first-of-type .media,
  .module_content_media .media_container .half:first-of-type .media,
  .module_content_media_double .media_container .half:first-of-type .media,
  .module_content_media_columned .media_container .half:first-of-type .media {
    right: 14px;
  }
}
.home_hero .media_container .half:nth-child(2),
.module_content_slideshow .media_container .half:nth-child(2),
.module_content_media .media_container .half:nth-child(2),
.module_content_media_double .media_container .half:nth-child(2),
.module_content_media_columned .media_container .half:nth-child(2) {
  right: 0;
}
.home_hero .media_container .half:nth-child(2) .media,
.module_content_slideshow .media_container .half:nth-child(2) .media,
.module_content_media .media_container .half:nth-child(2) .media,
.module_content_media_double .media_container .half:nth-child(2) .media,
.module_content_media_columned .media_container .half:nth-child(2) .media {
  right: 0;
  left: 35px;
}
@media only screen and (min-width: 951px) and (max-width: 1400px) {
  .home_hero .media_container .half:nth-child(2) .media,
  .module_content_slideshow .media_container .half:nth-child(2) .media,
  .module_content_media .media_container .half:nth-child(2) .media,
  .module_content_media_double .media_container .half:nth-child(2) .media,
  .module_content_media_columned .media_container .half:nth-child(2) .media {
    left: 28px;
  }
}
@media only screen and (min-width: 630px) and (max-width: 950px) {
  .home_hero .media_container .half:nth-child(2) .media,
  .module_content_slideshow .media_container .half:nth-child(2) .media,
  .module_content_media .media_container .half:nth-child(2) .media,
  .module_content_media_double .media_container .half:nth-child(2) .media,
  .module_content_media_columned .media_container .half:nth-child(2) .media {
    left: 19px;
  }
}
@media only screen and (max-width: 629px) {
  .home_hero .media_container .half:nth-child(2) .media,
  .module_content_slideshow .media_container .half:nth-child(2) .media,
  .module_content_media .media_container .half:nth-child(2) .media,
  .module_content_media_double .media_container .half:nth-child(2) .media,
  .module_content_media_columned .media_container .half:nth-child(2) .media {
    left: 14px;
  }
}
.home_hero .media_container .half:nth-child(2) .info.text_position_below,
.module_content_slideshow .media_container .half:nth-child(2) .info.text_position_below,
.module_content_media .media_container .half:nth-child(2) .info.text_position_below,
.module_content_media_double .media_container .half:nth-child(2) .info.text_position_below,
.module_content_media_columned .media_container .half:nth-child(2) .info.text_position_below {
  left: 35px;
}
@media only screen and (min-width: 951px) and (max-width: 1400px) {
  .home_hero .media_container .half:nth-child(2) .info.text_position_below,
  .module_content_slideshow .media_container .half:nth-child(2) .info.text_position_below,
  .module_content_media .media_container .half:nth-child(2) .info.text_position_below,
  .module_content_media_double .media_container .half:nth-child(2) .info.text_position_below,
  .module_content_media_columned .media_container .half:nth-child(2) .info.text_position_below {
    left: 28px;
  }
}
@media only screen and (min-width: 630px) and (max-width: 950px) {
  .home_hero .media_container .half:nth-child(2) .info.text_position_below,
  .module_content_slideshow .media_container .half:nth-child(2) .info.text_position_below,
  .module_content_media .media_container .half:nth-child(2) .info.text_position_below,
  .module_content_media_double .media_container .half:nth-child(2) .info.text_position_below,
  .module_content_media_columned .media_container .half:nth-child(2) .info.text_position_below {
    left: 19px;
  }
}
@media only screen and (max-width: 629px) {
  .home_hero .media_container .half:nth-child(2) .info.text_position_below,
  .module_content_slideshow .media_container .half:nth-child(2) .info.text_position_below,
  .module_content_media .media_container .half:nth-child(2) .info.text_position_below,
  .module_content_media_double .media_container .half:nth-child(2) .info.text_position_below,
  .module_content_media_columned .media_container .half:nth-child(2) .info.text_position_below {
    left: 14px;
  }
}
.home_hero .media_container A.over,
.module_content_slideshow .media_container A.over,
.module_content_media .media_container A.over,
.module_content_media_double .media_container A.over,
.module_content_media_columned .media_container A.over {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  display: block;
}
.home_hero .media_container .media,
.module_content_slideshow .media_container .media,
.module_content_media .media_container .media,
.module_content_media_double .media_container .media,
.module_content_media_columned .media_container .media {
  background-color: rgba(238, 238, 238, 0.5);
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
}
.home_hero .media_container .media .caption,
.module_content_slideshow .media_container .media .caption,
.module_content_media .media_container .media .caption,
.module_content_media_double .media_container .media .caption,
.module_content_media_columned .media_container .media .caption {
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  -webkit-opacity: 0.6;
  opacity: 0.6;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
  filter: alpha(opacity=60);
  color: #000;
  font-family: Arial, sans-serif;
  font-size: 10.5px;
  font-weight: bold;
  position: absolute;
  bottom: 20px;
  right: 25px;
  z-index: 2;
}
.home_hero .media_container .media .image,
.module_content_slideshow .media_container .media .image,
.module_content_media .media_container .media .image,
.module_content_media_double .media_container .media .image,
.module_content_media_columned .media_container .media .image,
.home_hero .media_container .media .video,
.module_content_slideshow .media_container .media .video,
.module_content_media .media_container .media .video,
.module_content_media_double .media_container .media .video,
.module_content_media_columned .media_container .media .video {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  right: 0;
  left: 0;
}
.home_hero .media_container .media .image,
.module_content_slideshow .media_container .media .image,
.module_content_media .media_container .media .image,
.module_content_media_double .media_container .media .image,
.module_content_media_columned .media_container .media .image {
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
}
.home_hero .media_container .media .video,
.module_content_slideshow .media_container .media .video,
.module_content_media .media_container .media .video,
.module_content_media_double .media_container .media .video,
.module_content_media_columned .media_container .media .video {
  overflow: hidden;
}
.home_hero .media_container .media .video .ytplayer-container,
.module_content_slideshow .media_container .media .video .ytplayer-container,
.module_content_media .media_container .media .video .ytplayer-container,
.module_content_media_double .media_container .media .video .ytplayer-container,
.module_content_media_columned .media_container .media .video .ytplayer-container {
  position: absolute;
  top: 0;
  z-index: 1;
}
.home_hero .media_container .media .video > IFRAME,
.module_content_slideshow .media_container .media .video > IFRAME,
.module_content_media .media_container .media .video > IFRAME,
.module_content_media_double .media_container .media .video > IFRAME,
.module_content_media_columned .media_container .media .video > IFRAME {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.home_hero .media_container .media.random .image,
.module_content_slideshow .media_container .media.random .image,
.module_content_media .media_container .media.random .image,
.module_content_media_double .media_container .media.random .image,
.module_content_media_columned .media_container .media.random .image {
  display: none;
}
.home_hero .media_container .media.random .image.randomized,
.module_content_slideshow .media_container .media.random .image.randomized,
.module_content_media .media_container .media.random .image.randomized,
.module_content_media_double .media_container .media.random .image.randomized,
.module_content_media_columned .media_container .media.random .image.randomized {
  display: block;
}
.home_hero .info,
.module_content_slideshow .info,
.module_content_media .info,
.module_content_media_double .info,
.module_content_media_columned .info {
  padding: 70px;
  z-index: 4;
  position: absolute;
  overflow: hidden;
  /* Container Background Color */
  /* Text Color */
  /* Container Placement, Text Alignment & Padding */
}
@media only screen and (min-width: 951px) and (max-width: 1400px) {
  .home_hero .info,
  .module_content_slideshow .info,
  .module_content_media .info,
  .module_content_media_double .info,
  .module_content_media_columned .info {
    padding: 56px;
  }
}
@media only screen and (min-width: 630px) and (max-width: 950px) {
  .home_hero .info,
  .module_content_slideshow .info,
  .module_content_media .info,
  .module_content_media_double .info,
  .module_content_media_columned .info {
    padding: 38px;
  }
}
@media only screen and (max-width: 629px) {
  .home_hero .info,
  .module_content_slideshow .info,
  .module_content_media .info,
  .module_content_media_double .info,
  .module_content_media_columned .info {
    padding: 28px;
  }
}
.home_hero .info *,
.module_content_slideshow .info *,
.module_content_media .info *,
.module_content_media_double .info *,
.module_content_media_columned .info * {
  max-width: 400px;
}
.home_hero .info.text_background_transparent,
.module_content_slideshow .info.text_background_transparent,
.module_content_media .info.text_background_transparent,
.module_content_media_double .info.text_background_transparent,
.module_content_media_columned .info.text_background_transparent {
  background-color: transparent;
  padding: 0;
}
.home_hero .info.text_background_dim,
.module_content_slideshow .info.text_background_dim,
.module_content_media .info.text_background_dim,
.module_content_media_double .info.text_background_dim,
.module_content_media_columned .info.text_background_dim {
  background-color: rgba(255, 255, 255, 0.5);
}
.home_hero .info.text_background_white,
.module_content_slideshow .info.text_background_white,
.module_content_media .info.text_background_white,
.module_content_media_double .info.text_background_white,
.module_content_media_columned .info.text_background_white {
  background-color: white;
}
.home_hero .info.text_background_black,
.module_content_slideshow .info.text_background_black,
.module_content_media .info.text_background_black,
.module_content_media_double .info.text_background_black,
.module_content_media_columned .info.text_background_black {
  background-color: #000;
}
.home_hero .info.text_color_black,
.module_content_slideshow .info.text_color_black,
.module_content_media .info.text_color_black,
.module_content_media_double .info.text_color_black,
.module_content_media_columned .info.text_color_black {
  color: black;
}
.home_hero .info.text_color_white,
.module_content_slideshow .info.text_color_white,
.module_content_media .info.text_color_white,
.module_content_media_double .info.text_color_white,
.module_content_media_columned .info.text_color_white {
  color: white;
  text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2);
}
.home_hero .info.text_position_top_right,
.module_content_slideshow .info.text_position_top_right,
.module_content_media .info.text_position_top_right,
.module_content_media_double .info.text_position_top_right,
.module_content_media_columned .info.text_position_top_right {
  top: 70px;
  right: 70px;
  left: 70px;
  text-align: right;
}
@media only screen and (min-width: 951px) and (max-width: 1400px) {
  .home_hero .info.text_position_top_right,
  .module_content_slideshow .info.text_position_top_right,
  .module_content_media .info.text_position_top_right,
  .module_content_media_double .info.text_position_top_right,
  .module_content_media_columned .info.text_position_top_right {
    top: 56px;
  }
}
@media only screen and (min-width: 630px) and (max-width: 950px) {
  .home_hero .info.text_position_top_right,
  .module_content_slideshow .info.text_position_top_right,
  .module_content_media .info.text_position_top_right,
  .module_content_media_double .info.text_position_top_right,
  .module_content_media_columned .info.text_position_top_right {
    top: 38px;
  }
}
@media only screen and (max-width: 629px) {
  .home_hero .info.text_position_top_right,
  .module_content_slideshow .info.text_position_top_right,
  .module_content_media .info.text_position_top_right,
  .module_content_media_double .info.text_position_top_right,
  .module_content_media_columned .info.text_position_top_right {
    top: 28px;
  }
}
.home_hero .info.text_position_top_right.text_background_white,
.module_content_slideshow .info.text_position_top_right.text_background_white,
.module_content_media .info.text_position_top_right.text_background_white,
.module_content_media_double .info.text_position_top_right.text_background_white,
.module_content_media_columned .info.text_position_top_right.text_background_white {
  top: 0;
  padding-top: 0;
}
@media only screen and (min-width: 951px) and (max-width: 1400px) {
  .home_hero .info.text_position_top_right,
  .module_content_slideshow .info.text_position_top_right,
  .module_content_media .info.text_position_top_right,
  .module_content_media_double .info.text_position_top_right,
  .module_content_media_columned .info.text_position_top_right {
    right: 56px;
  }
}
@media only screen and (min-width: 630px) and (max-width: 950px) {
  .home_hero .info.text_position_top_right,
  .module_content_slideshow .info.text_position_top_right,
  .module_content_media .info.text_position_top_right,
  .module_content_media_double .info.text_position_top_right,
  .module_content_media_columned .info.text_position_top_right {
    right: 38px;
  }
}
@media only screen and (max-width: 629px) {
  .home_hero .info.text_position_top_right,
  .module_content_slideshow .info.text_position_top_right,
  .module_content_media .info.text_position_top_right,
  .module_content_media_double .info.text_position_top_right,
  .module_content_media_columned .info.text_position_top_right {
    right: 28px;
  }
}
@media only screen and (min-width: 951px) and (max-width: 1400px) {
  .home_hero .info.text_position_top_right,
  .module_content_slideshow .info.text_position_top_right,
  .module_content_media .info.text_position_top_right,
  .module_content_media_double .info.text_position_top_right,
  .module_content_media_columned .info.text_position_top_right {
    left: 56px;
  }
}
@media only screen and (min-width: 630px) and (max-width: 950px) {
  .home_hero .info.text_position_top_right,
  .module_content_slideshow .info.text_position_top_right,
  .module_content_media .info.text_position_top_right,
  .module_content_media_double .info.text_position_top_right,
  .module_content_media_columned .info.text_position_top_right {
    left: 38px;
  }
}
@media only screen and (max-width: 629px) {
  .home_hero .info.text_position_top_right,
  .module_content_slideshow .info.text_position_top_right,
  .module_content_media .info.text_position_top_right,
  .module_content_media_double .info.text_position_top_right,
  .module_content_media_columned .info.text_position_top_right {
    left: 28px;
  }
}
.home_hero .info.text_position_top_right > *,
.module_content_slideshow .info.text_position_top_right > *,
.module_content_media .info.text_position_top_right > *,
.module_content_media_double .info.text_position_top_right > *,
.module_content_media_columned .info.text_position_top_right > * {
  float: right;
}
.home_hero .info.text_position_top_center,
.module_content_slideshow .info.text_position_top_center,
.module_content_media .info.text_position_top_center,
.module_content_media_double .info.text_position_top_center,
.module_content_media_columned .info.text_position_top_center {
  top: 70px;
  left: 50%;
  transform: translate(-50%, 0);
  text-align: center;
}
@media only screen and (min-width: 951px) and (max-width: 1400px) {
  .home_hero .info.text_position_top_center,
  .module_content_slideshow .info.text_position_top_center,
  .module_content_media .info.text_position_top_center,
  .module_content_media_double .info.text_position_top_center,
  .module_content_media_columned .info.text_position_top_center {
    top: 56px;
  }
}
@media only screen and (min-width: 630px) and (max-width: 950px) {
  .home_hero .info.text_position_top_center,
  .module_content_slideshow .info.text_position_top_center,
  .module_content_media .info.text_position_top_center,
  .module_content_media_double .info.text_position_top_center,
  .module_content_media_columned .info.text_position_top_center {
    top: 38px;
  }
}
@media only screen and (max-width: 629px) {
  .home_hero .info.text_position_top_center,
  .module_content_slideshow .info.text_position_top_center,
  .module_content_media .info.text_position_top_center,
  .module_content_media_double .info.text_position_top_center,
  .module_content_media_columned .info.text_position_top_center {
    top: 28px;
  }
}
.home_hero .info.text_position_top_center.text_background_white,
.module_content_slideshow .info.text_position_top_center.text_background_white,
.module_content_media .info.text_position_top_center.text_background_white,
.module_content_media_double .info.text_position_top_center.text_background_white,
.module_content_media_columned .info.text_position_top_center.text_background_white {
  top: 0;
  padding-top: 0;
}
.home_hero .info.text_position_top_left,
.module_content_slideshow .info.text_position_top_left,
.module_content_media .info.text_position_top_left,
.module_content_media_double .info.text_position_top_left,
.module_content_media_columned .info.text_position_top_left {
  top: 70px;
  left: 70px;
  right: 70px;
  text-align: left;
}
@media only screen and (min-width: 951px) and (max-width: 1400px) {
  .home_hero .info.text_position_top_left,
  .module_content_slideshow .info.text_position_top_left,
  .module_content_media .info.text_position_top_left,
  .module_content_media_double .info.text_position_top_left,
  .module_content_media_columned .info.text_position_top_left {
    top: 56px;
  }
}
@media only screen and (min-width: 630px) and (max-width: 950px) {
  .home_hero .info.text_position_top_left,
  .module_content_slideshow .info.text_position_top_left,
  .module_content_media .info.text_position_top_left,
  .module_content_media_double .info.text_position_top_left,
  .module_content_media_columned .info.text_position_top_left {
    top: 38px;
  }
}
@media only screen and (max-width: 629px) {
  .home_hero .info.text_position_top_left,
  .module_content_slideshow .info.text_position_top_left,
  .module_content_media .info.text_position_top_left,
  .module_content_media_double .info.text_position_top_left,
  .module_content_media_columned .info.text_position_top_left {
    top: 28px;
  }
}
.home_hero .info.text_position_top_left.text_background_white,
.module_content_slideshow .info.text_position_top_left.text_background_white,
.module_content_media .info.text_position_top_left.text_background_white,
.module_content_media_double .info.text_position_top_left.text_background_white,
.module_content_media_columned .info.text_position_top_left.text_background_white {
  top: 0;
  padding-top: 0;
}
@media only screen and (min-width: 951px) and (max-width: 1400px) {
  .home_hero .info.text_position_top_left,
  .module_content_slideshow .info.text_position_top_left,
  .module_content_media .info.text_position_top_left,
  .module_content_media_double .info.text_position_top_left,
  .module_content_media_columned .info.text_position_top_left {
    left: 56px;
  }
}
@media only screen and (min-width: 630px) and (max-width: 950px) {
  .home_hero .info.text_position_top_left,
  .module_content_slideshow .info.text_position_top_left,
  .module_content_media .info.text_position_top_left,
  .module_content_media_double .info.text_position_top_left,
  .module_content_media_columned .info.text_position_top_left {
    left: 38px;
  }
}
@media only screen and (max-width: 629px) {
  .home_hero .info.text_position_top_left,
  .module_content_slideshow .info.text_position_top_left,
  .module_content_media .info.text_position_top_left,
  .module_content_media_double .info.text_position_top_left,
  .module_content_media_columned .info.text_position_top_left {
    left: 28px;
  }
}
@media only screen and (min-width: 951px) and (max-width: 1400px) {
  .home_hero .info.text_position_top_left,
  .module_content_slideshow .info.text_position_top_left,
  .module_content_media .info.text_position_top_left,
  .module_content_media_double .info.text_position_top_left,
  .module_content_media_columned .info.text_position_top_left {
    right: 56px;
  }
}
@media only screen and (min-width: 630px) and (max-width: 950px) {
  .home_hero .info.text_position_top_left,
  .module_content_slideshow .info.text_position_top_left,
  .module_content_media .info.text_position_top_left,
  .module_content_media_double .info.text_position_top_left,
  .module_content_media_columned .info.text_position_top_left {
    right: 38px;
  }
}
@media only screen and (max-width: 629px) {
  .home_hero .info.text_position_top_left,
  .module_content_slideshow .info.text_position_top_left,
  .module_content_media .info.text_position_top_left,
  .module_content_media_double .info.text_position_top_left,
  .module_content_media_columned .info.text_position_top_left {
    right: 28px;
  }
}
.home_hero .info.text_position_middle_right,
.module_content_slideshow .info.text_position_middle_right,
.module_content_media .info.text_position_middle_right,
.module_content_media_double .info.text_position_middle_right,
.module_content_media_columned .info.text_position_middle_right {
  top: 50%;
  margin-top: -70px;
  right: 70px;
  left: 70px;
  text-align: right;
}
@media only screen and (min-width: 951px) and (max-width: 1400px) {
  .home_hero .info.text_position_middle_right,
  .module_content_slideshow .info.text_position_middle_right,
  .module_content_media .info.text_position_middle_right,
  .module_content_media_double .info.text_position_middle_right,
  .module_content_media_columned .info.text_position_middle_right {
    right: 56px;
  }
}
@media only screen and (min-width: 630px) and (max-width: 950px) {
  .home_hero .info.text_position_middle_right,
  .module_content_slideshow .info.text_position_middle_right,
  .module_content_media .info.text_position_middle_right,
  .module_content_media_double .info.text_position_middle_right,
  .module_content_media_columned .info.text_position_middle_right {
    right: 38px;
  }
}
@media only screen and (max-width: 629px) {
  .home_hero .info.text_position_middle_right,
  .module_content_slideshow .info.text_position_middle_right,
  .module_content_media .info.text_position_middle_right,
  .module_content_media_double .info.text_position_middle_right,
  .module_content_media_columned .info.text_position_middle_right {
    right: 28px;
  }
}
@media only screen and (min-width: 951px) and (max-width: 1400px) {
  .home_hero .info.text_position_middle_right,
  .module_content_slideshow .info.text_position_middle_right,
  .module_content_media .info.text_position_middle_right,
  .module_content_media_double .info.text_position_middle_right,
  .module_content_media_columned .info.text_position_middle_right {
    left: 56px;
  }
}
@media only screen and (min-width: 630px) and (max-width: 950px) {
  .home_hero .info.text_position_middle_right,
  .module_content_slideshow .info.text_position_middle_right,
  .module_content_media .info.text_position_middle_right,
  .module_content_media_double .info.text_position_middle_right,
  .module_content_media_columned .info.text_position_middle_right {
    left: 38px;
  }
}
@media only screen and (max-width: 629px) {
  .home_hero .info.text_position_middle_right,
  .module_content_slideshow .info.text_position_middle_right,
  .module_content_media .info.text_position_middle_right,
  .module_content_media_double .info.text_position_middle_right,
  .module_content_media_columned .info.text_position_middle_right {
    left: 28px;
  }
}
.home_hero .info.text_position_middle_right > *,
.module_content_slideshow .info.text_position_middle_right > *,
.module_content_media .info.text_position_middle_right > *,
.module_content_media_double .info.text_position_middle_right > *,
.module_content_media_columned .info.text_position_middle_right > * {
  float: right;
}
.home_hero .info.text_position_middle_center,
.module_content_slideshow .info.text_position_middle_center,
.module_content_media .info.text_position_middle_center,
.module_content_media_double .info.text_position_middle_center,
.module_content_media_columned .info.text_position_middle_center {
  top: 50%;
  margin-top: -70px;
  left: 50%;
  transform: translate(-50%, 0);
  text-align: center;
}
.home_hero .info.text_position_middle_left,
.module_content_slideshow .info.text_position_middle_left,
.module_content_media .info.text_position_middle_left,
.module_content_media_double .info.text_position_middle_left,
.module_content_media_columned .info.text_position_middle_left {
  top: 50%;
  margin-top: -70px;
  left: 70px;
  right: 70px;
  text-align: left;
}
@media only screen and (min-width: 951px) and (max-width: 1400px) {
  .home_hero .info.text_position_middle_left,
  .module_content_slideshow .info.text_position_middle_left,
  .module_content_media .info.text_position_middle_left,
  .module_content_media_double .info.text_position_middle_left,
  .module_content_media_columned .info.text_position_middle_left {
    left: 56px;
  }
}
@media only screen and (min-width: 630px) and (max-width: 950px) {
  .home_hero .info.text_position_middle_left,
  .module_content_slideshow .info.text_position_middle_left,
  .module_content_media .info.text_position_middle_left,
  .module_content_media_double .info.text_position_middle_left,
  .module_content_media_columned .info.text_position_middle_left {
    left: 38px;
  }
}
@media only screen and (max-width: 629px) {
  .home_hero .info.text_position_middle_left,
  .module_content_slideshow .info.text_position_middle_left,
  .module_content_media .info.text_position_middle_left,
  .module_content_media_double .info.text_position_middle_left,
  .module_content_media_columned .info.text_position_middle_left {
    left: 28px;
  }
}
@media only screen and (min-width: 951px) and (max-width: 1400px) {
  .home_hero .info.text_position_middle_left,
  .module_content_slideshow .info.text_position_middle_left,
  .module_content_media .info.text_position_middle_left,
  .module_content_media_double .info.text_position_middle_left,
  .module_content_media_columned .info.text_position_middle_left {
    right: 56px;
  }
}
@media only screen and (min-width: 630px) and (max-width: 950px) {
  .home_hero .info.text_position_middle_left,
  .module_content_slideshow .info.text_position_middle_left,
  .module_content_media .info.text_position_middle_left,
  .module_content_media_double .info.text_position_middle_left,
  .module_content_media_columned .info.text_position_middle_left {
    right: 38px;
  }
}
@media only screen and (max-width: 629px) {
  .home_hero .info.text_position_middle_left,
  .module_content_slideshow .info.text_position_middle_left,
  .module_content_media .info.text_position_middle_left,
  .module_content_media_double .info.text_position_middle_left,
  .module_content_media_columned .info.text_position_middle_left {
    right: 28px;
  }
}
.home_hero .info.text_position_bottom_right,
.module_content_slideshow .info.text_position_bottom_right,
.module_content_media .info.text_position_bottom_right,
.module_content_media_double .info.text_position_bottom_right,
.module_content_media_columned .info.text_position_bottom_right {
  bottom: 70px;
  right: 70px;
  left: 70px;
  text-align: right;
}
@media only screen and (min-width: 951px) and (max-width: 1400px) {
  .home_hero .info.text_position_bottom_right,
  .module_content_slideshow .info.text_position_bottom_right,
  .module_content_media .info.text_position_bottom_right,
  .module_content_media_double .info.text_position_bottom_right,
  .module_content_media_columned .info.text_position_bottom_right {
    bottom: 56px;
  }
}
@media only screen and (min-width: 630px) and (max-width: 950px) {
  .home_hero .info.text_position_bottom_right,
  .module_content_slideshow .info.text_position_bottom_right,
  .module_content_media .info.text_position_bottom_right,
  .module_content_media_double .info.text_position_bottom_right,
  .module_content_media_columned .info.text_position_bottom_right {
    bottom: 38px;
  }
}
@media only screen and (max-width: 629px) {
  .home_hero .info.text_position_bottom_right,
  .module_content_slideshow .info.text_position_bottom_right,
  .module_content_media .info.text_position_bottom_right,
  .module_content_media_double .info.text_position_bottom_right,
  .module_content_media_columned .info.text_position_bottom_right {
    bottom: 28px;
  }
}
.home_hero .info.text_position_bottom_right.text_background_white,
.module_content_slideshow .info.text_position_bottom_right.text_background_white,
.module_content_media .info.text_position_bottom_right.text_background_white,
.module_content_media_double .info.text_position_bottom_right.text_background_white,
.module_content_media_columned .info.text_position_bottom_right.text_background_white {
  bottom: -4px;
  padding-bottom: 0;
}
@media only screen and (min-width: 951px) and (max-width: 1400px) {
  .home_hero .info.text_position_bottom_right,
  .module_content_slideshow .info.text_position_bottom_right,
  .module_content_media .info.text_position_bottom_right,
  .module_content_media_double .info.text_position_bottom_right,
  .module_content_media_columned .info.text_position_bottom_right {
    right: 56px;
  }
}
@media only screen and (min-width: 630px) and (max-width: 950px) {
  .home_hero .info.text_position_bottom_right,
  .module_content_slideshow .info.text_position_bottom_right,
  .module_content_media .info.text_position_bottom_right,
  .module_content_media_double .info.text_position_bottom_right,
  .module_content_media_columned .info.text_position_bottom_right {
    right: 38px;
  }
}
@media only screen and (max-width: 629px) {
  .home_hero .info.text_position_bottom_right,
  .module_content_slideshow .info.text_position_bottom_right,
  .module_content_media .info.text_position_bottom_right,
  .module_content_media_double .info.text_position_bottom_right,
  .module_content_media_columned .info.text_position_bottom_right {
    right: 28px;
  }
}
@media only screen and (min-width: 951px) and (max-width: 1400px) {
  .home_hero .info.text_position_bottom_right,
  .module_content_slideshow .info.text_position_bottom_right,
  .module_content_media .info.text_position_bottom_right,
  .module_content_media_double .info.text_position_bottom_right,
  .module_content_media_columned .info.text_position_bottom_right {
    left: 56px;
  }
}
@media only screen and (min-width: 630px) and (max-width: 950px) {
  .home_hero .info.text_position_bottom_right,
  .module_content_slideshow .info.text_position_bottom_right,
  .module_content_media .info.text_position_bottom_right,
  .module_content_media_double .info.text_position_bottom_right,
  .module_content_media_columned .info.text_position_bottom_right {
    left: 38px;
  }
}
@media only screen and (max-width: 629px) {
  .home_hero .info.text_position_bottom_right,
  .module_content_slideshow .info.text_position_bottom_right,
  .module_content_media .info.text_position_bottom_right,
  .module_content_media_double .info.text_position_bottom_right,
  .module_content_media_columned .info.text_position_bottom_right {
    left: 28px;
  }
}
.home_hero .info.text_position_bottom_right > *,
.module_content_slideshow .info.text_position_bottom_right > *,
.module_content_media .info.text_position_bottom_right > *,
.module_content_media_double .info.text_position_bottom_right > *,
.module_content_media_columned .info.text_position_bottom_right > * {
  float: right;
}
.home_hero .info.text_position_bottom_center,
.module_content_slideshow .info.text_position_bottom_center,
.module_content_media .info.text_position_bottom_center,
.module_content_media_double .info.text_position_bottom_center,
.module_content_media_columned .info.text_position_bottom_center {
  bottom: 70px;
  left: 50%;
  transform: translate(-50%, 0);
  text-align: center;
}
@media only screen and (min-width: 951px) and (max-width: 1400px) {
  .home_hero .info.text_position_bottom_center,
  .module_content_slideshow .info.text_position_bottom_center,
  .module_content_media .info.text_position_bottom_center,
  .module_content_media_double .info.text_position_bottom_center,
  .module_content_media_columned .info.text_position_bottom_center {
    bottom: 56px;
  }
}
@media only screen and (min-width: 630px) and (max-width: 950px) {
  .home_hero .info.text_position_bottom_center,
  .module_content_slideshow .info.text_position_bottom_center,
  .module_content_media .info.text_position_bottom_center,
  .module_content_media_double .info.text_position_bottom_center,
  .module_content_media_columned .info.text_position_bottom_center {
    bottom: 38px;
  }
}
@media only screen and (max-width: 629px) {
  .home_hero .info.text_position_bottom_center,
  .module_content_slideshow .info.text_position_bottom_center,
  .module_content_media .info.text_position_bottom_center,
  .module_content_media_double .info.text_position_bottom_center,
  .module_content_media_columned .info.text_position_bottom_center {
    bottom: 28px;
  }
}
.home_hero .info.text_position_bottom_center.text_background_white,
.module_content_slideshow .info.text_position_bottom_center.text_background_white,
.module_content_media .info.text_position_bottom_center.text_background_white,
.module_content_media_double .info.text_position_bottom_center.text_background_white,
.module_content_media_columned .info.text_position_bottom_center.text_background_white {
  bottom: -4px;
  padding-bottom: 0;
}
.home_hero .info.text_position_bottom_left,
.module_content_slideshow .info.text_position_bottom_left,
.module_content_media .info.text_position_bottom_left,
.module_content_media_double .info.text_position_bottom_left,
.module_content_media_columned .info.text_position_bottom_left {
  bottom: 70px;
  left: 70px;
  right: 70px;
  text-align: left;
}
@media only screen and (min-width: 951px) and (max-width: 1400px) {
  .home_hero .info.text_position_bottom_left,
  .module_content_slideshow .info.text_position_bottom_left,
  .module_content_media .info.text_position_bottom_left,
  .module_content_media_double .info.text_position_bottom_left,
  .module_content_media_columned .info.text_position_bottom_left {
    bottom: 56px;
  }
}
@media only screen and (min-width: 630px) and (max-width: 950px) {
  .home_hero .info.text_position_bottom_left,
  .module_content_slideshow .info.text_position_bottom_left,
  .module_content_media .info.text_position_bottom_left,
  .module_content_media_double .info.text_position_bottom_left,
  .module_content_media_columned .info.text_position_bottom_left {
    bottom: 38px;
  }
}
@media only screen and (max-width: 629px) {
  .home_hero .info.text_position_bottom_left,
  .module_content_slideshow .info.text_position_bottom_left,
  .module_content_media .info.text_position_bottom_left,
  .module_content_media_double .info.text_position_bottom_left,
  .module_content_media_columned .info.text_position_bottom_left {
    bottom: 28px;
  }
}
.home_hero .info.text_position_bottom_left.text_background_white,
.module_content_slideshow .info.text_position_bottom_left.text_background_white,
.module_content_media .info.text_position_bottom_left.text_background_white,
.module_content_media_double .info.text_position_bottom_left.text_background_white,
.module_content_media_columned .info.text_position_bottom_left.text_background_white {
  bottom: -4px;
  padding-bottom: 0;
}
@media only screen and (min-width: 951px) and (max-width: 1400px) {
  .home_hero .info.text_position_bottom_left,
  .module_content_slideshow .info.text_position_bottom_left,
  .module_content_media .info.text_position_bottom_left,
  .module_content_media_double .info.text_position_bottom_left,
  .module_content_media_columned .info.text_position_bottom_left {
    left: 56px;
  }
}
@media only screen and (min-width: 630px) and (max-width: 950px) {
  .home_hero .info.text_position_bottom_left,
  .module_content_slideshow .info.text_position_bottom_left,
  .module_content_media .info.text_position_bottom_left,
  .module_content_media_double .info.text_position_bottom_left,
  .module_content_media_columned .info.text_position_bottom_left {
    left: 38px;
  }
}
@media only screen and (max-width: 629px) {
  .home_hero .info.text_position_bottom_left,
  .module_content_slideshow .info.text_position_bottom_left,
  .module_content_media .info.text_position_bottom_left,
  .module_content_media_double .info.text_position_bottom_left,
  .module_content_media_columned .info.text_position_bottom_left {
    left: 28px;
  }
}
@media only screen and (min-width: 951px) and (max-width: 1400px) {
  .home_hero .info.text_position_bottom_left,
  .module_content_slideshow .info.text_position_bottom_left,
  .module_content_media .info.text_position_bottom_left,
  .module_content_media_double .info.text_position_bottom_left,
  .module_content_media_columned .info.text_position_bottom_left {
    right: 56px;
  }
}
@media only screen and (min-width: 630px) and (max-width: 950px) {
  .home_hero .info.text_position_bottom_left,
  .module_content_slideshow .info.text_position_bottom_left,
  .module_content_media .info.text_position_bottom_left,
  .module_content_media_double .info.text_position_bottom_left,
  .module_content_media_columned .info.text_position_bottom_left {
    right: 38px;
  }
}
@media only screen and (max-width: 629px) {
  .home_hero .info.text_position_bottom_left,
  .module_content_slideshow .info.text_position_bottom_left,
  .module_content_media .info.text_position_bottom_left,
  .module_content_media_double .info.text_position_bottom_left,
  .module_content_media_columned .info.text_position_bottom_left {
    right: 28px;
  }
}
.home_hero .info.text_position_below,
.module_content_slideshow .info.text_position_below,
.module_content_media .info.text_position_below,
.module_content_media_double .info.text_position_below,
.module_content_media_columned .info.text_position_below {
  bottom: -150px;
  padding: 0;
  left: 0;
  height: 120px;
  width: auto;
  max-width: 50%;
}
.module_content_related .info {
  text-align: center;
}
.module_content_related .info H2 {
  font-family: 'FuturaBTWXX-CondensedMedium', Arial, sans-serif;
  text-transform: uppercase;
  font-size: 19px;
  letter-spacing: 1.8px;
  margin-bottom: 10px;
}
@media only screen and (min-width: 630px) and (max-width: 950px) {
  .module_content_related .info H2 {
    font-size: 17px;
  }
}
@media only screen and (max-width: 629px) {
  .module_content_related .info H2 {
    font-size: 15px;
  }
}
.module_content_related .info .content {
  margin-left: auto;
  margin-right: auto;
}
.module_content > H2,
.module_content_block > H2 {
  text-align: center;
}
.module_content .link,
.module_content_block .link {
  transition: all 90ms linear;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 4;
  display: block;
  text-indent: -10000px;
}
.module_content .info .present_tense,
.module_content_block .info .present_tense {
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  filter: alpha(opacity=50);
  display: block;
  width: 230px;
  height: auto;
  margin-bottom: 20px;
  position: relative;
  left: -1px;
}
.module_content .info H3,
.module_content_block .info H3 {
  font-family: 'FuturaBTWXX-CondensedLight', Arial, sans-serif;
  text-transform: uppercase;
  font-size: 28px;
  letter-spacing: 0.8px;
  margin-bottom: 10px;
}
@media only screen and (min-width: 630px) and (max-width: 950px) {
  .module_content .info H3,
  .module_content_block .info H3 {
    font-size: 25px;
  }
}
@media only screen and (max-width: 629px) {
  .module_content .info H3,
  .module_content_block .info H3 {
    font-size: 23px;
    line-height: 27px;
  }
}
.module_content .info H3:last-child,
.module_content_block .info H3:last-child {
  margin-bottom: 0;
}
.module_content .info H4,
.module_content_block .info H4 {
  font-family: 'FuturaBTWXX-Heavy', Arial, sans-serif;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 1.2px;
  line-height: 16px;
  margin-bottom: 7px;
}
.module_content .info H4:last-child,
.module_content_block .info H4:last-child {
  margin-bottom: 0;
}
.module_content .info H5,
.module_content_block .info H5 {
  font-family: 'FuturaBT-Book', Arial, sans-serif;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 1.5px;
  line-height: 16px;
  margin-bottom: 7px;
}
@media only screen and (max-width: 629px) {
  .module_content .info H5,
  .module_content_block .info H5 {
    font-size: 10px;
    line-height: 15px;
  }
}
.module_content .info H5:last-child,
.module_content_block .info H5:last-child {
  margin-bottom: 0;
}
.module_content .info P,
.module_content_block .info P {
  font-family: 'BaskervilleBT-Italic', 'Times New Roman', Times, serif;
  font-size: 16px;
  letter-spacing: 0;
  -webkit-font-smoothing: auto;
  line-height: 18px;
  line-height: 20px;
}
@media only screen and (max-width: 629px) {
  .module_content .info P,
  .module_content_block .info P {
    font-size: 17px;
  }
}
@media only screen and (max-width: 629px) {
  .module_content .info P,
  .module_content_block .info P {
    font-size: 14px;
  }
}
.module_content_slideshow .link {
  left: 60px;
  right: 60px;
  bottom: 60px;
}
.module_content_slideshow-simple .text {
  margin-top: 15px;
  text-align: center;
}
.module_content_slideshow-simple .text.small_headline {
  font-family: 'FuturaBT-Light', Arial, sans-serif;
  text-transform: uppercase;
  text-transform: none;
  font-size: 14px;
  letter-spacing: 0.12px;
}
@media only screen and (max-width: 950px) {
  .module_content_slideshow-simple .text.small_headline {
    font-size: 13px;
  }
}
.module_content_slideshow-simple .text.medium_headline {
  font-family: 'FuturaBT-Book', Arial, sans-serif;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 1.5px;
  line-height: 16px;
}
@media only screen and (max-width: 629px) {
  .module_content_slideshow-simple .text.medium_headline {
    font-size: 10px;
    line-height: 15px;
  }
}
.module_content_slideshow-simple .text.serif {
  font-family: 'BaskervilleBT-Italic', 'Times New Roman', Times, serif;
  font-size: 16px;
  letter-spacing: 0;
  -webkit-font-smoothing: auto;
  line-height: 18px;
}
@media only screen and (max-width: 629px) {
  .module_content_slideshow-simple .text.serif {
    font-size: 17px;
  }
}
.module_content_slideshow-simple .owl-carousel .owl-dots {
  display: block !important;
  position: revert;
  bottom: unset;
  left: unset;
  right: unset;
}
.module_content_slideshow-peekaboo {
  margin-right: -20px;
}
.module_content_slideshow-peekaboo .link {
  right: 0;
  left: 0;
}
.module_content_slideshow-peekaboo .text {
  margin-top: 15px;
  text-align: center;
}
.module_content_slideshow-peekaboo .text.small_headline {
  font-family: 'FuturaBT-Light', Arial, sans-serif;
  text-transform: uppercase;
  text-transform: none;
  font-size: 14px;
  letter-spacing: 0.12px;
}
@media only screen and (max-width: 950px) {
  .module_content_slideshow-peekaboo .text.small_headline {
    font-size: 13px;
  }
}
.module_content_slideshow-peekaboo .text.medium_headline {
  font-family: 'FuturaBT-Book', Arial, sans-serif;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 1.5px;
  line-height: 16px;
}
@media only screen and (max-width: 629px) {
  .module_content_slideshow-peekaboo .text.medium_headline {
    font-size: 10px;
    line-height: 15px;
  }
}
.module_content_slideshow-peekaboo .text.serif {
  font-family: 'BaskervilleBT-Italic', 'Times New Roman', Times, serif;
  font-size: 16px;
  letter-spacing: 0;
  -webkit-font-smoothing: auto;
  line-height: 18px;
}
@media only screen and (max-width: 629px) {
  .module_content_slideshow-peekaboo .text.serif {
    font-size: 17px;
  }
}
.module_cookie_consent {
  background-color: white;
  padding: 20px;
  overflow: hidden;
  border: 1px solid black;
  position: fixed;
  bottom: 40px;
  left: 40px;
  z-index: 200;
  width: 390px;
  display: none;
  font-family: 'FuturaBT-Light', Arial, sans-serif;
  text-transform: uppercase;
  text-transform: none;
  font-size: 14px;
  letter-spacing: 0.12px;
  line-height: 23px;
}
@media only screen and (max-width: 950px) {
  .module_cookie_consent {
    font-size: 13px;
  }
}
.module_cookie_consent .text {
  padding-bottom: 7px;
}
.module_cookie_consent .text A {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}
.module_cookie_consent .close {
  text-align: right;
}
.module_data_list {
  margin-bottom: 70px;
}
@media only screen and (min-width: 951px) and (max-width: 1400px) {
  .module_data_list {
    margin-bottom: 56px;
  }
}
@media only screen and (min-width: 630px) and (max-width: 950px) {
  .module_data_list {
    margin-bottom: 38px;
  }
}
@media only screen and (max-width: 629px) {
  .module_data_list {
    margin-bottom: 28px;
  }
}
.module_data_list DL {
  overflow: hidden;
}
.module_data_list DL DT {
  font-family: 'FuturaBTWXX-Heavy', Arial, sans-serif;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 1.2px;
  line-height: 16px;
  width: 100px;
  float: left;
  clear: left;
  line-height: 26px;
  padding-top: 1px;
}
.module_data_list DL DT.wider {
  width: 140px;
}
.module_data_list DL DD {
  font-family: 'FuturaBT-Light', Arial, sans-serif;
  text-transform: uppercase;
  text-transform: none;
  font-size: 14px;
  letter-spacing: 0.12px;
  float: left;
  line-height: 26px;
}
@media only screen and (max-width: 950px) {
  .module_data_list DL DD {
    font-size: 13px;
  }
}
.module_dropdown_navigation {
  display: block;
  position: relative;
}
.module_dropdown_navigation .display {
  font-family: 'FuturaBTWXX-Heavy', Arial, sans-serif;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 1.2px;
  line-height: 16px;
  background: url('https://www.thefutureperfect.com/wp-content/themes/The-Future-Perfect/assets/img/icons/arrow_dropdown.svg') no-repeat right 20px center;
  background-size: 12px auto;
  border: 1px solid #CCCCCC;
  padding: 20px 20px 18px 20px;
}
.module_dropdown_navigation SELECT {
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
}
.module_gallery_strip {
  margin-bottom: 70px;
  position: relative;
}
@media only screen and (min-width: 951px) and (max-width: 1400px) {
  .module_gallery_strip {
    margin-bottom: 56px;
  }
}
@media only screen and (min-width: 630px) and (max-width: 950px) {
  .module_gallery_strip {
    margin-bottom: 38px;
  }
}
@media only screen and (max-width: 629px) {
  .module_gallery_strip {
    margin-bottom: 28px;
  }
}
.module_gallery_strip .cover {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -220px;
  right: -220px;
  content: ' ';
  background-color: white;
  z-index: 10;
}
.module_gallery_strip .wrapper {
  height: 450px;
  overflow: hidden;
}
.module_gallery_strip .slide {
  height: 450px;
  margin-right: 20px;
}
.module_gallery_strip .slide IMG {
  max-width: none;
  height: 430px;
}
.module_gallery_strip .slide .caption {
  font-family: 'FuturaBT-Book', Arial, sans-serif;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 1.5px;
  line-height: 16px;
  color: #737373;
  height: 20px;
  text-overflow: hidden;
  white-space: nowrap;
  padding-top: 5px;
}
@media only screen and (max-width: 629px) {
  .module_gallery_strip .slide .caption {
    font-size: 10px;
    line-height: 15px;
  }
}
.module_gallery_strip .module_content_slideshow {
  display: none;
}
.module_icon_grid {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.module_icon_grid .grid {
  position: relative;
  display: block;
  clear: both;
  overflow: hidden;
  margin-left: -40px;
  margin-top: -40px;
}
@media only screen and (min-width: 951px) and (max-width: 1400px) {
  .module_icon_grid .grid {
    margin-left: -32px;
  }
}
@media only screen and (min-width: 630px) and (max-width: 950px) {
  .module_icon_grid .grid {
    margin-left: -22px;
  }
}
@media only screen and (max-width: 629px) {
  .module_icon_grid .grid {
    margin-left: -16px;
  }
}
@media only screen and (min-width: 951px) and (max-width: 1400px) {
  .module_icon_grid .grid {
    margin-top: -32px;
  }
}
@media only screen and (min-width: 630px) and (max-width: 950px) {
  .module_icon_grid .grid {
    margin-top: -22px;
  }
}
@media only screen and (max-width: 629px) {
  .module_icon_grid .grid {
    margin-top: -16px;
  }
}
.module_icon_grid .item {
  /* Desktop, Tablet, Mobile, XL, Super-XL */
  float: left;
  position: relative;
  width: 33.33333333%;
  padding-left: 40px;
  padding-top: 40px;
  text-align: center;
  color: #737373;
}
@media only screen and (max-width: 629px) {
  .module_icon_grid .item {
    width: 100%;
  }
}
@media only screen and (min-width: 951px) and (max-width: 1400px) {
  .module_icon_grid .item {
    padding-left: 32px;
  }
}
@media only screen and (min-width: 630px) and (max-width: 950px) {
  .module_icon_grid .item {
    padding-left: 22px;
  }
}
@media only screen and (max-width: 629px) {
  .module_icon_grid .item {
    padding-left: 16px;
  }
}
@media only screen and (min-width: 951px) and (max-width: 1400px) {
  .module_icon_grid .item {
    padding-top: 32px;
  }
}
@media only screen and (min-width: 630px) and (max-width: 950px) {
  .module_icon_grid .item {
    padding-top: 22px;
  }
}
@media only screen and (max-width: 629px) {
  .module_icon_grid .item {
    padding-top: 16px;
  }
}
.module_icon_grid .item .icon_size {
  max-width: 68px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}
.module_icon_grid .item .icon {
  display: inline-block;
  height: 0;
  overflow: hidden;
  width: 100%;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: relative;
  padding-bottom: 70%;
}
.module_icon_grid .item .icon > DIV {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.module_icon_grid .item .icon > IMG {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: "object-fit: cover";
}
.module_icon_grid .item .icon IMG {
  -moz-opacity: 0.65;
  -khtml-opacity: 0.65;
  -webkit-opacity: 0.65;
  opacity: 0.65;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=65);
  filter: alpha(opacity=65);
  display: block;
  width: 100%;
  height: auto;
}
.module_icon_grid .item H3 {
  font-family: 'FuturaBTWXX-Heavy', Arial, sans-serif;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 1.2px;
  line-height: 16px;
  margin-bottom: 5px;
}
.module_icon_grid .item H4 {
  font-family: 'FuturaBT-Book', Arial, sans-serif;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 1.5px;
  line-height: 16px;
  line-height: 13px;
}
@media only screen and (max-width: 629px) {
  .module_icon_grid .item H4 {
    font-size: 10px;
    line-height: 15px;
  }
}
.module_icon_grid .item P {
  font-family: 'FuturaBT-Light', Arial, sans-serif;
  text-transform: uppercase;
  text-transform: none;
  font-size: 14px;
  letter-spacing: 0.12px;
  line-height: 20px;
}
@media only screen and (max-width: 950px) {
  .module_icon_grid .item P {
    font-size: 13px;
  }
}
.module_icon_grid.bordered .inner {
  border: 1px solid #737373;
  padding: 40px;
}
@media only screen and (min-width: 951px) and (max-width: 1400px) {
  .module_icon_grid.bordered .inner {
    padding: 32px;
  }
}
@media only screen and (min-width: 630px) and (max-width: 950px) {
  .module_icon_grid.bordered .inner {
    padding: 22px;
  }
}
@media only screen and (max-width: 629px) {
  .module_icon_grid.bordered .inner {
    padding: 16px;
  }
}
.module_present_tense_latest .loading {
  background-color: #EEEEEE;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  text-align: center;
  padding: 40px;
}
.module_present_tense_latest .loading .spinner {
  margin: 0 auto;
}
.module_readmore {
  margin-top: 20px;
  min-height: 15px;
  position: relative;
}
@media only screen and (min-width: 951px) and (max-width: 1400px) {
  .module_readmore {
    margin-top: 16px;
  }
}
@media only screen and (min-width: 630px) and (max-width: 950px) {
  .module_readmore {
    margin-top: 11px;
  }
}
@media only screen and (max-width: 629px) {
  .module_readmore {
    margin-top: 8px;
  }
}
.module_readmore .trigger {
  font-family: 'FuturaBT-Book', Arial, sans-serif;
  font-size: 11px;
  letter-spacing: 1.5px;
  line-height: 16px;
  text-decoration: underline;
  text-transform: uppercase;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
@media only screen and (max-width: 629px) {
  .module_readmore .trigger {
    font-size: 10px;
    line-height: 15px;
  }
}
.module_readmore .more {
  overflow: hidden;
  height: 0;
}
.module_readmore .inner {
  padding-bottom: 5px;
}
.module_sharing {
  height: 40px;
  margin-bottom: 10px;
}
.module_sharing A {
  -moz-opacity: 0.4;
  -khtml-opacity: 0.4;
  -webkit-opacity: 0.4;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=40);
  filter: alpha(opacity=40);
  transition: all 100ms linear;
  margin-left: 3px;
  display: inline-block;
}
.module_sharing A:hover {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.module_sharing A DIV {
  width: 19px;
  height: 19px;
  background-position: 50%;
  background-size: contain;
  background-repeat: no-repeat;
}
#subscribe_trigger {
  display: none;
}
.modal_content > .subscribe .module_subscribe {
  border: 0;
  padding-bottom: 0;
}
.modal_content > .subscribe .module_subscribe .info,
.modal_content > .subscribe .module_subscribe FORM {
  width: auto;
  float: none;
}
.modal_content > .subscribe .module_subscribe FORM {
  padding-left: 0;
  margin-top: 10px;
}
.module_subscribe H3 {
  font-family: 'FuturaBTWXX-Heavy', Arial, sans-serif;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 1.2px;
  line-height: 16px;
}
.module_subscribe P {
  font-family: 'BaskervilleBT-Italic', 'Times New Roman', Times, serif;
  font-size: 16px;
  letter-spacing: 0;
  -webkit-font-smoothing: auto;
  line-height: 18px;
}
@media only screen and (max-width: 629px) {
  .module_subscribe P {
    font-size: 17px;
  }
}
.module_subscribe .top P {
  display: none;
}
.module_subscribe .bottom {
  clear: both;
  padding-top: 16px;
}
.module_subscribe FORM {
  position: relative;
  padding-right: 8px !important;
  overflow: hidden;
}
.module_subscribe FORM LEGEND,
.module_subscribe FORM LABEL {
  display: none;
}
.module_subscribe FORM INPUT[type="text"] {
  width: 70%;
  float: left;
}
.module_subscribe FORM INPUT[type="submit"] {
  width: 30%;
  float: right;
  padding-right: 0;
  padding-left: 0;
  position: relative;
  right: -8px;
}
.module_subscribe FORM P.confirmation {
  display: none;
}
.module_subscribe FORM.success INPUT {
  display: none;
}
.module_subscribe FORM.success P {
  display: none;
}
.module_subscribe FORM.success P.confirmation {
  display: block;
}
.module_website_frame .media_container IFRAME {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* --------------------------------------------------------------- */
/*  Account Pages */
.woocommerce-account .woocommerce-MyAccount-content > P {
  font-family: 'FuturaBT-Light', Arial, sans-serif;
  text-transform: uppercase;
  text-transform: none;
  font-size: 14px;
  letter-spacing: 0.12px;
  line-height: 26px;
}
@media only screen and (max-width: 950px) {
  .woocommerce-account .woocommerce-MyAccount-content > P {
    font-size: 13px;
    line-height: 16px;
  }
}
.woocommerce-account .woocommerce-column--shipping-address,
.woocommerce-account .woocommerce-column--billing-address,
.woocommerce-account .woocommerce-Addresses {
  position: relative;
  overflow: hidden;
}
.woocommerce-account .woocommerce-column--shipping-address H2,
.woocommerce-account .woocommerce-column--billing-address H2,
.woocommerce-account .woocommerce-Addresses H2,
.woocommerce-account .woocommerce-column--shipping-address H3,
.woocommerce-account .woocommerce-column--billing-address H3,
.woocommerce-account .woocommerce-Addresses H3 {
  font-family: 'FuturaBTWXX-Heavy', Arial, sans-serif;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 1.2px;
  line-height: 16px;
  margin-bottom: 5px;
}
.woocommerce-account .woocommerce-column--shipping-address HEADER,
.woocommerce-account .woocommerce-column--billing-address HEADER,
.woocommerce-account .woocommerce-Addresses HEADER {
  padding-bottom: 10px;
}
.woocommerce-account .woocommerce-column--shipping-address HEADER .edit,
.woocommerce-account .woocommerce-column--billing-address HEADER .edit,
.woocommerce-account .woocommerce-Addresses HEADER .edit {
  text-decoration: underline;
}
.woocommerce-account .woocommerce-column--shipping-address HEADER .edit:hover,
.woocommerce-account .woocommerce-column--billing-address HEADER .edit:hover,
.woocommerce-account .woocommerce-Addresses HEADER .edit:hover {
  color: #737373;
}
.woocommerce-account .woocommerce-column--shipping-address ADDRESS,
.woocommerce-account .woocommerce-column--billing-address ADDRESS,
.woocommerce-account .woocommerce-Addresses ADDRESS {
  font-family: 'FuturaBT-Light', Arial, sans-serif;
  text-transform: uppercase;
  text-transform: none;
  font-size: 14px;
  letter-spacing: 0.12px;
  line-height: 20px;
  padding-top: 8px;
}
@media only screen and (max-width: 950px) {
  .woocommerce-account .woocommerce-column--shipping-address ADDRESS,
  .woocommerce-account .woocommerce-column--billing-address ADDRESS,
  .woocommerce-account .woocommerce-Addresses ADDRESS {
    font-size: 13px;
  }
}
/* --------------------------------------------------------------- */
/*  Order List */
BODY.woocommerce-orders .orders-empty {
  font-family: 'BaskervilleBT-Italic', 'Times New Roman', Times, serif;
  font-size: 16px;
  letter-spacing: 0;
  -webkit-font-smoothing: auto;
  line-height: 18px;
}
@media only screen and (max-width: 629px) {
  BODY.woocommerce-orders .orders-empty {
    font-size: 17px;
  }
}
/* --------------------------------------------------------------- */
/*  Order Details */
.woocommerce-view-order .woocommerce-order-details__title {
  display: none;
}
/* --------------------------------------------------------------- */
/*  Order Detail Table */
.woocommerce-table--order-details .product-total,
.woocommerce-table--order-details TFOOT TD {
  width: 250px;
}
BODY.tinvwl-theme-style .woocommerce-MyAccount-content,
BODY.woocommerce-account .woocommerce-MyAccount-content,
BODY.tinvwl-theme-style .content,
BODY.woocommerce-account .content,
BODY.tinvwl-theme-style #content,
BODY.woocommerce-account #content {
  max-width: 800px;
}
BODY.tinvwl-theme-style .woocommerce-MyAccount-content > P,
BODY.woocommerce-account .woocommerce-MyAccount-content > P,
BODY.tinvwl-theme-style .content > P,
BODY.woocommerce-account .content > P,
BODY.tinvwl-theme-style #content > P,
BODY.woocommerce-account #content > P {
  margin-bottom: 40px;
}
@media only screen and (min-width: 951px) and (max-width: 1400px) {
  BODY.tinvwl-theme-style .woocommerce-MyAccount-content > P,
  BODY.woocommerce-account .woocommerce-MyAccount-content > P,
  BODY.tinvwl-theme-style .content > P,
  BODY.woocommerce-account .content > P,
  BODY.tinvwl-theme-style #content > P,
  BODY.woocommerce-account #content > P {
    margin-bottom: 32px;
  }
}
@media only screen and (min-width: 630px) and (max-width: 950px) {
  BODY.tinvwl-theme-style .woocommerce-MyAccount-content > P,
  BODY.woocommerce-account .woocommerce-MyAccount-content > P,
  BODY.tinvwl-theme-style .content > P,
  BODY.woocommerce-account .content > P,
  BODY.tinvwl-theme-style #content > P,
  BODY.woocommerce-account #content > P {
    margin-bottom: 22px;
  }
}
@media only screen and (max-width: 629px) {
  BODY.tinvwl-theme-style .woocommerce-MyAccount-content > P,
  BODY.woocommerce-account .woocommerce-MyAccount-content > P,
  BODY.tinvwl-theme-style .content > P,
  BODY.woocommerce-account .content > P,
  BODY.tinvwl-theme-style #content > P,
  BODY.woocommerce-account #content > P {
    margin-bottom: 16px;
  }
}
#content .woocommerce .woocommerce-cart-form {
  position: relative;
}
#content .woocommerce .woocommerce-cart-form .woocommerce-cart-contents {
  width: 60%;
}
#content .woocommerce .woocommerce-cart-form .cart-collaterals {
  padding-left: 70px;
  width: 40%;
  position: absolute;
  top: 71px;
  right: 0;
}
@media only screen and (min-width: 951px) and (max-width: 1400px) {
  #content .woocommerce .woocommerce-cart-form .cart-collaterals {
    padding-left: 56px;
  }
}
@media only screen and (min-width: 630px) and (max-width: 950px) {
  #content .woocommerce .woocommerce-cart-form .cart-collaterals {
    padding-left: 38px;
  }
}
@media only screen and (max-width: 629px) {
  #content .woocommerce .woocommerce-cart-form .cart-collaterals {
    padding-left: 28px;
  }
}
#content .woocommerce .woocommerce-cart-form .cart-collaterals .cart_totals {
  padding-top: 0;
}
.woocommerce > .cart-empty,
.woocommerce > .return-to-shop {
  text-align: center;
  padding-bottom: 40px;
}
@media only screen and (min-width: 951px) and (max-width: 1400px) {
  .woocommerce > .cart-empty,
  .woocommerce > .return-to-shop {
    padding-bottom: 32px;
  }
}
@media only screen and (min-width: 630px) and (max-width: 950px) {
  .woocommerce > .cart-empty,
  .woocommerce > .return-to-shop {
    padding-bottom: 22px;
  }
}
@media only screen and (max-width: 629px) {
  .woocommerce > .cart-empty,
  .woocommerce > .return-to-shop {
    padding-bottom: 16px;
  }
}
.cart-empty {
  font-family: 'BaskervilleBT-Italic', 'Times New Roman', Times, serif;
  font-size: 16px;
  letter-spacing: 0;
  -webkit-font-smoothing: auto;
  line-height: 18px;
  padding-top: 3px;
}
@media only screen and (max-width: 629px) {
  .cart-empty {
    font-size: 17px;
  }
}
.woocommerce .woocommerce-cart-form {
  max-width: 600px;
  position: relative;
}
.woocommerce .woocommerce-cart-form .over {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  display: none;
  background-color: rgba(255, 255, 255, 0.6);
}
.woocommerce .woocommerce-cart-contents {
  border-bottom: 1px solid #CCCCCC;
}
.woocommerce .woocommerce-cart-contents .cart-item {
  padding-top: 40px;
  padding-bottom: 20px;
  border-top: 1px solid #CCCCCC;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.woocommerce .woocommerce-cart-contents .cart-item .product-thumbnail {
  width: 200px;
  padding-right: 20px;
}
.woocommerce .woocommerce-cart-contents .cart-item .product-thumbnail IMG {
  width: 100%;
  height: auto;
}
.woocommerce .woocommerce-cart-contents .cart-item .info {
  -ms-flex: 1;
      flex: 1;
}
.woocommerce .woocommerce-cart-contents .cart-item .product-name {
  font-family: 'FuturaBTWXX-CondensedMedium', Arial, sans-serif;
  text-transform: uppercase;
  font-size: 19px;
  letter-spacing: 1.8px;
}
@media only screen and (min-width: 630px) and (max-width: 950px) {
  .woocommerce .woocommerce-cart-contents .cart-item .product-name {
    font-size: 17px;
  }
}
@media only screen and (max-width: 629px) {
  .woocommerce .woocommerce-cart-contents .cart-item .product-name {
    font-size: 15px;
  }
}
.woocommerce .woocommerce-cart-contents .cart-item .product-name-designer {
  font-family: 'FuturaBT-Book', Arial, sans-serif;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 1.5px;
  line-height: 16px;
  margin-top: 3px;
}
@media only screen and (max-width: 629px) {
  .woocommerce .woocommerce-cart-contents .cart-item .product-name-designer {
    font-size: 10px;
    line-height: 15px;
  }
}
.woocommerce .woocommerce-cart-contents .cart-item .product-details {
  margin-top: 15px;
}
.woocommerce .woocommerce-cart-contents .cart-item .product-details DL {
  font-family: 'FuturaBT-Book', Arial, sans-serif;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 1.5px;
  line-height: 16px;
  overflow: hidden;
  line-height: 18px;
}
@media only screen and (max-width: 629px) {
  .woocommerce .woocommerce-cart-contents .cart-item .product-details DL {
    font-size: 10px;
    line-height: 15px;
  }
}
.woocommerce .woocommerce-cart-contents .cart-item .price-note {
  font-family: 'FuturaBT-Book', Arial, sans-serif;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 1.5px;
  line-height: 16px;
  text-align: right;
  margin-bottom: 3px;
}
@media only screen and (max-width: 629px) {
  .woocommerce .woocommerce-cart-contents .cart-item .price-note {
    font-size: 10px;
    line-height: 15px;
  }
}
.woocommerce .woocommerce-cart-contents .cart-item .item-data {
  font-family: 'FuturaBT-Book', Arial, sans-serif;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 1.5px;
  line-height: 16px;
}
@media only screen and (max-width: 629px) {
  .woocommerce .woocommerce-cart-contents .cart-item .item-data {
    font-size: 10px;
    line-height: 15px;
  }
}
.woocommerce .woocommerce-cart-contents .cart-item .item-data .row {
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
}
.woocommerce .woocommerce-cart-contents .cart-item .item-data .row .row-thumbnail {
  width: 45px;
}
.woocommerce .woocommerce-cart-contents .cart-item .item-data .row .row-thumbnail IMG {
  width: 35px;
  aspect-ratio: 1;
  overflow: hidden;
}
.woocommerce .woocommerce-cart-contents .cart-item .item-data .row .row-info {
  -ms-flex: 1;
      flex: 1;
}
.woocommerce .woocommerce-cart-contents .cart-item .item-data .row .row-info SPAN {
  display: inline-block;
  margin-right: 5px;
}
.woocommerce .woocommerce-cart-contents .cart-item .product-bottom {
  padding-top: 20px;
  overflow: hidden;
}
.woocommerce .woocommerce-cart-contents .cart-item .product-leadtime {
  padding-top: 10px;
  font-family: 'FuturaBTWXX-Heavy', Arial, sans-serif;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 1.2px;
  line-height: 16px;
}
.woocommerce .woocommerce-cart-contents .cart-item .product-quantity {
  font-family: 'FuturaBT-Book', Arial, sans-serif;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 1.5px;
  line-height: 16px;
  text-align: left;
  width: 70px;
  float: left;
  position: relative;
}
@media only screen and (max-width: 629px) {
  .woocommerce .woocommerce-cart-contents .cart-item .product-quantity {
    font-size: 10px;
    line-height: 15px;
  }
}
.woocommerce .woocommerce-cart-contents .cart-item .product-quantity .select-qty LABEL {
  display: none;
}
.woocommerce .woocommerce-cart-contents .cart-item .product-quantity .select-qty SELECT {
  padding: 0;
  opacity: 0;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.woocommerce .woocommerce-cart-contents .cart-item .product-subtotal {
  font-family: 'BaskervilleBT-Italic', 'Times New Roman', Times, serif;
  font-size: 16px;
  letter-spacing: 0;
  -webkit-font-smoothing: auto;
  line-height: 18px;
  text-align: right;
  width: 100px;
  float: right;
}
@media only screen and (max-width: 629px) {
  .woocommerce .woocommerce-cart-contents .cart-item .product-subtotal {
    font-size: 17px;
  }
}
.woocommerce .woocommerce-cart-contents .cart-item .product-remove {
  width: 100%;
  padding-top: 14px;
}
.woocommerce .woocommerce-cart-contents .cart-item .product-remove A {
  font-family: 'FuturaBT-Light', Arial, sans-serif;
  text-transform: uppercase;
  text-transform: none;
  font-size: 14px;
  letter-spacing: 0.12px;
  color: #737373;
  text-decoration: underline;
}
@media only screen and (max-width: 950px) {
  .woocommerce .woocommerce-cart-contents .cart-item .product-remove A {
    font-size: 13px;
  }
}
.woocommerce .woocommerce-cart-contents .cart-item .product-remove A:hover {
  color: #000;
}
.woocommerce .cart_totals {
  padding-top: 40px;
  max-width: 600px;
}
@media only screen and (min-width: 951px) and (max-width: 1400px) {
  .woocommerce .cart_totals {
    padding-top: 32px;
  }
}
@media only screen and (min-width: 630px) and (max-width: 950px) {
  .woocommerce .cart_totals {
    padding-top: 22px;
  }
}
@media only screen and (max-width: 629px) {
  .woocommerce .cart_totals {
    padding-top: 16px;
  }
}
.woocommerce .cart_totals .shipping-calculator-button {
  display: none;
}
.woocommerce .cart_totals #shipping_method {
  margin-left: 70px;
  margin-top: 40px;
  padding: 40px;
  margin-bottom: 9px;
  border: 1px solid #000;
}
@media only screen and (min-width: 951px) and (max-width: 1400px) {
  .woocommerce .cart_totals #shipping_method {
    margin-left: 56px;
  }
}
@media only screen and (min-width: 630px) and (max-width: 950px) {
  .woocommerce .cart_totals #shipping_method {
    margin-left: 38px;
  }
}
@media only screen and (max-width: 629px) {
  .woocommerce .cart_totals #shipping_method {
    margin-left: 28px;
  }
}
@media only screen and (min-width: 951px) and (max-width: 1400px) {
  .woocommerce .cart_totals #shipping_method {
    margin-top: 32px;
  }
}
@media only screen and (min-width: 630px) and (max-width: 950px) {
  .woocommerce .cart_totals #shipping_method {
    margin-top: 22px;
  }
}
@media only screen and (max-width: 629px) {
  .woocommerce .cart_totals #shipping_method {
    margin-top: 16px;
  }
}
@media only screen and (min-width: 951px) and (max-width: 1400px) {
  .woocommerce .cart_totals #shipping_method {
    padding: 32px;
  }
}
@media only screen and (min-width: 630px) and (max-width: 950px) {
  .woocommerce .cart_totals #shipping_method {
    padding: 22px;
  }
}
@media only screen and (max-width: 629px) {
  .woocommerce .cart_totals #shipping_method {
    padding: 16px;
  }
}
.woocommerce .cart_totals > DIV {
  overflow: hidden;
  padding-bottom: 10px;
}
.woocommerce .cart_totals > DIV P.label {
  font-family: 'FuturaBT-Light', Arial, sans-serif;
  text-transform: uppercase;
  text-transform: none;
  font-size: 14px;
  letter-spacing: 0.12px;
  width: 50%;
  float: left;
}
@media only screen and (max-width: 950px) {
  .woocommerce .cart_totals > DIV P.label {
    font-size: 13px;
  }
}
.woocommerce .cart_totals > DIV P.amount {
  font-family: 'BaskervilleBT-Italic', 'Times New Roman', Times, serif;
  font-size: 16px;
  letter-spacing: 0;
  -webkit-font-smoothing: auto;
  line-height: 18px;
  text-align: right;
  width: 50%;
  float: right;
}
@media only screen and (max-width: 629px) {
  .woocommerce .cart_totals > DIV P.amount {
    font-size: 17px;
  }
}
.woocommerce .cart_totals .wc-proceed-to-checkout .viewcart-button {
  display: none;
}
.woocommerce .woocommerce-cart-actions-mini {
  display: none;
}
.woocommerce-order-received .woocommerce-order {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.woocommerce-order-received .woocommerce-order .woocommerce-thankyou-order-received {
  padding-bottom: 20px;
  font-family: 'BaskervilleBT-Italic', 'Times New Roman', Times, serif;
  font-size: 16px;
  letter-spacing: 0;
  -webkit-font-smoothing: auto;
  line-height: 18px;
  text-align: center;
}
@media only screen and (min-width: 951px) and (max-width: 1400px) {
  .woocommerce-order-received .woocommerce-order .woocommerce-thankyou-order-received {
    padding-bottom: 16px;
  }
}
@media only screen and (min-width: 630px) and (max-width: 950px) {
  .woocommerce-order-received .woocommerce-order .woocommerce-thankyou-order-received {
    padding-bottom: 11px;
  }
}
@media only screen and (max-width: 629px) {
  .woocommerce-order-received .woocommerce-order .woocommerce-thankyou-order-received {
    padding-bottom: 8px;
  }
}
@media only screen and (max-width: 629px) {
  .woocommerce-order-received .woocommerce-order .woocommerce-thankyou-order-received {
    font-size: 17px;
  }
}
.woocommerce-order-received .woocommerce-order .woocommerce-order-overview {
  font-family: 'FuturaBT-Light', Arial, sans-serif;
  text-transform: uppercase;
  text-transform: none;
  font-size: 14px;
  letter-spacing: 0.12px;
  line-height: 23px;
  text-align: center;
}
@media only screen and (max-width: 950px) {
  .woocommerce-order-received .woocommerce-order .woocommerce-order-overview {
    font-size: 13px;
  }
}
.woocommerce-order-received .woocommerce-order .woocommerce-order-overview STRONG {
  font-weight: normal;
}
.woocommerce-order-received .woocommerce-order .woocommerce-customer-details {
  font-family: 'FuturaBT-Light', Arial, sans-serif;
  text-transform: uppercase;
  text-transform: none;
  font-size: 14px;
  letter-spacing: 0.12px;
  line-height: 23px;
}
@media only screen and (max-width: 950px) {
  .woocommerce-order-received .woocommerce-order .woocommerce-customer-details {
    font-size: 13px;
  }
}
.woocommerce-order-received SECTION.woocommerce-order-details {
  padding-top: 70px;
}
@media only screen and (min-width: 951px) and (max-width: 1400px) {
  .woocommerce-order-received SECTION.woocommerce-order-details {
    padding-top: 56px;
  }
}
@media only screen and (min-width: 630px) and (max-width: 950px) {
  .woocommerce-order-received SECTION.woocommerce-order-details {
    padding-top: 38px;
  }
}
@media only screen and (max-width: 629px) {
  .woocommerce-order-received SECTION.woocommerce-order-details {
    padding-top: 28px;
  }
}
.woocommerce-order-received SECTION.woocommerce-order-details H2 {
  text-align: center;
}
/* --------------------------------------------------------------- */
/*  Coupon */
.woocommerce-checkout .checkout_coupon_custom {
  display: none;
}
.woocommerce-checkout {
  /* --------------------------------------------------------------- */
  /*  All Sections */
  /* --------------------------------------------------------------- */
  /*  Billing Address Section */
  /* --------------------------------------------------------------- */
  /*  Shipping Address Section */
  /* --------------------------------------------------------------- */
  /*  Shipping Methods Section */
  /* --------------------------------------------------------------- */
  /*  Create Account Section */
  /* --------------------------------------------------------------- */
  /*  Payment Methods Section */
  /* --------------------------------------------------------------- */
  /*  Place Order */
  /* --------------------------------------------------------------- */
  /*  Terms & Conditions */
  /* --------------------------------------------------------------- */
  /*  Order Review Table */
}
.woocommerce-checkout .woocommerce HEADER {
  text-align: left;
}
.woocommerce-checkout .login {
  padding-bottom: 30px;
}
.woocommerce-checkout .login > P {
  margin-bottom: 20px;
}
.woocommerce-checkout FORM.checkout {
  overflow: hidden;
  max-width: none;
}
.woocommerce-checkout FORM.checkout > .sections {
  width: 50%;
  float: left;
}
.woocommerce-checkout FORM.checkout > .review {
  padding-left: 70px;
  width: 50%;
  max-width: 400px;
  float: right;
}
.woocommerce-checkout .woocommerce-early-checkout-fields,
.woocommerce-checkout .woocommerce-billing-fields,
.woocommerce-checkout .woocommerce-shipping-methods-fields,
.woocommerce-checkout .woocommerce-shipping-fields .shipping_address,
.woocommerce-checkout .woocommerce-account-fields,
.woocommerce-checkout .woocommerce-mailinglist-fields {
  margin-bottom: 70px;
}
.woocommerce-checkout .woocommerce-early-checkout-fields:after,
.woocommerce-checkout .woocommerce-billing-fields:after,
.woocommerce-checkout .woocommerce-shipping-methods-fields:after,
.woocommerce-checkout .woocommerce-shipping-fields .shipping_address:after,
.woocommerce-checkout .woocommerce-account-fields:after,
.woocommerce-checkout .woocommerce-mailinglist-fields:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
@media only screen and (min-width: 951px) and (max-width: 1400px) {
  .woocommerce-checkout .woocommerce-early-checkout-fields,
  .woocommerce-checkout .woocommerce-billing-fields,
  .woocommerce-checkout .woocommerce-shipping-methods-fields,
  .woocommerce-checkout .woocommerce-shipping-fields .shipping_address,
  .woocommerce-checkout .woocommerce-account-fields,
  .woocommerce-checkout .woocommerce-mailinglist-fields {
    margin-bottom: 56px;
  }
}
@media only screen and (min-width: 630px) and (max-width: 950px) {
  .woocommerce-checkout .woocommerce-early-checkout-fields,
  .woocommerce-checkout .woocommerce-billing-fields,
  .woocommerce-checkout .woocommerce-shipping-methods-fields,
  .woocommerce-checkout .woocommerce-shipping-fields .shipping_address,
  .woocommerce-checkout .woocommerce-account-fields,
  .woocommerce-checkout .woocommerce-mailinglist-fields {
    margin-bottom: 38px;
  }
}
@media only screen and (max-width: 629px) {
  .woocommerce-checkout .woocommerce-early-checkout-fields,
  .woocommerce-checkout .woocommerce-billing-fields,
  .woocommerce-checkout .woocommerce-shipping-methods-fields,
  .woocommerce-checkout .woocommerce-shipping-fields .shipping_address,
  .woocommerce-checkout .woocommerce-account-fields,
  .woocommerce-checkout .woocommerce-mailinglist-fields {
    margin-bottom: 28px;
  }
}
.woocommerce-checkout .woocommerce-billing-fields #ship-to-different-address {
  clear: both;
}
.woocommerce-checkout .woocommerce-shipping-methods-fields > .shipping > P.label {
  display: none;
}
.woocommerce-checkout .woocommerce-account-fields P {
  font-family: 'FuturaBT-Book', Arial, sans-serif;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 1.5px;
  line-height: 16px;
  margin-bottom: 6px;
}
@media only screen and (max-width: 629px) {
  .woocommerce-checkout .woocommerce-account-fields P {
    font-size: 10px;
    line-height: 15px;
  }
}
.woocommerce-checkout .woocommerce-account-fields LABEL {
  display: none !important;
}
.woocommerce-checkout .woocommerce-account-fields .form-row {
  float: none;
  width: auto;
}
.woocommerce-checkout .woocommerce-checkout-payment {
  /* Stripe Stuff */
}
.woocommerce-checkout .woocommerce-checkout-payment .payment_methods > P,
.woocommerce-checkout .woocommerce-checkout-payment .payment_methods IMG,
.woocommerce-checkout .woocommerce-checkout-payment .payment_methods A {
  display: none;
}
.woocommerce-checkout .woocommerce-checkout-payment .payment_methods LI {
  margin-bottom: 10px;
  position: relative;
}
.woocommerce-checkout .woocommerce-checkout-payment .payment_methods LI > LABEL {
  font-family: 'FuturaBT-Book', Arial, sans-serif;
  text-transform: uppercase;
  text-transform: none;
  font-size: 14px;
  letter-spacing: 0.12px;
  position: absolute;
  top: 14px;
  left: 54px;
  padding-left: 0 !important;
}
.woocommerce-checkout .woocommerce-checkout-payment .payment_methods .payment_box {
  padding-top: 23px;
  overflow: hidden;
}
.woocommerce-checkout .woocommerce-checkout-payment .payment_methods .payment_box > DIV {
  overflow: hidden;
}
.woocommerce-checkout .woocommerce-checkout-payment .payment_method_stripe P:not(.form-row) {
  display: none;
}
.woocommerce-checkout .woocommerce-checkout-payment .payment_method_stripe LABEL I {
  margin-top: 9px;
  color: #737373;
  margin-left: 5px;
}
.woocommerce-checkout .woocommerce-checkout-payment .payment_method_stripe LABEL I.stripe-pf-diners,
.woocommerce-checkout .woocommerce-checkout-payment .payment_method_stripe LABEL I.stripe-pf-jcb {
  display: none;
}
.woocommerce-checkout .woocommerce-checkout-payment .payment_method_stripe .StripeElement {
  min-height: 42px;
  margin-top: 5px;
  padding-bottom: 15px;
}
.woocommerce-checkout .woocommerce-checkout-payment .payment_method_stripe SELECT {
  margin-bottom: 20px;
}
@media only screen and (min-width: 951px) and (max-width: 1400px) {
  .woocommerce-checkout .woocommerce-checkout-payment .payment_method_stripe SELECT {
    margin-bottom: 16px;
  }
}
@media only screen and (min-width: 630px) and (max-width: 950px) {
  .woocommerce-checkout .woocommerce-checkout-payment .payment_method_stripe SELECT {
    margin-bottom: 11px;
  }
}
@media only screen and (max-width: 629px) {
  .woocommerce-checkout .woocommerce-checkout-payment .payment_method_stripe SELECT {
    margin-bottom: 8px;
  }
}
.woocommerce-checkout .woocommerce-checkout-payment .payment_method_stripe .woocommerce-SavedPaymentMethods-saveNew {
  width: 100%;
}
.woocommerce-checkout .woocommerce-early-checkout-fields .spinner {
  display: none;
}
.woocommerce-checkout FORM.checkout:not(.has-email) .woocommerce-billing-fields,
.woocommerce-checkout FORM.checkout:not(.has-email) .woocommerce-account-fields,
.woocommerce-checkout FORM.checkout:not(.has-email) .woocommerce-shipping-fields,
.woocommerce-checkout FORM.checkout:not(.has-email) .woocommerce-additional-fields,
.woocommerce-checkout FORM.checkout:not(.has-email) .checkout-review-shipping,
.woocommerce-checkout FORM.checkout:not(.has-email) .woocommerce-checkout-payment_header,
.woocommerce-checkout FORM.checkout:not(.has-email) .woocommerce-checkout-payment,
.woocommerce-checkout FORM.checkout:not(.has-email) .shop_table TFOOT {
  display: none;
}
.woocommerce-checkout FORM.checkout #billing_email_field {
  display: none;
}
.woocommerce-checkout .has-email-loading .woocommerce-early-checkout-fields .start {
  display: none;
}
.woocommerce-checkout .has-email-loading .woocommerce-early-checkout-fields .spinner {
  display: block;
}
.woocommerce-checkout .has-email .woocommerce-early-checkout-fields .start {
  display: none;
}
.woocommerce-checkout .place-order {
  float: none !important;
  width: auto !important;
  padding-top: 10px;
}
.woocommerce-checkout .place-order .place_order_button {
  width: 100%;
}
.woocommerce-checkout .wc-terms-and-conditions {
  padding-top: 40px;
  float: none !important;
  width: auto !important;
}
@media only screen and (min-width: 951px) and (max-width: 1400px) {
  .woocommerce-checkout .wc-terms-and-conditions {
    padding-top: 32px;
  }
}
@media only screen and (min-width: 630px) and (max-width: 950px) {
  .woocommerce-checkout .wc-terms-and-conditions {
    padding-top: 22px;
  }
}
@media only screen and (max-width: 629px) {
  .woocommerce-checkout .wc-terms-and-conditions {
    padding-top: 16px;
  }
}
.woocommerce-checkout .wc-terms-and-conditions LABEL {
  font-family: 'FuturaBT-Light', Arial, sans-serif;
  text-transform: uppercase;
  text-transform: none;
  font-size: 14px;
  letter-spacing: 0.12px;
}
@media only screen and (max-width: 950px) {
  .woocommerce-checkout .wc-terms-and-conditions LABEL {
    font-size: 13px;
  }
}
.woocommerce-checkout .wc-terms-and-conditions A {
  text-decoration: underline;
}
.woocommerce-checkout .wc-terms-and-conditions .required {
  display: none;
}
.woocommerce-checkout .wc-terms-and-conditions LABEL > SPAN:after {
  content: '.';
}
.woocommerce-checkout .woocommerce-checkout-review-order-table {
  width: 100%;
}
.woocommerce-checkout .woocommerce-checkout-review-order-table THEAD {
  display: none;
}
.woocommerce-checkout .woocommerce-checkout-review-order-table TH,
.woocommerce-checkout .woocommerce-checkout-review-order-table TD {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media only screen and (min-width: 951px) and (max-width: 1400px) {
  .woocommerce-checkout .woocommerce-checkout-review-order-table TH,
  .woocommerce-checkout .woocommerce-checkout-review-order-table TD {
    padding-top: 32px;
  }
}
@media only screen and (min-width: 630px) and (max-width: 950px) {
  .woocommerce-checkout .woocommerce-checkout-review-order-table TH,
  .woocommerce-checkout .woocommerce-checkout-review-order-table TD {
    padding-top: 22px;
  }
}
@media only screen and (max-width: 629px) {
  .woocommerce-checkout .woocommerce-checkout-review-order-table TH,
  .woocommerce-checkout .woocommerce-checkout-review-order-table TD {
    padding-top: 16px;
  }
}
@media only screen and (min-width: 951px) and (max-width: 1400px) {
  .woocommerce-checkout .woocommerce-checkout-review-order-table TH,
  .woocommerce-checkout .woocommerce-checkout-review-order-table TD {
    padding-bottom: 32px;
  }
}
@media only screen and (min-width: 630px) and (max-width: 950px) {
  .woocommerce-checkout .woocommerce-checkout-review-order-table TH,
  .woocommerce-checkout .woocommerce-checkout-review-order-table TD {
    padding-bottom: 22px;
  }
}
@media only screen and (max-width: 629px) {
  .woocommerce-checkout .woocommerce-checkout-review-order-table TH,
  .woocommerce-checkout .woocommerce-checkout-review-order-table TD {
    padding-bottom: 16px;
  }
}
.woocommerce-checkout .woocommerce-checkout-review-order-table .product-name {
  font-family: 'FuturaBTWXX-Heavy', Arial, sans-serif;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 1.2px;
  line-height: 16px;
}
.woocommerce-checkout .woocommerce-checkout-review-order-table .product-total {
  text-align: right;
  font-family: 'BaskervilleBT-Italic', 'Times New Roman', Times, serif;
  font-size: 16px;
  letter-spacing: 0;
  -webkit-font-smoothing: auto;
  line-height: 18px;
}
@media only screen and (max-width: 629px) {
  .woocommerce-checkout .woocommerce-checkout-review-order-table .product-total {
    font-size: 17px;
  }
}
.woocommerce-checkout .woocommerce-checkout-review-order-table .cart-discount .woocommerce-remove-coupon {
  font-family: Arial;
  font-style: normal;
  font-size: 11px;
  color: #737373;
}
.woocommerce-checkout .woocommerce-checkout-review-order-table .cart-discount .woocommerce-remove-coupon:hover {
  color: #000;
}
.woocommerce-checkout .woocommerce-checkout-review-order-table .cart-discount TH,
.woocommerce-checkout .woocommerce-checkout-review-order-table .cart-subtotal TH,
.woocommerce-checkout .woocommerce-checkout-review-order-table .shipping-total TH,
.woocommerce-checkout .woocommerce-checkout-review-order-table .fee TH,
.woocommerce-checkout .woocommerce-checkout-review-order-table .tax-total TH,
.woocommerce-checkout .woocommerce-checkout-review-order-table .tax-rate TH,
.woocommerce-checkout .woocommerce-checkout-review-order-table .order-total TH {
  font-family: 'FuturaBT-Light', Arial, sans-serif;
  text-transform: uppercase;
  text-transform: none;
  font-size: 14px;
  letter-spacing: 0.12px;
}
@media only screen and (max-width: 950px) {
  .woocommerce-checkout .woocommerce-checkout-review-order-table .cart-discount TH,
  .woocommerce-checkout .woocommerce-checkout-review-order-table .cart-subtotal TH,
  .woocommerce-checkout .woocommerce-checkout-review-order-table .shipping-total TH,
  .woocommerce-checkout .woocommerce-checkout-review-order-table .fee TH,
  .woocommerce-checkout .woocommerce-checkout-review-order-table .tax-total TH,
  .woocommerce-checkout .woocommerce-checkout-review-order-table .tax-rate TH,
  .woocommerce-checkout .woocommerce-checkout-review-order-table .order-total TH {
    font-size: 13px;
  }
}
.woocommerce-checkout .woocommerce-checkout-review-order-table .cart-discount TD,
.woocommerce-checkout .woocommerce-checkout-review-order-table .cart-subtotal TD,
.woocommerce-checkout .woocommerce-checkout-review-order-table .shipping-total TD,
.woocommerce-checkout .woocommerce-checkout-review-order-table .fee TD,
.woocommerce-checkout .woocommerce-checkout-review-order-table .tax-total TD,
.woocommerce-checkout .woocommerce-checkout-review-order-table .tax-rate TD,
.woocommerce-checkout .woocommerce-checkout-review-order-table .order-total TD {
  text-align: right;
  font-family: 'BaskervilleBT-Italic', 'Times New Roman', Times, serif;
  font-size: 16px;
  letter-spacing: 0;
  -webkit-font-smoothing: auto;
  line-height: 18px;
}
@media only screen and (max-width: 629px) {
  .woocommerce-checkout .woocommerce-checkout-review-order-table .cart-discount TD,
  .woocommerce-checkout .woocommerce-checkout-review-order-table .cart-subtotal TD,
  .woocommerce-checkout .woocommerce-checkout-review-order-table .shipping-total TD,
  .woocommerce-checkout .woocommerce-checkout-review-order-table .fee TD,
  .woocommerce-checkout .woocommerce-checkout-review-order-table .tax-total TD,
  .woocommerce-checkout .woocommerce-checkout-review-order-table .tax-rate TD,
  .woocommerce-checkout .woocommerce-checkout-review-order-table .order-total TD {
    font-size: 17px;
  }
}
.woocommerce-checkout .woocommerce-checkout-review-order-table .cart-discount TD STRONG,
.woocommerce-checkout .woocommerce-checkout-review-order-table .cart-subtotal TD STRONG,
.woocommerce-checkout .woocommerce-checkout-review-order-table .shipping-total TD STRONG,
.woocommerce-checkout .woocommerce-checkout-review-order-table .fee TD STRONG,
.woocommerce-checkout .woocommerce-checkout-review-order-table .tax-total TD STRONG,
.woocommerce-checkout .woocommerce-checkout-review-order-table .tax-rate TD STRONG,
.woocommerce-checkout .woocommerce-checkout-review-order-table .order-total TD STRONG {
  font-weight: normal;
}
.woocommerce-checkout .review .coupon_cta {
  font-family: 'FuturaBT-Light', Arial, sans-serif;
  text-transform: uppercase;
  text-transform: none;
  font-size: 14px;
  letter-spacing: 0.12px;
  text-decoration: underline;
}
@media only screen and (max-width: 950px) {
  .woocommerce-checkout .review .coupon_cta {
    font-size: 13px;
  }
}
.woocommerce-message,
.woocommerce-error {
  display: none;
}
.woocommerce-info,
.woocommerce .woocommerce-info {
  margin-bottom: 40px;
  font-family: 'BaskervilleBT-Italic', 'Times New Roman', Times, serif;
  font-size: 16px;
  letter-spacing: 0;
  -webkit-font-smoothing: auto;
  line-height: 18px;
}
@media only screen and (min-width: 951px) and (max-width: 1400px) {
  .woocommerce-info,
  .woocommerce .woocommerce-info {
    margin-bottom: 32px;
  }
}
@media only screen and (min-width: 630px) and (max-width: 950px) {
  .woocommerce-info,
  .woocommerce .woocommerce-info {
    margin-bottom: 22px;
  }
}
@media only screen and (max-width: 629px) {
  .woocommerce-info,
  .woocommerce .woocommerce-info {
    margin-bottom: 16px;
  }
}
@media only screen and (max-width: 629px) {
  .woocommerce-info,
  .woocommerce .woocommerce-info {
    font-size: 17px;
  }
}
.woocommerce-info A,
.woocommerce .woocommerce-info A {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}
/* --------------------------------------------------------------- */
/*  Forgot Password Form */
.woocommerce FORM.woocommerce-ResetPassword {
  max-width: 470px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 40px;
}
.woocommerce FORM.woocommerce-ResetPassword H2 {
  font-family: 'FuturaBTWXX-CondensedBold', Arial, sans-serif;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 1.61px;
  margin-bottom: 10px;
}
.woocommerce FORM.woocommerce-ResetPassword P:first-of-type {
  font-family: 'FuturaBT-Light', Arial, sans-serif;
  text-transform: uppercase;
  text-transform: none;
  font-size: 14px;
  letter-spacing: 0.12px;
  line-height: 26px;
  max-width: 800px;
  margin-bottom: -6px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 950px) {
  .woocommerce FORM.woocommerce-ResetPassword P:first-of-type {
    font-size: 13px;
  }
}
.woocommerce FORM.woocommerce-ResetPassword P:first-of-type > * {
  margin-bottom: 15px;
}
.woocommerce FORM.woocommerce-ResetPassword P:first-of-type > *:last-child {
  margin-bottom: 0;
}
.woocommerce FORM.woocommerce-ResetPassword P:first-of-type H2 {
  font-family: 'FuturaBTWXX-CondensedMedium', Arial, sans-serif;
  text-transform: uppercase;
  font-size: 19px;
  letter-spacing: 1.8px;
}
@media only screen and (min-width: 630px) and (max-width: 950px) {
  .woocommerce FORM.woocommerce-ResetPassword P:first-of-type H2 {
    font-size: 17px;
  }
}
@media only screen and (max-width: 629px) {
  .woocommerce FORM.woocommerce-ResetPassword P:first-of-type H2 {
    font-size: 15px;
  }
}
.woocommerce FORM.woocommerce-ResetPassword P:first-of-type H3 {
  font-family: 'FuturaBTWXX-Heavy', Arial, sans-serif;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 1.2px;
  line-height: 16px;
  margin-bottom: 6px;
}
.woocommerce FORM.woocommerce-ResetPassword P:first-of-type A {
  text-decoration: underline;
}
.woocommerce FORM.woocommerce-ResetPassword P:first-of-type A:hover {
  color: #737373;
}
.woocommerce FORM.woocommerce-ResetPassword P:first-of-type A.button {
  text-decoration: none;
}
.woocommerce FORM.woocommerce-ResetPassword P:first-of-type A.button:hover {
  background-color: #737373;
  border-color: #737373;
  color: white;
}
.woocommerce FORM.woocommerce-ResetPassword P:first-of-type UL {
  max-width: 650px;
}
.woocommerce FORM.woocommerce-ResetPassword P:first-of-type UL LI {
  position: relative;
  padding-left: 25px;
}
.woocommerce FORM.woocommerce-ResetPassword P:first-of-type UL LI:before {
  content: ' ';
  height: 1px;
  background-color: #000;
  width: 14px;
  position: absolute;
  top: 12px;
  left: 0;
}
.woocommerce FORM.woocommerce-ResetPassword P:first-of-type OL {
  list-style-type: decimal;
  list-style-position: inside;
}
.woocommerce FORM.woocommerce-ResetPassword P:first-of-type STRONG {
  font-weight: bold;
}
.woocommerce FORM.woocommerce-ResetPassword P:first-of-type EM,
.woocommerce FORM.woocommerce-ResetPassword P:first-of-type I {
  font-style: italic;
}
.woocommerce FORM.woocommerce-ResetPassword P:first-of-type BLOCKQUOTE {
  font-family: 'BaskervilleBT-Italic', 'Times New Roman', Times, serif;
  font-size: 16px;
  letter-spacing: 0;
  -webkit-font-smoothing: auto;
  line-height: 18px;
  margin-top: 20px;
  border-top: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
  padding: 20px 0;
}
@media only screen and (max-width: 629px) {
  .woocommerce FORM.woocommerce-ResetPassword P:first-of-type BLOCKQUOTE {
    font-size: 17px;
  }
}
@media only screen and (min-width: 951px) {
  .woocommerce FORM.woocommerce-ResetPassword P:first-of-type BLOCKQUOTE {
    padding-right: 70px;
  }
}
@media only screen and (max-width: 629px) {
  .woocommerce FORM.woocommerce-ResetPassword P:first-of-type {
    font-size: 14px;
    line-height: 21px;
  }
}
.woocommerce FORM.woocommerce-ResetPassword .form-row {
  width: 100%;
  padding-right: 0;
}
/* --------------------------------------------------------------- */
/* Login form Layout (before the actual form) */
.woocommerce #customer_login,
.woocommerce-page #customer_login {
  max-width: 470px;
  margin-left: auto;
  margin-right: auto;
}
.woocommerce #customer_login H2,
.woocommerce-page #customer_login H2 {
  font-family: 'FuturaBTWXX-CondensedBold', Arial, sans-serif;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 1.61px;
  margin-bottom: 10px;
}
.woocommerce #customer_login .continue,
.woocommerce-page #customer_login .continue {
  display: none;
}
.woocommerce #customer_login .col-1,
.woocommerce-page #customer_login .col-1,
.woocommerce #customer_login .col-2,
.woocommerce-page #customer_login .col-2 {
  float: none;
  width: 100%;
  padding-right: 0;
  padding-left: 0;
  overflow: hidden;
}
.woocommerce #customer_login .col-1,
.woocommerce-page #customer_login .col-1 {
  padding-bottom: 70px;
}
/* --------------------------------------------------------------- */
/* The actual login form */
.woocommerce .woocommerce-form-login,
.woocommerce-page .woocommerce-form-login {
  overflow: hidden;
}
.woocommerce .woocommerce-form-login .woocommerce-form__label-for-checkbox,
.woocommerce-page .woocommerce-form-login .woocommerce-form__label-for-checkbox {
  display: none;
}
.woocommerce .woocommerce-form-login .lost_password,
.woocommerce-page .woocommerce-form-login .lost_password,
.woocommerce .woocommerce-form-login .woocommerce-LostPassword,
.woocommerce-page .woocommerce-form-login .woocommerce-LostPassword {
  font-family: 'BaskervilleBT-Italic', 'Times New Roman', Times, serif;
  font-size: 16px;
  letter-spacing: 0;
  -webkit-font-smoothing: auto;
  line-height: 18px;
  width: 50%;
  float: right;
  padding-top: 13px;
  text-align: right;
}
@media only screen and (max-width: 629px) {
  .woocommerce .woocommerce-form-login .lost_password,
  .woocommerce-page .woocommerce-form-login .lost_password,
  .woocommerce .woocommerce-form-login .woocommerce-LostPassword,
  .woocommerce-page .woocommerce-form-login .woocommerce-LostPassword {
    font-size: 17px;
  }
}
.woocommerce .woocommerce-form-login .lost_password A,
.woocommerce-page .woocommerce-form-login .lost_password A,
.woocommerce .woocommerce-form-login .woocommerce-LostPassword A,
.woocommerce-page .woocommerce-form-login .woocommerce-LostPassword A {
  text-decoration: underline;
}
/* --------------------------------------------------------------- */
/*  Master Button Style */
/* --------------------------------------------------------------- */
/*  Add to Cart Button */
.woocommerce .single_add_to_cart_button {
  position: relative;
}
.woocommerce .single_add_to_cart_button SPAN.hover {
  display: none;
  position: absolute;
  right: 0;
  left: 0;
  text-align: center;
  top: 15px;
}
.woocommerce .single_add_to_cart_button:hover SPAN.default {
  visibility: hidden;
}
.woocommerce .single_add_to_cart_button:hover SPAN.hover {
  display: block;
}
/* --------------------------------------------------------------- */
/*  Woocommerce Form Customizations */
.woocommerce FORM {
  max-width: 600px;
  overflow: hidden;
}
.woocommerce FORM H3 {
  font-family: 'FuturaBTWXX-CondensedBold', Arial, sans-serif;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 1.61px;
  margin-bottom: 40px;
}
@media only screen and (min-width: 951px) and (max-width: 1400px) {
  .woocommerce FORM H3 {
    margin-bottom: 32px;
  }
}
@media only screen and (min-width: 630px) and (max-width: 950px) {
  .woocommerce FORM H3 {
    margin-bottom: 22px;
  }
}
@media only screen and (max-width: 629px) {
  .woocommerce FORM H3 {
    margin-bottom: 16px;
  }
}
.woocommerce FORM .form-row .woocommerce-password-strength,
.woocommerce FORM .form-row .woocommerce-password-hint {
  display: block;
  padding-top: 8px;
}
DIV.woocommerce .page_header,
MAIN.woocommerce .page_header,
MAIN .page_header,
DIV.woocommerce > HEADER,
MAIN.woocommerce > HEADER,
MAIN > HEADER {
  text-align: center;
  margin-bottom: 40px;
}
DIV.woocommerce .page_header H1,
MAIN.woocommerce .page_header H1,
MAIN .page_header H1,
DIV.woocommerce > HEADER H1,
MAIN.woocommerce > HEADER H1,
MAIN > HEADER H1 {
  font-family: 'FuturaBTWXX-CondensedLight', Arial, sans-serif;
  text-transform: uppercase;
  font-size: 28px;
  letter-spacing: 0.8px;
}
@media only screen and (min-width: 630px) and (max-width: 950px) {
  DIV.woocommerce .page_header H1,
  MAIN.woocommerce .page_header H1,
  MAIN .page_header H1,
  DIV.woocommerce > HEADER H1,
  MAIN.woocommerce > HEADER H1,
  MAIN > HEADER H1 {
    font-size: 25px;
  }
}
@media only screen and (max-width: 629px) {
  DIV.woocommerce .page_header H1,
  MAIN.woocommerce .page_header H1,
  MAIN .page_header H1,
  DIV.woocommerce > HEADER H1,
  MAIN.woocommerce > HEADER H1,
  MAIN > HEADER H1 {
    font-size: 23px;
    line-height: 27px;
  }
}
DIV.woocommerce .page_header H3,
MAIN.woocommerce .page_header H3,
MAIN .page_header H3,
DIV.woocommerce > HEADER H3,
MAIN.woocommerce > HEADER H3,
MAIN > HEADER H3 {
  font-family: 'FuturaBTWXX-Heavy', Arial, sans-serif;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 1.2px;
  line-height: 16px;
}
DIV.woocommerce .page_header H4,
MAIN.woocommerce .page_header H4,
MAIN .page_header H4,
DIV.woocommerce > HEADER H4,
MAIN.woocommerce > HEADER H4,
MAIN > HEADER H4 {
  font-family: 'FuturaBT-Book', Arial, sans-serif;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 1.5px;
  line-height: 16px;
  margin-top: 20px;
}
@media only screen and (max-width: 629px) {
  DIV.woocommerce .page_header H4,
  MAIN.woocommerce .page_header H4,
  MAIN .page_header H4,
  DIV.woocommerce > HEADER H4,
  MAIN.woocommerce > HEADER H4,
  MAIN > HEADER H4 {
    font-size: 10px;
    line-height: 15px;
  }
}
DIV.woocommerce .page_header H4:first-child,
MAIN.woocommerce .page_header H4:first-child,
MAIN .page_header H4:first-child,
DIV.woocommerce > HEADER H4:first-child,
MAIN.woocommerce > HEADER H4:first-child,
MAIN > HEADER H4:first-child {
  margin-top: 0;
  margin-bottom: 4px;
}
DIV.woocommerce .page_header P,
MAIN.woocommerce .page_header P,
MAIN .page_header P,
DIV.woocommerce > HEADER P,
MAIN.woocommerce > HEADER P,
MAIN > HEADER P {
  font-family: 'FuturaBT-Light', Arial, sans-serif;
  text-transform: uppercase;
  text-transform: none;
  font-size: 14px;
  letter-spacing: 0.12px;
  line-height: 26px;
  max-width: 600px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 950px) {
  DIV.woocommerce .page_header P,
  MAIN.woocommerce .page_header P,
  MAIN .page_header P,
  DIV.woocommerce > HEADER P,
  MAIN.woocommerce > HEADER P,
  MAIN > HEADER P {
    font-size: 13px;
    line-height: 16px;
  }
}
DIV.woocommerce .page_header P A,
MAIN.woocommerce .page_header P A,
MAIN .page_header P A,
DIV.woocommerce > HEADER P A,
MAIN.woocommerce > HEADER P A,
MAIN > HEADER P A {
  text-decoration: underline;
}
BODY.has-sidebar DIV.woocommerce .page_header,
BODY.has-sidebar MAIN.woocommerce .page_header,
BODY.has-sidebar MAIN .page_header,
BODY.has-sidebar DIV.woocommerce > HEADER,
BODY.has-sidebar MAIN.woocommerce > HEADER,
BODY.has-sidebar MAIN > HEADER {
  text-align: left;
}
BODY.has-sidebar DIV.woocommerce .page_header P,
BODY.has-sidebar MAIN.woocommerce .page_header P,
BODY.has-sidebar MAIN .page_header P,
BODY.has-sidebar DIV.woocommerce > HEADER P,
BODY.has-sidebar MAIN.woocommerce > HEADER P,
BODY.has-sidebar MAIN > HEADER P {
  margin-left: none;
  margin-right: none;
}
/* --------------------------------------------------------------- */
/*  General Layout Stufg */
.woocommerce .col2-set,
.woocommerce-page .col2-set {
  width: 100%;
}
.woocommerce .col2-set:after,
.woocommerce-page .col2-set:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1 {
  float: left;
  width: 50%;
  padding-right: 20px;
}
.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
  float: right;
  width: 50%;
  padding-left: 20px;
}
.woocommerce-pagination {
  display: none;
}
.woocommerce .type-product .product_builder_preview {
  position: relative;
}
.woocommerce .type-product .product_builder_preview .cta {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.woocommerce .type-product .product_builder_preview .step {
  border-top: 1px solid #CCCCCC;
  padding: 10px 0 10px 117px;
  position: relative;
}
.woocommerce .type-product .product_builder_preview .step H4 {
  font-family: 'FuturaBTWXX-Heavy', Arial, sans-serif;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 1.2px;
  line-height: 16px;
  position: absolute;
  top: 20px;
  left: 0;
}
.woocommerce .type-product .product_builder_preview .step .options {
  position: relative;
  height: 35px;
}
.woocommerce .type-product .product_builder_preview .step .options .spinner {
  margin-top: 11px;
  float: left;
}
.woocommerce .type-product .product_builder_preview .step .options .thumb {
  margin-right: 3px;
  width: 35px;
  height: 35px;
  float: left;
  background-repeat: no-repeat;
  background-size: cover;
}
.woocommerce .type-product .product_builder_preview .step .options .preview_as_text {
  color: #737373;
  font-family: Arial, sans-serif;
  padding-top: 10px;
  font-size: 14px;
}
.woocommerce .type-product .product_builder_preview .step .options .more {
  float: left;
  text-align: left;
  color: #737373;
  font-family: Arial, sans-serif;
  font-size: 11px;
  text-align: center;
  letter-spacing: 1px;
  height: 35px;
  width: 64px;
  padding-left: 11px;
  padding-top: 6px;
  line-height: 13px;
}
.woocommerce .type-product .product_builder {
  padding: 40px;
  background-color: #EEEEEE;
  margin-bottom: 0;
  /* --------------------------------------------------------------- */
  /*  Steps */
  /* --------------------------------------------------------------- */
  /*  Option Grid */
  /* --------------------------------------------------------------- */
  /*  Option Value Details */
  /* --------------------------------------------------------------- */
  /* Cart */
  /* --------------------------------------------------------------- */
  /*  Help Info */
}
.woocommerce .type-product .product_builder > H3 {
  font-family: 'FuturaBTWXX-CondensedLight', Arial, sans-serif;
  text-transform: uppercase;
  font-size: 28px;
  letter-spacing: 0.8px;
  margin-bottom: 0;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 630px) and (max-width: 950px) {
  .woocommerce .type-product .product_builder > H3 {
    font-size: 25px;
  }
}
@media only screen and (max-width: 629px) {
  .woocommerce .type-product .product_builder > H3 {
    font-size: 23px;
    line-height: 27px;
  }
}
.woocommerce .type-product .product_builder > P {
  font-family: 'FuturaBT-Book', Arial, sans-serif;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 1.5px;
  line-height: 16px;
  z-index: 1;
}
@media only screen and (max-width: 629px) {
  .woocommerce .type-product .product_builder > P {
    font-size: 10px;
    line-height: 15px;
  }
}
.woocommerce .type-product .product_builder .contents {
  margin-top: 40px;
  position: relative;
  padding-right: 390px;
}
.woocommerce .type-product .product_builder .contents:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.woocommerce .type-product .product_builder .close {
  z-index: 10;
  right: 40px;
  top: 40px;
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  cursor: pointer;
  pointer-events: auto;
}
@media only screen and (min-width: 951px) and (max-width: 1400px) {
  .woocommerce .type-product .product_builder .close {
    right: 32px;
  }
}
@media only screen and (min-width: 630px) and (max-width: 950px) {
  .woocommerce .type-product .product_builder .close {
    right: 22px;
  }
}
@media only screen and (max-width: 629px) {
  .woocommerce .type-product .product_builder .close {
    right: 16px;
  }
}
@media only screen and (min-width: 951px) and (max-width: 1400px) {
  .woocommerce .type-product .product_builder .close {
    top: 32px;
  }
}
@media only screen and (min-width: 630px) and (max-width: 950px) {
  .woocommerce .type-product .product_builder .close {
    top: 22px;
  }
}
@media only screen and (max-width: 629px) {
  .woocommerce .type-product .product_builder .close {
    top: 16px;
  }
}
.woocommerce .type-product .product_builder .image_wrapper {
  background-color: transparent;
}
.woocommerce .type-product .product_builder .steps {
  width: 100%;
  float: left;
  border-top: 1px solid #CCCCCC;
}
.woocommerce .type-product .product_builder .steps .step {
  border-bottom: 1px solid #CCCCCC;
  padding-top: 23px;
  padding-bottom: 18px;
  position: relative;
}
.woocommerce .type-product .product_builder .steps .step H4 {
  font-family: 'FuturaBTWXX-CondensedBold', Arial, sans-serif;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 1.61px;
  line-height: 15px;
  position: relative;
  cursor: pointer;
}
.woocommerce .type-product .product_builder .steps .step H4:hover {
  text-decoration: underline;
}
.woocommerce .type-product .product_builder .steps .step H5 {
  font-family: 'FuturaBT-Light', Arial, sans-serif;
  text-transform: none;
  font-size: 14px;
  letter-spacing: 0.12px;
  line-height: 26px;
  clear: both;
  overflow: hidden;
  color: #737373;
  text-transform: uppercase;
}
@media only screen and (max-width: 950px) {
  .woocommerce .type-product .product_builder .steps .step H5 {
    font-size: 13px;
    line-height: 16px;
  }
}
.woocommerce .type-product .product_builder .steps .step .spinner {
  display: none;
}
.woocommerce .type-product .product_builder .steps .step .scroll {
  max-height: 275px;
  padding-right: 20px;
  overflow-y: scroll;
  position: relative;
  -webkit-overflow-scrolling: touch;
}
.woocommerce .type-product .product_builder .steps .step .inside {
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  height: 0;
  overflow: hidden;
  margin-top: 20px;
}
.woocommerce .type-product .product_builder .steps .step .list {
  border-top: 1px solid white;
  margin-top: 10px;
}
.woocommerce .type-product .product_builder .steps .step .list .option {
  border-bottom: 1px solid white;
  padding: 20px 0;
  display: -ms-flexbox;
  display: flex;
}
.woocommerce .type-product .product_builder .steps .step .list .option .info {
  -ms-flex: 1;
      flex: 1;
  margin-right: 20px;
}
.woocommerce .type-product .product_builder .steps .step .list .option .info .info_title {
  font-family: 'FuturaBTWXX-CondensedMedium', Arial, sans-serif;
  text-transform: uppercase;
  font-size: 19px;
  letter-spacing: 1.8px;
  display: block;
}
@media only screen and (min-width: 630px) and (max-width: 950px) {
  .woocommerce .type-product .product_builder .steps .step .list .option .info .info_title {
    font-size: 17px;
  }
}
@media only screen and (max-width: 629px) {
  .woocommerce .type-product .product_builder .steps .step .list .option .info .info_title {
    font-size: 15px;
  }
}
.woocommerce .type-product .product_builder .steps .step .list .option .info .info_details {
  font-family: 'FuturaBT-Light', Arial, sans-serif;
  text-transform: uppercase;
  text-transform: none;
  font-size: 14px;
  letter-spacing: 0.12px;
  margin-top: 5px;
  display: block;
}
@media only screen and (max-width: 950px) {
  .woocommerce .type-product .product_builder .steps .step .list .option .info .info_details {
    font-size: 13px;
  }
}
.woocommerce .type-product .product_builder .steps .step .list .option .cost {
  font-family: 'FuturaBT-Light', Arial, sans-serif;
  text-transform: uppercase;
  text-transform: none;
  font-size: 14px;
  letter-spacing: 0.12px;
  width: 130px;
  margin-right: 20px;
}
@media only screen and (max-width: 950px) {
  .woocommerce .type-product .product_builder .steps .step .list .option .cost {
    font-size: 13px;
  }
}
.woocommerce .type-product .product_builder .steps .step .list .option .action {
  width: 200px;
}
.woocommerce .type-product .product_builder .steps .step.open > H4 {
  text-decoration: none !important;
}
.woocommerce .type-product .product_builder .steps .step.open .inside {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  height: auto;
  min-height: 260px;
}
.woocommerce .type-product .product_builder .steps .step.loading .spinner {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
}
.woocommerce .type-product .product_builder .steps .step.completed > H4 {
  cursor: pointer;
}
.woocommerce .type-product .product_builder .options {
  position: relative;
  clear: both;
  margin-top: 14px;
}
.woocommerce .type-product .product_builder .options:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.woocommerce .type-product .product_builder .options .option {
  padding-right: 6px;
  padding-bottom: 6px;
  float: left;
}
.woocommerce .type-product .product_builder .options .option A {
  position: relative;
  display: block;
  width: 85px;
  height: 85px;
  border: 1px solid #CCCCCC;
}
.woocommerce .type-product .product_builder .options .option A:hover {
  border-color: #000;
}
.woocommerce .type-product .product_builder .options.size_large .option A {
  width: 135px;
  height: 135px;
}
.woocommerce .type-product .product_builder .options.finish .image_wrapper > DIV,
.woocommerce .type-product .product_builder .options.fabric .image_wrapper > DIV {
  background-size: cover;
}
.woocommerce .type-product .product_builder .mobile_details {
  display: none;
}
.woocommerce .type-product .product_builder .details {
  position: absolute;
  top: 4px;
  left: 0;
  right: 0;
  bottom: 4px;
  background-color: #CCCCCC;
  z-index: 10;
  display: none;
  padding: 20px;
  padding-left: 310px;
  text-align: left;
}
.woocommerce .type-product .product_builder .details .close {
  top: 25px;
  right: 25px;
}
.woocommerce .type-product .product_builder .details .swatch {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 265px;
}
.woocommerce .type-product .product_builder .details .swatch .image_wrapper DIV {
  background-size: contain;
}
.woocommerce .type-product .product_builder .details .stats {
  margin-top: 10px;
  margin-bottom: 24px;
}
.woocommerce .type-product .product_builder .details .stats H6 {
  font-family: 'FuturaBTWXX-CondensedMedium', Arial, sans-serif;
  text-transform: uppercase;
  font-size: 19px;
  letter-spacing: 1.8px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 630px) and (max-width: 950px) {
  .woocommerce .type-product .product_builder .details .stats H6 {
    font-size: 17px;
  }
}
@media only screen and (max-width: 629px) {
  .woocommerce .type-product .product_builder .details .stats H6 {
    font-size: 15px;
  }
}
.woocommerce .type-product .product_builder .details .stats .warn {
  font-family: 'FuturaBT-Book', Arial, sans-serif;
  text-transform: uppercase;
  text-transform: none;
  margin-top: 20px;
}
.woocommerce .type-product .product_builder .details .buttons .add {
  margin-right: 20px;
}
.woocommerce .type-product .product_builder .details .buttons .requestswatch {
  font-family: 'FuturaBTWXX-CondensedBold', Arial, sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1.2px;
  color: #000;
  border: 1px solid #737373;
  padding: 6px 32px 4px 32px;
  display: inline-block;
}
.woocommerce .type-product .product_builder .details .buttons .requestswatch:hover {
  border-color: #000;
}
.woocommerce .type-product .product_builder .details .disclaim {
  padding-top: 20px;
  color: #737373;
  font-family: Arial;
  font-size: 11px;
}
@media only screen and (min-width: 951px) and (max-width: 1400px) {
  .woocommerce .type-product .product_builder .details {
    padding-left: 165px;
  }
  .woocommerce .type-product .product_builder .details .swatch {
    width: 120px;
  }
}
.woocommerce .type-product .product_builder .cart {
  width: 350px;
  margin-right: -390px;
  margin-top: -1px;
  float: right;
  background-color: white;
  padding: 20px;
  display: none;
  margin-bottom: 80px;
  /* Height of help text + padding */
}
.woocommerce .type-product .product_builder .cart H5 {
  font-family: 'FuturaBTWXX-CondensedLight', Arial, sans-serif;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 1.78px;
}
.woocommerce .type-product .product_builder .cart P {
  padding-top: 5px;
  padding-bottom: 20px;
  line-height: 23px;
}
.woocommerce .type-product .product_builder .cart P A {
  text-decoration: underline;
}
.woocommerce .type-product .product_builder .cart DL {
  overflow: hidden;
  padding-top: 5px;
  padding-bottom: 20px;
  line-height: 18px;
}
.woocommerce .type-product .product_builder .cart DL DT {
  font-family: 'FuturaBT-Light', Arial, sans-serif;
  text-transform: uppercase;
  text-transform: none;
  font-size: 14px;
  letter-spacing: 0.12px;
  float: left;
  width: 60%;
  clear: both;
}
@media only screen and (max-width: 950px) {
  .woocommerce .type-product .product_builder .cart DL DT {
    font-size: 13px;
  }
}
.woocommerce .type-product .product_builder .cart DL DD {
  font-family: 'BaskervilleBT-Italic', 'Times New Roman', Times, serif;
  font-size: 16px;
  letter-spacing: 0;
  -webkit-font-smoothing: auto;
  line-height: 18px;
  text-align: right;
  float: right;
  width: 40%;
}
@media only screen and (max-width: 629px) {
  .woocommerce .type-product .product_builder .cart DL DD {
    font-size: 17px;
  }
}
.woocommerce .type-product .product_builder .cart .bottom {
  margin-top: 20px;
  position: relative;
  overflow: hidden;
}
.woocommerce .type-product .product_builder .cart .bottom SELECT {
  transition: all 0.2s ease-out;
  font-family: 'FuturaBT-Book', Arial, sans-serif;
  text-transform: uppercase;
  text-transform: none;
  font-size: 14px;
  letter-spacing: 0.12px;
  letter-spacing: 1.2px;
  border: 1px solid #CCCCCC;
  padding: 16px 14px 12px 14px;
  width: 100%;
  color: #000;
  background-color: white;
  display: inline-block;
  background: url('https://www.thefutureperfect.com/wp-content/themes/The-Future-Perfect/assets/img/icons/arrow_dropdown.svg') no-repeat right 15px center;
  background-size: 10px auto;
  float: left;
  width: 56px;
  margin-right: 5px;
}
.woocommerce .type-product .product_builder .cart .bottom SELECT:active,
.woocommerce .type-product .product_builder .cart .bottom SELECT:hover {
  border-color: #737373;
}
.woocommerce .type-product .product_builder .cart .bottom SELECT:disabled {
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  filter: alpha(opacity=50);
  cursor: not-allowed !important;
}
@media only screen and (max-width: 629px) {
  .woocommerce .type-product .product_builder .cart .bottom SELECT {
    font-size: 12px;
    padding-top: 14px;
    padding-bottom: 11px;
  }
}
.woocommerce .type-product .product_builder .cart .bottom .button {
  float: left;
}
.woocommerce .type-product .product_builder .cart .bottom .total {
  font-family: 'FuturaBTWXX-CondensedBold', Arial, sans-serif;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 1.61px;
  padding-top: 16px;
  float: right;
}
.woocommerce .type-product .product_builder .cart .leadtime {
  font-family: 'FuturaBT-Light', Arial, sans-serif;
  text-transform: uppercase;
  text-transform: none;
  font-size: 14px;
  letter-spacing: 0.12px;
  padding-bottom: 20px;
}
@media only screen and (max-width: 950px) {
  .woocommerce .type-product .product_builder .cart .leadtime {
    font-size: 13px;
  }
}
.woocommerce .type-product .product_builder .help {
  bottom: 0;
  right: 0;
  position: absolute;
  width: 350px;
}
.woocommerce .type-product .product_builder .help H6 {
  font-family: 'BaskervilleBT-Italic', 'Times New Roman', Times, serif;
  font-size: 16px;
  letter-spacing: 0;
  -webkit-font-smoothing: auto;
  line-height: 18px;
}
@media only screen and (max-width: 629px) {
  .woocommerce .type-product .product_builder .help H6 {
    font-size: 17px;
  }
}
.woocommerce .type-product .product_builder .help P {
  font-family: 'FuturaBT-Light', Arial, sans-serif;
  text-transform: uppercase;
  text-transform: none;
  font-size: 14px;
  letter-spacing: 0.12px;
  line-height: 26px;
  max-width: 800px;
  margin-bottom: -6px;
}
@media only screen and (max-width: 950px) {
  .woocommerce .type-product .product_builder .help P {
    font-size: 13px;
  }
}
.woocommerce .type-product .product_builder .help P > * {
  margin-bottom: 15px;
}
.woocommerce .type-product .product_builder .help P > *:last-child {
  margin-bottom: 0;
}
.woocommerce .type-product .product_builder .help P H2 {
  font-family: 'FuturaBTWXX-CondensedMedium', Arial, sans-serif;
  text-transform: uppercase;
  font-size: 19px;
  letter-spacing: 1.8px;
}
@media only screen and (min-width: 630px) and (max-width: 950px) {
  .woocommerce .type-product .product_builder .help P H2 {
    font-size: 17px;
  }
}
@media only screen and (max-width: 629px) {
  .woocommerce .type-product .product_builder .help P H2 {
    font-size: 15px;
  }
}
.woocommerce .type-product .product_builder .help P H3 {
  font-family: 'FuturaBTWXX-Heavy', Arial, sans-serif;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 1.2px;
  line-height: 16px;
  margin-bottom: 6px;
}
.woocommerce .type-product .product_builder .help P A {
  text-decoration: underline;
}
.woocommerce .type-product .product_builder .help P A:hover {
  color: #737373;
}
.woocommerce .type-product .product_builder .help P A.button {
  text-decoration: none;
}
.woocommerce .type-product .product_builder .help P A.button:hover {
  background-color: #737373;
  border-color: #737373;
  color: white;
}
.woocommerce .type-product .product_builder .help P UL {
  max-width: 650px;
}
.woocommerce .type-product .product_builder .help P UL LI {
  position: relative;
  padding-left: 25px;
}
.woocommerce .type-product .product_builder .help P UL LI:before {
  content: ' ';
  height: 1px;
  background-color: #000;
  width: 14px;
  position: absolute;
  top: 12px;
  left: 0;
}
.woocommerce .type-product .product_builder .help P OL {
  list-style-type: decimal;
  list-style-position: inside;
}
.woocommerce .type-product .product_builder .help P STRONG {
  font-weight: bold;
}
.woocommerce .type-product .product_builder .help P EM,
.woocommerce .type-product .product_builder .help P I {
  font-style: italic;
}
.woocommerce .type-product .product_builder .help P BLOCKQUOTE {
  font-family: 'BaskervilleBT-Italic', 'Times New Roman', Times, serif;
  font-size: 16px;
  letter-spacing: 0;
  -webkit-font-smoothing: auto;
  line-height: 18px;
  margin-top: 20px;
  border-top: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
  padding: 20px 0;
}
@media only screen and (max-width: 629px) {
  .woocommerce .type-product .product_builder .help P BLOCKQUOTE {
    font-size: 17px;
  }
}
@media only screen and (min-width: 951px) {
  .woocommerce .type-product .product_builder .help P BLOCKQUOTE {
    padding-right: 70px;
  }
}
@media only screen and (max-width: 629px) {
  .woocommerce .type-product .product_builder .help P {
    font-size: 14px;
    line-height: 21px;
  }
}
MAIN SECTION.product_builder.open + SECTION.border {
  border-top: 0 !important;
}
/* --------------------------------------------------------------- */
/*  Product Category Header */
BODY.has-sidebar .woocommerce .woocommerce-products-header,
BODY.tax-product_cat .woocommerce .woocommerce-products-header {
  margin-bottom: 0;
}
BODY.has-sidebar .woocommerce .woocommerce-products-header H1,
BODY.tax-product_cat .woocommerce .woocommerce-products-header H1 {
  display: none;
}
.woocommerce .woocommerce-breadcrumb {
  margin-bottom: 40px;
  font-family: 'FuturaBT-Book', Arial, sans-serif;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 1.5px;
  line-height: 16px;
  color: black;
}
@media only screen and (min-width: 951px) and (max-width: 1400px) {
  .woocommerce .woocommerce-breadcrumb {
    margin-bottom: 32px;
  }
}
@media only screen and (min-width: 630px) and (max-width: 950px) {
  .woocommerce .woocommerce-breadcrumb {
    margin-bottom: 22px;
  }
}
@media only screen and (max-width: 629px) {
  .woocommerce .woocommerce-breadcrumb {
    margin-bottom: 16px;
  }
}
@media only screen and (max-width: 629px) {
  .woocommerce .woocommerce-breadcrumb {
    font-size: 10px;
    line-height: 15px;
  }
}
.woocommerce .woocommerce-breadcrumb A,
.woocommerce .woocommerce-breadcrumb SPAN {
  color: #737373;
}
.woocommerce .woocommerce-breadcrumb A:hover {
  color: black;
}
.woocommerce .woocommerce-breadcrumb .sep {
  display: inline-block;
  padding: 0 11px;
}
.woocommerce .woocommerce-products-header .term-description {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 70px;
  text-align: center;
}
@media only screen and (min-width: 951px) and (max-width: 1400px) {
  .woocommerce .woocommerce-products-header .term-description {
    margin-bottom: 56px;
  }
}
@media only screen and (min-width: 630px) and (max-width: 950px) {
  .woocommerce .woocommerce-products-header .term-description {
    margin-bottom: 38px;
  }
}
@media only screen and (max-width: 629px) {
  .woocommerce .woocommerce-products-header .term-description {
    margin-bottom: 28px;
  }
}
.woocommerce .product_grid_wrapper {
  padding-bottom: 40px;
}
@media only screen and (min-width: 951px) and (max-width: 1400px) {
  .woocommerce .product_grid_wrapper {
    padding-bottom: 32px;
  }
}
@media only screen and (min-width: 630px) and (max-width: 950px) {
  .woocommerce .product_grid_wrapper {
    padding-bottom: 22px;
  }
}
@media only screen and (max-width: 629px) {
  .woocommerce .product_grid_wrapper {
    padding-bottom: 16px;
  }
}
/* --------------------------------------------------------------- */
/*  Product Category Loading Indicator */
.jscroll-loading {
  overflow: hidden;
}
.jscroll-loading .spinner {
  float: left;
}
.jscroll-loading .spinner_text {
  font-family: 'FuturaBT-Book', Arial, sans-serif;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 1.5px;
  line-height: 16px;
  float: left;
  padding: 6px 0 0 11px;
}
@media only screen and (max-width: 629px) {
  .jscroll-loading .spinner_text {
    font-size: 10px;
    line-height: 15px;
  }
}
/* --------------------------------------------------------------- */
/*  Product Category Grid */
.products UL,
UL.products {
  display: -ms-grid;
  display: grid;
  gap: 40px;
  --grid-min-col: 220px;
  -ms-grid-columns: (minmax(var(--grid-min-col), 1fr))[auto-fill];
      grid-template-columns: repeat(auto-fill, minmax(var(--grid-min-col), 1fr));
}
@media only screen and (min-width: 951px) and (max-width: 1400px) {
  .products UL,
  UL.products {
    gap: 32px;
  }
}
@media only screen and (min-width: 630px) and (max-width: 950px) {
  .products UL,
  UL.products {
    gap: 22px;
  }
}
@media only screen and (max-width: 629px) {
  .products UL,
  UL.products {
    gap: 16px;
  }
}
.products UL LI.product .tinv-wraper,
UL.products LI.product .tinv-wraper {
  transition: opacity 160ms linear;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  top: 40px;
  left: 40px;
  position: absolute;
  z-index: 2;
  padding: 20px;
}
@media only screen and (min-width: 951px) and (max-width: 1400px) {
  .products UL LI.product .tinv-wraper,
  UL.products LI.product .tinv-wraper {
    top: 32px;
  }
}
@media only screen and (min-width: 630px) and (max-width: 950px) {
  .products UL LI.product .tinv-wraper,
  UL.products LI.product .tinv-wraper {
    top: 22px;
  }
}
@media only screen and (max-width: 629px) {
  .products UL LI.product .tinv-wraper,
  UL.products LI.product .tinv-wraper {
    top: 16px;
  }
}
@media only screen and (min-width: 951px) and (max-width: 1400px) {
  .products UL LI.product .tinv-wraper,
  UL.products LI.product .tinv-wraper {
    left: 32px;
  }
}
@media only screen and (min-width: 630px) and (max-width: 950px) {
  .products UL LI.product .tinv-wraper,
  UL.products LI.product .tinv-wraper {
    left: 22px;
  }
}
@media only screen and (max-width: 629px) {
  .products UL LI.product .tinv-wraper,
  UL.products LI.product .tinv-wraper {
    left: 16px;
  }
}
.products UL LI.product .tinv-wraper .tinvwl_add_to_wishlist_button,
UL.products LI.product .tinv-wraper .tinvwl_add_to_wishlist_button {
  margin: 0 !important;
  padding: 0 !important;
  position: static !important;
}
.products UL LI.product .tinv-wraper .tinvwl_add_to_wishlist_button:before,
UL.products LI.product .tinv-wraper .tinvwl_add_to_wishlist_button:before {
  text-shadow: 0px 0px 5px rgba(255, 255, 255, 0.3);
  font-size: 21px;
  margin: 0 !important;
  padding: 0 !important;
  position: static !important;
}
.products UL LI.product:hover .tinv-wraper,
UL.products LI.product:hover .tinv-wraper {
  -moz-opacity: 0.4;
  -khtml-opacity: 0.4;
  -webkit-opacity: 0.4;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=40);
  filter: alpha(opacity=40);
}
.products UL LI.product:hover .tinv-wraper:hover,
UL.products LI.product:hover .tinv-wraper:hover {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.products UL LI.product > A,
UL.products LI.product > A {
  display: block;
  position: relative;
}
.products UL LI.product > A .image_wrapper,
UL.products LI.product > A .image_wrapper {
  transition: opacity 100ms linear;
}
.products UL LI.product > A .hover,
UL.products LI.product > A .hover {
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  transition: opacity 100ms linear;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-bottom: 0;
  z-index: 11;
}
.products UL LI.product > A:hover .hover,
UL.products LI.product > A:hover .hover {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.products UL LI.product .caption,
UL.products LI.product .caption {
  display: none;
}
.products UL LI.product .sticker,
UL.products LI.product .sticker {
  font-family: 'FuturaBTWXX-Heavy', Arial, sans-serif;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 1.2px;
  line-height: 16px;
  pointer-events: none;
  position: absolute;
  top: 13px;
  right: 18px;
  z-index: 2;
}
.products UL LI.product .sticker EM,
UL.products LI.product .sticker EM {
  margin-left: 20px;
  display: inline-block;
}
@media only screen and (max-width: 629px) {
  .products UL LI.product .sticker,
  UL.products LI.product .sticker {
    letter-spacing: 0.8px;
  }
}
.products UL LI.product .woocommerce-loop-product__title,
UL.products LI.product .woocommerce-loop-product__title {
  font-family: 'FuturaBTWXX-CondensedLight', Arial, sans-serif;
  text-transform: uppercase;
  font-size: 19px;
  letter-spacing: 0.6px;
  margin-top: 17px;
  margin-bottom: 4px;
  text-align: left;
  padding: 0;
}
@media only screen and (min-width: 630px) and (max-width: 950px) {
  .products UL LI.product .woocommerce-loop-product__title,
  UL.products LI.product .woocommerce-loop-product__title {
    font-size: 17px;
  }
}
@media only screen and (max-width: 629px) {
  .products UL LI.product .woocommerce-loop-product__title,
  UL.products LI.product .woocommerce-loop-product__title {
    font-size: 13px;
  }
}
.products UL LI.product .info,
UL.products LI.product .info {
  height: 43px;
}
.products UL LI.product H2,
UL.products LI.product H2,
.products UL LI.product H4,
UL.products LI.product H4 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.products UL LI.product H4,
UL.products LI.product H4 {
  font-family: 'FuturaBT-Book', Arial, sans-serif;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 1.5px;
  line-height: 16px;
}
@media only screen and (max-width: 629px) {
  .products UL LI.product H4,
  UL.products LI.product H4 {
    font-size: 10px;
    line-height: 15px;
  }
}
.products UL LI.promo,
UL.products LI.promo {
  background-color: red;
  -ms-grid-row-span: 1;
  -ms-grid-row: 2;
      grid-row: 2 / span 1;
  -ms-grid-column-span: 2;
  -ms-grid-column: -3;
      grid-column: -3 / span 2;
}
/* --------------------------------------------------------------- */
/*  Product Category Grid Versions */
.minimal > UL.products LI.product .woocommerce-loop-product__title,
UL.products.minimal LI.product .woocommerce-loop-product__title,
.minimal > UL.products LI.product .woocommerce-loop-category__title,
UL.products.minimal LI.product .woocommerce-loop-category__title {
  position: absolute;
  top: 20px;
  margin: 0;
  left: 20px;
  z-index: 2;
  display: none;
}
.minimal > UL.products LI.product H4,
UL.products.minimal LI.product H4 {
  position: absolute;
  top: 41px;
  left: 20px;
  z-index: 2;
  display: none;
}
.minimal > UL.products LI.product .tinv-wraper,
UL.products.minimal LI.product .tinv-wraper {
  display: none;
}
.minimal > UL.products LI.product .info,
UL.products.minimal LI.product .info {
  height: auto;
}
.minimal > UL.products LI.product A:hover .image_wrapper,
UL.products.minimal LI.product A:hover .image_wrapper {
  -moz-opacity: 0.2;
  -khtml-opacity: 0.2;
  -webkit-opacity: 0.2;
  opacity: 0.2;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=20);
  filter: alpha(opacity=20);
}
.minimal > UL.products LI.product A:hover .woocommerce-loop-product__title,
UL.products.minimal LI.product A:hover .woocommerce-loop-product__title,
.minimal > UL.products LI.product A:hover .woocommerce-loop-category__title,
UL.products.minimal LI.product A:hover .woocommerce-loop-category__title,
.minimal > UL.products LI.product A:hover H4,
UL.products.minimal LI.product A:hover H4 {
  display: block;
}
/* --------------------------------------------------------------- */
/*  Product Sub-Category Grid */
.products UL LI.product-category,
UL.products LI.product-category {
  grid-column: 1 / -1;
}
.products UL LI.product-category IMG,
UL.products LI.product-category IMG {
  display: none;
}
.products UL LI.product-category H2,
UL.products LI.product-category H2 {
  padding-top: 40px;
  font-family: 'FuturaBTWXX-CondensedLight', Arial, sans-serif;
  text-transform: uppercase;
  font-size: 28px;
  letter-spacing: 0.8px;
  border-top: 1px solid #CCCCCC;
  margin-top: 0;
  color: #737373;
}
@media only screen and (min-width: 951px) and (max-width: 1400px) {
  .products UL LI.product-category H2,
  UL.products LI.product-category H2 {
    padding-top: 32px;
  }
}
@media only screen and (min-width: 630px) and (max-width: 950px) {
  .products UL LI.product-category H2,
  UL.products LI.product-category H2 {
    padding-top: 22px;
  }
}
@media only screen and (max-width: 629px) {
  .products UL LI.product-category H2,
  UL.products LI.product-category H2 {
    padding-top: 16px;
  }
}
@media only screen and (min-width: 630px) and (max-width: 950px) {
  .products UL LI.product-category H2,
  UL.products LI.product-category H2 {
    font-size: 25px;
  }
}
@media only screen and (max-width: 629px) {
  .products UL LI.product-category H2,
  UL.products LI.product-category H2 {
    font-size: 23px;
    line-height: 27px;
  }
}
.products UL LI.product-category H2 MARK,
UL.products LI.product-category H2 MARK {
  display: none;
}
.products UL LI.product-category:first-child H2,
UL.products LI.product-category:first-child H2 {
  border-top: 0;
  padding-top: 0;
}
.products UL LI.all,
UL.products LI.all {
  grid-column: 1 / -1;
  padding-top: 40px;
}
@media only screen and (min-width: 951px) and (max-width: 1400px) {
  .products UL LI.all,
  UL.products LI.all {
    padding-top: 32px;
  }
}
@media only screen and (min-width: 630px) and (max-width: 950px) {
  .products UL LI.all,
  UL.products LI.all {
    padding-top: 22px;
  }
}
@media only screen and (max-width: 629px) {
  .products UL LI.all,
  UL.products LI.all {
    padding-top: 16px;
  }
}
.products UL LI.all A,
UL.products LI.all A {
  font-family: 'FuturaBTWXX-Heavy', Arial, sans-serif;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 1.2px;
  line-height: 16px;
  background-image: url('https://www.thefutureperfect.com/wp-content/themes/The-Future-Perfect/assets/img/icons/arrow_right.svg');
  background-repeat: no-repeat;
  background-size: 16px auto;
  background-position: right 0;
  display: inline-block;
  padding: 2px 20px 0 0;
}
.products UL LI.all A:hover,
UL.products LI.all A:hover {
  text-decoration: underline;
}
.products UL .placeholder,
UL.products .placeholder {
  clear: both;
}
.products UL .placeholder .spinner,
UL.products .placeholder .spinner {
  margin-top: 40px;
}
@media only screen and (min-width: 951px) and (max-width: 1400px) {
  .products UL .placeholder .spinner,
  UL.products .placeholder .spinner {
    margin-top: 32px;
  }
}
@media only screen and (min-width: 630px) and (max-width: 950px) {
  .products UL .placeholder .spinner,
  UL.products .placeholder .spinner {
    margin-top: 22px;
  }
}
@media only screen and (max-width: 629px) {
  .products UL .placeholder .spinner,
  UL.products .placeholder .spinner {
    margin-top: 16px;
  }
}
.woocommerce DIV.product {
  /* --------------------------------------------------------------- */
  /*  Products in this group */
}
.woocommerce DIV.product SECTION.top .summary FORM.cart TABLE.group_table {
  width: 100%;
  border-collapse: collapse;
  border-bottom: 1px solid #CCCCCC;
  margin-bottom: 40px;
}
.woocommerce DIV.product SECTION.top .summary FORM.cart TABLE.group_table TD {
  vertical-align: middle;
  padding-bottom: 20px;
}
.woocommerce DIV.product SECTION.top .summary FORM.cart TABLE.group_table TR:last-child TD {
  padding-bottom: 40px;
}
.woocommerce DIV.product SECTION.top .summary FORM.cart TABLE.group_table TD.thumb {
  width: 75px;
  padding-right: 15px;
}
.woocommerce DIV.product SECTION.top .summary FORM.cart TABLE.group_table TD.info LABEL {
  font-family: 'FuturaBTWXX-Heavy', Arial, sans-serif;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 1.2px;
  line-height: 16px;
  margin-bottom: 2px;
}
.woocommerce DIV.product SECTION.top .summary FORM.cart TABLE.group_table TD.info .amount {
  font-family: 'BaskervilleBT-Italic', 'Times New Roman', Times, serif;
  font-size: 16px;
  letter-spacing: 0;
  -webkit-font-smoothing: auto;
  line-height: 18px;
  font-size: 19.5px;
  display: block;
  padding-top: 2px;
}
@media only screen and (max-width: 629px) {
  .woocommerce DIV.product SECTION.top .summary FORM.cart TABLE.group_table TD.info .amount {
    font-size: 17px;
  }
}
.woocommerce DIV.product SECTION.top .summary FORM.cart TABLE.group_table TD.info .amount INS {
  border: none;
  text-decoration: none;
}
.woocommerce DIV.product SECTION.top .summary FORM.cart TABLE.group_table TD.info .amount .cents {
  display: none;
  font-size: 14px;
}
.woocommerce DIV.product SECTION.top .summary FORM.cart TABLE.group_table TD.info .out-of-stock {
  margin-top: 5px;
  color: #737373;
}
.woocommerce DIV.product SECTION.top .summary FORM.cart TABLE.group_table TD.qty {
  text-align: right;
}
.woocommerce DIV.product SECTION.top .summary FORM.cart TABLE.group_table TD.qty .select-qty {
  float: right;
}
.woocommerce DIV.product SECTION.top .summary FORM.cart TABLE.group_table TD.qty .select-qty SELECT {
  padding: 11px 29px 9px 16px;
}
.woocommerce DIV.product SECTION.top .summary FORM.cart TABLE.group_table TD.qty .select-qty:after {
  top: 15px;
  width: 9px;
}
.woocommerce .type-product .instock_version {
  overflow: hidden;
}
.woocommerce .type-product .instock_version .headline {
  width: 380px;
  padding-right: 40px;
  float: left;
}
.woocommerce .type-product .instock_version .headline > H3 {
  font-family: 'FuturaBTWXX-CondensedMedium', Arial, sans-serif;
  text-transform: uppercase;
  font-size: 19px;
  letter-spacing: 1.8px;
  margin-bottom: 10px;
}
@media only screen and (min-width: 630px) and (max-width: 950px) {
  .woocommerce .type-product .instock_version .headline > H3 {
    font-size: 17px;
  }
}
@media only screen and (max-width: 629px) {
  .woocommerce .type-product .instock_version .headline > H3 {
    font-size: 15px;
  }
}
.woocommerce .type-product .instock_version .headline > P {
  font-family: 'FuturaBT-Light', Arial, sans-serif;
  text-transform: uppercase;
  text-transform: none;
  font-size: 14px;
  letter-spacing: 0.12px;
}
@media only screen and (max-width: 950px) {
  .woocommerce .type-product .instock_version .headline > P {
    font-size: 13px;
  }
}
.woocommerce .type-product .instock_version .details {
  position: relative;
  overflow: hidden;
  width: calc(100% - 760px);
  float: left;
}
.woocommerce .type-product .instock_version .details .image {
  position: relative;
  width: 190px;
  float: left;
}
.woocommerce .type-product .instock_version .details .specs {
  position: relative;
  width: calc(100% - 190px);
  float: left;
  padding-left: 40px;
}
@media only screen and (min-width: 951px) and (max-width: 1400px) {
  .woocommerce .type-product .instock_version .details .specs {
    padding-left: 32px;
  }
}
@media only screen and (min-width: 630px) and (max-width: 950px) {
  .woocommerce .type-product .instock_version .details .specs {
    padding-left: 22px;
  }
}
@media only screen and (max-width: 629px) {
  .woocommerce .type-product .instock_version .details .specs {
    padding-left: 16px;
  }
}
.woocommerce .type-product .instock_version .details .specs H3 {
  font-family: 'FuturaBTWXX-CondensedMedium', Arial, sans-serif;
  text-transform: uppercase;
  font-size: 19px;
  letter-spacing: 1.8px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 630px) and (max-width: 950px) {
  .woocommerce .type-product .instock_version .details .specs H3 {
    font-size: 17px;
  }
}
@media only screen and (max-width: 629px) {
  .woocommerce .type-product .instock_version .details .specs H3 {
    font-size: 15px;
  }
}
.woocommerce .type-product .instock_version .details .specs P {
  font-family: 'FuturaBT-Book', Arial, sans-serif;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 1.5px;
  line-height: 16px;
}
@media only screen and (max-width: 629px) {
  .woocommerce .type-product .instock_version .details .specs P {
    font-size: 10px;
    line-height: 15px;
  }
}
.woocommerce .type-product .instock_version .buttons {
  position: relative;
  width: 380px;
  float: right;
  padding-left: 40px;
  text-align: left;
}
.woocommerce .type-product .instock_version .buttons .price {
  font-family: 'BaskervilleBT-Italic', 'Times New Roman', Times, serif;
  font-size: 16px;
  letter-spacing: 0;
  -webkit-font-smoothing: auto;
  line-height: 18px;
  font-size: 19.5px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 629px) {
  .woocommerce .type-product .instock_version .buttons .price {
    font-size: 17px;
  }
}
.woocommerce .type-product .instock_version .buttons .price INS {
  border: none;
  text-decoration: none;
}
.woocommerce .type-product .instock_version .buttons .price .cents {
  display: none;
  font-size: 14px;
}
.woocommerce .type-product .instock_version .buttons .price .starting {
  display: none;
}
.woocommerce .type-product .instock_version .buttons .button {
  margin-bottom: 20px;
  min-width: 200px;
}
@media only screen and (min-width: 951px) and (max-width: 1400px) {
  .woocommerce .type-product .instock_version {
    overflow: hidden;
  }
  .woocommerce .type-product .instock_version .headline {
    width: 100%;
    float: none;
    padding-right: 0;
    padding-bottom: 40px;
  }
  .woocommerce .type-product .instock_version .details {
    width: calc(100% - 380px);
  }
}
.product-modal {
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
.product-modal .image {
  width: 70%;
}
.product-modal .side {
  width: 30%;
  padding-top: 30px;
}
.product-modal H3 {
  font-family: 'FuturaBTWXX-CondensedLight', Arial, sans-serif;
  text-transform: uppercase;
  font-size: 28px;
  letter-spacing: 0.8px;
}
@media only screen and (min-width: 630px) and (max-width: 950px) {
  .product-modal H3 {
    font-size: 25px;
  }
}
@media only screen and (max-width: 629px) {
  .product-modal H3 {
    font-size: 23px;
    line-height: 27px;
  }
}
.product-modal .designer {
  font-family: 'FuturaBT-Book', Arial, sans-serif;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 1.5px;
  line-height: 16px;
  margin-top: 2px;
}
@media only screen and (max-width: 629px) {
  .product-modal .designer {
    font-size: 10px;
    line-height: 15px;
  }
}
.product-modal .description {
  font-family: 'FuturaBT-Light', Arial, sans-serif;
  text-transform: uppercase;
  text-transform: none;
  font-size: 14px;
  letter-spacing: 0.12px;
  line-height: 26px;
  max-width: 800px;
  margin-bottom: -6px;
}
@media only screen and (max-width: 950px) {
  .product-modal .description {
    font-size: 13px;
  }
}
.product-modal .description > * {
  margin-bottom: 15px;
}
.product-modal .description > *:last-child {
  margin-bottom: 0;
}
.product-modal .description H2 {
  font-family: 'FuturaBTWXX-CondensedMedium', Arial, sans-serif;
  text-transform: uppercase;
  font-size: 19px;
  letter-spacing: 1.8px;
}
@media only screen and (min-width: 630px) and (max-width: 950px) {
  .product-modal .description H2 {
    font-size: 17px;
  }
}
@media only screen and (max-width: 629px) {
  .product-modal .description H2 {
    font-size: 15px;
  }
}
.product-modal .description H3 {
  font-family: 'FuturaBTWXX-Heavy', Arial, sans-serif;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 1.2px;
  line-height: 16px;
  margin-bottom: 6px;
}
.product-modal .description A {
  text-decoration: underline;
}
.product-modal .description A:hover {
  color: #737373;
}
.product-modal .description A.button {
  text-decoration: none;
}
.product-modal .description A.button:hover {
  background-color: #737373;
  border-color: #737373;
  color: white;
}
.product-modal .description UL {
  max-width: 650px;
}
.product-modal .description UL LI {
  position: relative;
  padding-left: 25px;
}
.product-modal .description UL LI:before {
  content: ' ';
  height: 1px;
  background-color: #000;
  width: 14px;
  position: absolute;
  top: 12px;
  left: 0;
}
.product-modal .description OL {
  list-style-type: decimal;
  list-style-position: inside;
}
.product-modal .description STRONG {
  font-weight: bold;
}
.product-modal .description EM,
.product-modal .description I {
  font-style: italic;
}
.product-modal .description BLOCKQUOTE {
  font-family: 'BaskervilleBT-Italic', 'Times New Roman', Times, serif;
  font-size: 16px;
  letter-spacing: 0;
  -webkit-font-smoothing: auto;
  line-height: 18px;
  margin-top: 20px;
  border-top: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
  padding: 20px 0;
}
@media only screen and (max-width: 629px) {
  .product-modal .description BLOCKQUOTE {
    font-size: 17px;
  }
}
@media only screen and (min-width: 951px) {
  .product-modal .description BLOCKQUOTE {
    padding-right: 70px;
  }
}
@media only screen and (max-width: 629px) {
  .product-modal .description {
    font-size: 14px;
    line-height: 21px;
  }
}
.product-modal .specs {
  display: -ms-grid;
  display: grid;
  gap: 10px;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
}
.product-modal .specs H6 {
  font-family: 'FuturaBTWXX-Heavy', Arial, sans-serif;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 1.2px;
  line-height: 16px;
  margin-bottom: 4px;
}
.product-modal .specs P {
  font-family: 'FuturaBT-Light', Arial, sans-serif;
  text-transform: uppercase;
  text-transform: none;
  font-size: 13px;
  letter-spacing: 0.09px;
  line-height: 16px;
}
@media only screen and (max-width: 629px) {
  .product-modal {
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .product-modal .image,
  .product-modal .side {
    width: 100%;
  }
}
.woocommerce .type-product .recently_viewed H3 {
  text-align: center;
}
.module_stickers EM {
  font-family: 'FuturaBTWXX-Heavy', Arial, sans-serif;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 1.2px;
  line-height: 16px;
  margin-top: 4px;
  letter-spacing: 0.8px;
  color: #737373;
  display: inline-block;
  margin-left: 7px;
}
.module_stickers EM:first-of-type {
  margin-left: 0;
}
.woocommerce .type-product .technical {
  overflow: hidden;
  /* --------------------------------------------------------------- */
  /*  Specs */
  /* --------------------------------------------------------------- */
  /*  Renderings */
  /* --------------------------------------------------------------- */
  /*  Downloads */
}
.woocommerce .type-product .technical H3 {
  font-family: 'FuturaBTWXX-CondensedMedium', Arial, sans-serif;
  text-transform: uppercase;
  font-size: 19px;
  letter-spacing: 1.8px;
  margin-bottom: 40px;
}
@media only screen and (min-width: 630px) and (max-width: 950px) {
  .woocommerce .type-product .technical H3 {
    font-size: 17px;
  }
}
@media only screen and (max-width: 629px) {
  .woocommerce .type-product .technical H3 {
    font-size: 15px;
  }
}
@media only screen and (min-width: 951px) and (max-width: 1400px) {
  .woocommerce .type-product .technical H3 {
    margin-bottom: 32px;
  }
}
@media only screen and (min-width: 630px) and (max-width: 950px) {
  .woocommerce .type-product .technical H3 {
    margin-bottom: 22px;
  }
}
@media only screen and (max-width: 629px) {
  .woocommerce .type-product .technical H3 {
    margin-bottom: 16px;
  }
}
.woocommerce .type-product .technical .specs {
  /* Sizes */
}
.woocommerce .type-product .technical .specs .spec {
  margin-bottom: 15px;
  -moz-column-break-inside: avoid;
  -moz-page-break-inside: avoid;
  break-inside: avoid-column;
}
.woocommerce .type-product .technical .specs .spec H6 {
  font-family: 'FuturaBTWXX-Heavy', Arial, sans-serif;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 1.2px;
  line-height: 16px;
  margin-bottom: 6px;
}
.woocommerce .type-product .technical .specs .spec P {
  font-family: 'FuturaBT-Light', Arial, sans-serif;
  text-transform: uppercase;
  text-transform: none;
  font-size: 13px;
  letter-spacing: 0.09px;
  line-height: 18px;
  margin-bottom: 7px;
}
.woocommerce .type-product .technical .specs .spec P:last-of-type {
  margin-bottom: 0;
}
.woocommerce .type-product .technical .specs .spec A {
  text-decoration: underline;
}
.woocommerce .type-product .technical .specs.full {
  -moz-column-width: 25%;
  -moz-column-count: 4;
  -moz-column-gap: 40px;
  -moz-column-rule-color: #fff;
  -moz-column-rule-style: solid;
  -moz-column-rule-width: 0;
  -webkit-column-width: 25%;
  -webkit-column-count: 4;
  -webkit-column-gap: 40px;
  -webkit-column-rule-color: #fff;
  -webkit-column-rule-style: solid;
  -webkit-column-rule-width: 0;
  column-width: 25%;
  column-count: 4;
  column-gap: 40px;
  column-rule-color: #fff;
  column-rule-style: solid;
  column-rule-width: 0;
}
.woocommerce .type-product .technical .specs.wide {
  -moz-column-width: 60%;
  -moz-column-count: 3;
  -moz-column-gap: 40px;
  -moz-column-rule-color: #fff;
  -moz-column-rule-style: solid;
  -moz-column-rule-width: 0;
  -webkit-column-width: 60%;
  -webkit-column-count: 3;
  -webkit-column-gap: 40px;
  -webkit-column-rule-color: #fff;
  -webkit-column-rule-style: solid;
  -webkit-column-rule-width: 0;
  column-width: 60%;
  column-count: 3;
  column-gap: 40px;
  column-rule-color: #fff;
  column-rule-style: solid;
  column-rule-width: 0;
  width: 60%;
  float: left;
  padding-right: 35px;
}
.woocommerce .type-product .technical .specs.half {
  -moz-column-width: 50%;
  -moz-column-count: 2;
  -moz-column-gap: 40px;
  -moz-column-rule-color: #fff;
  -moz-column-rule-style: solid;
  -moz-column-rule-width: 0;
  -webkit-column-width: 50%;
  -webkit-column-count: 2;
  -webkit-column-gap: 40px;
  -webkit-column-rule-color: #fff;
  -webkit-column-rule-style: solid;
  -webkit-column-rule-width: 0;
  column-width: 50%;
  column-count: 2;
  column-gap: 40px;
  column-rule-color: #fff;
  column-rule-style: solid;
  column-rule-width: 0;
  width: 50%;
  float: left;
  padding-right: 35px;
}
.woocommerce .type-product .technical .renderings {
  float: right;
  padding-left: 35px;
  /* Sizes */
}
.woocommerce .type-product .technical .renderings .slide .image_wrapper {
  background-color: white;
}
.woocommerce .type-product .technical .renderings .slide .tint {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(238, 238, 238, 0.5);
  z-index: 3;
  mix-blend-mode: multiply;
  pointer-events: none;
}
.woocommerce .type-product .technical .renderings .slide IMG {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  image-rendering: -moz-crisp-edges;
  /* Firefox */
  image-rendering: -o-crisp-edges;
  /* Opera */
  image-rendering: -webkit-optimize-contrast;
  /* Webkit (non-standard naming) */
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
  /* IE (non-standard property) */
}
.woocommerce .type-product .technical .renderings.renderings_small .grid {
  position: relative;
  display: block;
  clear: both;
  overflow: hidden;
  margin-left: -40px;
  margin-top: -40px;
}
@media only screen and (min-width: 951px) and (max-width: 1400px) {
  .woocommerce .type-product .technical .renderings.renderings_small .grid {
    margin-left: -32px;
  }
}
@media only screen and (min-width: 630px) and (max-width: 950px) {
  .woocommerce .type-product .technical .renderings.renderings_small .grid {
    margin-left: -22px;
  }
}
@media only screen and (max-width: 629px) {
  .woocommerce .type-product .technical .renderings.renderings_small .grid {
    margin-left: -16px;
  }
}
@media only screen and (min-width: 951px) and (max-width: 1400px) {
  .woocommerce .type-product .technical .renderings.renderings_small .grid {
    margin-top: -32px;
  }
}
@media only screen and (min-width: 630px) and (max-width: 950px) {
  .woocommerce .type-product .technical .renderings.renderings_small .grid {
    margin-top: -22px;
  }
}
@media only screen and (max-width: 629px) {
  .woocommerce .type-product .technical .renderings.renderings_small .grid {
    margin-top: -16px;
  }
}
.woocommerce .type-product .technical .renderings.renderings_small .cell {
  /* Desktop, Tablet, Mobile, XL, Super-XL */
  float: left;
  position: relative;
  width: 50%;
  /* Desktop, Tablet, Mobile, XL, Super-XL */
  padding-left: 40px;
  padding-top: 40px;
}
@media only screen and (min-width: 951px) and (max-width: 1400px) {
  .woocommerce .type-product .technical .renderings.renderings_small .cell {
    padding-left: 32px;
  }
}
@media only screen and (min-width: 630px) and (max-width: 950px) {
  .woocommerce .type-product .technical .renderings.renderings_small .cell {
    padding-left: 22px;
  }
}
@media only screen and (max-width: 629px) {
  .woocommerce .type-product .technical .renderings.renderings_small .cell {
    padding-left: 16px;
  }
}
@media only screen and (min-width: 951px) and (max-width: 1400px) {
  .woocommerce .type-product .technical .renderings.renderings_small .cell {
    padding-top: 32px;
  }
}
@media only screen and (min-width: 630px) and (max-width: 950px) {
  .woocommerce .type-product .technical .renderings.renderings_small .cell {
    padding-top: 22px;
  }
}
@media only screen and (max-width: 629px) {
  .woocommerce .type-product .technical .renderings.renderings_small .cell {
    padding-top: 16px;
  }
}
.woocommerce .type-product .technical .renderings.half {
  width: 50%;
}
.woocommerce .type-product .technical .renderings.quarter {
  width: 40%;
}
.woocommerce .type-product .technical .downloads {
  padding-top: 40px;
  clear: both;
  column-span: all;
}
.woocommerce .type-product .technical .downloads H3 {
  font-family: 'FuturaBTWXX-CondensedMedium', Arial, sans-serif;
  text-transform: uppercase;
  font-size: 19px;
  letter-spacing: 1.8px;
  margin-bottom: 40px;
}
@media only screen and (min-width: 630px) and (max-width: 950px) {
  .woocommerce .type-product .technical .downloads H3 {
    font-size: 17px;
  }
}
@media only screen and (max-width: 629px) {
  .woocommerce .type-product .technical .downloads H3 {
    font-size: 15px;
  }
}
@media only screen and (min-width: 951px) and (max-width: 1400px) {
  .woocommerce .type-product .technical .downloads H3 {
    margin-bottom: 32px;
  }
}
@media only screen and (min-width: 630px) and (max-width: 950px) {
  .woocommerce .type-product .technical .downloads H3 {
    margin-bottom: 22px;
  }
}
@media only screen and (max-width: 629px) {
  .woocommerce .type-product .technical .downloads H3 {
    margin-bottom: 16px;
  }
}
.woocommerce .type-product .technical .downloads A {
  font-family: 'FuturaBT-Light', Arial, sans-serif;
  text-transform: uppercase;
  text-transform: none;
  font-size: 14px;
  letter-spacing: 0.12px;
  display: inline-block;
  padding: 3px 0 4px 18px;
  margin-right: 30px;
  background-size: 12px auto;
  background-repeat: no-repeat;
  background-position: 0 0;
  text-decoration: underline;
  background-image: url('https://www.thefutureperfect.com/wp-content/themes/The-Future-Perfect/assets/img/icons/file.svg');
}
@media only screen and (max-width: 950px) {
  .woocommerce .type-product .technical .downloads A {
    font-size: 13px;
  }
}
.woocommerce DIV.product {
  /* --------------------------------------------------------------- */
  /*  Shared Price */
  /* --------------------------------------------------------------- */
  /*  Name & Designer/Manufacturer */
  /* --------------------------------------------------------------- */
  /*  Images */
  /* --------------------------------------------------------------- */
  /* Title, etc for mobile.  */
  /* --------------------------------------------------------------- */
  /*  Summary */
}
.woocommerce DIV.product P.price,
.woocommerce DIV.product SPAN.price {
  font-family: 'BaskervilleBT-Italic', 'Times New Roman', Times, serif;
  font-size: 16px;
  letter-spacing: 0;
  -webkit-font-smoothing: auto;
  line-height: 18px;
  font-size: 19.5px;
}
@media only screen and (max-width: 629px) {
  .woocommerce DIV.product P.price,
  .woocommerce DIV.product SPAN.price {
    font-size: 17px;
  }
}
.woocommerce DIV.product P.price INS,
.woocommerce DIV.product SPAN.price INS {
  border: none;
  text-decoration: none;
}
.woocommerce DIV.product P.price .cents,
.woocommerce DIV.product SPAN.price .cents {
  display: none;
  font-size: 14px;
}
.woocommerce DIV.product P.price EM,
.woocommerce DIV.product SPAN.price EM {
  width: 65px;
  display: inline-block;
}
.woocommerce DIV.product P.price.dim,
.woocommerce DIV.product SPAN.price.dim {
  color: #737373;
}
.woocommerce DIV.product P.price .note,
.woocommerce DIV.product SPAN.price .note {
  font-size: 14px;
  letter-spacing: -0.5;
}
.woocommerce DIV.product .product_title {
  font-family: 'FuturaBTWXX-CondensedLight', Arial, sans-serif;
  text-transform: uppercase;
  font-size: 28px;
  letter-spacing: 0.8px;
  position: relative;
  top: -2px;
}
@media only screen and (min-width: 630px) and (max-width: 950px) {
  .woocommerce DIV.product .product_title {
    font-size: 25px;
  }
}
@media only screen and (max-width: 629px) {
  .woocommerce DIV.product .product_title {
    font-size: 23px;
    line-height: 27px;
  }
}
.woocommerce DIV.product .product_designer_manufacturer {
  font-family: 'FuturaBT-Book', Arial, sans-serif;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 1.5px;
  line-height: 16px;
  margin-top: 2px;
}
@media only screen and (max-width: 629px) {
  .woocommerce DIV.product .product_designer_manufacturer {
    font-size: 10px;
    line-height: 15px;
  }
}
.woocommerce DIV.product .product_designer_manufacturer A:hover {
  text-decoration: underline;
}
.woocommerce DIV.product SECTION.top .images {
  width: calc(100% - 380px);
  float: left;
}
.woocommerce DIV.product SECTION.top .images .slideshow {
  padding-bottom: 70.74829932%;
  margin-bottom: 40px;
  /* Height of slideshow nav */
  background-color: rgba(238, 238, 238, 0.5);
  position: relative;
}
.woocommerce DIV.product SECTION.top .images .slideshow .owl-carousel {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.woocommerce DIV.product SECTION.top .images .slideshow .owl-carousel .owl-item .slide,
.woocommerce DIV.product SECTION.top .images .slideshow .owl-carousel .owl-item > * {
  background-position: bottom center;
}
.woocommerce DIV.product SECTION.top .images .slideshow .caption {
  font-family: 'FuturaBT-Book', Arial, sans-serif;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 1.5px;
  line-height: 16px;
  position: absolute;
  bottom: 20px;
  left: 20px;
}
@media only screen and (max-width: 629px) {
  .woocommerce DIV.product SECTION.top .images .slideshow .caption {
    font-size: 10px;
    line-height: 15px;
  }
}
.woocommerce DIV.product SECTION.top .images .slideshow.single {
  margin-bottom: 0;
}
.woocommerce DIV.product SECTION.top .images .description {
  padding-top: 40px;
  font-family: 'FuturaBT-Light', Arial, sans-serif;
  text-transform: uppercase;
  text-transform: none;
  font-size: 14px;
  letter-spacing: 0.12px;
  line-height: 26px;
  max-width: 800px;
  margin-bottom: -6px;
}
@media only screen and (max-width: 950px) {
  .woocommerce DIV.product SECTION.top .images .description {
    font-size: 13px;
  }
}
.woocommerce DIV.product SECTION.top .images .description > * {
  margin-bottom: 15px;
}
.woocommerce DIV.product SECTION.top .images .description > *:last-child {
  margin-bottom: 0;
}
.woocommerce DIV.product SECTION.top .images .description H2 {
  font-family: 'FuturaBTWXX-CondensedMedium', Arial, sans-serif;
  text-transform: uppercase;
  font-size: 19px;
  letter-spacing: 1.8px;
}
@media only screen and (min-width: 630px) and (max-width: 950px) {
  .woocommerce DIV.product SECTION.top .images .description H2 {
    font-size: 17px;
  }
}
@media only screen and (max-width: 629px) {
  .woocommerce DIV.product SECTION.top .images .description H2 {
    font-size: 15px;
  }
}
.woocommerce DIV.product SECTION.top .images .description H3 {
  font-family: 'FuturaBTWXX-Heavy', Arial, sans-serif;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 1.2px;
  line-height: 16px;
  margin-bottom: 6px;
}
.woocommerce DIV.product SECTION.top .images .description A {
  text-decoration: underline;
}
.woocommerce DIV.product SECTION.top .images .description A:hover {
  color: #737373;
}
.woocommerce DIV.product SECTION.top .images .description A.button {
  text-decoration: none;
}
.woocommerce DIV.product SECTION.top .images .description A.button:hover {
  background-color: #737373;
  border-color: #737373;
  color: white;
}
.woocommerce DIV.product SECTION.top .images .description UL {
  max-width: 650px;
}
.woocommerce DIV.product SECTION.top .images .description UL LI {
  position: relative;
  padding-left: 25px;
}
.woocommerce DIV.product SECTION.top .images .description UL LI:before {
  content: ' ';
  height: 1px;
  background-color: #000;
  width: 14px;
  position: absolute;
  top: 12px;
  left: 0;
}
.woocommerce DIV.product SECTION.top .images .description OL {
  list-style-type: decimal;
  list-style-position: inside;
}
.woocommerce DIV.product SECTION.top .images .description STRONG {
  font-weight: bold;
}
.woocommerce DIV.product SECTION.top .images .description EM,
.woocommerce DIV.product SECTION.top .images .description I {
  font-style: italic;
}
.woocommerce DIV.product SECTION.top .images .description BLOCKQUOTE {
  font-family: 'BaskervilleBT-Italic', 'Times New Roman', Times, serif;
  font-size: 16px;
  letter-spacing: 0;
  -webkit-font-smoothing: auto;
  line-height: 18px;
  margin-top: 20px;
  border-top: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
  padding: 20px 0;
}
@media only screen and (max-width: 629px) {
  .woocommerce DIV.product SECTION.top .images .description BLOCKQUOTE {
    font-size: 17px;
  }
}
@media only screen and (min-width: 951px) {
  .woocommerce DIV.product SECTION.top .images .description BLOCKQUOTE {
    padding-right: 70px;
  }
}
@media only screen and (max-width: 629px) {
  .woocommerce DIV.product SECTION.top .images .description {
    font-size: 14px;
    line-height: 21px;
  }
}
.woocommerce DIV.product SECTION.top .mobile_details {
  display: none;
}
.woocommerce DIV.product SECTION.top .summary {
  padding-left: 40px;
  width: 380px;
  float: right;
}
.woocommerce DIV.product SECTION.top .summary .price_wrapper {
  padding-top: 20px;
}
.woocommerce DIV.product SECTION.top .summary .price_wrapper .price {
  margin-bottom: 4px;
}
.woocommerce DIV.product SECTION.top .summary .price_wrapper .price:last-of-type {
  margin-bottom: 0;
}
.woocommerce DIV.product SECTION.top .summary .text {
  padding-top: 40px;
}
.woocommerce DIV.product SECTION.top .summary .text .description {
  padding-bottom: 40px;
  font-family: 'FuturaBT-Light', Arial, sans-serif;
  text-transform: uppercase;
  text-transform: none;
  font-size: 14px;
  letter-spacing: 0.12px;
  line-height: 26px;
  max-width: 800px;
  margin-bottom: -6px;
}
@media only screen and (max-width: 950px) {
  .woocommerce DIV.product SECTION.top .summary .text .description {
    font-size: 13px;
  }
}
.woocommerce DIV.product SECTION.top .summary .text .description > * {
  margin-bottom: 15px;
}
.woocommerce DIV.product SECTION.top .summary .text .description > *:last-child {
  margin-bottom: 0;
}
.woocommerce DIV.product SECTION.top .summary .text .description H2 {
  font-family: 'FuturaBTWXX-CondensedMedium', Arial, sans-serif;
  text-transform: uppercase;
  font-size: 19px;
  letter-spacing: 1.8px;
}
@media only screen and (min-width: 630px) and (max-width: 950px) {
  .woocommerce DIV.product SECTION.top .summary .text .description H2 {
    font-size: 17px;
  }
}
@media only screen and (max-width: 629px) {
  .woocommerce DIV.product SECTION.top .summary .text .description H2 {
    font-size: 15px;
  }
}
.woocommerce DIV.product SECTION.top .summary .text .description H3 {
  font-family: 'FuturaBTWXX-Heavy', Arial, sans-serif;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 1.2px;
  line-height: 16px;
  margin-bottom: 6px;
}
.woocommerce DIV.product SECTION.top .summary .text .description A {
  text-decoration: underline;
}
.woocommerce DIV.product SECTION.top .summary .text .description A:hover {
  color: #737373;
}
.woocommerce DIV.product SECTION.top .summary .text .description A.button {
  text-decoration: none;
}
.woocommerce DIV.product SECTION.top .summary .text .description A.button:hover {
  background-color: #737373;
  border-color: #737373;
  color: white;
}
.woocommerce DIV.product SECTION.top .summary .text .description UL {
  max-width: 650px;
}
.woocommerce DIV.product SECTION.top .summary .text .description UL LI {
  position: relative;
  padding-left: 25px;
}
.woocommerce DIV.product SECTION.top .summary .text .description UL LI:before {
  content: ' ';
  height: 1px;
  background-color: #000;
  width: 14px;
  position: absolute;
  top: 12px;
  left: 0;
}
.woocommerce DIV.product SECTION.top .summary .text .description OL {
  list-style-type: decimal;
  list-style-position: inside;
}
.woocommerce DIV.product SECTION.top .summary .text .description STRONG {
  font-weight: bold;
}
.woocommerce DIV.product SECTION.top .summary .text .description EM,
.woocommerce DIV.product SECTION.top .summary .text .description I {
  font-style: italic;
}
.woocommerce DIV.product SECTION.top .summary .text .description BLOCKQUOTE {
  font-family: 'BaskervilleBT-Italic', 'Times New Roman', Times, serif;
  font-size: 16px;
  letter-spacing: 0;
  -webkit-font-smoothing: auto;
  line-height: 18px;
  margin-top: 20px;
  border-top: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
  padding: 20px 0;
}
@media only screen and (max-width: 629px) {
  .woocommerce DIV.product SECTION.top .summary .text .description BLOCKQUOTE {
    font-size: 17px;
  }
}
@media only screen and (min-width: 951px) {
  .woocommerce DIV.product SECTION.top .summary .text .description BLOCKQUOTE {
    padding-right: 70px;
  }
}
@media only screen and (max-width: 629px) {
  .woocommerce DIV.product SECTION.top .summary .text .description {
    font-size: 14px;
    line-height: 21px;
  }
}
.woocommerce DIV.product SECTION.top .summary .text .shipping,
.woocommerce DIV.product SECTION.top .summary .text .misc {
  font-family: 'FuturaBT-Light', Arial, sans-serif;
  text-transform: uppercase;
  text-transform: none;
  font-size: 14px;
  letter-spacing: 0.12px;
  padding-bottom: 40px;
  line-height: 22px;
}
@media only screen and (max-width: 950px) {
  .woocommerce DIV.product SECTION.top .summary .text .shipping,
  .woocommerce DIV.product SECTION.top .summary .text .misc {
    font-size: 13px;
  }
}
.woocommerce DIV.product SECTION.top .summary .text .shipping A,
.woocommerce DIV.product SECTION.top .summary .text .misc A {
  text-decoration: underline;
}
.woocommerce DIV.product SECTION.top .summary .in-stock {
  font-family: 'FuturaBT-Light', Arial, sans-serif;
  text-transform: uppercase;
  text-transform: none;
  font-size: 14px;
  letter-spacing: 0.12px;
  position: relative;
  top: -30px;
}
@media only screen and (max-width: 950px) {
  .woocommerce DIV.product SECTION.top .summary .in-stock {
    font-size: 13px;
  }
}
.woocommerce DIV.product SECTION.top .summary .cart {
  padding-top: 40px;
  border-top: 1px solid #CCCCCC;
  max-width: none;
  overflow: hidden;
}
.woocommerce DIV.product SECTION.top .summary .cart > .hide_qty {
  display: none;
}
.woocommerce DIV.product SECTION.top .summary .cart .select-qty {
  float: left;
  margin-right: 7px;
  position: relative;
  overflow: hidden;
}
.woocommerce DIV.product SECTION.top .summary .cart .select-qty LABEL {
  display: none;
}
.woocommerce DIV.product SECTION.top .summary .cart .select-qty SELECT {
  font-family: 'FuturaBTWXX-CondensedMedium', Arial, sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1.2px;
  background-color: white;
  border: 1px solid #CCCCCC;
  color: #000;
  padding: 15px 18px 13px 14px;
  width: 62px;
  float: left;
}
.woocommerce DIV.product SECTION.top .summary .cart #wc-stripe-payment-request-wrapper,
.woocommerce DIV.product SECTION.top .summary .cart #wc-stripe-payment-request-button-separator {
  display: none !important;
}
.woocommerce DIV.product SECTION.top .summary .cart > .button {
  background-color: black;
  color: white;
  width: 50%;
  display: block;
  float: left;
}
.woocommerce DIV.product SECTION.top .summary .cart > .button:hover {
  background-color: #737373;
  border-color: #737373;
  cursor: pointer;
}
.woocommerce DIV.product SECTION.top .summary .cart .other_actions {
  float: left;
  width: 50%;
  overflow: hidden;
  position: relative;
}
.woocommerce DIV.product SECTION.top .summary .cart .other_actions .tinv-wraper {
  display: inline;
}
.woocommerce DIV.product SECTION.top .summary .cart .other_actions .tinv-wraper .tinv-wishlist-clear {
  display: none;
}
.woocommerce DIV.product SECTION.top .summary .cart .other_actions A.tinvwl_add_to_wishlist_button,
.woocommerce DIV.product SECTION.top .summary .cart .other_actions .questions {
  margin-top: 0;
  border-color: white;
  background-color: white;
  color: #000;
  display: block;
  padding-left: 0;
  padding-right: 0;
}
.woocommerce DIV.product SECTION.top .summary .cart .other_actions A.tinvwl_add_to_wishlist_button:before,
.woocommerce DIV.product SECTION.top .summary .cart .other_actions .questions:before {
  margin-left: 7px;
}
.woocommerce DIV.product SECTION.top .summary .cart .other_actions .questions {
  display: none;
}
.woocommerce DIV.product SECTION.top .summary > .tinv-wraper {
  display: none;
}
.woocommerce DIV.product SECTION.top .summary .nav {
  margin-top: 40px;
  text-align: justify;
  position: relative;
  height: 14px;
}
.woocommerce DIV.product SECTION.top .summary .nav:after {
  display: inline-block;
  width: 100%;
  content: '';
}
.woocommerce DIV.product SECTION.top .summary .nav A {
  display: inline-block;
}
.woocommerce DIV.product SECTION.top .summary .nav A {
  font-family: 'FuturaBT-Book', Arial, sans-serif;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 1.5px;
  line-height: 16px;
  color: #737373;
}
@media only screen and (max-width: 629px) {
  .woocommerce DIV.product SECTION.top .summary .nav A {
    font-size: 10px;
    line-height: 15px;
  }
}
.woocommerce DIV.product SECTION.top .summary .nav A:hover {
  color: #000;
}
.woocommerce DIV.product SECTION.top .summary .nav .short {
  display: none;
}
.woocommerce DIV.product SECTION.top .summary .module_sharing {
  margin-top: 15px;
}
/* --------------------------------------------------------------- */
/*  Shipping Methods */
.woocommerce .shipping .shipping_method_description {
  color: #737373;
  line-height: 16px;
}
.woocommerce .shipping .notice {
  font-family: 'BaskervilleBT-Italic', 'Times New Roman', Times, serif;
  font-size: 16px;
  letter-spacing: 0;
  -webkit-font-smoothing: auto;
  line-height: 18px;
  padding-bottom: 4px;
}
@media only screen and (max-width: 629px) {
  .woocommerce .shipping .notice {
    font-size: 17px;
  }
}
.woocommerce .shipping .amount {
  font-family: 'FuturaBT-Light', Arial, sans-serif;
  text-transform: uppercase;
  text-transform: none;
  font-size: 14px;
  letter-spacing: 0.12px;
  padding-bottom: 6px;
}
@media only screen and (max-width: 950px) {
  .woocommerce .shipping .amount {
    font-size: 13px;
  }
}
.woocommerce .shipping #shipping_method {
  clear: both;
}
.woocommerce .shipping #shipping_method LI {
  margin-bottom: 15px;
}
.woocommerce .shipping #shipping_method LI:last-of-type {
  margin-bottom: 0;
}
.woocommerce .shipping #shipping_method .shipping_method_description {
  padding-left: 56px;
  position: relative;
  top: -8px;
}
.woocommerce .shipping #shipping_method LABEL {
  font-family: 'FuturaBT-Light', Arial, sans-serif;
  text-transform: uppercase;
  text-transform: none;
  font-size: 14px;
  letter-spacing: 0.12px;
}
@media only screen and (max-width: 950px) {
  .woocommerce .shipping #shipping_method LABEL {
    font-size: 13px;
  }
}
.woocommerce .shipping #shipping_method TH {
  display: none;
}
.woocommerce .shipping #shipping_method .has_tooltip {
  position: relative;
  margin-left: 7px;
  font-size: 18px;
  top: 1px;
  color: #737373;
}
.woocommerce .shipping #shipping_method .has_tooltip > SPAN {
  top: auto;
  bottom: 23px;
}
/* --------------------------------------------------------------- */
/*  Cart Page */
.woocommerce-page TABLE.shop_table {
  width: 100%;
  border-top: 1px solid #000;
  margin-bottom: 40px;
}
.woocommerce-page TABLE.shop_table TR TH,
.woocommerce-page TABLE.shop_table TR TD {
  padding: 20px;
}
.woocommerce-page TABLE.shop_table TR TH:first-child,
.woocommerce-page TABLE.shop_table TR TD:first-child {
  padding-left: 0;
}
.woocommerce-page TABLE.shop_table TR TH:last-child,
.woocommerce-page TABLE.shop_table TR TD:last-child {
  padding-right: 0;
}
.woocommerce-page TABLE.shop_table THEAD TR TH {
  font-family: 'FuturaBTWXX-Heavy', Arial, sans-serif;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 1.2px;
  line-height: 16px;
  border-bottom: 1px solid #000;
}
.woocommerce-page TABLE.shop_table TBODY TR TD {
  font-family: 'FuturaBT-Light', Arial, sans-serif;
  text-transform: uppercase;
  text-transform: none;
  font-size: 14px;
  letter-spacing: 0.12px;
  border-bottom: 1px solid #CCCCCC;
}
@media only screen and (max-width: 950px) {
  .woocommerce-page TABLE.shop_table TBODY TR TD {
    font-size: 13px;
  }
}
.woocommerce-page TABLE.shop_table TFOOT TR TH,
.woocommerce-page TABLE.shop_table TFOOT TR TD {
  padding-bottom: 0;
}
.woocommerce-page TABLE.shop_table TFOOT TR TH {
  text-align: right;
  color: #737373;
}
.woocommerce-page TABLE.shop_table TFOOT TR:last-child TH,
.woocommerce-page TABLE.shop_table TFOOT TR:last-child TD {
  padding-bottom: 20px;
  border-bottom: 1px solid #000;
}
.woocommerce-page TABLE.shop_table .button {
  padding: 0;
  background-color: transparent;
  border: 0;
  text-decoration: underline;
  color: #000;
}
.woocommerce-page TABLE.shop_table .misc {
  font-family: 'FuturaBT-Light', Arial, sans-serif;
  text-transform: uppercase;
  text-transform: none;
  font-size: 14px;
  letter-spacing: 0.12px;
  line-height: 18px;
  margin-top: 5px;
}
@media only screen and (max-width: 950px) {
  .woocommerce-page TABLE.shop_table .misc {
    font-size: 13px;
  }
}
.woocommerce-page TABLE.shop_table DL {
  font-family: 'FuturaBT-Light', Arial, sans-serif;
  text-transform: uppercase;
  text-transform: none;
  font-size: 14px;
  letter-spacing: 0.12px;
  position: relative;
  overflow: hidden;
  line-height: 18px;
  margin-top: 8px;
}
@media only screen and (max-width: 950px) {
  .woocommerce-page TABLE.shop_table DL {
    font-size: 13px;
  }
}
.woocommerce-page TABLE.shop_table DL DT {
  display: none;
}
.woocommerce-page TABLE.shop_table UL.wc-item-meta {
  font-family: 'FuturaBT-Light', Arial, sans-serif;
  text-transform: uppercase;
  text-transform: none;
  font-size: 14px;
  letter-spacing: 0.12px;
  position: relative;
  overflow: hidden;
  line-height: 18px;
  margin-top: 6px;
  color: #737373;
}
@media only screen and (max-width: 950px) {
  .woocommerce-page TABLE.shop_table UL.wc-item-meta {
    font-size: 13px;
  }
}
.woocommerce-page TABLE.shop_table UL.wc-item-meta LI {
  padding-top: 2px;
}
.woocommerce-page TABLE.shop_table UL.wc-item-meta STRONG {
  width: 60px;
  float: left;
  font-weight: normal;
  display: inline-block;
  padding-right: 10px;
  white-space: nowrap;
}
.woocommerce-page TABLE.shop_table UL.wc-item-meta P {
  width: calc(100% - 90px);
  float: right;
}
.woocommerce-page TABLE.shop_table .item-data {
  font-family: 'FuturaBT-Book', Arial, sans-serif;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 1.5px;
  line-height: 16px;
}
@media only screen and (max-width: 629px) {
  .woocommerce-page TABLE.shop_table .item-data {
    font-size: 10px;
    line-height: 15px;
  }
}
.woocommerce-page TABLE.shop_table .item-data .row {
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  margin-top: 4px;
}
.woocommerce-page TABLE.shop_table .item-data .row .row-thumbnail {
  width: 45px;
}
.woocommerce-page TABLE.shop_table .item-data .row .row-thumbnail IMG {
  width: 35px;
  aspect-ratio: 1;
  overflow: hidden;
}
.woocommerce-page TABLE.shop_table .item-data .row .row-info {
  -ms-flex: 1;
      flex: 1;
}
.woocommerce-page TABLE.shop_table .item-data .row .row-info SPAN {
  display: inline-block;
  margin-right: 5px;
}
.tinv-wishlist-clear:before,
.tinv-wishlist-clear:after {
  display: none;
}
BODY.tinvwl-theme-style FORM {
  max-width: 800px;
}
BODY.tinvwl-theme-style FORM SELECT.form-control {
  height: auto;
}
/* --------------------------------------------------------------- */
/*  Shared Table */
.tinvwl-table-manage-list,
.tinvwl-table-manage-lists {
  width: 100%;
  border-top: 1px solid #000;
  margin-bottom: 40px;
}
.tinvwl-table-manage-list TR TH,
.tinvwl-table-manage-lists TR TH,
.tinvwl-table-manage-list TR TD,
.tinvwl-table-manage-lists TR TD {
  padding: 20px;
}
.tinvwl-table-manage-list TR TH:first-child,
.tinvwl-table-manage-lists TR TH:first-child,
.tinvwl-table-manage-list TR TD:first-child,
.tinvwl-table-manage-lists TR TD:first-child {
  padding-left: 0;
}
.tinvwl-table-manage-list TR TH:last-child,
.tinvwl-table-manage-lists TR TH:last-child,
.tinvwl-table-manage-list TR TD:last-child,
.tinvwl-table-manage-lists TR TD:last-child {
  padding-right: 0;
}
.tinvwl-table-manage-list THEAD TR TH,
.tinvwl-table-manage-lists THEAD TR TH {
  font-family: 'FuturaBTWXX-Heavy', Arial, sans-serif;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 1.2px;
  line-height: 16px;
  border-bottom: 1px solid #000;
}
.tinvwl-table-manage-list TBODY TR TD,
.tinvwl-table-manage-lists TBODY TR TD {
  font-family: 'FuturaBT-Light', Arial, sans-serif;
  text-transform: uppercase;
  text-transform: none;
  font-size: 14px;
  letter-spacing: 0.12px;
  border-bottom: 1px solid #CCCCCC;
}
@media only screen and (max-width: 950px) {
  .tinvwl-table-manage-list TBODY TR TD,
  .tinvwl-table-manage-lists TBODY TR TD {
    font-size: 13px;
  }
}
.tinvwl-table-manage-list TBODY TR:last-child TH,
.tinvwl-table-manage-lists TBODY TR:last-child TH,
.tinvwl-table-manage-list TBODY TR:last-child TD,
.tinvwl-table-manage-lists TBODY TR:last-child TD {
  padding-bottom: 20px;
  border-bottom: 1px solid #000;
}
/* --------------------------------------------------------------- */
/*  Wishlist List */
.tinv-wishlist .tinvwl-table-manage-lists {
  /* Table Cells */
  /* Misc */
}
.tinv-wishlist .tinvwl-table-manage-lists .wishlist-cb {
  display: none;
}
.tinv-wishlist .tinvwl-table-manage-lists .wishlist-name {
  padding-left: 0;
  width: auto;
}
.tinv-wishlist .tinvwl-table-manage-lists .wishlist-date {
  width: 200px !important;
}
.tinv-wishlist .tinvwl-table-manage-lists .wishlist-action {
  width: 10px !important;
}
.tinv-wishlist .tinvwl-table-manage-lists .wishlist-action .button {
  padding-top: 6px;
  padding-bottom: 4px;
}
.tinv-wishlist .tinvwl-table-manage-lists .wishlist-privacy {
  display: none;
}
.tinv-wishlist .tinvwl-table-manage-lists .tinvwl-rename-button {
  text-decoration: underline;
}
.tinv-wishlist .tinvwl-table-manage-lists .tinvwl-rename-button I {
  display: none;
}
.tinv-wishlist .tinvwl-table-manage-lists TFOOT .tinvwl-to-left,
.tinv-wishlist .tinvwl-table-manage-lists TFOOT .tinvwl-to-right .tinv-create-list {
  display: none;
}
.tinv-wishlist .tinvwl-table-manage-lists TFOOT .tinvwl-to-right {
  width: auto;
  float: none;
}
/* --------------------------------------------------------------- */
/*  Wishlist Detail */
.tinv-wishlist .tinvwl-table-manage-list {
  /* Table Cells */
  /* Misc */
}
.tinv-wishlist .tinvwl-table-manage-list TD {
  vertical-align: middle;
}
.tinv-wishlist .tinvwl-table-manage-list .product-thumbnail IMG {
  width: 100%;
  height: auto;
  display: block;
}
.tinv-wishlist .tinvwl-table-manage-list .product-name {
  font-family: 'FuturaBTWXX-Heavy', Arial, sans-serif;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 1.2px;
  line-height: 16px;
}
.tinv-wishlist .tinvwl-table-manage-list .product-price {
  font-family: 'BaskervilleBT-Italic', 'Times New Roman', Times, serif;
  font-size: 16px;
  letter-spacing: 0;
  -webkit-font-smoothing: auto;
  line-height: 18px;
}
@media only screen and (max-width: 629px) {
  .tinv-wishlist .tinvwl-table-manage-list .product-price {
    font-size: 17px;
  }
}
.tinv-wishlist .tinvwl-table-manage-list .product-date {
  font-family: 'FuturaBT-Book', Arial, sans-serif;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 1.5px;
  line-height: 16px;
}
@media only screen and (max-width: 629px) {
  .tinv-wishlist .tinvwl-table-manage-list .product-date {
    font-size: 10px;
    line-height: 15px;
  }
}
.tinv-wishlist .tinvwl-table-manage-list .product-quantity {
  font-family: 'FuturaBT-Book', Arial, sans-serif;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 1.5px;
  line-height: 16px;
  white-space: nowrap;
}
@media only screen and (max-width: 629px) {
  .tinv-wishlist .tinvwl-table-manage-list .product-quantity {
    font-size: 10px;
    line-height: 15px;
  }
}
.tinv-wishlist .tinvwl-table-manage-list .product-action {
  text-align: right;
}
.tinv-wishlist .tinvwl-table-manage-list .product-action .button {
  padding-top: 6px;
  padding-bottom: 4px;
}
.tinv-wishlist .tinvwl-table-manage-list BUTTON[name="tinvwl-remove"] {
  font-family: 'FuturaBT-Light', Arial, sans-serif;
  text-transform: uppercase;
  text-transform: none;
  font-size: 14px;
  letter-spacing: 0.12px;
  display: inline-block !important;
  padding-right: 0;
  text-decoration: underline;
  color: #000;
  text-align: right;
}
@media only screen and (max-width: 950px) {
  .tinv-wishlist .tinvwl-table-manage-list BUTTON[name="tinvwl-remove"] {
    font-size: 13px;
  }
}
.tinv-wishlist .tinvwl-table-manage-list BUTTON.tinvwl-add-to-cart {
  padding: 11px 21px 8px 22px;
  font-size: 11px;
}
.tinv-wishlist .below {
  overflow: hidden;
  max-width: 800px;
}
.tinv-wishlist .below .sharing_wrapper {
  float: right;
}
.tinv-wishlist .below .sharing_wrapper .title {
  font-family: 'FuturaBT-Book', Arial, sans-serif;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 1.5px;
  line-height: 16px;
  display: inline-block;
  padding: 2px 10px 0 0;
  color: #737373;
}
@media only screen and (max-width: 629px) {
  .tinv-wishlist .below .sharing_wrapper .title {
    font-size: 10px;
    line-height: 15px;
  }
}
.tinv-wishlist .below .sharing_wrapper .module_sharing {
  float: right;
}
/* --------------------------------------------------------------- */
/* Wishlist Detail (Public) */
.tinv-wishlist-public {
  padding-right: 220px;
}
.tinv-wishlist-public FORM {
  margin-left: auto;
  margin-right: auto;
}
.tinv-wishlist-public .tinv-header .navigation-button,
.tinv-wishlist-public .tinvwl-login-wrap {
  display: none;
}
.tinv-wishlist-public .page_header,
.tinv-wishlist-public .tinv-header {
  text-align: center !important;
}
.tinv-wishlist-public .page_header H2,
.tinv-wishlist-public .tinv-header H2 {
  font-family: 'FuturaBTWXX-Heavy', Arial, sans-serif;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 1.2px;
  line-height: 16px;
}
/* --------------------------------------------------------------- */
/*  Overlay & Generic Modal */
.modal_content .wc-forward {
  display: none;
}
.tinv-overlay {
  background-color: rgba(255, 255, 255, 0.8);
}
.tinv-modal-inner {
  padding: 20px;
  background-color: white;
  border: 1px solid #000;
  text-align: center;
}
@media only screen and (min-width: 951px) and (max-width: 1400px) {
  .tinv-modal-inner {
    padding: 16px;
  }
}
@media only screen and (min-width: 630px) and (max-width: 950px) {
  .tinv-modal-inner {
    padding: 11px;
  }
}
@media only screen and (max-width: 629px) {
  .tinv-modal-inner {
    padding: 8px;
  }
}
.tinv-modal-inner > I {
  display: none !important;
}
.tinv-modal-inner H2 {
  font-family: 'FuturaBTWXX-CondensedMedium', Arial, sans-serif;
  text-transform: uppercase;
  font-size: 19px;
  letter-spacing: 1.8px;
  margin-bottom: 15px !important;
}
@media only screen and (min-width: 630px) and (max-width: 950px) {
  .tinv-modal-inner H2 {
    font-size: 17px;
  }
}
@media only screen and (max-width: 629px) {
  .tinv-modal-inner H2 {
    font-size: 15px;
  }
}
.tinv-modal-inner .tinv-txt {
  font-family: 'FuturaBT-Light', Arial, sans-serif;
  text-transform: uppercase;
  text-transform: none;
  font-size: 14px;
  letter-spacing: 0.12px;
  line-height: 26px;
  margin-bottom: 25px;
}
@media only screen and (max-width: 950px) {
  .tinv-modal-inner .tinv-txt {
    font-size: 13px;
    line-height: 16px;
  }
}
.tinv-modal-inner SELECT {
  transition: all 0.2s ease-out;
  font-family: 'FuturaBT-Book', Arial, sans-serif;
  text-transform: uppercase;
  text-transform: none;
  font-size: 14px;
  letter-spacing: 0.12px;
  letter-spacing: 1.2px;
  border: 1px solid #CCCCCC;
  padding: 16px 14px 12px 14px;
  width: 100%;
  color: #000;
  background-color: white;
  display: inline-block;
  background: url('https://www.thefutureperfect.com/wp-content/themes/The-Future-Perfect/assets/img/icons/arrow_dropdown.svg') no-repeat right 15px center;
  background-size: 10px auto;
}
.tinv-modal-inner SELECT:active,
.tinv-modal-inner SELECT:hover {
  border-color: #737373;
}
.tinv-modal-inner SELECT:disabled {
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  filter: alpha(opacity=50);
  cursor: not-allowed !important;
}
@media only screen and (max-width: 629px) {
  .tinv-modal-inner SELECT {
    font-size: 12px;
    padding-top: 14px;
    padding-bottom: 11px;
  }
}
.tinv-modal-inner INPUT[type="text"] {
  transition: all 0.2s ease-out;
  font-family: 'FuturaBT-Book', Arial, sans-serif;
  text-transform: uppercase;
  text-transform: none;
  font-size: 14px;
  letter-spacing: 0.12px;
  letter-spacing: 1.2px;
  border: 1px solid #CCCCCC;
  padding: 16px 14px 12px 14px;
  width: 100%;
  color: #000;
  background-color: white;
  display: inline-block;
}
.tinv-modal-inner INPUT[type="text"]:active,
.tinv-modal-inner INPUT[type="text"]:hover {
  border-color: #737373;
}
.tinv-modal-inner INPUT[type="text"]:disabled {
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  filter: alpha(opacity=50);
  cursor: not-allowed !important;
}
@media only screen and (max-width: 629px) {
  .tinv-modal-inner INPUT[type="text"] {
    font-size: 12px;
    padding-top: 14px;
    padding-bottom: 11px;
  }
}
.tinv-modal-inner BUTTON I {
  display: none;
}
/* --------------------------------------------------------------- */
/*  Add To Board */
.tinvwl_add_to_select_wishlist .already-in {
  border-top: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
  padding: 15px 0 8px 0;
  color: #737373;
}
.tinvwl_add_to_select_wishlist .already-in UL {
  list-style: none;
  margin: 0 !important;
  line-height: 21px;
}
.tinvwl_add_to_select_wishlist .already-in UL LI {
  list-style-type: none;
}
.tinvwl_add_to_select_wishlist .tinvwl_button_add {
  transition: all 0.2s ease-out;
  border-radius: 0;
  font-family: 'FuturaBTWXX-CondensedBold', Arial, sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1.2px;
  background-color: #000;
  border: 1px solid #000;
  color: white;
  padding: 17px 32px 14px 32px;
  display: inline-block;
  text-align: center;
  width: auto;
  text-decoration: none;
  position: relative;
  cursor: pointer;
  white-space: nowrap;
}
.tinvwl_add_to_select_wishlist .tinvwl_button_add.small {
  padding-top: 6px;
  padding-bottom: 4px;
}
.tinvwl_add_to_select_wishlist .tinvwl_button_add.span {
  width: 100%;
}
.tinvwl_add_to_select_wishlist .tinvwl_button_add.disabled {
  -moz-opacity: 0.3;
  -khtml-opacity: 0.3;
  -webkit-opacity: 0.3;
  opacity: 0.3;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=30);
  filter: alpha(opacity=30);
  cursor: not-allowed !important;
}
.tinvwl_add_to_select_wishlist .tinvwl_button_add:hover {
  background-color: #737373;
  border-color: #737373;
  cursor: pointer;
}
.tinvwl_add_to_select_wishlist .tinvwl_button_add.alt {
  background-color: white;
  color: #000;
}
.tinvwl_add_to_select_wishlist .tinvwl_button_add.alt:hover {
  background-color: white;
  color: #737373;
  border-color: #737373;
}
.tinvwl_add_to_select_wishlist .tinvwl_button_add.secondary,
.tinvwl_add_to_select_wishlist .tinvwl_button_add.text {
  background-color: white;
  color: #737373;
  border-color: white;
}
.tinvwl_add_to_select_wishlist .tinvwl_button_add.secondary:hover,
.tinvwl_add_to_select_wishlist .tinvwl_button_add.text:hover {
  background-color: white;
  color: #000;
  border-color: white;
}
@media only screen and (max-width: 629px) {
  .tinvwl_add_to_select_wishlist .tinvwl_button_add {
    font-size: 12px;
    padding-top: 14px;
    padding-bottom: 10px;
  }
}
.tinvwl_add_to_select_wishlist .tinvwl_button_close {
  transition: all 0.2s ease-out;
  border-radius: 0;
  font-family: 'FuturaBTWXX-CondensedBold', Arial, sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1.2px;
  background-color: #000;
  border: 1px solid #000;
  color: white;
  padding: 17px 32px 14px 32px;
  display: inline-block;
  text-align: center;
  width: auto;
  text-decoration: none;
  position: relative;
  cursor: pointer;
  white-space: nowrap;
  background-color: white;
  color: #737373;
  border-color: white;
  padding-bottom: 0;
  margin-top: 0 !important;
}
.tinvwl_add_to_select_wishlist .tinvwl_button_close.small {
  padding-top: 6px;
  padding-bottom: 4px;
}
.tinvwl_add_to_select_wishlist .tinvwl_button_close.span {
  width: 100%;
}
.tinvwl_add_to_select_wishlist .tinvwl_button_close.disabled {
  -moz-opacity: 0.3;
  -khtml-opacity: 0.3;
  -webkit-opacity: 0.3;
  opacity: 0.3;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=30);
  filter: alpha(opacity=30);
  cursor: not-allowed !important;
}
.tinvwl_add_to_select_wishlist .tinvwl_button_close:hover {
  background-color: #737373;
  border-color: #737373;
  cursor: pointer;
}
.tinvwl_add_to_select_wishlist .tinvwl_button_close.alt {
  background-color: white;
  color: #000;
}
.tinvwl_add_to_select_wishlist .tinvwl_button_close.alt:hover {
  background-color: white;
  color: #737373;
  border-color: #737373;
}
.tinvwl_add_to_select_wishlist .tinvwl_button_close.secondary,
.tinvwl_add_to_select_wishlist .tinvwl_button_close.text {
  background-color: white;
  color: #737373;
  border-color: white;
}
.tinvwl_add_to_select_wishlist .tinvwl_button_close.secondary:hover,
.tinvwl_add_to_select_wishlist .tinvwl_button_close.text:hover {
  background-color: white;
  color: #000;
  border-color: white;
}
@media only screen and (max-width: 629px) {
  .tinvwl_add_to_select_wishlist .tinvwl_button_close {
    font-size: 12px;
    padding-top: 14px;
    padding-bottom: 10px;
  }
}
.tinvwl_add_to_select_wishlist .tinvwl_button_close:hover {
  background-color: white;
  color: #000;
  border-color: white;
}
/* --------------------------------------------------------------- */
/*  Add To Board Confirmation */
.tinvwl_added_to_wishlist .tinvwl_button_close {
  transition: all 0.2s ease-out;
  border-radius: 0;
  font-family: 'FuturaBTWXX-CondensedBold', Arial, sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1.2px;
  background-color: #000;
  border: 1px solid #000;
  color: white;
  padding: 17px 32px 14px 32px;
  display: inline-block;
  text-align: center;
  width: auto;
  text-decoration: none;
  position: relative;
  cursor: pointer;
  white-space: nowrap;
}
.tinvwl_added_to_wishlist .tinvwl_button_close.small {
  padding-top: 6px;
  padding-bottom: 4px;
}
.tinvwl_added_to_wishlist .tinvwl_button_close.span {
  width: 100%;
}
.tinvwl_added_to_wishlist .tinvwl_button_close.disabled {
  -moz-opacity: 0.3;
  -khtml-opacity: 0.3;
  -webkit-opacity: 0.3;
  opacity: 0.3;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=30);
  filter: alpha(opacity=30);
  cursor: not-allowed !important;
}
.tinvwl_added_to_wishlist .tinvwl_button_close:hover {
  background-color: #737373;
  border-color: #737373;
  cursor: pointer;
}
.tinvwl_added_to_wishlist .tinvwl_button_close.alt {
  background-color: white;
  color: #000;
}
.tinvwl_added_to_wishlist .tinvwl_button_close.alt:hover {
  background-color: white;
  color: #737373;
  border-color: #737373;
}
.tinvwl_added_to_wishlist .tinvwl_button_close.secondary,
.tinvwl_added_to_wishlist .tinvwl_button_close.text {
  background-color: white;
  color: #737373;
  border-color: white;
}
.tinvwl_added_to_wishlist .tinvwl_button_close.secondary:hover,
.tinvwl_added_to_wishlist .tinvwl_button_close.text:hover {
  background-color: white;
  color: #000;
  border-color: white;
}
@media only screen and (max-width: 629px) {
  .tinvwl_added_to_wishlist .tinvwl_button_close {
    font-size: 12px;
    padding-top: 14px;
    padding-bottom: 10px;
  }
}
.tinvwl_added_to_wishlist .tinvwl_button_view {
  transition: all 0.2s ease-out;
  border-radius: 0;
  font-family: 'FuturaBTWXX-CondensedBold', Arial, sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1.2px;
  background-color: #000;
  border: 1px solid #000;
  color: white;
  padding: 17px 32px 14px 32px;
  display: inline-block;
  text-align: center;
  width: auto;
  text-decoration: none;
  position: relative;
  cursor: pointer;
  white-space: nowrap;
  background-color: white;
  color: #737373;
  border-color: white;
  padding-bottom: 0;
  margin-top: 0 !important;
}
.tinvwl_added_to_wishlist .tinvwl_button_view.small {
  padding-top: 6px;
  padding-bottom: 4px;
}
.tinvwl_added_to_wishlist .tinvwl_button_view.span {
  width: 100%;
}
.tinvwl_added_to_wishlist .tinvwl_button_view.disabled {
  -moz-opacity: 0.3;
  -khtml-opacity: 0.3;
  -webkit-opacity: 0.3;
  opacity: 0.3;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=30);
  filter: alpha(opacity=30);
  cursor: not-allowed !important;
}
.tinvwl_added_to_wishlist .tinvwl_button_view:hover {
  background-color: #737373;
  border-color: #737373;
  cursor: pointer;
}
.tinvwl_added_to_wishlist .tinvwl_button_view.alt {
  background-color: white;
  color: #000;
}
.tinvwl_added_to_wishlist .tinvwl_button_view.alt:hover {
  background-color: white;
  color: #737373;
  border-color: #737373;
}
.tinvwl_added_to_wishlist .tinvwl_button_view.secondary,
.tinvwl_added_to_wishlist .tinvwl_button_view.text {
  background-color: white;
  color: #737373;
  border-color: white;
}
.tinvwl_added_to_wishlist .tinvwl_button_view.secondary:hover,
.tinvwl_added_to_wishlist .tinvwl_button_view.text:hover {
  background-color: white;
  color: #000;
  border-color: white;
}
@media only screen and (max-width: 629px) {
  .tinvwl_added_to_wishlist .tinvwl_button_view {
    font-size: 12px;
    padding-top: 14px;
    padding-bottom: 10px;
  }
}
.tinvwl_added_to_wishlist .tinvwl_button_view:hover {
  background-color: white;
  color: #000;
  border-color: white;
}
/* --------------------------------------------------------------- */
/*  Navigation */
MAIN.about_press SECTION.page_header {
  font-family: 'FuturaBT-Light', Arial, sans-serif;
  text-transform: uppercase;
  text-transform: none;
  font-size: 14px;
  letter-spacing: 0.12px;
}
@media only screen and (max-width: 950px) {
  MAIN.about_press SECTION.page_header {
    font-size: 13px;
  }
}
MAIN.about_press SECTION.page_header P {
  margin-left: 0;
  margin-right: 0;
}
MAIN.about_press SECTION.page_header A:hover {
  text-decoration: underline;
}
MAIN.about_press SECTION.about_press_features .grid {
  position: relative;
  display: block;
  clear: both;
  overflow: hidden;
  margin-left: -40px;
  margin-top: -40px;
}
@media only screen and (min-width: 951px) and (max-width: 1400px) {
  MAIN.about_press SECTION.about_press_features .grid {
    margin-left: -32px;
  }
}
@media only screen and (min-width: 630px) and (max-width: 950px) {
  MAIN.about_press SECTION.about_press_features .grid {
    margin-left: -22px;
  }
}
@media only screen and (max-width: 629px) {
  MAIN.about_press SECTION.about_press_features .grid {
    margin-left: -16px;
  }
}
@media only screen and (min-width: 951px) and (max-width: 1400px) {
  MAIN.about_press SECTION.about_press_features .grid {
    margin-top: -32px;
  }
}
@media only screen and (min-width: 630px) and (max-width: 950px) {
  MAIN.about_press SECTION.about_press_features .grid {
    margin-top: -22px;
  }
}
@media only screen and (max-width: 629px) {
  MAIN.about_press SECTION.about_press_features .grid {
    margin-top: -16px;
  }
}
MAIN.about_press SECTION.about_press_features .cell {
  /* Desktop, Tablet, Mobile, XL, Super-XL */
  float: left;
  position: relative;
  width: 25%;
  /* Desktop, Tablet, Mobile, XL, Super-XL */
  padding-left: 40px;
  padding-top: 40px;
}
@media only screen and (min-width: 1401px) {
  MAIN.about_press SECTION.about_press_features .cell {
    width: 25%;
  }
}
@media only screen and (min-width: 1700px) {
  MAIN.about_press SECTION.about_press_features .cell {
    width: 25%;
  }
}
@media only screen and (min-width: 630px) and (max-width: 950px) {
  MAIN.about_press SECTION.about_press_features .cell {
    width: 33.33333333%;
  }
}
@media only screen and (max-width: 629px) {
  MAIN.about_press SECTION.about_press_features .cell {
    width: 50%;
  }
}
@media only screen and (min-width: 951px) and (max-width: 1400px) {
  MAIN.about_press SECTION.about_press_features .cell {
    padding-left: 32px;
  }
}
@media only screen and (min-width: 630px) and (max-width: 950px) {
  MAIN.about_press SECTION.about_press_features .cell {
    padding-left: 22px;
  }
}
@media only screen and (max-width: 629px) {
  MAIN.about_press SECTION.about_press_features .cell {
    padding-left: 16px;
  }
}
@media only screen and (min-width: 951px) and (max-width: 1400px) {
  MAIN.about_press SECTION.about_press_features .cell {
    padding-top: 32px;
  }
}
@media only screen and (min-width: 630px) and (max-width: 950px) {
  MAIN.about_press SECTION.about_press_features .cell {
    padding-top: 22px;
  }
}
@media only screen and (max-width: 629px) {
  MAIN.about_press SECTION.about_press_features .cell {
    padding-top: 16px;
  }
}
MAIN.about_press SECTION.about_press_features .cell .image_wrapper {
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
}
@media only screen and (min-width: 951px) and (max-width: 1400px) {
  MAIN.about_press SECTION.about_press_features .cell .image_wrapper {
    margin-bottom: 16px;
  }
}
@media only screen and (min-width: 630px) and (max-width: 950px) {
  MAIN.about_press SECTION.about_press_features .cell .image_wrapper {
    margin-bottom: 11px;
  }
}
@media only screen and (max-width: 629px) {
  MAIN.about_press SECTION.about_press_features .cell .image_wrapper {
    margin-bottom: 8px;
  }
}
MAIN.about_press SECTION.about_press_features .cell .info {
  height: 30px;
}
MAIN.about_press SECTION.about_press_features .cell H4 {
  font-family: 'FuturaBT-Book', Arial, sans-serif;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 1.5px;
  line-height: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media only screen and (max-width: 629px) {
  MAIN.about_press SECTION.about_press_features .cell H4 {
    font-size: 10px;
    line-height: 15px;
  }
}
MAIN.about_press SECTION.about_press_features .cell H4.date {
  color: #737373;
}
MAIN.about_press SECTION.about_press_features .cell .gallery {
  display: none;
}
MAIN.about_location .buttons {
  padding-top: 10px;
}
/* --------------------------------------------------------------- */
/*  Customer Service */
MAIN.customerservice SECTION.page_header {
  text-align: left;
}
/* --------------------------------------------------------------- */
/*  Customer Service : Text */
MAIN.customerservice_text .content {
  font-family: 'FuturaBT-Light', Arial, sans-serif;
  text-transform: uppercase;
  text-transform: none;
  font-size: 14px;
  letter-spacing: 0.12px;
  line-height: 26px;
  max-width: 800px;
  margin-bottom: -6px;
}
@media only screen and (max-width: 950px) {
  MAIN.customerservice_text .content {
    font-size: 13px;
  }
}
MAIN.customerservice_text .content > * {
  margin-bottom: 15px;
}
MAIN.customerservice_text .content > *:last-child {
  margin-bottom: 0;
}
MAIN.customerservice_text .content H2 {
  font-family: 'FuturaBTWXX-CondensedMedium', Arial, sans-serif;
  text-transform: uppercase;
  font-size: 19px;
  letter-spacing: 1.8px;
}
@media only screen and (min-width: 630px) and (max-width: 950px) {
  MAIN.customerservice_text .content H2 {
    font-size: 17px;
  }
}
@media only screen and (max-width: 629px) {
  MAIN.customerservice_text .content H2 {
    font-size: 15px;
  }
}
MAIN.customerservice_text .content H3 {
  font-family: 'FuturaBTWXX-Heavy', Arial, sans-serif;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 1.2px;
  line-height: 16px;
  margin-bottom: 6px;
}
MAIN.customerservice_text .content A {
  text-decoration: underline;
}
MAIN.customerservice_text .content A:hover {
  color: #737373;
}
MAIN.customerservice_text .content A.button {
  text-decoration: none;
}
MAIN.customerservice_text .content A.button:hover {
  background-color: #737373;
  border-color: #737373;
  color: white;
}
MAIN.customerservice_text .content UL {
  max-width: 650px;
}
MAIN.customerservice_text .content UL LI {
  position: relative;
  padding-left: 25px;
}
MAIN.customerservice_text .content UL LI:before {
  content: ' ';
  height: 1px;
  background-color: #000;
  width: 14px;
  position: absolute;
  top: 12px;
  left: 0;
}
MAIN.customerservice_text .content OL {
  list-style-type: decimal;
  list-style-position: inside;
}
MAIN.customerservice_text .content STRONG {
  font-weight: bold;
}
MAIN.customerservice_text .content EM,
MAIN.customerservice_text .content I {
  font-style: italic;
}
MAIN.customerservice_text .content BLOCKQUOTE {
  font-family: 'BaskervilleBT-Italic', 'Times New Roman', Times, serif;
  font-size: 16px;
  letter-spacing: 0;
  -webkit-font-smoothing: auto;
  line-height: 18px;
  margin-top: 20px;
  border-top: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
  padding: 20px 0;
}
@media only screen and (max-width: 629px) {
  MAIN.customerservice_text .content BLOCKQUOTE {
    font-size: 17px;
  }
}
@media only screen and (min-width: 951px) {
  MAIN.customerservice_text .content BLOCKQUOTE {
    padding-right: 70px;
  }
}
@media only screen and (max-width: 629px) {
  MAIN.customerservice_text .content {
    font-size: 14px;
    line-height: 21px;
  }
}
/* --------------------------------------------------------------- */
/*  Customer Service : Contact */
MAIN.customerservice_contact SECTION.methods {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}
MAIN.customerservice_contact SECTION.form {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}
MAIN.customerservice_contact SECTION.form .inner {
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}
MAIN.customerservice_contact SECTION.form P {
  font-family: 'FuturaBT-Light', Arial, sans-serif;
  text-transform: uppercase;
  text-transform: none;
  font-size: 14px;
  letter-spacing: 0.12px;
  line-height: 26px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 950px) {
  MAIN.customerservice_contact SECTION.form P {
    font-size: 13px;
    line-height: 16px;
  }
}
@media only screen and (min-width: 951px) and (max-width: 1400px) {
  MAIN.customerservice_contact SECTION.form P {
    margin-bottom: 32px;
  }
}
@media only screen and (min-width: 630px) and (max-width: 950px) {
  MAIN.customerservice_contact SECTION.form P {
    margin-bottom: 22px;
  }
}
@media only screen and (max-width: 629px) {
  MAIN.customerservice_contact SECTION.form P {
    margin-bottom: 16px;
  }
}
MAIN.customerservice_contact SECTION.additional H3 {
  font-family: 'FuturaBTWXX-Heavy', Arial, sans-serif;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 1.2px;
  line-height: 16px;
  margin-bottom: 10px;
}
/* --------------------------------------------------------------- */
/*  Shared Introduction */
MAIN.editions SECTION.introduction {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  position: relative;
}
MAIN.editions SECTION.introduction IMG {
  max-width: 340px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
  width: 100%;
  height: auto;
}
MAIN.editions SECTION.introduction P {
  font-family: 'FuturaBT-Light', Arial, sans-serif;
  text-transform: uppercase;
  text-transform: none;
  font-size: 14px;
  letter-spacing: 0.12px;
  line-height: 26px;
}
@media only screen and (max-width: 950px) {
  MAIN.editions SECTION.introduction P {
    font-size: 13px;
    line-height: 16px;
  }
}
MAIN.editions SECTION > H2 {
  font-family: 'FuturaBTWXX-CondensedMedium', Arial, sans-serif;
  text-transform: uppercase;
  font-size: 19px;
  letter-spacing: 1.8px;
  text-align: center;
}
@media only screen and (min-width: 630px) and (max-width: 950px) {
  MAIN.editions SECTION > H2 {
    font-size: 17px;
  }
}
@media only screen and (max-width: 629px) {
  MAIN.editions SECTION > H2 {
    font-size: 15px;
  }
}
MAIN.editions SECTION > H3 {
  font-family: 'FuturaBTWXX-Heavy', Arial, sans-serif;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 1.2px;
  line-height: 16px;
  text-align: center;
}
/* --------------------------------------------------------------- */
/*  Exhibition Detail */
MAIN.editions_exhibition HEADER P SPAN {
  display: block;
}
MAIN.error {
  text-align: center;
}
MAIN.error .content {
  max-width: none !important;
}
MAIN.error H1 {
  font-family: 'FuturaBTWXX-CondensedLight', Arial, sans-serif;
  text-transform: uppercase;
  font-size: 28px;
  letter-spacing: 0.8px;
}
@media only screen and (min-width: 630px) and (max-width: 950px) {
  MAIN.error H1 {
    font-size: 25px;
  }
}
@media only screen and (max-width: 629px) {
  MAIN.error H1 {
    font-size: 23px;
    line-height: 27px;
  }
}
MAIN.error P {
  font-family: 'FuturaBT-Light', Arial, sans-serif;
  text-transform: uppercase;
  text-transform: none;
  font-size: 14px;
  letter-spacing: 0.12px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 950px) {
  MAIN.error P {
    font-size: 13px;
  }
}
MAIN.error P:last-of-type {
  margin-bottom: 0;
}
/* --------------------------------------------------------------- */
/*  Header & Footer */
BODY.header-white MAIN.home_hero .gradient {
  mix-blend-mode: multiply;
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0) 90%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
BODY.home #page_header {
  left: 70px;
  right: 70px;
  position: absolute;
  top: 0;
  z-index: 10;
}
@media only screen and (min-width: 951px) and (max-width: 1400px) {
  BODY.home #page_header {
    left: 56px;
  }
}
@media only screen and (min-width: 630px) and (max-width: 950px) {
  BODY.home #page_header {
    left: 38px;
  }
}
@media only screen and (max-width: 629px) {
  BODY.home #page_header {
    left: 28px;
  }
}
@media only screen and (min-width: 951px) and (max-width: 1400px) {
  BODY.home #page_header {
    right: 56px;
  }
}
@media only screen and (min-width: 630px) and (max-width: 950px) {
  BODY.home #page_header {
    right: 38px;
  }
}
@media only screen and (max-width: 629px) {
  BODY.home #page_header {
    right: 28px;
  }
}
BODY.home #page_header HEADER.header_sub NAV {
  border-bottom: 0;
}
BODY.home #page_header:not(.background) HEADER.header_top NAV,
BODY.home #page_header:not(.background) HEADER.header_sub NAV {
  color: #000;
}
BODY.home #page_body {
  padding-top: 0;
}
BODY.home #page > FOOTER {
  padding-top: 70px;
}
@media only screen and (min-width: 951px) and (max-width: 1400px) {
  BODY.home #page > FOOTER {
    padding-top: 56px;
  }
}
@media only screen and (min-width: 630px) and (max-width: 950px) {
  BODY.home #page > FOOTER {
    padding-top: 38px;
  }
}
@media only screen and (max-width: 629px) {
  BODY.home #page > FOOTER {
    padding-top: 28px;
  }
}
BODY.home #page > FOOTER SECTION.locations .location .image {
  display: block;
}
BODY.home #page > FOOTER SECTION.bottom {
  margin-top: 70px;
}
@media only screen and (min-width: 951px) and (max-width: 1400px) {
  BODY.home #page > FOOTER SECTION.bottom {
    margin-top: 56px;
  }
}
@media only screen and (min-width: 630px) and (max-width: 950px) {
  BODY.home #page > FOOTER SECTION.bottom {
    margin-top: 38px;
  }
}
@media only screen and (max-width: 629px) {
  BODY.home #page > FOOTER SECTION.bottom {
    margin-top: 28px;
  }
}
/* --------------------------------------------------------------- */
/*  Full-width Hero */
MAIN.home_hero {
  margin-left: -70px;
  margin-right: -70px;
  margin-bottom: 70px;
  height: 93vh;
  min-height: 620px;
  padding: 0;
  overflow: hidden;
  background-color: rgba(238, 238, 238, 0.5);
}
@media only screen and (min-width: 951px) and (max-width: 1400px) {
  MAIN.home_hero {
    margin-left: -56px;
  }
}
@media only screen and (min-width: 630px) and (max-width: 950px) {
  MAIN.home_hero {
    margin-left: -38px;
  }
}
@media only screen and (max-width: 629px) {
  MAIN.home_hero {
    margin-left: -28px;
  }
}
@media only screen and (min-width: 951px) and (max-width: 1400px) {
  MAIN.home_hero {
    margin-right: -56px;
  }
}
@media only screen and (min-width: 630px) and (max-width: 950px) {
  MAIN.home_hero {
    margin-right: -38px;
  }
}
@media only screen and (max-width: 629px) {
  MAIN.home_hero {
    margin-right: -28px;
  }
}
@media only screen and (min-width: 951px) and (max-width: 1400px) {
  MAIN.home_hero {
    margin-bottom: 56px;
  }
}
@media only screen and (min-width: 630px) and (max-width: 950px) {
  MAIN.home_hero {
    margin-bottom: 38px;
  }
}
@media only screen and (max-width: 629px) {
  MAIN.home_hero {
    margin-bottom: 28px;
  }
}
MAIN.home_hero .gradient {
  pointer-events: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 340px;
  mix-blend-mode: screen;
  z-index: 4;
  -moz-opacity: 0.85;
  -khtml-opacity: 0.85;
  -webkit-opacity: 0.85;
  opacity: 0.85;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=85);
  filter: alpha(opacity=85);
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+0,0+100;White+to+Transparent */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=0);
  /* IE6-9 */
}
MAIN.home_hero .slide.mobile {
  display: none;
}
MAIN.home_hero .linkover {
  position: absolute;
  z-index: 4;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
}
MAIN.home_hero .info H3 {
  font-family: 'FuturaBTWXX-CondensedLight', Arial, sans-serif;
  text-transform: uppercase;
  font-size: 28px;
  letter-spacing: 0.8px;
  margin-bottom: 10px;
}
@media only screen and (min-width: 630px) and (max-width: 950px) {
  MAIN.home_hero .info H3 {
    font-size: 25px;
  }
}
@media only screen and (max-width: 629px) {
  MAIN.home_hero .info H3 {
    font-size: 23px;
    line-height: 27px;
  }
}
MAIN.home_hero .info H3:last-child {
  margin-bottom: 0;
}
MAIN.home_hero .info P {
  font-family: 'BaskervilleBT-Italic', 'Times New Roman', Times, serif;
  font-size: 16px;
  letter-spacing: 0;
  -webkit-font-smoothing: auto;
  line-height: 18px;
  line-height: 20px;
}
@media only screen and (max-width: 629px) {
  MAIN.home_hero .info P {
    font-size: 17px;
  }
}
/* --------------------------------------------------------------- */
/*  Content */
MAIN.home {
  clear: both;
}
MAIN.home .module_content.border:first-child {
  border-top: 0;
  margin-top: 0;
  padding-top: 0;
}
MAIN.home .module_content_basic {
  margin-right: auto;
  margin-left: auto;
}
/* --------------------------------------------------------------- */
/*  Inquire Form */
MAIN.inquire {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
MAIN.inquire .page_header {
  text-align: center;
}
MAIN.inquire .nav {
  margin-bottom: 40px;
}
MAIN.inquire .nav A {
  display: inline-block;
  margin-right: 22px;
}
MAIN.inquire .nav A .icon {
  display: inline-block;
  *display: inline;
  width: 42px;
  height: 42px;
  background: url('https://www.thefutureperfect.com/wp-content/themes/The-Future-Perfect/assets/img/form_boxes_sprite.svg') no-repeat;
  border: none;
  cursor: pointer;
  position: relative;
  background-position: -230px 0;
}
MAIN.inquire .nav A:hover .icon {
  background-position: -276px 0;
}
MAIN.inquire .nav A.current .icon {
  background-position: -322px 0;
}
MAIN.inquire .nav A .text {
  font-family: 'FuturaBT-Light', Arial, sans-serif;
  text-transform: uppercase;
  text-transform: none;
  font-size: 14px;
  letter-spacing: 0.12px;
  padding-left: 5px;
  position: relative;
  top: -16px;
}
@media only screen and (max-width: 950px) {
  MAIN.inquire .nav A .text {
    font-size: 13px;
  }
}
BODY.page-template-page-locations #page > FOOTER {
  border-top: 0;
}
BODY.page-template-page-locations #page > FOOTER .locations {
  display: none;
}
BODY.page-template-page-locations #page_body {
  padding-bottom: 0;
}
MAIN.locations H1 {
  font-family: 'FuturaBTWXX-CondensedLight', Arial, sans-serif;
  text-transform: uppercase;
  font-size: 28px;
  letter-spacing: 0.8px;
}
@media only screen and (min-width: 630px) and (max-width: 950px) {
  MAIN.locations H1 {
    font-size: 25px;
  }
}
@media only screen and (max-width: 629px) {
  MAIN.locations H1 {
    font-size: 23px;
    line-height: 27px;
  }
}
MAIN.locations H3 {
  font-family: 'BaskervilleBT-Italic', 'Times New Roman', Times, serif;
  font-size: 16px;
  letter-spacing: 0;
  -webkit-font-smoothing: auto;
  line-height: 18px;
  font-size: 23px;
}
@media only screen and (max-width: 629px) {
  MAIN.locations H3 {
    font-size: 17px;
  }
}
MAIN.locations .introduction {
  text-align: center;
}
MAIN.locations .introduction .wysiwyg {
  margin-inline: auto;
}
MAIN.locations .phone {
  font-family: 'FuturaBTWXX-CondensedMedium', Arial, sans-serif;
  text-transform: uppercase;
  font-size: 19px;
  letter-spacing: 1.8px;
}
@media only screen and (min-width: 630px) and (max-width: 950px) {
  MAIN.locations .phone {
    font-size: 17px;
  }
}
@media only screen and (max-width: 629px) {
  MAIN.locations .phone {
    font-size: 15px;
  }
}
MAIN.locations .locations_grid {
  --margin: 80px;
  max-width: 1500px;
  margin-inline: auto;
  border-top: 1px solid #CCCCCC;
}
MAIN.locations .locations_grid .row {
  padding-top: var(--margin);
  padding-bottom: var(--margin);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-bottom: 1px solid #CCCCCC;
  gap: var(--margin);
}
MAIN.locations .locations_grid .row .cell-text {
  -ms-flex: 1;
      flex: 1;
}
MAIN.locations .locations_grid .row .cell-image {
  width: 50%;
  max-width: 590px;
}
MAIN.locations .locations_grid .row:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
MAIN.locations .module_accordion {
  padding-top: 41px;
  border-top: 1px solid #CCCCCC;
}
MAIN.locations .module_accordion .item {
  padding-bottom: 40px;
  border-bottom: 1px solid #CCCCCC;
}
MAIN.locations .module_accordion .item .inner {
  padding-top: 30px;
  padding-right: 0;
}
/* --------------------------------------------------------------- */
/*  Landing Page */
MAIN.madeby_landing HEADER {
  text-align: center;
}
/* --------------------------------------------------------------- */
/*  Designer Bio */
MAIN.madeby_profile H1 {
  margin-bottom: 40px;
  font-family: 'FuturaBTWXX-CondensedLight', Arial, sans-serif;
  text-transform: uppercase;
  font-size: 28px;
  letter-spacing: 0.8px;
  text-align: center;
}
@media only screen and (min-width: 951px) and (max-width: 1400px) {
  MAIN.madeby_profile H1 {
    margin-bottom: 32px;
  }
}
@media only screen and (min-width: 630px) and (max-width: 950px) {
  MAIN.madeby_profile H1 {
    margin-bottom: 22px;
  }
}
@media only screen and (max-width: 629px) {
  MAIN.madeby_profile H1 {
    margin-bottom: 16px;
  }
}
@media only screen and (min-width: 630px) and (max-width: 950px) {
  MAIN.madeby_profile H1 {
    font-size: 25px;
  }
}
@media only screen and (max-width: 629px) {
  MAIN.madeby_profile H1 {
    font-size: 23px;
    line-height: 27px;
  }
}
MAIN.madeby_profile > NAV {
  margin-bottom: 40px;
  font-family: 'FuturaBT-Book', Arial, sans-serif;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 1.5px;
  line-height: 16px;
  text-align: center;
}
@media only screen and (min-width: 951px) and (max-width: 1400px) {
  MAIN.madeby_profile > NAV {
    margin-bottom: 32px;
  }
}
@media only screen and (min-width: 630px) and (max-width: 950px) {
  MAIN.madeby_profile > NAV {
    margin-bottom: 22px;
  }
}
@media only screen and (max-width: 629px) {
  MAIN.madeby_profile > NAV {
    margin-bottom: 16px;
  }
}
@media only screen and (max-width: 629px) {
  MAIN.madeby_profile > NAV {
    font-size: 10px;
    line-height: 15px;
  }
}
MAIN.madeby_profile > NAV A {
  display: inline-block;
  margin-left: 15px;
  margin-right: 15px;
}
MAIN.madeby_profile > NAV A:hover {
  text-decoration: underline;
}
MAIN.madeby_profile .links {
  margin-bottom: 20px;
  text-align: center;
}
@media only screen and (min-width: 951px) and (max-width: 1400px) {
  MAIN.madeby_profile .links {
    margin-bottom: 16px;
  }
}
@media only screen and (min-width: 630px) and (max-width: 950px) {
  MAIN.madeby_profile .links {
    margin-bottom: 11px;
  }
}
@media only screen and (max-width: 629px) {
  MAIN.madeby_profile .links {
    margin-bottom: 8px;
  }
}
MAIN.madeby_profile .links A {
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
  color: #737373;
  font-size: 20px;
}
MAIN.madeby_profile .links A:hover {
  color: #000;
}
MAIN.madeby_profile .woocommerce-info {
  text-align: center;
}
MAIN.madeby_profile SECTION.introduction {
  margin-bottom: 70px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
@media only screen and (min-width: 951px) and (max-width: 1400px) {
  MAIN.madeby_profile SECTION.introduction {
    margin-bottom: 56px;
  }
}
@media only screen and (min-width: 630px) and (max-width: 950px) {
  MAIN.madeby_profile SECTION.introduction {
    margin-bottom: 38px;
  }
}
@media only screen and (max-width: 629px) {
  MAIN.madeby_profile SECTION.introduction {
    margin-bottom: 28px;
  }
}
MAIN.madeby_profile SECTION.introduction .text {
  font-family: 'FuturaBT-Light', Arial, sans-serif;
  text-transform: uppercase;
  text-transform: none;
  font-size: 14px;
  letter-spacing: 0.12px;
  line-height: 26px;
  max-width: 800px;
  margin-bottom: -6px;
  line-height: 21px;
}
@media only screen and (max-width: 950px) {
  MAIN.madeby_profile SECTION.introduction .text {
    font-size: 13px;
  }
}
MAIN.madeby_profile SECTION.introduction .text > * {
  margin-bottom: 15px;
}
MAIN.madeby_profile SECTION.introduction .text > *:last-child {
  margin-bottom: 0;
}
MAIN.madeby_profile SECTION.introduction .text H2 {
  font-family: 'FuturaBTWXX-CondensedMedium', Arial, sans-serif;
  text-transform: uppercase;
  font-size: 19px;
  letter-spacing: 1.8px;
}
@media only screen and (min-width: 630px) and (max-width: 950px) {
  MAIN.madeby_profile SECTION.introduction .text H2 {
    font-size: 17px;
  }
}
@media only screen and (max-width: 629px) {
  MAIN.madeby_profile SECTION.introduction .text H2 {
    font-size: 15px;
  }
}
MAIN.madeby_profile SECTION.introduction .text H3 {
  font-family: 'FuturaBTWXX-Heavy', Arial, sans-serif;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 1.2px;
  line-height: 16px;
  margin-bottom: 6px;
}
MAIN.madeby_profile SECTION.introduction .text A {
  text-decoration: underline;
}
MAIN.madeby_profile SECTION.introduction .text A:hover {
  color: #737373;
}
MAIN.madeby_profile SECTION.introduction .text A.button {
  text-decoration: none;
}
MAIN.madeby_profile SECTION.introduction .text A.button:hover {
  background-color: #737373;
  border-color: #737373;
  color: white;
}
MAIN.madeby_profile SECTION.introduction .text UL {
  max-width: 650px;
}
MAIN.madeby_profile SECTION.introduction .text UL LI {
  position: relative;
  padding-left: 25px;
}
MAIN.madeby_profile SECTION.introduction .text UL LI:before {
  content: ' ';
  height: 1px;
  background-color: #000;
  width: 14px;
  position: absolute;
  top: 12px;
  left: 0;
}
MAIN.madeby_profile SECTION.introduction .text OL {
  list-style-type: decimal;
  list-style-position: inside;
}
MAIN.madeby_profile SECTION.introduction .text STRONG {
  font-weight: bold;
}
MAIN.madeby_profile SECTION.introduction .text EM,
MAIN.madeby_profile SECTION.introduction .text I {
  font-style: italic;
}
MAIN.madeby_profile SECTION.introduction .text BLOCKQUOTE {
  font-family: 'BaskervilleBT-Italic', 'Times New Roman', Times, serif;
  font-size: 16px;
  letter-spacing: 0;
  -webkit-font-smoothing: auto;
  line-height: 18px;
  margin-top: 20px;
  border-top: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
  padding: 20px 0;
}
@media only screen and (max-width: 629px) {
  MAIN.madeby_profile SECTION.introduction .text BLOCKQUOTE {
    font-size: 17px;
  }
}
@media only screen and (min-width: 951px) {
  MAIN.madeby_profile SECTION.introduction .text BLOCKQUOTE {
    padding-right: 70px;
  }
}
@media only screen and (max-width: 629px) {
  MAIN.madeby_profile SECTION.introduction .text {
    font-size: 14px;
    line-height: 21px;
  }
}
MAIN.madeby_profile SECTION.introduction .tearsheet {
  font-family: 'FuturaBT-Book', Arial, sans-serif;
  font-size: 11px;
  letter-spacing: 1.5px;
  line-height: 16px;
  text-decoration: underline;
  text-transform: uppercase;
  display: inline-block;
  margin-top: 12px;
}
@media only screen and (max-width: 629px) {
  MAIN.madeby_profile SECTION.introduction .tearsheet {
    font-size: 10px;
    line-height: 15px;
  }
}
MAIN.madeby_profile .woocommerce-products-header {
  display: none;
}
MAIN.madeby_profile SECTION.product_grid > H3,
MAIN.madeby_profile SECTION.products > H3 {
  text-align: center;
}
MAIN.madeby_profile SECTION.cv {
  line-height: 21px;
}
MAIN.madeby_profile SECTION.cv H3 {
  text-align: center;
}
MAIN.madeby_profile SECTION.cv .content {
  font-family: 'FuturaBT-Light', Arial, sans-serif;
  text-transform: uppercase;
  text-transform: none;
  font-size: 14px;
  letter-spacing: 0.12px;
  line-height: 26px;
  max-width: 800px;
  margin-bottom: -6px;
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (max-width: 950px) {
  MAIN.madeby_profile SECTION.cv .content {
    font-size: 13px;
  }
}
MAIN.madeby_profile SECTION.cv .content > * {
  margin-bottom: 15px;
}
MAIN.madeby_profile SECTION.cv .content > *:last-child {
  margin-bottom: 0;
}
MAIN.madeby_profile SECTION.cv .content H2 {
  font-family: 'FuturaBTWXX-CondensedMedium', Arial, sans-serif;
  text-transform: uppercase;
  font-size: 19px;
  letter-spacing: 1.8px;
}
@media only screen and (min-width: 630px) and (max-width: 950px) {
  MAIN.madeby_profile SECTION.cv .content H2 {
    font-size: 17px;
  }
}
@media only screen and (max-width: 629px) {
  MAIN.madeby_profile SECTION.cv .content H2 {
    font-size: 15px;
  }
}
MAIN.madeby_profile SECTION.cv .content H3 {
  font-family: 'FuturaBTWXX-Heavy', Arial, sans-serif;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 1.2px;
  line-height: 16px;
  margin-bottom: 6px;
}
MAIN.madeby_profile SECTION.cv .content A {
  text-decoration: underline;
}
MAIN.madeby_profile SECTION.cv .content A:hover {
  color: #737373;
}
MAIN.madeby_profile SECTION.cv .content A.button {
  text-decoration: none;
}
MAIN.madeby_profile SECTION.cv .content A.button:hover {
  background-color: #737373;
  border-color: #737373;
  color: white;
}
MAIN.madeby_profile SECTION.cv .content UL {
  max-width: 650px;
}
MAIN.madeby_profile SECTION.cv .content UL LI {
  position: relative;
  padding-left: 25px;
}
MAIN.madeby_profile SECTION.cv .content UL LI:before {
  content: ' ';
  height: 1px;
  background-color: #000;
  width: 14px;
  position: absolute;
  top: 12px;
  left: 0;
}
MAIN.madeby_profile SECTION.cv .content OL {
  list-style-type: decimal;
  list-style-position: inside;
}
MAIN.madeby_profile SECTION.cv .content STRONG {
  font-weight: bold;
}
MAIN.madeby_profile SECTION.cv .content EM,
MAIN.madeby_profile SECTION.cv .content I {
  font-style: italic;
}
MAIN.madeby_profile SECTION.cv .content BLOCKQUOTE {
  font-family: 'BaskervilleBT-Italic', 'Times New Roman', Times, serif;
  font-size: 16px;
  letter-spacing: 0;
  -webkit-font-smoothing: auto;
  line-height: 18px;
  margin-top: 20px;
  border-top: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
  padding: 20px 0;
}
@media only screen and (max-width: 629px) {
  MAIN.madeby_profile SECTION.cv .content BLOCKQUOTE {
    font-size: 17px;
  }
}
@media only screen and (min-width: 951px) {
  MAIN.madeby_profile SECTION.cv .content BLOCKQUOTE {
    padding-right: 70px;
  }
}
@media only screen and (max-width: 629px) {
  MAIN.madeby_profile SECTION.cv .content {
    font-size: 14px;
    line-height: 21px;
  }
}
.post-password-form {
  text-align: center;
  max-width: none !important;
}
.post-password-form P {
  font-family: 'FuturaBT-Light', Arial, sans-serif;
  text-transform: uppercase;
  text-transform: none;
  font-size: 14px;
  letter-spacing: 0.12px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 950px) {
  .post-password-form P {
    font-size: 13px;
  }
}
@media only screen and (min-width: 951px) and (max-width: 1400px) {
  .post-password-form P {
    margin-bottom: 32px;
  }
}
@media only screen and (min-width: 630px) and (max-width: 950px) {
  .post-password-form P {
    margin-bottom: 22px;
  }
}
@media only screen and (max-width: 629px) {
  .post-password-form P {
    margin-bottom: 16px;
  }
}
.post-password-form LABEL {
  display: block;
  padding-bottom: 15px;
}
.post-password-form INPUT[type="password"] {
  transition: all 0.2s ease-out;
  font-family: 'FuturaBT-Book', Arial, sans-serif;
  text-transform: uppercase;
  text-transform: none;
  font-size: 14px;
  letter-spacing: 0.12px;
  letter-spacing: 1.2px;
  border: 1px solid #CCCCCC;
  padding: 16px 14px 12px 14px;
  width: 100%;
  color: #000;
  background-color: white;
  display: inline-block;
  width: 250px;
}
.post-password-form INPUT[type="password"]:active,
.post-password-form INPUT[type="password"]:hover {
  border-color: #737373;
}
.post-password-form INPUT[type="password"]:disabled {
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  filter: alpha(opacity=50);
  cursor: not-allowed !important;
}
@media only screen and (max-width: 629px) {
  .post-password-form INPUT[type="password"] {
    font-size: 12px;
    padding-top: 14px;
    padding-bottom: 11px;
  }
}
.post-password-form INPUT[type="submit"] {
  transition: all 0.2s ease-out;
  border-radius: 0;
  font-family: 'FuturaBTWXX-CondensedBold', Arial, sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1.2px;
  background-color: #000;
  border: 1px solid #000;
  color: white;
  padding: 17px 32px 14px 32px;
  display: inline-block;
  text-align: center;
  width: auto;
  text-decoration: none;
  position: relative;
  cursor: pointer;
  white-space: nowrap;
}
.post-password-form INPUT[type="submit"].small {
  padding-top: 6px;
  padding-bottom: 4px;
}
.post-password-form INPUT[type="submit"].span {
  width: 100%;
}
.post-password-form INPUT[type="submit"].disabled {
  -moz-opacity: 0.3;
  -khtml-opacity: 0.3;
  -webkit-opacity: 0.3;
  opacity: 0.3;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=30);
  filter: alpha(opacity=30);
  cursor: not-allowed !important;
}
.post-password-form INPUT[type="submit"]:hover {
  background-color: #737373;
  border-color: #737373;
  cursor: pointer;
}
.post-password-form INPUT[type="submit"].alt {
  background-color: white;
  color: #000;
}
.post-password-form INPUT[type="submit"].alt:hover {
  background-color: white;
  color: #737373;
  border-color: #737373;
}
.post-password-form INPUT[type="submit"].secondary,
.post-password-form INPUT[type="submit"].text {
  background-color: white;
  color: #737373;
  border-color: white;
}
.post-password-form INPUT[type="submit"].secondary:hover,
.post-password-form INPUT[type="submit"].text:hover {
  background-color: white;
  color: #000;
  border-color: white;
}
@media only screen and (max-width: 629px) {
  .post-password-form INPUT[type="submit"] {
    font-size: 12px;
    padding-top: 14px;
    padding-bottom: 10px;
  }
}
MAIN.search {
  min-height: calc(-265vh);
}
.searchform-boxed {
  display: -ms-flexbox;
  display: flex;
  border: 0;
  border-bottom: 1px solid #CCCCCC;
}
.searchform-boxed INPUT[type='text'] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  background-color: white;
  border: 0;
  padding: 11px 1px;
  font-family: 'BaskervilleBT-Italic', 'Times New Roman', Times, serif;
  font-size: 30px;
  letter-spacing: 0;
  color: #000000;
  -ms-flex: 1;
      flex: 1;
}
.searchform-boxed INPUT[type='submit'] {
  width: 50px;
  border: 0;
  text-indent: -999px;
  background: transparent url('https://www.thefutureperfect.com/wp-content/themes/The-Future-Perfect/assets/img/icons/arrow_right.svg') no-repeat 100% 50%;
  background-size: 21px auto;
  cursor: pointer;
}
.search-cell .sticker {
  top: 10px;
  right: 10px;
  left: auto;
  width: auto;
  font-family: 'FuturaBTWXX-Heavy', Arial, sans-serif;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 1.2px;
  line-height: 16px;
  color: black;
}
.search-cell IMG:not([src*='.jpg'], [src*='.jpeg']) {
  display: none;
}
.search-cell .title {
  font-family: 'FuturaBTWXX-CondensedLight', Arial, sans-serif;
  text-transform: uppercase;
  font-size: 19px;
  letter-spacing: 0.6px;
  margin-top: 17px;
  margin-bottom: 2px;
  text-align: left;
  padding: 0;
}
@media only screen and (min-width: 630px) and (max-width: 950px) {
  .search-cell .title {
    font-size: 17px;
  }
}
@media only screen and (max-width: 629px) {
  .search-cell .title {
    font-size: 13px;
  }
}
.search-cell .sub {
  font-family: 'FuturaBT-Book', Arial, sans-serif;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 1.5px;
  line-height: 16px;
}
@media only screen and (max-width: 629px) {
  .search-cell .sub {
    font-size: 10px;
    line-height: 15px;
  }
}
#page .unibox {
  border-radius: 0;
  padding: 0;
  box-shadow: none;
  border-top: 1px solid black;
  border-left: 1px solid black;
  border-right: 1px solid black;
  border-bottom: 1px solid black;
}
#page .unibox .unibox__cluster--type-resultGroup {
  border-bottom: 1px solid black;
  padding: 0;
  padding-bottom: 15px;
}
#page .unibox .unibox__cluster--type-resultGroup:empty {
  display: none;
}
#page .unibox .unibox__cluster--type-resultGroup .unibox__selectable {
  padding: 15px;
  border-radius: 0;
}
#page .unibox .unibox__cluster--type-resultGroup .unibox__selectable:hover {
  background-color: #EEEEEE;
}
#page .unibox .unibox__cluster--type-resultGroup .unibox__selectable-image-container {
  border-radius: 0;
  width: 100px;
  height: 80px;
  margin-right: 20px;
}
#page .unibox .unibox__cluster--type-resultGroup .unibox__selectable-image {
  border-radius: 0;
}
#page .unibox .unibox__cluster--type-resultGroup .unibox__selectable-title {
  font-family: 'FuturaBT-Light', Arial, sans-serif;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 1.3px;
  font-weight: normal;
}
#page .unibox .unibox__cluster--type-resultGroup .unibox__content-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
}
#page .unibox .unibox__cluster--type-resultGroup .unibox__selectable-category {
  border-radius: 0;
  font-family: 'FuturaBT-Light', Arial, sans-serif;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 1.3px;
  font-weight: normal;
  color: #737373;
  background-color: transparent;
  padding: 0;
  margin-right: 15px;
  margin-top: 7px;
}
#page .unibox .unibox__cluster--type-searchHistory {
  margin: 0;
  margin-bottom: 15px;
  padding: 15px;
  border-bottom: 1px solid black;
}
#page .unibox .unibox__cluster--type-searchHistory .unibox__suggest-heading {
  margin-top: 0;
  margin-left: 0;
  margin-bottom: 10px;
  font-family: 'FuturaBTWXX-CondensedMedium', Arial, sans-serif;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 0.8px;
  color: black;
  font-weight: normal;
}
#page .unibox .unibox__cluster--type-searchHistory .unibox__selectable {
  padding: 0;
  background-color: transparent;
  text-decoration: underline;
}
#page .unibox .unibox__cluster--type-searchHistory .unibox__selectable-title {
  font-family: 'FuturaBT-Light', Arial, sans-serif;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 1.3px;
  font-weight: normal;
}
#page .unibox .unibox__selectable--show-all {
  padding-bottom: 10px;
}
#page .unibox .unibox__selectable--show-all .unibox__show-all-text {
  font-family: 'FuturaBT-Light', Arial, sans-serif;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 1.3px;
  font-weight: normal;
}
#ss360-layer,
.ss360-layer {
  padding: 0;
  /*
    .ss360-nav--tabs {
        position: relative;
        margin-bottom: -2px;

        .ss360-nav__menu {
            z-index: 2;
            position: relative;
            width: 100%;
            display: block;


            LI[data-cgkey="_"] {
                display: none;
            }

            .ss360-nav__menu-item {
                border: 0;
            }

            .ss360-nav__menu-item {
                .ss360-ac-bg--hover {
                    // background-color: @color_border !important;
                    border-bottom: 1px solid black !important;
                }
            }

            .ss360-nav__menu-item {
            }

            .ss360-nav__menu-item--active {
                margin-right: 0;
                margin-left: 0;
                .ss360-ac-bg--hover {
                    color: black;
                    background-color: white !important;
                    border-color: black !important;
                    border-bottom: 1px solid white !important;
                }
            }
        }
    }
    */
}
#ss360-layer #ss360-custom-search,
.ss360-layer #ss360-custom-search {
  display: none;
  /*
        justify-content: flex-start;
        margin-left: 0;
        margin-bottom: 70px;
        padding: 0;
        border-bottom: 1px solid @color_border;
        .ss360-custom-search__searchbox {
            max-width: none;
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none;
            width: 100%;
            background-color: white;
            border: 0;
            box-shadow: none;
            padding: 11px 1px;
            .Font-Baskerville-Italic();
            font-size: 30px;
            letter-spacing: 0;
            color: #000000;
        }
        .ss360-custom-search__searchbutton {
            width: 50px;
            border: 0;
            text-indent: -999px;
            background: transparent url('../img/icons/arrow_right.svg') no-repeat 100% 50%;
            background-size: 21px auto;
            cursor: pointer;    
            box-shadow: none;        
        }
        */
}
#ss360-layer .ss360-nav__menu,
.ss360-layer .ss360-nav__menu {
  -ms-flex-pack: start;
      justify-content: flex-start;
  gap: 0;
  column-gap: 6px;
  margin-bottom: 0;
}
#ss360-layer .ss360-nav__menu .ss360-nav__menu-item,
.ss360-layer .ss360-nav__menu .ss360-nav__menu-item {
  margin-bottom: -2px;
  position: relative;
  z-index: 1;
}
#ss360-layer .ss360-nav__menu .ss360-nav__menu-item[data-cgkey="articles"],
.ss360-layer .ss360-nav__menu .ss360-nav__menu-item[data-cgkey="articles"],
#ss360-layer .ss360-nav__menu .ss360-nav__menu-item[data-cgkey="_"],
.ss360-layer .ss360-nav__menu .ss360-nav__menu-item[data-cgkey="_"] {
  display: none;
}
#ss360-layer .ss360-nav__menu .ss360-nav__entry,
.ss360-layer .ss360-nav__menu .ss360-nav__entry {
  font-family: 'FuturaBT-Light', Arial, sans-serif;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 1px;
  padding-left: 23px;
  padding-right: 23px;
  padding-top: 20px;
  padding-bottom: 18px;
  border-radius: 0;
  background-color: white;
  border-top: 1px solid #CCCCCC;
  border-left: 1px solid #CCCCCC;
  border-right: 1px solid #CCCCCC;
  border-bottom: 1px solid black;
  margin-bottom: 1px;
}
#ss360-layer .ss360-nav__menu .ss360-nav__entry:hover,
.ss360-layer .ss360-nav__menu .ss360-nav__entry:hover,
#ss360-layer .ss360-nav__menu .ss360-nav__entry:focus,
.ss360-layer .ss360-nav__menu .ss360-nav__entry:focus {
  background-color: white;
  color: black;
}
#ss360-layer .ss360-nav__menu .ss360-nav__menu-item--active .ss360-nav__entry,
.ss360-layer .ss360-nav__menu .ss360-nav__menu-item--active .ss360-nav__entry {
  color: black;
  border-top-color: black;
  border-left-color: black;
  border-right-color: black;
  border-bottom-color: white !important;
}
#ss360-layer NAV.ss360-flex--justify-center,
.ss360-layer NAV.ss360-flex--justify-center {
  -ms-flex-pack: left !important;
      justify-content: left !important;
}
#ss360-layer .ss360-layer__content,
.ss360-layer .ss360-layer__content {
  border-top: 1px solid black;
  padding-top: 40px;
}
#ss360-layer .ss360-layer__heading,
.ss360-layer .ss360-layer__heading {
  display: none;
}
@media only screen and (min-width: 951px) {
  #ss360-layer .ss360-grid,
  .ss360-layer .ss360-grid {
    grid-gap: 40px;
  }
}
@media only screen and (max-width: 629px) {
  #ss360-layer .ss360-grid,
  .ss360-layer .ss360-grid {
    grid-gap: 20px;
  }
}
#ss360-layer .ss360-grid .ss360-suggests,
.ss360-layer .ss360-grid .ss360-suggests {
  box-shadow: none;
  margin: 0;
}
#ss360-layer .ss360-masonry,
.ss360-layer .ss360-masonry {
  margin-right: -12px;
}
#ss360-layer .ss360-masonry .ss360-suggests,
.ss360-layer .ss360-masonry .ss360-suggests {
  box-shadow: none;
}
#ss360-layer .ss360-filter__delete-bar,
.ss360-layer .ss360-filter__delete-bar {
  padding-bottom: 35px;
}
#ss360-layer .ss360-filter__delete-bar .ss360-filter__delete-button,
.ss360-layer .ss360-filter__delete-bar .ss360-filter__delete-button {
  border: 1px solid #CCCCCC;
  box-shadow: none !important;
  border-radius: 24px;
  margin-bottom: 0;
  font-size: 14px;
}
#ss360-layer .ss360-filter__delete-bar .ss360-filter__delete-button--all,
.ss360-layer .ss360-filter__delete-bar .ss360-filter__delete-button--all {
  border-color: black;
}
#ss360-layer .ss360-filter__delete-bar .ss360-tc-c,
.ss360-layer .ss360-filter__delete-bar .ss360-tc-c {
  padding-top: 9px;
}
#ss360-layer .ss360-filter,
.ss360-layer .ss360-filter {
  padding-right: 50px;
  padding-left: 0;
  filter: grayscale(1);
}
#ss360-layer .ss360-filter .ss360-filter__group,
.ss360-layer .ss360-filter .ss360-filter__group {
  border-top: 1px solid black;
  padding-right: 0;
}
#ss360-layer .ss360-filter .ss360-filter__group[aria-label="Tags"],
.ss360-layer .ss360-filter .ss360-filter__group[aria-label="Tags"] {
  border-top: 0;
  padding-top: 20px;
}
#ss360-layer .ss360-filter .ss360-filter__group[aria-label="Tags"] .ss360-filter__button,
.ss360-layer .ss360-filter .ss360-filter__group[aria-label="Tags"] .ss360-filter__button {
  display: none;
}
#ss360-layer .ss360-filter .ss360-filter__clear-group,
.ss360-layer .ss360-filter .ss360-filter__clear-group {
  display: none;
}
#ss360-layer .ss360-filter .ss360-filter__button,
.ss360-layer .ss360-filter .ss360-filter__button {
  font-family: 'FuturaBTWXX-CondensedMedium', Arial, sans-serif;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 1.8px;
  color: black;
  padding: 11px 0 0 0;
}
#ss360-layer .ss360-filter .ss360-filter__button .ss360-filter__button-icon,
.ss360-layer .ss360-filter .ss360-filter__button .ss360-filter__button-icon {
  padding-top: 0;
  transition: none;
  height: 12px;
  width: 14px;
  background: transparent url('https://www.thefutureperfect.com/wp-content/themes/The-Future-Perfect/assets/img/icons/arrow_dropdown.svg') no-repeat 50% 50%;
  background-size: 100% auto;
  transform: rotate(180deg);
  position: relative;
  top: -2px;
}
#ss360-layer .ss360-filter .ss360-filter__button .ss360-filter__button-icon *,
.ss360-layer .ss360-filter .ss360-filter__button .ss360-filter__button-icon *,
#ss360-layer .ss360-filter .ss360-filter__button .ss360-filter__button-icon SVG,
.ss360-layer .ss360-filter .ss360-filter__button .ss360-filter__button-icon SVG {
  display: none;
}
#ss360-layer .ss360-filter .ss360-filter__button .ss360-filter__button-icon--active,
.ss360-layer .ss360-filter .ss360-filter__button .ss360-filter__button-icon--active {
  transform: rotate(0);
}
#ss360-layer .ss360-filter .ss360-multiselect,
.ss360-layer .ss360-filter .ss360-multiselect {
  overflow: visible;
  position: relative;
}
#ss360-layer .ss360-filter .ss360-multiselect .ss360-multiselect__label,
.ss360-layer .ss360-filter .ss360-multiselect .ss360-multiselect__label {
  font-family: 'FuturaBT-Light', Arial, sans-serif;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 1.3px;
  color: black;
  font-weight: normal;
}
#ss360-layer .ss360-filter .ss360-multiselect .ss360-multiselect__count,
.ss360-layer .ss360-filter .ss360-multiselect .ss360-multiselect__count {
  float: right;
  opacity: 0.4;
  font-size: 11px;
}
#ss360-layer .ss360-filter .ss360-multiselect .ss360-multiselect__search,
.ss360-layer .ss360-filter .ss360-multiselect .ss360-multiselect__search {
  border-radius: 0;
  display: none;
}
#ss360-layer .ss360-filter .ss360-multiselect .ss360-multiselect__checkmark,
.ss360-layer .ss360-filter .ss360-multiselect .ss360-multiselect__checkmark {
  box-shadow: none;
  border-radius: 0;
  top: -4px;
  border: 1px solid #CCCCCC;
}
#ss360-layer .ss360-filter .ss360-multiselect .ss360-multiselect__row:active .ss360-multiselect__checkmark,
.ss360-layer .ss360-filter .ss360-multiselect .ss360-multiselect__row:active .ss360-multiselect__checkmark,
#ss360-layer .ss360-filter .ss360-multiselect .ss360-multiselect__row:hover .ss360-multiselect__checkmark,
.ss360-layer .ss360-filter .ss360-multiselect .ss360-multiselect__row:hover .ss360-multiselect__checkmark {
  background-color: black;
  border-color: black;
  border-radius: 0;
}
#ss360-layer .ss360-filter .ss360-multiselect .ss360-multiselect__checkmark--checked,
.ss360-layer .ss360-filter .ss360-multiselect .ss360-multiselect__checkmark--checked {
  background-color: black;
  border-color: black;
}
#ss360-layer .ss360-filter .ss360-multiselect .ss360-multiselect__show-more,
.ss360-layer .ss360-filter .ss360-multiselect .ss360-multiselect__show-more {
  font-family: 'FuturaBT-Light', Arial, sans-serif;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 0.8px;
  color: black;
  font-weight: normal;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
  margin-top: 20px;
}
#ss360-layer .ss360-filter .ss360-multiselect .ss360-multiselect__show-more:hover,
.ss360-layer .ss360-filter .ss360-multiselect .ss360-multiselect__show-more:hover {
  color: black;
}
#ss360-layer .ss360-filter__mobile-toggle,
.ss360-layer .ss360-filter__mobile-toggle {
  border-radius: 0;
  box-shadow: none;
  position: relative;
}
#ss360-layer .ss360-filter__mobile-toggle > *,
.ss360-layer .ss360-filter__mobile-toggle > * {
  display: none;
}
#ss360-layer .ss360-filter__mobile-toggle STRONG,
.ss360-layer .ss360-filter__mobile-toggle STRONG {
  display: inline;
  font-family: inherit;
}
#ss360-layer .ss360-filter__mobile-toggle:after,
.ss360-layer .ss360-filter__mobile-toggle:after {
  content: "▼";
  font-size: 20px;
  padding: 4px 16px;
  position: absolute;
  right: -5px;
  top: 3px;
  display: block;
}
#ss360-layer .ss360-filter__backdrop,
.ss360-layer .ss360-filter__backdrop {
  z-index: 5 !important;
}
#ss360-layer .ss360-slider .ss360-slider__unit,
.ss360-layer .ss360-slider .ss360-slider__unit,
#ss360-layer .ss360-slider .ss360-slider__input,
.ss360-layer .ss360-slider .ss360-slider__input {
  font-family: inherit;
  font-weight: 400;
}
#ss360-layer .ss360-sorting,
.ss360-layer .ss360-sorting {
  font-family: inherit;
  font-weight: 400;
  margin-bottom: 20px;
}
#ss360-layer .ss360-sorting .ss360-sorting__label,
.ss360-layer .ss360-sorting .ss360-sorting__label {
  font-family: 'FuturaBT-Light', Arial, sans-serif;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 0.8px;
  padding-bottom: 16px;
}
#ss360-layer .ss360-sorting SELECT,
.ss360-layer .ss360-sorting SELECT {
  font-family: 'FuturaBT-Light', Arial, sans-serif;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 1px;
  border: 1px solid #CCCCCC;
  max-width: 220px;
  background: transparent url('https://www.thefutureperfect.com/wp-content/themes/The-Future-Perfect/assets/img/icons/arrow_dropdown.svg') no-repeat 50% 50%;
  background-position: right 16px center;
  background-size: 13px auto;
  padding: 18px 33px 15px 20px;
  margin-right: 0 !important;
}
#ss360-layer .ss360-sorting:after,
.ss360-layer .ss360-sorting:after {
  display: none;
}
@media only screen and (max-width: 950px) {
  #ss360-layer .ss360-nav--flat,
  .ss360-layer .ss360-nav--flat {
    display: none;
  }
  #ss360-layer .ss360-layer__content,
  .ss360-layer .ss360-layer__content {
    padding-top: 0;
    border-top: 0;
  }
  #ss360-layer .ss360-filter__mobile-toggle,
  .ss360-layer .ss360-filter__mobile-toggle {
    border-width: 1px;
  }
  #ss360-layer .ss360-filter__mobile-toggle:after,
  .ss360-layer .ss360-filter__mobile-toggle:after {
    font-size: 14px;
    top: 6px;
  }
  #ss360-layer .ss360-filter,
  .ss360-layer .ss360-filter {
    padding-top: 40px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
  #ss360-layer .ss360-filter .ss360-filter__heading,
  .ss360-layer .ss360-filter .ss360-filter__heading {
    display: none;
  }
  #ss360-layer .ss360-grid,
  .ss360-layer .ss360-grid {
    margin-top: 20px;
    gap: 20px;
  }
}
/* --------------------------------------------------------------- */
/*  Search Results Page */
MAIN.search SECTION.field FORM {
  position: relative;
  margin-bottom: -6px;
}
MAIN.search SECTION.field FORM INPUT[type="text"] {
  font-family: 'BaskervilleBT-Italic', 'Times New Roman', Times, serif;
  font-size: 30px;
  letter-spacing: 0;
  padding: 0;
  border: 0;
  width: 100%;
  border-bottom: 1px solid #000;
  padding-right: 70px;
}
MAIN.search SECTION.field FORM LABEL {
  display: none;
}
MAIN.search SECTION.field FORM INPUT[type="submit"] {
  display: none;
}
MAIN.search SECTION.field FORM .go {
  position: absolute;
  z-index: 2;
  cursor: pointer;
  top: 7px;
  right: 0;
  width: 20px;
  height: 20px;
  display: block;
}
MAIN.search SECTION.field FORM .go IMG {
  display: block;
  width: 100%;
  height: auto;
}
MAIN.search SECTION.results .no_results {
  font-family: 'FuturaBTWXX-CondensedMedium', Arial, sans-serif;
  text-transform: uppercase;
  font-size: 19px;
  letter-spacing: 1.8px;
}
@media only screen and (min-width: 630px) and (max-width: 950px) {
  MAIN.search SECTION.results .no_results {
    font-size: 17px;
  }
}
@media only screen and (max-width: 629px) {
  MAIN.search SECTION.results .no_results {
    font-size: 15px;
  }
}
MAIN.search SECTION.results .group {
  margin-bottom: 40px;
}
@media only screen and (min-width: 951px) and (max-width: 1400px) {
  MAIN.search SECTION.results .group {
    margin-bottom: 32px;
  }
}
@media only screen and (min-width: 630px) and (max-width: 950px) {
  MAIN.search SECTION.results .group {
    margin-bottom: 22px;
  }
}
@media only screen and (max-width: 629px) {
  MAIN.search SECTION.results .group {
    margin-bottom: 16px;
  }
}
MAIN.search SECTION.results .products > H2 {
  font-family: 'FuturaBTWXX-CondensedLight', Arial, sans-serif;
  text-transform: uppercase;
  font-size: 28px;
  letter-spacing: 0.8px;
  margin-bottom: 40px;
}
@media only screen and (min-width: 630px) and (max-width: 950px) {
  MAIN.search SECTION.results .products > H2 {
    font-size: 25px;
  }
}
@media only screen and (max-width: 629px) {
  MAIN.search SECTION.results .products > H2 {
    font-size: 23px;
    line-height: 27px;
  }
}
@media only screen and (min-width: 951px) and (max-width: 1400px) {
  MAIN.search SECTION.results .products > H2 {
    margin-bottom: 32px;
  }
}
@media only screen and (min-width: 630px) and (max-width: 950px) {
  MAIN.search SECTION.results .products > H2 {
    margin-bottom: 22px;
  }
}
@media only screen and (max-width: 629px) {
  MAIN.search SECTION.results .products > H2 {
    margin-bottom: 16px;
  }
}
MAIN.search SECTION.results .list > H2 {
  font-family: 'FuturaBTWXX-CondensedLight', Arial, sans-serif;
  text-transform: uppercase;
  font-size: 28px;
  letter-spacing: 0.8px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 630px) and (max-width: 950px) {
  MAIN.search SECTION.results .list > H2 {
    font-size: 25px;
  }
}
@media only screen and (max-width: 629px) {
  MAIN.search SECTION.results .list > H2 {
    font-size: 23px;
    line-height: 27px;
  }
}
@media only screen and (min-width: 951px) and (max-width: 1400px) {
  MAIN.search SECTION.results .list > H2 {
    margin-bottom: 16px;
  }
}
@media only screen and (min-width: 630px) and (max-width: 950px) {
  MAIN.search SECTION.results .list > H2 {
    margin-bottom: 11px;
  }
}
@media only screen and (max-width: 629px) {
  MAIN.search SECTION.results .list > H2 {
    margin-bottom: 8px;
  }
}
MAIN.search SECTION.results .list A {
  font-family: 'FuturaBT-Book', Arial, sans-serif;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 1.5px;
  line-height: 16px;
  display: block;
}
@media only screen and (max-width: 629px) {
  MAIN.search SECTION.results .list A {
    font-size: 10px;
    line-height: 15px;
  }
}
MAIN.search SECTION.results .list A:hover {
  text-decoration: underline;
}
MAIN.search SECTION.ss {
  display: none;
}
BODY.page-template-page-subscribe #page_body {
  padding-top: 0;
  padding-bottom: 0;
}
BODY.page-template-page-subscribe #page > FOOTER {
  margin-top: 0;
}
MAIN.subscribe {
  position: relative;
}
MAIN.subscribe .page {
  padding: 70px;
  min-height: calc(100vh - 100px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
@media only screen and (min-width: 951px) and (max-width: 1400px) {
  MAIN.subscribe .page {
    padding: 56px;
  }
}
@media only screen and (min-width: 630px) and (max-width: 950px) {
  MAIN.subscribe .page {
    padding: 38px;
  }
}
@media only screen and (max-width: 629px) {
  MAIN.subscribe .page {
    padding: 28px;
  }
}
MAIN.subscribe .page .over {
  padding: 70px;
  background: white;
  max-width: 500px;
  position: relative;
  z-index: 3;
}
@media only screen and (min-width: 951px) and (max-width: 1400px) {
  MAIN.subscribe .page .over {
    padding: 56px;
  }
}
@media only screen and (min-width: 630px) and (max-width: 950px) {
  MAIN.subscribe .page .over {
    padding: 38px;
  }
}
@media only screen and (max-width: 629px) {
  MAIN.subscribe .page .over {
    padding: 28px;
  }
}
MAIN.subscribe .page .over H2 {
  font-family: 'FuturaBTWXX-CondensedLight', Arial, sans-serif;
  text-transform: uppercase;
  font-size: 28px;
  letter-spacing: 0.8px;
  text-align: center;
  margin-bottom: 9px;
}
@media only screen and (min-width: 630px) and (max-width: 950px) {
  MAIN.subscribe .page .over H2 {
    font-size: 25px;
  }
}
@media only screen and (max-width: 629px) {
  MAIN.subscribe .page .over H2 {
    font-size: 23px;
    line-height: 27px;
  }
}
MAIN.subscribe .page .over P {
  font-family: 'FuturaBT-Light', Arial, sans-serif;
  text-transform: uppercase;
  text-transform: none;
  font-size: 14px;
  letter-spacing: 0.12px;
  line-height: 26px;
  margin-bottom: 40px;
  text-align: center;
  max-width: 340px;
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (max-width: 950px) {
  MAIN.subscribe .page .over P {
    font-size: 13px;
    line-height: 16px;
  }
}
@media only screen and (min-width: 951px) and (max-width: 1400px) {
  MAIN.subscribe .page .over P {
    margin-bottom: 32px;
  }
}
@media only screen and (min-width: 630px) and (max-width: 950px) {
  MAIN.subscribe .page .over P {
    margin-bottom: 22px;
  }
}
@media only screen and (max-width: 629px) {
  MAIN.subscribe .page .over P {
    margin-bottom: 16px;
  }
}
MAIN.subscribe .background {
  position: absolute;
  z-index: -1;
  top: 0;
  left: -70px;
  right: -70px;
  bottom: 0;
  width: auto;
  max-width: none;
  background-size: cover;
}
MAIN.trade_join SECTION {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
MAIN.trade_join SECTION.page_header {
  text-align: center;
}
MAIN.trade_join SECTION.page_header H1 {
  margin-bottom: 10px;
}
BODY.is-trade.page-template-page-trade-register #page_header,
BODY.is-trade.page-template-page-trade-overview #page_header,
BODY.is-trade.page-template-page-trade #page_header {
  background-color: #000;
}
BODY.is-trade.page-template-page-trade-register #page_body,
BODY.is-trade.page-template-page-trade-overview #page_body,
BODY.is-trade.page-template-page-trade #page_body {
  padding-top: 0;
}
MAIN.trade_overview,
MAIN.trade_landing {
  padding-top: 70px;
}
@media only screen and (min-width: 951px) and (max-width: 1400px) {
  MAIN.trade_overview,
  MAIN.trade_landing {
    padding-top: 56px;
  }
}
@media only screen and (min-width: 630px) and (max-width: 950px) {
  MAIN.trade_overview,
  MAIN.trade_landing {
    padding-top: 38px;
  }
}
@media only screen and (max-width: 629px) {
  MAIN.trade_overview,
  MAIN.trade_landing {
    padding-top: 28px;
  }
}
MAIN.trade_overview SECTION.introduction,
MAIN.trade_landing SECTION.introduction,
MAIN.trade_register SECTION.introduction {
  text-align: center;
}
MAIN.trade_overview SECTION.introduction H2,
MAIN.trade_landing SECTION.introduction H2,
MAIN.trade_register SECTION.introduction H2 {
  margin-bottom: 10px;
}
MAIN.trade_overview SECTION.introduction P,
MAIN.trade_landing SECTION.introduction P,
MAIN.trade_register SECTION.introduction P {
  font-family: 'FuturaBT-Book', Arial, sans-serif;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 1.5px;
  line-height: 16px;
}
@media only screen and (max-width: 629px) {
  MAIN.trade_overview SECTION.introduction P,
  MAIN.trade_landing SECTION.introduction P,
  MAIN.trade_register SECTION.introduction P {
    font-size: 10px;
    line-height: 15px;
  }
}
MAIN.trade_overview SECTION.actions,
MAIN.trade_landing SECTION.actions,
MAIN.trade_register SECTION.actions {
  text-align: center;
}
MAIN.trade_overview SECTION.form,
MAIN.trade_landing SECTION.form,
MAIN.trade_register SECTION.form {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  padding: 70px;
  border: 1px solid #000;
  text-align: center;
}
@media only screen and (min-width: 951px) and (max-width: 1400px) {
  MAIN.trade_overview SECTION.form,
  MAIN.trade_landing SECTION.form,
  MAIN.trade_register SECTION.form {
    padding: 56px;
  }
}
@media only screen and (min-width: 630px) and (max-width: 950px) {
  MAIN.trade_overview SECTION.form,
  MAIN.trade_landing SECTION.form,
  MAIN.trade_register SECTION.form {
    padding: 38px;
  }
}
@media only screen and (max-width: 629px) {
  MAIN.trade_overview SECTION.form,
  MAIN.trade_landing SECTION.form,
  MAIN.trade_register SECTION.form {
    padding: 28px;
  }
}
MAIN.trade_overview .module_accordion .items {
  border-top: 1px solid #CCCCCC;
}
MAIN.trade_overview .module_accordion .item {
  padding-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #CCCCCC;
}
MAIN.trade_overview SECTION.introduction_contact {
  text-align: center;
}
MAIN.trade_overview SECTION.introduction_contact H1 {
  font-family: 'FuturaBTWXX-CondensedMedium', Arial, sans-serif;
  text-transform: uppercase;
  font-size: 19px;
  letter-spacing: 1.8px;
  padding: 20px;
}
@media only screen and (min-width: 630px) and (max-width: 950px) {
  MAIN.trade_overview SECTION.introduction_contact H1 {
    font-size: 17px;
  }
}
@media only screen and (max-width: 629px) {
  MAIN.trade_overview SECTION.introduction_contact H1 {
    font-size: 15px;
  }
}
@media only screen and (min-width: 951px) and (max-width: 1400px) {
  MAIN.trade_overview SECTION.introduction_contact H1 {
    padding: 16px;
  }
}
@media only screen and (min-width: 630px) and (max-width: 950px) {
  MAIN.trade_overview SECTION.introduction_contact H1 {
    padding: 11px;
  }
}
@media only screen and (max-width: 629px) {
  MAIN.trade_overview SECTION.introduction_contact H1 {
    padding: 8px;
  }
}
MAIN.trade_overview SECTION.introduction_contact .columns {
  padding: 40px;
  display: -ms-grid;
  display: grid;
  gap: 30px;
}
@media only screen and (min-width: 951px) and (max-width: 1400px) {
  MAIN.trade_overview SECTION.introduction_contact .columns {
    padding: 32px;
  }
}
@media only screen and (min-width: 630px) and (max-width: 950px) {
  MAIN.trade_overview SECTION.introduction_contact .columns {
    padding: 22px;
  }
}
@media only screen and (max-width: 629px) {
  MAIN.trade_overview SECTION.introduction_contact .columns {
    padding: 16px;
  }
}
MAIN.trade_overview SECTION.introduction_contact .introduction,
MAIN.trade_overview SECTION.introduction_contact .contact {
  font-family: 'FuturaBT-Light', Arial, sans-serif;
  text-transform: uppercase;
  text-transform: none;
  font-size: 14px;
  letter-spacing: 0.12px;
  line-height: 26px;
}
@media only screen and (max-width: 950px) {
  MAIN.trade_overview SECTION.introduction_contact .introduction,
  MAIN.trade_overview SECTION.introduction_contact .contact {
    font-size: 13px;
    line-height: 16px;
  }
}
MAIN.trade_overview SECTION.introduction_contact .contact {
  padding: 20px;
  max-width: 420px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 951px) {
  MAIN.trade_overview SECTION.introduction_contact .columns {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 629px) {
  MAIN.trade_overview SECTION.introduction_contact .columns {
    margin-bottom: 40px;
  }
}
MAIN.trade_overview SECTION.benifits .benifits_grid {
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: center;
  display: -ms-grid;
  display: grid;
  gap: 40px;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
}
MAIN.trade_overview SECTION.benifits .benifits_grid .logo {
  max-width: 100px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 25px;
  aspect-ratio: 2;
}
MAIN.trade_overview SECTION.benifits .benifits_grid .logo IMG {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  font-family: "object-fit: contain";
}
MAIN.trade_overview SECTION.benifits .benifits_grid .headline {
  font-family: 'FuturaBTWXX-Heavy', Arial, sans-serif;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 1.2px;
  line-height: 16px;
  margin-bottom: 5px;
}
MAIN.trade_overview SECTION.benifits .benifits_grid .text {
  font-family: 'FuturaBT-Light', Arial, sans-serif;
  text-transform: uppercase;
  text-transform: none;
  font-size: 14px;
  letter-spacing: 0.12px;
  line-height: 26px;
}
@media only screen and (max-width: 950px) {
  MAIN.trade_overview SECTION.benifits .benifits_grid .text {
    font-size: 13px;
    line-height: 16px;
  }
}
@media only screen and (min-width: 951px) {
  MAIN.trade_overview SECTION.benifits .benifits_grid {
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
  }
  MAIN.trade_overview SECTION.benifits .benifits_grid .logo {
    max-width: 150px;
  }
}
MAIN.trade_overview SECTION.designers .list {
  column-count: 3;
  column-gap: 20px;
}
MAIN.trade_overview SECTION.designers .list_item {
  margin-bottom: 5px !important;
}
@media only screen and (max-width: 629px) {
  MAIN.trade_overview SECTION.designers .list {
    column-count: 2;
  }
}
MAIN.trade_overview SECTION.quote {
  font-family: 'BaskervilleBT-Italic', 'Times New Roman', Times, serif;
  font-size: 16px;
  letter-spacing: 0;
  -webkit-font-smoothing: auto;
  line-height: 18px;
  line-height: 25px;
}
@media only screen and (max-width: 629px) {
  MAIN.trade_overview SECTION.quote {
    font-size: 17px;
  }
}
MAIN.trade_overview SECTION.quote .max {
  max-width: 420px;
  margin-left: auto;
  margin-right: auto;
}
MAIN.trade_overview SECTION.quote .text {
  margin-bottom: 5px;
}
BODY.is-trade #page_header {
  background-color: #000;
}
BODY.is-trade #page {
  position: relative;
  overflow: hidden;
}
/* --------------------------------------------------------------- */
/*  Page Wrapper */
#page {
  padding-left: 70px;
  padding-right: 70px;
}
@media only screen and (min-width: 951px) and (max-width: 1400px) {
  #page {
    padding-left: 56px;
  }
}
@media only screen and (min-width: 630px) and (max-width: 950px) {
  #page {
    padding-left: 38px;
  }
}
@media only screen and (max-width: 629px) {
  #page {
    padding-left: 28px;
  }
}
@media only screen and (min-width: 951px) and (max-width: 1400px) {
  #page {
    padding-right: 56px;
  }
}
@media only screen and (min-width: 630px) and (max-width: 950px) {
  #page {
    padding-right: 38px;
  }
}
@media only screen and (max-width: 629px) {
  #page {
    padding-right: 28px;
  }
}
#page_body {
  padding-top: 70px;
  padding-bottom: 70px;
  min-height: calc(100vh - 328px);
}
@media only screen and (min-width: 951px) and (max-width: 1400px) {
  #page_body {
    padding-top: 56px;
  }
}
@media only screen and (min-width: 630px) and (max-width: 950px) {
  #page_body {
    padding-top: 38px;
  }
}
@media only screen and (max-width: 629px) {
  #page_body {
    padding-top: 28px;
  }
}
@media only screen and (min-width: 951px) and (max-width: 1400px) {
  #page_body {
    padding-bottom: 56px;
  }
}
@media only screen and (min-width: 630px) and (max-width: 950px) {
  #page_body {
    padding-bottom: 38px;
  }
}
@media only screen and (max-width: 629px) {
  #page_body {
    padding-bottom: 28px;
  }
}
#page_body:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
/* --------------------------------------------------------------- */
/*  Shared Content */
#content SECTION,
MAIN SECTION {
  margin-bottom: 70px;
  position: relative;
  clear: right;
}
@media only screen and (min-width: 951px) and (max-width: 1400px) {
  #content SECTION,
  MAIN SECTION {
    margin-bottom: 56px;
  }
}
@media only screen and (min-width: 630px) and (max-width: 950px) {
  #content SECTION,
  MAIN SECTION {
    margin-bottom: 38px;
  }
}
@media only screen and (max-width: 629px) {
  #content SECTION,
  MAIN SECTION {
    margin-bottom: 28px;
  }
}
#content SECTION:after,
MAIN SECTION:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
#content SECTION.border,
MAIN SECTION.border {
  padding-top: 70px;
  border-top: 1px solid #CCCCCC;
}
@media only screen and (min-width: 951px) and (max-width: 1400px) {
  #content SECTION.border,
  MAIN SECTION.border {
    padding-top: 56px;
  }
}
@media only screen and (min-width: 630px) and (max-width: 950px) {
  #content SECTION.border,
  MAIN SECTION.border {
    padding-top: 38px;
  }
}
@media only screen and (max-width: 629px) {
  #content SECTION.border,
  MAIN SECTION.border {
    padding-top: 28px;
  }
}
#content SECTION.border_bottom,
MAIN SECTION.border_bottom {
  padding-bottom: 70px;
  border-bottom: 1px solid #CCCCCC;
}
@media only screen and (min-width: 951px) and (max-width: 1400px) {
  #content SECTION.border_bottom,
  MAIN SECTION.border_bottom {
    padding-bottom: 56px;
  }
}
@media only screen and (min-width: 630px) and (max-width: 950px) {
  #content SECTION.border_bottom,
  MAIN SECTION.border_bottom {
    padding-bottom: 38px;
  }
}
@media only screen and (max-width: 629px) {
  #content SECTION.border_bottom,
  MAIN SECTION.border_bottom {
    padding-bottom: 28px;
  }
}
#content SECTION:last-child,
MAIN SECTION:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}
#content SECTION > .debug,
MAIN SECTION > .debug {
  display: inline-block;
  padding: 6px;
  color: white;
  font-weight: bold;
  font-size: 11px;
  text-transform: uppercase;
  background-color: red;
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  -webkit-opacity: 0.7;
  opacity: 0.7;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
  filter: alpha(opacity=70);
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
}
#content SECTION > H2,
MAIN SECTION > H2 {
  font-family: 'FuturaBTWXX-CondensedLight', Arial, sans-serif;
  text-transform: uppercase;
  font-size: 28px;
  letter-spacing: 0.8px;
  margin-bottom: 40px;
}
@media only screen and (min-width: 630px) and (max-width: 950px) {
  #content SECTION > H2,
  MAIN SECTION > H2 {
    font-size: 25px;
  }
}
@media only screen and (max-width: 629px) {
  #content SECTION > H2,
  MAIN SECTION > H2 {
    font-size: 23px;
    line-height: 27px;
  }
}
@media only screen and (min-width: 951px) and (max-width: 1400px) {
  #content SECTION > H2,
  MAIN SECTION > H2 {
    margin-bottom: 32px;
  }
}
@media only screen and (min-width: 630px) and (max-width: 950px) {
  #content SECTION > H2,
  MAIN SECTION > H2 {
    margin-bottom: 22px;
  }
}
@media only screen and (max-width: 629px) {
  #content SECTION > H2,
  MAIN SECTION > H2 {
    margin-bottom: 16px;
  }
}
#content SECTION > H2.centered,
MAIN SECTION > H2.centered {
  text-align: center;
}
#content SECTION > H3,
MAIN SECTION > H3 {
  font-family: 'FuturaBTWXX-CondensedMedium', Arial, sans-serif;
  text-transform: uppercase;
  font-size: 19px;
  letter-spacing: 1.8px;
  margin-bottom: 40px;
}
@media only screen and (min-width: 630px) and (max-width: 950px) {
  #content SECTION > H3,
  MAIN SECTION > H3 {
    font-size: 17px;
  }
}
@media only screen and (max-width: 629px) {
  #content SECTION > H3,
  MAIN SECTION > H3 {
    font-size: 15px;
  }
}
@media only screen and (min-width: 951px) and (max-width: 1400px) {
  #content SECTION > H3,
  MAIN SECTION > H3 {
    margin-bottom: 32px;
  }
}
@media only screen and (min-width: 630px) and (max-width: 950px) {
  #content SECTION > H3,
  MAIN SECTION > H3 {
    margin-bottom: 22px;
  }
}
@media only screen and (max-width: 629px) {
  #content SECTION > H3,
  MAIN SECTION > H3 {
    margin-bottom: 16px;
  }
}
#content SECTION > H3.centered,
MAIN SECTION > H3.centered {
  text-align: center;
}
#content SECTION > *:last-child,
MAIN SECTION > *:last-child {
  margin-bottom: 0;
}
#content SECTION > .content,
MAIN SECTION > .content {
  max-width: 800px;
}
#content SECTION > .content.centered,
MAIN SECTION > .content.centered {
  margin-left: auto;
  margin-right: auto;
}
#content SECTION .button_wrapper,
MAIN SECTION .button_wrapper {
  margin-top: 40px;
  text-align: center;
}
@media only screen and (min-width: 951px) and (max-width: 1400px) {
  #content SECTION .button_wrapper,
  MAIN SECTION .button_wrapper {
    margin-top: 32px;
  }
}
@media only screen and (min-width: 630px) and (max-width: 950px) {
  #content SECTION .button_wrapper,
  MAIN SECTION .button_wrapper {
    margin-top: 22px;
  }
}
@media only screen and (max-width: 629px) {
  #content SECTION .button_wrapper,
  MAIN SECTION .button_wrapper {
    margin-top: 16px;
  }
}
/* --------------------------------------------------------------- */
/*  Breakpoint-specific CSS  */
@media only screen and (min-width: 951px) {
  /* --------------------------------------------------------------- */
  /*  Alternative text style for header (white) */
  BODY.is-trade #page_header.background,
  BODY.header-white #page_header.background {
    background-color: #000;
  }
  BODY.is-trade HEADER.header_top H1 IMG.white,
  BODY.header-white HEADER.header_top H1 IMG.white {
    display: inline-block;
  }
  BODY.is-trade HEADER.header_top H1 IMG.default,
  BODY.header-white HEADER.header_top H1 IMG.default {
    display: none;
  }
  BODY.is-trade HEADER.header_top H3,
  BODY.header-white HEADER.header_top H3 {
    font-family: 'FuturaBTWXX-Heavy', Arial, sans-serif;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 1.2px;
    line-height: 16px;
    margin-top: 2px;
    color: #737373;
  }
  BODY.is-trade HEADER.header_top .icon.cart > *,
  BODY.header-white HEADER.header_top .icon.cart > *,
  BODY.is-trade HEADER.header_top .icon.search > *,
  BODY.header-white HEADER.header_top .icon.search > * {
    transition: all 100ms linear;
    fill: #737373;
  }
  BODY.is-trade HEADER.header_top .icon.cart > * SPAN,
  BODY.header-white HEADER.header_top .icon.cart > * SPAN,
  BODY.is-trade HEADER.header_top .icon.search > * SPAN,
  BODY.header-white HEADER.header_top .icon.search > * SPAN {
    color: white;
  }
  BODY.is-trade HEADER.header_top .icon.cart:hover > *,
  BODY.header-white HEADER.header_top .icon.cart:hover > *,
  BODY.is-trade HEADER.header_top .icon.search:hover > *,
  BODY.header-white HEADER.header_top .icon.search:hover > * {
    fill: white;
  }
  BODY.is-trade HEADER.header_top .account.loggedin:after,
  BODY.header-white HEADER.header_top .account.loggedin:after {
    background-image: url('https://www.thefutureperfect.com/wp-content/themes/The-Future-Perfect/assets/img/icons/arrow_nav_down_white.svg');
  }
  BODY.is-trade HEADER.header_top .dropdown .sub,
  BODY.header-white HEADER.header_top .dropdown .sub {
    border-color: #CCCCCC;
    border-top-color: #000;
    background-color: #000;
  }
  BODY.is-trade HEADER.header_top,
  BODY.header-white HEADER.header_top,
  BODY.is-trade HEADER.header_sub,
  BODY.header-white HEADER.header_sub {
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
    color: rgba(255, 255, 255, 0.75) !important;
  }
  BODY.is-trade HEADER.header_top A.current,
  BODY.header-white HEADER.header_top A.current,
  BODY.is-trade HEADER.header_sub A.current,
  BODY.header-white HEADER.header_sub A.current,
  BODY.is-trade HEADER.header_top A:hover,
  BODY.header-white HEADER.header_top A:hover,
  BODY.is-trade HEADER.header_sub A:hover,
  BODY.header-white HEADER.header_sub A:hover {
    color: #ffffff !important;
  }
  BODY.is-trade HEADER.header_top NAV,
  BODY.header-white HEADER.header_top NAV,
  BODY.is-trade HEADER.header_sub NAV,
  BODY.header-white HEADER.header_sub NAV {
    border-color: rgba(255, 255, 255, 0.3);
    color: rgba(255, 255, 255, 0.65) !important;
  }
  BODY.is-trade HEADER.header_top NAV A.current,
  BODY.header-white HEADER.header_top NAV A.current,
  BODY.is-trade HEADER.header_sub NAV A.current,
  BODY.header-white HEADER.header_sub NAV A.current,
  BODY.is-trade HEADER.header_top NAV A:hover,
  BODY.header-white HEADER.header_top NAV A:hover,
  BODY.is-trade HEADER.header_sub NAV A:hover,
  BODY.header-white HEADER.header_sub NAV A:hover {
    color: #ffffff !important;
  }
  BODY.is-trade HEADER.header_top .drop,
  BODY.header-white HEADER.header_top .drop,
  BODY.is-trade HEADER.header_sub .drop,
  BODY.header-white HEADER.header_sub .drop {
    background-color: rgba(0, 0, 0, 0.8);
  }
  BODY.is-trade HEADER.header_top .drop .links,
  BODY.header-white HEADER.header_top .drop .links,
  BODY.is-trade HEADER.header_sub .drop .links,
  BODY.header-white HEADER.header_sub .drop .links {
    color: white !important;
  }
  /* --------------------------------------------------------------- */
  /*  Sidebar */
  BODY.has-sidebar #page_body,
  DIV.sidebar-layout #page_body {
    padding-left: 220px;
  }
  BODY.has-sidebar ASIDE,
  DIV.sidebar-layout ASIDE {
    float: left;
    text-align: left;
    width: 200px;
    margin-left: -220px;
    padding-bottom: 70px;
  }
  BODY.has-sidebar ASIDE H2,
  DIV.sidebar-layout ASIDE H2 {
    font-family: 'FuturaBTWXX-CondensedLight', Arial, sans-serif;
    text-transform: uppercase;
    font-size: 28px;
    letter-spacing: 0.8px;
    margin-bottom: 40px;
  }
  BODY.has-sidebar ASIDE UL,
  DIV.sidebar-layout ASIDE UL {
    color: #737373;
    margin-bottom: 20px;
    font-family: 'FuturaBT-Book', Arial, sans-serif;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 1.5px;
    line-height: 16px;
    line-height: 21px;
  }
  BODY.has-sidebar ASIDE UL:empty,
  DIV.sidebar-layout ASIDE UL:empty {
    display: none !important;
  }
  BODY.has-sidebar ASIDE UL LI.is-active A,
  DIV.sidebar-layout ASIDE UL LI.is-active A,
  BODY.has-sidebar ASIDE UL A.current,
  DIV.sidebar-layout ASIDE UL A.current,
  BODY.has-sidebar ASIDE UL A:hover,
  DIV.sidebar-layout ASIDE UL A:hover {
    color: #000;
  }
  BODY.has-sidebar ASIDE UL UL,
  DIV.sidebar-layout ASIDE UL UL {
    margin: 6px 0 8px 20px;
    display: none;
  }
  BODY.has-sidebar ASIDE UL UL.open,
  DIV.sidebar-layout ASIDE UL UL.open {
    display: block;
  }
  BODY.has-sidebar ASIDE UL UL UL,
  DIV.sidebar-layout ASIDE UL UL UL {
    display: block;
  }
  BODY.has-sidebar ASIDE .dropdown,
  DIV.sidebar-layout ASIDE .dropdown {
    display: none;
  }
  BODY.has-sidebar MAIN,
  DIV.sidebar-layout MAIN,
  BODY.has-sidebar .main-content,
  DIV.sidebar-layout .main-content {
    width: 100%;
    float: right;
  }
  DIV.sidebar-layout {
    padding-left: 220px;
  }
}
@media only screen and (min-width: 951px) and only screen and (min-width: 630px) and (max-width: 950px) {
  BODY.has-sidebar ASIDE H2,
  DIV.sidebar-layout ASIDE H2 {
    font-size: 25px;
  }
}
@media only screen and (min-width: 951px) and only screen and (max-width: 629px) {
  BODY.has-sidebar ASIDE H2,
  DIV.sidebar-layout ASIDE H2 {
    font-size: 23px;
    line-height: 27px;
  }
}
@media only screen and (min-width: 951px) and only screen and (max-width: 629px) {
  BODY.has-sidebar ASIDE UL,
  DIV.sidebar-layout ASIDE UL {
    font-size: 10px;
    line-height: 15px;
  }
}
@media only screen and (max-width: 950px) {
  .module_cookie_consent {
    left: 50%;
    margin-left: -105px;
  }
  .module_gallery_strip {
    margin-bottom: 0;
    position: relative;
    top: -38px;
    margin-right: -38px;
    margin-left: -38px;
  }
  .module_gallery_strip .wrapper {
    display: none;
  }
  .module_gallery_strip .module_content_slideshow {
    display: block;
  }
  /* --------------------------------------------------------------- */
  /*  Header & Footer */
  BODY.home #page_header {
    position: static;
  }
  /* --------------------------------------------------------------- */
  /*  Full-width Hero */
  MAIN.home_hero .gradient {
    display: none;
  }
  BODY.is-trade HEADER.header_top {
    background-color: #000;
    color: white;
  }
  #page > FOOTER {
    /* --------------------------------------------------------------- */
    /*  Locations */
    /* --------------------------------------------------------------- */
    /*  Navigation */
  }
  #page > FOOTER SECTION.locations .location {
    margin-bottom: -2px;
  }
  #page > FOOTER SECTION.locations .location .image {
    display: none !important;
  }
  #page > FOOTER SECTION.locations .location H5 {
    margin-bottom: 1px;
  }
  #page > FOOTER SECTION.locations .location P {
    display: none;
  }
  #page > FOOTER SECTION.bottom .logo,
  #page > FOOTER SECTION.bottom .nav,
  #page > FOOTER SECTION.bottom H3 {
    display: none;
  }
  #page > FOOTER SECTION.bottom .subscribe {
    width: 70%;
    float: right;
    padding-right: 0;
  }
  #page > FOOTER SECTION.bottom .subscribe P {
    display: none;
  }
  #page > FOOTER SECTION.bottom .social {
    width: 30%;
    float: left;
    padding-top: 3px;
  }
  #page > FOOTER .legal {
    font-size: 8px;
    text-align: center;
  }
  /* --------------------------------------------------------------- */
  /*  Base form style and layout */
  FORM.wpcf7-form .form-row,
  FORM.form .form-row,
  .woocommerce FORM .form-row {
    width: auto;
    float: none;
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  /* --------------------------------------------------------------- */
  /*  Header Cart : Desktop */
  .header_cart {
    top: 0;
    right: 0;
    position: fixed;
    border-top: 0;
    border-bottom: 0;
    border-right: 0;
    height: 100vh;
  }
  .header_cart .woocommerce .woocommerce-cart-form {
    max-height: calc(100vh - 167px);
  }
  .header_search {
    width: 100vw;
  }
  /* --------------------------------------------------------------- */
  /*  Header : Main */
  HEADER.header_top {
    margin-left: -38px;
    margin-right: -38px;
    min-height: 60px;
    height: 60px;
    padding: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    background-color: white;
  }
  HEADER.header_top .account_manager,
  HEADER.header_top .cornercta,
  HEADER.header_top .cornercta_temp,
  HEADER.header_top .utility,
  HEADER.header_top NAV {
    display: none;
  }
  HEADER.header_top H1 {
    margin-bottom: 0;
    padding-top: 23px;
  }
  HEADER.header_top H1 IMG {
    width: 200px;
  }
  HEADER.header_top H3 {
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    -webkit-opacity: 0.5;
    opacity: 0.5;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
    filter: alpha(opacity=50);
    text-transform: uppercase;
    font-weight: bold;
    padding-top: 3px;
    font-size: 10px;
  }
  HEADER.header_top .touch {
    width: 60px;
    height: 60px;
    top: 0;
    display: block;
    text-align: center;
    position: absolute;
    fill: currentColor;
  }
  HEADER.header_top .touch SVG {
    display: inline-block;
    width: 20px;
    height: auto;
    fill: currentColor;
  }
  HEADER.header_top .touch SPAN {
    font-family: Arial, sans-serif;
    font-size: 10px;
    position: absolute;
    top: 12px;
    left: 3px;
    right: 0;
    text-align: center;
    letter-spacing: 0;
  }
  HEADER.header_top .touch.bars {
    left: 10px;
    padding-top: 19px;
  }
  HEADER.header_top .touch.cart {
    right: 10px;
    padding-top: 20px;
  }
  /* --------------------------------------------------------------- */
  /*  Header : Sub-Navigation Dropdown */
  HEADER.header_sub {
    display: none;
  }
  /* --------------------------------------------------------------- */
  /*  Header : Touch */
  HEADER.header_drawer {
    top: 0;
    left: 0;
    bottom: 0;
    position: fixed;
    z-index: 9001;
    width: 376px;
    background-color: white;
    border-right: 1px solid #000;
    display: none;
  }
  HEADER.header_drawer .x {
    top: 30px;
    right: 30px;
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    z-index: 9002;
    cursor: pointer;
    pointer-events: auto;
  }
  HEADER.header_drawer .x IMG {
    display: block;
    width: 100%;
    height: auto;
  }
  HEADER.header_drawer .inner {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow-y: auto;
  }
  HEADER.header_drawer .top {
    padding: 20px 0 16px 0;
    border-bottom: 1px solid #000;
    background-color: white;
    text-align: center;
    position: relative;
    height: 58px;
  }
  HEADER.header_drawer .top .cart {
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    padding-top: 20px;
  }
  HEADER.header_drawer .top .cart SVG {
    display: inline-block;
    width: 20px;
    height: auto;
    fill: currentColor;
  }
  HEADER.header_drawer .top .cart SPAN {
    font-family: Arial, sans-serif;
    font-size: 10px;
    position: absolute;
    top: 12px;
    left: 3px;
    right: 0;
    text-align: center;
    letter-spacing: 0;
  }
  HEADER.header_drawer .top .x,
  HEADER.header_drawer .top .search {
    position: absolute;
    top: 0;
    width: 50px;
    height: 60px;
    padding-top: 20px;
    padding-left: 15px;
  }
  HEADER.header_drawer .top .x IMG,
  HEADER.header_drawer .top .search IMG {
    display: block;
    width: 18px;
    height: auto;
  }
  HEADER.header_drawer .top .x {
    left: 0;
  }
  HEADER.header_drawer .top .search {
    right: 55px;
  }
  HEADER.header_drawer .top .account {
    font-family: 'FuturaBT-Book', Arial, sans-serif;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 1.5px;
    line-height: 16px;
  }
  HEADER.header_drawer .search {
    margin-bottom: 35px;
    position: relative;
  }
  HEADER.header_drawer .search INPUT[type="text"] {
    font-family: 'BaskervilleBT-Italic', 'Times New Roman', Times, serif;
    font-size: 19px;
    letter-spacing: 0;
    padding: 0;
    border: 0;
    width: 100%;
    border-bottom: 1px solid #000;
    padding: 12px 70px 10px 16px;
  }
  HEADER.header_drawer .search LABEL {
    display: none;
  }
  HEADER.header_drawer .search INPUT[type="submit"] {
    display: none;
  }
  HEADER.header_drawer .search .go {
    position: absolute;
    z-index: 2;
    cursor: pointer;
    top: 11px;
    right: 16px;
    width: 22px;
    height: 22px;
    display: block;
  }
  HEADER.header_drawer .search .go IMG {
    display: block;
    width: 100%;
    height: auto;
  }
  HEADER.header_drawer UL {
    margin: 0 20px;
    text-align: center;
  }
  HEADER.header_drawer UL A {
    display: block;
  }
  HEADER.header_drawer .sections {
    font-family: 'FuturaBTWXX-Heavy', Arial, sans-serif;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 1.2px;
    line-height: 16px;
    margin-bottom: 40px;
  }
  HEADER.header_drawer .sections LI {
    margin-bottom: 15px;
  }
  HEADER.header_drawer .shopping {
    font-family: 'FuturaBT-Book', Arial, sans-serif;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 1.8px;
    line-height: 13px;
    margin-bottom: 40px;
  }
  HEADER.header_drawer .shopping LI {
    margin-top: 20px;
  }
  HEADER.header_drawer .shopping .new,
  HEADER.header_drawer .shopping .in-stock {
    display: none;
  }
  HEADER.header_drawer .extra {
    font-family: 'FuturaBT-Book', Arial, sans-serif;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 1.5px;
    line-height: 16px;
    color: #737373;
    margin-top: 40px;
  }
  HEADER.header_drawer .extra LI {
    padding-top: 3px;
  }
  .header_drawer_curtain {
    background-color: rgba(255, 255, 255, 0.8);
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9000;
    display: none;
  }
  /* --------------------------------------------------------------- */
  /*  Notice Bar */
  .notice-interupt .window .module_subscribe .top {
    width: auto;
    float: none;
    padding-top: 0;
    margin-bottom: 10px;
  }
  .notice-interupt .window .module_subscribe .top H3 {
    float: none;
    margin-right: 0;
    margin-bottom: 7px;
  }
  .notice-interupt .window .module_subscribe .top P {
    float: none;
  }
  .notice-interupt .window .module_subscribe FORM {
    max-width: 9999px;
  }
  /* --------------------------------------------------------------- */
  /*  Global Owl Carousel Styles */
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next {
    width: 48px;
  }
  .owl-carousel .owl-nav .owl-prev {
    background-position: 0 13px;
  }
  /* --------------------------------------------------------------- */
  /*  Sidebar */
  BODY.has-sidebar ASIDE,
  DIV.sidebar-layout ASIDE {
    margin-bottom: 40px;
  }
  BODY.has-sidebar ASIDE NAV,
  DIV.sidebar-layout ASIDE NAV {
    display: none;
  }
  BODY.has-sidebar ASIDE .dropdown,
  DIV.sidebar-layout ASIDE .dropdown {
    display: block;
  }
  #content .woocommerce .woocommerce-cart-form {
    position: relative;
  }
  #content .woocommerce .woocommerce-cart-form .woocommerce-cart-contents {
    width: auto;
  }
  #content .woocommerce .woocommerce-cart-form .cart-collaterals {
    width: auto;
    position: static;
    padding-top: 40px;
    padding-left: 0;
  }
  #content .woocommerce .woocommerce-cart-form .cart-collaterals .cart_totals {
    max-width: 100%;
  }
  .woocommerce .woocommerce-form-login,
  .woocommerce-page .woocommerce-form-login {
    position: relative;
  }
  .woocommerce .woocommerce-form-login .lost_password,
  .woocommerce-page .woocommerce-form-login .lost_password,
  .woocommerce .woocommerce-form-login .woocommerce-LostPassword,
  .woocommerce-page .woocommerce-form-login .woocommerce-LostPassword {
    position: absolute;
    bottom: 36px;
    right: 0;
  }
  .woocommerce .type-product .product_builder {
    padding: 20px;
    /* --------------------------------------------------------------- */
    /*  Steps */
    /* --------------------------------------------------------------- */
    /*  Option Value Details */
    /* --------------------------------------------------------------- */
    /* Cart */
    /* --------------------------------------------------------------- */
    /*  Help Info */
  }
  .woocommerce .type-product .product_builder .contents {
    margin-top: 20px;
    padding-right: 0;
  }
  .woocommerce .type-product .product_builder .steps {
    width: auto;
    float: none;
  }
  .woocommerce .type-product .product_builder .steps .step .scroll {
    max-height: 225px;
  }
  .woocommerce .type-product .product_builder .steps .step.open .inside {
    min-height: 210px;
  }
  .woocommerce .type-product .product_builder .details .swatch {
    bottom: 20px;
    overflow: hidden;
  }
  .woocommerce .type-product .product_builder .details .stats {
    margin-top: 15px;
  }
  .woocommerce .type-product .product_builder .cart {
    width: auto;
    float: none;
    margin-right: 0;
    margin-top: 20px;
    margin-bottom: 0;
  }
  .woocommerce .type-product .product_builder .help {
    position: static;
    padding-top: 20px;
  }
  /* --------------------------------------------------------------- */
  /*  Product Category Grid */
  .products UL LI.product .tinv-wraper,
  UL.products LI.product .tinv-wraper {
    display: none;
  }
  .woocommerce .type-product .instock_version {
    overflow: hidden;
  }
  .woocommerce .type-product .instock_version .headline {
    width: 100%;
    float: none;
    padding-right: 0;
    padding-bottom: 40px;
  }
  .woocommerce .type-product .instock_version .details {
    width: calc(100% - 380px);
  }
  .woocommerce .type-product .technical {
    margin-bottom: 28px;
  }
  .woocommerce .type-product .technical .details {
    overflow: hidden;
    max-height: 0;
  }
  .woocommerce .type-product .technical .trigger H3 {
    cursor: pointer;
    margin-bottom: 0;
  }
  .woocommerce .type-product .technical .trigger H3:after {
    display: inline-block;
    background-image: url('https://www.thefutureperfect.com/wp-content/themes/The-Future-Perfect/assets/img/icons/arrow_dropdown.svg');
    background-size: 12px auto;
    background-repeat: no-repeat;
    background-position: right 3px;
    width: 12px;
    height: 12px;
    content: ' ';
    margin-left: 8px;
  }
  .woocommerce .type-product .technical .specs {
    padding-top: 25px;
  }
  .woocommerce .type-product .technical .specs.half,
  .woocommerce .type-product .technical .specs.wide,
  .woocommerce .type-product .technical .specs.full {
    -moz-column-width: 50%;
    -moz-column-count: 2;
    -moz-column-gap: 20px;
    -moz-column-rule-color: #fff;
    -moz-column-rule-style: solid;
    -moz-column-rule-width: 0;
    -webkit-column-width: 50%;
    -webkit-column-count: 2;
    -webkit-column-gap: 20px;
    -webkit-column-rule-color: #fff;
    -webkit-column-rule-style: solid;
    -webkit-column-rule-width: 0;
    column-width: 50%;
    column-count: 2;
    column-gap: 20px;
    column-rule-color: #fff;
    column-rule-style: solid;
    column-rule-width: 0;
    padding-right: 0;
    padding-top: 10px;
    width: auto;
    float: none;
  }
  .woocommerce .type-product .technical .renderings {
    float: none;
    padding-left: 0;
    margin-top: 20px;
  }
  .woocommerce .type-product .technical .renderings.half,
  .woocommerce .type-product .technical .renderings.quarter {
    width: auto;
  }
  .woocommerce DIV.product {
    /* --------------------------------------------------------------- */
    /*  Images */
    /* --------------------------------------------------------------- */
    /* Title, etc for mobile.  */
    /* --------------------------------------------------------------- */
    /*  Summary */
    /* --------------------------------------------------------------- */
    /* Recently Viewed */
  }
  .woocommerce DIV.product SECTION.top .images {
    width: auto;
    float: none;
  }
  .woocommerce DIV.product SECTION.top .images .slideshow {
    margin-bottom: 0;
  }
  .woocommerce DIV.product SECTION.top .images .description {
    padding-top: 20px;
  }
  .woocommerce DIV.product SECTION.top .mobile_details {
    padding-top: 40px;
    display: block;
  }
  .woocommerce DIV.product SECTION.top .mobile_details .price {
    padding-top: 20px;
  }
  .woocommerce DIV.product SECTION.top {
    margin-bottom: 0;
  }
  .woocommerce DIV.product SECTION.top .summary {
    width: auto;
    float: none;
    padding-left: 0;
    margin-bottom: 20px;
  }
  .woocommerce DIV.product SECTION.top .summary .module_sharing,
  .woocommerce DIV.product SECTION.top .summary .product_title,
  .woocommerce DIV.product SECTION.top .summary .product_designer_manufacturer,
  .woocommerce DIV.product SECTION.top .summary .price_wrapper {
    display: none;
  }
  .woocommerce DIV.product SECTION.top .summary .text .description {
    padding-bottom: 0;
  }
  .woocommerce DIV.product SECTION.top .summary .text .shipping {
    color: #737373;
  }
  .woocommerce DIV.product SECTION.top .summary .module_stickers {
    margin-top: 15px;
  }
  .woocommerce DIV.product SECTION.top .summary .cart {
    padding-top: 20px;
  }
  .woocommerce DIV.product SECTION.top .summary .cart > .button {
    width: 30%;
  }
  .woocommerce DIV.product SECTION.top .summary .cart .other_actions {
    width: 70%;
  }
  .woocommerce DIV.product SECTION.top .summary .cart .other_actions A.tinvwl_add_to_wishlist_button,
  .woocommerce DIV.product SECTION.top .summary .cart .other_actions .questions {
    width: 50%;
    float: left;
  }
  .woocommerce DIV.product SECTION.top .summary .cart .other_actions A.tinvwl_add_to_wishlist_button:before,
  .woocommerce DIV.product SECTION.top .summary .cart .other_actions .questions:before {
    display: none;
  }
  .woocommerce DIV.product SECTION.top .summary .cart .other_actions .questions {
    display: block !important;
  }
  .woocommerce DIV.product SECTION.top .summary .nav {
    display: none;
  }
  .woocommerce DIV.product SECTION.recently_viewed {
    display: none;
  }
}
@media only screen and (max-width: 950px) and only screen and (max-width: 629px) {
  HEADER.header_drawer .top .account {
    font-size: 10px;
    line-height: 15px;
  }
}
@media only screen and (max-width: 950px) and only screen and (max-width: 629px) {
  HEADER.header_drawer .extra {
    font-size: 10px;
    line-height: 15px;
  }
}
@media only screen and (max-width: 950px) and only screen and (min-width: 951px) and (max-width: 1400px) {
  BODY.has-sidebar ASIDE,
  DIV.sidebar-layout ASIDE {
    margin-bottom: 32px;
  }
}
@media only screen and (max-width: 950px) and only screen and (min-width: 630px) and (max-width: 950px) {
  BODY.has-sidebar ASIDE,
  DIV.sidebar-layout ASIDE {
    margin-bottom: 22px;
  }
}
@media only screen and (max-width: 950px) and only screen and (max-width: 629px) {
  BODY.has-sidebar ASIDE,
  DIV.sidebar-layout ASIDE {
    margin-bottom: 16px;
  }
}
@media only screen and (min-width: 630px) and (max-width: 950px) {
  .module_artists .list {
    -moz-column-width: 33%;
    -moz-column-count: 3;
    -moz-column-gap: 40px;
    -moz-column-rule-color: #fff;
    -moz-column-rule-style: solid;
    -moz-column-rule-width: 0;
    -webkit-column-width: 33%;
    -webkit-column-count: 3;
    -webkit-column-gap: 40px;
    -webkit-column-rule-color: #fff;
    -webkit-column-rule-style: solid;
    -webkit-column-rule-width: 0;
    column-width: 33%;
    column-count: 3;
    column-gap: 40px;
    column-rule-color: #fff;
    column-rule-style: solid;
    column-rule-width: 0;
    width: auto;
    float: none;
  }
  .module_artists .thumb {
    display: none;
  }
  /* --------------------------------------------------------------- */
  /*  Modal */
  #modal .modal_content {
    padding: 40px;
  }
}
@media only screen and (max-width: 629px) {
  .module_artists .list {
    -moz-column-width: 50%;
    -moz-column-count: 2;
    -moz-column-gap: 20px;
    -moz-column-rule-color: #fff;
    -moz-column-rule-style: solid;
    -moz-column-rule-width: 0;
    -webkit-column-width: 50%;
    -webkit-column-count: 2;
    -webkit-column-gap: 20px;
    -webkit-column-rule-color: #fff;
    -webkit-column-rule-style: solid;
    -webkit-column-rule-width: 0;
    column-width: 50%;
    column-count: 2;
    column-gap: 20px;
    column-rule-color: #fff;
    column-rule-style: solid;
    column-rule-width: 0;
    width: auto;
    float: none;
  }
  .module_artists .thumb {
    display: none;
  }
  .module_content_basic {
    /*
    &.layout_stacked {

        .image {
            .Layout-Margin('md', padding-top, true);            
        }

    }        

    &.layout_stacked_center {

        .content,
        .cell {
            margin-left: auto;
            margin-right: auto;
            text-align: center;
        }
        .image {
            .Layout-Margin('md', padding-top, true);            
        }

    }      

    &.layout_columned {

        .inner {
            .Grid-Container();
            .Grid-Container-Margin-Responsive('lg');
        }
        .cell {
            .Grid-Cell-Margin-Responsive('lg');
        }

    }

    &.layout_center {
        text-align: center;
    }

    .columned {
        overflow: hidden;
        position: relative;
        .content {
            width: 50%;
            float: left;
        }
        .image {
            .Layout-Margin('md', padding-left, true);
            width: 50%;
            float: right;
            IMG {
                display: block;
                width: 100%;
                height: auto;
            }
        }

    }

    */
  }
  .module_content_basic .inner .cell > H1,
  .module_content_basic .inner .cell > H2 {
    margin-bottom: 5px;
  }
  .module_content_media_columned .media_container .media {
    position: static;
  }
  .module_content_media_columned .media_container .info {
    display: none;
  }
  .module_content_media_columned .under {
    display: block;
  }
  .module_content_media_columned .under .info {
    position: static;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 0;
    width: auto;
  }
  .home_hero .media_container,
  .module_content_slideshow .media_container,
  .module_content_media .media_container,
  .module_content_media_double .media_container,
  .module_content_media_columned .media_container {
    padding-bottom: 100%;
  }
  .home_hero .info.text_position_top_right,
  .module_content_slideshow .info.text_position_top_right,
  .module_content_media .info.text_position_top_right,
  .module_content_media_double .info.text_position_top_right,
  .module_content_media_columned .info.text_position_top_right,
  .home_hero .info.text_position_top_center,
  .module_content_slideshow .info.text_position_top_center,
  .module_content_media .info.text_position_top_center,
  .module_content_media_double .info.text_position_top_center,
  .module_content_media_columned .info.text_position_top_center,
  .home_hero .info.text_position_top_left,
  .module_content_slideshow .info.text_position_top_left,
  .module_content_media .info.text_position_top_left,
  .module_content_media_double .info.text_position_top_left,
  .module_content_media_columned .info.text_position_top_left,
  .home_hero .info.text_position_middle_right,
  .module_content_slideshow .info.text_position_middle_right,
  .module_content_media .info.text_position_middle_right,
  .module_content_media_double .info.text_position_middle_right,
  .module_content_media_columned .info.text_position_middle_right,
  .home_hero .info.text_position_middle_center,
  .module_content_slideshow .info.text_position_middle_center,
  .module_content_media .info.text_position_middle_center,
  .module_content_media_double .info.text_position_middle_center,
  .module_content_media_columned .info.text_position_middle_center,
  .home_hero .info.text_position_middle_left,
  .module_content_slideshow .info.text_position_middle_left,
  .module_content_media .info.text_position_middle_left,
  .module_content_media_double .info.text_position_middle_left,
  .module_content_media_columned .info.text_position_middle_left,
  .home_hero .info.text_position_bottom_right,
  .module_content_slideshow .info.text_position_bottom_right,
  .module_content_media .info.text_position_bottom_right,
  .module_content_media_double .info.text_position_bottom_right,
  .module_content_media_columned .info.text_position_bottom_right,
  .home_hero .info.text_position_bottom_center,
  .module_content_slideshow .info.text_position_bottom_center,
  .module_content_media .info.text_position_bottom_center,
  .module_content_media_double .info.text_position_bottom_center,
  .module_content_media_columned .info.text_position_bottom_center,
  .home_hero .info.text_position_bottom_left,
  .module_content_slideshow .info.text_position_bottom_left,
  .module_content_media .info.text_position_bottom_left,
  .module_content_media_double .info.text_position_bottom_left,
  .module_content_media_columned .info.text_position_bottom_left {
    left: 0;
    right: 0;
    width: auto;
    margin-left: 0;
    padding: 20px;
  }
  .home_hero .info.text_position_top_right,
  .module_content_slideshow .info.text_position_top_right,
  .module_content_media .info.text_position_top_right,
  .module_content_media_double .info.text_position_top_right,
  .module_content_media_columned .info.text_position_top_right,
  .home_hero .info.text_position_top_center,
  .module_content_slideshow .info.text_position_top_center,
  .module_content_media .info.text_position_top_center,
  .module_content_media_double .info.text_position_top_center,
  .module_content_media_columned .info.text_position_top_center,
  .home_hero .info.text_position_top_left,
  .module_content_slideshow .info.text_position_top_left,
  .module_content_media .info.text_position_top_left,
  .module_content_media_double .info.text_position_top_left,
  .module_content_media_columned .info.text_position_top_left {
    top: 0;
  }
  .home_hero .info.text_position_bottom_right,
  .module_content_slideshow .info.text_position_bottom_right,
  .module_content_media .info.text_position_bottom_right,
  .module_content_media_double .info.text_position_bottom_right,
  .module_content_media_columned .info.text_position_bottom_right,
  .home_hero .info.text_position_bottom_center,
  .module_content_slideshow .info.text_position_bottom_center,
  .module_content_media .info.text_position_bottom_center,
  .module_content_media_double .info.text_position_bottom_center,
  .module_content_media_columned .info.text_position_bottom_center,
  .home_hero .info.text_position_bottom_left,
  .module_content_slideshow .info.text_position_bottom_left,
  .module_content_media .info.text_position_bottom_left,
  .module_content_media_double .info.text_position_bottom_left,
  .module_content_media_columned .info.text_position_bottom_left {
    bottom: 0;
  }
  .home_hero .info.text_position_top_center,
  .module_content_slideshow .info.text_position_top_center,
  .module_content_media .info.text_position_top_center,
  .module_content_media_double .info.text_position_top_center,
  .module_content_media_columned .info.text_position_top_center,
  .home_hero .info.text_position_middle_center,
  .module_content_slideshow .info.text_position_middle_center,
  .module_content_media .info.text_position_middle_center,
  .module_content_media_double .info.text_position_middle_center,
  .module_content_media_columned .info.text_position_middle_center,
  .home_hero .info.text_position_bottom_center,
  .module_content_slideshow .info.text_position_bottom_center,
  .module_content_media .info.text_position_bottom_center,
  .module_content_media_double .info.text_position_bottom_center,
  .module_content_media_columned .info.text_position_bottom_center {
    transform: none;
  }
  .home_hero .info.text_position_top_center H3,
  .module_content_slideshow .info.text_position_top_center H3,
  .module_content_media .info.text_position_top_center H3,
  .module_content_media_double .info.text_position_top_center H3,
  .module_content_media_columned .info.text_position_top_center H3,
  .home_hero .info.text_position_middle_center H3,
  .module_content_slideshow .info.text_position_middle_center H3,
  .module_content_media .info.text_position_middle_center H3,
  .module_content_media_double .info.text_position_middle_center H3,
  .module_content_media_columned .info.text_position_middle_center H3,
  .home_hero .info.text_position_bottom_center H3,
  .module_content_slideshow .info.text_position_bottom_center H3,
  .module_content_media .info.text_position_bottom_center H3,
  .module_content_media_double .info.text_position_bottom_center H3,
  .module_content_media_columned .info.text_position_bottom_center H3,
  .home_hero .info.text_position_top_center P,
  .module_content_slideshow .info.text_position_top_center P,
  .module_content_media .info.text_position_top_center P,
  .module_content_media_double .info.text_position_top_center P,
  .module_content_media_columned .info.text_position_top_center P,
  .home_hero .info.text_position_middle_center P,
  .module_content_slideshow .info.text_position_middle_center P,
  .module_content_media .info.text_position_middle_center P,
  .module_content_media_double .info.text_position_middle_center P,
  .module_content_media_columned .info.text_position_middle_center P,
  .home_hero .info.text_position_bottom_center P,
  .module_content_slideshow .info.text_position_bottom_center P,
  .module_content_media .info.text_position_bottom_center P,
  .module_content_media_double .info.text_position_bottom_center P,
  .module_content_media_columned .info.text_position_bottom_center P {
    width: auto;
    max-width: none;
  }
  .module_content .info H3,
  .module_content_block .info H3 {
    margin-bottom: 5px;
  }
  .module_content .info H3:last-child,
  .module_content_block .info H3:last-child {
    margin-bottom: 0;
  }
  .module_content .info H4,
  .module_content_block .info H4 {
    margin-bottom: 5px;
  }
  .module_content .info H4:last-child,
  .module_content_block .info H4:last-child {
    margin-bottom: 0;
  }
  .module_content .info H5,
  .module_content_block .info H5 {
    margin-bottom: 4px;
  }
  .module_content .info H5:last-child,
  .module_content_block .info H5:last-child {
    margin-bottom: 0;
  }
  .module_content .info P,
  .module_content_block .info P {
    line-height: 18px;
  }
  .module_gallery_strip {
    top: -28px;
    margin-right: -20px;
    margin-left: -20px;
  }
  .module_gallery_strip .module_content_slideshow .media_container {
    padding-bottom: 66%;
  }
  .module_icon_grid {
    padding-bottom: 20px;
  }
  .module_icon_grid .item .icon_size {
    display: none;
  }
  .module_icon_grid .item H3 {
    margin-bottom: 0;
  }
  /* --------------------------------------------------------------- */
  /*  Full-width Hero */
  MAIN.home_hero {
    height: 75svh;
    min-height: 75svh;
  }
  #page .unibox .unibox__cluster--type-searchHistory {
    margin-bottom: 0;
  }
  /* --------------------------------------------------------------- */
  /*  Shared Content */
  #page {
    padding-left: 20px;
    padding-right: 20px;
  }
  #content SECTION,
  MAIN SECTION {
    margin-bottom: 40px;
  }
  #page > FOOTER {
    /* --------------------------------------------------------------- */
    /*  Locations */
    /* --------------------------------------------------------------- */
    /*  Bottom */
  }
  #page > FOOTER SECTION.locations {
    display: none;
  }
  #page > FOOTER SECTION.bottom {
    padding-top: 28px;
    border-top: 0;
  }
  #page > FOOTER SECTION.bottom .subscribe {
    width: 100%;
    float: none;
  }
  #page > FOOTER SECTION.bottom .social {
    width: 100%;
    float: none;
    padding-bottom: 20px;
    text-align: center;
    padding-top: 7px;
    padding-right: 0;
  }
  #page > FOOTER SECTION.bottom .social A {
    padding-right: 5px;
  }
  #page > FOOTER SECTION.bottom .social IMG {
    width: 25px;
  }
  #page > FOOTER .legal SPAN {
    display: block;
    margin-bottom: 4px;
  }
  /* --------------------------------------------------------------- */
  /*  Header Cart : Desktop */
  .header_cart {
    width: 100vw;
  }
  .header_cart .loading {
    margin: 20px;
  }
  .header_cart .x {
    top: 20px;
    right: 20px;
  }
  .header_cart .woocommerce {
    padding-top: 20px;
  }
  .header_cart .woocommerce .woocommerce-cart-form {
    padding-left: 20px;
    padding-right: 20px;
    max-height: calc(100vh - 97px);
  }
  .header_cart .woocommerce .woocommerce-cart-form .product-thumbnail {
    width: 120px;
  }
  .header_cart .woocommerce .woocommerce-cart-form .product-thumbnail IMG {
    width: 100px;
  }
  .header_cart .woocommerce .woocommerce-cart-actions-mini {
    padding: 20px;
  }
  /* --------------------------------------------------------------- */
  /*  Header : Main */
  HEADER.header_top {
    margin-left: -28px;
    margin-right: -28px;
  }
  HEADER.header_top .utility {
    right: 28px;
  }
  HEADER.header_top .bars {
    left: 28px;
  }
  /* --------------------------------------------------------------- */
  /*  Header : Touch */
  HEADER.header_drawer {
    width: 100vw;
    border-right: 0;
  }
  /* --------------------------------------------------------------- */
  /*  Modal */
  #modal .modal_content {
    background-color: white;
    padding: 0;
  }
  #modal .modal_content .window {
    border: 0;
    padding: 40px 20px;
    max-width: 100% !important;
    width: 100% !important;
  }
  /* --------------------------------------------------------------- */
  /*  Notice Bar */
  .notice-interupt.subscribe .window {
    padding-right: 20px;
  }
  .notice-interupt.subscribe .window .x {
    top: 26px;
  }
  /* --------------------------------------------------------------- */
  /*  Use CSS to disable hiding window nav on idle */
  /* --------------------------------------------------------------- */
  /* Custom thumbnail navigation  */
  .has_thumbs .pswp__scroll-wrap {
    bottom: 0 !important;
    height: auto !important;
  }
  .has_thumbs .pswp__thumbnails {
    display: none;
  }
  /* --------------------------------------------------------------- */
  /*  Global Owl Carousel Styles */
  .owl-carousel .owl-nav BUTTON.owl-prev,
  .owl-carousel .owl-nav BUTTON.owl-next {
    width: 42px;
    height: 42px;
    background-position: center;
  }
  .owl-carousel .owl-nav BUTTON.owl-prev:after,
  .owl-carousel .owl-nav BUTTON.owl-next:after,
  .owl-carousel .owl-nav BUTTON.owl-prev:after,
  .owl-carousel .owl-nav BUTTON.owl-next:after {
    background-position: center;
    background-size: 18px auto;
  }
  .owl-carousel .owl-dots {
    display: none !important;
  }
  .owl-carousel .owl-expand {
    -moz-opacity: 0.6;
    -khtml-opacity: 0.6;
    -webkit-opacity: 0.6;
    opacity: 0.6;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
    filter: alpha(opacity=60);
    right: 0;
    bottom: 0;
  }
  .woocommerce-checkout {
    /* --------------------------------------------------------------- */
    /*  All Sections */
    /* --------------------------------------------------------------- */
  }
  .woocommerce-checkout .woocommerce HEADER {
    text-align: center;
  }
  .woocommerce-checkout FORM.checkout > .sections {
    width: 100%;
    float: auto;
  }
  .woocommerce-checkout FORM.checkout > .review {
    width: 100%;
    float: auto;
    max-width: 700px;
  }
  .woocommerce-checkout .woocommerce-billing-fields,
  .woocommerce-checkout .woocommerce-shipping-methods-fields,
  .woocommerce-checkout .woocommerce-shipping-fields .shipping_address,
  .woocommerce-checkout .woocommerce-account-fields {
    margin-bottom: 40px;
  }
  .woocommerce-checkout .review {
    display: none;
  }
  .woocommerce .type-product .product_builder {
    /* --------------------------------------------------------------- */
    /*  Steps */
    /* --------------------------------------------------------------- */
    /*  Option Grid */
    /* --------------------------------------------------------------- */
    /*  Details */
  }
  .woocommerce .type-product .product_builder .steps .step H4:after {
    display: block;
    background-image: url('https://www.thefutureperfect.com/wp-content/themes/The-Future-Perfect/assets/img/icons/arrow_dropdown.svg');
    background-size: 12px auto;
    background-repeat: no-repeat;
    background-position: right 3px;
    width: 12px;
    height: 12px;
    content: ' ';
    position: absolute;
    top: 0;
    right: -13px;
  }
  .woocommerce .type-product .product_builder .steps .step.open H4:after {
    display: none;
  }
  .woocommerce .type-product .product_builder .options {
    margin-top: 6px;
  }
  .woocommerce .type-product .product_builder .options .option {
    padding-right: 3px;
    padding-bottom: 3px;
  }
  .woocommerce .type-product .product_builder .options .option A {
    width: 65px;
    height: 65px;
  }
  .woocommerce .type-product .product_builder .mobile_details {
    padding: 20px;
    background-color: white;
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    z-index: 10;
    width: 100%;
    height: 100%;
  }
  .woocommerce .type-product .product_builder .mobile_details .swatch {
    position: static;
  }
  .woocommerce .type-product .instock_version .details,
  .woocommerce .type-product .instock_version .buttons {
    width: 100%;
    float: none;
    padding-left: 0;
  }
  .woocommerce .type-product .instock_version .buttons {
    padding-top: 20px;
  }
  .woocommerce .type-product .technical {
    border-top: 0;
    padding-top: 0;
  }
  .woocommerce .type-product .technical .trigger H3 {
    font-family: 'FuturaBTWXX-CondensedBold', Arial, sans-serif;
    text-transform: uppercase;
    font-size: 12px;
    padding-top: 14px;
    padding-bottom: 19px;
    text-align: center;
  }
  .woocommerce .type-product .technical .trigger H3:after {
    display: none;
  }
  .woocommerce .type-product .technical .specs {
    border-top: 1px solid #CCCCCC;
    padding-top: 19px;
  }
  .woocommerce DIV.product {
    /* --------------------------------------------------------------- */
    /*  Images */
    /* --------------------------------------------------------------- */
    /*  Summary */
  }
  .woocommerce DIV.product SECTION.top .images .slideshow {
    padding-bottom: 85%;
  }
  .woocommerce DIV.product SECTION.top .summary {
    margin-bottom: 0;
  }
  .woocommerce DIV.product SECTION.top .summary .cart {
    border-top: 0;
    padding-top: 0;
  }
  .woocommerce DIV.product SECTION.top .summary .cart > .button {
    width: 100%;
    float: none;
  }
  .woocommerce DIV.product SECTION.top .summary .cart .other_actions {
    width: auto;
    float: none;
    padding-top: 15px;
  }
  .woocommerce DIV.product SECTION.top .summary .cart .other_actions .tinv-wraper {
    display: block;
  }
  .woocommerce DIV.product SECTION.top .summary .cart .other_actions A.tinvwl_add_to_wishlist_button,
  .woocommerce DIV.product SECTION.top .summary .cart .other_actions .questions {
    display: block;
    width: auto;
    float: none;
  }
  /* --------------------------------------------------------------- */
  /*  Cart Page */
  .woocommerce-page TABLE.shop_table THEAD {
    display: none;
  }
  .woocommerce-page TABLE.shop_table TBODY,
  .woocommerce-page TABLE.shop_table TH,
  .woocommerce-page TABLE.shop_table TD,
  .woocommerce-page TABLE.shop_table TR {
    width: auto;
    display: block;
  }
  .woocommerce-page TABLE.shop_table TR TD,
  .woocommerce-page TABLE.shop_table TR TH {
    padding-left: 0;
    padding-bottom: 0;
    padding-top: 10px;
  }
  .woocommerce-page TABLE.shop_table TBODY TR TD {
    border-bottom: 0;
  }
  .woocommerce-page TABLE.shop_table TBODY TR TD:last-of-type {
    padding-bottom: 10px;
    border-bottom: 1px solid #CCCCCC;
  }
  .woocommerce-page TABLE.shop_table TBODY TR:first-of-type TD:first-of-type {
    padding-top: 15px;
  }
  .woocommerce-page TABLE.shop_table TFOOT TR {
    overflow: hidden;
  }
  .woocommerce-page TABLE.shop_table TFOOT TR TH,
  .woocommerce-page TABLE.shop_table TFOOT TR TD {
    width: 50%;
    float: left;
  }
  .woocommerce-page TABLE.shop_table TFOOT TR TD {
    text-align: right;
  }
  .woocommerce-page TABLE.shop_table TFOOT TR:first-of-type TH,
  .woocommerce-page TABLE.shop_table TFOOT TR:first-of-type TD {
    padding-top: 15px;
  }
}
@media only screen and (max-width: 629px) and only screen and (min-width: 951px) and (max-width: 1400px) {
  .woocommerce .type-product .product_builder .mobile_details {
    padding: 16px;
  }
}
@media only screen and (max-width: 629px) and only screen and (min-width: 630px) and (max-width: 950px) {
  .woocommerce .type-product .product_builder .mobile_details {
    padding: 11px;
  }
}
@media only screen and (max-width: 629px) and only screen and (max-width: 629px) {
  .woocommerce .type-product .product_builder .mobile_details {
    padding: 8px;
  }
}
/*# sourceMappingURL=style.css.map */