﻿
   :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 v3.1.0 (http://getbootstrap.com)
 * Copyright 2011-2014 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
#userControls {
    height: 32px;
}
/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  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;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "proxima-nova",arial;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333333;
  background-color: #ffffff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #428bca;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #2a6496;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 200;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
cite {
  font-style: normal;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-muted {
  color: #999999;
}
.text-primary {
  color: #428bca;
}
a.text-primary:hover {
  color: #3071a9;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #428bca;
}
a.bg-primary:hover {
  background-color: #3071a9;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
.list-inline > li:first-child {
  padding-left: 0;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.428571429;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.428571429;
  color: #999999;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
blockquote:before,
blockquote:after {
  content: "";
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.428571429;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  white-space: nowrap;
  border-radius: 4px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #ffffff;
  background-color: #333333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.428571429;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
   width: 1440px;
margin: auto;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12, .col-xs-13, .col-sm-13, .col-md-13, .col-lg-13, .col-xs-14, .col-sm-14, .col-md-14, .col-lg-14, .col-xs-15, .col-sm-15, .col-md-15, .col-lg-15, .col-xs-16, .col-sm-16, .col-md-16, .col-lg-16 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-13, .col-xs-14, .col-xs-15, .col-xs-16 {
  float: left;
}
.col-xs-16 {
  width: 100%;
}
.col-xs-15 {
  width: 93.75%;
}
.col-xs-14 {
  width: 87.5%;
}
.col-xs-13 {
  width: 81.25%;
}
.col-xs-12 {
  width: 75%;
}
.col-xs-11 {
  width: 68.75%;
}
.col-xs-10 {
  width: 62.5%;
}
.col-xs-9 {
  width: 56.25%;
}
.col-xs-8 {
  width: 50%;
}
.col-xs-7 {
  width: 43.75%;
}
.col-xs-6 {
  width: 37.5%;
}
.col-xs-5 {
  width: 31.25%;
}
.col-xs-4 {
  width: 25%;
}
.col-xs-3 {
  width: 18.75%;
}
.col-xs-2 {
  width: 12.5%;
}
.col-xs-1 {
  width: 6.25%;
}
.col-xs-pull-16 {
  right: 100%;
}
.col-xs-pull-15 {
  right: 93.75%;
}
.col-xs-pull-14 {
  right: 87.5%;
}
.col-xs-pull-13 {
  right: 81.25%;
}
.col-xs-pull-12 {
  right: 75%;
}
.col-xs-pull-11 {
  right: 68.75%;
}
.col-xs-pull-10 {
  right: 62.5%;
}
.col-xs-pull-9 {
  right: 56.25%;
}
.col-xs-pull-8 {
  right: 50%;
}
.col-xs-pull-7 {
  right: 43.75%;
}
.col-xs-pull-6 {
  right: 37.5%;
}
.col-xs-pull-5 {
  right: 31.25%;
}
.col-xs-pull-4 {
  right: 25%;
}
.col-xs-pull-3 {
  right: 18.75%;
}
.col-xs-pull-2 {
  right: 12.5%;
}
.col-xs-pull-1 {
  right: 6.25%;
}
.col-xs-pull-0 {
  right: 0%;
}
.col-xs-push-16 {
  left: 100%;
}
.col-xs-push-15 {
  left: 93.75%;
}
.col-xs-push-14 {
  left: 87.5%;
}
.col-xs-push-13 {
  left: 81.25%;
}
.col-xs-push-12 {
  left: 75%;
}
.col-xs-push-11 {
  left: 68.75%;
}
.col-xs-push-10 {
  left: 62.5%;
}
.col-xs-push-9 {
  left: 56.25%;
}
.col-xs-push-8 {
  left: 50%;
}
.col-xs-push-7 {
  left: 43.75%;
}
.col-xs-push-6 {
  left: 37.5%;
}
.col-xs-push-5 {
  left: 31.25%;
}
.col-xs-push-4 {
  left: 25%;
}
.col-xs-push-3 {
  left: 18.75%;
}
.col-xs-push-2 {
  left: 12.5%;
}
.col-xs-push-1 {
  left: 6.25%;
}
.col-xs-push-0 {
  left: 0%;
}
.col-xs-offset-16 {
  margin-left: 100%;
}
.col-xs-offset-15 {
  margin-left: 93.75%;
}
.col-xs-offset-14 {
  margin-left: 87.5%;
}
.col-xs-offset-13 {
  margin-left: 81.25%;
}
.col-xs-offset-12 {
  margin-left: 75%;
}
.col-xs-offset-11 {
  margin-left: 68.75%;
}
.col-xs-offset-10 {
  margin-left: 62.5%;
}
.col-xs-offset-9 {
  margin-left: 56.25%;
}
.col-xs-offset-8 {
  margin-left: 50%;
}
.col-xs-offset-7 {
  margin-left: 43.75%;
}
.col-xs-offset-6 {
  margin-left: 37.5%;
}
.col-xs-offset-5 {
  margin-left: 31.25%;
}
.col-xs-offset-4 {
  margin-left: 25%;
}
.col-xs-offset-3 {
  margin-left: 18.75%;
}
.col-xs-offset-2 {
  margin-left: 12.5%;
}
.col-xs-offset-1 {
  margin-left: 6.25%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-13, .col-sm-14, .col-sm-15, .col-sm-16 {
    float: left;
  }
  .col-sm-16 {
    width: 100%;
  }
  .col-sm-15 {
    width: 93.75%;
  }
  .col-sm-14 {
    width: 87.5%;
  }
  .col-sm-13 {
    width: 81.25%;
  }
  .col-sm-12 {
    width: 75%;
  }
  .col-sm-11 {
    width: 68.75%;
  }
  .col-sm-10 {
    width: 62.5%;
  }
  .col-sm-9 {
    width: 56.25%;
  }
  .col-sm-8 {
    width: 50%;
  }
  .col-sm-7 {
    width: 43.75%;
  }
  .col-sm-6 {
    width: 37.5%;
  }
  .col-sm-5 {
    width: 31.25%;
  }
  .col-sm-4 {
    width: 25%;
  }
  .col-sm-3 {
    width: 18.75%;
  }
  .col-sm-2 {
    width: 12.5%;
  }
  .col-sm-1 {
    width: 6.25%;
  }
  .col-sm-pull-16 {
    right: 100%;
  }
  .col-sm-pull-15 {
    right: 93.75%;
  }
  .col-sm-pull-14 {
    right: 87.5%;
  }
  .col-sm-pull-13 {
    right: 81.25%;
  }
  .col-sm-pull-12 {
    right: 75%;
  }
  .col-sm-pull-11 {
    right: 68.75%;
  }
  .col-sm-pull-10 {
    right: 62.5%;
  }
  .col-sm-pull-9 {
    right: 56.25%;
  }
  .col-sm-pull-8 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 43.75%;
  }
  .col-sm-pull-6 {
    right: 37.5%;
  }
  .col-sm-pull-5 {
    right: 31.25%;
  }
  .col-sm-pull-4 {
    right: 25%;
  }
  .col-sm-pull-3 {
    right: 18.75%;
  }
  .col-sm-pull-2 {
    right: 12.5%;
  }
  .col-sm-pull-1 {
    right: 6.25%;
  }
  .col-sm-pull-0 {
    right: 0%;
  }
  .col-sm-push-16 {
    left: 100%;
  }
  .col-sm-push-15 {
    left: 93.75%;
  }
  .col-sm-push-14 {
    left: 87.5%;
  }
  .col-sm-push-13 {
    left: 81.25%;
  }
  .col-sm-push-12 {
    left: 75%;
  }
  .col-sm-push-11 {
    left: 68.75%;
  }
  .col-sm-push-10 {
    left: 62.5%;
  }
  .col-sm-push-9 {
    left: 56.25%;
  }
  .col-sm-push-8 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 43.75%;
  }
  .col-sm-push-6 {
    left: 37.5%;
  }
  .col-sm-push-5 {
    left: 31.25%;
  }
  .col-sm-push-4 {
    left: 25%;
  }
  .col-sm-push-3 {
    left: 18.75%;
  }
  .col-sm-push-2 {
    left: 12.5%;
  }
  .col-sm-push-1 {
    left: 6.25%;
  }
  .col-sm-push-0 {
    left: 0%;
  }
  .col-sm-offset-16 {
    margin-left: 100%;
  }
  .col-sm-offset-15 {
    margin-left: 93.75%;
  }
  .col-sm-offset-14 {
    margin-left: 87.5%;
  }
  .col-sm-offset-13 {
    margin-left: 81.25%;
  }
  .col-sm-offset-12 {
    margin-left: 75%;
  }
  .col-sm-offset-11 {
    margin-left: 68.75%;
  }
  .col-sm-offset-10 {
    margin-left: 62.5%;
  }
  .col-sm-offset-9 {
    margin-left: 56.25%;
  }
  .col-sm-offset-8 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 43.75%;
  }
  .col-sm-offset-6 {
    margin-left: 37.5%;
  }
  .col-sm-offset-5 {
    margin-left: 31.25%;
  }
  .col-sm-offset-4 {
    margin-left: 25%;
  }
  .col-sm-offset-3 {
    margin-left: 18.75%;
  }
  .col-sm-offset-2 {
    margin-left: 12.5%;
  }
  .col-sm-offset-1 {
    margin-left: 6.25%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md-13, .col-md-14, .col-md-15, .col-md-16 {
    float: left;
  }
  .col-md-16 {
    width: 100%;
  }
  .col-md-15 {
    width: 93.75%;
  }
  .col-md-14 {
    width: 87.5%;
  }
  .col-md-13 {
    width: 81.25%;
  }
  .col-md-12 {
    width: 75%;
  }
  .col-md-11 {
    width: 68.75%;
  }
  .col-md-10 {
    width: 62.5%;
  }
  .col-md-9 {
    width: 56.25%;
  }
  .col-md-8 {
    width: 50%;
  }
  .col-md-7 {
    width: 43.75%;
  }
  .col-md-6 {
    width: 37.5%;
  }
  .col-md-5 {
    width: 31.25%;
  }
  .col-md-4 {
    width: 25%;
  }
  .col-md-3 {
    width: 18.75%;
  }
  .col-md-2 {
    width: 12.5%;
  }
  .col-md-1 {
    width: 6.25%;
  }
  .col-md-pull-16 {
    right: 100%;
  }
  .col-md-pull-15 {
    right: 93.75%;
  }
  .col-md-pull-14 {
    right: 87.5%;
  }
  .col-md-pull-13 {
    right: 81.25%;
  }
  .col-md-pull-12 {
    right: 75%;
  }
  .col-md-pull-11 {
    right: 68.75%;
  }
  .col-md-pull-10 {
    right: 62.5%;
  }
  .col-md-pull-9 {
    right: 56.25%;
  }
  .col-md-pull-8 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 43.75%;
  }
  .col-md-pull-6 {
    right: 37.5%;
  }
  .col-md-pull-5 {
    right: 31.25%;
  }
  .col-md-pull-4 {
    right: 25%;
  }
  .col-md-pull-3 {
    right: 18.75%;
  }
  .col-md-pull-2 {
    right: 12.5%;
  }
  .col-md-pull-1 {
    right: 6.25%;
  }
  .col-md-pull-0 {
    right: 0%;
  }
  .col-md-push-16 {
    left: 100%;
  }
  .col-md-push-15 {
    left: 93.75%;
  }
  .col-md-push-14 {
    left: 87.5%;
  }
  .col-md-push-13 {
    left: 81.25%;
  }
  .col-md-push-12 {
    left: 75%;
  }
  .col-md-push-11 {
    left: 68.75%;
  }
  .col-md-push-10 {
    left: 62.5%;
  }
  .col-md-push-9 {
    left: 56.25%;
  }
  .col-md-push-8 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 43.75%;
  }
  .col-md-push-6 {
    left: 37.5%;
  }
  .col-md-push-5 {
    left: 31.25%;
  }
  .col-md-push-4 {
    left: 25%;
  }
  .col-md-push-3 {
    left: 18.75%;
  }
  .col-md-push-2 {
    left: 12.5%;
  }
  .col-md-push-1 {
    left: 6.25%;
  }
  .col-md-push-0 {
    left: 0%;
  }
  .col-md-offset-16 {
    margin-left: 100%;
  }
  .col-md-offset-15 {
    margin-left: 93.75%;
  }
  .col-md-offset-14 {
    margin-left: 87.5%;
  }
  .col-md-offset-13 {
    margin-left: 81.25%;
  }
  .col-md-offset-12 {
    margin-left: 75%;
  }
  .col-md-offset-11 {
    margin-left: 68.75%;
  }
  .col-md-offset-10 {
    margin-left: 62.5%;
  }
  .col-md-offset-9 {
    margin-left: 56.25%;
  }
  .col-md-offset-8 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 43.75%;
  }
  .col-md-offset-6 {
    margin-left: 37.5%;
  }
  .col-md-offset-5 {
    margin-left: 31.25%;
  }
  .col-md-offset-4 {
    margin-left: 25%;
  }
  .col-md-offset-3 {
    margin-left: 18.75%;
  }
  .col-md-offset-2 {
    margin-left: 12.5%;
  }
  .col-md-offset-1 {
    margin-left: 6.25%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-13, .col-lg-14, .col-lg-15, .col-lg-16 {
    float: left;
  }
  .col-lg-16 {
    width: 100%;
  }
  .col-lg-15 {
    width: 93.75%;
  }
  .col-lg-14 {
    width: 87.5%;
  }
  .col-lg-13 {
    width: 81.25%;
  }
  .col-lg-12 {
    width: 75%;
  }
  .col-lg-11 {
    width: 68.75%;
  }
  .col-lg-10 {
    width: 62.5%;
  }
  .col-lg-9 {
    width: 56.25%;
  }
  .col-lg-8 {
    width: 50%;
  }
  .col-lg-7 {
    width: 43.75%;
  }
  .col-lg-6 {
    width: 37.5%;
  }
  .col-lg-5 {
    width: 31.25%;
  }
  .col-lg-4 {
    width: 25%;
  }
  .col-lg-3 {
    width: 18.75%;
  }
  .col-lg-2 {
    width: 12.5%;
  }
  .col-lg-1 {
    width: 6.25%;
  }
  .col-lg-pull-16 {
    right: 100%;
  }
  .col-lg-pull-15 {
    right: 93.75%;
  }
  .col-lg-pull-14 {
    right: 87.5%;
  }
  .col-lg-pull-13 {
    right: 81.25%;
  }
  .col-lg-pull-12 {
    right: 75%;
  }
  .col-lg-pull-11 {
    right: 68.75%;
  }
  .col-lg-pull-10 {
    right: 62.5%;
  }
  .col-lg-pull-9 {
    right: 56.25%;
  }
  .col-lg-pull-8 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 43.75%;
  }
  .col-lg-pull-6 {
    right: 37.5%;
  }
  .col-lg-pull-5 {
    right: 31.25%;
  }
  .col-lg-pull-4 {
    right: 25%;
  }
  .col-lg-pull-3 {
    right: 18.75%;
  }
  .col-lg-pull-2 {
    right: 12.5%;
  }
  .col-lg-pull-1 {
    right: 6.25%;
  }
  .col-lg-pull-0 {
    right: 0%;
  }
  .col-lg-push-16 {
    left: 100%;
  }
  .col-lg-push-15 {
    left: 93.75%;
  }
  .col-lg-push-14 {
    left: 87.5%;
  }
  .col-lg-push-13 {
    left: 81.25%;
  }
  .col-lg-push-12 {
    left: 75%;
  }
  .col-lg-push-11 {
    left: 68.75%;
  }
  .col-lg-push-10 {
    left: 62.5%;
  }
  .col-lg-push-9 {
    left: 56.25%;
  }
  .col-lg-push-8 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 43.75%;
  }
  .col-lg-push-6 {
    left: 37.5%;
  }
  .col-lg-push-5 {
    left: 31.25%;
  }
  .col-lg-push-4 {
    left: 25%;
  }
  .col-lg-push-3 {
    left: 18.75%;
  }
  .col-lg-push-2 {
    left: 12.5%;
  }
  .col-lg-push-1 {
    left: 6.25%;
  }
  .col-lg-push-0 {
    left: 0%;
  }
  .col-lg-offset-16 {
    margin-left: 100%;
  }
  .col-lg-offset-15 {
    margin-left: 93.75%;
  }
  .col-lg-offset-14 {
    margin-left: 87.5%;
  }
  .col-lg-offset-13 {
    margin-left: 81.25%;
  }
  .col-lg-offset-12 {
    margin-left: 75%;
  }
  .col-lg-offset-11 {
    margin-left: 68.75%;
  }
  .col-lg-offset-10 {
    margin-left: 62.5%;
  }
  .col-lg-offset-9 {
    margin-left: 56.25%;
  }
  .col-lg-offset-8 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 43.75%;
  }
  .col-lg-offset-6 {
    margin-left: 37.5%;
  }
  .col-lg-offset-5 {
    margin-left: 31.25%;
  }
  .col-lg-offset-4 {
    margin-left: 25%;
  }
  .col-lg-offset-3 {
    margin-left: 18.75%;
  }
  .col-lg-offset-2 {
    margin-left: 12.5%;
  }
  .col-lg-offset-1 {
    margin-left: 6.25%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  max-width: 100%;
  background-color: transparent;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.428571429;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #dddddd;
}
.table .table {
  background-color: #ffffff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
@media (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: scroll;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  /* IE8-9 */
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 44px;
  padding: 10px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control:-moz-placeholder {
  color: #999999;
}
.form-control::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999999;
}
.form-control::-webkit-input-placeholder {
  color: #999999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}
textarea.form-control {
  height: auto;
}
input[type="date"] {
  line-height: 34px;
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  display: block;
  min-height: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
}
.radio label,
.checkbox label {
  display: inline;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
.radio[disabled],
.radio-inline[disabled],
.checkbox[disabled],
.checkbox-inline[disabled],
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] .radio,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.has-feedback .form-control-feedback {
  position: absolute;
  top: 25px;
  right: 0;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.form-control-static {
  margin-bottom: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    vertical-align: middle;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
.form-horizontal .form-control-static {
  padding-top: 7px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  top: 0;
  right: 15px;
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.btn:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus {
  color: #333333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #333333;
  background-color: #ebebeb;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default .badge {
  color: #ffffff;
  background-color: #333333;
}
.btn-primary {
  color: #ffffff;
  background-color: #428bca;
  border-color: #357ebd;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #3276b1;
  border-color: #285e8e;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #428bca;
  border-color: #357ebd;
}
.btn-primary .badge {
  color: #428bca;
  background-color: #ffffff;
}
.btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #47a447;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #ffffff;
}
.btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #39b3d7;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #ffffff;
}
.btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #ed9c28;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #ffffff;
}
.btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #d2322d;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #ffffff;
}
.btn-link {
  color: #428bca;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #2a6496;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #999999;
  text-decoration: none;
}
.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url("/Portals/_default/skins/gca/fonts/glyphicons-halflings-regular.eot");
  src: url("/Portals/_default/skins/gca/fonts/glyphicons-halflings-regular.eot?#iefix") format('embedded-opentype'), url("/Portals/_default/skins/gca/fonts/glyphicons-halflings-regular.woff") format('woff'), url("/Portals/_default/skins/gca/fonts/glyphicons-halflings-regular.ttf") format('truetype'), url("/Portals/_default/skins/gca/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "\2a";
}
.glyphicon-plus:before {
  content: "\2b";
}
.glyphicon-euro:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 6px;
  margin-bottom: 3px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 0;
  margin: 2px 0 0;
  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;
  -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.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {

    clear: both;
    color: #fff;
    display: block;
    font-weight: normal;
    line-height: 1.42857;
    padding: 10px 10px;
 text-transform: capitalize;
    white-space: nowrap;
    width: 100%;
	font-family: 'Istok Web', sans-serif;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #FFF;
  background-color: #6dba54;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #6dba54;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #999999;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.428571429;
  color: #999999;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus {
  outline: none;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
[data-toggle="buttons"] > .btn > input[type="radio"],
[data-toggle="buttons"] > .btn > input[type="checkbox"] {
  display: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  margin-left: -1px;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #999999;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #999999;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #428bca;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #dddddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.428571429;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #ffffff;
  background-color: #428bca;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 0px;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {

  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 20px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: none;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 13px;
  padding-bottom: 13px;
 
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
   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
  }
  .navbar-nav.navbar-right:last-child {
    margin-right: -15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
  }
}
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    vertical-align: middle;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar-form.navbar-right:last-child {
    margin-right: -15px;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
  .navbar-text.navbar-right:last-child {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777777;
}
.navbar-default .navbar-nav > li > a {
  color: #777777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #dddddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #dddddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555555;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777777;
}
.navbar-default .navbar-link:hover {
  color: #333333;
}
.navbar-inverse {
  background-color: #00752f;
  border-color: #080808;
  text-transform: uppercase;
font-family: 'Istok Web', sans-serif;
  font-size: 1.1em;
  
}
.navbar-inverse .navbar-brand {
  color: #999999;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #999999;
}
.navbar-inverse .navbar-nav > li > a {
  color: #fff;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: #6dba54;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #ffffff;
  
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
 ;
  clear:both;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #6dba54;
  color: #ffffff;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #fff;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffffff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ffffff;
   
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #999999;
}
.navbar-inverse .navbar-link:hover {
  color: #ffffff;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #cccccc;
}
.breadcrumb > .active {
  color: #999999;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.428571429;
  text-decoration: none;
  color: #428bca;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #2a6496;
  background-color: #eeeeee;
  border-color: #dddddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #428bca;
  border-color: #428bca;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #999999;
  background-color: #ffffff;
  border-color: #dddddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #999999;
  background-color: #ffffff;
  cursor: not-allowed;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
.label[href]:hover,
.label[href]:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #999999;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #808080;
}
.label-primary {
  background-color: #428bca;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #3071a9;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #ffffff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #999999;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #428bca;
  background-color: #ffffff;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.container .jumbotron {
  border-radius: 6px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.428571429;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #428bca;
}
.thumbnail .caption {
  padding: 9px;
  color: #333333;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable {
  padding-right: 35px;
}
.alert-dismissable .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #ffffff;
  text-align: center;
  background-color: #428bca;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress-striped .progress-bar {
  background-image: -webkit-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-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: 40px 40px;
}
.progress.active .progress-bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-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-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);
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-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-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);
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-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-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);
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-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-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);
}
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}
.media,
.media .media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media-object {
  display: block;
}
.media-heading {
  margin: 0 0 5px;
}
.media > .pull-left {
  margin-right: 10px;
}
.media > .pull-right {
  margin-left: 10px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}
