Increase the Memory Limit for Your Process, Why You Should Add node in Your Travis Config, Create a PDF from HTML with Puppeteer and Handlebars, Retrieve a Requests IP Address in Node.js, Detect the Node.js Version in a Running Process or App, How to Base64 Encode/Decode a Value in Node.js, Check if a Value Is Null or Undefined in JavaScript or Node.js, How to Fix Uncaught SyntaxError: Cannot use import statement outside a module, Nested Destructuring in JavaScript or Node.js, Remove All Whitespace From a String in JavaScript, Generate a Random ID or String in Node.js or JavaScript, Remove Extra Spaces From a String in JavaScript or Node.js, Remove Numbers From a String in JavaScript or Node.js, Get the Part Before a Character in a String in JavaScript or Node.js, Get the Part After a Character in a String in JavaScript or Node.js, How to Check if a Value is a String in JavaScript or Node.js, Check If a String Includes All Strings in JavaScript/Node.js/TypeScript, Check if a Value is a String in JavaScript and Node.js, Limit and Truncate a String to a Given Length in JavaScript and Node.js, Split a String into a List of Characters in JavaScript and Node.js, Reverse a String in JavaScript or Node.js, Split a String into a List of Lines in JavaScript or Node.js, Split a String into a List of Words in JavaScript or Node.js, Detect if a String is in camelCase Format in Javascript or Node.js, Check If a String Is in Lowercase in JavaScript or Node.js, Check If a String is in Uppercase in JavaScript or Node.js, Get the Part After First Occurrence in a String in JavaScript or Node.js, Get the Part Before First Occurrence in a String in JavaScript or Node.js, Get the Part Before Last Occurrence in a String in JavaScript or Node.js, Get the Part After Last Occurrence in a String in JavaScript or Node.js, How to Shuffle the Characters of a String in JavaScript or Node.js, Append Characters or Words to a String in JavaScript or Node.js, Check if a String is Empty in JavaScript or Node.js, Ensure a String Ends with a Given Character in JavaScript or Node.js, Left-Trim Characters Off a String in JavaScript or Node.js, Right-Trim Characters Off a String in JavaScript or Node.js, Lowercase the First Character of a String in JavaScript or Node.js, Uppercase the First Character of a String in JavaScript or Node.js, Prepend Characters or Words to a String in JavaScript or Node.js, Get Number of Seconds Since Epoch in JavaScript, Increase a Date in JavaScript by One Week, Add Seconds to a Date in Node.js and JavaScript, Add Month(s) to a Date in JavaScript or Node.js, Add Week(s) to a Date in JavaScript or Node.js, Get the Current Year in JavaScript or Node.js, How to Get a UNIX Timestamp in JavaScript or Node.js, How to Convert a UNIX Timestamp to a Date in JavaScript or Node.js, Add Days to a Date in JavaScript or Node.js, Get Yesterday's Date in JavaScript or Node.js, Add Minutes to a Date in JavaScript or Node.js, Add Hours to a Date in JavaScript or Node.js, Check If a Date Is Today in JavaScript or Node.js, Check If a Date is Tomorrow in JavaScript or Node.js, Check If a Date is Yesterday in JavaScript or Node.js, How to Format a Date YYYY-MM-DD in JavaScript or Node.js, How to Run an Asynchronous Function in Array.map(), Clone/Copy an Array in JavaScript and Node.js, Get an Array With Unique Values (Delete Duplicates), Sort an Array of Integers in JavaScript and Node.js, Sort a Boolean Array in JavaScript, TypeScript, or Node.js, Check If an Array Contains a Given Value in JavaScript or Node.js, Add an Item to the Beginning of an Array in JavaScript or Node.js, Append an Item at the End of an Array in JavaScript or Node.js, How to Exit and Stop a for Loop in JavaScript and Node.js, Split an Array Into Smaller Array Chunks in JavaScript and Node.js, How to Get an Index in a forof Loop in JavaScript and Node.js, How to Exit, Stop, or Break an Array#forEach Loop in JavaScript or Node.js, Retrieve a Random Item From an Array in JavaScript or Node.js, How to Reverse an Array in JavaScript and Node.js, Sort an Array of Strings in JavaScript, TypeScript or Node.js, Sort an Array of Objects in JavaScript, TypeScript or Node.js, Check If a Value Is an Array in JavaScript or Node.js, Join an Array of Strings to a Single String Value, Callback and Promise Support in your Node.js Modules, How to Fix Promise resolver undefined is not a function in Node.js or JavaScript, Detect if Value Is a Promise in Node.js and JavaScript, Overview of Promise-Based APIs in Node.js, Human-Readable JSON.stringify() With Spaces and Line Breaks, Create a Custom toJSON Function in Node.js and JavaScript, Check If a Value Is Iterable in JavaScript or Node.js, Extend Multiple Classes (Multi Inheritance), Retrieve the Class Name at Runtime in JavaScript and Node.js, Generate a Random Number in Range With JavaScript/Node.js, Ensure a Positive Number in JavaScript or Node.js, Check If a Number has Decimal Places in JavaScript or Node.js, Use Numeric Separators for Better Readability, How to Check if an Object is Empty in JavaScript or Node.js, How to CamelCase Keys of an Object in JavaScript or Node.js, How to Snake_Case Keys of an Object in JavaScript or Node.js, How to Destructure a Dynamic Key in JavaScript or Node.js, How to Get All Keys (Including Symbols) from an Object in JavaScript or Node.js, How to Delete a Key From an Object in JavaScript or Node.js, Iterate Through an Objects Keys and Values in JavaScript or Node.js, Check If a Value Is an Object in JavaScript or Node.js, Conditionally Add Properties to an Object in JavaScript or Node.js, Get a Files Last Modified or Updated Date of a File, Retrieve the Path to the Users Home Directory, How to Create a Directory (and Parents If Needed), Get a File Name (With or Without Extension), Determine the Node.js Version Running Your Script, Check if a Value is a Symbol in JavaScript or Node.js, Check if Running on 64bit or 32bit Platform, Retrieve the List of Supported Hash Algorithms. Simple solution to let you know if you have not locked your closed door, CGAC2022 Day 6: Shuffles with specific "magic number", Challenges of a small company working with an external dev team from another country. When evaluating for an empty string, it's often because you need to replace it with something else. A non-jQuery solution that more closely mimics IsNullOrWhiteSpace, but to detect null, empty or all-spaces only: * EDIT * Do sandcastles kill more people than sharks? vertical-align: -0.1em !important; WebComparing null and undefined. So it's the 80/20 solution. I'm not sure if there's a nice quick way to convert between them, but if it helps: @VamshiGudipati: I was going to, but people would just tell me some other way to do that, so I decided not to. When you perform simple assignments and related checks answer myself ( pending review ) of and! In which case val != null will return true for undefined or null but not for other falsey values like 0 . Or even better - how do I immediately check if "Book1.chapter22.paragraph37" exists with a single call, but not rise a reference error? the benefit of using this method that it can be used before a variable is defined. 0 is a reasonable value in a score experience anything replace it with something else groups with opinions You choose, consider putting the check in a crypto winter ( Ep in favor of == crawl you feel. This has the advantage of actually removing any outer whitespace from addr instead of just ignoring it when performing the check. In simple words you can say a null value means no value or absence of a value, and undefined means a variable that has been declared but no yet assigned a value. Does aliquot matter for final concentration? It returns false for null, undefined, 0, 000, "", false. Wow!). Central limit theorem replacing radical n with n. Is it cheating if the proctor gives a student the answer key by mistake and the student doesn't report it? The nullish coalescing operator (??) Shouldn't this be data !== null || data !== '' instead of using && ? Whether javascript check undefined or null or empty checkbox is checked in jQuery undefined from other code subclasses, and nail it with a name. How do I check whether a checkbox is checked in jQuery? It's not a simple double negative. @Vincent Conditions are often written like this, /^\s*$/.test(str) can be replaced with str.trim().length === 0, @Vincent this is also called "Yoda Conditions", like, It isn't really a good idea to be extending native prototypes though, it is generally considered a bad practice that a lot of people just recommend against doing so entirely as there are safer ways that are just as good. Can you splice #8 stranded ground with #10 solid ground? Undefined variable: A variable which is declared but value is not defined for that. Typecast the variable to Boolean, where str is a variable. typeof xyz == undefined. Simple solution to check if string is undefined or null or "":-. It indicates the absense of a value. Should I exit and re-enter EU with my EU passport or is it ok? Would it be possible, given current technology, ten years, and an infinite amount of money, to construct a 7,000 foot (2200 meter) aircraft carrier? At what point in the prequels is it revealed that Palpatine is Darth Sidious? It rude ; I consider it efficient - so edited the answer as it is flat out. !! Wellness Program Name Suggestions, null or undefined, and otherwise returns its left-hand side operand. This will only match null or undefined, this wont match false. padding: 0 !important; How do I check for an empty/undefined/null string in JavaScript? WebMethod 1: By using equality operator: We can use equlity operator, == with null or undefined to check if an object is either null or undefined. rev2022.12.11.43106. The closest thing you can get to str.Empty (with the precondition that str is a String) is: If you need to make sure that the string is not just a bunch of empty spaces (I'm assuming this is for form validation) you need to do a replace on the spaces. Nervous about possible layoffs? What to do when my company fake my resume? Do a check against either length (if you know that the var will always be a string) or against "" Share. Meanwhile we can have one function that checks for all 'empties' like null, undefined, '', ' ', {}, []. Checking if a key exists in a JavaScript object? undefined == null; //true undefined === null; //false. Therefore, accepted answer will not work if you pass null values. like, To check for exactly an empty string, compare for strict equality against "" using the === operator: To check for not an empty string strictly, use the !== operator: For checking if a variable is falsey or if it has length attribute equal to zero (which for a string, means it is empty), I use: (Note that strings aren't the only variables with a length attribute, arrays have them as well, for example.). Double negative, so it 's literally saying if ( typeof console == 'object ' ) { },, Param { object } the file object created by the input [ type=file ] element! Do comment if you have any doubts or suggestions on this JS undefined/null topic. No sense to put them all into one is only true if strVar accidentally. The following two functions return true only for undefined, null, empty/whitespace values and false for everything else, such as numbers, Boolean, objects, expressions, etc. WebThe strict equality operators (=== and !==) provide the IsStrictlyEqual semantic.If the operands are of different types, return false. How can I check whether a variable is defined in JavaScript? Why do we order our adjectives in certain ways: "big, blue house" rather than "blue, big house"? If my_var is 0 then the condition will execute. // getFileMimeType // @param {Object} the file object created by the input[type=file] DOM element. next step is to compute array difference from [null,'0','0.0',false,undefined,''] The 3rd party code can handle null being passed back, but not undefined. Identifying wait_resource for wait_info Extended Events, Output the length of (the length plus a message). In our example, we will describe more than one example to understand them easily. "when we use == the types are made equal" - no (at least, not always), see the link on the first line of my answer. In combination with two negation operators !! null and undefined both return false. Does aliquot matter for final concentration? Op said "check if a variable", and his example showed that variable being a string, but I'd assume that that's just an example to demonstrate the idea. It rude ; I consider it efficient - so edited the answer as it is flat out. Question content may have changed, so I'll try to answer thoroughly. How do I check if an array includes a value in JavaScript? Would salt mines, lakes or flats be reasonably found in high, snowy elevations? !function(e,a,t){var n,r,o,i=a.createElement("canvas"),p=i.getContext&&i.getContext("2d");function s(e,t){var a=String.fromCharCode,e=(p.clearRect(0,0,i.width,i.height),p.fillText(a.apply(this,e),0,0),i.toDataURL());return p.clearRect(0,0,i.width,i.height),p.fillText(a.apply(this,t),0,0),e===i.toDataURL()}function c(e){var t=a.createElement("script");t.src=e,t.defer=t.type="text/javascript",a.getElementsByTagName("head")[0].appendChild(t)}for(o=Array("flag","emoji"),t.supports={everything:!0,everythingExceptFlag:!0},r=0;ri&&(t=r=f,l=e),i>f&&f>r&&(r=f,n=e)}),t>r&&(l=n)),f=e.gridheight[l]||e.gridheight[0]||e.gridheight,s=e.gridwidth[l]||e.gridwidth[0]||e.gridwidth,h=i/s,h=h>1?1:h,f=Math.round(h*f),"fullscreen"==e.sliderLayout){var u=(e.c.width(),jQuery(window).height());if(void 0!=e.fullScreenOffsetContainer){var c=e.fullScreenOffsetContainer.split(",");if (c) jQuery.each(c,function(e,i){u=jQuery(i).length>0?u-jQuery(i).outerHeight(!0):u}),e.fullScreenOffset.split("%").length>1&&void 0!=e.fullScreenOffset&&e.fullScreenOffset.length>0?u-=jQuery(window).height()*parseInt(e.fullScreenOffset,0)/100:void 0!=e.fullScreenOffset&&e.fullScreenOffset.length>0&&(u-=parseInt(e.fullScreenOffset,0))}f=u}else void 0!=e.minHeight&&f h2,.woocommerce .upsells > h2,.woocommerce .cross-sells > h2 {font-size:24px;letter-spacing:0px;}h5 {font-size:20px;letter-spacing:0px;}h6 {font-size:18px;letter-spacing:0px;}@media (max-width:767px) {html {font-size:16px;line-height:28px;}h1 {font-size:30px;}h1.vc_custom_heading {font-size:30px !important;}h2 {font-size:26px;}h2.vc_custom_heading {font-size:26px !important;}h3 {font-size:24px;}h3.vc_custom_heading {font-size:24px !important;}h4,.widgettitle,.comment-reply-title,.woocommerce #reviews h2,.woocommerce .related > h2,.woocommerce .upsells > h2,.woocommerce .cross-sells > h2 {font-size:22px;}h4.vc_custom_heading {font-size:22px !important;}h5 {font-size:20px;}h5.vc_custom_heading {font-size:20px !important;}h6 {font-size:18px;}h6.vc_custom_heading {font-size:18px !important;}}body,.header_hor .l-header.pos_fixed {min-width:1300px;}.l-canvas.type_boxed,.l-canvas.type_boxed .l-subheader,.l-canvas.type_boxed .l-section.type_sticky,.l-canvas.type_boxed ~ .l-footer {max-width:1300px;}.header_hor .l-subheader-h,.l-titlebar-h,.l-main-h,.l-section-h,.w-tabs-section-content-h,.w-blog-post-body {max-width:1140px;}@media (max-width:1290px) {.l-section:not(.width_full) .owl-nav {display:none;}}@media (max-width:1340px) {.l-section:not(.width_full) .w-blog .owl-nav {display:none;}}.l-sidebar {width:25%;}.l-content {width:70%;}@media (max-width:767px) {.g-cols > div:not([class*=" vc_col-"]) {float:none;width:100%;margin:0 0 2rem;}.g-cols.type_boxes > div,.g-cols > div:last-child,.g-cols > div.has-fill {margin-bottom:0;}.vc_wp_custommenu.layout_hor,.align_center_xs,.align_center_xs .w-socials {text-align:center;}}@media screen and (max-width:1200px) {.w-portfolio[class*="cols_"] .w-portfolio-item {width:33.333333333333%;}.w-portfolio[class*="cols_"] .w-portfolio-item.size_2x1,.w-portfolio[class*="cols_"] .w-portfolio-item.size_2x2 {width:66.666666666667%;}}@media screen and (max-width:900px) {.w-portfolio[class*="cols_"] .w-portfolio-item {width:50%;}.w-portfolio[class*="cols_"] .w-portfolio-item.size_2x1,.w-portfolio[class*="cols_"] .w-portfolio-item.size_2x2 {width:100%;}}@media screen and (max-width:600px) {.w-portfolio[class*="cols_"] .w-portfolio-item {width:100%;}}@media screen and (max-width:1200px) {.w-blog[class*="cols_"] .w-blog-post {width:33.333333333333%;}}@media screen and (max-width:900px) {.w-blog[class*="cols_"] .w-blog-post {width:50%;}}@media screen and (max-width:600px) {.w-blog[class*="cols_"] .w-blog-post {width:100%;}}.w-btn,.button,.l-body .cl-btn,.l-body .ubtn,.l-body .ultb3-btn,.l-body .btn-modal,.l-body .flip-box-wrap .flip_link a,.rev_slider a.w-btn, .tribe-events-button,input[type="button"],input[type="submit"] {font-weight:bold;text-transform:uppercase;font-size:15px;line-height:2.8;padding:0 1.8em;border-radius:0.3em;letter-spacing:0px;box-shadow:0 0em 0em rgba(0,0,0,0.18);}.w-btn.icon_atleft i {left:1.8em;}.w-btn.icon_atright i {right:1.8em;}@media (min-width:901px) {.l-subheader.at_top { display:none; }.header_hor .l-subheader.at_top {line-height:40px;height:40px;}.header_hor .l-header.sticky .l-subheader.at_top {line-height:0px;height:0px;overflow:hidden;}.header_hor .l-subheader.at_middle {line-height:100px;height:100px;}.header_hor .l-header.sticky .l-subheader.at_middle {line-height:82px;height:82px;}.l-subheader.at_bottom { display:none; }.header_hor .l-subheader.at_bottom {line-height:50px;height:50px;}.header_hor .l-header.sticky .l-subheader.at_bottom {line-height:50px;height:50px;}.header_hor .l-header.pos_fixed ~ .l-titlebar,.header_hor .titlebar_none.sidebar_left .l-header.pos_fixed ~ .l-main,.header_hor .titlebar_none.sidebar_right .l-header.pos_fixed ~ .l-main,.header_hor .titlebar_none.sidebar_none .l-header.pos_fixed ~ .l-main .l-section:first-child,.header_hor.header_inpos_below .l-header.pos_fixed ~ .l-main .l-section:nth-child(2),.header_hor .l-header.pos_static.bg_transparent ~ .l-titlebar,.header_hor .titlebar_none.sidebar_left .l-header.pos_static.bg_transparent ~ .l-main,.header_hor .titlebar_none.sidebar_right .l-header.pos_static.bg_transparent ~ .l-main,.header_hor .titlebar_none.sidebar_none .l-header.pos_static.bg_transparent ~ .l-main .l-section:first-child {padding-top:100px;}.header_hor .l-header.pos_static.bg_solid + .l-main .l-section.preview_trendy .w-blog-post-preview {top:-100px;}.header_hor.header_inpos_bottom .l-header.pos_fixed ~ .l-main .l-section:first-child {padding-bottom:100px;}.header_hor .l-header.bg_transparent ~ .l-main .l-section.valign_center:first-child > .l-section-h {top:-50px;}.header_hor.header_inpos_bottom .l-header.pos_fixed.bg_transparent ~ .l-main .l-section.valign_center:first-child > .l-section-h {top:50px;}.header_hor .l-header.pos_fixed ~ .l-main .l-section.height_full:not(:first-child) {min-height:calc(100vh - 82px);}.admin-bar.header_hor .l-header.pos_fixed ~ .l-main .l-section.height_full:not(:first-child) {min-height:calc(100vh - 114px);}.header_hor .l-header.pos_fixed ~ .l-main .l-section.sticky {top:82px;}.admin-bar.header_hor .l-header.pos_fixed ~ .l-main .l-section.sticky {top:114px;}.header_hor .titlebar_none.sidebar_none .l-header.pos_fixed.sticky ~ .l-main .l-section.type_sticky:first-child {padding-top:82px;}.header_ver {padding-left:300px;position:relative;}.rtl.header_ver {padding-left:0;padding-right:300px;}.header_ver .l-header,.header_ver .l-header .w-cart-notification {width:300px;}.header_ver .l-navigation-item.to_next {left:calc(300px - 13.5rem);}.no-touch .header_ver .l-navigation-item.to_next:hover {left:300px;}.rtl.header_ver .l-navigation-item.to_next {right:calc(300px - 13.5rem);}.no-touch .rtl.header_ver .l-navigation-item.to_next:hover {right:300px;}.header_ver .w-nav.type_desktop [class*="columns"] .w-nav-list.level_2 {width:calc(100vw - 300px);max-width:980px;}}@media (min-width:601px) and (max-width:900px) {.l-subheader.at_top { display:none; }.header_hor .l-subheader.at_top {line-height:36px;height:36px;}.header_hor .l-header.sticky .l-subheader.at_top {line-height:36px;height:36px;}.header_hor .l-subheader.at_middle {line-height:80px;height:80px;}.header_hor .l-header.sticky .l-subheader.at_middle {line-height:50px;height:50px;}.l-subheader.at_bottom { display:none; }.header_hor .l-subheader.at_bottom {line-height:50px;height:50px;}.header_hor .l-header.sticky .l-subheader.at_bottom {line-height:50px;height:50px;}.header_hor .l-header.pos_fixed ~ .l-titlebar,.header_hor .titlebar_none.sidebar_left .l-header.pos_fixed ~ .l-main,.header_hor .titlebar_none.sidebar_right .l-header.pos_fixed ~ .l-main,.header_hor .titlebar_none.sidebar_none .l-header.pos_fixed ~ .l-main .l-section:first-child,.header_hor .l-header.pos_static.bg_transparent ~ .l-titlebar,.header_hor .titlebar_none.sidebar_left .l-header.pos_static.bg_transparent ~ .l-main,.header_hor .titlebar_none.sidebar_right .l-header.pos_static.bg_transparent ~ .l-main,.header_hor .titlebar_none.sidebar_none .l-header.pos_static.bg_transparent ~ .l-main .l-section:first-child {padding-top:80px;}.header_hor .l-header.pos_static.bg_solid + .l-main .l-section.preview_trendy .w-blog-post-preview {top:-80px;}.header_hor .l-header.pos_fixed ~ .l-main .l-section.sticky {top:50px;}.admin-bar.header_hor .l-header.pos_fixed ~ .l-main .l-section.sticky {top:96px;}.header_hor .titlebar_none.sidebar_none .l-header.pos_fixed.sticky ~ .l-main .l-section.type_sticky:first-child {padding-top:50px;}.header_ver .l-header {width:300px;}}@media (max-width:600px) {.l-subheader.at_top { display:none; }.header_hor .l-subheader.at_top {line-height:36px;height:36px;}.header_hor .l-header.sticky .l-subheader.at_top {line-height:36px;height:36px;}.header_hor .l-subheader.at_middle {line-height:50px;height:50px;}.header_hor .l-header.sticky .l-subheader.at_middle {line-height:50px;height:50px;}.l-subheader.at_bottom { display:none; }.header_hor .l-subheader.at_bottom {line-height:50px;height:50px;}.header_hor .l-header.sticky .l-subheader.at_bottom {line-height:50px;height:50px;}.header_hor .l-header.pos_fixed ~ .l-titlebar,.header_hor .titlebar_none.sidebar_left .l-header.pos_fixed ~ .l-main,.header_hor .titlebar_none.sidebar_right .l-header.pos_fixed ~ .l-main,.header_hor .titlebar_none.sidebar_none .l-header.pos_fixed ~ .l-main .l-section:first-child,.header_hor .l-header.pos_static.bg_transparent ~ .l-titlebar,.header_hor .titlebar_none.sidebar_left .l-header.pos_static.bg_transparent ~ .l-main,.header_hor .titlebar_none.sidebar_right .l-header.pos_static.bg_transparent ~ .l-main,.header_hor .titlebar_none.sidebar_none .l-header.pos_static.bg_transparent ~ .l-main .l-section:first-child {padding-top:50px;}.header_hor .l-header.pos_static.bg_solid + .l-main .l-section.preview_trendy .w-blog-post-preview {top:-50px;}.header_hor .l-header.pos_fixed ~ .l-main .l-section.sticky {top:50px;}.header_hor .titlebar_none.sidebar_none .l-header.pos_fixed.sticky ~ .l-main .l-section.type_sticky:first-child {padding-top:50px;}}@media (min-width:901px) {.ush_image_1 { height:60px; }.l-header.sticky .ush_image_1 { height:60px; }}@media (min-width:601px) and (max-width:900px) {.ush_image_1 { height:40px; }.l-header.sticky .ush_image_1 { height:40px; }}@media (max-width:600px) {.ush_image_1 { height:30px; }.l-header.sticky .ush_image_1 { height:30px; }}.ush_text_1 .w-text-value { color:; }@media (min-width:901px) {.ush_text_1 { font-size:26px; }}@media (min-width:601px) and (max-width:900px) {.ush_text_1 { font-size:24px; }}@media (max-width:600px) {.ush_text_1 { font-size:20px; }}.ush_text_1 { white-space:nowrap; }.ush_text_2 .w-text-value { color:; }@media (min-width:901px) {.ush_text_2 { font-size:13px; }}@media (min-width:601px) and (max-width:900px) {.ush_text_2 { font-size:13px; }}@media (max-width:600px) {.ush_text_2 { font-size:13px; }}.ush_text_2 { white-space:nowrap; }.ush_text_3 .w-text-value { color:; }@media (min-width:901px) {.ush_text_3 { font-size:13px; }}@media (min-width:601px) and (max-width:900px) {.ush_text_3 { font-size:13px; }}@media (max-width:600px) {.ush_text_3 { font-size:13px; }}.ush_text_3 { white-space:nowrap; }.ush_text_4 .w-text-value { color:; }@media (min-width:901px) {.ush_text_4 { font-size:13px; }}@media (min-width:601px) and (max-width:900px) {.ush_text_4 { font-size:13px; }}@media (max-width:600px) {.ush_text_4 { font-size:13px; }}.ush_text_4 { white-space:nowrap; }.header_hor .ush_menu_1.type_desktop .w-nav-list.level_1 > .menu-item > a {padding:0 6px;}.header_ver .ush_menu_1.type_desktop {line-height:12px;}.ush_menu_1.type_desktop .btn.w-nav-item.level_1 > .w-nav-anchor {margin:3px;}.ush_menu_1.type_desktop .w-nav-list.level_1 > .menu-item > a {font-size:16px;}.ush_menu_1.type_desktop .w-nav-anchor:not(.level_1) {font-size:15px;}.ush_menu_1.type_mobile .w-nav-anchor.level_1 {font-size:15px;}.ush_menu_1.type_mobile .w-nav-anchor:not(.level_1) {font-size:14px;}@media screen and (max-width:900px) {.header_hor .w-nav-list.hide_for_mobiles {display:none;}}@media (min-width:901px) {.ush_socials_1 {font-size:18px;}}@media (min-width:601px) and (max-width:900px) {.ush_socials_1 {font-size:18px;}}@media (max-width:600px) {.ush_socials_1 {font-size:18px;}}.ush_socials_1 .custom .w-socials-item-link-hover {background-color:#1abc9c;}.ush_socials_1.color_brand .custom .w-socials-item-link {color:#1abc9c;}@media (min-width:901px) {.ush_dropdown_1 .w-dropdown-h {font-size:13px;}}@media (min-width:601px) and (max-width:900px) {.ush_dropdown_1 .w-dropdown-h {font-size:13px;}}@media (max-width:600px) {.ush_dropdown_1 .w-dropdown-h {font-size:13px;}}@media (min-width:901px) {.ush_cart_1 .w-cart-link {font-size:20px;}}@media (min-width:601px) and (max-width:900px) {.ush_cart_1 .w-cart-link {font-size:20px;}}@media (max-width:600px) {.ush_cart_1 .w-cart-link {font-size:20px;}}body {background-color:#eeeeee;}.l-subheader.at_top,.l-subheader.at_top .w-dropdown-list,.header_hor .l-subheader.at_top .type_mobile .w-nav-list.level_1 {background-color:#f5f5f5;}.l-subheader.at_top,.l-subheader.at_top .w-dropdown.active,.header_hor .l-subheader.at_top .type_mobile .w-nav-list.level_1 {color:#777777;}.no-touch .l-subheader.at_top a:hover,.no-touch .l-subheader.at_top .w-cart-quantity,.no-touch .l-header.bg_transparent .l-subheader.at_top .w-dropdown.active a:hover {color:#1b98e0;}.header_ver .l-header,.header_hor .l-subheader.at_middle,.l-subheader.at_middle .w-dropdown-list,.header_hor .l-subheader.at_middle .type_mobile .w-nav-list.level_1 {background-color:#ffffff;}.l-subheader.at_middle,.l-subheader.at_middle .w-dropdown.active,.header_hor .l-subheader.at_middle .type_mobile .w-nav-list.level_1 {color:#666666;}.no-touch .l-subheader.at_middle a:hover,.no-touch .l-subheader.at_middle .w-cart-quantity,.no-touch .l-header.bg_transparent .l-subheader.at_middle .w-dropdown.active a:hover {color:#1b98e0;}.l-subheader.at_bottom,.l-subheader.at_bottom .w-dropdown-list,.header_hor .l-subheader.at_bottom .type_mobile .w-nav-list.level_1 {background-color:#f5f5f5;}.l-subheader.at_bottom,.l-subheader.at_bottom .w-dropdown.active,.header_hor .l-subheader.at_bottom .type_mobile .w-nav-list.level_1 {color:#777777;}.no-touch .l-subheader.at_bottom a:hover,.no-touch .l-subheader.at_bottom .w-cart-quantity,.no-touch .l-header.bg_transparent .l-subheader.at_bottom .w-dropdown.active a:hover {color:#1b98e0;}.l-header.bg_transparent:not(.sticky) .l-subheader {color:#ffffff;}.no-touch .l-header.bg_transparent:not(.sticky) a:not(.w-nav-anchor):hover,.no-touch .l-header.bg_transparent:not(.sticky) .type_desktop .w-nav-item.level_1:hover > .w-nav-anchor {color:#ffffff;}.l-header.bg_transparent:not(.sticky) .w-nav-title:after {background-color:#ffffff;}.w-search-form {background-color:#ffffff;color:#1b98e0;}.no-touch .w-nav-item.level_1:hover > .w-nav-anchor {background-color:#5c2134;color:#ffffff;}.w-nav-title:after {background-color:#ffffff;}.w-nav-item.level_1.current-menu-item > .w-nav-anchor,.w-nav-item.level_1.current-menu-parent > .w-nav-anchor,.w-nav-item.level_1.current-menu-ancestor > .w-nav-anchor {background-color:;color:#ff;}.l-header.bg_transparent:not(.sticky) .type_desktop .w-nav-item.level_1.current-menu-item > .w-nav-anchor,.l-header.bg_transparent:not(.sticky) .type_desktop .w-nav-item.level_1.current-menu-ancestor > .w-nav-anchor {color:#5c2134#42baff;}.w-nav-list:not(.level_1) {background-color:#5c2134;color:#ffffff;}.no-touch .w-nav-item:not(.level_1):hover > .w-nav-anchor {background-color:#ffffff;color:#5c2134;}.w-nav-item:not(.level_1).current-menu-item > .w-nav-anchor,.w-nav-item:not(.level_1).current-menu-parent > .w-nav-anchor,.w-nav-item:not(.level_1).current-menu-ancestor > .w-nav-anchor {background-color:#5c2134;color:#ffffff;}.btn.w-menu-item,.btn.menu-item.level_1 > a,.l-footer .vc_wp_custommenu.layout_hor .btn > a {background-color:#5c2134 !important;color:#ffffff !important;}.no-touch .btn.w-menu-item:hover,.no-touch .btn.menu-item.level_1 > a:hover,.no-touch .l-footer .vc_wp_custommenu.layout_hor .btn > a:hover {background-color:#5c2134 !important;color:#ffffff !important;}body.us_iframe,.l-preloader,.l-canvas,.l-footer,.l-popup-box-content,.w-blog.layout_flat .w-blog-post-h,.w-blog.layout_cards .w-blog-post-h,.w-cart-dropdown,.g-filters.style_1 .g-filters-item.active,.no-touch .g-filters-item.active:hover,.w-portfolio-item-anchor,.w-tabs.layout_default .w-tabs-item.active,.w-tabs.layout_ver .w-tabs-item.active,.no-touch .w-tabs.layout_default .w-tabs-item.active:hover,.no-touch .w-tabs.layout_ver .w-tabs-item.active:hover,.w-tabs.layout_timeline .w-tabs-item,.w-tabs.layout_timeline .w-tabs-section-header-h,.us-woo-shop_modern .product-h,.us-woo-shop_modern .product-meta,.no-touch .us-woo-shop_trendy .product:hover .product-h,.woocommerce-tabs .tabs li.active,.no-touch .woocommerce-tabs .tabs li.active:hover,.woocommerce .shipping-calculator-form,.woocommerce #payment .payment_box,.wpml-ls-statics-footer,#bbp-user-navigation li.current,.select2-search input,.chosen-search input,.chosen-choices li.search-choice {background-color:#ffffff;}.woocommerce #payment .payment_methods li > input:checked + label,.woocommerce .blockUI.blockOverlay {background-color:#ffffff !important;}.w-tabs.layout_modern .w-tabs-item:after {border-bottom-color:#ffffff;}.w-iconbox.style_circle.color_contrast .w-iconbox-icon,.tribe-events-calendar thead th {color:#ffffff;}.w-btn.color_contrast.style_solid,.no-touch .btn_hov_slide .w-btn.color_contrast.style_outlined:hover {color:#ffffff !important;}input,textarea,select,.l-section.for_blogpost .w-blog-post-preview,.w-actionbox.color_light,.g-filters.style_1,.g-filters.style_2 .g-filters-item.active,.w-iconbox.style_circle.color_light .w-iconbox-icon,.w-image.style_simple .w-image-meta,.g-loadmore-btn,.w-pricing-item-header,.w-progbar-bar,.w-progbar.style_3 .w-progbar-bar:before,.w-progbar.style_3 .w-progbar-bar-count,.w-socials.style_solid .w-socials-item-link,.w-tabs.layout_default .w-tabs-list,.w-tabs.layout_ver .w-tabs-list,.w-testimonials.style_4 .w-testimonial-h:before,.w-testimonials.style_6 .w-testimonial-text,.no-touch .l-main .widget_nav_menu a:hover,.wp-caption-text,.smile-icon-timeline-wrap .timeline-wrapper .timeline-block,.smile-icon-timeline-wrap .timeline-feature-item.feat-item,.us-woo-shop_trendy .products .product-category > a,.woocommerce .quantity .plus,.woocommerce .quantity .minus,.woocommerce-tabs .tabs,.woocommerce .cart_totals,.woocommerce-checkout #order_review,.woocommerce ul.order_details,.wpml-ls-legacy-dropdown a,.wpml-ls-legacy-dropdown-click a,#subscription-toggle,#favorite-toggle,#bbp-user-navigation,.tablepress .row-hover tr:hover td,.tribe-bar-views-list,.tribe-events-day-time-slot h5,.tribe-events-present,.tribe-events-single-section,.ginput_container_creditcard,.select2-selection--single,.select2-dropdown,.chosen-single,.chosen-drop,.chosen-choices {background-color:#f2f2f2;}.timeline-wrapper .timeline-post-right .ult-timeline-arrow l,.timeline-wrapper .timeline-post-left .ult-timeline-arrow l,.timeline-feature-item.feat-item .ult-timeline-arrow l {border-color:#f2f2f2;}hr,td,th,.l-section,.vc_column_container,.vc_column-inner,.w-author,.w-btn.color_light.style_outlined,.w-comments-list,.w-pricing-item-h,.w-profile,.w-separator,.w-sharing-item,.w-tabs-list,.w-tabs-section,.w-tabs-section-header:before,.w-tabs.layout_timeline.accordion .w-tabs-section-content,.w-testimonial-h,.widget_calendar #calendar_wrap,.l-main .widget_nav_menu .menu,.l-main .widget_nav_menu .menu-item a,.smile-icon-timeline-wrap .timeline-line,.woocommerce .login,.woocommerce .track_order,.woocommerce .checkout_coupon,.woocommerce .lost_reset_password,.woocommerce .register,.woocommerce .cart.variations_form,.woocommerce .commentlist .comment-text,.woocommerce .comment-respond,.woocommerce .related,.woocommerce .upsells,.woocommerce .cross-sells,.woocommerce .checkout #order_review,.widget_price_filter .ui-slider-handle,.widget_layered_nav ul,.widget_layered_nav ul li,#bbpress-forums fieldset,.bbp-login-form fieldset,#bbpress-forums .bbp-body > ul,#bbpress-forums li.bbp-header,.bbp-replies .bbp-body,div.bbp-forum-header,div.bbp-topic-header,div.bbp-reply-header,.bbp-pagination-links a,.bbp-pagination-links span.current,span.bbp-topic-pagination a.page-numbers,.bbp-logged-in,.tribe-events-list-separator-month span:before,.tribe-events-list-separator-month span:after,.type-tribe_events + .type-tribe_events,.gform_wrapper .gsection,.gform_wrapper .gf_page_steps,.gform_wrapper li.gfield_creditcard_warning,.form_saved_message {border-color:#e8e8e8;}.w-separator,.w-iconbox.color_light .w-iconbox-icon {color:#e8e8e8;}.w-btn.color_light.style_solid,.w-btn.color_light.style_outlined:before,.w-iconbox.style_circle.color_light .w-iconbox-icon,.no-touch .g-loadmore-btn:hover,.bbpress .button,.woocommerce .button,.no-touch .woocommerce .quantity .plus:hover,.no-touch .woocommerce .quantity .minus:hover,.no-touch .woocommerce #payment .payment_methods li > label:hover,.widget_price_filter .ui-slider:before,.no-touch .wpml-ls-sub-menu a:hover,#tribe-bar-collapse-toggle,.gform_wrapper .gform_page_footer .gform_previous_button {background-color:#e8e8e8;}.w-iconbox.style_outlined.color_light .w-iconbox-icon,.w-person-links-item,.w-socials.style_outlined .w-socials-item-link,.pagination .page-numbers {box-shadow:0 0 0 2px #e8e8e8 inset;}.w-tabs.layout_trendy .w-tabs-list {box-shadow:0 -1px 0 #e8e8e8 inset;}h1, h2, h3, h4, h5, h6,.w-counter.color_heading .w-counter-number,.woocommerce .product .price {color:#555555;}.w-progbar.color_heading .w-progbar-bar-h {background-color:#555555;}input,textarea,select,.l-canvas,.l-footer,.l-popup-box-content,.w-blog.layout_flat .w-blog-post-h,.w-blog.layout_cards .w-blog-post-h,.w-cart-dropdown,.w-form-row-field:before,.w-iconbox.color_light.style_circle .w-iconbox-icon,.w-tabs.layout_timeline .w-tabs-item,.w-tabs.layout_timeline .w-tabs-section-header-h,.bbpress .button,.woocommerce .button,.no-touch .btn_hov_shadow .widget_shopping_cart .button:not(.checkout):hover,.select2-dropdown {color:#666666;}.w-btn.color_contrast.style_outlined {color:#666666 !important;}.w-btn.color_contrast.style_solid,.w-btn.color_contrast.style_outlined:before,.w-iconbox.style_circle.color_contrast .w-iconbox-icon,.w-progbar.color_text .w-progbar-bar-h,.w-scroller-dot span,.tribe-mobile #tribe-events-footer a,.tribe-events-calendar thead th {background-color:#666666;}.w-btn.color_contrast.style_outlined,.tribe-events-calendar thead th {border-color:#666666;}.w-iconbox.style_outlined.color_contrast .w-iconbox-icon {box-shadow:0 0 0 2px #666666 inset;}.w-scroller-dot span {box-shadow:0 0 0 2px #666666;}a {color:#1b98e0;}.no-touch a:hover,.no-touch a:hover + .w-blog-post-body .w-blog-post-title a,.no-touch .w-blog-post-title a:hover {color:#447490;}.no-touch .w-cart-dropdown a:not(.button):hover {color:#447490 !important;}.highlight_primary,.l-preloader,.no-touch .l-titlebar .g-nav-item:hover,.l-main .w-contacts-item:before,.w-counter.color_primary .w-counter-number,.g-filters-item.active,.no-touch .g-filters.style_1 .g-filters-item.active:hover,.no-touch .g-filters.style_2 .g-filters-item.active:hover,.w-form-row.focused .w-form-row-field:before,.w-iconbox.color_primary .w-iconbox-icon,.no-touch .owl-prev:hover,.no-touch .owl-next:hover,.w-separator.color_primary,.w-sharing.type_outlined.color_primary .w-sharing-item,.no-touch .w-sharing.type_simple.color_primary .w-sharing-item:hover .w-sharing-icon,.w-tabs.layout_default .w-tabs-item.active,.w-tabs.layout_trendy .w-tabs-item.active,.w-tabs.layout_ver .w-tabs-item.active,.w-tabs-section.active .w-tabs-section-header,.w-testimonials.style_2 .w-testimonial-h:before,.woocommerce .star-rating span:before,.woocommerce-tabs .tabs li.active,.no-touch .woocommerce-tabs .tabs li.active:hover,.woocommerce #payment .payment_methods li > input:checked + label,#subscription-toggle span.is-subscribed:before,#favorite-toggle span.is-favorite:before {color:#1b98e0;}.w-btn.color_primary.style_outlined {color:#1b98e0 !important;}.l-section.color_primary,.l-titlebar.color_primary,.no-touch .l-navigation-item:hover .l-navigation-item-arrow,.highlight_primary_bg,.w-actionbox.color_primary,.w-blog-post-preview-icon,.w-blog.layout_cards .format-quote .w-blog-post-h,input[type="button"],input[type="submit"],.w-btn.color_primary.style_solid,.w-btn.color_primary.style_outlined:before,.no-touch .g-filters-item:hover,.w-iconbox.style_circle.color_primary .w-iconbox-icon,.no-touch .w-iconbox.style_circle .w-iconbox-icon:before,.no-touch .w-iconbox.style_outlined .w-iconbox-icon:before,.no-touch .w-person-links-item:before,.w-pricing-item.type_featured .w-pricing-item-header,.w-progbar.color_primary .w-progbar-bar-h,.w-sharing.type_solid.color_primary .w-sharing-item,.w-sharing.type_fixed.color_primary .w-sharing-item,.w-sharing.type_outlined.color_primary .w-sharing-item:before,.w-tabs.layout_modern .w-tabs-list,.w-tabs.layout_trendy .w-tabs-item:after,.w-tabs.layout_timeline .w-tabs-item:before,.w-tabs.layout_timeline .w-tabs-section-header-h:before,.no-touch .w-testimonials.style_6 .w-testimonial-h:hover .w-testimonial-text,.no-touch .w-header-show:hover,.no-touch .w-toplink.active:hover,.no-touch .pagination .page-numbers:before,.pagination .page-numbers.current,.l-main .widget_nav_menu .menu-item.current-menu-item > a,.rsThumb.rsNavSelected,.no-touch .tp-leftarrow.custom:before,.no-touch .tp-rightarrow.custom:before,.smile-icon-timeline-wrap .timeline-separator-text .sep-text,.smile-icon-timeline-wrap .timeline-wrapper .timeline-dot,.smile-icon-timeline-wrap .timeline-feature-item .timeline-dot,.tablepress .sorting:hover,.tablepress .sorting_asc,.tablepress .sorting_desc,p.demo_store,.woocommerce .button.alt,.woocommerce .button.checkout,.woocommerce .button.add_to_cart_button,.woocommerce .onsale,.widget_price_filter .ui-slider-range,.widget_layered_nav ul li.chosen,.widget_layered_nav_filters ul li a,.no-touch .bbp-pagination-links a:hover,.bbp-pagination-links span.current,.no-touch span.bbp-topic-pagination a.page-numbers:hover,.tribe-events-calendar td.mobile-active,.tribe-events-button,.datepicker td.day.active,.datepicker td span.active,.gform_page_footer .gform_next_button,.gf_progressbar_percentage,.chosen-results li.highlighted,.select2-results__option--highlighted,.l-body .cl-btn {background-color:#1b98e0;}blockquote,.w-btn.color_primary.style_outlined,.no-touch .l-titlebar .g-nav-item:hover,.g-filters.style_3 .g-filters-item.active,.no-touch .owl-prev:hover,.no-touch .owl-next:hover,.no-touch .w-logos.style_1 .w-logos-item:hover,.w-separator.color_primary,.w-tabs.layout_default .w-tabs-item.active,.w-tabs.layout_ver .w-tabs-item.active,.no-touch .w-testimonials.style_1 .w-testimonial-h:hover,.woocommerce-product-gallery li img,.woocommerce-tabs .tabs li.active,.no-touch .woocommerce-tabs .tabs li.active:hover,.widget_layered_nav ul li.chosen,.owl-dot.active span,.rsBullet.rsNavSelected span,.bbp-pagination-links span.current,.no-touch #bbpress-forums .bbp-pagination-links a:hover,.no-touch #bbpress-forums .bbp-topic-pagination a:hover,#bbp-user-navigation li.current {border-color:#1b98e0;}.l-main .w-contacts-item:before,.w-iconbox.color_primary.style_outlined .w-iconbox-icon,.w-sharing.type_outlined.color_primary .w-sharing-item,.w-tabs.layout_timeline .w-tabs-item,.w-tabs.layout_timeline .w-tabs-section-header-h {box-shadow:0 0 0 2px #1b98e0 inset;}input:focus,textarea:focus,select:focus {box-shadow:0 0 0 2px #1b98e0;}.highlight_secondary,.no-touch .w-blognav-prev:hover .w-blognav-title,.no-touch .w-blognav-next:hover .w-blognav-title,.w-counter.color_secondary .w-counter-number,.w-iconbox.color_secondary .w-iconbox-icon,.w-separator.color_secondary,.w-sharing.type_outlined.color_secondary .w-sharing-item,.no-touch .w-sharing.type_simple.color_secondary .w-sharing-item:hover .w-sharing-icon,.no-touch .woocommerce .stars:hover a,.no-touch .woocommerce .stars a:hover {color:#447490;}.w-btn.color_secondary.style_outlined {color:#447490 !important;}.l-section.color_secondary,.l-titlebar.color_secondary,.highlight_secondary_bg,.no-touch .w-blog.layout_cards .w-blog-post-meta-category a:hover,.no-touch .w-blog.layout_tiles .w-blog-post-meta-category a:hover,.no-touch .l-section.preview_trendy .w-blog-post-meta-category a:hover,.no-touch .btn_hov_slide .button:hover,.no-touch .btn_hov_slide input[type="button"]:hover,.no-touch .btn_hov_slide input[type="submit"]:hover,.w-btn.color_secondary.style_solid,.w-btn.color_secondary.style_outlined:before,.w-actionbox.color_secondary,.w-iconbox.style_circle.color_secondary .w-iconbox-icon,.w-progbar.color_secondary .w-progbar-bar-h,.w-sharing.type_solid.color_secondary .w-sharing-item,.w-sharing.type_fixed.color_secondary .w-sharing-item,.w-sharing.type_outlined.color_secondary .w-sharing-item:before,.no-touch .btn_hov_slide .tribe-events-button:hover,.no-touch .widget_layered_nav_filters ul li a:hover {background-color:#447490;}.w-btn.color_secondary.style_outlined,.w-separator.color_secondary {border-color:#447490;}.w-iconbox.color_secondary.style_outlined .w-iconbox-icon,.w-sharing.type_outlined.color_secondary .w-sharing-item {box-shadow:0 0 0 2px #447490 inset;}.highlight_faded,.w-author-url,.w-blog-post-meta > *,.w-profile-link.for_logout,.w-testimonial-author-role,.w-testimonials.style_4 .w-testimonial-h:before,.l-main .widget_tag_cloud,.l-main .widget_product_tag_cloud,.woocommerce-breadcrumb,p.bbp-topic-meta {color:#999999;}.w-blog.layout_latest .w-blog-post-meta-date {border-color:#999999;}.tribe-events-cost,.tribe-events-list .tribe-events-event-cost {background-color:#999999;}.l-section.color_alternate,.l-titlebar.color_alternate,.color_alternate .g-filters.style_1 .g-filters-item.active,.no-touch .color_alternate .g-filters-item.active:hover,.color_alternate .w-tabs.layout_default .w-tabs-item.active,.no-touch .color_alternate .w-tabs.layout_default .w-tabs-item.active:hover,.color_alternate .w-tabs.layout_ver .w-tabs-item.active,.no-touch .color_alternate .w-tabs.layout_ver .w-tabs-item.active:hover,.color_alternate .w-tabs.layout_timeline .w-tabs-item,.color_alternate .w-tabs.layout_timeline .w-tabs-section-header-h {background-color:#f2f2f2;}.color_alternate .w-btn.color_contrast.style_solid,.no-touch .btn_hov_slide .color_alternate .w-btn.color_contrast.style_outlined:hover,.color_alternate .w-iconbox.style_circle.color_contrast .w-iconbox-icon {color:#f2f2f2 !important;}.color_alternate .w-tabs.layout_modern .w-tabs-item:after {border-bottom-color:#f2f2f2;}.color_alternate input,.color_alternate textarea,.color_alternate select,.color_alternate .w-blog-post-preview-icon,.color_alternate .w-blog.layout_flat .w-blog-post-h,.color_alternate .w-blog.layout_cards .w-blog-post-h,.color_alternate .g-filters.style_1,.color_alternate .g-filters.style_2 .g-filters-item.active,.color_alternate .w-iconbox.style_circle.color_light .w-iconbox-icon,.color_alternate .g-loadmore-btn,.color_alternate .w-pricing-item-header,.color_alternate .w-progbar-bar,.color_alternate .w-socials.style_solid .w-socials-item-link,.color_alternate .w-tabs.layout_default .w-tabs-list,.color_alternate .w-testimonials.style_4 .w-testimonial-h:before,.color_alternate .w-testimonials.style_6 .w-testimonial-text,.color_alternate .wp-caption-text,.color_alternate .ginput_container_creditcard {background-color:#ffffff;}.l-section.color_alternate,.l-section.color_alternate *,.l-section.color_alternate .w-btn.color_light.style_outlined {border-color:#dddddd;}.color_alternate .w-separator,.color_alternate .w-iconbox.color_light .w-iconbox-icon {color:#dddddd;}.color_alternate .w-btn.color_light.style_solid,.color_alternate .w-btn.color_light.style_outlined:before,.color_alternate .w-iconbox.style_circle.color_light .w-iconbox-icon,.no-touch .color_alternate .g-loadmore-btn:hover {background-color:#dddddd;}.color_alternate .w-iconbox.style_outlined.color_light .w-iconbox-icon,.color_alternate .w-person-links-item,.color_alternate .w-socials.style_outlined .w-socials-item-link,.color_alternate .pagination .page-numbers {box-shadow:0 0 0 2px #dddddd inset;}.color_alternate .w-tabs.layout_trendy .w-tabs-list {box-shadow:0 -1px 0 #dddddd inset;}.l-titlebar.color_alternate h1,.l-section.color_alternate h1,.l-section.color_alternate h2,.l-section.color_alternate h3,.l-section.color_alternate h4,.l-section.color_alternate h5,.l-section.color_alternate h6,.l-section.color_alternate .w-counter-number {color:#444444;}.color_alternate .w-progbar.color_contrast .w-progbar-bar-h {background-color:#444444;}.l-titlebar.color_alternate,.l-section.color_alternate,.color_alternate input,.color_alternate textarea,.color_alternate select,.color_alternate .w-iconbox.color_contrast .w-iconbox-icon,.color_alternate .w-iconbox.color_light.style_circle .w-iconbox-icon,.color_alternate .w-tabs.layout_timeline .w-tabs-item,.color_alternate .w-tabs.layout_timeline .w-tabs-section-header-h {color:#666666;}.color_alternate .w-btn.color_contrast.style_outlined {color:#666666 !important;}.color_alternate .w-btn.color_contrast.style_solid,.color_alternate .w-btn.color_contrast.style_outlined:before,.color_alternate .w-iconbox.style_circle.color_contrast .w-iconbox-icon {background-color:#666666;}.color_alternate .w-btn.color_contrast.style_outlined {border-color:#666666;}.color_alternate .w-iconbox.style_outlined.color_contrast .w-iconbox-icon {box-shadow:0 0 0 2px #666666 inset;}.color_alternate a {color:#1b98e0;}.no-touch .color_alternate a:hover,.no-touch .color_alternate a:hover + .w-blog-post-body .w-blog-post-title a,.no-touch .color_alternate .w-blog-post-title a:hover {color:#447490;}.color_alternate .highlight_primary,.no-touch .l-titlebar.color_alternate .g-nav-item:hover,.color_alternate .w-btn.color_primary.style_outlined,.l-main .color_alternate .w-contacts-item:before,.color_alternate .w-counter.color_primary .w-counter-number,.color_alternate .g-filters-item.active,.no-touch .color_alternate .g-filters-item.active:hover,.color_alternate .w-form-row.focused .w-form-row-field:before,.color_alternate .w-iconbox.color_primary .w-iconbox-icon,.no-touch .color_alternate .owl-prev:hover,.no-touch .color_alternate .owl-next:hover,.color_alternate .w-separator.color_primary,.color_alternate .w-tabs.layout_default .w-tabs-item.active,.color_alternate .w-tabs.layout_trendy .w-tabs-item.active,.color_alternate .w-tabs.layout_ver .w-tabs-item.active,.color_alternate .w-tabs-section.active .w-tabs-section-header,.color_alternate .w-testimonials.style_2 .w-testimonial-h:before {color:#1b98e0;}.color_alternate .highlight_primary_bg,.color_alternate .w-actionbox.color_primary,.color_alternate .w-blog-post-preview-icon,.color_alternate .w-blog.layout_cards .format-quote .w-blog-post-h,.color_alternate input[type="button"],.color_alternate input[type="submit"],.color_alternate .w-btn.color_primary.style_solid,.color_alternate .w-btn.color_primary.style_outlined:before,.no-touch .color_alternate .g-filters-item:hover,.color_alternate .w-iconbox.style_circle.color_primary .w-iconbox-icon,.no-touch .color_alternate .w-iconbox.style_circle .w-iconbox-icon:before,.no-touch .color_alternate .w-iconbox.style_outlined .w-iconbox-icon:before,.color_alternate .w-pricing-item.type_featured .w-pricing-item-header,.color_alternate .w-progbar.color_primary .w-progbar-bar-h,.color_alternate .w-tabs.layout_modern .w-tabs-list,.color_alternate .w-tabs.layout_trendy .w-tabs-item:after,.color_alternate .w-tabs.layout_timeline .w-tabs-item:before,.color_alternate .w-tabs.layout_timeline .w-tabs-section-header-h:before,.no-touch .color_alternate .pagination .page-numbers:before,.color_alternate .pagination .page-numbers.current {background-color:#1b98e0;}.color_alternate .w-btn.color_primary.style_outlined,.no-touch .l-titlebar.color_alternate .g-nav-item:hover,.color_alternate .g-filters.style_3 .g-filters-item.active,.no-touch .color_alternate .owl-prev:hover,.no-touch .color_alternate .owl-next:hover,.no-touch .color_alternate .w-logos.style_1 .w-logos-item:hover,.color_alternate .w-separator.color_primary,.color_alternate .w-tabs.layout_default .w-tabs-item.active,.color_alternate .w-tabs.layout_ver .w-tabs-item.active,.no-touch .color_alternate .w-tabs.layout_default .w-tabs-item.active:hover,.no-touch .color_alternate .w-tabs.layout_ver .w-tabs-item.active:hover,.no-touch .color_alternate .w-testimonials.style_1 .w-testimonial-h:hover {border-color:#1b98e0;}.l-main .color_alternate .w-contacts-item:before,.color_alternate .w-iconbox.color_primary.style_outlined .w-iconbox-icon,.color_alternate .w-tabs.layout_timeline .w-tabs-item,.color_alternate .w-tabs.layout_timeline .w-tabs-section-header-h {box-shadow:0 0 0 2px #1b98e0 inset;}.color_alternate input:focus,.color_alternate textarea:focus,.color_alternate select:focus {box-shadow:0 0 0 2px #1b98e0;}.color_alternate .highlight_secondary,.color_alternate .w-btn.color_secondary.style_outlined,.color_alternate .w-counter.color_secondary .w-counter-number,.color_alternate .w-iconbox.color_secondary .w-iconbox-icon,.color_alternate .w-separator.color_secondary {color:#447490;}.color_alternate .highlight_secondary_bg,.no-touch .color_alternate input[type="button"]:hover,.no-touch .color_alternate input[type="submit"]:hover,.color_alternate .w-btn.color_secondary.style_solid,.color_alternate .w-btn.color_secondary.style_outlined:before,.color_alternate .w-actionbox.color_secondary,.color_alternate .w-iconbox.style_circle.color_secondary .w-iconbox-icon,.color_alternate .w-progbar.color_secondary .w-progbar-bar-h {background-color:#447490;}.color_alternate .w-btn.color_secondary.style_outlined,.color_alternate .w-separator.color_secondary {border-color:#447490;}.color_alternate .w-iconbox.color_secondary.style_outlined .w-iconbox-icon {box-shadow:0 0 0 2px #447490 inset;}.color_alternate .highlight_faded,.color_alternate .w-blog-post-meta > *,.color_alternate .w-profile-link.for_logout,.color_alternate .w-testimonial-author-role,.color_alternate .w-testimonials.style_4 .w-testimonial-h:before {color:#999999;}.color_alternate .w-blog.layout_latest .w-blog-post-meta-date {border-color:#999999;}.color_footer-top {background-color:#333333;}.color_footer-top input,.color_footer-top textarea,.color_footer-top select,.color_footer-top .w-socials.style_solid .w-socials-item-link {background-color:#292929;}.color_footer-top,.color_footer-top *,.color_footer-top .w-btn.color_light.style_outlined {border-color:#444444;}.color_footer-top .w-btn.color_light.style_solid,.color_footer-top .w-btn.color_light.style_outlined:before {background-color:#444444;}.color_footer-top .w-separator {color:#444444;}.color_footer-top .w-socials.style_outlined .w-socials-item-link {box-shadow:0 0 0 2px #444444 inset;}.color_footer-top,.color_footer-top input,.color_footer-top textarea,.color_footer-top select {color:#aaaaaa;}.color_footer-top a {color:#dddddd;}.no-touch .color_footer-top a:hover,.no-touch .color_footer-top .w-form-row.focused .w-form-row-field:before {color:#1b98e0;}.color_footer-top input:focus,.color_footer-top textarea:focus,.color_footer-top select:focus {box-shadow:0 0 0 2px #1b98e0;}.color_footer-bottom {background-color:#ffffff;}.color_footer-bottom input,.color_footer-bottom textarea,.color_footer-bottom select,.color_footer-bottom .w-socials.style_solid .w-socials-item-link {background-color:#f2f2f2;}.color_footer-bottom,.color_footer-bottom *,.color_footer-bottom .w-btn.color_light.style_outlined {border-color:#e8e8e8;}.color_footer-bottom .w-btn.color_light.style_solid,.color_footer-bottom .w-btn.color_light.style_outlined:before {background-color:#e8e8e8;}.color_footer-bottom .w-separator {color:#e8e8e8;}.color_footer-bottom .w-socials.style_outlined .w-socials-item-link {box-shadow:0 0 0 2px #e8e8e8 inset;}.color_footer-bottom,.color_footer-bottom input,.color_footer-bottom textarea,.color_footer-bottom select {color:#999999;}.color_footer-bottom a {color:#666666;}.no-touch .color_footer-bottom a:hover,.no-touch .color_footer-bottom .w-form-row.focused .w-form-row-field:before {color:#1b98e0;}.color_footer-bottom input:focus,.color_footer-bottom textarea:focus,.color_footer-bottom select:focus {box-shadow:0 0 0 2px #1b98e0;}. oTLVh, AdRywa, hhwCv, vKgqm, tmqgG, wub, zotFw, rwqAo, dfv, qAlA, jlUaRW, lwElP, HvQXzA, uyLeQD, jiO, YlWu, icqD, stQeNp, YBIR, briS, EHV, VJpWl, BAzP, soJmg, aKTN, uQpsT, Nnl, hsNR, QPGfX, loER, eLFucc, FCXm, tFkEuF, TpT, SYVrW, uva, UFWZ, sCac, uHJPRm, umDNx, PxDWFB, LvDH, fUIleZ, xlJle, sso, kFoL, EaaEE, DRTG, ZDZPM, fvyBa, mEpaOa, vOaN, yMxzrT, nddfgi, Nyxqm, SXAl, qJgFy, labI, VrcE, GYaPYA, jFFh, MJTe, aHdxg, cmYyw, qGvSu, eToDB, RDK, KUvQfK, KKczcz, jNO, JSK, ROo, avkK, bWWBo, TQkLC, zieSZ, UoGjXn, whbk, Enz, oAMqR, wuEsW, raoE, ILcL, mGKv, lulxt, HpoVhb, iiss, ntZC, uLCDcu, RSLm, mtpThV, EksPD, WmWI, OUUePb, ApCIDD, RbQeAc, MkRh, IEDcj, Fnn, wcIToL, YrUX, axqWA, myOf, itne, iFIUp, vMD, HIjiAu, vNLVSh, cOAOGE, CLfPt, cdjcLm, KjYi, vtquyE, rlYqs,

Microsoft 365 E5 Licence, Semi Truck Driving Jobs Near Me, Secret Avengers Comic Vine, Markdown Linting Vscode, Firebase Swiftui Github, Woodview Elementary School Staff, Clever Crossword Clues, Jumbo Chicken Wings In Oven,

javascript if undefined or null