﻿
   :root {
       --dnn-color-primary: #00A5E0;
       --dnn-color-primary-light: #1AAEE3;
       --dnn-color-primary-dark: #0091C5;
       --dnn-color-primary-contrast: #FFFFFF;
       --dnn-color-primary-r: 0;
       --dnn-color-primary-g: 165;
       --dnn-color-primary-b: 224;
           
       --dnn-color-secondary: #ED3D46;
       --dnn-color-secondary-light: #EF5059;
       --dnn-color-secondary-dark: #D1363E;
       --dnn-color-secondary-contrast: #FFFFFF;
       --dnn-color-secondary-r: 237;
       --dnn-color-secondary-g: 61;
       --dnn-color-secondary-b: 70;
           
       --dnn-color-tertiary: #0E2936;
       --dnn-color-tertiary-light: #3C7A9A;
       --dnn-color-tertiary-dark: #0B1C24;
       --dnn-color-tertiary-contrast: #FFFFFF;
       --dnn-color-tertiary-r: 14;
       --dnn-color-tertiary-g: 41;
       --dnn-color-tertiary-b: 54;
           
       --dnn-color-neutral: #DCDCDC;
       --dnn-color-neutral-light: #F0F0F0;
       --dnn-color-neutral-dark: #999999;
       --dnn-color-neutral-contrast: #000000;
       --dnn-color-neutral-r: 220;
       --dnn-color-neutral-g: 220;
       --dnn-color-neutral-b: 220;
           
       --dnn-color-background: #FFFFFF;
       --dnn-color-background-light: #F5F5F5;
       --dnn-color-background-dark: #CCCCCC;
       --dnn-color-background-contrast: #000000;
       --dnn-color-background-r: 255;
       --dnn-color-background-g: 255;
       --dnn-color-background-b: 255;
           
       --dnn-color-foreground: #472A2B;
       --dnn-color-foreground-light: #673D3E;
       --dnn-color-foreground-dark: #231717;
       --dnn-color-foreground-contrast: #FFFFFF;
       --dnn-color-foreground-r: 71;
       --dnn-color-foreground-g: 42;
       --dnn-color-foreground-b: 43;
   
       --dnn-color-info: #17A2B8;
       --dnn-color-info-light: #23B8CF;
       --dnn-color-info-dark: #00889E;
       --dnn-color-info-contrast: #FFFFFF;
       --dnn-color-info-r: 23;
       --dnn-color-info-g: 162;
       --dnn-color-info-b: 184;
   
       --dnn-color-success: #28A745;
       --dnn-color-success-light: #49C25D;
       --dnn-color-success-dark: #00902F;
       --dnn-color-success-contrast: #FFFFFF;
       --dnn-color-success-r: 40;
       --dnn-color-success-g: 167;
       --dnn-color-success-b: 69;
   
       --dnn-color-warning: #FFC107;
       --dnn-color-warning-light: #FFD42E;
       --dnn-color-warning-dark: #E9AD00;
       --dnn-color-warning-contrast: #FFFFFF;
       --dnn-color-warning-r: 255;
       --dnn-color-warning-g: 193;
       --dnn-color-warning-b: 7;
   
       --dnn-color-danger: #DC3545;
       --dnn-color-danger-light: #F14954;
       --dnn-color-danger-dark: #C51535;
       --dnn-color-danger-contrast: #FFFFFF;
       --dnn-color-danger-r: 220;
       --dnn-color-danger-g: 53;
       --dnn-color-danger-b: 69;
   
       --dnn-color-surface: #DDDDDD;
       --dnn-color-surface-light: #EEEEEE;
       --dnn-color-surface-dark: #CCCCCC;
       --dnn-color-surface-contrast: #000000;
       --dnn-color-surface-r: 221;
       --dnn-color-surface-g: 221;
       --dnn-color-surface-b: 221;
   
       --dnn-controls-radius: 0px;
       --dnn-controls-padding: 9px;
       --dnn-base-font-size: 16px;
       --dnn-variation-opacity: 0.8;
   }

/*!
 * This file is generated by the Dnn.ClientSide project.
 * Do not edit it directly.
 * Changes will be overwritten upon upgrades.
 * 
 */a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{border:0;font-size:100%;font:inherit;margin:0;padding:0;vertical-align:baseline}html{color:var(--dnn-color-foreground,#222);font-family:Arial,Helvetica,sans-serif;font-size:var(--dnn-base-font-size,16px)}body{background-color:var(--dnn-color-background,#fff);font-family:inherit;font-size:1rem;line-height:1.5;margin:0}h1,h2,h3,h4,h5,h6{font-family:Arial,Helvetica,sans-serif;font-weight:700;font-weight:inherit;line-height:1.4;margin-bottom:.75rem;margin-top:1rem}h1{font-size:2.375rem}h2{font-size:2rem}h3{font-size:1.75rem}h4{font-size:1.375rem}h5{font-size:1.125rem}h6{font-size:1rem}p{margin-bottom:1.125rem}a,a:visited{color:var(--dnn-color-primary,#028bff);text-decoration:underline}a:active,a:focus,a:hover{color:var(--dnn-color-foreground-light,#222)}p a,p a:visited{line-height:inherit}ol,ul{list-style-position:outside;padding-inline-start:1.5rem}.left{float:left}.right{float:right}.dnnLeft{float:left}.dnnRight{float:right}.dnnClear{clear:both}.dnnClear:after{clear:both;content:".";display:block;font-size:0;height:0;visibility:hidden}*+html .dnnClear{min-height:1%}img{border:0;vertical-align:middle}img.dnn-sclae-img{height:auto;max-width:100%}#dnn_dnnLOGO_imgLogo{border:0}.dnnForm{width:100%}.dnnForm fieldset{clear:none;margin-bottom:1.125rem;position:relative;text-align:left}.dnnForm fieldset fieldset{width:100%}.dnnForm .dnnFormItem{clear:both;display:block;position:relative;text-align:left;width:100%}.dnnForm .dnnFormItem a.dnnFormHelp span{position:relative}.dnnForm .dnnFormItem a.dnnFormHelp img{display:block}.dnnFormItem input[type=email],.dnnFormItem input[type=password],.dnnFormItem input[type=search],.dnnFormItem input[type=text],.dnnFormItem select,.dnnFormItem textarea{background:var(--dnn-color-background,#fff);border:1px solid var(--dnn-color-foreground-light,#c9c9c9);border-radius:var(--dnn-controls-radius,3px);color:var(--dnn-color-foreground,#333);font-size:.75rem;margin-bottom:1.125rem;max-width:445px;padding:.5rem;width:45%}.dnnFormItem input[type=email]+.dnnTertiaryAction,.dnnFormItem input[type=password]+.dnnTertiaryAction,.dnnFormItem input[type=search]+.dnnTertiaryAction,.dnnFormItem input[type=text]+.dnnTertiaryAction,.dnnFormItem select+.dnnTertiaryAction,.dnnFormItem textarea+.dnnTertiaryAction{display:inline-block;max-width:60px}.dnnFormItem input[type=checkbox],.dnnFormItem input[type=radio]{box-sizing:border-box;height:.8125rem;padding:0;width:.8125rem}.dnnFormItem input[type=search]{box-sizing:content-box}.dnnFormItem input[type=checkbox]{margin:0 5px}.dnnFormItem table{background:none}.dnnFormItem .dnnSpinner{margin-bottom:1.125rem;width:45%}.dnnFormItem .dnnTagsInput{width:45%}.dnnFormItem textarea{min-height:5rem}.dnnFormItem .dnnInputGroup{display:block;float:left;margin-bottom:1.125rem;padding:.3125rem;width:32.075%}.dnnFormItem .dnnInputGroup .dnnLeft{width:100%}.dnnFormItem .dnnInputGroup span{display:inline-block;text-align:right;width:33%}.dnnFormItem input[type=checkbox].normalCheckBox{display:inline-block;margin:8px 0 4px}.dnnFormItem input.aspNetDisabled,.dnnFormItem textarea.aspNetDisabled{background:var(--dnn-color-neutral-light,#ebebeb);border-color:var(--dnn-color-neutral-dark,#a7a7a7);border-width:1px;color:var(--dnn-color-neutral,#444)}.dnnFormItem button[disabled],.dnnFormItem input[disabled]{cursor:default;opacity:.5}.dnnFormItem .dnnFormItem input[type=email]:focus,.dnnFormItem .dnnFormItem input[type=password]:active,.dnnFormItem .dnnFormItem input[type=search]:focus,.dnnFormItem .dnnFormItem input[type=text]:focus,.dnnFormItem .dnnFormItem select:focus,.dnnFormItem .dnnFormItem textarea:focus,.dnnFormItem input[type=email]:active,.dnnFormItem input[type=password]:focus,.dnnFormItem input[type=search]:active,.dnnFormItem input[type=text]:active,.dnnFormItem select:active,.dnnFormItem textarea:active{background:var(--dnn-color-background,#fff);border:1px solid var(--dnn-color-primary,rgba(2,139,255,.5));box-shadow:0 0 3px 0 var(--dnn-color-primary,rgba(2,139,255,.4));color:var(--dnn-color-foreground,#333)}.dnnFormItem input:invalid,.dnnFormItem textarea:invalid{background-color:var(--dnn-color-neutral,#f0dddd)}.dnnFormItem span.dnnFormMessage.dnnFormError{background:var(--dnn-color-danger,rgba(255,0,0,.75));border:none;border-radius:var(--dnn-controls-radius,3px);bottom:95%;color:var(--dnn-color-danger-contrast,#fff);display:block;font-size:.75rem;margin-bottom:0;overflow:visible;padding:.625rem;position:absolute;right:12%;text-align:left;width:200px}.dnnFormItem span.dnnFormMessage.dnnFormError:after{border-left:.4375rem solid transparent;border-right:.4375rem solid transparent;border-top:.4375rem solid var(--dnn-color-danger,red);bottom:-.4375rem;content:"";height:0;left:.9375rem;opacity:.75;position:absolute;width:0}div.dnnFormGroup{display:inline-block;margin-bottom:5px;padding:10px;width:65%}.dnnFormItem button,.dnnFormItem input[type=button],.dnnFormItem input[type=reset],.dnnFormItem input[type=submit],.dnnLogin .LoginTabGroup span,.dnnPrimaryAction,.dnnSecondaryAction,.dnnTertiaryAction{background:var(--dnn-color-background-dark,#eaeaea);border:1px solid var(--dnn-color-foreground-light,#c2c2c2);border-radius:var(--dnn-controls-radius,3px);color:var(--dnn-color-foreground,#333);cursor:pointer;display:inline-block;font-weight:700;margin-bottom:.5625rem;min-width:4.6875rem;overflow:visible;padding:.5625rem;text-align:center;text-decoration:none}.dnnFormItem button,.dnnFormItem input[type=button],.dnnFormItem input[type=reset],.dnnFormItem input[type=submit],.dnnPrimaryAction,.dnnSecondaryAction,.dnnTertiaryAction{padding:.375rem}.dnnFormMessage{background:var(--dnn-color-info,rgba(2,139,255,.15));border:1px solid var(--dnn-color-info-dark,rgba(2,139,255,.2));border-radius:var(--dnn-controls-radius,3px);display:block;margin-bottom:1.125rem;max-width:100%;padding:.95rem 1rem}.dnnFormMessage,.dnnFormMessage a{color:var(--dnn-color-info-contrast,#000)}.dnnFormMessage a{text-decoration:underline}.dnnFormMessage.dnnFormError,.dnnFormMessage.dnnFormValidationSummary{background-color:var(--dnn-color-danger,rgba(255,0,0,.15));border-color:var(--dnn-color-danger-dark,rgba(255,0,0,.2));color:var(--dnn-color-danger-contrast,#000)}.dnnFormMessage.dnnFormError a,.dnnFormMessage.dnnFormValidationSummary a{color:var(--dnn-color-danger-contrast,#000)}.dnnFormMessage.dnnFormWarning{background-color:var(--dnn-color-warning,rgba(255,255,0,.15));border-color:var(--dnn-color-warning-dark,#cdb21f)}.dnnFormMessage.dnnFormWarning,.dnnFormMessage.dnnFormWarning a{color:var(--dnn-color-warning-contrast,#000)}.dnnFormMessage.dnnFormSuccess{background-color:var(--dnn-color-success,rgba(0,255,0,.15));border-color:var(--dnn-color-success-dark,rgba(0,255,0,.5))}.dnnFormMessage.dnnFormSuccess,.dnnFormMessage.dnnFormSuccess a{color:var(--dnn-color-success-contrast,#000)}.dnnFormMessage .dnnLabel{float:none;text-align:left;width:90%}.dnnFormItem input[type=checkbox]+span,.dnnFormItem input[type=radio]+span{display:inline-block;margin:.375rem .3125rem;width:auto}.dnnFormItem .dnnLabel{margin-top:.3125rem}.dnnFormSectionHead span{color:#222;font-size:18px}.dnnTooltip{margin-right:1.125rem;width:32.075%}.dnnHelperTip,.dnnTooltip{display:block;position:relative}.dnnDragdropTip{background:rgba(var(--dnn-color-background-contrast,0),var(--dnn-color-background-contrast,0),var(--dnn-color-background-contrast,0),.75) url("/images/pin-icn.png") no-repeat 7px 12px;border-radius:var(--dnn-controls-radius,3px);color:var(--dnn-color-foreground-contrast,#ddd);font-size:.6875rem;height:auto!important;padding:.625rem .625rem .625rem 1.875rem;position:absolute;text-align:left;width:auto!important;z-index:10000}div.dnnFormItem.dnnFormRequired>div.dnnLabel span:after,span.dnnFormRequired:after{color:var(--dnn-color-danger,red);content:"*";display:inline-block;font-size:1rem;font-weight:700;line-height:1rem;margin:0 0 0 .3125rem}.dnnForm .dnnFormItem a.dnnFormHelp,.dnnTooltip label a.dnnFormHelp,a.dnnFormHelp{color:var(--dnn-color-foreground,#333);font-weight:700;text-decoration:none}a.dnnFormHelp{background:url("/images/helpI-icn-grey.png") no-repeat left 2px;display:inline-block;height:15px;margin:0!important;padding:0!important;position:absolute;right:0;top:2px;width:14px}.aspNetDisabled,.dnnDisabled,a.aspNetDisabled,a.dnnDisabled{background-color:var(--dnn-color-neutral,#ebebeb)!important;border:none;color:var(--dnn-color-neutral-dark,#ccc)!important;cursor:not-allowed;opacity:.7;text-decoration:none}.required label:after,legend.required:after{background:rgba(0,0,0,.03);border:1px solid rgba(0,0,0,.1);border-radius:var(--dnn-controls-radius,3px);color:var(--dnn-color-foreground-light,#777);content:"Required";display:inline-block;font-family:Trebuchet MS,Arial,Helvetica,sans-serif;font-size:.6875rem;font-style:italic;font-weight:400;margin-left:.5625rem;margin-top:-.125rem;padding:.0625rem .5625rem}.error label,legend.error{color:var(--dnn-color-danger,rgba(255,0,0,.9))}.error .error textarea,.error input[type=email],.error input[type=search],.error input[type=text],.error select{border:1px solid var(--dnn-color-danger,rgba(255,0,0,.6));color:var(--dnn-color-danger,rgba(255,0,0,.7))}.dnnFormError label a span{color:var(--dnn-color-danger,red)}.dnnFormError input[type=email],.dnnFormError input[type=password],.dnnFormError input[type=tel],.dnnFormError input[type=text],.dnnFormError select,.dnnFormError textarea{border:1px solid var(--dnn-color-danger,red)}.dnnAddress input[type=checkbox]{margin:0 5px}.dnnActions{clear:both;display:block;float:none;margin:0;padding-top:1.125rem;text-align:left}.dnnActions li{float:left;list-style:none;margin-right:.3125rem}.dnnFormItem input[type=submit],.dnnPrimaryAction,a.dnnPrimaryAction{background:var(--dnn-color-primary,#3792ed);border-color:var(--dnn-color-primary-dark,#0d569e);color:var(--dnn-color-primary-contrast,#efefef)}.dnnFormItem input[type=submit]:active,.dnnFormItem input[type=submit]:hover,.dnnPrimaryAction:active,.dnnPrimaryAction:hover,a.dnnPrimaryAction:active,a.dnnPrimaryAction:hover{background:var(--dnn-color-primary-light,#6cb6f3);color:var(--dnn-color-primary-contrast,#fff)}.dnnFormItem input[type=submit][disabled],.dnnFormItem input[type=submit][disabled]:active,.dnnFormItem input[type=submit][disabled]:hover,.dnnPrimaryAction[disabled],.dnnPrimaryAction[disabled]:active,.dnnPrimaryAction[disabled]:hover,a.dnnPrimaryAction[disabled],a.dnnPrimaryAction[disabled]:active,a.dnnPrimaryAction[disabled]:hover{background:var(--dnn-color-neutral-light,#ebebeb);border-color:var(--dnn-color-neutral-dark,#a7a7a7);color:var(--dnn-color-neutral,#444)}.dnnFormItem input[type=reset],.dnnLogin .LoginTabGroup span,.dnnSecondaryAction,a.dnnSecondaryAction{background:var(--dnn-color-secondary,#f5f5f5);border-color:var(--dnn-color-secondary-dark,#f5f5f5);color:var(--dnn-color-secondary-contrast,#333)}.dnnFormItem input[type=reset]:active,.dnnFormItem input[type=reset]:hover,.dnnLogin .LoginTabGroup span:active,.dnnLogin .LoginTabGroup span:hover,.dnnSecondaryAction:active,.dnnSecondaryAction:hover,a.dnnSecondaryAction:active,a.dnnSecondaryAction:hover{background:var(--dnn-color-secondary-light,#fefefe);color:var(--dnn-color-secondary-contrast,#333)}.dnnFormItem input[type=reset][disabled],.dnnFormItem input[type=reset][disabled]:active,.dnnFormItem input[type=reset][disabled]:hover,.dnnLogin .LoginTabGroup span[disabled],.dnnLogin .LoginTabGroup span[disabled]:active,.dnnLogin .LoginTabGroup span[disabled]:hover,.dnnSecondaryAction[disabled],.dnnSecondaryAction[disabled]:active,.dnnSecondaryAction[disabled]:hover,a.dnnSecondaryAction[disabled],a.dnnSecondaryAction[disabled]:active,a.dnnSecondaryAction[disabled]:hover{background:var(--dnn-color-neutral-light,#ebebeb);border-color:var(--dnn-color-neutral-dark,#a7a7a7);color:var(--dnn-color-neutral,#444)}.dnnTertiaryAction,a.dnnTertiaryAction{background:var(--dnn-color-tertiary,#eaeaea);border-color:var(--dnn-color-tertiary-dark,#c2c2c2);color:var(--dnn-color-tertiary-contrast,#333)}.dnnTertiaryAction:active,.dnnTertiaryAction:hover,a.dnnTertiaryAction:active,a.dnnTertiaryAction:hover{background:var(--dnn-color-tertiary-dark,#d8d8d8);color:var(--dnn-color-tertiary-contrast,#333)}.dnnFormItem input[type=text]+a.dnnPrimaryAction,.dnnFormItem input[type=text]+a.dnnSecondaryAction,.dnnFormItem input[type=text]+a.dnnTerriaryAction{margin-left:.3125rem}.dnnFormItem input[type=checkbox]+span,.dnnFormItem input[type=radio]+span{margin:.3125rem}.dnnHelperTip .dnnFormHelpContent,.dnnTooltip .dnnFormHelpContent{background:var(--dnn-color-info,rgba(0,0,0,.75));border-radius:var(--dnn-controls-radius,3px);color:var(--dnn-color-info-contrast,#ddd);font-size:.6875rem;padding:10px 10px 10px 30px;position:absolute;text-align:left;visibility:hidden;width:200px;z-index:10}.dnnFormHelpContent span{display:block;word-wrap:break-word}.dnnTooltip .dnnFormHelpContent .dnnHelpText{word-wrap:break-word}.dnnFormItem input[type=radio]+label,.dnnFormRadioButtons label{display:inline;float:none;font-weight:400;margin:0 10px 0 0;padding-right:0;text-align:left;width:auto}.dnnFormRadioButtons{display:block;float:left;width:auto}.dnnFormRadioButtons input[type=radio]{float:none}.dnnTextEditor{margin-bottom:1.125rem}.dnnFormLabel,.dnnLabel{float:left;margin-right:18px;overflow:visible;padding-right:20px;position:relative;text-align:right;width:32.075%}.dnnFormLabel>span,.dnnLabel>span{text-align:right}.dnnFormLabel+span,.dnnLabel+span{display:inline-block;margin-bottom:6px;margin-top:6px;white-space:pre-line}.bottomArrow:after{border-left:7px solid transparent;border-right:7px solid transparent;border-top:7px solid var(--dnn-color-info,#000);bottom:-7px;content:"";height:0;left:15px;position:absolute;width:0}.topArrow:before{border-bottom:7px solid var(--dnn-color-info,#000);border-left:7px solid transparent;border-right:7px solid transparent;content:"";height:0;left:15px;position:absolute;top:-7px;width:0}a.pinHelp{background:url("/images/pin-icn.png") no-repeat 0 0;display:block;filter:contrast(3);height:15px;left:7px;opacity:.5;position:absolute;top:12px;width:15px}.ui-draggable a.pinHelp,a.pinHelp:hover{opacity:1}.dnnCheckbox{align-items:center;cursor:pointer;display:flex;justify-content:center}.dnnCheckbox img{background:transparent url("/images/checkbox.png") no-repeat;background-position:0 0;height:18px;width:18px}.dnnCheckbox-checked img{background-position:-51px 0}.dnnCheckbox-disabled{cursor:not-allowed}.dnnCheckbox-disabled img{opacity:.5}.dnnCheckbox-error img{background-position:-100px 0}.dnnCheckbox-checked-error img{background-position:-150px 0}.dnnCheckbox-focus{outline:2px solid var(--dnn-color-forground,#000);outline-offset:2px}.dnnBoxLabel,.dnnRadiobutton{display:inline-block}.dnnRadiobutton{cursor:pointer}.dnnRadiobutton .mark{display:inline-block}.dnnRadiobutton img{background:transparent url("/images/radiobutton.png") no-repeat;background-position:0 0;height:18px;min-width:20px;vertical-align:middle;width:20px}.dnnRadiobutton-checked img{background-position:-50px 0}.dnnRadiobutton-disabled img{opacity:.5}.dnnRadiobutton-checked-error img{background-position:-150px 0}.dnnRadiobutton-error img{background-position:-100px 0}.dnnRadiobutton-focus{outline:2px solid var(--dnn-color-foreground,#000);outline-offset:2px}div.dnnFormRadioButtons,div.dnnHSRadioButtons,span.dnnFormRadioButtons,span.dnnHSRadioButtons{display:inline-block;margin-bottom:5px;padding:10px}table.dnnFormRadioButtons{margin-bottom:5px}.RadComboBox_Default .rcbInput{width:100%!important}div.dnnTagsInput{background:var(--dnn-color-background,#fff);border:1px solid var(--dnn-color-foreground-light,#c9c9c9);border-radius:var(--dnn-controls-radius,3px);display:inline-block;margin:0;padding:5px 0 0 5px}div.dnnTagsInput span.tag{background-color:var(--dnn-color-neutral,#eee);border:1px solid var(--dnn-color-neutral-dark,#c9c9c9);border-radius:var(--dnn-controls-radius,3px);color:var(--dnn-color-neutral-contrast,#888);cursor:pointer;display:block;float:left;font-size:.75rem;margin-bottom:5px;margin-right:5px;padding:2px 6px;text-decoration:none;word-break:break-word}div.dnnTagsInput span.tag:hover{background-color:var(--dnn-color-primary,#e8f1fa);border-color:var(--dnn-color-primary-dark,#000);color:var(--dnn-color-primary-contrast,#444)}div.dnnTagsInput span.tag a{background:transparent url("/images/dnnTagClose.png") no-repeat;background-position:50%;display:inline-block;filter:contrast(5);height:8px;margin:.375rem 0 0;width:8px}div.dnnTagsInput>div>input{background:transparent;border:none;display:inline-block;font-size:.75rem;height:1.1875rem;margin-bottom:.3125rem;padding:.5rem 0 .1875rem .1875rem;vertical-align:top}div.dnnTagsInput>div>input:active,div.dnnTagsInput>div>input:focus{outline:none}div.dnnTagsInput>div>input.dnnTagsInvalid{background:var(--dnn-color-danger,#fbd8db);border:none;border-radius:var(--dnn-controls-radius,3px);color:var(--dnn-color-danger-contrast,#90111a)!important;cursor:pointer;display:block;float:left;font-size:.75rem;margin-right:5px;outline:none;text-decoration:none}div.dnnTagsInput div{display:block;float:left}div.dnnTagsInput div.dnnTags_filter{float:right;margin:0 0 .3125rem .3125rem;position:relative}div.dnnTagsInput div.dnnTags_filter>.dnnTags_filter_label{background:url("/images/dnnSpinnerDownArrow.png") no-repeat;background-position:100%;border-left:1px solid #ccc;color:#999;cursor:pointer;display:inline-block;height:22px;margin-right:3px;padding:3px 15px 0 10px}.dnnFormPopup{background:var(--dnn-color-background,#fff);box-shadow:0 0 25px 0 rgba(var(--dnn-color-foreground-r,0),var(--dnn-color-foreground-g,0),var(--dnn-color-foreground-b,0),.75);padding:1.125rem;position:absolute;z-index:100000}.dnnFormPopup .dnnFormPopup>*{box-sizing:content-box}.dnnFormPopup .ui-dialog-titlebar{border-bottom:1px solid var(--dnn-color-foreground-light,#ddd);cursor:move;font-size:1.125rem;font-weight:700;padding:0 0 1.125rem;position:relative}.dnnFormPopup .dnnModalCtrl{background-color:#fff;border-radius:10px;box-shadow:0 0 5px #666;display:block;height:26px;position:absolute;right:-30px;top:-30px;width:69px}.dnnFormPopup .dnnModalCtrl .ui-dialog-titlebar-close{background:#585858 url("/images/closeBtn.png") no-repeat;background-position:8px 4px;border:none;border-bottom-right-radius:8px;border-top-right-radius:8px;display:block;float:right;height:18px;margin:4px 4px 0 1px;min-width:0!important;overflow:hidden;text-indent:-9999em;width:30px}.dnnFormPopup .dnnModalCtrl .ui-dialog-titlebar-close:hover{background:var(--dnn-color-primary,#358eea) url("/images/closeBtn.png") no-repeat;background-position:8px 4px;cursor:pointer}.dnnFormPopup .dnnModalCtrl a.dnnToggleMax{background:#585858 url("/images/resizeBtn.png") no-repeat;background-position:10px 2px;border-bottom-left-radius:8px;border-top-left-radius:8px;display:block;float:left;height:18px;margin:4px 0 0 4px;overflow:hidden;text-indent:-9999em;width:30px}.dnnFormPopup .dnnModalCtrl a.dnnToggleMax:hover{background:var(--dnn-color-primary,#358eea) url("/images/resizeBtn.png") no-repeat;background-position:10px 2px}.dnnFormPopup .ui-resizable-se{background:url("/images/modal-resize-icn.png") no-repeat bottom;float:right;height:24px;width:24px}.dnnFormPopup .dnnDialog{padding:10px}.dnnFormPopup #iPopUp{padding-top:10px;width:100%!important}.dnnFormPopup #iPopUp .ui-dialog-content,.dnnFormPopup .ui-dialog-content{background:var(--dnn-color-background,#fff);border:0;overflow:auto;padding:0;position:relative;zoom:1}.dnnFormPopup .ui-dialog-buttonpane{background-image:none;border-width:1px 0 0;border-top:1px solid var(--dnn-color-foreground-light,#ddd);margin:.5em 0 0;overflow:hidden;padding:.3em 1em 0 0;text-align:left}.dnnFormPopup .ui-dialog-buttonpane button{border:none;cursor:pointer;margin:.5em .4em .5em 0;padding:.5em 1em}.dnnLoading{background:#fff url("/images/loading.gif") no-repeat 50%;position:absolute;z-index:9999}.dnnPanelLoading{height:100%;left:0;opacity:.7;top:0;width:100%}.dnnForm .ui-resizable{position:relative}.dnnForm .ui-resizable-handle{display:block;font-size:.1px;position:absolute;z-index:99999}.dnnForm .ui-resizable-n{cursor:n-resize;height:7px;left:0;top:-5px;width:100%}.dnnForm .ui-resizable-s{bottom:-5px;cursor:s-resize;height:7px;left:0;width:100%}.dnnForm .ui-resizable-e{cursor:e-resize;height:100%;right:-5px;top:0;width:7px}.dnnForm .ui-resizable-w{cursor:w-resize;height:100%;left:-5px;top:0;width:7px}.dnnForm .ui-resizable-se{bottom:1px;cursor:se-resize;height:12px;right:1px;width:12px}.dnnForm .ui-resizable-sw{bottom:-5px;cursor:sw-resize;height:9px;left:-5px;width:9px}.dnnForm .ui-resizable-nw{cursor:nw-resize;height:9px;left:-5px;top:-5px;width:9px}.dnnForm .ui-resizable-ne{cursor:ne-resize;height:9px;right:-5px;top:-5px;width:9px}.dnnForm .ui-resizable-autohide .ui-resizable-handle,.dnnForm .ui-resizable-disabled .ui-resizable-handle{display:none}.dnnSpinner{background:#fff;background:linear-gradient(180deg,#fff 0,#f0f2f1);border:1px solid #c9c9c9;border-radius:3px;box-shadow:0 1px 0 0 #bbb;color:#333;display:inline-block;overflow:visible;padding:6px;position:relative;text-decoration:none;width:150px}.dnnSpinnerDisplay{background:transparent;color:#999;margin:0 25px 0 8px}.dnnFormItem .dnnSpinnerDisplay>input[type=text],.dnnFormItem .dnnSpinnerDisplay>input[type=text]:focus{background:transparent;border:none;box-shadow:none;margin:0;padding:0}.dnnSpinnerCtrl{background-color:transparent;border-left:1px solid #c9c9c9;position:absolute;right:0;top:0;width:25px}.dnnSpinnerCtrl>a.dnnSpinnerTopButton{background:transparent url("/images/dnnSpinnerUpArrow.png") no-repeat;background-position:50%;cursor:pointer;display:block;height:16px;width:25px}.dnnSpinnerCtrl>a.dnnSpinnerBotButton{background:transparent url("/images/dnnSpinnerDownArrow.png") no-repeat;background-position:50%;cursor:pointer;display:block;height:16px;width:25px}ul.dnnAdminTabNav{border-bottom:1px solid var(--dnn-color-foreground-light,#c2c2c2);display:flex;margin-left:0;margin-top:.3125rem;width:100%}ul.dnnAdminTabNav li{align-items:center;display:flex;list-style:none}ul.dnnAdminTabNav li a{border:1px solid var(--dnn-color-foreground-light,#c2c2c2);border-bottom:none;border-radius:var(--dnn-controls-radius,3px) var(--dnn-controls-radius,3px) 0 0;margin-bottom:0;margin-right:.25rem;padding:12px 9px 10px;text-decoration:none}ul.dnnAdminTabNav li a:active,ul.dnnAdminTabNav li a:hover{color:var(--dnn-color-primary-light,#028bff)}ul.dnnAdminTabNav li.ui-tabs-active a{background:var(--dnn-color-primary,#fff);border-color:var(--dnn-color-primary,#028bff);color:var(--dnn-color-primary-contrast,#000)}.ui-tabs .ui-tabs-panel{display:block;position:relative}.ui-tabs .ui-tabs-hide{display:none}div.ui-dialog-titlebar>.ui-dialog-titlebar-close{background:#585858 url("/images/closeBtn.png") no-repeat;background-position:4px 4px;border:3px solid #fff;border-radius:12px;display:block;height:24px;margin:0;min-width:0!important;overflow:hidden;position:absolute;right:-30px;text-indent:-9999em;top:-30px;width:24px}.dnnForm .ui-helper-hidden{display:none}.dnnForm .ui-helper-hidden-accessible{position:absolute!important;clip:rect(1px 1px 1px 1px)}.dnnForm .ui-state-highlight,.dnnForm .ui-widget-content .ui-state-highlight,.dnnForm .ui-widget-header .ui-state-highlight{background:var(--dnn-color-warning,#ffe45c);border:1px solid var(--dnn-color-warning-dark,#fed22f);color:var(--dnn-color-warning-contrast,#363636)}.dnnForm .ui-state-highlight a,.dnnForm .ui-widget-content .ui-state-highlight a,.dnnForm .ui-widget-header .ui-state-highlight a{color:var(--dnn-color-warning-contrast,#363636)}.dnnForm .ui-state-error,.dnnForm .ui-widget-content .ui-state-error,.dnnForm .ui-widget-header .ui-state-error{background:var(--dnn-color-danger,#b81900);border:1px solid var(--dnn-color-danger-dark,#cd0a0a);color:var(--dnn-color-danger-contrast,#fff)}.dnnForm .ui-state-error a,.dnnForm .ui-state-error-text,.dnnForm .ui-widget-content .ui-state-error a,.dnnForm .ui-widget-content .ui-state-error-text,.dnnForm .ui-widget-header .ui-state-error a,.dnnForm .ui-widget-header .ui-state-error-text{color:var(--dnn-color-danger-contrast,#fff)}.dnnForm .ui-priority-primary,.dnnForm .ui-widget-content .ui-priority-primary,.dnnForm .ui-widget-header .ui-priority-primary{font-weight:700}.dnnForm .ui-priority-secondary,.dnnForm .ui-widget-content .ui-priority-secondary,.dnnForm .ui-widget-header .ui-priority-secondary{font-weight:400;opacity:.7}.dnnForm .ui-state-disabled,.dnnForm .ui-widget-content .ui-state-disabled,.dnnForm .ui-widget-header .ui-state-disabled{background-image:none;opacity:.35}.dnnForm .ui-draggable{cursor:move}.dnnForm .dnnForm .ui-corner-right,.dnnForm .dnnForm .ui-corner-tr,.dnnForm .ui-corner-all,.dnnForm .ui-corner-left,.dnnForm .ui-corner-tl,.dnnForm .ui-corner-top{border-radius:var(--dnn-controls-radius,4px)}.ui-widget-overlay{background:rgba(0,0,0,.65);height:100%;left:0;position:fixed;top:0;width:100%;z-index:9999}.dnn_acResults{background-color:#fff;border:1px solid #c9c9c9;-webkit-border-bottom-left-radius:3px;border-bottom-left-radius:3px;-webkit-border-bottom-right-radius:3px;border-bottom-right-radius:3px;box-shadow:0 2px 0 0 #bbb;min-width:150px;overflow:hidden;padding:0;z-index:900001}.dnn_acResults ul{list-style-position:outside;list-style:none;margin:0;padding:0}.dnn_acResults ul li{border-top:1px solid #c9c9c9;color:#666;color:#333;cursor:pointer;display:block;margin:0;overflow:hidden;padding:6px 22px}.dnn_acResults ul li:first-child{border-top:none}.dnn_acSelect{background-color:#e8f1fa;color:#333}.dnnProgressbar{background:#fff;border:1px solid #c9c9c9;border-radius:3px;height:25px!important;padding:18px 10px 0}.ui-progressbar{background-color:#ccc;height:10px!important;overflow:hidden;text-align:left}.ui-progressbar .ui-progressbar-value{background-color:#1a82f7;background:linear-gradient(90deg,#2b7fda 0,#3fbdff);height:100%;margin:0}.jspContainer{overflow:hidden;position:relative}.jspPane{position:absolute}.jspVerticalBar{background:#ccc;height:100%;position:absolute;right:0;top:0;width:11px}.jspHorizontalBar{background:#ccc;bottom:0;height:11px;left:0;position:absolute;width:100%}.jspHorizontalBar *,.jspVerticalBar *{margin:0;padding:0}.jspCap{display:none}.jspHorizontalBar .jspCap{float:left}.jspTrack{background:transparent;position:relative}.jspVerticalBar .jspTrack{margin:0 0 0 3px;width:10px}.jspHorizontalBar .jspTrack{height:5px;margin:3px 0}.jspVerticalBar .jspCap{display:block;height:3px;width:11px}.jspHorizontalBar .jspCap{display:block;height:11px;width:3px}.jspDrag{background:#000;border-radius:3px 3px 3px 3px;cursor:pointer;left:0;opacity:.75;position:relative;top:0}.jspHorizontalBar .jspDrag,.jspHorizontalBar .jspTrack{float:left;height:5px}.dnnDropdownSettings{height:30px!important;position:relative}.dnnButtonDropdown{background:var(--dnn-color-background,#fff);border:1px solid var(--dnn-color-foreground-light,#c9c9c9);border-radius:var(--dnn-controls-radius,3px);cursor:pointer;height:30px!important;width:50px}.dnnButtonArrow,.dnnButtonIcon{display:inline-block;height:30px!important}.dnnButtonIcon{width:32px}.dnnButtonArrow{background:transparent url("/images/dnnSpinnerDownArrow.png") no-repeat 50%;width:10px}.dnnButtonDropdown-clicked{border-bottom:1px solid var(--dnn-color-foreground-light,#c9c9c9);border:1px solid var(--dnn-color-foreground-light,#c9c9c9);border-bottom-color:var(--dnn-color-background,#fff);border-top-left-radius:var(--dnn-controls-radius,3px);border-top-right-radius:var(--dnn-controls-radius,3px);height:30px!important;width:50px;z-index:100}.dnnButtonDropdown-clicked,.dnnButtonDropdown-ul{background:var(--dnn-color-background,#fff);position:absolute}.dnnButtonDropdown-ul{border:1px solid var(--dnn-color-foreground-light,#c9c9c9);border-radius:3px;display:none;left:0;list-style-type:none;margin-left:0;top:29px;width:200px;z-index:99}.dnnButtonDropdown-ul>li,.dnnButtonDropdown-ul>ul>li{border-bottom:1px solid var(--dnn-color-foreground-light,#c9c9c9);color:var(--dnn-color-foreground,#333);cursor:pointer;list-style:none;margin:0;padding:8px;vertical-align:middle}.dnnButtonDropdown-ul>ul{margin:0}.dnnButtonDropdown-ul>ul>li{padding-left:16px}.dnnButtonDropdown-ul>li:last-child{border-bottom:none!important}.dnnButtonDropdown-ul>li:hover{background-color:var(--dnn-color-background-dark,#e8f1fa);color:var(--dnn-color-foreground-dark,#000)}.ModuleTitle_MenuContainer{border:1px solid blue}table.dnnASPGrid,table.dnnGrid{border:1px solid var(--dnn-color-foreground-light,#c9c9c9);margin-bottom:20px}.dnnGridHeader td,thead.dnnGridHeader th,tr.dnnGridHeader th{background:var(--dnn-color-background-dark,#f0f2f1);border-bottom:1px solid var(--dnn-color-foreground-light,#c9c9c9);border-right:1px solid var(--dnn-color-foreground-light,#c9c9c9);padding:.375rem .75rem}.dnnGridAltItem td,.dnnGridItem td{border-right:1px solid var(--dnn-color-foreground-light,#c9c9c9);padding:.375rem}.dnnGridAltItem td input,.dnnGridItem td input{margin-bottom:none}.dnnGridAltItem:hover,.dnnGridItem:hover{background-color:rgba(var(--dnn-color-primary-r,0),var(--dnn-color-primary-g,165),var(--dnn-color-primary-b,224),.2)}.dnnGridAltItem{background:var(--dnn-color-background-dark,#f2f2f2)}td.dnnGridHeaderTD-NoBorder{border-right:none!important}tr.dnnGridAltItem td,tr.dnnGridItem td{border-right:none}tr.dnnGridItem td input{margin-bottom:0}span[id$=FileControl]{display:block;float:left}.dnnFilePicker{background-color:var(--dnn-color-background,#f0f0f0);display:block;float:left;margin-bottom:10px;margin-right:10px;padding:0 15px;width:450px}.dnnFilePicker .dnnLeft{margin:-30px 0 0;padding:0}.dnnFilePicker .dnnLeft img{max-height:100px;max-width:135px}.dnnFilePicker .dnnLeft .dnnFilePickerImageHolder{background-color:#ccc;height:100px;margin:20px 15px;width:135px}.dnnFilePicker .dnnLeft a.dnnSecondaryAction{display:inline-block;margin:10px 10px 0 0}.dnnFilePicker .dnnLeft img{display:block;margin:20px 15px}.dnnFilePicker .dnnFormItem{margin:-10px 0 0;padding:0;position:static}.dnnFilePicker .dnnFormItem span{display:block;float:left;margin-top:8px;padding-left:5px;text-align:left;width:40px}.dnnFilePicker input,.dnnFilePicker select{float:none;margin:0 10px 0 0;width:200px}.eipbackimg{background:url("/images/eip_toolbar.png") repeat-x;height:32px;margin-top:-32px;position:absolute;white-space:nowrap;z-index:1}.eipbackimg.editMode{background:linear-gradient(180deg,#303030 0,#191919)!important;opacity:.8}.eipbackimg.editMode .eipbuttonbackimg{border-left:1px solid #1f1f1f;border-right:1px solid #393939;opacity:.5}.eipbackimg.editMode.containerTitle .eipbuttonbackimg{border:none;opacity:1}.eipbackimg.editMode.containerTitle .eipborderhover{background-color:inherit}.eipbackimg.editMode .eipborderhover{background-color:#333;opacity:1}.eipbackimg.containerTitle{margin-top:-8px}.eipbackimg.containerTitle.editMode{background:none!important;border:none!important;left:auto;margin-top:-2px;right:0}.eipbackimg.containerTitle .eipbutton_cancel{background:url("/images/eip_title_cancel.png") no-repeat 50%}.eipbackimg.containerTitle .eipbutton_save{background-image:url("/images/eip_title_save.png")}.eipbuttonbackimg{background:url("/images/eip_toolbar.png") no-repeat;cursor:pointer;float:left;height:32px;width:32px}.eipbuttonbackimg.eipbutton_cancel{background-position:-32px 0}.eipbuttonbackimg.eipbutton_bold{background-position:-64px 0}.eipbuttonbackimg.eipbutton_italic{background-position:-96px 0}.eipbuttonbackimg.eipbutton_underline{background-position:-128px 0}.eipbuttonbackimg.eipbutton_justifyleft{background-position:-160px 0}.eipbuttonbackimg.eipbutton_justifycenter{background-position:-192px 0}.eipbuttonbackimg.eipbutton_justifyright{background-position:-224px 0}.eipbuttonbackimg.eipbutton_orderedlist{background-position:-256px 0}.eipbuttonbackimg.eipbutton_unorderedlist{background-position:-288px 0}.eipbuttonbackimg.eipbutton_outdent{background-position:-320px 0}.eipbuttonbackimg.eipbutton_indent{background-position:-352px 0}.eipbuttonbackimg.eipbutton_createlink{background-position:-384px 0}.eipbutton_edit{background:url("/images/eip_edit.png") no-repeat 100%;float:left}.eipbutton_save{background:url("/images/eip_save.png") no-repeat 100%;float:left}div[id$=titleLabel_tb].visible~span{margin-left:32px}.dnnLogin .LoginTabGroup{border-bottom:1px solid #c2c2c2;display:inline-block;height:37px;margin-left:0;margin-top:5px;width:100%}.dnnLogin .LoginTabGroup span{border-bottom:0;border-radius:3px 3px 0 0;box-shadow:none;margin-bottom:0;margin-right:4px}.dnnLogin .LoginTabGroup span.LoginTabSelected{background:none repeat scroll 0 0 #fff;margin-top:-3px;padding:12px 9px 10px}.dnnLoginActions{display:inline-block}.dnnTableDisplay{border:1px solid var(--dnn-color-neutral,#d1d1d1);border-bottom:0;border-left:0;margin-bottom:1.125rem}.dnnTableDisplay td,.dnnTableDisplay th{border-bottom:1px solid var(--dnn-color-neutral,#d1d1d1);padding:5px 9px}.dnnTableDisplay th{border-left:1px solid var(--dnn-color-neutral,#d1d1d1);padding:0}.dnnTableDisplay th>a,.dnnTableDisplay th>span{display:block;padding:5px 9px}.dnnTableDisplay td:first-child{border-left:1px solid var(--dnn-color-neutral,#d1d1d1)}.dnnTableDisplay label{display:inline;padding-left:.3125rem}.dnnTableDisplay th{background:var(--dnn-color-background,#d1d1d1);color:var(--dnn-color-foreground,#333);text-align:left}.dnnTableDisplay th a,.dnnTableDisplay th label{color:var(--dnn-color-foreground,#333);font-weight:400;text-decoration:none}.dnnTableDisplay th a{padding:.5rem .5625rem}.dnnTableDisplay th a:active,.dnnTableDisplay th a:hover{color:var(--dnn-color-foreground-dark,#333)}.dnnTableDisplay tr:nth-child(2n) td{background:rgba(var(--dnn-color-foreground-r,0),var(--dnn-color-foreground-g,0),var(--dnn-color-foreground-b,0),.04)}.dnnTableDisplay .dnnTableDisplay tr:hover td{background:rgba(var(--dnn-color-info-r,2),139,255,.15)}.dnnTableDisplay tfoot tr:hover td{background:none}.dnnTableFilter{background:rgba(var(--dnn-color-foreground,0),var(--dnn-color-foreground,0),var(--dnn-color-foreground,0),.04);margin-bottom:18px}.dnnTableFilter .dnnTableDisplay{margin-bottom:0}.dnnFilterSet{padding:1.125rem}.dnnFilterSet label{display:inline-block}.dnnFilterSet input,.dnnFilterSet select{display:inline-block;margin:0 .3125rem}.verticalFilter .dnnFilterSet{float:left;padding:2% 1.125rem;width:20%}.verticalFilter .dnnTableDisplay{float:right;width:75%}.verticalFilter input[type=search],.verticalFilter input[type=text],.verticalFilter select{box-sizing:border-box;margin:0;width:100%}.Head{display:inline-block;margin-bottom:.375rem}td.SubHead{display:table-cell;margin-bottom:0}.Normal,.NormalDeleted,.NormalDisabled{color:var(--dnn-color-foreground,#444);font-size:1rem;line-height:1.125rem;word-wrap:break-word}.NormalDeleted,.NormalDisabled{color:var(--dnn-color-neutral,#999)}.NormalBold,.NormalRed{font-weight:700}.NormalRed{color:var(--dnn-color-danger,red)}.NormalDeleted{text-decoration:line-through}.Help{background-color:var(--dnn-color-warning,#ff9);border:1px solid var(--dnn-color-warning-contrast,#000);color:var(--dnn-color-warning-contrast,#000);font-size:.6875rem;font-weight:400;padding:2px}.DNNAlignleft{text-align:left}.DNNAlignright{text-align:right}.DNNAligncenter{text-align:center}.Hidden{display:none}div.errorWin p{margin:0 0 10px}h2.dnnFormSectionHead{border-bottom:1px solid var(--dnn-color-foreground-light,#ddd);font-size:2rem;letter-spacing:.001875rem;line-height:2.25rem;margin-bottom:18px;margin-top:8px}h2.dnnFormSectionHead h2.dnnFormSectionHead a{background:url("/images/down-icn.png") no-repeat right 50%;color:var(--dnn-color-foreground,#333);display:block;font-size:7.375rem;font-weight:400;letter-spacing:normal;padding-left:3px;text-decoration:none}h2.dnnFormSectionHead h2.dnnFormSectionHead a:hover{background:rgba(var(--dnn-color-primary-r,2),var(--dnn-color-primary-g,139),var(--dnn-color-primary-b,255),.05) url("/images/down-icn.png") no-repeat right 50%;color:#222}h2.dnnFormSectionHead h2.dnnFormSectionHead a.dnnSectionExpanded{background:url("/images/up-icn.png") no-repeat right 50%;color:var(--dnn-color-foreground,#222)}h2.dnnFormSectionHead h2.dnnFormSectionHead a.dnnSectionExpanded:hover{background:rgba(var(--dnn-color-primary-r,2),var(--dnn-color-primary-g,139),var(--dnn-color-primary-b,255),.05) url("/images/up-icn.png") no-repeat right 50%;color:var(--dnn-color-foreground,#222)}
/*# sourceMappingURL=default.css.map */


/*! #######################################################################

  MeanMenu 2.0.7
  --------

  To be used with jquery.meanmenu.js by Chris Wharton (http://www.meanthemes.com/plugins/meanmenu/)

####################################################################### */

/* hide the link until viewport size is reached */
a.meanmenu-reveal {
	display: none;
  }
  
  /* when under viewport size, .mean-container is added to body */
  .mean-container .mean-bar {
	float: left;
	width: 100%;
	position: relative;
	background: #0c1923;
	padding: 4px 0;
	min-height: 42px;
	z-index: 999999;
  }
  
  .mean-container a.meanmenu-reveal {
	width: 22px;
	height: 22px;
	padding: 13px 13px 11px 13px;
	position: absolute;
	top: 0;
	left: 0;
	cursor: pointer;
	color: #fff;
	text-decoration: none;
	font-size: 16px;
	text-indent: -9999em;
	line-height: 22px;
	font-size: 1px;
	display: block;
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
  }
  
  .mean-container a.meanmenu-reveal span {
	display: block;
	background: #fff;
	height: 3px;
	margin-top: 3px;
  }
  
  .mean-container .mean-nav {
	float: left;
	width: 100%;
	background: #0c1923;
	margin-top: 44px;
  }
  
  .mean-container .mean-nav ul {
	padding: 0;
	margin: 0;
	width: 100%;
	list-style-type: none;
  }
  
  .mean-container .mean-nav ul li {
	position: relative;
	float: left;
	width: 100%;
  }
   .mean-container .mean-nav ul li{
padding: 10px 0;
color: #101a23;
font-size: 14px;
font-weight: 400;
font-family: "Segoe UI", sans-serif;

  }
  
  
  .mean-container .mean-nav ul li a {
	display: block;
	float: left;
	width: 90%;
	
	margin: 0;
	text-align: left;
	color: #fff;
	border-top: 1px solid #383838;
	border-top: 1px solid rgba(255,255,255,0.5);
	text-decoration: none;

  }
  
  .mean-container .mean-nav ul li li a {
	width: 80%;
	padding: 1em 10%;
	border-top: 1px solid #f1f1f1;
	border-top: 1px solid rgba(255,255,255,0.25);
	opacity: 0.75;
	filter: alpha(opacity=75);
	text-shadow: none !important;
	visibility: visible;
  }
  
  .mean-container .mean-nav ul li.mean-last a {
	border-bottom: none;
	margin-bottom: 0;
  }
  
  .mean-container .mean-nav ul li li li a {
	width: 70%;
	padding: 1em 15%;
  }
  
  .mean-container .mean-nav ul li li li li a {
	width: 60%;
	padding: 1em 20%;
  }
  
  .mean-container .mean-nav ul li li li li li a {
	width: 50%;
	padding: 1em 25%;
  }
  
  .mean-container .mean-nav ul li a:hover {
	background: #252525;
	background: rgba(255,255,255,0.1);
  }
  
  .mean-container .mean-nav ul li a.mean-expand {
	margin-top: 1px;
	text-align: center;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
	font-weight: 700;
	background: rgba(255,255,255,0.1);
  }
  
  .mean-container .mean-nav ul li a.mean-expand:hover {
	background: rgba(0,0,0,0.9);
  }
  
  .mean-container .mean-push {
	float: left;
	width: 100%;
	padding: 0;
	margin: 0;
	clear: both;
  }
  
  .mean-nav .wrapper {
	width: 100%;
	padding: 0;
	margin: 0;
  }
  
  /* Fix for box sizing on Foundation Framework etc. */
  .mean-container .mean-bar, .mean-container .mean-bar * {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
  }
  
  
  .mean-remove {
	display: none !important;
  }
  
  
  /* mobile menu css */
  .open-mobile-menu a {
	display: block;
	width: 50px;
	height: 50px;
	background: #fff;
	text-align: center;
	line-height: 50px;
	font-size: 20px;
	color: #00235A;
	position: relative;
	z-index: 9;
  }
  .open-mobile-menu a:hover {
	background: #ff5e14;
	color: #fff;
  }
  .open-mobile-menu a.active {
	background: #FF5E14;
  }.side-menu-icon i {
	color: #fff;
	font-size: 32px;
	cursor: pointer;
  }
  .side-info {
	background: #fff;
	width: 300px;
	height: 100%;
	position: fixed;
	z-index: 99;
	left: -100%;
	top: 0;
	padding: 15px 30px;
	transition: .4s;
	overflow-y: scroll;
  }
  .side-info.info-open {
	left: 0;
  }
  .side-info-close {
	background: none;
	border: 0;
	color: #222;
	font-size: 20px;
	padding: 0;
	font-family: "Montserrat", sans-serif; font-weight: 600;
  }
   .side-info-close:hover{color:#0078d4;fill:#0078d4}
  
  
  .side-info-content h1 {
	color: #fff;
	font-size: 29px;
  }
  .offcanvas-overlay {
	position: fixed;
	left: 0;
	top: 0;
	left: 0;
	bottom: 0;
	background: #000;
	height: 100%;
	width: 100%;
	z-index: 2;
	opacity: 0;
	visibility: hidden;
  }
  .offcanvas-overlay.overlay-open {
	opacity: .5;
	visibility: visible;
  }
  
  /* mean menu customize */
  .mobile-menu.mean-container {
	overflow: hidden;
  }
  .mean-container a.meanmenu-reveal {
	display: none;
  }
  .mean-container .mean-nav {
	background: none;
	margin-top: 0;
  }
  .mean-container .mean-bar {
	padding: 0;
	min-height: auto;
	background: none;
  }
  .mean-container .mean-nav > ul {
	padding: 0;
	margin: 0;
	width: 100%;
	list-style-type: none;
	display: block !important;
  }
  .mean-container a.meanmenu-reveal {
	display: none !important;
  }
  .mean-container .mean-nav ul li a {
	width: 100%;
	color: #101a23;
	font-size: 14px;
	font-weight: 400;
	font-family: "Montserrat", sans-serif;
  }
  .mean-container .mean-nav ul li a.mean-expand {
	margin-top: 0px;
	padding: 0 !important;
	line-height: 14px;
	border: 1px solid #d9d9d9 !important;
	height: 30px;
	width: 30px;
	color: #353535;
	line-height: 28px;
	top: 6px;
	font-weight: 400;
  }
  .mean-container .mean-nav ul li a.mean-expand:hover,.mean-container .mean-nav ul li a.mean-clicked {
	background: #2883bf;
	border-color: #2883bf !important;
	color: #fff;
  }
  .mean-container .mean-nav > ul > li:first-child a{
	border-top: 0;
  }
  .mean-container .mean-nav ul ul {
	padding-left: 15px;
  }
  .mean-container .mean-nav ul li ul li a {
	width: 100%;
	padding: 0;
	opacity: 1;
	filter: alpha(opacity=100);
	text-shadow: none !important;
	visibility: visible;
	
	line-height: 1;
	font-size: 12px;
	color: #101a23;
  }
  .mean-container .mean-nav ul li ul li:last-child a{
	border: 0;
  }
  .mean-container .mean-nav ul li a:hover{
	color: #00a9cd;
  }
  
  /*contact-infos*/
  .offset-logo img {
	max-width: 190px;
  }
  .contact-infos h4 {
	font-size: 27px;
	margin-bottom: 20px;
  }
  .contact-infos ul li {
	font-size: 15px;
	margin-bottom: 15px;
	list-style: none;
  }
  .contact-infos ul li a {
	color: #00235a;
  }
  .contact-infos ul li i {
	color: #F15B43;
	vertical-align: middle;
	width: 25px;
	display: inline-block;
  }
  .sidebar__menu--social {
	margin-top: 25px;
  }
  .sidebar__menu--social a::before {
	position: absolute;
	content: "";
	top: 0px;
	left: 0px;
	height: 100%;
	width: 0%;
	background: #F15B43;
	z-index: -1;
	transform: rotate(90deg);
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
  }
  .sidebar__menu--social a:hover::before {
	width: 100%;
  }
  div.sidebar__menu--social a {
	height: 35px;
	width: 35px;
	line-height: 35px;
	text-align: center;
	font-size: 13px;
	display: inline-block;
	margin-right: 1px;
	background: #393f53;
	color: #ffffff;
	position: relative;
	z-index: 1;
	overflow: hidden;
	border-radius: 5px;
  }
  .side-btn .site__btn1 {
	padding: 16px 50px;
  }


@media (min-width: 992px) {
	.side-info {
		width: 465px;
		padding: 18px 16px 12px 16px;
	}	
}
  

.sub-menu .sub-nav > ul {
  padding: 0;
  margin: 0;
  width: 100%;
  list-style-type: none;
  display: block !important;
}

.sub-menu .sub-nav ul li {
  position: relative;
  float: left;
  width: 100%;
}

.sub-menu .sub-nav ul li a {
  width: 100%;
  padding: 10px 0;
  color: #101a23;

  font-size: 14px;
  font-weight: 700;
}

.sub-menu .sub-nav {
  float: left;
  width: 100%;
}

.sub-menu .sub-nav > ul {
  padding: 0;
  margin: 0;
  width: 100%;
  list-style-type: none;
  display: block !important;
}
.sub-menu .sub-nav ul {
  padding: 0;
  margin: 0;
  width: 100%;
  list-style-type: none;
}

.sub-menu .sub-nav  ul li a {
 width: 100%;
padding: 10px 0;
color: #101a23;
font-size: 14px;
font-weight: 400;
margin: 0;
text-align: left;
display: block;
float: left;}
.sub-menu .sub-nav  ul li a:hover{color: #2883bf}

.sub-menu .sub-nav ul li span{
  width: 100%;
  padding: 10px 0;
  color: #101a23;
  border-top: 1px solid #d9d9d9;
  font-size: 14px;
  font-weight: 700;
  margin: 0;
  text-align: left;
  display: block;
  float: left;
  
}




@charset "UTF-8";
:root {
  --clr-common-menu-color: black;
  --clr-common-white: white;
}
/*
*****
Navigation
*************************
*/
.main-menu ul li {
  display: inline-block;
  margin: 0px 20px;
  list-style: none;
  position: relative;
}
@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  .main-menu ul li {
    margin: 0 15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .main-menu ul li {
    margin: 0 15px;
  }
}

.menu-style {
border-top: 1px solid #d9d9d9;	
border-bottom: 1px solid #d9d9d9;	

}


.main-menu ul li.menu-item-has-children > a::after {
  content: "";
  font-family: "Font Awesome 5 Pro";
  margin-left: 3px;
  display: inline-block;
  transform: translateY(1px);
  opacity: 0;
  visibility: hidden;
}
.main-menu ul li.active > a {
  color: var(--clr-body-heading-color);
  border-bottom: 3px solid #2883bf;
}
.main-menu ul li a {
  padding: 62px 0;
  display: block;
  text-decoration: none;
  color: var(--clr-common-menu-color);
  font-weight: 700;
  font-size: 16px;
}
.main-menu ul li:hover > a {
  color: #00a9cd;
}
.main-menu ul li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 100%;
}
.main-menu ul li ul.sub-menu {
  position: absolute;
  left: 0;
  top: 100%;
  width: 250px;
  border-top: 4px solid var(--clr-theme-1);
  background-color: var(--clr-common-white);
  text-align: start;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  transform: scaleY(0);
  transform-origin: top;
  z-index: 3;
}
.main-menu ul li ul.sub-menu li {
  margin: 0;
  display: block;
  padding: 0 10px;
}
.main-menu ul li ul.sub-menu li:last-child {
  border-bottom: 0;
}
.main-menu ul li ul.sub-menu li a {
  padding: 12px 0;
  text-align: start;
  display: block;
  border-bottom: 1px solid rgba(90, 90, 90, 0.11);
  position: relative;
  color: var(--clr-common-menu-color);text-transform: uppercase;
}
.main-menu ul li ul.sub-menu li a:after {
  content: "";
  width: 10px;
  height: 2px;
  background-color: var(--clr-theme-1);
  position: absolute;
  top: 50%;
  left: -10px;
  transform: translate(0, -50%);
  opacity: 0;
  transition: all 220ms linear 0ms;
}
.main-menu ul li ul.sub-menu li a:hover {
  padding-left: 18px;
  color: #00a9cd;
}
.main-menu ul li ul.sub-menu li a:hover:after {
  opacity: 1;
  visibility: visible;
  left: 0;
}
.main-menu ul li:hover .sub-menu {
  transform: scaleY(1);
  opacity: 1;
  visibility: visible;
}
.main-menu:is(.menu_2) ul li.menu-item-has-children ul.sub-menu {
  z-index: 3;
}
.main-menu:is(.menu_2) ul li a {
  padding: 43px 0;
}

.main-menu:is(.theme-1) ul li:hover > a {
  color: var(--clr-theme-1);
}
.main-menu:is(.theme-1) ul li .sub-menu li a:hover {
  color: var(--clr-theme-1);
}

/*
*****
02. Header
*************************
*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .res_padd {
    padding: 30px 0;
  }
}
@media (max-width: 767px) {
  .res_padd {
    padding: 15px 0;
  }
}

.logo img {
  min-width: 160px;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .header_menu_area_2 {
    padding: 15px 0;
  }
}

.header-area:is(.header-transparent) {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 2;
  background-color: transparent;
}
@media (max-width: 767px) {
  .header-area:is(.header-transparent) {
    position: static;
  }
}

.header-sing {
  height: 60px;
}
@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  .header-sing .hbtn_1 {
    padding: 0 32px;
  }
}


@media (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .menu-bar button {
    border: 1px solid var(--clr-body-heading-color);
  }
}
.menu-bar button:hover {
  background-color: var(--clr-theme-2);
  /*color: var(--clr-common-white);*/
}
@media (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .menu-bar button:hover {
    border: 1px solid var(--clr-theme-2);
  }
}



.mobile-links li > a {
  padding: 15px 0 15px 15px;
  line-height: 20px;
  border-bottom: 1px solid #ebebeb;
  color: #7f7f7f;
  display: block;
}




/* Menu */
.stickyMenu {
  position: fixed;
  top: 0;
  width: 100%;
	height:45px;
  z-index:100;
  background:#fff;
  border-bottom:1px solid #d9d9d9;

}


.stickymain {
	  padding-top: 70px;position: fixed;
top: 0;
left: 0;
width: 100%;
z-index: 99;
transform: translateY(-100%);
transition: transform .35s cubic-bezier(1,0,.5,1.275);
will-change: transform;
border-top: 30px solid transparent;
margin-top: -30px;
	}
.main-menu{display:none;}

.main-menu ul {
	margin: 0px;
	padding:0;
}
.main-menu ul li a {
	font-weight:500;
	font-size: 14px;
	color: #28424b;
}
.main-menu ul li {
	margin: 0px 20px;
	font-weight:500;
	font-size: 14px;
	color: #464646
}
.main-menu ul li ul.sub-menu li a::after {
	content:"";
	width: 0px;
	height: 0px;
	position: absolute;
	top: 0;
	left: 0;
	transform: none !important;
	opacity: 0;
	transition: none !important;
}
.main-menu ul li ul.sub-menu li a:hover {
  padding-left: 0;
}
.main-menu ul li a {
	padding: 8px 0 6px 0 !important;
}
.header_menu_area_2 {
	padding: 0px 0;
}
.sub-menu .active a{color:#263b5c !important;}
.contact-list > a {
  font-size: 12px;
}
.side-info {
    z-index: 100;
	width:100%;
}
.main-menu ul li ul.sub-menu {
	margin-left:0 !important;
}
.main-menu ul li ul.sub-menu.level2 {
	margin-left:0 !important;
	border-top:0px;
	padding-left:20px;
}
.main-menu ul li ul.sub-menu.level2 a {
	font-size:15px;
}

.main-menu ul li ul.sub-menu li a.hasChildren {
	padding: 12px 0 0px 0 !important;
	border-bottom: 0;
}
.mean-container .mean-nav ul li ul a.mean-expand {
	margin-top: 1px;
	text-align: center;
	position: absolute;
	right: 15px;
	top: 0;
	z-index: 2;
}
.menu-hamburger-btn{
	height:20px;
	width:20px;
	display: inline-block;
}
.menu-hamburger-btn {
	content: url("/Portals/_default/skins/rose/images/hamburger.svg");
}

.menu-search-btn:hover {color:red;fill:red}


.menu-hamburger-btn-label {
	position: absolute;
	clip: rect(0 0 0 0);
	-webkit-clip-path: polygon(0 0,0 0);
	clip-path: polygon(0 0,0 0);
	margin: -1px;
	border: 0;
	overflow: hidden;
	padding: 0;
	width: 2px;
	height: 2px;
	white-space: nowrap;
}
.main-menu ul li:first-child{
	margin-left:0;
	padding-left:0;
}
.menu-search-btn{
	content: url("/Portals/_default/skins/rose/images/search.svg");
	height:20px;
	width:20px;
	display: inline-block;
}
.menuSearchBar{display:none;background:#fff;}
.menusearch-open{display:block;}
.stickyMenu .menusearch-open{position:absolute;top:55px;width:100%;background:#fff;margin-top:0 !important;left:0;}
.stickyMenu .menusearch-open > div:first-child{margin-top:20px !important;}
.menuFloatRight{float:right;margin-right:0px!important}
.stickyMenu .menuFloatRight{float:none;}
.stickyMenu .menuUL{text-align:center;}
@media (min-width: 576px) {
	.side-info {
		width: 300px;
	}
	
}
@media (min-width: 992px) {
	.main-menu{display:block;}
	.stickyMenu .menuLogo{display:none;}
	.stickyMenu .main-menu {
		position:absolute;
		top:0;
		left: 50%;
		transform: translate(-50%, 0);
		width:1000px;
	}
	.stickyMenu .main-menu ul li a{padding-top:10px !important;}
	.main-menu-con{border-top:1px solid #ccc;border-bottom:1px solid #ccc;}
	.stickyMenu .main-menu-con{border:none;}
}

.menuFloatRight span{font-weight:500}



@media (max-width: 37.4375rem){.menuLogo {width: 100%}.menuLogo svg {width: 200px;
height: 38px;
display: block;
border: 0;
margin: 16px auto;
background-size: 100% 100%;
background-position: 50%;
background-repeat: no-repeat;}}
@media (min-width: 37.5rem) and (max-width: 56.1875rem){.menuLogo {width: 100%}.menuLogo svg {width: 300px;height: 56px;margin-bottom: 20px;}}
@media (min-width: 56.25rem) and (max-width: 79.9375rem){.menuLogo {width: 100%}.menuLogo svg {width: 300px;height: 56px;margin-bottom: 20px;}}
@media (min-width: 80rem){.menuLogo {width: 100%}.menuLogo svg {width: 400px;height: 75px;}}

@media (max-width: 37.4375rem){.SidemenuLogo {width: 100%}.SidemenuLogo svg {width: 160px;
height: 32px;
display: block;
border: 0;
margin: 0;
background-size: 100% 100%;
background-position: 50%;
background-repeat: no-repeat;}}
@media (min-width: 37.5rem) and (max-width: 56.1875rem){.SidemenuLogo {width: 100%}.SidemenuLogo svg {width: 160px;
height: 32px;}}
@media (min-width: 56.25rem) and (max-width: 79.9375rem){.SidemenuLogo {width: 100%}.SidemenuLogo svg {width: 160px;
height: 32px;}}
@media (min-width: 80rem){.SidemenuLogo {width: 100%}.SidemenuLogo svg {width: 160px;
height: 32px;}}

@media (max-width: 37.4375rem){.SidemenuClose {width: 100%}.SidemenuClose svg {width: 0.75rem;
height: 0.75rem;
margin-bottom: 5px;
fill: #000;}}

@media (min-width: 37.5rem) and (max-width: 56.1875rem){.SidemenuClose {width: 100%}.SidemenuClose svg {width: 0.75rem;
height: 0.75rem;
margin-bottom: 5px;
fill: #000;}}

@media (min-width: 56.25rem) and (max-width: 79.9375rem){.SidemenuClose {width: 100%}.SidemenuClose svg {width: 0.75rem;
height: 0.75rem;
margin-bottom: 5px;
fill: #000;}}

@media (min-width: 80rem){.SidemenuClose {width: 100%}.SidemenuClose svg {width: 0.75rem;
height: 0.75rem;
margin-bottom: 5px;
}}

.SidemenuClose svg a:link{fill:green}
.SidemenuClose svg a:hover{fill:red}


/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url("/DesktopModules/EasyDNNmailChimpPlus/static/font-awesome/fonts/fontawesome-webfont.eot?v=4.7.0");src:url("/DesktopModules/EasyDNNmailChimpPlus/static/font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format('embedded-opentype'),url("/DesktopModules/EasyDNNmailChimpPlus/static/font-awesome/fonts/fontawesome-webfont.woff2?v=4.7.0") format('woff2'),url("/DesktopModules/EasyDNNmailChimpPlus/static/font-awesome/fonts/fontawesome-webfont.woff?v=4.7.0") format('woff'),url("/DesktopModules/EasyDNNmailChimpPlus/static/font-awesome/fonts/fontawesome-webfont.ttf?v=4.7.0") format('truetype'),url("/DesktopModules/EasyDNNmailChimpPlus/static/font-awesome/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}

@charset "UTF-8";
@import url("/DesktopModules/EasyDNNmailChimpPlus/static/font-awesome/css/font-awesome.min.css");
/* latin-ext */
@font-face {
  font-family: "Exo";
  font-style: normal;
  font-weight: 400;
  src: local("Exo Regular"), local("Exo-Regular"), url("https://fonts.gstatic.com/s/exo/v4/J59yWLG3iwczjwZ63gnONw.woff2") format("woff2");
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Exo";
  font-style: normal;
  font-weight: 400;
  src: local("Exo Regular"), local("Exo-Regular"), url("https://fonts.gstatic.com/s/exo/v4/kA_pX0U45Eb7PbHijV1x2w.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
/* cyrillic-ext */
@font-face {
  font-family: "PT Sans";
  font-style: normal;
  font-weight: 400;
  src: local("PT Sans"), local("PTSans-Regular"), url("https://fonts.gstatic.com/s/ptsans/v8/JX7MlXqjSJNjQvI4heMMGvY6323mHUZFJMgTvxaG2iE.woff2") format("woff2");
  unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
}
/* cyrillic */
@font-face {
  font-family: "PT Sans";
  font-style: normal;
  font-weight: 400;
  src: local("PT Sans"), local("PTSans-Regular"), url("https://fonts.gstatic.com/s/ptsans/v8/vtwNVMP8y9C17vLvIBNZI_Y6323mHUZFJMgTvxaG2iE.woff2") format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* latin-ext */
@font-face {
  font-family: "PT Sans";
  font-style: normal;
  font-weight: 400;
  src: local("PT Sans"), local("PTSans-Regular"), url("https://fonts.gstatic.com/s/ptsans/v8/9kaD4V2pNPMMeUVBHayd7vY6323mHUZFJMgTvxaG2iE.woff2") format("woff2");
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "PT Sans";
  font-style: normal;
  font-weight: 400;
  src: local("PT Sans"), local("PTSans-Regular"), url("https://fonts.gstatic.com/s/ptsans/v8/ATKpv8nLYAKUYexo8iqqrg.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
@font-face {
  font-family: "Exo";
  font-style: normal;
  font-weight: 400;
  src: local("Exo Regular"), local("Exo-Regular"), url("https://fonts.gstatic.com/s/exo/v4/vSFmJTMa8EC9GxwcmIvm7A.woff2") format("woff2");
}
@font-face {
  font-family: "PT Sans";
  font-style: normal;
  font-weight: 400;
  src: local("PT Sans"), local("PTSans-Regular"), url("https://fonts.gstatic.com/s/ptsans/v8/7nBxcqTeiPvFX1XVBk6VGw.woff2") format("woff2");
}
@font-face {
  font-family: "Exo";
  font-style: normal;
  font-weight: 400;
  src: local("Exo Regular"), local("Exo-Regular"), url("https://fonts.gstatic.com/s/exo/v4/NhShzqosC_KzkbrKRjCNPA.woff") format("woff");
}
@font-face {
  font-family: "PT Sans";
  font-style: normal;
  font-weight: 400;
  src: local("PT Sans"), local("PTSans-Regular"), url("https://fonts.gstatic.com/s/ptsans/v8/GdZvpAq9shJukTEvSQbePw.woff") format("woff");
}
body.edOverlay__active {
  overflow: hidden;
}

.eds_mailChimpPlus_Galore *,
.eds_mailChimpPlus_Galore *::after,
.eds_mailChimpPlus_Galore *::before {
  box-sizing: border-box;
}
.eds_mailChimpPlus_Galore.edOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
  left: auto;
  top: 0;
  right: 100%;
  bottom: auto;
  background: rgba(0, 0, 0, 0.4);
  text-align: center;
  z-index: 9999;
  opacity: 0;
  overflow: auto;
  -webkit-transition: opacity 600ms;
  transition: opacity 600ms;
}
.eds_mailChimpPlus_Galore.edOverlay:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
.eds_mailChimpPlus_Galore.edOverlay > .edOverlay__mainWrapper {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding: 10% 10% 0;
}
.eds_mailChimpPlus_Galore.edOverlay > .edOverlay__mainWrapper > .edOverlay__contentWrapper {
  max-width: 900px;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-delay: 600ms;
  animation-delay: 600ms;
}
.eds_mailChimpPlus_Galore.edOverlay > .edOverlay__mainWrapper > .edOverlay__hideTrigger {
  display: none;
}
.eds_mailChimpPlus_Galore.edOverlay.edOverlay__show {
  right: 0;
  opacity: 1;
}
.eds_mailChimpPlus_Galore.edOverlay.edOverlay__show > .edOverlay__mainWrapper > .edOverlay__contentWrapper {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
.eds_mailChimpPlus_Galore.edOverlay.edOverlay__hideDisabled .edOverlay__hideTrigger {
  display: none !important;
}
.eds_mailChimpPlus_Galore.edForm__form {
  position: relative;
  max-width: none;
}
.eds_mailChimpPlus_Galore.edForm__form.edForm__requesting .edmcp_formWrapper::before, .eds_mailChimpPlus_Galore.edForm__form.edForm__requesting .edmcp_formWrapper::after {
  position: absolute;
  left: 0;
  right: 0;
  display: inline-block;
  z-index: 100;
}
.eds_mailChimpPlus_Galore.edForm__form.edForm__requesting .edmcp_formWrapper::before {
  top: 0;
  bottom: 0;
  content: "";
  background-color: rgba(255, 255, 255, 0.8);
}
.eds_mailChimpPlus_Galore.edForm__form.edForm__requesting .edmcp_formWrapper:after {
  top: 50%;
  content: "";
  color: #187cc2;
  font: 50px/0 "FontAwesome";
  text-align: center;
}
.eds_mailChimpPlus_Galore .edmcp_mainWrapper {
  border: solid 1px #187cc2;
  border-radius: 6px;
  overflow: hidden;
}
.eds_mailChimpPlus_Galore .edmcp_header {
  padding: 20px 25px;
  background-color: #187cc2;
  text-align: center;
  position: relative;
}
.eds_mailChimpPlus_Galore .edOverlay__hideTrigger {
  display: inline-block;
  position: absolute;
  width: 44px;
  height: 44px;
  top: 50%;
  right: 0;
  margin: -22px 20px 0 0;
  color: #fff;
  border: solid 1px #fff;
  border-radius: 4px;
  cursor: pointer;
  -webkit-transition: all 400ms;
  transition: all 400ms;
}
.eds_mailChimpPlus_Galore .edOverlay__hideTrigger * {
  vertical-align: top;
  line-height: 40px;
  font-size: 20px;
}
.eds_mailChimpPlus_Galore .edOverlay__hideTrigger:hover {
  color: #00549a;
}
.eds_mailChimpPlus_Galore .edmcp_headerTitle,
.eds_mailChimpPlus_Galore .edmcp_headerSubTitle {
  color: #fff;
}
.eds_mailChimpPlus_Galore .edmcp_headerTitle {
  letter-spacing: normal;
  font: 29px/1 "Exo", sans-serif;
  margin: 0 0 10px;
  padding: 0;
}
.eds_mailChimpPlus_Galore .edmcp_headerSubTitle {
  font: 17px/1.1 "PT Sans", sans-serif;
}
.eds_mailChimpPlus_Galore .edmcp_formWrapper {
  padding: 20px;
  position: relative;
}
.eds_mailChimpPlus_Galore .edmcp__inputGroup {
  margin-bottom: 25px;
  position: relative;
}
.eds_mailChimpPlus_Galore .edmcp__inputGroup::after {
  display: table;
  width: 100%;
  content: "";
  clear: both;
}
.eds_mailChimpPlus_Galore .edmcp__inputGroup.edmcp_fullWidth input[type="text"],
.eds_mailChimpPlus_Galore .edmcp__inputGroup.edmcp_fullWidth input[type="email"],
.eds_mailChimpPlus_Galore .edmcp__inputGroup.edmcp_fullWidth input[type="number"],
.eds_mailChimpPlus_Galore .edmcp__inputGroup.edmcp_fullWidth select,
.eds_mailChimpPlus_Galore .edmcp__inputGroup.edmcp_fullWidth textarea,
.eds_mailChimpPlus_Galore .edmcp__inputGroup.edmcp_fullWidth .edmcp__select {
  width: 100%;
}
.eds_mailChimpPlus_Galore .edmcp__inputGroup.edmcp__inputGroupDate > .edmcp__label, .eds_mailChimpPlus_Galore .edmcp__inputGroup.edmcp__inputGroupBirthday > .edmcp__label {
  display: block;
}
.eds_mailChimpPlus_Galore .edmcp__inputGroup.edmcp__inputGroupDate > div, .eds_mailChimpPlus_Galore .edmcp__inputGroup.edmcp__inputGroupBirthday > div {
  float: left;
}
.eds_mailChimpPlus_Galore .edmcp__inputGroup.edmcp__inputGroupDate > div:last-child, .eds_mailChimpPlus_Galore .edmcp__inputGroup.edmcp__inputGroupBirthday > div:last-child {
  float: right;
}
.eds_mailChimpPlus_Galore .edmcp__inputGroup.edmcp__inputGroupDate > div {
  width: 32%;
}
.eds_mailChimpPlus_Galore .edmcp__inputGroup.edmcp__inputGroupDate > div.edmcp__day {
  margin: 0 2%;
}
.eds_mailChimpPlus_Galore .edmcp__inputGroup.edmcp__inputGroupBirthday > div {
  width: 49%;
}
.eds_mailChimpPlus_Galore .edmcp_inputGroupWrapper {
  border-top: solid 1px #187cc2;
  border-bottom: solid 1px #187cc2;
  margin: 25px -20px;
  padding: 15px 20px 10px;
}
.eds_mailChimpPlus_Galore .edmcp_inputGroupWrapper > div {
  margin-top: 0;
}
.eds_mailChimpPlus_Galore .edmcp_inputGroupWrapper:first-child {
  border-top: none !important;
  margin-top: 0;
}
.eds_mailChimpPlus_Galore .edmcp_consentHtml .edmcp__inputGroup {
  margin-bottom: 0;
}
.eds_mailChimpPlus_Galore .edmcp_consentHtml .edmcp__inputGroup a,
.eds_mailChimpPlus_Galore .edmcp_consentHtml .edmcp__inputGroup a:link,
.eds_mailChimpPlus_Galore .edmcp_consentHtml .edmcp__inputGroup a:visited {
  color: rgba(0, 0, 0, 0.5);
  text-decoration: underline;
}
.eds_mailChimpPlus_Galore .edmcp_consentHtml .edmcp__inputGroup a:hover {
  text-decoration: none;
}
.eds_mailChimpPlus_Galore .edmcp_consentHtml .edmcp_consentMessage {
  font-family: "PT Sans", sans-serif;
  font-size: 12px;
  font-style: italic;
  color: rgba(0, 0, 0, 0.4);
  line-height: 1.1;
}
.eds_mailChimpPlus_Galore .edmcp_consentHtml .edmcp_consentMessage div + div {
  margin-top: 5px;
}
.eds_mailChimpPlus_Galore .edmcp_center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.eds_mailChimpPlus_Galore input[type="text"],
.eds_mailChimpPlus_Galore input[type="email"],
.eds_mailChimpPlus_Galore input[type="number"],
.eds_mailChimpPlus_Galore select,
.eds_mailChimpPlus_Galore textarea {
  border: solid 1px #b4b4b4;
  font: 17px/1.1 "PT Sans", sans-serif;
  color: #9d9d9d;
  box-shadow: none;
  background: none transparent;
  box-shadow: none;
  outline: none;
  padding: 8px 10px;
  margin: 2px 0;
}
.eds_mailChimpPlus_Galore input[type="text"]:focus,
.eds_mailChimpPlus_Galore input[type="email"]:focus,
.eds_mailChimpPlus_Galore input[type="number"]:focus,
.eds_mailChimpPlus_Galore select:focus,
.eds_mailChimpPlus_Galore textarea:focus {
  color: #222;
}
.eds_mailChimpPlus_Galore textarea {
  padding: 5px 10px;
}
.eds_mailChimpPlus_Galore input[type="text"],
.eds_mailChimpPlus_Galore input[type="email"],
.eds_mailChimpPlus_Galore input[type="number"],
.eds_mailChimpPlus_Galore textarea,
.eds_mailChimpPlus_Galore .edmcp__select::before {
  border-radius: 5px;
  -webkit-transition: all 400ms;
  transition: all 400ms;
}
.eds_mailChimpPlus_Galore input[type="text"]:hover,
.eds_mailChimpPlus_Galore input[type="email"]:hover,
.eds_mailChimpPlus_Galore input[type="number"]:hover,
.eds_mailChimpPlus_Galore textarea:hover,
.eds_mailChimpPlus_Galore .edmcp__select:hover::before {
  border-color: #40a4ea;
}
.eds_mailChimpPlus_Galore input[type="text"]:focus,
.eds_mailChimpPlus_Galore input[type="email"]:focus,
.eds_mailChimpPlus_Galore input[type="number"]:focus,
.eds_mailChimpPlus_Galore textarea:focus {
  border-color: #187cc2;
}
.eds_mailChimpPlus_Galore input::-moz-placeholder {
  opacity: 1;
  color: inherit;
}
.eds_mailChimpPlus_Galore input:-ms-input-placeholder {
  opacity: 1;
  color: inherit;
}
.eds_mailChimpPlus_Galore input::-webkit-input-placeholder {
  opacity: 1;
  color: inherit;
}
.eds_mailChimpPlus_Galore .edmcp__label {
  margin: 0 0 5px;
  padding: 0;
  color: #187cc2;
  font: normal 17px/1 "PT Sans", sans-serif;
}
.eds_mailChimpPlus_Galore .edmcp_inputGroupTitle {
  font: normal 18px/1 "PT Sans", sans-serif;
  margin: 0 0 15px;
  padding: 0 0 5px;
  color: #757575;
  border-bottom: solid 1px #187cc2;
}
.eds_mailChimpPlus_Galore .edmcp__select {
  position: relative;
  display: inline-block;
  overflow: hidden;
}
.eds_mailChimpPlus_Galore .edmcp__select::before, .eds_mailChimpPlus_Galore .edmcp__select::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}
.eds_mailChimpPlus_Galore .edmcp__select::before {
  border: solid 1px #d3d3d3;
  left: 0;
  content: "";
}
.eds_mailChimpPlus_Galore .edmcp__select::after {
  position: absolute;
  content: "";
  color: #fff;
  font: 17px/39px "FontAwesome";
  width: 40px;
  z-index: 1;
  text-align: center;
  background-color: #187cc2;
  border-radius: 0 5px 5px 0;
}
.eds_mailChimpPlus_Galore .edmcp__select select {
  border: none;
  width: 110% !important;
  position: relative;
  z-index: 2;
  margin: 0;
  padding: 7px 10px;
}
.eds_mailChimpPlus_Galore .edmcp__select select:focus {
  outline: none;
}
.eds_mailChimpPlus_Galore .edmcp__select select:disabled {
  color: #ccc !important;
}
.eds_mailChimpPlus_Galore .edmcp__radioButtonGroup,
.eds_mailChimpPlus_Galore .edmcp__checkBoxGroup {
  margin: 10px 0;
  padding: 0;
  font-size: 0;
  line-height: 0;
  position: relative;
}
.eds_mailChimpPlus_Galore .edmcp__radioButtonGroup > li,
.eds_mailChimpPlus_Galore .edmcp__checkBoxGroup > li {
  margin: 0 0 5px;
  list-style-type: none;
  padding: 0;
  font-size: 0;
  line-height: 0;
}
.eds_mailChimpPlus_Galore .edmcp__checkBox {
  display: block;
  margin-bottom: 5px;
}
.eds_mailChimpPlus_Galore .edmcp__radioButton,
.eds_mailChimpPlus_Galore .edmcp__checkBox {
  position: relative;
}
.eds_mailChimpPlus_Galore .edmcp__radioButton > label,
.eds_mailChimpPlus_Galore .edmcp__checkBox > label {
  margin: 0;
  display: inline-block;
}
.eds_mailChimpPlus_Galore .edmcp__radioButton > label > input,
.eds_mailChimpPlus_Galore .edmcp__checkBox > label > input {
  display: none;
}
.eds_mailChimpPlus_Galore .edmcp__radioButton > label > span,
.eds_mailChimpPlus_Galore .edmcp__checkBox > label > span {
  display: inline-block;
  vertical-align: middle;
  font-weight: normal;
  position: relative;
  padding-left: 30px;
  font: 14px/20px "PT Sans", sans-serif;
  color: #919191;
  margin: 0;
}
.eds_mailChimpPlus_Galore .edmcp__radioButton > label > span::before, .eds_mailChimpPlus_Galore .edmcp__radioButton > label > span::after,
.eds_mailChimpPlus_Galore .edmcp__checkBox > label > span::before,
.eds_mailChimpPlus_Galore .edmcp__checkBox > label > span::after {
  position: absolute;
  content: "";
  line-height: 0;
  display: inline-block;
}
.eds_mailChimpPlus_Galore .edmcp__radioButton > label > span::before,
.eds_mailChimpPlus_Galore .edmcp__checkBox > label > span::before {
  width: 21px;
  height: 21px;
  border: solid 1px #b4b4b4;
  border-radius: 2px;
  left: 0;
  top: 0;
}
.eds_mailChimpPlus_Galore .edmcp__radioButton > label > span::after,
.eds_mailChimpPlus_Galore .edmcp__checkBox > label > span::after {
  color: #187cc2;
  font-family: "FontAwesome";
  font-size: 15px;
}
.eds_mailChimpPlus_Galore .edmcp__radioButton > label > span::before {
  border-radius: 50%;
}
.eds_mailChimpPlus_Galore .edmcp__radioButton > label > span::after {
  top: 11px;
  left: 4px;
}
.eds_mailChimpPlus_Galore .edmcp__radioButton input[type="radio"]:checked + span::after {
  content: "";
}
.eds_mailChimpPlus_Galore .edmcp__checkBox > label > span::after {
  top: 11px;
  left: 3px;
}
.eds_mailChimpPlus_Galore .edmcp__checkBox input[type="checkbox"]:checked + span::after {
  content: "";
}
.eds_mailChimpPlus_Galore .edmcp__radioButton input[type="radio"]:checked + span::before,
.eds_mailChimpPlus_Galore .edmcp__checkBox input[type="checkbox"]:checked + span::before {
  border-color: #187cc2;
}
.eds_mailChimpPlus_Galore .edmcp__checkBoxWithCheckBoxGroup {
  margin: 20px 0;
}
.eds_mailChimpPlus_Galore .edmcp__checkBoxWithCheckBoxGroup .edmcp__checkBoxGroup {
  margin: 10px 0 10px 20px;
}
.eds_mailChimpPlus_Galore .edmcp_inputGroupsHorizontal .edmcp__radioButtonGroup > li,
.eds_mailChimpPlus_Galore .edmcp_inputGroupsHorizontal .edmcp__checkBoxGroup > li {
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
}
.eds_mailChimpPlus_Galore .edmcp_popUpWrapper {
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.4);
}
.eds_mailChimpPlus_Galore .edmcp_popUpWrapper .edmcp_formWrapper {
  background-color: #fff;
}
.eds_mailChimpPlus_Galore .edmcp_popUpWrapper .edmcp__checkBoxGroup > li,
.eds_mailChimpPlus_Galore .edmcp_popUpWrapper .edmcp__radioButtonGroup > li {
  display: inline-block;
  margin: 5px 10px;
}
.eds_mailChimpPlus_Galore .edForm__subscribe,
.eds_mailChimpPlus_Galore .edForm__unsubscribe,
.eds_mailChimpPlus_Galore .edForm__closeResponse {
  cursor: pointer;
}
.eds_mailChimpPlus_Galore .edForm__subscribe,
.eds_mailChimpPlus_Galore .edForm__unsubscribe,
.eds_mailChimpPlus_Galore .edmcp_archiveButton,
.eds_mailChimpPlus_Galore .edForm__closeResponse {
  display: inline-block;
  font-family: "Exo", sans-serif;
  -webkit-transition: all 300ms;
  transition: all 300ms;
}
.eds_mailChimpPlus_Galore .edForm__subscribe,
.eds_mailChimpPlus_Galore .edForm__closeResponse {
  background-color: #187cc2;
  text-shadow: none;
  text-decoration: none;
  line-height: 1;
  font-size: 21px;
  text-transform: uppercase;
  padding: 10px 45px;
  color: #fff;
  text-align: center;
  border-radius: 5px;
}
@media handheld, only screen and (max-width: 480px), only screen and (max-device-width: 480px) {
  .eds_mailChimpPlus_Galore .edForm__subscribe,
  .eds_mailChimpPlus_Galore .edForm__closeResponse {
    word-break: break-all;
    padding: 8px 25px;
    font-size: 18px;
  }
}
.eds_mailChimpPlus_Galore .edForm__subscribe:hover,
.eds_mailChimpPlus_Galore .edForm__closeResponse:hover {
  background-color: #0468ae;
}
.eds_mailChimpPlus_Galore .edmcp_subscribeAndArchiveButton {
  margin: 10px 0 0;
  vertical-align: top;
}
.eds_mailChimpPlus_Galore .edForm__unsubscribe,
.eds_mailChimpPlus_Galore .edmcp_archiveButton {
  color: #9d9d9d;
  text-decoration: underline;
  font-size: 16px;
  position: relative;
  margin: 5px 10px;
  -webkit-transition: color 300ms;
  transition: color 300ms;
}
.eds_mailChimpPlus_Galore .edForm__unsubscribe:hover,
.eds_mailChimpPlus_Galore .edmcp_archiveButton:hover {
  text-decoration: none;
  color: #00549a;
}
.eds_mailChimpPlus_Galore .required.error + label.error,
.eds_mailChimpPlus_Galore .edmcp__checkBox + label.error,
.eds_mailChimpPlus_Galore .edmcp__radioButton + label.error,
.eds_mailChimpPlus_Galore .edmcp__checkBoxGroup + label.error,
.eds_mailChimpPlus_Galore .edmcp__radioButtonGroup + label.error {
  visibility: visible;
  opacity: 1;
}
.eds_mailChimpPlus_Galore label.error, .eds_mailChimpPlus_Galore label.edMCP_labelError {
  margin: 0;
  display: inline-block;
  overflow: hidden;
  font-size: 12px;
  line-height: 1;
  background-color: #ff5964;
  border: solid 1px #db313c;
  border-radius: 1px;
  color: #fff;
  font: 12px/1 "PT Sans", sans-serif;
  box-shadow: 0 0 0 1px #fff;
  text-align: center;
}
.eds_mailChimpPlus_Galore label.error {
  position: absolute;
  right: 4px;
  bottom: 5px;
  opacity: 0;
  -webkit-transition: opacity 600ms;
  transition: opacity 600ms;
  visibility: hidden;
  padding: 2px 5px;
}
.eds_mailChimpPlus_Galore label.edMCP_labelError {
  padding: 5px;
}
.eds_mailChimpPlus_Galore .required.error {
  box-shadow: 0 0 2px #db313c;
}
.eds_mailChimpPlus_Galore .edmcp__checkBoxGroup:hover + label.error,
.eds_mailChimpPlus_Galore .edmcp__radioButtonGroup:hover + label.error,
.eds_mailChimpPlus_Galore .required.error:hover + label.error {
  opacity: 0.4;
}
.eds_mailChimpPlus_Galore .edmcp__select label.error {
  bottom: 5px;
  right: 45px;
  z-index: 3;
}
.eds_mailChimpPlus_Galore .edmcp__checkBoxGroup + label.error,
.eds_mailChimpPlus_Galore .edmcp__radioButtonGroup + label.error {
  bottom: 100%;
  left: 25%;
  right: 25%;
}
.eds_mailChimpPlus_Galore .edmcp_archiveHeader {
  border-bottom: solid 1px #187cc2;
  padding: 15px 20px;
}
.eds_mailChimpPlus_Galore .edmcp_archiveHeader .edmcp_headerTitle {
  margin: 0;
  color: #187cc2;
}
.eds_mailChimpPlus_Galore .edmcp_archiveHeader .edmcp_headerTitle::before {
  content: "";
  color: #9d9d9d;
  font: 37px/50px "FontAwesome";
  margin-right: 15px;
}
.eds_mailChimpPlus_Galore .edmcp_archiveList {
  margin: 0;
  padding: 0;
}
.eds_mailChimpPlus_Galore .edmcp_archiveList > li {
  padding: 15px 20px 15px 40px;
  border-bottom: solid 1px #ddd;
  margin: 0;
  list-style-type: none;
  position: relative;
}
.eds_mailChimpPlus_Galore .edmcp_archiveList > li:last-child {
  border: none;
}
.eds_mailChimpPlus_Galore .edmcp_archiveList > li > a {
  color: #222;
  text-decoration: none;
  font: 15px/1.1 "Exo", sans-serif;
}
.eds_mailChimpPlus_Galore .edmcp_archiveList > li > a > span {
  font-family: "PT Sans", sans-serif;
  margin-left: 20px;
  color: #9d9d9d;
}
.eds_mailChimpPlus_Galore .edmcp_archiveList > li > a:hover {
  color: #187cc2;
}
.eds_mailChimpPlus_Galore .edmcp_archiveList > li::before {
  position: absolute;
  left: 20px;
  top: 0;
  font: 20px/44px "FontAwesome";
  color: #187cc2;
  content: "";
}
.eds_mailChimpPlus_Galore .edForm__responseMessage {
  opacity: 0;
  visibility: hidden;
  z-index: -100;
  left: 2px;
  right: 2px;
  bottom: 2px;
  text-align: center;
  top: -100%;
  overflow: hidden;
  position: absolute;
  margin: 10px;
  -webkit-transition: opacity 600ms ease 500ms;
  transition: opacity 600ms ease 500ms;
}
.eds_mailChimpPlus_Galore .edForm__responseMessage::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
.eds_mailChimpPlus_Galore .edForm__responseMessage > div {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  border: solid 3px #d3d3d3;
  margin: 70px 0 30px;
  padding: 80px 30px 30px;
  text-align: center;
  width: 80%;
  background: #fff;
}
.eds_mailChimpPlus_Galore .edForm__responseMessage > div::after {
  position: absolute;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  top: -60px;
  left: 50%;
  margin-left: -60px;
  background-color: #6ce89f;
  content: "";
  font: 50px/120px "FontAwesome";
  color: #fff;
  text-align: center;
}
.eds_mailChimpPlus_Galore .edmcp_mainMessage {
  color: #9d9d9d;
  font: 20px/1.2 "Exo", sans-serif;
  margin-bottom: 30px;
}
.eds_mailChimpPlus_Galore .edmcp_mainMessage > span {
  font-size: 15px;
  display: block;
}
.eds_mailChimpPlus_Galore .edmcp_mailingList {
  margin: 0 0 30px;
  padding: 0;
}
.eds_mailChimpPlus_Galore .edmcp_mailingList > p {
  color: #000;
  font: 16px/1.2 "Exo", sans-serif;
}
.eds_mailChimpPlus_Galore .edmcp_mailingList > ul > li {
  display: inline;
  list-style-type: none;
  margin: 0;
  padding: 0;
  color: #9d9d9d;
  font: 14px/1.2 "PT Sans", sans-serif;
}
.eds_mailChimpPlus_Galore .edmcp_mailingList > ul > li::after {
  content: ", ";
}
.eds_mailChimpPlus_Galore .edmcp_mailingList > ul > li:last-child::after {
  display: none;
}
.eds_mailChimpPlus_Galore .edForm__closeResponse::before {
  content: "";
  font-family: "FontAwesome";
  margin-right: 8px;
}
.eds_mailChimpPlus_Galore .edForm__closeResponse.edmcp_errorSubscibe::before {
  display: none;
}
.eds_mailChimpPlus_Galore .edmcp_form {
  opacity: 1;
  -webkit-transition: opacity 1000ms;
  transition: opacity 1000ms;
}
.eds_mailChimpPlus_Galore.edForm__showResponse .edForm__responseMessage {
  opacity: 1;
  visibility: visible;
  z-index: 100;
  top: 0;
  position: relative;
}
.eds_mailChimpPlus_Galore.edForm__showResponse .edmcp_form {
  opacity: 0;
  visibility: hidden;
  height: 0;
  overflow: hidden;
}
.eds_mailChimpPlus_Galore.edForm__responseError .edForm__responseMessage > div::after {
  content: "";
  background-color: #fc5751;
}
.eds_mailChimpPlus_Galore .edmcp_doubleOptInText {
  font-size: 15px;
  color: #000;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    transform: translateY(-50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}



/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url("/DesktopModules/EasyDNNNews/static/font-awesome/fonts/fontawesome-webfont.eot?v=4.7.0");src:url("/DesktopModules/EasyDNNNews/static/font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format('embedded-opentype'),url("/DesktopModules/EasyDNNNews/static/font-awesome/fonts/fontawesome-webfont.woff2?v=4.7.0") format('woff2'),url("/DesktopModules/EasyDNNNews/static/font-awesome/fonts/fontawesome-webfont.woff?v=4.7.0") format('woff'),url("/DesktopModules/EasyDNNNews/static/font-awesome/fonts/fontawesome-webfont.ttf?v=4.7.0") format('truetype'),url("/DesktopModules/EasyDNNNews/static/font-awesome/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}

@import url("/DesktopModules/EasyDNNNews/static/font-awesome/css/font-awesome.min.css");
/* cyrillic-ext */
@font-face {
  font-family: "PT Sans";
  font-style: normal;
  font-weight: 400;
  src: local("PT Sans"), local("PTSans-Regular"), url("https://fonts.gstatic.com/s/ptsans/v8/JX7MlXqjSJNjQvI4heMMGvY6323mHUZFJMgTvxaG2iE.woff2") format("woff2");
  unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
}
/* cyrillic */
@font-face {
  font-family: "PT Sans";
  font-style: normal;
  font-weight: 400;
  src: local("PT Sans"), local("PTSans-Regular"), url("https://fonts.gstatic.com/s/ptsans/v8/vtwNVMP8y9C17vLvIBNZI_Y6323mHUZFJMgTvxaG2iE.woff2") format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* latin-ext */
@font-face {
  font-family: "PT Sans";
  font-style: normal;
  font-weight: 400;
  src: local("PT Sans"), local("PTSans-Regular"), url("https://fonts.gstatic.com/s/ptsans/v8/9kaD4V2pNPMMeUVBHayd7vY6323mHUZFJMgTvxaG2iE.woff2") format("woff2");
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "PT Sans";
  font-style: normal;
  font-weight: 400;
  src: local("PT Sans"), local("PTSans-Regular"), url("https://fonts.gstatic.com/s/ptsans/v8/ATKpv8nLYAKUYexo8iqqrg.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}
/* cyrillic-ext */
@font-face {
  font-family: "PT Sans";
  font-style: normal;
  font-weight: 700;
  src: local("PT Sans Bold"), local("PTSans-Bold"), url("https://fonts.gstatic.com/s/ptsans/v8/kTYfCWJhlldPf5LnG4ZnHCEAvth_LlrfE80CYdSH47w.woff2") format("woff2");
  unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
}
/* cyrillic */
@font-face {
  font-family: "PT Sans";
  font-style: normal;
  font-weight: 700;
  src: local("PT Sans Bold"), local("PTSans-Bold"), url("https://fonts.gstatic.com/s/ptsans/v8/g46X4VH_KHOWAAa-HpnGPiEAvth_LlrfE80CYdSH47w.woff2") format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* latin-ext */
@font-face {
  font-family: "PT Sans";
  font-style: normal;
  font-weight: 700;
  src: local("PT Sans Bold"), local("PTSans-Bold"), url("https://fonts.gstatic.com/s/ptsans/v8/hpORcvLZtemlH8gI-1S-7iEAvth_LlrfE80CYdSH47w.woff2") format("woff2");
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "PT Sans";
  font-style: normal;
  font-weight: 700;
  src: local("PT Sans Bold"), local("PTSans-Bold"), url("https://fonts.gstatic.com/s/ptsans/v8/0XxGQsSc1g4rdRdjJKZrNPk_vArhqVIZ0nv9q090hN8.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}
/* cyrillic-ext */
@font-face {
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 300;
  src: local("Roboto Condensed Light"), local("RobotoCondensed-Light"), url("https://fonts.gstatic.com/s/robotocondensed/v14/b9QBgL0iMZfDSpmcXcE8nE8xhg-WlD4iG4AP-V7QxYA.woff2") format("woff2");
  unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
}
/* cyrillic */
@font-face {
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 300;
  src: local("Roboto Condensed Light"), local("RobotoCondensed-Light"), url("https://fonts.gstatic.com/s/robotocondensed/v14/b9QBgL0iMZfDSpmcXcE8nN_eC2PfU-cUGGN7U-FIfKc.woff2") format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 300;
  src: local("Roboto Condensed Light"), local("RobotoCondensed-Light"), url("https://fonts.gstatic.com/s/robotocondensed/v14/b9QBgL0iMZfDSpmcXcE8nLvM2QJLsjx6Keu1D2MYodo.woff2") format("woff2");
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 300;
  src: local("Roboto Condensed Light"), local("RobotoCondensed-Light"), url("https://fonts.gstatic.com/s/robotocondensed/v14/b9QBgL0iMZfDSpmcXcE8nNd5cRMOq5PeG3VabknWPxo.woff2") format("woff2");
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 300;
  src: local("Roboto Condensed Light"), local("RobotoCondensed-Light"), url("https://fonts.gstatic.com/s/robotocondensed/v14/b9QBgL0iMZfDSpmcXcE8nLpX8dGXLalyu5OokvgDQcs.woff2") format("woff2");
  unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 300;
  src: local("Roboto Condensed Light"), local("RobotoCondensed-Light"), url("https://fonts.gstatic.com/s/robotocondensed/v14/b9QBgL0iMZfDSpmcXcE8nPVFL0ofnRu5Y2lP-UpEUGU.woff2") format("woff2");
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 300;
  src: local("Roboto Condensed Light"), local("RobotoCondensed-Light"), url("https://fonts.gstatic.com/s/robotocondensed/v14/b9QBgL0iMZfDSpmcXcE8nBBQ_Gf4FfI8J4SYljBAylk.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}
/* cyrillic-ext */
@font-face {
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 400;
  src: local("Roboto Condensed"), local("RobotoCondensed-Regular"), url("https://fonts.gstatic.com/s/robotocondensed/v14/Zd2E9abXLFGSr9G3YK2MsDrvev4WAjW489CRDHIkJ90.woff2") format("woff2");
  unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
}
/* cyrillic */
@font-face {
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 400;
  src: local("Roboto Condensed"), local("RobotoCondensed-Regular"), url("https://fonts.gstatic.com/s/robotocondensed/v14/Zd2E9abXLFGSr9G3YK2MsCGXDOnx9ptx3UTSPTrfsgk.woff2") format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 400;
  src: local("Roboto Condensed"), local("RobotoCondensed-Regular"), url("https://fonts.gstatic.com/s/robotocondensed/v14/Zd2E9abXLFGSr9G3YK2MsAZ98xO_Wnt-JIem4AuLGfs.woff2") format("woff2");
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 400;
  src: local("Roboto Condensed"), local("RobotoCondensed-Regular"), url("https://fonts.gstatic.com/s/robotocondensed/v14/Zd2E9abXLFGSr9G3YK2MsE1G989qbVg6RT5ly5jB8V8.woff2") format("woff2");
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 400;
  src: local("Roboto Condensed"), local("RobotoCondensed-Regular"), url("https://fonts.gstatic.com/s/robotocondensed/v14/Zd2E9abXLFGSr9G3YK2MsJ84zb0nVte6liF9gGtpo1Y.woff2") format("woff2");
  unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 400;
  src: local("Roboto Condensed"), local("RobotoCondensed-Regular"), url("https://fonts.gstatic.com/s/robotocondensed/v14/Zd2E9abXLFGSr9G3YK2MsD86pq2NkPzVgw_9lpT6RGI.woff2") format("woff2");
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 400;
  src: local("Roboto Condensed"), local("RobotoCondensed-Regular"), url("https://fonts.gstatic.com/s/robotocondensed/v14/Zd2E9abXLFGSr9G3YK2MsDAdhzWOYhqHvOZMRGaEyPo.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}
/* cyrillic-ext */
@font-face {
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 700;
  src: local("Roboto Condensed Bold"), local("RobotoCondensed-Bold"), url("https://fonts.gstatic.com/s/robotocondensed/v14/b9QBgL0iMZfDSpmcXcE8nDW5FUgIgejJvrHuLWqrSMw.woff2") format("woff2");
  unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
}
/* cyrillic */
@font-face {
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 700;
  src: local("Roboto Condensed Bold"), local("RobotoCondensed-Bold"), url("https://fonts.gstatic.com/s/robotocondensed/v14/b9QBgL0iMZfDSpmcXcE8nA30BZHTGu2N_DqssQcMQNQ.woff2") format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 700;
  src: local("Roboto Condensed Bold"), local("RobotoCondensed-Bold"), url("https://fonts.gstatic.com/s/robotocondensed/v14/b9QBgL0iMZfDSpmcXcE8nPDoBG10JtAX-GAwn6iwU1Y.woff2") format("woff2");
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 700;
  src: local("Roboto Condensed Bold"), local("RobotoCondensed-Bold"), url("https://fonts.gstatic.com/s/robotocondensed/v14/b9QBgL0iMZfDSpmcXcE8nGhQuge17febRYSUkWKdLWA.woff2") format("woff2");
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 700;
  src: local("Roboto Condensed Bold"), local("RobotoCondensed-Bold"), url("https://fonts.gstatic.com/s/robotocondensed/v14/b9QBgL0iMZfDSpmcXcE8nBBtmDLrZTTOm3p1EhiGCXc.woff2") format("woff2");
  unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 700;
  src: local("Roboto Condensed Bold"), local("RobotoCondensed-Bold"), url("https://fonts.gstatic.com/s/robotocondensed/v14/b9QBgL0iMZfDSpmcXcE8nEV356qNqHCUb41pS3zqMSE.woff2") format("woff2");
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 700;
  src: local("Roboto Condensed Bold"), local("RobotoCondensed-Bold"), url("https://fonts.gstatic.com/s/robotocondensed/v14/b9QBgL0iMZfDSpmcXcE8nHm2hrkyco9jQ3NKMXpgOBg.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}
@font-face {
  font-family: "PT Sans";
  font-style: normal;
  font-weight: 400;
  src: local("PT Sans"), local("PTSans-Regular"), url("https://fonts.gstatic.com/s/ptsans/v8/7nBxcqTeiPvFX1XVBk6VGw.woff2") format("woff2");
}
@font-face {
  font-family: "PT Sans";
  font-style: normal;
  font-weight: 700;
  src: local("PT Sans Bold"), local("PTSans-Bold"), url("https://fonts.gstatic.com/s/ptsans/v8/hpORcvLZtemlH8gI-1S-7vk_vArhqVIZ0nv9q090hN8.woff2") format("woff2");
}
@font-face {
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 300;
  src: local("Roboto Condensed Light"), local("RobotoCondensed-Light"), url("https://fonts.gstatic.com/s/robotocondensed/v14/b9QBgL0iMZfDSpmcXcE8nFBvb3f1rSHBccuxwv45BuQ.woff2") format("woff2");
}
@font-face {
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 400;
  src: local("Roboto Condensed"), local("RobotoCondensed-Regular"), url("https://fonts.gstatic.com/s/robotocondensed/v14/Zd2E9abXLFGSr9G3YK2MsL0XspSvAl7ZHo2ORvFbbnU.woff2") format("woff2");
}
@font-face {
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 700;
  src: local("Roboto Condensed Bold"), local("RobotoCondensed-Bold"), url("https://fonts.gstatic.com/s/robotocondensed/v14/b9QBgL0iMZfDSpmcXcE8nPJ02wFZLBBkWNCvnE5Eqks.woff2") format("woff2");
}
@font-face {
  font-family: "PT Sans";
  font-style: normal;
  font-weight: 400;
  src: local("PT Sans"), local("PTSans-Regular"), url("https://fonts.gstatic.com/s/ptsans/v8/GdZvpAq9shJukTEvSQbePw.woff") format("woff");
}
@font-face {
  font-family: "PT Sans";
  font-style: normal;
  font-weight: 700;
  src: local("PT Sans Bold"), local("PTSans-Bold"), url("https://fonts.gstatic.com/s/ptsans/v8/hpORcvLZtemlH8gI-1S-7hsxEYwM7FgeyaSgU71cLG0.woff") format("woff");
}
@font-face {
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 300;
  src: local("Roboto Condensed Light"), local("RobotoCondensed-Light"), url("https://fonts.gstatic.com/s/robotocondensed/v14/b9QBgL0iMZfDSpmcXcE8nCj3Mi2hOMP9GNHlaDA9WRI.woff") format("woff");
}
@font-face {
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 400;
  src: local("Roboto Condensed"), local("RobotoCondensed-Regular"), url("https://fonts.gstatic.com/s/robotocondensed/v14/Zd2E9abXLFGSr9G3YK2MsK8NE7_Gi-Xz52ZQ_AwfA78.woff") format("woff");
}
@font-face {
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 700;
  src: local("Roboto Condensed Bold"), local("RobotoCondensed-Bold"), url("https://fonts.gstatic.com/s/robotocondensed/v14/b9QBgL0iMZfDSpmcXcE8nJT5GEmoOtNsejy4tIPLwv0.woff") format("woff");
}
.eds_news_Ozone {
  margin-bottom: 30px;
}
.eds_news_Ozone *,
.eds_news_Ozone *::before,
.eds_news_Ozone *::after {
  box-sizing: border-box;
}
.eds_news_Ozone .mejs__container {
  width: 100%;
  height: 40px;
}
@media (max-width: 576px) {
  .eds_news_Ozone .mejs__container .mejs__time {
    display: none;
  }
}
.eds_news_Ozone h1,
.eds_news_Ozone h2,
.eds_news_Ozone h3,
.eds_news_Ozone h4,
.eds_news_Ozone h5,
.eds_news_Ozone h6,
.eds_news_Ozone th,
.eds_news_Ozone .in_article_image .image_title {
  font-family: "Roboto Condensed", sans-serif;
}
.eds_news_Ozone h1, .eds_news_Ozone h2, .eds_news_Ozone h3, .eds_news_Ozone h4, .eds_news_Ozone h5, .eds_news_Ozone h6 {
  margin: 0 0 15px;
  padding: 0;
  color: #c81704;
  font-weight: normal;
  letter-spacing: normal;
  line-height: 1.1;
}
.eds_news_Ozone h1 {
  font-size: 36px;
}
.eds_news_Ozone h2 {
  font-size: 30px;
}
.eds_news_Ozone h3 {
  font-size: 24px;
}
.eds_news_Ozone h4 {
  font-size: 18px;
}
.eds_news_Ozone h5 {
  font-size: 14px;
}
.eds_news_Ozone h6 {
  font-size: 12px;
}
.eds_news_Ozone p {
  margin: 0 0 15px;
  padding: 0;
}
.eds_news_Ozone ul, .eds_news_Ozone ol {
  margin-left: 15px;
}
.eds_news_Ozone ul {
  list-style-type: disc;
}
.eds_news_Ozone ul ul {
  list-style-type: circle;
}
.eds_news_Ozone ul ul ul {
  list-style-type: square;
}
.eds_news_Ozone ol {
  list-style-type: decimal;
}
.eds_news_Ozone ol ol {
  list-style-type: upper-roman;
}
.eds_news_Ozone ol ol ol {
  list-style-type: lower-roman;
}
.eds_news_Ozone .eds_openModal {
  cursor: pointer;
}
.eds_news_Ozone .edn_clearFix:after {
  display: table;
  content: "";
  clear: both;
  width: 100%;
}
.eds_news_Ozone .edn_isotopeLayout > div {
  margin: 0 auto;
  max-width: 100%;
}
.eds_news_Ozone.eds_subCollection_news {
  font-family: "PT Sans", sans-serif;
  line-height: 1.3;
  font-size: 13px;
  color: #504e4e;
}
.eds_news_Ozone.eds_subCollection_news::after {
  display: block;
  content: "";
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
}
.eds_news_Ozone.eds_subCollection_news span, .eds_news_Ozone.eds_subCollection_news a, .eds_news_Ozone.eds_subCollection_news li, .eds_news_Ozone.eds_subCollection_news td, .eds_news_Ozone.eds_subCollection_news table {
  font-family: inherit;
  color: inherit;
  line-height: inherit;
  font-size: inherit;
}
.eds_news_Ozone.eds_subCollection_news a {
  text-decoration: none;
  color: #c81704;
  transition: color 0.3s linear;
}
.eds_news_Ozone.eds_subCollection_news a:hover {
  color: #504e4e;
  text-decoration: none;
}
.eds_news_Ozone.eds_subCollection_news a > img {
  border: none;
}
.eds_news_Ozone.eds_subCollection_news .fa {
  line-height: 1;
}
.eds_news_Ozone.eds_subCollection_news .edn_articleSummary {
  font-size: 13px;
  line-height: 1.3;
}
.eds_news_Ozone.eds_subCollection_news .edn_article .edn_articleTitle {
  margin-bottom: 5px;
}
.eds_news_Ozone.eds_subCollection_news .edn_article .edn_articleSubTitle {
  color: #424242;
  font-size: 16px;
}
.eds_news_Ozone.eds_subCollection_news .edn_mediaContainer {
  max-width: 100%;
  float: left;
  margin: 5px 15px 10px 0;
  position: relative;
  border: solid 1px #c81704;
  padding: 3px;
  position: relative;
  overflow: hidden;
  line-height: 0;
  transition: all 250ms linear;
}
.eds_news_Ozone.eds_subCollection_news .edn_mediaContainer:hover {
  border-color: #504e4e;
}
.eds_news_Ozone.eds_subCollection_news .edn_mediaContainer > a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  text-indent: -99999px;
  outline: none;
  -moz-outline-style: none;
  outline-style: none;
  background: transparent url("/DesktopModules/EasyDNNNews/Templates/_default/Ozone/assets/images/common/blank.png");
}
.eds_news_Ozone.eds_subCollection_news .edn_mediaContainer img {
  max-width: 100%;
  height: auto;
  display: inline-block;
  transition: all 0.3s linear;
}
.eds_news_Ozone.eds_subCollection_news .edn_mediaContainer .edn_galleryLink {
  position: absolute;
  display: inline-block;
  bottom: 3px;
  right: 3px;
  left: auto;
  top: auto;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 100px 0 0 0;
  text-decoration: none;
  text-align: center;
  line-height: 0;
  font-size: 0;
  text-indent: 0;
  width: 100px;
  height: 100px;
}
.eds_news_Ozone.eds_subCollection_news .edn_mediaContainer .edn_galleryLink::before {
  line-height: 1;
  font-family: "FontAwesome";
  content: "\f030";
  font-size: 30px;
  color: #fff;
  margin-bottom: 10px;
  position: absolute;
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  top: 50%;
  left: 50%;
  margin: -15px 0 0 -7px;
  transition: all 300ms linear;
}
.eds_news_Ozone.eds_subCollection_news .edn_mediaContainer .edn_galleryLink > span {
  display: inline-block;
  color: #fff;
  line-height: 1;
  font-size: 12px;
  position: absolute;
  bottom: 10px;
  left: 5px;
  right: 5px;
  font-family: "Roboto Condensed", sans-serif;
}
.eds_news_Ozone.eds_subCollection_news .edn_mediaContainer .edn_galleryLink:hover::before {
  color: #c81704;
}
.eds_news_Ozone.eds_subCollection_news .edn_mediaContainer.edn_withTime {
  display: table;
  margin-top: 3px;
}
@media handheld, only screen and (max-width: 480px), only screen and (max-device-width: 480px) {
  .eds_news_Ozone.eds_subCollection_news .edn_mediaContainer.edn_withTime {
    display: block;
    width: 100%;
  }
}
.eds_news_Ozone.eds_subCollection_news .edn_mediaContainer.edn_withTime > time {
  background-color: #c81704;
  display: table-cell;
  vertical-align: middle;
  padding: 8px;
  text-align: center;
}
@media handheld, only screen and (max-width: 480px), only screen and (max-device-width: 480px) {
  .eds_news_Ozone.eds_subCollection_news .edn_mediaContainer.edn_withTime > time {
    display: block;
  }
}
.eds_news_Ozone.eds_subCollection_news .edn_mediaContainer.edn_withTime > time > span {
  display: block;
  color: #fff;
  line-height: 1.2;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 22px;
}
@media handheld, only screen and (max-width: 480px), only screen and (max-device-width: 480px) {
  .eds_news_Ozone.eds_subCollection_news .edn_mediaContainer.edn_withTime > time > span {
    display: inline;
    padding: 0 5px;
  }
}
.eds_news_Ozone.eds_subCollection_news .edn_mediaContainer.edn_withTime > time > span:first-child {
  font-size: 26px;
}
.eds_news_Ozone.eds_subCollection_news .edn_mediaContainer.edn_withTime > time > span:last-child {
  font-size: 13px;
}
.eds_news_Ozone.eds_subCollection_news .edn_mediaContainer.edn_withTime > a {
  position: relative;
  display: table-cell;
  overflow: hidden;
  text-indent: 0;
}
@media handheld, only screen and (max-width: 480px), only screen and (max-device-width: 480px) {
  .eds_news_Ozone.eds_subCollection_news .edn_mediaContainer.edn_withTime > a {
    display: block;
  }
}
.eds_news_Ozone.eds_subCollection_news .edn_mediaContainer.edn_withTime > a::after {
  position: absolute;
  content: "";
  text-align: center;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  z-index: 1;
  transition: opacity 0.2s linear;
}
.eds_news_Ozone.eds_subCollection_news .edn_mediaContainer.edn_withTime > a > img {
  transition: all 0.2s linear;
}
@media handheld, only screen and (max-width: 480px), only screen and (max-device-width: 480px) {
  .eds_news_Ozone.eds_subCollection_news .edn_mediaContainer.edn_withTime > a > img {
    width: 100%;
  }
}
.eds_news_Ozone.eds_subCollection_news .edn_mediaContainer.edn_withTime > a .edn_mediaLink {
  position: absolute;
  right: 5%;
  bottom: 5%;
  color: #fff;
  opacity: 0;
  border: solid 1px #fff;
  border-radius: 3px;
  padding: 5px;
  line-height: 1;
  font-size: 12px;
  z-index: 2;
  transition: opacity 0.3s linear;
}
.eds_news_Ozone.eds_subCollection_news .edn_mediaContainer.edn_withTime > a:hover::after,
.eds_news_Ozone.eds_subCollection_news .edn_mediaContainer.edn_withTime > a:hover .edn_mediaLink {
  opacity: 1;
}
.eds_news_Ozone.eds_subCollection_news .edn_mediaContainer.edn_withTime > a:hover > img {
  transform: scale(1.1);
}
.eds_news_Ozone.eds_subCollection_news .edn_galleryImagesContainer {
  max-width: 100%;
  overflow: hidden;
  position: relative;
}
.eds_news_Ozone.eds_subCollection_news .edn_galleryImagesContainer img {
  max-width: 100%;
  height: auto;
  display: none;
}
.eds_news_Ozone.eds_subCollection_news .edn_galleryImagesContainer::before {
  content: "\f021";
  display: inline-block;
  font-family: "FontAwesome";
  line-height: 0;
  font-size: 40px;
  font-style: normal;
  font-weight: normal;
  opacity: 0.7;
  color: #B0B0B0;
  top: 50%;
  left: 50%;
  margin: 0 0 0 -18px;
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
  position: absolute;
}
.eds_news_Ozone.eds_subCollection_news .edn_adminActions {
  line-height: 1;
  font-size: 13px;
  position: relative;
  z-index: 999;
}
.eds_news_Ozone.eds_subCollection_news .edn_adminActions > a,
.eds_news_Ozone.eds_subCollection_news .admin_action {
  display: inline-block;
  margin: 10px 5px 10px 0;
  border-width: 1px;
  border-style: solid;
  border-radius: 3px;
  padding: 5px;
  text-decoration: none;
  line-height: 1;
  background-color: #fff;
}
.eds_news_Ozone.eds_subCollection_news .edn_adminActions > a:hover,
.eds_news_Ozone.eds_subCollection_news .admin_action:hover {
  text-decoration: underline;
  box-shadow: 0 0 2px 0 #fff inset;
}
.eds_news_Ozone.eds_subCollection_news .edn_adminActions > a:hover::before,
.eds_news_Ozone.eds_subCollection_news .admin_action:hover::before {
  opacity: 1;
}
.eds_news_Ozone.eds_subCollection_news .edn_adminActions > a::before,
.eds_news_Ozone.eds_subCollection_news .admin_action::before {
  font-family: "FontAwesome";
  display: inline-block;
  margin-right: 5px;
  font-size: 15px;
  opacity: 0.8;
}
.eds_news_Ozone.eds_subCollection_news .edn_adminActions > a.edit,
.eds_news_Ozone.eds_subCollection_news .admin_action.edit {
  color: #f89e00;
  border-color: #e78d00;
}
.eds_news_Ozone.eds_subCollection_news .edn_adminActions > a.edit::before,
.eds_news_Ozone.eds_subCollection_news .admin_action.edit::before {
  content: "\f040";
}
.eds_news_Ozone.eds_subCollection_news .edn_adminActions > a.publish_article,
.eds_news_Ozone.eds_subCollection_news .admin_action.publish_article {
  color: #619c1c;
  border-color: #4c771d;
}
.eds_news_Ozone.eds_subCollection_news .edn_adminActions > a.publish_article::before,
.eds_news_Ozone.eds_subCollection_news .admin_action.publish_article::before {
  content: "\f00c";
}
.eds_news_Ozone.eds_subCollection_news .edn_metaDetails {
  font-size: 12px;
  line-height: 1.2;
  color: #6e6e6e;
}
.eds_news_Ozone.eds_subCollection_news .edn_metaDetails .edn_numberComments,
.eds_news_Ozone.eds_subCollection_news .edn_metaDetails .edn_numberOfVievs {
  display: inline-block;
  margin: 0 10px;
  vertical-align: middle;
}
.eds_news_Ozone.eds_subCollection_news .edn_metaDetails .edn_numberComments::before,
.eds_news_Ozone.eds_subCollection_news .edn_metaDetails .edn_numberOfVievs::before {
  font-family: "FontAwesome";
  margin-right: 5px;
  display: inline-block;
  vertical-align: middle;
  margin-top: -10%;
  font-size: 18px;
}
.eds_news_Ozone.eds_subCollection_news .edn_metaDetails .edn_numberComments::before {
  content: "\f0e6";
}
.eds_news_Ozone.eds_subCollection_news .edn_metaDetails .edn_numberOfVievs::before {
  content: "\f06e";
}
.eds_news_Ozone.eds_subCollection_news .edn_readMoreButtonWrapper {
  margin: 10px 0;
}
.eds_news_Ozone.eds_subCollection_news .edn_readMore.edn_readMoreButton,
.eds_news_Ozone.eds_subCollection_news .article_comments .add_comment .add_article_box .submit {
  display: inline-block;
  border: 1px solid #c81704;
  background: none #fff;
  text-shadow: none;
  text-decoration: none;
  line-height: 1;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  padding: 7px 18px;
  border-radius: 4px;
  box-shadow: none;
  color: #c81704;
  transition: all 200ms linear;
}
.eds_news_Ozone.eds_subCollection_news .edn_readMore.edn_readMoreButton:hover,
.eds_news_Ozone.eds_subCollection_news .article_comments .add_comment .add_article_box .submit:hover {
  color: #fff;
  background-color: #c81704;
  text-decoration: none;
  box-shadow: none;
}
.eds_news_Ozone.eds_subCollection_news .fb-comments, .eds_news_Ozone.eds_subCollection_news .fb-comments iframe[style], .eds_news_Ozone.eds_subCollection_news .fb-comments > span {
  width: 100% !important;
}
.eds_news_Ozone.eds_subCollection_news .fb_comments_count {
  margin: 0 !important;
  display: inline !important;
}
.eds_news_Ozone.eds_subCollection_news .edn_article_map {
  margin: 15px 0;
}
.eds_news_Ozone.eds_subCollection_news .edn_socialPrintWrapper {
  padding: 10px 0 0;
  width: 100%;
  display: flex;
  align-items: center;
  flex-flow: row wrap;
}
.eds_news_Ozone.eds_subCollection_news .edn_socialPrintWrapper .sharethis-inline-share-buttons {
  flex-grow: 1;
}
.eds_news_Ozone.eds_subCollection_news .edn_printButton {
  background-color: #B9B9B9;
  cursor: pointer;
  padding: 6px 15px 5px 10px;
  border-radius: 2px;
  font-size: 0;
  line-height: 0;
  margin: 20px;
  position: relative;
}
@media handheld, only screen and (max-width: 480px), only screen and (max-device-width: 480px) {
  .eds_news_Ozone.eds_subCollection_news .edn_printButton {
    padding: 6px 8px;
  }
}
.eds_news_Ozone.eds_subCollection_news .edn_printButton::before {
  font: 14px/1 "FontAwesome";
  color: #fff;
  content: "\f02f";
  vertical-align: middle;
  padding-right: 10px;
}
@media handheld, only screen and (max-width: 480px), only screen and (max-device-width: 480px) {
  .eds_news_Ozone.eds_subCollection_news .edn_printButton::before {
    padding-right: 0;
  }
}
.eds_news_Ozone.eds_subCollection_news .edn_printButton > span {
  color: #fff;
  line-height: 1.4;
  font-family: helvetica neue, helvetica, arial, sans-serif;
  font-size: 11px;
  font-weight: normal;
  vertical-align: middle;
  display: inline-block;
  padding-top: 1px;
}
@media handheld, only screen and (max-width: 480px), only screen and (max-device-width: 480px) {
  .eds_news_Ozone.eds_subCollection_news .edn_printButton > span {
    display: none;
  }
}
.eds_news_Ozone.eds_subCollection_news .edn_printButton:hover {
  background-color: #a5a5a5;
}
.eds_news_Ozone.eds_subCollection_news .addthis_inline_share_toolbox,
.eds_news_Ozone.eds_subCollection_news .edNews_fbLike,
.eds_news_Ozone.eds_subCollection_news .edn_printButton {
  display: inline-block;
  vertical-align: middle;
}
.eds_news_Ozone.eds_subCollection_news .edn_Share {
  position: relative;
  display: inline-block;
  cursor: pointer;
  margin: 0 10px;
}
.eds_news_Ozone.eds_subCollection_news .edn_Share .edn_socialShareButton {
  font-size: 18px;
  color: #6e6e6e;
}
.eds_news_Ozone.eds_subCollection_news .edn_Share > div {
  display: none;
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: #fff;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
  border-radius: 3px;
  padding: 10px;
}
.eds_news_Ozone.eds_subCollection_news .edn_Share:hover > div {
  display: block;
}
.eds_news_Ozone.eds_subCollection_news .edn_eventDetails {
  padding: 10px;
  margin: 10px 0;
  border-top: 1px solid #cac7c7;
  border-bottom: 1px solid #cac7c7;
  box-shadow: 0 2px 0 0 #fff inset, 0 -2px 0 0 #fff inset;
  background-color: #f8f8f8;
}
.eds_news_Ozone.eds_subCollection_news .edn_eventDetails .edn_eventRegistrationModalTrigger {
  float: right;
}
.eds_news_Ozone.eds_subCollection_news .edn_eventDetails .edn_eventLocation {
  padding: 5px 0 0;
  margin: 0;
}
.eds_news_Ozone.eds_subCollection_news .edn_eventDetails .edn_eventLocation::before {
  content: "\f041";
  font-family: "FontAwesome";
  color: #c81704;
  margin-right: 5px;
  display: inline-block;
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
}
.eds_news_Ozone.eds_subCollection_news .edn_eventDetails > ul {
  margin: 0;
  padding: 0;
}
.eds_news_Ozone.eds_subCollection_news .edn_eventDetails > ul li {
  list-style-type: disc;
  margin: 2px 0 2px 15px;
}
.eds_news_Ozone.eds_subCollection_news .edn_eventDetails .edn_eventInfoMessage {
  display: block;
  padding: 5px;
  font-style: italic;
  color: #3b3b3b;
  background-color: #c0dcfe;
  border: solid 1px #95c1f1;
  border-radius: 4px;
  margin-top: 10px;
}
.eds_news_Ozone.eds_subCollection_news .edn_eventDetails .edn_eventInfoMessage p {
  margin: 0;
  padding: 0;
}
.eds_news_Ozone.eds_subCollection_news .edn_eventDetails .edn_eventInfoMessage hr {
  margin: 6px 0;
  border-bottom: dashed 1px #95c1f1;
}
.eds_news_Ozone.eds_subCollection_news .edn_eventDetails .edn_eventInfoMessage .eds_paymentInfo {
  font-style: normal;
  padding: 5px;
}
.eds_news_Ozone.eds_subCollection_news .edn_eventDetails .edn_eventInfoMessage .eds_paymentInfo p {
  margin: 0;
  padding: 0;
}
.eds_news_Ozone.eds_subCollection_news .edn_eventDetails .edn_eventInfoMessage .eds_paymentInfo hr {
  margin: 7px 0;
  padding: 0;
  height: 1px;
  border: none;
  border-bottom: dashed 1px #79a8cd;
}
.eds_news_Ozone.eds_subCollection_news .edn_eventDetails .edn_eventInfoMessage .eds_paymentInfo .edn_infoColor1 {
  color: #0076b5;
}
.eds_news_Ozone.eds_subCollection_news .edn_eventDetails .edn_eventInfoMessage .eds_paymentInfo .edn_infoColor2 {
  color: #db0000;
}
.eds_news_Ozone.eds_subCollection_news .edn_eventDetails .edn_eventInfoMessage .eds_paymentInfo .edn_eventPayPalPayment {
  display: inline-block;
  border: solid 1px #659ad9;
  border-radius: 4px;
  color: #0093de;
  padding: 5px;
  line-height: 1;
  margin-top: 10px;
}
.eds_news_Ozone.eds_subCollection_news .edn_eventDetails .edn_eventInfoMessage .eds_paymentInfo .edn_eventPayPalPayment:hover {
  text-decoration: none;
  color: #0b65ac;
}
.eds_news_Ozone.eds_subCollection_news .edn_eventDetails .edn_eventPrice {
  float: right;
  clear: right;
  margin: 7px;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 22px;
}
.eds_news_Ozone.eds_subCollection_news .edn_listEventDetails {
  color: #969696;
  font-size: 13px;
  line-height: 1.3;
  margin: 0;
}
.eds_news_Ozone.eds_subCollection_news .edn_listEventDetails > span {
  margin-right: 20px;
}
.eds_news_Ozone.eds_subCollection_news .edn_listEventDetails > span::before {
  font-family: "FontAwesome";
  color: #c81704;
  margin-right: 5px;
}
.eds_news_Ozone.eds_subCollection_news .edn_listEventDetails > span.edn_eventLocation::before {
  content: "\f041";
}
.eds_news_Ozone.eds_subCollection_news .edn_listEventDetails > span.edn_eventDate::before {
  content: "\f017";
}
.eds_news_Ozone.eds_subCollection_news .edn_aditionalBox {
  border: solid 2px #e5e5e5;
  border-radius: 4px;
  background-color: #fff;
  margin: 15px 0;
  padding: 15px 15px 10px;
  box-shadow: 0 0 0 1px #fff inset, 0 0 0 2px #e5e5e5 inset;
  clear: both;
}
.eds_news_Ozone.eds_subCollection_news .edn_aditionalBox h2 {
  font-size: 20px;
  line-height: 1;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #e5e5e5;
}
.eds_news_Ozone.eds_subCollection_news .edn_aditionalBox h2 span {
  position: relative;
  padding: 0 0 6px;
  display: inline-block;
}
.eds_news_Ozone.eds_subCollection_news .edn_aditionalBox h2 span::after {
  border-bottom: 3px solid #cd1301;
  bottom: -2px;
  left: 0;
  position: absolute;
  right: 0;
  content: "";
  display: inline-block;
}
.eds_news_Ozone.eds_subCollection_news .edn_aditionalBox ul {
  margin: 20px 0 0;
  padding: 0;
}
.eds_news_Ozone.eds_subCollection_news .edn_aditionalBox ul li {
  list-style-type: none;
  margin: 0;
  padding: 0 0 5px 20px;
  position: relative;
}
.eds_news_Ozone.eds_subCollection_news .edn_aditionalBox ul li::before {
  color: #c81704;
  content: "\f138";
  font: 13px/1.3 FontAwesome;
  left: 0;
  position: absolute;
  top: 0;
  font-style: normal;
  font-weight: normal;
}
.eds_news_Ozone.eds_subCollection_news .edn_aditionalBox ul li a {
  margin-right: 7px;
}
.eds_news_Ozone.eds_subCollection_news .edn_aditionalBox ul li span {
  font-style: italic;
}
.eds_news_Ozone.eds_subCollection_news .edn_aditionalBox.edn_aditionalBoxImage ul {
  margin-left: -9px;
  margin-right: -9px;
  line-height: 0;
  font-size: 0;
}
@media handheld, only screen and (max-width: 480px), only screen and (max-device-width: 480px) {
  .eds_news_Ozone.eds_subCollection_news .edn_aditionalBox.edn_aditionalBoxImage ul {
    margin-left: 0;
    margin-right: 0;
  }
}
.eds_news_Ozone.eds_subCollection_news .edn_aditionalBox.edn_aditionalBoxImage ul li {
  padding: 0 9px;
  margin-bottom: 10px;
  display: inline-block;
  vertical-align: top;
  max-width: 100%;
  line-height: 0;
  height: 175px;
  overflow: hidden;
}
@media handheld, only screen and (max-width: 480px), only screen and (max-device-width: 480px) {
  .eds_news_Ozone.eds_subCollection_news .edn_aditionalBox.edn_aditionalBoxImage ul li {
    display: block;
    border: none;
    padding: 0 0 6px;
    overflow: hidden;
    width: auto !important;
    height: auto !important;
  }
}
.eds_news_Ozone.eds_subCollection_news .edn_aditionalBox.edn_aditionalBoxImage ul li + li {
  border-left: dashed 1px #acacac;
}
.eds_news_Ozone.eds_subCollection_news .edn_aditionalBox.edn_aditionalBoxImage ul li a {
  max-width: 100%;
  display: block;
  margin: 0;
}
.eds_news_Ozone.eds_subCollection_news .edn_aditionalBox.edn_aditionalBoxImage ul li a img {
  width: 100%;
  margin-bottom: 5px;
}
@media handheld, only screen and (max-width: 480px), only screen and (max-device-width: 480px) {
  .eds_news_Ozone.eds_subCollection_news .edn_aditionalBox.edn_aditionalBoxImage ul li a img {
    float: left;
    margin: 2px 10px 5px 0;
  }
}
.eds_news_Ozone.eds_subCollection_news .edn_aditionalBox.edn_aditionalBoxImage ul li a span {
  display: block;
  font-size: 13px;
  font-family: "Roboto Condensed", sans-serif;
  font-style: normal;
  line-height: 1.1;
  margin-bottom: 5px;
}
.eds_news_Ozone.eds_subCollection_news .edn_aditionalBox.edn_aditionalBoxImage ul li::before {
  display: none;
}
.eds_news_Ozone.eds_subCollection_news .edn_aditionalBox.edn_relatedArticles {
  border: 1px dashed #bfbfbf;
  background-color: #EDEDED;
  box-shadow: 0 0 0 5px #fff inset;
}
.eds_news_Ozone.eds_subCollection_news .edn_aditionalBox.edn_relatedArticles ul li a {
  color: #424344;
}
.eds_news_Ozone.eds_subCollection_news .edn_aditionalBox.edn_relatedArticles ul li a:hover {
  color: #c81704;
}
.eds_news_Ozone.eds_subCollection_news .edn_aditionalBox.edn_articleDocuments ul li {
  padding-bottom: 4px;
  margin-bottom: 4px;
  border-bottom: solid 1px #F7F5F5;
}
.eds_news_Ozone.eds_subCollection_news .edn_aditionalBox.edn_articleDocuments ul li::before {
  content: "\f016";
  font-size: 16px;
  color: #504e4e;
  line-height: 1.1;
}
.eds_news_Ozone.eds_subCollection_news .edn_aditionalBox.edn_articleDocuments ul li.edn_docType_doc::before, .eds_news_Ozone.eds_subCollection_news .edn_aditionalBox.edn_articleDocuments ul li.edn_docType_docx::before, .eds_news_Ozone.eds_subCollection_news .edn_aditionalBox.edn_articleDocuments ul li.edn_docType_odt::before {
  content: "\f1c2";
}
.eds_news_Ozone.eds_subCollection_news .edn_aditionalBox.edn_articleDocuments ul li.edn_docType_xls::before, .eds_news_Ozone.eds_subCollection_news .edn_aditionalBox.edn_articleDocuments ul li.edn_docType_xlsx::before, .eds_news_Ozone.eds_subCollection_news .edn_aditionalBox.edn_articleDocuments ul li.edn_docType_ods::before {
  content: "\f1c3";
}
.eds_news_Ozone.eds_subCollection_news .edn_aditionalBox.edn_articleDocuments ul li.edn_docType_zip::before, .eds_news_Ozone.eds_subCollection_news .edn_aditionalBox.edn_articleDocuments ul li.edn_docType_rar::before, .eds_news_Ozone.eds_subCollection_news .edn_aditionalBox.edn_articleDocuments ul li.edn_docType_7z::before {
  content: "\f1c6";
}
.eds_news_Ozone.eds_subCollection_news .edn_aditionalBox.edn_articleDocuments ul li.edn_docType_wav::before, .eds_news_Ozone.eds_subCollection_news .edn_aditionalBox.edn_articleDocuments ul li.edn_docType_wma::before, .eds_news_Ozone.eds_subCollection_news .edn_aditionalBox.edn_articleDocuments ul li.edn_docType_ogg::before, .eds_news_Ozone.eds_subCollection_news .edn_aditionalBox.edn_articleDocuments ul li.edn_docType_flac::before, .eds_news_Ozone.eds_subCollection_news .edn_aditionalBox.edn_articleDocuments ul li.edn_docType_mp3::before {
  content: "\f1c7";
}
.eds_news_Ozone.eds_subCollection_news .edn_aditionalBox.edn_articleDocuments ul li.edn_docType_png::before, .eds_news_Ozone.eds_subCollection_news .edn_aditionalBox.edn_articleDocuments ul li.edn_docType_gif::before, .eds_news_Ozone.eds_subCollection_news .edn_aditionalBox.edn_articleDocuments ul li.edn_docType_jpg::before, .eds_news_Ozone.eds_subCollection_news .edn_aditionalBox.edn_articleDocuments ul li.edn_docType_jpeg::before {
  content: "\f1c5";
}
.eds_news_Ozone.eds_subCollection_news .edn_aditionalBox.edn_articleDocuments ul li.edn_docType_mpg::before, .eds_news_Ozone.eds_subCollection_news .edn_aditionalBox.edn_articleDocuments ul li.edn_docType_mpeg::before, .eds_news_Ozone.eds_subCollection_news .edn_aditionalBox.edn_articleDocuments ul li.edn_docType_mp4::before, .eds_news_Ozone.eds_subCollection_news .edn_aditionalBox.edn_articleDocuments ul li.edn_docType_xvid::before, .eds_news_Ozone.eds_subCollection_news .edn_aditionalBox.edn_articleDocuments ul li.edn_docType_wmv::before, .eds_news_Ozone.eds_subCollection_news .edn_aditionalBox.edn_articleDocuments ul li.edn_docType_ogv::before, .eds_news_Ozone.eds_subCollection_news .edn_aditionalBox.edn_articleDocuments ul li.edn_docType_mov::before, .eds_news_Ozone.eds_subCollection_news .edn_aditionalBox.edn_articleDocuments ul li.edn_docType_avi::before, .eds_news_Ozone.eds_subCollection_news .edn_aditionalBox.edn_articleDocuments ul li.edn_docType_mkv::before {
  content: "\f1c8";
}
.eds_news_Ozone.eds_subCollection_news .edn_aditionalBox.edn_articleDocuments ul li.edn_docType_pdf::before {
  content: "\f1c1";
}
.eds_news_Ozone.eds_subCollection_news .edn_aditionalBox.edn_articleDocuments ul li.edn_docType_ppt::before, .eds_news_Ozone.eds_subCollection_news .edn_aditionalBox.edn_articleDocuments ul li.edn_docType_pptx::before, .eds_news_Ozone.eds_subCollection_news .edn_aditionalBox.edn_articleDocuments ul li.edn_docType_odp::before {
  content: "\f1c4";
}
.eds_news_Ozone.eds_subCollection_news .edn_aditionalBox.edn_articleDocuments ul li.edn_docType_txt::before {
  content: "\f0f6";
}
.eds_news_Ozone.eds_subCollection_news .edn_aditionalBox.edn_articleDocuments ul li .edn_docDetails {
  font-style: normal;
}
.eds_news_Ozone.eds_subCollection_news .edn_aditionalBox.edn_articleDocuments ul li .edn_docDetails .edn_docFileSize {
  color: #000;
  font-style: normal;
}
.eds_news_Ozone.eds_subCollection_news .edn_aditionalBox.edn_articleDocuments ul li .edn_documentDescription {
  color: #999;
}
.eds_news_Ozone.eds_subCollection_news .EDN_cf_all_fields_container {
  margin: 15px 0;
  border: solid 1px #E5E5E5;
  border-radius: 4px;
  padding: 5px;
  display: inline-block;
}
.eds_news_Ozone.eds_subCollection_news .EDN_cf_all_fields_container > table tr td {
  padding: 5px 30px;
  border-bottom: solid 1px #eee;
  vertical-align: top;
}
.eds_news_Ozone.eds_subCollection_news .EDN_cf_all_fields_container > table tr td.EDN_cf_all_fields_table_label {
  font-family: "Roboto Condensed", sans-serif;
}
.eds_news_Ozone.eds_subCollection_news .EDN_cf_all_fields_container > table tr td .EDN_cf_checkbox .EDN_cf_checkbox_icon::before {
  content: "\f00d";
  font-family: "FontAwesome";
  color: #c81704;
  margin-right: 5px;
  font-size: 14px;
}
.eds_news_Ozone.eds_subCollection_news .EDN_cf_all_fields_container > table tr td .EDN_cf_checkbox.EDN_cf_checkbox_checked .EDN_cf_checkbox_icon::before {
  content: "\f046";
}
.eds_news_Ozone.eds_subCollection_news .EDN_cf_all_fields_container > table tr td .EDN_cf_checkboxList {
  margin: 0;
  padding: 0;
}
.eds_news_Ozone.eds_subCollection_news .EDN_cf_all_fields_container > table tr td .EDN_cf_checkboxList li {
  list-style-type: none;
  padding: 0 0 3px;
  margin: 0;
  line-height: 1.5;
}
.eds_news_Ozone.eds_subCollection_news .EDN_cf_all_fields_container > table tr:last-child td {
  border: none;
}
.eds_news_Ozone.eds_subCollection_news .EDN_cf_all_fields_container .EDN_cf_listGroup + .EDN_cf_listGroup {
  margin-top: 0.7rem;
}
.eds_news_Ozone.eds_subCollection_news .EDN_cf_all_fields_container .EDN_cf_listGroup .EDN_cf_listGroupName {
  padding: 0 0 0.1rem;
  margin-bottom: 0.1rem;
  border-bottom: solid 1px rgba(0, 0, 0, 0.06);
  font-size: 1em;
}
.eds_news_Ozone.eds_subCollection_news .EDN_cf_all_fields_container .EDN_cf_listGroup img {
  max-width: 100%;
  height: auto;
}
.eds_news_Ozone.eds_subCollection_news .EDN_cf_all_fields_container .EDN_cf_listGroup .in_article_image {
  margin: 0.1rem 0 0;
  padding: 0;
}
.eds_news_Ozone.eds_subCollection_news .EDN_cf_all_fields_container .EDN_cf_listGroup > ul {
  margin: 0;
  padding: 0;
}
.eds_news_Ozone.eds_subCollection_news .EDN_cf_all_fields_container .EDN_cf_listGroup > ul > li {
  margin: 0 0 0.2rem;
  padding: 0;
  list-style: none;
  display: flex;
  gap: 0.5rem;
  font-size: 0.9em;
}
.eds_news_Ozone.eds_subCollection_news .EDN_cf_all_fields_container .EDN_cf_listGroup > ul > li > div:empty {
  display: none;
}
.eds_news_Ozone.eds_subCollection_news .EDN_cf_all_fields_container .EDN_cf_listGroup.verticalList > ul > li {
  flex-flow: column;
  gap: 0;
}
.eds_news_Ozone.eds_subCollection_news .edn_eventRegistrationModalTrigger {
  display: inline-block;
  border: 1px solid #e78a04;
  background-color: #f9ab3c;
  line-height: 1;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  padding: 7px 18px;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  transition: all 200ms linear;
}
.eds_news_Ozone.eds_subCollection_news .edn_eventRegistrationModalTrigger:hover {
  background-color: #e78a04;
}
.eds_news_Ozone.eds_subCollection_news .eds_signUpActionBarWrapper {
  margin-top: 15px;
}
.eds_news_Ozone.eds_subCollection_news .eds_signUpActionBarWrapper > h4 {
  margin: 0;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
}
.eds_news_Ozone.eds_subCollection_news .eds_signUpActionBar {
  display: inline-block;
  margin-left: 30px;
  vertical-align: middle;
}
.eds_news_Ozone.eds_subCollection_news .eds_signUpActionBar > div > span {
  line-height: 0;
  font-size: 0;
  display: inline-block;
  margin-right: 10px;
}
.eds_news_Ozone.eds_subCollection_news .eds_signUpActionBar > div > span > input[type=radio] {
  display: none;
}
.eds_news_Ozone.eds_subCollection_news .eds_signUpActionBar > div > span > input[type=radio]:checked + label {
  padding: 5px 15px 5px 40px;
}
.eds_news_Ozone.eds_subCollection_news .eds_signUpActionBar > div > span > input[type=radio]:checked + label::before {
  width: 25px;
}
.eds_news_Ozone.eds_subCollection_news .eds_signUpActionBar > div > span > label {
  position: relative;
  line-height: 1;
  font-size: 15px;
  font-weight: normal;
  vertical-align: middle;
  margin: 0;
  display: inline-block;
  padding: 5px 15px;
  border: solid 1px #c81704;
  border-radius: 5px;
  background-color: #fff;
  color: #c81704;
  overflow: hidden;
  cursor: pointer;
  min-width: 80px;
  text-align: center;
  transition: padding 200ms linear;
}
.eds_news_Ozone.eds_subCollection_news .eds_signUpActionBar > div > span > label::before {
  background-color: #dbdbdb;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 0;
  color: #fff;
  font-family: "FontAwesome";
  text-align: center;
  font-size: 16px;
  line-height: 1.6;
  transition: width 200ms linear;
}
.eds_news_Ozone.eds_subCollection_news .eds_signUpActionBar > div > span.eds_optionValue1 > label:hover {
  color: #619c1c;
  border-color: #619c1c;
}
.eds_news_Ozone.eds_subCollection_news .eds_signUpActionBar > div > span.eds_optionValue2 > label:hover {
  color: #d61603;
  border-color: #d61603;
}
.eds_news_Ozone.eds_subCollection_news .eds_signUpActionBar > div > span.eds_optionValue3 > label:hover {
  color: #f89e00;
  border-color: #f89e00;
}
.eds_news_Ozone.eds_subCollection_news .eds_signUpActionBar > div > span.eds_optionValue1 > input[type=radio]:checked + label {
  color: #619c1c;
  border-color: #619c1c;
}
.eds_news_Ozone.eds_subCollection_news .eds_signUpActionBar > div > span.eds_optionValue1 > input[type=radio]:checked + label::before {
  background-color: #619c1c;
  content: "\f00c";
}
.eds_news_Ozone.eds_subCollection_news .eds_signUpActionBar > div > span.eds_optionValue2 > input[type=radio]:checked + label {
  color: #d61603;
  border-color: #d61603;
}
.eds_news_Ozone.eds_subCollection_news .eds_signUpActionBar > div > span.eds_optionValue2 > input[type=radio]:checked + label::before {
  background-color: #d61603;
  content: "\f00d";
}
.eds_news_Ozone.eds_subCollection_news .eds_signUpActionBar > div > span.eds_optionValue3 > input[type=radio]:checked + label {
  color: #f89e00;
  border-color: #f89e00;
}
.eds_news_Ozone.eds_subCollection_news .eds_signUpActionBar > div > span.eds_optionValue3 > input[type=radio]:checked + label::before {
  background-color: #f89e00;
  content: "\f128";
}
.eds_news_Ozone.eds_subCollection_news .edn_articlesRssWrapper {
  margin: 20px 0;
  clear: both;
}
.eds_news_Ozone.eds_subCollection_news .edn_articlesRssWrapper a {
  text-align: right;
  border-top: solid 1px #eee;
  border-bottom: solid 1px #eee;
  background-color: #f8f8f8;
  padding: 3px 10px;
  display: block;
}
.eds_news_Ozone.eds_subCollection_news .edn_articlesRssWrapper a span {
  display: inline-block;
  vertical-align: middle;
  display: inline-block;
  line-height: 1;
  color: #504e4e;
}
.eds_news_Ozone.eds_subCollection_news .edn_articlesRssWrapper a span::before {
  content: "\f09e";
  font-family: "FontAwesome";
  color: #c81704;
  margin-right: 5px;
  font-size: 20px;
  display: inline-block;
  vertical-align: middle;
}
.eds_news_Ozone.eds_subCollection_news .edn_articlesRssWrapper a:hover {
  background-color: #fff;
}
.eds_news_Ozone.eds_subCollection_news .edn_articlesRssWrapper a:hover span {
  color: #c81704;
}
.eds_news_Ozone.eds_subCollection_news .edn_toolTip {
  position: relative;
}
.eds_news_Ozone.eds_subCollection_news .edn_toolTip .edn_toolTipContent {
  position: absolute;
  bottom: 100%;
  visibility: hidden;
  opacity: 0;
  transition: opacity linear 400ms;
  line-height: 0;
  font-size: 0;
  z-index: 9999;
  margin-bottom: 3px;
  overflow: hidden;
}
.eds_news_Ozone.eds_subCollection_news .edn_toolTip:hover .edn_toolTipContent {
  visibility: visible;
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.8);
  border: solid 1px transparent;
  border-radius: 4px;
  padding: 4px 10px;
  display: inline-block;
  max-width: 400px;
  color: #fff;
  font-size: 12px;
  line-height: 1;
}
.eds_news_Ozone.eds_subCollection_news .edn_toolTip.edn_tooltipLeft .edn_toolTipContent {
  left: 0;
}
.eds_news_Ozone.eds_subCollection_news .edn_toolTip.edn_tooltipRight .edn_toolTipContent {
  right: 0;
}
.eds_news_Ozone.eds_subCollection_news .edn_calendarExport::after {
  content: "\f073";
  font-family: "FontAwesome";
  display: inline-block;
  font-weight: normal;
  font-style: normal;
  margin-left: 5px;
  color: #504e4e;
}
.eds_news_Ozone.eds_subCollection_news .edn_calendarExport:hover::after {
  color: #c81704;
}
.eds_news_Ozone.eds_subCollection_news .edn_calendarExport.edn_toolTip .edn_toolTipContent {
  white-space: nowrap;
}
.eds_news_Ozone.eds_subCollection_news .edn_authorGroupDetails {
  background-color: #e5e5e5;
  border: solid 1px #cac7c7;
  border-radius: 4px;
  box-shadow: 0 0 0 4px #fff inset;
  padding: 15px;
  margin: 15px 0 0;
  color: #000;
}
.eds_news_Ozone.eds_subCollection_news .edn_authorGroupDetails::after {
  content: "";
  display: block;
  width: 100%;
  line-height: 0;
  font-size: 0;
  clear: both;
}
.eds_news_Ozone.eds_subCollection_news .edn_authorGroupDetails > img {
  float: left;
  margin: 0 15px 5px 0;
  background-color: #f8f8f8;
  padding: 7px;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.24) inset, 1px 1px 0 0 rgba(255, 255, 255, 0.5);
}
.eds_news_Ozone.eds_subCollection_news .edn_authorGroupDetails > h4 {
  margin-bottom: 5px;
}
.eds_news_Ozone.eds_subCollection_news .edn_authorGroupDetails > h4 .button {
  margin: 0 0 0 7px;
  vertical-align: baseline;
  min-width: auto;
  min-height: auto;
  line-height: 1;
  padding: 0;
}
.eds_news_Ozone.eds_subCollection_news .edn_authorGroupDetails > h4 .button::before {
  content: "\f143";
  color: #504e4e;
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
}
.eds_news_Ozone.eds_subCollection_news .edn_authorGroupDetails > h4 .button:hover::before {
  color: #c81704;
}
.eds_news_Ozone.eds_subCollection_news .edn_authorGroupDetails > h4 .button > span {
  display: none;
}
.eds_news_Ozone.eds_subCollection_news .edn_authorGroupDetails .edn_connectWith {
  text-align: right;
}
.eds_news_Ozone.eds_subCollection_news .edn_authorGroupDetails .button {
  display: inline-block;
  margin: 10px 0 0 5px;
  border-radius: 4px;
  text-align: center;
  min-width: 28px;
  min-height: 28px;
  padding-left: 7px;
  padding-right: 7px;
}
.eds_news_Ozone.eds_subCollection_news .edn_authorGroupDetails .button::before {
  display: inline-block;
  font-family: "FontAwesome";
  font-size: 14px;
  vertical-align: middle;
  font-style: normal;
  font-weight: normal;
}
.eds_news_Ozone.eds_subCollection_news .edn_authorGroupDetails .button.contact, .eds_news_Ozone.eds_subCollection_news .edn_authorGroupDetails .button.full_bio {
  border: 1px solid #c81704;
  background: none #fff;
  text-decoration: none;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  color: #c81704;
  line-height: 26px;
  transition: all 200ms linear;
}
.eds_news_Ozone.eds_subCollection_news .edn_authorGroupDetails .button.contact:hover, .eds_news_Ozone.eds_subCollection_news .edn_authorGroupDetails .button.full_bio:hover {
  color: #fff;
  background-color: #c81704;
  text-decoration: none;
  box-shadow: none;
}
.eds_news_Ozone.eds_subCollection_news .edn_authorGroupDetails .button.contact::before, .eds_news_Ozone.eds_subCollection_news .edn_authorGroupDetails .button.full_bio::before {
  margin: -2px 5px 0 0;
}
.eds_news_Ozone.eds_subCollection_news .edn_authorGroupDetails .button.contact::before {
  content: "\f003";
}
.eds_news_Ozone.eds_subCollection_news .edn_authorGroupDetails .button.full_bio::before {
  content: "\f007";
}
.eds_news_Ozone.eds_subCollection_news .edn_authorGroupDetails .button.social {
  border: solid 1px #8d8989;
  color: #8d8989;
  line-height: 25px;
}
.eds_news_Ozone.eds_subCollection_news .edn_authorGroupDetails .button.social > span {
  display: none;
}
.eds_news_Ozone.eds_subCollection_news .edn_authorGroupDetails .button.social.facebook::before {
  content: "\f09a";
}
.eds_news_Ozone.eds_subCollection_news .edn_authorGroupDetails .button.social.twitter::before {
  content: "\f099";
}
.eds_news_Ozone.eds_subCollection_news .edn_authorGroupDetails .button.social.linked_in::before {
  content: "\f0e1";
}
.eds_news_Ozone.eds_subCollection_news .edn_authorGroupDetails .button.social.google_plus::before {
  content: "\f0d5";
}
.eds_news_Ozone.eds_subCollection_news .edn_authorGroupDetails .button.social.youtube::before {
  content: "\f167";
}
.eds_news_Ozone.eds_subCollection_news .edn_authorGroupDetails .button.social.instagram::before {
  content: "\f16d";
}
.eds_news_Ozone.eds_subCollection_news .edn_authorGroupDetails .button.social.website::before {
  content: "\f0c1";
}
.eds_news_Ozone.eds_subCollection_news .edn_authorGroupDetails .button.social:hover {
  border-color: #c81704;
  color: #c81704;
}
.eds_news_Ozone.eds_subCollection_news .edn_authorGroupDetails + [class*=article_list_wrapper] {
  margin-top: 25px;
}
.eds_news_Ozone .edn_module_title {
  margin: 0 0 15px;
  padding: 0;
  color: #c81704;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: normal;
  letter-spacing: normal;
  font-size: 24px;
  line-height: 1.1;
}
.eds_news_Ozone .fa {
  font-family: "FontAwesome" !important;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.eds_news_Ozone.eds_subCollection_calendar {
  font-family: "PT Sans", sans-serif;
  line-height: 1.3;
  font-size: 13px;
  color: #504e4e;
}
.eds_news_Ozone.eds_subCollection_calendar span, .eds_news_Ozone.eds_subCollection_calendar a, .eds_news_Ozone.eds_subCollection_calendar li, .eds_news_Ozone.eds_subCollection_calendar td, .eds_news_Ozone.eds_subCollection_calendar table {
  font-family: inherit;
  color: inherit;
  line-height: inherit;
  font-size: inherit;
}
.eds_news_Ozone.eds_subCollection_calendar a {
  text-decoration: none;
  color: #c81704;
  transition: color 0.3s linear;
}
.eds_news_Ozone.eds_subCollection_calendar a:hover {
  color: #504e4e;
  text-decoration: none;
}
.eds_news_Ozone.eds_subCollection_calendar .fa {
  line-height: 1;
}
.eds_news_Ozone.eds_subCollection_calendar .edn_styledSelect {
  text-align: center;
  margin-bottom: 7px;
}
.eds_news_Ozone.eds_subCollection_calendar .edn_styledSelect > span {
  border: solid 1px #d4d4d4;
  border-radius: 4px;
  display: inline-block;
  position: relative;
  overflow: hidden;
  background-color: #fff;
  line-height: 28px;
  width: 50%;
}
.eds_news_Ozone.eds_subCollection_calendar .edn_styledSelect > span::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  content: "\f107";
  color: #c81704;
  font-size: 20px;
  font-weight: bold;
  width: 35px;
  z-index: 1;
  font-family: "FontAwesome";
  text-align: center;
  border: solid 1px #d4d4d4;
  border-top: none !important;
  border-right: none !important;
  border-bottom: none !important;
}
.eds_news_Ozone.eds_subCollection_calendar .edn_styledSelect > span select {
  border: none;
  background: none transparent;
  box-shadow: none;
  outline: none;
  width: 125%;
  position: relative;
  z-index: 2;
  padding: 0 10px;
  color: #848484;
  font-size: 13px;
  font-family: "PT sans";
  margin: 0 35px 0 0;
  height: 28px;
}
.eds_news_Ozone.eds_subCollection_calendar .edn_styledSelect > span select:focus {
  outline: none;
}
.eds_news_Ozone.eds_subCollection_calendar .edn_styledSelect > span select:disabled {
  color: #ccc !important;
}
.eds_news_Ozone.eds_subCollection_calendar .calendar_table,
.eds_news_Ozone.eds_subCollection_calendar .fc {
  border: solid 1px #c81704 !important;
  background-color: #fff;
}
.eds_news_Ozone.eds_subCollection_calendar .month_selection,
.eds_news_Ozone.eds_subCollection_calendar .fc-header-toolbar {
  background-color: #fff;
  border: solid 1px #c81704;
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
}
.eds_news_Ozone.eds_subCollection_calendar .month_selection td,
.eds_news_Ozone.eds_subCollection_calendar .fc-header-toolbar {
  padding: 12px;
}
.eds_news_Ozone.eds_subCollection_calendar .month_selection td,
.eds_news_Ozone.eds_subCollection_calendar .fc-toolbar h2 {
  font: normal normal 22px/1 "Roboto Condensed", sans-serif;
  color: #c81704;
  text-transform: uppercase;
}
.eds_news_Ozone.eds_subCollection_calendar .fc-toolbar h2 {
  margin: 7px 0 0;
  padding: 0;
}
.eds_news_Ozone.eds_subCollection_calendar .top_calendar_actions {
  margin-bottom: 5px;
  text-align: right;
  font-size: 0;
  line-height: 0;
}
.eds_news_Ozone.eds_subCollection_calendar .fc-button {
  height: auto;
  box-shadow: none;
}
.eds_news_Ozone.eds_subCollection_calendar .fc-toolbar.fc-header-toolbar {
  margin-bottom: 0;
  position: relative;
}
.eds_news_Ozone.eds_subCollection_calendar .top_calendar_actions > a,
.eds_news_Ozone.eds_subCollection_calendar .fc-button {
  margin: 3px;
}
.eds_news_Ozone.eds_subCollection_calendar .fc-right {
  margin-top: 6px;
}
.eds_news_Ozone.eds_subCollection_calendar .top_calendar_actions > a,
.eds_news_Ozone.eds_subCollection_calendar .fc-button {
  display: inline-block;
  border: solid 1px #ddd;
  color: #c81704;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 11px;
  line-height: 1;
  text-transform: uppercase;
  border-radius: 4px;
  background-color: #fff;
  text-decoration: none;
  transition: all 200ms linear;
  background: none #fff;
  padding: 3px 5px;
}
.eds_news_Ozone.eds_subCollection_calendar .fc-button.fc-today-button {
  margin: 0 0 0 25px;
  padding: 11px 15px;
}
.eds_news_Ozone.eds_subCollection_calendar .top_calendar_actions > a:hover,
.eds_news_Ozone.eds_subCollection_calendar .fc-button:hover,
.eds_news_Ozone.eds_subCollection_calendar .fc-button.fc-state-hover,
.eds_news_Ozone.eds_subCollection_calendar .fc-button.fc-state-down,
.eds_news_Ozone.eds_subCollection_calendar .fc-button.fc-state-active {
  color: #504e4e;
  border-color: #c81704;
  box-shadow: none;
}
.eds_news_Ozone.eds_subCollection_calendar .top_calendar_actions > a::before {
  font-family: "FontAwesome";
  margin-right: 5px;
  font-weight: normal;
  font-style: normal;
}
.eds_news_Ozone.eds_subCollection_calendar .top_calendar_actions > a.articles_by_month::before {
  content: "\f03a";
}
.eds_news_Ozone.eds_subCollection_calendar .top_calendar_actions > a.icalendar_export::before {
  content: "\f133";
}
.eds_news_Ozone.eds_subCollection_calendar .top_calendar_actions > a.articles_rss::before, .eds_news_Ozone.eds_subCollection_calendar .top_calendar_actions > a.events_rss::before {
  content: "\f09e";
}
.eds_news_Ozone.eds_subCollection_calendar .fc-button.fc-state-disabled {
  opacity: 0.6;
  pointer-events: none;
}
.eds_news_Ozone.eds_subCollection_calendar .month_selection td.next_prev_months a,
.eds_news_Ozone.eds_subCollection_calendar .fc-button-group .fc-prev-button,
.eds_news_Ozone.eds_subCollection_calendar .fc-button-group .fc-next-button {
  text-decoration: none !important;
  display: inline-block;
  border-radius: 4px;
  padding: 2px 8px;
  font-size: 0;
  line-height: 1;
  border: solid 1px #c81704;
  background: none transparent;
  box-shadow: none;
  text-shadow: none;
  transition: all 200ms linear;
}
.eds_news_Ozone.eds_subCollection_calendar .month_selection td.next_prev_months a::before,
.eds_news_Ozone.eds_subCollection_calendar .fc-button-group .fc-prev-button::before,
.eds_news_Ozone.eds_subCollection_calendar .fc-button-group .fc-next-button::before {
  display: inline-block;
  color: #c81704;
  content: "\f105";
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
}
.eds_news_Ozone.eds_subCollection_calendar .month_selection td.next_prev_months a:hover,
.eds_news_Ozone.eds_subCollection_calendar .fc-button-group .fc-prev-button:hover,
.eds_news_Ozone.eds_subCollection_calendar .fc-button-group .fc-next-button:hover {
  background-color: #c81704;
}
.eds_news_Ozone.eds_subCollection_calendar .month_selection td.next_prev_months a:hover::before,
.eds_news_Ozone.eds_subCollection_calendar .fc-button-group .fc-prev-button:hover::before,
.eds_news_Ozone.eds_subCollection_calendar .fc-button-group .fc-next-button:hover::before {
  color: #fff;
}
.eds_news_Ozone.eds_subCollection_calendar .month_selection td.next_prev_months:first-child a::before,
.eds_news_Ozone.eds_subCollection_calendar .fc-button-group .fc-prev-button::before {
  content: "\f104";
}
.eds_news_Ozone.eds_subCollection_calendar .fc-button-group button.fc-prev-button,
.eds_news_Ozone.eds_subCollection_calendar .fc-button-group button.fc-next-button {
  margin: 0 3px;
  height: auto;
}
.eds_news_Ozone.eds_subCollection_calendar .fc-button-group button.fc-prev-button > span,
.eds_news_Ozone.eds_subCollection_calendar .fc-button-group button.fc-next-button > span {
  font-size: 0;
  line-height: 0;
  text-shadow: none;
}
.eds_news_Ozone.eds_subCollection_calendar .fc-row.fc-widget-header > table {
  border: solid 0 transparent;
}
.eds_news_Ozone.eds_subCollection_calendar .calendar_table td.week_days,
.eds_news_Ozone.eds_subCollection_calendar .fc .fc-day-header span,
.eds_news_Ozone.eds_subCollection_calendar .fc .fc-day-header a,
.eds_news_Ozone.eds_subCollection_calendar .fc .fc-week-number span,
.eds_news_Ozone.eds_subCollection_calendar .fc .fc-week-number a {
  font: normal normal 12px/1 "PT Sans", sans-serif;
}
.eds_news_Ozone.eds_subCollection_calendar .calendar_table td.week_days,
.eds_news_Ozone.eds_subCollection_calendar .fc .fc-day-header span,
.eds_news_Ozone.eds_subCollection_calendar .fc .fc-day-header a {
  color: #fff;
}
.eds_news_Ozone.eds_subCollection_calendar .fc td.fc-week-number span,
.eds_news_Ozone.eds_subCollection_calendar .fc td.fc-week-number a {
  color: #c81704;
}
.eds_news_Ozone.eds_subCollection_calendar .fc .fc-day-header a {
  text-decoration: none;
  color: #fff;
}
.eds_news_Ozone.eds_subCollection_calendar .fc .fc-day-header a:hover {
  text-decoration: underline;
  color: #fff;
}
.eds_news_Ozone.eds_subCollection_calendar .fc td.fc-week-number a {
  text-decoration: none;
}
.eds_news_Ozone.eds_subCollection_calendar .fc td.fc-week-number a:hover {
  text-decoration: underline;
}
.eds_news_Ozone.eds_subCollection_calendar .calendar_table td.week_days,
.eds_news_Ozone.eds_subCollection_calendar .fc .fc-day-header,
.eds_news_Ozone.eds_subCollection_calendar .fc th.fc-week-number {
  padding: 8px;
}
.eds_news_Ozone.eds_subCollection_calendar .fc .fc-axis {
  padding: 0 8px;
  border-right: solid 1px #ddd;
}
.eds_news_Ozone.eds_subCollection_calendar .calendar_table td.week_days,
.eds_news_Ozone.eds_subCollection_calendar .fc-widget-header {
  background-color: #c81704;
}
.eds_news_Ozone.eds_subCollection_calendar .fc th.fc-week-number {
  border-right: solid 1px #fff;
  text-align: center;
  color: #fff;
}
.eds_news_Ozone.eds_subCollection_calendar .fc td.fc-week-number {
  border-right: solid 1px #c81704;
  padding: 14px 8px;
}
.eds_news_Ozone.eds_subCollection_calendar .fc,
.eds_news_Ozone.eds_subCollection_calendar .fc th,
.eds_news_Ozone.eds_subCollection_calendar .fc td {
  border: none;
}
.eds_news_Ozone.eds_subCollection_calendar .calendar_table td.day,
.eds_news_Ozone.eds_subCollection_calendar .fc td.fc-day-top a {
  font-size: 13px;
  line-height: 1;
  color: #504e4e;
}
.eds_news_Ozone.eds_subCollection_calendar .calendar_table td.day > span,
.eds_news_Ozone.eds_subCollection_calendar .calendar_table td.day > a,
.eds_news_Ozone.eds_subCollection_calendar .fc td.fc-day-top a {
  display: block;
  padding: 7px;
}
.eds_news_Ozone.eds_subCollection_calendar .calendar_table td.day > a,
.eds_news_Ozone.eds_subCollection_calendar .fc td.fc-day-top a {
  text-decoration: none !important;
  position: relative;
  z-index: 1;
  transition: all 150ms linear;
}
.eds_news_Ozone.eds_subCollection_calendar .calendar_table td.day > a:hover,
.eds_news_Ozone.eds_subCollection_calendar .fc td.fc-day-top a:hover {
  color: #fff !important;
  transform: scale(1.2);
  z-index: 2;
}
.eds_news_Ozone.eds_subCollection_calendar .fc td.fc-day-top a:hover {
  background-color: #c81704;
}
.eds_news_Ozone.eds_subCollection_calendar .fc-unthemed .fc-divider {
  background: none transparent;
  border: solid 1px #ddd;
  border-left: none;
  border-right: none;
  margin: 3px 0;
  padding: 0;
  height: 1px;
}
.eds_news_Ozone.eds_subCollection_calendar .fc-time-grid .fc-slats .fc-minor td {
  border-top: dotted 1px #ddd;
}
.eds_news_Ozone.eds_subCollection_calendar .fc-slats .fc-widget-content {
  border-top: solid 1px #ddd;
}
.eds_news_Ozone.eds_subCollection_calendar .advanced .calendar_table td.day,
.eds_news_Ozone.eds_subCollection_calendar .fc td.fc-day-top {
  vertical-align: top;
  padding: 10px;
  text-align: center;
}
.eds_news_Ozone.eds_subCollection_calendar .calendar_table td.day.other_month > a,
.eds_news_Ozone.eds_subCollection_calendar .calendar_table td.day.other_month > span,
.eds_news_Ozone.eds_subCollection_calendar .fc-day-top.fc-other-month {
  opacity: 0.4;
}
.eds_news_Ozone.eds_subCollection_calendar .fc-ltr .fc-basic-view .fc-day-top .fc-day-number {
  float: none;
}
.eds_news_Ozone.eds_subCollection_calendar .fc-unthemed td.fc-today {
  background: none transparent;
  border-style: none;
}
.eds_news_Ozone.eds_subCollection_calendar .calendar_table td.today,
.eds_news_Ozone.eds_subCollection_calendar .fc-unthemed .fc-bg td.fc-today {
  position: relative;
}
.eds_news_Ozone.eds_subCollection_calendar .calendar_table td.today::after,
.eds_news_Ozone.eds_subCollection_calendar .fc-unthemed .fc-bg td.fc-today::after {
  border: solid 1px #ddd;
  border-radius: 0 0 2px 2px;
  border-top-width: 3px;
  content: "";
  top: 0;
  right: 1px;
  bottom: 1px;
  left: 1px;
  position: absolute;
  z-index: 0;
}
.eds_news_Ozone.eds_subCollection_calendar .fc-unthemed .fc-bg td.fc-today::after {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.eds_news_Ozone.eds_subCollection_calendar .advanced .calendar_table td.day > ul > li > a,
.eds_news_Ozone.eds_subCollection_calendar .fc-event {
  border-radius: 3px;
  padding: 3px;
  border-style: solid;
  border-width: 1px;
  border-color: #c81704;
  font-size: 11px;
  color: #504e4e;
  background: none transparent;
}
.eds_news_Ozone.eds_subCollection_calendar .advanced .calendar_table td.day > ul > li > a:hover,
.eds_news_Ozone.eds_subCollection_calendar .fc-event:hover {
  color: #c81704;
}
.eds_news_Ozone.eds_subCollection_calendar .advanced .calendar_table td.day > ul > li.event > a,
.eds_news_Ozone.eds_subCollection_calendar .fc-event.has_events {
  border-color: #FFA100;
}
.eds_news_Ozone.eds_subCollection_calendar .advanced .calendar_table td.day > ul > li > a.EDNcategorycolor-red,
.eds_news_Ozone.eds_subCollection_calendar .advanced .calendar_table td.day > ul > li.event > a.EDNcategorycolor-red,
.eds_news_Ozone.eds_subCollection_calendar .fc-event.EDNcategorycolor-red {
  border-color: #db313c;
}
.eds_news_Ozone.eds_subCollection_calendar .advanced .calendar_table td.day > ul > li > a.EDNcategorycolor-red:hover,
.eds_news_Ozone.eds_subCollection_calendar .advanced .calendar_table td.day > ul > li.event > a.EDNcategorycolor-red:hover,
.eds_news_Ozone.eds_subCollection_calendar .fc-event.EDNcategorycolor-red:hover {
  color: #db313c;
}
.eds_news_Ozone.eds_subCollection_calendar .advanced .calendar_table td.day > ul > li > a.EDNcategorycolor-blue,
.eds_news_Ozone.eds_subCollection_calendar .advanced .calendar_table td.day > ul > li.event > a.EDNcategorycolor-blue,
.eds_news_Ozone.eds_subCollection_calendar .fc-event.EDNcategorycolor-blue {
  border-color: #37cbcb;
}
.eds_news_Ozone.eds_subCollection_calendar .advanced .calendar_table td.day > ul > li > a.EDNcategorycolor-blue:hover,
.eds_news_Ozone.eds_subCollection_calendar .advanced .calendar_table td.day > ul > li.event > a.EDNcategorycolor-blue:hover,
.eds_news_Ozone.eds_subCollection_calendar .fc-event.EDNcategorycolor-blue:hover {
  color: #37cbcb;
}
.eds_news_Ozone.eds_subCollection_calendar .advanced .calendar_table td.day > ul > li > a.EDNcategorycolor-black,
.eds_news_Ozone.eds_subCollection_calendar .advanced .calendar_table td.day > ul > li.event > a.EDNcategorycolor-black,
.eds_news_Ozone.eds_subCollection_calendar .fc-event.EDNcategorycolor-black {
  border-color: #000;
}
.eds_news_Ozone.eds_subCollection_calendar .advanced .calendar_table td.day > ul > li > a.EDNcategorycolor-black:hover,
.eds_news_Ozone.eds_subCollection_calendar .advanced .calendar_table td.day > ul > li.event > a.EDNcategorycolor-black:hover,
.eds_news_Ozone.eds_subCollection_calendar .fc-event.EDNcategorycolor-black:hover {
  color: #000;
}
.eds_news_Ozone.eds_subCollection_calendar .advanced .calendar_table td.day > ul > li > a.EDNcategorycolor-green,
.eds_news_Ozone.eds_subCollection_calendar .advanced .calendar_table td.day > ul > li.event > a.EDNcategorycolor-green,
.eds_news_Ozone.eds_subCollection_calendar .fc-event.EDNcategorycolor-green {
  border-color: #8de171;
}
.eds_news_Ozone.eds_subCollection_calendar .advanced .calendar_table td.day > ul > li > a.EDNcategorycolor-green:hover,
.eds_news_Ozone.eds_subCollection_calendar .advanced .calendar_table td.day > ul > li.event > a.EDNcategorycolor-green:hover,
.eds_news_Ozone.eds_subCollection_calendar .fc-event.EDNcategorycolor-green:hover {
  color: #8de171;
}
.eds_news_Ozone.eds_subCollection_calendar .advanced .calendar_table td.day > ul > li > a.EDNcategorycolor-yellow,
.eds_news_Ozone.eds_subCollection_calendar .advanced .calendar_table td.day > ul > li.event > a.EDNcategorycolor-yellow,
.eds_news_Ozone.eds_subCollection_calendar .fc-event.EDNcategorycolor-yellow {
  border-color: #f6c606;
}
.eds_news_Ozone.eds_subCollection_calendar .advanced .calendar_table td.day > ul > li > a.EDNcategorycolor-yellow:hover,
.eds_news_Ozone.eds_subCollection_calendar .advanced .calendar_table td.day > ul > li.event > a.EDNcategorycolor-yellow:hover,
.eds_news_Ozone.eds_subCollection_calendar .fc-event.EDNcategorycolor-yellow:hover {
  color: #f6c606;
}
.eds_news_Ozone.eds_subCollection_calendar .advanced .calendar_table td.day > ul > li > a.EDNcategorycolor-pink,
.eds_news_Ozone.eds_subCollection_calendar .advanced .calendar_table td.day > ul > li.event > a.EDNcategorycolor-pink,
.eds_news_Ozone.eds_subCollection_calendar .fc-event.EDNcategorycolor-pink {
  border-color: #ffc0cb;
}
.eds_news_Ozone.eds_subCollection_calendar .advanced .calendar_table td.day > ul > li > a.EDNcategorycolor-pink:hover,
.eds_news_Ozone.eds_subCollection_calendar .advanced .calendar_table td.day > ul > li.event > a.EDNcategorycolor-pink:hover,
.eds_news_Ozone.eds_subCollection_calendar .fc-event.EDNcategorycolor-pink:hover {
  color: #ffc0cb;
}
.eds_news_Ozone.eds_subCollection_calendar .advanced .calendar_table td.day > ul > li > a.EDNcategorycolor-gray,
.eds_news_Ozone.eds_subCollection_calendar .advanced .calendar_table td.day > ul > li.event > a.EDNcategorycolor-gray,
.eds_news_Ozone.eds_subCollection_calendar .fc-event.EDNcategorycolor-gray {
  border-color: #808080;
}
.eds_news_Ozone.eds_subCollection_calendar .advanced .calendar_table td.day > ul > li > a.EDNcategorycolor-gray:hover,
.eds_news_Ozone.eds_subCollection_calendar .advanced .calendar_table td.day > ul > li.event > a.EDNcategorycolor-gray:hover,
.eds_news_Ozone.eds_subCollection_calendar .fc-event.EDNcategorycolor-gray:hover {
  color: #808080;
}
.eds_news_Ozone.eds_subCollection_calendar .advanced .calendar_table td.day > ul > li > a.EDNcategorycolor-orange,
.eds_news_Ozone.eds_subCollection_calendar .advanced .calendar_table td.day > ul > li.event > a.EDNcategorycolor-orange,
.eds_news_Ozone.eds_subCollection_calendar .fc-event.EDNcategorycolor-orange {
  border-color: #ff6a00;
}
.eds_news_Ozone.eds_subCollection_calendar .advanced .calendar_table td.day > ul > li > a.EDNcategorycolor-orange:hover,
.eds_news_Ozone.eds_subCollection_calendar .advanced .calendar_table td.day > ul > li.event > a.EDNcategorycolor-orange:hover,
.eds_news_Ozone.eds_subCollection_calendar .fc-event.EDNcategorycolor-orange:hover {
  color: #ff6a00;
}
.eds_news_Ozone.eds_subCollection_calendar .advanced .calendar_table td.day > ul > li > a.EDNcategorycolor-brown,
.eds_news_Ozone.eds_subCollection_calendar .advanced .calendar_table td.day > ul > li.event > a.EDNcategorycolor-brown,
.eds_news_Ozone.eds_subCollection_calendar .fc-event.EDNcategorycolor-brown {
  border-color: #e49908;
}
.eds_news_Ozone.eds_subCollection_calendar .advanced .calendar_table td.day > ul > li > a.EDNcategorycolor-brown:hover,
.eds_news_Ozone.eds_subCollection_calendar .advanced .calendar_table td.day > ul > li.event > a.EDNcategorycolor-brown:hover,
.eds_news_Ozone.eds_subCollection_calendar .fc-event.EDNcategorycolor-brown:hover {
  color: #e49908;
}
.eds_news_Ozone.eds_subCollection_calendar .fc-list-view {
  border: none;
}
.eds_news_Ozone.eds_subCollection_calendar .fc-list-heading .fc-widget-header {
  background: none transparent;
  border-bottom: solid 1px #ddd;
  border-top: solid 1px #ddd;
}
.eds_news_Ozone.eds_subCollection_calendar .fc-list-heading .fc-widget-header > a {
  color: #504e4e;
  font-weight: bold;
  font-size: 13px;
}
.eds_news_Ozone.eds_subCollection_calendar .fc-list-heading .fc-widget-header > a:hover {
  color: #c81704;
}
.eds_news_Ozone.eds_subCollection_calendar .fc-list-item td {
  border-bottom: dotted 1px #ddd;
}
.eds_news_Ozone.eds_subCollection_calendar .fc-list-item td a {
  color: #504e4e;
  text-decoration: none;
}
.eds_news_Ozone.eds_subCollection_calendar .fc-list-item td a:hover {
  color: #c81704;
  text-decoration: none;
}
.eds_news_Ozone.eds_subCollection_calendar .fc-list-item:hover td {
  background: none transparent;
}
.eds_news_Ozone.eds_subCollection_calendar .fc-list-item.has_posts .fc-event-dot {
  background: none #c81704;
}
.eds_news_Ozone.eds_subCollection_calendar .fc-list-item.has_events .fc-event-dot {
  background: none #ff6a00;
}
.eds_news_Ozone.eds_subCollection_calendar .fc-list-item.EDNcategorycolor-red .fc-event-dot {
  background: none #db313c;
}
.eds_news_Ozone.eds_subCollection_calendar .fc-list-item.EDNcategorycolor-blue .fc-event-dot {
  background: none #37cbcb;
}
.eds_news_Ozone.eds_subCollection_calendar .fc-list-item.EDNcategorycolor-black .fc-event-dot {
  background: none #000;
}
.eds_news_Ozone.eds_subCollection_calendar .fc-list-item.EDNcategorycolor-green .fc-event-dot {
  background: none #8de171;
}
.eds_news_Ozone.eds_subCollection_calendar .fc-list-item.EDNcategorycolor-yellow .fc-event-dot {
  background: none #f6c606;
}
.eds_news_Ozone.eds_subCollection_calendar .fc-list-item.EDNcategorycolor-pink .fc-event-dot {
  background: none #ffc0cb;
}
.eds_news_Ozone.eds_subCollection_calendar .fc-list-item.EDNcategorycolor-gray .fc-event-dot {
  background: none #808080;
}
.eds_news_Ozone.eds_subCollection_calendar .fc-list-item.EDNcategorycolor-orange .fc-event-dot {
  background: none #ff6a00;
}
.eds_news_Ozone.eds_subCollection_calendar .fc-list-item.EDNcategorycolor-brown .fc-event-dot {
  background: none #e49908;
}
.eds_news_Ozone.eds_subCollection_calendar .fc {
  position: relative;
}
.eds_news_Ozone.eds_subCollection_calendar .fc::before {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -50px;
  width: 100px;
  height: 0;
  text-align: center;
  content: "\f021";
  font-family: "FontAwesome";
  line-height: 0;
  font-size: 35px;
  font-style: normal;
  font-weight: normal;
  color: #B0B0B0;
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
  opacity: 0;
  visibility: hidden;
  transition: opacity 400ms;
}
.eds_news_Ozone.eds_subCollection_calendar .fc .fc-view-container {
  transition: opacity 400ms;
  opacity: 1;
}
.eds_news_Ozone.eds_subCollection_calendar .fc.eds_calendarLoading .fc-view-container {
  opacity: 0;
}
.eds_news_Ozone.eds_subCollection_calendar .fc.eds_calendarLoading::before {
  opacity: 1;
  visibility: visible;
}
.eds_news_Ozone.eds_subCollection_calendar .calendar_table {
  width: 100%;
  line-height: 0;
  font-size: 0;
}
.eds_news_Ozone.eds_subCollection_calendar .calendar_table td.day {
  padding: 4px;
}
.eds_news_Ozone.eds_subCollection_calendar .calendar_table td.day > span,
.eds_news_Ozone.eds_subCollection_calendar .calendar_table td.day > a {
  display: block;
  padding: 7px;
}
.eds_news_Ozone.eds_subCollection_calendar .calendar_table td.day.has_posts > a {
  color: #c81704;
  border: solid 1px #c81704;
}
.eds_news_Ozone.eds_subCollection_calendar .calendar_table td.day.has_posts > a:hover {
  background-color: #c81704;
}
.eds_news_Ozone.eds_subCollection_calendar .calendar_table td.day.has_posts.EDNcategorycolor-red > a {
  color: #db313c;
  border: solid 1px #db313c;
}
.eds_news_Ozone.eds_subCollection_calendar .calendar_table td.day.has_posts.EDNcategorycolor-red > a:hover {
  background-color: #db313c;
}
.eds_news_Ozone.eds_subCollection_calendar .calendar_table td.day.has_posts.EDNcategorycolor-blue > a {
  color: #37cbcb;
  border: solid 1px #37cbcb;
}
.eds_news_Ozone.eds_subCollection_calendar .calendar_table td.day.has_posts.EDNcategorycolor-blue > a:hover {
  background-color: #37cbcb;
}
.eds_news_Ozone.eds_subCollection_calendar .calendar_table td.day.has_posts.EDNcategorycolor-black > a {
  color: #000;
  border: solid 1px #000;
}
.eds_news_Ozone.eds_subCollection_calendar .calendar_table td.day.has_posts.EDNcategorycolor-black > a:hover {
  background-color: #000;
}
.eds_news_Ozone.eds_subCollection_calendar .calendar_table td.day.has_posts.EDNcategorycolor-green > a {
  color: #8de171;
  border: solid 1px #8de171;
}
.eds_news_Ozone.eds_subCollection_calendar .calendar_table td.day.has_posts.EDNcategorycolor-green > a:hover {
  background-color: #8de171;
}
.eds_news_Ozone.eds_subCollection_calendar .calendar_table td.day.has_posts.EDNcategorycolor-yellow > a {
  color: #f6c606;
  border: solid 1px #f6c606;
}
.eds_news_Ozone.eds_subCollection_calendar .calendar_table td.day.has_posts.EDNcategorycolor-yellow > a:hover {
  background-color: #f6c606;
}
.eds_news_Ozone.eds_subCollection_calendar .calendar_table td.day.has_posts.EDNcategorycolor-pink > a {
  color: #ffc0cb;
  border: solid 1px #ffc0cb;
}
.eds_news_Ozone.eds_subCollection_calendar .calendar_table td.day.has_posts.EDNcategorycolor-pink > a:hover {
  background-color: #ffc0cb;
}
.eds_news_Ozone.eds_subCollection_calendar .calendar_table td.day.has_posts.EDNcategorycolor-gray > a {
  color: #808080;
  border: solid 1px #808080;
}
.eds_news_Ozone.eds_subCollection_calendar .calendar_table td.day.has_posts.EDNcategorycolor-gray > a:hover {
  background-color: #808080;
}
.eds_news_Ozone.eds_subCollection_calendar .calendar_table td.day.has_posts.EDNcategorycolor-orange > a {
  color: #ff6a00;
  border: solid 1px #ff6a00;
}
.eds_news_Ozone.eds_subCollection_calendar .calendar_table td.day.has_posts.EDNcategorycolor-orange > a:hover {
  background-color: #ff6a00;
}
.eds_news_Ozone.eds_subCollection_calendar .calendar_table td.day.has_posts.EDNcategorycolor-brown > a {
  color: #e49908;
  border: solid 1px #e49908;
}
.eds_news_Ozone.eds_subCollection_calendar .calendar_table td.day.has_posts.EDNcategorycolor-brown > a:hover {
  background-color: #e49908;
}
.eds_news_Ozone.eds_subCollection_calendar .calendar_table td.day.has_events > a {
  color: #FFA100;
  border: solid 1px #FFA100;
}
.eds_news_Ozone.eds_subCollection_calendar .calendar_table td.day.has_events > a:hover {
  background-color: #FFA100;
}
.eds_news_Ozone.eds_subCollection_calendar .calendar_table td.day.has_events.EDNcategorycolor-red > a {
  color: #db313c;
  border: solid 1px #db313c;
}
.eds_news_Ozone.eds_subCollection_calendar .calendar_table td.day.has_events.EDNcategorycolor-red > a:hover {
  background-color: #db313c;
}
.eds_news_Ozone.eds_subCollection_calendar .calendar_table td.day.has_events.EDNcategorycolor-blue > a {
  color: #37cbcb;
  border: solid 1px #37cbcb;
}
.eds_news_Ozone.eds_subCollection_calendar .calendar_table td.day.has_events.EDNcategorycolor-blue > a:hover {
  background-color: #37cbcb;
}
.eds_news_Ozone.eds_subCollection_calendar .calendar_table td.day.has_events.EDNcategorycolor-black > a {
  color: #000;
  border: solid 1px #000;
}
.eds_news_Ozone.eds_subCollection_calendar .calendar_table td.day.has_events.EDNcategorycolor-black > a:hover {
  background-color: #000;
}
.eds_news_Ozone.eds_subCollection_calendar .calendar_table td.day.has_events.EDNcategorycolor-green > a {
  color: #8de171;
  border: solid 1px #8de171;
}
.eds_news_Ozone.eds_subCollection_calendar .calendar_table td.day.has_events.EDNcategorycolor-green > a:hover {
  background-color: #8de171;
}
.eds_news_Ozone.eds_subCollection_calendar .calendar_table td.day.has_events.EDNcategorycolor-yellow > a {
  color: #f6c606;
  border: solid 1px #f6c606;
}
.eds_news_Ozone.eds_subCollection_calendar .calendar_table td.day.has_events.EDNcategorycolor-yellow > a:hover {
  background-color: #f6c606;
}
.eds_news_Ozone.eds_subCollection_calendar .calendar_table td.day.has_events.EDNcategorycolor-pink > a {
  color: #ffc0cb;
  border: solid 1px #ffc0cb;
}
.eds_news_Ozone.eds_subCollection_calendar .calendar_table td.day.has_events.EDNcategorycolor-pink > a:hover {
  background-color: #ffc0cb;
}
.eds_news_Ozone.eds_subCollection_calendar .calendar_table td.day.has_events.EDNcategorycolor-gray > a {
  color: #808080;
  border: solid 1px #808080;
}
.eds_news_Ozone.eds_subCollection_calendar .calendar_table td.day.has_events.EDNcategorycolor-gray > a:hover {
  background-color: #808080;
}
.eds_news_Ozone.eds_subCollection_calendar .calendar_table td.day.has_events.EDNcategorycolor-orange > a {
  color: #ff6a00;
  border: solid 1px #ff6a00;
}
.eds_news_Ozone.eds_subCollection_calendar .calendar_table td.day.has_events.EDNcategorycolor-orange > a:hover {
  background-color: #ff6a00;
}
.eds_news_Ozone.eds_subCollection_calendar .calendar_table td.day.has_events.EDNcategorycolor-brown > a {
  color: #e49908;
  border: solid 1px #e49908;
}
.eds_news_Ozone.eds_subCollection_calendar .calendar_table td.day.has_events.EDNcategorycolor-brown > a:hover {
  background-color: #e49908;
}
.eds_news_Ozone.eds_subCollection_calendar .calendar_table td.day.selected > a {
  font-weight: bold;
  transform: scale(1.2);
}
@media handheld, only screen and (max-width: 768px), only screen and (max-device-width: 768px) {
  .eds_news_Ozone.eds_subCollection_calendar .advanced .calendar_table td.week_days {
    display: none;
  }
}
@media handheld, only screen and (max-width: 768px), only screen and (max-device-width: 768px) {
  .eds_news_Ozone.eds_subCollection_calendar .advanced .calendar_table td.day {
    display: none;
  }
}
@media handheld, only screen and (max-width: 768px), only screen and (max-device-width: 768px) {
  .eds_news_Ozone.eds_subCollection_calendar .advanced .calendar_table td.day.selected > a,
.eds_news_Ozone.eds_subCollection_calendar .advanced .calendar_table td.day > a:hover {
    transform: none;
  }
}
.eds_news_Ozone.eds_subCollection_calendar .advanced .calendar_table td.day > ul {
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 1;
}
.eds_news_Ozone.eds_subCollection_calendar .advanced .calendar_table td.day > ul > li {
  list-style-type: none;
  margin: 3px 0;
  padding: 0;
  text-align: left;
}
.eds_news_Ozone.eds_subCollection_calendar .advanced .calendar_table td.day > ul > li > a {
  display: block;
}
@media handheld, only screen and (max-width: 768px), only screen and (max-device-width: 768px) {
  .eds_news_Ozone.eds_subCollection_calendar .advanced .calendar_table td.day.has_posts, .eds_news_Ozone.eds_subCollection_calendar .advanced .calendar_table td.day.has_events {
    display: block;
    height: auto !important;
    width: 100% !important;
    text-align: left;
  }
}
@media handheld, only screen and (max-width: 768px), only screen and (max-device-width: 768px) {
  .eds_news_Ozone.eds_subCollection_calendar .advanced .calendar_table td.day.other_month {
    display: none;
  }
}
.eds_news_Ozone.eds_subCollection_calendar .advanced .calendar_table td.day.today::after {
  top: 5px;
  right: 6px;
  bottom: 6px;
  left: 6px;
}
.eds_news_Ozone.eds_subCollection_calendar .archive_list {
  margin-top: 25px;
  border-top: solid 1px #dcdcdc;
  padding-top: 25px;
}
.eds_news_Ozone.eds_subCollection_calendar .archive_list ul {
  margin: 0;
  padding: 0;
}
.eds_news_Ozone.eds_subCollection_calendar .archive_list ul li {
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-size: 14px;
}
.eds_news_Ozone.eds_subCollection_calendar .archive_list ul li > div {
  border-bottom: solid 1px #ddd;
  padding: 3px;
  cursor: pointer;
  overflow: hidden;
}
.eds_news_Ozone.eds_subCollection_calendar .archive_list ul li > div:hover .expand_collapse::before {
  color: #504e4e;
}
.eds_news_Ozone.eds_subCollection_calendar .archive_list ul li > div.edn_archiveByYear a.edn_archiveLink {
  display: inline;
}
.eds_news_Ozone.eds_subCollection_calendar .archive_list ul li a.edn_archiveLink {
  color: #504e4e;
  text-decoration: none;
  display: block;
}
.eds_news_Ozone.eds_subCollection_calendar .archive_list ul li a.edn_archiveLink:hover {
  color: #c81704;
  text-decoration: none;
}
.eds_news_Ozone.eds_subCollection_calendar .archive_list ul li a.edn_archiveLink > span {
  float: right;
  font-size: 11px;
  background-color: #c81704;
  min-width: 20px;
  border-radius: 10px;
  padding: 4px;
  line-height: 1;
  color: #fff;
  text-align: center;
  font-weight: normal;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
}
.eds_news_Ozone.eds_subCollection_calendar .archive_list ul li.opened > div .edn_archiveLink {
  font-weight: bold;
}
.eds_news_Ozone.eds_subCollection_calendar .archive_list ul li.active > div .edn_archiveLink {
  font-weight: bold;
  color: #000;
}
.eds_news_Ozone.eds_subCollection_calendar .archive_list ul > li .expand_collapse {
  cursor: pointer;
  display: inline-block !important;
  visibility: visible !important;
  height: auto !important;
}
.eds_news_Ozone.eds_subCollection_calendar .archive_list ul > li .expand_collapse > span {
  display: none;
}
.eds_news_Ozone.eds_subCollection_calendar .archive_list ul > li .expand_collapse::before {
  content: "\f07b";
  display: inline-block;
  margin-right: 7px;
  font-family: "FontAwesome";
  font-size: 15px;
  font-style: normal;
  font-weight: normal;
}
.eds_news_Ozone.eds_subCollection_calendar .archive_list ul > li .expand_collapse.collapse::before {
  content: "\f07c";
}
.eds_news_Ozone.eds_subCollection_calendar .archive_list ul > li ul li > div {
  padding-left: 30px;
}
.eds_news_Ozone.eds_subCollection_calendar .archive_list > ul > li:last-child > div {
  border: none;
}
.eds_news_Ozone.eds_subCollection_calendar .archive_list.events {
  margin-top: 30px;
}
.eds_news_Ozone.eds_subCollection_calendar .archive_list.events .edn_module_title > a {
  float: right;
  margin-left: 7px;
}
.eds_news_Ozone.eds_subCollection_calendar .archive_list.events .edn_module_title > a > span {
  display: none;
}
.eds_news_Ozone.eds_subCollection_calendar .archive_list.events .edn_module_title > a::before {
  display: inline-block;
  font-family: "FontAwesome";
  font-size: 20px;
  line-height: 1;
}
.eds_news_Ozone.eds_subCollection_calendar .archive_list.events .edn_module_title .rss::before {
  content: "\f143";
}
.eds_news_Ozone.eds_subCollection_calendar .archive_list.events .edn_module_title .export::before {
  content: "\f08e";
}
.eds_news_Ozone.eds_subCollection_calendar .archive_list.events ul li {
  margin: 0 0 5px;
}
.eds_news_Ozone.eds_subCollection_calendar .archive_list.events ul li::before {
  content: "\f133";
  display: inline-block;
  margin-right: 7px;
  font-size: 14px;
  color: #c81704;
  font-family: "FontAwesome";
  vertical-align: top;
}
.eds_news_Ozone.eds_subCollection_calendar .archive_list.events ul li > a {
  color: #504e4e;
  text-decoration: none;
  font-family: "Roboto Condensed", sans-serif;
}
.eds_news_Ozone.eds_subCollection_calendar .archive_list.events ul li > a:hover {
  text-decoration: none;
  color: #c81704;
}
.eds_news_Ozone.eds_subCollection_calendar .archive_list.events ul li > a > span {
  color: #c81704;
  font-family: "PT Sans", sans-serif;
  font-size: 13px;
}

.eds_news_Ozone.eds_subCollection_news .child_categories {
  margin-bottom: 40px;
}
.eds_news_Ozone.eds_subCollection_news .edn_categoryInfo {
  margin: 20px 0 30px;
  padding: 20px 0;
  border-bottom: solid 1px #ddd;
  border-top: solid 1px #ddd;
}
.eds_news_Ozone.eds_subCollection_news .edn_catalogCategory {
  margin: 7px;
  padding: 5px;
  box-shadow: 0 0 0 1px #ddd inset;
  border-radius: 4px;
  background-color: #e5e5e5;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  line-height: 0;
  font-size: 0;
  overflow: hidden;
  max-width: 100%;
}
.eds_news_Ozone.eds_subCollection_news .edn_catalogCategory > a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.eds_news_Ozone.eds_subCollection_news .edn_catalogCategory > img {
  width: 100%;
  height: 100%;
  opacity: 0.8;
  transition: all 300ms linear;
}
.eds_news_Ozone.eds_subCollection_news .edn_catalogCategory > figcaption {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 10px;
  right: 10px;
  text-align: center;
}
.eds_news_Ozone.eds_subCollection_news .edn_catalogCategory > figcaption > span {
  display: inline-block;
  padding: 5px;
  min-width: 100px;
  background-color: #fff;
  border-radius: 4px 4px 0 0;
  line-height: 1;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 15px;
  color: #504e4e;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.6);
  transition: all 200ms linear;
}
.eds_news_Ozone.eds_subCollection_news .edn_catalogCategory:hover > img {
  opacity: 1;
}
.eds_news_Ozone.eds_subCollection_news .bread_crumbs {
  margin: 0;
  padding: 0;
}
.eds_news_Ozone.eds_subCollection_news .bread_crumbs > a {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 14px;
  color: #747474;
  text-decoration: none;
  display: inline-block;
  border-bottom: solid 0 transparent;
  margin-bottom: 2px;
  transition: border-color 200ms linear;
}
.eds_news_Ozone.eds_subCollection_news .bread_crumbs > a:hover {
  border-bottom-color: #c81704;
  border-bottom-width: 2px;
  margin-bottom: 0;
}
.eds_news_Ozone.eds_subCollection_news .bread_crumbs > a:last-child {
  color: #000;
}
.eds_news_Ozone.eds_subCollection_news .bread_crumbs > i {
  display: none;
  margin: 0 7px;
  font-family: "FontAwesome";
  font-size: 17px;
}
.eds_news_Ozone.eds_subCollection_news .bread_crumbs > i + a + i {
  display: inline-block;
}

.eds_news_Ozone.eds_subCollection_categoryMenu {
  font-family: "PT Sans", sans-serif;
  line-height: 1.3;
  font-size: 13px;
  color: #504e4e;
}
.eds_news_Ozone.eds_subCollection_categoryMenu div, .eds_news_Ozone.eds_subCollection_categoryMenu span, .eds_news_Ozone.eds_subCollection_categoryMenu a, .eds_news_Ozone.eds_subCollection_categoryMenu li {
  font-family: inherit;
  color: inherit;
  line-height: inherit;
  font-size: inherit;
}
.eds_news_Ozone.eds_subCollection_categoryMenu a {
  text-decoration: none;
  color: #c81704;
  transition: color 0.3s linear;
}
.eds_news_Ozone.eds_subCollection_categoryMenu a:hover {
  color: #504e4e;
  text-decoration: none;
}
.eds_news_Ozone.eds_subCollection_categoryMenu .fa {
  line-height: 1;
}
.eds_news_Ozone.eds_subCollection_categoryMenu ul {
  margin: 0 !important;
  padding: 0 !important;
}
.eds_news_Ozone.eds_subCollection_categoryMenu .edn_category_menu_wrapper li {
  list-style-type: none !important;
  margin: 0;
  padding: 0;
}
.eds_news_Ozone.eds_subCollection_categoryMenu .edn_category_menu_wrapper li:last-child > div {
  border: none;
}
.eds_news_Ozone.eds_subCollection_categoryMenu .edn_category_menu_wrapper li > div {
  clear: both;
  overflow: hidden;
  padding: 3px 0 3px 90px;
  border-bottom: solid 1px #ddd;
}
.eds_news_Ozone.eds_subCollection_categoryMenu .edn_category_menu_wrapper li > div a {
  display: none;
}
.eds_news_Ozone.eds_subCollection_categoryMenu .edn_category_menu_wrapper li > div a.edn_category, .eds_news_Ozone.eds_subCollection_categoryMenu .edn_category_menu_wrapper li > div a.edn_articlecount, .eds_news_Ozone.eds_subCollection_categoryMenu .edn_category_menu_wrapper li > div a.edn_rss, .eds_news_Ozone.eds_subCollection_categoryMenu .edn_category_menu_wrapper li > div a.edn_image, .eds_news_Ozone.eds_subCollection_categoryMenu .edn_category_menu_wrapper li > div a.edn_category, .eds_news_Ozone.eds_subCollection_categoryMenu .edn_category_menu_wrapper li > div a.expand_collapse {
  display: inline-block;
  vertical-align: top;
  outline: none;
}
.eds_news_Ozone.eds_subCollection_categoryMenu .edn_category_menu_wrapper li > div:hover .expand_collapse {
  transform: scale(1.8);
}
.eds_news_Ozone.eds_subCollection_categoryMenu .edn_category_menu_wrapper li .expand_collapse {
  cursor: pointer;
  height: auto !important;
  visibility: visible !important;
  transition: all 0.2s ease-in-out;
}
.eds_news_Ozone.eds_subCollection_categoryMenu .edn_category_menu_wrapper li .expand_collapse > span {
  display: none;
}
.eds_news_Ozone.eds_subCollection_categoryMenu .edn_category_menu_wrapper li .expand_collapse::before {
  content: "\f107";
  font-family: "FontAwesome";
  font-weight: bold;
  font-size: 14px;
  margin: 0 5px;
  display: inline-block;
}
.eds_news_Ozone.eds_subCollection_categoryMenu .edn_category_menu_wrapper li .expand_collapse.collapse::before {
  content: "\f106";
}
.eds_news_Ozone.eds_subCollection_categoryMenu .edn_category_menu_wrapper li .edn_articlecount {
  float: right;
  font-size: 11px;
  background-color: #c81704;
  min-width: 20px;
  border-radius: 10px;
  padding: 4px;
  line-height: 1;
  color: #fff;
  text-align: center;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
}
.eds_news_Ozone.eds_subCollection_categoryMenu .edn_category_menu_wrapper li .edn_rss::before {
  content: "\f143";
  font-family: "FontAwesome";
  font-size: 14px;
  margin-right: 5px;
  display: inline-block;
}
.eds_news_Ozone.eds_subCollection_categoryMenu .edn_category_menu_wrapper li .edn_category {
  color: #504e4e;
  font-size: 14px;
}
.eds_news_Ozone.eds_subCollection_categoryMenu .edn_category_menu_wrapper li .edn_category:hover {
  color: #c81704;
}
.eds_news_Ozone.eds_subCollection_categoryMenu .edn_category_menu_wrapper li .edn_rss > span {
  display: none;
}
.eds_news_Ozone.eds_subCollection_categoryMenu .edn_category_menu_wrapper li .edn_image > img {
  border: solid 1px #c81704;
  padding: 2px;
  transition: border 200ms linear;
  margin-right: 5px;
}
.eds_news_Ozone.eds_subCollection_categoryMenu .edn_category_menu_wrapper li .edn_image:hover > img {
  border-color: #504e4e;
}
.eds_news_Ozone.eds_subCollection_categoryMenu .edn_category_menu_wrapper li.level_0 > div {
  padding-left: 0;
}
.eds_news_Ozone.eds_subCollection_categoryMenu .edn_category_menu_wrapper li.level_1 > div {
  padding-left: 15px;
}
.eds_news_Ozone.eds_subCollection_categoryMenu .edn_category_menu_wrapper li.level_2 > div {
  padding-left: 30px;
}
.eds_news_Ozone.eds_subCollection_categoryMenu .edn_category_menu_wrapper li.level_3 > div {
  padding-left: 45px;
}
.eds_news_Ozone.eds_subCollection_categoryMenu .edn_category_menu_wrapper li.level_4 > div {
  padding-left: 60px;
}
.eds_news_Ozone.eds_subCollection_categoryMenu .edn_category_menu_wrapper li.level_5 > div {
  padding-left: 75px;
}
.eds_news_Ozone.eds_subCollection_categoryMenu .edn_category_menu_wrapper li.opened > div > .edn_category {
  color: #c81704;
}
.eds_news_Ozone.eds_subCollection_categoryMenu .edn_category_menu_wrapper li.active > div > .edn_category {
  color: #000;
  font-weight: bold;
}
.eds_news_Ozone.eds_subCollection_categoryMenu .edn_horizontalMenu .edn_category_menu_wrapper {
  height: 50px;
  overflow: auto;
  padding: 20px 0;
  white-space: nowrap;
}
.eds_news_Ozone.eds_subCollection_categoryMenu .edn_horizontalMenu .edn_category_menu_wrapper li {
  display: inline-block;
}
.eds_news_Ozone.eds_subCollection_categoryMenu .edn_horizontalMenu .edn_category_menu_wrapper li > div {
  padding: 5px 7px 5px 0;
  margin-right: 7px;
  border-bottom: none;
  border-right: solid 1px #ddd;
  display: inline-block;
}
.eds_news_Ozone.eds_subCollection_categoryMenu .edn_horizontalMenu .edn_category_menu_wrapper li > div .expand_collapse::before {
  content: "\f105";
}
.eds_news_Ozone.eds_subCollection_categoryMenu .edn_horizontalMenu .edn_category_menu_wrapper li > div:hover .expand_collapse {
  transform: none;
}
.eds_news_Ozone.eds_subCollection_categoryMenu .edn_horizontalMenu .edn_category_menu_wrapper li.hasChild ul .edn_category {
  opacity: 0.7;
}
.eds_news_Ozone.eds_subCollection_categoryMenu .edn_horizontalMenu .edn_category_menu_wrapper li.hasChild ul .hasChild ul .edn_category {
  opacity: 0.5;
}
.eds_news_Ozone.eds_subCollection_categoryMenu .edn_horizontalMenu .edn_category_menu_wrapper li ul {
  display: inline-block !important;
  height: auto !important;
  overflow: visible !important;
}
.eds_news_Ozone.eds_subCollection_categoryMenu .edn_horizontalMenu .edn_category_menu_wrapper > li:last-child > div {
  border: none;
}
.eds_news_Ozone.eds_subCollection_categoryMenu .edn_horizontalMenu .edn_scrollWrapper {
  position: relative;
}
.eds_news_Ozone.eds_subCollection_categoryMenu .edn_horizontalMenu .edn_scrollWrapper > span {
  display: inline-block;
  position: absolute;
  top: 0;
  line-height: 0;
  font-size: 0;
  text-align: center;
  border: solid 1px #eee;
  background-color: #F7F7F7;
  width: 20px;
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
  z-index: 1;
  transition: all 300ms ease;
}
.eds_news_Ozone.eds_subCollection_categoryMenu .edn_horizontalMenu .edn_scrollWrapper > span::before {
  font-family: "FontAwesome";
  color: #A9A6A6;
  font-size: 16px;
  line-height: 27px;
  transition: color 200ms ease;
}
.eds_news_Ozone.eds_subCollection_categoryMenu .edn_horizontalMenu .edn_scrollWrapper > span:hover::before {
  color: #333;
}
.eds_news_Ozone.eds_subCollection_categoryMenu .edn_horizontalMenu .edn_scrollWrapper > span.edn_scrollLeft {
  left: 0;
}
.eds_news_Ozone.eds_subCollection_categoryMenu .edn_horizontalMenu .edn_scrollWrapper > span.edn_scrollLeft::before {
  content: "\f053";
}
.eds_news_Ozone.eds_subCollection_categoryMenu .edn_horizontalMenu .edn_scrollWrapper > span.edn_scrollRight {
  right: 0;
}
.eds_news_Ozone.eds_subCollection_categoryMenu .edn_horizontalMenu .edn_scrollWrapper > span.edn_scrollRight::before {
  content: "\f054";
}
.eds_news_Ozone.eds_subCollection_categoryMenu .edn_horizontalMenu .edn_scrollWrapper.edn_leftOffset .edn_scrollLeft {
  opacity: 1;
  visibility: visible;
}
.eds_news_Ozone.eds_subCollection_categoryMenu .edn_horizontalMenu .edn_scrollWrapper.edn_rightOffset .edn_scrollRight {
  opacity: 1;
  visibility: visible;
}
.eds_news_Ozone.eds_subCollection_categoryMenu .edNews_categoryDropdown .edn_category_menu_wrapper > li > div {
  display: flex;
  align-items: center;
  padding: 8px;
}
.eds_news_Ozone.eds_subCollection_categoryMenu .edNews_categoryDropdown .edn_category_menu_wrapper > li > div > .edn_module_title {
  margin: 0;
  font-size: 18px;
}
.eds_news_Ozone.eds_subCollection_categoryMenu .edNews_categoryDropdown .edn_category_menu_wrapper > li > div > .expand_collapse {
  margin-left: auto;
}
.eds_news_Ozone.eds_subCollection_categoryMenu .edNews_categoryDropdown .edn_category_menu_wrapper > li > div,
.eds_news_Ozone.eds_subCollection_categoryMenu .edNews_categoryDropdown .edn_category_menu_wrapper > li > ul {
  border: solid 1px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
}
.eds_news_Ozone.eds_subCollection_categoryMenu .edNews_categoryDropdown .edn_category_menu_wrapper > li > ul {
  margin-top: 5px !important;
  padding: 8px !important;
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.05);
}
.eds_news_Ozone.eds_subCollection_categoryMenu .edNews_categoryDropdown .edn_category_menu_wrapper > li > ul ul {
  display: block !important;
}

.eds_news_Ozone.eds_subCollection_news .article_comments {
  margin: 15px 0 20px;
}
.eds_news_Ozone.eds_subCollection_news .article_comments .num_of_comment {
  border: solid 1px #c81704;
  border-radius: 4px;
  padding: 10px 15px;
  font-size: 14px;
  color: #000;
  margin: 0 0 10px;
}
.eds_news_Ozone.eds_subCollection_news .article_comments .num_of_comment + .comment_list {
  padding-top: 10px;
}
.eds_news_Ozone.eds_subCollection_news .article_comments .comment_list {
  margin-bottom: 30px;
  display: block;
}
.eds_news_Ozone.eds_subCollection_news .article_comments .comment_list .comment {
  margin-top: 15px;
  padding-bottom: 10px;
  border-bottom: solid 1px #ddd;
  padding-left: 50px;
}
.eds_news_Ozone.eds_subCollection_news .article_comments .comment_list .comment article > div {
  float: left;
  margin: 0 20px 0 0;
}
.eds_news_Ozone.eds_subCollection_news .article_comments .comment_list .comment article > div img {
  border: 1px solid #504e4e;
  border-radius: 50%;
  padding: 3px;
}
.eds_news_Ozone.eds_subCollection_news .article_comments .comment_list .comment article > section {
  overflow: hidden;
}
.eds_news_Ozone.eds_subCollection_news .article_comments .comment_list .comment article > section > div {
  color: #424242;
  margin: 15px 0;
}
.eds_news_Ozone.eds_subCollection_news .article_comments .comment_list .comment article > section > time {
  color: #999;
  font-size: 12px;
  display: block;
  text-align: right;
}
.eds_news_Ozone.eds_subCollection_news .article_comments .comment_list .comment .actions {
  text-align: right;
  clear: both;
  margin: 5px 0;
}
.eds_news_Ozone.eds_subCollection_news .article_comments .comment_list .comment .actions > a {
  display: inline-block;
  border: 1px solid #909090;
  text-shadow: none;
  text-decoration: none;
  line-height: 1;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 10px;
  text-transform: uppercase;
  padding: 3px 5px;
  border-radius: 4px;
  box-shadow: none;
  color: #fff;
  text-decoration: none;
  background-color: #bdbdbd;
  transition: all 200ms linear;
}
.eds_news_Ozone.eds_subCollection_news .article_comments .comment_list .comment .actions > a:hover {
  background-color: #909090;
  text-decoration: none;
}
.eds_news_Ozone.eds_subCollection_news .article_comments .comment_list .comment .actions > a.delete {
  background-color: #d94e49;
  border-color: #9d241e;
}
.eds_news_Ozone.eds_subCollection_news .article_comments .comment_list .comment .actions > a.delete:hover {
  background-color: #9d241e;
}
.eds_news_Ozone.eds_subCollection_news .article_comments .comment_list .comment .edit_comment {
  text-align: right;
}
.eds_news_Ozone.eds_subCollection_news .article_comments .comment_list .comment .edit_comment textarea,
.eds_news_Ozone.eds_subCollection_news .article_comments .comment_list .comment .edit_comment textarea:hover,
.eds_news_Ozone.eds_subCollection_news .article_comments .comment_list .comment .edit_comment textarea:focus {
  border: solid 1px #c81704;
  border-radius: 6px;
  color: #666;
  padding: 5px 7px;
  width: 100%;
  box-shadow: none;
  background: none #fff;
  width: 100%;
}
.eds_news_Ozone.eds_subCollection_news .article_comments .comment_list .comment.level {
  padding-left: 0;
}
.eds_news_Ozone.eds_subCollection_news .article_comments .comment_list .comment .right_side {
  overflow: hidden;
}
.eds_news_Ozone.eds_subCollection_news .article_comments .comment_list .comment .votes {
  float: left;
  width: 40px;
}
.eds_news_Ozone.eds_subCollection_news .article_comments .comment_list .comment .votes > div {
  display: inline-block;
  text-align: center;
  margin-bottom: 5px;
}
.eds_news_Ozone.eds_subCollection_news .article_comments .comment_list .comment .votes > div > input,
.eds_news_Ozone.eds_subCollection_news .article_comments .comment_list .comment .votes > div > span {
  display: block;
  margin: 0 auto;
}
.eds_news_Ozone.eds_subCollection_news .article_comments .comment_list + .add_comment {
  margin-top: 25px;
}
.eds_news_Ozone.eds_subCollection_news .article_comments .add_comment > h3 {
  margin-bottom: 10px;
  font-size: 18px;
}
.eds_news_Ozone.eds_subCollection_news .article_comments .add_comment > div {
  border: solid 1px #c81704;
  border-radius: 4px;
  padding: 20px;
}
.eds_news_Ozone.eds_subCollection_news .article_comments .add_comment > div table {
  width: 100%;
}
.eds_news_Ozone.eds_subCollection_news .article_comments .add_comment > div table td {
  padding: 10px;
  vertical-align: top;
}
@media handheld, only screen and (max-width: 768px), only screen and (max-device-width: 768px) {
  .eds_news_Ozone.eds_subCollection_news .article_comments .add_comment > div table td {
    display: block !important;
    width: 100% !important;
    padding: 0 0 10px !important;
  }
}
.eds_news_Ozone.eds_subCollection_news .article_comments .add_comment > div table td.left {
  font-family: "Roboto Condensed", sans-serif;
  width: 15%;
  color: #424242;
  font-size: 15px;
}
.eds_news_Ozone.eds_subCollection_news .article_comments .add_comment > div table td.right {
  width: 85%;
}
.eds_news_Ozone.eds_subCollection_news .article_comments .add_comment > div table td input[type=text],
.eds_news_Ozone.eds_subCollection_news .article_comments .add_comment > div table td input[type=text]:hover,
.eds_news_Ozone.eds_subCollection_news .article_comments .add_comment > div table td input[type=text]:focus,
.eds_news_Ozone.eds_subCollection_news .article_comments .add_comment > div table td textarea,
.eds_news_Ozone.eds_subCollection_news .article_comments .add_comment > div table td textarea:hover,
.eds_news_Ozone.eds_subCollection_news .article_comments .add_comment > div table td textarea:focus {
  border: solid 1px #c81704;
  border-radius: 6px;
  color: #666;
  padding: 5px 7px;
  width: 100%;
  box-shadow: none;
  background: none #fff;
}
.eds_news_Ozone.eds_subCollection_news .article_comments .add_comment > div table td input[type=text] {
  max-width: 300px;
  font-size: 14px;
}
.eds_news_Ozone.eds_subCollection_news .article_comments .add_comment > div table td textarea {
  max-width: 370px;
  font-size: 13px;
  min-height: 110px;
}
.eds_news_Ozone.eds_subCollection_news .edNews__itemCommentsWrapper {
  border-top: 1px solid #d7d7d7;
  padding-top: 25px;
  clear: both;
  margin-top: 40px;
  margin: 40px auto 0;
}
.eds_news_Ozone.eds_subCollection_news .edNews__itemCommentsWrapper .edNews_numberOfComments {
  color: #504e4e;
  font-family: "PT Sans", sans-serif;
  font-size: 12px;
  line-height: 1;
  padding: 20px 0;
  text-align: right;
}
.eds_news_Ozone.eds_subCollection_news .edNews__itemCommentsWrapper .edNews__itemCommentContainer {
  font-size: 0;
  line-height: 0;
  margin-bottom: 30px;
  display: none;
}
.eds_news_Ozone.eds_subCollection_news .edNews__itemCommentsWrapper .edNews__itemCommentContainer:first-child, .eds_news_Ozone.eds_subCollection_news .edNews__itemCommentsWrapper .edNews__itemCommentContainer:nth-child(2) {
  display: block;
}
.eds_news_Ozone.eds_subCollection_news .edNews__itemCommentsWrapper .edNews__itemCommentContainer::after {
  content: "";
  width: 100%;
  display: table;
  clear: both;
}
.eds_news_Ozone.eds_subCollection_news .edNews__itemCommentsWrapper .edNews__itemCommentContainer > div .edNews_userAvatar {
  float: left;
  margin-right: 20px;
}
.eds_news_Ozone.eds_subCollection_news .edNews__itemCommentsWrapper .edNews__itemCommentContainer > div .edNews_commentDetails {
  overflow: hidden;
}
.eds_news_Ozone.eds_subCollection_news .edNews__itemCommentsWrapper .edNews__itemCommentContainer > div .edNews_commentDetails > span {
  font-family: "PT Sans", sans-serif;
  color: #000;
  line-height: 24px;
  font-size: 18px;
  font-weight: 400;
}
.eds_news_Ozone.eds_subCollection_news .edNews__itemCommentsWrapper .edNews__itemCommentContainer > div .edNews_commentDetails > div {
  margin: 10px 0;
  color: #8b8b8b;
  font-size: 13px;
  line-height: 1;
  font-family: "PT Sans", sans-serif;
}
.eds_news_Ozone.eds_subCollection_news .edNews__itemCommentsWrapper .edNews__itemCommentContainer > div .edNews_commentDetails .edNews_commentText {
  color: #333;
  font-size: 14px;
  line-height: 20px;
}
.eds_news_Ozone.eds_subCollection_news .edNews__itemCommentsWrapper .edNews__itemCommentContainer > div .edNews_commentActions {
  text-align: right;
  margin: 20px 0;
  font-size: 13px;
  line-height: 1;
  font-family: "PT Sans", sans-serif;
}
.eds_news_Ozone.eds_subCollection_news .edNews__itemCommentsWrapper .edNews__itemCommentContainer > div .edNews_commentActions > span {
  cursor: pointer;
  color: #8b8b8b;
  display: inline-block;
  border-style: solid;
  border-width: 1px;
  padding: 10px 20px;
  border-radius: 3px;
}
.eds_news_Ozone.eds_subCollection_news .edNews__itemCommentsWrapper .edNews__itemCommentContainer > div .edNews_commentActions > span:hover {
  color: #333;
}
.eds_news_Ozone.eds_subCollection_news .edNews__itemCommentsWrapper .edNews__itemCommentContainer > div .edNews_commentActions > span + span {
  margin-left: 7px;
}
.eds_news_Ozone.eds_subCollection_news .edNews__itemCommentsWrapper .edNews__itemCommentContainer > div .edNews_commentActions > span.edNews__editComment, .eds_news_Ozone.eds_subCollection_news .edNews__itemCommentsWrapper .edNews__itemCommentContainer > div .edNews_commentActions > span.edNews__editCommentCancelTrigger {
  border-color: #ff6a00;
}
.eds_news_Ozone.eds_subCollection_news .edNews__itemCommentsWrapper .edNews__itemCommentContainer > div .edNews_commentActions > span.edNews__deleteComment {
  border-color: #db313c;
}
.eds_news_Ozone.eds_subCollection_news .edNews__itemCommentsWrapper .edNews__itemCommentContainer > div .edNews_commentActions > span.edNews__editCommentSaveTrigger {
  border-color: #37cbcb;
}
.eds_news_Ozone.eds_subCollection_news .edNews__itemCommentsWrapper .edNews__itemCommentContainer > .edNews__childCommentsContainer {
  margin: 0 0 0 50px;
}
.eds_news_Ozone.eds_subCollection_news .edNews__itemCommentsWrapper .edNews__itemCommentContainer .edNews__editCommentContainer {
  display: none;
  overflow: hidden;
}
.eds_news_Ozone.eds_subCollection_news .edNews__itemCommentsWrapper .edNews__itemCommentContainer .edNews__editCommentContainer .edNews_errorMessage {
  margin: 0;
  border: 0;
  padding: 5px;
  text-align: right;
  padding: 10px 0;
}
.eds_news_Ozone.eds_subCollection_news .edNews__itemCommentsWrapper .edNews__itemCommentContainer .edNews__editCommentContainer .edNews_errorMessage > span {
  background: #F0F0F0;
  border: 1px solid #CCCCCC;
  padding: 4px 14px 3px;
  text-decoration: none;
  margin-left: 5px;
  border-radius: 3px;
  font-size: 11px;
  cursor: pointer;
}
.eds_news_Ozone.eds_subCollection_news .edNews__itemCommentsWrapper .edNews__itemCommentContainer .edNews__editCommentContainer .edNews_errorMessage > span > span {
  text-shadow: 0 1px #FFFFFF;
  color: #5F5F5F;
  font-weight: bold;
  white-space: nowrap;
  font-size: 11px;
}
.eds_news_Ozone.eds_subCollection_news .edNews__itemCommentsWrapper .edNews__itemCommentContainer .edNews__editCommentContainer .edNews_errorMessage > span:hover {
  background-color: #fff;
}
.eds_news_Ozone.eds_subCollection_news .edNews__itemCommentsWrapper .edNews__itemCommentContainer .edNews__editCommentContainer .edNews_errorMessage > span:hover > span {
  color: #5F5F5F;
}
.eds_news_Ozone.eds_subCollection_news .edNews__itemCommentsWrapper .edNews__itemCommentContainer.edNews__editingComment > .edNews__commentContentWrapper .edNews_comment .edNews__commentContent {
  display: none;
}
.eds_news_Ozone.eds_subCollection_news .edNews__itemCommentsWrapper .edNews__itemCommentContainer.edNews__editingComment > .edNews__commentContentWrapper .edNews_comment .edNews__editCommentContainer {
  display: block;
}
.eds_news_Ozone.eds_subCollection_news .edNews__itemCommentsWrapper .edNews__itemCommentContainer.edNews__editingComment > .edNews__commentContentWrapper .edNews_comment .edNews_commentActions.main {
  display: none;
}
.eds_news_Ozone.eds_subCollection_news .edNews__itemCommentsWrapper .edNews__itemCommentContainer.edNews__deleted > .edNews__commentContentWrapper .edNews_comment {
  opacity: 0.5;
  margin: 0 0 0 9%;
}
.eds_news_Ozone.eds_subCollection_news .edNews__itemCommentsWrapper .edNews__itemCommentContainer.edNews__deleted > .edNews__commentContentWrapper .edNews_votes {
  display: none;
}
.eds_news_Ozone.eds_subCollection_news .edNews__itemCommentsWrapper .edNews__commentsListContainer {
  margin: 30px 0 30px;
  display: block;
}
.eds_news_Ozone.eds_subCollection_news .edNews__itemCommentsWrapper .edNews__commentsListContainer.noComments {
  display: none;
}
.eds_news_Ozone.eds_subCollection_news .edNews__itemCommentsWrapper .edNews__commentsListContainer.noComments + .edNews__showCommentsTrigger {
  display: none;
}
.eds_news_Ozone.eds_subCollection_news .edNews__itemCommentsWrapper .edNews_errorMessage {
  box-sizing: border-box;
  top: 10px;
  display: none;
  border-top: solid 1px #e2252d;
  padding: 6px;
  margin-bottom: -4px;
  font-size: 11px;
  font-weight: normal;
  font-family: "PT Sans", sans-serif;
  color: #ac171e;
}
.eds_news_Ozone.eds_subCollection_news .edNews__itemCommentsWrapper .edNews_errorMessage.show {
  display: block;
}
.eds_news_Ozone.eds_subCollection_news .edNews__itemCommentsWrapper .edNews__commentsCommentFormWrapper .edNews_clear {
  clear: both;
}
.eds_news_Ozone.eds_subCollection_news .edNews__itemCommentsWrapper .edNews__commentsCommentFormWrapper .edNews_leaveaComment {
  color: #8E8E8E;
  font-size: 16px;
  line-height: 53px;
  font-weight: bold;
  margin: 0;
  padding: 0 20px 0 53px;
  font-family: Arial;
  letter-spacing: normal;
  background: url("/DesktopModules/EasyDNNNews/Templates/_default/Ozone/assets/images/common/comments/comment.png") no-repeat 13px center rgba(0, 0, 0, 0.08);
}
.eds_news_Ozone.eds_subCollection_news .edNews__itemCommentsWrapper .edNews__commentsCommentFormWrapper .edNews_addComment .edNews__replyingToMessage,
.eds_news_Ozone.eds_subCollection_news .edNews__itemCommentsWrapper .edNews__commentsCommentFormWrapper .edNews_addComment .edNews__commentPendingApproval {
  display: none;
  margin: 20px 0;
  text-align: left;
  font-family: "PT Sans", sans-serif;
  color: #504e4e;
  border-top: solid 1px #eee;
  border-bottom: solid 1px #c81704;
  background-color: #fcfcfc;
  padding: 10px;
}
.eds_news_Ozone.eds_subCollection_news .edNews__itemCommentsWrapper .edNews__commentsCommentFormWrapper .edNews_addComment .edNews__replyingToMessage > a,
.eds_news_Ozone.eds_subCollection_news .edNews__itemCommentsWrapper .edNews__commentsCommentFormWrapper .edNews_addComment .edNews__commentPendingApproval > a {
  text-decoration: underline;
}
.eds_news_Ozone.eds_subCollection_news .edNews__itemCommentsWrapper .edNews__commentsCommentFormWrapper .edNews_addComment .edNews__commentPendingApproval {
  background: #FFFCE3;
  color: #444;
}
.eds_news_Ozone.eds_subCollection_news .edNews__itemCommentsWrapper .edNews__commentsCommentFormWrapper .edNews_addComment .edNews__commentPendingApproval.show {
  display: block;
}
.eds_news_Ozone.eds_subCollection_news .edNews__itemCommentsWrapper .edNews__commentsCommentFormWrapper .edNews_addComment .edNews_inputWrapper {
  margin-bottom: 10px;
}
.eds_news_Ozone.eds_subCollection_news .edNews__itemCommentsWrapper .edNews__commentsCommentFormWrapper .edNews_addComment .edNews_inputWrapper::after {
  display: table;
  width: 100%;
  clear: both;
  content: "";
}
.eds_news_Ozone.eds_subCollection_news .edNews__itemCommentsWrapper .edNews__commentsCommentFormWrapper .edNews_addComment .edNews_inputWrapper label {
  float: left;
  width: 23%;
  padding: 7px 2% 0 0;
  box-sizing: border-box;
  vertical-align: top;
  font-size: 14px;
  font-weight: normal;
  color: #7b7b7b;
  font-family: "PT Sans", sans-serif;
}
@media handheld, only screen and (max-width: 768px), only screen and (max-device-width: 768px) {
  .eds_news_Ozone.eds_subCollection_news .edNews__itemCommentsWrapper .edNews__commentsCommentFormWrapper .edNews_addComment .edNews_inputWrapper label {
    float: none;
    width: auto;
    display: block;
    text-align: left;
  }
}
.eds_news_Ozone.eds_subCollection_news .edNews__itemCommentsWrapper .edNews__commentsCommentFormWrapper .edNews_addComment .edNews_inputWrapper textarea,
.eds_news_Ozone.eds_subCollection_news .edNews__itemCommentsWrapper .edNews__commentsCommentFormWrapper .edNews_addComment .edNews_inputWrapper input[type=text] {
  font-family: "PT Sans", sans-serif;
  box-sizing: border-box;
  background: none #fdfdfd;
  border: 1px solid #e8e8e8 !important;
  border-radius: 0;
  color: #C6C6C6;
  outline: medium none;
  padding: 8px;
  width: 75%;
  box-shadow: none !important;
  margin: 0;
  resize: vertical;
  font-size: 12px;
}
@media handheld, only screen and (max-width: 768px), only screen and (max-device-width: 768px) {
  .eds_news_Ozone.eds_subCollection_news .edNews__itemCommentsWrapper .edNews__commentsCommentFormWrapper .edNews_addComment .edNews_inputWrapper textarea,
.eds_news_Ozone.eds_subCollection_news .edNews__itemCommentsWrapper .edNews__commentsCommentFormWrapper .edNews_addComment .edNews_inputWrapper input[type=text] {
    width: 100%;
  }
}
.eds_news_Ozone.eds_subCollection_news .edNews__itemCommentsWrapper .edNews__commentsCommentFormWrapper .edNews_addComment .edNews_inputWrapper textarea:focus, .eds_news_Ozone.eds_subCollection_news .edNews__itemCommentsWrapper .edNews__commentsCommentFormWrapper .edNews_addComment .edNews_inputWrapper textarea:hover,
.eds_news_Ozone.eds_subCollection_news .edNews__itemCommentsWrapper .edNews__commentsCommentFormWrapper .edNews_addComment .edNews_inputWrapper input[type=text]:focus,
.eds_news_Ozone.eds_subCollection_news .edNews__itemCommentsWrapper .edNews__commentsCommentFormWrapper .edNews_addComment .edNews_inputWrapper input[type=text]:hover {
  color: #9fa0a2;
  background: none #fdfdfd;
}
.eds_news_Ozone.eds_subCollection_news .edNews__itemCommentsWrapper .edNews__commentsCommentFormWrapper .edNews_addComment .edNews_inputWrapper textarea:focus,
.eds_news_Ozone.eds_subCollection_news .edNews__itemCommentsWrapper .edNews__commentsCommentFormWrapper .edNews_addComment .edNews_inputWrapper input[type=text]:focus {
  background-color: #fff;
  color: #9fa0a2;
}
.eds_news_Ozone.eds_subCollection_news .edNews__itemCommentsWrapper .edNews__commentsCommentFormWrapper .edNews_addComment .edNews_button {
  padding: 20px 0 0;
  text-align: right;
}
.eds_news_Ozone.eds_subCollection_news .edNews__itemCommentsWrapper .edNews__commentsCommentFormWrapper .edNews_addComment .edNews_button > span {
  font-family: "PT Sans", sans-serif;
  background-color: #c81704;
  background-image: none;
  border: 0 none;
  border-radius: 2px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  font-weight: normal;
  height: 24px;
  line-height: 16px;
  overflow: hidden;
  padding: 5px 16px;
  text-align: center;
  vertical-align: middle;
}
.eds_news_Ozone.eds_subCollection_news .edNews__itemCommentsWrapper .edNews__commentsCommentFormWrapper .edNews_addComment.edNews_registeredUser .edNews_inputWrapper > label {
  display: none;
}
.eds_news_Ozone.eds_subCollection_news .edNews__itemCommentsWrapper .edNews__commentsCommentFormWrapper .edNews_addComment.edNews_registeredUser .edNews_inputWrapper .edNews_commenterImage {
  width: 65px;
  height: 65px;
  background-color: #ccc;
  text-align: center;
  float: left;
  position: relative;
  z-index: 2;
}
.eds_news_Ozone.eds_subCollection_news .edNews__itemCommentsWrapper .edNews__commentsCommentFormWrapper .edNews_addComment.edNews_registeredUser .edNews_inputWrapper .edNews_commenterImage::before {
  font-family: "FontAwesome";
  color: #fff;
  position: relative;
  z-index: 1;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  font-size: 50px;
  content: "\f007";
  position: absolute;
}
.eds_news_Ozone.eds_subCollection_news .edNews__itemCommentsWrapper .edNews__commentsCommentFormWrapper .edNews_addComment.edNews_registeredUser .edNews_inputWrapper .edNews_commenterImage > div {
  position: relative;
  z-index: 2;
}
.eds_news_Ozone.eds_subCollection_news .edNews__itemCommentsWrapper .edNews__commentsCommentFormWrapper .edNews_addComment.edNews_registeredUser .edNews_inputWrapper .edNews_commenterImage > div img {
  width: 65px;
  height: 65px;
}
.eds_news_Ozone.eds_subCollection_news .edNews__itemCommentsWrapper .edNews__commentsCommentFormWrapper .edNews_addComment.edNews_registeredUser .edNews_inputWrapper textarea {
  float: left;
  height: 65px;
  margin-top: -65px;
  padding-left: 75px;
  position: relative;
  z-index: 1;
  width: 100%;
}
.eds_news_Ozone.eds_subCollection_news .edNews__itemCommentsWrapper .edNews__commentsCommentFormWrapper.edNews__replyingToComment .edNews_addComment .edNews__replyingToMessage {
  display: block;
}
.eds_news_Ozone.eds_subCollection_news .edNews__itemCommentsWrapper .edNews__commentsCommentFormWrapper.edNews__addingComment,
.eds_news_Ozone.eds_subCollection_news .edNews__itemCommentsWrapper .edNews__itemCommentContainer.edNews__savingChanges > .edNews__commentContentWrapper .edNews_comment,
.eds_news_Ozone.eds_subCollection_news .edNews__itemCommentsWrapper .edNews__itemCommentContainer.edNews__deletingComment > .edNews__commentContentWrapper .edNews_comment {
  position: relative;
}
.eds_news_Ozone.eds_subCollection_news .edNews__itemCommentsWrapper .edNews__commentsCommentFormWrapper.edNews__addingComment::after,
.eds_news_Ozone.eds_subCollection_news .edNews__itemCommentsWrapper .edNews__itemCommentContainer.edNews__savingChanges > .edNews__commentContentWrapper .edNews_comment::after,
.eds_news_Ozone.eds_subCollection_news .edNews__itemCommentsWrapper .edNews__itemCommentContainer.edNews__deletingComment > .edNews__commentContentWrapper .edNews_comment::after {
  position: absolute;
  background: #fff url("/DesktopModules/EasyDNNNews/Templates/_default/Ozone/assets/images/common/comments/loadingBigger.gif") center center no-repeat;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.eds_news_Ozone.eds_subCollection_news .edNews__itemCommentsWrapper.edNews__showComments .edNews__itemCommentContainer {
  display: block;
}
.eds_news_Ozone.eds_subCollection_news .edNews__itemCommentsWrapper.edNews__showComments .edNews__showCommentsTrigger {
  display: none;
}
.eds_news_Ozone.eds_subCollection_news .edNews__showCommentsTrigger {
  margin: 30px auto;
  text-align: center;
  border: solid 1px #d7d7d7;
  border-left: none;
  border-right: none;
  color: #8b8b8b;
  font-family: "PT Sans", sans-serif;
  line-height: 1;
  font-size: 12px;
  display: block;
  padding: 10px 30px;
  cursor: pointer;
  transition: all 200ms ease;
}
.eds_news_Ozone.eds_subCollection_news .edNews__showCommentsTrigger:hover {
  border-color: #c81704;
  color: #c81704;
}
.eds_news_Ozone.eds_subCollection_news .edNews_votes .edNews_actionIcon {
  color: #bababa;
  font-size: 20px;
  margin-right: 10px;
  transition: color 300ms;
}
.eds_news_Ozone.eds_subCollection_news .edNews_votes .edNews__commentVoting_trigger {
  display: inline-block;
  cursor: pointer;
}
.eds_news_Ozone.eds_subCollection_news .edNews_votes .edNews__commentVoting_trigger > * {
  vertical-align: middle;
}
.eds_news_Ozone.eds_subCollection_news .edNews_votes .edNews__commentVoting_trigger + .edNews__commentVoting_trigger {
  margin-left: 20px;
}
.eds_news_Ozone.eds_subCollection_news .edNews_votes .edNews__commentVoting_trigger:hover .edNews_actionIcon {
  color: #8de171;
}
.eds_news_Ozone.eds_subCollection_news .edNews_votes .edNews__commentVoting_trigger.edNews__commentVoting_voted .edNews_actionIcon {
  color: #8de171;
}
.eds_news_Ozone .edNews__editCommentContainer {
  border: dashed 1px #ddd;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.1);
  padding: 10px;
}
.eds_news_Ozone .edNews__editCommentContent {
  font-family: "PT Sans", sans-serif;
  background: none #fdfdfd;
  border: 1px solid #e8e8e8 !important;
  border-radius: 0;
  color: #C6C6C6;
  outline: none;
  padding: 8px;
  width: 100%;
  box-shadow: none !important;
  margin: 0;
  resize: vertical;
  font-size: 12px;
}
.eds_news_Ozone .edNews__editCommentContent:focus, .eds_news_Ozone .edNews__editCommentContent:hover {
  color: #9fa0a2;
  background: none #fdfdfd;
}
.eds_news_Ozone .edNews__editCommentContent:focus {
  background-color: #fff;
  color: #9fa0a2;
}
.eds_news_Ozone .edn_recentCommentsHeader {
  border-bottom: 1px solid #e4e4e4;
  margin-bottom: 20px;
}
.eds_news_Ozone .edn_recentCommentsHeader > h4 {
  font-size: 15px;
  line-height: 1.3;
  font-family: "Roboto Condensed", sans-serif;
  color: #fff;
  background: #c81704;
  padding: 5px 25px;
  border: 0;
  margin: 0 0 -1px 0;
  text-transform: uppercase;
  display: inline-block;
}
.eds_news_Ozone .edn__recentCommentsListContainer {
  position: relative;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  opacity: 0;
  transition: opacity 400ms;
}
.eds_news_Ozone .edn__recentCommentsListContainer::before, .eds_news_Ozone .edn__recentCommentsListContainer::after {
  position: absolute;
  visibility: hidden;
  display: block;
  opacity: 0;
  transition: opacity 400ms;
}
.eds_news_Ozone .edn__recentCommentsListContainer::before {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.6);
  content: "";
  z-index: 1;
}
.eds_news_Ozone .edn__recentCommentsListContainer::after {
  left: 50%;
  top: 50%;
  margin-left: -50px;
  width: 100px;
  height: 0;
  text-align: center;
  content: "\f021";
  font-family: "FontAwesome";
  line-height: 0;
  font-size: 35px;
  font-style: normal;
  font-weight: normal;
  z-index: 2;
  color: #c81704;
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.eds_news_Ozone .edn_recentCommentContainer {
  padding: 0 0 15px;
  margin-bottom: 15px;
  border-bottom: dashed 1px #bfbfbf;
  opacity: 0;
  transition: opacity 500ms;
}
.eds_news_Ozone .edn_recentCommentContainer:last-child {
  border-bottom: none;
}
.eds_news_Ozone .edn_recentCommentContainer .edn_commentRight {
  overflow: hidden;
}
.eds_news_Ozone .edn_recentCommentContainer .edNews_userAvatar {
  float: left;
  margin-right: 15px;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  overflow: hidden;
}
.eds_news_Ozone .edn_recentCommentContainer .edNews_userAvatar > a {
  display: block;
}
.eds_news_Ozone .edn_recentCommentContainer .edNews_userAvatar img {
  max-width: 100%;
  height: auto;
}
.eds_news_Ozone .edn_recentCommentContainer .edn_commentAuthor {
  font: 14px/1.2 "Roboto Condensed", sans-serif;
  color: #424242;
  text-decoration: none;
  float: left;
  margin-right: 7px;
}
.eds_news_Ozone .edn_recentCommentContainer .edn_commentAuthor:hover {
  color: #c81704;
}
.eds_news_Ozone .edn_recentCommentContainer .edn_commentDate {
  color: #999;
  font-size: 12px;
  display: block;
  margin-top: 5px;
}
.eds_news_Ozone .edn_recentCommentContainer .edNews__commentContent {
  color: #424242;
  font-style: italic;
}
.eds_news_Ozone .edn_recentCommentContainer .edNews__commentContent p {
  margin: 0;
  padding: 0;
}
.eds_news_Ozone .edn_recentCommentContainer .edNews__commentContent p + p {
  margin-top: 7px;
}
.eds_news_Ozone .edn_recentCommentContainer .edn_articleLink {
  margin-top: 5px;
  display: inline-block;
  font-size: 14px;
  color: #c81704;
  text-decoration: none;
  font-style: normal;
}
.eds_news_Ozone .edn_recentCommentContainer .edn_articleLink::before {
  font: 14px/1 "FontAwesome";
  color: #2c2c2c;
  content: "\f0da";
  margin-right: 5px;
}
.eds_news_Ozone .edn_recentCommentContainer .edn_articleLink:hover {
  color: #2c2c2c;
  text-decoration: none;
}
.eds_news_Ozone.eds_subCollection_recentComments.edn__recentComments_disablePreviousPage .edn__recentComments_previousPage {
  opacity: 0.6;
  cursor: default;
}
.eds_news_Ozone.eds_subCollection_recentComments.edn__recentComments_disableNextPage .edn__recentComments_nextPage {
  opacity: 0.6;
  cursor: default;
}
.eds_news_Ozone.eds_subCollection_recentComments.edn__recentComments_disableNextPage.edn__recentComments_disablePreviousPage .edn_pagination, .eds_news_Ozone.eds_subCollection_recentComments.edn__recentComments_contentError .edn_pagination, .eds_news_Ozone.eds_subCollection_recentComments.edn__recentComments_noContent .edn_pagination {
  display: none;
}
.eds_news_Ozone.eds_subCollection_recentComments.edn__recentComments_loading .edn__recentCommentsListContainer {
  opacity: 0.5;
}
.eds_news_Ozone.eds_subCollection_recentComments.edn__recentComments_loading .edn__recentCommentsListContainer::before {
  opacity: 1;
  visibility: visible;
}
.eds_news_Ozone.eds_subCollection_recentComments.edn__recentComments_loading .edn__recentCommentsListContainer::after {
  opacity: 1;
  visibility: visible;
}
.eds_news_Ozone.eds_subCollection_recentComments.edn__recentComments_loading .edn__recentCommentsListContainer .edn_recentCommentContainer {
  opacity: 0;
}
.eds_news_Ozone.eds_subCollection_recentComments.edn__recentComments_ready .edn__recentCommentsListContainer {
  opacity: 1;
}
.eds_news_Ozone.eds_subCollection_recentComments.edn__recentComments_pageReady .edn__recentCommentsListContainer {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
.eds_news_Ozone.eds_subCollection_recentComments.edn__recentComments_pageReady .edn__recentCommentsListContainer .edn_recentCommentContainer {
  opacity: 1;
}
.eds_news_Ozone.eds_subCollection_recentComments.edn__recentComments_triggeredNextPage.edn__recentComments_pageReady .edn__recentCommentsListContainer {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
.eds_news_Ozone.eds_subCollection_recentComments.edn__recentComments_triggeredPreviousPage.edn__recentComments_pageReady .edn__recentCommentsListContainer {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
.eds_news_Ozone.eds_subCollection_recentComments.edn__recentComments_noContent .edn__recentCommentsListContainer .edn_recentCommentContainer {
  display: none;
}
.eds_news_Ozone.eds_subCollection_recentComments.edn__recentComments_contentError .edn__recentCommentsListContainer .edn_recentCommentContainer {
  display: none;
}
.eds_news_Ozone .edNews_latestCommentsOnForum .num_of_comment {
  overflow: hidden;
}
.eds_news_Ozone .edNews_latestCommentsOnForum .num_of_comment .edn_readMoreButton {
  float: right;
}
.eds_news_Ozone .edNews_latestCommentsOnForum .num_of_comment > p {
  margin: 2px 0 0;
  padding: 0;
}

.eds_news_Ozone.eds_subCollection_contentBlock .edn__contentBlock_title {
  font-size: 15px;
  line-height: 1.3;
  font-family: "Roboto Condensed", sans-serif;
  color: #fff;
  background: #c81704;
  padding: 5px 25px;
  border: 0;
  margin: -1px 0 -1px -1px;
  text-transform: uppercase;
  display: inline-block;
}
.eds_news_Ozone.eds_subCollection_contentBlock .edn__contentBlock_itemList {
  position: relative;
  margin: 0;
  padding: 0;
  border: 0;
  visibility: hidden;
}
.eds_news_Ozone.eds_subCollection_contentBlock .edn__contentBlock_itemList.edn__contentBlock_itemsHidden {
  margin-right: 30px;
}
.eds_news_Ozone.eds_subCollection_contentBlock .edn__contentBlock_itemList > li {
  font-size: 13px;
  line-height: 1.3;
  font-family: "PT Sans", sans-serif;
  color: #888;
  cursor: pointer;
  list-style: none;
  display: inline-block;
  padding: 5px 10px;
  margin: 0;
  border: 0;
  transition: color 0.1s;
}
.eds_news_Ozone.eds_subCollection_contentBlock .edn__contentBlock_itemList > li.edn__contentBlock_hide {
  display: none !important;
}
.eds_news_Ozone.eds_subCollection_contentBlock .edn__contentBlock_itemList > li.EDNcategorycolor-red {
  color: #db313c;
}
.eds_news_Ozone.eds_subCollection_contentBlock .edn__contentBlock_itemList > li.EDNcategorycolor-blue {
  color: #37cbcb;
}
.eds_news_Ozone.eds_subCollection_contentBlock .edn__contentBlock_itemList > li.EDNcategorycolor-black {
  color: #000;
}
.eds_news_Ozone.eds_subCollection_contentBlock .edn__contentBlock_itemList > li.EDNcategorycolor-green {
  color: #8de171;
}
.eds_news_Ozone.eds_subCollection_contentBlock .edn__contentBlock_itemList > li.EDNcategorycolor-yellow {
  color: #f6c606;
}
.eds_news_Ozone.eds_subCollection_contentBlock .edn__contentBlock_itemList > li.EDNcategorycolor-pink {
  color: #ffc0cb;
}
.eds_news_Ozone.eds_subCollection_contentBlock .edn__contentBlock_itemList > li.EDNcategorycolor-gray {
  color: #808080;
}
.eds_news_Ozone.eds_subCollection_contentBlock .edn__contentBlock_itemList > li.EDNcategorycolor-orange {
  color: #ff6a00;
}
.eds_news_Ozone.eds_subCollection_contentBlock .edn__contentBlock_itemList > li.EDNcategorycolor-brown {
  color: #e49908;
}
.eds_news_Ozone.eds_subCollection_contentBlock .edn__contentBlock_itemList > li:hover, .eds_news_Ozone.eds_subCollection_contentBlock .edn__contentBlock_itemList > li.edn__contentBlock_active {
  color: #c81704;
}
.eds_news_Ozone.eds_subCollection_contentBlock .edn__contentBlock_itemList.edn__contentBlock_visibleItemList {
  display: table;
  white-space: nowrap;
  float: right;
}
.eds_news_Ozone.eds_subCollection_contentBlock .edn__contentBlock_itemList.edn__contentBlock_visibleItemList > li {
  display: table-cell;
}
.eds_news_Ozone.eds_subCollection_contentBlock .edn__contentBlock_hiddenItemList {
  margin: 0;
  padding: 0;
  border: 1px solid #e4e4e4;
  display: none;
  position: absolute;
  top: 100%;
  bottom: auto;
  left: auto;
  right: -1px;
  background: #fff;
  z-index: 10000;
}
.eds_news_Ozone.eds_subCollection_contentBlock .edn__contentBlock_hiddenItemList > li {
  display: block;
  margin: 0;
  padding: 4px 10px 3px;
  border: 0;
  list-style: none;
  white-space: nowrap;
  text-align: right;
}
.eds_news_Ozone.eds_subCollection_contentBlock .edn__contentBlock_hiddenItemWrapper {
  position: absolute;
  display: none;
  margin: 0;
  padding: 0;
  border: 0;
  border-left: 1px solid #e4e4e4;
  top: 0;
  bottom: auto;
  left: auto;
  right: 0;
  width: 30px;
  height: 100%;
}
.eds_news_Ozone.eds_subCollection_contentBlock .edn__contentBlock_hiddenItemWrapper.edn__contentBlock_itemsHidden {
  display: block;
}
.eds_news_Ozone.eds_subCollection_contentBlock .edn__contentBlock_hiddenItemWrapper > .edn_contentBlock_trigger {
  margin: 0;
  padding: 0;
  border: 0;
  width: 100%;
  height: 100%;
  display: block;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.eds_news_Ozone.eds_subCollection_contentBlock .edn__contentBlock_hiddenItemWrapper > .edn_contentBlock_trigger::after {
  margin: 0;
  padding: 0;
  border: 0;
  width: 100%;
  display: block;
  font-family: "FontAwesome";
  font-size: 15px;
  line-height: 1;
  content: "\f067";
  color: #242424;
  display: block;
  text-align: center;
  position: absolute;
  top: 7px;
  transition: color 0.1s ease;
}
.eds_news_Ozone.eds_subCollection_contentBlock .edn__contentBlock_hiddenItemWrapper:hover > .edn__contentBlock_hiddenItemList {
  display: block;
}
.eds_news_Ozone.eds_subCollection_contentBlock .edn__contentBlock_hiddenItemWrapper:hover > .edn__contentBlock_hiddenItemList > li.edn__contentBlock_hide {
  display: block !important;
}
.eds_news_Ozone.eds_subCollection_contentBlock .edn__contentBlock_hiddenItemWrapper:hover > .edn_contentBlock_trigger::after {
  color: #c81704;
}
.eds_news_Ozone.eds_subCollection_contentBlock .edn__contentBlock_header {
  background: transparent;
  border: 1px solid #e4e4e4;
  width: 100%;
  padding: 0;
  margin: 0;
  font-size: 0;
  line-height: 0;
  position: relative;
}
.eds_news_Ozone.eds_subCollection_contentBlock .edn__contentBlock_header::after {
  display: table;
  content: "";
  clear: both;
  width: 100%;
}
.eds_news_Ozone.eds_subCollection_contentBlock .edn_mainWrapper {
  position: relative;
  padding-top: 20px;
}
.eds_news_Ozone.eds_subCollection_contentBlock .edn_mainWrapper .edn__articleListWrapper {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-delay: 300ms;
  animation-delay: 300ms;
  opacity: 0;
  transition: opacity 500ms ease 300ms;
}
.eds_news_Ozone.eds_subCollection_contentBlock .edn_mainWrapper::before, .eds_news_Ozone.eds_subCollection_contentBlock .edn_mainWrapper::after {
  position: absolute;
  visibility: hidden;
  display: block;
  opacity: 0;
  transition: opacity 400ms;
}
.eds_news_Ozone.eds_subCollection_contentBlock .edn_mainWrapper::before {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.6);
  content: "";
  z-index: 1;
}
.eds_news_Ozone.eds_subCollection_contentBlock .edn_mainWrapper::after {
  left: 50%;
  top: 50%;
  margin-left: -50px;
  width: 100px;
  height: 0;
  text-align: center;
  content: "\f021";
  font-family: "FontAwesome";
  line-height: 0;
  font-size: 35px;
  font-style: normal;
  font-weight: normal;
  z-index: 2;
  color: #c81704;
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.eds_news_Ozone.eds_subCollection_contentBlock .edn_mainWrapper .edn_leftSide {
  float: left;
  width: 48%;
}
@media handheld, only screen and (max-width: 768px), only screen and (max-device-width: 768px) {
  .eds_news_Ozone.eds_subCollection_contentBlock .edn_mainWrapper .edn_leftSide {
    width: auto;
    float: none;
  }
}
.eds_news_Ozone.eds_subCollection_contentBlock .edn_mainWrapper .edn_leftSide article {
  width: auto !important;
  float: none !important;
}
.eds_news_Ozone.eds_subCollection_contentBlock .edn_mainWrapper .edn_rightSide {
  float: right;
  width: 48%;
  margin-left: 4%;
}
@media handheld, only screen and (max-width: 768px), only screen and (max-device-width: 768px) {
  .eds_news_Ozone.eds_subCollection_contentBlock .edn_mainWrapper .edn_rightSide {
    float: none;
    margin-left: 0;
    width: auto;
  }
}
.eds_news_Ozone.eds_subCollection_contentBlock .edn_mainWrapper .edn_rightSide article {
  width: auto !important;
  float: none !important;
  margin-left: 0 !important;
}
.eds_news_Ozone.eds_subCollection_contentBlock .edn_mainWrapper .edn_rightSide.edn_specialFirstArticle article:first-child {
  border-top: none !important;
  padding-top: 0 !important;
}
.eds_news_Ozone.eds_subCollection_contentBlock .edn_mainWrapper .edn__articleListWrapper > div {
  font-size: 0;
  line-height: 0;
}
.eds_news_Ozone.eds_subCollection_contentBlock .edn_mainWrapper .edn__articleListWrapper > div::after {
  display: table;
  content: "";
  clear: both;
  width: 100%;
}
.eds_news_Ozone.eds_subCollection_contentBlock .edn_mainWrapper article .edn_metaDetails {
  font: 10px/1.3 "Roboto Condensed", sans-serif;
  color: #808080;
  text-transform: uppercase;
}
.eds_news_Ozone.eds_subCollection_contentBlock .edn_mainWrapper article .edn_metaDetails > a {
  color: #1b1b1b;
  display: inline-block;
  margin-right: 5px;
}
.eds_news_Ozone.eds_subCollection_contentBlock .edn_mainWrapper article h2 {
  padding: 0;
  border: 0;
  margin: 10px 0;
  font: 18px/1.3 "Roboto Condensed", sans-serif;
}
.eds_news_Ozone.eds_subCollection_contentBlock .edn_mainWrapper article h2 > a {
  font: 18px/1.3 "Roboto Condensed", sans-serif;
  color: #222;
  text-decoration: none;
  transition: color ease-in 0.1s;
}
.eds_news_Ozone.eds_subCollection_contentBlock .edn_mainWrapper article h2 > a:hover {
  color: #c81704;
}
.eds_news_Ozone.eds_subCollection_contentBlock .edn_mainWrapper article .edn_articleSummary {
  margin: 0 0 10px;
  padding: 0;
  border: 0;
  font: 13px/1.3 "PT Sans", sans-serif;
  color: #504e4e;
}
.eds_news_Ozone.eds_subCollection_contentBlock .edn_mainWrapper article figure {
  position: relative;
  margin: 0;
  padding: 0;
  border: 0;
  width: 100%;
  height: auto;
  max-width: none;
  max-height: none;
  overflow: hidden;
}
.eds_news_Ozone.eds_subCollection_contentBlock .edn_mainWrapper article figure > a {
  width: 100%;
  height: auto;
  max-width: none;
  max-height: none;
  text-decoration: none;
}
.eds_news_Ozone.eds_subCollection_contentBlock .edn_mainWrapper article figure > a img {
  margin: 0;
  border: 0;
  padding: 0;
  width: 100%;
  height: auto;
  max-width: none;
  max-height: none;
}
.eds_news_Ozone.eds_subCollection_contentBlock .edn_mainWrapper article figure .edn_bottomRightCorner {
  position: absolute;
  bottom: 0;
  right: 0;
  text-align: right;
}
.eds_news_Ozone.eds_subCollection_contentBlock .edn_mainWrapper article figure .edn_bottomRightCorner > span {
  display: inline-block;
  padding: 0;
  margin: 0;
  border: 0;
  font: 10px/1.3 "PT Sans", sans-serif, sans-serif;
  opacity: 0.9;
}
.eds_news_Ozone.eds_subCollection_contentBlock .edn_mainWrapper article figure .edn_bottomRightCorner > span.edn_category {
  margin: 0 0 0 7px;
}
.eds_news_Ozone.eds_subCollection_contentBlock .edn_mainWrapper article figure .edn_bottomRightCorner > span.edn_category > a {
  display: inline-block;
  background-color: #c81704;
  color: #fff;
  text-transform: uppercase;
  padding: 4px 20px 3px;
}
.eds_news_Ozone.eds_subCollection_contentBlock .edn_mainWrapper article figure .edn_bottomRightCorner > span.edn_category > a.EDNcategorycolor-red {
  background-color: #db313c;
}
.eds_news_Ozone.eds_subCollection_contentBlock .edn_mainWrapper article figure .edn_bottomRightCorner > span.edn_category > a.EDNcategorycolor-blue {
  background-color: #37cbcb;
}
.eds_news_Ozone.eds_subCollection_contentBlock .edn_mainWrapper article figure .edn_bottomRightCorner > span.edn_category > a.EDNcategorycolor-black {
  background-color: #000;
}
.eds_news_Ozone.eds_subCollection_contentBlock .edn_mainWrapper article figure .edn_bottomRightCorner > span.edn_category > a.EDNcategorycolor-green {
  background-color: #8de171;
}
.eds_news_Ozone.eds_subCollection_contentBlock .edn_mainWrapper article figure .edn_bottomRightCorner > span.edn_category > a.EDNcategorycolor-yellow {
  background-color: #f6c606;
}
.eds_news_Ozone.eds_subCollection_contentBlock .edn_mainWrapper article figure .edn_bottomRightCorner > span.edn_category > a.EDNcategorycolor-pink {
  background-color: #ffc0cb;
}
.eds_news_Ozone.eds_subCollection_contentBlock .edn_mainWrapper article figure .edn_bottomRightCorner > span.edn_category > a.EDNcategorycolor-gray {
  background-color: #808080;
}
.eds_news_Ozone.eds_subCollection_contentBlock .edn_mainWrapper article figure .edn_bottomRightCorner > span.edn_category > a.EDNcategorycolor-orange {
  background-color: #ff6a00;
}
.eds_news_Ozone.eds_subCollection_contentBlock .edn_mainWrapper article figure .edn_bottomRightCorner > span.edn_category > a.EDNcategorycolor-brown {
  background-color: #e49908;
}
.eds_news_Ozone.eds_subCollection_contentBlock .edn_mainWrapper article figure .edn_bottomRightCorner > span.edn_numberOfComments > a {
  display: inline-block;
  color: #fff;
  background: #828282;
  padding: 4px 15px 3px;
}
.eds_news_Ozone.eds_subCollection_contentBlock .edn_mainWrapper article figure .edn_bottomRightCorner > span.edn_numberOfComments > a::before {
  content: "\f075";
  color: #fff;
  font-family: "FontAwesome";
  font-size: inherit;
  line-height: inherit;
  padding-right: 0.2em;
  vertical-align: top;
  display: inline-block;
}
.eds_news_Ozone.eds_subCollection_contentBlock .edn_mainWrapper .edn_prominentArticles {
  display: flex;
  flex-flow: row wrap;
}
.eds_news_Ozone.eds_subCollection_contentBlock .edn_mainWrapper .edn_prominentArticles article {
  width: 48%;
  margin: 0 0 15px 4%;
}
@media handheld, only screen and (max-width: 768px), only screen and (max-device-width: 768px) {
  .eds_news_Ozone.eds_subCollection_contentBlock .edn_mainWrapper .edn_prominentArticles article {
    float: none;
    margin: 0 0 35px;
    width: auto;
  }
}
.eds_news_Ozone.eds_subCollection_contentBlock .edn_mainWrapper .edn_prominentArticles article .edn_metaDetails {
  margin-top: 10px;
}
.eds_news_Ozone.eds_subCollection_contentBlock .edn_mainWrapper .edn_prominentArticles article h2 {
  margin: 5px 0 7px;
  font-size: 22px;
}
.eds_news_Ozone.eds_subCollection_contentBlock .edn_mainWrapper .edn_prominentArticles article h2 > a {
  font-size: 22px;
}
.eds_news_Ozone.eds_subCollection_contentBlock .edn_mainWrapper .edn_prominentArticles article:nth-child(2n+1) {
  margin-left: 0;
}
.eds_news_Ozone.eds_subCollection_contentBlock .edn_mainWrapper .edn_smallList article {
  width: 48%;
  padding: 13px 0;
  float: left;
  margin-left: 4%;
  border-top: 1px solid #dfdfdf;
}
@media handheld, only screen and (max-width: 768px), only screen and (max-device-width: 768px) {
  .eds_news_Ozone.eds_subCollection_contentBlock .edn_mainWrapper .edn_smallList article {
    float: none;
    margin-left: 0;
    width: auto;
  }
}
.eds_news_Ozone.eds_subCollection_contentBlock .edn_mainWrapper .edn_smallList article::after {
  content: "";
  display: table;
  width: 100%;
  clear: both;
}
.eds_news_Ozone.eds_subCollection_contentBlock .edn_mainWrapper .edn_smallList article:nth-child(2n+1) {
  margin-left: 0;
  clear: left;
}
.eds_news_Ozone.eds_subCollection_contentBlock .edn_mainWrapper .edn_smallList article h2 {
  margin: 2px 0 0;
}
.eds_news_Ozone.eds_subCollection_contentBlock .edn_mainWrapper .edn_smallList article h2 > a {
  text-decoration: none;
}
.eds_news_Ozone.eds_subCollection_contentBlock .edn_mainWrapper .edn_smallList article h2 > a > span {
  margin-right: 14px;
  float: left;
}
.eds_news_Ozone.eds_subCollection_contentBlock .edn_mainWrapper .edn_smallList article > a {
  float: left;
  margin: 0 14px 0 0;
  border: 0;
  padding: 0;
}
.eds_news_Ozone.eds_subCollection_contentBlock .edn_mainWrapper .edn_smallList article .edn_metaDetails {
  margin: 5px 0 0;
}
.eds_news_Ozone.eds_subCollection_contentBlock .edn_mainWrapper .edn_smallList.edn_biggerPadding article {
  padding: 20px 0;
}
.eds_news_Ozone.eds_subCollection_contentBlock .edn_mainWrapper .edn_simpleList article {
  padding: 13px 0;
  border-top: 1px solid #dfdfdf;
}
.eds_news_Ozone.eds_subCollection_contentBlock .edn_mainWrapper .edn_simpleList article:first-child {
  border-top: none;
  padding-top: 0;
}
.eds_news_Ozone.eds_subCollection_contentBlock .edn_mainWrapper .edn_simpleList article::after {
  content: "";
  display: table;
  width: 100%;
  clear: both;
}
.eds_news_Ozone.eds_subCollection_contentBlock .edn_mainWrapper .edn_simpleList article h2 {
  margin: 2px 0 0;
}
.eds_news_Ozone.eds_subCollection_contentBlock .edn_mainWrapper .edn_simpleList article h2 > a {
  text-decoration: none;
}
.eds_news_Ozone.eds_subCollection_contentBlock .edn_mainWrapper .edn_simpleList article h2 > a > span {
  margin-right: 14px;
  float: left;
}
.eds_news_Ozone.eds_subCollection_contentBlock .edn_mainWrapper .edn_simpleList article .edn_metaDetails {
  margin: 5px 0 0;
}
.eds_news_Ozone.eds_subCollection_contentBlock .edn_mainWrapper.edn_isotopeLayout > .edn__articleListWrapper {
  position: relative;
}
.eds_news_Ozone.eds_subCollection_contentBlock .edn_mainWrapper.edn_isotopeLayout > .edn__articleListWrapper > article {
  position: absolute;
}
.eds_news_Ozone.eds_subCollection_contentBlock .edn_mainWrapper .eds_noContent,
.eds_news_Ozone.eds_subCollection_contentBlock .edn_mainWrapper .eds_contentError {
  font: 16px/1.3 "PT Sans", sans-serif, sans-serif;
  display: none;
  border: 0;
  padding: 30px 0;
  margin: 0;
  color: #888;
  text-align: center;
}
.eds_news_Ozone.eds_subCollection_contentBlock .edn_leadingArticle {
  margin-bottom: 30px;
}
.eds_news_Ozone.eds_subCollection_contentBlock .edn_leadingArticle figure > a img {
  width: 100%;
  height: auto;
}
.eds_news_Ozone.eds_subCollection_contentBlock .edn_verticalList .edn_verticalListWrapper {
  border: solid 1px #e4e4e4;
  position: relative;
}
.eds_news_Ozone.eds_subCollection_contentBlock .edn_verticalList .edn_verticalListWrapper .edn_verticalListRight {
  float: right;
}
@media handheld, only screen and (max-width: 768px), only screen and (max-device-width: 768px) {
  .eds_news_Ozone.eds_subCollection_contentBlock .edn_verticalList .edn_verticalListWrapper .edn_verticalListRight {
    width: auto !important;
    float: none;
  }
}
.eds_news_Ozone.eds_subCollection_contentBlock .edn_verticalList .edn__contentBlock_title {
  background: none transparent;
  display: block;
  border-bottom: solid 1px #c81704;
  padding: 0;
  margin: 0;
}
.eds_news_Ozone.eds_subCollection_contentBlock .edn_verticalList .edn__contentBlock_title > span {
  display: inline-block;
  background-color: #c81704;
  padding: 5px 25px 4px;
}
.eds_news_Ozone.eds_subCollection_contentBlock .edn_verticalList .edn__contentBlock_title + .edn_verticalListWrapper {
  margin-top: 20px;
}
.eds_news_Ozone.eds_subCollection_contentBlock .edn_verticalList .edn__contentBlock_header {
  float: left;
  width: auto;
  border: none;
}
@media handheld, only screen and (max-width: 768px), only screen and (max-device-width: 768px) {
  .eds_news_Ozone.eds_subCollection_contentBlock .edn_verticalList .edn__contentBlock_header {
    float: none;
    width: auto !important;
  }
}
.eds_news_Ozone.eds_subCollection_contentBlock .edn_verticalList .edn__contentBlock_itemList {
  margin: 0;
  padding: 0;
}
.eds_news_Ozone.eds_subCollection_contentBlock .edn_verticalList .edn__contentBlock_itemList > li {
  display: block;
  border: solid 1px #e4e4e4;
  border-left-style: none;
  border-top-style: none;
  padding: 8px 25px;
  margin: 0;
}
@media handheld, only screen and (max-width: 768px), only screen and (max-device-width: 768px) {
  .eds_news_Ozone.eds_subCollection_contentBlock .edn_verticalList .edn__contentBlock_itemList > li {
    display: inline-block;
    padding: 5px 10px;
    border-bottom: none;
    margin-bottom: 3px;
  }
}
.eds_news_Ozone.eds_subCollection_contentBlock .edn_verticalList .edn__contentBlock_itemList > li.edn__contentBlock_hide {
  display: none;
  position: absolute;
  visibility: hidden;
}
.eds_news_Ozone.eds_subCollection_contentBlock .edn_verticalList .edn__contentBlock_itemList > li.edn__contentBlock_active {
  border-right-style: none;
}
.eds_news_Ozone.eds_subCollection_contentBlock .edn_verticalList .edn__contentBlock_itemList > li:first-child {
  border-top-style: none;
}
.eds_news_Ozone.eds_subCollection_contentBlock .edn_verticalList .edn__contentBlock_itemList.edn__contentBlock_visibleItemList {
  display: block;
  white-space: normal;
  float: none;
}
.eds_news_Ozone.eds_subCollection_contentBlock .edn_verticalList .edn__contentBlock_itemList.edn__contentBlock_visibleItemList > li {
  display: block;
}
@media handheld, only screen and (max-width: 768px), only screen and (max-device-width: 768px) {
  .eds_news_Ozone.eds_subCollection_contentBlock .edn_verticalList .edn__contentBlock_itemList.edn__contentBlock_visibleItemList > li {
    display: inline-block;
  }
}
.eds_news_Ozone.eds_subCollection_contentBlock .edn_verticalList .edn__contentBlock_hiddenItemWrapper {
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  width: auto;
  border-right: solid 1px #e4e4e4;
  border-left: none;
}
.eds_news_Ozone.eds_subCollection_contentBlock .edn_verticalList .edn__contentBlock_hiddenItemWrapper .edn_contentBlock_trigger {
  position: static;
  padding: 9px 25px;
  text-align: center;
  line-height: 1;
  font-size: 14px;
  font-family: "Roboto Condensed", sans-serif;
  color: #504e4e;
}
.eds_news_Ozone.eds_subCollection_contentBlock .edn_verticalList .edn__contentBlock_hiddenItemWrapper .edn_contentBlock_trigger::after {
  display: none;
}
.eds_news_Ozone.eds_subCollection_contentBlock .edn_verticalList .edn__contentBlock_hiddenItemWrapper .edn_contentBlock_trigger::before {
  font-family: "FontAwesome";
  font-size: 15px;
  line-height: 1;
  content: "\f067";
  color: #242424;
  transition: color 0.1s ease;
  margin-right: 10px;
}
.eds_news_Ozone.eds_subCollection_contentBlock .edn_verticalList .edn__contentBlock_hiddenItemWrapper.edn__contentBlock_itemsHidden {
  display: block;
}
.eds_news_Ozone.eds_subCollection_contentBlock .edn_verticalList .edn__contentBlock_hiddenItemWrapper.edn__contentBlock_itemsHidden .edn__contentBlock_itemList {
  border-right: none;
  border-bottom: none;
  position: absolute;
  top: auto;
  right: auto;
  bottom: -1px;
  left: 100%;
}
.eds_news_Ozone.eds_subCollection_contentBlock .edn_verticalList .edn__contentBlock_hiddenItemWrapper.edn__contentBlock_itemsHidden .edn__contentBlock_itemList > li {
  text-align: left;
}
.eds_news_Ozone.eds_subCollection_contentBlock .edn_verticalList .edn__contentBlock_hiddenItemWrapper:hover > .edn__contentBlock_hiddenItemList {
  display: block;
}
.eds_news_Ozone.eds_subCollection_contentBlock .edn_verticalList .edn__contentBlock_hiddenItemWrapper:hover > .edn__contentBlock_hiddenItemList > li.edn__contentBlock_hide {
  display: block;
}
.eds_news_Ozone.eds_subCollection_contentBlock .edn_verticalList .edn__contentBlock_hiddenItemWrapper:hover .edn_contentBlock_trigger::before {
  color: #c81704;
}
.eds_news_Ozone.eds_subCollection_contentBlock .edn_verticalList .edn_mainWrapper {
  overflow: hidden;
  padding: 20px 20px 20px 0;
}
.eds_news_Ozone.eds_subCollection_contentBlock .edn_verticalList .edn_mainWrapper article {
  float: left;
  box-sizing: content-box;
}
@media handheld, only screen and (max-width: 768px), only screen and (max-device-width: 768px) {
  .eds_news_Ozone.eds_subCollection_contentBlock .edn_verticalList .edn_mainWrapper article {
    float: none;
    width: 100% !important;
    padding: 0 10px !important;
    margin-bottom: 30px;
  }
}
.eds_news_Ozone.eds_subCollection_contentBlock .edn_verticalList .edn_articleTitle {
  margin-top: 10px;
}
.eds_news_Ozone.eds_subCollection_contentBlock .edn_verticalList .edn_metaDetails {
  margin-top: 5px;
}
.eds_news_Ozone.eds_subCollection_contentBlock .edn_verticalList .edn_paginationWrapper {
  padding: 20px;
}
.eds_news_Ozone.eds_subCollection_contentBlock .edn_verticalList .edn_paginationWrapper .edn_pagination {
  text-align: left;
}
.eds_news_Ozone.eds_subCollection_contentBlock .edn_verticalList .edn_paginationWrapper .edn_pagination > span {
  margin: 1px 1px 1px 0;
}
.eds_news_Ozone.eds_subCollection_contentBlock article {
  opacity: 0;
  max-width: 100%;
  transition: opacity 500ms;
}
.eds_news_Ozone.eds_subCollection_contentBlock article figure,
.eds_news_Ozone.eds_subCollection_contentBlock article h2 > a > span {
  overflow: hidden;
}
.eds_news_Ozone.eds_subCollection_contentBlock article figure > a,
.eds_news_Ozone.eds_subCollection_contentBlock article h2 > a {
  opacity: 0;
  transition: opacity 0.3s cubic-bezier(0.05, 0.3, 0.9, 0.5) 650ms;
}
.eds_news_Ozone.eds_subCollection_contentBlock article:first-child figure > a,
.eds_news_Ozone.eds_subCollection_contentBlock article:first-child h2 > a {
  opacity: 1;
}
.eds_news_Ozone.eds_subCollection_contentBlock article:nth-child(2) figure > a,
.eds_news_Ozone.eds_subCollection_contentBlock article:nth-child(2) h2 > a {
  opacity: 0.8;
  transition: opacity 0.3s cubic-bezier(0.05, 0.3, 0.9, 0.5) 200ms;
}
.eds_news_Ozone.eds_subCollection_contentBlock article:nth-child(3) figure > a,
.eds_news_Ozone.eds_subCollection_contentBlock article:nth-child(3) h2 > a {
  transition: opacity 0.3s cubic-bezier(0.05, 0.3, 0.9, 0.5) 300ms;
}
.eds_news_Ozone.eds_subCollection_contentBlock article:nth-child(4) figure > a,
.eds_news_Ozone.eds_subCollection_contentBlock article:nth-child(4) h2 > a {
  transition: opacity 0.3s cubic-bezier(0.05, 0.3, 0.9, 0.5) 400ms;
}
.eds_news_Ozone.eds_subCollection_contentBlock article:nth-child(5) figure > a,
.eds_news_Ozone.eds_subCollection_contentBlock article:nth-child(5) h2 > a {
  transition: opacity 0.3s cubic-bezier(0.05, 0.3, 0.9, 0.5) 500ms;
}
.eds_news_Ozone.eds_subCollection_contentBlock article:nth-child(6) figure > a,
.eds_news_Ozone.eds_subCollection_contentBlock article:nth-child(6) h2 > a {
  transition: opacity 0.3s cubic-bezier(0.05, 0.3, 0.9, 0.5) 600ms;
}
.eds_news_Ozone.eds_subCollection_contentBlock .edn_articleImage {
  transition: all 400ms ease-in-out;
}
.eds_news_Ozone.eds_subCollection_contentBlock figure > a:hover .edn_articleImage,
.eds_news_Ozone.eds_subCollection_contentBlock h2 > a:hover .edn_articleImage {
  transform: scale(1.05);
}
.eds_news_Ozone.eds_subCollection_contentBlock.edn__contentBlock_disablePreviousPage .edn__contentBlock_previousPage {
  opacity: 0.6;
  cursor: default;
}
.eds_news_Ozone.eds_subCollection_contentBlock.edn__contentBlock_disableNextPage .edn__contentBlock_nextPage {
  opacity: 0.6;
  cursor: default;
}
.eds_news_Ozone.eds_subCollection_contentBlock.edn__contentBlock_disablePreviousPage.edn__contentBlock_disableNextPage .edn_pagination, .eds_news_Ozone.eds_subCollection_contentBlock.edn__contentBlock_contentError .edn_pagination, .eds_news_Ozone.eds_subCollection_contentBlock.edn__contentBlock_noContent .edn_pagination {
  display: none;
}
.eds_news_Ozone.eds_subCollection_contentBlock.edn__contentBlock_loading .edn_mainWrapper::before {
  opacity: 1;
  visibility: visible;
}
.eds_news_Ozone.eds_subCollection_contentBlock.edn__contentBlock_loading .edn_mainWrapper::after {
  opacity: 1;
  visibility: visible;
}
.eds_news_Ozone.eds_subCollection_contentBlock.edn__contentBlock_loading .edn_mainWrapper .article {
  opacity: 0;
}
.eds_news_Ozone.eds_subCollection_contentBlock.edn__contentBlock_ready .edn__contentBlock_itemList {
  visibility: visible;
}
.eds_news_Ozone.eds_subCollection_contentBlock.edn__contentBlock_ready .edn__articleListWrapper {
  opacity: 1;
}
.eds_news_Ozone.eds_subCollection_contentBlock.edn__contentBlock_pageReady .edn_mainWrapper .edn__articleListWrapper {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
.eds_news_Ozone.eds_subCollection_contentBlock.edn__contentBlock_pageReady .edn_mainWrapper article {
  opacity: 1;
}
.eds_news_Ozone.eds_subCollection_contentBlock.edn__contentBlock_pageReady .edn_mainWrapper article figure > a,
.eds_news_Ozone.eds_subCollection_contentBlock.edn__contentBlock_pageReady .edn_mainWrapper article h2 > a {
  opacity: 1 !important;
}
.eds_news_Ozone.eds_subCollection_contentBlock.edn__contentBlock_pageReady.edn__contentBlock_loading .article {
  opacity: 0;
}
.eds_news_Ozone.eds_subCollection_contentBlock.edn__contentBlock_triggeredNextPage .edn_mainWrapper .edn__articleListWrapper {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
.eds_news_Ozone.eds_subCollection_contentBlock.edn__contentBlock_triggeredPreviousPage .edn_mainWrapper .edn__articleListWrapper {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
.eds_news_Ozone.eds_subCollection_contentBlock.edn__contentBlock_noContent .edn_mainWrapper .edn__articleListWrapper {
  display: none;
}
.eds_news_Ozone.eds_subCollection_contentBlock.edn__contentBlock_noContent .edn_mainWrapper .eds_noContent {
  display: block;
}
.eds_news_Ozone.eds_subCollection_contentBlock.edn__contentBlock_contentError .edn_mainWrapper .edn__articleListWrapper {
  display: none;
}
.eds_news_Ozone.eds_subCollection_contentBlock.edn__contentBlock_contentError .edn_mainWrapper .eds_contentError {
  display: block;
}
.eds_news_Ozone.eds_subCollection_contentBlock.eds_templateGroup_contentBlockBoxes .edn__contentBlock_header .edn__contentBlock_itemList.edn__contentBlock_visibleItemList {
  float: none;
  margin: 0 auto;
  padding: 0 50px;
}
.eds_news_Ozone.eds_subCollection_contentBlock.eds_templateGroup_contentBlockBoxes .edn__contentBlock_header .edn__contentBlock_title + .edn__contentBlock_itemList.edn__contentBlock_visibleItemList {
  float: right;
  padding: 0;
  margin-right: 30px;
}

.eds_news_Ozone.eds_subCollection_news .edn_article.edn_articleDetails .edn_articleTitle {
  margin-bottom: 20px;
}
.eds_news_Ozone.eds_subCollection_news .edn_article.edn_articleDetails .edn_articleTitle + .edn_articleSubTitle {
  margin-top: -15px;
}
.eds_news_Ozone.eds_subCollection_news .edn_article.edn_articleDetails .edn_articleSubTitle {
  margin-bottom: 20px;
}
.eds_news_Ozone.eds_subCollection_news .edn_article.edn_articleDetails .edn_metaDetails {
  margin-bottom: 20px;
}
.eds_news_Ozone.eds_subCollection_news .edn_article.edn_articleDetails .edn_metaDetails > a::before {
  content: "\f007";
  font-family: "FontAwesome";
  color: #6e6e6e;
  font-size: 18px;
  padding-right: 5px;
}
.eds_news_Ozone.eds_subCollection_news .edn_article.edn_articleDetails .edn_metaDetails .edn_articleCategories {
  display: inline;
}
.eds_news_Ozone.eds_subCollection_news .edn_article.edn_articleDetails .edn_metaDetails .article_rating {
  display: inline-block;
}
.eds_news_Ozone.eds_subCollection_news .edn_article.edn_articleDetails .edn_metaDetails .article_rating .rateit-range {
  top: 3px;
  margin-left: 5px;
}
.eds_news_Ozone.eds_subCollection_news .edn_article.edn_articleDetails .edn_articleTags {
  border-top: dashed 1px #a8a4a4;
  border-bottom: dashed 1px #a8a4a4;
  padding: 9px 0;
  margin: 15px 0 25px;
  overflow: hidden;
  width: 100%;
  color: #c81704;
  font-size: 12px;
  line-height: 1;
  font-family: "Roboto Condensed", sans-serif;
}
.eds_news_Ozone.eds_subCollection_news .edn_article.edn_articleDetails .edn_articleTags > a {
  display: inline-block;
  color: #fff;
  font-size: 14px;
  padding: 5px;
  border-radius: 3px;
  background-color: #c81704;
  border: solid 1px #c81704;
  text-decoration: none;
  margin: 2px 3px;
  transition: all linear 200ms;
}
.eds_news_Ozone.eds_subCollection_news .edn_article.edn_articleDetails .edn_articleTags > a:hover {
  background-color: #fff;
  text-decoration: none;
  color: #c81704;
}
.eds_news_Ozone.eds_subCollection_news .edn_article.edn_articleDetails .edn_article_gallery {
  margin: 20px 0;
}
.eds_news_Ozone.eds_subCollection_news .edn_article.edn_articleDetails .edn_article_gallery > ul {
  margin: 0;
  padding: 0;
}
.eds_news_Ozone.eds_subCollection_news .edn_article.edn_articleDetails .edn_article_gallery > ul li {
  display: inline-block;
  margin: 0;
  padding: 0;
  margin: 0 5px 5px 0;
  list-style-type: none;
}
.eds_news_Ozone.eds_subCollection_news .at-resp-share-element .at-share-btn {
  transition: all 0.2s ease-in-out;
}
.eds_news_Ozone.eds_subCollection_news .in_article_image {
  background-color: #e5e5e5;
  border: solid 1px #d1d2d3;
  border-radius: 4px;
  padding: 5px;
  margin-bottom: 5px;
  max-width: 100%;
  display: inline-block;
}
.eds_news_Ozone.eds_subCollection_news .in_article_image img {
  max-width: 100%;
  height: auto;
}
.eds_news_Ozone.eds_subCollection_news .in_article_image .image_wrapper > a {
  position: relative;
  display: inline-block;
}
.eds_news_Ozone.eds_subCollection_news .in_article_image .image_wrapper > a::before {
  position: absolute;
  top: 50%;
  right: 50%;
  bottom: 50%;
  left: 50%;
  content: "";
  border: solid 2px transparent;
  background-color: transparent;
  transition: all 150ms linear;
}
.eds_news_Ozone.eds_subCollection_news .in_article_image .image_wrapper > a:hover::before {
  border-color: #fff;
  background-color: rgba(255, 255, 255, 0.2);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.eds_news_Ozone.eds_subCollection_news .in_article_image .image_title {
  margin: 5px 0 0;
  padding: 0;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 14px;
  color: #c81704;
}
.eds_news_Ozone.eds_subCollection_news .in_article_image .image_description {
  color: #666161;
  font-size: 12px;
}
.eds_news_Ozone.eds_subCollection_news .in_article_image.left {
  float: left;
  margin-right: 10px;
}
.eds_news_Ozone.eds_subCollection_news .in_article_image.right {
  float: right;
  margin-left: 10px;
}
.eds_news_Ozone.eds_subCollection_news .edn_listOfAttendants {
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  clear: both;
  margin: 15px 0;
  padding: 1px;
  overflow: hidden;
}
.eds_news_Ozone.eds_subCollection_news .edn_listOfAttendants > table {
  border: none;
  outline: none;
  width: 100%;
}
.eds_news_Ozone.eds_subCollection_news .edn_listOfAttendants > table tr:first-child.edn_listOfAttendantsHeader {
  border-bottom: solid 1px #c81704;
  background-color: #fff;
}
.eds_news_Ozone.eds_subCollection_news .edn_listOfAttendants > table tr:nth-child(even) {
  background-color: #eee;
}
.eds_news_Ozone.eds_subCollection_news .edn_listOfAttendants > table tr:nth-child(odd) {
  background-color: #fff;
}
.eds_news_Ozone.eds_subCollection_news .edn_listOfAttendants > table tr:hover {
  background-color: #EAEAEA;
}
.eds_news_Ozone.eds_subCollection_news .edn_listOfAttendants > table tr:hover td {
  color: #000;
}
.eds_news_Ozone.eds_subCollection_news .edn_listOfAttendants > table tr th {
  text-align: left;
  font-weight: normal;
  font-size: 15px;
  padding: 7px 10px;
  color: #c81704;
}
.eds_news_Ozone.eds_subCollection_news .edn_listOfAttendants > table tr th.edn_eventUserName {
  width: 80%;
}
.eds_news_Ozone.eds_subCollection_news .edn_listOfAttendants > table tr th.edn_eventNumberOfTickets {
  text-align: center;
  width: 20%;
}
.eds_news_Ozone.eds_subCollection_news .edn_listOfAttendants > table tr td {
  padding: 3px 10px;
  border: none;
  font-size: 12px;
}
.eds_news_Ozone.eds_subCollection_news .edn_listOfAttendants > table tr td.edn_eventUserName {
  padding-right: 20px;
}
.eds_news_Ozone.eds_subCollection_news .edn_listOfAttendants > table tr td.edn_eventNumberOfTickets {
  text-align: center;
}

.eds_news_Ozone.eds_subCollection_news .edn_article {
  margin-bottom: 35px;
}
.eds_news_Ozone.eds_subCollection_news .edn_article .edn_metaDetails {
  margin: 10px 0 0;
}
.eds_news_Ozone.eds_subCollection_news .edn_article .edn_articleSummary {
  padding: 10px 0;
}
.eds_news_Ozone.eds_subCollection_news .edn_article .edn_readMoreButtonWrapper {
  text-align: right;
}
.eds_news_Ozone.eds_subCollection_news .edn_article.edn_listArticle2 .edn_articleTitle {
  font-size: 20px;
}
.eds_news_Ozone.eds_subCollection_news .edn_article.edn_simpleArticle {
  margin-bottom: 0;
  padding: 8px 0;
  border-bottom: dashed 1px #bfbfbf;
  position: relative;
}
.eds_news_Ozone.eds_subCollection_news .edn_article.edn_simpleArticle:first-child {
  border-top: dashed 1px #bfbfbf;
}
.eds_news_Ozone.eds_subCollection_news .edn_article.edn_simpleArticle > a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-indent: -99999px;
  z-index: 1;
  outline: none;
  -moz-outline-style: none;
  outline-style: none;
  background: transparent url("/DesktopModules/EasyDNNNews/Templates/_default/Ozone/assets/images/common/blank.png");
}
.eds_news_Ozone.eds_subCollection_news .edn_article.edn_simpleArticle > div .admin_action {
  position: relative;
  z-index: 1;
}
.eds_news_Ozone.eds_subCollection_news .edn_article.edn_simpleArticle .edn_mediaContainer {
  margin: 0 15px 0 0;
}
.eds_news_Ozone.eds_subCollection_news .edn_article.edn_simpleArticle .edn_mediaContainer > img {
  border: none;
}
.eds_news_Ozone.eds_subCollection_news .edn_article.edn_simpleArticle .edn_articleSubTitle {
  font-size: 11px;
}
.eds_news_Ozone.eds_subCollection_news .edn_article.edn_simpleArticle h2.edn_articleTitle {
  font-size: 15px;
  color: #504e4e;
  transition: color 0.3s linear;
}
.eds_news_Ozone.eds_subCollection_news .edn_article.edn_simpleArticle:hover h2.edn_articleTitle {
  color: #c81704;
}
.eds_news_Ozone.eds_subCollection_news .edn_article.edn_simpleArticle .edn_articleSummary {
  padding: 0;
}
.eds_news_Ozone.eds_subCollection_news .edn_article.edn_simpleArticle2 {
  position: relative;
}
.eds_news_Ozone.eds_subCollection_news .edn_article.edn_simpleArticle2 > div .admin_action {
  position: relative;
  z-index: 3;
}
.eds_news_Ozone.eds_subCollection_news .edn_article.edn_simpleArticle2 > a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-indent: -99999px;
  z-index: 2;
  outline: none;
  -moz-outline-style: none;
  outline-style: none;
  background: transparent url("/DesktopModules/EasyDNNNews/Templates/_default/Ozone/assets/images/common/blank.png");
}
.eds_news_Ozone.eds_subCollection_news .edn_article.edn_simpleArticle2 h2.edn_articleTitle {
  font-size: 15px;
  color: #c81704;
}
.eds_news_Ozone.eds_subCollection_news .edn_article.edn_simpleArticle2 .edn_mediaContainer {
  overflow: hidden;
  position: relative;
  margin: 0 15px 0 0;
}
.eds_news_Ozone.eds_subCollection_news .edn_article.edn_simpleArticle2 .edn_mediaContainer::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  z-index: 1;
  background-color: rgba(200, 24, 5, 0.2);
  transition: opacity 300ms linear;
}
.eds_news_Ozone.eds_subCollection_news .edn_article.edn_simpleArticle2 .edn_mediaContainer > img {
  transition: all 300ms linear;
}
.eds_news_Ozone.eds_subCollection_news .edn_article.edn_simpleArticle2 .edn_articleSummary {
  padding: 0;
}
.eds_news_Ozone.eds_subCollection_news .edn_article.edn_simpleArticle2:hover h2.edn_articleTitle {
  color: #504e4e;
}
.eds_news_Ozone.eds_subCollection_news .edn_article.edn_simpleArticle2:hover .edn_mediaContainer::after {
  opacity: 1;
}
.eds_news_Ozone.eds_subCollection_news .edn_article.edn_simpleArticle2:hover .edn_mediaContainer > img {
  transform: scale(1.1);
}
.eds_news_Ozone.eds_subCollection_news .edn_article.edn_simpleArticle4 {
  margin-bottom: 15px;
}
.eds_news_Ozone.eds_subCollection_news .edn_article.edn_simpleArticle4 h2.edn_articleTitle {
  margin-bottom: 3px;
  font-size: 15px;
}
.eds_news_Ozone.eds_subCollection_news .edn_article.edn_simpleArticle4 .edn_articleSummary {
  padding: 0;
}
.eds_news_Ozone.eds_subCollection_news .edn_article.edn_simpleArticle5 {
  margin-bottom: 15px;
}
.eds_news_Ozone.eds_subCollection_news .edn_article.edn_simpleArticle5 h2.edn_articleTitle {
  margin-bottom: 0;
  font-size: 14px;
}
.eds_news_Ozone.eds_subCollection_news .edn_article.edn_simpleArticle5 h2.edn_articleTitle a {
  color: #504e4e;
}
.eds_news_Ozone.eds_subCollection_news .edn_article.edn_simpleArticle5 h2.edn_articleTitle a:hover {
  color: #c81704;
}
.eds_news_Ozone.eds_subCollection_news .edn_article.edn_simpleArticle5 .edn_metaDetails {
  margin: 3px 0 0;
}
.eds_news_Ozone.eds_subCollection_news .edn_article.edn_simpleArticle6 {
  margin: 3px 0;
  overflow: hidden;
  padding-bottom: 2px;
  border-bottom: dotted 1px #ddd;
}
.eds_news_Ozone.eds_subCollection_news .edn_article.edn_simpleArticle6:last-child {
  border-bottom: none !important;
}
.eds_news_Ozone.eds_subCollection_news .edn_article.edn_simpleArticle6 h2.edn_articleTitle {
  font-size: 13px;
  display: inline;
}
.eds_news_Ozone.eds_subCollection_news .edn_article.edn_simpleArticle6 h2.edn_articleTitle a {
  color: #504e4e;
}
.eds_news_Ozone.eds_subCollection_news .edn_article.edn_simpleArticle6 h2.edn_articleTitle a:hover {
  color: #c81704;
}
.eds_news_Ozone.eds_subCollection_news .edn_article.edn_simpleArticle6 .edn_metaDetails {
  margin: 0;
  display: inline;
}
.eds_news_Ozone.eds_subCollection_news .edn_article.edn_simpleArticle6 .edn_metaDetails .edn_numberComments::before {
  font-size: 14px;
  margin-top: 0;
}
.eds_news_Ozone.eds_subCollection_news .edn_article.edn_simpleArticle6 .edn_metaDetails > time {
  display: inline-block;
}
.eds_news_Ozone.eds_subCollection_news .edn_article.edn_simpleArticle6 .edn_metaDetails > time::before {
  font-family: "FontAwesome";
  margin-right: 5px;
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  content: "\f017";
}
.eds_news_Ozone.eds_subCollection_news .edn_article.edn_simpleArticle6 .edn_adminActions > a {
  margin-top: 0;
}
.eds_news_Ozone.eds_subCollection_news .edn_simpleArticle6Bullet {
  float: left;
  padding: 0 5px 0 0;
}
.eds_news_Ozone.eds_subCollection_news .edn_simpleArticle6Bullet::before {
  font-family: "FontAwesome";
  color: #c81704;
  font-size: 10px;
  line-height: 0;
  content: "\f054";
}

.eds_news_Ozone.eds_subCollection_news .edn_article.edn_articleInBox {
  display: inline-block;
  vertical-align: top;
  box-sizing: content-box;
  padding: 1.5%;
  line-height: 0;
  font-size: 0;
  max-width: 97%;
  margin-bottom: 0;
}
.eds_news_Ozone.eds_subCollection_news .edn_article.edn_articleInBox > figure {
  margin: 0;
  padding: 0;
  position: relative;
  max-width: 100%;
  overflow: hidden;
  min-height: 100px;
  background-color: #ddd;
}
.eds_news_Ozone.eds_subCollection_news .edn_article.edn_articleInBox > figure > img {
  max-width: 100%;
  height: auto;
  transition: all 300ms ease-in-out;
}
.eds_news_Ozone.eds_subCollection_news .edn_article.edn_articleInBox > figure > a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background: transparent url("/DesktopModules/EasyDNNNews/Templates/_default/Ozone/assets/images/common/blank.png");
}
.eds_news_Ozone.eds_subCollection_news .edn_article.edn_articleInBox > figure > a > span {
  display: none;
}
.eds_news_Ozone.eds_subCollection_news .edn_article.edn_articleInBox > figure > figcaption {
  position: absolute;
  z-index: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 15px;
}
.eds_news_Ozone.eds_subCollection_news .edn_article.edn_articleInBox > figure > figcaption .edn_articleTitle,
.eds_news_Ozone.eds_subCollection_news .edn_article.edn_articleInBox > figure > figcaption .edn_articleSummary {
  color: #fff;
}
.eds_news_Ozone.eds_subCollection_news .edn_article.edn_articleInBox > figure > figcaption h2.edn_articleTitle {
  font-size: 20px;
  position: relative;
  margin: 0 0 5px;
  padding: 0 0 5px;
}
.eds_news_Ozone.eds_subCollection_news .edn_article.edn_articleInBox > figure > figcaption h2.edn_articleTitle::after {
  content: "";
  position: absolute;
  border-bottom: solid 1px rgba(255, 255, 255, 0.5);
  bottom: 0;
  left: 0;
  right: 0;
  width: 0;
  transition: all 400ms linear;
}
.eds_news_Ozone.eds_subCollection_news .edn_article.edn_articleInBox > figure > figcaption .edn_articleSubTitle {
  display: none;
}
.eds_news_Ozone.eds_subCollection_news .edn_article.edn_articleInBox > figure > figcaption .edn_articleSummary {
  max-height: 0;
  overflow: hidden;
  transition: all 300ms ease-in-out;
}
.eds_news_Ozone.eds_subCollection_news .edn_article.edn_articleInBox > figure .edn_metaDetails {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #000;
  margin: 0;
  color: #fff;
  padding: 5px;
  border-radius: 0 0 0 5px;
  opacity: 0.7;
}
.eds_news_Ozone.eds_subCollection_news .edn_article.edn_articleInBox > figure:hover > img {
  transform: scale(1.05);
}
.eds_news_Ozone.eds_subCollection_news .edn_article.edn_articleInBox > figure:hover > figcaption .edn_articleSummary {
  max-height: 150px;
}
.eds_news_Ozone.eds_subCollection_news .edn_article.edn_articleInBox > figure:hover > figcaption h2.edn_articleTitle::after {
  width: 100%;
}
.eds_news_Ozone.eds_subCollection_news .edn_article.edn_articleInBox > figure:hover > figcaption .edn_articleSubTitle {
  display: block;
}
.eds_news_Ozone.eds_subCollection_news .edn_article.edn_articleInBox .edn_mediaContainer a {
  overflow: hidden;
  display: inline-block;
}
.eds_news_Ozone.eds_subCollection_news .edn_article.edn_articleInBox .edn_mediaContainer a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border: solid 0 rgba(255, 255, 255, 0.4);
  transition: all 150ms ease-in-out;
}
.eds_news_Ozone.eds_subCollection_news .edn_article.edn_articleInBox .edn_mediaContainer a > img {
  border: none;
  padding: 0;
  max-width: 100%;
  height: auto;
  transition: all 200ms ease-in-out;
}
.eds_news_Ozone.eds_subCollection_news .edn_article.edn_articleInBox .edn_mediaContainer a:hover::after {
  border-width: 3px;
}
.eds_news_Ozone.eds_subCollection_news .edn_article.edn_articleInBox .edn_mediaContainer a:hover > img {
  transform: scale(1.05);
}
.eds_news_Ozone.eds_subCollection_news .edn_article.edn_articleInBox h2.edn_articleTitle {
  font-size: 18px;
}
.eds_news_Ozone.eds_subCollection_news .edn_article.edn_articleInBox .edn_metaDetails {
  overflow: hidden;
}
.eds_news_Ozone.eds_subCollection_news .edn_article.edn_articleInBox .edn_metaDetails > span {
  float: right;
  margin: 0 0 0 5px;
}
.eds_news_Ozone.eds_subCollection_news .edn_article.edn_articleInBox .edn_articleSummary {
  padding: 0;
}
.eds_news_Ozone.eds_subCollection_news .edn_article.edn_articleInBox.edn_articleInBox3 > section {
  border: solid 1px #c81704;
}
.eds_news_Ozone.eds_subCollection_news .edn_article.edn_articleInBox.edn_articleInBox3 > section .edn_mediaContainer {
  margin: 0;
  float: none;
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
}
.eds_news_Ozone.eds_subCollection_news .edn_article.edn_articleInBox.edn_articleInBox3 > section .edn_mediaContainer > a {
  width: 100%;
}
.eds_news_Ozone.eds_subCollection_news .edn_article.edn_articleInBox.edn_articleInBox3 > section .edn_mediaContainer > a > img {
  width: 100%;
}
.eds_news_Ozone.eds_subCollection_news .edn_article.edn_articleInBox.edn_articleInBox3 > section .edn_mediaContainer > a:hover:after {
  border: none;
}
.eds_news_Ozone.eds_subCollection_news .edn_article.edn_articleInBox.edn_articleInBox3 > section .edn_boxContent {
  padding: 10px;
}
.eds_news_Ozone.eds_subCollection_news .edn_article.edn_articleInBox.edn_articleInBox3 > section .edn_boxContent .edn_articleTitle {
  margin: 0 0 5px;
}
.eds_news_Ozone.eds_subCollection_news .edn_article.edn_articleInBox.edn_articleInBox3 > section .edn_boxContent .edn_articleSummary {
  margin-top: 10px;
}
.eds_news_Ozone.eds_subCollection_news .edn_article.edn_articleInBox.edn_articleInBox3 > section .edn_boxContent .edn_eventBoxLocation,
.eds_news_Ozone.eds_subCollection_news .edn_article.edn_articleInBox.edn_articleInBox3 > section .edn_boxContent > time {
  line-height: 1;
  font-size: 13px;
  color: #969696;
}
.eds_news_Ozone.eds_subCollection_news .edn_article.edn_articleInBox.edn_articleInBox3 > section .edn_boxContent .edn_eventBoxLocation {
  margin-right: 20px;
}
.eds_news_Ozone.eds_subCollection_news .edn_article.edn_articleInBox.edn_articleInBox3 > section .edn_boxContent .edn_eventBoxLocation::before {
  content: "\f041";
  color: #c81704;
  display: inline-block;
  margin-right: 5px;
  font-family: "FontAwesome";
  font-size: 14px;
}
.eds_news_Ozone.eds_subCollection_news .edn_article.edn_articleInBox.edn_articleInBox3 > section .edn_boxContent > time::before {
  content: "\f017";
  color: #c81704;
  display: inline-block;
  margin-right: 5px;
  font-family: "FontAwesome";
  font-size: 14px;
}

.eds_news_Ozone.eds_subCollection_news .edn_article.edn_eventsSimple {
  margin-bottom: 0;
  padding: 20px 0;
  border-bottom: dashed 1px #bfbfbf;
  position: relative;
}
.eds_news_Ozone.eds_subCollection_news .edn_article.edn_eventsSimple:first-child {
  border-top: dashed 1px #bfbfbf;
}
.eds_news_Ozone.eds_subCollection_news .edn_article.edn_eventsSimple > section {
  position: relative;
  display: table;
  width: 100%;
}
.eds_news_Ozone.eds_subCollection_news .edn_article.edn_eventsSimple > section::after, .eds_news_Ozone.eds_subCollection_news .edn_article.edn_eventsSimple > section::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 100%;
  content: "";
  display: none;
}
.eds_news_Ozone.eds_subCollection_news .edn_article.edn_eventsSimple > section::before {
  border-style: solid;
  border-width: 15px;
  border-left-color: #c81704;
  border-top-color: transparent !important;
  border-right-color: transparent !important;
  border-bottom-color: transparent !important;
}
.eds_news_Ozone.eds_subCollection_news .edn_article.edn_eventsSimple > section::after {
  border-left-style: dashed;
  border-left-width: 1px;
  border-left-color: #fff;
}
.eds_news_Ozone.eds_subCollection_news .edn_article.edn_eventsSimple > section > time {
  border-right: solid 1px #bfbfbf;
  padding: 8px;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  width: 10%;
}
.eds_news_Ozone.eds_subCollection_news .edn_article.edn_eventsSimple > section > time > span {
  display: block;
  color: #666161;
  line-height: 1.2;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 22px;
}
.eds_news_Ozone.eds_subCollection_news .edn_article.edn_eventsSimple > section > time > span:first-child {
  font-size: 26px;
}
.eds_news_Ozone.eds_subCollection_news .edn_article.edn_eventsSimple > section > time > span:last-child {
  font-size: 13px;
}
.eds_news_Ozone.eds_subCollection_news .edn_article.edn_eventsSimple > section > div {
  overflow: hidden;
  padding: 8px 8px 8px 25px;
}
.eds_news_Ozone.eds_subCollection_news .edn_article.edn_eventsSimple > section > div .edn_articleTitle {
  font-size: 19px;
}
.eds_news_Ozone.eds_subCollection_news .edn_article.edn_eventsSimple > section > div .edn_eventBoxLocation {
  margin-right: 20px;
}
.eds_news_Ozone.eds_subCollection_news .edn_article.edn_eventsSimple > section > div .edn_eventBoxLocation::before {
  content: "\f041";
  color: #c81704;
  display: inline-block;
  margin-right: 5px;
  font-family: "FontAwesome";
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
}
.eds_news_Ozone.eds_subCollection_news .edn_article.edn_eventsSimple > section > div .edn_readMoreButtonWrapper {
  text-align: left;
  margin: 5px 0 0;
}
.eds_news_Ozone.eds_subCollection_news .edn_article.edn_eventsSimple > section > div .edn_readMore.edn_readMoreButton:hover {
  background-color: #7d0f03;
}
.eds_news_Ozone.eds_subCollection_news .edn_article.edn_eventsSimple > section > div > time::before {
  content: "\f017";
  color: #c81704;
  display: inline-block;
  margin-right: 5px;
  font-family: "FontAwesome";
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
}
.eds_news_Ozone.eds_subCollection_news .edn_article.edn_eventsSimple > section:hover {
  background-color: #c81704;
}
.eds_news_Ozone.eds_subCollection_news .edn_article.edn_eventsSimple > section:hover::after, .eds_news_Ozone.eds_subCollection_news .edn_article.edn_eventsSimple > section:hover::before {
  display: block;
}
.eds_news_Ozone.eds_subCollection_news .edn_article.edn_eventsSimple > section:hover > time {
  background-color: #7d0f03;
  border-color: #7d0f03;
}
.eds_news_Ozone.eds_subCollection_news .edn_article.edn_eventsSimple > section:hover > time > span {
  color: #fff;
}
.eds_news_Ozone.eds_subCollection_news .edn_article.edn_eventsSimple > section:hover > div .edn_articleTitle a {
  color: #fff;
}
.eds_news_Ozone.eds_subCollection_news .edn_article.edn_eventsSimple > section:hover > div > time,
.eds_news_Ozone.eds_subCollection_news .edn_article.edn_eventsSimple > section:hover > div > time:before,
.eds_news_Ozone.eds_subCollection_news .edn_article.edn_eventsSimple > section:hover > div .edn_eventBoxLocation,
.eds_news_Ozone.eds_subCollection_news .edn_article.edn_eventsSimple > section:hover > div .edn_eventBoxLocation:before {
  color: #fff;
}

.eds_news_Ozone.eds_subCollection_news .edn_article.edn_multiArticle > figure {
  margin: 0;
  padding: 0;
  position: relative;
  max-width: 100%;
  overflow: hidden;
}
@media handheld, only screen and (max-width: 768px), only screen and (max-device-width: 768px) {
  .eds_news_Ozone.eds_subCollection_news .edn_article.edn_multiArticle > figure {
    width: 100%;
  }
}
.eds_news_Ozone.eds_subCollection_news .edn_article.edn_multiArticle > figure > img {
  width: 100%;
  height: auto;
  transition: all 300ms ease-in-out;
}
@media handheld, only screen and (max-width: 768px), only screen and (max-device-width: 768px) {
  .eds_news_Ozone.eds_subCollection_news .edn_article.edn_multiArticle > figure > img {
    width: 100%;
  }
}
.eds_news_Ozone.eds_subCollection_news .edn_article.edn_multiArticle > figure .edn_sss > img {
  transition: all 300ms linear;
}
.eds_news_Ozone.eds_subCollection_news .edn_article.edn_multiArticle > figure > a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background: transparent url("/DesktopModules/EasyDNNNews/Templates/_default/Ozone/assets/images/common/blank.png");
}
.eds_news_Ozone.eds_subCollection_news .edn_article.edn_multiArticle > figure > a > span {
  display: none;
}
.eds_news_Ozone.eds_subCollection_news .edn_article.edn_multiArticle > figure > figcaption {
  position: absolute;
  z-index: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 15px;
}
.eds_news_Ozone.eds_subCollection_news .edn_article.edn_multiArticle > figure > figcaption .edn_articleTitle,
.eds_news_Ozone.eds_subCollection_news .edn_article.edn_multiArticle > figure > figcaption .edn_articleSummary {
  color: #fff;
}
.eds_news_Ozone.eds_subCollection_news .edn_article.edn_multiArticle > figure > figcaption .edn_articleSummary {
  max-height: 0;
  padding: 0;
  overflow: hidden;
  transition: all 300ms ease-in-out;
}
.eds_news_Ozone.eds_subCollection_news .edn_article.edn_multiArticle > figure .edn_metaDetails {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #000;
  margin: 0;
  color: #fff;
  padding: 5px;
  border-radius: 0 0 0 5px;
  opacity: 0.7;
}
.eds_news_Ozone.eds_subCollection_news .edn_article.edn_multiArticle > figure:hover > img {
  transform: scale(1.05);
}
.eds_news_Ozone.eds_subCollection_news .edn_article.edn_multiArticle > figure:hover > figcaption .edn_articleSummary {
  max-height: 150px;
}
.eds_news_Ozone.eds_subCollection_news .edn_article.edn_multiArticle > figure:hover .edn_sss > img {
  transform: scale(1.05);
}
.eds_news_Ozone.eds_subCollection_news .edn_article.edn_multiArticle.edn_multiArticleMain {
  float: left;
  margin-top: 20px;
}
@media handheld, only screen and (max-width: 768px), only screen and (max-device-width: 768px) {
  .eds_news_Ozone.eds_subCollection_news .edn_article.edn_multiArticle.edn_multiArticleMain {
    width: 100% !important;
    display: block;
  }
}
.eds_news_Ozone.eds_subCollection_news .edn_article.edn_multiArticle.edn_multiArticleMain.edn_multiArticleMain2 {
  float: right;
}
.eds_news_Ozone.eds_subCollection_news .edn_article.edn_multiArticle.edn_multiArticleMain.edn_multiArticleMain2 > figure > figcaption h2.edn_articleTitle {
  font-size: 22px;
}
.eds_news_Ozone.eds_subCollection_news .edn_article.edn_multiArticle.edn_articleMultiBox {
  float: left;
  width: 31.3%;
  padding-left: 3%;
  box-sizing: content-box;
}
@media handheld, only screen and (max-width: 768px), only screen and (max-device-width: 768px) {
  .eds_news_Ozone.eds_subCollection_news .edn_article.edn_multiArticle.edn_articleMultiBox {
    width: 100%;
    padding: 0;
  }
}
.eds_news_Ozone.eds_subCollection_news .edn_article.edn_multiArticle.edn_articleMultiBox h2.edn_articleTitle {
  font-size: 22px;
}
.eds_news_Ozone.eds_subCollection_news .edn_article.edn_multiArticle.edn_articleMultiBox .edn_mediaContainer a {
  overflow: hidden;
  display: inline-block;
}
.eds_news_Ozone.eds_subCollection_news .edn_article.edn_multiArticle.edn_articleMultiBox .edn_mediaContainer a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border: solid 0 rgba(255, 255, 255, 0.4);
  transition: all 150ms ease-in-out;
}
.eds_news_Ozone.eds_subCollection_news .edn_article.edn_multiArticle.edn_articleMultiBox .edn_mediaContainer a > img {
  border: none;
  padding: 0;
  width: 100%;
  height: auto;
  transition: all 200ms ease-in-out;
}
.eds_news_Ozone.eds_subCollection_news .edn_article.edn_multiArticle.edn_articleMultiBox .edn_mediaContainer a:hover::after {
  border-width: 3px;
}
.eds_news_Ozone.eds_subCollection_news .edn_article.edn_multiArticle.edn_articleMultiBox .edn_mediaContainer a:hover > img {
  transform: scale(1.05);
}
.eds_news_Ozone.eds_subCollection_news .edn_article.edn_multiArticle.edn_articleMultiBox:first-child {
  padding-left: 0 !important;
}
.eds_news_Ozone.eds_subCollection_news .edn_article.edn_multiArticle.edn_articleMultiBox.edn_articleMultiBox2 {
  width: 23.5%;
  padding-left: 2%;
}
@media handheld, only screen and (max-width: 768px), only screen and (max-device-width: 768px) {
  .eds_news_Ozone.eds_subCollection_news .edn_article.edn_multiArticle.edn_articleMultiBox.edn_articleMultiBox2 {
    width: 48%;
    padding: 0 1% !important;
  }
}
.eds_news_Ozone.eds_subCollection_news .edn_article.edn_multiArticle.edn_articleMultiBox.edn_articleMultiBox2 > figure figcaption {
  padding: 5px;
}
.eds_news_Ozone.eds_subCollection_news .edn_article.edn_multiArticle.edn_articleMultiBox.edn_articleMultiBox2 > figure figcaption h2.edn_articleTitle {
  font-size: 13px;
}
.eds_news_Ozone.eds_subCollection_news .edn_article.edn_multiArticle.edn_articleMultiBox.edn_articleMultiBox2 > figure > img {
  width: 100%;
}
.eds_news_Ozone.eds_subCollection_news .edn_article.edn_multiArticle.edn_articleMultiBox.edn_articleMultiBox2 h2.edn_articleTitle {
  font-size: 18px;
}
.eds_news_Ozone.eds_subCollection_news .edn_article.edn_multiArticle.edn_articleMultiBox.edn_articleMultiBox2 .edn_metaDetails {
  margin: 0;
}
@media handheld, only screen and (max-width: 768px), only screen and (max-device-width: 768px) {
  .eds_news_Ozone.eds_subCollection_news .edn_article.edn_multiArticle.edn_articleMultiBox.edn_articleMultiBox2:nth-child(3) {
    clear: left;
  }
}
.eds_news_Ozone.eds_subCollection_news .edn_article.edn_multiArticle.edn_articleInBox {
  box-sizing: content-box;
  width: 32%;
  padding: 0 0 20px 2%;
  float: left;
}
@media handheld, only screen and (max-width: 768px), only screen and (max-device-width: 768px) {
  .eds_news_Ozone.eds_subCollection_news .edn_article.edn_multiArticle.edn_articleInBox {
    width: 100%;
    max-width: none;
    float: none;
    padding: 0 0 20px;
  }
}
.eds_news_Ozone.eds_subCollection_news .edn_article.edn_multiArticle.edn_articleInBox:first-child {
  padding-left: 0;
}
.eds_news_Ozone.eds_subCollection_news .edn_article.edn_multiArticleList {
  margin-bottom: 0;
  padding: 5px 0;
  border-bottom: dashed 1px #bfbfbf;
}
.eds_news_Ozone.eds_subCollection_news .edn_article.edn_multiArticleList h2.edn_articleTitle {
  font-size: 16px;
  margin-bottom: 5px;
}
.eds_news_Ozone.eds_subCollection_news .edn_article.edn_multiArticleList .edn_mediaContainer {
  margin-bottom: 5px;
  margin-top: 4px;
}
.eds_news_Ozone.eds_subCollection_news .edn_article.edn_multiArticleList .edn_metaDetails {
  margin: 0 0 4px;
}
.eds_news_Ozone.eds_subCollection_news .edn_article.edn_multiArticleList .edn_articleSummary {
  padding: 0;
}
@media handheld, only screen and (max-width: 992px), only screen and (max-device-width: 992px) {
  .eds_news_Ozone.eds_subCollection_news .edn_smallerBoxArticlesWrapper {
    margin: 0 -1% !important;
  }
}
@media handheld, only screen and (max-width: 768px), only screen and (max-device-width: 768px) {
  .eds_news_Ozone.eds_subCollection_news .edn_smallerBoxArticlesWrapper {
    margin: 0 !important;
  }
}
@media handheld, only screen and (max-width: 992px), only screen and (max-device-width: 992px) {
  .eds_news_Ozone.eds_subCollection_news .edn_smallerBoxArticlesWrapper .edn_article.edn_multiArticle.edn_articleInBox {
    float: left;
    width: 48% !important;
    padding-right: 1% !important;
    padding-left: 1% !important;
  }
}
@media handheld, only screen and (max-width: 768px), only screen and (max-device-width: 768px) {
  .eds_news_Ozone.eds_subCollection_news .edn_smallerBoxArticlesWrapper .edn_article.edn_multiArticle.edn_articleInBox {
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 100% !important;
    float: none;
  }
}

.eds_news_Ozone.eds_subCollection_news .edn_article.edn_timeline {
  display: table;
  margin: 0;
}
@media handheld, only screen and (max-width: 768px), only screen and (max-device-width: 768px) {
  .eds_news_Ozone.eds_subCollection_news .edn_article.edn_timeline {
    display: block;
  }
}
.eds_news_Ozone.eds_subCollection_news .edn_article.edn_timeline .edn_timelineTimeLocation {
  display: table-cell;
  vertical-align: top;
  width: 140px;
}
@media handheld, only screen and (max-width: 768px), only screen and (max-device-width: 768px) {
  .eds_news_Ozone.eds_subCollection_news .edn_article.edn_timeline .edn_timelineTimeLocation {
    display: inline-block;
    vertical-align: top;
  }
}
.eds_news_Ozone.eds_subCollection_news .edn_article.edn_timeline .edn_timelineTimeLocation > time {
  display: block;
  font-family: "Roboto Condensed", sans-serif;
  line-height: 1;
}
.eds_news_Ozone.eds_subCollection_news .edn_article.edn_timeline .edn_timelineTimeLocation > time.edn_timelineDate {
  color: #c81704;
}
.eds_news_Ozone.eds_subCollection_news .edn_article.edn_timeline .edn_timelineTimeLocation > time.edn_timelineClock {
  color: #666161;
  font-size: 40px;
  margin: 5px 0;
}
.eds_news_Ozone.eds_subCollection_news .edn_article.edn_timeline .edn_timelineTimeLocation .edn_eventPrice {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 18px;
  display: inline-block;
  margin-top: 5px;
}
.eds_news_Ozone.eds_subCollection_news .edn_article.edn_timeline .edn_timeLineImage {
  display: table-cell;
  position: relative;
  vertical-align: top;
  text-align: center;
  max-width: 100%;
  font-size: 0;
  line-height: 0;
  padding-bottom: 20px;
  background: url("/DesktopModules/EasyDNNNews/Templates/_default/Ozone/assets/images/timeLineImage/guideline/predefined/timelineLine.png") center top repeat-y;
}
@media handheld, only screen and (max-width: 768px), only screen and (max-device-width: 768px) {
  .eds_news_Ozone.eds_subCollection_news .edn_article.edn_timeline .edn_timeLineImage {
    background: none;
    display: inline-block;
    margin-top: 10px;
    vertical-align: top;
  }
}
.eds_news_Ozone.eds_subCollection_news .edn_article.edn_timeline .edn_timeLineImage.edn_noImage {
  box-sizing: content-box;
  -moz-box-sizing: border-box;
  padding: 0 8px;
}
.eds_news_Ozone.eds_subCollection_news .edn_article.edn_timeline .edn_timeLineImage.edn_noImage > a {
  width: 29px;
  height: 29px;
}
@media handheld, only screen and (max-width: 768px), only screen and (max-device-width: 768px) {
  .eds_news_Ozone.eds_subCollection_news .edn_article.edn_timeline .edn_timeLineImage.edn_noImage > a {
    display: none;
  }
}
.eds_news_Ozone.eds_subCollection_news .edn_article.edn_timeline .edn_timeLineImage > a {
  display: inline-block;
  position: relative;
  z-index: 2;
  border-radius: 50%;
  border: solid 8px #e2e2e2;
  overflow: hidden;
  margin-top: -5px;
  max-width: 100%;
}
.eds_news_Ozone.eds_subCollection_news .edn_article.edn_timeline .edn_timeLineImage > a > img {
  width: 100%;
  border-radius: 50%;
}
.eds_news_Ozone.eds_subCollection_news .edn_article.edn_timeline .edn_timeLineContent {
  margin-left: 30px;
  background-color: #dadada;
  border: solid 1px #bcbcbc;
  border-radius: 6px;
  margin-bottom: 35px;
  margin-top: -5px;
  position: relative;
}
@media handheld, only screen and (max-width: 768px), only screen and (max-device-width: 768px) {
  .eds_news_Ozone.eds_subCollection_news .edn_article.edn_timeline .edn_timeLineContent {
    margin-left: 0;
    margin-top: 10px;
  }
}
.eds_news_Ozone.eds_subCollection_news .edn_article.edn_timeline .edn_timeLineContent::before {
  position: absolute;
  content: "";
  top: 15px;
  left: -11px;
  width: 20px;
  height: 20px;
  background-color: #dadada;
  border: solid 1px #bcbcbc;
  border-right: none !important;
  border-top: none !important;
  transform: rotate(45deg);
}
@media handheld, only screen and (max-width: 768px), only screen and (max-device-width: 768px) {
  .eds_news_Ozone.eds_subCollection_news .edn_article.edn_timeline .edn_timeLineContent::before {
    display: none;
  }
}
.eds_news_Ozone.eds_subCollection_news .edn_article.edn_timeline .edn_timeLineContent > header {
  border-bottom: solid 1px #bcbcbc;
  box-shadow: 0 1px 0 0 #eee;
  padding: 10px 25px;
  background: transparent;
}
.eds_news_Ozone.eds_subCollection_news .edn_article.edn_timeline .edn_timeLineContent > header > time {
  float: right;
}
.eds_news_Ozone.eds_subCollection_news .edn_article.edn_timeline .edn_timeLineContent > header > time::before {
  content: "\f017";
  color: #c81704;
  margin-right: 5px;
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
}
.eds_news_Ozone.eds_subCollection_news .edn_article.edn_timeline .edn_timeLineContent > header .edn_calendarExport {
  margin-right: 20px;
  float: right;
}
.eds_news_Ozone.eds_subCollection_news .edn_article.edn_timeline .edn_timeLineContent > header .edn_calendarExport::after {
  color: #c81704;
}
.eds_news_Ozone.eds_subCollection_news .edn_article.edn_timeline .edn_timeLineContent > header .edn_calendarExport:hover::after {
  color: #504e4e;
}
.eds_news_Ozone.eds_subCollection_news .edn_article.edn_timeline .edn_timeLineContent > header .edn_articleTitle {
  font-size: 18px;
}
.eds_news_Ozone.eds_subCollection_news .edn_article.edn_timeline .edn_timeLineContent > header .edn_articleTitle > a {
  color: #666161;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.6);
}
.eds_news_Ozone.eds_subCollection_news .edn_article.edn_timeline .edn_timeLineContent > header .edn_articleTitle > a:hover {
  color: #c81704;
}
.eds_news_Ozone.eds_subCollection_news .edn_article.edn_timeline .edn_timeLineContent > div {
  padding: 5px 25px;
}
.eds_news_Ozone.eds_subCollection_news .edn_article.edn_timeline .edn_timeLineContent .edn_articleSummary {
  padding-top: 10px;
  padding-bottom: 10px;
  color: #8a8a8a;
}
.eds_news_Ozone.eds_subCollection_news .edn_article.edn_timeline:last-child .edn_timeLineImage {
  background: none !important;
}
.eds_news_Ozone.eds_subCollection_news .edn_article.edn_timeline:nth-child(even) .edn_timeLineContent {
  background-color: #ececec;
}
.eds_news_Ozone.eds_subCollection_news .edn_article.edn_timeline:nth-child(even) .edn_timeLineContent::before {
  background-color: #ececec;
}

.eds_news_Ozone.eds_subCollection_news .edNews__secondaryArticleList {
  width: 250px;
  margin: 0;
  padding: 0;
  float: left;
  position: fixed;
  height: 600px;
  overflow: auto;
}
.eds_news_Ozone.eds_subCollection_news .edNews__secondaryArticleList > div.scrollbar {
  background: transparent;
  position: absolute;
  top: 0;
  right: 0;
  width: 10px;
  z-index: 1;
}
.eds_news_Ozone.eds_subCollection_news .edNews__secondaryArticleList > div.scrollbar > .track {
  background: transparent;
  position: relative;
  height: 100%;
  width: 10px;
}
.eds_news_Ozone.eds_subCollection_news .edNews__secondaryArticleList > div.scrollbar > .track > .thumb {
  height: 20px;
  width: 10px;
  cursor: default;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.25);
  transition: background ease 0.2s;
  border-radius: 5px;
}
.eds_news_Ozone.eds_subCollection_news .edNews__secondaryArticleList > div.scrollbar > .track > .thumb > .end {
  display: none;
}
.eds_news_Ozone.eds_subCollection_news .edNews__secondaryArticleList > div.scrollbar > .track > .thumb:hover {
  background: rgba(0, 0, 0, 0.5);
}
.eds_news_Ozone.eds_subCollection_news .edNews__secondaryArticleList > div.viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}
.eds_news_Ozone.eds_subCollection_news .edNews__secondaryArticleList > div.viewport > ul {
  list-style: none;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  padding: 0;
  margin: 0;
}
.eds_news_Ozone.eds_subCollection_news .edNews__secondaryArticleList > div.viewport > ul > li {
  margin: 0;
  padding: 0;
  border-bottom: dashed 1px #ddd;
  list-style-type: none;
}
.eds_news_Ozone.eds_subCollection_news .edNews__secondaryArticleList > div.viewport > ul > li > a {
  display: block;
  padding: 5px 10px;
  font-size: 13px;
  text-decoration: none;
  color: #646262;
  transition: all 300ms ease;
}
.eds_news_Ozone.eds_subCollection_news .edNews__secondaryArticleList > div.viewport > ul > li > a:hover {
  color: #c81704;
  text-decoration: none;
  background-color: #eee;
}
.eds_news_Ozone.eds_subCollection_news .edNews__secondaryArticleList > div.viewport > ul > li.edNews__active > a {
  color: #000;
  background-color: #eee;
}
.eds_news_Ozone.eds_subCollection_news .edNews__secondaryArticleList + div {
  margin-left: 280px;
}

.eds_news_Ozone.eds_subCollection_news .article_pager,
.eds_news_Ozone.eds_subCollection_news .article_pagination table,
.eds_news_Ozone.eds_subCollection_news .edNews_loadMoreTriggerWrapper .trigger {
  border: solid 1px #c81704;
  border-radius: 4px;
  margin: 20px 0;
  font-size: 0;
}
.eds_news_Ozone.eds_subCollection_news .article_pager a,
.eds_news_Ozone.eds_subCollection_news .article_pager > span,
.eds_news_Ozone.eds_subCollection_news .article_pagination a,
.eds_news_Ozone.eds_subCollection_news .article_pagination > span {
  display: inline-block;
  font-size: 13px;
  font-family: "Roboto Condensed", sans-serif;
  line-height: 1;
  padding: 7px 10px;
  border-left: solid 1px #c81704;
  border-right: none !important;
  border-bottom: none !important;
  border-top: none !important;
  transition: all 200ms linear;
}
.eds_news_Ozone.eds_subCollection_news .article_pager a,
.eds_news_Ozone.eds_subCollection_news .article_pagination a {
  color: #504e4e;
}
.eds_news_Ozone.eds_subCollection_news .article_pager a:hover,
.eds_news_Ozone.eds_subCollection_news .article_pagination a:hover {
  color: #fff;
  background-color: #FF9387;
}
.eds_news_Ozone.eds_subCollection_news .article_pagination {
  overflow: hidden;
}
.eds_news_Ozone.eds_subCollection_news .article_pagination a,
.eds_news_Ozone.eds_subCollection_news .article_pagination > span {
  margin-left: -1px;
}
.eds_news_Ozone.eds_subCollection_news .article_pager {
  float: right;
  clear: both;
  overflow: hidden;
}
.eds_news_Ozone.eds_subCollection_news .article_pager a:first-child {
  border-left: none;
}
.eds_news_Ozone.eds_subCollection_news .article_pager a.next::after, .eds_news_Ozone.eds_subCollection_news .article_pager a.next::before, .eds_news_Ozone.eds_subCollection_news .article_pager a.last::after, .eds_news_Ozone.eds_subCollection_news .article_pager a.last::before, .eds_news_Ozone.eds_subCollection_news .article_pager a.first::after, .eds_news_Ozone.eds_subCollection_news .article_pager a.first::before, .eds_news_Ozone.eds_subCollection_news .article_pager a.prev::after, .eds_news_Ozone.eds_subCollection_news .article_pager a.prev::before, .eds_news_Ozone.eds_subCollection_news .article_pager a.edn_previusArticle::after, .eds_news_Ozone.eds_subCollection_news .article_pager a.edn_previusArticle::before, .eds_news_Ozone.eds_subCollection_news .article_pager a.edn_nextArticle::after, .eds_news_Ozone.eds_subCollection_news .article_pager a.edn_nextArticle::before {
  font-family: "FontAwesome";
  line-height: 0;
}
.eds_news_Ozone.eds_subCollection_news .article_pager a.next::after, .eds_news_Ozone.eds_subCollection_news .article_pager a.edn_nextArticle::after {
  content: "\f105";
  margin-left: 4px;
}
.eds_news_Ozone.eds_subCollection_news .article_pager a.last::after {
  content: "\f101";
  margin-left: 4px;
}
.eds_news_Ozone.eds_subCollection_news .article_pager a.first::before {
  content: "\f100";
  margin-right: 4px;
}
.eds_news_Ozone.eds_subCollection_news .article_pager a.prev::before, .eds_news_Ozone.eds_subCollection_news .article_pager a.edn_previusArticle::before {
  content: "\f104";
  margin-right: 4px;
}
.eds_news_Ozone.eds_subCollection_news .article_pager.edn_articleScrolling {
  float: none;
  border: none;
  margin: 0 -10px;
  padding: 20px 10px;
  overflow: visible;
}
.eds_news_Ozone.eds_subCollection_news .article_pager.edn_articleScrolling a {
  border: solid 1px #c81704 !important;
  border-radius: 4px;
}
.eds_news_Ozone.eds_subCollection_news .article_pager.edn_articleScrolling a.edn_previusArticle {
  float: left;
}
.eds_news_Ozone.eds_subCollection_news .article_pager.edn_articleScrolling a.edn_nextArticle {
  float: right;
}
.eds_news_Ozone.eds_subCollection_news .article_pager.edn_articleScrolling a.edn_previusArticle:hover, .eds_news_Ozone.eds_subCollection_news .article_pager.edn_articleScrolling a.edn_nextArticle:hover {
  background-color: #c81704;
}
.eds_news_Ozone.eds_subCollection_news .article_pager a.active,
.eds_news_Ozone.eds_subCollection_news .article_pagination > span {
  color: #fff;
  background-color: #c81704;
}
.eds_news_Ozone.eds_subCollection_news .edNews_loadMoreTriggerWrapper {
  text-align: center;
  line-height: 0;
  font-size: 0;
}
.eds_news_Ozone.eds_subCollection_news .edNews_loadMoreTriggerWrapper .trigger {
  position: relative;
  padding: 0;
  background: none transparent;
  box-shadow: none;
  overflow: hidden;
  width: 75%;
  display: inline-block;
  text-decoration: none;
}
.eds_news_Ozone.eds_subCollection_news .edNews_loadMoreTriggerWrapper .trigger > span {
  color: #c81704;
  font-family: "Roboto Condensed", sans-serif;
  line-height: 1;
  font-size: 15px;
  display: block;
  padding: 7px 10px;
}
.eds_news_Ozone.eds_subCollection_news .edNews_loadMoreTriggerWrapper .trigger .actionTextContainer {
  background-color: #fff;
  transition: all 200ms linear;
}
.eds_news_Ozone.eds_subCollection_news .edNews_loadMoreTriggerWrapper .trigger .loadingOverlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 100%;
  opacity: 0;
  transition: opacity 200ms linear;
}
.eds_news_Ozone.eds_subCollection_news .edNews_loadMoreTriggerWrapper .trigger .loadingOverlay::before {
  content: "\f021";
  display: inline-block;
  margin-right: 10px;
  font-family: "FontAwesome";
  line-height: 0;
  font-size: 21px;
  font-style: normal;
  font-weight: normal;
  opacity: 0.7;
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.eds_news_Ozone.eds_subCollection_news .edNews_loadMoreTriggerWrapper .trigger:hover .actionTextContainer {
  color: #fff;
  background-color: #c81704;
}
.eds_news_Ozone.eds_subCollection_news .edNews_loadMoreTriggerWrapper.loading .trigger .loadingOverlay {
  opacity: 1;
  background-color: rgba(255, 255, 255, 0.8);
  top: 0;
}
.eds_news_Ozone.eds_subCollection_news .edNews_loadMoreTriggerWrapper.hide {
  display: none;
}
@media handheld, only screen and (max-width: 768px), only screen and (max-device-width: 768px) {
  .eds_news_Ozone.eds_subCollection_news .edn_fixedPrevNextArticleNavigation {
    margin: 25px 0;
    overflow: hidden;
  }
}
.eds_news_Ozone.eds_subCollection_news .edn_fixedPrevNextArticleNavigation > a {
  font-size: 0;
  line-height: 0;
  position: fixed;
  display: inline-block;
  width: 250px;
  top: 50%;
  margin-top: -70px;
  z-index: 9999;
  transition: all 500ms ease;
}
@media handheld, only screen and (max-width: 768px), only screen and (max-device-width: 768px) {
  .eds_news_Ozone.eds_subCollection_news .edn_fixedPrevNextArticleNavigation > a {
    position: relative;
    top: auto;
    width: 130px;
    margin-top: 0;
    z-index: auto;
  }
}
.eds_news_Ozone.eds_subCollection_news .edn_fixedPrevNextArticleNavigation > a .edn_fixedNavImage {
  display: inline-block;
  position: relative;
  width: 100%;
  z-index: 2;
}
@media handheld, only screen and (max-width: 768px), only screen and (max-device-width: 768px) {
  .eds_news_Ozone.eds_subCollection_news .edn_fixedPrevNextArticleNavigation > a .edn_fixedNavImage {
    height: 70px !important;
  }
}
.eds_news_Ozone.eds_subCollection_news .edn_fixedPrevNextArticleNavigation > a .edn_fixedNavImage > img {
  position: relative;
  z-index: 2;
}
@media handheld, only screen and (max-width: 768px), only screen and (max-device-width: 768px) {
  .eds_news_Ozone.eds_subCollection_news .edn_fixedPrevNextArticleNavigation > a .edn_fixedNavImage > img {
    height: 70px !important;
  }
}
.eds_news_Ozone.eds_subCollection_news .edn_fixedPrevNextArticleNavigation > a .edn_fixedNavImage::after {
  background-color: rgba(0, 0, 0, 0.4);
  font-family: "FontAwesome";
  line-height: 140px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  font-size: 25px;
  color: #fff;
  z-index: 1;
  position: absolute;
  border-radius: 4px;
  transition: padding 600ms ease;
}
@media handheld, only screen and (max-width: 768px), only screen and (max-device-width: 768px) {
  .eds_news_Ozone.eds_subCollection_news .edn_fixedPrevNextArticleNavigation > a .edn_fixedNavImage::after {
    line-height: 70px !important;
  }
}
.eds_news_Ozone.eds_subCollection_news .edn_fixedPrevNextArticleNavigation > a .edn_fixedNavImage .edn_fixedNavTitle {
  top: 0 !important;
  bottom: 0 !important;
  overflow: hidden;
  border-style: none;
  z-index: 2;
  text-align: left;
}
@media handheld, only screen and (max-width: 768px), only screen and (max-device-width: 768px) {
  .eds_news_Ozone.eds_subCollection_news .edn_fixedPrevNextArticleNavigation > a .edn_fixedNavImage .edn_fixedNavTitle {
    border-style: solid;
    width: 220px !important;
  }
}
.eds_news_Ozone.eds_subCollection_news .edn_fixedPrevNextArticleNavigation > a .edn_fixedNavTitle {
  font-size: 16px;
  line-height: 1.1;
  color: #504e4e;
  font-family: "Roboto Condensed", sans-serif;
  position: absolute;
  top: 100%;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-top-style: none;
  width: 240px;
  padding: 10px;
}
@media handheld, only screen and (max-width: 768px), only screen and (max-device-width: 768px) {
  .eds_news_Ozone.eds_subCollection_news .edn_fixedPrevNextArticleNavigation > a .edn_fixedNavTitle {
    top: 0;
    bottom: 0;
    border-top-style: solid;
    z-index: 2;
    overflow: hidden;
  }
}
.eds_news_Ozone.eds_subCollection_news .edn_fixedPrevNextArticleNavigation > a:hover .edn_fixedNavTitle {
  opacity: 1;
  visibility: visible;
}
.eds_news_Ozone.eds_subCollection_news .edn_fixedPrevNextArticleNavigation > a:hover .edn_fixedNavImage::after {
  background-color: rgba(0, 0, 0, 0.8);
}
.eds_news_Ozone.eds_subCollection_news .edn_fixedPrevNextArticleNavigation > a.edn_previusArticle {
  left: -190px;
  border-left: none !important;
}
@media handheld, only screen and (max-width: 768px), only screen and (max-device-width: 768px) {
  .eds_news_Ozone.eds_subCollection_news .edn_fixedPrevNextArticleNavigation > a.edn_previusArticle {
    left: auto !important;
    float: left;
  }
}
.eds_news_Ozone.eds_subCollection_news .edn_fixedPrevNextArticleNavigation > a.edn_previusArticle .edn_fixedNavImage::after {
  content: "\f060";
  text-align: right;
  padding-right: 20px;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.eds_news_Ozone.eds_subCollection_news .edn_fixedPrevNextArticleNavigation > a.edn_previusArticle .edn_fixedNavTitle {
  left: -100%;
  border-left: none !important;
  border-top-left-radius: 0 !important;
  transition: left 500ms ease, opacity 800ms;
}
.eds_news_Ozone.eds_subCollection_news .edn_fixedPrevNextArticleNavigation > a.edn_previusArticle:hover {
  left: 0;
}
.eds_news_Ozone.eds_subCollection_news .edn_fixedPrevNextArticleNavigation > a.edn_previusArticle:hover .edn_fixedNavTitle {
  left: 0;
}
.eds_news_Ozone.eds_subCollection_news .edn_fixedPrevNextArticleNavigation > a.edn_previusArticle:hover .edn_fixedNavImage::after {
  padding-right: 45px;
}
@media handheld, only screen and (max-width: 768px), only screen and (max-device-width: 768px) {
  .eds_news_Ozone.eds_subCollection_news .edn_fixedPrevNextArticleNavigation > a.edn_previusArticle:hover .edn_fixedNavImage::after {
    padding-right: 25px;
  }
}
.eds_news_Ozone.eds_subCollection_news .edn_fixedPrevNextArticleNavigation > a.edn_nextArticle {
  right: -190px;
  border-right: none !important;
}
@media handheld, only screen and (max-width: 768px), only screen and (max-device-width: 768px) {
  .eds_news_Ozone.eds_subCollection_news .edn_fixedPrevNextArticleNavigation > a.edn_nextArticle {
    right: auto !important;
    float: right;
  }
}
.eds_news_Ozone.eds_subCollection_news .edn_fixedPrevNextArticleNavigation > a.edn_nextArticle .edn_fixedNavImage {
  text-align: right;
}
.eds_news_Ozone.eds_subCollection_news .edn_fixedPrevNextArticleNavigation > a.edn_nextArticle .edn_fixedNavImage::after {
  content: "\f061";
  text-align: left;
  padding-left: 20px;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.eds_news_Ozone.eds_subCollection_news .edn_fixedPrevNextArticleNavigation > a.edn_nextArticle .edn_fixedNavTitle {
  right: -100%;
  border-right: none !important;
  border-top-right-radius: 0 !important;
  transition: right 500ms ease, opacity 800ms;
}
.eds_news_Ozone.eds_subCollection_news .edn_fixedPrevNextArticleNavigation > a.edn_nextArticle:hover {
  right: 0;
}
.eds_news_Ozone.eds_subCollection_news .edn_fixedPrevNextArticleNavigation > a.edn_nextArticle:hover .edn_fixedNavTitle {
  right: 0;
}
.eds_news_Ozone.eds_subCollection_news .edn_fixedPrevNextArticleNavigation > a.edn_nextArticle:hover .edn_fixedNavImage::after {
  padding-left: 45px;
}
@media handheld, only screen and (max-width: 768px), only screen and (max-device-width: 768px) {
  .eds_news_Ozone.eds_subCollection_news .edn_fixedPrevNextArticleNavigation > a.edn_nextArticle:hover .edn_fixedNavImage::after {
    padding-left: 25px;
  }
}
.eds_news_Ozone .edn_pagination {
  padding: 0;
  margin: 0;
  border: 0;
  border-top: 4px solid #c81704;
  text-align: right;
  font-size: 0;
  line-height: 0;
  clear: both;
  overflow: hidden;
}
.eds_news_Ozone .edn_pagination > span {
  padding: 0;
  margin: 1px 0 0 1px;
  border: 0;
  background: #c81704;
  position: relative;
  display: inline-block;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
}
.eds_news_Ozone .edn_pagination > span::after {
  font: 18px/1.3 "FontAwesome";
  color: #fff;
  display: block;
  text-align: center;
  display: block;
  padding: 0 11px 1px;
}
.eds_news_Ozone .edn_pagination > span.edn__contentBlock_previousPage::after, .eds_news_Ozone .edn_pagination > span.edn__recentComments_previousPage::after {
  content: "\f104";
}
.eds_news_Ozone .edn_pagination > span.edn__contentBlock_nextPage::after, .eds_news_Ozone .edn_pagination > span.edn__recentComments_nextPage::after {
  content: "\f105";
}

.qtip.edn_calendarbox_Ozone {
  position: absolute;
  left: -28000px;
  top: -28000px;
  display: none;
  min-width: 50px;
  font-size: 10px;
  line-height: 12px;
  direction: ltr;
  padding: 0;
  margin: 0;
  background-color: #fff;
  border: 1px solid #c81704;
  width: 500px;
  max-width: 95%;
  font-family: "PT Sans", sans-serif;
  font-size: 13px;
  line-height: 1.1;
  color: #504e4e;
  font-family: "PT Sans", sans-serif;
  line-height: 1.3;
  font-size: 13px;
  color: #504e4e;
}
.qtip.edn_calendarbox_Ozone * {
  box-sizing: border-box;
}
.qtip.edn_calendarbox_Ozone p, .qtip.edn_calendarbox_Ozone span, .qtip.edn_calendarbox_Ozone li, .qtip.edn_calendarbox_Ozone a {
  font-family: inherit;
  color: inherit;
  line-height: inherit;
  font-size: inherit;
}
.qtip.edn_calendarbox_Ozone .qtip-content {
  padding: 10px 20px;
  overflow: hidden;
  text-align: left;
  word-wrap: break-word;
}
.qtip.edn_calendarbox_Ozone .qtip-content div.title {
  display: block;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 14px;
  color: #c81704;
}
.qtip.edn_calendarbox_Ozone .qtip-content div.title a {
  color: #c81704;
  text-decoration: none;
}
.qtip.edn_calendarbox_Ozone .qtip-content div.title a:hover {
  color: #504e4e;
  text-decoration: none;
}
.qtip.edn_calendarbox_Ozone .qtip-content .wrapper {
  margin: 0;
  width: auto;
}
.qtip.edn_calendarbox_Ozone .qtip-content .wrapper > .article {
  overflow: hidden;
}
.qtip.edn_calendarbox_Ozone .qtip-content .wrapper > .article > img {
  float: left;
  margin: 3px 10px 7px 0;
  padding: 3px;
  border: solid 1px #c81704;
  background: #fff;
  max-width: 100px;
  max-height: 100px;
}
.qtip.edn_calendarbox_Ozone .qtip-content .wrapper > .article > p.title {
  margin: 0 0 5px 0;
  padding: 0;
  font-size: 18px;
  line-height: 1;
  font-family: "Roboto Condensed", sans-serif;
  color: #504e4e;
}
.qtip.edn_calendarbox_Ozone .qtip-content .wrapper > .article > p.title a {
  font-size: 18px;
  line-height: 1;
  font-family: "Roboto Condensed", sans-serif;
  color: #504e4e;
  text-decoration: none;
}
.qtip.edn_calendarbox_Ozone .qtip-content .wrapper > .article > p.title a:hover {
  color: #c81704;
  text-decoration: none;
}
.qtip.edn_calendarbox_Ozone .qtip-content .wrapper > .article > p.location {
  margin-top: 5px;
  padding: 0;
  font-weight: bold;
}
.qtip.edn_calendarbox_Ozone .qtip-content .wrapper > .article > p.location::before {
  content: "\f041";
  display: inline-block;
  margin-right: 2px;
  font-size: 15px;
  font-family: "FontAwesome";
  color: #c81704;
  font-style: normal;
  font-weight: normal;
}
.qtip.edn_calendarbox_Ozone .qtip-content .wrapper > .article > .content p {
  margin: 0;
  padding: 0;
}
.qtip.edn_calendarbox_Ozone .qtip-content .wrapper > .article > .content p + p {
  margin-top: 5px;
}
.qtip.edn_calendarbox_Ozone .qtip-content .wrapper > .article > a {
  float: right;
  clear: both;
  border: 1px solid #c81704;
  background: none #fff;
  text-shadow: none;
  text-decoration: none;
  line-height: 1;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  padding: 5px 10px;
  border-radius: 4px;
  box-shadow: none;
  color: #c81704;
  transition: all 200ms linear;
}
.qtip.edn_calendarbox_Ozone .qtip-content .wrapper > .article > a:hover {
  color: #fff;
  background-color: #c81704;
  text-decoration: none;
  box-shadow: none;
}
.qtip.edn_calendarbox_Ozone .qtip-content .wrapper .article_list {
  margin: 0 0 0 15px;
  padding: 0;
  list-style-type: circle;
}
.qtip.edn_calendarbox_Ozone .qtip-content .wrapper .article_list li {
  margin: 5px 0 0;
  padding: 0;
  list-style-type: circle;
  color: #504e4e;
}
.qtip.edn_calendarbox_Ozone .qtip-content .wrapper .article_list li > a {
  color: #504e4e;
  text-decoration: none;
}
.qtip.edn_calendarbox_Ozone .qtip-content .wrapper .article_list li > a:hover {
  color: #c81704;
}
.qtip.edn_calendarbox_Ozone .qtip-content .wrapper .article_list li > p {
  color: #999;
  margin: 0;
  padding: 0;
  font-size: 11px;
}

.eds_news_Ozone.eds_subCollection_news div.EDN_article_rateit {
  display: inline-block;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
}
.eds_news_Ozone.eds_subCollection_news div.EDN_article_rateit.rateit div.rateit-selected {
  position: absolute;
}
.eds_news_Ozone.eds_subCollection_news div.EDN_article_rateit div.rateit-range {
  position: relative;
  display: inline-block;
  background: url("/DesktopModules/EasyDNNNews/Templates/_default/Ozone/assets/images/common/rate_stars.png");
  height: 16px;
  left: 2px;
}
.eds_news_Ozone.eds_subCollection_news div.EDN_article_rateit div.rateit-hover {
  position: absolute;
}
.eds_news_Ozone.eds_subCollection_news div.EDN_article_rateit div.rateit-hover {
  background: url("/DesktopModules/EasyDNNNews/Templates/_default/Ozone/assets/images/common/rate_stars.png") left -32px;
}
.eds_news_Ozone.eds_subCollection_news div.EDN_article_rateit div.rateit-hover-rtl {
  background-position: right -32px;
}
.eds_news_Ozone.eds_subCollection_news div.EDN_article_rateit div.rateit-selected {
  background: url("/DesktopModules/EasyDNNNews/Templates/_default/Ozone/assets/images/common/rate_stars.png") left -16px;
}
.eds_news_Ozone.eds_subCollection_news div.EDN_article_rateit div.rateit-selected-rtl {
  background-position: right -16px;
}
.eds_news_Ozone.eds_subCollection_news .article_rating + .edn_ArticleVoting {
  margin-left: 50px;
}
@media handheld, only screen and (max-width: 992px), only screen and (max-device-width: 992px) {
  .eds_news_Ozone.eds_subCollection_news .article_rating + .edn_ArticleVoting {
    margin-left: 0;
    display: block;
    text-align: right;
  }
}
.eds_news_Ozone.eds_subCollection_news .edn_ArticleVoting {
  display: inline-block;
  vertical-align: middle;
}
.eds_news_Ozone.eds_subCollection_news .edn_ArticleVoting > span {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px;
  position: relative;
  font: 13px/1 "PT Sans", sans-serif;
  cursor: pointer;
}
.eds_news_Ozone.eds_subCollection_news .edn_ArticleVoting > span > i {
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  line-height: 1;
  color: #bababa;
  padding-right: 7px;
}
.eds_news_Ozone.eds_subCollection_news .edn_ArticleVoting > span .edn_voteTooltip {
  display: inline-block;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  visibility: hidden;
  color: #fff;
  font-size: 12px;
  line-height: 1;
  letter-spacing: normal;
  background-color: #4c4c4c;
  white-space: nowrap;
  padding: 6px 10px;
  border-radius: 2px;
  transition: all 400ms;
}
.eds_news_Ozone.eds_subCollection_news .edn_ArticleVoting > span .edn_voteTooltip::before {
  content: "";
  bottom: calc(100% - 4px);
  left: calc(50% - 4px);
  width: 8px;
  height: 8px;
  background-color: #4c4c4c;
  position: absolute;
  transform: rotate(45deg);
}
.eds_news_Ozone.eds_subCollection_news .edn_ArticleVoting > span:hover .edn_voteTooltip {
  opacity: 1;
  visibility: visible;
  z-index: 1;
  top: 130%;
}
.eds_news_Ozone.eds_subCollection_news .edn_ArticleVoting > span.edn__voted {
  cursor: default;
}
.eds_news_Ozone.eds_subCollection_news .edn_ArticleVoting > span.edn__voted > i {
  color: #bababa;
}
.eds_news_Ozone.eds_subCollection_news .edn_ArticleVoting > span.edn__voted .edn_voteTooltip {
  display: none;
}
.eds_news_Ozone.eds_subCollection_news .edn_ArticleVoting > span.edn__voted:hover > i {
  color: #bababa;
}
.eds_news_Ozone.eds_subCollection_news .edn_ArticleVoting > span.edn__votedUp > i, .eds_news_Ozone.eds_subCollection_news .edn_ArticleVoting > span.edn__votedDown > i, .eds_news_Ozone.eds_subCollection_news .edn_ArticleVoting > span.edn__votedUp:hover > i, .eds_news_Ozone.eds_subCollection_news .edn_ArticleVoting > span.edn__votedDown:hover > i, .eds_news_Ozone.eds_subCollection_news .edn_ArticleVoting > span:hover > i {
  color: #37b1ab;
}

.eds_news_Ozone.eds_subCollection_search {
  float: none;
  height: auto;
  min-width: 0;
  width: auto;
  overflow: visible;
  transition: none 0 none;
  font-family: "PT Sans", sans-serif;
  line-height: 1.3;
  font-size: 13px;
  color: #504e4e;
}
.eds_news_Ozone.eds_subCollection_search div, .eds_news_Ozone.eds_subCollection_search span, .eds_news_Ozone.eds_subCollection_search a, .eds_news_Ozone.eds_subCollection_search label, .eds_news_Ozone.eds_subCollection_search input {
  font-family: inherit;
  color: inherit;
  line-height: inherit;
  font-size: inherit;
}
.eds_news_Ozone.eds_subCollection_search a {
  text-decoration: none;
  color: #c81704;
  transition: color 0.3s linear;
}
.eds_news_Ozone.eds_subCollection_search a:hover {
  color: #504e4e;
  text-decoration: none;
}
.eds_news_Ozone.eds_subCollection_search .fa {
  line-height: 1;
}
.eds_news_Ozone.eds_subCollection_search .acInput.acLoading {
  background-image: url("/DesktopModules/EasyDNNNews/Templates/_default/Ozone/assets/images/common/indicator.gif") !important;
  background-repeat: no-repeat !important;
  background-position: 95% 50% !important;
}
.eds_news_Ozone.eds_subCollection_search .search_input {
  border: solid 1px #d4d4d4;
  border-radius: 4px;
  background-color: #fff;
}
.eds_news_Ozone.eds_subCollection_search .search_input::after {
  display: block;
  content: "";
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
}
.eds_news_Ozone.eds_subCollection_search .search_input .input {
  float: left;
  padding: 0 10px;
  line-height: 0;
  font-size: 0;
  width: 85%;
}
.eds_news_Ozone.eds_subCollection_search .search_input .input input[type=text],
.eds_news_Ozone.eds_subCollection_search .search_input .input input[type=text]:hover,
.eds_news_Ozone.eds_subCollection_search .search_input .input input[type=text]:focus {
  border: none;
  outline: none;
  background: none #fff;
  box-shadow: none;
  color: #848484;
  line-height: 28px;
  height: 30px;
  font-size: 13px;
  width: 100%;
  margin: 0;
  padding: 0;
}
.eds_news_Ozone.eds_subCollection_search .search_input .do_search {
  padding: 0 5px;
  line-height: 29px;
  float: right;
  min-width: 35px;
  width: 10%;
  text-align: center;
  text-decoration: none;
  border: solid 1px #d4d4d4;
  border-top: none !important;
  border-right: none !important;
  border-bottom: none !important;
}
.eds_news_Ozone.eds_subCollection_search .search_input .do_search:hover {
  text-decoration: none;
}
.eds_news_Ozone.eds_subCollection_search .search_input .do_search > span {
  display: none;
}
.eds_news_Ozone.eds_subCollection_search .search_input .do_search::before {
  content: "\f002";
  display: inline-block;
  vertical-align: middle;
  font-family: "FontAwesome";
  font-size: 21px;
  font-style: normal;
  font-weight: normal;
}
.eds_news_Ozone.eds_subCollection_search .search_input.button_outside {
  border: none !important;
  border-radius: 0 !important;
  background: none transparent !important;
  box-shadow: none !important;
}
.eds_news_Ozone.eds_subCollection_search .search_input.button_outside .input {
  float: none;
  width: auto;
  padding: 0;
}
.eds_news_Ozone.eds_subCollection_search .search_input.button_outside .input input[type=text],
.eds_news_Ozone.eds_subCollection_search .search_input.button_outside .input input[type=text]:hover,
.eds_news_Ozone.eds_subCollection_search .search_input.button_outside .input input[type=text]:focus {
  border: solid 1px #d4d4d4;
  border-radius: 4px;
  padding: 0 10px;
}
.eds_news_Ozone.eds_subCollection_search .search_input.button_outside .do_search {
  width: auto;
  clear: both;
  border: 1px solid #c81704 !important;
  background: none #fff;
  text-shadow: none;
  text-decoration: none;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  padding: 0 18px;
  border-radius: 4px;
  box-shadow: none;
  margin-top: 10px;
  color: #c81704;
  transition: all 200ms linear;
}
.eds_news_Ozone.eds_subCollection_search .search_input.button_outside .do_search > span {
  display: inline-block;
  padding-left: 10px;
}
.eds_news_Ozone.eds_subCollection_search .search_input.button_outside .do_search:hover {
  color: #fff;
  background-color: #c81704;
}
.eds_news_Ozone.eds_subCollection_search .search_input .acInput.acLoading {
  background-image: url("/DesktopModules/EasyDNNNews/Templates/_default/Ozone/assets/images/common/indicator.gif");
  background-repeat: none;
  background-position: 90% 10%;
}
.eds_news_Ozone.eds_subCollection_search .edncf_AdvancedSearch .edncf_container {
  position: relative;
  padding: 5px 0 20px;
}
.eds_news_Ozone.eds_subCollection_search .edncf_AdvancedSearch .edncf_container > span {
  display: block;
  margin-bottom: 10px;
}
.eds_news_Ozone.eds_subCollection_search .edncf_AdvancedSearch .edncf_container > div {
  margin-bottom: 10px;
}
.eds_news_Ozone.eds_subCollection_search .edncf_AdvancedSearch .edncf_container label {
  font-weight: normal;
  margin: 0;
  padding: 0;
  line-height: 1;
}
.eds_news_Ozone.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_DropDownList > span {
  border: solid 1px #d4d4d4;
  border-radius: 4px;
  display: block;
  position: relative;
  overflow: hidden;
  background-color: #fff;
  line-height: 28px;
  padding-right: 35px;
}
.eds_news_Ozone.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_DropDownList > span::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  content: "\f107";
  color: #c81704;
  font-size: 20px;
  font-weight: bold;
  width: 35px;
  z-index: 1;
  font-family: "FontAwesome";
  text-align: center;
  border: solid 1px #d4d4d4;
  border-top: none !important;
  border-right: none !important;
  border-bottom: none !important;
}
.eds_news_Ozone.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_DropDownList > span select {
  border: none;
  outline: none;
  background: none transparent;
  box-shadow: none;
  outline: none;
  width: 125%;
  position: relative;
  z-index: 2;
  padding: 0 10px;
  color: #848484;
  font-size: 13px;
  font-family: "PT sans";
  margin: 0;
  height: 28px;
}
.eds_news_Ozone.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_DropDownList > span select:focus {
  outline: none;
}
.eds_news_Ozone.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_DropDownList > span select:disabled {
  color: #ccc !important;
}
.eds_news_Ozone.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_Multiselect .edncf_MultiselectGroup .ms-parent {
  width: 100% !important;
  display: block;
  position: relative;
}
.eds_news_Ozone.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_Multiselect .edncf_MultiselectGroup .ms-choice {
  display: block;
  width: 100%;
  border: solid 1px #d4d4d4;
  border-radius: 4px;
  display: block;
  position: relative;
  overflow: hidden;
  background-color: #fff;
  line-height: 28px;
  text-align: left;
  padding: 0 45px 0 10px;
  box-shadow: none;
  outline: none;
}
.eds_news_Ozone.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_Multiselect .edncf_MultiselectGroup .ms-choice > span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  line-height: 28px;
  color: #848484;
  opacity: 1;
  cursor: unset;
  background: none;
  vertical-align: unset;
  display: inline;
}
.eds_news_Ozone.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_Multiselect .edncf_MultiselectGroup .ms-choice > div {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 35px;
  z-index: 1;
  text-align: center;
  border: solid 1px #d4d4d4;
  border-top: none !important;
  border-right: none !important;
  border-bottom: none !important;
}
.eds_news_Ozone.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_Multiselect .edncf_MultiselectGroup .ms-choice > div::before {
  content: "\f107";
  color: #c81704;
  font-size: 20px;
  font-weight: bold;
  font-family: "FontAwesome";
}
.eds_news_Ozone.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_Multiselect .edncf_MultiselectGroup .ms-choice > div.open::before {
  content: "\f106";
}
.eds_news_Ozone.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_Multiselect .edncf_MultiselectGroup .ms-choice.disabled {
  cursor: default;
}
.eds_news_Ozone.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_Multiselect .edncf_MultiselectGroup .ms-drop {
  display: none;
  overflow: hidden;
  position: absolute;
  width: 100%;
  z-index: 1000;
  border: solid 1px #d4d4d4;
  border-radius: 4px;
  margin-top: 1px;
  background-color: #fff;
}
.eds_news_Ozone.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_Multiselect .edncf_MultiselectGroup .ms-drop ul {
  margin: 0;
  padding: 10px;
  overflow: auto;
}
.eds_news_Ozone.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_Multiselect .edncf_MultiselectGroup .ms-drop ul > li {
  background-image: none;
  display: list-item;
  list-style: outside none none;
  position: static;
  padding: 0;
  margin: 0 0 3px;
}
.eds_news_Ozone.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_Multiselect .edncf_MultiselectGroup .ms-drop ul > li label {
  display: block;
  white-space: nowrap;
}
.eds_news_Ozone.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_Multiselect .edncf_MultiselectGroup .ms-drop ul > li label > input {
  display: none;
}
.eds_news_Ozone.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_Multiselect .edncf_MultiselectGroup .ms-drop ul > li label > span {
  display: inline-block;
  vertical-align: middle;
  font-weight: normal;
}
.eds_news_Ozone.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_Multiselect .edncf_MultiselectGroup .ms-drop ul > li label > span::before {
  display: inline-block;
  vertical-align: middle;
  content: "";
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  background-repeat: no-repeat;
  background-position: 0 0;
  margin-right: 5px;
  font-family: "FontAwesome";
  font-size: 11px;
  color: #8e1003;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.8);
  background-image: url("/DesktopModules/EasyDNNNews/Templates/_default/Ozone/assets/images/advancedSearch/checkBoxes/background/predefined/checkBoxBg.png");
}
.eds_news_Ozone.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_Multiselect .edncf_MultiselectGroup .ms-drop ul > li.selected label > span::before {
  background-position: 0 bottom;
  content: "\f00c";
}
.eds_news_Ozone.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_Multiselect .edncf_MultiselectGroup .ms-drop.bottom {
  top: 100%;
}
.eds_news_Ozone.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_Multiselect .edncf_MultiselectGroup .ms-drop.top {
  bottom: 100%;
}
.eds_news_Ozone.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_Text .edncf_TextInput input {
  border: solid 1px #d4d4d4;
  border-radius: 4px;
  padding: 0 10px;
  line-height: 28px;
  height: 30px;
  color: #848484;
  font-size: 13px;
  width: 100%;
  background: none #fff;
  font-family: "PT sans";
  margin: 0;
  padding: 0 10px;
  box-shadow: none;
  outline: none;
}
.eds_news_Ozone.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_Text label,
.eds_news_Ozone.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_dateSearchField label,
.eds_news_Ozone.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_MultiselectGroup .ms-parent > label,
.eds_news_Ozone.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_DropDownList > label {
  display: block;
  margin-bottom: 5px;
}
.eds_news_Ozone.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_RangeSliderInput > span > label {
  display: block;
  margin-bottom: 10px;
}
.eds_news_Ozone.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_RangeSliderInput .irs {
  height: 45px;
  position: relative;
  display: block;
}
.eds_news_Ozone.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_RangeSliderInput .irs .irs-line {
  display: block;
  position: relative;
  padding: 2px;
  background-color: #d6d6d6;
  height: 13px;
  border-style: solid;
  border-width: 1px;
  border-color: #c7c7c7 #c7c7c7 #d3d3d3;
  border-radius: 6px;
}
.eds_news_Ozone.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_RangeSliderInput .irs .irs-line .irs-line-left,
.eds_news_Ozone.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_RangeSliderInput .irs .irs-line .irs-line-right {
  display: none;
}
.eds_news_Ozone.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_RangeSliderInput .irs .irs-line .irs-line-mid {
  display: block;
  height: 7px;
  border-radius: 4px;
  background-color: #c3c3c3;
  border: solid 1px #bcbcbc;
  box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.35), 0 1px 3px 0 rgba(0, 0, 0, 0.24) inset;
}
.eds_news_Ozone.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_RangeSliderInput .irs .irs-diapason {
  top: 3px;
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 7px;
  background-color: #c81704;
  border-style: solid;
  border-width: 1px;
  border-color: #931103 #931103 #bf1604;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.24) inset;
}
.eds_news_Ozone.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_RangeSliderInput .irs .irs-slider {
  border: solid 1px #eeeff0;
  border: solid 1px rgba(0, 0, 0, 0.2);
  background-color: #d4d8de;
  height: 20px;
  width: 20px;
  cursor: default;
  display: block;
  position: absolute;
  z-index: 1;
  top: -3px;
  border-radius: 50%;
  box-shadow: 0 6px 6px 0px rgba(255, 255, 255, 0.8) inset;
}
.eds_news_Ozone.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_RangeSliderInput .irs .irs-slider::before {
  position: absolute;
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #c71704;
  box-shadow: 0 1px 1px 0 rgba(255, 255, 255, 0.35), 0 1px 2px 0 rgba(0, 0, 0, 0.5) inset;
  top: 50%;
  left: 50%;
  margin: -4px 0 0 -4px;
}
.eds_news_Ozone.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_RangeSliderInput .irs .irs-from,
.eds_news_Ozone.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_RangeSliderInput .irs .irs-to,
.eds_news_Ozone.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_RangeSliderInput .irs .irs-single {
  color: #c81704;
  position: absolute;
  white-space: nowrap;
  top: 25px;
  font-size: 12px;
  line-height: 1;
}
.eds_news_Ozone.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_RangeSliderInput .irs .irs-min,
.eds_news_Ozone.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_RangeSliderInput .irs .irs-max {
  top: 25px;
  font-size: 12px;
  line-height: 1;
  color: #a8a8a8;
  position: absolute;
}
.eds_news_Ozone.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_RangeSliderInput .irs .irs-min {
  left: 0;
}
.eds_news_Ozone.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_RangeSliderInput .irs .irs-max {
  right: 0;
}
.eds_news_Ozone.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_CheckBox .edncf_ltIE input[type=checkbox],
.eds_news_Ozone.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_CheckBoxList .edncf_CheckBoxListGroup .edncf_ltIE .edncf_CheckBox input[type=checkbox] {
  display: inline;
}
.eds_news_Ozone.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_CheckBox .edncf_ltIE label,
.eds_news_Ozone.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_CheckBoxList .edncf_CheckBoxListGroup .edncf_ltIE .edncf_CheckBox label {
  padding-left: 0;
}
.eds_news_Ozone.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_CheckBox .edncf_ltIE label::before,
.eds_news_Ozone.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_CheckBoxList .edncf_CheckBoxListGroup .edncf_ltIE .edncf_CheckBox label::before {
  display: none;
}
.eds_news_Ozone.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_RadioButtonList .edncf_RadioButtonGroup .edncf_ltIE .edncf_RadioButton input[type=radio] {
  display: inline;
}
.eds_news_Ozone.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_RadioButtonList .edncf_RadioButtonGroup .edncf_ltIE .edncf_RadioButton label {
  padding-left: 0;
}
.eds_news_Ozone.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_RadioButtonList .edncf_RadioButtonGroup .edncf_ltIE .edncf_RadioButton label::before {
  display: none;
}
.eds_news_Ozone.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_CheckBox,
.eds_news_Ozone.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_RadioButton {
  display: block;
  margin: 4px 0;
}
.eds_news_Ozone.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_CheckBox input,
.eds_news_Ozone.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_RadioButton input {
  display: none;
}
.eds_news_Ozone.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_CheckBox label,
.eds_news_Ozone.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_RadioButton label {
  display: inline-block;
  vertical-align: middle;
  font-weight: normal;
}
.eds_news_Ozone.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_CheckBox label::before,
.eds_news_Ozone.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_RadioButton label::before {
  display: inline-block;
  vertical-align: middle;
  content: "";
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  background-repeat: no-repeat;
  background-position: 0 0;
  margin-right: 5px;
  font-family: "FontAwesome";
  font-size: 11px;
  color: #8e1003;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.8);
}
.eds_news_Ozone.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_CheckBox label::before {
  background-image: url("/DesktopModules/EasyDNNNews/Templates/_default/Ozone/assets/images/advancedSearch/checkBoxes/background/predefined/checkBoxBg.png");
}
.eds_news_Ozone.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_CheckBox input[type=checkbox]:checked + label::before {
  background-position: 0 bottom;
  content: "\f00c";
}
.eds_news_Ozone.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_RadioButton label::before {
  background-image: url("/DesktopModules/EasyDNNNews/Templates/_default/Ozone/assets/images/advancedSearch/radioButtons/background/predefined/radioButtonBg.png");
}
.eds_news_Ozone.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_RadioButton input[type=radio]:checked + label::before {
  background-position: 0 bottom;
  content: "\f111";
  font-size: 8px;
}
.eds_news_Ozone.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_dateSearchField .input-group {
  margin: 0;
}
.eds_news_Ozone.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_dateSearchField .input-group + .input-group {
  margin-top: 5px;
}
.eds_news_Ozone.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_dateSearchField .glyphicon {
  font-family: "Glyphicons Halflings";
}
.eds_news_Ozone.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_dateSearchField .form-control {
  border: solid 1px #d4d4d4;
  border-radius: 4px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  box-shadow: none;
  outline: none;
  color: #848484;
  font-size: 13px;
  font-family: "PT sans";
  height: 30px;
  line-height: 28px;
  margin: 0;
  background-color: #fff;
  padding: 0 6px;
}
.eds_news_Ozone.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_dateSearchField .input-group-addon {
  border: solid 1px #d4d4d4;
  border-radius: 4px;
  border-left: none;
  background-color: #fff;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  height: 30px;
  padding: 0 11px;
  color: #c81704;
  line-height: 26px;
  vertical-align: top;
}
.eds_news_Ozone.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_CheckBoxList > span,
.eds_news_Ozone.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_RadioButtonList > span {
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
}
.eds_news_Ozone.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_submitContainer {
  text-align: right;
  padding-top: 20px;
  margin: 0;
}
.eds_news_Ozone.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_submitContainer > a {
  display: inline-block;
  background: none #fff;
  text-shadow: none;
  text-decoration: none;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 12px;
  line-height: 29px;
  text-transform: uppercase;
  padding: 0 18px;
  border-radius: 4px;
  box-shadow: none;
  color: #c81704;
  transition: all 200ms linear;
}
.eds_news_Ozone.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_submitContainer > a:hover {
  text-decoration: none;
}
.eds_news_Ozone.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_submitContainer > a.edncf_submit {
  border: 1px solid #c81704;
}
.eds_news_Ozone.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_submitContainer > a.edncf_submit:hover {
  color: #fff;
  background-color: #c81704;
}
.eds_news_Ozone.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_submitContainer > a.edncf_submit::before {
  content: "\f002";
  display: inline-block;
  vertical-align: top;
  font-family: "FontAwesome";
  font-size: 21px;
  margin-right: 10px;
  font-style: normal;
  font-weight: normal;
  line-height: 26px;
}
.eds_news_Ozone.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_submitContainer > a.edncf_reset {
  border: solid 1px #ddd;
  color: #c81704;
}
.eds_news_Ozone.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_submitContainer > a.edncf_reset:hover {
  color: #504e4e;
  border: solid 1px #c81704;
}
.eds_news_Ozone.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_submitContainer > a + a {
  margin-left: 5px;
}
.eds_news_Ozone.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_searchInProgressOverlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff url("/DesktopModules/EasyDNNNews/Templates/_default/Ozone/assets/images/common/searchInProgress.gif") center center no-repeat;
  opacity: 0.7;
  z-index: 999;
}
.eds_news_Ozone.eds_subCollection_search .edncf_AdvancedSearch.edncf_horizontalOrientation .edncf_container {
  padding-bottom: 0;
}
.eds_news_Ozone.eds_subCollection_search .edncf_AdvancedSearch.edncf_horizontalOrientation .edncf_container > span {
  display: inline-block;
  vertical-align: middle;
  margin: 0 30px 15px 0;
}
.eds_news_Ozone.eds_subCollection_search .edncf_AdvancedSearch.edncf_horizontalOrientation .edncf_container .edncf_DropDownList > span {
  min-width: 145px;
}
.eds_news_Ozone.eds_subCollection_search .edncf_AdvancedSearch.edncf_horizontalOrientation .edncf_container .edncf_DropDownList > span select {
  width: 160%;
}
.eds_news_Ozone.eds_subCollection_search .edncf_AdvancedSearch.edncf_horizontalOrientation .edncf_container .edncf_Multiselect .edncf_MultiselectGroup .ms-parent {
  width: 180px !important;
  display: inline-block;
}
.eds_news_Ozone.eds_subCollection_search .edncf_AdvancedSearch.edncf_horizontalOrientation .edncf_container .edncf_Multiselect .edncf_MultiselectGroup .ms-choice {
  min-width: 145px;
}
.eds_news_Ozone.eds_subCollection_search .edncf_AdvancedSearch.edncf_horizontalOrientation .edncf_container .edncf_RangeSliderInput {
  display: block;
  margin-right: 0;
}
.eds_news_Ozone.eds_subCollection_search .edncf_AdvancedSearch.edncf_horizontalOrientation .edncf_container .edncf_CheckBoxList > span,
.eds_news_Ozone.eds_subCollection_search .edncf_AdvancedSearch.edncf_horizontalOrientation .edncf_container .edncf_RadioButtonList > span {
  display: inline-block;
  margin-bottom: 0;
}
.eds_news_Ozone.eds_subCollection_search .edncf_AdvancedSearch.edncf_horizontalOrientation .edncf_container .edncf_CheckBoxList,
.eds_news_Ozone.eds_subCollection_search .edncf_AdvancedSearch.edncf_horizontalOrientation .edncf_container .edncf_RadioButtonList {
  display: inline-block;
  margin-right: 15px;
}
.eds_news_Ozone.eds_subCollection_search .edncf_AdvancedSearch.edncf_horizontalOrientation .edncf_container .edncf_CheckBoxList .edncf_CheckBox,
.eds_news_Ozone.eds_subCollection_search .edncf_AdvancedSearch.edncf_horizontalOrientation .edncf_container .edncf_CheckBoxList .edncf_RadioButton,
.eds_news_Ozone.eds_subCollection_search .edncf_AdvancedSearch.edncf_horizontalOrientation .edncf_container .edncf_RadioButtonList .edncf_CheckBox,
.eds_news_Ozone.eds_subCollection_search .edncf_AdvancedSearch.edncf_horizontalOrientation .edncf_container .edncf_RadioButtonList .edncf_RadioButton {
  display: inline-block;
  margin: 4px 10px;
}
.eds_news_Ozone.eds_subCollection_search .edncf_AdvancedSearch.edncf_horizontalOrientation .edncf_container .edncf_dateSearchField {
  display: block;
  margin-right: 0;
}
.eds_news_Ozone.eds_subCollection_search .edncf_AdvancedSearch.edncf_horizontalOrientation .edncf_container .edncf_dateSearchField > .input-group {
  float: left;
  width: 49%;
}
.eds_news_Ozone.eds_subCollection_search .edncf_AdvancedSearch.edncf_horizontalOrientation .edncf_container .edncf_dateSearchField > .input-group + .input-group {
  float: right;
  margin: 0;
}
.eds_news_Ozone.eds_subCollection_search .edncf_AdvancedSearch.edncf_horizontalOrientation .edncf_container .edncf_dateSearchField::after {
  content: "";
  display: table;
  width: 100%;
  height: 0;
  overflow: hidden;
  clear: both;
}
.eds_news_Ozone.eds_subCollection_search .edncf_AdvancedSearch.edncf_horizontalOrientation .edncf_container .edncf_Text > span {
  display: inline-block;
  vertical-align: middle;
}
.eds_news_Ozone.eds_subCollection_search .edncf_AdvancedSearch.edncf_horizontalOrientation .edncf_container .edncf_Text > span + span {
  margin-left: 15px;
}
.eds_news_Ozone.eds_subCollection_search .edncf_AdvancedSearch.edncf_horizontalOrientation .edncf_container .edncf_submitContainer {
  display: inline-block;
  vertical-align: top;
  padding: 0;
}
.eds_news_Ozone.eds_subCollection_search .ednSbl_search .ednSbl_list {
  margin: 0 -3px;
  padding: 0;
  font-size: 0;
  line-height: 0;
}
.eds_news_Ozone.eds_subCollection_search .ednSbl_search .ednSbl_itemWrapper {
  list-style-type: none;
  display: inline-block;
  vertical-align: middle;
  margin: 3px;
  transition: all 300ms;
}
.eds_news_Ozone.eds_subCollection_search .ednSbl_search .ednSbl_itemWrapper.ednSbl_selected .ednSbl_item {
  border-color: #c81704;
}
.eds_news_Ozone.eds_subCollection_search .ednSbl_search .ednSbl_itemWrapper.ednSbl_selected .ednSbl_item .ednSbl_letter {
  background-color: #c81704;
  color: #fff;
}
.eds_news_Ozone.eds_subCollection_search .ednSbl_search .ednSbl_itemWrapper:hover a.ednSbl_item {
  border-color: #c81704;
}
.eds_news_Ozone.eds_subCollection_search .ednSbl_search .ednSbl_itemWrapper:hover a.ednSbl_item .ednSbl_count {
  width: auto;
  padding: 7px 9px;
}
.eds_news_Ozone.eds_subCollection_search .ednSbl_search .ednSbl_itemWrapper:hover a.ednSbl_item .ednSbl_count::before {
  left: 0;
}
.eds_news_Ozone.eds_subCollection_search .ednSbl_search span.ednSbl_item {
  color: #b4b4b4;
}
.eds_news_Ozone.eds_subCollection_search .ednSbl_search span.ednSbl_item .ednSbl_letter + .ednSbl_count {
  display: none;
}
.eds_news_Ozone.eds_subCollection_search .ednSbl_search .ednSbl_item {
  font: 12px/1.2 "PT Sans", sans-serif;
  display: inline-block;
  border: solid 1px #a0a0a0;
  border-radius: 3px;
  overflow: hidden;
  text-decoration: none;
  color: #504e4e;
  transition: all 300ms;
}
.eds_news_Ozone.eds_subCollection_search .ednSbl_search .ednSbl_item > span {
  padding: 7px 9px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  text-align: center;
}
.eds_news_Ozone.eds_subCollection_search .ednSbl_search .ednSbl_item .ednSbl_letter {
  min-width: 30px;
}
.eds_news_Ozone.eds_subCollection_search .ednSbl_search .ednSbl_item .ednSbl_count {
  width: 0;
  overflow: hidden;
  background-color: #c81704;
  position: relative;
  overflow: hidden;
  color: #fff;
  padding: 7px 0;
  transition: all 300ms;
}
.eds_news_Ozone.eds_subCollection_search .ednSbl_search .ednSbl_item .ednSbl_count::before {
  display: inline-block;
  content: "";
  position: absolute;
  top: 50%;
  left: -4px;
  border: solid 4px transparent;
  border-left-color: #fff;
  margin-top: -4px;
  transition: left 300ms ease 200ms;
}
.eds_news_Ozone .edn_searchInfoResults {
  margin: 30px 0 !important;
  padding: 10px 15px !important;
  background-color: #efefef;
  border: solid 1px #e8e8e8;
  color: #4A4A4A !important;
  font-size: 14px !important;
  line-height: 1.3 !important;
}
.eds_news_Ozone .edn_searchInfoResults > span {
  font-weight: bold;
  color: #333;
  font-size: 14px !important;
  line-height: 1.3 !important;
}

.EDN_search.theme_Ozone {
  padding: 0px;
  border: 1px solid #c81704;
  background-color: #fff;
  overflow: hidden;
  z-index: 9999999;
  margin: 0 20px;
}
.EDN_search.theme_Ozone ul {
  margin: 0px;
  padding: 0px;
}
.EDN_search.theme_Ozone ul li {
  list-style-type: none;
  margin: 0px;
  padding: 0;
}
.EDN_search.theme_Ozone ul li span a {
  padding: 2px 10px;
  display: block;
  font-size: 12px;
  color: #504e4e;
  text-decoration: none;
  border: solid 1px transparent;
  transition: all 300ms linear;
}
.EDN_search.theme_Ozone ul li span a:hover {
  text-decoration: none;
}
.EDN_search.theme_Ozone ul li.acSelect a {
  background-color: #f8f8f8;
  border-color: #d4d4d4 transparent;
  color: #c81704;
  transform: scale(1.05);
}

.eds_news_Ozone.eds_subCollection_tagCloud div, .eds_news_Ozone.eds_subCollection_tagCloud a, .eds_news_Ozone.eds_subCollection_tagCloud span {
  font-family: inherit;
  color: inherit;
  line-height: inherit;
  font-size: inherit;
}
.eds_news_Ozone.eds_subCollection_tagCloud > div a {
  border: solid 1px #c81704;
  border-radius: 4px;
  font-size: 14px;
  text-decoration: none;
  margin: 0 5px 5px 0;
  display: inline-block;
  overflow: hidden;
}
.eds_news_Ozone.eds_subCollection_tagCloud > div a span {
  display: inline-block;
  color: #c81704;
  padding: 5px 10px;
  background-color: #fff;
  font-weight: bold;
  transition: all linear 200ms;
}
.eds_news_Ozone.eds_subCollection_tagCloud > div a span:first-child {
  background-color: #c81704;
  color: #fff;
  font-weight: normal;
}
.eds_news_Ozone.eds_subCollection_tagCloud > div a:hover span:first-child {
  background-color: #fff;
  color: #c81704;
}

.eds_news_Ozone [class*=edn_accordionWrapper] .edsAccordion_section .edsAccordion_title {
  cursor: pointer;
}
.eds_news_Ozone [class*=edn_accordionWrapper] .edsAccordion_section .edsAccordion_contentWrapper {
  position: relative;
  height: 0;
  overflow: hidden;
}
.eds_news_Ozone [class*=edn_accordionWrapper] .edsAccordion_section.edsAccordion_active .edsAccordion_contentWrapper {
  height: auto;
}
@media handheld, only screen and (max-width: 768px), only screen and (max-device-width: 768px) {
  .eds_news_Ozone .edn_articleAccordion {
    height: auto !important;
  }
}
.eds_news_Ozone .edn_articleAccordion .edsAccordion_section {
  margin: 0 0 5px;
  padding: 0;
  border: none;
}
.eds_news_Ozone .edn_articleAccordion .edsAccordion_section .edsAccordion_title {
  position: relative;
  border-bottom: solid 1px #ddd;
  cursor: pointer;
  margin: 0;
  padding: 5px 2px;
  font-size: 20px;
  line-height: 1;
  letter-spacing: normal;
  color: #504e4e;
  transition: color 300ms linear;
}
.eds_news_Ozone .edn_articleAccordion .edsAccordion_section .edsAccordion_title:hover {
  color: #c81704;
}
.eds_news_Ozone .edn_articleAccordion .edsAccordion_section .edsAccordion_title:hover::after {
  transform: scale(1.8);
}
.eds_news_Ozone .edn_articleAccordion .edsAccordion_section .edsAccordion_title::after {
  position: absolute;
  content: "\f107";
  right: 1%;
  bottom: 5px;
  font-family: FontAwesome;
  font-size: 20px;
  line-height: 1;
  color: #c81704;
  font-weight: normal;
  font-style: normal;
  transition: all 0.2s ease-in-out;
}
.eds_news_Ozone .edn_articleAccordion .edsAccordion_section .edsAccordion_contentWrapper .edsAccordion_content {
  padding: 10px 0;
}
.eds_news_Ozone .edn_articleAccordion .edsAccordion_section .edsAccordion_contentWrapper .edn_articleSummary {
  padding-top: 0;
}
.eds_news_Ozone .edn_articleAccordion .edsAccordion_section.edsAccordion_active .edsAccordion_title {
  color: #c81704;
}
.eds_news_Ozone .edn_articleAccordion .edsAccordion_section.edsAccordion_active .edsAccordion_title::after {
  content: "\f106";
}
.eds_news_Ozone .edn_articleAccordion .edsAccordion_section.edn_listArticle2 .edsAccordion_title {
  padding-right: 30px;
}
.eds_news_Ozone .edn_articleAccordion .edsAccordion_section.edn_listArticle3 > header {
  margin: 0;
  padding: 0;
  border: none;
  padding: 10px 30px 10px 0;
  border-bottom: dashed 1px #bfbfbf;
}
.eds_news_Ozone .edn_articleAccordion .edsAccordion_section.edn_listArticle3 > header::after {
  top: auto;
  bottom: 50%;
}
.eds_news_Ozone .edn_articleAccordion .edsAccordion_section.edn_listArticle3 > header > h3 {
  font-size: 18px;
  color: #504e4e;
  font-size: 16px;
  margin: 0;
  padding: 0;
}
.eds_news_Ozone .edn_articleAccordion .edsAccordion_section.edn_listArticle3 > header:hover > h3 {
  color: #c81704;
}
.eds_news_Ozone .edn_articleAccordion .edsAccordion_section.edn_listArticle3 > header .edn_metaDetails {
  margin: 5px 0 10px;
}
.eds_news_Ozone .edn_articleAccordion .edsAccordion_section.edn_listArticle3 .edsAccordion_contentWrapper .edsAccordion_content .edn_mediaContainer {
  margin: 0 10px 5px 0;
}
.eds_news_Ozone .edn_articleAccordion .edsAccordion_section.edn_listArticle3 .edsAccordion_contentWrapper .edsAccordion_content .edn_mediaContainer a {
  overflow: hidden;
  display: inline-block;
}
.eds_news_Ozone .edn_articleAccordion .edsAccordion_section.edn_listArticle3 .edsAccordion_contentWrapper .edsAccordion_content .edn_mediaContainer a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border: solid 0 rgba(255, 255, 255, 0.4);
  transition: all 150ms ease-in-out;
}
.eds_news_Ozone .edn_articleAccordion .edsAccordion_section.edn_listArticle3 .edsAccordion_contentWrapper .edsAccordion_content .edn_mediaContainer a > img {
  border: none;
  padding: 0;
  max-width: 100%;
  height: auto;
  transition: all 200ms ease-in-out;
}
.eds_news_Ozone .edn_articleAccordion .edsAccordion_section.edn_listArticle3 .edsAccordion_contentWrapper .edsAccordion_content .edn_mediaContainer a:hover::after {
  border-width: 3px;
}
.eds_news_Ozone .edn_articleAccordion .edsAccordion_section.edn_listArticle3 .edsAccordion_contentWrapper .edsAccordion_content .edn_mediaContainer a:hover > img {
  transform: scale(1.05);
}
.eds_news_Ozone .edn_articleAccordion .edsAccordion_section.edn_listArticle3 .edsAccordion_contentWrapper .edsAccordion_content h2.edn_articleTitle {
  font-size: 18px;
}
.eds_news_Ozone .edn_articleAccordion .edsAccordion_section.edn_listArticle3 .edsAccordion_contentWrapper .edsAccordion_content .edn_metaDetails {
  margin: 0;
}
.eds_news_Ozone .edn_articleAccordion .edsAccordion_section.edn_listArticle3.edsAccordion_active > header {
  display: none;
}
.eds_news_Ozone .edn_articleAccordion .edsAccordion_section.edn_listArticle3:last-child > header {
  border: none !important;
}
.eds_news_Ozone .edn_articleAccordion .edsAccordion_section.edn_listArticle3.edn_verticalAccordion {
  border: none;
  position: relative;
}
.eds_news_Ozone .edn_articleAccordion .edsAccordion_section.edn_listArticle3.edn_verticalAccordion > header {
  float: right;
  clear: right;
  display: block;
  padding: 10px 0;
  transition: all 200ms linear;
}
@media handheld, only screen and (max-width: 768px), only screen and (max-device-width: 768px) {
  .eds_news_Ozone .edn_articleAccordion .edsAccordion_section.edn_listArticle3.edn_verticalAccordion > header {
    float: none;
    width: auto !important;
    clear: both;
  }
}
.eds_news_Ozone .edn_articleAccordion .edsAccordion_section.edn_listArticle3.edn_verticalAccordion > header::after {
  display: none;
}
.eds_news_Ozone .edn_articleAccordion .edsAccordion_section.edn_listArticle3.edn_verticalAccordion > header > h3 {
  color: #7c7c7c;
}
.eds_news_Ozone .edn_articleAccordion .edsAccordion_section.edn_listArticle3.edn_verticalAccordion > header .edn_metaDetails {
  margin: 0 0 5px;
}
.eds_news_Ozone .edn_articleAccordion .edsAccordion_section.edn_listArticle3.edn_verticalAccordion > header .edn_metaDetails > time {
  color: #c81704;
}
.eds_news_Ozone .edn_articleAccordion .edsAccordion_section.edn_listArticle3.edn_verticalAccordion > header:hover > h3 {
  color: #c81704;
}
.eds_news_Ozone .edn_articleAccordion .edsAccordion_section.edn_listArticle3.edn_verticalAccordion .edsAccordion_contentWrapper {
  padding-right: 35px;
  opacity: 0;
  position: absolute;
  left: 0;
  visibility: hidden;
}
@media handheld, only screen and (max-width: 768px), only screen and (max-device-width: 768px) {
  .eds_news_Ozone .edn_articleAccordion .edsAccordion_section.edn_listArticle3.edn_verticalAccordion .edsAccordion_contentWrapper {
    padding: 0;
    position: static;
    width: auto !important;
  }
}
.eds_news_Ozone .edn_articleAccordion .edsAccordion_section.edn_listArticle3.edn_verticalAccordion.edsAccordion_active > header {
  position: relative;
  background-color: #c81704;
  padding-left: 10px;
}
@media handheld, only screen and (max-width: 768px), only screen and (max-device-width: 768px) {
  .eds_news_Ozone .edn_articleAccordion .edsAccordion_section.edn_listArticle3.edn_verticalAccordion.edsAccordion_active > header {
    display: none;
  }
}
.eds_news_Ozone .edn_articleAccordion .edsAccordion_section.edn_listArticle3.edn_verticalAccordion.edsAccordion_active > header > h3 {
  color: #fff;
}
.eds_news_Ozone .edn_articleAccordion .edsAccordion_section.edn_listArticle3.edn_verticalAccordion.edsAccordion_active > header .edn_metaDetails > time {
  color: #fff;
}
.eds_news_Ozone .edn_articleAccordion .edsAccordion_section.edn_listArticle3.edn_verticalAccordion.edsAccordion_active > header::before {
  position: absolute;
  content: "";
  width: 0;
  left: -14px;
  right: auto;
  border-width: 14px 7px;
  border-style: solid;
  border-right-color: #c81704;
  border-top-color: transparent !important;
  border-bottom-color: transparent !important;
  border-left-color: transparent !important;
  top: 50%;
  margin-top: -14px;
  bottom: auto;
  display: block;
}
.eds_news_Ozone .edn_articleAccordion .edsAccordion_section.edn_listArticle3.edn_verticalAccordion.edsAccordion_active .edsAccordion_contentWrapper {
  visibility: visible;
  opacity: 1;
}
.eds_news_Ozone .edn_articleAccordion .edsAccordion_section.edn_listArticle3.edn_verticalAccordion.eds_accordionTabLeft > header {
  float: left;
  clear: left;
}
.eds_news_Ozone .edn_articleAccordion .edsAccordion_section.edn_listArticle3.edn_verticalAccordion.eds_accordionTabLeft .edsAccordion_contentWrapper {
  padding-right: 0;
  padding-left: 35px;
  left: auto;
  right: 0;
}
.eds_news_Ozone .edn_articleAccordion .edsAccordion_section.edn_listArticle3.edn_verticalAccordion.eds_accordionTabLeft.edsAccordion_active > header::before {
  left: auto;
  right: -14px;
  transform: rotate(180deg);
}
.eds_news_Ozone .edn_articleAccordion.edn_eventsSimple.edsAccordion_section .edsAccordion_contentWrapper .edsAccordion_content {
  padding: 10px 0;
}
.eds_news_Ozone .edn_articleAccordion.edn_eventsSimple.edsAccordion_section .edsAccordion_contentWrapper .edsAccordion_content .edn_articleSummary {
  padding-top: 0;
}
.eds_news_Ozone .edn_articleAccordion.edn_eventsSimple.edsAccordion_section.edsAccordion_active .edsAccordion_title {
  background-color: #c81704;
}
.eds_news_Ozone .edn_articleAccordion.edn_eventsSimple.edsAccordion_section.edsAccordion_active .edsAccordion_title::after, .eds_news_Ozone .edn_articleAccordion.edn_eventsSimple.edsAccordion_section.edsAccordion_active .edsAccordion_title::before {
  display: block;
}
.eds_news_Ozone .edn_articleAccordion.edn_eventsSimple.edsAccordion_section.edsAccordion_active .edsAccordion_title > time {
  background-color: #7d0f03;
  border-color: #7d0f03;
}
.eds_news_Ozone .edn_articleAccordion.edn_eventsSimple.edsAccordion_section.edsAccordion_active .edsAccordion_title > time > span {
  color: #fff;
}
.eds_news_Ozone .edn_articleAccordion.edn_eventsSimple.edsAccordion_section.edsAccordion_active .edsAccordion_title > div .edn_articleTitle a {
  color: #fff;
}
.eds_news_Ozone .edn_articleAccordion.edn_eventsSimple.edsAccordion_section.edsAccordion_active .edsAccordion_title > div > time,
.eds_news_Ozone .edn_articleAccordion.edn_eventsSimple.edsAccordion_section.edsAccordion_active .edsAccordion_title > div > time:before,
.eds_news_Ozone .edn_articleAccordion.edn_eventsSimple.edsAccordion_section.edsAccordion_active .edsAccordion_title > div .edn_eventBoxLocation,
.eds_news_Ozone .edn_articleAccordion.edn_eventsSimple.edsAccordion_section.edsAccordion_active .edsAccordion_title > div .edn_eventBoxLocation:before {
  color: #fff;
}

.eds_news_Ozone .edsTabulator .eds_tabsNav {
  margin: 0;
  padding: 0;
  font-size: 0;
  line-height: 0;
  border-radius: 5px 5px 0 0;
}
.eds_news_Ozone .edsTabulator .eds_tabsNav > li {
  display: inline-block;
  list-style-type: none;
  cursor: pointer;
  color: #b4b4b4;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 16px;
  border: solid 1px #c81704;
  border-bottom: none !important;
  padding: 7px 10px;
  margin: 0;
  line-height: 1;
  transition: color 300ms linear;
}
@media handheld, only screen and (max-width: 992px), only screen and (max-device-width: 992px) {
  .eds_news_Ozone .edsTabulator .eds_tabsNav > li {
    display: block;
    border-width: 0 0 1px;
  }
}
.eds_news_Ozone .edsTabulator .eds_tabsNav > li + li {
  border-left: none !important;
}
.eds_news_Ozone .edsTabulator .eds_tabsNav > li:first-child {
  border-radius: 5px 0 0;
}
.eds_news_Ozone .edsTabulator .eds_tabsNav > li:last-child {
  border-radius: 0 5px 0 0;
}
.eds_news_Ozone .edsTabulator .eds_tabsNav > li:hover {
  color: #c81704;
}
.eds_news_Ozone .edsTabulator .eds_tabsNav > li.edsTabulator_active {
  background-color: #eb1601;
  box-shadow: 0 -25px 13px -13px #cb1400 inset;
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
}
.eds_news_Ozone .edsTabulator .edsTabulator_tabsWrapper {
  overflow: hidden;
}
.eds_news_Ozone .edsTabulator .edsTabulator_tabsWrapper .edsTabulator_tab {
  padding: 20px;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  width: 100%;
  z-index: 0;
  height: 0;
  bottom: 100%;
  border: solid 1px #c81704;
  border-radius: 0 5px 5px 5px;
  transition: opacity 300ms linear;
}
.eds_news_Ozone .edsTabulator .edsTabulator_tabsWrapper .edsTabulator_tab.edsTabulator_active {
  visibility: visible;
  opacity: 1;
  position: relative;
  z-index: 1;
  height: auto;
  bottom: 0;
}

.eds_news_Ozone.eds_subCollection_news .edn_sss {
  margin: 0;
  padding: 0;
  position: relative;
  display: block;
  overflow: hidden;
}
.eds_news_Ozone.eds_subCollection_news .edn_ssslide {
  width: 100%;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  overflow: hidden;
}
.eds_news_Ozone.eds_subCollection_news .edn_ssslide img {
  max-width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  position: relative;
  display: block;
}
.eds_news_Ozone.eds_subCollection_news .edn_sssnext,
.eds_news_Ozone.eds_subCollection_news .edn_sssprev {
  width: 50px;
  height: 50px;
  margin-top: -25px;
  position: absolute;
  top: 50%;
  border-radius: 2px;
  background-color: rgba(27, 25, 21, 0.5);
  z-index: 2;
  text-align: center;
  line-height: 50px;
  font-size: 0;
}
.eds_news_Ozone.eds_subCollection_news .edn_sssnext::before,
.eds_news_Ozone.eds_subCollection_news .edn_sssprev::before {
  font-family: "FontAwesome";
  color: #fff;
  font-size: 50px;
  opacity: 0.7;
  transition: opacity 200ms linear;
}
.eds_news_Ozone.eds_subCollection_news .edn_sssnext:hover::before,
.eds_news_Ozone.eds_subCollection_news .edn_sssprev:hover::before {
  opacity: 1;
}
.eds_news_Ozone.eds_subCollection_news .edn_sssprev {
  left: 3%;
}
.eds_news_Ozone.eds_subCollection_news .edn_sssprev::before {
  content: "\f104";
}
.eds_news_Ozone.eds_subCollection_news .edn_sssnext {
  right: 3%;
}
.eds_news_Ozone.eds_subCollection_news .edn_sssnext::before {
  content: "\f105";
}
.eds_news_Ozone.eds_subCollection_news .edn_sssprev:hover,
.eds_news_Ozone.eds_subCollection_news .edn_sssnext:hover {
  cursor: pointer;
}
.eds_news_Ozone.eds_subCollection_news .edn_sss > div {
  display: none;
}
.eds_news_Ozone.eds_subCollection_news .edn_sss > img + img ~ div {
  display: block;
}

.eds_news_Ozone.eds_subCollection_news.eds_print .article_gallery,
.eds_news_Ozone.eds_subCollection_news.eds_print .article_comments,
.eds_news_Ozone.eds_subCollection_news.eds_print .fb-comments,
.eds_news_Ozone.eds_subCollection_news.eds_print #disqus_thread,
.eds_news_Ozone.eds_subCollection_news.eds_print .admin_action,
.eds_news_Ozone.eds_subCollection_news.eds_print .edn_socialPrintWrapper,
.eds_news_Ozone.eds_subCollection_news.eds_print .edn_eventRegistrationModalTrigger,
.eds_news_Ozone.eds_subCollection_news.eds_print .eds_signUpActionBarWrapper,
.eds_news_Ozone.eds_subCollection_news.eds_print .edn_aditionalBox,
.eds_news_Ozone.eds_subCollection_news.eds_print .edn_authorGroupDetails,
.eds_news_Ozone.eds_subCollection_news.eds_print .edn_galleryLink,
.eds_news_Ozone.eds_subCollection_news.eds_print .article_pager,
.eds_news_Ozone.eds_subCollection_news.eds_print .detailsArticleDefaultWithTabs,
.eds_news_Ozone.eds_subCollection_news.eds_print .edn_fixedPrevNextArticleNavigation,
.eds_news_Ozone.eds_subCollection_news.eds_print [class*=eds_GravityGallery_] {
  display: none !important;
}
.eds_news_Ozone.eds_subCollection_news.eds_print .edn_accordionWrapper .edsAccordion_section .edsAccordion_title {
  display: none !important;
}
.eds_news_Ozone.eds_subCollection_news.eds_print .edn_accordionWrapper .edsAccordion_section .edsAccordion_contentWrapper {
  height: auto !important;
}
.eds_news_Ozone.eds_subCollection_news.eds_print .edn_accordionWrapper .edsAccordion_section .edsAccordion_contentWrapper .edsAccordion_content {
  padding: 0 !important;
}
.eds_news_Ozone.eds_subCollection_news.eds_print .edsTabulator .eds_tabsNav {
  display: none !important;
}
.eds_news_Ozone.eds_subCollection_news.eds_print .edsTabulator .edsTabulator_tabsWrapper .edsTabulator_tab {
  position: relative !important;
  visibility: visible !important;
  top: auto !important;
  padding: 0 !important;
  border: none !important;
  opacity: 1 !important;
}


/*!
 * Font Awesome Free 5.12.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT 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-500px:before{content:"\f26e"}.fa-accessible-icon:before{content:"\f368"}.fa-accusoft:before{content:"\f369"}.fa-acquisitions-incorporated:before{content:"\f6af"}.fa-ad:before{content:"\f641"}.fa-address-book:before{content:"\f2b9"}.fa-address-card:before{content:"\f2bb"}.fa-adjust:before{content:"\f042"}.fa-adn:before{content:"\f170"}.fa-adobe:before{content:"\f778"}.fa-adversal:before{content:"\f36a"}.fa-affiliatetheme:before{content:"\f36b"}.fa-air-freshener:before{content:"\f5d0"}.fa-airbnb:before{content:"\f834"}.fa-algolia:before{content:"\f36c"}.fa-align-center:before{content:"\f037"}.fa-align-justify:before{content:"\f039"}.fa-align-left:before{content:"\f036"}.fa-align-right:before{content:"\f038"}.fa-alipay:before{content:"\f642"}.fa-allergies:before{content:"\f461"}.fa-amazon:before{content:"\f270"}.fa-amazon-pay:before{content:"\f42c"}.fa-ambulance:before{content:"\f0f9"}.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-amilia:before{content:"\f36d"}.fa-anchor:before{content:"\f13d"}.fa-android:before{content:"\f17b"}.fa-angellist:before{content:"\f209"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-down:before{content:"\f107"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angry:before{content:"\f556"}.fa-angrycreative:before{content:"\f36e"}.fa-angular:before{content:"\f420"}.fa-ankh:before{content:"\f644"}.fa-app-store:before{content:"\f36f"}.fa-app-store-ios:before{content:"\f370"}.fa-apper:before{content:"\f371"}.fa-apple:before{content:"\f179"}.fa-apple-alt:before{content:"\f5d1"}.fa-apple-pay:before{content:"\f415"}.fa-archive:before{content:"\f187"}.fa-archway:before{content:"\f557"}.fa-arrow-alt-circle-down:before{content:"\f358"}.fa-arrow-alt-circle-left:before{content:"\f359"}.fa-arrow-alt-circle-right:before{content:"\f35a"}.fa-arrow-alt-circle-up:before{content:"\f35b"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-down:before{content:"\f063"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrows-alt:before{content:"\f0b2"}.fa-arrows-alt-h:before{content:"\f337"}.fa-arrows-alt-v:before{content:"\f338"}.fa-artstation:before{content:"\f77a"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asterisk:before{content:"\f069"}.fa-asymmetrik:before{content:"\f372"}.fa-at:before{content:"\f1fa"}.fa-atlas:before{content:"\f558"}.fa-atlassian:before{content:"\f77b"}.fa-atom:before{content:"\f5d2"}.fa-audible:before{content:"\f373"}.fa-audio-description:before{content:"\f29e"}.fa-autoprefixer:before{content:"\f41c"}.fa-avianex:before{content:"\f374"}.fa-aviato:before{content:"\f421"}.fa-award:before{content:"\f559"}.fa-aws:before{content:"\f375"}.fa-baby:before{content:"\f77c"}.fa-baby-carriage:before{content:"\f77d"}.fa-backspace:before{content:"\f55a"}.fa-backward:before{content:"\f04a"}.fa-bacon:before{content:"\f7e5"}.fa-bahai:before{content:"\f666"}.fa-balance-scale:before{content:"\f24e"}.fa-balance-scale-left:before{content:"\f515"}.fa-balance-scale-right:before{content:"\f516"}.fa-ban:before{content:"\f05e"}.fa-band-aid:before{content:"\f462"}.fa-bandcamp:before{content:"\f2d5"}.fa-barcode:before{content:"\f02a"}.fa-bars:before{content:"\f0c9"}.fa-baseball-ball:before{content:"\f433"}.fa-basketball-ball:before{content:"\f434"}.fa-bath:before{content:"\f2cd"}.fa-battery-empty:before{content:"\f244"}.fa-battery-full:before{content:"\f240"}.fa-battery-half:before{content:"\f242"}.fa-battery-quarter:before{content:"\f243"}.fa-battery-three-quarters:before{content:"\f241"}.fa-battle-net:before{content:"\f835"}.fa-bed:before{content:"\f236"}.fa-beer:before{content:"\f0fc"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-bell:before{content:"\f0f3"}.fa-bell-slash:before{content:"\f1f6"}.fa-bezier-curve:before{content:"\f55b"}.fa-bible:before{content:"\f647"}.fa-bicycle:before{content:"\f206"}.fa-biking:before{content:"\f84a"}.fa-bimobject:before{content:"\f378"}.fa-binoculars:before{content:"\f1e5"}.fa-biohazard:before{content:"\f780"}.fa-birthday-cake:before{content:"\f1fd"}.fa-bitbucket:before{content:"\f171"}.fa-bitcoin:before{content:"\f379"}.fa-bity:before{content:"\f37a"}.fa-black-tie:before{content:"\f27e"}.fa-blackberry:before{content:"\f37b"}.fa-blender:before{content:"\f517"}.fa-blender-phone:before{content:"\f6b6"}.fa-blind:before{content:"\f29d"}.fa-blog:before{content:"\f781"}.fa-blogger:before{content:"\f37c"}.fa-blogger-b:before{content:"\f37d"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-bold:before{content:"\f032"}.fa-bolt:before{content:"\f0e7"}.fa-bomb:before{content:"\f1e2"}.fa-bone:before{content:"\f5d7"}.fa-bong:before{content:"\f55c"}.fa-book:before{content:"\f02d"}.fa-book-dead:before{content:"\f6b7"}.fa-book-medical:before{content:"\f7e6"}.fa-book-open:before{content:"\f518"}.fa-book-reader:before{content:"\f5da"}.fa-bookmark:before{content:"\f02e"}.fa-bootstrap:before{content:"\f836"}.fa-border-all:before{content:"\f84c"}.fa-border-none:before{content:"\f850"}.fa-border-style:before{content:"\f853"}.fa-bowling-ball:before{content:"\f436"}.fa-box:before{content:"\f466"}.fa-box-open:before{content:"\f49e"}.fa-boxes:before{content:"\f468"}.fa-braille:before{content:"\f2a1"}.fa-brain:before{content:"\f5dc"}.fa-bread-slice:before{content:"\f7ec"}.fa-briefcase:before{content:"\f0b1"}.fa-briefcase-medical:before{content:"\f469"}.fa-broadcast-tower:before{content:"\f519"}.fa-broom:before{content:"\f51a"}.fa-brush:before{content:"\f55d"}.fa-btc:before{content:"\f15a"}.fa-buffer:before{content:"\f837"}.fa-bug:before{content:"\f188"}.fa-building:before{content:"\f1ad"}.fa-bullhorn:before{content:"\f0a1"}.fa-bullseye:before{content:"\f140"}.fa-burn:before{content:"\f46a"}.fa-buromobelexperte:before{content:"\f37f"}.fa-bus:before{content:"\f207"}.fa-bus-alt:before{content:"\f55e"}.fa-business-time:before{content:"\f64a"}.fa-buy-n-large:before{content:"\f8a6"}.fa-buysellads:before{content:"\f20d"}.fa-calculator:before{content:"\f1ec"}.fa-calendar:before{content:"\f133"}.fa-calendar-alt:before{content:"\f073"}.fa-calendar-check:before{content:"\f274"}.fa-calendar-day:before{content:"\f783"}.fa-calendar-minus:before{content:"\f272"}.fa-calendar-plus:before{content:"\f271"}.fa-calendar-times:before{content:"\f273"}.fa-calendar-week:before{content:"\f784"}.fa-camera:before{content:"\f030"}.fa-camera-retro:before{content:"\f083"}.fa-campground:before{content:"\f6bb"}.fa-canadian-maple-leaf:before{content:"\f785"}.fa-candy-cane:before{content:"\f786"}.fa-cannabis:before{content:"\f55f"}.fa-capsules:before{content:"\f46b"}.fa-car:before{content:"\f1b9"}.fa-car-alt:before{content:"\f5de"}.fa-car-battery:before{content:"\f5df"}.fa-car-crash:before{content:"\f5e1"}.fa-car-side:before{content:"\f5e4"}.fa-caravan:before{content:"\f8ff"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-caret-square-down:before{content:"\f150"}.fa-caret-square-left:before{content:"\f191"}.fa-caret-square-right:before{content:"\f152"}.fa-caret-square-up:before{content:"\f151"}.fa-caret-up:before{content:"\f0d8"}.fa-carrot:before{content:"\f787"}.fa-cart-arrow-down:before{content:"\f218"}.fa-cart-plus:before{content:"\f217"}.fa-cash-register:before{content:"\f788"}.fa-cat:before{content:"\f6be"}.fa-cc-amazon-pay:before{content:"\f42d"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-apple-pay:before{content:"\f416"}.fa-cc-diners-club:before{content:"\f24c"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-cc-visa:before{content:"\f1f0"}.fa-centercode:before{content:"\f380"}.fa-centos:before{content:"\f789"}.fa-certificate:before{content:"\f0a3"}.fa-chair:before{content:"\f6c0"}.fa-chalkboard:before{content:"\f51b"}.fa-chalkboard-teacher:before{content:"\f51c"}.fa-charging-station:before{content:"\f5e7"}.fa-chart-area:before{content:"\f1fe"}.fa-chart-bar:before{content:"\f080"}.fa-chart-line:before{content:"\f201"}.fa-chart-pie:before{content:"\f200"}.fa-check:before{content:"\f00c"}.fa-check-circle:before{content:"\f058"}.fa-check-double:before{content:"\f560"}.fa-check-square:before{content:"\f14a"}.fa-cheese:before{content:"\f7ef"}.fa-chess:before{content:"\f439"}.fa-chess-bishop:before{content:"\f43a"}.fa-chess-board:before{content:"\f43c"}.fa-chess-king:before{content:"\f43f"}.fa-chess-knight:before{content:"\f441"}.fa-chess-pawn:before{content:"\f443"}.fa-chess-queen:before{content:"\f445"}.fa-chess-rook:before{content:"\f447"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-down:before{content:"\f078"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-chevron-up:before{content:"\f077"}.fa-child:before{content:"\f1ae"}.fa-chrome:before{content:"\f268"}.fa-chromecast:before{content:"\f838"}.fa-church:before{content:"\f51d"}.fa-circle:before{content:"\f111"}.fa-circle-notch:before{content:"\f1ce"}.fa-city:before{content:"\f64f"}.fa-clinic-medical:before{content:"\f7f2"}.fa-clipboard:before{content:"\f328"}.fa-clipboard-check:before{content:"\f46c"}.fa-clipboard-list:before{content:"\f46d"}.fa-clock:before{content:"\f017"}.fa-clone:before{content:"\f24d"}.fa-closed-captioning:before{content:"\f20a"}.fa-cloud:before{content:"\f0c2"}.fa-cloud-download-alt:before{content:"\f381"}.fa-cloud-meatball:before{content:"\f73b"}.fa-cloud-moon:before{content:"\f6c3"}.fa-cloud-moon-rain:before{content:"\f73c"}.fa-cloud-rain:before{content:"\f73d"}.fa-cloud-showers-heavy:before{content:"\f740"}.fa-cloud-sun:before{content:"\f6c4"}.fa-cloud-sun-rain:before{content:"\f743"}.fa-cloud-upload-alt:before{content:"\f382"}.fa-cloudscale:before{content:"\f383"}.fa-cloudsmith:before{content:"\f384"}.fa-cloudversify:before{content:"\f385"}.fa-cocktail:before{content:"\f561"}.fa-code:before{content:"\f121"}.fa-code-branch:before{content:"\f126"}.fa-codepen:before{content:"\f1cb"}.fa-codiepie:before{content:"\f284"}.fa-coffee:before{content:"\f0f4"}.fa-cog:before{content:"\f013"}.fa-cogs:before{content:"\f085"}.fa-coins:before{content:"\f51e"}.fa-columns:before{content:"\f0db"}.fa-comment:before{content:"\f075"}.fa-comment-alt:before{content:"\f27a"}.fa-comment-dollar:before{content:"\f651"}.fa-comment-dots:before{content:"\f4ad"}.fa-comment-medical:before{content:"\f7f5"}.fa-comment-slash:before{content:"\f4b3"}.fa-comments:before{content:"\f086"}.fa-comments-dollar:before{content:"\f653"}.fa-compact-disc:before{content:"\f51f"}.fa-compass:before{content:"\f14e"}.fa-compress:before{content:"\f066"}.fa-compress-alt:before{content:"\f422"}.fa-compress-arrows-alt:before{content:"\f78c"}.fa-concierge-bell:before{content:"\f562"}.fa-confluence:before{content:"\f78d"}.fa-connectdevelop:before{content:"\f20e"}.fa-contao:before{content:"\f26d"}.fa-cookie:before{content:"\f563"}.fa-cookie-bite:before{content:"\f564"}.fa-copy:before{content:"\f0c5"}.fa-copyright:before{content:"\f1f9"}.fa-cotton-bureau:before{content:"\f89e"}.fa-couch:before{content:"\f4b8"}.fa-cpanel:before{content:"\f388"}.fa-creative-commons:before{content:"\f25e"}.fa-creative-commons-by:before{content:"\f4e7"}.fa-creative-commons-nc:before{content:"\f4e8"}.fa-creative-commons-nc-eu:before{content:"\f4e9"}.fa-creative-commons-nc-jp:before{content:"\f4ea"}.fa-creative-commons-nd:before{content:"\f4eb"}.fa-creative-commons-pd:before{content:"\f4ec"}.fa-creative-commons-pd-alt:before{content:"\f4ed"}.fa-creative-commons-remix:before{content:"\f4ee"}.fa-creative-commons-sa:before{content:"\f4ef"}.fa-creative-commons-sampling:before{content:"\f4f0"}.fa-creative-commons-sampling-plus:before{content:"\f4f1"}.fa-creative-commons-share:before{content:"\f4f2"}.fa-creative-commons-zero:before{content:"\f4f3"}.fa-credit-card:before{content:"\f09d"}.fa-critical-role:before{content:"\f6c9"}.fa-crop:before{content:"\f125"}.fa-crop-alt:before{content:"\f565"}.fa-cross:before{content:"\f654"}.fa-crosshairs:before{content:"\f05b"}.fa-crow:before{content:"\f520"}.fa-crown:before{content:"\f521"}.fa-crutch:before{content:"\f7f7"}.fa-css3:before{content:"\f13c"}.fa-css3-alt:before{content:"\f38b"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-cut:before{content:"\f0c4"}.fa-cuttlefish:before{content:"\f38c"}.fa-d-and-d:before{content:"\f38d"}.fa-d-and-d-beyond:before{content:"\f6ca"}.fa-dashcube:before{content:"\f210"}.fa-database:before{content:"\f1c0"}.fa-deaf:before{content:"\f2a4"}.fa-delicious:before{content:"\f1a5"}.fa-democrat:before{content:"\f747"}.fa-deploydog:before{content:"\f38e"}.fa-deskpro:before{content:"\f38f"}.fa-desktop:before{content:"\f108"}.fa-dev:before{content:"\f6cc"}.fa-deviantart:before{content:"\f1bd"}.fa-dharmachakra:before{content:"\f655"}.fa-dhl:before{content:"\f790"}.fa-diagnoses:before{content:"\f470"}.fa-diaspora:before{content:"\f791"}.fa-dice:before{content:"\f522"}.fa-dice-d20:before{content:"\f6cf"}.fa-dice-d6:before{content:"\f6d1"}.fa-dice-five:before{content:"\f523"}.fa-dice-four:before{content:"\f524"}.fa-dice-one:before{content:"\f525"}.fa-dice-six:before{content:"\f526"}.fa-dice-three:before{content:"\f527"}.fa-dice-two:before{content:"\f528"}.fa-digg:before{content:"\f1a6"}.fa-digital-ocean:before{content:"\f391"}.fa-digital-tachograph:before{content:"\f566"}.fa-directions:before{content:"\f5eb"}.fa-discord:before{content:"\f392"}.fa-discourse:before{content:"\f393"}.fa-divide:before{content:"\f529"}.fa-dizzy:before{content:"\f567"}.fa-dna:before{content:"\f471"}.fa-dochub:before{content:"\f394"}.fa-docker:before{content:"\f395"}.fa-dog:before{content:"\f6d3"}.fa-dollar-sign:before{content:"\f155"}.fa-dolly:before{content:"\f472"}.fa-dolly-flatbed:before{content:"\f474"}.fa-donate:before{content:"\f4b9"}.fa-door-closed:before{content:"\f52a"}.fa-door-open:before{content:"\f52b"}.fa-dot-circle:before{content:"\f192"}.fa-dove:before{content:"\f4ba"}.fa-download:before{content:"\f019"}.fa-draft2digital:before{content:"\f396"}.fa-drafting-compass:before{content:"\f568"}.fa-dragon:before{content:"\f6d5"}.fa-draw-polygon:before{content:"\f5ee"}.fa-dribbble:before{content:"\f17d"}.fa-dribbble-square:before{content:"\f397"}.fa-dropbox:before{content:"\f16b"}.fa-drum:before{content:"\f569"}.fa-drum-steelpan:before{content:"\f56a"}.fa-drumstick-bite:before{content:"\f6d7"}.fa-drupal:before{content:"\f1a9"}.fa-dumbbell:before{content:"\f44b"}.fa-dumpster:before{content:"\f793"}.fa-dumpster-fire:before{content:"\f794"}.fa-dungeon:before{content:"\f6d9"}.fa-dyalog:before{content:"\f399"}.fa-earlybirds:before{content:"\f39a"}.fa-ebay:before{content:"\f4f4"}.fa-edge:before{content:"\f282"}.fa-edit:before{content:"\f044"}.fa-egg:before{content:"\f7fb"}.fa-eject:before{content:"\f052"}.fa-elementor:before{content:"\f430"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-ello:before{content:"\f5f1"}.fa-ember:before{content:"\f423"}.fa-empire:before{content:"\f1d1"}.fa-envelope:before{content:"\f0e0"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-text:before{content:"\f658"}.fa-envelope-square:before{content:"\f199"}.fa-envira:before{content:"\f299"}.fa-equals:before{content:"\f52c"}.fa-eraser:before{content:"\f12d"}.fa-erlang:before{content:"\f39d"}.fa-ethereum:before{content:"\f42e"}.fa-ethernet:before{content:"\f796"}.fa-etsy:before{content:"\f2d7"}.fa-euro-sign:before{content:"\f153"}.fa-evernote:before{content:"\f839"}.fa-exchange-alt:before{content:"\f362"}.fa-exclamation:before{content:"\f12a"}.fa-exclamation-circle:before{content:"\f06a"}.fa-exclamation-triangle:before{content:"\f071"}.fa-expand:before{content:"\f065"}.fa-expand-alt:before{content:"\f424"}.fa-expand-arrows-alt:before{content:"\f31e"}.fa-expeditedssl:before{content:"\f23e"}.fa-external-link-alt:before{content:"\f35d"}.fa-external-link-square-alt:before{content:"\f360"}.fa-eye:before{content:"\f06e"}.fa-eye-dropper:before{content:"\f1fb"}.fa-eye-slash:before{content:"\f070"}.fa-facebook:before{content:"\f09a"}.fa-facebook-f:before{content:"\f39e"}.fa-facebook-messenger:before{content:"\f39f"}.fa-facebook-square:before{content:"\f082"}.fa-fan:before{content:"\f863"}.fa-fantasy-flight-games:before{content:"\f6dc"}.fa-fast-backward:before{content:"\f049"}.fa-fast-forward:before{content:"\f050"}.fa-fax:before{content:"\f1ac"}.fa-feather:before{content:"\f52d"}.fa-feather-alt:before{content:"\f56b"}.fa-fedex:before{content:"\f797"}.fa-fedora:before{content:"\f798"}.fa-female:before{content:"\f182"}.fa-fighter-jet:before{content:"\f0fb"}.fa-figma:before{content:"\f799"}.fa-file:before{content:"\f15b"}.fa-file-alt:before{content:"\f15c"}.fa-file-archive:before{content:"\f1c6"}.fa-file-audio:before{content:"\f1c7"}.fa-file-code:before{content:"\f1c9"}.fa-file-contract:before{content:"\f56c"}.fa-file-csv:before{content:"\f6dd"}.fa-file-download:before{content:"\f56d"}.fa-file-excel:before{content:"\f1c3"}.fa-file-export:before{content:"\f56e"}.fa-file-image:before{content:"\f1c5"}.fa-file-import:before{content:"\f56f"}.fa-file-invoice:before{content:"\f570"}.fa-file-invoice-dollar:before{content:"\f571"}.fa-file-medical:before{content:"\f477"}.fa-file-medical-alt:before{content:"\f478"}.fa-file-pdf:before{content:"\f1c1"}.fa-file-powerpoint:before{content:"\f1c4"}.fa-file-prescription:before{content:"\f572"}.fa-file-signature:before{content:"\f573"}.fa-file-upload:before{content:"\f574"}.fa-file-video:before{content:"\f1c8"}.fa-file-word:before{content:"\f1c2"}.fa-fill:before{content:"\f575"}.fa-fill-drip:before{content:"\f576"}.fa-film:before{content:"\f008"}.fa-filter:before{content:"\f0b0"}.fa-fingerprint:before{content:"\f577"}.fa-fire:before{content:"\f06d"}.fa-fire-alt:before{content:"\f7e4"}.fa-fire-extinguisher:before{content:"\f134"}.fa-firefox:before{content:"\f269"}.fa-firefox-browser:before{content:"\f907"}.fa-first-aid:before{content:"\f479"}.fa-first-order:before{content:"\f2b0"}.fa-first-order-alt:before{content:"\f50a"}.fa-firstdraft:before{content:"\f3a1"}.fa-fish:before{content:"\f578"}.fa-fist-raised:before{content:"\f6de"}.fa-flag:before{content:"\f024"}.fa-flag-checkered:before{content:"\f11e"}.fa-flag-usa:before{content:"\f74d"}.fa-flask:before{content:"\f0c3"}.fa-flickr:before{content:"\f16e"}.fa-flipboard:before{content:"\f44d"}.fa-flushed:before{content:"\f579"}.fa-fly:before{content:"\f417"}.fa-folder:before{content:"\f07b"}.fa-folder-minus:before{content:"\f65d"}.fa-folder-open:before{content:"\f07c"}.fa-folder-plus:before{content:"\f65e"}.fa-font:before{content:"\f031"}.fa-font-awesome:before{content:"\f2b4"}.fa-font-awesome-alt:before{content:"\f35c"}.fa-font-awesome-flag:before{content:"\f425"}.fa-font-awesome-logo-full:before{content:"\f4e6"}.fa-fonticons:before{content:"\f280"}.fa-fonticons-fi:before{content:"\f3a2"}.fa-football-ball:before{content:"\f44e"}.fa-fort-awesome:before{content:"\f286"}.fa-fort-awesome-alt:before{content:"\f3a3"}.fa-forumbee:before{content:"\f211"}.fa-forward:before{content:"\f04e"}.fa-foursquare:before{content:"\f180"}.fa-free-code-camp:before{content:"\f2c5"}.fa-freebsd:before{content:"\f3a4"}.fa-frog:before{content:"\f52e"}.fa-frown:before{content:"\f119"}.fa-frown-open:before{content:"\f57a"}.fa-fulcrum:before{content:"\f50b"}.fa-funnel-dollar:before{content:"\f662"}.fa-futbol:before{content:"\f1e3"}.fa-galactic-republic:before{content:"\f50c"}.fa-galactic-senate:before{content:"\f50d"}.fa-gamepad:before{content:"\f11b"}.fa-gas-pump:before{content:"\f52f"}.fa-gavel:before{content:"\f0e3"}.fa-gem:before{content:"\f3a5"}.fa-genderless:before{content:"\f22d"}.fa-get-pocket:before{content:"\f265"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-ghost:before{content:"\f6e2"}.fa-gift:before{content:"\f06b"}.fa-gifts:before{content:"\f79c"}.fa-git:before{content:"\f1d3"}.fa-git-alt:before{content:"\f841"}.fa-git-square:before{content:"\f1d2"}.fa-github:before{content:"\f09b"}.fa-github-alt:before{content:"\f113"}.fa-github-square:before{content:"\f092"}.fa-gitkraken:before{content:"\f3a6"}.fa-gitlab:before{content:"\f296"}.fa-gitter:before{content:"\f426"}.fa-glass-cheers:before{content:"\f79f"}.fa-glass-martini:before{content:"\f000"}.fa-glass-martini-alt:before{content:"\f57b"}.fa-glass-whiskey:before{content:"\f7a0"}.fa-glasses:before{content:"\f530"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-globe:before{content:"\f0ac"}.fa-globe-africa:before{content:"\f57c"}.fa-globe-americas:before{content:"\f57d"}.fa-globe-asia:before{content:"\f57e"}.fa-globe-europe:before{content:"\f7a2"}.fa-gofore:before{content:"\f3a7"}.fa-golf-ball:before{content:"\f450"}.fa-goodreads:before{content:"\f3a8"}.fa-goodreads-g:before{content:"\f3a9"}.fa-google:before{content:"\f1a0"}.fa-google-drive:before{content:"\f3aa"}.fa-google-play:before{content:"\f3ab"}.fa-google-plus:before{content:"\f2b3"}.fa-google-plus-g:before{content:"\f0d5"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-wallet:before{content:"\f1ee"}.fa-gopuram:before{content:"\f664"}.fa-graduation-cap:before{content:"\f19d"}.fa-gratipay:before{content:"\f184"}.fa-grav:before{content:"\f2d6"}.fa-greater-than:before{content:"\f531"}.fa-greater-than-equal:before{content:"\f532"}.fa-grimace:before{content:"\f57f"}.fa-grin:before{content:"\f580"}.fa-grin-alt:before{content:"\f581"}.fa-grin-beam:before{content:"\f582"}.fa-grin-beam-sweat:before{content:"\f583"}.fa-grin-hearts:before{content:"\f584"}.fa-grin-squint:before{content:"\f585"}.fa-grin-squint-tears:before{content:"\f586"}.fa-grin-stars:before{content:"\f587"}.fa-grin-tears:before{content:"\f588"}.fa-grin-tongue:before{content:"\f589"}.fa-grin-tongue-squint:before{content:"\f58a"}.fa-grin-tongue-wink:before{content:"\f58b"}.fa-grin-wink:before{content:"\f58c"}.fa-grip-horizontal:before{content:"\f58d"}.fa-grip-lines:before{content:"\f7a4"}.fa-grip-lines-vertical:before{content:"\f7a5"}.fa-grip-vertical:before{content:"\f58e"}.fa-gripfire:before{content:"\f3ac"}.fa-grunt:before{content:"\f3ad"}.fa-guitar:before{content:"\f7a6"}.fa-gulp:before{content:"\f3ae"}.fa-h-square:before{content:"\f0fd"}.fa-hacker-news:before{content:"\f1d4"}.fa-hacker-news-square:before{content:"\f3af"}.fa-hackerrank:before{content:"\f5f7"}.fa-hamburger:before{content:"\f805"}.fa-hammer:before{content:"\f6e3"}.fa-hamsa:before{content:"\f665"}.fa-hand-holding:before{content:"\f4bd"}.fa-hand-holding-heart:before{content:"\f4be"}.fa-hand-holding-usd:before{content:"\f4c0"}.fa-hand-lizard:before{content:"\f258"}.fa-hand-middle-finger:before{content:"\f806"}.fa-hand-paper:before{content:"\f256"}.fa-hand-peace:before{content:"\f25b"}.fa-hand-point-down:before{content:"\f0a7"}.fa-hand-point-left:before{content:"\f0a5"}.fa-hand-point-right:before{content:"\f0a4"}.fa-hand-point-up:before{content:"\f0a6"}.fa-hand-pointer:before{content:"\f25a"}.fa-hand-rock:before{content:"\f255"}.fa-hand-scissors:before{content:"\f257"}.fa-hand-spock:before{content:"\f259"}.fa-hands:before{content:"\f4c2"}.fa-hands-helping:before{content:"\f4c4"}.fa-handshake:before{content:"\f2b5"}.fa-hanukiah:before{content:"\f6e6"}.fa-hard-hat:before{content:"\f807"}.fa-hashtag:before{content:"\f292"}.fa-hat-cowboy:before{content:"\f8c0"}.fa-hat-cowboy-side:before{content:"\f8c1"}.fa-hat-wizard:before{content:"\f6e8"}.fa-hdd:before{content:"\f0a0"}.fa-heading:before{content:"\f1dc"}.fa-headphones:before{content:"\f025"}.fa-headphones-alt:before{content:"\f58f"}.fa-headset:before{content:"\f590"}.fa-heart:before{content:"\f004"}.fa-heart-broken:before{content:"\f7a9"}.fa-heartbeat:before{content:"\f21e"}.fa-helicopter:before{content:"\f533"}.fa-highlighter:before{content:"\f591"}.fa-hiking:before{content:"\f6ec"}.fa-hippo:before{content:"\f6ed"}.fa-hips:before{content:"\f452"}.fa-hire-a-helper:before{content:"\f3b0"}.fa-history:before{content:"\f1da"}.fa-hockey-puck:before{content:"\f453"}.fa-holly-berry:before{content:"\f7aa"}.fa-home:before{content:"\f015"}.fa-hooli:before{content:"\f427"}.fa-hornbill:before{content:"\f592"}.fa-horse:before{content:"\f6f0"}.fa-horse-head:before{content:"\f7ab"}.fa-hospital:before{content:"\f0f8"}.fa-hospital-alt:before{content:"\f47d"}.fa-hospital-symbol:before{content:"\f47e"}.fa-hot-tub:before{content:"\f593"}.fa-hotdog:before{content:"\f80f"}.fa-hotel:before{content:"\f594"}.fa-hotjar:before{content:"\f3b1"}.fa-hourglass:before{content:"\f254"}.fa-hourglass-end:before{content:"\f253"}.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-start:before{content:"\f251"}.fa-house-damage:before{content:"\f6f1"}.fa-houzz:before{content:"\f27c"}.fa-hryvnia:before{content:"\f6f2"}.fa-html5:before{content:"\f13b"}.fa-hubspot:before{content:"\f3b2"}.fa-i-cursor:before{content:"\f246"}.fa-ice-cream:before{content:"\f810"}.fa-icicles:before{content:"\f7ad"}.fa-icons:before{content:"\f86d"}.fa-id-badge:before{content:"\f2c1"}.fa-id-card:before{content:"\f2c2"}.fa-id-card-alt:before{content:"\f47f"}.fa-ideal:before{content:"\f913"}.fa-igloo:before{content:"\f7ae"}.fa-image:before{content:"\f03e"}.fa-images:before{content:"\f302"}.fa-imdb:before{content:"\f2d8"}.fa-inbox:before{content:"\f01c"}.fa-indent:before{content:"\f03c"}.fa-industry:before{content:"\f275"}.fa-infinity:before{content:"\f534"}.fa-info:before{content:"\f129"}.fa-info-circle:before{content:"\f05a"}.fa-instagram:before{content:"\f16d"}.fa-intercom:before{content:"\f7af"}.fa-internet-explorer:before{content:"\f26b"}.fa-invision:before{content:"\f7b0"}.fa-ioxhost:before{content:"\f208"}.fa-italic:before{content:"\f033"}.fa-itch-io:before{content:"\f83a"}.fa-itunes:before{content:"\f3b4"}.fa-itunes-note:before{content:"\f3b5"}.fa-java:before{content:"\f4e4"}.fa-jedi:before{content:"\f669"}.fa-jedi-order:before{content:"\f50e"}.fa-jenkins:before{content:"\f3b6"}.fa-jira:before{content:"\f7b1"}.fa-joget:before{content:"\f3b7"}.fa-joint:before{content:"\f595"}.fa-joomla:before{content:"\f1aa"}.fa-journal-whills:before{content:"\f66a"}.fa-js:before{content:"\f3b8"}.fa-js-square:before{content:"\f3b9"}.fa-jsfiddle:before{content:"\f1cc"}.fa-kaaba:before{content:"\f66b"}.fa-kaggle:before{content:"\f5fa"}.fa-key:before{content:"\f084"}.fa-keybase:before{content:"\f4f5"}.fa-keyboard:before{content:"\f11c"}.fa-keycdn:before{content:"\f3ba"}.fa-khanda:before{content:"\f66d"}.fa-kickstarter:before{content:"\f3bb"}.fa-kickstarter-k:before{content:"\f3bc"}.fa-kiss:before{content:"\f596"}.fa-kiss-beam:before{content:"\f597"}.fa-kiss-wink-heart:before{content:"\f598"}.fa-kiwi-bird:before{content:"\f535"}.fa-korvue:before{content:"\f42f"}.fa-landmark:before{content:"\f66f"}.fa-language:before{content:"\f1ab"}.fa-laptop:before{content:"\f109"}.fa-laptop-code:before{content:"\f5fc"}.fa-laptop-medical:before{content:"\f812"}.fa-laravel:before{content:"\f3bd"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-laugh:before{content:"\f599"}.fa-laugh-beam:before{content:"\f59a"}.fa-laugh-squint:before{content:"\f59b"}.fa-laugh-wink:before{content:"\f59c"}.fa-layer-group:before{content:"\f5fd"}.fa-leaf:before{content:"\f06c"}.fa-leanpub:before{content:"\f212"}.fa-lemon:before{content:"\f094"}.fa-less:before{content:"\f41d"}.fa-less-than:before{content:"\f536"}.fa-less-than-equal:before{content:"\f537"}.fa-level-down-alt:before{content:"\f3be"}.fa-level-up-alt:before{content:"\f3bf"}.fa-life-ring:before{content:"\f1cd"}.fa-lightbulb:before{content:"\f0eb"}.fa-line:before{content:"\f3c0"}.fa-link:before{content:"\f0c1"}.fa-linkedin:before{content:"\f08c"}.fa-linkedin-in:before{content:"\f0e1"}.fa-linode:before{content:"\f2b8"}.fa-linux:before{content:"\f17c"}.fa-lira-sign:before{content:"\f195"}.fa-list:before{content:"\f03a"}.fa-list-alt:before{content:"\f022"}.fa-list-ol:before{content:"\f0cb"}.fa-list-ul:before{content:"\f0ca"}.fa-location-arrow:before{content:"\f124"}.fa-lock:before{content:"\f023"}.fa-lock-open:before{content:"\f3c1"}.fa-long-arrow-alt-down:before{content:"\f309"}.fa-long-arrow-alt-left:before{content:"\f30a"}.fa-long-arrow-alt-right:before{content:"\f30b"}.fa-long-arrow-alt-up:before{content:"\f30c"}.fa-low-vision:before{content:"\f2a8"}.fa-luggage-cart:before{content:"\f59d"}.fa-lyft:before{content:"\f3c3"}.fa-magento:before{content:"\f3c4"}.fa-magic:before{content:"\f0d0"}.fa-magnet:before{content:"\f076"}.fa-mail-bulk:before{content:"\f674"}.fa-mailchimp:before{content:"\f59e"}.fa-male:before{content:"\f183"}.fa-mandalorian:before{content:"\f50f"}.fa-map:before{content:"\f279"}.fa-map-marked:before{content:"\f59f"}.fa-map-marked-alt:before{content:"\f5a0"}.fa-map-marker:before{content:"\f041"}.fa-map-marker-alt:before{content:"\f3c5"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-markdown:before{content:"\f60f"}.fa-marker:before{content:"\f5a1"}.fa-mars:before{content:"\f222"}.fa-mars-double:before{content:"\f227"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mask:before{content:"\f6fa"}.fa-mastodon:before{content:"\f4f6"}.fa-maxcdn:before{content:"\f136"}.fa-mdb:before{content:"\f8ca"}.fa-medal:before{content:"\f5a2"}.fa-medapps:before{content:"\f3c6"}.fa-medium:before{content:"\f23a"}.fa-medium-m:before{content:"\f3c7"}.fa-medkit:before{content:"\f0fa"}.fa-medrt:before{content:"\f3c8"}.fa-meetup:before{content:"\f2e0"}.fa-megaport:before{content:"\f5a3"}.fa-meh:before{content:"\f11a"}.fa-meh-blank:before{content:"\f5a4"}.fa-meh-rolling-eyes:before{content:"\f5a5"}.fa-memory:before{content:"\f538"}.fa-mendeley:before{content:"\f7b3"}.fa-menorah:before{content:"\f676"}.fa-mercury:before{content:"\f223"}.fa-meteor:before{content:"\f753"}.fa-microblog:before{content:"\f91a"}.fa-microchip:before{content:"\f2db"}.fa-microphone:before{content:"\f130"}.fa-microphone-alt:before{content:"\f3c9"}.fa-microphone-alt-slash:before{content:"\f539"}.fa-microphone-slash:before{content:"\f131"}.fa-microscope:before{content:"\f610"}.fa-microsoft:before{content:"\f3ca"}.fa-minus:before{content:"\f068"}.fa-minus-circle:before{content:"\f056"}.fa-minus-square:before{content:"\f146"}.fa-mitten:before{content:"\f7b5"}.fa-mix:before{content:"\f3cb"}.fa-mixcloud:before{content:"\f289"}.fa-mizuni:before{content:"\f3cc"}.fa-mobile:before{content:"\f10b"}.fa-mobile-alt:before{content:"\f3cd"}.fa-modx:before{content:"\f285"}.fa-monero:before{content:"\f3d0"}.fa-money-bill:before{content:"\f0d6"}.fa-money-bill-alt:before{content:"\f3d1"}.fa-money-bill-wave:before{content:"\f53a"}.fa-money-bill-wave-alt:before{content:"\f53b"}.fa-money-check:before{content:"\f53c"}.fa-money-check-alt:before{content:"\f53d"}.fa-monument:before{content:"\f5a6"}.fa-moon:before{content:"\f186"}.fa-mortar-pestle:before{content:"\f5a7"}.fa-mosque:before{content:"\f678"}.fa-motorcycle:before{content:"\f21c"}.fa-mountain:before{content:"\f6fc"}.fa-mouse:before{content:"\f8cc"}.fa-mouse-pointer:before{content:"\f245"}.fa-mug-hot:before{content:"\f7b6"}.fa-music:before{content:"\f001"}.fa-napster:before{content:"\f3d2"}.fa-neos:before{content:"\f612"}.fa-network-wired:before{content:"\f6ff"}.fa-neuter:before{content:"\f22c"}.fa-newspaper:before{content:"\f1ea"}.fa-nimblr:before{content:"\f5a8"}.fa-node:before{content:"\f419"}.fa-node-js:before{content:"\f3d3"}.fa-not-equal:before{content:"\f53e"}.fa-notes-medical:before{content:"\f481"}.fa-npm:before{content:"\f3d4"}.fa-ns8:before{content:"\f3d5"}.fa-nutritionix:before{content:"\f3d6"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-oil-can:before{content:"\f613"}.fa-old-republic:before{content:"\f510"}.fa-om:before{content:"\f679"}.fa-opencart:before{content:"\f23d"}.fa-openid:before{content:"\f19b"}.fa-opera:before{content:"\f26a"}.fa-optin-monster:before{content:"\f23c"}.fa-orcid:before{content:"\f8d2"}.fa-osi:before{content:"\f41a"}.fa-otter:before{content:"\f700"}.fa-outdent:before{content:"\f03b"}.fa-page4:before{content:"\f3d7"}.fa-pagelines:before{content:"\f18c"}.fa-pager:before{content:"\f815"}.fa-paint-brush:before{content:"\f1fc"}.fa-paint-roller:before{content:"\f5aa"}.fa-palette:before{content:"\f53f"}.fa-palfed:before{content:"\f3d8"}.fa-pallet:before{content:"\f482"}.fa-paper-plane:before{content:"\f1d8"}.fa-paperclip:before{content:"\f0c6"}.fa-parachute-box:before{content:"\f4cd"}.fa-paragraph:before{content:"\f1dd"}.fa-parking:before{content:"\f540"}.fa-passport:before{content:"\f5ab"}.fa-pastafarianism:before{content:"\f67b"}.fa-paste:before{content:"\f0ea"}.fa-patreon:before{content:"\f3d9"}.fa-pause:before{content:"\f04c"}.fa-pause-circle:before{content:"\f28b"}.fa-paw:before{content:"\f1b0"}.fa-paypal:before{content:"\f1ed"}.fa-peace:before{content:"\f67c"}.fa-pen:before{content:"\f304"}.fa-pen-alt:before{content:"\f305"}.fa-pen-fancy:before{content:"\f5ac"}.fa-pen-nib:before{content:"\f5ad"}.fa-pen-square:before{content:"\f14b"}.fa-pencil-alt:before{content:"\f303"}.fa-pencil-ruler:before{content:"\f5ae"}.fa-penny-arcade:before{content:"\f704"}.fa-people-carry:before{content:"\f4ce"}.fa-pepper-hot:before{content:"\f816"}.fa-percent:before{content:"\f295"}.fa-percentage:before{content:"\f541"}.fa-periscope:before{content:"\f3da"}.fa-person-booth:before{content:"\f756"}.fa-phabricator:before{content:"\f3db"}.fa-phoenix-framework:before{content:"\f3dc"}.fa-phoenix-squadron:before{content:"\f511"}.fa-phone:before{content:"\f095"}.fa-phone-alt:before{content:"\f879"}.fa-phone-slash:before{content:"\f3dd"}.fa-phone-square:before{content:"\f098"}.fa-phone-square-alt:before{content:"\f87b"}.fa-phone-volume:before{content:"\f2a0"}.fa-photo-video:before{content:"\f87c"}.fa-php:before{content:"\f457"}.fa-pied-piper:before{content:"\f2ae"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-pied-piper-hat:before{content:"\f4e5"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-square:before{content:"\f91e"}.fa-piggy-bank:before{content:"\f4d3"}.fa-pills:before{content:"\f484"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-p:before{content:"\f231"}.fa-pinterest-square:before{content:"\f0d3"}.fa-pizza-slice:before{content:"\f818"}.fa-place-of-worship:before{content:"\f67f"}.fa-plane:before{content:"\f072"}.fa-plane-arrival:before{content:"\f5af"}.fa-plane-departure:before{content:"\f5b0"}.fa-play:before{content:"\f04b"}.fa-play-circle:before{content:"\f144"}.fa-playstation:before{content:"\f3df"}.fa-plug:before{content:"\f1e6"}.fa-plus:before{content:"\f067"}.fa-plus-circle:before{content:"\f055"}.fa-plus-square:before{content:"\f0fe"}.fa-podcast:before{content:"\f2ce"}.fa-poll:before{content:"\f681"}.fa-poll-h:before{content:"\f682"}.fa-poo:before{content:"\f2fe"}.fa-poo-storm:before{content:"\f75a"}.fa-poop:before{content:"\f619"}.fa-portrait:before{content:"\f3e0"}.fa-pound-sign:before{content:"\f154"}.fa-power-off:before{content:"\f011"}.fa-pray:before{content:"\f683"}.fa-praying-hands:before{content:"\f684"}.fa-prescription:before{content:"\f5b1"}.fa-prescription-bottle:before{content:"\f485"}.fa-prescription-bottle-alt:before{content:"\f486"}.fa-print:before{content:"\f02f"}.fa-procedures:before{content:"\f487"}.fa-product-hunt:before{content:"\f288"}.fa-project-diagram:before{content:"\f542"}.fa-pushed:before{content:"\f3e1"}.fa-puzzle-piece:before{content:"\f12e"}.fa-python:before{content:"\f3e2"}.fa-qq:before{content:"\f1d6"}.fa-qrcode:before{content:"\f029"}.fa-question:before{content:"\f128"}.fa-question-circle:before{content:"\f059"}.fa-quidditch:before{content:"\f458"}.fa-quinscape:before{content:"\f459"}.fa-quora:before{content:"\f2c4"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-quran:before{content:"\f687"}.fa-r-project:before{content:"\f4f7"}.fa-radiation:before{content:"\f7b9"}.fa-radiation-alt:before{content:"\f7ba"}.fa-rainbow:before{content:"\f75b"}.fa-random:before{content:"\f074"}.fa-raspberry-pi:before{content:"\f7bb"}.fa-ravelry:before{content:"\f2d9"}.fa-react:before{content:"\f41b"}.fa-reacteurope:before{content:"\f75d"}.fa-readme:before{content:"\f4d5"}.fa-rebel:before{content:"\f1d0"}.fa-receipt:before{content:"\f543"}.fa-record-vinyl:before{content:"\f8d9"}.fa-recycle:before{content:"\f1b8"}.fa-red-river:before{content:"\f3e3"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-alien:before{content:"\f281"}.fa-reddit-square:before{content:"\f1a2"}.fa-redhat:before{content:"\f7bc"}.fa-redo:before{content:"\f01e"}.fa-redo-alt:before{content:"\f2f9"}.fa-registered:before{content:"\f25d"}.fa-remove-format:before{content:"\f87d"}.fa-renren:before{content:"\f18b"}.fa-reply:before{content:"\f3e5"}.fa-reply-all:before{content:"\f122"}.fa-replyd:before{content:"\f3e6"}.fa-republican:before{content:"\f75e"}.fa-researchgate:before{content:"\f4f8"}.fa-resolving:before{content:"\f3e7"}.fa-restroom:before{content:"\f7bd"}.fa-retweet:before{content:"\f079"}.fa-rev:before{content:"\f5b2"}.fa-ribbon:before{content:"\f4d6"}.fa-ring:before{content:"\f70b"}.fa-road:before{content:"\f018"}.fa-robot:before{content:"\f544"}.fa-rocket:before{content:"\f135"}.fa-rocketchat:before{content:"\f3e8"}.fa-rockrms:before{content:"\f3e9"}.fa-route:before{content:"\f4d7"}.fa-rss:before{content:"\f09e"}.fa-rss-square:before{content:"\f143"}.fa-ruble-sign:before{content:"\f158"}.fa-ruler:before{content:"\f545"}.fa-ruler-combined:before{content:"\f546"}.fa-ruler-horizontal:before{content:"\f547"}.fa-ruler-vertical:before{content:"\f548"}.fa-running:before{content:"\f70c"}.fa-rupee-sign:before{content:"\f156"}.fa-sad-cry:before{content:"\f5b3"}.fa-sad-tear:before{content:"\f5b4"}.fa-safari:before{content:"\f267"}.fa-salesforce:before{content:"\f83b"}.fa-sass:before{content:"\f41e"}.fa-satellite:before{content:"\f7bf"}.fa-satellite-dish:before{content:"\f7c0"}.fa-save:before{content:"\f0c7"}.fa-schlix:before{content:"\f3ea"}.fa-school:before{content:"\f549"}.fa-screwdriver:before{content:"\f54a"}.fa-scribd:before{content:"\f28a"}.fa-scroll:before{content:"\f70e"}.fa-sd-card:before{content:"\f7c2"}.fa-search:before{content:"\f002"}.fa-search-dollar:before{content:"\f688"}.fa-search-location:before{content:"\f689"}.fa-search-minus:before{content:"\f010"}.fa-search-plus:before{content:"\f00e"}.fa-searchengin:before{content:"\f3eb"}.fa-seedling:before{content:"\f4d8"}.fa-sellcast:before{content:"\f2da"}.fa-sellsy:before{content:"\f213"}.fa-server:before{content:"\f233"}.fa-servicestack:before{content:"\f3ec"}.fa-shapes:before{content:"\f61f"}.fa-share:before{content:"\f064"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-share-square:before{content:"\f14d"}.fa-shekel-sign:before{content:"\f20b"}.fa-shield-alt:before{content:"\f3ed"}.fa-ship:before{content:"\f21a"}.fa-shipping-fast:before{content:"\f48b"}.fa-shirtsinbulk:before{content:"\f214"}.fa-shoe-prints:before{content:"\f54b"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-shopping-cart:before{content:"\f07a"}.fa-shopware:before{content:"\f5b5"}.fa-shower:before{content:"\f2cc"}.fa-shuttle-van:before{content:"\f5b6"}.fa-sign:before{content:"\f4d9"}.fa-sign-in-alt:before{content:"\f2f6"}.fa-sign-language:before{content:"\f2a7"}.fa-sign-out-alt:before{content:"\f2f5"}.fa-signal:before{content:"\f012"}.fa-signature:before{content:"\f5b7"}.fa-sim-card:before{content:"\f7c4"}.fa-simplybuilt:before{content:"\f215"}.fa-sistrix:before{content:"\f3ee"}.fa-sitemap:before{content:"\f0e8"}.fa-sith:before{content:"\f512"}.fa-skating:before{content:"\f7c5"}.fa-sketch:before{content:"\f7c6"}.fa-skiing:before{content:"\f7c9"}.fa-skiing-nordic:before{content:"\f7ca"}.fa-skull:before{content:"\f54c"}.fa-skull-crossbones:before{content:"\f714"}.fa-skyatlas:before{content:"\f216"}.fa-skype:before{content:"\f17e"}.fa-slack:before{content:"\f198"}.fa-slack-hash:before{content:"\f3ef"}.fa-slash:before{content:"\f715"}.fa-sleigh:before{content:"\f7cc"}.fa-sliders-h:before{content:"\f1de"}.fa-slideshare:before{content:"\f1e7"}.fa-smile:before{content:"\f118"}.fa-smile-beam:before{content:"\f5b8"}.fa-smile-wink:before{content:"\f4da"}.fa-smog:before{content:"\f75f"}.fa-smoking:before{content:"\f48d"}.fa-smoking-ban:before{content:"\f54d"}.fa-sms:before{content:"\f7cd"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-snowboarding:before{content:"\f7ce"}.fa-snowflake:before{content:"\f2dc"}.fa-snowman:before{content:"\f7d0"}.fa-snowplow:before{content:"\f7d2"}.fa-socks:before{content:"\f696"}.fa-solar-panel:before{content:"\f5ba"}.fa-sort:before{content:"\f0dc"}.fa-sort-alpha-down:before{content:"\f15d"}.fa-sort-alpha-down-alt:before{content:"\f881"}.fa-sort-alpha-up:before{content:"\f15e"}.fa-sort-alpha-up-alt:before{content:"\f882"}.fa-sort-amount-down:before{content:"\f160"}.fa-sort-amount-down-alt:before{content:"\f884"}.fa-sort-amount-up:before{content:"\f161"}.fa-sort-amount-up-alt:before{content:"\f885"}.fa-sort-down:before{content:"\f0dd"}.fa-sort-numeric-down:before{content:"\f162"}.fa-sort-numeric-down-alt:before{content:"\f886"}.fa-sort-numeric-up:before{content:"\f163"}.fa-sort-numeric-up-alt:before{content:"\f887"}.fa-sort-up:before{content:"\f0de"}.fa-soundcloud:before{content:"\f1be"}.fa-sourcetree:before{content:"\f7d3"}.fa-spa:before{content:"\f5bb"}.fa-space-shuttle:before{content:"\f197"}.fa-speakap:before{content:"\f3f3"}.fa-speaker-deck:before{content:"\f83c"}.fa-spell-check:before{content:"\f891"}.fa-spider:before{content:"\f717"}.fa-spinner:before{content:"\f110"}.fa-splotch:before{content:"\f5bc"}.fa-spotify:before{content:"\f1bc"}.fa-spray-can:before{content:"\f5bd"}.fa-square:before{content:"\f0c8"}.fa-square-full:before{content:"\f45c"}.fa-square-root-alt:before{content:"\f698"}.fa-squarespace:before{content:"\f5be"}.fa-stack-exchange:before{content:"\f18d"}.fa-stack-overflow:before{content:"\f16c"}.fa-stackpath:before{content:"\f842"}.fa-stamp:before{content:"\f5bf"}.fa-star:before{content:"\f005"}.fa-star-and-crescent:before{content:"\f699"}.fa-star-half:before{content:"\f089"}.fa-star-half-alt:before{content:"\f5c0"}.fa-star-of-david:before{content:"\f69a"}.fa-star-of-life:before{content:"\f621"}.fa-staylinked:before{content:"\f3f5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-steam-symbol:before{content:"\f3f6"}.fa-step-backward:before{content:"\f048"}.fa-step-forward:before{content:"\f051"}.fa-stethoscope:before{content:"\f0f1"}.fa-sticker-mule:before{content:"\f3f7"}.fa-sticky-note:before{content:"\f249"}.fa-stop:before{content:"\f04d"}.fa-stop-circle:before{content:"\f28d"}.fa-stopwatch:before{content:"\f2f2"}.fa-store:before{content:"\f54e"}.fa-store-alt:before{content:"\f54f"}.fa-strava:before{content:"\f428"}.fa-stream:before{content:"\f550"}.fa-street-view:before{content:"\f21d"}.fa-strikethrough:before{content:"\f0cc"}.fa-stripe:before{content:"\f429"}.fa-stripe-s:before{content:"\f42a"}.fa-stroopwafel:before{content:"\f551"}.fa-studiovinari:before{content:"\f3f8"}.fa-stumbleupon:before{content:"\f1a4"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-subscript:before{content:"\f12c"}.fa-subway:before{content:"\f239"}.fa-suitcase:before{content:"\f0f2"}.fa-suitcase-rolling:before{content:"\f5c1"}.fa-sun:before{content:"\f185"}.fa-superpowers:before{content:"\f2dd"}.fa-superscript:before{content:"\f12b"}.fa-supple:before{content:"\f3f9"}.fa-surprise:before{content:"\f5c2"}.fa-suse:before{content:"\f7d6"}.fa-swatchbook:before{content:"\f5c3"}.fa-swift:before{content:"\f8e1"}.fa-swimmer:before{content:"\f5c4"}.fa-swimming-pool:before{content:"\f5c5"}.fa-symfony:before{content:"\f83d"}.fa-synagogue:before{content:"\f69b"}.fa-sync:before{content:"\f021"}.fa-sync-alt:before{content:"\f2f1"}.fa-syringe:before{content:"\f48e"}.fa-table:before{content:"\f0ce"}.fa-table-tennis:before{content:"\f45d"}.fa-tablet:before{content:"\f10a"}.fa-tablet-alt:before{content:"\f3fa"}.fa-tablets:before{content:"\f490"}.fa-tachometer-alt:before{content:"\f3fd"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-tape:before{content:"\f4db"}.fa-tasks:before{content:"\f0ae"}.fa-taxi:before{content:"\f1ba"}.fa-teamspeak:before{content:"\f4f9"}.fa-teeth:before{content:"\f62e"}.fa-teeth-open:before{content:"\f62f"}.fa-telegram:before{content:"\f2c6"}.fa-telegram-plane:before{content:"\f3fe"}.fa-temperature-high:before{content:"\f769"}.fa-temperature-low:before{content:"\f76b"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-tenge:before{content:"\f7d7"}.fa-terminal:before{content:"\f120"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-th:before{content:"\f00a"}.fa-th-large:before{content:"\f009"}.fa-th-list:before{content:"\f00b"}.fa-the-red-yeti:before{content:"\f69d"}.fa-theater-masks:before{content:"\f630"}.fa-themeco:before{content:"\f5c6"}.fa-themeisle:before{content:"\f2b2"}.fa-thermometer:before{content:"\f491"}.fa-thermometer-empty:before{content:"\f2cb"}.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-think-peaks:before{content:"\f731"}.fa-thumbs-down:before{content:"\f165"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbtack:before{content:"\f08d"}.fa-ticket-alt:before{content:"\f3ff"}.fa-times:before{content:"\f00d"}.fa-times-circle:before{content:"\f057"}.fa-tint:before{content:"\f043"}.fa-tint-slash:before{content:"\f5c7"}.fa-tired:before{content:"\f5c8"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-toilet:before{content:"\f7d8"}.fa-toilet-paper:before{content:"\f71e"}.fa-toolbox:before{content:"\f552"}.fa-tools:before{content:"\f7d9"}.fa-tooth:before{content:"\f5c9"}.fa-torah:before{content:"\f6a0"}.fa-torii-gate:before{content:"\f6a1"}.fa-tractor:before{content:"\f722"}.fa-trade-federation:before{content:"\f513"}.fa-trademark:before{content:"\f25c"}.fa-traffic-light:before{content:"\f637"}.fa-trailer:before{content:"\f941"}.fa-train:before{content:"\f238"}.fa-tram:before{content:"\f7da"}.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-trash:before{content:"\f1f8"}.fa-trash-alt:before{content:"\f2ed"}.fa-trash-restore:before{content:"\f829"}.fa-trash-restore-alt:before{content:"\f82a"}.fa-tree:before{content:"\f1bb"}.fa-trello:before{content:"\f181"}.fa-tripadvisor:before{content:"\f262"}.fa-trophy:before{content:"\f091"}.fa-truck:before{content:"\f0d1"}.fa-truck-loading:before{content:"\f4de"}.fa-truck-monster:before{content:"\f63b"}.fa-truck-moving:before{content:"\f4df"}.fa-truck-pickup:before{content:"\f63c"}.fa-tshirt:before{content:"\f553"}.fa-tty:before{content:"\f1e4"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-tv:before{content:"\f26c"}.fa-twitch:before{content:"\f1e8"}.fa-twitter:before{content:"\f099"}.fa-twitter-square:before{content:"\f081"}.fa-typo3:before{content:"\f42b"}.fa-uber:before{content:"\f402"}.fa-ubuntu:before{content:"\f7df"}.fa-uikit:before{content:"\f403"}.fa-umbraco:before{content:"\f8e8"}.fa-umbrella:before{content:"\f0e9"}.fa-umbrella-beach:before{content:"\f5ca"}.fa-underline:before{content:"\f0cd"}.fa-undo:before{content:"\f0e2"}.fa-undo-alt:before{content:"\f2ea"}.fa-uniregistry:before{content:"\f404"}.fa-unity:before{content:"\f949"}.fa-universal-access:before{content:"\f29a"}.fa-university:before{content:"\f19c"}.fa-unlink:before{content:"\f127"}.fa-unlock:before{content:"\f09c"}.fa-unlock-alt:before{content:"\f13e"}.fa-untappd:before{content:"\f405"}.fa-upload:before{content:"\f093"}.fa-ups:before{content:"\f7e0"}.fa-usb:before{content:"\f287"}.fa-user:before{content:"\f007"}.fa-user-alt:before{content:"\f406"}.fa-user-alt-slash:before{content:"\f4fa"}.fa-user-astronaut:before{content:"\f4fb"}.fa-user-check:before{content:"\f4fc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-clock:before{content:"\f4fd"}.fa-user-cog:before{content:"\f4fe"}.fa-user-edit:before{content:"\f4ff"}.fa-user-friends:before{content:"\f500"}.fa-user-graduate:before{content:"\f501"}.fa-user-injured:before{content:"\f728"}.fa-user-lock:before{content:"\f502"}.fa-user-md:before{content:"\f0f0"}.fa-user-minus:before{content:"\f503"}.fa-user-ninja:before{content:"\f504"}.fa-user-nurse:before{content:"\f82f"}.fa-user-plus:before{content:"\f234"}.fa-user-secret:before{content:"\f21b"}.fa-user-shield:before{content:"\f505"}.fa-user-slash:before{content:"\f506"}.fa-user-tag:before{content:"\f507"}.fa-user-tie:before{content:"\f508"}.fa-user-times:before{content:"\f235"}.fa-users:before{content:"\f0c0"}.fa-users-cog:before{content:"\f509"}.fa-usps:before{content:"\f7e1"}.fa-ussunnah:before{content:"\f407"}.fa-utensil-spoon:before{content:"\f2e5"}.fa-utensils:before{content:"\f2e7"}.fa-vaadin:before{content:"\f408"}.fa-vector-square:before{content:"\f5cb"}.fa-venus:before{content:"\f221"}.fa-venus-double:before{content:"\f226"}.fa-venus-mars:before{content:"\f228"}.fa-viacoin:before{content:"\f237"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-vial:before{content:"\f492"}.fa-vials:before{content:"\f493"}.fa-viber:before{content:"\f409"}.fa-video:before{content:"\f03d"}.fa-video-slash:before{content:"\f4e2"}.fa-vihara:before{content:"\f6a7"}.fa-vimeo:before{content:"\f40a"}.fa-vimeo-square:before{content:"\f194"}.fa-vimeo-v:before{content:"\f27d"}.fa-vine:before{content:"\f1ca"}.fa-vk:before{content:"\f189"}.fa-vnv:before{content:"\f40b"}.fa-voicemail:before{content:"\f897"}.fa-volleyball-ball:before{content:"\f45f"}.fa-volume-down:before{content:"\f027"}.fa-volume-mute:before{content:"\f6a9"}.fa-volume-off:before{content:"\f026"}.fa-volume-up:before{content:"\f028"}.fa-vote-yea:before{content:"\f772"}.fa-vr-cardboard:before{content:"\f729"}.fa-vuejs:before{content:"\f41f"}.fa-walking:before{content:"\f554"}.fa-wallet:before{content:"\f555"}.fa-warehouse:before{content:"\f494"}.fa-water:before{content:"\f773"}.fa-wave-square:before{content:"\f83e"}.fa-waze:before{content:"\f83f"}.fa-weebly:before{content:"\f5cc"}.fa-weibo:before{content:"\f18a"}.fa-weight:before{content:"\f496"}.fa-weight-hanging:before{content:"\f5cd"}.fa-weixin:before{content:"\f1d7"}.fa-whatsapp:before{content:"\f232"}.fa-whatsapp-square:before{content:"\f40c"}.fa-wheelchair:before{content:"\f193"}.fa-whmcs:before{content:"\f40d"}.fa-wifi:before{content:"\f1eb"}.fa-wikipedia-w:before{content:"\f266"}.fa-wind:before{content:"\f72e"}.fa-window-close:before{content:"\f410"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-windows:before{content:"\f17a"}.fa-wine-bottle:before{content:"\f72f"}.fa-wine-glass:before{content:"\f4e3"}.fa-wine-glass-alt:before{content:"\f5ce"}.fa-wix:before{content:"\f5cf"}.fa-wizards-of-the-coast:before{content:"\f730"}.fa-wolf-pack-battalion:before{content:"\f514"}.fa-won-sign:before{content:"\f159"}.fa-wordpress:before{content:"\f19a"}.fa-wordpress-simple:before{content:"\f411"}.fa-wpbeginner:before{content:"\f297"}.fa-wpexplorer:before{content:"\f2de"}.fa-wpforms:before{content:"\f298"}.fa-wpressr:before{content:"\f3e4"}.fa-wrench:before{content:"\f0ad"}.fa-x-ray:before{content:"\f497"}.fa-xbox:before{content:"\f412"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-y-combinator:before{content:"\f23b"}.fa-yahoo:before{content:"\f19e"}.fa-yammer:before{content:"\f840"}.fa-yandex:before{content:"\f413"}.fa-yandex-international:before{content:"\f414"}.fa-yarn:before{content:"\f7e3"}.fa-yelp:before{content:"\f1e9"}.fa-yen-sign:before{content:"\f157"}.fa-yin-yang:before{content:"\f6ad"}.fa-yoast:before{content:"\f2b1"}.fa-youtube:before{content:"\f167"}.fa-youtube-square:before{content:"\f431"}.fa-zhihu:before{content:"\f63f"}.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:normal;font-display:auto;src:url("/DesktopModules/EasyDNNnews/static/font-awesome5/webfonts/fa-brands-400.eot");src:url("/DesktopModules/EasyDNNnews/static/font-awesome5/webfonts/fa-brands-400.eot?#iefix") format("embedded-opentype"),url("/DesktopModules/EasyDNNnews/static/font-awesome5/webfonts/fa-brands-400.woff2") format("woff2"),url("/DesktopModules/EasyDNNnews/static/font-awesome5/webfonts/fa-brands-400.woff") format("woff"),url("/DesktopModules/EasyDNNnews/static/font-awesome5/webfonts/fa-brands-400.ttf") format("truetype"),url("/DesktopModules/EasyDNNnews/static/font-awesome5/webfonts/fa-brands-400.svg#fontawesome") format("svg")}.fab{font-family:"Font Awesome 5 Brands"}@font-face{font-family:"Font Awesome 5 Free";font-style:normal;font-weight:400;font-display:auto;src:url("/DesktopModules/EasyDNNnews/static/font-awesome5/webfonts/fa-regular-400.eot");src:url("/DesktopModules/EasyDNNnews/static/font-awesome5/webfonts/fa-regular-400.eot?#iefix") format("embedded-opentype"),url("/DesktopModules/EasyDNNnews/static/font-awesome5/webfonts/fa-regular-400.woff2") format("woff2"),url("/DesktopModules/EasyDNNnews/static/font-awesome5/webfonts/fa-regular-400.woff") format("woff"),url("/DesktopModules/EasyDNNnews/static/font-awesome5/webfonts/fa-regular-400.ttf") format("truetype"),url("/DesktopModules/EasyDNNnews/static/font-awesome5/webfonts/fa-regular-400.svg#fontawesome") format("svg")}.far{font-weight:400}@font-face{font-family:"Font Awesome 5 Free";font-style:normal;font-weight:900;font-display:auto;src:url("/DesktopModules/EasyDNNnews/static/font-awesome5/webfonts/fa-solid-900.eot");src:url("/DesktopModules/EasyDNNnews/static/font-awesome5/webfonts/fa-solid-900.eot?#iefix") format("embedded-opentype"),url("/DesktopModules/EasyDNNnews/static/font-awesome5/webfonts/fa-solid-900.woff2") format("woff2"),url("/DesktopModules/EasyDNNnews/static/font-awesome5/webfonts/fa-solid-900.woff") format("woff"),url("/DesktopModules/EasyDNNnews/static/font-awesome5/webfonts/fa-solid-900.ttf") format("truetype"),url("/DesktopModules/EasyDNNnews/static/font-awesome5/webfonts/fa-solid-900.svg#fontawesome") format("svg")}.fa,.far,.fas{font-family:"Font Awesome 5 Free"}.fa,.fas{font-weight:900}
@charset "UTF-8";
/* fallback */
@import url("/DesktopModules/EasyDNNnews/static/font-awesome5/css/all.min.css");
@font-face {
  font-family: "Material Icons";
  font-style: normal;
  font-weight: 400;
  src: url("https://fonts.gstatic.com/s/materialicons/v67/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2") format("woff2");
}
/* cyrillic-ext */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  src: local("Roboto Light"), local("Roboto-Light"), url("https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmSU5fCRc4EsA.woff2") format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  src: local("Roboto Light"), local("Roboto-Light"), url("https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmSU5fABc4EsA.woff2") format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  src: local("Roboto Light"), local("Roboto-Light"), url("https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmSU5fCBc4EsA.woff2") format("woff2");
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  src: local("Roboto Light"), local("Roboto-Light"), url("https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmSU5fBxc4EsA.woff2") format("woff2");
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  src: local("Roboto Light"), local("Roboto-Light"), url("https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmSU5fCxc4EsA.woff2") format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  src: local("Roboto Light"), local("Roboto-Light"), url("https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmSU5fChc4EsA.woff2") format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  src: local("Roboto Light"), local("Roboto-Light"), url("https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmSU5fBBc4.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: local("Roboto"), local("Roboto-Regular"), url("https://fonts.gstatic.com/s/roboto/v20/KFOmCnqEu92Fr1Mu72xKOzY.woff2") format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: local("Roboto"), local("Roboto-Regular"), url("https://fonts.gstatic.com/s/roboto/v20/KFOmCnqEu92Fr1Mu5mxKOzY.woff2") format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: local("Roboto"), local("Roboto-Regular"), url("https://fonts.gstatic.com/s/roboto/v20/KFOmCnqEu92Fr1Mu7mxKOzY.woff2") format("woff2");
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: local("Roboto"), local("Roboto-Regular"), url("https://fonts.gstatic.com/s/roboto/v20/KFOmCnqEu92Fr1Mu4WxKOzY.woff2") format("woff2");
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: local("Roboto"), local("Roboto-Regular"), url("https://fonts.gstatic.com/s/roboto/v20/KFOmCnqEu92Fr1Mu7WxKOzY.woff2") format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: local("Roboto"), local("Roboto-Regular"), url("https://fonts.gstatic.com/s/roboto/v20/KFOmCnqEu92Fr1Mu7GxKOzY.woff2") format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: local("Roboto"), local("Roboto-Regular"), url("https://fonts.gstatic.com/s/roboto/v20/KFOmCnqEu92Fr1Mu4mxK.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  src: local("Roboto Medium"), local("Roboto-Medium"), url("https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmEU9fCRc4EsA.woff2") format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  src: local("Roboto Medium"), local("Roboto-Medium"), url("https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmEU9fABc4EsA.woff2") format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  src: local("Roboto Medium"), local("Roboto-Medium"), url("https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmEU9fCBc4EsA.woff2") format("woff2");
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  src: local("Roboto Medium"), local("Roboto-Medium"), url("https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmEU9fBxc4EsA.woff2") format("woff2");
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  src: local("Roboto Medium"), local("Roboto-Medium"), url("https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmEU9fCxc4EsA.woff2") format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  src: local("Roboto Medium"), local("Roboto-Medium"), url("https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmEU9fChc4EsA.woff2") format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  src: local("Roboto Medium"), local("Roboto-Medium"), url("https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmEU9fBBc4.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  src: local("Roboto Bold"), local("Roboto-Bold"), url("https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmWUlfCRc4EsA.woff2") format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  src: local("Roboto Bold"), local("Roboto-Bold"), url("https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmWUlfABc4EsA.woff2") format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  src: local("Roboto Bold"), local("Roboto-Bold"), url("https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmWUlfCBc4EsA.woff2") format("woff2");
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  src: local("Roboto Bold"), local("Roboto-Bold"), url("https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmWUlfBxc4EsA.woff2") format("woff2");
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  src: local("Roboto Bold"), local("Roboto-Bold"), url("https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmWUlfCxc4EsA.woff2") format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  src: local("Roboto Bold"), local("Roboto-Bold"), url("https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmWUlfChc4EsA.woff2") format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  src: local("Roboto Bold"), local("Roboto-Bold"), url("https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmWUlfBBc4.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 400;
  src: url("https://fonts.gstatic.com/s/robotoslab/v12/BngbUXZYTXPIvIBgJJSb6s3BzlRRfKOFbvjojISmYmRjRdE.woff2") format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 400;
  src: url("https://fonts.gstatic.com/s/robotoslab/v12/BngbUXZYTXPIvIBgJJSb6s3BzlRRfKOFbvjojISma2RjRdE.woff2") format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 400;
  src: url("https://fonts.gstatic.com/s/robotoslab/v12/BngbUXZYTXPIvIBgJJSb6s3BzlRRfKOFbvjojISmY2RjRdE.woff2") format("woff2");
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 400;
  src: url("https://fonts.gstatic.com/s/robotoslab/v12/BngbUXZYTXPIvIBgJJSb6s3BzlRRfKOFbvjojISmbGRjRdE.woff2") format("woff2");
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 400;
  src: url("https://fonts.gstatic.com/s/robotoslab/v12/BngbUXZYTXPIvIBgJJSb6s3BzlRRfKOFbvjojISmYGRjRdE.woff2") format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 400;
  src: url("https://fonts.gstatic.com/s/robotoslab/v12/BngbUXZYTXPIvIBgJJSb6s3BzlRRfKOFbvjojISmYWRjRdE.woff2") format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 400;
  src: url("https://fonts.gstatic.com/s/robotoslab/v12/BngbUXZYTXPIvIBgJJSb6s3BzlRRfKOFbvjojISmb2Rj.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 700;
  src: url("https://fonts.gstatic.com/s/robotoslab/v12/BngbUXZYTXPIvIBgJJSb6s3BzlRRfKOFbvjoa4OmYmRjRdE.woff2") format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 700;
  src: url("https://fonts.gstatic.com/s/robotoslab/v12/BngbUXZYTXPIvIBgJJSb6s3BzlRRfKOFbvjoa4Oma2RjRdE.woff2") format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 700;
  src: url("https://fonts.gstatic.com/s/robotoslab/v12/BngbUXZYTXPIvIBgJJSb6s3BzlRRfKOFbvjoa4OmY2RjRdE.woff2") format("woff2");
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 700;
  src: url("https://fonts.gstatic.com/s/robotoslab/v12/BngbUXZYTXPIvIBgJJSb6s3BzlRRfKOFbvjoa4OmbGRjRdE.woff2") format("woff2");
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 700;
  src: url("https://fonts.gstatic.com/s/robotoslab/v12/BngbUXZYTXPIvIBgJJSb6s3BzlRRfKOFbvjoa4OmYGRjRdE.woff2") format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 700;
  src: url("https://fonts.gstatic.com/s/robotoslab/v12/BngbUXZYTXPIvIBgJJSb6s3BzlRRfKOFbvjoa4OmYWRjRdE.woff2") format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 700;
  src: url("https://fonts.gstatic.com/s/robotoslab/v12/BngbUXZYTXPIvIBgJJSb6s3BzlRRfKOFbvjoa4Omb2Rj.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Material Icons";
  font-style: normal;
  font-weight: 400;
  src: url("https://fonts.gstatic.com/s/materialicons/v67/flUhRq6tzZclQEJ-Vdg-IuiaDsNa.woff") format("woff");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  src: local("Roboto Light"), local("Roboto-Light"), url("https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmSU5vAA.woff") format("woff");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: local("Roboto"), local("Roboto-Regular"), url("https://fonts.gstatic.com/s/roboto/v20/KFOmCnqEu92Fr1Me5g.woff") format("woff");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  src: local("Roboto Medium"), local("Roboto-Medium"), url("https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmEU9vAA.woff") format("woff");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  src: local("Roboto Bold"), local("Roboto-Bold"), url("https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmWUlvAA.woff") format("woff");
}
@font-face {
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 400;
  src: url("https://fonts.gstatic.com/s/robotoslab/v12/BngbUXZYTXPIvIBgJJSb6s3BzlRRfKOFbvjojISWaw.woff") format("woff");
}
@font-face {
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 700;
  src: url("https://fonts.gstatic.com/s/robotoslab/v12/BngbUXZYTXPIvIBgJJSb6s3BzlRRfKOFbvjoa4OWaw.woff") format("woff");
}
.eds_news_Advantage .material-icons {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -moz-font-feature-settings: "liga";
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "liga";
}

/*     brand Colors              */
.carousel.carousel-full-nagivation .left {
  cursor: url("/DesktopModules/EasyDNNnews/Templates/img/arrow-left.png"), url("/DesktopModules/EasyDNNnews/Templates/img/arrow-left.cur"), default !important;
}
.carousel.carousel-full-nagivation .right {
  cursor: url("/DesktopModules/EasyDNNnews/Templates/img/arrow-right.png"), url("/DesktopModules/EasyDNNnews/Templates/img/arrow-right.cur"), default !important;
}

.eds_news_Advantage .card {
  font-size: 0.875rem;
}




.eds_news_Advantage h3, .eds_news_Advantage .h3 {
  font-size: 1.75rem;
}
.eds_news_Advantage h4, .eds_news_Advantage .h4 {
  font-size: 1.5rem;
}
.eds_news_Advantage h5, .eds_news_Advantage .h5 {
  font-size: 1.25rem;
}
.eds_news_Advantage h6, .eds_news_Advantage .h6 {
  font-size: 1rem;
}
.eds_news_Advantage .lead {
  font-size: 1.25rem;
  font-weight: 300;
}
.eds_news_Advantage .display-1 {
  font-size: 7rem;
  font-weight: 300;
  line-height: 1.2;
}
.eds_news_Advantage .display-2 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}
.eds_news_Advantage .display-3 {
  font-size: 2.8125rem;
  font-weight: 300;
  line-height: 1.2;
}
.eds_news_Advantage .display-4 {
  font-size: 2.125rem;
  font-weight: 300;
  line-height: 1.2;
}
.eds_news_Advantage hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.eds_news_Advantage small,
.eds_news_Advantage .small {
  font-size: 80%;
  font-weight: 400;
}
.eds_news_Advantage mark,
.eds_news_Advantage .mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}
.eds_news_Advantage .list-unstyled {
  padding-left: 0;
  list-style: none;
}
.eds_news_Advantage .list-inline {
  padding-left: 0;
  list-style: none;
}
.eds_news_Advantage .list-inline-item {
  display: inline-block;
}
.eds_news_Advantage .list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}
.eds_news_Advantage .initialism {
  font-size: 90%;
  text-transform: uppercase;
}
.eds_news_Advantage .blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.eds_news_Advantage .blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}
.eds_news_Advantage .blockquote-footer::before {
  content: "— ";
}

.eds_news_Advantage .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .eds_news_Advantage .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .eds_news_Advantage .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .eds_news_Advantage .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .eds_news_Advantage .container {
    max-width: 1140px;
  }
}

.eds_news_Advantage .container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.eds_news_Advantage .row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.eds_news_Advantage .no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.eds_news_Advantage .no-gutters > .col,
.eds_news_Advantage .no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.eds_news_Advantage .col-xl,
.eds_news_Advantage .col-xl-auto, .eds_news_Advantage .col-xl-12, .eds_news_Advantage .col-xl-11, .eds_news_Advantage .col-xl-10, .eds_news_Advantage .col-xl-9, .eds_news_Advantage .col-xl-8, .eds_news_Advantage .col-xl-7, .eds_news_Advantage .col-xl-6, .eds_news_Advantage .col-xl-5, .eds_news_Advantage .col-xl-4, .eds_news_Advantage .col-xl-3, .eds_news_Advantage .col-xl-2, .eds_news_Advantage .col-xl-1, .eds_news_Advantage .col-lg,
.eds_news_Advantage .col-lg-auto, .eds_news_Advantage .col-lg-12, .eds_news_Advantage .col-lg-11, .eds_news_Advantage .col-lg-10, .eds_news_Advantage .col-lg-9, .eds_news_Advantage .col-lg-8, .eds_news_Advantage .col-lg-7, .eds_news_Advantage .col-lg-6, .eds_news_Advantage .col-lg-5, .eds_news_Advantage .col-lg-4, .eds_news_Advantage .col-lg-3, .eds_news_Advantage .col-lg-2, .eds_news_Advantage .col-lg-1, .eds_news_Advantage .col-md,
.eds_news_Advantage .col-md-auto, .eds_news_Advantage .col-md-12, .eds_news_Advantage .col-md-11, .eds_news_Advantage .col-md-10, .eds_news_Advantage .col-md-9, .eds_news_Advantage .col-md-8, .eds_news_Advantage .col-md-7, .eds_news_Advantage .col-md-6, .eds_news_Advantage .col-md-5, .eds_news_Advantage .col-md-4, .eds_news_Advantage .col-md-3, .eds_news_Advantage .col-md-2, .eds_news_Advantage .col-md-1, .eds_news_Advantage .col-sm,
.eds_news_Advantage .col-sm-auto, .eds_news_Advantage .col-sm-12, .eds_news_Advantage .col-sm-11, .eds_news_Advantage .col-sm-10, .eds_news_Advantage .col-sm-9, .eds_news_Advantage .col-sm-8, .eds_news_Advantage .col-sm-7, .eds_news_Advantage .col-sm-6, .eds_news_Advantage .col-sm-5, .eds_news_Advantage .col-sm-4, .eds_news_Advantage .col-sm-3, .eds_news_Advantage .col-sm-2, .eds_news_Advantage .col-sm-1, .eds_news_Advantage .col,
.eds_news_Advantage .col-auto, .eds_news_Advantage .col-12, .eds_news_Advantage .col-11, .eds_news_Advantage .col-10, .eds_news_Advantage .col-9, .eds_news_Advantage .col-8, .eds_news_Advantage .col-7, .eds_news_Advantage .col-6, .eds_news_Advantage .col-5, .eds_news_Advantage .col-4, .eds_news_Advantage .col-3, .eds_news_Advantage .col-2, .eds_news_Advantage .col-1 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.eds_news_Advantage .col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
.eds_news_Advantage .col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}
.eds_news_Advantage .col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}
.eds_news_Advantage .col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}
.eds_news_Advantage .col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}
.eds_news_Advantage .col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}
.eds_news_Advantage .col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}
.eds_news_Advantage .col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}
.eds_news_Advantage .col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}
.eds_news_Advantage .col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}
.eds_news_Advantage .col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}
.eds_news_Advantage .col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}
.eds_news_Advantage .col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}
.eds_news_Advantage .col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}
.eds_news_Advantage .order-first {
  order: -1;
}
.eds_news_Advantage .order-last {
  order: 13;
}
.eds_news_Advantage .order-0 {
  order: 0;
}
.eds_news_Advantage .order-1 {
  order: 1;
}
.eds_news_Advantage .order-2 {
  order: 2;
}
.eds_news_Advantage .order-3 {
  order: 3;
}
.eds_news_Advantage .order-4 {
  order: 4;
}
.eds_news_Advantage .order-5 {
  order: 5;
}
.eds_news_Advantage .order-6 {
  order: 6;
}
.eds_news_Advantage .order-7 {
  order: 7;
}
.eds_news_Advantage .order-8 {
  order: 8;
}
.eds_news_Advantage .order-9 {
  order: 9;
}
.eds_news_Advantage .order-10 {
  order: 10;
}
.eds_news_Advantage .order-11 {
  order: 11;
}
.eds_news_Advantage .order-12 {
  order: 12;
}
.eds_news_Advantage .offset-1 {
  margin-left: 8.3333333333%;
}
.eds_news_Advantage .offset-2 {
  margin-left: 16.6666666667%;
}
.eds_news_Advantage .offset-3 {
  margin-left: 25%;
}
.eds_news_Advantage .offset-4 {
  margin-left: 33.3333333333%;
}
.eds_news_Advantage .offset-5 {
  margin-left: 41.6666666667%;
}
.eds_news_Advantage .offset-6 {
  margin-left: 50%;
}
.eds_news_Advantage .offset-7 {
  margin-left: 58.3333333333%;
}
.eds_news_Advantage .offset-8 {
  margin-left: 66.6666666667%;
}
.eds_news_Advantage .offset-9 {
  margin-left: 75%;
}
.eds_news_Advantage .offset-10 {
  margin-left: 83.3333333333%;
}
.eds_news_Advantage .offset-11 {
  margin-left: 91.6666666667%;
}
@media (min-width: 576px) {
  .eds_news_Advantage .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .eds_news_Advantage .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .eds_news_Advantage .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .eds_news_Advantage .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .eds_news_Advantage .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .eds_news_Advantage .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .eds_news_Advantage .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .eds_news_Advantage .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .eds_news_Advantage .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .eds_news_Advantage .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .eds_news_Advantage .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .eds_news_Advantage .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .eds_news_Advantage .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .eds_news_Advantage .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .eds_news_Advantage .order-sm-first {
    order: -1;
  }
  .eds_news_Advantage .order-sm-last {
    order: 13;
  }
  .eds_news_Advantage .order-sm-0 {
    order: 0;
  }
  .eds_news_Advantage .order-sm-1 {
    order: 1;
  }
  .eds_news_Advantage .order-sm-2 {
    order: 2;
  }
  .eds_news_Advantage .order-sm-3 {
    order: 3;
  }
  .eds_news_Advantage .order-sm-4 {
    order: 4;
  }
  .eds_news_Advantage .order-sm-5 {
    order: 5;
  }
  .eds_news_Advantage .order-sm-6 {
    order: 6;
  }
  .eds_news_Advantage .order-sm-7 {
    order: 7;
  }
  .eds_news_Advantage .order-sm-8 {
    order: 8;
  }
  .eds_news_Advantage .order-sm-9 {
    order: 9;
  }
  .eds_news_Advantage .order-sm-10 {
    order: 10;
  }
  .eds_news_Advantage .order-sm-11 {
    order: 11;
  }
  .eds_news_Advantage .order-sm-12 {
    order: 12;
  }
  .eds_news_Advantage .offset-sm-0 {
    margin-left: 0;
  }
  .eds_news_Advantage .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .eds_news_Advantage .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .eds_news_Advantage .offset-sm-3 {
    margin-left: 25%;
  }
  .eds_news_Advantage .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .eds_news_Advantage .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .eds_news_Advantage .offset-sm-6 {
    margin-left: 50%;
  }
  .eds_news_Advantage .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .eds_news_Advantage .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .eds_news_Advantage .offset-sm-9 {
    margin-left: 75%;
  }
  .eds_news_Advantage .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .eds_news_Advantage .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .eds_news_Advantage .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .eds_news_Advantage .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .eds_news_Advantage .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .eds_news_Advantage .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .eds_news_Advantage .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .eds_news_Advantage .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .eds_news_Advantage .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .eds_news_Advantage .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .eds_news_Advantage .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .eds_news_Advantage .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .eds_news_Advantage .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .eds_news_Advantage .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .eds_news_Advantage .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .eds_news_Advantage .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .eds_news_Advantage .order-md-first {
    order: -1;
  }
  .eds_news_Advantage .order-md-last {
    order: 13;
  }
  .eds_news_Advantage .order-md-0 {
    order: 0;
  }
  .eds_news_Advantage .order-md-1 {
    order: 1;
  }
  .eds_news_Advantage .order-md-2 {
    order: 2;
  }
  .eds_news_Advantage .order-md-3 {
    order: 3;
  }
  .eds_news_Advantage .order-md-4 {
    order: 4;
  }
  .eds_news_Advantage .order-md-5 {
    order: 5;
  }
  .eds_news_Advantage .order-md-6 {
    order: 6;
  }
  .eds_news_Advantage .order-md-7 {
    order: 7;
  }
  .eds_news_Advantage .order-md-8 {
    order: 8;
  }
  .eds_news_Advantage .order-md-9 {
    order: 9;
  }
  .eds_news_Advantage .order-md-10 {
    order: 10;
  }
  .eds_news_Advantage .order-md-11 {
    order: 11;
  }
  .eds_news_Advantage .order-md-12 {
    order: 12;
  }
  .eds_news_Advantage .offset-md-0 {
    margin-left: 0;
  }
  .eds_news_Advantage .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .eds_news_Advantage .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .eds_news_Advantage .offset-md-3 {
    margin-left: 25%;
  }
  .eds_news_Advantage .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .eds_news_Advantage .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .eds_news_Advantage .offset-md-6 {
    margin-left: 50%;
  }
  .eds_news_Advantage .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .eds_news_Advantage .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .eds_news_Advantage .offset-md-9 {
    margin-left: 75%;
  }
  .eds_news_Advantage .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .eds_news_Advantage .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .eds_news_Advantage .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .eds_news_Advantage .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .eds_news_Advantage .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .eds_news_Advantage .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .eds_news_Advantage .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .eds_news_Advantage .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .eds_news_Advantage .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .eds_news_Advantage .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .eds_news_Advantage .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .eds_news_Advantage .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .eds_news_Advantage .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .eds_news_Advantage .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .eds_news_Advantage .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .eds_news_Advantage .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .eds_news_Advantage .order-lg-first {
    order: -1;
  }
  .eds_news_Advantage .order-lg-last {
    order: 13;
  }
  .eds_news_Advantage .order-lg-0 {
    order: 0;
  }
  .eds_news_Advantage .order-lg-1 {
    order: 1;
  }
  .eds_news_Advantage .order-lg-2 {
    order: 2;
  }
  .eds_news_Advantage .order-lg-3 {
    order: 3;
  }
  .eds_news_Advantage .order-lg-4 {
    order: 4;
  }
  .eds_news_Advantage .order-lg-5 {
    order: 5;
  }
  .eds_news_Advantage .order-lg-6 {
    order: 6;
  }
  .eds_news_Advantage .order-lg-7 {
    order: 7;
  }
  .eds_news_Advantage .order-lg-8 {
    order: 8;
  }
  .eds_news_Advantage .order-lg-9 {
    order: 9;
  }
  .eds_news_Advantage .order-lg-10 {
    order: 10;
  }
  .eds_news_Advantage .order-lg-11 {
    order: 11;
  }
  .eds_news_Advantage .order-lg-12 {
    order: 12;
  }
  .eds_news_Advantage .offset-lg-0 {
    margin-left: 0;
  }
  .eds_news_Advantage .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .eds_news_Advantage .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .eds_news_Advantage .offset-lg-3 {
    margin-left: 25%;
  }
  .eds_news_Advantage .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .eds_news_Advantage .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .eds_news_Advantage .offset-lg-6 {
    margin-left: 50%;
  }
  .eds_news_Advantage .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .eds_news_Advantage .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .eds_news_Advantage .offset-lg-9 {
    margin-left: 75%;
  }
  .eds_news_Advantage .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .eds_news_Advantage .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .eds_news_Advantage .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .eds_news_Advantage .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .eds_news_Advantage .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .eds_news_Advantage .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .eds_news_Advantage .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .eds_news_Advantage .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .eds_news_Advantage .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .eds_news_Advantage .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .eds_news_Advantage .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .eds_news_Advantage .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .eds_news_Advantage .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .eds_news_Advantage .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .eds_news_Advantage .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .eds_news_Advantage .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .eds_news_Advantage .order-xl-first {
    order: -1;
  }
  .eds_news_Advantage .order-xl-last {
    order: 13;
  }
  .eds_news_Advantage .order-xl-0 {
    order: 0;
  }
  .eds_news_Advantage .order-xl-1 {
    order: 1;
  }
  .eds_news_Advantage .order-xl-2 {
    order: 2;
  }
  .eds_news_Advantage .order-xl-3 {
    order: 3;
  }
  .eds_news_Advantage .order-xl-4 {
    order: 4;
  }
  .eds_news_Advantage .order-xl-5 {
    order: 5;
  }
  .eds_news_Advantage .order-xl-6 {
    order: 6;
  }
  .eds_news_Advantage .order-xl-7 {
    order: 7;
  }
  .eds_news_Advantage .order-xl-8 {
    order: 8;
  }
  .eds_news_Advantage .order-xl-9 {
    order: 9;
  }
  .eds_news_Advantage .order-xl-10 {
    order: 10;
  }
  .eds_news_Advantage .order-xl-11 {
    order: 11;
  }
  .eds_news_Advantage .order-xl-12 {
    order: 12;
  }
  .eds_news_Advantage .offset-xl-0 {
    margin-left: 0;
  }
  .eds_news_Advantage .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .eds_news_Advantage .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .eds_news_Advantage .offset-xl-3 {
    margin-left: 25%;
  }
  .eds_news_Advantage .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .eds_news_Advantage .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .eds_news_Advantage .offset-xl-6 {
    margin-left: 50%;
  }
  .eds_news_Advantage .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .eds_news_Advantage .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .eds_news_Advantage .offset-xl-9 {
    margin-left: 75%;
  }
  .eds_news_Advantage .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .eds_news_Advantage .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}

.eds_news_Advantage .form-control {
  display: block;
  width: 100%;
  padding: 0.4375rem 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: rgba(0, 0, 0, 0);
  background-clip: padding-box;
  border: 1px solid #d2d2d2;
  border-radius: 0;
  box-shadow: none;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.eds_news_Advantage .form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.eds_news_Advantage .form-control:focus {
  color: #495057;
  background-color: rgba(0, 0, 0, 0);
  border-color: #72f5e5;
  outline: 0;
  box-shadow: none, 0 0 0 0.2rem rgba(16, 215, 191, 0.25);
}
.eds_news_Advantage .form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}
.eds_news_Advantage .form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.eds_news_Advantage .form-control:disabled, .eds_news_Advantage .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}
.eds_news_Advantage select.form-control:not([size]):not([multiple]) {
  height: calc(2.4375rem + 2px);
}
.eds_news_Advantage select.form-control:focus::-ms-value {
  color: #495057;
  background-color: rgba(0, 0, 0, 0);
}
.eds_news_Advantage .form-control-file,
.eds_news_Advantage .form-control-range {
  display: block;
  width: 100%;
}
.eds_news_Advantage .col-form-label {
  padding-top: calc(0.4375rem + 1px);
  padding-bottom: calc(0.4375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}
.eds_news_Advantage .col-form-label-lg {
  padding-top: calc(0.5625rem + 1px);
  padding-bottom: calc(0.5625rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}
.eds_news_Advantage .col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}
.eds_news_Advantage .form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.4375rem;
  padding-bottom: 0.4375rem;
  margin-bottom: 0;
  line-height: 1.5;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.eds_news_Advantage .form-control-plaintext.form-control-sm, .eds_news_Advantage .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}
.eds_news_Advantage .form-control-sm {
  padding: 0.25rem 0;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
.eds_news_Advantage select.form-control-sm:not([size]):not([multiple]) {
  height: calc(2.125rem + 2px);
}
.eds_news_Advantage .form-control-lg {
  padding: 0.5625rem 0;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}
.eds_news_Advantage select.form-control-lg:not([size]):not([multiple]) {
  height: calc(4.125rem + 2px);
}
.eds_news_Advantage .form-group {
  margin-bottom: 1rem;
}
.eds_news_Advantage .form-text {
  display: block;
  margin-top: 0.25rem;
}
.eds_news_Advantage .form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.eds_news_Advantage .form-row > .col,
.eds_news_Advantage .form-row > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}
.eds_news_Advantage .form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}
.eds_news_Advantage .form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}
.eds_news_Advantage .form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}
.eds_news_Advantage .form-check-label {
  margin-bottom: 0;
}
.eds_news_Advantage .form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}
.eds_news_Advantage .form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}
.eds_news_Advantage .valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #64ce66;
}
.eds_news_Advantage .valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(100, 206, 102, 0.8);
  border-radius: 0.2rem;
}
.was-validated .eds_news_Advantage .form-control:valid, .eds_news_Advantage .form-control.is-valid,
.was-validated .eds_news_Advantage .custom-select:valid,
.eds_news_Advantage .custom-select.is-valid {
  border-color: #64ce66;
}
.was-validated .eds_news_Advantage .form-control:valid:focus, .eds_news_Advantage .form-control.is-valid:focus,
.was-validated .eds_news_Advantage .custom-select:valid:focus,
.eds_news_Advantage .custom-select.is-valid:focus {
  border-color: #64ce66;
  box-shadow: 0 0 0 0.2rem rgba(100, 206, 102, 0.25);
}
.was-validated .eds_news_Advantage .form-control:valid ~ .valid-feedback,
.was-validated .eds_news_Advantage .form-control:valid ~ .valid-tooltip, .eds_news_Advantage .form-control.is-valid ~ .valid-feedback,
.eds_news_Advantage .form-control.is-valid ~ .valid-tooltip,
.was-validated .eds_news_Advantage .custom-select:valid ~ .valid-feedback,
.was-validated .eds_news_Advantage .custom-select:valid ~ .valid-tooltip,
.eds_news_Advantage .custom-select.is-valid ~ .valid-feedback,
.eds_news_Advantage .custom-select.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .eds_news_Advantage .form-check-input:valid ~ .form-check-label, .eds_news_Advantage .form-check-input.is-valid ~ .form-check-label {
  color: #64ce66;
}
.was-validated .eds_news_Advantage .form-check-input:valid ~ .valid-feedback,
.was-validated .eds_news_Advantage .form-check-input:valid ~ .valid-tooltip, .eds_news_Advantage .form-check-input.is-valid ~ .valid-feedback,
.eds_news_Advantage .form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .eds_news_Advantage .custom-control-input:valid ~ .custom-control-label, .eds_news_Advantage .custom-control-input.is-valid ~ .custom-control-label {
  color: #64ce66;
}
.was-validated .eds_news_Advantage .custom-control-input:valid ~ .custom-control-label::before, .eds_news_Advantage .custom-control-input.is-valid ~ .custom-control-label::before {
  background-color: #c5edc6;
}
.was-validated .eds_news_Advantage .custom-control-input:valid ~ .valid-feedback,
.was-validated .eds_news_Advantage .custom-control-input:valid ~ .valid-tooltip, .eds_news_Advantage .custom-control-input.is-valid ~ .valid-feedback,
.eds_news_Advantage .custom-control-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .eds_news_Advantage .custom-control-input:valid:checked ~ .custom-control-label::before, .eds_news_Advantage .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  background-color: #8bda8c;
}
.was-validated .eds_news_Advantage .custom-control-input:valid:focus ~ .custom-control-label::before, .eds_news_Advantage .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fafafa, 0 0 0 0.2rem rgba(100, 206, 102, 0.25);
}
.was-validated .eds_news_Advantage .custom-file-input:valid ~ .custom-file-label, .eds_news_Advantage .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #64ce66;
}
.was-validated .eds_news_Advantage .custom-file-input:valid ~ .custom-file-label::before, .eds_news_Advantage .custom-file-input.is-valid ~ .custom-file-label::before {
  border-color: inherit;
}
.was-validated .eds_news_Advantage .custom-file-input:valid ~ .valid-feedback,
.was-validated .eds_news_Advantage .custom-file-input:valid ~ .valid-tooltip, .eds_news_Advantage .custom-file-input.is-valid ~ .valid-feedback,
.eds_news_Advantage .custom-file-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .eds_news_Advantage .custom-file-input:valid:focus ~ .custom-file-label, .eds_news_Advantage .custom-file-input.is-valid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(100, 206, 102, 0.25);
}
.eds_news_Advantage .invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #fc4c3b;
}
.eds_news_Advantage .invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(252, 76, 59, 0.8);
  border-radius: 0.2rem;
}
.was-validated .eds_news_Advantage .form-control:invalid, .eds_news_Advantage .form-control.is-invalid,
.was-validated .eds_news_Advantage .custom-select:invalid,
.eds_news_Advantage .custom-select.is-invalid {
  border-color: #fc4c3b;
}
.was-validated .eds_news_Advantage .form-control:invalid:focus, .eds_news_Advantage .form-control.is-invalid:focus,
.was-validated .eds_news_Advantage .custom-select:invalid:focus,
.eds_news_Advantage .custom-select.is-invalid:focus {
  border-color: #fc4c3b;
  box-shadow: 0 0 0 0.2rem rgba(252, 76, 59, 0.25);
}
.was-validated .eds_news_Advantage .form-control:invalid ~ .invalid-feedback,
.was-validated .eds_news_Advantage .form-control:invalid ~ .invalid-tooltip, .eds_news_Advantage .form-control.is-invalid ~ .invalid-feedback,
.eds_news_Advantage .form-control.is-invalid ~ .invalid-tooltip,
.was-validated .eds_news_Advantage .custom-select:invalid ~ .invalid-feedback,
.was-validated .eds_news_Advantage .custom-select:invalid ~ .invalid-tooltip,
.eds_news_Advantage .custom-select.is-invalid ~ .invalid-feedback,
.eds_news_Advantage .custom-select.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .eds_news_Advantage .form-check-input:invalid ~ .form-check-label, .eds_news_Advantage .form-check-input.is-invalid ~ .form-check-label {
  color: #fc4c3b;
}
.was-validated .eds_news_Advantage .form-check-input:invalid ~ .invalid-feedback,
.was-validated .eds_news_Advantage .form-check-input:invalid ~ .invalid-tooltip, .eds_news_Advantage .form-check-input.is-invalid ~ .invalid-feedback,
.eds_news_Advantage .form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .eds_news_Advantage .custom-control-input:invalid ~ .custom-control-label, .eds_news_Advantage .custom-control-input.is-invalid ~ .custom-control-label {
  color: #fc4c3b;
}
.was-validated .eds_news_Advantage .custom-control-input:invalid ~ .custom-control-label::before, .eds_news_Advantage .custom-control-input.is-invalid ~ .custom-control-label::before {
  background-color: #febfb9;
}
.was-validated .eds_news_Advantage .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .eds_news_Advantage .custom-control-input:invalid ~ .invalid-tooltip, .eds_news_Advantage .custom-control-input.is-invalid ~ .invalid-feedback,
.eds_news_Advantage .custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .eds_news_Advantage .custom-control-input:invalid:checked ~ .custom-control-label::before, .eds_news_Advantage .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  background-color: #fd7a6d;
}
.was-validated .eds_news_Advantage .custom-control-input:invalid:focus ~ .custom-control-label::before, .eds_news_Advantage .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fafafa, 0 0 0 0.2rem rgba(252, 76, 59, 0.25);
}
.was-validated .eds_news_Advantage .custom-file-input:invalid ~ .custom-file-label, .eds_news_Advantage .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #fc4c3b;
}
.was-validated .eds_news_Advantage .custom-file-input:invalid ~ .custom-file-label::before, .eds_news_Advantage .custom-file-input.is-invalid ~ .custom-file-label::before {
  border-color: inherit;
}
.was-validated .eds_news_Advantage .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .eds_news_Advantage .custom-file-input:invalid ~ .invalid-tooltip, .eds_news_Advantage .custom-file-input.is-invalid ~ .invalid-feedback,
.eds_news_Advantage .custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .eds_news_Advantage .custom-file-input:invalid:focus ~ .custom-file-label, .eds_news_Advantage .custom-file-input.is-invalid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(252, 76, 59, 0.25);
}
.eds_news_Advantage .form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.eds_news_Advantage .form-inline .form-check {
  width: 100%;
}
@media (min-width: 576px) {
  .eds_news_Advantage .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .eds_news_Advantage .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  .eds_news_Advantage .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .eds_news_Advantage .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .eds_news_Advantage .form-inline .input-group {
    width: auto;
  }
  .eds_news_Advantage .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .eds_news_Advantage .form-inline .form-check-input {
    position: relative;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .eds_news_Advantage .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  .eds_news_Advantage .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

/*.dropup,
.dropdown {
  position: relative;
}*/
.eds_news_Advantage .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.eds_news_Advantage .dropdown-toggle:empty::after {
  margin-left: 0;
}

/*
// The dropdown menu
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: $zindex-dropdown;
  display: none; // none by default, but block on "open" of the menu
  float: left;
  min-width: $dropdown-min-width;
  padding: $dropdown-padding-y 0;
  margin: $dropdown-spacer 0 0; // override default ul
  font-size: $font-size-base; // Redeclare because nesting can cause inheritance issues
  color: $body-color;
  text-align: left; // Ensures proper alignment if parent has it changed (e.g., modal footer)
  list-style: none;
  background-color: $dropdown-bg;
  background-clip: padding-box;
  border: $dropdown-border-width solid $dropdown-border-color;
  @include border-radius($dropdown-border-radius);
  @include box-shadow($dropdown-box-shadow);
}

// Allow for dropdowns to go bottom up (aka, dropup-menu)
// Just add .dropup after the standard .dropdown class and you're set.
.dropup {
  .dropdown-menu {
    margin-top: 0;
    margin-bottom: $dropdown-spacer;
  }

  .dropdown-toggle {
    @include caret(up);
  }
}

.dropright {
  .dropdown-menu {
    margin-top: 0;
    margin-left: $dropdown-spacer;
  }

  .dropdown-toggle {
    @include caret(right);
    &::after {
      vertical-align: 0;
    }
  }
}

.dropleft {
  .dropdown-menu {
    margin-top: 0;
    margin-right: $dropdown-spacer;
  }

  .dropdown-toggle {
    @include caret(left);
    &::before {
      vertical-align: 0;
    }
  }
}

// Dividers (basically an `<hr>`) within the dropdown
.dropdown-divider {
  @include nav-divider($dropdown-divider-bg);
}

// Links, buttons, and more within the dropdown menu
//
// `<button>`-specific styles are denoted with `// For <button>s`
.dropdown-item {
  display: block;
  width: 100%; // For `<button>`s
  padding: $dropdown-item-padding-y $dropdown-item-padding-x;
  clear: both;
  font-weight: $font-weight-normal;
  color: $dropdown-link-color;
  text-align: inherit; // For `<button>`s
  white-space: nowrap; // prevent links from randomly breaking onto new lines
  background-color: transparent; // For `<button>`s
  border: 0; // For `<button>`s

  @include hover-focus {
    color: $dropdown-link-hover-color;
    text-decoration: none;
    @include gradient-bg($dropdown-link-hover-bg);
  }

  &.active,
  &:active {
    color: $dropdown-link-active-color;
    text-decoration: none;
    @include gradient-bg($dropdown-link-active-bg);
  }

  &.disabled,
  &:disabled {
    color: $dropdown-link-disabled-color;
    background-color: transparent;
    // Remove CSS gradients if they're enabled
    @if $enable-gradients {
      background-image: none;
    }
  }
}

.dropdown-menu.show {
  display: block;
}

// Dropdown section headers
.dropdown-header {
  display: block;
  padding: $dropdown-padding-y $dropdown-item-padding-x;
  margin-bottom: 0; // for use with heading elements
  font-size: $font-size-sm;
  color: $dropdown-header-color;
  white-space: nowrap; // as with > li > a
}
*/
.eds_news_Advantage .card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 0.25rem;
}
.eds_news_Advantage .card > hr {
  margin-right: 0;
  margin-left: 0;
}
.eds_news_Advantage .card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.eds_news_Advantage .card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.eds_news_Advantage .card-body {
  flex: 1 1 auto;
  padding: 1.25rem;
}
.eds_news_Advantage .card-title {
  margin-bottom: 0.75rem;
}
.eds_news_Advantage .card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}
.eds_news_Advantage .card-text:last-child {
  margin-bottom: 0;
}
.eds_news_Advantage .card-link:hover {
  text-decoration: none;
}
.eds_news_Advantage .card-link + .card-link {
  margin-left: 1.25rem;
}
.eds_news_Advantage .card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.eds_news_Advantage .card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}
.eds_news_Advantage .card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}
.eds_news_Advantage .card-footer {
  padding: 0.75rem 1.25rem;
  background-color: #fff;
  border-top: 1px solid rgba(0, 0, 0, 0.12);
}
.eds_news_Advantage .card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}
.eds_news_Advantage .card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}
.eds_news_Advantage .card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}
.eds_news_Advantage .card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}
.eds_news_Advantage .card-img {
  width: 100%;
  border-radius: calc(0.25rem - 1px);
}
.eds_news_Advantage .card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.eds_news_Advantage .card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.eds_news_Advantage .card-deck {
  display: flex;
  flex-direction: column;
}
.eds_news_Advantage .card-deck .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .eds_news_Advantage .card-deck {
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .eds_news_Advantage .card-deck .card {
    display: flex;
    flex: 1 0 0%;
    flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}
.eds_news_Advantage .card-group {
  display: flex;
  flex-direction: column;
}
.eds_news_Advantage .card-group > .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .eds_news_Advantage .card-group {
    flex-flow: row wrap;
  }
  .eds_news_Advantage .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .eds_news_Advantage .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .eds_news_Advantage .card-group > .card:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .eds_news_Advantage .card-group > .card:first-child .card-img-top,
.eds_news_Advantage .card-group > .card:first-child .card-header {
    border-top-right-radius: 0;
  }
  .eds_news_Advantage .card-group > .card:first-child .card-img-bottom,
.eds_news_Advantage .card-group > .card:first-child .card-footer {
    border-bottom-right-radius: 0;
  }
  .eds_news_Advantage .card-group > .card:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .eds_news_Advantage .card-group > .card:last-child .card-img-top,
.eds_news_Advantage .card-group > .card:last-child .card-header {
    border-top-left-radius: 0;
  }
  .eds_news_Advantage .card-group > .card:last-child .card-img-bottom,
.eds_news_Advantage .card-group > .card:last-child .card-footer {
    border-bottom-left-radius: 0;
  }
  .eds_news_Advantage .card-group > .card:only-child {
    border-radius: 0.25rem;
  }
  .eds_news_Advantage .card-group > .card:only-child .card-img-top,
.eds_news_Advantage .card-group > .card:only-child .card-header {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }
  .eds_news_Advantage .card-group > .card:only-child .card-img-bottom,
.eds_news_Advantage .card-group > .card:only-child .card-footer {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }
  .eds_news_Advantage .card-group > .card:not(:first-child):not(:last-child):not(:only-child) {
    border-radius: 0;
  }
  .eds_news_Advantage .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top,
.eds_news_Advantage .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
.eds_news_Advantage .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header,
.eds_news_Advantage .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer {
    border-radius: 0;
  }
}
.eds_news_Advantage .card-columns .card {
  margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
  .eds_news_Advantage .card-columns {
    -moz-column-count: 3;
         column-count: 3;
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }
  .eds_news_Advantage .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

.eds_news_Advantage .breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}
.eds_news_Advantage .breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  color: #6c757d;
  content: "/";
}
.eds_news_Advantage .breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}
.eds_news_Advantage .breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}
.eds_news_Advantage .breadcrumb-item.active {
  color: #6c757d;
}

.eds_news_Advantage .media {
  display: flex;
  align-items: flex-start;
}
.eds_news_Advantage .media-body {
  flex: 1;
}

.eds_news_Advantage .badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}
.eds_news_Advantage .badge:empty {
  display: none;
}
.eds_news_Advantage .btn .badge {
  position: relative;
  top: -1px;
}
.eds_news_Advantage .badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}
.eds_news_Advantage .badge-primary {
  color: #212529;
  background-color: #10d7bf;
}
.eds_news_Advantage .badge-primary[href]:hover, .eds_news_Advantage .badge-primary[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #0ca895;
}
.eds_news_Advantage .badge-secondary {
  color: #ffffff;
  background-color: #6c757d;
}
.eds_news_Advantage .badge-secondary[href]:hover, .eds_news_Advantage .badge-secondary[href]:focus {
  color: #ffffff;
  text-decoration: none;
  background-color: #545b62;
}
.eds_news_Advantage .badge-success {
  color: #212529;
  background-color: #64ce66;
}
.eds_news_Advantage .badge-success[href]:hover, .eds_news_Advantage .badge-success[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #3dc240;
}
.eds_news_Advantage .badge-info {
  color: #ffffff;
  background-color: #00bcd4;
}
.eds_news_Advantage .badge-info[href]:hover, .eds_news_Advantage .badge-info[href]:focus {
  color: #ffffff;
  text-decoration: none;
  background-color: #008fa1;
}
.eds_news_Advantage .badge-warning {
  color: #212529;
  background-color: #f6c606;
}
.eds_news_Advantage .badge-warning[href]:hover, .eds_news_Advantage .badge-warning[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #c49e05;
}
.eds_news_Advantage .badge-danger {
  color: #ffffff;
  background-color: #fc4c3b;
}
.eds_news_Advantage .badge-danger[href]:hover, .eds_news_Advantage .badge-danger[href]:focus {
  color: #ffffff;
  text-decoration: none;
  background-color: #fb1e09;
}
.eds_news_Advantage .badge-light {
  color: #212529;
  background-color: #f8f9fa;
}
.eds_news_Advantage .badge-light[href]:hover, .eds_news_Advantage .badge-light[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #dae0e5;
}
.eds_news_Advantage .badge-dark {
  color: #ffffff;
  background-color: #343a40;
}
.eds_news_Advantage .badge-dark[href]:hover, .eds_news_Advantage .badge-dark[href]:focus {
  color: #ffffff;
  text-decoration: none;
  background-color: #1d2124;
}

.eds_news_Advantage .d-none {
  display: none !important;
}
.eds_news_Advantage .d-inline {
  display: inline !important;
}
.eds_news_Advantage .d-inline-block {
  display: inline-block !important;
}
.eds_news_Advantage .d-block {
  display: block !important;
}
.eds_news_Advantage .d-table {
  display: table !important;
}
.eds_news_Advantage .d-table-row {
  display: table-row !important;
}
.eds_news_Advantage .d-table-cell {
  display: table-cell !important;
}
.eds_news_Advantage .d-flex {
  display: flex !important;
}
.eds_news_Advantage .d-inline-flex {
  display: inline-flex !important;
}
@media (min-width: 576px) {
  .eds_news_Advantage .d-sm-none {
    display: none !important;
  }
  .eds_news_Advantage .d-sm-inline {
    display: inline !important;
  }
  .eds_news_Advantage .d-sm-inline-block {
    display: inline-block !important;
  }
  .eds_news_Advantage .d-sm-block {
    display: block !important;
  }
  .eds_news_Advantage .d-sm-table {
    display: table !important;
  }
  .eds_news_Advantage .d-sm-table-row {
    display: table-row !important;
  }
  .eds_news_Advantage .d-sm-table-cell {
    display: table-cell !important;
  }
  .eds_news_Advantage .d-sm-flex {
    display: flex !important;
  }
  .eds_news_Advantage .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .eds_news_Advantage .d-md-none {
    display: none !important;
  }
  .eds_news_Advantage .d-md-inline {
    display: inline !important;
  }
  .eds_news_Advantage .d-md-inline-block {
    display: inline-block !important;
  }
  .eds_news_Advantage .d-md-block {
    display: block !important;
  }
  .eds_news_Advantage .d-md-table {
    display: table !important;
  }
  .eds_news_Advantage .d-md-table-row {
    display: table-row !important;
  }
  .eds_news_Advantage .d-md-table-cell {
    display: table-cell !important;
  }
  .eds_news_Advantage .d-md-flex {
    display: flex !important;
  }
  .eds_news_Advantage .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .eds_news_Advantage .d-lg-none {
    display: none !important;
  }
  .eds_news_Advantage .d-lg-inline {
    display: inline !important;
  }
  .eds_news_Advantage .d-lg-inline-block {
    display: inline-block !important;
  }
  .eds_news_Advantage .d-lg-block {
    display: block !important;
  }
  .eds_news_Advantage .d-lg-table {
    display: table !important;
  }
  .eds_news_Advantage .d-lg-table-row {
    display: table-row !important;
  }
  .eds_news_Advantage .d-lg-table-cell {
    display: table-cell !important;
  }
  .eds_news_Advantage .d-lg-flex {
    display: flex !important;
  }
  .eds_news_Advantage .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .eds_news_Advantage .d-xl-none {
    display: none !important;
  }
  .eds_news_Advantage .d-xl-inline {
    display: inline !important;
  }
  .eds_news_Advantage .d-xl-inline-block {
    display: inline-block !important;
  }
  .eds_news_Advantage .d-xl-block {
    display: block !important;
  }
  .eds_news_Advantage .d-xl-table {
    display: table !important;
  }
  .eds_news_Advantage .d-xl-table-row {
    display: table-row !important;
  }
  .eds_news_Advantage .d-xl-table-cell {
    display: table-cell !important;
  }
  .eds_news_Advantage .d-xl-flex {
    display: flex !important;
  }
  .eds_news_Advantage .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .eds_news_Advantage .d-print-none {
    display: none !important;
  }
  .eds_news_Advantage .d-print-inline {
    display: inline !important;
  }
  .eds_news_Advantage .d-print-inline-block {
    display: inline-block !important;
  }
  .eds_news_Advantage .d-print-block {
    display: block !important;
  }
  .eds_news_Advantage .d-print-table {
    display: table !important;
  }
  .eds_news_Advantage .d-print-table-row {
    display: table-row !important;
  }
  .eds_news_Advantage .d-print-table-cell {
    display: table-cell !important;
  }
  .eds_news_Advantage .d-print-flex {
    display: flex !important;
  }
  .eds_news_Advantage .d-print-inline-flex {
    display: inline-flex !important;
  }
}

.eds_news_Advantage .embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.eds_news_Advantage .embed-responsive::before {
  display: block;
  content: "";
}
.eds_news_Advantage .embed-responsive .embed-responsive-item,
.eds_news_Advantage .embed-responsive iframe,
.eds_news_Advantage .embed-responsive embed,
.eds_news_Advantage .embed-responsive object,
.eds_news_Advantage .embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.eds_news_Advantage .embed-responsive-21by9::before {
  padding-top: 42.8571428571%;
}
.eds_news_Advantage .embed-responsive-16by9::before {
  padding-top: 56.25%;
}
.eds_news_Advantage .embed-responsive-4by3::before {
  padding-top: 75%;
}
.eds_news_Advantage .embed-responsive-1by1::before {
  padding-top: 100%;
}

.eds_news_Advantage .flex-row {
  flex-direction: row !important;
}
.eds_news_Advantage .flex-column {
  flex-direction: column !important;
}
.eds_news_Advantage .flex-row-reverse {
  flex-direction: row-reverse !important;
}
.eds_news_Advantage .flex-column-reverse {
  flex-direction: column-reverse !important;
}
.eds_news_Advantage .flex-wrap {
  flex-wrap: wrap !important;
}
.eds_news_Advantage .flex-nowrap {
  flex-wrap: nowrap !important;
}
.eds_news_Advantage .flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}
.eds_news_Advantage .justify-content-start {
  justify-content: flex-start !important;
}
.eds_news_Advantage .justify-content-end {
  justify-content: flex-end !important;
}
.eds_news_Advantage .justify-content-center {
  justify-content: center !important;
}
.eds_news_Advantage .justify-content-between {
  justify-content: space-between !important;
}
.eds_news_Advantage .justify-content-around {
  justify-content: space-around !important;
}
.eds_news_Advantage .align-items-start {
  align-items: flex-start !important;
}
.eds_news_Advantage .align-items-end {
  align-items: flex-end !important;
}
.eds_news_Advantage .align-items-center {
  align-items: center !important;
}
.eds_news_Advantage .align-items-baseline {
  align-items: baseline !important;
}
.eds_news_Advantage .align-items-stretch {
  align-items: stretch !important;
}
.eds_news_Advantage .align-content-start {
  align-content: flex-start !important;
}
.eds_news_Advantage .align-content-end {
  align-content: flex-end !important;
}
.eds_news_Advantage .align-content-center {
  align-content: center !important;
}
.eds_news_Advantage .align-content-between {
  align-content: space-between !important;
}
.eds_news_Advantage .align-content-around {
  align-content: space-around !important;
}
.eds_news_Advantage .align-content-stretch {
  align-content: stretch !important;
}
.eds_news_Advantage .align-self-auto {
  align-self: auto !important;
}
.eds_news_Advantage .align-self-start {
  align-self: flex-start !important;
}
.eds_news_Advantage .align-self-end {
  align-self: flex-end !important;
}
.eds_news_Advantage .align-self-center {
  align-self: center !important;
}
.eds_news_Advantage .align-self-baseline {
  align-self: baseline !important;
}
.eds_news_Advantage .align-self-stretch {
  align-self: stretch !important;
}
@media (min-width: 576px) {
  .eds_news_Advantage .flex-sm-row {
    flex-direction: row !important;
  }
  .eds_news_Advantage .flex-sm-column {
    flex-direction: column !important;
  }
  .eds_news_Advantage .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .eds_news_Advantage .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .eds_news_Advantage .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .eds_news_Advantage .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .eds_news_Advantage .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .eds_news_Advantage .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .eds_news_Advantage .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .eds_news_Advantage .justify-content-sm-center {
    justify-content: center !important;
  }
  .eds_news_Advantage .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .eds_news_Advantage .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .eds_news_Advantage .align-items-sm-start {
    align-items: flex-start !important;
  }
  .eds_news_Advantage .align-items-sm-end {
    align-items: flex-end !important;
  }
  .eds_news_Advantage .align-items-sm-center {
    align-items: center !important;
  }
  .eds_news_Advantage .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .eds_news_Advantage .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .eds_news_Advantage .align-content-sm-start {
    align-content: flex-start !important;
  }
  .eds_news_Advantage .align-content-sm-end {
    align-content: flex-end !important;
  }
  .eds_news_Advantage .align-content-sm-center {
    align-content: center !important;
  }
  .eds_news_Advantage .align-content-sm-between {
    align-content: space-between !important;
  }
  .eds_news_Advantage .align-content-sm-around {
    align-content: space-around !important;
  }
  .eds_news_Advantage .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .eds_news_Advantage .align-self-sm-auto {
    align-self: auto !important;
  }
  .eds_news_Advantage .align-self-sm-start {
    align-self: flex-start !important;
  }
  .eds_news_Advantage .align-self-sm-end {
    align-self: flex-end !important;
  }
  .eds_news_Advantage .align-self-sm-center {
    align-self: center !important;
  }
  .eds_news_Advantage .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .eds_news_Advantage .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .eds_news_Advantage .flex-md-row {
    flex-direction: row !important;
  }
  .eds_news_Advantage .flex-md-column {
    flex-direction: column !important;
  }
  .eds_news_Advantage .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .eds_news_Advantage .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .eds_news_Advantage .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .eds_news_Advantage .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .eds_news_Advantage .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .eds_news_Advantage .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .eds_news_Advantage .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .eds_news_Advantage .justify-content-md-center {
    justify-content: center !important;
  }
  .eds_news_Advantage .justify-content-md-between {
    justify-content: space-between !important;
  }
  .eds_news_Advantage .justify-content-md-around {
    justify-content: space-around !important;
  }
  .eds_news_Advantage .align-items-md-start {
    align-items: flex-start !important;
  }
  .eds_news_Advantage .align-items-md-end {
    align-items: flex-end !important;
  }
  .eds_news_Advantage .align-items-md-center {
    align-items: center !important;
  }
  .eds_news_Advantage .align-items-md-baseline {
    align-items: baseline !important;
  }
  .eds_news_Advantage .align-items-md-stretch {
    align-items: stretch !important;
  }
  .eds_news_Advantage .align-content-md-start {
    align-content: flex-start !important;
  }
  .eds_news_Advantage .align-content-md-end {
    align-content: flex-end !important;
  }
  .eds_news_Advantage .align-content-md-center {
    align-content: center !important;
  }
  .eds_news_Advantage .align-content-md-between {
    align-content: space-between !important;
  }
  .eds_news_Advantage .align-content-md-around {
    align-content: space-around !important;
  }
  .eds_news_Advantage .align-content-md-stretch {
    align-content: stretch !important;
  }
  .eds_news_Advantage .align-self-md-auto {
    align-self: auto !important;
  }
  .eds_news_Advantage .align-self-md-start {
    align-self: flex-start !important;
  }
  .eds_news_Advantage .align-self-md-end {
    align-self: flex-end !important;
  }
  .eds_news_Advantage .align-self-md-center {
    align-self: center !important;
  }
  .eds_news_Advantage .align-self-md-baseline {
    align-self: baseline !important;
  }
  .eds_news_Advantage .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .eds_news_Advantage .flex-lg-row {
    flex-direction: row !important;
  }
  .eds_news_Advantage .flex-lg-column {
    flex-direction: column !important;
  }
  .eds_news_Advantage .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .eds_news_Advantage .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .eds_news_Advantage .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .eds_news_Advantage .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .eds_news_Advantage .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .eds_news_Advantage .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .eds_news_Advantage .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .eds_news_Advantage .justify-content-lg-center {
    justify-content: center !important;
  }
  .eds_news_Advantage .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .eds_news_Advantage .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .eds_news_Advantage .align-items-lg-start {
    align-items: flex-start !important;
  }
  .eds_news_Advantage .align-items-lg-end {
    align-items: flex-end !important;
  }
  .eds_news_Advantage .align-items-lg-center {
    align-items: center !important;
  }
  .eds_news_Advantage .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .eds_news_Advantage .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .eds_news_Advantage .align-content-lg-start {
    align-content: flex-start !important;
  }
  .eds_news_Advantage .align-content-lg-end {
    align-content: flex-end !important;
  }
  .eds_news_Advantage .align-content-lg-center {
    align-content: center !important;
  }
  .eds_news_Advantage .align-content-lg-between {
    align-content: space-between !important;
  }
  .eds_news_Advantage .align-content-lg-around {
    align-content: space-around !important;
  }
  .eds_news_Advantage .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .eds_news_Advantage .align-self-lg-auto {
    align-self: auto !important;
  }
  .eds_news_Advantage .align-self-lg-start {
    align-self: flex-start !important;
  }
  .eds_news_Advantage .align-self-lg-end {
    align-self: flex-end !important;
  }
  .eds_news_Advantage .align-self-lg-center {
    align-self: center !important;
  }
  .eds_news_Advantage .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .eds_news_Advantage .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .eds_news_Advantage .flex-xl-row {
    flex-direction: row !important;
  }
  .eds_news_Advantage .flex-xl-column {
    flex-direction: column !important;
  }
  .eds_news_Advantage .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .eds_news_Advantage .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .eds_news_Advantage .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .eds_news_Advantage .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .eds_news_Advantage .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .eds_news_Advantage .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .eds_news_Advantage .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .eds_news_Advantage .justify-content-xl-center {
    justify-content: center !important;
  }
  .eds_news_Advantage .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .eds_news_Advantage .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .eds_news_Advantage .align-items-xl-start {
    align-items: flex-start !important;
  }
  .eds_news_Advantage .align-items-xl-end {
    align-items: flex-end !important;
  }
  .eds_news_Advantage .align-items-xl-center {
    align-items: center !important;
  }
  .eds_news_Advantage .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .eds_news_Advantage .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .eds_news_Advantage .align-content-xl-start {
    align-content: flex-start !important;
  }
  .eds_news_Advantage .align-content-xl-end {
    align-content: flex-end !important;
  }
  .eds_news_Advantage .align-content-xl-center {
    align-content: center !important;
  }
  .eds_news_Advantage .align-content-xl-between {
    align-content: space-between !important;
  }
  .eds_news_Advantage .align-content-xl-around {
    align-content: space-around !important;
  }
  .eds_news_Advantage .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .eds_news_Advantage .align-self-xl-auto {
    align-self: auto !important;
  }
  .eds_news_Advantage .align-self-xl-start {
    align-self: flex-start !important;
  }
  .eds_news_Advantage .align-self-xl-end {
    align-self: flex-end !important;
  }
  .eds_news_Advantage .align-self-xl-center {
    align-self: center !important;
  }
  .eds_news_Advantage .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .eds_news_Advantage .align-self-xl-stretch {
    align-self: stretch !important;
  }
}

.eds_news_Advantage .float-left {
  float: left !important;
}
.eds_news_Advantage .float-right {
  float: right !important;
}
.eds_news_Advantage .float-none {
  float: none !important;
}
@media (min-width: 576px) {
  .eds_news_Advantage .float-sm-left {
    float: left !important;
  }
  .eds_news_Advantage .float-sm-right {
    float: right !important;
  }
  .eds_news_Advantage .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .eds_news_Advantage .float-md-left {
    float: left !important;
  }
  .eds_news_Advantage .float-md-right {
    float: right !important;
  }
  .eds_news_Advantage .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .eds_news_Advantage .float-lg-left {
    float: left !important;
  }
  .eds_news_Advantage .float-lg-right {
    float: right !important;
  }
  .eds_news_Advantage .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .eds_news_Advantage .float-xl-left {
    float: left !important;
  }
  .eds_news_Advantage .float-xl-right {
    float: right !important;
  }
  .eds_news_Advantage .float-xl-none {
    float: none !important;
  }
}

.eds_news_Advantage .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  border: 0;
}
.eds_news_Advantage .sr-only-focusable:active, .eds_news_Advantage .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
  -webkit-clip-path: none;
          clip-path: none;
}

.eds_news_Advantage .w-25 {
  width: 25% !important;
}
.eds_news_Advantage .w-50 {
  width: 50% !important;
}
.eds_news_Advantage .w-75 {
  width: 75% !important;
}
.eds_news_Advantage .w-100 {
  width: 100% !important;
}
.eds_news_Advantage .h-25 {
  height: 25% !important;
}
.eds_news_Advantage .h-50 {
  height: 50% !important;
}
.eds_news_Advantage .h-75 {
  height: 75% !important;
}
.eds_news_Advantage .h-100 {
  height: 100% !important;
}
.eds_news_Advantage .mw-100 {
  max-width: 100% !important;
}
.eds_news_Advantage .mh-100 {
  max-height: 100% !important;
}

.eds_news_Advantage .m-0 {
  margin: 0 !important;
}
.eds_news_Advantage .mt-0,
.eds_news_Advantage .my-0 {
  margin-top: 0 !important;
}
.eds_news_Advantage .mr-0,
.eds_news_Advantage .mx-0 {
  margin-right: 0 !important;
}
.eds_news_Advantage .mb-0,
.eds_news_Advantage .my-0 {
  margin-bottom: 0 !important;
}
.eds_news_Advantage .ml-0,
.eds_news_Advantage .mx-0 {
  margin-left: 0 !important;
}
.eds_news_Advantage .m-1 {
  margin: 0.25rem !important;
}
.eds_news_Advantage .mt-1,
.eds_news_Advantage .my-1 {
  margin-top: 0.25rem !important;
}
.eds_news_Advantage .mr-1,
.eds_news_Advantage .mx-1 {
  margin-right: 0.25rem !important;
}
.eds_news_Advantage .mb-1,
.eds_news_Advantage .my-1 {
  margin-bottom: 0.25rem !important;
}
.eds_news_Advantage .ml-1,
.eds_news_Advantage .mx-1 {
  margin-left: 0.25rem !important;
}
.eds_news_Advantage .m-2 {
  margin: 0.5rem !important;
}

.eds_news_Advantage .mr-2,
.eds_news_Advantage .mx-2 {
  margin-right: 0.5rem !important;
}
.eds_news_Advantage .mb-2,
.eds_news_Advantage .my-2 {
  margin-bottom: 0.5rem !important;
}
.eds_news_Advantage .ml-2,
.eds_news_Advantage .mx-2 {
  margin-left: 0.5rem !important;
}
.eds_news_Advantage .m-3 {
  margin: 1rem !important;
}
.eds_news_Advantage .mt-3,
.eds_news_Advantage .my-3 {
  margin-top: 1rem !important;
}
.eds_news_Advantage .mr-3,
.eds_news_Advantage .mx-3 {
  margin-right: 1rem !important;
}
.eds_news_Advantage .mb-3,
.eds_news_Advantage .my-3 {
  margin-bottom: 1rem !important;
}
.eds_news_Advantage .ml-3,
.eds_news_Advantage .mx-3 {
  margin-left: 1rem !important;
}
.eds_news_Advantage .m-4 {
  margin: 1.5rem !important;
}
.eds_news_Advantage .mt-4,
.eds_news_Advantage .my-4 {
  margin-top: 1.5rem !important;
}
.eds_news_Advantage .mr-4,
.eds_news_Advantage .mx-4 {
  margin-right: 1.5rem !important;
}
.eds_news_Advantage .mb-4,
.eds_news_Advantage .my-4 {
  margin-bottom: 1.5rem !important;
}
.eds_news_Advantage .ml-4,
.eds_news_Advantage .mx-4 {
  margin-left: 1.5rem !important;
}
.eds_news_Advantage .m-5 {
  margin: 3rem !important;
}
.eds_news_Advantage .mt-5,
.eds_news_Advantage .my-5 {
  margin-top: 3rem !important;
}
.eds_news_Advantage .mr-5,
.eds_news_Advantage .mx-5 {
  margin-right: 3rem !important;
}
.eds_news_Advantage .mb-5,
.eds_news_Advantage .my-5 {
  margin-bottom: 3rem !important;
}
.eds_news_Advantage .ml-5,
.eds_news_Advantage .mx-5 {
  margin-left: 3rem !important;
}
.eds_news_Advantage .p-0 {
  padding: 0 !important;
}
.eds_news_Advantage .pt-0,
.eds_news_Advantage .py-0 {
  padding-top: 0 !important;
}
.eds_news_Advantage .pr-0,
.eds_news_Advantage .px-0 {
  padding-right: 0 !important;
}
.eds_news_Advantage .pb-0,
.eds_news_Advantage .py-0 {
  padding-bottom: 0 !important;
}
.eds_news_Advantage .pl-0,
.eds_news_Advantage .px-0 {
  padding-left: 0 !important;
}
.eds_news_Advantage .p-1 {
  padding: 0.25rem !important;
}
.eds_news_Advantage .pt-1,
.eds_news_Advantage .py-1 {
  padding-top: 0.25rem !important;
}
.eds_news_Advantage .pr-1,
.eds_news_Advantage .px-1 {
  padding-right: 0.25rem !important;
}
.eds_news_Advantage .pb-1,
.eds_news_Advantage .py-1 {
  padding-bottom: 0.25rem !important;
}
.eds_news_Advantage .pl-1,
.eds_news_Advantage .px-1 {
  padding-left: 0.25rem !important;
}
.eds_news_Advantage .p-2 {
  padding: 0.5rem !important;
}
.eds_news_Advantage .pt-2,
.eds_news_Advantage .py-2 {
  padding-top: 0.5rem !important;
}
.eds_news_Advantage .pr-2,
.eds_news_Advantage .px-2 {
  padding-right: 0.5rem !important;
}
.eds_news_Advantage .pb-2,
.eds_news_Advantage .py-2 {
  padding-bottom: 0.5rem !important;
}
.eds_news_Advantage .pl-2,
.eds_news_Advantage .px-2 {
  padding-left: 0.5rem !important;
}
.eds_news_Advantage .p-3 {
  padding: 1rem !important;
}
.eds_news_Advantage .pt-3,
.eds_news_Advantage .py-3 {
  padding-top: 1rem !important;
}
.eds_news_Advantage .pr-3,
.eds_news_Advantage .px-3 {
  padding-right: 1rem !important;
}
.eds_news_Advantage .pb-3,
.eds_news_Advantage .py-3 {
  padding-bottom: 1rem !important;
}
.eds_news_Advantage .pl-3,
.eds_news_Advantage .px-3 {
  padding-left: 1rem !important;
}
.eds_news_Advantage .p-4 {
  padding: 1.5rem !important;
}
.eds_news_Advantage .pt-4,
.eds_news_Advantage .py-4 {
  padding-top: 1.5rem !important;
}
.eds_news_Advantage .pr-4,
.eds_news_Advantage .px-4 {
  padding-right: 1.5rem !important;
}
.eds_news_Advantage .pb-4,
.eds_news_Advantage .py-4 {
  padding-bottom: 1.5rem !important;
}
.eds_news_Advantage .pl-4,
.eds_news_Advantage .px-4 {
  padding-left: 1.5rem !important;
}
.eds_news_Advantage .p-5 {
  padding: 3rem !important;
}
.eds_news_Advantage .pt-5,
.eds_news_Advantage .py-5 {
  padding-top: 3rem !important;
}
.eds_news_Advantage .pr-5,
.eds_news_Advantage .px-5 {
  padding-right: 3rem !important;
}
.eds_news_Advantage .pb-5,
.eds_news_Advantage .py-5 {
  padding-bottom: 3rem !important;
}
.eds_news_Advantage .pl-5,
.eds_news_Advantage .px-5 {
  padding-left: 3rem !important;
}
.eds_news_Advantage .m-auto {
  margin: auto !important;
}
.eds_news_Advantage .mt-auto,
.eds_news_Advantage .my-auto {
  margin-top: auto !important;
}
.eds_news_Advantage .mr-auto,
.eds_news_Advantage .mx-auto {
  margin-right: auto !important;
}
.eds_news_Advantage .mb-auto,
.eds_news_Advantage .my-auto {
  margin-bottom: auto !important;
}
.eds_news_Advantage .ml-auto,
.eds_news_Advantage .mx-auto {
  margin-left: auto !important;
}
@media (min-width: 576px) {
  .eds_news_Advantage .m-sm-0 {
    margin: 0 !important;
  }
  .eds_news_Advantage .mt-sm-0,
.eds_news_Advantage .my-sm-0 {
    margin-top: 0 !important;
  }
  .eds_news_Advantage .mr-sm-0,
.eds_news_Advantage .mx-sm-0 {
    margin-right: 0 !important;
  }
  .eds_news_Advantage .mb-sm-0,
.eds_news_Advantage .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .eds_news_Advantage .ml-sm-0,
.eds_news_Advantage .mx-sm-0 {
    margin-left: 0 !important;
  }
  .eds_news_Advantage .m-sm-1 {
    margin: 0.25rem !important;
  }
  .eds_news_Advantage .mt-sm-1,
.eds_news_Advantage .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .eds_news_Advantage .mr-sm-1,
.eds_news_Advantage .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .eds_news_Advantage .mb-sm-1,
.eds_news_Advantage .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .eds_news_Advantage .ml-sm-1,
.eds_news_Advantage .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .eds_news_Advantage .m-sm-2 {
    margin: 0.5rem !important;
  }
  .eds_news_Advantage .mt-sm-2,
.eds_news_Advantage .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .eds_news_Advantage .mr-sm-2,
.eds_news_Advantage .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .eds_news_Advantage .mb-sm-2,
.eds_news_Advantage .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .eds_news_Advantage .ml-sm-2,
.eds_news_Advantage .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .eds_news_Advantage .m-sm-3 {
    margin: 1rem !important;
  }
  .eds_news_Advantage .mt-sm-3,
.eds_news_Advantage .my-sm-3 {
    margin-top: 1rem !important;
  }
  .eds_news_Advantage .mr-sm-3,
.eds_news_Advantage .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .eds_news_Advantage .mb-sm-3,
.eds_news_Advantage .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .eds_news_Advantage .ml-sm-3,
.eds_news_Advantage .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .eds_news_Advantage .m-sm-4 {
    margin: 1.5rem !important;
  }
  .eds_news_Advantage .mt-sm-4,
.eds_news_Advantage .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .eds_news_Advantage .mr-sm-4,
.eds_news_Advantage .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .eds_news_Advantage .mb-sm-4,
.eds_news_Advantage .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .eds_news_Advantage .ml-sm-4,
.eds_news_Advantage .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .eds_news_Advantage .m-sm-5 {
    margin: 3rem !important;
  }
  .eds_news_Advantage .mt-sm-5,
.eds_news_Advantage .my-sm-5 {
    margin-top: 3rem !important;
  }
  .eds_news_Advantage .mr-sm-5,
.eds_news_Advantage .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .eds_news_Advantage .mb-sm-5,
.eds_news_Advantage .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .eds_news_Advantage .ml-sm-5,
.eds_news_Advantage .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .eds_news_Advantage .p-sm-0 {
    padding: 0 !important;
  }
  .eds_news_Advantage .pt-sm-0,
.eds_news_Advantage .py-sm-0 {
    padding-top: 0 !important;
  }
  .eds_news_Advantage .pr-sm-0,
.eds_news_Advantage .px-sm-0 {
    padding-right: 0 !important;
  }
  .eds_news_Advantage .pb-sm-0,
.eds_news_Advantage .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .eds_news_Advantage .pl-sm-0,
.eds_news_Advantage .px-sm-0 {
    padding-left: 0 !important;
  }
  .eds_news_Advantage .p-sm-1 {
    padding: 0.25rem !important;
  }
  .eds_news_Advantage .pt-sm-1,
.eds_news_Advantage .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .eds_news_Advantage .pr-sm-1,
.eds_news_Advantage .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .eds_news_Advantage .pb-sm-1,
.eds_news_Advantage .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .eds_news_Advantage .pl-sm-1,
.eds_news_Advantage .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .eds_news_Advantage .p-sm-2 {
    padding: 0.5rem !important;
  }
  .eds_news_Advantage .pt-sm-2,
.eds_news_Advantage .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .eds_news_Advantage .pr-sm-2,
.eds_news_Advantage .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .eds_news_Advantage .pb-sm-2,
.eds_news_Advantage .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .eds_news_Advantage .pl-sm-2,
.eds_news_Advantage .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .eds_news_Advantage .p-sm-3 {
    padding: 1rem !important;
  }
  .eds_news_Advantage .pt-sm-3,
.eds_news_Advantage .py-sm-3 {
    padding-top: 1rem !important;
  }
  .eds_news_Advantage .pr-sm-3,
.eds_news_Advantage .px-sm-3 {
    padding-right: 1rem !important;
  }
  .eds_news_Advantage .pb-sm-3,
.eds_news_Advantage .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .eds_news_Advantage .pl-sm-3,
.eds_news_Advantage .px-sm-3 {
    padding-left: 1rem !important;
  }
  .eds_news_Advantage .p-sm-4 {
    padding: 1.5rem !important;
  }
  .eds_news_Advantage .pt-sm-4,
.eds_news_Advantage .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .eds_news_Advantage .pr-sm-4,
.eds_news_Advantage .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .eds_news_Advantage .pb-sm-4,
.eds_news_Advantage .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .eds_news_Advantage .pl-sm-4,
.eds_news_Advantage .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .eds_news_Advantage .p-sm-5 {
    padding: 3rem !important;
  }
  .eds_news_Advantage .pt-sm-5,
.eds_news_Advantage .py-sm-5 {
    padding-top: 3rem !important;
  }
  .eds_news_Advantage .pr-sm-5,
.eds_news_Advantage .px-sm-5 {
    padding-right: 3rem !important;
  }
  .eds_news_Advantage .pb-sm-5,
.eds_news_Advantage .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .eds_news_Advantage .pl-sm-5,
.eds_news_Advantage .px-sm-5 {
    padding-left: 3rem !important;
  }
  .eds_news_Advantage .m-sm-auto {
    margin: auto !important;
  }
  .eds_news_Advantage .mt-sm-auto,
.eds_news_Advantage .my-sm-auto {
    margin-top: auto !important;
  }
  .eds_news_Advantage .mr-sm-auto,
.eds_news_Advantage .mx-sm-auto {
    margin-right: auto !important;
  }
  .eds_news_Advantage .mb-sm-auto,
.eds_news_Advantage .my-sm-auto {
    margin-bottom: auto !important;
  }
  .eds_news_Advantage .ml-sm-auto,
.eds_news_Advantage .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .eds_news_Advantage .m-md-0 {
    margin: 0 !important;
  }
  .eds_news_Advantage .mt-md-0,
.eds_news_Advantage .my-md-0 {
    margin-top: 0 !important;
  }
  .eds_news_Advantage .mr-md-0,
.eds_news_Advantage .mx-md-0 {
    margin-right: 0 !important;
  }
  .eds_news_Advantage .mb-md-0,
.eds_news_Advantage .my-md-0 {
    margin-bottom: 0 !important;
  }
  .eds_news_Advantage .ml-md-0,
.eds_news_Advantage .mx-md-0 {
    margin-left: 0 !important;
  }
  .eds_news_Advantage .m-md-1 {
    margin: 0.25rem !important;
  }
  .eds_news_Advantage .mt-md-1,
.eds_news_Advantage .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .eds_news_Advantage .mr-md-1,
.eds_news_Advantage .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .eds_news_Advantage .mb-md-1,
.eds_news_Advantage .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .eds_news_Advantage .ml-md-1,
.eds_news_Advantage .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .eds_news_Advantage .m-md-2 {
    margin: 0.5rem !important;
  }
  .eds_news_Advantage .mt-md-2,
.eds_news_Advantage .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .eds_news_Advantage .mr-md-2,
.eds_news_Advantage .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .eds_news_Advantage .mb-md-2,
.eds_news_Advantage .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .eds_news_Advantage .ml-md-2,
.eds_news_Advantage .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .eds_news_Advantage .m-md-3 {
    margin: 1rem !important;
  }
  .eds_news_Advantage .mt-md-3,
.eds_news_Advantage .my-md-3 {
    margin-top: 1rem !important;
  }
  .eds_news_Advantage .mr-md-3,
.eds_news_Advantage .mx-md-3 {
    margin-right: 1rem !important;
  }
  .eds_news_Advantage .mb-md-3,
.eds_news_Advantage .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .eds_news_Advantage .ml-md-3,
.eds_news_Advantage .mx-md-3 {
    margin-left: 1rem !important;
  }
  .eds_news_Advantage .m-md-4 {
    margin: 1.5rem !important;
  }
  .eds_news_Advantage .mt-md-4,
.eds_news_Advantage .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .eds_news_Advantage .mr-md-4,
.eds_news_Advantage .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .eds_news_Advantage .mb-md-4,
.eds_news_Advantage .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .eds_news_Advantage .ml-md-4,
.eds_news_Advantage .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .eds_news_Advantage .m-md-5 {
    margin: 3rem !important;
  }
  .eds_news_Advantage .mt-md-5,
.eds_news_Advantage .my-md-5 {
    margin-top: 3rem !important;
  }
  .eds_news_Advantage .mr-md-5,
.eds_news_Advantage .mx-md-5 {
    margin-right: 3rem !important;
  }
  .eds_news_Advantage .mb-md-5,
.eds_news_Advantage .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .eds_news_Advantage .ml-md-5,
.eds_news_Advantage .mx-md-5 {
    margin-left: 3rem !important;
  }
  .eds_news_Advantage .p-md-0 {
    padding: 0 !important;
  }
  .eds_news_Advantage .pt-md-0,
.eds_news_Advantage .py-md-0 {
    padding-top: 0 !important;
  }
  .eds_news_Advantage .pr-md-0,
.eds_news_Advantage .px-md-0 {
    padding-right: 0 !important;
  }
  .eds_news_Advantage .pb-md-0,
.eds_news_Advantage .py-md-0 {
    padding-bottom: 0 !important;
  }
  .eds_news_Advantage .pl-md-0,
.eds_news_Advantage .px-md-0 {
    padding-left: 0 !important;
  }
  .eds_news_Advantage .p-md-1 {
    padding: 0.25rem !important;
  }
  .eds_news_Advantage .pt-md-1,
.eds_news_Advantage .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .eds_news_Advantage .pr-md-1,
.eds_news_Advantage .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .eds_news_Advantage .pb-md-1,
.eds_news_Advantage .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .eds_news_Advantage .pl-md-1,
.eds_news_Advantage .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .eds_news_Advantage .p-md-2 {
    padding: 0.5rem !important;
  }
  .eds_news_Advantage .pt-md-2,
.eds_news_Advantage .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .eds_news_Advantage .pr-md-2,
.eds_news_Advantage .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .eds_news_Advantage .pb-md-2,
.eds_news_Advantage .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .eds_news_Advantage .pl-md-2,
.eds_news_Advantage .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .eds_news_Advantage .p-md-3 {
    padding: 1rem !important;
  }
  .eds_news_Advantage .pt-md-3,
.eds_news_Advantage .py-md-3 {
    padding-top: 1rem !important;
  }
  .eds_news_Advantage .pr-md-3,
.eds_news_Advantage .px-md-3 {
    padding-right: 1rem !important;
  }
  .eds_news_Advantage .pb-md-3,
.eds_news_Advantage .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .eds_news_Advantage .pl-md-3,
.eds_news_Advantage .px-md-3 {
    padding-left: 1rem !important;
  }
  .eds_news_Advantage .p-md-4 {
    padding: 1.5rem !important;
  }
  .eds_news_Advantage .pt-md-4,
.eds_news_Advantage .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .eds_news_Advantage .pr-md-4,
.eds_news_Advantage .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .eds_news_Advantage .pb-md-4,
.eds_news_Advantage .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .eds_news_Advantage .pl-md-4,
.eds_news_Advantage .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .eds_news_Advantage .p-md-5 {
    padding: 3rem !important;
  }
  .eds_news_Advantage .pt-md-5,
.eds_news_Advantage .py-md-5 {
    padding-top: 3rem !important;
  }
  .eds_news_Advantage .pr-md-5,
.eds_news_Advantage .px-md-5 {
    padding-right: 3rem !important;
  }
  .eds_news_Advantage .pb-md-5,
.eds_news_Advantage .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .eds_news_Advantage .pl-md-5,
.eds_news_Advantage .px-md-5 {
    padding-left: 3rem !important;
  }
  .eds_news_Advantage .m-md-auto {
    margin: auto !important;
  }
  .eds_news_Advantage .mt-md-auto,
.eds_news_Advantage .my-md-auto {
    margin-top: auto !important;
  }
  .eds_news_Advantage .mr-md-auto,
.eds_news_Advantage .mx-md-auto {
    margin-right: auto !important;
  }
  .eds_news_Advantage .mb-md-auto,
.eds_news_Advantage .my-md-auto {
    margin-bottom: auto !important;
  }
  .eds_news_Advantage .ml-md-auto,
.eds_news_Advantage .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .eds_news_Advantage .m-lg-0 {
    margin: 0 !important;
  }
  .eds_news_Advantage .mt-lg-0,
.eds_news_Advantage .my-lg-0 {
    margin-top: 0 !important;
  }
  .eds_news_Advantage .mr-lg-0,
.eds_news_Advantage .mx-lg-0 {
    margin-right: 0 !important;
  }
  .eds_news_Advantage .mb-lg-0,
.eds_news_Advantage .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .eds_news_Advantage .ml-lg-0,
.eds_news_Advantage .mx-lg-0 {
    margin-left: 0 !important;
  }
  .eds_news_Advantage .m-lg-1 {
    margin: 0.25rem !important;
  }
  .eds_news_Advantage .mt-lg-1,
.eds_news_Advantage .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .eds_news_Advantage .mr-lg-1,
.eds_news_Advantage .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .eds_news_Advantage .mb-lg-1,
.eds_news_Advantage .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .eds_news_Advantage .ml-lg-1,
.eds_news_Advantage .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .eds_news_Advantage .m-lg-2 {
    margin: 0.5rem !important;
  }
  .eds_news_Advantage .mt-lg-2,
.eds_news_Advantage .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .eds_news_Advantage .mr-lg-2,
.eds_news_Advantage .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .eds_news_Advantage .mb-lg-2,
.eds_news_Advantage .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .eds_news_Advantage .ml-lg-2,
.eds_news_Advantage .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .eds_news_Advantage .m-lg-3 {
    margin: 1rem !important;
  }
  .eds_news_Advantage .mt-lg-3,
.eds_news_Advantage .my-lg-3 {
    margin-top: 1rem !important;
  }
  .eds_news_Advantage .mr-lg-3,
.eds_news_Advantage .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .eds_news_Advantage .mb-lg-3,
.eds_news_Advantage .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .eds_news_Advantage .ml-lg-3,
.eds_news_Advantage .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .eds_news_Advantage .m-lg-4 {
    margin: 1.5rem !important;
  }
  .eds_news_Advantage .mt-lg-4,
.eds_news_Advantage .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .eds_news_Advantage .mr-lg-4,
.eds_news_Advantage .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .eds_news_Advantage .mb-lg-4,
.eds_news_Advantage .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .eds_news_Advantage .ml-lg-4,
.eds_news_Advantage .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .eds_news_Advantage .m-lg-5 {
    margin: 3rem !important;
  }
  .eds_news_Advantage .mt-lg-5,
.eds_news_Advantage .my-lg-5 {
    margin-top: 3rem !important;
  }
  .eds_news_Advantage .mr-lg-5,
.eds_news_Advantage .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .eds_news_Advantage .mb-lg-5,
.eds_news_Advantage .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .eds_news_Advantage .ml-lg-5,
.eds_news_Advantage .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .eds_news_Advantage .p-lg-0 {
    padding: 0 !important;
  }
  .eds_news_Advantage .pt-lg-0,
.eds_news_Advantage .py-lg-0 {
    padding-top: 0 !important;
  }
  .eds_news_Advantage .pr-lg-0,
.eds_news_Advantage .px-lg-0 {
    padding-right: 0 !important;
  }
  .eds_news_Advantage .pb-lg-0,
.eds_news_Advantage .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .eds_news_Advantage .pl-lg-0,
.eds_news_Advantage .px-lg-0 {
    padding-left: 0 !important;
  }
  .eds_news_Advantage .p-lg-1 {
    padding: 0.25rem !important;
  }
  .eds_news_Advantage .pt-lg-1,
.eds_news_Advantage .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .eds_news_Advantage .pr-lg-1,
.eds_news_Advantage .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .eds_news_Advantage .pb-lg-1,
.eds_news_Advantage .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .eds_news_Advantage .pl-lg-1,
.eds_news_Advantage .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .eds_news_Advantage .p-lg-2 {
    padding: 0.5rem !important;
  }
  .eds_news_Advantage .pt-lg-2,
.eds_news_Advantage .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .eds_news_Advantage .pr-lg-2,
.eds_news_Advantage .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .eds_news_Advantage .pb-lg-2,
.eds_news_Advantage .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .eds_news_Advantage .pl-lg-2,
.eds_news_Advantage .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .eds_news_Advantage .p-lg-3 {
    padding: 1rem !important;
  }
  .eds_news_Advantage .pt-lg-3,
.eds_news_Advantage .py-lg-3 {
    padding-top: 1rem !important;
  }
  .eds_news_Advantage .pr-lg-3,
.eds_news_Advantage .px-lg-3 {
    padding-right: 1rem !important;
  }
  .eds_news_Advantage .pb-lg-3,
.eds_news_Advantage .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .eds_news_Advantage .pl-lg-3,
.eds_news_Advantage .px-lg-3 {
    padding-left: 1rem !important;
  }
  .eds_news_Advantage .p-lg-4 {
    padding: 1.5rem !important;
  }
  .eds_news_Advantage .pt-lg-4,
.eds_news_Advantage .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .eds_news_Advantage .pr-lg-4,
.eds_news_Advantage .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .eds_news_Advantage .pb-lg-4,
.eds_news_Advantage .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .eds_news_Advantage .pl-lg-4,
.eds_news_Advantage .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .eds_news_Advantage .p-lg-5 {
    padding: 3rem !important;
  }
  .eds_news_Advantage .pt-lg-5,
.eds_news_Advantage .py-lg-5 {
    padding-top: 3rem !important;
  }
  .eds_news_Advantage .pr-lg-5,
.eds_news_Advantage .px-lg-5 {
    padding-right: 3rem !important;
  }
  .eds_news_Advantage .pb-lg-5,
.eds_news_Advantage .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .eds_news_Advantage .pl-lg-5,
.eds_news_Advantage .px-lg-5 {
    padding-left: 3rem !important;
  }
  .eds_news_Advantage .m-lg-auto {
    margin: auto !important;
  }
  .eds_news_Advantage .mt-lg-auto,
.eds_news_Advantage .my-lg-auto {
    margin-top: auto !important;
  }
  .eds_news_Advantage .mr-lg-auto,
.eds_news_Advantage .mx-lg-auto {
    margin-right: auto !important;
  }
  .eds_news_Advantage .mb-lg-auto,
.eds_news_Advantage .my-lg-auto {
    margin-bottom: auto !important;
  }
  .eds_news_Advantage .ml-lg-auto,
.eds_news_Advantage .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .eds_news_Advantage .m-xl-0 {
    margin: 0 !important;
  }
  .eds_news_Advantage .mt-xl-0,
.eds_news_Advantage .my-xl-0 {
    margin-top: 0 !important;
  }
  .eds_news_Advantage .mr-xl-0,
.eds_news_Advantage .mx-xl-0 {
    margin-right: 0 !important;
  }
  .eds_news_Advantage .mb-xl-0,
.eds_news_Advantage .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .eds_news_Advantage .ml-xl-0,
.eds_news_Advantage .mx-xl-0 {
    margin-left: 0 !important;
  }
  .eds_news_Advantage .m-xl-1 {
    margin: 0.25rem !important;
  }
  .eds_news_Advantage .mt-xl-1,
.eds_news_Advantage .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .eds_news_Advantage .mr-xl-1,
.eds_news_Advantage .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .eds_news_Advantage .mb-xl-1,
.eds_news_Advantage .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .eds_news_Advantage .ml-xl-1,
.eds_news_Advantage .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .eds_news_Advantage .m-xl-2 {
    margin: 0.5rem !important;
  }
  .eds_news_Advantage .mt-xl-2,
.eds_news_Advantage .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .eds_news_Advantage .mr-xl-2,
.eds_news_Advantage .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .eds_news_Advantage .mb-xl-2,
.eds_news_Advantage .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .eds_news_Advantage .ml-xl-2,
.eds_news_Advantage .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .eds_news_Advantage .m-xl-3 {
    margin: 1rem !important;
  }
  .eds_news_Advantage .mt-xl-3,
.eds_news_Advantage .my-xl-3 {
    margin-top: 1rem !important;
  }
  .eds_news_Advantage .mr-xl-3,
.eds_news_Advantage .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .eds_news_Advantage .mb-xl-3,
.eds_news_Advantage .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .eds_news_Advantage .ml-xl-3,
.eds_news_Advantage .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .eds_news_Advantage .m-xl-4 {
    margin: 1.5rem !important;
  }
  .eds_news_Advantage .mt-xl-4,
.eds_news_Advantage .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .eds_news_Advantage .mr-xl-4,
.eds_news_Advantage .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .eds_news_Advantage .mb-xl-4,
.eds_news_Advantage .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .eds_news_Advantage .ml-xl-4,
.eds_news_Advantage .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .eds_news_Advantage .m-xl-5 {
    margin: 3rem !important;
  }
  .eds_news_Advantage .mt-xl-5,
.eds_news_Advantage .my-xl-5 {
    margin-top: 3rem !important;
  }
  .eds_news_Advantage .mr-xl-5,
.eds_news_Advantage .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .eds_news_Advantage .mb-xl-5,
.eds_news_Advantage .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .eds_news_Advantage .ml-xl-5,
.eds_news_Advantage .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .eds_news_Advantage .p-xl-0 {
    padding: 0 !important;
  }
  .eds_news_Advantage .pt-xl-0,
.eds_news_Advantage .py-xl-0 {
    padding-top: 0 !important;
  }
  .eds_news_Advantage .pr-xl-0,
.eds_news_Advantage .px-xl-0 {
    padding-right: 0 !important;
  }
  .eds_news_Advantage .pb-xl-0,
.eds_news_Advantage .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .eds_news_Advantage .pl-xl-0,
.eds_news_Advantage .px-xl-0 {
    padding-left: 0 !important;
  }
  .eds_news_Advantage .p-xl-1 {
    padding: 0.25rem !important;
  }
  .eds_news_Advantage .pt-xl-1,
.eds_news_Advantage .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .eds_news_Advantage .pr-xl-1,
.eds_news_Advantage .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .eds_news_Advantage .pb-xl-1,
.eds_news_Advantage .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .eds_news_Advantage .pl-xl-1,
.eds_news_Advantage .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .eds_news_Advantage .p-xl-2 {
    padding: 0.5rem !important;
  }
  .eds_news_Advantage .pt-xl-2,
.eds_news_Advantage .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .eds_news_Advantage .pr-xl-2,
.eds_news_Advantage .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .eds_news_Advantage .pb-xl-2,
.eds_news_Advantage .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .eds_news_Advantage .pl-xl-2,
.eds_news_Advantage .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .eds_news_Advantage .p-xl-3 {
    padding: 1rem !important;
  }
  .eds_news_Advantage .pt-xl-3,
.eds_news_Advantage .py-xl-3 {
    padding-top: 1rem !important;
  }
  .eds_news_Advantage .pr-xl-3,
.eds_news_Advantage .px-xl-3 {
    padding-right: 1rem !important;
  }
  .eds_news_Advantage .pb-xl-3,
.eds_news_Advantage .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .eds_news_Advantage .pl-xl-3,
.eds_news_Advantage .px-xl-3 {
    padding-left: 1rem !important;
  }
  .eds_news_Advantage .p-xl-4 {
    padding: 1.5rem !important;
  }
  .eds_news_Advantage .pt-xl-4,
.eds_news_Advantage .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .eds_news_Advantage .pr-xl-4,
.eds_news_Advantage .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .eds_news_Advantage .pb-xl-4,
.eds_news_Advantage .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .eds_news_Advantage .pl-xl-4,
.eds_news_Advantage .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .eds_news_Advantage .p-xl-5 {
    padding: 3rem !important;
  }
  .eds_news_Advantage .pt-xl-5,
.eds_news_Advantage .py-xl-5 {
    padding-top: 3rem !important;
  }
  .eds_news_Advantage .pr-xl-5,
.eds_news_Advantage .px-xl-5 {
    padding-right: 3rem !important;
  }
  .eds_news_Advantage .pb-xl-5,
.eds_news_Advantage .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .eds_news_Advantage .pl-xl-5,
.eds_news_Advantage .px-xl-5 {
    padding-left: 3rem !important;
  }
  .eds_news_Advantage .m-xl-auto {
    margin: auto !important;
  }
  .eds_news_Advantage .mt-xl-auto,
.eds_news_Advantage .my-xl-auto {
    margin-top: auto !important;
  }
  .eds_news_Advantage .mr-xl-auto,
.eds_news_Advantage .mx-xl-auto {
    margin-right: auto !important;
  }
  .eds_news_Advantage .mb-xl-auto,
.eds_news_Advantage .my-xl-auto {
    margin-bottom: auto !important;
  }
  .eds_news_Advantage .ml-xl-auto,
.eds_news_Advantage .mx-xl-auto {
    margin-left: auto !important;
  }
}

.eds_news_Advantage .text-justify {
  text-align: justify !important;
}
.eds_news_Advantage .text-nowrap {
  white-space: nowrap !important;
}
.eds_news_Advantage .text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.eds_news_Advantage .text-left {
  text-align: left !important;
}
.eds_news_Advantage .text-right {
  text-align: right !important;
}
.eds_news_Advantage .text-center {
  text-align: center !important;
}
@media (min-width: 576px) {
  .eds_news_Advantage .text-sm-left {
    text-align: left !important;
  }
  .eds_news_Advantage .text-sm-right {
    text-align: right !important;
  }
  .eds_news_Advantage .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .eds_news_Advantage .text-md-left {
    text-align: left !important;
  }
  .eds_news_Advantage .text-md-right {
    text-align: right !important;
  }
  .eds_news_Advantage .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .eds_news_Advantage .text-lg-left {
    text-align: left !important;
  }
  .eds_news_Advantage .text-lg-right {
    text-align: right !important;
  }
  .eds_news_Advantage .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .eds_news_Advantage .text-xl-left {
    text-align: left !important;
  }
  .eds_news_Advantage .text-xl-right {
    text-align: right !important;
  }
  .eds_news_Advantage .text-xl-center {
    text-align: center !important;
  }
}
.eds_news_Advantage .text-lowercase {
  text-transform: lowercase !important;
}
.eds_news_Advantage .text-uppercase {
  text-transform: uppercase !important;
}
.eds_news_Advantage .text-capitalize {
  text-transform: capitalize !important;
}
.eds_news_Advantage .font-weight-light {
  font-weight: 300 !important;
}
.eds_news_Advantage .font-weight-normal {
  font-weight: 400 !important;
}
.eds_news_Advantage .font-weight-bold {
  font-weight: 500 !important;
}
.eds_news_Advantage .font-italic {
  font-style: italic !important;
}
.eds_news_Advantage .text-white {
  color: #fff !important;
}
.eds_news_Advantage .text-primary {
  color: #10d7bf !important;
}
.eds_news_Advantage a.text-primary:hover, .eds_news_Advantage a.text-primary:focus {
  color: #0ca895 !important;
}
.eds_news_Advantage .text-secondary {
  color: #6c757d !important;
}
.eds_news_Advantage a.text-secondary:hover, .eds_news_Advantage a.text-secondary:focus {
  color: #545b62 !important;
}
.eds_news_Advantage .text-success {
  color: #64ce66 !important;
}
.eds_news_Advantage a.text-success:hover, .eds_news_Advantage a.text-success:focus {
  color: #3dc240 !important;
}
.eds_news_Advantage .text-info {
  color: #00bcd4 !important;
}
.eds_news_Advantage a.text-info:hover, .eds_news_Advantage a.text-info:focus {
  color: #008fa1 !important;
}
.eds_news_Advantage .text-warning {
  color: #f6c606 !important;
}
.eds_news_Advantage a.text-warning:hover, .eds_news_Advantage a.text-warning:focus {
  color: #c49e05 !important;
}
.eds_news_Advantage .text-danger {
  color: #fc4c3b !important;
}
.eds_news_Advantage a.text-danger:hover, .eds_news_Advantage a.text-danger:focus {
  color: #fb1e09 !important;
}
.eds_news_Advantage .text-light {
  color: #f8f9fa !important;
}
.eds_news_Advantage a.text-light:hover, .eds_news_Advantage a.text-light:focus {
  color: #dae0e5 !important;
}
.eds_news_Advantage .text-dark {
  color: #343a40 !important;
}
.eds_news_Advantage a.text-dark:hover, .eds_news_Advantage a.text-dark:focus {
  color: #1d2124 !important;
}
.eds_news_Advantage .text-muted, .eds_news_Advantage .bmd-help {
  color: #6c757d !important;
}
.eds_news_Advantage .text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.eds_news_Advantage .visible {
  visibility: visible !important;
}
.eds_news_Advantage .invisible {
  visibility: hidden !important;
}

.eds_news_Advantage .btn {
  position: relative;
  padding: 12px 30px;
  margin: 0.3125rem 1px;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.42857143;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0;
  cursor: pointer;
  background-color: transparent;
  border: 0;
  border-radius: 0.2rem;
  outline: 0;
  transition: box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1), background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: box-shadow, transform;
}
.eds_news_Advantage .btn:focus, .eds_news_Advantage .btn.focus, .eds_news_Advantage .btn:active:focus, .eds_news_Advantage .btn:active.focus, .eds_news_Advantage .btn:active:focus:focus, .eds_news_Advantage .btn:active:focus.focus, .eds_news_Advantage .btn.active:focus, .eds_news_Advantage .btn.active.focus {
  outline: 0;
  box-shadow: none !important;
}
.eds_news_Advantage .btn.btn-primary {
  color: #fff;
  background-color: #10d7bf;
  border-color: #10d7bf;
  box-shadow: 0 2px 2px 0 rgba(16, 215, 191, 0.14), 0 3px 1px -2px rgba(16, 215, 191, 0.2), 0 1px 5px 0 rgba(16, 215, 191, 0.12);
}
.eds_news_Advantage .btn.btn-primary:hover {
  color: #fff;
  background-color: #0fc9b2;
  border-color: #0c9e8c;
}
.eds_news_Advantage .btn.btn-primary:focus, .eds_news_Advantage .btn.btn-primary.focus, .eds_news_Advantage .btn.btn-primary:hover {
  color: #fff;
  background-color: #0fc9b2;
  border-color: #0c9e8c;
}
.eds_news_Advantage .btn.btn-primary:active, .eds_news_Advantage .btn.btn-primary.active, .open > .eds_news_Advantage .btn.btn-primary.dropdown-toggle, .show > .eds_news_Advantage .btn.btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0fc9b2;
  border-color: #0c9e8c;
  box-shadow: 0 2px 2px 0 rgba(16, 215, 191, 0.14), 0 3px 1px -2px rgba(16, 215, 191, 0.2), 0 1px 5px 0 rgba(16, 215, 191, 0.12);
}
.eds_news_Advantage .btn.btn-primary:active:hover, .eds_news_Advantage .btn.btn-primary:active:focus, .eds_news_Advantage .btn.btn-primary:active.focus, .eds_news_Advantage .btn.btn-primary.active:hover, .eds_news_Advantage .btn.btn-primary.active:focus, .eds_news_Advantage .btn.btn-primary.active.focus, .open > .eds_news_Advantage .btn.btn-primary.dropdown-toggle:hover, .open > .eds_news_Advantage .btn.btn-primary.dropdown-toggle:focus, .open > .eds_news_Advantage .btn.btn-primary.dropdown-toggle.focus, .show > .eds_news_Advantage .btn.btn-primary.dropdown-toggle:hover, .show > .eds_news_Advantage .btn.btn-primary.dropdown-toggle:focus, .show > .eds_news_Advantage .btn.btn-primary.dropdown-toggle.focus {
  color: #fff;
  background-color: #0fc9b2;
  border-color: #076056;
}
.open > .eds_news_Advantage .btn.btn-primary.dropdown-toggle.bmd-btn-icon {
  color: inherit;
  background-color: #10d7bf;
}
.open > .eds_news_Advantage .btn.btn-primary.dropdown-toggle.bmd-btn-icon:hover {
  background-color: #0fc9b2;
}
.eds_news_Advantage .btn.btn-primary.disabled:focus, .eds_news_Advantage .btn.btn-primary.disabled.focus, .eds_news_Advantage .btn.btn-primary:disabled:focus, .eds_news_Advantage .btn.btn-primary:disabled.focus {
  background-color: #10d7bf;
  border-color: #10d7bf;
}
.eds_news_Advantage .btn.btn-primary.disabled:hover, .eds_news_Advantage .btn.btn-primary:disabled:hover {
  background-color: #10d7bf;
  border-color: #10d7bf;
}
.eds_news_Advantage .btn.btn-primary:focus, .eds_news_Advantage .btn.btn-primary:active, .eds_news_Advantage .btn.btn-primary:hover {
  box-shadow: 0 14px 26px -12px rgba(16, 215, 191, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(16, 215, 191, 0.2);
}
.eds_news_Advantage .btn.btn-primary.btn-link {
  background-color: transparent;
  color: #10d7bf;
  box-shadow: none;
}
.eds_news_Advantage .btn.btn-primary.btn-link:hover, .eds_news_Advantage .btn.btn-primary.btn-link:focus, .eds_news_Advantage .btn.btn-primary.btn-link:active {
  background-color: transparent;
  color: #10d7bf;
}
.eds_news_Advantage .btn.btn-secondary {
  color: rgba(0, 0, 0, 0.87);
  background-color: #fafafa;
  border-color: #ccc;
  box-shadow: 0 2px 2px 0 rgba(250, 250, 250, 0.14), 0 3px 1px -2px rgba(250, 250, 250, 0.2), 0 1px 5px 0 rgba(250, 250, 250, 0.12);
}
.eds_news_Advantage .btn.btn-secondary:hover {
  color: rgba(0, 0, 0, 0.87);
  background-color: #f2f2f2;
  border-color: #adadad;
}
.eds_news_Advantage .btn.btn-secondary:focus, .eds_news_Advantage .btn.btn-secondary.focus, .eds_news_Advantage .btn.btn-secondary:hover {
  color: rgba(0, 0, 0, 0.87);
  background-color: #f2f2f2;
  border-color: #adadad;
}
.eds_news_Advantage .btn.btn-secondary:active, .eds_news_Advantage .btn.btn-secondary.active, .open > .eds_news_Advantage .btn.btn-secondary.dropdown-toggle, .show > .eds_news_Advantage .btn.btn-secondary.dropdown-toggle {
  color: rgba(0, 0, 0, 0.87);
  background-color: #f2f2f2;
  border-color: #adadad;
  box-shadow: 0 2px 2px 0 rgba(250, 250, 250, 0.14), 0 3px 1px -2px rgba(250, 250, 250, 0.2), 0 1px 5px 0 rgba(250, 250, 250, 0.12);
}
.eds_news_Advantage .btn.btn-secondary:active:hover, .eds_news_Advantage .btn.btn-secondary:active:focus, .eds_news_Advantage .btn.btn-secondary:active.focus, .eds_news_Advantage .btn.btn-secondary.active:hover, .eds_news_Advantage .btn.btn-secondary.active:focus, .eds_news_Advantage .btn.btn-secondary.active.focus, .open > .eds_news_Advantage .btn.btn-secondary.dropdown-toggle:hover, .open > .eds_news_Advantage .btn.btn-secondary.dropdown-toggle:focus, .open > .eds_news_Advantage .btn.btn-secondary.dropdown-toggle.focus, .show > .eds_news_Advantage .btn.btn-secondary.dropdown-toggle:hover, .show > .eds_news_Advantage .btn.btn-secondary.dropdown-toggle:focus, .show > .eds_news_Advantage .btn.btn-secondary.dropdown-toggle.focus {
  color: rgba(0, 0, 0, 0.87);
  background-color: #f2f2f2;
  border-color: #8c8c8c;
}
.open > .eds_news_Advantage .btn.btn-secondary.dropdown-toggle.bmd-btn-icon {
  color: inherit;
  background-color: #fafafa;
}
.open > .eds_news_Advantage .btn.btn-secondary.dropdown-toggle.bmd-btn-icon:hover {
  background-color: #f2f2f2;
}
.eds_news_Advantage .btn.btn-secondary.disabled:focus, .eds_news_Advantage .btn.btn-secondary.disabled.focus, .eds_news_Advantage .btn.btn-secondary:disabled:focus, .eds_news_Advantage .btn.btn-secondary:disabled.focus {
  background-color: #fafafa;
  border-color: #ccc;
}
.eds_news_Advantage .btn.btn-secondary.disabled:hover, .eds_news_Advantage .btn.btn-secondary:disabled:hover {
  background-color: #fafafa;
  border-color: #ccc;
}
.eds_news_Advantage .btn.btn-secondary:focus, .eds_news_Advantage .btn.btn-secondary:active, .eds_news_Advantage .btn.btn-secondary:hover {
  box-shadow: 0 14px 26px -12px rgba(250, 250, 250, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(250, 250, 250, 0.2);
}
.eds_news_Advantage .btn.btn-secondary.btn-link {
  background-color: transparent;
  color: #fafafa;
  box-shadow: none;
}
.eds_news_Advantage .btn.btn-secondary.btn-link:hover, .eds_news_Advantage .btn.btn-secondary.btn-link:focus, .eds_news_Advantage .btn.btn-secondary.btn-link:active {
  background-color: transparent;
  color: #fafafa;
}
.eds_news_Advantage .btn.btn-info {
  color: #fff;
  background-color: #00bcd4;
  border-color: #00bcd4;
  box-shadow: 0 2px 2px 0 rgba(0, 188, 212, 0.14), 0 3px 1px -2px rgba(0, 188, 212, 0.2), 0 1px 5px 0 rgba(0, 188, 212, 0.12);
}
.eds_news_Advantage .btn.btn-info:hover {
  color: #fff;
  background-color: #00aec5;
  border-color: #008697;
}
.eds_news_Advantage .btn.btn-info:focus, .eds_news_Advantage .btn.btn-info.focus, .eds_news_Advantage .btn.btn-info:hover {
  color: #fff;
  background-color: #00aec5;
  border-color: #008697;
}
.eds_news_Advantage .btn.btn-info:active, .eds_news_Advantage .btn.btn-info.active, .open > .eds_news_Advantage .btn.btn-info.dropdown-toggle, .show > .eds_news_Advantage .btn.btn-info.dropdown-toggle {
  color: #fff;
  background-color: #00aec5;
  border-color: #008697;
  box-shadow: 0 2px 2px 0 rgba(0, 188, 212, 0.14), 0 3px 1px -2px rgba(0, 188, 212, 0.2), 0 1px 5px 0 rgba(0, 188, 212, 0.12);
}
.eds_news_Advantage .btn.btn-info:active:hover, .eds_news_Advantage .btn.btn-info:active:focus, .eds_news_Advantage .btn.btn-info:active.focus, .eds_news_Advantage .btn.btn-info.active:hover, .eds_news_Advantage .btn.btn-info.active:focus, .eds_news_Advantage .btn.btn-info.active.focus, .open > .eds_news_Advantage .btn.btn-info.dropdown-toggle:hover, .open > .eds_news_Advantage .btn.btn-info.dropdown-toggle:focus, .open > .eds_news_Advantage .btn.btn-info.dropdown-toggle.focus, .show > .eds_news_Advantage .btn.btn-info.dropdown-toggle:hover, .show > .eds_news_Advantage .btn.btn-info.dropdown-toggle:focus, .show > .eds_news_Advantage .btn.btn-info.dropdown-toggle.focus {
  color: #fff;
  background-color: #00aec5;
  border-color: #004b55;
}
.open > .eds_news_Advantage .btn.btn-info.dropdown-toggle.bmd-btn-icon {
  color: inherit;
  background-color: #00bcd4;
}
.open > .eds_news_Advantage .btn.btn-info.dropdown-toggle.bmd-btn-icon:hover {
  background-color: #00aec5;
}
.eds_news_Advantage .btn.btn-info.disabled:focus, .eds_news_Advantage .btn.btn-info.disabled.focus, .eds_news_Advantage .btn.btn-info:disabled:focus, .eds_news_Advantage .btn.btn-info:disabled.focus {
  background-color: #00bcd4;
  border-color: #00bcd4;
}
.eds_news_Advantage .btn.btn-info.disabled:hover, .eds_news_Advantage .btn.btn-info:disabled:hover {
  background-color: #00bcd4;
  border-color: #00bcd4;
}
.eds_news_Advantage .btn.btn-info:focus, .eds_news_Advantage .btn.btn-info:active, .eds_news_Advantage .btn.btn-info:hover {
  box-shadow: 0 14px 26px -12px rgba(0, 188, 212, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 188, 212, 0.2);
}
.eds_news_Advantage .btn.btn-info.btn-link {
  background-color: transparent;
  color: #00bcd4;
  box-shadow: none;
}
.eds_news_Advantage .btn.btn-info.btn-link:hover, .eds_news_Advantage .btn.btn-info.btn-link:focus, .eds_news_Advantage .btn.btn-info.btn-link:active {
  background-color: transparent;
  color: #00bcd4;
}
.eds_news_Advantage .btn.btn-success {
  color: #fff;
  background-color: #4caf50;
  border-color: #4caf50;
  box-shadow: 0 2px 2px 0 rgba(76, 175, 80, 0.14), 0 3px 1px -2px rgba(76, 175, 80, 0.2), 0 1px 5px 0 rgba(76, 175, 80, 0.12);
}
.eds_news_Advantage .btn.btn-success:hover {
  color: #fff;
  background-color: #47a44b;
  border-color: #39843c;
}
.eds_news_Advantage .btn.btn-success:focus, .eds_news_Advantage .btn.btn-success.focus, .eds_news_Advantage .btn.btn-success:hover {
  color: #fff;
  background-color: #47a44b;
  border-color: #39843c;
}
.eds_news_Advantage .btn.btn-success:active, .eds_news_Advantage .btn.btn-success.active, .open > .eds_news_Advantage .btn.btn-success.dropdown-toggle, .show > .eds_news_Advantage .btn.btn-success.dropdown-toggle {
  color: #fff;
  background-color: #47a44b;
  border-color: #39843c;
  box-shadow: 0 2px 2px 0 rgba(76, 175, 80, 0.14), 0 3px 1px -2px rgba(76, 175, 80, 0.2), 0 1px 5px 0 rgba(76, 175, 80, 0.12);
}
.eds_news_Advantage .btn.btn-success:active:hover, .eds_news_Advantage .btn.btn-success:active:focus, .eds_news_Advantage .btn.btn-success:active.focus, .eds_news_Advantage .btn.btn-success.active:hover, .eds_news_Advantage .btn.btn-success.active:focus, .eds_news_Advantage .btn.btn-success.active.focus, .open > .eds_news_Advantage .btn.btn-success.dropdown-toggle:hover, .open > .eds_news_Advantage .btn.btn-success.dropdown-toggle:focus, .open > .eds_news_Advantage .btn.btn-success.dropdown-toggle.focus, .show > .eds_news_Advantage .btn.btn-success.dropdown-toggle:hover, .show > .eds_news_Advantage .btn.btn-success.dropdown-toggle:focus, .show > .eds_news_Advantage .btn.btn-success.dropdown-toggle.focus {
  color: #fff;
  background-color: #47a44b;
  border-color: #255627;
}
.open > .eds_news_Advantage .btn.btn-success.dropdown-toggle.bmd-btn-icon {
  color: inherit;
  background-color: #4caf50;
}
.open > .eds_news_Advantage .btn.btn-success.dropdown-toggle.bmd-btn-icon:hover {
  background-color: #47a44b;
}
.eds_news_Advantage .btn.btn-success.disabled:focus, .eds_news_Advantage .btn.btn-success.disabled.focus, .eds_news_Advantage .btn.btn-success:disabled:focus, .eds_news_Advantage .btn.btn-success:disabled.focus {
  background-color: #4caf50;
  border-color: #4caf50;
}
.eds_news_Advantage .btn.btn-success.disabled:hover, .eds_news_Advantage .btn.btn-success:disabled:hover {
  background-color: #4caf50;
  border-color: #4caf50;
}
.eds_news_Advantage .btn.btn-success:focus, .eds_news_Advantage .btn.btn-success:active, .eds_news_Advantage .btn.btn-success:hover {
  box-shadow: 0 14px 26px -12px rgba(76, 175, 80, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(76, 175, 80, 0.2);
}
.eds_news_Advantage .btn.btn-success.btn-link {
  background-color: transparent;
  color: #4caf50;
  box-shadow: none;
}
.eds_news_Advantage .btn.btn-success.btn-link:hover, .eds_news_Advantage .btn.btn-success.btn-link:focus, .eds_news_Advantage .btn.btn-success.btn-link:active {
  background-color: transparent;
  color: #4caf50;
}
.eds_news_Advantage .btn.btn-warning {
  color: #fff;
  background-color: #ff9800;
  border-color: #ff9800;
  box-shadow: 0 2px 2px 0 rgba(255, 152, 0, 0.14), 0 3px 1px -2px rgba(255, 152, 0, 0.2), 0 1px 5px 0 rgba(255, 152, 0, 0.12);
}
.eds_news_Advantage .btn.btn-warning:hover {
  color: #fff;
  background-color: #f08f00;
  border-color: #c27400;
}
.eds_news_Advantage .btn.btn-warning:focus, .eds_news_Advantage .btn.btn-warning.focus, .eds_news_Advantage .btn.btn-warning:hover {
  color: #fff;
  background-color: #f08f00;
  border-color: #c27400;
}
.eds_news_Advantage .btn.btn-warning:active, .eds_news_Advantage .btn.btn-warning.active, .open > .eds_news_Advantage .btn.btn-warning.dropdown-toggle, .show > .eds_news_Advantage .btn.btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #f08f00;
  border-color: #c27400;
  box-shadow: 0 2px 2px 0 rgba(255, 152, 0, 0.14), 0 3px 1px -2px rgba(255, 152, 0, 0.2), 0 1px 5px 0 rgba(255, 152, 0, 0.12);
}
.eds_news_Advantage .btn.btn-warning:active:hover, .eds_news_Advantage .btn.btn-warning:active:focus, .eds_news_Advantage .btn.btn-warning:active.focus, .eds_news_Advantage .btn.btn-warning.active:hover, .eds_news_Advantage .btn.btn-warning.active:focus, .eds_news_Advantage .btn.btn-warning.active.focus, .open > .eds_news_Advantage .btn.btn-warning.dropdown-toggle:hover, .open > .eds_news_Advantage .btn.btn-warning.dropdown-toggle:focus, .open > .eds_news_Advantage .btn.btn-warning.dropdown-toggle.focus, .show > .eds_news_Advantage .btn.btn-warning.dropdown-toggle:hover, .show > .eds_news_Advantage .btn.btn-warning.dropdown-toggle:focus, .show > .eds_news_Advantage .btn.btn-warning.dropdown-toggle.focus {
  color: #fff;
  background-color: #f08f00;
  border-color: #804c00;
}
.open > .eds_news_Advantage .btn.btn-warning.dropdown-toggle.bmd-btn-icon {
  color: inherit;
  background-color: #ff9800;
}
.open > .eds_news_Advantage .btn.btn-warning.dropdown-toggle.bmd-btn-icon:hover {
  background-color: #f08f00;
}
.eds_news_Advantage .btn.btn-warning.disabled:focus, .eds_news_Advantage .btn.btn-warning.disabled.focus, .eds_news_Advantage .btn.btn-warning:disabled:focus, .eds_news_Advantage .btn.btn-warning:disabled.focus {
  background-color: #ff9800;
  border-color: #ff9800;
}
.eds_news_Advantage .btn.btn-warning.disabled:hover, .eds_news_Advantage .btn.btn-warning:disabled:hover {
  background-color: #ff9800;
  border-color: #ff9800;
}
.eds_news_Advantage .btn.btn-warning:focus, .eds_news_Advantage .btn.btn-warning:active, .eds_news_Advantage .btn.btn-warning:hover {
  box-shadow: 0 14px 26px -12px rgba(255, 152, 0, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(255, 152, 0, 0.2);
}
.eds_news_Advantage .btn.btn-warning.btn-link {
  background-color: transparent;
  color: #ff9800;
  box-shadow: none;
}
.eds_news_Advantage .btn.btn-warning.btn-link:hover, .eds_news_Advantage .btn.btn-warning.btn-link:focus, .eds_news_Advantage .btn.btn-warning.btn-link:active {
  background-color: transparent;
  color: #ff9800;
}
.eds_news_Advantage .btn.btn-danger {
  color: #fff;
  background-color: #f44336;
  border-color: #f44336;
  box-shadow: 0 2px 2px 0 rgba(244, 67, 54, 0.14), 0 3px 1px -2px rgba(244, 67, 54, 0.2), 0 1px 5px 0 rgba(244, 67, 54, 0.12);
}
.eds_news_Advantage .btn.btn-danger:hover {
  color: #fff;
  background-color: #f33527;
  border-color: #e11b0c;
}
.eds_news_Advantage .btn.btn-danger:focus, .eds_news_Advantage .btn.btn-danger.focus, .eds_news_Advantage .btn.btn-danger:hover {
  color: #fff;
  background-color: #f33527;
  border-color: #e11b0c;
}
.eds_news_Advantage .btn.btn-danger:active, .eds_news_Advantage .btn.btn-danger.active, .open > .eds_news_Advantage .btn.btn-danger.dropdown-toggle, .show > .eds_news_Advantage .btn.btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #f33527;
  border-color: #e11b0c;
  box-shadow: 0 2px 2px 0 rgba(244, 67, 54, 0.14), 0 3px 1px -2px rgba(244, 67, 54, 0.2), 0 1px 5px 0 rgba(244, 67, 54, 0.12);
}
.eds_news_Advantage .btn.btn-danger:active:hover, .eds_news_Advantage .btn.btn-danger:active:focus, .eds_news_Advantage .btn.btn-danger:active.focus, .eds_news_Advantage .btn.btn-danger.active:hover, .eds_news_Advantage .btn.btn-danger.active:focus, .eds_news_Advantage .btn.btn-danger.active.focus, .open > .eds_news_Advantage .btn.btn-danger.dropdown-toggle:hover, .open > .eds_news_Advantage .btn.btn-danger.dropdown-toggle:focus, .open > .eds_news_Advantage .btn.btn-danger.dropdown-toggle.focus, .show > .eds_news_Advantage .btn.btn-danger.dropdown-toggle:hover, .show > .eds_news_Advantage .btn.btn-danger.dropdown-toggle:focus, .show > .eds_news_Advantage .btn.btn-danger.dropdown-toggle.focus {
  color: #fff;
  background-color: #f33527;
  border-color: #a21309;
}
.open > .eds_news_Advantage .btn.btn-danger.dropdown-toggle.bmd-btn-icon {
  color: inherit;
  background-color: #f44336;
}
.open > .eds_news_Advantage .btn.btn-danger.dropdown-toggle.bmd-btn-icon:hover {
  background-color: #f33527;
}
.eds_news_Advantage .btn.btn-danger.disabled:focus, .eds_news_Advantage .btn.btn-danger.disabled.focus, .eds_news_Advantage .btn.btn-danger:disabled:focus, .eds_news_Advantage .btn.btn-danger:disabled.focus {
  background-color: #f44336;
  border-color: #f44336;
}
.eds_news_Advantage .btn.btn-danger.disabled:hover, .eds_news_Advantage .btn.btn-danger:disabled:hover {
  background-color: #f44336;
  border-color: #f44336;
}
.eds_news_Advantage .btn.btn-danger:focus, .eds_news_Advantage .btn.btn-danger:active, .eds_news_Advantage .btn.btn-danger:hover {
  box-shadow: 0 14px 26px -12px rgba(244, 67, 54, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(244, 67, 54, 0.2);
}
.eds_news_Advantage .btn.btn-danger.btn-link {
  background-color: transparent;
  color: #f44336;
  box-shadow: none;
}
.eds_news_Advantage .btn.btn-danger.btn-link:hover, .eds_news_Advantage .btn.btn-danger.btn-link:focus, .eds_news_Advantage .btn.btn-danger.btn-link:active {
  background-color: transparent;
  color: #f44336;
}
.eds_news_Advantage .btn.btn-rose {
  color: #fff;
  background-color: #e91e63;
  border-color: #e91e63;
  box-shadow: 0 2px 2px 0 rgba(233, 30, 99, 0.14), 0 3px 1px -2px rgba(233, 30, 99, 0.2), 0 1px 5px 0 rgba(233, 30, 99, 0.12);
}
.eds_news_Advantage .btn.btn-rose:hover {
  color: #fff;
  background-color: #ea2c6d;
  border-color: #b8124a;
}
.eds_news_Advantage .btn.btn-rose:focus, .eds_news_Advantage .btn.btn-rose.focus, .eds_news_Advantage .btn.btn-rose:hover {
  color: #fff;
  background-color: #ea2c6d;
  border-color: #b8124a;
}
.eds_news_Advantage .btn.btn-rose:active, .eds_news_Advantage .btn.btn-rose.active, .open > .eds_news_Advantage .btn.btn-rose.dropdown-toggle, .show > .eds_news_Advantage .btn.btn-rose.dropdown-toggle {
  color: #fff;
  background-color: #ea2c6d;
  border-color: #b8124a;
  box-shadow: 0 2px 2px 0 rgba(233, 30, 99, 0.14), 0 3px 1px -2px rgba(233, 30, 99, 0.2), 0 1px 5px 0 rgba(233, 30, 99, 0.12);
}
.eds_news_Advantage .btn.btn-rose:active:hover, .eds_news_Advantage .btn.btn-rose:active:focus, .eds_news_Advantage .btn.btn-rose:active.focus, .eds_news_Advantage .btn.btn-rose.active:hover, .eds_news_Advantage .btn.btn-rose.active:focus, .eds_news_Advantage .btn.btn-rose.active.focus, .open > .eds_news_Advantage .btn.btn-rose.dropdown-toggle:hover, .open > .eds_news_Advantage .btn.btn-rose.dropdown-toggle:focus, .open > .eds_news_Advantage .btn.btn-rose.dropdown-toggle.focus, .show > .eds_news_Advantage .btn.btn-rose.dropdown-toggle:hover, .show > .eds_news_Advantage .btn.btn-rose.dropdown-toggle:focus, .show > .eds_news_Advantage .btn.btn-rose.dropdown-toggle.focus {
  color: #fff;
  background-color: #ea2c6d;
  border-color: #7b0c32;
}
.open > .eds_news_Advantage .btn.btn-rose.dropdown-toggle.bmd-btn-icon {
  color: inherit;
  background-color: #e91e63;
}
.open > .eds_news_Advantage .btn.btn-rose.dropdown-toggle.bmd-btn-icon:hover {
  background-color: #ea2c6d;
}
.eds_news_Advantage .btn.btn-rose.disabled:focus, .eds_news_Advantage .btn.btn-rose.disabled.focus, .eds_news_Advantage .btn.btn-rose:disabled:focus, .eds_news_Advantage .btn.btn-rose:disabled.focus {
  background-color: #e91e63;
  border-color: #e91e63;
}
.eds_news_Advantage .btn.btn-rose.disabled:hover, .eds_news_Advantage .btn.btn-rose:disabled:hover {
  background-color: #e91e63;
  border-color: #e91e63;
}
.eds_news_Advantage .btn.btn-rose:focus, .eds_news_Advantage .btn.btn-rose:active, .eds_news_Advantage .btn.btn-rose:hover {
  box-shadow: 0 14px 26px -12px rgba(233, 30, 99, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(233, 30, 99, 0.2);
}
.eds_news_Advantage .btn.btn-rose.btn-link {
  background-color: transparent;
  color: #e91e63;
  box-shadow: none;
}
.eds_news_Advantage .btn.btn-rose.btn-link:hover, .eds_news_Advantage .btn.btn-rose.btn-link:focus, .eds_news_Advantage .btn.btn-rose.btn-link:active {
  background-color: transparent;
  color: #e91e63;
}
.eds_news_Advantage .btn, .eds_news_Advantage .btn.btn-default {
  color: #fff;
  background-color: #999999;
  border-color: #999999;
  box-shadow: 0 2px 2px 0 rgba(153, 153, 153, 0.14), 0 3px 1px -2px rgba(153, 153, 153, 0.2), 0 1px 5px 0 rgba(153, 153, 153, 0.12);
}
.eds_news_Advantage .btn:hover, .eds_news_Advantage .btn.btn-default:hover {
  color: #fff;
  background-color: #919191;
  border-color: #7a7a7a;
}
.eds_news_Advantage .btn:focus, .eds_news_Advantage .btn.focus, .eds_news_Advantage .btn:hover, .eds_news_Advantage .btn.btn-default:focus, .eds_news_Advantage .btn.btn-default.focus, .eds_news_Advantage .btn.btn-default:hover {
  color: #fff;
  background-color: #919191;
  border-color: #7a7a7a;
}
.eds_news_Advantage .btn:active, .eds_news_Advantage .btn.active, .open > .eds_news_Advantage .btn.dropdown-toggle, .show > .eds_news_Advantage .btn.dropdown-toggle, .eds_news_Advantage .btn.btn-default:active, .eds_news_Advantage .btn.btn-default.active, .open > .eds_news_Advantage .btn.btn-default.dropdown-toggle, .show > .eds_news_Advantage .btn.btn-default.dropdown-toggle {
  color: #fff;
  background-color: #919191;
  border-color: #7a7a7a;
  box-shadow: 0 2px 2px 0 rgba(153, 153, 153, 0.14), 0 3px 1px -2px rgba(153, 153, 153, 0.2), 0 1px 5px 0 rgba(153, 153, 153, 0.12);
}
.eds_news_Advantage .btn:active:hover, .eds_news_Advantage .btn:active:focus, .eds_news_Advantage .btn:active.focus, .eds_news_Advantage .btn.active:hover, .eds_news_Advantage .btn.active:focus, .eds_news_Advantage .btn.active.focus, .open > .eds_news_Advantage .btn.dropdown-toggle:hover, .open > .eds_news_Advantage .btn.dropdown-toggle:focus, .open > .eds_news_Advantage .btn.dropdown-toggle.focus, .show > .eds_news_Advantage .btn.dropdown-toggle:hover, .show > .eds_news_Advantage .btn.dropdown-toggle:focus, .show > .eds_news_Advantage .btn.dropdown-toggle.focus, .eds_news_Advantage .btn.btn-default:active:hover, .eds_news_Advantage .btn.btn-default:active:focus, .eds_news_Advantage .btn.btn-default:active.focus, .eds_news_Advantage .btn.btn-default.active:hover, .eds_news_Advantage .btn.btn-default.active:focus, .eds_news_Advantage .btn.btn-default.active.focus, .open > .eds_news_Advantage .btn.btn-default.dropdown-toggle:hover, .open > .eds_news_Advantage .btn.btn-default.dropdown-toggle:focus, .open > .eds_news_Advantage .btn.btn-default.dropdown-toggle.focus, .show > .eds_news_Advantage .btn.btn-default.dropdown-toggle:hover, .show > .eds_news_Advantage .btn.btn-default.dropdown-toggle:focus, .show > .eds_news_Advantage .btn.btn-default.dropdown-toggle.focus {
  color: #fff;
  background-color: #919191;
  border-color: #595959;
}
.open > .eds_news_Advantage .btn.dropdown-toggle.bmd-btn-icon, .open > .eds_news_Advantage .btn.btn-default.dropdown-toggle.bmd-btn-icon {
  color: inherit;
  background-color: #999999;
}
.open > .eds_news_Advantage .btn.dropdown-toggle.bmd-btn-icon:hover, .open > .eds_news_Advantage .btn.btn-default.dropdown-toggle.bmd-btn-icon:hover {
  background-color: #919191;
}
.eds_news_Advantage .btn.disabled:focus, .eds_news_Advantage .btn.disabled.focus, .eds_news_Advantage .btn:disabled:focus, .eds_news_Advantage .btn:disabled.focus, .eds_news_Advantage .btn.btn-default.disabled:focus, .eds_news_Advantage .btn.btn-default.disabled.focus, .eds_news_Advantage .btn.btn-default:disabled:focus, .eds_news_Advantage .btn.btn-default:disabled.focus {
  background-color: #999999;
  border-color: #999999;
}
.eds_news_Advantage .btn.disabled:hover, .eds_news_Advantage .btn:disabled:hover, .eds_news_Advantage .btn.btn-default.disabled:hover, .eds_news_Advantage .btn.btn-default:disabled:hover {
  background-color: #999999;
  border-color: #999999;
}
.eds_news_Advantage .btn:focus, .eds_news_Advantage .btn:active, .eds_news_Advantage .btn:hover, .eds_news_Advantage .btn.btn-default:focus, .eds_news_Advantage .btn.btn-default:active, .eds_news_Advantage .btn.btn-default:hover {
  box-shadow: 0 14px 26px -12px rgba(153, 153, 153, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(153, 153, 153, 0.2);
}
.eds_news_Advantage .btn.btn-link, .eds_news_Advantage .btn.btn-default.btn-link {
  background-color: transparent;
  color: #999999;
  box-shadow: none;
}
.eds_news_Advantage .btn.btn-link:hover, .eds_news_Advantage .btn.btn-link:focus, .eds_news_Advantage .btn.btn-link:active, .eds_news_Advantage .btn.btn-default.btn-link:hover, .eds_news_Advantage .btn.btn-default.btn-link:focus, .eds_news_Advantage .btn.btn-default.btn-link:active {
  background-color: transparent;
  color: #999999;
}
.eds_news_Advantage .btn.btn-white, .eds_news_Advantage .btn.btn-white:focus, .eds_news_Advantage .btn.btn-white:hover {
  background-color: #fff;
  color: #999999;
}
.eds_news_Advantage .btn.btn-white.btn-link {
  color: #fff;
  background: transparent;
  box-shadow: none;
}
.eds_news_Advantage .btn.btn-link:hover, .eds_news_Advantage .btn.btn-link:focus, .eds_news_Advantage .btn.btn-link:active {
  text-decoration: none !important;
}
.eds_news_Advantage .btn.btn-disabled {
  cursor: not-allowed;
  pointer-events: none;
}
.eds_news_Advantage .btn.btn-disabled:hover {
  box-shadow: none;
}
.eds_news_Advantage .btn.btn-raised.btn-link, .btn-group-raised .eds_news_Advantage .btn.btn-link {
  box-shadow: none;
}
.eds_news_Advantage .btn.btn-raised.btn-link.active, .btn-group-raised .eds_news_Advantage .btn.btn-link.active {
  box-shadow: none;
}
.eds_news_Advantage .btn.btn-raised.btn-link:hover, .eds_news_Advantage .btn.btn-raised.btn-link:focus, .eds_news_Advantage .btn.btn-raised.btn-link:active, .btn-group-raised .eds_news_Advantage .btn.btn-link:hover, .btn-group-raised .eds_news_Advantage .btn.btn-link:focus, .btn-group-raised .eds_news_Advantage .btn.btn-link:active {
  box-shadow: none;
}
fieldset[disabled][disabled] .eds_news_Advantage .btn.btn-raised, .eds_news_Advantage .btn.btn-raised.disabled, .eds_news_Advantage .btn.btn-raised:disabled, .eds_news_Advantage .btn.btn-raised[disabled], fieldset[disabled][disabled] .btn-group-raised .eds_news_Advantage .btn, .btn-group-raised .eds_news_Advantage .btn.disabled, .btn-group-raised .eds_news_Advantage .btn:disabled, .btn-group-raised .eds_news_Advantage .btn[disabled] {
  box-shadow: none;
}
.eds_news_Advantage .btn.btn-outline, .eds_news_Advantage .btn.btn-outline-primary, .eds_news_Advantage .btn.btn-outline-secondary, .eds_news_Advantage .btn.btn-outline-info, .eds_news_Advantage .btn.btn-outline-success, .eds_news_Advantage .btn.btn-outline-warning, .eds_news_Advantage .btn.btn-outline-danger {
  border-color: currentColor;
  border-style: solid;
  border-width: 1px;
}
.eds_news_Advantage .btn.btn-outline {
  color: rgba(0, 0, 0, 0.87);
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.87);
}
.eds_news_Advantage .btn.btn-outline:hover {
  color: rgba(0, 0, 0, 0.87);
  background-color: rgba(153, 153, 153, 0.2);
  border-color: rgba(0, 0, 0, 0.87);
}
.eds_news_Advantage .btn.btn-outline:focus, .eds_news_Advantage .btn.btn-outline.focus, .eds_news_Advantage .btn.btn-outline:hover {
  color: rgba(0, 0, 0, 0.87);
  background-color: rgba(153, 153, 153, 0.2);
  border-color: rgba(0, 0, 0, 0.87);
}
.eds_news_Advantage .btn.btn-outline:active, .eds_news_Advantage .btn.btn-outline.active, .open > .eds_news_Advantage .btn.btn-outline.dropdown-toggle, .show > .eds_news_Advantage .btn.btn-outline.dropdown-toggle {
  color: rgba(0, 0, 0, 0.87);
  background-color: rgba(153, 153, 153, 0.2);
  border-color: rgba(0, 0, 0, 0.87);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
.eds_news_Advantage .btn.btn-outline:active:hover, .eds_news_Advantage .btn.btn-outline:active:focus, .eds_news_Advantage .btn.btn-outline:active.focus, .eds_news_Advantage .btn.btn-outline.active:hover, .eds_news_Advantage .btn.btn-outline.active:focus, .eds_news_Advantage .btn.btn-outline.active.focus, .open > .eds_news_Advantage .btn.btn-outline.dropdown-toggle:hover, .open > .eds_news_Advantage .btn.btn-outline.dropdown-toggle:focus, .open > .eds_news_Advantage .btn.btn-outline.dropdown-toggle.focus, .show > .eds_news_Advantage .btn.btn-outline.dropdown-toggle:hover, .show > .eds_news_Advantage .btn.btn-outline.dropdown-toggle:focus, .show > .eds_news_Advantage .btn.btn-outline.dropdown-toggle.focus {
  color: rgba(0, 0, 0, 0.87);
  background-color: rgba(153, 153, 153, 0.4);
  border-color: rgba(0, 0, 0, 0.87);
}
.open > .eds_news_Advantage .btn.btn-outline.dropdown-toggle.bmd-btn-icon {
  color: inherit;
  background-color: transparent;
}
.open > .eds_news_Advantage .btn.btn-outline.dropdown-toggle.bmd-btn-icon:hover {
  background-color: rgba(153, 153, 153, 0.2);
}
.eds_news_Advantage .btn.btn-outline.disabled:focus, .eds_news_Advantage .btn.btn-outline.disabled.focus, .eds_news_Advantage .btn.btn-outline:disabled:focus, .eds_news_Advantage .btn.btn-outline:disabled.focus {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.87);
}
.eds_news_Advantage .btn.btn-outline.disabled:hover, .eds_news_Advantage .btn.btn-outline:disabled:hover {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.87);
}
.bg-inverse .eds_news_Advantage .btn.btn-outline {
  color: rgba(0, 0, 0, 0.87);
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.87);
}
.bg-inverse .eds_news_Advantage .btn.btn-outline:hover {
  color: rgba(0, 0, 0, 0.87);
  background-color: rgba(204, 204, 204, 0.15);
  border-color: rgba(204, 204, 204, 0.15);
}
.bg-inverse .eds_news_Advantage .btn.btn-outline:focus, .bg-inverse .eds_news_Advantage .btn.btn-outline.focus, .bg-inverse .eds_news_Advantage .btn.btn-outline:hover {
  color: rgba(0, 0, 0, 0.87);
  background-color: rgba(204, 204, 204, 0.15);
  border-color: rgba(204, 204, 204, 0.15);
}
.bg-inverse .eds_news_Advantage .btn.btn-outline:active, .bg-inverse .eds_news_Advantage .btn.btn-outline.active, .open > .bg-inverse .eds_news_Advantage .btn.btn-outline.dropdown-toggle, .show > .bg-inverse .eds_news_Advantage .btn.btn-outline.dropdown-toggle {
  color: rgba(0, 0, 0, 0.87);
  background-color: rgba(204, 204, 204, 0.15);
  border-color: rgba(204, 204, 204, 0.15);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
.bg-inverse .eds_news_Advantage .btn.btn-outline:active:hover, .bg-inverse .eds_news_Advantage .btn.btn-outline:active:focus, .bg-inverse .eds_news_Advantage .btn.btn-outline:active.focus, .bg-inverse .eds_news_Advantage .btn.btn-outline.active:hover, .bg-inverse .eds_news_Advantage .btn.btn-outline.active:focus, .bg-inverse .eds_news_Advantage .btn.btn-outline.active.focus, .open > .bg-inverse .eds_news_Advantage .btn.btn-outline.dropdown-toggle:hover, .open > .bg-inverse .eds_news_Advantage .btn.btn-outline.dropdown-toggle:focus, .open > .bg-inverse .eds_news_Advantage .btn.btn-outline.dropdown-toggle.focus, .show > .bg-inverse .eds_news_Advantage .btn.btn-outline.dropdown-toggle:hover, .show > .bg-inverse .eds_news_Advantage .btn.btn-outline.dropdown-toggle:focus, .show > .bg-inverse .eds_news_Advantage .btn.btn-outline.dropdown-toggle.focus {
  color: rgba(0, 0, 0, 0.87);
  background-color: rgba(204, 204, 204, 0.25);
  border-color: rgba(204, 204, 204, 0.25);
}
.open > .bg-inverse .eds_news_Advantage .btn.btn-outline.dropdown-toggle.bmd-btn-icon {
  color: inherit;
  background-color: transparent;
}
.open > .bg-inverse .eds_news_Advantage .btn.btn-outline.dropdown-toggle.bmd-btn-icon:hover {
  background-color: rgba(204, 204, 204, 0.15);
}
.bg-inverse .eds_news_Advantage .btn.btn-outline.disabled:focus, .bg-inverse .eds_news_Advantage .btn.btn-outline.disabled.focus, .bg-inverse .eds_news_Advantage .btn.btn-outline:disabled:focus, .bg-inverse .eds_news_Advantage .btn.btn-outline:disabled.focus {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.87);
}
.bg-inverse .eds_news_Advantage .btn.btn-outline.disabled:hover, .bg-inverse .eds_news_Advantage .btn.btn-outline:disabled:hover {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.87);
}
.eds_news_Advantage .btn.btn-outline.btn-link {
  background-color: transparent;
}
.eds_news_Advantage .btn.btn-outline-primary {
  color: #10d7bf;
  background-color: transparent;
  border-color: #10d7bf;
}
.eds_news_Advantage .btn.btn-outline-primary:hover {
  color: #10d7bf;
  background-color: rgba(153, 153, 153, 0.2);
  border-color: #10d7bf;
}
.eds_news_Advantage .btn.btn-outline-primary:focus, .eds_news_Advantage .btn.btn-outline-primary.focus, .eds_news_Advantage .btn.btn-outline-primary:hover {
  color: #10d7bf;
  background-color: rgba(153, 153, 153, 0.2);
  border-color: #10d7bf;
}
.eds_news_Advantage .btn.btn-outline-primary:active, .eds_news_Advantage .btn.btn-outline-primary.active, .open > .eds_news_Advantage .btn.btn-outline-primary.dropdown-toggle, .show > .eds_news_Advantage .btn.btn-outline-primary.dropdown-toggle {
  color: #10d7bf;
  background-color: rgba(153, 153, 153, 0.2);
  border-color: #10d7bf;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
.eds_news_Advantage .btn.btn-outline-primary:active:hover, .eds_news_Advantage .btn.btn-outline-primary:active:focus, .eds_news_Advantage .btn.btn-outline-primary:active.focus, .eds_news_Advantage .btn.btn-outline-primary.active:hover, .eds_news_Advantage .btn.btn-outline-primary.active:focus, .eds_news_Advantage .btn.btn-outline-primary.active.focus, .open > .eds_news_Advantage .btn.btn-outline-primary.dropdown-toggle:hover, .open > .eds_news_Advantage .btn.btn-outline-primary.dropdown-toggle:focus, .open > .eds_news_Advantage .btn.btn-outline-primary.dropdown-toggle.focus, .show > .eds_news_Advantage .btn.btn-outline-primary.dropdown-toggle:hover, .show > .eds_news_Advantage .btn.btn-outline-primary.dropdown-toggle:focus, .show > .eds_news_Advantage .btn.btn-outline-primary.dropdown-toggle.focus {
  color: #10d7bf;
  background-color: rgba(153, 153, 153, 0.4);
  border-color: #10d7bf;
}
.open > .eds_news_Advantage .btn.btn-outline-primary.dropdown-toggle.bmd-btn-icon {
  color: inherit;
  background-color: transparent;
}
.open > .eds_news_Advantage .btn.btn-outline-primary.dropdown-toggle.bmd-btn-icon:hover {
  background-color: rgba(153, 153, 153, 0.2);
}
.eds_news_Advantage .btn.btn-outline-primary.disabled:focus, .eds_news_Advantage .btn.btn-outline-primary.disabled.focus, .eds_news_Advantage .btn.btn-outline-primary:disabled:focus, .eds_news_Advantage .btn.btn-outline-primary:disabled.focus {
  background-color: transparent;
  border-color: #10d7bf;
}
.eds_news_Advantage .btn.btn-outline-primary.disabled:hover, .eds_news_Advantage .btn.btn-outline-primary:disabled:hover {
  background-color: transparent;
  border-color: #10d7bf;
}
.bg-inverse .eds_news_Advantage .btn.btn-outline-primary {
  color: #10d7bf;
  background-color: transparent;
  border-color: #10d7bf;
}
.bg-inverse .eds_news_Advantage .btn.btn-outline-primary:hover {
  color: #10d7bf;
  background-color: rgba(204, 204, 204, 0.15);
  border-color: rgba(204, 204, 204, 0.15);
}
.bg-inverse .eds_news_Advantage .btn.btn-outline-primary:focus, .bg-inverse .eds_news_Advantage .btn.btn-outline-primary.focus, .bg-inverse .eds_news_Advantage .btn.btn-outline-primary:hover {
  color: #10d7bf;
  background-color: rgba(204, 204, 204, 0.15);
  border-color: rgba(204, 204, 204, 0.15);
}
.bg-inverse .eds_news_Advantage .btn.btn-outline-primary:active, .bg-inverse .eds_news_Advantage .btn.btn-outline-primary.active, .open > .bg-inverse .eds_news_Advantage .btn.btn-outline-primary.dropdown-toggle, .show > .bg-inverse .eds_news_Advantage .btn.btn-outline-primary.dropdown-toggle {
  color: #10d7bf;
  background-color: rgba(204, 204, 204, 0.15);
  border-color: rgba(204, 204, 204, 0.15);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
.bg-inverse .eds_news_Advantage .btn.btn-outline-primary:active:hover, .bg-inverse .eds_news_Advantage .btn.btn-outline-primary:active:focus, .bg-inverse .eds_news_Advantage .btn.btn-outline-primary:active.focus, .bg-inverse .eds_news_Advantage .btn.btn-outline-primary.active:hover, .bg-inverse .eds_news_Advantage .btn.btn-outline-primary.active:focus, .bg-inverse .eds_news_Advantage .btn.btn-outline-primary.active.focus, .open > .bg-inverse .eds_news_Advantage .btn.btn-outline-primary.dropdown-toggle:hover, .open > .bg-inverse .eds_news_Advantage .btn.btn-outline-primary.dropdown-toggle:focus, .open > .bg-inverse .eds_news_Advantage .btn.btn-outline-primary.dropdown-toggle.focus, .show > .bg-inverse .eds_news_Advantage .btn.btn-outline-primary.dropdown-toggle:hover, .show > .bg-inverse .eds_news_Advantage .btn.btn-outline-primary.dropdown-toggle:focus, .show > .bg-inverse .eds_news_Advantage .btn.btn-outline-primary.dropdown-toggle.focus {
  color: #10d7bf;
  background-color: rgba(204, 204, 204, 0.25);
  border-color: rgba(204, 204, 204, 0.25);
}
.open > .bg-inverse .eds_news_Advantage .btn.btn-outline-primary.dropdown-toggle.bmd-btn-icon {
  color: inherit;
  background-color: transparent;
}
.open > .bg-inverse .eds_news_Advantage .btn.btn-outline-primary.dropdown-toggle.bmd-btn-icon:hover {
  background-color: rgba(204, 204, 204, 0.15);
}
.bg-inverse .eds_news_Advantage .btn.btn-outline-primary.disabled:focus, .bg-inverse .eds_news_Advantage .btn.btn-outline-primary.disabled.focus, .bg-inverse .eds_news_Advantage .btn.btn-outline-primary:disabled:focus, .bg-inverse .eds_news_Advantage .btn.btn-outline-primary:disabled.focus {
  background-color: transparent;
  border-color: #10d7bf;
}
.bg-inverse .eds_news_Advantage .btn.btn-outline-primary.disabled:hover, .bg-inverse .eds_news_Advantage .btn.btn-outline-primary:disabled:hover {
  background-color: transparent;
  border-color: #10d7bf;
}
.eds_news_Advantage .btn.btn-outline-primary.btn-link {
  background-color: transparent;
}
.eds_news_Advantage .btn.btn-outline-secondary {
  color: rgba(0, 0, 0, 0.87);
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.87);
}
.eds_news_Advantage .btn.btn-outline-secondary:hover {
  color: rgba(0, 0, 0, 0.87);
  background-color: rgba(153, 153, 153, 0.2);
  border-color: rgba(0, 0, 0, 0.87);
}
.eds_news_Advantage .btn.btn-outline-secondary:focus, .eds_news_Advantage .btn.btn-outline-secondary.focus, .eds_news_Advantage .btn.btn-outline-secondary:hover {
  color: rgba(0, 0, 0, 0.87);
  background-color: rgba(153, 153, 153, 0.2);
  border-color: rgba(0, 0, 0, 0.87);
}
.eds_news_Advantage .btn.btn-outline-secondary:active, .eds_news_Advantage .btn.btn-outline-secondary.active, .open > .eds_news_Advantage .btn.btn-outline-secondary.dropdown-toggle, .show > .eds_news_Advantage .btn.btn-outline-secondary.dropdown-toggle {
  color: rgba(0, 0, 0, 0.87);
  background-color: rgba(153, 153, 153, 0.2);
  border-color: rgba(0, 0, 0, 0.87);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
.eds_news_Advantage .btn.btn-outline-secondary:active:hover, .eds_news_Advantage .btn.btn-outline-secondary:active:focus, .eds_news_Advantage .btn.btn-outline-secondary:active.focus, .eds_news_Advantage .btn.btn-outline-secondary.active:hover, .eds_news_Advantage .btn.btn-outline-secondary.active:focus, .eds_news_Advantage .btn.btn-outline-secondary.active.focus, .open > .eds_news_Advantage .btn.btn-outline-secondary.dropdown-toggle:hover, .open > .eds_news_Advantage .btn.btn-outline-secondary.dropdown-toggle:focus, .open > .eds_news_Advantage .btn.btn-outline-secondary.dropdown-toggle.focus, .show > .eds_news_Advantage .btn.btn-outline-secondary.dropdown-toggle:hover, .show > .eds_news_Advantage .btn.btn-outline-secondary.dropdown-toggle:focus, .show > .eds_news_Advantage .btn.btn-outline-secondary.dropdown-toggle.focus {
  color: rgba(0, 0, 0, 0.87);
  background-color: rgba(153, 153, 153, 0.4);
  border-color: rgba(0, 0, 0, 0.87);
}
.open > .eds_news_Advantage .btn.btn-outline-secondary.dropdown-toggle.bmd-btn-icon {
  color: inherit;
  background-color: transparent;
}
.open > .eds_news_Advantage .btn.btn-outline-secondary.dropdown-toggle.bmd-btn-icon:hover {
  background-color: rgba(153, 153, 153, 0.2);
}
.eds_news_Advantage .btn.btn-outline-secondary.disabled:focus, .eds_news_Advantage .btn.btn-outline-secondary.disabled.focus, .eds_news_Advantage .btn.btn-outline-secondary:disabled:focus, .eds_news_Advantage .btn.btn-outline-secondary:disabled.focus {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.87);
}
.eds_news_Advantage .btn.btn-outline-secondary.disabled:hover, .eds_news_Advantage .btn.btn-outline-secondary:disabled:hover {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.87);
}
.bg-inverse .eds_news_Advantage .btn.btn-outline-secondary {
  color: rgba(0, 0, 0, 0.87);
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.87);
}
.bg-inverse .eds_news_Advantage .btn.btn-outline-secondary:hover {
  color: rgba(0, 0, 0, 0.87);
  background-color: rgba(204, 204, 204, 0.15);
  border-color: rgba(204, 204, 204, 0.15);
}
.bg-inverse .eds_news_Advantage .btn.btn-outline-secondary:focus, .bg-inverse .eds_news_Advantage .btn.btn-outline-secondary.focus, .bg-inverse .eds_news_Advantage .btn.btn-outline-secondary:hover {
  color: rgba(0, 0, 0, 0.87);
  background-color: rgba(204, 204, 204, 0.15);
  border-color: rgba(204, 204, 204, 0.15);
}
.bg-inverse .eds_news_Advantage .btn.btn-outline-secondary:active, .bg-inverse .eds_news_Advantage .btn.btn-outline-secondary.active, .open > .bg-inverse .eds_news_Advantage .btn.btn-outline-secondary.dropdown-toggle, .show > .bg-inverse .eds_news_Advantage .btn.btn-outline-secondary.dropdown-toggle {
  color: rgba(0, 0, 0, 0.87);
  background-color: rgba(204, 204, 204, 0.15);
  border-color: rgba(204, 204, 204, 0.15);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
.bg-inverse .eds_news_Advantage .btn.btn-outline-secondary:active:hover, .bg-inverse .eds_news_Advantage .btn.btn-outline-secondary:active:focus, .bg-inverse .eds_news_Advantage .btn.btn-outline-secondary:active.focus, .bg-inverse .eds_news_Advantage .btn.btn-outline-secondary.active:hover, .bg-inverse .eds_news_Advantage .btn.btn-outline-secondary.active:focus, .bg-inverse .eds_news_Advantage .btn.btn-outline-secondary.active.focus, .open > .bg-inverse .eds_news_Advantage .btn.btn-outline-secondary.dropdown-toggle:hover, .open > .bg-inverse .eds_news_Advantage .btn.btn-outline-secondary.dropdown-toggle:focus, .open > .bg-inverse .eds_news_Advantage .btn.btn-outline-secondary.dropdown-toggle.focus, .show > .bg-inverse .eds_news_Advantage .btn.btn-outline-secondary.dropdown-toggle:hover, .show > .bg-inverse .eds_news_Advantage .btn.btn-outline-secondary.dropdown-toggle:focus, .show > .bg-inverse .eds_news_Advantage .btn.btn-outline-secondary.dropdown-toggle.focus {
  color: rgba(0, 0, 0, 0.87);
  background-color: rgba(204, 204, 204, 0.25);
  border-color: rgba(204, 204, 204, 0.25);
}
.open > .bg-inverse .eds_news_Advantage .btn.btn-outline-secondary.dropdown-toggle.bmd-btn-icon {
  color: inherit;
  background-color: transparent;
}
.open > .bg-inverse .eds_news_Advantage .btn.btn-outline-secondary.dropdown-toggle.bmd-btn-icon:hover {
  background-color: rgba(204, 204, 204, 0.15);
}
.bg-inverse .eds_news_Advantage .btn.btn-outline-secondary.disabled:focus, .bg-inverse .eds_news_Advantage .btn.btn-outline-secondary.disabled.focus, .bg-inverse .eds_news_Advantage .btn.btn-outline-secondary:disabled:focus, .bg-inverse .eds_news_Advantage .btn.btn-outline-secondary:disabled.focus {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.87);
}
.bg-inverse .eds_news_Advantage .btn.btn-outline-secondary.disabled:hover, .bg-inverse .eds_news_Advantage .btn.btn-outline-secondary:disabled:hover {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.87);
}
.eds_news_Advantage .btn.btn-outline-secondary.btn-link {
  background-color: transparent;
}
.eds_news_Advantage .btn.btn-outline-info {
  color: #00bcd4;
  background-color: transparent;
  border-color: #00bcd4;
}
.eds_news_Advantage .btn.btn-outline-info:hover {
  color: #00bcd4;
  background-color: rgba(153, 153, 153, 0.2);
  border-color: #00bcd4;
}
.eds_news_Advantage .btn.btn-outline-info:focus, .eds_news_Advantage .btn.btn-outline-info.focus, .eds_news_Advantage .btn.btn-outline-info:hover {
  color: #00bcd4;
  background-color: rgba(153, 153, 153, 0.2);
  border-color: #00bcd4;
}
.eds_news_Advantage .btn.btn-outline-info:active, .eds_news_Advantage .btn.btn-outline-info.active, .open > .eds_news_Advantage .btn.btn-outline-info.dropdown-toggle, .show > .eds_news_Advantage .btn.btn-outline-info.dropdown-toggle {
  color: #00bcd4;
  background-color: rgba(153, 153, 153, 0.2);
  border-color: #00bcd4;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
.eds_news_Advantage .btn.btn-outline-info:active:hover, .eds_news_Advantage .btn.btn-outline-info:active:focus, .eds_news_Advantage .btn.btn-outline-info:active.focus, .eds_news_Advantage .btn.btn-outline-info.active:hover, .eds_news_Advantage .btn.btn-outline-info.active:focus, .eds_news_Advantage .btn.btn-outline-info.active.focus, .open > .eds_news_Advantage .btn.btn-outline-info.dropdown-toggle:hover, .open > .eds_news_Advantage .btn.btn-outline-info.dropdown-toggle:focus, .open > .eds_news_Advantage .btn.btn-outline-info.dropdown-toggle.focus, .show > .eds_news_Advantage .btn.btn-outline-info.dropdown-toggle:hover, .show > .eds_news_Advantage .btn.btn-outline-info.dropdown-toggle:focus, .show > .eds_news_Advantage .btn.btn-outline-info.dropdown-toggle.focus {
  color: #00bcd4;
  background-color: rgba(153, 153, 153, 0.4);
  border-color: #00bcd4;
}
.open > .eds_news_Advantage .btn.btn-outline-info.dropdown-toggle.bmd-btn-icon {
  color: inherit;
  background-color: transparent;
}
.open > .eds_news_Advantage .btn.btn-outline-info.dropdown-toggle.bmd-btn-icon:hover {
  background-color: rgba(153, 153, 153, 0.2);
}
.eds_news_Advantage .btn.btn-outline-info.disabled:focus, .eds_news_Advantage .btn.btn-outline-info.disabled.focus, .eds_news_Advantage .btn.btn-outline-info:disabled:focus, .eds_news_Advantage .btn.btn-outline-info:disabled.focus {
  background-color: transparent;
  border-color: #00bcd4;
}
.eds_news_Advantage .btn.btn-outline-info.disabled:hover, .eds_news_Advantage .btn.btn-outline-info:disabled:hover {
  background-color: transparent;
  border-color: #00bcd4;
}
.bg-inverse .eds_news_Advantage .btn.btn-outline-info {
  color: #00bcd4;
  background-color: transparent;
  border-color: #00bcd4;
}
.bg-inverse .eds_news_Advantage .btn.btn-outline-info:hover {
  color: #00bcd4;
  background-color: rgba(204, 204, 204, 0.15);
  border-color: rgba(204, 204, 204, 0.15);
}
.bg-inverse .eds_news_Advantage .btn.btn-outline-info:focus, .bg-inverse .eds_news_Advantage .btn.btn-outline-info.focus, .bg-inverse .eds_news_Advantage .btn.btn-outline-info:hover {
  color: #00bcd4;
  background-color: rgba(204, 204, 204, 0.15);
  border-color: rgba(204, 204, 204, 0.15);
}
.bg-inverse .eds_news_Advantage .btn.btn-outline-info:active, .bg-inverse .eds_news_Advantage .btn.btn-outline-info.active, .open > .bg-inverse .eds_news_Advantage .btn.btn-outline-info.dropdown-toggle, .show > .bg-inverse .eds_news_Advantage .btn.btn-outline-info.dropdown-toggle {
  color: #00bcd4;
  background-color: rgba(204, 204, 204, 0.15);
  border-color: rgba(204, 204, 204, 0.15);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
.bg-inverse .eds_news_Advantage .btn.btn-outline-info:active:hover, .bg-inverse .eds_news_Advantage .btn.btn-outline-info:active:focus, .bg-inverse .eds_news_Advantage .btn.btn-outline-info:active.focus, .bg-inverse .eds_news_Advantage .btn.btn-outline-info.active:hover, .bg-inverse .eds_news_Advantage .btn.btn-outline-info.active:focus, .bg-inverse .eds_news_Advantage .btn.btn-outline-info.active.focus, .open > .bg-inverse .eds_news_Advantage .btn.btn-outline-info.dropdown-toggle:hover, .open > .bg-inverse .eds_news_Advantage .btn.btn-outline-info.dropdown-toggle:focus, .open > .bg-inverse .eds_news_Advantage .btn.btn-outline-info.dropdown-toggle.focus, .show > .bg-inverse .eds_news_Advantage .btn.btn-outline-info.dropdown-toggle:hover, .show > .bg-inverse .eds_news_Advantage .btn.btn-outline-info.dropdown-toggle:focus, .show > .bg-inverse .eds_news_Advantage .btn.btn-outline-info.dropdown-toggle.focus {
  color: #00bcd4;
  background-color: rgba(204, 204, 204, 0.25);
  border-color: rgba(204, 204, 204, 0.25);
}
.open > .bg-inverse .eds_news_Advantage .btn.btn-outline-info.dropdown-toggle.bmd-btn-icon {
  color: inherit;
  background-color: transparent;
}
.open > .bg-inverse .eds_news_Advantage .btn.btn-outline-info.dropdown-toggle.bmd-btn-icon:hover {
  background-color: rgba(204, 204, 204, 0.15);
}
.bg-inverse .eds_news_Advantage .btn.btn-outline-info.disabled:focus, .bg-inverse .eds_news_Advantage .btn.btn-outline-info.disabled.focus, .bg-inverse .eds_news_Advantage .btn.btn-outline-info:disabled:focus, .bg-inverse .eds_news_Advantage .btn.btn-outline-info:disabled.focus {
  background-color: transparent;
  border-color: #00bcd4;
}
.bg-inverse .eds_news_Advantage .btn.btn-outline-info.disabled:hover, .bg-inverse .eds_news_Advantage .btn.btn-outline-info:disabled:hover {
  background-color: transparent;
  border-color: #00bcd4;
}
.eds_news_Advantage .btn.btn-outline-info.btn-link {
  background-color: transparent;
}
.eds_news_Advantage .btn.btn-outline-success {
  color: #4caf50;
  background-color: transparent;
  border-color: #4caf50;
}
.eds_news_Advantage .btn.btn-outline-success:hover {
  color: #4caf50;
  background-color: rgba(153, 153, 153, 0.2);
  border-color: #4caf50;
}
.eds_news_Advantage .btn.btn-outline-success:focus, .eds_news_Advantage .btn.btn-outline-success.focus, .eds_news_Advantage .btn.btn-outline-success:hover {
  color: #4caf50;
  background-color: rgba(153, 153, 153, 0.2);
  border-color: #4caf50;
}
.eds_news_Advantage .btn.btn-outline-success:active, .eds_news_Advantage .btn.btn-outline-success.active, .open > .eds_news_Advantage .btn.btn-outline-success.dropdown-toggle, .show > .eds_news_Advantage .btn.btn-outline-success.dropdown-toggle {
  color: #4caf50;
  background-color: rgba(153, 153, 153, 0.2);
  border-color: #4caf50;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
.eds_news_Advantage .btn.btn-outline-success:active:hover, .eds_news_Advantage .btn.btn-outline-success:active:focus, .eds_news_Advantage .btn.btn-outline-success:active.focus, .eds_news_Advantage .btn.btn-outline-success.active:hover, .eds_news_Advantage .btn.btn-outline-success.active:focus, .eds_news_Advantage .btn.btn-outline-success.active.focus, .open > .eds_news_Advantage .btn.btn-outline-success.dropdown-toggle:hover, .open > .eds_news_Advantage .btn.btn-outline-success.dropdown-toggle:focus, .open > .eds_news_Advantage .btn.btn-outline-success.dropdown-toggle.focus, .show > .eds_news_Advantage .btn.btn-outline-success.dropdown-toggle:hover, .show > .eds_news_Advantage .btn.btn-outline-success.dropdown-toggle:focus, .show > .eds_news_Advantage .btn.btn-outline-success.dropdown-toggle.focus {
  color: #4caf50;
  background-color: rgba(153, 153, 153, 0.4);
  border-color: #4caf50;
}
.open > .eds_news_Advantage .btn.btn-outline-success.dropdown-toggle.bmd-btn-icon {
  color: inherit;
  background-color: transparent;
}
.open > .eds_news_Advantage .btn.btn-outline-success.dropdown-toggle.bmd-btn-icon:hover {
  background-color: rgba(153, 153, 153, 0.2);
}
.eds_news_Advantage .btn.btn-outline-success.disabled:focus, .eds_news_Advantage .btn.btn-outline-success.disabled.focus, .eds_news_Advantage .btn.btn-outline-success:disabled:focus, .eds_news_Advantage .btn.btn-outline-success:disabled.focus {
  background-color: transparent;
  border-color: #4caf50;
}
.eds_news_Advantage .btn.btn-outline-success.disabled:hover, .eds_news_Advantage .btn.btn-outline-success:disabled:hover {
  background-color: transparent;
  border-color: #4caf50;
}
.bg-inverse .eds_news_Advantage .btn.btn-outline-success {
  color: #4caf50;
  background-color: transparent;
  border-color: #4caf50;
}
.bg-inverse .eds_news_Advantage .btn.btn-outline-success:hover {
  color: #4caf50;
  background-color: rgba(204, 204, 204, 0.15);
  border-color: rgba(204, 204, 204, 0.15);
}
.bg-inverse .eds_news_Advantage .btn.btn-outline-success:focus, .bg-inverse .eds_news_Advantage .btn.btn-outline-success.focus, .bg-inverse .eds_news_Advantage .btn.btn-outline-success:hover {
  color: #4caf50;
  background-color: rgba(204, 204, 204, 0.15);
  border-color: rgba(204, 204, 204, 0.15);
}
.bg-inverse .eds_news_Advantage .btn.btn-outline-success:active, .bg-inverse .eds_news_Advantage .btn.btn-outline-success.active, .open > .bg-inverse .eds_news_Advantage .btn.btn-outline-success.dropdown-toggle, .show > .bg-inverse .eds_news_Advantage .btn.btn-outline-success.dropdown-toggle {
  color: #4caf50;
  background-color: rgba(204, 204, 204, 0.15);
  border-color: rgba(204, 204, 204, 0.15);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
.bg-inverse .eds_news_Advantage .btn.btn-outline-success:active:hover, .bg-inverse .eds_news_Advantage .btn.btn-outline-success:active:focus, .bg-inverse .eds_news_Advantage .btn.btn-outline-success:active.focus, .bg-inverse .eds_news_Advantage .btn.btn-outline-success.active:hover, .bg-inverse .eds_news_Advantage .btn.btn-outline-success.active:focus, .bg-inverse .eds_news_Advantage .btn.btn-outline-success.active.focus, .open > .bg-inverse .eds_news_Advantage .btn.btn-outline-success.dropdown-toggle:hover, .open > .bg-inverse .eds_news_Advantage .btn.btn-outline-success.dropdown-toggle:focus, .open > .bg-inverse .eds_news_Advantage .btn.btn-outline-success.dropdown-toggle.focus, .show > .bg-inverse .eds_news_Advantage .btn.btn-outline-success.dropdown-toggle:hover, .show > .bg-inverse .eds_news_Advantage .btn.btn-outline-success.dropdown-toggle:focus, .show > .bg-inverse .eds_news_Advantage .btn.btn-outline-success.dropdown-toggle.focus {
  color: #4caf50;
  background-color: rgba(204, 204, 204, 0.25);
  border-color: rgba(204, 204, 204, 0.25);
}
.open > .bg-inverse .eds_news_Advantage .btn.btn-outline-success.dropdown-toggle.bmd-btn-icon {
  color: inherit;
  background-color: transparent;
}
.open > .bg-inverse .eds_news_Advantage .btn.btn-outline-success.dropdown-toggle.bmd-btn-icon:hover {
  background-color: rgba(204, 204, 204, 0.15);
}
.bg-inverse .eds_news_Advantage .btn.btn-outline-success.disabled:focus, .bg-inverse .eds_news_Advantage .btn.btn-outline-success.disabled.focus, .bg-inverse .eds_news_Advantage .btn.btn-outline-success:disabled:focus, .bg-inverse .eds_news_Advantage .btn.btn-outline-success:disabled.focus {
  background-color: transparent;
  border-color: #4caf50;
}
.bg-inverse .eds_news_Advantage .btn.btn-outline-success.disabled:hover, .bg-inverse .eds_news_Advantage .btn.btn-outline-success:disabled:hover {
  background-color: transparent;
  border-color: #4caf50;
}
.eds_news_Advantage .btn.btn-outline-success.btn-link {
  background-color: transparent;
}
.eds_news_Advantage .btn.btn-outline-warning {
  color: #ff9800;
  background-color: transparent;
  border-color: #ff9800;
}
.eds_news_Advantage .btn.btn-outline-warning:hover {
  color: #ff9800;
  background-color: rgba(153, 153, 153, 0.2);
  border-color: #ff9800;
}
.eds_news_Advantage .btn.btn-outline-warning:focus, .eds_news_Advantage .btn.btn-outline-warning.focus, .eds_news_Advantage .btn.btn-outline-warning:hover {
  color: #ff9800;
  background-color: rgba(153, 153, 153, 0.2);
  border-color: #ff9800;
}
.eds_news_Advantage .btn.btn-outline-warning:active, .eds_news_Advantage .btn.btn-outline-warning.active, .open > .eds_news_Advantage .btn.btn-outline-warning.dropdown-toggle, .show > .eds_news_Advantage .btn.btn-outline-warning.dropdown-toggle {
  color: #ff9800;
  background-color: rgba(153, 153, 153, 0.2);
  border-color: #ff9800;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
.eds_news_Advantage .btn.btn-outline-warning:active:hover, .eds_news_Advantage .btn.btn-outline-warning:active:focus, .eds_news_Advantage .btn.btn-outline-warning:active.focus, .eds_news_Advantage .btn.btn-outline-warning.active:hover, .eds_news_Advantage .btn.btn-outline-warning.active:focus, .eds_news_Advantage .btn.btn-outline-warning.active.focus, .open > .eds_news_Advantage .btn.btn-outline-warning.dropdown-toggle:hover, .open > .eds_news_Advantage .btn.btn-outline-warning.dropdown-toggle:focus, .open > .eds_news_Advantage .btn.btn-outline-warning.dropdown-toggle.focus, .show > .eds_news_Advantage .btn.btn-outline-warning.dropdown-toggle:hover, .show > .eds_news_Advantage .btn.btn-outline-warning.dropdown-toggle:focus, .show > .eds_news_Advantage .btn.btn-outline-warning.dropdown-toggle.focus {
  color: #ff9800;
  background-color: rgba(153, 153, 153, 0.4);
  border-color: #ff9800;
}
.open > .eds_news_Advantage .btn.btn-outline-warning.dropdown-toggle.bmd-btn-icon {
  color: inherit;
  background-color: transparent;
}
.open > .eds_news_Advantage .btn.btn-outline-warning.dropdown-toggle.bmd-btn-icon:hover {
  background-color: rgba(153, 153, 153, 0.2);
}
.eds_news_Advantage .btn.btn-outline-warning.disabled:focus, .eds_news_Advantage .btn.btn-outline-warning.disabled.focus, .eds_news_Advantage .btn.btn-outline-warning:disabled:focus, .eds_news_Advantage .btn.btn-outline-warning:disabled.focus {
  background-color: transparent;
  border-color: #ff9800;
}
.eds_news_Advantage .btn.btn-outline-warning.disabled:hover, .eds_news_Advantage .btn.btn-outline-warning:disabled:hover {
  background-color: transparent;
  border-color: #ff9800;
}
.bg-inverse .eds_news_Advantage .btn.btn-outline-warning {
  color: #ff9800;
  background-color: transparent;
  border-color: #ff9800;
}
.bg-inverse .eds_news_Advantage .btn.btn-outline-warning:hover {
  color: #ff9800;
  background-color: rgba(204, 204, 204, 0.15);
  border-color: rgba(204, 204, 204, 0.15);
}
.bg-inverse .eds_news_Advantage .btn.btn-outline-warning:focus, .bg-inverse .eds_news_Advantage .btn.btn-outline-warning.focus, .bg-inverse .eds_news_Advantage .btn.btn-outline-warning:hover {
  color: #ff9800;
  background-color: rgba(204, 204, 204, 0.15);
  border-color: rgba(204, 204, 204, 0.15);
}
.bg-inverse .eds_news_Advantage .btn.btn-outline-warning:active, .bg-inverse .eds_news_Advantage .btn.btn-outline-warning.active, .open > .bg-inverse .eds_news_Advantage .btn.btn-outline-warning.dropdown-toggle, .show > .bg-inverse .eds_news_Advantage .btn.btn-outline-warning.dropdown-toggle {
  color: #ff9800;
  background-color: rgba(204, 204, 204, 0.15);
  border-color: rgba(204, 204, 204, 0.15);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
.bg-inverse .eds_news_Advantage .btn.btn-outline-warning:active:hover, .bg-inverse .eds_news_Advantage .btn.btn-outline-warning:active:focus, .bg-inverse .eds_news_Advantage .btn.btn-outline-warning:active.focus, .bg-inverse .eds_news_Advantage .btn.btn-outline-warning.active:hover, .bg-inverse .eds_news_Advantage .btn.btn-outline-warning.active:focus, .bg-inverse .eds_news_Advantage .btn.btn-outline-warning.active.focus, .open > .bg-inverse .eds_news_Advantage .btn.btn-outline-warning.dropdown-toggle:hover, .open > .bg-inverse .eds_news_Advantage .btn.btn-outline-warning.dropdown-toggle:focus, .open > .bg-inverse .eds_news_Advantage .btn.btn-outline-warning.dropdown-toggle.focus, .show > .bg-inverse .eds_news_Advantage .btn.btn-outline-warning.dropdown-toggle:hover, .show > .bg-inverse .eds_news_Advantage .btn.btn-outline-warning.dropdown-toggle:focus, .show > .bg-inverse .eds_news_Advantage .btn.btn-outline-warning.dropdown-toggle.focus {
  color: #ff9800;
  background-color: rgba(204, 204, 204, 0.25);
  border-color: rgba(204, 204, 204, 0.25);
}
.open > .bg-inverse .eds_news_Advantage .btn.btn-outline-warning.dropdown-toggle.bmd-btn-icon {
  color: inherit;
  background-color: transparent;
}
.open > .bg-inverse .eds_news_Advantage .btn.btn-outline-warning.dropdown-toggle.bmd-btn-icon:hover {
  background-color: rgba(204, 204, 204, 0.15);
}
.bg-inverse .eds_news_Advantage .btn.btn-outline-warning.disabled:focus, .bg-inverse .eds_news_Advantage .btn.btn-outline-warning.disabled.focus, .bg-inverse .eds_news_Advantage .btn.btn-outline-warning:disabled:focus, .bg-inverse .eds_news_Advantage .btn.btn-outline-warning:disabled.focus {
  background-color: transparent;
  border-color: #ff9800;
}
.bg-inverse .eds_news_Advantage .btn.btn-outline-warning.disabled:hover, .bg-inverse .eds_news_Advantage .btn.btn-outline-warning:disabled:hover {
  background-color: transparent;
  border-color: #ff9800;
}
.eds_news_Advantage .btn.btn-outline-warning.btn-link {
  background-color: transparent;
}
.eds_news_Advantage .btn.btn-outline-danger {
  color: #f44336;
  background-color: transparent;
  border-color: #f44336;
}
.eds_news_Advantage .btn.btn-outline-danger:hover {
  color: #f44336;
  background-color: rgba(153, 153, 153, 0.2);
  border-color: #f44336;
}
.eds_news_Advantage .btn.btn-outline-danger:focus, .eds_news_Advantage .btn.btn-outline-danger.focus, .eds_news_Advantage .btn.btn-outline-danger:hover {
  color: #f44336;
  background-color: rgba(153, 153, 153, 0.2);
  border-color: #f44336;
}
.eds_news_Advantage .btn.btn-outline-danger:active, .eds_news_Advantage .btn.btn-outline-danger.active, .open > .eds_news_Advantage .btn.btn-outline-danger.dropdown-toggle, .show > .eds_news_Advantage .btn.btn-outline-danger.dropdown-toggle {
  color: #f44336;
  background-color: rgba(153, 153, 153, 0.2);
  border-color: #f44336;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
.eds_news_Advantage .btn.btn-outline-danger:active:hover, .eds_news_Advantage .btn.btn-outline-danger:active:focus, .eds_news_Advantage .btn.btn-outline-danger:active.focus, .eds_news_Advantage .btn.btn-outline-danger.active:hover, .eds_news_Advantage .btn.btn-outline-danger.active:focus, .eds_news_Advantage .btn.btn-outline-danger.active.focus, .open > .eds_news_Advantage .btn.btn-outline-danger.dropdown-toggle:hover, .open > .eds_news_Advantage .btn.btn-outline-danger.dropdown-toggle:focus, .open > .eds_news_Advantage .btn.btn-outline-danger.dropdown-toggle.focus, .show > .eds_news_Advantage .btn.btn-outline-danger.dropdown-toggle:hover, .show > .eds_news_Advantage .btn.btn-outline-danger.dropdown-toggle:focus, .show > .eds_news_Advantage .btn.btn-outline-danger.dropdown-toggle.focus {
  color: #f44336;
  background-color: rgba(153, 153, 153, 0.4);
  border-color: #f44336;
}
.open > .eds_news_Advantage .btn.btn-outline-danger.dropdown-toggle.bmd-btn-icon {
  color: inherit;
  background-color: transparent;
}
.open > .eds_news_Advantage .btn.btn-outline-danger.dropdown-toggle.bmd-btn-icon:hover {
  background-color: rgba(153, 153, 153, 0.2);
}
.eds_news_Advantage .btn.btn-outline-danger.disabled:focus, .eds_news_Advantage .btn.btn-outline-danger.disabled.focus, .eds_news_Advantage .btn.btn-outline-danger:disabled:focus, .eds_news_Advantage .btn.btn-outline-danger:disabled.focus {
  background-color: transparent;
  border-color: #f44336;
}
.eds_news_Advantage .btn.btn-outline-danger.disabled:hover, .eds_news_Advantage .btn.btn-outline-danger:disabled:hover {
  background-color: transparent;
  border-color: #f44336;
}
.bg-inverse .eds_news_Advantage .btn.btn-outline-danger {
  color: #f44336;
  background-color: transparent;
  border-color: #f44336;
}
.bg-inverse .eds_news_Advantage .btn.btn-outline-danger:hover {
  color: #f44336;
  background-color: rgba(204, 204, 204, 0.15);
  border-color: rgba(204, 204, 204, 0.15);
}
.bg-inverse .eds_news_Advantage .btn.btn-outline-danger:focus, .bg-inverse .eds_news_Advantage .btn.btn-outline-danger.focus, .bg-inverse .eds_news_Advantage .btn.btn-outline-danger:hover {
  color: #f44336;
  background-color: rgba(204, 204, 204, 0.15);
  border-color: rgba(204, 204, 204, 0.15);
}
.bg-inverse .eds_news_Advantage .btn.btn-outline-danger:active, .bg-inverse .eds_news_Advantage .btn.btn-outline-danger.active, .open > .bg-inverse .eds_news_Advantage .btn.btn-outline-danger.dropdown-toggle, .show > .bg-inverse .eds_news_Advantage .btn.btn-outline-danger.dropdown-toggle {
  color: #f44336;
  background-color: rgba(204, 204, 204, 0.15);
  border-color: rgba(204, 204, 204, 0.15);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
.bg-inverse .eds_news_Advantage .btn.btn-outline-danger:active:hover, .bg-inverse .eds_news_Advantage .btn.btn-outline-danger:active:focus, .bg-inverse .eds_news_Advantage .btn.btn-outline-danger:active.focus, .bg-inverse .eds_news_Advantage .btn.btn-outline-danger.active:hover, .bg-inverse .eds_news_Advantage .btn.btn-outline-danger.active:focus, .bg-inverse .eds_news_Advantage .btn.btn-outline-danger.active.focus, .open > .bg-inverse .eds_news_Advantage .btn.btn-outline-danger.dropdown-toggle:hover, .open > .bg-inverse .eds_news_Advantage .btn.btn-outline-danger.dropdown-toggle:focus, .open > .bg-inverse .eds_news_Advantage .btn.btn-outline-danger.dropdown-toggle.focus, .show > .bg-inverse .eds_news_Advantage .btn.btn-outline-danger.dropdown-toggle:hover, .show > .bg-inverse .eds_news_Advantage .btn.btn-outline-danger.dropdown-toggle:focus, .show > .bg-inverse .eds_news_Advantage .btn.btn-outline-danger.dropdown-toggle.focus {
  color: #f44336;
  background-color: rgba(204, 204, 204, 0.25);
  border-color: rgba(204, 204, 204, 0.25);
}
.open > .bg-inverse .eds_news_Advantage .btn.btn-outline-danger.dropdown-toggle.bmd-btn-icon {
  color: inherit;
  background-color: transparent;
}
.open > .bg-inverse .eds_news_Advantage .btn.btn-outline-danger.dropdown-toggle.bmd-btn-icon:hover {
  background-color: rgba(204, 204, 204, 0.15);
}
.bg-inverse .eds_news_Advantage .btn.btn-outline-danger.disabled:focus, .bg-inverse .eds_news_Advantage .btn.btn-outline-danger.disabled.focus, .bg-inverse .eds_news_Advantage .btn.btn-outline-danger:disabled:focus, .bg-inverse .eds_news_Advantage .btn.btn-outline-danger:disabled.focus {
  background-color: transparent;
  border-color: #f44336;
}
.bg-inverse .eds_news_Advantage .btn.btn-outline-danger.disabled:hover, .bg-inverse .eds_news_Advantage .btn.btn-outline-danger:disabled:hover {
  background-color: transparent;
  border-color: #f44336;
}
.eds_news_Advantage .btn.btn-outline-danger.btn-link {
  background-color: transparent;
}
.eds_news_Advantage .btn.btn-lg, .btn-group-lg .eds_news_Advantage .btn {
  padding: 1.125rem 2.25rem;
  font-size: 0.875rem;
  line-height: 1.3333333;
  border-radius: 0.2rem;
}
.eds_news_Advantage .btn.btn-sm, .btn-group-sm .eds_news_Advantage .btn {
  padding: 0.40625rem 1.25rem;
  font-size: 0.6875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
.eds_news_Advantage .btn.btn-round {
  border-radius: 30px;
}
.eds_news_Advantage .btn.btn-fab, .eds_news_Advantage .btn.btn-just-icon {
  font-size: 24px;
  height: 41px;
  min-width: 41px;
  width: 41px;
  padding: 0;
  overflow: hidden;
  position: relative;
  line-height: 41px;
}
.eds_news_Advantage .btn.btn-fab.btn-round, .eds_news_Advantage .btn.btn-just-icon.btn-round {
  border-radius: 50%;
}
.btn-group-sm .eds_news_Advantage .btn.btn-fab, .eds_news_Advantage .btn.btn-fab.btn-sm, .eds_news_Advantage .btn.btn-fab.btn-fab-mini, .btn-group-sm .eds_news_Advantage .btn.btn-just-icon, .eds_news_Advantage .btn.btn-just-icon.btn-sm, .eds_news_Advantage .btn.btn-just-icon.btn-fab-mini {
  height: 30px;
  min-width: 30px;
  width: 30px;
}
.btn-group-sm .eds_news_Advantage .btn.btn-fab .material-icons,
.btn-group-sm .eds_news_Advantage .btn.btn-fab .fa, .eds_news_Advantage .btn.btn-fab.btn-sm .material-icons,
.eds_news_Advantage .btn.btn-fab.btn-sm .fa, .eds_news_Advantage .btn.btn-fab.btn-fab-mini .material-icons,
.eds_news_Advantage .btn.btn-fab.btn-fab-mini .fa, .btn-group-sm .eds_news_Advantage .btn.btn-just-icon .material-icons,
.btn-group-sm .eds_news_Advantage .btn.btn-just-icon .fa, .eds_news_Advantage .btn.btn-just-icon.btn-sm .material-icons,
.eds_news_Advantage .btn.btn-just-icon.btn-sm .fa, .eds_news_Advantage .btn.btn-just-icon.btn-fab-mini .material-icons,
.eds_news_Advantage .btn.btn-just-icon.btn-fab-mini .fa {
  font-size: 17px;
  line-height: 29px;
}
.btn-group-lg .eds_news_Advantage .btn.btn-fab, .eds_news_Advantage .btn.btn-fab.btn-lg, .btn-group-lg .eds_news_Advantage .btn.btn-just-icon, .eds_news_Advantage .btn.btn-just-icon.btn-lg {
  height: 57px;
  min-width: 57px;
  width: 57px;
  line-height: 56px;
}
.btn-group-lg .eds_news_Advantage .btn.btn-fab .material-icons,
.btn-group-lg .eds_news_Advantage .btn.btn-fab .fa, .eds_news_Advantage .btn.btn-fab.btn-lg .material-icons,
.eds_news_Advantage .btn.btn-fab.btn-lg .fa, .btn-group-lg .eds_news_Advantage .btn.btn-just-icon .material-icons,
.btn-group-lg .eds_news_Advantage .btn.btn-just-icon .fa, .eds_news_Advantage .btn.btn-just-icon.btn-lg .material-icons,
.eds_news_Advantage .btn.btn-just-icon.btn-lg .fa {
  font-size: 32px;
  line-height: 56px;
}
.eds_news_Advantage .btn.btn-fab .material-icons,
.eds_news_Advantage .btn.btn-fab .fa, .eds_news_Advantage .btn.btn-just-icon .material-icons,
.eds_news_Advantage .btn.btn-just-icon .fa {
  margin-top: 0;
  position: absolute;
  width: 100%;
  transform: none;
  left: 0;
  top: 0;
  height: 100%;
  line-height: 41px;
  font-size: 20px;
}
.eds_news_Advantage .btn-just-icon.btn-lg {
  font-size: 24px;
  height: 41px;
  min-width: 41px;
  width: 41px;
}
.eds_news_Advantage .input-group-btn > .btn {
  border: 0;
}
.eds_news_Advantage .btn .material-icons,
.eds_news_Advantage .btn:not(.btn-just-icon):not(.btn-fab) .fa {
  position: relative;
  display: inline-block;
  top: 0;
  margin-top: -1em;
  margin-bottom: -1em;
  font-size: 1.1rem;
  vertical-align: middle;
}
.bg-inverse fieldset[disabled][disabled] .eds_news_Advantage .btn, .bg-inverse .eds_news_Advantage .btn.disabled, .bg-inverse .eds_news_Advantage .btn:disabled, .bg-inverse .eds_news_Advantage .btn[disabled],
.bg-inverse fieldset[disabled][disabled] .eds_news_Advantage .input-group-btn .btn,
.bg-inverse .eds_news_Advantage .input-group-btn .btn.disabled,
.bg-inverse .eds_news_Advantage .input-group-btn .btn:disabled,
.bg-inverse .eds_news_Advantage .input-group-btn .btn[disabled],
.bg-inverse fieldset[disabled][disabled] .eds_news_Advantage .btn-group,
.bg-inverse .eds_news_Advantage .btn-group.disabled,
.bg-inverse .eds_news_Advantage .btn-group:disabled,
.bg-inverse .eds_news_Advantage .btn-group[disabled],
.bg-inverse fieldset[disabled][disabled] .eds_news_Advantage .btn-group-vertical,
.bg-inverse .eds_news_Advantage .btn-group-vertical.disabled,
.bg-inverse .eds_news_Advantage .btn-group-vertical:disabled,
.bg-inverse .eds_news_Advantage .btn-group-vertical[disabled] {
  color: rgba(255, 255, 255, 0.3);
}
.eds_news_Advantage .btn-group,
.eds_news_Advantage .btn-group-vertical {
  position: relative;
  margin: 10px 1px;
}
.eds_news_Advantage .btn-group .dropdown-menu,
.eds_news_Advantage .btn-group-vertical .dropdown-menu {
  border-radius: 0 0 0.25rem 0.25rem;
}
.eds_news_Advantage .btn-group.btn-group-raised,
.eds_news_Advantage .btn-group-vertical.btn-group-raised {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
.eds_news_Advantage .btn-group .btn + .btn,
.eds_news_Advantage .btn-group .btn,
.eds_news_Advantage .btn-group .btn:active,
.eds_news_Advantage .btn-group .btn-group,
.eds_news_Advantage .btn-group-vertical .btn + .btn,
.eds_news_Advantage .btn-group-vertical .btn,
.eds_news_Advantage .btn-group-vertical .btn:active,
.eds_news_Advantage .btn-group-vertical .btn-group {
  margin: 0;
}
.eds_news_Advantage .btn-group > .btn-group,
.eds_news_Advantage .btn-group-vertical > .btn-group {
  margin: 0;
}

.eds_news_Advantage a:not(.btn):link, .eds_news_Advantage a:not(.btn):active, .eds_news_Advantage a:not(.btn):visited {
  color: #00752f;
}
.eds_news_Advantage a:not(.btn):hover, .eds_news_Advantage a:not(.btn):focus {
  color: #00752f;
  text-decoration: none;
}
.eds_news_Advantage a.text-info:hover, .eds_news_Advantage a.text-info:focus {
  color: #00752f;
}
.eds_news_Advantage a .material-icons {
  vertical-align: middle;
}

/*form {
  // ensure enough room at the bottom of any form to display a one-line bmd-help
  margin-bottom: ($bmd-help-size-ratio * $font-size-base) * $line-height-base;

  .card &{
      margin: 0;
  }
  // reverse the above for navbars (no help expected in a navbar form)
  .navbar & {
    margin-bottom: 0; // only adjust bottom so that pull-xs-right flexed margin-left: auto works

    .bmd-form-group {
      display: inline-block;
      padding-top: 0;
    }

    .btn {
      margin-bottom: 0;
    }
  }
}
*/
.eds_news_Advantage .form-control {
  background: no-repeat center bottom, center calc(100% - 1px);
  background-size: 0 100%, 100% 100%;
  border: 0;
  height: 36px;
  transition: background 0s ease-out;
  padding-left: 0;
  padding-right: 0;
  border-radius: 0;
  font-size: 14px;
}
.eds_news_Advantage .form-control:focus, .bmd-form-group.is-focused .eds_news_Advantage .form-control {
  background-size: 100% 100%, 100% 100%;
  transition-duration: 0.3s;
  box-shadow: none;
}
.eds_news_Advantage .form-control::-moz-placeholder {
  color: #AAAAAA;
  font-weight: 400;
  font-size: 14px;
}
.eds_news_Advantage .form-control:-ms-input-placeholder {
  color: #AAAAAA;
  font-weight: 400;
  font-size: 14px;
}
.eds_news_Advantage .form-control::-webkit-input-placeholder {
  color: #AAAAAA;
  font-weight: 400;
  font-size: 14px;
}
.has-white .eds_news_Advantage .form-control::-moz-placeholder {
  color: #fff;
}
.has-white .eds_news_Advantage .form-control:-ms-input-placeholder {
  color: #fff;
}
.has-white .eds_news_Advantage .form-control::-webkit-input-placeholder {
  color: #fff;
}
.eds_news_Advantage .bmd-help {
  position: absolute;
  display: none;
  font-size: 0.8rem;
  font-weight: normal;
}
.bmd-form-group.is-focused .eds_news_Advantage .bmd-help {
  display: block;
}
.eds_news_Advantage .bmd-help:nth-of-type(2) {
  padding-top: 1rem;
}
.eds_news_Advantage .bmd-help + .bmd-help {
  position: relative;
  margin-bottom: 0;
}
.eds_news_Advantage .radio label, .is-focused .eds_news_Advantage .radio label,
.eds_news_Advantage .radio-inline,
.is-focused .eds_news_Advantage .radio-inline,
.eds_news_Advantage .checkbox label,
.is-focused .eds_news_Advantage .checkbox label,
.eds_news_Advantage .checkbox-inline,
.is-focused .eds_news_Advantage .checkbox-inline,
.eds_news_Advantage .switch label,
.is-focused .eds_news_Advantage .switch label {
  color: #999999;
}
.eds_news_Advantage .radio label label:has(input[type=radio][disabled]), .eds_news_Advantage .radio label label:has(input[type=radio][disabled]):hover, .eds_news_Advantage .radio label label:has(input[type=radio][disabled]):focus,
.eds_news_Advantage .radio label label:has(input[type=checkbox][disabled]),
.eds_news_Advantage .radio label label:has(input[type=checkbox][disabled]):hover,
.eds_news_Advantage .radio label label:has(input[type=checkbox][disabled]):focus, fieldset[disabled] .eds_news_Advantage .radio label, fieldset[disabled] .eds_news_Advantage .radio label:hover, fieldset[disabled] .eds_news_Advantage .radio label:focus, .is-focused .eds_news_Advantage .radio label label:has(input[type=radio][disabled]), .is-focused .eds_news_Advantage .radio label label:has(input[type=radio][disabled]):hover, .is-focused .eds_news_Advantage .radio label label:has(input[type=radio][disabled]):focus,
.is-focused .eds_news_Advantage .radio label label:has(input[type=checkbox][disabled]),
.is-focused .eds_news_Advantage .radio label label:has(input[type=checkbox][disabled]):hover,
.is-focused .eds_news_Advantage .radio label label:has(input[type=checkbox][disabled]):focus, fieldset[disabled] .is-focused .eds_news_Advantage .radio label, fieldset[disabled] .is-focused .eds_news_Advantage .radio label:hover, fieldset[disabled] .is-focused .eds_news_Advantage .radio label:focus,
.eds_news_Advantage .radio-inline label:has(input[type=radio][disabled]),
.eds_news_Advantage .radio-inline label:has(input[type=radio][disabled]):hover,
.eds_news_Advantage .radio-inline label:has(input[type=radio][disabled]):focus,
.eds_news_Advantage .radio-inline label:has(input[type=checkbox][disabled]),
.eds_news_Advantage .radio-inline label:has(input[type=checkbox][disabled]):hover,
.eds_news_Advantage .radio-inline label:has(input[type=checkbox][disabled]):focus,
fieldset[disabled] .eds_news_Advantage .radio-inline,
fieldset[disabled] .eds_news_Advantage .radio-inline:hover,
fieldset[disabled] .eds_news_Advantage .radio-inline:focus,
.is-focused .eds_news_Advantage .radio-inline label:has(input[type=radio][disabled]),
.is-focused .eds_news_Advantage .radio-inline label:has(input[type=radio][disabled]):hover,
.is-focused .eds_news_Advantage .radio-inline label:has(input[type=radio][disabled]):focus,
.is-focused .eds_news_Advantage .radio-inline label:has(input[type=checkbox][disabled]),
.is-focused .eds_news_Advantage .radio-inline label:has(input[type=checkbox][disabled]):hover,
.is-focused .eds_news_Advantage .radio-inline label:has(input[type=checkbox][disabled]):focus,
fieldset[disabled] .is-focused .eds_news_Advantage .radio-inline,
fieldset[disabled] .is-focused .eds_news_Advantage .radio-inline:hover,
fieldset[disabled] .is-focused .eds_news_Advantage .radio-inline:focus,
.eds_news_Advantage .checkbox label label:has(input[type=radio][disabled]),
.eds_news_Advantage .checkbox label label:has(input[type=radio][disabled]):hover,
.eds_news_Advantage .checkbox label label:has(input[type=radio][disabled]):focus,
.eds_news_Advantage .checkbox label label:has(input[type=checkbox][disabled]),
.eds_news_Advantage .checkbox label label:has(input[type=checkbox][disabled]):hover,
.eds_news_Advantage .checkbox label label:has(input[type=checkbox][disabled]):focus,
fieldset[disabled] .eds_news_Advantage .checkbox label,
fieldset[disabled] .eds_news_Advantage .checkbox label:hover,
fieldset[disabled] .eds_news_Advantage .checkbox label:focus,
.is-focused .eds_news_Advantage .checkbox label label:has(input[type=radio][disabled]),
.is-focused .eds_news_Advantage .checkbox label label:has(input[type=radio][disabled]):hover,
.is-focused .eds_news_Advantage .checkbox label label:has(input[type=radio][disabled]):focus,
.is-focused .eds_news_Advantage .checkbox label label:has(input[type=checkbox][disabled]),
.is-focused .eds_news_Advantage .checkbox label label:has(input[type=checkbox][disabled]):hover,
.is-focused .eds_news_Advantage .checkbox label label:has(input[type=checkbox][disabled]):focus,
fieldset[disabled] .is-focused .eds_news_Advantage .checkbox label,
fieldset[disabled] .is-focused .eds_news_Advantage .checkbox label:hover,
fieldset[disabled] .is-focused .eds_news_Advantage .checkbox label:focus,
.eds_news_Advantage .checkbox-inline label:has(input[type=radio][disabled]),
.eds_news_Advantage .checkbox-inline label:has(input[type=radio][disabled]):hover,
.eds_news_Advantage .checkbox-inline label:has(input[type=radio][disabled]):focus,
.eds_news_Advantage .checkbox-inline label:has(input[type=checkbox][disabled]),
.eds_news_Advantage .checkbox-inline label:has(input[type=checkbox][disabled]):hover,
.eds_news_Advantage .checkbox-inline label:has(input[type=checkbox][disabled]):focus,
fieldset[disabled] .eds_news_Advantage .checkbox-inline,
fieldset[disabled] .eds_news_Advantage .checkbox-inline:hover,
fieldset[disabled] .eds_news_Advantage .checkbox-inline:focus,
.is-focused .eds_news_Advantage .checkbox-inline label:has(input[type=radio][disabled]),
.is-focused .eds_news_Advantage .checkbox-inline label:has(input[type=radio][disabled]):hover,
.is-focused .eds_news_Advantage .checkbox-inline label:has(input[type=radio][disabled]):focus,
.is-focused .eds_news_Advantage .checkbox-inline label:has(input[type=checkbox][disabled]),
.is-focused .eds_news_Advantage .checkbox-inline label:has(input[type=checkbox][disabled]):hover,
.is-focused .eds_news_Advantage .checkbox-inline label:has(input[type=checkbox][disabled]):focus,
fieldset[disabled] .is-focused .eds_news_Advantage .checkbox-inline,
fieldset[disabled] .is-focused .eds_news_Advantage .checkbox-inline:hover,
fieldset[disabled] .is-focused .eds_news_Advantage .checkbox-inline:focus,
.eds_news_Advantage .switch label label:has(input[type=radio][disabled]),
.eds_news_Advantage .switch label label:has(input[type=radio][disabled]):hover,
.eds_news_Advantage .switch label label:has(input[type=radio][disabled]):focus,
.eds_news_Advantage .switch label label:has(input[type=checkbox][disabled]),
.eds_news_Advantage .switch label label:has(input[type=checkbox][disabled]):hover,
.eds_news_Advantage .switch label label:has(input[type=checkbox][disabled]):focus,
fieldset[disabled] .eds_news_Advantage .switch label,
fieldset[disabled] .eds_news_Advantage .switch label:hover,
fieldset[disabled] .eds_news_Advantage .switch label:focus,
.is-focused .eds_news_Advantage .switch label label:has(input[type=radio][disabled]),
.is-focused .eds_news_Advantage .switch label label:has(input[type=radio][disabled]):hover,
.is-focused .eds_news_Advantage .switch label label:has(input[type=radio][disabled]):focus,
.is-focused .eds_news_Advantage .switch label label:has(input[type=checkbox][disabled]),
.is-focused .eds_news_Advantage .switch label label:has(input[type=checkbox][disabled]):hover,
.is-focused .eds_news_Advantage .switch label label:has(input[type=checkbox][disabled]):focus,
fieldset[disabled] .is-focused .eds_news_Advantage .switch label,
fieldset[disabled] .is-focused .eds_news_Advantage .switch label:hover,
fieldset[disabled] .is-focused .eds_news_Advantage .switch label:focus {
  color: #999999;
}
.eds_news_Advantage [class^=bmd-label],
.eds_news_Advantage [class*=" bmd-label"] {
  color: #999999;
}
.eds_news_Advantage .form-control, .is-focused .eds_news_Advantage .form-control {
  background-image: linear-gradient(to top, #10d7bf 2px, rgba(16, 215, 191, 0) 2px), linear-gradient(to top, #d2d2d2 1px, rgba(210, 210, 210, 0) 1px);
}
.eds_news_Advantage .form-control:invalid {
  background-image: linear-gradient(to top, #f44336 2px, rgba(244, 67, 54, 0) 2px), linear-gradient(to top, #d2d2d2 1px, rgba(210, 210, 210, 0) 1px);
}
.eds_news_Advantage .form-control:-moz-read-only {
  background-image: linear-gradient(to top, #d2d2d2 1px, rgba(210, 210, 210, 0) 1px), linear-gradient(to top, #d2d2d2 1px, rgba(210, 210, 210, 0) 1px);
}
.eds_news_Advantage .form-control:read-only {
  background-image: linear-gradient(to top, #d2d2d2 1px, rgba(210, 210, 210, 0) 1px), linear-gradient(to top, #d2d2d2 1px, rgba(210, 210, 210, 0) 1px);
}
fieldset[disabled][disabled] .eds_news_Advantage .form-control, .eds_news_Advantage .form-control.disabled, .eds_news_Advantage .form-control:disabled, .eds_news_Advantage .form-control[disabled] {
  background-image: linear-gradient(to right, #d2d2d2 0%, #d2d2d2 30%, transparent 30%, transparent 100%);
  background-repeat: repeat-x;
  background-size: 3px 1px;
}
.eds_news_Advantage .form-control.form-control-success, .is-focused .eds_news_Advantage .form-control.form-control-success {
  background-image: linear-gradient(to top, #10d7bf 2px, rgba(16, 215, 191, 0) 2px), linear-gradient(to top, #d2d2d2 1px, rgba(210, 210, 210, 0) 1px), "data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2MTIgNzkyIj48cGF0aCBmaWxsPSIjNWNiODVjIiBkPSJNMjMzLjggNjEwYy0xMy4zIDAtMjYtNi0zNC0xNi44TDkwLjUgNDQ4LjhDNzYuMyA0MzAgODAgNDAzLjMgOTguOCAzODljMTguOC0xNC4yIDQ1LjUtMTAuNCA1OS44IDguNGw3MiA5NUw0NTEuMyAyNDJjMTIuNS0yMCAzOC44LTI2LjIgNTguOC0xMy43IDIwIDEyLjQgMjYgMzguNyAxMy43IDU4LjhMMjcwIDU5MGMtNy40IDEyLTIwLjIgMTkuNC0zNC4zIDIwaC0yeiIvPjwvc3ZnPg==";
}
.eds_news_Advantage .form-control.form-control-warning, .is-focused .eds_news_Advantage .form-control.form-control-warning {
  background-image: linear-gradient(to top, #10d7bf 2px, rgba(16, 215, 191, 0) 2px), linear-gradient(to top, #d2d2d2 1px, rgba(210, 210, 210, 0) 1px), "data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2MTIgNzkyIj48cGF0aCBmaWxsPSIjZjBhZDRlIiBkPSJNNjAzIDY0MC4ybC0yNzguNS01MDljLTMuOC02LjYtMTAuOC0xMC42LTE4LjUtMTAuNnMtMTQuNyA0LTE4LjUgMTAuNkw5IDY0MC4yYy0zLjcgNi41LTMuNiAxNC40LjIgMjAuOCAzLjggNi41IDEwLjggMTAuNCAxOC4zIDEwLjRoNTU3YzcuNiAwIDE0LjYtNCAxOC40LTEwLjQgMy41LTYuNCAzLjYtMTQuNCAwLTIwLjh6bS0yNjYuNC0zMGgtNjEuMlY1NDloNjEuMnY2MS4yem0wLTEwN2gtNjEuMlYzMDRoNjEuMnYxOTl6Ii8+PC9zdmc+";
}
.eds_news_Advantage .form-control.form-control-danger, .is-focused .eds_news_Advantage .form-control.form-control-danger {
  background-image: linear-gradient(to top, #10d7bf 2px, rgba(16, 215, 191, 0) 2px), linear-gradient(to top, #d2d2d2 1px, rgba(210, 210, 210, 0) 1px), "data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2MTIgNzkyIj48cGF0aCBmaWxsPSIjZDk1MzRmIiBkPSJNNDQ3IDU0NC40Yy0xNC40IDE0LjQtMzcuNiAxNC40LTUyIDBsLTg5LTkyLjctODkgOTIuN2MtMTQuNSAxNC40LTM3LjcgMTQuNC01MiAwLTE0LjQtMTQuNC0xNC40LTM3LjYgMC01Mmw5Mi40LTk2LjMtOTIuNC05Ni4zYy0xNC40LTE0LjQtMTQuNC0zNy42IDAtNTJzMzcuNi0xNC4zIDUyIDBsODkgOTIuOCA4OS4yLTkyLjdjMTQuNC0xNC40IDM3LjYtMTQuNCA1MiAwIDE0LjMgMTQuNCAxNC4zIDM3LjYgMCA1MkwzNTQuNiAzOTZsOTIuNCA5Ni40YzE0LjQgMTQuNCAxNC40IDM3LjYgMCA1MnoiLz48L3N2Zz4=";
}
.eds_news_Advantage .is-focused .valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #999999;
}
.eds_news_Advantage .is-focused .valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(153, 153, 153, 0.8);
  border-radius: 0.2rem;
}
.was-validated .eds_news_Advantage .is-focused .form-control:valid, .eds_news_Advantage .is-focused .form-control.is-valid,
.was-validated .eds_news_Advantage .is-focused .custom-select:valid,
.eds_news_Advantage .is-focused .custom-select.is-valid {
  border-color: #999999;
}
.was-validated .eds_news_Advantage .is-focused .form-control:valid:focus, .eds_news_Advantage .is-focused .form-control.is-valid:focus,
.was-validated .eds_news_Advantage .is-focused .custom-select:valid:focus,
.eds_news_Advantage .is-focused .custom-select.is-valid:focus {
  border-color: #999999;
  box-shadow: 0 0 0 0.2rem rgba(153, 153, 153, 0.25);
}
.was-validated .eds_news_Advantage .is-focused .form-control:valid ~ .valid-feedback,
.was-validated .eds_news_Advantage .is-focused .form-control:valid ~ .valid-tooltip, .eds_news_Advantage .is-focused .form-control.is-valid ~ .valid-feedback,
.eds_news_Advantage .is-focused .form-control.is-valid ~ .valid-tooltip,
.was-validated .eds_news_Advantage .is-focused .custom-select:valid ~ .valid-feedback,
.was-validated .eds_news_Advantage .is-focused .custom-select:valid ~ .valid-tooltip,
.eds_news_Advantage .is-focused .custom-select.is-valid ~ .valid-feedback,
.eds_news_Advantage .is-focused .custom-select.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .eds_news_Advantage .is-focused .form-check-input:valid ~ .form-check-label, .eds_news_Advantage .is-focused .form-check-input.is-valid ~ .form-check-label {
  color: #999999;
}
.was-validated .eds_news_Advantage .is-focused .form-check-input:valid ~ .valid-feedback,
.was-validated .eds_news_Advantage .is-focused .form-check-input:valid ~ .valid-tooltip, .eds_news_Advantage .is-focused .form-check-input.is-valid ~ .valid-feedback,
.eds_news_Advantage .is-focused .form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .eds_news_Advantage .is-focused .custom-control-input:valid ~ .custom-control-label, .eds_news_Advantage .is-focused .custom-control-input.is-valid ~ .custom-control-label {
  color: #999999;
}
.was-validated .eds_news_Advantage .is-focused .custom-control-input:valid ~ .custom-control-label::before, .eds_news_Advantage .is-focused .custom-control-input.is-valid ~ .custom-control-label::before {
  background-color: #d9d9d9;
}
.was-validated .eds_news_Advantage .is-focused .custom-control-input:valid ~ .valid-feedback,
.was-validated .eds_news_Advantage .is-focused .custom-control-input:valid ~ .valid-tooltip, .eds_news_Advantage .is-focused .custom-control-input.is-valid ~ .valid-feedback,
.eds_news_Advantage .is-focused .custom-control-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .eds_news_Advantage .is-focused .custom-control-input:valid:checked ~ .custom-control-label::before, .eds_news_Advantage .is-focused .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  background-color: #b3b3b3;
}
.was-validated .eds_news_Advantage .is-focused .custom-control-input:valid:focus ~ .custom-control-label::before, .eds_news_Advantage .is-focused .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fafafa, 0 0 0 0.2rem rgba(153, 153, 153, 0.25);
}
.was-validated .eds_news_Advantage .is-focused .custom-file-input:valid ~ .custom-file-label, .eds_news_Advantage .is-focused .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #999999;
}
.was-validated .eds_news_Advantage .is-focused .custom-file-input:valid ~ .custom-file-label::before, .eds_news_Advantage .is-focused .custom-file-input.is-valid ~ .custom-file-label::before {
  border-color: inherit;
}
.was-validated .eds_news_Advantage .is-focused .custom-file-input:valid ~ .valid-feedback,
.was-validated .eds_news_Advantage .is-focused .custom-file-input:valid ~ .valid-tooltip, .eds_news_Advantage .is-focused .custom-file-input.is-valid ~ .valid-feedback,
.eds_news_Advantage .is-focused .custom-file-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .eds_news_Advantage .is-focused .custom-file-input:valid:focus ~ .custom-file-label, .eds_news_Advantage .is-focused .custom-file-input.is-valid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(153, 153, 153, 0.25);
}
.eds_news_Advantage .is-focused [class^=bmd-label],
.eds_news_Advantage .is-focused [class*=" bmd-label"] {
  color: #10d7bf;
}
.eds_news_Advantage .is-focused .bmd-label-placeholder {
  color: #999999;
}
.eds_news_Advantage .is-focused .form-control {
  border-color: #d2d2d2;
}
.eds_news_Advantage .is-focused .bmd-help {
  color: #808080;
}
.eds_news_Advantage .has-success [class^=bmd-label],
.eds_news_Advantage .has-success [class*=" bmd-label"] {
  color: #4caf50;
}
.eds_news_Advantage .has-success .form-control, .is-focused .eds_news_Advantage .has-success .form-control {
  background-image: linear-gradient(to top, #4caf50 2px, rgba(76, 175, 80, 0) 2px), linear-gradient(to top, #d2d2d2 1px, rgba(210, 210, 210, 0) 1px);
}
.eds_news_Advantage .has-success .form-control:invalid {
  background-image: linear-gradient(to top, #f44336 2px, rgba(244, 67, 54, 0) 2px), linear-gradient(to top, #d2d2d2 1px, rgba(210, 210, 210, 0) 1px);
}
.eds_news_Advantage .has-success .form-control:-moz-read-only {
  background-image: linear-gradient(to top, #d2d2d2 1px, rgba(210, 210, 210, 0) 1px), linear-gradient(to top, #d2d2d2 1px, rgba(210, 210, 210, 0) 1px);
}
.eds_news_Advantage .has-success .form-control:read-only {
  background-image: linear-gradient(to top, #d2d2d2 1px, rgba(210, 210, 210, 0) 1px), linear-gradient(to top, #d2d2d2 1px, rgba(210, 210, 210, 0) 1px);
}
fieldset[disabled][disabled] .eds_news_Advantage .has-success .form-control, .eds_news_Advantage .has-success .form-control.disabled, .eds_news_Advantage .has-success .form-control:disabled, .eds_news_Advantage .has-success .form-control[disabled] {
  background-image: linear-gradient(to right, #d2d2d2 0%, #d2d2d2 30%, transparent 30%, transparent 100%);
  background-repeat: repeat-x;
  background-size: 3px 1px;
}
.eds_news_Advantage .has-success .form-control.form-control-success, .is-focused .eds_news_Advantage .has-success .form-control.form-control-success {
  background-image: linear-gradient(to top, #4caf50 2px, rgba(76, 175, 80, 0) 2px), linear-gradient(to top, #d2d2d2 1px, rgba(210, 210, 210, 0) 1px), "data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2MTIgNzkyIj48cGF0aCBmaWxsPSIjNWNiODVjIiBkPSJNMjMzLjggNjEwYy0xMy4zIDAtMjYtNi0zNC0xNi44TDkwLjUgNDQ4LjhDNzYuMyA0MzAgODAgNDAzLjMgOTguOCAzODljMTguOC0xNC4yIDQ1LjUtMTAuNCA1OS44IDguNGw3MiA5NUw0NTEuMyAyNDJjMTIuNS0yMCAzOC44LTI2LjIgNTguOC0xMy43IDIwIDEyLjQgMjYgMzguNyAxMy43IDU4LjhMMjcwIDU5MGMtNy40IDEyLTIwLjIgMTkuNC0zNC4zIDIwaC0yeiIvPjwvc3ZnPg==";
}
.eds_news_Advantage .has-success .form-control.form-control-warning, .is-focused .eds_news_Advantage .has-success .form-control.form-control-warning {
  background-image: linear-gradient(to top, #4caf50 2px, rgba(76, 175, 80, 0) 2px), linear-gradient(to top, #d2d2d2 1px, rgba(210, 210, 210, 0) 1px), "data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2MTIgNzkyIj48cGF0aCBmaWxsPSIjZjBhZDRlIiBkPSJNNjAzIDY0MC4ybC0yNzguNS01MDljLTMuOC02LjYtMTAuOC0xMC42LTE4LjUtMTAuNnMtMTQuNyA0LTE4LjUgMTAuNkw5IDY0MC4yYy0zLjcgNi41LTMuNiAxNC40LjIgMjAuOCAzLjggNi41IDEwLjggMTAuNCAxOC4zIDEwLjRoNTU3YzcuNiAwIDE0LjYtNCAxOC40LTEwLjQgMy41LTYuNCAzLjYtMTQuNCAwLTIwLjh6bS0yNjYuNC0zMGgtNjEuMlY1NDloNjEuMnY2MS4yem0wLTEwN2gtNjEuMlYzMDRoNjEuMnYxOTl6Ii8+PC9zdmc+";
}
.eds_news_Advantage .has-success .form-control.form-control-danger, .is-focused .eds_news_Advantage .has-success .form-control.form-control-danger {
  background-image: linear-gradient(to top, #4caf50 2px, rgba(76, 175, 80, 0) 2px), linear-gradient(to top, #d2d2d2 1px, rgba(210, 210, 210, 0) 1px), "data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2MTIgNzkyIj48cGF0aCBmaWxsPSIjZDk1MzRmIiBkPSJNNDQ3IDU0NC40Yy0xNC40IDE0LjQtMzcuNiAxNC40LTUyIDBsLTg5LTkyLjctODkgOTIuN2MtMTQuNSAxNC40LTM3LjcgMTQuNC01MiAwLTE0LjQtMTQuNC0xNC40LTM3LjYgMC01Mmw5Mi40LTk2LjMtOTIuNC05Ni4zYy0xNC40LTE0LjQtMTQuNC0zNy42IDAtNTJzMzcuNi0xNC4zIDUyIDBsODkgOTIuOCA4OS4yLTkyLjdjMTQuNC0xNC40IDM3LjYtMTQuNCA1MiAwIDE0LjMgMTQuNCAxNC4zIDM3LjYgMCA1MkwzNTQuNiAzOTZsOTIuNCA5Ni40YzE0LjQgMTQuNCAxNC40IDM3LjYgMCA1MnoiLz48L3N2Zz4=";
}
.eds_news_Advantage .has-success .is-focused .valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #4caf50;
}
.eds_news_Advantage .has-success .is-focused .valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(76, 175, 80, 0.8);
  border-radius: 0.2rem;
}
.was-validated .eds_news_Advantage .has-success .is-focused .form-control:valid, .eds_news_Advantage .has-success .is-focused .form-control.is-valid,
.was-validated .eds_news_Advantage .has-success .is-focused .custom-select:valid,
.eds_news_Advantage .has-success .is-focused .custom-select.is-valid {
  border-color: #4caf50;
}
.was-validated .eds_news_Advantage .has-success .is-focused .form-control:valid:focus, .eds_news_Advantage .has-success .is-focused .form-control.is-valid:focus,
.was-validated .eds_news_Advantage .has-success .is-focused .custom-select:valid:focus,
.eds_news_Advantage .has-success .is-focused .custom-select.is-valid:focus {
  border-color: #4caf50;
  box-shadow: 0 0 0 0.2rem rgba(76, 175, 80, 0.25);
}
.was-validated .eds_news_Advantage .has-success .is-focused .form-control:valid ~ .valid-feedback,
.was-validated .eds_news_Advantage .has-success .is-focused .form-control:valid ~ .valid-tooltip, .eds_news_Advantage .has-success .is-focused .form-control.is-valid ~ .valid-feedback,
.eds_news_Advantage .has-success .is-focused .form-control.is-valid ~ .valid-tooltip,
.was-validated .eds_news_Advantage .has-success .is-focused .custom-select:valid ~ .valid-feedback,
.was-validated .eds_news_Advantage .has-success .is-focused .custom-select:valid ~ .valid-tooltip,
.eds_news_Advantage .has-success .is-focused .custom-select.is-valid ~ .valid-feedback,
.eds_news_Advantage .has-success .is-focused .custom-select.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .eds_news_Advantage .has-success .is-focused .form-check-input:valid ~ .form-check-label, .eds_news_Advantage .has-success .is-focused .form-check-input.is-valid ~ .form-check-label {
  color: #4caf50;
}
.was-validated .eds_news_Advantage .has-success .is-focused .form-check-input:valid ~ .valid-feedback,
.was-validated .eds_news_Advantage .has-success .is-focused .form-check-input:valid ~ .valid-tooltip, .eds_news_Advantage .has-success .is-focused .form-check-input.is-valid ~ .valid-feedback,
.eds_news_Advantage .has-success .is-focused .form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .eds_news_Advantage .has-success .is-focused .custom-control-input:valid ~ .custom-control-label, .eds_news_Advantage .has-success .is-focused .custom-control-input.is-valid ~ .custom-control-label {
  color: #4caf50;
}
.was-validated .eds_news_Advantage .has-success .is-focused .custom-control-input:valid ~ .custom-control-label::before, .eds_news_Advantage .has-success .is-focused .custom-control-input.is-valid ~ .custom-control-label::before {
  background-color: #a3d7a5;
}
.was-validated .eds_news_Advantage .has-success .is-focused .custom-control-input:valid ~ .valid-feedback,
.was-validated .eds_news_Advantage .has-success .is-focused .custom-control-input:valid ~ .valid-tooltip, .eds_news_Advantage .has-success .is-focused .custom-control-input.is-valid ~ .valid-feedback,
.eds_news_Advantage .has-success .is-focused .custom-control-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .eds_news_Advantage .has-success .is-focused .custom-control-input:valid:checked ~ .custom-control-label::before, .eds_news_Advantage .has-success .is-focused .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  background-color: #6ec071;
}
.was-validated .eds_news_Advantage .has-success .is-focused .custom-control-input:valid:focus ~ .custom-control-label::before, .eds_news_Advantage .has-success .is-focused .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fafafa, 0 0 0 0.2rem rgba(76, 175, 80, 0.25);
}
.was-validated .eds_news_Advantage .has-success .is-focused .custom-file-input:valid ~ .custom-file-label, .eds_news_Advantage .has-success .is-focused .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #4caf50;
}
.was-validated .eds_news_Advantage .has-success .is-focused .custom-file-input:valid ~ .custom-file-label::before, .eds_news_Advantage .has-success .is-focused .custom-file-input.is-valid ~ .custom-file-label::before {
  border-color: inherit;
}
.was-validated .eds_news_Advantage .has-success .is-focused .custom-file-input:valid ~ .valid-feedback,
.was-validated .eds_news_Advantage .has-success .is-focused .custom-file-input:valid ~ .valid-tooltip, .eds_news_Advantage .has-success .is-focused .custom-file-input.is-valid ~ .valid-feedback,
.eds_news_Advantage .has-success .is-focused .custom-file-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .eds_news_Advantage .has-success .is-focused .custom-file-input:valid:focus ~ .custom-file-label, .eds_news_Advantage .has-success .is-focused .custom-file-input.is-valid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(76, 175, 80, 0.25);
}
.eds_news_Advantage .has-success .is-focused [class^=bmd-label],
.eds_news_Advantage .has-success .is-focused [class*=" bmd-label"] {
  color: #4caf50;
}
.eds_news_Advantage .has-success .is-focused .bmd-label-placeholder {
  color: #4caf50;
}
.eds_news_Advantage .has-success .is-focused .form-control {
  border-color: #4caf50;
}
.eds_news_Advantage .has-success .is-focused .bmd-help {
  color: #808080;
}
.eds_news_Advantage .has-info [class^=bmd-label],
.eds_news_Advantage .has-info [class*=" bmd-label"] {
  color: #00bcd4;
}
.eds_news_Advantage .has-info .form-control, .is-focused .eds_news_Advantage .has-info .form-control {
  background-image: linear-gradient(to top, #00bcd4 2px, rgba(0, 188, 212, 0) 2px), linear-gradient(to top, #d2d2d2 1px, rgba(210, 210, 210, 0) 1px);
}
.eds_news_Advantage .has-info .form-control:invalid {
  background-image: linear-gradient(to top, #f44336 2px, rgba(244, 67, 54, 0) 2px), linear-gradient(to top, #d2d2d2 1px, rgba(210, 210, 210, 0) 1px);
}
.eds_news_Advantage .has-info .form-control:-moz-read-only {
  background-image: linear-gradient(to top, #d2d2d2 1px, rgba(210, 210, 210, 0) 1px), linear-gradient(to top, #d2d2d2 1px, rgba(210, 210, 210, 0) 1px);
}
.eds_news_Advantage .has-info .form-control:read-only {
  background-image: linear-gradient(to top, #d2d2d2 1px, rgba(210, 210, 210, 0) 1px), linear-gradient(to top, #d2d2d2 1px, rgba(210, 210, 210, 0) 1px);
}
fieldset[disabled][disabled] .eds_news_Advantage .has-info .form-control, .eds_news_Advantage .has-info .form-control.disabled, .eds_news_Advantage .has-info .form-control:disabled, .eds_news_Advantage .has-info .form-control[disabled] {
  background-image: linear-gradient(to right, #d2d2d2 0%, #d2d2d2 30%, transparent 30%, transparent 100%);
  background-repeat: repeat-x;
  background-size: 3px 1px;
}
.eds_news_Advantage .has-info .form-control.form-control-success, .is-focused .eds_news_Advantage .has-info .form-control.form-control-success {
  background-image: linear-gradient(to top, #00bcd4 2px, rgba(0, 188, 212, 0) 2px), linear-gradient(to top, #d2d2d2 1px, rgba(210, 210, 210, 0) 1px), "data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2MTIgNzkyIj48cGF0aCBmaWxsPSIjNWNiODVjIiBkPSJNMjMzLjggNjEwYy0xMy4zIDAtMjYtNi0zNC0xNi44TDkwLjUgNDQ4LjhDNzYuMyA0MzAgODAgNDAzLjMgOTguOCAzODljMTguOC0xNC4yIDQ1LjUtMTAuNCA1OS44IDguNGw3MiA5NUw0NTEuMyAyNDJjMTIuNS0yMCAzOC44LTI2LjIgNTguOC0xMy43IDIwIDEyLjQgMjYgMzguNyAxMy43IDU4LjhMMjcwIDU5MGMtNy40IDEyLTIwLjIgMTkuNC0zNC4zIDIwaC0yeiIvPjwvc3ZnPg==";
}
.eds_news_Advantage .has-info .form-control.form-control-warning, .is-focused .eds_news_Advantage .has-info .form-control.form-control-warning {
  background-image: linear-gradient(to top, #00bcd4 2px, rgba(0, 188, 212, 0) 2px), linear-gradient(to top, #d2d2d2 1px, rgba(210, 210, 210, 0) 1px), "data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2MTIgNzkyIj48cGF0aCBmaWxsPSIjZjBhZDRlIiBkPSJNNjAzIDY0MC4ybC0yNzguNS01MDljLTMuOC02LjYtMTAuOC0xMC42LTE4LjUtMTAuNnMtMTQuNyA0LTE4LjUgMTAuNkw5IDY0MC4yYy0zLjcgNi41LTMuNiAxNC40LjIgMjAuOCAzLjggNi41IDEwLjggMTAuNCAxOC4zIDEwLjRoNTU3YzcuNiAwIDE0LjYtNCAxOC40LTEwLjQgMy41LTYuNCAzLjYtMTQuNCAwLTIwLjh6bS0yNjYuNC0zMGgtNjEuMlY1NDloNjEuMnY2MS4yem0wLTEwN2gtNjEuMlYzMDRoNjEuMnYxOTl6Ii8+PC9zdmc+";
}
.eds_news_Advantage .has-info .form-control.form-control-danger, .is-focused .eds_news_Advantage .has-info .form-control.form-control-danger {
  background-image: linear-gradient(to top, #00bcd4 2px, rgba(0, 188, 212, 0) 2px), linear-gradient(to top, #d2d2d2 1px, rgba(210, 210, 210, 0) 1px), "data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2MTIgNzkyIj48cGF0aCBmaWxsPSIjZDk1MzRmIiBkPSJNNDQ3IDU0NC40Yy0xNC40IDE0LjQtMzcuNiAxNC40LTUyIDBsLTg5LTkyLjctODkgOTIuN2MtMTQuNSAxNC40LTM3LjcgMTQuNC01MiAwLTE0LjQtMTQuNC0xNC40LTM3LjYgMC01Mmw5Mi40LTk2LjMtOTIuNC05Ni4zYy0xNC40LTE0LjQtMTQuNC0zNy42IDAtNTJzMzcuNi0xNC4zIDUyIDBsODkgOTIuOCA4OS4yLTkyLjdjMTQuNC0xNC40IDM3LjYtMTQuNCA1MiAwIDE0LjMgMTQuNCAxNC4zIDM3LjYgMCA1MkwzNTQuNiAzOTZsOTIuNCA5Ni40YzE0LjQgMTQuNCAxNC40IDM3LjYgMCA1MnoiLz48L3N2Zz4=";
}
.eds_news_Advantage .has-info .is-focused .valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #00bcd4;
}
.eds_news_Advantage .has-info .is-focused .valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(0, 188, 212, 0.8);
  border-radius: 0.2rem;
}
.was-validated .eds_news_Advantage .has-info .is-focused .form-control:valid, .eds_news_Advantage .has-info .is-focused .form-control.is-valid,
.was-validated .eds_news_Advantage .has-info .is-focused .custom-select:valid,
.eds_news_Advantage .has-info .is-focused .custom-select.is-valid {
  border-color: #00bcd4;
}
.was-validated .eds_news_Advantage .has-info .is-focused .form-control:valid:focus, .eds_news_Advantage .has-info .is-focused .form-control.is-valid:focus,
.was-validated .eds_news_Advantage .has-info .is-focused .custom-select:valid:focus,
.eds_news_Advantage .has-info .is-focused .custom-select.is-valid:focus {
  border-color: #00bcd4;
  box-shadow: 0 0 0 0.2rem rgba(0, 188, 212, 0.25);
}
.was-validated .eds_news_Advantage .has-info .is-focused .form-control:valid ~ .valid-feedback,
.was-validated .eds_news_Advantage .has-info .is-focused .form-control:valid ~ .valid-tooltip, .eds_news_Advantage .has-info .is-focused .form-control.is-valid ~ .valid-feedback,
.eds_news_Advantage .has-info .is-focused .form-control.is-valid ~ .valid-tooltip,
.was-validated .eds_news_Advantage .has-info .is-focused .custom-select:valid ~ .valid-feedback,
.was-validated .eds_news_Advantage .has-info .is-focused .custom-select:valid ~ .valid-tooltip,
.eds_news_Advantage .has-info .is-focused .custom-select.is-valid ~ .valid-feedback,
.eds_news_Advantage .has-info .is-focused .custom-select.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .eds_news_Advantage .has-info .is-focused .form-check-input:valid ~ .form-check-label, .eds_news_Advantage .has-info .is-focused .form-check-input.is-valid ~ .form-check-label {
  color: #00bcd4;
}
.was-validated .eds_news_Advantage .has-info .is-focused .form-check-input:valid ~ .valid-feedback,
.was-validated .eds_news_Advantage .has-info .is-focused .form-check-input:valid ~ .valid-tooltip, .eds_news_Advantage .has-info .is-focused .form-check-input.is-valid ~ .valid-feedback,
.eds_news_Advantage .has-info .is-focused .form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .eds_news_Advantage .has-info .is-focused .custom-control-input:valid ~ .custom-control-label, .eds_news_Advantage .has-info .is-focused .custom-control-input.is-valid ~ .custom-control-label {
  color: #00bcd4;
}
.was-validated .eds_news_Advantage .has-info .is-focused .custom-control-input:valid ~ .custom-control-label::before, .eds_news_Advantage .has-info .is-focused .custom-control-input.is-valid ~ .custom-control-label::before {
  background-color: #55ecff;
}
.was-validated .eds_news_Advantage .has-info .is-focused .custom-control-input:valid ~ .valid-feedback,
.was-validated .eds_news_Advantage .has-info .is-focused .custom-control-input:valid ~ .valid-tooltip, .eds_news_Advantage .has-info .is-focused .custom-control-input.is-valid ~ .valid-feedback,
.eds_news_Advantage .has-info .is-focused .custom-control-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .eds_news_Advantage .has-info .is-focused .custom-control-input:valid:checked ~ .custom-control-label::before, .eds_news_Advantage .has-info .is-focused .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  background-color: #08e3ff;
}
.was-validated .eds_news_Advantage .has-info .is-focused .custom-control-input:valid:focus ~ .custom-control-label::before, .eds_news_Advantage .has-info .is-focused .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fafafa, 0 0 0 0.2rem rgba(0, 188, 212, 0.25);
}
.was-validated .eds_news_Advantage .has-info .is-focused .custom-file-input:valid ~ .custom-file-label, .eds_news_Advantage .has-info .is-focused .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #00bcd4;
}
.was-validated .eds_news_Advantage .has-info .is-focused .custom-file-input:valid ~ .custom-file-label::before, .eds_news_Advantage .has-info .is-focused .custom-file-input.is-valid ~ .custom-file-label::before {
  border-color: inherit;
}
.was-validated .eds_news_Advantage .has-info .is-focused .custom-file-input:valid ~ .valid-feedback,
.was-validated .eds_news_Advantage .has-info .is-focused .custom-file-input:valid ~ .valid-tooltip, .eds_news_Advantage .has-info .is-focused .custom-file-input.is-valid ~ .valid-feedback,
.eds_news_Advantage .has-info .is-focused .custom-file-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .eds_news_Advantage .has-info .is-focused .custom-file-input:valid:focus ~ .custom-file-label, .eds_news_Advantage .has-info .is-focused .custom-file-input.is-valid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(0, 188, 212, 0.25);
}
.eds_news_Advantage .has-info .is-focused [class^=bmd-label],
.eds_news_Advantage .has-info .is-focused [class*=" bmd-label"] {
  color: #00bcd4;
}
.eds_news_Advantage .has-info .is-focused .bmd-label-placeholder {
  color: #00bcd4;
}
.eds_news_Advantage .has-info .is-focused .form-control {
  border-color: #00bcd4;
}
.eds_news_Advantage .has-info .is-focused .bmd-help {
  color: #808080;
}
.eds_news_Advantage .has-white [class^=bmd-label],
.eds_news_Advantage .has-white [class*=" bmd-label"] {
  color: #fff;
}
.eds_news_Advantage .has-white .form-control, .is-focused .eds_news_Advantage .has-white .form-control {
  background-image: linear-gradient(to top, #fff 2px, rgba(255, 255, 255, 0) 2px), linear-gradient(to top, #FFFFFF 1px, rgba(255, 255, 255, 0) 1px);
}
.eds_news_Advantage .has-white .form-control:invalid {
  background-image: linear-gradient(to top, #f44336 2px, rgba(244, 67, 54, 0) 2px), linear-gradient(to top, #FFFFFF 1px, rgba(255, 255, 255, 0) 1px);
}
.eds_news_Advantage .has-white .form-control:-moz-read-only {
  background-image: linear-gradient(to top, #d2d2d2 1px, rgba(210, 210, 210, 0) 1px), linear-gradient(to top, #FFFFFF 1px, rgba(255, 255, 255, 0) 1px);
}
.eds_news_Advantage .has-white .form-control:read-only {
  background-image: linear-gradient(to top, #d2d2d2 1px, rgba(210, 210, 210, 0) 1px), linear-gradient(to top, #FFFFFF 1px, rgba(255, 255, 255, 0) 1px);
}
fieldset[disabled][disabled] .eds_news_Advantage .has-white .form-control, .eds_news_Advantage .has-white .form-control.disabled, .eds_news_Advantage .has-white .form-control:disabled, .eds_news_Advantage .has-white .form-control[disabled] {
  background-image: linear-gradient(to right, #FFFFFF 0%, #FFFFFF 30%, transparent 30%, transparent 100%);
  background-repeat: repeat-x;
  background-size: 3px 1px;
}
.eds_news_Advantage .has-white .form-control.form-control-success, .is-focused .eds_news_Advantage .has-white .form-control.form-control-success {
  background-image: linear-gradient(to top, #fff 2px, rgba(255, 255, 255, 0) 2px), linear-gradient(to top, #FFFFFF 1px, rgba(255, 255, 255, 0) 1px), "data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2MTIgNzkyIj48cGF0aCBmaWxsPSIjNWNiODVjIiBkPSJNMjMzLjggNjEwYy0xMy4zIDAtMjYtNi0zNC0xNi44TDkwLjUgNDQ4LjhDNzYuMyA0MzAgODAgNDAzLjMgOTguOCAzODljMTguOC0xNC4yIDQ1LjUtMTAuNCA1OS44IDguNGw3MiA5NUw0NTEuMyAyNDJjMTIuNS0yMCAzOC44LTI2LjIgNTguOC0xMy43IDIwIDEyLjQgMjYgMzguNyAxMy43IDU4LjhMMjcwIDU5MGMtNy40IDEyLTIwLjIgMTkuNC0zNC4zIDIwaC0yeiIvPjwvc3ZnPg==";
}
.eds_news_Advantage .has-white .form-control.form-control-warning, .is-focused .eds_news_Advantage .has-white .form-control.form-control-warning {
  background-image: linear-gradient(to top, #fff 2px, rgba(255, 255, 255, 0) 2px), linear-gradient(to top, #FFFFFF 1px, rgba(255, 255, 255, 0) 1px), "data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2MTIgNzkyIj48cGF0aCBmaWxsPSIjZjBhZDRlIiBkPSJNNjAzIDY0MC4ybC0yNzguNS01MDljLTMuOC02LjYtMTAuOC0xMC42LTE4LjUtMTAuNnMtMTQuNyA0LTE4LjUgMTAuNkw5IDY0MC4yYy0zLjcgNi41LTMuNiAxNC40LjIgMjAuOCAzLjggNi41IDEwLjggMTAuNCAxOC4zIDEwLjRoNTU3YzcuNiAwIDE0LjYtNCAxOC40LTEwLjQgMy41LTYuNCAzLjYtMTQuNCAwLTIwLjh6bS0yNjYuNC0zMGgtNjEuMlY1NDloNjEuMnY2MS4yem0wLTEwN2gtNjEuMlYzMDRoNjEuMnYxOTl6Ii8+PC9zdmc+";
}
.eds_news_Advantage .has-white .form-control.form-control-danger, .is-focused .eds_news_Advantage .has-white .form-control.form-control-danger {
  background-image: linear-gradient(to top, #fff 2px, rgba(255, 255, 255, 0) 2px), linear-gradient(to top, #FFFFFF 1px, rgba(255, 255, 255, 0) 1px), "data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2MTIgNzkyIj48cGF0aCBmaWxsPSIjZDk1MzRmIiBkPSJNNDQ3IDU0NC40Yy0xNC40IDE0LjQtMzcuNiAxNC40LTUyIDBsLTg5LTkyLjctODkgOTIuN2MtMTQuNSAxNC40LTM3LjcgMTQuNC01MiAwLTE0LjQtMTQuNC0xNC40LTM3LjYgMC01Mmw5Mi40LTk2LjMtOTIuNC05Ni4zYy0xNC40LTE0LjQtMTQuNC0zNy42IDAtNTJzMzcuNi0xNC4zIDUyIDBsODkgOTIuOCA4OS4yLTkyLjdjMTQuNC0xNC40IDM3LjYtMTQuNCA1MiAwIDE0LjMgMTQuNCAxNC4zIDM3LjYgMCA1MkwzNTQuNiAzOTZsOTIuNCA5Ni40YzE0LjQgMTQuNCAxNC40IDM3LjYgMCA1MnoiLz48L3N2Zz4=";
}
.eds_news_Advantage .has-white .is-focused .valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #fff;
}
.eds_news_Advantage .has-white .is-focused .valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 0.2rem;
}
.was-validated .eds_news_Advantage .has-white .is-focused .form-control:valid, .eds_news_Advantage .has-white .is-focused .form-control.is-valid,
.was-validated .eds_news_Advantage .has-white .is-focused .custom-select:valid,
.eds_news_Advantage .has-white .is-focused .custom-select.is-valid {
  border-color: #fff;
}
.was-validated .eds_news_Advantage .has-white .is-focused .form-control:valid:focus, .eds_news_Advantage .has-white .is-focused .form-control.is-valid:focus,
.was-validated .eds_news_Advantage .has-white .is-focused .custom-select:valid:focus,
.eds_news_Advantage .has-white .is-focused .custom-select.is-valid:focus {
  border-color: #fff;
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.25);
}
.was-validated .eds_news_Advantage .has-white .is-focused .form-control:valid ~ .valid-feedback,
.was-validated .eds_news_Advantage .has-white .is-focused .form-control:valid ~ .valid-tooltip, .eds_news_Advantage .has-white .is-focused .form-control.is-valid ~ .valid-feedback,
.eds_news_Advantage .has-white .is-focused .form-control.is-valid ~ .valid-tooltip,
.was-validated .eds_news_Advantage .has-white .is-focused .custom-select:valid ~ .valid-feedback,
.was-validated .eds_news_Advantage .has-white .is-focused .custom-select:valid ~ .valid-tooltip,
.eds_news_Advantage .has-white .is-focused .custom-select.is-valid ~ .valid-feedback,
.eds_news_Advantage .has-white .is-focused .custom-select.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .eds_news_Advantage .has-white .is-focused .form-check-input:valid ~ .form-check-label, .eds_news_Advantage .has-white .is-focused .form-check-input.is-valid ~ .form-check-label {
  color: #fff;
}
.was-validated .eds_news_Advantage .has-white .is-focused .form-check-input:valid ~ .valid-feedback,
.was-validated .eds_news_Advantage .has-white .is-focused .form-check-input:valid ~ .valid-tooltip, .eds_news_Advantage .has-white .is-focused .form-check-input.is-valid ~ .valid-feedback,
.eds_news_Advantage .has-white .is-focused .form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .eds_news_Advantage .has-white .is-focused .custom-control-input:valid ~ .custom-control-label, .eds_news_Advantage .has-white .is-focused .custom-control-input.is-valid ~ .custom-control-label {
  color: #fff;
}
.was-validated .eds_news_Advantage .has-white .is-focused .custom-control-input:valid ~ .custom-control-label::before, .eds_news_Advantage .has-white .is-focused .custom-control-input.is-valid ~ .custom-control-label::before {
  background-color: white;
}
.was-validated .eds_news_Advantage .has-white .is-focused .custom-control-input:valid ~ .valid-feedback,
.was-validated .eds_news_Advantage .has-white .is-focused .custom-control-input:valid ~ .valid-tooltip, .eds_news_Advantage .has-white .is-focused .custom-control-input.is-valid ~ .valid-feedback,
.eds_news_Advantage .has-white .is-focused .custom-control-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .eds_news_Advantage .has-white .is-focused .custom-control-input:valid:checked ~ .custom-control-label::before, .eds_news_Advantage .has-white .is-focused .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  background-color: white;
}
.was-validated .eds_news_Advantage .has-white .is-focused .custom-control-input:valid:focus ~ .custom-control-label::before, .eds_news_Advantage .has-white .is-focused .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fafafa, 0 0 0 0.2rem rgba(255, 255, 255, 0.25);
}
.was-validated .eds_news_Advantage .has-white .is-focused .custom-file-input:valid ~ .custom-file-label, .eds_news_Advantage .has-white .is-focused .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #fff;
}
.was-validated .eds_news_Advantage .has-white .is-focused .custom-file-input:valid ~ .custom-file-label::before, .eds_news_Advantage .has-white .is-focused .custom-file-input.is-valid ~ .custom-file-label::before {
  border-color: inherit;
}
.was-validated .eds_news_Advantage .has-white .is-focused .custom-file-input:valid ~ .valid-feedback,
.was-validated .eds_news_Advantage .has-white .is-focused .custom-file-input:valid ~ .valid-tooltip, .eds_news_Advantage .has-white .is-focused .custom-file-input.is-valid ~ .valid-feedback,
.eds_news_Advantage .has-white .is-focused .custom-file-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .eds_news_Advantage .has-white .is-focused .custom-file-input:valid:focus ~ .custom-file-label, .eds_news_Advantage .has-white .is-focused .custom-file-input.is-valid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.25);
}
.eds_news_Advantage .has-white .is-focused [class^=bmd-label],
.eds_news_Advantage .has-white .is-focused [class*=" bmd-label"] {
  color: #fff;
}
.eds_news_Advantage .has-white .is-focused .bmd-label-placeholder {
  color: #fff;
}
.eds_news_Advantage .has-white .is-focused .form-control {
  border-color: #fff;
}
.eds_news_Advantage .has-white .is-focused .bmd-help {
  color: #808080;
}
.eds_news_Advantage .has-white .form-control:focus {
  color: #fff;
}
.eds_news_Advantage .has-warning [class^=bmd-label],
.eds_news_Advantage .has-warning [class*=" bmd-label"] {
  color: #ff9800;
}
.eds_news_Advantage .has-warning .form-control, .is-focused .eds_news_Advantage .has-warning .form-control {
  background-image: linear-gradient(to top, #ff9800 2px, rgba(255, 152, 0, 0) 2px), linear-gradient(to top, #d2d2d2 1px, rgba(210, 210, 210, 0) 1px);
}
.eds_news_Advantage .has-warning .form-control:invalid {
  background-image: linear-gradient(to top, #f44336 2px, rgba(244, 67, 54, 0) 2px), linear-gradient(to top, #d2d2d2 1px, rgba(210, 210, 210, 0) 1px);
}
.eds_news_Advantage .has-warning .form-control:-moz-read-only {
  background-image: linear-gradient(to top, #d2d2d2 1px, rgba(210, 210, 210, 0) 1px), linear-gradient(to top, #d2d2d2 1px, rgba(210, 210, 210, 0) 1px);
}
.eds_news_Advantage .has-warning .form-control:read-only {
  background-image: linear-gradient(to top, #d2d2d2 1px, rgba(210, 210, 210, 0) 1px), linear-gradient(to top, #d2d2d2 1px, rgba(210, 210, 210, 0) 1px);
}
fieldset[disabled][disabled] .eds_news_Advantage .has-warning .form-control, .eds_news_Advantage .has-warning .form-control.disabled, .eds_news_Advantage .has-warning .form-control:disabled, .eds_news_Advantage .has-warning .form-control[disabled] {
  background-image: linear-gradient(to right, #d2d2d2 0%, #d2d2d2 30%, transparent 30%, transparent 100%);
  background-repeat: repeat-x;
  background-size: 3px 1px;
}
.eds_news_Advantage .has-warning .form-control.form-control-success, .is-focused .eds_news_Advantage .has-warning .form-control.form-control-success {
  background-image: linear-gradient(to top, #ff9800 2px, rgba(255, 152, 0, 0) 2px), linear-gradient(to top, #d2d2d2 1px, rgba(210, 210, 210, 0) 1px), "data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2MTIgNzkyIj48cGF0aCBmaWxsPSIjNWNiODVjIiBkPSJNMjMzLjggNjEwYy0xMy4zIDAtMjYtNi0zNC0xNi44TDkwLjUgNDQ4LjhDNzYuMyA0MzAgODAgNDAzLjMgOTguOCAzODljMTguOC0xNC4yIDQ1LjUtMTAuNCA1OS44IDguNGw3MiA5NUw0NTEuMyAyNDJjMTIuNS0yMCAzOC44LTI2LjIgNTguOC0xMy43IDIwIDEyLjQgMjYgMzguNyAxMy43IDU4LjhMMjcwIDU5MGMtNy40IDEyLTIwLjIgMTkuNC0zNC4zIDIwaC0yeiIvPjwvc3ZnPg==";
}
.eds_news_Advantage .has-warning .form-control.form-control-warning, .is-focused .eds_news_Advantage .has-warning .form-control.form-control-warning {
  background-image: linear-gradient(to top, #ff9800 2px, rgba(255, 152, 0, 0) 2px), linear-gradient(to top, #d2d2d2 1px, rgba(210, 210, 210, 0) 1px), "data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2MTIgNzkyIj48cGF0aCBmaWxsPSIjZjBhZDRlIiBkPSJNNjAzIDY0MC4ybC0yNzguNS01MDljLTMuOC02LjYtMTAuOC0xMC42LTE4LjUtMTAuNnMtMTQuNyA0LTE4LjUgMTAuNkw5IDY0MC4yYy0zLjcgNi41LTMuNiAxNC40LjIgMjAuOCAzLjggNi41IDEwLjggMTAuNCAxOC4zIDEwLjRoNTU3YzcuNiAwIDE0LjYtNCAxOC40LTEwLjQgMy41LTYuNCAzLjYtMTQuNCAwLTIwLjh6bS0yNjYuNC0zMGgtNjEuMlY1NDloNjEuMnY2MS4yem0wLTEwN2gtNjEuMlYzMDRoNjEuMnYxOTl6Ii8+PC9zdmc+";
}
.eds_news_Advantage .has-warning .form-control.form-control-danger, .is-focused .eds_news_Advantage .has-warning .form-control.form-control-danger {
  background-image: linear-gradient(to top, #ff9800 2px, rgba(255, 152, 0, 0) 2px), linear-gradient(to top, #d2d2d2 1px, rgba(210, 210, 210, 0) 1px), "data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2MTIgNzkyIj48cGF0aCBmaWxsPSIjZDk1MzRmIiBkPSJNNDQ3IDU0NC40Yy0xNC40IDE0LjQtMzcuNiAxNC40LTUyIDBsLTg5LTkyLjctODkgOTIuN2MtMTQuNSAxNC40LTM3LjcgMTQuNC01MiAwLTE0LjQtMTQuNC0xNC40LTM3LjYgMC01Mmw5Mi40LTk2LjMtOTIuNC05Ni4zYy0xNC40LTE0LjQtMTQuNC0zNy42IDAtNTJzMzcuNi0xNC4zIDUyIDBsODkgOTIuOCA4OS4yLTkyLjdjMTQuNC0xNC40IDM3LjYtMTQuNCA1MiAwIDE0LjMgMTQuNCAxNC4zIDM3LjYgMCA1MkwzNTQuNiAzOTZsOTIuNCA5Ni40YzE0LjQgMTQuNCAxNC40IDM3LjYgMCA1MnoiLz48L3N2Zz4=";
}
.eds_news_Advantage .has-warning .is-focused .valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #ff9800;
}
.eds_news_Advantage .has-warning .is-focused .valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(255, 152, 0, 0.8);
  border-radius: 0.2rem;
}
.was-validated .eds_news_Advantage .has-warning .is-focused .form-control:valid, .eds_news_Advantage .has-warning .is-focused .form-control.is-valid,
.was-validated .eds_news_Advantage .has-warning .is-focused .custom-select:valid,
.eds_news_Advantage .has-warning .is-focused .custom-select.is-valid {
  border-color: #ff9800;
}
.was-validated .eds_news_Advantage .has-warning .is-focused .form-control:valid:focus, .eds_news_Advantage .has-warning .is-focused .form-control.is-valid:focus,
.was-validated .eds_news_Advantage .has-warning .is-focused .custom-select:valid:focus,
.eds_news_Advantage .has-warning .is-focused .custom-select.is-valid:focus {
  border-color: #ff9800;
  box-shadow: 0 0 0 0.2rem rgba(255, 152, 0, 0.25);
}
.was-validated .eds_news_Advantage .has-warning .is-focused .form-control:valid ~ .valid-feedback,
.was-validated .eds_news_Advantage .has-warning .is-focused .form-control:valid ~ .valid-tooltip, .eds_news_Advantage .has-warning .is-focused .form-control.is-valid ~ .valid-feedback,
.eds_news_Advantage .has-warning .is-focused .form-control.is-valid ~ .valid-tooltip,
.was-validated .eds_news_Advantage .has-warning .is-focused .custom-select:valid ~ .valid-feedback,
.was-validated .eds_news_Advantage .has-warning .is-focused .custom-select:valid ~ .valid-tooltip,
.eds_news_Advantage .has-warning .is-focused .custom-select.is-valid ~ .valid-feedback,
.eds_news_Advantage .has-warning .is-focused .custom-select.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .eds_news_Advantage .has-warning .is-focused .form-check-input:valid ~ .form-check-label, .eds_news_Advantage .has-warning .is-focused .form-check-input.is-valid ~ .form-check-label {
  color: #ff9800;
}
.was-validated .eds_news_Advantage .has-warning .is-focused .form-check-input:valid ~ .valid-feedback,
.was-validated .eds_news_Advantage .has-warning .is-focused .form-check-input:valid ~ .valid-tooltip, .eds_news_Advantage .has-warning .is-focused .form-check-input.is-valid ~ .valid-feedback,
.eds_news_Advantage .has-warning .is-focused .form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .eds_news_Advantage .has-warning .is-focused .custom-control-input:valid ~ .custom-control-label, .eds_news_Advantage .has-warning .is-focused .custom-control-input.is-valid ~ .custom-control-label {
  color: #ff9800;
}
.was-validated .eds_news_Advantage .has-warning .is-focused .custom-control-input:valid ~ .custom-control-label::before, .eds_news_Advantage .has-warning .is-focused .custom-control-input.is-valid ~ .custom-control-label::before {
  background-color: #ffcc80;
}
.was-validated .eds_news_Advantage .has-warning .is-focused .custom-control-input:valid ~ .valid-feedback,
.was-validated .eds_news_Advantage .has-warning .is-focused .custom-control-input:valid ~ .valid-tooltip, .eds_news_Advantage .has-warning .is-focused .custom-control-input.is-valid ~ .valid-feedback,
.eds_news_Advantage .has-warning .is-focused .custom-control-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .eds_news_Advantage .has-warning .is-focused .custom-control-input:valid:checked ~ .custom-control-label::before, .eds_news_Advantage .has-warning .is-focused .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  background-color: #ffad33;
}
.was-validated .eds_news_Advantage .has-warning .is-focused .custom-control-input:valid:focus ~ .custom-control-label::before, .eds_news_Advantage .has-warning .is-focused .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fafafa, 0 0 0 0.2rem rgba(255, 152, 0, 0.25);
}
.was-validated .eds_news_Advantage .has-warning .is-focused .custom-file-input:valid ~ .custom-file-label, .eds_news_Advantage .has-warning .is-focused .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #ff9800;
}
.was-validated .eds_news_Advantage .has-warning .is-focused .custom-file-input:valid ~ .custom-file-label::before, .eds_news_Advantage .has-warning .is-focused .custom-file-input.is-valid ~ .custom-file-label::before {
  border-color: inherit;
}
.was-validated .eds_news_Advantage .has-warning .is-focused .custom-file-input:valid ~ .valid-feedback,
.was-validated .eds_news_Advantage .has-warning .is-focused .custom-file-input:valid ~ .valid-tooltip, .eds_news_Advantage .has-warning .is-focused .custom-file-input.is-valid ~ .valid-feedback,
.eds_news_Advantage .has-warning .is-focused .custom-file-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .eds_news_Advantage .has-warning .is-focused .custom-file-input:valid:focus ~ .custom-file-label, .eds_news_Advantage .has-warning .is-focused .custom-file-input.is-valid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(255, 152, 0, 0.25);
}
.eds_news_Advantage .has-warning .is-focused [class^=bmd-label],
.eds_news_Advantage .has-warning .is-focused [class*=" bmd-label"] {
  color: #ff9800;
}
.eds_news_Advantage .has-warning .is-focused .bmd-label-placeholder {
  color: #ff9800;
}
.eds_news_Advantage .has-warning .is-focused .form-control {
  border-color: #ff9800;
}
.eds_news_Advantage .has-warning .is-focused .bmd-help {
  color: #808080;
}
.eds_news_Advantage .has-danger [class^=bmd-label],
.eds_news_Advantage .has-danger [class*=" bmd-label"] {
  color: #f44336;
}
.eds_news_Advantage .has-danger .form-control, .is-focused .eds_news_Advantage .has-danger .form-control {
  background-image: linear-gradient(to top, #f44336 2px, rgba(244, 67, 54, 0) 2px), linear-gradient(to top, #d2d2d2 1px, rgba(210, 210, 210, 0) 1px);
}
.eds_news_Advantage .has-danger .form-control:invalid {
  background-image: linear-gradient(to top, #f44336 2px, rgba(244, 67, 54, 0) 2px), linear-gradient(to top, #d2d2d2 1px, rgba(210, 210, 210, 0) 1px);
}
.eds_news_Advantage .has-danger .form-control:-moz-read-only {
  background-image: linear-gradient(to top, #d2d2d2 1px, rgba(210, 210, 210, 0) 1px), linear-gradient(to top, #d2d2d2 1px, rgba(210, 210, 210, 0) 1px);
}
.eds_news_Advantage .has-danger .form-control:read-only {
  background-image: linear-gradient(to top, #d2d2d2 1px, rgba(210, 210, 210, 0) 1px), linear-gradient(to top, #d2d2d2 1px, rgba(210, 210, 210, 0) 1px);
}
fieldset[disabled][disabled] .eds_news_Advantage .has-danger .form-control, .eds_news_Advantage .has-danger .form-control.disabled, .eds_news_Advantage .has-danger .form-control:disabled, .eds_news_Advantage .has-danger .form-control[disabled] {
  background-image: linear-gradient(to right, #d2d2d2 0%, #d2d2d2 30%, transparent 30%, transparent 100%);
  background-repeat: repeat-x;
  background-size: 3px 1px;
}
.eds_news_Advantage .has-danger .form-control.form-control-success, .is-focused .eds_news_Advantage .has-danger .form-control.form-control-success {
  background-image: linear-gradient(to top, #f44336 2px, rgba(244, 67, 54, 0) 2px), linear-gradient(to top, #d2d2d2 1px, rgba(210, 210, 210, 0) 1px), "data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2MTIgNzkyIj48cGF0aCBmaWxsPSIjNWNiODVjIiBkPSJNMjMzLjggNjEwYy0xMy4zIDAtMjYtNi0zNC0xNi44TDkwLjUgNDQ4LjhDNzYuMyA0MzAgODAgNDAzLjMgOTguOCAzODljMTguOC0xNC4yIDQ1LjUtMTAuNCA1OS44IDguNGw3MiA5NUw0NTEuMyAyNDJjMTIuNS0yMCAzOC44LTI2LjIgNTguOC0xMy43IDIwIDEyLjQgMjYgMzguNyAxMy43IDU4LjhMMjcwIDU5MGMtNy40IDEyLTIwLjIgMTkuNC0zNC4zIDIwaC0yeiIvPjwvc3ZnPg==";
}
.eds_news_Advantage .has-danger .form-control.form-control-warning, .is-focused .eds_news_Advantage .has-danger .form-control.form-control-warning {
  background-image: linear-gradient(to top, #f44336 2px, rgba(244, 67, 54, 0) 2px), linear-gradient(to top, #d2d2d2 1px, rgba(210, 210, 210, 0) 1px), "data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2MTIgNzkyIj48cGF0aCBmaWxsPSIjZjBhZDRlIiBkPSJNNjAzIDY0MC4ybC0yNzguNS01MDljLTMuOC02LjYtMTAuOC0xMC42LTE4LjUtMTAuNnMtMTQuNyA0LTE4LjUgMTAuNkw5IDY0MC4yYy0zLjcgNi41LTMuNiAxNC40LjIgMjAuOCAzLjggNi41IDEwLjggMTAuNCAxOC4zIDEwLjRoNTU3YzcuNiAwIDE0LjYtNCAxOC40LTEwLjQgMy41LTYuNCAzLjYtMTQuNCAwLTIwLjh6bS0yNjYuNC0zMGgtNjEuMlY1NDloNjEuMnY2MS4yem0wLTEwN2gtNjEuMlYzMDRoNjEuMnYxOTl6Ii8+PC9zdmc+";
}
.eds_news_Advantage .has-danger .form-control.form-control-danger, .is-focused .eds_news_Advantage .has-danger .form-control.form-control-danger {
  background-image: linear-gradient(to top, #f44336 2px, rgba(244, 67, 54, 0) 2px), linear-gradient(to top, #d2d2d2 1px, rgba(210, 210, 210, 0) 1px), "data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2MTIgNzkyIj48cGF0aCBmaWxsPSIjZDk1MzRmIiBkPSJNNDQ3IDU0NC40Yy0xNC40IDE0LjQtMzcuNiAxNC40LTUyIDBsLTg5LTkyLjctODkgOTIuN2MtMTQuNSAxNC40LTM3LjcgMTQuNC01MiAwLTE0LjQtMTQuNC0xNC40LTM3LjYgMC01Mmw5Mi40LTk2LjMtOTIuNC05Ni4zYy0xNC40LTE0LjQtMTQuNC0zNy42IDAtNTJzMzcuNi0xNC4zIDUyIDBsODkgOTIuOCA4OS4yLTkyLjdjMTQuNC0xNC40IDM3LjYtMTQuNCA1MiAwIDE0LjMgMTQuNCAxNC4zIDM3LjYgMCA1MkwzNTQuNiAzOTZsOTIuNCA5Ni40YzE0LjQgMTQuNCAxNC40IDM3LjYgMCA1MnoiLz48L3N2Zz4=";
}
.eds_news_Advantage .has-danger .is-focused .valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #f44336;
}
.eds_news_Advantage .has-danger .is-focused .valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(244, 67, 54, 0.8);
  border-radius: 0.2rem;
}
.was-validated .eds_news_Advantage .has-danger .is-focused .form-control:valid, .eds_news_Advantage .has-danger .is-focused .form-control.is-valid,
.was-validated .eds_news_Advantage .has-danger .is-focused .custom-select:valid,
.eds_news_Advantage .has-danger .is-focused .custom-select.is-valid {
  border-color: #f44336;
}
.was-validated .eds_news_Advantage .has-danger .is-focused .form-control:valid:focus, .eds_news_Advantage .has-danger .is-focused .form-control.is-valid:focus,
.was-validated .eds_news_Advantage .has-danger .is-focused .custom-select:valid:focus,
.eds_news_Advantage .has-danger .is-focused .custom-select.is-valid:focus {
  border-color: #f44336;
  box-shadow: 0 0 0 0.2rem rgba(244, 67, 54, 0.25);
}
.was-validated .eds_news_Advantage .has-danger .is-focused .form-control:valid ~ .valid-feedback,
.was-validated .eds_news_Advantage .has-danger .is-focused .form-control:valid ~ .valid-tooltip, .eds_news_Advantage .has-danger .is-focused .form-control.is-valid ~ .valid-feedback,
.eds_news_Advantage .has-danger .is-focused .form-control.is-valid ~ .valid-tooltip,
.was-validated .eds_news_Advantage .has-danger .is-focused .custom-select:valid ~ .valid-feedback,
.was-validated .eds_news_Advantage .has-danger .is-focused .custom-select:valid ~ .valid-tooltip,
.eds_news_Advantage .has-danger .is-focused .custom-select.is-valid ~ .valid-feedback,
.eds_news_Advantage .has-danger .is-focused .custom-select.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .eds_news_Advantage .has-danger .is-focused .form-check-input:valid ~ .form-check-label, .eds_news_Advantage .has-danger .is-focused .form-check-input.is-valid ~ .form-check-label {
  color: #f44336;
}
.was-validated .eds_news_Advantage .has-danger .is-focused .form-check-input:valid ~ .valid-feedback,
.was-validated .eds_news_Advantage .has-danger .is-focused .form-check-input:valid ~ .valid-tooltip, .eds_news_Advantage .has-danger .is-focused .form-check-input.is-valid ~ .valid-feedback,
.eds_news_Advantage .has-danger .is-focused .form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .eds_news_Advantage .has-danger .is-focused .custom-control-input:valid ~ .custom-control-label, .eds_news_Advantage .has-danger .is-focused .custom-control-input.is-valid ~ .custom-control-label {
  color: #f44336;
}
.was-validated .eds_news_Advantage .has-danger .is-focused .custom-control-input:valid ~ .custom-control-label::before, .eds_news_Advantage .has-danger .is-focused .custom-control-input.is-valid ~ .custom-control-label::before {
  background-color: #fbb4af;
}
.was-validated .eds_news_Advantage .has-danger .is-focused .custom-control-input:valid ~ .valid-feedback,
.was-validated .eds_news_Advantage .has-danger .is-focused .custom-control-input:valid ~ .valid-tooltip, .eds_news_Advantage .has-danger .is-focused .custom-control-input.is-valid ~ .valid-feedback,
.eds_news_Advantage .has-danger .is-focused .custom-control-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .eds_news_Advantage .has-danger .is-focused .custom-control-input:valid:checked ~ .custom-control-label::before, .eds_news_Advantage .has-danger .is-focused .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  background-color: #f77066;
}
.was-validated .eds_news_Advantage .has-danger .is-focused .custom-control-input:valid:focus ~ .custom-control-label::before, .eds_news_Advantage .has-danger .is-focused .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fafafa, 0 0 0 0.2rem rgba(244, 67, 54, 0.25);
}
.was-validated .eds_news_Advantage .has-danger .is-focused .custom-file-input:valid ~ .custom-file-label, .eds_news_Advantage .has-danger .is-focused .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #f44336;
}
.was-validated .eds_news_Advantage .has-danger .is-focused .custom-file-input:valid ~ .custom-file-label::before, .eds_news_Advantage .has-danger .is-focused .custom-file-input.is-valid ~ .custom-file-label::before {
  border-color: inherit;
}
.was-validated .eds_news_Advantage .has-danger .is-focused .custom-file-input:valid ~ .valid-feedback,
.was-validated .eds_news_Advantage .has-danger .is-focused .custom-file-input:valid ~ .valid-tooltip, .eds_news_Advantage .has-danger .is-focused .custom-file-input.is-valid ~ .valid-feedback,
.eds_news_Advantage .has-danger .is-focused .custom-file-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .eds_news_Advantage .has-danger .is-focused .custom-file-input:valid:focus ~ .custom-file-label, .eds_news_Advantage .has-danger .is-focused .custom-file-input.is-valid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(244, 67, 54, 0.25);
}
.eds_news_Advantage .has-danger .is-focused [class^=bmd-label],
.eds_news_Advantage .has-danger .is-focused [class*=" bmd-label"] {
  color: #f44336;
}
.eds_news_Advantage .has-danger .is-focused .bmd-label-placeholder {
  color: #f44336;
}
.eds_news_Advantage .has-danger .is-focused .form-control {
  border-color: #f44336;
}
.eds_news_Advantage .has-danger .is-focused .bmd-help {
  color: #808080;
}
.eds_news_Advantage .has-rose [class^=bmd-label],
.eds_news_Advantage .has-rose [class*=" bmd-label"] {
  color: #e91e63;
}
.eds_news_Advantage .has-rose .form-control, .is-focused .eds_news_Advantage .has-rose .form-control {
  background-image: linear-gradient(to top, #e91e63 2px, rgba(233, 30, 99, 0) 2px), linear-gradient(to top, #d2d2d2 1px, rgba(210, 210, 210, 0) 1px);
}
.eds_news_Advantage .has-rose .form-control:invalid {
  background-image: linear-gradient(to top, #f44336 2px, rgba(244, 67, 54, 0) 2px), linear-gradient(to top, #d2d2d2 1px, rgba(210, 210, 210, 0) 1px);
}
.eds_news_Advantage .has-rose .form-control:-moz-read-only {
  background-image: linear-gradient(to top, #d2d2d2 1px, rgba(210, 210, 210, 0) 1px), linear-gradient(to top, #d2d2d2 1px, rgba(210, 210, 210, 0) 1px);
}
.eds_news_Advantage .has-rose .form-control:read-only {
  background-image: linear-gradient(to top, #d2d2d2 1px, rgba(210, 210, 210, 0) 1px), linear-gradient(to top, #d2d2d2 1px, rgba(210, 210, 210, 0) 1px);
}
fieldset[disabled][disabled] .eds_news_Advantage .has-rose .form-control, .eds_news_Advantage .has-rose .form-control.disabled, .eds_news_Advantage .has-rose .form-control:disabled, .eds_news_Advantage .has-rose .form-control[disabled] {
  background-image: linear-gradient(to right, #d2d2d2 0%, #d2d2d2 30%, transparent 30%, transparent 100%);
  background-repeat: repeat-x;
  background-size: 3px 1px;
}
.eds_news_Advantage .has-rose .form-control.form-control-success, .is-focused .eds_news_Advantage .has-rose .form-control.form-control-success {
  background-image: linear-gradient(to top, #e91e63 2px, rgba(233, 30, 99, 0) 2px), linear-gradient(to top, #d2d2d2 1px, rgba(210, 210, 210, 0) 1px), "data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2MTIgNzkyIj48cGF0aCBmaWxsPSIjNWNiODVjIiBkPSJNMjMzLjggNjEwYy0xMy4zIDAtMjYtNi0zNC0xNi44TDkwLjUgNDQ4LjhDNzYuMyA0MzAgODAgNDAzLjMgOTguOCAzODljMTguOC0xNC4yIDQ1LjUtMTAuNCA1OS44IDguNGw3MiA5NUw0NTEuMyAyNDJjMTIuNS0yMCAzOC44LTI2LjIgNTguOC0xMy43IDIwIDEyLjQgMjYgMzguNyAxMy43IDU4LjhMMjcwIDU5MGMtNy40IDEyLTIwLjIgMTkuNC0zNC4zIDIwaC0yeiIvPjwvc3ZnPg==";
}
.eds_news_Advantage .has-rose .form-control.form-control-warning, .is-focused .eds_news_Advantage .has-rose .form-control.form-control-warning {
  background-image: linear-gradient(to top, #e91e63 2px, rgba(233, 30, 99, 0) 2px), linear-gradient(to top, #d2d2d2 1px, rgba(210, 210, 210, 0) 1px), "data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2MTIgNzkyIj48cGF0aCBmaWxsPSIjZjBhZDRlIiBkPSJNNjAzIDY0MC4ybC0yNzguNS01MDljLTMuOC02LjYtMTAuOC0xMC42LTE4LjUtMTAuNnMtMTQuNyA0LTE4LjUgMTAuNkw5IDY0MC4yYy0zLjcgNi41LTMuNiAxNC40LjIgMjAuOCAzLjggNi41IDEwLjggMTAuNCAxOC4zIDEwLjRoNTU3YzcuNiAwIDE0LjYtNCAxOC40LTEwLjQgMy41LTYuNCAzLjYtMTQuNCAwLTIwLjh6bS0yNjYuNC0zMGgtNjEuMlY1NDloNjEuMnY2MS4yem0wLTEwN2gtNjEuMlYzMDRoNjEuMnYxOTl6Ii8+PC9zdmc+";
}
.eds_news_Advantage .has-rose .form-control.form-control-danger, .is-focused .eds_news_Advantage .has-rose .form-control.form-control-danger {
  background-image: linear-gradient(to top, #e91e63 2px, rgba(233, 30, 99, 0) 2px), linear-gradient(to top, #d2d2d2 1px, rgba(210, 210, 210, 0) 1px), "data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2MTIgNzkyIj48cGF0aCBmaWxsPSIjZDk1MzRmIiBkPSJNNDQ3IDU0NC40Yy0xNC40IDE0LjQtMzcuNiAxNC40LTUyIDBsLTg5LTkyLjctODkgOTIuN2MtMTQuNSAxNC40LTM3LjcgMTQuNC01MiAwLTE0LjQtMTQuNC0xNC40LTM3LjYgMC01Mmw5Mi40LTk2LjMtOTIuNC05Ni4zYy0xNC40LTE0LjQtMTQuNC0zNy42IDAtNTJzMzcuNi0xNC4zIDUyIDBsODkgOTIuOCA4OS4yLTkyLjdjMTQuNC0xNC40IDM3LjYtMTQuNCA1MiAwIDE0LjMgMTQuNCAxNC4zIDM3LjYgMCA1MkwzNTQuNiAzOTZsOTIuNCA5Ni40YzE0LjQgMTQuNCAxNC40IDM3LjYgMCA1MnoiLz48L3N2Zz4=";
}
.eds_news_Advantage .has-rose .is-focused .valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #e91e63;
}
.eds_news_Advantage .has-rose .is-focused .valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(233, 30, 99, 0.8);
  border-radius: 0.2rem;
}
.was-validated .eds_news_Advantage .has-rose .is-focused .form-control:valid, .eds_news_Advantage .has-rose .is-focused .form-control.is-valid,
.was-validated .eds_news_Advantage .has-rose .is-focused .custom-select:valid,
.eds_news_Advantage .has-rose .is-focused .custom-select.is-valid {
  border-color: #e91e63;
}
.was-validated .eds_news_Advantage .has-rose .is-focused .form-control:valid:focus, .eds_news_Advantage .has-rose .is-focused .form-control.is-valid:focus,
.was-validated .eds_news_Advantage .has-rose .is-focused .custom-select:valid:focus,
.eds_news_Advantage .has-rose .is-focused .custom-select.is-valid:focus {
  border-color: #e91e63;
  box-shadow: 0 0 0 0.2rem rgba(233, 30, 99, 0.25);
}
.was-validated .eds_news_Advantage .has-rose .is-focused .form-control:valid ~ .valid-feedback,
.was-validated .eds_news_Advantage .has-rose .is-focused .form-control:valid ~ .valid-tooltip, .eds_news_Advantage .has-rose .is-focused .form-control.is-valid ~ .valid-feedback,
.eds_news_Advantage .has-rose .is-focused .form-control.is-valid ~ .valid-tooltip,
.was-validated .eds_news_Advantage .has-rose .is-focused .custom-select:valid ~ .valid-feedback,
.was-validated .eds_news_Advantage .has-rose .is-focused .custom-select:valid ~ .valid-tooltip,
.eds_news_Advantage .has-rose .is-focused .custom-select.is-valid ~ .valid-feedback,
.eds_news_Advantage .has-rose .is-focused .custom-select.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .eds_news_Advantage .has-rose .is-focused .form-check-input:valid ~ .form-check-label, .eds_news_Advantage .has-rose .is-focused .form-check-input.is-valid ~ .form-check-label {
  color: #e91e63;
}
.was-validated .eds_news_Advantage .has-rose .is-focused .form-check-input:valid ~ .valid-feedback,
.was-validated .eds_news_Advantage .has-rose .is-focused .form-check-input:valid ~ .valid-tooltip, .eds_news_Advantage .has-rose .is-focused .form-check-input.is-valid ~ .valid-feedback,
.eds_news_Advantage .has-rose .is-focused .form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .eds_news_Advantage .has-rose .is-focused .custom-control-input:valid ~ .custom-control-label, .eds_news_Advantage .has-rose .is-focused .custom-control-input.is-valid ~ .custom-control-label {
  color: #e91e63;
}
.was-validated .eds_news_Advantage .has-rose .is-focused .custom-control-input:valid ~ .custom-control-label::before, .eds_news_Advantage .has-rose .is-focused .custom-control-input.is-valid ~ .custom-control-label::before {
  background-color: #f492b4;
}
.was-validated .eds_news_Advantage .has-rose .is-focused .custom-control-input:valid ~ .valid-feedback,
.was-validated .eds_news_Advantage .has-rose .is-focused .custom-control-input:valid ~ .valid-tooltip, .eds_news_Advantage .has-rose .is-focused .custom-control-input.is-valid ~ .valid-feedback,
.eds_news_Advantage .has-rose .is-focused .custom-control-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .eds_news_Advantage .has-rose .is-focused .custom-control-input:valid:checked ~ .custom-control-label::before, .eds_news_Advantage .has-rose .is-focused .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  background-color: #ee4c83;
}
.was-validated .eds_news_Advantage .has-rose .is-focused .custom-control-input:valid:focus ~ .custom-control-label::before, .eds_news_Advantage .has-rose .is-focused .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fafafa, 0 0 0 0.2rem rgba(233, 30, 99, 0.25);
}
.was-validated .eds_news_Advantage .has-rose .is-focused .custom-file-input:valid ~ .custom-file-label, .eds_news_Advantage .has-rose .is-focused .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #e91e63;
}
.was-validated .eds_news_Advantage .has-rose .is-focused .custom-file-input:valid ~ .custom-file-label::before, .eds_news_Advantage .has-rose .is-focused .custom-file-input.is-valid ~ .custom-file-label::before {
  border-color: inherit;
}
.was-validated .eds_news_Advantage .has-rose .is-focused .custom-file-input:valid ~ .valid-feedback,
.was-validated .eds_news_Advantage .has-rose .is-focused .custom-file-input:valid ~ .valid-tooltip, .eds_news_Advantage .has-rose .is-focused .custom-file-input.is-valid ~ .valid-feedback,
.eds_news_Advantage .has-rose .is-focused .custom-file-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .eds_news_Advantage .has-rose .is-focused .custom-file-input:valid:focus ~ .custom-file-label, .eds_news_Advantage .has-rose .is-focused .custom-file-input.is-valid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(233, 30, 99, 0.25);
}
.eds_news_Advantage .has-rose .is-focused [class^=bmd-label],
.eds_news_Advantage .has-rose .is-focused [class*=" bmd-label"] {
  color: #e91e63;
}
.eds_news_Advantage .has-rose .is-focused .bmd-label-placeholder {
  color: #e91e63;
}
.eds_news_Advantage .has-rose .is-focused .form-control {
  border-color: #e91e63;
}
.eds_news_Advantage .has-rose .is-focused .bmd-help {
  color: #808080;
}
.eds_news_Advantage .bmd-form-group {
  position: relative;
  padding-top: 27px;
}
.eds_news_Advantage .bmd-form-group:not(.has-success):not(.has-danger) [class^=bmd-label].bmd-label-floating,
.eds_news_Advantage .bmd-form-group:not(.has-success):not(.has-danger) [class*=" bmd-label"].bmd-label-floating {
  color: #AAAAAA;
}
.eds_news_Advantage .bmd-form-group [class^=bmd-label],
.eds_news_Advantage .bmd-form-group [class*=" bmd-label"] {
  position: absolute;
  pointer-events: none;
  transition: 0.3s ease all;
}
.eds_news_Advantage .bmd-form-group [class^=bmd-label].bmd-label-floating,
.eds_news_Advantage .bmd-form-group [class*=" bmd-label"].bmd-label-floating {
  will-change: left, top, contents;
  margin: 0;
  line-height: 1.4;
  font-weight: 400;
}
.eds_news_Advantage .bmd-form-group.is-filled .bmd-label-placeholder {
  display: none;
}
.eds_news_Advantage .bmd-form-group.bmd-collapse-inline {
  display: flex;
  align-items: center;
  padding: 0;
  min-height: 2.1em;
}
.eds_news_Advantage .bmd-form-group.bmd-collapse-inline .collapse {
  flex: 1;
  display: none;
}
.eds_news_Advantage .bmd-form-group.bmd-collapse-inline .collapse.show {
  max-width: 1200px;
}
.eds_news_Advantage .bmd-form-group.bmd-collapse-inline .collapsing,
.eds_news_Advantage .bmd-form-group.bmd-collapse-inline .width:not(.collapse),
.eds_news_Advantage .bmd-form-group.bmd-collapse-inline .collapse.show {
  display: block;
}
.eds_news_Advantage .bmd-form-group.bmd-collapse-inline .collapsing {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.eds_news_Advantage .bmd-form-group input::-moz-placeholder {
  line-height: 1.1;
}
.eds_news_Advantage .bmd-form-group .form-control,
.eds_news_Advantage .bmd-form-group label,
.eds_news_Advantage .bmd-form-group input::placeholder {
  line-height: 1.1;
}
.eds_news_Advantage .bmd-form-group label {
  color: #AAAAAA;
}
.eds_news_Advantage .bmd-form-group .radio label,
.eds_news_Advantage .bmd-form-group label.radio-inline,
.eds_news_Advantage .bmd-form-group .checkbox label,
.eds_news_Advantage .bmd-form-group label.checkbox-inline,
.eds_news_Advantage .bmd-form-group .switch label {
  line-height: 1.5;
}
.eds_news_Advantage .bmd-form-group .checkbox label,
.eds_news_Advantage .bmd-form-group .radio label,
.eds_news_Advantage .bmd-form-group label {
  font-size: 0.875rem;
}
.eds_news_Advantage .bmd-form-group .bmd-label-floating,
.eds_news_Advantage .bmd-form-group .bmd-label-placeholder {
  top: 2.3125rem;
}
.eds_news_Advantage .bmd-form-group input[type=text] + .bmd-label-floating {
  top: 58%;
}
.eds_news_Advantage .bmd-form-group .is-focused .bmd-label-floating,
.eds_news_Advantage .bmd-form-group .is-filled .bmd-label-floating {
  top: 1rem;
  left: 0;
  font-size: 0.6875rem;
}
.eds_news_Advantage .bmd-form-group .form-control:focus + .bmd-label-floating,
.eds_news_Advantage .bmd-form-group .form-control:valid + .bmd-label-floating {
  top: 1rem;
  left: 0;
  font-size: 0.6875rem;
}
.eds_news_Advantage .bmd-form-group .bmd-label-static {
  top: 0.35rem;
  left: 0;
  font-size: 0.875rem;
}
.eds_news_Advantage .bmd-form-group .bmd-help {
  margin-top: 0;
  font-size: 0.75rem;
}
.eds_news_Advantage .bmd-form-group .form-control.form-control-success, .eds_news_Advantage .bmd-form-group .form-control.form-control-warning, .eds_news_Advantage .bmd-form-group .form-control.form-control-danger {
  background-size: 0 100%, 100% 100%, 0.9375rem 0.9375rem;
}
.eds_news_Advantage .bmd-form-group .form-control.form-control-success, .eds_news_Advantage .bmd-form-group .form-control.form-control-success:focus, .bmd-form-group.is-focused .eds_news_Advantage .bmd-form-group .form-control.form-control-success, .eds_news_Advantage .bmd-form-group .form-control.form-control-warning, .eds_news_Advantage .bmd-form-group .form-control.form-control-warning:focus, .bmd-form-group.is-focused .eds_news_Advantage .bmd-form-group .form-control.form-control-warning, .eds_news_Advantage .bmd-form-group .form-control.form-control-danger, .eds_news_Advantage .bmd-form-group .form-control.form-control-danger:focus, .bmd-form-group.is-focused .eds_news_Advantage .bmd-form-group .form-control.form-control-danger {
  padding-right: 0;
  background-repeat: no-repeat, no-repeat;
  background-position: center bottom, center calc(100% - 1px), center right 0.46875rem;
}
.eds_news_Advantage .bmd-form-group .form-control.form-control-success:focus, .bmd-form-group.is-focused .eds_news_Advantage .bmd-form-group .form-control.form-control-success, .eds_news_Advantage .bmd-form-group .form-control.form-control-warning:focus, .bmd-form-group.is-focused .eds_news_Advantage .bmd-form-group .form-control.form-control-warning, .eds_news_Advantage .bmd-form-group .form-control.form-control-danger:focus, .bmd-form-group.is-focused .eds_news_Advantage .bmd-form-group .form-control.form-control-danger {
  background-size: 100% 100%, 100% 100%, 0.9375rem 0.9375rem;
}
.eds_news_Advantage .bmd-form-group.bmd-form-group-sm input::-moz-placeholder {
  line-height: 1.1;
}
.eds_news_Advantage .bmd-form-group.bmd-form-group-sm .form-control,
.eds_news_Advantage .bmd-form-group.bmd-form-group-sm label,
.eds_news_Advantage .bmd-form-group.bmd-form-group-sm input::placeholder {
  line-height: 1.1;
}
.eds_news_Advantage .bmd-form-group.bmd-form-group-sm label {
  color: #AAAAAA;
}
.eds_news_Advantage .bmd-form-group.bmd-form-group-sm .radio label,
.eds_news_Advantage .bmd-form-group.bmd-form-group-sm label.radio-inline,
.eds_news_Advantage .bmd-form-group.bmd-form-group-sm .checkbox label,
.eds_news_Advantage .bmd-form-group.bmd-form-group-sm label.checkbox-inline,
.eds_news_Advantage .bmd-form-group.bmd-form-group-sm .switch label {
  line-height: 1.5;
}
.eds_news_Advantage .bmd-form-group.bmd-form-group-sm .checkbox label,
.eds_news_Advantage .bmd-form-group.bmd-form-group-sm .radio label,
.eds_news_Advantage .bmd-form-group.bmd-form-group-sm label {
  font-size: 0.875rem;
}
.eds_news_Advantage .bmd-form-group.bmd-form-group-sm .bmd-label-floating,
.eds_news_Advantage .bmd-form-group.bmd-form-group-sm .bmd-label-placeholder {
  top: 1.875rem;
}
.eds_news_Advantage .bmd-form-group.bmd-form-group-sm input[type=text] + .bmd-label-floating {
  top: 58%;
}
.eds_news_Advantage .bmd-form-group.bmd-form-group-sm .is-focused .bmd-label-floating,
.eds_news_Advantage .bmd-form-group.bmd-form-group-sm .is-filled .bmd-label-floating {
  top: 0.75rem;
  left: 0;
  font-size: 0.6875rem;
}
.eds_news_Advantage .bmd-form-group.bmd-form-group-sm .form-control:focus + .bmd-label-floating,
.eds_news_Advantage .bmd-form-group.bmd-form-group-sm .form-control:valid + .bmd-label-floating {
  top: 0.75rem;
  left: 0;
  font-size: 0.6875rem;
}
.eds_news_Advantage .bmd-form-group.bmd-form-group-sm .bmd-label-static {
  top: 0.1rem;
  left: 0;
  font-size: 0.875rem;
}
.eds_news_Advantage .bmd-form-group.bmd-form-group-sm .bmd-help {
  margin-top: 0;
  font-size: 0.65625rem;
}
.eds_news_Advantage .bmd-form-group.bmd-form-group-sm .form-control.form-control-success, .eds_news_Advantage .bmd-form-group.bmd-form-group-sm .form-control.form-control-warning, .eds_news_Advantage .bmd-form-group.bmd-form-group-sm .form-control.form-control-danger {
  background-size: 0 100%, 100% 100%, 0.6875rem 0.6875rem;
}
.eds_news_Advantage .bmd-form-group.bmd-form-group-sm .form-control.form-control-success, .eds_news_Advantage .bmd-form-group.bmd-form-group-sm .form-control.form-control-success:focus, .bmd-form-group.is-focused .eds_news_Advantage .bmd-form-group.bmd-form-group-sm .form-control.form-control-success, .eds_news_Advantage .bmd-form-group.bmd-form-group-sm .form-control.form-control-warning, .eds_news_Advantage .bmd-form-group.bmd-form-group-sm .form-control.form-control-warning:focus, .bmd-form-group.is-focused .eds_news_Advantage .bmd-form-group.bmd-form-group-sm .form-control.form-control-warning, .eds_news_Advantage .bmd-form-group.bmd-form-group-sm .form-control.form-control-danger, .eds_news_Advantage .bmd-form-group.bmd-form-group-sm .form-control.form-control-danger:focus, .bmd-form-group.is-focused .eds_news_Advantage .bmd-form-group.bmd-form-group-sm .form-control.form-control-danger {
  padding-right: 0;
  background-repeat: no-repeat, no-repeat;
  background-position: center bottom, center calc(100% - 1px), center right 0.34375rem;
}
.eds_news_Advantage .bmd-form-group.bmd-form-group-sm .form-control.form-control-success:focus, .bmd-form-group.is-focused .eds_news_Advantage .bmd-form-group.bmd-form-group-sm .form-control.form-control-success, .eds_news_Advantage .bmd-form-group.bmd-form-group-sm .form-control.form-control-warning:focus, .bmd-form-group.is-focused .eds_news_Advantage .bmd-form-group.bmd-form-group-sm .form-control.form-control-warning, .eds_news_Advantage .bmd-form-group.bmd-form-group-sm .form-control.form-control-danger:focus, .bmd-form-group.is-focused .eds_news_Advantage .bmd-form-group.bmd-form-group-sm .form-control.form-control-danger {
  background-size: 100% 100%, 100% 100%, 0.6875rem 0.6875rem;
}
.eds_news_Advantage .bmd-form-group.bmd-form-group-lg input::-moz-placeholder {
  line-height: 1.1;
}
.eds_news_Advantage .bmd-form-group.bmd-form-group-lg .form-control,
.eds_news_Advantage .bmd-form-group.bmd-form-group-lg label,
.eds_news_Advantage .bmd-form-group.bmd-form-group-lg input::placeholder {
  line-height: 1.1;
}
.eds_news_Advantage .bmd-form-group.bmd-form-group-lg label {
  color: #AAAAAA;
}
.eds_news_Advantage .bmd-form-group.bmd-form-group-lg .radio label,
.eds_news_Advantage .bmd-form-group.bmd-form-group-lg label.radio-inline,
.eds_news_Advantage .bmd-form-group.bmd-form-group-lg .checkbox label,
.eds_news_Advantage .bmd-form-group.bmd-form-group-lg label.checkbox-inline,
.eds_news_Advantage .bmd-form-group.bmd-form-group-lg .switch label {
  line-height: 1.5;
}
.eds_news_Advantage .bmd-form-group.bmd-form-group-lg .checkbox label,
.eds_news_Advantage .bmd-form-group.bmd-form-group-lg .radio label,
.eds_news_Advantage .bmd-form-group.bmd-form-group-lg label {
  font-size: 0.875rem;
}
.eds_news_Advantage .bmd-form-group.bmd-form-group-lg .bmd-label-floating,
.eds_news_Advantage .bmd-form-group.bmd-form-group-lg .bmd-label-placeholder {
  top: 2.4375rem;
}
.eds_news_Advantage .bmd-form-group.bmd-form-group-lg input[type=text] + .bmd-label-floating {
  top: 58%;
}
.eds_news_Advantage .bmd-form-group.bmd-form-group-lg .is-focused .bmd-label-floating,
.eds_news_Advantage .bmd-form-group.bmd-form-group-lg .is-filled .bmd-label-floating {
  top: 1rem;
  left: 0;
  font-size: 0.6875rem;
}
.eds_news_Advantage .bmd-form-group.bmd-form-group-lg .form-control:focus + .bmd-label-floating,
.eds_news_Advantage .bmd-form-group.bmd-form-group-lg .form-control:valid + .bmd-label-floating {
  top: 1rem;
  left: 0;
  font-size: 0.6875rem;
}
.eds_news_Advantage .bmd-form-group.bmd-form-group-lg .bmd-label-static {
  top: 0.35rem;
  left: 0;
  font-size: 0.875rem;
}
.eds_news_Advantage .bmd-form-group.bmd-form-group-lg .bmd-help {
  margin-top: 0;
  font-size: 0.9375rem;
}
.eds_news_Advantage .bmd-form-group.bmd-form-group-lg .form-control.form-control-success, .eds_news_Advantage .bmd-form-group.bmd-form-group-lg .form-control.form-control-warning, .eds_news_Advantage .bmd-form-group.bmd-form-group-lg .form-control.form-control-danger {
  background-size: 0 100%, 100% 100%, 1.1875rem 1.1875rem;
}
.eds_news_Advantage .bmd-form-group.bmd-form-group-lg .form-control.form-control-success, .eds_news_Advantage .bmd-form-group.bmd-form-group-lg .form-control.form-control-success:focus, .bmd-form-group.is-focused .eds_news_Advantage .bmd-form-group.bmd-form-group-lg .form-control.form-control-success, .eds_news_Advantage .bmd-form-group.bmd-form-group-lg .form-control.form-control-warning, .eds_news_Advantage .bmd-form-group.bmd-form-group-lg .form-control.form-control-warning:focus, .bmd-form-group.is-focused .eds_news_Advantage .bmd-form-group.bmd-form-group-lg .form-control.form-control-warning, .eds_news_Advantage .bmd-form-group.bmd-form-group-lg .form-control.form-control-danger, .eds_news_Advantage .bmd-form-group.bmd-form-group-lg .form-control.form-control-danger:focus, .bmd-form-group.is-focused .eds_news_Advantage .bmd-form-group.bmd-form-group-lg .form-control.form-control-danger {
  padding-right: 0;
  background-repeat: no-repeat, no-repeat;
  background-position: center bottom, center calc(100% - 1px), center right 0.59375rem;
}
.eds_news_Advantage .bmd-form-group.bmd-form-group-lg .form-control.form-control-success:focus, .bmd-form-group.is-focused .eds_news_Advantage .bmd-form-group.bmd-form-group-lg .form-control.form-control-success, .eds_news_Advantage .bmd-form-group.bmd-form-group-lg .form-control.form-control-warning:focus, .bmd-form-group.is-focused .eds_news_Advantage .bmd-form-group.bmd-form-group-lg .form-control.form-control-warning, .eds_news_Advantage .bmd-form-group.bmd-form-group-lg .form-control.form-control-danger:focus, .bmd-form-group.is-focused .eds_news_Advantage .bmd-form-group.bmd-form-group-lg .form-control.form-control-danger {
  background-size: 100% 100%, 100% 100%, 1.1875rem 1.1875rem;
}
.eds_news_Advantage input::-moz-placeholder {
  line-height: 1.1;
}
.eds_news_Advantage .form-control,
.eds_news_Advantage label,
.eds_news_Advantage input::placeholder {
  line-height: 1.1;
}
.eds_news_Advantage label {
  color: #AAAAAA;
}
.eds_news_Advantage .radio label,
.eds_news_Advantage label.radio-inline,
.eds_news_Advantage .checkbox label,
.eds_news_Advantage label.checkbox-inline,
.eds_news_Advantage .switch label {
  line-height: 1.5;
}
.eds_news_Advantage .checkbox label,
.eds_news_Advantage .radio label,
.eds_news_Advantage label {
  font-size: 0.875rem;
}
.eds_news_Advantage .bmd-label-floating,
.eds_news_Advantage .bmd-label-placeholder {
  top: 2.3125rem;
}
.eds_news_Advantage input[type=text] + .bmd-label-floating {
  top: 58%;
}
.eds_news_Advantage .is-focused .bmd-label-floating,
.eds_news_Advantage .is-filled .bmd-label-floating {
  top: 1rem;
  left: 0;
  font-size: 0.6875rem;
}
.eds_news_Advantage .form-control:focus + .bmd-label-floating,
.eds_news_Advantage .form-control:valid + .bmd-label-floating {
  top: 1rem;
  left: 0;
  font-size: 0.6875rem;
}
.eds_news_Advantage .bmd-label-static {
  top: 0.35rem;
  left: 0;
  font-size: 0.875rem;
}
.eds_news_Advantage .bmd-help {
  margin-top: 0;
  font-size: 0.75rem;
}
.eds_news_Advantage .form-control.form-control-success, .eds_news_Advantage .form-control.form-control-warning, .eds_news_Advantage .form-control.form-control-danger {
  background-size: 0 100%, 100% 100%, 0.9375rem 0.9375rem;
}
.eds_news_Advantage .form-control.form-control-success, .eds_news_Advantage .form-control.form-control-success:focus, .bmd-form-group.is-focused .eds_news_Advantage .form-control.form-control-success, .eds_news_Advantage .form-control.form-control-warning, .eds_news_Advantage .form-control.form-control-warning:focus, .bmd-form-group.is-focused .eds_news_Advantage .form-control.form-control-warning, .eds_news_Advantage .form-control.form-control-danger, .eds_news_Advantage .form-control.form-control-danger:focus, .bmd-form-group.is-focused .eds_news_Advantage .form-control.form-control-danger {
  padding-right: 0;
  background-repeat: no-repeat, no-repeat;
  background-position: center bottom, center calc(100% - 1px), center right 0.46875rem;
}
.eds_news_Advantage .form-control.form-control-success:focus, .bmd-form-group.is-focused .eds_news_Advantage .form-control.form-control-success, .eds_news_Advantage .form-control.form-control-warning:focus, .bmd-form-group.is-focused .eds_news_Advantage .form-control.form-control-warning, .eds_news_Advantage .form-control.form-control-danger:focus, .bmd-form-group.is-focused .eds_news_Advantage .form-control.form-control-danger {
  background-size: 100% 100%, 100% 100%, 0.9375rem 0.9375rem;
}
.eds_news_Advantage select, .eds_news_Advantage select.form-control {
  -moz-appearance: none;
  -webkit-appearance: none;
}
@media (min-width: 576px) {
  .eds_news_Advantage .form-inline .input-group {
    display: inline-flex;
    align-items: center;
  }
}
.eds_news_Advantage .form-control-feedback {
  position: absolute;
  top: 33px;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
  opacity: 0;
}
.has-success .eds_news_Advantage .form-control-feedback {
  color: #64ce66;
  opacity: 1;
}
.has-danger .eds_news_Advantage .form-control-feedback {
  color: #fc4c3b;
  opacity: 1;
}
.eds_news_Advantage .form-group {
  margin-bottom: 17px;
  position: relative;
}
.eds_news_Advantage textarea {
  height: auto !important;
  resize: none;
  line-height: 1.42857143 !important;
}
.eds_news_Advantage .form-group input[type=file] {
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.eds_news_Advantage .form-newsletter .input-group,
.eds_news_Advantage .form-newsletter .form-group {
  float: left;
  width: 78%;
  margin-right: 2%;
  margin-top: 9px;
  padding-top: 5px;
}
.eds_news_Advantage .form-newsletter .btn {
  float: left;
  width: 20%;
  margin: 9px 0 0;
}
.eds_news_Advantage .form-file-upload .input-group-btn:last-child > .btn-round {
  border-radius: 30px;
}
.eds_news_Advantage .form-file-upload .input-group-btn .btn {
  margin: 0;
}
.eds_news_Advantage .form-file-upload .input-group {
  width: 100%;
}
.eds_news_Advantage .input-group .input-group-btn {
  padding: 0 12px;
}

.eds_news_Advantage .page-header {
  height: 60vh;
  background-position: center center;
  background-size: cover;
  margin: 0;
  padding: 0;
  border: 0;
  display: flex;
  align-items: center;
}
.eds_news_Advantage .page-header .page-header-image {
  position: absolute;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.eds_news_Advantage .page-header .content-center {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #FFFFFF;
  padding: 0 15px;
  width: 100%;
  max-width: 880px;
}
.eds_news_Advantage .page-header .carousel .carousel-indicators {
  bottom: 60px;
}
.eds_news_Advantage .page-header > .container {
  color: #fff;
}
.eds_news_Advantage .page-header .title {
  color: #fff;
}
.eds_news_Advantage .page-header.header-small {
  height: 65vh;
  min-height: 65vh;
}
.eds_news_Advantage .page-header .iframe-container iframe {
  width: 100%;
  box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
}
.eds_news_Advantage .header-filter {
  position: relative;
}
.eds_news_Advantage .header-filter:before, .eds_news_Advantage .header-filter:after {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: block;
  left: 0;
  top: 0;
  content: "";
}
.eds_news_Advantage .header-filter::before {
  background: rgba(0, 0, 0, 0.5);
}
.eds_news_Advantage .header-filter .container {
  z-index: 2;
  position: relative;
}
.eds_news_Advantage .clear-filter::before {
  background: none;
}
.eds_news_Advantage .purple-filter:after {
  background: rgba(101, 47, 142, 0.64);
  background: linear-gradient(45deg, rgba(101, 47, 142, 0.88) 0%, rgba(125, 46, 185, 0.45) 100%);
  background: -webkit-linear-gradient(135deg, rgba(101, 47, 142, 0.88) 0%, rgba(125, 46, 185, 0.45) 100%);
}

.eds_news_Advantage .img-thumbnail {
  border-radius: 16px;
}
.eds_news_Advantage .img-raised {
  box-shadow: 0 5px 15px -8px rgba(0, 0, 0, 0.24), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
}
.eds_news_Advantage .rounded {
  border-radius: 6px !important;
}

.eds_news_Advantage .badge {
  padding: 5px 12px;
  text-transform: uppercase;
  font-size: 10px;
  color: #fff;
}
.eds_news_Advantage .badge.badge-primary {
  background-color: #10d7bf;
}
.eds_news_Advantage .badge.badge-info {
  background-color: #00bcd4;
}
.eds_news_Advantage .badge.badge-success {
  background-color: #4caf50;
}
.eds_news_Advantage .badge.badge-warning {
  background-color: #ff9800;
}
.eds_news_Advantage .badge.badge-danger {
  background-color: #f44336;
}
.eds_news_Advantage .badge.badge-rose {
  background-color: #e91e63;
}
.eds_news_Advantage .badge.badge-default {
  background-color: #999;
}
.eds_news_Advantage .badge-default[href]:hover,
.eds_news_Advantage .badge-default[href]:focus {
  background-color: #c1c1c1;
}
.eds_news_Advantage .badge-primary[href]:hover,
.eds_news_Advantage .badge-primary[href]:focus {
  background-color: #0ebfaa;
}
.eds_news_Advantage .badge-info[href]:hover,
.eds_news_Advantage .badge-info[href]:focus {
  background-color: #00a5bb;
}
.eds_news_Advantage .badge-success[href]:hover,
.eds_news_Advantage .badge-success[href]:focus {
  background-color: #449d48;
}
.eds_news_Advantage .badge-warning[href]:hover,
.eds_news_Advantage .badge-warning[href]:focus {
  background-color: #e68900;
  color: #fff;
}
.eds_news_Advantage .badge-danger[href]:hover,
.eds_news_Advantage .badge-danger[href]:focus {
  background-color: #f32c1e;
}
.eds_news_Advantage .badge-rose[href]:hover,
.eds_news_Advantage .badge-rose[href]:focus {
  background-color: #d81558;
}
.eds_news_Advantage .pro-badge {
  position: relative;
  font-size: 22px;
  text-transform: uppercase;
  font-weight: bold;
  right: -10px;
  padding: 10px 18px;
  top: -30px;
  background: #fff;
  border-radius: 3px;
  color: #444444;
  line-height: 22px;
  box-shadow: 0 5px 5px -2px rgba(31, 31, 31, 0.4);
}

.eds_news_Advantage .alert {
  border: 0;
  border-radius: 0;
  padding: 20px 15px;
  line-height: 20px;
}
.eds_news_Advantage .alert b {
  font-weight: 500;
  text-transform: uppercase;
  font-size: 0.85rem;
}
.eds_news_Advantage .alert, .eds_news_Advantage .alert.alert-default {
  background-color: white;
  color: #808080;
}
.eds_news_Advantage .alert a, .eds_news_Advantage .alert .alert-link, .eds_news_Advantage .alert.alert-default a, .eds_news_Advantage .alert.alert-default .alert-link {
  color: #808080;
}
.eds_news_Advantage .alert.alert-inverse {
  background-color: #292929;
  color: #fff;
}
.eds_news_Advantage .alert.alert-inverse a, .eds_news_Advantage .alert.alert-inverse .alert-link {
  color: #fff;
}
.eds_news_Advantage .alert.alert-primary {
  background-color: #11e5cc;
  color: #ffffff;
}
.eds_news_Advantage .alert.alert-primary a, .eds_news_Advantage .alert.alert-primary .alert-link {
  color: #ffffff;
}
.eds_news_Advantage .alert.alert-success {
  background-color: #55b559;
  color: #ffffff;
}
.eds_news_Advantage .alert.alert-success a, .eds_news_Advantage .alert.alert-success .alert-link {
  color: #ffffff;
}
.eds_news_Advantage .alert.alert-info {
  background-color: #00cae3;
  color: #ffffff;
}
.eds_news_Advantage .alert.alert-info a, .eds_news_Advantage .alert.alert-info .alert-link {
  color: #ffffff;
}
.eds_news_Advantage .alert.alert-warning {
  background-color: #ff9e0f;
  color: #ffffff;
}
.eds_news_Advantage .alert.alert-warning a, .eds_news_Advantage .alert.alert-warning .alert-link {
  color: #ffffff;
}
.eds_news_Advantage .alert.alert-danger {
  background-color: #f55145;
  color: #ffffff;
}
.eds_news_Advantage .alert.alert-danger a, .eds_news_Advantage .alert.alert-danger .alert-link {
  color: #ffffff;
}
.eds_news_Advantage .alert.alert-rose {
  background-color: #ea2c6d;
  color: #ffffff;
}
.eds_news_Advantage .alert.alert-rose a, .eds_news_Advantage .alert.alert-rose .alert-link {
  color: #ffffff;
}
.eds_news_Advantage .alert-info, .eds_news_Advantage .alert-danger, .eds_news_Advantage .alert-warning, .eds_news_Advantage .alert-success {
  color: #ffffff;
}
.eds_news_Advantage .alert-default a, .eds_news_Advantage .alert-default .alert-link {
  color: rgba(0,0,0, 0.87);
}
.eds_news_Advantage .alert .alert-icon {
  display: block;
  float: left;
  margin-right: 1.071rem;
}
.eds_news_Advantage .alert .alert-icon i {
  margin-top: -7px;
  top: 5px;
  position: relative;
}
.eds_news_Advantage .alert .close {
  color: #fff;
  text-shadow: none;
  opacity: 0.9;
}
.eds_news_Advantage .alert .close i {
  font-size: 20px;
}
.eds_news_Advantage .alert .close:hover, .eds_news_Advantage .alert .close:focus {
  opacity: 1;
}

.eds_news_Advantage {
  font-weight: 300;
  line-height: 1.5;
}



.eds_news_Advantage h1, .eds_news_Advantage h2, .eds_news_Advantage h3, .eds_news_Advantage .h1, .eds_news_Advantage .h2, .eds_news_Advantage .h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
.eds_news_Advantage h4, .eds_news_Advantage h5, .eds_news_Advantage h6, .eds_news_Advantage .h4, .eds_news_Advantage .h5, .eds_news_Advantage .h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
.eds_news_Advantage h1, .eds_news_Advantage .h1 {
  font-size: 3.3125rem;
  line-height: 1.15em;
}
@media (max-width: 768px) {
  .eds_news_Advantage h1, .eds_news_Advantage .h1 {
    font-size: 1.5rem;
  }
}

.eds_news_Advantage h3, .eds_news_Advantage .h3 {
  font-size: 1.5625rem;
  line-height: 1.4em;
}
.eds_news_Advantage h4, .eds_news_Advantage .h4 {
  font-size: 1.125rem;
  line-height: 1.5em;
}
.eds_news_Advantage h5, .eds_news_Advantage .h5 {
  font-size: 1.0625rem;
  line-height: 1.55em;
  margin-bottom: 15px;
}
.eds_news_Advantage h6, .eds_news_Advantage .h6 {
  font-size: 0.75rem;
  text-transform: uppercase;
  font-weight: 500;
}

.eds_news_Advantage b, .eds_news_Advantage strong {
  font-weight: 700;
}
.eds_news_Advantage small,
.eds_news_Advantage .small {
  font-size: 75%;
}
.eds_news_Advantage .title,
.eds_news_Advantage .card-title,
.eds_news_Advantage .info-title,
.eds_news_Advantage .footer-brand,
.eds_news_Advantage .footer-big h5,
.eds_news_Advantage .footer-big h4,
.eds_news_Advantage .media .media-heading,
.eds_news_Advantage .image_title {
  font-weight: 700;
  font-family: "Roboto Slab", "Times New Roman", serif;
  color: #3C4858;
}
.eds_news_Advantage h2.title {
  margin-bottom: 1rem;
}
.eds_news_Advantage .description,
.eds_news_Advantage .card-description,
.eds_news_Advantage .footer-big p {
  color: #999;
}
.eds_news_Advantage .text-warning {
  color: #ff9800 !important;
}
.eds_news_Advantage .text-primary {
  color: #10d7bf !important;
}
.eds_news_Advantage .text-danger {
  color: #f44336 !important;
}
.eds_news_Advantage .text-success {
  color: #4caf50 !important;
}
.eds_news_Advantage .text-info {
  color: #00bcd4 !important;
}
.eds_news_Advantage .text-rose {
  color: #e91e63 !important;
}
.eds_news_Advantage .text-gray {
  color: #999999 !important;
}
.eds_news_Advantage .space {
  height: 130px;
  display: block;
}
.eds_news_Advantage .space-110 {
  height: 110px;
  display: block;
}
.eds_news_Advantage .space-50 {
  height: 50px;
  display: block;
}
.eds_news_Advantage .space-70 {
  height: 70px;
  display: block;
}
.eds_news_Advantage .blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  border-left: 5px solid #eee;
}
.eds_news_Advantage .blockquote p {
  font-size: 1.063rem;
  font-style: italic;
}
.eds_news_Advantage .blockquote small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777;
}

.eds_news_Advantage .section-white {
  background: #FFFFFF;
}
.eds_news_Advantage .section-white-to-gray {
  background-color: #fff;
  background: rgba(0, 0, 0, 0) linear-gradient(0deg, #e5e5e5 0%, #fff 100%) repeat scroll 0 0;
}
.eds_news_Advantage .section-gray {
  background: #E5E5E5;
}
.eds_news_Advantage .section-light-gray {
  background: #eee;
}
.eds_news_Advantage .section-primary {
  background: #e1bee7; /* For browsers that do not support gradients */ /* For Safari 5.1 to 6.0 */ /* For Opera 11.1 to 12.0 */ /* For Firefox 3.6 to 15 */
  background: linear-gradient(60deg, #e1bee7, #ba68c8); /* Standard syntax */
}
.eds_news_Advantage .section-info {
  background: #b2ebf2; /* For browsers that do not support gradients */ /* For Safari 5.1 to 6.0 */ /* For Opera 11.1 to 12.0 */ /* For Firefox 3.6 to 15 */
  background: linear-gradient(60deg, #b2ebf2, #4dd0e1); /* Standard syntax */
}
.eds_news_Advantage .section-success {
  background: #c8e6c9; /* For browsers that do not support gradients */ /* For Safari 5.1 to 6.0 */ /* For Opera 11.1 to 12.0 */ /* For Firefox 3.6 to 15 */
  background: linear-gradient(60deg, #c8e6c9, #81c784); /* Standard syntax */
}
.eds_news_Advantage .section-warning {
  background: #ffe0b2; /* For browsers that do not support gradients */ /* For Safari 5.1 to 6.0 */ /* For Opera 11.1 to 12.0 */ /* For Firefox 3.6 to 15 */
  background: linear-gradient(60deg, #ffe0b2, #ffb74d); /* Standard syntax */
}
.eds_news_Advantage .section-danger {
  background: #ffcdd2; /* For browsers that do not support gradients */ /* For Safari 5.1 to 6.0 */ /* For Opera 11.1 to 12.0 */ /* For Firefox 3.6 to 15 */
  background: linear-gradient(60deg, #ffcdd2, #e57373); /* Standard syntax */
}
.eds_news_Advantage .section-rose {
  background: #f8bbd0; /* For browsers that do not support gradients */ /* For Safari 5.1 to 6.0 */ /* For Opera 11.1 to 12.0 */ /* For Firefox 3.6 to 15 */
  background: linear-gradient(60deg, #f8bbd0, #f06292); /* Standard syntax */
}
.eds_news_Advantage .section-space {
  height: 70px;
  display: block;
}
.eds_news_Advantage .section {
  padding: 70px 0;
}
.eds_news_Advantage .section-navbars {
  padding-bottom: 0;
}
.eds_news_Advantage .section-full-screen {
  height: 100vh;
}
.eds_news_Advantage .section-signup {
  padding-top: 20vh;
}
.eds_news_Advantage .section-dark,
.eds_news_Advantage .section-image {
  background-color: #343434;
  background-size: 200% 240%;
  background: #232323; /* FF3.6+ */ /* Chrome,Safari4+ */ /* Chrome10+,Safari5.1+ */ /* Opera 12+ */ /* IE10+ */
  background: radial-gradient(ellipse at center, #585858 0%, #232323 100%); /* W3C */
  background-size: 550% 450%;
}
.eds_news_Advantage .section-dark .eds_news_Advantage .title,
.eds_news_Advantage .section-dark .eds_news_Advantage .card-plain .card-title,
.eds_news_Advantage .section-dark .eds_news_Advantage .card-plain .icon i,
.eds_news_Advantage .section-image .eds_news_Advantage .title,
.eds_news_Advantage .section-image .eds_news_Advantage .card-plain .card-title,
.eds_news_Advantage .section-image .eds_news_Advantage .card-plain .icon i {
  color: #fff;
}
.eds_news_Advantage .section-dark .eds_news_Advantage .description,
.eds_news_Advantage .section-dark .eds_news_Advantage .card-plain .card-description,
.eds_news_Advantage .section-dark .eds_news_Advantage .card-plain .icon,
.eds_news_Advantage .section-image .eds_news_Advantage .description,
.eds_news_Advantage .section-image .eds_news_Advantage .card-plain .card-description,
.eds_news_Advantage .section-image .eds_news_Advantage .card-plain .icon {
  color: rgba(255, 255, 255, 0.76);
}
.eds_news_Advantage .section-dark .eds_news_Advantage .card-plain [class*=text-],
.eds_news_Advantage .section-dark .eds_news_Advantage .card-plain ul li b,
.eds_news_Advantage .section-image .eds_news_Advantage .card-plain [class*=text-],
.eds_news_Advantage .section-image .eds_news_Advantage .card-plain ul li b {
  color: #fff;
}
.eds_news_Advantage .section-dark .eds_news_Advantage .card-plain .card-category,
.eds_news_Advantage .section-image .eds_news_Advantage .card-plain .card-category {
  color: rgba(255, 255, 255, 0.5);
}
.eds_news_Advantage .section-dark .eds_news_Advantage .card .card-image .colored-shadow,
.eds_news_Advantage .section-image .eds_news_Advantage .card .card-image .colored-shadow {
  top: 0px;
}
.eds_news_Advantage .section-image {
  position: relative;
}
.eds_news_Advantage .section-image:after {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: block;
  left: 0;
  top: 0;
  content: "";
  background-color: rgba(0, 0, 0, 0.7);
}
.eds_news_Advantage .section-image .container {
  z-index: 2;
  position: relative;
}
.eds_news_Advantage .section,
.eds_news_Advantage .section-image {
  background-position: center center;
  background-size: cover;
}
.eds_news_Advantage [class*=features-],
.eds_news_Advantage [class*=team-],
.eds_news_Advantage [class*=projects-],
.eds_news_Advantage [class*=pricing-],
.eds_news_Advantage [class*=testimonials-],
.eds_news_Advantage [class*=contactus-] {
  padding: 80px 0;
}

.eds_news_Advantage .media {
  /*p{
      color: $gray-color;
      font-size: 1rem;
      line-height: 1.6em;
  }*/
}
.eds_news_Advantage .media .avatar {
  margin: 0 auto;
  width: 64px;
  height: 64px;
  overflow: hidden;
  border-radius: 50%;
  margin-right: 15px;
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.2);
}
.eds_news_Advantage .media .avatar img {
  width: 100%;
}
.eds_news_Advantage .media .media-heading small {
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
}
.eds_news_Advantage .media .media-body {
  padding-right: 10px;
}
.eds_news_Advantage .media .media-body textarea {
  margin-top: 15px;
}
.eds_news_Advantage .media .media-body .media .media-body {
  padding-right: 0px;
}
.eds_news_Advantage .media .media-footer .btn {
  margin-bottom: 20px;
}
.eds_news_Advantage .media .media-footer:after {
  display: table;
  content: " ";
  clear: both;
}
.eds_news_Advantage .media-left,
.eds_news_Advantage .media > .float-left {
  padding: 10px;
}

.eds_news_Advantage .card {
  border: 0;
  margin-bottom: 30px;
  margin-top: 30px;
  border-radius: 6px;
  color: rgba(0, 0, 0, 0.87);
  background: #fff;
  width: 100%;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
.eds_news_Advantage .card .card-category:not([class*=text-]) {
  color: #999999;
}
.eds_news_Advantage .card .card-category {
  margin-top: 10px;
}
.eds_news_Advantage .card .card-category .material-icons {
  position: relative;
  top: 8px;
  line-height: 0;
}
.eds_news_Advantage .card .form-check {
  margin-top: 15px;
}
.eds_news_Advantage .card .card-title {
  margin-top: 0.625rem;
}
.eds_news_Advantage .card .card-title:last-child {
  margin-bottom: 0;
}
.eds_news_Advantage .card.no-shadow .card-header-image,
.eds_news_Advantage .card.no-shadow .card-header-image img {
  box-shadow: none !important;
}
.eds_news_Advantage .card .card-body,
.eds_news_Advantage .card .card-footer {
  padding: 0.9375rem 1.875rem;
}
.eds_news_Advantage .card .card-body + .card-footer {
  padding-top: 0rem;
  border: 0;
  border-radius: 6px;
}
.eds_news_Advantage .card .card-footer {
  display: flex;
  align-items: center;
  background-color: transparent;
  border: 0;
}
.eds_news_Advantage .card .card-footer .author,
.eds_news_Advantage .card .card-footer .stats {
  display: inline-flex;
}
.eds_news_Advantage .card .card-footer .stats {
  color: #999999;
}
.eds_news_Advantage .card .card-footer .stats .material-icons {
  position: relative;
  top: auto;
  margin-right: 3px;
  margin-left: 3px;
  font-size: 18px;
}
.eds_news_Advantage .card.bmd-card-raised {
  box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
}
@media (min-width: 992px) {
  .eds_news_Advantage .card.bmd-card-flat {
    box-shadow: none;
  }
}
.eds_news_Advantage .card .card-header {
  border-radius: 3px;
  padding: 1rem 15px;
  margin-left: 15px;
  margin-right: 15px;
  margin-top: -30px;
  border: 0;
  background: linear-gradient(60deg, #eee, #bdbdbd);
}
.eds_news_Advantage .card .card-header .title {
  color: #fff;
}
.eds_news_Advantage .card .card-header:not([class*=header-]) {
  box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
}
.eds_news_Advantage .card .card-header .nav-tabs {
  padding: 0;
}
.eds_news_Advantage .card .card-header.card-header-image {
  position: relative;
  padding: 0;
  z-index: 1;
  margin-left: 15px;
  margin-right: 15px;
  margin-top: -30px;
  border-radius: 6px;
}
.eds_news_Advantage .card .card-header.card-header-image a {
  display: block;
}
.eds_news_Advantage .card .card-header.card-header-image img {
  width: 100%;
  border-radius: 6px;
  pointer-events: none;
  box-shadow: 0 5px 15px -8px rgba(0, 0, 0, 0.24), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
}
.eds_news_Advantage .card .card-header.card-header-image .card-title {
  position: absolute;
  bottom: 15px;
  left: 15px;
  color: #fff;
  font-size: 1.125rem;
  text-shadow: 0 2px 5px rgba(33, 33, 33, 0.5);
}
.eds_news_Advantage .card .card-header.card-header-image .colored-shadow {
  transform: scale(0.94);
  top: 12px;
  filter: blur(12px);
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  z-index: -1;
  transition: opacity 0.45s;
  opacity: 0;
}
.eds_news_Advantage .card .card-header.card-header-image.no-shadow {
  box-shadow: none;
}
.eds_news_Advantage .card .card-header.card-header-image.no-shadow.shadow-normal {
  box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
}
.eds_news_Advantage .card .card-header.card-header-image.no-shadow .colored-shadow {
  display: none !important;
}
.eds_news_Advantage .card .card-header-primary, .eds_news_Advantage .card.bg-primary, .eds_news_Advantage .card.card-rotate.bg-primary .front, .eds_news_Advantage .card.card-rotate.bg-primary .back {
  background: linear-gradient(60deg, #ab47bc, #7b1fa2);
}
.eds_news_Advantage .card .card-header-info, .eds_news_Advantage .card.bg-info, .eds_news_Advantage .card.card-rotate.bg-info .front, .eds_news_Advantage .card.card-rotate.bg-info .back {
  background: linear-gradient(60deg, #26c6da, #0097a7);
}
.eds_news_Advantage .card .card-header-success, .eds_news_Advantage .card.bg-success, .eds_news_Advantage .card.card-rotate.bg-success .front, .eds_news_Advantage .card.card-rotate.bg-success .back {
  background: linear-gradient(60deg, #66bb6a, #388e3c);
}
.eds_news_Advantage .card .card-header-warning, .eds_news_Advantage .card.bg-warning, .eds_news_Advantage .card.card-rotate.bg-warning .front, .eds_news_Advantage .card.card-rotate.bg-warning .back {
  background: linear-gradient(60deg, #ffa726, #f57c00);
}
.eds_news_Advantage .card .card-header-danger, .eds_news_Advantage .card.bg-danger, .eds_news_Advantage .card.card-rotate.bg-danger .front, .eds_news_Advantage .card.card-rotate.bg-danger .back {
  background: linear-gradient(60deg, #ef5350, #d32f2f);
}
.eds_news_Advantage .card .card-header-rose, .eds_news_Advantage .card.bg-rose, .eds_news_Advantage .card.card-rotate.bg-rose .front, .eds_news_Advantage .card.card-rotate.bg-rose .back {
  background: linear-gradient(60deg, #ec407a, #c2185b);
}
.eds_news_Advantage .card .card-header-primary {
  box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.2), 0 13px 24px -11px rgba(16, 215, 191, 0.6);
}
.eds_news_Advantage .card .card-header-danger {
  box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.2), 0 13px 24px -11px rgba(244, 67, 54, 0.6);
}
.eds_news_Advantage .card .card-header-rose {
  box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.2), 0 13px 24px -11px rgba(233, 30, 99, 0.6);
}
.eds_news_Advantage .card .card-header-warning {
  box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.2), 0 13px 24px -11px rgba(255, 152, 0, 0.6);
}
.eds_news_Advantage .card .card-header-info {
  box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.2), 0 13px 24px -11px rgba(0, 188, 212, 0.6);
}
.eds_news_Advantage .card .card-header-success {
  box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.2), 0 13px 24px -11px rgba(76, 175, 80, 0.6);
}
.eds_news_Advantage .card [class*=header-], .eds_news_Advantage .card[class*=bg-] {
  color: #fff;
}
.eds_news_Advantage .card [class*=header-] .card-title a,
.eds_news_Advantage .card [class*=header-] .card-title,
.eds_news_Advantage .card [class*=header-] .icon i, .eds_news_Advantage .card[class*=bg-] .card-title a,
.eds_news_Advantage .card[class*=bg-] .card-title,
.eds_news_Advantage .card[class*=bg-] .icon i {
  color: #fff;
}
.eds_news_Advantage .card [class*=header-] .icon i, .eds_news_Advantage .card[class*=bg-] .icon i {
  border-color: rgba(255, 255, 255, 0.25);
}
.eds_news_Advantage .card [class*=header-] .author a,
.eds_news_Advantage .card [class*=header-] .stats,
.eds_news_Advantage .card [class*=header-] .card-category,
.eds_news_Advantage .card [class*=header-] .card-description, .eds_news_Advantage .card[class*=bg-] .author a,
.eds_news_Advantage .card[class*=bg-] .stats,
.eds_news_Advantage .card[class*=bg-] .card-category,
.eds_news_Advantage .card[class*=bg-] .card-description {
  color: rgba(255, 255, 255, 0.8);
}
.eds_news_Advantage .card [class*=header-] .author a:hover, .eds_news_Advantage .card [class*=header-] .author a:focus, .eds_news_Advantage .card [class*=header-] .author a:active, .eds_news_Advantage .card[class*=bg-] .author a:hover, .eds_news_Advantage .card[class*=bg-] .author a:focus, .eds_news_Advantage .card[class*=bg-] .author a:active {
  color: #fff;
}
.eds_news_Advantage .card .author .avatar {
  width: auto;
  height: auto;
  overflow: hidden;
  border-radius: 50%;
  margin-right: 5px;
}
.eds_news_Advantage .card .author a {
  color: #3C4858;
  text-decoration: none;
}
.eds_news_Advantage .card .author a .ripple-container {
  display: none;
}
.eds_news_Advantage .card .card-category-social .fa {
  font-size: 24px;
  position: relative;
  margin-top: -4px;
  top: 2px;
  margin-right: 5px;
}
.eds_news_Advantage .card .card-category-social .material-icons {
  position: relative;
  top: 5px;
}
.eds_news_Advantage .card[class*=bg-], .eds_news_Advantage .card[class*=bg-] .card-body {
  border-radius: 6px;
}
.eds_news_Advantage .card[class*=bg-] h1 small,
.eds_news_Advantage .card[class*=bg-] h2 small,
.eds_news_Advantage .card[class*=bg-] h3 small, .eds_news_Advantage .card[class*=bg-] .card-body h1 small,
.eds_news_Advantage .card[class*=bg-] .card-body h2 small,
.eds_news_Advantage .card[class*=bg-] .card-body h3 small {
  color: rgba(255, 255, 255, 0.8);
}
.eds_news_Advantage .card .card-stats {
  background: transparent;
  display: flex;
}
.eds_news_Advantage .card .card-stats .author,
.eds_news_Advantage .card .card-stats .stats {
  display: inline-flex;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .card {
    display: inline-block;
  }
}
.eds_news_Advantage .card-plain {
  background: transparent;
  box-shadow: none;
}
.eds_news_Advantage .card-plain .card-header:not(.card-avatar) {
  margin-left: 0;
  margin-right: 0;
}
.eds_news_Advantage .card-plain .card-body {
  padding-left: 5px;
  padding-right: 5px;
}
.eds_news_Advantage .card-plain .card-header-image {
  margin: 0 !important;
  border-radius: 6px;
}
.eds_news_Advantage .card-plain .card-header-image img {
  border-radius: 6px;
}
.eds_news_Advantage .card-plain .card-footer {
  padding-left: 5px;
  padding-right: 5px;
  background-color: transparent;
}

.eds_news_Advantage .card-background {
  background-position: center center;
  background-size: cover;
  text-align: center;
}
.eds_news_Advantage .card-background .card-body {
  position: relative;
  z-index: 2;
  min-height: 280px;
  padding-top: 40px;
  padding-bottom: 40px;
  max-width: 440px;
  margin: 0 auto;
}
.eds_news_Advantage .card-background .card-category,
.eds_news_Advantage .card-background .card-description,
.eds_news_Advantage .card-background small {
  color: rgba(255, 255, 255, 0.7) !important;
}
.eds_news_Advantage .card-background .card-title {
  color: #fff;
  margin-top: 10px;
}
.eds_news_Advantage .card-background .card-title a {
  color: inherit;
}
.eds_news_Advantage .card-background:not(.card-pricing) .btn {
  margin-bottom: 0;
}
.eds_news_Advantage .card-background:after {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: block;
  left: 0;
  top: 0;
  content: "";
  background-color: rgba(0, 0, 0, 0.56);
  border-radius: 6px;
}
.eds_news_Advantage .card-background .author a {
  color: #fff;
}
.eds_news_Advantage .card-profile .card-header-image {
  max-height: none;
}
.eds_news_Advantage .card-profile .card-header:not([class*=card-header-]) {
  background: transparent;
}
.eds_news_Advantage .card-profile .card-avatar {
  width: 130px;
  max-width: 130px;
  max-height: 130px;
}
.eds_news_Advantage .card-profile [class*=col-] .card-avatar {
  width: auto;
}

.eds_news_Advantage .card-testimonial, .eds_news_Advantage .card-profile {
  margin-top: 30px;
  text-align: center;
}
.eds_news_Advantage .card-testimonial .card-avatar, .eds_news_Advantage .card-profile .card-avatar {
  margin: -50px auto 0;
  border-radius: 50%;
  overflow: hidden;
  padding: 0;
  box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
}
.eds_news_Advantage .card-testimonial .card-avatar + .card-body, .eds_news_Advantage .card-profile .card-avatar + .card-body {
  margin-top: 15px;
}
.eds_news_Advantage .card-testimonial .card-avatar img, .eds_news_Advantage .card-profile .card-avatar img {
  width: 100%;
  height: auto;
}
.eds_news_Advantage .card-testimonial .card-body + .card-footer, .eds_news_Advantage .card-profile .card-body + .card-footer {
  margin-top: -15px;
}
.eds_news_Advantage .card-testimonial .card-footer .btn.btn-just-icon, .eds_news_Advantage .card-profile .card-footer .btn.btn-just-icon {
  font-size: 20px;
  padding: 12px 12px;
  line-height: 1em;
}
.eds_news_Advantage .card-plain.card-testimonial .card-avatar, .eds_news_Advantage .card-plain.card-profile .card-avatar {
  margin-top: 0;
}
.eds_news_Advantage .card-testimonial .card-avatar {
  max-width: 100px;
  max-height: 100px;
}
.eds_news_Advantage .card-testimonial .card-footer {
  margin-top: 0;
  display: block;
}
.eds_news_Advantage .card-testimonial .card-footer .card-avatar {
  margin-top: 10px;
  margin-bottom: -60px;
}
.eds_news_Advantage .card-testimonial .card-description {
  font-style: italic;
}
.eds_news_Advantage .card-testimonial .card-description + .card-title {
  margin-top: 30px;
}
.eds_news_Advantage .card-testimonial .icon {
  margin-top: 30px;
}
.eds_news_Advantage .card-testimonial .icon .material-icons {
  font-size: 40px;
}

/*!
 * Bootstrap-select v1.13.12 (https://developer.snapappointments.com/bootstrap-select)
 *
 * Copyright 2012-2019 SnapAppointments, LLC
 * Licensed under MIT (https://github.com/snapappointments/bootstrap-select/blob/master/LICENSE)
 */
@-webkit-keyframes bs-notify-fadeOut {
  0% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}
@keyframes bs-notify-fadeOut {
  0% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}
.eds_news_Advantage select.bs-select-hidden,
.eds_news_Advantage .bootstrap-select > select.bs-select-hidden,
.eds_news_Advantage select.selectpicker {
  display: none !important;
}
.eds_news_Advantage .bootstrap-select {
  /*IE9 and below*/
  vertical-align: middle;
}
.eds_news_Advantage .bootstrap-select > .dropdown-toggle {
  position: relative;
  width: 100%;
  text-align: right;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 25px;
  padding-left: 20px;
  z-index: 1;
}
.eds_news_Advantage .bootstrap-select > .dropdown-toggle.bs-placeholder.btn, .eds_news_Advantage .bootstrap-select > .dropdown-toggle.bs-placeholder.btn:hover {
  color: #fff;
}
.eds_news_Advantage .bootstrap-select > .dropdown-toggle:after {
  margin-top: -1px;
}
.eds_news_Advantage .bootstrap-select > .dropdown-toggle.bs-placeholder,
.eds_news_Advantage .bootstrap-select > .dropdown-toggle.bs-placeholder:hover,
.eds_news_Advantage .bootstrap-select > .dropdown-toggle.bs-placeholder:focus,
.eds_news_Advantage .bootstrap-select > .dropdown-toggle.bs-placeholder:active {
  color: #999;
}
.eds_news_Advantage .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary,
.eds_news_Advantage .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary,
.eds_news_Advantage .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success,
.eds_news_Advantage .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger,
.eds_news_Advantage .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info,
.eds_news_Advantage .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark,
.eds_news_Advantage .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:hover,
.eds_news_Advantage .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:hover,
.eds_news_Advantage .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:hover,
.eds_news_Advantage .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:hover,
.eds_news_Advantage .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:hover,
.eds_news_Advantage .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:hover,
.eds_news_Advantage .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:focus,
.eds_news_Advantage .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:focus,
.eds_news_Advantage .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:focus,
.eds_news_Advantage .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:focus,
.eds_news_Advantage .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:focus,
.eds_news_Advantage .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:focus,
.eds_news_Advantage .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:active,
.eds_news_Advantage .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:active,
.eds_news_Advantage .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:active,
.eds_news_Advantage .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:active,
.eds_news_Advantage .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:active,
.eds_news_Advantage .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:active {
  color: rgba(255, 255, 255, 0.5);
}
.eds_news_Advantage .bootstrap-select > select {
  position: absolute !important;
  bottom: 0;
  left: 50%;
  display: block !important;
  width: 0.5px !important;
  height: 100% !important;
  padding: 0 !important;
  opacity: 0 !important;
  border: none;
  z-index: 0 !important;
}
.eds_news_Advantage .bootstrap-select > select.mobile-device {
  top: 0;
  left: 0;
  display: block !important;
  width: 100% !important;
  z-index: 2 !important;
}
.eds_news_Advantage .has-error .bootstrap-select .dropdown-toggle,
.eds_news_Advantage .error .bootstrap-select .dropdown-toggle,
.eds_news_Advantage .bootstrap-select.is-invalid .dropdown-toggle,
.eds_news_Advantage .was-validated .bootstrap-select select:invalid + .dropdown-toggle {
  border-color: #b94a48;
}
.eds_news_Advantage .bootstrap-select.is-valid .dropdown-toggle,
.eds_news_Advantage .was-validated .bootstrap-select select:valid + .dropdown-toggle {
  border-color: #28a745;
}
.eds_news_Advantage .bootstrap-select.fit-width {
  width: auto !important;
}
.eds_news_Advantage .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: auto;
}
.eds_news_Advantage .bootstrap-select > select.mobile-device:focus + .dropdown-toggle,
.eds_news_Advantage .bootstrap-select .dropdown-toggle:focus {
  outline: thin dotted #333333 !important;
  outline: 5px auto -webkit-focus-ring-color !important;
  outline-offset: -2px;
}
.eds_news_Advantage .bootstrap-select.form-control {
  margin-bottom: 0;
  padding: 0;
  border: none;
  height: auto;
}
.eds_news_Advantage :not(.input-group) > .bootstrap-select.form-control:not([class*=col-]) {
  width: 100%;
}
.eds_news_Advantage .bootstrap-select.form-control.input-group-btn {
  float: none;
  z-index: auto;
}
.eds_news_Advantage .form-inline .bootstrap-select,
.eds_news_Advantage .form-inline .bootstrap-select.form-control:not([class*=col-]) {
  width: auto;
}
.eds_news_Advantage .bootstrap-select:not(.input-group-btn),
.eds_news_Advantage .bootstrap-select[class*=col-] {
  float: none;
  display: block;
  margin-left: 0;
}
.eds_news_Advantage .bootstrap-select.dropdown-menu-right,
.eds_news_Advantage .bootstrap-select[class*=col-].dropdown-menu-right,
.eds_news_Advantage .row .bootstrap-select[class*=col-].dropdown-menu-right {
  float: right;
}
.eds_news_Advantage .form-inline .bootstrap-select,
.eds_news_Advantage .form-horizontal .bootstrap-select,
.eds_news_Advantage .form-group .bootstrap-select {
  margin-bottom: 0;
}
.eds_news_Advantage .form-group-lg .bootstrap-select.form-control,
.eds_news_Advantage .form-group-sm .bootstrap-select.form-control {
  padding: 0;
}
.eds_news_Advantage .form-group-lg .bootstrap-select.form-control .dropdown-toggle,
.eds_news_Advantage .form-group-sm .bootstrap-select.form-control .dropdown-toggle {
  height: 100%;
  font-size: inherit;
  line-height: inherit;
  border-radius: inherit;
}
.eds_news_Advantage .bootstrap-select.form-control-sm .dropdown-toggle,
.eds_news_Advantage .bootstrap-select.form-control-lg .dropdown-toggle {
  font-size: inherit;
  line-height: inherit;
  border-radius: inherit;
}
.eds_news_Advantage .bootstrap-select.form-control-sm .dropdown-toggle {
  padding: 0.25rem 0.5rem;
}
.eds_news_Advantage .bootstrap-select.form-control-lg .dropdown-toggle {
  padding: 0.5rem 1rem;
}
.eds_news_Advantage .form-inline .bootstrap-select .form-control {
  width: 100%;
}
.eds_news_Advantage .bootstrap-select.disabled,
.eds_news_Advantage .bootstrap-select > .disabled {
  cursor: not-allowed;
}
.eds_news_Advantage .bootstrap-select.disabled:focus,
.eds_news_Advantage .bootstrap-select > .disabled:focus {
  outline: none !important;
}
.eds_news_Advantage .bootstrap-select.bs-container {
  position: absolute;
  top: 0;
  left: 0;
  height: 0 !important;
  padding: 0 !important;
}
.eds_news_Advantage .bootstrap-select.bs-container .dropdown-menu {
  z-index: 1060;
}
.eds_news_Advantage .bootstrap-select .dropdown-toggle .filter-option {
  position: static;
  top: 0;
  left: 0;
  float: left;
  height: 100%;
  width: 100%;
  text-align: left;
  overflow: hidden;
  flex: 0 1 auto;
}
.eds_news_Advantage .bs3.bootstrap-select .dropdown-toggle .filter-option {
  padding-right: inherit;
}
.eds_news_Advantage .input-group .bs3-has-addon.bootstrap-select .dropdown-toggle .filter-option {
  position: absolute;
  padding-top: inherit;
  padding-bottom: inherit;
  padding-left: inherit;
  float: none;
}
.eds_news_Advantage .input-group .bs3-has-addon.bootstrap-select .dropdown-toggle .filter-option .filter-option-inner {
  padding-right: inherit;
}
.eds_news_Advantage .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
  overflow: hidden;
}
.eds_news_Advantage .bootstrap-select .dropdown-toggle .filter-expand {
  width: 0 !important;
  float: left;
  opacity: 0 !important;
  overflow: hidden;
}
.eds_news_Advantage .bootstrap-select .dropdown-toggle .caret {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -2px;
  vertical-align: middle;
}
.eds_news_Advantage .input-group .bootstrap-select.form-control .dropdown-toggle {
  border-radius: inherit;
}
.eds_news_Advantage .bootstrap-select[class*=col-] .dropdown-toggle {
  width: 100%;
}
.eds_news_Advantage .bootstrap-select .dropdown-menu {
  min-width: 100%;
  box-sizing: border-box;
}
.eds_news_Advantage .bootstrap-select .dropdown-menu > .inner:focus {
  outline: none !important;
}
.eds_news_Advantage .bootstrap-select .dropdown-menu.inner {
  position: static;
  float: none;
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  box-shadow: none;
}
.eds_news_Advantage .bootstrap-select .dropdown-menu li {
  position: relative;
}
.eds_news_Advantage .bootstrap-select .dropdown-menu li.active small {
  color: #ffffff !important;
}
.eds_news_Advantage .bootstrap-select .dropdown-menu li.disabled a {
  pointer-events: none;
  cursor: not-allowed;
}
.eds_news_Advantage .bootstrap-select .dropdown-menu li a {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.eds_news_Advantage .bootstrap-select .dropdown-menu li a.opt {
  position: relative;
  padding-left: 2.25em;
}
.eds_news_Advantage .bootstrap-select .dropdown-menu li a span.check-mark {
  display: none;
}
.eds_news_Advantage .bootstrap-select .dropdown-menu li a span.text {
  display: inline-block;
}
.eds_news_Advantage .bootstrap-select .dropdown-menu li small {
  padding-left: 0.5em;
}
.eds_news_Advantage .bootstrap-select .dropdown-menu .notify {
  position: absolute;
  bottom: 5px;
  width: 96%;
  margin: 0 2%;
  min-height: 26px;
  padding: 3px 5px;
  background: #f5f5f5;
  border: 1px solid #e3e3e3;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  pointer-events: none;
  opacity: 0.9;
  box-sizing: border-box;
}
.eds_news_Advantage .bootstrap-select .dropdown-menu .notify.fadeOut {
  -webkit-animation: 300ms linear 750ms forwards bs-notify-fadeOut;
  animation: 300ms linear 750ms forwards bs-notify-fadeOut;
}
.eds_news_Advantage .bootstrap-select .no-results {
  padding: 3px;
  background: #f5f5f5;
  margin: 0 5px;
  white-space: nowrap;
}
.eds_news_Advantage .bootstrap-select.fit-width .dropdown-toggle .filter-option {
  position: static;
  display: inline;
  padding: 0;
}
.eds_news_Advantage .bootstrap-select.fit-width .dropdown-toggle .filter-option-inner,
.eds_news_Advantage .bootstrap-select.fit-width .dropdown-toggle .filter-option-inner-inner {
  display: inline;
}
.eds_news_Advantage .bootstrap-select.fit-width .dropdown-toggle .bs-caret:before {
  content: " ";
}
.eds_news_Advantage .bootstrap-select.fit-width .dropdown-toggle .caret {
  position: static;
  top: auto;
  margin-top: -1px;
}
.eds_news_Advantage .bootstrap-select.show-tick .dropdown-menu .selected span.check-mark {
  position: absolute;
  display: inline-block;
  right: 15px;
  top: 10px;
  font-size: 16px;
}
.eds_news_Advantage .bootstrap-select.show-tick .dropdown-menu li a span.text {
  margin-right: 34px;
}
.eds_news_Advantage .bootstrap-select .bs-ok-default:after {
  content: "";
  display: block;
  width: 0.5em;
  height: 1em;
  border-style: solid;
  border-width: 0 0.26em 0.26em 0;
  transform: rotate(45deg);
}
.eds_news_Advantage .bootstrap-select.show-menu-arrow.open > .dropdown-toggle,
.eds_news_Advantage .bootstrap-select.show-menu-arrow.show > .dropdown-toggle {
  z-index: 1061;
}
.eds_news_Advantage .bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:before {
  content: "";
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(204, 204, 204, 0.2);
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none;
}
.eds_news_Advantage .bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:after {
  content: "";
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: none;
}
.eds_news_Advantage .bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:before {
  bottom: auto;
  top: -4px;
  border-top: 7px solid rgba(204, 204, 204, 0.2);
  border-bottom: 0;
}
.eds_news_Advantage .bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:after {
  bottom: auto;
  top: -4px;
  border-top: 6px solid white;
  border-bottom: 0;
}
.eds_news_Advantage .bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:before {
  right: 12px;
  left: auto;
}
.eds_news_Advantage .bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:after {
  right: 13px;
  left: auto;
}
.eds_news_Advantage .bootstrap-select.show-menu-arrow.open > .dropdown-toggle .filter-option:before,
.eds_news_Advantage .bootstrap-select.show-menu-arrow.show > .dropdown-toggle .filter-option:before,
.eds_news_Advantage .bootstrap-select.show-menu-arrow.open > .dropdown-toggle .filter-option:after,
.eds_news_Advantage .bootstrap-select.show-menu-arrow.show > .dropdown-toggle .filter-option:after {
  display: block;
}
.eds_news_Advantage .bs-searchbox,
.eds_news_Advantage .bs-actionsbox,
.eds_news_Advantage .bs-donebutton {
  padding: 4px 8px;
}
.eds_news_Advantage .bs-actionsbox {
  width: 100%;
  box-sizing: border-box;
}
.eds_news_Advantage .bs-actionsbox .btn-group button {
  width: 50%;
}
.eds_news_Advantage .bs-donebutton {
  float: left;
  width: 100%;
  box-sizing: border-box;
}
.eds_news_Advantage .bs-donebutton .btn-group button {
  width: 100%;
}
.eds_news_Advantage .bs-searchbox + .bs-actionsbox {
  padding: 0 8px 4px;
}
.eds_news_Advantage .bs-searchbox .form-control {
  margin-bottom: 0;
  width: 100%;
  float: none;
}
.eds_news_Advantage .bootstrap-select .select-with-transition {
  background: no-repeat center bottom, center calc(100% - 1px);
  transition: background 0s ease-out !important;
  background-size: 0 100%, 100% 100%;
  background-color: transparent !important;
  color: inherit !important;
  box-shadow: none !important;
}
.eds_news_Advantage .bootstrap-select .select-with-transition,
.eds_news_Advantage .bootstrap-select .btn:active,
.eds_news_Advantage .bootstrap-select .btn.active {
  background-image: linear-gradient(to top, #9c27b0 2px, rgba(156, 39, 176, 0) 2px), linear-gradient(to top, rgba(0, 0, 0, 0.26) 1px, transparent 1px);
}
.eds_news_Advantage .bootstrap-select.show .select-with-transition:focus {
  background-size: 100% 100%, 100% 100%;
  transition-duration: 0.3s !important;
}
.eds_news_Advantage .bootstrap-select .dropdown-toggle:focus {
  outline: none !important;
}
.eds_news_Advantage .bootstrap-select.show > .dropdown-menu > .dropdown-menu {
  display: block;
}
.eds_news_Advantage .bootstrap-select > .dropdown-menu > .dropdown-menu li.hidden {
  display: none;
}
.eds_news_Advantage .bootstrap-select > .dropdown-toggle::after {
  transform: rotate(180deg);
}
.eds_news_Advantage .edNews__commentscollapsed .bootstrap-select > .dropdown-toggle::after {
  transform: rotate(0deg);
}

.eds_news_Advantage .eds_openModal {
  cursor: pointer;
}
.eds_news_Advantage .edNews_clearFix::after {
  display: table;
  content: "";
  clear: both;
  width: 100%;
}
.eds_news_Advantage .edn_isotopeLayout > div {
  margin: 0 auto;
  max-width: 100%;
}
.eds_news_Advantage.eds_subCollection_news .fa {
  line-height: 1;
}
.eds_news_Advantage.eds_subCollection_news .edn_adminActions {
  line-height: 1;
  font-size: 13px;
  position: relative;
  z-index: 999;
}
.eds_news_Advantage.eds_subCollection_news .edn_adminActions > a,
.eds_news_Advantage.eds_subCollection_news .admin_action {
  display: inline-block;
  margin: 10px 5px 10px 0;
  border-width: 1px;
  border-style: solid;
  border-radius: 3px;
  padding: 5px;
  text-decoration: none;
  line-height: 1;
  background-color: #fff;
}
.eds_news_Advantage.eds_subCollection_news .edn_adminActions > a:hover,
.eds_news_Advantage.eds_subCollection_news .admin_action:hover {
  text-decoration: underline;
  box-shadow: 0 0 2px 0 #fff inset;
}
.eds_news_Advantage.eds_subCollection_news .edn_adminActions > a:hover:before,
.eds_news_Advantage.eds_subCollection_news .admin_action:hover:before {
  opacity: 1;
}
.eds_news_Advantage.eds_subCollection_news .edn_adminActions > a.edit,
.eds_news_Advantage.eds_subCollection_news .admin_action.edit {
  color: #f89e00;
  border-color: #e78d00;
}
.eds_news_Advantage.eds_subCollection_news .edn_adminActions > a.publish_article,
.eds_news_Advantage.eds_subCollection_news .admin_action.publish_article {
  color: #619c1c;
  border-color: #4c771d;
}
.eds_news_Advantage.eds_subCollection_news .fb-comments, .eds_news_Advantage.eds_subCollection_news .fb-comments iframe[style], .eds_news_Advantage.eds_subCollection_news .fb-comments > span {
  width: 100% !important;
}
.eds_news_Advantage.eds_subCollection_news .fb_comments_count {
  margin: 0 !important;
  display: inline !important;
}
.eds_news_Advantage.eds_subCollection_news .edNews_article_map {
  margin: 2rem 0;
}
.eds_news_Advantage.eds_subCollection_news .edNews_socialPrintWrapper {
  padding: 10px 0 0;
  width: 100%;
  display: flex;
  align-items: center;
  flex-flow: row wrap;
}
.eds_news_Advantage.eds_subCollection_news .edNews_socialPrintWrapper .addthis_inline_share_toolbox ~ .edn_printButton,
.eds_news_Advantage.eds_subCollection_news .edNews_socialPrintWrapper .sharethis-inline-share-buttons ~ .edn_printButton {
  margin-left: 20px;
}
@media (max-width: 768px) {
  .eds_news_Advantage.eds_subCollection_news .edNews_socialPrintWrapper .addthis_inline_share_toolbox ~ .edn_printButton,
.eds_news_Advantage.eds_subCollection_news .edNews_socialPrintWrapper .sharethis-inline-share-buttons ~ .edn_printButton {
    margin-left: 0;
  }
}
.eds_news_Advantage.eds_subCollection_news .edNews_socialPrintWrapper .addthis_inline_share_toolbox ~ .edn_printButton::after,
.eds_news_Advantage.eds_subCollection_news .edNews_socialPrintWrapper .sharethis-inline-share-buttons ~ .edn_printButton::after {
  display: inline-block;
}
@media (max-width: 768px) {
  .eds_news_Advantage.eds_subCollection_news .edNews_socialPrintWrapper .addthis_inline_share_toolbox ~ .edn_printButton::after,
.eds_news_Advantage.eds_subCollection_news .edNews_socialPrintWrapper .sharethis-inline-share-buttons ~ .edn_printButton::after {
    display: none;
  }
}
.eds_news_Advantage.eds_subCollection_news .edNews_socialPrintWrapper .sharethis-inline-share-buttons {
  flex-grow: 1;
}
@media (max-width: 768px) {
  .eds_news_Advantage.eds_subCollection_news .edNews_socialPrintWrapper .sharethis-inline-share-buttons {
    width: 100%;
    margin-bottom: 1rem;
  }
}
.eds_news_Advantage.eds_subCollection_news .edNews_socialPrintWrapper .edNews_votingRating {
  margin: 0.6rem 0 0.6rem auto;
}
.eds_news_Advantage.eds_subCollection_news .edn_printButton {
  background-color: #B9B9B9;
  cursor: pointer;
  padding: 6px 15px 5px 10px;
  border-radius: 2px;
  font-size: 0;
  line-height: 0;
  margin: 5px 2px;
  position: relative;
}
@media (max-width: 576px) {
  .eds_news_Advantage.eds_subCollection_news .edn_printButton {
    padding: 6px 8px;
  }
}
.eds_news_Advantage.eds_subCollection_news .edn_printButton::after {
  content: "";
  border-left: dotted 1px #ddd;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -13px;
  display: none;
}
.eds_news_Advantage.eds_subCollection_news .edn_printButton::before {
  font: 900 14px/1 Font Awesome\ 5 Free;
  color: #fff;
  content: "\f02f";
  vertical-align: middle;
  padding-right: 10px;
}
@media (max-width: 576px) {
  .eds_news_Advantage.eds_subCollection_news .edn_printButton::before {
    padding-right: 0;
  }
}
.eds_news_Advantage.eds_subCollection_news .edn_printButton > span {
  color: #fff;
  line-height: 1.4;
  font-family: helvetica neue, helvetica, arial, sans-serif;
  font-size: 11px;
  font-weight: normal;
  vertical-align: middle;
  display: inline-block;
  padding-top: 1px;
}
@media (max-width: 576px) {
  .eds_news_Advantage.eds_subCollection_news .edn_printButton > span {
    display: none;
  }
}
.eds_news_Advantage.eds_subCollection_news .edn_printButton:hover {
  background-color: #a5a5a5;
}
.eds_news_Advantage .edNews_additionalCards,
.eds_news_Advantage .EDN_cf_all_fields_container,
.eds_news_Advantage .search_input,
.eds_news_Advantage .edncf_AdvancedSearch,
.eds_news_Advantage .archive_list.events {
  box-shadow: 8px 8px 16px rgba(0, 0, 0, 0.11);
  padding: 2.5rem 1.5rem 1.5rem;
  background-color: #fff;
  margin: 4rem 0 3rem;
  border-radius: 0.5rem;
  position: relative;
}
@media (max-width: 768px) {
  .eds_news_Advantage .edNews_additionalCards,
.eds_news_Advantage .EDN_cf_all_fields_container,
.eds_news_Advantage .search_input,
.eds_news_Advantage .edncf_AdvancedSearch,
.eds_news_Advantage .archive_list.events {
    margin: 1.5rem 0;
  }
}
.eds_news_Advantage .EDN_cf_all_fields_container::before,
.eds_news_Advantage .search_input::before,
.eds_news_Advantage .edncf_AdvancedSearch::before,
.eds_news_Advantage .archive_list.events::before {
  position: absolute;
  background-color: #10d7bf;
  font: 900 1.2rem/3.5rem Font Awesome\ 5 Free;
  top: -0.5rem;
  left: -0.5rem;
  background-color: #10d7bf;
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 0.2rem;
  box-shadow: 1px 1px 2px rgba(16, 215, 191, 0.2);
  text-align: center;
  color: #fff;
  display: inline-block;
}
.eds_news_Advantage .EDN_cf_all_fields_container::before {
  content: "\f03a";
}
.eds_news_Advantage .edncf_AdvancedSearch::before {
  content: "\f00e";
}
.eds_news_Advantage .archive_list.events::before {
  content: "\f783";
}
.eds_news_Advantage .edNews_cardList,
.eds_news_Advantage .archive_list.events ul {
  margin: 0;
  padding: 0;
}
.eds_news_Advantage .edNews_cardList li,
.eds_news_Advantage .archive_list.events ul li {
  list-style-type: none;
  margin: 0;
  padding: 1rem 1rem 1rem 2.5rem;
  background-color: #f7f7f7;
  position: relative;
  transition: all 300ms;
  border-radius: 0.5rem;
}
.eds_news_Advantage .edNews_cardList li:hover,
.eds_news_Advantage .archive_list.events ul li:hover {
  background-color: #fff;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.07);
}
.eds_news_Advantage .edNews_cardList li:before,
.eds_news_Advantage .archive_list.events ul li:before {
  font: 900 1rem/1.1 Font Awesome\ 5 Free;
  content: "\f054";
  color: #170d49;
  display: inline-block;
  position: absolute;
  top: 1.1rem;
  left: 1rem;
}
.eds_news_Advantage .edNews_cardList li + li,
.eds_news_Advantage .archive_list.events ul li + li {
  margin-top: 1rem;
}
.eds_news_Advantage .edNews_cardList .edNews_linkDescription,
.eds_news_Advantage .archive_list.events ul .edNews_linkDescription {
  font-size: 0.9rem;
  font-style: italic;
  color: #808080;
}
.eds_news_Advantage .edNews_additionalCardsImage {
  border-radius: 0.5rem;
  overflow: hidden;
  position: relative;
}
.eds_news_Advantage .edNews_boxBadge {
  position: relative;
  top: -0.5rem;
  left: -0.5rem;
  background-color: #10d7bf;
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 0.2rem;
  box-shadow: 1px 1px 2px rgba(16, 215, 191, 0.2);
  text-align: center;
  color: #fff;
  line-height: 3.5rem;
  margin-right: 1rem;
  font-size: 1.2rem;
}
.eds_news_Advantage .edNews_cardHeader {
  margin: -2.5rem -1.5rem 1.5rem -1.5rem;
  display: flex;
  align-items: center;
}
.eds_news_Advantage .edNews_additionalCardTitle {
  margin: 0;
}
.eds_news_Advantage .edNews_additionalCardTitle,
.eds_news_Advantage .edn_module_title {
  text-transform: uppercase;
  padding: 0;
  color: #170d49;
}
.eds_news_Advantage .edn_module_title {
  margin: -1.5rem -1.5rem 1.5rem 2.5rem;
  font-size: 1.125rem;
  line-height: 1.5em;
}
.eds_news_Advantage .edNews_articleDocuments .edNews_cardList li:before {
  content: "\f15b";
  font-size: 1.5rem;
  top: 0.9rem;
}
.eds_news_Advantage .edNews_articleDocuments .edNews_cardList li.edn_docType_doc:before, .eds_news_Advantage .edNews_articleDocuments .edNews_cardList li.edn_docType_docx:before, .eds_news_Advantage .edNews_articleDocuments .edNews_cardList li.edn_docType_odt:before {
  content: "\f1c2";
}
.eds_news_Advantage .edNews_articleDocuments .edNews_cardList li.edn_docType_xls:before, .eds_news_Advantage .edNews_articleDocuments .edNews_cardList li.edn_docType_xlsx:before, .eds_news_Advantage .edNews_articleDocuments .edNews_cardList li.edn_docType_ods:before {
  content: "\f1c3";
}
.eds_news_Advantage .edNews_articleDocuments .edNews_cardList li.edn_docType_zip:before, .eds_news_Advantage .edNews_articleDocuments .edNews_cardList li.edn_docType_rar:before, .eds_news_Advantage .edNews_articleDocuments .edNews_cardList li.edn_docType_7z:before {
  content: "\f1c6";
}
.eds_news_Advantage .edNews_articleDocuments .edNews_cardList li.edn_docType_wav:before, .eds_news_Advantage .edNews_articleDocuments .edNews_cardList li.edn_docType_wma:before, .eds_news_Advantage .edNews_articleDocuments .edNews_cardList li.edn_docType_ogg:before, .eds_news_Advantage .edNews_articleDocuments .edNews_cardList li.edn_docType_flac:before, .eds_news_Advantage .edNews_articleDocuments .edNews_cardList li.edn_docType_mp3:before {
  content: "\f1c7";
}
.eds_news_Advantage .edNews_articleDocuments .edNews_cardList li.edn_docType_png:before, .eds_news_Advantage .edNews_articleDocuments .edNews_cardList li.edn_docType_gif:before, .eds_news_Advantage .edNews_articleDocuments .edNews_cardList li.edn_docType_jpg:before, .eds_news_Advantage .edNews_articleDocuments .edNews_cardList li.edn_docType_jpeg:before {
  content: "\f1c5";
}
.eds_news_Advantage .edNews_articleDocuments .edNews_cardList li.edn_docType_mpg:before, .eds_news_Advantage .edNews_articleDocuments .edNews_cardList li.edn_docType_mpeg:before, .eds_news_Advantage .edNews_articleDocuments .edNews_cardList li.edn_docType_mp4:before, .eds_news_Advantage .edNews_articleDocuments .edNews_cardList li.edn_docType_xvid:before, .eds_news_Advantage .edNews_articleDocuments .edNews_cardList li.edn_docType_wmv:before, .eds_news_Advantage .edNews_articleDocuments .edNews_cardList li.edn_docType_ogv:before, .eds_news_Advantage .edNews_articleDocuments .edNews_cardList li.edn_docType_mov:before, .eds_news_Advantage .edNews_articleDocuments .edNews_cardList li.edn_docType_avi:before, .eds_news_Advantage .edNews_articleDocuments .edNews_cardList li.edn_docType_mkv:before {
  content: "\f1c8";
}
.eds_news_Advantage .edNews_articleDocuments .edNews_cardList li.edn_docType_pdf:before {
  content: "\f1c1";
}
.eds_news_Advantage .edNews_articleDocuments .edNews_cardList li.edn_docType_ppt:before, .eds_news_Advantage .edNews_articleDocuments .edNews_cardList li.edn_docType_pptx:before, .eds_news_Advantage .edNews_articleDocuments .edNews_cardList li.edn_docType_odp:before {
  content: "\f1c4";
}
.eds_news_Advantage .edNews_articleDocuments .edNews_cardList li.edn_docType_txt:before {
  content: "\f15c";
}
.eds_news_Advantage .edNews_articleDocuments .edNews_cardList li .edn_docDetails {
  font-style: normal;
}
.eds_news_Advantage .edNews_articleDocuments .edNews_cardList li .edn_docDetails .edn_docFileSize {
  color: #000;
  font-style: normal;
}
.eds_news_Advantage .edNews_articleDocuments .edNews_cardList li .edn_documentDescription {
  color: #999;
}
.eds_news_Advantage .edNews_relatedWithImages .edNews_cardList li {
  padding: 0;
  margin-left: 1rem;
}
.eds_news_Advantage .edNews_relatedWithImages .edNews_cardList li::before {
  display: none;
}
.eds_news_Advantage .edNews_relatedWithImages .edNews_cardList li a {
  display: flex;
  align-items: center;
}
.eds_news_Advantage .edNews_relatedWithImages .edNews_cardList li:hover {
  background-color: #10d7bf;
  box-shadow: none;
}
.eds_news_Advantage .edNews_relatedWithImages .edNews_cardList li:hover a {
  color: #fff;
}
.eds_news_Advantage .edNews_smallCardArticle {
  background-color: #fff;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.07);
  margin-left: 1rem;
  border-radius: 0.5rem;
  display: flex;
}
.eds_news_Advantage .edNews_smallCardArticle a {
  display: flex;
  align-items: center;
  width: 100%;
  border-radius: 0.5rem;
  padding: 0.5rem 0 0.5rem;
  color: #170d49;
  font-weight: 400;
}
.eds_news_Advantage .edNews_smallCardArticle a img {
  border-radius: 0.5rem;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.29);
  margin-left: -1rem;
}
.eds_news_Advantage .edNews_smallCardArticle a .edNews_smallTitle {
  margin: 0;
  line-height: 1.1;
  min-height: auto;
}
.eds_news_Advantage .edNews_smallCardArticle:hover {
  background-color: #10d7bf;
  box-shadow: none;
}
.eds_news_Advantage .edNews_smallCardArticle:hover a:link,
.eds_news_Advantage .edNews_smallCardArticle:hover a:active,
.eds_news_Advantage .edNews_smallCardArticle:hover a:visited,
.eds_news_Advantage .edNews_smallCardArticle:hover a:link:hover,
.eds_news_Advantage .edNews_smallCardArticle:hover a:active:hover,
.eds_news_Advantage .edNews_smallCardArticle:hover a:visited:hover {
  color: #fff;
}
.eds_news_Advantage .edNews_smallCardArticle:hover a:link .edNews_smallTitle,
.eds_news_Advantage .edNews_smallCardArticle:hover a:active .edNews_smallTitle,
.eds_news_Advantage .edNews_smallCardArticle:hover a:visited .edNews_smallTitle,
.eds_news_Advantage .edNews_smallCardArticle:hover a:link:hover .edNews_smallTitle,
.eds_news_Advantage .edNews_smallCardArticle:hover a:active:hover .edNews_smallTitle,
.eds_news_Advantage .edNews_smallCardArticle:hover a:visited:hover .edNews_smallTitle {
  color: #fff;
}
.eds_news_Advantage .EDN_cf_all_fields_container::after {
  position: absolute;
  content: "";
  top: 2rem;
  bottom: 2rem;
  left: 48%;
  border-left: solid 1px #10d7bf;
}
@media (max-width: 992px) {
  .eds_news_Advantage .EDN_cf_all_fields_container::after {
    display: none;
  }
}
.eds_news_Advantage .EDN_cf_all_fields_container > table {
  width: 100%;
  display: block;
  margin-top: 1rem;
}
.eds_news_Advantage .EDN_cf_all_fields_container > table tbody {
  display: block;
}
.eds_news_Advantage .EDN_cf_all_fields_container > table tr {
  display: inline-block;
  width: 46%;
  vertical-align: top;
  border-bottom: solid 1px #f6f6f6;
}
@media (max-width: 992px) {
  .eds_news_Advantage .EDN_cf_all_fields_container > table tr {
    width: 100%;
  }
}
.eds_news_Advantage .EDN_cf_all_fields_container > table tr td {
  padding: 0.2rem 0.4rem;
  display: inline-block;
  vertical-align: top;
  font-size: 0.9rem;
}
.eds_news_Advantage .EDN_cf_all_fields_container > table tr td.EDN_cf_all_fields_table_label {
  font-weight: 900;
  color: #3C4858;
}
.eds_news_Advantage .EDN_cf_all_fields_container > table tr td:nth-child(1) {
  width: 40%;
}
.eds_news_Advantage .EDN_cf_all_fields_container > table tr td:nth-child(2) {
  width: 60%;
}
.eds_news_Advantage .EDN_cf_all_fields_container > table tr:nth-child(2n+1) {
  margin-right: 2%;
}
@media (max-width: 992px) {
  .eds_news_Advantage .EDN_cf_all_fields_container > table tr:nth-child(2n+1) {
    margin-right: 0;
  }
}
.eds_news_Advantage .EDN_cf_all_fields_container > table tr:nth-child(2n) {
  margin-left: 2%;
}
@media (max-width: 992px) {
  .eds_news_Advantage .EDN_cf_all_fields_container > table tr:nth-child(2n) {
    margin-left: 0;
  }
}
.eds_news_Advantage .EDN_cf_checkbox .EDN_cf_checkbox_icon:before {
  content: "\f00d";
  margin-right: 5px;
  font: 900 1.1em/1 Font Awesome\ 5 Free;
  color: #10d7bf;
}
.eds_news_Advantage .EDN_cf_checkbox.EDN_cf_checkbox_checked .EDN_cf_checkbox_icon:before {
  content: "\f00c";
}
.eds_news_Advantage .EDN_cf_checkboxList {
  margin: 0;
  padding: 0;
}
.eds_news_Advantage .EDN_cf_checkboxList li {
  list-style-type: none;
  padding: 0 0 3px;
  margin: 0;
  line-height: 1.5;
}
.eds_news_Advantage .edn_toolTip {
  position: relative;
}
.eds_news_Advantage .edn_toolTip .edn_toolTipContent {
  position: absolute;
  bottom: 100%;
  visibility: hidden;
  opacity: 0;
  transition: opacity linear 400ms;
  line-height: 0;
  font-size: 0;
  z-index: 9999;
  margin-bottom: 3px;
  overflow: hidden;
}
.eds_news_Advantage .edn_toolTip:hover .edn_toolTipContent {
  visibility: visible;
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.8);
  border: solid 1px transparent;
  border-radius: 4px;
  padding: 4px 10px;
  display: inline-block;
  max-width: 400px;
  color: #fff;
  font-size: 12px;
  line-height: 1;
}
.eds_news_Advantage .edn_toolTip.edn_tooltipLeft .edn_toolTipContent {
  left: 0;
}
.eds_news_Advantage .edn_toolTip.edn_tooltipRight .edn_toolTipContent {
  right: 0;
}
.eds_news_Advantage .edNews_calendarExport.edn_toolTip .edn_toolTipContent {
  white-space: nowrap;
}
.eds_news_Advantage .fa {
  font-family: FontAwesome !important;
}
.eds_news_Advantage .EDNcategorycolor-red,
.eds_news_Advantage .EDNcategorycolor-red:link,
.eds_news_Advantage .EDNcategorycolor-red:active,
.eds_news_Advantage .EDNcategorycolor-red:visited {
  color: #fc4c3b;
}
.eds_news_Advantage .EDNcategorycolor-blue,
.eds_news_Advantage .EDNcategorycolor-blue:link,
.eds_news_Advantage .EDNcategorycolor-blue:active,
.eds_news_Advantage .EDNcategorycolor-blue:visited {
  color: #2e7de0;
}
.eds_news_Advantage .EDNcategorycolor-black,
.eds_news_Advantage .EDNcategorycolor-black:link,
.eds_news_Advantage .EDNcategorycolor-black:active,
.eds_news_Advantage .EDNcategorycolor-black:visited {
  color: #000000;
}
.eds_news_Advantage .EDNcategorycolor-green,
.eds_news_Advantage .EDNcategorycolor-green:link,
.eds_news_Advantage .EDNcategorycolor-green:active,
.eds_news_Advantage .EDNcategorycolor-green:visited {
  color: #64ce66;
}
.eds_news_Advantage .EDNcategorycolor-yellow,
.eds_news_Advantage .EDNcategorycolor-yellow:link,
.eds_news_Advantage .EDNcategorycolor-yellow:active,
.eds_news_Advantage .EDNcategorycolor-yellow:visited {
  color: #f6c606;
}
.eds_news_Advantage .EDNcategorycolor-pink,
.eds_news_Advantage .EDNcategorycolor-pink:link,
.eds_news_Advantage .EDNcategorycolor-pink:active,
.eds_news_Advantage .EDNcategorycolor-pink:visited {
  color: #ffc0cb;
}
.eds_news_Advantage .EDNcategorycolor-gray,
.eds_news_Advantage .EDNcategorycolor-gray:link,
.eds_news_Advantage .EDNcategorycolor-gray:active,
.eds_news_Advantage .EDNcategorycolor-gray:visited {
  color: #808080;
}
.eds_news_Advantage .EDNcategorycolor-orange,
.eds_news_Advantage .EDNcategorycolor-orange:link,
.eds_news_Advantage .EDNcategorycolor-orange:active,
.eds_news_Advantage .EDNcategorycolor-orange:visited {
  color: #ff6a00;
}
.eds_news_Advantage .EDNcategorycolor-brown,
.eds_news_Advantage .EDNcategorycolor-brown:link,
.eds_news_Advantage .EDNcategorycolor-brown:active,
.eds_news_Advantage .EDNcategorycolor-brown:visited {
  color: #e49908;
}
.eds_news_Advantage .edNews_mediaContainer {
  position: relative;
  overflow: visible;
  margin-bottom: 2rem;
}
.eds_news_Advantage .edNews_mediaContainer img {
  max-width: 100%;
  height: auto;
}
.eds_news_Advantage .edNews_mediaContainer .badge {
  position: absolute;
  top: 0.8rem;
  left: -0.8rem;
  z-index: 1;
  margin: 0;
}
.eds_news_Advantage .edNews_mediaContainer.card-header-image .badge {
  left: 1rem;
}
.eds_news_Advantage .edNews_mediaContainer.card-header-image .badge.edNews_risedImageBadge {
  top: 1rem;
  left: -0.5rem;
}
.eds_news_Advantage .edNews_mediaContainer.card-header-image .badge.edNews_categoryBadge {
  padding: 0;
  top: auto;
  bottom: 1rem;
  overflow: hidden;
}
.eds_news_Advantage .edNews_mediaContainer.card-header-image .badge.edNews_categoryBadge.edNews_smallImageBadge {
  bottom: 0.5rem;
  left: 0.5rem;
}
.eds_news_Advantage .badge i {
  color: rgba(255, 255, 255, 0.5);
}
.eds_news_Advantage .edNews_categoryBadge a {
  display: block;
  text-decoration: none;
  color: #fff !important;
  padding: 0.3rem 0.5rem;
  background-color: #f38a01;
}
.eds_news_Advantage .edNews_categoryBadge .EDNcategorycolor-red {
  background-color: #fc4c3b;
}
.eds_news_Advantage .edNews_categoryBadge .EDNcategorycolor-blue {
  background-color: #2e7de0;
}
.eds_news_Advantage .edNews_categoryBadge .EDNcategorycolor-black {
  background-color: #000000;
}
.eds_news_Advantage .edNews_categoryBadge .EDNcategorycolor-green {
  background-color: #64ce66;
}
.eds_news_Advantage .edNews_categoryBadge .EDNcategorycolor-yellow {
  background-color: #f6c606;
}
.eds_news_Advantage .edNews_categoryBadge .EDNcategorycolor-pink {
  background-color: #ffc0cb;
}
.eds_news_Advantage .edNews_categoryBadge .EDNcategorycolor-gray {
  background-color: #808080;
}
.eds_news_Advantage .edNews_categoryBadge .EDNcategorycolor-orange {
  background-color: #ff6a00;
}
.eds_news_Advantage .edNews_categoryBadge .EDNcategorycolor-brown {
  background-color: #e49908;
}
.eds_news_Advantage h1 a, .eds_news_Advantage h2 a, .eds_news_Advantage h3 a, .eds_news_Advantage h4 a, .eds_news_Advantage h5 a, .eds_news_Advantage h6 a {
  display: inherit;
}
.eds_news_Advantage h1 a:not(.export, .rss):link, .eds_news_Advantage h1 a:not(.export, .rss):active, .eds_news_Advantage h1 a:not(.export, .rss):visited, .eds_news_Advantage h2 a:not(.export, .rss):link, .eds_news_Advantage h2 a:not(.export, .rss):active, .eds_news_Advantage h2 a:not(.export, .rss):visited, .eds_news_Advantage h3 a:not(.export, .rss):link, .eds_news_Advantage h3 a:not(.export, .rss):active, .eds_news_Advantage h3 a:not(.export, .rss):visited, .eds_news_Advantage h4 a:not(.export, .rss):link, .eds_news_Advantage h4 a:not(.export, .rss):active, .eds_news_Advantage h4 a:not(.export, .rss):visited, .eds_news_Advantage h5 a:not(.export, .rss):link, .eds_news_Advantage h5 a:not(.export, .rss):active, .eds_news_Advantage h5 a:not(.export, .rss):visited, .eds_news_Advantage h6 a:not(.export, .rss):link, .eds_news_Advantage h6 a:not(.export, .rss):active, .eds_news_Advantage h6 a:not(.export, .rss):visited {
  color: inherit !important;
  font: inherit;
}
.eds_news_Advantage h1 a:not(.export, .rss):hover, .eds_news_Advantage h2 a:not(.export, .rss):hover, .eds_news_Advantage h3 a:not(.export, .rss):hover, .eds_news_Advantage h4 a:not(.export, .rss):hover, .eds_news_Advantage h5 a:not(.export, .rss):hover, .eds_news_Advantage h6 a:not(.export, .rss):hover {
  color: #00752f !important;
}
.eds_news_Advantage .edNews_thumbnailBadge {
  position: absolute;
  border-radius: 0 0.35rem 0.35rem 0;
  background-color: #fff;
  color: #3e4a59;
  left: 0;
  bottom: 10%;
  font-size: 1rem;
  text-transform: none;
  padding: 0.5rem 1.25rem;
}
.eds_news_Advantage .row .child_categories {
  flex: 0 0 100%;
  max-width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.eds_news_Advantage .edNews_tags a {
  margin: 5px 3px 5px 0;
  padding: 3px 10px;
  border-radius: 30px;
  font-weight: 500;
  font-size: 0.75em;
  text-transform: uppercase;
  display: inline-block;
  line-height: 1.5em;
  transition: all 150ms ease 0s;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  background-color: #10d7bf;
  text-decoration: none;
  vertical-align: middle;
}
.eds_news_Advantage .edNews_tags a:link,
.eds_news_Advantage .edNews_tags a:active,
.eds_news_Advantage .edNews_tags a:visited {
  color: #fff;
}
.eds_news_Advantage .edNews_tags a:hover {
  background-color: #0ebfaa;
}
.eds_news_Advantage .edNews_tagCount {
  display: inline-block;
  margin: 0.2rem;
  padding: 0.2rem;
  border-radius: 0.7rem;
  background-color: rgba(0, 0, 0, 0.2);
  padding: 0.1rem 0.5rem;
}
.eds_news_Advantage .edNews_overlayCardHeader {
  overflow: hidden;
}
.eds_news_Advantage .edNews_overlayCardHeaderContent {
  position: absolute;
  background-color: rgba(16, 215, 191, 0.7);
  top: 0;
  right: 0;
  left: 0;
  padding: 1rem;
}
.eds_news_Advantage .edNews_cardHeaderDetails > i {
  margin-right: 0.5rem;
  color: rgba(0, 0, 0, 0.3);
}
.eds_news_Advantage .card-header-image .edNews_overlayCardHeaderContent {
  top: -30px;
}
.eds_news_Advantage time.small > i {
  font-size: 1rem;
}
.eds_news_Advantage .edNews_galleryBackLinkWrapper {
  position: absolute;
  bottom: calc(100% + 0.5rem);
  right: 1rem;
}
.eds_news_Advantage .edNews_detailsList {
  overflow: hidden;
  margin: 0.5rem 0;
}
.eds_news_Advantage .edNews_detailsList li {
  list-style-type: none;
  width: 50%;
  float: left;
  padding: 0.2rem;
  overflow: hidden;
}
.eds_news_Advantage .edNews_detailsList li > i,
.eds_news_Advantage .edNews_detailsList li > span {
  padding: 0.5rem 0;
}
.eds_news_Advantage .edNews_detailsList li > i {
  float: left;
  margin-top: 0.2rem;
}
.eds_news_Advantage .edNews_detailsList li > span {
  border-bottom: solid 1px #e2e2e2;
  display: block;
  overflow: hidden;
}
.eds_news_Advantage .edNews_detailsList li > span > strong {
  font-weight: 900;
  color: #3C4858;
}
.eds_news_Advantage .edNews_detailsList li:nth-child(2n+1) {
  padding-right: 2rem;
}
.eds_news_Advantage .edNews_detailsList li:nth-child(2n) {
  border-left: 1px solid #10d7bf;
  padding-left: 2rem;
}
.eds_news_Advantage .edNews_articleFlag {
  float: left;
  margin: -0.25rem 2rem 0 -1.5rem;
}
.eds_news_Advantage .edNews_articleFlag ul {
  margin: 0;
  padding: 0;
  display: inline-block;
}
.eds_news_Advantage .edNews_articleFlag .EDN_cf_checkbox {
  padding: 0;
  margin: 0;
  height: 3rem;
  list-style-type: none;
  display: none;
  position: relative;
  color: #fff;
  text-transform: uppercase;
  font: 600 1.2rem/3rem "Roboto Slab", "Times New Roman", serif;
}
.eds_news_Advantage .edNews_articleFlag .EDN_cf_checkbox .EDN_cf_checkbox_icon {
  display: none;
}
.eds_news_Advantage .edNews_articleFlag .EDN_cf_checkbox .EDN_cf_checkbox_label {
  position: relative;
  z-index: 1;
  padding: 0 1rem;
  display: inline-block;
}
.eds_news_Advantage .edNews_articleFlag .EDN_cf_checkbox::before, .eds_news_Advantage .edNews_articleFlag .EDN_cf_checkbox::after {
  content: "";
  position: absolute;
  display: inline-block;
  border: solid;
  z-index: 0;
}
.eds_news_Advantage .edNews_articleFlag .EDN_cf_checkbox::before {
  top: -0.5rem;
  left: -0.5rem;
  border-top-color: transparent !important;
  border-bottom-color: transparent !important;
  border-left-color: transparent !important;
  border-width: 0.5rem;
}
.eds_news_Advantage .edNews_articleFlag .EDN_cf_checkbox::after {
  height: 3rem;
  top: 0;
  right: -0.75rem;
  bottom: 0;
  border-width: 1.5rem 0.75rem;
  border-right-color: transparent !important;
  border-left-color: transparent !important;
}
.eds_news_Advantage .edNews_articleFlag .EDN_cf_checkbox_checked {
  display: block;
  margin: 0.5rem 0;
  background-color: #10d7bf;
}
.eds_news_Advantage .edNews_articleFlag .EDN_cf_checkbox_checked .EDN_cf_checkbox_label {
  background-color: #10d7bf;
}
.eds_news_Advantage .edNews_articleFlag .EDN_cf_checkbox_checked::before {
  border-color: #0ebfaa;
}
.eds_news_Advantage .edNews_articleFlag .EDN_cf_checkbox_checked::after {
  border-color: #10d7bf;
}
.eds_news_Advantage .edNews_articleFlag .EDN_cf_checkbox_checked:nth-child(2) {
  background-color: #ff9800;
}
.eds_news_Advantage .edNews_articleFlag .EDN_cf_checkbox_checked:nth-child(2) .EDN_cf_checkbox_label {
  background-color: #ff9800;
}
.eds_news_Advantage .edNews_articleFlag .EDN_cf_checkbox_checked:nth-child(2)::before {
  border-color: #d77000;
}
.eds_news_Advantage .edNews_articleFlag .EDN_cf_checkbox_checked:nth-child(2)::after {
  border-color: #ff9800;
}
.eds_news_Advantage .edNews_articleFlag .EDN_cf_checkbox_checked:nth-child(3) {
  background-color: #4caf50;
}
.eds_news_Advantage .edNews_articleFlag .EDN_cf_checkbox_checked:nth-child(3) .EDN_cf_checkbox_label {
  background-color: #4caf50;
}
.eds_news_Advantage .edNews_articleFlag .EDN_cf_checkbox_checked:nth-child(3)::before {
  border-color: #248728;
}
.eds_news_Advantage .edNews_articleFlag .EDN_cf_checkbox_checked:nth-child(3)::after {
  border-color: #4caf50;
}
.eds_news_Advantage .edNews_articleFlag .EDN_cf_checkbox_checked:nth-child(4) {
  background-color: #f44336;
}
.eds_news_Advantage .edNews_articleFlag .EDN_cf_checkbox_checked:nth-child(4) .EDN_cf_checkbox_label {
  background-color: #f44336;
}
.eds_news_Advantage .edNews_articleFlag .EDN_cf_checkbox_checked:nth-child(4)::before {
  border-color: #cc1b0e;
}
.eds_news_Advantage .edNews_articleFlag .EDN_cf_checkbox_checked:nth-child(4)::after {
  border-color: #f44336;
}
.eds_news_Advantage .edNews_articleFlag .EDN_cf_checkbox_checked:nth-child(5) {
  background-color: #00bcd4;
}
.eds_news_Advantage .edNews_articleFlag .EDN_cf_checkbox_checked:nth-child(5) .EDN_cf_checkbox_label {
  background-color: #00bcd4;
}
.eds_news_Advantage .edNews_articleFlag .EDN_cf_checkbox_checked:nth-child(5)::before {
  border-color: #0094ac;
}
.eds_news_Advantage .edNews_articleFlag .EDN_cf_checkbox_checked:nth-child(5)::after {
  border-color: #00bcd4;
}
.eds_news_Advantage .edNews_cfTable {
  border: solid 3px #10d7bf;
  display: flex;
  align-items: stretch;
  font-size: 1.2rem;
  border-radius: 0.5rem;
  justify-content: space-between;
  text-align: center;
}
@media (max-width: 1200px) {
  .eds_news_Advantage .edNews_cfTable {
    font-size: 1rem;
  }
}
@media (max-width: 1200px) {
  .eds_news_Advantage .edNews_cfTable {
    font-size: 0.8rem;
  }
}
.eds_news_Advantage .edNews_cfTable > div {
  align-items: center;
  display: flex;
  padding: 3rem 1rem;
  flex-direction: column;
  flex-grow: 1;
  justify-content: center;
}
@media (max-width: 1200px) {
  .eds_news_Advantage .edNews_cfTable > div {
    padding: 2rem 0.5rem;
  }
}
@media (max-width: 992px) {
  .eds_news_Advantage .edNews_cfTable > div {
    padding: 1.5rem 0.5rem;
  }
}
@media (max-width: 768px) {
  .eds_news_Advantage .edNews_cfTable > div {
    padding: 1rem 0.5rem;
  }
}
.eds_news_Advantage .edNews_cfTable > div + div {
  border-left: solid 3px #10d7bf;
}
.eds_news_Advantage .edNews_cfTable .edNews_prominentCell {
  background-color: #10d7bf;
  flex-grow: 2;
  font-size: 2rem;
}
@media (max-width: 1200px) {
  .eds_news_Advantage .edNews_cfTable .edNews_prominentCell {
    font-size: 1.5rem;
  }
}
@media (max-width: 768px) {
  .eds_news_Advantage .edNews_cfTable .edNews_prominentCell {
    font-size: 1rem;
  }
}
.eds_news_Advantage .edNews_cfTable .edNews_prominentCell,
.eds_news_Advantage .edNews_cfTable .edNews_prominentCell .title {
  color: #fff;
}
.eds_news_Advantage .edNews_cfTable .edNews_prominentCell .edNews_cfIcon,
.eds_news_Advantage .edNews_cfTable .edNews_prominentCell .title .edNews_cfIcon {
  color: rgba(0, 0, 0, 0.4);
}
.eds_news_Advantage .edNews_cfTable .edNews_cfIcon {
  margin-right: 0.5rem;
  color: rgba(0, 0, 0, 0.8);
}
@media (max-width: 1200px) {
  .eds_news_Advantage .edNews_cfTable .edNews_cfIcon {
    display: block;
    margin-right: 0;
  }
}

.eds_news_Advantage .edNews_oddEven .edNews_articleImage {
  margin-bottom: 1rem;
}
.eds_news_Advantage .edNews_oddEven > article:nth-child(odd) .edNews_articleImage {
  float: left;
  margin-right: 2rem;
}
.eds_news_Advantage .edNews_oddEven > article:nth-child(even) .edNews_articleImage {
  float: right;
  margin-left: 2rem;
}
.eds_news_Advantage .edNews_defaultList .edNews_summary p {
  display: inline;
}
.eds_news_Advantage .edNews_timeLineArticle .edNews_article:first-child .edNews_timeLine::after {
  top: 50%;
}
@media (max-width: 768px) {
  .eds_news_Advantage .edNews_timeLineArticle .edNews_article:first-child .edNews_timeLine::after {
    top: 3rem;
  }
}
.eds_news_Advantage .edNews_timeLineArticle .edNews_article:last-child .edNews_timeLine::after {
  bottom: 50%;
}
@media (max-width: 768px) {
  .eds_news_Advantage .edNews_timeLineArticle .edNews_article:last-child .edNews_timeLine::after {
    bottom: calc(100% - 3rem);
  }
}
.eds_news_Advantage .edNews_timeLineArticle .edNews_startTime {
  white-space: nowrap;
  font-size: 2.8rem;
}
@media (max-width: 1200px) {
  .eds_news_Advantage .edNews_timeLineArticle .edNews_startTime {
    font-size: 2rem;
  }
}
@media (max-width: 768px) {
  .eds_news_Advantage .edNews_timeLineArticle .edNews_startTime {
    font-size: 1.5rem;
  }
}
@media (max-width: 768px) {
  .eds_news_Advantage .edNews_timeLineRow {
    position: relative;
    padding-left: 2rem;
  }
}
@media (max-width: 768px) {
  .eds_news_Advantage .edNews_timeLineRow .edNews_additionalCardsArticleContent {
    font-size: 0.9rem;
  }
}
@media (max-width: 768px) {
  .eds_news_Advantage .edNews_timeLineRow .edNews_additionalCardsArticleContent .h3 {
    font-size: 1.1rem;
  }
}
.eds_news_Advantage .edNews_timeLine {
  position: relative;
}
@media (max-width: 768px) {
  .eds_news_Advantage .edNews_timeLine {
    position: static;
  }
}
.eds_news_Advantage .edNews_timeLine::before, .eds_news_Advantage .edNews_timeLine::after {
  position: absolute;
  content: "";
  background-color: #d7d7d7;
  display: block;
}
.eds_news_Advantage .edNews_timeLine::before {
  width: 1.6rem;
  height: 3px;
  top: 50%;
  right: 1rem;
}
@media (max-width: 768px) {
  .eds_news_Advantage .edNews_timeLine::before {
    right: auto;
    left: 0;
    top: 3rem;
  }
}
.eds_news_Advantage .edNews_timeLine::after {
  width: 3px;
  top: 0;
  right: 1.75rem;
  bottom: 0;
}
@media (max-width: 768px) {
  .eds_news_Advantage .edNews_timeLine::after {
    right: auto;
    left: 0.75rem;
    top: 0;
  }
}
.eds_news_Advantage .edNews_additionalCardsArticleContent .edNews_summary p {
  display: inline;
}
.eds_news_Advantage .edNews_additionalCardsArticleContent .edNews_summary p + p {
  display: block;
}
.eds_news_Advantage .edNews_additionalCardsLeftImage {
  margin-left: 5rem;
}
@media (max-width: 1200px) {
  .eds_news_Advantage .edNews_additionalCardsLeftImage {
    margin-left: 2rem;
  }
}
.eds_news_Advantage .edNews_additionalCardsLeftImage .edNews_additionalCardsImage {
  margin-right: 2rem;
  margin-bottom: 0.5rem;
  margin-left: -6rem;
  float: left;
}
@media (max-width: 1200px) {
  .eds_news_Advantage .edNews_additionalCardsLeftImage .edNews_additionalCardsImage {
    max-width: 40%;
    margin-left: -3rem;
    margin-right: 1rem;
  }
}
@media (max-width: 992px) {
  .eds_news_Advantage .edNews_additionalCardsLeftImage .edNews_additionalCardsImage {
    max-width: 30%;
  }
}

.eds_news_Advantage.eds_subCollection_news .article_pager,
.eds_news_Advantage.eds_subCollection_news .article_pagination table {
  padding: 2rem 0;
}
.eds_news_Advantage.eds_subCollection_news .article_pager a,
.eds_news_Advantage.eds_subCollection_news .article_pagination a,
.eds_news_Advantage.eds_subCollection_news .article_pagination span {
  border: none;
  border-radius: 30px;
  transition: all 0.3s;
  padding: 0px 11px;
  margin: 0 3px;
  min-width: 30px;
  height: 30px;
  line-height: 30px;
  color: #999999;
  font-weight: 400;
  font-size: 12px;
  text-transform: uppercase;
  background: transparent;
  text-align: center;
}
.eds_news_Advantage.eds_subCollection_news .article_pager a,
.eds_news_Advantage.eds_subCollection_news .article_pagination a {
  text-decoration: none;
}
.eds_news_Advantage.eds_subCollection_news .article_pager a:hover,
.eds_news_Advantage.eds_subCollection_news .article_pagination a:hover {
  text-decoration: none;
}
.eds_news_Advantage.eds_subCollection_news .article_pagination {
  overflow: hidden;
}
.eds_news_Advantage.eds_subCollection_news .article_pager {
  display: flex;
  justify-content: center;
}
.eds_news_Advantage.eds_subCollection_news .article_pager a.active,
.eds_news_Advantage.eds_subCollection_news .article_pagination span {
  background-color: #10d7bf;
  color: #fff;
  box-shadow: 0 4px 5px 0 rgba(16, 215, 191, 0.14), 0 1px 10px 0 rgba(16, 215, 191, 0.12), 0 2px 4px -1px rgba(16, 215, 191, 0.2);
}
.eds_news_Advantage .edNews_loadMoreTriggerWrapper,
.eds_news_Advantage .edsgg__loadMediaWrapper {
  text-align: center;
  padding: 1rem 0;
}
.eds_news_Advantage .edNews_loadMoreTriggerWrapper .edNews_loadMoreTrigger,
.eds_news_Advantage .edsgg__loadMediaWrapper .edsgg__loadMediaTrigger {
  position: relative;
  padding: 0;
  background: none #fff;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  -webkit-appearance: none;
  overflow: hidden;
  width: 100%;
  border: none;
  border-radius: 0.25rem;
  cursor: pointer;
  transition: box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1), background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.eds_news_Advantage .edNews_loadMoreTriggerWrapper .edNews_loadMoreTrigger > span,
.eds_news_Advantage .edsgg__loadMediaWrapper .edsgg__loadMediaTrigger > span {
  color: #999;
  font-size: 0.75rem;
  line-height: 1.42857;
  font-weight: 400;
  display: block;
  padding: 12px 30px;
}
.eds_news_Advantage .edNews_loadMoreTriggerWrapper .edNews_loadMoreTrigger:hover,
.eds_news_Advantage .edsgg__loadMediaWrapper .edsgg__loadMediaTrigger:hover {
  box-shadow: 0 14px 26px -12px rgba(16, 215, 191, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(16, 215, 191, 0.2);
}
.eds_news_Advantage .edNews_loadMoreTriggerWrapper .actionTextContainer,
.eds_news_Advantage .edsgg__loadMediaWrapper .edsgg__loadMediaTriggerText {
  background-color: #fff;
  transition: all 200ms linear;
}
.eds_news_Advantage .edNews_loadMoreTriggerWrapper .loadingOverlay,
.eds_news_Advantage .edsgg__loadMediaWrapper .edsgg__loadMediaTriggerOverlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 100%;
  opacity: 0;
  transition: opacity 200ms linear;
  background-color: rgba(255, 255, 255, 0.8);
}
.eds_news_Advantage .edNews_loadMoreTriggerWrapper .loadingOverlay::before,
.eds_news_Advantage .edsgg__loadMediaWrapper .edsgg__loadMediaTriggerOverlay::before {
  content: "\f021";
  display: inline-block;
  margin-right: 1rem;
  font-family: Font Awesome\ 5 Free;
  line-height: 0;
  font-size: 1rem;
  font-style: normal;
  font-weight: 900;
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.eds_news_Advantage .edNews_loadMoreTriggerWrapper .edNews_loadMoreTrigger:hover .actionTextContainer,
.eds_news_Advantage .edsgg__loadMediaWrapper .edsgg__loadMediaTrigger:hover .edsgg__loadMediaTriggerText {
  color: #fff;
  background-color: #10d7bf;
}
.eds_news_Advantage .edNews_loadMoreTriggerWrapper.loading .edNews_loadMoreTrigger .loadingOverlay,
.eds_news_Advantage .edsgg__loadMediaWrapper .edsgg__loadMediaTrigger.loading .edsgg__loadMediaTriggerOverlay {
  opacity: 1;
  top: 0;
}
.eds_news_Advantage .edNews_loadMoreTriggerWrapper.hide,
.eds_news_Advantage .edsgg__loadMediaWrapper.hide {
  display: none;
}
.eds_news_Advantage .edNews_prevNextPagination {
  width: 4.8rem;
  font-size: 1.1rem;
  display: flex;
}
.eds_news_Advantage .edNews_prevNextPagination > span {
  display: inline-block;
  color: #10d7bf;
  background-color: #f0f0f0;
  cursor: pointer;
  width: 2.4rem;
  height: 2.4rem;
  text-align: center;
  line-height: 2.4rem;
}
.eds_news_Advantage .edNews_prevNextPagination > span:hover {
  background-color: #10d7bf;
  color: #fff;
}
.eds_news_Advantage .edNews_prevNextPagination > span > i + span {
  display: none;
}
.eds_news_Advantage .edNews_prevNextPagination > span:first-child {
  border-radius: 1.2rem 0 0 1.2rem;
}
.eds_news_Advantage .edNews_prevNextPagination > span:last-child {
  border-radius: 0 1.2rem 1.2rem 0;
}

.eds_news_Advantage .edn_article_gallery ul {
  margin: 1rem -0.5rem;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.eds_news_Advantage .edn_article_gallery ul li {
  list-style-type: none;
  margin: 0.5rem;
}
.eds_news_Advantage .edn_article_gallery ul li img {
  border-radius: 6px;
  box-shadow: 0 5px 15px -8px rgba(0, 0, 0, 0.24), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
}
.eds_news_Advantage .in_article_image {
  position: relative;
  margin: 1rem 0 2rem;
  margin-right: 2rem;
}
.eds_news_Advantage .in_article_image img {
  max-width: 100%;
  border-radius: 6px;
  box-shadow: 0 5px 15px -8px rgba(0, 0, 0, 0.24), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
  max-width: 100%;
  height: auto;
}
.eds_news_Advantage .in_article_image .image_wrapper > a {
  display: block;
  position: relative;
  text-align: center;
}
.eds_news_Advantage .in_article_image .image_wrapper > a::after {
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -3rem;
  right: -1rem;
  width: 2.5rem;
  height: 6rem;
  background-color: #10d7bf;
  content: "+";
  color: #fff;
  line-height: 6rem;
  font-size: 2rem;
  border-radius: 2px;
}
.eds_news_Advantage .in_article_image .image_wrapper > a:hover::after {
  background-color: #0ebfaa;
}
.eds_news_Advantage .in_article_image.left, .eds_news_Advantage .in_article_image.right {
  background: #fff;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  border-radius: 6px;
}
.eds_news_Advantage .in_article_image.left {
  margin: 0.3rem 2rem 1rem 0;
}
.eds_news_Advantage .in_article_image.right {
  float: right;
  margin: 0.3rem 0 1rem 2rem;
}
.eds_news_Advantage .in_article_image.right .image_wrapper > a::after {
  right: auto;
  left: -1rem;
}
.eds_news_Advantage .image_title,
.eds_news_Advantage .image_description {
  padding: 1rem;
  margin: 0;
}
.eds_news_Advantage .image_title {
  font-size: 1rem;
}
.eds_news_Advantage .image_title + .image_description {
  padding-top: 0;
  margin-top: -0.5rem;
}
.eds_news_Advantage .image_description {
  font-size: 0.8rem;
  color: #999;
  line-height: 1.2;
}
.eds_news_Advantage .button {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  margin: 10px 0 0 5px;
  font-size: 0;
  text-decoration: none;
  transition: color 300ms;
  color: #3f3f3f;
}
.eds_news_Advantage .button::before {
  font: 900 1.2rem/1 Font Awesome\ 5 Free;
  transition: color 300ms;
}
.eds_news_Advantage .button,
.eds_news_Advantage a.button:link,
.eds_news_Advantage a.button:active,
.eds_news_Advantage a.button:visited {
  color: #3f3f3f;
  text-decoration: none;
}
.eds_news_Advantage .button:hover,
.eds_news_Advantage a.button:link:hover,
.eds_news_Advantage a.button:active:hover,
.eds_news_Advantage a.button:visited:hover {
  text-decoration: none;
  color: #10d7bf;
}
.eds_news_Advantage .button ~ .button,
.eds_news_Advantage a.button:link ~ .button,
.eds_news_Advantage a.button:active ~ .button,
.eds_news_Advantage a.button:visited ~ .button {
  margin-left: 1rem;
}
.eds_news_Advantage .button.author_rss::before {
  content: "\f09e";
}
.eds_news_Advantage .button.contact::before {
  content: "\f0e0";
}
.eds_news_Advantage .button.full_bio::before {
  content: "\f007";
}
.eds_news_Advantage .button.social::before {
  font-weight: 400;
  font-family: "Font Awesome 5 Brands";
}
.eds_news_Advantage .button.social.facebook::before {
  content: "\f39e";
}
.eds_news_Advantage .button.social.twitter::before {
  content: "\f099";
}
.eds_news_Advantage .button.social.linked_in::before {
  content: "\f0e1";
}
.eds_news_Advantage .button.social.google_plus::before {
  content: "\f0d5";
}
.eds_news_Advantage .button.social.youtube::before {
  content: "\f167";
}
.eds_news_Advantage .button.social.instagram::before {
  content: "\f16d";
}
.eds_news_Advantage .button.social.website::before {
  content: "\f0c1";
  font-family: Font Awesome\ 5 Free;
  font-weight: 900;
}
.eds_news_Advantage .button.author_rss,
.eds_news_Advantage .button.edsgg_buttonLink,
.eds_news_Advantage .edsgg_addThisButton > a {
  background-color: #efefef;
  width: 30px;
  height: 30px;
  border-radius: 15px;
}
.eds_news_Advantage .button.author_rss:link, .eds_news_Advantage .button.author_rss:active, .eds_news_Advantage .button.author_rss:visited,
.eds_news_Advantage .button.edsgg_buttonLink:link,
.eds_news_Advantage .button.edsgg_buttonLink:active,
.eds_news_Advantage .button.edsgg_buttonLink:visited,
.eds_news_Advantage .edsgg_addThisButton > a:link,
.eds_news_Advantage .edsgg_addThisButton > a:active,
.eds_news_Advantage .edsgg_addThisButton > a:visited {
  color: #10d7bf;
  text-decoration: none;
}
.eds_news_Advantage .button.author_rss:link:hover, .eds_news_Advantage .button.author_rss:active:hover, .eds_news_Advantage .button.author_rss:visited:hover,
.eds_news_Advantage .button.edsgg_buttonLink:link:hover,
.eds_news_Advantage .button.edsgg_buttonLink:active:hover,
.eds_news_Advantage .button.edsgg_buttonLink:visited:hover,
.eds_news_Advantage .edsgg_addThisButton > a:link:hover,
.eds_news_Advantage .edsgg_addThisButton > a:active:hover,
.eds_news_Advantage .edsgg_addThisButton > a:visited:hover {
  text-decoration: none;
  color: #3f3f3f;
}
.eds_news_Advantage .button.author_rss::before,
.eds_news_Advantage .button.edsgg_buttonLink::before,
.eds_news_Advantage .edsgg_addThisButton > a::before {
  line-height: 30px;
  font-size: 1rem;
}
.eds_news_Advantage .button.edsgg_buttonLink i {
  line-height: 30px;
  font-size: 1rem;
}
.eds_news_Advantage .button.edsgg_buttonLink i::before {
  font-size: inherit;
  line-height: inherit;
}
.eds_news_Advantage .edsgg_addThisButton > a {
  font-size: 0;
  text-align: center;
  display: inline-block;
}
.eds_news_Advantage .edsgg_addThisButton > a::before {
  font: 900 1rem/30px Font Awesome\ 5 Free;
  content: "\f1e0";
}

.eds_news_Advantage .edNews__itemCommentsWrapper {
  margin: 0 auto;
}
.eds_news_Advantage .edNews__itemCommentsWrapper.edNews__showComments .edNews__itemCommentContainer {
  display: block;
}
.eds_news_Advantage .edNews__itemCommentContainer:first-child, .eds_news_Advantage .edNews__itemCommentContainer:nth-child(2) {
  display: block;
}
.eds_news_Advantage .edNews__itemCommentContainer::after {
  content: "";
  width: 100%;
  display: table;
  clear: both;
}
.eds_news_Advantage .edNews__itemCommentContainer.edNews__editingComment > .edNews__commentContentWrapper .edNews_adminEdit .edNews__commentContent {
  display: none;
}
.eds_news_Advantage .edNews__itemCommentContainer.edNews__editingComment > .edNews__commentContentWrapper .edNews_adminEdit .edNews_commentActions.main {
  display: none;
}
.eds_news_Advantage .edNews__itemCommentContainer.edNews__editingComment .edNews__editCommentContainer {
  display: block;
}
.eds_news_Advantage .edNews__itemCommentContainer.edNews__deleted > .edNews__commentContentWrapper .edNews_adminEdit {
  opacity: 0.5;
  margin: 0 0 0 9%;
}
.eds_news_Advantage .edNews__itemCommentContainer.edNews__deleted > .edNews__commentContentWrapper .edNews_votes {
  display: none;
}
.eds_news_Advantage .edNews__editCommentContainer {
  display: none;
  overflow: hidden;
  border: dashed 1px #ddd;
  background-color: #fff3ec;
  padding: 1rem;
}
.eds_news_Advantage .edNews__editCommentContainer .edNews_commentActions {
  margin: 1rem 0 0;
}
.eds_news_Advantage .edNews__editCommentContainer .edNews__editCommentContent {
  width: 100%;
  padding: 1rem;
  outline: none;
  box-shadow: none;
  border: solid 1px #ddd;
  font: 0.9rem/1.3 Arial;
  resize: vertical;
  color: #3C4858;
}
.eds_news_Advantage .edNews__editCommentContainer .edNews__editCommentContent:hover, .eds_news_Advantage .edNews__editCommentContainer .edNews__editCommentContent:focus {
  border-color: #333;
}
.eds_news_Advantage .edNews__editCommentContainer .edNews_errorMessage {
  margin: 0;
  border: 0;
  padding: 5px;
  text-align: right;
  padding: 10px 0;
}
.eds_news_Advantage .edNews__editCommentContainer .edNews_errorMessage > span {
  background: #F0F0F0;
  border: 1px solid #CCCCCC;
  padding: 4px 14px 3px;
  text-decoration: none;
  margin-left: 5px;
  border-radius: 3px;
  font-size: 11px;
  cursor: pointer;
}
.eds_news_Advantage .edNews__editCommentContainer .edNews_errorMessage > span > span {
  text-shadow: 0 1px #FFFFFF;
  color: #5F5F5F;
  font-weight: bold;
  white-space: nowrap;
  font-size: 11px;
}
.eds_news_Advantage .edNews__editCommentContainer .edNews_errorMessage > span:hover {
  background-color: #fff;
}
.eds_news_Advantage .edNews__editCommentContainer .edNews_errorMessage > span:hover > span {
  color: #5F5F5F;
}
.eds_news_Advantage .edNews_commentText {
  color: #999999;
}
.eds_news_Advantage .edNews__childCommentsContainer {
  margin-left: 8%;
}
.eds_news_Advantage .edNews__childCommentsContainer .edNews__childCommentsContainer {
  margin-left: 0;
}
.eds_news_Advantage .edNews__childCommentsContainer .media {
  font-size: 0.9em;
}
.eds_news_Advantage .edNews__childCommentsContainer .media .avatar {
  width: 40px;
  height: 40px;
}
.eds_news_Advantage .edNews__childCommentsContainer .media .media-heading {
  font-size: 1em;
}
.eds_news_Advantage .edNews__itemCommentContainer {
  margin-bottom: 1rem;
}
.eds_news_Advantage .edNews__itemCommentContainer .edNews__childCommentsContainer {
  margin-bottom: 1rem;
}
.eds_news_Advantage .edNews__itemCommentContainer.edNews__noChildComments .edNews__childCommentsContainer {
  display: none;
}
.eds_news_Advantage .edNews__commentsListContainer > .edNews__itemCommentContainer > .edNews__childCommentsContainer > .edNews__itemCommentContainer > .edNews__childCommentsContainer > .edNews__itemCommentContainer .edNews__childCommentsContainer {
  padding-left: 0;
  margin-left: 4%;
}
.eds_news_Advantage .edNews_userAvatar > a {
  display: block;
}
.eds_news_Advantage .edNews_userAvatar img {
  width: 100%;
  height: auto;
  max-width: none;
}
.eds_news_Advantage .edNews_commentDetails {
  overflow: hidden;
}
.eds_news_Advantage .edNews_commentDetails .edNews_commentersName {
  color: #3f3f3f;
  margin: 0 0 0.5rem;
}
.eds_news_Advantage .edNews_commentDetails .edNews_commentDateAdded {
  color: #10d7bf;
}
.eds_news_Advantage .edNews__commentsListContainer {
  margin: 30px 0 30px;
  display: block;
}
.eds_news_Advantage .edNews__commentsListContainer.noComments {
  display: none;
}
.eds_news_Advantage .edNews__commentsListContainer.noComments + .edNews__showCommentsTrigger {
  display: none;
}
.eds_news_Advantage .edNews_errorMessage {
  top: 10px;
  display: none;
  border-top: solid 1px #e2252d;
  padding: 6px;
  margin-bottom: -4px;
  font-size: 11px;
  font-weight: normal;
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  color: #ac171e;
}
.eds_news_Advantage .edNews_errorMessage.show {
  display: block;
}
.eds_news_Advantage .edNews__replyingToMessage,
.eds_news_Advantage .edNews__commentPendingApproval {
  display: none;
  margin: 20px 0;
  text-align: left;
  color: #3C4858;
  border-top: solid 1px #eee;
  border-bottom: solid 1px #10d7bf;
  background-color: #fcfcfc;
  padding: 10px;
}
.eds_news_Advantage .edNews__replyingToMessage > a,
.eds_news_Advantage .edNews__commentPendingApproval > a {
  text-decoration: underline;
}
.eds_news_Advantage .edNews__commentPendingApproval {
  background: #FFFCE3;
  color: #444;
}
.eds_news_Advantage .edNews__commentPendingApproval.show {
  display: block;
}
.eds_news_Advantage .edNews__commentsCommentFormWrapper .edNews_clear {
  clear: both;
}
.eds_news_Advantage .edNews__commentsCommentFormWrapper .edNews_leaveaComment {
  color: #8E8E8E;
  font-size: 1.2rem;
  line-height: 53px;
  font-weight: bold;
  margin: 0;
  padding: 0 20px 0 53px;
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  letter-spacing: normal;
  background: url("/DesktopModules/EasyDNNnews/Templates/_default/Advantage/assets/images/common/comments/comment.png") no-repeat 13px center rgba(0, 0, 0, 0.08);
}
.eds_news_Advantage .edNews__commentsCommentFormWrapper .edNews_addComment .edNews_inputWrapper {
  margin-bottom: 10px;
}
.eds_news_Advantage .edNews__commentsCommentFormWrapper .edNews_addComment .edNews_inputWrapper::after {
  display: table;
  width: 100%;
  clear: both;
  content: "";
}
.eds_news_Advantage .edNews__commentsCommentFormWrapper .edNews_addComment .edNews_inputWrapper label {
  float: left;
  width: 23%;
  padding: 7px 2% 0 0;
  vertical-align: top;
  font-size: 1rem;
  font-weight: normal;
  color: #00752f;
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
}
@media (max-width: 576px) {
  .eds_news_Advantage .edNews__commentsCommentFormWrapper .edNews_addComment .edNews_inputWrapper label {
    float: none;
    width: auto;
    display: block;
    text-align: left;
  }
}
.eds_news_Advantage .edNews__commentsCommentFormWrapper .edNews_addComment .edNews_inputWrapper textarea,
.eds_news_Advantage .edNews__commentsCommentFormWrapper .edNews_addComment .edNews_inputWrapper input[type=text] {
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  background: none #fdfdfd;
  border: 2px solid #e8e8e8 !important;
  border-radius: 0;
  color: #C6C6C6;
  outline: medium none;
  padding: 8px;
  width: 75%;
  box-shadow: none !important;
  margin: 0;
  resize: vertical;
  font-size: 1rem;
}
@media (max-width: 576px) {
  .eds_news_Advantage .edNews__commentsCommentFormWrapper .edNews_addComment .edNews_inputWrapper textarea,
.eds_news_Advantage .edNews__commentsCommentFormWrapper .edNews_addComment .edNews_inputWrapper input[type=text] {
    width: 100%;
  }
}
.eds_news_Advantage .edNews__commentsCommentFormWrapper .edNews_addComment .edNews_inputWrapper textarea:focus, .eds_news_Advantage .edNews__commentsCommentFormWrapper .edNews_addComment .edNews_inputWrapper textarea:hover,
.eds_news_Advantage .edNews__commentsCommentFormWrapper .edNews_addComment .edNews_inputWrapper input[type=text]:focus,
.eds_news_Advantage .edNews__commentsCommentFormWrapper .edNews_addComment .edNews_inputWrapper input[type=text]:hover {
  color: #9fa0a2;
  background: none #fdfdfd;
}
.eds_news_Advantage .edNews__commentsCommentFormWrapper .edNews_addComment .edNews_inputWrapper textarea:focus,
.eds_news_Advantage .edNews__commentsCommentFormWrapper .edNews_addComment .edNews_inputWrapper input[type=text]:focus {
  background-color: #fff;
  color: #9fa0a2;
}
.eds_news_Advantage .edNews__commentsCommentFormWrapper .edNews_addComment .edNews_button {
  padding: 20px 0 0;
  text-align: right;
}
.eds_news_Advantage .edNews__commentsCommentFormWrapper .edNews_addComment .edNews_button > span {
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  background-color: #10d7bf;
  background-image: none;
  border: 0 none;
  border-radius: 2px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 16px;
  overflow: hidden;
  padding: 1rem 2rem;
  text-align: center;
  vertical-align: middle;
}
.eds_news_Advantage .edNews__commentsCommentFormWrapper .edNews_addComment.edNews_registeredUser .edNews_inputWrapper > label {
  display: none;
}
.eds_news_Advantage .edNews__commentsCommentFormWrapper .edNews_addComment.edNews_registeredUser .edNews_inputWrapper .edNews_commenterImage {
  width: 65px;
  height: 65px;
  background-color: #ccc;
  text-align: center;
  float: left;
  position: relative;
  z-index: 2;
}
.eds_news_Advantage .edNews__commentsCommentFormWrapper .edNews_addComment.edNews_registeredUser .edNews_inputWrapper .edNews_commenterImage::before {
  font-family: Font Awesome\ 5 Free;
  color: #fff;
  position: relative;
  z-index: 1;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  font-size: 50px;
  content: "\f007";
  position: absolute;
}
.eds_news_Advantage .edNews__commentsCommentFormWrapper .edNews_addComment.edNews_registeredUser .edNews_inputWrapper .edNews_commenterImage > div {
  position: relative;
  z-index: 2;
}
.eds_news_Advantage .edNews__commentsCommentFormWrapper .edNews_addComment.edNews_registeredUser .edNews_inputWrapper .edNews_commenterImage > div img {
  width: 65px;
  height: 65px;
}
.eds_news_Advantage .edNews__commentsCommentFormWrapper .edNews_addComment.edNews_registeredUser .edNews_inputWrapper textarea {
  float: left;
  height: 65px;
  margin-top: -65px;
  padding-left: 75px;
  position: relative;
  z-index: 1;
  width: 100%;
}
.eds_news_Advantage .edNews__commentsCommentFormWrapper.edNews__replyingToComment .edNews__replyingToMessage {
  display: block;
}
.eds_news_Advantage .edNews__commentsCommentFormWrapper.edNews__addingComment,
.eds_news_Advantage .edNews__itemCommentContainer.edNews__savingChanges > .edNews__commentContentWrapper .edNews_adminEdit,
.eds_news_Advantage .edNews__itemCommentContainer.edNews__deletingComment > .edNews__commentContentWrapper .edNews_adminEdit {
  position: relative;
}
.eds_news_Advantage .edNews__commentsCommentFormWrapper.edNews__addingComment::after,
.eds_news_Advantage .edNews__itemCommentContainer.edNews__savingChanges > .edNews__commentContentWrapper .edNews_adminEdit::after,
.eds_news_Advantage .edNews__itemCommentContainer.edNews__deletingComment > .edNews__commentContentWrapper .edNews_adminEdit::after {
  position: absolute;
  background: #fff url("/DesktopModules/EasyDNNnews/Templates/_default/Advantage/assets/images/common/comments/loadingBigger.gif") center center no-repeat;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  opacity: 0.5;
}
.eds_news_Advantage .edNews_votes {
  text-align: right;
  display: inline-block;
}
.eds_news_Advantage .edNews_votes .edNews__commentVoting_trigger {
  color: #bababa;
  font-size: 1rem;
  margin-right: 1rem;
  transition: color 300ms;
}
.eds_news_Advantage .edNews_votes .edNews__commentVoting_trigger .edNews_numberVotes {
  font-size: 0.9rem;
}
.eds_news_Advantage .edNews_votes .edNews__commentVoting_trigger {
  display: inline-block;
  cursor: pointer;
}
.eds_news_Advantage .edNews_votes .edNews__commentVoting_trigger > * {
  vertical-align: middle;
}
.eds_news_Advantage .edNews_votes .edNews__commentVoting_trigger + .edNews__commentVoting_trigger {
  margin-left: 2rem;
}
.eds_news_Advantage .edNews_votes .edNews__commentVoting_trigger:hover .edNews_actionIcon {
  color: #64ce66;
}
.eds_news_Advantage .edNews_votes .edNews__commentVoting_trigger.edNews__commentVoting_voted .edNews_actionIcon {
  color: #64ce66;
}
.eds_news_Advantage .edNews_votes .edNews__commentVoting_trigger.edNews__commentVoting_downvote:hover .edNews_actionIcon {
  color: #f44336;
}
.eds_news_Advantage .edNews_votes .edNews__commentVoting_trigger.edNews__commentVoting_downvote.edNews__commentVoting_voted .edNews_actionIcon {
  color: #f44336;
}
.eds_news_Advantage .edNews_commentActions {
  text-align: right;
  font-size: 0;
  line-height: 0;
}
.eds_news_Advantage .edNews_commentActions > span {
  padding: 0.40625rem;
  font-size: 0.75rem;
  line-height: 1.5;
  color: #10d7bf;
  text-transform: uppercase;
  letter-spacing: 0;
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  margin: 0.5rem;
}
.eds_news_Advantage .edNews_commentActions > span:hover {
  color: #0ebfaa;
}
.eds_news_Advantage .edNews_commentActions > span::before {
  font-weight: 900;
  font-family: Font Awesome\ 5 Free;
  font-size: 0.6875rem;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.eds_news_Advantage .edNews_commentActions .edNews__replyComment:before {
  content: "\f3e5";
}
.eds_news_Advantage .edNews_commentActions .edNews__editComment {
  color: #ff9800;
}
.eds_news_Advantage .edNews_commentActions .edNews__editComment:hover {
  color: #eb8400;
}
.eds_news_Advantage .edNews_commentActions .edNews__editComment::before {
  content: "\f044";
}
.eds_news_Advantage .edNews_commentActions .edNews__deleteComment {
  color: #f44336;
}
.eds_news_Advantage .edNews_commentActions .edNews__deleteComment:hover {
  color: #e02f22;
}
.eds_news_Advantage .edNews_commentActions .edNews__deleteComment::before {
  content: "\f2ed";
}
.eds_news_Advantage .edNews_commentActions .edNews__editComment,
.eds_news_Advantage .edNews_commentActions .edNews__deleteComment {
  font-size: 0;
}
.eds_news_Advantage .edNews_commentActions .edNews__editCommentSaveTrigger {
  color: #00bcd4;
}
.eds_news_Advantage .edNews_commentActions .edNews__editCommentSaveTrigger:hover {
  color: #00a8c0;
}
.eds_news_Advantage .edNews_commentActions .edNews__editCommentCancelTrigger {
  color: #f44336;
}
.eds_news_Advantage .edNews_commentActions .edNews__editCommentCancelTrigger:hover {
  color: #f44336;
}
.eds_news_Advantage .edNews__showCommentsTrigger .edNews_commentCollapsed {
  display: none;
}
.eds_news_Advantage .edNews__commentscollapsed .edNews_commentCollapsed {
  display: inline;
}
.eds_news_Advantage .edNews__commentscollapsed .edNews_commentExpanded {
  display: none;
}
.eds_news_Advantage .edn__recentCommentsListContainer {
  position: relative;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  opacity: 0;
  transition: opacity 400ms;
}
.eds_news_Advantage .edn__recentCommentsListContainer::before, .eds_news_Advantage .edn__recentCommentsListContainer::after {
  position: absolute;
  visibility: hidden;
  display: block;
  opacity: 0;
  transition: opacity 400ms;
}
.eds_news_Advantage .edn__recentCommentsListContainer::before {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.6);
  content: "";
  z-index: 1;
}
.eds_news_Advantage .edn__recentCommentsListContainer::after {
  left: 50%;
  top: 50%;
  margin-left: -50px;
  width: 100px;
  height: 0;
  text-align: center;
  content: "\f021";
  font-family: Font Awesome\ 5 Free;
  line-height: 0;
  font-size: 35px;
  font-style: normal;
  font-weight: normal;
  z-index: 2;
  color: #10d7bf;
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.eds_news_Advantage .edn_recentCommentContainer {
  padding: 0 0 15px;
  margin-bottom: 15px;
  border-bottom: dashed 1px #bfbfbf;
  opacity: 0;
  transition: opacity 500ms;
}
.eds_news_Advantage .edn_recentCommentContainer:last-child {
  border-bottom: none;
}
.eds_news_Advantage .edn_recentCommentContainer .edn_commentRight {
  overflow: hidden;
}
.eds_news_Advantage .edn_recentCommentContainer .edNews_userAvatar {
  float: left;
  margin-right: 15px;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  overflow: hidden;
}
.eds_news_Advantage .edn_recentCommentContainer .edNews_userAvatar > a {
  display: block;
}
.eds_news_Advantage .edn_recentCommentContainer .edNews_userAvatar img {
  max-width: 100%;
  height: auto;
}
.eds_news_Advantage .edn_recentCommentContainer .edn_commentAuthor {
  font: 14px/1.2 "Roboto", "Helvetica", "Arial", sans-serif;
  color: #424242;
  text-decoration: none;
  float: left;
  margin-right: 7px;
}
.eds_news_Advantage .edn_recentCommentContainer .edn_commentAuthor:hover {
  color: #10d7bf;
}
.eds_news_Advantage .edn_recentCommentContainer .edn_commentDate {
  color: #999;
  font-size: 12px;
  display: block;
  margin-top: 5px;
}
.eds_news_Advantage .edn_recentCommentContainer .edNews__commentContent {
  color: #424242;
  font-style: italic;
}
.eds_news_Advantage .edn_recentCommentContainer .edNews__commentContent p {
  margin: 0;
  padding: 0;
}
.eds_news_Advantage .edn_recentCommentContainer .edNews__commentContent p + p {
  margin-top: 7px;
}
.eds_news_Advantage .edn_recentCommentContainer .edn_articleLink {
  margin-top: 5px;
  display: inline-block;
  font-size: 14px;
  color: #10d7bf;
  text-decoration: none;
  font-style: normal;
}
.eds_news_Advantage .edn_recentCommentContainer .edn_articleLink::before {
  font: 14px/1 Font Awesome\ 5 Free;
  color: #2c2c2c;
  content: "\f0da";
  margin-right: 5px;
}
.eds_news_Advantage .edn_recentCommentContainer .edn_articleLink:hover {
  color: #2c2c2c;
  text-decoration: none;
}
.eds_news_Advantage.eds_subCollection_recentComments.edn__recentComments_disablePreviousPage .edn__recentComments_previousPage {
  display: none;
}
.eds_news_Advantage.eds_subCollection_recentComments.edn__recentComments_disableNextPage .edn__recentComments_nextPage {
  display: none;
}
.eds_news_Advantage.eds_subCollection_recentComments.edn__recentComments_disableNextPage.edn__recentComments_disablePreviousPage .edn_prevNextPagination, .eds_news_Advantage.eds_subCollection_recentComments.edn__recentComments_contentError .edn_prevNextPagination, .eds_news_Advantage.eds_subCollection_recentComments.edn__recentComments_noContent .edn_prevNextPagination {
  display: none;
}
.eds_news_Advantage.eds_subCollection_recentComments.edn__recentComments_loading .edn__recentCommentsListContainer {
  opacity: 0.5;
}
.eds_news_Advantage.eds_subCollection_recentComments.edn__recentComments_loading .edn__recentCommentsListContainer::before {
  opacity: 1;
  visibility: visible;
}
.eds_news_Advantage.eds_subCollection_recentComments.edn__recentComments_loading .edn__recentCommentsListContainer::after {
  opacity: 1;
  visibility: visible;
}
.eds_news_Advantage.eds_subCollection_recentComments.edn__recentComments_loading .edn__recentCommentsListContainer .edn_recentCommentContainer {
  opacity: 0;
}
.eds_news_Advantage.eds_subCollection_recentComments.edn__recentComments_ready .edn__recentCommentsListContainer {
  opacity: 1;
}
.eds_news_Advantage.eds_subCollection_recentComments.edn__recentComments_pageReady .edn__recentCommentsListContainer {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
.eds_news_Advantage.eds_subCollection_recentComments.edn__recentComments_pageReady .edn__recentCommentsListContainer .edn_recentCommentContainer {
  opacity: 1;
}
.eds_news_Advantage.eds_subCollection_recentComments.edn__recentComments_triggeredNextPage.edn__recentComments_pageReady .edn__recentCommentsListContainer {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
.eds_news_Advantage.eds_subCollection_recentComments.edn__recentComments_triggeredPreviousPage.edn__recentComments_pageReady .edn__recentCommentsListContainer {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
.eds_news_Advantage.eds_subCollection_recentComments.edn__recentComments_noContent .edn__recentCommentsListContainer .edn_recentCommentContainer {
  display: none;
}
.eds_news_Advantage.eds_subCollection_recentComments.edn__recentComments_contentError .edn__recentCommentsListContainer .edn_recentCommentContainer {
  display: none;
}
.eds_news_Advantage .article_comments > .num_of_comment {
  box-shadow: 8px 8px 16px rgba(0, 0, 0, 0.11);
  padding: 1rem;
  background-color: #fff;
  margin: 4rem 0 3rem;
  border-radius: 0.5rem;
}
.eds_news_Advantage .article_comments > .num_of_comment > a {
  display: inline;
  text-decoration: underline;
}

.eds_news_Advantage .edNews_votingRating {
  font-size: 0;
}
.eds_news_Advantage .article_rating {
  margin-left: 1rem;
  float: left;
}
.eds_news_Advantage .current_rating {
  font-size: 0.8rem;
  margin-right: 0.5rem;
  vertical-align: middle;
  color: #808080;
}
.eds_news_Advantage .rateit .rateit-range,
.eds_news_Advantage .rateit .rateit-selected,
.eds_news_Advantage .rateit .rateit-hover {
  background: none transparent;
  vertical-align: middle;
  overflow: hidden;
}
.eds_news_Advantage .rateit .rateit-range::before,
.eds_news_Advantage .rateit .rateit-selected::before,
.eds_news_Advantage .rateit .rateit-hover::before {
  display: block;
  font: 900 14px/1 Font Awesome\ 5 Free;
  content: "\f005\f005\f005\f005\f005";
  position: absolute;
  letter-spacing: 0;
  transition: color 300ms;
}
.eds_news_Advantage .rateit .rateit-range::before {
  color: #eee;
}
.eds_news_Advantage .rateit .rateit-hover::before {
  font-weight: 400;
  color: #10d7bf;
}
.eds_news_Advantage .rateit .rateit-selected::before {
  color: #10d7bf;
}
.eds_news_Advantage .edn_ArticleVoting {
  margin-left: 1rem;
  float: right;
}
.eds_news_Advantage .edn_ArticleVoting > span {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px;
  position: relative;
  font-size: 0.9rem;
  line-height: 1;
  cursor: pointer;
}
.eds_news_Advantage .edn_ArticleVoting > span > i {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.1rem;
  line-height: 1;
  color: #bababa;
  padding-right: 7px;
}
.eds_news_Advantage .edn_ArticleVoting > span .edn_voteTooltip {
  display: inline-block;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  visibility: hidden;
  color: #fff;
  font-size: 0.8rem;
  line-height: 1;
  letter-spacing: normal;
  background-color: #4c4c4c;
  white-space: nowrap;
  padding: 6px 10px;
  border-radius: 2px;
  transition: all 400ms;
}
.eds_news_Advantage .edn_ArticleVoting > span .edn_voteTooltip::before {
  content: "";
  bottom: calc(100% - 4px);
  left: calc(50% - 4px);
  width: 8px;
  height: 8px;
  background-color: #4c4c4c;
  position: absolute;
  transform: rotate(45deg);
}
.eds_news_Advantage .edn_ArticleVoting > span:hover .edn_voteTooltip {
  opacity: 1;
  visibility: visible;
  z-index: 1;
  top: 130%;
}
.eds_news_Advantage .edn_ArticleVoting > span.edn__voted {
  cursor: default;
}
.eds_news_Advantage .edn_ArticleVoting > span.edn__voted > i {
  color: #bababa;
}
.eds_news_Advantage .edn_ArticleVoting > span.edn__voted .edn_voteTooltip {
  display: none;
}
.eds_news_Advantage .edn_ArticleVoting > span.edn__voted:hover > i {
  color: #bababa;
}
.eds_news_Advantage .edn_ArticleVoting > span.edn__votedUp > i, .eds_news_Advantage .edn_ArticleVoting > span.edn__votedDown > i, .eds_news_Advantage .edn_ArticleVoting > span.edn__votedUp:hover > i, .eds_news_Advantage .edn_ArticleVoting > span.edn__votedDown:hover > i, .eds_news_Advantage .edn_ArticleVoting > span:hover > i {
  color: #10d7bf;
}

.eds_news_Advantage .edNews_eventDetails .edNews_eventPrice {
  top: 0;
  right: 0;
}
.eds_news_Advantage .edNews_eventDetails .edNews_eventHeader {
  background: none #fff;
  position: relative;
}
.eds_news_Advantage .edNews_eventDetails .edNews_eventHeader .pro-badge {
  position: absolute;
  top: -0.5rem;
  right: 1rem;
}
.eds_news_Advantage .edNews_eventDetails .edNews_eventLocation {
  padding: 5px 0 0;
  margin: 0;
}
.eds_news_Advantage .edNews_eventDetails .edNews_eventLocation:before {
  content: "\f041";
  font-family: Font Awesome\ 5 Free;
  color: #10d7bf;
  margin-right: 5px;
  display: inline-block;
  font-size: 15px;
  font-weight: 900;
  font-style: normal;
}
.eds_news_Advantage .edNews_eventDetails > ul {
  margin: 0;
  padding: 0;
}
.eds_news_Advantage .edNews_eventDetails > ul li {
  list-style-type: disc;
  margin: 2px 0 2px 15px;
}
.eds_news_Advantage .edNews_eventDetails .edn_eventInfoMessage {
  display: block;
  padding: 5px;
  font-style: italic;
  color: #3b3b3b;
  background-color: #c0dcfe;
  border: solid 1px #95c1f1;
  border-radius: 4px;
  margin-top: 10px;
}
.eds_news_Advantage .edNews_eventDetails .edn_eventInfoMessage p {
  margin: 0;
  padding: 0;
}
.eds_news_Advantage .edNews_eventDetails .edn_eventInfoMessage hr {
  margin: 6px 0;
  border-bottom: dashed 1px #95c1f1;
}
.eds_news_Advantage .edNews_eventDetails .edn_eventInfoMessage .eds_paymentInfo {
  font-style: normal;
  padding: 5px;
}
.eds_news_Advantage .edNews_eventDetails .edn_eventInfoMessage .eds_paymentInfo p {
  margin: 0;
  padding: 0;
}
.eds_news_Advantage .edNews_eventDetails .edn_eventInfoMessage .eds_paymentInfo hr {
  margin: 7px 0;
  padding: 0;
  height: 1px;
  border: none;
  border-bottom: dashed 1px #79a8cd;
}
.eds_news_Advantage .edNews_eventDetails .edn_eventInfoMessage .eds_paymentInfo .edn_infoColor1 {
  color: #0076b5;
}
.eds_news_Advantage .edNews_eventDetails .edn_eventInfoMessage .eds_paymentInfo .edn_infoColor2 {
  color: #db0000;
}
.eds_news_Advantage .edNews_eventDetails .edn_eventInfoMessage .eds_paymentInfo .edn_eventPayPalPayment {
  display: inline-block;
  border: solid 1px #659ad9;
  border-radius: 4px;
  color: #0093de;
  padding: 5px;
  line-height: 1;
  margin-top: 10px;
}
.eds_news_Advantage .edNews_eventDetails .edn_eventInfoMessage .eds_paymentInfo .edn_eventPayPalPayment:hover {
  text-decoration: none;
  color: #0b65ac;
}
.eds_news_Advantage .edn_listEventDetails {
  color: #969696;
  font-size: 13px;
  line-height: 1.3;
  margin: 0;
}
.eds_news_Advantage .edn_listEventDetails > span {
  margin-right: 20px;
}
.eds_news_Advantage .edn_listEventDetails > span:before {
  font-family: Font Awesome\ 5 Free;
  color: #10d7bf;
  margin-right: 5px;
}
.eds_news_Advantage .edn_listEventDetails > span.edNews_eventLocation:before {
  content: "\f041";
}
.eds_news_Advantage .edn_listEventDetails > span.edn_eventDate:before {
  content: "\f017";
}
.eds_news_Advantage .edn_eventRegistrationModalTrigger {
  display: inline-block;
  padding: 12px 30px;
  margin: 0.3125rem 1px;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.42857143;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0;
  cursor: pointer;
  background-color: transparent;
  border: 0;
  border-radius: 0.2rem;
  outline: 0;
  transition: box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1), background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: box-shadow, transform;
  border-color: currentColor;
  border-style: solid;
  border-width: 1px;
  color: #fff;
  background-color: #ff9800;
  border-color: #ff9800;
  box-shadow: 0 2px 2px 0 rgba(255, 152, 0, 0.14), 0 3px 1px -2px rgba(255, 152, 0, 0.2), 0 1px 5px 0 rgba(255, 152, 0, 0.12);
}
.eds_news_Advantage .edn_eventRegistrationModalTrigger:hover {
  color: #fff;
  background-color: #f08f00;
  border-color: #c27400;
}
.eds_news_Advantage .edn_eventRegistrationModalTrigger:focus, .eds_news_Advantage .edn_eventRegistrationModalTrigger.focus, .eds_news_Advantage .edn_eventRegistrationModalTrigger:hover {
  color: #fff;
  background-color: #f08f00;
  border-color: #c27400;
}
.eds_news_Advantage .edn_eventRegistrationModalTrigger:active, .eds_news_Advantage .edn_eventRegistrationModalTrigger.active, .open > .eds_news_Advantage .edn_eventRegistrationModalTrigger.dropdown-toggle, .show > .eds_news_Advantage .edn_eventRegistrationModalTrigger.dropdown-toggle {
  color: #fff;
  background-color: #f08f00;
  border-color: #c27400;
  box-shadow: 0 2px 2px 0 rgba(255, 152, 0, 0.14), 0 3px 1px -2px rgba(255, 152, 0, 0.2), 0 1px 5px 0 rgba(255, 152, 0, 0.12);
}
.eds_news_Advantage .edn_eventRegistrationModalTrigger:active:hover, .eds_news_Advantage .edn_eventRegistrationModalTrigger:active:focus, .eds_news_Advantage .edn_eventRegistrationModalTrigger:active.focus, .eds_news_Advantage .edn_eventRegistrationModalTrigger.active:hover, .eds_news_Advantage .edn_eventRegistrationModalTrigger.active:focus, .eds_news_Advantage .edn_eventRegistrationModalTrigger.active.focus, .open > .eds_news_Advantage .edn_eventRegistrationModalTrigger.dropdown-toggle:hover, .open > .eds_news_Advantage .edn_eventRegistrationModalTrigger.dropdown-toggle:focus, .open > .eds_news_Advantage .edn_eventRegistrationModalTrigger.dropdown-toggle.focus, .show > .eds_news_Advantage .edn_eventRegistrationModalTrigger.dropdown-toggle:hover, .show > .eds_news_Advantage .edn_eventRegistrationModalTrigger.dropdown-toggle:focus, .show > .eds_news_Advantage .edn_eventRegistrationModalTrigger.dropdown-toggle.focus {
  color: #fff;
  background-color: #f08f00;
  border-color: #804c00;
}
.open > .eds_news_Advantage .edn_eventRegistrationModalTrigger.dropdown-toggle.bmd-btn-icon {
  color: inherit;
  background-color: #ff9800;
}
.open > .eds_news_Advantage .edn_eventRegistrationModalTrigger.dropdown-toggle.bmd-btn-icon:hover {
  background-color: #f08f00;
}
.eds_news_Advantage .edn_eventRegistrationModalTrigger.disabled:focus, .eds_news_Advantage .edn_eventRegistrationModalTrigger.disabled.focus, .eds_news_Advantage .edn_eventRegistrationModalTrigger:disabled:focus, .eds_news_Advantage .edn_eventRegistrationModalTrigger:disabled.focus {
  background-color: #ff9800;
  border-color: #ff9800;
}
.eds_news_Advantage .edn_eventRegistrationModalTrigger.disabled:hover, .eds_news_Advantage .edn_eventRegistrationModalTrigger:disabled:hover {
  background-color: #ff9800;
  border-color: #ff9800;
}
.eds_news_Advantage .edn_eventRegistrationModalTrigger:focus, .eds_news_Advantage .edn_eventRegistrationModalTrigger:active, .eds_news_Advantage .edn_eventRegistrationModalTrigger:hover {
  box-shadow: 0 14px 26px -12px rgba(255, 152, 0, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(255, 152, 0, 0.2);
}
.eds_news_Advantage .edn_eventRegistrationModalTrigger.btn-link {
  background-color: transparent;
  color: #ff9800;
  box-shadow: none;
}
.eds_news_Advantage .edn_eventRegistrationModalTrigger.btn-link:hover, .eds_news_Advantage .edn_eventRegistrationModalTrigger.btn-link:focus, .eds_news_Advantage .edn_eventRegistrationModalTrigger.btn-link:active {
  background-color: transparent;
  color: #ff9800;
}
.eds_news_Advantage .eds_signUpActionBarWrapper {
  margin-top: 15px;
}
.eds_news_Advantage .eds_signUpActionBarWrapper > h4 {
  margin: 0;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
}
.eds_news_Advantage .eds_signUpActionBar {
  display: inline-block;
  margin-left: 30px;
  vertical-align: middle;
}
.eds_news_Advantage .eds_signUpActionBar > div > span {
  line-height: 0;
  font-size: 0;
  display: inline-block;
  margin-right: 10px;
}
.eds_news_Advantage .eds_signUpActionBar > div > span > input[type=radio] {
  display: none;
}
.eds_news_Advantage .eds_signUpActionBar > div > span > input[type=radio]:checked + label {
  padding-left: 40px;
}
.eds_news_Advantage .eds_signUpActionBar > div > span > input[type=radio]:checked + label:before {
  transform: scale(1);
  opacity: 1;
}
.eds_news_Advantage .eds_signUpActionBar > div > span > label {
  display: inline-block;
  padding: 12px 30px;
  margin: 0.3125rem 1px;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.42857143;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0;
  cursor: pointer;
  background-color: transparent;
  border: 0;
  border-radius: 30px;
  outline: 0;
  transition: box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1), background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: box-shadow, transform;
  border-color: currentColor;
  border-style: solid;
  border-width: 1px;
  position: relative;
}
.eds_news_Advantage .eds_signUpActionBar > div > span > label:before {
  position: absolute;
  top: 25%;
  left: 10px;
  font: 900 1.2rem/1 Font Awesome\ 5 Free;
  font-family: Font Awesome\ 5 Free;
  text-align: center;
  opacity: 0;
  display: inline-block;
  transform: scale(0);
  transition: all 300ms;
}
.eds_news_Advantage .eds_signUpActionBar > div > span.eds_optionValue1 > label:hover {
  color: #fff;
  background-color: #4caf50;
  border-color: #4caf50;
  box-shadow: 0 2px 2px 0 rgba(76, 175, 80, 0.14), 0 3px 1px -2px rgba(76, 175, 80, 0.2), 0 1px 5px 0 rgba(76, 175, 80, 0.12);
}
.eds_news_Advantage .eds_signUpActionBar > div > span.eds_optionValue1 > label:hover:hover {
  color: #fff;
  background-color: #47a44b;
  border-color: #39843c;
}
.eds_news_Advantage .eds_signUpActionBar > div > span.eds_optionValue1 > label:hover:focus, .eds_news_Advantage .eds_signUpActionBar > div > span.eds_optionValue1 > label:hover.focus, .eds_news_Advantage .eds_signUpActionBar > div > span.eds_optionValue1 > label:hover:hover {
  color: #fff;
  background-color: #47a44b;
  border-color: #39843c;
}
.eds_news_Advantage .eds_signUpActionBar > div > span.eds_optionValue1 > label:hover:active, .eds_news_Advantage .eds_signUpActionBar > div > span.eds_optionValue1 > label:hover.active, .open > .eds_news_Advantage .eds_signUpActionBar > div > span.eds_optionValue1 > label:hover.dropdown-toggle, .show > .eds_news_Advantage .eds_signUpActionBar > div > span.eds_optionValue1 > label:hover.dropdown-toggle {
  color: #fff;
  background-color: #47a44b;
  border-color: #39843c;
  box-shadow: 0 2px 2px 0 rgba(76, 175, 80, 0.14), 0 3px 1px -2px rgba(76, 175, 80, 0.2), 0 1px 5px 0 rgba(76, 175, 80, 0.12);
}
.eds_news_Advantage .eds_signUpActionBar > div > span.eds_optionValue1 > label:hover:active:hover, .eds_news_Advantage .eds_signUpActionBar > div > span.eds_optionValue1 > label:hover:active:focus, .eds_news_Advantage .eds_signUpActionBar > div > span.eds_optionValue1 > label:hover:active.focus, .eds_news_Advantage .eds_signUpActionBar > div > span.eds_optionValue1 > label:hover.active:hover, .eds_news_Advantage .eds_signUpActionBar > div > span.eds_optionValue1 > label:hover.active:focus, .eds_news_Advantage .eds_signUpActionBar > div > span.eds_optionValue1 > label:hover.active.focus, .open > .eds_news_Advantage .eds_signUpActionBar > div > span.eds_optionValue1 > label:hover.dropdown-toggle:hover, .open > .eds_news_Advantage .eds_signUpActionBar > div > span.eds_optionValue1 > label:hover.dropdown-toggle:focus, .open > .eds_news_Advantage .eds_signUpActionBar > div > span.eds_optionValue1 > label:hover.dropdown-toggle.focus, .show > .eds_news_Advantage .eds_signUpActionBar > div > span.eds_optionValue1 > label:hover.dropdown-toggle:hover, .show > .eds_news_Advantage .eds_signUpActionBar > div > span.eds_optionValue1 > label:hover.dropdown-toggle:focus, .show > .eds_news_Advantage .eds_signUpActionBar > div > span.eds_optionValue1 > label:hover.dropdown-toggle.focus {
  color: #fff;
  background-color: #47a44b;
  border-color: #255627;
}
.open > .eds_news_Advantage .eds_signUpActionBar > div > span.eds_optionValue1 > label:hover.dropdown-toggle.bmd-btn-icon {
  color: inherit;
  background-color: #4caf50;
}
.open > .eds_news_Advantage .eds_signUpActionBar > div > span.eds_optionValue1 > label:hover.dropdown-toggle.bmd-btn-icon:hover {
  background-color: #47a44b;
}
.eds_news_Advantage .eds_signUpActionBar > div > span.eds_optionValue1 > label:hover.disabled:focus, .eds_news_Advantage .eds_signUpActionBar > div > span.eds_optionValue1 > label:hover.disabled.focus, .eds_news_Advantage .eds_signUpActionBar > div > span.eds_optionValue1 > label:hover:disabled:focus, .eds_news_Advantage .eds_signUpActionBar > div > span.eds_optionValue1 > label:hover:disabled.focus {
  background-color: #4caf50;
  border-color: #4caf50;
}
.eds_news_Advantage .eds_signUpActionBar > div > span.eds_optionValue1 > label:hover.disabled:hover, .eds_news_Advantage .eds_signUpActionBar > div > span.eds_optionValue1 > label:hover:disabled:hover {
  background-color: #4caf50;
  border-color: #4caf50;
}
.eds_news_Advantage .eds_signUpActionBar > div > span.eds_optionValue1 > label:hover:focus, .eds_news_Advantage .eds_signUpActionBar > div > span.eds_optionValue1 > label:hover:active, .eds_news_Advantage .eds_signUpActionBar > div > span.eds_optionValue1 > label:hover:hover {
  box-shadow: 0 14px 26px -12px rgba(76, 175, 80, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(76, 175, 80, 0.2);
}
.eds_news_Advantage .eds_signUpActionBar > div > span.eds_optionValue1 > label:hover.btn-link {
  background-color: transparent;
  color: #4caf50;
  box-shadow: none;
}
.eds_news_Advantage .eds_signUpActionBar > div > span.eds_optionValue1 > label:hover.btn-link:hover, .eds_news_Advantage .eds_signUpActionBar > div > span.eds_optionValue1 > label:hover.btn-link:focus, .eds_news_Advantage .eds_signUpActionBar > div > span.eds_optionValue1 > label:hover.btn-link:active {
  background-color: transparent;
  color: #4caf50;
}
.eds_news_Advantage .eds_signUpActionBar > div > span.eds_optionValue2 > label:hover {
  color: #fff;
  background-color: #f44336;
  border-color: #f44336;
  box-shadow: 0 2px 2px 0 rgba(244, 67, 54, 0.14), 0 3px 1px -2px rgba(244, 67, 54, 0.2), 0 1px 5px 0 rgba(244, 67, 54, 0.12);
}
.eds_news_Advantage .eds_signUpActionBar > div > span.eds_optionValue2 > label:hover:hover {
  color: #fff;
  background-color: #f33527;
  border-color: #e11b0c;
}
.eds_news_Advantage .eds_signUpActionBar > div > span.eds_optionValue2 > label:hover:focus, .eds_news_Advantage .eds_signUpActionBar > div > span.eds_optionValue2 > label:hover.focus, .eds_news_Advantage .eds_signUpActionBar > div > span.eds_optionValue2 > label:hover:hover {
  color: #fff;
  background-color: #f33527;
  border-color: #e11b0c;
}
.eds_news_Advantage .eds_signUpActionBar > div > span.eds_optionValue2 > label:hover:active, .eds_news_Advantage .eds_signUpActionBar > div > span.eds_optionValue2 > label:hover.active, .open > .eds_news_Advantage .eds_signUpActionBar > div > span.eds_optionValue2 > label:hover.dropdown-toggle, .show > .eds_news_Advantage .eds_signUpActionBar > div > span.eds_optionValue2 > label:hover.dropdown-toggle {
  color: #fff;
  background-color: #f33527;
  border-color: #e11b0c;
  box-shadow: 0 2px 2px 0 rgba(244, 67, 54, 0.14), 0 3px 1px -2px rgba(244, 67, 54, 0.2), 0 1px 5px 0 rgba(244, 67, 54, 0.12);
}
.eds_news_Advantage .eds_signUpActionBar > div > span.eds_optionValue2 > label:hover:active:hover, .eds_news_Advantage .eds_signUpActionBar > div > span.eds_optionValue2 > label:hover:active:focus, .eds_news_Advantage .eds_signUpActionBar > div > span.eds_optionValue2 > label:hover:active.focus, .eds_news_Advantage .eds_signUpActionBar > div > span.eds_optionValue2 > label:hover.active:hover, .eds_news_Advantage .eds_signUpActionBar > div > span.eds_optionValue2 > label:hover.active:focus, .eds_news_Advantage .eds_signUpActionBar > div > span.eds_optionValue2 > label:hover.active.focus, .open > .eds_news_Advantage .eds_signUpActionBar > div > span.eds_optionValue2 > label:hover.dropdown-toggle:hover, .open > .eds_news_Advantage .eds_signUpActionBar > div > span.eds_optionValue2 > label:hover.dropdown-toggle:focus, .open > .eds_news_Advantage .eds_signUpActionBar > div > span.eds_optionValue2 > label:hover.dropdown-toggle.focus, .show > .eds_news_Advantage .eds_signUpActionBar > div > span.eds_optionValue2 > label:hover.dropdown-toggle:hover, .show > .eds_news_Advantage .eds_signUpActionBar > div > span.eds_optionValue2 > label:hover.dropdown-toggle:focus, .show > .eds_news_Advantage .eds_signUpActionBar > div > span.eds_optionValue2 > label:hover.dropdown-toggle.focus {
  color: #fff;
  background-color: #f33527;
  border-color: #a21309;
}
.open > .eds_news_Advantage .eds_signUpActionBar > div > span.eds_optionValue2 > label:hover.dropdown-toggle.bmd-btn-icon {
  color: inherit;
  background-color: #f44336;
}
.open > .eds_news_Advantage .eds_signUpActionBar > div > span.eds_optionValue2 > label:hover.dropdown-toggle.bmd-btn-icon:hover {
  background-color: #f33527;
}
.eds_news_Advantage .eds_signUpActionBar > div > span.eds_optionValue2 > label:hover.disabled:focus, .eds_news_Advantage .eds_signUpActionBar > div > span.eds_optionValue2 > label:hover.disabled.focus, .eds_news_Advantage .eds_signUpActionBar > div > span.eds_optionValue2 > label:hover:disabled:focus, .eds_news_Advantage .eds_signUpActionBar > div > span.eds_optionValue2 > label:hover:disabled.focus {
  background-color: #f44336;
  border-color: #f44336;
}
.eds_news_Advantage .eds_signUpActionBar > div > span.eds_optionValue2 > label:hover.disabled:hover, .eds_news_Advantage .eds_signUpActionBar > div > span.eds_optionValue2 > label:hover:disabled:hover {
  background-color: #f44336;
  border-color: #f44336;
}
.eds_news_Advantage .eds_signUpActionBar > div > span.eds_optionValue2 > label:hover:focus, .eds_news_Advantage .eds_signUpActionBar > div > span.eds_optionValue2 > label:hover:active, .eds_news_Advantage .eds_signUpActionBar > div > span.eds_optionValue2 > label:hover:hover {
  box-shadow: 0 14px 26px -12px rgba(244, 67, 54, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(244, 67, 54, 0.2);
}
.eds_news_Advantage .eds_signUpActionBar > div > span.eds_optionValue2 > label:hover.btn-link {
  background-color: transparent;
  color: #f44336;
  box-shadow: none;
}
.eds_news_Advantage .eds_signUpActionBar > div > span.eds_optionValue2 > label:hover.btn-link:hover, .eds_news_Advantage .eds_signUpActionBar > div > span.eds_optionValue2 > label:hover.btn-link:focus, .eds_news_Advantage .eds_signUpActionBar > div > span.eds_optionValue2 > label:hover.btn-link:active {
  background-color: transparent;
  color: #f44336;
}
.eds_news_Advantage .eds_signUpActionBar > div > span.eds_optionValue3 > label:hover {
  color: #fff;
  background-color: #ff9800;
  border-color: #ff9800;
  box-shadow: 0 2px 2px 0 rgba(255, 152, 0, 0.14), 0 3px 1px -2px rgba(255, 152, 0, 0.2), 0 1px 5px 0 rgba(255, 152, 0, 0.12);
}
.eds_news_Advantage .eds_signUpActionBar > div > span.eds_optionValue3 > label:hover:hover {
  color: #fff;
  background-color: #f08f00;
  border-color: #c27400;
}
.eds_news_Advantage .eds_signUpActionBar > div > span.eds_optionValue3 > label:hover:focus, .eds_news_Advantage .eds_signUpActionBar > div > span.eds_optionValue3 > label:hover.focus, .eds_news_Advantage .eds_signUpActionBar > div > span.eds_optionValue3 > label:hover:hover {
  color: #fff;
  background-color: #f08f00;
  border-color: #c27400;
}
.eds_news_Advantage .eds_signUpActionBar > div > span.eds_optionValue3 > label:hover:active, .eds_news_Advantage .eds_signUpActionBar > div > span.eds_optionValue3 > label:hover.active, .open > .eds_news_Advantage .eds_signUpActionBar > div > span.eds_optionValue3 > label:hover.dropdown-toggle, .show > .eds_news_Advantage .eds_signUpActionBar > div > span.eds_optionValue3 > label:hover.dropdown-toggle {
  color: #fff;
  background-color: #f08f00;
  border-color: #c27400;
  box-shadow: 0 2px 2px 0 rgba(255, 152, 0, 0.14), 0 3px 1px -2px rgba(255, 152, 0, 0.2), 0 1px 5px 0 rgba(255, 152, 0, 0.12);
}
.eds_news_Advantage .eds_signUpActionBar > div > span.eds_optionValue3 > label:hover:active:hover, .eds_news_Advantage .eds_signUpActionBar > div > span.eds_optionValue3 > label:hover:active:focus, .eds_news_Advantage .eds_signUpActionBar > div > span.eds_optionValue3 > label:hover:active.focus, .eds_news_Advantage .eds_signUpActionBar > div > span.eds_optionValue3 > label:hover.active:hover, .eds_news_Advantage .eds_signUpActionBar > div > span.eds_optionValue3 > label:hover.active:focus, .eds_news_Advantage .eds_signUpActionBar > div > span.eds_optionValue3 > label:hover.active.focus, .open > .eds_news_Advantage .eds_signUpActionBar > div > span.eds_optionValue3 > label:hover.dropdown-toggle:hover, .open > .eds_news_Advantage .eds_signUpActionBar > div > span.eds_optionValue3 > label:hover.dropdown-toggle:focus, .open > .eds_news_Advantage .eds_signUpActionBar > div > span.eds_optionValue3 > label:hover.dropdown-toggle.focus, .show > .eds_news_Advantage .eds_signUpActionBar > div > span.eds_optionValue3 > label:hover.dropdown-toggle:hover, .show > .eds_news_Advantage .eds_signUpActionBar > div > span.eds_optionValue3 > label:hover.dropdown-toggle:focus, .show > .eds_news_Advantage .eds_signUpActionBar > div > span.eds_optionValue3 > label:hover.dropdown-toggle.focus {
  color: #fff;
  background-color: #f08f00;
  border-color: #804c00;
}
.open > .eds_news_Advantage .eds_signUpActionBar > div > span.eds_optionValue3 > label:hover.dropdown-toggle.bmd-btn-icon {
  color: inherit;
  background-color: #ff9800;
}
.open > .eds_news_Advantage .eds_signUpActionBar > div > span.eds_optionValue3 > label:hover.dropdown-toggle.bmd-btn-icon:hover {
  background-color: #f08f00;
}
.eds_news_Advantage .eds_signUpActionBar > div > span.eds_optionValue3 > label:hover.disabled:focus, .eds_news_Advantage .eds_signUpActionBar > div > span.eds_optionValue3 > label:hover.disabled.focus, .eds_news_Advantage .eds_signUpActionBar > div > span.eds_optionValue3 > label:hover:disabled:focus, .eds_news_Advantage .eds_signUpActionBar > div > span.eds_optionValue3 > label:hover:disabled.focus {
  background-color: #ff9800;
  border-color: #ff9800;
}
.eds_news_Advantage .eds_signUpActionBar > div > span.eds_optionValue3 > label:hover.disabled:hover, .eds_news_Advantage .eds_signUpActionBar > div > span.eds_optionValue3 > label:hover:disabled:hover {
  background-color: #ff9800;
  border-color: #ff9800;
}
.eds_news_Advantage .eds_signUpActionBar > div > span.eds_optionValue3 > label:hover:focus, .eds_news_Advantage .eds_signUpActionBar > div > span.eds_optionValue3 > label:hover:active, .eds_news_Advantage .eds_signUpActionBar > div > span.eds_optionValue3 > label:hover:hover {
  box-shadow: 0 14px 26px -12px rgba(255, 152, 0, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(255, 152, 0, 0.2);
}
.eds_news_Advantage .eds_signUpActionBar > div > span.eds_optionValue3 > label:hover.btn-link {
  background-color: transparent;
  color: #ff9800;
  box-shadow: none;
}
.eds_news_Advantage .eds_signUpActionBar > div > span.eds_optionValue3 > label:hover.btn-link:hover, .eds_news_Advantage .eds_signUpActionBar > div > span.eds_optionValue3 > label:hover.btn-link:focus, .eds_news_Advantage .eds_signUpActionBar > div > span.eds_optionValue3 > label:hover.btn-link:active {
  background-color: transparent;
  color: #ff9800;
}
.eds_news_Advantage .eds_signUpActionBar > div > span.eds_optionValue1 > input[type=radio]:checked + label {
  color: #fff;
  background-color: #4caf50;
  border-color: #4caf50;
  box-shadow: 0 2px 2px 0 rgba(76, 175, 80, 0.14), 0 3px 1px -2px rgba(76, 175, 80, 0.2), 0 1px 5px 0 rgba(76, 175, 80, 0.12);
}
.eds_news_Advantage .eds_signUpActionBar > div > span.eds_optionValue1 > input[type=radio]:checked + label:hover {
  color: #fff;
  background-color: #47a44b;
  border-color: #39843c;
}
.eds_news_Advantage .eds_signUpActionBar > div > span.eds_optionValue1 > input[type=radio]:checked + label:focus, .eds_news_Advantage .eds_signUpActionBar > div > span.eds_optionValue1 > input[type=radio]:checked + label.focus, .eds_news_Advantage .eds_signUpActionBar > div > span.eds_optionValue1 > input[type=radio]:checked + label:hover {
  color: #fff;
  background-color: #47a44b;
  border-color: #39843c;
}
.eds_news_Advantage .eds_signUpActionBar > div > span.eds_optionValue1 > input[type=radio]:checked + label:active, .eds_news_Advantage .eds_signUpActionBar > div > span.eds_optionValue1 > input[type=radio]:checked + label.active, .open > .eds_news_Advantage .eds_signUpActionBar > div > span.eds_optionValue1 > input[type=radio]:checked + label.dropdown-toggle, .show > .eds_news_Advantage .eds_signUpActionBar > div > span.eds_optionValue1 > input[type=radio]:checked + label.dropdown-toggle {
  color: #fff;
  background-color: #47a44b;
  border-color: #39843c;
  box-shadow: 0 2px 2px 0 rgba(76, 175, 80, 0.14), 0 3px 1px -2px rgba(76, 175, 80, 0.2), 0 1px 5px 0 rgba(76, 175, 80, 0.12);
}
.eds_news_Advantage .eds_signUpActionBar > div > span.eds_optionValue1 > input[type=radio]:checked + label:active:hover, .eds_news_Advantage .eds_signUpActionBar > div > span.eds_optionValue1 > input[type=radio]:checked + label:active:focus, .eds_news_Advantage .eds_signUpActionBar > div > span.eds_optionValue1 > input[type=radio]:checked + label:active.focus, .eds_news_Advantage .eds_signUpActionBar > div > span.eds_optionValue1 > input[type=radio]:checked + label.active:hover, .eds_news_Advantage .eds_signUpActionBar > div > span.eds_optionValue1 > input[type=radio]:checked + label.active:focus, .eds_news_Advantage .eds_signUpActionBar > div > span.eds_optionValue1 > input[type=radio]:checked + label.active.focus, .open > .eds_news_Advantage .eds_signUpActionBar > div > span.eds_optionValue1 > input[type=radio]:checked + label.dropdown-toggle:hover, .open > .eds_news_Advantage .eds_signUpActionBar > div > span.eds_optionValue1 > input[type=radio]:checked + label.dropdown-toggle:focus, .open > .eds_news_Advantage .eds_signUpActionBar > div > span.eds_optionValue1 > input[type=radio]:checked + label.dropdown-toggle.focus, .show > .eds_news_Advantage .eds_signUpActionBar > div > span.eds_optionValue1 > input[type=radio]:checked + label.dropdown-toggle:hover, .show > .eds_news_Advantage .eds_signUpActionBar > div > span.eds_optionValue1 > input[type=radio]:checked + label.dropdown-toggle:focus, .show > .eds_news_Advantage .eds_signUpActionBar > div > span.eds_optionValue1 > input[type=radio]:checked + label.dropdown-toggle.focus {
  color: #fff;
  background-color: #47a44b;
  border-color: #255627;
}
.open > .eds_news_Advantage .eds_signUpActionBar > div > span.eds_optionValue1 > input[type=radio]:checked + label.dropdown-toggle.bmd-btn-icon {
  color: inherit;
  background-color: #4caf50;
}
.open > .eds_news_Advantage .eds_signUpActionBar > div > span.eds_optionValue1 > input[type=radio]:checked + label.dropdown-toggle.bmd-btn-icon:hover {
  background-color: #47a44b;
}
.eds_news_Advantage .eds_signUpActionBar > div > span.eds_optionValue1 > input[type=radio]:checked + label.disabled:focus, .eds_news_Advantage .eds_signUpActionBar > div > span.eds_optionValue1 > input[type=radio]:checked + label.disabled.focus, .eds_news_Advantage .eds_signUpActionBar > div > span.eds_optionValue1 > input[type=radio]:checked + label:disabled:focus, .eds_news_Advantage .eds_signUpActionBar > div > span.eds_optionValue1 > input[type=radio]:checked + label:disabled.focus {
  background-color: #4caf50;
  border-color: #4caf50;
}
.eds_news_Advantage .eds_signUpActionBar > div > span.eds_optionValue1 > input[type=radio]:checked + label.disabled:hover, .eds_news_Advantage .eds_signUpActionBar > div > span.eds_optionValue1 > input[type=radio]:checked + label:disabled:hover {
  background-color: #4caf50;
  border-color: #4caf50;
}
.eds_news_Advantage .eds_signUpActionBar > div > span.eds_optionValue1 > input[type=radio]:checked + label:focus, .eds_news_Advantage .eds_signUpActionBar > div > span.eds_optionValue1 > input[type=radio]:checked + label:active, .eds_news_Advantage .eds_signUpActionBar > div > span.eds_optionValue1 > input[type=radio]:checked + label:hover {
  box-shadow: 0 14px 26px -12px rgba(76, 175, 80, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(76, 175, 80, 0.2);
}
.eds_news_Advantage .eds_signUpActionBar > div > span.eds_optionValue1 > input[type=radio]:checked + label.btn-link {
  background-color: transparent;
  color: #4caf50;
  box-shadow: none;
}
.eds_news_Advantage .eds_signUpActionBar > div > span.eds_optionValue1 > input[type=radio]:checked + label.btn-link:hover, .eds_news_Advantage .eds_signUpActionBar > div > span.eds_optionValue1 > input[type=radio]:checked + label.btn-link:focus, .eds_news_Advantage .eds_signUpActionBar > div > span.eds_optionValue1 > input[type=radio]:checked + label.btn-link:active {
  background-color: transparent;
  color: #4caf50;
}
.eds_news_Advantage .eds_signUpActionBar > div > span.eds_optionValue1 > input[type=radio]:checked + label:before {
  content: "\f00c";
}
.eds_news_Advantage .eds_signUpActionBar > div > span.eds_optionValue2 > input[type=radio]:checked + label {
  color: #fff;
  background-color: #f44336;
  border-color: #f44336;
  box-shadow: 0 2px 2px 0 rgba(244, 67, 54, 0.14), 0 3px 1px -2px rgba(244, 67, 54, 0.2), 0 1px 5px 0 rgba(244, 67, 54, 0.12);
}
.eds_news_Advantage .eds_signUpActionBar > div > span.eds_optionValue2 > input[type=radio]:checked + label:hover {
  color: #fff;
  background-color: #f33527;
  border-color: #e11b0c;
}
.eds_news_Advantage .eds_signUpActionBar > div > span.eds_optionValue2 > input[type=radio]:checked + label:focus, .eds_news_Advantage .eds_signUpActionBar > div > span.eds_optionValue2 > input[type=radio]:checked + label.focus, .eds_news_Advantage .eds_signUpActionBar > div > span.eds_optionValue2 > input[type=radio]:checked + label:hover {
  color: #fff;
  background-color: #f33527;
  border-color: #e11b0c;
}
.eds_news_Advantage .eds_signUpActionBar > div > span.eds_optionValue2 > input[type=radio]:checked + label:active, .eds_news_Advantage .eds_signUpActionBar > div > span.eds_optionValue2 > input[type=radio]:checked + label.active, .open > .eds_news_Advantage .eds_signUpActionBar > div > span.eds_optionValue2 > input[type=radio]:checked + label.dropdown-toggle, .show > .eds_news_Advantage .eds_signUpActionBar > div > span.eds_optionValue2 > input[type=radio]:checked + label.dropdown-toggle {
  color: #fff;
  background-color: #f33527;
  border-color: #e11b0c;
  box-shadow: 0 2px 2px 0 rgba(244, 67, 54, 0.14), 0 3px 1px -2px rgba(244, 67, 54, 0.2), 0 1px 5px 0 rgba(244, 67, 54, 0.12);
}
.eds_news_Advantage .eds_signUpActionBar > div > span.eds_optionValue2 > input[type=radio]:checked + label:active:hover, .eds_news_Advantage .eds_signUpActionBar > div > span.eds_optionValue2 > input[type=radio]:checked + label:active:focus, .eds_news_Advantage .eds_signUpActionBar > div > span.eds_optionValue2 > input[type=radio]:checked + label:active.focus, .eds_news_Advantage .eds_signUpActionBar > div > span.eds_optionValue2 > input[type=radio]:checked + label.active:hover, .eds_news_Advantage .eds_signUpActionBar > div > span.eds_optionValue2 > input[type=radio]:checked + label.active:focus, .eds_news_Advantage .eds_signUpActionBar > div > span.eds_optionValue2 > input[type=radio]:checked + label.active.focus, .open > .eds_news_Advantage .eds_signUpActionBar > div > span.eds_optionValue2 > input[type=radio]:checked + label.dropdown-toggle:hover, .open > .eds_news_Advantage .eds_signUpActionBar > div > span.eds_optionValue2 > input[type=radio]:checked + label.dropdown-toggle:focus, .open > .eds_news_Advantage .eds_signUpActionBar > div > span.eds_optionValue2 > input[type=radio]:checked + label.dropdown-toggle.focus, .show > .eds_news_Advantage .eds_signUpActionBar > div > span.eds_optionValue2 > input[type=radio]:checked + label.dropdown-toggle:hover, .show > .eds_news_Advantage .eds_signUpActionBar > div > span.eds_optionValue2 > input[type=radio]:checked + label.dropdown-toggle:focus, .show > .eds_news_Advantage .eds_signUpActionBar > div > span.eds_optionValue2 > input[type=radio]:checked + label.dropdown-toggle.focus {
  color: #fff;
  background-color: #f33527;
  border-color: #a21309;
}
.open > .eds_news_Advantage .eds_signUpActionBar > div > span.eds_optionValue2 > input[type=radio]:checked + label.dropdown-toggle.bmd-btn-icon {
  color: inherit;
  background-color: #f44336;
}
.open > .eds_news_Advantage .eds_signUpActionBar > div > span.eds_optionValue2 > input[type=radio]:checked + label.dropdown-toggle.bmd-btn-icon:hover {
  background-color: #f33527;
}
.eds_news_Advantage .eds_signUpActionBar > div > span.eds_optionValue2 > input[type=radio]:checked + label.disabled:focus, .eds_news_Advantage .eds_signUpActionBar > div > span.eds_optionValue2 > input[type=radio]:checked + label.disabled.focus, .eds_news_Advantage .eds_signUpActionBar > div > span.eds_optionValue2 > input[type=radio]:checked + label:disabled:focus, .eds_news_Advantage .eds_signUpActionBar > div > span.eds_optionValue2 > input[type=radio]:checked + label:disabled.focus {
  background-color: #f44336;
  border-color: #f44336;
}
.eds_news_Advantage .eds_signUpActionBar > div > span.eds_optionValue2 > input[type=radio]:checked + label.disabled:hover, .eds_news_Advantage .eds_signUpActionBar > div > span.eds_optionValue2 > input[type=radio]:checked + label:disabled:hover {
  background-color: #f44336;
  border-color: #f44336;
}
.eds_news_Advantage .eds_signUpActionBar > div > span.eds_optionValue2 > input[type=radio]:checked + label:focus, .eds_news_Advantage .eds_signUpActionBar > div > span.eds_optionValue2 > input[type=radio]:checked + label:active, .eds_news_Advantage .eds_signUpActionBar > div > span.eds_optionValue2 > input[type=radio]:checked + label:hover {
  box-shadow: 0 14px 26px -12px rgba(244, 67, 54, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(244, 67, 54, 0.2);
}
.eds_news_Advantage .eds_signUpActionBar > div > span.eds_optionValue2 > input[type=radio]:checked + label.btn-link {
  background-color: transparent;
  color: #f44336;
  box-shadow: none;
}
.eds_news_Advantage .eds_signUpActionBar > div > span.eds_optionValue2 > input[type=radio]:checked + label.btn-link:hover, .eds_news_Advantage .eds_signUpActionBar > div > span.eds_optionValue2 > input[type=radio]:checked + label.btn-link:focus, .eds_news_Advantage .eds_signUpActionBar > div > span.eds_optionValue2 > input[type=radio]:checked + label.btn-link:active {
  background-color: transparent;
  color: #f44336;
}
.eds_news_Advantage .eds_signUpActionBar > div > span.eds_optionValue2 > input[type=radio]:checked + label:before {
  content: "\f00d";
}
.eds_news_Advantage .eds_signUpActionBar > div > span.eds_optionValue3 > input[type=radio]:checked + label {
  color: #fff;
  background-color: #10d7bf;
  border-color: #10d7bf;
  box-shadow: 0 2px 2px 0 rgba(16, 215, 191, 0.14), 0 3px 1px -2px rgba(16, 215, 191, 0.2), 0 1px 5px 0 rgba(16, 215, 191, 0.12);
}
.eds_news_Advantage .eds_signUpActionBar > div > span.eds_optionValue3 > input[type=radio]:checked + label:hover {
  color: #fff;
  background-color: #0fc9b2;
  border-color: #0c9e8c;
}
.eds_news_Advantage .eds_signUpActionBar > div > span.eds_optionValue3 > input[type=radio]:checked + label:focus, .eds_news_Advantage .eds_signUpActionBar > div > span.eds_optionValue3 > input[type=radio]:checked + label.focus, .eds_news_Advantage .eds_signUpActionBar > div > span.eds_optionValue3 > input[type=radio]:checked + label:hover {
  color: #fff;
  background-color: #0fc9b2;
  border-color: #0c9e8c;
}
.eds_news_Advantage .eds_signUpActionBar > div > span.eds_optionValue3 > input[type=radio]:checked + label:active, .eds_news_Advantage .eds_signUpActionBar > div > span.eds_optionValue3 > input[type=radio]:checked + label.active, .open > .eds_news_Advantage .eds_signUpActionBar > div > span.eds_optionValue3 > input[type=radio]:checked + label.dropdown-toggle, .show > .eds_news_Advantage .eds_signUpActionBar > div > span.eds_optionValue3 > input[type=radio]:checked + label.dropdown-toggle {
  color: #fff;
  background-color: #0fc9b2;
  border-color: #0c9e8c;
  box-shadow: 0 2px 2px 0 rgba(16, 215, 191, 0.14), 0 3px 1px -2px rgba(16, 215, 191, 0.2), 0 1px 5px 0 rgba(16, 215, 191, 0.12);
}
.eds_news_Advantage .eds_signUpActionBar > div > span.eds_optionValue3 > input[type=radio]:checked + label:active:hover, .eds_news_Advantage .eds_signUpActionBar > div > span.eds_optionValue3 > input[type=radio]:checked + label:active:focus, .eds_news_Advantage .eds_signUpActionBar > div > span.eds_optionValue3 > input[type=radio]:checked + label:active.focus, .eds_news_Advantage .eds_signUpActionBar > div > span.eds_optionValue3 > input[type=radio]:checked + label.active:hover, .eds_news_Advantage .eds_signUpActionBar > div > span.eds_optionValue3 > input[type=radio]:checked + label.active:focus, .eds_news_Advantage .eds_signUpActionBar > div > span.eds_optionValue3 > input[type=radio]:checked + label.active.focus, .open > .eds_news_Advantage .eds_signUpActionBar > div > span.eds_optionValue3 > input[type=radio]:checked + label.dropdown-toggle:hover, .open > .eds_news_Advantage .eds_signUpActionBar > div > span.eds_optionValue3 > input[type=radio]:checked + label.dropdown-toggle:focus, .open > .eds_news_Advantage .eds_signUpActionBar > div > span.eds_optionValue3 > input[type=radio]:checked + label.dropdown-toggle.focus, .show > .eds_news_Advantage .eds_signUpActionBar > div > span.eds_optionValue3 > input[type=radio]:checked + label.dropdown-toggle:hover, .show > .eds_news_Advantage .eds_signUpActionBar > div > span.eds_optionValue3 > input[type=radio]:checked + label.dropdown-toggle:focus, .show > .eds_news_Advantage .eds_signUpActionBar > div > span.eds_optionValue3 > input[type=radio]:checked + label.dropdown-toggle.focus {
  color: #fff;
  background-color: #0fc9b2;
  border-color: #076056;
}
.open > .eds_news_Advantage .eds_signUpActionBar > div > span.eds_optionValue3 > input[type=radio]:checked + label.dropdown-toggle.bmd-btn-icon {
  color: inherit;
  background-color: #10d7bf;
}
.open > .eds_news_Advantage .eds_signUpActionBar > div > span.eds_optionValue3 > input[type=radio]:checked + label.dropdown-toggle.bmd-btn-icon:hover {
  background-color: #0fc9b2;
}
.eds_news_Advantage .eds_signUpActionBar > div > span.eds_optionValue3 > input[type=radio]:checked + label.disabled:focus, .eds_news_Advantage .eds_signUpActionBar > div > span.eds_optionValue3 > input[type=radio]:checked + label.disabled.focus, .eds_news_Advantage .eds_signUpActionBar > div > span.eds_optionValue3 > input[type=radio]:checked + label:disabled:focus, .eds_news_Advantage .eds_signUpActionBar > div > span.eds_optionValue3 > input[type=radio]:checked + label:disabled.focus {
  background-color: #10d7bf;
  border-color: #10d7bf;
}
.eds_news_Advantage .eds_signUpActionBar > div > span.eds_optionValue3 > input[type=radio]:checked + label.disabled:hover, .eds_news_Advantage .eds_signUpActionBar > div > span.eds_optionValue3 > input[type=radio]:checked + label:disabled:hover {
  background-color: #10d7bf;
  border-color: #10d7bf;
}
.eds_news_Advantage .eds_signUpActionBar > div > span.eds_optionValue3 > input[type=radio]:checked + label:focus, .eds_news_Advantage .eds_signUpActionBar > div > span.eds_optionValue3 > input[type=radio]:checked + label:active, .eds_news_Advantage .eds_signUpActionBar > div > span.eds_optionValue3 > input[type=radio]:checked + label:hover {
  box-shadow: 0 14px 26px -12px rgba(16, 215, 191, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(16, 215, 191, 0.2);
}
.eds_news_Advantage .eds_signUpActionBar > div > span.eds_optionValue3 > input[type=radio]:checked + label.btn-link {
  background-color: transparent;
  color: #10d7bf;
  box-shadow: none;
}
.eds_news_Advantage .eds_signUpActionBar > div > span.eds_optionValue3 > input[type=radio]:checked + label.btn-link:hover, .eds_news_Advantage .eds_signUpActionBar > div > span.eds_optionValue3 > input[type=radio]:checked + label.btn-link:focus, .eds_news_Advantage .eds_signUpActionBar > div > span.eds_optionValue3 > input[type=radio]:checked + label.btn-link:active {
  background-color: transparent;
  color: #10d7bf;
}
.eds_news_Advantage .eds_signUpActionBar > div > span.eds_optionValue3 > input[type=radio]:checked + label:before {
  content: "\f128";
}

.eds_news_Advantage .search_input::before {
  content: "\f002";
}
.eds_news_Advantage.eds_subCollection_search {
  float: none;
  height: auto;
  min-width: 0;
  width: auto;
  overflow: visible;
}
.eds_news_Advantage.eds_subCollection_search .acInput.acLoading {
  background-image: url("/DesktopModules/EasyDNNnews/Templates/_default/Advantage/assets/images/common/indicator.gif") !important;
  background-repeat: no-repeat !important;
  background-position: 95% 10% !important;
}
.eds_news_Advantage.eds_subCollection_search .search_input {
  padding: 1rem 1rem 1rem 4rem;
}
.eds_news_Advantage.eds_subCollection_search .search_input::after {
  display: block;
  content: "";
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
}
.eds_news_Advantage.eds_subCollection_search .search_input .input {
  float: left;
  line-height: 0;
  font-size: 0;
  width: 85%;
}
.eds_news_Advantage.eds_subCollection_search .search_input .input input[type=text] {
  border: none;
  border-bottom: solid 1px #d2d2d2;
  outline: none;
  background: none transparent;
  box-shadow: none;
  line-height: 2rem;
  height: 2rem;
  font-size: 1rem;
  width: 100%;
  margin: 0;
  padding: 0;
  color: #aaa;
  transition: all 300ms;
}
.eds_news_Advantage.eds_subCollection_search .search_input .input input[type=text]::-moz-placeholder {
  color: inherit;
  font: inherit;
  opacity: 1;
}
.eds_news_Advantage.eds_subCollection_search .search_input .input input[type=text]::placeholder {
  color: inherit;
  font: inherit;
  opacity: 1;
}
.eds_news_Advantage.eds_subCollection_search .search_input .input input[type=text]:hover, .eds_news_Advantage.eds_subCollection_search .search_input .input input[type=text]:focus {
  color: #3C4858;
  border-bottom-color: #10d7bf;
}
.eds_news_Advantage.eds_subCollection_search .search_input .input input[type=text]:focus {
  border-bottom-color: #10d7bf;
  box-shadow: 0 -1px 0 #10d7bf inset;
}
.eds_news_Advantage.eds_subCollection_search .search_input .do_search {
  line-height: 2rem;
  float: right;
  min-width: 35px;
  width: 10%;
  text-align: center;
  text-decoration: none;
  color: #a4a4a4;
  transition: all 300ms;
}
.eds_news_Advantage.eds_subCollection_search .search_input .do_search:hover {
  text-decoration: none;
  color: #10d7bf;
}
.eds_news_Advantage.eds_subCollection_search .search_input .do_search > span {
  display: none;
}
.eds_news_Advantage.eds_subCollection_search .search_input .do_search::before {
  content: "\f002";
  display: inline-block;
  vertical-align: middle;
  font: normal 900 1.2rem/2rem Font Awesome\ 5 Free;
}
.eds_news_Advantage.eds_subCollection_search .search_input.button_outside .input {
  float: none;
  width: auto;
}
.eds_news_Advantage.eds_subCollection_search .search_input.button_outside .do_search {
  float: right;
  width: auto;
  min-width: auto;
}
.eds_news_Advantage.eds_subCollection_search .search_input.button_outside .do_search > span {
  display: inline;
  vertical-align: middle;
}
.eds_news_Advantage .edncf_AdvancedSearch .edncf_container {
  position: relative;
  padding: 5px 0 20px;
}
.eds_news_Advantage .edncf_AdvancedSearch .edncf_container > span {
  display: block;
}
.eds_news_Advantage .edncf_AdvancedSearch .edncf_container > span,
.eds_news_Advantage .edncf_AdvancedSearch .edncf_container > div {
  margin-bottom: 2rem;
}
.eds_news_Advantage .edncf_AdvancedSearch .edncf_container label {
  font: inherit;
  color: #10d7bf;
  font-size: 0.9rem;
  font-weight: normal;
  margin: 0;
}
.eds_news_Advantage .edncf_AdvancedSearch .edncf_container .edncf_DropDownList > span,
.eds_news_Advantage .edncf_AdvancedSearch .edncf_container .edncf_Multiselect .edncf_MultiselectGroup .ms-choice {
  border-bottom: solid 1px #170d49;
  background-color: #fff;
  line-height: 2.5rem;
  padding-right: 35px;
}
.eds_news_Advantage .edncf_AdvancedSearch .edncf_container .edncf_DropDownList > span::after,
.eds_news_Advantage .edncf_AdvancedSearch .edncf_container .edncf_Multiselect .edncf_MultiselectGroup .ms-choice > div {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  color: #3f3f3f;
  width: 35px;
  z-index: 1;
  text-align: center;
}
.eds_news_Advantage .edncf_AdvancedSearch .edncf_container .edncf_DropDownList > span::after,
.eds_news_Advantage .edncf_AdvancedSearch .edncf_container .edncf_Multiselect .edncf_MultiselectGroup .ms-choice > div:after {
  font: 900 1rem/2.5rem Font Awesome\ 5 Free;
  content: "\f0d7";
}
.eds_news_Advantage .edncf_AdvancedSearch .edncf_container .edncf_DropDownList > span select,
.eds_news_Advantage .edncf_AdvancedSearch .edncf_container .edncf_Multiselect .edncf_MultiselectGroup .ms-choice > span {
  font-size: 0.9rem;
  line-height: 2.5rem;
  font-family: inherit;
  text-transform: uppercase;
  padding: 0 0.5rem;
  color: #170d49;
  height: 2.5rem;
}
.eds_news_Advantage .edncf_AdvancedSearch .edncf_container .edncf_DropDownList > span {
  display: block;
  position: relative;
  overflow: hidden;
}
.eds_news_Advantage .edncf_AdvancedSearch .edncf_container .edncf_DropDownList > span select {
  border: none;
  outline: none;
  background: none transparent;
  box-shadow: none;
  outline: none;
  width: 125%;
  position: relative;
  z-index: 2;
  margin: 0;
}
.eds_news_Advantage .edncf_AdvancedSearch .edncf_container .edncf_DropDownList > span select:focus {
  outline: none;
}
.eds_news_Advantage .edncf_AdvancedSearch .edncf_container .edncf_DropDownList > span select:disabled {
  color: #ccc !important;
}
.eds_news_Advantage .edncf_AdvancedSearch .edncf_container .edncf_Multiselect .edncf_MultiselectGroup .ms-parent {
  width: 100% !important;
  display: block;
  position: relative;
}
.eds_news_Advantage .edncf_AdvancedSearch .edncf_container .edncf_Multiselect .edncf_MultiselectGroup .ms-choice {
  display: block;
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
  text-align: left;
  box-shadow: none;
  outline: none;
  border-top: none;
  border-right: none;
  border-left: none;
  border-radius: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}
.eds_news_Advantage .edncf_AdvancedSearch .edncf_container .edncf_Multiselect .edncf_MultiselectGroup .ms-choice > span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  opacity: 1;
  cursor: unset;
  background: none;
  vertical-align: unset;
  display: inline;
}
.eds_news_Advantage .edncf_AdvancedSearch .edncf_container .edncf_Multiselect .edncf_MultiselectGroup .ms-choice > div.open::after {
  content: "\f0d8";
}
.eds_news_Advantage .edncf_AdvancedSearch .edncf_container .edncf_Multiselect .edncf_MultiselectGroup .ms-choice.disabled {
  cursor: default;
}
.eds_news_Advantage .edncf_AdvancedSearch .edncf_container .edncf_Multiselect .edncf_MultiselectGroup .ms-drop {
  display: none;
  overflow: hidden;
  position: absolute;
  width: 100%;
  z-index: 1000;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  margin-top: 1px;
  background-color: #fff;
  margin: 0.125rem 0 0;
  border-radius: 0.25rem;
  padding: 0.3125rem 0.6rem;
}
.eds_news_Advantage .edncf_AdvancedSearch .edncf_container .edncf_Multiselect .edncf_MultiselectGroup .ms-drop ul {
  margin: 0;
  padding: 0;
  overflow: auto;
}
.eds_news_Advantage .edncf_AdvancedSearch .edncf_container .edncf_Multiselect .edncf_MultiselectGroup .ms-drop ul > li {
  background-image: none;
  display: list-item;
  list-style: outside none none;
  position: static;
  padding: 0;
  margin: 0 0 3px;
}
.eds_news_Advantage .edncf_AdvancedSearch .edncf_container .edncf_Multiselect .edncf_MultiselectGroup .ms-drop ul > li label {
  display: block;
  white-space: nowrap;
}
.eds_news_Advantage .edncf_AdvancedSearch .edncf_container .edncf_Multiselect .edncf_MultiselectGroup .ms-drop ul > li label > input {
  display: none;
}
.eds_news_Advantage .edncf_AdvancedSearch .edncf_container .edncf_Multiselect .edncf_MultiselectGroup .ms-drop ul > li label > span {
  display: inline-block;
  vertical-align: middle;
  font-weight: normal;
  padding-left: 25px;
  cursor: pointer;
  font-size: 0.875rem;
  color: #aaa;
  line-height: 21px;
  font-weight: 400;
  position: relative;
  overflow: hidden;
}
.eds_news_Advantage .edncf_AdvancedSearch .edncf_container .edncf_Multiselect .edncf_MultiselectGroup .ms-drop ul > li label > span::before, .eds_news_Advantage .edncf_AdvancedSearch .edncf_container .edncf_Multiselect .edncf_MultiselectGroup .ms-drop ul > li label > span::after {
  display: inline-block;
  position: absolute;
}
.eds_news_Advantage .edncf_AdvancedSearch .edncf_container .edncf_Multiselect .edncf_MultiselectGroup .ms-drop ul > li label > span::before {
  content: "";
  left: 0;
  border: 1px solid rgba(0, 0, 0, 0.54);
  width: 20px;
  height: 20px;
  border-radius: 3px;
  top: 0;
}
.eds_news_Advantage .edncf_AdvancedSearch .edncf_container .edncf_Multiselect .edncf_MultiselectGroup .ms-drop ul > li label > span::after {
  font-weight: 900;
  line-height: 1;
  font-family: Font Awesome\ 5 Free;
  position: absolute;
  color: #10d7bf;
  transition: all 150ms;
  font-size: 0.8rem;
  top: 0;
  left: 6px;
  content: "\f00c";
  opacity: 0;
  transform: scale(0.5);
}
.eds_news_Advantage .edncf_AdvancedSearch .edncf_container .edncf_Multiselect .edncf_MultiselectGroup .ms-drop ul > li label > span:hover::before {
  border-color: rgba(0, 0, 0, 0.9);
}
.eds_news_Advantage .edncf_AdvancedSearch .edncf_container .edncf_Multiselect .edncf_MultiselectGroup .ms-drop ul > li.selected label > span::before {
  border-color: rgba(0, 0, 0, 0.9);
}
.eds_news_Advantage .edncf_AdvancedSearch .edncf_container .edncf_Multiselect .edncf_MultiselectGroup .ms-drop ul > li.selected label > span::after {
  top: 4px;
  left: 4px;
  opacity: 1;
  transform: scale(1);
}
.eds_news_Advantage .edncf_AdvancedSearch .edncf_container .edncf_Multiselect .edncf_MultiselectGroup .ms-drop.bottom {
  top: 100%;
}
.eds_news_Advantage .edncf_AdvancedSearch .edncf_container .edncf_Multiselect .edncf_MultiselectGroup .ms-drop.top {
  bottom: 100%;
}
.eds_news_Advantage .edncf_AdvancedSearch .edncf_container .edncf_Text .edncf_TextInput input {
  border: none;
  border-radius: 0;
  border-bottom: solid 1px #170d49;
  padding: 0 0.5rem;
  line-height: 2rem;
  height: 2rem;
  color: rgb(73, 80, 87);
  width: 100%;
  background: none #fff;
  margin: 0;
  box-shadow: none;
  outline: none;
}
.eds_news_Advantage .edncf_AdvancedSearch .edncf_container .edncf_Text label,
.eds_news_Advantage .edncf_AdvancedSearch .edncf_container .edncf_dateSearchField label,
.eds_news_Advantage .edncf_AdvancedSearch .edncf_container .edncf_MultiselectGroup .ms-parent > label,
.eds_news_Advantage .edncf_AdvancedSearch .edncf_container .edncf_DropDownList > label {
  display: block;
  margin-bottom: 5px;
}
.eds_news_Advantage .edncf_AdvancedSearch .edncf_container .edncf_RangeSliderInput > span > label {
  display: block;
  margin-bottom: 10px;
}
.eds_news_Advantage .edncf_AdvancedSearch .edncf_container .edncf_RangeSliderInput .irs {
  height: 35px;
  position: relative;
  display: block;
}
.eds_news_Advantage .edncf_AdvancedSearch .edncf_container .edncf_RangeSliderInput .irs .irs-line {
  display: block;
  position: relative;
  background-color: #c8c8c8;
  height: 2px;
}
.eds_news_Advantage .edncf_AdvancedSearch .edncf_container .edncf_RangeSliderInput .irs .irs-line .irs-line-left,
.eds_news_Advantage .edncf_AdvancedSearch .edncf_container .edncf_RangeSliderInput .irs .irs-line .irs-line-right,
.eds_news_Advantage .edncf_AdvancedSearch .edncf_container .edncf_RangeSliderInput .irs .irs-line .irs-line-mid {
  display: none;
}
.eds_news_Advantage .edncf_AdvancedSearch .edncf_container .edncf_RangeSliderInput .irs .irs-diapason {
  top: 0;
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #10d7bf;
}
.eds_news_Advantage .edncf_AdvancedSearch .edncf_container .edncf_RangeSliderInput .irs .irs-slider {
  border: solid 1px #10d7bf;
  background-color: #fff;
  height: 15px;
  width: 15px;
  cursor: default;
  display: block;
  position: absolute;
  z-index: 1;
  top: -6px;
  border-radius: 50%;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  transition: transform 150ms;
  cursor: pointer;
}
.eds_news_Advantage .edncf_AdvancedSearch .edncf_container .edncf_RangeSliderInput .irs .irs-slider:hover {
  transform: scale(1.2);
}
.eds_news_Advantage .edncf_AdvancedSearch .edncf_container .edncf_RangeSliderInput .irs .irs-from,
.eds_news_Advantage .edncf_AdvancedSearch .edncf_container .edncf_RangeSliderInput .irs .irs-to,
.eds_news_Advantage .edncf_AdvancedSearch .edncf_container .edncf_RangeSliderInput .irs .irs-single,
.eds_news_Advantage .edncf_AdvancedSearch .edncf_container .edncf_RangeSliderInput .irs .irs-min,
.eds_news_Advantage .edncf_AdvancedSearch .edncf_container .edncf_RangeSliderInput .irs .irs-max {
  position: absolute;
  top: 20px;
  font-size: 0.8rem;
  line-height: 1;
  white-space: nowrap;
}
.eds_news_Advantage .edncf_AdvancedSearch .edncf_container .edncf_RangeSliderInput .irs .irs-from,
.eds_news_Advantage .edncf_AdvancedSearch .edncf_container .edncf_RangeSliderInput .irs .irs-to,
.eds_news_Advantage .edncf_AdvancedSearch .edncf_container .edncf_RangeSliderInput .irs .irs-single {
  color: #170d49;
}
.eds_news_Advantage .edncf_AdvancedSearch .edncf_container .edncf_RangeSliderInput .irs .irs-min,
.eds_news_Advantage .edncf_AdvancedSearch .edncf_container .edncf_RangeSliderInput .irs .irs-max {
  color: #eee;
}
.eds_news_Advantage .edncf_AdvancedSearch .edncf_container .edncf_RangeSliderInput .irs .irs-min {
  left: 0;
}
.eds_news_Advantage .edncf_AdvancedSearch .edncf_container .edncf_RangeSliderInput .irs .irs-max {
  right: 0;
}
.eds_news_Advantage .edncf_AdvancedSearch .edncf_container .edncf_CheckBox .edncf_ltIE input[type=checkbox],
.eds_news_Advantage .edncf_AdvancedSearch .edncf_container .edncf_CheckBoxList .edncf_CheckBoxListGroup .edncf_ltIE .edncf_CheckBox input[type=checkbox] {
  display: inline;
}
.eds_news_Advantage .edncf_AdvancedSearch .edncf_container .edncf_CheckBox .edncf_ltIE label,
.eds_news_Advantage .edncf_AdvancedSearch .edncf_container .edncf_CheckBoxList .edncf_CheckBoxListGroup .edncf_ltIE .edncf_CheckBox label {
  padding-left: 0;
}
.eds_news_Advantage .edncf_AdvancedSearch .edncf_container .edncf_CheckBox .edncf_ltIE label::before,
.eds_news_Advantage .edncf_AdvancedSearch .edncf_container .edncf_CheckBoxList .edncf_CheckBoxListGroup .edncf_ltIE .edncf_CheckBox label::before {
  display: none;
}
.eds_news_Advantage .edncf_AdvancedSearch .edncf_container .edncf_RadioButtonList .edncf_RadioButtonGroup .edncf_ltIE .edncf_RadioButton input[type=radio] {
  display: inline;
}
.eds_news_Advantage .edncf_AdvancedSearch .edncf_container .edncf_RadioButtonList .edncf_RadioButtonGroup .edncf_ltIE .edncf_RadioButton label {
  padding-left: 0;
}
.eds_news_Advantage .edncf_AdvancedSearch .edncf_container .edncf_RadioButtonList .edncf_RadioButtonGroup .edncf_ltIE .edncf_RadioButton label::before {
  display: none;
}
.eds_news_Advantage .edncf_AdvancedSearch .edncf_container .edncf_CheckBox,
.eds_news_Advantage .edncf_AdvancedSearch .edncf_container .edncf_RadioButton {
  display: block;
  margin: 4px 0;
}
.eds_news_Advantage .edncf_AdvancedSearch .edncf_container .edncf_CheckBox input,
.eds_news_Advantage .edncf_AdvancedSearch .edncf_container .edncf_RadioButton input {
  display: none;
}
.eds_news_Advantage .edncf_AdvancedSearch .edncf_container .edncf_CheckBox label,
.eds_news_Advantage .edncf_AdvancedSearch .edncf_container .edncf_RadioButton label {
  display: inline-block;
  vertical-align: middle;
  font-weight: normal;
  padding-left: 25px;
  cursor: pointer;
  font-size: 0.875rem;
  color: #aaa;
  line-height: 21px;
  font-weight: 400;
  position: relative;
  overflow: hidden;
}
.eds_news_Advantage .edncf_AdvancedSearch .edncf_container .edncf_CheckBox label::before, .eds_news_Advantage .edncf_AdvancedSearch .edncf_container .edncf_CheckBox label::after,
.eds_news_Advantage .edncf_AdvancedSearch .edncf_container .edncf_RadioButton label::before,
.eds_news_Advantage .edncf_AdvancedSearch .edncf_container .edncf_RadioButton label::after {
  display: inline-block;
  position: absolute;
}
.eds_news_Advantage .edncf_AdvancedSearch .edncf_container .edncf_CheckBox label::before,
.eds_news_Advantage .edncf_AdvancedSearch .edncf_container .edncf_RadioButton label::before {
  content: "";
  left: 0;
  border: 1px solid rgba(0, 0, 0, 0.54);
}
.eds_news_Advantage .edncf_AdvancedSearch .edncf_container .edncf_CheckBox label::after,
.eds_news_Advantage .edncf_AdvancedSearch .edncf_container .edncf_RadioButton label::after {
  font-weight: 900;
  line-height: 1;
  font-family: Font Awesome\ 5 Free;
  position: absolute;
  color: #10d7bf;
  transition: all 150ms;
}
.eds_news_Advantage .edncf_AdvancedSearch .edncf_container .edncf_CheckBox label:hover::before,
.eds_news_Advantage .edncf_AdvancedSearch .edncf_container .edncf_RadioButton label:hover::before {
  border-color: rgba(0, 0, 0, 0.9);
}
.eds_news_Advantage .edncf_AdvancedSearch .edncf_container .edncf_CheckBox label::before {
  width: 20px;
  height: 20px;
  border-radius: 3px;
  top: 0;
}
.eds_news_Advantage .edncf_AdvancedSearch .edncf_container .edncf_CheckBox label::after {
  font-size: 0.8rem;
  top: 0;
  left: 6px;
  content: "\f00c";
  opacity: 0;
  transform: scale(0.5);
}
.eds_news_Advantage .edncf_AdvancedSearch .edncf_container .edncf_CheckBox input[type=checkbox]:checked + label::before {
  border-color: rgba(0, 0, 0, 0.9);
}
.eds_news_Advantage .edncf_AdvancedSearch .edncf_container .edncf_CheckBox input[type=checkbox]:checked + label::after {
  top: 4px;
  left: 4px;
  opacity: 1;
  transform: scale(1);
}
.eds_news_Advantage .edncf_AdvancedSearch .edncf_container .edncf_RadioButton label::before {
  width: 17px;
  height: 17px;
  border-radius: 50%;
  top: 3px;
}
.eds_news_Advantage .edncf_AdvancedSearch .edncf_container .edncf_RadioButton label::after {
  content: "\f111";
  top: 7px;
  left: 4px;
  opacity: 0;
  transform: scale(0.3);
  font-size: 9px;
}
.eds_news_Advantage .edncf_AdvancedSearch .edncf_container .edncf_RadioButton input[type=radio]:checked + label::before {
  border-color: #10d7bf;
}
.eds_news_Advantage .edncf_AdvancedSearch .edncf_container .edncf_RadioButton input[type=radio]:checked + label::after {
  opacity: 1;
  transform: scale(1);
}
.eds_news_Advantage .edncf_AdvancedSearch .edncf_container .edncf_dateSearchField .input-group {
  margin: 0;
}
.eds_news_Advantage .edncf_AdvancedSearch .edncf_container .edncf_dateSearchField .input-group + .input-group {
  margin-top: 5px;
}
.eds_news_Advantage .edncf_AdvancedSearch .edncf_container .edncf_dateSearchField .glyphicon {
  font-family: "Glyphicons Halflings";
}
.eds_news_Advantage .edncf_AdvancedSearch .edncf_container .edncf_dateSearchField .form-control {
  border: none;
  border-radius: 0;
  border-bottom: solid 1px #d2d2d2;
  padding: 0.4375rem 0;
  line-height: 30px;
  height: 30px;
  color: rgb(73, 80, 87);
  width: 100%;
  background: none #fff;
  margin: 0;
  box-shadow: none;
  outline: none;
  margin: 0;
  background-color: #fff;
  padding: 0 6px;
}
.eds_news_Advantage .edncf_AdvancedSearch .edncf_container .edncf_dateSearchField .input-group-addon {
  border: none;
  border-radius: 0;
  border-bottom: solid 1px #d2d2d2;
  background-color: #fff;
  height: 30px;
  padding: 0 11px;
  color: #10d7bf;
  line-height: 26px;
  vertical-align: top;
}
.eds_news_Advantage .edncf_AdvancedSearch .edncf_container .edncf_CheckBoxList > span,
.eds_news_Advantage .edncf_AdvancedSearch .edncf_container .edncf_RadioButtonList > span {
  display: block;
  margin-bottom: 5px;
}
.eds_news_Advantage .edncf_AdvancedSearch .edncf_container .edncf_submitContainer {
  text-align: right;
  padding-top: 20px;
  margin: 0;
}
.eds_news_Advantage .edncf_AdvancedSearch .edncf_container .edncf_searchInProgressOverlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff url("/DesktopModules/EasyDNNnews/Templates/_default/Advantage/assets/images/common/searchInProgress.gif") center center no-repeat;
  opacity: 0.7;
  z-index: 999;
}
.eds_news_Advantage .edncf_AdvancedSearch.edncf_horizontalOrientation .edncf_container {
  padding-bottom: 0;
}
.eds_news_Advantage .edncf_AdvancedSearch.edncf_horizontalOrientation .edncf_container > span {
  display: inline-block;
  vertical-align: middle;
  margin: 0 30px 15px 0;
}
.eds_news_Advantage .edncf_AdvancedSearch.edncf_horizontalOrientation .edncf_container .edncf_DropDownList > span {
  min-width: 145px;
}
.eds_news_Advantage .edncf_AdvancedSearch.edncf_horizontalOrientation .edncf_container .edncf_DropDownList > span select {
  width: 160%;
}
.eds_news_Advantage .edncf_AdvancedSearch.edncf_horizontalOrientation .edncf_container .edncf_Multiselect .edncf_MultiselectGroup .ms-parent {
  width: 180px !important;
  display: inline-block;
}
.eds_news_Advantage .edncf_AdvancedSearch.edncf_horizontalOrientation .edncf_container .edncf_Multiselect .edncf_MultiselectGroup .ms-choice {
  min-width: 145px;
}
.eds_news_Advantage .edncf_AdvancedSearch.edncf_horizontalOrientation .edncf_container .edncf_RangeSliderInput {
  display: block;
  margin-right: 0;
}
.eds_news_Advantage .edncf_AdvancedSearch.edncf_horizontalOrientation .edncf_container .edncf_CheckBoxList > span,
.eds_news_Advantage .edncf_AdvancedSearch.edncf_horizontalOrientation .edncf_container .edncf_RadioButtonList > span {
  display: inline-block;
  margin-bottom: 0;
}
.eds_news_Advantage .edncf_AdvancedSearch.edncf_horizontalOrientation .edncf_container .edncf_CheckBoxList,
.eds_news_Advantage .edncf_AdvancedSearch.edncf_horizontalOrientation .edncf_container .edncf_RadioButtonList {
  display: inline-block;
  margin-right: 15px;
}
.eds_news_Advantage .edncf_AdvancedSearch.edncf_horizontalOrientation .edncf_container .edncf_CheckBoxList .edncf_CheckBox,
.eds_news_Advantage .edncf_AdvancedSearch.edncf_horizontalOrientation .edncf_container .edncf_CheckBoxList .edncf_RadioButton,
.eds_news_Advantage .edncf_AdvancedSearch.edncf_horizontalOrientation .edncf_container .edncf_RadioButtonList .edncf_CheckBox,
.eds_news_Advantage .edncf_AdvancedSearch.edncf_horizontalOrientation .edncf_container .edncf_RadioButtonList .edncf_RadioButton {
  display: inline-block;
  margin: 4px 10px;
}
.eds_news_Advantage .edncf_AdvancedSearch.edncf_horizontalOrientation .edncf_container .edncf_dateSearchField {
  display: block;
  margin-right: 0;
}
.eds_news_Advantage .edncf_AdvancedSearch.edncf_horizontalOrientation .edncf_container .edncf_dateSearchField > .input-group {
  float: left;
  width: 49%;
}
.eds_news_Advantage .edncf_AdvancedSearch.edncf_horizontalOrientation .edncf_container .edncf_dateSearchField > .input-group + .input-group {
  float: right;
  margin: 0;
}
.eds_news_Advantage .edncf_AdvancedSearch.edncf_horizontalOrientation .edncf_container .edncf_dateSearchField::after {
  content: "";
  display: table;
  width: 100%;
  height: 0;
  overflow: hidden;
  clear: both;
}
.eds_news_Advantage .edncf_AdvancedSearch.edncf_horizontalOrientation .edncf_container .edncf_Text > span {
  display: inline-block;
  vertical-align: middle;
}
.eds_news_Advantage .edncf_AdvancedSearch.edncf_horizontalOrientation .edncf_container .edncf_Text > span + span {
  margin-left: 15px;
}
.eds_news_Advantage .edncf_AdvancedSearch.edncf_horizontalOrientation .edncf_container .edncf_submitContainer {
  display: inline-block;
  vertical-align: top;
  padding: 0;
}
.eds_news_Advantage .edncf_submitContainer > a,
.eds_news_Advantage .search_input.button_outside .do_search {
  padding: 0.40625rem;
  font-size: 0.75rem;
  line-height: 1.5;
  border-radius: 0.2rem;
  border-color: #10d7bf;
  text-transform: uppercase;
  letter-spacing: 0;
  transition: box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1), background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: box-shadow, transform;
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  margin: 0.5rem;
  margin-top: 1rem;
  color: #fff;
  background-color: #10d7bf;
  border-color: #10d7bf;
  box-shadow: 0 2px 2px 0 rgba(16, 215, 191, 0.14), 0 3px 1px -2px rgba(16, 215, 191, 0.2), 0 1px 5px 0 rgba(16, 215, 191, 0.12);
}
.eds_news_Advantage .edncf_submitContainer > a:hover,
.eds_news_Advantage .search_input.button_outside .do_search:hover {
  color: #fff;
  background-color: #0fc9b2;
  border-color: #0c9e8c;
}
.eds_news_Advantage .edncf_submitContainer > a:focus, .eds_news_Advantage .edncf_submitContainer > a.focus, .eds_news_Advantage .edncf_submitContainer > a:hover,
.eds_news_Advantage .search_input.button_outside .do_search:focus,
.eds_news_Advantage .search_input.button_outside .do_search.focus,
.eds_news_Advantage .search_input.button_outside .do_search:hover {
  color: #fff;
  background-color: #0fc9b2;
  border-color: #0c9e8c;
}
.eds_news_Advantage .edncf_submitContainer > a:active, .eds_news_Advantage .edncf_submitContainer > a.active, .open > .eds_news_Advantage .edncf_submitContainer > a.dropdown-toggle, .show > .eds_news_Advantage .edncf_submitContainer > a.dropdown-toggle,
.eds_news_Advantage .search_input.button_outside .do_search:active,
.eds_news_Advantage .search_input.button_outside .do_search.active,
.open > .eds_news_Advantage .search_input.button_outside .do_search.dropdown-toggle,
.show > .eds_news_Advantage .search_input.button_outside .do_search.dropdown-toggle {
  color: #fff;
  background-color: #0fc9b2;
  border-color: #0c9e8c;
  box-shadow: 0 2px 2px 0 rgba(16, 215, 191, 0.14), 0 3px 1px -2px rgba(16, 215, 191, 0.2), 0 1px 5px 0 rgba(16, 215, 191, 0.12);
}
.eds_news_Advantage .edncf_submitContainer > a:active:hover, .eds_news_Advantage .edncf_submitContainer > a:active:focus, .eds_news_Advantage .edncf_submitContainer > a:active.focus, .eds_news_Advantage .edncf_submitContainer > a.active:hover, .eds_news_Advantage .edncf_submitContainer > a.active:focus, .eds_news_Advantage .edncf_submitContainer > a.active.focus, .open > .eds_news_Advantage .edncf_submitContainer > a.dropdown-toggle:hover, .open > .eds_news_Advantage .edncf_submitContainer > a.dropdown-toggle:focus, .open > .eds_news_Advantage .edncf_submitContainer > a.dropdown-toggle.focus, .show > .eds_news_Advantage .edncf_submitContainer > a.dropdown-toggle:hover, .show > .eds_news_Advantage .edncf_submitContainer > a.dropdown-toggle:focus, .show > .eds_news_Advantage .edncf_submitContainer > a.dropdown-toggle.focus,
.eds_news_Advantage .search_input.button_outside .do_search:active:hover,
.eds_news_Advantage .search_input.button_outside .do_search:active:focus,
.eds_news_Advantage .search_input.button_outside .do_search:active.focus,
.eds_news_Advantage .search_input.button_outside .do_search.active:hover,
.eds_news_Advantage .search_input.button_outside .do_search.active:focus,
.eds_news_Advantage .search_input.button_outside .do_search.active.focus,
.open > .eds_news_Advantage .search_input.button_outside .do_search.dropdown-toggle:hover,
.open > .eds_news_Advantage .search_input.button_outside .do_search.dropdown-toggle:focus,
.open > .eds_news_Advantage .search_input.button_outside .do_search.dropdown-toggle.focus,
.show > .eds_news_Advantage .search_input.button_outside .do_search.dropdown-toggle:hover,
.show > .eds_news_Advantage .search_input.button_outside .do_search.dropdown-toggle:focus,
.show > .eds_news_Advantage .search_input.button_outside .do_search.dropdown-toggle.focus {
  color: #fff;
  background-color: #0fc9b2;
  border-color: #076056;
}
.open > .eds_news_Advantage .edncf_submitContainer > a.dropdown-toggle.bmd-btn-icon,
.open > .eds_news_Advantage .search_input.button_outside .do_search.dropdown-toggle.bmd-btn-icon {
  color: inherit;
  background-color: #10d7bf;
}
.open > .eds_news_Advantage .edncf_submitContainer > a.dropdown-toggle.bmd-btn-icon:hover,
.open > .eds_news_Advantage .search_input.button_outside .do_search.dropdown-toggle.bmd-btn-icon:hover {
  background-color: #0fc9b2;
}
.eds_news_Advantage .edncf_submitContainer > a.disabled:focus, .eds_news_Advantage .edncf_submitContainer > a.disabled.focus, .eds_news_Advantage .edncf_submitContainer > a:disabled:focus, .eds_news_Advantage .edncf_submitContainer > a:disabled.focus,
.eds_news_Advantage .search_input.button_outside .do_search.disabled:focus,
.eds_news_Advantage .search_input.button_outside .do_search.disabled.focus,
.eds_news_Advantage .search_input.button_outside .do_search:disabled:focus,
.eds_news_Advantage .search_input.button_outside .do_search:disabled.focus {
  background-color: #10d7bf;
  border-color: #10d7bf;
}
.eds_news_Advantage .edncf_submitContainer > a.disabled:hover, .eds_news_Advantage .edncf_submitContainer > a:disabled:hover,
.eds_news_Advantage .search_input.button_outside .do_search.disabled:hover,
.eds_news_Advantage .search_input.button_outside .do_search:disabled:hover {
  background-color: #10d7bf;
  border-color: #10d7bf;
}
.eds_news_Advantage .edncf_submitContainer > a:focus, .eds_news_Advantage .edncf_submitContainer > a:active, .eds_news_Advantage .edncf_submitContainer > a:hover,
.eds_news_Advantage .search_input.button_outside .do_search:focus,
.eds_news_Advantage .search_input.button_outside .do_search:active,
.eds_news_Advantage .search_input.button_outside .do_search:hover {
  box-shadow: 0 14px 26px -12px rgba(16, 215, 191, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(16, 215, 191, 0.2);
}
.eds_news_Advantage .edncf_submitContainer > a.btn-link,
.eds_news_Advantage .search_input.button_outside .do_search.btn-link {
  background-color: transparent;
  color: #10d7bf;
  box-shadow: none;
}
.eds_news_Advantage .edncf_submitContainer > a.btn-link:hover, .eds_news_Advantage .edncf_submitContainer > a.btn-link:focus, .eds_news_Advantage .edncf_submitContainer > a.btn-link:active,
.eds_news_Advantage .search_input.button_outside .do_search.btn-link:hover,
.eds_news_Advantage .search_input.button_outside .do_search.btn-link:focus,
.eds_news_Advantage .search_input.button_outside .do_search.btn-link:active {
  background-color: transparent;
  color: #10d7bf;
}
.eds_news_Advantage .edncf_submitContainer > a:link, .eds_news_Advantage .edncf_submitContainer > a:active, .eds_news_Advantage .edncf_submitContainer > a:visited,
.eds_news_Advantage .search_input.button_outside .do_search:link,
.eds_news_Advantage .search_input.button_outside .do_search:active,
.eds_news_Advantage .search_input.button_outside .do_search:visited {
  color: #fff;
}
.eds_news_Advantage .edncf_submitContainer > a::before,
.eds_news_Advantage .search_input.button_outside .do_search::before {
  padding-right: 0.40625rem;
  content: "\f002";
  display: inline-block;
  vertical-align: middle;
  font: normal 900 1.2rem/2rem Font Awesome\ 5 Free;
}
.eds_news_Advantage .edncf_submitContainer > a.edncf_reset {
  color: #fff;
  background-color: #999999;
  border-color: #999999;
  box-shadow: 0 2px 2px 0 rgba(153, 153, 153, 0.14), 0 3px 1px -2px rgba(153, 153, 153, 0.2), 0 1px 5px 0 rgba(153, 153, 153, 0.12);
}
.eds_news_Advantage .edncf_submitContainer > a.edncf_reset:hover {
  color: #fff;
  background-color: #919191;
  border-color: #7a7a7a;
}
.eds_news_Advantage .edncf_submitContainer > a.edncf_reset:focus, .eds_news_Advantage .edncf_submitContainer > a.edncf_reset.focus, .eds_news_Advantage .edncf_submitContainer > a.edncf_reset:hover {
  color: #fff;
  background-color: #919191;
  border-color: #7a7a7a;
}
.eds_news_Advantage .edncf_submitContainer > a.edncf_reset:active, .eds_news_Advantage .edncf_submitContainer > a.edncf_reset.active, .open > .eds_news_Advantage .edncf_submitContainer > a.edncf_reset.dropdown-toggle, .show > .eds_news_Advantage .edncf_submitContainer > a.edncf_reset.dropdown-toggle {
  color: #fff;
  background-color: #919191;
  border-color: #7a7a7a;
  box-shadow: 0 2px 2px 0 rgba(153, 153, 153, 0.14), 0 3px 1px -2px rgba(153, 153, 153, 0.2), 0 1px 5px 0 rgba(153, 153, 153, 0.12);
}
.eds_news_Advantage .edncf_submitContainer > a.edncf_reset:active:hover, .eds_news_Advantage .edncf_submitContainer > a.edncf_reset:active:focus, .eds_news_Advantage .edncf_submitContainer > a.edncf_reset:active.focus, .eds_news_Advantage .edncf_submitContainer > a.edncf_reset.active:hover, .eds_news_Advantage .edncf_submitContainer > a.edncf_reset.active:focus, .eds_news_Advantage .edncf_submitContainer > a.edncf_reset.active.focus, .open > .eds_news_Advantage .edncf_submitContainer > a.edncf_reset.dropdown-toggle:hover, .open > .eds_news_Advantage .edncf_submitContainer > a.edncf_reset.dropdown-toggle:focus, .open > .eds_news_Advantage .edncf_submitContainer > a.edncf_reset.dropdown-toggle.focus, .show > .eds_news_Advantage .edncf_submitContainer > a.edncf_reset.dropdown-toggle:hover, .show > .eds_news_Advantage .edncf_submitContainer > a.edncf_reset.dropdown-toggle:focus, .show > .eds_news_Advantage .edncf_submitContainer > a.edncf_reset.dropdown-toggle.focus {
  color: #fff;
  background-color: #919191;
  border-color: #595959;
}
.open > .eds_news_Advantage .edncf_submitContainer > a.edncf_reset.dropdown-toggle.bmd-btn-icon {
  color: inherit;
  background-color: #999999;
}
.open > .eds_news_Advantage .edncf_submitContainer > a.edncf_reset.dropdown-toggle.bmd-btn-icon:hover {
  background-color: #919191;
}
.eds_news_Advantage .edncf_submitContainer > a.edncf_reset.disabled:focus, .eds_news_Advantage .edncf_submitContainer > a.edncf_reset.disabled.focus, .eds_news_Advantage .edncf_submitContainer > a.edncf_reset:disabled:focus, .eds_news_Advantage .edncf_submitContainer > a.edncf_reset:disabled.focus {
  background-color: #999999;
  border-color: #999999;
}
.eds_news_Advantage .edncf_submitContainer > a.edncf_reset.disabled:hover, .eds_news_Advantage .edncf_submitContainer > a.edncf_reset:disabled:hover {
  background-color: #999999;
  border-color: #999999;
}
.eds_news_Advantage .edncf_submitContainer > a.edncf_reset:focus, .eds_news_Advantage .edncf_submitContainer > a.edncf_reset:active, .eds_news_Advantage .edncf_submitContainer > a.edncf_reset:hover {
  box-shadow: 0 14px 26px -12px rgba(153, 153, 153, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(153, 153, 153, 0.2);
}
.eds_news_Advantage .edncf_submitContainer > a.edncf_reset.btn-link {
  background-color: transparent;
  color: #999999;
  box-shadow: none;
}
.eds_news_Advantage .edncf_submitContainer > a.edncf_reset.btn-link:hover, .eds_news_Advantage .edncf_submitContainer > a.edncf_reset.btn-link:focus, .eds_news_Advantage .edncf_submitContainer > a.edncf_reset.btn-link:active {
  background-color: transparent;
  color: #999999;
}
.eds_news_Advantage .edncf_submitContainer > a.edncf_reset::before {
  content: "\f01e";
  font-size: inherit;
}
.eds_news_Advantage .ednSbl_search .ednSbl_list {
  margin: 0 -3px;
  padding: 0;
  font-size: 0;
  line-height: 0;
}
.eds_news_Advantage .ednSbl_search .ednSbl_itemWrapper {
  list-style-type: none;
  display: inline-block;
  vertical-align: middle;
  margin: 3px;
  transition: all 300ms;
}
.eds_news_Advantage .ednSbl_search .ednSbl_itemWrapper.ednSbl_selected .ednSbl_item {
  background-color: #10d7bf;
  border-color: #10d7bf;
  color: #fff;
  box-shadow: 0 4px 5px 0 rgba(16, 215, 191, 0.14), 0 1px 10px 0 rgba(16, 215, 191, 0.12), 0 2px 4px -1px rgba(16, 215, 191, 0.2);
}
.eds_news_Advantage .ednSbl_search .ednSbl_itemWrapper:hover a.ednSbl_item .ednSbl_count {
  visibility: visible;
  opacity: 1;
  top: auto;
  bottom: 100%;
}
.eds_news_Advantage .ednSbl_search span.ednSbl_item {
  color: #ddd;
}
.eds_news_Advantage .ednSbl_search span.ednSbl_item .ednSbl_letter + .ednSbl_count {
  display: none;
}
.eds_news_Advantage .ednSbl_search .ednSbl_item {
  border: 0;
  border-radius: 30px;
  transition: all 0.3s;
  padding: 0px 11px;
  margin: 0 3px;
  min-width: 30px;
  height: 30px;
  line-height: 30px;
  color: #999999;
  font-weight: 400;
  font-size: 12px;
  text-transform: uppercase;
  background: transparent;
  text-align: center;
  position: relative;
  display: block;
}
.eds_news_Advantage .ednSbl_search .ednSbl_item .ednSbl_count {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  background-color: #10d7bf;
  color: #fff;
  padding: 0.3rem 0.9rem;
  transition: all 300ms;
  left: 50%;
  bottom: 50%;
  transform: translateX(-50%);
  line-height: 1;
  border-radius: 0.2rem;
}
.eds_news_Advantage .ednSbl_search .ednSbl_item .ednSbl_count::before {
  display: inline-block;
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  border: solid 4px transparent;
  border-top-color: #10d7bf;
  margin-left: -4px;
}
.eds_news_Advantage .edn_searchInfoResults {
  margin: 30px 0 !important;
  padding: 10px 15px !important;
  background-color: #efefef;
  border: solid 1px #e8e8e8;
  color: #4A4A4A !important;
  font-size: 14px !important;
  line-height: 1.3 !important;
}
.eds_news_Advantage .edn_searchInfoResults > span {
  font-weight: bold;
  color: #333;
  font-size: 14px !important;
  line-height: 1.3 !important;
}

.EDN_search.theme_Advantage {
  padding: 0px;
  box-shadow: 8px 8px 16px rgba(0, 0, 0, 0.11);
  border-radius: 0.3rem;
  background-color: #fff;
  overflow: hidden;
  z-index: 9999999;
  margin: 0 20px;
}
.EDN_search.theme_Advantage ul {
  margin: 0px;
  padding: 0px;
}
.EDN_search.theme_Advantage ul li {
  list-style-type: none;
  margin: 0px;
  padding: 0;
}
.EDN_search.theme_Advantage ul li + li {
  border-top: solid 1px rgba(0, 0, 0, 0.5);
}
.EDN_search.theme_Advantage ul li span a {
  padding: 0.2rem 1rem;
  display: block;
  font-size: 0.8rem;
  color: #3C4858;
  text-decoration: none;
  transition: all 300ms linear;
}
.EDN_search.theme_Advantage ul li span a:hover {
  text-decoration: none;
}
.EDN_search.theme_Advantage ul li.acSelect a {
  color: #10d7bf;
}

.eds_news_Advantage .edn_moduleList {
  margin: 0;
  padding: 0;
  font-size: 0;
  line-height: 0;
}
.eds_news_Advantage .edn_moduleList li {
  list-style-type: none !important;
  margin: 0.3rem 0;
  padding: 0.2rem 0;
}
.eds_news_Advantage .edn_moduleList li.hasChild {
  cursor: pointer;
}
.eds_news_Advantage .edn_moduleList li ul {
  margin-left: 0.5rem;
}
.eds_news_Advantage .edn_moduleList li > div {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.eds_news_Advantage .edn_moduleList li > div a {
  display: none;
  outline: none;
  text-decoration: none;
}
.eds_news_Advantage .edn_moduleList li > div.edn_hasCount {
  padding-right: 3rem;
}
.eds_news_Advantage .edn_moduleList > li {
  background-color: rgba(0, 0, 0, 0.025);
}
.eds_news_Advantage .edn_moduleList .edn_link {
  font: 0.9rem/1.1 "Roboto", "Helvetica", "Arial", sans-serif;
  transition: color 300ms;
  display: inline;
  padding: 0.5rem;
  text-decoration: none;
}
.eds_news_Advantage .edn_moduleList .edn_link:link, .eds_news_Advantage .edn_moduleList .edn_link:active, .eds_news_Advantage .edn_moduleList .edn_link:visited {
  color: #3f3f3f;
}
.eds_news_Advantage .edn_moduleList .edn_link:hover {
  color: #10d7bf;
  text-decoration: none;
}
.eds_news_Advantage .edn_moduleList .opened > div > .edn_link,
.eds_news_Advantage .edn_moduleList .active > div > .edn_link {
  color: #10d7bf;
}
.eds_news_Advantage .edn_moduleList .opened > div > .edn_link .edn_articleCount,
.eds_news_Advantage .edn_moduleList .active > div > .edn_link .edn_articleCount {
  background-color: #10d7bf;
}
.eds_news_Advantage .edn_moduleList .edn_articleCount {
  position: absolute;
  top: 0.2rem;
  right: 0.2rem;
  background-color: #c8c8c8;
  border-radius: 0.1rem;
  text-align: center;
  padding: 0.3rem 0;
  font: 0.8rem/1 "Roboto", "Helvetica", "Arial", sans-serif;
  color: #fff;
  display: inline-block;
  min-width: 2rem;
}
.eds_news_Advantage .edn_moduleList .expand_collapse,
.eds_news_Advantage .edn_moduleList .edn_rss {
  font-size: 0;
  line-height: 0;
}
.eds_news_Advantage .edn_moduleList .expand_collapse::before,
.eds_news_Advantage .edn_moduleList .edn_rss::before {
  font: 900 1rem/1 Font Awesome\ 5 Free;
}
.eds_news_Advantage .edn_moduleList .expand_collapse {
  cursor: pointer;
  height: auto !important;
  visibility: visible !important;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  margin-right: 0.1rem;
}
.eds_news_Advantage .edn_moduleList .expand_collapse > span {
  display: none;
}
.eds_news_Advantage .edn_moduleList .expand_collapse::before {
  content: "\f07b";
  padding: 0 0.5rem;
  display: inline-block;
  color: #10d7bf;
  transition: color 300ms;
}
.eds_news_Advantage .edn_moduleList .expand_collapse:hover::before {
  color: #0ebfaa;
}
.eds_news_Advantage .edn_moduleList .expand_collapse.collapse::before {
  content: "\f07c";
}
.eds_news_Advantage .edn_moduleList .edn_rss {
  display: inline;
  margin-left: 0.3rem;
}
.eds_news_Advantage .edn_moduleList .edn_rss:link, .eds_news_Advantage .edn_moduleList .edn_rss:active, .eds_news_Advantage .edn_moduleList .edn_rss:visited {
  color: #d7d7d7;
}
.eds_news_Advantage .edn_moduleList .edn_rss:hover {
  color: #10d7bf;
}
.eds_news_Advantage .edn_moduleList .edn_rss::before {
  font-size: 0.8rem;
  content: "\f09e";
  display: inline-block;
}
.eds_news_Advantage .edn_moduleList .edn_rss > span {
  display: none;
}
.eds_news_Advantage .edn_moduleList .edn_image {
  display: inline-block;
  float: left;
  margin-left: 0.5rem;
}
.eds_news_Advantage .edn_moduleList .edn_image > img {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.29);
  margin-right: 5px;
  border-radius: 50%;
}

.eds_news_Advantage.eds_subCollection_calendar .edn_styledSelect {
  text-align: center;
  margin-bottom: 7px;
}
.eds_news_Advantage.eds_subCollection_calendar .edn_styledSelect > span {
  border: solid 1px #d4d4d4;
  border-radius: 4px;
  display: inline-block;
  position: relative;
  overflow: hidden;
  background-color: #fff;
  line-height: 28px;
  width: 50%;
}
.eds_news_Advantage.eds_subCollection_calendar .edn_styledSelect > span::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  content: "\f107";
  color: #10d7bf;
  font-size: 20px;
  font-weight: bold;
  width: 35px;
  z-index: 1;
  font-family: Font Awesome\ 5 Free;
  text-align: center;
  border: solid 1px #d4d4d4;
  border-top: none !important;
  border-right: none !important;
  border-bottom: none !important;
}
.eds_news_Advantage.eds_subCollection_calendar .edn_styledSelect > span select {
  border: none;
  background: none transparent;
  box-shadow: none;
  outline: none;
  width: 125%;
  position: relative;
  z-index: 2;
  padding: 0 10px;
  color: #848484;
  font-size: 13px;
  font-family: "PT sans";
  margin: 0 35px 0 0;
  height: 28px;
}
.eds_news_Advantage.eds_subCollection_calendar .edn_styledSelect > span select:focus {
  outline: none;
}
.eds_news_Advantage.eds_subCollection_calendar .edn_styledSelect > span select:disabled {
  color: #ccc !important;
}
.eds_news_Advantage.eds_subCollection_calendar .calendar_table,
.eds_news_Advantage.eds_subCollection_calendar .fc {
  border: none !important;
  background-color: #fff;
  box-shadow: 8px 8px 16px rgba(0, 0, 0, 0.11);
}
.eds_news_Advantage.eds_subCollection_calendar .month_selection,
.eds_news_Advantage.eds_subCollection_calendar .fc-header-toolbar {
  background-color: #fff;
  border: none !important;
}
.eds_news_Advantage.eds_subCollection_calendar .month_selection td,
.eds_news_Advantage.eds_subCollection_calendar .fc-header-toolbar {
  padding: 12px;
}
.eds_news_Advantage.eds_subCollection_calendar .month_selection td,
.eds_news_Advantage.eds_subCollection_calendar .fc-toolbar h2 {
  font: 300 1.4rem/1.1 "Roboto", "Helvetica", "Arial", sans-serif;
  text-transform: uppercase;
}
.eds_news_Advantage.eds_subCollection_calendar .fc-toolbar h2 {
  margin: 7px 0 0;
  padding: 0;
}
.eds_news_Advantage.eds_subCollection_calendar .top_calendar_actions {
  margin-bottom: 5px;
  text-align: right;
  font-size: 0;
  line-height: 0;
}
.eds_news_Advantage.eds_subCollection_calendar .fc-button {
  height: auto;
  box-shadow: none;
}
.eds_news_Advantage.eds_subCollection_calendar .fc-toolbar.fc-header-toolbar {
  margin-bottom: 0;
  position: relative;
}
.eds_news_Advantage.eds_subCollection_calendar .top_calendar_actions > a,
.eds_news_Advantage.eds_subCollection_calendar .fc-button {
  margin: 3px;
}
.eds_news_Advantage.eds_subCollection_calendar .fc-right {
  margin-top: 6px;
}
.eds_news_Advantage.eds_subCollection_calendar .top_calendar_actions > a,
.eds_news_Advantage.eds_subCollection_calendar .archive_list.events .edn_module_title a,
.eds_news_Advantage.eds_subCollection_calendar .fc-button {
  display: inline-block;
  border: solid 1px #ddd;
  color: #10d7bf;
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-size: 11px;
  line-height: 1;
  text-transform: uppercase;
  border-radius: 4px;
  background-color: #fff;
  text-decoration: none;
  transition: all 200ms linear;
  background: none #fff;
  padding: 3px 5px;
}
.eds_news_Advantage.eds_subCollection_calendar .fc-button.fc-today-button {
  margin: 0 0 0 25px;
  padding: 11px 15px;
}
.eds_news_Advantage.eds_subCollection_calendar .top_calendar_actions > a:hover,
.eds_news_Advantage.eds_subCollection_calendar .archive_list.events .edn_module_title a:hover,
.eds_news_Advantage.eds_subCollection_calendar .fc-button:hover,
.eds_news_Advantage.eds_subCollection_calendar .fc-button.fc-state-hover,
.eds_news_Advantage.eds_subCollection_calendar .fc-button.fc-state-down,
.eds_news_Advantage.eds_subCollection_calendar .fc-button.fc-state-active {
  color: #3C4858;
  border-color: #10d7bf;
  box-shadow: none;
}
.eds_news_Advantage.eds_subCollection_calendar .top_calendar_actions > a::before,
.eds_news_Advantage.eds_subCollection_calendar .archive_list.events .edn_module_title a::before {
  font-family: Font Awesome\ 5 Free;
  margin-right: 5px;
  font-weight: 900;
  font-style: normal;
}
.eds_news_Advantage.eds_subCollection_calendar .top_calendar_actions > a.articles_by_month::before {
  content: "\f03a";
}
.eds_news_Advantage.eds_subCollection_calendar .top_calendar_actions > a.icalendar_export::before,
.eds_news_Advantage.eds_subCollection_calendar .archive_list.events .edn_module_title a.export::before {
  content: "\f133";
}
.eds_news_Advantage.eds_subCollection_calendar .top_calendar_actions > a.articles_rss::before,
.eds_news_Advantage.eds_subCollection_calendar .top_calendar_actions > a.events_rss::before,
.eds_news_Advantage.eds_subCollection_calendar .archive_list.events .edn_module_title a.rss::before {
  content: "\f09e";
}
.eds_news_Advantage.eds_subCollection_calendar .archive_list.events .edn_module_title a {
  float: right;
  margin: 0 0.5rem;
}
.eds_news_Advantage.eds_subCollection_calendar .fc-button.fc-state-disabled {
  opacity: 0.6;
  pointer-events: none;
}
.eds_news_Advantage.eds_subCollection_calendar .month_selection td.next_prev_months a,
.eds_news_Advantage.eds_subCollection_calendar .fc-button-group .fc-prev-button,
.eds_news_Advantage.eds_subCollection_calendar .fc-button-group .fc-next-button {
  text-decoration: none !important;
  display: inline-block;
  border-radius: 4px;
  padding: 2px 8px;
  font-size: 0;
  line-height: 1;
  border: solid 1px #10d7bf;
  background: none transparent;
  box-shadow: none;
  text-shadow: none;
  transition: all 200ms linear;
}
.eds_news_Advantage.eds_subCollection_calendar .month_selection td.next_prev_months a::before,
.eds_news_Advantage.eds_subCollection_calendar .fc-button-group .fc-prev-button::before,
.eds_news_Advantage.eds_subCollection_calendar .fc-button-group .fc-next-button::before {
  display: inline-block;
  color: #10d7bf;
  content: "\f105";
  font: 900 30px/1 Font Awesome\ 5 Free;
}
.eds_news_Advantage.eds_subCollection_calendar .month_selection td.next_prev_months a:hover,
.eds_news_Advantage.eds_subCollection_calendar .fc-button-group .fc-prev-button:hover,
.eds_news_Advantage.eds_subCollection_calendar .fc-button-group .fc-next-button:hover {
  background-color: #10d7bf;
}
.eds_news_Advantage.eds_subCollection_calendar .month_selection td.next_prev_months a:hover::before,
.eds_news_Advantage.eds_subCollection_calendar .fc-button-group .fc-prev-button:hover::before,
.eds_news_Advantage.eds_subCollection_calendar .fc-button-group .fc-next-button:hover::before {
  color: #fff;
}
.eds_news_Advantage.eds_subCollection_calendar .month_selection td.next_prev_months:first-child a::before,
.eds_news_Advantage.eds_subCollection_calendar .fc-button-group .fc-prev-button::before {
  content: "\f104";
}
.eds_news_Advantage.eds_subCollection_calendar .fc-button-group button.fc-prev-button,
.eds_news_Advantage.eds_subCollection_calendar .fc-button-group button.fc-next-button {
  margin: 0 3px;
  height: auto;
}
.eds_news_Advantage.eds_subCollection_calendar .fc-button-group button.fc-prev-button > span,
.eds_news_Advantage.eds_subCollection_calendar .fc-button-group button.fc-next-button > span {
  font-size: 0;
  line-height: 0;
  text-shadow: none;
}
.eds_news_Advantage.eds_subCollection_calendar .fc-row.fc-widget-header > table {
  border: solid 0 transparent;
}
.eds_news_Advantage.eds_subCollection_calendar .calendar_table td.week_days,
.eds_news_Advantage.eds_subCollection_calendar .fc .fc-day-header span,
.eds_news_Advantage.eds_subCollection_calendar .fc .fc-day-header a,
.eds_news_Advantage.eds_subCollection_calendar .fc .fc-week-number span,
.eds_news_Advantage.eds_subCollection_calendar .fc .fc-week-number a {
  font: normal normal 12px/1 "Roboto", "Helvetica", "Arial", sans-serif;
}
.eds_news_Advantage.eds_subCollection_calendar .calendar_table td.week_days,
.eds_news_Advantage.eds_subCollection_calendar .fc .fc-day-header span,
.eds_news_Advantage.eds_subCollection_calendar .fc .fc-day-header a {
  color: #fff;
}
.eds_news_Advantage.eds_subCollection_calendar .fc td.fc-week-number span,
.eds_news_Advantage.eds_subCollection_calendar .fc td.fc-week-number a {
  color: #10d7bf;
}
.eds_news_Advantage.eds_subCollection_calendar .fc .fc-day-header a {
  text-decoration: none;
  color: #fff;
}
.eds_news_Advantage.eds_subCollection_calendar .fc .fc-day-header a:hover {
  text-decoration: underline;
  color: #fff;
}
.eds_news_Advantage.eds_subCollection_calendar .fc td.fc-week-number a {
  text-decoration: none;
}
.eds_news_Advantage.eds_subCollection_calendar .fc td.fc-week-number a:hover {
  text-decoration: underline;
}
.eds_news_Advantage.eds_subCollection_calendar .calendar_table td.week_days,
.eds_news_Advantage.eds_subCollection_calendar .fc .fc-day-header,
.eds_news_Advantage.eds_subCollection_calendar .fc th.fc-week-number {
  padding: 8px;
}
.eds_news_Advantage.eds_subCollection_calendar .fc .fc-axis {
  padding: 0 8px;
  border-right: solid 1px #ddd;
}
.eds_news_Advantage.eds_subCollection_calendar .calendar_table td.week_days,
.eds_news_Advantage.eds_subCollection_calendar .fc-widget-header {
  background-color: #10d7bf;
}
.eds_news_Advantage.eds_subCollection_calendar .fc th.fc-week-number {
  border-right: solid 1px #fff;
  text-align: center;
  color: #fff;
}
.eds_news_Advantage.eds_subCollection_calendar .fc td.fc-week-number {
  border-right: solid 1px #10d7bf;
  padding: 14px 8px;
}
.eds_news_Advantage.eds_subCollection_calendar .fc,
.eds_news_Advantage.eds_subCollection_calendar .fc th,
.eds_news_Advantage.eds_subCollection_calendar .fc td {
  border: none;
}
.eds_news_Advantage.eds_subCollection_calendar .calendar_table td.day,
.eds_news_Advantage.eds_subCollection_calendar .fc td.fc-day-top a {
  font-size: 13px;
  line-height: 1;
  color: #3C4858;
}
.eds_news_Advantage.eds_subCollection_calendar .calendar_table td.day > span,
.eds_news_Advantage.eds_subCollection_calendar .calendar_table td.day > a,
.eds_news_Advantage.eds_subCollection_calendar .fc td.fc-day-top a {
  display: block;
  padding: 7px;
}
.eds_news_Advantage.eds_subCollection_calendar .calendar_table td.day > a,
.eds_news_Advantage.eds_subCollection_calendar .fc td.fc-day-top a {
  text-decoration: none !important;
  position: relative;
  z-index: 1;
  transition: all 150ms linear;
}
.eds_news_Advantage.eds_subCollection_calendar .calendar_table td.day > a:hover,
.eds_news_Advantage.eds_subCollection_calendar .fc td.fc-day-top a:hover {
  color: #fff !important;
  transform: scale(1.2);
  z-index: 2;
}
.eds_news_Advantage.eds_subCollection_calendar .fc td.fc-day-top a:hover {
  background-color: #10d7bf;
}
.eds_news_Advantage.eds_subCollection_calendar .fc-unthemed .fc-divider {
  background: none transparent;
  border: solid 1px #ddd;
  border-left: none;
  border-right: none;
  margin: 3px 0;
  padding: 0;
  height: 1px;
}
.eds_news_Advantage.eds_subCollection_calendar .fc-time-grid .fc-slats .fc-minor td {
  border-top: dotted 1px #ddd;
}
.eds_news_Advantage.eds_subCollection_calendar .fc-slats .fc-widget-content {
  border-top: solid 1px #ddd;
}
.eds_news_Advantage.eds_subCollection_calendar .advanced .calendar_table td.day,
.eds_news_Advantage.eds_subCollection_calendar .fc td.fc-day-top {
  vertical-align: top;
  padding: 10px;
  text-align: center;
}
.eds_news_Advantage.eds_subCollection_calendar .calendar_table td.day.other_month > a,
.eds_news_Advantage.eds_subCollection_calendar .calendar_table td.day.other_month > span,
.eds_news_Advantage.eds_subCollection_calendar .fc-day-top.fc-other-month {
  opacity: 0.4;
}
.eds_news_Advantage.eds_subCollection_calendar .fc-ltr .fc-basic-view .fc-day-top .fc-day-number {
  float: none;
}
.eds_news_Advantage.eds_subCollection_calendar .fc-unthemed td.fc-today {
  background: none transparent;
  border-style: none;
}
.eds_news_Advantage.eds_subCollection_calendar .calendar_table td.today,
.eds_news_Advantage.eds_subCollection_calendar .fc-unthemed .fc-bg td.fc-today {
  position: relative;
}
.eds_news_Advantage.eds_subCollection_calendar .calendar_table td.today::after,
.eds_news_Advantage.eds_subCollection_calendar .fc-unthemed .fc-bg td.fc-today::after {
  border: solid 1px #ddd;
  border-radius: 0 0 2px 2px;
  border-top-width: 3px;
  content: "";
  top: 0;
  right: 1px;
  bottom: 1px;
  left: 1px;
  position: absolute;
  z-index: 0;
}
.eds_news_Advantage.eds_subCollection_calendar .fc-unthemed .fc-bg td.fc-today::after {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.eds_news_Advantage.eds_subCollection_calendar .advanced .calendar_table td.day > ul > li > a,
.eds_news_Advantage.eds_subCollection_calendar .fc-event {
  border-radius: 3px;
  padding: 3px;
  border-style: solid;
  border-width: 1px;
  border-color: #10d7bf;
  font-size: 11px;
  color: #3C4858;
  background: none transparent;
}
.eds_news_Advantage.eds_subCollection_calendar .advanced .calendar_table td.day > ul > li > a:hover,
.eds_news_Advantage.eds_subCollection_calendar .fc-event:hover {
  color: #10d7bf;
}
.eds_news_Advantage.eds_subCollection_calendar .advanced .calendar_table td.day > ul > li.event > a,
.eds_news_Advantage.eds_subCollection_calendar .fc-event.has_events {
  border-color: #FFA100;
}
.eds_news_Advantage.eds_subCollection_calendar .advanced .calendar_table td.day > ul > li > a.EDNcategorycolor-red,
.eds_news_Advantage.eds_subCollection_calendar .advanced .calendar_table td.day > ul > li.event > a.EDNcategorycolor-red,
.eds_news_Advantage.eds_subCollection_calendar .fc-event.EDNcategorycolor-red {
  border-color: #fc4c3b;
}
.eds_news_Advantage.eds_subCollection_calendar .advanced .calendar_table td.day > ul > li > a.EDNcategorycolor-red:hover,
.eds_news_Advantage.eds_subCollection_calendar .advanced .calendar_table td.day > ul > li.event > a.EDNcategorycolor-red:hover,
.eds_news_Advantage.eds_subCollection_calendar .fc-event.EDNcategorycolor-red:hover {
  color: #fc4c3b;
}
.eds_news_Advantage.eds_subCollection_calendar .advanced .calendar_table td.day > ul > li > a.EDNcategorycolor-blue,
.eds_news_Advantage.eds_subCollection_calendar .advanced .calendar_table td.day > ul > li.event > a.EDNcategorycolor-blue,
.eds_news_Advantage.eds_subCollection_calendar .fc-event.EDNcategorycolor-blue {
  border-color: #2e7de0;
}
.eds_news_Advantage.eds_subCollection_calendar .advanced .calendar_table td.day > ul > li > a.EDNcategorycolor-blue:hover,
.eds_news_Advantage.eds_subCollection_calendar .advanced .calendar_table td.day > ul > li.event > a.EDNcategorycolor-blue:hover,
.eds_news_Advantage.eds_subCollection_calendar .fc-event.EDNcategorycolor-blue:hover {
  color: #2e7de0;
}
.eds_news_Advantage.eds_subCollection_calendar .advanced .calendar_table td.day > ul > li > a.EDNcategorycolor-black,
.eds_news_Advantage.eds_subCollection_calendar .advanced .calendar_table td.day > ul > li.event > a.EDNcategorycolor-black,
.eds_news_Advantage.eds_subCollection_calendar .fc-event.EDNcategorycolor-black {
  border-color: #000000;
}
.eds_news_Advantage.eds_subCollection_calendar .advanced .calendar_table td.day > ul > li > a.EDNcategorycolor-black:hover,
.eds_news_Advantage.eds_subCollection_calendar .advanced .calendar_table td.day > ul > li.event > a.EDNcategorycolor-black:hover,
.eds_news_Advantage.eds_subCollection_calendar .fc-event.EDNcategorycolor-black:hover {
  color: #000000;
}
.eds_news_Advantage.eds_subCollection_calendar .advanced .calendar_table td.day > ul > li > a.EDNcategorycolor-green,
.eds_news_Advantage.eds_subCollection_calendar .advanced .calendar_table td.day > ul > li.event > a.EDNcategorycolor-green,
.eds_news_Advantage.eds_subCollection_calendar .fc-event.EDNcategorycolor-green {
  border-color: #64ce66;
}
.eds_news_Advantage.eds_subCollection_calendar .advanced .calendar_table td.day > ul > li > a.EDNcategorycolor-green:hover,
.eds_news_Advantage.eds_subCollection_calendar .advanced .calendar_table td.day > ul > li.event > a.EDNcategorycolor-green:hover,
.eds_news_Advantage.eds_subCollection_calendar .fc-event.EDNcategorycolor-green:hover {
  color: #64ce66;
}
.eds_news_Advantage.eds_subCollection_calendar .advanced .calendar_table td.day > ul > li > a.EDNcategorycolor-yellow,
.eds_news_Advantage.eds_subCollection_calendar .advanced .calendar_table td.day > ul > li.event > a.EDNcategorycolor-yellow,
.eds_news_Advantage.eds_subCollection_calendar .fc-event.EDNcategorycolor-yellow {
  border-color: #f6c606;
}
.eds_news_Advantage.eds_subCollection_calendar .advanced .calendar_table td.day > ul > li > a.EDNcategorycolor-yellow:hover,
.eds_news_Advantage.eds_subCollection_calendar .advanced .calendar_table td.day > ul > li.event > a.EDNcategorycolor-yellow:hover,
.eds_news_Advantage.eds_subCollection_calendar .fc-event.EDNcategorycolor-yellow:hover {
  color: #f6c606;
}
.eds_news_Advantage.eds_subCollection_calendar .advanced .calendar_table td.day > ul > li > a.EDNcategorycolor-pink,
.eds_news_Advantage.eds_subCollection_calendar .advanced .calendar_table td.day > ul > li.event > a.EDNcategorycolor-pink,
.eds_news_Advantage.eds_subCollection_calendar .fc-event.EDNcategorycolor-pink {
  border-color: #ffc0cb;
}
.eds_news_Advantage.eds_subCollection_calendar .advanced .calendar_table td.day > ul > li > a.EDNcategorycolor-pink:hover,
.eds_news_Advantage.eds_subCollection_calendar .advanced .calendar_table td.day > ul > li.event > a.EDNcategorycolor-pink:hover,
.eds_news_Advantage.eds_subCollection_calendar .fc-event.EDNcategorycolor-pink:hover {
  color: #ffc0cb;
}
.eds_news_Advantage.eds_subCollection_calendar .advanced .calendar_table td.day > ul > li > a.EDNcategorycolor-gray,
.eds_news_Advantage.eds_subCollection_calendar .advanced .calendar_table td.day > ul > li.event > a.EDNcategorycolor-gray,
.eds_news_Advantage.eds_subCollection_calendar .fc-event.EDNcategorycolor-gray {
  border-color: #808080;
}
.eds_news_Advantage.eds_subCollection_calendar .advanced .calendar_table td.day > ul > li > a.EDNcategorycolor-gray:hover,
.eds_news_Advantage.eds_subCollection_calendar .advanced .calendar_table td.day > ul > li.event > a.EDNcategorycolor-gray:hover,
.eds_news_Advantage.eds_subCollection_calendar .fc-event.EDNcategorycolor-gray:hover {
  color: #808080;
}
.eds_news_Advantage.eds_subCollection_calendar .advanced .calendar_table td.day > ul > li > a.EDNcategorycolor-orange,
.eds_news_Advantage.eds_subCollection_calendar .advanced .calendar_table td.day > ul > li.event > a.EDNcategorycolor-orange,
.eds_news_Advantage.eds_subCollection_calendar .fc-event.EDNcategorycolor-orange {
  border-color: #ff6a00;
}
.eds_news_Advantage.eds_subCollection_calendar .advanced .calendar_table td.day > ul > li > a.EDNcategorycolor-orange:hover,
.eds_news_Advantage.eds_subCollection_calendar .advanced .calendar_table td.day > ul > li.event > a.EDNcategorycolor-orange:hover,
.eds_news_Advantage.eds_subCollection_calendar .fc-event.EDNcategorycolor-orange:hover {
  color: #ff6a00;
}
.eds_news_Advantage.eds_subCollection_calendar .advanced .calendar_table td.day > ul > li > a.EDNcategorycolor-brown,
.eds_news_Advantage.eds_subCollection_calendar .advanced .calendar_table td.day > ul > li.event > a.EDNcategorycolor-brown,
.eds_news_Advantage.eds_subCollection_calendar .fc-event.EDNcategorycolor-brown {
  border-color: #e49908;
}
.eds_news_Advantage.eds_subCollection_calendar .advanced .calendar_table td.day > ul > li > a.EDNcategorycolor-brown:hover,
.eds_news_Advantage.eds_subCollection_calendar .advanced .calendar_table td.day > ul > li.event > a.EDNcategorycolor-brown:hover,
.eds_news_Advantage.eds_subCollection_calendar .fc-event.EDNcategorycolor-brown:hover {
  color: #e49908;
}
.eds_news_Advantage.eds_subCollection_calendar .fc-list-view {
  border: none;
}
.eds_news_Advantage.eds_subCollection_calendar .fc-list-heading .fc-widget-header {
  background: none transparent;
  border-bottom: solid 1px #ddd;
  border-top: solid 1px #ddd;
}
.eds_news_Advantage.eds_subCollection_calendar .fc-list-heading .fc-widget-header > a {
  color: #3C4858;
  font-weight: bold;
  font-size: 13px;
}
.eds_news_Advantage.eds_subCollection_calendar .fc-list-heading .fc-widget-header > a:hover {
  color: #10d7bf;
}
.eds_news_Advantage.eds_subCollection_calendar .fc-list-item td {
  border-bottom: dotted 1px #ddd;
}
.eds_news_Advantage.eds_subCollection_calendar .fc-list-item td a {
  color: #3C4858;
  text-decoration: none;
}
.eds_news_Advantage.eds_subCollection_calendar .fc-list-item td a:hover {
  color: #10d7bf;
  text-decoration: none;
}
.eds_news_Advantage.eds_subCollection_calendar .fc-list-item:hover td {
  background: none transparent;
}
.eds_news_Advantage.eds_subCollection_calendar .fc-list-item.has_posts .fc-event-dot {
  background: none #10d7bf;
}
.eds_news_Advantage.eds_subCollection_calendar .fc-list-item.has_events .fc-event-dot {
  background: none #ff6a00;
}
.eds_news_Advantage.eds_subCollection_calendar .fc-list-item.EDNcategorycolor-red .fc-event-dot {
  background: none #fc4c3b;
}
.eds_news_Advantage.eds_subCollection_calendar .fc-list-item.EDNcategorycolor-blue .fc-event-dot {
  background: none #2e7de0;
}
.eds_news_Advantage.eds_subCollection_calendar .fc-list-item.EDNcategorycolor-black .fc-event-dot {
  background: none #000000;
}
.eds_news_Advantage.eds_subCollection_calendar .fc-list-item.EDNcategorycolor-green .fc-event-dot {
  background: none #64ce66;
}
.eds_news_Advantage.eds_subCollection_calendar .fc-list-item.EDNcategorycolor-yellow .fc-event-dot {
  background: none #f6c606;
}
.eds_news_Advantage.eds_subCollection_calendar .fc-list-item.EDNcategorycolor-pink .fc-event-dot {
  background: none #ffc0cb;
}
.eds_news_Advantage.eds_subCollection_calendar .fc-list-item.EDNcategorycolor-gray .fc-event-dot {
  background: none #808080;
}
.eds_news_Advantage.eds_subCollection_calendar .fc-list-item.EDNcategorycolor-orange .fc-event-dot {
  background: none #ff6a00;
}
.eds_news_Advantage.eds_subCollection_calendar .fc-list-item.EDNcategorycolor-brown .fc-event-dot {
  background: none #e49908;
}
.eds_news_Advantage.eds_subCollection_calendar .fc {
  position: relative;
}
.eds_news_Advantage.eds_subCollection_calendar .fc::before {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -50px;
  width: 100px;
  height: 0;
  text-align: center;
  content: "\f021";
  font: normal 900 35px/0 Font Awesome\ 5 Free;
  color: #B0B0B0;
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
  opacity: 0;
  visibility: hidden;
  transition: opacity 400ms;
}
.eds_news_Advantage.eds_subCollection_calendar .fc .fc-view-container {
  transition: opacity 400ms;
  opacity: 1;
}
.eds_news_Advantage.eds_subCollection_calendar .fc.eds_calendarLoading .fc-view-container {
  opacity: 0;
}
.eds_news_Advantage.eds_subCollection_calendar .fc.eds_calendarLoading::before {
  opacity: 1;
  visibility: visible;
}
.eds_news_Advantage.eds_subCollection_calendar .calendar_table {
  width: 100%;
  line-height: 0;
  font-size: 0;
}
.eds_news_Advantage.eds_subCollection_calendar .calendar_table td.day {
  padding: 4px;
}
.eds_news_Advantage.eds_subCollection_calendar .calendar_table td.day > span,
.eds_news_Advantage.eds_subCollection_calendar .calendar_table td.day > a {
  display: block;
  padding: 7px;
}
.eds_news_Advantage.eds_subCollection_calendar .calendar_table td.day.has_posts > a {
  color: #10d7bf;
  border: solid 1px #10d7bf;
}
.eds_news_Advantage.eds_subCollection_calendar .calendar_table td.day.has_posts > a:hover {
  background-color: #10d7bf;
}
.eds_news_Advantage.eds_subCollection_calendar .calendar_table td.day.has_posts.EDNcategorycolor-red > a {
  color: #fc4c3b;
  border: solid 1px #fc4c3b;
}
.eds_news_Advantage.eds_subCollection_calendar .calendar_table td.day.has_posts.EDNcategorycolor-red > a:hover {
  background-color: #fc4c3b;
}
.eds_news_Advantage.eds_subCollection_calendar .calendar_table td.day.has_posts.EDNcategorycolor-blue > a {
  color: #2e7de0;
  border: solid 1px #2e7de0;
}
.eds_news_Advantage.eds_subCollection_calendar .calendar_table td.day.has_posts.EDNcategorycolor-blue > a:hover {
  background-color: #2e7de0;
}
.eds_news_Advantage.eds_subCollection_calendar .calendar_table td.day.has_posts.EDNcategorycolor-black > a {
  color: #000000;
  border: solid 1px #000000;
}
.eds_news_Advantage.eds_subCollection_calendar .calendar_table td.day.has_posts.EDNcategorycolor-black > a:hover {
  background-color: #000000;
}
.eds_news_Advantage.eds_subCollection_calendar .calendar_table td.day.has_posts.EDNcategorycolor-green > a {
  color: #64ce66;
  border: solid 1px #64ce66;
}
.eds_news_Advantage.eds_subCollection_calendar .calendar_table td.day.has_posts.EDNcategorycolor-green > a:hover {
  background-color: #64ce66;
}
.eds_news_Advantage.eds_subCollection_calendar .calendar_table td.day.has_posts.EDNcategorycolor-yellow > a {
  color: #f6c606;
  border: solid 1px #f6c606;
}
.eds_news_Advantage.eds_subCollection_calendar .calendar_table td.day.has_posts.EDNcategorycolor-yellow > a:hover {
  background-color: #f6c606;
}
.eds_news_Advantage.eds_subCollection_calendar .calendar_table td.day.has_posts.EDNcategorycolor-pink > a {
  color: #ffc0cb;
  border: solid 1px #ffc0cb;
}
.eds_news_Advantage.eds_subCollection_calendar .calendar_table td.day.has_posts.EDNcategorycolor-pink > a:hover {
  background-color: #ffc0cb;
}
.eds_news_Advantage.eds_subCollection_calendar .calendar_table td.day.has_posts.EDNcategorycolor-gray > a {
  color: #808080;
  border: solid 1px #808080;
}
.eds_news_Advantage.eds_subCollection_calendar .calendar_table td.day.has_posts.EDNcategorycolor-gray > a:hover {
  background-color: #808080;
}
.eds_news_Advantage.eds_subCollection_calendar .calendar_table td.day.has_posts.EDNcategorycolor-orange > a {
  color: #ff6a00;
  border: solid 1px #ff6a00;
}
.eds_news_Advantage.eds_subCollection_calendar .calendar_table td.day.has_posts.EDNcategorycolor-orange > a:hover {
  background-color: #ff6a00;
}
.eds_news_Advantage.eds_subCollection_calendar .calendar_table td.day.has_posts.EDNcategorycolor-brown > a {
  color: #e49908;
  border: solid 1px #e49908;
}
.eds_news_Advantage.eds_subCollection_calendar .calendar_table td.day.has_posts.EDNcategorycolor-brown > a:hover {
  background-color: #e49908;
}
.eds_news_Advantage.eds_subCollection_calendar .calendar_table td.day.has_events > a {
  color: #FFA100;
  border: solid 1px #FFA100;
}
.eds_news_Advantage.eds_subCollection_calendar .calendar_table td.day.has_events > a:hover {
  background-color: #FFA100;
}
.eds_news_Advantage.eds_subCollection_calendar .calendar_table td.day.has_events.EDNcategorycolor-red > a {
  color: #fc4c3b;
  border: solid 1px #fc4c3b;
}
.eds_news_Advantage.eds_subCollection_calendar .calendar_table td.day.has_events.EDNcategorycolor-red > a:hover {
  background-color: #fc4c3b;
}
.eds_news_Advantage.eds_subCollection_calendar .calendar_table td.day.has_events.EDNcategorycolor-blue > a {
  color: #2e7de0;
  border: solid 1px #2e7de0;
}
.eds_news_Advantage.eds_subCollection_calendar .calendar_table td.day.has_events.EDNcategorycolor-blue > a:hover {
  background-color: #2e7de0;
}
.eds_news_Advantage.eds_subCollection_calendar .calendar_table td.day.has_events.EDNcategorycolor-black > a {
  color: #000000;
  border: solid 1px #000000;
}
.eds_news_Advantage.eds_subCollection_calendar .calendar_table td.day.has_events.EDNcategorycolor-black > a:hover {
  background-color: #000000;
}
.eds_news_Advantage.eds_subCollection_calendar .calendar_table td.day.has_events.EDNcategorycolor-green > a {
  color: #64ce66;
  border: solid 1px #64ce66;
}
.eds_news_Advantage.eds_subCollection_calendar .calendar_table td.day.has_events.EDNcategorycolor-green > a:hover {
  background-color: #64ce66;
}
.eds_news_Advantage.eds_subCollection_calendar .calendar_table td.day.has_events.EDNcategorycolor-yellow > a {
  color: #f6c606;
  border: solid 1px #f6c606;
}
.eds_news_Advantage.eds_subCollection_calendar .calendar_table td.day.has_events.EDNcategorycolor-yellow > a:hover {
  background-color: #f6c606;
}
.eds_news_Advantage.eds_subCollection_calendar .calendar_table td.day.has_events.EDNcategorycolor-pink > a {
  color: #ffc0cb;
  border: solid 1px #ffc0cb;
}
.eds_news_Advantage.eds_subCollection_calendar .calendar_table td.day.has_events.EDNcategorycolor-pink > a:hover {
  background-color: #ffc0cb;
}
.eds_news_Advantage.eds_subCollection_calendar .calendar_table td.day.has_events.EDNcategorycolor-gray > a {
  color: #808080;
  border: solid 1px #808080;
}
.eds_news_Advantage.eds_subCollection_calendar .calendar_table td.day.has_events.EDNcategorycolor-gray > a:hover {
  background-color: #808080;
}
.eds_news_Advantage.eds_subCollection_calendar .calendar_table td.day.has_events.EDNcategorycolor-orange > a {
  color: #ff6a00;
  border: solid 1px #ff6a00;
}
.eds_news_Advantage.eds_subCollection_calendar .calendar_table td.day.has_events.EDNcategorycolor-orange > a:hover {
  background-color: #ff6a00;
}
.eds_news_Advantage.eds_subCollection_calendar .calendar_table td.day.has_events.EDNcategorycolor-brown > a {
  color: #e49908;
  border: solid 1px #e49908;
}
.eds_news_Advantage.eds_subCollection_calendar .calendar_table td.day.has_events.EDNcategorycolor-brown > a:hover {
  background-color: #e49908;
}
.eds_news_Advantage.eds_subCollection_calendar .calendar_table td.day.selected > a {
  font-weight: bold;
  transform: scale(1.2);
}
@media (max-width: 576px) {
  .eds_news_Advantage.eds_subCollection_calendar .advanced .calendar_table td.week_days {
    display: none;
  }
}
@media (max-width: 576px) {
  .eds_news_Advantage.eds_subCollection_calendar .advanced .calendar_table td.day {
    display: none;
  }
}
@media (max-width: 576px) {
  .eds_news_Advantage.eds_subCollection_calendar .advanced .calendar_table td.day.selected > a,
.eds_news_Advantage.eds_subCollection_calendar .advanced .calendar_table td.day > a:hover {
    transform: none;
  }
}
.eds_news_Advantage.eds_subCollection_calendar .advanced .calendar_table td.day > ul {
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 1;
}
.eds_news_Advantage.eds_subCollection_calendar .advanced .calendar_table td.day > ul > li {
  list-style-type: none;
  margin: 3px 0;
  padding: 0;
  text-align: left;
}
.eds_news_Advantage.eds_subCollection_calendar .advanced .calendar_table td.day > ul > li > a {
  display: block;
}
@media (max-width: 576px) {
  .eds_news_Advantage.eds_subCollection_calendar .advanced .calendar_table td.day.has_posts, .eds_news_Advantage.eds_subCollection_calendar .advanced .calendar_table td.day.has_events {
    display: block;
    height: auto !important;
    width: 100% !important;
    text-align: left;
  }
}
@media (max-width: 576px) {
  .eds_news_Advantage.eds_subCollection_calendar .advanced .calendar_table td.day.other_month {
    display: none;
  }
}
.eds_news_Advantage.eds_subCollection_calendar .advanced .calendar_table td.day.today::after {
  top: 5px;
  right: 6px;
  bottom: 6px;
  left: 6px;
}

.eds_news_Advantage.eds_subCollection_contentBlock .edn_widgetHeaderWrapper {
  padding-top: 2rem;
  position: relative;
}
.eds_news_Advantage.eds_subCollection_contentBlock .edn_widgetHeaderWrapper .edNews_prevNextPagination {
  position: absolute;
  top: 0;
  right: 0;
}
.eds_news_Advantage.eds_subCollection_contentBlock .edn_widgetHeaderWrapper.card-header {
  box-shadow: none;
  border-radius: 0;
}
.eds_news_Advantage.eds_subCollection_contentBlock .edn_widgetHeaderWrapper.card-header .edNews_prevNextPagination {
  top: 0.6rem;
}
.eds_news_Advantage.eds_subCollection_contentBlock .edn_widgetHeaderWrapper.card-header .edn__contentBlock_header .edn_widgetTitle {
  position: relative;
  top: -1.5rem;
  left: 0;
}
@media (max-width: 576px) {
  .eds_news_Advantage.eds_subCollection_contentBlock .edn__contentBlock_header {
    width: auto !important;
  }
}
.eds_news_Advantage.eds_subCollection_contentBlock .edn__contentBlock_header .edn_widgetTitle {
  float: left;
}
.eds_news_Advantage.eds_subCollection_contentBlock .edn__contentBlock_itemList {
  margin: 0;
  padding: 0;
  border: 0;
  visibility: hidden;
}
.eds_news_Advantage.eds_subCollection_contentBlock .edn__contentBlock_itemList > li {
  cursor: pointer;
  list-style: none;
  display: inline-block;
  padding: 0 1rem;
  margin: 0;
  border: 0;
  transition: color 0.1s;
}
.eds_news_Advantage.eds_subCollection_contentBlock .edn__contentBlock_itemList > li.edn__contentBlock_hide {
  display: none !important;
}
.eds_news_Advantage.eds_subCollection_contentBlock .edn__contentBlock_itemList > li:hover, .eds_news_Advantage.eds_subCollection_contentBlock .edn__contentBlock_itemList > li.edn__contentBlock_active {
  color: #10d7bf;
}
.eds_news_Advantage.eds_subCollection_contentBlock .edn__contentBlock_itemList.edn__contentBlock_visibleItemList {
  display: table;
  white-space: nowrap;
  float: left;
  padding-left: 2rem;
  margin-top: 0.5rem;
}
.eds_news_Advantage.eds_subCollection_contentBlock .edn__contentBlock_itemList.edn__contentBlock_visibleItemList > li {
  display: table-cell;
}
.eds_news_Advantage.eds_subCollection_contentBlock .edn__contentBlock_hiddenItemList {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 10000;
  border-radius: 6px;
  background-color: #fff;
  width: 100%;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
@media (max-width: 576px) {
  .eds_news_Advantage.eds_subCollection_contentBlock .edn__contentBlock_hiddenItemList {
    right: 0 !important;
  }
}
.eds_news_Advantage.eds_subCollection_contentBlock .edn__contentBlock_hiddenItemList > li {
  margin: 0;
  padding: 1rem 1.5rem;
  list-style: none;
  white-space: nowrap;
  text-align: center;
  position: relative;
  z-index: 2;
  font-size: 1rem;
}
@media (max-width: 576px) {
  .eds_news_Advantage.eds_subCollection_contentBlock .edn__contentBlock_hiddenItemList > li {
    white-space: normal;
    line-height: 1.2rem !important;
  }
}
.eds_news_Advantage.eds_subCollection_contentBlock .edn__contentBlock_hiddenItemWrapper {
  display: none;
}
.eds_news_Advantage.eds_subCollection_contentBlock .edn__contentBlock_hiddenItemWrapper.edn__contentBlock_itemsHidden {
  display: block;
}
.eds_news_Advantage.eds_subCollection_contentBlock .edn__contentBlock_hiddenItemWrapper > .edn_contentBlock_trigger {
  width: 2rem;
  height: 2rem;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  position: absolute;
  right: 0;
  bottom: 0;
  box-shadow: 0 0 1px 2px #10d7bf;
  border-radius: 50%;
}
.eds_news_Advantage.eds_subCollection_contentBlock .edn__contentBlock_hiddenItemWrapper > .edn_contentBlock_trigger::after {
  margin: 0;
  padding: 0;
  width: 100%;
  content: "+";
  color: #3f3f3f;
  font: 900 1rem/2rem Font Awesome\ 5 Free;
  content: "\f067";
  display: block;
  text-align: center;
  position: absolute;
  transition: color 0.1s ease;
  cursor: pointer;
  width: 2rem;
  height: 2rem;
  right: 0;
  bottom: 0;
}
.eds_news_Advantage.eds_subCollection_contentBlock .edn__contentBlock_hiddenItemWrapper:hover > .edn__contentBlock_hiddenItemList {
  display: block;
}
.eds_news_Advantage.eds_subCollection_contentBlock .edn__contentBlock_hiddenItemWrapper:hover > .edn__contentBlock_hiddenItemList > li.edn__contentBlock_hide {
  display: inline-block !important;
}
@media (max-width: 576px) {
  .eds_news_Advantage.eds_subCollection_contentBlock .edn__contentBlock_hiddenItemWrapper:hover > .edn__contentBlock_hiddenItemList > li.edn__contentBlock_hide {
    display: block !important;
  }
}
.eds_news_Advantage.eds_subCollection_contentBlock .edn__contentBlock_hiddenItemWrapper:hover > .edn_contentBlock_trigger::after {
  color: #10d7bf;
}
.eds_news_Advantage.eds_subCollection_contentBlock .edn_mainWrapper {
  position: relative;
}
.eds_news_Advantage.eds_subCollection_contentBlock .edn_mainWrapper .edn__articleListWrapper {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-delay: 300ms;
  animation-delay: 300ms;
  opacity: 0;
  transition: opacity 500ms ease 300ms;
}
.eds_news_Advantage.eds_subCollection_contentBlock .edn_mainWrapper .edn__articleListWrapper::after {
  display: table;
  clear: both;
  content: "";
  width: 100%;
}
.eds_news_Advantage.eds_subCollection_contentBlock .edn_mainWrapper::before, .eds_news_Advantage.eds_subCollection_contentBlock .edn_mainWrapper::after {
  position: absolute;
  visibility: hidden;
  display: block;
  opacity: 0;
  transition: opacity 400ms;
}
.eds_news_Advantage.eds_subCollection_contentBlock .edn_mainWrapper::before {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.6);
  content: "";
  z-index: 1;
}
.eds_news_Advantage.eds_subCollection_contentBlock .edn_mainWrapper::after {
  left: 50%;
  top: 50%;
  margin-left: -50px;
  width: 100px;
  height: 0;
  text-align: center;
  content: "\f021";
  font-family: Font Awesome\ 5 Free;
  line-height: 0;
  font-size: 35px;
  font-style: normal;
  font-weight: 900;
  z-index: 2;
  color: #10d7bf;
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.eds_news_Advantage.eds_subCollection_contentBlock .eds_noContent,
.eds_news_Advantage.eds_subCollection_contentBlock .eds_contentError {
  font: 16px/1.3 "Roboto", "Helvetica", "Arial", sans-serif, sans-serif;
  display: none;
  border: 0;
  padding: 30px 0;
  margin: 0;
  color: #888;
  text-align: center;
}
.eds_news_Advantage.eds_subCollection_contentBlock .ednCB_animatedArticle {
  opacity: 0;
  transition: opacity 200ms;
}
.eds_news_Advantage.eds_subCollection_contentBlock .ednCB_animatedArticle * {
  opacity: 0;
  transition: opacity 0.2s cubic-bezier(0.05, 0.3, 0.9, 0.5) 400ms;
}
.eds_news_Advantage.eds_subCollection_contentBlock .ednCB_animatedArticle.ednCB_1 * {
  opacity: 1;
}
.eds_news_Advantage.eds_subCollection_contentBlock .ednCB_animatedArticle.ednCB_2 * {
  opacity: 0.8;
  transition: opacity 0.2s cubic-bezier(0.05, 0.3, 0.9, 0.5) 150ms;
}
.eds_news_Advantage.eds_subCollection_contentBlock .ednCB_animatedArticle.ednCB_3 * {
  transition: opacity 0.2s cubic-bezier(0.05, 0.3, 0.9, 0.5) 200ms;
}
.eds_news_Advantage.eds_subCollection_contentBlock .ednCB_animatedArticle.ednCB_4 * {
  transition: opacity 0.2s cubic-bezier(0.05, 0.3, 0.9, 0.5) 250ms;
}
.eds_news_Advantage.eds_subCollection_contentBlock .ednCB_animatedArticle.ednCB_5 * {
  transition: opacity 0.2s cubic-bezier(0.05, 0.3, 0.9, 0.5) 300ms;
}
.eds_news_Advantage.eds_subCollection_contentBlock .ednCB_animatedArticle.ednCB_6 * {
  transition: opacity 0.2s cubic-bezier(0.05, 0.3, 0.9, 0.5) 3500ms;
}
.eds_news_Advantage.eds_subCollection_contentBlock.edn__contentBlock_disablePreviousPage .edn__contentBlock_previousPage {
  pointer-events: none;
}
.eds_news_Advantage.eds_subCollection_contentBlock.edn__contentBlock_disablePreviousPage .edn__contentBlock_previousPage * {
  opacity: 0.4;
}
.eds_news_Advantage.eds_subCollection_contentBlock.edn__contentBlock_disableNextPage .edn__contentBlock_nextPage {
  pointer-events: none;
}
.eds_news_Advantage.eds_subCollection_contentBlock.edn__contentBlock_disableNextPage .edn__contentBlock_nextPage * {
  opacity: 0.4;
}
.eds_news_Advantage.eds_subCollection_contentBlock.edn__contentBlock_disablePreviousPage.edn__contentBlock_disableNextPage .edn_prevNextPagination, .eds_news_Advantage.eds_subCollection_contentBlock.edn__contentBlock_contentError .edn_prevNextPagination, .eds_news_Advantage.eds_subCollection_contentBlock.edn__contentBlock_noContent .edn_prevNextPagination {
  display: none;
}
.eds_news_Advantage.eds_subCollection_contentBlock.edn__contentBlock_disablePreviousPage.edn__contentBlock_disableNextPage .edn__contentBlock_header, .eds_news_Advantage.eds_subCollection_contentBlock.edn__contentBlock_contentError .edn__contentBlock_header, .eds_news_Advantage.eds_subCollection_contentBlock.edn__contentBlock_noContent .edn__contentBlock_header {
  width: auto;
}
.eds_news_Advantage.eds_subCollection_contentBlock.edn__contentBlock_loading .edn_mainWrapper::before {
  opacity: 1;
  visibility: visible;
}
.eds_news_Advantage.eds_subCollection_contentBlock.edn__contentBlock_loading .edn_mainWrapper::after {
  opacity: 1;
  visibility: visible;
}
.eds_news_Advantage.eds_subCollection_contentBlock.edn__contentBlock_loading .edn_mainWrapper .ednCB_animatedArticle {
  opacity: 0;
}
.eds_news_Advantage.eds_subCollection_contentBlock.edn__contentBlock_ready .edn__contentBlock_itemList {
  visibility: visible;
}
.eds_news_Advantage.eds_subCollection_contentBlock.edn__contentBlock_ready .edn__articleListWrapper {
  opacity: 1;
}
.eds_news_Advantage.eds_subCollection_contentBlock.edn__contentBlock_pageReady .edn_mainWrapper .edn__articleListWrapper {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
.eds_news_Advantage.eds_subCollection_contentBlock.edn__contentBlock_pageReady .edn_mainWrapper .ednCB_animatedArticle {
  opacity: 1;
}
.eds_news_Advantage.eds_subCollection_contentBlock.edn__contentBlock_pageReady .edn_mainWrapper .ednCB_animatedArticle * {
  opacity: 1 !important;
}
.eds_news_Advantage.eds_subCollection_contentBlock.edn__contentBlock_pageReady.edn__contentBlock_loading .ednCB_animatedArticle {
  opacity: 0;
}
.eds_news_Advantage.eds_subCollection_contentBlock.edn__contentBlock_triggeredNextPage .edn_mainWrapper .edn__articleListWrapper {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
.eds_news_Advantage.eds_subCollection_contentBlock.edn__contentBlock_triggeredPreviousPage .edn_mainWrapper .edn__articleListWrapper {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
.eds_news_Advantage.eds_subCollection_contentBlock.edn__contentBlock_noContent .edn_mainWrapper .edn__articleListWrapper {
  display: none;
}
.eds_news_Advantage.eds_subCollection_contentBlock.edn__contentBlock_noContent .edn_mainWrapper .eds_noContent {
  display: block;
}
.eds_news_Advantage.eds_subCollection_contentBlock.edn__contentBlock_contentError .edn_mainWrapper .edn__articleListWrapper {
  display: none;
}
.eds_news_Advantage.eds_subCollection_contentBlock.edn__contentBlock_contentError .edn_mainWrapper .eds_contentError {
  display: block;
}

.qtip.edn_calendarbox_Advantage {
  position: absolute;
  left: -28000px;
  top: -28000px;
  display: none;
  min-width: 50px;
  font-size: 10px;
  line-height: 12px;
  direction: ltr;
  padding: 0;
  margin: 0;
  background-color: #fff;
  border: none;
  width: 500px;
  max-width: 95%;
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-size: 0.9rem;
  line-height: 1.2;
  color: #3C4858;
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  color: #3C4858;
  box-shadow: 8px 8px 16px rgba(0, 0, 0, 0.11);
  border-radius: 0.2rem;
}
.qtip.edn_calendarbox_Advantage * {
  box-sizing: border-box;
}
.qtip.edn_calendarbox_Advantage p, .qtip.edn_calendarbox_Advantage span, .qtip.edn_calendarbox_Advantage li, .qtip.edn_calendarbox_Advantage a {
  font-family: inherit;
  color: inherit;
  line-height: inherit;
  font-size: inherit;
}
.qtip.edn_calendarbox_Advantage .qtip-content {
  padding: 10px 20px;
  overflow: hidden;
  text-align: left;
  word-wrap: break-word;
}
.qtip.edn_calendarbox_Advantage .qtip-content div.title {
  display: block;
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-size: 0.9rem;
  color: #10d7bf;
  margin: 0;
  padding: 0;
}
.qtip.edn_calendarbox_Advantage .qtip-content div.title a {
  color: #10d7bf;
  text-decoration: none;
}
.qtip.edn_calendarbox_Advantage .qtip-content div.title a:hover {
  color: #3C4858;
  text-decoration: none;
}
.qtip.edn_calendarbox_Advantage .qtip-content .wrapper {
  margin: 0;
  width: auto;
}
.qtip.edn_calendarbox_Advantage .qtip-content .wrapper > .article {
  overflow: hidden;
}
.qtip.edn_calendarbox_Advantage .qtip-content .wrapper > .article > img {
  float: left;
  margin: 0.5rem;
  background: #fff;
  max-width: 100px;
  max-height: 100px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.29);
}
.qtip.edn_calendarbox_Advantage .qtip-content .wrapper > .article > p.title {
  margin: 0 0 5px 0;
  padding: 0;
  font-size: 1.2rem;
  line-height: 1.2;
  font-family: "Roboto Slab", "Times New Roman", serif;
  color: #3C4858;
}
.qtip.edn_calendarbox_Advantage .qtip-content .wrapper > .article > p.title a {
  font: inherit;
  color: #3C4858;
  text-decoration: none;
}
.qtip.edn_calendarbox_Advantage .qtip-content .wrapper > .article > p.title a:hover {
  color: #10d7bf;
  text-decoration: none;
}
.qtip.edn_calendarbox_Advantage .qtip-content .wrapper > .article > p.location {
  margin-top: 5px;
  padding: 0;
  font-weight: bold;
}
.qtip.edn_calendarbox_Advantage .qtip-content .wrapper > .article > p.location::before {
  content: "\f041";
  display: inline-block;
  margin-right: 2px;
  color: #10d7bf;
  font: 900 1.3rem/1 Font Awesome\ 5 Free;
}
.qtip.edn_calendarbox_Advantage .qtip-content .wrapper > .article > .content p {
  margin: 0;
  padding: 0;
}
.qtip.edn_calendarbox_Advantage .qtip-content .wrapper > .article > .content p + p {
  margin-top: 5px;
}
.qtip.edn_calendarbox_Advantage .qtip-content .wrapper > .article > a {
  float: right;
  clear: both;
  text-shadow: none;
  text-decoration: none;
  text-transform: uppercase;
  padding: 5px 10px;
  box-shadow: none;
  color: #10d7bf;
  border-radius: 0.4rem;
  color: #fff;
  background-color: #10d7bf;
  box-shadow: 0 2px 2px 0 rgba(16, 215, 191, 0.14), 0 3px 1px -2px rgba(16, 215, 191, 0.2), 0 1px 5px 0 rgba(16, 215, 191, 0.12);
  text-transform: uppercase;
  letter-spacing: 0;
  transition: box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1), background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: box-shadow, transform;
  display: inline-block;
  font-weight: 400;
  font: 400 0.9rem/1.1 "Roboto", "Helvetica", "Arial", sans-serif;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  margin: 0.5rem;
}
.qtip.edn_calendarbox_Advantage .qtip-content .wrapper > .article > a:hover {
  box-shadow: 0 7px 7px -6px rgba(16, 215, 191, 0.42), 0 2px 6px 0px rgba(0, 0, 0, 0.12), 0 4px 5px -3px rgba(16, 215, 191, 0.2);
}
.qtip.edn_calendarbox_Advantage .qtip-content .wrapper .article_list {
  margin: 0 0 0 15px;
  padding: 0;
  list-style-type: circle;
}
.qtip.edn_calendarbox_Advantage .qtip-content .wrapper .article_list li {
  margin: 5px 0 0;
  padding: 0;
  list-style-type: circle;
  color: #3C4858;
}
.qtip.edn_calendarbox_Advantage .qtip-content .wrapper .article_list li > a {
  color: #3C4858;
  text-decoration: none;
}
.qtip.edn_calendarbox_Advantage .qtip-content .wrapper .article_list li > a:hover {
  color: #10d7bf;
}
.qtip.edn_calendarbox_Advantage .qtip-content .wrapper .article_list li > p {
  color: #999;
  margin: 0;
  padding: 0;
  font-size: 11px;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/* 
 * Deprecated DNN CSS class names will remain available for some time
 * before being  permanently removed. Removal will occur according to
 * the  following process:
 *
 * 1. Removal will only occur with a major (x.y) release, never
 *    with a maintenance (x.y.z) release.
 * 2. Removal will not occur less than six months after the release
 *    when it was deprecated.
 * 3. Removal will not occur until after deprecation has been noted 
 *    in at least two major releases.
 *
 *                                              |        |Planned |
 *  Name                                        |Release |Removal |
 *----------------------------------------------+--------+--------+
 * Mod{NAME}C                                     5.6.2    6.2
 *   {NAME} = sanitized version of the DesktopModule Name 
 *   Used on <div> tag surrounding Module Content, inside container
 *----------------------------------------------+--------+--------+
 */  



/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
}

/* background color for the content part of the pages */
Body
{
}

.ControlPanel {
}

/* background/border colors for the selected tab */
.TabBg {
}

.LeftPane  { 
}

.ContentPane  { 
}

.RightPane  { 
}

/* text style for the selected tab */
.SelectedTab {
}

/* hyperlink style for the selected tab */
A.SelectedTab:link {
}

A.SelectedTab:visited  {
}

A.SelectedTab:hover    {
}

A.SelectedTab:active   {
}

/* text style for the unselected tabs */
.OtherTabs {
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
}

A.OtherTabs:visited  {
}

A.OtherTabs:hover    {
}

A.OtherTabs:active   {
}

/* GENERAL */
/* style for module titles */
.Head   {
}

/* style of item titles on edit and admin pages */
.SubHead    {
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
}

/* text style used for most text rendered by modules */
.Normal
{
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
}

.NormalRed
{
}

.NormalBold
{
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
}

A.CommandButton:visited  {
}

A.CommandButton:hover    {
}
    
A.CommandButton:active   {
}

/* button style for standard HTML buttons */
.StandardButton     {
}

/* GENERIC */
H1  {
}

H2  {
}

H3  {
}

H4  {
}

H5, DT  {
}

H6  {
}

TFOOT, THEAD    {
}

TH  {
}

A:link  {
}

A:visited   {
}

A:hover {
}

A:active    {
}

SMALL   {
}

BIG {
}

BLOCKQUOTE, PRE {
}


UL LI   {
}

UL LI LI    {
}

UL LI LI LI {
}

OL LI   {
}

OL OL LI    {
}

OL OL OL LI {
}
OL UL LI   {
}

HR {
}

/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
}   

/* style of item titles by Announcements and events */
.ItemTitle    {
}

/* Menu-Styles */
/* Module Title Menu */
.ModuleTitle_MenuContainer {
}

.ModuleTitle_MenuBar {
}

.ModuleTitle_MenuItem {
}

.ModuleTitle_MenuIcon {
}

.ModuleTitle_SubMenu {
}

.ModuleTitle_MenuBreak {
}

.ModuleTitle_MenuItemSel {
}

.ModuleTitle_MenuArrow {
}

.ModuleTitle_RootMenuArrow {
}

/* Main Menu */

.MainMenu_MenuContainer {
}

.MainMenu_MenuBar {
}

.MainMenu_MenuItem {
}

.MainMenu_MenuIcon {
}

.MainMenu_SubMenu {
}

.MainMenu_MenuBreak {
}

.MainMenu_MenuItemSel {
}

.MainMenu_MenuArrow {
}

.MainMenu_RootMenuArrow {
}

/* Login Styles */
.LoginPanel{
}

.LoginTabGroup{
}

.LoginTab {
}

.LoginTabSelected{
}

.LoginTabHover{
}

.LoginContainerGroup{
}

.LoginContainer{
}

.rateit {
    display: -moz-inline-box;
    display: inline-block;
    position: relative;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
}

.rateit .rateit-range
{
    position: relative;
    display: -moz-inline-box;
    display: inline-block;
    background: url("/DesktopModules/EasyDNNNews/static/rateit/css/star.gif");
    height: 16px;
    outline: none;
}

.rateit .rateit-range * {
    display:block;
}

/* for IE 6 */
* html .rateit, * html .rateit .rateit-range
{
    display: inline;
}

/* for IE 7 */
* + html .rateit, * + html .rateit .rateit-range
{
    display: inline;
}

.rateit .rateit-hover, .rateit .rateit-selected
{
    position: absolute;
    left: 0px;
}

.rateit .rateit-hover-rtl, .rateit .rateit-selected-rtl
{
    left: auto;
    right: 0px;
}

.rateit .rateit-hover
{
    background: url("/DesktopModules/EasyDNNNews/static/rateit/css/star.gif") left -32px;
}

.rateit .rateit-hover-rtl
{
    background-position: right -32px;
}

.rateit .rateit-selected
{
    background: url("/DesktopModules/EasyDNNNews/static/rateit/css/star.gif") left -16px;
}

.rateit .rateit-selected-rtl
{
    background-position: right -16px;
}

.rateit .rateit-preset
{
    background: url("/DesktopModules/EasyDNNNews/static/rateit/css/star.gif") left -48px;
}

.rateit .rateit-preset-rtl
{
    background: url("/DesktopModules/EasyDNNNews/static/rateit/css/star.gif") left -48px;
}

.rateit button.rateit-reset
{
    background: url("/DesktopModules/EasyDNNNews/static/rateit/css/delete.gif") 0 0;
    width: 16px;
    height: 16px;
    display: -moz-inline-box;
    display: inline-block;
    float: left;
    outline: none;
    border:none;
    padding: 0;
}

.rateit button.rateit-reset:hover, .rateit button.rateit-reset:focus
{
    background-position: 0 -16px;
}



/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url("/DesktopModules/EasyDNNNews/static/font-awesome/fonts/fontawesome-webfont.eot?v=4.7.0");src:url("/DesktopModules/EasyDNNNews/static/font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format('embedded-opentype'),url("/DesktopModules/EasyDNNNews/static/font-awesome/fonts/fontawesome-webfont.woff2?v=4.7.0") format('woff2'),url("/DesktopModules/EasyDNNNews/static/font-awesome/fonts/fontawesome-webfont.woff?v=4.7.0") format('woff'),url("/DesktopModules/EasyDNNNews/static/font-awesome/fonts/fontawesome-webfont.ttf?v=4.7.0") format('truetype'),url("/DesktopModules/EasyDNNNews/static/font-awesome/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}

@import url("/DesktopModules/EasyDNNNews/static/font-awesome/css/font-awesome.min.css");
.eds_modalWrapper {
  background-color: rgba(0, 0, 0, 0.6);
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 99999;
  transition: all 200ms ease-in 0s;
  opacity: 0;
  visibility: hidden;
}
.eds_modalWrapper * {
  box-sizing: content-box;
}
.eds_modalWrapper *.eds_attendantsPrices li input[type=text] {
  width: 35px;
}
.eds_modalWrapper .eds_modalContent {
  position: relative;
  width: 90%;
  max-width: 600px;
  margin: 6% auto;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
  display: none;
  box-sizing: border-box;
  font-family: Arial;
  color: #7b7b7b;
  font-size: 12px;
  text-align: left;
}
.eds_modalWrapper .eds_modalContent > div {
  position: relative;
  overflow: auto;
}
.eds_modalWrapper .eds_modalContent > div > div {
  padding: 20px;
}
.eds_modalWrapper .eds_modalContent .dnnLabel {
  margin: 0;
  padding: 0;
  text-align: left;
  width: auto;
}
.eds_modalWrapper .eds_modalContent .dnnFormHelp {
  right: 8px;
}
.eds_modalWrapper .eds_modalContent .dnnTooltip {
  display: inline;
}
.eds_modalWrapper .eds_modalContent > h3 {
  background-color: #189fd3;
  color: #fff !important;
  font: normal 18px/50px Arial !important;
  font-weight: normal;
  margin: 0;
  padding: 0 20px;
  letter-spacing: normal;
  border-radius: 3px 3px 0 0;
  height: 50px;
}
.eds_modalWrapper .eds_modalContent > h3::before {
  font-family: "FontAwesome";
  color: #fff;
  padding-right: 15px;
  font-size: 30px;
  line-height: 50px;
  vertical-align: middle;
}
.eds_modalWrapper .eds_modalContent > h3 > span,
.eds_modalWrapper .eds_modalContent > h3 > label {
  color: inherit;
  font: inherit;
}
.eds_modalWrapper .eds_modalContent input[type=text],
.eds_modalWrapper .eds_modalContent textarea,
.eds_modalWrapper .eds_modalContent select {
  background: none #F9F9F9;
  border: solid 1px #ddd;
  border-radius: 3px;
  box-shadow: none;
  line-height: 1;
  font-family: Arial;
  font-size: 12px;
  text-shadow: none;
  color: #444;
  margin: 0;
  padding: 0 10px;
  box-sizing: border-box;
  width: 240px;
  transition: box-shadow 200ms linear;
}
.eds_modalWrapper .eds_modalContent input[type=text]:hover,
.eds_modalWrapper .eds_modalContent textarea:hover,
.eds_modalWrapper .eds_modalContent select:hover {
  border: solid 1px #C1C1C1;
  box-shadow: none;
  color: #444;
  background: none #F9F9F9;
}
.eds_modalWrapper .eds_modalContent input[type=text]:focus,
.eds_modalWrapper .eds_modalContent textarea:focus,
.eds_modalWrapper .eds_modalContent select:focus {
  border: solid 1px #BABDC9;
  box-shadow: 0 0 3px #98ACF4;
  background: transparent #fff;
  color: #444;
}
.eds_modalWrapper .eds_modalContent input[type=text]:disabled,
.eds_modalWrapper .eds_modalContent textarea:disabled,
.eds_modalWrapper .eds_modalContent select:disabled {
  color: #929292;
  text-shadow: 1px 1px 0 #fff;
  cursor: not-allowed;
}
.eds_modalWrapper .eds_modalContent input[type=text].eds_numberOfTickets {
  width: 45px;
  border-right-width: 3px;
  border-right-color: #f00;
}
.eds_modalWrapper .eds_modalContent input[type=text],
.eds_modalWrapper .eds_modalContent select {
  height: 26px;
  padding-right: 0;
  width: 240px;
}
.eds_modalWrapper .eds_modalContent textarea {
  padding: 10px;
}
@media handheld, only screen and (max-width: 768px), only screen and (max-device-width: 768px) {
  .eds_modalWrapper .eds_modalContent input[type=text],
.eds_modalWrapper .eds_modalContent textarea,
.eds_modalWrapper .eds_modalContent select {
    width: 100% !important;
  }
}
.eds_modalWrapper .eds_modalContent .edn_bottomButtonWrapper {
  text-align: right;
  margin: 20px 0;
}
.eds_modalWrapper .eds_modalContent .edn_bottomButtonWrapper.eds_alignCenter {
  text-align: center;
}
.eds_modalWrapper .eds_modalContent .edn_bottomButtonWrapper button[type=button],
.eds_modalWrapper .eds_modalContent .edn_bottomButtonWrapper input[type=submit] {
  box-shadow: none !important;
  border: none !important;
  border-radius: 3px !important;
  font-family: Arial !important;
  font-size: 16px !important;
  font-weight: normal !important;
  line-height: 48px !important;
  text-shadow: none !important;
  padding: 0 30px !important;
  cursor: pointer !important;
  text-decoration: none !important;
  display: inline-block !important;
  text-transform: none !important;
  margin: 0 !important;
  height: auto !important;
  transition: all 100ms linear !important;
}
.eds_modalWrapper .eds_modalContent .edn_bottomButtonWrapper input[type=submit] {
  background: none #189fd3 !important;
  color: #fff !important;
}
.eds_modalWrapper .eds_modalContent .edn_bottomButtonWrapper input[type=submit]:hover {
  background: none #2cb3e7 !important;
}
.eds_modalWrapper .eds_modalContent .edn_bottomButtonWrapper input[type=submit].edn_stripeSubmit {
  border: solid 2px #747bff !important;
  background: #fff url("/DesktopModules/EasyDNNNews/images/stripe_checkout.png") 13px center no-repeat !important;
  color: #747bff !important;
  border-radius: 24px !important;
  padding-right: 25px !important;
  padding-left: 50px !important;
  font-size: 12px !important;
  text-transform: uppercase !important;
}
.eds_modalWrapper .eds_modalContent .edn_bottomButtonWrapper input[type=submit].edn_stripeSubmit:hover {
  background-color: #747bff !important;
  color: #fff !important;
  background-image: url("/DesktopModules/EasyDNNNews/images/stripe_checkout_white.png") !important;
}
.eds_modalWrapper .eds_modalContent .edn_bottomButtonWrapper button[type=button].eds_modalClose {
  margin-right: 20px !important;
  background: none #e9e9ed !important;
  color: #7b7b7b !important;
}
.eds_modalWrapper .eds_modalContent .edn_bottomButtonWrapper button[type=button].eds_modalClose:hover {
  background: none #d0d0d7 !important;
}
.eds_modalWrapper .eds_modalContent input[type=radio] + label,
.eds_modalWrapper .eds_modalContent input[type=checkbox] + label {
  line-height: 22px;
  margin-left: 3px;
  font-weight: normal;
  display: inline-block;
}
.eds_modalWrapper .eds_modalContent .eds_labelAndInput {
  margin: 0 0 10px;
  padding: 0;
  white-space: nowrap;
  position: relative;
  font-size: 0;
}
.eds_modalWrapper .eds_modalContent .eds_labelAndInput::after {
  display: block;
  content: "";
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
}
.eds_modalWrapper .eds_modalContent .eds_labelAndInput .HTMLeditor,
.eds_modalWrapper .eds_modalContent .eds_labelAndInput > .dnnLeft,
.eds_modalWrapper .eds_modalContent .eds_labelAndInput > .dnnRight {
  float: none;
}
.eds_modalWrapper .eds_modalContent .eds_labelAndInput input ~ span,
.eds_modalWrapper .eds_modalContent .eds_labelAndInput textarea ~ span,
.eds_modalWrapper .eds_modalContent .eds_labelAndInput select ~ span {
  font-size: 11px;
  line-height: 1;
  color: #C42323;
  margin-left: 8px;
  width: auto !important;
  display: inline;
  margin: 0;
  font-weight: normal;
  margin-left: 5px;
  position: absolute;
  left: 165px;
  bottom: -5px;
  top: auto;
  text-shadow: 0px 0px 2px #fff;
  transition: opacity 200ms ease;
}
@media handheld, only screen and (max-width: 768px), only screen and (max-device-width: 768px) {
  .eds_modalWrapper .eds_modalContent .eds_labelAndInput input ~ span,
.eds_modalWrapper .eds_modalContent .eds_labelAndInput textarea ~ span,
.eds_modalWrapper .eds_modalContent .eds_labelAndInput select ~ span {
    bottom: auto;
    left: auto;
    right: 10px;
  }
}
.eds_modalWrapper .eds_modalContent .eds_labelAndInput input:focus ~ span,
.eds_modalWrapper .eds_modalContent .eds_labelAndInput textarea:focus ~ span,
.eds_modalWrapper .eds_modalContent .eds_labelAndInput select:focus ~ span {
  opacity: 0.1;
}
.eds_modalWrapper .eds_modalContent .eds_labelAndInput.eds_paymentInfo {
  font-size: 12px;
  line-height: 1;
  color: #3b3b3b;
  margin: 0 0 7px;
}
.eds_modalWrapper .eds_modalContent .eds_labelAndInput.eds_paymentInfo > span {
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  margin: 0;
}
.eds_modalWrapper .eds_modalContent .eds_labelAndInput.eds_paymentInfo.eds_estimatedTotal {
  font-weight: bold;
  font-size: 16px;
}
.eds_modalWrapper .eds_modalContent .eds_labelAndInput.eds_paymentInfo.eds_estimatedTotal > span {
  color: #e3011f;
}
@media handheld, only screen and (max-width: 768px), only screen and (max-device-width: 768px) {
  .eds_modalWrapper .eds_modalContent .eds_labelAndInput > label,
.eds_modalWrapper .eds_modalContent .eds_labelAndInput > div,
.eds_modalWrapper .eds_modalContent .eds_labelAndInput > span {
    width: 100%;
    clear: both;
    float: none;
    display: block;
  }
}
.eds_modalWrapper .eds_modalContent .eds_labelAndInput.eds_noWidthLabel > label,
.eds_modalWrapper .eds_modalContent .eds_labelAndInput.eds_noWidthLabel > span {
  width: auto;
  white-space: normal;
}
.eds_modalWrapper .eds_modalContent .eds_labelAndInput.eds_noWidthLabel > label {
  line-height: 1.3;
}
.eds_modalWrapper .eds_modalContent .eds_labelAndInput.eds_noWidthLabel > input,
.eds_modalWrapper .eds_modalContent .eds_labelAndInput.eds_noWidthLabel > label {
  vertical-align: top;
}
.eds_modalWrapper .eds_modalContent .eds_labelAndInput.eds_labelWidth100 label,
.eds_modalWrapper .eds_modalContent .eds_labelAndInput.eds_labelWidth100 > span {
  width: 100px;
}
.eds_modalWrapper .eds_modalContent .eds_labelAndInput.eds_labelWidth100 input[type=text],
.eds_modalWrapper .eds_modalContent .eds_labelAndInput.eds_labelWidth100 select,
.eds_modalWrapper .eds_modalContent .eds_labelAndInput.eds_labelWidth100 textarea {
  width: 280px;
}
.eds_modalWrapper .eds_modalContent .eds_labelAndInput.eds_labelWidth100 input ~ span,
.eds_modalWrapper .eds_modalContent .eds_labelAndInput.eds_labelWidth100 textarea ~ span {
  left: 125px;
}
@media handheld, only screen and (max-width: 768px), only screen and (max-device-width: 768px) {
  .eds_modalWrapper .eds_modalContent .eds_labelAndInput.eds_labelWidth100 input ~ span,
.eds_modalWrapper .eds_modalContent .eds_labelAndInput.eds_labelWidth100 textarea ~ span {
    left: auto;
  }
}
.eds_modalWrapper .eds_modalContent .eds_labelAndInput.eds_bigInput input[type=text],
.eds_modalWrapper .eds_modalContent .eds_labelAndInput.eds_bigInput textarea,
.eds_modalWrapper .eds_modalContent .eds_labelAndInput.eds_bigInput select {
  width: 440px;
}
@media handheld, only screen and (max-width: 992px), only screen and (max-device-width: 992px) {
  .eds_modalWrapper .eds_modalContent .eds_labelAndInput.eds_bigInput input[type=text],
.eds_modalWrapper .eds_modalContent .eds_labelAndInput.eds_bigInput textarea,
.eds_modalWrapper .eds_modalContent .eds_labelAndInput.eds_bigInput select {
    width: 280px;
  }
}
.eds_modalWrapper .eds_modalContent .eds_labelAndInput.eds_bigInput textarea {
  height: 110px;
}
.eds_modalWrapper .eds_modalContent .eds_labelAndInput .eds_flexGroup {
  display: flex;
  flex-flow: column;
}
@media (min-width: 992px) {
  .eds_modalWrapper .eds_modalContent .eds_labelAndInput .eds_flexGroup {
    flex-flow: row;
  }
}
@media (min-width: 992px) {
  .eds_modalWrapper .eds_modalContent .eds_labelAndInput .eds_flexGroup .eds_flexInput {
    flex-grow: 2;
    padding-right: 20px;
  }
}
.eds_modalWrapper .eds_modalContent .eds_labelAndInput .eds_flexGroup .eds_justifyCenter {
  justify-content: center;
}
@media (min-width: 992px) {
  .eds_modalWrapper .eds_modalContent .eds_labelAndInput .eds_flexGroup .inlineList {
    margin-top: 6px;
    margin-bottom: 0;
  }
}
@media (min-width: 480px) {
  .eds_modalWrapper .eds_modalContent .eds_labelAndInput .eds_flexGroup .inlineList > li {
    display: inline-block;
    vertical-align: middle;
  }
}
.eds_modalWrapper .eds_modalContent .eds_labelAndInput .eds_flexGroup .inlineList > li label {
  width: auto;
}
.eds_modalWrapper .eds_modalContent label,
.eds_modalWrapper .eds_modalContent .eds_labelAndInput > span {
  font-family: Arial;
  font-size: 13px;
  line-height: 26px;
  color: #7B7B7B;
  width: 140px;
  display: inline-block;
  margin: 0 15px 0 0;
  vertical-align: top;
  font-weight: bold;
  text-decoration: none;
}
@media handheld, only screen and (max-width: 768px), only screen and (max-device-width: 768px) {
  .eds_modalWrapper .eds_modalContent label,
.eds_modalWrapper .eds_modalContent .eds_labelAndInput > span {
    display: block;
    width: 100%;
  }
}
.eds_modalWrapper .eds_modalContent a.dnnFormHelp,
.eds_modalWrapper .eds_modalContent .dnnForm .dnnFormItem a.dnnFormHelp,
.eds_modalWrapper .eds_modalContent .dnnTooltip label a.dnnFormHelp {
  font-family: Arial;
  font-size: 13px;
  line-height: 1;
  color: #7B7B7B;
}
.eds_modalWrapper .eds_modalContent > div .eds_eventRegistrationLoading {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background: rgba(255, 255, 255, 0.5) url("/DesktopModules/EasyDNNNews/static/common/images/eventRegistrationLoading.gif") no-repeat center center;
}
.eds_modalWrapper .edn_errorMessage {
  font-family: Arial;
  line-height: 1;
  font-size: 11px;
  color: #AB1111;
  margin-left: 10px;
}
@media handheld, only screen and (max-width: 768px), only screen and (max-device-width: 768px) {
  .eds_modalWrapper .edn_errorMessage {
    display: block;
    margin-top: 2px;
    margin-left: 0;
  }
}
.eds_modalWrapper .eds_closeWindowButtonOuter {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 30px;
  height: 30px;
  text-align: center;
  border: solid 1px #115f7d;
  border-radius: 3px;
  line-height: 0 !important;
  font-size: 0 !important;
  cursor: pointer;
  background: none transparent;
  transition: background 100ms linear;
}
.eds_modalWrapper .eds_closeWindowButtonOuter::before {
  font-family: "FontAwesome";
  color: #fff;
  font-size: 22px;
  line-height: 28px;
  content: "\f00d";
}
.eds_modalWrapper .eds_closeWindowButtonOuter:hover {
  background-color: #115f7d;
}
.eds_modalWrapper .edNews_tooltipContent {
  border-radius: 5px;
  border: 1px solid #B8D5E0;
  background: #0A445B;
  color: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
  max-width: 350px;
  position: absolute;
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 16px;
  padding: 5px 8px;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  transition: all 400ms;
  top: auto;
  bottom: 100%;
  z-index: 999;
}
.eds_modalWrapper .edNews_tooltip {
  position: relative;
}
.eds_modalWrapper .edNews_tooltip::after {
  position: absolute;
  top: 0;
  left: auto;
  right: -6px;
  display: block;
  background: none;
  content: "\f059";
  font: 16px/1 "FontAwesome";
  text-align: center;
  padding: 0;
  color: #555;
  transition: color ease-in-out 0.4s;
}
.eds_modalWrapper .edNews_tooltip:hover .edNews_tooltipContent {
  opacity: 1;
  visibility: visible;
}
.eds_modalWrapper .eds_labelAndInput:first-child .edNews_tooltipContent {
  top: 100%;
  bottom: auto;
}
.eds_modalWrapper .eds_updateProfile {
  font-size: 0;
  margin: 0;
  padding: 0;
  line-height: 0;
  text-align: right;
  float: right;
  margin: 11px 70px 0 0;
}
.eds_modalWrapper .eds_updateProfile > a {
  text-decoration: underline;
  color: #fff;
  font-size: 14px;
  line-height: 19px;
  display: inline-block;
  background: url("/DesktopModules/EasyDNNNews/static/common/images/user.png") no-repeat 0 0;
  padding: 1px 0 0 22px;
}
.eds_modalWrapper .eds_updateProfile > a:hover {
  text-decoration: none;
}
.eds_modalWrapper .eds_infoMessages {
  margin: 10px 0;
  display: block;
  line-height: 1.1 !important;
  font-size: 16px !important;
  color: #fff !important;
  padding: 15px 25px;
  border-radius: 2px;
  margin: 5px;
}
.eds_modalWrapper .eds_infoMessages::before {
  font-size: 21px;
  color: #fff !important;
  font-family: "FontAwesome";
  padding-right: 20px;
  line-height: 1;
}
.eds_modalWrapper .eds_infoMessages.eds_success {
  background-color: #00be9c;
}
.eds_modalWrapper .eds_infoMessages.eds_success::before {
  content: "\f058";
}
.eds_modalWrapper .eds_infoMessages.eds_info {
  background-color: #189fd3;
}
.eds_modalWrapper .eds_infoMessages.eds_info::before {
  content: "\f05a";
}
.eds_modalWrapper .eds_infoMessages.eds_warning {
  background-color: #f3c500;
}
.eds_modalWrapper .eds_infoMessages.eds_warning::before {
  content: "\f071";
}
.eds_modalWrapper .eds_infoMessages.eds_error {
  background-color: #e07171;
}
.eds_modalWrapper .eds_infoMessages.eds_error::before {
  content: "\f06a";
}
.eds_modalWrapper .eds_formStatus {
  padding-bottom: 15px;
}
.eds_modalWrapper .edNews_eventDateRestriction {
  margin: 10px 0 0;
}
.eds_modalWrapper .edNews_eventDateRestriction > table {
  width: 100%;
  border: solid 1px #ffffff;
  box-shadow: 0 0 0 1px #E9E9E9;
  margin-bottom: 10px;
  border-collapse: collapse;
  border-spacing: 0;
}
.eds_modalWrapper .edNews_eventDateRestriction > table > tbody {
  background-color: #F4F4F4;
}
.eds_modalWrapper .edNews_eventDateRestriction > table > tbody > tr > td {
  padding: 4px;
  text-align: center;
  vertical-align: middle;
  border: none;
  border-bottom: solid 1px #E6E6E6;
}
.eds_modalWrapper .edNews_eventDateRestriction > table > tbody > tr > td:first-child {
  background-color: #F4F4F4;
}
.eds_modalWrapper .edNews_eventDateRestriction > table > tbody > tr > td input[type=radio] {
  margin: 10px;
}
.eds_modalWrapper .edNews_eventDateRestriction > table > tbody > tr:nth-child(odd) > td {
  border-bottom: solid 1px #fff;
  background-color: #E6E6E6;
}
.eds_modalWrapper .edNews_eventDateRestriction > table > tbody > tr:nth-child(odd) > td:first-child {
  background-image: linear-gradient(to top right, #F4F4F4, #F4F4F4 50%, #E6E6E6 50%, #E6E6E6);
  border-bottom-color: #F4F4F4;
  position: relative;
}
.eds_modalWrapper .edNews_eventDateRestriction > table > tbody > tr:last-child > td {
  border-bottom: none;
}
.eds_modalWrapper .eds_styledRadio {
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
}
.eds_modalWrapper .eds_styledRadio * {
  vertical-align: middle;
  box-sizing: border-box;
}
.eds_modalWrapper .eds_styledRadio *::before,
.eds_modalWrapper .eds_styledRadio *::after {
  box-sizing: border-box;
}
.eds_modalWrapper .eds_styledRadio input[type=radio] {
  display: none;
}
.eds_modalWrapper .eds_styledRadio input[type=radio] + label {
  display: inline-block;
  position: relative;
  margin: 0;
  vertical-align: baseline;
  border-radius: 50% 0 0 50%;
  padding: 2px 0 0 25px;
  min-height: 25px;
}
.eds_modalWrapper .eds_styledRadio input[type=radio] + label::before, .eds_modalWrapper .eds_styledRadio input[type=radio] + label::after {
  position: absolute;
  display: inline-block;
  vertical-align: middle;
  border: 5px solid #fff;
  border-radius: 50%;
  background: #fff;
  margin: 0;
  padding: 0;
  content: "";
  font-size: 0;
  line-height: 0;
  transition: all ease-in-out 0.2s;
}
.eds_modalWrapper .eds_styledRadio input[type=radio] + label::before {
  width: 20px;
  height: 20px;
  top: 2px;
  left: 2px;
}
.eds_modalWrapper .eds_styledRadio input[type=radio] + label::after {
  border: 2px solid #919191;
  background: transparent;
  width: 18px;
  height: 18px;
  top: 3px;
  left: 3px;
}
.eds_modalWrapper .eds_styledRadio input[type=radio] + label:hover::before {
  background: #60cb20 !important;
}
.eds_modalWrapper .eds_styledRadio input[type=radio] + label:hover::after {
  border-color: #60cb20 !important;
}
.eds_modalWrapper .eds_styledRadio input[type=radio]:checked + label::before {
  background: #189fd3;
}
.eds_modalWrapper .eds_styledRadio input[type=radio]:checked + label::after {
  border-color: #189fd3;
}
.eds_modalWrapper .eds_styledRadio input[type=radio]:disabled {
  pointer-events: none;
}
.eds_modalWrapper .eds_styledRadio input[type=radio]:disabled + label {
  opacity: 0.6;
  pointer-events: none;
}
.eds_modalWrapper .eds_styledRadio.eds_noLabel {
  overflow: hidden;
  width: 22px;
  height: 22px;
}
.eds_modalWrapper .eds_preview_cell_title_disabled {
  opacity: 0.6;
}
.eds_modalWrapper.eds_modalVisible {
  opacity: 1;
  visibility: visible;
}
.eds_modalWrapper.eds_modalVisible .eds_modalContent {
  display: block;
}
.eds_modalWrapper.eds_contactForm .eds_modalContent > h3::before {
  content: "\f0e0";
}
.eds_modalWrapper.eds_authorProfileFullInfo .eds_modalContent > h3::before {
  content: "\f022";
}
.eds_modalWrapper.eds_authorProfileFullInfo .eds_modalContent > div {
  color: #7b7b7b;
}
.eds_modalWrapper.eds_authorProfileFullInfo .eds_modalContent > div p {
  margin: 0;
  padding: 0;
  color: #7b7b7b;
}
.eds_modalWrapper.eds_authorProfileFullInfo .eds_modalContent > div p + p {
  margin-top: 15px;
}
.eds_modalWrapper.eds_themeSettings .eds_modalContent {
  width: 90%;
  max-width: 1200px;
}
.eds_modalWrapper.eds_themeSettings .eds_modalContent > h3::before {
  content: "\f085";
}
.eds_modalWrapper.eds_themeSettings .eds_modalContent .edNews_adminTheme {
  overflow: unset;
  padding: 0;
}
.eds_modalWrapper.eds_width70 .eds_modalContent {
  width: 70%;
  max-width: 70%;
}
.eds_modalWrapper .edn__contentLoading {
  height: 200px;
  text-align: center;
}
.eds_modalWrapper .edn__contentLoading > img {
  display: inline-block;
  margin: 40px auto;
}
.eds_modalWrapper .eds_animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.eds_modalWrapper .styleDisplayNone {
  display: none !important;
}
.eds_modalWrapper .loading {
  position: relative;
}
.eds_modalWrapper .loading::before, .eds_modalWrapper .loading::after {
  display: block;
  position: absolute;
  content: "";
  z-index: 999;
}
.eds_modalWrapper .loading::before {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.4);
}
.eds_modalWrapper .loading::after {
  content: "\f021";
  font: 900 3rem/1 "FontAwesome";
  color: #189fd3;
  -webkit-animation: spin 2s linear infinite;
          animation: spin 2s linear infinite;
  top: 50%;
  left: 50%;
  margin-top: -2rem;
  margin-left: -1rem;
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.eds_modalWrapper .eds_fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}

.edNews_adminInfo {
  display: inline-block;
  margin: 1rem;
  border-width: 1px;
  border-style: solid;
  border: solid 1px #ababab;
  border-radius: 3px;
  padding: 5px 10px;
  line-height: 0;
  background-color: #fff;
  font: normal normal 12px/1.1 "Arial";
}
.edNews_adminInfo label {
  font: inherit;
}
.edNews_adminInfo.edNews_info {
  border-color: #85bdf8;
  color: #85bdf8 !important;
}
.edNews_adminInfo.edNews_warning {
  border-color: #fa6900;
  color: #fa6900 !important;
}
.edNews_adminInfo.edNews_blockCenter {
  display: block;
  margin-left: 0;
  margin-right: 0;
}
.edNews_adminInfo .edNews_textCenter {
  text-align: center;
}
.edNews_adminInfo .edNews_inputGroup * {
  vertical-align: middle;
}
.edNews_adminInfo .edNews_inputGroup input[type=checkbox],
.edNews_adminInfo .edNews_inputGroup input[type=radio] {
  margin: 0;
}
.edNews_adminInfo .edNews_inputGroup input + label {
  margin: 0 0 0 7px;
}

.eds_modalContent ul {
  margin: 15px 0;
  padding: 0;
}
.eds_modalContent ul li {
  list-style-type: none;
  margin: 0 0 5px;
  padding: 0;
}
.eds_modalContent ul li label {
  font-weight: normal;
}
.eds_modalContent ul li label span {
  font-weight: bold;
}

body.eds__modalWindowOpened {
  height: 100vh;
  overflow-y: hidden;
}

.personalBarContainer ~ div .eds_modalWrapper {
  left: 80px;
}

.news .edn_userDashboard {
  margin-bottom: 2rem;
  font-size: 0;
  position: relative;
  border-radius: 7px !important;
  border: none !important;
  background: none !important;
  padding: 0 !important;
}
@media handheld, only screen and (max-width: 992px), only screen and (max-device-width: 992px) {
  .news .edn_userDashboard {
    margin-bottom: 1rem;
  }
}
.news .edn_userDashboard::before {
  display: block;
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 32px;
  background-color: #f7f7f7;
  border-radius: 7px;
}
@media handheld, only screen and (max-width: 992px), only screen and (max-device-width: 992px) {
  .news .edn_userDashboard::before {
    height: 100%;
  }
}
.news .edn_userDashboard > div,
.news .edn_userDashboard a {
  display: inline-block;
}
.news .edn_userDashboard a {
  position: relative;
  font: 12px/32px Arial !important;
  color: #9b9b9b !important;
  text-decoration: none !important;
  text-align: center !important;
  padding: 0 0.4rem !important;
  background: none !important;
  transition: all 400ms !important;
  height: 32px !important;
  background-color: #f7f7f7 !important;
  cursor: pointer;
  text-transform: none !important;
  border: none !important;
}
@media handheld, only screen and (max-width: 992px), only screen and (max-device-width: 992px) {
  .news .edn_userDashboard a {
    font-size: 0 !important;
    height: 40px !important;
  }
}
.news .edn_userDashboard a::before {
  display: inline-block;
  vertical-align: middle;
}
.news .edn_userDashboard a::before {
  font: 20px/0 "FontAwesome";
  transition: all 400ms;
  z-index: 1;
  color: #c9c9c9;
  padding-right: 0.2rem;
}
@media handheld, only screen and (max-width: 992px), only screen and (max-device-width: 992px) {
  .news .edn_userDashboard a::before {
    font-size: 24px;
    padding-right: 0;
    line-height: 40px;
  }
}
.news .edn_userDashboard a:hover {
  color: #5f5f5f !important;
  background-color: #edeef0 !important;
  text-decoration: none !important;
}
.news .edn_userDashboard a:hover::before {
  color: #5f5f5f;
}
.news .edn_userDashboard a:first-child {
  border-top-left-radius: 7px;
}
.news .edn_userDashboard a:first-child:hover {
  border-top-left-radius: 0;
}
.news .edn_userDashboard a:last-child {
  border-top-right-radius: 7px;
}
.news .edn_userDashboard a:last-child:hover {
  border-top-right-radius: 0;
}
.news .edn_userDashboard a.add_article::before {
  content: "\f055";
}
.news .edn_userDashboard a.article_manager::before {
  content: "\f15c";
}
.news .edn_userDashboard a.event_manager::before {
  content: "\f133";
}
.news .edn_userDashboard a.approve_articles::before {
  content: "\f046";
}
.news .edn_userDashboard a.approve_comments::before {
  content: "\f0e6";
}
.news .edn_userDashboard a.category_manager::before {
  content: "\f0ca";
}
.news .edn_userDashboard a.dashboard::before {
  content: "\f26c";
}
.news .edn_userDashboard a.settings::before {
  content: "\f013";
}
.news .edn_userDashboard a.author_profile::before {
  content: "\f2be";
}
.news .edn_userDashboard a.themeSettings::before {
  content: "\f1fc";
}