.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
a.list-group-item {
  color: #555555;
}
a.list-group-item .list-group-item-heading {
  color: #333333;
}
a.list-group-item:hover,
a.list-group-item:focus {
  text-decoration: none;
  background-color: #f5f5f5;
}
a.list-group-item.active,
a.list-group-item.active:hover,
a.list-group-item.active:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #428bca;
  border-color: #428bca;
}
a.list-group-item.active .list-group-item-heading,
a.list-group-item.active:hover .list-group-item-heading,
a.list-group-item.active:focus .list-group-item-heading {
  color: inherit;
}
a.list-group-item.active .list-group-item-text,
a.list-group-item.active:hover .list-group-item-text,
a.list-group-item.active:focus .list-group-item-text {
  color: #e1edf7;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
a.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
a.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
a.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
a.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 20px;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group .list-group-item:first-child {
  border-top: 0;
}
.panel > .list-group .list-group-item:last-child {
  border-bottom: 0;
}
.panel > .list-group:first-child .list-group-item:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table {
  margin-bottom: 0;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive {
  border-top: 1px solid #dddddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th,
.panel > .table-bordered > tfoot > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:first-child > th,
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tfoot > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:first-child > td {
  border-top: 0;
}
.panel > .table-bordered > thead > tr:last-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:last-child > th,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-bordered > thead > tr:last-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #dddddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
  overflow: hidden;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse .panel-body {
  border-top: 1px solid #dddddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #dddddd;
}
.panel-default {
  border-color: #dddddd;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #dddddd;
}
.panel-default > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #dddddd;
}
.panel-default > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #dddddd;
}
.panel-primary {
  border-color: #428bca;
}
.panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #428bca;
  border-color: #428bca;
}
.panel-primary > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #428bca;
}
.panel-primary > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #428bca;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #ebccd1;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 6px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: auto;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: none;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.428571429px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.428571429;
}
.modal-body {
  position: relative;
  padding: 20px;
}
.modal-footer {
  margin-top: 15px;
  padding: 19px 20px 20px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover .arrow,
.popover .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover .arrow {
  border-width: 11px;
}
.popover .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #ffffff;
}
.popover.right .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #ffffff;
}
.popover.bottom .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #ffffff;
}
.popover.left .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #ffffff;
  bottom: -10px;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0%), color-stop(rgba(0, 0, 0, 0.0001) 100%));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0%), color-stop(rgba(0, 0, 0, 0.5) 100%));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
  outline: none;
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #ffffff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #ffffff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicons-chevron-left,
  .carousel-control .glyphicons-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
    font-size: 30px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
