@charset "UTF-8";
.ls-container,
.ls-wp-container {
visibility: hidden;
position: relative;
max-width: 100%;
user-select: none;
-ms-user-select: none;
-moz-user-select: none;
-webkit-user-select: none;
}
.ls-inner {
position: relative;
width: 100%;
height: 100%;
background-position: center center;
z-index: 30;
}
.ls-wp-fullwidth-container {
width: 100%;
position: relative;
}
.ls-wp-fullwidth-helper {
position: absolute;
} ls-scene-wrapper {
width: 100%;
margin: 0 auto;
display: block !important;
position: relative !important;
--ls-progress: min( var(--ls-duration), var(--ls-stickduration, var(--ls-duration)) );
}
ls-scene-wrapper:not(.ls-layout-fixedsize) {
--ls-ratio-base: calc(100% / var(--ls-ratio, 999999999));
}
ls-scene-wrapper.ls-layout-fixedsize {
--ls-ratio-base: var(--ls-height);
}
ls-scene-wrapper {
--ls-offset-full: calc(100vh - var(--ls-ratio-base));
--ls-offset-half: calc(var(--ls-offset-full) / 2);
--ls-p-minus-50: calc(var(--ls-progress) - 50vh);
--ls-p-minus-100: calc(var(--ls-progress) - 100vh);
}  ls-scene-wrapper.ls-stickto-center.ls-playfrom-stick:after {
--ls-padding: var(--ls-progress);
}
ls-scene-wrapper.ls-stickto-center.ls-playfrom-top:after {
--ls-padding: calc(var(--ls-progress) + var(--ls-offset-half));
}
ls-scene-wrapper.ls-stickto-center.ls-playfrom-center:after {
--ls-padding: calc(var(--ls-p-minus-50) + var(--ls-offset-half));
}
ls-scene-wrapper.ls-stickto-center.ls-playfrom-bottom:after {
--ls-padding: calc(var(--ls-p-minus-100) + var(--ls-offset-half));
} ls-scene-wrapper.ls-stickto-top.ls-playfrom-stick:after,
ls-scene-wrapper.ls-stickto-top.ls-playfrom-top:after {
--ls-padding: var(--ls-progress);
}
ls-scene-wrapper.ls-stickto-top.ls-playfrom-center:after {
--ls-padding: var(--ls-p-minus-50);
}
ls-scene-wrapper.ls-stickto-top.ls-playfrom-bottom:after {
--ls-padding: var(--ls-p-minus-100);
} ls-scene-wrapper.ls-stickto-bottom.ls-playfrom-stick:after {
--ls-padding: var(--ls-progress);
}
ls-scene-wrapper.ls-stickto-bottom.ls-playfrom-top:after {
--ls-padding: calc(var(--ls-progress) + var(--ls-offset-full));
}
ls-scene-wrapper.ls-stickto-bottom.ls-playfrom-center:after {
--ls-padding: calc(var(--ls-p-minus-50) + var(--ls-offset-full));
}
ls-scene-wrapper.ls-stickto-bottom.ls-playfrom-bottom:after {
--ls-padding: calc(var(--ls-p-minus-100) + var(--ls-offset-full));
} ls-scene-wrapper.ls-playfrom-stick.ls-layout-fullsize:after,
ls-scene-wrapper.ls-playfrom-top.ls-layout-fullsize:after {
--ls-padding: var(--ls-progress);
}
ls-scene-wrapper.ls-playfrom-center.ls-layout-fullsize:after {
--ls-padding: var(--ls-p-minus-50);
}
ls-scene-wrapper.ls-playfrom-bottom.ls-layout-fullsize:after {
--ls-padding: var(--ls-p-minus-100);
}
ls-scene-wrapper:after {
content: '';
display: block;
width: 100%;
padding-bottom: var(--ls-padding,0px);
}
ls-scene-wrapper .ls-container {
position: sticky !important;
top: 0;
}
ls-silent-wrapper {
width: 100vw;
height: 100vh;
z-index: -1 !important;
visibility: hidden !important;
opacity: 0 !important;
pointer-events: none !important;
position: fixed !important;
left:  -200vw;
top: -200vh;
}
ls-scene-wrapper[data-disabled-scene] {
height: auto !important;
}
ls-scene-wrapper[data-disabled-scene]:after {
display: none !important;
} .ls-slide-bgcolor,
.ls-slide-backgrounds,
.ls-slide-effects,
.ls-background-videos,
.ls-bg-video-overlay {
-o-transform: translateZ(0);
-ms-transform: translateZ(0);
-moz-transform: translateZ(0);
-webkit-transform: translateZ(0);
transform: translateZ(0);
}
.ls-layers,
.ls-slide-bgcolor,
.ls-slide-backgrounds,
.ls-slide-effects,
.ls-background-videos,
.ls-bg-video-overlay {
width: 100%;
height: 100%;
position: absolute;
left: 0;
top: 0;
overflow: hidden;
}
.ls-text-layer .ls-ch .ls-grad-bg-overflow {
display: block;
position: absolute;
width: 100%;
height: 100%;
z-index: -1;
}
.ls-wrapper {
padding: 0 !important;
visibility: visible !important;
border: 0 !important;
z-index: 1;
}
.ls-wrapper.ls-fix-textnodes .ls-ln,
.ls-wrapper.ls-fix-textnodes .ls-wd,
.ls-wrapper.ls-fix-textnodes .ls-ch {
position: static !important;
transform: none !important;
}
.ls-wrapper .ls-ln {
white-space: nowrap;
}
.ls-layer.ls-has-chars .ls-wd {
position: static !important;
}
.ls-layer.ls-has-chars .ls-ch {
position: relative !important;
}
.ls-layer.ls-has-words .ls-wd {
position: relative !important;
}
.ls-layer.ls-has-lines .ls-ln {
position: relative !important;
}
.ls-layer .ls-ch,
.ls-layer .ls-wd,
.ls-layer .ls-ln {
text-decoration: inherit;
}
.ls-layer[data-ls-text-animating-in][data-ls-mask-text-in] .ls-ch,
.ls-layer[data-ls-text-animating-in][data-ls-mask-text-in] .ls-wd,
.ls-layer[data-ls-text-animating-in][data-ls-mask-text-in] .ls-ln,
.ls-layer[data-ls-text-animating-out][data-ls-mask-text-out] .ls-ch,
.ls-layer[data-ls-text-animating-out][data-ls-mask-text-out] .ls-wd,
.ls-layer[data-ls-text-animating-out][data-ls-mask-text-out] .ls-ln {
clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
.ls-textnode-dummy {
display: inline-block !important;
visibility: hidden !important;
pointer-events: none !important;
}
.ls-textnode-bgclip-wrap {
left: 0;
top: 0;
position: absolute;
background-clip: text;
-webkit-background-clip: text;
text-fill-color: transparent;
-webkit-text-fill-color: transparent;
text-align: left !important;
pointer-events: none !important;
}
.ls-textnode {
color: transparent;
text-fill-color: transparent;
-webkit-text-fill-color: transparent;
}
.ls-wrapper.ls-force-display-block {
display: block !important;
}
.ls-wrapper.ls-force-visibility-hidden {
visibility: hidden !important;
}
.ls-wrapper.ls-force-left-0 {
left: 0 !important;
}
.ls-wrapper.ls-force-width-auto {
width: auto !important;
}
.ls-force-height-auto {
height: auto !important;
}
.ls-wrapper.ls-force-full-size {
width: 100% !important;
height: 100% !important;
}
.ls-layer.ls-force-no-transform,
.ls-wrapper.ls-force-no-transform {
transform: none !important;
}
.ls-force-no-transform .ls-ln,
.ls-force-no-transform .ls-wd,
.ls-force-no-transform .ls-ch {
transform: none !important;
}
.ls-background-videos {
z-index: 1;
}
.ls-bg-video-overlay {
z-index: 21;
background-repeat: repeat;
background-position: center center;
}
.ls-slide-backgrounds {
z-index: 2;
}
.ls-slide-effects {
z-index: 4;
}
.ls-slide-bgcolor {
z-index: 1;
}
.ls-layers {
z-index: 35;
}
.ls-z,
.ls-parallax,
.ls-in-out,
.ls-scroll,
.ls-scroll-transform,
.ls-loop,
.ls-clip {
position: absolute !important;
width: 100%;
height: 100%;
top: 0;
left: 0;
}
.ls-clip,
.ls-m-layers-clip {
clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}
.ls-layers-clip {
clip: rect( 0px, var( --sw ), var( --sh ), 0px );
}
.ls-z {
width: 100% !important;
height: 100% !important;
top: 0 !important;
left: 0 !important;
bottom: auto !important;
right: auto !important;
display: block !important;
overflow: visible !important;
pointer-events: none !important;
}
.ls-z.ls-wrapper.ls-pinned {
position: fixed !important;
}
.ls-slide-backgrounds .ls-wrapper.ls-z {
overflow: hidden !important;
}
.ls-inner-wrapper {
pointer-events: auto;
}
.ls-inner-wrapper * {
pointer-events: inherit;
}
.ls-in-out {
display: none;
}
.ls-loop, .ls-clip {
display: block !important;
}
.ls-parallax,
.ls-in-out,
.ls-scroll,
.ls-scroll-transform,
.ls-loop,
.ls-z {
background: none !important;
}
.ls-bg-wrap,
.ls-loop {
margin: 0 !important;
}
.ls-wrapper > .ls-layer,
.ls-wrapper > a > .ls-layer
.ls-wrapper > .ls-bg {
line-height: normal;
white-space: nowrap;
word-wrap: normal;
margin-right: 0 !important;
margin-bottom: 0 !important;
}
.ls-wrapper > .ls-layer,
ls-liquify-wrapper > ls-layer,
.ls-wrapper > a > .ls-layer {
position: static !important;
display: block !important;
transform: translateZ(0);
}
.ls-bg-wrap,
.ls-bg-outer {
width: 100%;
height: 100%;
position: absolute;
left: 0;
top: 0;
}
.ls-bg-wrap {
display: none;
}
.ls-bg-outer {
overflow: hidden !important;
}
.ls-wrapper > a.ls-layer-link,
ls-liquify-wrapper > a.ls-layer-link {
cursor: pointer !important;
display: block !important;
position: absolute !important;
left: 0 !important;
top: 0 !important;
width: 100% !important;
height: 100% !important;
z-index: 10;
-o-transform: translateZ(100px);
-ms-transform: translateZ(100px);
-moz-transform: translateZ(100px);
-webkit-transform: translateZ(100px);
transform: translateZ(100px);
background: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7) !important;
} .ls-l[data-prefix]:before,
.ls-layer[data-prefix]:before {
position: relative;
display: inline-block;
content: attr(data-prefix);
}
.ls-l[data-suffix]:after,
.ls-layer[data-suffix]:after {
position: relative;
display: inline-block;
content: attr(data-suffix);
}
.ls-l[data-prefix]:before,
.ls-layer[data-prefix]:before,
.ls-l[data-suffix]:after,
.ls-layer[data-suffix]:after {
color: var( --ls-affix-color, currentColor );
transform: translateY( var( --ls-affix-va, 0em ) );
font-size: var( --ls-affix-fs, 1em );
font-family: var( --ls-affix-ff, inherit );
font-weight: var( --ls-affix-fw, inherit );
}
.ls-l[data-prefix]:before,
.ls-layer[data-prefix]:before,
.ls-l[data-suffix]:after,
.ls-layer[data-suffix]:after {
display: var( --ls-affix-nl, inline-block );
}
.ls-l[data-prefix].ls-affix-float:before,
.ls-layer[data-prefix].ls-affix-float:before,
.ls-l[data-suffix].ls-affix-float:after,
.ls-layer[data-suffix].ls-affix-float:after {
position: absolute;
left: 50%;
top: 50%;
transform: translate( calc( -50% + var( --ls-affix-ha, 0em ) ) , calc( -50% + var( --ls-affix-va, 0em ) ) );
}
.ls-l[data-prefix]:before,
.ls-layer[data-prefix]:before {
margin-right: var( --ls-affix-ha, 0em );
}
.ls-l[data-suffix]:after,
.ls-layer[data-suffix]:after {
margin-left: var( --ls-affix-ha, 0em );
}  .ls-gui-element {
z-index: 40;
text-decoration: none !important;
}
.ls-loading-container {
position: absolute !important;
display: none;
left: 50% !important;
top: 50% !important;
}
.ls-loading-indicator {
margin: 0 auto;
} .ls-media-unmute {
visibility: hidden;
position: absolute;
left: 16px;
top: 16px;
width: 30px;
height: 30px;
cursor: pointer;
opacity: .65;
}
.ls-media-unmute-active {
visibility: visible;
}
.ls-media-unmute-bg {
position: absolute;
left: 0;
top: 0;
right: 0;
bottom: 0;
border-radius: 30px;
border: 0 solid white;
transform: scale(0.1);
background: rgba(0,0,0,.25);
box-shadow: 0 3px 10px rgba(0,0,0,.2);
}
.ls-icon-muted, .ls-icon-unmuted {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background-repeat: no-repeat;
background-position: center;
background-size: 20px;
transform: scale(0.1);
}
.ls-media-unmute-active .ls-media-unmute-bg {
border: 2px solid white;
}
.ls-media-unmute-active .ls-icon-muted,
.ls-media-unmute-active .ls-icon-unmuted,
.ls-media-unmute-active .ls-media-unmute-bg {
transform: scale(1) !important;
}
.ls-icon-muted {
background-image: url(//www.rossfunerals.com.au/wp-content/plugins/LayerSlider/assets/static/layerslider/img/icon-muted-white.png);
opacity: 1;
}
.ls-icon-unmuted {
background-image: url(//www.rossfunerals.com.au/wp-content/plugins/LayerSlider/assets/static/layerslider/img/icon-unmuted-white.png);
opacity: 0;
}
.ls-media-unmute:hover {
opacity: 1;
}
.ls-media-unmute:hover .ls-icon-muted {
opacity: 0;
}
.ls-media-unmute:hover .ls-icon-unmuted {
opacity: 1;
}
.ls-media-unmute-bg,
.ls-icon-unmuted,
.ls-media-unmute,
.ls-icon-muted {
transition: all .3s ease-in-out !important;
} .ls-bottom-slidebuttons {
text-align: left;
}
.ls-bottom-nav-wrapper,
.ls-below-thumbnails {
height: 0;
position: relative;
text-align: center;
margin: 0 auto;
}
.ls-below-thumbnails {
display: none;
}
.ls-bottom-nav-wrapper a,
.ls-nav-prev,
.ls-nav-next {
outline: none;
}
.ls-bottom-slidebuttons {
position: relative;
}
.ls-bottom-slidebuttons,
.ls-nav-start,
.ls-nav-stop,
.ls-nav-sides {
position: relative;
}
.ls-nothumb {
text-align: center !important;
}
.ls-link,
.ls-link:hover {
position: absolute !important;
width: 100% !important;
height: 100% !important;
left: 0 !important;
top: 0 !important;
}
.ls-link {
display: none;
}
.ls-link-on-top {
z-index: 999999 !important;
}
.ls-link, .ls-wrapper > a > * {
background-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
}
.ls-bottom-nav-wrapper,
.ls-thumbnail-wrapper,
.ls-nav-prev,
.ls-nav-next {
visibility: hidden;
} .ls-bar-timer {
position: absolute;
width: 0;
height: 2px;
background: white;
border-bottom: 2px solid #555;
opacity: .55;
top: 0;
}
.ls-circle-timer {
width: 16px;
height: 16px;
position: absolute;
right: 10px;
top: 10px;
opacity: .65;
display: none;
}
.ls-container .ls-circle-timer,
.ls-container .ls-circle-timer * {
box-sizing: border-box !important;
}
.ls-ct-half {
border: 4px solid white;
}
.ls-ct-left,
.ls-ct-right {
width: 50%;
height: 100%;
overflow: hidden;
}
.ls-ct-left,
.ls-ct-right {
position: absolute;
}
.ls-ct-left {
left: 0;
}
.ls-ct-right {
left: 50%;
}
.ls-ct-rotate {
width: 200%;
height: 100%;
position: absolute;
top: 0;
}
.ls-ct-left .ls-ct-rotate,
.ls-ct-right .ls-ct-hider,
.ls-ct-right .ls-ct-half {
left: 0;
}
.ls-ct-right .ls-ct-rotate,
.ls-ct-left .ls-ct-hider,
.ls-ct-left .ls-ct-half {
right: 0;
}
.ls-ct-hider,
.ls-ct-half {
position: absolute;
top: 0;
}
.ls-ct-hider {
width: 50%;
height: 100%;
overflow: hidden;
}
.ls-ct-half {
width: 200%;
height: 100%;
}
.ls-ct-center {
width: 100%;
height: 100%;
left: 0;
top: 0;
position: absolute;
border: 4px solid black;
opacity: 0.2;
}
.ls-ct-half,
.ls-ct-center {
border-radius: 100px;
-moz-border-radius: 100px;
-webkit-border-radius: 100px;
}
.ls-slidebar-container {
margin: 10px auto;
}
.ls-slidebar-container,
.ls-slidebar {
position: relative;
}
.ls-progressbar,
.ls-slidebar-slider-container {
position: absolute;
left: 0;
top: 0;
}
.ls-progressbar {
width: 0;
height: 100%;
z-index: 1;
}
.ls-slidebar-slider-container {
z-index: 2;
}
.ls-slidebar-slider {
position: static !important;
cursor: pointer;
} .ls-slidebar {
height: 10px;
background-color: #ddd;
}
.ls-slidebar,
.ls-progressbar {
border-radius: 10px;
}
.ls-progressbar {
background-color: #bbb;
}
.ls-slidebar-slider-container {
top: 50%;
}
.ls-slidebar-slider {
width: 20px;
height: 20px;
border-radius: 20px;
background-color: #999;
} .ls-slidebar-light .ls-slidebar {
height: 8px;
background-color: white;
border: 1px solid #ddd;
border-top: 1px solid #ccc;
}
.ls-slidebar-light .ls-slidebar,
.ls-slidebar-light .ls-progressbar {
border-radius: 10px;
}
.ls-slidebar-light .ls-progressbar {
background-color: #eee;
}
.ls-slidebar-light .ls-slidebar-slider-container {
top: 50%;
}
.ls-slidebar-light .ls-slidebar-slider {
width: 18px;
height: 18px;
border-radius: 20px;
background-color: #eee;
border: 1px solid #bbb;
border-top: 1px solid #ccc;
border-bottom: 1px solid #999;
} .ls-tn {
display: none !important;
}
.ls-thumbnail-hover {
display: none;
position: absolute;
left: 0;
}
.ls-thumbnail-hover-inner {
width: 100%;
height: 100%;
position: absolute;
left: 0;
top: 0;
display: none;
}
.ls-thumbnail-hover-bg {
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
}
.ls-thumbnail-hover-img {
position: absolute;
overflow: hidden;
}
.ls-thumbnail-hover img {
max-width: none !important;
position: absolute;
display: inline-block;
visibility: visible !important;
left: 50%;
top: 0;
}
.ls-thumbnail-hover span {
left: 50%;
top: 100%;
width: 0;
height: 0;
display: block;
position: absolute;
border-left-color: transparent !important;
border-right-color: transparent !important;
border-bottom-color: transparent !important;
}
.ls-thumbnail-wrapper {
position: relative;
width: 100%;
margin: 0 auto;
}
.ls-thumbnail-wrapper.ls-thumbnail-fill  a img {
width: 100%;
}
.ls-thumbnail {
position: relative;
margin: 0 auto;
}
.ls-thumbnail-inner,
.ls-thumbnail-slide-container {
width: 100%;
}
.ls-thumbnail-slide-container {
overflow: hidden !important;
position: relative;
}
.ls-thumbnail-slide {
text-align: center;
white-space: nowrap;
float: left;
position: relative;
}
.ls-thumbnail-slide a {
overflow: hidden;
display: inline-block;
width: 0;
height: 0;
position: relative;
}
.ls-thumbnail-slide img {
max-width: none !important;
max-height: 100% !important;
height: 100%;
visibility: visible !important;
background-position: center !important;
}
.ls-touchscroll {
overflow-x: auto !important;
} .ls-shadow {
display: none;
position: absolute;
z-index: 10 !important;
top: 100%;
width: 100%;
left: 0;
overflow: hidden !important;
visibility: hidden;
}
.ls-shadow img {
width: 100% !important;
height: auto !important;
position: absolute !important;
left: 0 !important;
bottom: 0 !important;
} .ls-media-layer {
overflow: hidden;
}
.ls-vpcontainer,
.ls-videopreview {
width : 100%;
height : 100%;
position : absolute;
left : 0;
top : 0;
cursor : pointer;
}
.ls-videopreview {
background-size: cover;
background-position: center center;
}
.ls-videopreview {
z-index: 1;
}
.ls-playvideo {
position: absolute;
left: 50%;
top: 50%;
cursor: pointer;
z-index: 2;
}
.ls-autoplay .ls-playvideo,
.ls-instant-autoplay .ls-playvideo {
display: none !important;
} .ls-forcehide {
display: none !important;
} .ls-yourlogo {
position: absolute;
z-index: 50;
}  .ls-slide-transition-wrapper {
width: 100%;
height: 100%;
position: absolute;
left: 0;
top: 0;
z-index: 3;
}
.ls-slide-transition-wrapper,
.ls-slide-transition-wrapper * {
text-align: left !important;
}
.ls-slide-transition-tile {
position: relative;
float: left;
}
.ls-slide-transition-tile img {
visibility: visible;
margin: 0 !important;
}
.ls-curtiles {
overflow: hidden;
}
.ls-curtiles,
.ls-nexttiles {
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
}
.ls-curtile, .ls-nexttile {
overflow: hidden;
width: 100% !important;
height: 100% !important;
-o-transform: translateZ(0);
-ms-transform: translateZ(0);
-moz-transform: translateZ(0);
-webkit-transform: translateZ(0);
transform: translateZ(0);
}
.ls-nexttile {
display: none;
}
.ls-3d-container {
position: relative;
overflow: visible !important;
-ms-perspective: none !important;
-moz-perspective: none !important;
-webkit-perspective: none !important;
perspective: none !important;
}
.ls-3d-box {
position: absolute;
}
.ls-3d-box > div {
overflow: hidden;
margin: 0;
padding: 0;
position: absolute;
background-color: #888;
}
.ls-3d-box .ls-3d-top,
.ls-3d-box .ls-3d-bottom {
background-color: #555;
}
.ls-slide-transition-wrapper,
.ls-slide-transition-tile {
-ms-perspective: 1500px;
-moz-perspective: 1500px;
-webkit-perspective: 1500px;
perspective: 1500px;
}
.ls-slide-transition-tile,
.ls-3d-box,
.ls-curtiles,
.ls-nexttiles {
-ms-transform-style: preserve-3d;
-moz-transform-style: preserve-3d;
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d;
}
.ls-curtile,
.ls-nexttile,
.ls-3d-box {
-ms-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
} html body .ls-container.ls-wp-container.ls-fullsize:not(.ls-hidden),
html body .ls-container.ls-wp-container.ls-fullwidth:not(.ls-hidden),
html body .ls-container.ls-wp-container.ls-responsive:not(.ls-hidden),
html body .ls-container.ls-wp-container.ls-fixedsize:not(.ls-hidden),
#ls-global .ls-container.ls-wp-container.ls-fullsize:not(.ls-hidden),
#ls-global .ls-container.ls-wp-container.ls-fullwidth:not(.ls-hidden),
#ls-global .ls-container.ls-wp-container.ls-responsive:not(.ls-hidden),
#ls-global .ls-container.ls-wp-container.ls-fixedsize:not(.ls-hidden) {
max-width: 100%;
}
html body .ls-container.ls-hidden,
#ls-global .ls-container.ls-hidden {
width: 0px !important;
height: 0px !important;
position: absolute;
left: -5000px;
top: -5000px;
z-index: -1;
overflow: hidden !important;
visibility: hidden !important;
display: block !important;
}
.ls-selectable {
user-select: text;
-ms-user-select: text;
-moz-user-select: text;
-webkit-user-select: text;
}
.ls-unselectable {
user-select: none;
-ms-user-select: none;
-moz-user-select: none;
-webkit-user-select: none;
}
.ls-visible {
overflow: visible !important;
clip: auto !important;
clip-path: none !important;
}
.ls-unselectable {
user-select: none;
-o-user-select: none;
-ms-user-select: none;
-moz-user-select: none;
-webkit-user-select: none;
}
.ls-overflow-hidden {
overflow: hidden;
}
.ls-overflowx-hidden {
overflow-x: hidden;
}
html body .ls-overflow-visible,
html#ls-global .ls-overflow-visible,
body#ls-global .ls-overflow-visible,
#ls-global .ls-overflow-visible,
.ls-overflow-visible {
overflow: visible !important;
}
.ls-overflowy-hidden {
overflow-y: hidden;
}
.ls-slide {
display: block !important;
visibility: hidden !important;
position: absolute !important;
overflow: hidden;
top: 0 !important;
left: 0 !important;
bottom: auto !important;
right: auto !important;
background: none;
border: none !important;
margin: 0 !important;
padding: 0 !important;
}
.ls-slide > .ls-layer,
.ls-slide > .ls-l,
.ls-slide > .ls-bg,
.ls-slide > a > .ls-layer,
.ls-slide > a > .ls-l,
.ls-slide > a > .ls-bg {
position: absolute !important;
white-space: nowrap;
}
.ls-fullscreen {
margin: 0 !important;
padding: 0 !important;
width: auto !important;
height: auto !important;
}
.ls-fullscreen .ls-container {
background-color: black;
margin: 0 auto !important;
}
.ls-fullscreen .ls-fullscreen-wrapper {
width: 100% !important;
height: 100% !important;
margin: 0 !important;
padding: 0 !important;
border: 0 !important;
background-color: black;
overflow: hidden !important;
position: relative !important;
}
.ls-fullscreen .ls-fullscreen-wrapper .ls-container,
.ls-fullscreen .ls-fullscreen-wrapper .ls-wp-container {
position: absolute !important;
top: 50% !important;
left: 50% !important;
transform: translate(-50%,-50%) !important;
}
.ls-layer .split-item {
font-weight: inherit !important;
font-family: inherit !important;
font-size: inherit;
color: inherit;
}
html body .ls-container .ls-layer,
#ls-global .ls-container .ls-layer,
html body .ls-container .ls-l,
#ls-global .ls-container .ls-l {
border-width: 0;
border-style: solid;
border-color: #000;
color: #000; font-size: 36px;
font-family: Arial, sans-serif;
background-repeat: no-repeat;
stroke: #000;
text-align: left;
font-style: normal;
text-decoration: none;
text-transform: none;
font-weight: 400;
letter-spacing: 0;
background-position: 0% 0%;
background-clip: border-box;
opacity: 1;
mix-blend-mode: unset;
}
.ls-container .ls-layer svg,
.ls-container .ls-l svg {
width: 1em;
height: 1em;
display: block;
}
.ls-container .ls-layer:not(.ls-html-layer),
.ls-container .ls-l:not(.ls-html-layer) {
stroke-width: 0;
}
.ls-container .ls-layer:not(.ls-html-layer) svg,
.ls-container .ls-l:not(.ls-html-layer) svg {
fill: currentColor;
}
.ls-container .ls-layer.ls-shape-layer svg,
.ls-container .ls-layer.ls-svg-layer svg,
.ls-container .ls-l.ls-shape-layer svg,
.ls-container .ls-l.ls-svg-layer svg {
width: 100%;
height: 100%;
}
.ls-container .ls-layer.ls-icon-layer .fa,
.ls-container .ls-l.ls-icon-layer .fa {
display: block;
line-height: inherit;
}
.ls-container .ls-layer.ls-ib-icon svg,
.ls-container .ls-l.ls-ib-icon svg,
.ls-container .ls-layer.ls-ib-icon .fa,
.ls-container .ls-l.ls-ib-icon .fa {
display: inline-block;
vertical-align: middle;
}
.ls-container .ls-layer.ls-html-layer svg,
.ls-container .ls-l.ls-html-layer svg {
display: inline;
width: auto;
height: auto;
}
.ls-container .ls-button-layer {
cursor: pointer;
}
.ls-container:not(.ls-hidden) .ls-wrapper:not(.ls-force-display-block) picture.ls-layer img,
.ls-container:not(.ls-hidden) .ls-wrapper:not(.ls-force-display-block) picture.ls-l img {
width: inherit !important;
height: inherit !important;
}
.ls-container.ls-hidden picture {
display: flex !important;
}
.ls-container.ls-hidden picture.ls-layer img,
.ls-container.ls-hidden picture.ls-l img {
width: auto;
height: auto;
} .ls-l[data-ls-smart-bg],
.ls-layer[data-ls-smart-bg],
ls-layer[data-ls-smart-bg] {
overflow: hidden !important;
background-size: 0 0 !important;
}
.ls-l[data-ls-smart-bg]:before,
.ls-layer[data-ls-smart-bg]:before,
ls-layer[data-ls-smart-bg]:before {
content: '';
display: block;
position: absolute;
left: 0;
top: 0;
z-index: -1;
width: var(--sw);
height: var(--sh);
transform: translate( calc( var( --x, 0px ) + var( --lx, 0px )  + var( --rx, 0px ) ), calc( var( --y, 0px ) + var( --ly, 0px ) + var( --ry, 0px ) ) );
background-image: inherit;
background-size: var( --bgs, inherit );
background-position: inherit;
background-repeat: inherit;
} html body .ls-nav-prev,
#ls-global .ls-nav-prev,
html body .ls-nav-next,
#ls-global .ls-nav-next,
html body .ls-bottom-nav-wrapper a,
#ls-global .ls-bottom-nav-wrapper a,
html body .ls-container .ls-fullscreen,
#ls-global .ls-container .ls-fullscreen,
html body .ls-thumbnail a,
#ls-global .ls-thumbnail a {
transition: none;
-ms-transition: none;
-webkit-transition: none;
line-height: normal;
outline: none;
padding: 0;
border: 0;
}
html body .ls-wrapper > a,
#ls-global .ls-wrapper > a,
html body .ls-wrapper > p,
#ls-global .ls-wrapper > p,
html body .ls-wrapper > h1,
#ls-global .ls-wrapper > h1,
html body .ls-wrapper > h2,
#ls-global .ls-wrapper > h2,
html body .ls-wrapper > h3,
#ls-global .ls-wrapper > h3,
html body .ls-wrapper > h4,
#ls-global .ls-wrapper > h4,
html body .ls-wrapper > h5,
#ls-global .ls-wrapper > h5,
html body .ls-wrapper > img,
#ls-global .ls-wrapper > img,
html body .ls-wrapper > div,
#ls-global .ls-wrapper > div,
html body .ls-wrapper > span,
#ls-global .ls-wrapper > span,
html body .ls-wrapper .ls-bg,
#ls-global .ls-wrapper .ls-bg,
html body .ls-wrapper .ls-layer,
#ls-global .ls-wrapper .ls-layer,
html body .ls-slide .ls-layer,
#ls-global .ls-slide .ls-layer,
html body .ls-slide a .ls-layer,
#ls-global .ls-slide a .ls-layer {
transition: none;
-ms-transition: none;
-webkit-transition: none;
line-height: normal;
outline: none;
padding: 0;
margin: 0;
border-width: 0;
}
html body .ls-container img,
#ls-global .ls-container img {
transition: none;
-ms-transition: none;
-webkit-transition: none;
line-height: normal;
outline: none;
background: none;
min-width: 0;
max-width: none;
border-radius: 0;
box-shadow: none;
border-width: 0;
padding: 0;
}
html body .ls-wp-container .ls-wrapper > a > *,
#ls-global .ls-wp-container .ls-wrapper > a > * {
margin: 0;
}
html body .ls-wp-container .ls-wrapper > a,
#ls-global .ls-wp-container .ls-wrapper > a {
text-decoration: none;
}
.ls-wp-fullwidth-container,
.ls-wp-fullwidth-helper,
.ls-gui-element *,
.ls-gui-element,
.ls-container,
.ls-slide > *,
.ls-slide,
.ls-wrapper,
.ls-layer {
box-sizing: content-box !important;
}
html body .ls-yourlogo,
#ls-global .ls-yourlogo {
margin: 0;
}
html body .ls-tn,
#ls-global .ls-tn {
display: none;
}
.ls-bottom-nav-wrapper,
.ls-bottom-nav-wrapper span,
.ls-bottom-nav-wrapper a {
line-height: 0;
font-size: 0;
}
html body .ls-container video,
#ls-global .ls-container video {
max-width: none !important;
object-fit: cover !important;
}
html body .ls-container.ls-wp-container,
#ls-global .ls-container.ls-wp-container,
html body .ls-fullscreen-wrapper,
#ls-global .ls-fullscreen-wrapper {
max-width: none;
} html body .ls-container,
#ls-global .ls-container,
html body .ls-container .ls-slide-transition-wrapper,
#ls-global .ls-container .ls-slide-transition-wrapper,
html body .ls-container .ls-slide-transition-wrapper *,
#ls-global .ls-container .ls-slide-transition-wrapper *,
html body .ls-container .ls-bottom-nav-wrapper,
#ls-global .ls-container .ls-bottom-nav-wrapper,
html body .ls-container .ls-bottom-nav-wrapper *,
#ls-global .ls-container .ls-bottom-nav-wrapper *,
html body .ls-container .ls-bottom-nav-wrapper span *,
#ls-global .ls-container .ls-bottom-nav-wrapper span *,
html body .ls-direction-fix,
#ls-global .ls-direction-fix {
direction: ltr !important;
} html body .ls-container,
#ls-global .ls-container {
float: none !important;
} .ls-slider-notification {
position: relative;
margin: 10px auto;
padding: 10px 10px 15px 88px;
border-radius: 5px;
min-height: 60px;
background: #de4528;
color: white !important;
font-family: 'Open Sans', arial, sans-serif !important;
}
.ls-slider-notification a {
color: white !important;
text-decoration: underline !important;
}
.ls-slider-notification-logo {
position: absolute;
top: 16px;
left: 17px;
width: 56px;
height: 56px;
font-size: 49px;
line-height: 53px;
border-radius: 56px;
background-color: white;
color: #de4528;
font-style: normal;
font-weight: 800;
text-align: center;
}
.ls-slider-notification strong {
color: white !important;
display: block;
font-size: 20px;
line-height: 26px;
font-weight: normal !important;
}
.ls-slider-notification span {
display: block;
font-size: 13px;
line-height: 16px;
text-align: justify !important;
} @media screen and (max-width: 767px) {
.ls-container .ls-layers > .ls-hide-on-phone,
.ls-container .ls-background-videos .ls-hide-on-phone video,
.ls-container .ls-background-videos .ls-hide-on-phone audio,
.ls-container .ls-background-videos .ls-hide-on-phone iframe {
display: none !important;
}
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
.ls-container .ls-layers > .ls-hide-on-tablet,
.ls-container .ls-background-videos .ls-hide-on-tablet video,
.ls-container .ls-background-videos .ls-hide-on-tablet audio,
.ls-container .ls-background-videos .ls-hide-on-tablet iframe {
display: none !important;
}
}
@media screen and (min-width: 1025px) {
.ls-container .ls-layers > .ls-hide-on-desktop,
.ls-container .ls-background-videos .ls-hide-on-desktop video,
.ls-container .ls-background-videos .ls-hide-on-desktop audio,
.ls-container .ls-background-videos .ls-hide-on-desktop iframe {
display: none !important;
}
}
.ls-container .ls-background-videos .ls-vpcontainer {
z-index: 10;
}
.ls-container .ls-background-videos .ls-videopreview {
background-size: cover !important;
}
.ls-container .ls-background-videos video,
.ls-container .ls-background-videos audio,
.ls-container .ls-background-videos iframe {
position: relative;
z-index: 20;
} @media (transform-3d), (-ms-transform-3d), (-webkit-transform-3d) {
#ls-test3d {
position: absolute;
left: 9px;
height: 3px;
}
}
.ls-z[data-ls-animating-in] .ls-wrapper.ls-in-out,
.ls-z[data-ls-animating-out] .ls-wrapper.ls-in-out,
.ls-curtile,
.ls-nexttile {
will-change: transform;
}
.ls-z[data-ls-animating-in] .ls-layer,
.ls-z[data-ls-animating-out] .ls-layer,
.ls-curtile,
.ls-nexttile {
will-change: opacity;
}
.ls-layer[data-ls-animating-in],
.ls-layer[data-ls-animating-out] {
will-change: filter;
}
.ls-layer[data-ls-text-animating-in] .ls-ln,
.ls-layer[data-ls-text-animating-in] .ls-wd,
.ls-layer[data-ls-text-animating-in] .ls-ch,
.ls-layer[data-ls-text-animating-out] .ls-ln,
.ls-layer[data-ls-text-animating-out] .ls-wd,
.ls-layer[data-ls-text-animating-out] .ls-ch {
will-change: transform;
}
.ls-z:not([data-ls-hidden]),
.ls-z:not([data-ls-hidden]) .ls-wrapper.ls-loop,
.ls-z:not([data-ls-hidden]) .ls-wrapper.ls-parallax,
.ls-z:not([data-ls-hidden]) .ls-wrapper.ls-scroll-transform,
.ls-z:not([data-ls-hidden]) .ls-wrapper.ls-scroll {
will-change: transform;
}.glide{position:relative;width:100%;box-sizing:border-box}.glide *{box-sizing:inherit}.glide__track{overflow:hidden}.glide__slides{position:relative;width:100%;list-style:none;backface-visibility:hidden;transform-style:preserve-3d;touch-action:pan-Y;overflow:hidden;padding:0;white-space:nowrap;display:flex;flex-wrap:nowrap;will-change:transform}.glide__slides--dragging{user-select:none}.glide__slide{width:100%;height:100%;flex-shrink:0;white-space:normal;user-select:none;-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent}.glide__slide a{user-select:none;-webkit-user-drag:none;-moz-user-select:none;-ms-user-select:none}.glide__arrows{-webkit-touch-callout:none;user-select:none}.glide__bullets{-webkit-touch-callout:none;user-select:none}.glide--rtl{direction:rtl}.glide__arrow{position:absolute;display:block;top:50%;z-index:2;color:white;text-transform:uppercase;padding:9px 12px;background-color:transparent;border:2px solid rgba(255,255,255,0.5);border-radius:4px;box-shadow:0 0.25em 0.5em 0 rgba(0,0,0,0.1);text-shadow:0 0.25em 0.5em rgba(0,0,0,0.1);opacity:1;cursor:pointer;transition:opacity 150ms ease, border 300ms ease-in-out;transform:translateY(-50%);line-height:1}.glide__arrow:focus{outline:none}.glide__arrow:hover{border-color:white}.glide__arrow--left{left:2em}.glide__arrow--right{right:2em}.glide__arrow--disabled{opacity:0.33}.glide__bullets{position:absolute;z-index:2;bottom:2em;left:50%;display:inline-flex;list-style:none;transform:translateX(-50%)}.glide__bullet{background-color:rgba(255,255,255,0.5);width:9px;height:9px;padding:0;border-radius:50%;border:2px solid transparent;transition:all 300ms ease-in-out;cursor:pointer;line-height:0;box-shadow:0 0.25em 0.5em 0 rgba(0,0,0,0.1);margin:0 0.25em}.glide__bullet:focus{outline:none}.glide__bullet:hover,.glide__bullet:focus{border:2px solid white;background-color:rgba(255,255,255,0.5)}.glide__bullet--active{background-color:white}.glide--swipeable{cursor:grab;cursor:-moz-grab;cursor:-webkit-grab}.glide--dragging{cursor:grabbing;cursor:-moz-grabbing;cursor:-webkit-grabbing}.slicknav_btn {
position: relative;
display: block;
vertical-align: middle; padding: 0.438em 0.625em 0.438em 0.625em;
line-height: 1.125em;
cursor: pointer; }
.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
margin-top: 0.188em; }
.slicknav_menu {
*zoom: 1; }
.slicknav_menu .slicknav_menutxt {
display: block;
line-height: 1.188em;
float: left; }
.slicknav_menu .slicknav_icon {
float: right;
width: 1.125em;
height: 0.875em;
margin: 0.188em 0 0 0.438em; }
.slicknav_menu .slicknav_icon:before {
background: transparent;
width: 1.125em;
height: 0.875em;
display: block;
content: "";
position: absolute; }
.slicknav_menu .slicknav_no-text {
margin: 0; }
.slicknav_menu .slicknav_icon-bar {
display: block;
width: 1.125em;
height: 0.125em;
-webkit-border-radius: 1px;
-moz-border-radius: 1px;
border-radius: 1px;
-webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
-moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); }
.slicknav_menu:before {
content: " ";
display: table; }
.slicknav_menu:after {
content: " ";
display: table;
clear: both; }
.slicknav_nav {
clear: both; }
.slicknav_nav ul {
display: block; }
.slicknav_nav li {
display: block; }
.slicknav_nav .slicknav_arrow {
font-size: 0.8em;
margin: 0 0 0 0.4em; }
.slicknav_nav .slicknav_item {
cursor: pointer; }
.slicknav_nav .slicknav_item a {
display: inline; }
.slicknav_nav .slicknav_row {
display: block; }
.slicknav_nav a {
display: block; }
.slicknav_nav .slicknav_parent-link a {
display: inline; }
.slicknav_brand {
float: left; }
.slicknav_menu {
font-size: 16px;
box-sizing: border-box;
background: #4c4c4c;
padding: 5px; }
.slicknav_menu * {
box-sizing: border-box; }
.slicknav_menu .slicknav_menutxt {
color: #fff;
font-weight: bold;
text-shadow: 0 1px 3px #000; }
.slicknav_menu .slicknav_icon-bar {
background-color: #fff; }
.slicknav_btn {
margin: 5px auto;
text-decoration: none;
text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px; width: 96%;
height: 32px; }
.slicknav_nav {
color: #fff;
margin: 0;
padding: 0;
font-size: 0.875em;
list-style: none;
overflow: hidden; }
.slicknav_nav ul {
list-style: none;
overflow: hidden;
padding: 0;
margin: 0 0 0 20px; }
.slicknav_nav .slicknav_row {
padding: 5px 10px;
margin: 2px 5px; }
.slicknav_nav .slicknav_row:hover {
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
background: #ccc;
color: #fff; }
.slicknav_nav a {
padding: 5px 10px;
margin: 2px 5px;
text-decoration: none;
color: #fff; }
.slicknav_nav a:hover {
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
background: #ccc;
color: #222; }
.slicknav_nav .slicknav_txtnode {
margin-left: 15px; }
.slicknav_nav .slicknav_item a {
padding: 0;
margin: 0; }
.slicknav_nav .slicknav_parent-link a {
padding: 0;
margin: 0; }
.slicknav_brand {
color: #fff;
font-size: 18px;
line-height: 30px;
padding: 7px 12px;
height: 44px; }.select2-container{box-sizing:border-box;display:inline-block;margin:0;position:relative;vertical-align:middle}.select2-container .select2-selection--single{box-sizing:border-box;cursor:pointer;display:block;height:28px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--single .select2-selection__rendered{display:block;padding-left:8px;padding-right:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-selection--single .select2-selection__clear{position:relative}.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered{padding-right:8px;padding-left:20px}.select2-container .select2-selection--multiple{box-sizing:border-box;cursor:pointer;display:block;min-height:32px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--multiple .select2-selection__rendered{display:inline-block;overflow:hidden;padding-left:8px;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-search--inline{float:left}.select2-container .select2-search--inline .select2-search__field{box-sizing:border-box;border:none;font-size:100%;margin-top:5px;padding:0}.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-dropdown{background-color:white;border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:block;position:absolute;left:-100000px;width:100%;z-index:1051}.select2-results{display:block}.select2-results__options{list-style:none;margin:0;padding:0}.select2-results__option{padding:6px;user-select:none;-webkit-user-select:none}.select2-results__option[aria-selected]{cursor:pointer}.select2-container--open .select2-dropdown{left:0}.select2-container--open .select2-dropdown--above{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--open .select2-dropdown--below{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-search--dropdown{display:block;padding:4px}.select2-search--dropdown .select2-search__field{padding:4px;width:100%;box-sizing:border-box}.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-search--dropdown.select2-search--hide{display:none}.select2-close-mask{border:0;margin:0;padding:0;display:block;position:fixed;left:0;top:0;min-height:100%;min-width:100%;height:auto;width:auto;opacity:0;z-index:99;background-color:#fff;filter:alpha(opacity=0)}.select2-hidden-accessible{border:0 !important;clip:rect(0 0 0 0) !important;-webkit-clip-path:inset(50%) !important;clip-path:inset(50%) !important;height:1px !important;overflow:hidden !important;padding:0 !important;position:absolute !important;width:1px !important;white-space:nowrap !important}.select2-container--default .select2-selection--single{background-color:#fff;border:1px solid #aaa;border-radius:4px}.select2-container--default .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--default .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold}.select2-container--default .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--default .select2-selection--single .select2-selection__arrow{height:26px;position:absolute;top:1px;right:1px;width:20px}.select2-container--default .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow{left:1px;right:auto}.select2-container--default.select2-container--disabled .select2-selection--single{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear{display:none}.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--default .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text}.select2-container--default .select2-selection--multiple .select2-selection__rendered{box-sizing:border-box;list-style:none;margin:0;padding:0 5px;width:100%}.select2-container--default .select2-selection--multiple .select2-selection__rendered li{list-style:none}.select2-container--default .select2-selection--multiple .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;margin-top:5px;margin-right:10px;padding:1px}.select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{color:#999;cursor:pointer;display:inline-block;font-weight:bold;margin-right:2px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover{color:#333}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline{float:right}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--default.select2-container--focus .select2-selection--multiple{border:solid black 1px;outline:0}.select2-container--default.select2-container--disabled .select2-selection--multiple{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection__choice__remove{display:none}.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple{border-top-left-radius:0;border-top-right-radius:0}.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--default .select2-search--dropdown .select2-search__field{border:1px solid #aaa}.select2-container--default .select2-search--inline .select2-search__field{background:transparent;border:none;outline:0;box-shadow:none;-webkit-appearance:textfield}.select2-container--default .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--default .select2-results__option[role=group]{padding:0}.select2-container--default .select2-results__option[aria-disabled=true]{color:#999}.select2-container--default .select2-results__option[aria-selected=true]{background-color:#ddd}.select2-container--default .select2-results__option .select2-results__option{padding-left:1em}.select2-container--default .select2-results__option .select2-results__option .select2-results__group{padding-left:0}.select2-container--default .select2-results__option .select2-results__option .select2-results__option{margin-left:-1em;padding-left:2em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-2em;padding-left:3em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-3em;padding-left:4em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-4em;padding-left:5em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-5em;padding-left:6em}.select2-container--default .select2-results__option--highlighted[aria-selected]{background-color:#5897fb;color:white}.select2-container--default .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic .select2-selection--single{background-color:#f7f7f7;border:1px solid #aaa;border-radius:4px;outline:0;background-image:-webkit-linear-gradient(top, #fff 50%, #eee 100%);background-image:-o-linear-gradient(top, #fff 50%, #eee 100%);background-image:linear-gradient(to bottom, #fff 50%, #eee 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic .select2-selection--single:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--classic .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;margin-right:10px}.select2-container--classic .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--classic .select2-selection--single .select2-selection__arrow{background-color:#ddd;border:none;border-left:1px solid #aaa;border-top-right-radius:4px;border-bottom-right-radius:4px;height:26px;position:absolute;top:1px;right:1px;width:20px;background-image:-webkit-linear-gradient(top, #eee 50%, #ccc 100%);background-image:-o-linear-gradient(top, #eee 50%, #ccc 100%);background-image:linear-gradient(to bottom, #eee 50%, #ccc 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0)}.select2-container--classic .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow{border:none;border-right:1px solid #aaa;border-radius:0;border-top-left-radius:4px;border-bottom-left-radius:4px;left:1px;right:auto}.select2-container--classic.select2-container--open .select2-selection--single{border:1px solid #5897fb}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow{background:transparent;border:none}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single{border-top:none;border-top-left-radius:0;border-top-right-radius:0;background-image:-webkit-linear-gradient(top, #fff 0%, #eee 50%);background-image:-o-linear-gradient(top, #fff 0%, #eee 50%);background-image:linear-gradient(to bottom, #fff 0%, #eee 50%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;background-image:-webkit-linear-gradient(top, #eee 50%, #fff 100%);background-image:-o-linear-gradient(top, #eee 50%, #fff 100%);background-image:linear-gradient(to bottom, #eee 50%, #fff 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0)}.select2-container--classic .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text;outline:0}.select2-container--classic .select2-selection--multiple:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--multiple .select2-selection__rendered{list-style:none;margin:0;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__clear{display:none}.select2-container--classic .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove{color:#888;cursor:pointer;display:inline-block;font-weight:bold;margin-right:2px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover{color:#555}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice{float:right;margin-left:5px;margin-right:auto}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--classic.select2-container--open .select2-selection--multiple{border:1px solid #5897fb}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--classic .select2-search--dropdown .select2-search__field{border:1px solid #aaa;outline:0}.select2-container--classic .select2-search--inline .select2-search__field{outline:0;box-shadow:none}.select2-container--classic .select2-dropdown{background-color:#fff;border:1px solid transparent}.select2-container--classic .select2-dropdown--above{border-bottom:none}.select2-container--classic .select2-dropdown--below{border-top:none}.select2-container--classic .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--classic .select2-results__option[role=group]{padding:0}.select2-container--classic .select2-results__option[aria-disabled=true]{color:grey}.select2-container--classic .select2-results__option--highlighted[aria-selected]{background-color:#3875d7;color:#fff}.select2-container--classic .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic.select2-container--open .select2-dropdown{border-color:#5897fb}.atcb{display:none}:root{--base-font-size:16px;--font:arial,helvetica,sans-serif;--atcb-keyboard-focus:#1e90ff;--atcb-background:#f5f5f5;--atcb-background-2:#fff;--atcb-border:#d2d2d2;--atcb-text:#333;--atcb-text-2:#000;--atcb-close-background:#e5e5e5;--atcb-close-text:#777;--atcb-overlay-background:rgba(20 20 20 / 25%);--atcb-modal-btn-background:#f5f5f5;--atcb-modal-btn-background-2:#fff;--atcb-modal-btn-border:#dfdfdf;--atcb-modal-btn-border-2:#d2d2d2;--atcb-modal-btn-text:#333;--atcb-modal-btn-text-2:#161616;--atcb-modal-btn-sec-text:#4f4f4f;--atcb-shadow-button:rgba(0 0 0 / 30%) 2px 5px 18px -1px,rgba(0 0 0 / 25%) 2px 2px 10px -3px;--atcb-shadow-button-hover:rgba(0 0 0 / 40%) 2px 5px 18px -1px,rgba(0 0 0 / 35%) 2px 2px 10px -3px;--atcb-shadow-button-active:rgba(0 0 0 / 50%) 2px 5px 18px -1px,rgba(0 0 0 / 45%) 2px 2px 10px -3px;--atcb-shadow-list:rgba(0 0 0 / 20%) 2px 5px 18px -1px,rgba(0 0 0 / 40%) 2px 2px 10px -3px;--atcb-shadow-list-modal:rgba(0 0 0 / 60%) 3px 6px 40px -5px,rgba(0 0 0 / 60%) 3px 3px 15px -4px;--atcb-shadow-modal:rgba(0 0 0 / 0%) 0 0 0 0,rgba(0 0 0 / 0%) 0 0 0 0,rgba(0 0 0 / 60%) 3px 6px 40px -5px,rgba(0 0 0 / 60%) 3px 3px 15px -4px;--atcb-shadow-modal-button:rgba(0 0 0 / 30%) 2px 3px 10px -1px,rgba(0 0 0 / 25%) 2px 2px 8px -3px;--atcb-shadow-modal-button-primary:rgba(0 0 0 / 40%) 2px 3px 10px -1px,rgba(0 0 0 / 35%) 2px 2px 8px -3px;--atcb-shadow-modal-button-hover:rgba(0 0 0 / 45%) 5px 8px 20px -1px,rgba(0 0 0 / 30%) 2px 4px 10px -3px;--bg-cursor:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23777' width='16' height='16' viewBox='0 0 122.878 122.88'%3E%3Cpath d='M1.426 8.313a4.87 4.87 0 0 1 0-6.886 4.87 4.87 0 0 1 6.886 0l53.127 53.127 53.127-53.127a4.87 4.87 0 0 1 6.887 0 4.87 4.87 0 0 1 0 6.886L68.324 61.439l53.128 53.128a4.87 4.87 0 0 1-6.887 6.886L61.438 68.326 8.312 121.453a4.87 4.87 0 0 1-6.886 0 4.87 4.87 0 0 1 0-6.886l53.127-53.128L1.426 8.313h0z'/%3E%3C/svg%3E") 16 16,crosshair;--icon-ms365-color:#ea3e23;--icon-yahoo-color:#5f01d1;--icon-filter:none}#atcb-bgoverlay.atcb-dark,.atcb-button-wrapper.atcb-dark,.atcb-list.atcb-dark,.atcb-modal-box.atcb-dark,body.atcb-dark #atcb-bgoverlay.atcb-bodyScheme,body.atcb-dark .atcb-button-wrapper.atcb-bodyScheme,body.atcb-dark .atcb-list.atcb-bodyScheme,body.atcb-dark .atcb-modal-box.atcb-bodyScheme{--atcb-background:#2e2e2e;--atcb-background-2:#373737;--atcb-border:#4d4d4d;--atcb-text:#dedede;--atcb-text-2:#f1f1f1;--atcb-close-background:#282828;--atcb-overlay-background:rgba(20 20 20 / 60%);--atcb-shadow-button:rgba(255 255 255 / 5%) -12px -5px 20px -8px,rgba(255 255 255 / 6%) -7px -5px 15px -3px,rgba(0 0 0 / 50%) 2px 5px 18px -1px,rgba(0 0 0 / 40%) 3px 3px 20px -3px;--atcb-shadow-button-hover:rgba(255 255 255 / 6%) -12px -5px 23px -8px,rgba(255 255 255 / 7%) -7px -5px 18px -3px,rgba(0 0 0 / 60%) 2px 5px 19px -1px,rgba(0 0 0 / 50%) 3px 3px 22px -3px;--atcb-shadow-button-active:rgba(255 255 255 / 7%) -12px -5px 23px -8px,rgba(255 255 255 / 8%) -7px -5px 18px -3px,rgba(0 0 0 / 70%) 2px 5px 19px -1px,rgba(0 0 0 / 60%) 3px 3px 22px -3px;--atcb-shadow-list:rgba(255 255 255 / 5%) -12px -5px 20px -8px,rgba(255 255 255 / 6%) -7px -5px 15px -3px,rgba(0 0 0 / 50%) 2px 5px 18px -1px,rgba(0 0 0 / 40%) 3px 3px 20px -3px;--atcb-shadow-list-modal:rgba(255 255 255 / 8%) -12px -5px 30px -8px,rgba(255 255 255 / 8%) -7px -5px 15px -3px,rgba(0 0 0 / 60%) 4px 6px 50px -4px,rgba(0 0 0 / 90%) 8px 12px 40px -2px;--atcb-shadow-modal:rgba(255 255 255 / 8%) -12px -5px 30px -8px,rgba(255 255 255 / 8%) -7px -5px 15px -3px,rgba(0 0 0 / 60%) 4px 6px 50px -4px,rgba(0 0 0 / 90%) 8px 12px 40px -2px;--icon-ms365-color:#ea3e23;--icon-yahoo-color:#bebebe;--icon-filter:grayscale(.2)}.atcb-button-wrapper{display:inline-block;font-size:var(--base-font-size);padding:5px;position:relative}.atcb-button{align-items:center;background-color:var(--atcb-background);border:1px solid var(--atcb-border);border-radius:6px;box-shadow:var(--atcb-shadow-button);color:var(--atcb-text);cursor:pointer;display:flex;font-family:var(--font);font-size:var(--base-font-size);font-weight:600;justify-content:center;line-height:1.5em;margin:.13em;max-width:350px;min-width:160px;padding:.65em 1em;position:relative;text-align:center;touch-action:manipulation;user-select:none;-webkit-user-select:none;-webkit-tap-highlight-color:transparent;width:auto;z-index:1}.atcb-rtl .atcb-button{direction:rtl;text-align:right}.atcb-button:focus,.atcb-button:hover{background-color:var(--atcb-background-2);box-shadow:var(--atcb-shadow-button-hover)}.atcb-button:focus-visible{outline:2px solid var(--atcb-keyboard-focus)}.atcb-button.atcb-active:not(.atcb-modal-style,.atcb-dropoverlay),.atcb-button.atcb-single:focus,.atcb-button.atcb-single:hover{background-color:var(--atcb-background-2);box-shadow:var(--atcb-shadow-button-active);margin:0;padding:.78em 1.13em;z-index:15000000}.atcb-button.atcb-active.atcb-dropoverlay{z-index:14000090}.atcb-icon{height:var(--base-font-size);margin-bottom:.3em;margin-right:.8em}.atcb-rtl .atcb-icon{margin-right:0;margin-left:.8em}.atcb-icon svg{height:100%;fill:currentcolor;width:auto}.atcb-text{overflow-wrap:anywhere}.atcb-dropdown-anchor{bottom:4px;height:1px;width:100%;opacity:0;position:absolute}.atcb-list-wrapper{box-sizing:border-box;padding:0 4px;position:absolute;z-index:14000090}.atcb-list-wrapper.atcb-dropoverlay{z-index:15000000}.atcb-list{border-radius:0 0 6px 6px;box-sizing:border-box;box-shadow:var(--atcb-shadow-list);color:var(--atcb-text);display:block;font-family:var(--font);font-size:var(--base-font-size);max-width:100%;position:relative;user-select:none;-webkit-user-select:none;width:100%}.atcb-list-item{align-items:center;background-color:var(--atcb-background);border:1px solid var(--atcb-border);box-sizing:border-box;cursor:pointer;display:flex;font-size:var(--base-font-size);line-height:1.75em;padding:.8em;text-align:left;touch-action:manipulation;-webkit-tap-highlight-color:transparent}.atcb-rtl .atcb-list-item{direction:rtl;text-align:right}.atcb-list-item:hover{background-color:var(--atcb-background-2);color:var(--atcb-text-2)}.atcb-list-item:focus-visible{background-color:var(--atcb-background-2);color:var(--atcb-keyboard-focus);font-size:.95em;font-weight:600;outline:0}.atcb-list-item:last-child{border-radius:0 0 6px 6px}.atcb-list .atcb-list-item:not(:first-child){border-top-style:none}.atcb-dropup .atcb-list-item:last-child{border-radius:0;padding-bottom:1.25em}.atcb-dropoverlay .atcb-list .atcb-list-item:first-child,.atcb-dropup .atcb-list-item:first-child,.atcb-list.atcb-modal .atcb-list-item:first-child{border-radius:6px 6px 0 0}.atcb-dropoverlay .atcb-list .atcb-list-item:only-child,.atcb-list.atcb-modal .atcb-list-item:only-child{border-radius:6px}.atcb-list.atcb-generated-button:not(.atcb-modal) .atcb-list-item:first-child{padding-top:1.25em}.atcb-dropoverlay .atcb-list.atcb-generated-button:not(.atcb-modal) .atcb-list-item:first-child,.atcb-dropup .atcb-list.atcb-generated-button:not(.atcb-modal) .atcb-list-item:first-child{padding-top:.8em}.atcb-dropoverlay .atcb-list,.atcb-list.atcb-modal{border-radius:6px}.atcb-list.atcb-modal{box-shadow:var(--atcb-shadow-list-modal)}.atcb-list-item .atcb-icon{margin-bottom:.5em;margin-right:.6em;width:1.125em}.atcb-rtl .atcb-list-item .atcb-icon{margin-right:0;margin-left:.6em}.atcb-list-item-close{background-color:var(--atcb-close-background)}.atcb-list-item.atcb-list-item-close{color:var(--atcb-close-text)}.atcb-list-item-close svg{fill:currentcolor}@media only screen and (max-width:575px){.atcb-modal-no-scroll{overflow-y:hidden}}.atcb-modal{display:block;margin:auto;min-width:250px;width:auto;position:relative;z-index:14000090}.atcb-modal-box{background-color:var(--atcb-background-2);box-shadow:var(--atcb-shadow-modal);color:var(--atcb-text-2);cursor:default;border-radius:6px;border:1px solid var(--atcb-border);box-sizing:border-box;font-family:var(--font);font-size:var(--base-font-size);line-height:1.5em;padding:1.25em 1.5em;text-align:left;user-select:none;-webkit-user-select:none;touch-action:manipulation;width:100%;max-width:32em;-webkit-tap-highlight-color:transparent}.atcb-modal-box.atcb-rtl{text-align:right;direction:rtl}.atcb-modal-close{cursor:pointer;display:inline-block;height:1.125em;position:absolute;right:1.25em}.atcb-rtl .atcb-modal-close{left:1.25em;right:auto}.atcb-modal-close svg{height:100%;fill:var(--atcb-close-text);width:auto}.atcb-modal-close:hover{opacity:.6}.atcb-modal-close:focus-visible{outline:2px solid var(--atcb-keyboard-focus)}.atcb-modal-headline{align-items:center;display:flex;font-size:1.3em;font-weight:600;line-height:1.5em;margin:1em .9em 1.25em;text-transform:uppercase}.atcb-rtl .atcb-modal-headline{direction:rtl;text-align:right}.atcb-modal-headline-icon{height:1.625em;margin-top:.125em;margin-right:.9em}.atcb-rtl .atcb-modal-headline-icon{margin-right:0;margin-left:.9em}.atcb-modal-headline-icon svg{height:100%;fill:currentcolor;width:auto}.atcb-modal-content{margin:30px 15px}.atcb-modal-buttons{padding:.9em 0;text-align:center;width:100%}a.atcb-modal-btn,button.atcb-modal-btn{background-color:var(--atcb-modal-btn-background);border:1px solid var(--atcb-modal-btn-border);border-radius:6px;box-shadow:var(--atcb-shadow-modal-button);color:var(--atcb-modal-btn-sec-text);cursor:pointer;display:inline-block;font-family:var(--font);font-size:var(--base-font-size);font-weight:600;line-height:1.5em;margin:.625em;padding:.625em 1.25em;position:relative;text-align:center;text-decoration:none;touch-action:manipulation;user-select:none;-webkit-user-select:none;-webkit-tap-highlight-color:transparent}a.atcb-modal-btn.atcb-modal-btn-primary,button.atcb-modal-btn.atcb-modal-btn-primary{border:1px solid var(--atcb-modal-btn-border-2);box-shadow:var(--atcb-shadow-modal-button-primary);color:var(--atcb-modal-btn-text)}a.atcb-modal-btn:hover,button.atcb-modal-btn:hover{background-color:var(--atcb-modal-btn-background-2);box-shadow:var(--atcb-shadow-modal-button-hover);color:var(--atcb-modal-btn-text-2);text-decoration:none}a.atcb-modal-btn:focus-visible,button.atcb-modal-btn:focus-visible{background-color:var(--atcb-modal-btn-background-2);outline:2px solid var(--atcb-keyboard-focus)}#atcb-bgoverlay{animation:atcb-bgoverlay-animate .1s ease 0s 1 normal forwards;backdrop-filter:blur(2px);-webkit-backdrop-filter:blur(2px);background-color:var(--atcb-overlay-background);box-sizing:border-box;display:flex;height:calc(100vh + 100px);left:0;right:0;top:0;min-height:100%;min-width:100%;opacity:0;overflow-y:auto;padding:30px 20px 130px;position:fixed;width:100vw;z-index:14000000}#atcb-bgoverlay.atcb-animate-bg{animation:atcb-bgoverlay-animate .3s ease 0s 1 normal forwards}#atcb-bgoverlay.atcb-no-bg{animation:none;backdrop-filter:none;-webkit-backdrop-filter:none;opacity:0}@keyframes atcb-bgoverlay-animate{0%{opacity:0}100%{opacity:1}}#atcb-bgoverlay.atcb-click:hover{cursor:var(--bg-cursor)}.atcb-icon .atcb-icon-apple svg{fill:currentcolor}.atcb-icon .atcb-icon-ical svg{fill:currentcolor}.atcb-icon .atcb-icon-ms365 svg{fill:var(--icon-ms365-color)}.atcb-icon .atcb-icon-yahoo svg{fill:var(--icon-yahoo-color)}.atcb-icon .atcb-icon-google svg,.atcb-icon .atcb-icon-msteams svg,.atcb-icon .atcb-icon-outlookcom svg{filter:var(--icon-filter)}.blocker{position:fixed;top:0;right:0;bottom:0;left:0;width:100%;height:100%;overflow:auto;z-index:1;padding:20px;box-sizing:border-box;background-color:#000;background-color:rgba(0,0,0,0.75);text-align:center}.blocker:before{content:"";display:inline-block;height:100%;vertical-align:middle;margin-right:-0.05em}.blocker.behind{background-color:transparent}.modal{display:none;vertical-align:middle;position:relative;z-index:2;max-width:500px;box-sizing:border-box;width:90%;background:#fff;padding:15px 30px;-webkit-border-radius:8px;-moz-border-radius:8px;-o-border-radius:8px;-ms-border-radius:8px;border-radius:8px;-webkit-box-shadow:0 0 10px #000;-moz-box-shadow:0 0 10px #000;-o-box-shadow:0 0 10px #000;-ms-box-shadow:0 0 10px #000;box-shadow:0 0 10px #000;text-align:left}.modal a.close-modal{position:absolute;top:-12.5px;right:-12.5px;display:block;width:30px;height:30px;text-indent:-9999px;background-size:contain;background-repeat:no-repeat;background-position:center center;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAAAXNSR0IArs4c6QAAA3hJREFUaAXlm8+K00Acx7MiCIJH/yw+gA9g25O49SL4AO3Bp1jw5NvktC+wF88qevK4BU97EmzxUBCEolK/n5gp3W6TTJPfpNPNF37MNsl85/vN/DaTmU6PknC4K+pniqeKJ3k8UnkvDxXJzzy+q/yaxxeVHxW/FNHjgRSeKt4rFoplzaAuHHDBGR2eS9G54reirsmienDCTRt7xwsp+KAoEmt9nLaGitZxrBbPFNaGfPloGw2t4JVamSt8xYW6Dg1oCYo3Yv+rCGViV160oMkcd8SYKnYV1Nb1aEOjCe6L5ZOiLfF120EjWhuBu3YIZt1NQmujnk5F4MgOpURzLfAwOBSTmzp3fpDxuI/pabxpqOoz2r2HLAb0GMbZKlNV5/Hg9XJypguryA7lPF5KMdTZQzHjqxNPhWhzIuAruOl1eNqKEx1tSh5rfbxdw7mOxCq4qS68ZTjKS1YVvilu559vWvFHhh4rZrdyZ69Vmpgdj8fJbDZLJpNJ0uv1cnr/gjrUhQMuI+ANjyuwftQ0bbL6Erp0mM/ny8Fg4M3LtdRxgMtKl3jwmIHVxYXChFy94/Rmpa/pTbNUhstKV+4Rr8lLQ9KlUvJKLyG8yvQ2s9SBy1Jb7jV5a0yapfF6apaZLjLLcWtd4sNrmJUMHyM+1xibTjH82Zh01TNlhsrOhdKTe00uAzZQmN6+KW+sDa/JD2PSVQ873m29yf+1Q9VDzfEYlHi1G5LKBBWZbtEsHbFwb1oYDwr1ZiF/2bnCSg1OBE/pfr9/bWx26UxJL3ONPISOLKUvQza0LZUxSKyjpdTGa/vDEr25rddbMM0Q3O6Lx3rqFvU+x6UrRKQY7tyrZecmD9FODy8uLizTmilwNj0kraNcAJhOp5aGVwsAGD5VmJBrWWbJSgWT9zrzWepQF47RaGSiKfeGx6Szi3gzmX/HHbihwBser4B9UJYpFBNX4R6vTn3VQnez0SymnrHQMsRYGTr1dSk34ljRqS/EMd2pLQ8YBp3a1PLfcqCpo8gtHkZFHKkTX6fs3MY0blKnth66rKCnU0VRGu37ONrQaA4eZDFtWAu2fXj9zjFkxTBOo8F7t926gTp/83Kyzzcy2kZD6xiqxTYnHLRFm3vHiRSwNSjkz3hoIzo8lCKWUlg/YtGs7tObunDAZfpDLbfEI15zsEIY3U/x/gHHc/G1zltnAgAAAABJRU5ErkJggg==)}.modal-spinner{display:none;position:fixed;top:50%;left:50%;transform:translateY(-50%) translateX(-50%);padding:12px 16px;border-radius:5px;background-color:#111;height:20px}.modal-spinner>div{border-radius:100px;background-color:#fff;height:20px;width:2px;margin:0 1px;display:inline-block;-webkit-animation:sk-stretchdelay 1.2s infinite ease-in-out;animation:sk-stretchdelay 1.2s infinite ease-in-out}.modal-spinner .rect2{-webkit-animation-delay:-1.1s;animation-delay:-1.1s}.modal-spinner .rect3{-webkit-animation-delay:-1.0s;animation-delay:-1.0s}.modal-spinner .rect4{-webkit-animation-delay:-0.9s;animation-delay:-0.9s}@-webkit-keyframes sk-stretchdelay{0%,40%,100%{-webkit-transform:scaleY(0.5)}20%{-webkit-transform:scaleY(1.0)}}@keyframes sk-stretchdelay{0%,40%,100%{transform:scaleY(0.5);-webkit-transform:scaleY(0.5)}20%{transform:scaleY(1.0);-webkit-transform:scaleY(1.0)}}@font-face{font-family:lg;src:url(//www.rossfunerals.com.au/wp-content/plugins/fcrm-tributes/public/fonts/lg.ttf?22t19m) format("truetype"),url(//www.rossfunerals.com.au/wp-content/plugins/fcrm-tributes/public/fonts/lg.woff?22t19m) format("woff"),url(//www.rossfunerals.com.au/wp-content/plugins/fcrm-tributes/public/fonts/lg.svg?22t19m#lg) format("svg");font-weight:400;font-style:normal;font-display:block}.lg-icon{font-family:lg!important;speak:never;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.lg-actions .lg-next,.lg-actions .lg-prev{border-radius:2px;color:#999;cursor:pointer;display:block;font-size:22px;margin-top:-10px;padding:8px 10px 9px;position:absolute;top:50%;z-index:1080;outline:0;border:none;background-color:transparent}.lg-actions .lg-next.disabled,.lg-actions .lg-prev.disabled{pointer-events:none;opacity:.5}.lg-actions .lg-next:hover,.lg-actions .lg-prev:hover{color:#FFF}.lg-actions .lg-next{right:20px}.lg-actions .lg-next:before{content:"\e095"}.lg-actions .lg-prev{left:20px}.lg-actions .lg-prev:after{content:"\e094"}@-webkit-keyframes lg-right-end{0%,100%{left:0}50%{left:-30px}}@-moz-keyframes lg-right-end{0%,100%{left:0}50%{left:-30px}}@-ms-keyframes lg-right-end{0%,100%{left:0}50%{left:-30px}}@keyframes lg-right-end{0%,100%{left:0}50%{left:-30px}}@-webkit-keyframes lg-left-end{0%,100%{left:0}50%{left:30px}}@-moz-keyframes lg-left-end{0%,100%{left:0}50%{left:30px}}@-ms-keyframes lg-left-end{0%,100%{left:0}50%{left:30px}}@keyframes lg-left-end{0%,100%{left:0}50%{left:30px}}.lg-outer.lg-right-end .lg-object{-webkit-animation:lg-right-end .3s;-o-animation:lg-right-end .3s;animation:lg-right-end .3s;position:relative}.lg-outer.lg-left-end .lg-object{-webkit-animation:lg-left-end .3s;-o-animation:lg-left-end .3s;animation:lg-left-end .3s;position:relative}.lg-toolbar{z-index:1082;left:0;position:absolute;top:0;width:100%;background-color:rgba(0,0,0,.45)}.lg-toolbar .lg-icon{color:#999;cursor:pointer;float:right;font-size:24px;height:47px;line-height:27px;padding:10px 0;text-align:center;width:50px;text-decoration:none!important;outline:0;background:0 0;border:none;box-shadow:none;-webkit-transition:color .2s linear;-o-transition:color .2s linear;transition:color .2s linear}.lg-toolbar .lg-icon:hover{color:#FFF}.lg-toolbar .lg-close:after{content:"\e070"}.lg-toolbar .lg-download:after{content:"\e0f2"}.lg-sub-html{background-color:rgba(0,0,0,.45);bottom:0;color:#EEE;font-size:16px;left:0;padding:10px 40px;position:fixed;right:0;text-align:center;z-index:1080}.lg-sub-html h4{margin:0;font-size:13px;font-weight:700}.lg-sub-html p{font-size:12px;margin:5px 0 0}#lg-counter{color:#999;display:inline-block;font-size:16px;padding-left:20px;padding-top:12px;vertical-align:middle}.lg-next,.lg-prev,.lg-toolbar{opacity:1;-webkit-transition:-webkit-transform .35s cubic-bezier(0,0,.25,1) 0s,opacity .35s cubic-bezier(0,0,.25,1) 0s,color .2s linear;-moz-transition:-moz-transform .35s cubic-bezier(0,0,.25,1) 0s,opacity .35s cubic-bezier(0,0,.25,1) 0s,color .2s linear;-o-transition:-o-transform .35s cubic-bezier(0,0,.25,1) 0s,opacity .35s cubic-bezier(0,0,.25,1) 0s,color .2s linear;transition:transform .35s cubic-bezier(0,0,.25,1) 0s,opacity .35s cubic-bezier(0,0,.25,1) 0s,color .2s linear}.lg-hide-items .lg-prev{opacity:0;-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}.lg-hide-items .lg-next{opacity:0;-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}.lg-hide-items .lg-toolbar{opacity:0;-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object{-webkit-transform:scale3d(.5,.5,.5);transform:scale3d(.5,.5,.5);opacity:0;-webkit-transition:-webkit-transform 250ms cubic-bezier(0,0,.25,1) 0s,opacity 250ms cubic-bezier(0,0,.25,1)!important;-moz-transition:-moz-transform 250ms cubic-bezier(0,0,.25,1) 0s,opacity 250ms cubic-bezier(0,0,.25,1)!important;-o-transition:-o-transform 250ms cubic-bezier(0,0,.25,1) 0s,opacity 250ms cubic-bezier(0,0,.25,1)!important;transition:transform 250ms cubic-bezier(0,0,.25,1) 0s,opacity 250ms cubic-bezier(0,0,.25,1)!important;-webkit-transform-origin:50% 50%;-moz-transform-origin:50% 50%;-ms-transform-origin:50% 50%;transform-origin:50% 50%}body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1);opacity:1}.lg-outer .lg-thumb-outer{background-color:#0D0A0A;bottom:0;position:absolute;width:100%;z-index:1080;max-height:350px;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1) 0s;-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1) 0s;-o-transition:-o-transform .25s cubic-bezier(0,0,.25,1) 0s;transition:transform .25s cubic-bezier(0,0,.25,1) 0s}.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item{cursor:-webkit-grab;cursor:-moz-grab;cursor:-o-grab;cursor:-ms-grab;cursor:grab}.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:-o-grabbing;cursor:-ms-grabbing;cursor:grabbing}.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb{-webkit-transition-duration:0s!important;transition-duration:0s!important}.lg-outer.lg-thumb-open .lg-thumb-outer{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.lg-outer .lg-thumb{padding:10px 0;height:100%;margin-bottom:-5px}.lg-outer .lg-thumb-item{cursor:pointer;float:left;overflow:hidden;height:100%;border:2px solid #FFF;border-radius:4px;margin-bottom:5px}@media (min-width:1025px){.lg-outer .lg-thumb-item{-webkit-transition:border-color .25s ease;-o-transition:border-color .25s ease;transition:border-color .25s ease}}.lg-outer .lg-thumb-item.active,.lg-outer .lg-thumb-item:hover{border-color:#a90707}.lg-outer .lg-thumb-item img{width:100%;height:100%;object-fit:cover}.lg-outer.lg-has-thumb .lg-item{padding-bottom:120px}.lg-outer.lg-can-toggle .lg-item{padding-bottom:0}.lg-outer.lg-pull-caption-up .lg-sub-html{-webkit-transition:bottom .25s ease;-o-transition:bottom .25s ease;transition:bottom .25s ease}.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html{bottom:100px}.lg-outer .lg-toggle-thumb{background-color:#0D0A0A;border-radius:2px 2px 0 0;color:#999;cursor:pointer;font-size:24px;height:39px;line-height:27px;padding:5px 0;position:absolute;right:20px;text-align:center;top:-39px;width:50px;outline:0;border:none}.lg-outer .lg-toggle-thumb:after{content:"\e1ff"}.lg-outer .lg-toggle-thumb:hover{color:#FFF}.lg-outer .lg-video-cont{display:inline-block;vertical-align:middle;max-width:1140px;max-height:100%;width:100%;padding:0 5px}.lg-outer .lg-video{width:100%;height:0;padding-bottom:56.25%;overflow:hidden;position:relative}.lg-outer .lg-video .lg-object{display:inline-block;position:absolute;top:0;left:0;width:100%!important;height:100%!important}.lg-outer .lg-video .lg-video-play{width:84px;height:59px;position:absolute;left:50%;top:50%;margin-left:-42px;margin-top:-30px;z-index:1080;cursor:pointer}.lg-outer .lg-has-vimeo .lg-video-play{background:url(//www.rossfunerals.com.au/wp-content/plugins/fcrm-tributes/public/img/vimeo-play.png) no-repeat}.lg-outer .lg-has-vimeo:hover .lg-video-play{background:url(//www.rossfunerals.com.au/wp-content/plugins/fcrm-tributes/public/img/vimeo-play.png) 0 -58px no-repeat}.lg-outer .lg-has-html5 .lg-video-play{background:url(//www.rossfunerals.com.au/wp-content/plugins/fcrm-tributes/public/img/video-play.png) no-repeat;height:64px;margin-left:-32px;margin-top:-32px;width:64px;opacity:.8}.lg-outer .lg-has-html5:hover .lg-video-play{opacity:1}.lg-outer .lg-has-youtube .lg-video-play{background:url(//www.rossfunerals.com.au/wp-content/plugins/fcrm-tributes/public/img/youtube-play.png) no-repeat}.lg-outer .lg-has-youtube:hover .lg-video-play{background:url(//www.rossfunerals.com.au/wp-content/plugins/fcrm-tributes/public/img/youtube-play.png) 0 -60px no-repeat}.lg-outer .lg-video-object{width:100%!important;height:100%!important;position:absolute;top:0;left:0}.lg-outer .lg-has-video .lg-video-object{visibility:hidden}.lg-outer .lg-has-video.lg-video-playing .lg-object,.lg-outer .lg-has-video.lg-video-playing .lg-video-play{display:none}.lg-outer .lg-has-video.lg-video-playing .lg-video-object{visibility:visible}.lg-progress-bar{background-color:#333;height:5px;left:0;position:absolute;top:0;width:100%;z-index:1083;opacity:0;-webkit-transition:opacity 80ms ease 0s;-moz-transition:opacity 80ms ease 0s;-o-transition:opacity 80ms ease 0s;transition:opacity 80ms ease 0s}.lg-progress-bar .lg-progress{background-color:#a90707;height:5px;width:0}.lg-progress-bar.lg-start .lg-progress{width:100%}.lg-show-autoplay .lg-progress-bar{opacity:1}.lg-autoplay-button:after{content:"\e01d"}.lg-show-autoplay .lg-autoplay-button:after{content:"\e01a"}.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image,.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap{-webkit-transition-duration:0s;transition-duration:0s}.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap{-webkit-transition:-webkit-transform .3s cubic-bezier(0,0,.25,1) 0s;-moz-transition:-moz-transform .3s cubic-bezier(0,0,.25,1) 0s;-o-transition:-o-transform .3s cubic-bezier(0,0,.25,1) 0s;transition:transform .3s cubic-bezier(0,0,.25,1) 0s}.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap{-webkit-transition:left .3s cubic-bezier(0,0,.25,1) 0s,top .3s cubic-bezier(0,0,.25,1) 0s;-moz-transition:left .3s cubic-bezier(0,0,.25,1) 0s,top .3s cubic-bezier(0,0,.25,1) 0s;-o-transition:left .3s cubic-bezier(0,0,.25,1) 0s,top .3s cubic-bezier(0,0,.25,1) 0s;transition:left .3s cubic-bezier(0,0,.25,1) 0s,top .3s cubic-bezier(0,0,.25,1) 0s}.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden}.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1);-webkit-transition:-webkit-transform .3s cubic-bezier(0,0,.25,1) 0s,opacity .15s!important;-moz-transition:-moz-transform .3s cubic-bezier(0,0,.25,1) 0s,opacity .15s!important;-o-transition:-o-transform .3s cubic-bezier(0,0,.25,1) 0s,opacity .15s!important;transition:transform .3s cubic-bezier(0,0,.25,1) 0s,opacity .15s!important;-webkit-transform-origin:0 0;-moz-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden}#lg-zoom-in:after{content:"\e311"}#lg-actual-size{font-size:20px}#lg-actual-size:after{content:"\e033"}#lg-zoom-out{opacity:.5;pointer-events:none}#lg-zoom-out:after{content:"\e312"}.lg-zoomed #lg-zoom-out{opacity:1;pointer-events:auto}.lg-outer .lg-pager-outer{bottom:60px;left:0;position:absolute;right:0;text-align:center;z-index:1080;height:10px}.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont{overflow:visible}.lg-outer .lg-pager-cont{cursor:pointer;display:inline-block;overflow:hidden;position:relative;vertical-align:top;margin:0 5px}.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.lg-outer .lg-pager-cont.lg-pager-active .lg-pager{box-shadow:0 0 0 2px #fff inset}.lg-outer .lg-pager-thumb-cont{background-color:#fff;color:#FFF;bottom:100%;height:83px;left:0;margin-bottom:20px;margin-left:-60px;opacity:0;padding:5px;position:absolute;width:120px;border-radius:3px;-webkit-transition:opacity .15s ease 0s,-webkit-transform .15s ease 0s;-moz-transition:opacity .15s ease 0s,-moz-transform .15s ease 0s;-o-transition:opacity .15s ease 0s,-o-transform .15s ease 0s;transition:opacity .15s ease 0s,transform .15s ease 0s;-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}.lg-outer .lg-pager-thumb-cont img{width:100%;height:100%}.lg-outer .lg-pager{background-color:rgba(255,255,255,.5);border-radius:50%;box-shadow:0 0 0 8px rgba(255,255,255,.7) inset;display:block;height:12px;-webkit-transition:box-shadow .3s ease 0s;-o-transition:box-shadow .3s ease 0s;transition:box-shadow .3s ease 0s;width:12px}.lg-outer .lg-pager:focus,.lg-outer .lg-pager:hover{box-shadow:0 0 0 8px #fff inset}.lg-outer .lg-caret{border-left:10px solid transparent;border-right:10px solid transparent;border-top:10px dashed;bottom:-10px;display:inline-block;height:0;left:50%;margin-left:-5px;position:absolute;vertical-align:middle;width:0}.lg-fullscreen:after{content:"\e20c"}.lg-fullscreen-on .lg-fullscreen:after{content:"\e20d"}.lg-outer #lg-dropdown-overlay{background-color:rgba(0,0,0,.25);bottom:0;cursor:default;left:0;position:fixed;right:0;top:0;z-index:1081;opacity:0;visibility:hidden;-webkit-transition:visibility 0s linear .18s,opacity .18s linear 0s;-o-transition:visibility 0s linear .18s,opacity .18s linear 0s;transition:visibility 0s linear .18s,opacity .18s linear 0s}.lg-outer.lg-dropdown-active #lg-dropdown-overlay,.lg-outer.lg-dropdown-active .lg-dropdown{-webkit-transition-delay:0s;transition-delay:0s;-moz-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1;visibility:visible}.lg-outer.lg-dropdown-active #lg-share{color:#FFF}.lg-outer .lg-dropdown{background-color:#fff;border-radius:2px;font-size:14px;list-style-type:none;margin:0;padding:10px 0;position:absolute;right:0;text-align:left;top:50px;opacity:0;visibility:hidden;-moz-transform:translate3d(0,5px,0);-o-transform:translate3d(0,5px,0);-ms-transform:translate3d(0,5px,0);-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0);-webkit-transition:-webkit-transform .18s linear 0s,visibility 0s linear .5s,opacity .18s linear 0s;-moz-transition:-moz-transform .18s linear 0s,visibility 0s linear .5s,opacity .18s linear 0s;-o-transition:-o-transform .18s linear 0s,visibility 0s linear .5s,opacity .18s linear 0s;transition:transform .18s linear 0s,visibility 0s linear .5s,opacity .18s linear 0s}.lg-outer .lg-dropdown:after{content:"";display:block;height:0;width:0;position:absolute;border:8px solid transparent;border-bottom-color:#FFF;right:16px;top:-16px}.lg-outer .lg-dropdown>li:last-child{margin-bottom:0}.lg-outer .lg-dropdown>li:hover .lg-icon,.lg-outer .lg-dropdown>li:hover a{color:#333}.lg-outer .lg-dropdown a{color:#333;display:block;white-space:pre;padding:4px 12px;font-family:"Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;font-size:12px}.lg-outer .lg-dropdown a:hover{background-color:rgba(0,0,0,.07)}.lg-outer .lg-dropdown .lg-dropdown-text{display:inline-block;line-height:1;margin-top:-3px;vertical-align:middle}.lg-outer .lg-dropdown .lg-icon{color:#333;display:inline-block;float:none;font-size:20px;height:auto;line-height:1;margin-right:8px;padding:0;vertical-align:middle;width:auto}.lg-outer,.lg-outer .lg,.lg-outer .lg-inner{height:100%;width:100%}.lg-outer #lg-share{position:relative}.lg-outer #lg-share:after{content:"\e80d"}.lg-outer #lg-share-facebook .lg-icon{color:#3b5998}.lg-outer #lg-share-facebook .lg-icon:after{content:"\e904"}.lg-outer #lg-share-twitter .lg-icon{color:#00aced}.lg-outer #lg-share-twitter .lg-icon:after{content:"\e907"}.lg-outer #lg-share-googleplus .lg-icon{color:#dd4b39}.lg-outer #lg-share-googleplus .lg-icon:after{content:"\e905"}.lg-outer #lg-share-pinterest .lg-icon{color:#cb2027}.lg-outer #lg-share-pinterest .lg-icon:after{content:"\e906"}.lg-outer .lg-img-rotate{position:absolute;padding:0 5px;left:0;right:0;top:0;bottom:0;-webkit-transition:-webkit-transform .3s cubic-bezier(.32,0,.67,0) 0s;-moz-transition:-moz-transform .3s cubic-bezier(.32,0,.67,0) 0s;-o-transition:-o-transform .3s cubic-bezier(.32,0,.67,0) 0s;transition:transform .3s cubic-bezier(.32,0,.67,0) 0s}.lg-rotate-left:after{content:"\e900"}.lg-rotate-right:after{content:"\e901"}.lg-icon.lg-flip-hor,.lg-icon.lg-flip-ver{font-size:26px}.lg-flip-hor:after{content:"\e902"}.lg-flip-ver:after{content:"\e903"}.lg-group:after,.lg-group:before{display:table;content:"";line-height:0}.lg-group:after{clear:both}.lg-outer{position:fixed;top:0;left:0;z-index:1050;opacity:0;outline:0;-webkit-transition:opacity .15s ease 0s;-o-transition:opacity .15s ease 0s;transition:opacity .15s ease 0s}.lg-outer *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.lg-outer.lg-visible{opacity:1}.lg-outer.lg-css3 .lg-item.lg-current,.lg-outer.lg-css3 .lg-item.lg-next-slide,.lg-outer.lg-css3 .lg-item.lg-prev-slide{-webkit-transition-duration:inherit!important;transition-duration:inherit!important;-webkit-transition-timing-function:inherit!important;transition-timing-function:inherit!important}.lg-outer.lg-css3.lg-dragging .lg-item.lg-current,.lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide,.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide{-webkit-transition-duration:0s!important;transition-duration:0s!important;opacity:1}.lg-outer.lg-grab img.lg-object{cursor:-webkit-grab;cursor:-moz-grab;cursor:-o-grab;cursor:-ms-grab;cursor:grab}.lg-outer.lg-grabbing img.lg-object{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:-o-grabbing;cursor:-ms-grabbing;cursor:grabbing}.lg-outer .lg{position:relative;overflow:hidden;margin-left:auto;margin-right:auto;max-width:100%;max-height:100%}.lg-outer .lg-inner{position:absolute;left:0;top:0;white-space:nowrap}.lg-outer .lg-item{background:url(//www.rossfunerals.com.au/wp-content/plugins/fcrm-tributes/public/img/loading.gif) center center no-repeat;display:none!important}.lg-outer.lg-css .lg-current,.lg-outer.lg-css3 .lg-current,.lg-outer.lg-css3 .lg-next-slide,.lg-outer.lg-css3 .lg-prev-slide{display:inline-block!important}.lg-outer .lg-img-wrap,.lg-outer .lg-item{display:inline-block;text-align:center;position:absolute;width:100%;height:100%}.lg-outer .lg-img-wrap:before,.lg-outer .lg-item:before{content:"";display:inline-block;height:50%;width:1px;margin-right:-1px}.lg-outer .lg-img-wrap{position:absolute;padding:0 5px;left:0;right:0;top:0;bottom:0}.lg-outer .lg-item.lg-complete{background-image:none}.lg-outer .lg-item.lg-current{z-index:1060}.lg-outer .lg-image{display:inline-block;vertical-align:middle;max-width:100%;max-height:100%;width:auto!important;height:auto!important}.lg-outer.lg-show-after-load .lg-item .lg-object,.lg-outer.lg-show-after-load .lg-item .lg-video-play{opacity:0;-webkit-transition:opacity .15s ease 0s;-o-transition:opacity .15s ease 0s;transition:opacity .15s ease 0s}.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object,.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play{opacity:1}.lg-outer .lg-empty-html,.lg-outer.lg-hide-download #lg-download{display:none}.lg-backdrop{position:fixed;top:0;left:0;right:0;bottom:0;z-index:1040;background-color:#000;opacity:0;-webkit-transition:opacity .15s ease 0s;-o-transition:opacity .15s ease 0s;transition:opacity .15s ease 0s}.lg-backdrop.in{opacity:1}.lg-css3.lg-no-trans .lg-current,.lg-css3.lg-no-trans .lg-next-slide,.lg-css3.lg-no-trans .lg-prev-slide{-webkit-transition:none 0s ease 0s!important;-moz-transition:none 0s ease 0s!important;-o-transition:none 0s ease 0s!important;transition:none 0s ease 0s!important}.lg-css3.lg-use-css3 .lg-item,.lg-css3.lg-use-left .lg-item{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden}.lg-css3.lg-fade .lg-item{opacity:0}.lg-css3.lg-fade .lg-item.lg-current{opacity:1}.lg-css3.lg-fade .lg-item.lg-current,.lg-css3.lg-fade .lg-item.lg-next-slide,.lg-css3.lg-fade .lg-item.lg-prev-slide{-webkit-transition:opacity .1s ease 0s;-moz-transition:opacity .1s ease 0s;-o-transition:opacity .1s ease 0s;transition:opacity .1s ease 0s}.lg-css3.lg-slide.lg-use-css3 .lg-item{opacity:0}.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current,.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide,.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide{-webkit-transition:-webkit-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;-moz-transition:-moz-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;-o-transition:-o-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;transition:transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s}.lg-css3.lg-slide.lg-use-left .lg-item{opacity:0;position:absolute;left:0}.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide{left:-100%}.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide{left:100%}.lg-css3.lg-slide.lg-use-left .lg-item.lg-current{left:0;opacity:1}.lg-css3.lg-slide.lg-use-left .lg-item.lg-current,.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide,.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide{-webkit-transition:left 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;-moz-transition:left 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;-o-transition:left 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;transition:left 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s}

.modal {
position: fixed;
top: 0;
left: 0;
z-index: 1060;
display: none;
width: 100%;
height: 100%;
overflow-x: hidden;
overflow-y: auto;
outline: 0;
}
.modal-dialog {
position: relative;
width: auto;
margin: 0.5rem;
pointer-events: none;
}
.modal.fade .modal-dialog {
transition: transform 0.3s ease-out;
transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
.modal.fade .modal-dialog {
transition: none;
}
}
.modal.show .modal-dialog {
transform: none;
}
.modal.modal-static .modal-dialog {
transform: scale(1.02);
}
.modal-dialog-scrollable {
height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
max-height: 100%;
overflow: hidden;
}
.modal-dialog-scrollable .modal-body {
overflow-y: auto;
}
.modal-dialog-centered {
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
min-height: calc(100% - 1rem);
}
.modal-content {
position: relative;
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
width: 100%;
pointer-events: auto;
background-color: #fff;
background-clip: padding-box;
border: 1px solid rgba(0, 0, 0, 0.2);
border-radius: 0.3rem;
outline: 0;
}
.modal-backdrop {
position: fixed;
top: 0;
left: 0;
z-index: 1040;
width: 100vw;
height: 100vh;
background-color: #000;
}
.modal-backdrop.fade {
opacity: 0;
}
.modal-backdrop.show {
opacity: 0.5;
}
.modal-header {
display: -ms-flexbox;
display: flex;
-ms-flex-negative: 0;
flex-shrink: 0;
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: justify;
justify-content: space-between;
padding: 1rem 1rem;
border-bottom: 1px solid #dee2e6;
border-top-left-radius: calc(0.3rem - 1px);
border-top-right-radius: calc(0.3rem - 1px);
}
.modal-header .btn-close {
padding: 0.5rem 0.5rem;
margin: -0.5rem -0.5rem -0.5rem auto;
}
.modal-title {
margin-bottom: 0;
line-height: 1.5;
}
.modal-body {
position: relative;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
padding: 1rem;
}
.modal-footer {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-ms-flex-negative: 0;
flex-shrink: 0;
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: end;
justify-content: flex-end;
padding: 0.75rem;
border-top: 1px solid #dee2e6;
border-bottom-right-radius: calc(0.3rem - 1px);
border-bottom-left-radius: calc(0.3rem - 1px);
}
.modal-footer > * {
margin: 0.25rem;
}
@media (min-width: 576px) {
.modal-dialog {
max-width: 500px;
margin: 1.75rem auto;
}
.modal-dialog-scrollable {
height: calc(100% - 3.5rem);
}
.modal-dialog-centered {
min-height: calc(100% - 3.5rem);
}
.modal-sm {
max-width: 300px;
}
}
@media (min-width: 992px) {
.modal-lg,
.modal-xl {
max-width: 800px;
}
}
@media (min-width: 1200px) {
.modal-xl {
max-width: 1140px;
}
}
.modal-fullscreen {
width: 100vw;
max-width: none;
height: 100%;
margin: 0;
}
.modal-fullscreen .modal-content {
height: 100%;
border: 0;
border-radius: 0;
}
.modal-fullscreen .modal-header {
border-radius: 0;
}
.modal-fullscreen .modal-body {
overflow-y: auto;
}
.modal-fullscreen .modal-footer {
border-radius: 0;
}
@media (max-width: 575.98px) {
.modal-fullscreen-sm-down {
width: 100vw;
max-width: none;
height: 100%;
margin: 0;
}
.modal-fullscreen-sm-down .modal-content {
height: 100%;
border: 0;
border-radius: 0;
}
.modal-fullscreen-sm-down .modal-header {
border-radius: 0;
}
.modal-fullscreen-sm-down .modal-body {
overflow-y: auto;
}
.modal-fullscreen-sm-down .modal-footer {
border-radius: 0;
}
}
@media (max-width: 767.98px) {
.modal-fullscreen-md-down {
width: 100vw;
max-width: none;
height: 100%;
margin: 0;
}
.modal-fullscreen-md-down .modal-content {
height: 100%;
border: 0;
border-radius: 0;
}
.modal-fullscreen-md-down .modal-header {
border-radius: 0;
}
.modal-fullscreen-md-down .modal-body {
overflow-y: auto;
}
.modal-fullscreen-md-down .modal-footer {
border-radius: 0;
}
}
@media (max-width: 991.98px) {
.modal-fullscreen-lg-down {
width: 100vw;
max-width: none;
height: 100%;
margin: 0;
}
.modal-fullscreen-lg-down .modal-content {
height: 100%;
border: 0;
border-radius: 0;
}
.modal-fullscreen-lg-down .modal-header {
border-radius: 0;
}
.modal-fullscreen-lg-down .modal-body {
overflow-y: auto;
}
.modal-fullscreen-lg-down .modal-footer {
border-radius: 0;
}
}
@media (max-width: 1199.98px) {
.modal-fullscreen-xl-down {
width: 100vw;
max-width: none;
height: 100%;
margin: 0;
}
.modal-fullscreen-xl-down .modal-content {
height: 100%;
border: 0;
border-radius: 0;
}
.modal-fullscreen-xl-down .modal-header {
border-radius: 0;
}
.modal-fullscreen-xl-down .modal-body {
overflow-y: auto;
}
.modal-fullscreen-xl-down .modal-footer {
border-radius: 0;
}
}
@media (max-width: 1399.98px) {
.modal-fullscreen-xxl-down {
width: 100vw;
max-width: none;
height: 100%;
margin: 0;
}
.modal-fullscreen-xxl-down .modal-content {
height: 100%;
border: 0;
border-radius: 0;
}
.modal-fullscreen-xxl-down .modal-header {
border-radius: 0;
}
.modal-fullscreen-xxl-down .modal-body {
overflow-y: auto;
}
.modal-fullscreen-xxl-down .modal-footer {
border-radius: 0;
}
}
.btn {
display: inline-block;
font-weight: 400;
line-height: 1.5;
color: #212529;
text-align: center;
text-decoration: none;
vertical-align: middle;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
background-color: transparent;
border: 1px solid transparent;
padding: 0.375rem 0.75rem;
font-size: 1rem;
border-radius: 0.25rem;
transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
.btn {
transition: none;
}
}
.btn:hover {
color: #212529;
}
.btn-check:focus + .btn, .btn:focus {
outline: 0;
box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.btn:disabled, .btn.disabled, fieldset:disabled .btn {
pointer-events: none;
opacity: 0.65;
}
.btn-primary {
color: #fff;
background-color: #0d6efd;
border-color: #0d6efd;
}
.btn-primary:hover {
color: #fff;
background-color: rgb(11.05, 93.5, 215.05);
border-color: rgb(10.4, 88, 202.4);
}
.btn-check:focus + .btn-primary, .btn-primary:focus {
color: #fff;
background-color: rgb(11.05, 93.5, 215.05);
border-color: rgb(10.4, 88, 202.4);
box-shadow: 0 0 0 0.25rem rgba(49.3, 131.75, 253.3, 0.5);
}
.btn-check:checked + .btn-primary, .btn-check:active + .btn-primary, .btn-primary:active, .btn-primary.active, .show > .btn-primary.dropdown-toggle {
color: #fff;
background-color: rgb(10.4, 88, 202.4);
border-color: rgb(9.75, 82.5, 189.75);
}
.btn-check:checked + .btn-primary:focus, .btn-check:active + .btn-primary:focus, .btn-primary:active:focus, .btn-primary.active:focus, .show > .btn-primary.dropdown-toggle:focus {
box-shadow: 0 0 0 0.25rem rgba(49.3, 131.75, 253.3, 0.5);
}
.btn-primary:disabled, .btn-primary.disabled {
color: #fff;
background-color: #0d6efd;
border-color: #0d6efd;
}
.btn-secondary {
color: #fff;
background-color: #6c757d;
border-color: #6c757d;
}
.btn-secondary:hover {
color: #fff;
background-color: rgb(91.8, 99.45, 106.25);
border-color: rgb(86.4, 93.6, 100);
}
.btn-check:focus + .btn-secondary, .btn-secondary:focus {
color: #fff;
background-color: rgb(91.8, 99.45, 106.25);
border-color: rgb(86.4, 93.6, 100);
box-shadow: 0 0 0 0.25rem rgba(130.05, 137.7, 144.5, 0.5);
}
.btn-check:checked + .btn-secondary, .btn-check:active + .btn-secondary, .btn-secondary:active, .btn-secondary.active, .show > .btn-secondary.dropdown-toggle {
color: #fff;
background-color: rgb(86.4, 93.6, 100);
border-color: rgb(81, 87.75, 93.75);
}
.btn-check:checked + .btn-secondary:focus, .btn-check:active + .btn-secondary:focus, .btn-secondary:active:focus, .btn-secondary.active:focus, .show > .btn-secondary.dropdown-toggle:focus {
box-shadow: 0 0 0 0.25rem rgba(130.05, 137.7, 144.5, 0.5);
}
.btn-secondary:disabled, .btn-secondary.disabled {
color: #fff;
background-color: #6c757d;
border-color: #6c757d;
}
.btn-success {
color: #fff;
background-color: #198754;
border-color: #198754;
}
.btn-success:hover {
color: #fff;
background-color: rgb(21.25, 114.75, 71.4);
border-color: rgb(20, 108, 67.2);
}
.btn-check:focus + .btn-success, .btn-success:focus {
color: #fff;
background-color: rgb(21.25, 114.75, 71.4);
border-color: rgb(20, 108, 67.2);
box-shadow: 0 0 0 0.25rem rgba(59.5, 153, 109.65, 0.5);
}
.btn-check:checked + .btn-success, .btn-check:active + .btn-success, .btn-success:active, .btn-success.active, .show > .btn-success.dropdown-toggle {
color: #fff;
background-color: rgb(20, 108, 67.2);
border-color: rgb(18.75, 101.25, 63);
}
.btn-check:checked + .btn-success:focus, .btn-check:active + .btn-success:focus, .btn-success:active:focus, .btn-success.active:focus, .show > .btn-success.dropdown-toggle:focus {
box-shadow: 0 0 0 0.25rem rgba(59.5, 153, 109.65, 0.5);
}
.btn-success:disabled, .btn-success.disabled {
color: #fff;
background-color: #198754;
border-color: #198754;
}
.btn-info {
color: #000;
background-color: #0dcaf0;
border-color: #0dcaf0;
}
.btn-info:hover {
color: #000;
background-color: rgb(49.3, 209.95, 242.25);
border-color: rgb(37.2, 207.3, 241.5);
}
.btn-check:focus + .btn-info, .btn-info:focus {
color: #000;
background-color: rgb(49.3, 209.95, 242.25);
border-color: rgb(37.2, 207.3, 241.5);
box-shadow: 0 0 0 0.25rem rgba(11.05, 171.7, 204, 0.5);
}
.btn-check:checked + .btn-info, .btn-check:active + .btn-info, .btn-info:active, .btn-info.active, .show > .btn-info.dropdown-toggle {
color: #000;
background-color: rgb(61.4, 212.6, 243);
border-color: rgb(37.2, 207.3, 241.5);
}
.btn-check:checked + .btn-info:focus, .btn-check:active + .btn-info:focus, .btn-info:active:focus, .btn-info.active:focus, .show > .btn-info.dropdown-toggle:focus {
box-shadow: 0 0 0 0.25rem rgba(11.05, 171.7, 204, 0.5);
}
.btn-info:disabled, .btn-info.disabled {
color: #000;
background-color: #0dcaf0;
border-color: #0dcaf0;
}
.btn-warning {
color: #000;
background-color: #ffc107;
border-color: #ffc107;
}
.btn-warning:hover {
color: #000;
background-color: rgb(255, 202.3, 44.2);
border-color: rgb(255, 199.2, 31.8);
}
.btn-check:focus + .btn-warning, .btn-warning:focus {
color: #000;
background-color: rgb(255, 202.3, 44.2);
border-color: rgb(255, 199.2, 31.8);
box-shadow: 0 0 0 0.25rem rgba(216.75, 164.05, 5.95, 0.5);
}
.btn-check:checked + .btn-warning, .btn-check:active + .btn-warning, .btn-warning:active, .btn-warning.active, .show > .btn-warning.dropdown-toggle {
color: #000;
background-color: rgb(255, 205.4, 56.6);
border-color: rgb(255, 199.2, 31.8);
}
.btn-check:checked + .btn-warning:focus, .btn-check:active + .btn-warning:focus, .btn-warning:active:focus, .btn-warning.active:focus, .show > .btn-warning.dropdown-toggle:focus {
box-shadow: 0 0 0 0.25rem rgba(216.75, 164.05, 5.95, 0.5);
}
.btn-warning:disabled, .btn-warning.disabled {
color: #000;
background-color: #ffc107;
border-color: #ffc107;
}
.btn-danger {
color: #fff;
background-color: #dc3545;
border-color: #dc3545;
}
.btn-danger:hover {
color: #fff;
background-color: rgb(187, 45.05, 58.65);
border-color: rgb(176, 42.4, 55.2);
}
.btn-check:focus + .btn-danger, .btn-danger:focus {
color: #fff;
background-color: rgb(187, 45.05, 58.65);
border-color: rgb(176, 42.4, 55.2);
box-shadow: 0 0 0 0.25rem rgba(225.25, 83.3, 96.9, 0.5);
}
.btn-check:checked + .btn-danger, .btn-check:active + .btn-danger, .btn-danger:active, .btn-danger.active, .show > .btn-danger.dropdown-toggle {
color: #fff;
background-color: rgb(176, 42.4, 55.2);
border-color: rgb(165, 39.75, 51.75);
}
.btn-check:checked + .btn-danger:focus, .btn-check:active + .btn-danger:focus, .btn-danger:active:focus, .btn-danger.active:focus, .show > .btn-danger.dropdown-toggle:focus {
box-shadow: 0 0 0 0.25rem rgba(225.25, 83.3, 96.9, 0.5);
}
.btn-danger:disabled, .btn-danger.disabled {
color: #fff;
background-color: #dc3545;
border-color: #dc3545;
}
.btn-light {
color: #000;
background-color: #f8f9fa;
border-color: #f8f9fa;
}
.btn-light:hover {
color: #000;
background-color: rgb(249.05, 249.9, 250.75);
border-color: rgb(248.7, 249.6, 250.5);
}
.btn-check:focus + .btn-light, .btn-light:focus {
color: #000;
background-color: rgb(249.05, 249.9, 250.75);
border-color: rgb(248.7, 249.6, 250.5);
box-shadow: 0 0 0 0.25rem rgba(210.8, 211.65, 212.5, 0.5);
}
.btn-check:checked + .btn-light, .btn-check:active + .btn-light, .btn-light:active, .btn-light.active, .show > .btn-light.dropdown-toggle {
color: #000;
background-color: rgb(249.4, 250.2, 251);
border-color: rgb(248.7, 249.6, 250.5);
}
.btn-check:checked + .btn-light:focus, .btn-check:active + .btn-light:focus, .btn-light:active:focus, .btn-light.active:focus, .show > .btn-light.dropdown-toggle:focus {
box-shadow: 0 0 0 0.25rem rgba(210.8, 211.65, 212.5, 0.5);
}
.btn-light:disabled, .btn-light.disabled {
color: #000;
background-color: #f8f9fa;
border-color: #f8f9fa;
}
.btn-dark {
color: #fff;
background-color: #212529;
border-color: #212529;
}
.btn-dark:hover {
color: #fff;
background-color: rgb(28.05, 31.45, 34.85);
border-color: rgb(26.4, 29.6, 32.8);
}
.btn-check:focus + .btn-dark, .btn-dark:focus {
color: #fff;
background-color: rgb(28.05, 31.45, 34.85);
border-color: rgb(26.4, 29.6, 32.8);
box-shadow: 0 0 0 0.25rem rgba(66.3, 69.7, 73.1, 0.5);
}
.btn-check:checked + .btn-dark, .btn-check:active + .btn-dark, .btn-dark:active, .btn-dark.active, .show > .btn-dark.dropdown-toggle {
color: #fff;
background-color: rgb(26.4, 29.6, 32.8);
border-color: rgb(24.75, 27.75, 30.75);
}
.btn-check:checked + .btn-dark:focus, .btn-check:active + .btn-dark:focus, .btn-dark:active:focus, .btn-dark.active:focus, .show > .btn-dark.dropdown-toggle:focus {
box-shadow: 0 0 0 0.25rem rgba(66.3, 69.7, 73.1, 0.5);
}
.btn-dark:disabled, .btn-dark.disabled {
color: #fff;
background-color: #212529;
border-color: #212529;
}
.btn-outline-primary {
color: #0d6efd;
border-color: #0d6efd;
}
.btn-outline-primary:hover {
color: #fff;
background-color: #0d6efd;
border-color: #0d6efd;
}
.btn-check:focus + .btn-outline-primary, .btn-outline-primary:focus {
box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.5);
}
.btn-check:checked + .btn-outline-primary, .btn-check:active + .btn-outline-primary, .btn-outline-primary:active, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show {
color: #fff;
background-color: #0d6efd;
border-color: #0d6efd;
}
.btn-check:checked + .btn-outline-primary:focus, .btn-check:active + .btn-outline-primary:focus, .btn-outline-primary:active:focus, .btn-outline-primary.active:focus, .btn-outline-primary.dropdown-toggle.show:focus {
box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.5);
}
.btn-outline-primary:disabled, .btn-outline-primary.disabled {
color: #0d6efd;
background-color: transparent;
}
.btn-outline-secondary {
color: #6c757d;
border-color: #6c757d;
}
.btn-outline-secondary:hover {
color: #fff;
background-color: #6c757d;
border-color: #6c757d;
}
.btn-check:focus + .btn-outline-secondary, .btn-outline-secondary:focus {
box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5);
}
.btn-check:checked + .btn-outline-secondary, .btn-check:active + .btn-outline-secondary, .btn-outline-secondary:active, .btn-outline-secondary.active, .btn-outline-secondary.dropdown-toggle.show {
color: #fff;
background-color: #6c757d;
border-color: #6c757d;
}
.btn-check:checked + .btn-outline-secondary:focus, .btn-check:active + .btn-outline-secondary:focus, .btn-outline-secondary:active:focus, .btn-outline-secondary.active:focus, .btn-outline-secondary.dropdown-toggle.show:focus {
box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5);
}
.btn-outline-secondary:disabled, .btn-outline-secondary.disabled {
color: #6c757d;
background-color: transparent;
}
.btn-outline-success {
color: #198754;
border-color: #198754;
}
.btn-outline-success:hover {
color: #fff;
background-color: #198754;
border-color: #198754;
}
.btn-check:focus + .btn-outline-success, .btn-outline-success:focus {
box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5);
}
.btn-check:checked + .btn-outline-success, .btn-check:active + .btn-outline-success, .btn-outline-success:active, .btn-outline-success.active, .btn-outline-success.dropdown-toggle.show {
color: #fff;
background-color: #198754;
border-color: #198754;
}
.btn-check:checked + .btn-outline-success:focus, .btn-check:active + .btn-outline-success:focus, .btn-outline-success:active:focus, .btn-outline-success.active:focus, .btn-outline-success.dropdown-toggle.show:focus {
box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5);
}
.btn-outline-success:disabled, .btn-outline-success.disabled {
color: #198754;
background-color: transparent;
}
.btn-outline-info {
color: #0dcaf0;
border-color: #0dcaf0;
}
.btn-outline-info:hover {
color: #000;
background-color: #0dcaf0;
border-color: #0dcaf0;
}
.btn-check:focus + .btn-outline-info, .btn-outline-info:focus {
box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5);
}
.btn-check:checked + .btn-outline-info, .btn-check:active + .btn-outline-info, .btn-outline-info:active, .btn-outline-info.active, .btn-outline-info.dropdown-toggle.show {
color: #000;
background-color: #0dcaf0;
border-color: #0dcaf0;
}
.btn-check:checked + .btn-outline-info:focus, .btn-check:active + .btn-outline-info:focus, .btn-outline-info:active:focus, .btn-outline-info.active:focus, .btn-outline-info.dropdown-toggle.show:focus {
box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5);
}
.btn-outline-info:disabled, .btn-outline-info.disabled {
color: #0dcaf0;
background-color: transparent;
}
.btn-outline-warning {
color: #ffc107;
border-color: #ffc107;
}
.btn-outline-warning:hover {
color: #000;
background-color: #ffc107;
border-color: #ffc107;
}
.btn-check:focus + .btn-outline-warning, .btn-outline-warning:focus {
box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5);
}
.btn-check:checked + .btn-outline-warning, .btn-check:active + .btn-outline-warning, .btn-outline-warning:active, .btn-outline-warning.active, .btn-outline-warning.dropdown-toggle.show {
color: #000;
background-color: #ffc107;
border-color: #ffc107;
}
.btn-check:checked + .btn-outline-warning:focus, .btn-check:active + .btn-outline-warning:focus, .btn-outline-warning:active:focus, .btn-outline-warning.active:focus, .btn-outline-warning.dropdown-toggle.show:focus {
box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5);
}
.btn-outline-warning:disabled, .btn-outline-warning.disabled {
color: #ffc107;
background-color: transparent;
}
.btn-outline-danger {
color: #dc3545;
border-color: #dc3545;
}
.btn-outline-danger:hover {
color: #fff;
background-color: #dc3545;
border-color: #dc3545;
}
.btn-check:focus + .btn-outline-danger, .btn-outline-danger:focus {
box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5);
}
.btn-check:checked + .btn-outline-danger, .btn-check:active + .btn-outline-danger, .btn-outline-danger:active, .btn-outline-danger.active, .btn-outline-danger.dropdown-toggle.show {
color: #fff;
background-color: #dc3545;
border-color: #dc3545;
}
.btn-check:checked + .btn-outline-danger:focus, .btn-check:active + .btn-outline-danger:focus, .btn-outline-danger:active:focus, .btn-outline-danger.active:focus, .btn-outline-danger.dropdown-toggle.show:focus {
box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5);
}
.btn-outline-danger:disabled, .btn-outline-danger.disabled {
color: #dc3545;
background-color: transparent;
}
.btn-outline-light {
color: #f8f9fa;
border-color: #f8f9fa;
}
.btn-outline-light:hover {
color: #000;
background-color: #f8f9fa;
border-color: #f8f9fa;
}
.btn-check:focus + .btn-outline-light, .btn-outline-light:focus {
box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5);
}
.btn-check:checked + .btn-outline-light, .btn-check:active + .btn-outline-light, .btn-outline-light:active, .btn-outline-light.active, .btn-outline-light.dropdown-toggle.show {
color: #000;
background-color: #f8f9fa;
border-color: #f8f9fa;
}
.btn-check:checked + .btn-outline-light:focus, .btn-check:active + .btn-outline-light:focus, .btn-outline-light:active:focus, .btn-outline-light.active:focus, .btn-outline-light.dropdown-toggle.show:focus {
box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5);
}
.btn-outline-light:disabled, .btn-outline-light.disabled {
color: #f8f9fa;
background-color: transparent;
}
.btn-outline-dark {
color: #212529;
border-color: #212529;
}
.btn-outline-dark:hover {
color: #fff;
background-color: #212529;
border-color: #212529;
}
.btn-check:focus + .btn-outline-dark, .btn-outline-dark:focus {
box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5);
}
.btn-check:checked + .btn-outline-dark, .btn-check:active + .btn-outline-dark, .btn-outline-dark:active, .btn-outline-dark.active, .btn-outline-dark.dropdown-toggle.show {
color: #fff;
background-color: #212529;
border-color: #212529;
}
.btn-check:checked + .btn-outline-dark:focus, .btn-check:active + .btn-outline-dark:focus, .btn-outline-dark:active:focus, .btn-outline-dark.active:focus, .btn-outline-dark.dropdown-toggle.show:focus {
box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5);
}
.btn-outline-dark:disabled, .btn-outline-dark.disabled {
color: #212529;
background-color: transparent;
}
.btn-link {
font-weight: 400;
color: #0d6efd;
text-decoration: underline;
}
.btn-link:hover {
color: rgb(10.4, 88, 202.4);
}
.btn-link:disabled, .btn-link.disabled {
color: #6c757d;
}
.btn-lg, .firehawk-crm-tributes .btn-group-lg > .btn {
padding: 0.5rem 1rem;
font-size: 1.25rem;
border-radius: 0.3rem;
}
.btn-sm, .firehawk-crm-tributes .btn-group-sm > .btn {
padding: 0.25rem 0.5rem;
font-size: 0.875rem;
border-radius: 0.2rem;
}
.firehawk-crm-tributes {
font-size: 16px;      }
.firehawk-crm-tributes:root {
font-size: 16px;
}
.firehawk-crm-tributes :root {
--bs-blue: #0d6efd;
--bs-indigo: #6610f2;
--bs-purple: #6f42c1;
--bs-pink: #d63384;
--bs-red: #dc3545;
--bs-orange: #fd7e14;
--bs-yellow: #ffc107;
--bs-green: #198754;
--bs-teal: #20c997;
--bs-cyan: #0dcaf0;
--bs-white: #fff;
--bs-gray: #6c757d;
--bs-gray-dark: #343a40;
--bs-primary: #0d6efd;
--bs-secondary: #6c757d;
--bs-success: #198754;
--bs-info: #0dcaf0;
--bs-warning: #ffc107;
--bs-danger: #dc3545;
--bs-light: #f8f9fa;
--bs-dark: #212529;
--bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
--bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
--bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
}
.firehawk-crm-tributes *,
.firehawk-crm-tributes *::before,
.firehawk-crm-tributes *::after {
box-sizing: border-box;
}
.firehawk-crm-tributes :root {
font-size: 16px;
}
@media (prefers-reduced-motion: no-preference) {
.firehawk-crm-tributes :root {
scroll-behavior: smooth;
}
}
.firehawk-crm-tributes body {
margin: 0;
font-family: var(--bs-font-sans-serif);
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #212529;
background-color: #fff;
-webkit-text-size-adjust: 100%;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.firehawk-crm-tributes hr {
margin: 1rem 0;
color: inherit;
background-color: currentColor;
border: 0;
opacity: 0.25;
}
.firehawk-crm-tributes hr:not([size]) {
height: 1px;
}
.firehawk-crm-tributes h6, .firehawk-crm-tributes .h6, .firehawk-crm-tributes h5, .firehawk-crm-tributes .h5, .firehawk-crm-tributes h4, .firehawk-crm-tributes .h4, .firehawk-crm-tributes h3, .firehawk-crm-tributes .h3, .firehawk-crm-tributes h2, .firehawk-crm-tributes .h2, .firehawk-crm-tributes h1, .firehawk-crm-tributes .h1 {
margin-top: 0;
margin-bottom: 0.5rem;
font-weight: 500;
line-height: 1.2;
}
.firehawk-crm-tributes h1, .firehawk-crm-tributes .h1 {
font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
.firehawk-crm-tributes h1, .firehawk-crm-tributes .h1 {
font-size: 2.5rem;
}
}
.firehawk-crm-tributes h2, .firehawk-crm-tributes .h2 {
font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
.firehawk-crm-tributes h2, .firehawk-crm-tributes .h2 {
font-size: 2rem;
}
}
.firehawk-crm-tributes h3, .firehawk-crm-tributes .h3 {
font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
.firehawk-crm-tributes h3, .firehawk-crm-tributes .h3 {
font-size: 1.75rem;
}
}
.firehawk-crm-tributes h4, .firehawk-crm-tributes .h4 {
font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
.firehawk-crm-tributes h4, .firehawk-crm-tributes .h4 {
font-size: 1.5rem;
}
}
.firehawk-crm-tributes h5, .firehawk-crm-tributes .h5 {
font-size: 1.25rem;
}
.firehawk-crm-tributes h6, .firehawk-crm-tributes .h6 {
font-size: 1rem;
}
.firehawk-crm-tributes p {
margin-top: 0;
margin-bottom: 1rem;
}
.firehawk-crm-tributes abbr[title],
.firehawk-crm-tributes abbr[data-bs-original-title] {
text-decoration: underline dotted;
cursor: help;
text-decoration-skip-ink: none;
}
.firehawk-crm-tributes address {
margin-bottom: 1rem;
font-style: normal;
line-height: inherit;
}
.firehawk-crm-tributes ol,
.firehawk-crm-tributes ul {
padding-left: 2rem;
}
.firehawk-crm-tributes ol,
.firehawk-crm-tributes ul,
.firehawk-crm-tributes dl {
margin-top: 0;
margin-bottom: 1rem;
}
.firehawk-crm-tributes ol ol,
.firehawk-crm-tributes ul ul,
.firehawk-crm-tributes ol ul,
.firehawk-crm-tributes ul ol {
margin-bottom: 0;
}
.firehawk-crm-tributes dt {
font-weight: 700;
}
.firehawk-crm-tributes dd {
margin-bottom: 0.5rem;
margin-left: 0;
}
.firehawk-crm-tributes blockquote {
margin: 0 0 1rem;
}
.firehawk-crm-tributes b,
.firehawk-crm-tributes strong {
font-weight: bolder;
}
.firehawk-crm-tributes small, .firehawk-crm-tributes .small {
font-size: 0.875em;
}
.firehawk-crm-tributes mark, .firehawk-crm-tributes .mark {
padding: 0.2em;
background-color: #fcf8e3;
}
.firehawk-crm-tributes sub,
.firehawk-crm-tributes sup {
position: relative;
font-size: 0.75em;
line-height: 0;
vertical-align: baseline;
}
.firehawk-crm-tributes sub {
bottom: -0.25em;
}
.firehawk-crm-tributes sup {
top: -0.5em;
}
.firehawk-crm-tributes a {
color: #0d6efd;
text-decoration: underline;
}
.firehawk-crm-tributes a:hover {
color: rgb(10.4, 88, 202.4);
}
.firehawk-crm-tributes a:not([href]):not([class]), .firehawk-crm-tributes a:not([href]):not([class]):hover {
color: inherit;
text-decoration: none;
}
.firehawk-crm-tributes pre,
.firehawk-crm-tributes code,
.firehawk-crm-tributes kbd,
.firehawk-crm-tributes samp {
font-family: var(--bs-font-monospace);
font-size: 1em;
direction: ltr ;
unicode-bidi: bidi-override;
}
.firehawk-crm-tributes pre {
display: block;
margin-top: 0;
margin-bottom: 1rem;
overflow: auto;
font-size: 0.875em;
}
.firehawk-crm-tributes pre code {
font-size: inherit;
color: inherit;
word-break: normal;
}
.firehawk-crm-tributes code {
font-size: 0.875em;
color: #d63384;
word-wrap: break-word;
}
a > .firehawk-crm-tributes code {
color: inherit;
}
.firehawk-crm-tributes kbd {
padding: 0.2rem 0.4rem;
font-size: 0.875em;
color: #fff;
background-color: #212529;
border-radius: 0.2rem;
}
.firehawk-crm-tributes kbd kbd {
padding: 0;
font-size: 1em;
font-weight: 700;
}
.firehawk-crm-tributes figure {
margin: 0 0 1rem;
}
.firehawk-crm-tributes img,
.firehawk-crm-tributes svg {
vertical-align: middle;
}
.firehawk-crm-tributes table {
caption-side: bottom;
border-collapse: collapse;
}
.firehawk-crm-tributes caption {
padding-top: 0.5rem;
padding-bottom: 0.5rem;
color: #6c757d;
text-align: left;
}
.firehawk-crm-tributes th {
text-align: inherit;
text-align: -webkit-match-parent;
}
.firehawk-crm-tributes thead,
.firehawk-crm-tributes tbody,
.firehawk-crm-tributes tfoot,
.firehawk-crm-tributes tr,
.firehawk-crm-tributes td,
.firehawk-crm-tributes th {
border-color: inherit;
border-style: solid;
border-width: 0;
}
.firehawk-crm-tributes label {
display: inline-block;
}
.firehawk-crm-tributes button {
border-radius: 0;
}
.firehawk-crm-tributes button:focus:not(:focus-visible) {
outline: 0;
}
.firehawk-crm-tributes input,
.firehawk-crm-tributes button,
.firehawk-crm-tributes select,
.firehawk-crm-tributes optgroup,
.firehawk-crm-tributes textarea {
margin: 0;
font-family: inherit;
font-size: inherit;
line-height: inherit;
}
.firehawk-crm-tributes button,
.firehawk-crm-tributes select {
text-transform: none;
}
.firehawk-crm-tributes [role=button] {
cursor: pointer;
}
.firehawk-crm-tributes select {
word-wrap: normal;
}
.firehawk-crm-tributes select:disabled {
opacity: 1;
}
.firehawk-crm-tributes [list]::-webkit-calendar-picker-indicator {
display: none;
}
.firehawk-crm-tributes button,
.firehawk-crm-tributes [type=button],
.firehawk-crm-tributes [type=reset],
.firehawk-crm-tributes [type=submit] {
-webkit-appearance: button;
}
.firehawk-crm-tributes button:not(:disabled),
.firehawk-crm-tributes [type=button]:not(:disabled),
.firehawk-crm-tributes [type=reset]:not(:disabled),
.firehawk-crm-tributes [type=submit]:not(:disabled) {
cursor: pointer;
}
.firehawk-crm-tributes ::-moz-focus-inner {
padding: 0;
border-style: none;
}
.firehawk-crm-tributes textarea {
resize: vertical;
}
.firehawk-crm-tributes fieldset {
min-width: 0;
padding: 0;
margin: 0;
border: 0;
}
.firehawk-crm-tributes legend {
float: left;
width: 100%;
padding: 0;
margin-bottom: 0.5rem;
font-size: calc(1.275rem + 0.3vw);
line-height: inherit;
}
@media (min-width: 1200px) {
.firehawk-crm-tributes legend {
font-size: 1.5rem;
}
}
.firehawk-crm-tributes legend + * {
clear: left;
}
.firehawk-crm-tributes ::-webkit-datetime-edit-fields-wrapper,
.firehawk-crm-tributes ::-webkit-datetime-edit-text,
.firehawk-crm-tributes ::-webkit-datetime-edit-minute,
.firehawk-crm-tributes ::-webkit-datetime-edit-hour-field,
.firehawk-crm-tributes ::-webkit-datetime-edit-day-field,
.firehawk-crm-tributes ::-webkit-datetime-edit-month-field,
.firehawk-crm-tributes ::-webkit-datetime-edit-year-field {
padding: 0;
}
.firehawk-crm-tributes ::-webkit-inner-spin-button {
height: auto;
}
.firehawk-crm-tributes [type=search] {
outline-offset: -2px;
-webkit-appearance: textfield;
}
.firehawk-crm-tributes ::-webkit-search-decoration {
-webkit-appearance: none;
}
.firehawk-crm-tributes ::-webkit-color-swatch-wrapper {
padding: 0;
}
.firehawk-crm-tributes ::file-selector-button {
font: inherit;
}
.firehawk-crm-tributes ::-webkit-file-upload-button {
font: inherit;
-webkit-appearance: button;
}
.firehawk-crm-tributes output {
display: inline-block;
}
.firehawk-crm-tributes iframe {
border: 0;
}
.firehawk-crm-tributes summary {
display: list-item;
cursor: pointer;
}
.firehawk-crm-tributes progress {
vertical-align: baseline;
}
.firehawk-crm-tributes [hidden] {
display: none !important;
}
.firehawk-crm-tributes .lead {
font-size: 1.25rem;
font-weight: 300;
}
.firehawk-crm-tributes .display-1 {
font-size: calc(1.625rem + 4.5vw);
font-weight: 300;
line-height: 1.2;
}
@media (min-width: 1200px) {
.firehawk-crm-tributes .display-1 {
font-size: 5rem;
}
}
.firehawk-crm-tributes .display-2 {
font-size: calc(1.575rem + 3.9vw);
font-weight: 300;
line-height: 1.2;
}
@media (min-width: 1200px) {
.firehawk-crm-tributes .display-2 {
font-size: 4.5rem;
}
}
.firehawk-crm-tributes .display-3 {
font-size: calc(1.525rem + 3.3vw);
font-weight: 300;
line-height: 1.2;
}
@media (min-width: 1200px) {
.firehawk-crm-tributes .display-3 {
font-size: 4rem;
}
}
.firehawk-crm-tributes .display-4 {
font-size: calc(1.475rem + 2.7vw);
font-weight: 300;
line-height: 1.2;
}
@media (min-width: 1200px) {
.firehawk-crm-tributes .display-4 {
font-size: 3.5rem;
}
}
.firehawk-crm-tributes .display-5 {
font-size: calc(1.425rem + 2.1vw);
font-weight: 300;
line-height: 1.2;
}
@media (min-width: 1200px) {
.firehawk-crm-tributes .display-5 {
font-size: 3rem;
}
}
.firehawk-crm-tributes .display-6 {
font-size: calc(1.375rem + 1.5vw);
font-weight: 300;
line-height: 1.2;
}
@media (min-width: 1200px) {
.firehawk-crm-tributes .display-6 {
font-size: 2.5rem;
}
}
.firehawk-crm-tributes .list-unstyled {
padding-left: 0;
list-style: none;
}
.firehawk-crm-tributes .list-inline {
padding-left: 0;
list-style: none;
}
.firehawk-crm-tributes .list-inline-item {
display: inline-block;
}
.firehawk-crm-tributes .list-inline-item:not(:last-child) {
margin-right: 0.5rem;
}
.firehawk-crm-tributes .initialism {
font-size: 0.875em;
text-transform: uppercase;
}
.firehawk-crm-tributes .blockquote {
margin-bottom: 1rem;
font-size: 1.25rem;
}
.firehawk-crm-tributes .blockquote > :last-child {
margin-bottom: 0;
}
.firehawk-crm-tributes .blockquote-footer {
margin-top: -1rem;
margin-bottom: 1rem;
font-size: 0.875em;
color: #6c757d;
}
.firehawk-crm-tributes .blockquote-footer::before {
content: "— ";
}
.firehawk-crm-tributes .img-fluid {
max-width: 100%;
height: auto;
}
.firehawk-crm-tributes .img-thumbnail {
padding: 0.25rem;
background-color: #fff;
border: 1px solid #dee2e6;
border-radius: 0.25rem;
max-width: 100%;
height: auto;
}
.firehawk-crm-tributes .figure {
display: inline-block;
}
.firehawk-crm-tributes .figure-img {
margin-bottom: 0.5rem;
line-height: 1;
}
.firehawk-crm-tributes .figure-caption {
font-size: 0.875em;
color: #6c757d;
}
.firehawk-crm-tributes .container,
.firehawk-crm-tributes .container-fluid,
.firehawk-crm-tributes .container-xxl,
.firehawk-crm-tributes .container-xl,
.firehawk-crm-tributes .container-lg,
.firehawk-crm-tributes .container-md,
.firehawk-crm-tributes .container-sm {
width: 100%;
padding-right: var(--bs-gutter-x, 0.75rem);
padding-left: var(--bs-gutter-x, 0.75rem);
margin-right: auto;
margin-left: auto;
}
@media (min-width: 576px) {
.firehawk-crm-tributes .container-sm, .firehawk-crm-tributes .container {
max-width: 540px;
}
}
@media (min-width: 768px) {
.firehawk-crm-tributes .container-md, .firehawk-crm-tributes .container-sm, .firehawk-crm-tributes .container {
max-width: 720px;
}
}
@media (min-width: 992px) {
.firehawk-crm-tributes .container-lg, .firehawk-crm-tributes .container-md, .firehawk-crm-tributes .container-sm, .firehawk-crm-tributes .container {
max-width: 960px;
}
}
@media (min-width: 1200px) {
.firehawk-crm-tributes .container-xl, .firehawk-crm-tributes .container-lg, .firehawk-crm-tributes .container-md, .firehawk-crm-tributes .container-sm, .firehawk-crm-tributes .container {
max-width: 1140px;
}
}
@media (min-width: 1400px) {
.firehawk-crm-tributes .container-xxl, .firehawk-crm-tributes .container-xl, .firehawk-crm-tributes .container-lg, .firehawk-crm-tributes .container-md, .firehawk-crm-tributes .container-sm, .firehawk-crm-tributes .container {
max-width: 1320px;
}
}
.firehawk-crm-tributes .row {
--bs-gutter-x: 1.5rem;
--bs-gutter-y: 0;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-top: calc(var(--bs-gutter-y) * -1);
margin-right: calc(var(--bs-gutter-x) * -0.5);
margin-left: calc(var(--bs-gutter-x) * -0.5);
}
.firehawk-crm-tributes .row > * {
-ms-flex-negative: 0;
flex-shrink: 0;
width: 100%;
max-width: 100%;
padding-right: calc(var(--bs-gutter-x) * 0.5);
padding-left: calc(var(--bs-gutter-x) * 0.5);
margin-top: var(--bs-gutter-y);
}
.firehawk-crm-tributes .col {
-ms-flex: 1 0 0%;
flex: 1 0 0%;
}
.firehawk-crm-tributes .row-cols-auto > * {
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
}
.firehawk-crm-tributes .row-cols-1 > * {
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 100%;
}
.firehawk-crm-tributes .row-cols-2 > * {
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 50%;
}
.firehawk-crm-tributes .row-cols-3 > * {
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 33.3333333333%;
}
.firehawk-crm-tributes .row-cols-4 > * {
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 25%;
}
.firehawk-crm-tributes .row-cols-5 > * {
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 20%;
}
.firehawk-crm-tributes .row-cols-6 > * {
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 16.6666666667%;
}
@media (min-width: 576px) {
.firehawk-crm-tributes .col-sm {
-ms-flex: 1 0 0%;
flex: 1 0 0%;
}
.firehawk-crm-tributes .row-cols-sm-auto > * {
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
}
.firehawk-crm-tributes .row-cols-sm-1 > * {
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 100%;
}
.firehawk-crm-tributes .row-cols-sm-2 > * {
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 50%;
}
.firehawk-crm-tributes .row-cols-sm-3 > * {
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 33.3333333333%;
}
.firehawk-crm-tributes .row-cols-sm-4 > * {
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 25%;
}
.firehawk-crm-tributes .row-cols-sm-5 > * {
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 20%;
}
.firehawk-crm-tributes .row-cols-sm-6 > * {
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 16.6666666667%;
}
}
@media (min-width: 768px) {
.firehawk-crm-tributes .col-md {
-ms-flex: 1 0 0%;
flex: 1 0 0%;
}
.firehawk-crm-tributes .row-cols-md-auto > * {
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
}
.firehawk-crm-tributes .row-cols-md-1 > * {
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 100%;
}
.firehawk-crm-tributes .row-cols-md-2 > * {
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 50%;
}
.firehawk-crm-tributes .row-cols-md-3 > * {
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 33.3333333333%;
}
.firehawk-crm-tributes .row-cols-md-4 > * {
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 25%;
}
.firehawk-crm-tributes .row-cols-md-5 > * {
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 20%;
}
.firehawk-crm-tributes .row-cols-md-6 > * {
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 16.6666666667%;
}
}
@media (min-width: 992px) {
.firehawk-crm-tributes .col-lg {
-ms-flex: 1 0 0%;
flex: 1 0 0%;
}
.firehawk-crm-tributes .row-cols-lg-auto > * {
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
}
.firehawk-crm-tributes .row-cols-lg-1 > * {
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 100%;
}
.firehawk-crm-tributes .row-cols-lg-2 > * {
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 50%;
}
.firehawk-crm-tributes .row-cols-lg-3 > * {
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 33.3333333333%;
}
.firehawk-crm-tributes .row-cols-lg-4 > * {
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 25%;
}
.firehawk-crm-tributes .row-cols-lg-5 > * {
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 20%;
}
.firehawk-crm-tributes .row-cols-lg-6 > * {
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 16.6666666667%;
}
}
@media (min-width: 1200px) {
.firehawk-crm-tributes .col-xl {
-ms-flex: 1 0 0%;
flex: 1 0 0%;
}
.firehawk-crm-tributes .row-cols-xl-auto > * {
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
}
.firehawk-crm-tributes .row-cols-xl-1 > * {
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 100%;
}
.firehawk-crm-tributes .row-cols-xl-2 > * {
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 50%;
}
.firehawk-crm-tributes .row-cols-xl-3 > * {
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 33.3333333333%;
}
.firehawk-crm-tributes .row-cols-xl-4 > * {
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 25%;
}
.firehawk-crm-tributes .row-cols-xl-5 > * {
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 20%;
}
.firehawk-crm-tributes .row-cols-xl-6 > * {
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 16.6666666667%;
}
}
@media (min-width: 1400px) {
.firehawk-crm-tributes .col-xxl {
-ms-flex: 1 0 0%;
flex: 1 0 0%;
}
.firehawk-crm-tributes .row-cols-xxl-auto > * {
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
}
.firehawk-crm-tributes .row-cols-xxl-1 > * {
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 100%;
}
.firehawk-crm-tributes .row-cols-xxl-2 > * {
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 50%;
}
.firehawk-crm-tributes .row-cols-xxl-3 > * {
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 33.3333333333%;
}
.firehawk-crm-tributes .row-cols-xxl-4 > * {
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 25%;
}
.firehawk-crm-tributes .row-cols-xxl-5 > * {
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 20%;
}
.firehawk-crm-tributes .row-cols-xxl-6 > * {
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 16.6666666667%;
}
}
.firehawk-crm-tributes .col-auto {
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
}
.firehawk-crm-tributes .col-1 {
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 8.33333333%;
}
.firehawk-crm-tributes .col-2 {
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 16.66666667%;
}
.firehawk-crm-tributes .col-3 {
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 25%;
}
.firehawk-crm-tributes .col-4 {
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 33.33333333%;
}
.firehawk-crm-tributes .col-5 {
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 41.66666667%;
}
.firehawk-crm-tributes .col-6 {
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 50%;
}
.firehawk-crm-tributes .col-7 {
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 58.33333333%;
}
.firehawk-crm-tributes .col-8 {
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 66.66666667%;
}
.firehawk-crm-tributes .col-9 {
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 75%;
}
.firehawk-crm-tributes .col-10 {
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 83.33333333%;
}
.firehawk-crm-tributes .col-11 {
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 91.66666667%;
}
.firehawk-crm-tributes .col-12 {
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 100%;
}
.firehawk-crm-tributes .offset-1 {
margin-left: 8.33333333%;
}
.firehawk-crm-tributes .offset-2 {
margin-left: 16.66666667%;
}
.firehawk-crm-tributes .offset-3 {
margin-left: 25%;
}
.firehawk-crm-tributes .offset-4 {
margin-left: 33.33333333%;
}
.firehawk-crm-tributes .offset-5 {
margin-left: 41.66666667%;
}
.firehawk-crm-tributes .offset-6 {
margin-left: 50%;
}
.firehawk-crm-tributes .offset-7 {
margin-left: 58.33333333%;
}
.firehawk-crm-tributes .offset-8 {
margin-left: 66.66666667%;
}
.firehawk-crm-tributes .offset-9 {
margin-left: 75%;
}
.firehawk-crm-tributes .offset-10 {
margin-left: 83.33333333%;
}
.firehawk-crm-tributes .offset-11 {
margin-left: 91.66666667%;
}
.firehawk-crm-tributes .g-0,
.firehawk-crm-tributes .gx-0 {
--bs-gutter-x: 0;
}
.firehawk-crm-tributes .g-0,
.firehawk-crm-tributes .gy-0 {
--bs-gutter-y: 0;
}
.firehawk-crm-tributes .g-1,
.firehawk-crm-tributes .gx-1 {
--bs-gutter-x: 0.25rem;
}
.firehawk-crm-tributes .g-1,
.firehawk-crm-tributes .gy-1 {
--bs-gutter-y: 0.25rem;
}
.firehawk-crm-tributes .g-2,
.firehawk-crm-tributes .gx-2 {
--bs-gutter-x: 0.5rem;
}
.firehawk-crm-tributes .g-2,
.firehawk-crm-tributes .gy-2 {
--bs-gutter-y: 0.5rem;
}
.firehawk-crm-tributes .g-3,
.firehawk-crm-tributes .gx-3 {
--bs-gutter-x: 1rem;
}
.firehawk-crm-tributes .g-3,
.firehawk-crm-tributes .gy-3 {
--bs-gutter-y: 1rem;
}
.firehawk-crm-tributes .g-4,
.firehawk-crm-tributes .gx-4 {
--bs-gutter-x: 1.5rem;
}
.firehawk-crm-tributes .g-4,
.firehawk-crm-tributes .gy-4 {
--bs-gutter-y: 1.5rem;
}
.firehawk-crm-tributes .g-5,
.firehawk-crm-tributes .gx-5 {
--bs-gutter-x: 3rem;
}
.firehawk-crm-tributes .g-5,
.firehawk-crm-tributes .gy-5 {
--bs-gutter-y: 3rem;
}
@media (min-width: 576px) {
.firehawk-crm-tributes .col-sm-auto {
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
}
.firehawk-crm-tributes .col-sm-1 {
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 8.33333333%;
}
.firehawk-crm-tributes .col-sm-2 {
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 16.66666667%;
}
.firehawk-crm-tributes .col-sm-3 {
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 25%;
}
.firehawk-crm-tributes .col-sm-4 {
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 33.33333333%;
}
.firehawk-crm-tributes .col-sm-5 {
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 41.66666667%;
}
.firehawk-crm-tributes .col-sm-6 {
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 50%;
}
.firehawk-crm-tributes .col-sm-7 {
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 58.33333333%;
}
.firehawk-crm-tributes .col-sm-8 {
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 66.66666667%;
}
.firehawk-crm-tributes .col-sm-9 {
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 75%;
}
.firehawk-crm-tributes .col-sm-10 {
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 83.33333333%;
}
.firehawk-crm-tributes .col-sm-11 {
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 91.66666667%;
}
.firehawk-crm-tributes .col-sm-12 {
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 100%;
}
.firehawk-crm-tributes .offset-sm-0 {
margin-left: 0;
}
.firehawk-crm-tributes .offset-sm-1 {
margin-left: 8.33333333%;
}
.firehawk-crm-tributes .offset-sm-2 {
margin-left: 16.66666667%;
}
.firehawk-crm-tributes .offset-sm-3 {
margin-left: 25%;
}
.firehawk-crm-tributes .offset-sm-4 {
margin-left: 33.33333333%;
}
.firehawk-crm-tributes .offset-sm-5 {
margin-left: 41.66666667%;
}
.firehawk-crm-tributes .offset-sm-6 {
margin-left: 50%;
}
.firehawk-crm-tributes .offset-sm-7 {
margin-left: 58.33333333%;
}
.firehawk-crm-tributes .offset-sm-8 {
margin-left: 66.66666667%;
}
.firehawk-crm-tributes .offset-sm-9 {
margin-left: 75%;
}
.firehawk-crm-tributes .offset-sm-10 {
margin-left: 83.33333333%;
}
.firehawk-crm-tributes .offset-sm-11 {
margin-left: 91.66666667%;
}
.firehawk-crm-tributes .g-sm-0,
.firehawk-crm-tributes .gx-sm-0 {
--bs-gutter-x: 0;
}
.firehawk-crm-tributes .g-sm-0,
.firehawk-crm-tributes .gy-sm-0 {
--bs-gutter-y: 0;
}
.firehawk-crm-tributes .g-sm-1,
.firehawk-crm-tributes .gx-sm-1 {
--bs-gutter-x: 0.25rem;
}
.firehawk-crm-tributes .g-sm-1,
.firehawk-crm-tributes .gy-sm-1 {
--bs-gutter-y: 0.25rem;
}
.firehawk-crm-tributes .g-sm-2,
.firehawk-crm-tributes .gx-sm-2 {
--bs-gutter-x: 0.5rem;
}
.firehawk-crm-tributes .g-sm-2,
.firehawk-crm-tributes .gy-sm-2 {
--bs-gutter-y: 0.5rem;
}
.firehawk-crm-tributes .g-sm-3,
.firehawk-crm-tributes .gx-sm-3 {
--bs-gutter-x: 1rem;
}
.firehawk-crm-tributes .g-sm-3,
.firehawk-crm-tributes .gy-sm-3 {
--bs-gutter-y: 1rem;
}
.firehawk-crm-tributes .g-sm-4,
.firehawk-crm-tributes .gx-sm-4 {
--bs-gutter-x: 1.5rem;
}
.firehawk-crm-tributes .g-sm-4,
.firehawk-crm-tributes .gy-sm-4 {
--bs-gutter-y: 1.5rem;
}
.firehawk-crm-tributes .g-sm-5,
.firehawk-crm-tributes .gx-sm-5 {
--bs-gutter-x: 3rem;
}
.firehawk-crm-tributes .g-sm-5,
.firehawk-crm-tributes .gy-sm-5 {
--bs-gutter-y: 3rem;
}
}
@media (min-width: 768px) {
.firehawk-crm-tributes .col-md-auto {
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
}
.firehawk-crm-tributes .col-md-1 {
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 8.33333333%;
}
.firehawk-crm-tributes .col-md-2 {
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 16.66666667%;
}
.firehawk-crm-tributes .col-md-3 {
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 25%;
}
.firehawk-crm-tributes .col-md-4 {
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 33.33333333%;
}
.firehawk-crm-tributes .col-md-5 {
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 41.66666667%;
}
.firehawk-crm-tributes .col-md-6 {
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 50%;
}
.firehawk-crm-tributes .col-md-7 {
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 58.33333333%;
}
.firehawk-crm-tributes .col-md-8 {
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 66.66666667%;
}
.firehawk-crm-tributes .col-md-9 {
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 75%;
}
.firehawk-crm-tributes .col-md-10 {
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 83.33333333%;
}
.firehawk-crm-tributes .col-md-11 {
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 91.66666667%;
}
.firehawk-crm-tributes .col-md-12 {
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 100%;
}
.firehawk-crm-tributes .offset-md-0 {
margin-left: 0;
}
.firehawk-crm-tributes .offset-md-1 {
margin-left: 8.33333333%;
}
.firehawk-crm-tributes .offset-md-2 {
margin-left: 16.66666667%;
}
.firehawk-crm-tributes .offset-md-3 {
margin-left: 25%;
}
.firehawk-crm-tributes .offset-md-4 {
margin-left: 33.33333333%;
}
.firehawk-crm-tributes .offset-md-5 {
margin-left: 41.66666667%;
}
.firehawk-crm-tributes .offset-md-6 {
margin-left: 50%;
}
.firehawk-crm-tributes .offset-md-7 {
margin-left: 58.33333333%;
}
.firehawk-crm-tributes .offset-md-8 {
margin-left: 66.66666667%;
}
.firehawk-crm-tributes .offset-md-9 {
margin-left: 75%;
}
.firehawk-crm-tributes .offset-md-10 {
margin-left: 83.33333333%;
}
.firehawk-crm-tributes .offset-md-11 {
margin-left: 91.66666667%;
}
.firehawk-crm-tributes .g-md-0,
.firehawk-crm-tributes .gx-md-0 {
--bs-gutter-x: 0;
}
.firehawk-crm-tributes .g-md-0,
.firehawk-crm-tributes .gy-md-0 {
--bs-gutter-y: 0;
}
.firehawk-crm-tributes .g-md-1,
.firehawk-crm-tributes .gx-md-1 {
--bs-gutter-x: 0.25rem;
}
.firehawk-crm-tributes .g-md-1,
.firehawk-crm-tributes .gy-md-1 {
--bs-gutter-y: 0.25rem;
}
.firehawk-crm-tributes .g-md-2,
.firehawk-crm-tributes .gx-md-2 {
--bs-gutter-x: 0.5rem;
}
.firehawk-crm-tributes .g-md-2,
.firehawk-crm-tributes .gy-md-2 {
--bs-gutter-y: 0.5rem;
}
.firehawk-crm-tributes .g-md-3,
.firehawk-crm-tributes .gx-md-3 {
--bs-gutter-x: 1rem;
}
.firehawk-crm-tributes .g-md-3,
.firehawk-crm-tributes .gy-md-3 {
--bs-gutter-y: 1rem;
}
.firehawk-crm-tributes .g-md-4,
.firehawk-crm-tributes .gx-md-4 {
--bs-gutter-x: 1.5rem;
}
.firehawk-crm-tributes .g-md-4,
.firehawk-crm-tributes .gy-md-4 {
--bs-gutter-y: 1.5rem;
}
.firehawk-crm-tributes .g-md-5,
.firehawk-crm-tributes .gx-md-5 {
--bs-gutter-x: 3rem;
}
.firehawk-crm-tributes .g-md-5,
.firehawk-crm-tributes .gy-md-5 {
--bs-gutter-y: 3rem;
}
}
@media (min-width: 992px) {
.firehawk-crm-tributes .col-lg-auto {
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
}
.firehawk-crm-tributes .col-lg-1 {
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 8.33333333%;
}
.firehawk-crm-tributes .col-lg-2 {
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 16.66666667%;
}
.firehawk-crm-tributes .col-lg-3 {
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 25%;
}
.firehawk-crm-tributes .col-lg-4 {
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 33.33333333%;
}
.firehawk-crm-tributes .col-lg-5 {
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 41.66666667%;
}
.firehawk-crm-tributes .col-lg-6 {
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 50%;
}
.firehawk-crm-tributes .col-lg-7 {
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 58.33333333%;
}
.firehawk-crm-tributes .col-lg-8 {
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 66.66666667%;
}
.firehawk-crm-tributes .col-lg-9 {
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 75%;
}
.firehawk-crm-tributes .col-lg-10 {
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 83.33333333%;
}
.firehawk-crm-tributes .col-lg-11 {
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 91.66666667%;
}
.firehawk-crm-tributes .col-lg-12 {
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 100%;
}
.firehawk-crm-tributes .offset-lg-0 {
margin-left: 0;
}
.firehawk-crm-tributes .offset-lg-1 {
margin-left: 8.33333333%;
}
.firehawk-crm-tributes .offset-lg-2 {
margin-left: 16.66666667%;
}
.firehawk-crm-tributes .offset-lg-3 {
margin-left: 25%;
}
.firehawk-crm-tributes .offset-lg-4 {
margin-left: 33.33333333%;
}
.firehawk-crm-tributes .offset-lg-5 {
margin-left: 41.66666667%;
}
.firehawk-crm-tributes .offset-lg-6 {
margin-left: 50%;
}
.firehawk-crm-tributes .offset-lg-7 {
margin-left: 58.33333333%;
}
.firehawk-crm-tributes .offset-lg-8 {
margin-left: 66.66666667%;
}
.firehawk-crm-tributes .offset-lg-9 {
margin-left: 75%;
}
.firehawk-crm-tributes .offset-lg-10 {
margin-left: 83.33333333%;
}
.firehawk-crm-tributes .offset-lg-11 {
margin-left: 91.66666667%;
}
.firehawk-crm-tributes .g-lg-0,
.firehawk-crm-tributes .gx-lg-0 {
--bs-gutter-x: 0;
}
.firehawk-crm-tributes .g-lg-0,
.firehawk-crm-tributes .gy-lg-0 {
--bs-gutter-y: 0;
}
.firehawk-crm-tributes .g-lg-1,
.firehawk-crm-tributes .gx-lg-1 {
--bs-gutter-x: 0.25rem;
}
.firehawk-crm-tributes .g-lg-1,
.firehawk-crm-tributes .gy-lg-1 {
--bs-gutter-y: 0.25rem;
}
.firehawk-crm-tributes .g-lg-2,
.firehawk-crm-tributes .gx-lg-2 {
--bs-gutter-x: 0.5rem;
}
.firehawk-crm-tributes .g-lg-2,
.firehawk-crm-tributes .gy-lg-2 {
--bs-gutter-y: 0.5rem;
}
.firehawk-crm-tributes .g-lg-3,
.firehawk-crm-tributes .gx-lg-3 {
--bs-gutter-x: 1rem;
}
.firehawk-crm-tributes .g-lg-3,
.firehawk-crm-tributes .gy-lg-3 {
--bs-gutter-y: 1rem;
}
.firehawk-crm-tributes .g-lg-4,
.firehawk-crm-tributes .gx-lg-4 {
--bs-gutter-x: 1.5rem;
}
.firehawk-crm-tributes .g-lg-4,
.firehawk-crm-tributes .gy-lg-4 {
--bs-gutter-y: 1.5rem;
}
.firehawk-crm-tributes .g-lg-5,
.firehawk-crm-tributes .gx-lg-5 {
--bs-gutter-x: 3rem;
}
.firehawk-crm-tributes .g-lg-5,
.firehawk-crm-tributes .gy-lg-5 {
--bs-gutter-y: 3rem;
}
}
@media (min-width: 1200px) {
.firehawk-crm-tributes .col-xl-auto {
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
}
.firehawk-crm-tributes .col-xl-1 {
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 8.33333333%;
}
.firehawk-crm-tributes .col-xl-2 {
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 16.66666667%;
}
.firehawk-crm-tributes .col-xl-3 {
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 25%;
}
.firehawk-crm-tributes .col-xl-4 {
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 33.33333333%;
}
.firehawk-crm-tributes .col-xl-5 {
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 41.66666667%;
}
.firehawk-crm-tributes .col-xl-6 {
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 50%;
}
.firehawk-crm-tributes .col-xl-7 {
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 58.33333333%;
}
.firehawk-crm-tributes .col-xl-8 {
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 66.66666667%;
}
.firehawk-crm-tributes .col-xl-9 {
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 75%;
}
.firehawk-crm-tributes .col-xl-10 {
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 83.33333333%;
}
.firehawk-crm-tributes .col-xl-11 {
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 91.66666667%;
}
.firehawk-crm-tributes .col-xl-12 {
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 100%;
}
.firehawk-crm-tributes .offset-xl-0 {
margin-left: 0;
}
.firehawk-crm-tributes .offset-xl-1 {
margin-left: 8.33333333%;
}
.firehawk-crm-tributes .offset-xl-2 {
margin-left: 16.66666667%;
}
.firehawk-crm-tributes .offset-xl-3 {
margin-left: 25%;
}
.firehawk-crm-tributes .offset-xl-4 {
margin-left: 33.33333333%;
}
.firehawk-crm-tributes .offset-xl-5 {
margin-left: 41.66666667%;
}
.firehawk-crm-tributes .offset-xl-6 {
margin-left: 50%;
}
.firehawk-crm-tributes .offset-xl-7 {
margin-left: 58.33333333%;
}
.firehawk-crm-tributes .offset-xl-8 {
margin-left: 66.66666667%;
}
.firehawk-crm-tributes .offset-xl-9 {
margin-left: 75%;
}
.firehawk-crm-tributes .offset-xl-10 {
margin-left: 83.33333333%;
}
.firehawk-crm-tributes .offset-xl-11 {
margin-left: 91.66666667%;
}
.firehawk-crm-tributes .g-xl-0,
.firehawk-crm-tributes .gx-xl-0 {
--bs-gutter-x: 0;
}
.firehawk-crm-tributes .g-xl-0,
.firehawk-crm-tributes .gy-xl-0 {
--bs-gutter-y: 0;
}
.firehawk-crm-tributes .g-xl-1,
.firehawk-crm-tributes .gx-xl-1 {
--bs-gutter-x: 0.25rem;
}
.firehawk-crm-tributes .g-xl-1,
.firehawk-crm-tributes .gy-xl-1 {
--bs-gutter-y: 0.25rem;
}
.firehawk-crm-tributes .g-xl-2,
.firehawk-crm-tributes .gx-xl-2 {
--bs-gutter-x: 0.5rem;
}
.firehawk-crm-tributes .g-xl-2,
.firehawk-crm-tributes .gy-xl-2 {
--bs-gutter-y: 0.5rem;
}
.firehawk-crm-tributes .g-xl-3,
.firehawk-crm-tributes .gx-xl-3 {
--bs-gutter-x: 1rem;
}
.firehawk-crm-tributes .g-xl-3,
.firehawk-crm-tributes .gy-xl-3 {
--bs-gutter-y: 1rem;
}
.firehawk-crm-tributes .g-xl-4,
.firehawk-crm-tributes .gx-xl-4 {
--bs-gutter-x: 1.5rem;
}
.firehawk-crm-tributes .g-xl-4,
.firehawk-crm-tributes .gy-xl-4 {
--bs-gutter-y: 1.5rem;
}
.firehawk-crm-tributes .g-xl-5,
.firehawk-crm-tributes .gx-xl-5 {
--bs-gutter-x: 3rem;
}
.firehawk-crm-tributes .g-xl-5,
.firehawk-crm-tributes .gy-xl-5 {
--bs-gutter-y: 3rem;
}
}
@media (min-width: 1400px) {
.firehawk-crm-tributes .col-xxl-auto {
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
}
.firehawk-crm-tributes .col-xxl-1 {
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 8.33333333%;
}
.firehawk-crm-tributes .col-xxl-2 {
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 16.66666667%;
}
.firehawk-crm-tributes .col-xxl-3 {
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 25%;
}
.firehawk-crm-tributes .col-xxl-4 {
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 33.33333333%;
}
.firehawk-crm-tributes .col-xxl-5 {
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 41.66666667%;
}
.firehawk-crm-tributes .col-xxl-6 {
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 50%;
}
.firehawk-crm-tributes .col-xxl-7 {
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 58.33333333%;
}
.firehawk-crm-tributes .col-xxl-8 {
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 66.66666667%;
}
.firehawk-crm-tributes .col-xxl-9 {
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 75%;
}
.firehawk-crm-tributes .col-xxl-10 {
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 83.33333333%;
}
.firehawk-crm-tributes .col-xxl-11 {
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 91.66666667%;
}
.firehawk-crm-tributes .col-xxl-12 {
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 100%;
}
.firehawk-crm-tributes .offset-xxl-0 {
margin-left: 0;
}
.firehawk-crm-tributes .offset-xxl-1 {
margin-left: 8.33333333%;
}
.firehawk-crm-tributes .offset-xxl-2 {
margin-left: 16.66666667%;
}
.firehawk-crm-tributes .offset-xxl-3 {
margin-left: 25%;
}
.firehawk-crm-tributes .offset-xxl-4 {
margin-left: 33.33333333%;
}
.firehawk-crm-tributes .offset-xxl-5 {
margin-left: 41.66666667%;
}
.firehawk-crm-tributes .offset-xxl-6 {
margin-left: 50%;
}
.firehawk-crm-tributes .offset-xxl-7 {
margin-left: 58.33333333%;
}
.firehawk-crm-tributes .offset-xxl-8 {
margin-left: 66.66666667%;
}
.firehawk-crm-tributes .offset-xxl-9 {
margin-left: 75%;
}
.firehawk-crm-tributes .offset-xxl-10 {
margin-left: 83.33333333%;
}
.firehawk-crm-tributes .offset-xxl-11 {
margin-left: 91.66666667%;
}
.firehawk-crm-tributes .g-xxl-0,
.firehawk-crm-tributes .gx-xxl-0 {
--bs-gutter-x: 0;
}
.firehawk-crm-tributes .g-xxl-0,
.firehawk-crm-tributes .gy-xxl-0 {
--bs-gutter-y: 0;
}
.firehawk-crm-tributes .g-xxl-1,
.firehawk-crm-tributes .gx-xxl-1 {
--bs-gutter-x: 0.25rem;
}
.firehawk-crm-tributes .g-xxl-1,
.firehawk-crm-tributes .gy-xxl-1 {
--bs-gutter-y: 0.25rem;
}
.firehawk-crm-tributes .g-xxl-2,
.firehawk-crm-tributes .gx-xxl-2 {
--bs-gutter-x: 0.5rem;
}
.firehawk-crm-tributes .g-xxl-2,
.firehawk-crm-tributes .gy-xxl-2 {
--bs-gutter-y: 0.5rem;
}
.firehawk-crm-tributes .g-xxl-3,
.firehawk-crm-tributes .gx-xxl-3 {
--bs-gutter-x: 1rem;
}
.firehawk-crm-tributes .g-xxl-3,
.firehawk-crm-tributes .gy-xxl-3 {
--bs-gutter-y: 1rem;
}
.firehawk-crm-tributes .g-xxl-4,
.firehawk-crm-tributes .gx-xxl-4 {
--bs-gutter-x: 1.5rem;
}
.firehawk-crm-tributes .g-xxl-4,
.firehawk-crm-tributes .gy-xxl-4 {
--bs-gutter-y: 1.5rem;
}
.firehawk-crm-tributes .g-xxl-5,
.firehawk-crm-tributes .gx-xxl-5 {
--bs-gutter-x: 3rem;
}
.firehawk-crm-tributes .g-xxl-5,
.firehawk-crm-tributes .gy-xxl-5 {
--bs-gutter-y: 3rem;
}
}
.firehawk-crm-tributes .table {
--bs-table-bg: transparent;
--bs-table-accent-bg: transparent;
--bs-table-striped-color: #212529;
--bs-table-striped-bg: rgba(0, 0, 0, 0.05);
--bs-table-active-color: #212529;
--bs-table-active-bg: rgba(0, 0, 0, 0.1);
--bs-table-hover-color: #212529;
--bs-table-hover-bg: rgba(0, 0, 0, 0.075);
width: 100%;
margin-bottom: 1rem;
color: #212529;
vertical-align: top;
border-color: #dee2e6;
}
.firehawk-crm-tributes .table > :not(caption) > * > * {
padding: 0.5rem 0.5rem;
background-color: var(--bs-table-bg);
border-bottom-width: 1px;
box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}
.firehawk-crm-tributes .table > tbody {
vertical-align: inherit;
}
.firehawk-crm-tributes .table > thead {
vertical-align: bottom;
}
.firehawk-crm-tributes .table > :not(:last-child) > :last-child > * {
border-bottom-color: currentColor;
}
.firehawk-crm-tributes .caption-top {
caption-side: top;
}
.firehawk-crm-tributes .table-sm > :not(caption) > * > * {
padding: 0.25rem 0.25rem;
}
.firehawk-crm-tributes .table-bordered > :not(caption) > * {
border-width: 1px 0;
}
.firehawk-crm-tributes .table-bordered > :not(caption) > * > * {
border-width: 0 1px;
}
.firehawk-crm-tributes .table-borderless > :not(caption) > * > * {
border-bottom-width: 0;
}
.firehawk-crm-tributes .table-striped > tbody > tr:nth-of-type(odd) {
--bs-table-accent-bg: var(--bs-table-striped-bg);
color: var(--bs-table-striped-color);
}
.firehawk-crm-tributes .table-active {
--bs-table-accent-bg: var(--bs-table-active-bg);
color: var(--bs-table-active-color);
}
.firehawk-crm-tributes .table-hover > tbody > tr:hover {
--bs-table-accent-bg: var(--bs-table-hover-bg);
color: var(--bs-table-hover-color);
}
.firehawk-crm-tributes .table-primary {
--bs-table-bg: rgb(206.6, 226, 254.6);
--bs-table-striped-bg: rgb(196.27, 214.7, 241.87);
--bs-table-striped-color: #000;
--bs-table-active-bg: rgb(185.94, 203.4, 229.14);
--bs-table-active-color: #000;
--bs-table-hover-bg: rgb(191.105, 209.05, 235.505);
--bs-table-hover-color: #000;
color: #000;
border-color: rgb(185.94, 203.4, 229.14);
}
.firehawk-crm-tributes .table-secondary {
--bs-table-bg: rgb(225.6, 227.4, 229);
--bs-table-striped-bg: rgb(214.32, 216.03, 217.55);
--bs-table-striped-color: #000;
--bs-table-active-bg: rgb(203.04, 204.66, 206.1);
--bs-table-active-color: #000;
--bs-table-hover-bg: rgb(208.68, 210.345, 211.825);
--bs-table-hover-color: #000;
color: #000;
border-color: rgb(203.04, 204.66, 206.1);
}
.firehawk-crm-tributes .table-success {
--bs-table-bg: rgb(209, 231, 220.8);
--bs-table-striped-bg: rgb(198.55, 219.45, 209.76);
--bs-table-striped-color: #000;
--bs-table-active-bg: rgb(188.1, 207.9, 198.72);
--bs-table-active-color: #000;
--bs-table-hover-bg: rgb(193.325, 213.675, 204.24);
--bs-table-hover-color: #000;
color: #000;
border-color: rgb(188.1, 207.9, 198.72);
}
.firehawk-crm-tributes .table-info {
--bs-table-bg: rgb(206.6, 244.4, 252);
--bs-table-striped-bg: rgb(196.27, 232.18, 239.4);
--bs-table-striped-color: #000;
--bs-table-active-bg: rgb(185.94, 219.96, 226.8);
--bs-table-active-color: #000;
--bs-table-hover-bg: rgb(191.105, 226.07, 233.1);
--bs-table-hover-color: #000;
color: #000;
border-color: rgb(185.94, 219.96, 226.8);
}
.firehawk-crm-tributes .table-warning {
--bs-table-bg: rgb(255, 242.6, 205.4);
--bs-table-striped-bg: rgb(242.25, 230.47, 195.13);
--bs-table-striped-color: #000;
--bs-table-active-bg: rgb(229.5, 218.34, 184.86);
--bs-table-active-color: #000;
--bs-table-hover-bg: rgb(235.875, 224.405, 189.995);
--bs-table-hover-color: #000;
color: #000;
border-color: rgb(229.5, 218.34, 184.86);
}
.firehawk-crm-tributes .table-danger {
--bs-table-bg: rgb(248, 214.6, 217.8);
--bs-table-striped-bg: rgb(235.6, 203.87, 206.91);
--bs-table-striped-color: #000;
--bs-table-active-bg: rgb(223.2, 193.14, 196.02);
--bs-table-active-color: #000;
--bs-table-hover-bg: rgb(229.4, 198.505, 201.465);
--bs-table-hover-color: #000;
color: #000;
border-color: rgb(223.2, 193.14, 196.02);
}
.firehawk-crm-tributes .table-light {
--bs-table-bg: #f8f9fa;
--bs-table-striped-bg: rgb(235.6, 236.55, 237.5);
--bs-table-striped-color: #000;
--bs-table-active-bg: rgb(223.2, 224.1, 225);
--bs-table-active-color: #000;
--bs-table-hover-bg: rgb(229.4, 230.325, 231.25);
--bs-table-hover-color: #000;
color: #000;
border-color: rgb(223.2, 224.1, 225);
}
.firehawk-crm-tributes .table-dark {
--bs-table-bg: #212529;
--bs-table-striped-bg: rgb(44.1, 47.9, 51.7);
--bs-table-striped-color: #fff;
--bs-table-active-bg: rgb(55.2, 58.8, 62.4);
--bs-table-active-color: #fff;
--bs-table-hover-bg: rgb(49.65, 53.35, 57.05);
--bs-table-hover-color: #fff;
color: #fff;
border-color: rgb(55.2, 58.8, 62.4);
}
.firehawk-crm-tributes .table-responsive {
overflow-x: auto;
-webkit-overflow-scrolling: touch;
}
@media (max-width: 575.98px) {
.firehawk-crm-tributes .table-responsive-sm {
overflow-x: auto;
-webkit-overflow-scrolling: touch;
}
}
@media (max-width: 767.98px) {
.firehawk-crm-tributes .table-responsive-md {
overflow-x: auto;
-webkit-overflow-scrolling: touch;
}
}
@media (max-width: 991.98px) {
.firehawk-crm-tributes .table-responsive-lg {
overflow-x: auto;
-webkit-overflow-scrolling: touch;
}
}
@media (max-width: 1199.98px) {
.firehawk-crm-tributes .table-responsive-xl {
overflow-x: auto;
-webkit-overflow-scrolling: touch;
}
}
@media (max-width: 1399.98px) {
.firehawk-crm-tributes .table-responsive-xxl {
overflow-x: auto;
-webkit-overflow-scrolling: touch;
}
}
.firehawk-crm-tributes .form-label {
margin-bottom: 0.5rem;
}
.firehawk-crm-tributes .col-form-label {
padding-top: calc(0.375rem + 1px);
padding-bottom: calc(0.375rem + 1px);
margin-bottom: 0;
font-size: inherit;
line-height: 1.5;
}
.firehawk-crm-tributes .col-form-label-lg {
padding-top: calc(0.5rem + 1px);
padding-bottom: calc(0.5rem + 1px);
font-size: 1.25rem;
}
.firehawk-crm-tributes .col-form-label-sm {
padding-top: calc(0.25rem + 1px);
padding-bottom: calc(0.25rem + 1px);
font-size: 0.875rem;
}
.firehawk-crm-tributes .form-text {
margin-top: 0.25rem;
font-size: 0.875em;
color: #6c757d;
}
.firehawk-crm-tributes .form-control {
display: block;
width: 100%;
padding: 0.375rem 0.75rem;
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #212529;
background-color: #fff;
background-clip: padding-box;
border: 1px solid #ced4da;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
border-radius: 0.25rem;
transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
.firehawk-crm-tributes .form-control {
transition: none;
}
}
.firehawk-crm-tributes .form-control[type=file] {
overflow: hidden;
}
.firehawk-crm-tributes .form-control[type=file]:not(:disabled):not([readonly]) {
cursor: pointer;
}
.firehawk-crm-tributes .form-control:focus {
color: #212529;
background-color: #fff;
border-color: rgb(134, 182.5, 254);
outline: 0;
box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.firehawk-crm-tributes .form-control::-webkit-date-and-time-value {
height: 1.5em;
}
.firehawk-crm-tributes .form-control:-ms-input-placeholder {
color: #6c757d;
opacity: 1;
}
.firehawk-crm-tributes .form-control::placeholder {
color: #6c757d;
opacity: 1;
}
.firehawk-crm-tributes .form-control:disabled, .firehawk-crm-tributes .form-control[readonly] {
background-color: #e9ecef;
opacity: 1;
}
.firehawk-crm-tributes .form-control::file-selector-button {
padding: 0.375rem 0.75rem;
margin: -0.375rem -0.75rem;
-webkit-margin-end: 0.75rem;
margin-inline-end: 0.75rem;
color: #212529;
background-color: #e9ecef;
pointer-events: none;
border-color: inherit;
border-style: solid;
border-width: 0;
border-inline-end-width: 1px;
border-radius: 0;
transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
.firehawk-crm-tributes .form-control::file-selector-button {
transition: none;
}
}
.firehawk-crm-tributes .form-control:hover:not(:disabled):not([readonly])::file-selector-button {
background-color: rgb(221.35, 224.2, 227.05);
}
.firehawk-crm-tributes .form-control::-webkit-file-upload-button {
padding: 0.375rem 0.75rem;
margin: -0.375rem -0.75rem;
-webkit-margin-end: 0.75rem;
margin-inline-end: 0.75rem;
color: #212529;
background-color: #e9ecef;
pointer-events: none;
border-color: inherit;
border-style: solid;
border-width: 0;
border-inline-end-width: 1px;
border-radius: 0;
transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
.firehawk-crm-tributes .form-control::-webkit-file-upload-button {
transition: none;
}
}
.firehawk-crm-tributes .form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
background-color: rgb(221.35, 224.2, 227.05);
}
.firehawk-crm-tributes .form-control-plaintext {
display: block;
width: 100%;
padding: 0.375rem 0;
margin-bottom: 0;
line-height: 1.5;
color: #212529;
background-color: transparent;
border: solid transparent;
border-width: 1px 0;
}
.firehawk-crm-tributes .form-control-plaintext.form-control-sm, .firehawk-crm-tributes .form-control-plaintext.form-control-lg {
padding-right: 0;
padding-left: 0;
}
.firehawk-crm-tributes .form-control-sm {
min-height: calc(1.5em + (0.5rem + 2px));
padding: 0.25rem 0.5rem;
font-size: 0.875rem;
border-radius: 0.2rem;
}
.firehawk-crm-tributes .form-control-sm::file-selector-button {
padding: 0.25rem 0.5rem;
margin: -0.25rem -0.5rem;
-webkit-margin-end: 0.5rem;
margin-inline-end: 0.5rem;
}
.firehawk-crm-tributes .form-control-sm::-webkit-file-upload-button {
padding: 0.25rem 0.5rem;
margin: -0.25rem -0.5rem;
-webkit-margin-end: 0.5rem;
margin-inline-end: 0.5rem;
}
.firehawk-crm-tributes .form-control-lg {
min-height: calc(1.5em + (1rem + 2px));
padding: 0.5rem 1rem;
font-size: 1.25rem;
border-radius: 0.3rem;
}
.firehawk-crm-tributes .form-control-lg::file-selector-button {
padding: 0.5rem 1rem;
margin: -0.5rem -1rem;
-webkit-margin-end: 1rem;
margin-inline-end: 1rem;
}
.firehawk-crm-tributes .form-control-lg::-webkit-file-upload-button {
padding: 0.5rem 1rem;
margin: -0.5rem -1rem;
-webkit-margin-end: 1rem;
margin-inline-end: 1rem;
}
.firehawk-crm-tributes textarea.form-control {
min-height: calc(1.5em + (0.75rem + 2px));
}
.firehawk-crm-tributes textarea.form-control-sm {
min-height: calc(1.5em + (0.5rem + 2px));
}
.firehawk-crm-tributes textarea.form-control-lg {
min-height: calc(1.5em + (1rem + 2px));
}
.firehawk-crm-tributes .form-control-color {
max-width: 3rem;
height: auto;
padding: 0.375rem;
}
.firehawk-crm-tributes .form-control-color:not(:disabled):not([readonly]) {
cursor: pointer;
}
.firehawk-crm-tributes .form-control-color::-moz-color-swatch {
height: 1.5em;
border-radius: 0.25rem;
}
.firehawk-crm-tributes .form-control-color::-webkit-color-swatch {
height: 1.5em;
border-radius: 0.25rem;
}
.firehawk-crm-tributes .form-select {
display: block;
width: 100%;
padding: 0.375rem 2.25rem 0.375rem 0.75rem;
-moz-padding-start: calc(0.75rem - 3px);
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #212529;
background-color: #fff;
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
background-repeat: no-repeat;
background-position: right 0.75rem center;
background-size: 16px 12px;
border: 1px solid #ced4da;
border-radius: 0.25rem;
transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
@media (prefers-reduced-motion: reduce) {
.firehawk-crm-tributes .form-select {
transition: none;
}
}
.firehawk-crm-tributes .form-select:focus {
border-color: rgb(134, 182.5, 254);
outline: 0;
box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.firehawk-crm-tributes .form-select[multiple], .firehawk-crm-tributes .form-select[size]:not([size="1"]) {
padding-right: 0.75rem;
background-image: none;
}
.firehawk-crm-tributes .form-select:disabled {
background-color: #e9ecef;
}
.firehawk-crm-tributes .form-select:-moz-focusring {
color: transparent;
text-shadow: 0 0 0 #212529;
}
.firehawk-crm-tributes .form-select-sm {
padding-top: 0.25rem;
padding-bottom: 0.25rem;
padding-left: 0.5rem;
font-size: 0.875rem;
}
.firehawk-crm-tributes .form-select-lg {
padding-top: 0.5rem;
padding-bottom: 0.5rem;
padding-left: 1rem;
font-size: 1.25rem;
}
.firehawk-crm-tributes .form-check {
display: block;
min-height: 1.5rem;
padding-left: 1.5em;
margin-bottom: 0.125rem;
}
.firehawk-crm-tributes .form-check .form-check-input {
float: left;
margin-left: -1.5em;
}
.firehawk-crm-tributes .form-check-input {
width: 1em;
height: 1em;
margin-top: 0.25em;
vertical-align: top;
background-color: #fff;
background-repeat: no-repeat;
background-position: center;
background-size: contain;
border: 1px solid rgba(0, 0, 0, 0.25);
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
color-adjust: exact;
}
.firehawk-crm-tributes .form-check-input[type=checkbox] {
border-radius: 0.25em;
}
.firehawk-crm-tributes .form-check-input[type=radio] {
border-radius: 50%;
}
.firehawk-crm-tributes .form-check-input:active {
filter: brightness(90%);
}
.firehawk-crm-tributes .form-check-input:focus {
border-color: rgb(134, 182.5, 254);
outline: 0;
box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.firehawk-crm-tributes .form-check-input:checked {
background-color: #0d6efd;
border-color: #0d6efd;
}
.firehawk-crm-tributes .form-check-input:checked[type=checkbox] {
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}
.firehawk-crm-tributes .form-check-input:checked[type=radio] {
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}
.firehawk-crm-tributes .form-check-input[type=checkbox]:indeterminate {
background-color: #0d6efd;
border-color: #0d6efd;
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}
.firehawk-crm-tributes .form-check-input:disabled {
pointer-events: none;
filter: none;
opacity: 0.5;
}
.firehawk-crm-tributes .form-check-input[disabled] ~ .form-check-label, .firehawk-crm-tributes .form-check-input:disabled ~ .form-check-label {
opacity: 0.5;
}
.firehawk-crm-tributes .form-switch {
padding-left: 2.5em;
}
.firehawk-crm-tributes .form-switch .form-check-input {
width: 2em;
margin-left: -2.5em;
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
background-position: left center;
border-radius: 2em;
transition: background-position 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
.firehawk-crm-tributes .form-switch .form-check-input {
transition: none;
}
}
.firehawk-crm-tributes .form-switch .form-check-input:focus {
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgb%28134, 182.5, 254%29'/%3e%3c/svg%3e");
}
.firehawk-crm-tributes .form-switch .form-check-input:checked {
background-position: right center;
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.firehawk-crm-tributes .form-check-inline {
display: inline-block;
margin-right: 1rem;
}
.firehawk-crm-tributes .btn-check {
position: absolute;
clip: rect(0, 0, 0, 0);
pointer-events: none;
}
.firehawk-crm-tributes .btn-check[disabled] + .btn, .firehawk-crm-tributes .btn-check:disabled + .btn {
pointer-events: none;
filter: none;
opacity: 0.65;
}
.firehawk-crm-tributes .form-range {
width: 100%;
height: 1.5rem;
padding: 0;
background-color: transparent;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
.firehawk-crm-tributes .form-range:focus {
outline: 0;
}
.firehawk-crm-tributes .form-range:focus::-webkit-slider-thumb {
box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.firehawk-crm-tributes .form-range:focus::-moz-range-thumb {
box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.firehawk-crm-tributes .form-range::-moz-focus-outer {
border: 0;
}
.firehawk-crm-tributes .form-range::-webkit-slider-thumb {
width: 1rem;
height: 1rem;
margin-top: -0.25rem;
background-color: #0d6efd;
border: 0;
border-radius: 1rem;
transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
-webkit-appearance: none;
appearance: none;
}
@media (prefers-reduced-motion: reduce) {
.firehawk-crm-tributes .form-range::-webkit-slider-thumb {
transition: none;
}
}
.firehawk-crm-tributes .form-range::-webkit-slider-thumb:active {
background-color: rgb(182.4, 211.5, 254.4);
}
.firehawk-crm-tributes .form-range::-webkit-slider-runnable-track {
width: 100%;
height: 0.5rem;
color: transparent;
cursor: pointer;
background-color: #dee2e6;
border-color: transparent;
border-radius: 1rem;
}
.firehawk-crm-tributes .form-range::-moz-range-thumb {
width: 1rem;
height: 1rem;
background-color: #0d6efd;
border: 0;
border-radius: 1rem;
transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
-moz-appearance: none;
appearance: none;
}
@media (prefers-reduced-motion: reduce) {
.firehawk-crm-tributes .form-range::-moz-range-thumb {
transition: none;
}
}
.firehawk-crm-tributes .form-range::-moz-range-thumb:active {
background-color: rgb(182.4, 211.5, 254.4);
}
.firehawk-crm-tributes .form-range::-moz-range-track {
width: 100%;
height: 0.5rem;
color: transparent;
cursor: pointer;
background-color: #dee2e6;
border-color: transparent;
border-radius: 1rem;
}
.firehawk-crm-tributes .form-range:disabled {
pointer-events: none;
}
.firehawk-crm-tributes .form-range:disabled::-webkit-slider-thumb {
background-color: #adb5bd;
}
.firehawk-crm-tributes .form-range:disabled::-moz-range-thumb {
background-color: #adb5bd;
}
.firehawk-crm-tributes .form-floating {
position: relative;
}
.firehawk-crm-tributes .form-floating > .form-control,
.firehawk-crm-tributes .form-floating > .form-select {
height: calc(3.5rem + 2px);
line-height: 1.25;
}
.firehawk-crm-tributes .form-floating > label {
position: absolute;
top: 0;
left: 0;
height: 100%;
padding: 1rem 0.75rem;
pointer-events: none;
border: 1px solid transparent;
transform-origin: 0 0;
transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
.firehawk-crm-tributes .form-floating > label {
transition: none;
}
}
.firehawk-crm-tributes .form-floating > .form-control {
padding: 1rem 0.75rem;
}
.firehawk-crm-tributes .form-floating > .form-control:-ms-input-placeholder {
color: transparent;
}
.firehawk-crm-tributes .form-floating > .form-control::placeholder {
color: transparent;
}
.firehawk-crm-tributes .form-floating > .form-control:focus, .firehawk-crm-tributes .form-floating > .form-control:not(:placeholder-shown) {
padding-top: 1.625rem;
padding-bottom: 0.625rem;
}
.firehawk-crm-tributes .form-floating > .form-control:-webkit-autofill {
padding-top: 1.625rem;
padding-bottom: 0.625rem;
}
.firehawk-crm-tributes .form-floating > .form-select {
padding-top: 1.625rem;
padding-bottom: 0.625rem;
}
.firehawk-crm-tributes .form-floating > .form-control:focus ~ label,
.firehawk-crm-tributes .form-floating > .form-control:not(:placeholder-shown) ~ label,
.firehawk-crm-tributes .form-floating > .form-select ~ label {
opacity: 0.65;
transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.firehawk-crm-tributes .form-floating > .form-control:-webkit-autofill ~ label {
opacity: 0.65;
transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.firehawk-crm-tributes .input-group {
position: relative;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-ms-flex-align: stretch;
align-items: stretch;
width: 100%;
}
.firehawk-crm-tributes .input-group > .form-control,
.firehawk-crm-tributes .input-group > .form-select {
position: relative;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
width: 1%;
min-width: 0;
}
.firehawk-crm-tributes .input-group > .form-control:focus,
.firehawk-crm-tributes .input-group > .form-select:focus {
z-index: 3;
}
.firehawk-crm-tributes .input-group .btn {
position: relative;
z-index: 2;
}
.firehawk-crm-tributes .input-group .btn:focus {
z-index: 3;
}
.firehawk-crm-tributes .input-group-text {
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
padding: 0.375rem 0.75rem;
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #212529;
text-align: center;
white-space: nowrap;
background-color: #e9ecef;
border: 1px solid #ced4da;
border-radius: 0.25rem;
}
.firehawk-crm-tributes .input-group-lg > .form-control,
.firehawk-crm-tributes .input-group-lg > .form-select,
.firehawk-crm-tributes .input-group-lg > .input-group-text,
.firehawk-crm-tributes .input-group-lg > .btn {
padding: 0.5rem 1rem;
font-size: 1.25rem;
border-radius: 0.3rem;
}
.firehawk-crm-tributes .input-group-sm > .form-control,
.firehawk-crm-tributes .input-group-sm > .form-select,
.firehawk-crm-tributes .input-group-sm > .input-group-text,
.firehawk-crm-tributes .input-group-sm > .btn {
padding: 0.25rem 0.5rem;
font-size: 0.875rem;
border-radius: 0.2rem;
}
.firehawk-crm-tributes .input-group-lg > .form-select,
.firehawk-crm-tributes .input-group-sm > .form-select {
padding-right: 3rem;
}
.firehawk-crm-tributes .input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu),
.firehawk-crm-tributes .input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3) {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.firehawk-crm-tributes .input-group.has-validation > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu),
.firehawk-crm-tributes .input-group.has-validation > .dropdown-toggle:nth-last-child(n+4) {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.firehawk-crm-tributes .input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
margin-left: -1px;
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
.firehawk-crm-tributes .valid-feedback {
display: none;
width: 100%;
margin-top: 0.25rem;
font-size: 0.875em;
color: #198754;
}
.firehawk-crm-tributes .valid-tooltip {
position: absolute;
top: 100%;
z-index: 5;
display: none;
max-width: 100%;
padding: 0.25rem 0.5rem;
margin-top: 0.1rem;
font-size: 0.875rem;
color: #fff;
background-color: rgba(25, 135, 84, 0.9);
border-radius: 0.25rem;
}
.was-validated .firehawk-crm-tributes:valid ~ .valid-feedback,
.was-validated .firehawk-crm-tributes:valid ~ .valid-tooltip, .firehawk-crm-tributes.is-valid ~ .valid-feedback,
.firehawk-crm-tributes.is-valid ~ .valid-tooltip {
display: block;
}
.was-validated .firehawk-crm-tributes .form-control:valid, .firehawk-crm-tributes .form-control.is-valid {
border-color: #198754;
padding-right: calc(1.5em + 0.75rem);
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
background-repeat: no-repeat;
background-position: right calc(0.375em + 0.1875rem) center;
background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .firehawk-crm-tributes .form-control:valid:focus, .firehawk-crm-tributes .form-control.is-valid:focus {
border-color: #198754;
box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}
.was-validated .firehawk-crm-tributes textarea.form-control:valid, .firehawk-crm-tributes textarea.form-control.is-valid {
padding-right: calc(1.5em + 0.75rem);
background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}
.was-validated .firehawk-crm-tributes .form-select:valid, .firehawk-crm-tributes .form-select.is-valid {
border-color: #198754;
}
.was-validated .firehawk-crm-tributes .form-select:valid:not([multiple]):not([size]), .was-validated .firehawk-crm-tributes .form-select:valid:not([multiple])[size="1"], .firehawk-crm-tributes .form-select.is-valid:not([multiple]):not([size]), .firehawk-crm-tributes .form-select.is-valid:not([multiple])[size="1"] {
padding-right: 4.125rem;
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
background-position: right 0.75rem center, center right 2.25rem;
background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .firehawk-crm-tributes .form-select:valid:focus, .firehawk-crm-tributes .form-select.is-valid:focus {
border-color: #198754;
box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}
.was-validated .firehawk-crm-tributes .form-check-input:valid, .firehawk-crm-tributes .form-check-input.is-valid {
border-color: #198754;
}
.was-validated .firehawk-crm-tributes .form-check-input:valid:checked, .firehawk-crm-tributes .form-check-input.is-valid:checked {
background-color: #198754;
}
.was-validated .firehawk-crm-tributes .form-check-input:valid:focus, .firehawk-crm-tributes .form-check-input.is-valid:focus {
box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}
.was-validated .firehawk-crm-tributes .form-check-input:valid ~ .form-check-label, .firehawk-crm-tributes .form-check-input.is-valid ~ .form-check-label {
color: #198754;
}
.firehawk-crm-tributes .form-check-inline .form-check-input ~ .valid-feedback {
margin-left: 0.5em;
}
.was-validated .firehawk-crm-tributes .input-group .form-control:valid, .firehawk-crm-tributes .input-group .form-control.is-valid,
.was-validated .firehawk-crm-tributes .input-group .form-select:valid,
.firehawk-crm-tributes .input-group .form-select.is-valid {
z-index: 1;
}
.was-validated .firehawk-crm-tributes .input-group .form-control:valid:focus, .firehawk-crm-tributes .input-group .form-control.is-valid:focus,
.was-validated .firehawk-crm-tributes .input-group .form-select:valid:focus,
.firehawk-crm-tributes .input-group .form-select.is-valid:focus {
z-index: 3;
}
.firehawk-crm-tributes .invalid-feedback {
display: none;
width: 100%;
margin-top: 0.25rem;
font-size: 0.875em;
color: #dc3545;
}
.firehawk-crm-tributes .invalid-tooltip {
position: absolute;
top: 100%;
z-index: 5;
display: none;
max-width: 100%;
padding: 0.25rem 0.5rem;
margin-top: 0.1rem;
font-size: 0.875rem;
color: #fff;
background-color: rgba(220, 53, 69, 0.9);
border-radius: 0.25rem;
}
.was-validated .firehawk-crm-tributes:invalid ~ .invalid-feedback,
.was-validated .firehawk-crm-tributes:invalid ~ .invalid-tooltip, .firehawk-crm-tributes.is-invalid ~ .invalid-feedback,
.firehawk-crm-tributes.is-invalid ~ .invalid-tooltip {
display: block;
}
.was-validated .firehawk-crm-tributes .form-control:invalid, .firehawk-crm-tributes .form-control.is-invalid {
border-color: #dc3545;
padding-right: calc(1.5em + 0.75rem);
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
background-repeat: no-repeat;
background-position: right calc(0.375em + 0.1875rem) center;
background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .firehawk-crm-tributes .form-control:invalid:focus, .firehawk-crm-tributes .form-control.is-invalid:focus {
border-color: #dc3545;
box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}
.was-validated .firehawk-crm-tributes textarea.form-control:invalid, .firehawk-crm-tributes textarea.form-control.is-invalid {
padding-right: calc(1.5em + 0.75rem);
background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}
.was-validated .firehawk-crm-tributes .form-select:invalid, .firehawk-crm-tributes .form-select.is-invalid {
border-color: #dc3545;
}
.was-validated .firehawk-crm-tributes .form-select:invalid:not([multiple]):not([size]), .was-validated .firehawk-crm-tributes .form-select:invalid:not([multiple])[size="1"], .firehawk-crm-tributes .form-select.is-invalid:not([multiple]):not([size]), .firehawk-crm-tributes .form-select.is-invalid:not([multiple])[size="1"] {
padding-right: 4.125rem;
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
background-position: right 0.75rem center, center right 2.25rem;
background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .firehawk-crm-tributes .form-select:invalid:focus, .firehawk-crm-tributes .form-select.is-invalid:focus {
border-color: #dc3545;
box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}
.was-validated .firehawk-crm-tributes .form-check-input:invalid, .firehawk-crm-tributes .form-check-input.is-invalid {
border-color: #dc3545;
}
.was-validated .firehawk-crm-tributes .form-check-input:invalid:checked, .firehawk-crm-tributes .form-check-input.is-invalid:checked {
background-color: #dc3545;
}
.was-validated .firehawk-crm-tributes .form-check-input:invalid:focus, .firehawk-crm-tributes .form-check-input.is-invalid:focus {
box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}
.was-validated .firehawk-crm-tributes .form-check-input:invalid ~ .form-check-label, .firehawk-crm-tributes .form-check-input.is-invalid ~ .form-check-label {
color: #dc3545;
}
.firehawk-crm-tributes .form-check-inline .form-check-input ~ .invalid-feedback {
margin-left: 0.5em;
}
.was-validated .firehawk-crm-tributes .input-group .form-control:invalid, .firehawk-crm-tributes .input-group .form-control.is-invalid,
.was-validated .firehawk-crm-tributes .input-group .form-select:invalid,
.firehawk-crm-tributes .input-group .form-select.is-invalid {
z-index: 2;
}
.was-validated .firehawk-crm-tributes .input-group .form-control:invalid:focus, .firehawk-crm-tributes .input-group .form-control.is-invalid:focus,
.was-validated .firehawk-crm-tributes .input-group .form-select:invalid:focus,
.firehawk-crm-tributes .input-group .form-select.is-invalid:focus {
z-index: 3;
}
.firehawk-crm-tributes .btn {
display: inline-block;
font-weight: 400;
line-height: 1.5;
color: #212529;
text-align: center;
text-decoration: none;
vertical-align: middle;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
background-color: transparent;
border: 1px solid transparent;
padding: 0.375rem 0.75rem;
font-size: 1rem;
border-radius: 0.25rem;
transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
.firehawk-crm-tributes .btn {
transition: none;
}
}
.firehawk-crm-tributes .btn:hover {
color: #212529;
}
.btn-check:focus + .firehawk-crm-tributes .btn, .firehawk-crm-tributes .btn:focus {
outline: 0;
box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.firehawk-crm-tributes .btn:disabled, .firehawk-crm-tributes .btn.disabled, fieldset:disabled .firehawk-crm-tributes .btn {
pointer-events: none;
opacity: 0.65;
}
.firehawk-crm-tributes .btn-primary {
color: #fff;
background-color: #0d6efd;
border-color: #0d6efd;
}
.firehawk-crm-tributes .btn-primary:hover {
color: #fff;
background-color: rgb(11.05, 93.5, 215.05);
border-color: rgb(10.4, 88, 202.4);
}
.btn-check:focus + .firehawk-crm-tributes .btn-primary, .firehawk-crm-tributes .btn-primary:focus {
color: #fff;
background-color: rgb(11.05, 93.5, 215.05);
border-color: rgb(10.4, 88, 202.4);
box-shadow: 0 0 0 0.25rem rgba(49.3, 131.75, 253.3, 0.5);
}
.btn-check:checked + .firehawk-crm-tributes .btn-primary, .btn-check:active + .firehawk-crm-tributes .btn-primary, .firehawk-crm-tributes .btn-primary:active, .firehawk-crm-tributes .btn-primary.active, .show > .firehawk-crm-tributes .btn-primary.dropdown-toggle {
color: #fff;
background-color: rgb(10.4, 88, 202.4);
border-color: rgb(9.75, 82.5, 189.75);
}
.btn-check:checked + .firehawk-crm-tributes .btn-primary:focus, .btn-check:active + .firehawk-crm-tributes .btn-primary:focus, .firehawk-crm-tributes .btn-primary:active:focus, .firehawk-crm-tributes .btn-primary.active:focus, .show > .firehawk-crm-tributes .btn-primary.dropdown-toggle:focus {
box-shadow: 0 0 0 0.25rem rgba(49.3, 131.75, 253.3, 0.5);
}
.firehawk-crm-tributes .btn-primary:disabled, .firehawk-crm-tributes .btn-primary.disabled {
color: #fff;
background-color: #0d6efd;
border-color: #0d6efd;
}
.firehawk-crm-tributes .btn-secondary {
color: #fff;
background-color: #6c757d;
border-color: #6c757d;
}
.firehawk-crm-tributes .btn-secondary:hover {
color: #fff;
background-color: rgb(91.8, 99.45, 106.25);
border-color: rgb(86.4, 93.6, 100);
}
.btn-check:focus + .firehawk-crm-tributes .btn-secondary, .firehawk-crm-tributes .btn-secondary:focus {
color: #fff;
background-color: rgb(91.8, 99.45, 106.25);
border-color: rgb(86.4, 93.6, 100);
box-shadow: 0 0 0 0.25rem rgba(130.05, 137.7, 144.5, 0.5);
}
.btn-check:checked + .firehawk-crm-tributes .btn-secondary, .btn-check:active + .firehawk-crm-tributes .btn-secondary, .firehawk-crm-tributes .btn-secondary:active, .firehawk-crm-tributes .btn-secondary.active, .show > .firehawk-crm-tributes .btn-secondary.dropdown-toggle {
color: #fff;
background-color: rgb(86.4, 93.6, 100);
border-color: rgb(81, 87.75, 93.75);
}
.btn-check:checked + .firehawk-crm-tributes .btn-secondary:focus, .btn-check:active + .firehawk-crm-tributes .btn-secondary:focus, .firehawk-crm-tributes .btn-secondary:active:focus, .firehawk-crm-tributes .btn-secondary.active:focus, .show > .firehawk-crm-tributes .btn-secondary.dropdown-toggle:focus {
box-shadow: 0 0 0 0.25rem rgba(130.05, 137.7, 144.5, 0.5);
}
.firehawk-crm-tributes .btn-secondary:disabled, .firehawk-crm-tributes .btn-secondary.disabled {
color: #fff;
background-color: #6c757d;
border-color: #6c757d;
}
.firehawk-crm-tributes .btn-success {
color: #fff;
background-color: #198754;
border-color: #198754;
}
.firehawk-crm-tributes .btn-success:hover {
color: #fff;
background-color: rgb(21.25, 114.75, 71.4);
border-color: rgb(20, 108, 67.2);
}
.btn-check:focus + .firehawk-crm-tributes .btn-success, .firehawk-crm-tributes .btn-success:focus {
color: #fff;
background-color: rgb(21.25, 114.75, 71.4);
border-color: rgb(20, 108, 67.2);
box-shadow: 0 0 0 0.25rem rgba(59.5, 153, 109.65, 0.5);
}
.btn-check:checked + .firehawk-crm-tributes .btn-success, .btn-check:active + .firehawk-crm-tributes .btn-success, .firehawk-crm-tributes .btn-success:active, .firehawk-crm-tributes .btn-success.active, .show > .firehawk-crm-tributes .btn-success.dropdown-toggle {
color: #fff;
background-color: rgb(20, 108, 67.2);
border-color: rgb(18.75, 101.25, 63);
}
.btn-check:checked + .firehawk-crm-tributes .btn-success:focus, .btn-check:active + .firehawk-crm-tributes .btn-success:focus, .firehawk-crm-tributes .btn-success:active:focus, .firehawk-crm-tributes .btn-success.active:focus, .show > .firehawk-crm-tributes .btn-success.dropdown-toggle:focus {
box-shadow: 0 0 0 0.25rem rgba(59.5, 153, 109.65, 0.5);
}
.firehawk-crm-tributes .btn-success:disabled, .firehawk-crm-tributes .btn-success.disabled {
color: #fff;
background-color: #198754;
border-color: #198754;
}
.firehawk-crm-tributes .btn-info {
color: #000;
background-color: #0dcaf0;
border-color: #0dcaf0;
}
.firehawk-crm-tributes .btn-info:hover {
color: #000;
background-color: rgb(49.3, 209.95, 242.25);
border-color: rgb(37.2, 207.3, 241.5);
}
.btn-check:focus + .firehawk-crm-tributes .btn-info, .firehawk-crm-tributes .btn-info:focus {
color: #000;
background-color: rgb(49.3, 209.95, 242.25);
border-color: rgb(37.2, 207.3, 241.5);
box-shadow: 0 0 0 0.25rem rgba(11.05, 171.7, 204, 0.5);
}
.btn-check:checked + .firehawk-crm-tributes .btn-info, .btn-check:active + .firehawk-crm-tributes .btn-info, .firehawk-crm-tributes .btn-info:active, .firehawk-crm-tributes .btn-info.active, .show > .firehawk-crm-tributes .btn-info.dropdown-toggle {
color: #000;
background-color: rgb(61.4, 212.6, 243);
border-color: rgb(37.2, 207.3, 241.5);
}
.btn-check:checked + .firehawk-crm-tributes .btn-info:focus, .btn-check:active + .firehawk-crm-tributes .btn-info:focus, .firehawk-crm-tributes .btn-info:active:focus, .firehawk-crm-tributes .btn-info.active:focus, .show > .firehawk-crm-tributes .btn-info.dropdown-toggle:focus {
box-shadow: 0 0 0 0.25rem rgba(11.05, 171.7, 204, 0.5);
}
.firehawk-crm-tributes .btn-info:disabled, .firehawk-crm-tributes .btn-info.disabled {
color: #000;
background-color: #0dcaf0;
border-color: #0dcaf0;
}
.firehawk-crm-tributes .btn-warning {
color: #000;
background-color: #ffc107;
border-color: #ffc107;
}
.firehawk-crm-tributes .btn-warning:hover {
color: #000;
background-color: rgb(255, 202.3, 44.2);
border-color: rgb(255, 199.2, 31.8);
}
.btn-check:focus + .firehawk-crm-tributes .btn-warning, .firehawk-crm-tributes .btn-warning:focus {
color: #000;
background-color: rgb(255, 202.3, 44.2);
border-color: rgb(255, 199.2, 31.8);
box-shadow: 0 0 0 0.25rem rgba(216.75, 164.05, 5.95, 0.5);
}
.btn-check:checked + .firehawk-crm-tributes .btn-warning, .btn-check:active + .firehawk-crm-tributes .btn-warning, .firehawk-crm-tributes .btn-warning:active, .firehawk-crm-tributes .btn-warning.active, .show > .firehawk-crm-tributes .btn-warning.dropdown-toggle {
color: #000;
background-color: rgb(255, 205.4, 56.6);
border-color: rgb(255, 199.2, 31.8);
}
.btn-check:checked + .firehawk-crm-tributes .btn-warning:focus, .btn-check:active + .firehawk-crm-tributes .btn-warning:focus, .firehawk-crm-tributes .btn-warning:active:focus, .firehawk-crm-tributes .btn-warning.active:focus, .show > .firehawk-crm-tributes .btn-warning.dropdown-toggle:focus {
box-shadow: 0 0 0 0.25rem rgba(216.75, 164.05, 5.95, 0.5);
}
.firehawk-crm-tributes .btn-warning:disabled, .firehawk-crm-tributes .btn-warning.disabled {
color: #000;
background-color: #ffc107;
border-color: #ffc107;
}
.firehawk-crm-tributes .btn-danger {
color: #fff;
background-color: #dc3545;
border-color: #dc3545;
}
.firehawk-crm-tributes .btn-danger:hover {
color: #fff;
background-color: rgb(187, 45.05, 58.65);
border-color: rgb(176, 42.4, 55.2);
}
.btn-check:focus + .firehawk-crm-tributes .btn-danger, .firehawk-crm-tributes .btn-danger:focus {
color: #fff;
background-color: rgb(187, 45.05, 58.65);
border-color: rgb(176, 42.4, 55.2);
box-shadow: 0 0 0 0.25rem rgba(225.25, 83.3, 96.9, 0.5);
}
.btn-check:checked + .firehawk-crm-tributes .btn-danger, .btn-check:active + .firehawk-crm-tributes .btn-danger, .firehawk-crm-tributes .btn-danger:active, .firehawk-crm-tributes .btn-danger.active, .show > .firehawk-crm-tributes .btn-danger.dropdown-toggle {
color: #fff;
background-color: rgb(176, 42.4, 55.2);
border-color: rgb(165, 39.75, 51.75);
}
.btn-check:checked + .firehawk-crm-tributes .btn-danger:focus, .btn-check:active + .firehawk-crm-tributes .btn-danger:focus, .firehawk-crm-tributes .btn-danger:active:focus, .firehawk-crm-tributes .btn-danger.active:focus, .show > .firehawk-crm-tributes .btn-danger.dropdown-toggle:focus {
box-shadow: 0 0 0 0.25rem rgba(225.25, 83.3, 96.9, 0.5);
}
.firehawk-crm-tributes .btn-danger:disabled, .firehawk-crm-tributes .btn-danger.disabled {
color: #fff;
background-color: #dc3545;
border-color: #dc3545;
}
.firehawk-crm-tributes .btn-light {
color: #000;
background-color: #f8f9fa;
border-color: #f8f9fa;
}
.firehawk-crm-tributes .btn-light:hover {
color: #000;
background-color: rgb(249.05, 249.9, 250.75);
border-color: rgb(248.7, 249.6, 250.5);
}
.btn-check:focus + .firehawk-crm-tributes .btn-light, .firehawk-crm-tributes .btn-light:focus {
color: #000;
background-color: rgb(249.05, 249.9, 250.75);
border-color: rgb(248.7, 249.6, 250.5);
box-shadow: 0 0 0 0.25rem rgba(210.8, 211.65, 212.5, 0.5);
}
.btn-check:checked + .firehawk-crm-tributes .btn-light, .btn-check:active + .firehawk-crm-tributes .btn-light, .firehawk-crm-tributes .btn-light:active, .firehawk-crm-tributes .btn-light.active, .show > .firehawk-crm-tributes .btn-light.dropdown-toggle {
color: #000;
background-color: rgb(249.4, 250.2, 251);
border-color: rgb(248.7, 249.6, 250.5);
}
.btn-check:checked + .firehawk-crm-tributes .btn-light:focus, .btn-check:active + .firehawk-crm-tributes .btn-light:focus, .firehawk-crm-tributes .btn-light:active:focus, .firehawk-crm-tributes .btn-light.active:focus, .show > .firehawk-crm-tributes .btn-light.dropdown-toggle:focus {
box-shadow: 0 0 0 0.25rem rgba(210.8, 211.65, 212.5, 0.5);
}
.firehawk-crm-tributes .btn-light:disabled, .firehawk-crm-tributes .btn-light.disabled {
color: #000;
background-color: #f8f9fa;
border-color: #f8f9fa;
}
.firehawk-crm-tributes .btn-dark {
color: #fff;
background-color: #212529;
border-color: #212529;
}
.firehawk-crm-tributes .btn-dark:hover {
color: #fff;
background-color: rgb(28.05, 31.45, 34.85);
border-color: rgb(26.4, 29.6, 32.8);
}
.btn-check:focus + .firehawk-crm-tributes .btn-dark, .firehawk-crm-tributes .btn-dark:focus {
color: #fff;
background-color: rgb(28.05, 31.45, 34.85);
border-color: rgb(26.4, 29.6, 32.8);
box-shadow: 0 0 0 0.25rem rgba(66.3, 69.7, 73.1, 0.5);
}
.btn-check:checked + .firehawk-crm-tributes .btn-dark, .btn-check:active + .firehawk-crm-tributes .btn-dark, .firehawk-crm-tributes .btn-dark:active, .firehawk-crm-tributes .btn-dark.active, .show > .firehawk-crm-tributes .btn-dark.dropdown-toggle {
color: #fff;
background-color: rgb(26.4, 29.6, 32.8);
border-color: rgb(24.75, 27.75, 30.75);
}
.btn-check:checked + .firehawk-crm-tributes .btn-dark:focus, .btn-check:active + .firehawk-crm-tributes .btn-dark:focus, .firehawk-crm-tributes .btn-dark:active:focus, .firehawk-crm-tributes .btn-dark.active:focus, .show > .firehawk-crm-tributes .btn-dark.dropdown-toggle:focus {
box-shadow: 0 0 0 0.25rem rgba(66.3, 69.7, 73.1, 0.5);
}
.firehawk-crm-tributes .btn-dark:disabled, .firehawk-crm-tributes .btn-dark.disabled {
color: #fff;
background-color: #212529;
border-color: #212529;
}
.firehawk-crm-tributes .btn-outline-primary {
color: #0d6efd;
border-color: #0d6efd;
}
.firehawk-crm-tributes .btn-outline-primary:hover {
color: #fff;
background-color: #0d6efd;
border-color: #0d6efd;
}
.btn-check:focus + .firehawk-crm-tributes .btn-outline-primary, .firehawk-crm-tributes .btn-outline-primary:focus {
box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.5);
}
.btn-check:checked + .firehawk-crm-tributes .btn-outline-primary, .btn-check:active + .firehawk-crm-tributes .btn-outline-primary, .firehawk-crm-tributes .btn-outline-primary:active, .firehawk-crm-tributes .btn-outline-primary.active, .firehawk-crm-tributes .btn-outline-primary.dropdown-toggle.show {
color: #fff;
background-color: #0d6efd;
border-color: #0d6efd;
}
.btn-check:checked + .firehawk-crm-tributes .btn-outline-primary:focus, .btn-check:active + .firehawk-crm-tributes .btn-outline-primary:focus, .firehawk-crm-tributes .btn-outline-primary:active:focus, .firehawk-crm-tributes .btn-outline-primary.active:focus, .firehawk-crm-tributes .btn-outline-primary.dropdown-toggle.show:focus {
box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.5);
}
.firehawk-crm-tributes .btn-outline-primary:disabled, .firehawk-crm-tributes .btn-outline-primary.disabled {
color: #0d6efd;
background-color: transparent;
}
.firehawk-crm-tributes .btn-outline-secondary {
color: #6c757d;
border-color: #6c757d;
}
.firehawk-crm-tributes .btn-outline-secondary:hover {
color: #fff;
background-color: #6c757d;
border-color: #6c757d;
}
.btn-check:focus + .firehawk-crm-tributes .btn-outline-secondary, .firehawk-crm-tributes .btn-outline-secondary:focus {
box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5);
}
.btn-check:checked + .firehawk-crm-tributes .btn-outline-secondary, .btn-check:active + .firehawk-crm-tributes .btn-outline-secondary, .firehawk-crm-tributes .btn-outline-secondary:active, .firehawk-crm-tributes .btn-outline-secondary.active, .firehawk-crm-tributes .btn-outline-secondary.dropdown-toggle.show {
color: #fff;
background-color: #6c757d;
border-color: #6c757d;
}
.btn-check:checked + .firehawk-crm-tributes .btn-outline-secondary:focus, .btn-check:active + .firehawk-crm-tributes .btn-outline-secondary:focus, .firehawk-crm-tributes .btn-outline-secondary:active:focus, .firehawk-crm-tributes .btn-outline-secondary.active:focus, .firehawk-crm-tributes .btn-outline-secondary.dropdown-toggle.show:focus {
box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5);
}
.firehawk-crm-tributes .btn-outline-secondary:disabled, .firehawk-crm-tributes .btn-outline-secondary.disabled {
color: #6c757d;
background-color: transparent;
}
.firehawk-crm-tributes .btn-outline-success {
color: #198754;
border-color: #198754;
}
.firehawk-crm-tributes .btn-outline-success:hover {
color: #fff;
background-color: #198754;
border-color: #198754;
}
.btn-check:focus + .firehawk-crm-tributes .btn-outline-success, .firehawk-crm-tributes .btn-outline-success:focus {
box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5);
}
.btn-check:checked + .firehawk-crm-tributes .btn-outline-success, .btn-check:active + .firehawk-crm-tributes .btn-outline-success, .firehawk-crm-tributes .btn-outline-success:active, .firehawk-crm-tributes .btn-outline-success.active, .firehawk-crm-tributes .btn-outline-success.dropdown-toggle.show {
color: #fff;
background-color: #198754;
border-color: #198754;
}
.btn-check:checked + .firehawk-crm-tributes .btn-outline-success:focus, .btn-check:active + .firehawk-crm-tributes .btn-outline-success:focus, .firehawk-crm-tributes .btn-outline-success:active:focus, .firehawk-crm-tributes .btn-outline-success.active:focus, .firehawk-crm-tributes .btn-outline-success.dropdown-toggle.show:focus {
box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5);
}
.firehawk-crm-tributes .btn-outline-success:disabled, .firehawk-crm-tributes .btn-outline-success.disabled {
color: #198754;
background-color: transparent;
}
.firehawk-crm-tributes .btn-outline-info {
color: #0dcaf0;
border-color: #0dcaf0;
}
.firehawk-crm-tributes .btn-outline-info:hover {
color: #000;
background-color: #0dcaf0;
border-color: #0dcaf0;
}
.btn-check:focus + .firehawk-crm-tributes .btn-outline-info, .firehawk-crm-tributes .btn-outline-info:focus {
box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5);
}
.btn-check:checked + .firehawk-crm-tributes .btn-outline-info, .btn-check:active + .firehawk-crm-tributes .btn-outline-info, .firehawk-crm-tributes .btn-outline-info:active, .firehawk-crm-tributes .btn-outline-info.active, .firehawk-crm-tributes .btn-outline-info.dropdown-toggle.show {
color: #000;
background-color: #0dcaf0;
border-color: #0dcaf0;
}
.btn-check:checked + .firehawk-crm-tributes .btn-outline-info:focus, .btn-check:active + .firehawk-crm-tributes .btn-outline-info:focus, .firehawk-crm-tributes .btn-outline-info:active:focus, .firehawk-crm-tributes .btn-outline-info.active:focus, .firehawk-crm-tributes .btn-outline-info.dropdown-toggle.show:focus {
box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5);
}
.firehawk-crm-tributes .btn-outline-info:disabled, .firehawk-crm-tributes .btn-outline-info.disabled {
color: #0dcaf0;
background-color: transparent;
}
.firehawk-crm-tributes .btn-outline-warning {
color: #ffc107;
border-color: #ffc107;
}
.firehawk-crm-tributes .btn-outline-warning:hover {
color: #000;
background-color: #ffc107;
border-color: #ffc107;
}
.btn-check:focus + .firehawk-crm-tributes .btn-outline-warning, .firehawk-crm-tributes .btn-outline-warning:focus {
box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5);
}
.btn-check:checked + .firehawk-crm-tributes .btn-outline-warning, .btn-check:active + .firehawk-crm-tributes .btn-outline-warning, .firehawk-crm-tributes .btn-outline-warning:active, .firehawk-crm-tributes .btn-outline-warning.active, .firehawk-crm-tributes .btn-outline-warning.dropdown-toggle.show {
color: #000;
background-color: #ffc107;
border-color: #ffc107;
}
.btn-check:checked + .firehawk-crm-tributes .btn-outline-warning:focus, .btn-check:active + .firehawk-crm-tributes .btn-outline-warning:focus, .firehawk-crm-tributes .btn-outline-warning:active:focus, .firehawk-crm-tributes .btn-outline-warning.active:focus, .firehawk-crm-tributes .btn-outline-warning.dropdown-toggle.show:focus {
box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5);
}
.firehawk-crm-tributes .btn-outline-warning:disabled, .firehawk-crm-tributes .btn-outline-warning.disabled {
color: #ffc107;
background-color: transparent;
}
.firehawk-crm-tributes .btn-outline-danger {
color: #dc3545;
border-color: #dc3545;
}
.firehawk-crm-tributes .btn-outline-danger:hover {
color: #fff;
background-color: #dc3545;
border-color: #dc3545;
}
.btn-check:focus + .firehawk-crm-tributes .btn-outline-danger, .firehawk-crm-tributes .btn-outline-danger:focus {
box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5);
}
.btn-check:checked + .firehawk-crm-tributes .btn-outline-danger, .btn-check:active + .firehawk-crm-tributes .btn-outline-danger, .firehawk-crm-tributes .btn-outline-danger:active, .firehawk-crm-tributes .btn-outline-danger.active, .firehawk-crm-tributes .btn-outline-danger.dropdown-toggle.show {
color: #fff;
background-color: #dc3545;
border-color: #dc3545;
}
.btn-check:checked + .firehawk-crm-tributes .btn-outline-danger:focus, .btn-check:active + .firehawk-crm-tributes .btn-outline-danger:focus, .firehawk-crm-tributes .btn-outline-danger:active:focus, .firehawk-crm-tributes .btn-outline-danger.active:focus, .firehawk-crm-tributes .btn-outline-danger.dropdown-toggle.show:focus {
box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5);
}
.firehawk-crm-tributes .btn-outline-danger:disabled, .firehawk-crm-tributes .btn-outline-danger.disabled {
color: #dc3545;
background-color: transparent;
}
.firehawk-crm-tributes .btn-outline-light {
color: #f8f9fa;
border-color: #f8f9fa;
}
.firehawk-crm-tributes .btn-outline-light:hover {
color: #000;
background-color: #f8f9fa;
border-color: #f8f9fa;
}
.btn-check:focus + .firehawk-crm-tributes .btn-outline-light, .firehawk-crm-tributes .btn-outline-light:focus {
box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5);
}
.btn-check:checked + .firehawk-crm-tributes .btn-outline-light, .btn-check:active + .firehawk-crm-tributes .btn-outline-light, .firehawk-crm-tributes .btn-outline-light:active, .firehawk-crm-tributes .btn-outline-light.active, .firehawk-crm-tributes .btn-outline-light.dropdown-toggle.show {
color: #000;
background-color: #f8f9fa;
border-color: #f8f9fa;
}
.btn-check:checked + .firehawk-crm-tributes .btn-outline-light:focus, .btn-check:active + .firehawk-crm-tributes .btn-outline-light:focus, .firehawk-crm-tributes .btn-outline-light:active:focus, .firehawk-crm-tributes .btn-outline-light.active:focus, .firehawk-crm-tributes .btn-outline-light.dropdown-toggle.show:focus {
box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5);
}
.firehawk-crm-tributes .btn-outline-light:disabled, .firehawk-crm-tributes .btn-outline-light.disabled {
color: #f8f9fa;
background-color: transparent;
}
.firehawk-crm-tributes .btn-outline-dark {
color: #212529;
border-color: #212529;
}
.firehawk-crm-tributes .btn-outline-dark:hover {
color: #fff;
background-color: #212529;
border-color: #212529;
}
.btn-check:focus + .firehawk-crm-tributes .btn-outline-dark, .firehawk-crm-tributes .btn-outline-dark:focus {
box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5);
}
.btn-check:checked + .firehawk-crm-tributes .btn-outline-dark, .btn-check:active + .firehawk-crm-tributes .btn-outline-dark, .firehawk-crm-tributes .btn-outline-dark:active, .firehawk-crm-tributes .btn-outline-dark.active, .firehawk-crm-tributes .btn-outline-dark.dropdown-toggle.show {
color: #fff;
background-color: #212529;
border-color: #212529;
}
.btn-check:checked + .firehawk-crm-tributes .btn-outline-dark:focus, .btn-check:active + .firehawk-crm-tributes .btn-outline-dark:focus, .firehawk-crm-tributes .btn-outline-dark:active:focus, .firehawk-crm-tributes .btn-outline-dark.active:focus, .firehawk-crm-tributes .btn-outline-dark.dropdown-toggle.show:focus {
box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5);
}
.firehawk-crm-tributes .btn-outline-dark:disabled, .firehawk-crm-tributes .btn-outline-dark.disabled {
color: #212529;
background-color: transparent;
}
.firehawk-crm-tributes .btn-link {
font-weight: 400;
color: #0d6efd;
text-decoration: underline;
}
.firehawk-crm-tributes .btn-link:hover {
color: rgb(10.4, 88, 202.4);
}
.firehawk-crm-tributes .btn-link:disabled, .firehawk-crm-tributes .btn-link.disabled {
color: #6c757d;
}
.firehawk-crm-tributes .btn-lg, .firehawk-crm-tributes .btn-group-lg > .btn {
padding: 0.5rem 1rem;
font-size: 1.25rem;
border-radius: 0.3rem;
}
.firehawk-crm-tributes .btn-sm, .firehawk-crm-tributes .btn-group-sm > .btn {
padding: 0.25rem 0.5rem;
font-size: 0.875rem;
border-radius: 0.2rem;
}
.firehawk-crm-tributes .fade {
transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
.firehawk-crm-tributes .fade {
transition: none;
}
}
.firehawk-crm-tributes .fade:not(.show) {
opacity: 0;
}
.firehawk-crm-tributes .collapse:not(.show) {
display: none;
}
.firehawk-crm-tributes .collapsing {
height: 0;
overflow: hidden;
transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
.firehawk-crm-tributes .collapsing {
transition: none;
}
}
.firehawk-crm-tributes .dropup,
.firehawk-crm-tributes .dropend,
.firehawk-crm-tributes .dropdown,
.firehawk-crm-tributes .dropstart {
position: relative;
}
.firehawk-crm-tributes .dropdown-toggle {
white-space: nowrap;
}
.firehawk-crm-tributes .dropdown-toggle::after {
display: inline-block;
margin-left: 0.255em;
vertical-align: 0.255em;
content: "";
border-top: 0.3em solid;
border-right: 0.3em solid transparent;
border-bottom: 0;
border-left: 0.3em solid transparent;
}
.firehawk-crm-tributes .dropdown-toggle:empty::after {
margin-left: 0;
}
.firehawk-crm-tributes .dropdown-menu {
position: absolute;
z-index: 1000;
display: none;
min-width: 10rem;
padding: 0.5rem 0;
margin: 0;
font-size: 1rem;
color: #212529;
text-align: left;
list-style: none;
background-color: #fff;
background-clip: padding-box;
border: 1px solid rgba(0, 0, 0, 0.15);
border-radius: 0.25rem;
}
.firehawk-crm-tributes .dropdown-menu[data-bs-popper] {
top: 100%;
left: 0;
margin-top: 0.125rem;
}
.firehawk-crm-tributes .dropdown-menu-start {
--bs-position: start;
}
.firehawk-crm-tributes .dropdown-menu-start[data-bs-popper] {
right: auto;
left: 0;
}
.firehawk-crm-tributes .dropdown-menu-end {
--bs-position: end;
}
.firehawk-crm-tributes .dropdown-menu-end[data-bs-popper] {
right: 0;
left: auto;
}
@media (min-width: 576px) {
.firehawk-crm-tributes .dropdown-menu-sm-start {
--bs-position: start;
}
.firehawk-crm-tributes .dropdown-menu-sm-start[data-bs-popper] {
right: auto;
left: 0;
}
.firehawk-crm-tributes .dropdown-menu-sm-end {
--bs-position: end;
}
.firehawk-crm-tributes .dropdown-menu-sm-end[data-bs-popper] {
right: 0;
left: auto;
}
}
@media (min-width: 768px) {
.firehawk-crm-tributes .dropdown-menu-md-start {
--bs-position: start;
}
.firehawk-crm-tributes .dropdown-menu-md-start[data-bs-popper] {
right: auto;
left: 0;
}
.firehawk-crm-tributes .dropdown-menu-md-end {
--bs-position: end;
}
.firehawk-crm-tributes .dropdown-menu-md-end[data-bs-popper] {
right: 0;
left: auto;
}
}
@media (min-width: 992px) {
.firehawk-crm-tributes .dropdown-menu-lg-start {
--bs-position: start;
}
.firehawk-crm-tributes .dropdown-menu-lg-start[data-bs-popper] {
right: auto;
left: 0;
}
.firehawk-crm-tributes .dropdown-menu-lg-end {
--bs-position: end;
}
.firehawk-crm-tributes .dropdown-menu-lg-end[data-bs-popper] {
right: 0;
left: auto;
}
}
@media (min-width: 1200px) {
.firehawk-crm-tributes .dropdown-menu-xl-start {
--bs-position: start;
}
.firehawk-crm-tributes .dropdown-menu-xl-start[data-bs-popper] {
right: auto;
left: 0;
}
.firehawk-crm-tributes .dropdown-menu-xl-end {
--bs-position: end;
}
.firehawk-crm-tributes .dropdown-menu-xl-end[data-bs-popper] {
right: 0;
left: auto;
}
}
@media (min-width: 1400px) {
.firehawk-crm-tributes .dropdown-menu-xxl-start {
--bs-position: start;
}
.firehawk-crm-tributes .dropdown-menu-xxl-start[data-bs-popper] {
right: auto;
left: 0;
}
.firehawk-crm-tributes .dropdown-menu-xxl-end {
--bs-position: end;
}
.firehawk-crm-tributes .dropdown-menu-xxl-end[data-bs-popper] {
right: 0;
left: auto;
}
}
.firehawk-crm-tributes .dropup .dropdown-menu[data-bs-popper] {
top: auto;
bottom: 100%;
margin-top: 0;
margin-bottom: 0.125rem;
}
.firehawk-crm-tributes .dropup .dropdown-toggle::after {
display: inline-block;
margin-left: 0.255em;
vertical-align: 0.255em;
content: "";
border-top: 0;
border-right: 0.3em solid transparent;
border-bottom: 0.3em solid;
border-left: 0.3em solid transparent;
}
.firehawk-crm-tributes .dropup .dropdown-toggle:empty::after {
margin-left: 0;
}
.firehawk-crm-tributes .dropend .dropdown-menu[data-bs-popper] {
top: 0;
right: auto;
left: 100%;
margin-top: 0;
margin-left: 0.125rem;
}
.firehawk-crm-tributes .dropend .dropdown-toggle::after {
display: inline-block;
margin-left: 0.255em;
vertical-align: 0.255em;
content: "";
border-top: 0.3em solid transparent;
border-right: 0;
border-bottom: 0.3em solid transparent;
border-left: 0.3em solid;
}
.firehawk-crm-tributes .dropend .dropdown-toggle:empty::after {
margin-left: 0;
}
.firehawk-crm-tributes .dropend .dropdown-toggle::after {
vertical-align: 0;
}
.firehawk-crm-tributes .dropstart .dropdown-menu[data-bs-popper] {
top: 0;
right: 100%;
left: auto;
margin-top: 0;
margin-right: 0.125rem;
}
.firehawk-crm-tributes .dropstart .dropdown-toggle::after {
display: inline-block;
margin-left: 0.255em;
vertical-align: 0.255em;
content: "";
}
.firehawk-crm-tributes .dropstart .dropdown-toggle::after {
display: none;
}
.firehawk-crm-tributes .dropstart .dropdown-toggle::before {
display: inline-block;
margin-right: 0.255em;
vertical-align: 0.255em;
content: "";
border-top: 0.3em solid transparent;
border-right: 0.3em solid;
border-bottom: 0.3em solid transparent;
}
.firehawk-crm-tributes .dropstart .dropdown-toggle:empty::after {
margin-left: 0;
}
.firehawk-crm-tributes .dropstart .dropdown-toggle::before {
vertical-align: 0;
}
.firehawk-crm-tributes .dropdown-divider {
height: 0;
margin: 0.5rem 0;
overflow: hidden;
border-top: 1px solid rgba(0, 0, 0, 0.15);
}
.firehawk-crm-tributes .dropdown-item {
display: block;
width: 100%;
padding: 0.25rem 1rem;
clear: both;
font-weight: 400;
color: #212529;
text-align: inherit;
text-decoration: none;
white-space: nowrap;
background-color: transparent;
border: 0;
}
.firehawk-crm-tributes .dropdown-item:hover, .firehawk-crm-tributes .dropdown-item:focus {
color: rgb(29.7, 33.3, 36.9);
background-color: #e9ecef;
}
.firehawk-crm-tributes .dropdown-item.active, .firehawk-crm-tributes .dropdown-item:active {
color: #fff;
text-decoration: none;
background-color: #0d6efd;
}
.firehawk-crm-tributes .dropdown-item.disabled, .firehawk-crm-tributes .dropdown-item:disabled {
color: #adb5bd;
pointer-events: none;
background-color: transparent;
}
.firehawk-crm-tributes .dropdown-menu.show {
display: block;
}
.firehawk-crm-tributes .dropdown-header {
display: block;
padding: 0.5rem 1rem;
margin-bottom: 0;
font-size: 0.875rem;
color: #6c757d;
white-space: nowrap;
}
.firehawk-crm-tributes .dropdown-item-text {
display: block;
padding: 0.25rem 1rem;
color: #212529;
}
.firehawk-crm-tributes .dropdown-menu-dark {
color: #dee2e6;
background-color: #343a40;
border-color: rgba(0, 0, 0, 0.15);
}
.firehawk-crm-tributes .dropdown-menu-dark .dropdown-item {
color: #dee2e6;
}
.firehawk-crm-tributes .dropdown-menu-dark .dropdown-item:hover, .firehawk-crm-tributes .dropdown-menu-dark .dropdown-item:focus {
color: #fff;
background-color: rgba(255, 255, 255, 0.15);
}
.firehawk-crm-tributes .dropdown-menu-dark .dropdown-item.active, .firehawk-crm-tributes .dropdown-menu-dark .dropdown-item:active {
color: #fff;
background-color: #0d6efd;
}
.firehawk-crm-tributes .dropdown-menu-dark .dropdown-item.disabled, .firehawk-crm-tributes .dropdown-menu-dark .dropdown-item:disabled {
color: #adb5bd;
}
.firehawk-crm-tributes .dropdown-menu-dark .dropdown-divider {
border-color: rgba(0, 0, 0, 0.15);
}
.firehawk-crm-tributes .dropdown-menu-dark .dropdown-item-text {
color: #dee2e6;
}
.firehawk-crm-tributes .dropdown-menu-dark .dropdown-header {
color: #adb5bd;
}
.firehawk-crm-tributes .btn-group,
.firehawk-crm-tributes .btn-group-vertical {
position: relative;
display: -ms-inline-flexbox;
display: inline-flex;
vertical-align: middle;
}
.firehawk-crm-tributes .btn-group > .btn,
.firehawk-crm-tributes .btn-group-vertical > .btn {
position: relative;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
}
.firehawk-crm-tributes .btn-group > .btn-check:checked + .btn,
.firehawk-crm-tributes .btn-group > .btn-check:focus + .btn,
.firehawk-crm-tributes .btn-group > .btn:hover,
.firehawk-crm-tributes .btn-group > .btn:focus,
.firehawk-crm-tributes .btn-group > .btn:active,
.firehawk-crm-tributes .btn-group > .btn.active,
.firehawk-crm-tributes .btn-group-vertical > .btn-check:checked + .btn,
.firehawk-crm-tributes .btn-group-vertical > .btn-check:focus + .btn,
.firehawk-crm-tributes .btn-group-vertical > .btn:hover,
.firehawk-crm-tributes .btn-group-vertical > .btn:focus,
.firehawk-crm-tributes .btn-group-vertical > .btn:active,
.firehawk-crm-tributes .btn-group-vertical > .btn.active {
z-index: 1;
}
.firehawk-crm-tributes .btn-toolbar {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-ms-flex-pack: start;
justify-content: flex-start;
}
.firehawk-crm-tributes .btn-toolbar .input-group {
width: auto;
}
.firehawk-crm-tributes .btn-group > .btn:not(:first-child),
.firehawk-crm-tributes .btn-group > .btn-group:not(:first-child) {
margin-left: -1px;
}
.firehawk-crm-tributes .btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.firehawk-crm-tributes .btn-group > .btn-group:not(:last-child) > .btn {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.firehawk-crm-tributes .btn-group > .btn:nth-child(n+3),
.firehawk-crm-tributes .btn-group > :not(.btn-check) + .btn,
.firehawk-crm-tributes .btn-group > .btn-group:not(:first-child) > .btn {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
.firehawk-crm-tributes .dropdown-toggle-split {
padding-right: 0.5625rem;
padding-left: 0.5625rem;
}
.firehawk-crm-tributes .dropdown-toggle-split::after, .dropup .firehawk-crm-tributes .dropdown-toggle-split::after, .dropend .firehawk-crm-tributes .dropdown-toggle-split::after {
margin-left: 0;
}
.dropstart .firehawk-crm-tributes .dropdown-toggle-split::before {
margin-right: 0;
}
.firehawk-crm-tributes .btn-sm + .dropdown-toggle-split, .firehawk-crm-tributes .btn-group-sm > .btn + .dropdown-toggle-split {
padding-right: 0.375rem;
padding-left: 0.375rem;
}
.firehawk-crm-tributes .btn-lg + .dropdown-toggle-split, .firehawk-crm-tributes .btn-group-lg > .btn + .dropdown-toggle-split {
padding-right: 0.75rem;
padding-left: 0.75rem;
}
.firehawk-crm-tributes .btn-group-vertical {
-ms-flex-direction: column;
flex-direction: column;
-ms-flex-align: start;
align-items: flex-start;
-ms-flex-pack: center;
justify-content: center;
}
.firehawk-crm-tributes .btn-group-vertical > .btn,
.firehawk-crm-tributes .btn-group-vertical > .btn-group {
width: 100%;
}
.firehawk-crm-tributes .btn-group-vertical > .btn:not(:first-child),
.firehawk-crm-tributes .btn-group-vertical > .btn-group:not(:first-child) {
margin-top: -1px;
}
.firehawk-crm-tributes .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.firehawk-crm-tributes .btn-group-vertical > .btn-group:not(:last-child) > .btn {
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
}
.firehawk-crm-tributes .btn-group-vertical > .btn ~ .btn,
.firehawk-crm-tributes .btn-group-vertical > .btn-group:not(:first-child) > .btn {
border-top-left-radius: 0;
border-top-right-radius: 0;
}
.firehawk-crm-tributes .nav {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
padding-left: 0;
margin-bottom: 0;
list-style: none;
}
.firehawk-crm-tributes .nav-link {
display: block;
padding: 0.5rem 1rem;
color: #0d6efd;
text-decoration: none;
transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
.firehawk-crm-tributes .nav-link {
transition: none;
}
}
.firehawk-crm-tributes .nav-link:hover, .firehawk-crm-tributes .nav-link:focus {
color: rgb(10.4, 88, 202.4);
}
.firehawk-crm-tributes .nav-link.disabled {
color: #6c757d;
pointer-events: none;
cursor: default;
}
.firehawk-crm-tributes .nav-tabs {
border-bottom: 1px solid #dee2e6;
}
.firehawk-crm-tributes .nav-tabs .nav-link {
margin-bottom: -1px;
background: none;
border: 1px solid transparent;
border-top-left-radius: 0.25rem;
border-top-right-radius: 0.25rem;
}
.firehawk-crm-tributes .nav-tabs .nav-link:hover, .firehawk-crm-tributes .nav-tabs .nav-link:focus {
border-color: #e9ecef #e9ecef #dee2e6;
isolation: isolate;
}
.firehawk-crm-tributes .nav-tabs .nav-link.disabled {
color: #6c757d;
background-color: transparent;
border-color: transparent;
}
.firehawk-crm-tributes .nav-tabs .nav-link.active,
.firehawk-crm-tributes .nav-tabs .nav-item.show .nav-link {
color: #495057;
background-color: #fff;
border-color: #dee2e6 #dee2e6 #fff;
}
.firehawk-crm-tributes .nav-tabs .dropdown-menu {
margin-top: -1px;
border-top-left-radius: 0;
border-top-right-radius: 0;
}
.firehawk-crm-tributes .nav-pills .nav-link {
background: none;
border: 0;
border-radius: 0.25rem;
}
.firehawk-crm-tributes .nav-pills .nav-link.active,
.firehawk-crm-tributes .nav-pills .show > .nav-link {
color: #fff;
background-color: #0d6efd;
}
.firehawk-crm-tributes .nav-fill > .nav-link,
.firehawk-crm-tributes .nav-fill .nav-item {
-ms-flex: 1 1 auto;
flex: 1 1 auto;
text-align: center;
}
.firehawk-crm-tributes .nav-justified > .nav-link,
.firehawk-crm-tributes .nav-justified .nav-item {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-ms-flex-positive: 1;
flex-grow: 1;
text-align: center;
}
.firehawk-crm-tributes .nav-fill .nav-item .nav-link,
.firehawk-crm-tributes .nav-justified .nav-item .nav-link {
width: 100%;
}
.firehawk-crm-tributes .tab-content > .tab-pane {
display: none;
}
.firehawk-crm-tributes .tab-content > .active {
display: block;
}
.firehawk-crm-tributes .navbar {
position: relative;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: justify;
justify-content: space-between;
padding-top: 0.5rem;
padding-bottom: 0.5rem;
}
.firehawk-crm-tributes .navbar > .container,
.firehawk-crm-tributes .navbar > .container-fluid,
.firehawk-crm-tributes .navbar > .container-sm,
.firehawk-crm-tributes .navbar > .container-md,
.firehawk-crm-tributes .navbar > .container-lg,
.firehawk-crm-tributes .navbar > .container-xl,
.firehawk-crm-tributes .navbar > .container-xxl {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: inherit;
flex-wrap: inherit;
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: justify;
justify-content: space-between;
}
.firehawk-crm-tributes .navbar-brand {
padding-top: 0.3125rem;
padding-bottom: 0.3125rem;
margin-right: 1rem;
font-size: 1.25rem;
text-decoration: none;
white-space: nowrap;
}
.firehawk-crm-tributes .navbar-nav {
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
padding-left: 0;
margin-bottom: 0;
list-style: none;
}
.firehawk-crm-tributes .navbar-nav .nav-link {
padding-right: 0;
padding-left: 0;
}
.firehawk-crm-tributes .navbar-nav .dropdown-menu {
position: static;
}
.firehawk-crm-tributes .navbar-text {
padding-top: 0.5rem;
padding-bottom: 0.5rem;
}
.firehawk-crm-tributes .navbar-collapse {
-ms-flex-preferred-size: 100%;
flex-basis: 100%;
-ms-flex-positive: 1;
flex-grow: 1;
-ms-flex-align: center;
align-items: center;
}
.firehawk-crm-tributes .navbar-toggler {
padding: 0.25rem 0.75rem;
font-size: 1.25rem;
line-height: 1;
background-color: transparent;
border: 1px solid transparent;
border-radius: 0.25rem;
transition: box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
.firehawk-crm-tributes .navbar-toggler {
transition: none;
}
}
.firehawk-crm-tributes .navbar-toggler:hover {
text-decoration: none;
}
.firehawk-crm-tributes .navbar-toggler:focus {
text-decoration: none;
outline: 0;
box-shadow: 0 0 0 0.25rem;
}
.firehawk-crm-tributes .navbar-toggler-icon {
display: inline-block;
width: 1.5em;
height: 1.5em;
vertical-align: middle;
background-repeat: no-repeat;
background-position: center;
background-size: 100%;
}
.firehawk-crm-tributes .navbar-nav-scroll {
max-height: var(--bs-scroll-height, 75vh);
overflow-y: auto;
}
@media (min-width: 576px) {
.firehawk-crm-tributes .navbar-expand-sm {
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
-ms-flex-pack: start;
justify-content: flex-start;
}
.firehawk-crm-tributes .navbar-expand-sm .navbar-nav {
-ms-flex-direction: row;
flex-direction: row;
}
.firehawk-crm-tributes .navbar-expand-sm .navbar-nav .dropdown-menu {
position: absolute;
}
.firehawk-crm-tributes .navbar-expand-sm .navbar-nav .nav-link {
padding-right: 0.5rem;
padding-left: 0.5rem;
}
.firehawk-crm-tributes .navbar-expand-sm .navbar-nav-scroll {
overflow: visible;
}
.firehawk-crm-tributes .navbar-expand-sm .navbar-collapse {
display: -ms-flexbox !important;
display: flex !important;
-ms-flex-preferred-size: auto;
flex-basis: auto;
}
.firehawk-crm-tributes .navbar-expand-sm .navbar-toggler {
display: none;
}
}
@media (min-width: 768px) {
.firehawk-crm-tributes .navbar-expand-md {
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
-ms-flex-pack: start;
justify-content: flex-start;
}
.firehawk-crm-tributes .navbar-expand-md .navbar-nav {
-ms-flex-direction: row;
flex-direction: row;
}
.firehawk-crm-tributes .navbar-expand-md .navbar-nav .dropdown-menu {
position: absolute;
}
.firehawk-crm-tributes .navbar-expand-md .navbar-nav .nav-link {
padding-right: 0.5rem;
padding-left: 0.5rem;
}
.firehawk-crm-tributes .navbar-expand-md .navbar-nav-scroll {
overflow: visible;
}
.firehawk-crm-tributes .navbar-expand-md .navbar-collapse {
display: -ms-flexbox !important;
display: flex !important;
-ms-flex-preferred-size: auto;
flex-basis: auto;
}
.firehawk-crm-tributes .navbar-expand-md .navbar-toggler {
display: none;
}
}
@media (min-width: 992px) {
.firehawk-crm-tributes .navbar-expand-lg {
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
-ms-flex-pack: start;
justify-content: flex-start;
}
.firehawk-crm-tributes .navbar-expand-lg .navbar-nav {
-ms-flex-direction: row;
flex-direction: row;
}
.firehawk-crm-tributes .navbar-expand-lg .navbar-nav .dropdown-menu {
position: absolute;
}
.firehawk-crm-tributes .navbar-expand-lg .navbar-nav .nav-link {
padding-right: 0.5rem;
padding-left: 0.5rem;
}
.firehawk-crm-tributes .navbar-expand-lg .navbar-nav-scroll {
overflow: visible;
}
.firehawk-crm-tributes .navbar-expand-lg .navbar-collapse {
display: -ms-flexbox !important;
display: flex !important;
-ms-flex-preferred-size: auto;
flex-basis: auto;
}
.firehawk-crm-tributes .navbar-expand-lg .navbar-toggler {
display: none;
}
}
@media (min-width: 1200px) {
.firehawk-crm-tributes .navbar-expand-xl {
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
-ms-flex-pack: start;
justify-content: flex-start;
}
.firehawk-crm-tributes .navbar-expand-xl .navbar-nav {
-ms-flex-direction: row;
flex-direction: row;
}
.firehawk-crm-tributes .navbar-expand-xl .navbar-nav .dropdown-menu {
position: absolute;
}
.firehawk-crm-tributes .navbar-expand-xl .navbar-nav .nav-link {
padding-right: 0.5rem;
padding-left: 0.5rem;
}
.firehawk-crm-tributes .navbar-expand-xl .navbar-nav-scroll {
overflow: visible;
}
.firehawk-crm-tributes .navbar-expand-xl .navbar-collapse {
display: -ms-flexbox !important;
display: flex !important;
-ms-flex-preferred-size: auto;
flex-basis: auto;
}
.firehawk-crm-tributes .navbar-expand-xl .navbar-toggler {
display: none;
}
}
@media (min-width: 1400px) {
.firehawk-crm-tributes .navbar-expand-xxl {
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
-ms-flex-pack: start;
justify-content: flex-start;
}
.firehawk-crm-tributes .navbar-expand-xxl .navbar-nav {
-ms-flex-direction: row;
flex-direction: row;
}
.firehawk-crm-tributes .navbar-expand-xxl .navbar-nav .dropdown-menu {
position: absolute;
}
.firehawk-crm-tributes .navbar-expand-xxl .navbar-nav .nav-link {
padding-right: 0.5rem;
padding-left: 0.5rem;
}
.firehawk-crm-tributes .navbar-expand-xxl .navbar-nav-scroll {
overflow: visible;
}
.firehawk-crm-tributes .navbar-expand-xxl .navbar-collapse {
display: -ms-flexbox !important;
display: flex !important;
-ms-flex-preferred-size: auto;
flex-basis: auto;
}
.firehawk-crm-tributes .navbar-expand-xxl .navbar-toggler {
display: none;
}
}
.firehawk-crm-tributes .navbar-expand {
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
-ms-flex-pack: start;
justify-content: flex-start;
}
.firehawk-crm-tributes .navbar-expand .navbar-nav {
-ms-flex-direction: row;
flex-direction: row;
}
.firehawk-crm-tributes .navbar-expand .navbar-nav .dropdown-menu {
position: absolute;
}
.firehawk-crm-tributes .navbar-expand .navbar-nav .nav-link {
padding-right: 0.5rem;
padding-left: 0.5rem;
}
.firehawk-crm-tributes .navbar-expand .navbar-nav-scroll {
overflow: visible;
}
.firehawk-crm-tributes .navbar-expand .navbar-collapse {
display: -ms-flexbox !important;
display: flex !important;
-ms-flex-preferred-size: auto;
flex-basis: auto;
}
.firehawk-crm-tributes .navbar-expand .navbar-toggler {
display: none;
}
.firehawk-crm-tributes .navbar-light .navbar-brand {
color: rgba(0, 0, 0, 0.9);
}
.firehawk-crm-tributes .navbar-light .navbar-brand:hover, .firehawk-crm-tributes .navbar-light .navbar-brand:focus {
color: rgba(0, 0, 0, 0.9);
}
.firehawk-crm-tributes .navbar-light .navbar-nav .nav-link {
color: rgba(0, 0, 0, 0.55);
}
.firehawk-crm-tributes .navbar-light .navbar-nav .nav-link:hover, .firehawk-crm-tributes .navbar-light .navbar-nav .nav-link:focus {
color: rgba(0, 0, 0, 0.7);
}
.firehawk-crm-tributes .navbar-light .navbar-nav .nav-link.disabled {
color: rgba(0, 0, 0, 0.3);
}
.firehawk-crm-tributes .navbar-light .navbar-nav .show > .nav-link,
.firehawk-crm-tributes .navbar-light .navbar-nav .nav-link.active {
color: rgba(0, 0, 0, 0.9);
}
.firehawk-crm-tributes .navbar-light .navbar-toggler {
color: rgba(0, 0, 0, 0.55);
border-color: rgba(0, 0, 0, 0.1);
}
.firehawk-crm-tributes .navbar-light .navbar-toggler-icon {
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.firehawk-crm-tributes .navbar-light .navbar-text {
color: rgba(0, 0, 0, 0.55);
}
.firehawk-crm-tributes .navbar-light .navbar-text a,
.firehawk-crm-tributes .navbar-light .navbar-text a:hover,
.firehawk-crm-tributes .navbar-light .navbar-text a:focus {
color: rgba(0, 0, 0, 0.9);
}
.firehawk-crm-tributes .navbar-dark .navbar-brand {
color: #fff;
}
.firehawk-crm-tributes .navbar-dark .navbar-brand:hover, .firehawk-crm-tributes .navbar-dark .navbar-brand:focus {
color: #fff;
}
.firehawk-crm-tributes .navbar-dark .navbar-nav .nav-link {
color: rgba(255, 255, 255, 0.55);
}
.firehawk-crm-tributes .navbar-dark .navbar-nav .nav-link:hover, .firehawk-crm-tributes .navbar-dark .navbar-nav .nav-link:focus {
color: rgba(255, 255, 255, 0.75);
}
.firehawk-crm-tributes .navbar-dark .navbar-nav .nav-link.disabled {
color: rgba(255, 255, 255, 0.25);
}
.firehawk-crm-tributes .navbar-dark .navbar-nav .show > .nav-link,
.firehawk-crm-tributes .navbar-dark .navbar-nav .nav-link.active {
color: #fff;
}
.firehawk-crm-tributes .navbar-dark .navbar-toggler {
color: rgba(255, 255, 255, 0.55);
border-color: rgba(255, 255, 255, 0.1);
}
.firehawk-crm-tributes .navbar-dark .navbar-toggler-icon {
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.firehawk-crm-tributes .navbar-dark .navbar-text {
color: rgba(255, 255, 255, 0.55);
}
.firehawk-crm-tributes .navbar-dark .navbar-text a,
.firehawk-crm-tributes .navbar-dark .navbar-text a:hover,
.firehawk-crm-tributes .navbar-dark .navbar-text a:focus {
color: #fff;
}
.firehawk-crm-tributes .card {
position: relative;
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
min-width: 0;
word-wrap: break-word;
background-color: #fff;
background-clip: border-box;
border: 1px solid rgba(0, 0, 0, 0.125);
border-radius: 0.25rem;
}
.firehawk-crm-tributes .card > hr {
margin-right: 0;
margin-left: 0;
}
.firehawk-crm-tributes .card > .list-group {
border-top: inherit;
border-bottom: inherit;
}
.firehawk-crm-tributes .card > .list-group:first-child {
border-top-width: 0;
border-top-left-radius: calc(0.25rem - 1px);
border-top-right-radius: calc(0.25rem - 1px);
}
.firehawk-crm-tributes .card > .list-group:last-child {
border-bottom-width: 0;
border-bottom-right-radius: calc(0.25rem - 1px);
border-bottom-left-radius: calc(0.25rem - 1px);
}
.firehawk-crm-tributes .card > .card-header + .list-group,
.firehawk-crm-tributes .card > .list-group + .card-footer {
border-top: 0;
}
.firehawk-crm-tributes .card-body {
-ms-flex: 1 1 auto;
flex: 1 1 auto;
padding: 1rem 1rem;
}
.firehawk-crm-tributes .card-title {
margin-bottom: 0.5rem;
}
.firehawk-crm-tributes .card-subtitle {
margin-top: -0.25rem;
margin-bottom: 0;
}
.firehawk-crm-tributes .card-text:last-child {
margin-bottom: 0;
}
.firehawk-crm-tributes .card-link:hover {
text-decoration: none;
}
.firehawk-crm-tributes .card-link + .card-link {
margin-left: 1rem;
}
.firehawk-crm-tributes .card-header {
padding: 0.5rem 1rem;
margin-bottom: 0;
background-color: rgba(0, 0, 0, 0.03);
border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.firehawk-crm-tributes .card-header:first-child {
border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}
.firehawk-crm-tributes .card-footer {
padding: 0.5rem 1rem;
background-color: rgba(0, 0, 0, 0.03);
border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.firehawk-crm-tributes .card-footer:last-child {
border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}
.firehawk-crm-tributes .card-header-tabs {
margin-right: -0.5rem;
margin-bottom: -0.5rem;
margin-left: -0.5rem;
border-bottom: 0;
}
.firehawk-crm-tributes .card-header-pills {
margin-right: -0.5rem;
margin-left: -0.5rem;
}
.firehawk-crm-tributes .card-img-overlay {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
padding: 1rem;
border-radius: calc(0.25rem - 1px);
}
.firehawk-crm-tributes .card-img,
.firehawk-crm-tributes .card-img-top,
.firehawk-crm-tributes .card-img-bottom {
width: 100%;
}
.firehawk-crm-tributes .card-img,
.firehawk-crm-tributes .card-img-top {
border-top-left-radius: calc(0.25rem - 1px);
border-top-right-radius: calc(0.25rem - 1px);
}
.firehawk-crm-tributes .card-img,
.firehawk-crm-tributes .card-img-bottom {
border-bottom-right-radius: calc(0.25rem - 1px);
border-bottom-left-radius: calc(0.25rem - 1px);
}
.firehawk-crm-tributes .card-group > .card {
margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
.firehawk-crm-tributes .card-group {
display: -ms-flexbox;
display: flex;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
}
.firehawk-crm-tributes .card-group > .card {
-ms-flex: 1 0 0%;
flex: 1 0 0%;
margin-bottom: 0;
}
.firehawk-crm-tributes .card-group > .card + .card {
margin-left: 0;
border-left: 0;
}
.firehawk-crm-tributes .card-group > .card:not(:last-child) {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.firehawk-crm-tributes .card-group > .card:not(:last-child) .card-img-top,
.firehawk-crm-tributes .card-group > .card:not(:last-child) .card-header {
border-top-right-radius: 0;
}
.firehawk-crm-tributes .card-group > .card:not(:last-child) .card-img-bottom,
.firehawk-crm-tributes .card-group > .card:not(:last-child) .card-footer {
border-bottom-right-radius: 0;
}
.firehawk-crm-tributes .card-group > .card:not(:first-child) {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
.firehawk-crm-tributes .card-group > .card:not(:first-child) .card-img-top,
.firehawk-crm-tributes .card-group > .card:not(:first-child) .card-header {
border-top-left-radius: 0;
}
.firehawk-crm-tributes .card-group > .card:not(:first-child) .card-img-bottom,
.firehawk-crm-tributes .card-group > .card:not(:first-child) .card-footer {
border-bottom-left-radius: 0;
}
}
.firehawk-crm-tributes .accordion-button {
position: relative;
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
width: 100%;
padding: 1rem 1.25rem;
font-size: 1rem;
color: #212529;
text-align: left;
background-color: #fff;
border: 0;
border-radius: 0;
overflow-anchor: none;
transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
.firehawk-crm-tributes .accordion-button {
transition: none;
}
}
.firehawk-crm-tributes .accordion-button:not(.collapsed) {
color: rgb(11.7, 99, 227.7);
background-color: rgb(230.8, 240.5, 254.8);
box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
}
.firehawk-crm-tributes .accordion-button:not(.collapsed)::after {
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='rgb%2811.7, 99, 227.7%29'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
transform: rotate(-180deg);
}
.firehawk-crm-tributes .accordion-button::after {
-ms-flex-negative: 0;
flex-shrink: 0;
width: 1.25rem;
height: 1.25rem;
margin-left: auto;
content: "";
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
background-repeat: no-repeat;
background-size: 1.25rem;
transition: transform 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
.firehawk-crm-tributes .accordion-button::after {
transition: none;
}
}
.firehawk-crm-tributes .accordion-button:hover {
z-index: 2;
}
.firehawk-crm-tributes .accordion-button:focus {
z-index: 3;
border-color: rgb(134, 182.5, 254);
outline: 0;
box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.firehawk-crm-tributes .accordion-header {
margin-bottom: 0;
}
.firehawk-crm-tributes .accordion-item {
background-color: #fff;
border: 1px solid rgba(0, 0, 0, 0.125);
}
.firehawk-crm-tributes .accordion-item:first-of-type {
border-top-left-radius: 0.25rem;
border-top-right-radius: 0.25rem;
}
.firehawk-crm-tributes .accordion-item:first-of-type .accordion-button {
border-top-left-radius: calc(0.25rem - 1px);
border-top-right-radius: calc(0.25rem - 1px);
}
.firehawk-crm-tributes .accordion-item:not(:first-of-type) {
border-top: 0;
}
.firehawk-crm-tributes .accordion-item:last-of-type {
border-bottom-right-radius: 0.25rem;
border-bottom-left-radius: 0.25rem;
}
.firehawk-crm-tributes .accordion-item:last-of-type .accordion-button.collapsed {
border-bottom-right-radius: calc(0.25rem - 1px);
border-bottom-left-radius: calc(0.25rem - 1px);
}
.firehawk-crm-tributes .accordion-item:last-of-type .accordion-collapse {
border-bottom-right-radius: 0.25rem;
border-bottom-left-radius: 0.25rem;
}
.firehawk-crm-tributes .accordion-body {
padding: 1rem 1.25rem;
}
.firehawk-crm-tributes .accordion-flush .accordion-collapse {
border-width: 0;
}
.firehawk-crm-tributes .accordion-flush .accordion-item {
border-right: 0;
border-left: 0;
border-radius: 0;
}
.firehawk-crm-tributes .accordion-flush .accordion-item:first-child {
border-top: 0;
}
.firehawk-crm-tributes .accordion-flush .accordion-item:last-child {
border-bottom: 0;
}
.firehawk-crm-tributes .accordion-flush .accordion-item .accordion-button {
border-radius: 0;
}
.firehawk-crm-tributes .breadcrumb {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
padding: 0 0;
margin-bottom: 1rem;
list-style: none;
}
.firehawk-crm-tributes .breadcrumb-item + .breadcrumb-item {
padding-left: 0.5rem;
}
.firehawk-crm-tributes .breadcrumb-item + .breadcrumb-item::before {
float: left;
padding-right: 0.5rem;
color: #6c757d;
content: var(--bs-breadcrumb-divider, "/") ;
}
.firehawk-crm-tributes .breadcrumb-item.active {
color: #6c757d;
}
.firehawk-crm-tributes .pagination {
display: -ms-flexbox;
display: flex;
padding-left: 0;
list-style: none;
}
.firehawk-crm-tributes .page-link {
position: relative;
display: block;
color: #0d6efd;
text-decoration: none;
background-color: #fff;
border: 1px solid #dee2e6;
transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
.firehawk-crm-tributes .page-link {
transition: none;
}
}
.firehawk-crm-tributes .page-link:hover {
z-index: 2;
color: rgb(10.4, 88, 202.4);
background-color: #e9ecef;
border-color: #dee2e6;
}
.firehawk-crm-tributes .page-link:focus {
z-index: 3;
color: rgb(10.4, 88, 202.4);
background-color: #e9ecef;
outline: 0;
box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.firehawk-crm-tributes .page-item:not(:first-child) .page-link {
margin-left: -1px;
}
.firehawk-crm-tributes .page-item.active .page-link {
z-index: 3;
color: #fff;
background-color: #0d6efd;
border-color: #0d6efd;
}
.firehawk-crm-tributes .page-item.disabled .page-link {
color: #6c757d;
pointer-events: none;
background-color: #fff;
border-color: #dee2e6;
}
.firehawk-crm-tributes .page-link {
padding: 0.375rem 0.75rem;
}
.firehawk-crm-tributes .page-item:first-child .page-link {
border-top-left-radius: 0.25rem;
border-bottom-left-radius: 0.25rem;
}
.firehawk-crm-tributes .page-item:last-child .page-link {
border-top-right-radius: 0.25rem;
border-bottom-right-radius: 0.25rem;
}
.firehawk-crm-tributes .pagination-lg .page-link {
padding: 0.75rem 1.5rem;
font-size: 1.25rem;
}
.firehawk-crm-tributes .pagination-lg .page-item:first-child .page-link {
border-top-left-radius: 0.3rem;
border-bottom-left-radius: 0.3rem;
}
.firehawk-crm-tributes .pagination-lg .page-item:last-child .page-link {
border-top-right-radius: 0.3rem;
border-bottom-right-radius: 0.3rem;
}
.firehawk-crm-tributes .pagination-sm .page-link {
padding: 0.25rem 0.5rem;
font-size: 0.875rem;
}
.firehawk-crm-tributes .pagination-sm .page-item:first-child .page-link {
border-top-left-radius: 0.2rem;
border-bottom-left-radius: 0.2rem;
}
.firehawk-crm-tributes .pagination-sm .page-item:last-child .page-link {
border-top-right-radius: 0.2rem;
border-bottom-right-radius: 0.2rem;
}
.firehawk-crm-tributes .badge {
display: inline-block;
padding: 0.35em 0.65em;
font-size: 0.75em;
font-weight: 700;
line-height: 1;
color: #fff;
text-align: center;
white-space: nowrap;
vertical-align: baseline;
border-radius: 0.25rem;
}
.firehawk-crm-tributes .badge:empty {
display: none;
}
.firehawk-crm-tributes .btn .badge {
position: relative;
top: -1px;
}
.firehawk-crm-tributes .alert {
position: relative;
padding: 1rem 1rem;
margin-bottom: 1rem;
border: 1px solid transparent;
border-radius: 0.25rem;
}
.firehawk-crm-tributes .alert-heading {
color: inherit;
}
.firehawk-crm-tributes .alert-link {
font-weight: 700;
}
.firehawk-crm-tributes .alert-dismissible {
padding-right: 3rem;
}
.firehawk-crm-tributes .alert-dismissible .btn-close {
position: absolute;
top: 0;
right: 0;
z-index: 2;
padding: 1.25rem 1rem;
}
.firehawk-crm-tributes .alert-primary {
color: rgb(7.8, 66, 151.8);
background-color: rgb(206.6, 226, 254.6);
border-color: rgb(182.4, 211.5, 254.4);
}
.firehawk-crm-tributes .alert-primary .alert-link {
color: rgb(6.24, 52.8, 121.44);
}
.firehawk-crm-tributes .alert-secondary {
color: rgb(64.8, 70.2, 75);
background-color: rgb(225.6, 227.4, 229);
border-color: rgb(210.9, 213.6, 216);
}
.firehawk-crm-tributes .alert-secondary .alert-link {
color: rgb(51.84, 56.16, 60);
}
.firehawk-crm-tributes .alert-success {
color: rgb(15, 81, 50.4);
background-color: rgb(209, 231, 220.8);
border-color: rgb(186, 219, 203.7);
}
.firehawk-crm-tributes .alert-success .alert-link {
color: rgb(12, 64.8, 40.32);
}
.firehawk-crm-tributes .alert-info {
color: rgb(5.2, 80.8, 96);
background-color: rgb(206.6, 244.4, 252);
border-color: rgb(182.4, 239.1, 250.5);
}
.firehawk-crm-tributes .alert-info .alert-link {
color: rgb(4.16, 64.64, 76.8);
}
.firehawk-crm-tributes .alert-warning {
color: rgb(102, 77.2, 2.8);
background-color: rgb(255, 242.6, 205.4);
border-color: rgb(255, 236.4, 180.6);
}
.firehawk-crm-tributes .alert-warning .alert-link {
color: rgb(81.6, 61.76, 2.24);
}
.firehawk-crm-tributes .alert-danger {
color: rgb(132, 31.8, 41.4);
background-color: rgb(248, 214.6, 217.8);
border-color: rgb(244.5, 194.4, 199.2);
}
.firehawk-crm-tributes .alert-danger .alert-link {
color: rgb(105.6, 25.44, 33.12);
}
.firehawk-crm-tributes .alert-light {
color: rgb(99.2, 99.6, 100);
background-color: rgb(253.6, 253.8, 254);
border-color: rgb(252.9, 253.2, 253.5);
}
.firehawk-crm-tributes .alert-light .alert-link {
color: rgb(79.36, 79.68, 80);
}
.firehawk-crm-tributes .alert-dark {
color: rgb(19.8, 22.2, 24.6);
background-color: rgb(210.6, 211.4, 212.2);
border-color: rgb(188.4, 189.6, 190.8);
}
.firehawk-crm-tributes .alert-dark .alert-link {
color: rgb(15.84, 17.76, 19.68);
}
@keyframes progress-bar-stripes {
0% {
background-position-x: 1rem;
}
}
.firehawk-crm-tributes .progress {
display: -ms-flexbox;
display: flex;
height: 1rem;
overflow: hidden;
font-size: 0.75rem;
background-color: #e9ecef;
border-radius: 0.25rem;
}
.firehawk-crm-tributes .progress-bar {
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
-ms-flex-pack: center;
justify-content: center;
overflow: hidden;
color: #fff;
text-align: center;
white-space: nowrap;
background-color: #0d6efd;
transition: width 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
.firehawk-crm-tributes .progress-bar {
transition: none;
}
}
.firehawk-crm-tributes .progress-bar-striped {
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-size: 1rem 1rem;
}
.firehawk-crm-tributes .progress-bar-animated {
animation: 1s linear infinite progress-bar-stripes;
}
@media (prefers-reduced-motion: reduce) {
.firehawk-crm-tributes .progress-bar-animated {
animation: none;
}
}
.firehawk-crm-tributes .list-group {
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
padding-left: 0;
margin-bottom: 0;
border-radius: 0.25rem;
}
.firehawk-crm-tributes .list-group-numbered {
list-style-type: none;
counter-reset: section;
}
.firehawk-crm-tributes .list-group-numbered > li::before {
content: counters(section, ".") ". ";
counter-increment: section;
}
.firehawk-crm-tributes .list-group-item-action {
width: 100%;
color: #495057;
text-align: inherit;
}
.firehawk-crm-tributes .list-group-item-action:hover, .firehawk-crm-tributes .list-group-item-action:focus {
z-index: 1;
color: #495057;
text-decoration: none;
background-color: #f8f9fa;
}
.firehawk-crm-tributes .list-group-item-action:active {
color: #212529;
background-color: #e9ecef;
}
.firehawk-crm-tributes .list-group-item {
position: relative;
display: block;
padding: 0.5rem 1rem;
color: #212529;
text-decoration: none;
background-color: #fff;
border: 1px solid rgba(0, 0, 0, 0.125);
}
.firehawk-crm-tributes .list-group-item:first-child {
border-top-left-radius: inherit;
border-top-right-radius: inherit;
}
.firehawk-crm-tributes .list-group-item:last-child {
border-bottom-right-radius: inherit;
border-bottom-left-radius: inherit;
}
.firehawk-crm-tributes .list-group-item.disabled, .firehawk-crm-tributes .list-group-item:disabled {
color: #6c757d;
pointer-events: none;
background-color: #fff;
}
.firehawk-crm-tributes .list-group-item.active {
z-index: 2;
color: #fff;
background-color: #0d6efd;
border-color: #0d6efd;
}
.firehawk-crm-tributes .list-group-item + .firehawk-crm-tributes .list-group-item {
border-top-width: 0;
}
.firehawk-crm-tributes .list-group-item + .firehawk-crm-tributes .list-group-item.active {
margin-top: -1px;
border-top-width: 1px;
}
.firehawk-crm-tributes .list-group-horizontal {
-ms-flex-direction: row;
flex-direction: row;
}
.firehawk-crm-tributes .list-group-horizontal > .list-group-item:first-child {
border-bottom-left-radius: 0.25rem;
border-top-right-radius: 0;
}
.firehawk-crm-tributes .list-group-horizontal > .list-group-item:last-child {
border-top-right-radius: 0.25rem;
border-bottom-left-radius: 0;
}
.firehawk-crm-tributes .list-group-horizontal > .list-group-item.active {
margin-top: 0;
}
.firehawk-crm-tributes .list-group-horizontal > .list-group-item + .list-group-item {
border-top-width: 1px;
border-left-width: 0;
}
.firehawk-crm-tributes .list-group-horizontal > .list-group-item + .list-group-item.active {
margin-left: -1px;
border-left-width: 1px;
}
@media (min-width: 576px) {
.firehawk-crm-tributes .list-group-horizontal-sm {
-ms-flex-direction: row;
flex-direction: row;
}
.firehawk-crm-tributes .list-group-horizontal-sm > .list-group-item:first-child {
border-bottom-left-radius: 0.25rem;
border-top-right-radius: 0;
}
.firehawk-crm-tributes .list-group-horizontal-sm > .list-group-item:last-child {
border-top-right-radius: 0.25rem;
border-bottom-left-radius: 0;
}
.firehawk-crm-tributes .list-group-horizontal-sm > .list-group-item.active {
margin-top: 0;
}
.firehawk-crm-tributes .list-group-horizontal-sm > .list-group-item + .list-group-item {
border-top-width: 1px;
border-left-width: 0;
}
.firehawk-crm-tributes .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
margin-left: -1px;
border-left-width: 1px;
}
}
@media (min-width: 768px) {
.firehawk-crm-tributes .list-group-horizontal-md {
-ms-flex-direction: row;
flex-direction: row;
}
.firehawk-crm-tributes .list-group-horizontal-md > .list-group-item:first-child {
border-bottom-left-radius: 0.25rem;
border-top-right-radius: 0;
}
.firehawk-crm-tributes .list-group-horizontal-md > .list-group-item:last-child {
border-top-right-radius: 0.25rem;
border-bottom-left-radius: 0;
}
.firehawk-crm-tributes .list-group-horizontal-md > .list-group-item.active {
margin-top: 0;
}
.firehawk-crm-tributes .list-group-horizontal-md > .list-group-item + .list-group-item {
border-top-width: 1px;
border-left-width: 0;
}
.firehawk-crm-tributes .list-group-horizontal-md > .list-group-item + .list-group-item.active {
margin-left: -1px;
border-left-width: 1px;
}
}
@media (min-width: 992px) {
.firehawk-crm-tributes .list-group-horizontal-lg {
-ms-flex-direction: row;
flex-direction: row;
}
.firehawk-crm-tributes .list-group-horizontal-lg > .list-group-item:first-child {
border-bottom-left-radius: 0.25rem;
border-top-right-radius: 0;
}
.firehawk-crm-tributes .list-group-horizontal-lg > .list-group-item:last-child {
border-top-right-radius: 0.25rem;
border-bottom-left-radius: 0;
}
.firehawk-crm-tributes .list-group-horizontal-lg > .list-group-item.active {
margin-top: 0;
}
.firehawk-crm-tributes .list-group-horizontal-lg > .list-group-item + .list-group-item {
border-top-width: 1px;
border-left-width: 0;
}
.firehawk-crm-tributes .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
margin-left: -1px;
border-left-width: 1px;
}
}
@media (min-width: 1200px) {
.firehawk-crm-tributes .list-group-horizontal-xl {
-ms-flex-direction: row;
flex-direction: row;
}
.firehawk-crm-tributes .list-group-horizontal-xl > .list-group-item:first-child {
border-bottom-left-radius: 0.25rem;
border-top-right-radius: 0;
}
.firehawk-crm-tributes .list-group-horizontal-xl > .list-group-item:last-child {
border-top-right-radius: 0.25rem;
border-bottom-left-radius: 0;
}
.firehawk-crm-tributes .list-group-horizontal-xl > .list-group-item.active {
margin-top: 0;
}
.firehawk-crm-tributes .list-group-horizontal-xl > .list-group-item + .list-group-item {
border-top-width: 1px;
border-left-width: 0;
}
.firehawk-crm-tributes .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
margin-left: -1px;
border-left-width: 1px;
}
}
@media (min-width: 1400px) {
.firehawk-crm-tributes .list-group-horizontal-xxl {
-ms-flex-direction: row;
flex-direction: row;
}
.firehawk-crm-tributes .list-group-horizontal-xxl > .list-group-item:first-child {
border-bottom-left-radius: 0.25rem;
border-top-right-radius: 0;
}
.firehawk-crm-tributes .list-group-horizontal-xxl > .list-group-item:last-child {
border-top-right-radius: 0.25rem;
border-bottom-left-radius: 0;
}
.firehawk-crm-tributes .list-group-horizontal-xxl > .list-group-item.active {
margin-top: 0;
}
.firehawk-crm-tributes .list-group-horizontal-xxl > .list-group-item + .list-group-item {
border-top-width: 1px;
border-left-width: 0;
}
.firehawk-crm-tributes .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
margin-left: -1px;
border-left-width: 1px;
}
}
.firehawk-crm-tributes .list-group-flush {
border-radius: 0;
}
.firehawk-crm-tributes .list-group-flush > .list-group-item {
border-width: 0 0 1px;
}
.firehawk-crm-tributes .list-group-flush > .list-group-item:last-child {
border-bottom-width: 0;
}
.firehawk-crm-tributes .list-group-item-primary {
color: rgb(7.8, 66, 151.8);
background-color: rgb(206.6, 226, 254.6);
}
.firehawk-crm-tributes .list-group-item-primary.list-group-item-action:hover, .firehawk-crm-tributes .list-group-item-primary.list-group-item-action:focus {
color: rgb(7.8, 66, 151.8);
background-color: rgb(185.94, 203.4, 229.14);
}
.firehawk-crm-tributes .list-group-item-primary.list-group-item-action.active {
color: #fff;
background-color: rgb(7.8, 66, 151.8);
border-color: rgb(7.8, 66, 151.8);
}
.firehawk-crm-tributes .list-group-item-secondary {
color: rgb(64.8, 70.2, 75);
background-color: rgb(225.6, 227.4, 229);
}
.firehawk-crm-tributes .list-group-item-secondary.list-group-item-action:hover, .firehawk-crm-tributes .list-group-item-secondary.list-group-item-action:focus {
color: rgb(64.8, 70.2, 75);
background-color: rgb(203.04, 204.66, 206.1);
}
.firehawk-crm-tributes .list-group-item-secondary.list-group-item-action.active {
color: #fff;
background-color: rgb(64.8, 70.2, 75);
border-color: rgb(64.8, 70.2, 75);
}
.firehawk-crm-tributes .list-group-item-success {
color: rgb(15, 81, 50.4);
background-color: rgb(209, 231, 220.8);
}
.firehawk-crm-tributes .list-group-item-success.list-group-item-action:hover, .firehawk-crm-tributes .list-group-item-success.list-group-item-action:focus {
color: rgb(15, 81, 50.4);
background-color: rgb(188.1, 207.9, 198.72);
}
.firehawk-crm-tributes .list-group-item-success.list-group-item-action.active {
color: #fff;
background-color: rgb(15, 81, 50.4);
border-color: rgb(15, 81, 50.4);
}
.firehawk-crm-tributes .list-group-item-info {
color: rgb(5.2, 80.8, 96);
background-color: rgb(206.6, 244.4, 252);
}
.firehawk-crm-tributes .list-group-item-info.list-group-item-action:hover, .firehawk-crm-tributes .list-group-item-info.list-group-item-action:focus {
color: rgb(5.2, 80.8, 96);
background-color: rgb(185.94, 219.96, 226.8);
}
.firehawk-crm-tributes .list-group-item-info.list-group-item-action.active {
color: #fff;
background-color: rgb(5.2, 80.8, 96);
border-color: rgb(5.2, 80.8, 96);
}
.firehawk-crm-tributes .list-group-item-warning {
color: rgb(102, 77.2, 2.8);
background-color: rgb(255, 242.6, 205.4);
}
.firehawk-crm-tributes .list-group-item-warning.list-group-item-action:hover, .firehawk-crm-tributes .list-group-item-warning.list-group-item-action:focus {
color: rgb(102, 77.2, 2.8);
background-color: rgb(229.5, 218.34, 184.86);
}
.firehawk-crm-tributes .list-group-item-warning.list-group-item-action.active {
color: #fff;
background-color: rgb(102, 77.2, 2.8);
border-color: rgb(102, 77.2, 2.8);
}
.firehawk-crm-tributes .list-group-item-danger {
color: rgb(132, 31.8, 41.4);
background-color: rgb(248, 214.6, 217.8);
}
.firehawk-crm-tributes .list-group-item-danger.list-group-item-action:hover, .firehawk-crm-tributes .list-group-item-danger.list-group-item-action:focus {
color: rgb(132, 31.8, 41.4);
background-color: rgb(223.2, 193.14, 196.02);
}
.firehawk-crm-tributes .list-group-item-danger.list-group-item-action.active {
color: #fff;
background-color: rgb(132, 31.8, 41.4);
border-color: rgb(132, 31.8, 41.4);
}
.firehawk-crm-tributes .list-group-item-light {
color: rgb(99.2, 99.6, 100);
background-color: rgb(253.6, 253.8, 254);
}
.firehawk-crm-tributes .list-group-item-light.list-group-item-action:hover, .firehawk-crm-tributes .list-group-item-light.list-group-item-action:focus {
color: rgb(99.2, 99.6, 100);
background-color: rgb(228.24, 228.42, 228.6);
}
.firehawk-crm-tributes .list-group-item-light.list-group-item-action.active {
color: #fff;
background-color: rgb(99.2, 99.6, 100);
border-color: rgb(99.2, 99.6, 100);
}
.firehawk-crm-tributes .list-group-item-dark {
color: rgb(19.8, 22.2, 24.6);
background-color: rgb(210.6, 211.4, 212.2);
}
.firehawk-crm-tributes .list-group-item-dark.list-group-item-action:hover, .firehawk-crm-tributes .list-group-item-dark.list-group-item-action:focus {
color: rgb(19.8, 22.2, 24.6);
background-color: rgb(189.54, 190.26, 190.98);
}
.firehawk-crm-tributes .list-group-item-dark.list-group-item-action.active {
color: #fff;
background-color: rgb(19.8, 22.2, 24.6);
border-color: rgb(19.8, 22.2, 24.6);
}
.firehawk-crm-tributes .btn-close {
box-sizing: content-box;
width: 1em;
height: 1em;
padding: 0.25em 0.25em;
color: #000;
background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
border: 0;
border-radius: 0.25rem;
opacity: 0.5;
}
.firehawk-crm-tributes .btn-close:hover {
color: #000;
text-decoration: none;
opacity: 0.75;
}
.firehawk-crm-tributes .btn-close:focus {
outline: 0;
box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
opacity: 1;
}
.firehawk-crm-tributes .btn-close:disabled, .firehawk-crm-tributes .btn-close.disabled {
pointer-events: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
opacity: 0.25;
}
.firehawk-crm-tributes .btn-close-white {
filter: invert(1) grayscale(100%) brightness(200%);
}
.firehawk-crm-tributes .toast {
width: 350px;
max-width: 100%;
font-size: 0.875rem;
pointer-events: auto;
background-color: rgba(255, 255, 255, 0.85);
background-clip: padding-box;
border: 1px solid rgba(0, 0, 0, 0.1);
box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
border-radius: 0.25rem;
}
.firehawk-crm-tributes .toast:not(.showing):not(.show) {
opacity: 0;
}
.firehawk-crm-tributes .toast.hide {
display: none;
}
.firehawk-crm-tributes .toast-container {
width: -webkit-max-content;
width: -moz-max-content;
width: max-content;
max-width: 100%;
pointer-events: none;
}
.firehawk-crm-tributes .toast-container > :not(:last-child) {
margin-bottom: 0.75rem;
}
.firehawk-crm-tributes .toast-header {
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
padding: 0.5rem 0.75rem;
color: #6c757d;
background-color: rgba(255, 255, 255, 0.85);
background-clip: padding-box;
border-bottom: 1px solid rgba(0, 0, 0, 0.05);
border-top-left-radius: calc(0.25rem - 1px);
border-top-right-radius: calc(0.25rem - 1px);
}
.firehawk-crm-tributes .toast-header .btn-close {
margin-right: -0.375rem;
margin-left: 0.75rem;
}
.firehawk-crm-tributes .toast-body {
padding: 0.75rem;
word-wrap: break-word;
}
.firehawk-crm-tributes .modal {
position: fixed;
top: 0;
left: 0;
z-index: 1060;
display: none;
width: 100%;
height: 100%;
overflow-x: hidden;
overflow-y: auto;
outline: 0;
}
.firehawk-crm-tributes .modal-dialog {
position: relative;
width: auto;
margin: 0.5rem;
pointer-events: none;
}
.modal.fade .firehawk-crm-tributes .modal-dialog {
transition: transform 0.3s ease-out;
transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
.modal.fade .firehawk-crm-tributes .modal-dialog {
transition: none;
}
}
.modal.show .firehawk-crm-tributes .modal-dialog {
transform: none;
}
.modal.modal-static .firehawk-crm-tributes .modal-dialog {
transform: scale(1.02);
}
.firehawk-crm-tributes .modal-dialog-scrollable {
height: calc(100% - 1rem);
}
.firehawk-crm-tributes .modal-dialog-scrollable .modal-content {
max-height: 100%;
overflow: hidden;
}
.firehawk-crm-tributes .modal-dialog-scrollable .modal-body {
overflow-y: auto;
}
.firehawk-crm-tributes .modal-dialog-centered {
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
min-height: calc(100% - 1rem);
}
.firehawk-crm-tributes .modal-content {
position: relative;
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
width: 100%;
pointer-events: auto;
background-color: #fff;
background-clip: padding-box;
border: 1px solid rgba(0, 0, 0, 0.2);
border-radius: 0.3rem;
outline: 0;
}
.firehawk-crm-tributes .modal-backdrop {
position: fixed;
top: 0;
left: 0;
z-index: 1040;
width: 100vw;
height: 100vh;
background-color: #000;
}
.firehawk-crm-tributes .modal-backdrop.fade {
opacity: 0;
}
.firehawk-crm-tributes .modal-backdrop.show {
opacity: 0.5;
}
.firehawk-crm-tributes .modal-header {
display: -ms-flexbox;
display: flex;
-ms-flex-negative: 0;
flex-shrink: 0;
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: justify;
justify-content: space-between;
padding: 1rem 1rem;
border-bottom: 1px solid #dee2e6;
border-top-left-radius: calc(0.3rem - 1px);
border-top-right-radius: calc(0.3rem - 1px);
}
.firehawk-crm-tributes .modal-header .btn-close {
padding: 0.5rem 0.5rem;
margin: -0.5rem -0.5rem -0.5rem auto;
}
.firehawk-crm-tributes .modal-title {
margin-bottom: 0;
line-height: 1.5;
}
.firehawk-crm-tributes .modal-body {
position: relative;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
padding: 1rem;
}
.firehawk-crm-tributes .modal-footer {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-ms-flex-negative: 0;
flex-shrink: 0;
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: end;
justify-content: flex-end;
padding: 0.75rem;
border-top: 1px solid #dee2e6;
border-bottom-right-radius: calc(0.3rem - 1px);
border-bottom-left-radius: calc(0.3rem - 1px);
}
.firehawk-crm-tributes .modal-footer > * {
margin: 0.25rem;
}
@media (min-width: 576px) {
.firehawk-crm-tributes .modal-dialog {
max-width: 500px;
margin: 1.75rem auto;
}
.firehawk-crm-tributes .modal-dialog-scrollable {
height: calc(100% - 3.5rem);
}
.firehawk-crm-tributes .modal-dialog-centered {
min-height: calc(100% - 3.5rem);
}
.firehawk-crm-tributes .modal-sm {
max-width: 300px;
}
}
@media (min-width: 992px) {
.firehawk-crm-tributes .modal-lg,
.firehawk-crm-tributes .modal-xl {
max-width: 800px;
}
}
@media (min-width: 1200px) {
.firehawk-crm-tributes .modal-xl {
max-width: 1140px;
}
}
.firehawk-crm-tributes .modal-fullscreen {
width: 100vw;
max-width: none;
height: 100%;
margin: 0;
}
.firehawk-crm-tributes .modal-fullscreen .modal-content {
height: 100%;
border: 0;
border-radius: 0;
}
.firehawk-crm-tributes .modal-fullscreen .modal-header {
border-radius: 0;
}
.firehawk-crm-tributes .modal-fullscreen .modal-body {
overflow-y: auto;
}
.firehawk-crm-tributes .modal-fullscreen .modal-footer {
border-radius: 0;
}
@media (max-width: 575.98px) {
.firehawk-crm-tributes .modal-fullscreen-sm-down {
width: 100vw;
max-width: none;
height: 100%;
margin: 0;
}
.firehawk-crm-tributes .modal-fullscreen-sm-down .modal-content {
height: 100%;
border: 0;
border-radius: 0;
}
.firehawk-crm-tributes .modal-fullscreen-sm-down .modal-header {
border-radius: 0;
}
.firehawk-crm-tributes .modal-fullscreen-sm-down .modal-body {
overflow-y: auto;
}
.firehawk-crm-tributes .modal-fullscreen-sm-down .modal-footer {
border-radius: 0;
}
}
@media (max-width: 767.98px) {
.firehawk-crm-tributes .modal-fullscreen-md-down {
width: 100vw;
max-width: none;
height: 100%;
margin: 0;
}
.firehawk-crm-tributes .modal-fullscreen-md-down .modal-content {
height: 100%;
border: 0;
border-radius: 0;
}
.firehawk-crm-tributes .modal-fullscreen-md-down .modal-header {
border-radius: 0;
}
.firehawk-crm-tributes .modal-fullscreen-md-down .modal-body {
overflow-y: auto;
}
.firehawk-crm-tributes .modal-fullscreen-md-down .modal-footer {
border-radius: 0;
}
}
@media (max-width: 991.98px) {
.firehawk-crm-tributes .modal-fullscreen-lg-down {
width: 100vw;
max-width: none;
height: 100%;
margin: 0;
}
.firehawk-crm-tributes .modal-fullscreen-lg-down .modal-content {
height: 100%;
border: 0;
border-radius: 0;
}
.firehawk-crm-tributes .modal-fullscreen-lg-down .modal-header {
border-radius: 0;
}
.firehawk-crm-tributes .modal-fullscreen-lg-down .modal-body {
overflow-y: auto;
}
.firehawk-crm-tributes .modal-fullscreen-lg-down .modal-footer {
border-radius: 0;
}
}
@media (max-width: 1199.98px) {
.firehawk-crm-tributes .modal-fullscreen-xl-down {
width: 100vw;
max-width: none;
height: 100%;
margin: 0;
}
.firehawk-crm-tributes .modal-fullscreen-xl-down .modal-content {
height: 100%;
border: 0;
border-radius: 0;
}
.firehawk-crm-tributes .modal-fullscreen-xl-down .modal-header {
border-radius: 0;
}
.firehawk-crm-tributes .modal-fullscreen-xl-down .modal-body {
overflow-y: auto;
}
.firehawk-crm-tributes .modal-fullscreen-xl-down .modal-footer {
border-radius: 0;
}
}
@media (max-width: 1399.98px) {
.firehawk-crm-tributes .modal-fullscreen-xxl-down {
width: 100vw;
max-width: none;
height: 100%;
margin: 0;
}
.firehawk-crm-tributes .modal-fullscreen-xxl-down .modal-content {
height: 100%;
border: 0;
border-radius: 0;
}
.firehawk-crm-tributes .modal-fullscreen-xxl-down .modal-header {
border-radius: 0;
}
.firehawk-crm-tributes .modal-fullscreen-xxl-down .modal-body {
overflow-y: auto;
}
.firehawk-crm-tributes .modal-fullscreen-xxl-down .modal-footer {
border-radius: 0;
}
}
.firehawk-crm-tributes .tooltip {
position: absolute;
z-index: 1080;
display: block;
margin: 0;
font-family: var(--bs-font-sans-serif);
font-style: normal;
font-weight: 400;
line-height: 1.5;
text-align: left;
text-align: start;
text-decoration: none;
text-shadow: none;
text-transform: none;
letter-spacing: normal;
word-break: normal;
word-spacing: normal;
white-space: normal;
line-break: auto;
font-size: 0.875rem;
word-wrap: break-word;
opacity: 0;
}
.firehawk-crm-tributes .tooltip.show {
opacity: 0.9;
}
.firehawk-crm-tributes .tooltip .tooltip-arrow {
position: absolute;
display: block;
width: 0.8rem;
height: 0.4rem;
}
.firehawk-crm-tributes .tooltip .tooltip-arrow::before {
position: absolute;
content: "";
border-color: transparent;
border-style: solid;
}
.firehawk-crm-tributes .bs-tooltip-top, .firehawk-crm-tributes .bs-tooltip-auto[data-popper-placement^=top] {
padding: 0.4rem 0;
}
.firehawk-crm-tributes .bs-tooltip-top .tooltip-arrow, .firehawk-crm-tributes .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow {
bottom: 0;
}
.firehawk-crm-tributes .bs-tooltip-top .tooltip-arrow::before, .firehawk-crm-tributes .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {
top: -1px;
border-width: 0.4rem 0.4rem 0;
border-top-color: #000;
}
.firehawk-crm-tributes .bs-tooltip-end, .firehawk-crm-tributes .bs-tooltip-auto[data-popper-placement^=right] {
padding: 0 0.4rem;
}
.firehawk-crm-tributes .bs-tooltip-end .tooltip-arrow, .firehawk-crm-tributes .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow {
left: 0;
width: 0.4rem;
height: 0.8rem;
}
.firehawk-crm-tributes .bs-tooltip-end .tooltip-arrow::before, .firehawk-crm-tributes .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {
right: -1px;
border-width: 0.4rem 0.4rem 0.4rem 0;
border-right-color: #000;
}
.firehawk-crm-tributes .bs-tooltip-bottom, .firehawk-crm-tributes .bs-tooltip-auto[data-popper-placement^=bottom] {
padding: 0.4rem 0;
}
.firehawk-crm-tributes .bs-tooltip-bottom .tooltip-arrow, .firehawk-crm-tributes .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow {
top: 0;
}
.firehawk-crm-tributes .bs-tooltip-bottom .tooltip-arrow::before, .firehawk-crm-tributes .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before {
bottom: -1px;
border-width: 0 0.4rem 0.4rem;
border-bottom-color: #000;
}
.firehawk-crm-tributes .bs-tooltip-start, .firehawk-crm-tributes .bs-tooltip-auto[data-popper-placement^=left] {
padding: 0 0.4rem;
}
.firehawk-crm-tributes .bs-tooltip-start .tooltip-arrow, .firehawk-crm-tributes .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow {
right: 0;
width: 0.4rem;
height: 0.8rem;
}
.firehawk-crm-tributes .bs-tooltip-start .tooltip-arrow::before, .firehawk-crm-tributes .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {
left: -1px;
border-width: 0.4rem 0 0.4rem 0.4rem;
border-left-color: #000;
}
.firehawk-crm-tributes .tooltip-inner {
max-width: 200px;
padding: 0.25rem 0.5rem;
color: #fff;
text-align: center;
background-color: #000;
border-radius: 0.25rem;
}
.firehawk-crm-tributes .popover {
position: absolute;
top: 0;
left: 0 ;
z-index: 1070;
display: block;
max-width: 276px;
font-family: var(--bs-font-sans-serif);
font-style: normal;
font-weight: 400;
line-height: 1.5;
text-align: left;
text-align: start;
text-decoration: none;
text-shadow: none;
text-transform: none;
letter-spacing: normal;
word-break: normal;
word-spacing: normal;
white-space: normal;
line-break: auto;
font-size: 0.875rem;
word-wrap: break-word;
background-color: #fff;
background-clip: padding-box;
border: 1px solid rgba(0, 0, 0, 0.2);
border-radius: 0.3rem;
}
.firehawk-crm-tributes .popover .popover-arrow {
position: absolute;
display: block;
width: 1rem;
height: 0.5rem;
}
.firehawk-crm-tributes .popover .popover-arrow::before, .firehawk-crm-tributes .popover .popover-arrow::after {
position: absolute;
display: block;
content: "";
border-color: transparent;
border-style: solid;
}
.firehawk-crm-tributes .bs-popover-top > .popover-arrow, .firehawk-crm-tributes .bs-popover-auto[data-popper-placement^=top] > .popover-arrow {
bottom: calc(-0.5rem - 1px);
}
.firehawk-crm-tributes .bs-popover-top > .popover-arrow::before, .firehawk-crm-tributes .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before {
bottom: 0;
border-width: 0.5rem 0.5rem 0;
border-top-color: rgba(0, 0, 0, 0.25);
}
.firehawk-crm-tributes .bs-popover-top > .popover-arrow::after, .firehawk-crm-tributes .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after {
bottom: 1px;
border-width: 0.5rem 0.5rem 0;
border-top-color: #fff;
}
.firehawk-crm-tributes .bs-popover-end > .popover-arrow, .firehawk-crm-tributes .bs-popover-auto[data-popper-placement^=right] > .popover-arrow {
left: calc(-0.5rem - 1px);
width: 0.5rem;
height: 1rem;
}
.firehawk-crm-tributes .bs-popover-end > .popover-arrow::before, .firehawk-crm-tributes .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before {
left: 0;
border-width: 0.5rem 0.5rem 0.5rem 0;
border-right-color: rgba(0, 0, 0, 0.25);
}
.firehawk-crm-tributes .bs-popover-end > .popover-arrow::after, .firehawk-crm-tributes .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after {
left: 1px;
border-width: 0.5rem 0.5rem 0.5rem 0;
border-right-color: #fff;
}
.firehawk-crm-tributes .bs-popover-bottom > .popover-arrow, .firehawk-crm-tributes .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow {
top: calc(-0.5rem - 1px);
}
.firehawk-crm-tributes .bs-popover-bottom > .popover-arrow::before, .firehawk-crm-tributes .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before {
top: 0;
border-width: 0 0.5rem 0.5rem 0.5rem;
border-bottom-color: rgba(0, 0, 0, 0.25);
}
.firehawk-crm-tributes .bs-popover-bottom > .popover-arrow::after, .firehawk-crm-tributes .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after {
top: 1px;
border-width: 0 0.5rem 0.5rem 0.5rem;
border-bottom-color: #fff;
}
.firehawk-crm-tributes .bs-popover-bottom .popover-header::before, .firehawk-crm-tributes .bs-popover-auto[data-popper-placement^=bottom] .popover-header::before {
position: absolute;
top: 0;
left: 50%;
display: block;
width: 1rem;
margin-left: -0.5rem;
content: "";
border-bottom: 1px solid rgb(239.7, 239.7, 239.7);
}
.firehawk-crm-tributes .bs-popover-start > .popover-arrow, .firehawk-crm-tributes .bs-popover-auto[data-popper-placement^=left] > .popover-arrow {
right: calc(-0.5rem - 1px);
width: 0.5rem;
height: 1rem;
}
.firehawk-crm-tributes .bs-popover-start > .popover-arrow::before, .firehawk-crm-tributes .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before {
right: 0;
border-width: 0.5rem 0 0.5rem 0.5rem;
border-left-color: rgba(0, 0, 0, 0.25);
}
.firehawk-crm-tributes .bs-popover-start > .popover-arrow::after, .firehawk-crm-tributes .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after {
right: 1px;
border-width: 0.5rem 0 0.5rem 0.5rem;
border-left-color: #fff;
}
.firehawk-crm-tributes .popover-header {
padding: 0.5rem 1rem;
margin-bottom: 0;
font-size: 1rem;
background-color: rgb(239.7, 239.7, 239.7);
border-bottom: 1px solid rgba(0, 0, 0, 0.2);
border-top-left-radius: calc(0.3rem - 1px);
border-top-right-radius: calc(0.3rem - 1px);
}
.firehawk-crm-tributes .popover-header:empty {
display: none;
}
.firehawk-crm-tributes .popover-body {
padding: 1rem 1rem;
color: #212529;
}
.firehawk-crm-tributes .carousel {
position: relative;
}
.firehawk-crm-tributes .carousel.pointer-event {
-ms-touch-action: pan-y;
touch-action: pan-y;
}
.firehawk-crm-tributes .carousel-inner {
position: relative;
width: 100%;
overflow: hidden;
}
.firehawk-crm-tributes .carousel-inner::after {
display: block;
clear: both;
content: "";
}
.firehawk-crm-tributes .carousel-item {
position: relative;
display: none;
float: left;
width: 100%;
margin-right: -100%;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
.firehawk-crm-tributes .carousel-item {
transition: none;
}
}
.firehawk-crm-tributes .carousel-item.active,
.firehawk-crm-tributes .carousel-item-next,
.firehawk-crm-tributes .carousel-item-prev {
display: block;
}
.firehawk-crm-tributes .carousel-item-next:not(.carousel-item-start),
.firehawk-crm-tributes .active.carousel-item-end {
transform: translateX(100%);
}
.firehawk-crm-tributes .carousel-item-prev:not(.carousel-item-end),
.firehawk-crm-tributes .active.carousel-item-start {
transform: translateX(-100%);
}
.firehawk-crm-tributes .carousel-fade .carousel-item {
opacity: 0;
transition-property: opacity;
transform: none;
}
.firehawk-crm-tributes .carousel-fade .carousel-item.active,
.firehawk-crm-tributes .carousel-fade .carousel-item-next.carousel-item-start,
.firehawk-crm-tributes .carousel-fade .carousel-item-prev.carousel-item-end {
z-index: 1;
opacity: 1;
}
.firehawk-crm-tributes .carousel-fade .active.carousel-item-start,
.firehawk-crm-tributes .carousel-fade .active.carousel-item-end {
z-index: 0;
opacity: 0;
transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
.firehawk-crm-tributes .carousel-fade .active.carousel-item-start,
.firehawk-crm-tributes .carousel-fade .active.carousel-item-end {
transition: none;
}
}
.firehawk-crm-tributes .carousel-control-prev,
.firehawk-crm-tributes .carousel-control-next {
position: absolute;
top: 0;
bottom: 0;
z-index: 1;
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: center;
justify-content: center;
width: 15%;
padding: 0;
color: #fff;
text-align: center;
background: none;
border: 0;
opacity: 0.5;
transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
.firehawk-crm-tributes .carousel-control-prev,
.firehawk-crm-tributes .carousel-control-next {
transition: none;
}
}
.firehawk-crm-tributes .carousel-control-prev:hover, .firehawk-crm-tributes .carousel-control-prev:focus,
.firehawk-crm-tributes .carousel-control-next:hover,
.firehawk-crm-tributes .carousel-control-next:focus {
color: #fff;
text-decoration: none;
outline: 0;
opacity: 0.9;
}
.firehawk-crm-tributes .carousel-control-prev {
left: 0;
}
.firehawk-crm-tributes .carousel-control-next {
right: 0;
}
.firehawk-crm-tributes .carousel-control-prev-icon,
.firehawk-crm-tributes .carousel-control-next-icon {
display: inline-block;
width: 2rem;
height: 2rem;
background-repeat: no-repeat;
background-position: 50%;
background-size: 100% 100%;
}
.firehawk-crm-tributes .carousel-control-prev-icon {
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}
.firehawk-crm-tributes .carousel-control-next-icon {
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.firehawk-crm-tributes .carousel-indicators {
position: absolute;
right: 0;
bottom: 0;
left: 0;
z-index: 2;
display: -ms-flexbox;
display: flex;
-ms-flex-pack: center;
justify-content: center;
padding: 0;
margin-right: 15%;
margin-bottom: 1rem;
margin-left: 15%;
list-style: none;
}
.firehawk-crm-tributes .carousel-indicators [data-bs-target] {
box-sizing: content-box;
-ms-flex: 0 1 auto;
flex: 0 1 auto;
width: 30px;
height: 3px;
padding: 0;
margin-right: 3px;
margin-left: 3px;
text-indent: -999px;
cursor: pointer;
background-color: #fff;
background-clip: padding-box;
border: 0;
border-top: 10px solid transparent;
border-bottom: 10px solid transparent;
opacity: 0.5;
transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
.firehawk-crm-tributes .carousel-indicators [data-bs-target] {
transition: none;
}
}
.firehawk-crm-tributes .carousel-indicators .active {
opacity: 1;
}
.firehawk-crm-tributes .carousel-caption {
position: absolute;
right: 15%;
bottom: 1.25rem;
left: 15%;
padding-top: 1.25rem;
padding-bottom: 1.25rem;
color: #fff;
text-align: center;
}
.firehawk-crm-tributes .carousel-dark .carousel-control-prev-icon,
.firehawk-crm-tributes .carousel-dark .carousel-control-next-icon {
filter: invert(1) grayscale(100);
}
.firehawk-crm-tributes .carousel-dark .carousel-indicators [data-bs-target] {
background-color: #000;
}
.firehawk-crm-tributes .carousel-dark .carousel-caption {
color: #000;
}
@keyframes spinner-border {
to {
transform: rotate(360deg) ;
}
}
.firehawk-crm-tributes .spinner-border {
display: inline-block;
width: 2rem;
height: 2rem;
vertical-align: -0.125em;
border: 0.25em solid currentColor;
border-right-color: transparent;
border-radius: 50%;
animation: 0.75s linear infinite spinner-border;
}
.firehawk-crm-tributes .spinner-border-sm {
width: 1rem;
height: 1rem;
border-width: 0.2em;
}
@keyframes spinner-grow {
0% {
transform: scale(0);
}
50% {
opacity: 1;
transform: none;
}
}
.firehawk-crm-tributes .spinner-grow {
display: inline-block;
width: 2rem;
height: 2rem;
vertical-align: -0.125em;
background-color: currentColor;
border-radius: 50%;
opacity: 0;
animation: 0.75s linear infinite spinner-grow;
}
.firehawk-crm-tributes .spinner-grow-sm {
width: 1rem;
height: 1rem;
}
@media (prefers-reduced-motion: reduce) {
.firehawk-crm-tributes .spinner-border,
.firehawk-crm-tributes .spinner-grow {
animation-duration: 1.5s;
}
}
.firehawk-crm-tributes .offcanvas {
position: fixed;
bottom: 0;
z-index: 1050;
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
max-width: 100%;
visibility: hidden;
background-color: #fff;
background-clip: padding-box;
outline: 0;
transition: transform 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
.firehawk-crm-tributes .offcanvas {
transition: none;
}
}
.firehawk-crm-tributes .offcanvas-header {
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: justify;
justify-content: space-between;
padding: 1rem 1rem;
}
.firehawk-crm-tributes .offcanvas-header .btn-close {
padding: 0.5rem 0.5rem;
margin-top: -0.5rem;
margin-right: -0.5rem;
margin-bottom: -0.5rem;
}
.firehawk-crm-tributes .offcanvas-title {
margin-bottom: 0;
line-height: 1.5;
}
.firehawk-crm-tributes .offcanvas-body {
-ms-flex-positive: 1;
flex-grow: 1;
padding: 1rem 1rem;
overflow-y: auto;
}
.firehawk-crm-tributes .offcanvas-start {
top: 0;
left: 0;
width: 400px;
border-right: 1px solid rgba(0, 0, 0, 0.2);
transform: translateX(-100%);
}
.firehawk-crm-tributes .offcanvas-end {
top: 0;
right: 0;
width: 400px;
border-left: 1px solid rgba(0, 0, 0, 0.2);
transform: translateX(100%);
}
.firehawk-crm-tributes .offcanvas-top {
top: 0;
right: 0;
left: 0;
height: 30vh;
max-height: 100%;
border-bottom: 1px solid rgba(0, 0, 0, 0.2);
transform: translateY(-100%);
}
.firehawk-crm-tributes .offcanvas-bottom {
right: 0;
left: 0;
height: 30vh;
max-height: 100%;
border-top: 1px solid rgba(0, 0, 0, 0.2);
transform: translateY(100%);
}
.firehawk-crm-tributes .offcanvas.show {
transform: none;
}
.firehawk-crm-tributes .clearfix::after {
display: block;
clear: both;
content: "";
}
.firehawk-crm-tributes .link-primary {
color: #0d6efd;
}
.firehawk-crm-tributes .link-primary:hover, .firehawk-crm-tributes .link-primary:focus {
color: rgb(10.4, 88, 202.4);
}
.firehawk-crm-tributes .link-secondary {
color: #6c757d;
}
.firehawk-crm-tributes .link-secondary:hover, .firehawk-crm-tributes .link-secondary:focus {
color: rgb(86.4, 93.6, 100);
}
.firehawk-crm-tributes .link-success {
color: #198754;
}
.firehawk-crm-tributes .link-success:hover, .firehawk-crm-tributes .link-success:focus {
color: rgb(20, 108, 67.2);
}
.firehawk-crm-tributes .link-info {
color: #0dcaf0;
}
.firehawk-crm-tributes .link-info:hover, .firehawk-crm-tributes .link-info:focus {
color: rgb(61.4, 212.6, 243);
}
.firehawk-crm-tributes .link-warning {
color: #ffc107;
}
.firehawk-crm-tributes .link-warning:hover, .firehawk-crm-tributes .link-warning:focus {
color: rgb(255, 205.4, 56.6);
}
.firehawk-crm-tributes .link-danger {
color: #dc3545;
}
.firehawk-crm-tributes .link-danger:hover, .firehawk-crm-tributes .link-danger:focus {
color: rgb(176, 42.4, 55.2);
}
.firehawk-crm-tributes .link-light {
color: #f8f9fa;
}
.firehawk-crm-tributes .link-light:hover, .firehawk-crm-tributes .link-light:focus {
color: rgb(249.4, 250.2, 251);
}
.firehawk-crm-tributes .link-dark {
color: #212529;
}
.firehawk-crm-tributes .link-dark:hover, .firehawk-crm-tributes .link-dark:focus {
color: rgb(26.4, 29.6, 32.8);
}
.firehawk-crm-tributes .ratio {
position: relative;
width: 100%;
}
.firehawk-crm-tributes .ratio::before {
display: block;
padding-top: var(--bs-aspect-ratio);
content: "";
}
.firehawk-crm-tributes .ratio > * {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.firehawk-crm-tributes .ratio-1x1 {
--bs-aspect-ratio: 100%;
}
.firehawk-crm-tributes .ratio-4x3 {
--bs-aspect-ratio: 75%;
}
.firehawk-crm-tributes .ratio-16x9 {
--bs-aspect-ratio: 56.25%;
}
.firehawk-crm-tributes .ratio-21x9 {
--bs-aspect-ratio: 42.8571428571%;
}
.firehawk-crm-tributes .fixed-top {
position: fixed;
top: 0;
right: 0;
left: 0;
z-index: 1030;
}
.firehawk-crm-tributes .fixed-bottom {
position: fixed;
right: 0;
bottom: 0;
left: 0;
z-index: 1030;
}
.firehawk-crm-tributes .sticky-top {
position: -webkit-sticky;
position: sticky;
top: 0;
z-index: 1020;
}
@media (min-width: 576px) {
.firehawk-crm-tributes .sticky-sm-top {
position: -webkit-sticky;
position: sticky;
top: 0;
z-index: 1020;
}
}
@media (min-width: 768px) {
.firehawk-crm-tributes .sticky-md-top {
position: -webkit-sticky;
position: sticky;
top: 0;
z-index: 1020;
}
}
@media (min-width: 992px) {
.firehawk-crm-tributes .sticky-lg-top {
position: -webkit-sticky;
position: sticky;
top: 0;
z-index: 1020;
}
}
@media (min-width: 1200px) {
.firehawk-crm-tributes .sticky-xl-top {
position: -webkit-sticky;
position: sticky;
top: 0;
z-index: 1020;
}
}
@media (min-width: 1400px) {
.firehawk-crm-tributes .sticky-xxl-top {
position: -webkit-sticky;
position: sticky;
top: 0;
z-index: 1020;
}
}
.firehawk-crm-tributes .visually-hidden,
.firehawk-crm-tributes .visually-hidden-focusable:not(:focus):not(:focus-within) {
position: absolute !important;
width: 1px !important;
height: 1px !important;
padding: 0 !important;
margin: -1px !important;
overflow: hidden !important;
clip: rect(0, 0, 0, 0) !important;
white-space: nowrap !important;
border: 0 !important;
}
.firehawk-crm-tributes .stretched-link::after {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1;
content: "";
}
.firehawk-crm-tributes .text-truncate {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.firehawk-crm-tributes .align-baseline {
vertical-align: baseline !important;
}
.firehawk-crm-tributes .align-top {
vertical-align: top !important;
}
.firehawk-crm-tributes .align-middle {
vertical-align: middle !important;
}
.firehawk-crm-tributes .align-bottom {
vertical-align: bottom !important;
}
.firehawk-crm-tributes .align-text-bottom {
vertical-align: text-bottom !important;
}
.firehawk-crm-tributes .align-text-top {
vertical-align: text-top !important;
}
.firehawk-crm-tributes .float-start {
float: left !important;
}
.firehawk-crm-tributes .float-end {
float: right !important;
}
.firehawk-crm-tributes .float-none {
float: none !important;
}
.firehawk-crm-tributes .overflow-auto {
overflow: auto !important;
}
.firehawk-crm-tributes .overflow-hidden {
overflow: hidden !important;
}
.firehawk-crm-tributes .overflow-visible {
overflow: visible !important;
}
.firehawk-crm-tributes .overflow-scroll {
overflow: scroll !important;
}
.firehawk-crm-tributes .d-inline {
display: inline !important;
}
.firehawk-crm-tributes .d-inline-block {
display: inline-block !important;
}
.firehawk-crm-tributes .d-block {
display: block !important;
}
.firehawk-crm-tributes .d-grid {
display: -ms-grid !important;
display: grid !important;
}
.firehawk-crm-tributes .d-table {
display: table !important;
}
.firehawk-crm-tributes .d-table-row {
display: table-row !important;
}
.firehawk-crm-tributes .d-table-cell {
display: table-cell !important;
}
.firehawk-crm-tributes .d-flex {
display: -ms-flexbox !important;
display: flex !important;
}
.firehawk-crm-tributes .d-inline-flex {
display: -ms-inline-flexbox !important;
display: inline-flex !important;
}
.firehawk-crm-tributes .d-none {
display: none !important;
}
.firehawk-crm-tributes .shadow {
box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.firehawk-crm-tributes .shadow-sm {
box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
.firehawk-crm-tributes .shadow-lg {
box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}
.firehawk-crm-tributes .shadow-none {
box-shadow: none !important;
}
.firehawk-crm-tributes .position-static {
position: static !important;
}
.firehawk-crm-tributes .position-relative {
position: relative !important;
}
.firehawk-crm-tributes .position-absolute {
position: absolute !important;
}
.firehawk-crm-tributes .position-fixed {
position: fixed !important;
}
.firehawk-crm-tributes .position-sticky {
position: -webkit-sticky !important;
position: sticky !important;
}
.firehawk-crm-tributes .top-0 {
top: 0 !important;
}
.firehawk-crm-tributes .top-50 {
top: 50% !important;
}
.firehawk-crm-tributes .top-100 {
top: 100% !important;
}
.firehawk-crm-tributes .bottom-0 {
bottom: 0 !important;
}
.firehawk-crm-tributes .bottom-50 {
bottom: 50% !important;
}
.firehawk-crm-tributes .bottom-100 {
bottom: 100% !important;
}
.firehawk-crm-tributes .start-0 {
left: 0 !important;
}
.firehawk-crm-tributes .start-50 {
left: 50% !important;
}
.firehawk-crm-tributes .start-100 {
left: 100% !important;
}
.firehawk-crm-tributes .end-0 {
right: 0 !important;
}
.firehawk-crm-tributes .end-50 {
right: 50% !important;
}
.firehawk-crm-tributes .end-100 {
right: 100% !important;
}
.firehawk-crm-tributes .translate-middle {
transform: translate(-50%, -50%) !important;
}
.firehawk-crm-tributes .translate-middle-x {
transform: translateX(-50%) !important;
}
.firehawk-crm-tributes .translate-middle-y {
transform: translateY(-50%) !important;
}
.firehawk-crm-tributes .border {
border: 1px solid #dee2e6 !important;
}
.firehawk-crm-tributes .border-0 {
border: 0 !important;
}
.firehawk-crm-tributes .border-top {
border-top: 1px solid #dee2e6 !important;
}
.firehawk-crm-tributes .border-top-0 {
border-top: 0 !important;
}
.firehawk-crm-tributes .border-end {
border-right: 1px solid #dee2e6 !important;
}
.firehawk-crm-tributes .border-end-0 {
border-right: 0 !important;
}
.firehawk-crm-tributes .border-bottom {
border-bottom: 1px solid #dee2e6 !important;
}
.firehawk-crm-tributes .border-bottom-0 {
border-bottom: 0 !important;
}
.firehawk-crm-tributes .border-start {
border-left: 1px solid #dee2e6 !important;
}
.firehawk-crm-tributes .border-start-0 {
border-left: 0 !important;
}
.firehawk-crm-tributes .border-primary {
border-color: #0d6efd !important;
}
.firehawk-crm-tributes .border-secondary {
border-color: #6c757d !important;
}
.firehawk-crm-tributes .border-success {
border-color: #198754 !important;
}
.firehawk-crm-tributes .border-info {
border-color: #0dcaf0 !important;
}
.firehawk-crm-tributes .border-warning {
border-color: #ffc107 !important;
}
.firehawk-crm-tributes .border-danger {
border-color: #dc3545 !important;
}
.firehawk-crm-tributes .border-light {
border-color: #f8f9fa !important;
}
.firehawk-crm-tributes .border-dark {
border-color: #212529 !important;
}
.firehawk-crm-tributes .border-white {
border-color: #fff !important;
}
.firehawk-crm-tributes .border-1 {
border-width: 1px !important;
}
.firehawk-crm-tributes .border-2 {
border-width: 2px !important;
}
.firehawk-crm-tributes .border-3 {
border-width: 3px !important;
}
.firehawk-crm-tributes .border-4 {
border-width: 4px !important;
}
.firehawk-crm-tributes .border-5 {
border-width: 5px !important;
}
.firehawk-crm-tributes .w-25 {
width: 25% !important;
}
.firehawk-crm-tributes .w-50 {
width: 50% !important;
}
.firehawk-crm-tributes .w-75 {
width: 75% !important;
}
.firehawk-crm-tributes .w-100 {
width: 100% !important;
}
.firehawk-crm-tributes .w-auto {
width: auto !important;
}
.firehawk-crm-tributes .mw-100 {
max-width: 100% !important;
}
.firehawk-crm-tributes .vw-100 {
width: 100vw !important;
}
.firehawk-crm-tributes .min-vw-100 {
min-width: 100vw !important;
}
.firehawk-crm-tributes .h-25 {
height: 25% !important;
}
.firehawk-crm-tributes .h-50 {
height: 50% !important;
}
.firehawk-crm-tributes .h-75 {
height: 75% !important;
}
.firehawk-crm-tributes .h-100 {
height: 100% !important;
}
.firehawk-crm-tributes .h-auto {
height: auto !important;
}
.firehawk-crm-tributes .mh-100 {
max-height: 100% !important;
}
.firehawk-crm-tributes .vh-100 {
height: 100vh !important;
}
.firehawk-crm-tributes .min-vh-100 {
min-height: 100vh !important;
}
.firehawk-crm-tributes .flex-fill {
-ms-flex: 1 1 auto !important;
flex: 1 1 auto !important;
}
.firehawk-crm-tributes .flex-row {
-ms-flex-direction: row !important;
flex-direction: row !important;
}
.firehawk-crm-tributes .flex-column {
-ms-flex-direction: column !important;
flex-direction: column !important;
}
.firehawk-crm-tributes .flex-row-reverse {
-ms-flex-direction: row-reverse !important;
flex-direction: row-reverse !important;
}
.firehawk-crm-tributes .flex-column-reverse {
-ms-flex-direction: column-reverse !important;
flex-direction: column-reverse !important;
}
.firehawk-crm-tributes .flex-grow-0 {
-ms-flex-positive: 0 !important;
flex-grow: 0 !important;
}
.firehawk-crm-tributes .flex-grow-1 {
-ms-flex-positive: 1 !important;
flex-grow: 1 !important;
}
.firehawk-crm-tributes .flex-shrink-0 {
-ms-flex-negative: 0 !important;
flex-shrink: 0 !important;
}
.firehawk-crm-tributes .flex-shrink-1 {
-ms-flex-negative: 1 !important;
flex-shrink: 1 !important;
}
.firehawk-crm-tributes .flex-wrap {
-ms-flex-wrap: wrap !important;
flex-wrap: wrap !important;
}
.firehawk-crm-tributes .flex-nowrap {
-ms-flex-wrap: nowrap !important;
flex-wrap: nowrap !important;
}
.firehawk-crm-tributes .flex-wrap-reverse {
-ms-flex-wrap: wrap-reverse !important;
flex-wrap: wrap-reverse !important;
}
.firehawk-crm-tributes .gap-0 {
gap: 0 !important;
}
.firehawk-crm-tributes .gap-1 {
gap: 0.25rem !important;
}
.firehawk-crm-tributes .gap-2 {
gap: 0.5rem !important;
}
.firehawk-crm-tributes .gap-3 {
gap: 1rem !important;
}
.firehawk-crm-tributes .gap-4 {
gap: 1.5rem !important;
}
.firehawk-crm-tributes .gap-5 {
gap: 3rem !important;
}
.firehawk-crm-tributes .justify-content-start {
-ms-flex-pack: start !important;
justify-content: flex-start !important;
}
.firehawk-crm-tributes .justify-content-end {
-ms-flex-pack: end !important;
justify-content: flex-end !important;
}
.firehawk-crm-tributes .justify-content-center {
-ms-flex-pack: center !important;
justify-content: center !important;
}
.firehawk-crm-tributes .justify-content-between {
-ms-flex-pack: justify !important;
justify-content: space-between !important;
}
.firehawk-crm-tributes .justify-content-around {
-ms-flex-pack: distribute !important;
justify-content: space-around !important;
}
.firehawk-crm-tributes .justify-content-evenly {
-ms-flex-pack: space-evenly !important;
justify-content: space-evenly !important;
}
.firehawk-crm-tributes .align-items-start {
-ms-flex-align: start !important;
align-items: flex-start !important;
}
.firehawk-crm-tributes .align-items-end {
-ms-flex-align: end !important;
align-items: flex-end !important;
}
.firehawk-crm-tributes .align-items-center {
-ms-flex-align: center !important;
align-items: center !important;
}
.firehawk-crm-tributes .align-items-baseline {
-ms-flex-align: baseline !important;
align-items: baseline !important;
}
.firehawk-crm-tributes .align-items-stretch {
-ms-flex-align: stretch !important;
align-items: stretch !important;
}
.firehawk-crm-tributes .align-content-start {
-ms-flex-line-pack: start !important;
align-content: flex-start !important;
}
.firehawk-crm-tributes .align-content-end {
-ms-flex-line-pack: end !important;
align-content: flex-end !important;
}
.firehawk-crm-tributes .align-content-center {
-ms-flex-line-pack: center !important;
align-content: center !important;
}
.firehawk-crm-tributes .align-content-between {
-ms-flex-line-pack: justify !important;
align-content: space-between !important;
}
.firehawk-crm-tributes .align-content-around {
-ms-flex-line-pack: distribute !important;
align-content: space-around !important;
}
.firehawk-crm-tributes .align-content-stretch {
-ms-flex-line-pack: stretch !important;
align-content: stretch !important;
}
.firehawk-crm-tributes .align-self-auto {
-ms-flex-item-align: auto !important;
-ms-grid-row-align: auto !important;
align-self: auto !important;
}
.firehawk-crm-tributes .align-self-start {
-ms-flex-item-align: start !important;
align-self: flex-start !important;
}
.firehawk-crm-tributes .align-self-end {
-ms-flex-item-align: end !important;
align-self: flex-end !important;
}
.firehawk-crm-tributes .align-self-center {
-ms-flex-item-align: center !important;
-ms-grid-row-align: center !important;
align-self: center !important;
}
.firehawk-crm-tributes .align-self-baseline {
-ms-flex-item-align: baseline !important;
align-self: baseline !important;
}
.firehawk-crm-tributes .align-self-stretch {
-ms-flex-item-align: stretch !important;
-ms-grid-row-align: stretch !important;
align-self: stretch !important;
}
.firehawk-crm-tributes .order-first {
-ms-flex-order: -1 !important;
order: -1 !important;
}
.firehawk-crm-tributes .order-0 {
-ms-flex-order: 0 !important;
order: 0 !important;
}
.firehawk-crm-tributes .order-1 {
-ms-flex-order: 1 !important;
order: 1 !important;
}
.firehawk-crm-tributes .order-2 {
-ms-flex-order: 2 !important;
order: 2 !important;
}
.firehawk-crm-tributes .order-3 {
-ms-flex-order: 3 !important;
order: 3 !important;
}
.firehawk-crm-tributes .order-4 {
-ms-flex-order: 4 !important;
order: 4 !important;
}
.firehawk-crm-tributes .order-5 {
-ms-flex-order: 5 !important;
order: 5 !important;
}
.firehawk-crm-tributes .order-last {
-ms-flex-order: 6 !important;
order: 6 !important;
}
.firehawk-crm-tributes .m-0 {
margin: 0 !important;
}
.firehawk-crm-tributes .m-1 {
margin: 0.25rem !important;
}
.firehawk-crm-tributes .m-2 {
margin: 0.5rem !important;
}
.firehawk-crm-tributes .m-3 {
margin: 1rem !important;
}
.firehawk-crm-tributes .m-4 {
margin: 1.5rem !important;
}
.firehawk-crm-tributes .m-5 {
margin: 3rem !important;
}
.firehawk-crm-tributes .m-auto {
margin: auto !important;
}
.firehawk-crm-tributes .mx-0 {
margin-right: 0 !important;
margin-left: 0 !important;
}
.firehawk-crm-tributes .mx-1 {
margin-right: 0.25rem !important;
margin-left: 0.25rem !important;
}
.firehawk-crm-tributes .mx-2 {
margin-right: 0.5rem !important;
margin-left: 0.5rem !important;
}
.firehawk-crm-tributes .mx-3 {
margin-right: 1rem !important;
margin-left: 1rem !important;
}
.firehawk-crm-tributes .mx-4 {
margin-right: 1.5rem !important;
margin-left: 1.5rem !important;
}
.firehawk-crm-tributes .mx-5 {
margin-right: 3rem !important;
margin-left: 3rem !important;
}
.firehawk-crm-tributes .mx-auto {
margin-right: auto !important;
margin-left: auto !important;
}
.firehawk-crm-tributes .my-0 {
margin-top: 0 !important;
margin-bottom: 0 !important;
}
.firehawk-crm-tributes .my-1 {
margin-top: 0.25rem !important;
margin-bottom: 0.25rem !important;
}
.firehawk-crm-tributes .my-2 {
margin-top: 0.5rem !important;
margin-bottom: 0.5rem !important;
}
.firehawk-crm-tributes .my-3 {
margin-top: 1rem !important;
margin-bottom: 1rem !important;
}
.firehawk-crm-tributes .my-4 {
margin-top: 1.5rem !important;
margin-bottom: 1.5rem !important;
}
.firehawk-crm-tributes .my-5 {
margin-top: 3rem !important;
margin-bottom: 3rem !important;
}
.firehawk-crm-tributes .my-auto {
margin-top: auto !important;
margin-bottom: auto !important;
}
.firehawk-crm-tributes .mt-0 {
margin-top: 0 !important;
}
.firehawk-crm-tributes .mt-1 {
margin-top: 0.25rem !important;
}
.firehawk-crm-tributes .mt-2 {
margin-top: 0.5rem !important;
}
.firehawk-crm-tributes .mt-3 {
margin-top: 1rem !important;
}
.firehawk-crm-tributes .mt-4 {
margin-top: 1.5rem !important;
}
.firehawk-crm-tributes .mt-5 {
margin-top: 3rem !important;
}
.firehawk-crm-tributes .mt-auto {
margin-top: auto !important;
}
.firehawk-crm-tributes .me-0 {
margin-right: 0 !important;
}
.firehawk-crm-tributes .me-1 {
margin-right: 0.25rem !important;
}
.firehawk-crm-tributes .me-2 {
margin-right: 0.5rem !important;
}
.firehawk-crm-tributes .me-3 {
margin-right: 1rem !important;
}
.firehawk-crm-tributes .me-4 {
margin-right: 1.5rem !important;
}
.firehawk-crm-tributes .me-5 {
margin-right: 3rem !important;
}
.firehawk-crm-tributes .me-auto {
margin-right: auto !important;
}
.firehawk-crm-tributes .mb-0 {
margin-bottom: 0 !important;
}
.firehawk-crm-tributes .mb-1 {
margin-bottom: 0.25rem !important;
}
.firehawk-crm-tributes .mb-2 {
margin-bottom: 0.5rem !important;
}
.firehawk-crm-tributes .mb-3 {
margin-bottom: 1rem !important;
}
.firehawk-crm-tributes .mb-4 {
margin-bottom: 1.5rem !important;
}
.firehawk-crm-tributes .mb-5 {
margin-bottom: 3rem !important;
}
.firehawk-crm-tributes .mb-auto {
margin-bottom: auto !important;
}
.firehawk-crm-tributes .ms-0 {
margin-left: 0 !important;
}
.firehawk-crm-tributes .ms-1 {
margin-left: 0.25rem !important;
}
.firehawk-crm-tributes .ms-2 {
margin-left: 0.5rem !important;
}
.firehawk-crm-tributes .ms-3 {
margin-left: 1rem !important;
}
.firehawk-crm-tributes .ms-4 {
margin-left: 1.5rem !important;
}
.firehawk-crm-tributes .ms-5 {
margin-left: 3rem !important;
}
.firehawk-crm-tributes .ms-auto {
margin-left: auto !important;
}
.firehawk-crm-tributes .p-0 {
padding: 0 !important;
}
.firehawk-crm-tributes .p-1 {
padding: 0.25rem !important;
}
.firehawk-crm-tributes .p-2 {
padding: 0.5rem !important;
}
.firehawk-crm-tributes .p-3 {
padding: 1rem !important;
}
.firehawk-crm-tributes .p-4 {
padding: 1.5rem !important;
}
.firehawk-crm-tributes .p-5 {
padding: 3rem !important;
}
.firehawk-crm-tributes .px-0 {
padding-right: 0 !important;
padding-left: 0 !important;
}
.firehawk-crm-tributes .px-1 {
padding-right: 0.25rem !important;
padding-left: 0.25rem !important;
}
.firehawk-crm-tributes .px-2 {
padding-right: 0.5rem !important;
padding-left: 0.5rem !important;
}
.firehawk-crm-tributes .px-3 {
padding-right: 1rem !important;
padding-left: 1rem !important;
}
.firehawk-crm-tributes .px-4 {
padding-right: 1.5rem !important;
padding-left: 1.5rem !important;
}
.firehawk-crm-tributes .px-5 {
padding-right: 3rem !important;
padding-left: 3rem !important;
}
.firehawk-crm-tributes .py-0 {
padding-top: 0 !important;
padding-bottom: 0 !important;
}
.firehawk-crm-tributes .py-1 {
padding-top: 0.25rem !important;
padding-bottom: 0.25rem !important;
}
.firehawk-crm-tributes .py-2 {
padding-top: 0.5rem !important;
padding-bottom: 0.5rem !important;
}
.firehawk-crm-tributes .py-3 {
padding-top: 1rem !important;
padding-bottom: 1rem !important;
}
.firehawk-crm-tributes .py-4 {
padding-top: 1.5rem !important;
padding-bottom: 1.5rem !important;
}
.firehawk-crm-tributes .py-5 {
padding-top: 3rem !important;
padding-bottom: 3rem !important;
}
.firehawk-crm-tributes .pt-0 {
padding-top: 0 !important;
}
.firehawk-crm-tributes .pt-1 {
padding-top: 0.25rem !important;
}
.firehawk-crm-tributes .pt-2 {
padding-top: 0.5rem !important;
}
.firehawk-crm-tributes .pt-3 {
padding-top: 1rem !important;
}
.firehawk-crm-tributes .pt-4 {
padding-top: 1.5rem !important;
}
.firehawk-crm-tributes .pt-5 {
padding-top: 3rem !important;
}
.firehawk-crm-tributes .pe-0 {
padding-right: 0 !important;
}
.firehawk-crm-tributes .pe-1 {
padding-right: 0.25rem !important;
}
.firehawk-crm-tributes .pe-2 {
padding-right: 0.5rem !important;
}
.firehawk-crm-tributes .pe-3 {
padding-right: 1rem !important;
}
.firehawk-crm-tributes .pe-4 {
padding-right: 1.5rem !important;
}
.firehawk-crm-tributes .pe-5 {
padding-right: 3rem !important;
}
.firehawk-crm-tributes .pb-0 {
padding-bottom: 0 !important;
}
.firehawk-crm-tributes .pb-1 {
padding-bottom: 0.25rem !important;
}
.firehawk-crm-tributes .pb-2 {
padding-bottom: 0.5rem !important;
}
.firehawk-crm-tributes .pb-3 {
padding-bottom: 1rem !important;
}
.firehawk-crm-tributes .pb-4 {
padding-bottom: 1.5rem !important;
}
.firehawk-crm-tributes .pb-5 {
padding-bottom: 3rem !important;
}
.firehawk-crm-tributes .ps-0 {
padding-left: 0 !important;
}
.firehawk-crm-tributes .ps-1 {
padding-left: 0.25rem !important;
}
.firehawk-crm-tributes .ps-2 {
padding-left: 0.5rem !important;
}
.firehawk-crm-tributes .ps-3 {
padding-left: 1rem !important;
}
.firehawk-crm-tributes .ps-4 {
padding-left: 1.5rem !important;
}
.firehawk-crm-tributes .ps-5 {
padding-left: 3rem !important;
}
.firehawk-crm-tributes .font-monospace {
font-family: var(--bs-font-monospace) !important;
}
.firehawk-crm-tributes .fs-1 {
font-size: calc(1.375rem + 1.5vw) !important;
}
.firehawk-crm-tributes .fs-2 {
font-size: calc(1.325rem + 0.9vw) !important;
}
.firehawk-crm-tributes .fs-3 {
font-size: calc(1.3rem + 0.6vw) !important;
}
.firehawk-crm-tributes .fs-4 {
font-size: calc(1.275rem + 0.3vw) !important;
}
.firehawk-crm-tributes .fs-5 {
font-size: 1.25rem !important;
}
.firehawk-crm-tributes .fs-6 {
font-size: 1rem !important;
}
.firehawk-crm-tributes .fst-italic {
font-style: italic !important;
}
.firehawk-crm-tributes .fst-normal {
font-style: normal !important;
}
.firehawk-crm-tributes .fw-light {
font-weight: 300 !important;
}
.firehawk-crm-tributes .fw-lighter {
font-weight: lighter !important;
}
.firehawk-crm-tributes .fw-normal {
font-weight: 400 !important;
}
.firehawk-crm-tributes .fw-bold {
font-weight: 700 !important;
}
.firehawk-crm-tributes .fw-bolder {
font-weight: bolder !important;
}
.firehawk-crm-tributes .lh-1 {
line-height: 1 !important;
}
.firehawk-crm-tributes .lh-sm {
line-height: 1.25 !important;
}
.firehawk-crm-tributes .lh-base {
line-height: 1.5 !important;
}
.firehawk-crm-tributes .lh-lg {
line-height: 2 !important;
}
.firehawk-crm-tributes .text-start {
text-align: left !important;
}
.firehawk-crm-tributes .text-end {
text-align: right !important;
}
.firehawk-crm-tributes .text-center {
text-align: center !important;
}
.firehawk-crm-tributes .text-decoration-none {
text-decoration: none !important;
}
.firehawk-crm-tributes .text-decoration-underline {
text-decoration: underline !important;
}
.firehawk-crm-tributes .text-decoration-line-through {
text-decoration: line-through !important;
}
.firehawk-crm-tributes .text-lowercase {
text-transform: lowercase !important;
}
.firehawk-crm-tributes .text-uppercase {
text-transform: uppercase !important;
}
.firehawk-crm-tributes .text-capitalize {
text-transform: capitalize !important;
}
.firehawk-crm-tributes .text-wrap {
white-space: normal !important;
}
.firehawk-crm-tributes .text-nowrap {
white-space: nowrap !important;
}
.firehawk-crm-tributes .text-break {
word-wrap: break-word !important;
word-break: break-word !important;
}
.firehawk-crm-tributes .text-primary {
color: #0d6efd !important;
}
.firehawk-crm-tributes .text-secondary {
color: #6c757d !important;
}
.firehawk-crm-tributes .text-success {
color: #198754 !important;
}
.firehawk-crm-tributes .text-info {
color: #0dcaf0 !important;
}
.firehawk-crm-tributes .text-warning {
color: #ffc107 !important;
}
.firehawk-crm-tributes .text-danger {
color: #dc3545 !important;
}
.firehawk-crm-tributes .text-light {
color: #f8f9fa !important;
}
.firehawk-crm-tributes .text-dark {
color: #212529 !important;
}
.firehawk-crm-tributes .text-white {
color: #fff !important;
}
.firehawk-crm-tributes .text-body {
color: #212529 !important;
}
.firehawk-crm-tributes .text-muted {
color: #6c757d !important;
}
.firehawk-crm-tributes .text-black-50 {
color: rgba(0, 0, 0, 0.5) !important;
}
.firehawk-crm-tributes .text-white-50 {
color: rgba(255, 255, 255, 0.5) !important;
}
.firehawk-crm-tributes .text-reset {
color: inherit !important;
}
.firehawk-crm-tributes .bg-primary {
background-color: #0d6efd !important;
}
.firehawk-crm-tributes .bg-secondary {
background-color: #6c757d !important;
}
.firehawk-crm-tributes .bg-success {
background-color: #198754 !important;
}
.firehawk-crm-tributes .bg-info {
background-color: #0dcaf0 !important;
}
.firehawk-crm-tributes .bg-warning {
background-color: #ffc107 !important;
}
.firehawk-crm-tributes .bg-danger {
background-color: #dc3545 !important;
}
.firehawk-crm-tributes .bg-light {
background-color: #f8f9fa !important;
}
.firehawk-crm-tributes .bg-dark {
background-color: #212529 !important;
}
.firehawk-crm-tributes .bg-body {
background-color: #fff !important;
}
.firehawk-crm-tributes .bg-white {
background-color: #fff !important;
}
.firehawk-crm-tributes .bg-transparent {
background-color: transparent !important;
}
.firehawk-crm-tributes .bg-gradient {
background-image: var(--bs-gradient) !important;
}
.firehawk-crm-tributes .user-select-all {
-webkit-user-select: all !important;
-moz-user-select: all !important;
-ms-user-select: all !important;
user-select: all !important;
}
.firehawk-crm-tributes .user-select-auto {
-webkit-user-select: auto !important;
-moz-user-select: auto !important;
-ms-user-select: auto !important;
user-select: auto !important;
}
.firehawk-crm-tributes .user-select-none {
-webkit-user-select: none !important;
-moz-user-select: none !important;
-ms-user-select: none !important;
user-select: none !important;
}
.firehawk-crm-tributes .pe-none {
pointer-events: none !important;
}
.firehawk-crm-tributes .pe-auto {
pointer-events: auto !important;
}
.firehawk-crm-tributes .rounded {
border-radius: 0.25rem !important;
}
.firehawk-crm-tributes .rounded-0 {
border-radius: 0 !important;
}
.firehawk-crm-tributes .rounded-1 {
border-radius: 0.2rem !important;
}
.firehawk-crm-tributes .rounded-2 {
border-radius: 0.25rem !important;
}
.firehawk-crm-tributes .rounded-3 {
border-radius: 0.3rem !important;
}
.firehawk-crm-tributes .rounded-circle {
border-radius: 50% !important;
}
.firehawk-crm-tributes .rounded-pill {
border-radius: 50rem !important;
}
.firehawk-crm-tributes .rounded-top {
border-top-left-radius: 0.25rem !important;
border-top-right-radius: 0.25rem !important;
}
.firehawk-crm-tributes .rounded-end {
border-top-right-radius: 0.25rem !important;
border-bottom-right-radius: 0.25rem !important;
}
.firehawk-crm-tributes .rounded-bottom {
border-bottom-right-radius: 0.25rem !important;
border-bottom-left-radius: 0.25rem !important;
}
.firehawk-crm-tributes .rounded-start {
border-bottom-left-radius: 0.25rem !important;
border-top-left-radius: 0.25rem !important;
}
.firehawk-crm-tributes .visible {
visibility: visible !important;
}
.firehawk-crm-tributes .invisible {
visibility: hidden !important;
}
@media (min-width: 576px) {
.firehawk-crm-tributes .float-sm-start {
float: left !important;
}
.firehawk-crm-tributes .float-sm-end {
float: right !important;
}
.firehawk-crm-tributes .float-sm-none {
float: none !important;
}
.firehawk-crm-tributes .d-sm-inline {
display: inline !important;
}
.firehawk-crm-tributes .d-sm-inline-block {
display: inline-block !important;
}
.firehawk-crm-tributes .d-sm-block {
display: block !important;
}
.firehawk-crm-tributes .d-sm-grid {
display: -ms-grid !important;
display: grid !important;
}
.firehawk-crm-tributes .d-sm-table {
display: table !important;
}
.firehawk-crm-tributes .d-sm-table-row {
display: table-row !important;
}
.firehawk-crm-tributes .d-sm-table-cell {
display: table-cell !important;
}
.firehawk-crm-tributes .d-sm-flex {
display: -ms-flexbox !important;
display: flex !important;
}
.firehawk-crm-tributes .d-sm-inline-flex {
display: -ms-inline-flexbox !important;
display: inline-flex !important;
}
.firehawk-crm-tributes .d-sm-none {
display: none !important;
}
.firehawk-crm-tributes .flex-sm-fill {
-ms-flex: 1 1 auto !important;
flex: 1 1 auto !important;
}
.firehawk-crm-tributes .flex-sm-row {
-ms-flex-direction: row !important;
flex-direction: row !important;
}
.firehawk-crm-tributes .flex-sm-column {
-ms-flex-direction: column !important;
flex-direction: column !important;
}
.firehawk-crm-tributes .flex-sm-row-reverse {
-ms-flex-direction: row-reverse !important;
flex-direction: row-reverse !important;
}
.firehawk-crm-tributes .flex-sm-column-reverse {
-ms-flex-direction: column-reverse !important;
flex-direction: column-reverse !important;
}
.firehawk-crm-tributes .flex-sm-grow-0 {
-ms-flex-positive: 0 !important;
flex-grow: 0 !important;
}
.firehawk-crm-tributes .flex-sm-grow-1 {
-ms-flex-positive: 1 !important;
flex-grow: 1 !important;
}
.firehawk-crm-tributes .flex-sm-shrink-0 {
-ms-flex-negative: 0 !important;
flex-shrink: 0 !important;
}
.firehawk-crm-tributes .flex-sm-shrink-1 {
-ms-flex-negative: 1 !important;
flex-shrink: 1 !important;
}
.firehawk-crm-tributes .flex-sm-wrap {
-ms-flex-wrap: wrap !important;
flex-wrap: wrap !important;
}
.firehawk-crm-tributes .flex-sm-nowrap {
-ms-flex-wrap: nowrap !important;
flex-wrap: nowrap !important;
}
.firehawk-crm-tributes .flex-sm-wrap-reverse {
-ms-flex-wrap: wrap-reverse !important;
flex-wrap: wrap-reverse !important;
}
.firehawk-crm-tributes .gap-sm-0 {
gap: 0 !important;
}
.firehawk-crm-tributes .gap-sm-1 {
gap: 0.25rem !important;
}
.firehawk-crm-tributes .gap-sm-2 {
gap: 0.5rem !important;
}
.firehawk-crm-tributes .gap-sm-3 {
gap: 1rem !important;
}
.firehawk-crm-tributes .gap-sm-4 {
gap: 1.5rem !important;
}
.firehawk-crm-tributes .gap-sm-5 {
gap: 3rem !important;
}
.firehawk-crm-tributes .justify-content-sm-start {
-ms-flex-pack: start !important;
justify-content: flex-start !important;
}
.firehawk-crm-tributes .justify-content-sm-end {
-ms-flex-pack: end !important;
justify-content: flex-end !important;
}
.firehawk-crm-tributes .justify-content-sm-center {
-ms-flex-pack: center !important;
justify-content: center !important;
}
.firehawk-crm-tributes .justify-content-sm-between {
-ms-flex-pack: justify !important;
justify-content: space-between !important;
}
.firehawk-crm-tributes .justify-content-sm-around {
-ms-flex-pack: distribute !important;
justify-content: space-around !important;
}
.firehawk-crm-tributes .justify-content-sm-evenly {
-ms-flex-pack: space-evenly !important;
justify-content: space-evenly !important;
}
.firehawk-crm-tributes .align-items-sm-start {
-ms-flex-align: start !important;
align-items: flex-start !important;
}
.firehawk-crm-tributes .align-items-sm-end {
-ms-flex-align: end !important;
align-items: flex-end !important;
}
.firehawk-crm-tributes .align-items-sm-center {
-ms-flex-align: center !important;
align-items: center !important;
}
.firehawk-crm-tributes .align-items-sm-baseline {
-ms-flex-align: baseline !important;
align-items: baseline !important;
}
.firehawk-crm-tributes .align-items-sm-stretch {
-ms-flex-align: stretch !important;
align-items: stretch !important;
}
.firehawk-crm-tributes .align-content-sm-start {
-ms-flex-line-pack: start !important;
align-content: flex-start !important;
}
.firehawk-crm-tributes .align-content-sm-end {
-ms-flex-line-pack: end !important;
align-content: flex-end !important;
}
.firehawk-crm-tributes .align-content-sm-center {
-ms-flex-line-pack: center !important;
align-content: center !important;
}
.firehawk-crm-tributes .align-content-sm-between {
-ms-flex-line-pack: justify !important;
align-content: space-between !important;
}
.firehawk-crm-tributes .align-content-sm-around {
-ms-flex-line-pack: distribute !important;
align-content: space-around !important;
}
.firehawk-crm-tributes .align-content-sm-stretch {
-ms-flex-line-pack: stretch !important;
align-content: stretch !important;
}
.firehawk-crm-tributes .align-self-sm-auto {
-ms-flex-item-align: auto !important;
-ms-grid-row-align: auto !important;
align-self: auto !important;
}
.firehawk-crm-tributes .align-self-sm-start {
-ms-flex-item-align: start !important;
align-self: flex-start !important;
}
.firehawk-crm-tributes .align-self-sm-end {
-ms-flex-item-align: end !important;
align-self: flex-end !important;
}
.firehawk-crm-tributes .align-self-sm-center {
-ms-flex-item-align: center !important;
-ms-grid-row-align: center !important;
align-self: center !important;
}
.firehawk-crm-tributes .align-self-sm-baseline {
-ms-flex-item-align: baseline !important;
align-self: baseline !important;
}
.firehawk-crm-tributes .align-self-sm-stretch {
-ms-flex-item-align: stretch !important;
-ms-grid-row-align: stretch !important;
align-self: stretch !important;
}
.firehawk-crm-tributes .order-sm-first {
-ms-flex-order: -1 !important;
order: -1 !important;
}
.firehawk-crm-tributes .order-sm-0 {
-ms-flex-order: 0 !important;
order: 0 !important;
}
.firehawk-crm-tributes .order-sm-1 {
-ms-flex-order: 1 !important;
order: 1 !important;
}
.firehawk-crm-tributes .order-sm-2 {
-ms-flex-order: 2 !important;
order: 2 !important;
}
.firehawk-crm-tributes .order-sm-3 {
-ms-flex-order: 3 !important;
order: 3 !important;
}
.firehawk-crm-tributes .order-sm-4 {
-ms-flex-order: 4 !important;
order: 4 !important;
}
.firehawk-crm-tributes .order-sm-5 {
-ms-flex-order: 5 !important;
order: 5 !important;
}
.firehawk-crm-tributes .order-sm-last {
-ms-flex-order: 6 !important;
order: 6 !important;
}
.firehawk-crm-tributes .m-sm-0 {
margin: 0 !important;
}
.firehawk-crm-tributes .m-sm-1 {
margin: 0.25rem !important;
}
.firehawk-crm-tributes .m-sm-2 {
margin: 0.5rem !important;
}
.firehawk-crm-tributes .m-sm-3 {
margin: 1rem !important;
}
.firehawk-crm-tributes .m-sm-4 {
margin: 1.5rem !important;
}
.firehawk-crm-tributes .m-sm-5 {
margin: 3rem !important;
}
.firehawk-crm-tributes .m-sm-auto {
margin: auto !important;
}
.firehawk-crm-tributes .mx-sm-0 {
margin-right: 0 !important;
margin-left: 0 !important;
}
.firehawk-crm-tributes .mx-sm-1 {
margin-right: 0.25rem !important;
margin-left: 0.25rem !important;
}
.firehawk-crm-tributes .mx-sm-2 {
margin-right: 0.5rem !important;
margin-left: 0.5rem !important;
}
.firehawk-crm-tributes .mx-sm-3 {
margin-right: 1rem !important;
margin-left: 1rem !important;
}
.firehawk-crm-tributes .mx-sm-4 {
margin-right: 1.5rem !important;
margin-left: 1.5rem !important;
}
.firehawk-crm-tributes .mx-sm-5 {
margin-right: 3rem !important;
margin-left: 3rem !important;
}
.firehawk-crm-tributes .mx-sm-auto {
margin-right: auto !important;
margin-left: auto !important;
}
.firehawk-crm-tributes .my-sm-0 {
margin-top: 0 !important;
margin-bottom: 0 !important;
}
.firehawk-crm-tributes .my-sm-1 {
margin-top: 0.25rem !important;
margin-bottom: 0.25rem !important;
}
.firehawk-crm-tributes .my-sm-2 {
margin-top: 0.5rem !important;
margin-bottom: 0.5rem !important;
}
.firehawk-crm-tributes .my-sm-3 {
margin-top: 1rem !important;
margin-bottom: 1rem !important;
}
.firehawk-crm-tributes .my-sm-4 {
margin-top: 1.5rem !important;
margin-bottom: 1.5rem !important;
}
.firehawk-crm-tributes .my-sm-5 {
margin-top: 3rem !important;
margin-bottom: 3rem !important;
}
.firehawk-crm-tributes .my-sm-auto {
margin-top: auto !important;
margin-bottom: auto !important;
}
.firehawk-crm-tributes .mt-sm-0 {
margin-top: 0 !important;
}
.firehawk-crm-tributes .mt-sm-1 {
margin-top: 0.25rem !important;
}
.firehawk-crm-tributes .mt-sm-2 {
margin-top: 0.5rem !important;
}
.firehawk-crm-tributes .mt-sm-3 {
margin-top: 1rem !important;
}
.firehawk-crm-tributes .mt-sm-4 {
margin-top: 1.5rem !important;
}
.firehawk-crm-tributes .mt-sm-5 {
margin-top: 3rem !important;
}
.firehawk-crm-tributes .mt-sm-auto {
margin-top: auto !important;
}
.firehawk-crm-tributes .me-sm-0 {
margin-right: 0 !important;
}
.firehawk-crm-tributes .me-sm-1 {
margin-right: 0.25rem !important;
}
.firehawk-crm-tributes .me-sm-2 {
margin-right: 0.5rem !important;
}
.firehawk-crm-tributes .me-sm-3 {
margin-right: 1rem !important;
}
.firehawk-crm-tributes .me-sm-4 {
margin-right: 1.5rem !important;
}
.firehawk-crm-tributes .me-sm-5 {
margin-right: 3rem !important;
}
.firehawk-crm-tributes .me-sm-auto {
margin-right: auto !important;
}
.firehawk-crm-tributes .mb-sm-0 {
margin-bottom: 0 !important;
}
.firehawk-crm-tributes .mb-sm-1 {
margin-bottom: 0.25rem !important;
}
.firehawk-crm-tributes .mb-sm-2 {
margin-bottom: 0.5rem !important;
}
.firehawk-crm-tributes .mb-sm-3 {
margin-bottom: 1rem !important;
}
.firehawk-crm-tributes .mb-sm-4 {
margin-bottom: 1.5rem !important;
}
.firehawk-crm-tributes .mb-sm-5 {
margin-bottom: 3rem !important;
}
.firehawk-crm-tributes .mb-sm-auto {
margin-bottom: auto !important;
}
.firehawk-crm-tributes .ms-sm-0 {
margin-left: 0 !important;
}
.firehawk-crm-tributes .ms-sm-1 {
margin-left: 0.25rem !important;
}
.firehawk-crm-tributes .ms-sm-2 {
margin-left: 0.5rem !important;
}
.firehawk-crm-tributes .ms-sm-3 {
margin-left: 1rem !important;
}
.firehawk-crm-tributes .ms-sm-4 {
margin-left: 1.5rem !important;
}
.firehawk-crm-tributes .ms-sm-5 {
margin-left: 3rem !important;
}
.firehawk-crm-tributes .ms-sm-auto {
margin-left: auto !important;
}
.firehawk-crm-tributes .p-sm-0 {
padding: 0 !important;
}
.firehawk-crm-tributes .p-sm-1 {
padding: 0.25rem !important;
}
.firehawk-crm-tributes .p-sm-2 {
padding: 0.5rem !important;
}
.firehawk-crm-tributes .p-sm-3 {
padding: 1rem !important;
}
.firehawk-crm-tributes .p-sm-4 {
padding: 1.5rem !important;
}
.firehawk-crm-tributes .p-sm-5 {
padding: 3rem !important;
}
.firehawk-crm-tributes .px-sm-0 {
padding-right: 0 !important;
padding-left: 0 !important;
}
.firehawk-crm-tributes .px-sm-1 {
padding-right: 0.25rem !important;
padding-left: 0.25rem !important;
}
.firehawk-crm-tributes .px-sm-2 {
padding-right: 0.5rem !important;
padding-left: 0.5rem !important;
}
.firehawk-crm-tributes .px-sm-3 {
padding-right: 1rem !important;
padding-left: 1rem !important;
}
.firehawk-crm-tributes .px-sm-4 {
padding-right: 1.5rem !important;
padding-left: 1.5rem !important;
}
.firehawk-crm-tributes .px-sm-5 {
padding-right: 3rem !important;
padding-left: 3rem !important;
}
.firehawk-crm-tributes .py-sm-0 {
padding-top: 0 !important;
padding-bottom: 0 !important;
}
.firehawk-crm-tributes .py-sm-1 {
padding-top: 0.25rem !important;
padding-bottom: 0.25rem !important;
}
.firehawk-crm-tributes .py-sm-2 {
padding-top: 0.5rem !important;
padding-bottom: 0.5rem !important;
}
.firehawk-crm-tributes .py-sm-3 {
padding-top: 1rem !important;
padding-bottom: 1rem !important;
}
.firehawk-crm-tributes .py-sm-4 {
padding-top: 1.5rem !important;
padding-bottom: 1.5rem !important;
}
.firehawk-crm-tributes .py-sm-5 {
padding-top: 3rem !important;
padding-bottom: 3rem !important;
}
.firehawk-crm-tributes .pt-sm-0 {
padding-top: 0 !important;
}
.firehawk-crm-tributes .pt-sm-1 {
padding-top: 0.25rem !important;
}
.firehawk-crm-tributes .pt-sm-2 {
padding-top: 0.5rem !important;
}
.firehawk-crm-tributes .pt-sm-3 {
padding-top: 1rem !important;
}
.firehawk-crm-tributes .pt-sm-4 {
padding-top: 1.5rem !important;
}
.firehawk-crm-tributes .pt-sm-5 {
padding-top: 3rem !important;
}
.firehawk-crm-tributes .pe-sm-0 {
padding-right: 0 !important;
}
.firehawk-crm-tributes .pe-sm-1 {
padding-right: 0.25rem !important;
}
.firehawk-crm-tributes .pe-sm-2 {
padding-right: 0.5rem !important;
}
.firehawk-crm-tributes .pe-sm-3 {
padding-right: 1rem !important;
}
.firehawk-crm-tributes .pe-sm-4 {
padding-right: 1.5rem !important;
}
.firehawk-crm-tributes .pe-sm-5 {
padding-right: 3rem !important;
}
.firehawk-crm-tributes .pb-sm-0 {
padding-bottom: 0 !important;
}
.firehawk-crm-tributes .pb-sm-1 {
padding-bottom: 0.25rem !important;
}
.firehawk-crm-tributes .pb-sm-2 {
padding-bottom: 0.5rem !important;
}
.firehawk-crm-tributes .pb-sm-3 {
padding-bottom: 1rem !important;
}
.firehawk-crm-tributes .pb-sm-4 {
padding-bottom: 1.5rem !important;
}
.firehawk-crm-tributes .pb-sm-5 {
padding-bottom: 3rem !important;
}
.firehawk-crm-tributes .ps-sm-0 {
padding-left: 0 !important;
}
.firehawk-crm-tributes .ps-sm-1 {
padding-left: 0.25rem !important;
}
.firehawk-crm-tributes .ps-sm-2 {
padding-left: 0.5rem !important;
}
.firehawk-crm-tributes .ps-sm-3 {
padding-left: 1rem !important;
}
.firehawk-crm-tributes .ps-sm-4 {
padding-left: 1.5rem !important;
}
.firehawk-crm-tributes .ps-sm-5 {
padding-left: 3rem !important;
}
.firehawk-crm-tributes .text-sm-start {
text-align: left !important;
}
.firehawk-crm-tributes .text-sm-end {
text-align: right !important;
}
.firehawk-crm-tributes .text-sm-center {
text-align: center !important;
}
}
@media (min-width: 768px) {
.firehawk-crm-tributes .float-md-start {
float: left !important;
}
.firehawk-crm-tributes .float-md-end {
float: right !important;
}
.firehawk-crm-tributes .float-md-none {
float: none !important;
}
.firehawk-crm-tributes .d-md-inline {
display: inline !important;
}
.firehawk-crm-tributes .d-md-inline-block {
display: inline-block !important;
}
.firehawk-crm-tributes .d-md-block {
display: block !important;
}
.firehawk-crm-tributes .d-md-grid {
display: -ms-grid !important;
display: grid !important;
}
.firehawk-crm-tributes .d-md-table {
display: table !important;
}
.firehawk-crm-tributes .d-md-table-row {
display: table-row !important;
}
.firehawk-crm-tributes .d-md-table-cell {
display: table-cell !important;
}
.firehawk-crm-tributes .d-md-flex {
display: -ms-flexbox !important;
display: flex !important;
}
.firehawk-crm-tributes .d-md-inline-flex {
display: -ms-inline-flexbox !important;
display: inline-flex !important;
}
.firehawk-crm-tributes .d-md-none {
display: none !important;
}
.firehawk-crm-tributes .flex-md-fill {
-ms-flex: 1 1 auto !important;
flex: 1 1 auto !important;
}
.firehawk-crm-tributes .flex-md-row {
-ms-flex-direction: row !important;
flex-direction: row !important;
}
.firehawk-crm-tributes .flex-md-column {
-ms-flex-direction: column !important;
flex-direction: column !important;
}
.firehawk-crm-tributes .flex-md-row-reverse {
-ms-flex-direction: row-reverse !important;
flex-direction: row-reverse !important;
}
.firehawk-crm-tributes .flex-md-column-reverse {
-ms-flex-direction: column-reverse !important;
flex-direction: column-reverse !important;
}
.firehawk-crm-tributes .flex-md-grow-0 {
-ms-flex-positive: 0 !important;
flex-grow: 0 !important;
}
.firehawk-crm-tributes .flex-md-grow-1 {
-ms-flex-positive: 1 !important;
flex-grow: 1 !important;
}
.firehawk-crm-tributes .flex-md-shrink-0 {
-ms-flex-negative: 0 !important;
flex-shrink: 0 !important;
}
.firehawk-crm-tributes .flex-md-shrink-1 {
-ms-flex-negative: 1 !important;
flex-shrink: 1 !important;
}
.firehawk-crm-tributes .flex-md-wrap {
-ms-flex-wrap: wrap !important;
flex-wrap: wrap !important;
}
.firehawk-crm-tributes .flex-md-nowrap {
-ms-flex-wrap: nowrap !important;
flex-wrap: nowrap !important;
}
.firehawk-crm-tributes .flex-md-wrap-reverse {
-ms-flex-wrap: wrap-reverse !important;
flex-wrap: wrap-reverse !important;
}
.firehawk-crm-tributes .gap-md-0 {
gap: 0 !important;
}
.firehawk-crm-tributes .gap-md-1 {
gap: 0.25rem !important;
}
.firehawk-crm-tributes .gap-md-2 {
gap: 0.5rem !important;
}
.firehawk-crm-tributes .gap-md-3 {
gap: 1rem !important;
}
.firehawk-crm-tributes .gap-md-4 {
gap: 1.5rem !important;
}
.firehawk-crm-tributes .gap-md-5 {
gap: 3rem !important;
}
.firehawk-crm-tributes .justify-content-md-start {
-ms-flex-pack: start !important;
justify-content: flex-start !important;
}
.firehawk-crm-tributes .justify-content-md-end {
-ms-flex-pack: end !important;
justify-content: flex-end !important;
}
.firehawk-crm-tributes .justify-content-md-center {
-ms-flex-pack: center !important;
justify-content: center !important;
}
.firehawk-crm-tributes .justify-content-md-between {
-ms-flex-pack: justify !important;
justify-content: space-between !important;
}
.firehawk-crm-tributes .justify-content-md-around {
-ms-flex-pack: distribute !important;
justify-content: space-around !important;
}
.firehawk-crm-tributes .justify-content-md-evenly {
-ms-flex-pack: space-evenly !important;
justify-content: space-evenly !important;
}
.firehawk-crm-tributes .align-items-md-start {
-ms-flex-align: start !important;
align-items: flex-start !important;
}
.firehawk-crm-tributes .align-items-md-end {
-ms-flex-align: end !important;
align-items: flex-end !important;
}
.firehawk-crm-tributes .align-items-md-center {
-ms-flex-align: center !important;
align-items: center !important;
}
.firehawk-crm-tributes .align-items-md-baseline {
-ms-flex-align: baseline !important;
align-items: baseline !important;
}
.firehawk-crm-tributes .align-items-md-stretch {
-ms-flex-align: stretch !important;
align-items: stretch !important;
}
.firehawk-crm-tributes .align-content-md-start {
-ms-flex-line-pack: start !important;
align-content: flex-start !important;
}
.firehawk-crm-tributes .align-content-md-end {
-ms-flex-line-pack: end !important;
align-content: flex-end !important;
}
.firehawk-crm-tributes .align-content-md-center {
-ms-flex-line-pack: center !important;
align-content: center !important;
}
.firehawk-crm-tributes .align-content-md-between {
-ms-flex-line-pack: justify !important;
align-content: space-between !important;
}
.firehawk-crm-tributes .align-content-md-around {
-ms-flex-line-pack: distribute !important;
align-content: space-around !important;
}
.firehawk-crm-tributes .align-content-md-stretch {
-ms-flex-line-pack: stretch !important;
align-content: stretch !important;
}
.firehawk-crm-tributes .align-self-md-auto {
-ms-flex-item-align: auto !important;
-ms-grid-row-align: auto !important;
align-self: auto !important;
}
.firehawk-crm-tributes .align-self-md-start {
-ms-flex-item-align: start !important;
align-self: flex-start !important;
}
.firehawk-crm-tributes .align-self-md-end {
-ms-flex-item-align: end !important;
align-self: flex-end !important;
}
.firehawk-crm-tributes .align-self-md-center {
-ms-flex-item-align: center !important;
-ms-grid-row-align: center !important;
align-self: center !important;
}
.firehawk-crm-tributes .align-self-md-baseline {
-ms-flex-item-align: baseline !important;
align-self: baseline !important;
}
.firehawk-crm-tributes .align-self-md-stretch {
-ms-flex-item-align: stretch !important;
-ms-grid-row-align: stretch !important;
align-self: stretch !important;
}
.firehawk-crm-tributes .order-md-first {
-ms-flex-order: -1 !important;
order: -1 !important;
}
.firehawk-crm-tributes .order-md-0 {
-ms-flex-order: 0 !important;
order: 0 !important;
}
.firehawk-crm-tributes .order-md-1 {
-ms-flex-order: 1 !important;
order: 1 !important;
}
.firehawk-crm-tributes .order-md-2 {
-ms-flex-order: 2 !important;
order: 2 !important;
}
.firehawk-crm-tributes .order-md-3 {
-ms-flex-order: 3 !important;
order: 3 !important;
}
.firehawk-crm-tributes .order-md-4 {
-ms-flex-order: 4 !important;
order: 4 !important;
}
.firehawk-crm-tributes .order-md-5 {
-ms-flex-order: 5 !important;
order: 5 !important;
}
.firehawk-crm-tributes .order-md-last {
-ms-flex-order: 6 !important;
order: 6 !important;
}
.firehawk-crm-tributes .m-md-0 {
margin: 0 !important;
}
.firehawk-crm-tributes .m-md-1 {
margin: 0.25rem !important;
}
.firehawk-crm-tributes .m-md-2 {
margin: 0.5rem !important;
}
.firehawk-crm-tributes .m-md-3 {
margin: 1rem !important;
}
.firehawk-crm-tributes .m-md-4 {
margin: 1.5rem !important;
}
.firehawk-crm-tributes .m-md-5 {
margin: 3rem !important;
}
.firehawk-crm-tributes .m-md-auto {
margin: auto !important;
}
.firehawk-crm-tributes .mx-md-0 {
margin-right: 0 !important;
margin-left: 0 !important;
}
.firehawk-crm-tributes .mx-md-1 {
margin-right: 0.25rem !important;
margin-left: 0.25rem !important;
}
.firehawk-crm-tributes .mx-md-2 {
margin-right: 0.5rem !important;
margin-left: 0.5rem !important;
}
.firehawk-crm-tributes .mx-md-3 {
margin-right: 1rem !important;
margin-left: 1rem !important;
}
.firehawk-crm-tributes .mx-md-4 {
margin-right: 1.5rem !important;
margin-left: 1.5rem !important;
}
.firehawk-crm-tributes .mx-md-5 {
margin-right: 3rem !important;
margin-left: 3rem !important;
}
.firehawk-crm-tributes .mx-md-auto {
margin-right: auto !important;
margin-left: auto !important;
}
.firehawk-crm-tributes .my-md-0 {
margin-top: 0 !important;
margin-bottom: 0 !important;
}
.firehawk-crm-tributes .my-md-1 {
margin-top: 0.25rem !important;
margin-bottom: 0.25rem !important;
}
.firehawk-crm-tributes .my-md-2 {
margin-top: 0.5rem !important;
margin-bottom: 0.5rem !important;
}
.firehawk-crm-tributes .my-md-3 {
margin-top: 1rem !important;
margin-bottom: 1rem !important;
}
.firehawk-crm-tributes .my-md-4 {
margin-top: 1.5rem !important;
margin-bottom: 1.5rem !important;
}
.firehawk-crm-tributes .my-md-5 {
margin-top: 3rem !important;
margin-bottom: 3rem !important;
}
.firehawk-crm-tributes .my-md-auto {
margin-top: auto !important;
margin-bottom: auto !important;
}
.firehawk-crm-tributes .mt-md-0 {
margin-top: 0 !important;
}
.firehawk-crm-tributes .mt-md-1 {
margin-top: 0.25rem !important;
}
.firehawk-crm-tributes .mt-md-2 {
margin-top: 0.5rem !important;
}
.firehawk-crm-tributes .mt-md-3 {
margin-top: 1rem !important;
}
.firehawk-crm-tributes .mt-md-4 {
margin-top: 1.5rem !important;
}
.firehawk-crm-tributes .mt-md-5 {
margin-top: 3rem !important;
}
.firehawk-crm-tributes .mt-md-auto {
margin-top: auto !important;
}
.firehawk-crm-tributes .me-md-0 {
margin-right: 0 !important;
}
.firehawk-crm-tributes .me-md-1 {
margin-right: 0.25rem !important;
}
.firehawk-crm-tributes .me-md-2 {
margin-right: 0.5rem !important;
}
.firehawk-crm-tributes .me-md-3 {
margin-right: 1rem !important;
}
.firehawk-crm-tributes .me-md-4 {
margin-right: 1.5rem !important;
}
.firehawk-crm-tributes .me-md-5 {
margin-right: 3rem !important;
}
.firehawk-crm-tributes .me-md-auto {
margin-right: auto !important;
}
.firehawk-crm-tributes .mb-md-0 {
margin-bottom: 0 !important;
}
.firehawk-crm-tributes .mb-md-1 {
margin-bottom: 0.25rem !important;
}
.firehawk-crm-tributes .mb-md-2 {
margin-bottom: 0.5rem !important;
}
.firehawk-crm-tributes .mb-md-3 {
margin-bottom: 1rem !important;
}
.firehawk-crm-tributes .mb-md-4 {
margin-bottom: 1.5rem !important;
}
.firehawk-crm-tributes .mb-md-5 {
margin-bottom: 3rem !important;
}
.firehawk-crm-tributes .mb-md-auto {
margin-bottom: auto !important;
}
.firehawk-crm-tributes .ms-md-0 {
margin-left: 0 !important;
}
.firehawk-crm-tributes .ms-md-1 {
margin-left: 0.25rem !important;
}
.firehawk-crm-tributes .ms-md-2 {
margin-left: 0.5rem !important;
}
.firehawk-crm-tributes .ms-md-3 {
margin-left: 1rem !important;
}
.firehawk-crm-tributes .ms-md-4 {
margin-left: 1.5rem !important;
}
.firehawk-crm-tributes .ms-md-5 {
margin-left: 3rem !important;
}
.firehawk-crm-tributes .ms-md-auto {
margin-left: auto !important;
}
.firehawk-crm-tributes .p-md-0 {
padding: 0 !important;
}
.firehawk-crm-tributes .p-md-1 {
padding: 0.25rem !important;
}
.firehawk-crm-tributes .p-md-2 {
padding: 0.5rem !important;
}
.firehawk-crm-tributes .p-md-3 {
padding: 1rem !important;
}
.firehawk-crm-tributes .p-md-4 {
padding: 1.5rem !important;
}
.firehawk-crm-tributes .p-md-5 {
padding: 3rem !important;
}
.firehawk-crm-tributes .px-md-0 {
padding-right: 0 !important;
padding-left: 0 !important;
}
.firehawk-crm-tributes .px-md-1 {
padding-right: 0.25rem !important;
padding-left: 0.25rem !important;
}
.firehawk-crm-tributes .px-md-2 {
padding-right: 0.5rem !important;
padding-left: 0.5rem !important;
}
.firehawk-crm-tributes .px-md-3 {
padding-right: 1rem !important;
padding-left: 1rem !important;
}
.firehawk-crm-tributes .px-md-4 {
padding-right: 1.5rem !important;
padding-left: 1.5rem !important;
}
.firehawk-crm-tributes .px-md-5 {
padding-right: 3rem !important;
padding-left: 3rem !important;
}
.firehawk-crm-tributes .py-md-0 {
padding-top: 0 !important;
padding-bottom: 0 !important;
}
.firehawk-crm-tributes .py-md-1 {
padding-top: 0.25rem !important;
padding-bottom: 0.25rem !important;
}
.firehawk-crm-tributes .py-md-2 {
padding-top: 0.5rem !important;
padding-bottom: 0.5rem !important;
}
.firehawk-crm-tributes .py-md-3 {
padding-top: 1rem !important;
padding-bottom: 1rem !important;
}
.firehawk-crm-tributes .py-md-4 {
padding-top: 1.5rem !important;
padding-bottom: 1.5rem !important;
}
.firehawk-crm-tributes .py-md-5 {
padding-top: 3rem !important;
padding-bottom: 3rem !important;
}
.firehawk-crm-tributes .pt-md-0 {
padding-top: 0 !important;
}
.firehawk-crm-tributes .pt-md-1 {
padding-top: 0.25rem !important;
}
.firehawk-crm-tributes .pt-md-2 {
padding-top: 0.5rem !important;
}
.firehawk-crm-tributes .pt-md-3 {
padding-top: 1rem !important;
}
.firehawk-crm-tributes .pt-md-4 {
padding-top: 1.5rem !important;
}
.firehawk-crm-tributes .pt-md-5 {
padding-top: 3rem !important;
}
.firehawk-crm-tributes .pe-md-0 {
padding-right: 0 !important;
}
.firehawk-crm-tributes .pe-md-1 {
padding-right: 0.25rem !important;
}
.firehawk-crm-tributes .pe-md-2 {
padding-right: 0.5rem !important;
}
.firehawk-crm-tributes .pe-md-3 {
padding-right: 1rem !important;
}
.firehawk-crm-tributes .pe-md-4 {
padding-right: 1.5rem !important;
}
.firehawk-crm-tributes .pe-md-5 {
padding-right: 3rem !important;
}
.firehawk-crm-tributes .pb-md-0 {
padding-bottom: 0 !important;
}
.firehawk-crm-tributes .pb-md-1 {
padding-bottom: 0.25rem !important;
}
.firehawk-crm-tributes .pb-md-2 {
padding-bottom: 0.5rem !important;
}
.firehawk-crm-tributes .pb-md-3 {
padding-bottom: 1rem !important;
}
.firehawk-crm-tributes .pb-md-4 {
padding-bottom: 1.5rem !important;
}
.firehawk-crm-tributes .pb-md-5 {
padding-bottom: 3rem !important;
}
.firehawk-crm-tributes .ps-md-0 {
padding-left: 0 !important;
}
.firehawk-crm-tributes .ps-md-1 {
padding-left: 0.25rem !important;
}
.firehawk-crm-tributes .ps-md-2 {
padding-left: 0.5rem !important;
}
.firehawk-crm-tributes .ps-md-3 {
padding-left: 1rem !important;
}
.firehawk-crm-tributes .ps-md-4 {
padding-left: 1.5rem !important;
}
.firehawk-crm-tributes .ps-md-5 {
padding-left: 3rem !important;
}
.firehawk-crm-tributes .text-md-start {
text-align: left !important;
}
.firehawk-crm-tributes .text-md-end {
text-align: right !important;
}
.firehawk-crm-tributes .text-md-center {
text-align: center !important;
}
}
@media (min-width: 992px) {
.firehawk-crm-tributes .float-lg-start {
float: left !important;
}
.firehawk-crm-tributes .float-lg-end {
float: right !important;
}
.firehawk-crm-tributes .float-lg-none {
float: none !important;
}
.firehawk-crm-tributes .d-lg-inline {
display: inline !important;
}
.firehawk-crm-tributes .d-lg-inline-block {
display: inline-block !important;
}
.firehawk-crm-tributes .d-lg-block {
display: block !important;
}
.firehawk-crm-tributes .d-lg-grid {
display: -ms-grid !important;
display: grid !important;
}
.firehawk-crm-tributes .d-lg-table {
display: table !important;
}
.firehawk-crm-tributes .d-lg-table-row {
display: table-row !important;
}
.firehawk-crm-tributes .d-lg-table-cell {
display: table-cell !important;
}
.firehawk-crm-tributes .d-lg-flex {
display: -ms-flexbox !important;
display: flex !important;
}
.firehawk-crm-tributes .d-lg-inline-flex {
display: -ms-inline-flexbox !important;
display: inline-flex !important;
}
.firehawk-crm-tributes .d-lg-none {
display: none !important;
}
.firehawk-crm-tributes .flex-lg-fill {
-ms-flex: 1 1 auto !important;
flex: 1 1 auto !important;
}
.firehawk-crm-tributes .flex-lg-row {
-ms-flex-direction: row !important;
flex-direction: row !important;
}
.firehawk-crm-tributes .flex-lg-column {
-ms-flex-direction: column !important;
flex-direction: column !important;
}
.firehawk-crm-tributes .flex-lg-row-reverse {
-ms-flex-direction: row-reverse !important;
flex-direction: row-reverse !important;
}
.firehawk-crm-tributes .flex-lg-column-reverse {
-ms-flex-direction: column-reverse !important;
flex-direction: column-reverse !important;
}
.firehawk-crm-tributes .flex-lg-grow-0 {
-ms-flex-positive: 0 !important;
flex-grow: 0 !important;
}
.firehawk-crm-tributes .flex-lg-grow-1 {
-ms-flex-positive: 1 !important;
flex-grow: 1 !important;
}
.firehawk-crm-tributes .flex-lg-shrink-0 {
-ms-flex-negative: 0 !important;
flex-shrink: 0 !important;
}
.firehawk-crm-tributes .flex-lg-shrink-1 {
-ms-flex-negative: 1 !important;
flex-shrink: 1 !important;
}
.firehawk-crm-tributes .flex-lg-wrap {
-ms-flex-wrap: wrap !important;
flex-wrap: wrap !important;
}
.firehawk-crm-tributes .flex-lg-nowrap {
-ms-flex-wrap: nowrap !important;
flex-wrap: nowrap !important;
}
.firehawk-crm-tributes .flex-lg-wrap-reverse {
-ms-flex-wrap: wrap-reverse !important;
flex-wrap: wrap-reverse !important;
}
.firehawk-crm-tributes .gap-lg-0 {
gap: 0 !important;
}
.firehawk-crm-tributes .gap-lg-1 {
gap: 0.25rem !important;
}
.firehawk-crm-tributes .gap-lg-2 {
gap: 0.5rem !important;
}
.firehawk-crm-tributes .gap-lg-3 {
gap: 1rem !important;
}
.firehawk-crm-tributes .gap-lg-4 {
gap: 1.5rem !important;
}
.firehawk-crm-tributes .gap-lg-5 {
gap: 3rem !important;
}
.firehawk-crm-tributes .justify-content-lg-start {
-ms-flex-pack: start !important;
justify-content: flex-start !important;
}
.firehawk-crm-tributes .justify-content-lg-end {
-ms-flex-pack: end !important;
justify-content: flex-end !important;
}
.firehawk-crm-tributes .justify-content-lg-center {
-ms-flex-pack: center !important;
justify-content: center !important;
}
.firehawk-crm-tributes .justify-content-lg-between {
-ms-flex-pack: justify !important;
justify-content: space-between !important;
}
.firehawk-crm-tributes .justify-content-lg-around {
-ms-flex-pack: distribute !important;
justify-content: space-around !important;
}
.firehawk-crm-tributes .justify-content-lg-evenly {
-ms-flex-pack: space-evenly !important;
justify-content: space-evenly !important;
}
.firehawk-crm-tributes .align-items-lg-start {
-ms-flex-align: start !important;
align-items: flex-start !important;
}
.firehawk-crm-tributes .align-items-lg-end {
-ms-flex-align: end !important;
align-items: flex-end !important;
}
.firehawk-crm-tributes .align-items-lg-center {
-ms-flex-align: center !important;
align-items: center !important;
}
.firehawk-crm-tributes .align-items-lg-baseline {
-ms-flex-align: baseline !important;
align-items: baseline !important;
}
.firehawk-crm-tributes .align-items-lg-stretch {
-ms-flex-align: stretch !important;
align-items: stretch !important;
}
.firehawk-crm-tributes .align-content-lg-start {
-ms-flex-line-pack: start !important;
align-content: flex-start !important;
}
.firehawk-crm-tributes .align-content-lg-end {
-ms-flex-line-pack: end !important;
align-content: flex-end !important;
}
.firehawk-crm-tributes .align-content-lg-center {
-ms-flex-line-pack: center !important;
align-content: center !important;
}
.firehawk-crm-tributes .align-content-lg-between {
-ms-flex-line-pack: justify !important;
align-content: space-between !important;
}
.firehawk-crm-tributes .align-content-lg-around {
-ms-flex-line-pack: distribute !important;
align-content: space-around !important;
}
.firehawk-crm-tributes .align-content-lg-stretch {
-ms-flex-line-pack: stretch !important;
align-content: stretch !important;
}
.firehawk-crm-tributes .align-self-lg-auto {
-ms-flex-item-align: auto !important;
-ms-grid-row-align: auto !important;
align-self: auto !important;
}
.firehawk-crm-tributes .align-self-lg-start {
-ms-flex-item-align: start !important;
align-self: flex-start !important;
}
.firehawk-crm-tributes .align-self-lg-end {
-ms-flex-item-align: end !important;
align-self: flex-end !important;
}
.firehawk-crm-tributes .align-self-lg-center {
-ms-flex-item-align: center !important;
-ms-grid-row-align: center !important;
align-self: center !important;
}
.firehawk-crm-tributes .align-self-lg-baseline {
-ms-flex-item-align: baseline !important;
align-self: baseline !important;
}
.firehawk-crm-tributes .align-self-lg-stretch {
-ms-flex-item-align: stretch !important;
-ms-grid-row-align: stretch !important;
align-self: stretch !important;
}
.firehawk-crm-tributes .order-lg-first {
-ms-flex-order: -1 !important;
order: -1 !important;
}
.firehawk-crm-tributes .order-lg-0 {
-ms-flex-order: 0 !important;
order: 0 !important;
}
.firehawk-crm-tributes .order-lg-1 {
-ms-flex-order: 1 !important;
order: 1 !important;
}
.firehawk-crm-tributes .order-lg-2 {
-ms-flex-order: 2 !important;
order: 2 !important;
}
.firehawk-crm-tributes .order-lg-3 {
-ms-flex-order: 3 !important;
order: 3 !important;
}
.firehawk-crm-tributes .order-lg-4 {
-ms-flex-order: 4 !important;
order: 4 !important;
}
.firehawk-crm-tributes .order-lg-5 {
-ms-flex-order: 5 !important;
order: 5 !important;
}
.firehawk-crm-tributes .order-lg-last {
-ms-flex-order: 6 !important;
order: 6 !important;
}
.firehawk-crm-tributes .m-lg-0 {
margin: 0 !important;
}
.firehawk-crm-tributes .m-lg-1 {
margin: 0.25rem !important;
}
.firehawk-crm-tributes .m-lg-2 {
margin: 0.5rem !important;
}
.firehawk-crm-tributes .m-lg-3 {
margin: 1rem !important;
}
.firehawk-crm-tributes .m-lg-4 {
margin: 1.5rem !important;
}
.firehawk-crm-tributes .m-lg-5 {
margin: 3rem !important;
}
.firehawk-crm-tributes .m-lg-auto {
margin: auto !important;
}
.firehawk-crm-tributes .mx-lg-0 {
margin-right: 0 !important;
margin-left: 0 !important;
}
.firehawk-crm-tributes .mx-lg-1 {
margin-right: 0.25rem !important;
margin-left: 0.25rem !important;
}
.firehawk-crm-tributes .mx-lg-2 {
margin-right: 0.5rem !important;
margin-left: 0.5rem !important;
}
.firehawk-crm-tributes .mx-lg-3 {
margin-right: 1rem !important;
margin-left: 1rem !important;
}
.firehawk-crm-tributes .mx-lg-4 {
margin-right: 1.5rem !important;
margin-left: 1.5rem !important;
}
.firehawk-crm-tributes .mx-lg-5 {
margin-right: 3rem !important;
margin-left: 3rem !important;
}
.firehawk-crm-tributes .mx-lg-auto {
margin-right: auto !important;
margin-left: auto !important;
}
.firehawk-crm-tributes .my-lg-0 {
margin-top: 0 !important;
margin-bottom: 0 !important;
}
.firehawk-crm-tributes .my-lg-1 {
margin-top: 0.25rem !important;
margin-bottom: 0.25rem !important;
}
.firehawk-crm-tributes .my-lg-2 {
margin-top: 0.5rem !important;
margin-bottom: 0.5rem !important;
}
.firehawk-crm-tributes .my-lg-3 {
margin-top: 1rem !important;
margin-bottom: 1rem !important;
}
.firehawk-crm-tributes .my-lg-4 {
margin-top: 1.5rem !important;
margin-bottom: 1.5rem !important;
}
.firehawk-crm-tributes .my-lg-5 {
margin-top: 3rem !important;
margin-bottom: 3rem !important;
}
.firehawk-crm-tributes .my-lg-auto {
margin-top: auto !important;
margin-bottom: auto !important;
}
.firehawk-crm-tributes .mt-lg-0 {
margin-top: 0 !important;
}
.firehawk-crm-tributes .mt-lg-1 {
margin-top: 0.25rem !important;
}
.firehawk-crm-tributes .mt-lg-2 {
margin-top: 0.5rem !important;
}
.firehawk-crm-tributes .mt-lg-3 {
margin-top: 1rem !important;
}
.firehawk-crm-tributes .mt-lg-4 {
margin-top: 1.5rem !important;
}
.firehawk-crm-tributes .mt-lg-5 {
margin-top: 3rem !important;
}
.firehawk-crm-tributes .mt-lg-auto {
margin-top: auto !important;
}
.firehawk-crm-tributes .me-lg-0 {
margin-right: 0 !important;
}
.firehawk-crm-tributes .me-lg-1 {
margin-right: 0.25rem !important;
}
.firehawk-crm-tributes .me-lg-2 {
margin-right: 0.5rem !important;
}
.firehawk-crm-tributes .me-lg-3 {
margin-right: 1rem !important;
}
.firehawk-crm-tributes .me-lg-4 {
margin-right: 1.5rem !important;
}
.firehawk-crm-tributes .me-lg-5 {
margin-right: 3rem !important;
}
.firehawk-crm-tributes .me-lg-auto {
margin-right: auto !important;
}
.firehawk-crm-tributes .mb-lg-0 {
margin-bottom: 0 !important;
}
.firehawk-crm-tributes .mb-lg-1 {
margin-bottom: 0.25rem !important;
}
.firehawk-crm-tributes .mb-lg-2 {
margin-bottom: 0.5rem !important;
}
.firehawk-crm-tributes .mb-lg-3 {
margin-bottom: 1rem !important;
}
.firehawk-crm-tributes .mb-lg-4 {
margin-bottom: 1.5rem !important;
}
.firehawk-crm-tributes .mb-lg-5 {
margin-bottom: 3rem !important;
}
.firehawk-crm-tributes .mb-lg-auto {
margin-bottom: auto !important;
}
.firehawk-crm-tributes .ms-lg-0 {
margin-left: 0 !important;
}
.firehawk-crm-tributes .ms-lg-1 {
margin-left: 0.25rem !important;
}
.firehawk-crm-tributes .ms-lg-2 {
margin-left: 0.5rem !important;
}
.firehawk-crm-tributes .ms-lg-3 {
margin-left: 1rem !important;
}
.firehawk-crm-tributes .ms-lg-4 {
margin-left: 1.5rem !important;
}
.firehawk-crm-tributes .ms-lg-5 {
margin-left: 3rem !important;
}
.firehawk-crm-tributes .ms-lg-auto {
margin-left: auto !important;
}
.firehawk-crm-tributes .p-lg-0 {
padding: 0 !important;
}
.firehawk-crm-tributes .p-lg-1 {
padding: 0.25rem !important;
}
.firehawk-crm-tributes .p-lg-2 {
padding: 0.5rem !important;
}
.firehawk-crm-tributes .p-lg-3 {
padding: 1rem !important;
}
.firehawk-crm-tributes .p-lg-4 {
padding: 1.5rem !important;
}
.firehawk-crm-tributes .p-lg-5 {
padding: 3rem !important;
}
.firehawk-crm-tributes .px-lg-0 {
padding-right: 0 !important;
padding-left: 0 !important;
}
.firehawk-crm-tributes .px-lg-1 {
padding-right: 0.25rem !important;
padding-left: 0.25rem !important;
}
.firehawk-crm-tributes .px-lg-2 {
padding-right: 0.5rem !important;
padding-left: 0.5rem !important;
}
.firehawk-crm-tributes .px-lg-3 {
padding-right: 1rem !important;
padding-left: 1rem !important;
}
.firehawk-crm-tributes .px-lg-4 {
padding-right: 1.5rem !important;
padding-left: 1.5rem !important;
}
.firehawk-crm-tributes .px-lg-5 {
padding-right: 3rem !important;
padding-left: 3rem !important;
}
.firehawk-crm-tributes .py-lg-0 {
padding-top: 0 !important;
padding-bottom: 0 !important;
}
.firehawk-crm-tributes .py-lg-1 {
padding-top: 0.25rem !important;
padding-bottom: 0.25rem !important;
}
.firehawk-crm-tributes .py-lg-2 {
padding-top: 0.5rem !important;
padding-bottom: 0.5rem !important;
}
.firehawk-crm-tributes .py-lg-3 {
padding-top: 1rem !important;
padding-bottom: 1rem !important;
}
.firehawk-crm-tributes .py-lg-4 {
padding-top: 1.5rem !important;
padding-bottom: 1.5rem !important;
}
.firehawk-crm-tributes .py-lg-5 {
padding-top: 3rem !important;
padding-bottom: 3rem !important;
}
.firehawk-crm-tributes .pt-lg-0 {
padding-top: 0 !important;
}
.firehawk-crm-tributes .pt-lg-1 {
padding-top: 0.25rem !important;
}
.firehawk-crm-tributes .pt-lg-2 {
padding-top: 0.5rem !important;
}
.firehawk-crm-tributes .pt-lg-3 {
padding-top: 1rem !important;
}
.firehawk-crm-tributes .pt-lg-4 {
padding-top: 1.5rem !important;
}
.firehawk-crm-tributes .pt-lg-5 {
padding-top: 3rem !important;
}
.firehawk-crm-tributes .pe-lg-0 {
padding-right: 0 !important;
}
.firehawk-crm-tributes .pe-lg-1 {
padding-right: 0.25rem !important;
}
.firehawk-crm-tributes .pe-lg-2 {
padding-right: 0.5rem !important;
}
.firehawk-crm-tributes .pe-lg-3 {
padding-right: 1rem !important;
}
.firehawk-crm-tributes .pe-lg-4 {
padding-right: 1.5rem !important;
}
.firehawk-crm-tributes .pe-lg-5 {
padding-right: 3rem !important;
}
.firehawk-crm-tributes .pb-lg-0 {
padding-bottom: 0 !important;
}
.firehawk-crm-tributes .pb-lg-1 {
padding-bottom: 0.25rem !important;
}
.firehawk-crm-tributes .pb-lg-2 {
padding-bottom: 0.5rem !important;
}
.firehawk-crm-tributes .pb-lg-3 {
padding-bottom: 1rem !important;
}
.firehawk-crm-tributes .pb-lg-4 {
padding-bottom: 1.5rem !important;
}
.firehawk-crm-tributes .pb-lg-5 {
padding-bottom: 3rem !important;
}
.firehawk-crm-tributes .ps-lg-0 {
padding-left: 0 !important;
}
.firehawk-crm-tributes .ps-lg-1 {
padding-left: 0.25rem !important;
}
.firehawk-crm-tributes .ps-lg-2 {
padding-left: 0.5rem !important;
}
.firehawk-crm-tributes .ps-lg-3 {
padding-left: 1rem !important;
}
.firehawk-crm-tributes .ps-lg-4 {
padding-left: 1.5rem !important;
}
.firehawk-crm-tributes .ps-lg-5 {
padding-left: 3rem !important;
}
.firehawk-crm-tributes .text-lg-start {
text-align: left !important;
}
.firehawk-crm-tributes .text-lg-end {
text-align: right !important;
}
.firehawk-crm-tributes .text-lg-center {
text-align: center !important;
}
}
@media (min-width: 1200px) {
.firehawk-crm-tributes .float-xl-start {
float: left !important;
}
.firehawk-crm-tributes .float-xl-end {
float: right !important;
}
.firehawk-crm-tributes .float-xl-none {
float: none !important;
}
.firehawk-crm-tributes .d-xl-inline {
display: inline !important;
}
.firehawk-crm-tributes .d-xl-inline-block {
display: inline-block !important;
}
.firehawk-crm-tributes .d-xl-block {
display: block !important;
}
.firehawk-crm-tributes .d-xl-grid {
display: -ms-grid !important;
display: grid !important;
}
.firehawk-crm-tributes .d-xl-table {
display: table !important;
}
.firehawk-crm-tributes .d-xl-table-row {
display: table-row !important;
}
.firehawk-crm-tributes .d-xl-table-cell {
display: table-cell !important;
}
.firehawk-crm-tributes .d-xl-flex {
display: -ms-flexbox !important;
display: flex !important;
}
.firehawk-crm-tributes .d-xl-inline-flex {
display: -ms-inline-flexbox !important;
display: inline-flex !important;
}
.firehawk-crm-tributes .d-xl-none {
display: none !important;
}
.firehawk-crm-tributes .flex-xl-fill {
-ms-flex: 1 1 auto !important;
flex: 1 1 auto !important;
}
.firehawk-crm-tributes .flex-xl-row {
-ms-flex-direction: row !important;
flex-direction: row !important;
}
.firehawk-crm-tributes .flex-xl-column {
-ms-flex-direction: column !important;
flex-direction: column !important;
}
.firehawk-crm-tributes .flex-xl-row-reverse {
-ms-flex-direction: row-reverse !important;
flex-direction: row-reverse !important;
}
.firehawk-crm-tributes .flex-xl-column-reverse {
-ms-flex-direction: column-reverse !important;
flex-direction: column-reverse !important;
}
.firehawk-crm-tributes .flex-xl-grow-0 {
-ms-flex-positive: 0 !important;
flex-grow: 0 !important;
}
.firehawk-crm-tributes .flex-xl-grow-1 {
-ms-flex-positive: 1 !important;
flex-grow: 1 !important;
}
.firehawk-crm-tributes .flex-xl-shrink-0 {
-ms-flex-negative: 0 !important;
flex-shrink: 0 !important;
}
.firehawk-crm-tributes .flex-xl-shrink-1 {
-ms-flex-negative: 1 !important;
flex-shrink: 1 !important;
}
.firehawk-crm-tributes .flex-xl-wrap {
-ms-flex-wrap: wrap !important;
flex-wrap: wrap !important;
}
.firehawk-crm-tributes .flex-xl-nowrap {
-ms-flex-wrap: nowrap !important;
flex-wrap: nowrap !important;
}
.firehawk-crm-tributes .flex-xl-wrap-reverse {
-ms-flex-wrap: wrap-reverse !important;
flex-wrap: wrap-reverse !important;
}
.firehawk-crm-tributes .gap-xl-0 {
gap: 0 !important;
}
.firehawk-crm-tributes .gap-xl-1 {
gap: 0.25rem !important;
}
.firehawk-crm-tributes .gap-xl-2 {
gap: 0.5rem !important;
}
.firehawk-crm-tributes .gap-xl-3 {
gap: 1rem !important;
}
.firehawk-crm-tributes .gap-xl-4 {
gap: 1.5rem !important;
}
.firehawk-crm-tributes .gap-xl-5 {
gap: 3rem !important;
}
.firehawk-crm-tributes .justify-content-xl-start {
-ms-flex-pack: start !important;
justify-content: flex-start !important;
}
.firehawk-crm-tributes .justify-content-xl-end {
-ms-flex-pack: end !important;
justify-content: flex-end !important;
}
.firehawk-crm-tributes .justify-content-xl-center {
-ms-flex-pack: center !important;
justify-content: center !important;
}
.firehawk-crm-tributes .justify-content-xl-between {
-ms-flex-pack: justify !important;
justify-content: space-between !important;
}
.firehawk-crm-tributes .justify-content-xl-around {
-ms-flex-pack: distribute !important;
justify-content: space-around !important;
}
.firehawk-crm-tributes .justify-content-xl-evenly {
-ms-flex-pack: space-evenly !important;
justify-content: space-evenly !important;
}
.firehawk-crm-tributes .align-items-xl-start {
-ms-flex-align: start !important;
align-items: flex-start !important;
}
.firehawk-crm-tributes .align-items-xl-end {
-ms-flex-align: end !important;
align-items: flex-end !important;
}
.firehawk-crm-tributes .align-items-xl-center {
-ms-flex-align: center !important;
align-items: center !important;
}
.firehawk-crm-tributes .align-items-xl-baseline {
-ms-flex-align: baseline !important;
align-items: baseline !important;
}
.firehawk-crm-tributes .align-items-xl-stretch {
-ms-flex-align: stretch !important;
align-items: stretch !important;
}
.firehawk-crm-tributes .align-content-xl-start {
-ms-flex-line-pack: start !important;
align-content: flex-start !important;
}
.firehawk-crm-tributes .align-content-xl-end {
-ms-flex-line-pack: end !important;
align-content: flex-end !important;
}
.firehawk-crm-tributes .align-content-xl-center {
-ms-flex-line-pack: center !important;
align-content: center !important;
}
.firehawk-crm-tributes .align-content-xl-between {
-ms-flex-line-pack: justify !important;
align-content: space-between !important;
}
.firehawk-crm-tributes .align-content-xl-around {
-ms-flex-line-pack: distribute !important;
align-content: space-around !important;
}
.firehawk-crm-tributes .align-content-xl-stretch {
-ms-flex-line-pack: stretch !important;
align-content: stretch !important;
}
.firehawk-crm-tributes .align-self-xl-auto {
-ms-flex-item-align: auto !important;
-ms-grid-row-align: auto !important;
align-self: auto !important;
}
.firehawk-crm-tributes .align-self-xl-start {
-ms-flex-item-align: start !important;
align-self: flex-start !important;
}
.firehawk-crm-tributes .align-self-xl-end {
-ms-flex-item-align: end !important;
align-self: flex-end !important;
}
.firehawk-crm-tributes .align-self-xl-center {
-ms-flex-item-align: center !important;
-ms-grid-row-align: center !important;
align-self: center !important;
}
.firehawk-crm-tributes .align-self-xl-baseline {
-ms-flex-item-align: baseline !important;
align-self: baseline !important;
}
.firehawk-crm-tributes .align-self-xl-stretch {
-ms-flex-item-align: stretch !important;
-ms-grid-row-align: stretch !important;
align-self: stretch !important;
}
.firehawk-crm-tributes .order-xl-first {
-ms-flex-order: -1 !important;
order: -1 !important;
}
.firehawk-crm-tributes .order-xl-0 {
-ms-flex-order: 0 !important;
order: 0 !important;
}
.firehawk-crm-tributes .order-xl-1 {
-ms-flex-order: 1 !important;
order: 1 !important;
}
.firehawk-crm-tributes .order-xl-2 {
-ms-flex-order: 2 !important;
order: 2 !important;
}
.firehawk-crm-tributes .order-xl-3 {
-ms-flex-order: 3 !important;
order: 3 !important;
}
.firehawk-crm-tributes .order-xl-4 {
-ms-flex-order: 4 !important;
order: 4 !important;
}
.firehawk-crm-tributes .order-xl-5 {
-ms-flex-order: 5 !important;
order: 5 !important;
}
.firehawk-crm-tributes .order-xl-last {
-ms-flex-order: 6 !important;
order: 6 !important;
}
.firehawk-crm-tributes .m-xl-0 {
margin: 0 !important;
}
.firehawk-crm-tributes .m-xl-1 {
margin: 0.25rem !important;
}
.firehawk-crm-tributes .m-xl-2 {
margin: 0.5rem !important;
}
.firehawk-crm-tributes .m-xl-3 {
margin: 1rem !important;
}
.firehawk-crm-tributes .m-xl-4 {
margin: 1.5rem !important;
}
.firehawk-crm-tributes .m-xl-5 {
margin: 3rem !important;
}
.firehawk-crm-tributes .m-xl-auto {
margin: auto !important;
}
.firehawk-crm-tributes .mx-xl-0 {
margin-right: 0 !important;
margin-left: 0 !important;
}
.firehawk-crm-tributes .mx-xl-1 {
margin-right: 0.25rem !important;
margin-left: 0.25rem !important;
}
.firehawk-crm-tributes .mx-xl-2 {
margin-right: 0.5rem !important;
margin-left: 0.5rem !important;
}
.firehawk-crm-tributes .mx-xl-3 {
margin-right: 1rem !important;
margin-left: 1rem !important;
}
.firehawk-crm-tributes .mx-xl-4 {
margin-right: 1.5rem !important;
margin-left: 1.5rem !important;
}
.firehawk-crm-tributes .mx-xl-5 {
margin-right: 3rem !important;
margin-left: 3rem !important;
}
.firehawk-crm-tributes .mx-xl-auto {
margin-right: auto !important;
margin-left: auto !important;
}
.firehawk-crm-tributes .my-xl-0 {
margin-top: 0 !important;
margin-bottom: 0 !important;
}
.firehawk-crm-tributes .my-xl-1 {
margin-top: 0.25rem !important;
margin-bottom: 0.25rem !important;
}
.firehawk-crm-tributes .my-xl-2 {
margin-top: 0.5rem !important;
margin-bottom: 0.5rem !important;
}
.firehawk-crm-tributes .my-xl-3 {
margin-top: 1rem !important;
margin-bottom: 1rem !important;
}
.firehawk-crm-tributes .my-xl-4 {
margin-top: 1.5rem !important;
margin-bottom: 1.5rem !important;
}
.firehawk-crm-tributes .my-xl-5 {
margin-top: 3rem !important;
margin-bottom: 3rem !important;
}
.firehawk-crm-tributes .my-xl-auto {
margin-top: auto !important;
margin-bottom: auto !important;
}
.firehawk-crm-tributes .mt-xl-0 {
margin-top: 0 !important;
}
.firehawk-crm-tributes .mt-xl-1 {
margin-top: 0.25rem !important;
}
.firehawk-crm-tributes .mt-xl-2 {
margin-top: 0.5rem !important;
}
.firehawk-crm-tributes .mt-xl-3 {
margin-top: 1rem !important;
}
.firehawk-crm-tributes .mt-xl-4 {
margin-top: 1.5rem !important;
}
.firehawk-crm-tributes .mt-xl-5 {
margin-top: 3rem !important;
}
.firehawk-crm-tributes .mt-xl-auto {
margin-top: auto !important;
}
.firehawk-crm-tributes .me-xl-0 {
margin-right: 0 !important;
}
.firehawk-crm-tributes .me-xl-1 {
margin-right: 0.25rem !important;
}
.firehawk-crm-tributes .me-xl-2 {
margin-right: 0.5rem !important;
}
.firehawk-crm-tributes .me-xl-3 {
margin-right: 1rem !important;
}
.firehawk-crm-tributes .me-xl-4 {
margin-right: 1.5rem !important;
}
.firehawk-crm-tributes .me-xl-5 {
margin-right: 3rem !important;
}
.firehawk-crm-tributes .me-xl-auto {
margin-right: auto !important;
}
.firehawk-crm-tributes .mb-xl-0 {
margin-bottom: 0 !important;
}
.firehawk-crm-tributes .mb-xl-1 {
margin-bottom: 0.25rem !important;
}
.firehawk-crm-tributes .mb-xl-2 {
margin-bottom: 0.5rem !important;
}
.firehawk-crm-tributes .mb-xl-3 {
margin-bottom: 1rem !important;
}
.firehawk-crm-tributes .mb-xl-4 {
margin-bottom: 1.5rem !important;
}
.firehawk-crm-tributes .mb-xl-5 {
margin-bottom: 3rem !important;
}
.firehawk-crm-tributes .mb-xl-auto {
margin-bottom: auto !important;
}
.firehawk-crm-tributes .ms-xl-0 {
margin-left: 0 !important;
}
.firehawk-crm-tributes .ms-xl-1 {
margin-left: 0.25rem !important;
}
.firehawk-crm-tributes .ms-xl-2 {
margin-left: 0.5rem !important;
}
.firehawk-crm-tributes .ms-xl-3 {
margin-left: 1rem !important;
}
.firehawk-crm-tributes .ms-xl-4 {
margin-left: 1.5rem !important;
}
.firehawk-crm-tributes .ms-xl-5 {
margin-left: 3rem !important;
}
.firehawk-crm-tributes .ms-xl-auto {
margin-left: auto !important;
}
.firehawk-crm-tributes .p-xl-0 {
padding: 0 !important;
}
.firehawk-crm-tributes .p-xl-1 {
padding: 0.25rem !important;
}
.firehawk-crm-tributes .p-xl-2 {
padding: 0.5rem !important;
}
.firehawk-crm-tributes .p-xl-3 {
padding: 1rem !important;
}
.firehawk-crm-tributes .p-xl-4 {
padding: 1.5rem !important;
}
.firehawk-crm-tributes .p-xl-5 {
padding: 3rem !important;
}
.firehawk-crm-tributes .px-xl-0 {
padding-right: 0 !important;
padding-left: 0 !important;
}
.firehawk-crm-tributes .px-xl-1 {
padding-right: 0.25rem !important;
padding-left: 0.25rem !important;
}
.firehawk-crm-tributes .px-xl-2 {
padding-right: 0.5rem !important;
padding-left: 0.5rem !important;
}
.firehawk-crm-tributes .px-xl-3 {
padding-right: 1rem !important;
padding-left: 1rem !important;
}
.firehawk-crm-tributes .px-xl-4 {
padding-right: 1.5rem !important;
padding-left: 1.5rem !important;
}
.firehawk-crm-tributes .px-xl-5 {
padding-right: 3rem !important;
padding-left: 3rem !important;
}
.firehawk-crm-tributes .py-xl-0 {
padding-top: 0 !important;
padding-bottom: 0 !important;
}
.firehawk-crm-tributes .py-xl-1 {
padding-top: 0.25rem !important;
padding-bottom: 0.25rem !important;
}
.firehawk-crm-tributes .py-xl-2 {
padding-top: 0.5rem !important;
padding-bottom: 0.5rem !important;
}
.firehawk-crm-tributes .py-xl-3 {
padding-top: 1rem !important;
padding-bottom: 1rem !important;
}
.firehawk-crm-tributes .py-xl-4 {
padding-top: 1.5rem !important;
padding-bottom: 1.5rem !important;
}
.firehawk-crm-tributes .py-xl-5 {
padding-top: 3rem !important;
padding-bottom: 3rem !important;
}
.firehawk-crm-tributes .pt-xl-0 {
padding-top: 0 !important;
}
.firehawk-crm-tributes .pt-xl-1 {
padding-top: 0.25rem !important;
}
.firehawk-crm-tributes .pt-xl-2 {
padding-top: 0.5rem !important;
}
.firehawk-crm-tributes .pt-xl-3 {
padding-top: 1rem !important;
}
.firehawk-crm-tributes .pt-xl-4 {
padding-top: 1.5rem !important;
}
.firehawk-crm-tributes .pt-xl-5 {
padding-top: 3rem !important;
}
.firehawk-crm-tributes .pe-xl-0 {
padding-right: 0 !important;
}
.firehawk-crm-tributes .pe-xl-1 {
padding-right: 0.25rem !important;
}
.firehawk-crm-tributes .pe-xl-2 {
padding-right: 0.5rem !important;
}
.firehawk-crm-tributes .pe-xl-3 {
padding-right: 1rem !important;
}
.firehawk-crm-tributes .pe-xl-4 {
padding-right: 1.5rem !important;
}
.firehawk-crm-tributes .pe-xl-5 {
padding-right: 3rem !important;
}
.firehawk-crm-tributes .pb-xl-0 {
padding-bottom: 0 !important;
}
.firehawk-crm-tributes .pb-xl-1 {
padding-bottom: 0.25rem !important;
}
.firehawk-crm-tributes .pb-xl-2 {
padding-bottom: 0.5rem !important;
}
.firehawk-crm-tributes .pb-xl-3 {
padding-bottom: 1rem !important;
}
.firehawk-crm-tributes .pb-xl-4 {
padding-bottom: 1.5rem !important;
}
.firehawk-crm-tributes .pb-xl-5 {
padding-bottom: 3rem !important;
}
.firehawk-crm-tributes .ps-xl-0 {
padding-left: 0 !important;
}
.firehawk-crm-tributes .ps-xl-1 {
padding-left: 0.25rem !important;
}
.firehawk-crm-tributes .ps-xl-2 {
padding-left: 0.5rem !important;
}
.firehawk-crm-tributes .ps-xl-3 {
padding-left: 1rem !important;
}
.firehawk-crm-tributes .ps-xl-4 {
padding-left: 1.5rem !important;
}
.firehawk-crm-tributes .ps-xl-5 {
padding-left: 3rem !important;
}
.firehawk-crm-tributes .text-xl-start {
text-align: left !important;
}
.firehawk-crm-tributes .text-xl-end {
text-align: right !important;
}
.firehawk-crm-tributes .text-xl-center {
text-align: center !important;
}
}
@media (min-width: 1400px) {
.firehawk-crm-tributes .float-xxl-start {
float: left !important;
}
.firehawk-crm-tributes .float-xxl-end {
float: right !important;
}
.firehawk-crm-tributes .float-xxl-none {
float: none !important;
}
.firehawk-crm-tributes .d-xxl-inline {
display: inline !important;
}
.firehawk-crm-tributes .d-xxl-inline-block {
display: inline-block !important;
}
.firehawk-crm-tributes .d-xxl-block {
display: block !important;
}
.firehawk-crm-tributes .d-xxl-grid {
display: -ms-grid !important;
display: grid !important;
}
.firehawk-crm-tributes .d-xxl-table {
display: table !important;
}
.firehawk-crm-tributes .d-xxl-table-row {
display: table-row !important;
}
.firehawk-crm-tributes .d-xxl-table-cell {
display: table-cell !important;
}
.firehawk-crm-tributes .d-xxl-flex {
display: -ms-flexbox !important;
display: flex !important;
}
.firehawk-crm-tributes .d-xxl-inline-flex {
display: -ms-inline-flexbox !important;
display: inline-flex !important;
}
.firehawk-crm-tributes .d-xxl-none {
display: none !important;
}
.firehawk-crm-tributes .flex-xxl-fill {
-ms-flex: 1 1 auto !important;
flex: 1 1 auto !important;
}
.firehawk-crm-tributes .flex-xxl-row {
-ms-flex-direction: row !important;
flex-direction: row !important;
}
.firehawk-crm-tributes .flex-xxl-column {
-ms-flex-direction: column !important;
flex-direction: column !important;
}
.firehawk-crm-tributes .flex-xxl-row-reverse {
-ms-flex-direction: row-reverse !important;
flex-direction: row-reverse !important;
}
.firehawk-crm-tributes .flex-xxl-column-reverse {
-ms-flex-direction: column-reverse !important;
flex-direction: column-reverse !important;
}
.firehawk-crm-tributes .flex-xxl-grow-0 {
-ms-flex-positive: 0 !important;
flex-grow: 0 !important;
}
.firehawk-crm-tributes .flex-xxl-grow-1 {
-ms-flex-positive: 1 !important;
flex-grow: 1 !important;
}
.firehawk-crm-tributes .flex-xxl-shrink-0 {
-ms-flex-negative: 0 !important;
flex-shrink: 0 !important;
}
.firehawk-crm-tributes .flex-xxl-shrink-1 {
-ms-flex-negative: 1 !important;
flex-shrink: 1 !important;
}
.firehawk-crm-tributes .flex-xxl-wrap {
-ms-flex-wrap: wrap !important;
flex-wrap: wrap !important;
}
.firehawk-crm-tributes .flex-xxl-nowrap {
-ms-flex-wrap: nowrap !important;
flex-wrap: nowrap !important;
}
.firehawk-crm-tributes .flex-xxl-wrap-reverse {
-ms-flex-wrap: wrap-reverse !important;
flex-wrap: wrap-reverse !important;
}
.firehawk-crm-tributes .gap-xxl-0 {
gap: 0 !important;
}
.firehawk-crm-tributes .gap-xxl-1 {
gap: 0.25rem !important;
}
.firehawk-crm-tributes .gap-xxl-2 {
gap: 0.5rem !important;
}
.firehawk-crm-tributes .gap-xxl-3 {
gap: 1rem !important;
}
.firehawk-crm-tributes .gap-xxl-4 {
gap: 1.5rem !important;
}
.firehawk-crm-tributes .gap-xxl-5 {
gap: 3rem !important;
}
.firehawk-crm-tributes .justify-content-xxl-start {
-ms-flex-pack: start !important;
justify-content: flex-start !important;
}
.firehawk-crm-tributes .justify-content-xxl-end {
-ms-flex-pack: end !important;
justify-content: flex-end !important;
}
.firehawk-crm-tributes .justify-content-xxl-center {
-ms-flex-pack: center !important;
justify-content: center !important;
}
.firehawk-crm-tributes .justify-content-xxl-between {
-ms-flex-pack: justify !important;
justify-content: space-between !important;
}
.firehawk-crm-tributes .justify-content-xxl-around {
-ms-flex-pack: distribute !important;
justify-content: space-around !important;
}
.firehawk-crm-tributes .justify-content-xxl-evenly {
-ms-flex-pack: space-evenly !important;
justify-content: space-evenly !important;
}
.firehawk-crm-tributes .align-items-xxl-start {
-ms-flex-align: start !important;
align-items: flex-start !important;
}
.firehawk-crm-tributes .align-items-xxl-end {
-ms-flex-align: end !important;
align-items: flex-end !important;
}
.firehawk-crm-tributes .align-items-xxl-center {
-ms-flex-align: center !important;
align-items: center !important;
}
.firehawk-crm-tributes .align-items-xxl-baseline {
-ms-flex-align: baseline !important;
align-items: baseline !important;
}
.firehawk-crm-tributes .align-items-xxl-stretch {
-ms-flex-align: stretch !important;
align-items: stretch !important;
}
.firehawk-crm-tributes .align-content-xxl-start {
-ms-flex-line-pack: start !important;
align-content: flex-start !important;
}
.firehawk-crm-tributes .align-content-xxl-end {
-ms-flex-line-pack: end !important;
align-content: flex-end !important;
}
.firehawk-crm-tributes .align-content-xxl-center {
-ms-flex-line-pack: center !important;
align-content: center !important;
}
.firehawk-crm-tributes .align-content-xxl-between {
-ms-flex-line-pack: justify !important;
align-content: space-between !important;
}
.firehawk-crm-tributes .align-content-xxl-around {
-ms-flex-line-pack: distribute !important;
align-content: space-around !important;
}
.firehawk-crm-tributes .align-content-xxl-stretch {
-ms-flex-line-pack: stretch !important;
align-content: stretch !important;
}
.firehawk-crm-tributes .align-self-xxl-auto {
-ms-flex-item-align: auto !important;
-ms-grid-row-align: auto !important;
align-self: auto !important;
}
.firehawk-crm-tributes .align-self-xxl-start {
-ms-flex-item-align: start !important;
align-self: flex-start !important;
}
.firehawk-crm-tributes .align-self-xxl-end {
-ms-flex-item-align: end !important;
align-self: flex-end !important;
}
.firehawk-crm-tributes .align-self-xxl-center {
-ms-flex-item-align: center !important;
-ms-grid-row-align: center !important;
align-self: center !important;
}
.firehawk-crm-tributes .align-self-xxl-baseline {
-ms-flex-item-align: baseline !important;
align-self: baseline !important;
}
.firehawk-crm-tributes .align-self-xxl-stretch {
-ms-flex-item-align: stretch !important;
-ms-grid-row-align: stretch !important;
align-self: stretch !important;
}
.firehawk-crm-tributes .order-xxl-first {
-ms-flex-order: -1 !important;
order: -1 !important;
}
.firehawk-crm-tributes .order-xxl-0 {
-ms-flex-order: 0 !important;
order: 0 !important;
}
.firehawk-crm-tributes .order-xxl-1 {
-ms-flex-order: 1 !important;
order: 1 !important;
}
.firehawk-crm-tributes .order-xxl-2 {
-ms-flex-order: 2 !important;
order: 2 !important;
}
.firehawk-crm-tributes .order-xxl-3 {
-ms-flex-order: 3 !important;
order: 3 !important;
}
.firehawk-crm-tributes .order-xxl-4 {
-ms-flex-order: 4 !important;
order: 4 !important;
}
.firehawk-crm-tributes .order-xxl-5 {
-ms-flex-order: 5 !important;
order: 5 !important;
}
.firehawk-crm-tributes .order-xxl-last {
-ms-flex-order: 6 !important;
order: 6 !important;
}
.firehawk-crm-tributes .m-xxl-0 {
margin: 0 !important;
}
.firehawk-crm-tributes .m-xxl-1 {
margin: 0.25rem !important;
}
.firehawk-crm-tributes .m-xxl-2 {
margin: 0.5rem !important;
}
.firehawk-crm-tributes .m-xxl-3 {
margin: 1rem !important;
}
.firehawk-crm-tributes .m-xxl-4 {
margin: 1.5rem !important;
}
.firehawk-crm-tributes .m-xxl-5 {
margin: 3rem !important;
}
.firehawk-crm-tributes .m-xxl-auto {
margin: auto !important;
}
.firehawk-crm-tributes .mx-xxl-0 {
margin-right: 0 !important;
margin-left: 0 !important;
}
.firehawk-crm-tributes .mx-xxl-1 {
margin-right: 0.25rem !important;
margin-left: 0.25rem !important;
}
.firehawk-crm-tributes .mx-xxl-2 {
margin-right: 0.5rem !important;
margin-left: 0.5rem !important;
}
.firehawk-crm-tributes .mx-xxl-3 {
margin-right: 1rem !important;
margin-left: 1rem !important;
}
.firehawk-crm-tributes .mx-xxl-4 {
margin-right: 1.5rem !important;
margin-left: 1.5rem !important;
}
.firehawk-crm-tributes .mx-xxl-5 {
margin-right: 3rem !important;
margin-left: 3rem !important;
}
.firehawk-crm-tributes .mx-xxl-auto {
margin-right: auto !important;
margin-left: auto !important;
}
.firehawk-crm-tributes .my-xxl-0 {
margin-top: 0 !important;
margin-bottom: 0 !important;
}
.firehawk-crm-tributes .my-xxl-1 {
margin-top: 0.25rem !important;
margin-bottom: 0.25rem !important;
}
.firehawk-crm-tributes .my-xxl-2 {
margin-top: 0.5rem !important;
margin-bottom: 0.5rem !important;
}
.firehawk-crm-tributes .my-xxl-3 {
margin-top: 1rem !important;
margin-bottom: 1rem !important;
}
.firehawk-crm-tributes .my-xxl-4 {
margin-top: 1.5rem !important;
margin-bottom: 1.5rem !important;
}
.firehawk-crm-tributes .my-xxl-5 {
margin-top: 3rem !important;
margin-bottom: 3rem !important;
}
.firehawk-crm-tributes .my-xxl-auto {
margin-top: auto !important;
margin-bottom: auto !important;
}
.firehawk-crm-tributes .mt-xxl-0 {
margin-top: 0 !important;
}
.firehawk-crm-tributes .mt-xxl-1 {
margin-top: 0.25rem !important;
}
.firehawk-crm-tributes .mt-xxl-2 {
margin-top: 0.5rem !important;
}
.firehawk-crm-tributes .mt-xxl-3 {
margin-top: 1rem !important;
}
.firehawk-crm-tributes .mt-xxl-4 {
margin-top: 1.5rem !important;
}
.firehawk-crm-tributes .mt-xxl-5 {
margin-top: 3rem !important;
}
.firehawk-crm-tributes .mt-xxl-auto {
margin-top: auto !important;
}
.firehawk-crm-tributes .me-xxl-0 {
margin-right: 0 !important;
}
.firehawk-crm-tributes .me-xxl-1 {
margin-right: 0.25rem !important;
}
.firehawk-crm-tributes .me-xxl-2 {
margin-right: 0.5rem !important;
}
.firehawk-crm-tributes .me-xxl-3 {
margin-right: 1rem !important;
}
.firehawk-crm-tributes .me-xxl-4 {
margin-right: 1.5rem !important;
}
.firehawk-crm-tributes .me-xxl-5 {
margin-right: 3rem !important;
}
.firehawk-crm-tributes .me-xxl-auto {
margin-right: auto !important;
}
.firehawk-crm-tributes .mb-xxl-0 {
margin-bottom: 0 !important;
}
.firehawk-crm-tributes .mb-xxl-1 {
margin-bottom: 0.25rem !important;
}
.firehawk-crm-tributes .mb-xxl-2 {
margin-bottom: 0.5rem !important;
}
.firehawk-crm-tributes .mb-xxl-3 {
margin-bottom: 1rem !important;
}
.firehawk-crm-tributes .mb-xxl-4 {
margin-bottom: 1.5rem !important;
}
.firehawk-crm-tributes .mb-xxl-5 {
margin-bottom: 3rem !important;
}
.firehawk-crm-tributes .mb-xxl-auto {
margin-bottom: auto !important;
}
.firehawk-crm-tributes .ms-xxl-0 {
margin-left: 0 !important;
}
.firehawk-crm-tributes .ms-xxl-1 {
margin-left: 0.25rem !important;
}
.firehawk-crm-tributes .ms-xxl-2 {
margin-left: 0.5rem !important;
}
.firehawk-crm-tributes .ms-xxl-3 {
margin-left: 1rem !important;
}
.firehawk-crm-tributes .ms-xxl-4 {
margin-left: 1.5rem !important;
}
.firehawk-crm-tributes .ms-xxl-5 {
margin-left: 3rem !important;
}
.firehawk-crm-tributes .ms-xxl-auto {
margin-left: auto !important;
}
.firehawk-crm-tributes .p-xxl-0 {
padding: 0 !important;
}
.firehawk-crm-tributes .p-xxl-1 {
padding: 0.25rem !important;
}
.firehawk-crm-tributes .p-xxl-2 {
padding: 0.5rem !important;
}
.firehawk-crm-tributes .p-xxl-3 {
padding: 1rem !important;
}
.firehawk-crm-tributes .p-xxl-4 {
padding: 1.5rem !important;
}
.firehawk-crm-tributes .p-xxl-5 {
padding: 3rem !important;
}
.firehawk-crm-tributes .px-xxl-0 {
padding-right: 0 !important;
padding-left: 0 !important;
}
.firehawk-crm-tributes .px-xxl-1 {
padding-right: 0.25rem !important;
padding-left: 0.25rem !important;
}
.firehawk-crm-tributes .px-xxl-2 {
padding-right: 0.5rem !important;
padding-left: 0.5rem !important;
}
.firehawk-crm-tributes .px-xxl-3 {
padding-right: 1rem !important;
padding-left: 1rem !important;
}
.firehawk-crm-tributes .px-xxl-4 {
padding-right: 1.5rem !important;
padding-left: 1.5rem !important;
}
.firehawk-crm-tributes .px-xxl-5 {
padding-right: 3rem !important;
padding-left: 3rem !important;
}
.firehawk-crm-tributes .py-xxl-0 {
padding-top: 0 !important;
padding-bottom: 0 !important;
}
.firehawk-crm-tributes .py-xxl-1 {
padding-top: 0.25rem !important;
padding-bottom: 0.25rem !important;
}
.firehawk-crm-tributes .py-xxl-2 {
padding-top: 0.5rem !important;
padding-bottom: 0.5rem !important;
}
.firehawk-crm-tributes .py-xxl-3 {
padding-top: 1rem !important;
padding-bottom: 1rem !important;
}
.firehawk-crm-tributes .py-xxl-4 {
padding-top: 1.5rem !important;
padding-bottom: 1.5rem !important;
}
.firehawk-crm-tributes .py-xxl-5 {
padding-top: 3rem !important;
padding-bottom: 3rem !important;
}
.firehawk-crm-tributes .pt-xxl-0 {
padding-top: 0 !important;
}
.firehawk-crm-tributes .pt-xxl-1 {
padding-top: 0.25rem !important;
}
.firehawk-crm-tributes .pt-xxl-2 {
padding-top: 0.5rem !important;
}
.firehawk-crm-tributes .pt-xxl-3 {
padding-top: 1rem !important;
}
.firehawk-crm-tributes .pt-xxl-4 {
padding-top: 1.5rem !important;
}
.firehawk-crm-tributes .pt-xxl-5 {
padding-top: 3rem !important;
}
.firehawk-crm-tributes .pe-xxl-0 {
padding-right: 0 !important;
}
.firehawk-crm-tributes .pe-xxl-1 {
padding-right: 0.25rem !important;
}
.firehawk-crm-tributes .pe-xxl-2 {
padding-right: 0.5rem !important;
}
.firehawk-crm-tributes .pe-xxl-3 {
padding-right: 1rem !important;
}
.firehawk-crm-tributes .pe-xxl-4 {
padding-right: 1.5rem !important;
}
.firehawk-crm-tributes .pe-xxl-5 {
padding-right: 3rem !important;
}
.firehawk-crm-tributes .pb-xxl-0 {
padding-bottom: 0 !important;
}
.firehawk-crm-tributes .pb-xxl-1 {
padding-bottom: 0.25rem !important;
}
.firehawk-crm-tributes .pb-xxl-2 {
padding-bottom: 0.5rem !important;
}
.firehawk-crm-tributes .pb-xxl-3 {
padding-bottom: 1rem !important;
}
.firehawk-crm-tributes .pb-xxl-4 {
padding-bottom: 1.5rem !important;
}
.firehawk-crm-tributes .pb-xxl-5 {
padding-bottom: 3rem !important;
}
.firehawk-crm-tributes .ps-xxl-0 {
padding-left: 0 !important;
}
.firehawk-crm-tributes .ps-xxl-1 {
padding-left: 0.25rem !important;
}
.firehawk-crm-tributes .ps-xxl-2 {
padding-left: 0.5rem !important;
}
.firehawk-crm-tributes .ps-xxl-3 {
padding-left: 1rem !important;
}
.firehawk-crm-tributes .ps-xxl-4 {
padding-left: 1.5rem !important;
}
.firehawk-crm-tributes .ps-xxl-5 {
padding-left: 3rem !important;
}
.firehawk-crm-tributes .text-xxl-start {
text-align: left !important;
}
.firehawk-crm-tributes .text-xxl-end {
text-align: right !important;
}
.firehawk-crm-tributes .text-xxl-center {
text-align: center !important;
}
}
@media (min-width: 1200px) {
.firehawk-crm-tributes .fs-1 {
font-size: 2.5rem !important;
}
.firehawk-crm-tributes .fs-2 {
font-size: 2rem !important;
}
.firehawk-crm-tributes .fs-3 {
font-size: 1.75rem !important;
}
.firehawk-crm-tributes .fs-4 {
font-size: 1.5rem !important;
}
}
@media print {
.firehawk-crm-tributes .d-print-inline {
display: inline !important;
}
.firehawk-crm-tributes .d-print-inline-block {
display: inline-block !important;
}
.firehawk-crm-tributes .d-print-block {
display: block !important;
}
.firehawk-crm-tributes .d-print-grid {
display: -ms-grid !important;
display: grid !important;
}
.firehawk-crm-tributes .d-print-table {
display: table !important;
}
.firehawk-crm-tributes .d-print-table-row {
display: table-row !important;
}
.firehawk-crm-tributes .d-print-table-cell {
display: table-cell !important;
}
.firehawk-crm-tributes .d-print-flex {
display: -ms-flexbox !important;
display: flex !important;
}
.firehawk-crm-tributes .d-print-inline-flex {
display: -ms-inline-flexbox !important;
display: inline-flex !important;
}
.firehawk-crm-tributes .d-print-none {
display: none !important;
}
}
.firehawk-crm-tributes .bd-callout {
padding: 1.25rem;
margin-top: 1.25rem;
margin-bottom: 1.25rem;
border: 1px solid #e9ecef;
border-left-width: 0.25rem;
border-radius: 0.25rem;
}
.firehawk-crm-tributes .bd-callout.bd-callout-danger {
border-left-color: #d9534f;
}
.firehawk-crm-tributes .bd-callout.bd-callout-info {
border-left-color: #5ba8de;
}
.firehawk-crm-tributes .bd-callout.bd-callout-md {
padding: 1rem 1.25rem;
}
.firehawk-crm-tributes .bd-callout p:last-child {
margin-bottom: 0;
}
.firehawk-crm-tributes .btn:focus, .btn-check:focus + .firehawk-crm-tributes .btn {
outline: 0;
box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.firehawk-crm-tributes .text-danger {
color: #dc3545 !important;
}
.firehawk-crm-tributes .btn-outline-dark {
color: #343a40;
border-color: #343a40;
}
.firehawk-crm-tributes .btn-outline-dark:hover {
color: #fff;
background-color: #343a40;
border-color: #343a40;
}
.btn-check:focus + .firehawk-crm-tributes .btn-outline-dark, .firehawk-crm-tributes .btn-outline-dark:focus {
box-shadow: 0 0 0 0.25rem rgba(52, 58, 64, 0.5);
}
.btn-check:checked + .firehawk-crm-tributes .btn-outline-dark, .btn-check:active + .firehawk-crm-tributes .btn-outline-dark, .firehawk-crm-tributes .btn-outline-dark:active, .firehawk-crm-tributes .btn-outline-dark.active, .firehawk-crm-tributes .btn-outline-dark.dropdown-toggle.show {
color: #fff;
background-color: #343a40;
border-color: #343a40;
}
.btn-check:checked + .firehawk-crm-tributes .btn-outline-dark:focus, .btn-check:active + .firehawk-crm-tributes .btn-outline-dark:focus, .firehawk-crm-tributes .btn-outline-dark:active:focus, .firehawk-crm-tributes .btn-outline-dark.active:focus, .firehawk-crm-tributes .btn-outline-dark.dropdown-toggle.show:focus {
box-shadow: 0 0 0 0.25rem rgba(52, 58, 64, 0.5);
}
.firehawk-crm-tributes .btn-outline-dark:disabled, .firehawk-crm-tributes .btn-outline-dark.disabled {
color: #343a40;
background-color: transparent;
}
.firehawk-crm-tributes textarea + .character-count, .firehawk-crm-tributes .grow-wrap + .character-count {
font-size: 90%;
}
.firehawk-crm-theme {
--fh-font-size: 16px;
--fh-primary-color: #0d6efd;
} .slick-loading .slick-list {
background: #fff url(https://www.rossfunerals.com.au/wp-content/plugins/fcrm-tributes/public/css/ajax-loader.gif) center center no-repeat;
} @font-face {
font-family: "slick";
src: url(https://www.rossfunerals.com.au/wp-content/plugins/fcrm-tributes/public/css/fonts/slick.eot);
src: url(https://www.rossfunerals.com.au/wp-content/plugins/fcrm-tributes/public/css/fonts/slick.eot?#iefix) format("embedded-opentype"), url(https://www.rossfunerals.com.au/wp-content/plugins/fcrm-tributes/public/css/fonts/slick.woff) format("woff"), url(https://www.rossfunerals.com.au/wp-content/plugins/fcrm-tributes/public/css/fonts/slick.ttf) format("truetype"), url(https://www.rossfunerals.com.au/wp-content/plugins/fcrm-tributes/public/css/fonts/slick.svg#slick) format("svg");
font-weight: normal;
font-style: normal;
} .slick-prev,
.slick-next {
position: absolute;
display: block;
height: 20px;
width: 20px;
line-height: 0px;
font-size: 0px;
cursor: pointer;
background: transparent;
color: transparent;
top: 50%;
transform: translate(0, -50%);
padding: 0;
border: none;
outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
outline: none;
background: transparent;
color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
font-family: "slick";
font-size: 20px;
line-height: 1;
color: white;
opacity: 0.75;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.slick-prev {
left: -25px;
}
[dir=rtl] .slick-prev {
left: auto;
right: -25px;
}
.slick-prev:before {
content: "←";
}
[dir=rtl] .slick-prev:before {
content: "→";
}
.slick-next {
right: -25px;
}
[dir=rtl] .slick-next {
left: -25px;
right: auto;
}
.slick-next:before {
content: "→";
}
[dir=rtl] .slick-next:before {
content: "←";
} .slick-dotted.slick-slider {
margin-bottom: 30px;
}
.slick-dots {
position: absolute;
bottom: -25px;
list-style: none;
display: block;
text-align: center;
padding: 0;
margin: 0;
width: 100%;
}
.slick-dots li {
position: relative;
display: inline-block;
height: 20px;
width: 20px;
margin: 0 5px;
padding: 0;
cursor: pointer;
}
.slick-dots li button {
border: 0;
background: transparent;
display: block;
height: 20px;
width: 20px;
outline: none;
line-height: 0px;
font-size: 0px;
color: transparent;
padding: 5px;
cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
opacity: 1;
}
.slick-dots li button:before {
position: absolute;
top: 0;
left: 0;
content: "•";
width: 20px;
height: 20px;
font-family: "slick";
font-size: 6px;
line-height: 20px;
text-align: center;
color: black;
opacity: 0.25;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
color: black;
opacity: 0.75;
} .slick-slider {
position: relative;
display: block;
box-sizing: border-box;
-webkit-touch-callout: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-ms-touch-action: pan-y;
touch-action: pan-y;
-webkit-tap-highlight-color: transparent;
}
.slick-list {
position: relative;
overflow: hidden;
display: block;
margin: 0;
padding: 0;
}
.slick-list:focus {
outline: none;
}
.slick-list.dragging {
cursor: pointer;
cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
transform: translate3d(0, 0, 0);
}
.slick-track {
position: relative;
left: 0;
top: 0;
display: block;
margin-left: auto;
margin-right: auto;
}
.slick-track:before, .slick-track:after {
content: "";
display: table;
}
.slick-track:after {
clear: both;
}
.slick-loading .slick-track {
visibility: hidden;
}
.slick-slide {
float: left;
height: 100%;
min-height: 1px;
display: none;
}
[dir=rtl] .slick-slide {
float: right;
}
.slick-slide img {
display: block;
}
.slick-slide.slick-loading img {
display: none;
}
.slick-slide.dragging img {
pointer-events: none;
}
.slick-initialized .slick-slide {
display: block;
}
.slick-loading .slick-slide {
visibility: hidden;
}
.slick-vertical .slick-slide {
display: block;
height: auto;
border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
display: none;
}
:root {
--fcrm-link-color: #4a75b9;
--fcrm-primary-button: #cddffc;
--fcrm-primary-button-text: #000;
--fcrm-primary-button-hover: #89afe9;
--fcrm-primary-button-hover-text: #000;
--fcrm-focus-shadow-color: rgba(13, 110, 253, 0.25);
--fcrm-focus-border-color: #b0d0ff;
}
.firehawk-crm-tributes .btn-primary {
color: var(--fcrm-primary-button-text);
background-color: var(--fcrm-primary-button);
border-color: var(--fcrm-primary-button);
}
.firehawk-crm-tributes .btn-primary:focus, .firehawk-crm-tributes .btn-primary:hover {
color: var(--fcrm-primary-button-hover-text);
background-color: var(--fcrm-primary-button-hover);
border-color: var(--fcrm-primary-button-hover);
}
.firehawk-crm-tributes .btn-primary:focus {
box-shadow: 0 0 0 0.25rem var(--fcrm-focus-shadow-color);
}
.firehawk-crm-tributes .btn-primary:disabled, .firehawk-crm-tributes .btn-primary.disabled {
color: var(--fcrm-primary-button-text);
background-color: var(--fcrm-primary-button);
border-color: var(--fcrm-primary-button);
}
.firehawk-crm-tributes .form-control:focus {
box-shadow: 0 0 0 0.25rem var(--fcrm-focus-shadow-color);
border-color: var(--fcrm-focus-border-color);
}
.firehawk-crm-tributes .form-check-input:focus {
border-color: --fcrm-focus-border-color;
box-shadow: 0 0 0 0.25rem var(--fcrm-focus-shadow-color);
}
.firehawk-crm-tributes .form-check-input:checked {
background-color: var(--fcrm-primary-button);
border-color: var(--fcrm-primary-button);
}
.firehawk-crm-tributes a {
color: var(--fcrm-link-color);
}
.firehawk-crm-tributes .nav-link {
color: var(--fcrm-link-color);
}
:root {
--litepicker-button-prev-month-color-hover: var(--fcrm-primary-button);
--litepicker-button-next-month-color-hover: var(--fcrm-primary-button);
--litepicker-day-color-hover: #000;
--litepicker-is-start-color-bg: var(--fcrm-primary-button);
--litepicker-is-end-color-bg: var(--fcrm-primary-button);
--litepicker-button-apply-color-bg: var(--fcrm-primary-button);
--litepicker-button-reset-color-hover: var(--fcrm-primary-button);
--litepicker-is-in-range-color: #f1f3f5;
--litepicker-is-start-color: var(--fcrm-primary-button-text);
--litepicker-is-end-color: var(--fcrm-primary-button-text);
}
@keyframes fhlistingsspinner {
from {
transform: rotate(0);
}
to {
transform: rotate(360deg);
}
}
.fcrms-spinner.primary {
display: inline-block;
position: relative;
height: 24px;
width: 24px;
}
.fcrms-spinner.primary:before {
position: absolute;
content: "";
top: 50%;
left: 0%;
margin: -12px 0 -12px;
width: 24px;
height: 24px;
border-radius: 500rem;
border: 0.2em solid #c5c5c5;
}
.fcrms-spinner.primary:after {
position: absolute;
content: "";
top: 50%;
left: 0%;
margin: -12px 0 -12px;
width: 24px;
height: 24px;
animation: fhlistingsspinner 0.6s linear;
animation-iteration-count: infinite;
border-radius: 500rem;
border-color: #54595f transparent transparent;
border-style: solid;
border-width: 0.2em;
box-shadow: 0 0 0 1px transparent;
}
.fcrms-spinner.primary.lg {
display: inline-block;
position: relative;
height: 34px;
width: 34px;
}
.fcrms-spinner.primary.lg:before {
position: absolute;
content: "";
top: 50%;
left: 0%;
margin: -17px 0 -17px;
width: 34px;
height: 34px;
border-radius: 500rem;
border: 0.2em solid #c5c5c5;
}
.fcrms-spinner.primary.lg:after {
position: absolute;
content: "";
top: 50%;
left: 0%;
margin: -17px 0 -17px;
width: 34px;
height: 34px;
animation: fhlistingsspinner 0.6s linear;
animation-iteration-count: infinite;
border-radius: 500rem;
border-color: #54595f transparent transparent;
border-style: solid;
border-width: 0.2em;
box-shadow: 0 0 0 1px transparent;
}
.fcrms-spinner.primary.xl {
display: inline-block;
position: relative;
height: 44px;
width: 44px;
}
.fcrms-spinner.primary.xl:before {
position: absolute;
content: "";
top: 50%;
left: 0%;
margin: -22px 0 -22px;
width: 44px;
height: 44px;
border-radius: 500rem;
border: 0.2em solid #c5c5c5;
}
.fcrms-spinner.primary.xl:after {
position: absolute;
content: "";
top: 50%;
left: 0%;
margin: -22px 0 -22px;
width: 44px;
height: 44px;
animation: fhlistingsspinner 0.6s linear;
animation-iteration-count: infinite;
border-radius: 500rem;
border-color: #54595f transparent transparent;
border-style: solid;
border-width: 0.2em;
box-shadow: 0 0 0 1px transparent;
}
.fcrms-spinner.primary.sm {
display: inline-block;
position: relative;
height: 16px;
width: 16px;
font-size: 14px;
}
.fcrms-spinner.primary.sm:before {
position: absolute;
content: "";
top: 50%;
left: 0%;
margin: -8px 0 -8px;
width: 16px;
height: 16px;
border-radius: 500rem;
border: 0.2em solid #c5c5c5;
}
.fcrms-spinner.primary.sm:after {
position: absolute;
content: "";
top: 50%;
left: 0%;
margin: -8px 0 -8px;
width: 16px;
height: 16px;
animation: fhlistingsspinner 0.6s linear;
animation-iteration-count: infinite;
border-radius: 500rem;
border-color: #54595f transparent transparent;
border-style: solid;
border-width: 0.2em;
box-shadow: 0 0 0 1px transparent;
}
.firehawk-tributes-social-menu button {
-webkit-appearance: none;
-moz-appearance: none;
background: transparent !important;
border: none;
border-radius: 0;
color: #fff;
cursor: pointer;
display: inline-block;
font-size: 1.5rem;
font-weight: 600;
letter-spacing: 0.0333em;
line-height: 1.25;
margin: 0;
opacity: 0.8;
padding: 10px;
text-align: center;
text-decoration: none;
text-transform: uppercase;
outline: none;
transition: opacity 0.15s linear, transform 0.15s linear;
}
.firehawk-tributes-social-menu button:focus, .firehawk-tributes-social-menu button:hover {
opacity: 1;
transform: translateY(-4px);
}
.firehawk-crm .service-buttons-group {
display: -ms-flexbox;
display: flex;
-ms-flex-pack: justify;
justify-content: space-between;
background: #f3f3f3;
margin-top: 10px;
padding: 5px;
border-radius: 4px;
min-height: 34px;
}
.firehawk-crm .service-buttons-group .service-button {
display: inline-block;
color: #303030;
width: 33.3%;
text-align: center;
cursor: pointer;
font-size: 16px;
}
.firehawk-crm .service-buttons-group .service-button:focus, .firehawk-crm .service-buttons-group .service-button:hover {
color: #929292;
}
.fcrm-tributes-modal {
padding: 0 !important;
overflow: visible !important;
height: auto !important;
}
.fcrm-tributes-modal .modal-content {
padding: 20px 30px;
border-radius: 0 !important;
border: none !important;
}
.fcrm-tributes-modal a.modal-close {
width: 100%;
text-align: center;
display: block;
padding: 15px 0;
border-top: 1px solid #ddd;
}
.fcrm-tributes-modal .modal-title {
font-weight: bold;
padding: 10px 30px;
text-align: center;
border-bottom: 1px solid #ddd;
font-size: 1.2em;
}
.fcrm-tributes-modal.fcrm-tributes-image-modal {
max-width: 600px;
}
.fcrm-tributes-modal.fcrm-tributes-image-modal .modal-content {
padding: 0;
}
.jquery-modal.blocker {
z-index: 10;
}
.firehawk-tributes-gallery .gallery-item {
margin-bottom: 15px;
display: -ms-flexbox;
display: flex;
-ms-flex-positive: 1;
flex-grow: 1;
-ms-flex-direction: column;
flex-direction: column;
-ms-flex-pack: center;
justify-content: center;
position: relative;
padding: 0 15px;
width: 100%;
}
.firehawk-tributes-gallery .gallery-item .inner {
display: -ms-flexbox;
display: flex;
-ms-flex-align: end;
align-items: flex-end;
-ms-flex-pack: start;
justify-content: flex-start;
margin: 0;
height: 100%;
}
.firehawk-tributes-gallery .gallery-item a {
width: 100%;
height: 100%;
background-position: center;
background-size: cover;
background-repeat: no-repeat;
border-radius: 8px;
overflow: hidden;
}
.firehawk-tributes-gallery .gallery-item a:after {
content: "";
display: block;
padding-bottom: 100%;
}
.firehawk-tributes-gallery.static {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
list-style-type: none;
padding: 0 40px;
margin: 0 -15px;
}
.firehawk-tributes-gallery.carousel {
position: relative;
display: -ms-flexbox;
display: flex;
-ms-flex-pack: stretch;
justify-content: stretch;
-ms-flex-align: stretch;
align-items: stretch;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
-ms-flex-direction: row;
flex-direction: row;
padding: 0 40px;
}
.firehawk-tributes-gallery.carousel .slick-list {
width: 100%;
}
.firehawk-tributes-gallery.carousel .slick-list .slick-track {
margin: 0;
}
.firehawk-tributes-gallery.carousel .slick-arrow {
width: 35px;
background-color: #f9f9f9;
border-radius: 4px;
text-align: center;
font-size: 0;
transform: none;
position: relative;
top: auto;
bottom: auto;
right: auto !important;
left: auto !important;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
height: unset;
margin-bottom: 13px;
}
.firehawk-tributes-gallery.carousel .slick-arrow:hover:before {
color: #000;
}
.firehawk-tributes-gallery.carousel .slick-arrow:focus {
box-shadow: 0 0 0 4px #e2e2e2 !important;
}
.firehawk-tributes-gallery.carousel .slick-arrow:focus:before {
color: #000;
}
.firehawk-tributes-gallery.carousel .slick-next:before,
.firehawk-tributes-gallery.carousel .slick-prev:before {
color: #656565;
font-family: "Font Awesome 5 Pro";
font-weight: 300;
opacity: 1;
font-size: 35px;
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
display: inline-block;
font-style: normal;
font-variant: normal;
text-rendering: auto;
line-height: 1;
}
.firehawk-tributes-gallery.carousel .slick-prev:before {
content: "\f104";
}
.firehawk-tributes-gallery.carousel .slick-next:before {
content: "\f105";
}
.firehawk-tributes-gallery.carousel .gallery-item {
max-width: none;
}
@media (min-width: 600px) {
.firehawk-tributes-gallery.static .gallery-item {
max-width: 25%;
}
}
body.admin-bar .lg-backdrop + .lg-outer {
top: 32px;
}
body.admin-bar .lg-backdrop + .lg-outer > .lg {
height: calc(100vh - 32px) !important;
}
.lg-sub-html h4, .lg-sub-html .firehawk-crm-tributes .h4, .firehawk-crm-tributes .lg-sub-html .h4,
.lg-sub-html h5,
.lg-sub-html .firehawk-crm-tributes .h5,
.firehawk-crm-tributes .lg-sub-html .h5 {
color: #eee;
text-transform: uppercase;
}
.fcrm-pagination {
line-height: 1.6;
font-size: 16px;
box-sizing: initial;
text-align: right;
}
.fcrm-pagination:after {
display: table;
content: " ";
clear: both;
}
.fcrm-pagination .fcrm-pagination-pages ul {
display: -ms-inline-flexbox;
display: inline-flex;
-ms-flex-align: stretch;
align-items: stretch;
-ms-flex-pack: stretch;
justify-content: stretch;
margin: 0;
padding: 0;
}
.fcrm-pagination .fcrm-pagination-pages li {
border: 1px solid #d4d4d4;
border-right: none;
list-style: none;
background-color: #fff;
box-shadow: none;
padding: 0;
}
.fcrm-pagination .fcrm-pagination-pages li:before {
content: none !important;
}
.fcrm-pagination .fcrm-pagination-pages li > a {
min-width: 40px;
height: 40px;
line-height: 40px;
display: block;
background: #fff;
font-size: 16px;
color: #333;
text-decoration: none;
text-align: center;
}
.fcrm-pagination .fcrm-pagination-pages li > a:hover {
background: #eee;
}
.fcrm-pagination .fcrm-pagination-pages li.fcrm-pagination-next > a, .fcrm-pagination .fcrm-pagination-pages li.fcrm-pagination-previous > a {
padding: 0 5px;
}
.fcrm-pagination .fcrm-pagination-pages li.active > a {
height: 40px;
line-height: 40px;
background: var(--fcrm-primary-button);
color: #fff;
}
.fcrm-pagination .fcrm-pagination-pages li.disabled > a {
opacity: 0.3;
}
.fcrm-pagination .fcrm-pagination-pages li.disabled > a:hover {
background: none;
}
.fcrm-pagination .fcrm-pagination-pages li:first-child {
border-radius: 3px 0 0 3px;
}
.fcrm-pagination .fcrm-pagination-pages li:first-child > a {
border-radius: 3px 0 0 3px;
}
.fcrm-pagination .fcrm-pagination-pages li:last-child {
border-right: 1px solid #d4d4d4;
border-radius: 0 3px 3px 0;
}
.fcrm-pagination .fcrm-pagination-pages li:last-child > a {
border-radius: 0 3px 3px 0;
}
.fcrm-pagination .fcrm-pagination-pages li:first-child:last-child {
border-radius: 3px;
}
.fcrm-pagination .fcrm-pagination-pages li:first-child:last-child > a {
border-radius: 3px;
}
.fcrm-pagination .fcrm-pagination-nav {
height: 40px;
line-height: 40px;
margin-left: 10px;
font-size: 16px;
}
.fcrm-pagination.fcrm-pagination-small {
font-size: 12px;
}
.fcrm-pagination.fcrm-pagination-small .fcrm-pagination-pages li > a {
min-width: 26px;
height: 24px;
line-height: 24px;
font-size: 12px;
}
.fcrm-pagination.fcrm-pagination-small .fcrm-pagination-pages li.active > a {
height: 26px;
line-height: 26px;
}
.fcrm-pagination.fcrm-pagination-small .fcrm-pagination-go-input {
font-size: 12px;
}
.fcrm-pagination.fcrm-pagination-small .fcrm-pagination-go-input > input[type=text] {
width: 26px;
height: 24px;
font-size: 12px;
}
.fcrm-pagination.fcrm-pagination-small .fcrm-pagination-go-button {
font-size: 12px;
}
.fcrm-pagination.fcrm-pagination-small .fcrm-pagination-go-button > input[type=button] {
min-width: 30px;
height: 26px;
line-height: 24px;
padding: 0 6px;
font-size: 12px;
}
.fcrm-pagination.fcrm-pagination-small .fcrm-pagination-nav {
height: 26px;
line-height: 26px;
font-size: 12px;
}
.fcrm-pagination.fcrm-pagination-big {
font-size: 16px;
}
.fcrm-pagination.fcrm-pagination-big .fcrm-pagination-pages li > a {
min-width: 36px;
height: 34px;
line-height: 34px;
font-size: 16px;
}
.fcrm-pagination.fcrm-pagination-big .fcrm-pagination-pages li.active > a {
height: 36px;
line-height: 36px;
}
.fcrm-pagination.fcrm-pagination-big .fcrm-pagination-go-input {
font-size: 16px;
}
.fcrm-pagination.fcrm-pagination-big .fcrm-pagination-go-input > input[type=text] {
width: 36px;
height: 34px;
font-size: 16px;
}
.fcrm-pagination.fcrm-pagination-big .fcrm-pagination-go-button {
font-size: 16px;
}
.fcrm-pagination.fcrm-pagination-big .fcrm-pagination-go-button > input[type=button] {
min-width: 50px;
height: 36px;
line-height: 34px;
padding: 0 12px;
font-size: 16px;
}
.fcrm-pagination.fcrm-pagination-big .fcrm-pagination-nav {
height: 36px;
line-height: 36px;
font-size: 16px;
} .fcrm-pagination .fcrm-pagination-pages li.fcrm-pagination-next {
*border-right: 1px solid #d4d4d4;
border-right: 1px solid #d4d4d4;
}
.fcrm-pagination .fcrm-pagination-go-input {
*margin-left: 5px;
margin-left: 5px;
}
.fcrm-pagination .fcrm-pagination-go-input > input[type=text] {
*line-height: 28px;
line-height: 28px;
*vertical-align: middle;
vertical-align: middle;
}
.fcrm-pagination .fcrm-pagination-go-button {
*margin-left: 5px;
margin-left: 5px\0 ;
}
.fcrm-pagination .fcrm-pagination-go-button > input[type=button] {
*vertical-align: middle;
vertical-align: middle;
}
.fcrm-pagination.fcrm-pagination-big .fcrm-pagination-pages li > a {
line-height: 36px\0 ;
}
.fcrm-pagination.fcrm-pagination-big .fcrm-pagination-go-input > input[type=text] {
*height: 35px;
height: 36px;
*line-height: 36px;
line-height: 36px;
}
.firehawk-crm-tributes input[type=color] {
border: 1px solid #ced4da;
border-radius: 4px;
padding: 3px;
width: 34px;
height: 34px;
}
.create-tribute-modal .candle, .edit-message-modal .candle {
font-size: 28px;
height: 40px;
width: 40px;
border: 1px solid #dee2e6;
border-radius: 6px;
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: center;
justify-content: center;
}
.create-tribute-modal #resend-code-link.active, .edit-message-modal #resend-code-link.active {
cursor: pointer;
}
.create-tribute-modal #resend-code-link:not(.active), .edit-message-modal #resend-code-link:not(.active) {
color: inherit !important;
text-decoration: none !important;
}
.create-tribute-modal .candle-color-picker, .edit-message-modal .candle-color-picker {
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
}
.create-tribute-modal .candle-color-picker .form-control, .edit-message-modal .candle-color-picker .form-control {
margin-right: 10px;
width: 40px;
height: 40px;
}
.create-tribute-modal .modal-header .btn-close, .edit-message-modal .modal-header .btn-close {
position: relative;
top: unset;
right: unset;
margin: 0;
margin-right: 10px;
}
.create-tribute-modal .modal-header .btn-close:hover, .create-tribute-modal .modal-header .btn-close:focus, .edit-message-modal .modal-header .btn-close:hover, .edit-message-modal .modal-header .btn-close:focus {
transform: rotateZ(90deg);
background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat !important;
} div.florist-one-flower-delivery-container {
width: 100%;
line-height: 1;
font-family: sans-serif;
font-weight: normal;
box-sizing: content-box;
}
div.florist-one-flower-delivery-container :before {
content: none !important;
margin: 0 !important !important;
padding: 0 !important !important;
}
div.florist-one-flower-delivery-container p {
float: none;
} div.florist-one-flower-delivery-many-products-single-product-name {
height: 60px;
width: 100%;
line-height: 22px;
overflow: hiddden;
display: table;
text-align: center;
}
div.florist-one-flower-delivery-many-products-single-product-name span {
display: table-cell;
vertical-align: middle;
}
div.florist-one-flower-delivery-many-products-single-product-price {
margin-top: 6px;
margin-bottom: 6px;
}
div.florist-one-flower-delivery-many-products-single-product-image {
height: 200px;
}
div.florist-one-flower-delivery-many-products-single-product-image img {
margin-left: auto;
margin-right: auto;
}
div.florist-one-flower-delivery-container div.florist-one-flower-delivery-many-products-single-product {
height: 350px;
text-align: center;
}
div.florist-one-flower-delivery-container div.florist-one-flower-delivery-many-products-single-product {
width: 100%;
margin: 10px 0;
height: auto;
padding-bottom: 30px;
border-bottom: 1px #ccc;
}
div.florist-one-flower-delivery-container ul.florist-one-flower-delivery-menu-desktop-menu.all li a {
font-size: 14px;
padding: 0 30px;
}
@media only screen and (min-width: 450px) {
div.florist-one-flower-delivery-container div.florist-one-flower-delivery-many-products-single-product {
width: 46%;
margin: 2%;
}
}
@media only screen and (min-width: 700px) {
div.florist-one-flower-delivery-container div.florist-one-flower-delivery-many-products-single-product {
width: 31%;
margin: 1%;
}
}
@media only screen and (min-width: 980px) {
div.florist-one-flower-delivery-container ul.florist-one-flower-delivery-menu-desktop-menu.all li a {
font-size: 15px;
padding: 0 25px;
}
}
@media only screen and (min-width: 1080px) {
div.florist-one-flower-delivery-container ul.florist-one-flower-delivery-menu-desktop-menu.all li a {
font-size: 15px;
padding: 0 35px;
}
}
@media only screen and (min-width: 1100px) {
div.florist-one-flower-delivery-container div.florist-one-flower-delivery-many-products-single-product {
width: 23%;
margin: 1%;
}
}
@media only screen and (min-width: 1200px) {
div.florist-one-flower-delivery-container ul.florist-one-flower-delivery-menu-desktop-menu li a {
font-size: 14px;
padding: 0;
}
div.florist-one-flower-delivery-container ul.florist-one-flower-delivery-menu-desktop-menu.all li a {
font-size: 15px;
padding: 0 25px;
}
} div.florist-one-flower-delivery-menu {
height: auto;
width: 100%;
margin-bottom: 20px;
}
ul.florist-one-flower-delivery-menu-desktop-menu {
display: -ms-flexbox;
display: flex;
width: calc(100% - 63px);
min-height: 50px;
background: #cacaca;
margin: 0 !important !important;
padding: 0;
border-top: 1px solid #666;
border-left: 1px solid #666;
border-radius: 10px;
overflow: hidden;
}
ul.florist-one-flower-delivery-menu-desktop-menu.all {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
ul.florist-one-flower-delivery-menu-desktop-menu li {
-ms-flex: 1 0 auto;
flex: 1 0 auto; list-style-type: none;
list-style: none !important;
margin: 0;
padding: 0 !important !important;
content: none !important;
}  ul.florist-one-flower-delivery-menu-desktop-menu li {
border-right: 1px solid #666;
border-bottom: 1px solid #666;
}
ul.florist-one-flower-delivery-menu-desktop-menu li a {
display: block;
-ms-flex-align: center;
align-items: center;
padding: 0;
text-align: center;
line-height: 50px;
}
ul.florist-one-flower-delivery-menu-desktop-menu.all li a {
padding: 20px 10px 10px;
}
ul.florist-one-flower-delivery-menu-desktop-menu a:active {
color: #fff;
}
ul.florist-one-flower-delivery-menu-desktop-menu a:visited {
color: #fff;
}
li a.florist-one-flower-delivery-menu-cart:link {
display: none;
}
div.florist-one-flower-delivery-menu-cart {
width: 50px;
height: 50px;
background: #4c4c4c;
border-radius: 10px;
margin-left: 10px;
cursor: pointer;
text-align: center;
font-size: 10px;
border: 1px solid #666;
}
div.florist-one-flower-delivery-menu-cart i {
margin-top: 5px;
margin-bottom: 5px;
display: block;
font-size: 25px;
}
.slicknav_nav i {
font-size: 18px;
}
.florist-one-flower-delivery-many-products-category {
text-align: left;
}
div.florist-one-flower-delivery-menu-cart a {
color: #fff;
display: block;
width: 100%;
height: 100%;
}
div.florist-one-flower-delivery-menu-cart a:hover {
color: #000;
}
div.florist-one-flower-delivery-menu-cart:hover {
background-color: #ccc;
}
div.florist-one-flower-delivery-container div.florist-one-flower-delivery-menu-cart {
display: none;
}
div.florist-one-flower-delivery-container li a.florist-one-flower-delivery-menu-cart,
div.florist-one-flower-delivery-container ul.florist-one-flower-delivery-menu-desktop-menu {
display: none;
}
div.florist-one-flower-delivery-container ul.slicknav_nav li a.florist-one-flower-delivery-menu-cart {
display: -ms-flexbox;
display: flex;
}
@media only screen and (min-width: 950px) {
div.florist-one-flower-delivery-container div.florist-one-flower-delivery-menu-cart,
div.florist-one-flower-delivery-container ul.florist-one-flower-delivery-menu-desktop-menu {
display: -ms-flexbox;
display: flex;
}
div.florist-one-flower-delivery-container li.florist-one-flower-delivery-menu-cart {
display: none !important;
}
}
@media only screen and (max-width: 950px) {
div.florist-one-flower-delivery-container .slicknav_nav hr {
height: 0;
border-top: none;
}
}
hr.florist-one-flower-delivery-nav-separator {
margin: 0;
color: #000;
background-color: none;
border-top: 1px solid black;
height: 1px;
} div.florist-one-flower-delivery-container div.florist-one-flower-delivery-single-product {
width: 100%;
}
@media only screen and (min-width: 675px) {
div.florist-one-flower-delivery-container div.florist-one-flower-delivery-single-product {
width: 49%;
}
}
div.florist-one-flower-delivery-single-product p.florist-one-flower-delivery-single-product-description {
font-size: 16px;
line-height: 25px;
}
div.florist-one-flower-delivery-single-product p.florist-one-flower-delivery-single-product-price {
margin-top: 10px;
font-size: 18px;
}
div.florist-one-flower-delivery-container .florist-one-flower-delivery-single-product-name-low {
display: block;
}
div.florist-one-flower-delivery-container .florist-one-flower-delivery-single-product-name-high {
display: none;
text-align: center;
}
div.florist-one-flower-delivery-container .florist-one-flower-delivery-single-product-name-low {
display: none;
}
div.florist-one-flower-delivery-container .florist-one-flower-delivery-single-product-name-high {
display: block;
}
@media only screen and (min-width: 675px) {
div.florist-one-flower-delivery-container .florist-one-flower-delivery-single-product-name-low {
display: block;
}
div.florist-one-flower-delivery-container .florist-one-flower-delivery-single-product-name-high {
display: none;
}
}
div.florist-one-flower-delivery-container a {
box-shadow: none;
}
div.florist-one-flower-delivery-container table,
div.florist-one-flower-delivery-container table th,
div.florist-one-flower-delivery-container table tr {
margin: 0;
padding: 0;
}
table.florist-one-flower-delivery-table-center {
margin-left: auto !important;
margin-right: auto !important;
}
div.florist-one-flower-delivery-container table tr td {
margin: 0;
padding: 1px;
}
.florist-one-flower-delivery-ssl-warning {
text-align: center;
margin: 10px;
color: red;
}
a.large-button,
input.large-button {
padding: 5px 20px 6px;
border-radius: 10px;
background: #4c4c4c;
font-size: 20px;
color: #fff;
text-transform: none;
display: block;
}
a.large-button:hover,
input.large-button:hover {
color: #000;
background: #ccc;
}
a.florist-one-flower-delivery-button {
padding: 5px 8px;
border-radius: 6px;
background: #4c4c4c;
font-size: 16px;
color: #fff; }
a.florist-one-flower-delivery-button:hover {
color: #000;
background: #ccc;
}
textarea {
width: 100%;
}
input[type=text] {
width: 100%;
}
select.full {
width: 100%;
}
select.half {
width: 49%;
}
.center {
text-align: center;
margin-left: auto;
margin-right: auto;
}
.right {
text-align: right;
}
label.florist-one-flower-delivery-error {
background-color: #aa3831;
padding: 5px 20px;
color: #fff;
width: 100%;
text-align: center;
border: 0;
}
table.florist-one-flower-delivery-table,
table.florist-one-flower-delivery-table tr,
table.florist-one-flower-delivery-table tr td {
border: 0;
text-align: left;
}
table.florist-one-flower-delivery-table tr {
height: 40px;
}
table.florist-one-flower-delivery-table tr td.left {
text-align: left;
}
table.florist-one-flower-delivery-table tr td.right {
text-align: right;
}
table.florist-one-flower-delivery-review-order.half {
width: 49%;
text-align: left;
text-transform: none;
border: 0;
}
table.florist-one-flower-delivery-review-order.full {
width: 100%;
text-align: left;
text-transform: none;
border: 0;
display: table;
}
table.florist-one-flower-delivery-review-order tr td {
text-align: left;
text-transform: none;
border: 0;
}
table.florist-one-flower-delivery-table tr td.center {
text-align: center;
}
table.florist-one-flower-delivery-table.product-heading-paging-table {
width: 100%;
}
.florist-one-flower-delivery h1, .florist-one-flower-delivery .firehawk-crm-tributes .h1, .firehawk-crm-tributes .florist-one-flower-delivery .h1,
.florist-one-flower-delivery h2,
.florist-one-flower-delivery .firehawk-crm-tributes .h2,
.firehawk-crm-tributes .florist-one-flower-delivery .h2,
.florist-one-flower-delivery h3,
.florist-one-flower-delivery .firehawk-crm-tributes .h3,
.firehawk-crm-tributes .florist-one-flower-delivery .h3,
.florist-one-flower-delivery h4,
.florist-one-flower-delivery .firehawk-crm-tributes .h4,
.firehawk-crm-tributes .florist-one-flower-delivery .h4,
.florist-one-flower-delivery h5,
.florist-one-flower-delivery .firehawk-crm-tributes .h5,
.firehawk-crm-tributes .florist-one-flower-delivery .h5 {
text-transform: none;
display: block;
float: none;
width: auto;
} .florist-one-flower-delivery-loading {
position: fixed;
z-index: 999;
height: 2em;
width: 2em;
overflow: show;
margin: auto;
top: 0;
left: 0;
bottom: 0;
right: 0;
} .florist-one-flower-delivery-loading:before {
content: "";
display: block;
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%; } .florist-one-flower-delivery-loading:not(:required) { font: 0/0 a;
color: transparent;
text-shadow: none;
background-color: transparent;
border: 0;
}
.florist-one-flower-delivery-loading:not(:required):after {
content: "";
display: block;
font-size: 10px;
width: 1em;
height: 1em;
margin-top: -0.5em;
animation: spinner 1500ms infinite linear;
border-radius: 0.5em;
box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0, rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
} @keyframes spinner {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
} div.florist-one-flower-delivery-container div.florist-one-flower-delivery-single-product ul li {
line-height: 1.5;
margin-bottom: 0.5em;
}
.florist-one-flower-delivery-plant-a-tree-bullet a {
font-weight: bold;
}
#florist-one-flower-delivery-plant-a-tree-container h3:last-of-type, #florist-one-flower-delivery-plant-a-tree-container .firehawk-crm-tributes .h3:last-of-type, .firehawk-crm-tributes #florist-one-flower-delivery-plant-a-tree-container .h3:last-of-type {
margin-top: 50px;
}
.florist-one-flower-delivery-plant-a-tree-select {
margin-left: 5%;
padding-bottom: 25px;
}
.florist-one-flower-delivery-plant-a-tree-select input[type=number] {
width: 60px;
border: 1px solid #000;
padding: 5px !important;
-moz-appearance: textfield; margin-right: 7px;
}
.florist-one-flower-delivery-plant-a-tree-select input[type=number]::-webkit-outer-spin-button,
.florist-one-flower-delivery-plant-a-tree-select input[type=number]::-webkit-inner-spin-button { -webkit-appearance: none;
margin: 0; }
#calculate-msg {
position: relative;
}
.error-msg:after {
content: "⚠";
display: block;
position: absolute;
top: 25%;
left: 10px;
font-size: 1.5em;
}
.error-msg {
position: relative;
padding-left: 45px !important;
border: 3px #ff0000 solid;
padding: 10px;
display: block !important;
margin: 0 0 1.3em;
border-radius: 10px;
}
table#florist-one-flower-delivery-plant-a-tree-select-from tr {
border: none !important;
}
table#florist-one-flower-delivery-plant-a-tree-select-from td:first-child,
table#florist-one-flower-delivery-plant-a-tree-select-from td:last-child {
padding-left: 0 !important;
}
table#florist-one-flower-delivery-plant-a-tree-select-from td:nth-last-child(2) {
padding-right: 5px !important;
}
table#florist-one-flower-delivery-plant-a-tree-select-from td {
padding-top: 2px !important;
}
#florist-one-flower-delivery-tree-certificate-wrapper .trees-checkout {
margin-left: 20px;
padding-bottom: 25px;
}
#florist-one-flower-delivery-tree-certificate-wrapper h5 span, #florist-one-flower-delivery-tree-certificate-wrapper .firehawk-crm-tributes .h5 span, .firehawk-crm-tributes #florist-one-flower-delivery-tree-certificate-wrapper .h5 span {
width: 20px !important;
display: inline-block;
}
#florist-one-flower-delivery-tree-certificate-wrapper .trees-checkout label {
margin-top: 5px !important;
display: block;
}
#florist-one-flower-delivery-tree-certificate-wrapper ul {
line-height: 1.5;
}
#florist-one-flower-delivery-tree-certificate-wrapper small, #florist-one-flower-delivery-tree-certificate-wrapper .firehawk-crm-tributes .small, .firehawk-crm-tributes #florist-one-flower-delivery-tree-certificate-wrapper .small {
display: block !important;
margin-top: 5px;
}
#florist-one-flower-delivery-tree-certificate-wrapper small:not(:last-child), #florist-one-flower-delivery-tree-certificate-wrapper .firehawk-crm-tributes .small:not(:last-child), .firehawk-crm-tributes #florist-one-flower-delivery-tree-certificate-wrapper .small:not(:last-child) {
margin-bottom: 45px !important;
} table td,
table td * {
vertical-align: top !important;
}
table.florist-one-flower-delivery-review-order.half:first-of-type td:nth-of-type(2) {
padding-right: 50px;
}
.florist-one-flower-delivery-review-section {
margin-top: 20px;
font-weight: bold;
font-size: 115%;
display: block;
}
.florist-one-flower-delivery-checkout-heading {
font-weight: bold !important;
}
#florist-one-flower-delivery-tree-certificate-wrapper .radio-btn-wrapper {
width: 20px !important;
display: inline-block;
} table.florist-one-flower-delivery-table.full {
width: 100%;
display: table !important;
}
div.florist-one-flower-delivery-container table.florist-one-flower-delivery-review-order.half {
width: 100%;
text-align: left;
text-transform: none;
border: 0;
display: table;
border-collapse: collapse !important;
}
@media only screen and (min-width: 950px) {
div.florist-one-flower-delivery-container table.florist-one-flower-delivery-review-order.half {
width: 50%;
text-align: left;
text-transform: none;
border: 0;
display: table;
border-collapse: collapse !important;
}
}
div.florist-one-flower-delivery-container table.florist-one-flower-delivery-review-order.full td:first-of-type,
div.florist-one-flower-delivery-container table.florist-one-flower-delivery-review-order.half td:first-of-type {
width: 200px;
} div.florist-one-flower-delivery-container table.florist-one-flower-delivery-review-order.full td,
div.florist-one-flower-delivery-container table.florist-one-flower-delivery-review-order.half td {
padding: 10px 0 !important;
}
div.florist-one-flower-delivery-container table.florist-one-flower-delivery-review-order h5, div.florist-one-flower-delivery-container table.florist-one-flower-delivery-review-order .firehawk-crm-tributes .h5, .firehawk-crm-tributes div.florist-one-flower-delivery-container table.florist-one-flower-delivery-review-order .h5 {
margin-top: 5px !important;
}
.florist-one-flower-delivery-notice {
background-color: #aa3831;
padding: 5px 20px;
color: #fff;
display: block !important;
overflow: auto;
width: auto;
text-align: center;
border: 0;
}
.firehawk-crm-tributes .firehawk-crm-tribute-flowers-page {
padding: 0 40px 40px;
position: relative;
min-height: 400px;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.fcrm-tribute-flowers-page-content {
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
-ms-flex: 1;
flex: 1;
}
.fcrm-tributes-flower-page-header {
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: justify;
justify-content: space-between;
margin-bottom: 20px;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
border-bottom: 1px solid #f3f3f3;
}
.fcrm-tributes-flower-page-header .title {
margin-bottom: 10px;
}
.fcrm-tributes-flowers-loader {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
display: -ms-flexbox;
display: flex;
padding-top: 20%;
-ms-flex-pack: center;
justify-content: center;
font-size: 20px;
background-color: rgba(255, 255, 255, 0.8);
z-index: 10;
}
.fcrm-tributes-flowers-loader .fcrms-spinner {
position: -webkit-sticky !important;
position: sticky !important;
top: 20%;
}
.fcrm-tributes-flower-pagination {
margin: 0;
padding: 0;
}
.fcrm-tributes-flower-pagination.center {
margin: 0 auto;
display: -ms-inline-flexbox;
display: inline-flex;
}
.fcrm-tribute-flowers-page-content .pagination-container {
margin-top: auto;
}
.firehawk-crm-tributes .fcrm-tributes-flower-grid {
--bs-gutter-x: 2rem;
--bs-gutter-y: 2rem;
-ms-flex-align: stretch;
align-items: stretch;
-ms-flex-pack: stretch;
justify-content: stretch;
}
.firehawk-crm-tributes .fcrm-tributes-flower-grid > * {
display: -ms-flexbox;
display: flex;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-align: stretch;
align-items: stretch;
-ms-flex-pack: stretch;
justify-content: stretch;
}
.fcrm-tributes-flower-grid-item {
border-radius: 8px;
overflow: hidden;
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
width: 100%;
-ms-flex: 1;
flex: 1;
}
.fcrm-tributes-flower-grid-item .display-image {
border-radius: 4px;
overflow: hidden;
}
.fcrm-tributes-flower-grid-item .display-image-link {
width: 100%;
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: center;
justify-content: center;
margin-bottom: 5px;
padding-top: 15px;
}
.fcrm-tributes-flower-grid-item .content {
padding-left: 15px;
padding-right: 15px;
padding-bottom: 15px;
margin-top: auto;
text-align: center;
}
.fcrm-tributes-flower-grid-item .add-to-cart-btn {
margin-top: 10px;
}
.fcrm-tributes-flower-grid-item .grid-actions {
display: -ms-flexbox;
display: flex;
-ms-flex-align: stretch;
align-items: stretch;
-ms-flex-pack: stretch;
justify-content: stretch;
height: 40px;
border-top: 1px solid #d6d6d6;
}
.fcrm-tributes-flower-grid-item .grid-actions .btn {
width: 100%;
border-radius: 0;
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: center;
justify-content: center;
}
.fcrm-tributes-flower-grid-item .grid-actions .btn + .btn {
border-left: 1px solid #d6d6d6;
}
.fcrm-tribute-flowers-menu-desktop-menu {
margin: 0 -10px;
margin-top: 4px;
}
.fcrm-tribute-flowers-menu-desktop-menu .nav-item {
margin-top: 10px;
padding: 0 10px;
color: var(--fcrm-primary-button);
}
.fcrm-tribute-flowers-menu-desktop-menu .nav-item .nav-link {
border: 1px solid #dee2e6;
}
.fcrm-tribute-flowers-menu-desktop-menu .nav-item .nav-link.active {
color: var(--fcrm-primary-button-text);
border-color: var(--fcrm-primary-button);
background-color: var(--fcrm-primary-button);
}
.fcrm-tribute-flowers-menu-desktop-menu .nav-item .nav-link.active:focus, .fcrm-tribute-flowers-menu-desktop-menu .nav-item .nav-link.active:hover {
background-color: var(--fcrm-primary-button-hover);
border-color: var(--fcrm-primary-button-hover);
color: var(--fcrm-primary-button-hover-text);
}
.fcrm-tribute-flowers-menu-desktop-menu .nav-item .nav-link:not(.active):focus, .fcrm-tribute-flowers-menu-desktop-menu .nav-item .nav-link:not(.active):hover {
background-color: #f8f9fa;
}
.fcrm-tribute-flowers-menu-desktop-menu .fcrm-tribute-flowers-menu-cart {
position: relative;
}
.fcrm-tributes-flower-menu {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
width: 100%;
}
@media (max-width: 992px) {
.fcrm-tributes-flower-menu {
margin-bottom: 20px;
}
.fcrm-tributes-flower-menu .fcrm-tribute-flowers-menu-cart .badge {
transform: translate(-50%, -50%);
position: absolute;
left: 100%;
top: 0;
}
}
@media (min-width: 992px) {
.fcrm-tributes-flower-menu {
margin-top: 4px !important;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 25%;
padding-right: 20px;
}
.fcrm-tributes-flower-menu .fcrm-tribute-flowers-menu-cart {
display: -ms-flexbox !important;
display: flex !important;
-ms-flex: 1;
flex: 1;
-ms-flex-align: center;
align-items: center;
}
.fcrm-tributes-flower-menu .nav .nav-item {
width: 100%;
margin-top: 0;
}
.fcrm-tributes-flower-menu .nav .nav-link {
border-right: 0;
border-left: 0;
border-radius: 0;
}
.fcrm-tributes-flower-menu .nav .nav-link:hover, .fcrm-tributes-flower-menu .nav .nav-link:focus, .fcrm-tributes-flower-menu .nav .nav-link.active {
border-radius: 0.25rem;
}
.fcrm-tributes-flower-menu .nav .nav-item:first-child .nav-link {
border-top: 0;
}
.fcrm-tributes-flower-menu .nav .nav-item:not(:first-child) .nav-link {
margin-top: -1px;
}
}
.fcrm-tributes-flower-single-product > .row {
--bs-gutter-x: 1.5rem;
}
.fcrm-tributes-flower-single-product .content-col {
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
-ms-flex-pack: center;
justify-content: center;
}
.fcrm-tributes-flower-single-product .display-image {
border-radius: 4px;
overflow: hidden;
max-width: 100%;
}
.fcrm-tributes-flower-single-product .fcrm-tribute-flowers-plant-a-tree-select {
margin-bottom: 20px;
}
.fcrm-tributes-flower-single-product .fcrm-tribute-flowers-plant-a-tree-select table {
margin-bottom: 0 !important;
border-left: none !important;
border-top: none !important;
border-right: none !important;
border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.fcrm-tributes-flower-single-product .fcrm-tribute-flowers-plant-a-tree-select table td:last-child {
padding-right: 1rem;
}
.fcrm-tributes-flower-single-product .fcrm-tribute-flowers-plant-a-tree-select table td:first-child {
padding-left: 1rem;
}
.fcrm-tributes-flower-single-product .fcrm-tribute-flowers-plant-a-tree-select .checkbox-group {
height: 30px;
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
}
.fcrm-tributes-flower-single-product .fcrm-tribute-flowers-plant-a-tree-select .price-card .price-content {
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: justify;
justify-content: space-between;
padding-top: 10px;
padding-bottom: 10px;
}
@media (max-width: 768px) {
.fcrm-tributes-flower-single-product .price {
font-weight: 400;
line-height: 1.5;
color: #000;
background-color: #f8f9fa;
border-color: #f8f9fa;
text-decoration: none;
vertical-align: middle;
cursor: pointer;
border: 1px solid transparent;
padding: 0.48rem 0.75rem;
font-size: 1.2rem;
border-radius: 0.25rem;
margin-bottom: 1.2rem;
}
.fcrm-tributes-flower-single-product .fcrm-tribute-flowers-add-to-cart {
display: block;
padding: 0.48rem 0.75rem;
font-weight: 500;
}
.fcrm-tributes-flower-single-product .image-col {
text-align: center;
margin-bottom: 15px;
}
.fcrm-tributes-flower-single-product .display-image {
max-width: 300px;
}
}
.fcrm-tribute-checkout-table {
border: none;
margin-bottom: 0 !important;
}
.fcrm-tribute-checkout-table tr:last-child {
border-bottom: none !important;
}
.fcrm-tribute-checkout-table tr:last-child td {
border-bottom: none !important;
}
.fcrm-tribute-checkout-table .btn.fcrm-tribute-flowers-cart-remove-item {
color: #dc3545;
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: center;
justify-content: center;
text-decoration: none;
font-size: 16px;
width: 30px;
}
.fcrm-tribute-checkout-summary-table {
border: none !important;
}
.fcrm-tribute-checkout-actions {
text-align: right;
}
.fcrm-tribute-flowers-error {
color: #d40000;
margin-top: 5px;
}
table.fcrm-tribute-flowers-review-order {
border: none !important;
padding: 0;
}
table.fcrm-tribute-flowers-review-order tr td:first-child {
padding-left: 0;
}
.litepicker .container__months .month-item-header div > select.month-item-year {
border: none;
background-color: transparent;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
font-size: 1em;
font-weight: 700;
color: #000;
}
.grow-wrap { display: -ms-grid;
display: grid;
}
.grow-wrap::after { content: attr(data-replicated-value) " "; white-space: pre-wrap; visibility: hidden;
}
.grow-wrap > textarea { resize: none; overflow: hidden;
}
.grow-wrap::after,
.grow-wrap > textarea { border: 1px solid black;
padding: 0.5rem;
font: inherit; grid-area: 1/1/2/2;
}
.scale-in-center {
animation: scale-in-center 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
@keyframes scale-in-center {
0% {
transform: translateY(-30px);
opacity: 0;
}
100% {
transform: translateY(0);
opacity: 1;
}
}
.bounce-in-top {
animation: bounce-in-top 1.1s both;
} @keyframes bounce-in-top {
0% {
transform: translateY(-500px);
animation-timing-function: ease-in;
opacity: 0;
}
38% {
transform: translateY(0);
animation-timing-function: ease-out;
opacity: 1;
}
55% {
transform: translateY(-65px);
animation-timing-function: ease-in;
}
72% {
transform: translateY(0);
animation-timing-function: ease-out;
}
81% {
transform: translateY(-28px);
animation-timing-function: ease-in;
}
90% {
transform: translateY(0);
animation-timing-function: ease-out;
}
95% {
transform: translateY(-8px);
animation-timing-function: ease-in;
}
100% {
transform: translateY(0);
animation-timing-function: ease-out;
}
}
.firehawk-crm-tributes .fcrm-search-bar {
height: 38px;
display: -ms-flexbox;
display: flex;
-ms-flex-align: stretch;
align-items: stretch;
width: 100%;
position: relative;
}
.firehawk-crm-tributes .fcrm-search-bar input {
background: #fafafa !important;
-webkit-appearance: none;
border: 1px solid #eaeaea;
border-radius: 0;
border-top-left-radius: 6px;
border-bottom-left-radius: 6px;
border-right: none;
}
.firehawk-crm-tributes .fcrm-search-bar .btn {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
.firehawk-crm-tributes .fcrm-search-bar .reset-btn {
position: absolute;
height: 38px;
display: none;
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: center;
justify-content: center;
right: 75px;
color: #636363;
border-radius: 0 !important;
}
.firehawk-crm-tributes .fcrm-search-bar input:not(:placeholder-shown) + .reset-btn {
display: -ms-flexbox;
display: flex;
}
.firehawk-crm-tributes .date-picker {
display: -ms-flexbox;
display: flex;
-ms-flex-align: stretch;
align-items: stretch;
-ms-flex-pack: stretch;
justify-content: stretch;
height: 38px;
max-width: 220px;
width: 100%;
margin-right: 20px;
position: relative;
}
.firehawk-crm-tributes .date-picker .icon {
border: 1px solid #e8ecf1;
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: center;
justify-content: center;
width: 48px;
border-top-left-radius: 4px;
border-bottom-left-radius: 4px;
border-right: none;
background-color: #f8f9fa;
}
.firehawk-crm-tributes .date-picker .form-control {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
background-color: #fafafa;
border: 1px solid #eaeaea;
border-top-right-radius: 6px;
border-bottom-right-radius: 6px;
}
.firehawk-crm-tributes .date-picker .reset-btn {
position: absolute;
height: 38px;
display: none;
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: center;
justify-content: center;
right: 75px;
color: #636363;
border-radius: 8 !important;
right: 0;
}
.firehawk-crm-tributes .date-picker .reset-btn i {
position: relative;
top: 1px;
}
.firehawk-crm-tributes .date-picker.has-value {
max-width: 280px;
}
.firehawk-crm-tributes .date-picker input:not(:placeholder-shown) + .reset-btn {
display: -ms-flexbox;
display: flex;
}
.firehawk-crm-tributes .search-options {
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
margin-bottom: 30px;
max-width: 660px;
margin-left: auto;
margin-right: auto;
}
.firehawk-crm.firehawk-crm-large-grid {
position: relative;
}
.firehawk-crm.firehawk-crm-large-grid .firehawk-crm-large-grid-view {
display: -ms-flexbox;
display: flex;
-ms-flex-align: stretch;
align-items: stretch;
-ms-flex-pack: stretch;
justify-content: stretch;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin: 0 -15px;
}
.firehawk-crm.firehawk-crm-large-grid .loading-overlay {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: center;
justify-content: center;
font-size: 45px;
z-index: 2;
background-color: rgba(255, 255, 255, 0.7);
}
.firehawk-crm.firehawk-crm-large-grid .loading-overlay .fa-spin {
animation-duration: 0.75s;
}
.firehawk-crm.firehawk-crm-large-grid.loading {
min-height: 280px;
}
.firehawk-crm.firehawk-crm-large-grid .grid-item {
border: 1px solid #f3f3f3;
border-radius: 8px;
overflow: hidden;
display: -ms-flexbox;
display: flex;
-ms-flex-align: stretch;
align-items: stretch;
-ms-flex-pack: stretch;
justify-content: stretch;
padding: 0;
width: 100%;
-ms-flex-negative: 0;
flex-shrink: 0;
margin-bottom: 0;
box-shadow: none;
height: 100%;
}
.firehawk-crm.firehawk-crm-large-grid .grid-item.linked {
cursor: pointer;
}
.firehawk-crm.firehawk-crm-large-grid .grid-item.modal-link .top-img {
cursor: pointer;
}
.firehawk-crm.firehawk-crm-large-grid .grid-item .top-img {
background-size: cover;
background-position: center;
width: 100px;
min-width: 100px;
height: 100%;
outline: none !important;
text-decoration: none !important;
}
.firehawk-crm.firehawk-crm-large-grid .grid-item .title {
color: #333;
font-size: 20px;
overflow: hidden;
text-overflow: ellipsis;
outline: none !important;
text-decoration: none !important;
}
.firehawk-crm.firehawk-crm-large-grid .grid-item .venue {
margin-bottom: 5px;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 3;
font-size: 14px;
margin-bottom: 8px;
outline: none !important;
}
.firehawk-crm.firehawk-crm-large-grid .grid-item .venue.no-link {
text-decoration: none !important;
color: #333;
}
.firehawk-crm.firehawk-crm-large-grid .grid-item .service-buttons-group {
margin-top: auto;
}
.firehawk-crm.firehawk-crm-large-grid .grid-item .dates {
color: #333;
margin-bottom: 5px;
outline: none !important;
text-decoration: none !important;
}
.firehawk-crm.firehawk-crm-large-grid .grid-item .branch {
font-size: 12px;
margin-bottom: 0;
outline: none !important;
text-decoration: none !important;
border-radius: 6px;
background-color: #f1f1f1;
-ms-flex-positive: 0;
flex-grow: 0;
-ms-flex-preferred-size: 0;
flex-basis: 0;
-ms-flex-item-align: start;
align-self: flex-start;
padding: 1px 6px;
margin-top: 6px;
color: #333;
}
.firehawk-crm.firehawk-crm-large-grid .grid-item .content {
-ms-flex: 1;
flex: 1;
padding: 10px 15px;
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
outline: none !important;
text-decoration: none !important;
}
.firehawk-crm.firehawk-crm-large-grid .grid-item .service-date {
color: #333;
font-size: 14px;
margin-top: auto;
outline: none !important;
text-decoration: none !important;
}
.firehawk-crm.firehawk-crm-large-grid .grid-item .service-date.space-under {
margin-bottom: 10px;
}
.firehawk-crm.firehawk-crm-large-grid .grid-item.compact {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-ms-flex-direction: column;
flex-direction: column;
}
.firehawk-crm.firehawk-crm-large-grid .grid-item.compact .top-content {
padding: 15px 10px 15px 15px;
display: -ms-flexbox;
display: flex;
height: auto;
margin-bottom: 0;
-ms-flex-positive: 0;
flex-grow: 0;
-ms-flex-preferred-size: auto;
flex-basis: auto;
}
.firehawk-crm.firehawk-crm-large-grid .grid-item.compact .top-content .top-img {
width: 75px;
height: 75px;
min-width: auto;
border-radius: 6px;
-ms-flex-negative: 0;
flex-shrink: 0;
margin-right: 15px;
}
.firehawk-crm.firehawk-crm-large-grid .grid-item.compact .top-content .title {
font-size: 17px;
margin-bottom: 0;
white-space: normal !important;
line-height: normal;
white-space: normal !important;
margin-bottom: 6px;
}
.firehawk-crm.firehawk-crm-large-grid .grid-item.compact .top-content .title-container {
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
-ms-flex-pack: center;
justify-content: center;
height: auto;
line-height: normal;
}
.firehawk-crm.firehawk-crm-large-grid .grid-item.compact .top-content .title-container .dates {
margin-bottom: 0;
font-size: 15px;
}
.firehawk-crm.firehawk-crm-large-grid .grid-item.compact .service-info {
border-top: 1px solid #f3f3f3;
margin-left: 15px;
margin-right: 15px;
font-size: 15px;
padding: 8px 0 10px;
line-height: normal;
}
.firehawk-crm.firehawk-crm-large-grid .grid-item.compact .service-info:empty {
padding: 0;
border: none;
}
.firehawk-crm.firehawk-crm-large-grid .grid-item.compact .content {
padding: 0 15px 15px;
}
.firehawk-crm.firehawk-crm-large-grid .grid-item.compact .content .service-date {
margin-top: 0;
}
.firehawk-crm.firehawk-crm-large-grid .grid-item.compact .content .venue {
margin-bottom: 4px;
}
.firehawk-crm.firehawk-crm-large-grid .grid-item.compact-large {
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
}
.firehawk-crm.firehawk-crm-large-grid .grid-item.compact-large .top-content {
padding: 15px 10px 0 15px;
height: auto;
-ms-flex-positive: 0;
flex-grow: 0;
-ms-flex-preferred-size: auto;
flex-basis: auto;
}
.firehawk-crm.firehawk-crm-large-grid .grid-item.compact-large .top-content .top-img {
width: 100%;
height: auto;
border-radius: 6px;
-ms-flex-negative: 0;
flex-shrink: 0;
margin-bottom: 10px;
}
.firehawk-crm.firehawk-crm-large-grid .grid-item.compact-large .top-content .title {
font-size: 18px;
margin-bottom: 0;
line-height: 1.5;
white-space: normal !important;
}
.firehawk-crm.firehawk-crm-large-grid .grid-item.compact-large .top-content .title-container {
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
-ms-flex-pack: center;
justify-content: center;
height: auto;
margin-bottom: 10px;
}
.firehawk-crm.firehawk-crm-large-grid .grid-item.compact-large .top-content .title-container .dates {
margin-bottom: 0;
}
.firehawk-crm.firehawk-crm-large-grid .grid-item.compact-large .content-link {
cursor: pointer;
}
.firehawk-crm.firehawk-crm-large-grid .grid-item.compact-large .content {
padding: 0 15px 15px;
}
.firehawk-crm.firehawk-crm-large-grid .grid-item.compact-large .content .service-date {
margin-top: 0;
}
.firehawk-crm.firehawk-crm-large-grid .grid-item.compact-large .content .venue {
margin-bottom: 4px;
}
.firehawk-crm.firehawk-crm-large-grid .grid-item.compact-large {
margin-bottom: 0;
}
.firehawk-crm.firehawk-crm-large-grid .grid-item.compact-large .top-content .top-img.image-square {
width: 100%;
padding-bottom: 100%;
position: relative;
}
.firehawk-crm.firehawk-crm-large-grid .grid-item .item-content {
text-align: left;
overflow: hidden;
margin-bottom: 0;
}
.firehawk-crm.firehawk-crm-large-grid .grid-item .item-content p:last-child {
margin-bottom: 0;
}
.firehawk-crm.firehawk-crm-large-grid .grid-col {
-ms-flex: 1;
flex: 1;
width: 100%;
max-width: 100%;
-ms-flex-preferred-size: 100%;
flex-basis: 100%;
-ms-flex-negative: 0;
flex-shrink: 0;
margin-bottom: 30px;
padding: 0 15px;
}
.firehawk-crm.firehawk-crm-large-grid .empty-message {
text-align: center;
}
@media screen and (min-width: 546px) {
.firehawk-crm.firehawk-crm-large-grid .grid-col {
max-width: 50%;
-ms-flex-preferred-size: 50%;
flex-basis: 50%;
}
}
@media screen and (min-width: 1024px) {
.firehawk-crm.firehawk-crm-large-grid .grid-col {
max-width: 33.33%;
-ms-flex-preferred-size: 33.33%;
flex-basis: 33.33%;
}
}
.firehawk-crm.firehawk-crm-large-grid .load-more-footer {
text-align: center;
margin-bottom: 20px;
}
.firehawk-crm.firehawk-crm-large-grid .load-more-indicator {
text-align: center;
margin-bottom: 20px;
}
.firehawk-crm.firehawk-crm-large-grid .load-more-button {
font-weight: normal;
color: #383838;
transform: none;
text-transform: uppercase;
padding: 9px 12px;
position: relative;
background-color: #fff;
border: 1px solid #f3f3f3;
border-radius: 4px;
opacity: 1;
cursor: pointer;
transition: opacity 150ms ease, border 300ms ease-in-out;
line-height: 1;
display: inline-block;
}
.firehawk-crm.firehawk-crm-large-grid .load-more-button:focus, .firehawk-crm.firehawk-crm-large-grid .load-more-button:hover {
color: #333;
border-color: #efefef;
background-color: #efefef;
transition: all 0.2s linear;
}
.firehawk-service-details {
display: -ms-flexbox;
display: flex;
-ms-flex-align: stretch;
align-items: stretch;
-ms-flex-pack: stretch;
justify-content: stretch;
}
.firehawk-service-details .detail-display .top-img {
min-width: auto;
height: auto;
border-radius: 0;
margin-bottom: 15px;
}
.firehawk-service-details .detail-display .top-img img {
max-height: 380px;
width: 100%;
height: 100%;
-ms-flex: 1;
flex: 1;
object-fit: cover;
border-radius: 4px;
}
.firehawk-service-details .detail-display .heading {
padding: 0;
margin-bottom: 14px;
}
.firehawk-service-details .detail-display .venue {
text-decoration: none;
font-size: 16px;
margin-bottom: 15px;
}
.firehawk-service-details .detail-display .service-date {
font-size: 16px;
margin-bottom: 5px;
}
.firehawk-service-details .detail-display .dates {
margin-bottom: 0;
font-size: 18px;
}
.firehawk-service-details .detail-display .title {
font-size: 20px;
font-weight: bold;
}
.firehawk-service-details .detail-display.compact {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-ms-flex-pack: center;
justify-content: center;
margin-bottom: 30px;
width: 100%;
}
.firehawk-service-details .detail-display.compact .content {
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
-ms-flex: 1;
flex: 1;
max-width: 400px;
margin-right: auto;
}
.firehawk-service-details .detail-display.compact .top-img {
width: 30%;
margin-right: 20px;
margin-bottom: 0;
}
.firehawk-service-details .detail-display.compact .top-img img {
height: auto;
}
.firehawk-service-details .detail-display.compact .detail-display {
display: -ms-flexbox;
display: flex;
margin-bottom: 30px;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-ms-flex-pack: center;
justify-content: center;
}
@media screen and (max-width: 654px) {
.firehawk-service-details .detail-display.compact .top-img {
width: 100%;
text-align: center;
margin-bottom: 20px;
margin-right: 0;
}
.firehawk-service-details .detail-display.compact .top-img img {
max-height: 460px;
width: auto;
}
.firehawk-service-details .detail-display.compact .content {
width: 100%;
text-align: center;
margin-right: 0;
}
}
.firehawk-tributes .tribute-display {
background-color: #fff;
padding-bottom: 40px;
}
.firehawk-tributes .tribute-display .banner {
--banner-height-large: 240px;
--banner-height-medium: 184px;
--banner-height-small: 160px;
--banner-height: var(--banner-height-large);
--display-image-size-large: 200px;
--display-image-size-medium: 180px;
--display-image-size-small: 130px;
--display-image-size: var(--display-image-size-large);
display: -ms-flexbox;
display: flex;
-ms-flex-align: end;
align-items: flex-end;
-ms-flex-pack: start;
justify-content: flex-start;
width: 100%;
max-height: none;
height: auto;
position: relative;
padding: 0 40px;
margin-bottom: 30px;
}
.firehawk-tributes .tribute-display .banner .banner-bg {
position: absolute;
top: 0;
left: 0;
right: 0;
height: var(--banner-height);
background-color: #eee;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
}
.firehawk-tributes .tribute-display .banner a.banner-bg {
cursor: zoom-in;
}
.firehawk-tributes .tribute-display .banner .display-image {
min-width: auto;
width: var(--display-image-size);
max-width: 100%;
background-size: cover;
background-position: center;
border-radius: 8px;
box-shadow: 0 0 0 6px #fff;
border: 1px solid #fff;
background-color: #f3f3f3;
z-index: 1;
}
.firehawk-tributes .tribute-display .banner .display-image:after {
content: "";
display: block;
padding-bottom: 100%;
}
.firehawk-tributes .tribute-display .banner .heading {
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
-ms-flex-pack: end;
justify-content: flex-end;
padding: 5px 20px 0;
margin-top: var(--banner-height);
}
.firehawk-tributes .tribute-display .banner .heading .dates {
margin-bottom: 0;
font-size: 18px;
}
.firehawk-tributes .tribute-display .banner .heading .title {
font-size: 40px;
margin-bottom: 8px;
line-height: normal;
}
.firehawk-tributes .tribute-display .banner + .events-row {
padding-top: 10px;
}
.firehawk-tributes .tribute-display .tribute-row {
padding: 0 40px;
margin: 0 -15px;
display: -ms-flexbox;
display: flex;
}
.firehawk-tributes .tribute-display .tribute-row-col {
padding: 0 15px;
-ms-flex: 1;
flex: 1;
-ms-flex-preferred-size: auto;
flex-basis: auto;
width: 100%;
}
.firehawk-tributes .tribute-display .tribute-row.events-row {
margin-bottom: 10px;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.firehawk-tributes .tribute-display .tribute-row.events-row .tribute-row-col {
margin-bottom: 20px;
max-width: 33.33%;
}
.firehawk-tributes .tribute-display .tribute-content {
margin-bottom: 30px;
padding: 0 40px;
}
.firehawk-tributes .tribute-display .tribute-content p {
margin-bottom: 15px;
}
.firehawk-tributes .tribute-display .tribute-content p:last-child {
margin-bottom: 0;
}
.firehawk-tributes .tribute-display .tribute-row.menu-row .nav {
line-height: normal;
padding: 0;
margin-bottom: -10px;
}
.firehawk-tributes .tribute-display .tribute-row.menu-row .nav .nav-item {
margin-bottom: 10px;
margin-left: 0 !important;
margin-right: 10px;
}
@media (max-width: 554px) {
.firehawk-tributes .tribute-display .tribute-row.menu-row .nav {
width: 100%;
}
.firehawk-tributes .tribute-display .tribute-row.menu-row .nav .nav-item {
width: 100%;
max-width: calc(50% - 10px);
text-align: center;
}
}
.firehawk-tributes .tribute-display .event-card {
border: 1px solid #f3f3f3;
border-radius: 8px;
padding: 10px 15px;
min-height: 100%;
display: -ms-flexbox;
display: flex;
-ms-flex-align: stretch;
align-items: stretch;
-ms-flex-pack: stretch;
justify-content: stretch;
width: 100%;
}
.firehawk-tributes .tribute-display .event-card .venue {
text-decoration: none;
font-size: 16px;
margin-bottom: 15px;
}
.firehawk-tributes .tribute-display .event-card .service-date {
font-size: 16px;
margin-bottom: 5px;
}
.firehawk-tributes .tribute-display .event-card .content {
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
width: 100%;
}
.firehawk-tributes .tribute-display .event-card .content .service-buttons-group {
margin-top: auto;
}
.firehawk-tributes .tribute-display .event-card .service-buttons-group {
display: -ms-flexbox;
display: flex;
min-height: 34px;
-ms-flex-pack: stretch;
justify-content: stretch;
background-color: transparent;
padding: 0;
-ms-flex-positive: 0;
flex-grow: 0;
-ms-flex-preferred-size: 0;
flex-basis: 0;
}
.firehawk-tributes .tribute-display .event-card .service-buttons-group .service-button {
display: -ms-inline-flexbox;
display: inline-flex;
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: center;
justify-content: center;
color: #656565;
text-align: center;
cursor: pointer;
font-size: 16px;
border-radius: 4px;
line-height: 34px;
width: 100%;
background: #f3f3f3;
-ms-flex-preferred-size: 100%;
flex-basis: 100%;
-ms-flex-positive: 0;
flex-grow: 0;
-ms-flex-negative: 1;
flex-shrink: 1;
padding-left: 0;
padding-right: 0;
}
.firehawk-tributes .tribute-display .event-card .service-buttons-group .service-button + .service-button {
margin-left: 15px;
}
.firehawk-tributes .tribute-display .event-card .service-buttons-group .service-button:hover {
color: #000;
}
.firehawk-tributes .tribute-display .event-card .service-buttons-group .service-button:focus {
outline: none;
box-shadow: 0 0 0 4px #e2e2e2 !important;
color: #000;
}
.firehawk-tributes .page-divider {
display: -ms-flexbox;
display: flex;
padding: 0 40px;
margin-bottom: 30px;
}
.firehawk-tributes .page-divider:after {
content: "";
display: block;
height: 1px;
background-color: #f3f3f3;
width: 100%;
}
.firehawk-tributes .firehawk-crm-tribute-messages {
padding: 0 40px;
}
.firehawk-tributes .firehawk-crm-tribute-messages .tribute-item {
margin-bottom: 20px;
}
.firehawk-tributes .tribute-heading {
color: black;
margin: 45px;
}
.firehawk-tributes .tribute-heading-text {
font-weight: 500;
}
.firehawk-tributes .tribute-heading-line {
height: 2px;
border: 1px solid black;
}
.firehawk-tributes .tribute-display .banner .share-btn {
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: center;
justify-content: center;
font-size: 16px;
padding: 5px;
width: 35px;
height: 35px;
text-align: center;
line-height: 26px;
background-color: #fff;
position: absolute;
right: 20px;
top: calc(var(--banner-height) - 35px - 14px);
border-radius: 4px;
padding-right: 6px;
color: #000;
cursor: pointer;
-webkit-appearance: none !important;
border: none !important;
box-shadow: none;
transition: background 0.2s linear, border 0.2s linear, box-shadow 0.2s linear;
}
.firehawk-tributes .tribute-display .banner .share-btn:hover {
background-color: #f9f9f9;
color: #000 !important;
}
.firehawk-tributes .tribute-display .banner .share-btn:focus {
outline: none;
box-shadow: 0 0 0 4px #e2e2e2 !important;
background-color: #fff;
color: #000;
}
.firehawk-tributes .tribute-display .banner .social-menu {
display: none;
}
.firehawk-tributes .tribute-display .banner .tippy-content .social-menu {
display: block;
}
.firehawk-tributes .menu-header {
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: justify;
justify-content: space-between;
}
.firehawk-tributes .menu-header h4, .firehawk-tributes .menu-header .firehawk-crm-tributes .h4, .firehawk-crm-tributes .firehawk-tributes .menu-header .h4 {
margin-bottom: 0;
}
.firehawk-tributes .menu-header .nav .nav-item:before {
content: none !important;
}
.firehawk-tributes .menu-header .menu-actions {
-ms-flex-negative: 0;
flex-shrink: 0;
-ms-flex-item-align: start;
align-self: flex-start;
}
.firehawk-tributes .menu-header .menu-actions .btn {
font-size: inherit;
}
.firehawk-tributes .livestream-video {
height: 600px;
width: 100%;
max-width: 1100px;
margin: 0 auto;
display: block;
}
.firehawk-tributes .firehawk-crm-tribute-messages .messages-header {
margin-bottom: 20px;
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: justify;
justify-content: space-between;
}
.firehawk-tributes .firehawk-crm-tribute-messages .messages-header h4, .firehawk-tributes .firehawk-crm-tribute-messages .messages-header .firehawk-crm-tributes .h4, .firehawk-crm-tributes .firehawk-tributes .firehawk-crm-tribute-messages .messages-header .h4 {
margin-bottom: 0;
}
.firehawk-tributes .firehawk-crm-tribute-messages .firehawk-crm-tribute-messages-list {
position: relative;
}
.firehawk-tributes .firehawk-crm-tribute-messages .firehawk-crm-tribute-messages-list .loading-overlay {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: center;
justify-content: center;
font-size: 45px;
z-index: 2;
background-color: rgba(255, 255, 255, 0.7);
}
.firehawk-tributes .firehawk-crm-tribute-messages .firehawk-crm-tribute-messages-list .loading-overlay .fa-spin {
animation-duration: 0.75s;
}
.firehawk-tributes .firehawk-crm-tribute-messages .firehawk-crm-tribute-messages-list.loading {
min-height: 260px;
}
.firehawk-tributes .firehawk-crm-tribute-messages .grid-item .tribute-item {
border: 1px solid #dee2e6;
border-radius: 8px;
padding: 12px 16px;
background-color: #fff;
}
.firehawk-tributes .firehawk-crm-tribute-messages .grid-item .tribute-item .item-title {
line-height: normal;
margin-bottom: 8px;
border-bottom: 1px solid #dee2e6;
padding-bottom: 12px;
display: -ms-flexbox;
display: flex;
-ms-flex-align: start;
align-items: flex-start;
-ms-flex-pack: justify;
justify-content: space-between;
}
.firehawk-tributes .firehawk-crm-tribute-messages .grid-item .tribute-item .item-title h5, .firehawk-tributes .firehawk-crm-tribute-messages .grid-item .tribute-item .item-title .firehawk-crm-tributes .h5, .firehawk-crm-tributes .firehawk-tributes .firehawk-crm-tribute-messages .grid-item .tribute-item .item-title .h5 {
margin-bottom: 4px;
display: block;
}
.firehawk-tributes .firehawk-crm-tribute-messages .grid-item .tribute-item .item-title .actions {
text-align: center;
display: -ms-flexbox;
display: flex;
-ms-flex-align: stretch;
align-items: stretch;
-ms-flex-pack: stretch;
justify-content: stretch;
position: relative;
margin-right: -10px;
margin-top: -5px;
}
.firehawk-tributes .firehawk-crm-tribute-messages .grid-item .tribute-item .item-title .edit-btn {
cursor: pointer;
text-decoration: none;
color: #696969;
border-radius: 4px;
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: center;
justify-content: center;
font-size: 16px;
height: 30px;
width: 30px;
transition: all 0.2s linear;
}
.firehawk-tributes .firehawk-crm-tribute-messages .grid-item .tribute-item .item-title .edit-btn:focus, .firehawk-tributes .firehawk-crm-tribute-messages .grid-item .tribute-item .item-title .edit-btn:hover {
background-color: #f3f3f3;
color: #2f2f2f;
}
.firehawk-tributes .firehawk-crm-tribute-messages .grid-item .tribute-item .item-message .love-heart {
color: red;
}
.firehawk-tributes .firehawk-crm-tribute-messages .grid-item .tribute-item .item-footer {
border-top: 1px solid #dee2e6;
margin-top: 5px;
padding-top: 7px;
margin-bottom: -3px;
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: justify;
justify-content: space-between;
}
.firehawk-tributes .firehawk-crm-tribute-messages .grid-item .tribute-item .item-footer .likes {
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
}
.firehawk-tributes .firehawk-crm-tribute-messages .grid-item .tribute-item .item-footer .likes .counter {
font-size: 0.9em;
color: #585858;
}
.firehawk-tributes .firehawk-crm-tribute-messages .grid-item .tribute-item .item-footer .candle {
font-size: 28px;
height: 30px;
width: 30px;
border-radius: 6px;
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: center;
justify-content: center;
margin-right: -5px;
}
.firehawk-tributes .firehawk-crm-tribute-messages .grid-item .tribute-item .item-footer .like-btn {
color: #a2a2a2;
cursor: pointer;
text-decoration: none !important;
border-radius: 6px;
margin-left: -5px;
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: center;
justify-content: center;
font-size: 18px;
height: 30px;
width: 30px;
transition: all 0.2s linear;
margin-right: 6px;
}
.firehawk-tributes .firehawk-crm-tribute-messages .grid-item .tribute-item .item-footer .like-btn i {
margin-top: 2px;
}
.firehawk-tributes .firehawk-crm-tribute-messages .grid-item .tribute-item .item-footer .like-btn:focus, .firehawk-tributes .firehawk-crm-tribute-messages .grid-item .tribute-item .item-footer .like-btn:hover {
background-color: #f3f3f3;
color: #2f2f2f;
}
.firehawk-tributes .firehawk-crm-tribute-messages .grid-item .tribute-item .item-footer .like-btn.liked {
color: #f10000 !important;
}
.firehawk-tributes .firehawk-crm-tribute-social-page .video-row .tribute-row-col {
max-width: 720px;
margin: 0 auto;
}
.firehawk-tributes .firehawk-crm-tribute-social-page .fragment-video {
display: block;
margin-left: auto;
margin-right: auto;
}
.firehawk-tributes .firehawk-crm-tribute-social-page .fragment-video-wrapper {
position: relative;
padding-bottom: 63%;
}
.firehawk-tributes .firehawk-crm-tribute-social-page .fragment-video-wrapper iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.firehawk-crm-tributes .modal {
max-width: none !important;
background: none !important;
padding: 0 !important;
box-shadow: none !important;
}
.firehawk-crm-tributes .modal .pin-input {
display: -ms-flexbox;
display: flex;
max-width: 300px !important;
margin: 0 auto;
}
.firehawk-crm-tributes .modal .pin-input .form-control {
display: block;
height: 50px;
margin-right: 0.5rem;
text-align: center;
font-size: 1.25rem;
min-width: 0;
}
.firehawk-crm-tributes .modal .pin-input .form-control:last-child {
margin-right: 0;
}
.firehawk-crm-tributes #fcrm-tributes-page-menu .nav-item + .nav-item {
margin-left: 10px;
}
.firehawk-crm-tributes #fcrm-tributes-page-menu .nav-link {
color: #000;
background-color: #f8f9fa;
border-color: #f8f9fa;
outline: none !important;
}
.firehawk-crm-tributes #fcrm-tributes-page-menu .nav-link:focus, .firehawk-crm-tributes #fcrm-tributes-page-menu .nav-link:hover {
color: #000;
background-color: #f9fafb;
border-color: #f9fafb;
}
.firehawk-crm-tributes #fcrm-tributes-page-menu .nav-link:focus {
box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5);
}
.firehawk-crm-tributes #fcrm-tributes-page-menu .nav-link.active {
background-color: var(--fcrm-primary-button);
border-color: var(--fcrm-primary-button);
color: var(--fcrm-primary-button-text);
}
.firehawk-crm-tributes #fcrm-tributes-page-menu .nav-link.active:hover {
background-color: var(--fcrm-primary-button-hover);
border-color: var(--fcrm-primary-button-hover);
color: var(--fcrm-primary-button-hover-text);
}
.firehawk-crm-tributes #fcrm-tributes-page-menu .nav-link.active:focus {
box-shadow: 0 0 0 0.25rem var(--fcrm-focus-shadow-color);
}
.firehawk-crm-tributes #fcrm-tributes-page-menu .nav-link.loading {
position: relative;
cursor: default;
text-shadow: none !important;
color: transparent !important;
opacity: 1;
pointer-events: auto;
transition: all 0s linear, opacity 0.1s ease;
}
.firehawk-crm-tributes #fcrm-tributes-page-menu .nav-link.loading:before {
position: absolute;
content: "";
top: 50%;
left: 50%;
margin: -0.64285714em 0 0 -0.64285714em;
width: 1.28571429em;
height: 1.28571429em;
border-radius: 500rem;
border: 0.2em solid rgba(0, 0, 0, 0.15);
}
.firehawk-crm-tributes #fcrm-tributes-page-menu .nav-link.loading:after {
position: absolute;
content: "";
top: 50%;
left: 50%;
margin: -0.64285714em 0 0 -0.64285714em;
width: 1.28571429em;
height: 1.28571429em;
animation: button-spin 0.6s linear;
animation-iteration-count: infinite;
border-radius: 500rem;
border-color: #969696 transparent transparent;
border-style: solid;
border-width: 0.2em;
box-shadow: 0 0 0 1px transparent;
}
@media (max-width: 960px) {
.firehawk-tributes .tribute-display .tribute-row.events-row .tribute-row-col {
max-width: 50%;
}
}
@media (max-width: 960px) {
.firehawk-tributes .tribute-display .banner {
--banner-height: var(--banner-height-medium);
--display-image-size: var(--display-image-size-medium);
-ms-flex-wrap: wrap;
flex-wrap: wrap;
min-height: auto;
padding-top: calc(var(--banner-height) - var(--display-image-size) / 1.6);
}
.firehawk-tributes .tribute-display .banner .heading {
-ms-flex-negative: 0;
flex-shrink: 0;
width: 100%;
text-align: center;
height: auto;
margin-top: 0;
}
.firehawk-tributes .tribute-display .banner .share-btn {
top: calc(var(--banner-height) - 35px - 14px) !important;
}
.firehawk-tributes .tribute-display .banner .display-image {
margin-left: auto;
margin-right: auto;
}
}
@media (max-width: 750px) {
.firehawk-tributes .tribute-display .banner {
--banner-height: var(--banner-height-small);
--display-image-size: var(--display-image-size-small);
}
.firehawk-tributes .tribute-display .banner .heading {
-ms-flex-pack: center;
justify-content: center;
padding: 5px 20px 0;
width: 100%;
}
.firehawk-tributes .tribute-display .banner .heading .title {
font-size: 24px;
margin-bottom: 8px;
}
.firehawk-tributes .tribute-display .banner .heading .dates {
font-size: 16px;
}
.firehawk-tributes .tribute-display .banner .share-btn {
top: calc(var(--banner-height) - 35px - 14px) !important;
}
.firehawk-tributes .tribute-display .banner .display-image {
box-shadow: 0 0 0 4px #fff;
margin-left: auto;
margin-right: auto;
}
.firehawk-tributes .tribute-display .tribute-row.events-row .tribute-row-col {
width: 100%;
max-width: none;
-ms-flex-preferred-size: 100%;
flex-basis: 100%;
}
}
.firehawk-tributes .tribute-display .banner.stacked {
--banner-height-large: 280px;
--banner-height-medium: 184px;
--banner-height-small: 160px;
--banner-height: var(--banner-height-large);
--display-image-size-large: 220px;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
min-height: auto;
padding-top: calc(var(--banner-height) - var(--display-image-size) / 1.6);
}
.firehawk-tributes .tribute-display .banner.stacked .heading {
-ms-flex-pack: center;
justify-content: center;
padding: 5px 20px 0;
width: 100%;
margin-top: 20px;
text-align: center;
}
.firehawk-tributes .tribute-display .banner.stacked .heading .title {
font-size: 28px;
margin-bottom: 6px;
}
.firehawk-tributes .tribute-display .banner.stacked .heading .dates {
font-size: 18px;
}
.firehawk-tributes .tribute-display .banner.stacked .share-btn {
top: calc(var(--banner-height) - 35px - 14px) !important;
}
.firehawk-tributes .tribute-display .banner.stacked .display-image {
box-shadow: 0 0 0 4px #fff;
margin-left: auto;
margin-right: auto;
}
@media (max-width: 960px) {
.firehawk-tributes .tribute-display .banner.stacked {
--banner-height: var(--banner-height-medium);
--display-image-size: var(--display-image-size-medium);
-ms-flex-wrap: wrap;
flex-wrap: wrap;
min-height: auto;
}
.firehawk-tributes .tribute-display .banner.stacked .heading {
-ms-flex-negative: 0;
flex-shrink: 0;
width: 100%;
text-align: center;
height: auto;
margin-top: 0;
}
.firehawk-tributes .tribute-display .banner.stacked .display-image {
margin-left: auto;
margin-right: auto;
}
}
@media (max-width: 750px) {
.firehawk-tributes .tribute-display .banner.stacked {
--banner-height: var(--banner-height-small);
--display-image-size: var(--display-image-size-small);
}
.firehawk-tributes .tribute-display .banner.stacked .heading {
-ms-flex-pack: center;
justify-content: center;
padding: 5px 20px 0;
width: 100%;
}
.firehawk-tributes .tribute-display .banner.stacked .heading .title {
font-size: 24px;
margin-bottom: 8px;
}
.firehawk-tributes .tribute-display .banner.stacked .heading .dates {
font-size: 16px;
}
.firehawk-tributes .tribute-display .banner.stacked .display-image {
box-shadow: 0 0 0 4px #fff;
margin-left: auto;
margin-right: auto;
}
}
.firehawk-tributes .firehawk-crm-tribute-trees-page {
padding: 0 40px;
}
.firehawk-tributes .firehawk-crm-tribute-trees-page .tribute-item {
margin-bottom: 20px;
position: relative;
overflow: hidden;
}
.firehawk-tributes .firehawk-crm-tribute-trees-page .tribute-item .tree-background.normal {
position: absolute;
top: -30px;
right: -150px;
opacity: 0.07;
z-index: 0;
background-image: url(//www.rossfunerals.com.au/wp-content/plugins/fcrm-tributes/public/img/tree-normal-green.svg);
height: calc(120% + 30px);
width: 410px;
background-size: cover;
background-repeat: no-repeat;
background-position: center;
background-position-y: -30px;
}
.firehawk-tributes .firehawk-crm-tribute-trees-page .tribute-item .tree-background.pointy {
position: absolute;
top: -30px;
right: -150px;
opacity: 0.04;
z-index: 0;
background-image: url(//www.rossfunerals.com.au/wp-content/plugins/fcrm-tributes/public/img/tree-background-outline.svg);
height: calc(120% + 30px);
width: 410px;
background-size: cover;
background-repeat: no-repeat;
background-position: center;
background-position-y: -30px;
}
.firehawk-tributes .firehawk-crm-tribute-trees-page .tribute-item > .row {
z-index: 2;
}
.firehawk-tributes .firehawk-crm-tribute-trees-page .trees-header {
margin-bottom: 20px;
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: justify;
justify-content: space-between;
}
.firehawk-tributes .firehawk-crm-tribute-trees-page .trees-header h4, .firehawk-tributes .firehawk-crm-tribute-trees-page .trees-header .firehawk-crm-tributes .h4, .firehawk-crm-tributes .firehawk-tributes .firehawk-crm-tribute-trees-page .trees-header .h4 {
margin-bottom: 0;
}
.firehawk-tributes .firehawk-crm-tribute-trees-page .firehawk-crm-tribute-trees-list {
position: relative;
}
.firehawk-tributes .firehawk-crm-tribute-trees-page .firehawk-crm-tribute-trees-list .loading-overlay {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: center;
justify-content: center;
font-size: 45px;
z-index: 2;
background-color: rgba(255, 255, 255, 0.7);
}
.firehawk-tributes .firehawk-crm-tribute-trees-page .firehawk-crm-tribute-trees-list .loading-overlay .fa-spin {
animation-duration: 0.75s;
}
.firehawk-tributes .firehawk-crm-tribute-trees-page .firehawk-crm-tribute-trees-list.loading {
min-height: 260px;
}
.firehawk-tributes .firehawk-crm-tribute-trees-page .grid-item .tribute-item {
border: 1px solid #dee2e6;
border-radius: 8px;
padding: 12px 16px;
background-color: #fff;
}
.firehawk-tributes .firehawk-crm-tribute-trees-page .grid-item .tribute-item .item-title {
line-height: normal;
margin-bottom: 8px;
border-bottom: 1px solid #dee2e6;
padding-bottom: 12px;
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
}
.firehawk-tributes .firehawk-crm-tribute-trees-page .grid-item .tribute-item .item-title .tree-icon {
background-color: #ffffff;
width: 50px;
height: 50px;
border-radius: 8px;
position: relative;
overflow: hidden;
border: 3px solid #dee1e5;
margin-right: 10px;
-ms-flex-negative: 0;
flex-shrink: 0;
-ms-flex-positive: 0;
flex-grow: 0;
}
.firehawk-tributes .firehawk-crm-tribute-trees-page .grid-item .tribute-item .item-title .tree-icon i {
position: absolute;
font-size: 50px;
left: -5px;
top: 3px;
color: #cfd4d9;
}
.firehawk-tributes .firehawk-crm-tribute-trees-page .grid-item .tribute-item .item-title h5, .firehawk-tributes .firehawk-crm-tribute-trees-page .grid-item .tribute-item .item-title .firehawk-crm-tributes .h5, .firehawk-crm-tributes .firehawk-tributes .firehawk-crm-tribute-trees-page .grid-item .tribute-item .item-title .h5 {
margin-bottom: 4px;
display: block;
}
.firehawk-tributes .firehawk-crm-tribute-trees-page .grid-item .tribute-item .item-title .actions {
text-align: center;
display: -ms-flexbox;
display: flex;
-ms-flex-align: stretch;
align-items: stretch;
-ms-flex-pack: stretch;
justify-content: stretch;
position: relative;
margin-right: -10px;
margin-top: -5px;
}
.firehawk-tributes .firehawk-crm-tribute-trees-page .grid-item .tribute-item .item-title .edit-btn {
cursor: pointer;
text-decoration: none;
color: #696969;
border-radius: 4px;
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: center;
justify-content: center;
font-size: 16px;
height: 30px;
width: 30px;
transition: all 0.2s linear;
}
.firehawk-tributes .firehawk-crm-tribute-trees-page .grid-item .tribute-item .item-title .edit-btn:focus, .firehawk-tributes .firehawk-crm-tribute-trees-page .grid-item .tribute-item .item-title .edit-btn:hover {
background-color: #f3f3f3;
color: #2f2f2f;
}
.firehawk-tributes .firehawk-crm-tribute-trees-page .grid-item .tribute-item.no-message .item-title {
border-bottom: 0;
margin-bottom: 0;
}
.firehawk-tributes .firehawk-crm-tribute-trees-page .grid-item .tribute-item.no-message .item-footer {
margin-top: 0;
}
.firehawk-tributes .firehawk-crm-tribute-trees-page .grid-item .tribute-item .item-footer {
border-top: 1px solid #dee2e6;
margin-top: 5px;
padding-top: 7px;
margin-bottom: -3px;
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: justify;
justify-content: space-between;
}
.firehawk-tributes .firehawk-crm-tribute-trees-page .grid-item .tribute-item .item-footer .likes {
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
}
.firehawk-tributes .firehawk-crm-tribute-trees-page .grid-item .tribute-item .item-footer .likes .counter {
font-size: 0.9em;
color: #585858;
}
.firehawk-tributes .firehawk-crm-tribute-trees-page .grid-item .tribute-item .item-footer .candle {
font-size: 28px;
height: 30px;
width: 30px;
border-radius: 6px;
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: center;
justify-content: center;
margin-right: -5px;
}
.firehawk-tributes .firehawk-crm-tribute-trees-page .grid-item .tribute-item .item-footer .like-btn {
color: #a2a2a2;
cursor: pointer;
text-decoration: none !important;
border-radius: 6px;
margin-left: -5px;
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: center;
justify-content: center;
font-size: 18px;
height: 30px;
width: 30px;
transition: all 0.2s linear;
margin-right: 6px;
}
.firehawk-tributes .firehawk-crm-tribute-trees-page .grid-item .tribute-item .item-footer .like-btn i {
margin-top: 2px;
}
.firehawk-tributes .firehawk-crm-tribute-trees-page .grid-item .tribute-item .item-footer .like-btn:focus, .firehawk-tributes .firehawk-crm-tribute-trees-page .grid-item .tribute-item .item-footer .like-btn:hover {
background-color: #f3f3f3;
color: #2f2f2f;
}
.firehawk-tributes .firehawk-crm-tribute-trees-page .grid-item .tribute-item .item-footer .like-btn.liked {
color: #f10000 !important;
}
.fcrm-purchase-tree-modal #success-page {
max-width: 510px;
margin: 0 auto;
}
.fcrm-purchase-tree-modal .tree-price-info {
padding: 0.4rem 0.8rem;
border-radius: 6px;
border-color: #e0e4e7 !important;
border-width: 2px;
}
.fcrm-purchase-tree-modal .tree-price-info .tree-price-totals {
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: justify;
justify-content: space-between;
border-top: 1px solid #f2f3f5;
padding-top: 0.5rem;
margin-top: 0.5rem;
}
.firehawk-tributes .firehawk-crm-tribute-donations-page {
padding: 0 40px;
}
.firehawk-tributes .firehawk-crm-tribute-donations-page .tribute-item {
margin-bottom: 20px;
position: relative;
overflow: hidden;
}
.firehawk-tributes .firehawk-crm-tribute-donations-page .tribute-item .donation-background.normal {
position: absolute;
top: 32px;
right: -50px;
opacity: 0.09;
z-index: 0;
background-image: url(//www.rossfunerals.com.au/wp-content/plugins/fcrm-tributes/public/img/donations-backdrop-icon.svg);
height: 280px;
width: 100%;
background-size: contain;
background-repeat: no-repeat;
background-position: center;
background-position-y: 0px;
}
.firehawk-tributes .firehawk-crm-tribute-donations-page .tribute-item > .row {
z-index: 2;
}
.firehawk-tributes .firehawk-crm-tribute-donations-page .donations-header {
margin-bottom: 20px;
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: justify;
justify-content: space-between;
}
.firehawk-tributes .firehawk-crm-tribute-donations-page .donations-header h4, .firehawk-tributes .firehawk-crm-tribute-donations-page .donations-header .firehawk-crm-tributes .h4, .firehawk-crm-tributes .firehawk-tributes .firehawk-crm-tribute-donations-page .donations-header .h4 {
margin-bottom: 0;
}
.firehawk-tributes .firehawk-crm-tribute-donations-page .firehawk-crm-tribute-donations-list {
position: relative;
}
.firehawk-tributes .firehawk-crm-tribute-donations-page .firehawk-crm-tribute-donations-list .loading-overlay {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: center;
justify-content: center;
font-size: 45px;
z-index: 2;
background-color: rgba(255, 255, 255, 0.7);
}
.firehawk-tributes .firehawk-crm-tribute-donations-page .firehawk-crm-tribute-donations-list .loading-overlay .fa-spin {
animation-duration: 0.75s;
}
.firehawk-tributes .firehawk-crm-tribute-donations-page .firehawk-crm-tribute-donations-list.loading {
min-height: 260px;
}
.firehawk-tributes .firehawk-crm-tribute-donations-page .grid-item .tribute-item {
border: 1px solid #dee2e6;
border-radius: 8px;
padding: 12px 16px;
background-color: #fff;
}
.firehawk-tributes .firehawk-crm-tribute-donations-page .grid-item .tribute-item .item-title {
line-height: normal;
margin-bottom: 8px;
border-bottom: 1px solid #dee2e6;
padding-bottom: 12px;
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
}
.firehawk-tributes .firehawk-crm-tribute-donations-page .grid-item .tribute-item .item-title .donation-icon {
background-color: #ffffff;
width: 50px;
height: 50px;
border-radius: 8px;
position: relative;
overflow: hidden;
border: 3px solid #dee1e5;
margin-right: 10px;
-ms-flex-negative: 0;
flex-shrink: 0;
-ms-flex-positive: 0;
flex-grow: 0;
}
.firehawk-tributes .firehawk-crm-tribute-donations-page .grid-item .tribute-item .item-title .donation-icon i {
position: absolute;
font-size: 50px;
left: -5px;
top: 3px;
color: #cfd4d9;
}
.firehawk-tributes .firehawk-crm-tribute-donations-page .grid-item .tribute-item .item-title h5, .firehawk-tributes .firehawk-crm-tribute-donations-page .grid-item .tribute-item .item-title .firehawk-crm-tributes .h5, .firehawk-crm-tributes .firehawk-tributes .firehawk-crm-tribute-donations-page .grid-item .tribute-item .item-title .h5 {
margin-bottom: 4px;
display: block;
}
.firehawk-tributes .firehawk-crm-tribute-donations-page .grid-item .tribute-item .item-title .actions {
text-align: center;
display: -ms-flexbox;
display: flex;
-ms-flex-align: stretch;
align-items: stretch;
-ms-flex-pack: stretch;
justify-content: stretch;
position: relative;
margin-right: -10px;
margin-top: -5px;
}
.firehawk-tributes .firehawk-crm-tribute-donations-page .grid-item .tribute-item .item-title .edit-btn {
cursor: pointer;
text-decoration: none;
color: #696969;
border-radius: 4px;
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: center;
justify-content: center;
font-size: 16px;
height: 30px;
width: 30px;
transition: all 0.2s linear;
}
.firehawk-tributes .firehawk-crm-tribute-donations-page .grid-item .tribute-item .item-title .edit-btn:focus, .firehawk-tributes .firehawk-crm-tribute-donations-page .grid-item .tribute-item .item-title .edit-btn:hover {
background-color: #f3f3f3;
color: #2f2f2f;
}
.firehawk-tributes .firehawk-crm-tribute-donations-page .grid-item .tribute-item.no-message .item-title {
border-bottom: 0;
margin-bottom: 0;
}
.firehawk-tributes .firehawk-crm-tribute-donations-page .grid-item .tribute-item.no-message .item-footer {
margin-top: 0;
}
.firehawk-tributes .firehawk-crm-tribute-donations-page .grid-item .tribute-item .item-footer {
border-top: 1px solid #dee2e6;
margin-top: 5px;
padding-top: 7px;
margin-bottom: -3px;
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: justify;
justify-content: space-between;
}
.firehawk-tributes .firehawk-crm-tribute-donations-page .grid-item .tribute-item .item-footer .likes {
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
}
.firehawk-tributes .firehawk-crm-tribute-donations-page .grid-item .tribute-item .item-footer .likes .counter {
font-size: 0.9em;
color: #585858;
}
.firehawk-tributes .firehawk-crm-tribute-donations-page .grid-item .tribute-item .item-footer .candle {
font-size: 28px;
height: 30px;
width: 30px;
border-radius: 6px;
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: center;
justify-content: center;
margin-right: -5px;
}
.firehawk-tributes .firehawk-crm-tribute-donations-page .grid-item .tribute-item .item-footer .like-btn {
color: #a2a2a2;
cursor: pointer;
text-decoration: none !important;
border-radius: 6px;
margin-left: -5px;
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: center;
justify-content: center;
font-size: 18px;
height: 30px;
width: 30px;
transition: all 0.2s linear;
margin-right: 6px;
}
.firehawk-tributes .firehawk-crm-tribute-donations-page .grid-item .tribute-item .item-footer .like-btn i {
margin-top: 2px;
}
.firehawk-tributes .firehawk-crm-tribute-donations-page .grid-item .tribute-item .item-footer .like-btn:focus, .firehawk-tributes .firehawk-crm-tribute-donations-page .grid-item .tribute-item .item-footer .like-btn:hover {
background-color: #f3f3f3;
color: #2f2f2f;
}
.firehawk-tributes .firehawk-crm-tribute-donations-page .grid-item .tribute-item .item-footer .like-btn.liked {
color: #f10000 !important;
}
.fcrm-purchase-donation-modal #success-page {
max-width: 510px;
margin: 0 auto;
}
.fcrm-purchase-donation-modal .donation-price-info {
padding: 0.4rem 0.8rem;
border-radius: 6px;
border-color: #e0e4e7 !important;
border-width: 2px;
}
.fcrm-purchase-donation-modal .donation-price-info .donation-price-totals {
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: justify;
justify-content: space-between;
border-top: 1px solid #f2f3f5;
padding-top: 0.5rem;
margin-top: 0.5rem;
}
.firehawk-crm-tributes .glide .glide__track {
margin-bottom: 14px;
}
.firehawk-crm-tributes .glide .grid-item {
border: 1px solid #f3f3f3;
border-radius: 8px;
overflow: hidden;
display: -ms-flexbox;
display: flex;
-ms-flex-align: stretch;
align-items: stretch;
-ms-flex-pack: stretch;
justify-content: stretch;
padding: 0;
width: 100%;
-ms-flex-negative: 0;
flex-shrink: 0;
margin-bottom: 0;
box-shadow: none;
}
.firehawk-crm-tributes .glide .grid-item.linked {
cursor: pointer;
}
.firehawk-crm-tributes .glide .grid-item.modal-link .top-img {
cursor: pointer;
}
.firehawk-crm-tributes .glide .grid-item .top-img {
background-size: cover;
background-position: center;
width: 100px;
min-width: 100px;
height: 100%;
outline: none !important;
text-decoration: none !important;
}
.firehawk-crm-tributes .glide .grid-item .title {
color: #333;
font-size: 20px;
overflow: hidden;
text-overflow: ellipsis;
outline: none !important;
text-decoration: none !important;
}
.firehawk-crm-tributes .glide .grid-item .venue {
margin-bottom: 5px;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 3;
font-size: 14px;
margin-bottom: 8px;
outline: none !important;
}
.firehawk-crm-tributes .glide .grid-item .venue.no-link {
text-decoration: none !important;
color: #333;
}
.firehawk-crm-tributes .glide .grid-item .service-buttons-group {
margin-top: auto;
}
.firehawk-crm-tributes .glide .grid-item .dates {
color: #333;
margin-bottom: 5px;
outline: none !important;
text-decoration: none !important;
}
.firehawk-crm-tributes .glide .grid-item .branch {
font-size: 12px;
margin-bottom: 0;
outline: none !important;
text-decoration: none !important;
border-radius: 6px;
background-color: #f1f1f1;
-ms-flex-positive: 0;
flex-grow: 0;
-ms-flex-preferred-size: 0;
flex-basis: 0;
-ms-flex-item-align: start;
align-self: flex-start;
padding: 1px 6px;
margin-top: 6px;
color: #333;
}
.firehawk-crm-tributes .glide .grid-item .content {
-ms-flex: 1;
flex: 1;
padding: 10px 15px;
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
outline: none !important;
text-decoration: none !important;
}
.firehawk-crm-tributes .glide .grid-item .service-date {
color: #333;
font-size: 14px;
margin-top: auto;
outline: none !important;
text-decoration: none !important;
}
.firehawk-crm-tributes .glide .grid-item .service-date.space-under {
margin-bottom: 10px;
}
.firehawk-crm-tributes .glide .grid-item.compact {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-ms-flex-direction: column;
flex-direction: column;
}
.firehawk-crm-tributes .glide .grid-item.compact .top-content {
padding: 15px 10px 15px 15px;
display: -ms-flexbox;
display: flex;
height: auto;
margin-bottom: 0;
-ms-flex-positive: 0;
flex-grow: 0;
-ms-flex-preferred-size: auto;
flex-basis: auto;
}
.firehawk-crm-tributes .glide .grid-item.compact .top-content .top-img {
width: 75px;
height: 75px;
min-width: auto;
border-radius: 6px;
-ms-flex-negative: 0;
flex-shrink: 0;
margin-right: 15px;
}
.firehawk-crm-tributes .glide .grid-item.compact .top-content .title {
font-size: 17px;
margin-bottom: 0;
white-space: normal !important;
line-height: normal;
white-space: normal !important;
margin-bottom: 6px;
}
.firehawk-crm-tributes .glide .grid-item.compact .top-content .title-container {
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
-ms-flex-pack: center;
justify-content: center;
height: auto;
line-height: normal;
}
.firehawk-crm-tributes .glide .grid-item.compact .top-content .title-container .dates {
margin-bottom: 0;
font-size: 15px;
}
.firehawk-crm-tributes .glide .grid-item.compact .service-info {
border-top: 1px solid #f3f3f3;
margin-left: 15px;
margin-right: 15px;
font-size: 15px;
padding: 8px 0 10px;
line-height: normal;
}
.firehawk-crm-tributes .glide .grid-item.compact .service-info:empty {
padding: 0;
border: none;
}
.firehawk-crm-tributes .glide .grid-item.compact .content {
padding: 0 15px 15px;
}
.firehawk-crm-tributes .glide .grid-item.compact .content .service-date {
margin-top: 0;
}
.firehawk-crm-tributes .glide .grid-item.compact .content .venue {
margin-bottom: 4px;
}
.firehawk-crm-tributes .glide .grid-item.compact-large {
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
}
.firehawk-crm-tributes .glide .grid-item.compact-large .top-content {
padding: 15px 10px 0 15px;
height: auto;
-ms-flex-positive: 0;
flex-grow: 0;
-ms-flex-preferred-size: auto;
flex-basis: auto;
}
.firehawk-crm-tributes .glide .grid-item.compact-large .top-content .top-img {
width: 100%;
height: auto;
border-radius: 6px;
-ms-flex-negative: 0;
flex-shrink: 0;
margin-bottom: 10px;
}
.firehawk-crm-tributes .glide .grid-item.compact-large .top-content .title {
font-size: 18px;
margin-bottom: 0;
line-height: 1.5;
white-space: normal !important;
}
.firehawk-crm-tributes .glide .grid-item.compact-large .top-content .title-container {
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
-ms-flex-pack: center;
justify-content: center;
height: auto;
margin-bottom: 10px;
}
.firehawk-crm-tributes .glide .grid-item.compact-large .top-content .title-container .dates {
margin-bottom: 0;
}
.firehawk-crm-tributes .glide .grid-item.compact-large .content-link {
cursor: pointer;
}
.firehawk-crm-tributes .glide .grid-item.compact-large .content {
padding: 0 15px 15px;
}
.firehawk-crm-tributes .glide .grid-item.compact-large .content .service-date {
margin-top: 0;
}
.firehawk-crm-tributes .glide .grid-item.compact-large .content .venue {
margin-bottom: 4px;
}
.firehawk-crm-tributes .glide .grid-item.compact-large {
margin-bottom: 0;
}
.firehawk-crm-tributes .glide .grid-item.compact-large .top-content .top-img.image-square {
width: 100%;
padding-bottom: 100%;
position: relative;
}
.firehawk-crm-tributes .glide .glide__slides {
-ms-flex-pack: stretch;
justify-content: stretch;
-ms-flex-line-pack: stretch;
align-content: stretch;
min-height: 100%;
display: -ms-flexbox;
display: flex;
-ms-flex-align: stretch;
align-items: stretch;
margin: 0 !important;
padding: 0 !important;
}
.firehawk-crm-tributes .glide .glide__slide {
padding: 8px 3px;
margin-left: 0;
display: -ms-flexbox;
display: flex;
-ms-flex: 1;
flex: 1;
height: auto;
}
.firehawk-crm-tributes .glide .glide__arrows {
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: justify;
justify-content: space-between;
position: relative;
padding: 0;
width: 100%;
}
.firehawk-crm-tributes .glide .glide__arrow {
font-weight: normal;
color: #383838;
top: 0 !important;
width: auto;
left: auto;
right: auto;
transform: none;
position: relative;
box-shadow: none;
text-transform: capitalize;
border: 1px solid #dcdcdc;
}
.firehawk-crm-tributes .glide .glide__arrow:focus, .firehawk-crm-tributes .glide .glide__arrow:hover {
border-color: #efefef;
background-color: #efefef;
}
.firehawk-crm-tributes .empty-message {
text-align: center;
}
.firehawk-crm-site-search .firehawk-crm-search-grid {
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
}
.firehawk-crm-site-search .firehawk-crm-search-item {
text-decoration: none !important;
}
.firehawk-crm-site-search .firehawk-crm-search-item.tribute-type {
border: 1px solid #f3f3f3;
border-radius: 8px;
overflow: hidden;
display: -ms-flexbox;
display: flex;
-ms-flex-align: stretch;
align-items: stretch;
-ms-flex-pack: stretch;
justify-content: stretch;
padding: 0;
width: 100%;
-ms-flex-negative: 0;
flex-shrink: 0;
margin-bottom: 0;
box-shadow: none;
height: 100%;
}
.firehawk-crm-site-search .firehawk-crm-search-item.tribute-type.linked {
cursor: pointer;
}
.firehawk-crm-site-search .firehawk-crm-search-item.tribute-type.modal-link .top-img {
cursor: pointer;
}
.firehawk-crm-site-search .firehawk-crm-search-item.tribute-type .top-img {
background-size: cover;
background-position: center;
width: 100px;
min-width: 100px;
height: 100%;
outline: none !important;
text-decoration: none !important;
}
.firehawk-crm-site-search .firehawk-crm-search-item.tribute-type .title {
color: #333;
font-size: 20px;
overflow: hidden;
text-overflow: ellipsis;
outline: none !important;
text-decoration: none !important;
}
.firehawk-crm-site-search .firehawk-crm-search-item.tribute-type .venue {
margin-bottom: 5px;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 3;
font-size: 14px;
margin-bottom: 8px;
outline: none !important;
}
.firehawk-crm-site-search .firehawk-crm-search-item.tribute-type .venue.no-link {
text-decoration: none !important;
color: #333;
}
.firehawk-crm-site-search .firehawk-crm-search-item.tribute-type .service-buttons-group {
margin-top: auto;
}
.firehawk-crm-site-search .firehawk-crm-search-item.tribute-type .dates {
color: #333;
margin-bottom: 5px;
outline: none !important;
text-decoration: none !important;
}
.firehawk-crm-site-search .firehawk-crm-search-item.tribute-type .branch {
font-size: 12px;
margin-bottom: 0;
outline: none !important;
text-decoration: none !important;
border-radius: 6px;
background-color: #f1f1f1;
-ms-flex-positive: 0;
flex-grow: 0;
-ms-flex-preferred-size: 0;
flex-basis: 0;
-ms-flex-item-align: start;
align-self: flex-start;
padding: 1px 6px;
margin-top: 6px;
color: #333;
}
.firehawk-crm-site-search .firehawk-crm-search-item.tribute-type .content {
-ms-flex: 1;
flex: 1;
padding: 10px 15px;
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
outline: none !important;
text-decoration: none !important;
}
.firehawk-crm-site-search .firehawk-crm-search-item.tribute-type .service-date {
color: #333;
font-size: 14px;
margin-top: auto;
outline: none !important;
text-decoration: none !important;
}
.firehawk-crm-site-search .firehawk-crm-search-item.tribute-type .service-date.space-under {
margin-bottom: 10px;
}
.firehawk-crm-site-search .firehawk-crm-search-item.tribute-type.compact {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-ms-flex-direction: column;
flex-direction: column;
}
.firehawk-crm-site-search .firehawk-crm-search-item.tribute-type.compact .top-content {
padding: 15px 10px 15px 15px;
display: -ms-flexbox;
display: flex;
height: auto;
margin-bottom: 0;
-ms-flex-positive: 0;
flex-grow: 0;
-ms-flex-preferred-size: auto;
flex-basis: auto;
}
.firehawk-crm-site-search .firehawk-crm-search-item.tribute-type.compact .top-content .top-img {
width: 75px;
height: 75px;
min-width: auto;
border-radius: 6px;
-ms-flex-negative: 0;
flex-shrink: 0;
margin-right: 15px;
}
.firehawk-crm-site-search .firehawk-crm-search-item.tribute-type.compact .top-content .title {
font-size: 17px;
margin-bottom: 0;
white-space: normal !important;
line-height: normal;
white-space: normal !important;
margin-bottom: 6px;
}
.firehawk-crm-site-search .firehawk-crm-search-item.tribute-type.compact .top-content .title-container {
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
-ms-flex-pack: center;
justify-content: center;
height: auto;
line-height: normal;
}
.firehawk-crm-site-search .firehawk-crm-search-item.tribute-type.compact .top-content .title-container .dates {
margin-bottom: 0;
font-size: 15px;
}
.firehawk-crm-site-search .firehawk-crm-search-item.tribute-type.compact .service-info {
border-top: 1px solid #f3f3f3;
margin-left: 15px;
margin-right: 15px;
font-size: 15px;
padding: 8px 0 10px;
line-height: normal;
}
.firehawk-crm-site-search .firehawk-crm-search-item.tribute-type.compact .service-info:empty {
padding: 0;
border: none;
}
.firehawk-crm-site-search .firehawk-crm-search-item.tribute-type.compact .content {
padding: 0 15px 15px;
}
.firehawk-crm-site-search .firehawk-crm-search-item.tribute-type.compact .content .service-date {
margin-top: 0;
}
.firehawk-crm-site-search .firehawk-crm-search-item.tribute-type.compact .content .venue {
margin-bottom: 4px;
}
.firehawk-crm-site-search .firehawk-crm-search-item.tribute-type.compact-large {
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
}
.firehawk-crm-site-search .firehawk-crm-search-item.tribute-type.compact-large .top-content {
padding: 15px 10px 0 15px;
height: auto;
-ms-flex-positive: 0;
flex-grow: 0;
-ms-flex-preferred-size: auto;
flex-basis: auto;
}
.firehawk-crm-site-search .firehawk-crm-search-item.tribute-type.compact-large .top-content .top-img {
width: 100%;
height: auto;
border-radius: 6px;
-ms-flex-negative: 0;
flex-shrink: 0;
margin-bottom: 10px;
}
.firehawk-crm-site-search .firehawk-crm-search-item.tribute-type.compact-large .top-content .title {
font-size: 18px;
margin-bottom: 0;
line-height: 1.5;
white-space: normal !important;
}
.firehawk-crm-site-search .firehawk-crm-search-item.tribute-type.compact-large .top-content .title-container {
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
-ms-flex-pack: center;
justify-content: center;
height: auto;
margin-bottom: 10px;
}
.firehawk-crm-site-search .firehawk-crm-search-item.tribute-type.compact-large .top-content .title-container .dates {
margin-bottom: 0;
}
.firehawk-crm-site-search .firehawk-crm-search-item.tribute-type.compact-large .content-link {
cursor: pointer;
}
.firehawk-crm-site-search .firehawk-crm-search-item.tribute-type.compact-large .content {
padding: 0 15px 15px;
}
.firehawk-crm-site-search .firehawk-crm-search-item.tribute-type.compact-large .content .service-date {
margin-top: 0;
}
.firehawk-crm-site-search .firehawk-crm-search-item.tribute-type.compact-large .content .venue {
margin-bottom: 4px;
}
.firehawk-crm-site-search .firehawk-crm-search-item.tribute-type.compact-large {
margin-bottom: 0;
}
.firehawk-crm-site-search .firehawk-crm-search-item.tribute-type.compact-large .top-content .top-img.image-square {
width: 100%;
padding-bottom: 100%;
position: relative;
}
.firehawk-crm-site-search .firehawk-crm-search-item.tribute-type .item-content {
text-align: left;
overflow: hidden;
margin-bottom: 0;
}
.firehawk-crm-site-search .firehawk-crm-search-item.tribute-type .item-content p:last-child {
margin-bottom: 0;
}
.firehawk-crm-site-search .firehawk-crm-search-item.tribute-type .link-indicator {
-ms-flex-item-align: center;
-ms-grid-row-align: center;
align-self: center;
margin-left: auto;
font-size: 30px;
color: #818181;
margin-right: 8px;
}
.firehawk-crm-site-search .firehawk-crm-search-item.post-type {
border: 1px solid #f3f3f3;
border-radius: 8px;
overflow: hidden;
padding: 15px;
line-height: normal;
}
.firehawk-crm-site-search .firehawk-crm-search-item.post-type .post-thumbnail {
padding-bottom: 60%;
position: relative;
transform-style: preserve-3d;
-webkit-transform-style: preserve-3d;
top: 0;
left: 0;
right: 0;
bottom: 0;
overflow: hidden;
border-radius: 6px;
margin-bottom: 10px;
}
.firehawk-crm-site-search .firehawk-crm-search-item.post-type .post-thumbnail img {
height: auto;
width: 110%;
position: absolute;
top: calc(50% + 1px);
left: calc(50% + 1px);
transform: scale(1.01) translate(-50%, -50%);
max-height: none;
max-width: none;
margin: 0;
}
.firehawk-crm-site-search .firehawk-crm-search-item.post-type h4, .firehawk-crm-site-search .firehawk-crm-search-item.post-type .firehawk-crm-tributes .h4, .firehawk-crm-tributes .firehawk-crm-site-search .firehawk-crm-search-item.post-type .h4 {
margin-top: 0;
margin-bottom: 0.4rem;
font-size: 1.2rem;
}
.firehawk-crm-site-search .firehawk-crm-search-item.post-type .post-content {
color: #333;
}
.firehawk-crm-site-search .firehawk-crm-search-item.post-type p:last-child {
margin-bottom: 0;
}
.firehawk-crm-site-search .firehawk-crm-search-item.post-type .read-more {
border-top: 1px solid #efefef;
padding-top: 0.5em;
margin-top: 0.7em;
font-size: 0.9em;
}
.firehawk-crm-site-search .firehawk-crm-search-item.post-type .read-more i {
margin-left: 8px;
top: 1px;
position: relative;
}
.firehawk-crm-site-search .firehawk-crm-search-item:hover, .firehawk-crm-site-search .firehawk-crm-search-item:focus {
background-color: #f3f3f3;
}
.firehawk-crm-site-search .firehawk-crm-search-item:not(:last-child) {
margin-bottom: 20px;
}
.fcrm-site-search {
height: 54px;
display: -ms-flexbox;
display: flex;
-ms-flex-align: stretch;
align-items: stretch;
width: 100%;
position: relative;
background-color: #fff;
border: 1px solid #eaeaea;
border-radius: 8px;
overflow: hidden;
}
.fcrm-site-search input {
padding: 0.75em;
height: auto;
color: #fff;
background: transparent;
-webkit-appearance: none;
border: none !important;
border-radius: 0;
-ms-flex: 1;
flex: 1;
}
.fcrm-site-search .search-btn {
background-color: transparent !important;
color: #333;
-ms-flex-positive: 0;
flex-grow: 0;
width: 50px;
height: 100%;
padding: 0;
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: center;
justify-content: center;
cursor: pointer;
line-height: normal;
font-weight: normal;
-webkit-appearance: none;
}
.select2-container--bootstrap4 .select2-selection--single {
height: calc(1.5em + (0.75rem + 2px)) !important;
}
.select2-container--bootstrap4 .select2-selection--single .select2-selection__placeholder {
line-height: calc(1.5em + 0.75rem);
color: #6c757d;
}
.select2-container--bootstrap4 .select2-selection--single .select2-selection__arrow {
position: absolute;
top: 50%;
right: 3px;
width: 20px;
}
.select2-container--bootstrap4 .select2-selection--single .select2-selection__arrow b {
position: absolute;
top: 60%;
left: 50%;
width: 0;
height: 0;
margin-top: -2px;
margin-left: -4px;
border-color: #212529 transparent transparent transparent;
border-style: solid;
border-width: 5px 4px 0;
}
.select2-container--bootstrap4 .select2-selection--single .select2-selection__rendered {
padding-left: 0.75rem;
line-height: calc(1.5em + 0.75rem);
color: #212529;
}
.select2-search--dropdown .select2-search__field {
padding: 0.375rem 0.75rem;
border: 1px solid #ced4da;
border-radius: 0.25rem;
}
.select2-results__message {
color: #6c757d;
}
.select2-container--bootstrap4 .select2-selection--multiple {
min-height: calc(1.5em + (0.75rem + 2px)) !important;
}
.select2-container--bootstrap4 .select2-selection--multiple .select2-selection__rendered {
box-sizing: border-box;
width: 100%;
padding: 0 0.375rem;
margin: 0;
list-style: none;
}
.select2-container--bootstrap4 .select2-selection--multiple .select2-selection__choice {
float: left;
padding: 0;
padding-right: 0.75rem;
margin-top: calc(0.375rem - 2px);
margin-right: 0.375rem;
color: #212529;
cursor: pointer;
border: 1px solid rgb(188.5, 198, 207.5);
border-radius: 0.2rem;
}
.select2-container--bootstrap4 .select2-selection--multiple .select2-search__field {
color: #212529;
}
.select2-container--bootstrap4 .select2-selection--multiple .select2-selection__choice + .select2-search {
width: 0;
}
.select2-container--bootstrap4 .select2-selection--multiple .select2-selection__choice__remove {
float: left;
padding-right: 3px;
padding-left: 3px;
margin-right: 1px;
margin-left: 3px;
font-weight: 700;
color: rgb(188.5, 198, 207.5);
}
.select2-container--bootstrap4 .select2-selection--multiple .select2-selection__choice__remove:hover {
color: #212529;
}
.select2-container--bootstrap4 .select2-selection--multiple .select2-selection__clear {
position: absolute !important;
top: 0;
right: 0.7em;
float: none;
margin-right: 0;
}
.select2-container--bootstrap4.select2-container--disabled .select2-selection--multiple .select2-selection__choice {
padding: 0 5px;
cursor: not-allowed;
}
.select2-container--bootstrap4.select2-container--disabled .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove {
display: none;
}
.select2-container {
display: block;
}
.select2-container *:focus {
outline: 0;
}
.input-group .select2-container--bootstrap4 {
-ms-flex-positive: 1;
flex-grow: 1;
}
.input-group-prepend ~ .select2-container--bootstrap4 .select2-selection {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
.select2-container--bootstrap4 .select2-selection {
border: 1px solid #ced4da;
border-radius: 0.25rem;
width: 100%;
}
.select2-container--bootstrap4.select2-container--focus .select2-selection {
border-color: #0dcaf0;
box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.select2-container--bootstrap4.select2-container--focus.select2-container--open .select2-selection {
border-bottom: none;
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
}
.select2-container--bootstrap4.select2-container--disabled .select2-selection, .select2-container--bootstrap4.select2-container--disabled.select2-container--focus .select2-selection {
background-color: #e9ecef;
cursor: not-allowed;
border-color: #ced4da;
box-shadow: none;
}
.select2-container--bootstrap4.select2-container--disabled .select2-search__field, .select2-container--bootstrap4.select2-container--disabled.select2-container--focus .select2-search__field {
background-color: transparent;
}
select.is-invalid ~ .select2-container--bootstrap4 .select2-selection, form.was-validated select:invalid ~ .select2-container--bootstrap4 .select2-selection {
border-color: #dc3545;
}
select.is-valid ~ .select2-container--bootstrap4 .select2-selection, form.was-validated select:valid ~ .select2-container--bootstrap4 .select2-selection {
border-color: #198754;
}
.select2-container--bootstrap4 .select2-dropdown {
border-color: #ced4da;
border-top: none;
border-top-left-radius: 0;
border-top-right-radius: 0;
}
.select2-container--bootstrap4 .select2-dropdown.select2-dropdown--above {
border-top: 1px solid #ced4da;
border-top-left-radius: 0.25rem;
border-top-right-radius: 0.25rem;
}
.select2-container--bootstrap4 .select2-dropdown .select2-results__option[aria-selected=true] {
background-color: rgb(233.125, 236.25, 239.375);
}
.select2-container--bootstrap4 .select2-results__option--highlighted,
.select2-container--bootstrap4 .select2-results__option--highlighted.select2-results__option[aria-selected=true] {
background-color: #0d6efd;
color: #f8f9fa;
}
.select2-container--bootstrap4 .select2-results__option[role=group] {
padding: 0;
}
.select2-container--bootstrap4 .select2-results > .select2-results__options {
max-height: 15em;
overflow-y: auto;
}
.select2-container--bootstrap4 .select2-results__group {
padding: 6px;
display: list-item;
color: #6c757d;
}
.select2-container--bootstrap4 .select2-selection__clear {
width: 16px;
height: 16px;
line-height: 16px;
padding-top: 0;
font-size: 16px;
font-weight: normal;
margin-top: 0.55em;
border-radius: 100%;
color: #6c757d;
float: right;
}
.select2-container--bootstrap4 .select2-selection__clear:hover {
color: #212529;
}
.select2-dropdown.forst-picker-select2 {
z-index: 9999;
}
.select2-dropdown.forst-picker-select2 .select2-search.select2-search--dropdown {
display: none;
}
.select2-dropdown.charity-picker-select2 {
z-index: 9999;
}
.select2-dropdown.charity-picker-select2 .select2-search.select2-search--dropdown {
display: none;
}
.jquery-modal.current {
z-index: 1000;
}
.admin-bar .jquery-modal.blocker.current {
padding-top: 50px;
}
.fcrm-screen-only {
position: absolute;
top: -10000em;
width: 1px;
height: 1px;
margin: -1px;
padding: 0;
overflow: hidden;
clip: rect(0, 0, 0, 0);
border: 0;
}
@media only screen and (max-width: 600px) {
.tribute-display ul#fcrm-tributes-page-menu {
display: block;
}
.tribute-display li.nav-item {
max-width: 100% !important;
margin-right: 0 !important;
margin-left: 0 !important;
padding: 0;
text-align: center;
}
.tribute-display .menu-header {
display: block !important;
}
.tribute-display .social-share {
width: 100%;
}
.tribute-display .write-message-btn {
width: 100%;
}
.tribute-display .menu-actions {
margin-top: 20px;
}
}*{box-sizing:border-box}.fusionicon-arrow-down2{display:table-cell;vertical-align:middle}.icomoon-up:before{display:inline-block;transform:rotate(180deg)}input[type=date],input[type=datetime-local],input[type=datetime],input[type=email],input[type=month],input[type=number],input[type=password],input[type=search],input[type=submit],input[type=tel],input[type=text],input[type=time],input[type=url],input[type=week],textarea{-webkit-appearance:none;-webkit-border-radius:0}input[type=search]::-webkit-search-decoration{-webkit-appearance:none}input[type=image]{padding:0;border:none}body{margin:0;min-width:320px;-webkit-text-size-adjust:100%;overflow-x:hidden;overflow-y:scroll;color:var(--body_typography-color);font-size:var(--body_typography-font-size, 16px);font-family:var(--body_typography-font-family, inherit)}body.fusion-blank-page.admin-bar{top:32px;height:calc(100vh - 32px)}body #wrapper .gomapMarker{color:#333}#boxed-wrapper{overflow-x:hidden;overflow-x:clip}#wrapper{overflow:visible}#wrapper .tp-bullets{transform:translateZ(0)}#wrapper .strip-html .fusion-dropcap{top:0;float:none;margin:0;padding:0;background-color:inherit!important;box-shadow:none;line-height:inherit;text-shadow:none;color:inherit!important;font-size:inherit}#wrapper .strip-html .fusion-highlight{background-color:inherit!important;color:inherit!important}#wrapper .strip-html .fusion-tooltip{color:inherit;border-bottom:1px dotted}.fusion-blank-page{display:table;height:100%;width:100%;position:absolute;margin:0;left:0;right:0;top:0;overflow-x:hidden}.wrapper_blank{float:none;vertical-align:middle;width:100%}.wrapper_blank #main{background:0 0;padding:0}.fusion-body #wrapper.wrapper_blank{display:table-cell;margin:0;max-width:none}.error404 .search-page-search-form{margin-bottom:0;padding-bottom:0;border:none}.fusion-404-checklist .fusion-custom-menu-item{display:none}img{border-style:none;vertical-align:top;max-width:100%;height:auto}object{max-width:100%}a{text-decoration:none}input,select,textarea{font-family:var(--body_typography-font-family, inherit);vertical-align:middle;color:var(--body_typography-color)}select{border-style:solid}fieldset,form{margin:0;padding:0;border-style:none}.wp-caption{max-width:100%}.search-table{display:table;width:100%}#fallback-slide{display:none}#fallback-slide img{width:100%}.gallery-box{background:#3d3c3c;padding:0 10px}.gallery-box img{width:100%}#wrapper .product-category a h2.woocommerce-loop-category__title,.fusion-main-menu>ul>li>a .fusion-menu-description,a,a:after,a:before{transition-property:color,background-color,border-color;transition-duration:.2s;transition-timing-function:linear}.fusion-accordian .panel-title a .fa-fusion-box,.woocommerce .social-share li .fontawesome-icon{transition-property:color,background-color,border-color;transition-duration:.2s;transition-timing-function:linear}.gallery{margin:0 auto;max-width:1400px}#main{padding:55px 10px 45px;clear:both}#main .sidebar.fusion-sticky-sidebar{padding:0}.col .heading{overflow:hidden;margin:0 0 15px}.col .heading img{float:left;margin:0 10px 0 0}.col p{margin:0 0 23px}.avada-myaccount-data h2{margin-top:0}.content-boxes .more{margin-top:18px}.content-boxes .heading .fontawesome-icon{float:left}.content-boxes .heading-and-icon h2{padding-left:45px}.content-boxes-icon-boxed.columns-5 .col{width:12.8%}.content-boxes-icon-boxed.columns-4 .col{width:18%}.content-boxes-icon-boxed.columns-3 .col{width:26.65%}.content-boxes-icon-boxed.columns-2 .col{width:44%}.content-boxes-icon-boxed.columns-1 .col{width:96%}.container{overflow:hidden}.container .columns .col{width:31.42857%;padding:0 2.85714% 0 0}.container .columns .col.last{margin-right:0}.container .col img{width:100%}.container .holder{overflow:hidden}.container h3 a.active{text-decoration:none;color:#65bc7b}.slider{overflow:hidden}.review{width:100%}.meta{list-style:none;margin:0 0 13px;padding:0;overflow:hidden;font-size:12px;line-height:14px;color:#333}.meta li{float:left;padding:0 8px 0 9px;border-left:1px solid #333}.meta li:first-child{padding-left:0;border-left:0}#content{width:71.1702128%;float:left;min-height:1px}#content.full-width{width:100%}#posts-container{position:relative}.single .comments-container{margin-top:55px;clear:both}.post{margin-bottom:65px}.single-post .post{margin-bottom:0}.post .image{margin-bottom:40px}.avada_faq .meta-info,.single .post .meta-info{margin-bottom:55px}.search input{border:1px solid #e7e6e6;padding:8px 15px;font-size:13px;color:#333;display:block}.bbp-pagination .bbp-pagination-links,.fusion-pagination,.page-links,.pagination,.woocommerce-pagination{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;margin-top:40px;font-size:9px;line-height:normal}.page-links{margin-bottom:40px;margin-top:30px}#bbpress-forums .bbp-pagination .bbp-pagination-links .current,#bbpress-forums .bbp-pagination .bbp-pagination-links .pagination-next,#bbpress-forums .bbp-pagination .bbp-pagination-links .pagination-prev,#bbpress-forums .bbp-pagination .bbp-pagination-links a.inactive,#bbpress-forums .bbp-pagination-links span.dots,#bbpress-forums .bbp-topic-pagination .page-numbers,.fusion-pagination .current,.fusion-pagination .next,.fusion-pagination .page-numbers,.fusion-pagination .prev,.page-links a,.page-links>.page-number,.pagination .current,.pagination .pagination-next,.pagination .pagination-prev,.pagination a.inactive,.woocommerce-pagination .current,.woocommerce-pagination .next,.woocommerce-pagination .page-numbers,.woocommerce-pagination .prev{display:inline-flex;position:relative;float:none;margin:0 4px;padding:0;border:1px solid;align-items:center;justify-content:center}.fusion-pagination-circle #bbpress-forums .bbp-pagination .bbp-pagination-links .current,.fusion-pagination-circle #bbpress-forums .bbp-pagination .bbp-pagination-links .pagination-next,.fusion-pagination-circle #bbpress-forums .bbp-pagination .bbp-pagination-links .pagination-prev,.fusion-pagination-circle #bbpress-forums .bbp-pagination .bbp-pagination-links a.inactive,.fusion-pagination-circle #bbpress-forums .bbp-pagination-links span.dots,.fusion-pagination-circle #bbpress-forums .bbp-topic-pagination .page-numbers,.fusion-pagination-circle .fusion-pagination .current,.fusion-pagination-circle .fusion-pagination .next,.fusion-pagination-circle .fusion-pagination .page-numbers,.fusion-pagination-circle .fusion-pagination .prev,.fusion-pagination-circle .page-links a,.fusion-pagination-circle .page-links>.page-number,.fusion-pagination-circle .pagination .current,.fusion-pagination-circle .pagination .pagination-next,.fusion-pagination-circle .pagination .pagination-prev,.fusion-pagination-circle .pagination a.inactive,.fusion-pagination-circle .woocommerce-pagination .current,.fusion-pagination-circle .woocommerce-pagination .next,.fusion-pagination-circle .woocommerce-pagination .page-numbers,.fusion-pagination-circle .woocommerce-pagination .prev{border-radius:50%}#bbpress-forums .bbp-pagination .bbp-pagination-links .current,.fusion-pagination .current,.page-links>.page-number,.pagination .current,.woocommerce-pagination .current{color:#fff}.pagination.page-links a:hover{border-color:inherit}.pagination .pagination-dots{display:inline-block;text-align:center}.fusion-pagination .next,.fusion-pagination .pagination-next,.fusion-pagination .pagination-prev,.fusion-pagination .prev,.woocommerce-pagination .next,.woocommerce-pagination .pagination-next,.woocommerce-pagination .pagination-prev,.woocommerce-pagination .prev{padding-left:0;padding-right:0}.fusion-pagination .next,.fusion-pagination .next:hover,.fusion-pagination .prev,.fusion-pagination .prev:hover,.woocommerce-pagination .next,.woocommerce-pagination .next:hover,.woocommerce-pagination .prev,.woocommerce-pagination .prev:hover{border:0}.fusion-show-pagination-text #bbpress-forums .bbp-pagination .bbp-pagination-links .pagination-next,.fusion-show-pagination-text #bbpress-forums .bbp-pagination .bbp-pagination-links .pagination-prev,.fusion-show-pagination-text .fusion-pagination .next,.fusion-show-pagination-text .fusion-pagination .prev,.fusion-show-pagination-text .pagination .pagination-next,.fusion-show-pagination-text .pagination .pagination-prev,.fusion-show-pagination-text .woocommerce-pagination .next,.fusion-show-pagination-text .woocommerce-pagination .prev{border:none}.fusion-show-pagination-text #bbpress-forums .bbp-pagination-links,.fusion-show-pagination-text .pagination{margin-left:1em;margin-right:1em}.fusion-show-pagination-text .fusion-pagination .next,.fusion-show-pagination-text .fusion-pagination .pagination-next,.fusion-show-pagination-text .fusion-pagination .pagination-prev,.fusion-show-pagination-text .fusion-pagination .prev,.fusion-show-pagination-text .woocommerce-pagination .next,.fusion-show-pagination-text .woocommerce-pagination .pagination-next,.fusion-show-pagination-text .woocommerce-pagination .pagination-prev,.fusion-show-pagination-text .woocommerce-pagination .prev{padding:0}body.fusion-hide-pagination-text .page-text{display:none}body.fusion-hide-pagination-text .pagination-next,body.fusion-hide-pagination-text .pagination-prev{border-style:solid}body.fusion-hide-pagination-text .pagination-next:after{right:auto}body.fusion-hide-pagination-text.ltr .fusion-blog-pagination .pagination-prev,body.fusion-hide-pagination-text.ltr .pagination-prev{margin-left:0}body.fusion-hide-pagination-text.ltr .fusion-blog-pagination .pagination-next,body.fusion-hide-pagination-text.ltr .pagination-next{margin-right:0}body.fusion-hide-pagination-text.ltr .fusion-pagination .prev,body.fusion-hide-pagination-text.ltr .woocommerce-pagination .prev{margin-left:0}body.fusion-hide-pagination-text.ltr .fusion-pagination .next,body.fusion-hide-pagination-text.ltr .woocommerce-pagination .next{margin-right:0}body.fusion-hide-pagination-text .pagination-next:after,body.fusion-hide-pagination-text .pagination-prev:before{position:static;transform:none}body.fusion-hide-pagination-text .fusion-pagination .next,body.fusion-hide-pagination-text .fusion-pagination .prev,body.fusion-hide-pagination-text .woocommerce-pagination .next,body.fusion-hide-pagination-text .woocommerce-pagination .prev{border-style:solid}body.fusion-hide-pagination-text .fusion-pagination .next:after,body.fusion-hide-pagination-text .fusion-pagination .prev:before,body.fusion-hide-pagination-text .woocommerce-pagination .next:after,body.fusion-hide-pagination-text .woocommerce-pagination .prev:before{position:static;transform:none}.img-list{overflow:hidden}.img-list li{padding:5px;background:0 0;float:left}.img-list a{background:0 0;height:auto;width:auto;text-indent:0;border:0}.about-author{margin-top:55px;overflow:hidden;clear:both}.about-author .title a{color:#65bc7b}.about-author div.avatar{float:left;margin-right:20px;margin-bottom:5px}.related-posts{margin-top:55px}.related-posts .image{width:180px;height:138px;margin-bottom:0}.single-related-posts{clear:both}.commentlist{list-style:none;margin:0;padding:0;margin-bottom:65px}.commentlist .children{list-style:none outside none}.commentlist li{margin:0;padding:0}.commentlist .the-comment{border-bottom:1px solid #e7e6e6;padding-bottom:25px;margin-bottom:25px}.commentlist .the-comment .comment-text{margin-left:69px}.commentlist .the-comment .comment-text :last-child{margin-bottom:0}.commentlist div.avatar{float:left;margin-right:15px}.commentlist .comment-author strong{padding-right:5px}#respond{margin-top:40px}#respond #cancel-comment-reply-link{margin-inline-start:10px}.comments-container #respond{margin-bottom:40px}#s:not(.fusion-form-input),.comment-form input{border:1px solid #d2d2d2;min-width:28%;font-size:13px;color:#747474;padding-left:15px;padding-right:15px;float:left}.comment-form #comment-submit{margin:0;min-width:auto}.comment-form input,.s{float:none}.comment-form-comment textarea{border:1px solid #d2d2d2;width:100%;height:150px;font-size:13px;color:#747474;padding:12px 15px}.comment-form .comment-form-cookies-consent{margin-top:20px}.comment-form .comment-form-cookies-consent input{min-width:auto}.comment-form .form-submit{margin-top:20px;margin-bottom:0}#ui-datepicker-div,.ui-datepicker-div,.ui-datepicker-inline{border-color:#e9eaee}.ui-datepicker-header select,table.ui-datepicker td a{background-color:#e9eaee}.ui-datepicker-header select{border:1px solid #d2d2d2}#tribe-bar-form input[type=text],.input-text,.tribe-bar-disabled #tribe-bar-form .tribe-bar-filters input[type=text],input[type=date],input[type=email],input[type=number],input[type=password],input[type=tel],input[type=text],input[type=time]{border:1px solid #d2d2d2;font-size:13px;color:#747474;padding:8px 15px;width:100%;box-sizing:border-box}.select2-container .select2-choice,.select2-results .select2-result-label{padding-left:15px;padding-right:15px}#tribe-bar-form input[type=text]::-webkit-input-placeholder{font-style:normal}#tribe-bar-form input[type=text]:-moz-placeholder{font-style:normal}#tribe-bar-form input[type=text]::-moz-placeholder{font-style:normal}#shipping_method input[type=radio],.input-radio{background:0 0;appearance:checkbox}.single-navigation{min-height:34px;line-height:34px;border-top:1px solid #e7e6e6;border-bottom:1px solid #e7e6e6;margin-bottom:60px;text-align:right}.single-navigation a{display:inline-block;position:relative}.single-navigation a[rel=next]{margin-left:15px;margin-right:1em}.fusion-pagination .prev:before,.pagination-prev:before,.single-navigation a[rel=prev]:before,.woocommerce-pagination .prev:before{position:absolute;top:50%;transform:translateY(-51%);left:-1em;font-family:awb-icons;content:"\f104"}.fusion-pagination .next:after,.pagination-next:after,.single-navigation a[rel=next]:after,.woocommerce-pagination .next:after{position:absolute;top:50%;transform:translateY(-51%);right:-1em;font-family:awb-icons;content:"\f105"}.side-nav{list-style:none;margin:0;padding:0;border-top:1px solid #ededed;margin-bottom:20px}.side-nav ul{list-style:none;margin:0;padding:0}.side-nav li{margin:0;padding:0}.side-nav li a{border-bottom:1px solid #ededed;display:block;height:auto;font-weight:400;font-size:14px;color:#333;line-height:1.69em;padding:8px 0}.side-nav li a:hover{background:0 0}.side-nav li.current_page_item>a{background:0 0;color:#65bc7b}.side-nav li.current_page_item li a{color:#333;border-bottom:1px solid #ededed}.side-nav .children{display:none;margin-left:15px}.side-nav .arrow{display:inline;margin-left:0}.side-nav .arrow:after{position:absolute;font-size:14px;font-family:awb-icons}.side-nav-left .side-nav{border-right:1px solid #ededed}.side-nav-left .side-nav li.current_page_item>a{border-right:3px solid #65bc7b}.side-nav-left .side-nav .arrow{margin-left:10px}.side-nav-left .side-nav .arrow:after{content:"\f105"}.side-nav-right .side-nav{border-left:1px solid #ededed}.side-nav-right .side-nav li.current_page_item>a{padding-left:23px;border-left:3px solid #65bc7b}.side-nav-right .side-nav li a{padding-left:25px}.side-nav-right .side-nav .arrow{margin-right:10px}.side-nav-right .side-nav .arrow:after{content:"\f104"}.side-nav-right .side-nav .children{margin-left:40px}.side-nav-right .side-nav .children a{padding-left:0}.woocommerce-tabs .tabs a:hover .arrow,.woocommerce-tabs .tabs li.active a .arrow{display:inline-block;margin-left:10px;padding-right:0}.woocommerce-tabs .panel .panel{margin-left:auto;padding:0}.toggle-content{padding-top:10px;padding-bottom:15px;position:relative}h5.toggle.active+.toggle-content{border-bottom:1px solid #e8e6e6}.clearboth{clear:both;display:block;font-size:0;height:0;line-height:0;width:100%;overflow:hidden}.shortcode-tabs{margin-bottom:50px}.shortcode-tabs .tab-hold .tabs li{border-right:0;box-sizing:border-box}.shortcode-tabs .tab-hold .tabs li a{display:block;width:100%;padding:0;text-indent:15px}.shortcode-tabs .tab-hold .tabs li.active a{background:0 0}.shortcode-tabs .tab_content{padding:15px;overflow:hidden}.shortcode-tabs .tab_content :last-child{margin-bottom:0}.fusion-post-content p,.post-content p{margin:0 0 20px}.fusion-post-content ul.arrow,.post-content ul.arrow{list-style:none;margin:0;padding:0}.fusion-post-content ul.arrow li,.post-content ul.arrow li{line-height:18px;margin:0;padding:0;margin-bottom:15px;padding-left:25px}.fusion-post-content ul.arrow li:before,.post-content ul.arrow li:before{display:inline-block;background-repeat:no-repeat;background-position:center center;background-color:#65bc7b;height:18px;border-radius:75px;width:18px;position:absolute;font-size:14px;content:"\f105";float:left;margin-right:0;margin-left:-25px;font-family:awb-icons;text-align:center;font-weight:400;-webkit-font-smoothing:antialiased;color:#fff;line-height:17px;text-indent:1px}.fusion-body blockquote{background:#f5f5f5;font-family:var(--body_typography-font-family);font-weight:var(--body_typography-font-weight);letter-spacing:var(--body_typography-letter-spacing);font-size:var(--body_typography-font-size);line-height:var(--body_typography-line-height);color:var(--body_typography-color);border-left:4px solid #65bc7b;padding:15px;margin-top:2em;margin-bottom:2em;font-style:italic}.fusion-body blockquote q{font-style:inherit}.fusion-body blockquote :last-child{margin-bottom:0}.comment-text .fusion-body blockquote p:first-child{margin-top:0}.reading-box-container{margin:0 0 84px}.reading-box{padding:28px 28px 27px 31px;border-left:3px solid #65bc7b;background:#f2efef}.continue{float:right}.avada-google-map{height:416px;margin-bottom:50px;overflow:hidden}#gmap img,.shortcode-map img{max-width:none}.flickr_badge_image img,.pyre_tabs img,.recent-works-items img{transition:all .2s}.flickr_badge_image img:hover,.pyre_tabs img:hover,.recent-works-items img:hover{opacity:.5}.error-page .useful-links{width:30.66%;padding-left:5%}.error-page .oops{font-size:117px;margin:0 0 20px;line-height:117px;font-weight:bolder;color:#f0f0f0;font-family:"PT Sans",Arial,Helvetica,sans-serif}.has-sidebar .error-page .oops{font-size:90px;line-height:90px}.error_page .oops h1{font-family:"PT Sans",Arial,Helvetica,sans-serif}.fontawesome-icon{display:inline-block;float:left}.aligncenter .fontawesome-icon,.fusion-alignleft .fontawesome-icon,.fusion-alignright .fontawesome-icon{float:none}.fontawesome-icon{margin-right:10px}.fontawesome-icon.circle-yes{border-radius:75px;border-width:1px;border-style:solid;background-color:#333;color:#fff;text-align:center;margin-top:2px}.fontawesome-icon.large{font-size:40px}.fontawesome-icon.large.circle-yes{width:70px;height:70px;line-height:70px}.fontawesome-icon.medium{font-size:18px}.fontawesome-icon.medium.circle-yes{width:35px;height:35px;line-height:35px}.fontawesome-icon.small{font-size:10px}.fontawesome-icon.small.circle-yes{width:18px;height:18px;line-height:19px}.fontawesome-icon.circle-no.large{margin-top:2px}.fontawesome-icon.circle-no.medium{margin-top:3px}.fontawesome-icon.circle-no.small{margin-top:5px}.icon-heading .fontawesome-icon{margin-top:-6px}.main-flex{overflow:hidden;width:100%;margin-left:auto;margin-right:auto}.chat-icon{display:inline-block;width:26px;height:19px;margin-top:9px}.blog-shortcode h3.timeline-title{color:#747474;font-size:13px}.reading-box-container{position:relative;z-index:1}.reading-box{position:relative}.tagline-shadow:after,.tagline-shadow:before{bottom:15px;left:10px;width:50%;height:20%;max-width:300px;max-height:100px;position:absolute;content:"";z-index:-1;box-shadow:0 15px 10px rgba(0,0,0,.7);transform:rotate(-3deg)}.tagline-shadow:after{right:10px;left:auto;transform:rotate(3deg)}.tooltip-shortcode{position:relative;display:inline;cursor:pointer;color:#747474}ul.list-icon{list-style:none;margin:0;padding:0;margin-top:10px}ul.list-icon li:before{display:inline-block;height:18px;width:18px;content:" ";float:left;margin-right:0;margin-left:-25px;font-family:awb-icons;font-style:normal;font-weight:400;text-decoration:inherit}ul.list-icon-arrow li:before{content:"\f105"}ul.circle-yes li:before{border-radius:75px;text-align:center;font-size:9px}ul.list-icon-color-light li:before{color:#fff}ul.list-icon li{line-height:18px;margin:0;padding:0;margin-bottom:15px;padding-left:25px}.fusion-post-content .wooslider .overlay-natural.layout-text-bottom .slide-excerpt{bottom:15%}.fusion-post-content .wooslider .overlay-natural.layout-text-top .slide-excerpt{top:15%}.fusion-post-content .wooslider .slide-excerpt .slide-title,.fusion-post-content .wooslider .slide-excerpt .slide-title a{color:#fff}.fusion-post-content .wooslider .overlay-full .slide-excerpt{padding:50px;opacity:.7}.fusion-post-content .wooslider .wooslider-control-thumbs{position:relative;width:auto;margin:33px auto 0;text-align:center}.fusion-post-content .wooslider .wooslider-control-thumbs li{float:none;width:56px}.fusion-post-content .wooslider .wooslider-next,.fusion-post-content .wooslider .wooslider-prev{top:50%;margin-top:-29px}.fusion-post-content .wooslider-type-attachments .wooslider-next,.fusion-post-content .wooslider-type-attachments .wooslider-prev{top:50%;margin-top:-59px}.fusion-post-content .wooslider .overlay-none .slide-excerpt{margin-top:10px}.fusion-post-content .wooslider .overlay-none .slide-excerpt .slide-title,.fusion-post-content .wooslider .overlay-none .slide-excerpt .slide-title a{color:#333}.tabs-vertical{border:0}.tabs-vertical .tabset{border-left:1px solid #d3d3d3;border-top:1px solid #d3d3d3;border-bottom:1px solid #d3d3d3;width:15.74468085%;float:left;height:auto;position:relative;left:1px;z-index:10}.tabs-vertical .tab-hold .tabset li{float:none;width:auto;height:auto;border:0;background:0 0}.tabs-vertical .tab-hold .tabset li a{width:auto;text-indent:0;border-bottom:1px solid #d3d3d3;height:auto;line-height:normal;padding:10px}.tabs-vertical .tab-hold .tabset li:last-child a{border-bottom:0}.tabs-vertical .tab-hold .tabset li.active a{background:#fff;border-width:0;border-style:solid;border-left-width:3px;height:auto;line-height:normal}.tabs-vertical .tabs-container{width:83.93617021%;float:left}.tabs-vertical .tabs-container .tab_content{border:1px solid #d3d3d3;padding:30px}.error-message{color:#f0f0f0;font-size:170px;line-height:1;font-weight:700}.mejs-container.mejs-video{max-width:100%;width:100%;height:auto}.mejs-overlay,.mejs-poster{width:100%;height:100%}.mejs-mediaelement video{position:absolute;top:0;left:0;right:0;bottom:0;width:100%;height:100%}.mejs-container,.mejs-embed,.mejs-embed body{background:0 0}.fullwidthbanner-container{overflow:visible}.tp-simpleresponsive .slotholder,.tp-simpleresponsive .slotholder img{-webkit-backface-visibility:visible;-webkit-transform:none}#learndash_lessons .learndash_topic_dots{float:none}.video-background{position:relative;overflow:hidden}.video-bg{position:relative;padding-bottom:56.25%;height:0;overflow:hidden}.video-bg embed,.video-bg iframe,.video-bg object{position:absolute;top:0;left:0;width:100%;height:100%}.video-content{position:absolute;top:0;padding:15px;width:100%}.bbp-arrow{margin-top:-1px}.fusion-animated{position:relative;z-index:2000}.fusion-social-links-footer .fusion-social-networks.boxed-icons a.fusion-social-network-icon.awb-custom-image{padding:0;background-color:transparent;border:none;border-radius:0;box-shadow:none}.fusion-social-links-footer .fusion-social-networks.boxed-icons a.fusion-social-network-icon.awb-custom-image img{position:relative}.avada-container h3,.comment-form input[type=submit],.fusion-body .fusion-load-more-button,.project-content .project-info h4,.ticket-selector-submit-btn[type=submit]{font-weight:700}#wrapper .fusion-events-shortcode .fusion-events-meta h4,.fusion-carousel-meta,.fusion-image-wrapper .fusion-rollover .fusion-rollover-content .fusion-product-buttons a,.fusion-image-wrapper .fusion-rollover .fusion-rollover-content .fusion-rollover-categories,.fusion-image-wrapper .fusion-rollover .fusion-rollover-content .fusion-rollover-categories a,.fusion-image-wrapper .fusion-rollover .fusion-rollover-gallery:before,.fusion-image-wrapper .fusion-rollover .fusion-rollover-link:before,.fusion-recent-posts .columns .column .meta,.fusion-rollover-linebreak,.fusion-single-line-meta,.product-buttons a{line-height:1.5}.ua-mobile .avada-not-responsive #wrapper{width:100%!important;overflow:hidden!important}.layout-wide-mode #wrapper{width:100%;max-width:none}#sliders-container{position:relative}.layout-boxed-mode #sliders-container .main-flex[data-parallax="1"]{position:fixed}.avada-video-embed{position:relative}.avada-video-embed .fluid-width-video-wrapper{padding-top:55%}.avada-video-embed .fluid-width-video-wrapper iframe{position:absolute;top:0;left:0;width:100%;height:100%}.fusion-privacy-placeholder{padding:30px;background:rgba(0,0,0,.1);color:rgba(0,0,0,.3);display:flex;align-items:center;justify-content:center;max-width:100%}.fusion-privacy-placeholder .fusion-privacy-placeholder-content{text-align:center}.fusion-privacy-placeholder .fusion-privacy-consent.fusion-button{--button_margin-top:15px}.fluid-width-video-wrapper .fusion-privacy-placeholder{position:absolute;top:0;left:0;width:100%!important;height:100%!important}.fusion-privacy-bar{padding:15px 30px;position:fixed;width:100%;z-index:99999;display:none;max-height:100vh;overflow:auto;scrollbar-width:none}.fusion-privacy-bar::-webkit-scrollbar{display:none}.fusion-privacy-bar .fusion-privacy-bar-acceptance{width:auto}.fusion-privacy-bar-bottom{bottom:0}.fusion-privacy-bar .fusion-privacy-bar-main{display:flex;align-items:center;justify-content:center;margin:0 -15px}.fusion-privacy-bar .fusion-privacy-bar-main .fusion-privacy-bar-acceptance,.fusion-privacy-bar .fusion-privacy-bar-main>span{margin:0 15px}.fusion-privacy-bar .fusion-privacy-bar-full{text-align:center;display:none;line-height:1.5}.fusion-privacy-bar .fusion-privacy-bar-full .fusion-privacy-choices{list-style:none;margin:.7em 0 0;padding:0}.fusion-privacy-bar .fusion-privacy-bar-full .fusion-column{text-align:initial}.fusion-privacy-bar .fusion-privacy-bar-full .fusion-column .column-title{text-transform:uppercase;margin-top:0;margin-bottom:.7em}.searchform .fusion-search-form-content{display:flex;align-items:center;overflow:hidden;width:100%}.searchform .fusion-search-form-content .fusion-search-field{flex-grow:1}.searchform .fusion-search-form-content .fusion-search-field input{background-color:#fff;border:1px solid #d2d2d2;color:#747474;font-size:13px;padding:8px 15px;height:33px;width:100%;box-sizing:border-box;margin:0;outline:0}.searchform .fusion-search-form-content .fusion-search-button input[type=submit]{background:#000;border:none;border-radius:0;color:#fff;font-size:1em;height:33px;line-height:33px;margin:0;padding:0;width:33px;text-indent:0;cursor:pointer;font-family:awb-icons;font-weight:400;text-shadow:none;-webkit-font-smoothing:antialiased;transition:all .2s}.fusion-search-element .searchform.fusion-search-form-clean .fusion-search-form-content,.fusion-search-form-clean .searchform:not(.fusion-search-form-classic) .fusion-search-form-content{position:relative}.fusion-search-element .searchform.fusion-search-form-clean .fusion-search-button,.fusion-search-form-clean .searchform:not(.fusion-search-form-classic) .fusion-search-button{position:absolute}.fusion-search-element .searchform.fusion-search-form-clean .fusion-search-button input[type=submit],.fusion-search-form-clean .searchform:not(.fusion-search-form-classic) .fusion-search-button input[type=submit]{background-color:transparent;color:#aaa9a9}.search-page-search-form-top{padding-bottom:60px;border-bottom:1px solid #e6e5e6;margin-bottom:60px}.search-page-search-form-bottom{padding-top:60px;border-top:1px solid #e6e5e6;margin-top:60px}.search-page-search-form .fusion-search-form{text-align:right}.search-page-search-form .fusion-search-form .fusion-search-form .fusion-search-field input{text-indent:0}.fusion-main-menu-search-overlay .fusion-main-menu>.fusion-menu{display:flex;flex-wrap:wrap;transition:opacity .8s cubic-bezier(.8, 0, .25, 1),transform .8s cubic-bezier(.8, 0, .25, 1)}.fusion-main-menu-search-overlay .fusion-main-menu>.fusion-overlay-search{display:flex;visibility:hidden;align-items:center;opacity:0;position:absolute;top:50%;left:50%;transform:translate(-50%,-150%);width:100%;transition:opacity .8s cubic-bezier(.8, 0, .25, 1),transform .8s cubic-bezier(.8, 0, .25, 1)}.fusion-main-menu-search-overlay .fusion-main-menu>.fusion-overlay-search .fusion-search-form{flex-grow:2}.fusion-main-menu-search-overlay .fusion-main-menu>.fusion-overlay-search .fusion-close-search{overflow:hidden;position:relative;display:inline-block}.fusion-main-menu-search-overlay .fusion-main-menu>.fusion-overlay-search .fusion-close-search:after,.fusion-main-menu-search-overlay .fusion-main-menu>.fusion-overlay-search .fusion-close-search:before{content:"";position:absolute;top:50%;left:0;height:2px;width:100%;margin-top:-1px}.fusion-main-menu-search-overlay .fusion-main-menu>.fusion-overlay-search .fusion-close-search:before{transform:rotate(45deg)}.fusion-main-menu-search-overlay .fusion-main-menu>.fusion-overlay-search .fusion-close-search:after{transform:rotate(-45deg)}.fusion-main-menu-search-overlay .fusion-main-menu.search-open{overflow:visible}.fusion-main-menu-search-overlay .fusion-main-menu.search-open>.fusion-menu{opacity:0;transform:translateY(100%);visibility:hidden}.fusion-main-menu-search-overlay .fusion-main-menu.search-open>.fusion-overlay-search{opacity:1;visibility:visible;transform:translate(-50%,-50%)}.fusion-main-menu-search-overlay .fusion-main-menu.search-transition{overflow:hidden!important}.fusion-main-menu-search-overlay .fusion-main-menu.search-transition .fusion-menu{visibility:visible!important}.fusion-main-menu-search-overlay .fusion-main-menu.search-transition>.fusion-overlay-search{visibility:visible}.fusion-main-menu-search-overlay .fusion-header-v4.fusion-header-menu-align-right .fusion-overlay-search,.fusion-main-menu-search-overlay .fusion-header-v5.fusion-header-menu-align-right .fusion-overlay-search{right:0;left:auto;transform:translate(0,-150%)}.fusion-main-menu-search-overlay .fusion-header-v4.fusion-header-menu-align-right .search-open .fusion-overlay-search,.fusion-main-menu-search-overlay .fusion-header-v5.fusion-header-menu-align-right .search-open .fusion-overlay-search{transform:translate(0,-50%)}.fusion-main-menu-search-overlay .fusion-header-v4.fusion-header-menu-align-left .fusion-overlay-search,.fusion-main-menu-search-overlay .fusion-header-v5.fusion-header-menu-align-left .fusion-overlay-search{left:0;transform:translate(0,-150%)}.fusion-main-menu-search-overlay .fusion-header-v4.fusion-header-menu-align-left .search-open .fusion-overlay-search,.fusion-main-menu-search-overlay .fusion-header-v5.fusion-header-menu-align-left .search-open .fusion-overlay-search{transform:translate(0,-50%)}.fusion-overlay-search{position:absolute;opacity:0}.fusion-header-has-flyout-menu .fusion-flyout-search .fusion-live-search{position:relative}.fusion-header-has-flyout-menu .fusion-flyout-search .fusion-live-search .fusion-search-form-content{position:relative}.fusion-header-has-flyout-menu .fusion-flyout-search .fusion-live-search .fusion-search-form-content .fusion-search-button{display:block;position:absolute;right:0;background-color:transparent}.fusion-header-has-flyout-menu .fusion-flyout-search .fusion-live-search .fusion-search-form-content .fusion-search-button .fusion-search-submit{display:none}.fusion-header-has-flyout-menu .fusion-flyout-search .fusion-live-search .fusion-search-form-content .fusion-slider-loading{margin:-1.75em 0 0 -3.5em;width:3.5em;height:3.5em;border-top-width:.4em;border-right-width:.4em;border-bottom-width:.4em;border-left-width:.4em}.fusion-live-search .fusion-search-field{z-index:14}.fusion-live-search .fusion-search-button{z-index:14;position:relative}.fusion-live-search .fusion-slider-loading{display:none;margin:-1.2em 0 0 -1.2em;width:2.4em;height:2.4em;border-top:.3em solid rgba(255,255,255,.35);border-right:.3em solid rgba(255,255,255,.35);border-bottom:.3em solid #fff;border-left:.3em solid rgba(255,255,255,.35);pointer-events:none}.fusion-live-search .fusion-search-results-wrapper{position:relative}.fusion-flyout-search .fusion-live-search .fusion-search-results-wrapper{position:absolute;width:calc(100% - 100px);margin-top:62px}.fusion-live-search .fusion-search-results{z-index:-1;visibility:hidden;overflow-y:auto;position:absolute;margin-top:25px;width:100%;max-height:250px;opacity:0;transition:.3s opacity,.3s margin;background-color:#fff;border-style:solid}.fusion-live-search .fusion-search-results.suggestions-added{z-index:2001;visibility:visible;margin-top:0;opacity:1}.fusion-live-search .fusion-search-results.suggestions-empty .fusion-search-result{padding:14px;cursor:default}.fusion-live-search .fusion-search-results.suggestions-empty .fusion-search-result:hover{padding:14px}.fusion-live-search .fusion-search-results.suggestions-transition{visibility:visible}.fusion-live-search.fusion-main-menu-search-dropdown .fusion-main-menu .fusion-search-results.suggestions-added{position:static}.fusion-live-search .fusion-search-result{display:flex;align-items:center;padding:14px 7px;line-height:1.4;border-bottom-style:solid;border-top:none;text-align:initial;cursor:pointer;transition:.2s padding}.fusion-body .fusion-live-search .fusion-search-result{font-family:inherit}.fusion-body .fusion-live-search .fusion-search-result:after{content:""}.fusion-live-search .fusion-search-result:hover{padding:14px 0 14px 14px}.fusion-live-search .fusion-search-result:last-child{border-bottom:none}.fusion-live-search .fusion-search-content,.fusion-live-search .fusion-search-image{padding:0 7px}.fusion-live-search .fusion-search-image{max-width:45px;box-sizing:content-box}.fusion-main-menu .fusion-live-search .fusion-search-image{max-width:35px}.fusion-live-search .fusion-search-post-type{margin-top:.2em;font-size:.9em}.flex-container a:active,.flex-container a:focus,.flexslider a:active,.flexslider a:focus{outline:0}.flex-control-nav,.flex-direction-nav,.flexslider .slides{margin:0;padding:0;list-style:none;z-index:1000}.flexslider{margin:0;padding:0}.flexslider .slides{overflow:hidden}.flexslider .slides li{display:none;-webkit-backface-visibility:hidden}.flexslider .slides img{width:100%;max-width:100%;display:block;-webkit-user-select:none;user-select:none}.flexslider .slides .video-shortcode{margin-bottom:0}.flex-pauseplay span{text-transform:capitalize}.flexslider .slides:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}html[xmlns] .flexslider .slides{display:block}* html .flexslider .slides{height:1%}.flex-control-nav,.flex-direction-nav,.flexslider .slides{z-index:2}.flexslider{margin:0 0 60px;background-color:transparent;position:relative}.flex-viewport{max-height:2000px;transition:all 1s ease}.loading .flex-viewport{max-height:300px}.carousel li{margin-right:5px}.flex-direction-nav{height:0}.flex-direction-nav a{font-family:awb-icons;width:30px;height:30px;margin:-20px 0 0;background-color:rgba(0,0,0,.5);background-repeat:no-repeat;position:absolute;top:50%;cursor:pointer;opacity:0;transition:all .3s ease;z-index:100;overflow:hidden;text-align:center;line-height:30px;font-size:16px;font-weight:400;-webkit-font-smoothing:none;color:#fff}.flex-direction-nav a:hover{color:#fff}.sidebar .widget .flex-direction-nav a,.sidebar .widget .flex-direction-nav a:hover{color:#fff}.no-opacity .flex-direction-nav a{display:none}.no-opacity .flexslider:hover .flex-direction-nav a{display:block}.flex-direction-nav .flex-next{right:0;text-indent:2px}.flex-direction-nav .flex-prev{left:0;text-indent:-2px}.flexslider:hover .flex-next{opacity:.8;right:0}.flexslider:hover .flex-prev{opacity:.8;left:0}.flexslider:hover .flex-next:hover,.flexslider:hover .flex-prev:hover{opacity:1}.flex-direction-nav .flex-disabled,.main-flex:hover .flex-direction-nav .flex-disabled{opacity:0;cursor:default;display:none;visibility:hidden}.flex-control-nav{width:100%;position:absolute;bottom:0;text-align:center}.fusion-body .flex-control-nav li{margin:0 6px;display:inline-block}.fusion-body .flex-control-paging li a{display:block}.flex-control-paging li a{width:11px;height:11px;display:block;background:#666;background:rgba(0,0,0,.5);cursor:pointer;text-indent:-9999px;border-radius:20px;box-shadow:inset 0 0 3px rgba(0,0,0,.3)}.flex-control-paging li a:hover{background:#333;background:rgba(0,0,0,.7)}.flex-control-paging li a.flex-active{background:#000;background:rgba(0,0,0,.9);cursor:default}.flex-control-thumbs{margin:5px 0 0;position:static;overflow:hidden}.flex-control-thumbs li{width:25%;float:left}.fusion-body .flex-control-thumbs li{margin:0}.flex-control-thumbs img{width:100%;display:block;opacity:.7;cursor:pointer;transition:opacity .2s cubic-bezier(.21, .6, .35, 1)}.flex-control-thumbs img:hover{opacity:1}.flex-control-thumbs .flex-active{opacity:1;cursor:default}.flex-caption{position:absolute;background:rgba(0,0,0,.6);width:96%;padding:2%;color:#fff;left:0;bottom:0;margin:0}.main-flex{margin-bottom:0}.col .flexslider{margin:0}.isotope{transition-duration:.8s;transition-property:height,width}.isotope-item{z-index:2}.isotope-hidden.isotope-item{z-index:1}.isotope .isotope-item{transition-duration:.8s;transition-property:top,left,opacity}.isotope .isotope-item.no-transition,.isotope.no-transition,.isotope.no-transition .isotope-item{transition-duration:0s}.fusion-post-content .wooslider{border:0;background:0 0;box-shadow:none;border-radius:0;margin:0 auto;max-width:940px}.wooslider .slide-content{margin:0}.wooslider .wooslider-pauseplay{position:absolute;margin:0;top:auto;bottom:15px}.wooslider .wooslider-control-nav{position:absolute;margin:0;top:auto;bottom:-10px}.tfs-slider .flex-next,.tfs-slider .flex-prev{font-size:25px;-webkit-font-smoothing:antialiased}.main-flex:hover .flex-next,.main-flex:hover .flex-prev,.wooslider:hover .wooslider-next,.wooslider:hover .wooslider-prev{display:block}.main-flex .flex-next,.main-flex .flex-prev,.wooslider .wooslider-next,.wooslider .wooslider-prev{background-color:rgba(0,0,0,.5);background-repeat:no-repeat;width:63px;height:63px;display:none;position:absolute;top:42%;margin:0;color:#fff;font-family:awb-icons;text-align:center;line-height:63px;font-size:36px;font-weight:400;-webkit-font-smoothing:antialiased}.main-flex .flex-prev,.wooslider .wooslider-prev{left:0;padding:0;border:0;text-indent:-5px}.main-flex .flex-next,.wooslider .wooslider-next{right:0;padding:0;border:0;text-indent:5px}#sliders-container .wooslider .slide-content p{margin:0}.fusion-footer-widget-area .wooslider-control-nav li a,.sidebar .wooslider-control-nav li a{padding:0;border:0;background:rgba(0,0,0,.5);margin-right:3px}.fusion-footer-widget-area .wooslider-next,.fusion-footer-widget-area .wooslider-prev,.fusion-post-content .wooslider .wooslider-next,.fusion-post-content .wooslider .wooslider-prev,.sidebar .wooslider-next,.sidebar .wooslider-prev{width:29px;height:29px}.fusion-footer-widget-area .wooslider .wooslider-control-nav,.sidebar .wooslider .wooslider-control-nav{bottom:5px}.fusion-footer-widget-area .widget_wooslider_slideshow_slides .wooslider-control-nav,.sidebar .widget_wooslider_slideshow_slides .wooslider-control-nav{bottom:12px}.fusion-footer-widget-area .slide-excerpt{overflow:hidden;position:absolute;bottom:-50px;padding:0;width:100%;text-align:center}.sidebar .slide-excerpt{bottom:15%;width:100%}.sidebar .slide-excerpt .slide-title{float:none}.sidebar .slide-excerpt .slide-title a{color:#fff;border:none}.sidebar .slide-excerpt .slide-title a:hover{color:#fff}.sidebar .widget .slides li div a{padding:0}.layout-boxed-mode.fusion-top-header.avada-has-boxed-modal-shadow-light .fusion-boxed-shadow,.layout-boxed-mode.fusion-top-header.avada-has-boxed-modal-shadow-light:not(.avada-footer-fx-sticky) #wrapper{box-shadow:0 0 50px 1px rgba(0,0,0,.22)}.layout-boxed-mode.fusion-top-header.avada-has-boxed-modal-shadow-medium .fusion-boxed-shadow,.layout-boxed-mode.fusion-top-header.avada-has-boxed-modal-shadow-medium:not(.avada-footer-fx-sticky) #wrapper{box-shadow:0 0 50px 5px rgba(0,0,0,.35)}.layout-boxed-mode.fusion-top-header.avada-has-boxed-modal-shadow-hard .fusion-boxed-shadow,.layout-boxed-mode.fusion-top-header.avada-has-boxed-modal-shadow-hard:not(.avada-footer-fx-sticky) #wrapper{box-shadow:0 0 50px 10px rgba(0,0,0,.55)}.layout-boxed-mode:not(.fusion-top-header).avada-has-boxed-modal-shadow-light #boxed-wrapper,.layout-boxed-mode:not(.fusion-top-header).avada-has-boxed-modal-shadow-light .fusion-boxed-shadow{box-shadow:0 0 50px 1px rgba(0,0,0,.22)}.layout-boxed-mode:not(.fusion-top-header).avada-has-boxed-modal-shadow-medium #boxed-wrapper,.layout-boxed-mode:not(.fusion-top-header).avada-has-boxed-modal-shadow-medium .fusion-boxed-shadow{box-shadow:0 0 50px 5px rgba(0,0,0,.35)}.layout-boxed-mode:not(.fusion-top-header).avada-has-boxed-modal-shadow-hard #boxed-wrapper,.layout-boxed-mode:not(.fusion-top-header).avada-has-boxed-modal-shadow-hard .fusion-boxed-shadow{box-shadow:0 0 50px 10px rgba(0,0,0,.55)}.layout-boxed-mode.side-header #boxed-wrapper,.layout-boxed-mode.side-header #slidingbar-area .fusion-row,.layout-boxed-mode.side-header .fusion-footer-parallax,.layout-boxed-mode.side-header>#lang_sel_footer{margin-right:auto;margin-left:auto}.fusion-row{margin:0 auto}.fusion-row:after,.fusion-row:before{content:" ";display:table}.fusion-row:after{clear:both}.fusion-columns{margin:0 -15px}.fusion-columns-5 .col-lg-2,.fusion-columns-5 .col-md-2,.fusion-columns-5 .col-sm-2,.fusion-columns-5 .col-xs-2{width:20%}.fusion-block-element{display:block}.fusion-hidden{display:none}.fusion-responsive-img{margin:0}#wrapper #posts-container .fusion-grid-sizer,#wrapper .fusion-grid-sizer{margin:0;padding:0;height:0;min-height:0;visibility:hidden}.fusion-masonry-element-container{background-size:cover;background-position:center center}.fusion-element-grid .fusion-masonry-element-container{padding-top:80%}.fusion-element-landscape .fusion-masonry-element-container{padding-top:40%}.fusion-element-portrait .fusion-masonry-element-container{padding-top:160%}.fusion-masonry-element-container .fusion-image-wrapper>img,.fusion-masonry-element-container .fusion-placeholder-image,.fusion-masonry-element-container>img{display:none}bold,strong{font-weight:bolder}.fusion-video iframe,iframe{border:none}.screen-reader-text{border:0;clip:rect(1px,1px,1px,1px);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute!important;width:1px;word-wrap:normal!important}.screen-reader-text:focus{background-color:#fff;border-radius:3px;box-shadow:0 0 2px 2px rgba(0,0,0,.6);clip:auto!important;clip-path:none;color:#333;display:block;font-size:1rem;font-weight:700;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}mark{background:0 0;color:inherit}.fusion-breadcrumb-prefix{padding-right:5px}.post-password-form input[type=password]{margin:0 10px;padding:8px 15px;width:200px;border:1px solid #d2d2d2;font-size:13px;color:#747474;box-sizing:border-box}.fusion-image-wrapper{overflow:hidden;z-index:1;position:relative}.fusion-image-wrapper:hover .fusion-rollover{opacity:1;transform:translateX(0)}.no-csstransforms .fusion-image-wrapper:hover .fusion-rollover{display:block}.fusion-image-wrapper.fusion-video{display:block}.fusion-image-size-fixed{display:inline-block;max-width:100%;vertical-align:top}.fusion-rollover{display:flex;align-items:center;justify-content:space-around;opacity:0;position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;line-height:normal;text-align:center;background-image:linear-gradient(to top,#aad75d,#d1e990);transform:translateX(-100%);transition:all .3s ease-in-out;-webkit-transform-style:preserve-3d}.no-csstransforms .fusion-rollover{display:none}.fusion-clean-product-image-wrapper .fusion-rollover-content .view-cart{position:relative;z-index:9}.fusion-woo-slider .fusion-carousel-title-below-image .fusion-product-buttons{position:relative}.fusion-rollover-content{padding:10px;width:90%}.fusion-rollover-content .fusion-rollover-categories,.fusion-rollover-content .fusion-rollover-title,.fusion-rollover-content .price{margin:0;line-height:normal;font-size:13px;color:#333}.fusion-rollover-content .fusion-rollover-title{margin-bottom:3px;margin-top:10px}.fusion-rollover-content .fusion-rollover-categories a{font-size:11px}.fusion-rollover-content .fusion-rollover-categories a:hover{color:#444}.fusion-rollover-content .price{display:inline-block}.fusion-rollover-content .fusion-product-buttons{z-index:99;position:relative}.fusion-rollover-content .fusion-product-buttons a{display:block;margin-top:10px;padding-left:16px;width:auto;line-height:normal;text-align:left;max-width:49%;font-size:12px;box-sizing:border-box;z-index:99}.fusion-carousel-title-below-image .fusion-rollover-content .fusion-product-buttons a{max-width:none}.fusion-rollover-content .fusion-product-buttons a:first-child{float:left}.fusion-rollover-content .fusion-product-buttons a:first-child:before{position:absolute;margin-left:-16px;content:"\f07a";font-family:awb-icons}.fusion-rollover-content .fusion-product-buttons a:last-child{float:right}.fusion-rollover-content .fusion-product-buttons a:last-child:before{position:absolute;margin-left:-16px;content:"\e623";font-family:awb-icons}.fusion-rollover-content .fusion-product-buttons a.added_to_cart{display:none}.fusion-rollover-sep{display:inline-block;vertical-align:middle;height:36px;width:5px}.fusion-rollover-gallery,.fusion-rollover-link{display:inline-block;opacity:.9;position:relative;vertical-align:middle;margin:0;height:36px;width:35px;text-indent:-10000px;background-color:#333;border-radius:50%;background-clip:padding-box}.fusion-rollover-gallery:hover,.fusion-rollover-link:hover{opacity:1}.fusion-rollover-gallery:before,.fusion-rollover-link:before{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);text-indent:0;line-height:normal;text-shadow:none;font-family:awb-icons;font-size:15px;color:#fff;-webkit-font-smoothing:antialiased}.fusion-rollover-link:before{content:"\e619"}.fusion-rollover-gallery:before{content:"\f002"}.fusion-placeholder-image{max-width:100%;background-color:#f6f6f6}.fusion-hidden-content{overflow:hidden;position:absolute;left:-10000px;top:auto;width:1px;height:1px}.fusion-filters{display:none;overflow:hidden;list-style:none;margin-bottom:55px;padding:0;line-height:34px;border-top:1px solid #e7e6e6;border-bottom:1px solid #e7e6e6;align-items:center}.fusion-filter{float:left;margin-right:30px}.fusion-filter.fusion-active a{line-height:31px;border-top:3px solid #65bc7b;color:#65bc7b}.fusion-filter a{display:block}.fusion-load-more-button{display:block;margin-top:20px;width:100%;height:50px;line-height:50px;background-color:#e9eaee;cursor:pointer;text-align:center;font-size:inherit;text-transform:uppercase;border:none;transition:all .2s}.fusion-load-more-button:hover{transition:all .2s}.fusion-portfolio-wrapper .fusion-load-more-button{display:none}.fusion-loading-container{margin-top:20px}.fusion-loading-container .fusion-loading-spinner{display:inline-block}.fusion-loading-container .fusion-spinner-1,.fusion-loading-container .fusion-spinner-2,.fusion-loading-container .fusion-spinner-3{width:12px;height:12px;background-color:#e2e0e0;border-radius:100%;display:inline-block;animation:fusion-bounce-delay 1.4s infinite ease-in-out;animation-fill-mode:both}.fusion-loading-container .fusion-spinner-1{animation-delay:-.32s}.fusion-loading-container .fusion-spinner-2{animation-delay:-.16s}.fusion-loading-container .fusion-loading-msg{display:inline-block;margin-left:7px}@keyframes fusion-bounce-delay{0%,100%,80%{transform:scale(0)}40%{transform:scale(1)}}.fusion-body .wpcf7-form .fusion-slider-loading,.fusion-slider-loading{position:absolute;top:50%;left:50%;margin:-3em 0 0 -3em;color:transparent;font-size:10px;border-top:.5em solid rgba(0,0,0,.2);border-right:.5em solid rgba(0,0,0,.2);border-bottom:.5em solid #333;border-left:.5em solid rgba(0,0,0,.2);animation:fusion-rotate .8s infinite linear}.fusion-body .wpcf7-form .fusion-slider-loading .fusion-slider-loading-text,.fusion-slider-loading .fusion-slider-loading-text{position:absolute}.no-cssanimations .fusion-body .wpcf7-form .fusion-slider-loading,.no-cssanimations .fusion-slider-loading{padding-left:5px;padding-top:15px;color:#000}.fusion-slider-loading,.fusion-slider-loading:after{width:6em;height:6em;border-radius:50%;background-clip:padding-box}@keyframes fusion-rotate{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}.fusion-inline-sep{padding:0 5px}.fusion-inline-sep:last-child{display:none}.post-content p{margin-top:0;margin-bottom:20px}.table-1,.table-2,.tkt-slctr-tbl-wrap-dv{display:block;overflow-x:auto}.fusion-body .quantity{display:flex;align-items:center;justify-content:space-around;border:1px solid;overflow:hidden}.fusion-body .quantity .minus,.fusion-body .quantity .plus,.fusion-body .quantity .qty{float:left;border:0;margin:0;padding:0;text-align:center;vertical-align:middle;border-radius:0;-webkit-appearance:none;-moz-appearance:textfield}.fusion-body .quantity .minus,.fusion-body .quantity .plus{cursor:pointer}.fusion-body .quantity .qty{background:0 0;border-left:1px solid;border-right:1px solid}.fusion-body .quantity .qty -webkit-inner-spin-button,.fusion-body .quantity .qty -webkit-outer-spin-button{-webkit-appearance:none;margin:0}.select-arrow{width:35px;height:33px;line-height:33px;border-left-width:1px;border-left-style:solid;position:absolute;bottom:1px;right:1px;pointer-events:none;z-index:10;font-family:awb-icons;font-size:9px;text-align:center}.avada-select-parent{position:relative;overflow:hidden;margin:0}.fusion-layout-column.avada-select-parent{position:relative}.bbpress .avada-select-parent{overflow:hidden}.avada-select-parent select{border:1px solid #dadada;-webkit-appearance:none;text-overflow:"";box-sizing:border-box;cursor:pointer;display:block;font-size:13px;outline:0;height:auto;padding:9px 15px;position:relative;text-indent:.01px;vertical-align:middle;z-index:5;margin:0;border-radius:0;background-clip:padding-box;min-width:180px}.sidebar .avada-select-parent select{min-width:initial}.widget_archive select,.widget_categories select{width:100%}.select2-container .select2-selection--single .select2-selection__rendered{padding-left:15px;padding-right:34px}.select2-results__option,.select2-search--dropdown{padding-left:15px;padding-right:15px}.select2-search--dropdown .select2-search__field{margin-right:0}.select2-container--default .select2-selection--single{border-radius:0}.select2-container--default .select2-selection--single .select2-selection__arrow{top:50%;right:15px;transform:translateY(-50%)}.select2-dropdown{z-index:2051;border-radius:0}#submit,.submit{cursor:pointer}.rich-snippet-hidden{display:none}.fusion-avatar-circle .attachment-recent-works-thumbnail,.fusion-avatar-circle .avatar{border-radius:50%}.fusion-author .fusion-edit-profile{font-size:12px}.fusion-author .fusion-social-networks{display:table-cell;vertical-align:middle;text-align:right;line-height:normal}.fusion-author .fusion-social-networks .fusion-social-network-icon{margin-bottom:0}.fusion-author .fusion-social-networks.boxed-icons .fusion-social-network-icon{margin-bottom:2px}.fusion-author-avatar{float:left;margin-right:20px;max-width:20%}.fusion-author-info{overflow:hidden}.fusion-author-title{margin-top:0;color:#333;font-weight:400}.fusion-author-social{display:table;margin:20px 0 80px;padding:5px 0;width:100%;border-top:1px solid #e0dede;border-bottom:1px solid #e0dede}.fusion-author-tagline{display:table-cell;vertical-align:middle;max-width:70%;font-weight:700}.fusion-page-load-link{display:none}#menu-appearance a[href="themes.php?page=optionsframework"]{display:none}#wpadminbar{z-index:999999999999999}#wpadminbar #wp-admin-bar-awb-site-mode{display:flex;align-items:center;height:32px}#wpadminbar #wp-admin-bar-awb-site-mode>.ab-item{display:inline-flex;align-items:center;padding:.25em .5em;height:14px;border-radius:.35em;line-height:1;transition:opacity .2s ease-in-out}#wpadminbar #wp-admin-bar-awb-site-mode>.ab-item:hover,#wpadminbar #wp-admin-bar-awb-site-mode>.ab-itemfocus{opacity:.9}#wpadminbar .awb-site-mode-badge-avada>.ab-item:before{content:"\e971";font-family:awb-icons;padding:0;font-size:12px;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1}#wpadminbar .awb-site-mode-badge-live>.ab-item{background-color:#65bc7b!important;color:#f0f0f1!important}#wpadminbar .awb-site-mode-badge-coming-soon>.ab-item{background-color:#198fd9!important;color:#f0f0f1!important}#wpadminbar .awb-site-mode-badge-maintenance>.ab-item{background-color:#dc3232!important;color:#f0f0f1!important}#wpadminbar>#wp-toolbar #wp-admin-bar-avada>.ab-item:before,#wpadminbar>#wp-toolbar #wp-admin-bar-fb-edit>.ab-item:before{content:"\e971";font-family:awb-icons;top:4px;font-size:16px}#wpadminbar>#wp-toolbar #wp-admin-bar-fb-edit .ab-item{height:auto}#wpadminbar>#wp-toolbar #wp-admin-bar-fb-edit .fb-edit-group{border-top:1px solid #3c434a}#wpadminbar>#wp-toolbar #wp-admin-bar-fb-edit .awb-layout-group .wp-admin-bar-arrow{display:none}#wpadminbar>#wp-toolbar #wp-admin-bar-fb-edit .awb-layout-group .menupop>.ab-item{padding:0 10px}#wpadminbar>#wp-toolbar #wp-admin-bar-fb-edit .awb-layout-group .ab-sub-wrapper{margin-top:0;top:50%;transform:translateY(-50%)}#wpadminbar>#wp-toolbar #wp-admin-bar-fb-edit .awb-edit-item{display:flex;justify-content:space-between;align-items:center;margin:.3em -.75em}#wpadminbar>#wp-toolbar #wp-admin-bar-fb-edit .awb-edit-name,#wpadminbar>#wp-toolbar #wp-admin-bar-fb-edit .awb-edit-type{margin:0 .75em}#wpadminbar>#wp-toolbar #wp-admin-bar-fb-edit .awb-edit-type{line-height:1;background:#3c434a;padding:.5em;border-radius:4px;color:rgba(255,255,255,.8);font-size:.9em}#wpadminbar>#wp-toolbar #wp-admin-bar-fb-edit .ab-item:active .awb-edit-type,#wpadminbar>#wp-toolbar #wp-admin-bar-fb-edit .ab-item:focus .awb-edit-type,#wpadminbar>#wp-toolbar #wp-admin-bar-fb-edit .ab-item:hover .awb-edit-type{color:inherit}@media screen and (max-width:782px){#wpadminbar #wp-admin-bar-awb-site-mode{display:none}#wpadminbar>#wp-toolbar #wp-admin-bar-avada>.ab-item:before,#wpadminbar>#wp-toolbar #wp-admin-bar-fb-edit>.ab-item:before{content:"\e971";font-family:awb-icons;top:0;padding:10px;font-size:25px}}.woocommerce-billing-fields .form-row .input-text{margin-right:0}.fusion-disable-outline input,.fusion-disable-outline select,.fusion-disable-outline textarea{outline:0}.fusion-disable-outline .woocommerce-billing-fields .form-row .input-text{outline:0}.select2-container .select2-selection{margin:0;box-shadow:none!important;outline:0!important}.select2-container .select2-selection .select2-selection__arrow{top:0;transform:inherit;right:0;width:40px;border-left:1px solid #d2d2d2}.select2-container--default .select2-dropdown .select2-search{border-bottom:1px solid #d2d2d2;padding:10px 15px;border-top:1px solid #d2d2d2;margin-top:-1px}.select2-container--default .select2-dropdown .select2-search input{padding:8px 10px;height:auto;background:#fff}.fusion-post-slideshow .image{margin-bottom:0}.fusion-post-slideshow .fusion-image-size-fixed{display:block}.fusion-flexslider.fusion-post-slideshow{overflow:visible}.fusion-meta-info{clear:both;overflow:hidden;margin-top:20px;padding:5px 0;border-top:1px solid #e7e6e6;border-bottom:1px solid #e7e6e6}.fusion-meta-info .fusion-alignleft{width:80%}.fusion-post-title-meta-wrap{margin-bottom:28px}.fusion-post-title-meta-wrap .entry-title{margin-bottom:10px}.fusion-post-title-meta-wrap .fusion-meta-info{margin-top:0}.fusion-single-line-meta{margin-bottom:20px}.fusion-content-sep{margin-top:20px;height:6px;border-top:1px solid #eaeaea;border-bottom:1px solid #eaeaea}.fusion-date-and-formats{float:left;margin-right:17px;width:82px;text-align:center}.fusion-date-and-formats .fusion-date-box{padding:8px 0 5px;color:#fff}.fusion-date-and-formats .fusion-date{display:block;line-height:29px;font-size:29px;font-weight:700}.fusion-date-and-formats .fusion-format-box{margin-top:3px;background-color:#eef0f2}.fusion-date-and-formats .fusion-format-box i{display:block;line-height:55px;font-size:30px}.fusion-timeline-line{position:absolute;left:50%;top:0;margin-left:-1px;height:100%;border-left:1px solid #efeeee;border-right:1px solid #ebeaea}.fusion-timeline-icon{margin:0 auto -6px;max-width:1000px;font-size:46px;height:47px;line-height:1;color:#ebeaea;text-align:center}.fusion-timeline-icon .fusionicon-bubbles{cursor:pointer}.fusion-timeline-circle{position:absolute;left:50%;margin:10px 0 0 -5px;height:10px;width:10px;border-radius:50%;background-color:#efeeee}.fusion-timeline-arrow{position:absolute;color:#e9eaee}.fusion-timeline-arrow:before{font-family:awb-icons;font-size:28px;position:absolute;top:0;line-height:30px}.fusion-blog-archive .entry-title{margin-top:0;margin-bottom:5px}.fusion-blog-layout-large .entry-title,.fusion-blog-layout-medium .entry-title{margin-top:0;margin-bottom:25px}.fusion-blog-layout-large .fusion-post-slideshow,.fusion-blog-layout-large-alternate .fusion-post-slideshow,.single-avada_faq .fusion-post-slideshow,.single-post .fusion-post-slideshow,.single-wpfc_sermon .fusion-post-slideshow{margin-bottom:30px}.fusion-blog-layout-large-alternate .entry-title,.fusion-blog-layout-medium-alternate .entry-title{margin-top:0;margin-bottom:5px}.fusion-blog-layout-large-alternate .fusion-post-content-container,.fusion-blog-layout-medium-alternate .fusion-post-content-container{margin-top:20px}.fusion-blog-layout-large-alternate .fusion-meta-info,.fusion-blog-layout-medium-alternate .fusion-meta-info{margin-top:0;border-top:0}.fusion-blog-layout-medium .fusion-post-medium,.fusion-blog-layout-medium .fusion-post-medium-alternate,.fusion-blog-layout-medium-alternate .fusion-post-medium,.fusion-blog-layout-medium-alternate .fusion-post-medium-alternate{display:flex;flex-wrap:wrap;align-items:start}.fusion-blog-layout-medium .fusion-post-slideshow,.fusion-blog-layout-medium-alternate .fusion-post-slideshow{margin-right:25px;width:320px}.fusion-blog-layout-medium .fusion-post-content,.fusion-blog-layout-medium-alternate .fusion-post-content{flex:1 1 1px}.fusion-blog-layout-medium .fusion-meta-info,.fusion-blog-layout-medium-alternate .fusion-meta-info{width:100%}.fusion-blog-layout-grid .fusion-post-slideshow,.fusion-blog-layout-timeline .fusion-post-slideshow{margin-bottom:0;border-bottom:1px solid #eaeaea}.fusion-blog-layout-grid .fusion-post-content-wrapper,.fusion-blog-layout-timeline .fusion-post-content-wrapper{padding:30px 25px 20px}.fusion-blog-layout-grid .fusion-single-line-meta,.fusion-blog-layout-timeline .fusion-single-line-meta{margin-bottom:0}.fusion-blog-layout-grid .fusion-post-content-container,.fusion-blog-layout-timeline .fusion-post-content-container{margin-top:20px}.fusion-blog-layout-grid .fusion-post-content-container p:last-child,.fusion-blog-layout-timeline .fusion-post-content-container p:last-child{margin-bottom:0}.fusion-blog-layout-grid .fusion-meta-info,.fusion-blog-layout-timeline .fusion-meta-info{border:0}.fusion-blog-layout-grid .fusion-meta-info .fusion-alignleft,.fusion-blog-layout-timeline .fusion-meta-info .fusion-alignleft{width:50%}.fusion-blog-layout-grid .fusion-password,.fusion-blog-layout-timeline .fusion-password{width:auto;max-width:100%}.fusion-blog-layout-large-alternate .fusion-post-large-alternate{display:flex;flex-wrap:wrap}.fusion-blog-layout-large-alternate .fusion-post-content{flex:1}.fusion-blog-layout-large-alternate .fusion-meta-info,.fusion-blog-layout-large-alternate .fusion-post-slideshow{width:100%}.fusion-blog-layout-medium-alternate .fusion-post-slideshow{display:none}.fusion-blog-layout-medium-alternate .has-post-thumbnail .fusion-post-slideshow{display:block;margin-right:17px}.fusion-blog-layout-grid .fusion-post-grid{margin-bottom:0}.fusion-blog-layout-grid.fusion-no-meta-info .fusion-post-content-container{margin-top:0}.fusion-blog-layout-grid .fusion-post-wrapper:not(.fusion-masonary-is-transparent){border:1px solid #eaeaea;border-bottom-width:3px}.fusion-blog-layout-grid.fusion-blog-layout-grid-2 .post{width:50%;display:inline-block;float:left}.fusion-blog-layout-grid.fusion-blog-layout-grid-2.fusion-blog-layout-masonry-has-vertical .post.fusion-element-landscape{width:100%}.fusion-blog-layout-grid.fusion-blog-layout-grid-3 .post{width:33.3333%;display:inline-block;float:left}.fusion-blog-layout-grid.fusion-blog-layout-grid-3.fusion-blog-layout-masonry-has-vertical .post.fusion-element-landscape{width:66.6666%}.fusion-blog-layout-grid.fusion-blog-layout-grid-4 .post{width:25%;display:inline-block;float:left}.fusion-blog-layout-grid.fusion-blog-layout-grid-4.fusion-blog-layout-masonry-has-vertical .post.fusion-element-landscape{width:50%}.fusion-blog-layout-grid.fusion-blog-layout-grid-5 .post{width:20%;display:inline-block;float:left}.fusion-blog-layout-grid.fusion-blog-layout-grid-5.fusion-blog-layout-masonry-has-vertical .post.fusion-element-landscape{width:40%}.fusion-blog-layout-grid.fusion-blog-layout-grid-6 .post{width:16.6666%;display:inline-block;float:left}.fusion-blog-layout-grid.fusion-blog-layout-grid-6.fusion-blog-layout-masonry-has-vertical .post.fusion-element-landscape{width:33.3333%}.fusion-blog-layout-grid .fusion-post-content,.fusion-blog-layout-grid .post-content{word-wrap:break-word}.fusion-blog-layout-grid.fusion-blog-equal-heights .fusion-post-grid{display:inline-flex}.fusion-blog-layout-grid.fusion-blog-equal-heights .fusion-post-wrapper{overflow:hidden;width:100%;display:flex;flex-direction:column}.fusion-blog-layout-grid.fusion-blog-equal-heights .fusion-post-wrapper .fusion-post-content-wrapper{display:flex;flex-grow:1;flex-direction:column}.fusion-blog-layout-grid.fusion-blog-equal-heights .fusion-post-wrapper .fusion-post-content.post-content{margin-bottom:20px}.fusion-blog-layout-grid.fusion-blog-equal-heights .fusion-post-wrapper .fusion-meta-info{margin-top:auto}.fusion-blog-layout-timeline{position:relative;margin:0 auto;padding-top:30px;max-width:1000px}.fusion-blog-layout-timeline .fusion-post-timeline{position:static;margin-bottom:40px;border:1px solid #eaeaea;border-bottom-width:3px}.fusion-no-meta-info .fusion-blog-layout-timeline .fusion-post-content-container{margin-top:0}.fusion-blog-layout-timeline .fusion-left-column{float:left;clear:left;width:40%}.fusion-blog-layout-timeline .fusion-right-column{float:right;clear:right;width:40%}.fusion-blog-layout-timeline .fusion-timeline-date{position:relative;clear:both;margin:0 auto 2px;padding:.35em .45em;width:auto;max-width:8em;line-height:1.35em;background:#efeeee;text-align:center;cursor:pointer}.fusion-blog-layout-timeline .fusion-left-column .fusion-timeline-arrow{left:40%;margin-left:-.5px}.fusion-blog-layout-timeline .fusion-left-column .fusion-timeline-arrow:before{content:"\f0da";left:100%}.fusion-blog-layout-timeline .fusion-right-column .fusion-timeline-arrow{right:40%;margin-right:-.5px}.fusion-blog-layout-timeline .fusion-right-column .fusion-timeline-arrow:before{content:"\f0d9";right:100%}.fusion-blog-layout-masonry .fusion-post-wrapper{overflow:hidden;position:relative}.fusion-blog-layout-masonry .fusion-post-content-wrapper{z-index:1;position:absolute;bottom:0;left:0;right:0}.fusion-blog-layout-masonry.fusion-blog-rollover .fusion-post-wrapper:hover .fusion-post-content-wrapper{transition:all .3s ease;transform:translateY(105%)}.fusion-blog-layout-masonry.fusion-blog-rollover .fusion-post-content-wrapper{transition:all .3s ease}.fusion-blog-infinite .pagination{display:none}.fusion-blog-infinite .fusion-load-more-button{margin-bottom:40px}.fusion-blog-layout-center .fusion-post-content{text-align:center}.fusion-blog-layout-left .fusion-post-content{text-align:left}.fusion-blog-layout-right .fusion-post-content{text-align:right}.single h1.entry-title{margin-top:0}.fusion-footer-parallax{position:relative;bottom:0;left:0;right:0;margin:0;padding:0}.fusion-footer-parallax.awb-footer-fixed{position:fixed;z-index:-1}.avada-footer-fx-no-height-parallax-effect #fusion-gmap-container,.avada-footer-fx-no-height-parallax-effect #main,.avada-footer-fx-no-height-parallax-effect #sliders-container,.avada-footer-fx-no-height-parallax-effect .fusion-page-title-bar,.avada-footer-fx-parallax-effect #fusion-gmap-container,.avada-footer-fx-parallax-effect #main,.avada-footer-fx-parallax-effect #sliders-container,.avada-footer-fx-parallax-effect .fusion-page-title-bar{position:relative;z-index:1}.avada-footer-fx-bg-parallax .fusion-footer-widget-area,.avada-footer-fx-no-height-bg-parallax .fusion-footer-widget-area,.avada-footer-fx-no-height-sticky-with-parallax-bg-image .fusion-footer-widget-area,.avada-footer-fx-sticky-with-parallax-bg-image .fusion-footer-widget-area{background-attachment:fixed;background-position:top center}.avada-footer-fx-sticky #boxed-wrapper,.avada-footer-fx-sticky #wrapper,.avada-footer-fx-sticky-with-parallax-bg-image #boxed-wrapper,.avada-footer-fx-sticky-with-parallax-bg-image #wrapper,.avada-footer-fx-sticky-with-parallax-bg-image.layout-boxed-mode:not(.fusion-top-header) #boxed-wrapper,.avada-footer-fx-sticky.layout-boxed-mode:not(.fusion-top-header) #boxed-wrapper{display:flex;flex-direction:column;min-height:100vh}.avada-footer-fx-sticky-with-parallax-bg-image.layout-boxed-mode:not(.fusion-top-header) #boxed-wrapper #wrapper,.avada-footer-fx-sticky.layout-boxed-mode:not(.fusion-top-header) #boxed-wrapper #wrapper{width:100%}.avada-footer-fx-sticky #main,.avada-footer-fx-sticky-with-parallax-bg-image #main{flex-grow:1}.wp-audio-shortcode{max-height:150px}.tkt-slctr-tbl-wrap-dv table{margin-bottom:10px}#fancybox-overlay{z-index:100049!important}#fancybox-wrap{z-index:100050!important}div#shShutter{z-index:100049}div#shDisplay{z-index:100050}#cboxOverlay{z-index:100049!important}#colorbox{z-index:100050!important}.fusion-main-menu .lang-item>a img,.fusion-mobile-nav-holder .lang-item>a img,.fusion-secondary-menu .lang-item>a img{vertical-align:middle;padding:0 2px}.qtranxs-lang-menu-item>a img,.qtranxs-lang-menu>a img{vertical-align:middle;padding:0 3px}#wpfc_sermon_sorting{overflow:hidden;margin:0 -10px}#wpfc_sermon_sorting>span{display:block;float:left;width:25%;padding:0 10px}#wpfc_sermon_sorting .avada-select-parent select{width:100%}.fusion-ubermenu-support .fusion-header-v1 .fusion-header .fusion-row,.fusion-ubermenu-support .fusion-header-v2 .fusion-header .fusion-row,.fusion-ubermenu-support .fusion-header-v3 .fusion-header .fusion-row,.fusion-ubermenu-support .fusion-header-v7 .fusion-header .fusion-row{position:relative}.fusion-ubermenu-support .fusion-secondary-main-menu .fusion-row{position:relative}.fusion-ubermenu{overflow:visible;position:static}.cp-module .cp-slidein{z-index:9999}.fusion-body .product-buttons .wc-gzd-additional-info{margin:.5em 0 .5em 0}.fusion-body .product-buttons .wc-gzd-additional-info a{display:inline;float:none;padding:inherit;font-size:inherit}.fusion-body .product-buttons .wc-gzd-additional-info+a{float:left}.fusion-body .product-buttons .wc-gzd-additional-info+a+a,.fusion-body .product-buttons .wc-gzd-additional-info+a+a+a,.fusion-body .product-buttons .wc-gzd-additional-info+a+a+a+a{float:right}.fusion-body .product-buttons .wc-gzd-additional-info:last-of-type{margin-bottom:1.5em}.fusion-body .fusion-carousel-meta .wc-gzd-additional-info{margin-bottom:.5em}.fusion-body .fusion-carousel-meta .wc-gzd-additional-info:first-of-type{margin-top:1.5em}.fusion-body .fusion-carousel-meta .wc-gzd-additional-info:last-of-type{margin-bottom:1.5em}.bg-parallax-parent.video{position:relative}.bg-parallax.video,.fusion-bg-parallax.video{position:absolute;pointer-events:none!important;overflow:hidden;top:0;left:0;right:0;bottom:0;z-index:-1}.bg-parallax.video iframe,.fusion-bg-parallax.video iframe{margin-bottom:0!important;display:block!important;max-width:none!important;max-height:none!important}.parallax-inner{min-height:150px}.fusion-bg-parallax[data-bg-size-adjust=dont-scale]+.bg-parallax-parent .parallax-inner{background-size:auto!important}.datepicker.dropdown-menu{border-radius:0;border:0;padding:15px}.datepicker.dropdown-menu:before{border-bottom:0}.datepicker.dropdown-menu thead tr:nth-child(2){font-size:16px}.datepicker.dropdown-menu td,.datepicker.dropdown-menu th{border-radius:0;border:0;padding:9px 10px}.datepicker.dropdown-menu td.active,.datepicker.dropdown-menu td.active:hover{border:0;text-shadow:none}.datepicker.dropdown-menu table tr td.new,.datepicker.dropdown-menu table tr td.old{background-color:#fff!important;color:#999!important}.datepicker.dropdown-menu tbody td{border:1px solid #fff}.datepicker.dropdown-menu .datepicker-months td{padding:15px 0 0}.datepicker.dropdown-menu .datepicker-months span{text-shadow:none}.datepicker.dropdown-menu .datepicker-months span:hover{text-shadow:none}.crossfade-images{white-space:nowrap;display:flex;align-items:center}.crossfade-images .helper{display:inline-block;height:100%;vertical-align:middle}.crossfade-images:hover img:not(.hover-image){opacity:0}.crossfade-images:hover .hover-image{opacity:1!important}.crossfade-images img{transition:opacity .5s ease-in-out;position:relative;z-index:50;min-width:100%;vertical-align:middle}.crossfade-images .hover-image{position:absolute;left:0;right:0;margin:0 auto;opacity:0}#callnowbutton {
display: none;
}
@media screen and (max-width:650px) {
#callnowbutton:not(.cnb-displaymode),
#callnowbutton.cnb-displaymode-mobile-only {
display: block;
position: fixed;
text-decoration: none;
}
#callnowbutton.cnb-full.cnb-displaymode-mobile-only {
display: flex;
}
}
@media screen and (min-width:650px) {
#callnowbutton.cnb-displaymode-desktop-only {
display: block;
position: fixed;
text-decoration: none;
}
#callnowbutton.cnb-full.cnb-displaymode-desktop-only {
display: flex;
}
}
@media screen {
#callnowbutton.cnb-displaymode-always {
display: block;
position: fixed;
text-decoration: none;
}
#callnowbutton.cnb-full.cnb-displaymode-always {
display: flex;
}
} #callnowbutton.cnb-full {
justify-content: center;
align-items: center;
text-shadow: 0 1px 0 rgba(0, 0, 0, 0.18);
width: 100%;
left: 0;
height: 60px;
}
.cnb-full.cnb-full-bottom {
bottom: 0;
}
.cnb-full.cnb-full-top {
top: 0;
}
#callnowbutton.cnb-single {
width: 55px;
height: 55px;
border-radius: 50%;
box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
background-position: center;
background-size:35px 35px;
background-repeat: no-repeat;
}
.cnb-single.cnb-middle {
bottom: 15px;
left: 50%;
margin-left: -28px;
}
.cnb-single.cnb-left {
bottom: 15px;
left: 20px;
}
.cnb-single.cnb-right {
bottom: 15px;
right: 20px;
}
.cnb-single.cnb-mleft {
top: 50%;
margin-top: -28px;
left: 20px;
}
.cnb-single.cnb-mright {
top: 50%;
margin-top: -28px;
right: 20px;
}
.cnb-single.cnb-tleft {
top: 15px;
left: 20px;
}
.cnb-single.cnb-tmiddle {
top: 15px;
left: 50%;
margin-left: -28px;
}
.cnb-single.cnb-tright {
top: 15px;
right: 20px;
} #callnowbutton.cnb-single.cnb-middle span,
#callnowbutton.cnb-single.cnb-tmiddle span {
display: none;
}
.cnb-single.cnb-left span,
.cnb-single.cnb-mleft span,
.cnb-single.cnb-tleft span {
left: 68px;
}
.cnb-single.cnb-right span,
.cnb-single.cnb-mright span,
.cnb-single.cnb-tright span {
right: 68px;
}
.cnb-single.cnb-text span {
-moz-osx-font-smoothing: grayscale;
-webkit-user-select: none;
-ms-user-select: none;
user-select: none;
display: block;
width: auto;
background-color: rgba(70,70,70,.9);
position: absolute;
border-radius: 2px;
font-family: helvetica,arial,sans-serif;
padding: 6px 8px;
font-size: 13px;
font-weight: 700;
color: #ECECEC;
top: 15px;
box-shadow: 0 1px 2px rgba(0,0,0,.15);
word-break: keep-all;
line-height: 1em;
text-overflow: ellipsis;
vertical-align: middle;
white-space: nowrap;
}
.cnb-single:not(.cnb-text) span {
display: none;
}
.cnb-full.cnb-text {
text-align: center;
color: #FFF;
font-weight: 600;
font-size: 120%;
overflow: hidden;
white-space: nowrap;
}
.cnb-full.cnb-zoom-110 img,
.cnb-full.cnb-zoom-120 img,
.cnb-full.cnb-zoom-130 img {
transform-origin: right;
}
.cnb-single.cnb-zoom-70,
.cnb-full.cnb-zoom-70 img {
transform: scale(0.7);
}
.cnb-single.cnb-zoom-80,
.cnb-full.cnb-zoom-80 img {
transform: scale(0.8);
}
.cnb-single.cnb-zoom-90,
.cnb-full.cnb-zoom-90 img {
transform: scale(0.9);
}
.cnb-single.cnb-zoom-110,
.cnb-full.cnb-zoom-110 img {
transform: scale(1.1);
}
.cnb-single.cnb-zoom-120,
.cnb-full.cnb-zoom-120 img {
transform: scale(1.2);
}
.cnb-single.cnb-zoom-130,
.cnb-full.cnb-zoom-130 img {
transform: scale(1.3);
}
.cnb-full.cnb-zoom-70 span {
font-size: 70%;
}
.cnb-full.cnb-zoom-80 span {
font-size: 80%;
}
.cnb-full.cnb-zoom-90 span {
font-size: 90%;
}
.cnb-full.cnb-zoom-110 span {
font-size: 110%;
}
.cnb-full.cnb-zoom-120 span {
font-size: 120%;
}
.cnb-full.cnb-zoom-130 span {
font-size: 130%;
}
.cnb-zindex-10 {
z-index: 2147483647;
}
.cnb-zindex-9 {
z-index: 214748365;
}
.cnb-zindex-8 {
z-index: 21474836;
}
.cnb-zindex-7 {
z-index: 2147484;
}
.cnb-zindex-6 {
z-index: 214748;
}
.cnb-zindex-5 {
z-index: 21475;
}
.cnb-zindex-4 {
z-index: 2147;
}
.cnb-zindex-3 {
z-index: 215;
}
.cnb-zindex-2 {
z-index: 21;
}
.cnb-zindex-1 {
z-index: 2;
}