/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
a:empty{display: none;}
a:focus{outline: none !important;}
#content {overflow: hidden;}
.text-center{text-align:center}
.tex-left{text-align:left}
.text-right{text-align:right}
.text-justify{text-align:justify}
p:empty{display:none}
.clearfix{clear:both}
.cust-row{margin:0 -30px !important}
.content-area ul, .content-area ol, #content ul, #content ol{
	padding-left:20px;
	margin: 20px 0;
}
a, button, input[type="submit"]{transition:all .3s!important}
input, textarea, button, select{outline:none}
h1, h2{margin-bottom: 20px !important;}
h3, h4, h5, h6{margin-bottom: 15px !important;}
.hidden{display: none;}
.chapterGuide{
	border: 3px solid #f7941d;
	margin: 20px 0;
	padding: 20px;
}
.tableScroll{overflow-x: scroll;}
.container{
	margin-right:auto;
	margin-left:auto;
	padding-left:15px;
	padding-right:15px
}
@media (min-width: 320px) and (max-width: 479px) {
	.container{width:320px}
	.cust-row{margin:0 -15px}
}
@media (min-width: 480px) and (max-width: 767px) {
	.container{width:480px}
	.cust-row{margin:0 -15px}
}
@media (min-width: 768px) {
	.container{width:750px}
}
@media (max-width: 991px) {
	.cust-row{margin:0 -15px !important;}
}
@media (min-width: 992px) {
	.container{width:970px}
	.container770{width:770px}
	.divScroll.side-fixed {
		position: fixed;
		top: 20%;
		max-width: 303px;
		z-index: 9;
		box-shadow: 0 0 10px 1px #19588d;
	}
	.rowFlex{
		display: flex;
		align-items: center;
	}
	.rowFlexEnd{
		display: flex;
		align-items: end;
	}
}
@media (min-width: 1200px) {
	.container{width:1170px}
	.container770{width:770px}
	.container970{width:970px}
	.divScroll.side-fixed {
	    position: fixed;
	    top: 20%;
	    max-width: 370px;
	    z-index: 9;
	    box-shadow: 0 0 10px 1px #19588d;
	}
}
@media (min-width: 1440px) {
	.container1320{width:1320px}
	.container1420{width:1420px}
}
.container-fluid{
	margin-right:auto;
	margin-left:auto;
	padding-left:15px;
	padding-right:15px
}
.row{
	margin-left:-15px;
	margin-right:-15px
}
.row:after{
	content:"";
	display:block;
	clear:both
}
.col-xs-1,.col-sm-1,.col-md-1,.col-lg-1,.col-xs-2,.col-sm-2,.col-md-2,.col-lg-2,.col-xs-3,.col-sm-3,.col-md-3,.col-lg-3,.col-xs-4,.col-sm-4,.col-md-4,.col-lg-4,.col-xs-5,.col-sm-5,.col-md-5,.col-lg-5,.col-xs-6,.col-sm-6,.col-md-6,.col-lg-6,.col-xs-7,.col-sm-7,.col-md-7,.col-lg-7,.col-xs-8,.col-sm-8,.col-md-8,.col-lg-8,.col-xs-9,.col-sm-9,.col-md-9,.col-lg-9,.col-xs-10,.col-sm-10,.col-md-10,.col-lg-10,.col-xs-11,.col-sm-11,.col-md-11,.col-lg-11,.col-xs-12,.col-sm-12,.col-md-12,.col-lg-12{
	position:relative;
	min-height:1px;
	padding-left:15px;
	padding-right:15px
}
.col-xs-1,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-10,.col-xs-11,.col-xs-12{
	float:left
}
.col-xs-12{width:100%}
.col-xs-11{width:91.666666666667%}
.col-xs-10{width:83.333333333333%}
.col-xs-9{width:75%}
.col-xs-8{width:66.666666666667%}
.col-xs-7{width:58.333333333333%}
.col-xs-6{width:50%}
.col-xs-5{width:41.666666666667%}
.col-xs-4{width:33.333333333333%}
.col-xs-3{width:25%}
.col-xs-2{width:16.666666666667%}
.col-xs-1{width:8.3333333333333%}
.col-xs-pull-12{right:100%}
.col-xs-pull-11{right:91.666666666667%}
.col-xs-pull-10{right:83.333333333333%}
.col-xs-pull-9{right:75%}
.col-xs-pull-8{right:66.666666666667%}
.col-xs-pull-7{right:58.333333333333%}
.col-xs-pull-6{right:50%}
.col-xs-pull-5{right:41.666666666667%}
.col-xs-pull-4{right:33.333333333333%}
.col-xs-pull-3{right:25%}
.col-xs-pull-2{right:16.666666666667%}
.col-xs-pull-1{right:8.3333333333333%}
.col-xs-pull-0{right:0}
.col-xs-push-12{left:100%}
.col-xs-push-11{left:91.666666666667%}
.col-xs-push-10{left:83.333333333333%}
.col-xs-push-9{left:75%}
.col-xs-push-8{left:66.666666666667%}
.col-xs-push-7{left:58.333333333333%}
.col-xs-push-6{left:50%}
.col-xs-push-5{left:41.666666666667%}
.col-xs-push-4{left:33.333333333333%}
.col-xs-push-3{left:25%}
.col-xs-push-2{left:16.666666666667%}
.col-xs-push-1{left:8.3333333333333%}
.col-xs-push-0{left:0}
.col-xs-offset-12{margin-left:100%}
.col-xs-offset-11{margin-left:91.666666666667%}
.col-xs-offset-10{margin-left:83.333333333333%}
.col-xs-offset-9{margin-left:75%}
.col-xs-offset-8{margin-left:66.666666666667%}
.col-xs-offset-7{margin-left:58.333333333333%}
.col-xs-offset-6{margin-left:50%}
.col-xs-offset-5{margin-left:41.666666666667%}
.col-xs-offset-4{margin-left:33.333333333333%}
.col-xs-offset-3{margin-left:25%}
.col-xs-offset-2{margin-left:16.666666666667%}
.col-xs-offset-1{margin-left:8.3333333333333%}
.col-xs-offset-0{margin-left:0}
@media (min-width: 768px) {
	.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12{float:left}
	.col-sm-12{width:100%}
	.col-sm-11{width:91.666666666667%}
	.col-sm-10{width:83.333333333333%}
	.col-sm-9{width:75%}
	.col-sm-8{width:66.666666666667%}
	.col-sm-7{width:58.333333333333%}
	.col-sm-6{width:50%}
	.col-sm-5{width:41.666666666667%}
	.col-sm-4{width:33.333333333333%}
	.col-sm-3{width:25%}
	.col-sm-2{width:16.666666666667%}
	.col-sm-1{width:8.3333333333333%}
	.col-sm-pull-12{right:100%}
	.col-sm-pull-11{right:91.666666666667%}
	.col-sm-pull-10{right:83.333333333333%}
	.col-sm-pull-9{right:75%}
	.col-sm-pull-8{right:66.666666666667%}
	.col-sm-pull-7{right:58.333333333333%}
	.col-sm-pull-6{right:50%}
	.col-sm-pull-5{right:41.666666666667%}
	.col-sm-pull-4{right:33.333333333333%}
	.col-sm-pull-3{right:25%}
	.col-sm-pull-2{right:16.666666666667%}
	.col-sm-pull-1{right:8.3333333333333%}
	.col-sm-pull-0{right:0}
	.col-sm-push-12{left:100%}
	.col-sm-push-11{left:91.666666666667%}
	.col-sm-push-10{left:83.333333333333%}
	.col-sm-push-9{left:75%}
	.col-sm-push-8{left:66.666666666667%}
	.col-sm-push-7{left:58.333333333333%}
	.col-sm-push-6{left:50%}
	.col-sm-push-5{left:41.666666666667%}
	.col-sm-push-4{left:33.333333333333%}
	.col-sm-push-3{left:25%}
	.col-sm-push-2{left:16.666666666667%}
	.col-sm-push-1{left:8.3333333333333%}
	.col-sm-push-0{left:0}
	.col-sm-offset-12{margin-left:100%}
	.col-sm-offset-11{margin-left:91.666666666667%}
	.col-sm-offset-10{margin-left:83.333333333333%}
	.col-sm-offset-9{margin-left:75%}
	.col-sm-offset-8{margin-left:66.666666666667%}
	.col-sm-offset-7{margin-left:58.333333333333%}
	.col-sm-offset-6{margin-left:50%}
	.col-sm-offset-5{margin-left:41.666666666667%}
	.col-sm-offset-4{margin-left:33.333333333333%}
	.col-sm-offset-3{margin-left:25%}
	.col-sm-offset-2{margin-left:16.666666666667%}
	.col-sm-offset-1{margin-left:8.3333333333333%}
	.col-sm-offset-0{margin-left:0}
}
@media (min-width: 992px) {
	.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12{float:left}
	.col-md-12{width:100%}
	.col-md-11{width:91.666666666667%}
	.col-md-10{width:83.333333333333%}
	.col-md-9{width:75%}
	.col-md-8{width:66.666666666667%}
	.col-md-7{width:58.333333333333%}
	.col-md-6{width:50%}
	.col-md-5{width:41.666666666667%}
	.col-md-4{width:33.333333333333%}
	.col-md-3{width:25%}
	.col-md-2{width:16.666666666667%}
	.col-md-1{width:8.3333333333333%}
	.col-md-pull-12{right:100%}
	.col-md-pull-11{right:91.666666666667%}
	.col-md-pull-10{right:83.333333333333%}
	.col-md-pull-9{right:75%}
	.col-md-pull-8{right:66.666666666667%}
	.col-md-pull-7{right:58.333333333333%}
	.col-md-pull-6{right:50%}
	.col-md-pull-5{right:41.666666666667%}
	.col-md-pull-4{right:33.333333333333%}
	.col-md-pull-3{right:25%}
	.col-md-pull-2{right:16.666666666667%}
	.col-md-pull-1{right:8.3333333333333%}
	.col-md-pull-0{right:0}
	.col-md-push-12{left:100%}
	.col-md-push-11{left:91.666666666667%}
	.col-md-push-10{left:83.333333333333%}
	.col-md-push-9{left:75%}
	.col-md-push-8{left:66.666666666667%}
	.col-md-push-7{left:58.333333333333%}
	.col-md-push-6{left:50%}
	.col-md-push-5{left:41.666666666667%}
	.col-md-push-4{left:33.333333333333%}
	.col-md-push-3{left:25%}
	.col-md-push-2{left:16.666666666667%}
	.col-md-push-1{left:8.3333333333333%}
	.col-md-push-0{left:0}
	.col-md-offset-12{margin-left:100%}
	.col-md-offset-11{margin-left:91.666666666667%}
	.col-md-offset-10{margin-left:83.333333333333%}
	.col-md-offset-9{margin-left:75%}
	.col-md-offset-8{margin-left:66.666666666667%}
	.col-md-offset-7{margin-left:58.333333333333%}
	.col-md-offset-6{margin-left:50%}
	.col-md-offset-5{margin-left:41.666666666667%}
	.col-md-offset-4{margin-left:33.333333333333%}
	.col-md-offset-3{margin-left:25%}
	.col-md-offset-2{margin-left:16.666666666667%}
	.col-md-offset-1{margin-left:8.3333333333333%}
	.col-md-offset-0{margin-left:0}
}
@media (min-width: 1200px) {
	.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12{float:left}
	.col-lg-12{width:100%}
	.col-lg-11{width:91.666666666667%}
	.col-lg-10{width:83.333333333333%}
	.col-lg-9{width:75%}
	.col-lg-8{width:66.666666666667%}
	.col-lg-7{width:58.333333333333%}
	.col-lg-6{width:50%}
	.col-lg-5{width:41.666666666667%}
	.col-lg-4{width:33.333333333333%}
	.col-lg-3{width:25%}
	.col-lg-2{width:16.666666666667%}
	.col-lg-1{width:8.3333333333333%}
	.col-lg-pull-12{right:100%}
	.col-lg-pull-11{right:91.666666666667%}
	.col-lg-pull-10{right:83.333333333333%}
	.col-lg-pull-9{right:75%}
	.col-lg-pull-8{right:66.666666666667%}
	.col-lg-pull-7{right:58.333333333333%}
	.col-lg-pull-6{right:50%}
	.col-lg-pull-5{right:41.666666666667%}
	.col-lg-pull-4{right:33.333333333333%}
	.col-lg-pull-3{right:25%}
	.col-lg-pull-2{right:16.666666666667%}
	.col-lg-pull-1{right:8.3333333333333%}
	.col-lg-pull-0{right:0}
	.col-lg-push-12{left:100%}
	.col-lg-push-11{left:91.666666666667%}
	.col-lg-push-10{left:83.333333333333%}
	.col-lg-push-9{left:75%}
	.col-lg-push-8{left:66.666666666667%}
	.col-lg-push-7{left:58.333333333333%}
	.col-lg-push-6{left:50%}
	.col-lg-push-5{left:41.666666666667%}
	.col-lg-push-4{left:33.333333333333%}
	.col-lg-push-3{left:25%}
	.col-lg-push-2{left:16.666666666667%}
	.col-lg-push-1{left:8.3333333333333%}
	.col-lg-push-0{left:0}
	.col-lg-offset-12{margin-left:100%}
	.col-lg-offset-11{margin-left:91.666666666667%}
	.col-lg-offset-10{margin-left:83.333333333333%}
	.col-lg-offset-9{margin-left:75%}
	.col-lg-offset-8{margin-left:66.666666666667%}
	.col-lg-offset-7{margin-left:58.333333333333%}
	.col-lg-offset-6{margin-left:50%}
	.col-lg-offset-5{margin-left:41.666666666667%}
	.col-lg-offset-4{margin-left:33.333333333333%}
	.col-lg-offset-3{margin-left:25%}
	.col-lg-offset-2{margin-left:16.666666666667%}
	.col-lg-offset-1{margin-left:8.3333333333333%}
	.col-lg-offset-0{margin-left:0}
}
.margin0{margin:0!important}
.paddTop5{padding-top:5px}
.paddBottom5{padding-bottom:5px}
.paddTop10{padding-top:10px}
.paddBottom10{padding-bottom:10px}
.paddTop15{padding-top:15px}
.paddBottom15{padding-bottom:15px}
.paddTop20{padding-top:20px}
.paddBottom20{padding-bottom:20px}
.paddTop25{padding-top:25px}
.paddBottom25{padding-bottom:25px}
.paddTop30{padding-top:30px}
.paddBottom30{padding-bottom:30px}
.paddTop35{padding-top:35px}
.paddBottom35{padding-bottom:35px}
.paddTop40{padding-top:40px}
.paddBottom40{padding-bottom:40px}
.paddTop45{padding-top:45px}
.paddBottom45{padding-bottom:45px}
.paddTop50{padding-top:50px}
.paddBottom50{padding-bottom:50px}
.paddTop55{padding-top:55px}
.paddBottom55{padding-bottom:55px}
.paddTop60{padding-top:60px}
.paddBottom60{padding-bottom:60px}
.paddTop65{padding-top:65px}
.paddBottom65{padding-bottom:65px}
.paddTop70{padding-top:70px}
.paddBottom70{padding-bottom:70px}
.paddTop75{padding-top:75px}
.paddBottom75{padding-bottom:75px}
.paddTop80{padding-top:80px}
.paddBottom80{padding-bottom:80px}
.paddTop85{padding-top:85px}
.paddBottom85{padding-bottom:85px}
.paddTop90{padding-top:90px}
.paddBottom90{padding-bottom:90px}
@charset "UTF-8";address,blockquote,body,dd,dl,dt,fieldset,figure,h1,h2,h3,h4,h5,h6,hr,html,iframe,legend,li,ol,p,pre,textarea,ul{border:0;font-size:100%;font-style:inherit;font-weight:inherit;margin:0;outline:0;padding:0;vertical-align:baseline}html{-webkit-text-size-adjust:100%}body{margin:0}progress{display:inline-block;vertical-align:baseline}a{background-color:transparent}a:active{outline:0}a,a:focus,a:hover,a:visited{text-decoration:none}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}figure{margin:0}hr{box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;box-sizing:content-box}#comments .submit,.search .search-submit{padding:10px 15px;border-radius:2px;line-height:1.8571428571;border:0}.archive .no-results .ast-search-submit,.search .site-main .ast-search-submit{display:none}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid var(--ast-border-color);margin:0 0;padding:.35em .625em .75em}legend{border:0;padding:0}fieldset legend{margin-bottom:1.5em;padding:0 .5em}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}/*!
 * Bootstrap v4.0.0-alpha.2 (https://getbootstrap.com)
 */.ast-container{max-width:100%}.ast-container,.ast-container-fluid{margin-left:auto;margin-right:auto;padding-left:20px;padding-right:20px}.ast-container-fluid::after,.ast-container::after{content:"";display:table;clear:both}.ast-col-lg-1,.ast-col-lg-10,.ast-col-lg-11,.ast-col-lg-12,.ast-col-lg-2,.ast-col-lg-3,.ast-col-lg-4,.ast-col-lg-5,.ast-col-lg-6,.ast-col-lg-7,.ast-col-lg-8,.ast-col-lg-9,.ast-col-md-1,.ast-col-md-10,.ast-col-md-11,.ast-col-md-12,.ast-col-md-2,.ast-col-md-3,.ast-col-md-4,.ast-col-md-5,.ast-col-md-6,.ast-col-md-7,.ast-col-md-8,.ast-col-md-9,.ast-col-sm-1,.ast-col-sm-10,.ast-col-sm-11,.ast-col-sm-12,.ast-col-sm-2,.ast-col-sm-3,.ast-col-sm-4,.ast-col-sm-5,.ast-col-sm-6,.ast-col-sm-7,.ast-col-sm-8,.ast-col-sm-9,.ast-col-xl-1,.ast-col-xl-10,.ast-col-xl-11,.ast-col-xl-12,.ast-col-xl-2,.ast-col-xl-3,.ast-col-xl-4,.ast-col-xl-5,.ast-col-xl-6,.ast-col-xl-7,.ast-col-xl-8,.ast-col-xl-9,.ast-col-xs-1,.ast-col-xs-10,.ast-col-xs-11,.ast-col-xs-12,.ast-col-xs-2,.ast-col-xs-3,.ast-col-xs-4,.ast-col-xs-5,.ast-col-xs-6,.ast-col-xs-7,.ast-col-xs-8,.ast-col-xs-9{position:relative;min-height:1px;padding-left:20px;padding-right:20px}.ast-col-xs-1,.ast-col-xs-10,.ast-col-xs-11,.ast-col-xs-12,.ast-col-xs-2,.ast-col-xs-3,.ast-col-xs-4,.ast-col-xs-5,.ast-col-xs-6,.ast-col-xs-7,.ast-col-xs-8,.ast-col-xs-9{float:left}.ast-col-xs-1{width:8.3333333333%}.ast-col-xs-2{width:16.6666666667%}.ast-col-xs-3{width:25%}.ast-col-xs-4{width:33.3333333333%}.ast-col-xs-5{width:41.6666666667%}.ast-col-xs-6{width:50%}.ast-col-xs-7{width:58.3333333333%}.ast-col-xs-8{width:66.6666666667%}.ast-col-xs-9{width:75%}.ast-col-xs-10{width:83.3333333333%}.ast-col-xs-11{width:91.6666666667%}.ast-col-xs-12{width:100%}@media (min-width:544px){.ast-col-sm-1,.ast-col-sm-10,.ast-col-sm-11,.ast-col-sm-12,.ast-col-sm-2,.ast-col-sm-3,.ast-col-sm-4,.ast-col-sm-5,.ast-col-sm-6,.ast-col-sm-7,.ast-col-sm-8,.ast-col-sm-9{float:left}.ast-col-sm-1{width:8.3333333333%}.ast-col-sm-2{width:16.6666666667%}.ast-col-sm-3{width:25%}.ast-col-sm-4{width:33.3333333333%}.ast-col-sm-5{width:41.6666666667%}.ast-col-sm-6{width:50%}.ast-col-sm-7{width:58.3333333333%}.ast-col-sm-8{width:66.6666666667%}.ast-col-sm-9{width:75%}.ast-col-sm-10{width:83.3333333333%}.ast-col-sm-11{width:91.6666666667%}.ast-col-sm-12{width:100%}}@media (min-width:768px){.ast-col-md-1,.ast-col-md-10,.ast-col-md-11,.ast-col-md-12,.ast-col-md-2,.ast-col-md-3,.ast-col-md-4,.ast-col-md-5,.ast-col-md-6,.ast-col-md-7,.ast-col-md-8,.ast-col-md-9{float:left}.ast-col-md-1{width:8.3333333333%}.ast-col-md-2{width:16.6666666667%}.ast-col-md-3{width:25%}.ast-col-md-4{width:33.3333333333%}.ast-col-md-5{width:41.6666666667%}.ast-col-md-6{width:50%}.ast-col-md-7{width:58.3333333333%}.ast-col-md-8{width:66.6666666667%}.ast-col-md-9{width:75%}.ast-col-md-10{width:83.3333333333%}.ast-col-md-11{width:91.6666666667%}.ast-col-md-12{width:100%}}@media (min-width:992px){.ast-col-lg-1,.ast-col-lg-10,.ast-col-lg-11,.ast-col-lg-12,.ast-col-lg-2,.ast-col-lg-3,.ast-col-lg-4,.ast-col-lg-5,.ast-col-lg-6,.ast-col-lg-7,.ast-col-lg-8,.ast-col-lg-9{float:left}.ast-col-lg-1{width:8.3333333333%}.ast-col-lg-2{width:16.6666666667%}.ast-col-lg-3{width:25%}.ast-col-lg-4{width:33.3333333333%}.ast-col-lg-5{width:41.6666666667%}.ast-col-lg-6{width:50%}.ast-col-lg-7{width:58.3333333333%}.ast-col-lg-8{width:66.6666666667%}.ast-col-lg-9{width:75%}.ast-col-lg-10{width:83.3333333333%}.ast-col-lg-11{width:91.6666666667%}.ast-col-lg-12{width:100%}}@media (min-width:1200px){.ast-col-xl-1,.ast-col-xl-10,.ast-col-xl-11,.ast-col-xl-12,.ast-col-xl-2,.ast-col-xl-3,.ast-col-xl-4,.ast-col-xl-5,.ast-col-xl-6,.ast-col-xl-7,.ast-col-xl-8,.ast-col-xl-9{float:left}.ast-col-xl-1{width:8.3333333333%}.ast-col-xl-2{width:16.6666666667%}.ast-col-xl-3{width:25%}.ast-col-xl-4{width:33.3333333333%}.ast-col-xl-5{width:41.6666666667%}.ast-col-xl-6{width:50%}.ast-col-xl-7{width:58.3333333333%}.ast-col-xl-8{width:66.6666666667%}.ast-col-xl-9{width:75%}.ast-col-xl-10{width:83.3333333333%}.ast-col-xl-11{width:91.6666666667%}.ast-col-xl-12{width:100%}}.ast-row::after{content:"";display:table;clear:both}.ast-row{margin-left:-20px;margin-right:-20px}h1,h2,h3,h4,h5,h6{clear:both}.entry-content :where(h1),h1{color:#808285;font-size:2em;line-height:1.2}.entry-content :where(h2),h2{color:#808285;font-size:1.7em;line-height:1.3}.entry-content :where(h3),h3{color:#808285;font-size:1.5em;line-height:1.4}.entry-content :where(h4),h4{color:#808285;line-height:1.5;font-size:1.3em}.entry-content :where(h5),h5{color:#808285;line-height:1.6;font-size:1.2em}.entry-content :where(h6),h6{color:#808285;line-height:1.7;font-size:1.1em}html{box-sizing:border-box}*,:after,:before{box-sizing:inherit}body{color:#808285;background:#fff;font-style:normal}ol,ul{margin:0 0 1.5em 3em}ul{list-style:disc}ol{list-style:decimal}li>ol,li>ul{margin-bottom:0;margin-left:1.5em}dt{font-weight:600}dd{margin:0 1.5em 1em}b,strong{font-weight:700}cite,dfn,em,i{font-style:italic}blockquote,q{quotes:"" ""}blockquote:after,blockquote:before,q:after,q:before{content:""}blockquote{border-left:5px solid var(--ast-border-color);padding:20px;font-size:1.2em;font-style:italic;margin:0 0 1.5em;position:relative}address{margin:0 0 1.5em}address,cite{font-style:italic}abbr,acronym{border-bottom:1px dotted #666;cursor:help}pre{background:var(--ast-code-block-background);font-family:"Courier 10 Pitch",Courier,monospace;margin-bottom:1.6em;overflow:auto;max-width:100%;padding:1.6em}code,kbd,tt,var{font:1em Monaco,Consolas,"Andale Mono","DejaVu Sans Mono",monospace}img{height:auto;max-width:100%}hr{background-color:#ccc;border:0;height:1px;margin-bottom:1.5em}.ast-button,.button,button,input,select,textarea{color:#808285;font-weight:400;font-size:100%;margin:0;vertical-align:baseline}button,input{line-height:normal}.normal-search{margin-right:-5px}big{font-size:125%}ins,mark{background:0 0;text-decoration:none}table,td,th{border:1px solid var(--ast-border-color)}table{border-collapse:separate;border-spacing:0;border-width:1px 0 0 1px;margin:0 0 1.5em;width:100%}th{font-weight:600}td,th{padding:.7em 1em;border-width:0 1px 1px 0}.ast-button,.button,button,input[type=button],input[type=reset],input[type=submit]{border:1px solid;border-color:var(--ast-border-color);border-radius:2px;background:#e6e6e6;padding:.6em 1em .4em;color:#fff}.ast-button:focus,.ast-button:hover,.button:focus,.button:hover,button:focus,button:hover,input[type=button]:focus,input[type=button]:hover,input[type=reset]:focus,input[type=reset]:hover,input[type=submit]:focus,input[type=submit]:hover{color:#fff;border-color:var(--ast-border-color)}.ast-button:active,.ast-button:focus,.button:active,.button:focus,button:active,button:focus,input[type=button]:active,input[type=button]:focus,input[type=reset]:active,input[type=reset]:focus,input[type=submit]:active,input[type=submit]:focus{border-color:var(--ast-border-color);outline:0}input[type=email],input[type=password],input[type=search],input[type=tel],input[type=text],input[type=url],textarea{color:#666;border:1px solid var(--ast-border-color);border-radius:2px;-webkit-appearance:none}input[type=email]:focus,input[type=password]:focus,input[type=search]:focus,input[type=tel]:focus,input[type=text]:focus,input[type=url]:focus,textarea:focus{color:#111}textarea{padding-left:3px;width:100%}a{color:#4169e1}a:focus,a:hover{color:#191970}a:focus{outline:thin dotted}a:hover{outline:0}.screen-reader-text{border:0;clip:rect(1px,1px,1px,1px);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;word-wrap:normal!important}.screen-reader-text:focus{background-color:#f1f1f1;border-radius:2px;box-shadow:0 0 2px 2px rgba(0,0,0,.6);clip:auto!important;color:#21759b;display:block;font-size:12.25px;font-size:.875rem;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}.alignleft{display:inline;float:left;margin-right:1.5em}.alignright{display:inline;float:right;margin-left:1.5em}.aligncenter{clear:both;text-align:center;display:block;margin-left:auto;margin-right:auto}#primary:after,#primary:before,#secondary:after,#secondary:before,.ast-container:after,.ast-container:before,.ast-row:after,.ast-row:before,.clear:after,.clear:before,.sidebar-main:after,.sidebar-main:before,.site-content:after,.site-content:before,.site-footer:after,.site-footer:before,.site-header:after,.site-header:before,.site-main:after,.site-main:before{content:"";display:table}#primary:after,#secondary:after,.ast-container:after,.ast-row:after,.clear:after,.sidebar-main:after,.site-content:after,.site-footer:after,.site-header:after,.site-main:after{clear:both}.entry-content[data-ast-blocks-layout]>embed,.entry-content[data-ast-blocks-layout]>iframe,.entry-content[data-ast-blocks-layout]>object,embed,iframe,object{max-width:100%}.wp-caption{margin-bottom:1.5em;max-width:100%}.wp-caption img[class*=wp-image-]{display:block;margin-left:auto;margin-right:auto}.wp-caption .wp-caption-text{margin:.8075em 0}.wp-caption-text{text-align:center}::selection{color:#fff;background:#0274be}body:not(.logged-in){position:relative}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#page{position:relative}a,a:focus{text-decoration:none}.secondary a *,.site-footer a *,.site-header a *,a{transition:all .2s linear}.capitalize{text-transform:uppercase}img{vertical-align:middle}.entry-content :where(h1,h2,h3,h4,h5,h6){margin-bottom:20px}p{margin-bottom:1.75em}blockquote{margin:1.5em 1em 1.5em 3em;font-size:1.1em;line-height:inherit;position:relative}.ast-button,.button,input[type=button],input[type=submit]{border-radius:0;padding:18px 30px;border:0;box-shadow:none;text-shadow:none}.ast-button:hover,.button:hover,input[type=button]:hover,input[type=submit]:hover{box-shadow:none}.ast-button:active,.ast-button:focus,.button:active,.button:focus,input[type=button]:active,input[type=button]:focus,input[type=submit]:active,input[type=submit]:focus{box-shadow:none}.site-title{font-weight:400}.site-description,.site-title{margin-bottom:0}.site-description a,.site-description:focus a,.site-description:hover a,.site-title a,.site-title:focus a,.site-title:hover a{transition:all .2s linear}.site-title a,.site-title a:focus,.site-title a:hover,.site-title a:visited{color:#222}.site-description a,.site-description a:focus,.site-description a:hover,.site-description a:visited{color:#999}.search-form .search-field{outline:0}.ast-search-menu-icon{position:relative;z-index:3}.site .skip-link{background-color:#f1f1f1;box-shadow:0 0 1px 1px rgba(0,0,0,.2);color:#21759b;display:block;font-family:Montserrat,"Helvetica Neue",sans-serif;font-size:14px;font-weight:700;left:-9999em;outline:0;padding:15px 23px 14px;text-decoration:none;text-transform:none;top:-9999em}.site .skip-link:focus{clip:auto;height:auto;left:6px;top:7px;width:auto;z-index:100000;outline:thin dotted}.logged-in .site .skip-link{box-shadow:0 0 2px 2px rgba(0,0,0,.2);font-family:"Open Sans",sans-serif}input,select{line-height:1}.ast-button,.ast-custom-button,body,button,input[type=button],input[type=submit],textarea{line-height:1.8571428571}.site-title a{line-height:1.2}.site-header .site-description{line-height:1.5}.ast-single-post .entry-title,.ast-single-post .entry-title a{line-height:1.2}.entry-title,.entry-title a{font-weight:var(--ast-blog-title-font-weight,normal)}.ast-oembed-container{position:relative;padding-top:56.25%;height:0;overflow:hidden;max-width:100%;height:auto}.ast-oembed-container embed,.ast-oembed-container iframe,.ast-oembed-container object{position:absolute;top:0;left:0;width:100%;height:100%}.ast-hidden{display:none!important}body{background-color:#fff}#page{display:block}#primary,#secondary{display:block;position:relative;float:left;width:100%}#primary{margin:4em 0}.ast-separate-container{background-color:#f5f5f5}.ast-separate-container #primary{padding:4em 0;margin:0;border:0}.ast-separate-container .site-main>.ast-row{margin-left:0;margin-right:0}.ast-separate-container .ast-article-post,.ast-separate-container .ast-article-single:not(.ast-related-post){background-color:#fff}.ast-separate-container .ast-article-post,.ast-separate-container .ast-article-single{border-bottom:1px solid var(--ast-border-color);margin:0;padding:5.34em 6.67em}.ast-separate-container .blog-layout-1{padding:0;border-bottom:0}.ast-separate-container .ast-article-single{border-bottom:0}@media (max-width:1200px){.ast-separate-container .ast-article-post,.ast-separate-container .ast-article-single{margin:0;padding:3.34em 2.4em}}.ast-page-builder-template .hentry{margin:0}.ast-page-builder-template .site-content>.ast-container{max-width:100%;padding:0}.ast-page-builder-template .site-content #primary{padding:0;margin:0}.ast-page-builder-template .no-results{text-align:center;margin:4em auto}.ast-page-builder-template .entry-header.ast-no-title.ast-no-thumbnail{margin-top:0}.ast-page-builder-template .entry-header{margin-top:4em;margin-left:auto;margin-right:auto;padding-left:20px;padding-right:20px}.ast-page-builder-template .entry-header.ast-header-without-markup{margin-top:0;margin-bottom:0}.ast-page-builder-template .entry-header.ast-no-title.ast-no-meta{margin-bottom:0}.ast-page-builder-template.single .post-navigation{padding-bottom:2em}.ast-page-builder-template .ast-archive-description{margin-top:4em;margin-left:auto;margin-right:auto;padding-left:20px;padding-right:20px}@media (min-width:993px){.ast-separate-container #primary,.ast-separate-container.ast-left-sidebar #primary,.ast-separate-container.ast-right-sidebar #primary{margin:4em 0;padding:0}.ast-right-sidebar #primary{padding-right:60px}.ast-left-sidebar #primary{padding-left:60px}}@media (max-width:992px){.ast-separate-container #primary,.ast-separate-container.ast-left-sidebar #primary,.ast-separate-container.ast-right-sidebar #primary{padding-left:0;padding-right:0}.ast-right-sidebar #primary{padding-right:30px}.ast-left-sidebar #primary{padding-left:30px}}.ast-search-icon .astra-search-icon{font-size:1.3em}.main-navigation{height:100%;-js-display:inline-flex;display:inline-flex}.main-navigation ul{list-style:none;margin:0;padding-left:0;position:relative}.main-header-menu .menu-link,.main-header-menu>a{text-decoration:none;padding:0 1em;display:inline-block;transition:all .2s linear}.main-header-menu .menu-item{position:relative}.main-header-menu .menu-item.focus>.sub-menu,.main-header-menu .menu-item:hover>.sub-menu,.main-header-menu .menu-item>.sub-menu.toggled-on{right:auto;left:0;visibility:visible}.main-header-menu .menu-item.focus>.sub-menu .sub-menu.toggled-on,.main-header-menu .menu-item:hover>.sub-menu .sub-menu.toggled-on,.main-header-menu .menu-item>.sub-menu.toggled-on .sub-menu.toggled-on{left:100%;right:auto;visibility:visible}.main-header-menu .ast-left-align-sub-menu.focus>.sub-menu,.main-header-menu .ast-left-align-sub-menu:hover>.sub-menu{right:0;left:auto}@media (min-width:769px){.main-header-menu .ast-sub-menu-goes-outside.focus>.sub-menu,.main-header-menu .ast-sub-menu-goes-outside:hover>.sub-menu{left:-100%}.main-header-menu .ast-left-align-sub-menu .sub-menu .menu-item.focus>.sub-menu,.main-header-menu .ast-left-align-sub-menu .sub-menu .menu-item:hover>.sub-menu{left:-100%}}.main-header-menu .sub-menu{width:240px;background:#fff;left:-999em;position:absolute;top:100%;z-index:99999;visibility:hidden}@media (min-width:769px){.main-header-menu .sub-menu .menu-item.focus>.sub-menu,.main-header-menu .sub-menu .menu-item:hover>.sub-menu{left:100%;right:auto}.main-header-menu .sub-menu .ast-left-align-sub-menu.focus>.sub-menu,.main-header-menu .sub-menu .ast-left-align-sub-menu:focus * .sub-menu,.main-header-menu .sub-menu .ast-left-align-sub-menu:hover * .sub-menu,.main-header-menu .sub-menu .ast-left-align-sub-menu:hover>.sub-menu{left:-100%}.main-header-menu .sub-menu .main-header-menu .ast-sub-menu-goes-outside.focus>.sub-menu,.main-header-menu .sub-menu .main-header-menu .ast-sub-menu-goes-outside:hover>.sub-menu{left:-100%}}.main-header-menu .sub-menu .menu-link{padding:.9em 1em;display:block;word-wrap:break-word}.main-header-menu .sub-menu .menu-item:not(.menu-item-has-children) .menu-link .icon-arrow:first-of-type{display:none}#ast-desktop-header .main-header-menu .sub-menu .menu-item.menu-item-has-children>.menu-link .icon-arrow{display:none}#ast-desktop-header .main-header-menu .sub-menu .menu-item.menu-item-has-children>.menu-link .ast-header-navigation-arrow{position:absolute;right:-.5em;top:50%;transform:translate(0,-50%) rotate(270deg);min-height:44px;min-width:44px;-js-display:flex;display:flex;align-items:center;justify-content:center}#ast-desktop-header .main-header-menu .sub-menu .menu-item.menu-item-has-children>.menu-link .ast-header-navigation-arrow .icon-arrow{display:block}#ast-desktop-header .main-header-menu .sub-menu .menu-item.menu-item-has-children>.menu-link .ast-header-navigation-arrow .icon-arrow svg{margin:0}#ast-desktop-header .main-header-menu>.menu-item.menu-item-has-children>.menu-link .ast-header-navigation-arrow{padding-right:10px;margin-right:-10px}#ast-desktop-header .account-main-navigation .sub-menu .menu-item.menu-item-has-children>.menu-link .ast-header-navigation-arrow{transform:translate(0,-50%) rotate(360deg)}.main-header-menu .sub-menu .sub-menu{top:0}.submenu-with-border .sub-menu{border-width:1px;border-style:solid}.submenu-with-border .sub-menu .menu-link{border-width:0 0 1px;border-style:solid}.submenu-with-border .sub-menu .sub-menu{top:-2px}.ast-desktop .submenu-with-border .sub-menu>.menu-item:last-child>.menu-link{border-bottom-style:none}.ast-header-break-point .main-navigation{padding-left:0}.ast-header-break-point .main-navigation ul .menu-item .menu-link{padding:0 20px;display:inline-block;width:100%;border:0;border-bottom-width:1px;border-style:solid;border-color:var(--ast-border-color)}.ast-header-break-point .main-navigation ul .menu-item .menu-link .icon-arrow:first-of-type{margin-right:5px}.ast-header-break-point .main-navigation ul .sub-menu .menu-item:not(.menu-item-has-children) .menu-link .icon-arrow:first-of-type{display:inline}.ast-header-break-point .main-navigation .sub-menu .menu-item .menu-link{padding-left:30px}.ast-header-break-point .main-navigation .sub-menu .menu-item .menu-item .menu-link{padding-left:40px}.ast-header-break-point .main-navigation .sub-menu .menu-item .menu-item .menu-item .menu-link{padding-left:50px}.ast-header-break-point .main-navigation .sub-menu .menu-item .menu-item .menu-item .menu-item .menu-link{padding-left:60px}.ast-header-break-point .main-header-menu{background-color:#f9f9f9;border-top-width:0}.ast-header-break-point .main-header-menu .sub-menu{background-color:#f9f9f9;position:static;opacity:1;visibility:visible;border:0;width:auto}.ast-header-break-point .main-header-menu .sub-menu .ast-left-align-sub-menu.focus>.sub-menu,.ast-header-break-point .main-header-menu .sub-menu .ast-left-align-sub-menu:hover>.sub-menu{left:0}.ast-header-break-point .main-header-menu .ast-sub-menu-goes-outside.focus>.sub-menu,.ast-header-break-point .main-header-menu .ast-sub-menu-goes-outside:hover>.sub-menu{left:0}.ast-header-break-point .submenu-with-border .sub-menu{border:0}.ast-header-break-point .dropdown-menu-toggle{display:none}.ast-mobile-menu-buttons{display:none}.ast-button-wrap{display:inline-block}.ast-button-wrap button{box-shadow:none;border:none}.ast-button-wrap .menu-toggle{padding:0;width:2.2em;height:2.1em;font-size:1.5em;font-weight:400;border-radius:2px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;vertical-align:middle;line-height:1.8571428571}.ast-button-wrap .menu-toggle.main-header-menu-toggle{padding:0 .5em;width:auto;text-align:center}.ast-button-wrap .menu-toggle.main-header-menu-toggle .mobile-menu{font-size:15px;font-size:1rem;font-weight:600}.ast-button-wrap .menu-toggle .menu-toggle-icon{font-style:normal;display:inline-block;vertical-align:middle;line-height:2.05}.ast-button-wrap .menu-toggle .menu-toggle-icon:before{content:"\e5d2";font-family:Astra;text-decoration:inherit}.ast-button-wrap .menu-toggle .icon-menu-bars svg:nth-child(2){display:none}.ast-button-wrap .menu-toggle.toggled .menu-toggle-icon:before{content:"\e5cd"}.ast-button-wrap .menu-toggle.toggled .icon-menu-bars svg:first-child{display:none}.ast-button-wrap .menu-toggle.toggled .icon-menu-bars svg:nth-child(2){display:block}.ast-button-wrap .menu-toggle .mobile-menu-wrap{display:inline-block}.ast-button-wrap .menu-toggle:focus{outline:thin dotted}.header-main-layout-1 .ast-main-header-bar-alignment{margin-left:auto}.site-navigation{height:100%}.site-header .menu-link *{transition:none}.ast-icon.icon-arrow svg{height:.6em;width:.6em;position:relative;margin-left:10px}.ast-icon.icon-search svg{height:1em;width:.9em;margin-top:3px;margin-right:2px}.ast-header-break-point .user-select{clear:both}.ast-header-break-point .ast-mobile-menu-buttons{display:block;align-self:center}.ast-header-break-point .main-header-bar-navigation{flex:auto}.ast-header-break-point .ast-main-header-bar-alignment{display:block;width:100%;flex:auto;order:4}.ast-header-break-point .ast-icon.icon-arrow svg{height:.85em;width:.95em;position:relative;margin-left:10px}.site-main .comment-navigation,.site-main .post-navigation,.site-main .posts-navigation{margin:0 0 1.5em;overflow:hidden}.comment-navigation .nav-previous,.post-navigation .nav-previous,.posts-navigation .nav-previous{position:relative;text-align:left}.comment-navigation .nav-next,.post-navigation .nav-next,.posts-navigation .nav-next{grid-column-start:2;text-align:right}.ast-icon svg:not([fill]){fill:currentColor}.post-navigation a{background:0 0;font-size:1.06666rem;font-size:1rem;padding:0 var(--ast-post-nav-space,1.5em);height:2.33333em;line-height:calc(2.33333em - 3px)}.sticky{display:block}.hentry{margin:0 0 1.5em}.byline{display:none}.group-blog .byline,.single .byline{display:inline}.page-links{clear:both;margin-top:1em}.page-links a{display:inline-block}.page-links a .page-link{border-color:var(--ast-border-color);background:0 0}.page-links .page-link{padding:0;margin:0 0 .3em .3em;border:2px solid var(--ast-border-color);color:#000;background:0 0;font-size:.8em;width:2.5em;height:2.5em;line-height:calc(2.5em - 4px);display:inline-block;text-align:center;transition:all .2s linear}.page-links .page-link:focus,.page-links .page-link:hover{color:#000}@media (max-width:768px){.page-links .page-link{margin-bottom:6px}}.entry-content>:last-child,.entry-summary>:last-child,.page-content>:last-child{margin-bottom:0}.wp-block-separator:not(.is-style-wide):not(.is-style-dots){margin:20px auto}.bypostauthor{display:block}body{overflow-x:hidden}.widget-title{font-weight:400;margin-bottom:1em;line-height:1.5}.widget{margin:0 0 2.8em 0}.widget:last-child{margin-bottom:0}.widget select{max-width:100%}.widget ul{margin:0;list-style-type:none}.no-widget-text{margin-bottom:0}.widget_nav_menu ul ul.sub-menu{margin-top:.25em}.widget_nav_menu ul ul.sub-menu li{padding-left:20px}.widget_nav_menu ul ul.sub-menu a:after{left:-20px}.widget_nav_menu ul ul.sub-menu ul a:after{left:-40px}.widget_nav_menu ul ul.sub-menu ul ul a:after{left:-60px}.widget_nav_menu li{transition:all .2s linear}#secondary .wp-block-search__input{line-height:1}#secondary .wp-block-search__button{padding:.7em 1em}.widget_search .search-form{position:relative;padding:0;background:initial;color:inherit}.widget_search .search-form>label{position:relative}.widget_search .search-form i{color:#3a3a3a}.widget_search .search-form button{position:absolute;top:0;right:15px;border:none;padding:0;cursor:pointer;background:0 0}.widget_search .search-form input[type=submit],.widget_search .search-form input[type=submit]:focus,.widget_search .search-form input[type=submit]:hover{padding:13px 20px;border-radius:2px;border:none;top:0;right:0;position:absolute;color:transparent;background:0 0;max-width:45px;z-index:2}.widget_search .search-form .search-field{background:var(--ast-widget-bg-color);border-width:1px;border-color:var(--ast-border-color);border-radius:2px}.widget_search .search-field,.widget_search .search-field:focus{width:100%;padding:12px 45px 12px 15px}.widget_archive ul.children,.widget_categories ul.children,.widget_pages ul.children{position:relative;margin-top:5px;width:100%}.widget_archive ul.children li,.widget_categories ul.children li,.widget_pages ul.children li{padding-left:20px}.widget_archive li ul.children a:after,.widget_categories li ul.children a:after,.widget_pages li ul.children a:after{left:-20px}.widget_archive li ul.children ul a:after,.widget_categories li ul.children ul a:after,.widget_pages li ul.children ul a:after{left:-40px}.widget_tag_cloud .tagcloud{margin-top:10px;display:inline-block}.widget_tag_cloud .tagcloud a{border:1px solid var(--ast-border-color);padding:.5em .9em;display:inline-block;margin-bottom:4px;font-size:14px;margin-right:4px;line-height:1.5;transition:all .2s linear}.widget_calendar table,.widget_calendar td,.widget_calendar th{padding:0;text-align:center}.widget_calendar table,.widget_calendar th{border:none}.widget_calendar td{border-right:none;border-left:none}.widget_calendar caption{line-height:2.7em}.widget_calendar thead{line-height:2.5em}.widget_calendar thead a{color:#0274be;font-size:1rem;vertical-align:middle}.widget_calendar thead td{vertical-align:middle;font-weight:700}.widget_calendar thead>tr>th{line-height:2.5em;border-bottom:2px solid var(--ast-border-color);border-top:2px solid var(--ast-border-color)}.widget_calendar tbody{line-height:2.1em;text-align:center}.widget_calendar tbody>tr>td{width:14.2857%}.widget_calendar tbody>tr:first-child>td{padding-top:3px}.widget_calendar #today{color:#0274be;font-weight:700;border-bottom:2px solid #0274be}.ast-builder-grid-row{display:grid;grid-template-columns:auto auto;align-items:center;grid-column-gap:20px;overflow-wrap:anywhere}.ast-builder-grid-row>.site-header-section{flex-wrap:nowrap}.ast-builder-footer-grid-columns{grid-column-gap:50px}.ast-builder-grid-row.ast-grid-center-col-layout{grid-template-columns:1fr auto 1fr}.ast-builder-layout-element{align-items:center}.ast-builder-grid-row.ast-grid-center-col-layout-only{-js-display:flex;display:flex;height:100%;justify-content:center}.ast-builder-grid-row.ast-grid-center-col-layout-only .ast-grid-section-center{flex-grow:1}.site-header-section{height:100%;min-height:0;align-items:center}.site-header-section>*{padding:0 10px}.site-header-section>div:first-child{padding-left:0}.site-header-section>div:last-child{padding-right:0}.site-header-section .ast-builder-menu{align-items:center}.ast-builder-layout-element.ast-header-search{height:auto}.ast-grid-right-center-section{justify-content:flex-start;flex-grow:1}.ast-grid-right-section{justify-content:flex-end}.ast-grid-right-section .ast-site-identity>:first-child{text-align:right}.ast-grid-right-section .ast-grid-right-center-section .ast-site-identity>:first-child{text-align:left}.ast-grid-left-center-section{justify-content:flex-end;flex-grow:1}.elementor-nav-menu .ast-icon,.et_pb_menu__wrap .ast-icon,.fl-widget .menu-item .ast-icon{display:none}.ast-logo-title-inline .ast-site-identity{padding:1em 0;-js-display:inline-flex;display:inline-flex;vertical-align:middle;align-items:center;transition:all .2s linear}.ast-grid-section-center{justify-content:center}.ast-grid-section-center .ast-site-identity>:first-child{text-align:center}.ast-builder-social-element{line-height:1;color:#3a3a3a;background:0 0;vertical-align:middle;transition:all 10ms;margin-left:6px;margin-right:6px;justify-content:center;align-items:center}.ast-builder-social-element:hover{color:#0274be}.ast-builder-social-element .social-item-label{padding-left:6px}.ast-social-stack-desktop .ast-builder-social-element,.ast-social-stack-mobile .ast-builder-social-element,.ast-social-stack-tablet .ast-builder-social-element{margin-top:6px;margin-bottom:6px}.ahfb-svg-iconset{-js-display:inline-flex;display:inline-flex;align-self:center}.ahfb-svg-iconset svg{width:17px;height:17px;transition:none}.ahfb-svg-iconset svg>*{transition:none}.ast-footer-copyright p{margin-bottom:0}.ast-builder-grid-row-container{display:grid;align-content:center}.main-header-bar .main-header-bar-navigation{height:100%}.ast-nav-menu .sub-menu{line-height:1.45}.ast-builder-menu .main-navigation{padding:0}.ast-builder-menu .main-navigation>ul{align-self:center}.ast-footer-copyright,.ast-footer-social-wrap,.site-footer-focus-item{width:100%}#astra-footer-menu{margin:0;list-style:none;background:inherit}#astra-footer-menu>ul{margin:0;list-style:none;background:inherit}.ast-header-break-point #ast-mobile-header{display:block}.ast-header-break-point .main-header-bar-navigation{line-height:3}.ast-header-break-point .main-header-bar-navigation .menu-item-has-children>.ast-menu-toggle{display:inline-block;position:absolute;font-size:inherit;top:0;right:20px;cursor:pointer;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;padding:0 .907em;font-weight:400;line-height:inherit}.ast-header-break-point .main-header-bar-navigation .menu-item-has-children>.ast-menu-toggle>.ast-icon.icon-arrow{pointer-events:none}.ast-header-break-point .main-header-bar-navigation .menu-item-has-children .sub-menu{display:none}.ast-header-break-point .ast-mobile-header-wrap .ast-above-header-wrap .main-header-bar-navigation .ast-submenu-expanded>.ast-menu-toggle::before,.ast-header-break-point .ast-mobile-header-wrap .ast-main-header-wrap .main-header-bar-navigation .ast-submenu-expanded>.ast-menu-toggle::before{transform:rotateX(180deg)}.ast-header-break-point .ast-nav-menu .sub-menu{line-height:3}.site-footer-section{justify-content:center}.site-footer-section>*{margin-bottom:10px}.site-footer-section>:last-child{margin-bottom:0}.site-primary-footer-wrap{padding-top:45px;padding-bottom:45px}.site-above-footer-wrap,.site-below-footer-wrap{padding-top:20px;padding-bottom:20px}.ast-hfb-header.ast-header-break-point .main-header-bar-navigation{width:100%;margin:0}.ast-hfb-header .menu-toggle.toggled .ast-mobile-svg{display:none}.ast-hfb-header .menu-toggle.toggled .ast-close-svg{display:block}.menu-toggle .ast-close-svg{display:none}.ast-mobile-header-wrap .menu-toggle .mobile-menu-toggle-icon{-js-display:inline-flex;display:inline-flex;align-self:center}.ast-mobile-header-wrap .menu-toggle .mobile-menu-wrap{-js-display:inline-flex;display:inline-flex;align-self:center;margin-left:.4em}.ast-mobile-header-wrap .ast-button-wrap .menu-toggle.main-header-menu-toggle{-js-display:flex;display:flex;align-items:center;width:auto;height:auto}.menu-toggle .mobile-menu-toggle-icon{-js-display:inline-flex;display:inline-flex;align-self:center}.menu-toggle .mobile-menu-wrap{-js-display:inline-flex;display:inline-flex;align-self:center;margin-left:.4em}.ast-hfb-header .ast-button-wrap .menu-toggle .mobile-menu-wrap{align-items:center;-js-display:flex;display:flex}.ast-button-wrap .menu-toggle.main-header-menu-toggle{padding:.5em;align-items:center;-js-display:flex;display:flex}.ast-search-menu-icon.ast-inline-search .search-field{width:100%;padding:.6em;padding-right:5.5em}.ast-header-account-type-extend-text-profile-type{-js-display:flex;display:flex;gap:10px;align-items:center}@media (min-width:769px){.footer-nav-wrap .astra-footer-horizontal-menu li{margin:0}.footer-nav-wrap .astra-footer-horizontal-menu li:first-child a{padding-left:0}.footer-nav-wrap .astra-footer-horizontal-menu li:last-child a{padding-right:0}.footer-nav-wrap .astra-footer-horizontal-menu a{padding:0 .5em}}.site-header{z-index:99;position:relative}.main-header-container{position:relative}.main-header-bar-wrap{position:relative}.main-header-bar{background-color:#fff;border-bottom-color:var(--ast-border-color);border-bottom-style:solid}.ast-header-break-point .main-header-bar{border:0}.ast-header-break-point .main-header-bar{border-bottom-color:var(--ast-border-color);border-bottom-style:solid}.main-header-bar{margin-left:auto;margin-right:auto}.ast-desktop .main-header-menu.ast-menu-shadow .sub-menu{box-shadow:0 4px 10px -2px rgba(0,0,0,.1)}.ast-header-custom-item-inside .button-custom-menu-item .menu-link{display:none}.ast-header-custom-item-inside.ast-header-break-point .button-custom-menu-item .ast-custom-button-link{display:none}.ast-header-custom-item-inside.ast-header-break-point .button-custom-menu-item .menu-link{display:block}.ast-header-custom-item-inside.ast-header-break-point .button-custom-menu-item{padding-left:0;padding-right:0;margin-top:0;margin-bottom:0}.ast-theme-transparent-header .post-password-form{margin-top:100px}.site-branding{line-height:1;align-self:center}.ast-menu-toggle{display:none;background:0 0;color:inherit;border-style:dotted;border-color:transparent}.ast-menu-toggle:focus,.ast-menu-toggle:hover{background:0 0;border-color:inherit;color:inherit}.ast-menu-toggle:focus{outline:thin dotted}.ast-main-header-nav-open .main-header-bar{padding-bottom:0}.main-header-bar{z-index:4;position:relative}.main-header-bar .main-header-bar-navigation:empty{padding:0}.main-header-bar .main-header-bar-navigation .sub-menu{line-height:1.45}.main-header-bar .main-header-bar-navigation .menu-item-has-children>.menu-link:after{line-height:normal}.custom-mobile-logo-link{display:none}.ast-site-identity{padding:1em 0}.ast-header-break-point .site-header .main-header-bar-wrap .site-branding{flex:1;align-self:center}.ast-header-break-point .ast-site-identity{width:100%}.ast-header-break-point .main-header-bar{display:block;line-height:3}.ast-header-break-point .main-header-bar .main-header-bar-navigation{line-height:3}.ast-header-break-point .main-header-bar .main-header-bar-navigation .sub-menu{line-height:3}.ast-header-break-point .main-header-bar .main-header-bar-navigation .menu-item-has-children .sub-menu{display:none}.ast-header-break-point .main-header-bar .main-header-bar-navigation .menu-item-has-children>.ast-menu-toggle{display:inline-block;position:absolute;font-size:inherit;top:-1px;right:20px;cursor:pointer;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;padding:0 .907em;font-weight:400;line-height:inherit;transition:all .2s}.ast-header-break-point .main-header-bar .main-header-bar-navigation .ast-submenu-expanded>.ast-menu-toggle::before{transform:rotateX(180deg)}.ast-header-break-point .main-header-bar .main-header-bar-navigation .main-header-menu{border-top-width:0}.ast-header-break-point .main-navigation{display:block;width:100%}.ast-header-break-point .main-navigation ul ul{left:auto;right:auto}.ast-header-break-point .main-navigation .stack-on-mobile li{width:100%}.ast-header-break-point .main-navigation .widget{margin-bottom:1em}.ast-header-break-point .main-navigation .widget li{width:auto}.ast-header-break-point .main-navigation .widget:last-child{margin-bottom:0}.ast-header-break-point .main-header-bar-navigation{width:calc(100% + 40px);margin:0 -20px}.ast-header-break-point .main-header-menu ul ul{top:0}.ast-header-break-point .ast-builder-menu{width:100%}.ast-header-break-point .ast-mobile-header-wrap .ast-flex.stack-on-mobile{flex-wrap:wrap}.ast-desktop .main-header-menu>.menu-item .sub-menu:before{position:absolute;content:"";top:0;left:0;width:100%;transform:translateY(-100%)}input[type=email],input[type=number],input[type=password],input[type=reset],input[type=search],input[type=tel],input[type=text],input[type=url],select,textarea{color:#666;padding:.75em;height:auto;border-width:1px;border-style:solid;border-color:var(--ast-border-color);border-radius:2px;background:var(--ast-comment-inputs-background);box-shadow:none;box-sizing:border-box;transition:all .2s linear}input[type=email]:focus,input[type=password]:focus,input[type=reset]:focus,input[type=search]:focus,input[type=tel]:focus,input[type=text]:focus,input[type=url]:focus,select:focus,textarea:focus{background-color:#fff;border-color:var(--ast-border-color);box-shadow:none}input[type=button],input[type=button]:focus,input[type=button]:hover,input[type=reset],input[type=reset]:focus,input[type=reset]:hover,input[type=submit],input[type=submit]:focus,input[type=submit]:hover{box-shadow:none}textarea{width:100%}input[type=search]:focus{outline:thin dotted}.astra-dark-mode-enable form .form-row textarea,.astra-dark-mode-enable input[type=email],.astra-dark-mode-enable input[type=number],.astra-dark-mode-enable input[type=password],.astra-dark-mode-enable input[type=reset],.astra-dark-mode-enable input[type=search],.astra-dark-mode-enable input[type=tel],.astra-dark-mode-enable input[type=text],.astra-dark-mode-enable input[type=url],.astra-dark-mode-enable textarea{background-color:var(--ast-global-color-secondary,--ast-global-color-5);color:var(--ast-global-color-2)!important;border:1px solid var(--ast-border-color)}.astra-dark-mode-enable form .form-row textarea:focus,.astra-dark-mode-enable input[type=email]:focus,.astra-dark-mode-enable input[type=number]:focus,.astra-dark-mode-enable input[type=password]:focus,.astra-dark-mode-enable input[type=reset]:focus,.astra-dark-mode-enable input[type=search]:focus,.astra-dark-mode-enable input[type=tel]:focus,.astra-dark-mode-enable input[type=text]:focus,.astra-dark-mode-enable input[type=url]:focus,.astra-dark-mode-enable textarea:focus{border:1px solid var(--ast-global-color-0)!important;background-color:var(--ast-global-color-secondary,--ast-global-color-5)!important}.astra-dark-mode-enable .select2-container .select2-selection--single,.astra-dark-mode-enable .select2-dropdown,.astra-dark-mode-enable select{background-color:var(--ast-global-color-secondary,--ast-global-color-5);border-color:var(--ast-border-color);color:var(--ast-global-color-2)}.astra-dark-mode-enable .wc-block-components-form .wc-block-components-text-input input[type=email],.astra-dark-mode-enable .wc-block-components-form .wc-block-components-text-input input[type=number],.astra-dark-mode-enable .wc-block-components-form .wc-block-components-text-input input[type=password],.astra-dark-mode-enable .wc-block-components-form .wc-block-components-text-input input[type=url],.astra-dark-mode-enable .wc-block-components-text-input input[type=email],.astra-dark-mode-enable .wc-block-components-text-input input[type=number],.astra-dark-mode-enable .wc-block-components-text-input input[type=password],.astra-dark-mode-enable .wc-block-components-text-input input[type=tel],.astra-dark-mode-enable .wc-block-components-text-input input[type=text],.astra-dark-mode-enable .wc-block-components-text-input input[type=url],.wc-block-components-form .wc-block-components-text-input input[type=tel],.wc-block-components-form .wc-block-components-text-input input[type=text]{background-color:var(--ast-global-color-secondary,--ast-global-color-5);color:var(--ast-global-color-2)}input[type=range]{-webkit-appearance:none;width:100%;margin:5.7px 0;padding:0;border:none}input[type=range]:focus{outline:0}input[type=range]::-webkit-slider-runnable-track{width:100%;height:8.6px;cursor:pointer;box-shadow:2.6px 2.6px .4px #ccc,0 0 2.6px #d9d9d9;background:rgba(255,255,255,.2);border-radius:13.6px;border:0 solid #fff}input[type=range]::-webkit-slider-thumb{box-shadow:0 0 0 rgba(255,221,0,.37),0 0 0 rgba(255,224,26,.37);border:7.9px solid #0274be;height:20px;width:20px;border-radius:50px;background:#0274be;cursor:pointer;-webkit-appearance:none;margin-top:-5.7px}input[type=range]:focus::-webkit-slider-runnable-track{background:rgba(255,255,255,.2)}input[type=range]::-moz-range-track{width:100%;height:8.6px;cursor:pointer;box-shadow:2.6px 2.6px .4px #ccc,0 0 2.6px #d9d9d9;background:rgba(255,255,255,.2);border-radius:13.6px;border:0 solid #fff}input[type=range]::-moz-range-thumb{box-shadow:0 0 0 rgba(255,221,0,.37),0 0 0 rgba(255,224,26,.37);border:7.9px solid #0274be;height:20px;width:20px;border-radius:50px;background:#0274be;cursor:pointer}input[type=color]{border:none;width:100px;padding:0;height:30px;cursor:pointer}input[type=color]::-webkit-color-swatch-wrapper{padding:0;border:none}input[type=color]::-webkit-color-swatch{border:none}.page .entry-header{margin-bottom:1.5em}.search .entry-header{margin-bottom:1em}.ast-single-post .entry-header.ast-header-without-markup,.ast-single-post .entry-header.ast-no-title.ast-no-thumbnail{margin-bottom:0}.entry-header{margin-bottom:1.2em;word-wrap:break-word}.entry-header+.ast-blog-featured-section{margin-top:.5em}.blog-layout-6 .entry-header+.ast-blog-featured-section{margin-top:0}.entry-content{word-wrap:break-word}.entry-content .wp-audio-shortcode,.entry-content .wp-embedded-audio,.entry-content .wp-embedded-video,.entry-content .wp-video,.entry-content p{margin-bottom:1.6em}.entry-content .wp-embedded-audio,.entry-content .wp-embedded-video{display:inline-block}.entry-content::after{display:table;clear:both;content:""}.post-content>.cat-links,.post-content>.read-more,.post-content>.tags-links{display:block;margin-bottom:.8em;font-weight:var(--ast-blog-meta-weight, "")}.ast-excerpt-container>p:last-child{margin-bottom:0}.post-content>.read-more{margin-top:1.5em}.ast-article-inner{width:100%;overflow-wrap:break-word}.read-more a{display:inline-block}.read-more{margin-bottom:0}.read-more .ast-right-arrow{font-size:1em}.ast-no-thumb .ast-blog-featured-section{margin-bottom:0}.ast-no-thumb .entry-header+.ast-blog-featured-section{margin-top:0}.ast-blog-featured-section{margin-bottom:1.5em}.blog-layout-2 .ast-blog-featured-section,.blog-layout-3 .ast-blog-featured-section{margin-bottom:0}.error404 .page-header{margin-bottom:1.5em}.error404 .page-header .page-title{margin-bottom:0}.archive .entry-title,.blog .entry-title,.search .entry-title{line-height:1.3}.archive .format-aside .entry-title,.archive .format-status .entry-title,.blog .format-aside .entry-title,.blog .format-status .entry-title{display:none}.page-title{margin-bottom:1em;font-weight:400}.entry-title{margin-bottom:.2em}.ast-article-post{margin-bottom:2.5em}.ast-article-post:last-child{margin-bottom:0;border-bottom:0}.search .site-content .content-area .search-form{margin-bottom:3em}.blog-layout-1 .post-thumb{padding-left:0;padding-right:0;position:relative}.blog .posted-on{z-index:1}.ast-blog-featured-section .posted-on{width:5.714285714em;height:5.714285714em;padding:.7em}.ast-blog-featured-section .posted-on .date-month,.ast-blog-featured-section .posted-on .date-year{font-size:.8571428571em;line-height:1em}.ast-blog-featured-section .posted-on .date-day{font-size:2.5em;line-height:.9em;font-weight:900;margin:.1em 0}.ast-author-box img.avatar{border-radius:50%;margin:0 0 0 20px}.ast-archive-description{margin-bottom:2.5em;padding-bottom:1.3333em;border-bottom:1px solid var(--ast-border-color)}.ast-archive-description .ast-archive-title{margin-bottom:4px;font-size:40px;font-size:2.85714rem;font-weight:300}.ast-archive-description p{margin-bottom:0;font-size:20px;font-size:1.42857rem;line-height:1.65;font-weight:300}.ast-separate-container .ast-archive-description,.ast-separate-container .ast-author-box{background-color:#eee;padding-bottom:0;border-bottom:0}@media (max-width:1200px){.ast-separate-container .ast-archive-description{margin:0;padding:3.34em 2.4em}}@media (max-width:992px){.ast-separate-container .ast-archive-description{padding:2.14em}}@media (min-width:1201px){.ast-separate-container .ast-archive-description,.ast-separate-container .ast-author-box{margin:0;padding:5em 6.67em 3.33333em}}.single .entry-header{margin-bottom:2em}.single .post-navigation{margin:0;padding:2em 0 0;border-top:1px solid var(--ast-single-post-border,var(--ast-border-color))}@media (max-width:768px){.single .post-navigation{padding-top:1.5em}}.single .post-navigation a{margin:2px;display:inline-block;color:#000}.single .post-navigation a p{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}@media (min-width:421px){.single .post-navigation .nav-links{-js-display:flex;display:flex;width:100%}.single .post-navigation .nav-links:not(:has(.nav-previous)){justify-content:flex-end}.single .post-navigation .nav-links .nav-previous+.nav-next{width:50%}.single .post-navigation .nav-next,.single .post-navigation .nav-previous{width:50%}}@media (max-width:420px){.single .post-navigation .ast-left-arrow,.single .post-navigation .ast-right-arrow{display:none}.single .post-navigation .nav-links:not(:has(.nav-previous)){justify-content:flex-end}.single .post-navigation .nav-next,.single .post-navigation .nav-previous{width:50%}.single .post-navigation .nav-next a,.single .post-navigation .nav-previous a{max-width:95%;width:100%}.single .post-navigation .nav-previous{margin-bottom:1em}}.single .entry-header .post-thumb{margin-bottom:2em}.single .entry-header .post-thumb img{margin-top:0;margin-bottom:0}.page .has-post-thumbnail .post-thumb img{margin-bottom:1.5em}.post-password-form{text-align:center}@media (max-width:420px){.post-password-form input[type=password]{display:block;margin:10px auto}}.post-password-form input[type=submit]{padding:10px 20px;border-radius:2px}.ast-author-avatar{margin:0 5px}.ast-author-avatar img{border-radius:100%;width:var(--ast-author-avatar-size,30px);height:var(--ast-author-avatar-size,30px)}.ast-separate-container .post-navigation{border-top:0;padding-left:var(--ast-post-nav-space,3.33333em);padding-right:var(--ast-post-nav-space,3.33333em)}@media (max-width:420px){.ast-separate-container .post-navigation{padding-left:0;padding-right:0}}@media (max-width:768px){.ast-separate-container .entry-header{margin-bottom:1em}}.ast-404-layout-1{text-align:center;margin:4em auto}.ast-404-layout-1 .page-sub-title{font-size:1.5rem;font-weight:700}.ast-404-layout-1 .widget_search{padding-top:.5em}.ast-404-search{margin-top:1.5em}.ast-404-search .widget_search{max-width:370px;margin:0 auto}.ast-separate-container .error-404,.ast-separate-container .no-results{background-color:#fff}@media (max-width:1200px){.ast-separate-container .ast-404-layout-1,.ast-separate-container .no-results{margin:0;padding:3.34em 2.4em}}@media (max-width:768px){.ast-separate-container .ast-404-layout-1,.ast-separate-container .no-results{padding:1.5em 2.14em}}@media (max-width:544px){.ast-separate-container .ast-404-layout-1,.ast-separate-container .no-results{padding:1.5em 1em}}@media (min-width:1201px){.ast-separate-container .ast-404-layout-1,.ast-separate-container .no-results{margin:0;padding:5.34em 6.67em}}.blog-layout-1{width:100%;display:inline-block;padding-bottom:2em;vertical-align:middle;border-bottom:1px solid var(--ast-border-color)}.blog-layout-1 .posted-on{left:0}.blog-layout-1 .post-content,.blog-layout-1 .post-thumb{padding-left:0;padding-right:0}.ast-flex{-js-display:flex;display:flex;flex-wrap:wrap}.ast-flex-1{flex:1}.ast-flex-2{flex:2}.ast-flex-3{flex:3}.ast-flex-4{flex:4}.ast-flex-5{flex:5}.ast-inline-flex{-js-display:inline-flex;display:inline-flex;align-items:center;flex-wrap:wrap;align-content:center}.ast-flex-direction-row{flex-direction:row}.ast-flex-direction-row-reverse{flex-direction:row-reverse}.ast-flex-direction-column{flex-direction:column}.ast-flex-direction-column-reverse{flex-direction:column-reverse}.ast-flex-wrap-nowrap{flex-wrap:nowrap}.ast-flex-wrap-wrap{flex-wrap:wrap}.ast-flex-wrap-wrap-reverse{flex-wrap:wrap-reverse}.ast-justify-content-flex-start{justify-content:flex-start}.ast-justify-content-flex-end{justify-content:flex-end}.ast-justify-content-center{justify-content:center}.ast-justify-content-space-between{justify-content:space-between}.ast-justify-content-space-around{justify-content:space-around}.ast-align-items-flex-start{align-items:flex-start}.ast-align-items-flex-end{align-items:flex-end}.ast-align-items-center{align-items:center}.ast-align-items-baseline{align-items:baseline}.ast-align-items-stretch{align-items:stretch}.ast-align-content-flex-start{align-content:flex-start}.ast-align-content-flex-end{align-content:flex-end}.ast-align-content-center{align-content:center}.ast-align-content-space-between{align-content:space-between}.ast-align-content-space-around{align-content:space-around}.ast-align-content-stretch{align-content:stretch}.ast-order-1{order:1}.ast-order-2{order:2}.ast-order-3{order:3}.ast-order-4{order:4}.ast-order-5{order:5}.ast-flex-grow-1{flex-grow:1}.ast-flex-grow-2{flex-grow:2}.ast-flex-grow-3{flex-grow:3}.ast-flex-grow-4{flex-grow:4}.ast-flex-grow-5{flex-grow:5}.ast-flex-shrink-1{flex-shrink:1}.ast-flex-shrink-2{flex-shrink:2}.ast-flex-shrink-3{flex-shrink:3}.ast-flex-shrink-4{flex-shrink:4}.ast-flex-shrink-5{flex-shrink:5}.ast-align-self-auto{align-self:auto}.ast-align-self-flex-start{align-self:flex-start}.ast-align-self-flex-end{align-self:flex-end}.ast-align-self-center{align-self:center}.ast-align-self-baseline{align-self:baseline}.ast-align-self-stretch{align-self:stretch}
@font-face{font-family:dashicons;src:url(https://www.filsonfilters.com/wp-content/plugins/translatepress-developer/add-ons-pro/automatic-language-detection/assets/css//wp-includes/fonts/dashicons.woff),url(https://www.filsonfilters.com/wp-content/plugins/translatepress-developer/add-ons-pro/automatic-language-detection/assets/css//wp-includes/fonts/dashicons.ttf)format("truetype"),url(https://www.filsonfilters.com/wp-content/plugins/translatepress-developer/add-ons-pro/automatic-language-detection/assets/css//wp-includes/fonts/dashicons.svg#dashicons)format("svg"),url(https://www.filsonfilters.com/wp-content/plugins/translatepress-developer/add-ons-pro/automatic-language-detection/assets/css//wp-includes/fonts/dashicons.eot);font-weight:400;font-style:normal;font-display: swap;
}#trp_ald_modal_container{background-color:rgba(0,0,0,.2);top:50%;left:50%;transform:translate(-50%,-50%);width:100%;height:100%;position:fixed;z-index:2000000000000;pointer-events:none}#trp_ald_modal_popup{box-shadow:0 0 10px #6c7781;top:40px!important;position:relative}#trp_ald_modal_popup{background-color:#f0f0ee;width:570px;max-width:75%;border:1px solid #4c6066;padding:25px 40px;margin:auto;pointer-events:auto}#trp_ald_popup_text{text-align:left;font-size:17px}.trp_ald_select_and_button{display:flex;justify-content:space-between;margin-top:14px;font-size:17px}.trp_ald_button{margin-left:12px;width:287px}#trp_ald_popup_change_language{text-transform:none;width:100%;background:#2271b1;border-color:#2271b1;color:#fff;text-decoration:none;text-shadow:none;justify-content:center;align-items:center;display:inline-grid;font-weight:400;font-size:17px;height:50px;min-height:30px;margin:0;padding:0;cursor:pointer;border-width:1px;border-style:solid;-webkit-appearance:none;border-radius:3px;white-space:nowrap;box-sizing:border-box}#trp_ald_popup_change_language:hover{background:#135e96;border-color:#135e96;color:#fff}#trp_ald_x_button_and_textarea{text-decoration:none;display:flex;vertical-align:middle;align-items:center;cursor:pointer!important;color:#0085ba!important;font-size:14px;margin-top:15px;width:50%;height:100%;pointer-events:visibleFill}#trp_ald_x_button_textarea{text-decoration:underline;margin-bottom:3px;height:auto;width:auto;color:#0085ba!important;cursor:pointer!important;text-align:left}#trp_ald_x_button_textarea:hover{background-color:initial;pointer-events:auto;cursor:pointer!important;z-index:20000000000000}#trp_ald_modal_popup #trp_ald_x_button{display:inline-table;width:0;background:0 0;padding:0;border:none;text-decoration:none;color:transparent;-webkit-backface-visibility:hidden;outline:none;z-index:1}#trp_ald_modal_popup #trp_ald_x_button::before{content:"\f153";font:16px/20px dashicons;text-align:center;color:#0085ba!important;background:0 0!important;-webkit-font-smoothing:antialiased}#trp_ald_modal_popup #trp_ald_x_button::before:hover{background:0 0}.trp_ald_ls_container{height:50px;width:100%;color:#4c6066;font-size:19px}.trp_ald_ls_container .trp-language-switcher-container{width:100%;margin:0;user-select:none}.trp_ald_ls_container .trp-language-switcher-container>div{background-image:linear-gradient( 60deg,transparent 50%,#C9C0BB 50%),linear-gradient( 120deg,#C9C0BB 50%,transparent 50%);background-position:calc(100% - 18px)calc(1em),calc(100% - 12px)calc(1em);background-size:6px 12px,6px 12px;background-repeat:no-repeat}.trp_ald_ls_container .trp-language-switcher-container .trp-ls-shortcode-language.trp-ls-clicked{background-image:none}.trp_ald_ls_container .trp-ls-shortcode-current-language{width:100%;height:50px;justify-content:left;padding-bottom:12px;border:2px solid #c9c0bb;padding-top:8px;padding-right:33px;vertical-align:middle;color:#4c6066;font-size:18px;overflow:hidden}.trp_ald_ls_container .trp-ls-shortcode-language{width:100%;height:50px;justify-content:left;border:2px solid #c9c0bb;z-index:1000000000000000}.trp_ald_ls_container .trp-ls-shortcode-current-language:hover{cursor:pointer}.trp_ald_ls_container .trp-ls-shortcode-language>div:hover{cursor:pointer;background:#135e96;color:#fff}.trp_ald_ls_container .trp-ald-popup-select{padding-top:5px;padding-bottom:5px;padding-right:33px;font-size:18px;margin-right:-15px}.trp_ald_ls_container .trp-ls-shortcode-current-language{padding-bottom:12px;padding-top:6px;vertical-align:middle;color:#4c6066;font-size:18px}.trp_ald_ls_container .trp-ls-shortcode-language{padding-bottom:3px;padding-top:3px;vertical-align:middle;color:#4c6066;font-size:18px}.trp_ald_ls_container .trp-ls-shortcode-current-language img.trp-flag-image{display:inline-block;padding-top:9px;margin-left:8px;margin-right:8px;pointer-events:none}.trp_ald_ls_container .trp-ls-shortcode-language img.trp-flag-image{display:inline-block;padding-top:9px;margin-left:8px;margin-right:8px;pointer-events:none}.trp_ald_ls_container [special-selector=trp_ald_popup_current_language]{padding-top:8px;padding-right:33px;vertical-align:middle;color:#4c6066;font-size:18px;overflow:hidden}#trp_ald_popup_select_container .trp-ls-shortcode-language{display:none}.trp_ald_ls_container .trp-language-switcher .trp-ls-shortcode-current-language.trp-ls-clicked{visibility:hidden}.trp_ald_ls_container .trp-language-switcher:hover div.trp-ls-shortcode-current-language{visibility:visible}.trp_ald_ls_container .trp-language-switcher:hover div.trp-ls-shortcode-language{visibility:hidden;height:1px}.trp_ald_ls_container .trp-language-switcher .trp-ls-shortcode-language.trp-ls-clicked,.trp_ald_ls_container .trp-language-switcher:hover .trp-ls-shortcode-language.trp-ls-clicked{visibility:visible;height:auto;position:absolute;left:0;top:0;display:inline-block!important}#trp_no_text_popup_wrap{width:100%;background-color:#f0f0ee;z-index:999999999999999999999999999999999;box-shadow:0 0 10px #6c7781}#trp_no_text_popup{align-items:center;padding:25px 30px;border:1px solid grey;justify-content:space-between;display:flex;vertical-align:middle}#trp_ald_not_text_popup_ls_and_button{display:flex;justify-content:center;width:100%;vertical-align:middle;align-items:center}#trp_ald_no_text_popup_div{text-align:left;font-size:17px;margin-right:10px;max-width:375px}#trp_ald_not_text_popup_buttons_wrap{position:relative;display:flex;justify-content:center;align-items:center}#trp_ald_not_text_popup_ls_and_button .trp_ald_ls_container{max-width:240px;color:#4c6066;font-size:19px}#trp_ald_not_text_popup_ls_and_button .trp_ald_ls_container [special-selector=trp_ald_popup_current_language]{padding-top:8px;padding-right:33px;vertical-align:middle;color:#4c6066;font-size:18px;overflow:hidden}#trp_ald_not_text_popup_ls_and_button .trp_ald_ls_container .trp-ls-shortcode-language{padding-bottom:3px;padding-top:3px;vertical-align:middle;z-index:1000000}.trp_ald_change_language_div{min-width:173px;height:auto}#trp_ald_no_text_popup_change_language{text-transform:none;padding:4px 10px;height:50px;text-align:center;background:#2271b1;border-color:#2271b1;color:#fff;text-decoration:none;text-shadow:none;display:inline-block;font-weight:400;font-size:17px;line-height:2.15384615;min-height:30px;margin-left:10px;width:100%;cursor:pointer;border-width:1px;border-style:solid;-webkit-appearance:none;border-radius:3px;white-space:nowrap;box-sizing:border-box}#trp_ald_no_text_popup_change_language:hover{background:#135e96;border-color:#135e96;color:#fff}#trp_ald_no_text_popup_x{width:65px;padding-left:5px}#trp_no_text_popup #trp_close{width:0;background:0 0;padding:0;border:none;text-decoration:none;color:transparent;-webkit-backface-visibility:hidden;outline:none}#trp_no_text_popup #trp_close::before{content:"\f153";font:35px/40px dashicons;text-align:center;cursor:pointer;color:#0085ba!important;background:0 0!important;-webkit-font-smoothing:antialiased}#trp_ald_no_text_popup_x_button_and_textarea{display:none;cursor:pointer;vertical-align:middle}#trp_ald_no_text_popup_x_button_textarea{text-decoration:underline;margin-bottom:3px;color:#0085ba;font-size:15px;margin-top:15px}#trp_ald_no_text_popup_x_button{width:0;background:0 0;padding:0;border:none;text-decoration:none;color:transparent;-webkit-backface-visibility:hidden;outline:none}#trp_ald_no_text_popup_x_button::before{content:"\f153";font:16px/20px dashicons;text-align:center;color:#0085ba!important;background:0 0!important;-webkit-font-smoothing:antialiased}@media screen and (max-width:937px){#trp_ald_not_text_popup_ls_and_button{width:80%}}@media screen and (max-width:780px){#trp_ald_modal_popup{width:80%}.trp_ald_select_and_button{display:block;margin-top:32px}.trp_ald_ls_container [special-selector=trp_ald_popup_current_language]{overflow:hidden}.trp_ald_button{width:100%;margin-left:0;margin-top:14px}#trp_ald_x_button_and_textarea{width:100%}#trp_no_text_popup{justify-content:center}#trp_ald_not_text_popup_ls_and_button{display:block;max-width:240px}#trp_ald_no_text_popup_x{display:none}#trp_ald_no_text_popup_x_button_and_textarea{display:block}#trp_ald_not_text_popup_ls_and_button .trp_ald_ls_container{max-width:100%;margin-top:32px}#trp_ald_no_text_popup_select_container{display:none}.trp_ald_change_language_div{width:100%;margin-top:14px;min-width:30px}#trp_ald_no_text_popup_change_language{margin-left:0;height:unset;white-space:pre-wrap}#trp_ald_no_text_popup_x_button_and_textarea{margin-top:15px}}
[id^="ez-toc-container"]{background:#F9F9F9;border:1px solid #AAA;border-radius:4px;-webkit-box-shadow:0 1px 1px rgb(0 0 0 / .05);box-shadow:0 1px 1px rgb(0 0 0 / .05);display:table;margin-bottom:1em;padding-top:10px;padding-right:20px;padding-bottom:10px;padding-left:10px;position:relative;width:auto}div.ez-toc-widget-container{padding:0;position:relative}[id^="ez-toc-container"].ez-toc-light-blue{background:#EDF6FF}[id^="ez-toc-container"].ez-toc-white{background:#FFF}[id^="ez-toc-container"].ez-toc-black{background:#000}[id^="ez-toc-container"].ez-toc-transparent{background:none #fff0}div.ez-toc-widget-container ul{display:block}div.ez-toc-widget-container li{border:none;padding:0}div.ez-toc-widget-container ul.ez-toc-list{padding:10px}[id^="ez-toc-container"] ul ul,.ez-toc div.ez-toc-widget-container ul ul{margin-left:1.5em}[id^="ez-toc-container"] ul,[id^="ez-toc-container"] li{margin:0;padding:0}[id^="ez-toc-container"] ul,[id^="ez-toc-container"] li,[id^="ez-toc-container"] ul li,div.ez-toc-widget-container,div.ez-toc-widget-container li{background:none;list-style:none none;line-height:1.6;margin:0;overflow:hidden;z-index:1}[id^="ez-toc-container"] .ez-toc-title{text-align:left;line-height:1.45;margin:0;padding:0}.ez-toc-title-container{display:table;width:100%}.ez-toc-title,.ez-toc-title-toggle{display:inline;text-align:left;vertical-align:middle}[id^="ez-toc-container"].ez-toc-black p.ez-toc-title{color:#FFF}[id^="ez-toc-container"] div.ez-toc-title-container+ul.ez-toc-list{margin-top:1em}.ez-toc-wrap-left{margin:0 auto 1em 0px!important}.ez-toc-wrap-left-text{float:left}.ez-toc-wrap-right{margin:0 0 1em auto!important}.ez-toc-wrap-right-text{float:right}[id^="ez-toc-container"] a{color:#444;box-shadow:none;text-decoration:none;text-shadow:none;display:inline-flex;align-items:stretch;flex-wrap:nowrap}[id^="ez-toc-container"] a:visited{color:#9f9f9f}[id^="ez-toc-container"] a:hover{text-decoration:underline}[id^="ez-toc-container"].ez-toc-black a{color:#FFF}[id^="ez-toc-container"].ez-toc-black a:visited{color:#FFF}[id^="ez-toc-container"] a.ez-toc-toggle{display:flex;align-items:center;color:#444}.ez-toc-widget-container ul.ez-toc-list li::before{content:' ';position:absolute;left:0;right:0;height:30px;line-height:30px;z-index:-1}.ez-toc-widget-container ul.ez-toc-list li.active{background-color:#EDEDED}.ez-toc-widget-container li.active>a{font-weight:900}.ez-toc-btn{display:inline-block;padding:6px 12px;margin-bottom:0;font-size:14px;font-weight:400;line-height:1.428571429;text-align:center;white-space:nowrap;vertical-align:middle;cursor:pointer;background-image:none;border:1px solid #fff0;border-radius:4px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none}.ez-toc-btn:focus{outline:thin dotted #333;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.ez-toc-btn:hover,.ez-toc-btn:focus{color:#333;text-decoration:none}.ez-toc-btn:active,.ez-toc-btn.active{background-image:none;outline:0;-webkit-box-shadow:inset 0 3px 5px rgb(0 0 0 / .125);box-shadow:inset 0 3px 5px rgb(0 0 0 / .125)}.ez-toc-btn-default{color:#333;background-color:#fff;border-color:#ccc}.ez-toc-btn-default:hover,.ez-toc-btn-default:focus,.ez-toc-btn-default:active,.ez-toc-btn-default.active{color:#333;background-color:#ebebeb;border-color:#adadad}.ez-toc-btn-default:active,.ez-toc-btn-default.active{background-image:none}.ez-toc-btn-sm,.ez-toc-btn-xs{padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.ez-toc-btn-xs{padding:1px 5px}.ez-toc-btn-default{text-shadow:0 -1px 0 rgb(0 0 0 / .2);-webkit-box-shadow:inset 0 1px 0 rgb(255 255 255 / .15),0 1px 1px rgb(0 0 0 / .075);box-shadow:inset 0 1px 0 rgb(255 255 255 / .15),0 1px 1px rgb(0 0 0 / .075)}.ez-toc-btn-default:active{-webkit-box-shadow:inset 0 3px 5px rgb(0 0 0 / .125);box-shadow:inset 0 3px 5px rgb(0 0 0 / .125)}.ez-toc-btn:active,.btn.active{background-image:none}.ez-toc-btn-default{text-shadow:0 1px 0 #fff;background-image:-webkit-gradient(linear,left 0,left 100%,from(#fff),to(#e0e0e0));background-image:-webkit-linear-gradient(top,#fff 0,#e0e0e0 100%);background-image:-moz-linear-gradient(top,#fff 0,#e0e0e0 100%);background-image:linear-gradient(to bottom,#fff 0,#e0e0e0 100%);background-repeat:repeat-x;border-color:#dbdbdb;border-color:#ccc;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',endColorstr='#ffe0e0e0',GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}.ez-toc-btn-default:hover,.ez-toc-btn-default:focus{background-color:#e0e0e0;background-position:0 -15px}.ez-toc-btn-default:active,.ez-toc-btn-default.active{background-color:#e0e0e0;border-color:#dbdbdb}.ez-toc-pull-right{float:right!important;margin-left:10px}[id^="ez-toc-container"] label.cssicon,#ez-toc-widget-container label.cssicon{height:30px}.ez-toc-glyphicon{position:relative;top:1px;display:inline-block;font-family:'Glyphicons Halflings';-webkit-font-smoothing:antialiased;font-style:normal;font-weight:400;line-height:1;-moz-osx-font-smoothing:grayscale}.ez-toc-glyphicon:empty{width:1em}.ez-toc-toggle i.ez-toc-glyphicon{font-size:16px;margin-left:2px}[id^="ez-toc-container"] input{position:absolute;left:-999em}[id^="ez-toc-container"] input[type="checkbox"]:checked+nav,#ez-toc-widget-container input[type="checkbox"]:checked+nav{opacity:0;max-height:0;border:none;display:none}[id^="ez-toc-container"] label{position:relative;cursor:pointer;display:initial}[id^="ez-toc-container"] .ez-toc-js-icon-con{position:relative;cursor:pointer;display:initial}[id^="ez-toc-container"] .ez-toc-toggle label{float:right;position:relative;font-size:16px;padding:0;border:1px solid #999191;border-radius:5px;cursor:pointer;left:10px;width:35px}[id^="ez-toc-container"] .ez-toc-js-icon-con{float:right;position:relative;font-size:16px;padding:0;border:1px solid #999191;border-radius:5px;cursor:pointer;left:10px;width:35px}div[id^="ez-toc-container"] .ez-toc-title{display:initial}.ez-toc-wrap-center{margin:0 auto 1em auto!important}[id^="ez-toc-container"] a.ez-toc-toggle{color:#444;background:inherit;border:inherit}.ez-toc-toggle #item{position:absolute;left:-999em}label.cssicon .ez-toc-glyphicon:empty{font-size:16px;margin-left:2px}label.cssiconcheckbox{display:none}.ez-toc-widget-container ul li a{padding-left:10px;display:inline-flex;align-items:stretch;flex-wrap:nowrap}.ez-toc-widget-container ul.ez-toc-list li{height:auto!important}.ez-toc-cssicon{float:right;position:relative;font-size:16px;padding:0;border:1px solid #999191;border-radius:5px;cursor:pointer;left:10px;width:35px}.ez-toc-icon-toggle-span{display:flex;align-items:center;width:35px;height:30px;justify-content:center;direction:ltr}[id^="ez-toc-container"] .eztoc-toggle-hide-by-default{display:none}.eztoc_no_heading_found{background-color:#ff0;padding-left:10px}.eztoc-hide{display:none}.term-description .ez-toc-title-container p:nth-child(2){width:50px;float:right;margin:0}.ez-toc-list.ez-toc-columns-2{column-count:2;column-gap:20px;column-fill:balance}.ez-toc-list.ez-toc-columns-2>li{display:block;break-inside:avoid;margin-bottom:8px;page-break-inside:avoid}.ez-toc-list.ez-toc-columns-3{column-count:3;column-gap:20px;column-fill:balance}.ez-toc-list.ez-toc-columns-3>li{display:block;break-inside:avoid;margin-bottom:8px;page-break-inside:avoid}.ez-toc-list.ez-toc-columns-4{column-count:4;column-gap:20px;column-fill:balance}.ez-toc-list.ez-toc-columns-4>li{display:block;break-inside:avoid;margin-bottom:8px;page-break-inside:avoid}.ez-toc-list.ez-toc-columns-optimized{column-fill:balance;orphans:2;widows:2}.ez-toc-list.ez-toc-columns-optimized>li{display:block;break-inside:avoid;page-break-inside:avoid}@media (max-width:768px){.ez-toc-list.ez-toc-columns-2,.ez-toc-list.ez-toc-columns-3,.ez-toc-list.ez-toc-columns-4{column-count:1;column-gap:0}}@media (max-width:1024px) and (min-width:769px){.ez-toc-list.ez-toc-columns-4{column-count:2}.ez-toc-list.ez-toc-columns-3{column-count:2}}.fusion-footer [id^="ez-toc-container"]{display:none}.ez-toc-split-section{margin-top:1.5em;float:none!important;clear:both}

.ast-page-builder-template .ast-article-post{margin-bottom:2.5em}.ast-featured-post{float:none}.ast-separate-container .ast-separate-posts.ast-article-post{margin-bottom:2em}.ast-animate-hidden{visibility:hidden;opacity:0}.ast-animate-display{visibility:visible;opacity:1}.ast-no-thumb .ast-date-meta .posted-on{margin-bottom:1.5em}.ast-date-meta.circle .posted-on{border-radius:50%;overflow:hidden}.has-post-thumbnail .ast-date-meta.circle .posted-on{margin:1em}.ast-separate-container .ast-grid-1 .blog-layout-1{padding:0}.ast-separate-container .ast-grid-1 .blog-layout-2,.ast-separate-container .ast-grid-1 .blog-layout-3{padding:0;border-bottom:0}.ast-separate-container .ast-grid-2 .ast-article-post .blog-layout-2,.ast-separate-container .ast-grid-2 .ast-article-post .blog-layout-3,.ast-separate-container .ast-grid-3 .ast-article-post .blog-layout-2,.ast-separate-container .ast-grid-3 .ast-article-post .blog-layout-3,.ast-separate-container .ast-grid-4 .ast-article-post .blog-layout-2,.ast-separate-container .ast-grid-4 .ast-article-post .blog-layout-3{border-bottom:0}.ast-separate-container .blog-layout-1,.ast-separate-container .blog-layout-2,.ast-separate-container .blog-layout-3{padding:2.66666em}.ast-separate-container .ast-grid-2 .blog-layout-1,.ast-separate-container .ast-grid-2 .blog-layout-2,.ast-separate-container .ast-grid-2 .blog-layout-3,.ast-separate-container .ast-grid-3 .blog-layout-1,.ast-separate-container .ast-grid-3 .blog-layout-2,.ast-separate-container .ast-grid-3 .blog-layout-3,.ast-separate-container .ast-grid-4 .blog-layout-1,.ast-separate-container .ast-grid-4 .blog-layout-2,.ast-separate-container .ast-grid-4 .blog-layout-3{padding:1.5em}@media(max-width:1200px){.ast-separate-container .ast-grid-2 .ast-article-post:nth-child(2n+0),.ast-separate-container .ast-grid-2 .ast-article-post:nth-child(odd),.ast-separate-container .ast-grid-3 .ast-article-post:nth-child(2n+0),.ast-separate-container .ast-grid-3 .ast-article-post:nth-child(odd),.ast-separate-container .ast-grid-4 .ast-article-post:nth-child(2n+0),.ast-separate-container .ast-grid-4 .ast-article-post:nth-child(odd){padding:0}.ast-separate-container .blog-layout-1,.ast-separate-container .blog-layout-2,.ast-separate-container .blog-layout-3{padding:1.5em}}.site-content .ast-grid-2 .ast-article-post,.site-content .ast-grid-3 .ast-article-post,.site-content .ast-grid-4 .ast-article-post{background:0 0}.site-content .ast-grid-2 .ast-article-post .blog-layout-2,.site-content .ast-grid-2 .ast-article-post .blog-layout-3,.site-content .ast-grid-3 .ast-article-post .blog-layout-2,.site-content .ast-grid-3 .ast-article-post .blog-layout-3,.site-content .ast-grid-4 .ast-article-post .blog-layout-2,.site-content .ast-grid-4 .ast-article-post .blog-layout-3{border-bottom:0}.ast-page-builder-template .ast-article-post .entry-header{margin:auto auto 1em;padding:0}.ast-article-post .ast-post-format-audio.ast-embeded-audio .ast-date-meta .posted-on{position:relative;display:inline-block;margin-bottom:1em}hr.post-divider{height:0;margin:0}hr.ast-single-previous-hr{height:0;margin-top:2em}.ast-show-comments-data{padding:2em 6.67em}.ast-show-comments-data .ast-show-comments{cursor:pointer}.ast-show-comments-data .ast-show-comments,.ast-show-comments-data .ast-show-comments-count{max-width:640px;text-align:center;margin-left:auto;margin-right:auto}.ast-show-comments-data .ast-show-comments-count{margin-bottom:2em}.ast-pagination-circle .ast-pagination .page-numbers,.ast-pagination-square .ast-pagination .page-numbers{border-style:solid;border-width:1px;line-height:2.33333em}.ast-pagination-circle .ast-pagination .page-numbers{border-radius:50%}.ast-pagination-circle .ast-pagination .next.page-numbers,.ast-pagination-circle .ast-pagination .prev.page-numbers{border-radius:30px}@media all and (max-width:768px){#content:before{content:""}}.ast-pagination-infinite{text-align:center;margin:2.5em 0 0}.ast-page-builder-template .ast-pagination-infinite{margin:2.5em 0}.infinite-scroll .posts-navigation,.infinite-scroll.neverending .site-footer{display:none}.infinity-end.neverending .site-footer{display:block}.no-more{cursor:default}.ast-loader{display:none;margin:0 auto;min-height:58px;line-height:58px;width:70px;text-align:center}.ast-loader>div{width:18px;height:18px;background-color:#0085ba;border-radius:100%;display:inline-block;animation:sk-bouncedelay 1.4s infinite ease-in-out both}.ast-loader .ast-loader-1{animation-delay:-.32s}.ast-loader .ast-loader-2{animation-delay:-.16s}@keyframes sk-bouncedelay{0%,100%,80%{transform:scale(0)}40%{transform:scale(1)}}.ast-blog-pagination-type-infinite .ast-pagination{display:none}.blog-layout-1 .post-thumb .posted-on{position:absolute;top:0}.blog-layout-1 .post-thumb .posted-on .entry-date span{display:block;width:100%;text-align:center}.blog-layout-1.ast-no-thumb .posted-on{position:relative;display:inline-block}.ast-separate-container .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section .square .posted-on{margin-left:calc(-1 * var(--ast-container-default-xlg-padding))}@media(max-width:1200px){.ast-separate-container .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section .square .posted-on{margin-left:calc(-1 * var(--ast-container-default-lg-padding))}}.ast-separate-container .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section .circle .posted-on{margin-left:calc(-1 * var(--ast-container-default-slg-padding))}@media(max-width:1200px){.ast-separate-container .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section .circle .posted-on{margin-left:calc(-1 * var(--ast-container-default-xxs-padding))}}.ast-separate-container .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section:first-child .square .posted-on{margin-top:calc(-1 * var(--ast-container-default-md-padding))}@media(max-width:1200px){.ast-separate-container .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section:first-child .square .posted-on{margin-top:calc(-1 * var(--ast-container-default-sm-padding))}}.ast-separate-container .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section:first-child .circle .posted-on{margin-top:calc(-1 * var(--ast-container-default-slg-padding))}@media(max-width:1200px){.ast-separate-container .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section:first-child .circle .posted-on{margin-top:calc(-1 * var(--ast-container-default-xs-padding))}}.ast-separate-container .ast-article-post.remove-featured-img-padding .blog-layout-1 .post-content .ast-blog-featured-section:first-child .post-thumb-img-content{margin-top:calc(-1 * var(--ast-container-default-md-padding))}@media(max-width:1200px){.ast-separate-container .ast-article-post.remove-featured-img-padding .blog-layout-1 .post-content .ast-blog-featured-section:first-child .post-thumb-img-content{margin-top:calc(-1 * var(--ast-container-default-sm-padding))}}.ast-separate-container .ast-article-post.remove-featured-img-padding .blog-layout-1 .post-thumb-img-content{margin-left:calc(-1 * var(--ast-container-default-xlg-padding));margin-right:calc(-1 * var(--ast-container-default-xlg-padding))}@media(max-width:1200px){.ast-separate-container .ast-article-post.remove-featured-img-padding .blog-layout-1 .post-thumb-img-content{margin-left:calc(-1 * var(--ast-container-default-xs-padding));margin-right:calc(-1 * var(--ast-container-default-xs-padding))}}.ast-separate-container .ast-article-single.remove-featured-img-padding .single-layout-1 .entry-header .post-thumb-img-content:first-child{margin-top:calc(-1 * var(--ast-container-default-md-padding))}@media(max-width:1200px){.ast-separate-container .ast-article-single.remove-featured-img-padding .single-layout-1 .entry-header .post-thumb-img-content:first-child{margin-top:calc(-1 * var(--ast-container-default-sm-padding))}}.ast-separate-container .ast-article-single.remove-featured-img-padding .single-layout-1 .post-thumb-img-content{margin-left:calc(-1 * var(--ast-container-default-xlg-padding));margin-right:calc(-1 * var(--ast-container-default-xlg-padding))}@media(max-width:1200px){.ast-separate-container .ast-article-single.remove-featured-img-padding .single-layout-1 .post-thumb-img-content{margin-left:calc(-1 * var(--ast-container-default-xs-padding));margin-right:calc(-1 * var(--ast-container-default-xs-padding))}}.ast-separate-container.ast-blog-grid-2 .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section .square .posted-on,.ast-separate-container.ast-blog-grid-3 .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section .square .posted-on,.ast-separate-container.ast-blog-grid-4 .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section .square .posted-on{margin-left:-1.5em;margin-right:-1.5em}@media(max-width:1200px){.ast-separate-container.ast-blog-grid-2 .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section .square .posted-on,.ast-separate-container.ast-blog-grid-3 .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section .square .posted-on,.ast-separate-container.ast-blog-grid-4 .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section .square .posted-on{margin-left:-1.5em;margin-right:-1.5em}}.ast-separate-container.ast-blog-grid-2 .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section .circle .posted-on,.ast-separate-container.ast-blog-grid-3 .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section .circle .posted-on,.ast-separate-container.ast-blog-grid-4 .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section .circle .posted-on{margin-left:-.5em;margin-right:-.5em}@media(max-width:1200px){.ast-separate-container.ast-blog-grid-2 .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section .circle .posted-on,.ast-separate-container.ast-blog-grid-3 .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section .circle .posted-on,.ast-separate-container.ast-blog-grid-4 .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section .circle .posted-on{margin-left:-.5em;margin-right:-.5em}}.ast-separate-container.ast-blog-grid-2 .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section:first-child .square .posted-on,.ast-separate-container.ast-blog-grid-3 .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section:first-child .square .posted-on,.ast-separate-container.ast-blog-grid-4 .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section:first-child .square .posted-on{margin-top:-1.5em}@media(max-width:1200px){.ast-separate-container.ast-blog-grid-2 .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section:first-child .square .posted-on,.ast-separate-container.ast-blog-grid-3 .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section:first-child .square .posted-on,.ast-separate-container.ast-blog-grid-4 .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section:first-child .square .posted-on{margin-top:-1.5em}}.ast-separate-container.ast-blog-grid-2 .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section:first-child .circle .posted-on,.ast-separate-container.ast-blog-grid-3 .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section:first-child .circle .posted-on,.ast-separate-container.ast-blog-grid-4 .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section:first-child .circle .posted-on{margin-top:-.5em}@media(max-width:1200px){.ast-separate-container.ast-blog-grid-2 .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section:first-child .circle .posted-on,.ast-separate-container.ast-blog-grid-3 .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section:first-child .circle .posted-on,.ast-separate-container.ast-blog-grid-4 .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section:first-child .circle .posted-on{margin-top:-.5em}}.ast-separate-container.ast-blog-grid-2 .ast-article-post.remove-featured-img-padding .blog-layout-1 .post-content .ast-blog-featured-section:first-child .post-thumb-img-content,.ast-separate-container.ast-blog-grid-3 .ast-article-post.remove-featured-img-padding .blog-layout-1 .post-content .ast-blog-featured-section:first-child .post-thumb-img-content,.ast-separate-container.ast-blog-grid-4 .ast-article-post.remove-featured-img-padding .blog-layout-1 .post-content .ast-blog-featured-section:first-child .post-thumb-img-content{margin-top:-1.5em}@media(max-width:1200px){.ast-separate-container.ast-blog-grid-2 .ast-article-post.remove-featured-img-padding .blog-layout-1 .post-content .ast-blog-featured-section:first-child .post-thumb-img-content,.ast-separate-container.ast-blog-grid-3 .ast-article-post.remove-featured-img-padding .blog-layout-1 .post-content .ast-blog-featured-section:first-child .post-thumb-img-content,.ast-separate-container.ast-blog-grid-4 .ast-article-post.remove-featured-img-padding .blog-layout-1 .post-content .ast-blog-featured-section:first-child .post-thumb-img-content{margin-top:-1.5em}}.ast-separate-container.ast-blog-grid-2 .ast-article-post.remove-featured-img-padding .blog-layout-1 .post-thumb-img-content,.ast-separate-container.ast-blog-grid-3 .ast-article-post.remove-featured-img-padding .blog-layout-1 .post-thumb-img-content,.ast-separate-container.ast-blog-grid-4 .ast-article-post.remove-featured-img-padding .blog-layout-1 .post-thumb-img-content{margin-left:-1.5em;margin-right:-1.5em}@media(max-width:1200px){.ast-separate-container.ast-blog-grid-2 .ast-article-post.remove-featured-img-padding .blog-layout-1 .post-thumb-img-content,.ast-separate-container.ast-blog-grid-3 .ast-article-post.remove-featured-img-padding .blog-layout-1 .post-thumb-img-content,.ast-separate-container.ast-blog-grid-4 .ast-article-post.remove-featured-img-padding .blog-layout-1 .post-thumb-img-content{margin-left:-1.5em;margin-right:-1.5em}}.ast-hb-account-login-wrapper .ast-hb-account-login{position:fixed;left:50%;top:50%;padding:35px;max-height:550px;width:340px;margin:0 0 0 -170px;background-color:#f1f1f1;z-index:1000011;box-shadow:0 3px 6px rgba(0,0,0,.3)}.ast-hb-account-login-wrapper .ast-hb-account-login-bg{position:fixed;top:0;bottom:0;left:0;right:0;background:#000;opacity:.7;z-index:1000010;transition:all .3s}.ast-hb-account-login-wrapper .ast-hb-login-header .ast-hb-login-close{background:0 0;border:0;font-size:24px;line-height:1;padding:.4em;color:inherit;-js-display:flex;display:flex;box-shadow:none}.ast-hb-account-login-wrapper #loginform input[type=password],.ast-hb-account-login-wrapper #loginform input[type=text]{width:100%;max-width:100%;margin-top:10px;border:1px solid;background-color:transparent;vertical-align:middle}.ast-hb-account-login-form-footer a.ast-header-account-footer-link:not(:last-child) span:after{content:"|";margin:0 .4em}.ast-header-account-link.ast-account-action-link,.ast-header-account-link.ast-account-action-login,.ast-header-account-link.ast-account-action-login.customize-unpreviewable,.ast-header-break-point .ast-header-account-link{cursor:pointer;pointer-events:all}.ast-header-account{-js-display:flex;display:flex}.ast-hb-account-login-wrapper{visibility:hidden}.ast-hb-account-login-wrapper .ast-hb-login-header{-js-display:flex;position:absolute;right:0;top:0;display:flex;justify-content:flex-end;min-height:calc(1.2em + 24px)}.ast-hb-account-login-wrapper .ast-hb-account-login{transform:scale(.7);opacity:0;transition:all .3s;overflow:auto}.ast-hb-account-login-wrapper.show{visibility:visible}.ast-hb-account-login-wrapper.show .ast-hb-account-login{transform:scale(1)translateY(-50%);opacity:1}.ast-hb-login-body{height:100%;position:relative;line-height:1.5}.ast-hf-account-menu-wrap.ast-main-header-bar-alignment{position:relative}.main-header-bar .main-header-bar-navigation .ast-account-nav-menu{line-height:1.45}.ast-account-nav-menu{width:240px;background:#fff;left:-999em;position:absolute;top:0;z-index:99999;list-style:none;margin:0;padding-left:0;border:0;box-shadow:0 4px 10px -2px rgba(0,0,0,.1)}.ast-account-nav-menu .sub-menu{right:auto;top:0;margin-left:0}.ast-account-nav-menu .menu-item.focus>.sub-menu,.ast-account-nav-menu .menu-item:hover>.sub-menu{left:100%}.ast-account-nav-menu .ast-left-align-sub-menu.menu-item.focus>.sub-menu,.ast-account-nav-menu .ast-left-align-sub-menu.menu-item:hover>.sub-menu{left:-100%}.ast-account-nav-menu .menu-item .menu-link{padding:.9em 1em}.ast-account-nav-menu .menu-item{border-style:none}.ast-account-nav-menu .menu-item.menu-item-has-children>.menu-link:after{position:absolute;right:1em;top:50%;transform:translate(0,-50%)rotate(270deg)}.ast-above-header-bar .main-header-menu.ast-account-nav-menu>.menu-item,.ast-below-header-bar .main-header-menu.ast-account-nav-menu>.menu-item,.ast-primary-header-bar .main-header-menu.ast-account-nav-menu>.menu-item{height:auto;line-height:unset;bottom:-5px}.ast-header-account-wrap .woocommerce-MyAccount-navigation-link.is-active a{background:unset}.ast-header-account-wrap .menu-item:last-child>.menu-link{border-style:none}.ast-divider-wrapper{border:0}.ast-mobile-popup-content .ast-header-divider-element{justify-content:center}.ast-header-divider-element{position:relative}.ast-fb-divider-layout-vertical{position:relative}.ast-hb-divider-layout-vertical.ast-header-divider-element{height:100%}.ast-mobile-header-content .ast-builder-layout-element:not(.ast-builder-menu):not(.ast-header-divider-element),.ast-mobile-popup-content .ast-builder-layout-element:not(.ast-builder-menu):not(.ast-header-divider-element){padding:15px 20px}.footer-widget-area .ast-footer-divider-element{position:relative;align-items:center}.footer-widget-area .ast-divider-wrapper{display:inline-block}.ast-builder-footer-grid-columns .ast-fb-divider-layout-horizontal{-js-display:inline-flex;display:inline-flex;vertical-align:middle}[data-section*=section-fb-button-] .ast-builder-button-size-xs .ast-custom-button,[data-section*=section-hb-button-] .ast-builder-button-size-xs .ast-custom-button{font-size:13px;padding:8px 20px}[data-section*=section-fb-button-] .ast-builder-button-size-sm .ast-custom-button,[data-section*=section-hb-button-] .ast-builder-button-size-sm .ast-custom-button{font-size:15px;padding:10px 40px}[data-section*=section-fb-button-] .ast-builder-button-size-md .ast-custom-button,[data-section*=section-hb-button-] .ast-builder-button-size-md .ast-custom-button{font-size:17px;padding:15px 45px}[data-section*=section-fb-button-] .ast-builder-button-size-lg .ast-custom-button,[data-section*=section-hb-button-] .ast-builder-button-size-lg .ast-custom-button{font-size:19px;padding:20px 50px}[data-section*=section-fb-button-] .ast-builder-button-size-xl .ast-custom-button,[data-section*=section-hb-button-] .ast-builder-button-size-xl .ast-custom-button{font-size:21px;padding:25px 55px}.ast-fb-divider-layout-vertical{-js-display:flex;display:flex}.site-footer-section{position:relative}.ast-builder-language-switcher .ast-builder-language-switcher-menu{list-style:none;margin:0;padding:0;line-height:normal;-webkit-tap-highlight-color:transparent}.ast-builder-language-switcher-layout-vertical .ast-builder-language-switcher{display:block}.ast-builder-language-switcher-layout-vertical .ast-builder-language-switcher-menu{display:block}.ast-builder-language-switcher-layout-horizontal .ast-builder-language-switcher{-js-display:flex;display:flex}.ast-builder-language-switcher-layout-horizontal .ast-builder-language-switcher-menu{-js-display:flex;display:flex;flex-wrap:wrap}.ast-builder-language-switcher a{-js-display:flex;display:flex;align-items:center}.ast-lswitcher-item-footer,.ast-lswitcher-item-header{-js-display:inline-flex;display:inline-flex}span.ast-lswitcher-item-footer:last-child,span.ast-lswitcher-item-header:last-child{margin-right:0}.ast-header-sticky-active{position:fixed!important;right:0;left:0;margin:0 auto;z-index:99}.ast-footer-sticky-active .ast-custom-footer{position:fixed!important;right:0;left:0;bottom:0;margin:0 auto;z-index:99}.ast-custom-header{position:relative;z-index:99}.ast-custom-header.ast-header-sticky-active .fl-row-content-wrap{transition:padding .3s linear}.ast-custom-header.ast-header-sticky-active .fl-module-content{transition:all .3s linear}.ast-custom-header.ast-header-sticky-active .elementor-section-wrap{transition:padding .3s linear}.ast-custom-header.ast-header-sticky-active .elementor-row>.elementor-column>.elementor-element-populated{transition:all .3s linear}.ast-shrink-custom-header .ast-custom-header.ast-sticky-shrunk .fl-row-content-wrap{transition:padding .3s linear;padding-top:5px;padding-bottom:5px;box-sizing:border-box}.ast-shrink-custom-header .ast-custom-header.ast-sticky-shrunk .fl-module-content{margin-top:5px;margin-bottom:5px;transition:all .3s linear}.ast-shrink-custom-header .ast-custom-header.ast-sticky-shrunk .fl-module-content.fl-node-content img{max-height:50px;width:auto}.ast-shrink-custom-header .ast-custom-header.ast-sticky-shrunk .elementor-section-wrap{transition:padding .3s linear;box-sizing:border-box}.ast-shrink-custom-header .ast-custom-header.ast-sticky-shrunk .elementor-section-wrap img{max-height:50px;width:auto}.ast-shrink-custom-header .ast-custom-header.ast-sticky-shrunk .elementor-row>.elementor-column>.elementor-element-populated{max-height:60px;transition:all .3s linear}.ast-custom-header.ast-header-sticky-active{top:0;width:100%;transition:ease-out}.single-advanced-hook .ast-no-title,.single-advanced-hook .hentry{margin:0}.js_active .ast-plain-container.single-advanced-hook .entry-header{margin:0}.summary.entry-summary+[CLASS*=astra-advanced-hook]{clear:both}.single-astra-advanced-hook .wp-block-buttons,.single-astra-advanced-hook .wp-block-uagb-buttons{margin-bottom:1.5em}.single-astra-advanced-hook .ast-container{flex-wrap:wrap}.single-astra-advanced-hook .ast-container>*{width:100%}.ast-sticky-active{position:fixed!important;right:0;left:0;margin:0 auto}.ast-nav-up{transform:translateY(-100%)}.site-header .sticky-custom-logo{display:none}.ast-primary-sticky-header-active li.ast-masthead-custom-menu-items a,.ast-primary-sticky-header-active li.ast-masthead-custom-menu-items a:focus,.ast-primary-sticky-header-active li.ast-masthead-custom-menu-items a:hover{background:0 0}.ast-fullscreen-active .ast-above-header,.ast-offcanvas-active .ast-above-header{z-index:4}.ast-fullscreen-active .ast-above-header.ast-sticky-active,.ast-offcanvas-active .ast-above-header.ast-sticky-active{z-index:0}#ast-fixed-header{position:fixed;visibility:hidden;top:0;left:0;width:100%}#ast-fixed-header .main-header-bar{box-shadow:0 1px 2px rgba(0,0,0,.2)}#ast-fixed-header.ast-header-slide{transform:translateY(-100%);transition:transform .3s linear,top .3s linear,visibility .3s linear}#ast-fixed-header.ast-header-fade{opacity:0;transition:opacity .3s linear}.main-header-bar.ast-sticky-active{box-shadow:0 2px 10px rgba(36,50,66,.075)}.ast-sticky-custom-logo .ast-header-sticked .custom-logo-link,.ast-sticky-custom-logo .ast-header-sticked .custom-mobile-logo-link{display:none}.ast-sticky-custom-logo .ast-header-sticked .sticky-custom-logo{display:inline-block}.ast-sticky-custom-logo.ast-primary-sticky-header-active.ast-header-break-point.ast-replace-site-logo-transparent.ast-theme-transparent-header .transparent-custom-logo{display:none}.ast-header-stick-fade-active .ast-sticky-custom-logo.ast-primary-sticky-header-active.ast-header-break-point.ast-replace-site-logo-transparent.ast-theme-transparent-header .transparent-custom-logo,.ast-header-stick-scroll-active .ast-sticky-custom-logo.ast-primary-sticky-header-active.ast-header-break-point.ast-replace-site-logo-transparent.ast-theme-transparent-header .transparent-custom-logo,.ast-header-stick-slide-active .ast-sticky-custom-logo.ast-primary-sticky-header-active.ast-header-break-point.ast-replace-site-logo-transparent.ast-theme-transparent-header .transparent-custom-logo{display:inline-block}.ast-sticky-main-shrink .ast-sticky-shrunk .main-header-bar,.ast-sticky-main-shrink .ast-sticky-shrunk.main-header-bar{line-height:55px}.ast-sticky-main-shrink .ast-sticky-shrunk .main-header-bar .ast-site-identity,.ast-sticky-main-shrink .ast-sticky-shrunk.main-header-bar .ast-site-identity{padding-top:.5em;padding-bottom:.5em}.ast-sticky-main-shrink .ast-sticky-shrunk .site-navigation{line-height:3}.ast-sticky-main-shrink #masthead .ast-sticky-shrunk .site-logo-img img{max-height:55px!important;width:auto}.ast-sticky-main-shrink #masthead .ast-sticky-shrunk .site-logo-img img.astra-logo-svg{width:100%}.ast-sticky-main-shrink.ast-header-break-point .ast-sticky-shrunk .main-header-bar,.ast-sticky-main-shrink.ast-header-break-point .ast-sticky-shrunk.main-header-bar{padding-bottom:0}.ast-sticky-main-shrink.ast-header-break-point .ast-sticky-shrunk .ast-mobile-menu-buttons{line-height:0;padding-bottom:.5em}.ast-sticky-main-shrink.ast-header-break-point .ast-sticky-shrunk .site-branding{padding-bottom:.5em}.ast-sticky-above-shrink .ast-sticky-shrunk .ast-above-header-bar .ast-site-identity,.ast-sticky-above-shrink .ast-sticky-shrunk.ast-above-header-bar .ast-site-identity{padding-top:.5em;padding-bottom:.5em}.ast-sticky-above-shrink .ast-sticky-shrunk .site-navigation{line-height:3}.ast-sticky-above-shrink .ast-sticky-shrunk .site-logo-img img{max-height:55px;width:auto}.ast-sticky-above-shrink.ast-header-break-point .ast-sticky-shrunk .ast-above-header-bar,.ast-sticky-above-shrink.ast-header-break-point .ast-sticky-shrunk.ast-above-header-bar{padding-bottom:0}.ast-sticky-above-shrink.ast-header-break-point .ast-sticky-shrunk .ast-mobile-menu-buttons{line-height:0;padding-bottom:.5em}.ast-sticky-above-shrink.ast-header-break-point .ast-sticky-shrunk .site-branding{padding-bottom:.5em}.ast-sticky-below-shrink .ast-sticky-shrunk .ast-below-header-bar .ast-site-identity,.ast-sticky-below-shrink .ast-sticky-shrunk.ast-below-header-bar .ast-site-identity{padding-top:.5em;padding-bottom:.5em}.ast-sticky-below-shrink .ast-sticky-shrunk .site-navigation{line-height:3}.ast-sticky-below-shrink .ast-sticky-shrunk .site-logo-img img{max-height:55px;width:auto}.ast-sticky-below-shrink.ast-header-break-point .ast-sticky-shrunk .ast-below-header-bar,.ast-sticky-below-shrink.ast-header-break-point .ast-sticky-shrunk.ast-below-header-bar{padding-bottom:0}.ast-sticky-below-shrink.ast-header-break-point .ast-sticky-shrunk .ast-mobile-menu-buttons{line-height:0;padding-bottom:.5em}.ast-sticky-below-shrink.ast-header-break-point .ast-sticky-shrunk .site-branding{padding-bottom:.5em}.ast-header-break-point .ast-sticky-active .sticky-custom-logo img{display:block}.ast-header-break-point .ast-has-mobile-header-logo .ast-header-sticked .sticky-custom-logo img{display:block}.ast-header-break-point .ast-has-mobile-header-logo .ast-header-sticked .ast-mobile-header-logo{display:none}.ast-header-break-point .ast-header-sticked .sticky-custom-logo img{display:block}.ast-header-break-point.ast-inherit-site-logo-sticky .ast-has-mobile-header-logo .ast-header-sticked .custom-logo-link img{display:none}.ast-header-break-point.ast-inherit-site-logo-sticky .ast-has-mobile-header-logo .ast-header-sticked .custom-mobile-logo-link img{display:inline-block}.above-header-toggle-on .main-header-bar{z-index:1}.ast-main-header-nav-open.ast-hfb-header #ast-fixed-header .ast-mobile-header-wrap .ast-mobile-header-content{display:none}.ast-main-header-nav-open.ast-hfb-header #ast-fixed-header .ast-desktop-header-content{display:none}.ast-main-header-nav-open.ast-hfb-header .ast-mobile-header-wrap .ast-mobile-header-content{display:block}.ast-main-header-nav-open.ast-hfb-header .ast-desktop-header-content{display:block}.ast-header-stick-fade-active .ast-main-header-nav-open.ast-hfb-header #ast-fixed-header .ast-mobile-header-wrap .ast-mobile-header-content,.ast-header-stick-scroll-active .ast-main-header-nav-open.ast-hfb-header #ast-fixed-header .ast-mobile-header-wrap .ast-mobile-header-content,.ast-header-stick-slide-active .ast-main-header-nav-open.ast-hfb-header #ast-fixed-header .ast-mobile-header-wrap .ast-mobile-header-content{display:block}.ast-header-stick-fade-active .ast-main-header-nav-open.ast-hfb-header #ast-fixed-header .ast-desktop-header-content,.ast-header-stick-scroll-active .ast-main-header-nav-open.ast-hfb-header #ast-fixed-header .ast-desktop-header-content,.ast-header-stick-slide-active .ast-main-header-nav-open.ast-hfb-header #ast-fixed-header .ast-desktop-header-content{display:block}.ast-header-stick-fade-active .ast-main-header-nav-open.ast-hfb-header #masthead>.ast-mobile-header-wrap .ast-mobile-header-content,.ast-header-stick-scroll-active .ast-main-header-nav-open.ast-hfb-header #masthead>.ast-mobile-header-wrap .ast-mobile-header-content,.ast-header-stick-slide-active .ast-main-header-nav-open.ast-hfb-header #masthead>.ast-mobile-header-wrap .ast-mobile-header-content{display:none}.ast-header-stick-fade-active .ast-main-header-nav-open.ast-hfb-header #masthead>.ast-desktop-header-content,.ast-header-stick-scroll-active .ast-main-header-nav-open.ast-hfb-header #masthead>.ast-desktop-header-content,.ast-header-stick-slide-active .ast-main-header-nav-open.ast-hfb-header #masthead>.ast-desktop-header-content{display:none}.ast-header-stick-fade-active.ast-off-canvas-active .ast-main-header-nav-open.ast-hfb-header #ast-fixed-header .ast-mobile-header-wrap .ast-mobile-header-content,.ast-header-stick-scroll-active.ast-off-canvas-active .ast-main-header-nav-open.ast-hfb-header #ast-fixed-header .ast-mobile-header-wrap .ast-mobile-header-content,.ast-header-stick-slide-active.ast-off-canvas-active .ast-main-header-nav-open.ast-hfb-header #ast-fixed-header .ast-mobile-header-wrap .ast-mobile-header-content{display:none}.ast-header-stick-fade-active.ast-off-canvas-active .ast-main-header-nav-open.ast-hfb-header #ast-fixed-header .ast-desktop-header-content,.ast-header-stick-scroll-active.ast-off-canvas-active .ast-main-header-nav-open.ast-hfb-header #ast-fixed-header .ast-desktop-header-content,.ast-header-stick-slide-active.ast-off-canvas-active .ast-main-header-nav-open.ast-hfb-header #ast-fixed-header .ast-desktop-header-content{display:none}.ast-above-sticky-header-active.ast-main-header-nav-open.ast-hfb-header #masthead>#ast-desktop-header .ast-desktop-header-content,.ast-above-sticky-header-active.ast-main-header-nav-open.ast-hfb-header #masthead>.ast-mobile-header-wrap .ast-mobile-header-content,.ast-above-sticky-header-active.ast-main-header-nav-open.astra-hfb-header #masthead>#ast-desktop-header .ast-desktop-header-content,.ast-above-sticky-header-active.ast-main-header-nav-open.astra-hfb-header #masthead>.ast-mobile-header-wrap .ast-mobile-header-content,.ast-below-sticky-header-active.ast-main-header-nav-open.ast-hfb-header #masthead>#ast-desktop-header .ast-desktop-header-content,.ast-below-sticky-header-active.ast-main-header-nav-open.ast-hfb-header #masthead>.ast-mobile-header-wrap .ast-mobile-header-content,.ast-below-sticky-header-active.ast-main-header-nav-open.astra-hfb-header #masthead>#ast-desktop-header .ast-desktop-header-content,.ast-below-sticky-header-active.ast-main-header-nav-open.astra-hfb-header #masthead>.ast-mobile-header-wrap .ast-mobile-header-content,.ast-primary-sticky-header-active.ast-main-header-nav-open.ast-hfb-header #masthead>#ast-desktop-header .ast-desktop-header-content,.ast-primary-sticky-header-active.ast-main-header-nav-open.ast-hfb-header #masthead>.ast-mobile-header-wrap .ast-mobile-header-content,.ast-primary-sticky-header-active.ast-main-header-nav-open.astra-hfb-header #masthead>#ast-desktop-header .ast-desktop-header-content,.ast-primary-sticky-header-active.ast-main-header-nav-open.astra-hfb-header #masthead>.ast-mobile-header-wrap .ast-mobile-header-content{position:fixed}.site-above-header-wrap,.site-below-header-wrap,.site-primary-header-wrap{transition:all .2s linear}.ast-header-stick-slide-active .ast-flyout-menu-enable.ast-header-break-point #masthead>.main-header-bar-navigation{display:none!important}.ast-header-stick-fade-active .ast-flyout-menu-enable.ast-header-break-point #masthead>.main-header-bar-navigation{display:none!important}.ast-flyout-menu-overlay .ast-stick-primary-below-wrapper.ast-sticky-active{z-index:5}.ast-fullscreen-menu-overlay #ast-fixed-header{z-index:9}.ast-flyout-menu-enable.ast-primary-sticky-enabled .ast-stick-primary-below-wrapper,.ast-flyout-menu-enable.ast-primary-sticky-enabled .main-header-bar{overflow-y:unset!important}#ast-mobile-header .content-align-flex-start{max-height:60vh;overflow:auto}.astra-full-megamenu-wrapper{z-index:99999}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .astra-megamenu.sub-menu>.menu-item{display:none}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li.ast-mm-has-desc>.menu-link{vertical-align:middle;text-align:center}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .menu-item:hover>.menu-link{background-color:transparent}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .astra-megamenu{opacity:0;visibility:hidden;padding:15px}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .astra-megamenu-focus .menu-item>.menu-link{background-color:transparent}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .astra-megamenu.astra-megamenu-focus{opacity:1;visibility:visible;-js-display:flex;display:flex}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .astra-megamenu.astra-megamenu-focus.sub-menu>.menu-item{padding-left:15px;padding-right:15px;display:block;flex:1;opacity:1}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .astra-megamenu.astra-megamenu-focus.sub-menu>.menu-item:first-child{padding-left:0}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .astra-megamenu.astra-megamenu-focus.sub-menu>.menu-item:last-child{padding-right:0}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .astra-megamenu.astra-megamenu-focus.sub-menu.col-2 .menu-item{width:50%}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .astra-megamenu.astra-megamenu-focus.sub-menu.col-3 .menu-item{width:33.33%}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .astra-megamenu.astra-megamenu-focus.sub-menu.col-4 .menu-item{width:25%}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .astra-megamenu.astra-megamenu-focus.sub-menu .menu-item:last-child{border-right:none}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .astra-megamenu.astra-megamenu-focus .sub-menu{background-color:transparent;display:block;opacity:1;visibility:visible;transform:none}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .astra-megamenu.astra-megamenu-focus .astra-nested-sub-menu .menu-item .menu-link{padding-left:24px}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .astra-megamenu.astra-megamenu-focus .astra-nested-sub-menu .astra-nested-sub-menu .menu-item .menu-link{padding-left:48px}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .astra-megamenu.astra-megamenu-focus.sub-menu .sub-menu{border:none}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .astra-megamenu.astra-megamenu-focus.sub-menu>.menu-item .sub-menu{position:static;width:100%;margin:auto}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .astra-megamenu.astra-megamenu-focus.sub-menu>.menu-item .sub-menu .menu-item{width:100%}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .astra-megamenu.astra-megamenu-focus>.menu-item{padding-left:15px;padding-right:15px}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .astra-megamenu.astra-megamenu-focus>.menu-item:first-child{padding-left:0}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .astra-megamenu.astra-megamenu-focus>.menu-item:last-child{padding-right:0}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .astra-megamenu .ast-header-navigation-arrow{display:none!important}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .astra-full-megamenu-wrapper.astra-megamenu-wrapper-focus{opacity:1;visibility:visible}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .astra-full-megamenu-wrapper.astra-megamenu-wrapper-focus .astra-megamenu.astra-megamenu-focus{-js-display:flex;display:flex}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .astra-full-megamenu-wrapper .astra-mega-menu-width-full-stretched{width:100%}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .astra-full-megamenu-wrapper .astra-mega-menu-width-full-stretched .ast-mm-template-content{padding:0}.ast-desktop .ast-mega-menu-enabled .menu-item-has-children.astra-megamenu-li.menu-item .astra-megamenu.sub-menu .menu-item>.menu-link::after{content:""}.ast-desktop .ast-mega-menu-enabled .menu-item-has-children.astra-megamenu-li.menu-item .astra-megamenu.sub-menu .menu-item>.menu-link .ast-icon.icon-arrow{display:none}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .sub-menu .menu-link,.ast-desktop .ast-mega-menu-enabled.submenu-with-border .astra-megamenu-li .sub-menu .menu-link{border:none}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li[data-megamenu-trigger=click]:not(.megamenu-active):hover .astra-full-megamenu-wrapper,.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li[data-megamenu-trigger=click]:not(.megamenu-active):hover .astra-megamenu{opacity:0;visibility:hidden;pointer-events:none}.ast-desktop .main-header-menu .astra-megamenu-li[data-megamenu-trigger=click]:not(.megamenu-active):hover>.sub-menu{visibility:hidden;opacity:0;left:-999em}.ast-desktop .main-header-menu .astra-megamenu-li.megamenu-active>.sub-menu{left:0}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li.megamenu-active .astra-megamenu,.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li:not([data-megamenu-trigger=click]):hover .astra-megamenu{opacity:1;visibility:visible;-js-display:flex;display:flex}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li.megamenu-active .astra-megamenu>.menu-item,.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li:not([data-megamenu-trigger=click]):hover .astra-megamenu>.menu-item{padding-left:15px;padding-right:15px}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li.megamenu-active .astra-megamenu>.menu-item:first-child,.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li:not([data-megamenu-trigger=click]):hover .astra-megamenu>.menu-item:first-child{padding-left:0}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li.megamenu-active .astra-megamenu>.menu-item:last-child,.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li:not([data-megamenu-trigger=click]):hover .astra-megamenu>.menu-item:last-child{padding-right:0}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li.megamenu-active .astra-megamenu>.menu-item,.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li:not([data-megamenu-trigger=click]):hover .astra-megamenu>.menu-item{padding-left:15px;padding-right:15px}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li.megamenu-active .astra-megamenu>.menu-item:first-child,.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li:not([data-megamenu-trigger=click]):hover .astra-megamenu>.menu-item:first-child{padding-left:0}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li.megamenu-active .astra-megamenu>.menu-item:last-child,.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li:not([data-megamenu-trigger=click]):hover .astra-megamenu>.menu-item:last-child{padding-right:0}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li.megamenu-active .astra-megamenu.col-2 .menu-item,.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li:not([data-megamenu-trigger=click]):hover .astra-megamenu.col-2 .menu-item{width:50%}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li.megamenu-active .astra-megamenu.col-3 .menu-item,.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li:not([data-megamenu-trigger=click]):hover .astra-megamenu.col-3 .menu-item{width:33.33%}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li.megamenu-active .astra-megamenu.col-4 .menu-item,.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li:not([data-megamenu-trigger=click]):hover .astra-megamenu.col-4 .menu-item{width:25%}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li.megamenu-active .astra-megamenu>.menu-item,.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li:not([data-megamenu-trigger=click]):hover .astra-megamenu>.menu-item{display:block;flex:1;opacity:1}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li.megamenu-active .astra-megamenu .sub-menu,.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li:not([data-megamenu-trigger=click]):hover .astra-megamenu .sub-menu{background-color:transparent;display:block;opacity:1;visibility:visible;transform:none}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li.megamenu-active .astra-megamenu .astra-nested-sub-menu .menu-item .menu-link,.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li:not([data-megamenu-trigger=click]):hover .astra-megamenu .astra-nested-sub-menu .menu-item .menu-link{padding-left:24px}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li.megamenu-active .astra-megamenu .astra-nested-sub-menu .astra-nested-sub-menu .menu-item .menu-link,.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li:not([data-megamenu-trigger=click]):hover .astra-megamenu .astra-nested-sub-menu .astra-nested-sub-menu .menu-item .menu-link{padding-left:48px}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li.megamenu-active .astra-megamenu.sub-menu .sub-menu,.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li:not([data-megamenu-trigger=click]):hover .astra-megamenu.sub-menu .sub-menu{border:none}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li.megamenu-active .astra-megamenu.sub-menu>.menu-item .sub-menu,.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li:not([data-megamenu-trigger=click]):hover .astra-megamenu.sub-menu>.menu-item .sub-menu{position:static;width:100%;margin:auto}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li.megamenu-active .astra-megamenu.sub-menu>.menu-item .sub-menu .menu-item,.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li:not([data-megamenu-trigger=click]):hover .astra-megamenu.sub-menu>.menu-item .sub-menu .menu-item{width:100%}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li.megamenu-active .astra-megamenu.sub-menu .menu-item:last-child,.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li:not([data-megamenu-trigger=click]):hover .astra-megamenu.sub-menu .menu-item:last-child{border-right:none}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li.megamenu-active .astra-full-megamenu-wrapper .astra-megamenu,.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li:not([data-megamenu-trigger=click]):hover .astra-full-megamenu-wrapper .astra-megamenu{-js-display:flex;display:flex}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li.megamenu-active .astra-full-megamenu-wrapper,.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li:not([data-megamenu-trigger=click]):hover .astra-full-megamenu-wrapper{opacity:1;visibility:visible}.ast-desktop .ast-mega-menu-enabled :not(.menu-container-width-mega).astra-megamenu-li.megamenu-active .astra-megamenu .sub-menu .menu-item,.ast-desktop .ast-mega-menu-enabled :not(.menu-container-width-mega).astra-megamenu-li:not([data-megamenu-trigger=click]):hover .astra-megamenu .sub-menu .menu-item{width:100%}.ast-desktop .ast-mega-menu-enabled :not(.menu-container-width-mega).astra-megamenu-li.megamenu-active .astra-megamenu.sub-menu .menu-item .sub-menu,.ast-desktop .ast-mega-menu-enabled :not(.menu-container-width-mega).astra-megamenu-li:not([data-megamenu-trigger=click]):hover .astra-megamenu.sub-menu .menu-item .sub-menu{min-width:100%}.ast-desktop .ast-mega-menu-enabled :not(.menu-container-width-mega).astra-megamenu-li .astra-megamenu.astra-megamenu-focus .sub-menu .menu-item{width:100%}.ast-desktop .ast-mega-menu-enabled :not(.menu-container-width-mega).astra-megamenu-li .astra-megamenu.astra-megamenu-focus.sub-menu .menu-item .sub-menu{min-width:100%}.ast-desktop .ast-mega-menu-enabled .astra-full-megamenu-wrapper{background:#fff;position:absolute;opacity:0;visibility:hidden;top:100%}.ast-desktop .ast-mega-menu-enabled .astra-full-megamenu-wrapper .astra-megamenu.sub-menu{display:none;position:relative;left:0;top:0;margin:0 auto;padding-left:0;padding-right:0;border-width:0}.ast-desktop .ast-mega-menu-enabled .astra-full-megamenu-wrapper .astra-mega-menu-width-full-stretched.sub-menu{padding:15px}.ast-desktop .ast-mega-menu-enabled .ast-hide-menu-item+.ast-mm-custom-content{margin-top:.9em}.ast-desktop .ast-mega-menu-enabled .menu-item-heading:not(.menu-item-has-children)>a{margin-bottom:.9em}.ast-desktop .ast-above-header-menu .astra-megamenu-li .sub-menu .menu-item.current-menu-ancestor>.menu-link,.ast-desktop .ast-below-header-menu .astra-megamenu-li .sub-menu .menu-item.current-menu-ancestor>.menu-link,.ast-desktop .main-header-menu .astra-megamenu-li .sub-menu .menu-item.current-menu-ancestor>.menu-link{background-color:transparent}.ast-desktop .ast-above-header-menu .astra-megamenu-li .sub-menu .menu-item-heading .menu-text,.ast-desktop .ast-below-header-menu .astra-megamenu-li .sub-menu .menu-item-heading .menu-text,.ast-desktop .main-header-menu .astra-megamenu-li .sub-menu .menu-item-heading .menu-text{vertical-align:text-top}.ast-desktop .ast-mm-custom-text-content,.ast-desktop .ast-mm-template-content{padding:0 1em}.ast-desktop .ast-mm-custom-text-content{margin-bottom:.9em}.ast-desktop .ast-below-header .ast-mm-custom-text-content,.ast-desktop .ast-below-header .ast-mm-template-content{padding:.9em 1em}.ast-desktop .submenu-with-border .astra-full-megamenu-wrapper{border-width:1px;border-style:solid}.ast-desktop .ast-mm-widget-content a{display:initial}.ast-desktop .ast-mm-widget-content .ast-mm-widget-item{padding:1.5em;margin-bottom:.9em}.ast-desktop .ast-mm-widget-content .ast-search-submit{display:none}.ast-desktop .submenu-with-border .astra-megamenu{border-width:1px}.ast-menu-description{line-height:1.6;display:block;font-size:.8em;padding:2px 0}.site-header a .ast-menu-description,.site-header a .sub-arrow{transition:none}.site-header .menu-text{transition:none}.ast-header-break-point .ast-menu-description{line-height:inherit}.astra-mm-highlight-label{font-size:.7em;margin-left:5px;line-height:normal;padding:3px 6px;border-radius:2px}.ast-desktop .ast-hide-menu-item{display:none}.ast-desktop .ast-mega-menu-enabled .ast-hide-menu-item{display:none}.ast-desktop .ast-mega-menu-enabled.ast-above-header-menu>.menu-item-has-children>.menu-link::after,.ast-desktop .ast-mega-menu-enabled.ast-below-header-menu>.menu-item-has-children>.menu-link::after,.ast-desktop .ast-mega-menu-enabled.main-header-menu>.menu-item-has-children>.menu-link::after{content:"";margin:0}.ast-desktop .ast-mega-menu-enabled.ast-above-header-menu .sub-menu .menu-item.menu-item-has-children>.menu-link .sub-arrow:after,.ast-desktop .ast-mega-menu-enabled.ast-below-header-menu .sub-menu .menu-item.menu-item-has-children>.menu-link .sub-arrow:after,.ast-desktop .ast-mega-menu-enabled.main-header-menu .sub-menu .menu-item.menu-item-has-children>.menu-link .sub-arrow:after{transform:rotate(-90deg)}.ast-desktop .ast-mega-menu-enabled.ast-above-header-menu .sub-menu .menu-item.menu-item-has-children>.menu-link .sub-arrow,.ast-desktop .ast-mega-menu-enabled.ast-below-header-menu .sub-menu .menu-item.menu-item-has-children>.menu-link .sub-arrow,.ast-desktop .ast-mega-menu-enabled.main-header-menu .sub-menu .menu-item.menu-item-has-children>.menu-link .sub-arrow{position:absolute;right:5%;top:50%;transform:translateY(-50%)}.ast-desktop .ast-mega-menu-enabled.ast-above-header-menu .ast-masthead-custom-menu-items a:focus,.ast-desktop .ast-mega-menu-enabled.ast-above-header-menu .ast-masthead-custom-menu-items a:hover,.ast-desktop .ast-mega-menu-enabled.ast-below-header-menu .ast-masthead-custom-menu-items a:focus,.ast-desktop .ast-mega-menu-enabled.ast-below-header-menu .ast-masthead-custom-menu-items a:hover,.ast-desktop .ast-mega-menu-enabled.main-header-menu .ast-masthead-custom-menu-items a:focus,.ast-desktop .ast-mega-menu-enabled.main-header-menu .ast-masthead-custom-menu-items a:hover{background:0 0}.ast-builder-menu-mobile .ast-mega-menu-enabled.main-header-menu .menu-item-has-children.astra-megamenu-li>.menu-link .sub-arrow:after,.ast-builder-menu-mobile .ast-mega-menu-enabled.main-header-menu .menu-item-has-children>.menu-link .sub-arrow:after,.ast-header-break-point .ast-mega-menu-enabled.main-header-menu .menu-item-has-children.astra-megamenu-li>.menu-link .sub-arrow:after,.ast-header-break-point .ast-mega-menu-enabled.main-header-menu .menu-item-has-children>.menu-link .sub-arrow:after{display:none}.ast-disable-link{cursor:default}.ast-desktop .ast-mega-menu-enabled.ast-above-header-menu .sub-menu .menu-item.menu-item-heading:focus>.menu-link,.ast-desktop .ast-mega-menu-enabled.ast-above-header-menu .sub-menu .menu-item.menu-item-heading:hover>.menu-link,.ast-desktop .ast-mega-menu-enabled.ast-above-header-menu .sub-menu .menu-item.menu-item-heading>.menu-link:hover{background:0 0}.ast-desktop .ast-mega-menu-enabled.ast-below-header-menu .sub-menu .menu-item.menu-item-heading:focus>.menu-link,.ast-desktop .ast-mega-menu-enabled.ast-below-header-menu .sub-menu .menu-item.menu-item-heading:hover>.menu-link,.ast-desktop .ast-mega-menu-enabled.ast-below-header-menu .sub-menu .menu-item.menu-item-heading>.menu-link:hover{background:0 0}.ast-desktop .ast-mega-menu-enabled.main-header-menu .sub-menu .menu-item.menu-item-heading>.menu-link{background:0 0}.ast-desktop .ast-above-header-menu .astra-mega-menu-width-full,.ast-desktop .ast-above-header-menu .astra-mega-menu-width-full-stretched,.ast-desktop .ast-below-header-menu .astra-mega-menu-width-full,.ast-desktop .ast-below-header-menu .astra-mega-menu-width-full-stretched,.ast-desktop .astra-mega-menu-width-full,.ast-desktop .astra-mega-menu-width-full-stretched{background:0 0}.ast-desktop .main-header-menu>.menu-item .astra-full-megamenu-wrapper:before{position:absolute;content:"";top:0;left:0;width:100%;transform:translateY(-100%)}.ast-desktop .main-header-menu.ast-menu-shadow .astra-full-megamenu-wrapper .sub-menu{box-shadow:none}.ast-desktop .main-header-menu.ast-menu-shadow .astra-megamenu .sub-menu{box-shadow:none}.ast-desktop .main-header-menu.ast-menu-shadow .astra-full-megamenu-wrapper{box-shadow:0 4px 10px -2px rgba(0,0,0,.1)}.ast-header-break-point .ast-above-header .sub-menu .menu-item .ast-hide-menu-item,.ast-header-break-point .ast-below-header .sub-menu .menu-item .ast-hide-menu-item,.ast-header-break-point .main-navigation .sub-menu .menu-item .ast-hide-menu-item{display:none}.ast-header-break-point .ast-above-header .sub-menu .menu-item .ast-hide-menu-item+.ast-menu-toggle,.ast-header-break-point .ast-below-header .sub-menu .menu-item .ast-hide-menu-item+.ast-menu-toggle,.ast-header-break-point .main-navigation .sub-menu .menu-item .ast-hide-menu-item+.ast-menu-toggle{display:none}.ast-header-break-point .ast-above-header .sub-menu .menu-item .ast-hide-menu-item+.ast-menu-toggle+.sub-menu,.ast-header-break-point .ast-below-header .sub-menu .menu-item .ast-hide-menu-item+.ast-menu-toggle+.sub-menu,.ast-header-break-point .main-navigation .sub-menu .menu-item .ast-hide-menu-item+.ast-menu-toggle+.sub-menu{display:block!important}.ast-header-break-point .ast-above-header .sub-menu .menu-item .ast-hide-menu-item+.ast-menu-toggle+.ast-mm-custom-content+.sub-menu,.ast-header-break-point .ast-below-header .sub-menu .menu-item .ast-hide-menu-item+.ast-menu-toggle+.ast-mm-custom-content+.sub-menu,.ast-header-break-point .main-navigation .sub-menu .menu-item .ast-hide-menu-item+.ast-menu-toggle+.ast-mm-custom-content+.sub-menu{display:block!important}.ast-hidden{display:none!important}.rtl.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li.megamenu-active .astra-full-megamenu-wrapper .astra-megamenu,.rtl.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li:not([data-megamenu-trigger=click]):hover .astra-full-megamenu-wrapper .astra-megamenu{right:0}.main-header-bar-wrap .ast-search-box.header-cover{z-index:7}.ast-below-header-wrap .ast-search-box.header-cover #close,.ast-below-header-wrap .ast-search-box.header-cover .search-field{font-size:1.8em}.ast-below-header-wrap .ast-search-box.header-cover .search-submit{font-size:1.5em}.ast-search-box.full-screen,.ast-search-box.header-cover{display:none;opacity:0;transition:opacity .3s ease-in-out,display .3s ease-in-out;width:100%;height:100%}.ast-search-box.full-screen .search-field,.ast-search-box.header-cover .search-field{background:0 0;border:0;color:#fafafa;box-shadow:none;text-align:left;padding:0}.ast-search-box.full-screen .search-submit,.ast-search-box.header-cover .search-submit{background:var(--ast-fs-search-submit-background,0 0);padding:0;border-radius:50%;box-shadow:none;color:var(--ast-fs-search-text-color,#9e9e9e);transition:all .7s ease-In;outline:0;border:0;vertical-align:middle}.ast-search-box.full-screen .ast-search-wrapper,.ast-search-box.header-cover .ast-search-wrapper{position:absolute;width:100%;left:50%;top:50%;transform:translate(-50%,-50%)}.ast-search-box.full-screen .ast-search-wrapper .search-form,.ast-search-box.header-cover .ast-search-wrapper .search-form{line-height:normal}.ast-search-box.full-screen #close,.ast-search-box.header-cover #close{color:#fafafa;transform:rotate(0);font-size:2em;cursor:pointer;z-index:9;font-weight:400}.ast-search-box.full-screen .search-field::-webkit-input-placeholder,.ast-search-box.header-cover .search-field::-webkit-input-placeholder{color:#fafafa}.ast-search-box.full-screen .search-field:-moz-placeholder,.ast-search-box.header-cover .search-field:-moz-placeholder{color:#fafafa}.ast-search-box.full-screen .search-field::-moz-placeholder,.ast-search-box.header-cover .search-field::-moz-placeholder{color:#fafafa}.ast-search-box.full-screen .search-field:-ms-input-placeholder,.ast-search-box.header-cover .search-field:-ms-input-placeholder{color:#fafafa}.ast-search-box.header-cover{position:absolute;background:rgba(25,25,25,.96);top:0;z-index:10}.ast-search-box.header-cover .search-field{font-size:2em;line-height:2;width:100%}.ast-search-box.header-cover .ast-container{position:relative}.ast-search-box.header-cover .close,.ast-search-box.header-cover .search-submit,.ast-search-box.header-cover .search-text-wrap{display:inline-block}.ast-search-box.header-cover .search-text-wrap{width:calc(100% - 2.5em);vertical-align:middle}.ast-search-box.header-cover .search-submit{font-size:1.7em;margin-right:2em}.ast-search-box.header-cover #close{vertical-align:middle;backface-visibility:hidden}.ast-search-box.full-screen{position:fixed;background:rgba(25,25,25,.96);top:0;left:0;z-index:999}.ast-search-box.full-screen .ast-search-wrapper .large-search-text{text-align:center;color:#e2e2e2;font-size:1.5em;font-weight:400;transition-delay:50ms;transition:all .3s ease-in-out}.ast-search-box.full-screen .ast-search-wrapper fieldset{border:0;padding:2.5em 0 1em;border-bottom:2px solid var(--ast-border-color)}.ast-search-box.full-screen .ast-search-wrapper .search-field{font-size:2em;padding-left:20px;line-height:1.7;width:92%;vertical-align:middle}.ast-search-box.full-screen .ast-search-wrapper .search-form{width:70%;margin:20px auto}.ast-search-box.full-screen .ast-search-wrapper .search-submit{font-size:var(--ast-fs-search-font-size,1.7em)}.ast-search-box.full-screen #close{position:absolute;color:#fafafa;right:1em;line-height:1;cursor:pointer;z-index:9;font-weight:400;font-size:2em;top:1.5em;backface-visibility:hidden}.ast-search-box.full-screen ::-webkit-input-placeholder{opacity:0}.ast-search-box.full-screen ::-moz-placeholder{opacity:0}.ast-search-box.full-screen :-ms-input-placeholder{opacity:0}.ast-search-box.full-screen :-moz-placeholder{opacity:0}@media(max-width:420px){.ast-search-box.full-screen ::-webkit-input-placeholder{opacity:1}.ast-search-box.full-screen ::-moz-placeholder{opacity:1}.ast-search-box.full-screen :-ms-input-placeholder{opacity:1}.ast-search-box.full-screen :-moz-placeholder{opacity:1}}.ast-hfb-header .ast-search-box.full-screen.full-screen ::-webkit-input-placeholder{opacity:.5}.ast-hfb-header .ast-search-box.full-screen.full-screen ::-moz-placeholder{opacity:.5}.ast-hfb-header .ast-search-box.full-screen.full-screen :-ms-input-placeholder{opacity:.5}.ast-hfb-header .ast-search-box.full-screen.full-screen :-moz-placeholder{opacity:.5}.site-header .ast-inline-search.ast-search-menu-icon .search-form{padding-left:0;padding-right:0}.site-header .ast-inline-search.ast-search-menu-icon .search-field{padding-left:1em;padding-right:2em}.ast-inline-search.ast-search-menu-icon{position:relative;transform:none;left:0;right:0}.ast-inline-search.ast-search-menu-icon .search-submit{display:block;background:0 0;border:none;position:absolute;height:100%;right:.25em;padding:0;top:0;font-size:1.3em;color:#757575}.ast-header-break-point .ast-inline-search.ast-search-menu-icon .search-form{padding:0}.ast-header-break-point .site-header .ast-inline-search.ast-search-menu-icon .search-field{padding-right:2em}.ast-header-break-point .ast-search-box.full-screen .ast-search-wrapper .search-field{width:80%}.ast-header-custom-item-inside.ast-desktop .main-header-menu .ast-search-menu-icon.full-screen,.ast-header-custom-item-inside.ast-desktop .main-header-menu .ast-search-menu-icon.header-cover{display:none}.ast-header-break-point .ast-swap-above-header-sections .ast-above-header-section-1 .ast-search-menu-icon .search-form{right:-1em;left:auto;padding-left:0;padding-right:3em}.ast-header-break-point .ast-swap-above-header-sections .ast-above-header-section-1 .search-field{padding-right:0;padding-left:1em}.ast-header-break-point .ast-swap-above-header-sections .ast-above-header-section-2 .ast-search-menu-icon .search-form{left:-1em;right:auto;padding-right:0;padding-left:3em}.ast-header-break-point .ast-swap-above-header-sections .ast-above-header-section-2 .search-field{padding-left:0;padding-right:1em}.ast-header-break-point .ast-above-header .ast-above-header-section-1 .ast-inline-search.ast-search-menu-icon .search-field{padding-right:0}.ast-header-break-point .ast-swap-above-header-sections.ast-mobile-header-stack .ast-above-header .ast-above-header-section-2 .ast-search-menu-icon .search-form{padding-left:0;left:auto;padding-right:2em}.ast-header-break-point .ast-swap-above-header-sections.ast-mobile-header-stack .ast-above-header .ast-above-header-section-2 .ast-search-menu-icon.slide-search .search-form{left:-1em;padding-left:2em}.ast-header-break-point .ast-swap-above-header-sections.ast-mobile-header-stack .ast-above-header .ast-above-header-section-1 .search-field{padding-right:0}.ast-header-break-point .ast-swap-above-header-sections.ast-mobile-header-stack .ast-above-header .search-field{padding-right:0;padding-left:1em}.ast-header-break-point .ast-above-header-mobile-stack .ast-above-header .ast-above-header-section-1 .ast-search-menu-icon.ast-inline-search .search-form{right:auto;padding-right:2em}.ast-header-break-point .ast-swap-below-header-sections .ast-below-header .below-header-section-2 .ast-search-menu-icon.ast-inline-search .search-form{left:0;padding-left:0;padding-right:2em}.ast-header-break-point .ast-swap-below-header-sections .below-header-section-1 .ast-search-menu-icon .search-form{right:-1em;left:auto;padding-left:0;padding-right:3em}.ast-header-break-point .ast-swap-below-header-sections .below-header-section-1 .search-field{padding-right:0;padding-left:1em}.ast-header-break-point .ast-swap-below-header-sections .below-header-section-2 .ast-search-menu-icon .search-form{left:-1em;right:auto;padding-right:0;padding-left:3em}.ast-header-break-point .ast-swap-below-header-sections .below-header-section-2 .search-field{padding-left:0;padding-right:1em}.ast-header-break-point .ast-below-header .below-header-section-1 .ast-inline-search.ast-search-menu-icon .search-field{padding-right:0}.ast-header-break-point .ast-swap-below-header-sections.site-header .ast-below-header .ast-inline-search.ast-search-menu-icon .search-field{padding-left:1em;padding-right:0}.ast-header-break-point .ast-swap-below-header-sections .ast-below-header .below-header-section-2 .ast-search-menu-icon .search-form{left:-1em;padding-left:3em;padding-right:1em}.ast-below-header-mobile-stack .ast-below-header .below-header-section-1 .ast-search-menu-icon.ast-inline-search .search-form{right:auto;padding-right:2em}.iphone.full-screen,.ipod.full-screen{position:fixed!important}@media(max-width:992px){.ast-above-header-mobile-stack .ast-above-header-section-1 .ast-search-menu-icon.ast-inline-search .search-form{left:auto}.ast-below-header-mobile-stack .below-header-section-1 .ast-search-menu-icon.ast-inline-search .search-form{left:auto}}@media(max-width:544px){.ast-search-box.full-screen .ast-search-wrapper .large-search-text{display:none}.ast-search-box.full-screen .ast-search-wrapper .search-field,.ast-search-box.full-screen .ast-search-wrapper .search-submit{font-size:1.6em}}
.trp-floating-switcher{display:flex;flex-direction:column-reverse;position:fixed;z-index:99999;overflow:hidden;padding:var(--switcher-padding,10px);border:var(--border,none);border-radius:var(--border-radius,8px);background:var(--bg,#fff);width:var(--switcher-width,auto);top:var(--top,unset);right:var(--right,unset);bottom:var(--bottom,unset);left:var(--left,unset);box-shadow:0 10px 20px #0000000D}.trp-floating-switcher .trp-switcher-dropdown-list{flex-direction:column-reverse}.trp-switcher-position-top.trp-floating-switcher{flex-direction:column;top:var(--wp-admin--admin-bar--height,0)}.trp-floating-switcher.trp-switcher-position-top:not(.trp-ls-inline) .trp-language-switcher-inner,.trp-floating-switcher.trp-switcher-position-top .trp-switcher-dropdown-list{flex-direction:column}nav.trp-ls-inline .trp-language-switcher-inner{flex-direction:row}.trp-ls-inline.trp-opposite-language .trp-language-item{width:100%}#trp-floater-powered-by{color:var(--text,#b3b3b3);font-size:12px;text-align:center;padding:0 5px;opacity:70%}#trp-floater-powered-by a{color:var(--text,#b3b3b3)}.trp-switcher-position-bottom #trp-floater-powered-by{border-top:1px solid var(--border-color,#747474);padding-top:5px;margin-top:5px}.trp-switcher-position-top #trp-floater-powered-by{border-bottom:1px solid var(--border-color,#747474);padding-bottom:5px;margin-bottom:5px}.trp-shortcode-switcher__wrapper{position:relative;border:none}.elementor-widget-trp_language_switcher{width:fit-content;max-width:100%}.elementor-widget-trp_language_switcher .elementor-widget-container,.trp-elementor-language-switcher,.trp-elementor-language-switcher .trp-shortcode-switcher__wrapper{width:fit-content;max-width:100%}.trp-shortcode-switcher{position:static;display:inline-block;overflow:hidden;padding:10px 0;border:var(--border,none);border-radius:var(--border-radius,5px);background:var(--bg,#fff);width:auto;box-shadow:none}.trp-shortcode-anchor:not(.trp-opposite-button){visibility:hidden}.trp-shortcode-switcher.trp-open-on-click{cursor:pointer}.trp-shortcode-overlay{position:absolute;left:0;top:0;z-index:9999}.trp-current-language-item__wrapper:not(.trp-hide-arrow){display:flex;align-items:center;padding-right:10px;justify-content:space-between}.trp-language-switcher-inner{display:flex}.trp-floating-switcher .trp-language-switcher-inner{flex-direction:column-reverse}.trp-shortcode-switcher .trp-language-switcher-inner{flex-direction:column}.trp-switcher-dropdown-list{display:flex;overflow-y:hidden;transition:max-height .2s ease-in-out;max-height:0;transition-duration:var(--transition-duration)}.trp-shortcode-switcher .trp-switcher-dropdown-list{flex-direction:column}.trp-ls-dropdown.is-open .trp-switcher-dropdown-list,.trp-ls-dropdown[aria-expanded=true] .trp-switcher-dropdown-list,.trp-shortcode-switcher.trp-open-on-hover.is-open .trp-switcher-dropdown-list,.trp-shortcode-switcher[aria-expanded=true] .trp-switcher-dropdown-list{overflow-y:auto;max-height:min(350px,70vh);-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:var(--text)transparent}.trp-ls-dropdown.is-transitioning .trp-switcher-dropdown-list,.trp-shortcode-switcher.is-transitioning .trp-switcher-dropdown-list{overflow-y:hidden!important}.trp-shortcode-arrow{pointer-events:none}.trp-shortcode-switcher.is-open .trp-shortcode-arrow{transform:rotate(180deg)}.trp-language-item:focus{outline:none}.trp-language-item:focus-visible{outline:2px solid var(--text);outline-offset:-2px}.trp-language-item{display:flex;align-items:center;gap:8px;padding:7px 16px;text-decoration:none;min-height:19px;box-sizing:content-box}.trp-language-item:hover{background:var(--bg-hover,#f3f3f3)}.trp-language-item:hover .trp-language-item-name{color:var(--text-hover,#000)}.trp-language-item__current{pointer-events:none;cursor:default}.trp-language-item-name{display:inline-block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:var(--text,#000);font-size:var(--font-size,14px);line-height:1.2;font-family:-apple-system,BlinkMacSystemFont,segoe ui,Roboto,Oxygen-Sans,Ubuntu,Cantarell,helvetica neue,sans-serif;font-weight:400}.trp-flag-image{border-radius:var(--flag-radius,0)!important;aspect-ratio:var(--aspect-ratio,4/3)!important;width:var(--flag-size,18px)!important;display:inline-block!important;height:auto!important}.trp-menu-ls-label .trp-flag-image{margin:-2px 3px}.trp-custom-flag{object-fit:cover}.trp-switcher-dropdown-list::-webkit-scrollbar{width:6px}.trp-switcher-dropdown-list::-webkit-scrollbar-track{background:0 0}.trp-switcher-dropdown-list::-webkit-scrollbar-thumb{background-color:var(--text);border-radius:4px}.trp-switcher-dropdown-list::-webkit-scrollbar-thumb:hover{background-color:var(--text-hover)}.trp-flag-rounded{border-radius:9999px!important;aspect-ratio:1/1!important}.trp-ls-name{padding-left:5px}@media(prefers-reduced-motion:reduce){.trp-switcher-dropdown-list{transition:none!important}}.trp_ald_ls_container img.trp-flag-image{padding-top:0!important}.trp_ald_ls_container .trp-language-switcher:not(.trp-ald-language-selector){position:relative;display:inline-block;padding:0;border:0;box-sizing:border-box}.trp_ald_ls_container .trp-language-switcher:not(.trp-ald-language-selector)>div{box-sizing:border-box;padding-right:20px;padding-bottom:3px;padding-left:13px;border:1px solid #c1c1c1;border-radius:3px;background-color:#fff}.trp_ald_ls_container .trp-language-switcher:not(.trp-ald-language-selector)>div>a{display:block;padding:2px;border-radius:3px;color:#0769ad}.trp_ald_ls_container .trp-language-switcher:not(.trp-ald-language-selector)>div>a:hover{background:#f1f1f1}.trp_ald_ls_container .trp-language-switcher:not(.trp-ald-language-selector)>div>a.trp-ls-shortcode-disabled-language{cursor:default}.trp_ald_ls_container .trp-language-switcher:not(.trp-ald-language-selector)>div>a.trp-ls-shortcode-disabled-language:hover{background:0 0}.trp_ald_ls_container .trp-language-switcher:not(.trp-ald-language-selector)>div>a>img{display:inline;margin:0 3px;width:18px;height:12px;border-radius:0}.trp_ald_ls_container .trp-language-switcher:not(.trp-ald-language-selector) .trp-ls-shortcode-current-language{display:inline-block}.trp_ald_ls_container .trp-language-switcher:not(.trp-ald-language-selector):focus .trp-ls-shortcode-current-language,.trp_ald_ls_container .trp-language-switcher:not(.trp-ald-language-selector):hover .trp-ls-shortcode-current-language{visibility:hidden}.trp_ald_ls_container .trp-language-switcher:not(.trp-ald-language-selector) .trp-ls-shortcode-language{display:inline-block;height:1px;overflow:hidden;visibility:hidden;z-index:1;max-height:250px;overflow-y:auto;left:0;top:0;min-height:auto}.trp_ald_ls_container .trp-language-switcher:not(.trp-ald-language-selector):focus .trp-ls-shortcode-language,.trp_ald_ls_container .trp-language-switcher:not(.trp-ald-language-selector):hover .trp-ls-shortcode-language{visibility:visible;max-height:250px;height:auto;overflow-y:auto;position:absolute;left:0;top:0;display:inline-block!important;min-height:auto}#trp_ald_x_button{z-index:0!important}
html.fancybox-active:not(.fancybox-allowscroll),html.fancybox-active:not(.fancybox-allowscroll) body{touch-action:none;overscroll-behavior:none;-webkit-overflow-scrolling:auto;overflow:hidden;}html.fancybox-active:not(.fancybox-allowscroll) body{margin-right:var(--vertical-scrollbar);margin-bottom:var(--horizontal-scrollbar);}html.fancybox-active:not(.fancybox-allowscroll) body.rtl{margin-right:0;margin-left:var(--vertical-scrollbar);}#fancybox-loading,#fancybox-loading div,#fancybox-overlay,#fancybox-wrap *,#fancybox-wrap *::before,#fancybox-wrap *::after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}#fancybox-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.7);z-index:111100;display:none;}#fancybox-tmp{padding:0;margin:0;border:0;overflow:auto;display:none;}#fancybox-wrap{position:absolute;top:0;left:0;z-index:111101;display:none;outline:none!important;}#fancybox-outer{position:relative;width:100%;height:100%;box-shadow:0 0 20px #111;-moz-box-shadow:0 0 20px #111;-webkit-box-shadow:0 0 20px #111;background:#fff;}#fancybox-content{position:relative;width:100%;height:100%;overflow:hidden;z-index:111102;border:0 solid #fff;background:#fff;background-clip:padding-box;}#fancybox-content>*{max-width:100%;max-height:100%;-webkit-overflow-scrolling:touch;}#fancybox-error{color:#444;padding:14px;margin:0;}#fancybox-frame,#fancybox-img{width:100%;height:100%;border:none;}#fancybox-img{padding:0;margin:0;line-height:0;vertical-align:top;max-width:none!important;max-height:none!important}#fancybox-frame{display:block;z-index:0}.fancy-ico{position:absolute;width:48px;height:48px;border-radius:50%;}.fancy-ico span{display:block;position:relative;left:12px;top:12px;width:24px;height:24px;border-radius:50%;background:#000;border:2px solid white;box-shadow:0 0 4px #000;transition:transform .25s ease-in-out;}#fancybox-close:hover span,#fancybox-next:hover span,body.rtl #fancybox-prev:hover span{transform:rotate(360deg);}#fancybox-prev:hover span,body.rtl #fancybox-next:hover span{transform:rotate(-360deg);}#fancybox-close{top:-24px;right:-24px;cursor:pointer;z-index:111105;display:none;}#fancybox-close span::after,#fancybox-close span::before{content:'';position:absolute;top:9px;left:4px;width:12px;height:2px;background-color:#fff;}#fancybox-close span::before{transform:rotate(45deg);}#fancybox-close span::after{transform:rotate(-45deg);}#fancybox-prev,#fancybox-next{top:50%;margin-top:-24px;cursor:pointer;z-index:111102;display:none;}#fancybox-next,body.rtl #fancybox-prev{left:auto;right:-24px;}#fancybox-prev,body.rtl #fancybox-next{left:-24px;right:auto;}#fancybox-prev span::after,#fancybox-next span::after{content:'';position:absolute;top:6px;width:8px;height:8px;border-top:2px solid #fff;border-right:2px solid #fff;}#fancybox-prev span::after,body.rtl #fancybox-next span::after{transform:rotate(-135deg);left:7px;}#fancybox-next span::after,body.rtl #fancybox-prev span::after{transform:rotate(45deg);left:initial;right:7px;}#fancybox-title-wrap{z-index:111104;}.fancybox-title-inside{padding-bottom:10px;text-align:center;color:#333;background-color:#fff;position:relative;}.fancybox-title-outside{padding-top:10px;color:#fff;font-weight:600;}.fancybox-title-over{position:absolute;width:100%;bottom:0;left:0;color:#fff;text-align:left;}body.rtl .fancybox-title-over{text-align:right}.fancybox-title-over #fancybox-title{padding:10px;background:rgba(0,0,0,.6);display:block;}.fancybox-title-float{text-align:center;}.fancybox-title-float #fancybox-title{display:table;margin:-12px auto;height:24px;padding:0 15px;line-height:20px;font-size:14px;color:#fff;background:#000;border:2px solid #fff;border-radius:12px;box-shadow:0 0 4px #000;position:relative;z-index:111104;}#fancybox-loading{position:fixed;top:50%;left:50%;width:40px;height:40px;margin-top:-20px;margin-left:-20px;background-color:rgba(0,0,0,.9);border-radius:5px;cursor:pointer;overflow:hidden;z-index:111104;display:none;}#fancybox-loading div{transform-origin:20px 20px;animation:fancybox-loading 1.2s linear infinite;}#fancybox-loading div::after{content:'';display:block;position:absolute;top:7px;left:19px;width:2px;height:7px;border-radius:20%;background:#fff;}#fancybox-loading div:nth-child(1){transform:rotate(0deg);animation-delay:-1.1s;}#fancybox-loading div:nth-child(2){transform:rotate(30deg);animation-delay:-1s;}#fancybox-loading div:nth-child(3){transform:rotate(60deg);animation-delay:-.9s;}#fancybox-loading div:nth-child(4){transform:rotate(90deg);animation-delay:-.8s;}#fancybox-loading div:nth-child(5){transform:rotate(120deg);animation-delay:-.7s;}#fancybox-loading div:nth-child(6){transform:rotate(150deg);animation-delay:-.6s;}#fancybox-loading div:nth-child(7){transform:rotate(180deg);animation-delay:-.5s;}#fancybox-loading div:nth-child(8){transform:rotate(210deg);animation-delay:-.4s;}#fancybox-loading div:nth-child(9){transform:rotate(240deg);animation-delay:-.3s;}#fancybox-loading div:nth-child(10){transform:rotate(270deg);animation-delay:-.2s;}#fancybox-loading div:nth-child(11){transform:rotate(300deg);animation-delay:-.1s;}#fancybox-loading div:nth-child(12){transform:rotate(330deg);animation-delay:0s;}@keyframes fancybox-loading{0%{opacity:1}100%{opacity:0}}.fancybox-hidden{display:none;}#fancybox-content .fancybox-hidden,#fancybox-tmp .fancybox-hidden{display:revert;}
html{scroll-behavior:smooth}.aboutFilsonFiltorDescription.solutionText{padding-top:24px}#about-banner{background:url(https://www.filsonfilters.com/wp-content/uploads/2016/07/about-banner.jpg)}.videosection iframe{display:inline-block;overflow:hidden;width:100%;height:230px}iframe[src*=youtube]{width:100%!important;height:auto!important;aspect-ratio:16/9;max-width:100%;display:block}.ast-separate-container .site-content #secondary .widget{padding:0!important}a.headerBtn{color:#fff!important;line-height:1;min-width:auto!important;padding:14px 20px!important;background:#3389cc!important;background:-moz-linear-gradient(top,#3389cc 0%,#0676cd 100%)!important;background:-webkit-linear-gradient(top,#3389cc 0%,#0676cd 100%)!important;background:linear-gradient(to bottom,#3389cc 0%,#0676cd 100%)!important}a.headerBtn:hover{color:#fff!important;background:#0676cd!important;background:-moz-linear-gradient(top,#0676cd 0%,#3389cc 100%)!important;background:-webkit-linear-gradient(top,#0676cd 0%,#3389cc 100%)!important;background:linear-gradient(to bottom,#0676cd 0%,#3389cc 100%)!important}.commonBtn{display:inline-block;background:#0874b4;color:#fff;font-size:18px;height:50px;line-height:50px;padding:0 39px;text-transform:capitalize;border:1px solid #5d8ba6;border-radius:2px;box-shadow:3px 3px 5px rgba(0,0,0,.2)inset;font-weight:700;-webkit-transition:all .5s;-moz-transition:all .5s;-ms-transition:all .5s;transition:all .5s}.commonBtn:hover{background:#0b4466;color:#fff}.redBtn{background:#b63636;border-color:#a67071}.redBtn:hover{background:#470707}a.sliderBtn{background:#3f79d1;border:2px solid #fff!important;border-radius:40px;padding:14px 25px;color:#fff!important;font-weight:700!important}a.sliderBtn:hover{background:#25326d}.footerText{max-width:410px;padding:20px 0 40px}.subscribeTitle{text-transform:uppercase;font-weight:600;padding-bottom:10px}.subscribeForm input[type=email]{width:320px;display:inline-block;border:1px solid #3f79d1;border-right:none;border-radius:15px 0 0 15px;padding:17px 20px 17px 50px;background:url(https://www.filsonfilters.com/wp-content/uploads/2024/08/emailIcon.png)15px no-repeat #fff}.subscribeForm input[type=email]::placeholder{color:#25326d}.subscribeForm input[type=submit]{width:80px;display:inline-block;font-size:14px;font-weight:700;text-transform:uppercase;border-radius:0 15px 15px 0;padding:22px 0;background:#3f79d1;border-color:#3f79d1;text-align:center;margin-left:-5px}.subscribeForm input[type=submit]:hover{background:#25326d;border-color:#fff}.site-footer .widget-title{margin-bottom:20px!important}.site-footer ul.menu li{margin-bottom:10px;padding-left:20px;position:relative}.site-footer ul.menu li:before{position:absolute;content:'';top:7px;left:0;width:10px;height:10px;background:#85bce6}.footerDetails li{position:relative;padding-left:40px;margin-bottom:10px}.footerDetails li:before{position:absolute;content:'';top:4px;left:0;width:22px;height:22px;background:url(https://www.filsonfilters.com/wp-content/uploads/2024/08/footerSprite.png)no-repeat}.footerDetails li.email:before{background-position:0 -72px}.footerDetails li a{color:#fff!important}.footerDetails li a:hover{color:#3f79d1!important}.footerSocial li{display:inline-block;margin:0 0 0 10px}.footerSocial li a{display:block}.footerSocial li a:hover{opacity:.8}.stickyContacts{position:fixed;content:'';top:35%;right:20px;transform:translateY(-50%);background:rgba(0,0,0,.3)!important;z-index:99}.stickyContacts ul{margin:0!important;padding:20px 0!important;list-style-type:none}.stickyContacts ul li a{display:block;width:50px;height:50px;position:relative;z-index:2}.stickyContacts ul li a span{position:absolute;top:0;right:-400px;width:300px;height:100%;background:#1f7ad8;border-radius:25px;color:#fff;padding:10px 55px 10px 15px;transition:all .3s;z-index:-1;visibility:hidden}.stickyContacts ul li a:hover span{right:0;visibility:visible}.stickyContacts ul li a:before{position:absolute;content:'';top:0;left:0;width:100%;height:100%;background:url(https://www.filsonfilters.com/wp-content/uploads/2025/01/sidebarSprit.png)no-repeat}.stickyContacts ul li.email a:before{background-position:12px 17px}.stickyContacts ul li.mobile a:before{background-position:12px -80px}.stickyContacts ul li.wechat a:before{background-position:11px -133px}.stickyContacts ul li.whatsapp a:before{background-position:14px -178px}@-webkit-keyframes hvr-pulse-grow{to{-webkit-transform:scale(1.1);transform:scale(1.1)}}@keyframes hvr-pulse-grow{to{-webkit-transform:scale(1.1);transform:scale(1.1)}}.hvr-pulse-grow{display:inline-block;vertical-align:middle;-webkit-transform:perspective(1px)translateZ(0);transform:perspective(1px)translateZ(0);box-shadow:0 0 1px transparent}.hvr-pulse-grow:hover,.hvr-pulse-grow:focus,.hvr-pulse-grow:active{-webkit-animation-name:hvr-pulse-grow;animation-name:hvr-pulse-grow;-webkit-animation-duration:.3s;animation-duration:.3s;-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-direction:alternate;animation-direction:alternate}.solutionVideo:hover .videoIcon img{-webkit-animation-name:hvr-pulse-grow;animation-name:hvr-pulse-grow;-webkit-animation-duration:.3s;animation-duration:.3s;-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-direction:alternate;animation-direction:alternate}.videoIcon{position:absolute;width:100%;text-align:center;top:40%}.slideBox{background:rgba(0,0,0,.7);padding:25px 30px 0!important}.slideBox h2{font-size:43px!important;color:#fff;margin-bottom:10px!important}.slideBox p{color:#fff;font-size:19px!important;line-height:30px!important;word-wrap:break-word!important;margin:0!important}.slideBox a{display:inline-block;height:44px;line-height:44px!important;background:#d10303;font-size:17px!important;padding:0 30px!important;color:#fff;position:relative;bottom:-21px;font-weight:700}.slideBox a,.slideBox a:before,.slideBox a:after{-webkit-transition:all .5s;-moz-transition:all .5s;-ms-transition:all .5s;transition:all .5s}.slideBox a:before{content:'';position:absolute;left:-17px;top:0;border-right:17px solid #d10303;border-bottom:44px solid transparent}.slideBox a:after{content:'';position:absolute;right:-17px;top:0;border-left:17px solid #d10303;border-top:44px solid transparent}.slideBox a:hover{background:#5d0808;color:#fff}.slideBox a:hover:before{border-right-color:#5d0808}.slideBox a:hover:after{border-left-color:#5d0808}#filterWrapper{overflow:hidden;position:relative}.side-1{background:url(https://www.filsonfilters.com/wp-content/uploads/2017/05/slideBanner1.jpg)no-repeat 100%;background-size:cover}.side-2{background:url(https://www.filsonfilters.com/wp-content/uploads/2017/05/slideBanner2.jpg)no-repeat 0;background-size:cover}.filterHead{position:absolute;top:0;left:0;width:100%;height:74px}.filterHead h2{line-height:74px!important;color:#fff!important;font-size:35px!important;font-weight:700!important}.filterHead.push-left{text-align:right;padding-right:22%;background:#0b1015}.filterHead.push-right{text-align:left;padding-left:17%;background:#b43030}.filterpic{padding:59px 0 39px}.push-left{text-align:right;padding-right:15%}.push-right{text-align:left;padding-left:15%}.filterExtras{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(24,33,44,.95);padding-top:20%;padding-left:32%;opacity:0;-webkit-transition:all .5s;-moz-transition:all .5s;-ms-transition:all .5s;transition:all .5s}.redExtra{background:rgba(180,48,48,.95);padding-right:32%;padding-left:0}.filter-side:hover .filterExtras{opacity:1}.extraBox{width:85%;background:rgba(0,0,0,.5);margin:0 auto;padding:25px 35px 0}.extraBox h3{color:#fff!important;font-size:20px!important;margin:0!important}.filterLink a{position:relative;bottom:-21px}.FieldHomepageTriptych-border--top{position:absolute;top:0;left:50%;right:50%;height:5px;z-index:15;background:#d9a460;-webkit-transition:left .33333333s .66666667s,right .33333333s .66666667s;transition:left .33333333s .66666667s,right .33333333s .66666667s}.FieldHomepageTriptych-border--left{position:absolute;top:0;bottom:100%;left:0;width:5px;z-index:15;background:#d9a460;-webkit-transition:bottom .33333333s .33333333s;transition:bottom .33333333s .33333333s}.FieldHomepageTriptych-border--right{position:absolute;top:0;bottom:100%;right:0;width:5px;z-index:15;background:#d9a460;-webkit-transition:bottom .33333333s .33333333s;transition:bottom .33333333s .33333333s}.FieldHomepageTriptych-border--bottom_left{position:absolute;bottom:0;left:0;right:100%;height:5px;z-index:15;background:#d9a460;-webkit-transition:left .33333333s,right .33333333s;transition:left .33333333s,right .33333333s}.FieldHomepageTriptych-border--bottom_right{position:absolute;bottom:0;left:100%;right:0;height:5px;z-index:15;background:#d9a460;-webkit-transition:left .33333333s,right .33333333s;transition:left .33333333s,right .33333333s}.filter-side:hover .FieldHomepageTriptych-border--top{left:0;right:0;-webkit-transition:left .33333333s,right .33333333s;transition:left .33333333s,right .33333333s}.filter-side:hover .FieldHomepageTriptych-border--left{bottom:0;-webkit-transition:bottom .33333333s .33333333s;transition:bottom .33333333s .33333333s}.filter-side:hover .FieldHomepageTriptych-border--right{bottom:0;-webkit-transition:bottom .33333333s .33333333s;transition:bottom .33333333s .33333333s}.filter-side:hover .FieldHomepageTriptych-border--bottom_left{right:50%;-webkit-transition:right .33333333s .66666667s;transition:right .33333333s .66666667s}.filter-side:hover .FieldHomepageTriptych-border--bottom_right{left:50%;-webkit-transition:left .33333333s .66666667s;transition:left .33333333s .66666667s}#aboutFilsonFiltor{background:url(https://www.filsonfilters.com/wp-content/uploads/2016/07/solution-back.jpg)no-repeat;background-size:cover;position:relative;padding-bottom:59px}.solutionVideo{margin-top:36px;background:#fff;padding:3px;border-radius:5px;position:relative}.solutionText h3{font-size:16px!important;padding-bottom:0!important;font-weight:700!important}.solutionText ul{list-style-type:none;padding:0!important;margin:0!important}.solutionText ul li{font-size:19px;color:#1e1e1e;padding:15px 0 7px;border-bottom:2px dotted #979797;display:inline-block;margin-left:25px;position:relative}.solutionText ul li:last-child{border-bottom:none}.solutionText ul li:before{content:'\f105';font-family:FontAwesome;position:absolute;font-size:18px;font-weight:700;left:-17px;top:11px}.solutionLink{margin-top:30px}.solutionLink a{margin-right:13px}#checkProductWrapper .bx-wrapper .bx-viewport{border:none!important;border-radius:0!important}#checkProductWrapper .bx-wrapper img{min-height:460px}.checkSlider{margin:0!important;padding:0!important}.checkText{position:absolute;top:0;width:100%;padding:11px 0 0}.checkText h3{text-align:center;color:#fff!important;font-size:35px!important;line-height:1!important}.checkText p{font-size:21px;color:#fff;line-height:30px;text-align:center;padding:0 100px}#checkProductWrapper .bx-wrapper .bx-controls-direction a{width:34px!important;height:34px!important;background:url(https://www.filsonfilters.com/wp-content/uploads/2016/07/arrows.png)no-repeat}#checkProductWrapper .bx-wrapper .bx-prev{left:calc(50% - 585px)!important;background-position:0 0!important}#checkProductWrapper .bx-wrapper .bx-prev:hover{background-position:0 -34px!important}#checkProductWrapper .bx-wrapper .bx-next{right:calc(50% - 585px)!important;background-position:-34px 0!important}#checkProductWrapper .bx-wrapper .bx-next:hover{background-position:-34px -34px!important}.checkProdLink{padding-top:20px}#checkProductWrapper .bx-wrapper .bx-pager{display:none}#postWrapper{padding:44px 0 80px}.postHead h2{font-size:40px!important;line-height:40px!important;color:#090909!important;margin-top:4px!important;text-transform:uppercase;font-weight:700!important}.postHead h3 a{font-size:25px!important;color:#b63636!important;margin:4px 0 0!important;font-weight:700!important}#about-banner{background:url(https://www.filsonfilters.com/wp-content/uploads/2016/07/about-banner.jpg);background-size:cover;min-height:450px;overflow:hidden}.aboutHeading{margin-top:150px;border:1px solid #9ec3f3;padding:39px 41px 30px;background:rgba(0,0,0,.7);text-align:center}.aboutHeading h2{font-size:25px!important;color:#fff!important;line-height:29px!important}.headPadding{padding:0 40px}.page-id-9 #aboutFilsonFiltor{background:url(https://www.filsonfilters.com/wp-content/uploads/2016/07/solution-back-about.png)no-repeat;background-size:cover;position:relative}.aboutFilsonHeading{display:table;width:100%}#aboutFilsonFiltor h2,#aboutFilsonFiltor h1,.page-template-page-with-sidebar #content h1{text-align:center!important;height:91px;line-height:1!important;font-size:35px!important;font-weight:700!important;background:rgba(0,0,0,.1);color:#10171c!important;margin:0;display:table-cell;vertical-align:middle;width:100%}.aboutFilsonHeading h2:after,.aboutFilsonHeading h1:after{content:'';position:absolute;border-bottom:1px dashed #0c1217!important;width:100%;top:90px;right:0}.aboutFilsonHeading h2:before,.aboutFilsonHeading h1:before{content:'';position:absolute;border-top:1px dashed #0c1217!important;width:100%;top:87px;right:0}.aboutFilsonFiltorDescription h3{font-size:20px!important;color:#b63636!important;margin:0!important;padding-bottom:17px;padding-top:36px}.aboutFilsonFiltorDescription p,.page-template-page-with-sidebar #content p{margin-top:0;font-size:20px;color:#464646!important;margin-bottom:27px!important}.twoButtons{text-align:center;padding-top:20px!important}.quickContact{display:inline-block;padding-right:13px}.quickContact a{margin-right:13px;text-transform:capitalize;padding:0 25px}#sliderWrapper{background:#171616;position:relative}#sliderWrapper h2{font-size:40px!important;color:#d60101!important;line-height:40px!important;margin-bottom:74px!important}.slick-slide p{font-size:24px;color:#fff;line-height:28px}.slick-slide{display:inline-block;cursor:pointer}.slider-nav{position:absolute;bottom:35px;width:100%;z-index:9999999}.slick-slide:focus,.slick-slider .slick-arrow{outline:none}.slider{overflow:visible!important}.slider-for{width:100%!important;margin:0}.slider-for img{min-height:534px}.itemBox{position:absolute;top:95px;width:1170px;left:calc(50% - 585px);padding:0 50px;text-align:center}.whiteLine{position:absolute;width:100%!important;height:1px;background:#fff;bottom:93px;z-index:99999}.slideBtn{position:relative;z-index:99;text-align:center}.slideImg{display:inline-block;background:#0f1f31;padding:2px;border:1px solid #303a46;border-radius:50px;margin-bottom:20px;position:relative}.slideImg img{border-radius:50px;opacity:.3}.slideImg:hover img,.slick-current .slideImg img{opacity:1}.slick-current .slideImg:after,.slideImg:hover:after{content:'';position:absolute;bottom:-8px;left:calc(50% - 7px);border-top:8px solid #fff;border-right:7px solid transparent;border-left:7px solid transparent}.slideYear{font-size:18px;color:#b63636;padding-left:6px;font-weight:700}.slick-slider .slick-arrow{text-indent:-9999999px;position:absolute;border:none;background:url(https://www.filsonfilters.com/wp-content/uploads/2016/07/arrows.png)no-repeat;width:34px;height:34px;top:-228px;z-index:9999;cursor:pointer}.slick-slider .slick-prev{background-position:0 0;left:calc(50% - 615px)}.slick-slider .slick-prev:hover{background-position:0 -34px!important}.slick-slider .slick-next{background-position:-34px 0;right:calc(50% - 615px)}.slick-slider .slick-next:hover{background-position:-34px -34px}#detailWrapper{padding:51px 0 63px}ul.newProductSlider{margin:0!important;padding:0!important;list-style-type:none}#detailWrapper .bx-wrapper{margin:0!important}#detailWrapper .bx-wrapper .bx-viewport{box-shadow:none!important;border:2px solid #0874b4!important;left:0!important;background:0 0!important;border-radius:5px}#detailWrapper .bx-wrapper .bx-viewport ul li img{height:100%;width:100%;margin:0 auto;object-fit:cover}#detailWrapper .productSlider #bx-pager{padding-top:20px}#detailWrapper .bxslider{margin:0!important}#detailWrapper .bxSmall a{display:block;height:135px;margin-bottom:25px;border-radius:5px;border:2px solid #ababab;position:relative}#detailWrapper .bxSmall a.active,#detailWrapper .bxSmall a:hover{border-color:#0874b4}#detailWrapper .bxSmall a.active:after,#detailWrapper .bxSmall a:hover:after{content:'';position:absolute;border-left:10px solid transparent;border-right:10px solid transparent;border-bottom:10px solid #0874b4;left:calc(50% - 10px);top:-10px}#detailWrapper .bxSmall:last-child a{margin-bottom:0}#detailWrapper .bxSmall img{height:100%;width:100%;object-fit:cover}.detailHead{font-size:32px;line-height:32px;color:#b63636;margin-bottom:28px}.detailText{font-size:20px;color:#000}.detailText p{line-height:25px}.detailText ul{padding:0!important;margin:35px 0 30px!important;list-style-type:none}.detailText ul li{color:#464646!important;margin-bottom:13px;padding-left:37px;position:relative}.detailText ul li:before{position:absolute;content:'';top:6px;left:0;width:16px;height:16px;border:2px solid #0874b4;border-radius:100%}.tableOverfloeX{overflow-x:auto}.prodTabContent{font-size:20px;color:#031322;line-height:26px;width:100%;overflow:hidden}.prodTabContent div{margin:0 auto!important}.prodTabContent table{margin:0 auto;text-align:center;border:1px solid #c0c0bd}.prodTabContent table th{width:16%}.prodTabContent table th,.prodTabContent table td{padding:2px!important;border-bottom:1px solid #c0c0bd;border-right:1px solid #c0c0bd;font-size:12px!important;background:#f5f5f5}#exploreWrapper{background:#f1f1f1;padding-bottom:43px}.exploreHead h2{text-align:center!important;height:91px;line-height:91px!important;font-size:35px!important;font-weight:700!important;color:#10171c!important;background:url(https://www.filsonfilters.com/wp-content/uploads/2016/07/solution-back-about.png)no-repeat;background-size:cover;position:relative;margin-bottom:47px!important}.exploreHead h2:after{content:'';position:absolute;border-top:1px dashed #0c1217;border-bottom:1px dashed #0c1217;width:100%;height:4px;bottom:0;left:0}.exploreImg{position:relative;display:inline-block}.exploreImg ul{list-style-type:none;padding:0!important;margin:0!important}.exploreImg ul li{position:absolute;width:430px}.prod-icon{float:left;position:absolute}.exploreImg ul li:nth-child(2) .prod-icon,.exploreImg ul li:nth-child(5) .prod-icon{float:right}.icon-inner{width:35px;height:35px;line-height:31px!important;cursor:pointer;font-size:16px;background:#008fe4;color:#fff;top:15px;border-radius:50px;border:2px solid #fff;position:relative}.icon-inner:hover,.exploreImg ul li.popover-active .icon-inner{background:#d60101}.exploreToolTip{width:200px;background:#fff;text-align:left;padding:17px 18px 12px;border-radius:10px;border:1px solid #d60101;font-size:16px;color:#031322;position:absolute;z-index:999}.exploreToolTip.tipLeft{left:55px}.exploreToolTip.tipRight{left:-220px}.exploreToolTip.tipRight:before{right:-10px;left:100%;transform:rotateY(180deg)}.exploreToolTip:before{content:'';position:absolute;width:11px;height:20px;top:23px;left:-10px;background:url(https://www.filsonfilters.com/wp-content/uploads/2016/08/explore-arrow.png)no-repeat}.cross{position:absolute;z-index:999;top:-10px;width:24px;height:24px;line-height:24px;text-align:center;cursor:pointer;background:#000;color:#fff;border-radius:15px;display:none}.exploreToolTip h4{margin:0;font-size:18px;color:#b63636}.exploreToolTip p{margin-bottom:0}#relatedWrapper{padding:52px 0 56px;background:url(https://www.filsonfilters.com/wp-content/uploads/2016/08/related-back.jpg)no-repeat;background-size:cover}#relatedWrapper h2{color:#333!important;font-size:40px!important;font-weight:700;line-height:42px!important}.relatedBox{background:#e6e6e6;padding:9px;margin-top:48px}.relatedImg{border:1px solid #d9d8d8;margin-bottom:9px}.relatedTitle a{display:block;height:53px;line-height:53px;color:#fff;font-size:23px;border-radius:2px;position:relative;z-index:1;overflow:hidden}.relatedTitle a:hover{color:#fff}.relatedTitle a:before,.relatedTitle a:after{content:'';position:absolute;width:100%;height:53px;z-index:-1;-moz-transition:all .5s;-webkit-transition:all .5s;transition:all .5s}.relatedTitle a:before{background:#2a2e34;left:0}.relatedTitle a:after{background:#d60101;left:-100%}.relatedTitle a:hover:after{left:0}.producthead{border-bottom:6px solid #fff}.producthead h2{margin-bottom:0!important}.producthead h2:before{content:'';position:absolute;width:100%;bottom:6px;left:0;height:6px;background:#174b82}.prodCatDescription{background:#174b82;padding-top:35px;padding-bottom:30px;color:#fff;font-size:18px;line-height:26px;position:relative}.prodCatDescription:before{content:'';position:absolute;bottom:0;left:calc(50% - 134px);width:277px;height:27px;background:url(https://www.filsonfilters.com/wp-content/uploads/2016/08/prod-cat-curve.png)no-repeat 50% #fff}.prodCatDescription:after{content:'';position:absolute;width:28px;height:33px;background:url(https://www.filsonfilters.com/wp-content/uploads/2016/08/prod-cat-arrow.png)no-repeat;left:calc(50% - 10px);bottom:-14px}#productBoxWrapper{padding:52px 0 46px}.prod-box-outer{padding-bottom:26px;margin-bottom:24px;border-bottom:1px dashed #1e1e1e;min-height:293px!important}.prod-box-outer:nth-child(odd):after,.prod-box-outer:nth-child(even):after{content:'';position:absolute;width:15px;height:12px;background:#fff;bottom:-7px}.prod-box-outer:nth-child(odd):after{left:0}.prod-box-outer:nth-child(even):after{right:0}.prod-box-outer:nth-last-of-type(2),.prod-box-outer:last-of-type{border-bottom:none;padding-bottom:0;margin-bottom:0}.productBox{background:#f8f8f8;border:1px solid #dedddd;padding:30px 10px 25px;position:relative;overflow:hidden;border-radius:5px;box-shadow:1px 1px 5px #e4e4e4;min-height:300px}.productBox h2{color:#151515!important;font-size:22px!important;margin-bottom:18px!important}.productBox p{font-size:19px;color:#0e0e0e;margin-bottom:0!important;padding-right:10px}.productBox ul{list-style-type:none;padding:0!important;margin:25px 0 0!important}.productBox ul li{color:#464646;margin-bottom:10px;padding-left:25px;position:relative;font-size:17px}.productBox ul li:last-child{margin-bottom:0}.productBox ul li:before{position:absolute;content:"\e900";left:0;font-family:Astra;transform:rotate(270deg);font-weight:600;color:#0874b4}.prod-img{display:table-cell;height:210px;vertical-align:middle}.prod-box-extra{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(205,63,63,.95);padding-top:18%;opacity:0;-moz-transition:all .5s;-webkit-transition:all .5s;transition:all .5s}.productBox:hover .prod-box-extra{opacity:1}.prod-box-extra h3{font-size:24px!important;color:#fff!important;margin:10px 0 0!important;font-weight:700}.no-pad{padding:0!important}#contactForm{padding:47px 0 40px}.cform label{font-size:24px;color:#464646}.cform input[type=text],.cform input[type=email]{width:100%;height:auto;border:1px solid #c1c1c1;border-radius:2px;margin-bottom:21px!important;font-size:18px;padding:15px 10px;color:#464646}.cform textarea{width:100%;height:180px;border:1px solid #c1c1c1;border-radius:2px;font-size:18px;padding:10px;color:#464646}.cform input[type=submit]{display:inline-block;background:#0874b4;color:#fff;font-size:18px;line-height:48px;padding:0 28px;text-transform:uppercase;border:1px solid #5d8ba6;border-radius:2px;box-shadow:3px 3px 5px rgba(0,0,0,.2)inset;margin-top:28px;-webkit-transition:all .5s;-moz-transition:all .5s;-ms-transition:all .5s;transition:all .5s}.cform input[type=submit]:hover{background:#0b4466}#sidebar .cform{padding:10px 8px 15px;border:1px solid #ccc}#sidebar .cform label{font-size:14px;font-weight:700}#sidebar .cform input[type=text],#sidebar .cform input[type=email]{height:35px;margin-bottom:10px!important;font-size:14px}#sidebar .cform textarea{height:100px}.cinfo img{float:left;margin-top:19px}.clist{margin-top:75px}.clist ul{list-style-type:none;padding:0;padding-left:59px}.clist ul li{background:url(https://www.filsonfilters.com/wp-content/uploads/2016/07/contact-sprite.png)no-repeat 0;font-size:24px;color:#1e1e1e;padding-top:9px;margin-top:19px;padding-left:73px;line-height:25px}li.phone{background-position:0 0!important;height:55px}li.envelop{background-position:0 -72px!important;height:55px}li.address{background-position:0 -144px!important;height:55px}li.address span{color:#d60101}#contactImg{background:url(https://www.filsonfilters.com/wp-content/uploads/2016/08/contact-img.jpg)50%;background-size:cover;height:434px;position:relative}.contactImg{position:absolute;top:70px;text-align:center;border:1px solid #4d5157;height:150px;width:100%;background:rgba(0,0,0,.7)}.contactImg img{position:absolute;bottom:-29px;left:calc(50% - 23px)}.contactImg h1{font-size:43px!important;color:#fff!important;padding-top:42px;margin:0!important}.contactImg h3{font-size:20px!important;color:#fff!important;margin:0!important}#getInForm{width:700px;margin:auto}h2.getInHeading{display:block;padding:25px 0 21px;border-bottom:2px solid #0177b5;padding-left:19px;margin-bottom:0!important}.getIntouch{padding:40px}.formHeading{text-align:center;color:#0e0e0e!important;padding-bottom:40px}.formHeading h2{color:#0177b5!important;font-size:30px;line-height:1!important;margin-bottom:8px}.popupform input[type=text],.popupform input[type=Email],.popupform textarea{width:100%;height:51px;margin-bottom:18px;border:1px solid #b5b5b5;font-size:18px!important;padding-left:15px;border-radius:5px}.popupform textarea{min-height:151px;padding-top:18px}.popupform input[type=submit]{background:#0177b5!important;border:none!important;color:#fff;padding:12px 37px;border-radius:5px;float:right;font-size:24px;transition:all .5s}.popupform input[type=submit]:hover{background:#414042!important;color:#fff}.hide{display:none}div#Footer_-_Sticky_Form{width:240px;background:#fff;position:fixed;bottom:40px;left:20px;z-index:999;display:none}.stickyForm{padding:15px 20px}.closeForm{display:inline-block;width:30px;height:30px;line-height:28px;text-align:center;color:#fff;border-radius:25px;position:absolute;right:-3px;top:6px;font-size:20px}.stickyFormHeading h3{margin:0;padding:10px;background:#ff5c00;color:#fff;text-align:center;font-size:16px;word-spacing:5px}.stickyForm input[type=text],.stickyForm input[type=email],.stickyForm textarea{border:none;background:#e9edf2;font-size:14px;color:#666;padding:5px;width:100%;margin-bottom:10px}.stickyForm input[type=text]::placeholder,.stickyForm input[type=email]::placeholder,.stickyForm textarea::placeholder{color:#758aa4}.stickyForm input[type=text],.stickyForm input[type=email]{height:28px}.stickyForm textarea{height:110px;margin-bottom:20px}.stickyForm input[type=submit]{height:42px;width:100%;background:#4c81ee;color:#fff;border:none;font-size:20px;font-weight:700;border-radius:5px}.stickyForm input[type=submit]:hover{background:#3a70de}#articleWraper{font-size:16px;color:#333;line-height:24px}.articleContent{border:1px solid #ccc;padding:20px;background:#fbfbfb}.articleContent a{color:#00a0ff!important}.articleContent a:hover{color:#333!important;text-decoration:underline}.articleContent .tableOverflowX{overflow-x:scroll}.articleContent table{width:100%}.articleContent table tr td,.articleContent table tr th{border:1px solid #ccc;padding:5px}.articleContent table tr th{font-weight:600}.pagination{margin:0 0 50px!important}.pagination.clearfix a.pagination-next{color:#fff!important;background-color:#0f63ab;padding:14px 25px 15px;border-radius:3px;font-size:18px;border:1px solid #0f63ab}.pagination.clearfix a.pagination-next:after,.pagination.clearfix a.pagination-prev:before{display:none!important}.pagination.clearfix a.pagination-prev{color:#fff!important;background-color:#0f63ab;padding:14px 25px 15px;border-radius:3px;font-size:18px;border:1px solid #0f63ab}.pagination a.inactive,.pagination .current{border:1px solid #0f63ab!important;display:inline-block;height:54px!important;color:#747474;padding:16px 25px!important;margin-left:5px;font-size:18px!important;border-radius:2px}.pagination .current{border:1px solid #0f63ab!important;display:inline-block;height:20px;line-height:18px;color:#fff;padding:0 6px;margin-left:5px;background:#0f63ab!important}.pagination ul{margin:0;padding:0;list-style-type:none!important}.pagination ul li{display:inline-block}.pagination a{border:1px solid #0f63ab!important;display:inline-block!important;height:54px!important;color:#747474!important;padding:16px 25px!important;margin-left:5px!important;font-size:18px!important;border-radius:2px;line-height:1!important}.pagination .active a,.pagination a:hover{border:1px solid #0f63ab!important;background:#0f63ab!important;color:#fff!important}.pagination .pagination-next a,.pagination .pagination-prev a{border:1px solid #0f63ab!important;background:#0f63ab!important;color:#fff!important}.pagination .pagination-next:after,.pagination .pagination-prev:before{display:none}.page-template-page-with-sidebar #main #content{width:68%}.page-template-page-with-sidebar #content h1{text-align:left!important;height:auto;font-size:32px!important;background:0 0;padding-bottom:20px}#bannerImage img{width:100%}.imageright{margin-top:40px}#productsbox h2{margin-top:20px!important;margin-bottom:65px!important}.prProductBox p{font-size:16px!important;font-weight:400;color:#333!important}.prProductBox:hover p{color:#fff!important}.categoryseprter{margin-top:77px}.categoryReptersep{margin-top:0!important}#videoSection{background:#ededed;padding:87px 0 115px}.downloadResource h2{font-size:30px!important;color:#081a27;line-height:1!important;margin-bottom:40px!important}.downloadResource ul{margin:0;padding:0;list-style:none}.downloadResource ul li{font-size:17px!important;font-weight:600;position:relative;padding-left:155px;display:block;height:100px;margin-bottom:20px;padding-top:0;line-height:30px!important}.downloadResource ul li:before{content:'';position:absolute;background:url(https://www.filsonfilters.com/wp-content/uploads/2018/02/Pdf-img.png);width:134px;height:100px;background-repeat:no-repeat;top:0;left:0}#relatedSlider{padding:65px 0}#relatedSlider h2.realtedHeading{text-align:center!important;font-size:36px!important;margin-bottom:40px!important;color:#081a27!important;line-height:1!important;font-weight:400!important}#relatedSlider ul.relatedProducts li a img{border:1px solid #9b9b9b;border-radius:3px}#relatedSlider .bx-wrapper .bx-viewport{height:auto!important}#relatedSlider .relProducttitle{text-align:center;font-size:16px;color:#081a27;font-weight:600;line-height:25px;margin-top:20px}#relatedSlider .bx-controls-direction{position:relative}#relatedSlider .bx-wrapper .bx-prev{background:url(https://www.filsonfilters.com/wp-content/uploads/2018/02/caruselArrow-image.png)!important;left:-15%!important}#relatedSlider .bx-wrapper .bx-next{background:url(https://www.filsonfilters.com/wp-content/uploads/2018/02/caruselArrow-image.png)no-repeat -115px 0!important;right:-15%!important}#relatedSlider .bx-wrapper .bx-controls-direction a{position:absolute;top:-115px!important;outline:0;width:74px!important;height:65px!important;text-indent:-9999px!important;z-index:9999!important;margin:0!important}#relatedSlider .bx-wrapper{max-width:880px!important;margin:0 auto!important}#relatedSlider .bx-pager{display:none!important}#relatedSlider .bx-wrapper .bx-viewport{box-shadow:none!important;border:none!important;left:auto!important;background:0 0!important}.videoSection iframe{height:398px;width:100%}.prProductBox{border:1px solid #ccc;border-radius:10px;position:relative;margin-bottom:40px}.prProductBox .prProductImage{overflow:hidden}.prodhoverText{position:absolute;top:0;font-size:24px!important;font-weight:700!important;color:#fff;text-align:center;width:100%;border-radius:5px 5px 0 0;background:rgba(0,0,0,.4);padding-top:36px;min-height:223px;line-height:30px!important;transition:all .3s;opacity:0!important}.prProductBox:hover .prodhoverText{opacity:1!important}.prProductBox .prProductImage img{transition:all .3s}.prProductBox .prProductImage,.prProductBox .prProductImage img{border-radius:10px 10px 0 0}.prProductBox a.prProducttitle{background:#ededed;display:block;color:#333!important;font-size:18px!important;font-weight:700;padding:20px 10px;text-align:center;border-radius:0 0 10px 10px;position:relative;transition:all .3s}.prProductBox a.prProducttitle:before{content:'';position:absolute;top:-18px;left:calc(50% - 19px);width:0;height:0;border-left:19px solid transparent;border-right:19px solid transparent;border-bottom:18px solid #ededed;transition:all .3s}.prProductBox .prProductReadMore{position:absolute;bottom:-20px;background:#081a27;border:1px solid #081a27;font-size:16px!important;color:#fff!important;display:block;padding:10px 45px;left:calc(50% - 88px);border-radius:5px;transition:all .3s}.prProductBox:hover .prProductImage img{transform:scale(1.2)}.prProductBox:hover a.prProducttitle{background:#081a27!important;color:#fff!important}.prProductBox:hover a.prProducttitle:before{border-bottom:18px solid #081a27}.prProductBox:hover .prProductReadMore{background:#ededed!important;color:#081a27!important}#articleWraper{padding:60px 0;font-size:16px;color:#333;line-height:24px}.hvr-shutter-out-horizontal{display:inline-block;vertical-align:middle;-webkit-transform:perspective(1px)translateZ(0);transform:perspective(1px)translateZ(0);box-shadow:0 0 1px transparent;position:relative;background:#15589f;-webkit-transition-property:color;transition-property:color;-webkit-transition-duration:.3s;transition-duration:.3s;border-radius:20px}.hvr-shutter-out-horizontal:before{content:"";position:absolute;z-index:-1;top:0;bottom:0;left:0;right:0;background:#000;-webkit-transform:scaleX(0);transform:scaleX(0);-webkit-transform-origin:50%;transform-origin:50%;-webkit-transition-property:transform;transition-property:transform;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out;border-radius:20px}.hvr-shutter-out-horizontal:hover,.hvr-shutter-out-horizontal:focus,.hvr-shutter-out-horizontal:active{color:#fff}.hvr-shutter-out-horizontal:hover:before,.hvr-shutter-out-horizontal:focus:before,.hvr-shutter-out-horizontal:active:before{-webkit-transform:scaleX(1);transform:scaleX(1)}.dwnldLink a{padding:0 71px;font-size:22px!important;color:#fff!important;display:block;line-height:64px;text-align:center;border-radius:20px;transition:all .5s;text-shadow:none!important;font-weight:600!important}.sep65Percent{border:0;border-top:1px solid #767876;margin:45px 0 35px}.categoryseprter{margin-top:77px}.articleContent{border:1px solid #ccc;padding:20px;background:#fbfbfb}.categoryScrollForm,.productDetailsContactForm{border:1px solid #ccc;padding:15px}.categoryScrollForm input[type=text],.categoryScrollForm input[type=email]{height:43px}.productDetailsContactForm input[type=text],.productDetailsContactForm input[type=email]{height:38px}#pageDecs .productPageHeading h2,#newDetailWrapper h2{margin-bottom:40px!important;margin-top:79px!important;font-size:40px!important;font-weight:700!important;color:#081a27!important;line-height:1!important}#newDetailWrapper h2{margin-top:0!important}#productTabs h1{line-height:48px}#newDetailWrapper .bx-wrapper{margin:0 auto 30px!important}#newDetailWrapper .bx-wrapper .bx-prev{background:url(https://www.filsonfilters.com/wp-content/uploads/2018/02/productDetailArrow-image.png)!important;left:calc(3% - 30px)!important;top:95%!important;margin-left:0!important;margin-top:0!important}#newDetailWrapper .bx-wrapper .bx-next{background:url(https://www.filsonfilters.com/wp-content/uploads/2018/02/productDetailArrow-image.png)no-repeat -58px 0!important;right:calc(1% - 36px)!important;margin-right:0!important;margin-top:0!important}#newDetailWrapper .bx-wrapper .bx-controls-direction a{position:absolute;top:42%!important;margin-top:-16px;outline:0;width:59px!important;height:41px!important;text-indent:-9999px!important;z-index:9999!important;margin:0!important}#newDetailWrapper .bx-wrapper .bx-viewport{box-shadow:none!important;border:1px solid #ccc!important;left:0!important;background:#fff;border-radius:3px}#newDetailWrapper{margin-top:65px}#relatedSlider .bx-wrapper .bx-viewport{box-shadow:none!important;border:none!important;left:-5px;background:0 0!important}#newDetailWrapper .bxSmall{border:1px solid #ccc;border-radius:5px;margin-bottom:20px}#newDetailWrapper .bxSmall a img{border-radius:5px}.productPageHeading h2{margin-bottom:40px!important;margin-top:79px!important}.productPagedesc p,#newDetailWrapper p{font-size:18px!important;color:#081a27!important;line-height:30px}.bookImage{border:1px solid #ccc;border-radius:5px}.bookImage img{border-radius:5px}div#newProductTabsbox{margin:30px 0 50px}#newProductTabsbox .productDetailsTab ul.tabs{margin:0;padding:0;list-style:none}#newProductTabsbox ul.tabs li{color:#fff;background:#11202b;display:inline-block;padding:8px 15px;cursor:pointer;font-size:16px;margin-right:5px;border-radius:5px 5px 0 0;border:1px solid #ccc;border-bottom:0;line-height:30px!important;font-weight:600}#newProductTabsbox ul.tabs li:first-child{margin-left:5px}#newProductTabsbox ul.tabs li.current{background:#f1f1f1;color:#081a27}#newProductTabsbox .tab-content{display:none;padding:25px 15px;width:100%;border-radius:5px;border:1px solid #ccc;background:#f1f1f1}#newProductTabsbox .tab-content.current{display:inherit}#newProductTabsbox .tab-content table{border:1px solid #ccc;width:100%;background:#fff}#newProductTabsbox .tab-content table tr,#newProductTabsbox .tab-content table td{border:1px solid #ccc;font-size:14px!important;color:#081a27;padding:7px}#newProductTabsbox .tab-content table tr:nth-child(even){background:#e0e0e0}#newProductTabsbox .tab-content table tr:nth-child(odd){background:#fff}#newProductTabsbox .tab-content table p{margin:0!important}#newProductTabsbox .tab-content table td:hover{background:#15589f;color:#fff}#newProductTabsbox .tab-content .cform{margin:0 auto}#newProductTabsbox .tab-content p,#newProductTabsbox .tab-content div,#newProductTabsbox .tab-content li{font-size:18px!important;color:#081a27!important;line-height:30px}#newProductTabsbox h1{color:#333;font-size:36px;line-height:42px}#newProductTabsbox h3{font-size:24px;color:#333}#productDetailLink{text-align:center;background:#081a27;padding:23px 0}.dwnloadLink a,.dwnloadLink a:hover{color:#fff!important}.dwnloadLink{text-align:center;height:59px;line-height:59px;font-size:22px;background:rgba(55,110,167,.6);position:absolute;width:269px;transition:all .5s;opacity:0;font-weight:600;bottom:0;margin-bottom:-20px;border-radius:0 0 4px 4px}.bookImage:hover .dwnloadLink{opacity:1;margin-bottom:0}.videolink iframe{height:342px;width:100%}.videolink p{margin:0 0 20px!important}.prodTabContent h2{font-size:20px!important;font-weight:700!important}.prodTabContent li,.prodTabContent p{font-size:18px!important;color:#081a27!important;line-height:30px}.page-template-new-product-category .prProductBox:hover .prodhoverText{opacity:0!important}.paddTop50{padding-top:50px}.paddTop60{padding-top:60px}.paddBottom60{padding-bottom:60px}.postid-1840 .addthis_tool{display:none!important}.postid-1840 #main{padding:0!important}.postid-1840 #main .avada-row{max-width:100%!important}.postid-1840 #main #content{width:100%!important;border:none;float:none;width:68%;border-radius:0;box-shadow:none;position:relative;margin-bottom:0;padding-left:0;padding-top:0;padding-right:0;margin:0!important}.postid-1840 #main .post{margin-bottom:0}.postid-1840 h1{margin:0 0 30px!important;font-size:46px!important;font-weight:200!important;line-height:1.25!important}.postid-1840 .post-content{background:#ebebeb}.postid-1840 i.fa.fa-circle{font-size:12px;color:#0f63ab;margin-right:10px;vertical-align:middle}.single.postid-1840 .post-content p{line-height:30px!important}.single.postid-1840 .post-content h3{font-size:24px;font-weight:700}.postid-1840 i.fa.fa-circle{font-size:12px;color:#0f63ab;margin-right:10px;vertical-align:middle}.chapter{background:#413d52}.single #main .chapter .chapterHeading,.content h1,.content h2,.chapter .chapterHeading{color:#fff!important;margin:0!important;font-weight:200!important;line-height:1.25!important;font-size:46px!important}.single #main .chapter h2.chapterHeading,.chapter h2.chapterHeading,.content h1,.content h2{border-bottom:1px solid hsla(0,0%,100%,.2);padding-bottom:35px}.single .post-content .content p{color:#fff!important}.chapter .chapterText,.content h1 strong,.content h2 strong{font-size:22px;text-transform:uppercase;margin-bottom:14px;color:#fff;font-weight:700;display:block}.chapter.content p,.chapter.content li{color:#fff}.chapter.content{background:#33a378}.chapter1{background:#413d52}.chapter2{background:#f29145}.chapter3{background:#d34f4c}.chapter4{background:#5b4d77}.chapter5{background:#3ac6a0}.chapter6{background:#33a378}.chapter7{background:#413d52}.chapter8{background:#f29145}.chapter9{background:#d34f4c}.chapter10{background:#5b4d77}.chapter11{background:#3ac6a0}.conclusion{background:#33a378}.furtherReading{background:#f29145}.custContent{background:#fff;padding:50px}.chapterBox{min-height:330px}.chapterBox .chapterIcon{width:190px;height:190px;padding:20px;border-radius:100%;margin:0 auto}.chapterBox .chapter2{padding-top:50px}.chapterBox .chapter3{padding-top:55px}.chapterBox .chapter4{padding-top:50px}.chapterBox .chapter5{padding-top:40px}.chapterBox .chapter6{padding-top:55px}.chapterBox .chapter7{padding-top:60px}.chapterBox .chapter8{padding-top:70px}.chapterBox .chapter9{padding-top:60px}.chapterBox .chapter10{padding-top:45px}.chapterBox .chapter11{padding-top:60px}.chapterBox .chapterTitle span{font-size:14px;font-weight:700;display:block;margin:20px 0 5px}.single #content .chapterBox .chapterTitle a{color:#333!important;text-decoration:none!important}.single #content .chapterBox .chapterTitle a:hover{color:navy!important}.chapter1Sentence{color:#fff;text-align:left;margin-top:150px;font-size:18px;line-height:30px}.imgWithCaption{display:inline-block}.imgWithCaption img{border:3px solid #e9e9e9}.imgCaption{background:#e9e9e9;padding:10px 10px 15px;color:#666;text-align:center;font-style:italic;margin:0 0 20px!important}.chapterTitle{margin-bottom:20px}.chapterGuide{border:3px solid #049ccc;padding:20px 30px;margin:20px 0}.chapterGuide ul{list-style-type:none!important;padding:0!important;margin:0!important}.chapterGuide li{color:#081a27!important;font-size:18px!important;line-height:36px;margin-bottom:5px;position:relative;padding-left:30px}.chapterGuide ul li:before{position:absolute;content:"\e900";top:0;left:0;font-family:Astra;transform:rotate(270deg);font-size:14px;font-weight:600;color:#049ccc}.chapterGuide li a{color:#081a27!important}.chapterGuide li a:hover{color:#049ccc!important}.page-template-landing-page-1 #main{padding:0}.page-template-landing-page-1 #main .avada-row{width:100%;max-width:100%!important}.landingPageBanner{background:url(https://www.filsonfilters.com/wp-content/uploads/2017/08/landing-page-BG.png)50% no-repeat;min-height:440px}.landingPageBanner .bannerImage{text-align:center;padding:75px 0 0}.landingPageBanner .bannerText{padding:75px 0 0}.landingPageBanner .bannerText h1{margin:5px 0 0!important;font-family:Arial,Helvetica,sans-serif;font-size:36px;font-weight:700;color:#1d75a2;line-height:1!important}.landingPageBanner .bannerText ul{list-style-type:none!important;margin:20px 0!important;padding-left:20px!important}.landingPageBanner .bannerText ul li{font-family:Arial,Helvetica,sans-serif!important;font-size:24px!important;line-height:1.55!important;color:#1f1e29!important;position:relative!important}.landingPageBanner .bannerText ul li:before{position:absolute;content:''!important;top:50%;left:-20px;width:6px;height:6px;border-radius:10px;background:#4c4c4c;margin:-3px 0 0}.landingPageBanner .quoteBTN{border-bottom:8px solid #ec3c21;display:inline-block;border-radius:4px}.landingPageBanner .quoteBTN a{background:#f66744;border-radius:4px;font-family:Arial,Helvetica,sans-serif;font-size:24px;font-weight:700;padding:17px 61px;display:inline-block;margin:25px 0 -2px;color:#fff!important;transition:all .3s}.landingPageBanner .quoteBTN a:hover{background:#ec3c21;text-decoration:none!important}.landingPageSection1{background:#16516f;padding-bottom:15px}.landingPageSection1 h2{color:#fff;font-family:Arial,Helvetica,sans-serif!important;font-size:30px!important;font-weight:700!important;text-align:center;position:relative;line-height:1!important;margin:0 0 90px!important;padding:75px 0 0;text-transform:uppercase!important;word-spacing:8px}.landingPageSection1 h2:before{position:absolute;content:'';bottom:-15px;left:50%;width:50px;height:6px;margin:0 0 0 -25px;background:#f05833;border-radius:25px}.lpPoint{margin-bottom:60px}.landingPageSection1 .pointOuter{width:78px;height:78px;background:#827276;float:left;margin:0 0 0 105px;border-radius:100px;padding:8px}.lpPoint2 .pointOuter,.lpPoint4 .pointOuter{margin:0 0 0 60px}.pointInner{height:62px;background:#f06c4c;border-radius:100px;text-align:center;font-family:Arial,Helvetica,sans-serif;font-size:30px;font-weight:700;color:#214354;padding-top:12px}.landingPageSection1 .pointDesc{width:380px;margin:0 0 0 20px;float:left;min-height:78px}.pointTitle{font-family:Arial,Helvetica,sans-serif;font-size:20px;font-weight:700;color:#fff}.pointText{font-family:Arial,Helvetica,sans-serif;font-size:16px;color:#fff;width:260px;margin-top:10px}.landingPageProducts{padding:75px 0;background:#f4f4f4}.lpProductBox{display:block}.lpProductImage{background:#fff;text-align:center}.lpProductTitle{background:#f05833;font-family:Arial,Helvetica,sans-serif;font-size:16px;font-weight:700;color:#fff;text-align:center;line-height:50px;transition:all .3s}.lpProductBox:hover .lpProductTitle{background:#ec3c21}.landingPageDescription{background:#dbe5ea;padding:26px 0;margin-bottom:80px;font-family:Arial,Helvetica,sans-serif;font-size:18px;color:#424242;line-height:30px}.landingPageDescription orangetext{font-weight:700;color:#e6380e}.landingPageVideo{position:relative}.landingPageVideo a{display:block}.landingPageVideo .videoIcon{position:absolute;transition:all .3s;width:78px;height:82px;top:50%;left:50%;margin:-41px 0 0 -39px}.landingPageVideo a:hover .videoIcon{filter:grayscale(100%)}.landingPageContact{min-height:124px;background:#e85936;margin:75px 0 85px}.lpContactImage{margin-left:25px;margin-top:30px;float:left}.lpContactText{margin-top:30px;float:left;color:#fff;margin-left:30px;font-family:Arial,Helvetica,sans-serif}.lpContactHeading{font-size:30px;line-height:30px}.lpContactSlogan{font-size:18px;margin-top:5px}.lpContactBTN{background:#fff;display:inline-block;border-radius:30px;font-family:Arial,Helvetica,sans-serif;color:#e5694b;font-weight:700;font-size:30px;line-height:1;padding:8px 33px;border-bottom:4px solid #efa796;margin-top:35px;transition:all .3s}.lpContactBTN:hover{background:#f57f63;color:#fff!important;border-color:#fbb4a4}.guideMainImage{position:relative}.single #content .guideMainImage a{position:absolute;bottom:0;left:50%;margin-left:-90px;max-width:180px;background:#de0707;color:#fff!important;font-size:18px;text-decoration:none;padding:10px 30px;transition:all .3s}.single #content .guideMainImage a:hover{background:red;text-decoration:none!important;border-radius:20px}.page-template-landing-page .page-title-container{display:none}.nnlpWraper,.nlpWraper p,.nlpWraper li,.post-content .nlpWraper h1,.post-content .nlpWraper h2,.post-content .nlpWraper h3,.post-content .nlpWraper h4{font-family:poppins,sans-serif!important}.post-content .nlpWraper h2{font-size:48px!important;font-weight:400!important}.nlpWraper h2{margin-bottom:20px!important}.nlpBannerSection{background:url(https://www.filsonfilters.com/wp-content/uploads/2019/05/lpBanner.jpg)no-repeat;background-size:cover;min-height:800px;position:relative}.nlpBannerSection:before{position:absolute;content:'';bottom:0;right:0;width:0;height:0;border-left:1920px solid transparent;border-bottom:180px solid #fff;z-index:1}.nlpLogo{padding-top:80px}.post-content .nlpBannerSection h1{padding:90px 0 20px!important}.nlpWraper .nlpCircleList ul{margin:20px 0!important;padding:0 0 35px!important;list-style-type:none}.nlpWraper .nlpCircleList ul li{position:relative;padding:0 0 15px 40px;color:#fff;font-size:22px;line-height:30px}.nlpWraper .nlpCircleList ul li:before{position:absolute;content:'';top:7px;left:0;width:12px;height:12px;border:2px solid #fff;border-radius:40px}.nlpBannerImg{position:relative;z-index:2}.nlpContactFormWraper{text-align:right}.nlpContactForm{background:rgba(51,137,204,.8);max-width:500px;padding:60px 25px 80px}.nlpContactFormTitle{font-size:36px;line-height:36px;color:#fff}.nlpContactForm input[type=text],.nlpContactForm input[type=email],.nlpContactForm textarea{width:100%;border:2px solid #fff;background:0 0;color:#fff;border-radius:5px;padding:20px 25px;margin-bottom:16px!important;height:auto!important;font-size:100%!important}.nlpContactForm input[type=text]::placeholder,.nlpContactForm input[type=email]::placeholder,.nlpContactForm textarea::placeholder{color:#fff}.nlpContactForm textarea{min-height:210px;margin-bottom:20px}.nlpContactForm input[type=submit]{background:#051524;color:#fff;text-align:center;padding:22px 25px;font-size:22px;line-height:30px;border:none;border-radius:5px;min-width:182px;transition:all .3s}.nlpContactForm input[type=submit]:hover{background:#fff;color:#051524}ul.nlpCertification{margin:0!important;padding:0!important;list-style-type:none}ul.nlpCertification li{display:inline-block}ul.nlpCertification li.certShadow{margin-right:55px;box-shadow:0 0 8px rgba(0,0,0,.1);border-radius:5px}.nlpSection1Img img{border:2px dashed #ebebeb;border-radius:100%;overflow:hidden}.nlpSection1Title{font-size:26px;color:#282828;margin-bottom:15px}.nlpSection1Text{font-size:18px;line-height:24px}.nlpCurvedSection{background:#3389cc;background:-moz-linear-gradient(top,#3389cc 0%,#0676cd 100%);background:-webkit-linear-gradient(top,#3389cc 0%,#0676cd 100%);background:linear-gradient(to bottom,#3389cc 0%,#0676cd 100%);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#3389cc',endColorstr='#0676cd',GradientType=0 );position:relative;padding:180px 0 170px;z-index:1}.nlpCurvedSection:before,.nlpCurvedSection:after{position:absolute;content:'';left:0;width:0;height:0;border-left:2220px solid transparent;z-index:-1}.nlpCurvedSection:before{top:0;border-top:200px solid #fff}.nlpCurvedSection:after{bottom:0;border-bottom:200px solid #fff}.nlpSection2Img{position:absolute;top:-105px;z-index:1}.nlpSection2 h2{margin-bottom:30px!important;color:#fff!important}.nlpSection2 .responsiveVideo,.nlpSection3 .responsiveVideo{max-width:100%}.nlpSection2 .responsiveVideo:before,.nlpSection3 .responsiveVideo:before{padding-top:35%}.nlpCurvedSection h2{color:#fff!important}.nlpCurvedSection,.nlpCurvedSection p{color:#fff;font-weight:300;font-size:16px}.nlpProductBox{display:inline-block;max-width:270px}.nlpProductImg{box-shadow:0 0 10px rgba(0,0,0,.1);border-radius:5px;overflow:hidden}.nlpProductTitle{font-size:18px;color:#141414;margin:20px 0 5px}.nlpProductText{font-size:16px;color:#686868;line-height:24px;margin-bottom:20px}.nlpProductBtn a{max-width:180px}.nlpProductBtn a,.nlpQuickQuote input[type=submit]{width:100%;max-width:180px;min-width:auto!important;padding:7px 10px!important;font-weight:300!important}a.nlpCommonBtn2{border:1px dashed #fff;border-radius:5px;padding:10px;color:#fff;display:inline-block;width:100%;max-width:324px;text-align:center}a.nlpCommonBtn2:hover{background:#fff;color:#1a66a5}.greyCurve{position:relative;z-index:1}.greyCurve:before{position:absolute;content:'';top:0;right:0;width:0;height:0;border-left:5e3px solid transparent;border-top:560px solid #f5f5f5;z-index:-1}.post-content .nlpSection3 h2{font-size:46px!important;line-height:60px!important}.nlpPopupVideo{position:absolute;right:0;top:30px}.nlpPopupVideo a{display:inline-block;border-radius:45px 0 0 45px;overflow:hidden;position:relative}.nlpPopupVideo a:before{position:absolute;content:'';top:50%;left:50%;width:109px;height:109px;margin:-55px 0 0 -55px;background:url(https://www.filsonfilters.com/wp-content/uploads/2019/05/lpVideoIcon.png)no-repeat;transition:all .3s}.nlpPopupVideo a:hover:before{transform:scale(1.1)}.post-content .nlpArticleWraper h2{font-size:36px!important}.post-content .nlpArticleWraper h3{font-size:30px!important}.post-content .nlpArticleWraper h4{font-size:26px!important}.nlpQuickQuote{border:1px solid #e1eaec;background:#f8f8f8;padding:25px 20px}.nlpQuickQuote input[type=text],.nlpQuickQuote input[type=email],.nlpQuickQuote textarea{border:1px solid #e1eaec;background:#fff;border-radius:5px;margin-bottom:5px!important;width:100%;padding:11px 10px;height:auto!important;font-size:100%!important}.nlpQuickQuote input[type=text]::placeholder,.nlpQuickQuote input[type=email]::placeholder,.nlpQuickQuote textarea::placeholder{color:#c2c2c2}.nlpQuickQuote textarea{min-height:156px;margin-bottom:12px}.nlpQuickQuote input[type=submit]{border:none}.nlpQuickQuote h4{font-weight:400;font-size:24px;margin:0 0 10px!important}.nlpTabs{border-top:1px solid #ededed;border-bottom:1px solid #ededed}.nlpTabs ul.tabs{margin:0!important;padding:0!important;list-style:none;background:#fff;border-radius:0;overflow:hidden;text-align:left}.nlpTabs ul.tabs li{font-size:24px;color:#444;padding:29px 75px;border-right:1px solid transparent;border-left:1px solid transparent;border-bottom:2px solid transparent;display:inline-block}.nlpTabs ul.tabs li.current{border-right-color:#ededed;border-left-color:#ededed;border-bottom-color:#195b96;background:#f7f7f7}.nlpTabContent{background:#f7f7f7;padding:85px 60px}.nlpTabContent .tab-content{padding:0;border-top:none;background:0 0;color:#333;line-height:30px;display:none}.nlpTabContent .tab-content.current{display:block}.nlpTabContent .accordionWraper .accordion{position:relative;color:#444;background:#f3f3f3;padding:10px 55px 10px 30px;cursor:pointer;margin-bottom:8px;border-radius:5px;box-shadow:0 0 5px -1px rgba(0,0,0,.2)}.nlpTabContent .accordionWraper .accordion:after{position:absolute;content:"\f067";top:11px;right:18px;width:29px;height:29px;background:#1a70b4;border-radius:100%;text-align:center;font-family:FontAwesome;font-size:14px;font-weight:400;color:#fff;transition:all .3s}.nlpTabContent .accordionWraper .accordionBox.active .accordion:after{content:"\f068"}.nlpTabContent .accordionWraper .accordion:before{display:none}.nlpTabContent .accordionWraper .panel{padding:10px;display:none;background:#fff;margin:0 0 12px;font-size:17px;line-height:24px;color:#686868;border-radius:4px}.nlpTabContent .tab-content table,.lpArticleWraper table{width:100%;border:1px solid #c2c2c2}.nlpTabContent .tab-content table tr,.lpArticleWraper table tr{border-bottom:1px solid #c2c2c2}.nlpTabContent .tab-content table tr td,.lpArticleWraper table tr td{padding:10px;font-size:17px}.nlpTabContent .tab-content table tr:nth-child(odd) td,.lpArticleWraper table tr:nth-child(odd) td{background:#f7f7f7}.nlpTabContent .tab-content table tr th,.lpArticleWraper table tr th{color:#333}#nlpPopupForm .nlpQuickQuote{max-width:350px}.tableScroll{overflow-x:scroll}.page-template-landing-page-2 .page-title-container{display:none}.page-template-landing-page-2 .post-content h1,.page-template-landing-page-2 .post-content h2{margin:0 0 20px!important}.page-template-landing-page-2 .post-content h3,.page-template-landing-page-2 .post-content h4{margin:0 0 15px!important}.clrBlack{color:#141414!important}.displayTable{display:table;width:100%}.bannerBox{display:table-cell;vertical-align:middle;height:450px}.lp2BannerHeading{font-size:50px;line-height:68px;text-transform:uppercase;color:#000;font-weight:700}.lp2BannerSubheading{font-size:36px;line-height:36px;margin-bottom:20px;color:#000}a.lp2CommonBtn,.lp2QuickQuote input[type=submit]{font-size:18px;color:#fff;background:#0175ca;display:inline-block;padding:15px 23px;text-align:center;border-radius:40px;transition:all .3s}a.orangeBtn{background:#feb13d}a.lp2CommonBtn:hover,.lp2QuickQuote input[type=submit]:hover{background:#454545;color:#fff}a.minwidth175{max-width:175px}a.minwidth200{max-width:200px}a.smBtn{padding:12px 30px}.lp2Section1{border-bottom:1px solid #e1e1e1;box-shadow:0 0 15px rgba(0,0,0,9%)}.lp2ProductBox{max-width:270px;display:inline-block;border:1px solid #b9db92;padding:8px 8px 50px;border-radius:4px;box-shadow:0 5px 7px rgba(0,0,0,.17);position:relative}.lp2ProductTitle a{display:inline-block;color:#161616;font-size:22px;line-height:30px;font-weight:700;margin:20px 0 10px;min-height:60px}.lp2ProductText{padding:0;font-size:16px}.lp2ProductText .more-text,.pc3s4aText .more-text{display:none}.lp2ProductText .read-more,.pc3s4aText .read-more{display:inline}.lp2ProductBtn{position:absolute;width:calc(100% - 16px);bottom:-24px}.lp2WhyUsSection{background:url(https://www.filsonfilters.com/wp-content/uploads/2020/06/dottedPattern.png)50% repeat #f9f9f9;background-size:5px}.circleList ul{margin:0!important;padding:0!important;list-style-type:none;position:relative}.circleList ul li{padding-left:25px;margin-bottom:15px;color:#141414;position:relative}.circleList ul li:before{position:absolute;content:'';top:5px;left:0;width:10px;height:10px;border-radius:100%;background:#fff}.orangeList ul li:before{border:2px solid #feb13d}.lp2WhyUsSection p{color:#141414!important}.lp2WhyUsSection .whyusHeading{font-size:50px!important;line-height:62px!important;font-weight:700!important;color:#000}.lp2WhyUsSection .whyusHeading b{display:block;color:#feb13d;font-size:36px;line-height:52px;font-weight:400!important}.lp2WhyusImg{display:inline-block;padding:2px 2px 0;border:1px solid #eaeaea;border-radius:5px}.lp2PopupVideo a{display:inline-block;position:relative}.lp2PopupVideo a:before{position:absolute;content:'';top:50%;left:50%;width:75px;height:75px;margin:-38px 0 0 -38px;background:url(https://www.filsonfilters.com/wp-content/uploads/2020/06/videoIcon.png)no-repeat;transition:all .3s}.lp2PopupVideo a:hover:before{transform:scale(1.1)}ul.lp2Tabs{margin:0!important;padding:0!important;background:#083580}ul.lp2Tabs li{display:inline-block;padding:15px 20px;color:#fff;font-size:17px;transition:all .3s;text-align:center;border:none;cursor:pointer}ul.lp2Tabs li.current{background:#0175ca;color:#fff;border:none}.lp2TabContent{display:none;background:#fff;padding:25px;box-shadow:0 0 13px rgba(0,0,0,.19)}.lp2TabContent.current{display:block}.lp2eBook a{display:inline-block}.lp2QuickQuote{padding:78px 20px 20px;border:1px solid #dadada;background:#fff;position:relative}.lp2QuickQuoteTitle{font-size:22px;line-height:48px;top:0;left:0;width:100%;padding:5px 0 5px 30px;background:#9ec96d;position:absolute}.lp2QuickQuote input[type=text],.lp2QuickQuote input[type=email],.lp2QuickQuote textarea{width:100%;border:1px solid #e0e0e0;padding:15px;font-size:17px;background:#f7f7f7;margin-bottom:10px;height:auto}.lp2QuickQuote textarea{min-height:135px}.lp2QuickQuote input[type=submit]{min-width:140px;background:#9ec96d;color:#fff;border:none}.lp2QuickQuote input[type=submit]:hover{background:#333}#contact_pop .ncQuickQuote{padding:0;border:none;max-width:340px}#contactPopUpForm .quickQuote{padding:15px;border:none;max-width:340px}.visible-sm{display:none}@media(max-width:479px){.itemBox{width:320px!important}.contactImg h1{font-size:24px!important}.contactImg h3{font-size:14px!important}.contactImg img{margin-top:27px}.slideBox h2{font-size:28px!important}.slideBox p{font-size:10px!important}.slideBox a{bottom:0}.filterExtras{padding-top:40%}.commonBtn{width:100%;font-size:15px;text-align:center;padding:0}.solutionLink a{margin-right:0;margin-bottom:10px}.itemBox{left:calc(50% - 160px)}.itemBox{top:45px}#sliderWrapper h2{font-size:26px!important;line-height:28px!important;margin-bottom:45px!important}.slick-slide p{font-size:16px;line-height:24px}.slick-slider .slick-next{right:calc(50% - 165px)}.slick-slider .slick-prev{left:calc(50% - 165px)}.aboutHeading{margin-top:100px}.quickContact a{margin-bottom:13px;margin-right:0}.topFooterLink a{width:100%;font-size:12px}.prod-box-extra{padding-top:70%}#contactForm{padding:47px 0 0}.clist ul{padding-left:0;padding-top:84px}.clist ul li{font-size:18px;padding-left:65px}.clist{margin-top:0}.cinfo img{display:none!important}#LeadingFilsonFiltor h2{font-size:22px!important}.bxSmall a{height:79px;margin-bottom:5px}.bxSmall img{height:75px}.detailHead{font-size:21px;margin-bottom:18px;margin-top:18px}.detailText{font-size:17px}.relatedTitle a{font-size:19px}#LeadingFilsonFiltor .aboutFilsonHeading h2{font-size:20px!important}#checkProductWrapper .bx-wrapper img{min-height:502px}.checkText h3{font-size:28px!important}.slider-for img{min-height:595px}.landingPageBanner .bannerText h1{font-size:32px}.landingPageSection1 h2{font-size:18px!important}.landingPageSection1 .pointDesc{width:200px!important}.pointText{width:200px}.lpContactImage{display:none}.landingPageContact{text-align:center}.lpContactHeading{font-size:22px}.hidden-xs{display:none}.bookImage{margin:30px 0}}@media(min-width:480px) and (max-width:767px){.itemBox{width:480px!important}.contactImg h1{font-size:35px!important}.slideBox{padding:40px 30px 0!important}.slideBox p{font-size:13px!important}.solutionLink a{padding:0 13px}.itemBox{left:calc(50% - 240px)}.itemBox{top:45px}#sliderWrapper h2{font-size:30px!important;line-height:28px!important;margin-bottom:45px!important}.slick-slide p{font-size:18px;line-height:24px}.slick-slider .slick-next{right:calc(50% - 255px)}.slick-slider .slick-prev{left:calc(50% - 255px)}.prod-box-extra{padding-top:40%}.topFooterLink a{width:100%;font-size:16px}#contactForm{padding:47px 0 0}.clist ul{padding-top:83px}.clist{margin-top:0}.cinfo img{display:none!important}.clist ul{padding-left:0!important}#LeadingFilsonFiltor h2{font-size:25px!important}.bxSmall a{height:123px;margin-bottom:10px}.bxSmall img{height:119px}.detailHead{margin-bottom:18px;margin-top:18px}#LeadingFilsonFiltor .aboutFilsonHeading h2{font-size:24px!important}}@media(max-width:767px){.filterExtras{padding-left:0}.filterHead.push-left{text-align:center;padding-right:0}.push-left{text-align:center;padding-right:0}.filterHead.push-right{text-align:center;padding-left:0}.redExtra{padding-right:0}.push-right{text-align:center;padding-left:0}.prod-img{display:block;height:auto;width:100%;text-align:center;margin-top:30px}.detail-side-1{width:100%!important}.detail-side-2{width:100%!important}.exploreToolTip.tipLeft{left:-50%}.exploreToolTip.tipRight{left:0}.icon-inner{top:0}.exploreToolTip:before{display:none}.popover-active .cross{display:block}.exploreImg ul li .cross{right:8px}#checkProductWrapper .bx-wrapper .bx-prev{left:10px!important}#checkProductWrapper .bx-wrapper .bx-next{right:10px!important}.checkText p{padding:0;font-size:16px;line-height:1.5}.clist{margin-bottom:70px}.landingPageBanner .quoteBTN{margin-bottom:20px}.landingPageSection1 .pointOuter{margin-left:15px}.lpPoint.lpPoint2,.lpPoint.lpPoint4{padding-left:15px}.landingPageSection1 .pointDesc{width:350px}.landingPageProducts{text-align:center;padding:45px 0 40px 0}.lpProductBox{display:inline-block;text-align:center;margin-bottom:20px}.lpContactBTN{margin-bottom:30px}.footerContact ul li a{float:none}.imageright{margin-top:40px;text-align:center}.downloadResource{margin-top:30px}div#productsbox{text-align:center}.prProductBox{display:inline-block}.bxSmall img{height:auto}#productTabsbox ul.nav-tabs li a{border-radius:5px}.alingCenter{text-align:center}.bookImage{display:inline-block;margin:30px 0 0}.dwnldLink a{padding:0 20px;font-size:18px!important}.productDetailsContactForm{margin-top:20px}.hidden-xs{display:none!important}}@media(max-width:991px){.prod-box-outer:nth-child(odd):before,.prod-box-outer:nth-child(even):before{content:'';position:absolute;width:15px;height:12px;background:#fff;bottom:-7px}.prod-box-outer:nth-child(odd):before{right:0}.prod-box-outer:nth-child(even):before{left:0}.prod-box-outer:nth-last-of-type(2){padding-bottom:26px;margin-bottom:24px;border-bottom:1px dashed #1e1e1e}article.col3{padding-left:15px}}@media(min-width:768px) and (max-width:991px){.itemBox{width:750px}.slideBox h2{font-size:33px!important}.slideBox p{font-size:12px!important;line-height:17px!important}.filterExtras{padding-top:38%;padding-left:0}.redExtra{padding-right:0}.solutionLink a{padding:0 14px;font-size:16px}.catalog ul li a{padding-left:80px!important;padding-top:0;background:url(https://www.filsonfilters.com/wp-content/uploads/2016/07/cat-icon.png)no-repeat!important;line-height:20px}.itemBox{left:calc(50% - 375px)}.slick-slider .slick-next{right:calc(50% - 390px)}.slick-slider .slick-prev{left:calc(50% - 390px)}.prod-box-extra{padding-top:13%}.clist ul li{font-size:18px;padding-top:21px;padding-left:61px}.bxSmall img{height:95px}.bxSmall a{height:99px;margin-bottom:10px}.detailHead{font-size:23px;margin-bottom:18px}.relatedTitle a{font-size:14px}.prodTabContent table th{width:20%}.blog .fusion-flexslider.flexslider.blog-medium-image.floated-post-slideshow,.blog .image img{height:240px!Important}#checkProductWrapper .bx-wrapper .bx-prev{left:calc(50% - 375px)!important}#checkProductWrapper .bx-wrapper .bx-next{right:calc(50% - 375px)!important}.checkText p{font-size:16px;line-height:1.5}a.lpProductBox{margin-bottom:50px}.landingPageProducts{padding:50px 0 15px}.landingPageBanner .bannerText ul li{font-size:20px}.landingPageSection1 h2{font-size:28px!important}.landingPageSection1 .pointOuter{margin:0}.lpPoint2 .pointOuter,.lpPoint4 .pointOuter{margin:0}.landingPageSection1 .pointDesc{width:280px;margin:0 0 0 10px}.pointTitle{font-size:18px}.imageright{margin-top:40px;text-align:center}.downloadResource{margin-top:30px}#relatedSlider .bx-wrapper .bx-prev{left:-10%!important}#relatedSlider .bx-wrapper .bx-next{right:-10%!important}.videolink{margin:20px 0}.alingCenter{text-align:center}.bookImage{display:inline-block;margin:30px 0 0}.bxSmall img{height:auto}.hidden-sm{display:none!important}.visible-sm{display:block}}@media(min-width:768px) and (max-width:883px){.filter-side{min-height:455px!important}}@media(min-width:992px) and (max-width:1199px){.itemBox{width:970px}.container970{width:970px!important}.filterExtras{padding-top:29%;padding-left:10%}.redExtra{padding-right:10%}.solutionLink a{padding:0 30px}.itemBox{left:calc(50% - 485px)}.slick-slider .slick-next{right:calc(50% - 480px)}.slick-slider .slick-prev{left:calc(50% - 480px)}.relatedTitle a{font-size:19px}.bxSmall img{height:119px!important}.bxSmall a{height:123px!important}.detailHead{font-size:31px}#checkProductWrapper .bx-wrapper .bx-prev{left:calc(50% - 485px)!important}#checkProductWrapper .bx-wrapper .bx-next{right:calc(50% - 485px)!important}.productBox{min-height:290px}.productBox p{font-size:16px}.productBox ul li{font-size:14px}.landingPageSection1 .pointOuter,.lpPoint2 .pointOuter,.lpPoint4 .pointOuter{margin:0}.lpProductTitle{font-size:14px}#relatedSlider .bx-wrapper .bx-prev{left:-10%!important}#relatedSlider .bx-wrapper .bx-next{right:-10%!important}.hidden-md{display:none!important}.divScroll.side-fixed{position:fixed;top:20%;width:303px;z-index:9;box-shadow:0 0 10px 1px #19588d}.sideFormScroll.side-fixed{box-shadow:none;background:0 0}}@media(min-width:1200px){.container1000{width:1e3px!important}.divScroll.side-fixed{position:fixed;top:15%;max-width:370px;z-index:9;box-shadow:0 0 10px 1px #19588d;background:#fff}.sideFormScroll.side-fixed{box-shadow:none;background:0 0}.hidden-lg{display:none!important}}.flexslider .slides li{display:block!important}.clrBlue{color:#0676cd!important}.clrWhite{color:#fff!important}blue{color:#0676cd!important}.greySection{background:#fafafa}.darkGreySection{background:#e2e2e2}.blueSection{background:#0676cd}.fs48{font-size:48px!important}.fs36{font-size:36px!important}.fs24{font-size:24px!important}.fw400{font-weight:400!important}.upper{text-transform:uppercase}a.newCommonBtn,.nContactForm input[type=submit],.nlpQuickQuote input[type=submit]{display:inline-block;color:#fff;border-radius:4px;font-size:18px;font-weight:500;padding:10px 20px;transition:all .3s;min-width:275px;text-align:center;border:none;background:#3389cc;background:-moz-linear-gradient(top,#3389cc 0%,#0676cd 100%);background:-webkit-linear-gradient(top,#3389cc 0%,#0676cd 100%);background:linear-gradient(to bottom,#3389cc 0%,#0676cd 100%);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#3389cc',endColorstr='#0676cd',GradientType=0 )}a.newCommonBtn:hover,.nContactForm input[type=submit]:hover,.nlpQuickQuote input[type=submit]:hover{color:#fff;background:#0676cd;background:-moz-linear-gradient(top,#0676cd 0%,#3389cc 100%);background:-webkit-linear-gradient(top,#0676cd 0%,#3389cc 100%);background:linear-gradient(to bottom,#0676cd 0%,#3389cc 100%);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0676cd',endColorstr='#3389cc',GradientType=0 )}a.blackBtn{background:#434343;background:-moz-linear-gradient(top,#434343 0%,#000 100%);background:-webkit-linear-gradient(top,#434343 0%,#000 100%);background:linear-gradient(to bottom,#434343 0%,#000 100%);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#434343',endColorstr='#000000',GradientType=0 )}a.blackBtn:hover{background:#000;background:-moz-linear-gradient(top,#000 0%,#434343 100%);background:-webkit-linear-gradient(top,#000 0%,#434343 100%);background:linear-gradient(to bottom,#000 0%,#434343 100%);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000',endColorstr='#434343',GradientType=0 )}.headerBtn a.newCommonBtn{padding:10px 30px;min-width:auto}.headerBtnWraper{margin-top:20px;text-align:right}.stickyHeaderBtn a.newCommonBtn{padding:10px 30px;min-width:auto;margin-top:10px}.homeProductSection{background:url(https://www.filsonfilters.com/wp-content/uploads/2018/12/productBG.jpg)50% 0 no-repeat;background-size:contain}.nProductBox{display:inline-block;max-width:370px;border:1px solid #c3c3c3;background:#fff;padding:0 0 30px}.nProductTitle a{display:inline-block;color:#282828;font-size:24px;font-weight:500;margin-bottom:10px;transition:all .3s}.nProductDesc{padding:0 10px;margin-bottom:15px;min-height:100px}.nProductLink a{display:inline-block;text-decoration:underline;font-size:20px;transition:all .3s}.nProductLink a:hover{text-decoration:none}.listSection .squareList{margin-top:60px}.squareList ul{margin:0!important;padding:0!important;list-style-type:none}.squareList ul li{position:relative;padding-left:40px;margin-bottom:18px;font-size:24px;color:#282828}.squareList ul li:before{position:absolute;content:'';top:9px;left:0;width:15px;height:15px;background:#0676cd}.listBtn{padding-top:55px}.nPopupVideo{display:inline-block}.nPopupVideo a{display:block}.nPopupVideo a:before{position:absolute;content:'';top:50%;left:50%;margin:-66px 0 0 -65px;width:130px;height:130px;background:url(https://www.filsonfilters.com/wp-content/uploads/2018/12/videoplay.png)no-repeat;transition:all .3s}.nPopupVideo a:hover:before{transform:scale(1.1)}.nWhyusSection{overflow:hidden}.nWhyusWraper{position:relative;z-index:1}.nWhyusWraper:before{position:absolute;content:'';top:0;left:0;width:1148px;height:510px;background:url(https://www.filsonfilters.com/wp-content/uploads/2018/12/whyus_bg.jpg)no-repeat;z-index:-1}.factoryBox{display:inline-block;border:1px solid #c3c3c3;max-width:270px;overflow:hidden}.factoryBox a{display:block;transition:all .3s}.factoryBox a:hover,.projectImg a:hover{transform:scale(1.1)}.projectImgWraper{padding-right:0!important}.projectImg{display:inline-block;border:1px solid #acacac;overflow:hidden}.projectImg a{display:inline-block;transition:all .3s}.projectBox{border:1px solid #b7b7b7;padding:15px 20px;min-height:232px}.projectTitle a{font-size:26px;font-weight:600;color:#000;margin-bottom:20px;display:inline-block;transition:all .3s}.projectDesc{margin-bottom:20px}.projectBox a.newCommonBtn{min-width:215px}.accordionWraper{counter-reset:step-counter}.accordionWraper .accordiaBox{border-bottom:1px solid #ccc;margin-bottom:25px}.accordionWraper .accordion{position:relative;counter-increment:step-counter;padding:0 30px 0 35px;font-size:21px;font-weight:500;color:#294057;cursor:pointer;margin-bottom:25px}.accordionWraper .accordion:before{position:absolute;content:counter(step-counter)'.';top:0;left:0;color:#294057;font-weight:500;font-size:21px}.accordionWraper .accordion:after{position:absolute;content:"\e900";font-family:Astra;transform:rotate(0);top:1px;right:0;text-align:center;font-size:16px;color:#294057;font-weight:600;transition:all .3s}.accordionWraper .accordiaBox.active .accordion:after{transform:rotate(-180deg)}.accordionWraper .panel{display:none;padding-bottom:30px;font-size:19px;line-height:25px}.nContactForm{border:1px solid #dadada;background:#fff;padding:25px;border-radius:4px}.nContactForm input[type=text],.nContactForm input[type=email],.nContactForm textarea{border:1px solid #dadada;width:100%;background:#f7f7f7;padding:12px;margin-bottom:11px!important;height:auto;font-size:18px}.nContactForm input[type=text]::placeholder,.nContactForm input[type=email]::placeholder,.nContactForm textarea::placeholder{color:#b6b6b6}.nContactForm textarea{min-height:135px}.nContactForm input[type=submit]{min-width:auto;padding:12px 35px}.ceoBox{text-align:center;border:10px solid #e5e5e5;background:#f7f7f7;padding:40px 25px 50px}.ceoTitle{font-size:30px;color:#282828;margin-bottom:50px}.ceoNote{color:#323232;position:relative;padding-left:20px;margin-bottom:95px}.ceoNote:before{position:absolute;content:'';top:-5px;left:-5px;width:29px;height:19px;background:url(https://www.filsonfilters.com/wp-content/uploads/2018/12/quote.png)no-repeat;transform:scaleX(-1)}.ceoNote:after{position:absolute;content:'';bottom:-5px;right:100px;width:29px;height:19px;background:url(https://www.filsonfilters.com/wp-content/uploads/2018/12/quote.png)no-repeat}.ceoEmail{font-size:22px;color:#0676cd}.ceoEmail a{color:#282828;transition:all .3s}.nWhyusWraper{padding:35px 0 0 45px!important}.nWhyusHeading{font-size:36px!important;padding-bottom:45px}.nWhyusBox{position:relative;margin-bottom:30px;padding-left:85px;min-height:75px}.nWhyusBox:before{position:absolute;content:'';top:0;left:0;width:73px;height:73px;background:url(https://www.filsonfilters.com/wp-content/uploads/2018/12/whyusSprite.png)no-repeat}.nWhyusBox2:before{background-position:0 -76px}.nWhyusBox3:before{background-position:0 -154px}.nWhyusTitle{font-size:24px;color:#181818;font-weight:500;margin-bottom:10px;padding:11px 0}.nWhyusDesc{font-size:16px}.page-template-new-product-category .page-title-container{display:none}.categoryBanner{background:url(https://www.filsonfilters.com/wp-content/uploads/2018/12/categoryBanner.jpg)50% 0 no-repeat;background-size:cover}.displayTable{display:table;width:100%}.innerPageBanner .bannerBox{display:table-cell;vertical-align:middle;height:409px}.bannerHeading{padding-bottom:25px}.bannerSubHeading{padding-bottom:35px}.innerPageBanner .newCommonBtn,.resourceWraper .newCommonBtn{padding:10px 30px;min-width:auto}.arrowList ul{margin:0!important;padding:0!important;list-style-type:none}.arrowList ul li{position:relative;padding-left:35px;line-height:32px}.ncSection1 .arrowList ul li{font-size:16px}.arrowList ul li:before{position:absolute;content:"\e900";top:0;left:0;font-family:Astra;transform:rotate(270deg);font-size:16px;font-weight:600;color:#0676cd}.ncBrandBox{max-width:270px;display:inline-block}.ncBrandImg{overflow:hidden;border:1px solid #c3c3c3}.ncBrandImg a{transition:all .3s;display:block}.ncBrandImg a:hover{transform:scale(1.1)}.ncBrandTitle a{display:inline-block;font-size:22px;line-height:30px;color:#000;margin-top:20px}.ncDescWraper ul,.articleSection ul{margin-bottom:25px}.nproductTab ul.tabs{margin:0!important;padding:0!important;list-style:none;border:1px solid #dfdfdf;border-bottom:none;border-radius:6px 6px 0 0}.nproductTab ul.tabs li{font-size:24px;color:#282828;display:inline-block;padding:15px 0;margin:-4px 30px 0;cursor:pointer;border-top:8px solid transparent}.nproductTab ul.tabs li.current{color:#0676cd;border-color:#0676cd}.nproductTab .tab-content{display:none;padding:20px;border:1px solid #dfdfdf;background:#fff}.nproductTab .tab-content.current{display:block}.nproductTab table{width:100%;border:1px solid #c2c2c2}.nproductTab table tr:nth-child(even){background:#f7f7f7}.nproductTab table tr{border-bottom:1px solid #c2c2c2}.nproductTab table tr th,.nproductTab table tr td{padding:10px}.aboutTabs ul.tabs{text-align:center;margin:0!important;padding:0!important}.aboutTabs ul.tabs li{margin:-4px 60px 0}.eBookImg a{display:inline-block;border:10px solid #e8e8e8}.eBookLink a{display:inline-block;font-size:22px;color:#0676cd;margin-top:20px}.resourceSection{overflow:hidden}.resourceSection p{color:#fff!important}.resourceWraper{position:relative;z-index:1}.resourceWraper:before{position:absolute;content:'';top:0;left:0;width:1148px;height:544px;background:url(https://www.filsonfilters.com/wp-content/uploads/2018/12/resourcesBg.jpg)no-repeat;z-index:-1}.resourceWraper h2,.resourceWraper li,.resourceWraper a,.resourceWraper li:before{color:#fff!important}.resourceWraper h2{padding-bottom:20px;font-size:36px!important}.resourceWraper li{margin-bottom:5px}.resourceWraper{padding:25px 0 25px 25px!important}.ncQuickQuote{padding:10px 20px 20px}.ncVideo2:before{padding-top:67%}.articleSection .responsiveVideo{max-width:570px;margin:20px auto}.circle{padding-left:25px;position:relative}.circle:before{position:absolute;content:'';top:12px;left:0;width:12px;height:12px;background:#3094cd;border-radius:100%}.articleSection table,.designedArticle table{width:100%;background:#fff;margin:20px 0}.articleSection table tr:nth-child(odd) td,.designedArticle table tr:nth-child(odd) td{background:#f4f4f4}.articleSection table tr th,.articleSection table tr td,.designedArticle table tr th,.designedArticle table tr td{padding:10px;border:1px solid #dadada}.chapterIcon{display:inline-block;padding:10px;border-radius:100%;overflow:hidden}.chapterIcon a{display:block}.chapterTitle a{display:block;color:#333;font-size:18px}.chapterTitle b{display:block;font-weight:400;color:#333}.page-template-product-category2 .page-title-container{display:none}.articleSection h2{font-size:32px}.ndWhyusWraper .nWhyusHeading{font-size:32px!important;line-height:38px!important;padding-bottom:20px}.ndWhyusWraper.arrowList li{font-size:16px;line-height:26px}.ndVideo:before{padding-top:63%}.timeSlider{position:relative;margin:0!important;padding:0!important}.timeSlider .slick-list{overflow:hidden;padding:113px 0}.timeSlider:before{content:'';position:absolute;width:100%;height:1px;background:#eaa528;top:50%;margin-top:-.5px;left:0}.timeBox{text-align:center;position:relative;top:112px}.timeBox:before{position:absolute;content:'';top:87px;left:50%;margin-left:-11px;width:23px;height:78px;background:url(https://www.filsonfilters.com/wp-content/uploads/2018/12/slideBefore.png)no-repeat;transform:rotate(-180deg)}.timeBox.upper:before{top:auto;bottom:87px;transform:rotate(0)}.timeBox.upper{top:-112px}.timeDesc{text-transform:capitalize;line-height:22px}.timeDesc{line-height:24px;font-size:16px;color:#9e9e9e;text-transform:capitalize}.timeBox .timeYear{margin:0 0 100px}.timeBox.upper .timeYear{margin:100px 0 0}.timeYear{width:86px;height:86px;border-radius:100%;display:inline-block;background:#f2f2f2;border:2px solid #fff;box-shadow:0 0 0 1px #eaa528;font-size:22px;color:#040404;text-align:center;line-height:86px}.timeTitle{color:#040404}.timelineSection .slick-arrow{position:absolute;width:40px;height:40px;text-indent:-9999999px;background:url(https://www.filsonfilters.com/wp-content/uploads/2018/12/timeArrow.png)no-repeat;border:none;z-index:9;cursor:pointer;top:50%;margin-top:-20px;transition:unset;outline:none;transition:all .3s;padding:0}.timelineSection .slick-arrow:hover{background:url(https://www.filsonfilters.com/wp-content/uploads/2018/12/timeArrowHover.png)no-repeat}.timelineSection .slick-prev.slick-arrow{background-position:0 0;left:-7px}.timelineSection .slick-prev.slick-arrow:hover{background-position:0 0!important}.timelineSection .slick-next.slick-arrow{background-position:-40px 0;right:-7px}.timelineSection .slick-next.slick-arrow:hover{background-position:-40px 0!important}.timelineSection .item:focus{outline:none}.designedArticle{background:#ebebeb}.designedArticle,.designedArticle p,.designedArticle li{color:#444;font-size:17px}.designedArticle .chapter.content{background:#1943aa}.designedArticle .chapter1{background:#30b494}.designedArticle .chapter2{background:#e5a64a}.designedArticle .chapter3{background:#1e375d}.designedArticle .chapter4{background:#1db7bc}.designedArticle .chapter5{background:#003845}.designedArticle .chapter6{background:#dc5452}.designedArticle .chapter7{background:#8dbf42}.designedArticle .chapter8{background:#f29145}.designedArticle .chapter9{background:#d34f4c}.designedArticle .chapter10{background:#5b4d77}.designedArticle .chapter11{background:#3ac6a0}.designedArticle .chapter12{background:#8cbe42}.designedArticle .conclusion{background:#33a378}.lp3Details h1{margin:0 0 30px!important}.lp3SliderSection{box-shadow:0 5px 20px -5px #dadada}ul.lp3Slider{margin:0!important;padding:0!important;box-shadow:0 0 10px #dadada}ul.lp3Slider .slick-list,.lp3SliderPager .slick-list{overflow:hidden}ul.lp3Slider .slick-slide{outline:none}.lp3SliderPager{margin:8px 0 0!important;padding:0 40px!important;position:relative}.lp3SliderPager .slick-slide{padding:7px;outline:none}.lp3SliderPager .slick-slide a{display:block;outline:none;box-shadow:0 0 7px #eaeaea}.lp3SliderPager .slick-arrow{position:absolute;top:50%;margin-top:-15px;background:url(https://www.filsonfilters.com/wp-content/uploads/2020/06/sliderArrow.png)no-repeat;text-indent:-99999px;border:none;width:17px;height:29px;outline:none;padding:0}.lp3SliderPager .slick-arrow.slick-prev{left:0}.lp3SliderPager .slick-arrow.slick-next{right:0;background-position:-17px 0}.lp3Details ul{margin:0!important;padding:0!important;list-style-type:none}.lp3Details ul li{font-size:17px;color:#282828;line-height:30px;padding-left:30px;margin-bottom:15px;position:relative}.lp3Details ul li:before{position:absolute;content:"\e900";top:0;left:0;font-family:Astra;transform:rotate(270deg);font-size:14px;font-weight:600;color:#0968b1}.lp3Sep{width:100%;max-width:414px;height:1px;margin:0 auto;background:#bebebe}.lp3TabWraper ul.tabs{margin:0 0 20px!important;padding:0!important;list-style:none;background:#f5f5f5;box-shadow:0 0 5px #cacaca;border-radius:40px;overflow:hidden}.lp3TabWraper ul.tabs li{font-size:16px;background:0 0;color:#282828;display:inline-block;padding:13px 36px;border-radius:40px;cursor:pointer}.lp3TabWraper ul.tabs li.current{background:#0764ab;color:#fff}.lp3TabContentWraper .tab-content{display:none;font-size:17px;line-height:30px;color:#282828;padding-top:20px;border-top:0;background:#fff}.lp3TabContentWraper .tab-content.current{display:block}#recent-posts-2 ul{margin:0!important;padding:0!important}#recent-posts-2 ul li{position:relative;margin-bottom:15px;line-height:24px;padding-left:25px}#recent-posts-2 ul li:before{position:absolute;content:"\e900";top:0;left:0;font-family:Astra;transform:rotate(270deg);font-size:12px;font-weight:600;color:#0676cd}#recent-posts-2 ul li span{display:block;font-size:12px;color:#666}.pc3Banner{position:relative}.bannerImg{text-align:center}.bannerImg img{width:100%}.pc3Banner .bannerContent{position:absolute;top:0;width:100%;max-width:1170px;height:100%;display:flex;align-items:center;z-index:2}.pc3Banner .bannerContainer{width:100%}.pc3BannerHeading{font-size:50px;font-weight:700}.pc3BannerDetails{max-width:550px;display:inline-block}.bannerBtn{padding-top:20px}.pc3ProductSection h2 span{display:block}.c1ProductBox{background:#fff;border-radius:5px;box-shadow:0 0 10px rgba(48,49,51,.2);max-width:370px;display:inline-block}.c1ProductContent{padding:10px}.c1ProductTitle{padding:10px 0}.c1ProductTitle a{font-size:18px;color:#222;line-height:26px;font-weight:600}.c1ProductText{font-size:14px;line-height:21px}.c1ProductText p{color:#000!important;font-size:14px;line-height:21px}.c1ProductBtn a{display:block;color:#0676cd;background:#fff;border:solid 1px #0676cd;border-radius:5px;padding:6px 15px;text-align:center}.c1ProductBtn a:hover{background:#0676cd;color:#fff}.pc3Section4img,.pc3Section3img{text-align:center}.pc3SliderSection .pc3sProductCount{font-size:28px;color:#0676cd}ul.pc3ProductSlider,ul.pc3ProductSlider ul.slick-dots,ul.img3Slider,ul.img4Slider,ul.img6Slider{margin:0!important;padding:0!important;list-style-type:none;text-align:center}ul.pc3ProductSlider .slick-slide,ul.img3Slider .slick-slide,ul.img4Slider .slick-slide,ul.img6Slider .slick-slide{margin:10px 15px}ul.pc3ProductSlider .slick-arrow,ul.img3Slider .slick-arrow,ul.img4Slider .slick-arrow,ul.img6Slider .slick-arrow{position:absolute;content:'';top:50%;width:23px;height:19px;background:url(https://www.filsonfilters.com/wp-content/uploads/2022/05/pc3Arrows.png)no-repeat;padding:0;text-indent:-999999999px;z-index:1}ul.pc3ProductSlider .slick-prev,ul.pc3ProductSlider .slick-prev:hover,ul.img3Slider .slick-prev,ul.img4Slider .slick-prev,ul.img4Slider .slick-prev:hover,ul.img6Slider .slick-prev{left:-50px;background-position:0 0!important}ul.pc3ProductSlider .slick-next,ul.img3Slider .slick-next,ul.img4Slider .slick-next,ul.img6Slider .slick-next{right:-50px;background-position:-24px 0!important}ul.pc3ProductSlider .slick-prev.slick-disabled{background-position:0 -19px!important}ul.pc3ProductSlider .slick-next.slick-disabled{background-position:-24px -19px!important}ul.pc3ProductSlider .slick-arrow button,ul.pc3ProductSlider ul.slick-dots li button{visibility:hidden}ul.pc3ProductSlider ul.slick-dots{margin-top:10px!important}ul.pc3ProductSlider ul.slick-dots li{display:inline-block;padding:0;width:18px;height:18px;border:2px solid #676767;border-radius:100%;margin:0 3px;position:relative}ul.pc3ProductSlider ul.slick-dots li.slick-active{border-color:#0676cd}ul.pc3ProductSlider ul.slick-dots li.slick-active:before{position:absolute;content:"";width:6px;height:6px;margin:-3px 0 0 -3px;top:50%;left:50%;border-radius:100%;background:#0676cd}.pc3s5ProductBox{padding:25px 15px;background:#fff;box-shadow:5px 5px 10px rgb(0 0 0/.1);border-radius:8px;overflow:hidden}.pc3s5ProductImg{width:270px;float:left}.pc3s5Content{width:calc(100% - 270px);float:left;padding-left:30px}.pc3s5ProductTitle a{color:#000;font-size:24px;font-weight:600}.pc3s5Btns a.commonBtn{margin:0 5px}.pc3s6Box{display:inline-block;max-width:570px;text-align:left}.pc3s6Img{position:relative;overflow:hidden}.pc3s6Img a{display:block}.pc3s6Box:hover .pc3s6Img a{transform:scale(1.1)}.pc3s6Caption{position:absolute;bottom:0;left:0;width:100%;padding:10px;background:rgba(0,0,0,.2);font-size:18px;color:#fff}.pc3s6Title{margin:15px 0 8px}.pc3s6Title a{font-size:20px;font-weight:700;color:#333}.pc3s6Box:hover .pc3s6Title a{color:#0676cd}ul.pc3TestimonialSlider{margin:0!important;padding:50px 0 0!important;list-style-type:none;position:relative}ul.pc3TestimonialSlider:before{position:absolute;content:'';top:0;left:50%;margin-left:-14px;width:27px;height:27px;background:url(https://www.filsonfilters.com/wp-content/uploads/2022/05/quoteIcon.png)no-repeat}ul.pc3TestimonialSlider li.slick-slide{outline:none}ul.pc3TestimonialSlider .pc3TestimonialBox{max-width:800px;margin:0 auto;text-align:center}ul.pc3TestimonialSlider .pc3TestimonialText{font-style:italic}ul.pc3TestimonialSlider .pc3TestimonialText p{font-size:inherit;color:inherit;line-height:inherit}ul.pc3TestimonialSlider .pc3TestimonialTitle{margin-top:20px;font-weight:600}ul.pc3TestimonialSlider .slick-arrow{position:absolute;top:50%;margin-top:-36px;width:37px;height:71px;background:url(https://www.filsonfilters.com/wp-content/uploads/2022/05/testimonialArrow.png)no-repeat;background-position:0 0!important;z-index:1;padding:0;text-indent:-999999999px}ul.pc3TestimonialSlider .slick-prev,ul.pc3TestimonialSlider .slick-prev:hover{left:-40px;background-position:0 0!important}ul.pc3TestimonialSlider .slick-next{right:-40px;transform:rotate(180deg)}ul.pc3TestimonialSlider .slick-dots{margin:20px 0 0!important;padding:0!important;list-style-type:none;text-align:center}ul.pc3TestimonialSlider .slick-dots li{display:inline-block;margin:0 2px;padding:0}ul.pc3TestimonialSlider .slick-dots li button{width:42px;height:42px;padding:0;background:0 0;color:#000}ul.pc3TestimonialSlider .slick-dots li.slick-active button{background:#0676cd;color:#fff}.pc3s7Box{display:inline-block;width:100%;max-width:270px}.pc3s7Img{display:inline-block;overflow:hidden;border-radius:100%;border:2px solid #fff}.pc3s7Title{font-size:22px;font-weight:600;color:#333;margin:10px 0}.readmoreBtn{display:inline-block;padding-left:25px;position:relative;font-weight:600;color:#0676cd;cursor:pointer}.readmoreBtn:before{position:absolute;content:"\e900";top:-1px;left:0;font-family:Astra;font-size:18px;font-weight:600;color:#0676cd;transition:all .3s}.readmoreBtn.read_more:before{transform:rotate(180deg)}.pageNo a{padding:10px;border:1px solid #0676cd;font-size:14px;display:inline-block;line-height:1;min-width:36px;text-align:center}.pageNo a:hover,.pageNo .current{background:#0676cd;color:#fff}.pageNo .current{padding:7px 10px 10px;height:auto;margin:0;position:relative;border:1px solid #0676cd;display:inline-block;min-width:36px;text-align:center;line-height:1}.lp5FAQs .accordiaBox{border-top:1px solid #ebebeb}.lp5FAQs .accordiaBox:last-child{border-bottom:1px solid #ebebeb}.lp5FAQs .accordion{color:#000;font-weight:600;padding:40px 30px 40px 0;position:relative;font-size:20px}.lp5FAQs .accordion:before{position:absolute;content:"\e900";top:42px;right:0;font-family:Astra;font-size:16px;font-weight:700;color:#000;transform:rotate(270deg);transition:all .3s}.lp5FAQs .accordiaBox.active .accordion:before{transform:rotate(0)}.lp5FAQs .panel{color:#000;display:none}.productFAQs .accordiaBox{border:1px solid #f0f0f0;margin-bottom:15px}.productFAQs .accordion{color:#000;font-weight:500;padding:8px 30px 8px 10px;position:relative;background:#dadada}.productFAQs .accordion:before{position:absolute;content:'+';top:2px;right:15px;font-size:26px;font-weight:400;color:#000}.productFAQs .accordiaBox.active .accordion:before{content:'-'}.productFAQs .panel{padding:15px;display:none}.videoImg{text-align:center}.videoImg a{display:inline-block;position:relative;overflow:hidden}.videoImg a:before{position:absolute;content:'';top:50%;left:50%;width:76px;height:76px;margin:-38px 0 0 -38px;background:url(https://www.filsonfilters.com/wp-content/uploads/2022/05/playIcon.png)no-repeat;transition:all .3s}.videoImg a:hover:before{transform:scale(1.1)}.sec6Box{display:inline-block;max-width:370px;background:#fff;padding:70px 24px 50px;box-shadow:0 0 10px rgba(0,0,0,.1);border-radius:10px;cursor:pointer;transition:all .3s}.tabsWrapper{padding:20px;border:1px solid #dbdbdb;border-radius:3px;background:#fff;overflow:hidden}.tabsWrapper ul.tabs{margin:0!important;padding:0!important;list-style-type:none;background:#fff}.tabsWrapper ul.tabs li{display:inline-block;padding:0 0 15px;color:#0676cd;font-size:18px;font-weight:500;margin-right:40px;border-bottom:3px solid transparent;transition:all .3s;cursor:pointer;position:relative}.tabsWrapper ul.tabs li.current{color:#0676cd;border-bottom:3px solid #0676cd}.tabsWrapper .tab-content{display:none;padding:40px 0 0}.tabsWrapper .tab-content.current{display:block}.bannerWraper{position:relative}.bannerImg{text-align:center}.bannerWraper .bannerContent{position:absolute;top:0;width:100%;max-width:1170px;margin-top:6%}.bannerOverlay{padding:20px}.bannerHeading{font-size:4vw;line-height:4vw;color:#fff;font-weight:600}.bannerText{font-size:1.8vw;line-height:2.5vw;color:#fff}.quickQuote{box-shadow:0 0 80px 13px rgba(141,153,204,.1);padding:20px;border:1px solid #ecf1f6;background:#fff;box-sizing:border-box}.quickQuoteTitle{font-size:22px;font-weight:600;color:#060a12;margin-bottom:10px}.quickQuote input[type=text],.quickQuote input[type=email],.quickQuote textarea{width:100%;background:#f5f7fb;border:1px solid #f5f7fb;padding:10px;margin-bottom:8px;font-size:16px}.quickQuote input[type=text]:active,.quickQuote input[type=email]:active,.quickQuote textarea:active,.quickQuote input[type=text]:focus,.quickQuote input[type=email]:focus,.quickQuote textarea:focus{background:#fff;border:1px solid #ecf1f6}.quickQuote input[type=text]::placeholder,.quickQuote input[type=email]::placeholder,.quickQuote textarea::placeholder{color:#b0b1b5}.quickQuote textarea{height:120px}.quickQuote input[type=submit]{display:block;width:100%;padding:18px}#contact_pop .quickQuote{max-width:340px}a.commonBtn2{display:inline-block;background:#1f7ad8;border:2px solid #fff!important;border-radius:40px;padding:16px 25px;color:#fff!important;font-weight:700!important}a.commonBtn2:hover{background:#25326d}a.whiteBtn{border:2px solid #1f7ad8!important;background:#fff;color:#1f7ad8!important}a.whiteBtn:hover{color:#fff!important;border:2px solid #fff!important}.hp2s1Wraper{max-width:1720px;margin:0 auto;box-shadow:0 0 30px rgba(0,0,0,.1);z-index:2;background:#fff;padding:130px 0}.hp2s1Img{display:inline-block;position:relative;z-index:1}.hp2s1Img:before{position:absolute;content:'';top:-30px;left:-30px;width:110px;height:110px;background:#1f7ad8;z-index:-1}.hp2s1Img a{display:block;position:relative}.hp2s1Img a:before{position:absolute;content:'';bottom:0;right:0;width:110px;height:110px;background:url(https://www.filsonfilters.com/wp-content/uploads/2024/08/s1Icon.jpg)0 no-repeat;transition:all .3s}.hp2s1Img a:hover:before{filter:grayscale(1)}.hp2s1Text ul{margin:30px 0!important;padding:0!important;list-style-type:none}.hp2s1Text ul li{padding-left:30px;margin-bottom:15px;position:relative}.hp2s1Text ul li:before{position:absolute;content:'';top:3px;left:0;width:13px;height:17px;background:url(https://www.filsonfilters.com/wp-content/uploads/2024/08/s1Icon.png)no-repeat}.hp2Section2{padding:130px 0 80px}.hp2s2Box{max-width:400px;display:inline-block}.hp2s2Title{font-size:20px;font-weight:700;padding:30px 0 20px}.hp2Section3{background:#f8f9fc;max-width:1720px;margin:0 auto;padding:110px 0;border-radius:20px 20px 0 0}.hp2Section3 h2{padding-bottom:30px}.hp2s3Box{max-width:340px;display:inline-block;background:#fff;border-radius:10px;overflow:hidden}.hp2s3Img{overflow:hidden}.hp2s3Img a{display:block;position:relative}.hp2s3Img a:before{position:absolute;content:'';top:10px;right:10px;width:12px;height:12px;border-radius:100%;background:#1f7ad8}.hp2s3Content{padding:10px 15px 15px}.hp2s3Title{font-size:16px;font-weight:700;color:#25326d;padding-bottom:12px}.hp2s3Title a{color:#25326d}.hp2s3Box:hover .hp2s3Title a{color:#1f7ad8}.hp2s3Text{font-size:14px;line-height:21px;min-height:135px}.hp2s3Btns{padding-top:40px}.hp2s3Btns a{margin:0 5px}.hp2Section4{max-width:1720px;margin:0 auto;padding:170px 0;border-radius:0 0 20px 20px}.hp2Tag{display:inline-block;position:relative;padding-bottom:15px;margin-bottom:20px;font-size:22px;font-weight:500;color:#1f7ad8}.hp2Tag:before{position:absolute;content:'';bottom:0;left:0;width:55px;height:2px;background:#1f7ad8}.hp2s4Tag{color:#fff}.hp2s4Tag:before{background:#fff}.hp2Section4 h2{color:#fff;padding-bottom:15px}.hp2s4Text{color:#fff;padding-bottom:20px;max-width:650px}.hp2s4Video{text-align:center}.hp2s4Video a{display:inline-block}.hp2s4Video a:hover{transform:scale(1.1)}.hp2Section5{padding:170px 0 100px}.hp2Section5 h2{padding-bottom:20px}.hp2s5Img{display:inline-block;border-radius:20px;overflow:hidden}.hp2s5Content{max-width:510px;margin:0 auto}.hp2s5Text{padding-bottom:30px}.hp2Section6{background:#f8f9fc;padding:120px 0;max-width:1720px;margin:0 auto;border-radius:20px}.hp2s6Tag:before{transform:translateX(50%)}.hp2Section6 h2{padding-bottom:20px}.hp2s6Box{max-width:448px;display:inline-block;position:relative;overflow:hidden}.hp2s6Img a{display:block}.hp2s6Box:hover .hp2s6Img a{transform:scale(1.1)}.hp2s6Content{position:absolute;top:0;left:0;width:100%;text-align:center;padding:100px 30px 0}.hp2s6Title{font-weight:600;color:#fff;padding-bottom:10px}.hp2s6Title a{color:#fff}.hp2s6Link a{font-weight:600;color:#1f7ad8}.hp2s6Btn{padding-top:20px}.hp2Section7{padding:200px 0}.hp2s7Box{border:1px solid #d8dde6;background:#fff;box-shadow:0 0 10px rgba(0,0,0,5%);max-width:630px;padding:70px 50px}.hp2s7Box h2{font-size:40px}.hp2s7Text{padding:10px 0 60px}.hp2Form input[type=text],.hp2Form input[type=email],.hp2Form textarea{width:100%;margin-bottom:20px;padding:20px;background:#f8f9fc;border:1px solid #f8f9fc;font-weight:500}.hp2Form textarea{min-height:200px}.hp2Form input[type=text]::placeholder,.hp2Form input[type=email]::placeholder,.hp2Form textarea::placeholder{color:#25326d}.hp2Form input[type=submit]{width:100%;background:#1f7ad8;padding:21px;font-weight:700;text-transform:uppercase}.hp2Form input[type=submit]:hover{background:#25326d}.hp2FAQs{position:relative}.hp2FAQs .accordiaBox{border-bottom:1px solid #e4e4e4;padding:30px 0}.hp2FAQs .accordiaBox:last-child{border:none}.hp2FAQs .accordion{font-size:20px;font-weight:700;color:#213271;padding:10px 60px 10px 50px;position:relative;cursor:pointer}.hp2FAQs .accordion:before,.hp2FAQs .panel:before{position:absolute;content:'Q:';top:10px;left:0;font-size:20px;font-weight:700;color:#1f7ad8}.hp2FAQs .accordion:after{position:absolute;content:'';top:0;right:0;width:48px;height:49px;background:url(https://www.filsonfilters.com/wp-content/uploads/2024/08/faqsArrow.png)no-repeat;transform:rotate(180deg);filter:grayscale(100%);transition:all .3s}.hp2FAQs .accordiaBox.active .accordion:after{transform:rotate(0);filter:grayscale(0%)}.hp2FAQs .panel{padding:10px 60px 0 50px;display:none;position:relative}.hp2FAQs .panel:before{content:'A:'}.hp2Section8{padding-bottom:170px}.hp2Section8 h2{padding-bottom:20px}.hp2s8Box{max-width:460px;display:inline-block}.hp2s8Img{border:1px solid #d8dde6;border-radius:25px;overflow:hidden}.hp2s8Img a{display:inline-block}.hp2s8Box:hover .hp2s8Img a{transform:scale(1.1)}.hp2s8Content{text-align:left;padding-top:20px}.hp2s8Date{font-size:16px;font-weight:500;color:#909599;padding:0 0 10px}.hp2s8Title{font-size:20px;font-weight:700;color:#213271;margin:0 0 40px;min-height:46px}.hp2s8Title a{color:#213271}.hp2s8Box:hover .hp2s8Title a{color:#1f7ad8}.hp2s8Link a{display:inline-block;font-size:20px;color:#1f7ad8;padding-right:20px;background:url(https://www.filsonfilters.com/wp-content/uploads/2024/08/linkArrow.png)100% no-repeat}.hp2s8Box:hover .hp2s8Link a{color:#213271;padding-right:25px}.hp2Section9{padding-bottom:100px}.hp2Section9 h2{font-size:35px;text-transform:uppercase;display:inline-block;background:#fff;padding-right:20px;z-index:1}.hp2s9Heading{position:relative}.hp2s9Heading:before{position:absolute;content:'';top:calc(50% - 10px);left:0;width:100%;height:3px;background:#f0f1f3;z-index:-1}ul.hp2s9Brands{margin:0!important;padding:40px 0 0!important;list-style-type:none}ul.hp2s9Brands li{margin:0 15px}ul.hp12s9List{margin:0!important;padding:0!important;list-style-type:none}ul.hp12s9List li{width:calc(33% - 20px);float:left;margin:0 10px 15px;padding:35px 10px;border:2px solid #1f7ad8;font-size:18px;color:#1f7ad8;text-align:center;transition:all .3s;background:101% 101% no-repeat}ul.hp12s9List li a{color:#1f7ad8;text-decoration:none!important}ul.hp12s9List li:hover{border:2px solid #1f7ad8;background:url(https://www.filsonfilters.com/wp-content/uploads/2026/02/listIcon.png)101% 101% no-repeat #1f7ad8;color:#fff}ul.hp12s9List li:hover a{color:#fff}.npc3Banner{position:relative}.bannerImg{text-align:center}.bannerImg img{width:100%}.npc3Banner .bannerContent2{position:absolute;top:0;width:100%;max-width:1170px;height:100%;display:flex;align-items:center;z-index:2}.npc3Banner .bannerContainer{width:100%}.npc3BannerHeading{font-size:50px;font-weight:700}.npc3BannerDetails{max-width:550px;display:inline-block}.bannerBtn{padding-top:20px}.npc3s1SliderWraper{position:relative;max-width:655px;margin:0 auto}.npc3s1SliderWraper::after,.npc3s7Box:after,.npc3s11Box:after{content:"";display:block;clear:both}ul.npc3s1SliderPager{margin:0!important;padding:0!important;list-style-type:none;width:95px;float:left}ul.npc3s1SliderPager li{margin-bottom:10px}.npc3s1Slider{margin:0 0 0 20px!important;padding:0!important;list-style-type:none;width:calc(100% - 115px);float:left}.npc3Section1{padding:70px 0 60px}.npc3s1Content{padding-left:20px}.npc3s1Tag{font-size:20px;font-weight:600;padding-bottom:10px}.npc3s1Text{margin-bottom:30px}.npc3s1Text ul{margin:0!important;padding:0!important;list-style-type:none}.npc3s1Text ul li{font-weight:300;padding-left:30px;margin-bottom:15px;position:relative}.npc3s1Text ul li:before{position:absolute;content:'';top:0;left:0;width:20px;height:20px;background:url(https://www.filsonfilters.com/wp-content/uploads/2025/05/checkIcon.png)no-repeat}.npc3Section2{padding:60px 0 70px}.npc3s2Content{max-width:550px}.npc3s2Text{padding:10px 0 25px}.npc3Section3{padding-top:75px;color:#fff}.npc3s3Text{color:inherit}.npc3Section3 .readmoreBtn,.npc3Section3 .readmoreBtn:before{color:inherit}.npc3Section4{padding:70px 0 0}.npc3Tag{font-size:20px;font-weight:700;color:#1f7ad8;padding-bottom:10px;text-transform:uppercase}.npc3SubHeading{max-width:950px;margin:0 auto 35px}.npc3s4Box{max-width:340px;display:inline-block;background:#fff;box-shadow:0 0 10px rgba(48,49,51,.2)}.npc3s4Img{overflow:hidden}.npc3s4Img a{display:block}.npc3s4Box:hover .npc3s4Img a{transform:scale(1.1)}.npc3s4Content{padding:25px 20px}.npc3s4Title{font-size:18px;font-weight:700;color:#092c47;margin-bottom:10px}.npc3s4Title a{color:#092c47}.npc3s4Box:hover .npc3s4Title a{color:#1f7ad8}.npc3s4Text{font-size:14px;line-height:21px}.npc3s4Btn a{display:block;text-align:center;background:#fff;color:#1f7ad8;border:1px solid #1f7ad8;border-radius:5px;padding:10px}.npc3s4Box:hover .npc3s4Btn a{background:#1f7ad8;color:#fff;box-shadow:0 10px 10px #dce0e9}.npc3Section4 .pageNos{padding-top:40px}.npc3Section4 .pageNos a{padding:0;margin:0 15px;border:none;color:#092c47;font-size:16px;display:inline-block;line-height:1;min-width:auto;text-align:center}.npc3Section4 .pageNos .current{padding:10px 15px;margin:0 15px;border-radius:40px;position:relative;border:1px solid #1f7ad8;background:#fff;color:#1f7ad8;display:inline-block;text-align:center;line-height:1}.npc3Section5{padding:85px 0 70px}.npc3s5SubHeading{margin-bottom:20px}ul.npc3s5Slider,ul.npc3s17Slider{margin:0!important;padding:0!important;list-style-type:none;position:relative}ul.npc3s5Slider li{margin:0 15px}ul.npc3s5Slider .slick-arrow,ul.npc3s17Slider .slick-arrow{position:absolute;content:'';top:50%;width:20px;height:38px;background:url(https://www.filsonfilters.com/wp-content/uploads/2025/05/s5Arrow.png)no-repeat;z-index:9;padding:0;text-indent:-999999999px}ul.npc3s5Slider .slick-arrow:hover,ul.npc3s17Slider .slick-arrow:hover{background-position:0 0!important}ul.npc3s5Slider .slick-prev{left:-20px;transform:rotate(180deg)}ul.npc3s5Slider .slick-next{right:-20px;transform:rotate(0)}.npc3s5Box{max-width:420px;display:inline-block;background:#fff;box-shadow:0 0 10px 10px rgba(219,223,231,.2);margin:15px 0}.npc3s5Img{overflow:hidden}.npc3s5Img a{display:block}.npc3s5Box:hover .npc3s5Img a{transform:scale(1.1)}.npc3s5Content{padding:30px 25px}.npc3s5Title{font-size:22px;font-weight:700;color:#092c47;margin-bottom:15px}.npc3s5Title a{color:#092c47}.npc3s5Box:hover .npc3s5Title a{color:#1f7ad8}.npc3s5Text{margin-bottom:30px}.npc3s5Btn a{display:block;text-align:center;background:#1f7ad8;color:#fff;border:1px solid #1f7ad8;border-radius:5px;padding:16px;box-shadow:0 10px 10px #dce0e9}.npc3s5Box:hover .npc3s5Btn a{background:#fff;color:#1f7ad8;box-shadow:none}ul.npc3s5Slider ul.slick-dots{margin:0!important;padding:20px 0 0!important;list-style-type:none}ul.npc3s5Slider ul.slick-dots li{display:inline-block;margin:0 15px;width:34px;height:5px;border-radius:10px;background:#d6dae6;z-index:2}ul.npc3s5Slider ul.slick-dots li.slick-active{background:#1f7ad8}ul.npc3s5Slider ul.slick-dots li button{visibility:hidden}.npc3Section6{padding:70px 0 0}.npc3s6SubHeading,.npc3s7SubHeading{max-width:950px;margin:0 0 70px}.npc3s6Box{padding-bottom:20px}.npc3Section22 .npc3s6Box{padding-bottom:0}.npc3s6Title{font-size:22px;font-weight:700;color:#092c47;padding:45px 0 20px}.npc3s6Text{max-width:230px;font-size:14px;line-height:21px}.npc3Section7{padding:70px 0 50px;background-size:cover;background-position:50%;margin-bottom:60px}.npc3Section7 h2{color:#fff}.npc3s7SubHeading{color:#fff}.npc3s7Box{position:relative;color:#fff;padding-bottom:10px}.npc3s7Img{width:63px;float:left}.npc3s7Content{width:calc(100% - 63px);float:left;padding:0 0 0 30px}.npc3s7Title{font-size:20px;font-weight:600;margin-bottom:12px}.npc3s7Text{max-width:550px;font-weight:300}.npc3Section8{padding:30px 0 90px}.npc3s8Text{padding:10px 0 30px}.npc3Video,.npc3s8Img{display:inline-block;position:relative;z-index:1}.npc3Video a{display:block;position:relative}.npc3Video a:before{position:absolute;content:'';top:50%;left:50%;width:63px;height:63px;margin:-32px 0 0 -31px;background:url(https://www.filsonfilters.com/wp-content/uploads/2025/05/playIcon.png);transition:all .3s}.npc3Video a:hover:before{transform:scale(1.1)}.npc3s8ImgWraper{text-align:right}.npc3Section9{padding:90px 0 35px;background-size:cover;background-position:50%}.npc3Section9 h2{padding-bottom:80px}.npc3s9BoxWraper{position:relative;z-index:1}.npc3s9BoxWraper:before{position:absolute;content:'';top:-15px;left:0;width:100%;height:100%;background:#1f7ad8;border-radius:0 15px 15px 15px;z-index:-1}.npc3s9BoxWraper:after{position:absolute;content:'';top:-35px;left:0;width:170px;height:20px;background:#1f7ad8;border-radius:25px 25px 0 0;z-index:-1}.npc3s9Box{width:100%;max-width:460px;display:inline-block;background:#fff;border-radius:15px;padding:40px;text-align:left}.npc3s9Img{width:80px;height:80px;border-radius:5px;background:#e6f0fd;text-align:center;line-height:80px}.npc3s9Title{padding:50px 0 15px;font-size:22px;font-weight:700;color:#092c47}.npc3s9Text{font-size:14px;line-height:21px}.npc3s9Link a{font-weight:600;display:inline-block;padding-right:20px;background:url(https://www.filsonfilters.com/wp-content/uploads/2025/05/pc3Arrow.png)100% no-repeat;color:#1f7ad8}.npc3s9Box:hover .npc3s9Link a{padding-right:25px}.npc3Section10{padding:80px 0 50px}.npc3Section10 h2{padding-bottom:25px}.npc3s4img{display:inline-block}.npc3s10Text{padding-top:45px;text-align:left}.npc3Section11{padding:60px 0}.npc3s11SubHeading{margin:0 0 25px}.npc3s11Box{position:relative;margin-bottom:25px;padding:25px;border-radius:10px;box-shadow:0 0 30px 30px rgba(219,223,231,.2);display:flex;align-items:center}.npc3s11Img{width:280px;float:left;border-radius:10px;overflow:hidden}.npc3s11Content{width:calc(100% - 280px);float:left;padding-left:30px}.npc3s11Title{font-size:22px;font-weight:700;color:#092c47;margin-bottom:15px}.npc3s11Text{margin-bottom:40px}.npc3s11Content a.commonBtn{padding:10px 25px;position:relative;font-size:14px}.npc3s11Content a.commonBtn:before{top:16px;right:15px}a.supportBtn{margin-left:15px;font-size:14px;font-weight:600;color:#092c47;text-decoration:underline;padding-right:25px;background:url(https://www.filsonfilters.com/wp-content/uploads/2025/05/s11Icon.png)100% no-repeat;display:inline-block}.npc3s11Form{background:#fff;border:1px solid #ecf1f6;border-radius:25px;padding:45px 25px 20px;position:relative}.npc3s11Form:before{position:absolute;content:'';top:-124px;right:40px;width:124px;height:123px;background:url(https://www.filsonfilters.com/wp-content/uploads/2025/05/pc3s11Icon.png)no-repeat}.npc3s11FormTitle{font-size:24px;font-weight:700;color:#092c47;text-align:center;padding-bottom:30px}.npc3s11Form input[type=text],.npc3s11Form input[type=email],.npc3s11Form input[type=tel],.npc3s11Form textarea{background:#f7f8fa!important;border:1px solid #f7f8fa!important;color:#6f86a2!important;padding:15px;width:100%;margin-bottom:8px}.npc3s11Form textarea{height:120px}.npc3s11Form input[type=text]:focus,.npc3s11Form input[type=email]:focus,.npc3s11Form input[type=tel]:focus,.npc3s11Form textarea:focus,.npc3s11Form input[type=text]:active,.npc3s11Form input[type=email]:active,.npc3s11Form input[type=tel]:active,.npc3s11Form textarea:active{background:#fff!important;border-color:#ecf1f6!important}.npc3s11Form input[type=text]::placeholder,.npc3s11Form input[type=email]::placeholder,.npc3s11Form input[type=tel]::placeholder,.npc3s11Form textarea::placeholder{color:#6f86a2!important}.npc3s11Form input[type=submit]{width:100%;border-radius:10px;padding:20px;border:1px solid #6f86a2!important}.npc3s11Form input[type=submit]:hover{background:#000!important;border-color:#000!important}.npc3Section12{padding:60px 0}.npc3s12Box{max-width:680px;display:inline-block;text-align:left;box-shadow:0 0 30px 30px rgba(219,223,231,.2)}.npc3s12Img{overflow:hidden}.npc3s12Img a{display:block}.npc3s12Box:hover .npc3s12Img a{transform:scale(1.1)}.npc3s12Content{padding:40px 35px 35px}.npc3s12Title{font-size:24px;font-weight:600;color:#092c47;padding-bottom:15px}.npc3s12Title a{color:#092c47}.npc3s12Box:hover .npc3s12Title a{color:#1f7ad8}.npc3s12Text{padding-bottom:15px}.npc3s12Btn a{padding:19px;display:block;text-align:center;background:#1f7ad8;color:#fff}.npc3s12Btn a span{display:inline-block;padding-right:20px;background:url(https://www.filsonfilters.com/wp-content/uploads/2025/05/whiteArrow.png)100% no-repeat;transition:all .3s}.npc3s12Box:hover .npc3s12Btn a{background:#000}.npc3s12Box:hover .npc3s12Btn a span{padding-right:25px}.npc3Section13 .npc3BannerDetails{max-width:550px}.npc3Section14{padding:80px 0 60px}.npc3tabs{text-align:center}.npc3tabs ul.tabs{margin:0!important;padding:0!important;list-style-type:none;background:#f3f6fb;border-radius:40px;display:inline-block;border:none!important}.npc3tabs ul.tabs li{display:inline-block;font-weight:600;color:#092c47;border:1px solid transparent;padding:18px 20px;border-radius:40px;min-width:250px;cursor:pointer;font-size:16px;background:0 0}.npc3tabs ul.tabs li.current{border:1px solid #1f7ad8;color:#1f7ad8;background:#fff;box-shadow:0 20px 20px rgba(220,224,233,.5)}.npc3tabs .tab-content{padding:80px 0 0!important;display:none;text-align:left;background:0 0}.npc3tabs .tab-content.current{display:block}.npc3tabs table{text-align:center;box-shadow:0 10px 50px 30px rgba(40,62,128,.1)}.npc3tabs table,.npc3tabs table tr,.npc3tabs table tr th,.npc3tabs table tr td{border:none}.npc3tabs table tr th{background:#1f7ad8;color:#fff;padding:20px 10px}.npc3tabs table tr td{padding:20px 10px;background:#fff;color:#22445f;font-weight:600}.npc3tabs table tr:nth-child(odd) td{background:#f3f6fb}.npc3Section15{padding:60px 0 80px}ul.npc3s15Slider{margin:0!important;padding:0!important;list-style-type:none;position:relative}ul.npc3s15Slider li{margin:0}ul.npc3s15Slider .slick-arrow{position:absolute;content:'';top:50%;width:14px;height:22px;background:url(https://www.filsonfilters.com/wp-content/uploads/2025/05/s15Arrow.png)no-repeat;padding:0;z-index:9;text-indent:-99999999999px}ul.npc3s15Slider .slick-prev{left:0}ul.npc3s15Slider .slick-next{right:0;transform:rotate(180deg)}ul.npc3s15Slider ul.slick-dots{margin:0!important;padding:30px 0 0!important;list-style-type:none;text-align:center}ul.npc3s15Slider ul.slick-dots li{display:inline-block;margin:0 10px;width:8px;height:8px;border-radius:40px;background:#c7c7c7;z-index:2}ul.npc3s15Slider ul.slick-dots li.slick-active{background:#1f7ad8;width:35px}ul.npc3s15Slider ul.slick-dots li button{visibility:hidden;padding:0}.npc3s15Box{max-width:1130px;margin:0 auto;padding:15px 15px 0;text-align:center}.npc3s15Text{font-weight:300}.npc3s15Img{display:inline-block;margin:30px 0 15px;overflow:hidden;border-radius:100%}.npc3s15Title{font-size:20px;font-weight:600;color:#092c47;padding-bottom:10px}.npc3s15SubTitle{font-weight:300}.npc3Section16{padding:80px 0 70px}.npc3FAQs{counter-reset:step-counter}.npc3FAQs .accordiaBox{background:#fff;position:relative;padding:0 0 0 150px;margin-bottom:10px;counter-increment:step-counter;border-radius:10px;overflow:hidden;cursor:pointer}.npc3FAQs .accordiaBox:before{position:absolute;content:'0'counter(step-counter);top:0;left:0;width:100px;height:100%;background:#1f7ad8;color:#fff;font-size:22px;font-weight:600;padding-top:40px;text-align:center}.npc3FAQs .accordion{font-size:22px;font-weight:600;color:#092c47;padding:40px 150px 40px 0;transition:all .3s;position:relative}.npc3FAQs .accordiaBox.active .accordion{padding-bottom:20px}.npc3FAQs .accordion:before{position:absolute;content:'+';top:40px;right:40px;font-size:30px;font-weight:600;color:#1f7ad8;transition:all .3s}.npc3FAQs .accordiaBox.active .accordion:before{content:'-'}.npc3FAQs .panel{font-size:14px;padding:0 0 10px;max-width:85%;display:none}.npc3Section17{padding:80px 0}.npc3Section17 h2{padding-bottom:15px}ul.npc3s17Slider li{margin:0 15px}ul.npc3s17Slider .slick-prev{left:-40px;transform:rotate(180deg)}ul.npc3s17Slider .slick-next{right:-40px;transform:rotate(0)}.npc3s17Box{max-width:340px;display:inline-block;text-align:left}.npc3s17Img{overflow:hidden}.npc3s17Img a{display:block}.npc3s17Box:hover .npc3s17Img a{transform:scale(1.1)}.npc3s17Content{padding:15px 0 0}.npc3s17Title{font-size:18px;font-weight:700;color:#092c47;margin-bottom:10px}.npc3s17Title a{color:#092c47}.npc3s17Box:hover .npc3s17Title a{color:#1f7ad8}.npc3s17Text,.npc3s17Text p{color:#000!important;font-size:16px!important;line-height:24px!important}.npc3s17Link a{font-size:14px;font-weight:600;color:#1f7ad8;padding-right:25px;display:inline-block;background:url(https://www.filsonfilters.com/wp-content/uploads/2025/05/pc3Arrow.png)100% no-repeat}.npc3s17Box:hover .npc3s17Link a{padding-right:30px}.npc3Section18{padding:80px 0}.npc3s18FAQs{padding:20px 40px;background:#fff}.npc3s18FAQs .accordiaBox{border-bottom:1px solid #d1d8e2}.npc3s18FAQs .accordiaBox:last-child{border-bottom:none}.npc3s18FAQs .accordion{font-size:18px;font-weight:600;color:#092c47;position:relative;padding-right:60px;cursor:pointer;padding:30px 0;transition:all .3s}.npc3s18FAQs .accordiaBox.active .accordion{padding:30px 0 10px}.npc3s18FAQs .accordion:before{position:absolute;content:'+';top:30px;right:0;font-size:30px;font-weight:600;color:#1f7ad8}.npc3s18FAQs .accordiaBox.active .accordion:before{content:'-'}.npc3s18FAQs .panel{display:none;padding-bottom:30px}.npc3s18FAQs .panel p:last-child{margin:0}.npc3s18FAQs .accordiaBox.active .panel{display:block}.npc3s18Form{background:#1f7ad8!important;padding:50px 25px 25px;width:100%;max-width:370px;float:right}.npc3s18FormTitle{font-size:24px;font-weight:700;color:#fff;text-align:center;padding-bottom:30px}.npc3s18Form input[type=text],.npc3s18Form input[type=email],.npc3s18Form input[type=tel],.npc3s18Form textarea{background:#fff!important;border:1px solid #fff!important;color:#6f86a2!important;padding:15px;width:100%;margin-bottom:8px}.npc3s18Form textarea{height:120px}.npc3s18Form input[type=text]:focus,.npc3s18Form input[type=email]:focus,.npc3s18Form input[type=tel]:focus,.npc3s18Form textarea:focus,.npc3s18Form input[type=text]:active,.npc3s18Form input[type=email]:active,.npc3s18Form input[type=tel]:active,.npc3s18Form textarea:active{background:#fff!important;border-color:#fff!important}.npc3s18Form input[type=text]::placeholder,.npc3s18Form input[type=email]::placeholder,.npc3s18Form input[type=tel]::placeholder,.npc3s18Form textarea::placeholder{color:#6f86a2!important}.npc3s18Form input[type=submit]{width:100%;border-radius:10px;padding:20px;border:1px solid #fff!important}.npc3s18Form input[type=submit]:hover{background:#fff!important;color:#1f7ad8!important;opacity:1!important}.pc3Section19{padding:80px 0 60px}.pc3s19Title{font-size:22px;font-weight:700;color:#1f7ad8;padding:15px 0 10px}.pc3s19Text{max-width:300px}.pc3Section20{padding:30px 0}.pc3Section20 h3{padding-bottom:15px}ul.pc3s20Slider{margin:0!important;padding:0!important;list-style-type:none}ul.pc3s20Slider li{margin:0 10px}.pc3Section4a{padding:70px 0 0}.pc3Section4b{padding:70px 0 0}.pc3s4aSubHeading{max-width:720px}.pc3s4aBtn{text-align:right}.pc3s4aRow1{margin-bottom:50px!important}.pc3s4aBox{border-radius:25px;overflow:hidden;background:#f7f9fc;max-width:340px;display:inline-block;text-align:left;position:relative}.pc3s4aImg{overflow:hidden}.pc3s4aImg a{display:block}.pc3s4aBox:hover .pc3s4aImg a{transform:scale(1.1)}.pc3s4aContent{padding:5px 30px 50px}.pc3s4aTitle{font-size:20px;font-weight:600;padding-bottom:10px;color:#1f7ad8}.pc3s4aTitle a{color:#1f7ad8}.pc3s4aBox:hover .pc3s4aTitle a{color:#000}.pc3s4aLink{position:absolute;bottom:0;right:0}.pc3s4aLink a{display:inline-block;width:60px;height:60px;background:url(https://www.filsonfilters.com/wp-content/uploads/2026/01/s4aIcon.png)50% no-repeat #dee5f1;text-indent:99999999px;border-radius:25px 0}.pc3s4aBox:hover .pc3s4aLink a{background:url(https://www.filsonfilters.com/wp-content/uploads/2026/01/s4aIconHover.png)50% no-repeat #0e6aed}.npc3Section22{padding-top:30px}.pc6CTA a{display:inline-block;padding-left:20px;position:relative;text-align:center}.pc6CTA a:before{position:absolute;content:"";top:4px;left:0;width:14px;height:14px;background:url(https://www.filsonfilters.com/wp-content/uploads/2026/02/s23Arrow.png)no-repeat #008ad3;background-size:50%;background-position:2px 2px;transform:rotate(180deg);border-radius:100%;font-weight:600;transition:all .3s}.pc6CTA a:hover:before{transform:rotate(90deg)}ul.pc6s5Slider{margin:0!important;padding:0!important;list-style-type:none;text-align:center}ul.pc6s5Slider li.slick-slide{margin:10px 12px}.pc6s5Box{display:inline-block;max-width:270px;border-radius:5px;box-shadow:0 0 4px 1px #ececec;background-color:#fff;overflow:hidden;transition:all .3s;text-align:left}.pc6s5Box:hover{box-shadow:2px 2px 8px 2px #dedede}.pc6s5Title{padding:10px}.pc6s5Title a{display:inline-block;font-size:18px;font-weight:600;color:#000}.pc6s5Link{padding:0 10px 10px}.pc6s5Link a,.hp10s3Link a{display:inline-block;position:relative;padding-right:15px}.pc6s5Link a:before{position:absolute;content:"";top:7px;right:0;width:8px;height:12px;background:url(https://www.filsonfilters.com/wp-content/uploads/2026/02/s23Arrow2.png)no-repeat;transition:all .3s}.pc6s5Box:hover .pc6s5Link a{padding-right:20px;color:#000;filter:invert(0)brightness(0)}.pc6s5Box:hover .pc6s5Link a:before{color:#000}ul.pc6s5Slider ul.slick-dots,ul.wus1Slider ul.slick-dots{margin:10px 0 0!important;padding:0!important;list-style-type:none;line-height:1px}ul.pc6s5Slider ul.slick-dots li button,ul.wus1Slider ul.slick-dots li button{display:none}ul.pc6s5Slider ul.slick-dots li,ul.wus1Slider ul.slick-dots li{width:40px;height:3px;background-color:#c1c7d0;display:inline-block;margin:0 4px;border-radius:4px}ul.pc6s5Slider ul.slick-dots li.slick-active,ul.wus1Slider ul.slick-dots li.slick-active{background-color:#000}.npc3s27Text{padding:10px;position:relative}.npc3s27Text:before{position:absolute;content:'';top:0;left:0;width:42px;height:42px;background:0 0;border-top:3px solid #213271;border-left:3px solid #213271}@media(min-width:1200px){.bannerHeading{font-size:44px;line-height:54px}.bannerText{font-size:18px;line-height:24px}.hp2Section7 h2{font-size:48px}}@media(min-width:992px) and (max-width:1199px){.nWhyusWraper{padding:10px 0 0 15px!important}.nWhyusHeading{font-size:26px!important;padding-bottom:20px!important}.nWhyusBox{margin-bottom:20px}.nWhyusTitle{font-size:20px;margin-bottom:10px}.projectBox{padding:12px 15px 13px}.projectDesc{margin-bottom:20px;font-size:16px}.listBtn{padding-top:0}.aboutSection2 .squareList ul li{font-size:20px}.bannerBox{height:340px}.pc3BannerHeading{font-size:40px;line-height:48px}.pc3BannerLayer,.pc3Form{padding:15px}.pc3FormTitle{font-size:22px;padding-bottom:20px}.c1ProductBox{padding:10px}.pc3Banner2 .bannerContent{max-width:970px;margin-top:2%;padding:15px!important}.hp2s1Wraper{margin-top:0}.hp2s1Content{padding-left:0}.hp2s1Text ul li{margin-bottom:10px}.hp2s3Content{padding:10px 15px 20px}.hp2s6Content{padding:70px 30px 0}.hp2s6Btn{padding-top:0}.hp2FAQs .accordiaBox{padding:15px 0}.subscribeForm input[type=email]{width:240px}.pc3Banner .bannerContent{max-width:970px}.bannerBtn{padding-top:0}.npc3Banner .bannerContent2{max-width:970px}.npc3Section1{padding:70px 0}.npc3s1Content{padding-left:0}ul.npc3s1SliderPager{width:70px}.npc3s1Slider{margin:0 0 0 14px!important;width:calc(100% - 85px)}.npc3Section2{padding:50px 0 70px}.npc3Section3{padding-top:70px}.npc3Section4{padding:70px 0 0}.npc3s4Content{padding:15px 10px}.npc3s4Title{font-size:16px}.npc3Section5{padding:70px 0 50px}ul.npc3s5Slider li{margin:0 15px}.npc3Section5{padding:70px 0 50px}.npc3s5Content{padding:20px 15px}.npc3s5Btn a{padding:12px}.npc3Section6{padding:70px 0 60px}.npc3s6Box{padding-bottom:0}.npc3s6Title{font-size:18px;padding:30px 0 10px}.npc3Section7{padding:70px 0 40px;margin-bottom:70px}.npc3s7Box{padding-bottom:0}.npc3Section8{padding:20px 0 70px}.npc3s8Text{padding:0 0 10px}.npc3s9Box{padding:30px 20px 20px}.npc3Section9{padding:70px 0 35px}.npc3Section10{padding:70px 0 40px}.npc3Section11{padding:50px 0}.npc3s11Box{padding:15px}.npc3s11Content{padding-left:15px}.npc3s11Title{font-size:20px}.npc3s11Text{margin-bottom:20px}.npc3s11Btns{text-align:center}.npc3s11Content a.commonBtn{display:block}a.supportBtn{margin:15px 0 0;display:inline-block}.npc3s11Form{padding:35px 15px 15px}.npc3s11Form button[type=submit]{padding:14px}.npc3Section12{padding:60px 0}.npc3Banner .bannerBtn{padding-top:0}.npc3Section14{padding:80px 0 50px}.npc3tabs ul.tabs li{padding:15px 20px;min-width:200px}.npc3tabs .tab-content{padding-top:50px}.npc3Section15{padding:50px 0 70px}.npc3Section16{padding:70px 0}.npc3FAQs .accordiaBox{padding:0 0 0 125px}.npc3FAQs .accordiaBox:before{font-size:18px;padding-top:20px}.npc3FAQs .accordion{font-size:18px;padding:20px 90px 20px 0}.npc3FAQs .accordion:before{top:20px}.npc3Section17{padding:70px 0}.npc3Section18{padding:70px 0}.npc3s18FAQs{padding:10px 20px}.npc3s18FAQs .accordion{padding:20px 0}.npc3s18FAQs .accordion:before{top:20px}.npc3s18FAQs .accordiaBox.active .accordion{padding:20px 0 10px}}@media(max-width:991px){.listBtn{padding-top:0}.nProductBox{padding:0 0 10px;min-height:411px}.nPopupVideo{margin-bottom:30px}.nWhyusWraper{padding:35px 0 0 15px!important}.nWhyusWraper:before{left:-150px}.ceoBox{margin-top:30px}.ceoTitle{margin-bottom:20px}.ceoNote{margin-bottom:15px}.cust-row{margin:0 -15px!important}.ceoNote:after{display:none}.eBookCover,.ncVideo{margin-top:30px}.innerPageBanner .bannerBox{height:250px}.innerPageBanner{background-position:0}.bannerHeading{font-size:34px!important;padding-bottom:10px}.bannerSubHeading{padding-bottom:15px}.ndWhyusWraper,.ncTabSection .ncQuickQuote{margin-top:30px}.aboutTabs ul.tabs li{margin:-4px 30px 0}.nlpBannerSection:before{border-bottom:90px solid #fff}.nlpCurvedSection{padding:85px 0}.nlpCurvedSection:before{border-top:100px solid #fff}.nlpCurvedSection:after{border-bottom:100px solid #fff}.nlpSection2Img{position:relative;top:0}.nlpTabs ul.tabs li{font-size:20px;padding:15px 30px}.nlpTabContent{padding:55px 0}.bannerBox{height:300px}.lp2eBook,.lp3Details,.lp3eBookCover{margin-top:30px}.pc3BannerHeading{font-size:40px;line-height:48px}.pc3BannerLayer,.pc3Form,.tabsWrapper,.quickQuote{padding:15px}.pc3FormTitle{font-size:22px;padding-bottom:20px}.c1ProductBox{padding:10px}.pc3Banner2 .bannerContent{margin-top:2%;padding:15px!important}ul.pc3ProductSlider .slick-prev,ul.img4Slider .slick-prev{left:-15px}ul.pc3ProductSlider .slick-next,ul.img4Slider .slick-next{right:-15px}.responsiveMargin{margin-top:30px}.pc3s5Content{padding-left:10px}.pc3s5Btns a.commonBtn{font-size:16px;padding:0 15px}.pc3Banner2 .bannerBtn{display:none}.hp2s1Wraper{margin-top:0;padding:80px 0 60px}.hp2s1Content{padding-left:0}.hp2Section2{padding:70px 0 40px}.hp2s2Title{font-size:18px;padding:20px 0 10px}.hp2Section3{padding:70px 0}.hp2s3Btns{padding-top:10px}.hp2Section4{padding:70px 0}.hp2Section5{padding:70px 0 0}.hp2s5Content{max-width:100%}.hp2Section5 h2{padding-bottom:0}.hp2s5Text{padding-bottom:0}.hp2Section6{padding:70px 0}.hp2Section7{padding:70px 0}.hp2s7Box{max-width:100%}.hp2s7Box h2{font-size:26px}.hp2Section8{padding-bottom:70px}.hp2Section9{padding-bottom:70px}ul.hp2s9Brands{padding:20px 0 0!important}.hp2Tag{font-size:20px}.npc3BannerHeading{font-size:40px}.npc3Section1{padding:70px 0}.npc3s1Content{padding-left:0}.npc3Section2{padding:50px 0 70px}.npc3Section3{padding-top:70px}.npc3Section4{padding:70px 0 0}.npc3Section10 h2{padding-bottom:0}.npc3s4img{margin:15px 0}.npc3s4Content{padding:15px 10px}.npc3s4Title{font-size:16px}.npc3Section5{padding:70px 0 50px}ul.npc3s5Slider li{margin:0 15px}.npc3Section5{padding:70px 0 50px}.npc3s5Content{padding:20px 15px}.npc3s5Btn a{padding:12px}.npc3Section6{padding:70px 0 60px}.npc3s6Box{padding-bottom:0}.npc3s6Title{font-size:18px;padding:30px 0 10px}.npc3Section7{padding:70px 0 40px;margin-bottom:70px}.npc3s7Box{padding-bottom:0}.npc3Section8{padding:20px 0 70px}.npc3s8Text{padding:0 0 10px}.npc3s9Box{padding:30px 20px 20px}.npc3Section9{padding:70px 0 35px}.npc3Section10{padding:70px 0 40px}.npc3Section11{padding:50px 0}.npc3s11Box{padding:15px}.npc3s11Content{padding-left:15px}.npc3s11Title{font-size:20px}.npc3s11Text{margin-bottom:20px}a.supportBtn{margin-left:15px}.npc3s11Form:before{display:none}.npc3s11Form{padding:35px 15px 15px}.npc3s11Form button[type=submit]{padding:14px}.npc3Section12{padding:60px 0}.npc3Banner .bannerBtn{padding-top:0}.npc3Section14{padding:80px 0 50px}.npc3tabs ul.tabs li{padding:12px 25px;min-width:auto}.npc3tabs .tab-content{padding-top:50px}.npc3Section15{padding:50px 0 70px}.npc3Section16{padding:70px 0}.npc3FAQs .accordiaBox{padding:0 0 0 125px}.npc3FAQs .accordiaBox:before{font-size:18px;padding-top:20px}.npc3FAQs .accordion{font-size:18px;padding:20px 90px 20px 0}.npc3FAQs .accordion:before{top:20px}.npc3Section17{padding:70px 0}.npc3Section18{padding:70px 0}.npc3s18FAQs{padding:10px 20px}.npc3s18FAQs .accordion,.npc3s18FAQs .accordiaBox.active .accordion{padding:20px 15px 20px 0}.npc3s18FAQs .accordion:before{top:20px}.npc3s18Form{max-width:100%;margin-top:30px}}@media(min-width:768px) and (max-width:991px){.projectBox{border:1px solid #b7b7b7}.projectTitle a{font-size:20px;margin-bottom:10px}.projectDesc{font-size:16px;line-height:24px}.projectBox{padding:10px 15px;min-height:252px}.ncProductSection .projectBox{min-height:242px}.hidden-sm{display:none}.pc3Banner2 .bannerContent{max-width:750px}.pc3Banner .bannerContent{max-width:750px}.bannerBtn{padding-top:0}.npc3Banner .bannerContent2{max-width:750px}a.commonBtn2{padding:16px 20px}}@media(max-width:767px){.listImg{text-align:center}.listSection .squareList{margin-top:0}.nPopupVideo:before{right:-150px}.nWhyusWraper:before{height:686px}.nWhyusHeading{font-size:26px!important;padding-bottom:25px;line-height:34px!important}.projectImgWraper{padding-right:15px!important;text-align:center}.projectBox{padding:20px 15px;max-width:328px;margin:0 auto}.page-template-100-width h1,.page-template-100-width h2,.page-template-product-category2 h1,.page-template-product-category2 h2{font-size:34px!important;line-height:40px!important}.nproductTab ul.tabs li{font-size:18px;padding:10px 0;margin:-3px 10px 0;border-top:6px solid transparent}.squareList ul li{font-size:18px}.headerBtnWraper{text-align:center}.hidden-xs{display:none}.nlpSection1Img{margin:10px 0}.gallery-item{max-width:50%!important}.pc3s5Content{width:100%;padding:10px 0 0}.lp5FAQs .accordion{padding:20px 30px 20px 0}.lp5FAQs .accordion:before{top:23px}.hp2s3Btns a{margin:5px 0;display:block}.subscribeForm input[type=email]{width:255px}.pc3Banner .bannerContent{position:relative;max-width:480px;padding-top:20px}.pc3BannerHeading{font-size:30px;line-height:36px;color:#000!important}.pc3BannerDetails{color:#000!important}.bannerBtn{padding-top:0}.npc3Banner .bannerContent2{max-width:480px}.npc3Banner .bannerContent2{position:relative;padding-top:20px}.npc3BannerHeading{font-size:30px;color:#000!important}.npc3BannerDetails{color:#000!important}.npc3s6Text{max-width:100%}.npc3s11Box{display:block}.npc3s11Img{float:none}.npc3s11Content{width:100%;padding:20px 0 0;float:none}.npc3s12Content{padding:30px 20px 25px}.npc3s12Title{font-size:20px}.npc3tabs ul.tabs{border-radius:30px;display:block;text-align:left}.npc3tabs ul.tabs li{display:block}ul.npc3s5Slider ul.slick-dots li{margin:0 5px;width:14px}.npc3FAQs .accordiaBox:before{width:50px}.npc3FAQs .accordiaBox{padding:0 0 0 60px}.npc3FAQs .accordion{font-size:16px;padding:20px 40px 20px 0}.npc3FAQs .accordion:before{right:10px}.npc3s18FAQs .accordion{font-size:16px}.npc3s18Form{padding:30px 15px 15px}.npc3s18FormTitle{font-size:20px;padding-bottom:20px}ul.hp12s9List li{width:calc(50% - 20px)}}@media(max-width:479px){.nWhyusWraper:before{height:1055px;background-repeat:repeat-y}.homeProductSection{background-size:1100px}.bannerHeading{font-size:28px!important}.nproductTab ul.tabs li{display:block}.resourceWraper{padding:35px 0 35px 15px!important}.nWhyusTitle{font-size:18px}.nlpBannerSection h1{padding:40px 0 20px!important;font-size:32px!important;font-weight:500!important}.nlpWraper .nlpCircleList ul li{padding:0 0 10px 30px;font-size:18px;line-height:26px}.nlpContactForm{padding:20px 10px}.nlpContactFormTitle{font-size:28px;line-height:36px;padding-bottom:10px!important}.nlpBannerSection:before{display:none}.post-content .nlpWraper h1,.post-content .nlpWraper h2{font-size:38px!important}.nlpCurvedSection{padding:25px 0}.nlpTabs ul.tabs li{display:block}.chapterGuide{padding:10px}.chapterGuide li{padding-left:25px}.bannerBox{height:260px}.lp2BannerHeading{font-size:40px;line-height:58px}.lp2BannerSubheading{font-size:22px;line-height:26px}.gallery-item{max-width:100%!important}.pc3s5Btns a.commonBtn{margin:5px 0;width:100%}.bannerText{display:none}.pc3s5ProductImg{width:100%}.tabsWrapper ul.tabs li{display:block;margin:0 0 10px}.hp2s6Content{padding:50px 30px 0}.hp2s7Box{padding:20px}.hp2s7Text{padding:0 0 20px}.hp2s7Box h2{font-size:22px;margin-bottom:10px!important}.hp2Form input[type=text],.hp2Form input[type=email],.hp2Form textarea{margin-bottom:10px;padding:15px}.hp2Form textarea{min-height:150px}.hp2FAQs .accordion{font-size:16px;padding:10px 50px 10px 35px}.hp2FAQs .panel{padding:10px 50px 0 35px}.hp2Section9 h2{font-size:24px;padding-right:10px}.hp2s8Link a{font-size:16px}.hp2s8Title{font-size:18px;margin:0 0 30px;min-height:auto}.pc3Banner .bannerContent{max-width:320px}.bannerBtn{padding-top:0}.npc3Banner .bannerContent2{max-width:320px}.npc3s11Btns{text-align:center}.npc3s11Content a.commonBtn{display:block}a.supportBtn{margin:15px 0 0;display:inline-block}ul.npc3s1SliderPager{width:65px}ul.npc3s1SliderPager li{margin-bottom:5px}.npc3s1Slider{margin:0 0 0 10px!important;width:calc(100% - 75px)}.npc3s7Content{padding:0 0 0 15px}.npc3Banner .bannerBtn{display:block}.npc3s11Img{width:100%}#contactPopUpForm .quickQuoteTitle{font-size:20px}#contactPopUpForm .quickQuote{padding:15px;border:none;max-width:290px}ul.hp12s9List li{width:calc(100% - 20px)}ul.pc6s5Slider ul.slick-dots li,ul.wus1Slider ul.slick-dots li{width:10px}}