tr.visible-xs,
th.visible-xs,
td.visible-xs {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
.visible-sm,
tr.visible-sm,
th.visible-sm,
td.visible-sm {
  display: none !important;
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
.visible-md,
tr.visible-md,
th.visible-md,
td.visible-md {
  display: none !important;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
.visible-lg,
tr.visible-lg,
th.visible-lg,
td.visible-lg {
  display: none !important;
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs,
  tr.hidden-xs,
  th.hidden-xs,
  td.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm,
  tr.hidden-sm,
  th.hidden-sm,
  td.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md,
  tr.hidden-md,
  th.hidden-md,
  td.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg,
  tr.hidden-lg,
  th.hidden-lg,
  td.hidden-lg {
    display: none !important;
  }
}
.visible-print,
tr.visible-print,
th.visible-print,
td.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
@media print {
  .hidden-print,
  tr.hidden-print,
  th.hidden-print,
  td.hidden-print {
    display: none !important;
  }
}


/* ===================================================
GCA Responsive
http://www.golfcoursearchitecture.net
Author: Chris Jackson (chris.jackson@tudor-rose.co.uk
=================================================== */

@-ms-viewport { width: device-width; }

/*------------------------------------------------*/
/* LOGIN */
/*------------------------------------------------*/
/*#login {
    float: right;
}*/

.svg-logo {display:flex;align-items: center;}

.img-fluid {
  max-width: 100%;
  height: auto;
}


@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 {width: 300px;height: 56px;margin-bottom: 0px;}}
@media (min-width: 56.25rem) and (max-width: 79.9375rem){.menuLogo {width: 100%}.menuLogo svg {width: 300px;height: 56px;margin-bottom: 0px;}}
@media (min-width: 80rem){.menuLogo {width: 100%}.menuLogo svg {width: 390px;height: 73px;margin-bottom: 00px;}}

.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 {margin-left: 20px;
float: left;width:35%;margin-right:45px;}

.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:#999!important}

.socialicons {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/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/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: #2281c0!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!important; padding:0px!important;font-size: 3.5em!important;}
.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; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }
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;}
.navbar-nav {margin: 7.5px 0;}
#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;}

#footer {background: none repeat scroll 0 0 #007f25!important;color:#999999;padding: 25px 0 25px 0;text-align: left;}

#page {background-color: #007f25 !important;}

#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;}

.white-back{padding:10px 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%}


.hppopular .article-content { 
 padding: 15px;
    position: relative;
    width: 100%;}
.summary h1 { 
font-size:2.5em;
font-family: "myriad-pro-condensed";
letter-spacing: 0.5px;
font-weight: 400;text-transform: uppercase;
}
.summary h2 { 
font-size:1.8em;
font-family: "myriad-pro-condensed";
letter-spacing: 0.01px;
font-weight: 400;
margin-top:35px;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 {
 float: right;
    margin-right: 100px;
    width: 25%;margin-top: 30px
}
.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;}
.archive-summary{text-align:center}

	
	.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;
}

