﻿
   :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; }
}

/* 
 * 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{
}
