@charset "UTF-8";/*!Chosen, a Select Box Enhancer for jQuery and Prototype
by Patrick Filler for Harvest, http://getharvest.com
Version 1.4.2
Full source at https://github.com/harvesthq/chosen
Copyright (c) 2011-2015 Harvest http://getharvest.com
MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
This file is generated by `grunt build`, do not edit it by hand.*/.chosen-container{position:relative;display:inline-block;vertical-align:middle;font-size:13px;zoom:1;*display:inline;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.chosen-container *{box-sizing:border-box}.chosen-container .chosen-drop{position:absolute;top:100%;left:-9999px;z-index:1010;width:100%;border:1px solid #aaa;border-top:0;background:#fff;box-shadow:0 4px 5px rgba(0,0,0,.15)}.chosen-container.chosen-with-drop .chosen-drop{left:0}.chosen-container a{cursor:pointer}.chosen-container .search-choice .group-name,.chosen-container .chosen-single .group-name{margin-right:4px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;font-weight:400;color:#999}.chosen-container .search-choice .group-name:after,.chosen-container .chosen-single .group-name:after{content:":";padding-left:2px;vertical-align:top}.chosen-container-single .chosen-single{position:relative;display:block;overflow:hidden;padding:0 0 0 8px;height:25px;border:1px solid #aaa;border-radius:5px;background-color:#fff;background:linear-gradient(top,#ffffff 20%,#f6f6f6 50%,#eeeeee 52%,#f4f4f4 100%);background-clip:padding-box;box-shadow:0 0 3px #fff inset,0 1px 1px rgba(0,0,0,.1);color:#444;text-decoration:none;white-space:nowrap;line-height:24px}.chosen-container-single .chosen-default{color:#999}.chosen-container-single .chosen-single span{display:block;overflow:hidden;margin-right:26px;text-overflow:ellipsis;white-space:nowrap}.chosen-container-single .chosen-single-with-deselect span{margin-right:38px}.chosen-container-single .chosen-single abbr{position:absolute;top:6px;right:26px;display:block;width:12px;height:12px;font-size:1px}.chosen-container-single .chosen-single abbr:hover{background-position:-42px -10px}.chosen-container-single.chosen-disabled .chosen-single abbr:hover{background-position:-42px -10px}.chosen-container-single .chosen-single div{position:absolute;top:0;right:0;display:block;width:18px;height:100%}.chosen-container-single .chosen-single div b{display:block;width:100%;height:100%}.chosen-container-single .chosen-search{position:relative;z-index:1010;margin:0;padding:3px 4px;white-space:nowrap}.chosen-container-single .chosen-search input[type=text]{margin:1px 0;padding:4px 20px 4px 5px;width:100%;height:auto;outline:0;border:1px solid #aaa;font-size:1em;font-family:sans-serif;line-height:normal;border-radius:0}.chosen-container-single .chosen-drop{margin-top:-1px;border-radius:0 0 4px 4px;background-clip:padding-box}.chosen-container-single.chosen-container-single-nosearch .chosen-search{position:absolute;left:-9999px}.chosen-container .chosen-results{color:#444;position:relative;overflow-x:hidden;overflow-y:auto;margin:0 4px 4px 0;padding:0 0 0 4px;max-height:240px;-webkit-overflow-scrolling:touch}.chosen-container .chosen-results li{display:none;margin:0;padding:5px 6px;list-style:none;line-height:15px;word-wrap:break-word;-webkit-touch-callout:none}.chosen-container .chosen-results li.active-result{display:list-item;cursor:pointer}.chosen-container .chosen-results li.disabled-result{display:list-item;color:#ccc;cursor:default}.chosen-container .chosen-results li.highlighted{background-color:#3875d7;background-image:linear-gradient(#3875d7 20%,#2a62bc 90%);color:#fff}.chosen-container .chosen-results li.no-results{color:#777;display:list-item;background:#f4f4f4}.chosen-container .chosen-results li.group-result{display:list-item;font-weight:700;cursor:default}.chosen-container .chosen-results li.group-option{padding-left:15px}.chosen-container .chosen-results li em{font-style:normal;text-decoration:underline}.chosen-container-multi .chosen-choices{position:relative;overflow:hidden;margin:0;padding:0 5px;width:100%;height:auto!important;height:1%;border:1px solid #aaa;background-color:#fff;background-image:linear-gradient(#eeeeee 1%,#ffffff 15%);cursor:text}.chosen-container-multi .chosen-choices li{float:left;list-style:none}.chosen-container-multi .chosen-choices li.search-field{margin:0;padding:0;white-space:nowrap}.chosen-container-multi .chosen-choices li.search-field input[type=text]{margin:1px 0;padding:0;height:25px;outline:0;border:0!important;background:0 0!important;box-shadow:none;color:#999;font-size:100%;font-family:sans-serif;line-height:normal;border-radius:0}.chosen-container-multi .chosen-choices li.search-choice{position:relative;margin:3px 5px 3px 0;padding:3px 20px 3px 5px;border:1px solid #aaa;max-width:100%;border-radius:3px;background-color:#eee;background-image:linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eeeeee 100%);background-size:100% 19px;background-repeat:repeat-x;background-clip:padding-box;box-shadow:0 0 2px #fff inset,0 1px 0 rgba(0,0,0,.05);color:#333;line-height:13px;cursor:default}.chosen-container-multi .chosen-choices li.search-choice span{word-wrap:break-word}.chosen-container-multi .chosen-choices li.search-choice .search-choice-close{position:absolute;top:4px;right:3px;display:block;width:12px;height:12px;font-size:1px}.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover{background-position:-42px -10px}.chosen-container-multi .chosen-choices li.search-choice-disabled{padding-right:5px;border:1px solid #ccc;background-color:#e4e4e4;background-image:linear-gradient(top,#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eeeeee 100%);color:#666}.chosen-container-multi .chosen-choices li.search-choice-focus{background:#d4d4d4}.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close{background-position:-42px -10px}.chosen-container-multi .chosen-results{margin:0;padding:0}.chosen-container-multi .chosen-drop .result-selected{display:list-item;color:#ccc;cursor:default}.chosen-container-active .chosen-single{border:1px solid #5897fb;box-shadow:0 0 5px rgba(0,0,0,.3)}.chosen-container-active.chosen-with-drop .chosen-single{border:1px solid #aaa;border-bottom-right-radius:0;border-bottom-left-radius:0;background-image:linear-gradient(#eeeeee 20%,#ffffff 80%);box-shadow:0 1px 0 #fff inset}.chosen-container-active.chosen-with-drop .chosen-single div{border-left:none;background:0 0}.chosen-container-active.chosen-with-drop .chosen-single div b{background-position:-18px 2px}.chosen-container-active .chosen-choices{border:1px solid #5897fb;box-shadow:0 0 5px rgba(0,0,0,.3)}.chosen-container-active .chosen-choices li.search-field input[type=text]{color:#222!important}.chosen-disabled{opacity:.5!important;cursor:default}.chosen-disabled .chosen-single{cursor:default}.chosen-disabled .chosen-choices .search-choice .search-choice-close{cursor:default}/*!nouislider - 12.1.0 - 10/25/2018*/.noUi-target,.noUi-target *{-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent;-webkit-user-select:none;touch-action:none;-ms-user-select:none;-moz-user-select:none;user-select:none;box-sizing:border-box}.noUi-target{position:relative;direction:ltr}.noUi-base,.noUi-connects{width:100%;height:100%;position:relative;z-index:1}.noUi-connects{overflow:hidden;z-index:0}.noUi-connect,.noUi-origin{will-change:transform;position:absolute;z-index:1;top:0;left:0;height:100%;width:100%;transform-origin:0 0}html:not([dir=rtl]) .noUi-horizontal .noUi-origin{left:auto;right:0}.noUi-vertical .noUi-origin{width:0}.noUi-horizontal .noUi-origin{height:0}.noUi-handle{position:absolute}.noUi-state-tap .noUi-connect,.noUi-state-tap .noUi-origin{transition:transform .3s}.noUi-state-drag *{cursor:inherit!important}.noUi-horizontal{height:18px}.noUi-horizontal .noUi-handle{width:34px;height:28px;left:-17px;top:-6px}.noUi-vertical{width:18px}.noUi-vertical .noUi-handle{width:28px;height:34px;left:-6px;top:-17px}html:not([dir=rtl]) .noUi-horizontal .noUi-handle{right:-17px;left:auto}.noUi-target{background:#fafafa;border-radius:4px;border:1px solid #d3d3d3;box-shadow:inset 0 1px 1px #f0f0f0,0 3px 6px -5px #bbb}.noUi-connects{border-radius:3px}.noUi-connect{background:#3fb8af}.noUi-draggable{cursor:ew-resize}.noUi-vertical .noUi-draggable{cursor:ns-resize}.noUi-handle{border:1px solid #d9d9d9;border-radius:3px;background:#fff;cursor:default;box-shadow:inset 0 0 1px #fff,inset 0 1px 7px #ebebeb,0 3px 6px -3px #bbb}.noUi-active{box-shadow:inset 0 0 1px #fff,inset 0 1px 7px #ddd,0 3px 6px -3px #bbb}.noUi-handle:before,.noUi-handle:after{content:"";display:block;position:absolute;height:14px;width:1px;background:#e8e7e6;left:14px;top:6px}.noUi-handle:after{left:17px}.noUi-vertical .noUi-handle:before,.noUi-vertical .noUi-handle:after{width:14px;height:1px;left:6px;top:14px}.noUi-vertical .noUi-handle:after{top:17px}[disabled] .noUi-connect{background:#b8b8b8}[disabled].noUi-target,[disabled].noUi-handle,[disabled] .noUi-handle{cursor:not-allowed}.noUi-pips,.noUi-pips *{box-sizing:border-box}.noUi-pips{position:absolute;color:#999}.noUi-value{position:absolute;white-space:nowrap;text-align:center}.noUi-value-sub{color:#ccc;font-size:10px}.noUi-marker{position:absolute;background:#ccc}.noUi-marker-sub{background:#aaa}.noUi-marker-large{background:#aaa}.noUi-pips-horizontal{padding:10px 0;height:80px;top:100%;left:0;width:100%}.noUi-value-horizontal{transform:translate(-50%,50%)}.noUi-rtl .noUi-value-horizontal{transform:translate(50%,50%)}.noUi-marker-horizontal.noUi-marker{margin-left:-1px;width:2px;height:5px}.noUi-marker-horizontal.noUi-marker-sub{height:10px}.noUi-marker-horizontal.noUi-marker-large{height:15px}.noUi-pips-vertical{padding:0 10px;height:100%;top:0;left:100%}.noUi-value-vertical{transform:translate(0,-50%,0);padding-left:25px}.noUi-rtl .noUi-value-vertical{transform:translate(0,50%)}.noUi-marker-vertical.noUi-marker{width:5px;height:2px;margin-top:-1px}.noUi-marker-vertical.noUi-marker-sub{width:10px}.noUi-marker-vertical.noUi-marker-large{width:15px}.noUi-tooltip{display:block;position:absolute;border:1px solid #d9d9d9;border-radius:3px;background:#fff;color:#000;padding:5px;text-align:center;white-space:nowrap}.noUi-horizontal .noUi-tooltip{transform:translate(-50%,0);left:50%;bottom:120%}.noUi-vertical .noUi-tooltip{transform:translate(0,-50%);top:50%;right:120%}.noUi-target{margin:.9rem 0 .8rem}.noUi-horizontal{height:14px}.noUi-connect{background:#c35093}.noUi-target{background:#222;border:none;border-radius:6px;box-shadow:inset 0 1px 5px -2px #222}.noUi-horizontal .noUi-handle{width:20px;height:26px;box-shadow:0 0 2px 0 #333}.noUi-horizontal .noUi-handle:focus{outline:none}.noUi-horizontal .noUi-handle.noUi-active:before,.noUi-horizontal .noUi-handle.noUi-active:after{background-color:#dbdbdb}.noUi-active{box-shadow:0 0 4px 0 #222}.noUi-handle:before,.noUi-handle:after{background-color:#dbdbdb;left:7px;height:12px}.noUi-handle:after{left:10px}html:not([dir=rtl]) .noUi-horizontal .noUi-handle{right:-10px}.slickslide>div{display:none}.slickslide>div:first-child{display:block}.slick-thumbs{display:none}.slickslide.slick-initialized>div,.slick-thumbs.slick-initialized{display:block}@media(min-width:1280px){.slick-slide figcaption{margin-top:0!important}}.slick-slide{text-align:center}.slick-slide img{display:block;max-width:100%;height:auto;margin-left:auto;margin-right:auto}.slick-track{margin:0 auto}.slick-thumbs .slick-slide{border:3px solid transparent;line-height:0}.slick-thumbs .slick-slide.slick-current{border-color:#d789b6}.slick-thumbs .lazy-image img,.product-gallery-image img{position:absolute;top:0;left:0}.slick-thumbs .lazy-image img,.product-gallery-image img{width:100%;height:100%}.lazy-image.loaded,.product-gallery-image.loaded{background:0 0}.lazy-image img,.product-gallery-image img{position:absolute;top:0;left:0;width:100%;height:100%}.lazy-image,.product-gallery-image{background:url(../media/images/loading.gif) no-repeat center 45%;position:relative;height:0;overflow:hidden}.slick-thumbs .slick-slide{border:3px solid transparent}.slick-thumbs .slick-slide.slick-current{border-color:#d789b6}.slick-thumbs figure{margin:0}/*!*!* Arrows *!*!*/.slick-prev,.slick-next{display:inline-block;font-size:0;line-height:0;width:30px;height:20px;padding:0;cursor:pointer}.glossover-slideshow .slick-prev,.glossover-mobile-slideshow .slick-prev,.glossover-slideshow .slick-next,.glossover-mobile-slideshow .slick-next{position:absolute;top:-2.5rem}.glossover-mobile-slideshow .slick-prev,.glossover-mobile-slideshow .slick-next{position:absolute;top:50%;margin-top:-28px}.slick-prev,.slick-prev:hover,.slick-prev:focus,.slick-next,.slick-next:hover,.slick-next:focus{color:transparent;border:none;outline:none;background:0 0}.slick-prev:before,.slick-next:before{font-family:temptalia;font-size:20px;line-height:1;color:#000;outline:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-next:before{content:"\f054"}.slick-prev:before{content:"\f053"}.slick-next{margin-left:5px}.glossover-slideshow .slick-prev{right:2rem}.glossover-slideshow .slick-next{right:0}.glossover-mobile-slideshow .slick-prev{left:-30px}.glossover-mobile-slideshow .slick-next{right:-30px}.slick-next:hover,.slick-prev:hover{color:#222}.selectize-control.plugin-drag_drop.multi>.selectize-input>div.ui-sortable-placeholder{visibility:visible!important;background:#f2f2f2!important;background:rgba(0,0,0,.06)!important;border:0!important;box-shadow:inset 0 0 12px 4px #fff}.selectize-control.plugin-drag_drop .ui-sortable-placeholder::after{content:'!';visibility:hidden}.selectize-control.plugin-drag_drop .ui-sortable-helper{box-shadow:0 2px 5px rgba(0,0,0,.2)}.selectize-dropdown-header{position:relative;padding:5px 8px;border-bottom:1px solid #d0d0d0;background:#f8f8f8;border-radius:3px 3px 0 0}.selectize-dropdown-header-close{position:absolute;right:8px;top:50%;color:#303030;opacity:.4;margin-top:-12px;line-height:20px;font-size:20px!important}.selectize-dropdown-header-close:hover{color:#000}.selectize-dropdown.plugin-optgroup_columns .optgroup{border-right:1px solid #f2f2f2;border-top:0;float:left;box-sizing:border-box}.selectize-dropdown.plugin-optgroup_columns .optgroup:last-child{border-right:0}.selectize-dropdown.plugin-optgroup_columns .optgroup:before{display:none}.selectize-dropdown.plugin-optgroup_columns .optgroup-header{border-top:0}.selectize-control.plugin-remove_button [data-value]{position:relative;padding-right:24px!important}.selectize-control.plugin-remove_button [data-value] .remove{z-index:1;position:absolute;top:0;right:0;bottom:0;width:17px;text-align:center;font-weight:700;font-size:12px;color:inherit;text-decoration:none;vertical-align:middle;display:inline-block;padding:2px 0 0;border-left:1px solid #d0d0d0;border-radius:0 2px 2px 0;box-sizing:border-box}.selectize-control.plugin-remove_button [data-value] .remove:hover{background:rgba(0,0,0,.05)}.selectize-control.plugin-remove_button [data-value].active .remove{border-left-color:#cacaca}.selectize-control.plugin-remove_button .disabled [data-value] .remove:hover{background:0 0}.selectize-control.plugin-remove_button .disabled [data-value] .remove{border-left-color:#fff}.selectize-control.plugin-remove_button .remove-single{position:absolute;right:28px;top:6px;font-size:23px}.selectize-control{position:relative}.selectize-dropdown,.selectize-input,.selectize-input input{color:#303030;font-family:inherit;font-size:13px;line-height:18px;-webkit-font-smoothing:inherit}.selectize-input,.selectize-control.single .selectize-input.input-active{background:#fff;cursor:text;display:inline-block}.selectize-input{border:1px solid #d0d0d0;padding:9px;display:inline-block;width:100%;overflow:hidden;position:relative;z-index:1}.selectize-control.multi .selectize-input.has-items{padding:6px 8px 3px}.selectize-input.full{background-color:#fff}.selectize-input.disabled,.selectize-input.disabled *{cursor:default!important}.selectize-input.focus{box-shadow:inset 0 1px 2px rgba(0,0,0,.15)}.selectize-input.dropdown-active{border-radius:3px 3px 0 0}.selectize-input>*{vertical-align:baseline;display:-moz-inline-stack;display:inline-block;zoom:1;*display:inline}.selectize-control.multi .selectize-input>div{cursor:pointer;margin:0 3px 3px 0;padding:2px 6px;background:#f2f2f2;color:#303030;border:0 solid #d0d0d0}.selectize-control.multi .selectize-input>div.active{background:#e8e8e8;color:#303030;border:0 solid #cacaca}.selectize-control.multi .selectize-input.disabled>div,.selectize-control.multi .selectize-input.disabled>div.active{color:#7d7d7d;background:#fff;border:0 solid #fff}.selectize-input>input{display:inline-block!important;padding:0!important;min-height:0!important;max-height:none!important;max-width:100%!important;margin:0 2px 0 0!important;text-indent:0!important;border:0!important;background:0 0!important;line-height:inherit!important;-webkit-user-select:auto!important;box-shadow:none!important}.selectize-input>input::-ms-clear{display:none}.selectize-input>input:focus{outline:none!important}.selectize-input::after{content:' ';display:block;clear:left}.selectize-input.dropdown-active::before{content:' ';display:block;position:absolute;background:#f0f0f0;height:1px;bottom:0;left:0;right:0}.selectize-dropdown{position:absolute;z-index:10;border:1px solid #d0d0d0;background:#fff;margin:-1px 0 0;border-top:0}.selectize-dropdown [data-selectable]{cursor:pointer;overflow:hidden}.selectize-dropdown [data-selectable] .highlight{background:rgba(125,168,208,.2);border-radius:1px}.selectize-dropdown [data-selectable],.selectize-dropdown .optgroup-header{padding:5px 8px}.selectize-dropdown .optgroup:first-child .optgroup-header{border-top:0}.selectize-dropdown .optgroup-header{color:#303030;background:#fff;cursor:default}.selectize-dropdown .active{background-color:#f5fafd;color:#495c68}.selectize-dropdown .active.create{color:#495c68}.selectize-dropdown .create{color:rgba(48,48,48,.5)}.selectize-dropdown-content{overflow-y:auto;overflow-x:hidden;max-height:200px;-webkit-overflow-scrolling:touch}.selectize-control.single .selectize-input,.selectize-control.single .selectize-input input{cursor:pointer}.selectize-control.single .selectize-input.input-active,.selectize-control.single .selectize-input.input-active input{cursor:text}.selectize-control.single .selectize-input:after{content:' ';display:block;position:absolute;top:50%;right:15px;margin-top:-3px;width:0;height:0;border-style:solid;border-width:5px 5px 0;border-color:gray transparent transparent transparent}.selectize-control.single .selectize-input.dropdown-active:after{margin-top:-4px;border-width:0 5px 5px;border-color:transparent transparent gray transparent}.selectize-control.rtl.single .selectize-input:after{left:15px;right:auto}.selectize-control.rtl .selectize-input>input{margin:0 4px 0 -2px!important}.selectize-control .selectize-input.disabled{opacity:.5;background-color:#fafafa}/*!* Angular Material Design
* https://github.com/angular/material
* @license MIT
* v1.1.0*/.md-ripple-container{display:none!important}.md-dialog-is-showing{max-height:100%}md-backdrop{transition:opacity 450ms;position:absolute;top:0;bottom:0;left:0;right:0;z-index:50}md-backdrop.md-menu-backdrop{position:fixed!important;z-index:99}md-backdrop.md-select-backdrop{z-index:81;transition-duration:0}md-backdrop.md-dialog-backdrop{z-index:79}md-backdrop.md-bottom-sheet-backdrop{z-index:69}md-backdrop.md-sidenav-backdrop{z-index:59}md-backdrop.md-click-catcher{position:absolute}md-backdrop.md-opaque{opacity:.48}md-backdrop.md-opaque.ng-enter{opacity:0}md-backdrop.md-opaque.ng-enter.md-opaque.ng-enter-active{opacity:.48}md-backdrop.md-opaque.ng-leave{opacity:.48;transition:opacity 400ms}md-backdrop.md-opaque.ng-leave.md-opaque.ng-leave-active{opacity:0}.md-dialog-container{display:flex;justify-content:center;align-items:center;position:absolute;top:0;left:0;width:100%;height:100%;z-index:100;overflow:hidden}md-dialog{opacity:0;min-width:240px;max-width:80%;max-height:80%;position:relative;overflow:auto;display:flex;flex-direction:column}md-dialog.md-transition-in{opacity:1;transition:all .4s cubic-bezier(.25,.8,.25,1);transform:translate(0,0) scale(1)}md-dialog.md-transition-out{opacity:0;transition:all .4s cubic-bezier(.25,.8,.25,1);transform:translate(0,100%) scale(.2)}md-dialog>form{display:flex;flex-direction:column;overflow:auto}md-dialog .md-dialog-content{padding:20px}md-dialog md-dialog-content{order:1;flex-direction:column;overflow:auto;-webkit-overflow-scrolling:touch}md-dialog md-dialog-content:not([layout=row])>*:first-child:not(.md-subheader){margin-top:0}md-dialog md-dialog-content:focus{outline:none}md-dialog md-dialog-content .md-subheader{margin:0}md-dialog md-dialog-content .md-dialog-content-body{width:100%}md-dialog md-dialog-content .md-prompt-input-container{width:100%;box-sizing:border-box}md-dialog .md-actions,md-dialog md-dialog-actions{display:flex;order:2;box-sizing:border-box;align-items:center;justify-content:flex-end;margin-bottom:0;min-height:52px;overflow:hidden}md-dialog .md-actions .md-button,md-dialog md-dialog-actions .md-button{margin-bottom:8px;margin-top:8px}md-dialog.md-content-overflow .md-actions,md-dialog.md-content-overflow md-dialog-actions{border-top-width:1px;border-top-style:solid}.md-dialog-container{width:100%;height:100%;top:inherit!important;bottom:0;left:0;position:fixed}.rzslider{position:relative;display:inline-block;width:100%;height:4px;margin:35px 0 15px;vertical-align:middle;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.rzslider.with-legend{margin-bottom:40px}.rzslider[disabled]{cursor:not-allowed}.rzslider[disabled] .rz-pointer{cursor:not-allowed;background-color:#d8e0f3}.rzslider[disabled] .rz-draggable{cursor:not-allowed}.rzslider[disabled] .rz-selection{background:#8b91a2}.rzslider[disabled] .rz-tick{cursor:not-allowed}.rzslider[disabled] .rz-tick.rz-selected{background:#8b91a2}.rzslider span{position:absolute;display:inline-block;white-space:nowrap}.rzslider .rz-base{width:100%;height:100%;padding:0}.rzslider .rz-bar-wrapper{left:0;z-index:1;width:100%;height:32px;padding-top:16px;margin-top:-16px;box-sizing:border-box}.rzslider .rz-draggable{cursor:move}.rzslider .rz-bar{left:0;z-index:1;width:100%;height:4px;background:#d8e0f3;border-radius:2px}.rzslider .rz-selection{z-index:2;background:#0db9f0;border-radius:2px}.rzslider .rz-pointer{top:-14px;z-index:3;width:32px;height:32px;cursor:pointer;background-color:#0db9f0;border-radius:16px}.rzslider .rz-pointer:after{position:absolute;top:12px;left:12px;width:8px;height:8px;background:#fff;border-radius:4px;content:''}.rzslider .rz-pointer:hover:after{background-color:#fff}.rzslider .rz-pointer.rz-active{z-index:4}.rzslider .rz-pointer.rz-active:after{background-color:#451aff}.rzslider .rz-bubble{bottom:16px;padding:1px 3px;cursor:default}.rzslider .rz-ticks{position:absolute;top:-3px;left:0;z-index:1;width:100%;height:0;margin:0;list-style:none;box-sizing:border-box}.rzslider .rz-ticks-values-under .rz-tick-value{top:initial;bottom:-32px}.rzslider .rz-tick{position:absolute;top:0;left:0;width:10px;height:10px;margin-left:11px;text-align:center;cursor:pointer;background:#d8e0f3;border-radius:50%}.rzslider .rz-tick.rz-selected{background:#0db9f0}.rzslider .rz-tick-value{position:absolute;top:-30px;transform:translate(-50%,0)}.rzslider .rz-tick-legend{position:absolute;top:24px;max-width:50px;white-space:normal;transform:translate(-50%,0)}.rzslider.rz-vertical{position:relative;width:4px;height:100%;padding:0;margin:0 20px;vertical-align:baseline}.rzslider.rz-vertical .rz-base{width:100%;height:100%;padding:0}.rzslider.rz-vertical .rz-bar-wrapper{top:auto;left:0;width:32px;height:100%;padding:0 0 0 16px;margin:0 0 0 -16px}.rzslider.rz-vertical .rz-bar{bottom:0;left:auto;width:4px;height:100%}.rzslider.rz-vertical .rz-pointer{top:auto;bottom:0;left:-14px!important}.rzslider.rz-vertical .rz-bubble{bottom:0;left:16px!important;margin-left:3px}.rzslider.rz-vertical .rz-ticks{top:0;left:-3px;z-index:1;width:0;height:100%}.rzslider.rz-vertical .rz-tick{margin-top:11px;margin-left:auto;vertical-align:middle}.rzslider.rz-vertical .rz-tick-value{top:initial;left:24px;transform:translate(0,-28%)}.rzslider.rz-vertical .rz-tick-legend{top:initial;right:24px;max-width:none;white-space:nowrap;transform:translate(0,-28%)}.rzslider.rz-vertical .rz-ticks-values-under .rz-tick-value{right:24px;bottom:initial;left:initial}rzslider .rz-pointer{width:16px!important;height:16px!important;top:-5px!important;background:#c35093!important;outline:none!important}rzslider .rz-pointer:after{background:#c35093!important;top:4px!important;left:4px!important}rzslider .rz-bar.rz-selection{background:#c35093!important}rzslider .rz-bar{background:#dbdbdb!important}.as-sortable-item,.as-sortable-placeholder{display:block}.as-sortable-item{touch-action:none;-webkit-touch-callout:none}.as-sortable-item-handle{cursor:move;cursor:-webkit-grab;cursor:-moz-grab}.as-sortable-drag{position:absolute;pointer-events:none;z-index:9999}.as-sortable-hidden{display:none!important}.as-sortable-un-selectable{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.gsc-result .gsc-url-top{display:none!important}.gs-image-box{margin-right:10px!important}.as-sortable-item{touch-action:initial}.as-sortable-drag .as-sortable-item{flex:none!important;max-width:none!important}.as-sortable-item-content{touch-action:none}@media(min-width:768px){body{background:#f7f7f7}}h1,.h1{font-family:ivyjournal,Georgia,times new roman,Times,serif;font-weight:600;font-size:2.3rem;margin-bottom:1.25rem}h2,.h2,h3,.h3{padding-bottom:.5rem;margin-bottom:.75rem;border-bottom:1px solid #dbdbdb;text-transform:uppercase}h2{font-weight:400}h3,.h3{font-weight:300}h5,.h5{text-transform:uppercase}h1 a,h2 a,h3 a,h4 a,h5 a,h6 a{color:inherit}h1 a:hover,h2 a:hover,h3 a:hover,h4 a:hover,h5 a:hover,h6 a:hover{color:#999}@media(max-width:991.98px){h1,.h1{font-size:1.5rem}h2,.h2{font-size:1.3125rem}h3,.h3{font-size:1.25rem}}p,ul,ol,dl{font-size:1.125rem;font-weight:300}@media(max-width:991.98px){p,ul,ol,dl{font-size:1rem}}ul,ol,dl{padding-left:1.875rem}a:hover,a:focus{text-decoration:none}label{font-weight:400}small{font-weight:400}blockquote{background:#f7f7f7;border:1px solid #dbdbdb;font-size:1rem;padding:1.75rem}blockquote p:last-child{margin:0}b,strong{font-weight:700}.post .entry-content h3{font-size:1.3em}.post .entry-content br{display:none}.post .entry-content{font-weight:300}.small-header-style{font-family:proxima-nova,Arial,Verdana,sans-serif;font-size:1rem;line-height:1.125;text-transform:uppercase}@media(max-width:767.98px){.small-header-style{font-size:.875rem}}.smaller-header-style{font-family:proxima-nova,Arial,Verdana,sans-serif;font-size:.8125rem;line-height:1.4;text-transform:uppercase}@media(max-width:767.98px){.smaller-header-style{font-size:.75rem}}#footer{box-shadow:0 0 1rem #ddd}nav ul{font-size:1rem}#primaryNavigation{box-shadow:0 0 1rem #ddd;z-index:5}#primaryNavigation .primary-nav .search-field{width:690px}.nav-tabs .nav-link.active,.nav-tabs .nav-link.active:hover,.nav-tabs .nav-link.active:focus{font-weight:700;color:#222;background:#fff}.nav-tabs .nav-link{border:1px solid #dbdbdb}@media(max-width:1279.98px){footer nav .nav-link{padding:0 .5rem .5rem}footer .footer-links p{padding-left:.5rem!important;padding-right:.5rem!important}}@media(max-width:767.98px){.glossover-tabs .nav-item .nav-link{padding:.5rem .675rem;font-size:.8125rem}}.primary-nav-wrap .logo-header{height:104px}#primaryNavigation .dropdown-menu{border-radius:0}.secondary-nav{position:absolute;top:1.25rem;right:.46875rem;z-index:6}.secondary-nav .nav-link{color:#fff}.secondary-nav .nav-link:hover{color:#c35093}.navbar-brand{padding-top:1.5rem}.mobile-header{font-family:proxima-nova,Arial,Verdana,sans-serif;background:#fff;position:fixed;width:100%;top:0;-webkit-backface-visibility:hidden;backface-visibility:hidden;min-height:55px;box-shadow:0 0 1rem #ddd;z-index:5}.mobile-header a{color:#222}.mobile-header a.nav-link{padding:.5rem;text-transform:uppercase;font-weight:400}.mobile-header a.nav-link.active{color:#c35093}@media(max-width:575.98px){.mobile-header .sign-up-button,.mobile-header .login-button{font-size:.875rem}}.mobile-header .search-input{height:47px}.countdown-timer{white-space:initial}.countdown-timer .highlight{transition:color .15s ease-in-out}.countdown-timer:hover .highlight,.countdown-timer:active .highlight,.countdown-timer:focus .highlight{color:#fff!important}@media(max-width:767.98px){.countdown-timer .countdown{display:block}}.mobile-header-spacer{display:block;height:98px}@media(max-width:767.98px){.mobile-header-spacer.has-countdown{height:128px}}@media(max-width:575.98px){.mobile-header-spacer.has-countdown{height:160px}}.mobile-header-spacer.has-filters{height:138px}.mobile-header-spacer.has-filters.has-countdown{height:160px}@media(max-width:767.98px){.mobile-header-spacer.has-filters.has-countdown{height:180px}}@media(max-width:575.98px){.mobile-header-spacer.has-filters.has-countdown{height:210px}}.mobile-navigation{position:relative}.mobile-navigation a.nav-link{font-size:.8125rem}@media(max-width:575.98px){.mobile-navigation a.nav-link{font-size:.75rem}}@media(max-width:350px){.mobile-navigation a.nav-link{font-size:.625rem}}.mobile-dropdown{display:none;width:100%;position:absolute;top:36px;left:0;right:0;margin:0;padding:0;list-style:none;background:#dbdbdb;text-transform:uppercase;max-height:calc(100vh - 83px);overflow-y:scroll;z-index:2}@media(max-width:575.98px){.mobile-dropdown{max-height:calc(100vh - 82px);top:54px}}@media(max-width:350px){.mobile-dropdown{top:48px}}.mobile-logo-wrapper .mobile-dropdown{max-height:calc(100vh - 47px);top:47px}.mobile-dropdown .dropdown-header{background:#000;color:#fff;padding:.75rem 2rem}.mobile-dropdown .dropdown-subheader{font-weight:700;padding:.75rem 2rem;color:#c35093}.mobile-dropdown li>a{display:block;padding:.75rem 2rem;font-weight:400;font-size:.875rem}.mobile-dropdown.more-menu{padding-bottom:12.5rem}.mobile-dropdown.more-menu li>a,.mobile-dropdown.more-menu .more-menu .dropdown-subheader{padding:.5rem 2rem}.mobile-navigation .dropdown li:hover,.mobile-navigation .dropdown.open{background-color:#f7f7f7}.nav-icon{width:22px;display:inline-block}@media(max-width:991.98px){.navbar-brand{padding-top:1rem}.secondary-nav{top:4rem}}@media(max-width:767.98px){.secondary-nav{top:.5rem}}.sf-menu>li>a{color:#222}.sf-menu a{text-decoration:none;zoom:1}.sf-menu>li{margin:0}.sf-menu>li>a.nav-link{padding:1rem .75rem}.sf-menu>li>a.nav-link:hover,.sf-menu>li>a.nav-link.sfHover{color:#94336b}@media(max-width:991.98px){footer .nav{font-size:.875rem}.nav-inline .nav-item+.nav-item,.nav-inline .nav-link+.nav-link{margin-left:.5rem}}@media(max-width:991.98px){.navbar-brand{float:none;display:block}.sf-menu>li{margin-top:1rem}.sf-menu>li>a.nav-link{padding-bottom:1.5rem}}.sf-menu li{transition:background .2s}.sf-menu li:hover,.sf-menu li.sfHover{transition:none}.sf-menu{margin:0;padding:0;list-style:none}.sf-menu .sf-regular{position:relative}.sf-menu .sf-mega{position:absolute;display:none;top:100%;left:0;width:100%;z-index:3;background:#fff;box-shadow:2px 5px 6px rgba(0,0,0,.2)}.sf-menu>li{float:left}.sf-menu li:hover>ul,.sf-menu li.sfHover>ul{display:block}.sf-menu a.nav-link{display:block;position:relative}.breadcrumb{background:0 0;text-transform:none;padding:0;margin-bottom:.25rem}.breadcrumb-item a{color:#999}.breadcrumb-item a:hover{color:#94336b}.breadcrumb-item+.breadcrumb-item::before{font-family:temptalia!important;content:"\f054";font-size:.5rem;padding-right:.25rem;vertical-align:middle}.btn,.generic-button,.bp-nav-btns li a{font-family:proxima-nova,Arial,Verdana,sans-serif;text-transform:uppercase}.btn-no-action{cursor:default!important;outline:none;box-shadow:none}.btn-no-action:hover,.btn-no-action:active,.btn-no-action:focus,.btn-no-action.active,.btn-no-action.focus{cursor:default;outline:none;box-shadow:none}.btn-primary:hover,.btn-primary:active,.btn-primary:focus,.btn-primary:active:hover,.btn-primary:active:focus,.btn-primary:active.focus,.btn-primary.active:hover,.btn-primary.active:focus,.btn-primary.active.focus,.open>.btn-primary.dropdown-toggle:hover,.open>.btn-primary.dropdown-toggle:focus,.open>.btn-primary.dropdown-toggle.focus{background-color:#000;border-color:#000}.btn-primary.btn-no-action:hover,.btn-primary.btn-no-action:focus,.btn-primary.btn-no-action:active,.btn-primary.btn-no-action.active{background-color:#c35093!important;border-color:#c35093;box-shadow:none}.btn-secondary,.generic-button,.bp-nav-btns li a{color:#111;background-color:#fff;border-color:#999}.btn-secondary:hover,.generic-button:hover,.bp-nav-btns li a:hover{color:#fff;background-color:#000;border-color:#999}.btn-secondary:focus,.generic-button:focus,.bp-nav-btns li a:focus,.btn-secondary.focus,.focus.generic-button,.bp-nav-btns li a.focus{color:#fff;background-color:#000;border-color:#999;box-shadow:0 0 0 .2rem rgba(133,133,133,.5)}.btn-secondary.disabled,.disabled.generic-button,.bp-nav-btns li a.disabled,.btn-secondary:disabled,.generic-button:disabled,.bp-nav-btns li a:disabled{color:#111;background-color:#fff;border-color:#999}.btn-secondary:not(:disabled):not(.disabled):active,.generic-button:not(:disabled):not(.disabled):active,.bp-nav-btns li a:not(:disabled):not(.disabled):active,.btn-secondary:not(:disabled):not(.disabled).active,.generic-button:not(:disabled):not(.disabled).active,.bp-nav-btns li a:not(:disabled):not(.disabled).active,.show>.btn-secondary.dropdown-toggle,.show>.dropdown-toggle.generic-button,.bp-nav-btns li .show>a.dropdown-toggle{color:#fff;background-color:#111;border-color:#111}.btn-secondary:not(:disabled):not(.disabled):active:focus,.generic-button:not(:disabled):not(.disabled):active:focus,.bp-nav-btns li a:not(:disabled):not(.disabled):active:focus,.btn-secondary:not(:disabled):not(.disabled).active:focus,.generic-button:not(:disabled):not(.disabled).active:focus,.bp-nav-btns li a:not(:disabled):not(.disabled).active:focus,.show>.btn-secondary.dropdown-toggle:focus,.show>.dropdown-toggle.generic-button:focus,.bp-nav-btns li .show>a.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(133,133,133,.5)}.show-filters.active{background-color:#111}.btn-gray{color:#111;background-color:#f7f7f7;border-color:#dbdbdb}.btn-gray:hover{color:#fff;background-color:#000;border-color:#000}.btn-gray:focus,.btn-gray.focus{color:#fff;background-color:#000;border-color:#000;box-shadow:0 0 0 .2rem rgba(189,189,189,.5)}.btn-gray.disabled,.btn-gray:disabled{color:#111;background-color:#f7f7f7;border-color:#dbdbdb}.btn-gray:not(:disabled):not(.disabled):active,.btn-gray:not(:disabled):not(.disabled).active,.show>.btn-gray.dropdown-toggle{color:#fff;background-color:#000;border-color:#000}.btn-gray:not(:disabled):not(.disabled):active:focus,.btn-gray:not(:disabled):not(.disabled).active:focus,.show>.btn-gray.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(189,189,189,.5)}.btn-gray.btn-no-action:hover,.btn-gray.btn-no-action:focus,.btn-gray.btn-no-action:active,.btn-gray.btn-no-action.active{color:#222;background-color:#dbdbdb;border-color:#dbdbdb;box-shadow:none}.btn-link.active{color:#c35093}.btn-link:hover,.btn-link:focus{color:#94336b;text-decoration:none}.btn-link.btn-no-action:hover,.btn-link.btn-no-action:focus,.btn-link.btn-no-action:active,.btn-link.btn-no-action.active{box-shadow:none}.btn-black{color:#fff;background:#000;border:1px solid #000}.btn-black:hover,.btn-black.active,.btn-black:active{color:#fff;border-color:#c35093;background:#c35093}.btn-black.active:hover{background:#a73979;border-color:#9f3774}.btn-black.btn-no-action:hover,.btn-black.btn-no-action:focus,.btn-black.btn-no-action:active,.btn-black.btn-no-action.active{color:#fff;background-color:#000;border-color:#000;box-shadow:none}.btn-faded{background:rgba(255,255,255,.3)}.btn-faded:hover,.btn-faded .active,.btn-faded :active{color:#fff;background:rgba(255,255,255,.4);box-shadow:none}.btn-faded.active,.btn-faded:active{background:rgba(0,0,0,.45);box-shadow:none}.btn-faded.btn-no-action:hover,.btn-faded.btn-no-action:focus,.btn-faded.btn-no-action:active,.btn-faded.btn-no-action.active{background:rgba(255,255,255,.3)}.btn-faded-dark{background:rgba(0,0,0,.3)}.btn-faded-dark:hover,.btn-faded-dark .active,.btn-faded-dark :active{color:#fff;background:#c35093;box-shadow:none}.btn-faded-dark.active,.btn-faded-dark:active{background:rgba(0,0,0,.45);box-shadow:none}.btn-facebook{color:#fff;border:1px solid #3b5998;background:#3b5998}.btn-facebook:hover{background:#324d98;color:#fff}.btn-facebook.active,.btn-facebook:active,.btn-facebook.focus,.btn-facebook:focus{background:#3b5998;color:#fff}@media(max-width:767.98px){.btn-lg,.btn-group-lg>.btn,.btn-group-lg>.generic-button,.bp-nav-btns li .btn-group-lg>a{padding:.5rem 1rem;font-size:1rem}}.thin{font-weight:100}.light{font-weight:300}.regular{font-weight:400}.thick{font-weight:500}.bold{font-weight:700}.text-base,.text-base a{color:#222}.text-gray-dark,.text-gray-dark a{color:#666}.text-gray,.text-gray a{color:#999}.text-gray-light,.text-gray-light a{color:#b0b0b0}.text-gray-lighter,.text-gray-lighter a{color:#dbdbdb}.text-white,.text-white a,a.text-white{color:#fff}.text-base a:hover:not(.btn):not(.generic-button),.text-gray-dark a:hover:not(.btn):not(.generic-button),.text-gray a:hover:not(.btn):not(.generic-button),.text-gray-light a:hover:not(.btn):not(.generic-button),.text-white a:hover:not(.btn):not(.generic-button){color:#94336b}.text-gray-lighter a:hover:not(.btn):not(.generic-button){color:#b0b0b0}a.text-gray-light:hover,.text-gray-light a:hover:not(.btn):not(.generic-button){color:#000}.text-hover-highlight:hover{color:#c35093!important}.text-hover-white:hover{color:#fff!important}.highlight,a.highlight{color:#c35093}a.highlight:hover{color:#a73979}.text-larger{font-size:60px}.text-large{font-size:40px}.t-ml{font-size:30px}.text-medium{font-size:22px}.text-regular{font-size:1rem}.text-small{font-size:.9rem}.text-smaller{font-size:.8rem}.f-0{font-size:.65rem}.f-1{font-size:.8125rem}.f-2{font-size:.875rem}.f-3{font-size:1rem}.f-4{font-size:1.5rem}.f-5{font-size:2rem}.f-6{font-size:2.25rem}.f-7{font-size:4rem}.f-8{font-size:6rem}.f-9{font-size:8rem}.f-0,.f-1,.f-2,.f-3,.f-4,.f-5,.f-6,.f-7,.f-8,.f-9{line-height:1.4}@media(max-width:767.98px){.f-4{font-size:1rem}.f-5{font-size:1.375rem}.f-6{font-size:1.5rem}.f-7{font-size:1.875rem}.f-8{font-size:2rem}.f-9{font-size:2.5rem}.f-sm-1{font-size:.75rem;line-height:1.4}.f-sm-2{font-size:.875rem;line-height:1.4}.f-sm-3{font-size:1rem}.f-sm-4{font-size:1.125rem}.f-sm-5{font-size:1.25rem}.f-sm-6{font-size:1.5rem}}.text-normal{text-transform:none}.sans-serif{font-family:proxima-nova,Arial,Verdana,sans-serif!important}.serif{font-family:ivyjournal,Georgia,times new roman,Times,serif!important}.underline,.underline-none:hover,.underline-none:focus{text-decoration:underline}.underline-none,.underline-none:hover,.underline-none:focus{text-decoration:none}.b-g1-1{border:1px solid #111!important}.bt-g1-1{border-top:1px solid #111!important}.br-g1-1{border-right:1px solid #111!important}.bb-g1-1{border-bottom:1px solid #111!important}.bl-g1-1{border-left:1px solid #111!important}.bx-g1-1{border-right:1px solid #111!important;border-left:1px solid #111!important}.by-g1-1{border-top:1px solid #111!important;border-bottom:1px solid #111!important}.b-g1-2{border:2px solid #111!important}.bt-g1-2{border-top:2px solid #111!important}.br-g1-2{border-right:2px solid #111!important}.bb-g1-2{border-bottom:2px solid #111!important}.bl-g1-2{border-left:2px solid #111!important}.bx-g1-2{border-right:2px solid #111!important;border-left:2px solid #111!important}.by-g1-2{border-top:2px solid #111!important;border-bottom:2px solid #111!important}.b-g1-3{border:3px solid #111!important}.bt-g1-3{border-top:3px solid #111!important}.br-g1-3{border-right:3px solid #111!important}.bb-g1-3{border-bottom:3px solid #111!important}.bl-g1-3{border-left:3px solid #111!important}.bx-g1-3{border-right:3px solid #111!important;border-left:3px solid #111!important}.by-g1-3{border-top:3px solid #111!important;border-bottom:3px solid #111!important}.b-g1-4{border:4px solid #111!important}.bt-g1-4{border-top:4px solid #111!important}.br-g1-4{border-right:4px solid #111!important}.bb-g1-4{border-bottom:4px solid #111!important}.bl-g1-4{border-left:4px solid #111!important}.bx-g1-4{border-right:4px solid #111!important;border-left:4px solid #111!important}.by-g1-4{border-top:4px solid #111!important;border-bottom:4px solid #111!important}.b-g2-1{border:1px solid #222!important}.bt-g2-1{border-top:1px solid #222!important}.br-g2-1{border-right:1px solid #222!important}.bb-g2-1{border-bottom:1px solid #222!important}.bl-g2-1{border-left:1px solid #222!important}.bx-g2-1{border-right:1px solid #222!important;border-left:1px solid #222!important}.by-g2-1{border-top:1px solid #222!important;border-bottom:1px solid #222!important}.b-g2-2{border:2px solid #222!important}.bt-g2-2{border-top:2px solid #222!important}.br-g2-2{border-right:2px solid #222!important}.bb-g2-2{border-bottom:2px solid #222!important}.bl-g2-2{border-left:2px solid #222!important}.bx-g2-2{border-right:2px solid #222!important;border-left:2px solid #222!important}.by-g2-2{border-top:2px solid #222!important;border-bottom:2px solid #222!important}.b-g2-3{border:3px solid #222!important}.bt-g2-3{border-top:3px solid #222!important}.br-g2-3{border-right:3px solid #222!important}.bb-g2-3{border-bottom:3px solid #222!important}.bl-g2-3{border-left:3px solid #222!important}.bx-g2-3{border-right:3px solid #222!important;border-left:3px solid #222!important}.by-g2-3{border-top:3px solid #222!important;border-bottom:3px solid #222!important}.b-g2-4{border:4px solid #222!important}.bt-g2-4{border-top:4px solid #222!important}.br-g2-4{border-right:4px solid #222!important}.bb-g2-4{border-bottom:4px solid #222!important}.bl-g2-4{border-left:4px solid #222!important}.bx-g2-4{border-right:4px solid #222!important;border-left:4px solid #222!important}.by-g2-4{border-top:4px solid #222!important;border-bottom:4px solid #222!important}.b-g3-1{border:1px solid #666!important}.bt-g3-1{border-top:1px solid #666!important}.br-g3-1{border-right:1px solid #666!important}.bb-g3-1{border-bottom:1px solid #666!important}.bl-g3-1{border-left:1px solid #666!important}.bx-g3-1{border-right:1px solid #666!important;border-left:1px solid #666!important}.by-g3-1{border-top:1px solid #666!important;border-bottom:1px solid #666!important}.b-g3-2{border:2px solid #666!important}.bt-g3-2{border-top:2px solid #666!important}.br-g3-2{border-right:2px solid #666!important}.bb-g3-2{border-bottom:2px solid #666!important}.bl-g3-2{border-left:2px solid #666!important}.bx-g3-2{border-right:2px solid #666!important;border-left:2px solid #666!important}.by-g3-2{border-top:2px solid #666!important;border-bottom:2px solid #666!important}.b-g3-3{border:3px solid #666!important}.bt-g3-3{border-top:3px solid #666!important}.br-g3-3{border-right:3px solid #666!important}.bb-g3-3{border-bottom:3px solid #666!important}.bl-g3-3{border-left:3px solid #666!important}.bx-g3-3{border-right:3px solid #666!important;border-left:3px solid #666!important}.by-g3-3{border-top:3px solid #666!important;border-bottom:3px solid #666!important}.b-g3-4{border:4px solid #666!important}.bt-g3-4{border-top:4px solid #666!important}.br-g3-4{border-right:4px solid #666!important}.bb-g3-4{border-bottom:4px solid #666!important}.bl-g3-4{border-left:4px solid #666!important}.bx-g3-4{border-right:4px solid #666!important;border-left:4px solid #666!important}.by-g3-4{border-top:4px solid #666!important;border-bottom:4px solid #666!important}.b-g4-1{border:1px solid #999!important}.bt-g4-1{border-top:1px solid #999!important}.br-g4-1{border-right:1px solid #999!important}.bb-g4-1{border-bottom:1px solid #999!important}.bl-g4-1{border-left:1px solid #999!important}.bx-g4-1{border-right:1px solid #999!important;border-left:1px solid #999!important}.by-g4-1{border-top:1px solid #999!important;border-bottom:1px solid #999!important}.b-g4-2{border:2px solid #999!important}.bt-g4-2{border-top:2px solid #999!important}.br-g4-2{border-right:2px solid #999!important}.bb-g4-2{border-bottom:2px solid #999!important}.bl-g4-2{border-left:2px solid #999!important}.bx-g4-2{border-right:2px solid #999!important;border-left:2px solid #999!important}.by-g4-2{border-top:2px solid #999!important;border-bottom:2px solid #999!important}.b-g4-3{border:3px solid #999!important}.bt-g4-3{border-top:3px solid #999!important}.br-g4-3{border-right:3px solid #999!important}.bb-g4-3{border-bottom:3px solid #999!important}.bl-g4-3{border-left:3px solid #999!important}.bx-g4-3{border-right:3px solid #999!important;border-left:3px solid #999!important}.by-g4-3{border-top:3px solid #999!important;border-bottom:3px solid #999!important}.b-g4-4{border:4px solid #999!important}.bt-g4-4{border-top:4px solid #999!important}.br-g4-4{border-right:4px solid #999!important}.bb-g4-4{border-bottom:4px solid #999!important}.bl-g4-4{border-left:4px solid #999!important}.bx-g4-4{border-right:4px solid #999!important;border-left:4px solid #999!important}.by-g4-4{border-top:4px solid #999!important;border-bottom:4px solid #999!important}.b-g5-1{border:1px solid #b0b0b0!important}.bt-g5-1{border-top:1px solid #b0b0b0!important}.br-g5-1{border-right:1px solid #b0b0b0!important}.bb-g5-1{border-bottom:1px solid #b0b0b0!important}.bl-g5-1{border-left:1px solid #b0b0b0!important}.bx-g5-1{border-right:1px solid #b0b0b0!important;border-left:1px solid #b0b0b0!important}.by-g5-1{border-top:1px solid #b0b0b0!important;border-bottom:1px solid #b0b0b0!important}.b-g5-2{border:2px solid #b0b0b0!important}.bt-g5-2{border-top:2px solid #b0b0b0!important}.br-g5-2{border-right:2px solid #b0b0b0!important}.bb-g5-2{border-bottom:2px solid #b0b0b0!important}.bl-g5-2{border-left:2px solid #b0b0b0!important}.bx-g5-2{border-right:2px solid #b0b0b0!important;border-left:2px solid #b0b0b0!important}.by-g5-2{border-top:2px solid #b0b0b0!important;border-bottom:2px solid #b0b0b0!important}.b-g5-3{border:3px solid #b0b0b0!important}.bt-g5-3{border-top:3px solid #b0b0b0!important}.br-g5-3{border-right:3px solid #b0b0b0!important}.bb-g5-3{border-bottom:3px solid #b0b0b0!important}.bl-g5-3{border-left:3px solid #b0b0b0!important}.bx-g5-3{border-right:3px solid #b0b0b0!important;border-left:3px solid #b0b0b0!important}.by-g5-3{border-top:3px solid #b0b0b0!important;border-bottom:3px solid #b0b0b0!important}.b-g5-4{border:4px solid #b0b0b0!important}.bt-g5-4{border-top:4px solid #b0b0b0!important}.br-g5-4{border-right:4px solid #b0b0b0!important}.bb-g5-4{border-bottom:4px solid #b0b0b0!important}.bl-g5-4{border-left:4px solid #b0b0b0!important}.bx-g5-4{border-right:4px solid #b0b0b0!important;border-left:4px solid #b0b0b0!important}.by-g5-4{border-top:4px solid #b0b0b0!important;border-bottom:4px solid #b0b0b0!important}.b-g6-1{border:1px solid #dbdbdb!important}.bt-g6-1{border-top:1px solid #dbdbdb!important}.br-g6-1{border-right:1px solid #dbdbdb!important}.bb-g6-1{border-bottom:1px solid #dbdbdb!important}.bl-g6-1{border-left:1px solid #dbdbdb!important}.bx-g6-1{border-right:1px solid #dbdbdb!important;border-left:1px solid #dbdbdb!important}.by-g6-1{border-top:1px solid #dbdbdb!important;border-bottom:1px solid #dbdbdb!important}.b-g6-2{border:2px solid #dbdbdb!important}.bt-g6-2{border-top:2px solid #dbdbdb!important}.br-g6-2{border-right:2px solid #dbdbdb!important}.bb-g6-2{border-bottom:2px solid #dbdbdb!important}.bl-g6-2{border-left:2px solid #dbdbdb!important}.bx-g6-2{border-right:2px solid #dbdbdb!important;border-left:2px solid #dbdbdb!important}.by-g6-2{border-top:2px solid #dbdbdb!important;border-bottom:2px solid #dbdbdb!important}.b-g6-3{border:3px solid #dbdbdb!important}.bt-g6-3{border-top:3px solid #dbdbdb!important}.br-g6-3{border-right:3px solid #dbdbdb!important}.bb-g6-3{border-bottom:3px solid #dbdbdb!important}.bl-g6-3{border-left:3px solid #dbdbdb!important}.bx-g6-3{border-right:3px solid #dbdbdb!important;border-left:3px solid #dbdbdb!important}.by-g6-3{border-top:3px solid #dbdbdb!important;border-bottom:3px solid #dbdbdb!important}.b-g6-4{border:4px solid #dbdbdb!important}.bt-g6-4{border-top:4px solid #dbdbdb!important}.br-g6-4{border-right:4px solid #dbdbdb!important}.bb-g6-4{border-bottom:4px solid #dbdbdb!important}.bl-g6-4{border-left:4px solid #dbdbdb!important}.bx-g6-4{border-right:4px solid #dbdbdb!important;border-left:4px solid #dbdbdb!important}.by-g6-4{border-top:4px solid #dbdbdb!important;border-bottom:4px solid #dbdbdb!important}.b-g7-1{border:1px solid #e9ecef!important}.bt-g7-1{border-top:1px solid #e9ecef!important}.br-g7-1{border-right:1px solid #e9ecef!important}.bb-g7-1{border-bottom:1px solid #e9ecef!important}.bl-g7-1{border-left:1px solid #e9ecef!important}.bx-g7-1{border-right:1px solid #e9ecef!important;border-left:1px solid #e9ecef!important}.by-g7-1{border-top:1px solid #e9ecef!important;border-bottom:1px solid #e9ecef!important}.b-g7-2{border:2px solid #e9ecef!important}.bt-g7-2{border-top:2px solid #e9ecef!important}.br-g7-2{border-right:2px solid #e9ecef!important}.bb-g7-2{border-bottom:2px solid #e9ecef!important}.bl-g7-2{border-left:2px solid #e9ecef!important}.bx-g7-2{border-right:2px solid #e9ecef!important;border-left:2px solid #e9ecef!important}.by-g7-2{border-top:2px solid #e9ecef!important;border-bottom:2px solid #e9ecef!important}.b-g7-3{border:3px solid #e9ecef!important}.bt-g7-3{border-top:3px solid #e9ecef!important}.br-g7-3{border-right:3px solid #e9ecef!important}.bb-g7-3{border-bottom:3px solid #e9ecef!important}.bl-g7-3{border-left:3px solid #e9ecef!important}.bx-g7-3{border-right:3px solid #e9ecef!important;border-left:3px solid #e9ecef!important}.by-g7-3{border-top:3px solid #e9ecef!important;border-bottom:3px solid #e9ecef!important}.b-g7-4{border:4px solid #e9ecef!important}.bt-g7-4{border-top:4px solid #e9ecef!important}.br-g7-4{border-right:4px solid #e9ecef!important}.bb-g7-4{border-bottom:4px solid #e9ecef!important}.bl-g7-4{border-left:4px solid #e9ecef!important}.bx-g7-4{border-right:4px solid #e9ecef!important;border-left:4px solid #e9ecef!important}.by-g7-4{border-top:4px solid #e9ecef!important;border-bottom:4px solid #e9ecef!important}.b-p-1{border:1px solid #c35093!important}.bt-p-1{border-top:1px solid #c35093!important}.br-p-1{border-right:1px solid #c35093!important}.bb-p-1{border-bottom:1px solid #c35093!important}.bl-p-1{border-left:1px solid #c35093!important}.bx-p-1{border-right:1px solid #c35093!important;border-left:1px solid #c35093!important}.by-p-1{border-top:1px solid #c35093!important;border-bottom:1px solid #c35093!important}.b-p-2{border:2px solid #c35093!important}.bt-p-2{border-top:2px solid #c35093!important}.br-p-2{border-right:2px solid #c35093!important}.bb-p-2{border-bottom:2px solid #c35093!important}.bl-p-2{border-left:2px solid #c35093!important}.bx-p-2{border-right:2px solid #c35093!important;border-left:2px solid #c35093!important}.by-p-2{border-top:2px solid #c35093!important;border-bottom:2px solid #c35093!important}.b-p-3{border:3px solid #c35093!important}.bt-p-3{border-top:3px solid #c35093!important}.br-p-3{border-right:3px solid #c35093!important}.bb-p-3{border-bottom:3px solid #c35093!important}.bl-p-3{border-left:3px solid #c35093!important}.bx-p-3{border-right:3px solid #c35093!important;border-left:3px solid #c35093!important}.by-p-3{border-top:3px solid #c35093!important;border-bottom:3px solid #c35093!important}.b-p-4{border:4px solid #c35093!important}.bt-p-4{border-top:4px solid #c35093!important}.br-p-4{border-right:4px solid #c35093!important}.bb-p-4{border-bottom:4px solid #c35093!important}.bl-p-4{border-left:4px solid #c35093!important}.bx-p-4{border-right:4px solid #c35093!important;border-left:4px solid #c35093!important}.by-p-4{border-top:4px solid #c35093!important;border-bottom:4px solid #c35093!important}.b-t-1{border:1px solid transparent!important}.bt-t-1{border-top:1px solid transparent!important}.br-t-1{border-right:1px solid transparent!important}.bb-t-1{border-bottom:1px solid transparent!important}.bl-t-1{border-left:1px solid transparent!important}.bx-t-1{border-right:1px solid transparent!important;border-left:1px solid transparent!important}.by-t-1{border-top:1px solid transparent!important;border-bottom:1px solid transparent!important}.b-t-2{border:2px solid transparent!important}.bt-t-2{border-top:2px solid transparent!important}.br-t-2{border-right:2px solid transparent!important}.bb-t-2{border-bottom:2px solid transparent!important}.bl-t-2{border-left:2px solid transparent!important}.bx-t-2{border-right:2px solid transparent!important;border-left:2px solid transparent!important}.by-t-2{border-top:2px solid transparent!important;border-bottom:2px solid transparent!important}.b-t-3{border:3px solid transparent!important}.bt-t-3{border-top:3px solid transparent!important}.br-t-3{border-right:3px solid transparent!important}.bb-t-3{border-bottom:3px solid transparent!important}.bl-t-3{border-left:3px solid transparent!important}.bx-t-3{border-right:3px solid transparent!important;border-left:3px solid transparent!important}.by-t-3{border-top:3px solid transparent!important;border-bottom:3px solid transparent!important}.b-t-4{border:4px solid transparent!important}.bt-t-4{border-top:4px solid transparent!important}.br-t-4{border-right:4px solid transparent!important}.bb-t-4{border-bottom:4px solid transparent!important}.bl-t-4{border-left:4px solid transparent!important}.bx-t-4{border-right:4px solid transparent!important;border-left:4px solid transparent!important}.by-t-4{border-top:4px solid transparent!important;border-bottom:4px solid transparent!important}.b-none{border:none!important}.bt-none{border-top:none!important}.br-none{border-right:none!important}.bb-none{border-bottom:none!important}.bl-none{border-left:none!important}.bx-none{border-right:none!important;border-left:none!important}.by-none{border-top:none!important;border-bottom:none!important}@media(max-width:767.98px){.container{padding-right:10px;padding-left:10px}.row:not(.no-gutters){margin-left:-10px;margin-right:-10px}.row:not(.no-gutters)>.col,.row:not(.no-gutters)>[class*=col-]{padding-right:10px;padding-left:10px}}.row-1:not(.no-gutters){margin-left:-.25rem;margin-right:-.25rem}.row-2:not(.no-gutters){margin-left:-.5rem;margin-right:-.5rem}.row-3:not(.no-gutters){margin-left:-.75rem;margin-right:-.75rem}.row-4:not(.no-gutters){margin-left:-1rem;margin-right:-1rem}.row-5:not(.no-gutters){margin-left:-1.75rem;margin-right:-1.75rem}.row-6:not(.no-gutters){margin-left:-2rem;margin-right:-2rem}.row-7:not(.no-gutters){margin-left:-3rem;margin-right:-3rem}.row-8:not(.no-gutters){margin-left:-4.5rem;margin-right:-4.5rem}.row-9:not(.no-gutters){margin-left:-6rem;margin-right:-6rem}@media(max-width:991.98px){.row-1:not(.no-gutters){margin-left:-.225rem;margin-right:-.225rem}.m-1:not(.ad-unit){margin:.225rem!important}.mt-1:not(.ad-unit){margin-top:.225rem!important}.mr-1:not(.ad-unit){margin-right:.225rem!important}.mb-1:not(.ad-unit){margin-bottom:.225rem!important}.ml-1:not(.ad-unit){margin-left:.225rem!important}.mx-1:not(.ad-unit){margin-right:.225rem!important;margin-left:.225rem!important}.my-1:not(.ad-unit){margin-top:.225rem!important;margin-bottom:.225rem!important}.row-2:not(.no-gutters){margin-left:-.45rem;margin-right:-.45rem}.m-2:not(.ad-unit){margin:.45rem!important}.mt-2:not(.ad-unit){margin-top:.45rem!important}.mr-2:not(.ad-unit){margin-right:.45rem!important}.mb-2:not(.ad-unit){margin-bottom:.45rem!important}.ml-2:not(.ad-unit){margin-left:.45rem!important}.mx-2:not(.ad-unit){margin-right:.45rem!important;margin-left:.45rem!important}.my-2:not(.ad-unit){margin-top:.45rem!important;margin-bottom:.45rem!important}.row-3:not(.no-gutters){margin-left:-.675rem;margin-right:-.675rem}.m-3:not(.ad-unit){margin:.675rem!important}.mt-3:not(.ad-unit){margin-top:.675rem!important}.mr-3:not(.ad-unit){margin-right:.675rem!important}.mb-3:not(.ad-unit){margin-bottom:.675rem!important}.ml-3:not(.ad-unit){margin-left:.675rem!important}.mx-3:not(.ad-unit){margin-right:.675rem!important;margin-left:.675rem!important}.my-3:not(.ad-unit){margin-top:.675rem!important;margin-bottom:.675rem!important}.row-4:not(.no-gutters){margin-left:-.9rem;margin-right:-.9rem}.m-4:not(.ad-unit){margin:.9rem!important}.mt-4:not(.ad-unit){margin-top:.9rem!important}.mr-4:not(.ad-unit){margin-right:.9rem!important}.mb-4:not(.ad-unit){margin-bottom:.9rem!important}.ml-4:not(.ad-unit){margin-left:.9rem!important}.mx-4:not(.ad-unit){margin-right:.9rem!important;margin-left:.9rem!important}.my-4:not(.ad-unit){margin-top:.9rem!important;margin-bottom:.9rem!important}.row-5:not(.no-gutters){margin-left:-1.4875rem;margin-right:-1.4875rem}.m-5:not(.ad-unit){margin:1.4875rem!important}.mt-5:not(.ad-unit){margin-top:1.4875rem!important}.mr-5:not(.ad-unit){margin-right:1.4875rem!important}.mb-5:not(.ad-unit){margin-bottom:1.4875rem!important}.ml-5:not(.ad-unit){margin-left:1.4875rem!important}.mx-5:not(.ad-unit){margin-right:1.4875rem!important;margin-left:1.4875rem!important}.my-5:not(.ad-unit){margin-top:1.4875rem!important;margin-bottom:1.4875rem!important}.row-6:not(.no-gutters){margin-left:-1.7rem;margin-right:-1.7rem}.m-6:not(.ad-unit){margin:1.7rem!important}.mt-6:not(.ad-unit){margin-top:1.7rem!important}.mr-6:not(.ad-unit){margin-right:1.7rem!important}.mb-6:not(.ad-unit){margin-bottom:1.7rem!important}.ml-6:not(.ad-unit){margin-left:1.7rem!important}.mx-6:not(.ad-unit){margin-right:1.7rem!important;margin-left:1.7rem!important}.my-6:not(.ad-unit){margin-top:1.7rem!important;margin-bottom:1.7rem!important}.row-7:not(.no-gutters){margin-left:-2.55rem;margin-right:-2.55rem}.m-7:not(.ad-unit){margin:2.55rem!important}.mt-7:not(.ad-unit){margin-top:2.55rem!important}.mr-7:not(.ad-unit){margin-right:2.55rem!important}.mb-7:not(.ad-unit){margin-bottom:2.55rem!important}.ml-7:not(.ad-unit){margin-left:2.55rem!important}.mx-7:not(.ad-unit){margin-right:2.55rem!important;margin-left:2.55rem!important}.my-7:not(.ad-unit){margin-top:2.55rem!important;margin-bottom:2.55rem!important}.row-8:not(.no-gutters){margin-left:-3.825rem;margin-right:-3.825rem}.m-8:not(.ad-unit){margin:3.825rem!important}.mt-8:not(.ad-unit){margin-top:3.825rem!important}.mr-8:not(.ad-unit){margin-right:3.825rem!important}.mb-8:not(.ad-unit){margin-bottom:3.825rem!important}.ml-8:not(.ad-unit){margin-left:3.825rem!important}.mx-8:not(.ad-unit){margin-right:3.825rem!important;margin-left:3.825rem!important}.my-8:not(.ad-unit){margin-top:3.825rem!important;margin-bottom:3.825rem!important}.row-9:not(.no-gutters){margin-left:-5.1rem;margin-right:-5.1rem}.m-9:not(.ad-unit){margin:5.1rem!important}.mt-9:not(.ad-unit){margin-top:5.1rem!important}.mr-9:not(.ad-unit){margin-right:5.1rem!important}.mb-9:not(.ad-unit){margin-bottom:5.1rem!important}.ml-9:not(.ad-unit){margin-left:5.1rem!important}.mx-9:not(.ad-unit){margin-right:5.1rem!important;margin-left:5.1rem!important}.my-9:not(.ad-unit){margin-top:5.1rem!important;margin-bottom:5.1rem!important}.p-1:not(.ad-unit){padding:.225rem!important}.pt-1:not(.ad-unit){padding-top:.225rem!important}.pr-1:not(.ad-unit){padding-right:.225rem!important}.pb-1:not(.ad-unit){padding-bottom:.225rem!important}.pl-1:not(.ad-unit){padding-left:.225rem!important}.px-1:not(.ad-unit){padding-right:.225rem!important;padding-left:.225rem!important}.py-1:not(.ad-unit){padding-top:.225rem!important;padding-bottom:.225rem!important}.p-2:not(.ad-unit){padding:.45rem!important}.pt-2:not(.ad-unit){padding-top:.45rem!important}.pr-2:not(.ad-unit){padding-right:.45rem!important}.pb-2:not(.ad-unit){padding-bottom:.45rem!important}.pl-2:not(.ad-unit){padding-left:.45rem!important}.px-2:not(.ad-unit){padding-right:.45rem!important;padding-left:.45rem!important}.py-2:not(.ad-unit){padding-top:.45rem!important;padding-bottom:.45rem!important}.p-3:not(.ad-unit){padding:.675rem!important}.pt-3:not(.ad-unit){padding-top:.675rem!important}.pr-3:not(.ad-unit){padding-right:.675rem!important}.pb-3:not(.ad-unit){padding-bottom:.675rem!important}.pl-3:not(.ad-unit){padding-left:.675rem!important}.px-3:not(.ad-unit){padding-right:.675rem!important;padding-left:.675rem!important}.py-3:not(.ad-unit){padding-top:.675rem!important;padding-bottom:.675rem!important}.p-4:not(.ad-unit){padding:.9rem!important}.pt-4:not(.ad-unit){padding-top:.9rem!important}.pr-4:not(.ad-unit){padding-right:.9rem!important}.pb-4:not(.ad-unit){padding-bottom:.9rem!important}.pl-4:not(.ad-unit){padding-left:.9rem!important}.px-4:not(.ad-unit){padding-right:.9rem!important;padding-left:.9rem!important}.py-4:not(.ad-unit){padding-top:.9rem!important;padding-bottom:.9rem!important}.p-5:not(.ad-unit){padding:1.4875rem!important}.pt-5:not(.ad-unit){padding-top:1.4875rem!important}.pr-5:not(.ad-unit){padding-right:1.4875rem!important}.pb-5:not(.ad-unit){padding-bottom:1.4875rem!important}.pl-5:not(.ad-unit){padding-left:1.4875rem!important}.px-5:not(.ad-unit){padding-right:1.4875rem!important;padding-left:1.4875rem!important}.py-5:not(.ad-unit){padding-top:1.4875rem!important;padding-bottom:1.4875rem!important}.p-6:not(.ad-unit){padding:1.7rem!important}.pt-6:not(.ad-unit){padding-top:1.7rem!important}.pr-6:not(.ad-unit){padding-right:1.7rem!important}.pb-6:not(.ad-unit){padding-bottom:1.7rem!important}.pl-6:not(.ad-unit){padding-left:1.7rem!important}.px-6:not(.ad-unit){padding-right:1.7rem!important;padding-left:1.7rem!important}.py-6:not(.ad-unit){padding-top:1.7rem!important;padding-bottom:1.7rem!important}.p-7:not(.ad-unit){padding:2.55rem!important}.pt-7:not(.ad-unit){padding-top:2.55rem!important}.pr-7:not(.ad-unit){padding-right:2.55rem!important}.pb-7:not(.ad-unit){padding-bottom:2.55rem!important}.pl-7:not(.ad-unit){padding-left:2.55rem!important}.px-7:not(.ad-unit){padding-right:2.55rem!important;padding-left:2.55rem!important}.py-7:not(.ad-unit){padding-top:2.55rem!important;padding-bottom:2.55rem!important}.p-8:not(.ad-unit){padding:3.825rem!important}.pt-8:not(.ad-unit){padding-top:3.825rem!important}.pr-8:not(.ad-unit){padding-right:3.825rem!important}.pb-8:not(.ad-unit){padding-bottom:3.825rem!important}.pl-8:not(.ad-unit){padding-left:3.825rem!important}.px-8:not(.ad-unit){padding-right:3.825rem!important;padding-left:3.825rem!important}.py-8:not(.ad-unit){padding-top:3.825rem!important;padding-bottom:3.825rem!important}.p-9:not(.ad-unit){padding:5.1rem!important}.pt-9:not(.ad-unit){padding-top:5.1rem!important}.pr-9:not(.ad-unit){padding-right:5.1rem!important}.pb-9:not(.ad-unit){padding-bottom:5.1rem!important}.pl-9:not(.ad-unit){padding-left:5.1rem!important}.px-9:not(.ad-unit){padding-right:5.1rem!important;padding-left:5.1rem!important}.py-9:not(.ad-unit){padding-top:5.1rem!important;padding-bottom:5.1rem!important}}@media(max-width:767.98px){.row-1:not(.no-gutters){margin-left:-.2rem;margin-right:-.2rem}.m-1:not(.ad-unit){margin:.2rem!important}.mt-1:not(.ad-unit){margin-top:.2rem!important}.mr-1:not(.ad-unit){margin-right:.2rem!important}.mb-1:not(.ad-unit){margin-bottom:.2rem!important}.ml-1:not(.ad-unit){margin-left:.2rem!important}.mx-1:not(.ad-unit){margin-right:.2rem!important;margin-left:.2rem!important}.my-1:not(.ad-unit){margin-top:.2rem!important;margin-bottom:.2rem!important}.row-2:not(.no-gutters){margin-left:-.4rem;margin-right:-.4rem}.m-2:not(.ad-unit){margin:.4rem!important}.mt-2:not(.ad-unit){margin-top:.4rem!important}.mr-2:not(.ad-unit){margin-right:.4rem!important}.mb-2:not(.ad-unit){margin-bottom:.4rem!important}.ml-2:not(.ad-unit){margin-left:.4rem!important}.mx-2:not(.ad-unit){margin-right:.4rem!important;margin-left:.4rem!important}.my-2:not(.ad-unit){margin-top:.4rem!important;margin-bottom:.4rem!important}.row-3:not(.no-gutters){margin-left:-.6rem;margin-right:-.6rem}.m-3:not(.ad-unit){margin:.6rem!important}.mt-3:not(.ad-unit){margin-top:.6rem!important}.mr-3:not(.ad-unit){margin-right:.6rem!important}.mb-3:not(.ad-unit){margin-bottom:.6rem!important}.ml-3:not(.ad-unit){margin-left:.6rem!important}.mx-3:not(.ad-unit){margin-right:.6rem!important;margin-left:.6rem!important}.my-3:not(.ad-unit){margin-top:.6rem!important;margin-bottom:.6rem!important}.row-4:not(.no-gutters){margin-left:-.8rem;margin-right:-.8rem}.m-4:not(.ad-unit){margin:.8rem!important}.mt-4:not(.ad-unit){margin-top:.8rem!important}.mr-4:not(.ad-unit){margin-right:.8rem!important}.mb-4:not(.ad-unit){margin-bottom:.8rem!important}.ml-4:not(.ad-unit){margin-left:.8rem!important}.mx-4:not(.ad-unit){margin-right:.8rem!important;margin-left:.8rem!important}.my-4:not(.ad-unit){margin-top:.8rem!important;margin-bottom:.8rem!important}.row-5:not(.no-gutters){margin-left:-1.05rem;margin-right:-1.05rem}.m-5:not(.ad-unit){margin:1.05rem!important}.mt-5:not(.ad-unit){margin-top:1.05rem!important}.mr-5:not(.ad-unit){margin-right:1.05rem!important}.mb-5:not(.ad-unit){margin-bottom:1.05rem!important}.ml-5:not(.ad-unit){margin-left:1.05rem!important}.mx-5:not(.ad-unit){margin-right:1.05rem!important;margin-left:1.05rem!important}.my-5:not(.ad-unit){margin-top:1.05rem!important;margin-bottom:1.05rem!important}.row-6:not(.no-gutters){margin-left:-1.2rem;margin-right:-1.2rem}.m-6:not(.ad-unit){margin:1.2rem!important}.mt-6:not(.ad-unit){margin-top:1.2rem!important}.mr-6:not(.ad-unit){margin-right:1.2rem!important}.mb-6:not(.ad-unit){margin-bottom:1.2rem!important}.ml-6:not(.ad-unit){margin-left:1.2rem!important}.mx-6:not(.ad-unit){margin-right:1.2rem!important;margin-left:1.2rem!important}.my-6:not(.ad-unit){margin-top:1.2rem!important;margin-bottom:1.2rem!important}.row-7:not(.no-gutters){margin-left:-1.8rem;margin-right:-1.8rem}.m-7:not(.ad-unit){margin:1.8rem!important}.mt-7:not(.ad-unit){margin-top:1.8rem!important}.mr-7:not(.ad-unit){margin-right:1.8rem!important}.mb-7:not(.ad-unit){margin-bottom:1.8rem!important}.ml-7:not(.ad-unit){margin-left:1.8rem!important}.mx-7:not(.ad-unit){margin-right:1.8rem!important;margin-left:1.8rem!important}.my-7:not(.ad-unit){margin-top:1.8rem!important;margin-bottom:1.8rem!important}.row-8:not(.no-gutters){margin-left:-2.7rem;margin-right:-2.7rem}.m-8:not(.ad-unit){margin:2.7rem!important}.mt-8:not(.ad-unit){margin-top:2.7rem!important}.mr-8:not(.ad-unit){margin-right:2.7rem!important}.mb-8:not(.ad-unit){margin-bottom:2.7rem!important}.ml-8:not(.ad-unit){margin-left:2.7rem!important}.mx-8:not(.ad-unit){margin-right:2.7rem!important;margin-left:2.7rem!important}.my-8:not(.ad-unit){margin-top:2.7rem!important;margin-bottom:2.7rem!important}.row-9:not(.no-gutters){margin-left:-3.6rem;margin-right:-3.6rem}.m-9:not(.ad-unit){margin:3.6rem!important}.mt-9:not(.ad-unit){margin-top:3.6rem!important}.mr-9:not(.ad-unit){margin-right:3.6rem!important}.mb-9:not(.ad-unit){margin-bottom:3.6rem!important}.ml-9:not(.ad-unit){margin-left:3.6rem!important}.mx-9:not(.ad-unit){margin-right:3.6rem!important;margin-left:3.6rem!important}.my-9:not(.ad-unit){margin-top:3.6rem!important;margin-bottom:3.6rem!important}.p-1:not(.ad-unit){padding:.2rem!important}.pt-1:not(.ad-unit){padding-top:.2rem!important}.pr-1:not(.ad-unit){padding-right:.2rem!important}.pb-1:not(.ad-unit){padding-bottom:.2rem!important}.pl-1:not(.ad-unit){padding-left:.2rem!important}.px-1:not(.ad-unit){padding-right:.2rem!important;padding-left:.2rem!important}.py-1:not(.ad-unit){padding-top:.2rem!important;padding-bottom:.2rem!important}.p-2:not(.ad-unit){padding:.4rem!important}.pt-2:not(.ad-unit){padding-top:.4rem!important}.pr-2:not(.ad-unit){padding-right:.4rem!important}.pb-2:not(.ad-unit){padding-bottom:.4rem!important}.pl-2:not(.ad-unit){padding-left:.4rem!important}.px-2:not(.ad-unit){padding-right:.4rem!important;padding-left:.4rem!important}.py-2:not(.ad-unit){padding-top:.4rem!important;padding-bottom:.4rem!important}.p-3:not(.ad-unit){padding:.6rem!important}.pt-3:not(.ad-unit){padding-top:.6rem!important}.pr-3:not(.ad-unit){padding-right:.6rem!important}.pb-3:not(.ad-unit){padding-bottom:.6rem!important}.pl-3:not(.ad-unit){padding-left:.6rem!important}.px-3:not(.ad-unit){padding-right:.6rem!important;padding-left:.6rem!important}.py-3:not(.ad-unit){padding-top:.6rem!important;padding-bottom:.6rem!important}.p-4:not(.ad-unit){padding:.8rem!important}.pt-4:not(.ad-unit){padding-top:.8rem!important}.pr-4:not(.ad-unit){padding-right:.8rem!important}.pb-4:not(.ad-unit){padding-bottom:.8rem!important}.pl-4:not(.ad-unit){padding-left:.8rem!important}.px-4:not(.ad-unit){padding-right:.8rem!important;padding-left:.8rem!important}.py-4:not(.ad-unit){padding-top:.8rem!important;padding-bottom:.8rem!important}.p-5:not(.ad-unit){padding:1.05rem!important}.pt-5:not(.ad-unit){padding-top:1.05rem!important}.pr-5:not(.ad-unit){padding-right:1.05rem!important}.pb-5:not(.ad-unit){padding-bottom:1.05rem!important}.pl-5:not(.ad-unit){padding-left:1.05rem!important}.px-5:not(.ad-unit){padding-right:1.05rem!important;padding-left:1.05rem!important}.py-5:not(.ad-unit){padding-top:1.05rem!important;padding-bottom:1.05rem!important}.p-6:not(.ad-unit){padding:1.2rem!important}.pt-6:not(.ad-unit){padding-top:1.2rem!important}.pr-6:not(.ad-unit){padding-right:1.2rem!important}.pb-6:not(.ad-unit){padding-bottom:1.2rem!important}.pl-6:not(.ad-unit){padding-left:1.2rem!important}.px-6:not(.ad-unit){padding-right:1.2rem!important;padding-left:1.2rem!important}.py-6:not(.ad-unit){padding-top:1.2rem!important;padding-bottom:1.2rem!important}.p-7:not(.ad-unit){padding:1.8rem!important}.pt-7:not(.ad-unit){padding-top:1.8rem!important}.pr-7:not(.ad-unit){padding-right:1.8rem!important}.pb-7:not(.ad-unit){padding-bottom:1.8rem!important}.pl-7:not(.ad-unit){padding-left:1.8rem!important}.px-7:not(.ad-unit){padding-right:1.8rem!important;padding-left:1.8rem!important}.py-7:not(.ad-unit){padding-top:1.8rem!important;padding-bottom:1.8rem!important}.p-8:not(.ad-unit){padding:2.7rem!important}.pt-8:not(.ad-unit){padding-top:2.7rem!important}.pr-8:not(.ad-unit){padding-right:2.7rem!important}.pb-8:not(.ad-unit){padding-bottom:2.7rem!important}.pl-8:not(.ad-unit){padding-left:2.7rem!important}.px-8:not(.ad-unit){padding-right:2.7rem!important;padding-left:2.7rem!important}.py-8:not(.ad-unit){padding-top:2.7rem!important;padding-bottom:2.7rem!important}.p-9:not(.ad-unit){padding:3.6rem!important}.pt-9:not(.ad-unit){padding-top:3.6rem!important}.pr-9:not(.ad-unit){padding-right:3.6rem!important}.pb-9:not(.ad-unit){padding-bottom:3.6rem!important}.pl-9:not(.ad-unit){padding-left:3.6rem!important}.px-9:not(.ad-unit){padding-right:3.6rem!important;padding-left:3.6rem!important}.py-9:not(.ad-unit){padding-top:3.6rem!important;padding-bottom:3.6rem!important}}.d-xs-list-item{display:list-item!important}@media(min-width:576px){.d-sm-list-item{display:list-item!important}}@media(min-width:768px){.d-md-list-item{display:list-item!important}}@media(min-width:992px){.d-lg-list-item{display:list-item!important}}@media(min-width:1280px){.d-xl-list-item{display:list-item!important}}.contained{background-color:#f7f7f7;border:1px solid #dbdbdb;padding:1.85rem}@media(max-width:991.98px){.contained{padding:1.625rem}}@media(max-width:767.98px){.contained{padding:1.125rem}}.desktop-contained{background-color:#fff;border-bottom:1px solid #e9ecef}@media(min-width:992px){.desktop-contained{padding:1.5rem}}@media(min-width:768px) and (max-width:991.98px){.desktop-contained{padding:1.25rem}}@media(max-width:767.98px){.desktop-contained{background-color:transparent;border-bottom:none}}@media(min-width:992px) and (max-width:1279.98px){#primaryContainer.desktop-contained{max-width:910px}}@media(min-width:768px) and (max-width:991.98px){#primaryContainer.desktop-contained{max-width:690px}}@media(min-width:768px){.sidebar-column .desktop-contained{padding:1rem}}.d-table-cell{padding:0 4px}.fixed-cell{width:1%;white-space:nowrap}.custom-columns{-webkit-column-width:450px;-webkit-column-gap:30px;width:100%;max-width:1170px;margin-left:auto;margin-right:auto}.custom-columns .column{-webkit-column-break-inside:avoid;display:inline-block;min-width:100%;padding-right:15px}.paragraph{font-size:1.125rem;font-weight:300}.sans-serif.paragraph p{font-size:1rem;line-height:1.8}.opacity-0{opacity:0!important}.opacity-1{opacity:.1!important}.opacity-2{opacity:.2!important}.opacity-3{opacity:.3!important}.opacity-4{opacity:.4!important}.opacity-5{opacity:.5!important}.opacity-6{opacity:.6!important}.opacity-7{opacity:.7!important}.opacity-8{opacity:.8!important}.opacity-9{opacity:.9!important}.opacity-10{opacity:1!important}.lh-0{line-height:0!important}lh-p{line-height:1.4!important}.block-with-text{height:80px}.trim-child-padding :first-child{padding-left:0!important}.trim-child-padding :last-child{padding-right:0!important}.trim-child-margin :first-child{margin-left:0!important}.trim-child-margin :last-child{margin-right:0!important}.top{top:0}.left{left:0}.bottom{bottom:0}.right{right:0}.clear-left{clear:left}.clear-right{clear:right}.spinner{display:inline-block;width:50px;height:30px;text-align:center}.spinner>div{background-color:#b0b0b0;height:100%;width:5px;display:inline-block;margin-right:2px;-webkit-animation:stretchdelay 1.2s infinite ease-in-out;animation:stretchdelay 1.2s infinite ease-in-out}.spinner .rect2{-webkit-animation-delay:-1.1s;animation-delay:-1.1s}.spinner .rect3{-webkit-animation-delay:-1s;animation-delay:-1s}.spinner .rect4{-webkit-animation-delay:-.9s;animation-delay:-.9s}.spinner .rect5{-webkit-animation-delay:-.8s;animation-delay:-.8s}@-webkit-keyframes stretchdelay{0%,40%,100%{-webkit-transform:scaleY(.4)}20%{-webkit-transform:scaleY(1)}}@keyframes stretchdelay{0%,40%,100%{transform:scaleY(.4);-webkit-transform:scaleY(.4)}20%{transform:scaleY(1);-webkit-transform:scaleY(1)}}.negative-margin-horz-large{margin-left:-30px;margin-right:-30px}.wrap{white-space:normal}.no-wrap{white-space:nowrap}.fill-line{background:#dbdbdb;display:block;position:relative;height:1px}.absolute,[class^=absolute-],[class*=" absolute-"]{position:absolute;z-index:1}.absolute-left{left:0}.absolute-right{right:0}.absolute-top{top:0}.absolute-bottom{bottom:0}.relative{position:relative}.full-width{width:100%}.search-image{width:60px}.img-500-center-wrap{height:200px;overflow:hidden}.img-500-center{margin-top:-110px}@media(max-width:1279.98px){.img-500-center{margin-top:-82px}}@media(max-width:991.98px){.img-500-center{margin-top:-92px}}@media(max-width:767.98px){.img-500-center{margin-top:-15%}}.img-full-center-wrap{height:250px;overflow:hidden}@media(max-width:1279.98px){.img-full-center-wrap{height:190px}}@media(max-width:575.98px){.img-full-center-wrap{height:170px}}@media(max-width:575.98px){.img-full-center-wrap{height:120px}}.text-ellipsis,.text-overflow-ellipsis{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.text-ellipsis-xs,.text-overflow-ellipsis-xs{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}@media(min-width:576px){.text-ellipsis-sm,.text-overflow-ellipsis-sm{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}}@media(min-width:768px){.text-ellipsis-md,.text-overflow-ellipsis-md{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}}@media(min-width:992px){.text-ellipsis-lg,.text-overflow-ellipsis-lg{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}}@media(min-width:1280px){.text-ellipsis-xl,.text-overflow-ellipsis-xl{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}}.text-overflow-ellipsis{line-height:1.2em}.text-overflow-wrap{white-space:normal;text-overflow:clip;overflow:visible;line-height:normal}@media(min-width:576px){.text-overflow-wrap-xs{white-space:normal;text-overflow:clip;overflow:visible;line-height:normal}}.bg-gray-base{background-color:#000}.bg-gray-darkest{background-color:#111}.bg-gray-darker{background-color:#222}.bg-gray-dark{background-color:#666}.bg-gray{background-color:#999}.bg-gray-lightest{background-color:#f7f7f7}.bg-gray-lighter{background-color:#dbdbdb}.bg-gray-light{background-color:#b0b0b0}.bg-white{background-color:#fff}.bg-black{background-color:#000}.bg-faded{background-color:rgba(0,0,0,.23)}.bg-faded-light{background-color:rgba(255,255,255,.15)}.bg-primary small,.bg-gray small{color:inherit}select#subscribe-reloaded{font-family:proxima-nova,Arial,Verdana,sans-serif;text-transform:uppercase}.expander{cursor:pointer}.expander:hover{color:#94336b}.expander:focus{outline:none}.badge-pill{border-radius:10rem}.tooltip{font-family:proxima-nova,Arial,Verdana,sans-serif}.form-control,.selectize-select{font-family:proxima-nova,Arial,Verdana,sans-serif;box-shadow:none}.selectize-select{line-height:0}.selectize-dropdown{line-height:1}.selectize-input{border-color:#999}.selectize-input,.selectize-input>input{font-size:.875rem;line-height:1.5}.input-group-prepend,.input-group-append{background:#f7f7f7}.dropdown-menu,.form-control,.input-group-addon{font-size:1rem}.wtb-dropdown .dropdown-menu{padding:.25rem 0}.wtb-dropdown .dropdown-menu .dropdown-divider{margin:.25rem 0}.wtb-dropdown .dropdown-menu .initial-list{padding-bottom:.25rem}.wtb-dropdown .dropdown-menu .expander-icon{font-size:.75rem;line-height:1.5;margin-left:1.5rem}.wtb-dropdown .dropdown-menu .expander-icon:before{content:"\f078"}.dropdown-submenu{position:relative;padding:.25rem 0;border-top:1px solid #dbdbdb}.dropdown-submenu .dropdown-toggle{padding-right:1rem}.dropdown-submenu .dropdown-item:hover:hover,.dropdown-submenu .dropdown-item:hover.hover{background-color:#e9ecef}.dropdown-submenu .dropdown-item:hover:active,.dropdown-submenu .dropdown-item:hover.active{background-color:#c35093}.dropdown-submenu a::after{transform:rotate(-90deg);position:absolute;right:6px;top:.8em}.dropdown-submenu.active-submenu,.dropdown-submenu.active-submenu .dropdown-menu{background:#f7f7f7}.dropdown-submenu.active-submenu .expander-icon:before{content:"\f077"}.dropdown-submenu .dropdown-menu{position:initial;float:none;border:none;margin:0}.icon-spin{-webkit-animation:spin 800ms infinite linear;animation:spin 800ms infinite linear}.pagination{font-family:proxima-nova,Arial,Verdana,sans-serif;list-style:none}.page-link.dots{padding-right:.25rem;padding-left:.25rem}@media(max-width:767.98px){.page-link{padding:.25rem .5rem;font-size:.875rem;line-height:1.5}}.progress-primary[value]::-webkit-progress-value{background-color:#c35093}.progress-primary[value]::-moz-progress-bar{background-color:#c35093}.progress-primary[value]::-ms-fill{background-color:#c35093}@media screen and (min-width:0\0){.progress-primary .progress-bar{background-color:#c35093}}.error{font-weight:700;color:#a94442}.categories .category-block:hover{cursor:pointer}.categories .category-block:hover .category-item{color:#999}.categories .category-item.active{color:#c35093}@-webkit-keyframes spin{0%{transform:rotate(0deg)}100%{transform:rotate(359deg)}}@keyframes spin{0%{transform:rotate(0deg)}100%{transform:rotate(359deg)}}.expander-icon{font-size:1rem}@media(max-width:1279.98px){.product-search.form-control,.product-search,.brand-search.form-control,.brand-search{font-size:1rem}}@media(max-width:991.98px){.product-search.form-control,.product-search,.brand-search.form-control,.brand-search{font-size:.875rem}}@media(max-width:991.98px){#panel{padding-top:55px;transform:translateX(0)}.mobile-header .filters-section{margin-top:.8rem}.mobile-header .filters-section .top-buttons.multiple-buttons .btn,.mobile-header .filters-section .top-buttons.multiple-buttons .generic-button,.mobile-header .filters-section .top-buttons.multiple-buttons .bp-nav-btns li a,.bp-nav-btns li .mobile-header .filters-section .top-buttons.multiple-buttons a,.mobile-header .filters-section .filters-bar .btn,.mobile-header .filters-section .filters-bar .generic-button,.mobile-header .filters-section .filters-bar .bp-nav-btns li a,.bp-nav-btns li .mobile-header .filters-section .filters-bar a{max-width:245px}.mobile-header .filters-section .show-find-dupe{margin-left:.25rem}.mobile-header .filters-section .top-buttons{display:flex;justify-content:space-between;margin:.8rem}.mobile-header .filters-section .submit-buttons{display:flex;justify-content:center;margin-bottom:.8rem}.mobile-header .filters-section .submit-buttons .btn,.mobile-header .filters-section .submit-buttons .generic-button,.mobile-header .filters-section .submit-buttons .bp-nav-btns li a,.bp-nav-btns li .mobile-header .filters-section .submit-buttons a{margin-left:.4rem}.mobile-header .filters-section .submit-buttons .btn:first-child,.mobile-header .filters-section .submit-buttons .generic-button:first-child,.mobile-header .filters-section .submit-buttons .bp-nav-btns li a:first-child,.bp-nav-btns li .mobile-header .filters-section .submit-buttons a:first-child{margin-left:0}.mobile-header .filters-section .filters-bar,.mobile-header .filters-section .find-dupe{padding:.8rem;border-top:1px solid #dbdbdb;background:#f7f7f7;max-height:calc(100vh - 150px);overflow-y:scroll}.mobile-header .filters-section .filters-bar .bg-gray-lightest,.mobile-header .filters-section .find-dupe .bg-gray-lightest{background:#fff!important}.sorting-bar .sorting-inner{background:#fff;padding:.8rem}.sorting-bar .sorting-menu{position:relative;border-top:1px solid #ccc;border-radius:0;margin:0;width:100%;float:inherit;box-shadow:none}#wpadminbar{display:none!important}.slideout-open .slideout-panel{box-shadow:0 0 1rem 0 #ddd inset}html.wf-active{margin-top:0!important}.slideout-menu{position:fixed;background:#f5f5f5;top:0;bottom:0;width:256px;height:100vh;min-height:100vh;overflow-y:scroll;-webkit-overflow-scrolling:touch;z-index:0;display:none}.slideout-menu-left{left:0}.slideout-menu-right{right:0}.slideout-panel{position:relative;z-index:1;will-change:transform;background-color:#fff;min-height:100vh}.slideout-open,.slideout-open body,.slideout-open .slideout-panel{overflow:hidden}.slideout-open .slideout-menu{display:block}}@media(min-width:768px){.slideout-panel{background:#f7f7f7}}.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default{background-image:none}.ui-widget-content{background-image:none}.ui-autocomplete{position:absolute;top:0;left:0;cursor:default;z-index:6}.ui-widget-content{border:1px solid #dbdbdb;background:#fff;color:#222}.ui-widget-content a{color:#222}.ui-menu{list-style:none;padding:0;margin:0}.ui-menu .ui-menu-item{position:relative;padding:0;margin:0;cursor:pointer;min-height:0}.ui-menu .ui-menu-item .ui-state-focus,.ui-menu .ui-menu-item .ui-state-active{background:#dbdbdb}.ui-helper-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.ui-datepicker{width:17em;padding:.2em .2em 0;display:none}.ui-datepicker .ui-datepicker-header{position:relative;padding:.2em 0}.ui-datepicker .ui-datepicker-prev,.ui-datepicker .ui-datepicker-next{position:absolute;top:2px;width:1.8em;height:1.8em}.ui-datepicker .ui-datepicker-prev-hover,.ui-datepicker .ui-datepicker-next-hover{top:1px}.ui-datepicker .ui-datepicker-prev{left:2px}.ui-datepicker .ui-datepicker-next{right:2px}.ui-datepicker .ui-datepicker-prev-hover{left:1px}.ui-datepicker .ui-datepicker-next-hover{right:1px}.ui-datepicker .ui-datepicker-prev span,.ui-datepicker .ui-datepicker-next span{display:block;position:absolute;left:50%;margin-left:-8px;top:50%;margin-top:-8px}.ui-datepicker .ui-datepicker-title{margin:0 2.3em;line-height:1.8em;text-align:center}.ui-datepicker .ui-datepicker-title select{font-size:1em;margin:1px 0}.ui-datepicker select.ui-datepicker-month,.ui-datepicker select.ui-datepicker-year{width:45%}.ui-datepicker table{width:100%;font-size:.9em;border-collapse:collapse;margin:0 0 .4em}.ui-datepicker th{padding:.7em .3em;text-align:center;font-weight:700;border:0}.ui-datepicker td{border:0;padding:1px}.ui-datepicker td span,.ui-datepicker td a{display:block;padding:.2em;text-align:right;text-decoration:none}.ui-datepicker .ui-datepicker-buttonpane{background-image:none;margin:.7em 0 0;padding:0 .2em;border-left:0;border-right:0;border-bottom:0}.ui-datepicker .ui-datepicker-buttonpane button{float:right;margin:.5em .2em .4em;cursor:pointer;padding:.2em .6em .3em;width:auto;overflow:visible}.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current{float:left}.ui-datepicker.ui-datepicker-multi{width:auto}.ui-datepicker-multi .ui-datepicker-group{float:left}.ui-datepicker-multi .ui-datepicker-group table{width:95%;margin:0 auto .4em}.ui-datepicker-multi-2 .ui-datepicker-group{width:50%}.ui-datepicker-multi-3 .ui-datepicker-group{width:33.3%}.ui-datepicker-multi-4 .ui-datepicker-group{width:25%}.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header{border-left-width:0}.ui-datepicker-multi .ui-datepicker-buttonpane{clear:left}.ui-datepicker-row-break{clear:both;width:100%;font-size:0}.ui-datepicker-rtl{direction:rtl}.ui-datepicker-rtl .ui-datepicker-prev{right:2px;left:auto}.ui-datepicker-rtl .ui-datepicker-next{left:2px;right:auto}.ui-datepicker-rtl .ui-datepicker-prev:hover{right:1px;left:auto}.ui-datepicker-rtl .ui-datepicker-next:hover{left:1px;right:auto}.ui-datepicker-rtl .ui-datepicker-buttonpane{clear:right}.ui-datepicker-rtl .ui-datepicker-buttonpane button{float:left}.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,.ui-datepicker-rtl .ui-datepicker-group{float:right}.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header{border-right-width:0;border-left-width:1px}.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default{border:1px solid #d3d3d3;background:#e6e6e6;font-weight:400;color:#555}.ui-state-default a,.ui-state-default a:link,.ui-state-default a:visited{color:#555;text-decoration:none}.ui-state-hover,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-hover,.ui-state-focus,.ui-widget-content .ui-state-focus,.ui-widget-header .ui-state-focus{background:#dadada;font-weight:400;color:#212121}.ui-state-hover a,.ui-state-hover a:hover,.ui-state-hover a:link,.ui-state-hover a:visited,.ui-state-focus a,.ui-state-focus a:hover,.ui-state-focus a:link,.ui-state-focus a:visited{color:#212121;text-decoration:none}.ui-state-active:not(.ui-menu-item-wrapper),.ui-widget-content .ui-state-active:not(.ui-menu-item-wrapper),.ui-widget-header .ui-state-active:not(.ui-menu-item-wrapper){border:1px solid #aaa;background:#fff;font-weight:400;color:#212121}.ui-state-active a,.ui-state-active a:link,.ui-state-active a:visited{color:#212121;text-decoration:none}.ui-state-highlight,.ui-widget-content .ui-state-highlight,.ui-widget-header .ui-state-highlight{border:1px solid #fcefa1;background:#fbf9ee;color:#363636}.ui-state-highlight a,.ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a{color:#363636}.ui-state-error,.ui-widget-content .ui-state-error,.ui-widget-header .ui-state-error{border:1px solid #cd0a0a;background:#fef1ec;color:#cd0a0a}.ui-state-error a,.ui-widget-content .ui-state-error a,.ui-widget-header .ui-state-error a{color:#cd0a0a}.ui-state-error-text,.ui-widget-content .ui-state-error-text,.ui-widget-header .ui-state-error-text{color:#cd0a0a}.ui-priority-primary,.ui-widget-content .ui-priority-primary,.ui-widget-header .ui-priority-primary{font-weight:700}.ui-priority-secondary,.ui-widget-content .ui-priority-secondary,.ui-widget-header .ui-priority-secondary{opacity:.7;filter:Alpha(Opacity=70);font-weight:400}.ui-state-disabled,.ui-widget-content .ui-state-disabled,.ui-widget-header .ui-state-disabled{opacity:.35;filter:Alpha(Opacity=35);background-image:none}.ui-state-disabled .ui-icon{filter:Alpha(Opacity=35)}.filter{font-family:proxima-nova,Arial,Verdana,sans-serif;font-size:1rem;display:block;margin:0;padding:7px;position:relative;cursor:pointer}.list-filters .filter{padding-left:30px}label.filter:not(.color-swatch):hover{background-color:rgba(0,0,0,.3)}.filter.active:before{font-family:temptalia,sans-serif;content:"\f00c";font-size:12px;position:absolute;left:8px;top:.6rem}.list-filters .filter.active{color:#e4afce}.list-filters.bg-gray-lightest .filter.active{color:#c35093}.filter span{opacity:.75;margin-right:5px}.filter input{position:absolute;clip:rect(0,0,0,0);pointer-events:none}.price-slider{border-radius:8px;background:#333 none;border:none;height:.65em;box-shadow:inset 0 0 2px 1px rgba(0,0,0,.1)}.bg-gray-darker .price-slider{background-color:#222}.price-slider .ui-slider-range{background:#c35093;box-shadow:inset 0 -3px 3px 0 rgba(0,0,0,.05)}.price-slider .ui-slider-handle,.price-slider .ui-slider-handle.ui-state-default{width:17px;height:21px;background:url(../../images/slider-button.png) no-repeat top center;border:none}.price-slider .ui-slider-handle.ui-state-hover,.price-slider .ui-slider-handle.ui-state-active,.price-slider .ui-slider-handle:hover{background-position-y:-21px}.scrollbox{max-height:300px;overflow:auto}.scrollbox::-webkit-scrollbar{width:6px}.scrollbox::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.7);border-radius:10px}.scrollbox::-webkit-scrollbar-thumb{border-radius:10px;background:#fff}.scrollbox::-webkit-scrollbar-thumb:window-inactive{background:rgba(255,255,255,.4)}.colors-wrapper.hide-tabs .nav-tabs{display:none}.colors-wrapper.hide-tabs .tab-content{background:inherit!important;border:none!important;padding:0!important}ul.color-swatches{margin-left:-4px;margin-right:-4px}.color-swatch{color:#fff;display:inline-block;width:30px;height:30px;padding:0;margin:1px 4px;position:relative}.color-swatch.active:before{position:absolute;left:6px;top:2px;font-size:1rem;padding:0}.color-swatch.Amber{background:#d4894c;border:1px solid #d4894c}.color-swatch.Aqua{background:#aaf6e6;color:#222;border:1px solid #aaf6e6}.color-swatch.Beige{background:#f3e1c6;color:#222;border:1px solid #f3e1c6}.color-swatch.Berry{background:#b80265;border:1px solid #b80265}.color-swatch.Black{background:#000;border:1px solid #000}.color-swatch.Blue{background:#2262c2;border:1px solid #2262c2}.color-swatch.Brown{background:#552922;border:1px solid #552922}.color-swatch.Burgundy{background:#890433;border:1px solid #890433}.color-swatch.Copper{background:#c22900;border:1px solid #c22900}.color-swatch.Coral{background:#f77c7c;border:1px solid #f77c7c}.color-swatch.Gold{background:#f5a700;border:1px solid #f5a700}.color-swatch.Gray{background:gray;border:1px solid gray}.color-swatch.Fuchsia{background:#e8169b;border:1px solid #e8169b}.color-swatch.Green{background:#8eb852;border:1px solid #8eb852}.color-swatch.Hazel{background:#766845;border:1px solid #766845}.color-swatch.Highlighter{background:#ffefd8;border:1px solid #ffefd8;color:#222}.color-swatch.Lavender{background:#d193ee;border:1px solid #d193ee}.color-swatch.Nude{background:#efccc1;border:1px solid #efccc1;color:#222}.color-swatch.Olive{background:#8e8862;border:1px solid #8e8862}.color-swatch.Orange{background:#f47a31;border:1px solid #f47a31}.color-swatch.Peach{background:#ffbfa8;border:1px solid #ffbfa8}.color-swatch.Pewter{background:#a79685;border:1px solid #a79685}.color-swatch.Pink{background:#e987ba;border:1px solid #e987ba}.color-swatch.Plum{background:#a13381;border:1px solid #a13381}.color-swatch.Purple,.color-swatch.Violet{background:#874aa6;border:1px solid #874aa6}.color-swatch.Red{background:#cd0035;border:1px solid #cd0035}.color-swatch.Sheer{background:#e1e1e1;border:1px solid #e1e1e1;color:#222}.color-swatch.Silver{background:#b7b7b7;border:1px solid #b7b7b7}.color-swatch.Taupe{background:#6c5e55;border:1px solid #6c5e55}.color-swatch.Teal{background:#008e90;border:1px solid #008e90}.color-swatch.Translucent{background:#fff9ef;border:1px solid #fff9ef;color:#222}.color-swatch.White{background:#fff;border:1px solid #dbdbdb;color:#222}.color-swatch.Yellow{background:#f6d53b;border:1px solid #f6d53b;color:#222}.color-swatch.Mauve{background:#ae7e84;border:1px solid #ae7e84}.color-swatch.Neutral{background:#cab0a5;border:1px solid #cab0a5}.color-swatch.Duochrome{border:1px solid #a5cad9;background:#96e0da;background:linear-gradient(180deg,#96e0da 0%,#eacef7 50%,#937ef3 100%)}.color-swatch.Glitter{border:1px solid #b80466;background:#b80466 url(../media/glitter.jpg) center center}.foundation-color{width:550px;padding-bottom:95%}.foundation-color.pink.skintone-0{background-color:#ffe8e8}.foundation-color.pink.skintone-1{background-color:#f9ddda}.foundation-color.pink.skintone-2{background-color:#f2d2cb}.foundation-color.pink.skintone-3{background-color:#ecc8bd}.foundation-color.pink.skintone-4{background-color:#e6bdae}.foundation-color.pink.skintone-5{background-color:#dfb2a0}.foundation-color.pink.skintone-6{background-color:#d9a791}.foundation-color.pink.skintone-7{background-color:#c48e79}.foundation-color.pink.skintone-8{background-color:#ae7661}.foundation-color.pink.skintone-9{background-color:#995d49}.foundation-color.pink.skintone-10{background-color:#844430}.foundation-color.pink.skintone-11{background-color:#6e2c18}.foundation-color.pink.skintone-12{background-color:#591300}.foundation-color.olive.skintone-0{background-color:#fff9e8}.foundation-color.olive.skintone-1{background-color:#f6ebd3}.foundation-color.olive.skintone-2{background-color:#edddbe}.foundation-color.olive.skintone-3{background-color:#e4cfa9}.foundation-color.olive.skintone-4{background-color:#dbc093}.foundation-color.olive.skintone-5{background-color:#d2b27e}.foundation-color.olive.skintone-6{background-color:#c9a469}.foundation-color.olive.skintone-7{background-color:#b49058}.foundation-color.olive.skintone-8{background-color:#a07c46}.foundation-color.olive.skintone-9{background-color:#8b6835}.foundation-color.olive.skintone-10{background-color:#765323}.foundation-color.olive.skintone-11{background-color:#623f12}.foundation-color.olive.skintone-12{background-color:#4d2b00}.foundation-color.peach.skintone-0{background-color:#ffe8dc}.foundation-color.peach.skintone-1{background-color:#faddcc}.foundation-color.peach.skintone-2{background-color:#f5d2bb}.foundation-color.peach.skintone-3{background-color:#f0c7ab}.foundation-color.peach.skintone-4{background-color:#eabb9b}.foundation-color.peach.skintone-5{background-color:#e5b08a}.foundation-color.peach.skintone-6{background-color:#e0a57a}.foundation-color.peach.skintone-7{background-color:#c78f66}.foundation-color.peach.skintone-8{background-color:#af7951}.foundation-color.peach.skintone-9{background-color:#96643d}.foundation-color.peach.skintone-10{background-color:#7d4e29}.foundation-color.peach.skintone-11{background-color:#653814}.foundation-color.peach.skintone-12{background-color:#4c2200}.foundation-color.yellow.skintone-0{background-color:#fff3e0}.foundation-color.yellow.skintone-1{background-color:#f7e7d0}.foundation-color.yellow.skintone-2{background-color:#efdbbf}.foundation-color.yellow.skintone-3{background-color:#e8cfaf}.foundation-color.yellow.skintone-4{background-color:#e0c29e}.foundation-color.yellow.skintone-5{background-color:#d8b68e}.foundation-color.yellow.skintone-6{background-color:#d0aa7d}.foundation-color.yellow.skintone-7{background-color:#bc9568}.foundation-color.yellow.skintone-8{background-color:#a97f53}.foundation-color.yellow.skintone-9{background-color:#956a3f}.foundation-color.yellow.skintone-10{background-color:#81542a}.foundation-color.yellow.skintone-11{background-color:#6e3f15}.foundation-color.yellow.skintone-12{background-color:#5a2900}.foundation-color.red.skintone-0{background-color:#fff3ef}.foundation-color.red.skintone-1{background-color:#fae5dc}.foundation-color.red.skintone-2{background-color:#f5d7c8}.foundation-color.red.skintone-3{background-color:#f0c9b5}.foundation-color.red.skintone-4{background-color:#eabaa1}.foundation-color.red.skintone-5{background-color:#e5ac8e}.foundation-color.red.skintone-6{background-color:#e09e7a}.foundation-color.red.skintone-7{background-color:#c58666}.foundation-color.red.skintone-8{background-color:#a96e51}.foundation-color.red.skintone-9{background-color:#8e563d}.foundation-color.red.skintone-10{background-color:#733e29}.foundation-color.red.skintone-11{background-color:#572614}.foundation-color.red.skintone-12{background-color:#3c0e00}.foundation-color.neutral.skintone-0{background-color:#faf1ee}.foundation-color.neutral.skintone-1{background-color:#f5e8df}.foundation-color.neutral.skintone-2{background-color:#f0dfd0}.foundation-color.neutral.skintone-3{background-color:#ebd6c1}.foundation-color.neutral.skintone-4{background-color:#e5ccb1}.foundation-color.neutral.skintone-5{background-color:#e0c3a2}.foundation-color.neutral.skintone-6{background-color:#dbba93}.foundation-color.neutral.skintone-7{background-color:#c2a27f}.foundation-color.neutral.skintone-8{background-color:#a88a6b}.foundation-color.neutral.skintone-9{background-color:#8f7258}.foundation-color.neutral.skintone-10{background-color:#755944}.foundation-color.neutral.skintone-11{background-color:#5c4130}.foundation-color.neutral.skintone-12{background-color:#42291c}.support-temptalia-block{display:none}.show-support .support-temptalia-block{display:block}.ad-unit{text-align:center!important;margin-left:auto!important;margin-right:auto!important;z-index:1}.ad-unit:before,.ad-unit:after{font-family:proxima-nova,Arial,Verdana,sans-serif;content:"Advertisement";position:relative;display:block;font-size:.75rem;color:#666;text-align:center;padding:2px 0}@media(max-width:767.98px){.ad-unit{background:#f7f7f7;padding-top:1rem;padding-bottom:1.5rem}}.atf-banner{width:970px;margin:1.7rem auto!important}.banner-placement-unit{width:728px;height:90px;position:relative;overflow:hidden;margin:0 auto}.banner-placement-unit .slick-arrow{position:absolute;top:25px;width:20px;margin:0}.banner-placement-unit .slick-arrow.slick-next{right:-22px}.banner-placement-unit .slick-arrow.slick-next:before{font-size:14px}.banner-placement-unit .slick-arrow.slick-prev{left:-22px}.banner-placement-unit .slick-arrow.slick-prev:before{font-size:14px}.sidebar-placement-unit{width:300px;height:250px;position:relative;overflow:hidden;margin:0 auto;text-align:center}.sidebar-placement-unit .placement-content{padding:.25rem .75rem .75rem}.sidebar-placement-unit h2{font-family:ivyjournal,Georgia,times new roman,Times,serif;font-size:1.25rem;font-weight:600;text-transform:none;padding:0 0 8px;margin:0 0 8px}.sidebar-placement-unit h5,.sidebar-placement-unit h6{font-size:.875rem;font-weight:700;line-height:1.2;padding:0;margin:0}.sidebar-placement-unit h6{font-size:.625rem;font-weight:300;color:#b0b0b0;margin-bottom:3px}@media(max-width:1279.98px){.atf-banner{width:900px}}@media(max-width:991.98px){.atf-banner{width:690px}}@media(max-width:767.98px){.atf-banner{width:auto}.ad-unit{overflow:hidden}}.wp-video-shortcode{margin-bottom:1rem}@media(max-width:767.98px){.submit-question,.deal-alert li{font-size:.75rem}}.deal-alert{background:#fff;border-bottom:1px solid #e9ecef}@media(max-width:767.98px){.deal-alert{border-top:1px solid #e9ecef}}@media(min-width:768px){.deal-alert{padding:.5rem 1rem}}.deal-alert-header{padding:.5rem 0}@media(min-width:992px){.deal-alert-header{border-bottom:1px solid #e9ecef}}@media(max-width:991.98px){.deal-alert-header{padding-bottom:0}}.deal-alert-description{font-size:1rem}@media(max-width:991.98px){.deal-alert-description{font-size:.75rem;color:#666}}.deal-alert,.deal-alert ul{font-size:.9375rem;line-height:1.25}.page h1.post-title{margin-bottom:1.5rem;border-bottom:1px solid #dbdbdb;padding-bottom:.5rem}@media(min-width:576px){.featured-thumbnail{border:1px solid #dbdbdb}}header .post-tags{line-height:1.7rem}.img-fluid{display:block}.type-post .content-main td,.type-post .content-main th,.type-page .content-main td,.type-page .content-main th{padding:.375rem .625rem}.archive .is-sticky-post{border:4px solid #c35093!important}@media(max-width:767.98px){.archive .is-sticky-post{padding:.625rem}}.archive-title{font-family:proxima-nova,Arial,Verdana,sans-serif;font-size:3.5rem;line-height:1;text-transform:uppercase}@media(max-width:767.98px){.archive-title{font-size:2.5rem}}.post img,#sectionReview img{display:block;max-width:100%;height:auto;margin-left:auto;margin-right:auto}.post-content br{display:none}.comment-content{overflow:auto}.product-launch .shadereview{color:#c35093}.product-launch blockquote{background:0 0;border:none;font-size:1rem;font-style:italic;margin:.25em 0;padding:0;position:relative}.product-launch ul{padding-left:.75rem;list-style:none;font-style:italic;font-size:1rem;margin-bottom:1.5rem}.product-launch ul .shadereview{font-size:1rem}.product-launch li{line-height:1.4}.product-launch li:before{font-family:temptalia;content:'\f054';margin:0 .5rem 0 0;font-size:.75rem;font-style:normal}.product-launch li .shadereview{font-family:proxima-nova,Arial,Verdana,sans-serif;font-style:normal;text-transform:uppercase;font-weight:600}.product-launch li .shadereview:after{content:"\2014";color:#222!important;font-weight:400;padding-left:.25rem}@media(max-width:767.98px){.product-launch blockquote{padding-left:1.25rem;padding-right:1.25rem}.product-launch blockquote:before,.product-launch blockquote:after{font-size:2rem}}@media(min-width:992px){.grayscale:hover{-webkit-filter:grayscale(0%);-webkit-transition:.5s ease-in-out;-moz-filter:grayscale(0%);-moz-transition:.5s ease-in-out;-o-filter:grayscale(0%);-o-transition:.5s ease-in-out;filter:grayscale(0%)}.grayscale{-webkit-filter:grayscale(100%);-webkit-transition:.5s ease-in-out;-moz-filter:grayscale(100%);-moz-transition:.5s ease-in-out;-o-filter:grayscale(100%);-o-transition:.5s ease-in-out;filter:grayscale(100%)}}.shadereview,.largetextid{color:#222;font-weight:700}.deals-list li{font-size:.9375rem;line-height:1.25;margin-bottom:.25rem}.deals-list li li{margin-bottom:0}.deals-list strike{color:#999}@media(min-width:768px){.hit-list-about{position:absolute;bottom:0}}@media(max-width:575.98px){.home.blog h1.post-title,.archive.category h1.post-title,.archive.tag-archive h1.post-title{font-size:1.125rem}.home.blog #headerContainer>.row,.home.blog #primaryContainer>.row,.home.blog .primary-column .row,.archive.category #headerContainer>.row,.archive.category #primaryContainer>.row,.archive.category .primary-column .row,.archive.tag-archive #headerContainer>.row,.archive.tag-archive #primaryContainer>.row,.archive.tag-archive .primary-column .row{margin-left:0;margin-right:0}.home.blog #primaryContainer,.home.blog #headerContainer,.home.blog #featureBanner>div,.home.blog .primary-column,.home.blog .primary-column .left-column,.archive.category #primaryContainer,.archive.category #headerContainer,.archive.category #featureBanner>div,.archive.category .primary-column,.archive.category .primary-column .left-column,.archive.tag-archive #primaryContainer,.archive.tag-archive #headerContainer,.archive.tag-archive #featureBanner>div,.archive.tag-archive .primary-column,.archive.tag-archive .primary-column .left-column{padding-left:0;padding-right:0}.home.blog .primary-column .right-column,.archive.category .primary-column .right-column,.archive.tag-archive .primary-column .right-column{padding-left:7px;padding-right:7px}.category-section.btn,.category-section.generic-button,.bp-nav-btns li a.category-section{display:block;margin:0!important}}.floating-social-icons{position:absolute;top:120px;left:-67px;width:58px;z-index:2}@media(max-width:1414px) and (min-width:1280px){.floating-social-icons{left:-26px}}@media(max-width:1075px) and (min-width:990px){.floating-social-icons{left:-26px}}.sticky-social-icons{position:-webkit-sticky;position:sticky;top:3rem}.sticky-social-icons .btn.btn-black,.sticky-social-icons .btn-black.generic-button,.sticky-social-icons .bp-nav-btns li a.btn-black,.bp-nav-btns li .sticky-social-icons a.btn-black{background:#222;border-color:#222}.sticky-social-icons .btn.btn-black:hover,.sticky-social-icons .btn-black.generic-button:hover,.sticky-social-icons .bp-nav-btns li a.btn-black:hover,.bp-nav-btns li .sticky-social-icons a.btn-black:hover{background:#c35093;border-color:#c35093}@media(min-width:576px){.author-image-column{max-width:180px}}.sbs-form .shade-one,.sbs-form .shade-two{margin-bottom:.5rem}.explore-temptalia .sbs-form{display:flex;margin:0 -5px;flex-wrap:wrap}.explore-temptalia .sbs-form .shade-one,.explore-temptalia .sbs-form .shade-two{flex:0 0 40%;max-width:40%;padding:0 5px;margin:0}@media(max-width:1279.98px){.explore-temptalia .sbs-form .shade-one,.explore-temptalia .sbs-form .shade-two{flex:0 0 50%;max-width:50%;margin-bottom:.5rem}}@media(max-width:575.98px){.explore-temptalia .sbs-form .shade-one,.explore-temptalia .sbs-form .shade-two{flex:0 0 100%;max-width:100%}}.explore-temptalia .sbs-form .submit-button{flex:0 0 20%;max-width:20%;padding:0 5px}@media(max-width:1279.98px){.explore-temptalia .sbs-form .submit-button{flex:auto;max-width:initial}}.explore-temptalia .sbs-form .submit-button .btn,.explore-temptalia .sbs-form .submit-button .generic-button,.explore-temptalia .sbs-form .submit-button .bp-nav-btns li a,.bp-nav-btns li .explore-temptalia .sbs-form .submit-button a{height:100%}.btn-block+.btn-block.mobile-link{margin-top:0}.mobile-share-button{margin-right:1rem}.blog .share-text,.archive .share-text,.search .share-text{order:-1;flex:1 1 auto}.blog .mobile-share-button,.archive .mobile-share-button,.search .mobile-share-button{order:2;margin-right:4px}@media(max-width:575.98px){.mobile-share-button{padding-left:2rem;padding-right:2rem}.share-text{width:100%;max-width:100%}}.shortcode.table-of-contents ol{font-family:proxima-nova,Arial,Verdana,sans-serif;line-height:1.5;text-transform:uppercase;color:#222;padding-left:2.5rem}.shortcode.table-of-contents ol li{font-size:1rem}.shortcode.table-of-contents ol a{color:#222}.shortcode.table-of-contents ol a:hover,.shortcode.table-of-contents ol a:focus{color:#a73979}.featured-retailers{display:flex;flex-wrap:wrap;margin:0 -.45rem}.featured-retailers .retailer{flex:1 1 auto;padding:0 .45rem}@media(min-width:992px){.featured-retailers .retailer{max-width:30%}}@media(max-width:1279.98px){.gift-guide.availability-section .btn,.gift-guide.availability-section .generic-button,.gift-guide.availability-section .bp-nav-btns li a,.bp-nav-btns li .gift-guide.availability-section a{padding:.25rem .5rem;font-size:.875rem;line-height:1.5}}.comment-form-comment{margin:0}.comment-form-author,.comment-form-email,.comment-form-url{float:left;width:33.33%;margin-bottom:1rem}.comment-info-text p,.akismet_comment_form_privacy_notice{font-size:.875rem;line-height:1.4}.comment-body .social-media-icons{position:absolute;top:0;right:0}@media(max-width:991.98px){.comment-edit-link{display:none}}@media(max-width:767.98px){.comment-metadata{min-height:58px}}.product.badge-row .product-link:hover .text-base,.product.badge-row .product-link:hover .text-gray,.product.badge-row .product-link:hover .text-gray-dark,.product.badge-row .product-link:hover:focus .text-base,.product.badge-row .product-link:hover:focus .text-gray,.product.badge-row .product-link:hover:focus .text-gray-dark{color:#999!important}.product.badge-row .product-link:focus .text-base,.product.badge-row .product-link:focus .text-gray,.product.badge-row .product-link:focus .text-gray-dark{color:#a73979!important}@media(min-width:576px){.product.badge-row .t-btn:first-child{padding-left:0!important}}@media(max-width:575.98px){.product.badge-row .temptalia-buttons{flex-basis:90px;max-width:90px;margin-left:auto}}.display-badge.product-general .temptalia-buttons.d-flex{justify-content:center}.display-badge.product-general .temptalia-buttons.d-flex .btn,.display-badge.product-general .temptalia-buttons.d-flex .generic-button,.display-badge.product-general .temptalia-buttons.d-flex .bp-nav-btns li a,.bp-nav-btns li .display-badge.product-general .temptalia-buttons.d-flex a{max-width:40px}.display-badge.product-general .general-button .btn-gray{border:none}@media(min-width:1280px){.display-badge.product-general .general-button .btn-gray{border-right:1px solid #dbdbdb}}@media(max-width:1279.98px){.display-badge.product-general .general-button .btn-gray{border-top:1px solid #dbdbdb}}@media(max-width:767.98px){.display-badge.product-general .recommendation-info .btn,.display-badge.product-general .recommendation-info .generic-button,.display-badge.product-general .recommendation-info .bp-nav-btns li a,.bp-nav-btns li .display-badge.product-general .recommendation-info a{padding:.3125rem .5rem;font-size:.875rem}}@media(max-width:1279.98px){.display-badge.product-general .grade{width:33.3333333334%;max-width:33.3333333334%}}.display-badge.product-general.user-profile .grade{width:auto;max-width:initial;flex-grow:1}.dupe-badge .display-badge.product-general .general-button{border-right:1px solid #dbdbdb}@media(max-width:1279.98px){.dupe-badge .display-badge.product-general .general-button{border-top:1px solid #dbdbdb;border-right:none}}.dupe-badge .display-badge.product-general .grade{width:auto;max-width:auto}@media(max-width:1279.98px){.dupe-badge .display-badge.product-general .grade{width:25%;max-width:25%}}@media(max-width:1279.98px){.dupe-badge .display-badge.product-general .price{width:40%;max-width:40%}}@media(max-width:399px){.dupe-badge .display-badge.product-general .price:not(.no-grade){border-right:none!important;border-bottom:1px solid #dbdbdb}.dupe-badge .display-badge.product-general .grade,.dupe-badge .display-badge.product-general .price{width:50%;max-width:50%}.dupe-badge .display-badge.product-general .grade{border-bottom:1px solid #dbdbdb}}@media(max-width:575.98px){.display-badge.product-general .general-button{width:100%}}@media(min-width:576px) and (max-width:1279.98px){.display-badge.product-general .general-button{width:100%}}.display-badge.product-general .general-button .wtb-dropdown,.display-badge.product-general .general-button .btn,.display-badge.product-general .general-button .generic-button,.display-badge.product-general .general-button .bp-nav-btns li a,.bp-nav-btns li .display-badge.product-general .general-button a{height:100%}.display-badge.product-general .temptalia-buttons{flex:1 1 auto}.badge-minimal .user-wtb{border-left:1px solid #dbdbdb}.badge-minimal h4{font-size:1.125rem}.badge-minimal h5{font-size:.875rem}.badge-minimal .glossover-grade{font-size:1.5rem;font-weight:700;padding-top:4px;padding-bottom:6px}@media(min-width:1280px){.badge-minimal .availability{font-size:.8125rem;padding-top:.5625rem;padding-bottom:.5rem}}@media(max-width:1279.98px){.badge-minimal h4{font-size:1rem}}@media(max-width:575.98px){.badge-minimal .user-wtb{border-left:none;border-top:1px solid #dbdbdb}.badge-minimal h4{font-size:.875rem}.badge-minimal h5{font-size:.75rem}}.badge-minimal .temptalia-buttons .btn,.badge-minimal .temptalia-buttons .generic-button,.badge-minimal .temptalia-buttons .bp-nav-btns li a,.bp-nav-btns li .badge-minimal .temptalia-buttons a{padding-left:.8125rem;padding-right:.8125rem}@media(max-width:1279.98px){.badge-minimal .temptalia-buttons .btn,.badge-minimal .temptalia-buttons .generic-button,.badge-minimal .temptalia-buttons .bp-nav-btns li a,.bp-nav-btns li .badge-minimal .temptalia-buttons a{padding-left:.5rem;padding-right:.5rem}}@media(max-width:1279.98px){.badge-list-large .number-count{font-size:1.75rem}}@media(max-width:991.98px){.badge-list-large.list-number .number-count{font-size:1.5rem}.badge-list-large.list-number .grade{font-size:2rem}}@media(max-width:575.98px){.badge-list-large .user-actions{border:none!important}}@media(min-width:992px) and (max-width:1279.98px){.contains-row .avail-full,.badge-list .avail-full{display:none!important}.contains-row .avail-abbrev,.badge-list .avail-abbrev{display:inline!important}}@media(min-width:576px) and (max-width:767.98px){.contains-row .avail-full,.badge-list-large .avail-full,.badge-list .avail-full{display:none!important}.contains-row .avail-abbrev,.badge-list-large .avail-abbrev,.badge-list .avail-abbrev{display:inline!important}}.callout-box{background:#000;font-family:proxima-nova,Arial,Verdana,sans-serif;font-size:1.9rem;font-weight:100;color:#fff;line-height:1.7;text-align:center;text-transform:uppercase}.badge-detailed .button-actions .btn,.badge-detailed .button-actions .generic-button,.badge-detailed .button-actions .bp-nav-btns li a,.bp-nav-btns li .badge-detailed .button-actions a,.badge-detailed .button-actions .selectize-input{padding-top:.25rem;padding-bottom:.25rem}.badge-detailed .button-actions .btn,.badge-detailed .button-actions .generic-button,.badge-detailed .button-actions .bp-nav-btns li a,.bp-nav-btns li .badge-detailed .button-actions a,.badge-detailed .button-actions .selectize-select{margin-bottom:.5rem}@media(max-width:767.98px){.badge-detailed .button-actions .btn,.badge-detailed .button-actions .generic-button,.badge-detailed .button-actions .bp-nav-btns li a,.bp-nav-btns li .badge-detailed .button-actions a,.badge-detailed .button-actions .selectize-select{margin-bottom:.25rem}}@media(max-width:575.98px){.badge-detailed .second-line{font-size:1rem;font-weight:300}.callout-box{line-height:1.5}}.badge-detailed .buttons-outer{display:none}@media(min-width:992px) and (max-width:1279.98px){.badge-detailed .buttons-inner{display:none}.badge-detailed .buttons-outer{display:block}}@media(min-width:576px) and (max-width:767.98px){.badge-detailed .buttons-inner{display:none}.badge-detailed .buttons-outer{display:block}}@media(min-width:576px) and (max-width:991.98px){.badge-detailed .swatches-button .extra{display:none}}.display-badge.badge-simplified-detailed .callout-box{background:0 0;color:#b0b0b0}.display-badge.badge-simplified-detailed .callout-grade{background:#000;color:#fff;min-width:3.25rem}.display-badge.badge-simplified-detailed .product-info{min-width:0}@media(max-width:575.98px){.display-badge.badge-simplified-detailed .product-info h3{font-size:1rem}.display-badge.badge-simplified-detailed .product-info h4{font-size:.8125rem}.display-badge.badge-simplified-detailed .product-info .second-line{font-size:.875rem}}.display-badge.product-archive .score-container,.display-badge.recommendation-badge .score-container{line-height:1}.display-badge.product-archive .score-container .score-average,.display-badge.recommendation-badge .score-container .score-average{font-size:3rem}.display-badge.product-archive .score-container .score-description,.display-badge.recommendation-badge .score-container .score-description{font-size:.75rem}.display-badge.product-archive .temptalia-buttons .t-btn:first-child,.display-badge.recommendation-badge .temptalia-buttons .t-btn:first-child{padding-left:0!important}.display-badge.product-archive .button-actions .btn,.display-badge.product-archive .button-actions .generic-button,.display-badge.product-archive .button-actions .bp-nav-btns li a,.bp-nav-btns li .display-badge.product-archive .button-actions a,.display-badge.product-archive .button-actions .selectize-input,.display-badge.recommendation-badge .button-actions .btn,.display-badge.recommendation-badge .button-actions .generic-button,.display-badge.recommendation-badge .button-actions .bp-nav-btns li a,.bp-nav-btns li .display-badge.recommendation-badge .button-actions a,.display-badge.recommendation-badge .button-actions .selectize-input{padding-top:.25rem;padding-bottom:.25rem}.display-badge.product-archive .button-actions .btn,.display-badge.product-archive .button-actions .generic-button,.display-badge.product-archive .button-actions .bp-nav-btns li a,.bp-nav-btns li .display-badge.product-archive .button-actions a,.display-badge.product-archive .button-actions .selectize-select,.display-badge.recommendation-badge .button-actions .btn,.display-badge.recommendation-badge .button-actions .generic-button,.display-badge.recommendation-badge .button-actions .bp-nav-btns li a,.bp-nav-btns li .display-badge.recommendation-badge .button-actions a,.display-badge.recommendation-badge .button-actions .selectize-select{margin-bottom:.5rem}@media(max-width:767.98px){.display-badge.product-archive .button-actions .btn,.display-badge.product-archive .button-actions .generic-button,.display-badge.product-archive .button-actions .bp-nav-btns li a,.bp-nav-btns li .display-badge.product-archive .button-actions a,.display-badge.product-archive .button-actions .selectize-select,.display-badge.recommendation-badge .button-actions .btn,.display-badge.recommendation-badge .button-actions .generic-button,.display-badge.recommendation-badge .button-actions .bp-nav-btns li a,.bp-nav-btns li .display-badge.recommendation-badge .button-actions a,.display-badge.recommendation-badge .button-actions .selectize-select{margin-bottom:.25rem}}@media(min-width:768px){.display-badge.product-archive .temptalia-buttons,.display-badge.recommendation-badge .temptalia-buttons{margin-top:.75rem}}@media(min-width:1280px){.display-badge.product-archive .score-container,.display-badge.recommendation-badge .score-container{margin-left:.5rem;margin-right:.5rem}}@media(min-width:992px) and (max-width:1279.98px){.dupe-badge .btn.dupe-details,.dupe-badge .dupe-details.generic-button,.dupe-badge .bp-nav-btns li a.dupe-details,.bp-nav-btns li .dupe-badge a.dupe-details{padding-top:.25rem;padding-bottom:.25rem;font-size:.875rem}}@media(min-width:576px){.dupe-badge.product .product-description{border-left:1px solid #dbdbdb;border-right:1px solid #dbdbdb;padding:.9rem}}@media(max-width:575.98px){.dupe-badge.product .btn-primary{padding:.25rem .5rem;font-size:.875rem;line-height:1.5;border-radius:0;margin-top:.5rem}}.dupe-results .sticky-product,.dupe-results .dupe-single{display:none}.dupe-results.show-sticky .sticky-product,.dupe-results.show-sticky .dupe-single{display:block}.dupe-results.show-sticky .dupe-badge{display:none}.dupe-badge .general-button .btn,.dupe-badge .general-button .generic-button,.dupe-badge .general-button .bp-nav-btns li a,.bp-nav-btns li .dupe-badge .general-button a{font-size:.875rem}.dupe-badge .rate-this-dupe,.dupe-badge .dupe-details{font-size:.875rem}.dupe-badge .dupe-similarity.btn,.dupe-badge .dupe-similarity.generic-button,.dupe-badge .bp-nav-btns li a.dupe-similarity,.bp-nav-btns li .dupe-badge a.dupe-similarity{white-space:normal}@media(min-width:576px) and (max-width:1279.98px){.dupe-badge .dupe-differences{height:100%;display:flex;align-items:center}.dupe-badge .similarity-column{padding-left:0!important}.dupe-badge .similarity-column .dupe-similarity.editor{background:initial!important;color:#c35093!important;border:1px solid #dbdbdb!important}.dupe-badge .similarity-column .dupe-similarity,.dupe-badge .similarity-column .dupe-savings{flex-grow:1;display:flex;min-height:65px;max-width:50%}.dupe-badge .similarity-column .dupe-similarity>div,.dupe-badge .similarity-column .dupe-savings>div{width:100%;align-self:center}.dupe-badge .meta-column{padding-right:0!important}}@media(max-width:1279.98px){.dupe-badge .similarity-column{display:flex}.dupe-badge .similarity-column .dupe-similarity.btn,.dupe-badge .similarity-column .dupe-similarity.generic-button,.dupe-badge .similarity-column .bp-nav-btns li a.dupe-similarity,.bp-nav-btns li .dupe-badge .similarity-column a.dupe-similarity{max-width:100%;width:100%;display:flex;align-items:center;justify-content:center}.dupe-badge .similarity-column .dupe-similarity.editor{background:initial!important;color:#c35093!important;border:1px solid #dbdbdb!important}}@media(max-width:575.98px){.dupe-badge .similarity-column .dupe-similarity,.dupe-badge .similarity-column .dupe-similarity.editor,.dupe-badge .similarity-column .dupe-savings{width:50%;border-bottom:none!important}}@media(min-width:1280px){.dupe-badge .similarity-column .dupe-similarity,.dupe-badge .similarity-column .dupe-savings{margin-bottom:.5rem!important}}@media(min-width:992px) and (max-width:1279.98px){.dupe-badge .dupe-voting .btn-group label:last-child{margin-left:0;margin-top:-1px}.dupe-badge .dupe-similarity,.dupe-badge .dupe-savings{padding-top:.5rem!important;padding-bottom:.5rem!important}}@media(max-width:991.98px){.dupe-badge .dupe-differences{font-size:.875rem}.dupe-badge .possible-dupes-meta{border-left:1px solid #dbdbdb;border-right:1px solid #dbdbdb;padding:.75rem}.dupe-badge .possible-dupes-meta p{margin-bottom:0}}@media(max-width:767.98px){.dupe-single .product-name,.sticky-product .product-name{font-size:1.125rem}.dupe-single .product-brand,.sticky-product .product-brand{font-size:1rem}.dupe-single .dupe-tags,.sticky-product .dupe-tags{font-size:.75rem;padding-left:20px}.dupe-single .comparison-link,.sticky-product .comparison-link{font-size:.75rem}.dupe-single .product-buttons .btn,.dupe-single .product-buttons .generic-button,.dupe-single .product-buttons .bp-nav-btns li a,.bp-nav-btns li .dupe-single .product-buttons a,.sticky-product .product-buttons .btn,.sticky-product .product-buttons .generic-button,.sticky-product .product-buttons .bp-nav-btns li a,.bp-nav-btns li .sticky-product .product-buttons a{font-size:.875rem;padding:.25rem .375rem}.dupe-single .product-details,.sticky-product .product-details{font-size:.75rem}}@media(max-width:575.98px){.look.display-badge:not(.badge-small) .color-swatch{width:20px;height:20px}.look.display-badge:not(.badge-small) .t-btn{padding:.4rem .4rem .2rem!important}}@media(max-width:575.98px){.look.badge-large .look-title{font-size:1rem}.look.badge-large .look-tags{margin-bottom:0!important}}.color-story.story-row .product-image-wrapper,.color-story.story-row .product-image-more{width:75px;margin-left:.5rem}.color-story.story-row .product-image-wrapper:first-child{margin-left:0}.color-story.story-row .product-image-more{background:#f7f7f7;border:1px solid #e9ecef;color:#999;display:flex;justify-content:center;align-items:center;font-size:1.5rem}@media(min-width:768px) and (max-width:1279.98px){.badge-row .grade{font-size:1.5rem}}.circle-icon{border:3px solid #fff;border-radius:50%;width:8.75rem;height:8.75rem;padding-top:1.3rem;font-size:3.75rem;margin:0 auto}@media(min-width:768px){#featureBanner{margin-left:-.5rem;margin-right:-.5rem}#featureBanner>div{padding-left:.5rem;padding-right:.5rem}}@media(min-width:768px){#featureBanner .desktop-contained{padding:.75rem}}#featureBanner .featured-header{font-family:ivyjournal,Georgia,times new roman,Times,serif;border-bottom:1px solid #dbdbdb;font-size:2rem;font-weight:600;text-transform:none}@media(min-width:992px) and (max-width:1279.98px){#featureBanner .featured-header{font-size:1.5rem}}@media(max-width:575.98px){#featureBanner .featured-header{font-size:1.125rem}}@media(min-width:992px) and (max-width:1279.98px){#featureBanner .featured-excerpt{font-size:1rem}}@media(max-width:575.98px){#featureBanner .featured-excerpt{font-size:.875rem}}@media(min-width:768px) and (max-width:991.98px){#featureBanner .essential-column{margin-top:.9rem}}#featureBanner .essential-header-links{font-weight:400}.featured-widget{max-width:808px;margin-left:auto;margin-right:auto}.featured-widget .featured-title{font-size:1.5rem}.featured-widget .featured-excerpt{font-size:1rem;line-height:1.5}.featured-widget h4{font-size:1rem}.desktop-contained .featured-widget{padding:1rem;border:1px solid #dbdbdb}.desktop-contained .sidebar-column .featured-widget{padding:1rem 0;border-top:1px solid #dbdbdb;border-bottom:1px solid #dbdbdb;border-left:none;border-right:none}.sidebar-column .featured-widget .featured-title{font-size:1.25rem}@media(min-width:992px) and (max-width:1279.98px){.sidebar-column .featured-widget .featured-title{font-size:1.125rem}.sidebar-column .featured-widget h4{font-size:.875rem;margin-top:.25rem}.sidebar-column .featured-widget .featured-excerpt{font-size:.875rem;line-height:1}}@media(max-width:575.98px){.featured-widget .featured-thumbnail-column{max-width:165px}.sidebar-column .featured-widget .featured-title,.featured-widget .featured-title{font-size:1rem}.sidebar-column .featured-widget .featured-excerpt,.featured-widget .featured-excerpt{font-size:.875rem;line-height:1}}@media(max-width:767.98px){.single .featured-widget{border-top:1px solid #dbdbdb;border-bottom:1px solid #dbdbdb;padding-top:1rem;padding-bottom:1rem}}@media(min-width:1280px){.gallery-options .col-xl-4.lip-button,.gallery-options .col-xl-4.face-button{flex:0 0 20.83333%;max-width:20.83333%}}.slideshow .slick-prev,.slideshow .slick-next{background:#000;color:#fff;margin:0;height:100%}.slideshow .slick-prev:hover,.slideshow .slick-prev:focus,.slideshow .slick-next:hover,.slideshow .slick-next:focus{background:#c35093}.slideshow .slick-prev:before,.slideshow .slick-next:before{font-size:1rem;color:#fff}.photo-gallery .col-12{max-width:368px}@media(max-width:767.98px){.photo-gallery .gallery-options .btn,.photo-gallery .gallery-options .generic-button,.photo-gallery .gallery-options .bp-nav-btns li a,.bp-nav-btns li .photo-gallery .gallery-options a{font-size:.875rem}}@media(max-width:767.98px){.photo-gallery h5{font-size:.875rem}}@media(max-width:360px){.photo-gallery h5{font-size:.75rem}}.skintone-slider{position:relative;height:50px}.skintone-slider.pink{background:linear-gradient(90deg,#ffe8e8 0%,#d9a791 50%,#591300 100%)}.skintone-slider.olive{background:linear-gradient(90deg,#fff9e8 0%,#c9a469 50%,#4d2b00 100%)}.skintone-slider.peach{background:linear-gradient(90deg,#ffe8dc 0%,#e0a57a 50%,#4c2200 100%)}.skintone-slider.yellow{background:linear-gradient(90deg,#fff3e0 0%,#d0aa7d 50%,#5a2900 100%)}.skintone-slider.red{background:linear-gradient(90deg,#fff3ef 0%,#e09e7a 50%,#3c0e00 100%)}.skintone-slider.neutral{background:linear-gradient(90deg,#faf1ee 0%,#dbba93 50%,#42291c 100%)}.skintone-slider .slider{position:absolute;width:8%;top:0;height:66px;margin-left:-4%;margin-top:-8px;border:8px solid #000}@media(max-width:767.98px){.shades-navigation{margin:0!important}}.shades-navigation .selectize-select{min-width:200px}@media(min-width:576px){.product-content .callout-button .icon{font-size:3.625rem}}@media(max-width:767.98px){.product-content .callout-button .icon{font-size:2.5rem}}@media(min-width:576px){.product-content .button-details{border-left:1px solid #dbdbdb}}@media(max-width:575.98px){.product-content .button-details{border-top:1px solid #dbdbdb}}.product-quality .average-rating{font-size:4rem;line-height:1}.brand-display .h1{font-size:1.25rem}.overview-results{font-size:1.5rem}@media(max-width:1279.98px){.overview-results{font-size:1.125rem}}@media(max-width:991.98px){.overview-results{margin-top:.5rem}}.brand-display .overview-results{font-size:1.125rem}@media(min-width:992px){.overview-results .stat:first-child{margin-left:auto}}.overview-results .stat:not(:first-child){padding-left:1rem}@media(min-width:992px){.intro-content .middle-intro{border-left:1px solid #dbdbdb;border-right:1px solid #dbdbdb}}.abstract-background-large{background:#222 url(../media/images/swatch-gallery-middle.jpg) repeat-y center top}@media(min-width:768px) and (max-width:991.98px){.abstract-background-large .intro-text{font-size:1.125rem}}@media(min-width:576px){.badge-search{max-width:582px}}.glossover.glossover-product-display{border:1px solid #dbdbdb;padding:1rem;margin-bottom:1.75rem}@media(min-width:992px) and (max-width:1279.98px){.glossover.glossover-product-display{padding:.9rem;margin-bottom:1.4875rem}}@media(max-width:991.98px){.glossover.glossover-product-display{padding:.8rem;margin-bottom:1.05rem}}.tab-pane .glossover.glossover-product-display{border:none;padding:.5rem 0;margin-bottom:0}@media(min-width:992px) and (max-width:1279.98px){.tab-pane .glossover.glossover-product-display{padding:.45rem 0}}@media(max-width:991.98px){.tab-pane .glossover.glossover-product-display{padding:.4rem 0}}@media(min-width:768px){.glossover-image{border-right:none!important}}.glossover-grade{line-height:1!important}.glossover-grade.large{font-size:4rem;font-weight:700}@media(max-width:767.98px){.glossover-product-display .grade-column{display:none!important}}.glossover-shade .glossover-grade,.glossover-shade .glossover-image{min-width:60px;width:60px}.glossover-shade .glossover-details{text-wrap:nowrap;overflow:hidden}.glossover-shade>div:not(:first-child){margin-left:8px}.glossover-head{white-space:nowrap}.glossover-head .product-title{display:inline-block;text-transform:uppercase;margin:0}.glossover-head .product-details-snippet{display:inline-block;font-size:.875rem;font-weight:300;text-transform:none;margin:0}@media(min-width:768px){.glossover-head .product-details-snippet{padding-right:.5rem;padding-left:.5rem}}.glossover-head .glossover-grade.large{font-size:2rem;font-weight:400;margin-top:-4px;text-align:center}@media(max-width:767.98px){.glossover-head .glossover-grade.large{min-width:3.75rem}}.glossover-head .temptalia-buttons{margin-left:auto}@media(max-width:767.98px){.glossover-head .temptalia-buttons{margin-right:auto}}@media(max-width:767.98px){.glossover-head .product-info{flex-wrap:wrap}.glossover-head .product-title{flex:1 0 100%}}.glossover-display-small .glossover-grade.large{font-size:3.125rem;font-weight:600;margin-top:-6px}@media(max-width:767.98px){.glossover-footer .shop-links{margin-top:.375rem;margin-bottom:.375rem}.glossover-footer .shop-links h5{font-size:.875rem}}@media(min-width:768px){.glossover-footer .shop-links{margin-right:.75rem;margin-top:0;margin-bottom:0}}@media(max-width:767.98px){.glossover-grade.large{font-size:2rem;padding-top:0}}.glossover-bar,.glossover-bar-outline{border-radius:8px;height:8px;display:block;width:100%;background-color:#dbdbdb;border:none}.glossover-bar{margin-top:-1px}.glossover-bar{background-color:#c35093}.reader-breakdown{font-size:.75rem}.product.table-of-contents{font-family:proxima-nova,Arial,Verdana,sans-serif;list-style:none;margin:0 0 1rem;padding:0;text-transform:uppercase;-moz-columns:2;columns:2}.product.table-of-contents li{font-weight:700;padding:.375rem 0;-moz-column-break-inside:avoid;break-inside:avoid}.product.table-of-contents li a{color:#222}.product.table-of-contents li a:hover{color:#c35093}.expander-zebra{font-family:proxima-nova,Arial,Verdana,sans-serif;padding:.5rem 1rem;color:#c35093;font-weight:400;text-transform:uppercase;cursor:pointer;border:1px solid #dbdbdb;border-bottom:none}.expander-container:nth-child(even) .expander-zebra{background:#f7f7f7}.expander-container:last-child{border-bottom:1px solid #dbdbdb}.expander-container .list-group-item{border-color:#dbdbdb;padding-left:2rem}@media(max-width:767.98px){.fm-skintone-selection .btn.btn-secondary,.fm-skintone-selection .generic-button,.fm-skintone-selection .bp-nav-btns li a,.bp-nav-btns li .fm-skintone-selection a{padding:.3125rem 0;font-size:.75rem}}.fm-undertones .btn.btn-secondary,.fm-undertones .generic-button,.fm-undertones .bp-nav-btns li a,.bp-nav-btns li .fm-undertones a{color:#fff}.fm-undertones .btn.btn-secondary.Pink,.fm-undertones .Pink.generic-button,.fm-undertones .bp-nav-btns li a.Pink,.bp-nav-btns li .fm-undertones a.Pink{background-color:#c64e95;border-color:#c64e95}.fm-undertones .btn.btn-secondary.Pink:hover,.fm-undertones .Pink.generic-button:hover,.fm-undertones .bp-nav-btns li a.Pink:hover,.bp-nav-btns li .fm-undertones a.Pink:hover{background-color:#aa377b}.fm-undertones .btn.btn-secondary.Peach,.fm-undertones .Peach.generic-button,.fm-undertones .bp-nav-btns li a.Peach,.bp-nav-btns li .fm-undertones a.Peach{background-color:#ff855f;border-color:#ff855f}.fm-undertones .btn.btn-secondary.Peach:hover,.fm-undertones .Peach.generic-button:hover,.fm-undertones .bp-nav-btns li a.Peach:hover,.bp-nav-btns li .fm-undertones a.Peach:hover{background-color:#ff5e2c}.fm-undertones .btn.btn-secondary.Neutral,.fm-undertones .Neutral.generic-button,.fm-undertones .bp-nav-btns li a.Neutral,.bp-nav-btns li .fm-undertones a.Neutral{background-color:#c4a080;border-color:#c4a080}.fm-undertones .btn.btn-secondary.Neutral:hover,.fm-undertones .Neutral.generic-button:hover,.fm-undertones .bp-nav-btns li a.Neutral:hover,.bp-nav-btns li .fm-undertones a.Neutral:hover{background-color:#b4865d}.fm-undertones .btn.btn-secondary.Olive,.fm-undertones .Olive.generic-button,.fm-undertones .bp-nav-btns li a.Olive,.bp-nav-btns li .fm-undertones a.Olive{background-color:#4e6821;border-color:#4e6821}.fm-undertones .btn.btn-secondary.Olive:hover,.fm-undertones .Olive.generic-button:hover,.fm-undertones .bp-nav-btns li a.Olive:hover,.bp-nav-btns li .fm-undertones a.Olive:hover{background-color:#314115}.fm-undertones .btn.btn-secondary.Yellow,.fm-undertones .Yellow.generic-button,.fm-undertones .bp-nav-btns li a.Yellow,.bp-nav-btns li .fm-undertones a.Yellow{background-color:#dbbf16;border-color:#dbbf16}.fm-undertones .btn.btn-secondary.Yellow:hover,.fm-undertones .Yellow.generic-button:hover,.fm-undertones .bp-nav-btns li a.Yellow:hover,.bp-nav-btns li .fm-undertones a.Yellow:hover{background-color:#ad9711}.fm-undertones .btn.btn-secondary.Red,.fm-undertones .Red.generic-button,.fm-undertones .bp-nav-btns li a.Red,.bp-nav-btns li .fm-undertones a.Red{background-color:#c10001;border-color:#c10001}.fm-undertones .btn.btn-secondary.Red:hover,.fm-undertones .Red.generic-button:hover,.fm-undertones .bp-nav-btns li a.Red:hover,.bp-nav-btns li .fm-undertones a.Red:hover{background-color:#8e0001}@media(max-width:991.98px){#dupeVoteModal h3{font-size:1rem}#dupeVoteModal .dupe-voting-tags .btn,#dupeVoteModal .dupe-voting-tags .generic-button,#dupeVoteModal .dupe-voting-tags .bp-nav-btns li a,.bp-nav-btns li #dupeVoteModal .dupe-voting-tags a{font-size:.875rem}}@media(max-width:575.98px){#dupeVoteModal h3{font-size:.875rem}#dupeVoteModal .modal-body .btn,#dupeVoteModal .modal-body .generic-button,#dupeVoteModal .modal-body .bp-nav-btns li a,.bp-nav-btns li #dupeVoteModal .modal-body a{font-size:.75rem}}.sticky-product{position:-webkit-sticky;position:sticky;background:#fff;padding:.9rem 0;z-index:1}@media(max-width:991.98px){.sticky-product.product-general{display:flex;flex-wrap:nowrap!important;width:100%;max-width:100%;padding:0!important;z-index:5}.sticky-product.product-general .product-info{flex-grow:1;min-width:0;align-self:center}.sticky-product.product-general .product-image{flex-shrink:1;width:70px;min-width:70px;border-bottom:none!important;border-right:1px solid #dbdbdb}.sticky-product.product-general .product-buttons{width:215px;min-width:215px;border-left:1px solid #dbdbdb;border-top:none!important}}@media(max-width:450px){.sticky-product.product-general{flex-wrap:wrap!important}.sticky-product.product-general .product-info{flex:1 0 230px;min-width:initial}.sticky-product.product-general .general-button,.sticky-product.product-general .grade{flex:1 0 auto;width:auto;max-width:initial}.sticky-product.product-general .product-buttons{flex:1 0 auto;max-width:100%;border-top:1px solid #dbdbdb!important;border-left:none}}.dupe-ul{font-size:.9375rem}@media(min-width:768px) and (max-width:991.98px){.dupe-list-logo{font-size:5rem}}.insight-cell{min-width:115px}@media(max-width:767.98px){.foundation-votes-column{border-top:1px solid #dbdbdb}}@media(min-width:768px) and (max-width:991.98px){.foundation-votes-column{border-left:1px solid #dbdbdb}}.recommendation-post-list .display-toggle::after{font-family:temptalia!important;content:"\f078";float:right}.recommendation-post-list .display-toggle.active::after{content:"\f077"}@media(max-width:991.98px){.color-story-filters .filter-column:not(:last-child) .filter-list-block:last-child{margin-bottom:0!important;border-bottom:none!important}}@media(min-width:992px){.bp-user-heading{margin-bottom:1rem}}@media(max-width:991.98px){.bp-user-heading{border-top:1px solid #dbdbdb;border-left:1px solid #dbdbdb;border-right:1px solid #dbdbdb}}.generic-button,.bp-nav-btns li a{display:inline-block;font-weight:400;text-align:center;white-space:nowrap;vertical-align:middle;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border-style:solid;border-width:1px;padding:.375rem .75rem;font-size:1rem;line-height:1.25;border-radius:0;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion:reduce){.generic-button,.bp-nav-btns li a{transition:none}}.generic-button:hover,.bp-nav-btns li a:hover,.generic-button:focus,.bp-nav-btns li a:focus{text-decoration:none}.generic-button:focus,.bp-nav-btns li a:focus,.generic-button.focus,.bp-nav-btns li a.focus{outline:0;box-shadow:0 0 0 .2rem rgba(195,80,147,.25)}.generic-button.disabled,.bp-nav-btns li a.disabled,.generic-button:disabled,.bp-nav-btns li a:disabled{opacity:.65}.generic-button:not(:disabled):not(.disabled),.bp-nav-btns li a:not(:disabled):not(.disabled){cursor:pointer}.bp-nav-btns li{display:inline-block}.bp-nav-btns li.current.selected a{color:#fff;background-color:#111;border-color:#111}aside .btn-follow-button{padding-top:.125rem;padding-bottom:.125rem}#bpProfile .nav{font-family:proxima-nova,Arial,Verdana,sans-serif}#bpProfile .nav li{display:inline-block;text-transform:uppercase;padding:.5rem 1rem}#bpProfile .nav li a{color:#222}.bp-template-notice{background:#f7f7f7;padding:1rem;border:1px solid #dbdbdb;margin-top:1rem;margin-bottom:1rem;font-size:1.5rem;text-align:center}.bp-template-notice.updated{color:#c35093;background:#ffdcf0;border-color:#dd9cc2}.bp-template-notice p{margin-bottom:0}.activity-time-since{color:#999}.activity-time-since::before{content:' | '}.bp-checkboxes div:not(#field_5) label.option-label{display:inline-block;width:50%}.bp-checkboxes label.option-label input{margin-right:.5rem}.bp-notifications-list .list-group-item.active{background-color:#faf0f5;border-color:#edcade;color:#222}.bp-notifications-list .list-group-item.active:hover{background-color:#f3dce9}.buddypress .notification-settings{width:100%}.buddypress .notification-settings tr td:first-child,.buddypress .notification-settings tr th:first-child{display:none}.buddypress .notification-settings td.yes,.buddypress .notification-settings th.yes,.buddypress .notification-settings th.no,.buddypress .notification-settings td.no{width:50px;text-align:center}.social-media-icons{line-height:.4;margin-left:-.375rem}.social-media-icons a{padding:.125rem .375rem}[ng\:cloak],[ng-cloak],.ng-cloak{display:none!important}.ng-hide.ng-hide-animate{display:none!important}.grecaptcha-badge{display:none}.affixSidebar{position:fixed;z-index:9999;width:325px;top:40px}@media(min-width:992px){}@media(min-width:1280px){.primary-column{flex:0 0 65.46875%;max-width:65.46875%}.sidebar-column{flex:0 0 33.59375%;max-width:33.59375%}#primaryContainer.desktop-contained .primary-column{flex:0 0 65.92709984152139%;max-width:65.92709984152139%}#primaryContainer.desktop-contained .sidebar-column{flex:0 0 34.07290015847861%;max-width:34.07290015847861%}}@media(min-width:992px){.affix-area{position:relative}.affix-containers .sticky-container{position:absolute;z-index:0;top:0;width:400px;padding-bottom:30px}.affix-containers .sticky-container:first-child{z-index:1}.affix-containers .sticky-wrapper{position:-webkit-sticky;position:sticky;top:0}.affix-to-top{background:#f7f7f7;position:-webkit-sticky;position:sticky;top:0;z-index:1;padding-bottom:1rem}#primaryContainer.desktop-contained .affix-to-top{background:#fff}}@media(min-width:992px) and (max-width:1279.98px){.affix-containers .sticky-container{width:244px}#primaryContainer.desktop-contained .affix-containers .sticky-container{width:230px}}@media(max-width:1279.98px){.affixSidebar{width:300px}.order-lg-first .affixSidebar{margin-left:-56px}}@media(max-width:991.98px){.affixSidebar{position:relative;z-index:auto;top:auto;width:auto}}@media(min-width:992px){#primaryContainer{min-height:600px}}.primary-content{position:relative;z-index:1}.primary-nav-wrap{z-index:3}.tag{font-family:proxima-nova,Arial,Verdana,sans-serif}.page-item.active .page-numbers,.page-numbers:focus,.page-item.active .page-numbers:hover{z-index:2;color:#fff;cursor:default;background-color:#c35093;border-color:#c35093}.venn-circle{border-radius:50%;position:absolute;display:block;top:50%;margin-top:-15px;margin-left:-15px;padding:6px 10px 3px 9px}.split-line-vert{position:absolute;width:4px;left:50%;margin-left:-2px;height:100%}.videowrapper{float:none;clear:both;width:100%;position:relative;padding-bottom:56.25%;padding-top:25px;height:0}.videowrapper iframe{position:absolute;top:0;left:0;width:100%;height:100%}.list-group{font-family:proxima-nova,Arial,Verdana,sans-serif;font-size:1rem}.popover{max-width:350px}@media(max-width:575.98px){.table-responsive-xs{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.table-responsive-xs>.table-bordered{border:0}}@media(max-width:767.98px){.table-responsive-sm{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.table-responsive-sm>.table-bordered{border:0}}@media(max-width:991.98px){.table-responsive-md{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.table-responsive-md>.table-bordered{border:0}}@media(max-width:1279.98px){.table-responsive-lg{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.table-responsive-lg>.table-bordered{border:0}}.table-responsive-xl{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.table-responsive-xl>.table-bordered{border:0}.table-striped tbody tr:nth-of-type(odd){background:#f7f7f7}.pollbar{background:#9a426b;border:2px solid #9a426b;height:10px}.retailer-links a img{border:1px solid transparent}.retailer-links a:hover img{border:1px solid #dbdbdb}.tabbed-wrapper .temptalia-buttons .btn,.tabbed-wrapper .temptalia-buttons .generic-button,.tabbed-wrapper .temptalia-buttons .bp-nav-btns li a,.bp-nav-btns li .tabbed-wrapper .temptalia-buttons a{font-size:1.071rem}.tabbed-wrapper .temptalia-buttons .btn.dropdown-toggle,.tabbed-wrapper .temptalia-buttons .dropdown-toggle.generic-button,.tabbed-wrapper .temptalia-buttons .bp-nav-btns li a.dropdown-toggle,.bp-nav-btns li .tabbed-wrapper .temptalia-buttons a.dropdown-toggle{padding-top:.6875rem;padding-bottom:.6875rem}@media(max-width:767.98px){.tabbed-wrapper .temptalia-buttons .btn,.tabbed-wrapper .temptalia-buttons .generic-button,.tabbed-wrapper .temptalia-buttons .bp-nav-btns li a,.bp-nav-btns li .tabbed-wrapper .temptalia-buttons a{font-size:.875rem}}@media(max-width:767.98px){.weekly-deals{padding-bottom:1rem}}@media(max-width:575.98px){.weekly-deals{padding-left:.4375rem;padding-right:.4375rem}}@media(max-width:991.98px){.product-buttons.temptalia-buttons .btn,.product-buttons.temptalia-buttons .generic-button,.product-buttons.temptalia-buttons .bp-nav-btns li a,.bp-nav-btns li .product-buttons.temptalia-buttons a{font-size:.9375rem;padding-left:.5rem;padding-right:.5rem}}.tabbed-container{background:#f7f7f7;border-left:1px solid #dbdbdb;border-right:1px solid #dbdbdb}.tabbed-container.active{background:#fff}.tabbed-button{font-weight:700;line-height:1.5}.tabbed-container.active .tabbed-button{color:inherit!important}@media(max-width:991.98px){.tabbed-button,.tabbed-content.px-3,.tabbed-content .px-3{padding-right:.75rem!important;padding-left:.75rem!important}}@media(max-width:575.98px){.tabbed-wrapper{margin-right:-10px!important;margin-left:-10px!important}.tabbed-button,.tabbed-content.px-3,.tabbed-content .px-3{padding-right:.75rem!important;padding-left:.75rem!important}}.brand-description{background:rgba(0,0,0,.55);color:#fff;position:absolute;bottom:0;margin:0}@media(max-width:991.98px){.brand-description{position:inherit}}@media(min-width:576px){#subscribeModal.modal:before{display:inline-block;vertical-align:middle;content:" ";height:100%}}.dropdown-menu>li>a:hover,.dropdown-menu>li>a:focus{background-color:#dbdbdb}.temptalia-stars.can-vote .star{cursor:pointer}.stars{font-size:24px}.product-list{text-transform:uppercase}.product-list .where-to-buy{margin-top:2px;margin-bottom:2px;width:90px}.list-bordered>li{border-bottom:1px solid #dbdbdb;padding-top:2px;padding-bottom:2px}.list-bordered>li:first-child{border-top:1px solid #dbdbdb}.shade-thumbnails{margin-left:-2px!important;margin-right:-2px!important}.shade-thumbnails .shade-thumbnail{padding:0 2px 4px!important}.review-excerpt p{font-size:.9375rem}.review-meta .user-meta{margin-left:-30px;margin-right:-30px;margin-bottom:-30px}@media(max-width:767.98px){.review-meta .user-meta{margin-left:-15px;margin-right:-15px;margin-bottom:-15px}}.at-share-btn{background-color:#b0b0b0!important}.activity-inner img{max-width:100%}.columns-310{-moz-column-width:310px;column-width:310px;-moz-column-gap:1.5rem;column-gap:1.5rem}.column-break{page-break-inside:avoid;-moz-column-break-inside:avoid;break-inside:avoid}@media(max-width:767.98px){.award-seal-float{width:90px}}#footer .social-icon{background:#fff;color:#222;width:2.6875rem;height:2.6875rem;border-radius:50%;font-size:1.4375rem;text-align:center;line-height:1.9;display:inline-block;overflow:hidden;margin-right:1rem}#footer .social-icon.pinterest{font-size:1.75rem;line-height:1.575}#footer .social-icon.instagram{font-size:1.75rem;line-height:1.6}#footer .social-icon.bloglovin{font-size:1.125rem;line-height:2.5}#footer .social-icon:last-child{margin-right:.75rem}#footer .social-icon:hover{background:#c35093;color:#fff}#footer .newsletter-callout{padding:.75rem 1.75rem 1.25rem;margin-top:-1.75rem}@media(min-width:992px) and (max-width:1279.98px){#footer .newsletter-callout{padding-right:1.5rem;padding-left:1.5rem}}@media(max-width:991.98px){#footer .newsletter-callout{margin-top:1.5rem;padding-left:1rem;padding-right:1rem}}#footer .newsletter-callout .newsletter-heading{font-size:1.5rem;font-weight:600}@media(min-width:992px) and (max-width:1279.98px){#footer .newsletter-callout .newsletter-heading{font-size:1.125rem}}@media(max-width:575.98px){#footer .newsletter-callout .newsletter-heading{font-size:1rem}}#footer .nav-link{padding-top:.0625rem;padding-bottom:.0625rem;text-transform:uppercase;font-weight:400}.to-top{background:#000;color:#fff;font-size:30px;text-align:center;text-decoration:none;width:50px;height:50px;border-radius:25px;position:fixed;opacity:0;bottom:20px;right:20px;visibility:hidden;z-index:10;transition:opacity .6s 0s,visibility 0s .6s}.to-top:hover{opacity:.7}.to-top:hover,.to-top:focus,.to-top:active{text-decoration:none;color:#fff}.to-top-show{visibility:visible;opacity:.5;transition:opacity .6s 0s,visibility 0s 0s}