.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;}
.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/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 a {clear:none!important;float:left;padding:7px 0px 7px 0}


.ow-nav-icon-twitter {
background: url("/Portals/_default/skins/gca/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/images/sprites/social-buttons.png") repeat scroll -30px -30px #00aced;


}

.ow-nav-icon-linkedin {
background: url("/Portals/_default/skins/gca/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/images/sprites/social-buttons.png") repeat scroll -175px -30px #0077b5;
}

.ow-nav-icon-facebook {
background: url("/Portals/_default/skins/gca/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/images/sprites/social-buttons.png") repeat scroll 0px -30px #3b5997; 
}

.ow-nav-icon-rss {
background: url("/Portals/_default/skins/gca/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/images/sprites/social-buttons.png") repeat scroll -205px -30px #fe9900; 
}

.ow-nav-icon-pinterest {
background: url("/Portals/_default/skins/gca/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/images/sprites/social-buttons.png") repeat scroll -60px -90px #cb2027; 
}

.ow-nav-icon-google{
background: url("/Portals/_default/skins/gca/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/images/sprites/social-buttons.png") repeat scroll -90px -90px #000; 
}

 
 
.ow-nav-icon-share {
background: url("/Portals/_default/skins/gca/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/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/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-nav > ul > li:first-child {background: url("/Portals/_default/skins/gca/images/icons/on-generic-base.png") no-repeat scroll 8px -770px rgba(0, 0, 0, 0);text-indent: -999px;}
.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 4px 0px;font-size: 18px;line-height: 20px;float:none;display:block}
.navbar {border:0}
.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/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: "open-sans"!important;
    font-size: 16px;
    font-weight: 300;
    line-height: 170%;}


