@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Kanit:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&display=swap');

:root {
    --font-headline:"Libre Baskerville", serif;
    --font-body:"Kanit", sans-serif;
    --color-primary:rgb(134, 191, 26, .85);
    --color-secondary:#193474;
    --color-tertiary:rgb(32, 138, 189) ;
    --color-dark-shade:#1f1f1f;
    --color-light-shade:#e6e6e6;
}


/*! ---------------------------------------------------------
	
	* VARIABLES
	
------------------------------------------------------------*/@-webkit-keyframes fade-in{from{opacity:0}to{opacity:1}}@keyframes fade-in{from{opacity:0}to{opacity:1}}@-webkit-keyframes fade-in-top{from{opacity:0;-webkit-transform:translateY(-100%);transform:translateY(-100%)}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes fade-in-top{from{opacity:0;-webkit-transform:translateY(-100%);transform:translateY(-100%)}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@-webkit-keyframes slide-in-bottom{from{opacity:0;-webkit-transform:translateY(10%);transform:translateY(10%)}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes slide-in-bottom{from{opacity:0;-webkit-transform:translateY(10%);transform:translateY(10%)}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}/*! ---------------------------------------------------------
	
	* BASE
	
------------------------------------------------------------*/*,:after,:before{box-sizing:border-box}body,html{height:100%;margin:0;padding:0;font-family:sans-serif;font-size:16px;background-color:#fff}@media screen and (max-width:992px){body,html{font-size:15px}}@media screen and (max-width:768px){body,html{font-size:14px}}@media screen and (max-width:576px){body,html{font-size:13px}}body{position:relative;height:100%;font-weight:200;line-height:1.5;color:#000;overflow-x:hidden;-webkit-font-smoothing:antialiased}body>form{overflow-x:hidden}h1{font-size:48px;font-size:3rem;line-height:1.08333;margin:0 0 .01563em 0}.content-area h2{margin-top:3rem}h2{font-size:38px;font-size:2.375rem;line-height:1.26316;margin:0 0 .01974em 0}h3{font-size:26px;font-size:1.625rem;line-height:1.38462;margin:0 0 .02885em 0}h4{font-size:22px;font-size:1.375rem;line-height:1.27273;margin:0 0 .03409em 0}h5{font-size:18px;font-size:1.125rem;line-height:1.33333;margin:0 0 .04167em 0}p{margin:0 0 1.5rem}blockquote,ol,pre,table,ul{margin-bottom:1.5rem}@media screen and (min-width:1200px){.container{max-width:1200px!important}}ol ol,ol ul,ul ol,ul ul{margin:0}b,code,em,small,strong{line-height:1}sub,sup{vertical-align:baseline;position:relative;top:-.4em}sub{top:.4em}main div.container{margin-bottom:0!important}b,strong{font-weight:700}a{color:#00f;text-decoration:none;-webkit-transition:.25s ease-in-out all;transition:.25s ease-in-out all}a:hover{color:#0000e6;text-decoration:none}hr{display:block;height:1px;width:25%;border:0;border-top:1px solid #fff;margin-top:1.5rem;margin-bottom:1.5rem;padding:0}pre{background:#e6e6e6;padding:10px 15px}.content-area h2{margin:3rem 0 2rem}.content-area h3{margin:2rem 0 1rem}.content-area img{max-width:100%;height:auto}/*! ---------------------------------------------------------
	
	* Filename:			  bootsrap.scss
	* Description: 		Imports bootstrap styles from node_modules
	
------------------------------------------------------------ */html{box-sizing:border-box;-ms-overflow-style:scrollbar}*,::after,::before{box-sizing:inherit}.container{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media (min-width:1200px){.container{max-width:1140px}}.container-fluid{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}.row{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}.no-gutters{margin-right:0;margin-left:0}.no-gutters>.col,.no-gutters>[class*=col-]{padding-right:0;padding-left:0}.col,.col-1,.col-10,.col-11,.col-12,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-auto,.col-lg,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.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-auto,.col-md,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.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-auto,.col-sm,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.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-auto,.col-xl,.col-xl-1,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-auto{position:relative;width:100%;padding-right:15px;padding-left:15px}.col{-webkit-flex-basis:0;-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-auto{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-1{-webkit-box-flex:0;-webkit-flex:0 0 8.33333%;-ms-flex:0 0 8.33333%;flex:0 0 8.33333%;max-width:8.33333%}.col-2{-webkit-box-flex:0;-webkit-flex:0 0 16.66667%;-ms-flex:0 0 16.66667%;flex:0 0 16.66667%;max-width:16.66667%}.col-3{-webkit-box-flex:0;-webkit-flex:0 0 25%;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-4{-webkit-box-flex:0;-webkit-flex:0 0 33.33333%;-ms-flex:0 0 33.33333%;flex:0 0 33.33333%;max-width:33.33333%}.col-5{-webkit-box-flex:0;-webkit-flex:0 0 41.66667%;-ms-flex:0 0 41.66667%;flex:0 0 41.66667%;max-width:41.66667%}.col-6{-webkit-box-flex:0;-webkit-flex:0 0 50%;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-7{-webkit-box-flex:0;-webkit-flex:0 0 58.33333%;-ms-flex:0 0 58.33333%;flex:0 0 58.33333%;max-width:58.33333%}.col-8{-webkit-box-flex:0;-webkit-flex:0 0 66.66667%;-ms-flex:0 0 66.66667%;flex:0 0 66.66667%;max-width:66.66667%}.col-9{-webkit-box-flex:0;-webkit-flex:0 0 75%;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-10{-webkit-box-flex:0;-webkit-flex:0 0 83.33333%;-ms-flex:0 0 83.33333%;flex:0 0 83.33333%;max-width:83.33333%}.col-11{-webkit-box-flex:0;-webkit-flex:0 0 91.66667%;-ms-flex:0 0 91.66667%;flex:0 0 91.66667%;max-width:91.66667%}.col-12{-webkit-box-flex:0;-webkit-flex:0 0 100%;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-first{-webkit-box-ordinal-group:0;-webkit-order:-1;-ms-flex-order:-1;order:-1}.order-last{-webkit-box-ordinal-group:14;-webkit-order:13;-ms-flex-order:13;order:13}.order-0{-webkit-box-ordinal-group:1;-webkit-order:0;-ms-flex-order:0;order:0}.order-1{-webkit-box-ordinal-group:2;-webkit-order:1;-ms-flex-order:1;order:1}.order-2{-webkit-box-ordinal-group:3;-webkit-order:2;-ms-flex-order:2;order:2}.order-3{-webkit-box-ordinal-group:4;-webkit-order:3;-ms-flex-order:3;order:3}.order-4{-webkit-box-ordinal-group:5;-webkit-order:4;-ms-flex-order:4;order:4}.order-5{-webkit-box-ordinal-group:6;-webkit-order:5;-ms-flex-order:5;order:5}.order-6{-webkit-box-ordinal-group:7;-webkit-order:6;-ms-flex-order:6;order:6}.order-7{-webkit-box-ordinal-group:8;-webkit-order:7;-ms-flex-order:7;order:7}.order-8{-webkit-box-ordinal-group:9;-webkit-order:8;-ms-flex-order:8;order:8}.order-9{-webkit-box-ordinal-group:10;-webkit-order:9;-ms-flex-order:9;order:9}.order-10{-webkit-box-ordinal-group:11;-webkit-order:10;-ms-flex-order:10;order:10}.order-11{-webkit-box-ordinal-group:12;-webkit-order:11;-ms-flex-order:11;order:11}.order-12{-webkit-box-ordinal-group:13;-webkit-order:12;-ms-flex-order:12;order:12}.offset-1{margin-left:8.33333%}.offset-2{margin-left:16.66667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.33333%}.offset-5{margin-left:41.66667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.33333%}.offset-8{margin-left:66.66667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.33333%}.offset-11{margin-left:91.66667%}@media (min-width:576px){.col-sm{-webkit-flex-basis:0;-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-sm-auto{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-sm-1{-webkit-box-flex:0;-webkit-flex:0 0 8.33333%;-ms-flex:0 0 8.33333%;flex:0 0 8.33333%;max-width:8.33333%}.col-sm-2{-webkit-box-flex:0;-webkit-flex:0 0 16.66667%;-ms-flex:0 0 16.66667%;flex:0 0 16.66667%;max-width:16.66667%}.col-sm-3{-webkit-box-flex:0;-webkit-flex:0 0 25%;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-sm-4{-webkit-box-flex:0;-webkit-flex:0 0 33.33333%;-ms-flex:0 0 33.33333%;flex:0 0 33.33333%;max-width:33.33333%}.col-sm-5{-webkit-box-flex:0;-webkit-flex:0 0 41.66667%;-ms-flex:0 0 41.66667%;flex:0 0 41.66667%;max-width:41.66667%}.col-sm-6{-webkit-box-flex:0;-webkit-flex:0 0 50%;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-sm-7{-webkit-box-flex:0;-webkit-flex:0 0 58.33333%;-ms-flex:0 0 58.33333%;flex:0 0 58.33333%;max-width:58.33333%}.col-sm-8{-webkit-box-flex:0;-webkit-flex:0 0 66.66667%;-ms-flex:0 0 66.66667%;flex:0 0 66.66667%;max-width:66.66667%}.col-sm-9{-webkit-box-flex:0;-webkit-flex:0 0 75%;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-sm-10{-webkit-box-flex:0;-webkit-flex:0 0 83.33333%;-ms-flex:0 0 83.33333%;flex:0 0 83.33333%;max-width:83.33333%}.col-sm-11{-webkit-box-flex:0;-webkit-flex:0 0 91.66667%;-ms-flex:0 0 91.66667%;flex:0 0 91.66667%;max-width:91.66667%}.col-sm-12{-webkit-box-flex:0;-webkit-flex:0 0 100%;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-sm-first{-webkit-box-ordinal-group:0;-webkit-order:-1;-ms-flex-order:-1;order:-1}.order-sm-last{-webkit-box-ordinal-group:14;-webkit-order:13;-ms-flex-order:13;order:13}.order-sm-0{-webkit-box-ordinal-group:1;-webkit-order:0;-ms-flex-order:0;order:0}.order-sm-1{-webkit-box-ordinal-group:2;-webkit-order:1;-ms-flex-order:1;order:1}.order-sm-2{-webkit-box-ordinal-group:3;-webkit-order:2;-ms-flex-order:2;order:2}.order-sm-3{-webkit-box-ordinal-group:4;-webkit-order:3;-ms-flex-order:3;order:3}.order-sm-4{-webkit-box-ordinal-group:5;-webkit-order:4;-ms-flex-order:4;order:4}.order-sm-5{-webkit-box-ordinal-group:6;-webkit-order:5;-ms-flex-order:5;order:5}.order-sm-6{-webkit-box-ordinal-group:7;-webkit-order:6;-ms-flex-order:6;order:6}.order-sm-7{-webkit-box-ordinal-group:8;-webkit-order:7;-ms-flex-order:7;order:7}.order-sm-8{-webkit-box-ordinal-group:9;-webkit-order:8;-ms-flex-order:8;order:8}.order-sm-9{-webkit-box-ordinal-group:10;-webkit-order:9;-ms-flex-order:9;order:9}.order-sm-10{-webkit-box-ordinal-group:11;-webkit-order:10;-ms-flex-order:10;order:10}.order-sm-11{-webkit-box-ordinal-group:12;-webkit-order:11;-ms-flex-order:11;order:11}.order-sm-12{-webkit-box-ordinal-group:13;-webkit-order:12;-ms-flex-order:12;order:12}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.33333%}.offset-sm-2{margin-left:16.66667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.33333%}.offset-sm-5{margin-left:41.66667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.33333%}.offset-sm-8{margin-left:66.66667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.33333%}.offset-sm-11{margin-left:91.66667%}}@media (min-width:768px){.col-md{-webkit-flex-basis:0;-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-md-auto{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-md-1{-webkit-box-flex:0;-webkit-flex:0 0 8.33333%;-ms-flex:0 0 8.33333%;flex:0 0 8.33333%;max-width:8.33333%}.col-md-2{-webkit-box-flex:0;-webkit-flex:0 0 16.66667%;-ms-flex:0 0 16.66667%;flex:0 0 16.66667%;max-width:16.66667%}.col-md-3{-webkit-box-flex:0;-webkit-flex:0 0 25%;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-md-4{-webkit-box-flex:0;-webkit-flex:0 0 33.33333%;-ms-flex:0 0 33.33333%;flex:0 0 33.33333%;max-width:33.33333%}.col-md-5{-webkit-box-flex:0;-webkit-flex:0 0 41.66667%;-ms-flex:0 0 41.66667%;flex:0 0 41.66667%;max-width:41.66667%}.col-md-6{-webkit-box-flex:0;-webkit-flex:0 0 50%;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-md-7{-webkit-box-flex:0;-webkit-flex:0 0 58.33333%;-ms-flex:0 0 58.33333%;flex:0 0 58.33333%;max-width:58.33333%}.col-md-8{-webkit-box-flex:0;-webkit-flex:0 0 66.66667%;-ms-flex:0 0 66.66667%;flex:0 0 66.66667%;max-width:66.66667%}.col-md-9{-webkit-box-flex:0;-webkit-flex:0 0 75%;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-md-10{-webkit-box-flex:0;-webkit-flex:0 0 83.33333%;-ms-flex:0 0 83.33333%;flex:0 0 83.33333%;max-width:83.33333%}.col-md-11{-webkit-box-flex:0;-webkit-flex:0 0 91.66667%;-ms-flex:0 0 91.66667%;flex:0 0 91.66667%;max-width:91.66667%}.col-md-12{-webkit-box-flex:0;-webkit-flex:0 0 100%;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-md-first{-webkit-box-ordinal-group:0;-webkit-order:-1;-ms-flex-order:-1;order:-1}.order-md-last{-webkit-box-ordinal-group:14;-webkit-order:13;-ms-flex-order:13;order:13}.order-md-0{-webkit-box-ordinal-group:1;-webkit-order:0;-ms-flex-order:0;order:0}.order-md-1{-webkit-box-ordinal-group:2;-webkit-order:1;-ms-flex-order:1;order:1}.order-md-2{-webkit-box-ordinal-group:3;-webkit-order:2;-ms-flex-order:2;order:2}.order-md-3{-webkit-box-ordinal-group:4;-webkit-order:3;-ms-flex-order:3;order:3}.order-md-4{-webkit-box-ordinal-group:5;-webkit-order:4;-ms-flex-order:4;order:4}.order-md-5{-webkit-box-ordinal-group:6;-webkit-order:5;-ms-flex-order:5;order:5}.order-md-6{-webkit-box-ordinal-group:7;-webkit-order:6;-ms-flex-order:6;order:6}.order-md-7{-webkit-box-ordinal-group:8;-webkit-order:7;-ms-flex-order:7;order:7}.order-md-8{-webkit-box-ordinal-group:9;-webkit-order:8;-ms-flex-order:8;order:8}.order-md-9{-webkit-box-ordinal-group:10;-webkit-order:9;-ms-flex-order:9;order:9}.order-md-10{-webkit-box-ordinal-group:11;-webkit-order:10;-ms-flex-order:10;order:10}.order-md-11{-webkit-box-ordinal-group:12;-webkit-order:11;-ms-flex-order:11;order:11}.order-md-12{-webkit-box-ordinal-group:13;-webkit-order:12;-ms-flex-order:12;order:12}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.33333%}.offset-md-2{margin-left:16.66667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.33333%}.offset-md-5{margin-left:41.66667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.33333%}.offset-md-8{margin-left:66.66667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.33333%}.offset-md-11{margin-left:91.66667%}}@media (min-width:992px){.col-lg{-webkit-flex-basis:0;-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-lg-auto{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-lg-1{-webkit-box-flex:0;-webkit-flex:0 0 8.33333%;-ms-flex:0 0 8.33333%;flex:0 0 8.33333%;max-width:8.33333%}.col-lg-2{-webkit-box-flex:0;-webkit-flex:0 0 16.66667%;-ms-flex:0 0 16.66667%;flex:0 0 16.66667%;max-width:16.66667%}.col-lg-3{-webkit-box-flex:0;-webkit-flex:0 0 25%;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-lg-4{-webkit-box-flex:0;-webkit-flex:0 0 33.33333%;-ms-flex:0 0 33.33333%;flex:0 0 33.33333%;max-width:33.33333%}.col-lg-5{-webkit-box-flex:0;-webkit-flex:0 0 41.66667%;-ms-flex:0 0 41.66667%;flex:0 0 41.66667%;max-width:41.66667%}.col-lg-6{-webkit-box-flex:0;-webkit-flex:0 0 50%;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-lg-7{-webkit-box-flex:0;-webkit-flex:0 0 58.33333%;-ms-flex:0 0 58.33333%;flex:0 0 58.33333%;max-width:58.33333%}.col-lg-8{-webkit-box-flex:0;-webkit-flex:0 0 66.66667%;-ms-flex:0 0 66.66667%;flex:0 0 66.66667%;max-width:66.66667%}.col-lg-9{-webkit-box-flex:0;-webkit-flex:0 0 75%;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-lg-10{-webkit-box-flex:0;-webkit-flex:0 0 83.33333%;-ms-flex:0 0 83.33333%;flex:0 0 83.33333%;max-width:83.33333%}.col-lg-11{-webkit-box-flex:0;-webkit-flex:0 0 91.66667%;-ms-flex:0 0 91.66667%;flex:0 0 91.66667%;max-width:91.66667%}.col-lg-12{-webkit-box-flex:0;-webkit-flex:0 0 100%;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-lg-first{-webkit-box-ordinal-group:0;-webkit-order:-1;-ms-flex-order:-1;order:-1}.order-lg-last{-webkit-box-ordinal-group:14;-webkit-order:13;-ms-flex-order:13;order:13}.order-lg-0{-webkit-box-ordinal-group:1;-webkit-order:0;-ms-flex-order:0;order:0}.order-lg-1{-webkit-box-ordinal-group:2;-webkit-order:1;-ms-flex-order:1;order:1}.order-lg-2{-webkit-box-ordinal-group:3;-webkit-order:2;-ms-flex-order:2;order:2}.order-lg-3{-webkit-box-ordinal-group:4;-webkit-order:3;-ms-flex-order:3;order:3}.order-lg-4{-webkit-box-ordinal-group:5;-webkit-order:4;-ms-flex-order:4;order:4}.order-lg-5{-webkit-box-ordinal-group:6;-webkit-order:5;-ms-flex-order:5;order:5}.order-lg-6{-webkit-box-ordinal-group:7;-webkit-order:6;-ms-flex-order:6;order:6}.order-lg-7{-webkit-box-ordinal-group:8;-webkit-order:7;-ms-flex-order:7;order:7}.order-lg-8{-webkit-box-ordinal-group:9;-webkit-order:8;-ms-flex-order:8;order:8}.order-lg-9{-webkit-box-ordinal-group:10;-webkit-order:9;-ms-flex-order:9;order:9}.order-lg-10{-webkit-box-ordinal-group:11;-webkit-order:10;-ms-flex-order:10;order:10}.order-lg-11{-webkit-box-ordinal-group:12;-webkit-order:11;-ms-flex-order:11;order:11}.order-lg-12{-webkit-box-ordinal-group:13;-webkit-order:12;-ms-flex-order:12;order:12}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.33333%}.offset-lg-2{margin-left:16.66667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.33333%}.offset-lg-5{margin-left:41.66667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.33333%}.offset-lg-8{margin-left:66.66667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.33333%}.offset-lg-11{margin-left:91.66667%}}@media (min-width:1200px){.col-xl{-webkit-flex-basis:0;-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-xl-auto{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-xl-1{-webkit-box-flex:0;-webkit-flex:0 0 8.33333%;-ms-flex:0 0 8.33333%;flex:0 0 8.33333%;max-width:8.33333%}.col-xl-2{-webkit-box-flex:0;-webkit-flex:0 0 16.66667%;-ms-flex:0 0 16.66667%;flex:0 0 16.66667%;max-width:16.66667%}.col-xl-3{-webkit-box-flex:0;-webkit-flex:0 0 25%;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-xl-4{-webkit-box-flex:0;-webkit-flex:0 0 33.33333%;-ms-flex:0 0 33.33333%;flex:0 0 33.33333%;max-width:33.33333%}.col-xl-5{-webkit-box-flex:0;-webkit-flex:0 0 41.66667%;-ms-flex:0 0 41.66667%;flex:0 0 41.66667%;max-width:41.66667%}.col-xl-6{-webkit-box-flex:0;-webkit-flex:0 0 50%;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-xl-7{-webkit-box-flex:0;-webkit-flex:0 0 58.33333%;-ms-flex:0 0 58.33333%;flex:0 0 58.33333%;max-width:58.33333%}.col-xl-8{-webkit-box-flex:0;-webkit-flex:0 0 66.66667%;-ms-flex:0 0 66.66667%;flex:0 0 66.66667%;max-width:66.66667%}.col-xl-9{-webkit-box-flex:0;-webkit-flex:0 0 75%;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-xl-10{-webkit-box-flex:0;-webkit-flex:0 0 83.33333%;-ms-flex:0 0 83.33333%;flex:0 0 83.33333%;max-width:83.33333%}.col-xl-11{-webkit-box-flex:0;-webkit-flex:0 0 91.66667%;-ms-flex:0 0 91.66667%;flex:0 0 91.66667%;max-width:91.66667%}.col-xl-12{-webkit-box-flex:0;-webkit-flex:0 0 100%;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-xl-first{-webkit-box-ordinal-group:0;-webkit-order:-1;-ms-flex-order:-1;order:-1}.order-xl-last{-webkit-box-ordinal-group:14;-webkit-order:13;-ms-flex-order:13;order:13}.order-xl-0{-webkit-box-ordinal-group:1;-webkit-order:0;-ms-flex-order:0;order:0}.order-xl-1{-webkit-box-ordinal-group:2;-webkit-order:1;-ms-flex-order:1;order:1}.order-xl-2{-webkit-box-ordinal-group:3;-webkit-order:2;-ms-flex-order:2;order:2}.order-xl-3{-webkit-box-ordinal-group:4;-webkit-order:3;-ms-flex-order:3;order:3}.order-xl-4{-webkit-box-ordinal-group:5;-webkit-order:4;-ms-flex-order:4;order:4}.order-xl-5{-webkit-box-ordinal-group:6;-webkit-order:5;-ms-flex-order:5;order:5}.order-xl-6{-webkit-box-ordinal-group:7;-webkit-order:6;-ms-flex-order:6;order:6}.order-xl-7{-webkit-box-ordinal-group:8;-webkit-order:7;-ms-flex-order:7;order:7}.order-xl-8{-webkit-box-ordinal-group:9;-webkit-order:8;-ms-flex-order:8;order:8}.order-xl-9{-webkit-box-ordinal-group:10;-webkit-order:9;-ms-flex-order:9;order:9}.order-xl-10{-webkit-box-ordinal-group:11;-webkit-order:10;-ms-flex-order:10;order:10}.order-xl-11{-webkit-box-ordinal-group:12;-webkit-order:11;-ms-flex-order:11;order:11}.order-xl-12{-webkit-box-ordinal-group:13;-webkit-order:12;-ms-flex-order:12;order:12}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.33333%}.offset-xl-2{margin-left:16.66667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.33333%}.offset-xl-5{margin-left:41.66667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.33333%}.offset-xl-8{margin-left:66.66667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.33333%}.offset-xl-11{margin-left:91.66667%}}.d-none{display:none!important}.d-inline{display:inline!important}.d-inline-block{display:inline-block!important}.d-block{display:block!important}.d-table{display:table!important}.d-table-row{display:table-row!important}.d-table-cell{display:table-cell!important}.d-flex{display:-webkit-box!important;display:-webkit-flex!important;display:-ms-flexbox!important;display:flex!important}.d-inline-flex{display:-webkit-inline-box!important;display:-webkit-inline-flex!important;display:-ms-inline-flexbox!important;display:inline-flex!important}@media (min-width:576px){.d-sm-none{display:none!important}.d-sm-inline{display:inline!important}.d-sm-inline-block{display:inline-block!important}.d-sm-block{display:block!important}.d-sm-table{display:table!important}.d-sm-table-row{display:table-row!important}.d-sm-table-cell{display:table-cell!important}.d-sm-flex{display:-webkit-box!important;display:-webkit-flex!important;display:-ms-flexbox!important;display:flex!important}.d-sm-inline-flex{display:-webkit-inline-box!important;display:-webkit-inline-flex!important;display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:768px){.d-md-none{display:none!important}.d-md-inline{display:inline!important}.d-md-inline-block{display:inline-block!important}.d-md-block{display:block!important}.d-md-table{display:table!important}.d-md-table-row{display:table-row!important}.d-md-table-cell{display:table-cell!important}.d-md-flex{display:-webkit-box!important;display:-webkit-flex!important;display:-ms-flexbox!important;display:flex!important}.d-md-inline-flex{display:-webkit-inline-box!important;display:-webkit-inline-flex!important;display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:992px){.d-lg-none{display:none!important}.d-lg-inline{display:inline!important}.d-lg-inline-block{display:inline-block!important}.d-lg-block{display:block!important}.d-lg-table{display:table!important}.d-lg-table-row{display:table-row!important}.d-lg-table-cell{display:table-cell!important}.d-lg-flex{display:-webkit-box!important;display:-webkit-flex!important;display:-ms-flexbox!important;display:flex!important}.d-lg-inline-flex{display:-webkit-inline-box!important;display:-webkit-inline-flex!important;display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:1200px){.d-xl-none{display:none!important}.d-xl-inline{display:inline!important}.d-xl-inline-block{display:inline-block!important}.d-xl-block{display:block!important}.d-xl-table{display:table!important}.d-xl-table-row{display:table-row!important}.d-xl-table-cell{display:table-cell!important}.d-xl-flex{display:-webkit-box!important;display:-webkit-flex!important;display:-ms-flexbox!important;display:flex!important}.d-xl-inline-flex{display:-webkit-inline-box!important;display:-webkit-inline-flex!important;display:-ms-inline-flexbox!important;display:inline-flex!important}}@media print{.d-print-none{display:none!important}.d-print-inline{display:inline!important}.d-print-inline-block{display:inline-block!important}.d-print-block{display:block!important}.d-print-table{display:table!important}.d-print-table-row{display:table-row!important}.d-print-table-cell{display:table-cell!important}.d-print-flex{display:-webkit-box!important;display:-webkit-flex!important;display:-ms-flexbox!important;display:flex!important}.d-print-inline-flex{display:-webkit-inline-box!important;display:-webkit-inline-flex!important;display:-ms-inline-flexbox!important;display:inline-flex!important}}.container-fluid{padding-left:0;padding-right:0}@media screen and (min-width:575px) and (max-width:991px){.container{max-width:100%}}/*!
 * Font Awesome Pro 5.15.4 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */.fa,.fab,.fad,.fal,.far,.fas{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1}.fa-lg{font-size:1.33333em;line-height:.75em;vertical-align:-.0667em}.fa-xs{font-size:.75em}.fa-sm{font-size:.875em}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:2.5em;padding-left:0}.fa-ul>li{position:relative}.fa-li{left:-2em;position:absolute;text-align:center;width:2em;line-height:inherit}.fa-border{border:.08em solid #eee;border-radius:.1em;padding:.2em .25em .15em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left,.fab.fa-pull-left,.fal.fa-pull-left,.far.fa-pull-left,.fas.fa-pull-left{margin-right:.3em}.fa.fa-pull-right,.fab.fa-pull-right,.fal.fa-pull-right,.far.fa-pull-right,.fas.fa-pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s linear infinite;animation:fa-spin 2s linear infinite}.fa-pulse{-webkit-animation:fa-spin 1s steps(8) infinite;animation:fa-spin 1s steps(8) infinite}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scaleX(-1);transform:scaleX(-1)}.fa-flip-vertical{-webkit-transform:scaleY(-1);transform:scaleY(-1)}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical,.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{-webkit-transform:scale(-1);transform:scale(-1)}:root .fa-flip-both,:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270{-webkit-filter:none;filter:none}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2.5em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-angle-right:before{content:"\f105"}.fa-bars:before{content:"\f0c9"}.fa-circle:before{content:"\f111"}.fa-envelope:before{content:"\f0e0"}.fa-facebook-f:before{content:"\f39e"}.fa-google:before{content:"\f1a0"}.fa-instagram:before{content:"\f16d"}.fa-linkedin-in:before{content:"\f0e1"}.fa-map-marker-alt:before{content:"\f3c5"}.fa-phone-alt:before{content:"\f879"}.fa-search:before{content:"\f002"}.fa-times:before{content:"\f00d"}.fa-triangle:before{content:"\f2ec"}.sr-only{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.sr-only-focusable:active,.sr-only-focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto}@font-face{font-family:"Font Awesome 5 Brands";font-style:normal;font-weight:400;font-display:block;src:url(../webfonts/fa-brands-400.eot);src:url(../webfonts/fa-brands-400.eot?#iefix) format("embedded-opentype"),url(../webfonts/fa-brands-400.woff2) format("woff2"),url(../webfonts/fa-brands-400.woff) format("woff"),url(../webfonts/fa-brands-400.ttf) format("truetype"),url(../webfonts/fa-brands-400.svg#fontawesome) format("svg")}.fab{font-family:"Font Awesome 5 Brands"}@font-face{font-family:"Font Awesome 5 Pro";font-style:normal;font-weight:400;font-display:block;src:url(../webfonts/fa-regular-400.eot);src:url(../webfonts/fa-regular-400.eot?#iefix) format("embedded-opentype"),url(../webfonts/fa-regular-400.woff2) format("woff2"),url(../webfonts/fa-regular-400.woff) format("woff"),url(../webfonts/fa-regular-400.ttf) format("truetype"),url(../webfonts/fa-regular-400.svg#fontawesome) format("svg")}.fab,.far{font-weight:400}@font-face{font-family:"Font Awesome 5 Pro";font-style:normal;font-weight:900;font-display:block;src:url(../webfonts/fa-solid-900.eot);src:url(../webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"),url(../webfonts/fa-solid-900.woff2) format("woff2"),url(../webfonts/fa-solid-900.woff) format("woff"),url(../webfonts/fa-solid-900.ttf) format("truetype"),url(../webfonts/fa-solid-900.svg#fontawesome) format("svg")}.fa,.far,.fas{font-family:"Font Awesome 5 Pro"}.fa,.fas{font-weight:900}/*! ---------------------------------------------------------
	
	* COMPONENTS
	
------------------------------------------------------------*/.banner-image{position:absolute;z-index:0;top:0;left:0;width:100%;height:100%}.banner-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;font-family:'object-fit: cover; object-position: center;'}.button{position:relative;display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;color:#4d4d4d;text-transform:uppercase;font-size:13px;font-weight:700;border:none}.button.button--primary{background:#00abd8;color:#fff}.button.button--secondary{background:#9e2065;color:#fff}.footer{background:#d3d3d3}.footer .footer-column{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}@media screen and (max-width:991px){.footer .footer-column{-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;text-align:center}}.footer .footer-column .list{padding-left:1.2rem}.footer .footer-column .list.list--inline li{display:inline-block}.footer .footer-column .list.list--col-2{-webkit-columns:2;-moz-columns:2;columns:2}.footer .footer-column .list.list--col-3{-webkit-columns:3;-moz-columns:3;columns:3}.footer .footer-column .logo img{max-width:100%}.footer .footer-column .address{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start}.footer .footer-row{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}@media screen and (max-width:991px){.footer .footer-row{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}}.footer-copyright-bar{padding:1rem 0;background:#56565b}.footer-copyright-bar .col-12{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}@media screen and (max-width:767px){.footer-copyright-bar .col-12{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}}.footer-copyright-bar .col-12 .left,.footer-copyright-bar .col-12 .right{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.footer-copyright-bar .col-12 ul{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;margin:0;padding:0;list-style:none}.footer-copyright-bar .col-12 ul li{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;text-align:center;color:#fff}.footer-copyright-bar .col-12 ul li a,.footer-copyright-bar .col-12 ul li span{color:#fff;-webkit-transition:all .15s ease;transition:all .15s ease}.footer-copyright-bar .col-12 ul li a:hover{color:rgba(255,255,255,.7)}.footer-copyright-bar .col-12 ul.social li{margin:0 .25rem}.footer-copyright-bar .col-12 ul.social li:last-of-type{margin-right:0}.footer-copyright-bar .col-12 ul.links li{margin:0 .25rem}.footer-copyright-bar .col-12 ul.links li:last-of-type{margin-right:0}.footer-copyright-bar .col-12 ul.powered li{margin:0 .25rem}@media screen and (max-width:1199px){.grid.grid-1x3-b .cards .card:nth-of-type(1) .action{left:-1rem}.grid.grid-1x3-b .cards .card:nth-of-type(2) .action{right:-1rem}.grid.grid-1x3-b .cards .card:nth-of-type(3) .action{right:-1rem}}@media screen and (max-width:767px){.grid.grid-1x3-b .cards{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.grid.grid-1x3-b .cards .card{width:100%;padding-top:55%}.grid.grid-1x3-b .cards .card:nth-of-type(2){margin:2rem 0}.grid.grid-1x3-b .cards .card .action{background:#5a5a5a}.grid.grid-1x3-b .cards .card .action span{opacity:1;max-height:100px;margin-top:2rem}}@media screen and (max-width:575px){.grid.grid-1x3-b .cards .card{padding-top:65%}.grid.grid-1x3-b .cards .card .action{top:50%!important;width:160px;height:160px;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.grid.grid-1x3-b .cards .card:nth-of-type(3){background-position:100% 22%}}.header{z-index:100;box-sizing:border-box}.header.is-sticky.notification-banner.notification-banner--relative{top:0!important}.menu.menu--desktop ul{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.menu.menu--desktop ul li[data-depth="0"]{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.menu.menu--desktop ul li[data-depth="0"] a{color:#fff}.menu.menu--desktop ul li[data-depth="0"].parent:hover ul[data-depth="0"]{display:block;-webkit-animation:slide-in-bottom .3s ease-in-out forwards;animation:slide-in-bottom .3s ease-in-out forwards}.menu.menu--desktop ul li[data-depth="0"] .icon{margin-left:4px;font-size:inherit}.menu.menu--desktop ul li[data-depth="0"] ul[data-depth="0"]{display:none;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;position:absolute;z-index:10;top:100%;left:0;width:240px;-webkit-transform:translateY(100%);-ms-transform:translateY(100%);transform:translateY(100%);background:#fff;padding:0}.menu.menu--desktop ul li[data-depth="0"] ul[data-depth="0"].active{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.menu.menu--desktop ul li[data-depth="0"] ul[data-depth="0"].display-left{right:0;left:initial}.menu.menu--desktop ul li[data-depth="0"] ul[data-depth="0"] li{position:relative;margin:0}.menu.menu--desktop ul li[data-depth="0"] ul[data-depth="0"] li:hover ul[data-depth="1"]{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-animation:slide-in-bottom .3s ease-in-out forwards;animation:slide-in-bottom .3s ease-in-out forwards}.menu.menu--desktop ul li[data-depth="0"] ul[data-depth="0"] li ul[data-depth="1"]{display:none;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;position:absolute;top:0;right:-100%;width:100%;background:#fff}.menu.menu--desktop ul li[data-depth="0"] ul[data-depth="0"] li ul[data-depth="1"].display-left{right:initial;left:-100%}.menu.menu--desktop ul li[data-depth="1"] a{color:#000}.menu.menu--desktop ul li:last-of-type ul{right:0;left:initial}.menu.menu--mobile{position:fixed;z-index:100;top:0;right:0;height:100%;width:280px;padding:10px;background:#fff;-webkit-transform:translateX(101%);-ms-transform:translateX(101%);transform:translateX(101%);-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;box-shadow:-6px 0 12px rgba(0,0,0,.05);overflow-y:scroll}.menu.menu--mobile.active{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}.menu.menu--mobile ul{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;padding:0}.menu.menu--mobile ul li{position:relative;margin:0}.menu.menu--mobile ul li a{font-size:.9375rem;}.menu.menu--mobile ul li .icon{position:absolute;top:2px;right:10px;width:30px;height:30px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;cursor:pointer;font-size:1.5rem;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.menu.menu--mobile ul li .icon.active{-webkit-transform:rotateZ(90deg);-ms-transform:rotate(90deg);transform:rotateZ(90deg)}.menu.menu--mobile ul li ul{opacity:0;max-height:0;overflow:hidden;position:relative;bottom:unset;left:unset;width:100%;padding-left:1rem;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);border:none;box-shadow:none;-webkit-transition:all .3s linear;transition:all .3s linear}.menu.menu--mobile ul li ul li a { padding:5px; }.menu.menu--mobile ul li ul.active{opacity:1}.menu ul{margin:0;padding:0;list-style:none}.menu ul li{position:relative;margin:0 5px}.menu ul li a{display:block;padding:10px;color:#282828;font-size:.875rem;font-weight:700}.mobile__toggle{text-align:right;font-size:1.5rem;cursor:pointer}.mobile__toggle.mobile__toggle--mobile{padding:20px 20px 0 0;margin-bottom:20px}.mobile__toggle.mobile__toggle--mobile .far { font-size:30px; }body.dnnEditState .notification-banner{position:relative!important}.notification-banner{opacity:0;-webkit-transform:translateY(-100%);-ms-transform:translateY(-100%);transform:translateY(-100%);position:relative;background:grey;padding:1.5rem 0;color:#fff;text-align:center;-webkit-animation:slide-in-bottom .6s ease-in-out 1s forwards;animation:slide-in-bottom .6s ease-in-out 1s forwards}@media screen and (max-width:767px){.notification-banner{padding-top:2.5rem}}.notification-banner.notification-banner--top[data-sticky=true]{position:fixed;z-index:100;top:0;left:0;width:100%}.notification-banner.notification-banner--bottom[data-sticky]{position:fixed;z-index:100;bottom:0;left:0;width:100%}.notification-banner [data-banner-close]{position:absolute;top:1rem;right:1rem}.notification-banner p:last-of-type{margin-bottom:0}.inner-banner{position:relative;height:500px;background-position:center;background-size:cover;background-repeat:no-repeat}.inner-banner .container,.inner-banner .container>.row{height:100%}@media screen and (max-width:767px){.inner-banner{height:400px}}.uvp{margin:0 0 1.5rem 0;padding:1rem;background:#f0f0f0;list-style:none}.uvp li{font-weight:700;font-size:1.5rem;line-height:1;color:#349df3}.uvp li span{color:#000;font-size:1rem}.two-columns{-webkit-columns:2;-moz-columns:2;columns:2}.three-columns{-webkit-columns:3;-moz-columns:3;columns:3}.four-columns{-webkit-columns:4;-moz-columns:4;columns:4}address{font-style:normal}/*! ---------------------------------------------------------
	
	* Filename:			  back-to-top.scss
	* Description: 		Sets styles for back-to-top button
	
------------------------------------------------------------*/.back-to-top{position:fixed;z-index:20;bottom:30px;right:30px;background:0 0;border:none;outline:0!important;opacity:0;pointer-events:none;-webkit-transition:all .5s ease;transition:all .5s ease}.back-to-top.is-active{pointer-events:initial;opacity:1}.back-to-top i{font-size:2.5rem;cursor:pointer}/*! ---------------------------------------------------------
	
	* CLEAN ACCORDION
	
------------------------------------------------------------*/[data-accordion-group] [data-accordion] [data-content]{max-height:0;overflow:hidden;-webkit-transition:max-height 350ms ease;transition:max-height 350ms ease}[data-accordion-group]{margin-bottom:1.5rem}[data-accordion-group] [data-accordion]{margin-bottom:0px}[data-accordion-group] [data-accordion]:last-of-type{margin:0}[data-accordion] [data-control]{-webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out;position:relative;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;cursor:pointer;background:grey;color:#fff}[data-accordion] [data-control]::before{margin-right:.5rem;content:'\f054';font-family:'Font Awesome 5 Pro';font-weight:500;-webkit-transition:all .15s ease;transition:all .15s ease}[data-accordion].open>[data-control]::before{-webkit-transform:rotateZ(90deg);-ms-transform:rotate(90deg);transform:rotateZ(90deg)}[data-accordion-group].read-more{margin-bottom:1.5rem}[data-accordion-group].read-more>[data-accordion]>[data-control]{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;max-width:200px;margin:0 auto;text-align:center}[data-accordion-group].read-more>[data-accordion]>[data-control]::before{display:none}[data-accordion] [data-control] .fas { margin-right:10px; transform:rotate(90deg); -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; } [data-accordion] [data-control]:hover .fas { transform:rotate(180deg); }/*! ---------------------------------------------------------
	
	* CLEAN BACKGROUND VIDEO
	
------------------------------------------------------------*/body[data-background-video]{height:100vh;margin:0}.clean-background-video{height:500px}[data-background-video]{position:relative;width:100%;background-size:cover;background-repeat:no-repeat;overflow:hidden}[data-background-video] video{position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);min-width:auto;min-height:auto;width:100%;height:auto;opacity:0;-webkit-transition:opacity .5s ease;transition:opacity .5s ease}[data-background-video] video.background-video-loaded{opacity:1}@media screen and (max-width:767px){[data-background-video] video,body[data-background-video] video{display:none}}/*! ---------------------------------------------------------
	
	* CLEAN TABS
	
------------------------------------------------------------*/[data-tab-group]{margin-bottom:5rem;background:#f5f5f5}@media screen and (max-width:767px){[data-tab-group]{display:none}}[data-tab-group] ul{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;width:100%;margin:0;padding:0;list-style:none}[data-tab-group] [data-button].open{background:red}[data-tab-group] [data-content]{display:none}[data-tab-group] [data-content].open{display:block}[data-accordion-tab-group]{display:none}@media screen and (max-width:767px){[data-accordion-tab-group]{display:block}}[data-accordion-tab-group] [data-accordion] [data-content]{max-height:0;overflow:hidden;-webkit-transition:max-height 350ms ease;transition:max-height 350ms ease}[data-accordion-tab-group] [data-accordion] [data-content] .wrapper>:first-of-type{margin-top:0}[data-accordion-tab-group] [data-accordion] [data-content] .wrapper>:last-of-type{margin-bottom:0}/*! ---------------------------------------------------------
	
	* FLICKITY
	
------------------------------------------------------------*/.flickity-enabled{position:relative}.flickity-enabled:focus{outline:0}.flickity-viewport{overflow:hidden;position:relative;height:100%}.flickity-slider{position:absolute;width:100%;height:100%}.flickity-enabled.is-draggable{-webkit-tap-highlight-color:transparent;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.flickity-enabled.is-draggable .flickity-viewport{cursor:move;cursor:-webkit-grab;cursor:grab}.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down{cursor:-webkit-grabbing;cursor:grabbing}.flickity-button{position:absolute;background:rgba(255,255,255,.75);border:none;color:#333}.flickity-button:hover{background:#fff;cursor:pointer}.flickity-button:focus{outline:0;box-shadow:0 0 0 5px #19f}.flickity-button:active{opacity:.6}.flickity-button:disabled{opacity:.3;cursor:auto;pointer-events:none}.flickity-button-icon{fill:currentColor}.flickity-prev-next-button{top:50%;width:44px;height:44px;border-radius:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.flickity-prev-next-button.previous{left:10px}.flickity-prev-next-button.next{right:10px}.flickity-rtl .flickity-prev-next-button.previous{left:auto;right:10px}.flickity-rtl .flickity-prev-next-button.next{right:auto;left:10px}.flickity-prev-next-button .flickity-button-icon{position:absolute;left:20%;top:20%;width:60%;height:60%}.flickity-page-dots{position:absolute;width:100%;bottom:-25px;padding:0;margin:0;list-style:none;text-align:center;line-height:1}.flickity-rtl .flickity-page-dots{direction:rtl}.flickity-page-dots .dot{display:inline-block;width:10px;height:10px;margin:0 8px;background:#333;border-radius:50%;opacity:.25;cursor:pointer}.flickity-page-dots .dot.is-selected{opacity:1}.flickity .carousel-cell{width:33.333333333%;height:200px;margin:0;padding:0 5px}.flickity .carousel-cell>img{width:100%}.flickity .flickity-button::after{position:absolute;content:'x';top:0;left:0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;width:100%;height:100%;font-family:'Font Awesome 5 Pro'}.flickity .flickity-button.next::after{content:'\f054'}.flickity .flickity-button.previous::after{content:'\f054'}.flickity-button[disabled] { visibility:hidden; }.flickity .flickity-button svg{display:none}/*! ---------------------------------------------------------
	
	* Filename:			  fslightbox.scss
	* Description: 		Sets styles for fslightbox
	
------------------------------------------------------------*/html.fslightbox-open{overflow:initial}.fslightbox-fade-in-strong iframe{display:block!important}.fslightbox-source{display:block!important;height:auto!important;max-width:900px}.fslightbox-source-wrappers-container.fslightbox-absoluted.fslightbox-full-dimension { transform:none!important; }/*! ---------------------------------------------------------
	
	* Filename:			  lazyload.scss
	* Description: 		Sets styles for lazyload.js.
	
------------------------------------------------------------*/.lazyload,.utm-form{opacity:0;-webkit-transition:opacity 1s ease-in-out;transition:opacity 1s ease-in-out}.loaded{opacity:1}.lazyload[data-was-processed=true]{opacity:1}/*!
* DO NOT MODIFY ANYTHING ABOVE THIS. STYLES ABOVE WILL BE OVERWRITTEN.
* Add all custom styles below.
*/


/* ----------------------------------
*
*  BOOTSTRAP
* 
* ---------------------------------*/
.pt-4 {
  padding-top: 1.5rem !important;
}

.pt-5 {
  padding-top: 3rem !important;
}

.pb-3 {
  padding-bottom: 1rem !important;
}

.pb-5 {
  padding-bottom: 3rem !important;
}

.mt-2 {
  margin-top: .5rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}



.mb-1 {
  margin-bottom: .25rem !important;
}


.mb-4 {
  margin-bottom: 1.5rem !important;
}

@media screen and (min-width: 992px) {
  .mt-lg-0 {
    margin-top: 0 !important;
  }
}

@media screen and (min-width: 768px) {
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
}

@media screen and (min-width: 576px) {
  .mt-sm-0 {
    margin-top: 0 !important;
  }

  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  
}

.mx-auto {
  margin-right: auto;
  margin-left: auto;
}

.position-relative {
  position: relative;
}

.text-center {
  text-align: center;
}

.flex-column {
  flex-direction: column;
}

body, body * {
  font-family: "Kanit", sans-serif;
}

@media screen and (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}

h1 {
  font-size: 1.875rem;
  /* 30px */
}

h2 {
  font-size: 1.375rem;
  /* 22px */
}

h3 {
  font-size: 1.125rem;
  /* 18px */
}

h1,h2,h3,h4,h5,h6 {
  color: black;
}

p, a {
  font-size: 1rem;
  color: #515151;
  /* 16px (base) */
}

.big-text {
  font-size: 2.313rem; /* 2.344rem */
}

.no-decoration {
  text-decoration: none;
}

.bold {font-weight: 700;}

.semibold {font-weight: 600;}

.uppercase {text-transform: uppercase;}

.text-shadow
{
  text-shadow: 0px 3px 3px rgba(0, 0, 0, 0.3);
}

.underline {
  text-decoration: underline;
}


.content-area a:not(.button)
{
  font-weight: 600;
}


/*
    Color & Background
*/

.color-white{
  color: #ffffff;  
}
.color-hov-white:hover{
  color: #ffffff;  
}
.background-white {
  background-color: #ffffff;
}
.background-hov-white:hover {
  background-color: #ffffff;
}

.color-black{
  color: #000000;  
}
.color-hov-black:hover{
  color: #000000;  
}
.background-black {
  background-color: #000000;
}
.background-hov-black:hover {
  background-color: #000000;
}


.color-lightgray{
  color: #cacaca;  
}
.color-hov-lightgray:hover{
  color: #cacaca;  
}
.background-lightgray {
  background-color: #cacaca;
}
.background-hov-lightgray:hover {
  background-color: #cacaca;
}

.color-gray{
  color: #acacac;  
}
.color-hov-gray:hover{
  color: #acacac;  
}
.background-gray {
  background-color: #acacac;
}
.background-hov-gray:hover {
  background-color: #acacac;
}

.color-darkgray{
  color: #515151;  
}
.color-hov-darkgray:hover{
  color: #515151;  
}
.background-darkgray {
  background-color: #515151;
}
.background-hov-darkgray:hover {
  background-color: #515151;
}


.color-primary, .color-green{
  color: #81c513;  
}
.color-hov-primary:hover, .color-hov-green:hover{
  color: #81c513;  
}

.background-primary, .background-green{
  background-color: #81c513;
}
.background-hov-primary:hover, .background-hov-green:hover{
  background-color: #81c513;
}

.background-primary-lighter, .background-lightgreen {
  background-color: #8ed914;
}
.background-hov-primary-lighter:hover, .background-hov-lightgreen:hover {
  background-color: #8ed914;
}


.color-secondary, .color-lightblue {
  color: #006ec5;
}
.color-hov-secondary:hover, .color-hov-lightblue:hover {
  color: #006ec5;
}
.background-secondary, .background-lightblue {
  background-color: #006ec5;
}
.background-hov-secondary:hover, .background-hov-lightblue:hover {
  background-color: #006ec5;
}


.color-tertiary, .color-darkblue {
  color: #020959;
}
.color-hov-tertiary:hover, .color-hov-darkblue:hover {
  color: #020959;
}
.background-tertiary, .background-darkblue {
  background-color: #020959;
}
.background-hov-tertiary:hover, .background-hov-darkblue:hover {
  background-color: #020959;
}



.tran-color {
  transition: color 0.3s ease;
}

.tran-background {
  transition: background-color 0.3s ease;
}




.content-area h2{font-weight: 600;}

.button {
  font-family: "Kanit", sans-serif;
  padding: 0.9375rem; /* 15px */
  box-sizing: border-box;
  color: #ffffff;
  font-size: 1.25rem; /* 20px */
  line-height: 1;
  text-shadow: 0px 3px 3px rgba(0, 0, 0, 0.1);
  font-weight: 500;
}

.no-text-shadow 
{
  text-shadow: none;
}

.min-w-250 
{
  min-width: 250px;
}

.min-w-0 
{
  min-width: initial;
}

@media screen and (max-width: 765px)
{
  .min-w-md-250 
  {
    min-width: 250px;
  }
  .min-w-md-0 
  {
    min-width: initial;
  }
}

.button.button--primary {
  background-color: #81c513; /* green */
  transition: background-color 0.3s ease;
}

.button.button--primary:hover {
  background-color: #8ed914;
}

.button.button--secondary {
  background-color: rgb(25, 52, 116);
  transition: background-color 0.3s ease;
}

.button.button--secondary:hover {
  background-color: #bcbcbc;
}

/* ---------------------------------------------------------
  
  * Filename:			  header-3.scss
  * Description: 		Define the layout for header-3
  * Version:				1.0.1
  * Last Modified:  4.01.2019
  
------------------------------------------------------------*/

.header.header--3 {
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  margin-top: 30px;
  -webkit-animation: fade-in 0.5s ease;
  animation: fade-in 0.5s ease;
}

.header.header--3.is-sticky {
  position: fixed;
  margin-top: 0;
  -webkit-animation: fade-in-top 0.5s ease;
  animation: fade-in-top 0.5s ease;
  padding: 10px;
  background: rgba(54,54,54, 0.9);
}

.header.header--3.is-sticky .header__logo.logo--mobile {
  display: none !important;
}

.header.header--3.is-sticky .header__logo img {
  width: 100%;
  max-width: 20%;
  transform: scale(1.75);
}

.header.header--3.is-sticky .header__nav {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
  background: none;
}

.header.header--3.is-sticky .header__nav::after {
  display: none;
}

.header.header--3.is-sticky .header__nav .nav__top {
  display: none;
}

.header.header--3.is-sticky .header__mobile {
  background: none;
}

.header.header--3 .header__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}

.header.header--3 .header__logo.logo--mobile {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  padding: 10px;
  background: rgba(0, 0, 0, 0.3);
}

.header.header--3 .header__logo.logo--mobile a {
  text-align: center;
}

.header.header--3 .header__logo.logo--mobile img {
  max-width: 70%;
}

.header.header--3 .header__logo img {
  max-width: 100%;
}

.header.header--3 .header__nav {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 20px 0 10px 20px;
  background: rgba(54,54,54,0.7);
}

.header.header--3 .header__nav::after {
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  width: 1000%;
  height: 100%;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  background: rgba(54,54,54,0.7);
}

.header.header--3 .header__nav .nav__top {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 5px 0 5px 5px;
  background: #006ec5;
}

.header.header--3 .header__nav .nav__top .top__number .fa-phone {
  transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -webkit-transform: scale(-1, 1);
}

.header.header--3 .header__nav .nav__top .top__number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: white;
  font-size: 1.313rem; /* 21px */
}

.header.header--3 .header__nav .nav__top .top__cta {
  position: absolute;
  top: 50%;
  right: 0;
  width: 275px;
  height: 140%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: white;
  border: 2px solid white;
  z-index: 100;
}

.header.header--3 .header__mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px;
  background: rgba(0, 0, 0, 0.3);
}

.header.header--3 .header__mobile .mobile__number {
  min-height: 40px;
  padding: 10px;
}

.header.header--3 .header__mobile .mobile__cta {
  min-height: 40px;
  padding: 10px;
}

.dnnEditState .header.header--3 {
  position: relative !important;
}

form[action="/Login?returnurl=%2fadmin"] .header.header--3, form[action*="/admin"] .header.header--3, form[action*="/Admin"] .header.header--3 {
  position: relative !important;
}

@media screen and (max-width: 992px) {
  .header.header--3.is-sticky .header__logo img {
      max-width: 40%;
  }
}

/* -------------------------------
*
* MENU DESKTOP
*
* -------------------------------*/
.menu.menu--desktop ul {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.menu.menu--desktop ul li {
  transition: background-color 0.3s ease;
}

.menu.menu--desktop ul li[data-depth="0"]:hover ul[data-depth="0"] {
  top: initial;
  transform: translateY(100%);
  animation:  none !important;
}

.menu.menu--desktop ul li:hover {
  background-color: #006ec5;
}

.menu.menu--desktop ul li[data-depth="0"] a {
  color: white;
  transition: color 0.3s ease;
}

/* .menu.menu--desktop ul li[data-depth="0"]:first-of-type > ul.dropdown > li[data-depth="1"]:first-of-type {
  background: #81c513;
  text-decoration: underline;
} */

.menu.menu--desktop ul li[data-depth="1"] a {
  color: black;
  transition: color 0.3s ease;
}

.menu.menu--desktop ul li[data-depth="1"]:hover a {
  color: white;
}

.menu.menu--desktop ul li:last-of-type ul {
  right: 0;
  left: initial;
}

/* -------------------------------
*
* MENU MOBILE
*
* -------------------------------*/
.menu.menu--mobile {
  position: fixed;
  z-index: 100;
  top: 0;
  right: 0;
  height: 100%;
  width: 280px;
  padding: 10px;
  background: white;
  -webkit-transform: translateX(101%);
  -ms-transform: translateX(101%);
  transform: translateX(101%);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-box-shadow: -6px 0 12px rgba(0, 0, 0, 0.05);
  box-shadow: -6px 0 12px rgba(0, 0, 0, 0.05);
}

.menu.menu--mobile.active {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.menu.menu--mobile ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0;
  transition: background-color 0.3s ease;
}

.menu.menu--mobile ul li[data-depth="0"] {
  position: relative;
}

.menu.menu--mobile ul li {
  transition: background-color 0.3s ease;
}

.menu.menu--mobile ul li > .dropdown-toggle {
  transition: color 0.3s ease;
}

.menu.menu--mobile ul li:hover > .dropdown-toggle {
  color: white;
}



.menu.menu--mobile ul li > a
{
  transition: color .3s ease;
}



.menu.menu--mobile ul li[data-depth="0"].parent:hover ul[data-depth="0"] {
  display: block;
}

.menu.menu--mobile ul li[data-depth="0"] a {
  font-size: 1.1rem;

}

.menu.menu--mobile ul li[data-depth="0"] .icon {
  position: absolute;
  top: 20px;
  right: -5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  padding: 0 10px;
  font-size: 1.25rem;
  font-weight: 400;
}

.menu.menu--mobile ul li[data-depth="0"] ul[data-depth="0"] {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  position: relative;
  bottom: unset;
  left: unset;
  width: 100%;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.menu.menu--mobile ul li[data-depth="0"] ul[data-depth="0"].active {
  opacity: 1;
}

.menu.menu--mobile ul li[data-depth="0"] ul[data-depth="0"] ul[data-depth="1"] {
  display: none;
}

.menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.menu ul li {
  position: relative;
}

.menu ul li a {
  color: #282828;
  font-size: 1rem; /* 16px */
  font-weight: bold;
}

.menu ul li[data-depth="0"] {
  padding: 10px;
  margin: 0 5px;
}

.menu ul li[data-depth="0"].parent:hover ul[data-depth="0"] {
  display: block;
}

.menu ul li[data-depth="0"] .icon {
  display: none;
  margin-left: 4px;
  font-size: inherit;
}

.menu ul li[data-depth="0"] ul[data-depth="0"] {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: absolute;
  z-index: 10;
  bottom: 0;
  left: 0;
  width: 240px;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  background: white;
  border: 1px solid rgba(40, 40, 40, 0.2);
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.05);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.05);
  padding: 0;
}

.menu ul li[data-depth="0"] ul[data-depth="0"].active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.menu ul li[data-depth="0"] ul[data-depth="0"].display-left {
  right: 0;
  left: initial;
}

.menu ul li[data-depth="0"] ul[data-depth="0"] li {
  position: relative;
  padding: 0.5rem 1rem;
}

.menu ul li[data-depth="0"] ul[data-depth="0"] li:hover ul[data-depth="1"] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.menu ul li[data-depth="0"] ul[data-depth="0"] li ul[data-depth="1"] {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: absolute;
  top: -1px;
  right: -100%;
  width: 100%;
  border: 1px solid rgba(40, 40, 40, 0.2);
  background: white;
}

.menu ul li[data-depth="0"] ul[data-depth="0"] li ul[data-depth="1"].display-left {
  right: initial;
  left: -100%;
}

.mobile__toggle {
  text-align: right;
  font-size: 1.5rem;
  cursor: pointer;
  color: #81c513;
}
.mobile__toggle.mobile__toggle--mobile .far{
  color: #81c513;
}
.menu.menu--mobile ul li[data-depth="0"] .icon{
  color: #81c513;font-weight: 900;
}
.menu.menu--mobile ul li a {
  font-size: 1.25rem;
  font-weight: 600;
}

.mobile__toggle.mobile__toggle--mobile {
  padding: 20px 20px 0 0;
  margin-bottom: 20px;
  color: #4a4a4a;
}

/** BEGIN COMPONENT OVERIDES HERE **/

/* ---------------------------------------------------------

* Filename:			  banner-area-1.scss
* Description: 		Define the layout styles for banner-area-1
* Version:				1.0.0
* Last Modified:  4.11.2019

------------------------------------------------------------*/

.banner {
  position: relative;
  width: 100%;
  padding-top: 170px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.banner-content
{
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  padding: 40px 0;
}

.banner-text
{
  background: rgba(0,0,0,0.75);
  padding: 20px;
  box-sizing: border-box;
}

.banner-content .banner-text h1{
  color: white;
  font-size: 2.7rem;/*3.25rem; /* 52px */
  margin: 0;
  margin-bottom: 10px;
  padding: 0;
  font-weight: bold;
}

.banner-content .banner-text p {
  color: #0287f1;
  font-size: 2rem; /* 33px */
  margin: 0;
  padding: 0;
  font-weight: 600; /* semibold */
}

.banner-content .banner-contact
{
  position: relative;
  width: 400px;
  max-width: 33.333%;
  height: 450px;
}

.banner-content .banner-contact iframe
{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 991px)
{
  .banner-content .banner-contact
  {
    max-width: 60%;
  }
}

@media screen and (max-width: 768px)
{
  .banner-content
  {
    flex-flow: column nowrap;
  }
  .banner-content .banner-text
  {
    margin-top: 20px;
    text-align: center;
  }
  .banner-content .banner-contact
  {
    margin-top: 20px;
    /* width: 100%; */
    max-width: 100%;
  }
}

/* ---------------------------------------------------------

* Filename:			  feature-3.scss

------------------------------------------------------------*/

.feature.feature--3 .feature__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

/** BEGIN COMPONENT OVERIDES HERE **/

.feature.feature--3 #video-wrap {
  height: 100%;
  width: 100%;
  position: relative;
  background-image: url("/portals/0/yt-hqdefault.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  cursor: pointer;
}

.feature.feature--3 #video-wrap.loaded {
  background-image: none;
  cursor: default;
}

.feature.feature--3 #video-wrap .video {
  display: none;
}

.feature.feature--3 #video-wrap.loaded .video {
  display: block;
  height: 100%;
  width: 100%;
}

/* ---------------------------------------------------------

* Custom Grid System

------------------------------------------------------------*/

.tile-grid
{
  display: flex;
  flex-flow: row wrap;
}

.tile
{
  position: relative;
 width: 33.333%;
}

.aspect-ratio
{
  position: relative;
  height: 0;
  width: 100%;
  padding-top: 100%;
  overflow: hidden;
}

.aspect-ratio > .aspect-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.tile img
{
  display: block;
  width: 100%;
  height: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}


.tile-content
{
  text-align: center;
  background-color: #006ec5; 
  position: absolute;
  display: flex;
  flex-flow: column nowrap;
  padding: 20px;
  box-sizing: border-box;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  /* 100% - Padding Top x2 - (Child H4's TOTAL HEIGHT: margin + padding + font-size + ...} - fudge */
  transform:translateY( calc(100% - 45px - 1.375rem) );
  transition: transform 0.3s ease, background-color 0.3s ease;
}





.tile:hover .tile-content h4
{
  text-shadow: none;
  color: #006ec5;
}


/* When this element's computed height changes, be sure to update the tile-content translation */
.tile-content h4
{
  margin: 0 auto 10px auto;
  font-size: 1.375rem; /* 22px */
  padding: 0;
  color: #FFFFFF;
  transition: color 0.3s ease;
}


.tile-content .p-wrap
{
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  padding: 0 10%;
  box-sizing: border-box;
  overflow: hidden;
  /* mask-image: linear-gradient(black, white, transparent);
  -webkit-mask-image: linear-gradient(black, white, transparent); */
}

.tile-content .p-wrap *
{
  margin: 0;
  padding: 0;
}

.tile-content > a
{
  /* display: inline-flex;
  margin: auto auto 0 auto;
  padding: 10px 20px; */
}

.tile-content > a i:before
{
  transform: translateY(28%);
  padding-left: 5px;
  display: inline-block;
}


.bdr.b
{
  opacity: 0;
  position: absolute;
  display: block;
  z-index: 1000;
  background-color: #006ec5;
  height: 0;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  transition: opacity 0.3s ease;
}

.tile:hover .bdr.b
{
  opacity: 1;
  height: 8px; /* 'border' width */
  bottom: -10px;
}


@media screen and (max-width: 1380)
{
  .tile-content .p-wrap *
  {
    font-size: 14px;
  }
}

@media screen and (max-width: 1188px)
{
  .tile{
    width: 33.333%;
  }
  .tile-content .p-wrap *
  {
    font-size: 1rem;
  }
}


@media screen and (max-width: 940px)
{
  .tile{
    width: 50%;
  }
}

@media screen and (max-width: 420px)
{
  .tile{
    width: 100%;
  }
}












/* ---------------------------------------------------------

* Filename:			  reviews-full-1.scss
* Description: 		Define the layout for reviews-full
* Version:				1.0.1
* Last Modified:  3.28.2019

------------------------------------------------------------*/

.reviews-full.reviews-full--1 {
  position: relative;
  height: 655px;
  background-repeat: round;
}

.reviews-full.reviews-full--1 .container,
.reviews-full.reviews-full--1 .row,
.reviews-full.reviews-full--1 .col-12 {
  height: 100%;
}

.reviews-full.reviews-full--1 .reviews-full__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.reviews-full.reviews-full--1 .reviews-full__content {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 90%;
  margin: 0 auto;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
}
.reviews-full.reviews-full--1 .reviews-full__content .content__title {
  text-shadow: 0px 3px 7px rgba(5, 6, 6, 0.25);
}

.reviews-full.reviews-full--1 .review-logos
{
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
}

.reviews-full.reviews-full--1 .review-logos img
{
  flex: 0;
  display: block;
  max-height: 100px;
  width: auto;
  align-self: center
}
.reviews-full.reviews-full--1 .review-logos img:first-child, .reviews-full.reviews-full--1 .review-logos img:nth-child(2)
{
  margin-right: 20px;
}

@media screen and (max-width: 439px) {
	.reviews-full.reviews-full--1 .reviews-full__content .content__buttons a {margin-bottom: 10px;}
}

.sidebar-area [data-control] {
  background: #006ec5;
}

.sidebar-area [data-control]:hover {
  background: #020959;
}

.sidebar-area [data-control]::before {
  display: none;
}

.sidebar-area [data-control] h3 {
  pointer-events: none;
}

.sidebar-area [data-content] ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.sidebar-area [data-content] ul, .sidebar-area [data-content] ul li
{
  margin-bottom: 0.5rem;
}

.sidebar-area [data-content] a i 
{
  padding-right: 5px;
}

.sidebar-area iframe.reviews
{
  width: 100%;
  height:300px;
}

@media screen and (max-width:1200px)
{
  .sidebar-area iframe.reviews
  {
    height: 330px;
  }
}


@media screen and (max-width:1200px)
{
  .sidebar-area iframe.reviews
  {
    height: 460px;
  }
}

@media screen and (max-width:768px)
{
  .reviews-full.reviews-full--1 {
    height: auto;
    padding-block:3rem;
  }

  .reviews-full.reviews-full--1 .reviews-full__content {position:relative;transform:none;top:auto}

  .reviews-full.reviews-full--1 .review-logos
  {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
  }

  .reviews-full.reviews-full--1 .review-logos img:first-child, .reviews-full.reviews-full--1 .review-logos img:nth-child(2)
  {
    margin-right: auto;
  }

  .reviews-full.reviews-full--1 .review-logos img
  {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }

}


/** BEGIN COMPONENT OVERIDES HERE **/






.review-links
{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.review-links a
{
  display: block;
  max-width: 33.333%;
  text-align: center;
}

.review-links img
{
  max-width: 100%;
  max-height: 150px;
  height: auto;
}




/* ---------------------------------------------------------

* Filename:			  cta-callout-4.scss
* Description: 		Define the layout for cta-callout-4
* Version:				1.0.0
* Last Modified:  4.17.2019

------------------------------------------------------------*/

.cta-callout.cta-callout--4 {
  position: relative;
  text-align: center;
}

.cta-callout.cta-callout--4 .cta-callout__content .content__button {
  position: relative;
  text-align: center;
  margin-top: -25px;
}

/** BEGIN COMPONENT OVERIDES HERE **/

/* ---------------------------------------------------------

* Custom Footer

------------------------------------------------------------*/
footer.footer {
  background-color: #ffffff;
  border-top: rgb(9, 49, 166) 10px solid;
  padding-top: 24px;
}

footer .footer-section h4 {
  padding-bottom: 10px;
  border-bottom: 1px solid #515151;
}



footer .footer-section
{
  width: 100%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
}

footer .section-1 {
  max-width: 250px;
}

footer .section-2 {
  max-width: 395px;
  padding: 40px 10px 0;
}

footer .section-3 {
  max-width: 256px;
}


footer .section-1 .button
{
  width: 100%;
}

footer .section-1 address
{
  display: inline-flex;
  white-space: nowrap;
}

footer .section-1 address:hover, footer .section-1 a:hover
{
  color: #006ec5;
}


footer .section-2 a {
  color: #006ec5;
}

footer .section-2 a .fa-angle-double-right
{
  padding-right: 5px;
}

footer .section-2 a:hover {
  color: #81c513;
  text-decoration: underline;
}

footer .section-2 ul {
  padding: 0;
  list-style-type: none;
}

footer .section-3 .hours .day
{
  margin-right: 10%;
}

@media screen and (max-width: 768px)
{
  footer .container {
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
  }
  footer .footer-section {
    margin: 20px 0;
  }
}

/* ---------------------------------------------------------

* Bottom Links

------------------------------------------------------------*/

/** BEGIN COMPONENT OVERRIDES HERE **/
.bottom__links {
  background-color: #56565b;
  color: #ffffff;
  position: relative;
  border-top: 10px solid #006ec5;
  margin-top: 30px;
}

.bottom__links *
{
  font-size: 14px;
}

.bottom__links .container {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}

.bottom__links .angies-logo {
  position: absolute;
  display: block;
  height: 100px;
  top: -77px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 100;
}

.bottom__links .left
{
  align-self: flex-start;
}
.bottom__links .right
{
  align-self: flex-end;
}

.bottom__links .left, .bottom__links .right
{
  display: flex;
  padding: 10px 0;
  align-items: center;
}

.bottom__links .triton-logo
{
  height: 1rem;
  width: auto;
}

.bottom__links .dash
{
  padding: 0 5px;
  color: #FFFFFF;
}

.bottom__links a {
  color: #ffffff;
  text-decoration: none;
  transition: color 0.3s ease;
}
.bottom__links a:hover
{
  color: #006ec5;
}

.bottom__links .fab
{
  padding: 0 5px;

  font-size: 1.2rem; 
  color: #006ec5;
  transition: color 0.3s ease;
}

.bottom__links .fab:hover
{
  color: #FFFFFF;
}

@media screen and (max-width: 880px)
{
  .bottom__links .angies-logo
  {
    width: 70px;
    height: auto;
    top: -100px;
  }

  .bottom__links .container
  {
    max-width: 100%;
    margin-top: 10px;
  }

  .bottom__links *
  {
    font-size: 12px;
  }

  .bottom__links .fab
  {
    font-size: 1rem; 
  }
}

@media screen and (max-width: 625px)
{
  .bottom__links .container
  {
    width: 100%;
    flex-flow: column nowrap;
  }
  .bottom__links .left, .bottom__links .right
  {
    align-self: center;
    padding: 5px 0;
  }
  .bottom__links .left {
    padding-top: 15px;
  }
}

/* ---------------------------------------------------------

* Filename:			  inner-banner.scss
* Description: 		Define the inner-banner interface & import layouts using the interface.
* Version:				1.0.1
* Last Modified:  3.28.2019

------------------------------------------------------------*/

.inner-banner.inner-banner--1 {
  position: relative;
  height: 300px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

@media screen and (max-width: 768px) {
  .inner-banner.inner-banner--1 {
      height: 400px;
  }
}

/** BEGIN COMPONENT OVERIDES HERE **/

/* ---------------------------------------------------------

* Filename:			  page-title-1.scss
* Description: 		Define the layout for page-title-1
* Version:				1.0.1
* Last Modified:  3.28.2019

------------------------------------------------------------*/

.page-title.page-title--1 {
  position: absolute;
  bottom: 0%;
  left: 0;
  padding-left: 15px;
}

.page-title.page-title--1 .page-title__text {
  color: white;
  font-size: 2.875rem; /* 46px */
  text-shadow: 0px 7px 15px rgba(0, 0, 0, 0.5);
  margin-bottom: 1rem;
}

/** BEGIN COMPONENT OVERIDES HERE **/

/* ---------------------------------------------------------

* Filename:			  circle-tiles.scss
* Description: 		Define the layout for circle-tiles
* Version:				1.0.0
* Last Modified:  6.20.2019

------------------------------------------------------------*/

.top-level-tiles.circle-tiles .circle-tiles__tile {
  position: relative;
  border-radius: 50%;
  width: 95%;
  height: 0;
  padding-top: 95%;
  overflow: hidden;
}

.top-level-tiles.circle-tiles .circle-tiles__tile:hover .tile__image {
  opacity: 1;
}

.top-level-tiles.circle-tiles .circle-tiles__tile .tile__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.top-level-tiles.circle-tiles .circle-tiles__tile .tile__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 1rem;
  text-align: center;
  font-size: 1.563rem; /* 25px */
  text-shadow: 0px 5px 6.72px rgba(0, 0, 0, 0.27);
}

.top-level-tiles.circle-tiles .circle-tiles__tile .tile__image {
  opacity: 0.17;
}

.top-level-tiles.circle-tiles .circle-tiles__tile:hover .tile__image {
  opacity: 0.15;
}

/** BEGIN COMPONENT OVERIDES HERE **/

/* ---------------------------------------------------------

  Accordion

------------------------------------------------------------*/
[data-accordion] [data-control] {
  padding: 0; 
  margin-bottom: 5px;
}

[data-accordion] [data-control] h3 {
  padding: 15px;
  padding-left: 30px; 
  font-size: 25px;
  cursor: pointer;
}

[data-content]>*, [data-control] {
  border-bottom: none;
}

[data-accordion].open [data-control] {
  background-color: #81c513;
}


.content-area [data-accordion] [data-control] h3 {
  font-size: 1.25rem; /* 20px; */
  padding: 10px;
}

.content-area [data-accordion] [data-control] h3:before {
  content: "\f2ec";
  font-family: 'Font Awesome 5 Pro';
  display: inline-block;
  padding: 10px;
  transform: rotate(90deg);
  transition: transform 0.3s ease; 
}

.content-area [data-accordion].open [data-control] h3:before {
  transform: rotate(180deg);
}

[data-readmore-toggle].button, [data-readless-toggle].button {
  display: flex;
  margin: auto;
  padding: 20px;
  min-width: 180px;
  max-width: 180px;
  background: white;
  border: 1px solid black;
  color: #81c513;
}

/* ---------------------------------------------------------

  VIDEO WRAPPER

------------------------------------------------------------*/
.video-wrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
  background: black;
  overflow: hidden;
}

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.video-wrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
  background: black;
  overflow: hidden;
}
.video-wrapper i {
  position: absolute;
  font-size: 5rem;
  top: 50%;
  left: 50%;
  z-index: 5;
  color: #FFFFFF;
  transform: translate(-50%, -50%);
}
.video-wrapper .thumbnail {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
  z-index: 3;
}

.video-wrapper:hover:not(.loaded){
  cursor: pointer;
}

.video-wrapper:hover i {
  color: #FF0000;
}

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  visibility: hidden;
}

.video-wrapper.loaded i,
.video-wrapper.loaded .thumbnail
{
  display: none;
}
.video-wrapper.loaded iframe
{
  visibility: visible;
}


/* sticky code */

.notification-banner.notification-banner--bottom { background:#006ec5; position:fixed; bottom:0; width:100%; padding:15px 0; z-index:1000; }

.notification-banner.notification-banner--bottom p { text-align:center; color:#fff; margin-bottom:0px; font-size:20px; font-weight:bold; }

.notification-banner.notification-banner--bottom p span { position:relative; top:1px; }

.notification-banner.notification-banner--bottom p a { margin-left:10px; background:#81c513; color:#fff; padding:10px 20px; position:relative; top:-1px; text-transform:uppercase; }

.notification-banner.notification-banner--bottom p a:hover { background: #8ed914; }

.notification-banner [data-banner-close] {
  right: initial;
  left: 1rem;
  z-index: 15;
}

@media screen and (max-width:576px) { .notification-banner.notification-banner--bottom p { font-size:16px; padding:0 10px; } .notification-banner.notification-banner--bottom p a { font-size:12px; display:block; width:175px; margin:10px auto 0; } #dnn_FooterCustom { margin-bottom:101px; } }

.youtubeBTN{
  filter: invert(23%) sepia(100%) saturate(4855%) hue-rotate(195deg) brightness(97%) contrast(101%);
  width: 20px;
  position: relative;
    top: 2px;
}

.youtubeBTN:hover{
  filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(331deg) brightness(113%) contrast(101%);
}


/* ---------------------------------------------------------
  
  * Filename:			  header-4.scss
  * Description: 		Define the layout for header-4
  * Version:				1.0.0
  * Last Modified:  4.10.2019
  
------------------------------------------------------------*/
.header.header--4 { position: absolute; top: 0; left: 0; width: 100%; -webkit-animation: fade-in 0.5s ease; animation: fade-in 0.5s ease; }

.header.header--4.is-sticky { position: fixed; background: rgba(0, 0, 0, 0.8); -webkit-animation: fade-in-top 0.5s ease; animation: fade-in-top 0.5s ease; }

.header.header--4.is-sticky .top { display: none; }

.header.header--4.is-sticky .bottom { padding: 0; background: none; }

@media screen and (max-width: 991px) { .header.header--4.is-sticky .bottom .logo { display: none; } }

.header.header--4 .top { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; background: #00abd8; }

.header.header--4 .top .col-12 { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; }

@media screen and (max-width: 991px) { .header.header--4 .top .col-12 { -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; } }

.header.header--4 .top .logo { display: none; }

@media screen and (max-width: 991px) { .header.header--4 .top .logo { display: block; } }

.header.header--4 .top .left { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; }

@media screen and (max-width: 991px) { .header.header--4 .top .left { display: none; } }

.header.header--4 .top .left ul { margin: 0; padding: 0; list-style: none; }

.header.header--4 .top .left ul li { display: inline-block; color: white; }

.header.header--4 .top .left ul li a { color: inherit; }

@media screen and (max-width: 991px) { .header.header--4 .top .right { display: none; } }

.header.header--4 .bottom { background: grey; padding: 10px 0 0 0; }

.header.header--4 .bottom .col-12 { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; }

.header.header--4 .bottom .logo { display: block; }

@media screen and (max-width: 991px) { .header.header--4 .bottom .logo { display: none; } }

@media screen and (max-width: 991px) { .header.header--4 .bottom .nav { display: none; } }

.header.header--4 .bottom .mobile { display: none; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; width: 100%; }

@media screen and (max-width: 991px) { .header.header--4 .bottom .mobile { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; } }

.header.header--4 .bottom .mobile .button { -webkit-align-self: stretch; -ms-flex-item-align: stretch; align-self: stretch; }

.dnnEditState .header.header--4 { position: relative !important; }

form[action="/Login?returnurl=%2fadmin"] .header.header--4, form[action*="/admin"] .header.header--4, form[action*="/Admin"] .header.header--4 { position: relative !important; }

/** BEGIN COMPONENT OVERRIDES HERE **/


.feature.feature--3 .feature__image { width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; }


.header.header--4 .bottom{
  background-color: #fff;  
}

.header.header--4 .top{
  background: rgb(25, 52, 116);
  
}

@media screen and (max-width: 991px) {
  .header.header--4 .bottom{
    background: rgb(25, 52, 116) !important;
  }
  
  .header.header--4 .top{
    background-color: #fff !important;   
    
  }
}

.menu.menu--desktop ul li[data-depth="0"] a{
  font-size: 1rem;
  /* font-family: "Kanit"; */
  color: rgb(20, 20, 20);
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.2;
  padding: 0;
  font-weight: 600;
}

.header.header--4 .top{
  padding: 10px 0;
}

#top-right-pane .button.button--primary{
  border: 2px #fff solid;
}

#dnn_dnnLOGO_imgLogo{
  width: 144px;
}

/* ---------------------------------------------------------
  
  * Filename:			  banner-area-3.scss
  * Description: 		Define the layout styles for banner-area-3
  * Version:				1.0.2
  * Last Modified:  4.11.2019
  
------------------------------------------------------------*/
.banner { position: relative; width: 100%; height: 800px; background-size: cover; background-position: center; background-repeat: no-repeat; }

@media screen and (max-width: 767px) { .banner { height: 500px; } }

.banner-area.banner-area--3 { position: absolute; top: 50%; left: 0; width: 50%; -webkit-transform: translateY(-25%); -ms-transform: translateY(-25%); transform: translateY(-25%); }

@media screen and (max-width: 991px) { .banner-area.banner-area--3 { width: 65%; } }

@media screen and (max-width: 767px) { .banner-area.banner-area--3 { width: 100%; } }

@media screen and (max-width: 575px) { .banner-area.banner-area--3 { padding: 0 10px; } }

.banner-area.banner-area--3 .banner-area__title { color: white; }

.banner-area.banner-area--3 .banner-area__text { color: white; }

/** BEGIN COMPONENT OVERRIDES HERE **/

/* 
.container.position-relative{
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: flex-end;
  height: -webkit-fill-available;
} */

.banner-contact iframe{
  height: 426px;
}

.phone-number{
  font-size: 25px;
  color: rgb(134, 191, 26);
}

.feature.feature--3 .feature__image { width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; }

.feature.feature--3 .row{
  align-items: center;
}

.feature.feature--3{
  margin: 100px 0;
}

.background-gray {
  background-color: #193474;padding-top: 4rem;
}

.color-black{
  color: white;
    text-align: center;
}

.big-text{
  color: #fff;
}

.feature__title{
  font-size: 2.344rem;
  font-family: "Libre Baskerville", serif;
  color: rgb(20, 20, 20);
  font-weight: bold;
}


.title__under{
  font-size: 1.25rem;
  font-family: "Kanit", sans-serif;
  color: rgb(25, 52, 116);
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px;
}



.feature__text{
  font-family: "Libre Baskerville", serif;  color: rgb(20, 20, 20);  font-size: 0.938rem;
}

.big-text-under{
  font-size: 1.25rem;
  font-family: "Kanit", sans-serif;
  color: rgb(134, 191, 26);
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: center;
  line-height: 0;
}

.color-black{
  font-size: 0.938rem;
  font-family: "Libre Baskerville", serif;
  color: rgb(255, 255, 255);
}

.tile:hover .tile-content h4 {
  text-shadow: none;
  font-size: 1.313rem;
  font-family: "Libre Baskerville", serif;
  color: rgb(25, 52, 116);
}

.tile:hover .tile-content {
  transform: translateY(0);
  background-color: #e6e6e6;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tile-content .p-wrap * {
  margin: 0;
  padding: 0;
  font-size: 0.938rem;
  font-family: "Libre Baskerville", serif;
  color: rgb(20, 20, 20);
  margin: 1rem 0 5px;
}

.tile-content .color-primary {
  font-size: 20px;
  font-family: "Kanit", sans-serif;
  color: rgb(129, 197, 19);
  text-transform: uppercase;
  letter-spacing: 1px;
}


.TitleBar {
  background-color: rgb(0, 4, 54);
  position: absolute;
  left: 320px;
  top: 1844px;
  width: 320px;
  height: 70px;
  z-index: 165;
}
.tile-content h4 {
  margin: 0 auto 10px auto;
  padding: 0;
  transition: color 0.3s ease;
  font-size: 1.313rem;
  font-family: "Libre Baskerville", serif;
  color: rgb(255, 255, 255);
}

.slider-text-under{
  text-align: center;
  letter-spacing: 2px;
  font-family: "Kanit", sans-serif;
  font-size: 20px;
  color: rgb(0, 4, 54);
  text-transform: uppercase;
  font-weight: 600;
}

.slider-section h2{
  font-family: "Libre Baskerville", serif;
  font-size: 2.344rem;
  color: rgb(25, 52, 116);
margin-bottom: 0 !important;
}

.review-under{
  text-align: center;
  letter-spacing: 1px;
  font-family: "Kanit", sans-serif;
  font-size: 20px;
  color: rgb(134, 191, 26);
  font-weight: 600;
margin: 0;
text-transform: uppercase;
}

.reviews-full.reviews-full--1 .reviews-full__content .content__title {
  text-shadow: 0px 3px 7px rgba(5, 6, 6, 0.25);
  font-size: 2.344rem;
  font-family: "Libre Baskerville", serif;
  color: rgb(255, 255, 255);
}

.button.button--secondary.mr-2 {
  background: transparent;
  border: white solid 2px;
}

.widget-slider{
  display: flex;
}
.blog-title{
  text-align: center;
  font-family: "Libre Baskerville", serif;
  font-size: 2.344rem;
  color: rgb(20, 20, 20);

}

.title a{
  font-size: 22px;
  font-family: "Kanit", sans-serif;
  color: rgb(20, 20, 20);
 text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 500;
}
.description p{
  font-size: 0.938rem;
  font-family: "Libre Baskerville", serif;
  color: rgb(20, 20, 20);
}

.title{
  margin: 10px 0 !important; 
}

footer .section-2 a{
  font-size: 1.063rem;
  font-family: "Kanit", sans-serif;
  color: rgb(25, 52, 116);
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 1px;
}



.big-text{
  font-family: "Libre Baskerville", serif;

}

.coupon-each{
  display: flex;
  align-items: center;
  justify-content: center;
}

.coupons{
  text-align: center;
  margin-top: 7rem;
}
.coupons h2{
  font-family: "Libre Baskerville", serif;  font-size: 2.344rem;  color: rgb(255, 255, 255);  background-color: rgb(134, 191, 26);

  width: 1380px;
  height: 125px;
  /* text-align: center; */
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
max-width: 100%;

}
.coupons h2 span{
  font-family: "Libre Baskerville", serif;
  font-size: 2.344rem;
  color: rgb(255, 255, 255);
  z-index: 1;
}



#dnn_FooterTwoPane .section-content ul{
  columns: 2;

}

#dnn_FooterTwoPane .section-content ul li{
white-space: nowrap;
padding-bottom: 4px;
}

.one__logo img{width: 236px;}


/* ---------------------------------------------------------
	
  * Filename:			  footer-copyright-bar-1.scss
  
------------------------------------------------------------*/

@media screen and (max-width: 767px) { .footer-copyright-bar.footer-copyright-bar-1 .right, .footer-copyright-bar.footer-copyright-bar-1 .left { width: 100%; } }

.footer-copyright-bar.footer-copyright-bar-1 .left { -webkit-box-pack: start !important; -webkit-justify-content: flex-start !important; -ms-flex-pack: start !important; justify-content: flex-start !important; }

@media screen and (max-width: 767px) { .footer-copyright-bar.footer-copyright-bar-1 .left { -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: center !important; -webkit-justify-content: center !important; -ms-flex-pack: center !important; justify-content: center !important; } }

.footer-copyright-bar.footer-copyright-bar-1 .right { -webkit-box-pack: end !important; -webkit-justify-content: flex-end !important; -ms-flex-pack: end !important; justify-content: flex-end !important; }

@media screen and (max-width: 767px) { .footer-copyright-bar.footer-copyright-bar-1 .right { -webkit-box-pack: center !important; -webkit-justify-content: center !important; -ms-flex-pack: center !important; justify-content: center !important; } }

@media screen and (max-width: 767px) { .footer-copyright-bar.footer-copyright-bar-1 .social li:first-of-type { display: none; } }

/** BEGIN COMPONENT OVERRIDES HERE **/


.CopyrightRect {
  background-color: rgb(25, 52, 116);
  position: absolute;
  left: 0px;
  top: 4814px;
  width: 1600px;
  height: 60px;
  z-index: 4;
}

.footer-copyright-bar{
  background-color: rgb(25, 52, 116);  border-top: rgb(32, 138, 189) 10px solid;
  margin-top: 22px;
}

.footer-copyright-bar .col-12 ul li a, .footer-copyright-bar .col-12 ul li span, .footer-copyright-bar .col-12 ul.links li:last-of-type{
  font-family: "Libre Baskerville", serif;
  color: rgb(255, 255, 255);  font-size: 0.938rem;

}



.hours-list li{
  font-size: 1.063rem;  color: rgb(20, 20, 20);  text-transform: uppercase;  font-family: "Kanit", sans-serif; letter-spacing: 1px; font-weight: 400;
}

.hours-list li span{
  letter-spacing: normal;
}

.hours-list li{
  display: flex;
  justify-content: space-between;
}

.Hours_Misc_ {
  font-size: 1.313rem;
  font-family: "LibreBaskerville";
  color: rgb(20, 20, 20);
  font-weight: bold;
  line-height: 1.2;
  position: absolute;
  left: 1132.913px;
  top: 4476.9px;
  z-index: 17;
}

footer .footer-section h4{
  font-size: 1.313rem;
  color: rgb(20, 20, 20);
  font-family: "Libre Baskerville", serif;

}
#dnn_FooterThreePane .section-2{
  width: 285px;
}

#dnn_FooterThreePane{
  position: relative;
  left: 8rem;
}

footer .footer-section h4{
border-bottom: rgb(129, 197, 19) solid 2px;
}

address {
  font-family: "Libre Baskerville", serif;
  font-size: 0.938rem;
  color: rgb(0, 0, 0);

}

 .address {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;    margin: 10px 0;
}.address .fas {
  top: 4px;
  position: relative;
  margin-right: 8px; color: #81c513;
}



.button{
  font-family: "Kanit", sans-serif;
  font-size: 20px;
  text-transform: uppercase;
  color: rgb(255, 255, 255);
letter-spacing: 1px;
}

#dnn_FooterTwoPane .section-2 li {
  position: relative;
  line-height: 1.5;
}

#dnn_FooterTwoPane .section-2 li::before {
  content: "»"; /* Unicode for the "»" character (raquo) */
  color: rgb(25, 52, 116);
}

#dnn_FooterTwoPane .section-2 h4{
  width: 414px;
}.social a img{
	filter: invert(75%) sepia(24%) saturate(1668%) hue-rotate(33deg) brightness(92%) contrast(85%);
}

/* ---------------------------------------------------------
  
  * Filename:			  page-title-text-middle-center

------------------------------------------------------------*/
.inner-banner { position: relative; height: 500px; background-position: center; background-size: cover; background-repeat: no-repeat; }

.inner-banner .container, .inner-banner .container > .row { height: 100%; }

@media screen and (max-width: 767px) { .inner-banner { height: 400px; } }

.page-title.page-title-text-middle-center { position: absolute; top: 50%; left: 0; right: 0; margin: 0 auto; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); }

.page-title.page-title-text-middle-center .page-title__text { text-align: center; }

/** BEGIN COMPONENT OVERRIDES HERE **/


.inner-banner.inner-banner--1{
  margin-top: 11rem;
}

.page-title__text {
  font-size: 60px;
  font-family: "Libre Baskerville", serif;
  color: rgb(255, 255, 255);
  text-shadow: 0px 10px 18px rgba(0, 0, 0, 0.5);
}
.inner-banner.inner-banner--1::after{
  content: '';
  position: absolute;
  bottom: -5px; /* Adjust this value to control the distance of the gradient line from text */
  left: 0;
  width: 100%;
  height: 15px; /* Adjust this value to control the thickness of the gradient line */
  background: linear-gradient(180deg, rgb(32, 137, 189) 0%, rgb(9, 47, 166) 100%);
}

.inner-banner.inner-banner--1{
  margin-bottom: 4rem;
}

.H1_Example_Text_Shown_Right_Here {
  font-size: 30px;
  font-family: "LibreBaskerville";
  color: rgb(0, 0, 0);
  font-weight: bold;
  line-height: 1.2;
  text-align: left;
  position: absolute;
  left: 197.844px;
  top: 538.828px;
  z-index: 142;
}


.content-area h1{
  font-size: 30px;  color: rgb(0, 0, 0);  font-family: "Libre Baskerville", serif;
  margin-bottom: 2rem;
}

.Lorem_ipsum_dolor_sit_amet__consectetur_adipisc {
  font-size: 0.938rem;
  font-family: "LibreBaskerville";
  color: rgb(0, 0, 0);
  line-height: 1.6;
  text-align: left;
  position: absolute;
  left: 198.997px;
  top: 966.383px;
  width: 770px;
  height: 113px;
  z-index: 137;
}

.content-area p{
  font-size: 0.938rem;
  font-family: "Libre Baskerville", serif;  color: rgb(0, 0, 0);

  
}


.header.header--4 .top .left ul li a{
  font-size: 0.938rem;
  font-family: "Libre Baskerville", serif;   color: rgb(255, 255, 255);
}

.Google{
  text-align: center;
  background-color: rgb(25, 52, 116);
  width: 275px;
  height: 85px;
  border-radius: 25px;
  margin: 0 auto;
  bottom: 5.8rem;
  position: relative;
  
}


.Google h3{
  font-weight: 400;
  font-family: "Kanit", sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  color: rgb(255, 255, 255);
  text-transform: capitalize;   
  text-shadow: 0px 10px 18px rgba(0, 0, 0, 0.5);
}

.Google p{
  font-size: 0.938rem;
  font-family: "Libre Baskerville", serif;
  color: rgb(255, 255, 255);  text-shadow: 0px 10px 18px rgba(0, 0, 0, 0.5);

}
.stars{
  margin-bottom: 0;
  line-height: .5;font-size: 27px !important; color: #fff000 !important;    margin-bottom: 5px;
}


.sidebar-area [data-accordion-group] [data-accordion]{
  margin-bottom: 0;
  width: 350px;
}


.sidebar-area [data-control]{
  background-color: rgb(2, 9, 89);

}

.Furnace___A_C_Cleaning {
  font-size: 1.5rem;
  font-family: "Kanit";
  color: rgb(254, 254, 254);
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.2;
  text-align: center;
  position: absolute;
  left: 1061.781px;
  top: 1136.6px;
  z-index: 85;
}
.sidebar-area [data-accordion] [data-control] h3{
  text-transform: uppercase;
  font-size: 1.5rem;
  /* white-space: nowrap;
  padding-left: 0; */
}

.sidebar-area [data-control]{
  justify-content: center;
}

.sidebar-area [data-accordion] [data-control] h3{
  padding: 15px 0;
}

.sidebar-area [data-control]:hover{
  background-color: rgb(49, 85, 166);  color: rgb(155, 197, 76);


}

.sidebar-area [data-accordion] [data-control] h3{
  font-family: "Kanit", sans-serif;    letter-spacing: 1px;

}

.sidebar-area [data-control]:hover h3{
  color: rgb(155, 197, 76);
}



.menu.menu--desktop ul li[data-depth="0"]  a{
  font-family: "Kanit", sans-serif;     letter-spacing: 1px;
  font-weight: 600;
}

.dropdown li a{
  color: #000 !important;
}

.content-area h2 {
  font-weight: 600;
  font-size: 1.688rem;
  font-family: "Libre Baskerville", serif;
  color: rgb(25, 52, 116);
}

.content-area ul li, .content-area ol li{
  font-size: 0.938rem;
  font-family: "Libre Baskerville", serif;  color: rgb(0, 0, 0);margin-bottom: 10px;
}

.videoPlayer{
  margin-bottom: 2rem;
}.content-area h3{
  font-family: "Kanit", sans-serif;    font-size: 1.5rem;  color: rgb(20, 20, 20);  text-transform: uppercase; letter-spacing: 1px;
}


.top-level-tiles.circle-tiles .circle-tiles__tile .tile__title{
  color: #fff;
}



.content-area p a{
  color: rgb(32, 138, 189);
  text-decoration: underline;
}

.content-area p a:hover{
  color: #000;
}

.header.header--4 .top .left ul li a:hover{
  color: rgb(130, 191, 18);
}

.banner-content .banner-text h1{
  font-family: "Libre Baskerville", serif;
  font-size: 2.5rem;
  color: rgb(130, 191, 18);

}
.banner-content .banner-text p{
  font-family: "Kanit", sans-serif;   font-size: 1.75rem;  color: rgb(255, 255, 255);  text-transform: uppercase; letter-spacing: 1px;
}
.banner-text{
  background-color: rgb(0, 12, 42, .9); z-index: 1;

}


.phone-number:hover{
  color: #fff;
}
.phone-number{
  font-family: "Libre Baskerville", serif;

}
.homebannergoogle{
  position: absolute;
    left: 16%;
    bottom: 26%;
    background-color: rgb(25, 52, 116, .9);
}

@media screen and (max-width: 1225px) {
  .banner-content{
    padding-left: 5px;
  }
}

@media screen and (max-width: 1028px) {
  .banner-content .banner-text h1{
    text-align: center;font-size: 30px;
  }

  .banner-content .banner-text p {
    font-size: 25px;
    text-align: center;
  }
  .homebannergoogle{
    bottom: 27%;
  }
}

@media screen and (max-width: 966px) {
  .banner-content .banner-text p {
    font-size: 20px;
  }
  .homebannergoogle{
    left: 12%;
    bottom: 28%;
  }
}


@media screen and (max-width: 884px) {
  .banner-content .banner-text h1{
   font-size: 1.313rem;
  }
  .banner-content .banner-text p {
    font-size: .9rem;
}
.homebannergoogle {
  left: 6%;
  bottom: 30%;
}
}

@media screen and (max-width: 767px){
  .banner-content .banner-contact iframe{
    margin: 14rem 0;
    height: inherit;
  }
  .feature.feature--3 {
    margin: 37rem 0 4rem;
}

.homebannergoogle {
  left: 31%;
  bottom: 30%;
}

.homebannergoogle {
  position: relative;
  left: auto;
  bottom: auto;
}

.banner-content .banner-contact{
  margin-top: -60px;
}

.banner-content{
  padding-left: 0;
}
.feature.feature--3{
  text-align: center;
}

.feature.feature--3 iframe{
margin-top: 2rem;
}
}

@media screen and (max-width: 387px){
  .banner-content .banner-text h1 {
    font-size: 1.063rem
}
.banner-content .banner-text p {
  font-size: 0.688rem;
}
}
@media screen and (max-width: 340px){
  .banner-contact iframe{
    height: 500px !important;
  }
  .banner-content .banner-contact {
    margin-top: -84px;
}
}

@media screen and (max-width: 991px) {
  .header.header--4 .bottom{
    padding: 10px 0 !important;
  }
  footer .footer-section{
    margin: 15px auto;
  }
  footer .section-2{
    padding: 0;
  }
}
#dnn_dnnLOGOMOBILE_imgLogo{
  height: 60px;
}

@media screen and (max-width: 415px){
  .feature.feature--3 .button.button--primary{
    margin-bottom: 1rem;
  }
}

@media screen and (max-width: 1058px){
  .menu.menu--desktop ul li[data-depth="0"] a{
    font-size: .9rem;
  }
}

@media screen and (max-width: 767px) {
  .tile .tile-content {
    transform: translateY(0);
    background-color: rgba(230, 230, 230, .9) !important;
    display: flex;
    align-items: center;
    justify-content: center;

}
.tile-content h4{
  color:rgb(25, 52, 116) ;
}

.content-area h2{
  font-size: 1.438rem;
}
}

@media screen and (max-width: 1435px){
  .tile-content .p-wrap *{
    font-size: 13px;
  }
}

@media screen and (max-width: 1259px){
  .tile-content .p-wrap{
    padding: 0 3%;
  }
}


@media screen and (max-width: 511px) and (min-width: 421px ){
  .tile-content .p-wrap{
    padding: 0;
  }
  .tile-content .color-primary{
    font-size: 1rem;
  }.tile-content .p-wrap * {
    font-size: 0.688rem;
}.tile-content h4{
  font-size: 1rem;
}
}

@media screen and (max-width: 451px) {
  .slider-section .button--secondary
{
  margin-bottom: 1rem;
}
}

@media screen and (max-width: 527px){
.reviews-full__content .button--primary{
  margin-bottom: 1rem;
}

}


@media screen and (max-width: 1257px) {
  #dnn_FooterThreePane {
    position: relative;
    left: 2rem;
}#dnn_FooterTwoPane .section-2 h4 {
  width: auto;
}
}

@media screen and (max-width: 1257px) and (min-width: 991px){
  footer .section-2 a{
    font-size: 0.688rem;
  }#dnn_FooterTwoPane .section-content ul li {
    white-space: nowrap;
}
}

@media screen and (max-width: 1257px) {
  #dnn_FooterThreePane {
    position: relative;
    left: 0rem;
  }
}

.coupon-each img{
  max-width: 100%;
}


@media screen and (max-width: 576px) {

  .widget-slider {
    display: flex;
    flex-direction: column;
  }

  #dnn_FooterTwoPane .section-content ul li {
    white-space: nowrap;
    padding-bottom: 4px;
}
footer .section-2 a{
  font-size: 14px;
}
#dnn_FooterTwoPane .section-content ul{
  text-align: center;
}
#dnn_FooterTwoPane .section-2 h4, footer .footer-section h4{
  text-align: center;
}
#dnn_FooterTwoPane .section-content ul{
  columns: 1;
}
}


@media screen and (max-width: 1140px) {
  .coupon-each img{
    width: 200px;
  }
}

@media screen and (max-width: 680px) {
  .coupon-each{
    flex-direction: column;
  }
}

.coupons{
  background-color: rgb(225, 225, 225); height: 387px;
}

.widget-slider{
  margin-bottom: 1rem;
}

.coupons h2{
  position: relative;
  bottom: 4rem;


}

.coupons .button--secondary{
  position: relative;
    bottom: 90px;    padding: 15px 35px;
}

.coupon-each{
  position: relative;
  bottom: 85px;
}



.blog-btn {
  display: flex;
  align-items: flex-end;
  position: absolute;
  left: 0;
  /* top: 0; */
  bottom: 0;
  margin: 0 auto;
  align-items: center;
  justify-content: center;
  right: 0;
  margin-bottom: 0rem;
  padding-bottom: 4rem;
}


.blog-title{
  font-size: 2.344rem !important;  color: rgb(20, 20, 20) !important;
}

.description span{
  font-weight: 700;color: #81c513;text-transform: uppercase;
}



@media screen and (max-width: 991px) {
  .inner-banner .Google{
    bottom: 6rem;
  }
}
@media screen and (max-width: 576px){
  .inner-banner .Google {
    bottom: 7rem;
}
.page-title__text{
  font-size: 3rem;
}
.slider-section .flickity .carousel-cell{
  width: 100% !important;
}
}

@media screen and (max-width: 1180px){
  .sidebar-area [data-accordion] [data-control] h3{
    font-size: 1.25rem;
  }
}

@media screen and (max-width: 991px) and (min-width: 576px){
  .sidebar-area [data-accordion] [data-control] h3{
    font-size: 1rem;
  }
}

.videoPlayer iframe{
  max-width: 100%;
}

.inner-banner .banner-image{
  filter: brightness(0.58);
}


.contentareaacc [data-accordion] [data-control] {
  padding: 0;
  margin-bottom: 5px;
  background-color: rgb(129, 197, 19);
  width: 600px;
  height: 50px;
  background-color: rgb(2, 9, 89);
  font-size: 1.188rem;
  font-family: "Kanit", sans-serif;
  color: rgb(255, 255, 255);
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  max-width: 100%;
  padding-left: 20px;
  background-image: url(/portals/0/play-sharp-solid.svg);
  background-repeat: no-repeat;
  background-position: 15px center;
  background-size: 25px 30px;
}


.contentareaacc [data-accordion] [data-control]:hover, .contentareaacc [data-accordion].open [data-control] {
  background-image: url(/portals/0/play-sharp-solid-down.svg);
  background-repeat: no-repeat;
  background-position: 15px center;
  background-size: 25px 30px;
  background-color: rgb(129, 197, 19);

}

.content-area .contentareaacc p{
  margin-top: 10px;
}

.social a img:hover{
  filter: invert(86%) sepia(100%) saturate(0%) hue-rotate(109deg) brightness(105%) contrast(102%);



}

.flickity-button{
  display: none;
}
.carousel-cell p{
  position: absolute;
    top: 171px;
    font-size: 1.125rem;
    font-family: "Kanit", sans-serif;
letter-spacing: 1px;
    text-transform: uppercase;
padding: 0 15px 5px;
color: white;
font-weight: 600;
}



.flickity-blue{
  background-color: rgb(25, 52, 116);

}

.flickity-red{
  background-color: rgb(134, 191, 26);

}

@media screen and (max-width: 1326px){
  .coupons h2 span{
    font-size: 1.7rem;
  }
  .coupons h2 img{
    width: 250px;
  }
}
.stand-out{
  background-color: rgb(225, 225, 225);  padding: 1px 10px;
  margin-top: 2rem;
}

.stand-out ol li{
  font-weight: 700;margin-bottom: 20px;
}

.mobile-icon{
  width: 35px;
  height: 35px;
  filter: invert(86%) sepia(100%) saturate(0%) hue-rotate(109deg) brightness(105%) contrast(102%);
  position: relative;
  top: 10px; left: 7px;
}

@media screen and (max-width: 905px){
  .coupons h2 span{
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 699px){
  .coupons h2 span{
    font-size: 1rem;

  }

  .coupons h2 img{
    width: 150px;
  }
}
@media screen and (max-width: 680px){
  .coupons{
    height: auto;
  }
}



@media screen and (min-width: 991px){
  .sunday{
    padding-right: 64px;
  }
}

@media screen and (max-width: 991px){
  .hours-list li{
    justify-content: space-between !important;
  }
}

.ModSunBlogWidgetWrapperC .title a:hover {
  color: rgb(134, 191, 26)
}

.post-title a{
  font-weight: 600;
  font-size: 1.688rem;
  font-family: "Libre Baskerville", serif;
  color: rgb(25, 52, 116);
}

.post-readmore{
  color: rgb(134, 191, 26) !important

}


.post-readmore:hover{
  color: #000 !important; 
}


.slider-section {
  margin: 100px 0 !important;
}

.blog-title{
  margin:0 0 1rem !important;
}


@media screen and (min-width: 858px){
  .feature.feature--3 .button.button--primary{
    margin-right: 15px;
  }
}

@media screen and (max-width: 827px) and (min-width: 728px){
  .feature.feature--3 .button.button--primary{
    margin-bottom: 1rem;
  }
}


@media screen and (max-width: 767px) {
  .text-shadow{
    text-shadow: none;
  }
}

@media screen and (min-width: 452px) {
  .slider-section .button--secondary
{
  margin-right: 15px;}
}

@media screen and (min-width: 526px){
  .reviews-full__content .button--primary{
    margin-right: 15px;
  }
}

.footer-copyright-bar .col-12 ul li a, .footer-copyright-bar .col-12 ul li span, .footer-copyright-bar .col-12 ul.links li:last-of-type{
  text-transform: capitalize;
}

.menu.menu--desktop ul li:hover a, .menu ul li[data-depth="0"] ul[data-depth="0"] li:hover{
  color: #fff;
}

.menu ul li[data-depth="0"] ul[data-depth="0"] li:hover a{
  color: #fff !important;
}
.menu.menu--mobile ul li[data-depth="0"] a{
  text-transform: uppercase;
}
.menu.menu--mobile ul li ul li a{
  font-family: "Libre Baskerville", serif;
  text-transform: capitalize !important;
}
.content-area p a{
  font-family: "Libre Baskerville", serif;

}

.sidebar-area [data-accordion] [data-control] h3{
  font-weight: 600;
}

.top-level-tiles.circle-tiles .circle-tiles__tile .tile__title{
  margin: 0;
}

.content-area ol li a{
  color: rgb(32, 138, 189);
  text-decoration: underline;
  font-family: "Libre Baskerville", serif;
}

.content-area ol li a:hover {
  color: #000;
}


.coupons h2 img{
  position: absolute;
  bottom: 50px;
}

.content-area p a, .content-area ol li a, .content-area ul li a{
  font-size: 0.938rem;
}

.menu.menu--mobile ul li a{
  font-weight: 500;
    letter-spacing: 1px;
}

.button.button--primary {

  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);

}
.title__under{
  font-weight: 600 !important;
}

.tile-content:first-child {
  background-color: white !important;
}

.light-blue:nth-child(2n) .tile-content{
background: #3155a6 
}

.dark-blue:nth-child(2n) .tile-content{
background: #000436 
}

.tile:hover .tile-content 
{
  transform: translateY(0);
  background-color: #fff;
}

.bdr.b {
  background-color: rgb(49, 85, 166) !important;
}

.coupons h2 span{

  text-shadow: 0px 10px 20px rgba(0, 0, 0, 0.4);

}
.header.header--4.is-sticky .bottom{
  background-color: #fff;
  box-shadow: 0 3px 5px rgba(0,0,0,.3);
}

.sidebar-area [data-accordion-group]{
  margin-top: 2rem;
}

.sidebar-area [data-accordion-group] [data-accordion] [data-content] ul li a{
  color: #000;
}
.sidebar-area [data-accordion-group] [data-accordion] [data-content] ul li a:hover{
  color: rgb(32, 138, 189);
}

.content-area h2{
  margin: 4rem 0 1rem;
}


.post{
  margin-bottom: 6rem;
}

.post-title a:hover{
  color: #81c513;
}
.post-content p{
  padding-bottom: 0 !important;
}



@media screen and (min-width: 1289px) {
  .sidebar-area{
    position: relative;
    left: 3rem;
  }
}

.button.button--primary{
  font-weight: 600;
}

.Google img{
  width: 90px;
  padding-top: 7px;
}


.content-area ul li a{
  color: rgb(32, 138, 189);
  text-decoration: underline;    font-family: "Libre Baskerville", serif;
}

.content-area ul li a:hover{
  color: #000;
}


/*! ===============
   Review Carousel
   ================ */.sidebar-reviews{min-height:400px}.revwid-button,.revwid-filter-container,.revwid-overall-rating-header,.revwid-overall-rating-out-of-label,.revwid-overall-rating-sum,.revwid-select{display:none}.revwid-pagination-arrow{display:none!important}.revwid-pagination{display:none!important}.revwid-reviews-scrollable-area{position:relative;margin-top:1rem;max-width:1200px;margin-inline:auto}.revwid-reviews{position:relative;min-height:200px}.revwid-review{position:absolute;top:0;left:0;right:0;opacity:0;width:100%;min-width:100%;padding:clamp(1rem,5vw,1.875rem);transition:opacity .8s ease-in-out;pointer-events:none;background:#fff;color:#6f6e6e!important;font-family:inherit;border-radius:10px;box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;}.revwid-review-author,.revwid-review-date{font-weight:700;position:relative;padding-right:1rem}.revwid-review-author::after{content:'-';color:inherit;position:absolute;right:6px;font-size:inherit;top:50%;transform:translateY(-50%)}.revwid-review-header{display:flex;align-items:center;position:relative;padding-right:75px;height:30px;margin-bottom:1.25rem}.revwid-review-source-logo{position:absolute;top:50%;right:0;transform:translateY(-50%);display:flex}.revwid-review-stars{margin-right:15px}.revwid-icon-star{font-size:18.4px!important;color:#fbbc05!important;position:relative}.revwid-icon-star::before{content:""!important;background:url("data:image/svg+xml,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' width='1.667in' height='1.597in' viewBox='0 0 120 115'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %23fbbc05; %7D %3C/style%3E%3C/defs%3E%3Ctitle%3Estar%3C/title%3E%3Cpath class='cls-1' d='M59.77,87.747,28.115,111.024a2.854,2.854,0,0,1-4.419-3.137L35.3,70.115,3.128,47.18A2.854,2.854,0,0,1,4.783,42l39.838-.041L56.384,4.674a2.854,2.854,0,0,1,5.422-.067l12.8,37.338,38.983.089a2.854,2.854,0,0,1,1.667,5.167L83.846,69.928l12.909,38.079a2.854,2.854,0,0,1-4.372,3.232Z'/%3E%3C/svg%3E%0A") no-repeat!important;background-size:auto;background-size:100%!important;width:26px!important;height:26px!important;display:inline-block!important;font-family:widget!important;font-style:normal!important;font-weight:400!important;line-height:1!important}.revwid-review-intro-text{padding-top:.5rem}.revwid-review-intro-text p:last-of-type,.revwid-review-read-more-link{margin-bottom:0}.revwid-review.active{opacity:1;position:relative;pointer-events:auto}.revwid-review-full-text{display:none}.revwid-for-collapse, .revwid-is-facebook-rating, .revwid-review-read-more-link {display:none}review-carousel blockquote, .sidebar-reviews .revwid-review-rating-text{display:none!important}@media screen and (max-width:576px){.revwid-review-stars{margin-right:10px}.revwid-icon-star::before{width:15px!important;height:15px!important}.revwid-review-source-logo img{max-width:60px;height:auto}.revwid-review-rating-text{font-size:.95rem}}

/* ---------------------------------------------------------
 * Inner Callout Box
 --------------------------------------------------------- */

.inner-callout-box {
  position: relative;
  background: rgb(25, 52, 116);
  padding: 2.5rem 2.5rem 2rem;
  margin: 3rem 0;
  overflow: hidden;
  box-shadow: 0 8px 30px rgba(25, 52, 116, 0.25);
}



.inner-callout-box::after {
  content: "";
  position: absolute;
  bottom: -40px;
  right: -40px;
  width: 160px;
  height: 160px;
  background: rgba(129, 197, 19, 0.08);
  border-radius: 50%;
  pointer-events: none;
}

.inner-callout-box h2 {
  font-size: 1.45rem;
  font-weight: 600;
  color: #fff;
  letter-spacing: 1px;
  margin: 0 0 1.5rem;
  padding-bottom: 1rem;
  border-bottom: 2px solid rgba(129, 197, 19, 0.35);
}

.inner-callout-box ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem 2rem;
}

.inner-callout-box ul li {
  position: relative;
  padding-left: 1.5rem;
  font-size: 0.938rem;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.6;
}

.inner-callout-box ul li::before {
  content:'';
  position:absolute;
  top:7.5px;
  lefT:0;
  background:#81c513;
  border-radius:50%;
  width:8px;
  height:8px;
}

.inner-callout-box p {margin-block:1.5rem 0;color:#81c513;font-style:italic}

@media screen and (max-width: 768px) {
  .inner-callout-box {
    padding: 2rem 1.5rem 1.5rem;
  }

  .inner-callout-box ul {
    grid-template-columns: 1fr;
  }
}


/* ---------------------------------------------------------
 * Our Process Graphic
 --------------------------------------------------------- */

.our-process-graphic {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  margin: 2.5rem 0 3rem;
  counter-reset: process-step;
}

.our-process-graphic h3 {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 1.1rem;
  font-weight: 600;
  color: rgb(25, 52, 116);

  margin: 0;
  padding: 1.25rem 1.5rem 0.5rem;
  background: linear-gradient(135deg, rgba(25, 52, 116, 0.04) 0%, rgba(129, 197, 19, 0.04) 100%);
  border-left: 4px solid #81c513;
}



.our-process-graphic h3 + p + h3 {
  border-top: 1px solid rgba(25, 52, 116, 0.08);
}

.our-process-graphic p {
  grid-column: 1 / -1;
  font-size: 0.938rem;
  color: rgb(50, 50, 50);
  line-height: 1.6;
  margin: 0;
  padding: 0.5rem 1.5rem 1.25rem 1.5rem;
  background: linear-gradient(135deg, rgba(25, 52, 116, 0.04) 0%, rgba(129, 197, 19, 0.04) 100%);
  border-left: 4px solid #81c513;
}

.our-process-graphic p:last-child {
  padding-bottom: 1.75rem;
  margin-bottom: 0;
  border-top: 1px solid rgba(25, 52, 116, 0.1);
  padding-top: 1.25rem;
  font-style: italic;
  color: rgb(25, 52, 116);
  font-weight: 600;
  font-family: "Kanit", sans-serif;
  font-size: 0.95rem;
  letter-spacing: 0.3px;
}

@media screen and (max-width: 768px) {
  .our-process-graphic {
    margin: 2rem 0;
  }

  .our-process-graphic h3 {
    font-size: 1rem;
    padding: 1rem 1.25rem 0.4rem;
  }

  .our-process-graphic p {
    padding: 0.4rem 1.25rem 1rem;
  }
}


 .locations  {
   background: rgb(25, 52, 116);
  text-align: center;
  padding: 4.5rem 0;
  position: relative;
  z-index: 1;
  box-shadow: 0px 7px 15px rgba(0,0,0,0.2);
  color:#fff;
 }

 .locations h2 {
  color: #fff;
  font-family: "Libre Baskerville", serif;
  font-size:clamp(1.75rem,5vw,2.313rem);
  margin-bottom: 1.5rem;
  text-shadow: 0px 3px 7px rgba(0,0,0,0.2);
}

.locations ul {
   display: flex;
  justify-content: center;
  column-gap:10px;
  padding: 0;
  margin: 0 0 2rem 0;
  list-style: inside;
  align-items: center;
  justify-content: center;
  flex-wrap:wrap;
}


.locations ul li a {
  font-size: 1.125rem;
  font-family: "Kanit", sans-serif;
  color: rgb(134, 191, 26);
  font-weight:600;
  letter-spacing: 1px;
  text-align: center;
  line-height: 0;
}

.locations ul li a:hover {text-decoration:underline;color:#fff}

.locations h4,.locations h4 a {color:#fff;font-size:clamp(1.25rem,3vw,1.875rem);font-weight:600}

.locations h4 a:hover {color: rgb(134, 191, 26);}

/* REVIEWS STATIC */
  .dd-reviews {
    --dd-green: #81c513;
    --dd-navy: #193474;
    --dd-text: #515151;
    --dd-card: #ffffff;
    --dd-bg: #f5f5f5;
    box-sizing: border-box;
    max-width: 1200px;
    margin: 0 auto;
    padding: 3rem 1.25rem;
    font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    color: var(--dd-text);
  }

  .reviews-full__content .dd-reviews {padding:1rem 0}
  .dd-reviews *, .dd-reviews *::before, .dd-reviews *::after { box-sizing: inherit; }

  .dd-reviews__heading {
    text-align: center;
    margin: 0 0 2.5rem;
  }
  .dd-reviews__heading h2 {
    font-family: "Kanit", "Open Sans", sans-serif;
    font-size: clamp(1.75rem, 4vw, 2.5rem);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    color: var(--dd-navy);
    margin: 0 0 0.5rem;
  }
  .dd-reviews__heading p {
    margin: 0;
    font-size: 1.05rem;
    color: var(--dd-text);
  }
  .dd-reviews__heading .dd-reviews__stars { color: var(--dd-green); font-size: 1.25rem; letter-spacing: 0.1em; }

  .dd-reviews__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.5rem;
  }

  .dd-review {
    background: var(--dd-card);
    border: 1px solid #e6e6e6;
    border-top: 4px solid var(--dd-green);
    border-radius: 8px;
    padding: 1.75rem 1.5rem 1.5rem;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    display: flex;
    flex-direction: column;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
  }
  .dd-review:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.1);
  }

  .dd-review__stars {
    color: var(--dd-green);
    font-size: 1.05rem;
    letter-spacing: 0.12em;
    margin-bottom: 0.75rem;
  }
  .dd-review__text {
    font-size: 1rem;
    line-height: 1.6;
    font-weight:500;
    margin: 0 0 1.25rem;
    flex-grow: 1;
  }
  .dd-review__text::before {
    content: "“";
    font-family: "Libre Baskerville", Georgia, serif;
    color: var(--dd-green);
    font-size: 2.5rem;
    line-height: 0;
    vertical-align: -0.4em;
    margin-right: 0.15em;
  }
  .dd-review__author {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    justify-content:center;
    border-top: 1px solid #f0f0f0;
    padding-top: 1rem;
  }

  .dd-review__name {
    font-family: "Kanit", "Open Sans", sans-serif;
    font-weight: 600;
    color: var(--dd-navy);
    font-size: 1rem;
  }
  .dd-review__name span {
    display: block;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 1rem;
    color: #acacac;
    text-transform: uppercase;
    letter-spacing: 0.05em;
  }

  @media (max-width: 600px) {
    .dd-reviews { padding: 2rem 1rem; }
  }

