﻿
   :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 */

/*!
 * Bootstrap v4.6.0 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role="button"] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h1, .h1 {
  font-size: 2.5rem;
}

h2, .h2 {
  font-size: 2rem;
}

h3, .h3 {
  font-size: 1.75rem;
}

h4, .h4 {
  font-size: 1.5rem;
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
  font-size: 80%;
  font-weight: 400;
}

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}

.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}

.blockquote-footer::before {
  content: "\2014\00A0";
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 90%;
  color: #6c757d;
}

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-wrap: break-word;
}

a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container, .container-sm, .container-md {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1140px;
  }
}

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

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

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

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.row-cols-1 > * {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.row-cols-2 > * {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.row-cols-3 > * {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.row-cols-4 > * {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.row-cols-5 > * {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}

.row-cols-6 > * {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  -ms-flex-order: -1;
  order: -1;
}

.order-last {
  -ms-flex-order: 13;
  order: 13;
}

.order-0 {
  -ms-flex-order: 0;
  order: 0;
}

.order-1 {
  -ms-flex-order: 1;
  order: 1;
}

.order-2 {
  -ms-flex-order: 2;
  order: 2;
}

.order-3 {
  -ms-flex-order: 3;
  order: 3;
}

.order-4 {
  -ms-flex-order: 4;
  order: 4;
}

.order-5 {
  -ms-flex-order: 5;
  order: 5;
}

.order-6 {
  -ms-flex-order: 6;
  order: 6;
}

.order-7 {
  -ms-flex-order: 7;
  order: 7;
}

.order-8 {
  -ms-flex-order: 8;
  order: 8;
}

.order-9 {
  -ms-flex-order: 9;
  order: 9;
}

.order-10 {
  -ms-flex-order: 10;
  order: 10;
}

.order-11 {
  -ms-flex-order: 11;
  order: 11;
}

.order-12 {
  -ms-flex-order: 12;
  order: 12;
}

.offset-1 {
  margin-left: 8.333333%;
}

.offset-2 {
  margin-left: 16.666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.333333%;
}

.offset-5 {
  margin-left: 41.666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.333333%;
}

.offset-8 {
  margin-left: 66.666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.333333%;
}

.offset-11 {
  margin-left: 91.666667%;
}

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-sm-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-sm-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-sm-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-sm-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-sm-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-sm-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-sm-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-sm-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-sm-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-sm-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-sm-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-sm-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-sm-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-sm-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-sm-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-md-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-md-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-md-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-md-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-md-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-md-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-md-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-md-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-md-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-md-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-md-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-md-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-md-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-md-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-md-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-lg-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-lg-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-lg-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-lg-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-lg-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-lg-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-lg-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-lg-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-lg-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-lg-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-lg-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-lg-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-lg-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-lg-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-lg-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-xl-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xl-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xl-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xl-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xl-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xl-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xl-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xl-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xl-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xl-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xl-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xl-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xl-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xl-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xl-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}

.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}

.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid #dee2e6;
}

.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
}

.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8daff;
}

.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #7abaff;
}

.table-hover .table-primary:hover {
  background-color: #9fcdff;
}

.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #9fcdff;
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d6d8db;
}

.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #b3b7bb;
}

.table-hover .table-secondary:hover {
  background-color: #c8cbcf;
}

.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #c8cbcf;
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb;
}

.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #8fd19e;
}

.table-hover .table-success:hover {
  background-color: #b1dfbb;
}

.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #b1dfbb;
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb;
}

.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #86cfda;
}

.table-hover .table-info:hover {
  background-color: #abdde5;
}

.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #abdde5;
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba;
}

.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #ffdf7e;
}

.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}

.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffe8a1;
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb;
}

.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #ed969e;
}

.table-hover .table-danger:hover {
  background-color: #f1b0b7;
}

.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f1b0b7;
}

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe;
}

.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #fbfcfc;
}

.table-hover .table-light:hover {
  background-color: #ececf6;
}

.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ececf6;
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca;
}

.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #95999c;
}

.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}

.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
}

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.table-dark {
  color: #fff;
  background-color: #343a40;
}

.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #454d55;
}

.table-dark.table-bordered {
  border: 0;
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}

.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}

@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}

@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}

@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.table-responsive > .table-bordered {
  border: 0;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.form-control::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

input[type="date"].form-control,
input[type="time"].form-control,
input[type="datetime-local"].form-control,
input[type="month"].form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

select.form-control[size], select.form-control[multiple] {
  height: auto;
}

textarea.form-control {
  height: auto;
}

.form-group {
  margin-bottom: 1rem;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.form-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

.form-row > .col,
.form-row > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}

.form-check-input[disabled] ~ .form-check-label,
.form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}

.form-check-label {
  margin-bottom: 0;
}

.form-check-inline {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}

.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem;
}

.form-row > .col > .valid-tooltip,
.form-row > [class*="col-"] > .valid-tooltip {
  left: 5px;
}

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #28a745;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #28a745;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat;
}

.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #28a745;
}

.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745;
}

.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #28a745;
}

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #34ce57;
  background-color: #34ce57;
}

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745;
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745;
}

.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}

.form-row > .col > .invalid-tooltip,
.form-row > [class*="col-"] > .invalid-tooltip {
  left: 5px;
}

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #dc3545;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat;
}

.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}

.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #dc3545;
}

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #e4606d;
  background-color: #e4606d;
}

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #dc3545;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545;
}

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.form-inline {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-align: center;
  align-items: center;
}

.form-inline .form-check {
  width: 100%;
}

@media (min-width: 576px) {
  .form-inline label {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group,
  .form-inline .custom-select {
    width: auto;
  }
  .form-inline .form-check {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}

.btn:hover {
  color: #212529;
  text-decoration: none;
}

.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.btn.disabled, .btn:disabled {
  opacity: 0.65;
}

.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}

.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}

.btn-secondary:focus, .btn-secondary.focus {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}

.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}

.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}

.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}

.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}

.btn-warning:focus, .btn-warning.focus {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}

.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}

.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}

.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}

.btn-light:focus, .btn-light.focus {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}

.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}

.btn-dark:focus, .btn-dark.focus {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}

.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-outline-primary {
  color: #007bff;
  border-color: #007bff;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #007bff;
  background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-success {
  color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}

.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active,
.show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}

.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active,
.show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}

.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active,
.show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}

.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active,
.show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}

.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active,
.show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-dark {
  color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}

.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active,
.show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #007bff;
  text-decoration: none;
}

.btn-link:hover {
  color: #0056b3;
  text-decoration: underline;
}

.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
}

.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 0.5rem;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

.fade {
  transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}

.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}

.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}

.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}

.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}

.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}

.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}

.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}

.dropleft .dropdown-toggle::after {
  display: none;
}

.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}

.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.dropdown-item:hover, .dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #e9ecef;
}

.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}

.dropdown-item.disabled, .dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: transparent;
}

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

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}

.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1;
}

.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

.btn-toolbar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}

.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}

.dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after {
  margin-left: 0;
}

.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-group-vertical {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: center;
  justify-content: center;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}

.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}

.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}

.btn-group-toggle > .btn input[type="radio"],
.btn-group-toggle > .btn input[type="checkbox"],
.btn-group-toggle > .btn-group > .btn input[type="radio"],
.btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
}

.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  margin-bottom: 0;
}

.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}

.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}

.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}

.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group > .custom-file {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.input-group > .custom-file:not(:last-child) .custom-file-label,
.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group:not(.has-validation) > .form-control:not(:last-child),
.input-group:not(.has-validation) > .custom-select:not(:last-child),
.input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group.has-validation > .form-control:nth-last-child(n + 3),
.input-group.has-validation > .custom-select:nth-last-child(n + 3),
.input-group.has-validation > .custom-file:nth-last-child(n + 3) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group-prepend,
.input-group-append {
  display: -ms-flexbox;
  display: flex;
}

.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}

.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
  z-index: 3;
}

.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}

.input-group-prepend {
  margin-right: -1px;
}

.input-group-append {
  margin-left: -1px;
}

.input-group-text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.input-group-text input[type="radio"],
.input-group-text input[type="checkbox"] {
  margin-top: 0;
}

.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.5em + 1rem + 2px);
}

.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 0.5rem + 2px);
}

.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.75rem;
}

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .btn,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .input-group-text,
.input-group.has-validation > .input-group-append:nth-last-child(n + 3) > .btn,
.input-group.has-validation > .input-group-append:nth-last-child(n + 3) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
}

.custom-control-inline {
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 1rem;
}

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0;
}

.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #007bff;
  background-color: #007bff;
}

.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #80bdff;
}

.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #b3d7ff;
  border-color: #b3d7ff;
}

.custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}

.custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}

.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #adb5bd solid 1px;
}

.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: 50% / 50% 50% no-repeat;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff;
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-switch {
  padding-left: 2.25rem;
}

.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}

.custom-switch .custom-control-label::after {
  top: calc(0.25rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: 0.5rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}

.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  -webkit-transform: translateX(0.75rem);
  transform: translateX(0.75rem);
}

.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.custom-select:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}

.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}

.custom-select::-ms-expand {
  display: none;
}

.custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0;
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0;
}

.custom-file-input:focus ~ .custom-file-label {
  border-color: #80bdff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-file-input[disabled] ~ .custom-file-label,
.custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}

.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}

.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 0.75rem);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 0.25rem 0.25rem 0;
}

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.custom-range:focus {
  outline: 0;
}

.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-range::-moz-focus-outer {
  border: 0;
}

.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}

.custom-range::-webkit-slider-thumb:active {
  background-color: #b3d7ff;
}

.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}

.custom-range::-moz-range-thumb:active {
  background-color: #b3d7ff;
}

.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -ms-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    -ms-transition: none;
    transition: none;
  }
}

.custom-range::-ms-thumb:active {
  background-color: #b3d7ff;
}

.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}

.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}

.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}

.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}

.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}

.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}

.custom-range:disabled::-moz-range-track {
  cursor: default;
}

.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .custom-control-label::before,
  .custom-file-label,
  .custom-select {
    transition: none;
  }
}

.nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}

.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}

.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}

.nav-tabs .nav-link {
  margin-bottom: -1px;
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}

.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  border-radius: 0.25rem;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff;
}

.nav-fill > .nav-link,
.nav-fill .nav-item {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified > .nav-link,
.nav-justified .nav-item {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center;
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.navbar {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}

.navbar .container,
.navbar .container-fluid, .navbar .container-sm, .navbar .container-md, .navbar .container-lg, .navbar .container-xl {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}

.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

.navbar-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-collapse {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-align: center;
  align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: 50% / 100% 100% no-repeat;
}

.navbar-nav-scroll {
  max-height: 75vh;
  overflow-y: auto;
}

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid, .navbar-expand-sm > .container-sm, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 576px) {
  .navbar-expand-sm {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid, .navbar-expand-sm > .container-sm, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-xl {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-sm .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid, .navbar-expand-md > .container-sm, .navbar-expand-md > .container-md, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  .navbar-expand-md {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid, .navbar-expand-md > .container-sm, .navbar-expand-md > .container-md, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-xl {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-md .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}

@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-xl {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}

@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid, .navbar-expand-xl > .container-sm, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1200px) {
  .navbar-expand-xl {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid, .navbar-expand-xl > .container-sm, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-xl {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}

.navbar-expand {
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid, .navbar-expand > .container-sm, .navbar-expand > .container-md, .navbar-expand > .container-lg, .navbar-expand > .container-xl {
  padding-right: 0;
  padding-left: 0;
}

.navbar-expand .navbar-nav {
  -ms-flex-direction: row;
  flex-direction: row;
}

.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid, .navbar-expand > .container-sm, .navbar-expand > .container-md, .navbar-expand > .container-lg, .navbar-expand > .container-xl {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}

.navbar-expand .navbar-collapse {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}

.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}

.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}

.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-text a {
  color: #fff;
}

.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #fff;
}

.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

.card > hr {
  margin-right: 0;
  margin-left: 0;
}

.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}

.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

.card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
}

.card-title {
  margin-bottom: 0.75rem;
}

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}

.card-link + .card-link {
  margin-left: 1.25rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
  border-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-top,
.card-img-bottom {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
}

.card-img,
.card-img-top {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-deck .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-deck {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

.card-group > .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .card-group > .card {
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-top,
  .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom,
  .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-top,
  .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom,
  .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

.card-columns .card {
  margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
  .card-columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

.accordion {
  overflow-anchor: none;
}

.accordion > .card {
  overflow: hidden;
}

.accordion > .card:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.accordion > .card:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.accordion > .card > .card-header {
  border-radius: 0;
  margin-bottom: -1px;
}

.breadcrumb {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}

.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}

.breadcrumb-item.active {
  color: #6c757d;
}

.pagination {
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6;
}

.page-link:hover {
  z-index: 2;
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .badge {
    transition: none;
  }
}

a.badge:hover, a.badge:focus {
  text-decoration: none;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

.badge-primary {
  color: #fff;
  background-color: #007bff;
}

a.badge-primary:hover, a.badge-primary:focus {
  color: #fff;
  background-color: #0062cc;
}

a.badge-primary:focus, a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.badge-secondary {
  color: #fff;
  background-color: #6c757d;
}

a.badge-secondary:hover, a.badge-secondary:focus {
  color: #fff;
  background-color: #545b62;
}

a.badge-secondary:focus, a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.badge-success {
  color: #fff;
  background-color: #28a745;
}

a.badge-success:hover, a.badge-success:focus {
  color: #fff;
  background-color: #1e7e34;
}

a.badge-success:focus, a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.badge-info {
  color: #fff;
  background-color: #17a2b8;
}

a.badge-info:hover, a.badge-info:focus {
  color: #fff;
  background-color: #117a8b;
}

a.badge-info:focus, a.badge-info.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.badge-warning {
  color: #212529;
  background-color: #ffc107;
}

a.badge-warning:hover, a.badge-warning:focus {
  color: #212529;
  background-color: #d39e00;
}

a.badge-warning:focus, a.badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.badge-danger {
  color: #fff;
  background-color: #dc3545;
}

a.badge-danger:hover, a.badge-danger:focus {
  color: #fff;
  background-color: #bd2130;
}

a.badge-danger:focus, a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}

a.badge-light:hover, a.badge-light:focus {
  color: #212529;
  background-color: #dae0e5;
}

a.badge-light:focus, a.badge-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.badge-dark {
  color: #fff;
  background-color: #343a40;
}

a.badge-dark:hover, a.badge-dark:focus {
  color: #fff;
  background-color: #1d2124;
}

a.badge-dark:focus, a.badge-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}

@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 4rem;
}

.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}

.alert-primary hr {
  border-top-color: #9fcdff;
}

.alert-primary .alert-link {
  color: #002752;
}

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}

.alert-secondary hr {
  border-top-color: #c8cbcf;
}

.alert-secondary .alert-link {
  color: #202326;
}

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

.alert-success hr {
  border-top-color: #b1dfbb;
}

.alert-success .alert-link {
  color: #0b2e13;
}

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}

.alert-info hr {
  border-top-color: #abdde5;
}

.alert-info .alert-link {
  color: #062c33;
}

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}

.alert-warning hr {
  border-top-color: #ffe8a1;
}

.alert-warning .alert-link {
  color: #533f03;
}

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

.alert-danger hr {
  border-top-color: #f1b0b7;
}

.alert-danger .alert-link {
  color: #491217;
}

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}

.alert-light hr {
  border-top-color: #ececf6;
}

.alert-light .alert-link {
  color: #686868;
}

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}

.alert-dark hr {
  border-top-color: #b9bbbe;
}

.alert-dark .alert-link {
  color: #040505;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}

.progress {
  display: -ms-flexbox;
  display: flex;
  height: 1rem;
  overflow: hidden;
  line-height: 0;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.progress-bar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  transition: width 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

.progress-bar-animated {
  -webkit-animation: 1s linear infinite progress-bar-stripes;
  animation: 1s linear infinite progress-bar-stripes;
}

@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    -webkit-animation: none;
    animation: none;
  }
}

.media {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
}

.media-body {
  -ms-flex: 1;
  flex: 1;
}

.list-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.25rem;
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}

.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}

.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}

.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}

.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}

.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.list-group-item + .list-group-item {
  border-top-width: 0;
}

.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}

.list-group-horizontal {
  -ms-flex-direction: row;
  flex-direction: row;
}

.list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}

.list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}

.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}

.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}

.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 768px) {
  .list-group-horizontal-md {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 992px) {
  .list-group-horizontal-lg {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

.list-group-flush {
  border-radius: 0;
}

.list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}

.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

.list-group-item-primary {
  color: #004085;
  background-color: #b8daff;
}

.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #004085;
  background-color: #9fcdff;
}

.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #004085;
  border-color: #004085;
}

.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db;
}

.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #383d41;
  background-color: #c8cbcf;
}

.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #383d41;
  border-color: #383d41;
}

.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb;
}

.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #155724;
  background-color: #b1dfbb;
}

.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #155724;
  border-color: #155724;
}

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}

.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #0c5460;
  background-color: #abdde5;
}

.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}

.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}

.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #856404;
  background-color: #ffe8a1;
}

.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404;
}

.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb;
}

.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #721c24;
  background-color: #f1b0b7;
}

.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24;
}

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}

.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #818182;
  background-color: #ececf6;
}

.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}

.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #1b1e21;
  background-color: #b9bbbe;
}

.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}

.close:hover {
  color: #000;
  text-decoration: none;
}

.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  opacity: .75;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
}

a.close.disabled {
  pointer-events: none;
}

.toast {
  -ms-flex-preferred-size: 350px;
  flex-basis: 350px;
  max-width: 350px;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  opacity: 0;
  border-radius: 0.25rem;
}

.toast:not(:last-child) {
  margin-bottom: 0.75rem;
}

.toast.showing {
  opacity: 1;
}

.toast.show {
  display: block;
  opacity: 1;
}

.toast.hide {
  display: none;
}

.toast-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.toast-body {
  padding: 0.75rem;
}

.modal-open {
  overflow: hidden;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}

.modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}

.modal.modal-static .modal-dialog {
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  display: -ms-flexbox;
  display: flex;
  max-height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}

.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - 1rem);
}

.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  content: "";
}

.modal-dialog-centered.modal-dialog-scrollable {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}

.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

.modal-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}

.modal-footer > * {
  margin: 0.25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
  }
  .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}

@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}

.tooltip.show {
  opacity: 0.9;
}

.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}

.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0;
}

.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
  bottom: 0;
}

.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem;
}

.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0;
}

.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
  top: 0;
}

.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem;
}

.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}

.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}

.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem;
}

.bs-popover-top > .arrow, .bs-popover-auto[x-placement^="top"] > .arrow {
  bottom: calc(-0.5rem - 1px);
}

.bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^="top"] > .arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^="top"] > .arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}

.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem;
}

.bs-popover-right > .arrow, .bs-popover-auto[x-placement^="right"] > .arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^="right"] > .arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^="right"] > .arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}

.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem;
}

.bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^="bottom"] > .arrow {
  top: calc(-0.5rem - 1px);
}

.bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^="bottom"] > .arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^="bottom"] > .arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}

.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}

.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem;
}

.bs-popover-left > .arrow, .bs-popover-auto[x-placement^="left"] > .arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^="left"] > .arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^="left"] > .arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529;
}

.carousel {
  position: relative;
}

.carousel.pointer-event {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  -webkit-transform: none;
  transform: none;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-right {
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
  .carousel-control-next {
    transition: none;
  }
}

.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: 50% / 100% 100% no-repeat;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

.carousel-indicators li {
  box-sizing: content-box;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: .5;
  transition: opacity 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    transition: none;
  }
}

.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

@-webkit-keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: .75s linear infinite spinner-border;
  animation: .75s linear infinite spinner-border;
}

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

@-webkit-keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: .75s linear infinite spinner-grow;
  animation: .75s linear infinite spinner-grow;
}

.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

@media (prefers-reduced-motion: reduce) {
  .spinner-border,
  .spinner-grow {
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
  }
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.bg-primary {
  background-color: #007bff !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0062cc !important;
}

.bg-secondary {
  background-color: #6c757d !important;
}

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important;
}

.bg-success {
  background-color: #28a745 !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important;
}

.bg-info {
  background-color: #17a2b8 !important;
}

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important;
}

.bg-warning {
  background-color: #ffc107 !important;
}

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important;
}

.bg-danger {
  background-color: #dc3545 !important;
}

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important;
}

.bg-dark {
  background-color: #343a40 !important;
}

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.border {
  border: 1px solid #dee2e6 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-right {
  border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
  border-left: 1px solid #dee2e6 !important;
}

.border-0 {
  border: 0 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #007bff !important;
}

.border-secondary {
  border-color: #6c757d !important;
}

.border-success {
  border-color: #28a745 !important;
}

.border-info {
  border-color: #17a2b8 !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.border-danger {
  border-color: #dc3545 !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #343a40 !important;
}

.border-white {
  border-color: #fff !important;
}

.rounded-sm {
  border-radius: 0.2rem !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-lg {
  border-radius: 0.3rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: 50rem !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive::before {
  display: block;
  content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.857143%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.flex-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important;
}

.flex-grow-1 {
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}

.justify-content-start {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.justify-content-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

.align-items-start {
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

.align-items-end {
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}

.align-items-baseline {
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}

.align-items-stretch {
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-sm-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .flex-md-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-md-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-md-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-md-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-lg-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xl-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}

@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}

@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}

@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}

.user-select-all {
  -webkit-user-select: all !important;
  -moz-user-select: all !important;
  user-select: all !important;
}

.user-select-auto {
  -webkit-user-select: auto !important;
  -moz-user-select: auto !important;
  -ms-user-select: auto !important;
  user-select: auto !important;
}

.user-select-none {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.vw-100 {
  width: 100vw !important;
}

.vh-100 {
  height: 100vh !important;
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

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

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

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

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

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

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

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

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

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

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

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

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

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

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

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

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

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

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

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

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

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

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

.text-justify {
  text-align: justify !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

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

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-lighter {
  font-weight: lighter !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-weight-bolder {
  font-weight: bolder !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #007bff !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: #0056b3 !important;
}

.text-secondary {
  color: #6c757d !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: #494f54 !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:hover, a.text-success:focus {
  color: #19692c !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:hover, a.text-info:focus {
  color: #0f6674 !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: #ba8b00 !important;
}

.text-danger {
  color: #dc3545 !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: #a71d2a !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:hover, a.text-light:focus {
  color: #cbd3da !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: #121416 !important;
}

.text-body {
  color: #212529 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-break {
  word-break: break-word !important;
  word-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }
  .container {
    min-width: 992px !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: #dee2e6;
  }
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}
/*# sourceMappingURL=bootstrap.css.map */

/* ===================================================
GCA Responsive
http://www.golfcoursearchitecture.net
Author: Chris Jackson (chris.jackson@tudor-rose.co.uk
=================================================== */

@-ms-viewport {
    width: device-width;
}
em
{
  font-style: italic;
}

i
{
  font-style: italic;
}

.bb .card .card-header.card-header-image {
  position: relative;
  padding: 0;
  z-index: 1;
  flex: 1;
}

.bb .card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.bb .card .card-header {
  border-radius: 3px;
  padding: 1rem 15px;
  border: 0;
}

.bb .card-profile .card-header-image {
  max-height: none;
}

.bb .card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  padding: 20px;
  min-height: 185px;
}

.bb .card {
  border: 0;
  margin-bottom: 0rem;
  margin-top: 0px;
  color: rgba(0, 0, 0, 0.87);
  background: #fff;
  width: 100%;
}


.bb .card-profile, .bb .card-testimonial {
  margin-top: 0px;
  text-align: center;
}

.bb .card {
  background: none;
}

.eds_news_Advantage .card
{
	box-shadow: none;
	
	
}
.eds_news_Advantage .card .card-header {background:none!important;}

.eds_news_Advantage .card .card-header.card-header-image img {
  width: 100%;
  border-radius: 0px!important;
  pointer-events: none;
  box-shadow: none!important;
}
.eds_news_Advantage .card {box-shadow:none;}
.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: none!important;
}



@media (max-width: 37.4375rem){.heading-l{font-size: 1.4rem;line-height: 1.16;margin-bottom: 0px;}}
@media (min-width: 37.5rem) and (max-width: 56.1875rem){.heading-l{font-size: 1.125rem;line-height: 1.15}}
@media (min-width: 56.25rem) and (max-width: 79.9375rem){.heading-l{font-size: 1.5rem;line-height: 1.15}}
@media (min-width: 80rem){.heading-l{font-size:1.5rem;line-height: 1.1}}

@media (max-width: 37.4375rem){.heading-m{font-size: 1.4rem;line-height: 1.16;margin-bottom: 0px;}}
@media (min-width: 37.5rem) and (max-width: 56.1875rem){.heading-m{font-size: 1.15rem;line-height: 1.15;margin-bottom: 2px;}}
@media (min-width: 56.25rem) and (max-width: 79.9375rem){.heading-m{font-size: 1.15rem;line-height: 1.15;margin-bottom: 2px;}}
@media (min-width: 80rem){.heading-m{font-size:1.16rem;margin-bottom: 6px;}}

@media (max-width: 37.4375rem){.heading-s{font-size: 1.4rem;line-height: 1.16;margin-bottom: 0px;}}
@media (min-width: 37.5rem) and (max-width: 56.1875rem){.heading-s{font-size: 1.125rem;line-height: 1.14}}
@media (min-width: 56.25rem) and (max-width: 79.9375rem){.heading-s{font-size:1.125rem;line-height:1.25}}
@media (min-width: 80rem){.heading-s{font-size:1.125rem}}

@media (max-width: 37.4375rem){.summary-l p{font-size: 1.2rem;
line-height: 1.16;
margin-bottom: 10px;}}
@media (min-width: 37.5rem) and (max-width: 56.1875rem){.summary-l p{font-size: 1.25rem;line-height: 1.16;}}
@media (min-width: 56.25rem) and (max-width: 79.9375rem){.summary-l p{line-height: 1.5rem;
max-width: 48rem;
width: 100%;
font-size: 1rem;
margin: 0 0 0.75rem 0;
letter-spacing: 0em;
font-weight: 400;}}
@media (min-width: 80rem){.summary-l p{line-height: 1.5rem;
max-width: 48rem;
width: 100%;
font-size: 1.16rem;
margin: 0 0 0.75rem 0;
letter-spacing: 0em;
font-weight:400}}

.logoContainer {
  position: relative;
  width: 22%;
}
.logoContainer-new {
  position: relative;
  width: 22%;
}


.eds_news_Advantage .story-headline { font-family: "minion-pro";font-size: 2.2em;
  line-height: 1.15em;}

.eds_news_Advantage h1{font-size: 3.3125rem;
  line-height: 1.15em;}


.svg-logo {display:flex;align-items: center;}


.font-bold {
  font-weight: 700;
}
.font-serif {
  font-family: "minion-pro";
}
.text-black {
  color: #000000;
}


.tr-button-1-wrapper {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
  padding: 0;
  margin: 0px 8px 0px 0px;
    margin-top: 0px;
  display: inline-flex;
  align-items: flex-end;
  height: 100%;
  border: 0;
}
.tr-button-1-wrapper a.tr-button-1:focus, .tr-button-1-wrapper a.tr-button-1:hover {
  outline: none;
  text-decoration: none;
  color: #fff !important;
  background-color: #00752f;
  box-shadow: 0 .125rem .25rem 0 rgba(0,0,0,.13),0 0 .0625rem 0 rgba(0,0,0,.11);
}

.tr-button-1-wrapper a.tr-button-1 {
  background-color: #00752f;
  border: .125rem solid transparent;
    color: #fff !important;
  display: inline;
  font-weight: 500;
  hyphens: auto;
  padding-right: 4px;
  overflow-wrap: break-word;
  text-align: center;
  user-select: none;
  font-family: "Montserrat", sans-serif;
  text-decoration: none;
  padding: .625rem .75rem;
  font-size: 1rem;
  line-height: 1;
  cursor: pointer;
  border-radius: .125rem;
  margin-right: 1rem;
}

@media (max-width: 37.4375rem){.menuLogo {width: 100%}.menuLogo svg {width: 200px;
height: 38px;
display: none;
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 {display: none;width: 300px;height: 56px;margin-bottom: 0px;}}
@media (min-width: 56.25rem) and (max-width: 79.9375rem){.menuLogo {width: 100%}.menuLogo svg {display: none;width: 300px;height: 56px;margin-bottom: 0px;}}
@media (min-width: 80rem){.menuLogo {width: 100%}.menuLogo svg {width: 390px;height: 73px;margin-bottom: 00px;}}

.main-article .in_article_image p {font-size: 0.9rem;
  line-height: 1.2857142857142858;
  color: #000000;
  margin-top: 0.5rem;
  display: flex;
  margin-bottom: 0rem;
  width:auto!important;
 font-family: "minion-pro";font-style: italic;}



/*------------------------------------------------*/
/* LOGIN */
/*------------------------------------------------*/
/*#login {
    float: right;
}*/

.ms-md-auto {
    margin-left: auto !important;
}

.header-social-icons ul {
    list-style: none
}

.navbar ul {
    margin: 0px
}

.navbar-nav li a {
    padding: 0px;
    color: #ffffff;
    text-transform: uppercase;
    text-decoration: none
}
.navbar-nav > li > a {
	position: relative;
	display: block;
	padding: 10px 15px;
}
.navbar-nav .nav-link {
	padding-right:15px;
	padding-left:15px;
}
.navbar-light .navbar-nav .nav-link {
    color: #ffffff
}

.navbar-nav li {
    padding-right: 5px
}
li.dropdown {
    padding-right:0px
}

.dropdown-menu ul {
    padding: 10px
}

.dropdown-menu {
    background-color: green;
}

    .dropdown-menu li {
        padding: 8px 15px
    }

.navbar-nav li:hover {
    background-color: #6dba54
}

.navbar-nav2 li a {
  fill: #ffffff;
}

.navbar-nav2 li a:hover {
  fill: #6dba54;
}

.dropdown-menu li a {
    padding: 0px;
    color: #ffffff;
    text-transform: capitalize;
    text-decoration: none;
}

.dropdown-menu {
    top: 40px;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 0;
    margin: 2px 0 0;
    margin-top: 2px;
    list-style: none;
    font-size: 16px;
    background-color: #00752f;
    border: 1px solid #222;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
}

    .dropdown-menu > li > a:hover,
    .dropdown-menu > li > a:focus {
        text-decoration: none;
        color: #FFF;
        background-color: #6dba54;
    }

    .dropdown-menu > .active,
    .dropdown-menu > .active > a:hover,
    .dropdown-menu > .active > a:focus {
        color: #ffffff;
        text-decoration: none;
        outline: 0;
        background-color: #6dba54;
    }

.navbar.bg-dark {
    background-color: #00752f !important;
}

.socialicons-new ul {
    list-style: none
}
.navbar-dark .navbar-nav .nav-link {
	color: #fff;
}




.video-container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    margin: 20px 0px !important;
}

.video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.industryfocus {
    color: #000;
    font-family: "minion-pro";
    font-size: 1.35em;
    font-weight: 400;
    line-height: 1.4em;
    letter-spacing: 0.5px;
}

    .industryfocus ul {
        list-style: disc outside !important;
    }

    .industryfocus li {
        color: #000;
        font-family: "minion-pro";
        font-size: 1em !important;
        font-weight: 400;
        line-height: 1.4em;
        letter-spacing: 0.5px;
    }

.payment-validation {
    background-color: pink;
    padding: 5px;
    margin-top: 15px;
    float: left;
}

.partner {
    position: relative
}

.partnerlogos {
  float: left;
  width: 40%;
  padding: 20px;
}
.partnerlogos img {
  width: 90%;
}


.partnertitles {
    float: left;
    margin-top: 30px;
}

.position {
    position: relative;
    text-align: center;
    color: white;
}

.photo {
    position: relative;
}

.photoCaption {
    position: absolute;
    bottom: 0px;
    right: 0px;
    background-color: #2f2f2f;
    padding: 5px 8px;
    font-family: arial;
    font-size: 0.6em;
    font-weight: 400;
    opacity: 0.6;
    text-transform: uppercase;
    color: #fff
}

.photoCaption-small {
    position: absolute;
    bottom: 0px;
    right: 0px;
    background-color: #2f2f2f;
    padding: 5px 8px;
    font-family: arial;
    font-size: 0.5em;
    font-weight: 400;
    opacity: 0.6;
    text-transform: uppercase;
    color: #fff
}


#mc_embed_signup {
    margin-top: 30px;
}

    #mc_embed_signup .mc-field-group.input-group label {
        font-family: "proxima-nova",arial;
        font-size: 14px;
        margin-left: 8px;
        font-weight: normal;
    }

    #mc_embed_signup p {
        color: #000;
        font-family: "minion-pro";
        font-size: 1.15em;
        font-weight: 400;
        line-height: 1.4em;
        margin: 0 0 1em;
        padding: 0;
        letter-spacing: 0.5px;
    }

    #mc_embed_signup .button {
        clear: both;
        background-color: #00752f !important;
        border: 0 none;
        border-radius: 4px;
        transition: all 0.23s ease-in-out 0s;
        color: #FFFFFF;
        cursor: pointer;
        display: inline-block;
        font-size: 15px;
        font-weight: normal;
        height: 32px;
        line-height: 32px;
        margin: 0 5px 10px 0;
        padding: 0 22px;
        text-align: center;
        text-decoration: none;
        vertical-align: top;
        white-space: nowrap;
        width: auto;
        text-transform: uppercase
    }

        #mc_embed_signup .button:hover {
            background-color: #6dba54 !important;
        }

.summary .newsletter-signup p {
    font-size: 1.1em;
}

.summary .newsletter-signup .smallprint {
    font-size: 0.9em;
}

#dnn874JobTitle {
    color: #999
}

.form-control {
    color: #000 !important;
	font-family: "myriad-pro-condensed";
  display: inline;
  letter-spacing: 0.5px;
}

.socialicons, .socialicons-content {
    display: none;
}

.search input:hover {
    background-color: #b8e4f9 !important
}

.search-icon-nav {
    float: right;
    display: block;
    padding: 8px 0 0 8px
}

.bstrap3-material .form-control {
    background-color: #fff !important;
    padding: 0 5px !important
}

.newsletter-sign-up .email {
    border: 1px solid #ccc !important;
    box-shadow: none !important
}

.leaderboard {
    display: block;
    text-align: center;
}

#dnn_ctr844_ViewEasyDNNNewsSearch_upSearch {
    margin-bottom: 20px;
}

#gcatopsection {
    display: block
}

#logosection {
    padding: 10px 0px
}

#header-top {
    margin-top: 25px;
}

#dnn_ctr534_Management_cbMSPartner {
    display: none !important
}

#securetrading-subs {
    display: block
}

    #securetrading-subs tr {
        width: 100%
    }

#dnn_dnnUser_messageGroup {
    display: none !important
}

#dnn_NewsPane h2 {
    margin-top: 0px
}

#login .registerGroup,
#login .registerGroup *,
#login .loginGroup,
#login .loginGroup * {
    display: block;
}

#login .registerGroup,
#login .loginGroup {
    float: right;
    padding: 0;
    margin: 0;
}

    #login .registerGroup li:first-child:hover {
        border-left: #222;
    }

    /* Register Group Styles */
    #login .registerGroup li {
        float: left;
    }

    #login .registerGroup .buttonGroup {
        margin-right: 0;
        padding: 0;
        margin: 0;
    }

    #login .registerGroup a,
    #login .loginGroup a {
        display: block;
        position: relative;
        min-width: 12px;
        padding: 15px 15px;
        color: #fff;
        font-size: 11px;
        vertical-align: middle;
    }

        #login .registerGroup a:hover,
        #login .loginGroup a:hover {
        }

        #login .registerGroup a:active,
        #login .loginGroup a:active {
            color: #fff;
        }

        #login .registerGroup a:hover,
        #login .loginGroup a:hover {
            text-decoration: none;
            background-color: #00adf2;
        }

        #login .registerGroup a strong,
        #login .loginGroup a strong {
            display: block;
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            overflow: hidden;
            font-size: 11px;
            text-indent: -9999px;
        }

#login .userMessages a,
#login .userNotifications a {
}


#login {
    display: block;
}

    #login .userMessages strong {
        height: 100%;
        background: url("/Portals/_default/skins/gca-bs4/images/icon_message.png") no-repeat center center;
    }

    #login .userNotifications {
        border-right: 1px solid #CCC;
    }

        #login .userNotifications strong {
            height: 100%;
            background: url("/Portals/_default/skins/gca-bs4/images/icon_notification.png") no-repeat center center;
        }

.body-text {
    color: #000;
    font-family: "minion-pro";
    font-size: 1.35em;
    font-weight: 400;
    letter-spacing: 0.5px;
    line-height: 1.4em;
    margin: 0 0 1em;
    padding: 0;
}

#home-page ul {
}

.magazineul li {
    color: #000;
    font-family: "minion-pro";
    font-size: 1.35em;
    font-weight: 400;
    letter-spacing: 0.5px;
    line-height: 1.4em;
    margin: 0 0 1em;
    padding: 0;
}

p.body-text a:link {
    color: #2281c0 !important;
}

p.body-text a:visited {
    color: #2281c0 !important;
}

.magazineul a:link {
    color: #2281c0 !important;
}

.magazineul a:visited {
    color: #00aeef !important;
}

.image-copyright {
    background: rgba(0,0,0,0.6);
    bottom: 0;
    color: #ececec;
    letter-spacing: .25px;
    padding: 3px 8px 1px;
    position: absolute;
    right: 0;
}

.header-section {
    border-bottom: 1px solid #ccc;
    display: block;
    float: left;
    margin-bottom: 25px;
    padding-bottom: 25px;
    width: 100%;
}

.white-background {
    background-color: #fff;
    margin-top: 25px;
}


.gcamagazine h1 {
    margin: 0px !important
}

.gcamagazine h2 {
    margin: 0px !important
}

.gcamagazine .strapline {
    color: #2b2828;
    display: block;
    font-family: "open-sans",arial;
    font-size: 22px;
    font-weight: 300;
    margin: 10px 0 0;
}

.gcamagazine {
    background-color: #fff;
    margin-bottom: 25px;
    padding: 25px;
    margin-top: 25px;
}

.gcamagazine-note {
    background-color: #fff;
    padding: 25px
}

.magazinelarge {
    float: right;
}

.gcamagazine-note p {
    clear: none !important
}

.gcamagazine p {
    clear: none !important
}

.summary-white {
    padding: 10px;
    background-color: #fff;
    min-height: 160px;
}

    .summary-white p {
        color: #777 !important;
        padding: 0 !important
    }

.mag-header__covers {
    overflow: hidden;
    padding: 0;
    position: relative;
    text-align: right;
}

.mag-header__covers__front mag-header__covers__front--tablet {
    width: 40%
}

.mag-image img {
}

.btn-single--light, a.btn-single--light {
    border: 1px solid #00752f;
    color: #fff !important;
    display: inline-block;
    padding: 5px;
}

.mag-image {
    float: left
}

.mag-text {
    float: left;
    margin-left: 10px;
    font-family: "open-sans",arial;
    font-size: 15px;
    clear: both
}

.mag-button {
    float: left;
    font-family: "open-sans",arial;
    font-size: 12px;
    margin: 10px 0 0 10px;
    background-color: #00752f;
    color: #fff;
    clear: both
}

    .mag-button:hover a {
        background-color: #6dba54;
        color: #fff;
        text-decoration: none;
    }

.mag-button-v2 {
    float: left;
    font-family: "open-sans",arial;
    font-size: 12px;
    margin: 10px 0 0 0;
    background-color: #00752f;
    color: #fff;
    clear: both
}

    .mag-button-v2:hover a {
        background-color: #6dba54;
        color: #fff;
        text-decoration: none;
    }

.gca-button {
    clear: both;
    color: #fff;
    display: block;
    margin-top: 25px;
    position: relative;
    text-align: center;
}


    .gca-button a {
        color: #fff !important;
        background-color: #00752f;
        color: #fff;
        font-family: "open-sans",arial;
        font-size: 12px;
        text-align: center;
        width: 100%;
        margin-top: 25px;
        padding: 10px;
    }

.mag-button-new:hover a {
    background-color: #6dba54;
    color: #000;
    text-decoration: none;
}

.a-header__tag {
    font-family: "open-sans",arial;
    font-size: 14px;
}

.section-header {
    font-family: "minion-pro",arial !important;
    margin: 0px;
    padding: 0px;
    font-size: 3.5em;
}

.a-header__intro {
    border-bottom: 1px solid #777 !important;
    font-family: "minion-pro",arial !important;
    font-size: 1.6em !important;
    margin: 0 0 20px !important;
    padding: 0 0 20px !important;
}

.mag-header__covers .btn-single {
    margin-left: 75px;
    padding: 7px 10px;
}

.mag-header__covers .btn-single {
    box-sizing: border-box;
    margin-left: 0;
    text-align: center;
    width: 100px;
}

.maincontent-into {
    background-color: #fff;
    display: block;
    margin-top: 20px;
    position: relative;
}

    .maincontent-into h2 {
        font-family: "myriad-pro-condensed";
        font-size: 2em;
        letter-spacing: 0.5px;
    }

.photoname {
    background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
    bottom: 0;
    color: #ececec;
    letter-spacing: 0.25px;
    padding: 3px 8px 1px;
    position: absolute;
    right: 0;
}

.banners {
    margin-bottom: 25px;
}

#login .registerGroup a span {
    display: inline-block;
    position: absolute;
    right: 2px;
    top: -9px;
    min-width: 7px;
    margin-right: 3px;
    background: rgb(59,150,182); /* Old browsers */
    text-align: center;
    font-size: 11px;
    color: #fff;
    text-shadow: 0px 1px 0px #333333;
}

#login .registerGroup .userProfileImg a {
    min-width: 25px;
    min-height: 32px;
    padding: 0;
    background: none;
}

#login .registerGroup a img {
    height: 44px;
    width: 44px;
    background: #333;
}

/* Login Group Styles */
#login .loginGroup {
}

    #login .loginGroup a {
    }

#dnn_dnnUser_notificationGroup {
    display: none !important
}

/* Number of message next to the message icon*/
#login .userMessages a span,
#login .userNotifications a span {
    display: inline-block;
    margin-top: 9px;
    margin-right: 0px;
    background-color: transparent;
    font-size: 10px;
}

#dnn_UserPane h2 {
    margin: 0px;
    padding: 0px
}

#dnn_UserPane .ProfilePhoto {
    margin-top: 25px;
    margin-bottom: 25px;
}

#UserProfileImg {
    text-align: center
}

#dnn_UserPane ul {
    margin: 0px;
    padding: 0px;
}

#dnn_UserPane li {
    list-style-type: none;
}

.UserProfileControls {
    text-align: center
}

    .UserProfileControls li a {
        background-color: -moz-linear-gradient(center top, #f5f5f5 0%, #dfdfdf 100%) repeat scroll 0 0 rgba(0, 0, 0, 0)
    }

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block;
}

.section-back {
    background-color: #fff
}

.container-leaderboard {
    background-color: #fff;
    margin-top: 10px;
}

.container-topics {
    background-color: #fff;
    margin-top: 10px;
}

.section {
    clear: both;
    margin-bottom: 35px;
}

footer {
    clear: both;
}

#footer {
    clear: both;
}

#main-wrapper {
    clear: both;
    height: 2700px
}

audio, canvas, video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

    audio:not([controls]) {
        display: none;
    }

[hidden] {
    display: none;
}

html {
    font-size: 100%;
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    margin: 0;
    font-size: 13px;
    line-height: 1.231;
}

body, button, input, select, textarea {
    font-family: "proxima-nova",arial;
    color: #2B2828;
    text-rendering: optimizelegibility;
}

A:link {
    outline: none;
}

::-moz-selection {
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #fe57a1;
    color: #fff;
    text-shadow: none;
}

a {
    color: #000;
}

    a:visited {
        color: #000000;
    }

    a:hover {
        color: #000000;
    }

    a:focus {
        outline: thin dotted;
    }

    a:hover, a:active {
        outline: 0;
    }

abbr[title] {
    border-bottom: 1px dotted;
}

b, strong {
    font-weight: bold;
}

blockquote {
    margin: 1em 40px;
}

dfn {
    font-style: italic;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

ins {
    color: #000;
    text-decoration: none;
}

mark {
    background: #ff0;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

pre, code, kbd, samp {
    font-family: monospace, monospace;
    _font-family: 'courier new', monospace;
    font-size: 1em;
}

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

q {
    quotes: none;
}

    q:before, q:after {
        content: "";
        content: none;
    }

}

small {
    font-size: 85%;
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

ul, ol {
    margin: 1em 0;
    padding: 0 0 0 40px;
}

dd {
    margin: 0 0 0 40px;
}

a img {
    border: medium none;
}

img {
    border: 0 none;
    -ms-interpolation-mode: bicubic;
    vertical-align: middle;
    height: auto;
    max-width: 100%;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 0;
}

form {
    margin: 0;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

label {
    cursor: pointer;
}

legend {
    border: 0;
    *margin-left: -7px;
    padding: 0;
}

button, input, select, textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    *vertical-align: middle;
}

button, input {
    line-height: normal;
    *overflow: visible;
}

table button, table input {
    *overflow: auto;
}

button, input[type="button"], input[type="reset"], input[type="submit"] {
    cursor: pointer;
    -webkit-appearance: button;
}

input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

    input[type="search"]::-webkit-search-decoration {
        -webkit-appearance: none;
    }

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
    vertical-align: top;
    resize: vertical;
}

    input:valid, textarea:valid {
    }

    input:invalid, textarea:invalid {
        background-color: #f0dddd;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td {
    vertical-align: top;
}

#dnn_ctr_SendPassword_lblHelp {
    display: none;
}

.footerlogo {
    width: 100%;
}

.sidebar_box img {
    background: none repeat scroll 0 0 #fff;
    float: left;
    margin-right: 10px;
    padding: 0;
    width: 45%;
}

#dnn_TitlePane {
    margin-top: 25px;
}

#header {
    background: none repeat scroll 0 0 #fff;
    margin: 25px 0px 25px 0px;
}

#home-page {
    margin: 0 auto;
    background: #f3f3ee none no-repeat scroll 0 0 / 100% auto
}

#article-page {
    margin: 0 auto;
    background: #ffffff none no-repeat scroll 0 0 / 100% auto
}

#header {
    background: none repeat scroll 0 0 #fff;
}

#mainnav {
    color: #999999;
    padding: 0;
    position: relative;
    z-index: 999;
}

#footer {
    background: none repeat scroll 0 0 #007f25 !important;
    color: #999999;
    padding: 25px 0 25px 0;
    text-align: left;
}


#highlight {
    background: none repeat scroll 0 0 #000 !important;
    color: #999999;
    padding: 25px 0 25px 0;
    text-align: left;
}


#footer-lower {
    background: none repeat scroll 0 0 #222;
    color: #999999;
    padding: 15px 0 15px 0;
}

#header-main .header-wrap > div {
}

#header-main .inner {
    display: table;
    height: 100%;
    position: relative;
}

    #header-main .inner > * {
        display: table-cell;
        vertical-align: middle;
    }

#logo img {
    max-width: 100%;
    height: auto !important;
}

.white-back {
    background-color: #fff
}

#latestnews {
    background-color: #fff
}

#features {
}

#hot {
    background-color: #fff
}

#magazine {
    background-color: #fff
}

#content a:link {
    color: #00752f
}

#content a:visited {
    color: #00752f
}

.main-article a:link {
    color: #00aeef;
    text-decoration: none;
    transition: all 0.25s ease 0s;
    font-weight: normal;
}

.main-article a:visited {
    color: #00aeef;
}

.main-article a:hover {
    color: #0076a3;
    text-decoration: underline;
}


.article-content {
    background-color: #fff
}

.article-content-latestnews {
    background-color: #fff
}

#ad-slot {
    margin-top: 0px;
    text-align: center;
}

.light {
    font-family: "myriad-pro-condensed";
    font-weight: 300;
    display: inline;
    letter-spacing: 0.5px;
}

.bold {
    font-family: "myriad-pro-condensed";
    font-weight: 600;
    display: inline;
    letter-spacing: 0.5px;
}

.subs-boxout {
    border: 1px solid #ccc;
    text-align: centre;
    padding: 25px;
    margin-top: 25px;
}

    .subs-boxout h2 {
        text-align: center;
        margin: 0 0 30px !important
    }

.slideshow-content p {
    color: #fff !important;
}

.sec-main {padding-top: 25px;}

.white-back {
    padding: 20px 25px 25px 25px;
    background-color: #fff
}


#flexsliderStandardSlider .flexslider {
    border: medium none;
    box-shadow: none;
    margin-bottom: 0px;
}

    #flexsliderStandardSlider .flexslider ul li .panel-content {
        background-color: #1e1e1e;
        bottom: 0;
        color: white;
        display: block;
        padding: 0px 0px;
        position: relative;
        text-align: left;
        width: 100%;
    }

        #flexsliderStandardSlider .flexslider ul li .panel-content a {
            color: white;
            font-family: Arial,sans-serif;
            font-size: 36px;
            font-weight: 400;
            text-decoration: none;
        }

.slideshow-content {
    padding: 10px 12px;
}

.flexsliderCaption {
    position: relative;
}

#flexsliderStandardSlider .flex-control-nav {
    bottom: auto;
    left: auto;
    right: 20px;
    top: 20px;
    width: auto;
    z-index: 9999
}

.flex-control-nav {
    bottom: -40px;
    position: absolute;
    text-align: center;
    width: 100%;
}

.slides, .flex-control-nav, .flex-direction-nav {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}

    .flex-control-nav li {
        display: inline-block;
        margin: 0 6px;
    }

.flexslider ul li .panel-content a {
    line-height: 1;
}

.flexslider {
    background: none repeat scroll 0 0 #fff;
    border: 4px solid #fff;
    border-radius: 4px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    margin: 0 0 60px;
    position: relative;
}


.flex-direction-nav a:before {
    content: "<" !important;
    display: inline-block;
    font-family: arial;
    font-size: 40px;
}

.flex-prev {
    left: -50px;
}

.flex-next {
    right: -50px;
    text-align: right;
}

.flex-direction-nav a {
    color: rgba(0, 0, 0, 0.8);
    cursor: pointer;
    display: block;
    height: 40px;
    margin: -20px 0 0;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
    top: 50%;
    transition: all 0.3s ease 0s;
    width: 40px;
    z-index: 10;
}




/* Direction Nav */
.flex-direction-nav {
    *height: 0;
}

    .flex-direction-nav a {
        text-decoration: none;
        display: block;
        width: 40px;
        height: 40px;
        margin: -20px 0 0;
        position: absolute;
        top: 50%;
        z-index: 99999;
        overflow: hidden;
        opacity: 0;
        cursor: pointer;
        color: rgba(0, 0, 0, 0.8);
        text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

        .flex-direction-nav a:before {
            font-family: arial;
            font-size: 40px;
            display: inline-block;
            content: '>';
            color: #fff);
            text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
            color: #fff
        }

        .flex-direction-nav a.flex-next:before {
            content: '>' !important;
        }

    .flex-direction-nav .flex-prev {
        left: -50px;
    }

    .flex-direction-nav .flex-next {
        right: -50px;
        text-align: right;
    }

.flexslider:hover .flex-direction-nav .flex-prev {
    opacity: 0.7;
    left: 10px;
}

    .flexslider:hover .flex-direction-nav .flex-prev:hover {
        opacity: 1;
    }

.flexslider:hover .flex-direction-nav .flex-next {
    opacity: 0.7;
    right: 10px;
}

    .flexslider:hover .flex-direction-nav .flex-next:hover {
        opacity: 1;
    }

.flex-direction-nav .flex-disabled {
    opacity: 0 !important;
    filter: alpha(opacity=0);
    cursor: default;
}

#flexsliderStandardSlider .flex-control-nav li a {
    background: url("http://www.golfcoursearchitecture.net/images/half-pager.png") repeat scroll right top rgba(0, 0, 0, 0);
    border-radius: 0;
    box-shadow: none;
    height: 15px;
    width: 15px;
}

.flex-control-paging li a {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
    border-radius: 20px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3) inset;
    cursor: pointer;
    display: block;
    height: 11px;
    text-indent: -9999px;
    width: 11px;
    z-index: 99999
}

#flexsliderStandardSlider .flex-control-paging li a.flex-active {
    background: none repeat scroll 0 0 #fff;
}

.flex-control-paging li a.flex-active {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.9);
    cursor: default;
}

.flex-control-paging li a:hover {
    background: red;
    cursor: default;
}

.advertising-image {
    width: 100%
}

.green-pages-fc {
   float: right;width: 500px;
}


.hppopular .article-content {
    padding: 15px;
    position: relative;
    width: 100%;
}


.dir-company-title{
  font-weight: 400;
    font-family: "minion-pro";
font-size: 2rem;
    line-height: 1.3;
    letter-spacing: 3.5px;
}
.dir-company-subtitle{
  font-weight: 600;
 font-family: "minion-pro";
font-size: 1.35em;
  
    line-height: 1.3;
   letter-spacing: 0.5px;margin-top: 25px;margin-bottom: 5px
}

.partner-header-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: -39px;
}

.partner-header {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.txt-al-c {
  text-align: center;
}

.partner-summary-v2 {
  line-height: 1.8rem;
  width: 100%;
  font-size: 1.2rem;
  margin-top: 1rem;
  letter-spacing: 0em;
  color: #000;
  font-weight: 400;
}

.section-headline {
font-weight: 400;
  font-family: "minion-pro";
  font-size: 2rem;
  line-height: 1.3;
}

.sub-section-headline {
  display: inline-block;
font-weight: 400;
  font-family: "minion-pro";
  line-height: 1.3;
  margin: 0;
    margin-top: 0px;
    margin-bottom: 0px;
 
  color: #000;
   letter-spacing: 3.5px;

}



.editor-content{margin-top:25px}

.summary h1 {
  font-weight: 400;
    font-family: "minion-pro";
font-size: 2rem;
    line-height: 1.3;

}

.summary h2 {
    font-size: 1.8em;
    font-family: "myriad-pro-condensed";
    letter-spacing: 0.01px;
    font-weight: 400;
    margin-top: 5px;
    text-transform: none;
}

.search-results-eyebrow {
    display: block;
    font-size: 1em;
    font-family: "minion-pro";
    letter-spacing: 0.01px;
    font-weight: 400;
    text-transform: none;
    color: #000000 !important;
}

.tags {
    font-size: 1.4em;
    font-family: "myriad-pro-condensed";
}

#homepageservices {
    border-top: 1px solid #ccc;
    margin-top: 35px;
    padding: 0;
}

.summary h3 {
    font-size: 1.6em;
    font-family: "myriad-pro-condensed";
    letter-spacing: 0.5px;
    font-weight: 400;
    margin-top: 10px;
}

.summary a:link {
    color: #2281c0;
}

.summary a:visited {
    color: #2281c0
}

.summary a:hover {
    text-decoration: none;
    color: red
}

.subscriptionLanding h4 {
    color: #000;
    font-family: "minion-pro";
    font-size: 1.35em;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
}

.subscriptionLanding ul {
    padding: 20px 0px 10px 0px;
    list-style: none;
}

    .subscriptionLanding ul > li::before {
        color: #000;
        content: "»";
        font-family: "minion-pro";
        font-size: 1.35em;
        margin-right: 5px;
        text-align: center;
        -webkit-font-smoothing: antialiased;
        z-index: 1;
    }

.main-article li {
    font-family: "minion-pro";
    font-size: 1.5em;
    font-weight: 400;
    line-height: 1.4em;
    margin: 0 0 1em;
    padding: 0;
    color: #222;
    list-style-type: disc;
}



.subscriptionLanding ul > li {
    color: #000;
    font-family: "minion-pro";
    font-size: 1.35em;
    font-weight: 400;
    letter-spacing: 0.7px;
    padding-left: 0px;
    padding-right: 5px;
}

.subscriptionLanding .appStore {
    width: 100px;
}

.gpcover {
 text-align: right;
margin: 0 auto;
}

.gpcover-large {
    float: right;
    margin-left: 25px;
    width: 40%;
    margin-top: 0px
}

.gophewatch {
    float: right;
    margin-right: 5px;
    margin-left: 25px;
    width: 25%;
}

.share-text {
    font-size: 1.8em;
    font-family: "myriad-pro-condensed";
    letter-spacing: 0.01px;
    font-weight: 400;
    margin-top: 35px;
    text-transform: uppercase;
    margin-bottom: 0px;
}

.readnext-text {
    font-size: 1.8em;
    font-family: "myriad-pro-condensed";
    letter-spacing: 0.01px;
    font-weight: 400;
    margin-top: 35px;
    text-transform: uppercase;
    margin-bottom: 0px;
    padding-left: 5px;
}

.comment-text {
    font-size: 1.8em;
    font-family: "myriad-pro-condensed";
    letter-spacing: 0.01px;
    font-weight: 400;
    margin-top: 15px;
    text-transform: uppercase;
    margin-bottom: 0px;
}

.associations {
    float: right;
    margin: 50px;
    width: 25%;
}

#homepageservices ul {
    list-style-image: none;
    list-style-type: none;
    margin-left: -40px;
}

    #homepageservices ul li {
        background: rgba(0, 0, 0, 0) url("/images/chevrons.png") no-repeat scroll 2px -369px;
        padding: 3px 20px;
        font-family: "minion-pro";
        font-size: 1.35em;
        font-weight: 400;
        letter-spacing: 0.5px;
    }

#logo-section {
    padding: 65px 0 0 0;
}



.sponsorimg {
    width: 16%
}

.directory-spacing {
    margin-top: 20px !important;
}

.summary p {
    color: #000;
    font-family: "minion-pro";
    font-size: 1em;
    font-weight: 400;
    line-height: 1.4em;
    margin: 0 0 1em;
    padding: 0;
    letter-spacing: 0.5px
}

.archive-magazine {
    margin-bottom: 30px;
	text-align: center;
}

.archive-summary {
    text-align: center;
		margin-top: 10px;
}


.summary-topic {
    color: #000;
    font-family: "minion-pro";
    font-size: 1.35em;
    font-weight: 400;
    letter-spacing: 0.5px;
    line-height: 1.4em;
    margin: 0 0 1em;
    padding: 0;
}

#partners {
    margin-bottom: 25px;
}

.article-content-latestnews {
    padding: 15px;
    position: relative;
    width: 100%
}

#EDN_onwindows {
    margin-top: 0px;
}

.hpfeatures .article-content {
    padding: 15px;
    position: relative;
    width: 100%
}

.articletype .article-content {
    padding: 15px;
    position: relative;
    width: 100%
}

.articletype .article-content {
    padding: 15px;
    position: relative;
    width: 100%
}

.readnext .article-content {
    padding: 20px;
    position: relative;
    width: 100%
}

.copy1 {
    display: none
}

.copy2 {
    display: none
}

.latestnews_image {
    display: block;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.caption {
    background-color: #000;
    color: #fff;
    font-family: "minion-pro";
    font-size: 1.1em;
    padding: 10px 5px 10px 10px;
    text-align: left;
}

.article-content-popular .credit {
    display: none
}

.wide-container {
    background-color: #00752f;
    position: relative;
    width: 100%;
    z-index: 999;
}

.slides-top {
    margin-top: 25px
}

#search {
    margin: 10px;
    position: relative;
    width: 250px;
}

.pull-right {
    float: right;
}

.pull-right {
    float: right !important;
}

.navbar-right ul {
    list-style: none outside none;
    padding: 0;
    margin: 0;
}

.sitemap-sectionb {
    clear: both;
}

.topicsnav {
    display: none
}

.mobilemenu {
    padding-left: 0;
    padding-right: 0px;
}

.logo-wrap {
    margin-top: 0px;
    margin-bottom: 20px;
}

.navbar-right {
    display: none;
}

#body {
    background-color: #fff;
}

#mag-highlight {
    margin-top: 25px
}

#newsletter-highlight {
    margin-top: 25px
}

.body-top {
    display: none;
}

.hpfeatures {
}

.latestnews {
}

    .latestnews h4 {
        font-family: "minion-pro";
        font-size: 1.5em;
        font-weight: 400;
        margin: 0px 0px 0px 0px;
        padding: 0;
        clear: both;
        line-height: 1.2em;
    }

#article-content {
    background-color: #fff;
    display: block;
    padding: 15px;
    margin-top: 0px;
    position: relative;
}

.profile_picture_container {
    display: none;
    float: left;
    padding-bottom: 5px;
}

.addthis_toolbox {
    padding: 15px 0px;
}

.credit {
    clear: both;
    float: left;
    border-bottom: 1px solid #ccc;
    text-align: right;
    font-family: "minion-pro";
    font-size: 1.2em;
    font-weight: 600;
    line-height: 1.5em;
    padding-bottom: 5px;
}

.article-date {
    clear: both;
    float: left;
    text-align: left;
    font-family: "minion-pro";
    font-size: 1.2em;
    font-weight: 400;
    line-height: 1.5em;
    padding-top: 5px;
    color: #777
}

#topic-section {
    display: none;
}

.grey {
    color: #eeeeee
}

#article-content h1 {
    clear: both;
    font-family: "minion-pro";
    font-size: 3em;
    font-weight: 400;
    line-height: 1.1em;
    margin: 0 0 5px;
    padding: 0;color: #000;
}

.hppopular h1 {
    text-align: left;
    font-family: "minion-pro";
    font-size: 2em;
    letting-spacing: 0.02em;
    font-weight: 400;
    margin: 0;
    padding: 0;
    clear: both;
    line-height: 1.1em;
}

.hpfeatures h1 {
    text-align: left;
    font-family: "minion-pro";
    font-size: 2em;
    letting-spacing: 0.02em;
    font-weight: 400;
    margin: 0;
    padding: 0;
    clear: both;
    line-height: 1.1em;
}

.articletype h1 {
    text-align: left;
    font-family: "minion-pro";
    font-size: 2em;
    letting-spacing: 0.02em;
    font-weight: 400;
    margin: 0;
    padding: 0;
    clear: both;
    line-height: 1.1em;
}

.white {
    padding-left: 0px;
    padding-right: 0px;
}

.author_group_profile {
    margin-bottom: 25px;
    float: left
}

.main-article p {
    color: #000;
    font-family: "minion-pro";
    font-size: 1.5em;
    font-weight: 400;
    line-height: 1.4em;
    margin: 0 0 1em;
    padding: 0;
}

.related_articles li a:link {
    color: #222;
    font-weight: 700
}

.article .credit {
    clear: both;
    font-family: "minion-pro";
    font-size: 1.5em;
    font-weight: 400;
    line-height: 1.1em;
    margin: 15px 0 15px;
    padding: 0;
}

.home-icon {
    display: inline-block;
    float: left;
    margin-right: 5px;
    margin-top: 8px;
    width: 35px
}

#securetrading-subs td {
    clear: both;
    color: #000;
    font-family: "minion-pro";
    font-size: 1.35em;
    font-weight: 400;
    line-height: 1.5em;
    padding: 5px 10px 5px 0;
}


.payment-choices {
    clear: both;
    color: #000;
    font-family: "minion-pro";
    font-size: 1.35em;
    font-weight: 400;
    line-height: 1.5em;
    margin: 0 0 1em;
    padding: 0;
}

.form-section-top {
    margin-top: 0px !important
}

.form-section {
    border-top: 1px solid #fff;
    padding-top: 25px !important
}

#securetrading-subs select {
    border: 1px solid #c9c9c9;
    border-radius: 3px;
    margin-bottom: 10px;
    color: #00752f;
    padding: 5px;
}

    #securetrading-subs select:focus {
        border: 1px solid #00752f;
    }


#securetrading-subs .btnsubscribe {
    background-color: #00752f;
    border-color: #00752f;
    border-radius: 0 !important;
    color: #ffffff;
    font-family: museo-sans;
    font-size: 16px;
    height: 42px;
    line-height: 1.33;
    padding: 10px 16px;
    text-decoration: none;
}

    #securetrading-subs .btnsubscribe:hover {
        background-color: #6dba54;
        border-color: #6dba54
    }

.edn_article_gallery {
    display: none;
}

#securetrading-subs h2 {
    font-family: "myriad-pro-condensed";
    font-size: 1.8em;
    letter-spacing: 0.5px;
}




.section-wrap {
    margin-bottom: 25px;
}

.body-top {
    margin-bottom: 25px;
}

.subs-back {
    background-color: #ffffff !important;
}

#securetrading-subs input {
    border: 1px solid #c9c9c9;
    border-radius: 3px;
    margin-bottom: 5px;
    margin-left: 0px;
    font-weight: 400;
    padding: 5px;
    color: #00752f;
}

    #securetrading-subs input:focus {
        border: 1px solid #00752f;
    }

.sub-type {
    clear: both;
}

.magazinelarge {
    float: right;
    width: 20%;
}

.placeholder {
    color: #666;
    margin-left: 0px;
    margin-top: 6px;
    white-space: nowrap;
}

.inthisissue {
    text-align: center
}

    .inthisissue h2 {
        color: #222;
        display: block;
        font-family: "georgia";
        font-size: 20px;
        font-weight: normal;
        letter-spacing: 1.2px;
        line-height: 30px;
        margin: 0;
        padding: 0;
    }

    .inthisissue h3 {
        color: #222;
        display: block;
        font-family: "georgia";
        font-size: 15px;
        font-style: italic;
        font-weight: normal;
        letter-spacing: 1.2px;
        line-height: 30px;
        margin: 0;
        padding: 0;
    }

    .inthisissue img {
        width: 50%;
    }

.column-top {
    margin-top: 20px;padding-top: 25px;
}

.column {
    margin-top: 20px;
}

.advert {
    clear: both;
    display: table;
    margin: 0 auto 25px;
    text-align: center;
    position: relative;
}

.advert-center {
    clear: both;
    display: block;
    margin: 0 auto 25px;
    position: relative;
    text-align: center;
}


.sidebar-top {
    margin-bottom: 20px;
}

.sidebar-bottom {
    margin-bottom: 0px;
}

#sidebar {
    text-align: center
}

    #sidebar .column {
        margin-bottom: 25px;
        border-bottom: 1px solid #00752f;
        padding-bottom: 25px;
        display: table;
        margin-left: auto;
        margin-right: auto;
    }

.standard-para {
    color: #000;
    font-family: "open-sans";
    font-size: 1em;
    font-weight: 300;
    line-height: 1.2em;
    margin: 0;
    overflow: hidden;
    text-align: center;
    padding: 0 0 10px 0
}

#sidebar p {
    color: #000;
    font-family: "open-sans";
    font-size: 1.1em;
    font-weight: 300;
    letter-spacing: 0.1px;
    line-height: 1.2em;
    margin: 0;
    overflow: hidden;
    padding: 0 0 10px;
}

.sidebar p {
    color: #000;
    font-family: "open-sans";
    font-size: 1em;
    font-weight: 300;
    line-height: 1.2em;
    margin: 0;
    overflow: hidden;
    padding: 0 0 10px 0;
}


#sidebar p a:link {
    color: 333
}

#sidebar p a:visited {
    color: 333
}

#sidebar h2 {
    font-weight: normal;
    margin: 0 0 10px;
}


.cream {
    background-color: #aeb176;
    color: #fff !important;
}

.green {
    background-color: #55acee;
    color: #fff !important;
}

.gopher {
    background-color: #7a1c17;
    color: #fff !important;
}

.green a:link {
    color: #fff !important;
}

#sidebar h3 {
    font-weight: normal;
    margin: 0 0 10px;
}

.gca-mag img {
    width: 50%;
}


.digital-flip-img {
    display: block;
    position: relative;
    text-align: center;
    width: 100%;
}

#sidebar h3 a:link {
    color: #00752f
}

#sidebar h3 a:visited {
    color: #00752f
}


#sidebar2 {
    text-align: center
}

    #sidebar2 .column {
        margin-bottom: 25px;
        border-bottom: 1px solid #00752f;
        padding-bottom: 25px;
        display: table;
    }

    #sidebar2 h2 {
        color: #222;
        display: block;
        font-family: "georgia";
        font-size: 20px;
        font-weight: normal;
        letter-spacing: 1.2px;
        line-height: 20px;
        margin: 0 0 25px;
        padding: 0;
    }

    #sidebar2 h3 {
        color: #222;
        display: block;
        font-family: "georgia";
        font-size: 15px;
        font-style: italic;
        font-weight: normal;
        letter-spacing: 1.2px;
        line-height: 20px;
        margin: 0 0 10px;
        padding: 0;
    }

    #sidebar2 img {
        width: 100%;
    }

.readnext h1 {
    text-align: left;
    font-family: "minion-pro";
    font-size: 1.6em;
    letting-spacing: 0.02em;
    font-weight: 400;
    margin: 0;
    padding: 0;
    clear: both;
    line-height: 1.1em;
}


.sidebar_box2 h1 {
    position: absolute
}

.section h1 {
    background-color: #6dba54;
    color: #fff;
    font-family: "open-sans";
    font-size: 1.4em;
    font-weight: normal;
    letter-spacing: 0.01em;
    padding: 10px;
    text-transform: uppercase;
    text-align: center;
    margin: 0px;
}



.mailchimp {
    text-align: center;
}

#in-list-advert-wrapper {
    clear: both;
    display: block;
    margin: 25px 0;
    position: relative;
    text-align: center;
}

    #in-list-advert-wrapper .in-list-advert {
        display: inline-block
    }

#in-newslist-advert-wrapper {
    clear: both;
    display: block;
    margin: 25px 0;
    position: relative;
    text-align: center;
}

.wrapper {
    clear: both;
    display: block;
    margin: 25px 0;
    position: relative;
    text-align: center;
}

/* Subscriptions form*/
.firstname, .address1, .address2, .city, .company, .county, .postcode, .country, .telephone, .mobile, .emailaddress {
    background-color: #f1f1f1;
    border: 0 none;
    border-radius: 0 !important;
    color: #999;
    font-family: museo-sans;
    font-size: 16px;
    font-weight: normal;
    height: 42px;
    line-height: 27px;
    margin-bottom: 10px;
    padding: 0 8px;
    text-shadow: none;
    width: 100%;
}

.subssubmitbutton {
    background-color: #00adf2;
    border: 0 none;
    clear: both;
    color: #ffffff;
    display: inline-block;
    font-family: "open-sans";
    font-size: 16px;
    height: 42px;
    line-height: 1.33;
    margin-top: 25px;
    padding: 10px 16px;
}

#substyling p {
    color: #000;
    font-family: "open-sans";
    font-size: 16px;
    font-weight: 300;
    line-height: 170%;
}
/* End subscriptions form*/



.intro {
    padding: 20px 10px 20px 15px;
    background-color: #fff;
}

    .intro h1 {
        font-family: "open-sans",arial;
        font-size: 22px;
        font-weight: bold;
        margin: 0;
        padding: 0;
    }

.background-shade {
}


.content-pad {
    padding: 0
}



/* Flexslider slideshow*/
.black-flex .flex-container a:active, .black-flex .flexslider a:active, .black-flex .flex-container a:focus, .black-flex .flexslider a:focus {
    outline: medium none;
}

.black-flex .slides, .black-flex .flex-control-nav, .black-flex .flex-direction-nav {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.black-flex .flex-control-nav, .black-flex .flex-direction-nav {
    line-height: 1;
}

.black-flex ul, .black-flex ol, .black-flex li {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.black-flex ul, .black-flex ol {
    float: none !important;
    margin: 0;
}

.black-flex .flex-direction-nav a, .black-flex .flex-direction-nav a *:hover {
    background-color: transparent !important;
    padding: 0 !important;
}

div#main-container #header .black-flex .flex-viewport ul, div#main-container #header .black-flex ul {
    margin-right: 0 !important;
    margin-top: 0 !important;
}

.black-flex .flexslider-img-content {
    opacity: 0;
    visibility: hidden;
}

.black-flex.flexslider-img-preloader {
    background: url("/Portals/_default/skins/images/loading.gif") no-repeat scroll center center rgba(0, 0, 0, 0);
    display: block;
    min-height: 100px;
    min-width: 100px;
}

.black-flex .flex-container a:active, a:active, .black-flex .flex-container a:focus, a:focus {
    outline: medium none;
}

.black-flex .slides, .black-flex .flex-control-nav, .black-flex .flex-direction-nav {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

    .black-flex .flex-control-nav, .black-flex .flex-control-nav a, .black-flex .flex-direction-nav, .black-flex .flex-direction-nav a, .black-flex .flex-pauseplay, .black-flex .flex-pauseplay a {
        z-index: 3;
    }

.black-flex .flex-caption {
    color: #fff;
    margin: 0;
    padding: 10px;
}

    .black-flex .flex-caption h1, .black-flex .flex-caption h2, .black-flex .flex-caption h3, .black-flex .flex-caption h4, .black-flex .flex-caption h5, .black-flex .flex-caption h6, .black-flex .flex-caption p, .black-flex .flex-caption {
        color: #fff !important;
    }

.black-flex .flexslider {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0 !important;
    padding: 0;
}

    .black-flex .flexslider .slides > li {
        display: none;
        position: relative;
    }

    .black-flex .flexslider .slides img.flex-slide-img {
        display: block;
        margin: 0 auto;
        width: auto;
    }

.black-flex .flex-pauseplay span {
    text-transform: capitalize;
}

.black-flex .flex-caption {
    bottom: 40px;
    color: #fff;
    left: 50px;
    padding: 10px;
    position: absolute;
    right: 0;
}

.black-flex .slides::after {
    clear: both;
    content: "";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
}

html[xmlns] .black-flex .slides {
    display: block;
}

* html .black-flex .slides {
    height: 1%;
}

.no-js .black-flex .slides > li:first-child {
    display: block;
}

.black-flex .flexslider {
    background: none repeat scroll 0 0 #000;
    margin: 0;
    position: relative;
}

.black-flex .flex-viewport {
    max-height: 450px;
    transition: all 1s ease 0s;
}

.black-flex .loading .flex-viewport {
    max-height: 490px;
}

.black-flex .flexslider .slides {
}

.black-flex .carousel li {
    margin-right: 0;
}

.black-flex.arrows-image .flex-direction-nav a {
    background: url("/Portals/_default/skins/images/bg_direction_nav.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    cursor: pointer;
    display: block;
    height: 39px;
    margin: -20px -4px 0;
    opacity: 0;
    position: absolute;
    text-indent: -9999px;
    top: 50%;
    width: 36px;
}

.black-flex.arrows-image .flex-direction-nav .flex-next {
    background-position: 0 -39px;
    right: 0;
}

.black-flex.arrows-image .flex-direction-nav .flex-prev {
    left: 0;
}

.black-flex.arrows-image:hover .flex-next {
    opacity: 1;
    right: 0;
}

.black-flex.arrows-image:hover .flex-prev {
    left: 0;
    opacity: 1;
}

.black-flex.arrows-image .flex-direction-nav .disabled {
    cursor: default;
    opacity: 0.3 !important;
}

.black-flex.arrows-font-icon .flex-direction-nav {
}

    .black-flex.arrows-font-icon .flex-direction-nav a {
        background: none repeat scroll 0 0 transparent;
        color: #fff !important;
        cursor: pointer;
        display: block;
        height: 40px;
        line-height: 40px;
        margin: -20px 0 0;
        opacity: 0;
        position: absolute;
        top: 50%;
        transition: all 0.3s ease 0s;
        width: 40px;
        z-index: 10;
    }

    .black-flex.arrows-font-icon .flex-direction-nav li {
        line-height: 1;
    }

    .black-flex.arrows-font-icon .flex-direction-nav .flex-prev {
        left: -50px;
    }

    .black-flex.arrows-font-icon .flex-direction-nav .flex-next {
        right: -50px;
        text-align: right;
    }

.black-flex.arrows-font-icon .flexslider:hover .flex-prev {
    left: 10px;
    opacity: 0.7;
}

.black-flex.arrows-font-icon .flexslider:hover .flex-next {
    opacity: 0.7;
    right: 10px;
}

    .black-flex.arrows-font-icon .flexslider:hover .flex-next:hover, .black-flex.arrows-font-icon .flexslider:hover .flex-prev:hover {
        opacity: 1;
    }

.black-flex.arrows-font-icon .flex-direction-nav .flex-disabled {
    cursor: default;
    opacity: 0 !important;
}

.black-flex.arrows-font-icon .flex-direction-nav a::before {
    content: "";
    display: inline-block;
    font-family: "flexslider";
    font-size: 40px;
}

.black-flex.arrows-font-icon .flex-direction-nav a.flex-next::before {
    content: "";
}

.black-flex .flex-pauseplay a {
    color: #fff !important;
    cursor: pointer;
    display: block;
    height: 40px;
    left: 50%;
    line-height: 40px;
    margin: -20px 0 0 -20px;
    opacity: 0;
    position: absolute;
    top: 50%;
    transition: all 0.3s ease 0s;
    width: 40px;
    z-index: 10;
}

    .black-flex .flex-pauseplay a::before {
        content: "";
        display: inline-block;
        font-family: "flexslider";
        font-size: 40px;
    }

.black-flex:hover .flex-pauseplay a {
    opacity: 1;
}

.black-flex .flex-pauseplay a.flex-play::before {
    content: "";
}

.black-flex .flex-control-nav {
    bottom: 30px;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    width: 100%;
}

    .black-flex .flex-control-nav li {
        display: inline-block;
        margin: 0 6px;
    }

.black-flex .flex-control-paging li a {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
    border-radius: 20px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3) inset;
    cursor: pointer;
    display: block;
    height: 11px;
    text-indent: -9999px;
    width: 11px;
}

    .black-flex .flex-control-paging li a:hover {
        background: none repeat scroll 0 0 rgba(0, 0, 0, 0.7);
    }

    .black-flex .flex-control-paging li a.flex-active {
        background: none repeat scroll 0 0 rgba(0, 0, 0, 0.9);
        cursor: default;
    }

.black-flex .flex-control-thumbs {
    margin: 5px 0 0;
    overflow: hidden;
    position: static;
}

    .black-flex .flex-control-thumbs li {
        float: left;
        margin: 0;
        width: 25%;
    }

    .black-flex .flex-control-thumbs img {
        cursor: pointer;
        display: block;
        opacity: 0.7;
        width: 100%;
    }

        .black-flex .flex-control-thumbs img:hover {
            opacity: 1;
        }

    .black-flex .flex-control-thumbs .flex-active {
        cursor: default;
        opacity: 1;
    }

.flex-caption h3 {
    color: #fff;
    font-family: "minion-pro";
    font-size: 45px;
    font-weight: 400;
    text-shadow: 1px 1px #333;
}

.flex-caption p {
    display: none;
    color: #fff;
    font-family: "open-sans";
    font-size: 20px;
    font-weight: 600;
    line-height: 1.1em;
}


.peopleimage {
    float: left;
    margin-right: 15px;
    width: 150px;
}

.peopletext {
    float: left;
    width: 170px;
}

.top-100 img {
    width: 80%;
    padding: 10px;
    background-color: #fff
}

#latestnews h3 {
    color: #222;
    display: block;
    font-family: "georgia";
    font-size: 20px;
    font-weight: normal;
    letter-spacing: 1.2px;
    line-height: 30px;
    margin: 0;
    padding: 0;
}

.header {
    display: table-cell;
    text-align: center;
}

#features h3 {
    color: #222;
    display: block;
    font-family: "georgia";
    font-size: 20px;
    font-weight: normal;
    letter-spacing: 1.2px;
    line-height: 30px;
    margin: 0;
    padding: 0;
}





.archivelisttopselected {
    -moz-box-sizing: border-box;
    background-color: #F5F5F5;
    border-bottom: 1px solid #DDDDDD;
    border-top: 1px solid #DDDDDD;
    display: block;
    padding: 10px 0 20px 15px;
    position: relative;
    z-index: 10;
}

.fow {
    background-color: #737373;
}

.imageContainer {
    float: right;
    position: relative;
    width: 35%;
}

#magazinearchive a:link {
    text-decoration: none;
}

.archivelistselected {
    clear: both;
    -moz-box-sizing: border-box;
    background-color: #F5F5F5;
    border-bottom: 1px solid #DDDDDD;
    display: block;
    padding: 15px;
    position: relative;
    z-index: 10;
    height: 135px;
}

ul.linkCta li span {
    background: url("/Portals/_default/skins/gca-bs4/images/icons/iconSprites.png") no-repeat scroll -42px 0 rgba(0, 0, 0, 0);
    display: inline-block !important;
    height: 18px;
    padding-right: 25px;
    vertical-align: middle;
    width: 18px;
}

.partner_contact {
    margin-top: 0px
}

.partners table {
    width: 100%
}

#dnn_ctr943_ViewSinglePartner_lstContent {
    display: none
}

.partnerlogo {
    float: right
}

#dnn_ctr854_PartnerProfile_lstDescription {
    margin-top: 25px
}

.socialicons > li > a {
    padding-left: 0px !important
}

.socialicons li {
    padding: 5px 10px;
}

    .socialicons li a {
        clear: none !important;
        float: left;
        padding: 7px 0px 7px 0 !important
    }


.ow-nav-icon-twitter {
    background: url("/Portals/_default/skins/gca-bs4/images/sprites/social-buttons.png") repeat scroll -30px 0 #fff;
    clear: none !important;
    display: block;
    float: left;
    height: 30px !important;
    margin: 0 5px 0 5px;
    overflow: hidden;
    width: 30px !important;
    transition: all 0.1s ease 0s;
}

    .ow-nav-icon-twitter:hover {
        background: url("/Portals/_default/skins/gca-bs4/images/sprites/social-buttons.png") repeat scroll -30px -30px #00a9cd;
    }

.ow-nav-icon-linkedin {
    background: url("/Portals/_default/skins/gca-bs4/images/sprites/social-buttons.png") repeat scroll -175px 0 #fff;
    clear: none !important;
    display: block;
    float: left;
    height: 30px !important;
    margin: 0 5px 0 5px;
    overflow: hidden;
    width: 30px !important;
    transition: all 0.1s ease 0s;
}

    .ow-nav-icon-linkedin:hover {
        background: url("/Portals/_default/skins/gca-bs4/images/sprites/social-buttons.png") repeat scroll -175px -30px #00a9cd;
    }

.ow-nav-icon-facebook {
    background: url("/Portals/_default/skins/gca-bs4/images/sprites/social-buttons.png") repeat scroll 0 0 #fff;
    clear: none !important;
    display: block;
    float: left;
    height: 30px !important;
    margin: 0 5px 0 5px;
    overflow: hidden;
    width: 30px !important;
    transition: all 0.1s ease 0s;
}

    .ow-nav-icon-facebook:hover {
        background: url("/Portals/_default/skins/gca-bs4/images/sprites/social-buttons.png") repeat scroll 0px -30px #00a9cd;
    }
	
	.ow-nav-icon-instagram {
    background: url("/Portals/_default/skins/gca-bs4/images/sprites/social-buttons.png")  repeat scroll -235px 0 #fff;
    clear: none !important;
    display: block;
    float: left;
    height: 30px !important;
    margin: 0 5px 0 5px;
    overflow: hidden;
    width: 30px !important;
    transition: all 0.1s ease 0s;
}

.ow-nav-icon-instagram:hover {
        background: url("/Portals/_default/skins/gca-bs4/images/sprites/social-buttons.png") repeat scroll -235px -30px #00a9cd;
    }
	

.ow-nav-icon-rss {
    background: url("/Portals/_default/skins/gca-bs4/images/sprites/social-buttons.png") repeat scroll -205px 0 #fff;
    clear: none !important;
    display: block;
    float: left;
    height: 30px !important;
    margin: 0 10px 0 5px;
    overflow: hidden;
    width: 30px !important;
    transition: all 0.1s ease 0s;
}

    .ow-nav-icon-rss:hover {
        background: url("/Portals/_default/skins/gca-bs4/images/sprites/social-buttons.png") repeat scroll -205px -30px #00a9cd;
    }

.ow-nav-icon-pinterest {
    background: url("/Portals/_default/skins/gca-bs4/images/sprites/social-buttons.png") repeat scroll -60px 0px #fff;
    clear: none !important;
    display: block;
    float: left;
    height: 30px !important;
    margin: 0 5px 0 5px;
    overflow: hidden;
    width: 30px !important;
    transition: all 0.1s ease 0s;
    border-radius: 50%;
}

    .ow-nav-icon-pinterest:hover {
        background: url("/Portals/_default/skins/gca-bs4/images/sprites/social-buttons.png") repeat scroll -60px -90px #cb2027;
    }

.ow-nav-icon-google {
    background: url("/Portals/_default/skins/gca-bs4/images/sprites/social-buttons.png") repeat scroll -90px 0px #fff;
    clear: none !important;
    display: block;
    float: left;
    height: 30px !important;
    margin: 0 5px 0 5px;
    overflow: hidden;
    width: 30px !important;
    transition: all 0.1s ease 0s;
    border-radius: 50%;
}

    .ow-nav-icon-google:hover {
        background: url("/Portals/_default/skins/gca-bs4/images/sprites/social-buttons.png") repeat scroll -90px -90px #000;
    }



.ow-nav-icon-share {
    background: url("/Portals/_default/skins/gca-bs4/images/sprites/sprites.png") no-repeat scroll -200px -153px rgba(0, 0, 0, 0);
    clear: none !important;
    display: block;
    float: left;
    height: 30px !important;
    margin: 0 8px 0 0;
    overflow: hidden;
    width: 30px !important;
}

.ow-nav-icon-information {
    background: url("/Portals/_default/skins/gca-bs4/images/sprites/sprites.png") no-repeat scroll -250px -152px rgba(0, 0, 0, 0);
    clear: none !important;
    display: block;
    float: left;
    height: 30px !important;
    margin: 0 8px 0 0;
    overflow: hidden;
    width: 30px !important;
}

.infolink {
    padding-left: 15px !important
}


.tiles h4 {
    background: none repeat scroll 0 0 rgba(23, 71, 158, 0.7);
    bottom: 0px;
    color: #fff;
    font-size: 1.3em;
    font-weight: 300;
    margin: 0;
    padding: 10px;
    position: absolute;
    width: 100%;
    z-index: 999;
}

.tiles a:link {
    color: #fff;
    font-weight: 300;
    display: block
}

.tiles a:visited {
    color: #fff;
    font-weight: 300;
}

.dev_windows a:link {
    color: #FFFFFF !important;
    font-size: 1.8em;
}

.dev_windows a:visited {
    color: #FFFFFF;
    font-size: 1.8em;
}

.dev_windows a:hover {
    color: #FFFFFF;
    font-size: 1.8em;
}

ul.linkCta li a:link {
    color: #FFFFFF !important;
    font-size: 1.2em;
}

ul.linkCta li a:visited {
    color: #FFFFFF !important;
    font-size: 1.2em;
}

#tile1 {
    -moz-box-sizing: border-box;
    display: block;
    margin-bottom: 25px;
    position: relative;
    z-index: 10;
    float: left;
    width: 100%;
    height: 170px;
}

#tile2 {
    -moz-box-sizing: border-box;
    display: block;
    margin-bottom: 15px;
    position: relative;
    z-index: 10;
    float: left;
    width: 100%;
    height: 170px;
}

.bg1 {
    background-image: url("/Portals/_default/skins/gca-bs4/images/banners/bg-01.jpg")
}

.box-content:focus {
    background: pink
}

.today-datas {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

    .today-datas li {
        background: none repeat scroll 0 0 #F8F8F8;
        display: inline-block;
        margin-bottom: 15px;
        max-width: 100%;
        padding: 15px 15px;
        text-align: left;
        width: 100%;
        position: relative;
    }

        .today-datas li:focus {
            background: pink
        }

.in_article_image img {
    width: 100%
}

.article_comments {
    display: none !important
}

.floatcj {
    float: right
}

.bprime {
    background: none repeat scroll 0 0 #BA141A !important;
    border: 0 none !important;
    color: #FFFFFF !important;
}

.bspeak {
    background: none repeat scroll 0 0 #55D455 !important;
    border: 0 none !important;
    color: #FFFFFF !important;
}

.btouch {
    background: none repeat scroll 0 0 #FF8C00 !important;
    border: 0 none !important;
    color: #FFFFFF !important;
}

.bfow {
    background: none repeat scroll 0 0 #00BCF2 !important;
    border: 0 none !important;
    color: #FFFFFF !important;
}

.bgrey {
    background: none repeat scroll 0 0 #777 !important;
    border: 0 none !important;
    color: #FFFFFF !important;
}

.bonwindows {
    background: none repeat scroll 0 0 #000745 !important;
    border: 0 none !important;
    color: #FFFFFF !important;
}

.newsletters {
    color: #2b2828;
    font-family: museo-sans,sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 170%;
    margin: 0;
    padding: 0;
}

.box-heading h4 {
    color: #2b2828;
    font-family: museo-sans,sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 170%;
    margin: 10px 0 0 0;
    padding: 0;
}

.bprime:hover {
    background-color: #BA141A
}

.bfow:hover {
    background-color: #00BCF2
}

.bspeak:hover {
    background-color: #55D455
}

.btouch:hover {
    background-color: #FF8C00
}

.bgrey:focus {
    background-color: pink
}

.sub-section {
    clear: both;
    margin-top: 0px;
}

    .sub-section p.sub-button a {
        background-color: #428BCA;
        clear: both;
        color: #FFFFFF;
        display: inline-block;
        margin-top: 5px;
        padding: 10px 16px;
        font-family: museo-sans;
        font-size: 16px;
        height: 42px;
        line-height: 1.33;
    }

        .sub-section p.sub-button a:hover {
            background-color: #6DC2E9;
            text-decoration: none
        }

.pull-left {
    float: left;
    width: 100%;
}

.today-datas li .spark {
    margin-right: 0px;
}

.today-datas img {
    width: 50%
}

.partner_address-main h1 {
    margin-bottom: 15px !important;
    margin-top: 0px !important;
    clear: both;
    color: #000;
    font-family: "minion-pro";
    font-size: 3.5em;
    font-weight: 400;
    line-height: 1.1em;
    margin: 0 0 5px;
    padding: 0;
    text-transform: none;
}

.partners_social {
    float: left;
    margin: 10px 10px 0 0 !important;
}

.today-datas li .datas-text {
    font-size: 10px;
    font-weight: normal;
    padding: 7px 0 0;
}

.pull-right {
    float: right;
    margin-top: 15px;
    max-height: 150px;
}

.today-datas li .datas-text span {
    display: block;
    font-size: 24px;
    margin-bottom: 5px;
}

.today-datas .magtitle {
    font-size: 1.6em;
    font-family: museo-sans;
    font-weight: normal;
    margin-bottom: 5px;
    font-weight: 300;
    max-width: 200px;
    line-height: 0.9em;
}

.today-datas .magissue {
    font-size: 1.2em;
    font-family: museo-sans;
    font-weight: normal;
    font-weight: 300;
    line-height: 1.3em;
    margin-bottom: 10px;
}


.archivelisttopselected {
    -moz-box-sizing: border-box;
    background-color: #F5F5F5;
    border-bottom: 1px solid #DDDDDD;
    border-top: 1px solid #DDDDDD;
    display: block;
    padding: 10px 0 20px 15px;
    position: relative;
    z-index: 10;
    margin-top: 10px
}

.archivelisttop {
    -moz-box-sizing: border-box;
    display: block;
    margin-bottom: 15px;
    position: relative;
    z-index: 10;
    padding: 15px;
    float: left;
    width: 100%
}

.archivelist {
    -moz-box-sizing: border-box;
    display: block;
    margin-bottom: 15px;
    position: relative;
    z-index: 10;
    padding: 15px;
    float: left;
    width: 100%
}

.archivelisttop a:link {
    text-decoration: none;
}

.archivelist a:link {
    text-decoration: none;
}

.edn_article_gallery li {
    float: left;
    margin-right: 5px;
}

.sidebarlist h5 {
    color: #FFFFFF;
    font-size: 1.8em;
    margin: 0;
    padding: 15px 0 0;
}

.sidebarlist h5 {
    font-size: 0.9em;
    margin-bottom: 15px;
    margin-top: 3px;
    text-transform: uppercase;
    font-weight: normal;
}

.linkCta {
    bottom: 10px;
    color: #FFFFFF;
    float: left;
    margin: 0;
    padding: 0;
}

    .linkCta li {
        list-style-type: none;
        padding: 0;
        position: relative;
    }

    .linkCta a:link {
        color: #fff
    }

    .linkCta a:visited {
        color: #fff
    }

.sidebarlist h4 {
    font-size: 1.2em;
    margin: 0px;
    color: #fff;
    font-weight: normal;
}

.sidebarlist p {
    font-size: 1.3em;
    margin: 0px;
    color: #fff
}

.moveit {
    margin-right: 4px;
}

.main-article-column p {
    font-size: 22px;
}

.mag-section-wrap {
    background-color: #fff;
    margin-bottom: 25px;
}

.magstyle h3 {
    font-size: 1.6em;
    font-family: museo-sans;
    font-weight: 300;
    margin: 0 0 5px 0;
}

.magstyle p {
    font-size: 1.2em;
    font-family: museo-sans;
    font-weight: 300;
    margin: 0;
}

.magstyle img {
    margin-bottom: 5px;
    width: 100%
}

.undercontain_right h4 {
    font-size: 1.4em;
    font-family: museo-sans;
    font-weight: 300;
    margin: 10px 0 5px 0;
    text-align: center;
}

#printedmag_advertising h3 {
    font-size: 1.6em;
    font-family: museo-sans;
    font-weight: 300;
    margin: 0 0 5px 0;
}

#printedmag_advertising p {
    font-size: 1.2em;
    font-family: museo-sans;
    font-weight: 300;
    margin: 0 0 10px 0;
}

.undercontain_right p {
    font-size: 1.2em;
    font-family: museo-sans;
    font-weight: 300;
    margin: 0;
    text-align: center;
}

.subwrap {
    margin-bottom: 5px;
}
/* navigation */
.navbar-toggler{float:right !important;}
.navbar-search {
    display: none
}

.navbar-nav-right {
    float: left;
    margin: 0;
}

    .navbar-nav-right > li {
        float: left;
    }

.navbar-header {
    float: right;
}

.navbar-brand {
    padding: 8px 10px 8px 0px;
    font-size: 18px;
    line-height: 20px;
    float: none;
    display: block
}

.navbar {
    border: 0;
    margin: 0px 0px;
    padding: 0px
}

.navbar-brand img {
    border: 0 none;
    width: 160px;
}

.navbar-toggle {
    margin-right: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
    padding: 10px;
    float: left;
}

.navbar-inverse .navbar-toggle {
    border-radius: 0px;
    background-color: #6dba54 !important;
}

.navbar-inverse {
    background-color: none
}

.EDN_search {
    background-color: #1E1E1E
}

    .EDN_search ul {
        z-index: -9999;
        list-style: none outside none;
        margin: 0px;
        padding: 0px;
    }

    .EDN_search li a:link {
        border-bottom: 1px solid #606060;
        clear: both;
        color: #999999;
        display: block;
        font-weight: normal;
        line-height: 1.42857;
        padding: 10px 20px;
        white-space: nowrap;
        width: 100%;
    }

    .EDN_search li a:visited {
        color: #999
    }

    .EDN_search li a:hover {
        color: #fff;
        background-color: #3A3A3A
    }

.navbar-right li:hover {
    background-color: none;
}

.navbar-search li {
    float: left;
    margin-right: 5px;
    padding: 8px 0
}

    .navbar-search li:hover {
    }

.subimg img {
    width: 100%
}

.glyphicon {
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    padding: 3px 5px 8px 5px;
    position: relative;
    top: 0;
}

.advert-text {
    float: left;
    margin: 0;
    padding: 3px 0 0 18px;
    color: #999
}

.advert-link {
    float: right;
    margin: 0;
    padding: 3px 20px 0 0
}

/* masthead */
.w-4col, .w-3col, .w-2col, .w-1col, .m-2col, .m-1col {
    padding: 0;
    margin: 1em 0em 1em 0em;
}

.dfp-leaderboard {
    float: none;
}

.masthead {
    background-color: #fff;
    margin-bottom: 25px
}

.containernew {
    -moz-box-sizing: border-box;
    margin: 0 auto;
    max-width: 1300px;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    width: 100%;
}

    .containernew:before, .containernew:after {
        display: table;
        content: "";
        line-height: 0;
    }

    .containernew:after {
        clear: both;
    }

.dfp-leaderboard {
    line-height: 0;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 0;
    float: right;
}

.visible-desktop {
    display: block
}

.logo {
    float: left;
}

#topics {
    margin: 0;
    text-align: center;
    width: 100%;
    height: 45px;
}


.DnnModule-943 {
    display: block
}

.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -6px;
        margin-left: -1px;
        -webkit-border-radius: 0 6px 6px 6px;
        -moz-border-radius: 0 6px 6px 6px;
        border-radius: 0 6px 6px 6px;
    }

    .dropdown-submenu:hover > .dropdown-menu {
        display: block;
    }

    .dropdown-submenu > a:after {
        display: block;
        content: " ";
        float: right;
        width: 0;
        height: 0;
        border-color: transparent;
        border-style: solid;
        border-width: 5px 0 5px 5px;
        border-left-color: #cccccc;
        margin-top: 5px;
        margin-right: -10px;
    }

    .dropdown-submenu:hover > a:after {
        border-left-color: #ffffff;
    }

    .dropdown-submenu .pull-left {
        float: none;
    }

        .dropdown-submenu.pull-left > .dropdown-menu {
            left: -100%;
            margin-left: 10px;
            -webkit-border-radius: 6px 0 6px 6px;
            -moz-border-radius: 6px 0 6px 6px;
            border-radius: 6px 0 6px 6px;
        }


.masthead {
    display: none
}

.topicshead {
    display: none
}

.paddingright {
    padding-right: 0px
}

.paddingleft {
    padding-left: 0px
}

.middleleaderboard {
    text-align: center
}

.topicshead {
    text-align: center;
    margin: 0 auto;
}
/* categories */
.categorylist {
    display: none
}

.tilearea {
    color: #FFFFFF;
    display: inline-block;
    line-height: 18px;
    width: 100%;
    margin-bottom: 35px;
}

.tile_right {
    float: right;
    margin: 0;
    padding: 0;
    width: 100%;
}

.tile_left {
    float: right;
    margin: 0;
    padding: 20px 0 0;
    width: 100%;
}

.bg_windows_right {
    background: none repeat scroll 0 0 #BA141A;
    height: 192px;
}

.bg_windows_left {
    background: none repeat scroll 0 0 #009E49;
    height: 192px;
}

.positionabsolute {
    position: absolute;
}

.height190 {
    height: 175px;
}

.tile_textleft {
    float: left;
    padding: 10px 0 0 15px;
    width: 50%;
}

.tilearea h1 {
    color: #FFFFFF;
    font-size: 1.8em;
    line-height: 31px;
    padding: 0 0 10px;
    width: 150px;
    font-family: "museo-sans", Helvetica, Arial, sans-serif;
}

.tilearea a:link {
    color: #fff
}

.tilearea a:visited {
    color: #fff
}

.tilearea a:hover {
    color: #fff;
    text-decoration: underline
}

.bottom15 {
    bottom: 0;
}

.dev_windows {
    background: url("http://www.onwindows.com/Portals/_default/skins/onwindowsBS2/images/icons/BoxArrow.png") no-repeat scroll right 11px rgba(0, 0, 0, 0);
    font-weight: 300;
    color: #FFFFFF;
    font-family: "museo-sans", Helvetica, Arial, sans-serif;
    display: inline-block;
    font-size: 1.1em;
    line-height: 25px;
    padding: 6px 25px 0 0;
}

.tile_imgright {
    text-align: right;
}

.tile_imgright {
    float: right;
    padding: 15px 9px 0 1px;
    text-align: right;
    width: 55%;
}

.home-right IMG {
    max-width: 100%;
}

.positionabsolute {
    position: absolute;
}

.height190 {
    height: 175px;
}

.tile_textleft {
    float: left;
    padding: 10px 0 0 15px;
    width: 50%;
}

.imgright {
    margin-bottom: 25px;
}

.title-subscribe {
    background: #00752f url("/Portals/_default/skins/gca-bs4/images/gradient.png") no-repeat scroll center center / auto 100%;
    min-height: 163px;
    position: relative;
}

    .title-subscribe .logo {
        background: rgba(0, 0, 0, 0) url("/images/GCA-white-small.png") no-repeat scroll center center;
        height: 75px;
        left: 0%;
        position: absolute;
        top: 45px;
        width: 100%;
    }

    .title-subscribe .copy1 {
        color: #ffffff;
        font-family: "open-sans";
        font-size: 27px;
        left: 32%;
        line-height: 100%;
        position: absolute;
        text-align: center;
        top: 40px;
        width: 72%;
    }

    .title-subscribe .copy2 {
        color: #ffffff;
        font-family: "open-sans";
        font-size: 38px;
        left: 32%;
        line-height: 100%;
        position: absolute;
        text-align: center;
        top: 75px;
        width: 72%;
    }

        .title-subscribe .copy2 .c2highlight {
            color: #ffe600;
            white-space: nowrap;
        }

.subs-form ul {
    margin-left: 0 !important;
    padding-left: 10px !important;
}

.subs-form li {
    margin-left: 0px;
    color: #000;
    font-family: "open-sans" !important;
    font-size: 16px;
    font-weight: 300;
    line-height: 170%;
    margin-bottom: 10px;
}

.subs-form {
color: #000;
  font-family: "minion-pro";
  font-size: 1.3em;
  font-weight: 300;
  line-height: 170%;
}

.donotsubscribe label{margin-left:5px;}
.dnnLabel {
    text-align: left
}

span.dnnFormRequired:after, div.dnnFormItem.dnnFormRequired > div.dnnLabel span:after {
    font-weight: normal;
    font-size: 14px;
    font-family: museo-sans;
    display: none
}

#dnn_ctr881_Register_userForm label {
    font-weight: normal;
}

a.dnnFormHelp, .dnnForm .dnnFormItem a.dnnFormHelp, .dnnTooltip label a.dnnFormHelp {
    display: none;
}

.dnnRegistrationForm .password-strength-container, .dnnFormPassword .password-strength-container, .dnnPassword .password-strength-container {
    background: none;
}

.dnnFormItem input[type="text"], .dnnFormItem select, .dnnFormItem textarea, .dnnFormItem input[type="email"], .dnnFormItem input[type="search"], .dnnFormItem input[type="password"] {
    box-shadow: none;
    border-radius: 0;
    margin-top: 0px;
    font-family: museo-sans;
    font-size: 16px;
    font-weight: normal;
}

    .dnnFormItem input[type="text"]:active, .dnnFormItem input[type="text"]:focus, .dnnFormItem input[type="password"]:focus, .dnnFormItem input[type="password"]:active, .dnnFormItem input[type="email"]:active, .dnnFormItem input[type="email"]:focus, .dnnFormItem select:active, .dnnFormItem select:focus, .dnnFormItem textarea:active, .dnnFormItem textarea:focus, .dnnFormItem input[type="search"]:active, .dnnFormItem input[type="search"]:focus {
        background-color: #6DC2E9;
        box-shadow: none;
        color: #fff;
        border: none
    }

.dnnForm .dnnFormItem {
    font-size: 14px;
}

.dnnFormItem .password-strength-container input[type="password"] {
    margin-bottom: 18px;
}

.dnnRegistrationForm .password-strength-container, .dnnFormPassword .password-strength-container, .dnnPassword .password-strength-container {
    margin: 0px;
    padding: 0
}

.dnnFormItem .password-strength-container input[type="password"] {
    max-width: 200px;
}

.dnnRegistrationForm ul {
    padding: 0;
    margin: 0;
    list-style-type: none !important
}

.dnnRegistrationForm li {
    padding: 0;
    margin: 0 20px 0 0;
    list-style-type: none !important
}

.dnnPrimaryAction, .dnnFormItem input[type="submit"], a.dnnPrimaryAction {
    background-color: #428bca;
    border: 0;
    color: #FFFFFF;
    font-family: museo-sans;
    font-size: 16px;
    font-weight: normal;
    height: 45px;
    padding: 10px 16px;
    text-decoration: none;
    clear: both;
    margin-top: 0px;
}

#dnn_ctr_SendPassword_hlLogin {
    background-color: #428bca;
    border: 0;
    color: #FFFFFF;
    background-color: #428bca;
    font-family: georgia,"times new roman",times,serif;
    font-size: 16px;
    font-weight: normal;
    height: 45px;
    padding: 10px 16px;
    text-decoration: none;
    clear: both;
    margin-top: 0px;
}

.LoginPanel ul {
    list-style-type: none !important
}

.LoginPanel li {
    list-style-type: none !important
}

#dnn_ctr883_Login_Login_DNN_passwordLink {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 0 none;
    box-shadow: none;
    clear: both;
    color: #555;
    font-family: georgia,"times new roman",times,serif;
    font-size: 16px;
    font-weight: normal;
    height: 45px;
    margin-top: 15px;
    padding: 10px 16px;
    text-decoration: none
}

.dnnFormItem > label.dnnFormLabel {
    font-weight: normal;
    color: #555555;
    font-family: georgia,"times new roman",times,serif;
    font-size: 16px;
    line-height: 1.6em;
}

#dnn_ctr881_Register_cancelButton {
    display: none
}

#dnn_ctr883_Login_Login_DNN_registerLink {
    display: none
}

/* main column */
.uppercase {
    text-transform: uppercase;
}

.magazine-wrap {
    clear: both;
    margin-bottom: 25px;
}

.maincontent h1 {
    font-family: "open-sans", arial;
    margin: 15px 0 10px 0;
    padding: 0;
    color: #2B2828;
    font-size: 42px;
    font-weight: 300;
}



.maincontent h2 {
    font-family: "open-sans", arial;
    margin: 20px 0 25px 0;
    padding: 0 0 0.25em 0;
    font-size: 2em;
    line-height: 1.2em;
    text-transform: none;
    font-weight: 300;
    position: relative;
    color: #000;
}


.maincontent h3 {
    font-family: "open-sans", arial;
    margin: 0;
    padding: 0;
    color: #000;
    font-size: 16px;
    line-height: 1.6em;
    font-weight: 300;
}

.maincontent h4 {
    font-family: "open-sans", arial;
    margin: 20px 0 10px;
    padding: 0;
    color: #000;
    font-size: 16px;
    line-height: 1.6em;
    font-weight: 300;
    letter-spacing: 0;
}

.maincontent p {
    clear: both;
    font-family: "minion-pro";
    font-size: 1.5em;
    font-weight: 400;
    line-height: 1.5em;
    margin: 0 0 1em;
    padding: 0;
}

.maincontent ul {
    font-family: "open-sans", arial;
    color: #000;
    font-size: 16px;
    line-height: 1.6em;
    list-style-type: disc;
    margin-top: 0;
}

.maincontent li {
    font-family: "open-sans", arial;
    color: #000;
    font-size: 16px;
    line-height: 1.6em;
    list-style-type: disc
}

.magazinecontent h1 {
    font-family: "open-sans", arial;
    margin: 15px 0 20px 0;
    padding: 0;
    font-size: 42px;
    font-weight: 400;
    color: #333
}

.magazinecontent h2 {
    color: #000;
    font-family: "open-sans", arial;
    font-size: 2.8em;
    font-weight: 300;
    line-height: 1.2em;
    margin: 30px 0 25px;
    padding: 0 0 0.25em;
    position: relative;
    text-transform: none;
}

.magazinecontent .strapline {
    font-family: "open-sans", arial;
    font-size: 1.3em;
    font-weight: 300;
    margin: 0 0 30px;
    padding: 0;
    text-transform: uppercase;
}

.magazinecontent h3 {
    color: #2B2828;
    font-family: "open-sans", arial;
    font-size: 22px;
    line-height: 1.1em;
    margin: 0 0 10px;
    padding: 0;
}

.magazinecontent h4 {
    font-family: "open-sans", arial;
    margin: 20px 0 10px;
    padding: 0;
    color: #2B2828;
    font-size: 16px;
    line-height: 1.6em;
    font-weight: 300;
    letter-spacing: 0;
}

.magazinecontent p {
    font-family: "open-sans", arial;
    margin: 0 0 10px;
    padding: 0;
    color: #000;
    font-size: 16px;
    line-height: 1.6em;
}

.magazinecontent ul {
    font-family: "open-sans", arial;
    color: #2B2828;
    font-size: 16px;
    line-height: 1.6em;
    list-style-type: disc;
    margin-top: 0;
}

.magazinecontent li {
    font-family: "open-sans", arial;
    color: #2B2828;
    font-size: 16px;
    line-height: 1.6em;
    list-style-type: disc
}

.magazinecontent a:link {
    color: #028bff
}

.magazinecontent a:visited {
    color: #028bff
}

.editor {
    font-family: "open-sans", arial;
    color: #2B2828;
    font-size: 16px;
    line-height: 1.6em;
    list-style-type: disc;
    margin-top: 10px
}

.newmagazinecontent {
    background-color: #fff;
    padding: 20px 10px 20px 15px;
    height: 630px;
}

.currentissue {
    display: block;
}

.newmagazinecontent h4 {
    font-family: "open-sans", arial;
    margin: 20px 0 10px;
    padding: 0;
    color: #2B2828;
    font-size: 16px;
    line-height: 1.6em;
    font-weight: 300;
    letter-spacing: 0;
}

.newmagazinecontent p {
    font-family: "open-sans", arial;
    margin: 0 0 10px;
    padding: 0;
    color: #000;
    font-size: 16px;
    line-height: 1.6em;
}

.newmagazinecontent ul {
    font-family: "open-sans", arial;
    color: #2B2828;
    font-size: 16px;
    line-height: 1.6em;
    list-style-type: disc;
    margin-top: 0;
}

.newmagazinecontent li {
    font-family: "open-sans", arial;
    color: #2B2828;
    font-size: 16px;
    line-height: 1.6em;
    list-style-type: disc
}

.newmagazinecontent a:link {
    color: #028bff
}

.newmagazinecontent a:visited {
    color: #028bff
}

.newmagazinecontent h1 {
    font-family: "open-sans", arial;
    margin: 15px 0 10px 0;
    padding: 0;
    font-size: 42px;
    font-weight: 400;
    color: #333
}

.currentissue h2 {
    color: #000;
    font-family: "open-sans", arial;
    font-size: 2.8em;
    font-weight: 300;
    line-height: 1.2em;
    margin: 30px 0 25px;
    padding: 0 0 0.25em;
    position: relative;
    text-transform: none;
}

.newmagazinecontent h2 {
    color: #000;
    font-family: "open-sans", arial;
    font-size: 2.8em;
    font-weight: 300;
    line-height: 1.2em;
    margin: 30px 0 25px;
    padding: 0 0 0.25em;
    position: relative;
    text-transform: none;
}

.newmagazinecontent .strapline {
    font-family: "open-sans", arial;
    font-size: 1.3em;
    font-weight: 300;
    margin: 0 0 30px;
    padding: 0;
    text-transform: uppercase;
}

.newmagazinecontent h3 {
    color: #2B2828;
    font-family: "open-sans", arial;
    font-size: 22px;
    line-height: 1.1em;
    margin: 0 0 10px;
    padding: 0;
}



#editorialsummaries h3 {
    color: #2B2828;
    font-family: "open-sans", arial;
    font-size: 22px;
    line-height: 1.1em;
    margin: 35px 0 10px;
    padding: 0;
    text-transform: uppercase
}



.twitterquote:hover {
    background-color: #00ADF2;
    color: #fff !important;
    text-decoration: none;
}

.tweet_quote a:link {
    color: #555 !important
}

.tweet_quote span {
    background: url("/Portals/_default/Skins/onwindowsBS2/images/icons/sprite_tweet_quote.png") no-repeat scroll 1px 1px rgba(0, 0, 0, 0);
    left: 3px;
    margin-right: 5px;
    padding: 0 12px 0 10px;
    position: relative;
    top: 1px;
    transition: all 0.2s ease-out 0s;
}

.tweet_quote:hover span {
    background: url("/Portals/_default/Skins/onwindowsBS2/images/icons/sprite_tweet_quote.png") no-repeat scroll -21px 1px rgba(0, 0, 0, 0);
    left: 3px;
    margin-right: 5px;
    padding: 0 12px 0 10px;
    position: relative;
    top: 1px;
    transition: all 0.2s ease-out 0s;
}

.rightimg {
    float: right;
}

.magazinecontent p.sub-button a {
    background-color: #428BCA;
    clear: both;
    color: #FFFFFF;
    display: inline-block;
    font-family: museo-sans;
    font-size: 16px;
    height: 42px;
    line-height: 1.33;
    margin-top: 5px;
    padding: 10px 32px;
}

.maincontent p.sub-button a {
    background-color: #00ADF2;
    clear: both;
    color: #FFFFFF;
    display: inline-block;
    font-family: museo-sans;
    font-size: 16px;
    height: 42px;
    line-height: 1.33;
    margin-top: 5px;
    padding: 10px 16px;
}

    .maincontent p.sub-button a:hover {
        background-color: #00ADF2;
        text-decoration: none
    }

.magazinecontent p.sub-button a:hover {
    background-color: #00ADF2;
    text-decoration: none
}

.psSearchCriteria {
    margin-top: 25px;
}

.directory {
}

    .directory input {
        width: 100%;
    }

.searchBtn {
}

.directory select {
    background-color: #fff;
    color: #999999;
    margin-bottom: 10px;
    width: 100%;
}

.dnnSendPasswordContent li {
    list-style-type: none;
}

.btn {
background-color: #2883bf;
  border: 0px solid #2883bf;
  padding: 12px 24px;
  font-family: "Google Sans",Roboto,Arial,sans-serif;
  border-radius: 4px;
  transition: border .28s cubic-bezier(.4,0,.2,1),box-shadow .28s cubic-bezier(.4,0,.2,1);
  font-size: 1rem;
  letter-spacing: .0107142857em;
  display: inline-flex;
}

    .btn a:link {
        color: #fff !important
    }

    .btn a:visited {
        color: #fff !important
    }

    .btn:hover {
  background-color: #005b70;
  border: 0px solid #005b70;
  box-shadow: 0 1px 2px 0 var(--gm-fillbutton-keyshadow-color,rgba(60,64,67,.3)),0 1px 3px 1px var(--gm-fillbutton-ambientshadow-color,rgba(60,64,67,.15))
    }

.button-add {
    text-align: center
}

.partner_name {
    float: left;
}

.partner_address {
    color: #000;
    font-family: "minion-pro";
    font-size: 1.35em;
    font-weight: 400;
    letter-spacing: 0.5px;
    line-height: 1.4em;
    padding: 0;
}

.partner_contact {
    color: #000;
    font-family: "minion-pro";
    font-size: 1.35em;
    font-weight: 400;
    letter-spacing: 0.5px;
    line-height: 1.4em;
    padding: 0;
}

.hide {
    display: none !important
}

.partner_address-main {
    float: left;
    clear: both;
}

.partners2 {
    color: #000;
    font-family: "open-sans";
    font-size: 1.1em !important;
    font-weight: 300;
    line-height: 1.5em;
    margin: 0 0 15px;
    overflow: hidden;
    padding: 0;
}

.partners3 {
    display: none;
}

.managementForm p {
    color: #000;
    font-family: "open-sans";
    font-size: 1.1em !important;
    font-weight: 300;
    line-height: 1.5em;
    margin: 0 0 15px;
    overflow: hidden;
    padding: 0;
}

#dnn_ctr1413_Search_SearchResultsPager {
    margin-top: 25px;
    display: block;
}

#dnn_ctr1413_Search_SearchCountCon span {
    color: #555555;
    font-family: museo-sans,sans-serif;
    font-size: 16px;
    line-height: 1.6em;
    margin-top: 25px;
    margin-bottom: 25px;
}

#dnn_ctr1413_Search_SearchCountCon a {
    font-family: museo-sans,sans-serif;
    font-size: 16px;
    line-height: 1.6em;
    margin-top: 25px;
    margin-bottom: 25px;
}

#dnn_ctr828_ViewPartner_updPanel {
    margin-top: 25px;
}

.psDirectoryRegForm {
    margin-top: 50px;
}

.submitbutton {
    background-color: #00752f;
    clear: both;
    color: #FFFFFF;
    display: inline-block;
    font-family: museo-sans;
    font-size: 16px;
    height: 42px;
    line-height: 1.33;
    margin-top: 5px;
    padding: 10px 16px;
    border: 0px
}

    .submitbutton:hover {
        background-color: #6dba54;
        text-decoration: none
    }

.psDirectoryFeatured {
    background-color: #fff;
    border: 1px solid #d6d6d6;
    box-shadow: 3px 3px 5px rgba(83, 71, 65, 0.3);
    clear: both;
}


.psDirectoryFeatured {
    background-image: url("/images/sponsor.jpg");
    background-position: 100% 100%; /* image centered on screen */
    background-repeat: no-repeat; /* don't tile the image */
}

.psDirectorySearchImg img {
    display: block;
}

.psDirectoryFeatured .psDirectorySearchImg img {
    display: block !important
}

.directory-category-section {
    clear: both;
    display: block;
    float: left;
    margin-top: 25px;
    position: relative;
    width: 100%
}

    .directory-category-section h2 {
        margin: 5px 0 20px 0;
    }

.sitemap-section {
    float: left;
    width: 33%
}

.directory-section {
    float: left;
    width: 48%;
    margin: 0 0 0 0;
}

    .directory-section h2 {
        margin: 0;
    }

    .directory-section ul {
        margin: 0;
        padding: 0;
    }

    .directory-section li {
        margin: 0;
        padding: 0;
        list-style: none outside none;
    }

.partners div {
}

    .partners div a:link {
        color: #00752f
    }

    .partners div a:visited {
        color: #00752f
    }

.DNNContainer_Title_h2 h2 .TitleH2 {
    display: block;
    margin-bottom: 0;
    padding-bottom: 15px !important;
    font-family: georgia,"times new roman",times,serif;
    color: #2b2828;
    font-family: georgia,"times new roman",times,serif;
    font-size: 42px;
}

#dnn_ctr510_Search_ddlPublication {
    display: none;
}


.sponsoredpartners {
    margin-top: 25px;
}

.sponsoredpartnercontainer {
    background-color: #FFF;
    margin: 20px 0 0px 0px;
    padding: 0px;
    min-height: 140px;
}

    .sponsoredpartnercontainer img {
        float: right;
        margin-right: 20px;
    }

    .sponsoredpartnercontainer h2 {
        color: #2B2828;
        font-family: "open-sans";
        font-size: 2em;
        font-weight: 300;
        line-height: 1.2em;
        margin: 0;
        padding: 0 0 0.25em;
        position: relative;
        text-transform: none;
    }

        .sponsoredpartnercontainer h2 a:link {
            color: #0072C6
        }

        .sponsoredpartnercontainer h2 a:visited {
            color: #0072C6
        }

.sponsoredpartnerimage {
    display: block;
    position: relative;
}

.sponsoredpartnertext {
    float: right;
    float: left;
    width: 70%;
}


#main {
    -moz-box-sizing: border-box;
    padding: 20px !important;
    margin: 0 auto;
    position: relative;
    width: 100%;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    max-width: 1170px;
    background-color: #fff;
}

#primary {
    margin-bottom: 50px;
}

article {
    display: table-cell;
    vertical-align: top;
}

.news-main {
    margin-bottom: 0px;
}

    .news-main .article {
        position: relative;
        width: 100%;
    }

        .news-main .article a:link {
            text-decoration: none;
        }

        .news-main .article a:visited {
            text-decoration: none;
        }

        .news-main .article a:hover {
            text-decoration: underline;
        }

    .news-main .eventdate {
        color: #2B2828;
        display: block;
        font-family: "open-sans";
        font-size: 1.2em;
        font-weight: 300;
        margin: 0 0 5px;
        padding: 0;
        position: relative;
    }

    .news-main .article h2 {
        font-size: 2.0em;
        margin: 0px;
        padding: 0px;
    }

    .news-main .article p {
        color: #777;
        font-family: "minion-pro";
        font-size: 1.4em;
        font-weight: 300;
        line-height: 1.5em;
        margin: 0;
        overflow: hidden;
        padding: 10px 0 0 0;
        display: block;
    }

.slideshow-content p {
    padding: 0 0 0 0 !important;
    font-family: "minion-pro" !important;
    font-size: 1.2em !important;
}

.flex-direction-nav {
    display: none;
}

.news-main-gca .article h2 {
    font-size: 2.0em;
    margin: 0px;
    padding: 0px;
}

.news-main-gca .article p {
    color: #777;
    font-family: "minion-pro";
    font-size: 1.4em;
    font-weight: 300;
    line-height: 1.5em;
    margin: 0;
    overflow: hidden;
    padding: 10px 0 0 0;
    display: block;
}

.directory-main p {
    color: #000;
    font-family: "open-sans";
    font-size: 1.1em !important;
    font-weight: 300;
    line-height: 1.5em;
    margin: 0 0 15px 0;
    overflow: hidden;
    padding: 0;
}

.directory-main ul {
    color: #000;
    font-family: "open-sans";
    font-size: 1.1em !important;
    font-weight: 300;
    line-height: 1.5em;
    margin: 0 0 15px 0;
    overflow: hidden;
    padding: 0;
    list-style-type: square !important;
    list-style-position: outside !important;
    list-style-image: none !important;
}

.directory-main li {
    color: #000;
    font-family: "open-sans";
    font-weight: 300;
    line-height: 1.5em;
    margin: 0 0 10px 0;
    overflow: hidden;
    padding: 0;
}

.directory-main img {
    text-align: center
}

.directory-main p a:link {
    color: #00752f
}

.directory-main p a:visited {
    color: #00752f
}

.directory-main-center p {
    color: #000;
    font-family: "open-sans";
    font-size: 1.1em !important;
    font-weight: 300;
    line-height: 1.5em;
    margin: 0 0 15px 0;
    overflow: hidden;
    padding: 0;
    text-align: center
}

.directory-main-center img {
    text-align: center;
    width: 80%
}

.directory-main-center p a:link {
    color: #00752f
}

.directory-main-center p a:visited {
    color: #00752f
}

.greenpages-fc {
    text-align: center
}

.sponsor-logos {
    text-align: center;
    margin-bottom: 25px;
    margin-top: 10px;
}

    .sponsor-logos img {
        width: 50%
    }

#dnn_ctr432_Search_ddlPublication {
    display: none !important
}

.summarynew {
    color: #777 !important;
    font-family: "proxima-nova",arial;
    font-size: 13px;
    font-weight: 300;
    line-height: 130%;
    margin-top: 8px;
    margin-bottom: 6px;
    padding: 0;
    display: block
}

    .summarynew a:link {
        color: #777 !important
    }

    .summarynew a:visited {
        color: #777 !important
    }

    .summarynew a:hover {
        color: #0072c6 !important;
        text-decoration: underline !important;
    }







.news-main .category a:visited {
    color: #8a8c8e !important;
    font-size: 11px;
    line-height: 1.3;
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    padding: 0px
}

.news-main .category a:hover {
    text-decoration: underline;
}

.news-main-gca .category a:visited {
    color: #8a8c8e !important;
    font-size: 11px;
    line-height: 1.3;
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    padding: 0px
}

.news-main-gca .category a:hover {
    text-decoration: underline;
}

.news-main .article_image {
    display: block;
    display: block;
    height: auto;
    position: relative;
    overflow: hidden;
}

.news-main .article h2 {
    display: none
}

.news-main .latestnews_image img:hover {
    transform: scale(1.6);
    -moz-transition: all 3.5s ease;
    -ms-transition: all 3.5s ease;
    -o-transition: all 3.5s ease;
    transition: all 3.5s ease;
}

.news-main {
    clear: both
}

.articleflow .articlelist .article_image {
    margin-top: 10px;
    margin-bottom: 10px;
}

.category_menu {
    display: none;
}

.categories {
    display: none;
}

/* right column */
aside {
    display: none;
}

.floatleft {
    margin-right: 25px;
}

.floatright {
    margin-right: 25px;
    float: left;
}

.bioimage {
    width: 20%
}

.authorbio {
    display: block;
    float: left;
    margin-bottom: 50px;
    position: relative;
}

.addthis_default_style a:link {
    margin-right: 15px;
}


.search-box {
    float: right;
}



.psTxtSearch {
    background-color: #ffffff;
    border-collapse: collapse;
    color: #777;
    font-family: "Open Sans",Arial,sans-serif;
    font-size: 14px;
    height: 30px;
    line-height: 16px;
    margin-top: 7px;
    padding-left: 10px;
    width: 210px;
    border-width: 0 !important;
}

.psSearchTxtBtn {
    background-color: #fff;
    float: right;
    height: 30px;
    margin-top: 7px;
    padding: 5px;
    margin-left: 0px;
}

.search-results .psSearchTxtBtn {
    background-color: #fff;
    float: right;
    height: 30px;
    margin-top: 7px;
    padding: 5px;
    margin-left: 0px;
}

.psSearchResultsCon {
    background-color: #fff;
    display: block;
    margin-top: 20px;
    padding: 25px;
    position: relative
}

.search-results .psResultsHead {
    margin-top: 25px;
}

.search-results {
    padding-top: 15px;
}

    .search-results .psTxtSearch {
        background-color: #ffffff;
        border-collapse: collapse;
        color: #777;
        font-family: "Open Sans",Arial,sans-serif;
        font-size: 18px;
        height: 50px;
        line-height: 16px;
        margin-top: 7px;
        padding-left: 10px;
        width: 90%;
        border-width: 0 !important;
    }

.psResultsHead {
    float: left;
}

.psDocIcon {
    display: none;
}

.psIconFormat {
    clear: both;
    font-family: "minion-pro";
    font-size: 1.4em;
    font-weight: 400;
    line-height: 1.3em;
    margin: 0;
    padding: 0;
}

.psTitle:link {
    clear: both;
    font-family: "minion-pro";
    font-size: 1.4em;
    font-weight: 400;
    line-height: 1.3em;
    margin: 0 0 1em;
    padding: 0;
    color: #00752f;
}

.psTitle:visted {
    color: #00752f;
}

.psURL {
    color: #777
}




.marginbottom {
    margin-bottom: 35px;
}

.box .box-heading h2 {
    margin-bottom: 10px;
    font-family: museo-sans,Helvetica,Arial,sans-serif;
    font-size: 1.3em;
    font-weight: 300;
    margin-top: 0;
}



.sidebar-top-advert-wrap {
    margin-top: 0px;
    margin-bottom: 20px;
    text-align: center;
}

.sidebar-bottom-advert-wrap {
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
}

.advert-box-content div {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.advert-box-content {
}

.sidebar-content-wrap {
    margin: 20px 0 20px 0;
    float: left;
}

.box-heading h2 {
    margin-top: 0;
    margin-bottom: 15px;
    font-family: "museo-sans",sans-serif;
    font-size: 2.5em;
    font-weight: normal;
    line-height: 0.8em
}

.twitter-content {
    width: 100% !important;
    margin-bottom: 25px;
    text-align: center
}

    .twitter-content iframe {
        width: 100%
    }

.sidebar-twitter-wrap {
    margin: 20px 0 20px 0;
}

.magazinesmedium {
    width: 20%;
    margin-right: 25px;
}

.dnnFormMessage {
    display: none !important
}

.nav2 {
    width: auto;
    background-position: center center;
    background-repeat: no-repeat;
    height: 25px;
}

.news-main-gca .article {
    display: block;
    float: left;
    margin-bottom: 20px;
    padding: 5px;
    position: relative;
    width: 100%
}

.news-main-gca-3 .article {
    display: block;
    float: left;
    margin-bottom: 20px;
    padding: 5px;
    position: relative;
    width: 100%
}

.news-main .article {
    display: block;
    float: left;
    margin-bottom: 20px;
    position: relative;
    width: 100%
}

.hide-text {
    background-image: url("/Portals/_default/skins/gca-bs4/images/icons/ow-nav-icon-twitter.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 20px auto;
    height: 20px;
    width: 20px;
    text-indent: 100%;
}

#nav {
}

    #nav > a {
        display: none;
    }

    #nav li {
        position: relative;
    }

    #nav > ul {
        height: 3.75em;
    }

        #nav > ul > li {
            width: 25%;
            float: left;
        }

    #nav li ul {
        display: none;
        position: absolute;
        top: 100%;
    }

    #nav li:hover ul {
        display: block;
    }

.peopleimage {
    margin: 0 20px 20px 0px;
    padding: 0 0 20px;
}

    .peopleimage img {
        border:none;
        float: left;
        margin: 0 15px 2px 0;
        height: 150px;
        width: 150px;
        -webkit-transition: all 1s ease;
        -moz-transition: all 1s ease;
        -o-transition: all 1s ease;
        -ms-transition: all 1s ease;
        transition: all 1s ease;
    }


.meet-the-team h3 {
    font-family: "minion-pro";
    font-size: 1.35em;
    margin: 0;
    font-weight: 300;
}

.meet-the-team .job-title {
    color: #555;
    font-size: 1.15em;
}

.mt-10 {
    margin-top: 10px !important;
    color: #555555;
    font-size: 1.15em;
}

.nopadding {
    padding: 0 !important
}

.section-wrapper {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #f1f1f1;
    padding: 20px;
    transition: all 0.6s ease-in-out 0s;
}

.section-title {
    border-bottom: 1px solid #DDDDDD;
}

.title-underline {
    border-bottom: 1px solid #DDDDDD;
}

.section-category {
    font-weight: 300;
    margin-bottom: .2em;
    margin-top: 0;
    padding-bottom: 0.25em;
    position: relative;
}

.sidebarlist .sidebar_box {
    float: left;
    overflow: hidden;
    position: relative;
    width: 100%;
    margin-bottom: 6%
}

    .sidebarlist .sidebar_box h2 {
        font-size: 1.5em;
        padding: 0px;
        color: #2B2828;
        margin: 30px 0px 0px 0px;
    }

    .sidebarlist .sidebar_box h3 {
        font-size: 2em;
        padding: 0px;
        margin-bottom: 15px;
    }

    .sidebarlist .sidebar_box h4 {
        font-size: 1.3em;
        margin-top: 15px;
    }

    .sidebarlist .sidebar_box h5 {
        font-size: 1.1em;
        margin-bottom: 25px;
        text-transform: uppercase;
        margin-top: 3px;
    }

    .sidebarlist .sidebar_box .publish_date {
        font-size: 0.8em;
    }

    .sidebarlist .sidebar_box .author {
        display: none;
    }

    .sidebarlist .sidebar_box .eyebrows {
        display: none;
    }

    .sidebarlist .sidebar_box .bar {
        display: none;
    }

    .sidebarlist .sidebar_box .summary {
        display: none;
    }

    .sidebarlist .sidebar_box .article_image {
        width: 100%;
        margin-right: 10px;
    }

.sidebarlist .sidebar_box {
    background-color: #fff;
    margin-bottom: 20px;
    min-height: 90px;
    padding: 15px;
    width: 100%;
}

.sidebarlist2 .sidebar_box2 {
    background-color: #fff;
    margin-bottom: 20px;
    min-height: 90px;
    padding: 0px;
    width: 100%;
}

.sidebar_box2 img {
    background: none repeat scroll 0 0 #fff;
    margin-right: 0px;
    padding: 0;
    width: 100%;
}

.sidebarlist .sidebar_box .author_and_date {
    font-size: 0.9em;
    color: #A6ABAF;
    margin-top: 6px;
}

.sidebarlist .thumb {
    float: left;
    width: 32%;
    margin-right: 4%;
}

.sidebarlist .body {
    float: right;
    width: 64%;
}

.sidebarlist .article img {
    float: right;
    margin-left: 10px;
}

.sidebarlist2 .article img {
}

.sidebarlist .article a {
    color: #2B2828;
    font-family: georgia,"times new roman",times,serif;
    font-size: 1.4em;
    font-weight: 300;
}

    .sidebarlist .article a:visited {
        color: #2B2828;
    }

    .sidebarlist .article a:hover {
        color: #0072C6;
        text-decoration: underline;
    }

.sidebarlist .edn_module_title {
    display: none
}

.categorylist {
    display: block
}

aside h2 {
    font-family: museo-sans, Helvetica, Arial, sans-serif;
    font-size: 2em;
    font-weight: 300;
    margin: 0px 0 15px 0;
}

aside h3 {
    font-family: museo-sans, Helvetica, Arial, sans-serif;
    font-size: 2em;
    font-weight: 300;
    margin: 0px 0 15px 0;
}

aside ul {
    padding: 0;
    list-style: none outside none;
    margin: 0
}

aside li {
    display: block;
    height: 30px;
    list-style: none outside none;
    margin: 0;
    overflow: hidden;
    padding-right: 20px;
    position: relative;
}

aside a:link {
    color: #0072C6
}

.inhousearticlead {
    display: table
}

.topic-section {
    display: block;
    float: left;
    height: auto;
    margin-bottom: 50px;
    position: relative;
}

.advertisementtext {
    font-family: museo-sans, Helvetica, Arial, sans-serif;
    font-weight: 300;
    font-size: 1em;
    text-align: center;
    display: table;
    color: #aaa;
    margin: 0 auto;
    padding-bottom: 2px;
}

#social-share-buttons-block {
    background-color: #F0F0F0;
}

.social ul {
    padding: 0;
    list-style: none outside none;
    margin: 0;
    display: inline-block;
}

.social li {
    display: inline-block;
    float: left;
    height: 30px;
    list-style: none outside none;
    margin: 0;
    overflow: hidden;
    padding-right: 20px;
    position: relative;
}

.social ul li.facebook > a {
    background-position: 0 0;
}

.social ul li.twitter > a {
    background-position: 0 -30px;
}

.social ul li.linked-in > a {
    background-position: 0 -60px;
}

.social ul li.rss > a {
    background-position: 0 -210px;
}

.social ul li.newsletters > a {
    background-position: 0 -240px;
}

.social ul li a {
    background: url("/Portals/_default/Skins/onwindowsBS/images/icons/sprite.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: block;
    height: 0;
    overflow: hidden;
    padding-top: 30px;
    width: 30px;
}

.social li a {
    outline: medium none;
}

.trigger {
    Background-color: transparent;
    border: 1px solid #cccccc;
    border-radius: 5px;
    color: #000;
    display: inline-block;
    font-family: "open-sans";
    font-size: 1.2em;
    font-weight: 900;
    margin: 10px auto 40px;
    max-width: 100%;
    min-width: 0;
    padding: 18px 15px 13px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    transition: border-color 500ms ease-in-out 0s, background 500ms ease-in-out 0s;
    width: 100%;
}

.ednMoreArticlesTriggerWrapper {
    text-align: center;
    clear: both;
    text-align: center;
    width: 100%;
}

.trigger:hover {
    background-color: #e3e3e3;
    border-color: #e3e3e3;
    text-decoration: none;
}

.trigger-search:hover {
    background-color: #027DBD
}

.trigger-search {
    background-color: #428BCA !important;
    border: 0 !important;
    color: #FFFFFF !important;
    float: left !important;
    font-family: museo-sans !important;
    font-size: 16px !important;
    height: 42px !important;
    line-height: 1.33 !important;
    padding: 10px 16px !important;
    text-decoration: none !important;
}

.footer .categories, .footer .things {
    float: left;
    padding: 16px 0 15px;
    text-align: left;
    width: 100%;
}

.footer a:link {
    color: #fff
}

.footer a:visited {
    color: #fff
}

.footer li {
    list-style: outside none none;
}

.footer .categories li, .footer .things li {
    float: left;
    width: 159px;
}

#footer .icon {
    background: url("http://www.cruiseandferry.net/images/footer_icons_sprite.jpg") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    float: left;
    height: 28px;
    margin-right: 8px;
    width: 28px;
}

#footer .facebook .icon {
    background-position: -28px -28px;
}

#footer .twitter .icon {
    background-position: 0 -28px;
}

#footer .rss .icon {
    background-position: -56px -28px;
}

#footer .newsletter .icon {
    background-position: -84px -28px;
}

#footer .magazine .icon {
    background-position: -112px -28px;
}

#footer .ipad .icon {
    background-position: -140px -28px;
}

.socialtext {
    font-size: 0.85em;
    line-height: 1.5em;
    margin-bottom: 20px;
}

.socialtitle {
    font-size: 1.2em;
    line-height: 1.3em;
    margin: 0;
}

.footer .categories li, .footer .things li {
    float: left;
    width: 25%;
}

.footer .categories, .footer .things {
    text-align: left;
}


/* Advertising description lists */
.col {
    float: left;
    font-size: 0.9em;
    width: 336px;
}

dl:after {
    clear: both;
    content: "";
    display: block;
}

dl {
    line-height: 1.5em;
    margin: 0 0 1.5em;
    padding: 0;
}

    dl dt.heading {
        border-top: medium none;
        float: none;
        padding-top: 1em;
        width: 100%;
    }

    dl dt {
        border-top: 1px solid #E1E4E6;
        clear: both;
        float: left;
        padding: 0.5em 0;
        width: 60%;
    }

        dl dt.heading h5 {
            color: #000000;
            font-size: 1.1em;
            font-weight: 400;
            margin: 0;
        }

    dl dd {
        border-top: 1px solid #E1E4E6;
        color: #999999;
        float: left;
        margin: 0;
        padding: 0.5em 0;
        text-align: right;
        width: 40%;
    }

.col {
    font-family: "museo-sans",sans-serif;
    font-size: 1.2em;
    margin: 0;
    padding: 0;
}

    .col a:link {
        color: #0072C6
    }

    .col a:visited {
        color: #0072C6
    }


/* Article page - right column */
#secondary-article {
    display: none;
}

/* Article page - main */
.main-article-column .article {
    margin-top: 10px;
}

.related_articles ul {
    list-style: none;
    padding: 0px;
}

.related_articles li {
    padding-bottom: 10px;
}

.main-article-column a:link {
    color: #0072C6;
}

.main-article-column a:visited {
    color: #0072C6;
}

.main-article-column h1 {
    font-size: 24px;
    margin-top: 0px;
    font-family: "museo-sans",Helvetica,Arial,sans-serif;
}

.main-article-column h2 {
    font-size: 16px;
    margin-top: 0px;
    color: #555555
}

.category h2 {
    font-size: 26px;
    margin-top: 0;
}

.related_articles h2 {
    font-size: 26px;
    margin-top: 0;
}

.main-article-column p {
    font-size: 16px;
    line-height: 1.6em;
    color: #555555;
    font-family: proxima-nova;
    font-weight: 300;
}

.main-article-column ul {
    font-size: 16px;
    line-height: 1.6em;
    color: #555555;
    list-style: disc outside none;
}

.main-article-column li {
    color: #555555;
    font-family: proxima-nova;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.6em;
}

.related_articles ul {
    list-style: none outside none;
    padding: 0;
}

.category {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #777;
    display: inline-block;
    font-family: "myriad-pro-condensed";
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0.5px;
    margin-bottom: 0;
    padding: 0;
    text-transform: uppercase;
}

    .category a:link {
        background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
        color: #777;
        display: inline-block;
        font-family: "myriad-pro-condensed";
        font-size: 13px;
        font-weight: 400;
        letter-spacing: 0.5px;
        margin-bottom: 0;
        padding: 0;
        text-transform: uppercase;
    }

.main-article-column .details_container {
    display: none
}

.main-article-column .profile_buttons {
    display: none
}

.main-article-column .addthis_toolbox {
    margin: 25px 0;
    padding: 10px 0;
}

    .main-article-column .addthis_toolbox a {
        float: left;
        margin-right: 18px;
    }

.main-article-column .profile_picture_container {
    display: none;
    float: left;
    margin-right: 15px;
    width: 75px;
}

.main-article-column .credit {
    float: left;
    margin-top: 0px;
    font-family: proxima-nova;
    font-size: 16px;
}

.main-article-column .author_group_profile {
    clear: both;
    color: #555555;
    float: left;
    margin: 5px 0;
    max-width: 625px;
}

    .main-article-column .author_group_profile a:link {
        color: #0072C6;
        font-weight: normal;
    }

    .main-article-column .author_group_profile span {
        display: none;
    }

.article_image img {
    width: 100%;
    height: auto;
}

.even {
    margin-right: 0;
    width: 100%
}

.odd {
    margin-left: 0;
    width: 100%
}

.main-article-column .main_content {
    margin-top: 15px;
}

.main-article-column .leftcolumn .catrel {
    width: 100%
}

.main-article-column .leftcolumn .inhousearticlead {
    display: block;
    float: left;
    width: 300px
}

.main-article-column .leftcolumn .category {
    display: block;
    float: left;
    width: 100%;
    margin-bottom: 5%
}

.main-article-column .leftcolumn .related_articles {
    display: block;
    float: left;
    width: 100%;
    clear: none;
}

.main-article-column .inhousearticlead-left {
    float: left;
}

.main-article-column .inhousearticlead-right {
    float: right;
}

aside .inhousearticlead-left {
    float: left;
}

aside .inhousearticlead-right {
    float: right;
}

.inhousearticlead-right a:link {
    color: #0072C6;
}

.inhousearticlead-right a:visited {
    color: #0072C6;
}

.main-article-column .social_buttons {
    display: none;
}

.main-article-column .meta_text {
    display: none
}

.main-article-column .box_list_container {
    display: none
}

.main-article-column .edn_article_gallery {
    display: none
}

.main-article-column #disqus_thread {
    clear: both;
    margin-top: 25px;
    float: left;
    width: 100%
}

/*to check */
.container-header {
    -moz-box-sizing: border-box;
    background-color: #2B2828;
    margin: 0 auto;
    max-width: 1300px;
    padding-left: 0px;
    padding-right: 0px;
    position: relative;
    width: 100%;
}

    .container-header :before, .container-header:after {
        display: table;
        content: "";
        line-height: 0;
    }

    .container-header :after {
        clear: both;
    }

.search {
    display: block;
    margin: 7px 0 0 10px
}

.header {
    display: block;
}

.header-left {
    float: left;
    width: 28%;
    margin-right: 2%
}

    .header-left .logo img {
        width: 250px;
    }

.last {
    margin-right: 0px;
}

.navbar-nav.navbar-right:last-child {
    margin-right: 0px;
}

.slideshow {
    display: none
}

.boxouts {
    display: none
}


.navbar-header {
    float: right;
    padding: 5px;
}

.navbar-right {
    float: right;
    display: block;
}

.imageicon {
    height: 25px;
    width: 25px;
}


.socialicons li a {
}

/* footer */
.footerupper {
    background-color: #2B2828;
    display: block;
    height: 350px;
    padding: 35px 0;
    position: relative;
    z-index: 1000;
}

.footerlower {
    position: relative;
    z-index: 1000;
    background-color: #9C9C9C;
    height: 60px;
    clear: both
}

.copyrightlogo {
    float: right;
    margin-top: 10px;
}

.links {
    float: left;
    margin-top: 0px;
    color: #fff;
    margin: 0 0 4px 0
}

    .links ul {
        display: inline-block;
        margin: 0px;
        padding: 0px;
    }

    .links li {
        border-right: 1px solid #CCCCCC;
        display: block;
        float: left;
        margin-right: 10px;
        padding-right: 10px
    }

    .links a:link {
        color: #ffffff
    }

    .links a:visited {
        color: #ffffff
    }

    .links a:hover {
        text-decoration: none;
        border-bottom: 1px solid #fff
    }

.partnerdirectory {
    margin-top: 25px !important;
}

.footer-inner-wrap {
    -moz-box-sizing: border-box;
    margin: 0 auto;
    max-width: 1170px;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    width: 100%;
}

.footer-left {
    float: left;
    height: auto;
    padding: 1em;
    width: 100%;
}

.footer-right {
    display: block;
    float: right;
    height: auto;
    padding: 1em;
    width: 100%;
}

.copyright {
    color: #FFFFFF;
    display: block;
    font-size: 0.9em;
    height: auto;
    padding: 1em;
    width: 90%;
    clear: both;
}

.footer-right ul {
    margin: 0px;
    padding: 0px;
}

.footer-column1 {
    display: block;
    float: left;
    width: 28%;
    margin-right: 50px
}

.footer-column {
    display: block;
    float: left;
    width: 22%;
}

.footer-wrap .heading {
    font-size: 1.4em;
    font-family: museo-sans,Helvetica,Arial,sans-serif;
    margin-bottom: 5px !important;
    color: #fff
}

.footer-wrap ul {
    display: inline-block;
    margin: 0px;
    padding: 0px;
}

.footer-wrap li {
    display: block;
    margin-right: 10px;
    padding-right: 10px;
    font-size: 1.2em;
    font-family: museo-sans,Helvetica,Arial,sans-serif
}

    .footer-wrap li a:link {
        color: #fff !important
    }

    .footer-wrap li a:visited {
        color: #fff !important
    }

    .footer-Wrap li a:hover {
        color: #fff !important
    }

.socialfooter {
    margin-top: 55px;
    display: block;
}

    .socialfooter ul {
        display: inline-block !important;
        margin: 20px 0px 0px 0px !important;
        padding: 0px;
    }

    .socialfooter li {
        display: block;
        float: left;
        margin-right: 10px;
        padding-right: 10px;
        font-size: 1.2em;
        font-family: museo-sans,Helvetica,Arial,sans-serif
    }

        .socialfooter li a:link {
            color: #ccc !important
        }

        .socialfooter li a:visited {
            color: #ccc !important
        }

        .socialfooter li a:hover {
            color: #fff !important
        }



.footer-wrap {
    margin-bottom: 15px;
}

    .footer-wrap ul {
        margin: 0;
        padding: 0;
    }

    .footer-wrap li {
        list-style: none outside none
    }

    .footer-wrap a:link {
        color: #fff
    }

    .footer-wrap a:visited {
        color: #fff
    }

.footer-column1 ul {
    display: inline-block;
    margin: 0px;
    padding: 0px;
}

.footer-column1 li {
    display: block;
    float: left;
    margin-right: 10px;
    padding-right: 10px;
    font-size: 1.2em;
    font-family: museo-sans,Helvetica,Arial,sans-serif
}

    .footer-column1 li a:link {
        color: #0072C6 !important
    }

    .footer-column1 li a:visited {
        color: #0072C6 !important
    }

.abouttext {
    margin-top: 0px !important
}

.footer-social {
    display: block;
    float: left;
    width: 50%;
}

.footer-directory {
    display: none;
    float: left;
    width: 25%;
}

.footer-more {
    display: block;
    float: left;
    width: 50%;
}

.footer-list ul {
    padding: 0
}

.footer-wrap li {
    list-style: none outside none;
    padding: 0.1em 0;
    color: #fff
}

.footer-header a:link {
    color: #FFFFFF;
}

.footer-header {
    color: #2B2828;
}

.footer-list img {
    border: medium none;
    float: left;
    margin-right: 1em;
    vertical-align: middle;
    height: auto;
}

.footer-social p {
    font-size: 0.9em;
}

.footer-list p {
    color: #FFFFFF;
    margin: 0.5em;
}

.copyright img {
    display: block;
}

/* Directory iframe specific*/

#main-content-inner .partnerguides {
    display: none !important
}

/* Magazine page - main */
.main-magazine-column .article {
    margin-top: 10px;
}

.main-magazine-column a:link {
    color: #0072C6;
}

.main-magazine-column a:visited {
    color: #0072C6;
}

.main-magazine-column a:hover {
    text-decoration: none;
    border-bottom: 1px solid #0072C6
}

.main-magazine-column h1 {
    font-size: 24px;
    margin-top: 0px;
    font-family: "museo-sans",Helvetica,Arial,sans-serif;
}

.main-magazine-column h2 {
    font-size: 18px;
    margin-top: 0px;
}

.main-magazine-column p {
    font-size: 16px;
    line-height: 1.6em;
    color: #555555
}

.main-magazine-column ul {
    font-size: 16px;
    line-height: 1.6em;
    color: #555555;
    list-style: disc outside none;
}

.main-magazine-column li {
    font-size: 16px;
    line-height: 1.6em;
    color: #555555
}

#printedmag_subscriptions h4 {
    font-weight: normal;
    margin-bottom: 4px;
    margin-top: 15px;
    text-align: center;
}

#printedmag_subscriptions p {
    margin-top: 0;
    text-align: center;
}

.magazine-pane {
    clear: both;
}

.fowtitle {
    font-size: 2em;
}
/* .section img{width:100%}*/
.BannerAd2 {
    display: none;
}

.BannerAd4 {
    display: none;
}

.BannerAd5 {
    display: none;
}

.BannerAd6 {
    display: none;
}

.eyebrowsprime {
    color: #FFFFFF;
    display: inline-block;
    font-size: 0.9em;
    margin-bottom: 5px;
    padding: 2px 6px 0px 6px;
    text-decoration: none;
    text-transform: uppercase;
    background-color: #BA141A
}

.eyebrowstouch {
    color: #FFFFFF;
    display: inline-block;
    font-size: 0.9em;
    margin-bottom: 5px;
    padding: 2px 6px;
    text-decoration: none;
    text-transform: uppercase;
    background-color: #FF8C00
}

.eyebrowsfow {
    color: #FFFFFF;
    display: inline-block;
    font-size: 0.9em;
    margin-bottom: 5px;
    padding: 2px 6px;
    text-decoration: none;
    text-transform: uppercase;
    background-color: #00BCF2
}

.eyebrowsspeak {
    color: #FFFFFF;
    display: inline-block;
    font-size: 0.9em;
    margin-bottom: 5px;
    padding: 2px 6px;
    text-decoration: none;
    text-transform: uppercase;
    background-color: #55D455
}

.eyebrowscontents {
    color: #FFFFFF;
    display: inline-block;
    font-size: 0.9em;
    margin-bottom: 5px;
    padding: 2px 6px 0px 6px;
    text-decoration: none;
    text-transform: uppercase;
    background-color: #007e78
}

.eyebrowscomms {
    color: #FFFFFF;
    display: inline-block;
    font-size: 0.9em;
    margin-bottom: 5px;
    padding: 2px 6px 0px 6px;
    text-decoration: none;
    text-transform: uppercase;
    background-color: #2a4a96
}

.eyebrowsfinancial {
    color: #FFFFFF;
    display: inline-block;
    font-size: 0.9em;
    margin-bottom: 5px;
    padding: 2px 6px;
    text-decoration: none;
    text-transform: uppercase;
    background-color: #009de0
}

.eyebrowsmanufacturing {
    color: #FFFFFF;
    display: inline-block;
    font-size: 0.9em;
    margin-bottom: 5px;
    padding: 2px 6px;
    text-decoration: none;
    text-transform: uppercase;
    background-color: #9c1614
}

.eyebrowspublic {
    color: #FFFFFF;
    display: inline-block;
    font-size: 0.9em;
    margin-bottom: 5px;
    padding: 2px 6px;
    text-decoration: none;
    text-transform: uppercase;
    background-color: #dc911b
}

.eyebrowsretail {
    color: #FFFFFF;
    display: inline-block;
    font-size: 0.9em;
    margin-bottom: 5px;
    padding: 2px 6px;
    text-decoration: none;
    text-transform: uppercase;
    background-color: #75ae58
}

.eyebrowsteebox {
    color: #FFFFFF;
    display: inline-block;
    font-size: 0.9em;
    margin-bottom: 5px;
    padding: 2px 6px 0px 6px;
    text-decoration: none;
    text-transform: uppercase;
    background-color: #507fbd
}

.eyebrowscoverstory {
    color: #FFFFFF;
    display: inline-block;
    font-size: 0.9em;
    margin-bottom: 5px;
    padding: 2px 6px 0px 6px;
    text-decoration: none;
    text-transform: uppercase;
    background-color: #04566e
}

.eyebrowsopinion {
    color: #FFFFFF;
    display: inline-block;
    font-size: 0.9em;
    margin-bottom: 5px;
    padding: 2px 6px 0px 6px;
    text-decoration: none;
    text-transform: uppercase;
    background-color: #99685f
}

.eyebrowsonsite {
    color: #FFFFFF;
    display: inline-block;
    font-size: 0.9em;
    margin-bottom: 5px;
    padding: 2px 6px 0px 6px;
    text-decoration: none;
    text-transform: uppercase;
    background-color: #84a444
}

.eyebrowsinterview {
    color: #FFFFFF;
    display: inline-block;
    font-size: 0.9em;
    margin-bottom: 5px;
    padding: 2px 6px 0px 6px;
    text-decoration: none;
    text-transform: uppercase;
    background-color: #aeb27d
}

.eyebrowsholingout {
    color: #FFFFFF;
    display: inline-block;
    font-size: 0.9em;
    margin-bottom: 5px;
    padding: 2px 6px 0px 6px;
    text-decoration: none;
    text-transform: uppercase;
    background-color: #c86225
}

.readmore {
}



.main-lower-column-sub h3 {
    font-size: 1.8em;
    font-weight: normal;
    margin-bottom: 5px;
}

.main-lower-column-sub img {
    margin-bottom: 5px;
}

.main-lower-column-sub p {
    font-size: 1.3em;
    font-weight: normal;
    margin-bottom: 10px;
    margin-top: 0;
}

.main-lower-column-sub-left {
    float: left;
    padding: 0 20px 0 0;
    width: 30%;
}

.main-lower-column-sub-middle {
    border-left: 1px solid #CCCCCC;
    float: left;
    padding: 0 20px;
    width: 30%;
}

.main-lower-column-sub-right {
    border-left: 1px solid #CCCCCC;
    float: left;
    padding: 0 0 0 20px;
    width: 30%;
}

.main-lower-column-sub-left {
    float: left;
    padding: 0 20px 0 0;
    width: 100%;
}

.main-lower-column-sub-middle {
    border-left: 1px solid #CCCCCC;
    float: left;
    padding: 0 20px;
    width: 100%;
}

.main-lower-column-sub-right {
    border-left: 1px solid #CCCCCC;
    float: left;
    padding: 0 0 0 20px;
    width: 100%;
}

.speaktitle {
    color: #55D455;
    text-transform: uppercase;
    font-size: 2em;
}

.fowtitle {
    color: #00BCF2;
    font-size: 2em;
    margin: 0px;
}

.touchtitle {
    color: #FF8C00;
    text-transform: uppercase;
    font-size: 2em;
}

.onwindowstitle {
    color: #002451;
    text-transform: uppercase;
    font-size: 2em;
}

.primetitle {
    color: #BA141A;
    text-transform: uppercase;
    font-size: 2em;
}

/* About us Page */
.clear {
    clear: both
}

.rightcolumn {
    width: 350px
}

.directory-row1-left {
    float: left;
    padding: 0 20px 0 0;
    width: 100%;
}

.directory-row1-right {
    border-left: 1px solid #CCCCCC;
    float: left;
    padding: 0 20px;
    width: 100%;
}

.directory-row2-middle {
    float: left;
    padding: 0 20px 0 0;
    width: 100%;
}

.directory-row3-left {
    border-left: 1px solid #CCCCCC;
    float: left;
    padding: 0 20px;
    width: 100%;
}

.directory-row3-right {
    border-left: 1px solid #CCCCCC;
    float: left;
    padding: 0 20px;
    width: 100%;
}

/* About us Page */
.image-grid {
    list-style: none outside none;
    margin: 3.125em -0.625em 0em;
    max-width: none;
    width: auto;
    padding: 0px
}

.image-grid_item {
    display: inline-block;
    float: none;
    min-height: 150px;
    position: relative;
    vertical-align: top;
}

.image-grid img {
    -webkit-filter: sepia(100%);
}

.no-touch .image-grid_caption {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.6);
    color: #FFFFFF;
    height: 100%;
    opacity: 0;
    position: absolute;
    text-align: left;
    top: 0;
    transition: opacity 500ms ease 0s;
    width: 100%;
}

    .no-touch .image-grid_caption .image-grid_caption-text {
        bottom: 0;
        padding: 0 1em;
        position: absolute;
        transition: bottom 500ms ease 0s;
    }

.image-grid_caption h2 {
    font-size: 0.875em;
    font-weight: 700;
    line-height: 1.1;
    margin: 1em 0 0;
}

.image-grid_caption p {
    font-size: 0.875em;
    line-height: 1.1;
    margin: 0;
}

.team-member_twitter {
    font-size: 1.125em;
}


/* Partner Directory */

/* override onwindows hiding of dnnformmessage for send password */

#dnn_ctr_SendPassword_pnlRecover > div.dnnFormMessage.dnnFormInfo {
    display: inherit !important;
}

#dnn_ctr_ctl00_dnnSkinMessage {
    display: inherit !important;
}

.sb-search {
    position: relative;
    margin-top: 10px;
    width: 0%;
    min-width: 60px;
    height: 60px;
    float: right;
    overflow: hidden;
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    transition: width 0.3s;
    -webkit-backface-visibility: hidden;
}

.sb-search-input {
    position: absolute;
    top: 0;
    right: 0;
    border: none;
    outline: none;
    background: #fff;
    width: 100%;
    height: 60px;
    margin: 0;
    z-index: 10;
    padding: 20px 65px 20px 20px;
    font-family: inherit;
    font-size: 20px;
    color: #2c3e50;
}

input[type="search"].sb-search-input {
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
}

.sb-search-input::-webkit-input-placeholder {
    color: #efb480;
}

.sb-search-input:-moz-placeholder {
    color: #efb480;
}

.sb-search-input::-moz-placeholder {
    color: #efb480;
}

.sb-search-input:-ms-input-placeholder {
    color: #efb480;
}

.sb-icon-search,
.sb-search-submit {
    width: 60px;
    height: 60px;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    padding: 0;
    margin: 0;
    line-height: 60px;
    text-align: center;
    cursor: pointer;
}

.sb-search-submit {
    background: #fff; /* IE needs this */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; /* IE 8 */
    filter: alpha(opacity=0); /* IE 5-7 */
    opacity: 0;
    color: transparent;
    border: none;
    outline: none;
    z-index: -1;
}

.sb-icon-search {
    color: #fff;
    background: #e67e22;
    z-index: 90;
    font-size: 22px;
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
}

    .sb-icon-search:before {
        content: "\e000";
    }

.sb-search.sb-search-open,
.no-js .sb-search {
    width: 100%;
}

/* ALL: Social icons */
.socialbox {
    padding: 15px;
}

.socialbox2 {
    padding: 15px;
    margin-top: 0px;
}

.ct-link-list {
    clear: both;
}

    .ct-link-list a.ct-link-list-rss {
        background-position: 0 -210px;
    }

    .ct-link-list a.ct-link-list-linkin {
        background-position: 0 -60px;
    }

    .ct-link-list a.ct-link-list-twitter {
        background-position: 0 -30px;
    }

    .ct-link-list a.ct-link-list-mail {
        background-position: 0 -240px;
    }

    .ct-link-list a.ct-link-list-fb {
        background-position: 0 0px;
    }


    .ct-link-list a {
        background: url("/Portals/_default/skins/gca-bs4/images/icons/sprite.png") no-repeat scroll left top rgba(0, 0, 0, 0);
        display: inline-block;
        line-height: 30px;
        margin-bottom: 15px;
        opacity: 0.8;
        padding: 0 10px 0 35px;
        transition: opacity 0.3s ease-in-out 0s;
        white-space: nowrap;
        width: 145px !important;
    }

    .ct-link-list a {
        font-size: 1.05em;
        text-decoration: none;
        color: #0072C6;
    }

        .ct-link-list a:hover {
            opacity: 1;
        }

.tile-one {
    background-color: red;
    display: block
}

.tile-two {
    background-color: orange
}

.wow {
    display: block
}

/* ALL: IE Fixes */
.ie7 #title {
    padding-top: 20px;
}

/* ==|== non-semantic helper classes ======================================== */
.ir {
    display: block;
    border: 0;
    text-indent: -999em;
    overflow: hidden;
    background-color: transparent;
    background-repeat: no-repeat;
    text-align: left;
    direction: ltr;
}

    .ir br {
        display: none;
    }

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

    .visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
        clip: auto;
        height: auto;
        margin: 0;
        overflow: visible;
        position: static;
        width: auto;
    }

.invisible {
    visibility: hidden;
}

.socialicons {
    display: none;
}



/* ====== media queries ====== */


@media only screen and (min-width: 480px) {
    .latestnews_image {
        display: block;
        overflow: hidden;
        position: relative;
        width: 100%;
    }

    .summary p {
        color: #000;
        font-family: "minion-pro";
        font-size: 1.3em;
        font-weight: 400;
        line-height: 1.4em;
        margin: 0 0 1em;
        padding: 0;
        letter-spacing: 0.5px
    }

    .article-content-latestnews {
        display: block;
        padding: 15px 10px;
        width: 100%;
    }



    #EDN_onwindows {
        margin-top: 25px;
    }

    .latestnews .content {
        background-color: #fff;
        display: table;
        position: relative;
    }



    .latestnews h4 {
        font-family: "minion-pro";
        font-size: 1.15em;
        font-weight: 400;
        margin: 0px 0px 0px 0px;
        padding: 0;
        clear: both;
        line-height: 1.2em;
    }

    #EDN_onwindows {
        margin-top: 0px;
    }

    .slides-top {
        margin-top: 25px
    }

    .navbar-toggle {
        float: right;
        margin-top: 0;
    }

    .section {
        clear: both;
        margin-bottom: 0px;
    }

    .tile1 {
        height: 160px;
    }

    .tile2 {
        height: 160px;
    }

    /* to check */
    section {
        width: 100%;
        margin: 0 auto;
        margin-top: 0px;
    }

    img {
        max-width: 100%;
    }

    .category_menu {
        display: none;
    }

    .mobilemenu {
        padding-left: 0px;
    }

    .mobileresize {
        padding: 0 0 25px 0;
        border-top: 1px solid #222
    }

    .socialicons {
        display: none;
    }




    /* masthead */
    .m-2col, .m-1col {
        float: left;
        margin-right: 4%;
    }

    .m-2col {
        width: 100%;
    }

    .m-1col {
        width: 48%;
    }

    .m-2col, .m-last, .w-last {
        margin-right: 0;
    }

    .navbar-right {
        display: block
    }

    /* slideshow feature */
    .feature {
        display: block;
        margin-right: 340px;
        margin-bottom: 3%;
        border-bottom: 1px solid #e5e5e5;
        overflow: hidden;
    }

    .navbar-brand {
        display: block;
    }

    /* main column */
    article {
        display: table-cell;
        vertical-align: top;
    }

    .categories {
        display: none;
    }

    .news-main .article {
        position: relative;
        width: 100%;
    }


    /* article page */
    .main-article-column .main_content {
        float: left;
        clear: both;
        width: 100%;
        margin-top: 25px;
        margin-bottom: 25px;
    }

    .main-article-column a:link {
        color: #0072C6;
    }

    .main-article-column a:visited {
        color: #0072C6;
    }

    .main-article-column h1 {
        font-size: 24px;
        margin-top: 0px;
        font-family: "museo-sans",Helvetica,Arial,sans-serif;
    }

    .main-article-column h2 {
        font-size: 18px;
        margin-top: 0px;
    }

    .main-article-column p {
        font-size: 16px;
        line-height: 1.6em;
        color: #555555
    }

    .main-article-column .details_container {
        display: none
    }

    .main-article-column .profile_buttons {
        display: none
    }

    .main-article-column .addthis_toolbox {
        border-bottom: 1px solid #CCCCCC;
        border-top: 1px solid #CCCCCC;
        clear: both;
        margin: 25px 0;
        padding: 10px 0;
        position: relative;
        width: auto;
    }

        .main-article-column .addthis_toolbox a {
            float: left;
            margin-right: 25px;
        }

    .main-article-column .profile_picture_container {
        display: block;
        float: left;
        margin-right: 15px;
        width: 75px;
    }

    .main-article-column .credit {
        float: left;
        margin-top: 10px;
        font-family: proxima-nova;
        font-size: 16px;
    }

    .main-article-column .author_group_profile {
        clear: both;
        color: #555555;
        float: left;
        margin: 25px 0;
        max-width: 625px;
    }

        .main-article-column .author_group_profile a:link {
            color: #0072C6;
            font-weight: bold;
        }

        .main-article-column .author_group_profile span {
            display: none;
        }

    .article_image img {
        width: 100%
    }

    .even {
    }

    .odd {
    }

    .related_articles ul {
        list-style: none;
        padding: 0px;
    }

    .related_articles li {
        padding-bottom: 10px;
    }

    .main-article-column a:link {
        color: #0072C6;
    }

    .main-article-column a:visited {
        color: #0072C6;
    }

    .main-article-column h1 {
        font-size: 42px;
        margin-top: 0px;
        font-family: "museo-sans",Helvetica,Arial,sans-serif;
    }

    .main-article-column h2 {
        font-size: 26px;
        margin-top: 0px;
    }

    .main-article-column .profile_picture_container {
        display: block;
        float: left;
        margin-right: 15px;
        width: 50px;
    }

    .main-article-column p {
        font-size: 16px;
        line-height: 1.6em;
        color: #555555;
        font-family: proxima-nova;
        font-size: 16px;
        font-weight: 300;
    }

    .main-article-column .author_group_profile {
        clear: both;
        color: #555555;
        float: left;
        margin: 5px 0;
        max-width: 625px;
    }

        .main-article-column .author_group_profile a:link {
            color: #0072C6;
            font-weight: normal;
        }

        .main-article-column .author_group_profile a:visited {
            color: #0072C6;
            font-weight: normal;
        }

        .main-article-column .author_group_profile span {
            display: none;
        }

    .magazinelarge {
        float: right;
        width: 60%
    }



    .main-lower-column-sub-left {
        float: left;
        padding: 0 20px 0 0;
        width: 100%;
    }

    .main-lower-column-sub-middle {
        border-left: 1px solid #CCCCCC;
        float: left;
        padding: 0 20px;
        width: 100%;
    }

    .main-lower-column-sub-right {
        border-left: 1px solid #CCCCCC;
        float: left;
        padding: 0 0 0 20px;
        width: 100%;
    }


    /* right column */
    #secondary {
        display: none;
    }

    #secondary-article {
        display: none;
    }

    aside {
        display: table-cell;
        width: 300px;
        float: right;
        vertical-align: top;
        margin-left: 3%
    }

    /* footer */
    .footer-left {
        float: left;
        height: auto;
        padding: 1em;
        width: 100%;
    }

    .footer-right {
        display: block;
        float: right;
        height: auto;
        padding: 1em;
        width: 100%;
    }

    .footer-pubs {
        display: block;
        float: left;
        width: 33%;
    }

    .footer-social {
        display: block;
        float: left;
        width: 33%;
    }

    .footer-directory {
        display: none;
        float: left;
        width: 33%;
    }

    .footer-more {
        display: block;
        float: left;
        width: 33%;
    }

    .copyright {
        color: #FFFFFF;
        display: block;
        font-size: 0.9em;
        height: auto;
        padding: 1em;
        width: 90%;
        clear: both;
    }

    .imageContainer {
        float: right;
        position: relative;
        width: 24%;
    }
}

.container {
	max-width: 745px;
}
/* Surface RT Portrait, iPad Portrait */
@media only screen and (min-width: 768px) {
	.container {
		max-width: 750px;
	}
    .navbar-nav > li > a {
        color: #fff;
        display: block;
        font-family: "open-sans";
        font-size: 14px;
        font-weight: 500;
        height: 45px;
        line-height: 45px;
        padding: 0 10px;
        text-transform: uppercase;
    }

    #ad-slot {
        margin-top: 0px;
        text-align: right;
    }

    .readnext .article-content {
        padding: 10px 10px 10px 10px;
        position: relative;
        width: 100%;
        min-height: 140px;
    }

    .news-main-gca-3 .article {
        display: block;
        float: left;
        margin-bottom: 20px;
        padding: 5px;
        position: relative;
        width: 33%
    }

    .summary p {
        color: #000;
        font-family: "minion-pro";
        font-size: 1.25em;
        font-weight: 400;
        line-height: 1.4em;
        margin: 0 0 1em;
        padding: 0;
        letter-spacing: 0.5px
    }


    .latestnews_image {
        float: left;
        width: 45%;
        display: block;
        overflow: hidden;
        position: relative;
    }


    .article-content-latestnews {
        float: right;
        padding: 5px 10px;
        width: 55%;
    }

    #article-content h1 {
        clear: both;
        font-family: "minion-pro";
        font-size: 3.5em;
        font-weight: 400;
        line-height: 1.1em;
        margin: 0 0 15px;
        padding: 0;
        color: #000;
    }

    .profile_picture_container {
        display: none;
        float: left;
        padding-bottom: 5px;
    }


    .slides {
        margin-bottom: 25px;
    }

    .section {
        clear: both;
        margin-bottom: 0px;
    }

    .tile1 {
        height: 160px;
    }

    .tile2 {
        height: 160px;
    }

    .slides-top {
        margin-top: 25px
    }

    #mag-highlight {
        margin-top: 25px
    }

    #newsletter-highlight {
        margin-top: 25px
    }


    .container-leaderboard {
        background-color: #fff;
        margin-top: 15px;
    }

    .container-topics {
        background-color: #fff;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .main-article-column h2 {
        font-size: 18px;
        margin-top: 0px;
        color: #2B2828
    }

    .imageContainer {
        float: right;
        position: relative;
        width: 42%;
    }

    .wow {
        display: block;
        margin-bottom: 0px;
    }

    .tiles {
        color: #fff;
        margin-top: 25px;
    }

    .archivelisttop {
        -moz-box-sizing: border-box;
        display: block;
        height: 135px;
        margin-bottom: 15px;
        position: relative;
        z-index: 10;
        padding: 15px;
    }


    .box-heading h2 {
        margin-top: 0;
        margin-bottom: 15px;
        font-family: museo-sans,sans-serif;
        font-size: 2.5em;
        font-weight: 300;
        line-height: 0.8em
    }

    .box-heading h3 {
        margin-top: 0;
        margin-bottom: 15px;
        font-family: museo-sans,sans-serif;
        font-size: 2.5em;
        font-weight: 300;
        line-height: 0.8em
    }

    /* Sidebar */
    .sidebar-top-advert-wrap {
        margin-top: 0px;
        margin-bottom: 20px;
        text-align: center;
    }

    .sidebar-bottom-advert-wrap {
        margin-top: 0px;
        margin-bottom: 20px;
        text-align: center;
    }

    .advert-box-content div {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .advert-box-content-upper {
        padding-top: 0px;
        padding-bottom: 20px;
    }

    .advert-box-content {
    }

    .sidebar-content-wrap {
        margin: 20px 0 20px 0;
    }

    .twitter-content {
        width: 100% !important
    }

    .sidebar-twitter-wrap {
        margin: 20px 0 20px 0;
    }

    .archivelist {
        -moz-box-sizing: border-box;
        display: block;
        height: 135px;
        margin-bottom: 15px;
        position: relative;
        z-index: 10;
        padding: 15px;
    }

    .socialicons {
        display: none;
    }

    .navbar-toggle {
        float: left
    }


    .mobilemenu {
        padding-left: 0px;
    }

    .navbar-right {
        display: block
    }


    .logo-wrap {
        margin-top: 30px;
        text-align: center
    }

    .leaderboard {
        text-align: center;
        display: block;
    }

    .container-header {
        background-color: #454545;
        padding-left: 0px;
        padding-right: 0px;
        max-width: 1170px;
        width: 100%;
        position: relative;
        margin: 0 auto;
        *zoom: 1;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

        .container-header:before, .container-header:after {
            display: table;
            content: "";
            line-height: 0;
        }

        .container-header:after {
            clear: both;
        }

    .navbar-brand {
        display: block;
    }
    /* masthead */
    .header {
        display: block;
        text-align: center
    }

    .navbar-right {
        display: block !important
    }
    /* categories */
    .categorylist {
        display: block
    }

    /* slideshow feature */
    .feature {
        display: block;
        margin-right: 340px;
        margin-bottom: 40px;
        overflow: hidden;
    }

    .containernew {
        padding-left: 20px;
        padding-right: 20px;
        max-width: 1180px;
        width: 100%;
        position: relative;
        margin: 0 auto;
        *zoom: 1;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

        .containernew:before, .containernew:after {
            display: table;
            content: "";
            line-height: 0;
        }

        .containernew:after {
            clear: both;
        }

    .feature h1 {
        font-size: 42px;
        margin-top: 0px;
        font-family: "museo-sans",Helvetica,Arial,sans-serif;
        background-color: #FFFFFF;
        padding: 0px;
    }

    /* main column */
    #primary {
        width: 100%;
        float: left;
        margin-right: -300px;
    }

    #content:before, #content:after {
        display: table;
        content: "";
        line-height: 0;
    }

    #content:after {
        clear: both;
    }

    #main-content {
        margin-left: -210px;
        width: 100%;
        float: right;
    }

    article {
        display: table-cell;
        vertical-align: top;
    }

    .category_menu {
        display: block;
    }

    .categories {
        display: block;
        margin-bottom: 0px;
        margin-top: 5px;
    }

    .news-main {
        display: table-cell;
        vertical-align: top;
    }

        .news-main .article {
            overflow: hidden;
            position: relative;
            width: 100%;
            margin-bottom: 25px;
        }

    .even {
    }

    .odd {
    }

    .main-article-column .leftcolumn .related_articles h2 {
        margin-bottom: 0px;
    }


    /* right column */
    #secondary {
        display: block;
        width: 300px;
        float: left;
    }

    #secondary-article {
        display: none;
    }

    .feature + #primary + #secondary {
        position: absolute;
        top: 0;
        right: 40px;
        padding-bottom: 40px;
    }

    aside {
        display: table-cell;
        width: 300px;
        float: right;
        vertical-align: top;
    }

    /* right column */

    /* article page */
    .main-article-column .main_content {
        float: left;
        clear: both;
        width: 100%;
        margin-top: 25px;
        margin-bottom: 25px;
    }

    .main-article-column .leftcolumn {
        float: left;
        clear: both;
        width: 100%;
        margin-top: 0px;
        margin-bottom: 25px;
    }

        .main-article-column .leftcolumn .inhousearticlead {
            width: 300px;
            float: left;
        }

        .main-article-column .leftcolumn .catrel {
            display: block;
            width: 100%;
            float: right;
        }

        .main-article-column .leftcolumn .category {
            display: block;
            width: 100%;
            float: right;
            margin-bottom: 5%
        }

        .main-article-column .leftcolumn .related_articles {
            width: 100%;
            float: right;
        }

    .main-article-column .main_content {
        max-width: 100%
    }

    .main-article-column .edn_article_gallery {
        display: none;
    }

    .main-article-column .leftcolumn {
        float: right
    }

    .main-article-column a:link {
        color: #0072C6;
    }

    .main-article-column a:visited {
        color: #0072C6;
    }

    .main-article-column h1 {
        font-size: 42px;
        margin-top: 0px;
        font-family: "museo-sans",Helvetica,Arial,sans-serif;
    }

    .main-article-column h2 {
        font-size: 26px;
        margin-top: 0px;
    }

    .main-article-column p {
        font-size: 18px;
        line-height: 1.6em;
        color: #555555;
        font-family: proxima-nova;
        font-size: 16px;
        font-weight: 300;
    }

    .main-article-column .details_container {
        display: none
    }

    .main-article-column .profile_buttons {
        display: none
    }

    .main-article-column .addthis_toolbox {
        margin: 25px 0;
        padding: 10px 0;
    }

        .main-article-column .addthis_toolbox a {
            float: left;
            margin-right: 25px;
        }

    .main-article-column .profile_picture_container {
        display: block;
        float: left;
        margin-right: 15px;
        width: 75px;
    }

    .main-article-column .credit {
        float: left;
        margin-top: 30px;
    }

    .main-article-column .author_group_profile {
        clear: both;
        color: #555555;
        float: left;
        margin: 10px 0;
        max-width: 625px;
    }

        .main-article-column .author_group_profile a:link {
            color: #0072C6;
            font-weight: normal;
        }

        .main-article-column .author_group_profile a:visited {
            color: #0072C6;
            font-weight: normal;
        }

        .main-article-column .author_group_profile span {
            display: none;
        }

    .article_image img {
        width: 100%
    }

    .related_articles ul {
        list-style: none;
        padding: 0px;
    }

    .related_articles li {
        padding-bottom: 10px;
    }

    .main-article-column .edn_article_gallery ul {
        list-style: none;
        padding: 0px;
    }

    .main-article-column .social_buttons {
        display: none;
    }

    .main-article-column .box_list_container {
        display: none;
    }

    .main-article-column .meta_text {
        display: none;
    }

    .main-article-column .inhousearticlead-left {
        float: left;
        color: #ccc
    }

    .main-article-column .inhousearticlead-right {
        float: right;
    }

    aside .inhousearticlead-left {
        float: left;
        color: #ccc
    }

    aside .inhousearticlead-right {
        float: right;
    }

    .main-article-column #disqus_thread {
        clear: both;
        margin-top: 25px;
    }

    #content-article {
        margin-right: 0px;
        *zoom: 1;
    }

        #content-article:before, #content:after {
            display: table;
            content: "";
            line-height: 0;
        }

        #content-article:after {
            clear: both;
        }

    .topicimage {
        float: right;
        width: 30%;
        margin-left: 25px;
    }

    .magazinelarge {
        float: right;
        width: 50%
    }

    /* footer */
    .footer-left {
        float: left;
        height: auto;
        padding: 1em;
        width: 30%;
    }

    .footer-inner {
        display: block;
        float: right;
        height: auto;
        padding: 1em;
        width: 100%;
    }

    .footer-social {
        display: block;
        float: left;
        width: 25%;
    }

    .footer-directory {
        display: none;
        float: left;
        width: 33%;
    }

    .footer-more {
        display: block;
        float: left;
        width: 25%;
    }

    .copyright {
        color: #fff;
        display: block;
        font-size: 0.9em;
        height: auto;
        padding: 1em;
        width: 100%;
        clear: both;
    }

    .copyrightupper {
        float: left;
        margin-bottom: 10px;
    }

    .copyrightlower {
        float: left;
    }

    .copyright a:link {
        color: #fff !important;
    }

    .copyright a:visited {
        color: #fff !important;
    }



    /* magzine page page */
    .main-magazine-column .main_content {
        float: left;
        clear: both;
        width: 100%;
        margin-top: 25px;
        margin-bottom: 25px;
    }

    .main-magazine-column .leftcolumn {
        float: left;
        clear: both;
        width: 100%;
        margin-top: 0px;
        margin-bottom: 25px;
    }

        .main-magazine-column .leftcolumn .inhousearticlead {
            width: 300px;
            float: left;
        }

        .main-magazine-column .leftcolumn .catrel {
            display: block;
            width: 55%;
            float: right;
        }

        .main-magazine-column .leftcolumn .category {
            display: block;
            width: 100%;
            float: right;
            margin-bottom: 5%
        }

        .main-magazine-column .leftcolumn .related_articles {
            width: 100%;
            float: right;
        }

    .main-magazine-column .main_content {
        max-width: 100%
    }

    .main-magazine-column .edn_article_gallery {
        display: none;
    }

    .main-magazine-column .leftcolumn {
        float: right
    }

    .main-magazine-column a:link {
        color: #0072C6;
    }

    .main-magazine-column a:visited {
        color: #0072C6;
    }

    .main-magazine-column h1 {
        font-size: 42px;
        margin-top: 0px;
        font-family: "museo-sans",Helvetica,Arial,sans-serif;
    }

    .main-magazine-column h2 {
        font-size: 26px;
        margin-top: 0px;
    }

    .main-magazine-column p {
        font-size: 16px;
        line-height: 1.6em;
        color: #555555
    }

    .main-lower-column-sub-left {
        float: left;
        padding: 0 20px 0 0;
        width: 100%;
    }

    .main-lower-column-sub-middle {
        border-left: 1px solid #CCCCCC;
        float: left;
        padding: 0 20px;
        width: 50%;
    }

    .main-lower-column-sub-right {
        border-left: 1px solid #CCCCCC;
        float: left;
        padding: 0 0 0 20px;
        width: 50%;
    }

    .currentissue img {
        width: 50%
    }

    .speaktitle {
        color: #55D455 !important;
    }

    .fowtitle {
        color: #00BCF2
    }

    .magazine {
        color: #002451;
        margin-bottom: 0px !important;
    }

    .touchtitle {
        color: #FF8C00;
    }

    .primetitle {
        color: #BA141A;
    }

    .financialservicestitle {
        color: #009de0;
        text-transform: uppercase;
    }

    .manufacturingtitle {
        color: #9c1614;
        text-transform: uppercase;
    }

    .publicsectortitle {
        color: #dc911b;
        text-transform: uppercase;
    }

    .retailandhospitialitytitle {
        color: #75ae58;
        text-transform: uppercase;
    }

    .communicationsandmediatitle {
        color: #2a4a96;
        text-transform: uppercase;
    }

    .sidebar_box {
        clear: both;
        display: block;
        float: left;
        margin-bottom: 20px;
        text-align: left;
    }

    .magazinewrap {
        display: block;
        float: left;
        clear: both;
    }

    .recentissues-partner {
        clear: both;
        display: block;
        float: left;
        margin-bottom: 25px;
    }

    .magazinemedium {
        float: left;
        margin-right: 10px;
        width: 23%;
    }

    .recentissues-box {
        display: block;
        border: 1px solid #CCCCCC;
        float: left;
        clear: both;
        margin: 25px 0;
        padding: 15px;
    }

    .recentissues-partner {
        clear: both;
        display: block;
        float: left;
        margin-bottom: 25px;
    }

    .features {
        float: left;
        margin-right: 10px;
        width: 100%;
    }


    .box ul {
        padding: 0px;
    }

    .box h3.box-title {
        display: block;
        font-size: 1.3em;
        line-height: 1.2em;
        margin: 0.7em 2em 4em 0.7em;
    }

    box li.box-actions {
        clear: both;
        display: block;
        margin-bottom: 0.5em;
        font-size: 1.15em;
        padding-bottom: 0;
        line-height: 1;
    }

    li.box-actions {
        left: 1.4em;
        right: 1.4em;
    }
}


/* Tablet Landscape */
@media only screen and (min-width: 992px) {
	.container {
		max-width: 970px;
	  }
    .readnext .article-content {
        padding: 15px;
        position: relative;
        width: 100%
    }

    .summary p {
font-family: "minion-pro";
    font-size: 1.2em;
    font-weight: 400;
    line-height: 1.4em;
    margin: 0 0 1em;
    margin-bottom: 1em;
    margin-bottom: 1em;
    padding: 0;
    color: #222;
    }

    .summary ul {
    }

    .partners p {
        color: #000;
        font-family: "minion-pro";
        font-size: 1.35em;
        font-weight: 400;
        line-height: 1.4em;
        padding: 0;
        letter-spacing: 0.5px;
    }

    .parnters ul li {
        list-style: disc !important
    }

    .summary li {
        color: #000;
        font-family: "minion-pro";
        font-size: 1.35em;
        font-weight: 400;
        line-height: 1.4em;
        margin: 0 0 1em;
        padding: 0;
        letter-spacing: 0.5px
    }

    #dnn_TitlePane {
        margin-top: 0px;
    }

    .profile_picture_container {
        display: block;
        float: left;
        padding-bottom: 5px;
    }

    .main-article p {
        font-family: "minion-pro";
        font-size: 1.4em;
        font-weight: 400;
        line-height: 1.4em;
        margin: 0 0 1em;
        padding: 0;
        color: #000;
    }

    .white {
        padding-left: 15px;
        padding-right: 15px;
    }

    .profile_picture_container {
        float: none;
        display: none;
        padding-bottom: 5px;
    }

    .addthis_toolbox {
        padding: 15px 0px;
    }

    .credit {
        clear: both;
        float: left;
        border-bottom: 1px solid #ccc;
        text-align: right;
        font-family: "minion-pro";
        font-size: 1.2em;
        font-weight: 600;
        line-height: 1.5em;
        padding-bottom: 5px;
    }

    .article-date {
        clear: both;
        float: right;
        text-align: right;
        font-family: "minion-pro";
        font-size: 1.2em;
        font-weight: 400;
        line-height: 1.5em;
        padding-top: 5px;
        color: #777
    }

    .article-date-home {
        font-family: "minion-pro";
        font-size: 1.2em;
        font-weight: 400;
        line-height: 1.5em;
        color: #777
    }

    .twitter-content {
        width: 100% !important;
        margin-bottom: 25px;
        text-align: left
    }

    .header {
        display: block;
        text-align: center
    }

    .header {
        display: block;
        text-align: left
    }

    .title-subscribe .logo {
        background: rgba(0, 0, 0, 0) url("/images/GCA-white-small.png") no-repeat scroll center center;
        height: 75px;
        left: 3%;
        position: absolute;
        top: 45px;
        width: 300px;
    }

    .copy1 {
        display: block
    }

    .copy2 {
        display: block
    }

    .hppopular .article-content {
        padding: 15px;
        position: relative;
        width: 100%;
    }

    #article-content {
        background-color: #fff;
        display: block;
        padding: 25px 0 0 0;
        margin-top: 20px;
        position: relative;
    }

    #home-page {
        margin: 0 auto;
        background: #f3f3ee none no-repeat scroll 0 0 / 100% auto
    }

    #article-page {
        margin: 0 auto;
        background: #f3f3ee none no-repeat scroll 0 0 / 100% auto
    }

    #mag-highlight {
        margin-top: 25px
    }

    #newsletter-highlight {
        margin-top: 25px
    }

    .imageContainer {
        float: right;
        position: relative;
        width: 34%;
    }

    .sidebar-bottom-advert-wrap {
        margin-top: 20px;
        margin-bottom: 20px;
        background-color: #fff !important;
        text-align: center;
    }

    .container-leaderboard {
        background-color: #fff;
        margin-top: 10px;
    }

    .container-topics {
        background-color: #fff;
        margin-top: 0px;
        margin-bottom: 15px;
        color: #777
    }

    .slides {
        margin-bottom: 0px;
    }

    .mobilemenu {
        padding-left: 0px;
    }

    .navbar-brand {
        display: none;
    }

    .navbar-right {
        display: block
    }

    .socialicons {
        display: block;
    }



    .logo-wrap {
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .navbar-header {
        display: none
    }

    .magstyle {
        min-height: 350px
    }

    .wow {
        display: block;
        margin: 0;
        padding: 0
    }

    .slides-top {
        margin-top: 0px
    }

    .divider {
        background: url("http://beta.golfcoursearchitecture.net/images/icon.jpg") 50% 0 no-repeat;
        height: 24px;
        width: 100%;
        margin-top: 5px;
        margin-bottom: 5px;
    }


    .sidebar-top-advert-wrap {
        margin-bottom: 30px;
        margin-top: 0;
        padding-bottom: 0px;
        text-align: center;
    }

    .sidebar-bottom-advert-wrap {
        margin-top: 20px;
        margin-bottom: 0px;
        text-align: center;
    }

    .advert-box-content div {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .advert-box-content {
        clear: both;
        margin-bottom: 25px;
        margin-top: 0px;
    }

    .sidebar-content-wrap {
        margin: 0px 0 30px 0;
    }

    .sidebar-twitter-wrap {
        margin: 0px 0 20px 0;
    }

    .box-content p {
        color: #000;
        font-family: "proxima-nova";
        font-size: 1.1em;
        font-weight: 500;
        letter-spacing: 0.02em;
        line-height: 1.2em;
        text-align: center
    }

    .box-heading h2 {
        color: #222;
        display: block;
        font-family: "georgia";
        font-size: 20px;
        font-weight: normal;
        letter-spacing: 1.2px;
        line-height: 30px;
        margin: 0 0 20px;
        padding: 10px 0 0 0;
        text-align: center;
        border-top: 2px solid #00752f
    }

    .box-heading h3 {
        margin-top: 0;
        margin-bottom: 15px;
        font-family: georgia,"times new roman",times,serif;
        font-size: 2.5em;
        font-weight: 300;
        line-height: 0.8em
    }

    .keyline {
        border-bottom: 1px solid #ccc
    }

    .uCarousel {
        overflow: hidden;
        width: 100%;
    }





        .uCarousel .uCarousel-inner {
            position: relative;
            white-space: nowrap;
        }

        .uCarousel .slidefeature {
            display: inline-block;
            float: none;
            height: 425px;
            overflow: hidden;
            padding: 0;
            position: relative;
            width: 980px;
        }

    .shortPlats {
        display: block;
        float: left;
        margin-left: 33px;
        margin-top: 10px;
    }

    .arrimgsav {
        background: rgba(0, 0, 0, 0) url("/images/ICFR-app.png") no-repeat scroll 0 0;
        display: block;
        float: left;
        height: 100px;
        margin-left: 20px;
        margin-right: 10px;
        width: 161px;
    }

    .arrimgsav2 {
        background: rgba(0, 0, 0, 0) url("/images/ICFR-magazine-print-subscription.png") no-repeat scroll 0 0;
        display: block;
        float: left;
        height: 100px;
        margin-left: 20px;
        margin-right: 10px;
        width: 161px;
    }

    .arrimgsav .newarrOffers {
        color: #fff;
        font-size: 80%;
        margin-top: 20px;
        text-align: center;
    }

    .newarrOffers span span {
        color: #464646;
        display: block;
        font-size: 120%;
        font-weight: bold;
    }

    .h2tight {
        margin-bottom: 5px !Important
    }

    .suboption {
        margin-bottom: 45px;
    }

    #newarrshort2 {
        background: rgba(0, 0, 0, 0) url("/images/digital-and-print-arrow.jpg") no-repeat scroll 0 0;
        display: block;
        height: 137px;
        padding-top: 12px;
        position: relative;
        width: 700px;
    }

    #newarrshort {
        background: rgba(0, 0, 0, 0) url("/images/digital-and-print-arrow.jpg") no-repeat scroll 0 0;
        display: block;
        height: 137px;
        padding-top: 12px;
        position: relative;
        width: 700px;
    }





    .info-content > div {
        bottom: 85px;
        left: 0;
        position: absolute;
        right: 0;
    }

    #main-body {
        padding-top: 25px;
    }

    #logo-section {
        padding: 65px 0 25px 0;
        background-color: #fff
    }

    #topic-section {
        margin: 15px 0 15px 0;
        display: none
    }

    #leaderboard-section {
        margin: 0
    }

    .wide-container {
        background-color: #00752f
    }

    .leaderboard div {
        margin: auto;
    }

    .tiles {
        color: #fff;
        margin-top: 0px;
    }

    .tile1 {
        height: 168px;
    }

    .tile2 {
        height: 168px;
    }

    .imageicon {
        height: 18px;
        width: 18px;
    }

    .box .box-heading h2 {
        margin-bottom: 20px;
        margin-top: 10px;
    }

    .magazinelarge {
        float: right;
        width: 55%
    }

    .magazinearchive {
        width: 100%
    }

    .archive-magazine {
        margin-bottom: 50px;
		text-align: centre;
    }

    .archive-summary {
        text-align: center;
		margin-top: 10px;
font-family: "minion-pro";
  font-size: 1.2em;
  font-weight: 300;
  line-height: 1.4em;

  padding: 0;
  color: #222;
		
		
    }

    .sub-button {
        clear: both;
    }

    .header {
        display: block;
        clear: both;
        margin-top: 20px
    }

    .logo {
        float: left;
        display: block;
        margin-right: 10px;
    }

        .logo img {
            width: 100%;
            margin-bottom: 20px;
            float: left;
        }

    #logo {
        margin: auto;
        margin: 15px 0 15px 0px;
    }

    #leaderboard {
        margin: auto;
        margin: 15px 0 15px 0px;
    }

    .leaderboard {
        display: block;
        margin: auto;
        padding: 0;
    }

    .masthead {
        padding-top: 10px;
    }

    .masthead {
        display: block
    }

    .topicshead {
        display: block
    }

    .archive-section {
        margin: 25px 0 25px 0
    }

        .archive-section img {
            width: 100%
        }

        .archive-section .sub-button {
            background-color: #00752f;
            padding: 10px;
            color: #fff;
            clear: both;
            text-align: center
        }

        .archive-section a:link {
            color: #fff
        }

        .archive-section a:hover {
            text-decoration: underline;
        }


    .categorylist {
        display: block
    }

    .feature {
        margin-right: 320px;
        margin-bottom: 20px;
        overflow: hidden;
    }

    .containernew {
        background: url("/Portals/_default/Skins/onwindowsBS/images/backgrounds/static-snowflake-big-header.jpg") no-repeat scroll center top rgba(0, 0, 0, 0);
        padding-left: 20px;
        padding-right: 20px;
        max-width: 1300px;
        width: 100%;
        position: relative;
        margin: 0 auto;
        *zoom: 1;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding-top: 50px
    }

        .containernew:before, .containernew:after {
            display: table;
            content: "";
            line-height: 0;
        }

        .containernew:after {
            clear: both;
        }

    .feature h1 {
        font-size: 42px;
        margin-top: 0px;
        font-family: 'museo-sans',Helvetica,Arial,sans-serif;
        background-color: #FFFFFF;
        padding: 0px;
        font-weight: 300;
    }

    .feature p {
        font-family: "museo-sans",sans-serif;
        color: #555555;
        font-size: 16px;
        line-height: 1.6em;
    }

        .feature p a:link {
            color: #0072C6
        }

        .feature p a:visited {
            color: #0072C6
        }

        .feature p a:hover {
            text-decoration: none;
            border-bottom: 1px solid #0072C6
        }

    .feature ul {
        color: #555555;
        font-size: 16px;
        line-height: 1.6em;
        list-style: disc outside none;
    }

    .feature li {
        color: #555555;
        font-size: 16px;
        line-height: 1.6em;
    }

    #main-content {
        margin-left: -210px;
        width: 100%;
        float: right;
    }

    #primary {
        width: 100%;
        float: left;
        margin-right: -300px;
    }

    .category_menu {
        display: block;
    }

    .categories {
        display: block;
    }

    .hpfeatures .even {
        margin: 0px
    }

    .hpfeatures .odd {
        margin: 0px
    }

    .articletype .even {
        margin: 0px 12px 0px 0px;
    }

    .articletype .odd {
        margin: 0px 0px 0px 12px;
    }

    .hppopular .even {
        margin: 0px 0px 0px 0px;
    }

    .hppopular .odd {
        margin: 0px 0px 0px 0px;
    }

    .caption {
        background-color: #000;
        color: #fff;
        font-family: "minion-pro";
        font-size: 1.2em;
        padding: 10px 5px 10px 10px;
        text-align: left;
    }

    article {
        display: table-cell;
        vertical-align: top;
    }

    .news-main {
        display: block;
        vertical-align: top;
    }

    .hpfrontcover {
        width: 100%
    }

    .top100-main {
        background-color: #fff;
        clear: both;
        display: block;
        margin: auto;
        padding: 0px 0px 25px 0px;
        text-align: center;
        vertical-align: top;
        width: 100%;
    }

    .news-main4 {
        background-color: #fff;
        clear: both;
        display: block;
        margin: auto;
        padding: 15px;
        text-align: center;
        vertical-align: top;
        width: 90%;
    }

    .news-main .article {
        overflow: hidden;
        position: relative;
        width: 100%;
        display: block;
        margin-bottom: 25px;
        padding: 0px;
    }

    .news-main .gca {
        overflow: hidden;
        position: relative;
        width: 100%;
        display: block;
        margin-bottom: 20px;
        padding: 5px;
    }

    .categories {
        margin-bottom: 0px;
        margin-top: 15px
    }

    #secondary {
        width: 300px;
        float: left;
    }

    #secondary-article {
        display: block;
        width: 300px;
        float: left;
    }

    .feature + #primary + #secondary {
        position: absolute;
        top: 0;
        right: 20px;
        padding-bottom: 40px;
    }

    aside {
        display: table-cell;
        width: 300px;
        float: right;
        vertical-align: top;
        clear: both;
        margin-bottom: 35px;
    }

    .article-content {
        background-color: #fff
    }


    .hpfeatures .article-content {
        padding: 15px;
        position: relative;
        width: 100%
    }

    .articletype .article-content {
        padding: 15px;
        position: relative;
        width: 100%;
        min-height: 210px;
    }

    .readnext .article-content {
        padding: 15px;
        position: relative;
        width: 100%;
        min-height: 180px;
    }

    .hppopular .article-content {
        padding: 15px;
        position: relative;
        width: 100%;
    }

    .main-article {
        margin-top: 0px;
    }

    .articlefeatures .item_2 {
        margin-bottom: 0 !important
    }

    .main-article-column .main_content {
        float: right;
        width: 100%;
        margin-top: 25px;
        margin-bottom: 25px;
    }

    .main-article-column .leftcolumn {
        float: left;
        margin-top: 0px;
        width: 100%;
        clear: none;
    }

        .main-article-column .leftcolumn .catrel {
            display: block;
            float: right;
            width: 100%;
        }

        .main-article-column .leftcolumn .category {
            display: block;
            float: left;
            width: 100%;
            margin-bottom: 3%;
        }

        .main-article-column .leftcolumn .related_articles {
            display: block;
            float: right;
            width: 100%;
            clear: both;
        }

        .main-article-column .leftcolumn .inhousearticlead {
            display: block;
            float: left;
            width: 300px;
        }

    .main-article-column .main_content {
        max-width: 100%
    }

    .main-article-column .edn_article_gallery {
        display: none;
    }

    .main-article-column .inhousearticlead-left {
        float: left;
    }

    .main-article-column .inhousearticlead-right {
        float: right;
    }

    .main-article-column a:link {
        color: #0072C6;
    }

    .main-article-column a:visited {
        color: #0072C6;
    }

    .main-article-column .tweet_quote a:link {
        color: #555 !important;
    }

    .main-article-column .tweet_quote a:visited {
        color: #555 !important;
    }

    .main-article-column .tweet_quote a:hover {
        color: #fff !important;
    }

    #topicsnav {
        background-color: #00752f
    }






    .hpfeatures .content {
        display: block;
        position: relative;
        border
    }

    .articletype .content {
        display: block;
        position: relative;
        border
    }

    .hppopular .content {
        display: block;
        position: relative;
    }

    .latestnews .content {
        display: block;
        position: relative;
    }

    .readnext .content {
        display: block;
        position: relative;
    }



    .hpfeatures .content .even .item_2 {
        margin-bottom: 0px !important
    }

    .hpfeatures .summary {
        display: none;
    }

    .hpfeatures .credit {
        display: none;
    }

    .hpfeatures h1 {
        text-align: left;
        font-family: "minion-pro";
        font-size: 1.8em;
        letting-spacing: 0.02em;
        font-weight: 400;
        margin: 0;
        padding: 0;
        clear: both;
        line-height: 1.1em;
    }

    .articletype .content .even .item_2 {
        margin-bottom: 0px !important
    }

    .articletype .summary {
        display: none;
    }

    .articletype .credit {
        display: none;
    }

    .articletype h1 {
        text-align: left;
        font-family: "minion-pro";
        font-size: 1.8em;
        letting-spacing: 0.02em;
        font-weight: 400;
        margin: 0;
        padding: 0;
        clear: both;
        line-height: 1.1em;
    }

    .hppopular h1 {
        text-align: left;
        font-family: "minion-pro";
        font-size: 2.2em;
        letting-spacing: 0.02em;
        font-weight: 400;
        margin: 0;
        padding: 0;
        clear: both;
        line-height: 1.1em;
    }

    .readnext h1 {
        text-align: left;
        font-family: "minion-pro";
        font-size: 1.6em;
        letting-spacing: 0.02em;
        font-weight: 400;
        margin: 0;
        padding: 0;
        clear: both;
        line-height: 1.1em;
    }



    .hpfeatures h3 {
        display: none;
        color: #fff;
        text-align: left;
        font-family: "open-sans";
        font-size: 1.2em;
        letting-spacing: 0.02em;
        font-weight: 400;
        margin: 5px 0 0 0;
        padding: 0;
        clear: both;
        line-height: 1.2em;
    }

        .hpfeatures h3 a:link {
        }

        .hpfeatures h3 a:hover {
            text-decoration: underline;
        }

    .hpfeatures h1 a:link {
    }

    .hpfeatures h1 a:hover {
        text-decoration: underline;
    }

    .articletype h3 {
        display: none;
        color: #fff;
        text-align: left;
        font-family: "open-sans";
        font-size: 1.2em;
        letting-spacing: 0.02em;
        font-weight: 400;
        margin: 5px 0 0 0;
        padding: 0;
        clear: both;
        line-height: 1.2em;
    }

        .articletype h3 a:link {
        }

        .articletype h3 a:hover {
            text-decoration: underline;
        }

    .articletype h1 a:link {
    }

    .articletype h1 a:hover {
        text-decoration: underline;
    }



    .articlefeatures .article-content {
        bottom: 0;
        padding: 15px;
        position: absolute;
        width: 100%;
    }

    .articlefeatures .content {
        display: block;
        margin-bottom: 25px;
        position: relative;
    }

        .articlefeatures .content .even .item_2 {
            margin-bottom: 0px !important
        }

    .articlefeatures .summary {
        display: none;
    }

    .articlefeatures .credit {
        display: none;
    }

    .articlefeatures h1 {
        text-align: left;
        font-family: "open-sans";
        font-size: 1.2em;
        letting-spacing: 0.02em;
        font-weight: 600;
        margin: 0;
        padding: 0;
        clear: both;
        line-height: 1.2em;
    }

        .articlefeatures h1 a:link {
            color: #fff
        }

        .articlefeatures h1 a:hover {
            text-decoration: underline;
        }





    .latestnews .content {
        display: table;
        background-color: #fff;
        position: relative;
    }

    .latestnews {
        margin-bottom: 25px;
    }

    .hppopular .content .even .item_3 {
        margin-bottom: 0px !important
    }

    .hppopular h4 {
        font-family: "minion-pro";
        font-size: 2em;
        font-weight: 400;
        margin: 0px 0px 0px 0px;
        padding: 0;
        clear: both;
        line-height: 1.05em;
    }

    .latestnews h4 {
        font-family: "minion-pro";
        font-size: 1em;
        font-weight: 400;
        margin: 0px 0px 0px 0px;
        padding: 0;
        clear: both;
        line-height: 1.2em;
    }

    .latestnews_image {
        float: left;
        width: 45%;
        display: block;
        overflow: hidden;
        position: relative;
    }



    .featured-business {
        background-color: #fff;
        display: block;
        float: left;
        margin-bottom: 25px;
        overflow: hidden;
        position: relative;
        width: 100%;
    }

    .featured-business-name {
        float: right;
        width: 55%;
        padding: 5px 10px;
    }

        .featured-business-name h2 {
            clear: both;
            font-family: "minion-pro";
            font-size: 1.3em;
            font-weight: 600;
            line-height: 1.1em;
            margin: 0;
            padding: 0;
        }

        .featured-business-name h4 {
            color: #8a8c8e;
            font-family: "open-sans";
            font-size: 1em;
            font-weight: 300;
            line-height: 1.6em;
            margin-bottom: 10px;
        }


    .article-content-latestnews {
        float: right;
        width: 55%;
        padding: 5px 10px;
    }

    .article-content-popular {
        background: none repeat scroll 0 0 #fff;
        margin: 0;
        position: relative;
    }





    .header-top h3 {
        border: 1px solid #ccc;
        color: #000;
        font-family: "open-sans";
        font-size: 1.4em;
        font-weight: normal;
        letter-spacing: 0.01em;
        padding: 10px;
        text-transform: uppercase;
        margin: 0px 0 25px 0px;
        text-align: center;
    }

    .header h1 {
        color: #000;
        font-family: "Istok Web",sans-serif;
        font-size: 1.6em;
        font-weight: 400;
        letter-spacing: 0.01em;
        margin: 0 0 15px;
        text-transform: uppercase;
        text-align: left;
    }

    .header h2 {
        color: #000;
        font-family: 'Istok Web', sans-serif;
        font-size: 1.2em;
        font-weight: bold;
        letter-spacing: 0.01em;
        padding: 0px;
        text-align: left;
        margin: 25px 0 25px 0;
        text-transform: none;
    }




    .header h3 {
    font-weight: 400;
  font-family: "minion-pro";
  font-size: 1.4rem;
  line-height: 1.3;

    }

    .light {
        font-weight: 300;
        display: inline;
    }

    .bold {
        font-weight: 600;
        display: inline;
    }

    .header h4 {
        color: #000;
        font-family: "open-sans";
        font-size: 1.2em;
        font-weight: bold;
        letter-spacing: 0.01em;
        padding: 10px;
        margin: 0 0 10px 0;
    }

    .button-center {
        text-align: center;
    }

    .sub-section {
        margin-bottom: 25px;
    }

    .main-article-column {
        background-color: #fff;
    }

    .background-white {
        background-color: #fff;
    }

    .background-grey {
    }

    .addthis {
        clear: both;
        margin: 0 0 25px 0
    }

    .main-article-column h1 {
        font-size: 50px;
        margin-top: 0px;
        font-family: "georgia";
        width: 100%;
        font-weight: 400;
        color: #000000;
    }

    .main-article-column h2 {
        font-size: 26px;
        margin-top: 10px;
        width: 100%;
        font-weight: 300;
        margin-bottom: 0px;
    }

    .main-article-column h3 {
        font-size: 16px;
        margin-top: 0px;
        width: 100%;
        font-weight: bold;
        color: #555555
    }

    .main-article-column p {
        font-size: 16px;
        line-height: 1.6em;
        color: #555555;
        font-weight: 300;
        font-family: "minion-pro";
    }

    .main-article-column .details_container {
        display: none
    }

    .main-article-column .profile_buttons {
        display: none
    }

    .main-article-column .addthis_toolbox {
        float: right;
        margin: 0;
        padding: 0;
        position: inherit;
        display: none !important
    }

    .addthis_floating_style {
    }

    .main-article-column .addthis_toolbox a {
        float: left;
        margin-right: 25px;
    }

    .main-article-column .profile_picture_container {
        display: block;
        float: left;
        margin-right: 0px;
        width: 90px;
    }

    .main-article-column .credit {
        float: left;
        font-family: "georgia";
        font-size: 16px;
        margin-bottom: 10px;
        margin-top: 5px;
        text-align: left;
    }

    .main-article-column .author_group_profile {
        clear: both;
        color: #555555;
        float: left;
        margin: 0 0 10px 0;
        max-width: 625px;
    }

        .main-article-column .author_group_profile a:link {
            color: #0072C6;
            font-weight: 300;
        }

        .main-article-column .author_group_profile a:visited {
            color: #0072C6;
            font-weight: bold;
        }

        .main-article-column .author_group_profile span {
            display: none;
        }

    .article_image img {
        width: 100%;
        height: auto;
    }

    .related_articles ul {
        list-style: none;
        padding: 0px;
        margin: 0px;
    }

    .related_articles li {
        padding-bottom: 10px;
        line-height: 1.3em;
    }

    .main-article-column .edn_article_gallery ul {
        list-style: none;
        padding: 0px;
    }

    .main-article-column .social_buttons {
        display: none;
    }

    .main-article-column .box_list_container {
        display: none;
    }

    .main-article-column .meta_text {
        display: none;
    }

    .main-article-column #disqus_thread {
        clear: both;
        margin-top: 25px;
    }

    .article-content a:hover {
        text-decoration: underline;
    }

    .mostpopular {
        padding: 15px 20px 20px 20px;
        diplay: block;
        position: relative
    }

    .sidebar_box h2 {
        margin: 0 0 8px 0;
    }

        .sidebar_box h2 a:link {
            margin: 0px;
            color: #000;
            font-family: georgia;
            font-size: 0.9em;
            font-weight: 500;
            letter-spacing: 0.02em;
            line-height: 1em !important;
        }

    .sidebar_box p {
        color: #000;
        font-family: georgia;
        font-size: 1.5em;
        font-weight: 500;
        letter-spacing: 0.02em;
        line-height: 1.2em;
    }


    .sidebar_box .title {
        color: #000;
        font-family: georgia;
        font-size: 1.5em;
        font-weight: 500;
        letter-spacing: 0.02em;
        line-height: 1.2em;
    }

        .sidebar_box .title:hover {
            color: green;
        }

    .topicimage {
        float: right;
        width: 30%;
        margin-left: 25px;
    }

    .article_comments {
        display: none;
    }

    #printedmag_advertising {
        float: left;
        margin-right: 3%;
    }

    #printedmag_subscriptions {
        clear: both;
        margin-top: 60px;
    }

    #magazinearchive {
        clear: both;
        display: block;
        position: relative;
    }

        #magazinearchive img {
            height: 100%;
        }

    .sidebarlist h3 {
        font-size: 2em;
        margin-bottom: 15px;
        padding: 0;
    }

    .archivelisttopselected {
        clear: both;
        -moz-box-sizing: border-box;
        border-bottom: 1px solid #DDDDDD;
        display: block;
        padding: 10px 0 20px 15px;
        position: relative;
        z-index: 10;
        height: 135px;
    }

    #magazinearchive a:link {
        color: #0072C6;
    }

    .last {
        margin-bottom: 0px !important
    }

    .BannerAd2 {
        display: block;
    }

    .BannerAd4 {
        display: block;
    }

    .BannerAd5 {
        display: block;
    }

    .BannerAd6 {
        display: block;
    }

    .main-lower-column-sub-left {
        float: left;
        padding: 0 20px 0 0;
        width: 33%;
    }

    .main-lower-column-sub-middle {
        border-left: 1px solid #CCCCCC;
        float: left;
        padding: 0 20px;
        width: 33%;
    }

    .main-lower-column-sub-right {
        border-left: 1px solid #CCCCCC;
        float: left;
        padding: 0 0 0 20px;
        width: 33%;
    }
}







/* desktops */
@media only screen and (min-width: 1200px) {
	.dropdown-menu li {
        padding: 8px 10px
    }
    .container, .container-sm, .container-md, .container-lg, .container-xl {
        max-width: 1440px;
    }
	.socialicons-content{display:flex;}
    .photoCaption {
        position: absolute;
        bottom: 0px;
        right: 0px;
        background-color: #2f2f2f;
        padding: 5px 7px 4px 7px;
        font-family: arial;
        font-size: 0.9em;
        font-weight: 400;
        opacity: 0.6;
        text-transform: uppercase;
    }

    .photoCaption-small {
        position: absolute;
        bottom: 0px;
        right: 0px;
        background-color: #2f2f2f;
        padding: 5px 7px 4px 7px;
        font-family: arial;
        font-size: 0.7em;
        font-weight: 400;
        opacity: 0.6;
        text-transform: uppercase;
    }


    .author_group_profile {
        float: right;
        margin-bottom: 25px;
    }

    .hpfeatures h1 {
        text-align: left;
        font-family: "minion-pro";
        font-size: 2.2em;
        letting-spacing: 0.02em;
        font-weight: 400;
        margin: 0;
        padding: 0;
        clear: both;
        line-height: 1.1em;
    }

    .articletype h1 {
        text-align: left;
        font-family: "minion-pro";
        font-size: 2.2em;
        letting-spacing: 0.02em;
        font-weight: 400;
        margin: 0;
        padding: 0;
        clear: both;
        line-height: 1.1em;
    }

    .hppopular h1 {
        text-align: left;
        font-family: "minion-pro";
        font-size: 2em;
        letting-spacing: 0.02em;
        font-weight: 400;
        margin: 0;
        padding: 0;
        clear: both;
        line-height: 1.1em;
    }


    .latestnews h4 {
        font-family: "minion-pro";
        font-size: 1.2em;
        font-weight: 400;
        margin: 0px 0px 0px 0px;
        padding: 0;
        clear: both;
        line-height: 1.2em;
    }

  .mag-article p {
      font-family: "minion-pro";
    font-size: 1.2em;
    font-weight: 400;
    line-height: 1.4em;
    margin: 0 0 1em;
    margin-bottom: 1em;
    padding: 0;
    color: #222;
    }

    .main-article p {
        font-family: "minion-pro";
        font-size: 1.5em;
        font-weight: 400;
        line-height: 1.4em;
        margin: 0 0 1em;
        padding: 0;
        color: #222;
    }

    .related_articles {
        background-color: #fff;
        clear: both;
        float: right;
        font-size: 1.5em;
        font-weight: 300;
        letter-spacing: 0;
        line-height: 1.334;
        margin-bottom: 24px;
        margin-left: 32px;
        margin-top: 0px;
        padding-bottom: 0.1875rem;
        padding-top: 0.0625rem;
        width: 33.3333%;
        font-family: "minion-pro";
        color: #555
    }

    .main-article-body {
        position: relative
    }

    .readnext .article-content {
        padding: 15px;
        position: relative;
        width: 100%;
        min-height: 140px;
    }

    .credit {
        clear: both;
        float: right;
        border-bottom: 1px solid #ccc;
        text-align: right;
        font-family: "minion-pro";
        font-size: 1.2em;
        font-weight: 600;
        color: #777;
        line-height: 1.5em;
        padding-bottom: 5px;
    }


    .profile_picture_container {
        float: right;
        padding-bottom: 5px;
        display: block;width:75%;
    }

    .latestnews h4 {
        font-family: "minion-pro";
        font-size: 1.3em;
        font-weight: 400;
        margin: 0px 0px 0px 0px;
        padding: 0;
        clear: both;
        line-height: 1.2em;
    }

    .hppopular .article-content {
        padding: 15px;
        position: relative;
        width: 100%;
        min-height: 150px
    }

    .news-main-gca .article {
        display: block;
        float: left;
        margin-bottom: 20px;
        padding: 5px;
        position: relative;
        width: 50%
    }

    .news-main-gca-3 .article {
        display: block;
        float: left;
        margin-bottom: 20px;
        padding: 5px;
        position: relative;
        width: 50%
    }

    .news-main-gca .article {
        display: block;
        float: left;
        margin-bottom: 20px;
        padding: 5px;
        position: relative;
        width: 50%
    }

    .news-main-gca-3 .article {
        display: block;
        float: left;
        margin-bottom: 20px;
        padding: 5px;
        position: relative;
        width: 33%
    }

    #mag-highlight {
        margin-top: 0px
    }

    #newsletter-highlight {
        margin-top: 0px
    }

    .socialicons {
        display: block;
        float: right
    }

    .leaderboard {
        display: block;
        margin: auto;
        padding: 0;
        text-align: right;
        float: right;
    }

    .imageContainer {
        float: right;
        margin-top: 0px;
        position: relative;
        width: 48%;
    }

    .tile1 {
        height: 168px;
    }

    .tile2 {
        height: 168px;
    }

    .logo-wrap {
        margin-top: 0px;
        width: 100%
    }

    .main-article-column .main_content {
        float: right;
        width: 70%;
        margin-top: 25px;
        margin-bottom: 25px;
    }

    .main-article-column .leftcolumn {
        float: left;
        margin-top: 25px;
        width: 28%;
        clear: none;
        margin-right: 2%;
    }

        .main-article-column .leftcolumn .catrel {
            width: 100%
        }

        .main-article-column .leftcolumn .inhousearticlead {
            display: block;
            float: left;
            width: 100%
        }

        .main-article-column .leftcolumn .category {
            display: block;
            float: left;
            width: 100%;
            margin-bottom: 20px;
        }

            .main-article-column .leftcolumn .category h2 {
                margin-bottom: 5px;
                margin-top: 0px;
                line-height: 0.9em;
            }

            .main-article-column .leftcolumn .category a:link {
                font-size: 14px;
                font-family: proxima-nova;
            }

        .main-article-column .leftcolumn .related_articles {
            display: block;
            float: left;
            width: 100%;
            clear: none;
        }

            .main-article-column .leftcolumn .related_articles h2 {
                margin-bottom: 5px;
                margin-top: 15px;
            }

    .imageContainer {
        float: right;
        height: auto;
        position: relative;
    }

    .logo-wrap {
        margin-top: 0px;
        margin-bottom: 0px;
        width: 90%;
    }
}

@media only screen and (max-width: 990px) {
	
	.column {
    margin-top: 0px;
}

	.logo-wrap {display:none}
	
    #topbar {
        padding: 10px;
    }

    .header-wrap .inner {
        float: none;
        text-align: center;
        width: 100%;
    }

    #pav-mainnav {
        position: absolute !important;
        content: "";
        top: -3px;
        width: 60px;
        height: 60px !important;
    }



    #logo-section {
        padding: 65px 0 0 0;
    }
}


/* ==|== print styles ======================================================= */

@media print {
    * {
        background: transparent !important;
        color: black !important;
        text-shadow: none !important;
        filter: none !important;
        -ms-filter: none !important;
    }

    a, a:visited {
        text-decoration: underline;
    }

        a[href]:after {
            content: " (" attr(href) ")";
        }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
        content: "";
    }

    pre, blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr, img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p, h2, h3 {
        orphans: 3;
        widows: 3;
    }

    h2, h3 {
        page-break-after: avoid;
    }
}



/*!
 *  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}

@charset "UTF-8";
@import url("/DesktopModules/EasyDNNNews/static/font-awesome/css/font-awesome.min.css");
/* latin-ext */
@font-face {
  font-family: "Coda";
  font-style: normal;
  font-weight: 400;
  src: local("Coda Regular"), local("Coda-Regular"), url("https://fonts.gstatic.com/s/coda/v12/MsyPv5UTc2VukMMM7yvUbQ.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: "Coda";
  font-style: normal;
  font-weight: 400;
  src: local("Coda Regular"), local("Coda-Regular"), url("https://fonts.gstatic.com/s/coda/v12/_xmjOXyFZCVnKmbBxb_PUA.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;
}
/* vietnamese */
@font-face {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 400;
  src: local("Source Sans Pro"), local("SourceSansPro-Regular"), url("https://fonts.gstatic.com/s/sourcesanspro/v9/ODelI1aHBYDBqgeIAH2zlNOAHFN6BivSraYkjhveRHY.woff2") format("woff2");
  unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 400;
  src: local("Source Sans Pro"), local("SourceSansPro-Regular"), url("https://fonts.gstatic.com/s/sourcesanspro/v9/ODelI1aHBYDBqgeIAH2zlC2Q8seG17bfDXYR_jUsrzg.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: "Source Sans Pro";
  font-style: normal;
  font-weight: 400;
  src: local("Source Sans Pro"), local("SourceSansPro-Regular"), url("https://fonts.gstatic.com/s/sourcesanspro/v9/ODelI1aHBYDBqgeIAH2zlNV_2ngZ8dMf8fLgjYEouxg.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: "Coda";
  font-style: normal;
  font-weight: 400;
  src: local("Coda Regular"), local("Coda-Regular"), url("https://fonts.gstatic.com/s/coda/v12/s12AzR1396ChYL16HmU0pg.woff2") format("woff2");
}
@font-face {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 400;
  src: local("Source Sans Pro"), local("SourceSansPro-Regular"), url("https://fonts.gstatic.com/s/sourcesanspro/v9/ODelI1aHBYDBqgeIAH2zlMiuYsbw7ku9F25X8Z55niY.woff2") format("woff2");
}
@font-face {
  font-family: "Coda";
  font-style: normal;
  font-weight: 400;
  src: local("Coda Regular"), local("Coda-Regular"), url("https://fonts.gstatic.com/s/coda/v12/jYjBpv5EXPluzmg36czCAQ.woff") format("woff");
}
@font-face {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 400;
  src: local("Source Sans Pro"), local("SourceSansPro-Regular"), url("https://fonts.gstatic.com/s/sourcesanspro/v9/ODelI1aHBYDBqgeIAH2zlBBHWFfxJXS04xYOz0jw624.woff") format("woff");
}
.eds_news_NewsMagazine {

  font-family: "Source Sans Pro", sans-serif;
  line-height: 1.7;
  font-size: 16px;
  color: #504e4e;
}
.eds_news_NewsMagazine span, .eds_news_NewsMagazine a, .eds_news_NewsMagazine li, .eds_news_NewsMagazine td, .eds_news_NewsMagazine table {
  font-family: inherit;
  color: inherit;
  line-height: inherit;
  font-size: inherit;
}
.eds_news_NewsMagazine a > img {
  border: none;
}
.eds_news_NewsMagazine .fa {
  line-height: 1;
}
.eds_news_NewsMagazine *,
.eds_news_NewsMagazine *::before,
.eds_news_NewsMagazine *::after {
  box-sizing: border-box;
}
.eds_news_NewsMagazine .eds_openModal {
  cursor: pointer;
}
.eds_news_NewsMagazine .edn_clearFix:after {
  display: table;
  content: "";
  clear: both;
  width: 100%;
}
.eds_news_NewsMagazine .edn_isotopeLayout > div {
  margin: 0 auto;
  max-width: 100%;
}
.eds_news_NewsMagazine.eds_subCollection_news h1,
.eds_news_NewsMagazine.eds_subCollection_news h2,
.eds_news_NewsMagazine.eds_subCollection_news h3,
.eds_news_NewsMagazine.eds_subCollection_news h4,
.eds_news_NewsMagazine.eds_subCollection_news h5,
.eds_news_NewsMagazine.eds_subCollection_news h6,
.eds_news_NewsMagazine.eds_subCollection_news th,
.eds_news_NewsMagazine.eds_subCollection_news .in_article_image .image_title {
font-family: "minion-pro";
}
.eds_news_NewsMagazine.eds_subCollection_news h1, .eds_news_NewsMagazine.eds_subCollection_news h2, .eds_news_NewsMagazine.eds_subCollection_news h3, .eds_news_NewsMagazine.eds_subCollection_news h4, .eds_news_NewsMagazine.eds_subCollection_news h5, .eds_news_NewsMagazine.eds_subCollection_news h6 {
  margin: 0 0 15px;
  padding: 0;
  color: #000;
  font-weight: boldl;
  letter-spacing: normal;
  line-height: 1.1;
}
.eds_news_NewsMagazine.eds_subCollection_news h1 {
  font-size: 36px;
}
.eds_news_NewsMagazine.eds_subCollection_news h2 {
  font-size: 22px;
}
.eds_news_NewsMagazine.eds_subCollection_news h3 {
  font-size: 24px;
}
.eds_news_NewsMagazine.eds_subCollection_news h4 {
  font-size: 18px;
}
.eds_news_NewsMagazine.eds_subCollection_news h5 {
  font-size: 14px;
}
.eds_news_NewsMagazine.eds_subCollection_news h6 {
  font-size: 12px;
}
.eds_news_NewsMagazine.eds_subCollection_news p {
  margin: 0 0 15px;
  padding: 0;
}
.eds_news_NewsMagazine.eds_subCollection_news ul, .eds_news_NewsMagazine.eds_subCollection_news ol {
  margin-left: 15px;
}
.eds_news_NewsMagazine.eds_subCollection_news ul {
  list-style-type: disc;
}
.eds_news_NewsMagazine.eds_subCollection_news ul ul {
  list-style-type: circle;
}
.eds_news_NewsMagazine.eds_subCollection_news ul ul ul {
  list-style-type: square;
}
.eds_news_NewsMagazine.eds_subCollection_news ol {
  list-style-type: decimal;
}
.eds_news_NewsMagazine.eds_subCollection_news ol ol {
  list-style-type: upper-roman;
}
.eds_news_NewsMagazine.eds_subCollection_news ol ol ol {
  list-style-type: lower-roman;
}
.eds_news_NewsMagazine.eds_subCollection_news a {
  text-decoration: none;
  color: #000;
 
}
.eds_news_NewsMagazine.eds_subCollection_news a:hover {
  color: #2281c0 !important;
  text-decoration: underline;
}
.eds_news_NewsMagazine.eds_subCollection_news:after {
  display: block;
  content: "";
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_articleSummary {
  font-size: 18px;
  line-height: 1.3;font-family: "minion-pro";
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_articleDate {
  font-size: 14px;
  line-height: 1.3;
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_article .edn_articleTitle {
  margin-bottom: 0px;
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_article .edn_articleSubTitle {
  color: #424242;
  font-size: 16px;
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_mediaContainer {

  float: left;
  margin: 5px 5px 10px 0;
  position: relative;
  position: relative;
  overflow: hidden;
  line-height: 0;
  transition: all 250ms linear;
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_mediaContainer:hover {
  border-color: #504e4e;
}
.eds_news_NewsMagazine.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/NewsMagazine/assets/images/common/blank.png");
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_mediaContainer > img {
  max-width: 100%;
  height: auto;
  display: inline-block;
  transition: all 0.3s linear;
}
.eds_news_NewsMagazine.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_NewsMagazine.eds_subCollection_news .edn_mediaContainer .edn_galleryLink:before {
  line-height: 1;
  font-family: "FontAwesome";
  content: "";
  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_NewsMagazine.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: "Coda", sans-serif;
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_mediaContainer .edn_galleryLink:hover:before {
  color: #c81704;
}
.eds_news_NewsMagazine.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_NewsMagazine.eds_subCollection_news .edn_mediaContainer.edn_withTime {
    display: block;
    width: 100%;
  }
}
.eds_news_NewsMagazine.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_NewsMagazine.eds_subCollection_news .edn_mediaContainer.edn_withTime > time {
    display: block;
  }
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_mediaContainer.edn_withTime > time > span {
  display: block;
  color: #fff;
  line-height: 1.2;
  font-family: "Coda", sans-serif;
  font-size: 22px;
}
@media handheld, only screen and (max-width: 480px), only screen and (max-device-width: 480px) {
  .eds_news_NewsMagazine.eds_subCollection_news .edn_mediaContainer.edn_withTime > time > span {
    display: inline;
    padding: 0 5px;
  }
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_mediaContainer.edn_withTime > time > span:first-child {
  font-size: 26px;
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_mediaContainer.edn_withTime > time > span:last-child {
  font-size: 13px;
}
.eds_news_NewsMagazine.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_NewsMagazine.eds_subCollection_news .edn_mediaContainer.edn_withTime > a {
    display: block;
  }
}
.eds_news_NewsMagazine.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_NewsMagazine.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_NewsMagazine.eds_subCollection_news .edn_mediaContainer.edn_withTime > a > img {
    width: 100%;
  }
}
.eds_news_NewsMagazine.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_NewsMagazine.eds_subCollection_news .edn_mediaContainer.edn_withTime > a:hover:after,
.eds_news_NewsMagazine.eds_subCollection_news .edn_mediaContainer.edn_withTime > a:hover .edn_mediaLink {
  opacity: 1;
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_mediaContainer.edn_withTime > a:hover > img {
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_galleryImagesContainer {
  max-width: 100%;
  overflow: hidden;
  position: relative;
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_galleryImagesContainer img {
  max-width: 100%;
  height: auto;
  display: none;
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_galleryImagesContainer:before {
  content: "";
  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_NewsMagazine.eds_subCollection_news .edn_adminActions {
  line-height: 1;
  font-size: 13px;
  position: relative;
  z-index: 999;
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_adminActions > a,
.eds_news_NewsMagazine.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_NewsMagazine.eds_subCollection_news .edn_adminActions > a:hover,
.eds_news_NewsMagazine.eds_subCollection_news .admin_action:hover {
  text-decoration: underline;
  box-shadow: 0 0 2px 0 #fff inset;
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_adminActions > a:hover:before,
.eds_news_NewsMagazine.eds_subCollection_news .admin_action:hover:before {
  opacity: 1;
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_adminActions > a:before,
.eds_news_NewsMagazine.eds_subCollection_news .admin_action:before {
  font-family: "FontAwesome";
  display: inline-block;
  margin-right: 5px;
  font-size: 15px;
  opacity: 0.8;
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_adminActions > a.edit,
.eds_news_NewsMagazine.eds_subCollection_news .admin_action.edit {
  color: #f89e00;
  border-color: #e78d00;
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_adminActions > a.edit:before,
.eds_news_NewsMagazine.eds_subCollection_news .admin_action.edit:before {
  content: "";
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_adminActions > a.publish_article,
.eds_news_NewsMagazine.eds_subCollection_news .admin_action.publish_article {
  color: #619c1c;
  border-color: #4c771d;
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_adminActions > a.publish_article:before,
.eds_news_NewsMagazine.eds_subCollection_news .admin_action.publish_article:before {
  content: "";
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_metaDetails {
  font-size: 12px;
  line-height: 1.2;
  color: #6e6e6e;
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_metaDetails .edn_numberComments,
.eds_news_NewsMagazine.eds_subCollection_news .edn_metaDetails .edn_numberOfVievs {
  display: inline-block;
  margin: 0 10px;
  vertical-align: middle;
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_metaDetails .edn_numberComments:before,
.eds_news_NewsMagazine.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_NewsMagazine.eds_subCollection_news .edn_metaDetails .edn_numberComments:before {
  content: "";
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_metaDetails .edn_numberOfVievs:before {
  content: "";
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_readMoreButtonWrapper {
  margin: 10px 0;
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_readMore.edn_readMoreButton,
.eds_news_NewsMagazine.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: "Coda", 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_NewsMagazine.eds_subCollection_news .edn_readMore.edn_readMoreButton:hover,
.eds_news_NewsMagazine.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_NewsMagazine.eds_subCollection_news .fb-comments, .eds_news_NewsMagazine.eds_subCollection_news .fb-comments iframe[style], .eds_news_NewsMagazine.eds_subCollection_news .fb-comments > span {
  width: 100% !important;
}
.eds_news_NewsMagazine.eds_subCollection_news .fb_comments_count {
  margin: 0 !important;
  display: inline !important;
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_article_map {
  margin: 15px 0;
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_socialPrintWrapper {
  padding: 10px 0 0;
  width: 100%;
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_socialPrintWrapper::after {
  display: table;
  content: "";
  clear: both;
  width: 100%;
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_socialPrintWrapper .addthis_inline_share_toolbox {
  clear: none !important;
  margin-top: 5px;
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_socialPrintWrapper .addthis_inline_share_toolbox ~ .edn_printButton {
  margin-left: 20px;
}
@media handheld, only screen and (max-width: 480px), only screen and (max-device-width: 480px) {
  .eds_news_NewsMagazine.eds_subCollection_news .edn_socialPrintWrapper .addthis_inline_share_toolbox ~ .edn_printButton {
    margin-left: 17px;
  }
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_socialPrintWrapper .addthis_inline_share_toolbox ~ .edn_printButton::after {
  display: inline-block;
}
.eds_news_NewsMagazine.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 handheld, only screen and (max-width: 480px), only screen and (max-device-width: 480px) {
  .eds_news_NewsMagazine.eds_subCollection_news .edn_printButton {
    padding: 6px 8px;
  }
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_printButton::after {
  content: "";
  border-left: dotted 1px #ddd;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -13px;
  display: none;
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_printButton::before {
  font: 14px/1 "FontAwesome";
  color: #fff;
  content: "";
  vertical-align: middle;
  padding-right: 10px;
}
@media handheld, only screen and (max-width: 480px), only screen and (max-device-width: 480px) {
  .eds_news_NewsMagazine.eds_subCollection_news .edn_printButton::before {
    padding-right: 0;
  }
}
.eds_news_NewsMagazine.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_NewsMagazine.eds_subCollection_news .edn_printButton > span {
    display: none;
  }
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_printButton:hover {
  background-color: #a5a5a5;
}
.eds_news_NewsMagazine.eds_subCollection_news .addthis_inline_share_toolbox,
.eds_news_NewsMagazine.eds_subCollection_news .edNews_fbLike,
.eds_news_NewsMagazine.eds_subCollection_news .edn_printButton {
  display: inline-block;
  vertical-align: middle;
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_Share {
  position: relative;
  display: inline-block;
  cursor: pointer;
  margin: 0 10px;
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_Share .edn_socialShareButton {
  font-size: 18px;
  color: #6e6e6e;
}
.eds_news_NewsMagazine.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_NewsMagazine.eds_subCollection_news .edn_Share:hover > div {
  display: block;
}
.eds_news_NewsMagazine.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_NewsMagazine.eds_subCollection_news .edn_eventDetails .edn_eventRegistrationModalTrigger {
  float: right;
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_eventDetails .edn_eventLocation {
  padding: 5px 0 0;
  margin: 0;
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_eventDetails .edn_eventLocation:before {
  content: "";
  font-family: "FontAwesome";
  color: #c81704;
  margin-right: 5px;
  display: inline-block;
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_eventDetails > ul {
  margin: 0;
  padding: 0;
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_eventDetails > ul li {
  list-style-type: disc;
  margin: 2px 0 2px 15px;
}
.eds_news_NewsMagazine.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_NewsMagazine.eds_subCollection_news .edn_eventDetails .edn_eventInfoMessage p {
  margin: 0;
  padding: 0;
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_eventDetails .edn_eventInfoMessage hr {
  margin: 6px 0;
  border-bottom: dashed 1px #95c1f1;
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_eventDetails .edn_eventInfoMessage .eds_paymentInfo {
  font-style: normal;
  padding: 5px;
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_eventDetails .edn_eventInfoMessage .eds_paymentInfo p {
  margin: 0;
  padding: 0;
}
.eds_news_NewsMagazine.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_NewsMagazine.eds_subCollection_news .edn_eventDetails .edn_eventInfoMessage .eds_paymentInfo .edn_infoColor1 {
  color: #0076b5;
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_eventDetails .edn_eventInfoMessage .eds_paymentInfo .edn_infoColor2 {
  color: #db0000;
}
.eds_news_NewsMagazine.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_NewsMagazine.eds_subCollection_news .edn_eventDetails .edn_eventInfoMessage .eds_paymentInfo .edn_eventPayPalPayment:hover {
  text-decoration: none;
  color: #0b65ac;
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_eventDetails .edn_eventPrice {
  float: right;
  clear: right;
  margin: 7px;
  font-family: "Coda", sans-serif;
  font-size: 22px;
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_listEventDetails {
  color: #969696;
  font-size: 13px;
  line-height: 1.3;
  margin: 0;
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_listEventDetails > span {
  margin-right: 20px;
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_listEventDetails > span:before {
  font-family: "FontAwesome";
  color: #c81704;
  margin-right: 5px;
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_listEventDetails > span.edn_eventLocation:before {
  content: "";
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_listEventDetails > span.edn_eventDate:before {
  content: "";
}
.eds_news_NewsMagazine.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_NewsMagazine.eds_subCollection_news .edn_aditionalBox h2 {
  font-size: 20px;
  line-height: 1;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #e5e5e5;
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_aditionalBox h2 span {
  position: relative;
  padding: 0 0 6px;
  display: inline-block;
}
.eds_news_NewsMagazine.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_NewsMagazine.eds_subCollection_news .edn_aditionalBox ul {
  margin: 20px 0 0;
  padding: 0;
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_aditionalBox ul li {
  list-style-type: none;
  margin: 0;
  padding: 0 0 5px 20px;
  position: relative;
  font-size: 13px;
  line-height: 1.3;
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_aditionalBox ul li:before {
  color: #c81704;
  content: "";
  font: 13px/1.3 FontAwesome;
  left: 0;
  position: absolute;
  top: 0;
  font-style: normal;
  font-weight: normal;
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_aditionalBox ul li a {
  margin-right: 7px;
  font-size: 13px;
  line-height: 1.3;
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_aditionalBox ul li span {
  font-style: italic;
}
.eds_news_NewsMagazine.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_NewsMagazine.eds_subCollection_news .edn_aditionalBox.edn_aditionalBoxImage ul {
    margin-left: 0;
    margin-right: 0;
  }
}
.eds_news_NewsMagazine.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_NewsMagazine.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_NewsMagazine.eds_subCollection_news .edn_aditionalBox.edn_aditionalBoxImage ul li + li {
  border-left: dashed 1px #acacac;
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_aditionalBox.edn_aditionalBoxImage ul li a {
  max-width: 100%;
  display: block;
  margin: 0;
}
.eds_news_NewsMagazine.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_NewsMagazine.eds_subCollection_news .edn_aditionalBox.edn_aditionalBoxImage ul li a img {
    float: left;
    margin: 2px 10px 5px 0;
  }
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_aditionalBox.edn_aditionalBoxImage ul li a span {
  display: block;
  font-size: 13px;
  font-family: "Coda", sans-serif;
  font-style: normal;
  line-height: 1.1;
  margin-bottom: 5px;
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_aditionalBox.edn_aditionalBoxImage ul li:before {
  display: none;
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_aditionalBox.edn_relatedArticles {
  border: 1px dashed #bfbfbf;
  background-color: #EDEDED;
  box-shadow: 0 0 0 5px #fff inset;
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_aditionalBox.edn_relatedArticles ul li a {
  color: #424344;
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_aditionalBox.edn_relatedArticles ul li a:hover {
  color: #c81704;
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_aditionalBox.edn_articleDocuments ul li {
  padding-bottom: 4px;
  margin-bottom: 4px;
  border-bottom: solid 1px #F7F5F5;
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_aditionalBox.edn_articleDocuments ul li:before {
  content: "";
  font-size: 16px;
  color: #504e4e;
  line-height: 1.1;
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_aditionalBox.edn_articleDocuments ul li.edn_docType_doc:before, .eds_news_NewsMagazine.eds_subCollection_news .edn_aditionalBox.edn_articleDocuments ul li.edn_docType_docx:before, .eds_news_NewsMagazine.eds_subCollection_news .edn_aditionalBox.edn_articleDocuments ul li.edn_docType_odt:before {
  content: "";
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_aditionalBox.edn_articleDocuments ul li.edn_docType_xls:before, .eds_news_NewsMagazine.eds_subCollection_news .edn_aditionalBox.edn_articleDocuments ul li.edn_docType_xlsx:before, .eds_news_NewsMagazine.eds_subCollection_news .edn_aditionalBox.edn_articleDocuments ul li.edn_docType_ods:before {
  content: "";
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_aditionalBox.edn_articleDocuments ul li.edn_docType_zip:before, .eds_news_NewsMagazine.eds_subCollection_news .edn_aditionalBox.edn_articleDocuments ul li.edn_docType_rar:before, .eds_news_NewsMagazine.eds_subCollection_news .edn_aditionalBox.edn_articleDocuments ul li.edn_docType_7z:before {
  content: "";
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_aditionalBox.edn_articleDocuments ul li.edn_docType_wav:before, .eds_news_NewsMagazine.eds_subCollection_news .edn_aditionalBox.edn_articleDocuments ul li.edn_docType_wma:before, .eds_news_NewsMagazine.eds_subCollection_news .edn_aditionalBox.edn_articleDocuments ul li.edn_docType_ogg:before, .eds_news_NewsMagazine.eds_subCollection_news .edn_aditionalBox.edn_articleDocuments ul li.edn_docType_flac:before, .eds_news_NewsMagazine.eds_subCollection_news .edn_aditionalBox.edn_articleDocuments ul li.edn_docType_mp3:before {
  content: "";
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_aditionalBox.edn_articleDocuments ul li.edn_docType_png:before, .eds_news_NewsMagazine.eds_subCollection_news .edn_aditionalBox.edn_articleDocuments ul li.edn_docType_gif:before, .eds_news_NewsMagazine.eds_subCollection_news .edn_aditionalBox.edn_articleDocuments ul li.edn_docType_jpg:before, .eds_news_NewsMagazine.eds_subCollection_news .edn_aditionalBox.edn_articleDocuments ul li.edn_docType_jpeg:before {
  content: "";
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_aditionalBox.edn_articleDocuments ul li.edn_docType_mpg:before, .eds_news_NewsMagazine.eds_subCollection_news .edn_aditionalBox.edn_articleDocuments ul li.edn_docType_mpeg:before, .eds_news_NewsMagazine.eds_subCollection_news .edn_aditionalBox.edn_articleDocuments ul li.edn_docType_mp4:before, .eds_news_NewsMagazine.eds_subCollection_news .edn_aditionalBox.edn_articleDocuments ul li.edn_docType_xvid:before, .eds_news_NewsMagazine.eds_subCollection_news .edn_aditionalBox.edn_articleDocuments ul li.edn_docType_wmv:before, .eds_news_NewsMagazine.eds_subCollection_news .edn_aditionalBox.edn_articleDocuments ul li.edn_docType_ogv:before, .eds_news_NewsMagazine.eds_subCollection_news .edn_aditionalBox.edn_articleDocuments ul li.edn_docType_mov:before, .eds_news_NewsMagazine.eds_subCollection_news .edn_aditionalBox.edn_articleDocuments ul li.edn_docType_avi:before, .eds_news_NewsMagazine.eds_subCollection_news .edn_aditionalBox.edn_articleDocuments ul li.edn_docType_mkv:before {
  content: "";
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_aditionalBox.edn_articleDocuments ul li.edn_docType_pdf:before {
  content: "";
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_aditionalBox.edn_articleDocuments ul li.edn_docType_ppt:before, .eds_news_NewsMagazine.eds_subCollection_news .edn_aditionalBox.edn_articleDocuments ul li.edn_docType_pptx:before, .eds_news_NewsMagazine.eds_subCollection_news .edn_aditionalBox.edn_articleDocuments ul li.edn_docType_odp:before {
  content: "";
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_aditionalBox.edn_articleDocuments ul li.edn_docType_txt:before {
  content: "";
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_aditionalBox.edn_articleDocuments ul li .edn_docDetails {
  font-style: normal;
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_aditionalBox.edn_articleDocuments ul li .edn_docDetails .edn_docFileSize {
  color: #000;
  font-style: normal;
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_aditionalBox.edn_articleDocuments ul li .edn_documentDescription {
  color: #999;
}
.eds_news_NewsMagazine.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_NewsMagazine.eds_subCollection_news .EDN_cf_all_fields_container > table tr td {
  padding: 5px 30px;
  border-bottom: solid 1px #eee;
  vertical-align: top;
}
.eds_news_NewsMagazine.eds_subCollection_news .EDN_cf_all_fields_container > table tr td.EDN_cf_all_fields_table_label {
  font-family: "Coda", sans-serif;
}
.eds_news_NewsMagazine.eds_subCollection_news .EDN_cf_all_fields_container > table tr td .EDN_cf_checkbox .EDN_cf_checkbox_icon:before {
  content: "";
  font-family: "FontAwesome";
  color: #c81704;
  margin-right: 5px;
  font-size: 14px;
}
.eds_news_NewsMagazine.eds_subCollection_news .EDN_cf_all_fields_container > table tr td .EDN_cf_checkbox.EDN_cf_checkbox_checked .EDN_cf_checkbox_icon:before {
  content: "";
}
.eds_news_NewsMagazine.eds_subCollection_news .EDN_cf_all_fields_container > table tr td .EDN_cf_checkboxList {
  margin: 0;
  padding: 0;
}
.eds_news_NewsMagazine.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_NewsMagazine.eds_subCollection_news .EDN_cf_all_fields_container > table tr:last-child td {
  border: none;
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_eventRegistrationModalTrigger {
  display: inline-block;
  border: 1px solid #e78a04;
  background-color: #f9ab3c;
  line-height: 1;
  font-family: "Coda", sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  padding: 7px 18px;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  transition: all 200ms linear;
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_eventRegistrationModalTrigger:hover {
  background-color: #e78a04;
}
.eds_news_NewsMagazine.eds_subCollection_news .eds_signUpActionBarWrapper {
  margin-top: 15px;
}
.eds_news_NewsMagazine.eds_subCollection_news .eds_signUpActionBarWrapper > h4 {
  margin: 0;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
}
.eds_news_NewsMagazine.eds_subCollection_news .eds_signUpActionBar {
  display: inline-block;
  margin-left: 30px;
  vertical-align: middle;
}
.eds_news_NewsMagazine.eds_subCollection_news .eds_signUpActionBar > div > span {
  line-height: 0;
  font-size: 0;
  display: inline-block;
  margin-right: 10px;
}
.eds_news_NewsMagazine.eds_subCollection_news .eds_signUpActionBar > div > span > input[type=radio] {
  display: none;
}
.eds_news_NewsMagazine.eds_subCollection_news .eds_signUpActionBar > div > span > input[type=radio]:checked + label {
  padding: 5px 15px 5px 40px;
}
.eds_news_NewsMagazine.eds_subCollection_news .eds_signUpActionBar > div > span > input[type=radio]:checked + label:before {
  width: 25px;
}
.eds_news_NewsMagazine.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_NewsMagazine.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_NewsMagazine.eds_subCollection_news .eds_signUpActionBar > div > span.eds_optionValue1 > label:hover {
  color: #619c1c;
  border-color: #619c1c;
}
.eds_news_NewsMagazine.eds_subCollection_news .eds_signUpActionBar > div > span.eds_optionValue2 > label:hover {
  color: #d61603;
  border-color: #d61603;
}
.eds_news_NewsMagazine.eds_subCollection_news .eds_signUpActionBar > div > span.eds_optionValue3 > label:hover {
  color: #f89e00;
  border-color: #f89e00;
}
.eds_news_NewsMagazine.eds_subCollection_news .eds_signUpActionBar > div > span.eds_optionValue1 > input[type=radio]:checked + label {
  color: #619c1c;
  border-color: #619c1c;
}
.eds_news_NewsMagazine.eds_subCollection_news .eds_signUpActionBar > div > span.eds_optionValue1 > input[type=radio]:checked + label:before {
  background-color: #619c1c;
  content: "";
}
.eds_news_NewsMagazine.eds_subCollection_news .eds_signUpActionBar > div > span.eds_optionValue2 > input[type=radio]:checked + label {
  color: #d61603;
  border-color: #d61603;
}
.eds_news_NewsMagazine.eds_subCollection_news .eds_signUpActionBar > div > span.eds_optionValue2 > input[type=radio]:checked + label:before {
  background-color: #d61603;
  content: "";
}
.eds_news_NewsMagazine.eds_subCollection_news .eds_signUpActionBar > div > span.eds_optionValue3 > input[type=radio]:checked + label {
  color: #f89e00;
  border-color: #f89e00;
}
.eds_news_NewsMagazine.eds_subCollection_news .eds_signUpActionBar > div > span.eds_optionValue3 > input[type=radio]:checked + label:before {
  background-color: #f89e00;
  content: "";
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_articlesRssWrapper {
  margin: 20px 0;
}
.eds_news_NewsMagazine.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_NewsMagazine.eds_subCollection_news .edn_articlesRssWrapper a span {
  display: inline-block;
  vertical-align: middle;
  display: inline-block;
  line-height: 1;
  color: #504e4e;
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_articlesRssWrapper a span:before {
  content: "";
  font-family: "FontAwesome";
  color: #c81704;
  margin-right: 5px;
  font-size: 20px;
  display: inline-block;
  vertical-align: middle;
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_articlesRssWrapper a:hover {
  background-color: #fff;
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_articlesRssWrapper a:hover span {
  color: #c81704;
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_toolTip {
  position: relative;
}
.eds_news_NewsMagazine.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_NewsMagazine.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_NewsMagazine.eds_subCollection_news .edn_toolTip.edn_tooltipLeft .edn_toolTipContent {
  left: 0;
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_toolTip.edn_tooltipRight .edn_toolTipContent {
  right: 0;
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_calendarExport:after {
  content: "";
  font-family: "FontAwesome";
  display: inline-block;
  font-weight: normal;
  font-style: normal;
  margin-left: 5px;
  color: #504e4e;
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_calendarExport:hover:after {
  color: #c81704;
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_calendarExport.edn_toolTip .edn_toolTipContent {
  white-space: nowrap;
}
.eds_news_NewsMagazine.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_NewsMagazine.eds_subCollection_news .edn_authorGroupDetails:after {
  content: "";
  display: block;
  width: 100%;
  line-height: 0;
  font-size: 0;
  clear: both;
}
.eds_news_NewsMagazine.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_NewsMagazine.eds_subCollection_news .edn_authorGroupDetails > h4 {
  margin-bottom: 5px;
}
.eds_news_NewsMagazine.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_NewsMagazine.eds_subCollection_news .edn_authorGroupDetails > h4 .button:before {
  content: "";
  color: #504e4e;
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_authorGroupDetails > h4 .button:hover:before {
  color: #c81704;
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_authorGroupDetails > h4 .button > span {
  display: none;
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_authorGroupDetails .edn_connectWith {
  text-align: right;
}
.eds_news_NewsMagazine.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_NewsMagazine.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_NewsMagazine.eds_subCollection_news .edn_authorGroupDetails .button.contact, .eds_news_NewsMagazine.eds_subCollection_news .edn_authorGroupDetails .button.full_bio {
  border: 1px solid #c81704;
  background: none #fff;
  text-decoration: none;
  font-family: "Coda", sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  color: #c81704;
  line-height: 26px;
  transition: all 200ms linear;
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_authorGroupDetails .button.contact:hover, .eds_news_NewsMagazine.eds_subCollection_news .edn_authorGroupDetails .button.full_bio:hover {
  color: #fff;
  background-color: #c81704;
  text-decoration: none;
  box-shadow: none;
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_authorGroupDetails .button.contact:before, .eds_news_NewsMagazine.eds_subCollection_news .edn_authorGroupDetails .button.full_bio:before {
  margin: -2px 5px 0 0;
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_authorGroupDetails .button.contact:before {
  content: "";
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_authorGroupDetails .button.full_bio:before {
  content: "";
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_authorGroupDetails .button.social {
  border: solid 1px #8d8989;
  color: #8d8989;
  line-height: 25px;
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_authorGroupDetails .button.social > span {
  display: none;
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_authorGroupDetails .button.social.facebook:before {
  content: "";
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_authorGroupDetails .button.social.twitter:before {
  content: "";
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_authorGroupDetails .button.social.linked_in:before {
  content: "";
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_authorGroupDetails .button.social.google_plus:before {
  content: "";
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_authorGroupDetails .button.social.youtube:before {
  content: "";
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_authorGroupDetails .button.social.instagram:before {
  content: "";
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_authorGroupDetails .button.social.website:before {
  content: "";
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_authorGroupDetails .button.social:hover {
  border-color: #c81704;
  color: #c81704;
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_authorGroupDetails + [class*="article_list_wrapper"] {
  margin-top: 25px;
}
.eds_news_NewsMagazine .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_NewsMagazine .fa {
  font-family: "FontAwesome" !important;
}
.eds_news_NewsMagazine .edn_numberCommentsBubble {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 16px;
  background-color: rgba(0, 0, 0, 0.35);
  text-align: center;
  color: #fff;
  font-size: 11px;
  z-index: 0;
  line-height: 35px;
}
.eds_news_NewsMagazine .edn_numberCommentsBubble::before {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  top: 50%;
  content: "";
  font: 26px/0 "FontAwesome";
  color: #c81704;
  z-index: -1;
}
.eds_news_NewsMagazine .edn_category {
  line-height: 0;
  font-size: 0;
}
.eds_news_NewsMagazine .edn_category > a {
  display: inline-block;
  background-color: #c81704;
  color: #fff;
  text-transform: uppercase;
  padding: 4px 20px 3px;
  font-size: 13px;
  line-height: 1.3;
}
.eds_news_NewsMagazine .edn_category > a.EDNcategorycolor-red {
  background-color: #db313c;
}
.eds_news_NewsMagazine .edn_category > a.EDNcategorycolor-blue {
  background-color: #37cbcb;
}
.eds_news_NewsMagazine .edn_category > a.EDNcategorycolor-black {
  background-color: #000;
}
.eds_news_NewsMagazine .edn_category > a.EDNcategorycolor-green {
  background-color: #8de171;
}
.eds_news_NewsMagazine .edn_category > a.EDNcategorycolor-yellow {
  background-color: #f6c606;
}
.eds_news_NewsMagazine .edn_category > a.EDNcategorycolor-pink {
  background-color: #ffc0cb;
}
.eds_news_NewsMagazine .edn_category > a.EDNcategorycolor-gray {
  background-color: #808080;
}
.eds_news_NewsMagazine .edn_category > a.EDNcategorycolor-orange {
  background-color: #ff6a00;
}
.eds_news_NewsMagazine .edn_category > a.EDNcategorycolor-brown {
  background-color: #e49908;
}
.eds_news_NewsMagazine .edn_category > a:hover {
  color: #fff;
  text-decoration: underline;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.eds_news_NewsMagazine.eds_subCollection_calendar {
  font-size: 13px;
  line-height: 1.3;
}
.eds_news_NewsMagazine.eds_subCollection_calendar .edn_styledSelect {
  text-align: center;
  margin-bottom: 10px;
}
.eds_news_NewsMagazine.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_NewsMagazine.eds_subCollection_calendar .edn_styledSelect > span:after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  content: "";
  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_NewsMagazine.eds_subCollection_calendar .edn_styledSelect > span select {
  border: none;
  background: none transparent;
  box-shadow: none;
  -webkit-appearance: none;
  outline: none;
  width: 125%;
  position: relative;
  z-index: 2;
  padding: 0 10px;
  color: #848484;
  font-size: 13px;
  font-family: "Source Sans Pro", sans-serif;
  margin: 0 35px 0 0;
  height: 28px;
}
.eds_news_NewsMagazine.eds_subCollection_calendar .edn_styledSelect > span select:focus {
  outline: none;
}
.eds_news_NewsMagazine.eds_subCollection_calendar .calendar_table,
.eds_news_NewsMagazine.eds_subCollection_calendar .fc {
  border: solid 1px #c81704 !important;
  background-color: #fff;
}
.eds_news_NewsMagazine.eds_subCollection_calendar .month_selection,
.eds_news_NewsMagazine.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_NewsMagazine.eds_subCollection_calendar .month_selection td,
.eds_news_NewsMagazine.eds_subCollection_calendar .fc-header-toolbar {
  padding: 12px;
}
.eds_news_NewsMagazine.eds_subCollection_calendar .month_selection td,
.eds_news_NewsMagazine.eds_subCollection_calendar .fc-toolbar h2 {
  font: normal normal 22px/1 "Coda", sans-serif;
  color: #c81704;
  text-transform: uppercase;
}
.eds_news_NewsMagazine.eds_subCollection_calendar .fc-toolbar h2 {
  margin: 7px 0 0;
  padding: 0;
}
.eds_news_NewsMagazine.eds_subCollection_calendar .top_calendar_actions {
  margin-bottom: 5px;
  text-align: right;
  font-size: 0;
  line-height: 0;
}
.eds_news_NewsMagazine.eds_subCollection_calendar .fc-button {
  height: auto;
  box-shadow: none;
}
.eds_news_NewsMagazine.eds_subCollection_calendar .fc-toolbar.fc-header-toolbar {
  margin-bottom: 0;
  position: relative;
}
.eds_news_NewsMagazine.eds_subCollection_calendar .top_calendar_actions > a,
.eds_news_NewsMagazine.eds_subCollection_calendar .fc-button {
  margin: 3px;
}
.eds_news_NewsMagazine.eds_subCollection_calendar .fc-right {
  margin-top: 6px;
}
.eds_news_NewsMagazine.eds_subCollection_calendar .top_calendar_actions > a,
.eds_news_NewsMagazine.eds_subCollection_calendar .fc-button {
  display: inline-block;
  border: solid 1px #ddd;
  color: #c81704;
  font-family: "Coda", 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_NewsMagazine.eds_subCollection_calendar .fc-button.fc-today-button {
  margin: 0 0 0 25px;
  padding: 11px 15px;
}
.eds_news_NewsMagazine.eds_subCollection_calendar .top_calendar_actions > a:hover,
.eds_news_NewsMagazine.eds_subCollection_calendar .fc-button:hover,
.eds_news_NewsMagazine.eds_subCollection_calendar .fc-button.fc-state-hover,
.eds_news_NewsMagazine.eds_subCollection_calendar .fc-button.fc-state-down,
.eds_news_NewsMagazine.eds_subCollection_calendar .fc-button.fc-state-active {
  color: #504e4e;
  border-color: #c81704;
  box-shadow: none;
}
.eds_news_NewsMagazine.eds_subCollection_calendar .top_calendar_actions > a:before {
  font-family: "FontAwesome";
  margin-right: 5px;
  font-weight: normal;
  font-style: normal;
}
.eds_news_NewsMagazine.eds_subCollection_calendar .top_calendar_actions > a.articles_by_month:before {
  content: "";
}
.eds_news_NewsMagazine.eds_subCollection_calendar .top_calendar_actions > a.icalendar_export:before {
  content: "";
}
.eds_news_NewsMagazine.eds_subCollection_calendar .top_calendar_actions > a.articles_rss:before, .eds_news_NewsMagazine.eds_subCollection_calendar .top_calendar_actions > a.events_rss:before {
  content: "";
}
.eds_news_NewsMagazine.eds_subCollection_calendar .fc-button.fc-state-disabled {
  opacity: 0.6;
  pointer-events: none;
}
.eds_news_NewsMagazine.eds_subCollection_calendar .month_selection td.next_prev_months a,
.eds_news_NewsMagazine.eds_subCollection_calendar .fc-button-group .fc-prev-button,
.eds_news_NewsMagazine.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_NewsMagazine.eds_subCollection_calendar .month_selection td.next_prev_months a::before,
.eds_news_NewsMagazine.eds_subCollection_calendar .fc-button-group .fc-prev-button::before,
.eds_news_NewsMagazine.eds_subCollection_calendar .fc-button-group .fc-next-button::before {
  display: inline-block;
  color: #c81704;
  content: "";
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
}
.eds_news_NewsMagazine.eds_subCollection_calendar .month_selection td.next_prev_months a:hover,
.eds_news_NewsMagazine.eds_subCollection_calendar .fc-button-group .fc-prev-button:hover,
.eds_news_NewsMagazine.eds_subCollection_calendar .fc-button-group .fc-next-button:hover {
  background-color: #c81704;
}
.eds_news_NewsMagazine.eds_subCollection_calendar .month_selection td.next_prev_months a:hover::before,
.eds_news_NewsMagazine.eds_subCollection_calendar .fc-button-group .fc-prev-button:hover::before,
.eds_news_NewsMagazine.eds_subCollection_calendar .fc-button-group .fc-next-button:hover::before {
  color: #fff;
}
.eds_news_NewsMagazine.eds_subCollection_calendar .month_selection td.next_prev_months:first-child a:before,
.eds_news_NewsMagazine.eds_subCollection_calendar .fc-button-group .fc-prev-button:before {
  content: "";
}
.eds_news_NewsMagazine.eds_subCollection_calendar .fc-button-group button.fc-prev-button,
.eds_news_NewsMagazine.eds_subCollection_calendar .fc-button-group button.fc-next-button {
  margin: 0 3px;
  height: auto;
}
.eds_news_NewsMagazine.eds_subCollection_calendar .fc-button-group button.fc-prev-button > span,
.eds_news_NewsMagazine.eds_subCollection_calendar .fc-button-group button.fc-next-button > span {
  font-size: 0;
  line-height: 0;
  text-shadow: none;
}
.eds_news_NewsMagazine.eds_subCollection_calendar .fc-row.fc-widget-header > table {
  border: solid 0 transparent;
}
.eds_news_NewsMagazine.eds_subCollection_calendar .calendar_table td.week_days,
.eds_news_NewsMagazine.eds_subCollection_calendar .fc .fc-day-header span,
.eds_news_NewsMagazine.eds_subCollection_calendar .fc .fc-day-header a,
.eds_news_NewsMagazine.eds_subCollection_calendar .fc .fc-week-number span,
.eds_news_NewsMagazine.eds_subCollection_calendar .fc .fc-week-number a {
  font: normal normal 12px/1 "Source Sans Pro", sans-serif;
}
.eds_news_NewsMagazine.eds_subCollection_calendar .calendar_table td.week_days,
.eds_news_NewsMagazine.eds_subCollection_calendar .fc .fc-day-header span,
.eds_news_NewsMagazine.eds_subCollection_calendar .fc .fc-day-header a {
  color: #fff;
}
.eds_news_NewsMagazine.eds_subCollection_calendar .fc td.fc-week-number span,
.eds_news_NewsMagazine.eds_subCollection_calendar .fc td.fc-week-number a {
  color: #c81704;
}
.eds_news_NewsMagazine.eds_subCollection_calendar .fc .fc-day-header a {
  text-decoration: none;
  color: #fff;
}
.eds_news_NewsMagazine.eds_subCollection_calendar .fc .fc-day-header a:hover {
  text-decoration: underline;
  color: #fff;
}
.eds_news_NewsMagazine.eds_subCollection_calendar .fc td.fc-week-number a {
  text-decoration: none;
}
.eds_news_NewsMagazine.eds_subCollection_calendar .fc td.fc-week-number a:hover {
  text-decoration: underline;
}
.eds_news_NewsMagazine.eds_subCollection_calendar .calendar_table td.week_days,
.eds_news_NewsMagazine.eds_subCollection_calendar .fc .fc-day-header,
.eds_news_NewsMagazine.eds_subCollection_calendar .fc th.fc-week-number {
  padding: 8px;
}
.eds_news_NewsMagazine.eds_subCollection_calendar .fc .fc-axis {
  padding: 0 8px;
  border-right: solid 1px #ddd;
}
.eds_news_NewsMagazine.eds_subCollection_calendar .calendar_table td.week_days,
.eds_news_NewsMagazine.eds_subCollection_calendar .fc-widget-header {
  background-color: #c81704;
}
.eds_news_NewsMagazine.eds_subCollection_calendar .fc th.fc-week-number {
  border-right: solid 1px #fff;
  text-align: center;
  color: #fff;
}
.eds_news_NewsMagazine.eds_subCollection_calendar .fc td.fc-week-number {
  border-right: solid 1px #c81704;
  padding: 14px 8px;
}
.eds_news_NewsMagazine.eds_subCollection_calendar .fc,
.eds_news_NewsMagazine.eds_subCollection_calendar .fc th,
.eds_news_NewsMagazine.eds_subCollection_calendar .fc td {
  border: none;
}
.eds_news_NewsMagazine.eds_subCollection_calendar .calendar_table td.day,
.eds_news_NewsMagazine.eds_subCollection_calendar .fc td.fc-day-top a {
  font-size: 13px;
  line-height: 1;
  color: #504e4e;
}
.eds_news_NewsMagazine.eds_subCollection_calendar .calendar_table td.day > span,
.eds_news_NewsMagazine.eds_subCollection_calendar .calendar_table td.day > a,
.eds_news_NewsMagazine.eds_subCollection_calendar .fc td.fc-day-top a {
  display: block;
  padding: 7px;
}
.eds_news_NewsMagazine.eds_subCollection_calendar .calendar_table td.day > a,
.eds_news_NewsMagazine.eds_subCollection_calendar .fc td.fc-day-top a {
  text-decoration: none !important;
  position: relative;
  z-index: 1;
  transition: all 150ms linear;
}
.eds_news_NewsMagazine.eds_subCollection_calendar .calendar_table td.day > a:hover,
.eds_news_NewsMagazine.eds_subCollection_calendar .fc td.fc-day-top a:hover {
  color: #fff !important;
  -ms-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  z-index: 2;
}
.eds_news_NewsMagazine.eds_subCollection_calendar .fc td.fc-day-top a:hover {
  background-color: #c81704;
}
.eds_news_NewsMagazine.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_NewsMagazine.eds_subCollection_calendar .fc-time-grid .fc-slats .fc-minor td {
  border-top: dotted 1px #ddd;
}
.eds_news_NewsMagazine.eds_subCollection_calendar .fc-slats .fc-widget-content {
  border-top: solid 1px #ddd;
}
.eds_news_NewsMagazine.eds_subCollection_calendar .advanced .calendar_table td.day,
.eds_news_NewsMagazine.eds_subCollection_calendar .fc td.fc-day-top {
  vertical-align: top;
  padding: 10px;
  text-align: center;
}
.eds_news_NewsMagazine.eds_subCollection_calendar .calendar_table td.day.other_month > a,
.eds_news_NewsMagazine.eds_subCollection_calendar .calendar_table td.day.other_month > span,
.eds_news_NewsMagazine.eds_subCollection_calendar .fc-day-top.fc-other-month {
  opacity: 0.4;
}
.eds_news_NewsMagazine.eds_subCollection_calendar .fc-ltr .fc-basic-view .fc-day-top .fc-day-number {
  float: none;
}
.eds_news_NewsMagazine.eds_subCollection_calendar .fc-unthemed td.fc-today {
  background: none transparent;
  border-style: none;
}
.eds_news_NewsMagazine.eds_subCollection_calendar .calendar_table td.today,
.eds_news_NewsMagazine.eds_subCollection_calendar .fc-unthemed .fc-bg td.fc-today {
  position: relative;
}
.eds_news_NewsMagazine.eds_subCollection_calendar .calendar_table td.today::after,
.eds_news_NewsMagazine.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_NewsMagazine.eds_subCollection_calendar .fc-unthemed .fc-bg td.fc-today::after {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.eds_news_NewsMagazine.eds_subCollection_calendar .advanced .calendar_table td.day > ul > li > a,
.eds_news_NewsMagazine.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_NewsMagazine.eds_subCollection_calendar .advanced .calendar_table td.day > ul > li > a:hover,
.eds_news_NewsMagazine.eds_subCollection_calendar .fc-event:hover {
  color: #c81704;
}
.eds_news_NewsMagazine.eds_subCollection_calendar .advanced .calendar_table td.day > ul > li.event > a,
.eds_news_NewsMagazine.eds_subCollection_calendar .fc-event.has_events {
  border-color: #FFA100;
}
.eds_news_NewsMagazine.eds_subCollection_calendar .advanced .calendar_table td.day > ul > li > a.EDNcategorycolor-red,
.eds_news_NewsMagazine.eds_subCollection_calendar .advanced .calendar_table td.day > ul > li.event > a.EDNcategorycolor-red,
.eds_news_NewsMagazine.eds_subCollection_calendar .fc-event.EDNcategorycolor-red {
  border-color: #db313c;
}
.eds_news_NewsMagazine.eds_subCollection_calendar .advanced .calendar_table td.day > ul > li > a.EDNcategorycolor-red:hover,
.eds_news_NewsMagazine.eds_subCollection_calendar .advanced .calendar_table td.day > ul > li.event > a.EDNcategorycolor-red:hover,
.eds_news_NewsMagazine.eds_subCollection_calendar .fc-event.EDNcategorycolor-red:hover {
  color: #db313c;
}
.eds_news_NewsMagazine.eds_subCollection_calendar .advanced .calendar_table td.day > ul > li > a.EDNcategorycolor-blue,
.eds_news_NewsMagazine.eds_subCollection_calendar .advanced .calendar_table td.day > ul > li.event > a.EDNcategorycolor-blue,
.eds_news_NewsMagazine.eds_subCollection_calendar .fc-event.EDNcategorycolor-blue {
  border-color: #37cbcb;
}
.eds_news_NewsMagazine.eds_subCollection_calendar .advanced .calendar_table td.day > ul > li > a.EDNcategorycolor-blue:hover,
.eds_news_NewsMagazine.eds_subCollection_calendar .advanced .calendar_table td.day > ul > li.event > a.EDNcategorycolor-blue:hover,
.eds_news_NewsMagazine.eds_subCollection_calendar .fc-event.EDNcategorycolor-blue:hover {
  color: #37cbcb;
}
.eds_news_NewsMagazine.eds_subCollection_calendar .advanced .calendar_table td.day > ul > li > a.EDNcategorycolor-black,
.eds_news_NewsMagazine.eds_subCollection_calendar .advanced .calendar_table td.day > ul > li.event > a.EDNcategorycolor-black,
.eds_news_NewsMagazine.eds_subCollection_calendar .fc-event.EDNcategorycolor-black {
  border-color: #000;
}
.eds_news_NewsMagazine.eds_subCollection_calendar .advanced .calendar_table td.day > ul > li > a.EDNcategorycolor-black:hover,
.eds_news_NewsMagazine.eds_subCollection_calendar .advanced .calendar_table td.day > ul > li.event > a.EDNcategorycolor-black:hover,
.eds_news_NewsMagazine.eds_subCollection_calendar .fc-event.EDNcategorycolor-black:hover {
  color: #000;
}
.eds_news_NewsMagazine.eds_subCollection_calendar .advanced .calendar_table td.day > ul > li > a.EDNcategorycolor-green,
.eds_news_NewsMagazine.eds_subCollection_calendar .advanced .calendar_table td.day > ul > li.event > a.EDNcategorycolor-green,
.eds_news_NewsMagazine.eds_subCollection_calendar .fc-event.EDNcategorycolor-green {
  border-color: #8de171;
}
.eds_news_NewsMagazine.eds_subCollection_calendar .advanced .calendar_table td.day > ul > li > a.EDNcategorycolor-green:hover,
.eds_news_NewsMagazine.eds_subCollection_calendar .advanced .calendar_table td.day > ul > li.event > a.EDNcategorycolor-green:hover,
.eds_news_NewsMagazine.eds_subCollection_calendar .fc-event.EDNcategorycolor-green:hover {
  color: #8de171;
}
.eds_news_NewsMagazine.eds_subCollection_calendar .advanced .calendar_table td.day > ul > li > a.EDNcategorycolor-yellow,
.eds_news_NewsMagazine.eds_subCollection_calendar .advanced .calendar_table td.day > ul > li.event > a.EDNcategorycolor-yellow,
.eds_news_NewsMagazine.eds_subCollection_calendar .fc-event.EDNcategorycolor-yellow {
  border-color: #f6c606;
}
.eds_news_NewsMagazine.eds_subCollection_calendar .advanced .calendar_table td.day > ul > li > a.EDNcategorycolor-yellow:hover,
.eds_news_NewsMagazine.eds_subCollection_calendar .advanced .calendar_table td.day > ul > li.event > a.EDNcategorycolor-yellow:hover,
.eds_news_NewsMagazine.eds_subCollection_calendar .fc-event.EDNcategorycolor-yellow:hover {
  color: #f6c606;
}
.eds_news_NewsMagazine.eds_subCollection_calendar .advanced .calendar_table td.day > ul > li > a.EDNcategorycolor-pink,
.eds_news_NewsMagazine.eds_subCollection_calendar .advanced .calendar_table td.day > ul > li.event > a.EDNcategorycolor-pink,
.eds_news_NewsMagazine.eds_subCollection_calendar .fc-event.EDNcategorycolor-pink {
  border-color: #ffc0cb;
}
.eds_news_NewsMagazine.eds_subCollection_calendar .advanced .calendar_table td.day > ul > li > a.EDNcategorycolor-pink:hover,
.eds_news_NewsMagazine.eds_subCollection_calendar .advanced .calendar_table td.day > ul > li.event > a.EDNcategorycolor-pink:hover,
.eds_news_NewsMagazine.eds_subCollection_calendar .fc-event.EDNcategorycolor-pink:hover {
  color: #ffc0cb;
}
.eds_news_NewsMagazine.eds_subCollection_calendar .advanced .calendar_table td.day > ul > li > a.EDNcategorycolor-gray,
.eds_news_NewsMagazine.eds_subCollection_calendar .advanced .calendar_table td.day > ul > li.event > a.EDNcategorycolor-gray,
.eds_news_NewsMagazine.eds_subCollection_calendar .fc-event.EDNcategorycolor-gray {
  border-color: #808080;
}
.eds_news_NewsMagazine.eds_subCollection_calendar .advanced .calendar_table td.day > ul > li > a.EDNcategorycolor-gray:hover,
.eds_news_NewsMagazine.eds_subCollection_calendar .advanced .calendar_table td.day > ul > li.event > a.EDNcategorycolor-gray:hover,
.eds_news_NewsMagazine.eds_subCollection_calendar .fc-event.EDNcategorycolor-gray:hover {
  color: #808080;
}
.eds_news_NewsMagazine.eds_subCollection_calendar .advanced .calendar_table td.day > ul > li > a.EDNcategorycolor-orange,
.eds_news_NewsMagazine.eds_subCollection_calendar .advanced .calendar_table td.day > ul > li.event > a.EDNcategorycolor-orange,
.eds_news_NewsMagazine.eds_subCollection_calendar .fc-event.EDNcategorycolor-orange {
  border-color: #ff6a00;
}
.eds_news_NewsMagazine.eds_subCollection_calendar .advanced .calendar_table td.day > ul > li > a.EDNcategorycolor-orange:hover,
.eds_news_NewsMagazine.eds_subCollection_calendar .advanced .calendar_table td.day > ul > li.event > a.EDNcategorycolor-orange:hover,
.eds_news_NewsMagazine.eds_subCollection_calendar .fc-event.EDNcategorycolor-orange:hover {
  color: #ff6a00;
}
.eds_news_NewsMagazine.eds_subCollection_calendar .advanced .calendar_table td.day > ul > li > a.EDNcategorycolor-brown,
.eds_news_NewsMagazine.eds_subCollection_calendar .advanced .calendar_table td.day > ul > li.event > a.EDNcategorycolor-brown,
.eds_news_NewsMagazine.eds_subCollection_calendar .fc-event.EDNcategorycolor-brown {
  border-color: #e49908;
}
.eds_news_NewsMagazine.eds_subCollection_calendar .advanced .calendar_table td.day > ul > li > a.EDNcategorycolor-brown:hover,
.eds_news_NewsMagazine.eds_subCollection_calendar .advanced .calendar_table td.day > ul > li.event > a.EDNcategorycolor-brown:hover,
.eds_news_NewsMagazine.eds_subCollection_calendar .fc-event.EDNcategorycolor-brown:hover {
  color: #e49908;
}
.eds_news_NewsMagazine.eds_subCollection_calendar .fc-list-view {
  border: none;
}
.eds_news_NewsMagazine.eds_subCollection_calendar .fc-list-heading .fc-widget-header {
  background: none transparent;
  border-bottom: solid 1px #ddd;
  border-top: solid 1px #ddd;
}
.eds_news_NewsMagazine.eds_subCollection_calendar .fc-list-heading .fc-widget-header > a {
  color: #504e4e;
  font-weight: bold;
  font-size: 13px;
}
.eds_news_NewsMagazine.eds_subCollection_calendar .fc-list-heading .fc-widget-header > a:hover {
  color: #c81704;
}
.eds_news_NewsMagazine.eds_subCollection_calendar .fc-list-item td {
  border-bottom: dotted 1px #ddd;
}
.eds_news_NewsMagazine.eds_subCollection_calendar .fc-list-item td a {
  color: #504e4e;
  text-decoration: none;
}
.eds_news_NewsMagazine.eds_subCollection_calendar .fc-list-item td a:hover {
  color: #c81704;
  text-decoration: none;
}
.eds_news_NewsMagazine.eds_subCollection_calendar .fc-list-item:hover td {
  background: none transparent;
}
.eds_news_NewsMagazine.eds_subCollection_calendar .fc-list-item.has_posts .fc-event-dot {
  background: none #c81704;
}
.eds_news_NewsMagazine.eds_subCollection_calendar .fc-list-item.has_events .fc-event-dot {
  background: none #ff6a00;
}
.eds_news_NewsMagazine.eds_subCollection_calendar .fc-list-item.EDNcategorycolor-red .fc-event-dot {
  background: none #db313c;
}
.eds_news_NewsMagazine.eds_subCollection_calendar .fc-list-item.EDNcategorycolor-blue .fc-event-dot {
  background: none #37cbcb;
}
.eds_news_NewsMagazine.eds_subCollection_calendar .fc-list-item.EDNcategorycolor-black .fc-event-dot {
  background: none #000;
}
.eds_news_NewsMagazine.eds_subCollection_calendar .fc-list-item.EDNcategorycolor-green .fc-event-dot {
  background: none #8de171;
}
.eds_news_NewsMagazine.eds_subCollection_calendar .fc-list-item.EDNcategorycolor-yellow .fc-event-dot {
  background: none #f6c606;
}
.eds_news_NewsMagazine.eds_subCollection_calendar .fc-list-item.EDNcategorycolor-pink .fc-event-dot {
  background: none #ffc0cb;
}
.eds_news_NewsMagazine.eds_subCollection_calendar .fc-list-item.EDNcategorycolor-gray .fc-event-dot {
  background: none #808080;
}
.eds_news_NewsMagazine.eds_subCollection_calendar .fc-list-item.EDNcategorycolor-orange .fc-event-dot {
  background: none #ff6a00;
}
.eds_news_NewsMagazine.eds_subCollection_calendar .fc-list-item.EDNcategorycolor-brown .fc-event-dot {
  background: none #e49908;
}
.eds_news_NewsMagazine.eds_subCollection_calendar .fc {
  position: relative;
}
.eds_news_NewsMagazine.eds_subCollection_calendar .fc::before {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -50px;
  width: 100px;
  height: 0;
  text-align: center;
  content: "";
  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_NewsMagazine.eds_subCollection_calendar .fc .fc-view-container {
  transition: opacity 400ms;
  opacity: 1;
}
.eds_news_NewsMagazine.eds_subCollection_calendar .fc.eds_calendarLoading .fc-view-container {
  opacity: 0;
}
.eds_news_NewsMagazine.eds_subCollection_calendar .fc.eds_calendarLoading::before {
  opacity: 1;
  visibility: visible;
}
.eds_news_NewsMagazine.eds_subCollection_calendar .calendar_table {
  width: 100%;
  line-height: 0;
  font-size: 0;
}
.eds_news_NewsMagazine.eds_subCollection_calendar .calendar_table td.day {
  padding: 4px;
}
.eds_news_NewsMagazine.eds_subCollection_calendar .calendar_table td.day > span,
.eds_news_NewsMagazine.eds_subCollection_calendar .calendar_table td.day > a {
  display: block;
  padding: 7px;
}
.eds_news_NewsMagazine.eds_subCollection_calendar .calendar_table td.day.has_posts > a {
  color: #c81704;
  border: solid 1px #c81704;
}
.eds_news_NewsMagazine.eds_subCollection_calendar .calendar_table td.day.has_posts > a:hover {
  background-color: #c81704;
}
.eds_news_NewsMagazine.eds_subCollection_calendar .calendar_table td.day.has_posts.EDNcategorycolor-red > a {
  color: #db313c;
  border: solid 1px #db313c;
}
.eds_news_NewsMagazine.eds_subCollection_calendar .calendar_table td.day.has_posts.EDNcategorycolor-red > a:hover {
  background-color: #db313c;
}
.eds_news_NewsMagazine.eds_subCollection_calendar .calendar_table td.day.has_posts.EDNcategorycolor-blue > a {
  color: #37cbcb;
  border: solid 1px #37cbcb;
}
.eds_news_NewsMagazine.eds_subCollection_calendar .calendar_table td.day.has_posts.EDNcategorycolor-blue > a:hover {
  background-color: #37cbcb;
}
.eds_news_NewsMagazine.eds_subCollection_calendar .calendar_table td.day.has_posts.EDNcategorycolor-black > a {
  color: #000;
  border: solid 1px #000;
}
.eds_news_NewsMagazine.eds_subCollection_calendar .calendar_table td.day.has_posts.EDNcategorycolor-black > a:hover {
  background-color: #000;
}
.eds_news_NewsMagazine.eds_subCollection_calendar .calendar_table td.day.has_posts.EDNcategorycolor-green > a {
  color: #8de171;
  border: solid 1px #8de171;
}
.eds_news_NewsMagazine.eds_subCollection_calendar .calendar_table td.day.has_posts.EDNcategorycolor-green > a:hover {
  background-color: #8de171;
}
.eds_news_NewsMagazine.eds_subCollection_calendar .calendar_table td.day.has_posts.EDNcategorycolor-yellow > a {
  color: #f6c606;
  border: solid 1px #f6c606;
}
.eds_news_NewsMagazine.eds_subCollection_calendar .calendar_table td.day.has_posts.EDNcategorycolor-yellow > a:hover {
  background-color: #f6c606;
}
.eds_news_NewsMagazine.eds_subCollection_calendar .calendar_table td.day.has_posts.EDNcategorycolor-pink > a {
  color: #ffc0cb;
  border: solid 1px #ffc0cb;
}
.eds_news_NewsMagazine.eds_subCollection_calendar .calendar_table td.day.has_posts.EDNcategorycolor-pink > a:hover {
  background-color: #ffc0cb;
}
.eds_news_NewsMagazine.eds_subCollection_calendar .calendar_table td.day.has_posts.EDNcategorycolor-gray > a {
  color: #808080;
  border: solid 1px #808080;
}
.eds_news_NewsMagazine.eds_subCollection_calendar .calendar_table td.day.has_posts.EDNcategorycolor-gray > a:hover {
  background-color: #808080;
}
.eds_news_NewsMagazine.eds_subCollection_calendar .calendar_table td.day.has_posts.EDNcategorycolor-orange > a {
  color: #ff6a00;
  border: solid 1px #ff6a00;
}
.eds_news_NewsMagazine.eds_subCollection_calendar .calendar_table td.day.has_posts.EDNcategorycolor-orange > a:hover {
  background-color: #ff6a00;
}
.eds_news_NewsMagazine.eds_subCollection_calendar .calendar_table td.day.has_posts.EDNcategorycolor-brown > a {
  color: #e49908;
  border: solid 1px #e49908;
}
.eds_news_NewsMagazine.eds_subCollection_calendar .calendar_table td.day.has_posts.EDNcategorycolor-brown > a:hover {
  background-color: #e49908;
}
.eds_news_NewsMagazine.eds_subCollection_calendar .calendar_table td.day.has_events > a {
  color: #FFA100;
  border: solid 1px #FFA100;
}
.eds_news_NewsMagazine.eds_subCollection_calendar .calendar_table td.day.has_events > a:hover {
  background-color: #FFA100;
}
.eds_news_NewsMagazine.eds_subCollection_calendar .calendar_table td.day.has_events.EDNcategorycolor-red > a {
  color: #db313c;
  border: solid 1px #db313c;
}
.eds_news_NewsMagazine.eds_subCollection_calendar .calendar_table td.day.has_events.EDNcategorycolor-red > a:hover {
  background-color: #db313c;
}
.eds_news_NewsMagazine.eds_subCollection_calendar .calendar_table td.day.has_events.EDNcategorycolor-blue > a {
  color: #37cbcb;
  border: solid 1px #37cbcb;
}
.eds_news_NewsMagazine.eds_subCollection_calendar .calendar_table td.day.has_events.EDNcategorycolor-blue > a:hover {
  background-color: #37cbcb;
}
.eds_news_NewsMagazine.eds_subCollection_calendar .calendar_table td.day.has_events.EDNcategorycolor-black > a {
  color: #000;
  border: solid 1px #000;
}
.eds_news_NewsMagazine.eds_subCollection_calendar .calendar_table td.day.has_events.EDNcategorycolor-black > a:hover {
  background-color: #000;
}
.eds_news_NewsMagazine.eds_subCollection_calendar .calendar_table td.day.has_events.EDNcategorycolor-green > a {
  color: #8de171;
  border: solid 1px #8de171;
}
.eds_news_NewsMagazine.eds_subCollection_calendar .calendar_table td.day.has_events.EDNcategorycolor-green > a:hover {
  background-color: #8de171;
}
.eds_news_NewsMagazine.eds_subCollection_calendar .calendar_table td.day.has_events.EDNcategorycolor-yellow > a {
  color: #f6c606;
  border: solid 1px #f6c606;
}
.eds_news_NewsMagazine.eds_subCollection_calendar .calendar_table td.day.has_events.EDNcategorycolor-yellow > a:hover {
  background-color: #f6c606;
}
.eds_news_NewsMagazine.eds_subCollection_calendar .calendar_table td.day.has_events.EDNcategorycolor-pink > a {
  color: #ffc0cb;
  border: solid 1px #ffc0cb;
}
.eds_news_NewsMagazine.eds_subCollection_calendar .calendar_table td.day.has_events.EDNcategorycolor-pink > a:hover {
  background-color: #ffc0cb;
}
.eds_news_NewsMagazine.eds_subCollection_calendar .calendar_table td.day.has_events.EDNcategorycolor-gray > a {
  color: #808080;
  border: solid 1px #808080;
}
.eds_news_NewsMagazine.eds_subCollection_calendar .calendar_table td.day.has_events.EDNcategorycolor-gray > a:hover {
  background-color: #808080;
}
.eds_news_NewsMagazine.eds_subCollection_calendar .calendar_table td.day.has_events.EDNcategorycolor-orange > a {
  color: #ff6a00;
  border: solid 1px #ff6a00;
}
.eds_news_NewsMagazine.eds_subCollection_calendar .calendar_table td.day.has_events.EDNcategorycolor-orange > a:hover {
  background-color: #ff6a00;
}
.eds_news_NewsMagazine.eds_subCollection_calendar .calendar_table td.day.has_events.EDNcategorycolor-brown > a {
  color: #e49908;
  border: solid 1px #e49908;
}
.eds_news_NewsMagazine.eds_subCollection_calendar .calendar_table td.day.has_events.EDNcategorycolor-brown > a:hover {
  background-color: #e49908;
}
.eds_news_NewsMagazine.eds_subCollection_calendar .calendar_table td.day.selected > a {
  font-weight: bold;
  -ms-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
@media handheld, only screen and (max-width: 768px), only screen and (max-device-width: 768px) {
  .eds_news_NewsMagazine.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_NewsMagazine.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_NewsMagazine.eds_subCollection_calendar .advanced .calendar_table td.day.selected > a,
  .eds_news_NewsMagazine.eds_subCollection_calendar .advanced .calendar_table td.day > a:hover {
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
  }
}
.eds_news_NewsMagazine.eds_subCollection_calendar .advanced .calendar_table td.day > ul {
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 1;
}
.eds_news_NewsMagazine.eds_subCollection_calendar .advanced .calendar_table td.day > ul > li {
  list-style-type: none;
  margin: 3px 0;
  padding: 0;
  text-align: left;
}
.eds_news_NewsMagazine.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_NewsMagazine.eds_subCollection_calendar .advanced .calendar_table td.day.has_posts, .eds_news_NewsMagazine.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_NewsMagazine.eds_subCollection_calendar .advanced .calendar_table td.day.other_month {
    display: none;
  }
}
.eds_news_NewsMagazine.eds_subCollection_calendar .advanced .calendar_table td.day.today:after {
  top: 5px;
  right: 6px;
  bottom: 6px;
  left: 6px;
}
.eds_news_NewsMagazine.eds_subCollection_calendar .archive_list {
  margin-top: 25px;
  border-top: solid 1px #dcdcdc;
  padding-top: 25px;
}
.eds_news_NewsMagazine.eds_subCollection_calendar .archive_list ul {
  margin: 0;
  padding: 0;
}
.eds_news_NewsMagazine.eds_subCollection_calendar .archive_list ul li {
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-size: 14px;
}
.eds_news_NewsMagazine.eds_subCollection_calendar .archive_list ul li > div {
  border-bottom: solid 1px #ddd;
  padding: 3px;
  cursor: pointer;
  overflow: hidden;
}
.eds_news_NewsMagazine.eds_subCollection_calendar .archive_list ul li > div:hover .expand_collapse:before {
  color: #504e4e;
}
.eds_news_NewsMagazine.eds_subCollection_calendar .archive_list ul li > div.edn_archiveByYear a.edn_archiveLink {
  display: inline;
}
.eds_news_NewsMagazine.eds_subCollection_calendar .archive_list ul li a.edn_archiveLink {
  color: #504e4e;
  text-decoration: none;
  display: block;
}
.eds_news_NewsMagazine.eds_subCollection_calendar .archive_list ul li a.edn_archiveLink:hover {
  color: #c81704;
  text-decoration: none;
}
.eds_news_NewsMagazine.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_NewsMagazine.eds_subCollection_calendar .archive_list ul li.opened > div .edn_archiveLink {
  font-weight: bold;
}
.eds_news_NewsMagazine.eds_subCollection_calendar .archive_list ul li.active > div .edn_archiveLink {
  font-weight: bold;
  color: #000;
}
.eds_news_NewsMagazine.eds_subCollection_calendar .archive_list ul > li .expand_collapse {
  cursor: pointer;
  display: inline-block !important;
  visibility: visible !important;
  height: auto !important;
}
.eds_news_NewsMagazine.eds_subCollection_calendar .archive_list ul > li .expand_collapse > span {
  display: none;
}
.eds_news_NewsMagazine.eds_subCollection_calendar .archive_list ul > li .expand_collapse:before {
  content: "";
  display: inline-block;
  margin-right: 7px;
  font-family: "FontAwesome";
  font-size: 15px;
  font-style: normal;
  font-weight: normal;
}
.eds_news_NewsMagazine.eds_subCollection_calendar .archive_list ul > li .expand_collapse.collapse:before {
  content: "";
}
.eds_news_NewsMagazine.eds_subCollection_calendar .archive_list ul > li ul li > div {
  padding-left: 30px;
}
.eds_news_NewsMagazine.eds_subCollection_calendar .archive_list > ul > li:last-child > div {
  border: none;
}
.eds_news_NewsMagazine.eds_subCollection_calendar .archive_list.events {
  margin-top: 30px;
}
.eds_news_NewsMagazine.eds_subCollection_calendar .archive_list.events .edn_module_title > a {
  float: right;
  margin-left: 7px;
}
.eds_news_NewsMagazine.eds_subCollection_calendar .archive_list.events .edn_module_title > a > span {
  display: none;
}
.eds_news_NewsMagazine.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_NewsMagazine.eds_subCollection_calendar .archive_list.events .edn_module_title .rss:before {
  content: "";
}
.eds_news_NewsMagazine.eds_subCollection_calendar .archive_list.events .edn_module_title .export:before {
  content: "";
}
.eds_news_NewsMagazine.eds_subCollection_calendar .archive_list.events ul li {
  margin: 0 0 5px;
}
.eds_news_NewsMagazine.eds_subCollection_calendar .archive_list.events ul li:before {
  content: "";
  display: inline-block;
  margin-right: 7px;
  font-size: 14px;
  color: #c81704;
  font-family: "FontAwesome";
  vertical-align: top;
}
.eds_news_NewsMagazine.eds_subCollection_calendar .archive_list.events ul li > a {
  color: #504e4e;
  text-decoration: none;
  font-family: "Coda", sans-serif;
}
.eds_news_NewsMagazine.eds_subCollection_calendar .archive_list.events ul li > a:hover {
  text-decoration: none;
  color: #c81704;
}
.eds_news_NewsMagazine.eds_subCollection_calendar .archive_list.events ul li > a > span {
  color: #c81704;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 13px;
}

.eds_news_NewsMagazine.eds_subCollection_news .child_categories {
  margin-bottom: 40px;
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_categoryInfo {
  margin: 20px 0 30px;
  padding: 20px 0;
  border-bottom: solid 1px #ddd;
  border-top: solid 1px #ddd;
}
.eds_news_NewsMagazine.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_NewsMagazine.eds_subCollection_news .edn_catalogCategory > a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_catalogCategory > img {
  width: 100%;
  height: 100%;
  opacity: 0.8;
  transition: all 300ms linear;
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_catalogCategory > figcaption {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 10px;
  right: 10px;
  text-align: center;
}
.eds_news_NewsMagazine.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: "Coda", 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_NewsMagazine.eds_subCollection_news .edn_catalogCategory:hover > img {
  opacity: 1;
}
.eds_news_NewsMagazine.eds_subCollection_news .bread_crumbs {
  margin: 0;
  padding: 0;
}
.eds_news_NewsMagazine.eds_subCollection_news .bread_crumbs > a {
  font-family: "Coda", 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_NewsMagazine.eds_subCollection_news .bread_crumbs > a:hover {
  border-bottom-color: #c81704;
  border-bottom-width: 2px;
  margin-bottom: 0;
}
.eds_news_NewsMagazine.eds_subCollection_news .bread_crumbs > a:last-child {
  color: #000;
}
.eds_news_NewsMagazine.eds_subCollection_news .bread_crumbs > i {
  display: none;
  margin: 0 7px;
  font-family: "FontAwesome";
  font-size: 17px;
}
.eds_news_NewsMagazine.eds_subCollection_news .bread_crumbs > i + a + i {
  display: inline-block;
}

.eds_news_NewsMagazine.eds_subCollection_categoryMenu {
  font-size: 14px;
  line-height: 1.3;
}
.eds_news_NewsMagazine.eds_subCollection_categoryMenu ul {
  margin: 0 !important;
  padding: 0 !important;
}
.eds_news_NewsMagazine.eds_subCollection_categoryMenu .edn_category_menu_wrapper li {
  list-style-type: none !important;
  margin: 0;
  padding: 0;
}
.eds_news_NewsMagazine.eds_subCollection_categoryMenu .edn_category_menu_wrapper li:last-child > div {
  border: none;
}
.eds_news_NewsMagazine.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_NewsMagazine.eds_subCollection_categoryMenu .edn_category_menu_wrapper li > div a {
  display: none;
}
.eds_news_NewsMagazine.eds_subCollection_categoryMenu .edn_category_menu_wrapper li > div a.edn_category, .eds_news_NewsMagazine.eds_subCollection_categoryMenu .edn_category_menu_wrapper li > div a.edn_articlecount, .eds_news_NewsMagazine.eds_subCollection_categoryMenu .edn_category_menu_wrapper li > div a.edn_rss, .eds_news_NewsMagazine.eds_subCollection_categoryMenu .edn_category_menu_wrapper li > div a.edn_image, .eds_news_NewsMagazine.eds_subCollection_categoryMenu .edn_category_menu_wrapper li > div a.edn_category, .eds_news_NewsMagazine.eds_subCollection_categoryMenu .edn_category_menu_wrapper li > div a.expand_collapse {
  display: inline-block;
  vertical-align: top;
  outline: none;
}
.eds_news_NewsMagazine.eds_subCollection_categoryMenu .edn_category_menu_wrapper li > div:hover .expand_collapse {
  -ms-transform: scale(1.8);
  -webkit-transform: scale(1.8);
  transform: scale(1.8);
}
.eds_news_NewsMagazine.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_NewsMagazine.eds_subCollection_categoryMenu .edn_category_menu_wrapper li .expand_collapse > span {
  display: none;
}
.eds_news_NewsMagazine.eds_subCollection_categoryMenu .edn_category_menu_wrapper li .expand_collapse:before {
  content: "";
  font-family: "FontAwesome";
  font-weight: bold;
  font-size: 14px;
  margin: 0 5px;
  display: inline-block;
}
.eds_news_NewsMagazine.eds_subCollection_categoryMenu .edn_category_menu_wrapper li .expand_collapse.collapse:before {
  content: "";
}
.eds_news_NewsMagazine.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_NewsMagazine.eds_subCollection_categoryMenu .edn_category_menu_wrapper li .edn_rss::before {
  content: "";
  font-family: "FontAwesome";
  font-size: 14px;
  margin-right: 5px;
  display: inline-block;
  color: #c81704;
}
.eds_news_NewsMagazine.eds_subCollection_categoryMenu .edn_category_menu_wrapper li .edn_rss:hover::before {
  color: #504e4e;
}
.eds_news_NewsMagazine.eds_subCollection_categoryMenu .edn_category_menu_wrapper li .edn_category {
  color: #504e4e;
  font-size: 14px;
  line-height: 1.3;
}
.eds_news_NewsMagazine.eds_subCollection_categoryMenu .edn_category_menu_wrapper li .edn_category:hover {
  color: #c81704;
}
.eds_news_NewsMagazine.eds_subCollection_categoryMenu .edn_category_menu_wrapper li .edn_rss > span {
  display: none;
}
.eds_news_NewsMagazine.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_NewsMagazine.eds_subCollection_categoryMenu .edn_category_menu_wrapper li .edn_image:hover > img {
  border-color: #504e4e;
}
.eds_news_NewsMagazine.eds_subCollection_categoryMenu .edn_category_menu_wrapper li.level_0 > div {
  padding-left: 0;
}
.eds_news_NewsMagazine.eds_subCollection_categoryMenu .edn_category_menu_wrapper li.level_1 > div {
  padding-left: 15px;
}
.eds_news_NewsMagazine.eds_subCollection_categoryMenu .edn_category_menu_wrapper li.level_2 > div {
  padding-left: 30px;
}
.eds_news_NewsMagazine.eds_subCollection_categoryMenu .edn_category_menu_wrapper li.level_3 > div {
  padding-left: 45px;
}
.eds_news_NewsMagazine.eds_subCollection_categoryMenu .edn_category_menu_wrapper li.level_4 > div {
  padding-left: 60px;
}
.eds_news_NewsMagazine.eds_subCollection_categoryMenu .edn_category_menu_wrapper li.level_5 > div {
  padding-left: 75px;
}
.eds_news_NewsMagazine.eds_subCollection_categoryMenu .edn_category_menu_wrapper li.opened > div > .edn_category {
  color: #c81704;
}
.eds_news_NewsMagazine.eds_subCollection_categoryMenu .edn_category_menu_wrapper li.active > div > .edn_category {
  color: #000;
  font-weight: bold;
}
.eds_news_NewsMagazine.eds_subCollection_categoryMenu .edn_horizontalMenu .edn_category_menu_wrapper {
  height: 50px;
  overflow: auto;
  padding: 20px 0;
  white-space: nowrap;
}
.eds_news_NewsMagazine.eds_subCollection_categoryMenu .edn_horizontalMenu .edn_category_menu_wrapper li {
  display: inline-block;
}
.eds_news_NewsMagazine.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_NewsMagazine.eds_subCollection_categoryMenu .edn_horizontalMenu .edn_category_menu_wrapper li > div .expand_collapse:before {
  content: "";
}
.eds_news_NewsMagazine.eds_subCollection_categoryMenu .edn_horizontalMenu .edn_category_menu_wrapper li > div:hover .expand_collapse {
  -ms-transform: none;
  -webkit-transform: none;
  transform: none;
}
.eds_news_NewsMagazine.eds_subCollection_categoryMenu .edn_horizontalMenu .edn_category_menu_wrapper li.hasChild ul .edn_category {
  opacity: 0.7;
}
.eds_news_NewsMagazine.eds_subCollection_categoryMenu .edn_horizontalMenu .edn_category_menu_wrapper li.hasChild ul .hasChild ul .edn_category {
  opacity: 0.5;
}
.eds_news_NewsMagazine.eds_subCollection_categoryMenu .edn_horizontalMenu .edn_category_menu_wrapper li ul {
  display: inline-block !important;
  height: auto !important;
  overflow: visible !important;
}
.eds_news_NewsMagazine.eds_subCollection_categoryMenu .edn_horizontalMenu .edn_category_menu_wrapper > li:last-child > div {
  border: none;
}
.eds_news_NewsMagazine.eds_subCollection_categoryMenu .edn_horizontalMenu .edn_scrollWrapper {
  position: relative;
}
.eds_news_NewsMagazine.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_NewsMagazine.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_NewsMagazine.eds_subCollection_categoryMenu .edn_horizontalMenu .edn_scrollWrapper > span:hover::before {
  color: #333;
}
.eds_news_NewsMagazine.eds_subCollection_categoryMenu .edn_horizontalMenu .edn_scrollWrapper > span.edn_scrollLeft {
  left: 0;
}
.eds_news_NewsMagazine.eds_subCollection_categoryMenu .edn_horizontalMenu .edn_scrollWrapper > span.edn_scrollLeft::before {
  content: "";
}
.eds_news_NewsMagazine.eds_subCollection_categoryMenu .edn_horizontalMenu .edn_scrollWrapper > span.edn_scrollRight {
  right: 0;
}
.eds_news_NewsMagazine.eds_subCollection_categoryMenu .edn_horizontalMenu .edn_scrollWrapper > span.edn_scrollRight::before {
  content: "";
}
.eds_news_NewsMagazine.eds_subCollection_categoryMenu .edn_horizontalMenu .edn_scrollWrapper.edn_leftOffset .edn_scrollLeft {
  opacity: 1;
  visibility: visible;
}
.eds_news_NewsMagazine.eds_subCollection_categoryMenu .edn_horizontalMenu .edn_scrollWrapper.edn_rightOffset .edn_scrollRight {
  opacity: 1;
  visibility: visible;
}

.eds_news_NewsMagazine.eds_subCollection_news .article_comments {
  margin: 15px 0 20px;
}
.eds_news_NewsMagazine.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_NewsMagazine.eds_subCollection_news .article_comments .num_of_comment + .comment_list {
  padding-top: 10px;
}
.eds_news_NewsMagazine.eds_subCollection_news .article_comments .comment_list {
  margin-bottom: 30px;
  display: block;
}
.eds_news_NewsMagazine.eds_subCollection_news .article_comments .comment_list .comment {
  margin-top: 15px;
  padding-bottom: 10px;
  border-bottom: solid 1px #ddd;
  padding-left: 50px;
}
.eds_news_NewsMagazine.eds_subCollection_news .article_comments .comment_list .comment article > div {
  float: left;
  margin: 0 20px 0 0;
}
.eds_news_NewsMagazine.eds_subCollection_news .article_comments .comment_list .comment article > div img {
  border: 1px solid #504e4e;
  border-radius: 50%;
  padding: 3px;
}
.eds_news_NewsMagazine.eds_subCollection_news .article_comments .comment_list .comment article > section {
  overflow: hidden;
}
.eds_news_NewsMagazine.eds_subCollection_news .article_comments .comment_list .comment article > section > div {
  color: #424242;
  margin: 15px 0;
  font-size: 13px;
  line-height: 1.3;
}
.eds_news_NewsMagazine.eds_subCollection_news .article_comments .comment_list .comment article > section > time {
  color: #999;
  font-size: 12px;
  display: block;
  text-align: right;
}
.eds_news_NewsMagazine.eds_subCollection_news .article_comments .comment_list .comment .actions {
  text-align: right;
  clear: both;
  margin: 5px 0;
}
.eds_news_NewsMagazine.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: "Coda", 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_NewsMagazine.eds_subCollection_news .article_comments .comment_list .comment .actions > a:hover {
  background-color: #909090;
  text-decoration: none;
}
.eds_news_NewsMagazine.eds_subCollection_news .article_comments .comment_list .comment .actions > a.delete {
  background-color: #d94e49;
  border-color: #9d241e;
}
.eds_news_NewsMagazine.eds_subCollection_news .article_comments .comment_list .comment .actions > a.delete:hover {
  background-color: #9d241e;
}
.eds_news_NewsMagazine.eds_subCollection_news .article_comments .comment_list .comment .edit_comment {
  text-align: right;
}
.eds_news_NewsMagazine.eds_subCollection_news .article_comments .comment_list .comment .edit_comment textarea,
.eds_news_NewsMagazine.eds_subCollection_news .article_comments .comment_list .comment .edit_comment textarea:hover,
.eds_news_NewsMagazine.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_NewsMagazine.eds_subCollection_news .article_comments .comment_list .comment.level {
  padding-left: 0;
}
.eds_news_NewsMagazine.eds_subCollection_news .article_comments .comment_list .comment .right_side {
  overflow: hidden;
}
.eds_news_NewsMagazine.eds_subCollection_news .article_comments .comment_list .comment .votes {
  float: left;
  width: 40px;
}
.eds_news_NewsMagazine.eds_subCollection_news .article_comments .comment_list .comment .votes > div {
  display: inline-block;
  text-align: center;
  margin-bottom: 5px;
}
.eds_news_NewsMagazine.eds_subCollection_news .article_comments .comment_list .comment .votes > div > input,
.eds_news_NewsMagazine.eds_subCollection_news .article_comments .comment_list .comment .votes > div > span {
  display: block;
  margin: 0 auto;
}
.eds_news_NewsMagazine.eds_subCollection_news .article_comments .comment_list + .add_comment {
  margin-top: 25px;
}
.eds_news_NewsMagazine.eds_subCollection_news .article_comments .add_comment > h3 {
  margin-bottom: 10px;
  font-size: 18px;
}
.eds_news_NewsMagazine.eds_subCollection_news .article_comments .add_comment > div {
  border: solid 1px #c81704;
  border-radius: 4px;
  padding: 20px;
}
.eds_news_NewsMagazine.eds_subCollection_news .article_comments .add_comment > div table {
  width: 100%;
}
.eds_news_NewsMagazine.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_NewsMagazine.eds_subCollection_news .article_comments .add_comment > div table td {
    display: block !important;
    width: 100% !important;
    padding: 0 0 10px !important;
  }
}
.eds_news_NewsMagazine.eds_subCollection_news .article_comments .add_comment > div table td.left {
  font-family: "Coda", sans-serif;
  width: 15%;
  color: #424242;
  font-size: 15px;
}
.eds_news_NewsMagazine.eds_subCollection_news .article_comments .add_comment > div table td.right {
  width: 85%;
}
.eds_news_NewsMagazine.eds_subCollection_news .article_comments .add_comment > div table td input[type="text"],
.eds_news_NewsMagazine.eds_subCollection_news .article_comments .add_comment > div table td input[type="text"]:hover,
.eds_news_NewsMagazine.eds_subCollection_news .article_comments .add_comment > div table td input[type="text"]:focus,
.eds_news_NewsMagazine.eds_subCollection_news .article_comments .add_comment > div table td textarea,
.eds_news_NewsMagazine.eds_subCollection_news .article_comments .add_comment > div table td textarea:hover,
.eds_news_NewsMagazine.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_NewsMagazine.eds_subCollection_news .article_comments .add_comment > div table td input[type="text"] {
  max-width: 300px;
  font-size: 14px;
}
.eds_news_NewsMagazine.eds_subCollection_news .article_comments .add_comment > div table td textarea {
  max-width: 370px;
  font-size: 13px;
  min-height: 110px;
}
.eds_news_NewsMagazine.eds_subCollection_news .edNews__itemCommentsWrapper {
  border-top: 1px solid #d7d7d7;
  padding-top: 25px;
  clear: both;
  margin-top: 40px;
  width: 90%;
  margin: 40px auto 0;
}
.eds_news_NewsMagazine.eds_subCollection_news .edNews__itemCommentsWrapper .edNews_numberOfComments {
  color: #504e4e;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 12px;
  line-height: 1;
  padding: 20px 0;
  text-align: right;
}
.eds_news_NewsMagazine.eds_subCollection_news .edNews__itemCommentsWrapper .edNews__itemCommentContainer {
  font-size: 0;
  line-height: 0;
  margin-bottom: 30px;
  display: none;
}
.eds_news_NewsMagazine.eds_subCollection_news .edNews__itemCommentsWrapper .edNews__itemCommentContainer:first-child, .eds_news_NewsMagazine.eds_subCollection_news .edNews__itemCommentsWrapper .edNews__itemCommentContainer:nth-child(2) {
  display: block;
}
.eds_news_NewsMagazine.eds_subCollection_news .edNews__itemCommentsWrapper .edNews__itemCommentContainer::after {
  content: "";
  width: 100%;
  display: table;
  clear: both;
}
.eds_news_NewsMagazine.eds_subCollection_news .edNews__itemCommentsWrapper .edNews__itemCommentContainer > div .edNews_userAvatar {
  float: left;
  margin-right: 20px;
}
.eds_news_NewsMagazine.eds_subCollection_news .edNews__itemCommentsWrapper .edNews__itemCommentContainer > div .edNews_commentDetails {
  overflow: hidden;
}
.eds_news_NewsMagazine.eds_subCollection_news .edNews__itemCommentsWrapper .edNews__itemCommentContainer > div .edNews_commentDetails > span {
  font-family: "Source Sans Pro", sans-serif;
  color: #000;
  line-height: 24px;
  font-size: 18px;
  font-weight: 400;
}
.eds_news_NewsMagazine.eds_subCollection_news .edNews__itemCommentsWrapper .edNews__itemCommentContainer > div .edNews_commentDetails > div {
  margin: 10px 0;
  color: #8b8b8b;
  font-size: 13px;
  line-height: 1;
  font-family: "Source Sans Pro", sans-serif;
}
.eds_news_NewsMagazine.eds_subCollection_news .edNews__itemCommentsWrapper .edNews__itemCommentContainer > div .edNews_commentDetails .edNews_commentText {
  color: #333;
  font-size: 14px;
  line-height: 20px;
}
.eds_news_NewsMagazine.eds_subCollection_news .edNews__itemCommentsWrapper .edNews__itemCommentContainer > div .edNews_commentActions {
  text-align: right;
  margin: 20px 0;
  font-size: 12px;
  line-height: 1;
  font-family: "Source Sans Pro", sans-serif;
}
.eds_news_NewsMagazine.eds_subCollection_news .edNews__itemCommentsWrapper .edNews__itemCommentContainer > div .edNews_commentActions > span {
  cursor: pointer;
  color: #8b8b8b;
}
.eds_news_NewsMagazine.eds_subCollection_news .edNews__itemCommentsWrapper .edNews__itemCommentContainer > div .edNews_commentActions > span:hover {
  color: #c81704;
}
.eds_news_NewsMagazine.eds_subCollection_news .edNews__itemCommentsWrapper .edNews__itemCommentContainer > .edNews__childCommentsContainer {
  margin: 0 0 0 50px;
}
.eds_news_NewsMagazine.eds_subCollection_news .edNews__itemCommentsWrapper .edNews__itemCommentContainer .edNews__editCommentContainer {
  display: none;
  overflow: hidden;
}
.eds_news_NewsMagazine.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_NewsMagazine.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_NewsMagazine.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_NewsMagazine.eds_subCollection_news .edNews__itemCommentsWrapper .edNews__itemCommentContainer .edNews__editCommentContainer .edNews_errorMessage > span:hover {
  background-color: #fff;
}
.eds_news_NewsMagazine.eds_subCollection_news .edNews__itemCommentsWrapper .edNews__itemCommentContainer .edNews__editCommentContainer .edNews_errorMessage > span:hover > span {
  color: #5F5F5F;
}
.eds_news_NewsMagazine.eds_subCollection_news .edNews__itemCommentsWrapper .edNews__itemCommentContainer.edNews__editingComment > .edNews__commentContentWrapper .edNews_comment .edNews__commentContent {
  display: none;
}
.eds_news_NewsMagazine.eds_subCollection_news .edNews__itemCommentsWrapper .edNews__itemCommentContainer.edNews__editingComment > .edNews__commentContentWrapper .edNews_comment .edNews__editCommentContainer {
  display: block;
}
.eds_news_NewsMagazine.eds_subCollection_news .edNews__itemCommentsWrapper .edNews__itemCommentContainer.edNews__editingComment > .edNews__commentContentWrapper .edNews_comment .edNews_commentActions.main {
  display: none;
}
.eds_news_NewsMagazine.eds_subCollection_news .edNews__itemCommentsWrapper .edNews__itemCommentContainer.edNews__deleted > .edNews__commentContentWrapper .edNews_comment {
  opacity: 0.5;
  margin: 0 0 0 9%;
}
.eds_news_NewsMagazine.eds_subCollection_news .edNews__itemCommentsWrapper .edNews__itemCommentContainer.edNews__deleted > .edNews__commentContentWrapper .edNews_votes {
  display: none;
}
.eds_news_NewsMagazine.eds_subCollection_news .edNews__itemCommentsWrapper .edNews__commentsListContainer {
  margin: 30px 0 30px;
  display: block;
}
.eds_news_NewsMagazine.eds_subCollection_news .edNews__itemCommentsWrapper .edNews__commentsListContainer.noComments {
  display: none;
}
.eds_news_NewsMagazine.eds_subCollection_news .edNews__itemCommentsWrapper .edNews__commentsListContainer.noComments + .edNews__showCommentsTrigger {
  display: none;
}
.eds_news_NewsMagazine.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: "Source Sans Pro", sans-serif;
  color: #ac171e;
}
.eds_news_NewsMagazine.eds_subCollection_news .edNews__itemCommentsWrapper .edNews_errorMessage.show {
  display: block;
}
.eds_news_NewsMagazine.eds_subCollection_news .edNews__itemCommentsWrapper .edNews__commentsCommentFormWrapper .edNews_clear {
  clear: both;
}
.eds_news_NewsMagazine.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/NewsMagazine/assets/images/common/comments/comment.png") no-repeat 13px center rgba(0, 0, 0, 0.08);
}
.eds_news_NewsMagazine.eds_subCollection_news .edNews__itemCommentsWrapper .edNews__commentsCommentFormWrapper .edNews_addComment .edNews__replyingToMessage,
.eds_news_NewsMagazine.eds_subCollection_news .edNews__itemCommentsWrapper .edNews__commentsCommentFormWrapper .edNews_addComment .edNews__commentPendingApproval {
  display: none;
  margin: 20px 0;
  text-align: left;
  font-family: "Source Sans Pro", sans-serif;
  color: #504e4e;
  border-top: solid 1px #eee;
  border-bottom: solid 1px #c81704;
  background-color: #fcfcfc;
  padding: 10px;
}
.eds_news_NewsMagazine.eds_subCollection_news .edNews__itemCommentsWrapper .edNews__commentsCommentFormWrapper .edNews_addComment .edNews__replyingToMessage > a,
.eds_news_NewsMagazine.eds_subCollection_news .edNews__itemCommentsWrapper .edNews__commentsCommentFormWrapper .edNews_addComment .edNews__commentPendingApproval > a {
  text-decoration: underline;
}
.eds_news_NewsMagazine.eds_subCollection_news .edNews__itemCommentsWrapper .edNews__commentsCommentFormWrapper .edNews_addComment .edNews__commentPendingApproval {
  background: #FFFCE3;
  color: #444;
}
.eds_news_NewsMagazine.eds_subCollection_news .edNews__itemCommentsWrapper .edNews__commentsCommentFormWrapper .edNews_addComment .edNews__commentPendingApproval.show {
  display: block;
}
.eds_news_NewsMagazine.eds_subCollection_news .edNews__itemCommentsWrapper .edNews__commentsCommentFormWrapper .edNews_addComment .edNews_inputWrapper {
  margin-bottom: 10px;
}
.eds_news_NewsMagazine.eds_subCollection_news .edNews__itemCommentsWrapper .edNews__commentsCommentFormWrapper .edNews_addComment .edNews_inputWrapper::after {
  display: table;
  width: 100%;
  clear: both;
  content: "";
}
.eds_news_NewsMagazine.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: "Source Sans Pro", sans-serif;
}
@media handheld, only screen and (max-width: 768px), only screen and (max-device-width: 768px) {
  .eds_news_NewsMagazine.eds_subCollection_news .edNews__itemCommentsWrapper .edNews__commentsCommentFormWrapper .edNews_addComment .edNews_inputWrapper label {
    float: none;
    width: auto;
    display: block;
    text-align: left;
  }
}
.eds_news_NewsMagazine.eds_subCollection_news .edNews__itemCommentsWrapper .edNews__commentsCommentFormWrapper .edNews_addComment .edNews_inputWrapper textarea,
.eds_news_NewsMagazine.eds_subCollection_news .edNews__itemCommentsWrapper .edNews__commentsCommentFormWrapper .edNews_addComment .edNews_inputWrapper input[type="text"] {
  font-family: "Source Sans Pro", 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_NewsMagazine.eds_subCollection_news .edNews__itemCommentsWrapper .edNews__commentsCommentFormWrapper .edNews_addComment .edNews_inputWrapper textarea,
  .eds_news_NewsMagazine.eds_subCollection_news .edNews__itemCommentsWrapper .edNews__commentsCommentFormWrapper .edNews_addComment .edNews_inputWrapper input[type="text"] {
    width: 100%;
  }
}
.eds_news_NewsMagazine.eds_subCollection_news .edNews__itemCommentsWrapper .edNews__commentsCommentFormWrapper .edNews_addComment .edNews_inputWrapper textarea:focus, .eds_news_NewsMagazine.eds_subCollection_news .edNews__itemCommentsWrapper .edNews__commentsCommentFormWrapper .edNews_addComment .edNews_inputWrapper textarea:hover,
.eds_news_NewsMagazine.eds_subCollection_news .edNews__itemCommentsWrapper .edNews__commentsCommentFormWrapper .edNews_addComment .edNews_inputWrapper input[type="text"]:focus,
.eds_news_NewsMagazine.eds_subCollection_news .edNews__itemCommentsWrapper .edNews__commentsCommentFormWrapper .edNews_addComment .edNews_inputWrapper input[type="text"]:hover {
  color: #9fa0a2;
  background: none #fdfdfd;
}
.eds_news_NewsMagazine.eds_subCollection_news .edNews__itemCommentsWrapper .edNews__commentsCommentFormWrapper .edNews_addComment .edNews_inputWrapper textarea:focus,
.eds_news_NewsMagazine.eds_subCollection_news .edNews__itemCommentsWrapper .edNews__commentsCommentFormWrapper .edNews_addComment .edNews_inputWrapper input[type="text"]:focus {
  background-color: #fff;
  color: #9fa0a2;
}
.eds_news_NewsMagazine.eds_subCollection_news .edNews__itemCommentsWrapper .edNews__commentsCommentFormWrapper .edNews_addComment .edNews_button {
  padding: 20px 0 0;
  text-align: right;
}
.eds_news_NewsMagazine.eds_subCollection_news .edNews__itemCommentsWrapper .edNews__commentsCommentFormWrapper .edNews_addComment .edNews_button > span {
  font-family: "Source Sans Pro", 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_NewsMagazine.eds_subCollection_news .edNews__itemCommentsWrapper .edNews__commentsCommentFormWrapper .edNews_addComment.edNews_registeredUser .edNews_inputWrapper > label {
  display: none;
}
.eds_news_NewsMagazine.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_NewsMagazine.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: "";
  position: absolute;
}
.eds_news_NewsMagazine.eds_subCollection_news .edNews__itemCommentsWrapper .edNews__commentsCommentFormWrapper .edNews_addComment.edNews_registeredUser .edNews_inputWrapper .edNews_commenterImage > div {
  position: relative;
  z-index: 2;
}
.eds_news_NewsMagazine.eds_subCollection_news .edNews__itemCommentsWrapper .edNews__commentsCommentFormWrapper .edNews_addComment.edNews_registeredUser .edNews_inputWrapper .edNews_commenterImage > div img {
  width: 65px;
  height: 65px;
}
.eds_news_NewsMagazine.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_NewsMagazine.eds_subCollection_news .edNews__itemCommentsWrapper .edNews__commentsCommentFormWrapper.edNews__replyingToComment .edNews_addComment .edNews__replyingToMessage {
  display: block;
}
.eds_news_NewsMagazine.eds_subCollection_news .edNews__itemCommentsWrapper .edNews__commentsCommentFormWrapper.edNews__addingComment,
.eds_news_NewsMagazine.eds_subCollection_news .edNews__itemCommentsWrapper .edNews__itemCommentContainer.edNews__savingChanges > .edNews__commentContentWrapper .edNews_comment,
.eds_news_NewsMagazine.eds_subCollection_news .edNews__itemCommentsWrapper .edNews__itemCommentContainer.edNews__deletingComment > .edNews__commentContentWrapper .edNews_comment {
  position: relative;
}
.eds_news_NewsMagazine.eds_subCollection_news .edNews__itemCommentsWrapper .edNews__commentsCommentFormWrapper.edNews__addingComment:after,
.eds_news_NewsMagazine.eds_subCollection_news .edNews__itemCommentsWrapper .edNews__itemCommentContainer.edNews__savingChanges > .edNews__commentContentWrapper .edNews_comment:after,
.eds_news_NewsMagazine.eds_subCollection_news .edNews__itemCommentsWrapper .edNews__itemCommentContainer.edNews__deletingComment > .edNews__commentContentWrapper .edNews_comment:after {
  position: absolute;
  background: #fff url("/DesktopModules/EasyDNNNews/Templates/_default/NewsMagazine/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_NewsMagazine.eds_subCollection_news .edNews__itemCommentsWrapper.edNews__showComments .edNews__itemCommentContainer {
  display: block;
}
.eds_news_NewsMagazine.eds_subCollection_news .edNews__itemCommentsWrapper.edNews__showComments .edNews__showCommentsTrigger {
  display: none;
}
.eds_news_NewsMagazine.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: "Source Sans Pro", sans-serif;
  line-height: 1;
  font-size: 12px;
  display: block;
  padding: 10px 30px;
  cursor: pointer;
  transition: all 200ms ease;
}
.eds_news_NewsMagazine.eds_subCollection_news .edNews__showCommentsTrigger:hover {
  border-color: #c81704;
  color: #c81704;
}
.eds_news_NewsMagazine .edn_recentCommentsHeader {
  border-bottom: 1px solid #e4e4e4;
  margin-bottom: 20px;
}
.eds_news_NewsMagazine .edn_recentCommentsHeader > h4 {
  font-size: 15px;
  line-height: 1.3;
  font-family: "Coda", sans-serif;
  color: #fff;
  background: #c81704;
  padding: 5px 25px;
  border: 0;
  margin: 0 0 -1px 0;
  text-transform: uppercase;
  display: inline-block;
}
.eds_news_NewsMagazine .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_NewsMagazine .edn__recentCommentsListContainer::before, .eds_news_NewsMagazine .edn__recentCommentsListContainer::after {
  position: absolute;
  visibility: hidden;
  display: block;
  opacity: 0;
  transition: opacity 400ms;
}
.eds_news_NewsMagazine .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_NewsMagazine .edn__recentCommentsListContainer::after {
  left: 50%;
  top: 50%;
  margin-left: -50px;
  width: 100px;
  height: 0;
  text-align: center;
  content: "";
  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_NewsMagazine .edn_recentCommentContainer {
  padding: 0 0 15px;
  margin-bottom: 15px;
  border-bottom: dashed 1px #bfbfbf;
  opacity: 0;
  transition: opacity 500ms;
}
.eds_news_NewsMagazine .edn_recentCommentContainer:last-child {
  border-bottom: none;
}
.eds_news_NewsMagazine .edn_recentCommentContainer .edn_commentRight {
  overflow: hidden;
}
.eds_news_NewsMagazine .edn_recentCommentContainer .edNews_userAvatar {
  float: left;
  margin-right: 15px;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  overflow: hidden;
}
.eds_news_NewsMagazine .edn_recentCommentContainer .edNews_userAvatar > a {
  display: block;
}
.eds_news_NewsMagazine .edn_recentCommentContainer .edNews_userAvatar img {
  max-width: 100%;
  height: auto;
}
.eds_news_NewsMagazine .edn_recentCommentContainer .edn_commentAuthor {
  font: 14px/1.2 "Coda", sans-serif;
  color: #424242;
  text-decoration: none;
  float: left;
  margin-right: 7px;
}
.eds_news_NewsMagazine .edn_recentCommentContainer .edn_commentAuthor:hover {
  color: #c81704;
}
.eds_news_NewsMagazine .edn_recentCommentContainer .edn_commentDate {
  color: #999;
  font-size: 12px;
  display: block;
  margin-top: 5px;
}
.eds_news_NewsMagazine .edn_recentCommentContainer .edNews__commentContent {
  color: #424242;
  font-style: italic;
}
.eds_news_NewsMagazine .edn_recentCommentContainer .edNews__commentContent p {
  margin: 0;
  padding: 0;
}
.eds_news_NewsMagazine .edn_recentCommentContainer .edNews__commentContent p + p {
  margin-top: 7px;
}
.eds_news_NewsMagazine .edn_recentCommentContainer .edn_articleLink {
  margin-top: 5px;
  display: inline-block;
  font-size: 14px;
  color: #c81704;
  text-decoration: none;
  font-style: normal;
}
.eds_news_NewsMagazine .edn_recentCommentContainer .edn_articleLink::before {
  font: 14px/1 "FontAwesome";
  color: #2c2c2c;
  content: "";
  margin-right: 5px;
}
.eds_news_NewsMagazine .edn_recentCommentContainer .edn_articleLink:hover {
  color: #2c2c2c;
  text-decoration: none;
}
.eds_news_NewsMagazine.eds_subCollection_recentComments.edn__recentComments_disablePreviousPage .edn__recentComments_previousPage {
  opacity: 0.6;
  cursor: default;
}
.eds_news_NewsMagazine.eds_subCollection_recentComments.edn__recentComments_disableNextPage .edn__recentComments_nextPage {
  opacity: 0.6;
  cursor: default;
}
.eds_news_NewsMagazine.eds_subCollection_recentComments.edn__recentComments_disableNextPage.edn__recentComments_disablePreviousPage .edn_pagination, .eds_news_NewsMagazine.eds_subCollection_recentComments.edn__recentComments_contentError .edn_pagination, .eds_news_NewsMagazine.eds_subCollection_recentComments.edn__recentComments_noContent .edn_pagination {
  display: none;
}
.eds_news_NewsMagazine.eds_subCollection_recentComments.edn__recentComments_loading .edn__recentCommentsListContainer {
  opacity: 0.5;
}
.eds_news_NewsMagazine.eds_subCollection_recentComments.edn__recentComments_loading .edn__recentCommentsListContainer::before {
  opacity: 1;
  visibility: visible;
}
.eds_news_NewsMagazine.eds_subCollection_recentComments.edn__recentComments_loading .edn__recentCommentsListContainer::after {
  opacity: 1;
  visibility: visible;
}
.eds_news_NewsMagazine.eds_subCollection_recentComments.edn__recentComments_loading .edn__recentCommentsListContainer .edn_recentCommentContainer {
  opacity: 0;
}
.eds_news_NewsMagazine.eds_subCollection_recentComments.edn__recentComments_ready .edn__recentCommentsListContainer {
  opacity: 1;
}
.eds_news_NewsMagazine.eds_subCollection_recentComments.edn__recentComments_pageReady .edn__recentCommentsListContainer {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
.eds_news_NewsMagazine.eds_subCollection_recentComments.edn__recentComments_pageReady .edn__recentCommentsListContainer .edn_recentCommentContainer {
  opacity: 1;
}
.eds_news_NewsMagazine.eds_subCollection_recentComments.edn__recentComments_triggeredNextPage.edn__recentComments_pageReady .edn__recentCommentsListContainer {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
.eds_news_NewsMagazine.eds_subCollection_recentComments.edn__recentComments_triggeredPreviousPage.edn__recentComments_pageReady .edn__recentCommentsListContainer {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
.eds_news_NewsMagazine.eds_subCollection_recentComments.edn__recentComments_noContent .edn__recentCommentsListContainer .edn_recentCommentContainer {
  display: none;
}
.eds_news_NewsMagazine.eds_subCollection_recentComments.edn__recentComments_contentError .edn__recentCommentsListContainer .edn_recentCommentContainer {
  display: none;
}

.eds_news_NewsMagazine.eds_subCollection_contentBlock .edn__contentBlock_title {
  font-size: 15px;
  line-height: 1.3;
  font-family: "Coda", sans-serif;
  color: #fff;
  background: #c81704;
  padding: 5px 25px;
  border: 0;
  margin: -1px 20px -1px -1px;
  text-transform: uppercase;
  display: inline-block;
}
.eds_news_NewsMagazine.eds_subCollection_contentBlock .edn__contentBlock_itemList {
  position: relative;
  margin: 0;
  padding: 0;
  border: 0;
  visibility: hidden;
}
.eds_news_NewsMagazine.eds_subCollection_contentBlock .edn__contentBlock_itemList.edn__contentBlock_itemsHidden {
  margin-right: 30px;
}
.eds_news_NewsMagazine.eds_subCollection_contentBlock .edn__contentBlock_itemList > li {
  font-size: 13px;
  line-height: 1.3;
  font-family: "Source Sans Pro", 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_NewsMagazine.eds_subCollection_contentBlock .edn__contentBlock_itemList > li.edn__contentBlock_hide {
  display: none !important;
}
.eds_news_NewsMagazine.eds_subCollection_contentBlock .edn__contentBlock_itemList > li.EDNcategorycolor-red {
  color: #db313c;
}
.eds_news_NewsMagazine.eds_subCollection_contentBlock .edn__contentBlock_itemList > li.EDNcategorycolor-blue {
  color: #37cbcb;
}
.eds_news_NewsMagazine.eds_subCollection_contentBlock .edn__contentBlock_itemList > li.EDNcategorycolor-black {
  color: #000;
}
.eds_news_NewsMagazine.eds_subCollection_contentBlock .edn__contentBlock_itemList > li.EDNcategorycolor-green {
  color: #8de171;
}
.eds_news_NewsMagazine.eds_subCollection_contentBlock .edn__contentBlock_itemList > li.EDNcategorycolor-yellow {
  color: #f6c606;
}
.eds_news_NewsMagazine.eds_subCollection_contentBlock .edn__contentBlock_itemList > li.EDNcategorycolor-pink {
  color: #ffc0cb;
}
.eds_news_NewsMagazine.eds_subCollection_contentBlock .edn__contentBlock_itemList > li.EDNcategorycolor-gray {
  color: #808080;
}
.eds_news_NewsMagazine.eds_subCollection_contentBlock .edn__contentBlock_itemList > li.EDNcategorycolor-orange {
  color: #ff6a00;
}
.eds_news_NewsMagazine.eds_subCollection_contentBlock .edn__contentBlock_itemList > li.EDNcategorycolor-brown {
  color: #e49908;
}
.eds_news_NewsMagazine.eds_subCollection_contentBlock .edn__contentBlock_itemList > li:hover, .eds_news_NewsMagazine.eds_subCollection_contentBlock .edn__contentBlock_itemList > li.edn__contentBlock_active {
  color: #c81704;
}
.eds_news_NewsMagazine.eds_subCollection_contentBlock .edn__contentBlock_itemList.edn__contentBlock_visibleItemList {
  display: table;
  white-space: nowrap;
  float: right;
}
.eds_news_NewsMagazine.eds_subCollection_contentBlock .edn__contentBlock_itemList.edn__contentBlock_visibleItemList > li {
  display: table-cell;
}
.eds_news_NewsMagazine.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_NewsMagazine.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_NewsMagazine.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_NewsMagazine.eds_subCollection_contentBlock .edn__contentBlock_hiddenItemWrapper.edn__contentBlock_itemsHidden {
  display: block;
}
.eds_news_NewsMagazine.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_NewsMagazine.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: "";
  color: #242424;
  display: block;
  text-align: center;
  position: absolute;
  top: 7px;
  transition: color 0.1s ease;
}
.eds_news_NewsMagazine.eds_subCollection_contentBlock .edn__contentBlock_hiddenItemWrapper:hover > .edn__contentBlock_hiddenItemList {
  display: block;
}
.eds_news_NewsMagazine.eds_subCollection_contentBlock .edn__contentBlock_hiddenItemWrapper:hover > .edn__contentBlock_hiddenItemList > li.edn__contentBlock_hide {
  display: block !important;
}
.eds_news_NewsMagazine.eds_subCollection_contentBlock .edn__contentBlock_hiddenItemWrapper:hover > .edn_contentBlock_trigger:after {
  color: #c81704;
}
.eds_news_NewsMagazine.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_NewsMagazine.eds_subCollection_contentBlock .edn__contentBlock_header::after {
  display: table;
  content: "";
  clear: both;
  width: 100%;
}
.eds_news_NewsMagazine.eds_subCollection_contentBlock .edn_mainWrapper {
  position: relative;
  padding-top: 20px;
}
.eds_news_NewsMagazine.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_NewsMagazine.eds_subCollection_contentBlock .edn_mainWrapper::before, .eds_news_NewsMagazine.eds_subCollection_contentBlock .edn_mainWrapper::after {
  position: absolute;
  visibility: hidden;
  display: block;
  opacity: 0;
  transition: opacity 400ms;
}
.eds_news_NewsMagazine.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_NewsMagazine.eds_subCollection_contentBlock .edn_mainWrapper::after {
  left: 50%;
  top: 50%;
  margin-left: -50px;
  width: 100px;
  height: 0;
  text-align: center;
  content: "";
  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_NewsMagazine.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_NewsMagazine.eds_subCollection_contentBlock .edn_mainWrapper .edn_leftSide {
    width: auto;
    float: none;
  }
}
.eds_news_NewsMagazine.eds_subCollection_contentBlock .edn_mainWrapper .edn_leftSide article {
  width: auto !important;
  float: none !important;
}
.eds_news_NewsMagazine.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_NewsMagazine.eds_subCollection_contentBlock .edn_mainWrapper .edn_rightSide {
    float: none;
    margin-left: 0;
    width: auto;
  }
}
.eds_news_NewsMagazine.eds_subCollection_contentBlock .edn_mainWrapper .edn_rightSide article {
  width: auto !important;
  float: none !important;
  margin-left: 0 !important;
}
.eds_news_NewsMagazine.eds_subCollection_contentBlock .edn_mainWrapper .edn_rightSide.edn_specialFirstArticle article:first-child {
  border-top: none !important;
  padding-top: 0 !important;
}
.eds_news_NewsMagazine.eds_subCollection_contentBlock .edn_mainWrapper .edn__articleListWrapper > div {
  font-size: 0;
  line-height: 0;
}
.eds_news_NewsMagazine.eds_subCollection_contentBlock .edn_mainWrapper .edn__articleListWrapper > div::after {
  display: table;
  content: "";
  clear: both;
  width: 100%;
}
.eds_news_NewsMagazine.eds_subCollection_contentBlock .edn_mainWrapper article .edn_metaDetails {
  font: 10px/1.3 "Coda", sans-serif;
  color: #808080;
  text-transform: uppercase;
}
.eds_news_NewsMagazine.eds_subCollection_contentBlock .edn_mainWrapper article .edn_metaDetails > a {
  color: #1b1b1b;
  display: inline-block;
  margin-right: 5px;
}
.eds_news_NewsMagazine.eds_subCollection_contentBlock .edn_mainWrapper article h2 {
  padding: 0;
  border: 0;
  margin: 10px 0;
  font: 18px/1.3 "Coda", sans-serif;
}
.eds_news_NewsMagazine.eds_subCollection_contentBlock .edn_mainWrapper article h2 > a {
  font: 18px/1.3 "Coda", sans-serif;
  color: #222;
  text-decoration: none;
  transition: color ease-in 0.1s;
}
.eds_news_NewsMagazine.eds_subCollection_contentBlock .edn_mainWrapper article h2 > a:hover {
  color: #c81704;
}
.eds_news_NewsMagazine.eds_subCollection_contentBlock .edn_mainWrapper article .edn_articleSummary {
  margin: 0 0 10px;
  padding: 0;
  border: 0;
  font: 14px/1.3 "Source Sans Pro", sans-serif;
  color: #504e4e;
}
.eds_news_NewsMagazine.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_NewsMagazine.eds_subCollection_contentBlock .edn_mainWrapper article figure > a {
  width: 100%;
  height: auto;
  max-width: none;
  max-height: none;
  text-decoration: none;
}
.eds_news_NewsMagazine.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_NewsMagazine.eds_subCollection_contentBlock .edn_mainWrapper article figure .edn_bottomRightCorner {
  position: absolute;
  bottom: 0;
  right: 0;
  text-align: right;
  font-size: 0;
  line-height: 0;
}
.eds_news_NewsMagazine.eds_subCollection_contentBlock .edn_mainWrapper article figure .edn_bottomRightCorner > span {
  display: inline-block;
  padding: 0;
  margin: 0;
  border: 0;
  opacity: 0.9;
  font-size: 0;
  line-height: 0;
}
.eds_news_NewsMagazine.eds_subCollection_contentBlock .edn_mainWrapper article figure .edn_bottomRightCorner > span > a {
  font: 10px/1.3 "Source Sans Pro", sans-serif, sans-serif;
}
.eds_news_NewsMagazine.eds_subCollection_contentBlock .edn_mainWrapper article figure .edn_bottomRightCorner > span.edn_category {
  margin: 0 0 0 7px;
}
.eds_news_NewsMagazine.eds_subCollection_contentBlock .edn_mainWrapper article figure .edn_bottomRightCorner > span.edn_numberOfComments > a {
  display: inline-block;
  color: #fff;

  padding: 4px 15px 3px;
}
.eds_news_NewsMagazine.eds_subCollection_contentBlock .edn_mainWrapper article figure .edn_bottomRightCorner > span.edn_numberOfComments > a::before {
  content: "";
  color: #fff;
  font-family: "FontAwesome";
  font-size: inherit;
  line-height: inherit;
  padding-right: 0.2em;
  vertical-align: top;
  display: inline-block;
}
.eds_news_NewsMagazine.eds_subCollection_contentBlock .edn_mainWrapper .edn_prominentArticles article {
  width: 48%;
  margin: 0 0 15px 4%;
  float: left;
}
@media handheld, only screen and (max-width: 768px), only screen and (max-device-width: 768px) {
  .eds_news_NewsMagazine.eds_subCollection_contentBlock .edn_mainWrapper .edn_prominentArticles article {
    float: none;
    margin: 0 0 35px;
    width: auto;
  }
}
.eds_news_NewsMagazine.eds_subCollection_contentBlock .edn_mainWrapper .edn_prominentArticles article .edn_metaDetails {
  margin-top: 10px;
}
.eds_news_NewsMagazine.eds_subCollection_contentBlock .edn_mainWrapper .edn_prominentArticles article h2 {
  margin: 5px 0 7px;
  font-size: 22px;
}
.eds_news_NewsMagazine.eds_subCollection_contentBlock .edn_mainWrapper .edn_prominentArticles article h2 > a {
  font-size: 22px;
}
.eds_news_NewsMagazine.eds_subCollection_contentBlock .edn_mainWrapper .edn_prominentArticles article:nth-child(2n+1) {
  margin-left: 0;
}
.eds_news_NewsMagazine.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_NewsMagazine.eds_subCollection_contentBlock .edn_mainWrapper .edn_smallList article {
    float: none;
    margin-left: 0;
    width: auto;
  }
}
.eds_news_NewsMagazine.eds_subCollection_contentBlock .edn_mainWrapper .edn_smallList article::after {
  content: "";
  display: table;
  width: 100%;
  clear: both;
}
.eds_news_NewsMagazine.eds_subCollection_contentBlock .edn_mainWrapper .edn_smallList article:nth-child(2n+1) {
  margin-left: 0;
  clear: left;
}
.eds_news_NewsMagazine.eds_subCollection_contentBlock .edn_mainWrapper .edn_smallList article h2 {
  margin: 2px 0 0;
}
.eds_news_NewsMagazine.eds_subCollection_contentBlock .edn_mainWrapper .edn_smallList article h2 > a {
  text-decoration: none;
}
.eds_news_NewsMagazine.eds_subCollection_contentBlock .edn_mainWrapper .edn_smallList article h2 > a > span {
  margin-right: 14px;
  float: left;
}
.eds_news_NewsMagazine.eds_subCollection_contentBlock .edn_mainWrapper .edn_smallList article > a {
  float: left;
  margin: 0 14px 0 0;
  border: 0;
  padding: 0;
}
.eds_news_NewsMagazine.eds_subCollection_contentBlock .edn_mainWrapper .edn_smallList article .edn_metaDetails {
  margin: 5px 0 0;
}
.eds_news_NewsMagazine.eds_subCollection_contentBlock .edn_mainWrapper .edn_smallList.edn_biggerPadding article {
  padding: 20px 0;
}
.eds_news_NewsMagazine.eds_subCollection_contentBlock .edn_mainWrapper .edn_simpleList article {
  padding: 13px 0;
  border-top: 1px solid #dfdfdf;
}
.eds_news_NewsMagazine.eds_subCollection_contentBlock .edn_mainWrapper .edn_simpleList article:first-child {
  border-top: none;
  padding-top: 0;
}
.eds_news_NewsMagazine.eds_subCollection_contentBlock .edn_mainWrapper .edn_simpleList article::after {
  content: "";
  display: table;
  width: 100%;
  clear: both;
}
.eds_news_NewsMagazine.eds_subCollection_contentBlock .edn_mainWrapper .edn_simpleList article h2 {
  margin: 2px 0 0;
}
.eds_news_NewsMagazine.eds_subCollection_contentBlock .edn_mainWrapper .edn_simpleList article h2 > a {
  text-decoration: none;
}
.eds_news_NewsMagazine.eds_subCollection_contentBlock .edn_mainWrapper .edn_simpleList article h2 > a > span {
  margin-right: 14px;
  float: left;
}
.eds_news_NewsMagazine.eds_subCollection_contentBlock .edn_mainWrapper .edn_simpleList article .edn_metaDetails {
  margin: 5px 0 0;
}
.eds_news_NewsMagazine.eds_subCollection_contentBlock .edn_mainWrapper.edn_isotopeLayout > .edn__articleListWrapper {
  position: relative;
}
.eds_news_NewsMagazine.eds_subCollection_contentBlock .edn_mainWrapper.edn_isotopeLayout > .edn__articleListWrapper > article {
  position: absolute;
}
.eds_news_NewsMagazine.eds_subCollection_contentBlock .edn_mainWrapper .eds_noContent,
.eds_news_NewsMagazine.eds_subCollection_contentBlock .edn_mainWrapper .eds_contentError {
  font: 16px/1.3 "Source Sans Pro", sans-serif, sans-serif;
  display: none;
  border: 0;
  padding: 30px 0;
  margin: 0;
  color: #888;
  text-align: center;
}
.eds_news_NewsMagazine.eds_subCollection_contentBlock .edn_leadingArticle {
  margin-bottom: 30px;
}
.eds_news_NewsMagazine.eds_subCollection_contentBlock .edn_leadingArticle figure > a img {
  width: 100%;
  height: auto;
}
.eds_news_NewsMagazine.eds_subCollection_contentBlock .edn_verticalList .edn_verticalListWrapper {
  border: solid 1px #e4e4e4;
  position: relative;
}
.eds_news_NewsMagazine.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_NewsMagazine.eds_subCollection_contentBlock .edn_verticalList .edn_verticalListWrapper .edn_verticalListRight {
    width: auto !important;
    float: none;
  }
}
.eds_news_NewsMagazine.eds_subCollection_contentBlock .edn_verticalList .edn__contentBlock_title {
  background: none transparent;
  display: block;
  border-bottom: solid 1px #c81704;
  padding: 0;
  margin: 0;
}
.eds_news_NewsMagazine.eds_subCollection_contentBlock .edn_verticalList .edn__contentBlock_title > span {
  display: inline-block;
  background-color: #c81704;
  padding: 5px 25px 4px;
}
.eds_news_NewsMagazine.eds_subCollection_contentBlock .edn_verticalList .edn__contentBlock_title + .edn_verticalListWrapper {
  margin-top: 20px;
}
.eds_news_NewsMagazine.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_NewsMagazine.eds_subCollection_contentBlock .edn_verticalList .edn__contentBlock_header {
    float: none;
    width: auto !important;
  }
}
.eds_news_NewsMagazine.eds_subCollection_contentBlock .edn_verticalList .edn__contentBlock_itemList {
  margin: 0;
  padding: 0;
}
.eds_news_NewsMagazine.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_NewsMagazine.eds_subCollection_contentBlock .edn_verticalList .edn__contentBlock_itemList > li {
    display: inline-block;
    padding: 5px 10px;
    border-bottom: none;
    margin-bottom: 3px;
  }
}
.eds_news_NewsMagazine.eds_subCollection_contentBlock .edn_verticalList .edn__contentBlock_itemList > li.edn__contentBlock_hide {
  display: none;
  position: absolute;
  visibility: hidden;
}
.eds_news_NewsMagazine.eds_subCollection_contentBlock .edn_verticalList .edn__contentBlock_itemList > li.edn__contentBlock_active {
  border-right-style: none;
}
.eds_news_NewsMagazine.eds_subCollection_contentBlock .edn_verticalList .edn__contentBlock_itemList > li:first-child {
  border-top-style: none;
}
.eds_news_NewsMagazine.eds_subCollection_contentBlock .edn_verticalList .edn__contentBlock_itemList.edn__contentBlock_visibleItemList {
  display: block;
  white-space: normal;
  float: none;
}
.eds_news_NewsMagazine.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_NewsMagazine.eds_subCollection_contentBlock .edn_verticalList .edn__contentBlock_itemList.edn__contentBlock_visibleItemList > li {
    display: inline-block;
  }
}
.eds_news_NewsMagazine.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_NewsMagazine.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: "Coda", sans-serif;
  color: #504e4e;
}
.eds_news_NewsMagazine.eds_subCollection_contentBlock .edn_verticalList .edn__contentBlock_hiddenItemWrapper .edn_contentBlock_trigger::after {
  display: none;
}
.eds_news_NewsMagazine.eds_subCollection_contentBlock .edn_verticalList .edn__contentBlock_hiddenItemWrapper .edn_contentBlock_trigger::before {
  font-family: "FontAwesome";
  font-size: 15px;
  line-height: 1;
  content: "";
  color: #242424;
  transition: color 0.1s ease;
  margin-right: 10px;
}
.eds_news_NewsMagazine.eds_subCollection_contentBlock .edn_verticalList .edn__contentBlock_hiddenItemWrapper.edn__contentBlock_itemsHidden {
  display: block;
}
.eds_news_NewsMagazine.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_NewsMagazine.eds_subCollection_contentBlock .edn_verticalList .edn__contentBlock_hiddenItemWrapper.edn__contentBlock_itemsHidden .edn__contentBlock_itemList > li {
  text-align: left;
}
.eds_news_NewsMagazine.eds_subCollection_contentBlock .edn_verticalList .edn__contentBlock_hiddenItemWrapper:hover > .edn__contentBlock_hiddenItemList {
  display: block;
}
.eds_news_NewsMagazine.eds_subCollection_contentBlock .edn_verticalList .edn__contentBlock_hiddenItemWrapper:hover > .edn__contentBlock_hiddenItemList > li.edn__contentBlock_hide {
  display: block;
}
.eds_news_NewsMagazine.eds_subCollection_contentBlock .edn_verticalList .edn__contentBlock_hiddenItemWrapper:hover .edn_contentBlock_trigger::before {
  color: #c81704;
}
.eds_news_NewsMagazine.eds_subCollection_contentBlock .edn_verticalList .edn_mainWrapper {
  overflow: hidden;
  padding: 20px 20px 20px 0;
}
.eds_news_NewsMagazine.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_NewsMagazine.eds_subCollection_contentBlock .edn_verticalList .edn_mainWrapper article {
    float: none;
    width: 100% !important;
    padding: 0 10px !important;
    margin-bottom: 30px;
  }
}
.eds_news_NewsMagazine.eds_subCollection_contentBlock .edn_verticalList .edn_articleTitle {
  margin-top: 10px;
}
.eds_news_NewsMagazine.eds_subCollection_contentBlock .edn_verticalList .edn_metaDetails {
  margin-top: 5px;
}
.eds_news_NewsMagazine.eds_subCollection_contentBlock .edn_verticalList .edn_paginationWrapper {
  padding: 20px;
}
.eds_news_NewsMagazine.eds_subCollection_contentBlock .edn_verticalList .edn_paginationWrapper .edn_pagination {
  text-align: left;
}
.eds_news_NewsMagazine.eds_subCollection_contentBlock .edn_verticalList .edn_paginationWrapper .edn_pagination > span {
  margin: 1px 1px 1px 0;
}
.eds_news_NewsMagazine.eds_subCollection_contentBlock article {
  opacity: 0;
  max-width: 100%;
  transition: opacity 500ms;
}
.eds_news_NewsMagazine.eds_subCollection_contentBlock article figure,
.eds_news_NewsMagazine.eds_subCollection_contentBlock article h2 > a > span {
  overflow: hidden;
}
.eds_news_NewsMagazine.eds_subCollection_contentBlock article figure > a,
.eds_news_NewsMagazine.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_NewsMagazine.eds_subCollection_contentBlock article:first-child figure > a,
.eds_news_NewsMagazine.eds_subCollection_contentBlock article:first-child h2 > a {
  opacity: 1;
}
.eds_news_NewsMagazine.eds_subCollection_contentBlock article:nth-child(2) figure > a,
.eds_news_NewsMagazine.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_NewsMagazine.eds_subCollection_contentBlock article:nth-child(3) figure > a,
.eds_news_NewsMagazine.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_NewsMagazine.eds_subCollection_contentBlock article:nth-child(4) figure > a,
.eds_news_NewsMagazine.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_NewsMagazine.eds_subCollection_contentBlock article:nth-child(5) figure > a,
.eds_news_NewsMagazine.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_NewsMagazine.eds_subCollection_contentBlock article:nth-child(6) figure > a,
.eds_news_NewsMagazine.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_NewsMagazine.eds_subCollection_contentBlock .edn_articleImage {
  transition: all 400ms ease-in-out;
}
.eds_news_NewsMagazine.eds_subCollection_contentBlock figure > a:hover .edn_articleImage,
.eds_news_NewsMagazine.eds_subCollection_contentBlock h2 > a:hover .edn_articleImage {
  -ms-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.eds_news_NewsMagazine.eds_subCollection_contentBlock.edn__contentBlock_disablePreviousPage .edn__contentBlock_previousPage {
  opacity: 0.6;
  cursor: default;
}
.eds_news_NewsMagazine.eds_subCollection_contentBlock.edn__contentBlock_disableNextPage .edn__contentBlock_nextPage {
  opacity: 0.6;
  cursor: default;
}
.eds_news_NewsMagazine.eds_subCollection_contentBlock.edn__contentBlock_disablePreviousPage.edn__contentBlock_disableNextPage .edn_pagination, .eds_news_NewsMagazine.eds_subCollection_contentBlock.edn__contentBlock_contentError .edn_pagination, .eds_news_NewsMagazine.eds_subCollection_contentBlock.edn__contentBlock_noContent .edn_pagination {
  display: none;
}
.eds_news_NewsMagazine.eds_subCollection_contentBlock.edn__contentBlock_loading .edn_mainWrapper::before {
  opacity: 1;
  visibility: visible;
}
.eds_news_NewsMagazine.eds_subCollection_contentBlock.edn__contentBlock_loading .edn_mainWrapper::after {
  opacity: 1;
  visibility: visible;
}
.eds_news_NewsMagazine.eds_subCollection_contentBlock.edn__contentBlock_loading .edn_mainWrapper .article {
  opacity: 0;
}
.eds_news_NewsMagazine.eds_subCollection_contentBlock.edn__contentBlock_ready .edn__contentBlock_itemList {
  visibility: visible;
}
.eds_news_NewsMagazine.eds_subCollection_contentBlock.edn__contentBlock_ready .edn__articleListWrapper {
  opacity: 1;
}
.eds_news_NewsMagazine.eds_subCollection_contentBlock.edn__contentBlock_pageReady .edn_mainWrapper .edn__articleListWrapper {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
.eds_news_NewsMagazine.eds_subCollection_contentBlock.edn__contentBlock_pageReady .edn_mainWrapper article {
  opacity: 1;
}
.eds_news_NewsMagazine.eds_subCollection_contentBlock.edn__contentBlock_pageReady .edn_mainWrapper article figure > a,
.eds_news_NewsMagazine.eds_subCollection_contentBlock.edn__contentBlock_pageReady .edn_mainWrapper article h2 > a {
  opacity: 1 !important;
}
.eds_news_NewsMagazine.eds_subCollection_contentBlock.edn__contentBlock_pageReady.edn__contentBlock_loading .article {
  opacity: 0;
}
.eds_news_NewsMagazine.eds_subCollection_contentBlock.edn__contentBlock_triggeredNextPage .edn_mainWrapper .edn__articleListWrapper {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
.eds_news_NewsMagazine.eds_subCollection_contentBlock.edn__contentBlock_triggeredPreviousPage .edn_mainWrapper .edn__articleListWrapper {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
.eds_news_NewsMagazine.eds_subCollection_contentBlock.edn__contentBlock_noContent .edn_mainWrapper .edn__articleListWrapper {
  display: none;
}
.eds_news_NewsMagazine.eds_subCollection_contentBlock.edn__contentBlock_noContent .edn_mainWrapper .eds_noContent {
  display: block;
}
.eds_news_NewsMagazine.eds_subCollection_contentBlock.edn__contentBlock_contentError .edn_mainWrapper .edn__articleListWrapper {
  display: none;
}
.eds_news_NewsMagazine.eds_subCollection_contentBlock.edn__contentBlock_contentError .edn_mainWrapper .eds_contentError {
  display: block;
}
.eds_news_NewsMagazine.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_NewsMagazine.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_NewsMagazine.eds_subCollection_news .edn_article.edn_articleDetails .edn_articleTitle {
  margin-bottom: 20px;
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_article.edn_articleDetails .edn_articleTitle + .edn_articleSubTitle {
  margin-top: -15px;
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_article.edn_articleDetails .edn_articleSubTitle {
  margin-bottom: 20px;
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_article.edn_articleDetails .edn_metaDetails {
  margin-bottom: 20px;
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_article.edn_articleDetails .edn_metaDetails > a:before {
  content: "";
  font-family: "FontAwesome";
  color: #6e6e6e;
  font-size: 18px;
  padding-right: 5px;
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_article.edn_articleDetails .edn_metaDetails .edn_articleCategories {
  display: inline;
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_article.edn_articleDetails .edn_metaDetails .article_rating {
  display: inline-block;
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_article.edn_articleDetails .edn_metaDetails .article_rating .rateit-range {
  top: 3px;
  margin-left: 5px;
}
.eds_news_NewsMagazine.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: "Coda", sans-serif;
}
.eds_news_NewsMagazine.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_NewsMagazine.eds_subCollection_news .edn_article.edn_articleDetails .edn_articleTags > a:hover {
  background-color: #fff;
  text-decoration: none;
  color: #c81704;
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_article.edn_articleDetails .edn_article_gallery {
  margin: 20px 0;
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_article.edn_articleDetails .edn_article_gallery > ul {
  margin: 0;
  padding: 0;
}
.eds_news_NewsMagazine.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_NewsMagazine.eds_subCollection_news .in_article_image {
  background-color: #e5e5e5;
  border: solid 1px #d1d2d3;
  border-radius: 4px;
  padding: 5px;
  margin-bottom: 5px;
  max-width: 100%;
}
.eds_news_NewsMagazine.eds_subCollection_news .in_article_image img {
  max-width: 100%;
  height: auto;
}
.eds_news_NewsMagazine.eds_subCollection_news .in_article_image .image_wrapper > a {
  position: relative;
  display: inline-block;
}
.eds_news_NewsMagazine.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_NewsMagazine.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_NewsMagazine.eds_subCollection_news .in_article_image .image_title {
  margin: 5px 0 0;
  padding: 0;
  font-family: "Coda", sans-serif;
  font-size: 14px;
  color: #c81704;
}
.eds_news_NewsMagazine.eds_subCollection_news .in_article_image .image_description {
  color: #666161;
  font-size: 12px;
}
.eds_news_NewsMagazine.eds_subCollection_news .in_article_image.left {
  float: left;
  margin-right: 10px;
}
.eds_news_NewsMagazine.eds_subCollection_news .in_article_image.right {
  float: right;
  margin-left: 10px;
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_listOfAttendants {
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  clear: both;
  margin: 15px 0;
  padding: 1px;
  overflow: hidden;
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_listOfAttendants > table {
  border: none;
  outline: none;
  width: 100%;
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_listOfAttendants > table tr:first-child.edn_listOfAttendantsHeader {
  border-bottom: solid 1px #c81704;
  background-color: #fff;
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_listOfAttendants > table tr:nth-child(even) {
  background-color: #eee;
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_listOfAttendants > table tr:nth-child(odd) {
  background-color: #fff;
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_listOfAttendants > table tr:hover {
  background-color: #EAEAEA;
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_listOfAttendants > table tr:hover td {
  color: #000;
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_listOfAttendants > table tr th {
  text-align: left;
  font-weight: normal;
  font-size: 15px;
  padding: 7px 10px;
  color: #c81704;
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_listOfAttendants > table tr th.edn_eventUserName {
  width: 80%;
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_listOfAttendants > table tr th.edn_eventNumberOfTickets {
  text-align: center;
  width: 20%;
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_listOfAttendants > table tr td {
  padding: 3px 10px;
  border: none;
  font-size: 12px;
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_listOfAttendants > table tr td.edn_eventUserName {
  padding-right: 20px;
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_listOfAttendants > table tr td.edn_eventNumberOfTickets {
  text-align: center;
}

.eds_news_NewsMagazine.eds_subCollection_news .edn_article {
  margin-bottom: 25px;display:block;
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_article .edn_metaDetails {
  margin: 0 0 0;
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_article .edn_articleSummary {
  padding: 0 0;
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_article .edn_readMoreButtonWrapper {
  text-align: right;
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_article.edn_listArticle2 .edn_articleTitle {
  font-size: 20px;
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_article.edn_simpleArticle {
  margin-bottom: 0;
  padding: 8px 0;
  border-bottom: dashed 1px #bfbfbf;
  position: relative;
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_article.edn_simpleArticle:first-child {
  border-top: dashed 1px #bfbfbf;
}
.eds_news_NewsMagazine.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/NewsMagazine/assets/images/common/blank.png");
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_article.edn_simpleArticle > div .admin_action {
  position: relative;
  z-index: 1;
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_article.edn_simpleArticle .edn_mediaContainer {
  margin: 0 15px 0 0;
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_article.edn_simpleArticle .edn_mediaContainer > img {
  border: none;
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_article.edn_simpleArticle .edn_articleSubTitle {
  font-size: 11px;
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_article.edn_simpleArticle h2.edn_articleTitle {
  font-size: 15px;
  color: #504e4e;
  transition: color 0.3s linear;
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_article.edn_simpleArticle:hover h2.edn_articleTitle {
  color: #c81704;
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_article.edn_simpleArticle .edn_articleSummary {
  padding: 0;
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_article.edn_simpleArticle2 {
  position: relative;
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_article.edn_simpleArticle2 > div .admin_action {
  position: relative;
  z-index: 3;
}
.eds_news_NewsMagazine.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/NewsMagazine/assets/images/common/blank.png");
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_article.edn_simpleArticle2 h2.edn_articleTitle {
  font-size: 15px;
  color: #c81704;
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_article.edn_simpleArticle2 .edn_mediaContainer {
  overflow: hidden;
  position: relative;
  margin: 0 15px 0 0;
}
.eds_news_NewsMagazine.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_NewsMagazine.eds_subCollection_news .edn_article.edn_simpleArticle2 .edn_mediaContainer > img {
  transition: all 300ms linear;
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_article.edn_simpleArticle2 .edn_articleSummary {
  padding: 0;
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_article.edn_simpleArticle2:hover h2.edn_articleTitle {
  color: #504e4e;
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_article.edn_simpleArticle2:hover .edn_mediaContainer:after {
  opacity: 1;
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_article.edn_simpleArticle2:hover .edn_mediaContainer > img {
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_article.edn_simpleArticle4 {
  margin-bottom: 15px;
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_article.edn_simpleArticle4 h2.edn_articleTitle {
  margin-bottom: 3px;
  font-size: 15px;
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_article.edn_simpleArticle4 .edn_articleSummary {
  padding: 0;
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_article.edn_simpleArticle5 {
  margin-bottom: 15px;
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_article.edn_simpleArticle5 h2.edn_articleTitle {
  margin-bottom: 0;
  font-size: 14px;
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_article.edn_simpleArticle5 h2.edn_articleTitle a {
  color: #504e4e;
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_article.edn_simpleArticle5 h2.edn_articleTitle a:hover {
  color: #c81704;
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_article.edn_simpleArticle5 .edn_metaDetails {
  margin: 3px 0 0;
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_article.edn_simpleArticle6 {
  margin: 3px 0;
  overflow: hidden;
  padding-bottom: 2px;
  border-bottom: dotted 1px #ddd;
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_article.edn_simpleArticle6:last-child {
  border-bottom: none !important;
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_article.edn_simpleArticle6 h2.edn_articleTitle {
  font-size: 13px;
  display: inline;
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_article.edn_simpleArticle6 h2.edn_articleTitle a {
  color: #504e4e;
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_article.edn_simpleArticle6 h2.edn_articleTitle a:hover {
  color: #c81704;
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_article.edn_simpleArticle6 .edn_metaDetails {
  margin: 0;
  display: inline;
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_article.edn_simpleArticle6 .edn_metaDetails .edn_numberComments:before {
  font-size: 14px;
  margin-top: 0;
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_article.edn_simpleArticle6 .edn_metaDetails > time {
  display: inline-block;
}
.eds_news_NewsMagazine.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: "";
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_article.edn_simpleArticle6 .edn_adminActions > a {
  margin-top: 0;
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_simpleArticle6Bullet {
  float: left;
  padding: 0 5px 0 0;
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_simpleArticle6Bullet:before {
  font-family: "FontAwesome";
  color: #c81704;
  font-size: 10px;
  line-height: 0;
  content: "";
}

.eds_news_NewsMagazine.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_NewsMagazine.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_NewsMagazine.eds_subCollection_news .edn_article.edn_articleInBox > figure > img {
  max-width: 100%;
  height: auto;
  transition: all 300ms ease-in-out;
}
.eds_news_NewsMagazine.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/NewsMagazine/assets/images/common/blank.png");
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_article.edn_articleInBox > figure > a > span {
  display: none;
}
.eds_news_NewsMagazine.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_NewsMagazine.eds_subCollection_news .edn_article.edn_articleInBox > figure > figcaption .edn_articleTitle,
.eds_news_NewsMagazine.eds_subCollection_news .edn_article.edn_articleInBox > figure > figcaption .edn_articleSummary {
  color: #fff;
}
.eds_news_NewsMagazine.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_NewsMagazine.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_NewsMagazine.eds_subCollection_news .edn_article.edn_articleInBox > figure > figcaption .edn_articleSubTitle {
  display: none;
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_article.edn_articleInBox > figure > figcaption .edn_articleSummary {
  max-height: 0;
  overflow: hidden;
  transition: all 300ms ease-in-out;
}
.eds_news_NewsMagazine.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_NewsMagazine.eds_subCollection_news .edn_article.edn_articleInBox > figure:hover > img {
  -ms-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_article.edn_articleInBox > figure:hover > figcaption .edn_articleSummary {
  max-height: 150px;
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_article.edn_articleInBox > figure:hover > figcaption h2.edn_articleTitle:after {
  width: 100%;
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_article.edn_articleInBox > figure:hover > figcaption .edn_articleSubTitle {
  display: block;
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_article.edn_articleInBox .edn_mediaContainer a {
  overflow: hidden;
  display: inline-block;
}
.eds_news_NewsMagazine.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_NewsMagazine.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_NewsMagazine.eds_subCollection_news .edn_article.edn_articleInBox .edn_mediaContainer a:hover:after {
  border-width: 3px;
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_article.edn_articleInBox .edn_mediaContainer a:hover > img {
  -ms-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_article.edn_articleInBox h2.edn_articleTitle {
  font-size: 18px;
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_article.edn_articleInBox .edn_metaDetails {
  overflow: hidden;
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_article.edn_articleInBox .edn_metaDetails > span {
  float: right;
  margin: 0 0 0 5px;
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_article.edn_articleInBox .edn_articleSummary {
  padding: 0;
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_article.edn_articleInBox.edn_articleInBox3 > section {
  border: solid 1px #c81704;
}
.eds_news_NewsMagazine.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_NewsMagazine.eds_subCollection_news .edn_article.edn_articleInBox.edn_articleInBox3 > section .edn_mediaContainer > a {
  width: 100%;
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_article.edn_articleInBox.edn_articleInBox3 > section .edn_mediaContainer > a > img {
  width: 100%;
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_article.edn_articleInBox.edn_articleInBox3 > section .edn_mediaContainer > a:hover:after {
  border: none;
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_article.edn_articleInBox.edn_articleInBox3 > section .edn_boxContent {
  padding: 10px;
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_article.edn_articleInBox.edn_articleInBox3 > section .edn_boxContent .edn_articleTitle {
  margin: 0 0 5px;
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_article.edn_articleInBox.edn_articleInBox3 > section .edn_boxContent .edn_articleSummary {
  margin-top: 10px;
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_article.edn_articleInBox.edn_articleInBox3 > section .edn_boxContent .edn_eventBoxLocation,
.eds_news_NewsMagazine.eds_subCollection_news .edn_article.edn_articleInBox.edn_articleInBox3 > section .edn_boxContent > time {
  line-height: 1;
  font-size: 13px;
  color: #969696;
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_article.edn_articleInBox.edn_articleInBox3 > section .edn_boxContent .edn_eventBoxLocation {
  margin-right: 20px;
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_article.edn_articleInBox.edn_articleInBox3 > section .edn_boxContent .edn_eventBoxLocation:before {
  content: "";
  color: #c81704;
  display: inline-block;
  margin-right: 5px;
  font-family: "FontAwesome";
  font-size: 14px;
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_article.edn_articleInBox.edn_articleInBox3 > section .edn_boxContent > time:before {
  content: "";
  color: #c81704;
  display: inline-block;
  margin-right: 5px;
  font-family: "FontAwesome";
  font-size: 14px;
}

.eds_news_NewsMagazine.eds_subCollection_news .edn_article.edn_eventsSimple {
  margin-bottom: 0;
  padding: 20px 0;
  border-bottom: dashed 1px #bfbfbf;
  position: relative;
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_article.edn_eventsSimple:first-child {
  border-top: dashed 1px #bfbfbf;
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_article.edn_eventsSimple > section {
  position: relative;
  display: table;
  width: 100%;
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_article.edn_eventsSimple > section:after, .eds_news_NewsMagazine.eds_subCollection_news .edn_article.edn_eventsSimple > section:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 100%;
  content: "";
  display: none;
}
.eds_news_NewsMagazine.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_NewsMagazine.eds_subCollection_news .edn_article.edn_eventsSimple > section:after {
  border-left-style: dashed;
  border-left-width: 1px;
  border-left-color: #fff;
}
.eds_news_NewsMagazine.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_NewsMagazine.eds_subCollection_news .edn_article.edn_eventsSimple > section > time > span {
  display: block;
  color: #666161;
  line-height: 1.2;
  font-family: "Coda", sans-serif;
  font-size: 22px;
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_article.edn_eventsSimple > section > time > span:first-child {
  font-size: 26px;
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_article.edn_eventsSimple > section > time > span:last-child {
  font-size: 13px;
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_article.edn_eventsSimple > section > div {
  overflow: hidden;
  padding: 8px 8px 8px 25px;
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_article.edn_eventsSimple > section > div .edn_articleTitle {
  font-size: 19px;
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_article.edn_eventsSimple > section > div .edn_eventBoxLocation {
  margin-right: 20px;
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_article.edn_eventsSimple > section > div .edn_eventBoxLocation:before {
  content: "";
  color: #c81704;
  display: inline-block;
  margin-right: 5px;
  font-family: "FontAwesome";
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_article.edn_eventsSimple > section > div .edn_readMoreButtonWrapper {
  text-align: left;
  margin: 5px 0 0;
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_article.edn_eventsSimple > section > div .edn_readMore.edn_readMoreButton:hover {
  background-color: #7d0f03;
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_article.edn_eventsSimple > section > div > time {
  font-size: 13px;
  line-height: 1.3;
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_article.edn_eventsSimple > section > div > time:before {
  content: "";
  color: #c81704;
  display: inline-block;
  margin-right: 5px;
  font-family: "FontAwesome";
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_article.edn_eventsSimple > section:hover {
  background-color: #c81704;
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_article.edn_eventsSimple > section:hover:after, .eds_news_NewsMagazine.eds_subCollection_news .edn_article.edn_eventsSimple > section:hover:before {
  display: block;
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_article.edn_eventsSimple > section:hover > time {
  background-color: #7d0f03;
  border-color: #7d0f03;
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_article.edn_eventsSimple > section:hover > time > span {
  color: #fff;
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_article.edn_eventsSimple > section:hover > div .edn_articleTitle a {
  color: #fff;
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_article.edn_eventsSimple > section:hover > div > time,
.eds_news_NewsMagazine.eds_subCollection_news .edn_article.edn_eventsSimple > section:hover > div > time:before,
.eds_news_NewsMagazine.eds_subCollection_news .edn_article.edn_eventsSimple > section:hover > div .edn_eventBoxLocation,
.eds_news_NewsMagazine.eds_subCollection_news .edn_article.edn_eventsSimple > section:hover > div .edn_eventBoxLocation:before {
  color: #fff;
}

.eds_news_NewsMagazine.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_NewsMagazine.eds_subCollection_news .edn_article.edn_multiArticle > figure {
    width: 100%;
  }
}
.eds_news_NewsMagazine.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_NewsMagazine.eds_subCollection_news .edn_article.edn_multiArticle > figure > img {
    width: 100%;
  }
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_article.edn_multiArticle > figure .edn_sss > img {
  transition: all 300ms linear;
}
.eds_news_NewsMagazine.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/NewsMagazine/assets/images/common/blank.png");
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_article.edn_multiArticle > figure > a > span {
  display: none;
}
.eds_news_NewsMagazine.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_NewsMagazine.eds_subCollection_news .edn_article.edn_multiArticle > figure > figcaption .edn_articleTitle,
.eds_news_NewsMagazine.eds_subCollection_news .edn_article.edn_multiArticle > figure > figcaption .edn_articleSummary {
  color: #fff;
}
.eds_news_NewsMagazine.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_NewsMagazine.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_NewsMagazine.eds_subCollection_news .edn_article.edn_multiArticle > figure:hover > img {
  -ms-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_article.edn_multiArticle > figure:hover > figcaption .edn_articleSummary {
  max-height: 150px;
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_article.edn_multiArticle > figure:hover .edn_sss > img {
  -ms-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.eds_news_NewsMagazine.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_NewsMagazine.eds_subCollection_news .edn_article.edn_multiArticle.edn_multiArticleMain {
    width: 100% !important;
    display: block;
  }
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_article.edn_multiArticle.edn_multiArticleMain.edn_multiArticleMain2 {
  float: right;
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_article.edn_multiArticle.edn_multiArticleMain.edn_multiArticleMain2 > figure > figcaption h2.edn_articleTitle {
  font-size: 22px;
}
.eds_news_NewsMagazine.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_NewsMagazine.eds_subCollection_news .edn_article.edn_multiArticle.edn_articleMultiBox {
    width: 100%;
    padding: 0;
  }
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_article.edn_multiArticle.edn_articleMultiBox h2.edn_articleTitle {
  font-size: 22px;
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_article.edn_multiArticle.edn_articleMultiBox .edn_mediaContainer a {
  overflow: hidden;
  display: inline-block;
}
.eds_news_NewsMagazine.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_NewsMagazine.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_NewsMagazine.eds_subCollection_news .edn_article.edn_multiArticle.edn_articleMultiBox .edn_mediaContainer a:hover:after {
  border-width: 3px;
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_article.edn_multiArticle.edn_articleMultiBox .edn_mediaContainer a:hover > img {
  -ms-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_article.edn_multiArticle.edn_articleMultiBox:first-child {
  padding-left: 0 !important;
}
.eds_news_NewsMagazine.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_NewsMagazine.eds_subCollection_news .edn_article.edn_multiArticle.edn_articleMultiBox.edn_articleMultiBox2 {
    width: 48%;
    padding: 0 1% !important;
  }
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_article.edn_multiArticle.edn_articleMultiBox.edn_articleMultiBox2 > figure figcaption {
  padding: 5px;
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_article.edn_multiArticle.edn_articleMultiBox.edn_articleMultiBox2 > figure figcaption h2.edn_articleTitle {
  font-size: 13px;
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_article.edn_multiArticle.edn_articleMultiBox.edn_articleMultiBox2 > figure > img {
  width: 100%;
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_article.edn_multiArticle.edn_articleMultiBox.edn_articleMultiBox2 h2.edn_articleTitle {
  font-size: 18px;
}
.eds_news_NewsMagazine.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_NewsMagazine.eds_subCollection_news .edn_article.edn_multiArticle.edn_articleMultiBox.edn_articleMultiBox2:nth-child(3) {
    clear: left;
  }
}
.eds_news_NewsMagazine.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_NewsMagazine.eds_subCollection_news .edn_article.edn_multiArticle.edn_articleInBox {
    width: 100%;
    max-width: none;
    float: none;
    padding: 0 0 20px;
  }
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_article.edn_multiArticle.edn_articleInBox:first-child {
  padding-left: 0;
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_article.edn_multiArticle.edn_multiArticle3Main {
  margin-bottom: 34px;
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_article.edn_multiArticle.edn_multiArticle3Main > figure > a {
  z-index: 2;
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_article.edn_multiArticle.edn_multiArticle3Main > figure > img {
  transition: all 800ms;
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_article.edn_multiArticle.edn_multiArticle3Main > figure > figcaption {
  background: none transparent !important;
  z-index: 2;
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_article.edn_multiArticle.edn_multiArticle3Main > figure > figcaption h2.edn_articleTitle {
  font-size: 50px;
  line-height: 1.1;
}
@media handheld, only screen and (max-width: 992px), only screen and (max-device-width: 992px) {
  .eds_news_NewsMagazine.eds_subCollection_news .edn_article.edn_multiArticle.edn_multiArticle3Main > figure > figcaption h2.edn_articleTitle {
    font-size: 30px;
  }
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_article.edn_multiArticle.edn_multiArticle3Main > figure > figcaption .edn_articleSubTitle {
  font-size: 18px;
  line-height: 1.1;
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_article.edn_multiArticle.edn_multiArticle3Main > figure > figcaption .edn_articleTitle {
  text-shadow: 2px 0px 4px rgba(0, 0, 0, 0.5);
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_article.edn_multiArticle.edn_multiArticle3Main > figure > figcaption .edn_articleTitle > a {
  color: #fff;
  display: block;
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_article.edn_multiArticle.edn_multiArticle3Main > figure:hover > img {
  -ms-transform: scale(1.02);
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_article.edn_multiArticle.edn_multiArticle3Main > figure::after {
  background-color: transparent;
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_article.edn_multiArticle.edn_multiArticle3Main.edn_leftAlign {
  float: left;
  padding-right: 30px;
}
@media handheld, only screen and (max-width: 992px), only screen and (max-device-width: 992px) {
  .eds_news_NewsMagazine.eds_subCollection_news .edn_article.edn_multiArticle.edn_multiArticle3Main.edn_leftAlign {
    float: none;
    width: 100% !important;
    padding-right: 0;
  }
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_article.edn_multiArticle.edn_multiArticleMainSmall {
  display: inline-block;
  vertical-align: top;
  padding-left: 17px;
  padding-right: 17px;
}
@media handheld, only screen and (max-width: 992px), only screen and (max-device-width: 992px) {
  .eds_news_NewsMagazine.eds_subCollection_news .edn_article.edn_multiArticle.edn_multiArticleMainSmall {
    width: 50% !important;
  }
}
@media handheld, only screen and (max-width: 768px), only screen and (max-device-width: 768px) {
  .eds_news_NewsMagazine.eds_subCollection_news .edn_article.edn_multiArticle.edn_multiArticleMainSmall {
    width: 100% !important;
    padding-left: 0;
    padding-right: 0;
  }
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_article.edn_multiArticle.edn_multiArticleMainSmall > figure > div {
  position: relative;
  overflow: hidden;
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_article.edn_multiArticle.edn_multiArticleMainSmall > figure > div > img {
  transition: all 900ms;
  width: 100%;
  height: auto;
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_article.edn_multiArticle.edn_multiArticleMainSmall > figure > div .edn_category {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_article.edn_multiArticle.edn_multiArticleMainSmall > figure > figcaption {
  background: none transparent !important;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_article.edn_multiArticle.edn_multiArticleMainSmall > figure > figcaption .edn_articleTitle {
  color: #504e4e;
  font-size: 18px;
  margin: 10px 0;
  line-height: 1.3;
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_article.edn_multiArticle.edn_multiArticleMainSmall > figure > figcaption .edn_articleTitle.edn_articleSubTitle {
  margin-top: -5px;
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_article.edn_multiArticle.edn_multiArticleMainSmall > figure > figcaption .edn_articleSubTitle {
  font-size: 13px;
  color: #929292;
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_article.edn_multiArticle.edn_multiArticleMainSmall > figure > figcaption .edn_articleSummary {
  color: #504e4e;
  max-height: none;
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_article.edn_multiArticle.edn_multiArticleMainSmall > figure:hover > div > img {
  -ms-transform: scale(1.02);
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_article.edn_multiArticle.edn_multiArticleMainSmall > figure:hover > figcaption h2.edn_articleTitle {
  color: #c81704;
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_article.edn_multiArticle.edn_multiArticle4Main {
  float: left;
  padding-right: 35px;
  margin-bottom: 10px;
}
@media handheld, only screen and (max-width: 992px), only screen and (max-device-width: 992px) {
  .eds_news_NewsMagazine.eds_subCollection_news .edn_article.edn_multiArticle.edn_multiArticle4Main {
    float: none;
    width: 100% !important;
    padding-right: 0;
  }
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_article.edn_multiArticle.edn_multiArticle4Main > figure {
  padding-bottom: 100px;
}
@media handheld, only screen and (max-width: 768px), only screen and (max-device-width: 768px) {
  .eds_news_NewsMagazine.eds_subCollection_news .edn_article.edn_multiArticle.edn_multiArticle4Main > figure {
    padding-bottom: 60px;
  }
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_article.edn_multiArticle.edn_multiArticle4Main > figure > figcaption {
  padding: 0;
  background: none transparent !important;
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_article.edn_multiArticle.edn_multiArticle4Main > figure > figcaption .edn_articleTitle {
  background-color: #fff;
  padding: 20px 30px 10px 0;
  color: #333;
  display: inline-block;
  font-size: 50px;
  margin-right: 100px !important;
  margin-bottom: 0;
}
@media handheld, only screen and (max-width: 768px), only screen and (max-device-width: 768px) {
  .eds_news_NewsMagazine.eds_subCollection_news .edn_article.edn_multiArticle.edn_multiArticle4Main > figure > figcaption .edn_articleTitle {
    font-size: 30px;
    margin-right: 50px !important;
  }
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_article.edn_multiArticle.edn_multiArticle4Main > figure:hover > figcaption .edn_articleTitle {
  color: #c81704;
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_article.edn_multiArticle.edn_multiArticle4Main.eds_wideArticle {
  float: none;
  padding-right: 0;
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_article.edn_multiArticle.edn_multiArticle4Main.eds_wideArticle > figure > figcaption {
  left: 15%;
  right: 15%;
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_article.edn_multiArticle.edn_multiArticle4Main.eds_wideArticle > figure > figcaption > img {
  width: 100%;
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_article.edn_multiArticle.edn_multiArticle4Main.eds_wideArticle > figure > figcaption .edn_articleTitle {
  display: block;
  padding: 20px;
  margin: 0 !important;
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_article.edn_multiArticle.edn_multiArticle4MainSmall {
  float: left;
  padding: 0;
  margin-bottom: 0;
}
@media handheld, only screen and (max-width: 992px), only screen and (max-device-width: 992px) {
  .eds_news_NewsMagazine.eds_subCollection_news .edn_article.edn_multiArticle.edn_multiArticle4MainSmall {
    width: 50% !important;
  }
}
@media handheld, only screen and (max-width: 480px), only screen and (max-device-width: 480px) {
  .eds_news_NewsMagazine.eds_subCollection_news .edn_article.edn_multiArticle.edn_multiArticle4MainSmall {
    width: 100% !important;
    padding: 0 0 25px !important;
  }
}
@media handheld, only screen and (max-width: 992px), only screen and (max-device-width: 992px) {
  .eds_news_NewsMagazine.eds_subCollection_news .edn_article.edn_multiArticle.edn_multiArticle4MainSmall:nth-child(2n+1) {
    padding-right: 15px;
  }
}
@media handheld, only screen and (max-width: 992px), only screen and (max-device-width: 992px) {
  .eds_news_NewsMagazine.eds_subCollection_news .edn_article.edn_multiArticle.edn_multiArticle4MainSmall:nth-child(n+2) {
    padding-left: 15px;
  }
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_article.edn_multiArticle.edn_multiArticle4MainSmall > figure > figcaption {
  padding: 10px 0 0;
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_article.edn_multiArticle.edn_multiArticle4MainSmall > figure > figcaption .edn_articleTitle {
  margin: 0;
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_article.edn_multiArticle.edn_multiArticle4MainSmall + .edn_multiArticle4MainSmall {
  margin-top: 30px;
}
@media handheld, only screen and (max-width: 992px), only screen and (max-device-width: 992px) {
  .eds_news_NewsMagazine.eds_subCollection_news .edn_article.edn_multiArticle.edn_multiArticle4MainSmall + .edn_multiArticle4MainSmall {
    margin-top: 0;
    margin-bottom: 25px;
  }
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_article.edn_multiArticle.edn_multiArticle4MainSmall.edn_multiArticle4MainSmallThirdRow {
  padding-left: 20px;
}
@media handheld, only screen and (max-width: 992px), only screen and (max-device-width: 992px) {
  .eds_news_NewsMagazine.eds_subCollection_news .edn_article.edn_multiArticle.edn_multiArticle4MainSmall.edn_multiArticle4MainSmallThirdRow {
    width: 50% !important;
    padding-right: 0;
  }
}
@media handheld, only screen and (max-width: 768px), only screen and (max-device-width: 768px) {
  .eds_news_NewsMagazine.eds_subCollection_news .edn_article.edn_multiArticle.edn_multiArticle4MainSmall.edn_multiArticle4MainSmallThirdRow {
    width: 100% !important;
    padding-left: 0;
  }
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_article.edn_multiArticle.edn_multiArticle4MainSmall.edn_multiArticle4MainSmallThirdRow > figure > figcaption .edn_articleSubTitle {
  font-size: 15px;
  margin-top: 5px;
  margin-bottom: 5px;
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_article.edn_multiArticle.edn_multiArticle4MainSmall.edn_multiArticle4MainSmallThirdRow.edn_first {
  padding-left: 0;
}
@media handheld, only screen and (max-width: 992px), only screen and (max-device-width: 992px) {
  .eds_news_NewsMagazine.eds_subCollection_news .edn_article.edn_multiArticle.edn_multiArticle4MainSmall.edn_multiArticle4MainSmallThirdRow.edn_first {
    padding-bottom: 20px;
  }
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_article.edn_multiArticle.edn_multiArticle4Second {
  float: left;
  padding-right: 0;
  padding-left: 0;
}
@media handheld, only screen and (max-width: 992px), only screen and (max-device-width: 992px) {
  .eds_news_NewsMagazine.eds_subCollection_news .edn_article.edn_multiArticle.edn_multiArticle4Second {
    width: 100% !important;
    float: none;
  }
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_article.edn_multiArticle.edn_multiArticle4Second > figure > figcaption {
  padding-left: 0;
  padding-right: 0;
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_article.edn_multiArticle.edn_multiArticle4Second > figure > figcaption h2.edn_articleTitle {
  font-size: 25px;
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_article.edn_multiArticle.edn_multiArticle4Second > figure > figcaption .edn_articleSubTitle {
  font-size: 18px;
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_article.edn_multiArticle.edn_multiArticle4Second.edn_last {
  padding-left: 20px;
}
@media handheld, only screen and (max-width: 992px), only screen and (max-device-width: 992px) {
  .eds_news_NewsMagazine.eds_subCollection_news .edn_article.edn_multiArticle.edn_multiArticle4Second.edn_last {
    padding-left: 0;
    padding-top: 20px;
  }
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_article.edn_multiArticleList {
  margin-bottom: 0;
  padding: 5px 0;
  border-bottom: dashed 1px #bfbfbf;
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_article.edn_multiArticleList h2.edn_articleTitle {
  font-size: 16px;
  margin-bottom: 5px;
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_article.edn_multiArticleList .edn_mediaContainer {
  margin-bottom: 5px;
  margin-top: 4px;
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_article.edn_multiArticleList .edn_metaDetails {
  margin: 0 0 4px;
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_article.edn_multiArticleList .edn_articleSummary {
  padding: 0;
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_multiArticleBelowMainContainer {
  overflow: hidden;
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_multiArticleBelowMainContainer > div {
  margin-left: -17px;
  margin-right: -17px;
  font-size: 0;
  line-height: 0;
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_smallArticles {
  float: left;
  font-size: 0;
  line-height: 0;
}
@media handheld, only screen and (max-width: 992px), only screen and (max-device-width: 992px) {
  .eds_news_NewsMagazine.eds_subCollection_news .edn_smallArticles {
    width: 50% !important;
  }
}
@media handheld, only screen and (max-width: 768px), only screen and (max-device-width: 768px) {
  .eds_news_NewsMagazine.eds_subCollection_news .edn_smallArticles {
    width: 100% !important;
  }
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_smallArticles > div {
  overflow: hidden;
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_smallArticles .edn_article.edn_multiArticle.edn_multiArticle4MainSmall {
  margin: 0 0 20px;
  float: none;
  display: inline-block;
  vertical-align: top;
  padding-left: 20px;
}
@media handheld, only screen and (max-width: 992px), only screen and (max-device-width: 992px) {
  .eds_news_NewsMagazine.eds_subCollection_news .edn_smallArticles .edn_article.edn_multiArticle.edn_multiArticle4MainSmall {
    padding-right: 0;
  }
}
@media handheld, only screen and (max-width: 768px), only screen and (max-device-width: 768px) {
  .eds_news_NewsMagazine.eds_subCollection_news .edn_smallArticles .edn_article.edn_multiArticle.edn_multiArticle4MainSmall {
    width: calc(50% + 10px) !important;
  }
}
@media handheld, only screen and (max-width: 480px), only screen and (max-device-width: 480px) {
  .eds_news_NewsMagazine.eds_subCollection_news .edn_smallArticles .edn_article.edn_multiArticle.edn_multiArticle4MainSmall {
    width: 100% !important;
  }
}
@media handheld, only screen and (max-width: 992px), only screen and (max-device-width: 992px) {
  .eds_news_NewsMagazine.eds_subCollection_news .edn_smallArticles .edn_article.edn_multiArticle.edn_multiArticle4MainSmall:nth-child(2n+1) {
    margin-left: -20px;
  }
}
@media handheld, only screen and (max-width: 480px), only screen and (max-device-width: 480px) {
  .eds_news_NewsMagazine.eds_subCollection_news .edn_smallArticles .edn_article.edn_multiArticle.edn_multiArticle4MainSmall:nth-child(2n+1) {
    margin-left: 0;
  }
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_smallArticles .edn_article.edn_multiArticle.edn_multiArticle4MainSmall > figure > figcaption h2.edn_articleTitle {
  font-size: 16px;
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_smallWide {
  font-size: 0;
  line-height: 0;
  overflow: hidden;
  margin-top: 30px;
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_smallWide > div {
  margin: 0 -10px;
}
@media handheld, only screen and (max-width: 480px), only screen and (max-device-width: 480px) {
  .eds_news_NewsMagazine.eds_subCollection_news .edn_smallWide > div {
    margin: 0;
  }
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_smallWide .edn_article.edn_multiArticle.edn_multiArticle4MainSmall {
  margin: 0;
  padding: 0 10px;
  float: none;
  vertical-align: top;
}
@media handheld, only screen and (max-width: 992px), only screen and (max-device-width: 992px) {
  .eds_news_NewsMagazine.eds_subCollection_news .edn_smallWide .edn_article.edn_multiArticle.edn_multiArticle4MainSmall {
    width: 50% !important;
  }
}
@media handheld, only screen and (max-width: 768px), only screen and (max-device-width: 768px) {
  .eds_news_NewsMagazine.eds_subCollection_news .edn_smallWide .edn_article.edn_multiArticle.edn_multiArticle4MainSmall {
    width: 100% !important;
  }
}
.eds_news_NewsMagazine.eds_subCollection_news .eds_articlesSeparator {
  margin-top: 15px;
  padding-top: 35px;
  border-top: solid 1px #ddd;
}
@media handheld, only screen and (max-width: 992px), only screen and (max-device-width: 992px) {
  .eds_news_NewsMagazine.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_NewsMagazine.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_NewsMagazine.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_NewsMagazine.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_NewsMagazine.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_NewsMagazine.eds_subCollection_news .edn_article.edn_timeline {
    display: block;
  }
}
.eds_news_NewsMagazine.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_NewsMagazine.eds_subCollection_news .edn_article.edn_timeline .edn_timelineTimeLocation {
    display: inline-block;
    vertical-align: top;
  }
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_article.edn_timeline .edn_timelineTimeLocation > time {
  display: block;
  font-family: "Coda", sans-serif;
  line-height: 1;
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_article.edn_timeline .edn_timelineTimeLocation > time.edn_timelineDate {
  color: #c81704;
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_article.edn_timeline .edn_timelineTimeLocation > time.edn_timelineClock {
  color: #666161;
  font-size: 40px;
  margin: 5px 0;
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_article.edn_timeline .edn_timelineTimeLocation .edn_eventPrice {
  font-family: "Coda", sans-serif;
  font-size: 18px;
  display: inline-block;
  margin-top: 5px;
}
.eds_news_NewsMagazine.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;
  background: url("/DesktopModules/EasyDNNNews/Templates/_default/NewsMagazine/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_NewsMagazine.eds_subCollection_news .edn_article.edn_timeline .edn_timeLineImage {
    background: none;
    display: inline-block;
    margin-top: 10px;
    vertical-align: top;
  }
}
.eds_news_NewsMagazine.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_NewsMagazine.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_NewsMagazine.eds_subCollection_news .edn_article.edn_timeline .edn_timeLineImage.edn_noImage > a {
    display: none;
  }
}
.eds_news_NewsMagazine.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_NewsMagazine.eds_subCollection_news .edn_article.edn_timeline .edn_timeLineImage > a > img {
  width: 100%;
  border-radius: 50%;
}
.eds_news_NewsMagazine.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_NewsMagazine.eds_subCollection_news .edn_article.edn_timeline .edn_timeLineContent {
    margin-left: 0;
    margin-top: 10px;
  }
}
.eds_news_NewsMagazine.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;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media handheld, only screen and (max-width: 768px), only screen and (max-device-width: 768px) {
  .eds_news_NewsMagazine.eds_subCollection_news .edn_article.edn_timeline .edn_timeLineContent:before {
    display: none;
  }
}
.eds_news_NewsMagazine.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;
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_article.edn_timeline .edn_timeLineContent > header > time {
  float: right;
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_article.edn_timeline .edn_timeLineContent > header > time:before {
  content: "";
  color: #c81704;
  margin-right: 5px;
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_article.edn_timeline .edn_timeLineContent > header .edn_calendarExport {
  margin-right: 20px;
  float: right;
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_article.edn_timeline .edn_timeLineContent > header .edn_calendarExport:after {
  color: #c81704;
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_article.edn_timeline .edn_timeLineContent > header .edn_calendarExport:hover:after {
  color: #504e4e;
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_article.edn_timeline .edn_timeLineContent > header .edn_articleTitle {
  font-size: 18px;
}
.eds_news_NewsMagazine.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_NewsMagazine.eds_subCollection_news .edn_article.edn_timeline .edn_timeLineContent > header .edn_articleTitle > a:hover {
  color: #c81704;
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_article.edn_timeline .edn_timeLineContent > div {
  padding: 5px 25px;
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_article.edn_timeline .edn_timeLineContent .edn_articleSummary {
  padding-top: 10px;
  padding-bottom: 10px;
  color: #8a8a8a;
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_article.edn_timeline:last-child .edn_timeLineImage {
  background: none !important;
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_article.edn_timeline:nth-child(even) .edn_timeLineContent {
  background-color: #ececec;
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_article.edn_timeline:nth-child(even) .edn_timeLineContent:before {
  background-color: #ececec;
}

.eds_news_NewsMagazine.eds_subCollection_news .edNews__secondaryArticleList {
  width: 250px;
  margin: 0;
  padding: 0;
  float: left;
  position: fixed;
  height: 600px;
  overflow: auto;
}
.eds_news_NewsMagazine.eds_subCollection_news .edNews__secondaryArticleList > div.scrollbar {
  background: transparent;
  position: absolute;
  top: 0;
  right: 0;
  width: 10px;
  z-index: 1;
}
.eds_news_NewsMagazine.eds_subCollection_news .edNews__secondaryArticleList > div.scrollbar > .track {
  background: transparent;
  position: relative;
  height: 100%;
  width: 10px;
}
.eds_news_NewsMagazine.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_NewsMagazine.eds_subCollection_news .edNews__secondaryArticleList > div.scrollbar > .track > .thumb > .end {
  display: none;
}
.eds_news_NewsMagazine.eds_subCollection_news .edNews__secondaryArticleList > div.scrollbar > .track > .thumb:hover {
  background: rgba(0, 0, 0, 0.5);
}
.eds_news_NewsMagazine.eds_subCollection_news .edNews__secondaryArticleList > div.viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}
.eds_news_NewsMagazine.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_NewsMagazine.eds_subCollection_news .edNews__secondaryArticleList > div.viewport > ul > li {
  margin: 0;
  padding: 0;
  border-bottom: dashed 1px #ddd;
  list-style-type: none;
}
.eds_news_NewsMagazine.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_NewsMagazine.eds_subCollection_news .edNews__secondaryArticleList > div.viewport > ul > li > a:hover {
  color: #c81704;
  text-decoration: none;
  background-color: #eee;
}
.eds_news_NewsMagazine.eds_subCollection_news .edNews__secondaryArticleList > div.viewport > ul > li.edNews__active > a {
  color: #000;
  background-color: #eee;
}
.eds_news_NewsMagazine.eds_subCollection_news .edNews__secondaryArticleList + div {
  margin-left: 280px;
}

.eds_news_NewsMagazine.eds_subCollection_news .article_pager,
.eds_news_NewsMagazine.eds_subCollection_news .article_pagination table,
.eds_news_NewsMagazine.eds_subCollection_news .ednMoreArticlesTriggerWrapper .trigger {
  border: solid 1px #aeb176;
  border-radius: 4px;
  margin: 20px 0;
  font-size: 0;
}
.eds_news_NewsMagazine.eds_subCollection_news .article_pager a,
.eds_news_NewsMagazine.eds_subCollection_news .article_pager > span,
.eds_news_NewsMagazine.eds_subCollection_news .article_pagination a,
.eds_news_NewsMagazine.eds_subCollection_news .article_pagination > span {
  display: inline-block;
  font-size: 13px;
  font-family: "Coda", sans-serif;
  line-height: 1;
  padding: 7px 10px;
  border-left: solid 1px #aeb176;
  border-right: none !important;
  border-bottom: none !important;
  border-top: none !important;
  transition: all 200ms linear;
}
.eds_news_NewsMagazine.eds_subCollection_news .article_pager a,
.eds_news_NewsMagazine.eds_subCollection_news .article_pagination a {
  color: #504e4e;
}
.eds_news_NewsMagazine.eds_subCollection_news .article_pager a:hover,
.eds_news_NewsMagazine.eds_subCollection_news .article_pagination a:hover {
  color: #fff;
 
}
.eds_news_NewsMagazine.eds_subCollection_news .article_pagination {
  overflow: hidden;
}
.eds_news_NewsMagazine.eds_subCollection_news .article_pagination a,
.eds_news_NewsMagazine.eds_subCollection_news .article_pagination > span {
  margin-left: -1px;
}
.eds_news_NewsMagazine.eds_subCollection_news .article_pager {
  float: right;
  clear: both;
  overflow: hidden;
}
.eds_news_NewsMagazine.eds_subCollection_news .article_pager a:first-child {
  border-left: none;
}
.eds_news_NewsMagazine.eds_subCollection_news .article_pager a.next:after, .eds_news_NewsMagazine.eds_subCollection_news .article_pager a.next:before, .eds_news_NewsMagazine.eds_subCollection_news .article_pager a.last:after, .eds_news_NewsMagazine.eds_subCollection_news .article_pager a.last:before, .eds_news_NewsMagazine.eds_subCollection_news .article_pager a.first:after, .eds_news_NewsMagazine.eds_subCollection_news .article_pager a.first:before, .eds_news_NewsMagazine.eds_subCollection_news .article_pager a.prev:after, .eds_news_NewsMagazine.eds_subCollection_news .article_pager a.prev:before, .eds_news_NewsMagazine.eds_subCollection_news .article_pager a.edn_previusArticle:after, .eds_news_NewsMagazine.eds_subCollection_news .article_pager a.edn_previusArticle:before, .eds_news_NewsMagazine.eds_subCollection_news .article_pager a.edn_nextArticle:after, .eds_news_NewsMagazine.eds_subCollection_news .article_pager a.edn_nextArticle:before {
  font-family: "FontAwesome";
  line-height: 0;
}
.eds_news_NewsMagazine.eds_subCollection_news .article_pager a.next:after, .eds_news_NewsMagazine.eds_subCollection_news .article_pager a.edn_nextArticle:after {
  content: "";
  margin-left: 4px;
}
.eds_news_NewsMagazine.eds_subCollection_news .article_pager a.last:after {
  content: "";
  margin-left: 4px;
}
.eds_news_NewsMagazine.eds_subCollection_news .article_pager a.first:before {
  content: "";
  margin-right: 4px;
}
.eds_news_NewsMagazine.eds_subCollection_news .article_pager a.prev:before, .eds_news_NewsMagazine.eds_subCollection_news .article_pager a.edn_previusArticle:before {
  content: "";
  margin-right: 4px;
}
.eds_news_NewsMagazine.eds_subCollection_news .article_pager.edn_articleScrolling {
  float: none;
  border: none;
  margin: 0 -10px;
  padding: 20px 10px;
  overflow: visible;
}
.eds_news_NewsMagazine.eds_subCollection_news .article_pager.edn_articleScrolling a {
  border: solid 1px #c81704 !important;
  border-radius: 4px;
}
.eds_news_NewsMagazine.eds_subCollection_news .article_pager.edn_articleScrolling a.edn_previusArticle {
  float: left;
}
.eds_news_NewsMagazine.eds_subCollection_news .article_pager.edn_articleScrolling a.edn_nextArticle {
  float: right;
}
.eds_news_NewsMagazine.eds_subCollection_news .article_pager.edn_articleScrolling a.edn_previusArticle:hover, .eds_news_NewsMagazine.eds_subCollection_news .article_pager.edn_articleScrolling a.edn_nextArticle:hover {
  background-color: #c81704;
}
.eds_news_NewsMagazine.eds_subCollection_news .article_pager a.active,
.eds_news_NewsMagazine.eds_subCollection_news .article_pagination > span {
  color: #fff;
  background-color: #aeb176;
}
.eds_news_NewsMagazine.eds_subCollection_news .ednMoreArticlesTriggerWrapper {
  text-align: center;
  line-height: 0;
  font-size: 0;
}
.eds_news_NewsMagazine.eds_subCollection_news .ednMoreArticlesTriggerWrapper .trigger {
  position: relative;
  padding: 0;
  background: none transparent;
  box-shadow: none;
  -webkit-appearance: none;
  overflow: hidden;
  width: 75%;
}
.eds_news_NewsMagazine.eds_subCollection_news .ednMoreArticlesTriggerWrapper .trigger > span {
  color: #c81704;
  font-family: "Coda", sans-serif;
  line-height: 1;
  font-size: 15px;
  display: block;
  padding: 7px 10px;
}
.eds_news_NewsMagazine.eds_subCollection_news .ednMoreArticlesTriggerWrapper .trigger .actionTextContainer {
  background-color: #fff;
  transition: all 200ms linear;
}
.eds_news_NewsMagazine.eds_subCollection_news .ednMoreArticlesTriggerWrapper .trigger .loadingOverlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 100%;
  opacity: 0;
  transition: opacity 200ms linear;
}
.eds_news_NewsMagazine.eds_subCollection_news .ednMoreArticlesTriggerWrapper .trigger .loadingOverlay:before {
  content: "";
  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_NewsMagazine.eds_subCollection_news .ednMoreArticlesTriggerWrapper .trigger:hover .actionTextContainer {
  color: #fff;
  background-color: #c81704;
}
.eds_news_NewsMagazine.eds_subCollection_news .ednMoreArticlesTriggerWrapper.loading .trigger .loadingOverlay {
  opacity: 1;
  background-color: rgba(255, 255, 255, 0.8);
  top: 0;
}
.eds_news_NewsMagazine.eds_subCollection_news .ednMoreArticlesTriggerWrapper.hide {
  display: none;
}
@media handheld, only screen and (max-width: 768px), only screen and (max-device-width: 768px) {
  .eds_news_NewsMagazine.eds_subCollection_news .edn_fixedPrevNextArticleNavigation {
    margin: 25px 0;
    overflow: hidden;
  }
}
.eds_news_NewsMagazine.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_NewsMagazine.eds_subCollection_news .edn_fixedPrevNextArticleNavigation > a {
    position: relative;
    top: auto;
    width: 130px;
    margin-top: 0;
    z-index: auto;
  }
}
.eds_news_NewsMagazine.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_NewsMagazine.eds_subCollection_news .edn_fixedPrevNextArticleNavigation > a .edn_fixedNavImage {
    height: 70px !important;
  }
}
.eds_news_NewsMagazine.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_NewsMagazine.eds_subCollection_news .edn_fixedPrevNextArticleNavigation > a .edn_fixedNavImage > img {
    height: 70px !important;
  }
}
.eds_news_NewsMagazine.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_NewsMagazine.eds_subCollection_news .edn_fixedPrevNextArticleNavigation > a .edn_fixedNavImage:after {
    line-height: 70px !important;
  }
}
.eds_news_NewsMagazine.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_NewsMagazine.eds_subCollection_news .edn_fixedPrevNextArticleNavigation > a .edn_fixedNavImage .edn_fixedNavTitle {
    border-style: solid;
    width: 220px !important;
  }
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_fixedPrevNextArticleNavigation > a .edn_fixedNavTitle {
  font-size: 16px;
  line-height: 1.1;
  color: #504e4e;
  font-family: "Coda", 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_NewsMagazine.eds_subCollection_news .edn_fixedPrevNextArticleNavigation > a .edn_fixedNavTitle {
    top: 0;
    bottom: 0;
    border-top-style: solid;
    z-index: 2;
    overflow: hidden;
  }
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_fixedPrevNextArticleNavigation > a:hover .edn_fixedNavTitle {
  opacity: 1;
  visibility: visible;
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_fixedPrevNextArticleNavigation > a:hover .edn_fixedNavImage:after {
  background-color: rgba(0, 0, 0, 0.8);
}
.eds_news_NewsMagazine.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_NewsMagazine.eds_subCollection_news .edn_fixedPrevNextArticleNavigation > a.edn_previusArticle {
    left: auto !important;
    float: left;
  }
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_fixedPrevNextArticleNavigation > a.edn_previusArticle .edn_fixedNavImage:after {
  content: "";
  text-align: right;
  padding-right: 20px;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.eds_news_NewsMagazine.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_NewsMagazine.eds_subCollection_news .edn_fixedPrevNextArticleNavigation > a.edn_previusArticle:hover {
  left: 0;
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_fixedPrevNextArticleNavigation > a.edn_previusArticle:hover .edn_fixedNavTitle {
  left: 0;
}
.eds_news_NewsMagazine.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_NewsMagazine.eds_subCollection_news .edn_fixedPrevNextArticleNavigation > a.edn_previusArticle:hover .edn_fixedNavImage:after {
    padding-right: 25px;
  }
}
.eds_news_NewsMagazine.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_NewsMagazine.eds_subCollection_news .edn_fixedPrevNextArticleNavigation > a.edn_nextArticle {
    right: auto !important;
    float: right;
  }
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_fixedPrevNextArticleNavigation > a.edn_nextArticle .edn_fixedNavImage {
  text-align: right;
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_fixedPrevNextArticleNavigation > a.edn_nextArticle .edn_fixedNavImage:after {
  content: "";
  text-align: left;
  padding-left: 20px;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.eds_news_NewsMagazine.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_NewsMagazine.eds_subCollection_news .edn_fixedPrevNextArticleNavigation > a.edn_nextArticle:hover {
  right: 0;
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_fixedPrevNextArticleNavigation > a.edn_nextArticle:hover .edn_fixedNavTitle {
  right: 0;
}
.eds_news_NewsMagazine.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_NewsMagazine.eds_subCollection_news .edn_fixedPrevNextArticleNavigation > a.edn_nextArticle:hover .edn_fixedNavImage:after {
    padding-left: 25px;
  }
}
.eds_news_NewsMagazine .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_NewsMagazine .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_NewsMagazine .edn_pagination > span:after {
  font: 18px/1.3 "FontAwesome";
  color: #fff;
  display: block;
  text-align: center;
  display: block;
  padding: 0 11px 1px;
}
.eds_news_NewsMagazine .edn_pagination > span.edn__contentBlock_previousPage:after, .eds_news_NewsMagazine .edn_pagination > span.edn__recentComments_previousPage:after {
  content: "";
}
.eds_news_NewsMagazine .edn_pagination > span.edn__contentBlock_nextPage:after, .eds_news_NewsMagazine .edn_pagination > span.edn__recentComments_nextPage:after {
  content: "";
}

.qtip.edn_calendarbox_NewsMagazine {
  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: "Source Sans Pro", sans-serif;
  font-size: 13px;
  line-height: 1.1;
  color: #504e4e;
  font-family: "Source Sans Pro", sans-serif;
  line-height: 1.3;
  font-size: 13px;
  color: #504e4e;
}
.qtip.edn_calendarbox_NewsMagazine p, .qtip.edn_calendarbox_NewsMagazine span, .qtip.edn_calendarbox_NewsMagazine li, .qtip.edn_calendarbox_NewsMagazine a {
  font-family: inherit;
  color: inherit;
  line-height: inherit;
  font-size: inherit;
}
.qtip.edn_calendarbox_NewsMagazine .qtip-content {
  padding: 10px 20px;
  overflow: hidden;
  text-align: left;
  word-wrap: break-word;
}
.qtip.edn_calendarbox_NewsMagazine .qtip-content div.title {
  display: block;
  font-family: "Coda", sans-serif;
  font-size: 14px;
  color: #c81704;
}
.qtip.edn_calendarbox_NewsMagazine .qtip-content div.title a {
  color: #c81704;
  text-decoration: none;
}
.qtip.edn_calendarbox_NewsMagazine .qtip-content div.title a:hover {
  color: #504e4e;
  text-decoration: none;
}
.qtip.edn_calendarbox_NewsMagazine .qtip-content .wrapper {
  margin-top: 10px;
  width: auto;
}
.qtip.edn_calendarbox_NewsMagazine .qtip-content .wrapper > .article {
  overflow: hidden;
}
.qtip.edn_calendarbox_NewsMagazine .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_NewsMagazine .qtip-content .wrapper > .article > p.title {
  margin: 0 0 5px 0;
  padding: 0;
  font-size: 18px;
  line-height: 1;
  font-family: "Coda", sans-serif;
  color: #504e4e;
}
.qtip.edn_calendarbox_NewsMagazine .qtip-content .wrapper > .article > p.title a {
  font-size: 18px;
  line-height: 1;
  font-family: "Coda", sans-serif;
  color: #504e4e;
  text-decoration: none;
}
.qtip.edn_calendarbox_NewsMagazine .qtip-content .wrapper > .article > p.title a:hover {
  color: #c81704;
  text-decoration: none;
}
.qtip.edn_calendarbox_NewsMagazine .qtip-content .wrapper > .article > p.location {
  margin-top: 5px;
  padding: 0;
  font-weight: bold;
}
.qtip.edn_calendarbox_NewsMagazine .qtip-content .wrapper > .article > p.location:before {
  content: "";
  display: inline-block;
  margin-right: 2px;
  font-size: 15px;
  font-family: "FontAwesome";
  color: #c81704;
  font-style: normal;
  font-weight: normal;
}
.qtip.edn_calendarbox_NewsMagazine .qtip-content .wrapper > .article > .content p {
  margin: 0;
  padding: 0;
}
.qtip.edn_calendarbox_NewsMagazine .qtip-content .wrapper > .article > .content p + p {
  margin-top: 5px;
}
.qtip.edn_calendarbox_NewsMagazine .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: "Coda", 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_NewsMagazine .qtip-content .wrapper > .article > a:hover {
  color: #fff;
  background-color: #c81704;
  text-decoration: none;
  box-shadow: none;
}
.qtip.edn_calendarbox_NewsMagazine .qtip-content .wrapper .article_list {
  margin: 0 0 0 15px;
  padding: 0;
  list-style-type: circle;
}
.qtip.edn_calendarbox_NewsMagazine .qtip-content .wrapper .article_list li {
  margin: 5px 0 0;
  padding: 0;
  list-style-type: circle;
  color: #504e4e;
}
.qtip.edn_calendarbox_NewsMagazine .qtip-content .wrapper .article_list li > a {
  color: #504e4e;
  text-decoration: none;
}
.qtip.edn_calendarbox_NewsMagazine .qtip-content .wrapper .article_list li > a:hover {
  color: #c81704;
}
.qtip.edn_calendarbox_NewsMagazine .qtip-content .wrapper .article_list li > p {
  color: #999;
  margin: 0;
  padding: 0;
  font-size: 11px;
}

.eds_news_NewsMagazine.eds_subCollection_news div.EDN_article_rateit {
  display: inline-block;
  position: relative;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
}
.eds_news_NewsMagazine.eds_subCollection_news div.EDN_article_rateit.rateit div.rateit-selected {
  position: absolute;
}
.eds_news_NewsMagazine.eds_subCollection_news div.EDN_article_rateit div.rateit-range {
  position: relative;
  display: inline-block;
  background: url("/DesktopModules/EasyDNNNews/Templates/_default/NewsMagazine/assets/images/common/rate_stars.png");
  height: 16px;
  left: 2px;
}
.eds_news_NewsMagazine.eds_subCollection_news div.EDN_article_rateit div.rateit-hover {
  position: absolute;
}
.eds_news_NewsMagazine.eds_subCollection_news div.EDN_article_rateit div.rateit-hover {
  background: url("/DesktopModules/EasyDNNNews/Templates/_default/NewsMagazine/assets/images/common/rate_stars.png") left -32px;
}
.eds_news_NewsMagazine.eds_subCollection_news div.EDN_article_rateit div.rateit-hover-rtl {
  background-position: right -32px;
}
.eds_news_NewsMagazine.eds_subCollection_news div.EDN_article_rateit div.rateit-selected {
  background: url("/DesktopModules/EasyDNNNews/Templates/_default/NewsMagazine/assets/images/common/rate_stars.png") left -16px;
}
.eds_news_NewsMagazine.eds_subCollection_news div.EDN_article_rateit div.rateit-selected-rtl {
  background-position: right -16px;
}
.eds_news_NewsMagazine.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_NewsMagazine.eds_subCollection_news .article_rating + .edn_ArticleVoting {
    margin-left: 0;
    display: block;
    text-align: right;
  }
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_ArticleVoting {
  display: inline-block;
  vertical-align: middle;
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_ArticleVoting > span {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px;
  position: relative;
  font: 13px/1 "Source Sans Pro", sans-serif;
  cursor: pointer;
}
.eds_news_NewsMagazine.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_NewsMagazine.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_NewsMagazine.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_NewsMagazine.eds_subCollection_news .edn_ArticleVoting > span:hover .edn_voteTooltip {
  opacity: 1;
  visibility: visible;
  z-index: 1;
  top: 130%;
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_ArticleVoting > span.edn__voted {
  cursor: default;
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_ArticleVoting > span.edn__voted > i {
  color: #bababa;
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_ArticleVoting > span.edn__voted .edn_voteTooltip {
  display: none;
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_ArticleVoting > span.edn__voted:hover > i {
  color: #bababa;
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_ArticleVoting > span.edn__votedUp > i, .eds_news_NewsMagazine.eds_subCollection_news .edn_ArticleVoting > span.edn__votedDown > i, .eds_news_NewsMagazine.eds_subCollection_news .edn_ArticleVoting > span.edn__votedUp:hover > i, .eds_news_NewsMagazine.eds_subCollection_news .edn_ArticleVoting > span.edn__votedDown:hover > i, .eds_news_NewsMagazine.eds_subCollection_news .edn_ArticleVoting > span:hover > i {
  color: #37b1ab;
}

.eds_news_NewsMagazine.eds_subCollection_search {
  float: none;
  height: auto;
  min-width: 0;
  width: auto;
  overflow: visible;
  transition: none 0 none;
  font-size: 13px;
  line-height: 1.3;
  padding-top:6px;
}
.eds_news_NewsMagazine.eds_subCollection_search .acInput.acLoading {
  background-image: url("/DesktopModules/EasyDNNNews/Templates/_default/NewsMagazine/assets/images/common/indicator.gif") !important;
  background-repeat: no-repeat !important;
  background-position: 95% 50% !important;
}
.eds_news_NewsMagazine.eds_subCollection_search .search_input {
  border: solid 1px #d4d4d4;

  background-color: #fff;
}
.eds_news_NewsMagazine.eds_subCollection_search .search_input:after {
  display: block;
  content: "";
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
}
.eds_news_NewsMagazine.eds_subCollection_search .search_input .input {
  float: left;
  padding: 0 10px;
  line-height: 0;
  font-size: 0;
  width: 85%;
}
.eds_news_NewsMagazine.eds_subCollection_search .search_input .input input[type="text"],
.eds_news_NewsMagazine.eds_subCollection_search .search_input .input input[type="text"]:hover,
.eds_news_NewsMagazine.eds_subCollection_search .search_input .input input[type="text"]:focus {
  border: none;
  background: none #fff;
  box-shadow: none;
  -webkit-appearance: none;
  color: #848484;
  line-height: 28px;
  height: 30px;
  font-size: 13px;
  width: 100%;
  margin: 0;
  padding: 0;
  font-family: "minion-pro";
font-weight: 400;
font-size: 22px;
}
.eds_news_NewsMagazine.eds_subCollection_search .search_input .do_search {
  padding: 0 5px;
  line-height: 29px;
  float: right;
  min-width: 35px;
  width: 5%;
  text-align: center;
  text-decoration: none;
color:#333;
  border-top: none !important;
  border-right: none !important;
  border-bottom: none !important;
}
.eds_news_NewsMagazine.eds_subCollection_search .search_input .do_search:hover {
  text-decoration: none;
  color:#00752f;
}
.eds_news_NewsMagazine.eds_subCollection_search .search_input .do_search > span {
  display: none;
}
.eds_news_NewsMagazine.eds_subCollection_search .search_input .do_search:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  font-family: "FontAwesome";
  font-size: 21px;
  font-style: normal;
  font-weight: normal;
}
.eds_news_NewsMagazine.eds_subCollection_search .search_input.button_outside {
  border: none !important;
  border-radius: 0 !important;
  background: none transparent !important;
  box-shadow: none !important;
}
.eds_news_NewsMagazine.eds_subCollection_search .search_input.button_outside .input {
  float: none;
  width: auto;
  padding: 0;
}
.eds_news_NewsMagazine.eds_subCollection_search .search_input.button_outside .input input[type="text"],
.eds_news_NewsMagazine.eds_subCollection_search .search_input.button_outside .input input[type="text"]:hover,
.eds_news_NewsMagazine.eds_subCollection_search .search_input.button_outside .input input[type="text"]:focus {
  border: solid 1px #d4d4d4;
  border-radius: 4px;
  padding: 0 10px;
}
.eds_news_NewsMagazine.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: "Coda", 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_NewsMagazine.eds_subCollection_search .search_input.button_outside .do_search > span {
  display: inline-block;
  padding-left: 10px;
}
.eds_news_NewsMagazine.eds_subCollection_search .search_input.button_outside .do_search:hover {
  color: #fff;
  background-color: #c81704;
}
.eds_news_NewsMagazine.eds_subCollection_search .search_input .acInput.acLoading {
  background-image: url("/DesktopModules/EasyDNNNews/Templates/_default/NewsMagazine/assets/images/common/indicator.gif");
  background-repeat: none;
  background-position: 90% 10%;
}
.eds_news_NewsMagazine.eds_subCollection_search .edncf_AdvancedSearch .edncf_container {
  position: relative;
  padding: 5px 0 20px;
}
.eds_news_NewsMagazine.eds_subCollection_search .edncf_AdvancedSearch .edncf_container > span {
  display: block;
  margin-bottom: 10px;
}
.eds_news_NewsMagazine.eds_subCollection_search .edncf_AdvancedSearch .edncf_container > div {
  margin-bottom: 10px;
}
.eds_news_NewsMagazine.eds_subCollection_search .edncf_AdvancedSearch .edncf_container label {
  font-weight: normal;
  margin: 0;
  padding: 0;
  line-height: 1;
}
.eds_news_NewsMagazine.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_NewsMagazine.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_DropDownList > span:after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  content: "";
  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_NewsMagazine.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_DropDownList > span select {
  border: none;
  background: none transparent;
  box-shadow: none;
  -webkit-appearance: none;
  outline: none;
  width: 125%;
  position: relative;
  z-index: 2;
  padding: 0 10px;
  color: #848484;
  font-size: 13px;
  font-family: "Source Sans Pro", sans-serif;
  margin: 0;
  height: 28px;
}
.eds_news_NewsMagazine.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_DropDownList > span select:focus {
  outline: none;
}
.eds_news_NewsMagazine.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_DropDownList > span select:disabled {
  color: #ccc !important;
}
.eds_news_NewsMagazine.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_Multiselect .edncf_MultiselectGroup .ms-parent {
  width: 100% !important;
  display: block;
  position: relative;
}
.eds_news_NewsMagazine.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;
  -webkit-appearance: none;
  outline: none;
}
.eds_news_NewsMagazine.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;
}
.eds_news_NewsMagazine.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_NewsMagazine.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_Multiselect .edncf_MultiselectGroup .ms-choice > div:before {
  content: "";
  color: #c81704;
  font-size: 20px;
  font-weight: bold;
  font-family: "FontAwesome";
}
.eds_news_NewsMagazine.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_Multiselect .edncf_MultiselectGroup .ms-choice > div.open:before {
  content: "";
}
.eds_news_NewsMagazine.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_Multiselect .edncf_MultiselectGroup .ms-choice.disabled {
  cursor: default;
}
.eds_news_NewsMagazine.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_NewsMagazine.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_Multiselect .edncf_MultiselectGroup .ms-drop ul {
  margin: 0;
  padding: 10px;
  overflow: auto;
}
.eds_news_NewsMagazine.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_NewsMagazine.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_Multiselect .edncf_MultiselectGroup .ms-drop ul > li label {
  display: block;
  white-space: nowrap;
}
.eds_news_NewsMagazine.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_Multiselect .edncf_MultiselectGroup .ms-drop ul > li label > input {
  display: none;
}
.eds_news_NewsMagazine.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_NewsMagazine.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/NewsMagazine/assets/images/advancedSearch/checkBoxes/background/predefined/checkBoxBg.png");
}
.eds_news_NewsMagazine.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_Multiselect .edncf_MultiselectGroup .ms-drop ul > li.selected label > span:before {
  background-position: 0 bottom;
  content: "";
}
.eds_news_NewsMagazine.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_Multiselect .edncf_MultiselectGroup .ms-drop.bottom {
  top: 100%;
}
.eds_news_NewsMagazine.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_Multiselect .edncf_MultiselectGroup .ms-drop.top {
  bottom: 100%;
}
.eds_news_NewsMagazine.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: "Source Sans Pro", sans-serif;
  margin: 0;
  padding: 0 10px;
  box-shadow: none;
  -webkit-appearance: none;
  outline: none;
}
.eds_news_NewsMagazine.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_Text label,
.eds_news_NewsMagazine.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_dateSearchField label {
  display: block;
  margin-bottom: 5px;
}
.eds_news_NewsMagazine.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_RangeSliderInput > span > label {
  display: block;
  margin-bottom: 10px;
}
.eds_news_NewsMagazine.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_RangeSliderInput .irs {
  height: 45px;
  position: relative;
  display: block;
}
.eds_news_NewsMagazine.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_NewsMagazine.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_RangeSliderInput .irs .irs-line .irs-line-left,
.eds_news_NewsMagazine.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_RangeSliderInput .irs .irs-line .irs-line-right {
  display: none;
}
.eds_news_NewsMagazine.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_NewsMagazine.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_NewsMagazine.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_NewsMagazine.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_NewsMagazine.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_RangeSliderInput .irs .irs-from,
.eds_news_NewsMagazine.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_RangeSliderInput .irs .irs-to,
.eds_news_NewsMagazine.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_NewsMagazine.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_RangeSliderInput .irs .irs-min,
.eds_news_NewsMagazine.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_NewsMagazine.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_RangeSliderInput .irs .irs-min {
  left: 0;
}
.eds_news_NewsMagazine.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_RangeSliderInput .irs .irs-max {
  right: 0;
}
.eds_news_NewsMagazine.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_CheckBox .edncf_ltIE input[type="checkbox"],
.eds_news_NewsMagazine.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_CheckBoxList .edncf_CheckBoxListGroup .edncf_ltIE .edncf_CheckBox input[type="checkbox"] {
  display: inline;
}
.eds_news_NewsMagazine.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_CheckBox .edncf_ltIE label,
.eds_news_NewsMagazine.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_CheckBoxList .edncf_CheckBoxListGroup .edncf_ltIE .edncf_CheckBox label {
  padding-left: 0;
}
.eds_news_NewsMagazine.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_CheckBox .edncf_ltIE label:before,
.eds_news_NewsMagazine.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_CheckBoxList .edncf_CheckBoxListGroup .edncf_ltIE .edncf_CheckBox label:before {
  display: none;
}
.eds_news_NewsMagazine.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_RadioButtonList .edncf_RadioButtonGroup .edncf_ltIE .edncf_RadioButton input[type="radio"] {
  display: inline;
}
.eds_news_NewsMagazine.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_RadioButtonList .edncf_RadioButtonGroup .edncf_ltIE .edncf_RadioButton label {
  padding-left: 0;
}
.eds_news_NewsMagazine.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_RadioButtonList .edncf_RadioButtonGroup .edncf_ltIE .edncf_RadioButton label:before {
  display: none;
}
.eds_news_NewsMagazine.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_CheckBox,
.eds_news_NewsMagazine.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_RadioButton {
  display: block;
  margin: 4px 0;
}
.eds_news_NewsMagazine.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_CheckBox input,
.eds_news_NewsMagazine.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_RadioButton input {
  display: none;
}
.eds_news_NewsMagazine.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_CheckBox label,
.eds_news_NewsMagazine.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_RadioButton label {
  display: inline-block;
  vertical-align: middle;
  font-weight: normal;
}
.eds_news_NewsMagazine.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_CheckBox label:before,
.eds_news_NewsMagazine.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_NewsMagazine.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_CheckBox label:before {
  background-image: url("/DesktopModules/EasyDNNNews/Templates/_default/NewsMagazine/assets/images/advancedSearch/checkBoxes/background/predefined/checkBoxBg.png");
}
.eds_news_NewsMagazine.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_CheckBox input[type="checkbox"]:checked + label:before {
  background-position: 0 bottom;
  content: "";
}
.eds_news_NewsMagazine.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_RadioButton > label:before {
  background-image: url("/DesktopModules/EasyDNNNews/Templates/_default/NewsMagazine/assets/images/advancedSearch/radioButtons/background/predefined/radioButtonBg.png");
}
.eds_news_NewsMagazine.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_RadioButton input[type="radio"]:checked + label:before {
  background-position: 0 bottom;
  content: "";
  font-size: 8px;
}
.eds_news_NewsMagazine.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_dateSearchField .input-group {
  margin: 0;
}
.eds_news_NewsMagazine.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_dateSearchField .input-group + .input-group {
  margin-top: 5px;
}
.eds_news_NewsMagazine.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_dateSearchField .glyphicon {
  font-family: "Glyphicons Halflings";
}
.eds_news_NewsMagazine.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;
  -webkit-appearance: none;
  outline: none;
  color: #848484;
  font-size: 13px;
  font-family: "Source Sans Pro", sans-serif;
  height: 30px;
  line-height: 28px;
  margin: 0;
  background-color: #fff;
  padding: 0 6px;
}
.eds_news_NewsMagazine.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_NewsMagazine.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_CheckBoxList > span,
.eds_news_NewsMagazine.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_RadioButtonList > span {
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
}
.eds_news_NewsMagazine.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_submitContainer {
  text-align: right;
  padding-top: 20px;
  margin: 0;
}
.eds_news_NewsMagazine.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_submitContainer > a {
  display: inline-block;
  background: none #fff;
  text-shadow: none;
  text-decoration: none;
  font-family: "Coda", 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_NewsMagazine.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_submitContainer > a:hover {
  text-decoration: none;
}
.eds_news_NewsMagazine.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_submitContainer > a.edncf_submit {
  border: 1px solid #c81704;
}
.eds_news_NewsMagazine.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_submitContainer > a.edncf_submit:hover {
  color: #fff;
  background-color: #c81704;
}
.eds_news_NewsMagazine.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_submitContainer > a.edncf_submit:before {
  content: "";
  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_NewsMagazine.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_submitContainer > a.edncf_reset {
  border: solid 1px #ddd;
  color: #c81704;
}
.eds_news_NewsMagazine.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_submitContainer > a.edncf_reset:hover {
  color: #504e4e;
  border: solid 1px #c81704;
}
.eds_news_NewsMagazine.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_submitContainer > a + a {
  margin-left: 5px;
}
.eds_news_NewsMagazine.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/NewsMagazine/assets/images/common/searchInProgress.gif") center center no-repeat;
  opacity: 0.7;
  z-index: 999;
}
.eds_news_NewsMagazine.eds_subCollection_search .edncf_AdvancedSearch.edncf_horizontalOrientation .edncf_container {
  padding-bottom: 0;
}
.eds_news_NewsMagazine.eds_subCollection_search .edncf_AdvancedSearch.edncf_horizontalOrientation .edncf_container > span {
  display: inline-block;
  vertical-align: middle;
  margin: 0 30px 15px 0;
}
.eds_news_NewsMagazine.eds_subCollection_search .edncf_AdvancedSearch.edncf_horizontalOrientation .edncf_container .edncf_DropDownList > span {
  min-width: 145px;
}
.eds_news_NewsMagazine.eds_subCollection_search .edncf_AdvancedSearch.edncf_horizontalOrientation .edncf_container .edncf_DropDownList > span select {
  width: 160%;
}
.eds_news_NewsMagazine.eds_subCollection_search .edncf_AdvancedSearch.edncf_horizontalOrientation .edncf_container .edncf_Multiselect .edncf_MultiselectGroup .ms-parent {
  width: 180px !important;
  display: inline-block;
}
.eds_news_NewsMagazine.eds_subCollection_search .edncf_AdvancedSearch.edncf_horizontalOrientation .edncf_container .edncf_Multiselect .edncf_MultiselectGroup .ms-choice {
  min-width: 145px;
}
.eds_news_NewsMagazine.eds_subCollection_search .edncf_AdvancedSearch.edncf_horizontalOrientation .edncf_container .edncf_RangeSliderInput {
  display: block;
  margin-right: 0;
}
.eds_news_NewsMagazine.eds_subCollection_search .edncf_AdvancedSearch.edncf_horizontalOrientation .edncf_container .edncf_CheckBoxList > span,
.eds_news_NewsMagazine.eds_subCollection_search .edncf_AdvancedSearch.edncf_horizontalOrientation .edncf_container .edncf_RadioButtonList > span {
  display: inline-block;
  margin-bottom: 0;
}
.eds_news_NewsMagazine.eds_subCollection_search .edncf_AdvancedSearch.edncf_horizontalOrientation .edncf_container .edncf_CheckBoxList,
.eds_news_NewsMagazine.eds_subCollection_search .edncf_AdvancedSearch.edncf_horizontalOrientation .edncf_container .edncf_RadioButtonList {
  display: inline-block;
  margin-right: 15px;
}
.eds_news_NewsMagazine.eds_subCollection_search .edncf_AdvancedSearch.edncf_horizontalOrientation .edncf_container .edncf_CheckBoxList .edncf_CheckBox,
.eds_news_NewsMagazine.eds_subCollection_search .edncf_AdvancedSearch.edncf_horizontalOrientation .edncf_container .edncf_CheckBoxList .edncf_RadioButton,
.eds_news_NewsMagazine.eds_subCollection_search .edncf_AdvancedSearch.edncf_horizontalOrientation .edncf_container .edncf_RadioButtonList .edncf_CheckBox,
.eds_news_NewsMagazine.eds_subCollection_search .edncf_AdvancedSearch.edncf_horizontalOrientation .edncf_container .edncf_RadioButtonList .edncf_RadioButton {
  display: inline-block;
  margin: 4px 10px;
}
.eds_news_NewsMagazine.eds_subCollection_search .edncf_AdvancedSearch.edncf_horizontalOrientation .edncf_container .edncf_dateSearchField {
  display: block;
  margin-right: 0;
}
.eds_news_NewsMagazine.eds_subCollection_search .edncf_AdvancedSearch.edncf_horizontalOrientation .edncf_container .edncf_dateSearchField > .input-group {
  float: left;
  width: 49%;
}
.eds_news_NewsMagazine.eds_subCollection_search .edncf_AdvancedSearch.edncf_horizontalOrientation .edncf_container .edncf_dateSearchField > .input-group + .input-group {
  float: right;
  margin: 0;
}
.eds_news_NewsMagazine.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_NewsMagazine.eds_subCollection_search .edncf_AdvancedSearch.edncf_horizontalOrientation .edncf_container .edncf_Text > span {
  display: inline-block;
  vertical-align: middle;
}
.eds_news_NewsMagazine.eds_subCollection_search .edncf_AdvancedSearch.edncf_horizontalOrientation .edncf_container .edncf_Text > span + span {
  margin-left: 15px;
}
.eds_news_NewsMagazine.eds_subCollection_search .edncf_AdvancedSearch.edncf_horizontalOrientation .edncf_container .edncf_submitContainer {
  display: inline-block;
  vertical-align: top;
  padding: 0;
}
.eds_news_NewsMagazine.eds_subCollection_search .ednSbl_search .ednSbl_list {
  margin: 0 -3px;
  padding: 0;
  font-size: 0;
  line-height: 0;
}
.eds_news_NewsMagazine.eds_subCollection_search .ednSbl_search .ednSbl_itemWrapper {
  list-style-type: none;
  display: inline-block;
  vertical-align: middle;
  margin: 3px;
  transition: all 300ms;
}
.eds_news_NewsMagazine.eds_subCollection_search .ednSbl_search .ednSbl_itemWrapper.ednSbl_selected .ednSbl_item {
  border-color: #c81704;
}
.eds_news_NewsMagazine.eds_subCollection_search .ednSbl_search .ednSbl_itemWrapper.ednSbl_selected .ednSbl_item .ednSbl_letter {
  background-color: #c81704;
  color: #fff;
}
.eds_news_NewsMagazine.eds_subCollection_search .ednSbl_search .ednSbl_itemWrapper:hover a.ednSbl_item {
  border-color: #c81704;
}
.eds_news_NewsMagazine.eds_subCollection_search .ednSbl_search .ednSbl_itemWrapper:hover a.ednSbl_item .ednSbl_count {
  width: auto;
  padding: 7px 9px;
}
.eds_news_NewsMagazine.eds_subCollection_search .ednSbl_search .ednSbl_itemWrapper:hover a.ednSbl_item .ednSbl_count::before {
  left: 0;
}
.eds_news_NewsMagazine.eds_subCollection_search .ednSbl_search span.ednSbl_item {
  color: #b4b4b4;
}
.eds_news_NewsMagazine.eds_subCollection_search .ednSbl_search span.ednSbl_item .ednSbl_letter + .ednSbl_count {
  display: none;
}
.eds_news_NewsMagazine.eds_subCollection_search .ednSbl_search .ednSbl_item {
  font: 12px/1.2 "Source Sans Pro", sans-serif;
  display: inline-block;
  border: solid 1px #a0a0a0;
  border-radius: 3px;
  overflow: hidden;
  text-decoration: none;
  color: #504e4e;
  transition: all 300ms;
}
.eds_news_NewsMagazine.eds_subCollection_search .ednSbl_search .ednSbl_item > span {
  padding: 7px 9px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  text-align: center;
}
.eds_news_NewsMagazine.eds_subCollection_search .ednSbl_search .ednSbl_item .ednSbl_letter {
  min-width: 30px;
}
.eds_news_NewsMagazine.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_NewsMagazine.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_NewsMagazine .edn_searchInfoResults {
  margin: 26px 0 !important;
  padding: 10px 0px !important;


  color: #4A4A4A !important;
  font-size: 14px !important;
  line-height: 1.3 !important;
}
.eds_news_NewsMagazine .edn_searchInfoResults > span {
  font-weight: bold;
  color: #333;
  font-size: 14px !important;
  line-height: 1.3 !important;
}

.EDN_search.theme_NewsMagazine {
  padding: 0px;
  border: 1px solid #c81704;
  background-color: #fff;
  overflow: hidden;
  z-index: 9999999;
  margin: 0 20px;
}
.EDN_search.theme_NewsMagazine ul {
  margin: 0px;
  padding: 0px;
}
.EDN_search.theme_NewsMagazine ul li {
  list-style-type: none;
  margin: 0px;
  padding: 0;
}
.EDN_search.theme_NewsMagazine 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_NewsMagazine ul li span a:hover {
  text-decoration: none;
}
.EDN_search.theme_NewsMagazine ul li.acSelect a {
  background-color: #f8f8f8;
  border-color: #d4d4d4 transparent;
  color: #c81704;
  -ms-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.eds_news_NewsMagazine.eds_subCollection_tagCloud {
  font-size: 13px;
  line-height: 1.3;
}
.eds_news_NewsMagazine.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_NewsMagazine.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_NewsMagazine.eds_subCollection_tagCloud > div a span:first-child {
  background-color: #c81704;
  color: #fff;
  font-weight: normal;
}
.eds_news_NewsMagazine.eds_subCollection_tagCloud > div a:hover span:first-child {
  background-color: #fff;
  color: #c81704;
}

.eds_news_NewsMagazine [class*="edn_accordionWrapper"] .edsAccordion_section .edsAccordion_title {
  cursor: pointer;
}
.eds_news_NewsMagazine [class*="edn_accordionWrapper"] .edsAccordion_section .edsAccordion_contentWrapper {
  position: relative;
  height: 0;
  overflow: hidden;
}
.eds_news_NewsMagazine [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_NewsMagazine .edn_articleAccordion {
    height: auto !important;
  }
}
.eds_news_NewsMagazine .edn_articleAccordion .edsAccordion_section {
  margin: 0 0 5px;
  padding: 0;
  border: none;
}
.eds_news_NewsMagazine .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_NewsMagazine .edn_articleAccordion .edsAccordion_section .edsAccordion_title:hover {
  color: #c81704;
}
.eds_news_NewsMagazine .edn_articleAccordion .edsAccordion_section .edsAccordion_title:hover:after {
  -ms-transform: scale(1.8);
  -webkit-transform: scale(1.8);
  transform: scale(1.8);
}
.eds_news_NewsMagazine .edn_articleAccordion .edsAccordion_section .edsAccordion_title:after {
  position: absolute;
  content: "";
  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_NewsMagazine .edn_articleAccordion .edsAccordion_section .edsAccordion_contentWrapper .edsAccordion_content {
  padding: 10px 0;
}
.eds_news_NewsMagazine .edn_articleAccordion .edsAccordion_section .edsAccordion_contentWrapper .edn_articleSummary {
  padding-top: 0;
}
.eds_news_NewsMagazine .edn_articleAccordion .edsAccordion_section.edsAccordion_active .edsAccordion_title {
  color: #c81704;
}
.eds_news_NewsMagazine .edn_articleAccordion .edsAccordion_section.edsAccordion_active .edsAccordion_title:after {
  content: "";
}
.eds_news_NewsMagazine .edn_articleAccordion .edsAccordion_section.edn_listArticle2 .edsAccordion_title {
  padding-right: 30px;
}
.eds_news_NewsMagazine .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_NewsMagazine .edn_articleAccordion .edsAccordion_section.edn_listArticle3 > header:after {
  top: auto;
  bottom: 50%;
}
.eds_news_NewsMagazine .edn_articleAccordion .edsAccordion_section.edn_listArticle3 > header > h3 {
  font-size: 18px;
  color: #504e4e;
  font-size: 16px;
  margin: 0;
  padding: 0;
}
.eds_news_NewsMagazine .edn_articleAccordion .edsAccordion_section.edn_listArticle3 > header:hover > h3 {
  color: #c81704;
}
.eds_news_NewsMagazine .edn_articleAccordion .edsAccordion_section.edn_listArticle3 > header .edn_metaDetails {
  margin: 5px 0 10px;
}
.eds_news_NewsMagazine .edn_articleAccordion .edsAccordion_section.edn_listArticle3 .edsAccordion_contentWrapper .edsAccordion_content .edn_mediaContainer {
  margin: 0 10px 5px 0;
}
.eds_news_NewsMagazine .edn_articleAccordion .edsAccordion_section.edn_listArticle3 .edsAccordion_contentWrapper .edsAccordion_content .edn_mediaContainer a {
  overflow: hidden;
  display: inline-block;
}
.eds_news_NewsMagazine .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_NewsMagazine .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_NewsMagazine .edn_articleAccordion .edsAccordion_section.edn_listArticle3 .edsAccordion_contentWrapper .edsAccordion_content .edn_mediaContainer a:hover:after {
  border-width: 3px;
}
.eds_news_NewsMagazine .edn_articleAccordion .edsAccordion_section.edn_listArticle3 .edsAccordion_contentWrapper .edsAccordion_content .edn_mediaContainer a:hover > img {
  -ms-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.eds_news_NewsMagazine .edn_articleAccordion .edsAccordion_section.edn_listArticle3 .edsAccordion_contentWrapper .edsAccordion_content h2.edn_articleTitle {
  font-size: 18px;
}
.eds_news_NewsMagazine .edn_articleAccordion .edsAccordion_section.edn_listArticle3 .edsAccordion_contentWrapper .edsAccordion_content .edn_metaDetails {
  margin: 0;
}
.eds_news_NewsMagazine .edn_articleAccordion .edsAccordion_section.edn_listArticle3.edsAccordion_active > header {
  display: none;
}
.eds_news_NewsMagazine .edn_articleAccordion .edsAccordion_section.edn_listArticle3:last-child > header {
  border: none !important;
}
.eds_news_NewsMagazine .edn_articleAccordion .edsAccordion_section.edn_listArticle3.edn_verticalAccordion {
  border: none;
  position: relative;
}
.eds_news_NewsMagazine .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_NewsMagazine .edn_articleAccordion .edsAccordion_section.edn_listArticle3.edn_verticalAccordion > header {
    float: none;
    width: auto !important;
    clear: both;
  }
}
.eds_news_NewsMagazine .edn_articleAccordion .edsAccordion_section.edn_listArticle3.edn_verticalAccordion > header:after {
  display: none;
}
.eds_news_NewsMagazine .edn_articleAccordion .edsAccordion_section.edn_listArticle3.edn_verticalAccordion > header > h3 {
  color: #7c7c7c;
}
.eds_news_NewsMagazine .edn_articleAccordion .edsAccordion_section.edn_listArticle3.edn_verticalAccordion > header .edn_metaDetails {
  margin: 0 0 5px;
}
.eds_news_NewsMagazine .edn_articleAccordion .edsAccordion_section.edn_listArticle3.edn_verticalAccordion > header .edn_metaDetails > time {
  color: #c81704;
}
.eds_news_NewsMagazine .edn_articleAccordion .edsAccordion_section.edn_listArticle3.edn_verticalAccordion > header:hover > h3 {
  color: #c81704;
}
.eds_news_NewsMagazine .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_NewsMagazine .edn_articleAccordion .edsAccordion_section.edn_listArticle3.edn_verticalAccordion .edsAccordion_contentWrapper {
    padding: 0;
    position: static;
    width: auto !important;
  }
}
.eds_news_NewsMagazine .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_NewsMagazine .edn_articleAccordion .edsAccordion_section.edn_listArticle3.edn_verticalAccordion.edsAccordion_active > header {
    display: none;
  }
}
.eds_news_NewsMagazine .edn_articleAccordion .edsAccordion_section.edn_listArticle3.edn_verticalAccordion.edsAccordion_active > header > h3 {
  color: #fff;
}
.eds_news_NewsMagazine .edn_articleAccordion .edsAccordion_section.edn_listArticle3.edn_verticalAccordion.edsAccordion_active > header .edn_metaDetails > time {
  color: #fff;
}
.eds_news_NewsMagazine .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_NewsMagazine .edn_articleAccordion .edsAccordion_section.edn_listArticle3.edn_verticalAccordion.edsAccordion_active .edsAccordion_contentWrapper {
  visibility: visible;
  opacity: 1;
}
.eds_news_NewsMagazine .edn_articleAccordion .edsAccordion_section.edn_listArticle3.edn_verticalAccordion.eds_accordionTabLeft > header {
  float: left;
  clear: left;
}
.eds_news_NewsMagazine .edn_articleAccordion .edsAccordion_section.edn_listArticle3.edn_verticalAccordion.eds_accordionTabLeft .edsAccordion_contentWrapper {
  padding-right: 0;
  padding-left: 35px;
  left: auto;
  right: 0;
}
.eds_news_NewsMagazine .edn_articleAccordion .edsAccordion_section.edn_listArticle3.edn_verticalAccordion.eds_accordionTabLeft.edsAccordion_active > header:before {
  left: auto;
  right: -14px;
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.eds_news_NewsMagazine .edn_articleAccordion.edn_eventsSimple.edsAccordion_section .edsAccordion_contentWrapper .edsAccordion_content {
  padding: 10px 0;
}
.eds_news_NewsMagazine .edn_articleAccordion.edn_eventsSimple.edsAccordion_section .edsAccordion_contentWrapper .edsAccordion_content .edn_articleSummary {
  padding-top: 0;
}
.eds_news_NewsMagazine .edn_articleAccordion.edn_eventsSimple.edsAccordion_section.edsAccordion_active .edsAccordion_title {
  background-color: #c81704;
}
.eds_news_NewsMagazine .edn_articleAccordion.edn_eventsSimple.edsAccordion_section.edsAccordion_active .edsAccordion_title:after, .eds_news_NewsMagazine .edn_articleAccordion.edn_eventsSimple.edsAccordion_section.edsAccordion_active .edsAccordion_title:before {
  display: block;
}
.eds_news_NewsMagazine .edn_articleAccordion.edn_eventsSimple.edsAccordion_section.edsAccordion_active .edsAccordion_title > time {
  background-color: #7d0f03;
  border-color: #7d0f03;
}
.eds_news_NewsMagazine .edn_articleAccordion.edn_eventsSimple.edsAccordion_section.edsAccordion_active .edsAccordion_title > time > span {
  color: #fff;
}
.eds_news_NewsMagazine .edn_articleAccordion.edn_eventsSimple.edsAccordion_section.edsAccordion_active .edsAccordion_title > div .edn_articleTitle a {
  color: #fff;
}
.eds_news_NewsMagazine .edn_articleAccordion.edn_eventsSimple.edsAccordion_section.edsAccordion_active .edsAccordion_title > div > time,
.eds_news_NewsMagazine .edn_articleAccordion.edn_eventsSimple.edsAccordion_section.edsAccordion_active .edsAccordion_title > div > time:before,
.eds_news_NewsMagazine .edn_articleAccordion.edn_eventsSimple.edsAccordion_section.edsAccordion_active .edsAccordion_title > div .edn_eventBoxLocation,
.eds_news_NewsMagazine .edn_articleAccordion.edn_eventsSimple.edsAccordion_section.edsAccordion_active .edsAccordion_title > div .edn_eventBoxLocation:before {
  color: #fff;
}

.eds_news_NewsMagazine .edsTabulator .eds_tabsNav {
  margin: 0;
  padding: 0;
  font-size: 0;
  line-height: 0;
  border-radius: 5px 5px 0 0;
}
.eds_news_NewsMagazine .edsTabulator .eds_tabsNav > li {
  display: inline-block;
  list-style-type: none;
  cursor: pointer;
  color: #b4b4b4;
  font-family: "Coda", 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_NewsMagazine .edsTabulator .eds_tabsNav > li {
    display: block;
    border-width: 0 0 1px;
  }
}
.eds_news_NewsMagazine .edsTabulator .eds_tabsNav > li + li {
  border-left: none !important;
}
.eds_news_NewsMagazine .edsTabulator .eds_tabsNav > li:first-child {
  border-radius: 5px 0 0;
}
.eds_news_NewsMagazine .edsTabulator .eds_tabsNav > li:last-child {
  border-radius: 0 5px 0 0;
}
.eds_news_NewsMagazine .edsTabulator .eds_tabsNav > li:hover {
  color: #c81704;
}
.eds_news_NewsMagazine .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_NewsMagazine .edsTabulator .edsTabulator_tabsWrapper {
  overflow: hidden;
}
.eds_news_NewsMagazine .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_NewsMagazine .edsTabulator .edsTabulator_tabsWrapper .edsTabulator_tab.edsTabulator_active {
  visibility: visible;
  opacity: 1;
  position: relative;
  z-index: 1;
  height: auto;
  bottom: 0;
}

.eds_news_NewsMagazine.eds_subCollection_news .edn_sss {
  margin: 0;
  padding: 0;
  position: relative;
  display: block;
  overflow: hidden;
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_ssslide {
  width: 100%;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  overflow: hidden;
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_ssslide img {
  max-width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  position: relative;
  display: block;
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_sssnext,
.eds_news_NewsMagazine.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_NewsMagazine.eds_subCollection_news .edn_sssnext:before,
.eds_news_NewsMagazine.eds_subCollection_news .edn_sssprev:before {
  font-family: "FontAwesome";
  color: #fff;
  font-size: 50px;
  opacity: 0.7;
  transition: opacity 200ms linear;
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_sssnext:hover:before,
.eds_news_NewsMagazine.eds_subCollection_news .edn_sssprev:hover:before {
  opacity: 1;
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_sssprev {
  left: 3%;
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_sssprev:before {
  content: "";
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_sssnext {
  right: 3%;
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_sssnext:before {
  content: "";
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_sssprev:hover,
.eds_news_NewsMagazine.eds_subCollection_news .edn_sssnext:hover {
  cursor: pointer;
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_sss > div {
  display: none;
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_sss > img + img ~ div {
  display: block;
}

.eds_news_NewsMagazine.eds_subCollection_news.eds_print .article_gallery,
.eds_news_NewsMagazine.eds_subCollection_news.eds_print .article_comments,
.eds_news_NewsMagazine.eds_subCollection_news.eds_print .fb-comments,
.eds_news_NewsMagazine.eds_subCollection_news.eds_print #disqus_thread,
.eds_news_NewsMagazine.eds_subCollection_news.eds_print .admin_action,
.eds_news_NewsMagazine.eds_subCollection_news.eds_print .edn_socialPrintWrapper,
.eds_news_NewsMagazine.eds_subCollection_news.eds_print .edn_eventRegistrationModalTrigger,
.eds_news_NewsMagazine.eds_subCollection_news.eds_print .eds_signUpActionBarWrapper,
.eds_news_NewsMagazine.eds_subCollection_news.eds_print .edn_aditionalBox,
.eds_news_NewsMagazine.eds_subCollection_news.eds_print .edn_authorGroupDetails,
.eds_news_NewsMagazine.eds_subCollection_news.eds_print .edn_galleryLink,
.eds_news_NewsMagazine.eds_subCollection_news.eds_print .article_pager,
.eds_news_NewsMagazine.eds_subCollection_news.eds_print .detailsArticleDefaultWithTabs,
.eds_news_NewsMagazine.eds_subCollection_news.eds_print .edn_fixedPrevNextArticleNavigation,
.eds_news_NewsMagazine.eds_subCollection_news.eds_print [class*="eds_GravityGallery_"] {
  display: none !important;
}
.eds_news_NewsMagazine.eds_subCollection_news.eds_print .edn_accordionWrapper .edsAccordion_section .edsAccordion_title {
  display: none !important;
}
.eds_news_NewsMagazine.eds_subCollection_news.eds_print .edn_accordionWrapper .edsAccordion_section .edsAccordion_contentWrapper {
  height: auto !important;
}
.eds_news_NewsMagazine.eds_subCollection_news.eds_print .edn_accordionWrapper .edsAccordion_section .edsAccordion_contentWrapper .edsAccordion_content {
  padding: 0 !important;
}
.eds_news_NewsMagazine.eds_subCollection_news.eds_print .edsTabulator .eds_tabsNav {
  display: none !important;
}
.eds_news_NewsMagazine.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);
  }
}

@font-face {
    font-family: 'OpenSansLight';
    src: url("/DesktopModules/EasyDNNnews/Templates/_default/onwindows/fonts/OpenSans-Light-webfont.eot");
    src: url("/DesktopModules/EasyDNNnews/Templates/_default/onwindows/fonts/OpenSans-Light-webfont.eot?#iefix") format('embedded-opentype'),
         url("/DesktopModules/EasyDNNnews/Templates/_default/onwindows/fonts/OpenSans-Light-webfont.woff") format('woff'),
         url("/DesktopModules/EasyDNNnews/Templates/_default/onwindows/fonts/OpenSans-Light-webfont.ttf") format('truetype'),
         url("/DesktopModules/EasyDNNnews/Templates/_default/onwindows/fonts/OpenSans-Light-webfont.svg#OpenSansLight") format('svg');
    font-weight: normal;
    font-style: normal;

}

#EDN_NewsOne.tag_cloud, #EDN_NewsOne.calendar .callendar_table_container, #EDN_NewsOne.calendar .archive_list {
  margin-bottom: 10px;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;
  vertical-align: baseline;
  line-height: 1.25em;
  border: 1px solid #cdcdcd;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: #f6f6f6;
  padding: 1px;
}

.edn_module_box {position:relative;}
.edn_category_menu_wrapper {position:relative;height:45px;overflow:hidden}
.edn_module_title {display:none;float:left;position:relative;color:#333; margin:0px;font-size:1.1em;margin-right:10px;
    color: #333333;
   
    padding: 0px 0px 0px 0px;
    text-transform: none;font-family: "open-sans"}

.edn_module_box ul {
    display: block;
    height: 45px;
    list-style: outside none none;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 100;}
.edn_module_box li {  background-color: #00752f;
    float: left;
    position: relative;display: inline;margin-right:2px;
}
.edn_module_box li a:link{color: #fff;
    display: block;
    font-family: "open-sans";
    font-size: 1em;
    font-weight: 500;
    height: 45px;
    line-height:45px;
    padding: 0 10px;
    text-transform: uppercase;}

.edn_module_box li a:visited {color:#ffffff!important;background-color: #6dba54}
.edn_module_box li:first-child a {}
.edn_module_box li:last-child a {border:0;}
.edn_module_box li a:hover{background-color: red;text-decoration: none;}
.edn_module_box li a:visited{color:#333; border-right: 1px solid #ccc;}

#EDN_NewsOne .edn_module_box > h1.edn_module_title, #EDN_NewsOne.tag_cloud > h1.edn_module_title, #EDN_NewsOne.calendar .callendar_table_container > h1.edn_module_title, #EDN_NewsOne.calendar .archive_list > h1.edn_module_title {
  background: url("/DesktopModules/EasyDNNnews/Templates/_default/onwindows/images/common/module_title_background.png") repeat-x 0 0 #dbdbdb;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
  margin: 0;
}
#EDN_NewsOne .edn_module_box > h1.edn_module_title span, #EDN_NewsOne.tag_cloud > h1.edn_module_title span, #EDN_NewsOne.calendar .callendar_table_container > h1.edn_module_title span, #EDN_NewsOne.calendar .archive_list > h1.edn_module_title span {
  display: block;
  color: #4e4e4e;
  text-shadow: 1px 1px 2px white;
  font-size: 20px;
  padding: 5px 8px 6px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
}
#EDN_NewsOne.category_menu {
  margin: 0 0 0px;
}
#EDN_NewsOne.category_menu .edn_module_box > h1.edn_module_title {
  background-color: #343434;
}
#EDN_NewsOne.category_menu .edn_module_box > h1.edn_module_title span {
  color: #f6f6f6;
  text-shadow: none;
}
#EDN_NewsOne.category_menu .edn_module_box > .edn_category_menu_wrapper {
  padding: 0;
  margin: 0;
  height:25px;
  overflow:hidden;
}
#EDN_NewsOne.category_menu .edn_module_box > .edn_category_menu_wrapper ul {
  padding: 0;
  margin: 0;
}
#EDN_NewsOne.category_menu .edn_module_box > .edn_category_menu_wrapper li {
  list-style: none;
  font-size: 0;
  line-height: 0;
}
#EDN_NewsOne.category_menu .edn_module_box > .edn_category_menu_wrapper li > div {
  border: 0;
  overflow: hidden;
  padding: 5px 4px 4px 100px;
  position: relative;
}
#EDN_NewsOne.category_menu .edn_module_box > .edn_category_menu_wrapper li > div a {
  display: none;
}
#EDN_NewsOne.category_menu .edn_module_box > .edn_category_menu_wrapper li > div .icon {
  display: block;
  float: right;
  text-indent: -10000px;
  margin: 0 0 0 4px;
}
#EDN_NewsOne.category_menu .edn_module_box > .edn_category_menu_wrapper li > div .icon.rss {
  height: 12px;
  width: 12px;
  margin: 2px 2px 0 4px;
}
#EDN_NewsOne.category_menu .edn_module_box > .edn_category_menu_wrapper li > div .icon.rss:hover {
  background-position: -12px 0;
}
#EDN_NewsOne.category_menu .edn_module_box > .edn_category_menu_wrapper li > div .icon.expand_collapse {
  background: url("/DesktopModules/EasyDNNnews/Templates/_default/onwindows/images/common/category_menu/expand_collapse.png") no-repeat 4px 4px;
  height: 13px;
  width: 21px;
  margin: 2px 2px 0 4px;
  cursor: pointer;
}
#EDN_NewsOne.category_menu .edn_module_box > .edn_category_menu_wrapper li > div .icon.expand_collapse:hover {
  background-position: -13px 4px;
}
#EDN_NewsOne.category_menu .edn_module_box > .edn_category_menu_wrapper li > div .icon.expand_collapse.collapse {
  background-position: 4px -8px;
}
#EDN_NewsOne.category_menu .edn_module_box > .edn_category_menu_wrapper li > div .icon.expand_collapse.collapse:hover {
  background-position: -13px -8px;
}
#EDN_NewsOne.category_menu .edn_module_box > .edn_category_menu_wrapper li > div > span {
  font-size: 12px;
  color: #333333;
  display: inline;
  line-height: 15px;
}
#EDN_NewsOne.category_menu .edn_module_box > .edn_category_menu_wrapper li > div > a.category {
  font-size: 12px;
  color: #333333;
  display: inline;
  line-height: 15px;
}
#EDN_NewsOne.category_menu .edn_module_box > .edn_category_menu_wrapper li > div > a.category span {
  color: #898989;
}
#EDN_NewsOne.category_menu .edn_module_box > .edn_category_menu_wrapper li > div > a.category:hover {
  color: #b50909;
}
#EDN_NewsOne.category_menu .edn_module_box > .edn_category_menu_wrapper li > div > img, #EDN_NewsOne.category_menu .edn_module_box > .edn_category_menu_wrapper li > div > a.image > img {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  float: left;
  margin: 0 7px 5px 0;
}
#EDN_NewsOne.category_menu .edn_module_box > .edn_category_menu_wrapper li > div > a.image {
  float: left;
  display: block;
  margin: 0 7px 5px 0;
}
#EDN_NewsOne.category_menu .edn_module_box > .edn_category_menu_wrapper li > div > a.image > img {
  margin: 0;
  float: none;
}
#EDN_NewsOne.category_menu .edn_module_box > .edn_category_menu_wrapper li.active > div > a.category {
  font-weight: bold;
}
#EDN_NewsOne.category_menu .edn_module_box > .edn_category_menu_wrapper > li > div {
  padding-left: 0px;
  padding-right: 0px;
}
#EDN_NewsOne.category_menu .edn_module_box > .edn_category_menu_wrapper > li ul li > div {
  background-color: #d7d7d7;
}
#EDN_NewsOne.category_menu .edn_module_box > .edn_category_menu_wrapper > li ul li > div .bullet {
  background: url("/DesktopModules/EasyDNNnews/Templates/_default/onwindows/images/common/category_menu/item_bullets.png") no-repeat 0 0;
  float: none;
  height: 9px;
  width: 9px;
  margin: 4px 3px 0 0;
  display: block;
  float: left;
}
#EDN_NewsOne.category_menu .edn_module_box > .edn_category_menu_wrapper > li li.level_1 > div {
  padding-left: 20px;
}
#EDN_NewsOne.category_menu .edn_module_box > .edn_category_menu_wrapper > li li.level_2 > div {
  padding-left: 30px;
}
#EDN_NewsOne.category_menu .edn_module_box > .edn_category_menu_wrapper > li li.level_3 > div {
  padding-left: 40px;
}
#EDN_NewsOne.category_menu .edn_module_box > .edn_category_menu_wrapper > li li.level_4 > div {
  padding-left: 50px;
}
#EDN_NewsOne.category_menu .edn_module_box > .edn_category_menu_wrapper > li li.level_5 > div {
  padding-left: 60px;
}
#EDN_NewsOne.category_menu .edn_module_box > .edn_category_menu_wrapper > li li.level_6 > div {
  padding-left: 70px;
}
#EDN_NewsOne.category_menu .edn_module_box > .edn_category_menu_wrapper > li li.level_7 > div {
  padding-left: 80px;
}
#EDN_NewsOne.category_menu .edn_module_box > .edn_category_menu_wrapper > li li.level_8 > div {
  padding-left: 90px;
}

#EDN_NewsOne.search .search_message {
  font: 14px Arial, Helvetica, sans-serif;
  color: black;
  display: block;
}





#EDN_NewsOne.search .do_search:hover {
  background-color: #9a885a;
}

#EDN_NewsOne.search .search_input .do_search:hover {

}

#EDN_NewsOne.search .search_input.button_outside {
  border: 0;
}
#EDN_NewsOne.search .search_input.button_outside .input {
  border: 1px solid #bdbdbd;
  float: none;
  width: 233px;
}

#EDN_NewsOne.search .search_input.button_outside .do_search {
  text-indent: 0;
  float: none;
  margin: 5px 2px 2px;
  -webkit-box-shadow: 0 0 1px 0 #888888;
  -moz-box-shadow: 0 0 1px 0 #888888;
  box-shadow: 0 0 1px 0 #888888;
  border: 1px solid #bdbdbd;
}
#EDN_NewsOne.search .search_input.button_outside .do_search.right {
  float: right;
}
#EDN_NewsOne.tag_cloud {
  margin: 0 0 10px;
}
#EDN_NewsOne.tag_cloud .tags {
  padding: 0 0 10px 10px;
}
#EDN_NewsOne.tag_cloud .tags a {
  font-size: 11px;
  font-family: Arial, Helvetica, sans-serif;
  text-decoration: none;
  color: #676767;
  line-height: 12px;
  display: inline-block;
  margin: 10px 10px 0 0;
}
#EDN_NewsOne.tag_cloud .tags a:hover {
  color: #222222;
}
#EDN_NewsOne.tag_cloud .tags a.TagStyle1 {
  font-size: 12px;
}
#EDN_NewsOne.tag_cloud .tags a.TagStyle2 {
  font-size: 14px;
}
#EDN_NewsOne.tag_cloud .tags a.TagStyle3 {
  font-size: 16px;
}
#EDN_NewsOne.tag_cloud .tags a.TagStyle4 {
  font-size: 18px;
}
#EDN_NewsOne.tag_cloud .tags a.TagStyle5 {
  font-size: 20px;
}
#EDN_NewsOne.tag_cloud .tags a.TagStyle6 {
  font-size: 22px;
}
#EDN_NewsOne.calendar .top_calendar_actions {
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0 2px 3px;
  line-height: 0;
  border: 0;
  text-align: right;
}
#EDN_NewsOne.calendar .top_calendar_actions > a {
  margin: 0 0 0 5px;
  display: inline-block;
  padding: 0;
  border: 0;
  background: url("/DesktopModules/EasyDNNnews/Templates/_default/onwindows/images/common/calendar/calendar_action_buttons.png");
}
#EDN_NewsOne.calendar .top_calendar_actions > a > span {
  display: none;
}
#EDN_NewsOne.calendar .top_calendar_actions > a.articles_by_month {
  width: 12px;
  height: 12px;
  background-position: 0 -5px;
}
#EDN_NewsOne.calendar .top_calendar_actions > a.icalendar_export {
  width: 12px;
  height: 15px;
  background-position: -13px -1px;
}
#EDN_NewsOne.calendar .top_calendar_actions > a.articles_rss {
  width: 12px;
  height: 12px;
  background-position: -26px -4px;
}
#EDN_NewsOne.calendar .top_calendar_actions > a.events_rss {
  width: 18px;
  height: 16px;
  background-position: -39px 0;
}
#EDN_NewsOne.calendar .callendar_table_container {
  margin: 0 0 10px;
  overflow: hidden;
}
#EDN_NewsOne.calendar .callendar_table_container .calendar_table {
  width: 100%;
}
#EDN_NewsOne.calendar .callendar_table_container .calendar_table td {
  background-color: transparent !important;
}
#EDN_NewsOne.calendar .callendar_table_container .calendar_table .month_selection {
  background: url("/DesktopModules/EasyDNNnews/Templates/_default/onwindows/images/common/module_title_background.png") repeat-x 0 0 #dbdbdb;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
  width: 100%;
}
#EDN_NewsOne.calendar .callendar_table_container .calendar_table .month_selection td {
  color: #4e4e4e;
  text-shadow: 1px 1px 2px white;
  font-size: 20px;
  line-height: 25px;
  padding: 5px 8px 6px;
  font-family: Arial, Helvetica, sans-serif;
  border-bottom: 1px solid #f6f6f6;
}
#EDN_NewsOne.calendar .callendar_table_container .calendar_table .month_selection td.next_prev_months a {
  color: #737373 !important;
  text-shadow: 1px 1px 0 white;
}
#EDN_NewsOne.calendar .callendar_table_container .calendar_table .month_selection td.next_prev_months a:hover {
  color: #222222 !important;
}
#EDN_NewsOne.calendar .callendar_table_container .calendar_table .week_days {
  background: url("/DesktopModules/EasyDNNnews/Templates/_default/onwindows/images/common/calendar/week_days_bg.png") repeat-x #cdcdcd !important;
  color: white;
  text-shadow: 1px 1px 1px #6d6d6d;
  font-size: 9px;
  padding: 7px 0 5px;
  border-bottom: 1px solid #f6f6f6;
}
#EDN_NewsOne.calendar .callendar_table_container .calendar_table .day {
  background: url("/DesktopModules/EasyDNNnews/Templates/_default/onwindows/images/common/calendar/day_bg.png") repeat-x bottom left #eeeeee;
  padding: 8px 3px 7px;
  margin: 0;
  border: 1px solid #f6f6f6;
  text-align: center;
}
#EDN_NewsOne.calendar .callendar_table_container .calendar_table .day a {
  color: #6f6f6f !important;
}
#EDN_NewsOne.calendar .callendar_table_container .calendar_table .day.other_month a {
  color: #c8cccf !important;
}
#EDN_NewsOne.calendar .callendar_table_container .calendar_table .day.has_posts {
  background-color: #cfcfcf !important;
}
#EDN_NewsOne.calendar .callendar_table_container .calendar_table .day.has_events {
  background: url("/DesktopModules/EasyDNNnews/Templates/_default/onwindows/images/common/calendar/has_event.png") repeat-x 0 0 #ed5500 !important;
}
#EDN_NewsOne.calendar .callendar_table_container .calendar_table .day.has_events a {
  color: white !important;
}
#EDN_NewsOne.calendar .callendar_table_container .calendar_table .day.today {
  background-color: #dc0000 !important;
}
#EDN_NewsOne.calendar .callendar_table_container .calendar_table .day.today a {
  color: white !important;
}
#EDN_NewsOne.calendar .callendar_table_container .calendar_table .day.selected {
  background-color: #575958 !important;
}
#EDN_NewsOne.calendar .callendar_table_container .calendar_table .day.selected a {
  color: white !important;
}
#EDN_NewsOne.calendar .callendar_table_container.advanced .calendar_table .day {
  vertical-align: top;
  background-color: transparent !important;
  padding: 0;
  overflow: hidden;
}
#EDN_NewsOne.calendar .callendar_table_container.advanced .calendar_table .day > a {
  display: block;
  background: #d9d9d9;
  padding: 2px 7px;
  margin: 0;
  border: 0;
  text-align: left;
  font-weight: bold;
  color: #636363 !important;
}
#EDN_NewsOne.calendar .callendar_table_container.advanced .calendar_table .day.other_month a {
  color: #c8cccf !important;
}
#EDN_NewsOne.calendar .callendar_table_container.advanced .calendar_table .day.has_posts, #EDN_NewsOne.calendar .callendar_table_container.advanced .calendar_table .day.has_events {
  background: url("/DesktopModules/EasyDNNnews/Templates/_default/onwindows/images/common/calendar/day_bg.png") repeat-x scroll left bottom transparent !important;
}
#EDN_NewsOne.calendar .callendar_table_container.advanced .calendar_table .day.has_posts > a, #EDN_NewsOne.calendar .callendar_table_container.advanced .calendar_table .day.has_events > a {
  background: url("/DesktopModules/EasyDNNnews/Templates/_default/onwindows/images/common/calendar/day_bg.png") repeat-x left -4px #cfcfcf;
  color: white !important;
}
#EDN_NewsOne.calendar .callendar_table_container.advanced .calendar_table .day.has_events > a {
  background: url("/DesktopModules/EasyDNNnews/Templates/_default/onwindows/images/common/calendar/has_event.png") repeat-x 0 -6px #ed5500;
}
#EDN_NewsOne.calendar .callendar_table_container.advanced .calendar_table .day.today > a, #EDN_NewsOne.calendar .callendar_table_container.advanced .calendar_table .day.selected > a {
  background: url("/DesktopModules/EasyDNNnews/Templates/_default/onwindows/images/common/calendar/day_bg.png") repeat-x left -4px #dc0000;
  color: white !important;
}
#EDN_NewsOne.calendar .callendar_table_container.advanced .calendar_table .day.selected > a {
  background-color: #929292 !important;
}
#EDN_NewsOne.calendar .callendar_table_container.advanced .calendar_table .day > ul {
  margin: 0;
  padding: 0 4px 3px;
  border: 0;
}
#EDN_NewsOne.calendar .callendar_table_container.advanced .calendar_table .day > ul > li {
  border: 0;
  margin: 0;
  padding: 3px 0 0;
  list-style: none;
  display: block;
}
#EDN_NewsOne.calendar .callendar_table_container.advanced .calendar_table .day > ul > li > a {
  border: 1px solid #adadad;
  border-radius: 5px;
  margin: 0;
  padding: 2px 5px;
  background: white;
  display: block;
  text-align: left;
  color: #707070 !important;
  text-decoration: none;
  font: 10px Arial;
  line-height: 12px;
}
#EDN_NewsOne.calendar .callendar_table_container.advanced .calendar_table .day > ul > li.event > a {
  border: 1px solid #f77601;
  background: #fff3e9;
  color: #ef5a00 !important;
}
#EDN_NewsOne.calendar .archive_list {
  margin: 0 0 10px;
  overflow: hidden;
}
#EDN_NewsOne.calendar .archive_list ul {
  margin: 0;
  padding: 0;
}
#EDN_NewsOne.calendar .archive_list ul li {
  list-style: none;
  padding: 6px 10px 4px 25px;
  background: url("/DesktopModules/EasyDNNnews/Templates/_default/onwindows/images/common/calendar/article_icon.png") no-repeat 7px center;
  border-top: 1px solid #dedede;
}
#EDN_NewsOne.calendar .archive_list ul li a {
  color: #333333;
}
#EDN_NewsOne.calendar .archive_list ul li a:hover {
  color: black;
}
#EDN_NewsOne.calendar .archive_list ul li:first-child {
  border: 0;
  padding-top: 7px;
}
#EDN_NewsOne.calendar .archive_list.events .edn_module_title {
  position: relative;
}
#EDN_NewsOne.calendar .archive_list.events .edn_module_title > a {
  display: block;
  position: absolute;
  left: auto;
  bottom: auto;
  margin: 0;
  padding: 0;
  border: 0;
}
#EDN_NewsOne.calendar .archive_list.events .edn_module_title > a.export {
  top: 10px;
  right: 7px;
  height: 14px;
  width: 12px;
  background: url("/DesktopModules/EasyDNNnews/Templates/_default/onwindows/images/common/calendar/calendar_action_buttons.png") -13px -2px;
}
#EDN_NewsOne.calendar .archive_list.events .edn_module_title > a.rss {
  top: 12px;
  right: 7px;
  height: 12px;
  width: 12px;
  background: url("/DesktopModules/EasyDNNnews/Templates/_default/onwindows/images/common/category_menu/rss.png") -12px 0;
}
#EDN_NewsOne.calendar .archive_list.events .edn_module_title > a.rss ~ a.export {
  right: 22px;
}
#EDN_NewsOne.calendar .archive_list.events .edn_module_title > a > span {
  display: none;
}
#EDN_NewsOne.calendar .archive_list.events ul li {
  background: url("/DesktopModules/EasyDNNnews/Templates/_default/onwindows/images/common/calendar/event_clock.png") no-repeat 6px 9px;
}
#EDN_NewsOne.news .article_gallery, #EDN_NewsOne.search .article_gallery {
  margin-top: 0;
  margin-bottom: 15px;
}
#EDN_NewsOne.news .article_rss_wrapper, #EDN_NewsOne.search .article_rss_wrapper {
  overflow: hidden;
  clear: both;
}
#EDN_NewsOne.news .article_rss_wrapper > a, #EDN_NewsOne.search .article_rss_wrapper > a {
  float: right;
  font: 11px Arial;
  line-height: 13px;
  color: #444444;
}
#EDN_NewsOne.news .article_rss_wrapper > a > span, #EDN_NewsOne.search .article_rss_wrapper > a > span {
  position: relative;
  top: 1px;
  display: inline-block;
  width: 12px;
  height: 12px;
  background: url("/DesktopModules/EasyDNNnews/Templates/_default/onwindows/images/common/category_menu/rss.png") 0 0;
  padding: 0;
  margin: 0 2px 0 0;
  border: 0;
}
#EDN_NewsOne.news .article_rss_wrapper > a:hover, #EDN_NewsOne.search .article_rss_wrapper > a:hover {
  color: black;
  text-decoration: none;
}
#EDN_NewsOne.news .article_rss_wrapper > a:hover > span, #EDN_NewsOne.search .article_rss_wrapper > a:hover > span {
  background-position: 12px 0;
}
#EDN_NewsOne.news .article_rss_wrapper ~ .article_pager, #EDN_NewsOne.search .article_rss_wrapper ~ .article_pager {
  margin-top: 0;
}
#EDN_NewsOne.news div.EDN_article_rateit, #EDN_NewsOne.search div.EDN_article_rateit {
  display: inline-block;
  position: relative;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
}
#EDN_NewsOne.news div.EDN_article_rateit.rateit div.rateit-selected, #EDN_NewsOne.search div.EDN_article_rateit.rateit div.rateit-selected {
  position: absolute;
}
#EDN_NewsOne.news div.EDN_article_rateit div.rateit-range, #EDN_NewsOne.search div.EDN_article_rateit div.rateit-range {
  position: relative;
  display: inline-block;
  background: url("/DesktopModules/EasyDNNnews/Templates/_default/onwindows/images/common/rate_stars.png");
  height: 16px;
}
#EDN_NewsOne.news div.EDN_article_rateit div.rateit-hover, #EDN_NewsOne.search div.EDN_article_rateit div.rateit-hover {
  position: absolute;
}
#EDN_NewsOne.news div.EDN_article_rateit div.rateit-hover, #EDN_NewsOne.search div.EDN_article_rateit div.rateit-hover {
  background: url("/DesktopModules/EasyDNNnews/Templates/_default/onwindows/images/common/rate_stars.png") left -32px;
}
#EDN_NewsOne.news div.EDN_article_rateit div.rateit-hover-rtl, #EDN_NewsOne.search div.EDN_article_rateit div.rateit-hover-rtl {
  background-position: right -32px;
}
#EDN_NewsOne.news div.EDN_article_rateit div.rateit-selected, #EDN_NewsOne.search div.EDN_article_rateit div.rateit-selected {
  background: url("/DesktopModules/EasyDNNnews/Templates/_default/onwindows/images/common/rate_stars.png") left -16px;
}
#EDN_NewsOne.news div.EDN_article_rateit div.rateit-selected-rtl, #EDN_NewsOne.search div.EDN_article_rateit div.rateit-selected-rtl {
  background-position: right -16px;
}
#EDN_NewsOne.news .bread_crumbs, #EDN_NewsOne.search .bread_crumbs {
  text-align: left;
  margin: 0 0 10px;
  color: #363636;
  font: 11px Arial, Helvetica, sans-serif;
  text-transform: uppercase;
}
#EDN_NewsOne.news .bread_crumbs a, #EDN_NewsOne.search .bread_crumbs a {
  color: #363636;
  font: 11px Verdana;
  text-transform: uppercase;
}
#EDN_NewsOne.news .bread_crumbs a:hover, #EDN_NewsOne.search .bread_crumbs a:hover {
  text-decoration: underline;
}
#EDN_NewsOne.news .category_info h1, #EDN_NewsOne.search .category_info h1 {
  font-size: 22px;
  font-family: Arial, Helvetica, sans-serif;
  color: black;
  line-height: 26px;
  margin: 0 0 10px;
  padding: 0;
}
#EDN_NewsOne.news .category_info .description, #EDN_NewsOne.search .category_info .description {
  font-size: 14px;
  margin: 3px 0 10px;
  color: black;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 18px;
  font-weight: normal;
  overflow: hidden;
}
#EDN_NewsOne.news .category_info .description p, #EDN_NewsOne.search .category_info .description p {
  font-size: 14px;
  line-height: 18px;
  margin: 0 0 10px;
}
#EDN_NewsOne.news .category.in_list, #EDN_NewsOne.search .category.in_list {
  margin: 10px;
  padding: 0;
  border: 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
  background: #e1e1e1;
}
#EDN_NewsOne.news .category.in_list .image, #EDN_NewsOne.search .category.in_list .image {
  overflow: hidden;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-size: 0;
  line-height: 0;
  display: block;
}
#EDN_NewsOne.news .category.in_list .title, #EDN_NewsOne.search .category.in_list .title {
  font-size: 17px;
  line-height: 21px;
  color: #333333;
  padding: 4px 10px 5px;
  display: block;
  font-family: Arial, Helvetica, sans-serif;
}
#EDN_NewsOne.news .article .link_to_original_RSS_article, #EDN_NewsOne.search .article .link_to_original_RSS_article {
  margin: 15px 0 0;
  padding: 0;
  border: 0;
  font: 12px Arial, Helvetica, sans-serif;
  line-height: 15px;
  clear: both;
}
#EDN_NewsOne.news .article .link_to_original_RSS_article a, #EDN_NewsOne.search .article .link_to_original_RSS_article a {
  font: 12px Arial, Helvetica, sans-serif;
  font-weight: bold;
}
#EDN_NewsOne.news .article h1, #EDN_NewsOne.news .article h2, #EDN_NewsOne.search .article h1, #EDN_NewsOne.search .article h2 {
  font-family: 'OpenSansLight', Arial, sans-serif;
}
#EDN_NewsOne.news .article .box_list_container, #EDN_NewsOne.search .article .box_list_container {
  border: 0;
  border-top: 1px solid #cdcdcd;
  border-bottom: 1px solid #cdcdcd;
  padding: 4px 0 0;
  margin: 0 0 15px;
  color: #7c7c7c;
  font-size: 11px;
}
#EDN_NewsOne.news .article .box_list_container.clear_bottom, #EDN_NewsOne.search .article .box_list_container.clear_bottom {
  margin: 0;
  border-bottom: 0;
}
#EDN_NewsOne.news .article .box_list_container a, #EDN_NewsOne.search .article .box_list_container a {
  color: white;
  padding: 1px 5px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background: #b8b8b8;
  font-size: 11px;
  line-height: 17px;
  margin: 0 4px 4px 0;
  display: inline-block;
  text-decoration: none;
}
#EDN_NewsOne.news .article .box_list_container a:hover, #EDN_NewsOne.search .article .box_list_container a:hover {
  background: #787878;
}
#EDN_NewsOne.news .article .meta_text, #EDN_NewsOne.search .article .meta_text {
  display: block;
  color: #7c7c7c;
  font-size: 12px;
  margin: 0 0 8px;
}
#EDN_NewsOne.news .article .meta_text.no_margin, #EDN_NewsOne.search .article .meta_text.no_margin {
  margin: 0;
}
#EDN_NewsOne.news .article .meta_text > .separator, #EDN_NewsOne.search .article .meta_text > .separator {
  margin: 0 5px;
  color: #b8b8b8;
}
#EDN_NewsOne.news .article .meta_text a, #EDN_NewsOne.search .article .meta_text a {
  color: #cd1919;
  font-weight: bold;
}
#EDN_NewsOne.news .article .meta_text a:hover, #EDN_NewsOne.search .article .meta_text a:hover {
  text-decoration: underline;
}
#EDN_NewsOne.news .article .event_date, #EDN_NewsOne.news .article .event_location, #EDN_NewsOne.search .article .event_date, #EDN_NewsOne.search .article .event_location {
  margin: 10px 0;
  padding: 1px 0 0 21px;
  display: block;
  min-height: 15px;
  color: #3f3f3f;
  font: 12px Arial;
  font-weight: bold;
  line-height: 15px;
  background: url("/DesktopModules/EasyDNNnews/Templates/_default/onwindows/images/common/event_clock.png") no-repeat 0 0;
}
#EDN_NewsOne.news .article .event_date .export, #EDN_NewsOne.news .article .event_location .export, #EDN_NewsOne.search .article .event_date .export, #EDN_NewsOne.search .article .event_location .export {
  background: url("/DesktopModules/EasyDNNnews/Templates/_default/onwindows/images/common/export_icalendar.png") no-repeat 0 0;
  margin: 0 0 0 8px;
  font: 11px Arial;
  line-height: 17px;
  text-decoration: none;
  color: #e9020b;
  padding: 0 0 0 20px;
  height: 17px;
  display: inline-block;
  position: relative;
  top: -1px;
}
#EDN_NewsOne.news .article .event_date .export:hover, #EDN_NewsOne.news .article .event_location .export:hover, #EDN_NewsOne.search .article .event_date .export:hover, #EDN_NewsOne.search .article .event_location .export:hover {
  text-decoration: underline;
}
#EDN_NewsOne.news .article .event_location, #EDN_NewsOne.search .article .event_location {
  background: url("/DesktopModules/EasyDNNnews/Templates/_default/onwindows/images/common/location_marker.png") no-repeat 5px 0;
}
#EDN_NewsOne.news .article.in_list, #EDN_NewsOne.search .article.in_list {
  margin: 0 0 0px;
}
#EDN_NewsOne.news .article.in_list h1, #EDN_NewsOne.search .article.in_list h1 {
  margin: 0 0 5px;
  line-height: 19px;
}
#EDN_NewsOne.news .article.in_list h1 a, #EDN_NewsOne.search .article.in_list h1 a {
  color: #333333;
  font-size: 27px;
  font-family: 'OpenSansLight', Arial, sans-serif;
  font-weight: normal;
}
#EDN_NewsOne.news .article.in_list h1 a:hover, #EDN_NewsOne.search .article.in_list h1 a:hover {
  color: #00ADEF;
}
#EDN_NewsOne.news .article.in_list h2, #EDN_NewsOne.search .article.in_list h2 {
  color: #333333;
  font: 13px Arial, Helvetica, sans-serif;
  font-weight: bold;
  margin: 0 0 5px;
  line-height: 18px;
}
#EDN_NewsOne.news .article.in_list.span > .content, #EDN_NewsOne.search .article.in_list.span > .content {
  overflow: hidden;
}
#EDN_NewsOne.news .article.in_list.span > .content > .article_image, #EDN_NewsOne.search .article.in_list.span > .content > .article_image {
  float: left;
  margin: 0 10px 10px 0;
  overflow: hidden;
  line-height: 0;
  font-size: 0;
  width:100%;
  height:auto;
  background-color:#fff;
}
#EDN_NewsOne.news .article.in_list.span > .content > .article_image img, #EDN_NewsOne.search .article.in_list.span > .content > .article_image img {
  display: block;
  border: 0;
  padding: 0;
  margin: 4px 0 0;
}
#EDN_NewsOne.news .article.in_list.span > .content > .summary, #EDN_NewsOne.news .article.in_list.span > .content > .summary p, #EDN_NewsOne.search .article.in_list.span > .content > .summary, #EDN_NewsOne.search .article.in_list.span > .content > .summary p {
  color: #333333;
  font-family:Georgia , Arial, sans-serif;
  font-size:14px;
  margin: 0 0 10px;
  line-height: 19px;
}
#EDN_NewsOne.news .article.in_list.span > .content > .date, #EDN_NewsOne.search .article.in_list.span > .content > .date {
  font: 12px Arial, Helvetica, sans-serif;
  color: #555555;
}
#EDN_NewsOne.news .article.in_list.span .meta_text, #EDN_NewsOne.search .article.in_list.span .meta_text {
  font-size: 11px;
  margin: 0 0 4px;
}
#EDN_NewsOne.news .article.in_list.box, #EDN_NewsOne.search .article.in_list.box {
  float: left;
  overflow: hidden;
}
#EDN_NewsOne.news .article.in_list.box .article_image, #EDN_NewsOne.search .article.in_list.box .article_image {
  overflow: hidden;
  position: relative;
  font-size: 0;
  line-height: 0;
  margin: 0 0 5px;
}

#EDN_NewsOne.news .article.in_list.box .article_image > span, #EDN_NewsOne.search .article.in_list.box .article_image > span {
  position: absolute;
  top: auto;
  left: 0;
  bottom: 0;
  background: url("/DesktopModules/EasyDNNnews/Templates/_default/onwindows/images/common/on_image_text_bg.png");
  padding: 0 10px;
}
#EDN_NewsOne.news .article.in_list.box .article_image > span .date, #EDN_NewsOne.search .article.in_list.box .article_image > span .date {
  font: 10px Arial, Helvetica, sans-serif;
  line-height: 13px;
  color: white;
}
#EDN_NewsOne.news .article.in_list.box .article_image > span .comment_count, #EDN_NewsOne.search .article.in_list.box .article_image > span .comment_count {
  display: inline-block;
  height: 19px;
  width: 30px;
  text-align: center;
  font: 11px Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-style: italic;
  color: #1a1a1a;
  margin: 3px 0 1px 10px;
  background: url("/DesktopModules/EasyDNNnews/Templates/_default/onwindows/images/common/transparent_bubble.png") no-repeat;
  padding: 2px 0 0;
}
#EDN_NewsOne.news .article.in_list.box h1 a, #EDN_NewsOne.search .article.in_list.box h1 a {
  font-size: 27px;
  line-height:22px;
}
#EDN_NewsOne.news .article.in_list.box > .date, #EDN_NewsOne.search .article.in_list.box > .date {
  font: 12px Arial, Helvetica, sans-serif;
  color: #555555;
}
#EDN_NewsOne.news .article.in_list.box.big, #EDN_NewsOne.search .article.in_list.box.big {
  width: 48%;
  margin: 0 0 3% 3%;
  float:right;
}

#EDN_NewsOne.news .article.in_list.box.wide {
  width: 100%;
  margin: 0 0 3% 3%;
  float:right;
}

#EDN_NewsOne.news .article.in_list.box.big .summary, #EDN_NewsOne.search .article.in_list.box.big .summary {
  font-size: 14px;
  color: #333333;
  line-height: 19px;
}
#EDN_NewsOne.news .article.in_list.box.normal, #EDN_NewsOne.search .article.in_list.box.normal {
  width: 220px;
  margin: 0 0 15px 14px;
}
#EDN_NewsOne.news .article.in_list.box.normal .summary, #EDN_NewsOne.search .article.in_list.box.normal .summary {
  font-size: 13px;
  color: #333333;
  line-height: 18px;
}
#EDN_NewsOne.news .article.in_list .article_documents, #EDN_NewsOne.search .article.in_list .article_documents {
  clear: both;
  padding: 15px;
  border: 2px dashed #dfdede;
  background-color: #f3f3f3;
  margin: 0 0 15px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
#EDN_NewsOne.news .article.in_list .article_documents h2, #EDN_NewsOne.search .article.in_list .article_documents h2 {
  font: 20px Arial, Helvetica, sans-serif;
  color: #333333;
  margin-bottom: 10px;
}
#EDN_NewsOne.news .article.in_list .article_documents span, #EDN_NewsOne.search .article.in_list .article_documents span {
  display: block;
  font-size: 11px;
  font-style: italic;
}
#EDN_NewsOne.news .article.in_list .article_documents ul, #EDN_NewsOne.search .article.in_list .article_documents ul {
  padding: 0 0 0 25px;
}
#EDN_NewsOne.news .article.in_list .article_documents ul li, #EDN_NewsOne.search .article.in_list .article_documents ul li {
  list-style: circle;
  margin: 3px 0 0;
}
#EDN_NewsOne.news .article.in_list .article_documents ul li, #EDN_NewsOne.search .article.in_list .article_documents ul li {
  list-style: none;
}
#EDN_NewsOne.news .article.in_list .article_documents ul li .document_icon, #EDN_NewsOne.search .article.in_list .article_documents ul li .document_icon {
  max-height: 12px;
  max-width: 12px;
  margin: 0 4px 0 0;
}
#EDN_NewsOne.news .article.details .article_gallery, #EDN_NewsOne.search .article.details .article_gallery {
  margin-top: 15px;
}
#EDN_NewsOne.news .article.details .article_image, #EDN_NewsOne.search .article.details .article_image {
  display: block;
  overflow: hidden;
  padding: 0;
  border: 0;
  height: auto;
  font-size: 0;
  line-height: 0;
}
#EDN_NewsOne.news .article.details .article_image > img, #EDN_NewsOne.search .article.details .article_image > img {
  height: auto;
  width:100%;
}
#EDN_NewsOne.news .article.details .article_image.left_image, #EDN_NewsOne.search .article.details .article_image.left_image {
  float: left;
  padding: 0;
  width:100%;
  z-index:999;
}
#EDN_NewsOne.news .article.details h1, #EDN_NewsOne.search .article.details h1 {
  margin: 0;
  padding: 0;
  border: 0;
  font-family: 'OpenSansLight', Arial, sans-serif;
  vertical-align: baseline;
  font-size: 3em;
  color: #333333;
  margin: 0 0 8px;
  font-weight: normal;
}
#EDN_NewsOne.news .article.details h2, #EDN_NewsOne.search .article.details h2 {
  margin: 0;
  padding: 0;
  border: 0;
  font-family: Arial, Helvetica, sans-serif;
  vertical-align: baseline;
  font-size: 13px;
  color: #333333;
  margin: 0 0 10px;
  line-height: 18px;
  font-weight: bold;
}
#EDN_NewsOne.news .article.details .rate_article, #EDN_NewsOne.search .article.details .rate_article {
  font-size: 12px;
  color: #7c7c7c;
}
#EDN_NewsOne.news .article.details .rate_article .article_rating, #EDN_NewsOne.search .article.details .rate_article .article_rating {
  display: inline;
  overflow: hidden;
}
#EDN_NewsOne.news .article.details .rate_article .article_rating .current_rating, #EDN_NewsOne.search .article.details .rate_article .article_rating .current_rating {
  margin: 0 5px 0 0;
}
#EDN_NewsOne.news .article.details .rate_article .article_rating .EDN_article_rateit, #EDN_NewsOne.search .article.details .rate_article .article_rating .EDN_article_rateit {
  position: relative;
  top: 2px;
}
#EDN_NewsOne.news .article.details .main_content, #EDN_NewsOne.news .article.details .main_content p, #EDN_NewsOne.search .article.details .main_content, #EDN_NewsOne.search .article.details .main_content p {
  margin: 0;
  padding: 0;
  border: 0;
  font-family: Arial, Helvetica, sans-serif;
  vertical-align: baseline;
  font: 13px Arial, Helvetica, sans-serif;
  color: #333333;
}
#EDN_NewsOne.news .article.details .main_content, #EDN_NewsOne.search .article.details .main_content {
  margin: 15px 0 10px;
}
#EDN_NewsOne.news .article.details .main_content .article_pagination a,
#EDN_NewsOne.news .article.details .main_content .article_pagination span, #EDN_NewsOne.search .article.details .main_content .article_pagination a, #EDN_NewsOne.search .article.details .main_content .article_pagination span {
  display: inline-block;
  background: #e7e7e7;
  color: #696969;
  font: 12px Arial, Helvetica, sans-serif;
  line-height: 15px;
  box-shadow: 0 0 2px 0 #cdcdcd, inset 1px 1px 3px 0 white;
  border: 1px solid #cdcdcd;
  margin: 0 2px 5px 0;
  padding: 3px 7px 2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
#EDN_NewsOne.news .article.details .main_content .article_pagination a.active,
#EDN_NewsOne.news .article.details .main_content .article_pagination span.active, #EDN_NewsOne.search .article.details .main_content .article_pagination a.active, #EDN_NewsOne.search .article.details .main_content .article_pagination span.active {
  box-shadow: inset 1px 1px 3px 0 #adadad;
}
#EDN_NewsOne.news .article.details .main_content .article_pagination a:hover, #EDN_NewsOne.search .article.details .main_content .article_pagination a:hover {
  box-shadow: 0 0 2px #737373, inset 1px 1px 3px 0 white;
  text-decoration: none;
}
#EDN_NewsOne.news .article.details .main_content .article_pagination span, #EDN_NewsOne.search .article.details .main_content .article_pagination span {
  box-shadow: inset 1px 1px 3px 0 #adadad;
}
#EDN_NewsOne.news .article.details .main_content a, #EDN_NewsOne.search .article.details .main_content a {
  margin: 0;
  padding: 0;
  border: 0;
  font-family: Arial, Helvetica, sans-serif;
  vertical-align: baseline;
  color: #cd1919;
}
#EDN_NewsOne.news .article.details .main_content a:hover, #EDN_NewsOne.search .article.details .main_content a:hover {
  text-decoration: underline;
}
#EDN_NewsOne.news .article.details .main_content p, #EDN_NewsOne.search .article.details .main_content p {
  padding: 0;
  border: 0;
  font-family: Arial, Helvetica, sans-serif;
  vertical-align: baseline;
  margin: 0 0 10px;
}
#EDN_NewsOne.news .article.details .social_buttons, #EDN_NewsOne.search .article.details .social_buttons {
  margin: 0 0 10px;
}
#EDN_NewsOne.news .article.details .edn_article_gallery, #EDN_NewsOne.search .article.details .edn_article_gallery {
  overflow: hidden;
}
#EDN_NewsOne.news .article.details .edn_article_gallery ul, #EDN_NewsOne.search .article.details .edn_article_gallery ul {
  margin: 0;
  padding: 0;
}
#EDN_NewsOne.news .article.details .edn_article_gallery ul li, #EDN_NewsOne.search .article.details .edn_article_gallery ul li {
  list-style: none;
  float: left;
  font-size: 0;
  line-height: 0;
  padding: 0;
  border: 0;
  margin: 0 10px 10px 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  overflow: hidden;
}
#EDN_NewsOne.news .article.details .edn_article_map, #EDN_NewsOne.search .article.details .edn_article_map {
  border: 1px solid #cccccc;
  margin-top: 20px;
  margin-bottom: 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
#EDN_NewsOne.news .article.details .article_documents,
#EDN_NewsOne.news .article.details .related_articles, #EDN_NewsOne.search .article.details .article_documents, #EDN_NewsOne.search .article.details .related_articles {
  padding: 15px;
  border: 2px dashed #dfdede;
  background-color: #f3f3f3;
  margin: 0 0 15px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
#EDN_NewsOne.news .article.details .article_documents h2,
#EDN_NewsOne.news .article.details .related_articles h2, #EDN_NewsOne.search .article.details .article_documents h2, #EDN_NewsOne.search .article.details .related_articles h2 {
  font: 20px Arial, Helvetica, sans-serif;
  color: #333333;
  margin-bottom: 10px;
}
#EDN_NewsOne.news .article.details .article_documents ul,
#EDN_NewsOne.news .article.details .related_articles ul, #EDN_NewsOne.search .article.details .article_documents ul, #EDN_NewsOne.search .article.details .related_articles ul {
  padding: 0 0 0 25px;
}
#EDN_NewsOne.news .article.details .article_documents ul li,
#EDN_NewsOne.news .article.details .related_articles ul li, #EDN_NewsOne.search .article.details .article_documents ul li, #EDN_NewsOne.search .article.details .related_articles ul li {
  list-style: circle;
  margin: 3px 0 0;
}
#EDN_NewsOne.news .article.details .article_documents ul li, #EDN_NewsOne.search .article.details .article_documents ul li {
  list-style: none;
}
#EDN_NewsOne.news .article.details .article_documents ul li .document_icon, #EDN_NewsOne.search .article.details .article_documents ul li .document_icon {
  max-height: 12px;
  max-width: 12px;
  margin: 0 4px 0 0;
}
#EDN_NewsOne.news .article.details .article_documents span, #EDN_NewsOne.search .article.details .article_documents span {
  display: block;
  font-size: 11px;
  font-style: italic;
}
#EDN_NewsOne.news .article.details .article_comments, #EDN_NewsOne.search .article.details .article_comments {
  margin: 20px 0;
}
#EDN_NewsOne.news .article.details .article_comments .add_comment h3, #EDN_NewsOne.search .article.details .article_comments .add_comment h3 {
  padding: 0;
  border: 0;
  font-family: Arial, Helvetica, sans-serif;
  vertical-align: baseline;
  line-height: 1.25em;
  font: 16px Arial, Helvetica, sans-serif;
  color: #6b6b6b;
  margin: 15px 0 0;
  font-weight: bold;
}
#EDN_NewsOne.news .article.details .article_comments .add_comment .add_article_box, #EDN_NewsOne.search .article.details .article_comments .add_comment .add_article_box {
  background-color: #f3f3f3;
  border: 1px solid #d3d3d3;
  margin: 2px 0 0;
  padding: 25px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
#EDN_NewsOne.news .article.details .article_comments .add_comment .add_article_box .comment_info, #EDN_NewsOne.search .article.details .article_comments .add_comment .add_article_box .comment_info {
  margin: 0 0 20px;
  text-align: center;
  padding: 0 30px;
}
#EDN_NewsOne.news .article.details .article_comments .add_comment .add_article_box .comment_info span, #EDN_NewsOne.search .article.details .article_comments .add_comment .add_article_box .comment_info span {
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.25em;
  font: 12px Arial, Helvetica, sans-serif;
}
#EDN_NewsOne.news .article.details .article_comments .add_comment .add_article_box table, #EDN_NewsOne.search .article.details .article_comments .add_comment .add_article_box table {
  margin: 0;
  padding: 0;
  width: 100%;
}
#EDN_NewsOne.news .article.details .article_comments .add_comment .add_article_box table td.left, #EDN_NewsOne.search .article.details .article_comments .add_comment .add_article_box table td.left {
  font: 14px Arial, Helvetica, sans-serif;
  width: 20%;
  padding: 7px 0 0;
  color: #6b6b6b;
  text-align: right;
  font-weight: bold;
}
#EDN_NewsOne.news .article.details .article_comments .add_comment .add_article_box table td.left span, #EDN_NewsOne.search .article.details .article_comments .add_comment .add_article_box table td.left span {
  margin: 0 5px 0 0;
}
#EDN_NewsOne.news .article.details .article_comments .add_comment .add_article_box table td.right, #EDN_NewsOne.search .article.details .article_comments .add_comment .add_article_box table td.right {
  padding: 0 0 20px;
  width: 80%;
}
#EDN_NewsOne.news .article.details .article_comments .add_comment .add_article_box table td.right.bottom, #EDN_NewsOne.search .article.details .article_comments .add_comment .add_article_box table td.right.bottom {
  padding: 0;
}
#EDN_NewsOne.news .article.details .article_comments .add_comment .add_article_box table td.right input.text, #EDN_NewsOne.search .article.details .article_comments .add_comment .add_article_box table td.right input.text {
  font: 16px Arial, Helvetica, sans-serif;
  border: 1px solid #bbbaba;
  padding: 5px 5px 4px;
  background: white;
  width: 70%;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
#EDN_NewsOne.news .article.details .article_comments .add_comment .add_article_box table td.right .submit, #EDN_NewsOne.search .article.details .article_comments .add_comment .add_article_box table td.right .submit {
  display: inline-block;
  border: 0;
  text-decoration: none;
  padding: 6px 10px;
  background: url("/DesktopModules/EasyDNNnews/Templates/_default/onwindows/images/common/comments/add_button_bg.png") repeat-x bottom #929292;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
#EDN_NewsOne.news .article.details .article_comments .add_comment .add_article_box table td.right .submit span, #EDN_NewsOne.search .article.details .article_comments .add_comment .add_article_box table td.right .submit span {
  text-decoration: none;
  font: 14px Arial, Helvetica, sans-serif;
  line-height: 18px;
  font-weight: bold;
  color: #efefef;
  text-shadow: 0 -1px 1px #4b4b4b;
}
#EDN_NewsOne.news .article.details .article_comments .add_comment .add_article_box table td.right .submit:hover, #EDN_NewsOne.search .article.details .article_comments .add_comment .add_article_box table td.right .submit:hover {
  background-color: #d71313;
}
#EDN_NewsOne.news .article.details .article_comments .add_comment .add_article_box table td.right textarea, #EDN_NewsOne.search .article.details .article_comments .add_comment .add_article_box table td.right textarea {
  font: 12px Arial, Helvetica, sans-serif;
  border: 1px solid #bfbfbf;
  padding: 5px;
  background: white;
  width: 90%;
  height: 100px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
#EDN_NewsOne.news .article.details .article_comments .num_of_comment, #EDN_NewsOne.search .article.details .article_comments .num_of_comment {
  margin: 0;
  padding: 0;
  border: 0;
  font-family: Arial, Helvetica, sans-serif;
  vertical-align: baseline;
  line-height: 1.25em;
  background: #f3f3f3;
  border: 1px solid #e1e1e1;
  padding: 3px 11px;
  font: 14px Arial, Helvetica, sans-serif;
  color: #5c5c5c;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
#EDN_NewsOne.news .article.details .article_comments .num_of_comment a, #EDN_NewsOne.search .article.details .article_comments .num_of_comment a {
  font: 14px Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: #5c5c5c;
}
#EDN_NewsOne.news .article.details .article_comments .comment_list, #EDN_NewsOne.search .article.details .article_comments .comment_list {
  margin: 15px 0 0;
  display: block;
}
#EDN_NewsOne.news .article.details .article_comments .comment_list .comment, #EDN_NewsOne.search .article.details .article_comments .comment_list .comment {
  overflow: hidden;
  margin-left: 80px;
  padding: 0;
  clear: both;
}
#EDN_NewsOne.news .article.details .article_comments .comment_list .comment .votes, #EDN_NewsOne.search .article.details .article_comments .comment_list .comment .votes {
  margin: 10px 0 0 2%;
  width: 8%;
  float: left;
}
#EDN_NewsOne.news .article.details .article_comments .comment_list .comment .votes > div, #EDN_NewsOne.search .article.details .article_comments .comment_list .comment .votes > div {
  position: relative;
}
#EDN_NewsOne.news .article.details .article_comments .comment_list .comment .votes > div input, #EDN_NewsOne.search .article.details .article_comments .comment_list .comment .votes > div input {
  position: relative;
  top: 5px;
}
#EDN_NewsOne.news .article.details .article_comments .comment_list .comment .votes > div span, #EDN_NewsOne.search .article.details .article_comments .comment_list .comment .votes > div span {
  font-size: 12px;
}
#EDN_NewsOne.news .article.details .article_comments .comment_list .comment .right_side, #EDN_NewsOne.search .article.details .article_comments .comment_list .comment .right_side {
  width: 90%;
  overflow: hidden;
}
#EDN_NewsOne.news .article.details .article_comments .comment_list .comment .right_side .comment_details, #EDN_NewsOne.search .article.details .article_comments .comment_list .comment .right_side .comment_details {
  width: 15%;
  text-align: center;
  float: left;
}
#EDN_NewsOne.news .article.details .article_comments .comment_list .comment .right_side .comment_details .user_avatar, #EDN_NewsOne.search .article.details .article_comments .comment_list .comment .right_side .comment_details .user_avatar {
  max-height: 60px;
  max-width: 60px;
}
#EDN_NewsOne.news .article.details .article_comments .comment_list .comment .right_side .comment_details .author, #EDN_NewsOne.search .article.details .article_comments .comment_list .comment .right_side .comment_details .author {
  font-size: 12px;
  margin: 1px 0 0;
}
#EDN_NewsOne.news .article.details .article_comments .comment_list .comment .right_side .comment_details .date_time, #EDN_NewsOne.search .article.details .article_comments .comment_list .comment .right_side .comment_details .date_time {
  font-size: 10px;
  color: #9a9a9a;
}
#EDN_NewsOne.news .article.details .article_comments .comment_list .comment .right_side .comment_details .votes, #EDN_NewsOne.search .article.details .article_comments .comment_list .comment .right_side .comment_details .votes {
  margin: 1px 0 0;
  font-size: 12px;
}
#EDN_NewsOne.news .article.details .article_comments .comment_list .comment .right_side .comment_details .votes span, #EDN_NewsOne.search .article.details .article_comments .comment_list .comment .right_side .comment_details .votes span {
  margin: 0 8px 0 0;
}
#EDN_NewsOne.news .article.details .article_comments .comment_list .comment .right_side .comment_details .votes span a, #EDN_NewsOne.search .article.details .article_comments .comment_list .comment .right_side .comment_details .votes span a {
  position: relative;
  top: 5px;
}
#EDN_NewsOne.news .article.details .article_comments .comment_list .comment .right_side .content_container, #EDN_NewsOne.search .article.details .article_comments .comment_list .comment .right_side .content_container {
  float: left;
  width: 85%;
}
#EDN_NewsOne.news .article.details .article_comments .comment_list .comment .right_side .content_container .arrow, #EDN_NewsOne.search .article.details .article_comments .comment_list .comment .right_side .content_container .arrow {
  float: left;
  width: 16px;
  height: 29px;
  background: url("/DesktopModules/EasyDNNnews/Templates/_default/onwindows/images/common/comments/details_pointer.png") no-repeat transparent;
  position: relative;
  left: 1px;
  top: 48px;
  z-index: 1;
}
#EDN_NewsOne.news .article.details .article_comments .comment_list .comment .right_side .content_container .content, #EDN_NewsOne.search .article.details .article_comments .comment_list .comment .right_side .content_container .content {
  margin: 0 0 0 16px;
  background: #f3f3f3;
  border: 1px solid #e1e1e1;
  min-height: 100px;
  padding: 10px 20px;
  font: 12px Verdana;
  color: #363636;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
#EDN_NewsOne.news .article.details .article_comments .comment_list .comment .right_side .content_container .content p, #EDN_NewsOne.search .article.details .article_comments .comment_list .comment .right_side .content_container .content p {
  margin: 0 0 5px;
  padding: 0;
  background: none;
  border: none;
  font: 12px Verdana;
  color: #363636;
}
#EDN_NewsOne.news .article.details .article_comments .comment_list .comment .right_side .actions, #EDN_NewsOne.search .article.details .article_comments .comment_list .comment .right_side .actions {
  font-size: 10px;
  margin: 2px 0 3px;
  float: right;
}
#EDN_NewsOne.news .article.details .article_comments .comment_list .comment .right_side .actions a, #EDN_NewsOne.search .article.details .article_comments .comment_list .comment .right_side .actions a {
  color: #9a9a9a;
  margin: 0 5px 0 0;
}
#EDN_NewsOne.news .article.details .article_comments .comment_list .comment .right_side .actions a:hover, #EDN_NewsOne.search .article.details .article_comments .comment_list .comment .right_side .actions a:hover {
  text-decoration: underline;
}
#EDN_NewsOne.news .article.details .article_comments .comment_list .comment .edit_comment, #EDN_NewsOne.search .article.details .article_comments .comment_list .comment .edit_comment {
  margin: 15px 0 0;
}
#EDN_NewsOne.news .article.details .article_comments .comment_list .comment .edit_comment textarea, #EDN_NewsOne.search .article.details .article_comments .comment_list .comment .edit_comment textarea {
  font: 12px Arial, Helvetica, sans-serif;
  border: 1px solid #bfbfbf;
  padding: 5px;
  background: white;
  width: 80%;
  height: 100px;
}
#EDN_NewsOne.news .article.details .article_comments .comment_list .comment .edit_comment .actions, #EDN_NewsOne.search .article.details .article_comments .comment_list .comment .edit_comment .actions {
  float: right;
  width: 15%;
}
#EDN_NewsOne.news .article.details .article_comments .comment_list .comment .edit_comment .actions a, #EDN_NewsOne.search .article.details .article_comments .comment_list .comment .edit_comment .actions a {
  display: inline-block;
  height: 33px;
  border: 0;
  text-decoration: none;
  padding: 0 8px 0 0;
}
#EDN_NewsOne.news .article.details .article_comments .comment_list .comment .edit_comment .actions a span, #EDN_NewsOne.search .article.details .article_comments .comment_list .comment .edit_comment .actions a span {
  display: inline-block;
  text-decoration: none;
  font: 14px Arial, Helvetica, sans-serif;
  font-weight: bold;
  padding: 7px 6px 0 14px;
  color: #444444;
  height: 26px;
}
#EDN_NewsOne.news .article.details .article_comments .comment_list .comment .edit_comment .actions a:hover, #EDN_NewsOne.search .article.details .article_comments .comment_list .comment .edit_comment .actions a:hover {
  background-position: right -33px;
}
#EDN_NewsOne.news .article.details .article_comments .comment_list .comment .edit_comment .actions a:hover span, #EDN_NewsOne.search .article.details .article_comments .comment_list .comment .edit_comment .actions a:hover span {
  background-position: 0 -33px;
  color: black;
}
#EDN_NewsOne.news .article.details .article_comments .comment_list .comment.level1, #EDN_NewsOne.search .article.details .article_comments .comment_list .comment.level1 {
  margin-left: 40px;
}
#EDN_NewsOne.news .article.details .article_comments .comment_list .comment.level0, #EDN_NewsOne.news .article.details .article_comments .comment_list .comment.level, #EDN_NewsOne.search .article.details .article_comments .comment_list .comment.level0, #EDN_NewsOne.search .article.details .article_comments .comment_list .comment.level {
  margin-left: 0;
}
#EDN_NewsOne.news .article.details .author_group_profile, #EDN_NewsOne.search .article.details .author_group_profile {
  font-family: Arial, Helvetica, sans-serif;
  vertical-align: baseline;
  line-height: 1.25em;
  margin: 0 0 15px;
  padding: 15px;
  border: 3px solid #e3e3e3;
  background: #eeeeee;
  overflow: hidden;
  position: relative;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
#EDN_NewsOne.news .article.details .author_group_profile .author_rss, #EDN_NewsOne.search .article.details .author_group_profile .author_rss {
  display: block;
  background: url("/DesktopModules/EasyDNNnews/Templates/_default/onwindows/images/common/rss_18-18.png") no-repeat;
  font-size: 0;
  line-height: 0;
  position: absolute;
  left: auto;
  right: 5px;
  top: 5px;
  height: 18px;
  width: 18px;
}
#EDN_NewsOne.news .article.details .author_group_profile .author_rss span, #EDN_NewsOne.search .article.details .author_group_profile .author_rss span {
  display: none;
}
#EDN_NewsOne.news .article.details .author_group_profile .author_rss:hover, #EDN_NewsOne.search .article.details .author_group_profile .author_rss:hover {
  background-position: -18px 0;
}
#EDN_NewsOne.news .article.details .author_group_profile .profile_picture_container, #EDN_NewsOne.search .article.details .author_group_profile .profile_picture_container {
  float: left;
  font-size: 0;
  line-height: 0;
  margin: 0 15px 0 0;
  padding: 0;
  border: 0;
}
#EDN_NewsOne.news .article.details .author_group_profile .profile_picture_container img, #EDN_NewsOne.search .article.details .author_group_profile .profile_picture_container img {
  padding: 0;
  margin: 0;
  border: 2px solid #cccccc;
  -webkit-box-shadow: 1px 1px 2px 0 #dedede;
  -moz-box-shadow: 1px 1px 2px 0 #dedede;
  box-shadow: 1px 1px 2px 0 #dedede;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
#EDN_NewsOne.news .article.details .author_group_profile .details_container h2, #EDN_NewsOne.search .article.details .author_group_profile .details_container h2 {
  padding: 0;
  border: 0;
  vertical-align: baseline;
  color: #555555;
  font-weight: bold;
  font: 12px Arial, Helvetica, sans-serif;
  line-height: 15px;
  margin: 0 0 4px;
}
#EDN_NewsOne.news .article.details .author_group_profile .details_container .short_info, #EDN_NewsOne.search .article.details .author_group_profile .details_container .short_info {
  margin: 0;
  padding: 0;
  border: 0;
  color: #888888;
  font: 12px Arial, Helvetica, sans-serif;
  line-height: 15px;
}
#EDN_NewsOne.news .article.details .author_group_profile .details_container .short_info a, #EDN_NewsOne.search .article.details .author_group_profile .details_container .short_info a {
  color: #676767;
}
#EDN_NewsOne.news .article.details .author_group_profile .details_container .short_info a:hover, #EDN_NewsOne.search .article.details .author_group_profile .details_container .short_info a:hover {
  color: black;
}
#EDN_NewsOne.news .article.details .author_group_profile .profile_buttons, #EDN_NewsOne.search .article.details .author_group_profile .profile_buttons {
  clear: both;
  padding: 5px 0 0 82px;
  overflow: hidden;
}
#EDN_NewsOne.news .article.details .author_group_profile .profile_buttons .button, #EDN_NewsOne.search .article.details .author_group_profile .profile_buttons .button {
  margin: 0 5px 0 0;
  float: left;
}
#EDN_NewsOne.news .article.details .author_group_profile .profile_buttons .button.contact, #EDN_NewsOne.news .article.details .author_group_profile .profile_buttons .button.full_bio, #EDN_NewsOne.search .article.details .author_group_profile .profile_buttons .button.contact, #EDN_NewsOne.search .article.details .author_group_profile .profile_buttons .button.full_bio {
  display: inline-block;
  background: no-repeat #e5e5e5;
  border: 2px solid #d4d4d4;
  padding: 2px 5px 2px 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-decoration: none;
}
#EDN_NewsOne.news .article.details .author_group_profile .profile_buttons .button.contact span, #EDN_NewsOne.news .article.details .author_group_profile .profile_buttons .button.full_bio span, #EDN_NewsOne.search .article.details .author_group_profile .profile_buttons .button.contact span, #EDN_NewsOne.search .article.details .author_group_profile .profile_buttons .button.full_bio span {
  color: #636363;
  font: 12px Arial, Helvetica, sans-serif;
  line-height: 15px;
  text-decoration: none;
}
#EDN_NewsOne.news .article.details .author_group_profile .profile_buttons .button.contact:hover span, #EDN_NewsOne.news .article.details .author_group_profile .profile_buttons .button.full_bio:hover span, #EDN_NewsOne.search .article.details .author_group_profile .profile_buttons .button.contact:hover span, #EDN_NewsOne.search .article.details .author_group_profile .profile_buttons .button.full_bio:hover span {
  color: black;
}
#EDN_NewsOne.news .article.details .author_group_profile .profile_buttons .button.contact, #EDN_NewsOne.search .article.details .author_group_profile .profile_buttons .button.contact {
  background-image: url("/DesktopModules/EasyDNNnews/Templates/_default/onwindows/images/common/contact_letter.png");
  background-position: 3px 4px;
}
#EDN_NewsOne.news .article.details .author_group_profile .profile_buttons .button.full_bio, #EDN_NewsOne.search .article.details .author_group_profile .profile_buttons .button.full_bio {
  background-image: url("/DesktopModules/EasyDNNnews/Templates/_default/onwindows/images/common/profile.png");
  background-position: 3px 3px;
}
#EDN_NewsOne.news .article.details .author_group_profile .profile_buttons .button.social, #EDN_NewsOne.search .article.details .author_group_profile .profile_buttons .button.social {
  display: inline-block;
  width: 22px;
  height: 22px;
  background: no-repeat;
  position: relative;
}
#EDN_NewsOne.news .article.details .author_group_profile .profile_buttons .button.social span, #EDN_NewsOne.search .article.details .author_group_profile .profile_buttons .button.social span {
  display: none;
}
#EDN_NewsOne.news .article.details .author_group_profile .profile_buttons .button.social:hover, #EDN_NewsOne.search .article.details .author_group_profile .profile_buttons .button.social:hover {
  background-position: -22px 0;
}
#EDN_NewsOne.news .article.details .author_group_profile .profile_buttons .button.social.facebook, #EDN_NewsOne.search .article.details .author_group_profile .profile_buttons .button.social.facebook {
  background-image: url("/DesktopModules/EasyDNNnews/Templates/_default/onwindows/images/common/facebook_button.png");
}
#EDN_NewsOne.news .article.details .author_group_profile .profile_buttons .button.social.linked_in, #EDN_NewsOne.search .article.details .author_group_profile .profile_buttons .button.social.linked_in {
  background-image: url("/DesktopModules/EasyDNNnews/Templates/_default/onwindows/images/common/linked_in_button.png");
}
#EDN_NewsOne.news .article.details .author_group_profile .profile_buttons .button.social.twitter, #EDN_NewsOne.search .article.details .author_group_profile .profile_buttons .button.social.twitter {
  background-image: url("/DesktopModules/EasyDNNnews/Templates/_default/onwindows/images/common/twitter_button.png");
}
#EDN_NewsOne.news .article.details .author_group_profile .profile_buttons .button.social.google_plus, #EDN_NewsOne.search .article.details .author_group_profile .profile_buttons .button.social.google_plus {
  background-image: url("/DesktopModules/EasyDNNnews/Templates/_default/onwindows/images/common/google_plus_button.png");
}
#EDN_NewsOne.news .article.sidebar_box, #EDN_NewsOne.search .article.sidebar_box {
  border: 0;
  border-top: 1px solid white;
  border-bottom: 1px solid #dedede;
  overflow: hidden;
  margin: 0;
  padding: 10px 10px 0;
}
#EDN_NewsOne.news .article.sidebar_box > a.image, #EDN_NewsOne.search .article.sidebar_box > a.image {
  font-size: 0;
  line-height: 0;
  text-decoration: none;
  float: left;
  margin: 0 10px 10px 0;
  padding: 0;
}
#EDN_NewsOne.news .article.sidebar_box > a.image img, #EDN_NewsOne.search .article.sidebar_box > a.image img {
  border-radius: 4px;
}
#EDN_NewsOne.news .article.sidebar_box > a.title, #EDN_NewsOne.search .article.sidebar_box > a.title {
  color: #333333;
  font: 12px Arial, Helvetica, sans-serif;
  line-height: 15px;
  margin: 0 0 10px;
}
#EDN_NewsOne.news .article.sidebar_box > a.title:hover, #EDN_NewsOne.search .article.sidebar_box > a.title:hover {
  color: black;
}
#EDN_NewsOne.news .articles_row, #EDN_NewsOne.search .articles_row {
  overflow: hidden;
}
#EDN_NewsOne.news .articles_row .article.in_list.box.big:first-child, #EDN_NewsOne.search .articles_row .article.in_list.box.big:first-child {
  margin-left: 0;
  float:left;
}
#EDN_NewsOne.news .articles_row .article.in_list.box.normal:first-child, #EDN_NewsOne.search .articles_row .article.in_list.box.normal:first-child {
  margin-left: 0;
  width: 220px;
}
#EDN_NewsOne.news .admin_action, #EDN_NewsOne.news .edn_article_action, #EDN_NewsOne.search .admin_action, #EDN_NewsOne.search .edn_article_action {
  margin: 0 10px 0 0;
  padding: 0;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  color: #ed2323;
  background: no-repeat;
}
#EDN_NewsOne.news .admin_action:hover, #EDN_NewsOne.news .edn_article_action:hover, #EDN_NewsOne.search .admin_action:hover, #EDN_NewsOne.search .edn_article_action:hover {
  color: #cd0000;
}
#EDN_NewsOne.news .admin_action.edit, #EDN_NewsOne.news .edn_article_action.edit, #EDN_NewsOne.search .admin_action.edit, #EDN_NewsOne.search .edn_article_action.edit {
  padding-left: 16px;
  background-image: url("/DesktopModules/EasyDNNnews/Templates/_default/onwindows/images/common/pencil_small.png");
}
#EDN_NewsOne.news .admin_action.publish_article, #EDN_NewsOne.news .edn_article_action.publish_article, #EDN_NewsOne.search .admin_action.publish_article, #EDN_NewsOne.search .edn_article_action.publish_article {
  padding-left: 17px;
  background-image: url("/DesktopModules/EasyDNNnews/Templates/_default/onwindows/images/common/check_small.png");
}
#EDN_NewsOne.news .user_dashboard, #EDN_NewsOne.search .user_dashboard {
  background: url("/DesktopModules/EasyDNNnews/Templates/_default/onwindows/images/common/user_dashboard/silver_gradient_bg.png") repeat-x #ebebeb;
  border: 1px solid #e4e4e4;
  padding: 4px 6px;
  margin: 0 0 20px;
  overflow: hidden;
}
#EDN_NewsOne.news .user_dashboard a, #EDN_NewsOne.search .user_dashboard a {
  display: block;
  float: left;
  color: #363636;
  font: 11px Arial, Helvetica, sans-serif;
  font-weight: bold;
  padding: 5px 0 0 35px;
  height: 20px;
  margin: 0 10px 0 0;
}
#EDN_NewsOne.news .user_dashboard a.add_article, #EDN_NewsOne.search .user_dashboard a.add_article {
  background: url("/DesktopModules/EasyDNNnews/Templates/_default/onwindows/images/common/user_dashboard/green_plus.png") no-repeat;
  padding-left: 25px;
}
#EDN_NewsOne.news .user_dashboard a.article_manager, #EDN_NewsOne.search .user_dashboard a.article_manager {
  background: url("/DesktopModules/EasyDNNnews/Templates/_default/onwindows/images/common/user_dashboard/papers.png") no-repeat 0 1px;
  padding-left: 28px;
}
#EDN_NewsOne.news .user_dashboard a.approve_articles, #EDN_NewsOne.search .user_dashboard a.approve_articles {
  background: url("/DesktopModules/EasyDNNnews/Templates/_default/onwindows/images/common/user_dashboard/approve_articles.png") no-repeat 0 1px;
  padding-left: 22px;
}
#EDN_NewsOne.news .user_dashboard a.approve_comments, #EDN_NewsOne.search .user_dashboard a.approve_comments {
  background: url("/DesktopModules/EasyDNNnews/Templates/_default/onwindows/images/common/user_dashboard/approve_comments.png") no-repeat 0 2px;
  padding-left: 22px;
}
#EDN_NewsOne.news .user_dashboard a.category_manager, #EDN_NewsOne.search .user_dashboard a.category_manager {
  background: url("/DesktopModules/EasyDNNnews/Templates/_default/onwindows/images/common/user_dashboard/categories.png") no-repeat 0 2px;
  padding-left: 22px;
}
#EDN_NewsOne.news .user_dashboard a.dashboard, #EDN_NewsOne.search .user_dashboard a.dashboard {
  background: url("/DesktopModules/EasyDNNnews/Templates/_default/onwindows/images/common/user_dashboard/monitor.png") no-repeat 0 3px;
  padding-left: 24px;
}
#EDN_NewsOne.news .user_dashboard a.settings, #EDN_NewsOne.search .user_dashboard a.settings {
  background: url("/DesktopModules/EasyDNNnews/Templates/_default/onwindows/images/common/user_dashboard/settings.png") no-repeat 0 1px;
  padding-left: 24px;
}
#EDN_NewsOne.news .user_dashboard a.author_profile, #EDN_NewsOne.search .user_dashboard a.author_profile {
  background: url("/DesktopModules/EasyDNNnews/Templates/_default/onwindows/images/common/user_dashboard/profile.png") no-repeat 0 1px;
  padding-left: 18px;
}
#EDN_NewsOne.news .user_dashboard a:hover, #EDN_NewsOne.search .user_dashboard a:hover {
  text-decoration: underline;
}
#EDN_NewsOne.news .article_pager, #EDN_NewsOne.search .article_pager {
  margin: 10px 0;
  text-align: center;
}
#EDN_NewsOne.news .article_pager a, #EDN_NewsOne.search .article_pager a {
  display: inline-block;
  background: #e7e7e7;
  color: #696969;
  font: 12px Arial, Helvetica, sans-serif;
  line-height: 15px;
  box-shadow: 0 0 2px 0 #cdcdcd, inset 1px 1px 3px 0 white;
  border: 1px solid #cdcdcd;
  margin: 0 2px 5px 0;
  padding: 3px 7px 2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
#EDN_NewsOne.news .article_pager a:hover, #EDN_NewsOne.search .article_pager a:hover {
  box-shadow: 0 0 2px #737373, inset 1px 1px 3px 0 white;
}
#EDN_NewsOne.news .article_pager a.active, #EDN_NewsOne.search .article_pager a.active {
  box-shadow: inset 1px 1px 3px 0 #adadad;
}
#EDN_NewsOne.news .in_article_image, #EDN_NewsOne.search .in_article_image {
  overflow: hidden;
}
#EDN_NewsOne.news .in_article_image .image_wrapper, #EDN_NewsOne.search .in_article_image .image_wrapper {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
}
#EDN_NewsOne.news .in_article_image .image_wrapper.no_text, #EDN_NewsOne.search .in_article_image .image_wrapper.no_text {
  font-size: 0;
  line-height: 0;
}
#EDN_NewsOne.news .in_article_image p.image_title,
#EDN_NewsOne.news .in_article_image .image_description, #EDN_NewsOne.search .in_article_image p.image_title, #EDN_NewsOne.search .in_article_image .image_description {
  clear: both;
  font: 11px Arial, Helvetica, sans-serif;
  color: #333333;
}
#EDN_NewsOne.news .in_article_image p.image_title, #EDN_NewsOne.search .in_article_image p.image_title {
  margin: 5px 0 2px !important;
  font-size: 12px;
  line-height: 14px !important;
  font-weight: bold !important;
}
#EDN_NewsOne.news .in_article_image.left, #EDN_NewsOne.search .in_article_image.left {
  float: left;
  margin: 0 10px 10px 0;
}
#EDN_NewsOne.news .in_article_image.right, #EDN_NewsOne.search .in_article_image.right {
  float: right;
  margin: 0 0 10px 10px;
}
#EDN_NewsOne.news .in_article_image.clear, #EDN_NewsOne.search .in_article_image.clear {
  clear: both;
  margin: 0 0 10px;
}
#EDN_NewsOne.search .article.in_list {
  margin: 20px 0 0;
}

/* IE 7 only */
*:first-child + html #EDN_NewsOne.news .article.details .article_comments .comment_list .comment .right_side {
  width: 88%;
}
*:first-child + html #EDN_NewsOne.news .article.in_list.box .article_image > span .date {
  position: relative;
  top: -6px;
}

.qtip.edn_calendarbox_NewsOne {
  position: absolute;
  left: -28000px;
  top: -28000px;
  display: none;
  min-width: 50px;
  font-size: 10px;
  line-height: 12px;
  direction: ltr;
  padding: 0;
  margin: 0;
  background: #f6f6f6;
  border: 1px solid #cdcdcd;
  border-radius: 2px;
  box-shadow: 1px 1px 1px #1a1a1a;
  max-width: 500px;
}
.qtip.edn_calendarbox_NewsOne > .qtip-content,
.qtip.edn_calendarbox_NewsOne > .ui-tooltip-content {
  position: relative;
  padding: 0;
  margin: 0;
  border: 0;
  overflow: hidden;
  text-align: left;
  word-wrap: break-word;
}
.qtip.edn_calendarbox_NewsOne > .qtip-content > .title,
.qtip.edn_calendarbox_NewsOne > .ui-tooltip-content > .title {
  border: 0;
  border-bottom: 1px solid #cdcdcd;
  background: url("/DesktopModules/EasyDNNnews/Templates/_default/onwindows/images/common/calendar/tooltip/title_gradient.png") repeat-x 0 bottom white;
  margin: 0;
  padding: 6px 15px 0;
  display: block;
  height: 19px;
}
.qtip.edn_calendarbox_NewsOne > .qtip-content > .title span,
.qtip.edn_calendarbox_NewsOne > .ui-tooltip-content > .title span {
  font: 12px Arial;
  color: #111111;
  line-height: 14px;
  font-weight: bold;
}
.qtip.edn_calendarbox_NewsOne > .qtip-content > .wrapper,
.qtip.edn_calendarbox_NewsOne > .ui-tooltip-content > .wrapper {
  padding: 0;
  margin: 0;
  border: 0;
  overflow: hidden;
  display: block;
  max-width: none;
  max-height: none;
  width: auto;
  height: auto;
}
.qtip.edn_calendarbox_NewsOne > .qtip-content > .wrapper > .article,
.qtip.edn_calendarbox_NewsOne > .ui-tooltip-content > .wrapper > .article {
  display: block;
  margin: 0;
  border: 0;
  padding: 15px;
  width: 385px;
  overflow: hidden;
}
.qtip.edn_calendarbox_NewsOne > .qtip-content > .wrapper > .article > img,
.qtip.edn_calendarbox_NewsOne > .ui-tooltip-content > .wrapper > .article > img {
  float: left;
  margin: 0 10px 10px 0;
  padding: 0;
  border: 0;
  border-radius: 5px;
  max-width: 100%;
  max-height: auto;
}
.qtip.edn_calendarbox_NewsOne > .qtip-content > .wrapper > .article p,
.qtip.edn_calendarbox_NewsOne > .ui-tooltip-content > .wrapper > .article p {
  color: #333333;
  font: 12px Arial;
  line-height: 14px;
  margin: 0;
  padding: 0;
  display: block;
}
.qtip.edn_calendarbox_NewsOne > .qtip-content > .wrapper > .article > p.title,
.qtip.edn_calendarbox_NewsOne > .ui-tooltip-content > .wrapper > .article > p.title {
  font-size: 14px;
  line-height: 16px;
  font-weight: bold;
}
.qtip.edn_calendarbox_NewsOne > .qtip-content > .wrapper > .article > p.title a,
.qtip.edn_calendarbox_NewsOne > .ui-tooltip-content > .wrapper > .article > p.title a {
  font: 14px Arial;
  line-height: 16px;
  color: #333333;
  text-decoration: none;
  font-weight: bold;
}
.qtip.edn_calendarbox_NewsOne > .qtip-content > .wrapper > .article > p.title a:hover,
.qtip.edn_calendarbox_NewsOne > .ui-tooltip-content > .wrapper > .article > p.title a:hover {
  text-decoration: underline;
}
.qtip.edn_calendarbox_NewsOne > .qtip-content > .wrapper > .article > p.location,
.qtip.edn_calendarbox_NewsOne > .ui-tooltip-content > .wrapper > .article > p.location {
  font-size: 12px;
  line-height: 14px;
  font-weight: bold;
  color: #111111;
  margin-top: 5px;
  padding: 0 0 0 15px;
  background: url("/DesktopModules/EasyDNNnews/Templates/_default/onwindows/images/common/calendar/tooltip/red_map_location.png") no-repeat 0 0;
}
.qtip.edn_calendarbox_NewsOne > .qtip-content > .wrapper > .article > .content p,
.qtip.edn_calendarbox_NewsOne > .ui-tooltip-content > .wrapper > .article > .content p {
  margin: 10px 0 0;
}
.qtip.edn_calendarbox_NewsOne > .qtip-content > .wrapper > .article > a,
.qtip.edn_calendarbox_NewsOne > .ui-tooltip-content > .wrapper > .article > a {
  float: right;
  text-decoration: none;
  font: 12px Arial;
  color: #333333;
  line-height: 14px;
  font-weight: bold;
  margin: 3px 0 0;
  padding: 0 0 0 9px;
  border: 0;
  background: url("/DesktopModules/EasyDNNnews/Templates/_default/onwindows/images/common/calendar/tooltip/red_arrow.png") no-repeat 0 2px;
}
.qtip.edn_calendarbox_NewsOne > .qtip-content > .wrapper > .article > a:hover,
.qtip.edn_calendarbox_NewsOne > .ui-tooltip-content > .wrapper > .article > a:hover {
  text-decoration: underline;
}
.qtip.edn_calendarbox_NewsOne > .qtip-content > .wrapper > .article_list,
.qtip.edn_calendarbox_NewsOne > .ui-tooltip-content > .wrapper > .article_list {
  display: block;
  margin: 0;
  border: 0;
  padding: 15px 15px 15px 30px;
  width: 385px;
  overflow: hidden;
}
.qtip.edn_calendarbox_NewsOne > .qtip-content > .wrapper > .article_list > li,
.qtip.edn_calendarbox_NewsOne > .ui-tooltip-content > .wrapper > .article_list > li {
  list-style: url("/DesktopModules/EasyDNNnews/Templates/_default/onwindows/images/common/calendar/tooltip/red_arrow.png") outside;
  margin: 5px 0 0px;
  padding: 0;
  border: 0;
}
.qtip.edn_calendarbox_NewsOne > .qtip-content > .wrapper > .article_list > li > a,
.qtip.edn_calendarbox_NewsOne > .ui-tooltip-content > .wrapper > .article_list > li > a {
  color: #333333;
  font: 12px Arial;
  line-height: 14px;
  font-weight: bold;
  text-decoration: none;
}
.qtip.edn_calendarbox_NewsOne > .qtip-content > .wrapper > .article_list > li > a:hover,
.qtip.edn_calendarbox_NewsOne > .ui-tooltip-content > .wrapper > .article_list > li > a:hover {
  text-decoration: underline;
}
.qtip.edn_calendarbox_NewsOne > .qtip-content > .wrapper > .article_list > li > p,
.qtip.edn_calendarbox_NewsOne > .ui-tooltip-content > .wrapper > .article_list > li > p {
  color: #111111;
  margin: 0;
  padding: 0;
  border: 0;
  font: 10px Arial;
  line-height: 12px;
}

.in_list .credit { clear: both;
    color: #777;
    font-family: "open-sans";
    font-size: 1em;
    font-weight: 500;
    margin: 0 0 5px;
    padding: 0}
.in_list .credit a:link {color:#0072C6}

.in_list .credit a:visited {color:#0072C6}
.in_list .credit a:hover {text-decoration:none;border-bottom: 1px solid #0072C6}

/* 
 * 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";
}

body.smbLightFixed {
  overflow: hidden;
}

.smbLightOverlayWrapper.modern {
  display: block;
  position: fixed;
  max-height: none;
  max-width: none;
  height: auto;
  width: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 0;
  margin: 0;
  padding: 0;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  z-index: 99999;
  transition: opacity linear 0.2s;
}
.smbLightOverlayWrapper.modern.show {
  opacity: 1;
}
.smbLightOverlayWrapper.modern > .contentWrapper {
  display: block;
  position: absolute;
  max-height: none;
  max-width: none;
  height: auto;
  width: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 0;
  margin: 0;
  padding: 0;
  background: none;
  opacity: 1;
}
.smbLightOverlayWrapper.modern .socialButtonsWrapper {
  position: absolute;
  display: none;
  top: auto;
  left: auto;
  right: 0;
  bottom: 0;
  margin: 0;
  padding: 10px 0 3px 10px;
  border: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 4px 0 0 0;
}
.smbLightOverlayWrapper.modern .socialButtonsWrapper > div {
  display: block;
  margin: 0 0 1px;
  padding: 0;
  border: 0;
  height: 25px;
  width: 135px;
}
.smbLightOverlayWrapper.modern .socialButtonsWrapper.show {
  display: block;
}
.smbLightOverlayWrapper.modern .mainWrapper {
  display: block;
  background: #2F2F2F;
  border: 1px solid #fff;
  border-radius: 1px;
  margin: 52px;
  position: absolute;
  top: 0;
  bottom: auto;
  left: 0;
  right: auto;
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.7);
  height: 50px;
  width: 50px;
}
.smbLightOverlayWrapper.modern .mainWrapper .viewWrapper {
  display: block;
  background: transparent;
  border: 0;
  margin: 0;
  padding: 0;
  overflow: hidden;
  height: 100%;
  width: 100%;
  position: relative;
}
.smbLightOverlayWrapper.modern .mainWrapper .viewWrapper > div {
  display: block;
  background: transparent;
  border: 0;
  margin: 0;
  padding: 0;
  overflow: hidden;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 100%;
  bottom: auto;
  right: auto;
}
.smbLightOverlayWrapper.modern .mainWrapper .viewWrapper > div.activeElement {
  left: 0;
}
.smbLightOverlayWrapper.modern .mainWrapper .viewWrapper > div.audioVideo iframe {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
}
.smbLightOverlayWrapper.modern .mainWrapper .viewWrapper > div.images img,
.smbLightOverlayWrapper.modern .mainWrapper .viewWrapper > div.images p {
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
  height: auto !important;
  max-height: none !important;
  width: auto !important;
  max-width: none !important;
  position: absolute;
  top: 0;
  left: 100%;
  right: auto;
  bottom: auto;
}
.smbLightOverlayWrapper.modern .mainWrapper .viewWrapper > div.images img.activeElement {
  left: 0;
  height: 100% !important;
  width: 100% !important;
}
.smbLightOverlayWrapper.modern .mainWrapper .viewWrapper > div.images p {
  text-align: center;
  font: 16px/20px Arial, sans-serif;
  top: 50%;
  margin: -10px 0 0;
  padding: 0 30px;
  height: auto;
  color: #fff;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  height: 100%;
  width: 100%;
}
.smbLightOverlayWrapper.modern .mainWrapper .viewWrapper > div.images.imageNotLoaded > p {
  left: 0;
}
.smbLightOverlayWrapper.modern .mainWrapper .loadingOverlay {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("/DesktopModules/EasyDNNNews/static/smbLight/themes/modern/images/loader.gif") 500% 0 #2F2F2F no-repeat;
  z-index: 1;
}
.smbLightOverlayWrapper.modern .mainWrapper .loadingOverlay.inProgress {
  background-position: center center;
}
.smbLightOverlayWrapper.modern .mainWrapper .itemTitle {
  display: block;
  font: 17px/0.9 Arial, sans-serif;
  margin: 0 70px 10px 0;
  padding: 0;
  border: 0;
  background: none;
  color: #fff;
  text-shadow: 1px 1px 0 #333;
  position: absolute;
  top: auto;
  bottom: 100%;
  left: 0;
  right: 0;
  opacity: 0;
}
.smbLightOverlayWrapper.modern .mainWrapper .itemTitle > span {
  display: block;
}
.smbLightOverlayWrapper.modern .mainWrapper .itemTitle > span.eds__SmbLight_lightboxTitle + .eds__SmbLight_lightboxDescription {
  margin-top: 7px;
}
.smbLightOverlayWrapper.modern .mainWrapper .itemTitle > span.eds__SmbLight_lightboxDescription {
  font-size: 12px;
  line-height: 1;
}
.smbLightOverlayWrapper.modern .mainWrapper .navigation,
.smbLightOverlayWrapper.modern .mainWrapper .close,
.smbLightOverlayWrapper.modern .mainWrapper .socialButtonsTrigger {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  position: absolute;
  bottom: auto;
  left: auto;
  right: auto;
  cursor: pointer;
}
.smbLightOverlayWrapper.modern .mainWrapper .navigation {
  top: 50%;
  width: 34px;
  height: 70px;
  background: #fff;
  margin-top: -35px;
}
.smbLightOverlayWrapper.modern .mainWrapper .navigation > span {
  display: block;
  position: absolute;
  top: 50%;
  bottom: auto;
  left: 50%;
  right: auto;
  width: 12px;
  height: 20px;
  background: url("/DesktopModules/EasyDNNNews/static/smbLight/themes/modern/images/icons.png") no-repeat -28px 0;
  margin: -10px 0 0 -6px;
  padding: 0;
  border: 0;
}
.smbLightOverlayWrapper.modern .mainWrapper .navigation.prev {
  right: 100%;
  border-radius: 4px 0 0 4px;
}
.smbLightOverlayWrapper.modern .mainWrapper .navigation.prev > span {
  background-position: -28px 0;
}
.smbLightOverlayWrapper.modern .mainWrapper .navigation.next {
  left: 100%;
  border-radius: 0 4px 4px 0;
}
.smbLightOverlayWrapper.modern .mainWrapper .navigation.next > span {
  background-position: -28px -20px;
}
.smbLightOverlayWrapper.modern .mainWrapper .navigation:hover.prev > span {
  background-position: -40px 0;
}
.smbLightOverlayWrapper.modern .mainWrapper .navigation:hover.next > span {
  background-position: -40px -20px;
}
.smbLightOverlayWrapper.modern .mainWrapper .close {
  top: auto;
  bottom: 100%;
  right: 20px;
  width: 42px;
  height: 31px;
  background: #fff;
  border-radius: 4px 4px 0 0;
  margin-bottom: 1px;
  opacity: 1;
}
.smbLightOverlayWrapper.modern .mainWrapper .close > span {
  display: block;
  position: absolute;
  top: 50%;
  bottom: auto;
  left: 50%;
  right: auto;
  width: 14px;
  height: 15px;
  background: url("/DesktopModules/EasyDNNNews/static/smbLight/themes/modern/images/icons.png") no-repeat 0 0;
  margin: -7px 0 0 -7px;
  padding: 0;
  border: 0;
}
.smbLightOverlayWrapper.modern .mainWrapper .close:hover {
  background: #ce0000;
}
.smbLightOverlayWrapper.modern .mainWrapper .close:hover > span {
  background-position: -14px 0;
}
.smbLightOverlayWrapper.modern .mainWrapper .socialButtonsTrigger {
  top: 100%;
  width: 40px;
  height: 31px;
  right: 20px;
  background: #fff;
  border-radius: 0 0 4px 4px;
}
.smbLightOverlayWrapper.modern .mainWrapper .socialButtonsTrigger > span {
  display: block;
  position: absolute;
  top: 50%;
  bottom: auto;
  left: 50%;
  right: auto;
  width: 13px;
  height: 15px;
  background: url("/DesktopModules/EasyDNNNews/static/smbLight/themes/modern/images/icons.png") no-repeat 0 -15px;
  margin: -7px 0 0 -8px;
  padding: 0;
  border: 0;
  font-size: 0;
  line-height: 0;
}
.smbLightOverlayWrapper.modern .mainWrapper .socialButtonsTrigger:hover > span {
  background-position: -13px -15px;
}
.smbLightOverlayWrapper.modern .mainWrapper.audioItem .navigation {
  height: 30px;
  margin-top: -15px;
}
.smbLightOverlayWrapper.modern.smbPlus {
  top: auto;
  height: 100%;
  background: rgba(0, 0, 0, 0.85);
  bottom: -1px;
}
.smbLightOverlayWrapper.modern.smbPlus > .contentWrapper {
  margin: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: auto;
  right: auto;
}
.smbLightOverlayWrapper.modern.smbPlus > .contentWrapper.positionAnimation {
  transition: transform ease-in-out 0.5s;
}
.smbLightOverlayWrapper.modern.smbPlus > .contentWrapper.swipeAnimation {
  transition: transform cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s;
}
.smbLightOverlayWrapper.modern.smbPlus > .contentWrapper > div {
  display: inline-block;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  overflow: hidden;
  position: relative;
}
.smbLightOverlayWrapper.modern.smbPlus > .contentWrapper > div.imageItem > img {
  width: auto;
  height: auto;
  max-width: none;
  max-height: none;
  position: absolute;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
  opacity: 1;
  transition: opacity ease-in-out 0.2s;
}
.smbLightOverlayWrapper.modern.smbPlus > .contentWrapper > div.imageItem::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 200px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 200px 200px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512'%3E%3C!--!Font Awesome Free 6.5.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--%3E%3Cpath fill='%236F6F6F' d='M32 0C14.3 0 0 14.3 0 32S14.3 64 32 64V75c0 42.4 16.9 83.1 46.9 113.1L146.7 256 78.9 323.9C48.9 353.9 32 394.6 32 437v11c-17.7 0-32 14.3-32 32s14.3 32 32 32H64 320h32c17.7 0 32-14.3 32-32s-14.3-32-32-32V437c0-42.4-16.9-83.1-46.9-113.1L237.3 256l67.9-67.9c30-30 46.9-70.7 46.9-113.1V64c17.7 0 32-14.3 32-32s-14.3-32-32-32H320 64 32zM96 75V64H288V75c0 19-5.6 37.4-16 53H112c-10.3-15.6-16-34-16-53zm16 309c3.5-5.3 7.6-10.3 12.1-14.9L192 301.3l67.9 67.9c4.6 4.6 8.6 9.6 12.1 14.9H112z'/%3E%3C/svg%3E");
  position: absolute;
  color: #6F6F6F;
  top: 50%;
  left: 0;
  right: 0;
  margin: -100px 0 0;
  opacity: 0;
  transition: opacity ease-in-out 0.2s;
}
.smbLightOverlayWrapper.modern.smbPlus > .contentWrapper > div.videoItem, .smbLightOverlayWrapper.modern.smbPlus > .contentWrapper > div.audioItem {
  position: relative;
}
.smbLightOverlayWrapper.modern.smbPlus > .contentWrapper > div.videoItem > div, .smbLightOverlayWrapper.modern.smbPlus > .contentWrapper > div.audioItem > div {
  width: auto;
  height: auto;
  max-width: none;
  max-height: none;
  position: absolute;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
}
.smbLightOverlayWrapper.modern.smbPlus > .contentWrapper > div.videoItem > div > iframe, .smbLightOverlayWrapper.modern.smbPlus > .contentWrapper > div.audioItem > div > iframe {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
}
.smbLightOverlayWrapper.modern.smbPlus > .contentWrapper > div.audioItem > div {
  padding: 0 40px;
  box-sizing: border-box;
}
.smbLightOverlayWrapper.modern.smbPlus > .contentWrapper > div.audioItem > div > .audiojs .play-pause p {
  width: 100%;
}
.smbLightOverlayWrapper.modern.smbPlus > .contentWrapper > div.loading.imageItem > img {
  opacity: 0;
}
.smbLightOverlayWrapper.modern.smbPlus > .contentWrapper > div.loading.imageItem::before {
  opacity: 1;
}
.smbLightOverlayWrapper.modern.smbPlus > .mobileOverlay {
  background: none;
  height: 100%;
  width: 100%;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
  box-shadow: 0 -160px 110px -135px #000 inset, -115px 0 120px -100px #000 inset, 115px 0 120px -100px #000 inset;
  position: absolute;
  top: 0;
  left: 0;
  bottom: auto;
  right: auto;
  z-index: 1;
  transition: box-shadow ease-in-out 0.2s;
}
.smbLightOverlayWrapper.modern.smbPlus > .navigation {
  margin: -27px 0 0;
  height: 54px;
  width: 30px;
  background: none;
  display: block;
  border: 0;
  padding: 0;
  position: absolute;
  top: 50%;
  font-size: 0;
  line-height: 0;
  z-index: 2;
  opacity: 1;
  transition: opacity ease-in-out 0.2s;
  cursor: pointer;
}
.smbLightOverlayWrapper.modern.smbPlus > .navigation > span {
  position: relative;
  top: 15px;
  left: 7px;
  right: auto;
}
.smbLightOverlayWrapper.modern.smbPlus > .navigation > span::after {
  transition: all ease-in-out 0.2s;
  display: inline-block;
  width: 20px;
  height: 20px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  content: "";
  vertical-align: middle;
}
.smbLightOverlayWrapper.modern.smbPlus > .navigation:hover > span::after {
  color: #aaa;
}
.smbLightOverlayWrapper.modern.smbPlus > .navigation.prev {
  left: 0;
  right: auto;
}
.smbLightOverlayWrapper.modern.smbPlus > .navigation.prev > span::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3C!--!Font Awesome Free 6.5.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--%3E%3Cpath fill='%23ffffff' d='M41.4 233.4c-12.5 12.5-12.5 32.8 0 45.3l160 160c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L109.3 256 246.6 118.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0l-160 160z'/%3E%3C/svg%3E");
}
.smbLightOverlayWrapper.modern.smbPlus > .navigation.next {
  right: 0;
  left: auto;
}
.smbLightOverlayWrapper.modern.smbPlus > .navigation.next > span::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3C!--!Font Awesome Free 6.5.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--%3E%3Cpath fill='%23ffffff' d='M278.6 233.4c12.5 12.5 12.5 32.8 0 45.3l-160 160c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L210.7 256 73.4 118.6c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0l160 160z'/%3E%3C/svg%3E");
}
.smbLightOverlayWrapper.modern.smbPlus > .close {
  margin: 0;
  height: 45px;
  width: 40px;
  background: none;
  display: block;
  border: 0;
  padding: 0;
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
  font-size: 0;
  line-height: 0;
  z-index: 2;
  opacity: 1;
  transition: opacity ease-in-out 0.2s;
  cursor: pointer;
}
.smbLightOverlayWrapper.modern.smbPlus > .close > span {
  position: relative;
  top: 9px;
  left: 14px;
  right: auto;
}
.smbLightOverlayWrapper.modern.smbPlus > .close > span::after {
  transition: all ease-in-out 0.2s;
  display: inline-block;
  width: 20px;
  height: 20px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  content: "";
  vertical-align: middle;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512'%3E%3C!--!Font Awesome Free 6.5.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--%3E%3Cpath fill='%23ffffff' d='M342.6 150.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L192 210.7 86.6 105.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L146.7 256 41.4 361.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L192 301.3 297.4 406.6c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L237.3 256 342.6 150.6z'/%3E%3C/svg%3E");
}
.smbLightOverlayWrapper.modern.smbPlus > .close:hover > span::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512'%3E%3C!--!Font Awesome Free 6.5.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--%3E%3Cpath fill='%23aaaaaa' d='M342.6 150.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L192 210.7 86.6 105.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L146.7 256 41.4 361.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L192 301.3 297.4 406.6c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L237.3 256 342.6 150.6z'/%3E%3C/svg%3E");
}
.smbLightOverlayWrapper.modern.smbPlus > .itemTitle {
  margin: 0;
  top: auto;
  bottom: 35px;
  font: 16px/1.3 Arial, sans-serif;
  color: #fff;
  text-align: left;
  position: absolute;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8), 0px 0px 1px rgba(0, 0, 0, 0.5);
  padding: 0 15px;
  z-index: 2;
  opacity: 1;
  transition: opacity ease-in-out 0.2s, bottom ease-in-out 0.2s;
}
.smbLightOverlayWrapper.modern.smbPlus > .actions {
  position: absolute;
  top: auto;
  bottom: 0;
  font-size: 0;
  line-height: 0;
  padding: 5px 15px 10px;
  z-index: 2;
  opacity: 1;
  transition: opacity ease-in-out 0.2s;
  cursor: pointer;
}
.smbLightOverlayWrapper.modern.smbPlus > .actions > span {
  font: 16px/1.3 Arial, sans-serif;
  font-weight: bold;
  color: #fff;
  padding: 0 0 0 3px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8), 0px 0px 1px rgba(0, 0, 0, 0.5);
  transition: color ease-in-out 0.2s;
}
.smbLightOverlayWrapper.modern.smbPlus > .actions > span::before, .smbLightOverlayWrapper.modern.smbPlus > .actions > span::after {
  position: relative;
  left: -3px;
  transition: all ease-in-out 0.2s;
  display: inline-block;
  width: 20px;
  height: 20px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  content: "";
  vertical-align: middle;
}
.smbLightOverlayWrapper.modern.smbPlus > .actions > span::after {
  left: auto;
  right: -3px;
}
.smbLightOverlayWrapper.modern.smbPlus > .actions:hover > span {
  color: #aaa;
}
.smbLightOverlayWrapper.modern.smbPlus > .actions:hover > span::before, .smbLightOverlayWrapper.modern.smbPlus > .actions:hover > span::after {
  color: #aaa;
}
.smbLightOverlayWrapper.modern.smbPlus > .actions.commentsTrigger {
  left: 0;
}
.smbLightOverlayWrapper.modern.smbPlus > .actions.commentsTrigger > span::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3C!--!Font Awesome Free 6.5.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--%3E%3Cpath fill='%23ffffff' d='M512 240c0 114.9-114.6 208-256 208c-37.1 0-72.3-6.4-104.1-17.9c-11.9 8.7-31.3 20.6-54.3 30.6C73.6 471.1 44.7 480 16 480c-6.5 0-12.3-3.9-14.8-9.9c-2.5-6-1.1-12.8 3.4-17.4l0 0 0 0 0 0 0 0 .3-.3c.3-.3 .7-.7 1.3-1.4c1.1-1.2 2.8-3.1 4.9-5.7c4.1-5 9.6-12.4 15.2-21.6c10-16.6 19.5-38.4 21.4-62.9C17.7 326.8 0 285.1 0 240C0 125.1 114.6 32 256 32s256 93.1 256 208z'/%3E%3C/svg%3E");
}
.smbLightOverlayWrapper.modern.smbPlus > .actions.likeTrigger {
  right: 0;
}
.smbLightOverlayWrapper.modern.smbPlus > .actions.likeTrigger > span {
  padding: 0 3px 0 0;
}
.smbLightOverlayWrapper.modern.smbPlus > .actions.likeTrigger > span::after {
  transition: background ease-in-out 0.2s;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3C!--!Font Awesome Free 6.5.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--%3E%3Cpath fill='%23aaaaaa' d='M47.6 300.4L228.3 469.1c7.5 7 17.4 10.9 27.7 10.9s20.2-3.9 27.7-10.9L464.4 300.4c30.4-28.3 47.6-68 47.6-109.5v-5.8c0-69.9-50.5-129.5-119.4-141C347 36.5 300.6 51.4 268 84L256 96 244 84c-32.6-32.6-79-47.5-124.6-39.9C50.5 55.6 0 115.2 0 185.1v5.8c0 41.5 17.2 81.2 47.6 109.5z'/%3E%3C/svg%3E");
}
.smbLightOverlayWrapper.modern.smbPlus > .actions.likeTrigger.liked > span::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3C!--!Font Awesome Free 6.5.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--%3E%3Cpath fill='%23ff3939' d='M47.6 300.4L228.3 469.1c7.5 7 17.4 10.9 27.7 10.9s20.2-3.9 27.7-10.9L464.4 300.4c30.4-28.3 47.6-68 47.6-109.5v-5.8c0-69.9-50.5-129.5-119.4-141C347 36.5 300.6 51.4 268 84L256 96 244 84c-32.6-32.6-79-47.5-124.6-39.9C50.5 55.6 0 115.2 0 185.1v5.8c0 41.5 17.2 81.2 47.6 109.5z'/%3E%3C/svg%3E");
}
.smbLightOverlayWrapper.modern.smbPlus > .actions.likeTrigger.liked:hover > span::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3C!--!Font Awesome Free 6.5.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--%3E%3Cpath fill='%23bb1919' d='M47.6 300.4L228.3 469.1c7.5 7 17.4 10.9 27.7 10.9s20.2-3.9 27.7-10.9L464.4 300.4c30.4-28.3 47.6-68 47.6-109.5v-5.8c0-69.9-50.5-129.5-119.4-141C347 36.5 300.6 51.4 268 84L256 96 244 84c-32.6-32.6-79-47.5-124.6-39.9C50.5 55.6 0 115.2 0 185.1v5.8c0 41.5 17.2 81.2 47.6 109.5z'/%3E%3C/svg%3E");
}
.smbLightOverlayWrapper.modern.smbPlus > .actions.socialButtonsTrigger {
  left: 50%;
  margin-left: -24px;
}
.smbLightOverlayWrapper.modern.smbPlus > .actions.socialButtonsTrigger > span {
  font-size: 0;
  line-height: 0;
}
.smbLightOverlayWrapper.modern.smbPlus > .actions.socialButtonsTrigger > span::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3C!--!Font Awesome Free 6.5.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--%3E%3Cpath fill='%23ffffff' d='M352 224c53 0 96-43 96-96s-43-96-96-96s-96 43-96 96c0 4 .2 8 .7 11.9l-94.1 47C145.4 170.2 121.9 160 96 160c-53 0-96 43-96 96s43 96 96 96c25.9 0 49.4-10.2 66.6-26.9l94.1 47c-.5 3.9-.7 7.8-.7 11.9c0 53 43 96 96 96s96-43 96-96s-43-96-96-96c-25.9 0-49.4 10.2-66.6 26.9l-94.1-47c.5-3.9 .7-7.8 .7-11.9s-.2-8-.7-11.9l94.1-47C302.6 213.8 326.1 224 352 224z'/%3E%3C/svg%3E");
}
.smbLightOverlayWrapper.modern.smbPlus > .socialButtonsWrapper {
  width: 150px;
  right: auto;
  left: 50%;
  margin-left: -75px;
  bottom: 45px;
  z-index: 3;
  border-radius: 5px;
  box-sizing: border-box;
  opacity: 1;
  transition: opacity ease-in-out 0.2s;
}
.smbLightOverlayWrapper.modern.smbPlus > .socialButtonsWrapper > div {
  margin-bottom: 5px;
}
.smbLightOverlayWrapper.modern.smbPlus > .socialButtonsWrapper::after {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  width: 0;
  height: 0;
  border-color: rgba(0, 0, 0, 0.8) transparent transparent;
  border-style: solid;
  border-width: 10px 20px 0;
  left: 50%;
  margin: 0 0 0 -20px;
}
.smbLightOverlayWrapper.modern.smbPlus > .modalOverlay {
  background: rgba(0, 0, 0, 0.9);
  display: block;
  width: 100%;
  height: 100%;
  top: 100%;
  bottom: auto;
  left: auto;
  right: auto;
  position: absolute;
  opacity: 0;
  z-index: 3;
}
.smbLightOverlayWrapper.modern.smbPlus > .commentsModalWrapper {
  padding: 0;
  margin: 0;
  position: absolute;
  z-index: 4;
  top: 0;
  bottom: auto;
  left: 0;
  right: 0;
  height: 100%;
  border: 14px solid transparent;
  border-bottom: 0;
  border-radius: 5px 5px 0 0;
  box-sizing: border-box;
  display: block;
  overflow: hidden;
  transform: translate3d(0, 100%, 0);
  transition: transform ease-in-out 0.2s;
}
.smbLightOverlayWrapper.modern.smbPlus > .commentsModalWrapper > p.loading {
  margin: -15px 0 0;
  padding: 0;
  border: 0;
  width: 100%;
  text-align: center;
  font-size: 16px;
  line-height: 1.3;
  color: #666;
  position: absolute;
  top: 200%;
  left: auto;
  right: auto;
  bottom: auto;
}
.smbLightOverlayWrapper.modern.smbPlus > .commentsModalWrapper > div {
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  padding: 20px 20px 0;
  overflow: hidden;
  border: 0;
  border-radius: 5px 5px 0 0;
  margin: 0;
  box-sizing: border-box;
  background: #fff;
}
.smbLightOverlayWrapper.modern.smbPlus > .commentsModalWrapper > div.anonymCommentWrapper {
  top: 0;
  left: 100%;
  right: auto;
  bottom: auto;
  padding-top: 40px;
  overflow-y: scroll;
  z-index: 1;
}
.smbLightOverlayWrapper.modern.smbPlus > .commentsModalWrapper > div.anonymCommentWrapper > p {
  font-size: 14px;
  line-height: 1.3;
  margin-bottom: 10px;
}
.smbLightOverlayWrapper.modern.smbPlus > .commentsModalWrapper > div.anonymCommentWrapper input,
.smbLightOverlayWrapper.modern.smbPlus > .commentsModalWrapper > div.anonymCommentWrapper textarea {
  margin: 0 0 20px;
  padding: 5px 10px;
  background: #f1f1f1;
  border: 1px solid #c4c4c4;
  border-radius: 4px;
  width: 100%;
  font-size: 14px;
  line-height: 1.3;
  box-sizing: border-box;
}
.smbLightOverlayWrapper.modern.smbPlus > .commentsModalWrapper > div.anonymCommentWrapper textarea {
  resize: vertical;
}
.smbLightOverlayWrapper.modern.smbPlus > .commentsModalWrapper > div.anonymCommentWrapper > div.error input,
.smbLightOverlayWrapper.modern.smbPlus > .commentsModalWrapper > div.anonymCommentWrapper > div.error textarea {
  border-color: #e97f7f;
  color: #f00;
}
.smbLightOverlayWrapper.modern.smbPlus > .commentsModalWrapper > div.anonymCommentWrapper > div.actions {
  text-align: right;
}
.smbLightOverlayWrapper.modern.smbPlus > .commentsModalWrapper > div.anonymCommentWrapper > div.actions button {
  text-transform: uppercase;
  background: #a7a7a7;
  border: 0;
  padding: 5px 10px 4px;
  margin: 0 0 0 20px;
  border-radius: 3px;
  font-size: 14px;
  line-height: 1.3;
  color: #fff;
  transition: opacity ease-in-out 0.2s, background ease-in-out 0.2s;
}
.smbLightOverlayWrapper.modern.smbPlus > .commentsModalWrapper > div.anonymCommentWrapper > div.actions button:hover {
  background: #7B7B7B;
}
.smbLightOverlayWrapper.modern.smbPlus > .commentsModalWrapper > div.anonymCommentWrapper > div.captchaContainer > .captchaError {
  display: none;
  font-size: 14px;
  line-height: 1.3;
  color: #f00;
  padding: 10px 5px;
  margin: 0 0 5px;
}
.smbLightOverlayWrapper.modern.smbPlus > .commentsModalWrapper > div.anonymCommentWrapper > div.captchaContainer.error > .captchaError {
  display: block;
}
.smbLightOverlayWrapper.modern.smbPlus > .commentsModalWrapper > div.anonymCommentWrapper.addingAnonComment > div.actions .post {
  opacity: 0.4;
}
.smbLightOverlayWrapper.modern.smbPlus > .commentsModalWrapper > div.main > .top {
  border: 0;
  border-bottom: 1px solid #dbdbdb;
  height: 25px;
  opacity: 1;
  transition: opacity ease-in-out 0.2s;
}
.smbLightOverlayWrapper.modern.smbPlus > .commentsModalWrapper > div.main > .top > span {
  font: 14px/1.3 Arial, sans-serif;
  color: #949494;
  position: relative;
  margin: 0;
  padding: 0 30px 0 0;
}
.smbLightOverlayWrapper.modern.smbPlus > .commentsModalWrapper > div.main > .top > span::after {
  position: absolute;
  left: auto;
  right: 10px;
  bottom: auto;
  background-size: 18px auto;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle;
  content: "";
  width: 18px;
  height: 18px;
}
.smbLightOverlayWrapper.modern.smbPlus > .commentsModalWrapper > div.main > .top > span.comments::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3C!--!Font Awesome Free 6.5.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--%3E%3Cpath fill='%23c4c4c4' d='M512 240c0 114.9-114.6 208-256 208c-37.1 0-72.3-6.4-104.1-17.9c-11.9 8.7-31.3 20.6-54.3 30.6C73.6 471.1 44.7 480 16 480c-6.5 0-12.3-3.9-14.8-9.9c-2.5-6-1.1-12.8 3.4-17.4l0 0 0 0 0 0 0 0 .3-.3c.3-.3 .7-.7 1.3-1.4c1.1-1.2 2.8-3.1 4.9-5.7c4.1-5 9.6-12.4 15.2-21.6c10-16.6 19.5-38.4 21.4-62.9C17.7 326.8 0 285.1 0 240C0 125.1 114.6 32 256 32s256 93.1 256 208z'/%3E%3C/svg%3E");
  top: -2px;
}
.smbLightOverlayWrapper.modern.smbPlus > .commentsModalWrapper > div.main > .top > span.likes::after {
  transition: all ease-in-out 0.2s;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3C!--!Font Awesome Free 6.5.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--%3E%3Cpath fill='%23c4c4c4' d='M47.6 300.4L228.3 469.1c7.5 7 17.4 10.9 27.7 10.9s20.2-3.9 27.7-10.9L464.4 300.4c30.4-28.3 47.6-68 47.6-109.5v-5.8c0-69.9-50.5-129.5-119.4-141C347 36.5 300.6 51.4 268 84L256 96 244 84c-32.6-32.6-79-47.5-124.6-39.9C50.5 55.6 0 115.2 0 185.1v5.8c0 41.5 17.2 81.2 47.6 109.5z'/%3E%3C/svg%3E");
  top: -1px;
}
.smbLightOverlayWrapper.modern.smbPlus > .commentsModalWrapper > div.main > .top > span.likes.liked::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3C!--!Font Awesome Free 6.5.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--%3E%3Cpath fill='%23FF6D6D' d='M47.6 300.4L228.3 469.1c7.5 7 17.4 10.9 27.7 10.9s20.2-3.9 27.7-10.9L464.4 300.4c30.4-28.3 47.6-68 47.6-109.5v-5.8c0-69.9-50.5-129.5-119.4-141C347 36.5 300.6 51.4 268 84L256 96 244 84c-32.6-32.6-79-47.5-124.6-39.9C50.5 55.6 0 115.2 0 185.1v5.8c0 41.5 17.2 81.2 47.6 109.5z'/%3E%3C/svg%3E");
}
.smbLightOverlayWrapper.modern.smbPlus > .commentsModalWrapper > div.main > .top > span.sort {
  position: absolute;
  right: 10px;
  left: auto;
  top: auto;
  bottom: auto;
  cursor: pointer;
  transition: all ease-in-out 0.2s;
}
.smbLightOverlayWrapper.modern.smbPlus > .commentsModalWrapper > div.main > .top > span.sort::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512'%3E%3C!--!Font Awesome Free 6.5.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--%3E%3Cpath fill='%23c4c4c4' d='M151.6 469.6C145.5 476.2 137 480 128 480s-17.5-3.8-23.6-10.4l-88-96c-11.9-13-11.1-33.3 2-45.2s33.3-11.1 45.2 2L96 365.7V64c0-17.7 14.3-32 32-32s32 14.3 32 32V365.7l32.4-35.4c11.9-13 32.2-13.9 45.2-2s13.9 32.2 2 45.2l-88 96zM320 480c-17.7 0-32-14.3-32-32s14.3-32 32-32h32c17.7 0 32 14.3 32 32s-14.3 32-32 32H320zm0-128c-17.7 0-32-14.3-32-32s14.3-32 32-32h96c17.7 0 32 14.3 32 32s-14.3 32-32 32H320zm0-128c-17.7 0-32-14.3-32-32s14.3-32 32-32H480c17.7 0 32 14.3 32 32s-14.3 32-32 32H320zm0-128c-17.7 0-32-14.3-32-32s14.3-32 32-32H544c17.7 0 32 14.3 32 32s-14.3 32-32 32H320z'/%3E%3C/svg%3E");
  transition: all ease-in-out 0.2s;
}
.smbLightOverlayWrapper.modern.smbPlus > .commentsModalWrapper > div.main > .top > span.sort:hover {
  color: #5b5b5b;
}
.smbLightOverlayWrapper.modern.smbPlus > .commentsModalWrapper > div.main > .top > span.sort:hover::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512'%3E%3C!--!Font Awesome Free 6.5.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--%3E%3Cpath fill='%238f8f8f' d='M151.6 469.6C145.5 476.2 137 480 128 480s-17.5-3.8-23.6-10.4l-88-96c-11.9-13-11.1-33.3 2-45.2s33.3-11.1 45.2 2L96 365.7V64c0-17.7 14.3-32 32-32s32 14.3 32 32V365.7l32.4-35.4c11.9-13 32.2-13.9 45.2-2s13.9 32.2 2 45.2l-88 96zM320 480c-17.7 0-32-14.3-32-32s14.3-32 32-32h32c17.7 0 32 14.3 32 32s-14.3 32-32 32H320zm0-128c-17.7 0-32-14.3-32-32s14.3-32 32-32h96c17.7 0 32 14.3 32 32s-14.3 32-32 32H320zm0-128c-17.7 0-32-14.3-32-32s14.3-32 32-32H480c17.7 0 32 14.3 32 32s-14.3 32-32 32H320zm0-128c-17.7 0-32-14.3-32-32s14.3-32 32-32H544c17.7 0 32 14.3 32 32s-14.3 32-32 32H320z'/%3E%3C/svg%3E");
}
.smbLightOverlayWrapper.modern.smbPlus > .commentsModalWrapper > div.main > .top > span.sort.desc::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512'%3E%3C!--!Font Awesome Free 6.5.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--%3E%3Cpath fill='%23c4c4c4' d='M151.6 42.4C145.5 35.8 137 32 128 32s-17.5 3.8-23.6 10.4l-88 96c-11.9 13-11.1 33.3 2 45.2s33.3 11.1 45.2-2L96 146.3V448c0 17.7 14.3 32 32 32s32-14.3 32-32V146.3l32.4 35.4c11.9 13 32.2 13.9 45.2 2s13.9-32.2 2-45.2l-88-96zM320 480h32c17.7 0 32-14.3 32-32s-14.3-32-32-32H320c-17.7 0-32 14.3-32 32s14.3 32 32 32zm0-128h96c17.7 0 32-14.3 32-32s-14.3-32-32-32H320c-17.7 0-32 14.3-32 32s14.3 32 32 32zm0-128H480c17.7 0 32-14.3 32-32s-14.3-32-32-32H320c-17.7 0-32 14.3-32 32s14.3 32 32 32zm0-128H544c17.7 0 32-14.3 32-32s-14.3-32-32-32H320c-17.7 0-32 14.3-32 32s14.3 32 32 32z'/%3E%3C/svg%3E");
}
.smbLightOverlayWrapper.modern.smbPlus > .commentsModalWrapper > div.main > .top > span.sort.desc:hover::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512'%3E%3C!--!Font Awesome Free 6.5.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--%3E%3Cpath fill='%238f8f8f' d='M151.6 42.4C145.5 35.8 137 32 128 32s-17.5 3.8-23.6 10.4l-88 96c-11.9 13-11.1 33.3 2 45.2s33.3 11.1 45.2-2L96 146.3V448c0 17.7 14.3 32 32 32s32-14.3 32-32V146.3l32.4 35.4c11.9 13 32.2 13.9 45.2 2s13.9-32.2 2-45.2l-88-96zM320 480h32c17.7 0 32-14.3 32-32s-14.3-32-32-32H320c-17.7 0-32 14.3-32 32s14.3 32 32 32zm0-128h96c17.7 0 32-14.3 32-32s-14.3-32-32-32H320c-17.7 0-32 14.3-32 32s14.3 32 32 32zm0-128H480c17.7 0 32-14.3 32-32s-14.3-32-32-32H320c-17.7 0-32 14.3-32 32s14.3 32 32 32zm0-128H544c17.7 0 32-14.3 32-32s-14.3-32-32-32H320c-17.7 0-32 14.3-32 32s14.3 32 32 32z'/%3E%3C/svg%3E");
}
.smbLightOverlayWrapper.modern.smbPlus > .commentsModalWrapper > div.main > .newCommentWrapper {
  position: absolute;
  top: auto;
  bottom: 0;
  left: 20px;
  right: 20px;
  border: 0;
  border-top: 1px solid #dbdbdb;
  padding: 0 65px 0 0;
  background: #fff;
  z-index: 1;
}
.smbLightOverlayWrapper.modern.smbPlus > .commentsModalWrapper > div.main > .newCommentWrapper::before {
  position: absolute;
  display: block;
  top: 50%;
  left: auto;
  right: auto;
  bottom: auto;
  margin: -17px 0 0;
  background-position: center center;
  background-repeat: no-repat;
  background-size: 25px auto;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3C!--!Font Awesome Free 6.5.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--%3E%3Cpath fill='%23c4c4c4' d='M64 32C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H384c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64H64zM325.8 139.7l14.4 14.4c15.6 15.6 15.6 40.9 0 56.6l-21.4 21.4-71-71 21.4-21.4c15.6-15.6 40.9-15.6 56.6 0zM119.9 289L225.1 183.8l71 71L190.9 359.9c-4.1 4.1-9.2 7-14.9 8.4l-60.1 15c-5.5 1.4-11.2-.2-15.2-4.2s-5.6-9.7-4.2-15.2l15-60.1c1.4-5.6 4.3-10.8 8.4-14.9z'/%3E%3C/svg%3E");
  width: 33px;
  height: 33px;
  content: "";
}
.smbLightOverlayWrapper.modern.smbPlus > .commentsModalWrapper > div.main > .newCommentWrapper > button {
  background: #a7a7a7;
  border: 0;
  border-radius: 2px;
  margin: -14px 0 0;
  padding: 5px 10px 4px;
  font: 14px/1.3 Arial, sans-serif;
  color: #fff;
  text-transform: uppercase;
  position: absolute;
  top: 50%;
  left: auto;
  right: 0;
  transition: background ease-in-out 0.2s;
}
.smbLightOverlayWrapper.modern.smbPlus > .commentsModalWrapper > div.main > .newCommentWrapper > button:hover {
  background: #7B7B7B;
}
.smbLightOverlayWrapper.modern.smbPlus > .commentsModalWrapper > div.main > .newCommentWrapper > textarea {
  color: #878787;
  font: 16px/1.3 Arial, sans-serif;
  margin: 0;
  padding: 10px 0 0 40px;
  border: 0;
  background: none;
  resize: none;
  width: 100%;
  height: 40px;
  box-shadow: none;
  box-sizing: border-box;
}
.smbLightOverlayWrapper.modern.smbPlus > .commentsModalWrapper > div.main > .newCommentWrapper.filledIn > button {
  background: #1287bd;
}
.smbLightOverlayWrapper.modern.smbPlus > .commentsModalWrapper > div.main > .noComments {
  display: none;
  margin: -10px 0 0;
  padding: 0;
  border: 0;
  font: 16px/1.3 Arial, sans-serif;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 20px;
  right: 20px;
  color: #747474;
}
.smbLightOverlayWrapper.modern.smbPlus > .commentsModalWrapper > div.main > ul {
  margin: 0;
  padding: 0;
  border: 0;
  overflow-y: scroll;
}
.smbLightOverlayWrapper.modern.smbPlus > .commentsModalWrapper > div.main > ul > li {
  display: block;
  margin: 0;
  padding: 10px 0 12px 60px;
  border: 0;
  border-bottom: 1px solid #dbdbdb;
  position: relative;
  font: 0/0 Arial;
  min-height: 44px;
}
.smbLightOverlayWrapper.modern.smbPlus > .commentsModalWrapper > div.main > ul > li > .authorAvatar {
  position: absolute;
  top: 12px;
  left: 0;
  right: auto;
  bottom: auto;
  border: 1px solid #adadad;
  display: block;
  text-decoration: none;
  font-size: 0;
  line-height: 0;
}
.smbLightOverlayWrapper.modern.smbPlus > .commentsModalWrapper > div.main > ul > li > .authorAvatar > img {
  border: 0;
  padding: 0;
  margin: 0;
  width: 40px;
  height: 40px;
  display: block;
}
.smbLightOverlayWrapper.modern.smbPlus > .commentsModalWrapper > div.main > ul > li > .author {
  color: #1287bd;
  font: 12px/1.3 Arial, sans-serif;
  text-decoration: none;
  display: inline;
  margin: 0;
  padding: 0;
  font-weight: bold;
}
.smbLightOverlayWrapper.modern.smbPlus > .commentsModalWrapper > div.main > ul > li > div {
  margin: 4px 0 0;
  padding: 0;
  border: 0;
  display: block;
}
.smbLightOverlayWrapper.modern.smbPlus > .commentsModalWrapper > div.main > ul > li > div > p {
  margin: 10px 0 0;
  padding: 0;
  border: 0;
  display: block;
  font: 12px/1.3 Arial, sans-serif;
  font-weight: normal;
  color: #000;
}
.smbLightOverlayWrapper.modern.smbPlus > .commentsModalWrapper > div.main > ul > li > div > p:first-child {
  margin: 0;
}
.smbLightOverlayWrapper.modern.smbPlus > .commentsModalWrapper > div.main > ul > li > .datetime {
  margin: 4px 0 0;
  padding: 0;
  border: 0;
  display: block;
  font: 11px/1.3 Arial, sans-serif;
  font-weight: normal;
  color: #949494;
}
.smbLightOverlayWrapper.modern.smbPlus > .commentsModalWrapper > div.main > ul > li:last-child {
  border: 0;
}
.smbLightOverlayWrapper.modern.smbPlus > .commentsModalWrapper > span.closeComments {
  position: absolute;
  top: 0;
  left: 50%;
  right: auto;
  bottom: auto;
  background-color: #dadada;
  background-position: center 6px;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3C!--!Font Awesome Free 6.5.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--%3E%3Cpath fill='%23767676' d='M246.6 470.6c-12.5 12.5-32.8 12.5-45.3 0l-160-160c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0L224 402.7 361.4 265.4c12.5-12.5 32.8-12.5 45.3 0s12.5 32.8 0 45.3l-160 160zm160-352l-160 160c-12.5 12.5-32.8 12.5-45.3 0l-160-160c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0L224 210.7 361.4 73.4c12.5-12.5 32.8-12.5 45.3 0s12.5 32.8 0 45.3z'/%3E%3C/svg%3E");
  background-size: 12px auto;
  padding: 0 10px 10px;
  margin: 0 0 0 -40px;
  border: 0;
  border-radius: 0 0 4px 4px;
  width: 60px;
  height: 25px;
  z-index: 2;
  transition: background ease-in-out 0.2s;
  cursor: pointer;
  font-size: 0;
  line-height: 0;
  z-index: 3;
}
.smbLightOverlayWrapper.modern.smbPlus > .commentsModalWrapper > span.closeComments:hover {
  background-color: #cbcbcb;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3C!--!Font Awesome Free 6.5.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--%3E%3Cpath fill='%233c3c3c' d='M246.6 470.6c-12.5 12.5-32.8 12.5-45.3 0l-160-160c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0L224 402.7 361.4 265.4c12.5-12.5 32.8-12.5 45.3 0s12.5 32.8 0 45.3l-160 160zm160-352l-160 160c-12.5 12.5-32.8 12.5-45.3 0l-160-160c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0L224 210.7 361.4 73.4c12.5-12.5 32.8-12.5 45.3 0s12.5 32.8 0 45.3z'/%3E%3C/svg%3E");
}
.smbLightOverlayWrapper.modern.smbPlus > .commentsModalWrapper.noComments > div.main > .noComments {
  display: block;
}
.smbLightOverlayWrapper.modern.smbPlus > .commentsModalWrapper.showAnonymWindow > div.anonymCommentWrapper {
  left: 0;
}
.smbLightOverlayWrapper.modern.smbPlus > .commentsModalWrapper.loading > p.loading {
  top: 50%;
}
.smbLightOverlayWrapper.modern.smbPlus > .commentsModalWrapper.loading > div.main > .top > span.sort {
  right: -100%;
}
.smbLightOverlayWrapper.modern.smbPlus > .commentsModalWrapper.loading > div.main > ul {
  opacity: 0;
}
.smbLightOverlayWrapper.modern.smbPlus > .commentsModalWrapper.loading > div.main > .newCommentWrapper {
  bottom: 100%;
}
.smbLightOverlayWrapper.modern.smbPlus.modalActive > .modalOverlay {
  top: 0;
}
.smbLightOverlayWrapper.modern.smbPlus.modalActive > .commentsModalWrapper {
  transform: translate3d(0, 0, 0);
}
.smbLightOverlayWrapper.modern.smbPlus.firstItem > .navigation.prev {
  opacity: 0;
}
.smbLightOverlayWrapper.modern.smbPlus.lastItem > .navigation.next {
  opacity: 0;
}
.smbLightOverlayWrapper.modern.smbPlus.videoActive > .contentWrapper, .smbLightOverlayWrapper.modern.smbPlus.audioActive > .contentWrapper {
  z-index: 2;
}
.smbLightOverlayWrapper.modern.smbPlus.desktopUserAgent > .mobileOverlay {
  box-shadow: 0 160px 110px -135px #000 inset, -115px 0 120px -100px #000 inset, 115px 0 120px -100px #000 inset, 0 -160px 110px -135px #000 inset;
}
.smbLightOverlayWrapper.modern.smbPlus.desktopUserAgent > .navigation {
  width: 46px;
  height: 72px;
  margin-top: -36px;
  opacity: 0.5;
  transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out;
}
.smbLightOverlayWrapper.modern.smbPlus.desktopUserAgent > .navigation > span {
  top: 9px;
}
.smbLightOverlayWrapper.modern.smbPlus.desktopUserAgent > .navigation > span::after {
  font-size: 45px;
}
.smbLightOverlayWrapper.modern.smbPlus.desktopUserAgent > .navigation:hover {
  opacity: 1;
}
.smbLightOverlayWrapper.modern.smbPlus.desktopUserAgent > .navigation:hover > span::after {
  color: #fff;
}
.smbLightOverlayWrapper.modern.smbPlus.desktopUserAgent.lastItem > .navigation.next {
  transform: translate3d(100%, 0, 0);
}
.smbLightOverlayWrapper.modern.smbPlus.desktopUserAgent.firstItem > .navigation.prev {
  transform: translate3d(-100%, 0, 0px);
}
.smbLightOverlayWrapper.modern.smbPlus.desktopUserAgent > .commentsModalWrapper {
  border-width: 0;
  border-radius: 0;
  width: 400px;
  transform: translate3d(0, 0, 0);
  transition: none;
  right: auto;
  left: 100%;
}
.smbLightOverlayWrapper.modern.smbPlus.desktopUserAgent > .commentsModalWrapper > div {
  border-radius: 0;
  padding: 20px 10px 0;
}
.smbLightOverlayWrapper.modern.smbPlus.desktopUserAgent > .commentsModalWrapper > div.main > .top > span.sort {
  left: 50%;
  margin: 0 0 0 -21px;
  position: absolute;
  right: auto;
}
.smbLightOverlayWrapper.modern.smbPlus.desktopUserAgent > .commentsModalWrapper > div.main > .newCommentWrapper {
  left: 10px;
  right: 10px;
}
.smbLightOverlayWrapper.modern.smbPlus.desktopUserAgent > .commentsModalWrapper > div.anonymCommentWrapper {
  border-top: 37px solid #ffffff;
  padding: 5px;
}
.smbLightOverlayWrapper.modern.smbPlus.desktopUserAgent > .commentsModalWrapper > span.closeComments {
  padding: 0;
  margin: 0;
  left: auto;
  right: 10px;
  background: transparent !important;
  width: auto;
  height: auto;
  top: 9px;
  padding: 3px 21px 3px 5px;
  border-radius: 0;
  font: 17px/1.3 Arial, sans-serif;
  color: #c4c4c4;
  transition: color ease-in-out 0.2s;
}
.smbLightOverlayWrapper.modern.smbPlus.desktopUserAgent > .commentsModalWrapper > span.closeComments::after {
  content: "";
  transition: all ease-in-out 0.2s;
  margin-top: 0;
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
  bottom: auto;
  width: auto;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  background-size: 16px;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3C!--!Font Awesome Free 6.5.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--%3E%3Cpath fill='%23c4c4c4' d='M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z'/%3E%3C/svg%3E");
}
.smbLightOverlayWrapper.modern.smbPlus.desktopUserAgent > .commentsModalWrapper > span.closeComments:hover {
  color: #9F9F9F;
}
.smbLightOverlayWrapper.modern.smbPlus.desktopUserAgent > .commentsModalWrapper > span.closeComments:hover::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3C!--!Font Awesome Free 6.5.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--%3E%3Cpath fill='%239F9F9F' d='M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z'/%3E%3C/svg%3E");
}
.smbLightOverlayWrapper.modern.smbPlus.desktopUserAgent.animateComments > .commentsModalWrapper {
  transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.smbLightOverlayWrapper.modern.smbPlus.desktopUserAgent.moveComments > .commentsModalWrapper {
  transform: translate3d(-100%, 0, 0);
}
.smbLightOverlayWrapper.modern.smbPlus.desktopUserAgent > .modalOverlay {
  display: none;
}
.smbLightOverlayWrapper.modern.smbPlus.desktopUserAgent > .close {
  height: 45px;
  width: 45px;
  opacity: 0.5;
}
.smbLightOverlayWrapper.modern.smbPlus.desktopUserAgent > .close > span {
  left: 10px;
  top: 5px;
}
.smbLightOverlayWrapper.modern.smbPlus.desktopUserAgent > .close > span::after {
  font-size: 29px;
}
.smbLightOverlayWrapper.modern.smbPlus.desktopUserAgent > .close:hover {
  opacity: 1;
}
.smbLightOverlayWrapper.modern.smbPlus.desktopUserAgent > .close:hover > span::after {
  color: #fa3222;
}
.smbLightOverlayWrapper.modern.smbPlus.desktopUserAgent > .actions {
  padding: 8px 10px;
  top: 0;
  bottom: auto;
  opacity: 0.5;
  left: 50%;
  right: auto;
}
.smbLightOverlayWrapper.modern.smbPlus.desktopUserAgent > .actions > span::after, .smbLightOverlayWrapper.modern.smbPlus.desktopUserAgent > .actions > span::before {
  font-size: 26px;
}
.smbLightOverlayWrapper.modern.smbPlus.desktopUserAgent > .actions:hover {
  opacity: 1;
}
.smbLightOverlayWrapper.modern.smbPlus.desktopUserAgent > .actions:hover > span {
  color: #fff;
}
.smbLightOverlayWrapper.modern.smbPlus.desktopUserAgent > .actions:hover > span::after, .smbLightOverlayWrapper.modern.smbPlus.desktopUserAgent > .actions:hover > span::before {
  color: #fff;
}
.smbLightOverlayWrapper.modern.smbPlus.desktopUserAgent > .actions.likeTrigger {
  margin: 0 0 0 50px;
}
.smbLightOverlayWrapper.modern.smbPlus.desktopUserAgent > .actions.commentsTrigger {
  margin: 0 0 0 -108px;
}
.smbLightOverlayWrapper.modern.smbPlus.desktopUserAgent > .actions.socialButtonsTrigger > span {
  position: relative;
  top: 2px;
}
.smbLightOverlayWrapper.modern.smbPlus.desktopUserAgent > .actions.socialButtonsTrigger > span::before {
  left: -1;
}
.smbLightOverlayWrapper.modern.smbPlus.desktopUserAgent .socialButtonsWrapper {
  bottom: auto;
  top: 55px;
}
.smbLightOverlayWrapper.modern.smbPlus.desktopUserAgent .socialButtonsWrapper::after {
  top: auto;
  bottom: 100%;
  border-color: transparent transparent rgba(0, 0, 0, 0.8);
  border-width: 0 20px 10px;
}
.smbLightOverlayWrapper.modern.smbPlus.desktopUserAgent > .itemTitle {
  bottom: 10px;
  font-size: 26px;
}
.smbLightOverlayWrapper.modern.smbPlus.fadeOutControls > .mobileOverlay {
  box-shadow: none;
}
.smbLightOverlayWrapper.modern.smbPlus.fadeOutControls > .navigation,
.smbLightOverlayWrapper.modern.smbPlus.fadeOutControls > .close,
.smbLightOverlayWrapper.modern.smbPlus.fadeOutControls > .actions,
.smbLightOverlayWrapper.modern.smbPlus.fadeOutControls > .socialButtonsWrapper,
.smbLightOverlayWrapper.modern.smbPlus.fadeOutControls > .itemTitle {
  opacity: 0;
}
.smbLightOverlayWrapper.modern.smbPlus.fadeOutControls > .itemTitle {
  bottom: -100px;
}
.smbLightOverlayWrapper.modern.smbPlus.hideControls > .navigation,
.smbLightOverlayWrapper.modern.smbPlus.hideControls > .close,
.smbLightOverlayWrapper.modern.smbPlus.hideControls > .actions,
.smbLightOverlayWrapper.modern.smbPlus.hideControls > .socialButtonsWrapper,
.smbLightOverlayWrapper.modern.smbPlus.hideControls > .itemTitle {
  display: none;
}
.smbLightOverlayWrapper.modern.initializing .mainWrapper .navigation,
.smbLightOverlayWrapper.modern.initializing .mainWrapper .close,
.smbLightOverlayWrapper.modern.initializing .mainWrapper .socialButtonsTrigger {
  display: none;
}
.smbLightOverlayWrapper.modern.initializing > .actions,
.smbLightOverlayWrapper.modern.initializing > .navigation,
.smbLightOverlayWrapper.modern.initializing > .itemTitle {
  opacity: 0 !important;
}
.smbLightOverlayWrapper.modern .mejs__container {
  max-width: 100%;
  margin: 15px;
}