.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   {color:#fff!important;background-color: #00752f!important;border:none;margin-bottom: 0 !important;border-radius:0px;text-transform: uppercase;}
.btn a:link {color:#fff!important}
.btn a:visited {color:#fff!important}
.btn:hover  {color:#fff!important;background-color: #6dba54!important;border:none;text-decoration:none!important}
.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/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: 1px solid #CCCCCC;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/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: 1em;
    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%;}

}


/* Surface RT Portrait, iPad Portrait */
@media only screen and (min-width: 768px) {

#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-nav {
    margin: 0;
}
.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) {
.readnext .article-content { 
    padding: 15px;
    position: relative;
    width: 100%}

.summary p{

    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}
.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:20px;}

.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}
.navbar-collapse {clear:none}
.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;}
.archive-summary{text-align:center}

.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 {

    color: #000;
  
    font-size: 1.8em;
font-weight: 400;
    letter-spacing: 0.01em;

    text-transform: uppercase;
	margin:0px 0 15px 0;
}
.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) {

.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;}

.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;
}
.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) {
#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;}
.navbar-inverse .navbar-toggle {display: block;}
.navbar-collapse.collapse {display: none !important;}
.navbar-nav > li {float: none;}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {background-color: #fff;border: 1px solid #444;}      

#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-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";
}
