﻿/* - Start of /DesktopModules/EasyDNNRotator/Controls/CarouselRotator/static/common/base.css - */
.edr_carousel {
  margin: 0;
  border: 0;
  padding: 0;
  position: relative;
}
.edr_carousel .wrapper {
  position: absolute;
  margin: 0;
  border: 0;
  padding: 0;
  overflow: hidden;
}
.edr_carousel .wrapper .slider {
  position: relative;
  top: 0;
  left: 0;
  margin: 0;
  border: 0;
  padding: 0;
  overflow: hidden;
}
.edr_carousel .wrapper .slider ul {
  margin: 0;
  padding: 0;
  border: 0;
  overflow: hidden;
  float: left;
  display: block;
}
.edr_carousel .wrapper .slider ul li {
  float: left;
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
  border: 0;
  display: block;
  overflow: hidden;
}
.edr_carousel .navigation {
  position: absolute;
  margin: 0;
  border: 0;
  padding: 0;
  overflow: hidden;
  cursor: pointer;
  display: block;
}
.edr_carousel .pagination {
  position: absolute;
  margin: 0;
  border: 0;
  padding: 0;
  overflow: hidden;
  display: block;
}

/* - End of /DesktopModules/EasyDNNRotator/Controls/CarouselRotator/static/common/base.css - */
/* - Start of /Portals/_default/default.css - */
@charset "utf-8";
/* CSS Document */

/* ---------------------------------------------------------
	
	* Filename:				default.css
	* Description: 			sets typography, basic grids, 
							and standard formstyles
	* Version:				1.0.0 (2012-06-16)
	* Author:				Ryan Martinez
	
	== INDEX ===============================================
	
	$__generic classes		classes used globally, should be at bottom to prevent semantic inheritance
	
------------------------------------------------------------*/


/*-------------------------------------*/
/* RESET */
/*-------------------------------------*/

/* http://meyerweb.com/eric/tools/css/reset/
    v2.0 | 20110126
    License: none (public domain)
    */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption, article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after,
    q:before, q:after {
        content: '';
        content: none;
    }

html, button, input, select, textarea {
    font-family: sans-serif;
    color: #222;
}

/*
     * Remove text-shadow in selection highlight: h5bp.com/i
     * These selection declarations have to be separate
     * Also: hot pink! (or customize the background color to match your design)
     */

::-moz-selection {
    background: rgba(2,139,255,1); /* blue */
    color: #fff;
    text-shadow: none;
}

::selection {
    background: rgba(2,139,255,1); /* blue */
    color: #fff;
    text-shadow: none;
}

/* Improve readability of pre-formatted text in all browsers */
pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

body {
    color: #444;
    font-size: 12px;
    line-height: 18px;
    font-family: Arial, Helvetica, sans-serif;
    -webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
    -webkit-text-size-adjust: 100%;
}

/*-------------------------------------*/
/* HEADER STYLES */
/*-------------------------------------*/

h1, h2, h3, h4, h5, h6 {
    display: block;
    color: #333;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
}

    h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
        font-weight: inherit;
    }

h1 {
    font-size: 38px;
    line-height: 54px;
    letter-spacing: normal;
    margin-top: 8px;
    margin-bottom: 10px;
}

h2 {
    font-size: 32px;
    line-height: 36px;
    letter-spacing: normal;
    margin-top: 8px;
    margin-bottom: 10px;
}

h3 {
    font-size: 28px;
    line-height: 36px;
    letter-spacing: normal;
    margin-top: 8px;
    margin-bottom: 10px;
}

h4 {
    font-size: 22px;
    line-height: 36px;
    letter-spacing: normal;
}

h5 {
    font-size: 16px;
    line-height: 18px;
    letter-spacing: normal;
}

h6 {
    font-size: 14px;
    line-height: 18px;
    letter-spacing: normal;
}

/* Module titles */
.Head {
    display: inline-block;
    margin-bottom: 6px;
}

/* Some old forge modules use .Head, .SubHead, .SubSubHead in table td, We keep this to be compatible */
td.Head, td.SubHead, td.SubSubHead {
    display: table-cell;
    margin-bottom: 0;
}

input[type="image"] + span.Head, input[type="image"] + span.SubHead {
    display: inline;
}

/*-------------------------------------*/
/* PARAGRAPH STYLES */
/*-------------------------------------*/
p {
    margin: 0 0 18px 0;
}
    /* margin bottom is equal to line-height */
    p img {
        margin: 0;
    }

em, i {
    font-style: italic;
}

strong, b {
    font-weight: bold;
}

small {
    font-size: 80%;
}

/* Set text size in modules*/
.Normal,
.NormalDisabled,
.NormalDeleted {
    color: #444;
    font-size: 12px;
    font-weight: normal;
    line-height: 18px;
}

/* disabled text styles */
.NormalDisabled,
.NormalDeleted {
    color: #999;
}

/* text style used for help text rendered by modules */
.Help {
    padding: 2px;
    border: #000 1px solid;
    background-color: #ff9;
    font-weight: normal;
    font-size: 11px;
    color: #000;
}
/* text style used for rendered text which requires emphasis */
.NormalBold {
    font-weight: bold;
    color: #222;
}

/* text style used for error messages */
.NormalRed {
    font-weight: bold;
    color: red;
}

/* text style used for rendered text which should appear deleted */
.NormalDeleted {
    text-decoration: line-through;
}

/*	Blockquotes  */
blockquote, blockquote p {
    font-size: 17px;
    line-height: 24px;
    color: #777;
    font-style: italic;
}

blockquote {
    margin: 0 0 20px;
    padding: 9px 20px 0 19px;
    border-left: 1px solid #ddd;
}

    blockquote cite {
        display: block;
        font-size: 12px;
        color: #555;
    }

        blockquote cite:before {
            content: "\2014 \0020";
        }

        blockquote cite a, blockquote cite a:visited, blockquote cite a:visited {
            color: #555;
        }

hr {
    clear: both;
    margin: 17px 0 17px;
    height: 0;
    border: solid #ddd;
    border-width: 1px 0 0;
}

/*-------------------------------------*/
/* ANCHOR STYLES */
/*-------------------------------------*/
a, a:visited {
    color: rgb(2,139,255); /*blue*/
    text-decoration: underline;
    outline: 0;
}

    a:hover, a:focus, a:active {
        color: #222;
        outline: 0;
    }

p a, p a:visited {
    line-height: inherit;
}

/*-------------------------------------*/
/* IMAGE STYLES */
/*-------------------------------------*/
img.dnn-scale-img {
    max-width: 100%;
    height: auto;
}

img {
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: middle;
}

#dnn_dnnLOGO_imgLogo {
     border: 0;
}

/*-------------------------------------*/
/* lIST STYLES */
/*-------------------------------------*/
ul, ol {
    margin-bottom: 18px;
    margin-left: 18px;
}

ul {
    list-style: square outside;
}

ol {
    list-style: decimal;
}

    /* Nested Styles */
    ul ul, ul ol,
    ol ol, ol ul {
        margin-left: 18px;
        margin-bottom: 0;
    }

    ol ol {
        list-style: lower-roman;
    }

li p {
    line-height: 18px;
}

/*-------------------------------------*/
/* MESSAGE STYLES */
/*-------------------------------------*/
.dnnFormMessage {
    display: block;
    padding: 17px 18px;
    margin-bottom: 18px;
    border: 1px solid rgba(2,139,255,0.2); /* blue */
    background: rgba(2,139,255,0.15); /* blue */
    -webkit-border-radius: 3px;
    border-radius: 3px;
    max-width: 980px;
}

    .dnnFormMessage.dnnFormError,
    .dnnFormMessage.dnnFormValidationSummary {
        background-color: rgba(255,0,0,0.15); /* red */
        border-color: rgba(255,0,0,0.2); /* red */
    }

    .dnnFormMessage.dnnFormWarning {
        background-color: rgba(255,255,0,0.15); /* yellow */
        border-color: #CDB21F; /* yellow */
    }

    .dnnFormMessage.dnnFormSuccess {
        background-color: rgba(0,255,0,0.15); /* green */
        border-color: rgba(0,255,0,0.5); /* green */
    }

/*-------------------------------------*/
/* TABLE STYLES */
/*-------------------------------------*/
.dnnTableHeader {
    display: block;
    padding: 15px;
    background: none repeat scroll 0 0 #E3E3E5;
}
.dnnTableHeader a,
.dnnTableHeader input, 
.dnnTableHeader select{
    margin: 0;
}
.dnnTableDisplay {
    margin-bottom: 18px;
    border: 1px solid #d1d1d1;
    border-left: 0;
    border-bottom: 0;
}

    .dnnTableDisplay td, .dnnTableDisplay th {
        padding: 5px 9px;
        border-bottom: 1px solid #d1d1d1;
    }

    .dnnTableDisplay th {
        padding: 0;
        border-left: 1px solid #d1d1d1;
        -webkit-box-shadow: 1px 0px 0px 0px rgba(255, 255, 255, 0.9);
        box-shadow: 1px 0px 0px 0px rgba(255, 255, 255, 0.9);
    }

        .dnnTableDisplay th > span,
        .dnnTableDisplay th > a {
            display: block;
            padding: 5px 9px;
        }

    .dnnTableDisplay td:first-child {
        border-left: 1px solid #cfcfcf;
    }

    .dnnTableDisplay label {
        display: inline;
        padding-left: 5px;
    }

    .dnnTableDisplay caption {
        display: none;
    }

    /* thead styles */
    .dnnTableDisplay th {
        background: -moz-linear-gradient(top, #f5f5f5 0%, #dfdfdf 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5f5f5), color-stop(100%,#dfdfdf)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #f5f5f5 0%,#dfdfdf 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #f5f5f5 0%,#dfdfdf 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #f5f5f5 0%,#dfdfdf 100%); /* IE10+ */
        background: linear-gradient(top, #f5f5f5 0%,#dfdfdf 100%); /* W3C */
        text-align: left;
        text-shadow: 1px 1px 0px rgba(255,255,255,0.8);
        color: #333;
    }

        .dnnTableDisplay th a, .dnnTableDisplay th label {
            font-weight: normal;
            color: #333;
            text-decoration: none;
        }

        .dnnTableDisplay th a {
            padding: 8px 9px;
        }

            .dnnTableDisplay th a:hover {
                background: #fefefe; /* Old browsers */
                background: -moz-linear-gradient(top, #fefefe 0%, #e8e8e8 100%); /* FF3.6+ */
                background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fefefe), color-stop(100%,#e8e8e8)); /* Chrome,Safari4+ */
                background: -webkit-linear-gradient(top, #fefefe 0%,#e8e8e8 100%); /* Chrome10+,Safari5.1+ */
                background: -o-linear-gradient(top, #fefefe 0%,#e8e8e8 100%); /* Opera 11.10+ */
                background: -ms-linear-gradient(top, #fefefe 0%,#e8e8e8 100%); /* IE10+ */
                background: linear-gradient(top, #fefefe 0%,#e8e8e8 100%); /* W3C */
                color: #333;
            }

            .dnnTableDisplay th a:active {
                border-color: #999;
                background: #c6c6c6; /* Old browsers */
                background: -moz-linear-gradient(top, #c6c6c6 0%, #f3f3f3 100%); /* FF3.6+ */
                background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c6c6c6), color-stop(100%,#f3f3f3)); /* Chrome,Safari4+ */
                background: -webkit-linear-gradient(top, #c6c6c6 0%,#f3f3f3 100%); /* Chrome10+,Safari5.1+ */
                background: -o-linear-gradient(top, #c6c6c6 0%,#f3f3f3 100%); /* Opera 11.10+ */
                background: -ms-linear-gradient(top, #c6c6c6 0%,#f3f3f3 100%); /* IE10+ */
                background: linear-gradient(top, #c6c6c6 0%,#f3f3f3 100%); /* W3C */
                -webkit-box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, 0.3);
                box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, 0.3);
            }
    /* tbody styles */
    .dnnTableDisplay tr:nth-child(2n) td {
        background: rgba(0,0,0,0.04);
    }

    .dnnTableDisplay tr:hover td {
        background: rgba(2,139,255,0.15); /* blue */
    }

    /* tfooter styles */
    .dnnTableDisplay tfoot tr:hover td {
        background: none;
    }

/* table filter styles */
.dnnTableFilter {
    margin-bottom: 18px;
    background: rgba(0,0,0,0.04);
}

    .dnnTableFilter .dnnTableDisplay {
        margin-bottom: 0;
    }

.dnnFilterSet {
    padding: 18px;
}

    .dnnFilterSet label {
        display: inline-block;
    }

    .dnnFilterSet input,
    .dnnFilterSet select {
        display: inline-block;
        margin: 0 5px;
    }

/* table filter vertical styles */
.verticalFilter .dnnFilterSet {
    float: left;
    width: 20%;
    padding: 2% 18px;
}

.verticalFilter .dnnTableDisplay {
    float: right;
    width: 75%;
}

.verticalFilter input[type=search], .verticalFilter select, .verticalFilter input[type=text] {
    margin: 0;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box; /* Firefox */
    -webkit-box-sizing: border-box; /* Safari */
}

/*-------------------------------------*/
/* PAGINATION & RESULT STYLES */
/*-------------------------------------*/
.dnnResults {
    float: left;
    margin-bottom: 0;
}

.dnnPagination {
    float: right;
    margin: 0;
    padding: 0;
}

    .dnnPagination li {
        float: left;
        list-style: none;
    }

        .dnnPagination li a, .dnnPagination li span {
            display: inline-block;
            padding: 0 5px;
            text-decoration: none;
            color: #333;
        }

            .dnnPagination li a:hover {
                text-decoration: underline;
                color: #222;
            }

        .dnnPagination li span {
            color: #222;
            text-decoration: underline;
        }

/*-------------------------------------*/
/* FORM STYLES */
/*-------------------------------------*/

.dnnFormItem input[type="text"],
.dnnFormItem select,
.dnnFormItem textarea,
.dnnFormItem input[type="email"],
.dnnFormItem input[type="search"],
.dnnFormItem input[type="password"] {
    margin-bottom: 18px;
    padding: 8px;
    background: #ffffff;
    border: 1px solid #c9c9c9;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.8), inset 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.8), inset 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
    color: #333;
    font-size: 12px;
}

    .dnnFormItem input.aspNetDisabled,
    .dnnFormItem textarea.aspNetDisabled {
        background: #ebebeb;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        border-color: #a7a7a7;
        border-width: 1px;
    }

.aspNetDisabled, a.aspNetDisabled,
.dnnDisabled, a.dnnDisabled {
    color: #ccc;
    cursor: not-allowed;
    text-decoration: none;
}

/* Active and Focus States */
.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: #fff;
    border: 1px solid rgba(2,139,255,0.5); /* blue */
    -webkit-box-shadow: 0px 0px 3px 0px rgba(2, 139, 255, 0.4);
    box-shadow: 0px 0px 3px 0px rgba(2, 139, 255, 0.4);
    color: #333;
}
/* Required Fields */
.required label:after,
legend.required:after {
    display: inline-block;
    margin-top: -2px;
    margin-left: 9px;
    padding: 1px 9px;
    border: 1px solid rgba(0,0,0,0.1);
    border-radius: 3px;
    -webkit-border-radius: 3px;
    background: rgba(0,0,0,0.03);
    content: 'Required';
    font-weight: normal;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-style: italic;
    color: #777;
}

/* Error Styles */
.error label, legend.error {
    color: rgba(255,0,0,0.9); /* opaque red*/
}

.error input[type="text"],
.error select, .error textarea,
.error input[type="email"],
.error input[type="search"] {
    border: 1px solid rgba(255,0,0,0.6); /* opaque red*/
    color: rgba(255,0,0,0.7); /* opaque red*/
}

/*
	 * 1. Display hand cursor for clickable form elements
	 * 2. Allow styling of clickable form elements in iOS
	 * 3. Correct inner spacing displayed oddly in IE7 (doesn't effect IE6)
	 */

.dnnFormItem button, .dnnFormItem input[type="button"],
.dnnFormItem input[type="reset"],
.dnnFormItem input[type="submit"],
.dnnPrimaryAction,
.dnnSecondaryAction,
.dnnTertiaryAction,
ul.dnnAdminTabNav li a,
.dnnLogin .LoginTabGroup span {
    display: inline-block;
    padding: 9px 9px;
    margin-bottom: 9px;
    cursor: pointer;
    min-width: 75px;
    *overflow: visible;
    border: 1px solid #c2c2c2;
    background: #eaeaea;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #333;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
}

.dnnFormItem button, .dnnFormItem input[type="button"],
.dnnFormItem input[type="reset"],
.dnnFormItem input[type="submit"],
.dnnPrimaryAction,
.dnnSecondaryAction,
.dnnTertiaryAction {
    padding: 6px 6px;
}

/* Primary Action */

.dnnPrimaryAction, .dnnFormItem input[type="submit"], a.dnnPrimaryAction {
    border-color: #0D569E; /*dark blue*/
    background: #3792ED;
    background: -moz-linear-gradient(top, #358eea 0%, #2170cd 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#358eea), color-stop(100%,#2170cd)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #358eea 0%,#2170cd 100%); /* Chrome10+,Safari5.1+ */
    background: linear-gradient(top, #358eea 0%,#2170cd 100%); /* W3C */
    -webkit-box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.6), inset 0px 1px 0px 0px rgba(255, 255, 255, 0.4);
    box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.6), inset 0px 1px 0px 0px rgba(255, 255, 255, 0.4);
    color: #efefef;
    text-shadow: 0px -1px 0px #185B93;
}

    .dnnPrimaryAction:hover, .dnnFormItem input[type="submit"]:hover, a.dnnPrimaryAction:hover {
        border-color: #0D569E;
        background: #6cb6f3; /* Old browsers */
        background: -moz-linear-gradient(top, #6cb6f3 0%, #4387d2 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6cb6f3), color-stop(100%,#4387d2)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #6cb6f3 0%,#4387d2 100%); /* Chrome10+,Safari5.1+ */
        background: linear-gradient(top, #6cb6f3 0%,#4387d2 100%); /* W3C */
        color: #fff;
    }

    .dnnPrimaryAction:active, .dnnFormItem input[type="submit"]:active, a.dnnPrimaryAction:active {
        border-color: #0D569E;
        background: #1f66be; /* Old browsers */
        background: -moz-linear-gradient(top, #1f66be 0%, #3085e0 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1f66be), color-stop(100%,#3085e0)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #1f66be 0%,#3085e0 100%); /* Chrome10+,Safari5.1+ */
        background: linear-gradient(top, #1f66be 0%,#3085e0 100%); /* W3C */
        -webkit-box-shadow: inset 0px 1px 5px 0px rgba(0, 0, 0, 0.4);
        box-shadow: inset 0px 1px 5px 0px rgba(0, 0, 0, 0.4);
        color: #fff;
    }

    .dnnPrimaryAction[disabled], .dnnPrimaryAction[disabled]:hover, .dnnPrimaryAction[disabled]:active {
        background: #ccc !important;
        border: none !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        color: #aaa !important;
        text-shadow: none;
    }

/* Secondary Action */
.dnnFormItem button, .dnnFormItem input[type="button"],
.dnnFormItem input[type="reset"],
.dnnSecondaryAction,
a.dnnSecondaryAction,
ul.dnnAdminTabNav li a,
.dnnLogin .LoginTabGroup span {
    background: #f5f5f5; /* Old browsers */
    background: -moz-linear-gradient(top, #f5f5f5 0%, #dfdfdf 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5f5f5), color-stop(100%,#dfdfdf)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f5f5f5 0%,#dfdfdf 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f5f5f5 0%,#dfdfdf 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #f5f5f5 0%,#dfdfdf 100%); /* IE10+ */
    background: linear-gradient(top, #f5f5f5 0%,#dfdfdf 100%); /* W3C */
    -webkit-box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.4), inset 0px 1px 0px 0px rgba(255, 255, 255, 1);
    box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.4), inset 0px 1px 0px 0px rgba(255, 255, 255, 1);
    text-shadow: 0px 1px 0px #ffffff;
    color: #333;
}

    .dnnFormItem button:hover, .dnnFormItem input[type="button"]:hover,
    .dnnFormItem input[type="reset"]:hover,
    .dnnSecondaryAction:hover,
    a.dnnSecondaryAction:hover,
    ul.dnnAdminTabNav li a:hover,
    .dnnLogin .LoginTabGroup span:hover {
        background: #fefefe; /* Old browsers */
        background: -moz-linear-gradient(top, #fefefe 0%, #e8e8e8 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fefefe), color-stop(100%,#e8e8e8)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #fefefe 0%,#e8e8e8 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #fefefe 0%,#e8e8e8 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #fefefe 0%,#e8e8e8 100%); /* IE10+ */
        background: linear-gradient(top, #fefefe 0%,#e8e8e8 100%); /* W3C */
        color: #555;
    }

    .dnnFormItem button:active,
    .dnnFormItem input[type="button"]:active,
    .dnnFormItem input[type="reset"]:active,
    .dnnFormItem input[type="reset"]:active,
    .dnnSecondaryAction:active,
    a.dnnSecondaryAction:active,
    ul.dnnAdminTabNav li a:active {
        border-color: #999;
        background: #c6c6c6; /* Old browsers */
        background: -moz-linear-gradient(top, #c6c6c6 0%, #f3f3f3 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c6c6c6), color-stop(100%,#f3f3f3)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #c6c6c6 0%,#f3f3f3 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #c6c6c6 0%,#f3f3f3 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #c6c6c6 0%,#f3f3f3 100%); /* IE10+ */
        background: linear-gradient(top, #c6c6c6 0%,#f3f3f3 100%); /* W3C */
        -webkit-box-shadow: inset 0px 1px 5px 0px rgba(0, 0, 0, 0.4);
        box-shadow: inset 0px 1px 5px 0px rgba(0, 0, 0, 0.4);
    }

/* Fix some old forge modules use .dnnPrimaryAction and .dnnSecondaryAction in wrong way */
span.dnnPrimaryAction > input[type="image"],
span.dnnSecondaryAction > input[type="image"] {
    display: none;
}

span.dnnPrimaryAction > a.dnnPrimaryAction,
span.dnnSecondaryAction > a.dnnSecondaryAction {
    display: inline;
    background: transparent;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

/* Tertiary Action */
.dnnTertiaryAction, a.dnnTertiaryAction {
    padding: 10px 10px;
    border: none;
    background: #eaeaea;
    color: #333;
}

    .dnnTertiaryAction:hover, a.dnnTertiaryAction:hover {
        background: #f2f2f2;
    }

    .dnnTertiaryAction:active, a.dnnTertiaryAction:active {
        background: #d8d8d8;
    }

/* Action Button behind input */
.dnnFormItem input[type="text"] + a.dnnPrimaryAction,
.dnnFormItem input[type="text"] + a.dnnSecondaryAction,
.dnnFormItem input[type="text"] + a.dnnTerriaryAction { 
    margin-left: 5px;
}

.dnnFormItem input[type="checkbox"] + span,
.dnnFormItem input[type="radio"] + span {
    margin: 5px;
}

/* text style for buttons and link buttons used in the portal admin pages */

/* button style for standard HTML buttons */
.StandardButton {
    border: 1px solid blue;
}


/* Re-set default cursor for disabled elements */
.dnnFormItem button[disabled],
.dnnFormItem input[disabled] {
    cursor: default;
    opacity: 0.5;
}


/* Consistent box sizing and appearance */
.dnnFormItem input[type="checkbox"],
.dnnFormItem input[type="radio"] {
    *width: 13px;
    *height: 13px; /*why are we using hacks here*/
    padding: 0;
    box-sizing: border-box;
}

.dnnFormItem input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

    .dnnFormItem input[type="search"]::-webkit-search-decoration,
    .dnnFormItem input[type="search"]::-webkit-search-cancel-button {
        -webkit-appearance: none;
    }


/* Remove inner padding and border in FF3/4: h5bp.com/l */
.dnnFormItem button::-moz-focus-inner, .dnnFormItem input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/*
	 * 1. Remove default vertical scrollbar in IE6/7/8/9
	 * 2. Allow only vertical resizing
	 */

.dnnFormItem textarea {
    overflow: auto;
    vertical-align: top;
    resize: vertical;
}

    /* Colors for form validity */
    .dnnFormItem input:valid, .dnnFormItem textarea:valid {
    }

    .dnnFormItem input:invalid, .dnnFormItem textarea:invalid {
        background-color: #f0dddd;
    }

/*-------------------------------------*/
/* TAXONOMY */
/*-------------------------------------*/

/* Horizontal taxonomy styles */
.horizontal ul.categories,
.horizontal ul.tags {
    list-style: none;
}

.horizontal ul.categories {
}

.horizontal ul.tags {
}

    .horizontal ul.categories li, .horizontal ul.tags li {
    }

        .horizontal ul.tags li.add-tags {
        }

            .horizontal ul.tags li.add-tags img {
            }

/* Vertical taxonomy styles */
.vertical ul.categories,
.vertical ul.tags {
    list-style: none;
}

    .vertical ul.categories li,
    .vertical ul.tags li {
    }

    .vertical ul.categories li {
    }

    .vertical ul.tags li {
    }

        .vertical ul.tags li.add-tags {
        }

            .vertical ul.tags li.add-tags img {
            }

/*-------------------------------------*/
/* TABS : JQUERY UI TABS 1.8.14 */
/*-------------------------------------*/
/* Tabs */
ul.dnnAdminTabNav {
    display: inline-block;
    margin-top: 5px;
    margin-left: 0;
    width: 100%;
    height: 37px;
    border-bottom: 1px solid #c2c2c2;
}

    ul.dnnAdminTabNav li {
        float: left;
        margin-right: 4px;
        list-style: none;
    }

        ul.dnnAdminTabNav li a {
            /* most styles are inherited from typography.css */
            margin-bottom: 0;
            border-bottom: 0;
            box-shadow: none;
            webkit-box-shadow: none;
            -webkit-border-radius: 3px 3px 0px 0px;
            border-radius: 3px 3px 0px 0px;
        }

        ul.dnnAdminTabNav li.ui-tabs-active a {
            margin-top: -3px;
            padding: 12px 9px 10px 9px;
            background: #fff;
        }

/* Panels */
.ui-tabs .ui-tabs-panel {
    position: relative;
    display: block;
}

.ui-tabs .ui-tabs-hide {
    display: none;
}

/*-------------------------------------*/
/* LOGIN TAB GROUP */
/*-------------------------------------*/
.dnnLogin .LoginTabGroup {
    display: inline-block;
    width: 100%;
    height: 37px;
    margin-left: 0;
    margin-top: 5px;
    border-bottom: 1px solid #C2C2C2;
}

    .dnnLogin .LoginTabGroup span {
        margin-right: 4px;
        margin-bottom: 0;
        border-bottom: 0 none;
        border-radius: 3px 3px 0 0;
        box-shadow: none;
    }

        .dnnLogin .LoginTabGroup span.LoginTabSelected {
            margin-top: -3px;
            padding: 12px 9px 10px;
            background: none repeat scroll 0 0 #FFFFFF;
        }

/*-------------------------------------*/
/* TABS : JQUERY UI RESIZABLE 1.8.14 */
/*-------------------------------------*/
.dnnForm .ui-resizable {
    position: relative;
}

.dnnForm .ui-resizable-handle {
    position: absolute;
    display: block;
    z-index: 99999;
    font-size: 0.1px;
}

.dnnForm .ui-resizable-disabled .ui-resizable-handle,
.dnnForm .ui-resizable-autohide .ui-resizable-handle {
    display: none;
}

.dnnForm .ui-resizable-n {
    cursor: n-resize;
    height: 7px;
    width: 100%;
    top: -5px;
    left: 0;
}

.dnnForm .ui-resizable-s {
    cursor: s-resize;
    height: 7px;
    width: 100%;
    bottom: -5px;
    left: 0;
}

.dnnForm .ui-resizable-e {
    cursor: e-resize;
    width: 7px;
    right: -5px;
    top: 0;
    height: 100%;
}

.dnnForm .ui-resizable-w {
    cursor: w-resize;
    width: 7px;
    left: -5px;
    top: 0;
    height: 100%;
}

.dnnForm .ui-resizable-se {
    cursor: se-resize;
    width: 12px;
    height: 12px;
    right: 1px;
    bottom: 1px;
}

.dnnForm .ui-resizable-sw {
    cursor: sw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    bottom: -5px;
}

.dnnForm .ui-resizable-nw {
    cursor: nw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    top: -5px;
}

.dnnForm .ui-resizable-ne {
    cursor: ne-resize;
    width: 9px;
    height: 9px;
    right: -5px;
    top: -5px;
}
/*	

/*-------------------------------------*/
/* FORM ITEMS
/*-------------------------------------*/
.dnnForm {
    width: 100%;
}

    .dnnForm fieldset {
        clear: none;
        position: relative;
        margin-bottom: 18px;
        text-align: left;
    }

        .dnnForm fieldset fieldset {
            width: 100%;
        }

    .dnnForm .dnnFormItem {
        clear: both;
        width: 100%;
        display: block;
        position: relative;
        text-align: left;
    }

/* Label */
.dnnTooltip {
    position: relative;
    display: block;
    width: 32.075%;
    margin-right: 18px;
}

.dnnHelperTip {
    position: relative;
    display: block;
}

.dnnDragdropTip {
    z-index: 10000;
    position: absolute;
    width: auto !important;
    height: auto !important;
    padding: 10px;
    padding-left: 30px;
    border-radius: 3px;
    background: rgba(0, 0, 0, 0.75) url("/images/pin-icn.png") no-repeat 7px 12px;
    font-size: 11px;
    color: #DDD;
    text-align: left;
}

span.dnnFormRequired:after,
div.dnnFormItem.dnnFormRequired > div.dnnLabel span:after {
    content: "*";
    display: inline-block;
    margin: 0 0 0 5px;
    color: Red;
    font-size: 16px;
    line-height: 1em;
    font-weight: bold;
}

.dnnFormItem input[type="checkbox"] + span,
.dnnFormItem input[type="radio"] + span {
    display: inline-block;
    width: auto;
    margin: 6px 5px 6px 5px;
}

/* Help Label */
a.dnnFormHelp,
.dnnForm .dnnFormItem a.dnnFormHelp,
.dnnTooltip label a.dnnFormHelp {
    color: #333;
    text-decoration: none;
    font-weight: bold;
}

a.dnnFormHelp {
    display: inline-block;
    position: absolute;
    right: 0;
    top: 2px;
    width: 14px;
    height: 15px;
    background: url("/images/helpI-icn-grey.png") no-repeat left 2px;
    padding: 0 !important;
    margin: 0 !important;
}

.dnnLabel {
    display: inline-block;
    float: left;
    position: relative;
    width: 32.075%;
    padding-right: 20px;
    margin-right: 18px;
    overflow: visible;
    text-align: right;
}

.dnnFormItem > .dnnLabel {
    margin-top: 5px;
}

.dnnLabel > span {
    text-align: right;
}

.dnnForm .dnnFormItem a.dnnFormHelp span {
    position: relative;
}

.dnnForm .dnnFormItem a.dnnFormHelp img {
    display: block;
}

.dnnLabel + span {
    display: inline-block;
    margin-top: 6px;
    margin-bottom: 6px;
    white-space: pre-line;
}

/* Compatible with some old forge modules */
td > .dnnLabel {
    width: 220px;
}

/* Help tooltip */
.dnnTooltip .dnnFormHelpContent,
.dnnHelperTip .dnnFormHelpContent {
    visibility: hidden;
    z-index: 10;
    position: absolute;
    width: 200px;
    padding: 10px;
    padding-left: 30px;
    border-radius: 3px;
    background: rgba(0,0,0,0.75);
    font-size: 11px;
    color: #ddd;
    text-align: left;
}

.dnnFormHelpContent span {
    display: block;
}

.dnnTooltip .dnnFormHelpContent span:after,
.dnnHelperTip .dnnFormHelpContent span:after {
    position: absolute;
    content: "";
    left: 15px;
    bottom: -7px;
    width: 0;
    height: 0;
    opacity: 0.75;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #000;
}

a.pinHelp {
    display: block;
    position: absolute;
    left: 7px;
    top: 12px;
    width: 15px;
    height: 15px;
    opacity: 0.5;
    background: url("/images/pin-icn.png") no-repeat 0 0;
}

    .ui-draggable a.pinHelp,
    a.pinHelp:hover {
        opacity: 1;
    }

/* Error tooltip */
.dnnFormItem span.dnnFormMessage.dnnFormError {
    display: block;
    position: absolute;
    overflow: visible;
    /*top:-95%; right: 12%;*/
    bottom: 95%;
    right: 12%;
    width: 200px;
    margin-bottom: 0;
    padding: 10px;
    border: none;
    border-radius: 3px;
    background: rgba(255,0,0,0.75);
    font-size: 12px;
    color: #fff;
    text-align: left;
}

    .dnnFormItem span.dnnFormMessage.dnnFormError:after {
        position: absolute;
        bottom: -7px;
        left: 15px;
        content: "";
        width: 0;
        height: 0;
        opacity: 0.75;
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        border-top: 7px solid red;
    }

/* Input Types*/
.dnnFormItem input[type="text"],
.dnnFormItem input[type="password"],
.dnnFormItem input[type="email"],
.dnnFormItem input[type="tel"],
.dnnFormItem select,
.dnnFormItem textarea {
    width: 45%;
    max-width: 445px;
}

.dnnFormItem select {
    width: 47%;
}

    .dnnFormItem select option {
        color: #333;
    }

.dnnFormItem table {
    background: none;
}

/* Input Customised Checkbox*/

.dnnCheckbox {
    display: inline-block;
    cursor: pointer;
}

    .dnnCheckbox .mark {
        display: inline-block; /*margin-top: 3px;*/
    }

    .dnnCheckbox img {
        display: inline-block;
        width: 20px;
        height: 18px;
        min-width: 20px;
        vertical-align: middle;
    }

    .dnnCheckbox img {
        background: transparent url("/images/checkbox.png") no-repeat;
    }

    .dnnCheckbox img {
        background-position: 0px 0px;
    }

.dnnCheckbox-hover img {
    background-position: 0px 0px;
}

.dnnCheckbox-checked img {
    background-position: -51px 0px;
}

.dnnCheckbox-disabled img {
    opacity: .5;
}

.dnnCheckbox-checked-error img {
    background-position: -150px 0px;
}

.dnnCheckbox-error img {
    background-position: -100px 0px;
}
.dnnCheckbox-focus {
	background-color: #e3e3e5;
}
.dnnBoxLabel{ display: inline-block;}
/* normal checkbox fix */
.dnnFormItem input[type="checkbox"].normalCheckBox {
    display: inline-block;
    margin: 8px 0 4px 0;
}

/* Input Customised Radiobutton */

.dnnRadiobutton {
    display: inline-block;
    cursor: pointer;
}

    .dnnRadiobutton .mark {
        display: inline-block;
    }

    .dnnRadiobutton img {
        width: 20px;
        height: 18px;
        min-width: 20px;
        vertical-align: middle;
    }

    .dnnRadiobutton img {
        background: transparent url("/images/radiobutton.png") no-repeat;
    }

    .dnnRadiobutton img {
        background-position: 0px 0px;
    }

.dnnRadiobutton-hover img {
    background-position: 0px 0px;
}

.dnnRadiobutton-checked img {
    background-position: -50px 0px;
}

.dnnRadiobutton-disabled img {
    opacity: .5;
}

.dnnRadiobutton-checked-error img {
    background-position: -150px 0px;
}

.dnnRadiobutton-error img {
    background-position: -100px 0px;
}
.dnnRadiobutton-focus {
	background-color: #e3e3e5;
}
/* Input RadioButton group */
div.dnnFormRadioButtons,
div.dnnHSRadioButtons,
span.dnnFormRadioButtons,
span.dnnHSRadioButtons {
    display: inline-block;
    padding: 10px;
    margin-bottom: 5px;
    background-color: #f0f0f0;
}

table.dnnFormRadioButtons {
    background-color: #f0f0f0;
    margin-bottom: 5px;
}

.RadComboBox_Default .rcbInput {
    width: 100% !important;
}

/* general group*/
div.dnnFormGroup {
    display: inline-block;
    padding: 10px;
    margin-bottom: 5px;
    background-color: #f0f0f0;
    width: 65%;
}

/* Input Customised Spinner */
.dnnSpinner {
    display: inline-block;
    position: relative;
    width: 150px;
    padding: 6px 6px;
    *overflow: visible;
    border: 1px solid #c9c9c9;
    background: #fff;
    background: -moz-linear-gradient(top, #fff 0%, #f0f2f1 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff), color-stop(100%,#f0f2f1)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #fff 0%,#f0f2f1 100%); /* Chrome10+,Safari5.1+ */
    background: linear-gradient(top, #fff 0%,#f0f2f1 100%); /* W3C */
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #333;
    text-decoration: none;
    -webkit-box-shadow: 0px 1px 0px 0px #bbb;
    box-shadow: 0px 1px 0px 0px #bbb;
}

.dnnFormItem .dnnSpinner {
    width: 45%;
    margin-bottom: 18px;
}

.dnnSpinnerDisplay {
    margin: 0 25px 0 8px;
    background: transparent;
    color: #999;
}

.dnnFormItem .dnnSpinnerDisplay > input[type="text"],
.dnnFormItem .dnnSpinnerDisplay > input[type="text"]:focus {
    border: none;
    margin: 0;
    box-shadow: none;
    padding: 0;
    background: transparent;
}

.dnnSpinnerCtrl {
    position: absolute;
    top: 0;
    right: 0;
    width: 25px;
    background-color: transparent;
    border-left: 1px solid #c9c9c9;
}

    .dnnSpinnerCtrl > a.dnnSpinnerTopButton {
        display: block;
        width: 25px;
        height: 16px;
        background: transparent url("/images/dnnSpinnerUpArrow.png") no-repeat;
        background-position: center;
        cursor: pointer;
    }

    .dnnSpinnerCtrl > a.dnnSpinnerBotButton {
        display: block;
        width: 25px;
        height: 16px;
        background: transparent url("/images/dnnSpinnerDownArrow.png") no-repeat;
        background-position: center;
        cursor: pointer;
    }

/* Input Customised Tags */
div.dnnTagsInput {
    display: inline-block;
    margin: 0;
    padding: 5px 0 0 5px;
    border: 1px solid #c9c9c9;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: #FFF;
    -webkit-box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.8), inset 0 1px 2px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.8), inset 0 1px 2px 0 rgba(0, 0, 0, 0.3);
}

.dnnFormItem .dnnTagsInput {
    width: 45%;
}

div.dnnTagsInput span.tag {
    display: block;
    float: left;
    padding: 2px 6px 2px 6px;
    margin-right: 5px;
    margin-bottom: 5px;
    border: 1px solid #c9c9c9;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    font-size: 12px;
    text-decoration: none;
    color: #888;
    cursor: pointer;
    background-color: #eee;
}

    div.dnnTagsInput span.tag:hover {
        background-color: #e8f1fa;
        color: #444;
    }

    div.dnnTagsInput span.tag a {
        display: inline-block;
        width: 8px;
        height: 8px;
        margin: 6px 0 0 0;
        background: transparent url("/images/dnnTagClose.png") no-repeat;
        background-position: center;
    }

div.dnnTagsInput > div > input,
div.dnnTagsInput > div > input:focus {
    border: none;
    background: transparent;
    outline: none;
    font-weight: normal;
    font-family: helvetica;
    font-size: 12px;
    display: inline-block;
    vertical-align: top;
    height: 19px;
    padding: 3px 0 3px 3px;
    margin-bottom: 5px;
}

div.dnnTagsInput > div > input::-ms-clear {
  display: none;
}

div.dnnTagsInput div {
    display: block;
    float: left;
}

    div.dnnTagsInput div.dnnTags_filter {
        float: right;
        position: relative;
        margin: 0 0 5px 5px;
    }

        div.dnnTagsInput div.dnnTags_filter > .dnnTags_filter_label {
            display: inline-block;
            border-left: 1px solid #ccc;
            padding: 3px 15px 0 10px;
            margin-right: 3px;
            color: #999;
            cursor: pointer;
            background: url("/images/dnnSpinnerDownArrow.png") no-repeat;
            background-position: right center;
            height: 22px;
        }

            div.dnnTagsInput div.dnnTags_filter > .dnnTags_filter_label.dnnExpanded {
                color: #666;
                background: url("/images/dnnSpinnerUpArrow.png") no-repeat;
                background-position: right center;
            }

        div.dnnTagsInput div.dnnTags_filter > ul.dnnTags_filter_dropdownUl {
            display: none;
            position: absolute;
            list-style-type: none;
            background: #fff;
            border: 1px solid #c9c9c9;
            right: 22px;
            top: 28px;
            margin: 0;
            -webkit-border-radius: 3px;
            border-radius: 3px;
            -webkit-box-shadow: 0px 2px 0px 0px #bbb;
            box-shadow: 0px 2px 0px 0px #bbb;
            z-index: 15;
        }

.dnnTagsInput div.dnnTags_filter > ul.dnnTags_filter_dropdownUl > li {
    white-space: nowrap;
    padding: 6px 12px 6px 8px;
    border-top: 1px solid #c9c9c9;
    list-style: none;
    color: #666;
    min-width: 150px;
}

    .dnnTagsInput div.dnnTags_filter > ul.dnnTags_filter_dropdownUl > li:first-child {
        border-top: none;
    }

    .dnnTagsInput div.dnnTags_filter > ul.dnnTags_filter_dropdownUl > li:hover {
        background-color: #e8f1fa;
        color: #333;
    }

    .dnnTagsInput div.dnnTags_filter > ul.dnnTags_filter_dropdownUl > li > input {
        display: inline-block;
        vertical-align: top;
        margin-right: 10px;
        cursor: pointer;
    }

    .dnnTagsInput div.dnnTags_filter > ul.dnnTags_filter_dropdownUl > li > span.dnnCheckbox {
        margin-right: 8px;
    }

    .dnnTagsInput div.dnnTags_filter > ul.dnnTags_filter_dropdownUl > li > label {
        display: inline-block;
        vertical-align: top;
        cursor: pointer;
    }

div.dnnTagsInput div.dnnTags_filter a.dnnSearchButton {
    display: inline-block;
    width: 18px;
    height: 18px;
    background-image: url("/images/search/searchButton.png");
    background-repeat: no-repeat;
    background-position: center center;
    vertical-align: top;
    cursor: pointer;
    margin: 4px 5px 0 4px;
}

.dnnTagsClear {
    clear: both;
    width: 100%;
    height: 0px;
}

div.dnnTagsInput > div > input.dnnTagsInvalid {
    display: block;
    float: left;
    margin-right: 5px;
    border: none;
    outline: none;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    background: #FBD8DB; /*light red*/
    cursor: pointer;
    font-size: 12px;
    color: #90111A !important; /* dark red*/
    text-decoration: none; 
}

/* DNN Auto Complete */
.dnn_acResults {
    padding: 0px;
    border: 1px solid #c9c9c9;
    background-color: #fff;
    overflow: hidden;
    z-index: 900001;
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    -webkit-box-shadow: 0px 2px 0px 0px #bbb;
    box-shadow: 0px 2px 0px 0px #bbb;
    min-width: 150px;
}

    .dnn_acResults ul {
        margin: 0px;
        padding: 0px;
        list-style-position: outside;
        list-style: none;
    }

        .dnn_acResults ul li {
            margin: 0px;
            padding: 6px 22px 6px 22px;
            border-top: 1px solid #c9c9c9;
            color: #666;
            cursor: pointer;
            display: block;
            overflow: hidden;
            color: #333;
        }

            .dnn_acResults ul li:first-child {
                border-top: none;
            }

.dnn_acLoading {
}

.dnn_acSelect {
    background-color: #e8f1fa;
    color: #333;
}

/* Form Item */
.dnnFormMessage .dnnLabel {
    float: none;
    width: 90%;
    text-align: left;
}

/* Pane header */
.dnnFormSectionHead span {
    font-size: 18px;
    color: #222;
}

/* Progressbar*/
.dnnProgressbar {
    height: 25px !important;
    padding: 18px 10px 0 10px;
    border: 1px solid #c9c9c9;
    background: #fff;
    background: -moz-linear-gradient(top, #f0f2f1 0%, #fff 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f0f2f1), color-stop(100%,#fff)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f0f2f1 0%,#fff 100%); /* Chrome10+,Safari5.1+ */
    background: linear-gradient(top, #f0f2f1 0%,#fff 100%); /* W3C */
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: inset 0px 1px 3px 0px rgba(0,0,0,0.25), 0px 1px 0px 0px #fff;
    box-shadow: inset 0px 1px 3px 0px rgba(0,0,0,0.25), 0px 1px 0px 0px #fff;
}

.ui-progressbar {
    height: 10px !important;
    overflow: hidden;
    background-color: #ccc;
    -webkit-box-shadow: inset 0px 1px 0px 0px #bbb;
    box-shadow: inset 0px 1px 0px 0px #bbb;
    text-align: left;
}

    .ui-progressbar .ui-progressbar-value {
        margin: 0;
        height: 100%;
        background-color: #1a82f7;
        background: -moz-linear-gradient(left, #2b7fda 0%, #3fbdff 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, right top, color-stop(0%,#2b7fda), color-stop(100%,#3fbdff)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(left, #2b7fda 0%, #3fbdff 100%); /* Chrome10+,Safari5.1+ */
        background: linear-gradient(left, #2b7fda 0%, #3fbdff 100%); /* W3C */
    }

/* Button Dropdown */
.dnnDropdownSettings {
    position: relative;
    height: 30px !important;
}

.dnnButtonDropdown {
    width: 50px;
    height: 30px !important;
    background: #fff;
    background: -moz-linear-gradient(top, #fff 0%, #f0f2f1 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff), color-stop(100%,#f0f2f1)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #fff 0%,#f0f2f1 100%); /* Chrome10+,Safari5.1+ */
    background: linear-gradient(top, #fff 0%,#f0f2f1 100%); /* W3C */
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0px 1px 0px 0px #bbb;
    box-shadow: 0px 1px 0px 0px #bbb;
    border: 1px solid #c9c9c9;
    cursor: pointer;
}

.dnnButtonIcon, .dnnButtonArrow {
    display: inline-block;
    height: 30px !important;
}

.dnnButtonIcon {
    width: 32px;
}

.dnnButtonArrow {
    width: 10px;
    background: transparent url("/images/dnnSpinnerDownArrow.png") no-repeat center;
}

.dnnButtonDropdown-clicked {
    z-index: 100;
    position: absolute;
    width: 50px;
    height: 30px !important;
    background: #fff;
    border: 1px solid #c9c9c9;
    border-bottom: 1px solid #fff;
    -webkit-border-top-left-radius: 3px;
    border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    border-top-right-radius: 3px;
}

.dnnButtonDropdown-ul {
    display: none;
    position: absolute;
    z-index: 99;
    top: 29px;
    left: 0;
    width: 200px;
    margin-left: 0;
    background: #fff;
    border: 1px solid #c9c9c9;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0px 2px 0px 0px #bbb;
    box-shadow: 0px 2px 0px 0px #bbb;
    list-style-type: none;
}

    .dnnButtonDropdown-ul > li, .dnnButtonDropdown-ul > ul > li {
        padding: 8px;
        border-bottom: 1px solid #c9c9c9;
        color: #333;
        cursor: pointer;
        vertical-align: middle;
        list-style: none;
        margin: 0;
    }
	.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: #e8f1fa;
            color: #000;
        }

/* Button Group */
ul.dnnButtonGroup {
    display: inline-block;
    margin: 0;
    padding: 0;
    background: #fff;
    background: -moz-linear-gradient(top, #fff 0%, #f0f2f1 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff), color-stop(100%,#f0f2f1)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #fff 0%,#f0f2f1 100%); /* Chrome10+,Safari5.1+ */
    background: linear-gradient(top, #fff 0%,#f0f2f1 100%); /* W3C */
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0px 1px 0px 0px #bbb;
    box-shadow: 0px 1px 0px 0px #bbb;
    border: 1px solid #c9c9c9;
    cursor: pointer;
    list-style: none;
}

    ul.dnnButtonGroup > li {
        display: block;
        float: left;
        border-left: 1px solid #c9c9c9;
        margin: 0;
    }

        ul.dnnButtonGroup > li:hover {
            background-color: #e8f1fa;
        }

        ul.dnnButtonGroup > li.dnnButtonGroup-first {
            display: none;
        }

            ul.dnnButtonGroup > li.dnnButtonGroup-first + li {
                border-left: none;
            }

        ul.dnnButtonGroup > li > a {
            display: inline-block;
            padding: 7px 7px 6px 7px;
            text-decoration: none;
            color: #333;
        }

    ul.dnnButtonGroup span {
        color: #333;
    }


/* Grouped Multi Input */
.dnnFormItem .dnnInputGroup {
    float: left;
    display: block;
    width: 32.075%;
    padding: 5px;
    margin-bottom: 18px;
    background: rgba(0,0,0,0.05); /* opaque black */
}

    .dnnFormItem .dnnInputGroup .dnnLeft {
        width: 100%;
    }

    .dnnFormItem .dnnInputGroup span {
        display: inline-block;
        width: 33%;
        text-align: right;
    }

/* Error Styles */
.dnnFormError label a span {
    color: red;
}

.dnnFormError input[type="text"],
.dnnFormError input[type="password"],
.dnnFormError input[type="email"],
.dnnFormError input[type="tel"],
.dnnFormError select,
.dnnFormError textarea {
    border: 1px solid red;
}


/* Tertiary Actions */
.dnnFormItem input[type="text"] + .dnnTertiaryAction,
.dnnFormItem input[type="password"] + .dnnTertiaryAction,
.dnnFormItem input[type="email"] + .dnnTertiaryAction,
.dnnFormItem input[type="tel"] + .dnnTertiaryAction,
.dnnFormItem select + .dnnTertiaryAction {
    display: inline-block;
    max-width: 60px;
}

/* Information Feedback Aside */
.dnnForm fieldset.dnnFormInformation {
    float: left;
    width: 32.075%;
    margin-left: 16px;
    padding: 18px 0;
    background: rgba(0,0,0,0.05);
}

.dnnFormItem textarea {
    min-height: 80px;
}

.dnnAddress input[type="checkbox"] {
    margin: 0 5px;
}

/* Required Fields */
.dnnFormRadioButtons {
    float: left;
    display: block;
    width: auto;
}

    .dnnFormRadioButtons input[type=radio] {
        float: none;
    }

    .dnnFormRadioButtons label,
    .dnnFormItem input[type=radio] + label {
        float: none;
        display: inline;
        width: auto;
        padding-right: 0;
        margin: 0 10px 0 0;
        text-align: left;
        font-weight: normal;
    }

/* Text Editor */
.dnnTextEditor {
    margin-bottom: 18px;
}

/* Action Items */
.dnnActions {
    float: none;
    clear: both;
    display: block; /* prevent ul from collapsing */
    margin: 0;
    padding-top: 18px;
    text-align: left;
}

    .dnnActions li {
        float: left;
        margin-right: 5px;
        list-style: none;
    }

.dnnLoginActions {
    display: inline-block;
}

/* Short Form */
.dnnForm.dnnShortForm .dnnFormItem label {
    float: none;
    width: 100%;
    margin-bottom: 0.25em;
    text-align: left;
}

.dnnForm.dnnShortForm .dnnFormItem input,
.dnnForm.dnnShortForm .dnnFormItem select,
.dnnForm.dnnShortForm .dnnFormItem textarea {
    float: none;
    text-align: left;
}

.dnnForm.dnnShortForm .dnnFormItem a.dnnFormHelp {
    background-position: left;
    padding-left: 22px;
}

/* UI Helpers */
.dnnForm .ui-helper-hidden {
    display: none;
}

.dnnForm .ui-helper-hidden-accessible {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);
}

/* Interaction Cues */
.dnnForm .ui-state-highlight,
.dnnForm .ui-widget-content .ui-state-highlight,
.dnnForm .ui-widget-header .ui-state-highlight {
    border: 1px solid #fed22f;
    background: #ffe45c;
    color: #363636;
}

    .dnnForm .ui-state-highlight a,
    .dnnForm .ui-widget-content .ui-state-highlight a,
    .ui-widget-header .ui-state-highlight a {
        color: #363636;
    }

.dnnForm .ui-state-error,
.dnnForm .ui-widget-content .ui-state-error,
.dnnForm .ui-widget-header .ui-state-error {
    border: 1px solid #cd0a0a;
    background: #b81900;
    color: #ffffff;
}

    .dnnForm .ui-state-error a,
    .dnnForm .ui-widget-content .ui-state-error a,
    .dnnForm .ui-widget-header .ui-state-error a {
        color: #ffffff;
    }

.dnnForm .ui-state-error-text,
.dnnForm .ui-widget-content .ui-state-error-text,
.dnnForm .ui-widget-header .ui-state-error-text {
    color: #ffffff;
}

.dnnForm .ui-priority-primary,
.dnnForm .ui-widget-content .ui-priority-primary,
.dnnForm .ui-widget-header .ui-priority-primary {
    font-weight: bold;
}

.dnnForm .ui-priority-secondary,
.dnnForm .ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
    opacity: .7;
    filter: Alpha(Opacity=70);
    font-weight: normal;
}

.dnnForm .ui-state-disabled,
.dnnForm .ui-widget-content .ui-state-disabled,
.dnnForm .ui-widget-header .ui-state-disabled {
    opacity: .35;
    filter: Alpha(Opacity=35);
    background-image: none;
}

.dnnForm .ui-draggable {
    cursor: move;
}

/* Corner radius */
.dnnForm .ui-corner-all,
.dnnForm .ui-corner-top,
.dnnForm .ui-corner-left,
.dnnForm .ui-corner-tl {
    border-radius: 4px;
}

.dnnForm .ui-corner-all,
.dnnForm .ui-corner-top,
.dnnForm .ui-corner-right,
.dnnForm .ui-corner-tr {
    border-radius: 4px;
}
/*-------------------------------------*/
/* MODULE TITLE - TEMPORARY */
/*-------------------------------------*/

/* Need to determine what this is */
.ModuleTitle_MenuContainer {
    border: 1px solid blue;
}

.ModuleTitle_MenuBar {
}

.ModuleTitle_MenuItem {
}

.ModuleTitle_MenuIcon {
}

.ModuleTitle_SubMenu {
}

.ModuleTitle_MenuBreak {
}

.ModuleTitle_MenuItemSel {
}

.ModuleTitle_MenuArrow {
}

.ModuleTitle_RootMenuArrow {
}

/*-------------------------------------*/
/* MAIN MENU - TEMPORARY */
/*-------------------------------------*/

/* Need to determine what this is */
.MainMenu_MenuContainer {
    border: 1px solid green;
}

.MainMenu_MenuBar {
}

.MainMenu_MenuItem {
}

.MainMenu_MenuIcon {
}

.MainMenu_SubMenu {
}

.MainMenu_MenuBreak {
}

.MainMenu_MenuItemSel {
}

.MainMenu_MenuArrow {
}

.MainMenu_RootMenuArrow {
}

/*-------------------------------------*/
/* POPUP */
/*-------------------------------------*/

/* Popup Menu */
.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.65);
	z-index: 9999;
}

.dnnFormPopup {
    position: absolute;
    padding: 18px;
    background: #fff;
    -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.75);
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.75);
	z-index: 100000;
}
    /* Popup header */
    .dnnFormPopup .ui-dialog-titlebar {
        position: relative;
        padding: 0 0 18px 0;
        border-bottom: 1px solid #ddd;
        cursor: move;
        font-size: 18px;
        font-weight: bold;
    }

    .dnnFormPopup .dnnModalCtrl {
        display: block;
        position: absolute;
        top: -30px;
        right: -30px;
        width: 69px;
        height: 26px;
        border-radius: 10px;
        background-color: #fff;
        -webkit-border-radius: 10px;
        box-shadow: 0px 0px 5px #666;
    }

        .dnnFormPopup .dnnModalCtrl .ui-dialog-titlebar-close {
            float: right;
            display: block;
            height: 18px;
            width: 30px;
            margin: 4px 4px 0 1px;
            overflow: hidden;
            -webkit-border-top-right-radius: 8px;
            -webkit-border-bottom-right-radius: 8px;
	        border: none;
	        outline: none;
            border-top-right-radius: 8px;
            border-bottom-right-radius: 8px;
            background: #585858 url("/images/closeBtn.png") no-repeat;
            background-position: 8px 4px;
            text-indent: -9999em;
	        min-width: 0 !important;
        }

            .dnnFormPopup .dnnModalCtrl .ui-dialog-titlebar-close:hover {
                background: #358EEA url("/images/closeBtn.png") no-repeat;
                background-position: 8px 4px;
	            cursor: pointer;
            }

        .dnnFormPopup .dnnModalCtrl a.dnnToggleMax {
            float: left;
            display: block;
            height: 18px;
            width: 30px;
            margin: 4px 0 0 4px;
            overflow: hidden;
            -webkit-border-top-left-radius: 8px;
            -webkit-border-bottom-left-radius: 8px;
            border-top-left-radius: 8px;
            border-bottom-left-radius: 8px;
            background: #585858 url("/images/resizeBtn.png") no-repeat;
            background-position: 10px 2px;
            text-indent: -9999em;
        }

            .dnnFormPopup .dnnModalCtrl a.dnnToggleMax:hover {
                background: #358EEA url("/images/resizeBtn.png") no-repeat;
                background-position: 10px 2px;
            }

div.ui-dialog-titlebar > .ui-dialog-titlebar-close {
    display: block;
    position: absolute;
    top: -30px;
    right: -30px;
    height: 24px;
    width: 24px;
    margin: 0px;
    overflow: hidden;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    background: #585858 url("/images/closeBtn.png") no-repeat;
    background-position: 4px 4px;
    border: 3px solid #fff;
    text-indent: -9999em;
	min-width: 0 !important;
}

/* Poup Iframe styles*/
.dnnFormPopup #iPopUp {
    width: 100%!important; /* to overwrite inline javscript styles */
    padding-top: 10px;
}

.dnnFormPopup .ui-dialog-content, #iPopUp .ui-dialog-content {
    position: relative;
    border: 0;
    padding: 0px;
    overflow: auto;
    background: #fff;
    zoom: 1;
}

.dnnFormPopup .ui-dialog-buttonpane {
    margin: .5em 0 0 0;
    padding: .3em 1em 0em 0em;
    overflow: hidden;
    border-width: 1px 0 0 0;
    background-image: none;
    text-align: left;
    border-top: 1px solid #ddd;
}

    .dnnFormPopup .ui-dialog-buttonpane button {
        margin: 0.5em 0.4em 0.5em 0em;
        padding: 0.5em 1em;
        cursor: pointer;
        border: none;
        outline: none;
    }

.dnnFormPopup .ui-resizable-se {
    float: right;
    height: 24px;
    width: 24px;
    background: url("/images/modal-resize-icn.png") no-repeat bottom;
}

.dnnFormPopup .dnnDialog {
    padding: 10px;
}

.dnnLoading {
    background: #fff url("/images/loading.gif") no-repeat center center;
    position: absolute;
    z-index: 9999;
}

/*-------------------------------------*/
/* URL ACTION */
/*-------------------------------------*/
.urlControl label {
    width: auto;
    margin-top: 0;
    font-weight: normal;
}

.urlControlLinkType {
    width: auto;
}

    .urlControlLinkType span,
    .dnnFormItem .urlControlLinkType span {
        float: none;
        display: block;
        width: auto;
        text-align: left;
    }

.dnnFormItem .ucLinkTypeRadioButtons label {
    display: inline-block;
    width: 260px;
    padding-right: 0;
    margin-top: 0;
    font-weight: normal;
    text-align: left;
}

.urlControlLinkType span input {
    min-width: 3%;
}

.dnnForm.dnnModuleSettings .dnnFormItem .urlControlLinkType span label {
    text-align: left;
}

.urlControlFileRow {
    clear: both;
}

    .urlControlFileRow span.dnnFormLabel {
        width: auto;
        text-align: right;
    }

    .urlControlFileRow select, .urlControlFileRow input[type=file] {
        clear: both;
    }

.urlControlImagesRow {
    overflow: hidden;
    clear: both;
}

    .urlControlImagesRow span.dnnFormLabel {
        width: auto;
        text-align: right;
    }

    .urlControlImagesRow select {
        clear: both;
    }

/*-------------------------------------*/
/* WIZARD TABS STEPS
/*-------------------------------------*/

/* Jquery UI tabs base */
.dnnWizardTab.ui-tabs {
    position: relative;
    padding: 0;
}

    .dnnWizardTab.ui-tabs .ui-tabs-nav {
        display: block;
        height: 46px;
        margin: 0;
        padding: 0;
        background: transparent url("/images/InstallWizardBG.png") repeat-x;
    }

        .dnnWizardTab.ui-tabs .ui-tabs-nav li {
            float: left;
            position: relative;
            margin: 0;
            padding: 0;
            border-bottom: 0 !important;
            list-style: none;
            white-space: nowrap;
        }

            .dnnWizardTab.ui-tabs .ui-tabs-nav li.ui-tabs-active {
                margin-bottom: 0;
            }

                .dnnWizardTab.ui-tabs .ui-tabs-nav li.ui-tabs-active a,
                .ui-tabs .ui-tabs-nav li.ui-state-disabled a,
                .ui-tabs .ui-tabs-nav li.ui-state-processing a {
                    cursor: text;
                }

            .dnnWizardTab.ui-tabs .ui-tabs-nav li a,
            .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a {
                cursor: pointer;
            }

    .dnnWizardTab.ui-tabs .ui-tabs-panel {
        clear: both;
        display: block;
        padding: 3em 1em 1.4em;
        border-width: 0;
        background: none;
    }

    .dnnWizardTab.ui-tabs .ui-tabs-hide {
        display: none !important;
    }

    .dnnWizardTab.ui-tabs .ui-tabs-nav li a {
        display: block;
    }

.dnnWizardStep > span {
    display: block;
    float: left;
}

.dnnWizardStep {
    height: 46px;
    padding: 0 0 0 20px;
    background: transparent url("/images/InstallWizardBG.png") repeat-x;
    background-position: 0 0;
    cursor: pointer;
}

.ui-tabs .ui-tabs-nav li:first-child .dnnWizardStep {
    padding-left: 30px;
}

.dnnWizardStepNumber {
    margin: 10px 10px 0 0;
    padding: 3px 8px 3px 8px;
    background-color: #999;
    -webkit-border-radius: 18px;
    border-radius: 18px;
    color: #fff;
    font-weight: bold;
}

.dnnWizardStepTitle {
    margin: 13px 20px 0 0;
    color: #999;
    font-weight: bold;
    text-decoration: none;
}

.dnnWizardStepArrow {
    width: 25px;
    height: 46px;
    background: transparent url("/images/InstallWizardBG.png") no-repeat;
    background-position: 0 -401px;
}

.dnnWizardTab.ui-tabs .ui-tabs-nav li.ui-tabs-active .dnnWizardStep {
    height: 46px;
    background-position: 0 -100px;
}

.dnnWizardTab.ui-tabs .ui-tabs-nav li.ui-tabs-active .dnnWizardStepNumber {
    background-color: #333;
}

.dnnWizardTab.ui-tabs .ui-tabs-nav li.ui-tabs-active .dnnWizardStepTitle {
    color: #333;
}

.dnnFormExpandContent {
    margin: 10px 0;
}

    .dnnFormExpandContent > a {
        color: #333;
        font-size: 13px;
        font-weight: bold;
    }
/*-------------------------------------*/
/* DNN SIMPLE GRID
/*-------------------------------------*/

table.dnnPermissionsGrid,
table.dnnGrid,
table.dnnASPGrid {
    margin-bottom: 20px;
    border: 1px solid #c9c9c9;
}

    table.dnnPermissionsGrid {
        color: #777;
    }

    table.dnnPermissionsGrid tr.dnnGridHeader td {
        padding: 4px 4px 4px 4px;
        vertical-align: middle;
        line-height: 120%;
        text-align: center;    
    }

    table.dnnPermissionsGrid tr.dnnGridItem td,
    table.dnnPermissionsGrid tr.dnnGridAltItem td {
        padding: 5px 4px 5px 4px;
        border-top: 1px solid #c9c9c9;
        border-bottom: 1px solid #c9c9c9;
        width: 70px;
        text-align: center;
    }

    table.dnnPermissionsGrid tr.dnnGridItem td.permissionHeader,
    table.dnnPermissionsGrid tr.dnnGridAltItem td.permissionHeader {
        border-right: 1px solid #c9c9c9;
        text-align: left;
        padding-left: 10px;
        width: 150px;
    }

    table.dnnPermissionsGrid tr.dnnGridHeader td.permissionHeader {
        padding-left: 10px;
        text-align: left;
    }

    .dnnPermissionsGrid > .dnnFormItem label {
        margin-right: 8px;        
        color: #777;
    }

    .dnnPermissionsGrid > .dnnFormItem select {
        width: 25%;
        margin: 0 5px 5px 0;
        min-width: 180px;
        color: #777;
    }

    .dnnPermissionsGrid > .dnnFormItem input {        
        margin-bottom: 0;
        height: 17px;
        color: #777;
        width: 25%;
    }
    .dnnPermissionsGrid > .dnnFormItem ul.token-input-list-facebook {
        display: inline-block;
        vertical-align: top;
    }

    .dnnPermissionsGrid > .dnnFormItem > .leftGroup {
        margin-right: 35px;
        float:left;
    }

    .dnnPermissionsGrid > .dnnFormItem >  .rightGroup {
        float: left;
    }

    .dnnPermissionsGrid > .dnnFormItem >  .rightGroup  > .dnnSecondaryAction {
        position: absolute;
    }

    .dnnPermissionsGrid > .dnnFormItem {
        margin-bottom: 18px;
        overflow: auto;     
    }

.dnnGridHeader td, thead.dnnGridHeader th,  tr.dnnGridHeader th{
    padding: 6px 12px 6px 12px;
    border-bottom: 1px solid #c9c9c9;
    border-right: 1px solid #c9c9c9;
    background: #f0f2f1;
    background: -moz-linear-gradient(top, #fff 0%, #f0f2f1 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff), color-stop(100%,#f0f2f1)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #fff 0%,#f0f2f1 100%); /* Chrome10+,Safari5.1+ */
    background: linear-gradient(top, #fff 0%,#f0f2f1 100%); /* W3C */
}

.dnnGridItem td, .dnnGridAltItem td {
    padding: 6px;
    border-right: 1px solid #c9c9c9;
}

    .dnnGridItem td input, .dnnGridAltItem td input {
        margin-bottom: none;
    }

.dnnGridAltItem {
    background: #F2F2F2;
}

    .dnnGridItem:hover, .dnnGridAltItem:hover {
        background-color: #e8f1fa;
    }

/* td > input[type="image"],
    td > input[type="image"] + a,
    td a > img{
        display:block;
        float: left;
        margin-right: 3px;
    } */

/*-------------------------------------*/
/* URL Control
/*-------------------------------------*/

.urlControl {
    float: left;
    display: block;
    padding: 15px;
    margin-bottom: 10px;
    background-color: #f0f0f0;
}

    .urlControl select,
    .urlControl input {
        width: 180px;
        margin-bottom: 10px;
    }

    .urlControl dnnFormItem > a.dnnSecondaryAction {
        margin: 10px 10px 0 0;
        float: left;
    }

    .urlControl .urlControlLinkType {
        float: left;
        width: 100%;
    }

        .urlControl .urlControlLinkType .dnnFormLabel {
            float: left;
            width: auto;
            margin-right: 5px;
        }

        .urlControl .urlControlLinkType input[type="radio"] {
            width: auto;
            margin-right: 5px;
        }

/*-------------------------------------*/
/* File Picker
/*-------------------------------------*/
span[id$="FileControl"] {
    display: block;
    float: left;
}

.dnnFilePicker {
    display: block;
    float: left;
    background-color: #f0f0f0;
    margin-bottom: 10px;
    margin-right: 10px;
    padding: 0 15px 0 15px;
    width: 450px;
}

    .dnnFilePicker .dnnLeft {
        margin: 0;
        padding: 0;
        margin-top: -30px;
    }

    .dnnFilePicker dnnFormItem {
        margin: 0;
        margin-top: -10px;
        padding: 0;
        position: static;
    }

    .dnnFilePicker .dnnLeft img {
        max-width: 135px;
        max-height: 100px;
    }

    .dnnFilePicker .dnnLeft .dnnFilePickerImageHolder {
        width: 135px;
        height: 100px;
        background-color: #ccc;
        margin: 20px 15px;
    }

    .dnnFilePicker .dnnFormItem span {
        display: block;
        float: left;
        width: 40px;
        margin-top: 8px;
        padding-left: 5px;
        text-align: left;
    }

    .dnnFilePicker select,
    .dnnFilePicker input {
        width: 200px;
        margin: 0;
        margin-right: 10px;
        float: none;
    }

    .dnnFilePicker .dnnLeft a.dnnSecondaryAction {
        margin: 10px 10px 0 0;
        display: inline-block;
    }

    .dnnFilePicker .dnnLeft img {
        display: block;
        margin: 20px 15px;
    }

/* FILE UPLOAD CSS */
span.dnnInputFileWrapper > input[type="file"] { /* force file upload style here, cause some module just override */
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    direction: ltr;
    cursor: pointer;
    height: 100%;
	font-size: 200px;
}

span.dnnInputFileWrapper { /* Notes(by Richard): here must set !important */
    overflow: hidden !important;
    margin: 0px 4px 0 0;
    width: auto !important;
    display: block !important;
    float: left !important;
	position: relative;
}

    span.dnnInputFileWrapper > span.dnnSecondaryAction {
        display: inline-block;
        float: none;
        width: auto;
    }

/* DNN DRAG n DROP FILE PICKER UPLOAD */
.dnnFileUploadScope {
    display: block;
    float: left;
    background-color: #F0F0F0;
    margin-bottom: 10px;
    margin-right: 10px;
    padding: 0;
    width: 500px;
}

    .dnnFileUploadScope .dnnLeft {
        margin: 0;
        padding: 15px 10px 15px 10px;
    }

        .dnnFileUploadScope .dnnLeft .dnnFormItem {
            margin-bottom: 10px;
        }

    .dnnFileUploadScope .dnnFormItem span, .urlControlTab .dnnFormItem > span {
        display: block;
        float: left;
        width: 40px;
        margin-top: 8px;
        padding-left: 5px;
        text-align: left;
    }

    .dnnFileUploadScope .dnnFormItem .dnnDropDownList span {
        margin: 0;
        width: auto;
    }

    .dnnFileUploadScope .dnnFormItem .RadComboBox_Default,  .dnnFileUploadScope .dnnFormItem .dnnDropDownList{
        width: 180px;
        margin: 0;
        float: none;
    }

    .dnnFileUploadScope .dnnLeft .dnnFileUploadDropZone {
        position: relative;
        margin: 0;
        width: 180px;
        height: 150px;
        background: #d9eeff;
        border: 1px dashed #bbb;
        box-shadow: 0px 1px 0px #fff;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        color: #4577a2;
    }

        .dnnFileUploadScope .dnnLeft .dnnFileUploadDropZone span {
            display: block;
            position: absolute;
            left: 38px;
            top: 60px;
            color: #fff;
            font-size: 12px;
            background: rgba(0,0,0,0.5);
            padding: 5px 7px;
            border-radius: 3px;
            box-shadow: 0px 1px 0px #fff, inset 1px 1px 0px #555;
            opacity: 0.5;
            cursor: default;
            -webkit-transition: all 500ms ease-in-out;
            -moz-transition: all 500ms ease-in-out;
            -ms-transition: all 500ms ease-in-out;
            -o-transition: all 500ms ease-in-out;
            transition: all 500ms ease-in-out;
        }

        .dnnFileUploadScope .dnnLeft .dnnFileUploadDropZone:hover span {
            opacity: 1;
        }

input.dnnFixedSizeComboBox {
    width: 200px !important;
    margin-right: 10px;
    float: left;
}

div.dnnFixedSizeComboBox {
    width: 218px !important;
    margin-right: 15px;
    float: left;
}

.dnnFixedSizeComboBox + a.dnnSecondaryAction {
    float: left;
    margin-right: 10px;
}

input.dnnSmallSizeComboBox {
    width: 100px !important;
    margin-right: 10px;
    float: left;
}

div.dnnSmallSizeComboBox {
    width: 118px !important;
    margin-right: 15px;
    float: left;
}

.dnnSmallSizeComboBox + a.dnnSecondaryAction {
    float: left;
    margin-right: 10px;
}

td.dnnGridHeaderTD-NoBorder {
    border-right: none !important;
}

tr.dnnGridItem td, tr.dnnGridAltItem td {
    border-right: none;
}

    tr.dnnGridItem td input {
        margin-bottom: 0;
    }

/*-------------------------------------*/
/* ACCORDIAN
/*-------------------------------------*/
h2.dnnFormSectionHead {
    margin-top: 8px;
    margin-bottom: 18px;
    border-bottom: 1px solid #ddd;
    font-size: 32px;
    line-height: 36px;
    letter-spacing: -0.03em;
}

    h2.dnnFormSectionHead a {
        display: block;
        padding-left: 3px;
        background: url("/images/down-icn.png") no-repeat right 50%;
        text-decoration: none;
        color: #333;
        font-size: 18px;
        letter-spacing: normal;
        font-weight: normal;
    }

        h2.dnnFormSectionHead a:hover {
            color: #222;
            background: rgba(2,139,255,0.05) /* blue */ url("/images/down-icn.png") no-repeat right 50%;
        }

        h2.dnnFormSectionHead a.dnnSectionExpanded {
            background: url("/images/up-icn.png") no-repeat right 50%;
            color: #222;
        }

            h2.dnnFormSectionHead a.dnnSectionExpanded:hover {
                color: #222;
                background: rgba(2,139,255,0.05) /* blue */ url("/images/up-icn.png") no-repeat right 50%; /* ACTIVE BLUE */
            }

/*-------------------------------------*/
/* VERTICAL TABS */
/*-------------------------------------*/
.dnnVerticalTabs {
    margin-left: 0;
}

    .dnnVerticalTabs li {
        list-style: none;
    }

        .dnnVerticalTabs li a {
            display: block;
            padding: 15px 15px;
            border-bottom: 1px solid #ddd;
            border-right: 1px solid #ddd;
            background: rgba(0, 0, 0, 0.04);
            color: #999;
            text-decoration: none;
        }

            .dnnVerticalTabs li a:hover {
                background: rgba(0, 0, 0, 0.06);
                color: #333;
            }

        .dnnVerticalTabs li.active a {
            background: none;
            color: #333;
            border-right: 1px solid transparent;
        }

.tabBody {
    display: none;
}

/*-------------------------------------*/
/* SCROLL BAR */
/*-------------------------------------*/

.jspContainer {
    overflow: hidden;
    position: relative;
}

.jspPane {
    position: absolute;
}

.jspVerticalBar {
    position: absolute;
    top: 0;
    right: 0;
    width: 11px;
    height: 100%;
    background: #ccc;
}

.jspHorizontalBar {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 11px;
    background: #ccc;
}

    .jspVerticalBar *,
    .jspHorizontalBar * {
        margin: 0;
        padding: 0;
    }

.jspCap {
    display: none;
}

.jspHorizontalBar .jspCap {
    float: left;
}

.jspTrack {
    background: transparent;
    position: relative;
}

.jspVerticalBar .jspTrack {
    width: 10px;
    margin: 0 0 0 3px;
}

.jspHorizontalBar .jspTrack {
    height: 5px;
    margin: 3px 0 3px 0;
}

.jspVerticalBar .jspCap {
    display: block;
    height: 3px;
    width: 11px;
}

.jspHorizontalBar .jspCap {
    display: block;
    width: 3px;
    height: 11px;
}

.jspDrag {
    position: relative;
    top: 0;
    left: 0;
    border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    opacity: .75;
    background: #000;
    cursor: pointer;
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag {
    float: left;
    height: 5px;
}

/*-------------------------------------*/
/* UPGRADE FIXES */
/*-------------------------------------*/

/* Compatible with some old forge modules---*/
div.ModDNNAnnouncementsC table.ucLinkTypeRadioButtons label {
    display: inline !important;
}

div.ModDNNAnnouncementsC table.ucLinkTypeRadioButtons span.dnnRadiobutton {
    display: inline !important;
}

div.ModDNNAnnouncementsC .urlControl label, div.ModDNNLinksC .urlControl label {
    display: inline !important;
}

div.ModDNNFAQsC .Normal {
    width: auto !important;
}

div.ModDNNFeedbackC .dnnFormItem > label {
    display: inline-block;
    width: 33%;
    text-align: right;
}

div.ModDNNUserDefinedTableC div.RadEditor {
    height: auto !important;
}

div.ModDNNUserDefinedTableC ul.dnnActions {
    display: block;
}

div.ModDNNIFrameC .urlControl span.dnnRadiobutton {
    display: inline !important;
}

div.ModDNNIFrameC table.Normal td .dnnLabel {
    width: 100px;
}

div.ModDNNIFrameC table.Normal td span.dnnRadiobutton {
    margin: 5px 0 0 30px;
}

div.ModDNNLinksC .urlControl span.dnnRadiobutton {
    display: inline !important;
}

/*-------------------------------------*/
/* GENERIC CLASSES */
/*-------------------------------------*/
.left {
    float: left;
}

.right {
    float: right;
}

.dnnLeft {
    float: left;
}

.dnnRight {
    float: right;
}

.dnnClear {
    clear: both;
}

    .dnnClear:after {
        clear: both;
        content: ".";
        display: block;
        height: 0;
        visibility: hidden;
        font-size: 0;
    }

* + html .dnnClear {
    min-height: 1%;
}

/* used to set the different module align options - from module settings */
.DNNAlignleft {
    text-align: left;
}

.DNNAlignright {
    text-align: right;
}

.DNNAligncenter {
    text-align: center;
}

/* used to collapse panes without any content in them */
.DNNEmptyPane {
    width: 0px;
}

/* style to apply if the content should be hidden */
.Hidden {
    display: none;
}
.wordwrap { 
   white-space: pre-wrap;      /* CSS3 */   
   white-space: -moz-pre-wrap; /* Firefox */    
   white-space: -pre-wrap;     /* Opera <7 */   
   white-space: -o-pre-wrap;   /* Opera 7 */    
   word-wrap: break-word;      /* IE */
}
/*Edit In Place Tool Bar Classes*/
.eipbackimg {
	position:absolute;
	margin-top:-32px;
	white-space:nowrap;
	background:url("/images/eip_toolbar.png") repeat-x;
	height:32px;
	z-index: 1;
}
.eipbackimg.editMode {
	border: 1px solid #777777 !important;
	background: -moz-linear-gradient(top, #303030 0%, #191919 100%) !important; /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#303030), color-stop(100%,#191919)) !important; /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #303030 0%,#191919 100%) !important; /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #303030 0%,#191919 100%) !important; /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #303030 0%,#191919 100%) !important; /* IE10+ */
    background: linear-gradient(to bottom, #303030 0%,#191919 100%) !important; /* W3C */
	opacity: 0.8;
}
.eipbackimg.containerTitle {
	margin-top: -8px;
}
.eipbackimg.containerTitle.editMode {
	left: auto;
	right: 0px;
	margin-top: 2px;
	background: none !important;
	border: none !important;
}
.eipbuttonbackimg{
	width: 32px;
	height: 32px; 
	cursor: pointer;
	float:left;
	background: url("/images/eip_toolbar.png") no-repeat;
	
}
.eipbackimg.editMode .eipbuttonbackimg {
	border-left: 1px solid #1f1f1f;
	border-right: 1px solid #393939;
	opacity: 0.5;
}

.eipbackimg.editMode.containerTitle .eipbuttonbackimg {
	border: none;
	opacity: 1;
}

.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;}

.eipbackimg.containerTitle .eipbutton_cancel {
	background: url("/images/eip_title_cancel.png") no-repeat center center;
}

.eipbutton_edit {
	background: url("/images/eip_edit.png") no-repeat 100% center;
	float:left;
}

.eipbutton_save {
	background: url("/images/eip_save.png") no-repeat 100% center;
	float:left;
}
.eipbackimg.containerTitle .eipbutton_save {
	background-image: url("/images/eip_title_save.png");
}

.eipbackimg.editMode .eipborderhover {
	background-color: #333;
	opacity: 1;
}
.eipbackimg.editMode.containerTitle .eipborderhover {
	background-color: inherit;
}
div[id$=titleLabel_tb].visible ~ span{ margin-left: 32px;}

/*Critical Error Popup*/
div.errorWin p{ margin: 0 0 10px 0;}

input[type="button"].rspCollapseBarSpacer
{ min-width: 0; padding: 0 0; }


/*------------------------------------------------*/
/* DEFAULT PROFILE STYLE */
/*------------------------------------------------*/

.UserProfileControls ul li {
    list-style-type: none;
}

/*------------------------------------------------*/
/* PROFILE STYLE */
/*------------------------------------------------*/
.console.profile {
    /*width: 250px;*/
    width:100% !important; /* updated for responsive*/
    height: auto;
    background-color: #484848; /* Menu Background Color */
}

.console.profile .console-none div {
    cursor: pointer;
    cursor: hand;
    float: left;
    height: auto;
    /*width: 250px;*/
    width:100% !important; /* updated for responsive*/
    padding: 0px;
    margin: 0px;
    text-align: left;
}

.console.profile .console-none h3 {
    padding: 10px 8px 10px 40px;
    margin: 0;
    border-bottom: solid 1px #fff;
    background: url("/images/arrow-right-white.png") 18px center no-repeat;
    color: #eee;
    font-size: 13px;
    line-height: 1;
    font-weight: bold;
}

.console.profile .console-none div div {
    display: none;
}

.console.profile .console-mouseon {
    background-color: #70b1c7; /* Menu Hover Background Color */
}
/*-------------------------------------------------*/

/* Login/register/reset paswsword controls in mobile view */
body.mobileView.dnnFormPopup.dnnFormPopupMobileView{
	margin: 0;
	padding: 0;
	width: 100%;
	height: inherit !important;
}
body.mobileView.dnnFormPopup.dnnFormPopupMobileView .dnnFormMessage{
	margin: 0;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	padding: 10px 0 10px 0;
}
body.mobileView.dnnFormPopup.dnnFormPopupMobileView .dnnFormMessage.dnnFormValidationSummary{
	padding: 10px;
}
body.mobileView.dnnFormPopup.dnnFormPopupMobileView .LoginPanel,
body.mobileView.dnnFormPopup.dnnFormPopupMobileView .dnnSendPasswordContent,
body.mobileView.dnnFormPopup.dnnFormPopupMobileView .dnnRegistrationForm {
    width: 100%;
	padding: 18px 0 0 0;
    margin: 0;
    float: none;	
	min-width: inherit !important;	
}

body.mobileView.dnnFormPopup.dnnFormPopupMobileView .dnnForm{
	width: 100%;
	margin: 0;
	float: none;
	min-width: inherit !important;
}



body.mobileView.dnnFormPopup.dnnFormPopupMobileView .dnnForm .dnnFormItem > .dnnLabel {
    display: block;
    text-align: left;
    float: none;
    width: 100% !important;
    font-size: 14px;
    margin: 0 0 7px 0;
    vertical-align: top;
	padding: 0;
}

body.mobileView.dnnFormPopup.dnnFormPopupMobileView .dnnSocialRegistration{
	display: none;
}

body.mobileView.dnnFormPopup.dnnFormPopupMobileView .dnnCaptcha{
	width: 100%;
}

body.mobileView.dnnFormPopup.dnnFormPopupMobileView .dnnLeft img{
	display: block;
	margin: 0 0 5px 0;
}

body.mobileView.dnnFormPopup.dnnFormPopupMobileView .dnnForm .dnnFormItem > .dnnLabel a.dnnFormHelp{
	display: none !important;
	width: 0 !important;
	margin: 0 !important;
}

body.mobileView.dnnFormPopup.dnnFormPopupMobileView .dnnForm .dnnFormItem > .dnnLabel div.dnnTooltip{
	display: none !important;
	width: 0 !important;
	position: static !important;
	right: 0 !important;
	margin: 0 !important;
}

body.mobileView.dnnFormPopup.dnnFormPopupMobileView .dnnForm .dnnFormItem input[type="text"],
body.mobileView.dnnFormPopup.dnnFormPopupMobileView .dnnForm .dnnFormItem > input[type="password"]{
    display: block;
    box-sizing: border-box;
	-webkit-box-sizing:border-box;
    -moz-box-sizing: border-box;
    width: 100% !important;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    max-width: 100% !important;
	margin-bottom: 18px;
	min-width: 100% !important;	
}

body.mobileView.dnnFormPopup.dnnFormPopupMobileView .dnnForm .dnnFormItem > label#dnn_ctr_Login_Login_DNN_lblLogin{
	display: none !important;
	width: 0;
	margin: 0;
}

body.mobileView.dnnFormPopup.dnnFormPopupMobileView .dnnForm .dnnFormItem span.dnnFormMessage.dnnFormError{
	border-radius: 0;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	right: 0;
	width: auto;
	max-width: 100%;
	padding: 10px;
}

body.mobileView.dnnFormPopup.dnnFormPopupMobileView .dnnForm.dnnLoginService a.dnnPrimaryAction,
body.mobileView.dnnFormPopup.dnnFormPopupMobileView .dnnForm.dnnLoginService a.dnnSecondaryAction{
	width: 45%;
	padding: 18px 0 18px 0;
	display: block;
	float: left;
	margin: 0 5px 0 0;
}

body.mobileView.dnnFormPopup.dnnFormPopupMobileView .dnnForm .dnnLoginRememberMe{
	display: block;
	float: left;
	margin: 10px 0 0 5px;
}

body.mobileView.dnnFormPopup.dnnFormPopupMobileView .dnnForm .dnnLoginActions {
	display: block;
}

body.mobileView.dnnFormPopup.dnnFormPopupMobileView .dnnForm .dnnActions a.dnnSecondaryAction,
body.mobileView.dnnFormPopup.dnnFormPopupMobileView .dnnForm .dnnActions a.dnnPrimaryAction{
	width: 100%;
	padding: 18px 0 18px 0;
	display: block;
}

body.mobileView.dnnFormPopup.dnnFormPopupMobileView .dnnForm .dnnActions{
	padding: 0;
}
body.mobileView.dnnFormPopup.dnnFormPopupMobileView .dnnForm .dnnActions li{
	width: 45%;
}

/* password strength control in iPopup */
body.mobileView.dnnFormPopup.dnnFormPopupMobileView .dnnRegistrationForm .password-strength-container{
	width: 100%;
	margin: 0 0 12px 0;
	padding: 8px 0 8px 0;
	display: block;
	max-width: inherit !important;
}

body.mobileView.dnnFormPopup.dnnFormPopupMobileView .dnnRegistrationForm .dnnFormItem .password-strength-container input[type="password"]{
	display: block;
	margin: 0 8px 0 8px;
	width: calc(100% - 20px);
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    max-width: inherit !important;
}

body.mobileView.dnnFormPopup.dnnFormPopupMobileView .dnnRegistrationForm .dnnFormItem .password-strength-container span.min-length-text{
	display: block;	
	margin: 5px 0 5px 8px;
}

body.mobileView.dnnFormPopup.dnnFormPopupMobileView .dnnRegistrationForm .dnnFormItem .password-strength-container div.meter{
	float: none;	
	width: 90%;
	margin: 0 0 0 8px;
}
body.mobileView.dnnFormPopup.dnnFormPopupMobileView .dnnFormItem input.unmatched{
	background: none !important;
}

body.mobileView.dnnFormPopup.dnnFormPopupMobileView .dnnRegistrationForm .dnnFormItem .password-strength-tooltip, 
body.mobileView.dnnFormPopup.dnnFormPopupMobileView .dnnRegistrationForm .dnnFormItem .confirm-password-tooltip{
	display: none !important;
}

.mobileView .dnnFormPopup .ui-dialog-content, .mobileVie #iPopUp .ui-dialog-content {
    max-height: none !important; 
}

.mobileView .ui-widget-overlay {
    display: none;
}
.dnnFormPopup.dnnFormPopupMobileView {
    width: auto !important;
    left: 0 !important;
    right: 0 !important;
    top: 0 !important;
    box-shadow: none !important;
}
.dnnFormPopup.dnnFormPopupMobileView div.ui-dialog-titlebar > .ui-dialog-titlebar-close {
    display: none;
}

.dnnFormPopup.dnnFormPopupMobileView .ui-dialog-titlebar {
    border-bottom: none;
    cursor: inherit;
    font-size: 22px;
    color: #000;
    padding: 5px 0 0 0;
}

.dnnFormPopup.dnnFormPopupMobileView .dnnForm .dnnFormItem > .dnnLabel {
    display: block;
    text-align: left;
    float: none;
    width: auto !important;
    font-size: 14px;
    margin: 0 0 7px 0;
    vertical-align: top;
}

.dnnFormPopup.dnnFormPopupMobileView .dnnForm .dnnFormItem > input[type="text"] {
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100% !important;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    max-width: inherit !important;
}

.dnnFormPopup.dnnFormPopupMobileView .dnnForm .dnnFormItem > textarea,
.dnnFormPopup.dnnFormPopupMobileView .dnnForm .dnnFormItem > .redactor_box {
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100% !important;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    max-width: inherit !important;
}

.dnnFormPopup.dnnFormPopupMobileView .dnnForm .dnnFormItem > select {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100% !important;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    max-width: inherit !important;
}

.dnnFormPopup.dnnFormPopupMobileView .dnnForm .dnnFormItem > .dnnTagsInput {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100% !important;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-bottom: 18px;
    max-width: inherit !important;
}

.dnnFormPopup.dnnFormPopupMobileView .dnnForm .dnnFormItem > .dnnLabel > input[type="checkbox"].normalCheckBox {
    display: inline-block;
    margin: 0 5px 0 12px;
}

.dnnFormPopup.dnnFormPopupMobileView .dnnFormItem span.dnnFormMessage.dnnFormError {
    right: 0;
    width: auto;
    border-radius: 0;
    text-align: right;
    max-width: 100%;
}

.dnnFormPopup.dnnFormPopupMobileView a.dnnPrimaryAction,
.dnnFormPopup.dnnFormPopupMobileView .ui-dialog-buttonpane button.dnnPrimaryAction,
.dnnFormPopup.dnnFormPopupMobileView a.dnnSecondaryAction,
.dnnFormPopup.dnnFormPopupMobileView .ui-dialog-buttonpane button.dnnSecondaryAction {
    width: 49%;
    margin: 0;
    padding: 20px 0 20px 0;
    display: block;
}

.dnnFormPopup.dnnFormPopupMobileView a.dnnPrimaryAction,
.dnnFormPopup.dnnFormPopupMobileView .ui-dialog-buttonpane button.dnnPrimaryAction {
    float: left;
}

.dnnFormPopup.dnnFormPopupMobileView a.dnnSecondaryAction,
.dnnFormPopup.dnnFormPopupMobileView .ui-dialog-buttonpane button.dnnSecondaryAction {
    float: right;
}

.dnnFormPopup.dnnFormPopupMobileView .ui-dialog-buttonpane {
    border-top: none;
}

    .dnnFormPopup.dnnFormPopupMobileView .ui-dialog-buttonpane .ui-dialog-buttonset {
        float: none;
    }

.dnnFormPopup.dnnFormPopupMobileView .four-btn-panel a.dnnPrimaryAction,
.dnnFormPopup.dnnFormPopupMobileView .four-btn-panel a.dnnSecondaryAction {
    width: 24%;
    display: inline-block;
    margin-right: 1%;
    float: none;
}

.dnnFormPopup.dnnFormPopupMobileView .dnnFormMessage {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    margin: 25px 0 15px 0;
}

html.mobileView {
    overflow: auto !important;
}

.mobileView .dnnFormPopup .ui-dialog-content, 
.mobileView #iPopUp .ui-dialog-content {
    max-height: none !important; 
}


/* - End of /Portals/_default/default.css - */
/* - Start of /Resources/Search/SearchSkinObjectPreview.css - */
.searchInputContainer {
    display: inline-block !important;
    margin: 0 -3px 0 0 !important;
    position: relative !important;
}
    .searchInputContainer > input[type="text"]::-ms-clear {
        display: none;
    }

    .searchInputContainer a.dnnSearchBoxClearText {
        display: block !important;
        position: absolute !important;
        right: 10px !important;
        width: 16px !important;
        height: 16px !important;
        background: none !important;
        cursor: pointer;
        margin: 7px 0 7px 0;
        z-index: 20;
    }

        .searchInputContainer a.dnnSearchBoxClearText.dnnShow {
            background: url("/images/search/clearText.png") center center no-repeat !important;
        }

ul.searchSkinObjectPreview {
    position: absolute;
    top: 100%;
    right: 0;
    background: #fff;
    margin: 0;
    list-style: none;
    border: 1px solid #c9c9c9;
    width: 350px;
    z-index: 200;
    padding: 0;
}

ul.searchSkinObjectPreview li {
    list-style: none !important;
}

    ul.searchSkinObjectPreview > li {
        padding: 6px 12px 6px 22px;
        border-top: 1px solid #c9c9c9;
        color: #666;
        cursor: pointer;
        position: relative;
        margin: 0;
        text-transform: none;
    }

        ul.searchSkinObjectPreview > li:hover {
            background-color: #e8f1fa;
            color: #333;
        }

        ul.searchSkinObjectPreview > li > span {
        }

        ul.searchSkinObjectPreview > li > span img.userpic {
            width: 32px;
            height: 32px;
            display: block;
            float: left;
            margin-right: 4px;
        }

            ul.searchSkinObjectPreview > li > span > b {
                font-weight: bold;
                color: #000;
            }

        ul.searchSkinObjectPreview > li p {
            margin: 0;
            font-size: 10px;
            line-height: 1.2em;
            color: #999;
            font-style: italic;
            white-space: normal;
        }

            ul.searchSkinObjectPreview > li p b {
                color: #000;
            }

        ul.searchSkinObjectPreview > li.searchSkinObjectPreview_group {
            padding: 6px 12px 6px 12px;
            font-weight: bold;
            color: #000;
            border-bottom: 2px solid #000;
            cursor: inherit;
        }

            ul.searchSkinObjectPreview > li.searchSkinObjectPreview_group:hover {
                background-color: #fff;
                color: #000;
            }

        ul.searchSkinObjectPreview > li > a.searchSkinObjectPreview_more {
            display: inline !important;
            position: static !important;
            background: none !important;
            z-index: inherit !important;
            width: auto !important;
            height: auto !important;
            text-indent: inherit !important;
            float: none !important;
        }

/* - End of /Resources/Search/SearchSkinObjectPreview.css - */
/* - Start of /DesktopModules/GG_Jobs/module.css - */

@font-face {
    font-family: "museosans";
    src: url("/Portals/0/fonts/museosans-500-webfont.eot?#iefix") format("embedded-opentype"), url("/Portals/0/fonts/museosans-500-webfont.woff") format("woff"), url("/Portals/0/fonts/museosans-500-webfont.ttf") format("truetype"), url("/Portals/0/fonts/museosans-500-webfont.svg#museosans-500-webfont") format("svg");
}
.Even .searchBox, .searchBox:hover {
    background: #feffed none repeat scroll 0 0;
}
.searchBox, .Even .searchBox:hover {
    background: #fdffd7 none repeat scroll 0 0;
    border: 1px solid #484;
    margin: 0 0 20px;
    padding: 10px 2%;
    width: 100%;
}
.searchBox > table {
    width: 100%;
}
.searchHeading .block {
    color: #484;
    display: block;
    font-size: 15px;
    font-weight: bold;
    margin: 0 0 6px;
}
.searchHeading .block:hover {
    color: #559807;
}
.searchPlace > span {
    font-size: 12px;
}
a.morelink {
    color: #484;
}
table.PagerContainerTable {
    border-collapse: separate;
    border-spacing: 0;
    padding: 25px 0 0;
}
.PagerContainerTable {
    color: #999;
    font-family: Arial;
    font-size: 12px;
    font-weight: 400;
}
td.PagerInfoCell {
    padding: 0 10px 0 0;
}
.PagerContainerTable a {
    background: linear-gradient(#fafafa, #ebebeb) repeat scroll 0 0;
    border: 1px solid #cfcfcf;
    border-radius: 3px;
    color: #2c6dae;
    display: inline-block;
    margin: 0 10px 0 0;
    padding: 5px 8px;
}
.PagerCurrentPageCell span {
    background:  linear-gradient(#484, #3eb13d) repeat scroll 0 0;
    border: 1px solid #0d4010;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    margin: 0 10px 0 0;
    padding: 5px 8px;
}
.PagerCurrentPageCell span strong {
    font-weight: 400 !important;
}
.JObResultWrap {
    border-bottom: 1px dashed #848484;
    margin: 0 20px;
    padding: 15px 0;
    position: relative;
    transition: all 0.7s ease 0s;
    z-index: 0;
}
.JobLeftContent {
    float: left;
    width: 100%;
}
.JediCss_RightDottedLine p{
	float:left;
	padding-left:5px;
}
.JobRightContent {
    float: right;
    text-align: right;
    width: 29%;
}
a.jobtitle {
    color: #0e5f7f;
    display: inline-block;
    font-family: Arial !important;
    font-size: 14px;
    font-weight: 700 !important;
    line-height: 30px;
    padding: 0 0 5px;
    text-decoration: underline;
    text-shadow: 0 1px 1px #fff;
    text-transform: none;
}
.JobDesc {
    color: #484848;
    font-size: 14px;
    font-weight: normal;
    line-height: normal;
    padding: 0 0 10px;
}
a.JDMoreLink {
    color: #00a9cc;
    text-decoration: underline;
}
ul.FIndJobUL {
    margin: 0 0 0 -10px;
    padding: 0;
}
ul.FIndJobUL li {
    border-right: 1px solid #387195;
    float: left;
    padding: 0 10px;
}
ul.FIndJobUL li a {
    color: #484848;
    display: block;
    font-weight: 700;
    text-align: center;
}
.ColorGrey {
    color: #999;
}
.clear {
    clear: both;
}
.searchPlace {
    color: #484848;
    font-size: 14px;
}
.JObResultWrap .searchPlace > span {
    color: #484848;
    font-size: 14px;
    line-height: normal;
}
.feature-jobs-wrap > h2 {
    background: #0a6c16 none repeat scroll 0 0;
    color: #ffffff;
    font-family: museosans;
    font-size: 25px;
    margin: 0;
    padding: 3px 20px;
}
.feature-jobs-wrap {
    border: 2px solid #0a6c16;
    margin: 0 0 20px;
    padding: 0;
}
.JobDesc > a {
    color: #5fa71f;
}
h2.BlueHeadContainer {
    background: #0e5f7f none repeat scroll 0 0 !important;
    margin: 0 !important;
    padding: 5px 20px !important;
}
h2.BlueHeadContainer .title {
    color: #fff;
    font-family: arial;
    font-size: 30px;
    font-weight: bold;
}
.JobDetailsWrap {
    border: 3px solid #5fa71f;
}
.Blue_BotContainer {
    padding: 20px;
}
.Job_DescWrap h2, .Job_DescWrap strong {
    color: #0e5f7f !important;
    font-family: arial !important;
    font-size: 14px !important;
    font-weight: bold !important;
    line-height: normal !important;
    margin: 0 0 8px !important;
}
.Job_DescWrap {
    font-size: 14px !important;
    line-height: 23px;
}
.BorderBot {
    border-bottom: 1px dashed #cccccc;
    margin: 0 0 10px;
    padding: 10px 0 0;
}
.div-job-detail {
    border-bottom: 1px dashed #ccc;
    font-size: 14px;
    line-height: 20px;
    max-width: 400px;
    padding: 7px 0;
}
.div-job-detail strong {
    color: #0e5f7f;
}
.JD_JobDetails .div-job-detail:last-child {
    border-bottom: 0 none !important;
}
.back-link > a {
    background: url("/portals/0/gg-job-back-btn.png") no-repeat scroll left center;
    color: #5fa71f !important;
    display: inline-block;
    font-size: 14px;
    line-height: 16px;
    margin: 0 0 10px;
    padding: 15px 10px 15px 46px;
    text-decoration: underline !important;
}
.apply-now-btn > a {
    background: #0a6c16 none repeat scroll 0 0;
    border-radius: 7px;
    color: #fff;
    display: inline-block;
    font-size: 24px;
    font-weight: bold;
    line-height: normal;
    margin: 30px 0 0;
    padding: 15px 30px;
}

.apply-now-btn > a {
    background: #0a6c16 none repeat scroll 0 0;
    border-radius: 7px;
    color: #fff;
    display: inline-block;
    font-size: 24px;
    font-weight: bold;
    line-height: normal;
    margin: 30px 0 0;
    padding: 15px 30px;
}
.apply-now-btn > a:hover {
    color: #fff;
}
.apply-now-btn {
    float: left;
}
.Blue_BotContainer::after {
    clear: both;
    content: "";
    display: block;
}
.print-now-btn {
    float: left;
    margin: 43px 0 0 38px;
}
.print-now-btn > a {
    background: #186483 none repeat scroll 0 0;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    font-weight: normal;
    margin: 0 20px;
    padding: 6px 10px;
    text-transform: uppercase;
}
.print-now-btn > a:hover {
    color: #fff;
}
.updllstCustomJobs table {
    width: 100%!important;
}
/* - End of /DesktopModules/GG_Jobs/module.css - */
/* - Start of /Portals/0-System/Skins/NewsOne-StyleWizard/skin.css - */

body .site_wrapper > .main_menu_container > #dnn_main_menu > ul > li > ul > li.active > a{
    background:none !important;
}


body .site_wrapper > .main_menu_container > #dnn_main_menu > ul > li > ul > li.active > a, body .site_wrapper > .main_menu_container > #dnn_main_menu > ul > li > ul > li.active, body .site_wrapper > .main_menu_container > #dnn_main_menu > ul > li > ul > li.has_child.active > .submenu-expand{
    background:none !important;
}

.menu-btn {
    display: none;
}
@media (max-width: 768px) {
.menu-btn {
    display: block;
    float: left;
    margin: 9px 9px 9px 0;
}
body .site_wrapper > .bread_crumbs_and_social {
   
    width: 100%;
}
}

/* - End of /Portals/0-System/Skins/NewsOne-StyleWizard/skin.css - */
/* - Start of /DesktopModules/EasyDNNNews/Templates/_default/Vision/Vision.css - */
@charset "UTF-8";

@font-face {
  font-family: 'BenchNine';
  font-style: normal;
  font-weight: 300;
  src: url("http://fonts.gstatic.com/s/benchnine/v9/ahcev8612zF4jxrwMosT--thjGy4.ttf") format('truetype');
}
@font-face {
  font-family: 'BenchNine';
  font-style: normal;
  font-weight: 400;
  src: url("http://fonts.gstatic.com/s/benchnine/v9/ahcbv8612zF4jxrwMosbXslx.ttf") format('truetype');
}
@font-face {
  font-family: 'BenchNine';
  font-style: normal;
  font-weight: 700;
  src: url("http://fonts.gstatic.com/s/benchnine/v9/ahcev8612zF4jxrwMosT6-xhjGy4.ttf") format('truetype');
}
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 400;
  src: url("http://fonts.gstatic.com/s/robotoslab/v13/BngbUXZYTXPIvIBgJJSb6s3BzlRRfKOFbvjojISmYWRm.ttf") format('truetype');
}
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 700;
  src: url("http://fonts.gstatic.com/s/robotoslab/v13/BngbUXZYTXPIvIBgJJSb6s3BzlRRfKOFbvjoa4OmYWRm.ttf") format('truetype');
}


.eds_news_Vision .EDN_clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
.eds_news_Vision * {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.eds_news_Vision.eds_subCollection_news {
  font-size: 13px;
  font-family: "Roboto Slab", Arial, Helvetica, sans-serif;
  color: #3b3b3b;
  line-height: 1.5;
}
.eds_news_Vision.eds_subCollection_news div, .eds_news_Vision.eds_subCollection_news span, .eds_news_Vision.eds_subCollection_news p, .eds_news_Vision.eds_subCollection_news a, .eds_news_Vision.eds_subCollection_news small, .eds_news_Vision.eds_subCollection_news strong, .eds_news_Vision.eds_subCollection_news b, .eds_news_Vision.eds_subCollection_news u, .eds_news_Vision.eds_subCollection_news i, .eds_news_Vision.eds_subCollection_news dl, .eds_news_Vision.eds_subCollection_news dt, .eds_news_Vision.eds_subCollection_news dd, .eds_news_Vision.eds_subCollection_news li, .eds_news_Vision.eds_subCollection_news label, .eds_news_Vision.eds_subCollection_news th, .eds_news_Vision.eds_subCollection_news td {
  font-family: inherit;
  color: inherit;
  line-height: inherit;
  font-size: inherit;
}
.eds_news_Vision.eds_subCollection_news a {
  color: #78a145;
  text-decoration: none;
}
.eds_news_Vision.eds_subCollection_news a:hover {
  text-decoration: underline;
}
.eds_news_Vision.eds_subCollection_news a img {
  border: none !important;
}
.eds_news_Vision.eds_subCollection_news img {
  max-width: 100%;
  height: auto;
}
.eds_news_Vision.eds_subCollection_news h1, .eds_news_Vision.eds_subCollection_news h2, .eds_news_Vision.eds_subCollection_news h3 {
  letter-spacing: normal;
  margin: 0;
  padding: 0;
  line-height: 1.1;
}
.eds_news_Vision.eds_subCollection_news h3 {
  font-size: 22px;
  margin-bottom: 15px;
  color: #25282a;
  font-family: "BenchNine", sans-serif;
  font-weight: bold;
}
.eds_news_Vision.eds_subCollection_news blockquote, .eds_news_Vision.eds_subCollection_news q {
  font-size: 12px;
  padding: 10px 40px;
  position: relative;
  font-family: Arial;
  border: none;
  margin: 0;
  background: none transparent;
}
.eds_news_Vision.eds_subCollection_news blockquote:before, .eds_news_Vision.eds_subCollection_news q:before, .eds_news_Vision.eds_subCollection_news blockquote:after, .eds_news_Vision.eds_subCollection_news q:after {
  font-family: "BenchNine", sans-serif;
  font-size: 60px;
  color: ebebeb;
  font-style: italic;
  position: absolute;
  margin: 0;
  background: none transparent;
}
.eds_news_Vision.eds_subCollection_news blockquote:before, .eds_news_Vision.eds_subCollection_news q:before {
  content: '"';
  top: 27px;
  left: -5px;
}
.eds_news_Vision.eds_subCollection_news blockquote:after, .eds_news_Vision.eds_subCollection_news q:after {
  content: '"';
  bottom: 20px;
  right: 0px;
}
.eds_news_Vision.eds_subCollection_news blockquote, .eds_news_Vision.eds_subCollection_news blockquote p {
  color: #777777;
  font-size: 14px;
  font-style: italic;
  line-height: 18px;
  border: none;
  font-family: Arial;
  margin: 0;
  background: none transparent;
}
.eds_news_Vision.eds_subCollection_news ul, .eds_news_Vision.eds_subCollection_news ol {
  margin-bottom: 20px;
  margin-left: 0;
  padding-left: 15px;
}
.eds_news_Vision.eds_subCollection_news ul ul, .eds_news_Vision.eds_subCollection_news ul ol, .eds_news_Vision.eds_subCollection_news ol ul, .eds_news_Vision.eds_subCollection_news ol ol {
  margin-bottom: 0;
  margin-top: 5px;
}
.eds_news_Vision.eds_subCollection_news ul li, .eds_news_Vision.eds_subCollection_news ol li {
  padding-bottom: 2px;
}
.eds_news_Vision.eds_subCollection_news ul li {
  list-style-type: disc;
}
.eds_news_Vision.eds_subCollection_news ul li ul li {
  list-style-type: circle;
}
.eds_news_Vision.eds_subCollection_news ul li ul li ul li {
  list-style-type: square;
}
.eds_news_Vision.eds_subCollection_news:after {
  content: ".";
  clear: both;
  display: block;
  font-size: 0;
  line-height: 0;
}
.eds_news_Vision.eds_subCollection_news .gm-style img {
  max-width: none;
}
.eds_news_Vision.eds_subCollection_news .article_gallery {
  margin-top: 10px;
  margin-bottom: 20px;
}
.eds_news_Vision.eds_subCollection_tagCloud, .eds_news_Vision.eds_subCollection_calendar, .eds_news_Vision.eds_subCollection_categoryMenu,
.eds_news_Vision .EDN_module_box,
.eds_news_Vision .callendar_table_container,
.eds_news_Vision .archive_list,
.eds_news_Vision .edncf_AdvancedSearch {
  margin: 0 0 30px 0;
}
.eds_news_Vision.eds_subCollection_tagCloud > .edn_module_title, .eds_news_Vision.eds_subCollection_calendar > .edn_module_title, .eds_news_Vision.eds_subCollection_categoryMenu > .edn_module_title,
.eds_news_Vision .EDN_module_box > .edn_module_title,
.eds_news_Vision .callendar_table_container > .edn_module_title,
.eds_news_Vision .archive_list > .edn_module_title,
.eds_news_Vision .edncf_AdvancedSearch > .edn_module_title {
  padding: 0 0 5px;
  margin: 0 0 16px;
  border-bottom: solid 1px #20272d;
}
.eds_news_Vision.eds_subCollection_tagCloud > .edn_module_title span, .eds_news_Vision.eds_subCollection_calendar > .edn_module_title span, .eds_news_Vision.eds_subCollection_categoryMenu > .edn_module_title span,
.eds_news_Vision .EDN_module_box > .edn_module_title span,
.eds_news_Vision .callendar_table_container > .edn_module_title span,
.eds_news_Vision .archive_list > .edn_module_title span,
.eds_news_Vision .edncf_AdvancedSearch > .edn_module_title span {
  font-weight: normal;
  font-size: 28px;
  line-height: 31px;
  font-family: "BenchNine", sans-serif;
  letter-spacing: normal;
  color: #25282A;
}
.eds_news_Vision .EDN_module_box > .edn_module_title .rss,
.eds_news_Vision .archive_list.events > .edn_module_title .rss {
  float: right;
  margin-top: 10px;
  width: 16px;
  height: 20px;
  background: url("/DesktopModules/EasyDNNNews/Templates/_default/Vision/images/calendarEvents/moduleTitle/rssIcon/predefined/rss.png") 0 0;
  -webkit-transition: background 200ms ease-in-out;
  -moz-transition: background 200ms ease-in-out;
  -ms-transition: background 200ms ease-in-out;
  -o-transition: background 200ms ease-in-out;
  transition: background 200ms ease-in-out;
}
.eds_news_Vision .EDN_module_box > .edn_module_title .rss span,
.eds_news_Vision .archive_list.events > .edn_module_title .rss span {
  display: none;
}
.eds_news_Vision .EDN_module_box > .edn_module_title .rss:hover,
.eds_news_Vision .archive_list.events > .edn_module_title .rss:hover {
  background-position: 0 2px;
}
.eds_news_Vision .archive_list.events > .edn_module_title .export {
  float: right;
  width: 19px;
  height: 20px;
  background: url("/DesktopModules/EasyDNNNews/Templates/_default/Vision/images/calendarEvents/moduleTitle/exportIcon/predefined/export.png") 0 0;
  margin-top: 10px;
  margin-right: 10px;
  -webkit-transition: background 200ms ease-in-out;
  -moz-transition: background 200ms ease-in-out;
  -ms-transition: background 200ms ease-in-out;
  -o-transition: background 200ms ease-in-out;
  transition: background 200ms ease-in-out;
}
.eds_news_Vision .archive_list.events > .edn_module_title .export span {
  display: none;
}
.eds_news_Vision .archive_list.events > .edn_module_title .export:hover {
  background-position: 0 2px;
}

.eds_news_Vision.eds_subCollection_news .EDN_meta-details {
  background-color: #ebebeb;
  margin: 0 0 18px 0;
  padding: 0;
  float: left;
  width: 100%;
  border-radius: 3px;
}
.eds_news_Vision.eds_subCollection_news .EDN_meta-details li {
  float: left;
  list-style-type: none;
  padding: 0 8px;
  margin: 0 0 0 11px;
  color: #838383;
  background: url("/DesktopModules/EasyDNNNews/Templates/_default/Vision/images/articleMeta/iconSet/predefined/meta-icons.png") no-repeat 0 5px;
  line-height: 27px;
  height: 27px;
}
.eds_news_Vision.eds_subCollection_news .EDN_meta-details li.EDN_publish-date {
  background-color: #78a145;
  color: #fff;
  background-image: none !important;
  margin-left: 0;
  border-radius: 3px 0 0 3px;
}
.eds_news_Vision.eds_subCollection_news .EDN_meta-details li.EDN_author {
  padding-left: 24px;
}
.eds_news_Vision.eds_subCollection_news .EDN_meta-details li.EDN_number-views {
  background-position: 0 -17px;
  padding-left: 24px;
}
.eds_news_Vision.eds_subCollection_news .EDN_meta-details li.EDN_comments {
  padding-left: 24px;
  background-position: 0 -45px;
  float: right;
  margin-right: 0;
}
.eds_news_Vision.eds_subCollection_news .EDN_article {
  margin: 0 0 30px;
  overflow: hidden;
}
.eds_news_Vision.eds_subCollection_news .EDN_article .articleTitle {
  font-family: "BenchNine", sans-serif;
}
.eds_news_Vision.eds_subCollection_news .EDN_article h2 {
  margin-bottom: 4px;
}
.eds_news_Vision.eds_subCollection_news .EDN_article h2 a {
  font-size: 35px;
  line-height: 1.1;
  color: #25282a;
  font-weight: bold;
  text-decoration: none;
  -webkit-transition: color 200ms ease-in-out;
  -moz-transition: color 200ms ease-in-out;
  -ms-transition: color 200ms ease-in-out;
  -o-transition: color 200ms ease-in-out;
  transition: color 200ms ease-in-out;
}
.eds_news_Vision.eds_subCollection_news .EDN_article h2 a:hover {
  color: #6da329;
  text-decoration: none;
}
.eds_news_Vision.eds_subCollection_news .EDN_article h3.articleSubTitle {
  margin-bottom: 5px;
  font-size: 22px;
  color: #919191;
  font-weight: normal;
  line-height: 24px;
}
.eds_news_Vision.eds_subCollection_news .EDN_article .EDN_mediaContainer {
  position: relative;
  float: left;
  z-index: 1;
  padding-bottom: 15px;
  margin: 4px 15px 0 0;
  line-height: 0;
  max-width: 100%;
}
.eds_news_Vision.eds_subCollection_news .EDN_article .EDN_mediaContainer:before {
  position: absolute;
  bottom: 0;
  left: 0;
  background: url("/DesktopModules/EasyDNNNews/Templates/_default/Vision/images/common/image-shadow.png") no-repeat 0 0;
  height: 15px;
  width: 50%;
  content: "";
  z-index: -1;
}
.eds_news_Vision.eds_subCollection_news .EDN_article .EDN_mediaContainer:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  background: url("/DesktopModules/EasyDNNNews/Templates/_default/Vision/images/common/image-shadow.png") no-repeat right 0;
  height: 15px;
  width: 50%;
  content: "";
  z-index: -1;
}
.eds_news_Vision.eds_subCollection_news .EDN_article .EDN_mediaContainer a {
  line-height: 0;
}
.eds_news_Vision.eds_subCollection_news .EDN_article .EDN_mediaContainer a img {
  max-width: 100%;
  height: auto;
}
.eds_news_Vision.eds_subCollection_news .EDN_article .EDN_mediaContainer .EDN_publish-date {
  position: absolute;
  bottom: 15px;
  left: 0;
}
.eds_news_Vision.eds_subCollection_news .EDN_article .EDN_mediaContainer .admin_actions {
  position: absolute;
  top: 10px;
  right: 10px;
}
.eds_news_Vision.eds_subCollection_news .EDN_article .EDN_mediaContainer .edn_galleryLink {
  position: absolute;
  display: inline-block;
  bottom: 15px;
  right: 0;
  left: auto;
  top: auto;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 100px 0 0 0;
  text-decoration: none;
  text-align: center;
  line-height: 0;
  font-size: 0;
  text-indent: 0;
  width: 100px;
  height: 100px;
}
.eds_news_Vision.eds_subCollection_news .EDN_article .EDN_mediaContainer .edn_galleryLink:before {
  margin-bottom: 10px;
  width: 32px;
  height: 32px;
  position: absolute;
  display: inline-block;
  top: 50%;
  left: 50%;
  margin: -15px 0 0 -7px;
  opacity: 0.3;
  background: url("/DesktopModules/EasyDNNNews/Templates/_default/Vision/images/common/photo-24-32.png") no-repeat 0 0;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
  content: "";
}
.eds_news_Vision.eds_subCollection_news .EDN_article .EDN_mediaContainer .edn_galleryLink > span {
  display: inline-block;
  color: #fff;
  line-height: 1;
  font-size: 12px;
  position: absolute;
  bottom: 10px;
  left: 7px;
  right: 5px;
}
.eds_news_Vision.eds_subCollection_news .EDN_article .EDN_mediaContainer .edn_galleryLink:hover:before {
  opacity: 0.8;
}
.eds_news_Vision.eds_subCollection_news .EDN_article .EDN_article_content p {
  padding: 0;
  margin: 0;
}
.eds_news_Vision.eds_subCollection_news .EDN_article .EDN_article_content p + p {
  margin-top: 7px;
}
.eds_news_Vision.eds_subCollection_news .EDN_article .edn_articleDocuments,
.eds_news_Vision.eds_subCollection_news .EDN_article .edn_articleLinks {
  margin: 25px 0;
  border: solid 1px #e6e6e6;
  padding: 10px;
  clear: both;
}
.eds_news_Vision.eds_subCollection_news .EDN_article .edn_articleDocuments > h2,
.eds_news_Vision.eds_subCollection_news .EDN_article .edn_articleLinks > h2 {
  font-size: 19px;
  margin-bottom: 20px;
  line-height: 26px;
  color: #25282a;
  font-family: "BenchNine", sans-serif;
  font-weight: bold;
}
.eds_news_Vision.eds_subCollection_news .EDN_article .edn_articleDocuments ul,
.eds_news_Vision.eds_subCollection_news .EDN_article .edn_articleLinks ul {
  margin: 0 !important;
  padding: 0 !important;
}
.eds_news_Vision.eds_subCollection_news .EDN_article .edn_articleDocuments ul li,
.eds_news_Vision.eds_subCollection_news .EDN_article .edn_articleLinks ul li {
  list-style-type: none;
  padding: 0 0 3px;
  margin: 0;
}
.eds_news_Vision.eds_subCollection_news .EDN_article .edn_articleDocuments ul li a,
.eds_news_Vision.eds_subCollection_news .EDN_article .edn_articleLinks ul li a {
  font-weight: bold;
  margin-right: 7px;
}
.eds_news_Vision.eds_subCollection_news .EDN_article .edn_articleDocuments ul li .edn_listDescription,
.eds_news_Vision.eds_subCollection_news .EDN_article .edn_articleLinks ul li .edn_listDescription {
  font-style: italic;
}
.eds_news_Vision.eds_subCollection_news .EDN_article .edn_articleDocuments ul > li {
  background: url("/DesktopModules/EasyDNNNews/Templates/_default/Vision/images/documents/document.png") 0 0 no-repeat;
  padding-left: 25px;
}
.eds_news_Vision.eds_subCollection_news .EDN_article .edn_articleDocuments ul > li.edn_docType_doc, .eds_news_Vision.eds_subCollection_news .EDN_article .edn_articleDocuments ul > li.edn_docType_docx {
  background-image: url("/DesktopModules/EasyDNNNews/Templates/_default/Vision/images/documents/doc.png");
}
.eds_news_Vision.eds_subCollection_news .EDN_article .edn_articleDocuments ul > li.edn_docType_xls, .eds_news_Vision.eds_subCollection_news .EDN_article .edn_articleDocuments ul > li.edn_docType_xlsx {
  background-image: url("/DesktopModules/EasyDNNNews/Templates/_default/Vision/images/documents/xls.png");
}
.eds_news_Vision.eds_subCollection_news .EDN_article .edn_articleDocuments ul > li.edn_docType_zip {
  background-image: url("/DesktopModules/EasyDNNNews/Templates/_default/Vision/images/documents/zip.png");
}
.eds_news_Vision.eds_subCollection_news .EDN_article .edn_articleDocuments ul > li.edn_docType_rar, .eds_news_Vision.eds_subCollection_news .EDN_article .edn_articleDocuments ul > li.edn_docType_7z {
  background-image: url("/DesktopModules/EasyDNNNews/Templates/_default/Vision/images/documents/archive.png");
}
.eds_news_Vision.eds_subCollection_news .EDN_article .edn_articleDocuments ul > li.edn_docType_wav, .eds_news_Vision.eds_subCollection_news .EDN_article .edn_articleDocuments ul > li.edn_docType_wma, .eds_news_Vision.eds_subCollection_news .EDN_article .edn_articleDocuments ul > li.edn_docType_ogg, .eds_news_Vision.eds_subCollection_news .EDN_article .edn_articleDocuments ul > li.edn_docType_flac {
  background-image: url("/DesktopModules/EasyDNNNews/Templates/_default/Vision/images/documents/audio.png");
}
.eds_news_Vision.eds_subCollection_news .EDN_article .edn_articleDocuments ul > li.edn_docType_mp3 {
  background-image: url("/DesktopModules/EasyDNNNews/Templates/_default/Vision/images/documents/mp3.png");
}
.eds_news_Vision.eds_subCollection_news .EDN_article .edn_articleDocuments ul > li.edn_docType_png, .eds_news_Vision.eds_subCollection_news .EDN_article .edn_articleDocuments ul > li.edn_docType_gif {
  background-image: url("/DesktopModules/EasyDNNNews/Templates/_default/Vision/images/documents/image.png");
}
.eds_news_Vision.eds_subCollection_news .EDN_article .edn_articleDocuments ul > li.edn_docType_jpg, .eds_news_Vision.eds_subCollection_news .EDN_article .edn_articleDocuments ul > li.edn_docType_jpeg {
  background-image: url("/DesktopModules/EasyDNNNews/Templates/_default/Vision/images/documents/jpg.png");
}
.eds_news_Vision.eds_subCollection_news .EDN_article .edn_articleDocuments ul > li.edn_docType_mpg, .eds_news_Vision.eds_subCollection_news .EDN_article .edn_articleDocuments ul > li.edn_docType_mpeg {
  background-image: url("/DesktopModules/EasyDNNNews/Templates/_default/Vision/images/documents/mpg.png");
}
.eds_news_Vision.eds_subCollection_news .EDN_article .edn_articleDocuments ul > li.edn_docType_mp4, .eds_news_Vision.eds_subCollection_news .EDN_article .edn_articleDocuments ul > li.edn_docType_xvid, .eds_news_Vision.eds_subCollection_news .EDN_article .edn_articleDocuments ul > li.edn_docType_wmv, .eds_news_Vision.eds_subCollection_news .EDN_article .edn_articleDocuments ul > li.edn_docType_ogv, .eds_news_Vision.eds_subCollection_news .EDN_article .edn_articleDocuments ul > li.edn_docType_mov, .eds_news_Vision.eds_subCollection_news .EDN_article .edn_articleDocuments ul > li.edn_docType_avi, .eds_news_Vision.eds_subCollection_news .EDN_article .edn_articleDocuments ul > li.edn_docType_mkv {
  background-image: url("/DesktopModules/EasyDNNNews/Templates/_default/Vision/images/documents/video.png");
}
.eds_news_Vision.eds_subCollection_news .EDN_article .edn_articleDocuments ul > li.edn_docType_pdf {
  background-image: url("/DesktopModules/EasyDNNNews/Templates/_default/Vision/images/documents/pdf.png");
}
.eds_news_Vision.eds_subCollection_news .EDN_article .edn_articleDocuments ul > li.edn_docType_ppt, .eds_news_Vision.eds_subCollection_news .EDN_article .edn_articleDocuments ul > li.edn_docType_pptx {
  background-image: url("/DesktopModules/EasyDNNNews/Templates/_default/Vision/images/documents/ppt.png");
}
.eds_news_Vision.eds_subCollection_news .EDN_article .edn_articleDocuments ul > li.edn_docType_txt {
  background-image: url("/DesktopModules/EasyDNNNews/Templates/_default/Vision/images/documents/txt.png");
}
.eds_news_Vision.eds_subCollection_news .EDN_article .edn_articleDocuments ul > li .edn_docDetails {
  color: #969696;
}
.eds_news_Vision.eds_subCollection_news .EDN_article .edn_articleDocuments ul > li .edn_docExtension {
  font-style: italic;
}
.eds_news_Vision.eds_subCollection_news .EDN_article .edn_articleDocuments ul > li .edn_docFileSize {
  color: #3B3B3B;
}
.eds_news_Vision.eds_subCollection_news .EDN_article .edn_articleDocuments ul > li .edn_listDescription {
  display: block;
  font-size: 12px;
}
.eds_news_Vision.eds_subCollection_news .EDN_article .EDN_publish-date {
  background-color: #78a145;
  color: #fff;
  padding: 0 8px;
  line-height: 27px;
  display: inline-block;
}
.eds_news_Vision.eds_subCollection_news .EDN_article .EDN_article_content {
  line-height: 1.5;
  font-size: 13px;
  font-family: "Roboto Slab", Arial, Helvetica, sans-serif;
}
.eds_news_Vision.eds_subCollection_news .EDN_article .EDN_social-media-plugin {
  float: left;
  margin-right: 30px;
}
.eds_news_Vision.eds_subCollection_news .EDN_article .EDN_social-media-plugin a {
  height: 30px !important;
}
.eds_news_Vision.eds_subCollection_news .EDN_article .EDN_social-media-plugin .addthis_button_compact,
.eds_news_Vision.eds_subCollection_news .EDN_article .EDN_social-media-plugin .addthis_button_expanded {
  height: 20px !important;
}
.eds_news_Vision.eds_subCollection_news .EDN_article .EDN_social-media-plugin .addthis_button_linkedin_counter {
  margin-right: 15px;
}
.eds_news_Vision.eds_subCollection_news .EDN_article.EDN_details h1 {
  font-size: 40px;
  line-height: 1.1;
  font-family: "BenchNine", sans-serif;
  font-weight: bold;
  letter-spacing: normal;
  margin: 0;
  padding: 0;
  color: #25282a;
}
.eds_news_Vision.eds_subCollection_news .EDN_article.EDN_details .EDN_meta-tags {
  border-left: solid 9px #b1b1b1;
  padding: 5px 18px;
  margin: 20px 0;
}
.eds_news_Vision.eds_subCollection_news .EDN_article.EDN_details .EDN_meta-tags .EDN_rating .article_rating, .eds_news_Vision.eds_subCollection_news .EDN_article.EDN_details .EDN_meta-tags .EDN_rating.rating {
  display: inline-block;
}
.eds_news_Vision.eds_subCollection_news .EDN_article.EDN_details .EDN_meta-tags .EDN_tags {
  margin: 6px 0 0;
}
.eds_news_Vision.eds_subCollection_news .EDN_article.EDN_details .EDN_meta-tags .EDN_tags a {
  border: solid 1px #cacaca;
  background-color: #cacaca;
  padding: 2px 7px;
  margin: 0 3px 3px 0;
  display: inline-block;
  border-radius: 3px;
  color: #fff;
  font-weight: bold;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.eds_news_Vision.eds_subCollection_news .EDN_article.EDN_details .EDN_meta-tags .EDN_tags a:hover {
  border-color: #979797;
  text-decoration: none;
  background-color: #dbdbdb;
}
.eds_news_Vision.eds_subCollection_news .EDN_article.EDN_details .EDN_event-location-container {
  padding: 4px 10px;
  border: solid 1px #ebebeb;
  border-left: none;
  border-right: none;
  background-color: #fcfcfc;
  margin-bottom: 15px;
}
.eds_news_Vision.eds_subCollection_news .EDN_article.EDN_details .EDN_event-location-container .EDN_event-date {
  padding: 0 0 0 25px;
  margin: 0;
  background: url("/DesktopModules/EasyDNNNews/Templates/_default/Vision/images/eventDetails/icons/dateIcon/predefined/date.png") no-repeat 0 0px;
  line-height: 19px;
}
.eds_news_Vision.eds_subCollection_news .EDN_article.EDN_details .EDN_event-location-container .EDN_event-date .export-calendar {
  text-indent: -9999px;
  background: url("/DesktopModules/EasyDNNNews/Templates/_default/Vision/images/eventDetails/icons/exportIcon/predefined/export.png") no-repeat 0 0;
  width: 22px;
  height: 19px;
  display: inline-block;
  margin: -1px 10px;
  -webkit-transition: background 200ms ease-in-out;
  -moz-transition: background 200ms ease-in-out;
  -ms-transition: background 200ms ease-in-out;
  -o-transition: background 200ms ease-in-out;
  transition: background 200ms ease-in-out;
}
.eds_news_Vision.eds_subCollection_news .EDN_article.EDN_details .EDN_event-location-container .EDN_event-date .export-calendar:hover {
  background-position: 0 2px;
}
.eds_news_Vision.eds_subCollection_news .EDN_article.EDN_details .EDN_event-location-container .EDN_event-location {
  background: url("/DesktopModules/EasyDNNNews/Templates/_default/Vision/images/eventDetails/icons/locationIcon/predefined/location.png") no-repeat 0 0;
  padding: 0 0 0 25px;
  margin: 10px 0 0;
  line-height: 24px;
}
.eds_news_Vision.eds_subCollection_news .EDN_article.EDN_details .EDN_event-location-container > ul {
  padding: 5px 0 5px 19px;
  margin: 0;
  float: left;
}
.eds_news_Vision.eds_subCollection_news .EDN_article.EDN_details .EDN_event-location-container > ul > li {
  list-style-type: circle;
  padding: 0 0 0 5px;
  margin: 0;
}
.eds_news_Vision.eds_subCollection_news .EDN_article.EDN_details .EDN_event-location-container .edn_eventPrice {
  float: right;
  margin: 7px;
  font-size: 22px;
  font-family: "BenchNine", sans-serif;
  font-weight: bold;
}
.eds_news_Vision.eds_subCollection_news .EDN_article.EDN_details .EDN_event-location-container .edn_eventInfoMessage {
  display: block;
  padding: 5px;
  font-style: italic;
  color: #3b3b3b;
  background-color: #c0dcfe;
  border: solid 1px #95c1f1;
  border-radius: 4px;
  margin: 0 5px 5px;
}
.eds_news_Vision.eds_subCollection_news .EDN_article.EDN_details .EDN_event-location-container .edn_eventInfoMessage .eds_paymentInfo {
  font-style: normal;
  padding: 5px;
}
.eds_news_Vision.eds_subCollection_news .EDN_article.EDN_details .EDN_event-location-container .edn_eventInfoMessage .eds_paymentInfo p {
  margin: 0;
  padding: 0;
}
.eds_news_Vision.eds_subCollection_news .EDN_article.EDN_details .EDN_event-location-container .edn_eventInfoMessage .eds_paymentInfo hr {
  margin: 7px 0;
  padding: 0;
  height: 1px;
  border: none;
  border-bottom: dashed 1px #79a8cd;
}
.eds_news_Vision.eds_subCollection_news .EDN_article.EDN_details .EDN_event-location-container .edn_eventInfoMessage .eds_paymentInfo .edn_infoColor1 {
  color: #0076b5;
}
.eds_news_Vision.eds_subCollection_news .EDN_article.EDN_details .EDN_event-location-container .edn_eventInfoMessage .eds_paymentInfo .edn_infoColor2 {
  color: #db0000;
}
.eds_news_Vision.eds_subCollection_news .EDN_article.EDN_details .EDN_event-location-container .edn_eventInfoMessage .eds_paymentInfo .edn_eventPayPalPayment {
  display: inline-block;
  border: solid 1px #659ad9;
  border-radius: 4px;
  color: #0093de;
  padding: 5px;
  line-height: 1;
  margin-top: 10px;
}
.eds_news_Vision.eds_subCollection_news .EDN_article.EDN_details .EDN_event-location-container .edn_eventInfoMessage .eds_paymentInfo .edn_eventPayPalPayment:hover {
  text-decoration: none;
  color: #0b65ac;
}
.eds_news_Vision.eds_subCollection_news .EDN_article.EDN_details .EDN_article_content p {
  padding: 0;
  margin: 0 0 17px;
}
.eds_news_Vision.eds_subCollection_news .EDN_article.EDN_details .EDN_article_content strong, .eds_news_Vision.eds_subCollection_news .EDN_article.EDN_details .EDN_article_content b {
  font-weight: bold;
}
.eds_news_Vision.eds_subCollection_news .EDN_article.EDN_details .EDN_article_content em, .eds_news_Vision.eds_subCollection_news .EDN_article.EDN_details .EDN_article_content i {
  font-style: italic;
}
.eds_news_Vision.eds_subCollection_news .EDN_article.EDN_details .in_article_image {
  margin: 3px 0 10px;
  max-width: 100%;
  background-color: #e6e6e6;
  padding: 16px;
  line-height: 0;
  overflow: hidden;
}
.eds_news_Vision.eds_subCollection_news .EDN_article.EDN_details .in_article_image.left {
  margin-right: 15px;
  float: left;
}
.eds_news_Vision.eds_subCollection_news .EDN_article.EDN_details .in_article_image.right {
  margin-left: 15px;
  float: right;
}
.eds_news_Vision.eds_subCollection_news .EDN_article.EDN_details .in_article_image .image_wrapper {
  position: relative;
  float: left;
  z-index: 1;
  padding-bottom: 15px;
  line-height: 0;
  max-width: 100%;
}
.eds_news_Vision.eds_subCollection_news .EDN_article.EDN_details .in_article_image .image_wrapper > a,
.eds_news_Vision.eds_subCollection_news .EDN_article.EDN_details .in_article_image .image_wrapper > img {
  line-height: 0;
}
.eds_news_Vision.eds_subCollection_news .EDN_article.EDN_details .in_article_image .image_wrapper:before {
  position: absolute;
  bottom: 0;
  left: 0;
  background: url("/DesktopModules/EasyDNNNews/Templates/_default/Vision/images/common/image-shadow.png") no-repeat 0 0;
  height: 15px;
  width: 50%;
  content: "";
  z-index: -1;
}
.eds_news_Vision.eds_subCollection_news .EDN_article.EDN_details .in_article_image .image_wrapper:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  background: url("/DesktopModules/EasyDNNNews/Templates/_default/Vision/images/common/image-shadow.png") no-repeat right 0;
  height: 15px;
  width: 50%;
  content: "";
  z-index: -1;
}
.eds_news_Vision.eds_subCollection_news .EDN_article.EDN_details .in_article_image .image_wrapper img {
  max-width: 100%;
  height: auto;
}
.eds_news_Vision.eds_subCollection_news .EDN_article.EDN_details .in_article_image .image_title {
  font-family: "BenchNine", sans-serif;
  font-weight: normal;
  color: #25282a;
  font-size: 19px;
  line-height: 1;
  border-bottom: solid 1px #20272d;
  padding-bottom: 7px;
  margin-bottom: 7px;
}
.eds_news_Vision.eds_subCollection_news .EDN_article.EDN_details .in_article_image .image_description {
  color: #3b3b3b;
  line-height: 1.5;
}
.eds_news_Vision.eds_subCollection_news .EDN_article.EDN_details .EDN_authorGroupDetails {
  background-color: #b1b1b1;
  padding: 17px 17px 14px;
  margin-bottom: 16px;
  color: #fff;
}
.eds_news_Vision.eds_subCollection_news .EDN_article.EDN_details .EDN_authorGroupDetails img {
  float: left;
  margin: 0 18px 5px 0;
}
.eds_news_Vision.eds_subCollection_news .EDN_article.EDN_details .EDN_authorGroupDetails h4 {
  font-family: Arial;
  font-weight: bold;
  font-size: 18px;
  color: #fff;
  line-height: 1.1;
  margin-bottom: 3px;
  padding: 0;
}
.eds_news_Vision.eds_subCollection_news .EDN_article.EDN_details .EDN_authorGroupDetails p {
  line-height: 14px;
  margin-bottom: 5px;
}
.eds_news_Vision.eds_subCollection_news .EDN_article.EDN_details .EDN_authorGroupDetails .other-posty-by {
  font-style: italic;
}
.eds_news_Vision.eds_subCollection_news .EDN_article.EDN_details .EDN_authorGroupDetails .other-posty-by a {
  text-decoration: underline;
  color: #fff;
}
.eds_news_Vision.eds_subCollection_news .EDN_article.EDN_details .EDN_authorGroupDetails .other-posty-by a:hover {
  text-decoration: none;
}
.eds_news_Vision.eds_subCollection_news .EDN_article.EDN_details .EDN_authorGroupDetails .EDN_connect-with {
  border-top: solid 1px #9c9c9c;
  box-shadow: 0 1px 0 #c2c2c2 inset;
  margin-top: 15px;
  padding-top: 11px;
  clear: both;
}
.eds_news_Vision.eds_subCollection_news .EDN_article.EDN_details .EDN_authorGroupDetails .button {
  background: url("/DesktopModules/EasyDNNNews/Templates/_default/Vision/images/authorAndGroupBox/iconSet/predefined/icons.png") no-repeat bottom right;
  color: #fff;
  text-decoration: none;
}
.eds_news_Vision.eds_subCollection_news .EDN_article.EDN_details .EDN_authorGroupDetails .button span {
  color: #fff;
  text-decoration: none;
  padding: 0;
  margin: 0;
}
.eds_news_Vision.eds_subCollection_news .EDN_article.EDN_details .EDN_authorGroupDetails .button:hover span {
  text-decoration: underline;
}
.eds_news_Vision.eds_subCollection_news .EDN_article.EDN_details .EDN_authorGroupDetails .button.author_rss {
  text-indent: -9999px;
  background-position: right -118px;
  width: 18px;
  height: 17px;
  display: inline-block;
  margin: 0 15px;
}
.eds_news_Vision.eds_subCollection_news .EDN_article.EDN_details .EDN_authorGroupDetails .button.author_rss:hover {
  background-position: right -147px;
}
.eds_news_Vision.eds_subCollection_news .EDN_article.EDN_details .EDN_authorGroupDetails .button.social {
  text-indent: -9999px;
  float: left;
  width: 25px;
  height: 25px;
  margin-right: 9px;
}
.eds_news_Vision.eds_subCollection_news .EDN_article.EDN_details .EDN_authorGroupDetails .button.social.facebook {
  background-position: 0 -25px;
}
.eds_news_Vision.eds_subCollection_news .EDN_article.EDN_details .EDN_authorGroupDetails .button.social.facebook:hover {
  background-position: 0 0;
}
.eds_news_Vision.eds_subCollection_news .EDN_article.EDN_details .EDN_authorGroupDetails .button.social.twitter {
  background-position: -34px -25px;
}
.eds_news_Vision.eds_subCollection_news .EDN_article.EDN_details .EDN_authorGroupDetails .button.social.twitter:hover {
  background-position: -34px 0;
}
.eds_news_Vision.eds_subCollection_news .EDN_article.EDN_details .EDN_authorGroupDetails .button.social.linked_in {
  background-position: -68px -25px;
}
.eds_news_Vision.eds_subCollection_news .EDN_article.EDN_details .EDN_authorGroupDetails .button.social.linked_in:hover {
  background-position: -68px 0;
}
.eds_news_Vision.eds_subCollection_news .EDN_article.EDN_details .EDN_authorGroupDetails .button.social.google_plus {
  background-position: -101px -25px;
}
.eds_news_Vision.eds_subCollection_news .EDN_article.EDN_details .EDN_authorGroupDetails .button.social.google_plus:hover {
  background-position: -101px 0;
}
.eds_news_Vision.eds_subCollection_news .EDN_article.EDN_details .EDN_authorGroupDetails .button.contact, .eds_news_Vision.eds_subCollection_news .EDN_article.EDN_details .EDN_authorGroupDetails .button.full_bio {
  padding: 3px 23px 3px 0;
  float: right;
  margin: 2px 0 0 33px;
}
.eds_news_Vision.eds_subCollection_news .EDN_article.EDN_details .EDN_authorGroupDetails .button.contact {
  background-position: right -78px;
}
.eds_news_Vision.eds_subCollection_news .EDN_article.EDN_details .EDN_authorGroupDetails .button.full_bio {
  background-position: right -53px;
  padding-right: 30px;
}
.eds_news_Vision.eds_subCollection_news .EDN_article.EDN_details .edn_relatedArticles {
  background-color: #e6e6e6;
  padding: 15px 18px 14px;
  margin-bottom: 16px;
}
.eds_news_Vision.eds_subCollection_news .EDN_article.EDN_details .edn_relatedArticles h2 {
  padding-left: 33px;
  background: url("/DesktopModules/EasyDNNNews/Templates/_default/Vision/images/relatedArticles/boxTitle/icon/predefined/icon.png") no-repeat 0 4px;
  margin-bottom: 12px;
  font-size: 26px;
  line-height: 26px;
  color: #25282a;
  font-family: "BenchNine", sans-serif;
  font-weight: bold;
}
.eds_news_Vision.eds_subCollection_news .EDN_article.EDN_details .edn_relatedArticles ul {
  margin: 0 !important;
  padding: 14px 0 0 !important;
  border-top: solid 1px #d0d0d0;
  box-shadow: 0 1px 0 #f4f4f4 inset;
}
.eds_news_Vision.eds_subCollection_news .EDN_article.EDN_details .edn_relatedArticles ul li {
  list-style-type: none;
  margin-bottom: 5px;
  line-height: 13px;
  background: url("/DesktopModules/EasyDNNNews/Templates/_default/Vision/images/relatedArticles/articleList/listBullet/predefined/bullet.png") no-repeat 4px 2px;
  padding-left: 33px;
}
.eds_news_Vision.eds_subCollection_news .EDN_article.EDN_details .edn_relatedArticles ul li a {
  color: #343638;
}
.eds_news_Vision.eds_subCollection_news .EDN_article.EDN_details .edn_article_map {
  margin: 20px 0;
}
.eds_news_Vision.eds_subCollection_news .EDN_article.EDN_details .gvContentTable {
  clear: both;
}
.eds_news_Vision.eds_subCollection_news .EDN_article.EDN_details .edn_socialPrintWrapper {
  margin: 20px 0;
}
.eds_news_Vision.eds_subCollection_news .EDN_article.EDN_details .edn_printButton {
  float: left;
  background: #F5F4F4 url("/DesktopModules/EasyDNNNews/Templates/_default/Vision/images/common/print.png") 4px 1px no-repeat;
  cursor: pointer;
  padding: 5px 5px 3px 25px;
  border-style: solid;
  border-width: 1px;
  border-color: #e2e2e2 #bfbfbf #bfbfbf #e2e2e2;
  border-radius: 3px;
  font-size: 0;
  line-height: 0;
}
.eds_news_Vision.eds_subCollection_news .EDN_article.EDN_details .edn_printButton > span {
  color: #333;
  line-height: 1;
  font-family: Arial;
  font-size: 10px;
  font-weight: bold;
  text-shadow: 0 0 1px #fff;
}
.eds_news_Vision.eds_subCollection_news .EDN_article.EDN_details .edn_printButton:hover {
  background-color: #eee;
}
.eds_news_Vision.eds_subCollection_news .EDN_article.EDN_details .edn_article_gallery > ul {
  margin: 20px 0;
  padding: 0;
}
.eds_news_Vision.eds_subCollection_news .EDN_article.EDN_details .edn_article_gallery > ul li {
  display: inline-block;
  list-style-type: none;
  margin: 3px;
  padding: 0;
}
.eds_news_Vision.eds_subCollection_news .EDN_article.EDN_details .edn_article_gallery > ul li a {
  background-color: transparent;
  background-color: rgba(255, 255, 255, 0.25);
  border: 1px solid #8C8C8C;
  float: left;
  padding: 3px;
  line-height: 0;
  text-decoration: none;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.eds_news_Vision.eds_subCollection_news .EDN_article.EDN_details .edn_article_gallery > ul li a:hover {
  border-color: #FFFFFF;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.3);
}
.eds_news_Vision.eds_subCollection_news .EDN_article.EDN_articleSimple {
  padding: 4px;
}
.eds_news_Vision.eds_subCollection_news .EDN_article.EDN_articleSimple .EDN_simpleDate {
  color: #9C9C9C;
}
.eds_news_Vision.eds_subCollection_news .EDN_article.EDN_articleBox {
  margin: 0 0 30px;
}
.eds_news_Vision.eds_subCollection_news .EDN_article.EDN_articleBox.EDN_displayInline .EDN_imageContainerBox {
  padding: 5px;
  margin: 0;
  box-sizing: content-box;
  -moz-box-sizing: content-box;
}
.eds_news_Vision.eds_subCollection_news .EDN_article.EDN_articleBox.EDN_displayInline .EDN_imageContainerBox > a img {
  width: 100%;
}
.eds_news_Vision.eds_subCollection_news .EDN_article.EDN_articleBox.EDN_displayInline .EDN_article_content {
  padding: 0 7px;
}
.eds_news_Vision.eds_subCollection_news .EDN_article.EDN_articleBox .EDN_imageContainerBox {
  float: left;
  padding: 1%;
  border: solid 1px #efefef;
  background-color: #f7f7f7;
  margin: 4px 20px 10px 0;
  max-width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.eds_news_Vision.eds_subCollection_news .EDN_article.EDN_articleBox .EDN_imageContainerBox > h2 {
  font-size: 18px;
  line-height: 1;
  font-weight: bold;
  text-align: center;
  border-bottom: solid 1px #fff;
  padding: 5px 0;
}
.eds_news_Vision.eds_subCollection_news .EDN_article.EDN_articleBox .EDN_imageContainerBox > h2 a {
  font-size: 18px;
  line-height: 1;
  font-weight: bold;
}
.eds_news_Vision.eds_subCollection_news .EDN_article.EDN_articleBox .EDN_imageContainerBox .EDN_metaDetailsBox {
  margin: 0;
  padding: 0;
}
.eds_news_Vision.eds_subCollection_news .EDN_article.EDN_articleBox .EDN_imageContainerBox .EDN_metaDetailsBox li {
  list-style-type: none;
  padding: 0;
  margin: 0;
  color: #9e9e9e;
  height: 18px;
  line-height: 18px;
  font-size: 12px;
}
.eds_news_Vision.eds_subCollection_news .EDN_article.EDN_articleBox .EDN_imageContainerBox .EDN_metaDetailsBox li.EDN_number-views {
  float: left;
  background: url("/DesktopModules/EasyDNNNews/Templates/_default/Vision/images/boxArticleListImage/numberOfViewsIcon/predefined/icon.png") 0 8px no-repeat;
  padding-left: 19px;
  padding-top: 3px;
  margin-left: 7px;
  margin-right: 20px;
}
.eds_news_Vision.eds_subCollection_news .EDN_article.EDN_articleBox .EDN_imageContainerBox .EDN_metaDetailsBox li.EDN_rating {
  float: right;
  color: #f7f7f7;
  font-size: 0;
  margin-right: 8px;
}
.eds_news_Vision.eds_subCollection_news .EDN_article.EDN_articleBox .EDN_imageContainerBox .EDN_metaDetailsBox li.EDN_rating div {
  text-indent: 0;
}
.eds_news_Vision.eds_subCollection_news .EDN_article.edsAccordion_section {
  margin: 0;
  padding: 0;
}
.eds_news_Vision.eds_subCollection_news.eds_templateGroup_listArticleInBox .EDN_displayInline {
  display: inline-block;
  margin-left: 7px;
  margin-right: 7px;
  vertical-align: top;
  text-align: left;
}
.eds_news_Vision.eds_subCollection_news div.EDN_article_rateit {
  display: inline-block;
  position: relative;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
}
.eds_news_Vision.eds_subCollection_news div.EDN_article_rateit.rateit div.rateit-selected {
  position: absolute;
}
.eds_news_Vision.eds_subCollection_news div.EDN_article_rateit div.rateit-range {
  position: relative;
  display: inline-block;
  background: url("/DesktopModules/EasyDNNNews/Templates/_default/Vision/images/common/rate_stars.png");
  height: 16px;
  top: 3px;
  left: 2px;
}
.eds_news_Vision.eds_subCollection_news div.EDN_article_rateit div.rateit-hover {
  position: absolute;
}
.eds_news_Vision.eds_subCollection_news div.EDN_article_rateit div.rateit-hover {
  background: url("/DesktopModules/EasyDNNNews/Templates/_default/Vision/images/common/rate_stars.png") left -32px;
}
.eds_news_Vision.eds_subCollection_news div.EDN_article_rateit div.rateit-hover-rtl {
  background-position: right -32px;
}
.eds_news_Vision.eds_subCollection_news div.EDN_article_rateit div.rateit-selected {
  background: url("/DesktopModules/EasyDNNNews/Templates/_default/Vision/images/common/rate_stars.png") left -16px;
}
.eds_news_Vision.eds_subCollection_news div.EDN_article_rateit div.rateit-selected-rtl {
  background-position: right -16px;
}
.eds_news_Vision.eds_subCollection_news .EDN_article_rss_wrapper {
  text-align: right;
}
.eds_news_Vision.eds_subCollection_news .EDN_article_rss_wrapper a {
  display: inline-block;
  background: url("/DesktopModules/EasyDNNNews/Templates/_default/Vision/images/articlesRss/icon/predefined/rss.png") 0 0 no-repeat;
  height: 20px;
  padding-left: 22px;
  line-height: 19px;
  -webkit-transition: background 200ms ease-in-out;
  -moz-transition: background 200ms ease-in-out;
  -ms-transition: background 200ms ease-in-out;
  -o-transition: background 200ms ease-in-out;
  transition: background 200ms ease-in-out;
}
.eds_news_Vision.eds_subCollection_news .EDN_article_rss_wrapper a:hover {
  background-position: 0 2px;
}
.eds_news_Vision.eds_subCollection_news .EDN_cf_all_fields_container {
  background-color: #ebebeb;
  margin: 15px 0;
  padding: 10px;
  clear: both;
}
.eds_news_Vision.eds_subCollection_news .EDN_cf_all_fields_container > table {
  margin: 0 auto;
}
.eds_news_Vision.eds_subCollection_news .EDN_cf_all_fields_container > table tr td {
  padding: 2px 10px;
  vertical-align: top;
  color: #25282a;
}
.eds_news_Vision.eds_subCollection_news .EDN_cf_all_fields_container > table tr td.EDN_cf_all_fields_table_label {
  text-align: right;
  border-radius: 4px 0 0 4px;
}
.eds_news_Vision.eds_subCollection_news .EDN_cf_all_fields_container > table tr td.EDN_cf_all_fields_table_label > span {
  font-weight: bold;
  white-space: nowrap;
}
.eds_news_Vision.eds_subCollection_news .EDN_cf_all_fields_container > table tr td.EDN_all_fields_table_value {
  border-radius: 0 4px 4px 0;
}
.eds_news_Vision.eds_subCollection_news .EDN_cf_all_fields_container > table tr td.EDN_all_fields_table_value .EDN_cf_checkboxList {
  margin: 0;
  padding: 0;
}
.eds_news_Vision.eds_subCollection_news .EDN_cf_all_fields_container > table tr td.EDN_all_fields_table_value .EDN_cf_checkboxList > li {
  list-style-type: none;
  padding: 0 0 4px 0;
}
.eds_news_Vision.eds_subCollection_news .EDN_cf_all_fields_container > table tr td.EDN_all_fields_table_value .EDN_cf_checkboxList > li .EDN_cf_checkbox_icon {
  margin-top: 0;
}
.eds_news_Vision.eds_subCollection_news .EDN_cf_all_fields_container > table tr td.EDN_all_fields_table_value .EDN_cf_checkbox_icon {
  background: url("/DesktopModules/EasyDNNNews/Templates/_default/Vision/images/articleCustomFields/checkBoxIcon/predefined/cf-checkbox.png") no-repeat 0 -20px;
  float: left;
  width: 14px;
  height: 14px;
  margin: 3px 4px 0 0;
}
.eds_news_Vision.eds_subCollection_news .EDN_cf_all_fields_container > table tr td.EDN_all_fields_table_value .EDN_cf_checkbox_checked .EDN_cf_checkbox_icon {
  background-position: 0 0;
}
.eds_news_Vision.eds_subCollection_news .admin_actions {
  padding: 4px 10px;
  border: solid 1px #ddd;
  background-color: #fff;
  line-height: 16px;
  -webkit-transition: border 200ms ease-in-out;
  -moz-transition: border 200ms ease-in-out;
  -ms-transition: border 200ms ease-in-out;
  -o-transition: border 200ms ease-in-out;
  transition: border 200ms ease-in-out;
}
.eds_news_Vision.eds_subCollection_news .admin_actions:hover {
  border-color: #000;
}
.eds_news_Vision.eds_subCollection_news .admin_action {
  padding-left: 17px;
  margin-right: 10px;
  background-position: 0 center;
  background-repeat: no-repeat;
}
.eds_news_Vision.eds_subCollection_news .admin_action.edit {
  background-image: url("/DesktopModules/EasyDNNNews/Templates/_default/Vision/images/common/pencil_small.png");
}
.eds_news_Vision.eds_subCollection_news .admin_action.publish_article {
  background-image: url("/DesktopModules/EasyDNNNews/Templates/_default/Vision/images/common/check_small.png");
}
.eds_news_Vision.eds_subCollection_news .fb-comments, .eds_news_Vision.eds_subCollection_news .fb-comments iframe[style], .eds_news_Vision.eds_subCollection_news .fb-comments > span {
  width: 100% !important;
}
.eds_news_Vision.eds_subCollection_news .fb_comments_count {
  margin: 0 !important;
  display: inline !important;
}
.eds_news_Vision.eds_subCollection_news .edsTabulator {
  display: block;
}
.eds_news_Vision.eds_subCollection_news .edsTabulator > ul {
  margin: 0;
  padding: 0;
  border-bottom: solid 2px #2f2f2f;
  overflow: hidden;
}
.eds_news_Vision.eds_subCollection_news .edsTabulator > ul .edsTabulator_tabTrigger {
  list-style-type: none;
  margin: 1px 1px 0 0;
  padding: 0;
  padding: 0 15px;
  color: #fff;
  background: #797e82;
  font-size: 17px;
  float: left;
  line-height: 29px;
  height: 29px;
  font-family: "BenchNine", sans-serif;
  font-weight: bold;
  transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  cursor: pointer;
}
.eds_news_Vision.eds_subCollection_news .edsTabulator > ul .edsTabulator_tabTrigger.edsTabulator_active {
  color: #fff;
  background: #555c61;
}
.eds_news_Vision.eds_subCollection_news .edsTabulator > ul .edsTabulator_tabTrigger.edsTabulator_active:hover {
  text-decoration: none;
  color: #fff;
  background: #555c61;
}
.eds_news_Vision.eds_subCollection_news .edsTabulator > ul .edsTabulator_tabTrigger:hover {
  color: #fff;
  background: #555c61;
}
.eds_news_Vision.eds_subCollection_news .edsTabulator .edsTabulator_tabsWrapper {
  overflow: hidden;
  position: relative;
}
.eds_news_Vision.eds_subCollection_news .edsTabulator .edsTabulator_tabsWrapper .edsTabulator_tab {
  bottom: auto;
  left: auto;
  position: absolute;
  right: auto;
  top: 0;
  visibility: hidden;
  z-index: 0;
  padding: 10px 0;
  width: 100%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.eds_news_Vision.eds_subCollection_news .edsTabulator .edsTabulator_tabsWrapper .edsTabulator_tab .EDN_cf_all_fields_container,
.eds_news_Vision.eds_subCollection_news .edsTabulator .edsTabulator_tabsWrapper .edsTabulator_tab .edn_article_map,
.eds_news_Vision.eds_subCollection_news .edsTabulator .edsTabulator_tabsWrapper .edsTabulator_tab .article_gallery,
.eds_news_Vision.eds_subCollection_news .edsTabulator .edsTabulator_tabsWrapper .edsTabulator_tab .edn_articleDocuments,
.eds_news_Vision.eds_subCollection_news .edsTabulator .edsTabulator_tabsWrapper .edsTabulator_tab .edn_articleLinks,
.eds_news_Vision.eds_subCollection_news .edsTabulator .edsTabulator_tabsWrapper .edsTabulator_tab .article_comments,
.eds_news_Vision.eds_subCollection_news .edsTabulator .edsTabulator_tabsWrapper .edsTabulator_tab .edn_listOfAttendants {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.eds_news_Vision.eds_subCollection_news .edsTabulator .edsTabulator_tabsWrapper .edsTabulator_tab .article_comments + .article_comments {
  margin-top: 15px !important;
}
.eds_news_Vision.eds_subCollection_news .edsTabulator .edsTabulator_tabsWrapper .edsTabulator_tab.edsTabulator_active {
  position: relative;
  visibility: visible;
  z-index: 1;
}
.eds_news_Vision.eds_subCollection_news .edsAccordion {
  clear: both;
  margin-bottom: 20px;
}
.eds_news_Vision.eds_subCollection_news .edsAccordion .edsAccordion_section {
  display: block;
}
.eds_news_Vision.eds_subCollection_news .edsAccordion .edsAccordion_section .edsAccordion_title {
  font-size: 17px;
  font-family: "BenchNine", sans-serif;
  display: block;
  background-color: #ebebeb;
  padding: 8px 60px 7px 15px;
  line-height: 1;
  color: #fff;
  margin: 0 0 1px;
  cursor: pointer;
  background: #797E82 url("/DesktopModules/EasyDNNNews/Templates/_default/Vision/images/accordionExpandableHead/expandIcon/predefined/expand.png") no-repeat 97% center;
  transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
}
.eds_news_Vision.eds_subCollection_news .edsAccordion .edsAccordion_section .edsAccordion_title:hover {
  background-color: #555C61;
}
.eds_news_Vision.eds_subCollection_news .edsAccordion .edsAccordion_section .edsAccordion_contentWrapper {
  position: relative;
  height: 0;
  overflow: hidden;
}
.eds_news_Vision.eds_subCollection_news .edsAccordion .edsAccordion_section .edsAccordion_content {
  padding: 10px 0;
  overflow: hidden;
}
.eds_news_Vision.eds_subCollection_news .edsAccordion .edsAccordion_section .edsAccordion_content .EDN_cf_all_fields_container,
.eds_news_Vision.eds_subCollection_news .edsAccordion .edsAccordion_section .edsAccordion_content .edn_article_map,
.eds_news_Vision.eds_subCollection_news .edsAccordion .edsAccordion_section .edsAccordion_content .article_gallery,
.eds_news_Vision.eds_subCollection_news .edsAccordion .edsAccordion_section .edsAccordion_content .edn_articleDocuments,
.eds_news_Vision.eds_subCollection_news .edsAccordion .edsAccordion_section .edsAccordion_content .edn_articleLinks,
.eds_news_Vision.eds_subCollection_news .edsAccordion .edsAccordion_section .edsAccordion_content .article_comments,
.eds_news_Vision.eds_subCollection_news .edsAccordion .edsAccordion_section .edsAccordion_content .edn_listOfAttendants {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.eds_news_Vision.eds_subCollection_news .edsAccordion .edsAccordion_section .edsAccordion_content .article_comments + .article_comments {
  margin-top: 15px !important;
}
.eds_news_Vision.eds_subCollection_news .edsAccordion .edsAccordion_section .edsAccordion_content .EDN_simpleArticleImage {
  margin-left: 4px;
}
.eds_news_Vision.eds_subCollection_news .edsAccordion .edsAccordion_section.edsAccordion_active .edsAccordion_title {
  background-color: #555C61;
  background-image: url("/DesktopModules/EasyDNNNews/Templates/_default/Vision/images/accordionExpandableHead/expandIcon/predefined/collapse.png");
}
.eds_news_Vision.eds_subCollection_news .edsAccordion .edsAccordion_section.edsAccordion_active .edsAccordion_contentWrapper {
  height: auto;
}
.eds_news_Vision.eds_subCollection_news .EDN_article.EDN_articleSimple.edsAccordion_section .EDN_cf_all_fields_container,
.eds_news_Vision.eds_subCollection_news .EDN_article.EDN_articleSimple.edsAccordion_section .edn_article_map,
.eds_news_Vision.eds_subCollection_news .EDN_article.EDN_articleSimple.edsAccordion_section .edn_articleDocuments,
.eds_news_Vision.eds_subCollection_news .EDN_article.EDN_articleSimple.edsAccordion_section .edn_articleLinks {
  margin-top: 10px !important;
}
.eds_news_Vision.eds_subCollection_news .EDN_readMoreButtonWrapper {
  text-align: right;
  padding: 10px 0 0;
  clear: both;
}
.eds_news_Vision.eds_subCollection_news .EDN_readmore {
  font-weight: bold;
  text-decoration: none;
}
.eds_news_Vision.eds_subCollection_news .EDN_readmore:hover {
  text-decoration: underline;
}
.eds_news_Vision.eds_subCollection_news .EDN_readmore.EDN_readMoreButton {
  text-transform: uppercase;
  color: #fff;
  font-family: Arial;
  font-size: 12px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.14);
  padding: 6px 20px 5px;
  line-height: 1.4;
  background: #7EAB47 url("/DesktopModules/EasyDNNNews/Templates/_default/Vision/images/readmoreButton/background/predefined/gradient.png") repeat-x 0 0;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.2);
  border-radius: 0;
  border: none;
  cursor: pointer;
  display: inline-block;
  transition: background 300ms linear;
  -webkit-transition: background 300ms linear;
  -moz-transition: background 300ms linear;
  -ms-transition: background 300ms linear;
  -o-transition: background 300ms linear;
}
.eds_news_Vision.eds_subCollection_news .EDN_readmore.EDN_readMoreButton:hover {
  text-decoration: none;
  background-color: #6e963d;
  color: #fff;
}
.eds_news_Vision.eds_subCollection_news .EDN_simpleArticleImage {
  float: left;
  margin: 4px 20px 5px 0;
  background-color: #F7F7F7;
  border: 1px solid #EFEFEF;
  padding: 6px;
  transition: all 200ms ease-in-out 0s;
  max-width: 100%;
  line-height: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.eds_news_Vision.eds_subCollection_news .EDN_simpleArticleImage:hover {
  border-color: #FFFFFF;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.3);
}
.eds_news_Vision.eds_subCollection_news .eds_openModal {
  text-transform: uppercase;
  color: #fff;
  font-family: Arial;
  font-size: 12px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.14);
  padding: 6px 20px 5px;
  line-height: 1.4;
  background: #7EAB47 url("/DesktopModules/EasyDNNNews/Templates/_default/Vision/images/eventDetails/eventRegistrationButton/background/predefined/gradient.png") repeat-x 0 0;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.2);
  border-radius: 0;
  border: none;
  cursor: pointer;
  float: right;
  transition: background 300ms linear;
  -webkit-transition: background 300ms linear;
  -moz-transition: background 300ms linear;
  -ms-transition: background 300ms linear;
  -o-transition: background 300ms linear;
}
.eds_news_Vision.eds_subCollection_news .eds_openModal:hover {
  text-decoration: none;
  background-color: #6e963d;
  color: #fff;
}
.eds_news_Vision.eds_subCollection_news .edn_listOfAttendants {
  margin: 20px 0;
  border-top: solid 1px #ebebeb;
  border-bottom: solid 1px #ebebeb;
}
.eds_news_Vision.eds_subCollection_news .edn_listOfAttendants > table {
  border: none;
  outline: none;
  width: 100%;
}
.eds_news_Vision.eds_subCollection_news .edn_listOfAttendants > table tr:first-child.edn_listOfAttendantsHeader {
  background-color: #e4e3e3;
  box-shadow: 0 25px 15px -15px #fff inset;
}
.eds_news_Vision.eds_subCollection_news .edn_listOfAttendants > table tr:nth-child(even) {
  background-color: #fcfcfc;
}
.eds_news_Vision.eds_subCollection_news .edn_listOfAttendants > table tr:nth-child(odd) {
  background-color: #f4f4f4;
}
.eds_news_Vision.eds_subCollection_news .edn_listOfAttendants > table tr th {
  text-align: left;
  font-weight: bold;
  padding: 7px 10px;
  border-bottom: solid 1px #e4e4e4;
}
.eds_news_Vision.eds_subCollection_news .edn_listOfAttendants > table tr th.edn_eventUserName {
  width: 80%;
}
.eds_news_Vision.eds_subCollection_news .edn_listOfAttendants > table tr th.edn_eventNumberOfTickets {
  text-align: center;
  width: 20%;
}
.eds_news_Vision.eds_subCollection_news .edn_listOfAttendants > table tr td {
  padding: 2px 10px;
  color: #838383;
  font-size: 12px;
  border: none;
}
.eds_news_Vision.eds_subCollection_news .edn_listOfAttendants > table tr td.edn_eventUserName {
  padding-right: 20px;
}
.eds_news_Vision.eds_subCollection_news .edn_listOfAttendants > table tr td.edn_eventNumberOfTickets {
  text-align: center;
}
.eds_news_Vision.eds_subCollection_news .eds_signUpActionBarWrapper {
  margin-top: 10px;
}
.eds_news_Vision.eds_subCollection_news .eds_signUpActionBarWrapper > .articleTitle {
  font-size: 24px;
  display: inline-block;
  vertical-align: middle;
}
.eds_news_Vision.eds_subCollection_news .eds_signUpActionBar {
  display: inline-block;
  vertical-align: middle;
  margin-left: 30px;
}
.eds_news_Vision.eds_subCollection_news .eds_signUpActionBar input[type=radio] {
  display: none;
}
.eds_news_Vision.eds_subCollection_news .eds_signUpActionBar input[type=radio]:checked + label {
  color: #fff;
  cursor: default;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5) inset;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
}
.eds_news_Vision.eds_subCollection_news .eds_signUpActionBar input[type=radio]:checked + label:after {
  display: none;
}
.eds_news_Vision.eds_subCollection_news .eds_signUpActionBar label {
  display: inline-block;
  margin: 5px 10px 5px 0;
  background-color: #d5d5d5;
  border: 1px solid #878787;
  min-width: 60px;
  border-radius: 3px;
  color: #555;
  font: normal 15px/1 Arial;
  padding: 6px 9px;
  text-decoration: none;
  white-space: nowrap;
  z-index: 0;
  position: relative;
  cursor: pointer;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.6);
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.eds_news_Vision.eds_subCollection_news .eds_signUpActionBar label:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  content: "";
  display: inline-block;
  z-index: -1;
  -webkit-transition: opacity 200ms linear;
  -moz-transition: opacity 200ms linear;
  -ms-transition: opacity 200ms linear;
  -o-transition: opacity 200ms linear;
  transition: opacity 200ms linear;
}
.eds_news_Vision.eds_subCollection_news .eds_signUpActionBar label:hover {
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
}
.eds_news_Vision.eds_subCollection_news .eds_signUpActionBar label:hover:after {
  opacity: 1;
}
.eds_news_Vision.eds_subCollection_news .eds_signUpActionBar .eds_optionValue1 label:hover {
  border-color: #438243;
}
.eds_news_Vision.eds_subCollection_news .eds_signUpActionBar .eds_optionValue1 label:after {
  background-color: #5cb85c;
  border-color: #438243;
}
.eds_news_Vision.eds_subCollection_news .eds_signUpActionBar .eds_optionValue1 input[type=radio]:checked + label {
  background-color: #5cb85c;
  border-color: #438243;
}
.eds_news_Vision.eds_subCollection_news .eds_signUpActionBar .eds_optionValue2 label:hover {
  border-color: #8a3431;
}
.eds_news_Vision.eds_subCollection_news .eds_signUpActionBar .eds_optionValue2 label:after {
  background-color: #d9534f;
}
.eds_news_Vision.eds_subCollection_news .eds_signUpActionBar .eds_optionValue2 input[type=radio]:checked + label {
  background-color: #d9534f;
  border-color: #8a3431;
}
.eds_news_Vision.eds_subCollection_news .eds_signUpActionBar .eds_optionValue3 label:hover {
  border-color: #a2773a;
}
.eds_news_Vision.eds_subCollection_news .eds_signUpActionBar .eds_optionValue3 label:after {
  background-color: #f0ad4e;
}
.eds_news_Vision.eds_subCollection_news .eds_signUpActionBar .eds_optionValue3 input[type=radio]:checked + label {
  background-color: #f0ad4e;
  border-color: #a2773a;
}

.eds_news_Vision.eds_subCollection_news .bread_crumbs {
  margin-bottom: 20px;
}
.eds_news_Vision.eds_subCollection_news .EDN_category_info {
  margin-bottom: 30px;
}
.eds_news_Vision.eds_subCollection_news .EDN_category_info > h1 {
  color: #25282A;
  font-family: "BenchNine", sans-serif;
  font-weight: bold;
  font-size: 30px;
}
.eds_news_Vision.eds_subCollection_news .EDN_category_info .admin_actions {
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 4px 10px;
  border: solid 1px #ddd;
  background-color: #fff;
  -webkit-transition: border 200ms ease-in-out;
  -moz-transition: border 200ms ease-in-out;
  -ms-transition: border 200ms ease-in-out;
  -o-transition: border 200ms ease-in-out;
  transition: border 200ms ease-in-out;
}
.eds_news_Vision.eds_subCollection_news .EDN_category_info .admin_actions:hover {
  border-color: #000;
}
.eds_news_Vision.eds_subCollection_news .EDN_category_info .admin_actions a {
  padding-left: 17px;
  margin-right: 10px;
  line-height: 16px;
}
.eds_news_Vision.eds_subCollection_news .EDN_category_info .admin_actions a.edit {
  background: url("/DesktopModules/EasyDNNNews/Templates/_default/Vision/images/common/pencil_small.png") no-repeat 0 0;
}
.eds_news_Vision.eds_subCollection_news .EDN_category_info .admin_actions a.publish {
  background: url("/DesktopModules/EasyDNNNews/Templates/_default/Vision/images/common/check_small.png") no-repeat 0 0;
}
.eds_news_Vision.eds_subCollection_news .child_categories {
  overflow: hidden;
  padding-top: 7px;
}
.eds_news_Vision.eds_subCollection_news .child_categories .EDN_catalog-item a {
  float: left;
  width: 29.7%;
  margin: 0 0.5% 20px;
  padding: 1%;
  padding-bottom: 0;
  border: solid 1px #efefef;
  background-color: #f7f7f7;
  text-decoration: none;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.eds_news_Vision.eds_subCollection_news .child_categories .EDN_catalog-item a:hover {
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.3);
  border-color: #fff;
  text-decoration: none;
}
.eds_news_Vision.eds_subCollection_news .child_categories .EDN_catalog-item a span {
  margin: 9px 0 5px;
  padding: 0;
  text-align: center;
  overflow: hidden;
  height: 41px;
  color: #25282a;
  font-size: 18px;
  display: block;
  font-family: "BenchNine", sans-serif;
  font-weight: bold;
  line-height: 1.1;
}
.eds_news_Vision.eds_subCollection_news .child_categories .EDN_catalog-item a:hover span {
  color: #78a145;
  text-decoration: none;
}

.eds_news_Vision.eds_subCollection_news .EDN_article.EDN_featured-multi {
  position: relative;
  overflow: visible;
  line-height: 0;
}
.eds_news_Vision.eds_subCollection_news .EDN_article.EDN_featured-multi > a {
  line-height: 0;
}
.eds_news_Vision.eds_subCollection_news .EDN_article.EDN_featured-multi img {
  max-width: 100%;
  height: auto;
}
.eds_news_Vision.eds_subCollection_news .EDN_article.EDN_featured-multi .EDN_featured-date {
  text-align: center;
  font-family: "BenchNine", sans-serif;
  color: #b3bbc1;
  position: absolute;
  top: 0;
  left: -14px;
  box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.18);
}
.eds_news_Vision.eds_subCollection_news .EDN_article.EDN_featured-multi .EDN_featured-date strong, .eds_news_Vision.eds_subCollection_news .EDN_article.EDN_featured-multi .EDN_featured-date em {
  display: block;
  padding: 10px 11px 9px;
}
.eds_news_Vision.eds_subCollection_news .EDN_article.EDN_featured-multi .EDN_featured-date br {
  line-height: 0;
  font-size: 0;
}
.eds_news_Vision.eds_subCollection_news .EDN_article.EDN_featured-multi .EDN_featured-date strong {
  font-weight: bold;
  font-size: 28px;
  background-color: #3f4446;
  text-shadow: -1px -1px 1px #292929;
  line-height: 26px;
  color: #b3bbc1;
}
.eds_news_Vision.eds_subCollection_news .EDN_article.EDN_featured-multi .EDN_featured-date em {
  font-size: 16px;
  line-height: 18px;
  font-style: normal;
  background-color: #535759;
  text-shadow: -1px -1px 1px #373737;
  padding-top: 4px;
  padding-bottom: 7px;
  color: #b3bbc1;
}
.eds_news_Vision.eds_subCollection_news .EDN_article.EDN_featured-multi .EDN_featured-date:after {
  position: absolute;
  bottom: -14px;
  left: 0;
  border-style: solid;
  border-width: 14px 0 0 14px;
  border-color: #414141 transparent transparent;
  border-color: #414141 transparent transparent;
  content: "";
}
.eds_news_Vision.eds_subCollection_news .EDN_article.EDN_featured-multi .EDN_intro {
  position: absolute;
  bottom: 0;
  top: auto;
  left: 0;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.52);
  width: 100%;
}
.eds_news_Vision.eds_subCollection_news .EDN_article.EDN_featured-multi .EDN_intro .EDN_summary-container {
  padding: 17px;
}
.eds_news_Vision.eds_subCollection_news .EDN_article.EDN_featured-multi .EDN_intro .EDN_summary-container h2 {
  margin-bottom: 10px;
}
.eds_news_Vision.eds_subCollection_news .EDN_article.EDN_featured-multi .EDN_intro .EDN_summary-container h2 a {
  color: #fff;
  text-decoration: none;
  font-size: 26px;
  line-height: 1;
  text-transform: uppercase;
  font-weight: bold;
}
.eds_news_Vision.eds_subCollection_news .EDN_article.EDN_featured-multi .EDN_intro .EDN_summary-container h2 a:hover {
  text-decoration: underline;
  color: #fff;
}
.eds_news_Vision.eds_subCollection_news .EDN_article.EDN_featured-multi .EDN_intro .EDN_summary-container .EDN_summary {
  line-height: 14px;
  color: #fff;
}
.eds_news_Vision.eds_subCollection_news .EDN_article.EDN_featured-multi .admin_actions {
  position: absolute;
  top: 10px;
  right: 10px;
}
.eds_news_Vision.eds_subCollection_news .EDN_article.EDN_featured-multi.EDN_no_image .EDN_featured-date {
  position: relative;
  float: left;
  margin-bottom: 10px;
}
.eds_news_Vision.eds_subCollection_news .EDN_article.EDN_featured-multi.EDN_no_image .EDN_intro {
  position: relative;
  background-image: none;
}
.eds_news_Vision.eds_subCollection_news .EDN_article.EDN_featured-multi.EDN_no_image .EDN_intro .EDN_summary-container {
  padding: 0 10px;
}
.eds_news_Vision.eds_subCollection_news .EDN_article.edn_smallMultiarticleBox > div {
  display: inline-block;
  vertical-align: top;
  width: 30.9%;
  margin-right: 3%;
  position: relative;
  line-height: 0;
  vertical-align: top;
}
.eds_news_Vision.eds_subCollection_news .EDN_article.edn_smallMultiarticleBox > div:last-child {
  margin-right: 0;
}
.eds_news_Vision.eds_subCollection_news .EDN_article.edn_smallMultiarticleBox > div .edn_smallMultiarticleBoxContent {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.52);
  padding: 10px;
}
.eds_news_Vision.eds_subCollection_news .EDN_article.edn_smallMultiarticleBox > div .edn_smallMultiarticleBoxContent h2 {
  padding: 0;
  margin: 0 0 5px;
  line-height: 1;
}
.eds_news_Vision.eds_subCollection_news .EDN_article.edn_smallMultiarticleBox > div .edn_smallMultiarticleBoxContent h2 a {
  color: #fff;
  font-size: 22px;
  line-height: 1;
}
.eds_news_Vision.eds_subCollection_news .EDN_article.edn_smallMultiarticleBox > div .edn_smallMultiarticleBoxContent h2 a:hover {
  text-decoration: underline;
  color: #fff;
}
.eds_news_Vision.eds_subCollection_news .EDN_article.edn_smallMultiarticleBox > div .edn_smallMultiarticleBoxContent .EDN_summary {
  color: #fff;
}
.eds_news_Vision.eds_subCollection_news .EDN_article.edn_smallMultiarticleBox > div .edn_smallMultiarticleBoxContent .EDN_publish-date {
  top: -27px;
  left: 0;
  position: absolute;
}
.eds_news_Vision.eds_subCollection_news .EDN_article.edn_smallMultiarticleBox > div .EDN_summary {
  line-height: 1.5;
}
.eds_news_Vision.eds_subCollection_news .EDN_article.edn_smallMultiarticleBox > div .EDN_summary.EDN_summary_980 {
  display: none;
}
.eds_news_Vision.eds_subCollection_news .EDN_article.edn_smallMultiarticleBox > div .admin_actions {
  position: absolute;
  top: 10px;
  right: 10px;
}
.eds_news_Vision.eds_subCollection_news .EDN_article.edn_smallMultiarticleBox > div .EDN_publish-date + .admin_actions {
  position: relative;
  top: auto;
  right: auto;
}
.eds_news_Vision.eds_subCollection_news .EDN_article.edn_smallMultiarticleBox.edn_articleWrapper {
  margin: 0 10px 10px;
}
.eds_news_Vision.eds_subCollection_news .EDN_article.edn_smallMultiarticleBox.edn_articleWrapper > div {
  width: auto;
}
.eds_news_Vision.eds_subCollection_news .EDN_article.EDN_two-articles-row {
  margin-top: 15px;
}
.eds_news_Vision.eds_subCollection_news .EDN_article.EDN_two-articles-row .EDN_two-articles {
  float: left;
  width: 47%;
  margin-left: 6%;
}
.eds_news_Vision.eds_subCollection_news .EDN_article.EDN_two-articles-row .EDN_two-articles:first-child {
  margin-left: 0;
}
.eds_news_Vision.eds_subCollection_news .EDN_article.EDN_two-articles-row .EDN_two-articles .EDN_article_content {
  line-height: 1.2;
}
.eds_news_Vision.eds_subCollection_news .EDN_article.EDN_two-articles-row .EDN_two-articles .EDN_mediaContainer {
  padding-bottom: 9px;
  margin-top: 3px;
}
.eds_news_Vision.eds_subCollection_news .EDN_article.EDN_two-articles-row .EDN_two-articles .EDN_mediaContainer:before {
  background: url("/DesktopModules/EasyDNNNews/Templates/_default/Vision/images/common/small-image-shadow.png") no-repeat 0 0;
  height: 9px;
}
.eds_news_Vision.eds_subCollection_news .EDN_article.EDN_two-articles-row .EDN_two-articles .EDN_mediaContainer:after {
  background: url("/DesktopModules/EasyDNNNews/Templates/_default/Vision/images/common/small-image-shadow.png") no-repeat right 0;
  height: 9px;
}
.eds_news_Vision.eds_subCollection_news .EDN_article.EDN_two-articles-row .EDN_two-articles h2 {
  margin-bottom: 5px;
  font-size: 22px;
}
.eds_news_Vision.eds_subCollection_news .EDN_article.EDN_two-articles-row .EDN_two-articles h2 a {
  font-size: 22px;
}
.eds_news_Vision.eds_subCollection_news .EDN_article.EDN_two-articles-row .EDN_two-articles .admin_actions {
  position: relative;
  top: 0;
  bottom: 0;
  float: right;
  margin: 10px;
}

.eds_news_Vision.eds_subCollection_news .EDN_article.EDN_sidebar_box {
  margin-bottom: 10px;
}
.eds_news_Vision.eds_subCollection_news .EDN_article.EDN_sidebar_box a {
  padding: 9px 0 0;
  border: solid 1px transparent;
  border-left: none;
  border-right: none;
  font-size: 18px;
  line-height: 1;
  margin: 2px 0 0;
  display: block;
  overflow: hidden;
  text-decoration: none;
  font-weight: bold;
  color: #2f2f2f;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.eds_news_Vision.eds_subCollection_news .EDN_article.EDN_sidebar_box a:hover {
  border-color: #ebebeb;
  text-decoration: none;
  color: #78a145;
}
.eds_news_Vision.eds_subCollection_news .EDN_article.EDN_sidebar_box a .EDN_mediaContainer {
  padding-bottom: 9px;
  margin-top: 0px;
}
.eds_news_Vision.eds_subCollection_news .EDN_article.EDN_sidebar_box a .EDN_mediaContainer:before {
  background: url("/DesktopModules/EasyDNNNews/Templates/_default/Vision/images/common/small-image-shadow.png") no-repeat 0 0;
  height: 9px;
}
.eds_news_Vision.eds_subCollection_news .EDN_article.EDN_sidebar_box a .EDN_mediaContainer:after {
  background: url("/DesktopModules/EasyDNNNews/Templates/_default/Vision/images/common/small-image-shadow.png") no-repeat right 0;
  height: 9px;
}
.eds_news_Vision.eds_subCollection_news .EDN_article.EDN_sidebar_box.EDN_activeclass a {
  color: #78a145;
}

.eds_news_Vision.eds_subCollection_news .EDN_eventsModuleBox .edn_module_title {
  z-index: 1;
  margin: 0;
  font-size: 13px;
  line-height: 1;
  padding: 0;
  overflow: hidden;
}
.eds_news_Vision.eds_subCollection_news .EDN_eventsModuleBox .edn_module_title > span {
  background-color: #78a145;
  color: #fff;
  text-transform: uppercase;
  line-height: 1;
  font-size: 13px;
  display: block;
  padding: 11px 9px 9px;
  font-weight: normal;
  font-family: Arial;
}
.eds_news_Vision.eds_subCollection_news .EDN_eventsModuleBox .edn_module_title .EDN_eventsModuleBoxRSS {
  float: right;
  width: 12px;
  height: 12px;
  margin: 11px 9px 0 0;
  background: url("/DesktopModules/EasyDNNNews/Templates/_default/Vision/images/eventsBoxTitle/rssIcon/predefined/rss.png") no-repeat 0 0;
}
.eds_news_Vision.eds_subCollection_news .EDN_eventsModuleBox .edn_module_title .EDN_eventsModuleBoxRSS > span {
  display: none;
}
.eds_news_Vision.eds_subCollection_news .EDN_eventsModuleBox .edsAccordionEventsBox .edsAccordion_section .edsAccordion_contentWrapper {
  height: 0;
  overflow: hidden;
  margin: 0;
}
.eds_news_Vision.eds_subCollection_news .EDN_eventsModuleBox .edsAccordionEventsBox .edsAccordion_section .edsAccordion_contentWrapper .edsAccordion_content {
  border: solid 1px #E0E0E0;
  border-top: none !important;
  padding: 10px;
}
.eds_news_Vision.eds_subCollection_news .EDN_eventsModuleBox .edsAccordionEventsBox .edsAccordion_section .edsAccordion_contentWrapper .edsAccordion_content .edn_article_map {
  margin-top: 10px;
}
.eds_news_Vision.eds_subCollection_news .EDN_eventsModuleBox .edsAccordionEventsBox .edsAccordion_section.edsAccordion_active .edsAccordion_contentWrapper {
  height: auto;
}
.eds_news_Vision.eds_subCollection_news .EDN_article.EDN_eventsBox {
  border: solid 1px #E0E0E0;
  border-top: none;
  margin: 0;
}
.eds_news_Vision.eds_subCollection_news .EDN_article.EDN_eventsBox.EDN_activeclass > a {
  background-color: #78a145;
}
.eds_news_Vision.eds_subCollection_news .EDN_article.EDN_eventsBox.EDN_activeclass > a:before {
  border-color: transparent;
  background-color: #608039;
}
.eds_news_Vision.eds_subCollection_news .EDN_article.EDN_eventsBox.EDN_activeclass > a .EDN_eventsBoxDate .EDN_eventPublishDay,
.eds_news_Vision.eds_subCollection_news .EDN_article.EDN_eventsBox.EDN_activeclass > a .EDN_eventsBoxDate .EDN_eventPublishYear {
  color: #fff;
}
.eds_news_Vision.eds_subCollection_news .EDN_article.EDN_eventsBox.EDN_activeclass > a .EDN_eventBox .EDN_eventBoxLocation,
.eds_news_Vision.eds_subCollection_news .EDN_article.EDN_eventsBox.EDN_activeclass > a .EDN_eventBox .EDN_eventBoxTime {
  color: #fff;
}
.eds_news_Vision.eds_subCollection_news .EDN_article.EDN_eventsBox > a {
  text-decoration: none;
  font-family: "BenchNine", sans-serif;
  color: #25282a;
  font-weight: bold;
  display: block;
  line-height: 1;
  position: relative;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.eds_news_Vision.eds_subCollection_news .EDN_article.EDN_eventsBox > a > span {
  display: inline-block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  vertical-align: middle;
}
.eds_news_Vision.eds_subCollection_news .EDN_article.EDN_eventsBox > a:before {
  content: "";
  border-right: solid 1px #E0E0E0;
  position: absolute;
  width: 16%;
  top: 0;
  bottom: 0;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.eds_news_Vision.eds_subCollection_news .EDN_article.EDN_eventsBox > a .EDN_eventsBoxDate {
  padding: 10px 0;
  width: 16%;
  position: relative;
}
.eds_news_Vision.eds_subCollection_news .EDN_article.EDN_eventsBox > a .EDN_eventsBoxDate > span {
  display: block;
  text-decoration: none;
  text-align: center;
  font-size: 23px;
  -webkit-transition: color 200ms ease-in-out;
  -moz-transition: color 200ms ease-in-out;
  -ms-transition: color 200ms ease-in-out;
  -o-transition: color 200ms ease-in-out;
  transition: color 200ms ease-in-out;
}
.eds_news_Vision.eds_subCollection_news .EDN_article.EDN_eventsBox > a .EDN_eventsBoxDate .EDN_eventPublishMonth {
  color: #78a145;
  text-transform: uppercase;
}
.eds_news_Vision.eds_subCollection_news .EDN_article.EDN_eventsBox > a .EDN_eventsBoxDate .EDN_eventPublishYear {
  font-size: 14px;
}
.eds_news_Vision.eds_subCollection_news .EDN_article.EDN_eventsBox > a .EDN_eventBox {
  width: 80%;
  padding: 5px 4%;
}
.eds_news_Vision.eds_subCollection_news .EDN_article.EDN_eventsBox > a .EDN_eventBox .EDN_eventBoxTitle {
  display: block;
  font-size: 21px;
  padding-bottom: 3px;
}
.eds_news_Vision.eds_subCollection_news .EDN_article.EDN_eventsBox > a .EDN_eventBox .EDN_eventBoxLocation,
.eds_news_Vision.eds_subCollection_news .EDN_article.EDN_eventsBox > a .EDN_eventBox .EDN_eventBoxTime {
  color: #6c6c6c;
  font-family: Arial;
  font-size: 12px;
  line-height: 1.4;
  font-weight: normal;
  -webkit-transition: color 200ms ease-in-out;
  -moz-transition: color 200ms ease-in-out;
  -ms-transition: color 200ms ease-in-out;
  -o-transition: color 200ms ease-in-out;
  transition: color 200ms ease-in-out;
  padding-left: 16px;
}
.eds_news_Vision.eds_subCollection_news .EDN_article.EDN_eventsBox > a .EDN_eventBox .EDN_eventBoxLocation {
  margin-right: 16px;
  background: url("/DesktopModules/EasyDNNNews/Templates/_default/Vision/images/eventBox/eventLocationAndTime/icons/location/predefined/location.png") no-repeat 0 1px;
}
.eds_news_Vision.eds_subCollection_news .EDN_article.EDN_eventsBox > a .EDN_eventBox .EDN_eventBoxTime {
  background: url("/DesktopModules/EasyDNNNews/Templates/_default/Vision/images/eventBox/eventLocationAndTime/icons/time/predefined/time.png") no-repeat 0 1px;
}
.eds_news_Vision.eds_subCollection_news .EDN_article.EDN_eventsBox > a:hover,
.eds_news_Vision.eds_subCollection_news .edsAccordionEventsBox .edsAccordion_section.edsAccordion_active .EDN_article > a {
  background-color: #78a145;
  text-decoration: none;
}
.eds_news_Vision.eds_subCollection_news .EDN_article.EDN_eventsBox > a:hover:before,
.eds_news_Vision.eds_subCollection_news .edsAccordionEventsBox .edsAccordion_section.edsAccordion_active .EDN_article > a:before {
  border-color: transparent !important;
  background-color: #608039;
}
.eds_news_Vision.eds_subCollection_news .EDN_article.EDN_eventsBox > a:hover .EDN_eventsBoxDate .EDN_eventPublishDay,
.eds_news_Vision.eds_subCollection_news .EDN_article.EDN_eventsBox > a:hover .EDN_eventsBoxDate .EDN_eventPublishYear,
.eds_news_Vision.eds_subCollection_news .edsAccordionEventsBox .edsAccordion_section.edsAccordion_active .EDN_article > a .EDN_eventsBoxDate .EDN_eventPublishDay,
.eds_news_Vision.eds_subCollection_news .edsAccordionEventsBox .edsAccordion_section.edsAccordion_active .EDN_article > a .EDN_eventsBoxDate .EDN_eventPublishYear {
  color: #fff;
}
.eds_news_Vision.eds_subCollection_news .EDN_article.EDN_eventsBox > a:hover .EDN_eventBox .EDN_eventBoxLocation,
.eds_news_Vision.eds_subCollection_news .EDN_article.EDN_eventsBox > a:hover .EDN_eventBox .EDN_eventBoxTime,
.eds_news_Vision.eds_subCollection_news .edsAccordionEventsBox .edsAccordion_section.edsAccordion_active .EDN_article > a .EDN_eventBox .EDN_eventBoxLocation,
.eds_news_Vision.eds_subCollection_news .edsAccordionEventsBox .edsAccordion_section.edsAccordion_active .EDN_article > a .EDN_eventBox .EDN_eventBoxTime {
  color: #fff;
}
.eds_news_Vision.eds_subCollection_news .EDN_article.EDN_eventsBox > a:hover .EDN_eventBoxLocation,
.eds_news_Vision.eds_subCollection_news .edsAccordionEventsBox .edsAccordion_section.edsAccordion_active .EDN_article > a .EDN_eventBoxLocation {
  background-position: 0 -49px;
}
.eds_news_Vision.eds_subCollection_news .EDN_article.EDN_eventsBox > a:hover .EDN_eventBoxTime,
.eds_news_Vision.eds_subCollection_news .edsAccordionEventsBox .edsAccordion_section.edsAccordion_active .EDN_article > a .EDN_eventBoxTime {
  background-position: 0 -49px;
}
.eds_news_Vision.eds_subCollection_news.eds_templateGroup_listArticleEventBox .article_pager, .eds_news_Vision.eds_subCollection_news.eds_templateGroup_listArticleEventBoxAccordion .article_pager {
  margin: 0;
  text-align: center;
  float: none;
  border: solid 1px #E0E0E0;
  border-top: none;
  padding: 12px 0;
  border-radius: 0;
}
.eds_news_Vision.eds_subCollection_news.eds_templateGroup_listArticleEventBox .article_pager > a, .eds_news_Vision.eds_subCollection_news.eds_templateGroup_listArticleEventBoxAccordion .article_pager > a {
  display: inline-block;
  text-indent: -99999px;
  box-shadow: none !important;
  background-color: #a7abae;
  border: solid 7px #fff;
  float: none;
  padding: 0;
  margin: 1px;
  border-radius: 50%;
  line-height: 0;
  width: 7px;
  height: 7px;
  background-clip: padding-box;
}
.eds_news_Vision.eds_subCollection_news.eds_templateGroup_listArticleEventBox .article_pager > a:hover, .eds_news_Vision.eds_subCollection_news.eds_templateGroup_listArticleEventBoxAccordion .article_pager > a:hover {
  border-color: #78a145;
}
.eds_news_Vision.eds_subCollection_news.eds_templateGroup_listArticleEventBox .article_pager > a.active, .eds_news_Vision.eds_subCollection_news.eds_templateGroup_listArticleEventBoxAccordion .article_pager > a.active {
  border-color: #78a145;
  background-color: #fff;
  box-shadow: none;
}
.eds_news_Vision.eds_subCollection_news.eds_templateGroup_listArticleEventBoxAccordion .ednMoreArticlesTriggerWrapper {
  border: solid 1px #E0E0E0;
  border-top: none;
  margin: 0;
  padding: 12px 0;
  width: auto;
}
.eds_news_Vision.eds_subCollection_news.eds_templateGroup_listArticleEventBoxAccordion .ednMoreArticlesTriggerWrapper > .trigger {
  width: 90%;
}

.eds_news_Vision.eds_subCollection_news .EDN_article .eds_timeLineThumbnail {
  float: left;
  margin-right: 3%;
  border-top: solid 3px #e4e4e4;
  max-width: 100%;
}
.eds_news_Vision.eds_subCollection_news .EDN_article .eds_timeLineThumbnail > a {
  border: solid 1px #e8e8e8;
  line-height: 0;
  font-size: 0;
  display: block;
}
.eds_news_Vision.eds_subCollection_news .EDN_article .eds_timeLineThumbnail .eds_timeLineTime {
  color: #78a145;
  font-family: "BenchNine", sans-serif;
  text-transform: uppercase;
  font-size: 20px;
  margin-top: 15px;
  line-height: 1;
}
.eds_news_Vision.eds_subCollection_news .EDN_article .eds_timeLineThumbnail .eds_timeLineTime .eds_timeLineEventBegin {
  float: right;
  color: #505050;
  padding-left: 22px;
  background: url("/DesktopModules/EasyDNNNews/Templates/_default/Vision/images/timeLineEventStartIcon/predefined/timelineTime1.png") no-repeat 0 center;
}
.eds_news_Vision.eds_subCollection_news .EDN_article .eds_timeLineThumbnail .eds_timeLineTime + a {
  margin-top: 10px;
}
.eds_news_Vision.eds_subCollection_news .EDN_article .eds_timeLineThumbnail .eds_timelineEventLocation {
  display: block;
  padding-left: 25px;
  font-family: "BenchNine", sans-serif;
  font-weight: 300;
  font-size: 17px;
  color: #888;
  margin-bottom: 10px;
  background: url("/DesktopModules/EasyDNNNews/Templates/_default/Vision/images/timeLineLocationIcon/predefined/timelineLocation.png") no-repeat 0 1px;
}
.eds_news_Vision.eds_subCollection_news .EDN_article .eds_timeLineArticle {
  overflow: hidden;
  background-color: #f2f2f2;
  border: solid 1px #dedede;
}
.eds_news_Vision.eds_subCollection_news .EDN_article .eds_timeLineArticle .EDN_readMoreButton {
  float: right;
}
.eds_news_Vision.eds_subCollection_news .EDN_article .eds_timeLineArticle > h2,
.eds_news_Vision.eds_subCollection_news .EDN_article .eds_timeLineArticle > .EDN_article_content {
  padding: 10px 15px;
}
.eds_news_Vision.eds_subCollection_news .EDN_article .eds_timeLineArticle > div {
  border-top: solid 1px #dedede;
  padding: 20px 15px 15px;
  overflow: hidden;
}
.eds_news_Vision.eds_subCollection_news .EDN_article .eds_timeLineArticle > h2 {
  font-size: 0;
  line-height: 0;
  margin: 0;
}
.eds_news_Vision.eds_subCollection_news .EDN_article .eds_timeLineArticle > h2 a {
  font-size: 22px;
  line-height: 1;
  color: #505050;
  font-weight: normal;
}
.eds_news_Vision.eds_subCollection_news .EDN_article .eds_timeLineArticle > h2 a:hover {
  color: #78a145;
}
.eds_news_Vision.eds_subCollection_news .EDN_article .eds_timeLineArticle .EDN_article_content {
  color: #7a7a7a;
}
.eds_news_Vision.eds_subCollection_news .EDN_article .eds_timeLineArticle .EDN_social-media-plugin {
  margin-bottom: 5px;
}
.eds_news_Vision.eds_subCollection_news .EDN_article .eds_timeLineArticle .EDN_social-media-plugin a {
  height: 20px !important;
}
.eds_news_Vision.eds_subCollection_news .EDN_article .eds_timeLineArticle .eds_timeLineEventDuration {
  float: right;
  font-family: Arial;
  color: #bababa;
  text-transform: lowercase;
  font-size: 13px;
  text-shadow: 0 1px 0 #fff;
  margin-bottom: 5px;
}
.eds_news_Vision.eds_subCollection_news .EDN_article .eds_timeLineArticle .eds_timeLineEventDuration > span {
  padding-left: 20px;
  display: inline-block;
  background: url("/DesktopModules/EasyDNNNews/Templates/_default/Vision/images/timeLineEventTime/predefined/timelineTime2.png") no-repeat 0 center;
}
.eds_news_Vision.eds_subCollection_news .EDN_article .eds_timeLineArticle .eds_timeLineExportCalendar {
  float: left;
  text-indent: -9999px;
  width: 25px;
  height: 25px;
  background: url("/DesktopModules/EasyDNNNews/Templates/_default/Vision/images/timeLineExportEvent/predefined/timelineExportCalendar.png") no-repeat center center;
  margin: -3px 10px 0;
}
.eds_news_Vision.eds_subCollection_news .EDN_article.eds_timeLineArticle2 {
  margin: 0;
  padding-bottom: 30px;
  position: relative;
}
.eds_news_Vision.eds_subCollection_news .EDN_article.eds_timeLineArticle2:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 209px;
  width: 10px;
  background-color: #e8e8e8;
}
.eds_news_Vision.eds_subCollection_news .EDN_article.eds_timeLineArticle2:last-child:after {
  display: none;
}
.eds_news_Vision.eds_subCollection_news .EDN_article.eds_timeLineArticle2 .eds_timeLineThumbnail {
  width: 265px;
  border-top: none;
  position: relative;
  z-index: 1;
}
.eds_news_Vision.eds_subCollection_news .EDN_article.eds_timeLineArticle2 .eds_timeLineThumbnail > a {
  float: right;
  position: relative;
}
.eds_news_Vision.eds_subCollection_news .EDN_article.eds_timeLineArticle2 .eds_timeLineThumbnail .eds_timeLineTime {
  font-size: 16px;
  margin-top: 0;
  text-align: center;
}
.eds_news_Vision.eds_subCollection_news .EDN_article.eds_timeLineArticle2 .eds_timeLineThumbnail .eds_timeLineTime .eds_timeLineEventBegin {
  padding-left: 0;
  font-size: 68px;
  font-weight: 300;
  display: block;
  float: none;
  background-image: none !important;
}

.eds_news_Vision.eds_subCollection_news .EDN_article.EDN_details .article_comments {
  margin: 34px 0 20px;
}
.eds_news_Vision.eds_subCollection_news .EDN_article.EDN_details .article_comments .add_comment h3 {
  color: #b1b1b1;
  margin-bottom: 5px;
}
.eds_news_Vision.eds_subCollection_news .EDN_article.EDN_details .article_comments .add_comment .add_article_box {
  background-color: #b1b1b1;
  border: solid 1px #b1b1b1;
  padding: 27px;
}
.eds_news_Vision.eds_subCollection_news .EDN_article.EDN_details .article_comments .add_comment .add_article_box .comment_info {
  margin: 0 0 20px;
  text-align: center;
  padding: 0 30px;
}
.eds_news_Vision.eds_subCollection_news .EDN_article.EDN_details .article_comments .add_comment .add_article_box .comment_info span {
  font: 12px Arial;
}
.eds_news_Vision.eds_subCollection_news .EDN_article.EDN_details .article_comments .add_comment .add_article_box table {
  margin: 0;
  padding: 0;
  width: 100%;
}
.eds_news_Vision.eds_subCollection_news .EDN_article.EDN_details .article_comments .add_comment .add_article_box table td.left {
  font-family: Arial;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  width: 23%;
  padding: 1% 2% 0 0;
  text-align: right;
  vertical-align: top;
}
.eds_news_Vision.eds_subCollection_news .EDN_article.EDN_details .article_comments .add_comment .add_article_box table td.right {
  padding: 0;
  width: 75%;
}
.eds_news_Vision.eds_subCollection_news .EDN_article.EDN_details .article_comments .add_comment .add_article_box table td.right.bottom {
  padding: 0;
}
.eds_news_Vision.eds_subCollection_news .EDN_article.EDN_details .article_comments .add_comment .add_article_box table td.right input.text,
.eds_news_Vision.eds_subCollection_news .EDN_article.EDN_details .article_comments .add_comment .add_article_box table td.right textarea {
  font-size: 13px;
  font-family: Arial;
  padding: 5px 11px;
  background: #f8f8f8 none;
  width: 70%;
  color: #2f2f2f;
  border-style: solid;
  border-width: 1px;
  border-color: #939393 #B1B1B1 #B1B1B1 #939393;
  margin: 0 0 16px 0;
  box-shadow: none;
  line-height: 1.2;
}
.eds_news_Vision.eds_subCollection_news .EDN_article.EDN_details .article_comments .add_comment .add_article_box table td.right textarea {
  width: 90%;
  height: 100px;
}
.eds_news_Vision.eds_subCollection_news .EDN_article.EDN_details .article_comments .add_comment .add_article_box table td.right .submit {
  display: inline-block;
  height: 34px;
  line-height: 34px;
  text-decoration: none;
  text-transform: uppercase;
  padding: 0 12px;
  color: #bababa;
  font-family: Arial;
  font-size: 14px;
  font-weight: bold;
  margin: 12px 0;
  background: #7c7c7c url("/DesktopModules/EasyDNNNews/Templates/_default/Vision/images/comments/commentForm/submitButton/background/predefined/bg.png") repeat-x 0 0;
  text-shadow: -1px -1px 1px #5F5F5F;
  box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.1);
  -webkit-transition: background 200ms ease-in-out;
  -moz-transition: background 200ms ease-in-out;
  -ms-transition: background 200ms ease-in-out;
  -o-transition: background 200ms ease-in-out;
  transition: background 200ms ease-in-out;
}
.eds_news_Vision.eds_subCollection_news .EDN_article.EDN_details .article_comments .add_comment .add_article_box table td.right .submit:hover {
  background-color: #6d6d6d;
}
.eds_news_Vision.eds_subCollection_news .EDN_article.EDN_details .article_comments .num_of_comment {
  background-color: #b1b1b1;
  padding: 11px 15px;
  font-family: Arial;
  color: #fff;
  font-weight: normal;
  font-size: 14px;
  line-height: 1.1;
  border: solid 1px #b1b1b1;
}
.eds_news_Vision.eds_subCollection_news .EDN_article.EDN_details .article_comments .num_of_comment a {
  font: 16px Arial;
  font-weight: bold;
  color: #fff;
}
.eds_news_Vision.eds_subCollection_news .EDN_article.EDN_details .article_comments .comment_list {
  margin: 15px 0 0;
  display: block;
}
.eds_news_Vision.eds_subCollection_news .EDN_article.EDN_details .article_comments .comment_list .comment {
  overflow: hidden;
  margin-left: 10%;
  padding: 0;
}
.eds_news_Vision.eds_subCollection_news .EDN_article.EDN_details .article_comments .comment_list .comment .votes {
  margin-top: 10px;
  width: 7%;
  float: left;
}
.eds_news_Vision.eds_subCollection_news .EDN_article.EDN_details .article_comments .comment_list .comment .votes input {
  position: relative;
  top: 5px;
}
.eds_news_Vision.eds_subCollection_news .EDN_article.EDN_details .article_comments .comment_list .comment .votes span {
  font-size: 12px;
}
.eds_news_Vision.eds_subCollection_news .EDN_article.EDN_details .article_comments .comment_list .comment .right_side {
  width: 93%;
  overflow: hidden;
  padding-top: 12px;
}
.eds_news_Vision.eds_subCollection_news .EDN_article.EDN_details .article_comments .comment_list .comment .right_side .END_comment_details {
  width: 15%;
  text-align: center;
  float: left;
}
.eds_news_Vision.eds_subCollection_news .EDN_article.EDN_details .article_comments .comment_list .comment .right_side .END_comment_details .user_avatar {
  max-height: 60px;
  max-width: 60px;
}
.eds_news_Vision.eds_subCollection_news .EDN_article.EDN_details .article_comments .comment_list .comment .right_side .END_comment_details .EDN_author {
  font-size: 12px;
  color: #919191;
  margin: 3px 0;
  padding: 0;
  white-space: pre-wrap;
}
.eds_news_Vision.eds_subCollection_news .EDN_article.EDN_details .article_comments .comment_list .comment .right_side .END_comment_details .EDN_date_time {
  font-size: 11px;
  color: #535353;
}
.eds_news_Vision.eds_subCollection_news .EDN_article.EDN_details .article_comments .comment_list .comment .right_side .END_comment_details .votes {
  margin: 1px 0 0;
  font-size: 12px;
  color: #555555;
}
.eds_news_Vision.eds_subCollection_news .EDN_article.EDN_details .article_comments .comment_list .comment .right_side .END_comment_details .votes span {
  margin: 0 8px 0 0;
}
.eds_news_Vision.eds_subCollection_news .EDN_article.EDN_details .article_comments .comment_list .comment .right_side .END_comment_details .votes span a {
  position: relative;
  top: 5px;
}
.eds_news_Vision.eds_subCollection_news .EDN_article.EDN_details .article_comments .comment_list .comment .right_side .EDN_content_container {
  float: left;
  width: 85%;
}
.eds_news_Vision.eds_subCollection_news .EDN_article.EDN_details .article_comments .comment_list .comment .right_side .EDN_content_container .arrow {
  float: left;
  width: 18px;
  height: 18px;
  background-color: #f8f8f8;
  border-style: none none solid solid;
  border-width: 0 0 1px 1px;
  border-color: transparent transparent #E6E6E6 #E6E6E6;
  position: relative;
  left: 20px;
  top: 14px;
  z-index: 1;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.eds_news_Vision.eds_subCollection_news .EDN_article.EDN_details .article_comments .comment_list .comment .right_side .EDN_content_container .content {
  margin: 0 0 0 25px;
  min-height: 85px;
  padding: 3px 5px;
  font: 12px Arial;
  font-size: 12px;
}
.eds_news_Vision.eds_subCollection_news .EDN_article.EDN_details .article_comments .comment_list .comment .right_side .EDN_content_container .content > div {
  min-height: 65px;
  background: #efefef;
  padding: 10px 11px;
  margin: 0;
  background-color: #f8f8f8;
  color: #808080;
  border: 1px solid #e6e6e6;
}
.eds_news_Vision.eds_subCollection_news .EDN_article.EDN_details .article_comments .comment_list .comment .right_side .EDN_content_container .content p {
  margin: 0;
  padding: 0 0 5px;
  background: none;
  border: none;
  font: 12px Arial;
  color: #1d1d1d;
}
.eds_news_Vision.eds_subCollection_news .EDN_article.EDN_details .article_comments .comment_list .comment .actions {
  margin: 2px 0 3px;
  float: right;
}
.eds_news_Vision.eds_subCollection_news .EDN_article.EDN_details .article_comments .comment_list .comment .actions a {
  margin: 0 5px 0 0;
  display: inline-block;
  font-size: 12px;
  font-family: "BenchNine", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
}
.eds_news_Vision.eds_subCollection_news .EDN_article.EDN_details .article_comments .comment_list .comment .actions a.reply {
  background: url("/DesktopModules/EasyDNNNews/Templates/_default/Vision/images/comments/commentList/comment/replyIcon/predefined/replay.png") no-repeat 0 center;
  padding-left: 15px;
  margin-right: 6px;
}
.eds_news_Vision.eds_subCollection_news .EDN_article.EDN_details .article_comments .comment_list .comment .actions a:hover {
  color: #000;
  text-decoration: none;
}
.eds_news_Vision.eds_subCollection_news .EDN_article.EDN_details .article_comments .comment_list .comment .edit_comment {
  margin: 15px 0;
  text-align: right;
  overflow: hidden;
}
.eds_news_Vision.eds_subCollection_news .EDN_article.EDN_details .article_comments .comment_list .comment .edit_comment textarea {
  font-size: 13px;
  font-family: Arial;
  padding: 5px 11px;
  background: #f8f8f8 none;
  width: 70%;
  color: #2f2f2f;
  border-style: solid;
  border-width: 1px;
  border-color: #939393 #B1B1B1 #B1B1B1 #939393;
  margin: 0 0 16px 0;
  box-shadow: none;
  height: 100px;
  line-height: 1.2;
}
.eds_news_Vision.eds_subCollection_news .EDN_article.EDN_details .article_comments .comment_list .comment .edit_comment .actions {
  width: 100%;
  text-align: right;
}
.eds_news_Vision.eds_subCollection_news .EDN_article.EDN_details .article_comments .comment_list .comment.level1 {
  margin-left: 5%;
  padding-top: 0;
}
.eds_news_Vision.eds_subCollection_news .EDN_article.EDN_details .article_comments .comment_list .comment.level0, .eds_news_Vision.eds_subCollection_news .EDN_article.EDN_details .article_comments .comment_list .comment.level {
  margin-left: 0;
}
.eds_news_Vision.eds_subCollection_news .EDN_article.EDN_details .article_comments .comment_list .comment.level1 .right_side .EDN_content_container .arrow, .eds_news_Vision.eds_subCollection_news .EDN_article.EDN_details .article_comments .comment_list .comment.level2 .right_side .EDN_content_container .arrow, .eds_news_Vision.eds_subCollection_news .EDN_article.EDN_details .article_comments .comment_list .comment.level3 .right_side .EDN_content_container .arrow {
  top: -6px;
  left: 40px;
  transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.eds_news_Vision.eds_subCollection_news .article_pager,
.eds_news_Vision.eds_subCollection_news .article_pagination {
  text-align: right;
  border: solid 1px #e0e0e0;
  border-radius: 4px;
  border-right: none;
  float: right;
  margin: 15px 0;
  overflow: hidden;
}
.eds_news_Vision.eds_subCollection_news .article_pager a,
.eds_news_Vision.eds_subCollection_news .article_pagination a {
  padding: 10px 14px 9px 15px;
  float: left;
  border-right: 1px solid #e0e0e0;
  color: #bababa;
  background-color: #fff;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.eds_news_Vision.eds_subCollection_news .article_pager a:hover,
.eds_news_Vision.eds_subCollection_news .article_pagination a:hover {
  text-decoration: none;
  background-color: #fbfbfb;
  box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
}
.eds_news_Vision.eds_subCollection_news .article_pager a.active,
.eds_news_Vision.eds_subCollection_news .article_pagination span {
  font-weight: bold;
  background-color: #fbfbfb;
  box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
}
.eds_news_Vision.eds_subCollection_news .article_pagination span {
  padding: 10px 14px 9px 15px;
  background-color: #fff;
  color: #bababa;
  float: left;
  border-right: 1px solid #e0e0e0;
}
.eds_news_Vision.eds_subCollection_news .ednMoreArticlesTriggerWrapper {
  margin: 15px 0;
  width: 100%;
  text-align: center;
}
.eds_news_Vision.eds_subCollection_news .ednMoreArticlesTriggerWrapper > button.trigger {
  display: inline-block;
  margin: 0;
  border: solid 1px #e0e0e0;
  border-radius: 4px;
  outline: none;
  box-shadow: none;
  background: #fff none;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  background: #fcfbf9 none;
  width: 55%;
}
.eds_news_Vision.eds_subCollection_news .ednMoreArticlesTriggerWrapper > button.trigger > span.actionTextContainer span {
  display: inline-block;
  padding: 8px 20%;
  font: normal 13px/1 "Roboto Slab", Arial, Helvetica, sans-serif;
  color: #bababa;
  -webkit-transition: color 200ms linear;
  -moz-transition: color 200ms linear;
  -ms-transition: color 200ms linear;
  -o-transition: color 200ms linear;
  transition: color 200ms linear;
}
.eds_news_Vision.eds_subCollection_news .ednMoreArticlesTriggerWrapper > button.trigger > span.loadingOverlay {
  position: absolute;
  top: 100%;
  left: 0;
  right: auto;
  bottom: auto;
  width: 100%;
  height: 100%;
  display: block;
  background: url("/DesktopModules/EasyDNNNews/Templates/_default/Vision/images/pagination/loadingBackground/predefined/loadingArticles.gif") center center no-repeat #fbfbfb;
  opacity: 0;
  -webkit-transition: opacity 200ms ease-in-out;
  -moz-transition: opacity 200ms ease-in-out;
  -ms-transition: opacity 200ms ease-in-out;
  -o-transition: opacity 200ms ease-in-out;
  transition: opacity 200ms ease-in-out;
}
.eds_news_Vision.eds_subCollection_news .ednMoreArticlesTriggerWrapper > button.trigger > span.loadingOverlay > span {
  display: none;
}
.eds_news_Vision.eds_subCollection_news .ednMoreArticlesTriggerWrapper > button.trigger:hover {
  background-color: #fbfbfb;
  border-right: 1px solid #e0e0e0;
  box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
}
.eds_news_Vision.eds_subCollection_news .ednMoreArticlesTriggerWrapper > button.trigger:hover > span.actionTextContainer span {
  color: #bababa;
}
.eds_news_Vision.eds_subCollection_news .ednMoreArticlesTriggerWrapper.loading > button.trigger > span.loadingOverlay {
  top: 0;
  opacity: 1;
}
.eds_news_Vision.eds_subCollection_news .ednMoreArticlesTriggerWrapper.hide {
  display: none;
}

.eds_news_Vision.eds_subCollection_news .user_dashboard {
  border: 1px solid #ddd;
  border-left: none;
  border-right: none;
  padding: 4px 6px 1px;
  margin: 0 0 20px;
  overflow: hidden;
  background-color: #ebebeb;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.eds_news_Vision.eds_subCollection_news .user_dashboard:hover {
  background-color: #f2f2f2;
  border-color: #000;
}
.eds_news_Vision.eds_subCollection_news .user_dashboard a {
  display: block;
  float: left;
  font-size: 11px;
  font-family: Arial;
  font-weight: bold;
  padding: 0 0 0 35px;
  height: 25px;
  line-height: 24px;
  margin: 0 10px 0 0;
  color: #5C5C5C !important;
  text-decoration: none !important;
}
.eds_news_Vision.eds_subCollection_news .user_dashboard a.add_article {
  background: url("/DesktopModules/EasyDNNNews/Templates/_default/Vision/images/common/user_dashboard/green_plus.png") no-repeat;
  padding-left: 25px;
}
.eds_news_Vision.eds_subCollection_news .user_dashboard a.article_manager {
  background: url("/DesktopModules/EasyDNNNews/Templates/_default/Vision/images/common/user_dashboard/papers.png") no-repeat 0 0;
  padding-left: 28px;
}
.eds_news_Vision.eds_subCollection_news .user_dashboard a.event_manager {
  background: url("/DesktopModules/EasyDNNNews/Templates/_default/Vision/images/common/user_dashboard/event_manager.png") no-repeat 0 1px;
  padding-left: 35px;
}
.eds_news_Vision.eds_subCollection_news .user_dashboard a.approve_articles {
  background: url("/DesktopModules/EasyDNNNews/Templates/_default/Vision/images/common/user_dashboard/approve_articles.png") no-repeat 0 1px;
  padding-left: 22px;
}
.eds_news_Vision.eds_subCollection_news .user_dashboard a.approve_comments {
  background: url("/DesktopModules/EasyDNNNews/Templates/_default/Vision/images/common/user_dashboard/approve_comments.png") no-repeat 0 2px;
  padding-left: 22px;
}
.eds_news_Vision.eds_subCollection_news .user_dashboard a.category_manager {
  background: url("/DesktopModules/EasyDNNNews/Templates/_default/Vision/images/common/user_dashboard/categories.png") no-repeat 0 2px;
  padding-left: 22px;
}
.eds_news_Vision.eds_subCollection_news .user_dashboard a.dashboard {
  background: url("/DesktopModules/EasyDNNNews/Templates/_default/Vision/images/common/user_dashboard/monitor.png") no-repeat 0 3px;
  padding-left: 24px;
}
.eds_news_Vision.eds_subCollection_news .user_dashboard a.settings {
  background: url("/DesktopModules/EasyDNNNews/Templates/_default/Vision/images/common/user_dashboard/settings.png") no-repeat 0 1px;
  padding-left: 24px;
}
.eds_news_Vision.eds_subCollection_news .user_dashboard a.author_profile {
  background: url("/DesktopModules/EasyDNNNews/Templates/_default/Vision/images/common/user_dashboard/profile.png") no-repeat 0 1px;
  padding-left: 18px;
}
.eds_news_Vision.eds_subCollection_news .user_dashboard a:hover {
  color: #000 !important;
  text-decoration: none !important;
}

.eds_news_Vision.eds_subCollection_categoryMenu .edn_category_menu_wrapper {
  margin: 0;
  padding: 0;
}
.eds_news_Vision.eds_subCollection_categoryMenu .edn_category_menu_wrapper li {
  list-style-type: none;
  margin: 0 0 0 13px;
  padding: 0;
}
.eds_news_Vision.eds_subCollection_categoryMenu .edn_category_menu_wrapper li ul {
  margin: 0;
  padding: 0;
  background: url("/DesktopModules/EasyDNNNews/Templates/_default/Vision/images/common/category_menu_vertical.png") 0 0 repeat-y;
}
.eds_news_Vision.eds_subCollection_categoryMenu .edn_category_menu_wrapper li div {
  position: relative;
  padding: 12px 0 0 15px;
  background: url("/DesktopModules/EasyDNNNews/Templates/_default/Vision/images/common/category_menu_t.png") 0 top no-repeat;
}
.eds_news_Vision.eds_subCollection_categoryMenu .edn_category_menu_wrapper li div a {
  display: none;
}
.eds_news_Vision.eds_subCollection_categoryMenu .edn_category_menu_wrapper li div .category {
  color: #25282a;
  display: inline;
  text-decoration: none;
  display: block;
  padding-left: 10px;
  font-family: Arial;
  font-size: 12px;
  line-height: 1.5;
}
.eds_news_Vision.eds_subCollection_categoryMenu .edn_category_menu_wrapper li div .category:hover {
  color: #78a145;
  text-decoration: none;
}
.eds_news_Vision.eds_subCollection_categoryMenu .edn_category_menu_wrapper li:last-child > div {
  background: url("/DesktopModules/EasyDNNNews/Templates/_default/Vision/images/common/category_menu_l.png") 0 top no-repeat;
}
.eds_news_Vision.eds_subCollection_categoryMenu .edn_category_menu_wrapper li:last-child > ul {
  background: none;
}
.eds_news_Vision.eds_subCollection_categoryMenu .edn_category_menu_wrapper li.opened > div > a.category {
  font-weight: bold;
}
.eds_news_Vision.eds_subCollection_categoryMenu .edn_category_menu_wrapper li.active > div > a.category {
  font-weight: bold;
  color: #78a145;
}
.eds_news_Vision.eds_subCollection_categoryMenu .edn_category_menu_wrapper li.level_0 {
  margin-left: 0;
}
.eds_news_Vision.eds_subCollection_categoryMenu .edn_category_menu_wrapper li.level_0 > ul {
  background: none;
}
.eds_news_Vision.eds_subCollection_categoryMenu .edn_category_menu_wrapper li.level_0 > div {
  background: none !important;
}
.eds_news_Vision.eds_subCollection_categoryMenu .edn_category_menu_wrapper li.level_0 > div > .category {
  font-weight: bold;
  background-image: none;
}
.eds_news_Vision.eds_subCollection_categoryMenu .edn_category_menu_wrapper li.level_0 > div > .expand_collapse {
  left: 0;
}
.eds_news_Vision.eds_subCollection_categoryMenu .edn_category_menu_wrapper li.level_1 {
  margin-left: 6px;
}
.eds_news_Vision.eds_subCollection_categoryMenu .edn_category_menu_wrapper li .articlecount {
  border: solid 1px #c6c9cb;
  border-radius: 10px;
  color: #78a145;
  display: block;
  padding: 0 5px;
  font-family: Arial;
  font-weight: bold;
  font-size: 11px;
  line-height: 16px;
  height: 16px;
  text-decoration: none;
  position: absolute;
  top: 10px;
  right: 25px;
}
.eds_news_Vision.eds_subCollection_categoryMenu .edn_category_menu_wrapper li .articlecount:hover {
  color: #3c3c3c;
}
.eds_news_Vision.eds_subCollection_categoryMenu .edn_category_menu_wrapper li .rss {
  display: block;
  position: absolute;
  top: 10px;
  right: 1px;
  width: 16px;
  height: 20px;
  text-indent: -9999px;
  background: url("/DesktopModules/EasyDNNNews/Templates/_default/Vision/images/categorsRssIcon/predefined/rss.png") 0 0;
  -webkit-transition: background 200ms ease-in-out;
  -moz-transition: background 200ms ease-in-out;
  -ms-transition: background 200ms ease-in-out;
  -o-transition: background 200ms ease-in-out;
  transition: background 200ms ease-in-out;
}
.eds_news_Vision.eds_subCollection_categoryMenu .edn_category_menu_wrapper li .rss:hover {
  background-position: 0 2px;
}
.eds_news_Vision.eds_subCollection_categoryMenu .edn_category_menu_wrapper li .expand_collapse {
  background: #a7abae url("/DesktopModules/EasyDNNNews/Templates/_default/Vision/images/expandCollapse/predefined/expand-collapse.png") no-repeat center 0;
  width: 14px;
  height: 14px;
  border-radius: 7px;
  text-indent: -9999px;
  cursor: pointer;
  display: inline;
  position: absolute;
  left: 7px;
  top: 14px;
  z-index: 1;
}
.eds_news_Vision.eds_subCollection_categoryMenu .edn_category_menu_wrapper li .expand_collapse.collapse {
  background-position: 0 -25px;
  visibility: visible;
}
.eds_news_Vision.eds_subCollection_categoryMenu .edn_category_menu_wrapper li .image {
  display: inline;
  position: absolute;
}
.eds_news_Vision.eds_subCollection_categoryMenu .edn_category_menu_wrapper.edn_withImages li:last-child {
  background-image: none;
}
.eds_news_Vision.eds_subCollection_categoryMenu .edn_category_menu_wrapper.edn_withImages li ul {
  background-image: none;
}
.eds_news_Vision.eds_subCollection_categoryMenu .edn_category_menu_wrapper.edn_withImages li div {
  background-image: none;
  height: 36px;
}
.eds_news_Vision.eds_subCollection_categoryMenu .edn_category_menu_wrapper.edn_withImages li div .image {
  top: 0;
  right: 0;
}
.eds_news_Vision.eds_subCollection_categoryMenu .edn_category_menu_wrapper.edn_withImages li div .articlecount {
  top: 8px;
  right: 68px;
}
.eds_news_Vision.eds_subCollection_categoryMenu .edn_category_menu_wrapper.edn_withImages li div .rss {
  top: 9px;
  right: 47px;
}

.eds_news_Vision.eds_subCollection_calendar .callendar_table_container .calendar_table {
  width: 100%;
}
.eds_news_Vision.eds_subCollection_calendar .callendar_table_container .calendar_table .month_selection {
  background-color: #ebebeb;
  margin-left: -1px;
}
.eds_news_Vision.eds_subCollection_calendar .callendar_table_container .calendar_table .month_selection td {
  height: 57px;
  vertical-align: middle;
  font-family: "BenchNine", sans-serif;
  font-weight: bold;
  font-size: 20px;
  color: #78a145;
  text-transform: uppercase;
  line-height: 1;
}
.eds_news_Vision.eds_subCollection_calendar .callendar_table_container .calendar_table .month_selection td.next_prev_months a {
  display: block;
  width: 29px;
  height: 29px;
  margin: 0 auto;
  background: url("/DesktopModules/EasyDNNNews/Templates/_default/Vision/images/calendar/monthSelectArrows/predefined/arrows.png") no-repeat -35px 0;
  padding: 0;
  font-size: 0;
  line-height: 0;
}
.eds_news_Vision.eds_subCollection_calendar .callendar_table_container .calendar_table .month_selection td.next_prev_months a:hover {
  background-position: -35px -32px;
}
.eds_news_Vision.eds_subCollection_calendar .callendar_table_container .calendar_table .month_selection td.next_prev_months:first-child a {
  background-position: 0 0;
}
.eds_news_Vision.eds_subCollection_calendar .callendar_table_container .calendar_table .month_selection td.next_prev_months:first-child a:hover {
  background-position: 0px -32px;
}
.eds_news_Vision.eds_subCollection_calendar .callendar_table_container .calendar_table tr td {
  background-color: #ebebeb !important;
}
.eds_news_Vision.eds_subCollection_calendar .callendar_table_container .calendar_table tr td.week_days {
  border-bottom: solid 7px #ebebeb;
  background-color: #b1b1b1 !important;
  font-family: Arial;
  font-size: 11px;
  color: #fff;
  height: 32px;
  line-height: 32px;
  border-left: solid 1px #b1b1b1;
}
.eds_news_Vision.eds_subCollection_calendar .callendar_table_container .calendar_table tr td.day {
  border: solid 1px #ebebeb;
}
.eds_news_Vision.eds_subCollection_calendar .callendar_table_container .calendar_table tr td.day > a,
.eds_news_Vision.eds_subCollection_calendar .callendar_table_container .calendar_table tr td.day > span {
  color: #111111;
  text-decoration: none;
  display: block;
  height: 32px;
  background-color: #fcfcfc;
  line-height: 32px;
  font-family: Arial;
}
.eds_news_Vision.eds_subCollection_calendar .callendar_table_container .calendar_table tr td.day > a:hover {
  color: #fff !important;
  background-color: #78a145 !important;
}
.eds_news_Vision.eds_subCollection_calendar .callendar_table_container .calendar_table tr td.day.other_month > a,
.eds_news_Vision.eds_subCollection_calendar .callendar_table_container .calendar_table tr td.day.other_month > span {
  color: #bbbbbb;
}
.eds_news_Vision.eds_subCollection_calendar .callendar_table_container .calendar_table tr td.day.today > a,
.eds_news_Vision.eds_subCollection_calendar .callendar_table_container .calendar_table tr td.day.today > span {
  background-color: #78a145;
  color: #fff;
}
.eds_news_Vision.eds_subCollection_calendar .callendar_table_container .calendar_table tr td.day.selected > a {
  color: #686868;
  background-color: #ebebeb;
  box-shadow: inset 0px 0px 3px 3px rgba(0, 0, 0, 0.15);
}
.eds_news_Vision.eds_subCollection_calendar .callendar_table_container .calendar_table tr td.day.selected.today > a {
  background-color: #78a145;
  color: #fff;
}
.eds_news_Vision.eds_subCollection_calendar .callendar_table_container .calendar_table tr td.day.has_events > a {
  background-image: url("/DesktopModules/EasyDNNNews/Templates/_default/Vision/images/calendar/days/indicators/predefined/events.png");
  background-position: top right;
  background-repeat: no-repeat;
}
.eds_news_Vision.eds_subCollection_calendar .callendar_table_container .calendar_table tr td.day.has_events.has_posts > a {
  background-image: url("/DesktopModules/EasyDNNNews/Templates/_default/Vision/images/calendar/days/indicators/predefined/posts_events.png");
}
.eds_news_Vision.eds_subCollection_calendar .callendar_table_container .calendar_table tr td.day.has_posts > a {
  background-image: url("/DesktopModules/EasyDNNNews/Templates/_default/Vision/images/calendar/days/indicators/predefined/posts.png");
  background-position: top right;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 768px) {
  .eds_news_Vision.eds_subCollection_calendar .callendar_table_container.advanced .calendar_table td.week_days {
    display: none;
  }
}
.eds_news_Vision.eds_subCollection_calendar .callendar_table_container.advanced .calendar_table .day {
  vertical-align: top;
  background-color: #fff !important;
  padding: 0;
  overflow: hidden;
  text-align: left;
  display: none;
}
@media only screen and (max-width: 768px) {
  .eds_news_Vision.eds_subCollection_calendar .callendar_table_container.advanced .calendar_table .day {
    height: auto !important;
    width: 100% !important;
    text-align: left;
  }
}
@media only screen and (min-width: 768px) {
  .eds_news_Vision.eds_subCollection_calendar .callendar_table_container.advanced .calendar_table .day {
    display: table-cell !important;
  }
}
.eds_news_Vision.eds_subCollection_calendar .callendar_table_container.advanced .calendar_table .day > a,
.eds_news_Vision.eds_subCollection_calendar .callendar_table_container.advanced .calendar_table .day > span {
  display: block;
  margin: 0;
  border: 0;
  padding: 0 10%;
  font-size: 14px;
}
@media only screen and (max-width: 768px) {
  .eds_news_Vision.eds_subCollection_calendar .callendar_table_container.advanced .calendar_table .day > a,
  .eds_news_Vision.eds_subCollection_calendar .callendar_table_container.advanced .calendar_table .day > span {
    padding: 0 4px;
  }
}
.eds_news_Vision.eds_subCollection_calendar .callendar_table_container.advanced .calendar_table .day > ul {
  margin: 0;
  padding: 0 4px 3px;
  border: 0;
}
.eds_news_Vision.eds_subCollection_calendar .callendar_table_container.advanced .calendar_table .day > ul > li {
  border: 0;
  margin: 0;
  padding: 3px 0 0;
  list-style: none;
  display: block;
}
.eds_news_Vision.eds_subCollection_calendar .callendar_table_container.advanced .calendar_table .day > ul > li > a {
  border: 1px solid #78a145;
  border-radius: 3px;
  margin: 0;
  padding: 2px 5px;
  background-color: #f7f7f7;
  display: block;
  text-align: left;
  color: #3c3c3c;
  text-decoration: none;
  font: 10px Arial;
  line-height: 12px;
  height: auto;
}
.eds_news_Vision.eds_subCollection_calendar .callendar_table_container.advanced .calendar_table .day > ul > li > a:hover {
  background-color: #fff;
}
.eds_news_Vision.eds_subCollection_calendar .callendar_table_container.advanced .calendar_table .day > ul > li.event > a {
  border-color: #ff8400;
}
.eds_news_Vision.eds_subCollection_calendar .callendar_table_container.advanced .calendar_table .day.has_post, .eds_news_Vision.eds_subCollection_calendar .callendar_table_container.advanced .calendar_table .day.has_events {
  display: block;
}
@media only screen and (max-width: 768px) {
  .eds_news_Vision.eds_subCollection_calendar .callendar_table_container.advanced .calendar_table .day.other_month {
    display: none;
  }
}
.eds_news_Vision.eds_subCollection_calendar .top_calendar_actions {
  text-align: right;
}
.eds_news_Vision.eds_subCollection_calendar .top_calendar_actions a {
  display: inline-block;
  width: 21px;
  height: 24px;
  background: url("/DesktopModules/EasyDNNNews/Templates/_default/Vision/images/calendar/topCalendarActions/predefined/icons.png") no-repeat 0 0;
  font-size: 0;
  line-height: 0;
  color: #fff;
  text-align: center;
  margin: 0 5px 5px 0;
  -webkit-transition: background 200ms ease-in-out;
  -moz-transition: background 200ms ease-in-out;
  -ms-transition: background 200ms ease-in-out;
  -o-transition: background 200ms ease-in-out;
  transition: background 200ms ease-in-out;
}
.eds_news_Vision.eds_subCollection_calendar .top_calendar_actions a.articles_by_month {
  background-position: 0 -85px;
}
.eds_news_Vision.eds_subCollection_calendar .top_calendar_actions a.articles_by_month:hover {
  background-position: 0 -83px;
}
.eds_news_Vision.eds_subCollection_calendar .top_calendar_actions a.icalendar_export {
  background-position: 0 3px;
}
.eds_news_Vision.eds_subCollection_calendar .top_calendar_actions a.icalendar_export:hover {
  background-position: 0 5px;
}
.eds_news_Vision.eds_subCollection_calendar .top_calendar_actions a.articles_rss {
  background-position: 0 -24px;
}
.eds_news_Vision.eds_subCollection_calendar .top_calendar_actions a.articles_rss:hover {
  background-position: 0 -22px;
}
.eds_news_Vision.eds_subCollection_calendar .top_calendar_actions a.events_rss {
  background-position: 0 -54px;
  margin-top: 0px;
}
.eds_news_Vision.eds_subCollection_calendar .top_calendar_actions a.events_rss:hover {
  background-position: 0 -52px;
}
.eds_news_Vision.eds_subCollection_calendar .archive_list .EDN_module_box {
  border: none;
  padding: 0;
  margin: 0;
  background: none;
}
.eds_news_Vision.eds_subCollection_calendar .archive_list .EDN_module_box .edn_archive_menu_wrapper {
  margin: 0;
  padding: 0;
}
.eds_news_Vision.eds_subCollection_calendar .archive_list .EDN_module_box .edn_archive_menu_wrapper li {
  list-style-type: none;
  padding: 2px 0;
  line-height: 20px;
}
.eds_news_Vision.eds_subCollection_calendar .archive_list .EDN_module_box .edn_archive_menu_wrapper li ul {
  margin: 0;
  padding: 0;
}
.eds_news_Vision.eds_subCollection_calendar .archive_list .EDN_module_box .edn_archive_menu_wrapper li div .edn_archive-year,
.eds_news_Vision.eds_subCollection_calendar .archive_list .EDN_module_box .edn_archive_menu_wrapper li div .edn_archive-month {
  color: #3c3c3c;
  text-decoration: none;
  font-weight: bold;
  font-family: Arial;
  font-size: 12px;
  line-height: 20px;
  -webkit-transition: color 200ms ease-in-out;
  -moz-transition: color 200ms ease-in-out;
  -ms-transition: color 200ms ease-in-out;
  -o-transition: color 200ms ease-in-out;
  transition: color 200ms ease-in-out;
}
.eds_news_Vision.eds_subCollection_calendar .archive_list .EDN_module_box .edn_archive_menu_wrapper li div .edn_archive-year:hover,
.eds_news_Vision.eds_subCollection_calendar .archive_list .EDN_module_box .edn_archive_menu_wrapper li div .edn_archive-month:hover {
  color: #78a145;
}
.eds_news_Vision.eds_subCollection_calendar .archive_list .EDN_module_box .edn_archive_menu_wrapper li div .edn_archive-year:hover > span,
.eds_news_Vision.eds_subCollection_calendar .archive_list .EDN_module_box .edn_archive_menu_wrapper li div .edn_archive-month:hover > span {
  color: #3c3c3c;
}
.eds_news_Vision.eds_subCollection_calendar .archive_list .EDN_module_box .edn_archive_menu_wrapper li div .edn_archive-year > span,
.eds_news_Vision.eds_subCollection_calendar .archive_list .EDN_module_box .edn_archive_menu_wrapper li div .edn_archive-month > span {
  border: solid 1px #c6c9cb;
  border-radius: 10px;
  color: #78a145;
  display: block;
  padding: 0 5px;
  font-weight: bold;
  font-size: 11px;
  line-height: 16px;
  height: 16px;
  text-decoration: none;
  float: right;
  margin-top: -1px;
}
.eds_news_Vision.eds_subCollection_calendar .archive_list .EDN_module_box .edn_archive_menu_wrapper li div .icon.expand_collapse {
  background: url("/DesktopModules/EasyDNNNews/Templates/_default/Vision/images/calendarArchive/archiveItems/icon/predefined/icon.png") no-repeat 0 0;
  width: 19px;
  height: 13px;
  margin-right: 6px;
  float: left;
  margin-top: 2px;
  margin-right: 3px;
  display: block;
  text-indent: -9999px;
}
.eds_news_Vision.eds_subCollection_calendar .archive_list .EDN_module_box .edn_archive_menu_wrapper li div .icon.expand_collapse.collapse {
  background-position: 0 -17px;
  visibility: visible;
}
.eds_news_Vision.eds_subCollection_calendar .archive_list .EDN_module_box .edn_archive_menu_wrapper li.active > div > .edn_archive-year,
.eds_news_Vision.eds_subCollection_calendar .archive_list .EDN_module_box .edn_archive_menu_wrapper li.active > div > .edn_archive-month, .eds_news_Vision.eds_subCollection_calendar .archive_list .EDN_module_box .edn_archive_menu_wrapper li.opened > div > .edn_archive-year,
.eds_news_Vision.eds_subCollection_calendar .archive_list .EDN_module_box .edn_archive_menu_wrapper li.opened > div > .edn_archive-month {
  color: #78A145;
}
.eds_news_Vision.eds_subCollection_calendar .archive_list .EDN_module_box .edn_archive_menu_wrapper li.level_0 div .icon.expand_collapse {
  cursor: pointer;
}
.eds_news_Vision.eds_subCollection_calendar .archive_list .EDN_module_box .edn_archive_menu_wrapper li.level_1 div .icon.expand_collapse {
  display: none;
}
.eds_news_Vision.eds_subCollection_calendar .archive_list .EDN_module_box .edn_archive_menu_wrapper li ul li > div {
  padding-left: 22px;
}
.eds_news_Vision.eds_subCollection_calendar .archive_list .EDN_module_box .edn_archive_menu_wrapper li ul li > div > .edn_archive-month {
  font-weight: normal;
}
.eds_news_Vision.eds_subCollection_calendar .archive_list.events ul {
  margin: 0;
  padding: 0;
}
.eds_news_Vision.eds_subCollection_calendar .archive_list.events ul li {
  padding: 0 0 9px;
  background-image: none !important;
  line-height: 15px;
  border-bottom: solid 1px #b9b9b9;
  margin: 0 0 10px;
  list-style-type: none;
}
.eds_news_Vision.eds_subCollection_calendar .archive_list.events ul li a {
  padding-top: 18px;
  color: #2f2f2f;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  line-height: 15px;
  text-decoration: none;
  -webkit-transition: color 200ms ease-in-out;
  -moz-transition: color 200ms ease-in-out;
  -ms-transition: color 200ms ease-in-out;
  -o-transition: color 200ms ease-in-out;
  transition: color 200ms ease-in-out;
}
.eds_news_Vision.eds_subCollection_calendar .archive_list.events ul li a:hover {
  color: #78A145;
  text-decoration: none;
}
.eds_news_Vision.eds_subCollection_calendar .archive_list.events ul li a span {
  background: url("/DesktopModules/EasyDNNNews/Templates/_default/Vision/images/calendarEvents/eventsItems/icon/predefined/icon.png") no-repeat 0 0;
  padding-left: 22px;
  color: #868686;
  display: block;
}

.eds_news_Vision.eds_subCollection_search .search_input {
  border: solid 3px #e1e1e1;
  height: 43px;
  position: relative;
  padding-right: 56px;
  overflow: hidden;
}
.eds_news_Vision.eds_subCollection_search .search_input > .input input[type="text"] {
  line-height: 43px;
  height: 43px;
  float: left;
  width: 100%;
  padding: 0 0 0 7px;
  border: none;
  background: #f7f7f7 none;
  color: #8f8f8f;
  font-size: 16px;
  box-shadow: none;
  font-family: Arial;
}
.eds_news_Vision.eds_subCollection_search .search_input > .input input[type="text"]:focus {
  background-color: #fff;
  box-shadow: none;
}
.eds_news_Vision.eds_subCollection_search .search_input > .input input[type="text"]:hover {
  box-shadow: none;
}
.eds_news_Vision.eds_subCollection_search .search_input > .input input[type="text"].acLoading {
  background: url("/DesktopModules/EasyDNNNews/Templates/_default/Vision/images/common/indicator.gif") 85% center no-repeat !important;
}
.eds_news_Vision.eds_subCollection_search .search_input .do_search {
  float: left;
  width: 55px;
  height: 43px;
  display: block;
  background: #f7f7f7 url("/DesktopModules/EasyDNNNews/Templates/_default/Vision/images/simpleSearch/submitButton/background/predefined/gradient.png") repeat-x 0 0;
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  box-shadow: -2px 0 5px 0 rgba(0, 0, 0, 0.2);
}
.eds_news_Vision.eds_subCollection_search .search_input .do_search:hover {
  background-position: 0 -43px;
}
.eds_news_Vision.eds_subCollection_search .search_input .do_search span {
  text-indent: -9999px;
  display: block;
  width: 55px;
  height: 43px;
  line-height: 43px;
  font-size: 20px;
  color: #8f8f8f;
  font-family: Arial;
  font-weight: bold;
  text-shadow: 1px 1px 1px #fff;
  text-decoration: none;
  background: transparent url("/DesktopModules/EasyDNNNews/Templates/_default/Vision/images/simpleSearch/submitButton/searchIcon/predefined/magnifier.png") no-repeat center center;
}
.eds_news_Vision.eds_subCollection_search .search_input.button_outside {
  border: none !important;
  padding: 0;
  height: auto;
}
.eds_news_Vision.eds_subCollection_search .search_input.button_outside > .input input[type="text"] {
  border: solid 3px #e1e1e1;
  width: 93%;
  padding: 0 0 0 4%;
}
.eds_news_Vision.eds_subCollection_search .search_input.button_outside .do_search {
  float: right;
  width: auto;
  clear: both;
  padding: 0 20px;
  border: solid 3px #e1e1e1;
  position: relative;
  margin: 15px 3px;
  box-shadow: none;
}
.eds_news_Vision.eds_subCollection_search .search_input.button_outside .do_search span {
  text-indent: 0;
  width: auto;
  display: block;
  padding: 0 55px 0 0;
  background-position: right center;
}
.eds_news_Vision.eds_subCollection_search .search_input.button_outside .do_search:hover {
  background-position: 0 -43px;
  text-decoration: none;
}

.eds_news_Vision.eds_subCollection_search .edncf_AdvancedSearch {
  background-color: #e6e6e6;
}
.eds_news_Vision.eds_subCollection_search .edncf_AdvancedSearch > .edn_module_title {
  border-color: #fff;
  margin: 0 16px;
  padding-top: 11px;
  position: relative;
}
.eds_news_Vision.eds_subCollection_search .edncf_AdvancedSearch > .edn_module_title span {
  color: #a8a8a8;
  font-size: 26px;
}
.eds_news_Vision.eds_subCollection_search .edncf_AdvancedSearch > .edn_module_title:after {
  content: "";
  position: absolute;
  right: -16px;
  top: 0;
  background: #bfbfbf url("/DesktopModules/EasyDNNNews/Templates/_default/Vision/images/advancedSearch/moduleTitle/icon/predefined/icon.png") no-repeat center center;
  width: 60px;
  height: 35px;
}
.eds_news_Vision.eds_subCollection_search .edncf_AdvancedSearch .edncf_container {
  padding: 17px;
  position: relative;
}
.eds_news_Vision.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_CheckBoxSingle,
.eds_news_Vision.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_DropDownList,
.eds_news_Vision.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_CheckBoxList,
.eds_news_Vision.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_RadioButtonList,
.eds_news_Vision.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_Text,
.eds_news_Vision.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_RangeSliderInput {
  display: block;
  margin: 0;
  padding: 0 0 10px;
}
.eds_news_Vision.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_CheckBoxSingle {
  margin-bottom: 7px;
}
.eds_news_Vision.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_Text .edncf_TextInput input[type="text"] {
  padding: 6px 3%;
  font-size: 11px;
  font-family: Arial;
  font-weight: normal;
  color: #fff;
  outline: none;
  -webkit-appearance: none;
  margin: 0;
  border-style: solid;
  border-width: 1px;
  border-color: #b4b4b4 #efefef #efefef #b4b4b4;
  background-color: #cecece;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.24);
  width: 94%;
  height: 17px;
}
.eds_news_Vision.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_DropDownList > span {
  border-style: solid;
  border-width: 1px;
  border-color: #b4b4b4 #efefef #efefef #b4b4b4;
  background-color: #cecece;
  display: inline-block;
  width: 100%;
  height: 29px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.24);
}
.eds_news_Vision.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_DropDownList > span {
  overflow: hidden;
  background-image: url("/DesktopModules/EasyDNNNews/Templates/_default/Vision/images/advancedSearch/select/background/predefined/select-bg.png");
  background-repeat: no-repeat;
  background-position: right 0;
  border-radius: 4px;
}
.eds_news_Vision.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_DropDownList > span select {
  padding: 6px 3%;
  font-size: 11px;
  font-family: Arial;
  font-weight: normal;
  color: #fff;
  outline: none;
  -webkit-appearance: none;
  margin: 0;
  border: none;
  outline: none;
  background: transparent none;
  background-color: rgba(255, 255, 255, 0);
  box-shadow: none;
  border-radius: 4px;
  width: 100%;
}
.eds_news_Vision.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_DropDownList > span select {
  width: 115%;
}
.eds_news_Vision.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_DropDownList > span select option {
  font-size: 12px;
  line-height: 1;
  font-weight: normal;
  background-color: #cecece;
  background-image: none !important;
}
.eds_news_Vision.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_DropDownList > span select option:first-child {
  font-weight: bold;
}
.eds_news_Vision.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_DropDownList > span select:disabled {
  color: #ABABAB;
}
.eds_news_Vision.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_RadioButtonList label,
.eds_news_Vision.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_CheckBoxList label,
.eds_news_Vision.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_CheckBox label,
.eds_news_Vision.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_Text label {
  display: inline-block;
  position: relative;
  padding-left: 23px;
  margin: 0;
  font-size: 12px;
  color: #8d8d8d;
  font-family: Arial;
  line-height: 1.8;
}
.eds_news_Vision.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_Text label {
  display: block;
  padding-left: 0;
}
.eds_news_Vision.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_RadioButtonList label:before,
.eds_news_Vision.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_CheckBox label:before {
  display: inline-block;
  text-align: center;
  margin-right: 10px;
  position: absolute;
  left: 0;
  margin: 2px 0 0;
  font-weight: bold;
  line-height: 1.1;
  content: "";
  font-family: Arial;
}
.eds_news_Vision.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_CheckBox label:before {
  background-color: #CECECE;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3) inset, 1px 1px 1px #FFFFFF;
  font-size: 12px;
  font-weight: bold;
  height: 14px;
  padding: 1px 0 0 1px;
  width: 14px;
  border: solid 1px #a4a4a4;
}
.eds_news_Vision.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_RadioButtonList .edncf_RadioButtonGroup .edncf_RadioButton {
  padding: 2px 10px 2px 0;
  display: inline-block;
}
.eds_news_Vision.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_RadioButtonList .edncf_RadioButtonGroup .edncf_RadioButton input[type="radio"] {
  display: none;
}
.eds_news_Vision.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_RadioButtonList .edncf_RadioButtonGroup .edncf_RadioButton label:before {
  content: "•";
  border-radius: 50%;
  font-size: 27px;
  height: 19px;
  width: 19px;
  line-height: 0.8;
  color: #b0b0b0;
  background-color: #d3d3d3;
  box-shadow: 1px 2px 2px 0px rgba(0, 0, 0, 0.29) inset, 1px 1px 1px #FFFFFF;
  text-shadow: 1px 1px 1px #fff;
}
.eds_news_Vision.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_RadioButtonList .edncf_RadioButtonGroup .edncf_RadioButton input[type="radio"]:checked + label:before {
  color: #78a145;
}
.eds_news_Vision.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_CheckBox {
  padding: 1px 10px 1px 0;
  display: inline-block;
}
.eds_news_Vision.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_CheckBox input[type="checkbox"] {
  display: none;
}
.eds_news_Vision.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_CheckBox input[type="checkbox"]:checked + label:before {
  content: "✓";
  background-color: #C4C4C4;
  border: 1px solid #B6B6B6;
  box-shadow: 3px 3px 5px 0 #FFFFFF inset, 0 0 3px rgba(0, 0, 0, 0.26);
  color: #78A145;
  height: 14px;
  width: 14px;
  text-shadow: 1px 1px 2px #fff;
}
.eds_news_Vision.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_RadioButtonList .edncf_RadioButtonListName,
.eds_news_Vision.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_CheckBoxList .edncf_CheckBoxListName,
.eds_news_Vision.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_RangeSliderInput label > span {
  font-weight: bold;
  font-family: Arial;
  font-size: 12px;
  color: #8d8d8d;
  line-height: 2;
  display: block;
}
.eds_news_Vision.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_CheckBox .edncf_ltIE input[type="checkbox"],
.eds_news_Vision.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_CheckBoxList .edncf_CheckBoxListGroup .edncf_ltIE .edncf_CheckBox input[type="checkbox"] {
  display: inline;
}
.eds_news_Vision.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_CheckBox .edncf_ltIE label,
.eds_news_Vision.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_CheckBoxList .edncf_CheckBoxListGroup .edncf_ltIE .edncf_CheckBox label {
  padding-left: 0;
}
.eds_news_Vision.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_CheckBox .edncf_ltIE label:before,
.eds_news_Vision.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_CheckBoxList .edncf_CheckBoxListGroup .edncf_ltIE .edncf_CheckBox label:before {
  display: none;
}
.eds_news_Vision.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_RadioButtonList .edncf_RadioButtonGroup .edncf_ltIE .edncf_RadioButton input[type="radio"] {
  display: inline;
}
.eds_news_Vision.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_RadioButtonList .edncf_RadioButtonGroup .edncf_ltIE .edncf_RadioButton label {
  padding-left: 0;
}
.eds_news_Vision.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_RadioButtonList .edncf_RadioButtonGroup .edncf_ltIE .edncf_RadioButton label:before {
  display: none;
}
.eds_news_Vision.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_RangeSliderInput .irs {
  height: 35px;
  position: relative;
  display: block;
}
.eds_news_Vision.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_RangeSliderInput .irs .irs-line {
  background-color: #CECECE;
  border: 1px solid #B6B6B6;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.24) inset, 1px 1px 1px rgba(255, 255, 255, 0.35);
  display: block;
  height: 7px;
  overflow: hidden;
  padding: 5px;
  position: relative;
  top: 4px;
  border-radius: 8px;
}
.eds_news_Vision.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_RangeSliderInput .irs .irs-line .irs-line-left,
.eds_news_Vision.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_RangeSliderInput .irs .irs-line .irs-line-right {
  display: none;
}
.eds_news_Vision.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_RangeSliderInput .irs .irs-line .irs-line-mid {
  background-color: #FFFFFF;
  border: 1px solid #A4A4A4;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.45) inset;
  display: block;
  height: 5px;
  width: 100%;
  border-radius: 3px;
}
.eds_news_Vision.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_RangeSliderInput .irs .irs-diapason {
  top: 10px;
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 7px;
  background-color: #868686;
  box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.28) inset, 1px 1px 1px rgba(255, 255, 255, 0.35);
}
.eds_news_Vision.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_RangeSliderInput .irs .irs-slider {
  border: solid 1px #7e7e7e;
  background-color: #bfbfbf;
  height: 17px;
  width: 17px;
  cursor: default;
  display: block;
  position: absolute;
  z-index: 1;
  top: 4px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.57), 4px 4px 5px rgba(255, 255, 255, 0.7) inset;
  border-radius: 50%;
}
.eds_news_Vision.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_RangeSliderInput .irs .irs-from,
.eds_news_Vision.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_RangeSliderInput .irs .irs-to,
.eds_news_Vision.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_RangeSliderInput .irs .irs-single {
  color: #78a145;
  background: none transparent;
  cursor: default;
  display: block;
  position: absolute;
  white-space: nowrap;
  font: 12px/1 Arial;
  top: 27px;
  padding: 0;
  left: 0;
  white-space: nowrap;
}
.eds_news_Vision.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_RangeSliderInput .irs .irs-min,
.eds_news_Vision.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_RangeSliderInput .irs .irs-max {
  background: none transparent;
  padding: 0;
  text-shadow: none;
  top: 25px;
  font: 10px/1 Arial;
  color: #a8a8a8;
  position: absolute;
  display: block;
  cursor: default;
}
.eds_news_Vision.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_RangeSliderInput .irs .irs-min {
  left: 0;
}
.eds_news_Vision.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_RangeSliderInput .irs .irs-max {
  right: 0;
}
.eds_news_Vision.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_submitContainer {
  text-align: center;
}
.eds_news_Vision.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_submitContainer .edncf_submit,
.eds_news_Vision.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_submitContainer .edncf_reset {
  background-color: #c2c2c2;
  border-style: solid;
  border-width: 1px;
  border-color: #C6C6C6 #B1B1B1 #B3B0B0 #C6C6C6;
  font-family: "BenchNine", sans-serif;
  font-size: 21px;
  line-height: 28px;
  display: inline-block;
  font-weight: bold;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.35);
  color: #fff;
  text-transform: lowercase;
  padding: 0 20px;
  margin: 0 5px;
  text-decoration: none;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2), 3px 3px 2px -1px rgba(255, 255, 255, 0.41) inset, 1px 29px 20px -20px rgba(255, 255, 255, 0.6) inset;
  -webkit-transition: background 200ms ease-in-out;
  -moz-transition: background 200ms ease-in-out;
  -ms-transition: background 200ms ease-in-out;
  -o-transition: background 200ms ease-in-out;
  transition: background 200ms ease-in-out;
}
.eds_news_Vision.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_submitContainer .edncf_submit:hover,
.eds_news_Vision.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_submitContainer .edncf_reset:hover {
  background-color: #D5D3D3;
}
.eds_news_Vision.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_searchInProgressOverlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #E1E0E0 url("/DesktopModules/EasyDNNNews/Templates/_default/Vision/images/common/searchInProgress.gif") center center no-repeat;
  opacity: 0.5;
  width: 100%;
  z-index: 999;
}

.eds_news_Vision.eds_subCollection_tagCloud .tags {
  overflow: hidden;
}
.eds_news_Vision.eds_subCollection_tagCloud .tags a {
  color: #fff;
  font-weight: bold;
  font-size: 12px;
  font-family: Arial;
  text-decoration: none;
  background-color: #cacaca;
  line-height: 24px;
  height: 24px;
  margin: 0 4px 4px 0;
  padding: 0 6px;
  white-space: nowrap;
  float: left;
  border-radius: 3px;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.eds_news_Vision.eds_subCollection_tagCloud .tags a:hover {
  background-color: #78a145;
  color: #fff;
}
.eds_news_Vision.eds_subCollection_tagCloud .tags a .tag-count {
  display: inline-block;
  color: #78a145;
  margin-left: 10px;
  font-size: 11px;
  line-height: 16px;
  height: 16px;
  border: solid 1px #dddfe0;
  padding: 0 5px;
  border-radius: 10px;
  background-color: #fff;
  font-weight: normal;
}

.EDN_search.theme_Vision {
  padding: 0px;
  border: 1px solid #ebebeb;
  background-color: #fff;
  overflow: hidden;
  z-index: 9999999;
  padding: 3px;
  box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.27);
  margin: 0 20px;
}
.EDN_search.theme_Vision ul {
  margin: 0px;
  padding: 0px;
  list-style-position: outside;
  list-style: none;
}
.EDN_search.theme_Vision ul li {
  margin: 0px;
  padding: 2px 5px;
  display: block;
  font: Arial;
  font-size: 12px;
  color: #494949;
  border: solid 1px transparent;
}
.EDN_search.theme_Vision ul li span a {
  color: #494949;
  text-decoration: none;
}
.EDN_search.theme_Vision ul li span a:hover {
  text-decoration: none;
  color: #78A145;
  text-decoration: none;
}
.EDN_search.theme_Vision .acSelect {
  background-color: #fcfcfc;
  color: #494949;
  border-color: #e1e1e1 transparent;
}
.EDN_search.theme_Vision .acSelect a {
  color: #494949;
}

.qtip.edn_calendarbox_Vision {
  position: absolute;
  left: -28000px;
  top: -28000px;
  display: none;
  min-width: 50px;
  font-size: 10px;
  line-height: 12px;
  direction: ltr;
  padding: 0;
  margin: 0;
  background-color: #fcfcfc;
  border: 2px solid #ebebeb;
  border-radius: 3px;
  width: 500px;
  max-width: 95%;
  box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.2);
}
.qtip.edn_calendarbox_Vision > .qtip-content {
  position: relative;
  padding: 0;
  margin: 0;
  border: 0;
  overflow: hidden;
  text-align: left;
  word-wrap: break-word;
}
.qtip.edn_calendarbox_Vision > .qtip-content > .title {
  border: 0;
  border-bottom: solid 1px #fff;
  background: #b1b1b1;
  margin: 0;
  padding: 3px 15px;
  display: block;
}
.qtip.edn_calendarbox_Vision > .qtip-content > .title span {
  font: 12px Arial;
  color: #fff;
  line-height: 12px;
  font-weight: bold;
}
.qtip.edn_calendarbox_Vision > .qtip-content > .title span a {
  text-decoration: none;
  color: #fff;
  text-decoration: underline;
}
.qtip.edn_calendarbox_Vision > .qtip-content > .title span a:hover {
  color: #000;
  text-decoration: none;
}
.qtip.edn_calendarbox_Vision > .qtip-content > .wrapper {
  padding: 0;
  margin: 0;
  border: 0;
  overflow: hidden;
  display: block;
  max-width: none;
  max-height: none;
  width: auto;
  height: auto;
}
.qtip.edn_calendarbox_Vision > .qtip-content > .wrapper > .article {
  display: block;
  margin: 0;
  border: 0;
  padding: 15px;
  overflow: hidden;
}
.qtip.edn_calendarbox_Vision > .qtip-content > .wrapper > .article > img {
  float: left;
  margin: 0 10px 7px 0;
  padding: 1px;
  border: solid 1px #ebebeb;
  border-radius: 3px;
  background: #fff;
  max-width: 100px;
  max-height: 100px;
}
.qtip.edn_calendarbox_Vision > .qtip-content > .wrapper > .article > p.title {
  margin: 0 0 2px 0;
  padding: 0;
}
.qtip.edn_calendarbox_Vision > .qtip-content > .wrapper > .article > p.title a {
  font-size: 16px;
  line-height: 1;
  font-weight: bold;
  font-family: "BenchNine", sans-serif;
  color: #78a145;
  text-decoration: none;
}
.qtip.edn_calendarbox_Vision > .qtip-content > .wrapper > .article > p.title a:hover {
  color: #000;
  text-decoration: none;
}
.qtip.edn_calendarbox_Vision > .qtip-content > .wrapper > .article > p.location {
  font-size: 12px;
  line-height: 24px;
  height: 24px;
  font-weight: bold;
  color: #2f2f2f;
  margin-top: 5px;
  padding: 0 0 0 20px;
  display: inline-block;
  background: url("/DesktopModules/EasyDNNNews/Templates/_default/Vision/images/qtip/eventLocation/icon/predefined/location.png") no-repeat 0 0;
}
.qtip.edn_calendarbox_Vision > .qtip-content > .wrapper > .article > .content {
  color: #333333;
  font: 12px Arial;
  line-height: 14px;
}
.qtip.edn_calendarbox_Vision > .qtip-content > .wrapper > .article > .content p {
  margin: 10px 0 0;
}
.qtip.edn_calendarbox_Vision > .qtip-content > .wrapper > .article > a {
  float: right;
  clear: both;
  text-decoration: none;
  font-family: "BenchNine", sans-serif;
  font-weight: bold;
  font-size: 14px;
  line-height: 18px;
  color: #fff;
  margin: 3px 0 0;
  padding: 2px 10px;
  border: solid 1px #cacaca;
  border-radius: 3px;
  background-color: #cacaca;
  -webkit-transition: background 200ms ease-in-out;
  -moz-transition: background 200ms ease-in-out;
  -ms-transition: background 200ms ease-in-out;
  -o-transition: background 200ms ease-in-out;
  transition: background 200ms ease-in-out;
}
.qtip.edn_calendarbox_Vision > .qtip-content > .wrapper > .article > a:hover {
  background: #fff;
  color: #78a145;
}
.qtip.edn_calendarbox_Vision > .qtip-content > .wrapper > .article_list {
  display: block;
  margin: 0 0 0 15px;
  border: 0;
  padding: 15px;
  overflow: hidden;
}
.qtip.edn_calendarbox_Vision > .qtip-content > .wrapper > .article_list > li {
  margin: 5px 0 0px;
  padding: 0;
  border: 0;
  list-style-type: circle;
}
.qtip.edn_calendarbox_Vision > .qtip-content > .wrapper > .article_list > li > a {
  color: #000;
  font: 12px Arial;
  line-height: 14px;
  text-decoration: none;
}
.qtip.edn_calendarbox_Vision > .qtip-content > .wrapper > .article_list > li > a:hover {
  color: #78a145;
}
.qtip.edn_calendarbox_Vision > .qtip-content > .wrapper > .article_list > li > p {
  color: #2f2f2f;
  margin: 0;
  padding: 0;
  border: 0;
  font: 10px Arial;
  line-height: 12px;
}

@media handheld, only screen and (max-width: 980px), only screen and (max-device-width: 980px) {
  .eds_news_Vision.eds_subCollection_news .EDN_article.edn_smallMultiarticleBox > div {
    clear: both;
    display: block;
    margin: 0 0 15px;
    position: relative;
    width: auto;
    z-index: 1;
  }
  .eds_news_Vision.eds_subCollection_news .EDN_article.edn_smallMultiarticleBox > div > a img {
    max-width: none;
    width: 100%;
  }
  .eds_news_Vision.eds_subCollection_news .EDN_article.edn_smallMultiarticleBox > div .edn_smallMultiarticleBoxContent .EDN_summary {
    display: none;
  }
  .eds_news_Vision.eds_subCollection_news .EDN_article.edn_smallMultiarticleBox > div .edn_smallMultiarticleBoxContent .EDN_summary.EDN_summary_980 {
    display: inline;
  }
}
@media handheld, only screen and (max-width: 480px), only screen and (max-device-width: 480px) {
  .eds_news_Vision.eds_subCollection_news .EDN_article .EDN_meta-details {
    display: none;
  }
  .eds_news_Vision.eds_subCollection_news .EDN_article h2 {
    font-size: 20px;
    line-height: 20px;
  }
  .eds_news_Vision.eds_subCollection_news .EDN_article h2 a {
    font-size: 20px;
    line-height: 20px;
  }
  .eds_news_Vision.eds_subCollection_news .EDN_article h3 {
    font-size: 14px;
    line-height: 16px;
  }
  .eds_news_Vision.eds_subCollection_news .EDN_article .EDN_mediaContainer {
    width: 100%;
    float: none;
    margin: 0;
  }
  .eds_news_Vision.eds_subCollection_news .EDN_article .EDN_mediaContainer img {
    width: 100%;
  }
  .eds_news_Vision.eds_subCollection_news .EDN_article.EDN_articleBox.EDN_displayInline {
    width: 100%;
    margin: 0 auto 10px;
    display: block;
  }
  .eds_news_Vision.eds_subCollection_news .EDN_article.EDN_articleBox.EDN_displayInline .EDN_imageContainerBox {
    overflow: hidden;
    width: 100%;
    max-width: none !important;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  .eds_news_Vision.eds_subCollection_news .EDN_article.EDN_articleSimple .EDN_simpleArticleImage {
    width: 100%;
  }
  .eds_news_Vision.eds_subCollection_news .EDN_article.EDN_articleSimple .EDN_simpleArticleImage img {
    width: 100%;
  }
  .eds_news_Vision.eds_subCollection_news .EDN_article.details .EDN_authorGroupDetails .social-networks {
    width: 100%;
    float: left;
  }
  .eds_news_Vision.eds_subCollection_news .EDN_article.details .EDN_authorGroupDetails .button.contact, .eds_news_Vision.eds_subCollection_news .EDN_article.details .EDN_authorGroupDetails .button.full_bio {
    float: left;
    margin: 10px 15px 0 0;
  }
  .eds_news_Vision.eds_subCollection_news .EDN_article.details .EDN_meta-details {
    display: block;
  }
  .eds_news_Vision.eds_subCollection_news .EDN_article.details .EDN_meta-details li {
    float: none;
    display: block;
  }
  .eds_news_Vision.eds_subCollection_news .EDN_article.edn_smallMultiarticleBox > div {
    width: auto;
    display: block;
    margin: 0 auto 15px !important;
  }
  .eds_news_Vision.eds_subCollection_news .EDN_article.EDN_two-articles-row {
    margin-bottom: 0;
  }
  .eds_news_Vision.eds_subCollection_news .EDN_article.EDN_two-articles-row .EDN_two-articles {
    float: none;
    width: auto;
    margin: 0 0 20px 0;
  }
  .eds_news_Vision.eds_subCollection_news .EDN_article.EDN_two-articles-row .EDN_two-articles .EDN_mediaContainer {
    width: auto;
    max-width: 100%;
    float: left;
    margin: 0 15px 0 0;
  }
  .eds_news_Vision.eds_subCollection_news .EDN_article.EDN_two-articles-row .EDN_two-articles .EDN_mediaContainer img {
    max-width: 100%;
    float: left;
    width: auto;
  }
  .eds_news_Vision.eds_subCollection_news .EDN_article.EDN_sidebar_box a .EDN_mediaContainer {
    max-width: 100%;
    width: auto;
    float: left;
    margin-right: 15px;
  }
  .eds_news_Vision.eds_subCollection_news .EDN_article.EDN_sidebar_box a .EDN_mediaContainer img {
    max-width: 100%;
    width: auto;
  }
  .eds_news_Vision.eds_subCollection_news .EDN_article .eds_timeLineThumbnail {
    float: none;
    width: 100% !important;
    margin: 0;
  }
  .eds_news_Vision.eds_subCollection_news .EDN_article .eds_timeLineThumbnail > a img {
    width: 100%;
  }
  .eds_news_Vision.eds_subCollection_news .EDN_article.eds_timeLineArticle2:after {
    display: none;
  }
  .eds_news_Vision.eds_subCollection_news .EDN_article.eds_timeLineArticle2 .eds_timeLineThumbnail {
    margin-bottom: 10px;
    overflow: hidden;
  }
  .eds_news_Vision.eds_subCollection_news .EDN_article.eds_timeLineArticle2 .eds_timeLineArticle {
    clear: both;
  }
  .eds_news_Vision.eds_subCollection_news.eds_templateGroup_listArticleInBox > div > span > span {
    width: 100%;
  }
  .eds_news_Vision.eds_subCollection_news .child_categories .EDN_catalog-item a {
    width: 44%;
    padding: 2%;
    display: block;
  }
}
.eds_news_Vision.eds_subCollection_news.eds_print .article_gallery,
.eds_news_Vision.eds_subCollection_news.eds_print .article_comments,
.eds_news_Vision.eds_subCollection_news.eds_print .fb-comments,
.eds_news_Vision.eds_subCollection_news.eds_print #disqus_thread,
.eds_news_Vision.eds_subCollection_news.eds_print .EDN_meta-tags,
.eds_news_Vision.eds_subCollection_news.eds_print .admin_action,
.eds_news_Vision.eds_subCollection_news.eds_print .edn_socialPrintWrapper,
.eds_news_Vision.eds_subCollection_news.eds_print .eds_openModal,
.eds_news_Vision.eds_subCollection_news.eds_print .eds_signUpActionBarWrapper {
  display: none;
}
.eds_news_Vision.eds_subCollection_news.eds_print .EDN_meta-details {
  background: none transparent;
}
.eds_news_Vision.eds_subCollection_news.eds_print .EDN_meta-details > li {
  color: #000 !important;
  background: none transparent !important;
  padding-left: 0 !important;
}
.eds_news_Vision.eds_subCollection_news.eds_print .EDN_meta-details > li.EDN_author > a {
  color: #000;
  text-decoration: none;
}
.eds_news_Vision.eds_subCollection_news.eds_print .EDN_meta-details > li.EDN_comments {
  display: none;
}
.eds_news_Vision.eds_subCollection_news.eds_print .EDN_article .EDN_mediaContainer:after, .eds_news_Vision.eds_subCollection_news.eds_print .EDN_article .EDN_mediaContainer:before {
  display: none;
}
.eds_news_Vision.eds_subCollection_news.eds_print .EDN_article .EDN_mediaContainer.EDN_videoAudio {
  display: none;
}
.eds_news_Vision.eds_subCollection_news.eds_print .EDN_article h3.articleSubTitle {
  color: #999;
}
.eds_news_Vision.eds_subCollection_news.eds_print .EDN_article .EDN_article_content {
  clear: both;
  color: #000;
}
.eds_news_Vision.eds_subCollection_news.eds_print .EDN_article .edn_articleDocuments,
.eds_news_Vision.eds_subCollection_news.eds_print .EDN_article .edn_articleLinks,
.eds_news_Vision.eds_subCollection_news.eds_print .EDN_article .edn_relatedArticles,
.eds_news_Vision.eds_subCollection_news.eds_print .EDN_article .EDN_authorGroupDetails {
  display: none;
}
.eds_news_Vision.eds_subCollection_news.eds_print .EDN_article.EDN_details h1 {
  color: #000;
}
.eds_news_Vision.eds_subCollection_news.eds_print .EDN_article.EDN_details .EDN_event-location-container {
  background: none transparent !important;
  border: none !important;
  padding-left: 0;
  padding-right: 0;
}
.eds_news_Vision.eds_subCollection_news.eds_print .EDN_article.EDN_details .EDN_event-location-container > p {
  color: #000 !important;
  padding-left: 0 !important;
  background: none transparent !important;
}
.eds_news_Vision.eds_subCollection_news.eds_print .EDN_article.EDN_details .EDN_event-location-container .EDN_event-date .export-calendar {
  display: none;
}
.eds_news_Vision.eds_subCollection_news.eds_print .EDN_article.EDN_details .in_article_image {
  background-color: transparent;
  border: solid 1px #eee;
}
.eds_news_Vision.eds_subCollection_news.eds_print .EDN_article.EDN_details .in_article_image .image_wrapper:before, .eds_news_Vision.eds_subCollection_news.eds_print .EDN_article.EDN_details .in_article_image .image_wrapper:after {
  display: none;
}
.eds_news_Vision.eds_subCollection_news.eds_print .EDN_article.EDN_details .in_article_image .image_title {
  color: #000;
  border-bottom: solid 1px #ddd;
}
.eds_news_Vision.eds_subCollection_news.eds_print .EDN_article.EDN_details .in_article_image .image_description {
  color: #000;
}
.eds_news_Vision.eds_subCollection_news.eds_print .EDN_article.EDN_articleSimple .EDN_simpleDate {
  color: #000;
}
.eds_news_Vision.eds_subCollection_news.eds_print .edsAccordion {
  margin: 0;
}
.eds_news_Vision.eds_subCollection_news.eds_print .edsAccordion .edsAccordion_section .edsAccordion_title {
  display: none;
}
.eds_news_Vision.eds_subCollection_news.eds_print .edsAccordion .edsAccordion_section .edsAccordion_contentWrapper {
  height: auto;
}
.eds_news_Vision.eds_subCollection_news.eds_print .edsAccordion .edsAccordion_section .edsAccordion_contentWrapper .edsAccordion_content {
  padding: 0;
}
.eds_news_Vision.eds_subCollection_news.eds_print .edsTabulator > ul {
  display: none;
}
.eds_news_Vision.eds_subCollection_news.eds_print .edsTabulator .edsTabulator_tabsWrapper .edsTabulator_tab {
  position: relative;
  visibility: visible;
  top: auto;
  padding: 0;
}

/*# sourceMappingURL=themeBase.css.map */

/* - End of /DesktopModules/EasyDNNNews/Templates/_default/Vision/Vision.css - */
/* - Start of /DesktopModules/EasyDNNnews/Templates/_default/NewsOne/NewsOne.css - */
.eds_news_NewsOne * {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.eds_news_NewsOne .edn_module_box, .eds_news_NewsOne.eds_subCollection_tagCloud, .eds_news_NewsOne.eds_subCollection_calendar .callendar_table_container, .eds_news_NewsOne.eds_subCollection_calendar .archive_list {
  margin-bottom: 10px;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;
  vertical-align: baseline;
  line-height: 1.25em;
  border: 1px solid #cdcdcd;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: #f6f6f6;
  padding: 1px;
}
.eds_news_NewsOne .edn_module_box > h1.edn_module_title, .eds_news_NewsOne.eds_subCollection_tagCloud > h1.edn_module_title, .eds_news_NewsOne.eds_subCollection_calendar .callendar_table_container > h1.edn_module_title, .eds_news_NewsOne.eds_subCollection_calendar .archive_list > h1.edn_module_title {
  background: url("/DesktopModules/EasyDNNnews/Templates/_default/NewsOne/images/common/module_title_background.png") repeat-x 0 0 #dbdbdb;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
  margin: 0;
}
.eds_news_NewsOne .edn_module_box > h1.edn_module_title span, .eds_news_NewsOne.eds_subCollection_tagCloud > h1.edn_module_title span, .eds_news_NewsOne.eds_subCollection_calendar .callendar_table_container > h1.edn_module_title span, .eds_news_NewsOne.eds_subCollection_calendar .archive_list > h1.edn_module_title span {
  line-height: 1.25em;
  display: block;
  color: #4e4e4e;
  text-shadow: 1px 1px 2px #fff;
  font-size: 20px;
  padding: 5px 8px 6px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
}
.eds_news_NewsOne .clear_content {
  clear: both;
}
.eds_news_NewsOne.eds_subCollection_categoryMenu {
  margin: 0 0 10px;
}
.eds_news_NewsOne.eds_subCollection_categoryMenu .edn_module_box > h1.edn_module_title {
  background-color: #343434;
}
.eds_news_NewsOne.eds_subCollection_categoryMenu .edn_module_box > h1.edn_module_title span {
  color: #f6f6f6;
  text-shadow: none;
}
.eds_news_NewsOne.eds_subCollection_categoryMenu .edn_module_box > .edn_category_menu_wrapper {
  padding: 0;
  margin: 0;
}
.eds_news_NewsOne.eds_subCollection_categoryMenu .edn_module_box > .edn_category_menu_wrapper ul {
  padding: 0;
  margin: 0;
}
.eds_news_NewsOne.eds_subCollection_categoryMenu .edn_module_box > .edn_category_menu_wrapper li {
  list-style: none;
  font-size: 0;
  line-height: 0;
}
.eds_news_NewsOne.eds_subCollection_categoryMenu .edn_module_box > .edn_category_menu_wrapper li > div {
  border: 0;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #dedede;
  background: url("/DesktopModules/EasyDNNnews/Templates/_default/NewsOne/images/common/category_menu/item_bg.png") repeat-x 0 0 #f0f0f0;
  overflow: hidden;
  padding: 5px 4px 4px 100px;
  position: relative;
}
.eds_news_NewsOne.eds_subCollection_categoryMenu .edn_module_box > .edn_category_menu_wrapper li > div a {
  display: none;
}
.eds_news_NewsOne.eds_subCollection_categoryMenu .edn_module_box > .edn_category_menu_wrapper li > div .icon {
  display: block;
  float: right;
  text-indent: -10000px;
  margin: 0 0 0 4px;
}
.eds_news_NewsOne.eds_subCollection_categoryMenu .edn_module_box > .edn_category_menu_wrapper li > div .icon.rss {
  background: url("/DesktopModules/EasyDNNnews/Templates/_default/NewsOne/images/common/category_menu/rss.png") no-repeat 0 0;
  height: 12px;
  width: 12px;
  margin: 2px 2px 0 4px;
}
.eds_news_NewsOne.eds_subCollection_categoryMenu .edn_module_box > .edn_category_menu_wrapper li > div .icon.rss:hover {
  background-position: -12px 0;
}
.eds_news_NewsOne.eds_subCollection_categoryMenu .edn_module_box > .edn_category_menu_wrapper li > div .icon.expand_collapse {
  background: url("/DesktopModules/EasyDNNnews/Templates/_default/NewsOne/images/common/category_menu/expand_collapse.png") no-repeat 4px 4px;
  height: 13px;
  width: 21px;
  margin: 2px 2px 0 4px;
  cursor: pointer;
}
.eds_news_NewsOne.eds_subCollection_categoryMenu .edn_module_box > .edn_category_menu_wrapper li > div .icon.expand_collapse:hover {
  background-position: -13px 4px;
}
.eds_news_NewsOne.eds_subCollection_categoryMenu .edn_module_box > .edn_category_menu_wrapper li > div .icon.expand_collapse.collapse {
  background-position: 4px -8px;
  visibility: visible;
}
.eds_news_NewsOne.eds_subCollection_categoryMenu .edn_module_box > .edn_category_menu_wrapper li > div .icon.expand_collapse.collapse:hover {
  background-position: -13px -8px;
}
.eds_news_NewsOne.eds_subCollection_categoryMenu .edn_module_box > .edn_category_menu_wrapper li > div > span {
  font-size: 12px;
  color: #333;
  display: inline;
  line-height: 15px;
}
.eds_news_NewsOne.eds_subCollection_categoryMenu .edn_module_box > .edn_category_menu_wrapper li > div > a.category {
  font-size: 12px;
  font-family: Arial;
  color: #333;
  display: inline;
  line-height: 15px;
}
.eds_news_NewsOne.eds_subCollection_categoryMenu .edn_module_box > .edn_category_menu_wrapper li > div > a.category span {
  color: #898989;
}
.eds_news_NewsOne.eds_subCollection_categoryMenu .edn_module_box > .edn_category_menu_wrapper li > div > a.category:hover {
  color: #B50909;
}
.eds_news_NewsOne.eds_subCollection_categoryMenu .edn_module_box > .edn_category_menu_wrapper li > div > img, .eds_news_NewsOne.eds_subCollection_categoryMenu .edn_module_box > .edn_category_menu_wrapper li > div > a.image > img {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  float: left;
  margin: 0 7px 5px 0;
}
.eds_news_NewsOne.eds_subCollection_categoryMenu .edn_module_box > .edn_category_menu_wrapper li > div > a.image {
  float: left;
  display: block;
  margin: 0 7px 5px 0;
}
.eds_news_NewsOne.eds_subCollection_categoryMenu .edn_module_box > .edn_category_menu_wrapper li > div > a.image > img {
  margin: 0;
  float: none;
}
.eds_news_NewsOne.eds_subCollection_categoryMenu .edn_module_box > .edn_category_menu_wrapper li.active > div > a.category {
  font-weight: bold;
}
.eds_news_NewsOne.eds_subCollection_categoryMenu .edn_module_box > .edn_category_menu_wrapper > li > div {
  padding-left: 10px;
}
.eds_news_NewsOne.eds_subCollection_categoryMenu .edn_module_box > .edn_category_menu_wrapper > li ul li > div {
  background-color: #d7d7d7;
}
.eds_news_NewsOne.eds_subCollection_categoryMenu .edn_module_box > .edn_category_menu_wrapper > li ul li > div .bullet {
  background: url("/DesktopModules/EasyDNNnews/Templates/_default/NewsOne/images/common/category_menu/item_bullets.png") no-repeat 0 0;
  float: none;
  height: 9px;
  width: 9px;
  margin: 4px 3px 0 0;
  display: block;
  float: left;
}
.eds_news_NewsOne.eds_subCollection_categoryMenu .edn_module_box > .edn_category_menu_wrapper > li li.level_1 > div {
  padding-left: 20px;
}
.eds_news_NewsOne.eds_subCollection_categoryMenu .edn_module_box > .edn_category_menu_wrapper > li li.level_2 > div {
  padding-left: 30px;
}
.eds_news_NewsOne.eds_subCollection_categoryMenu .edn_module_box > .edn_category_menu_wrapper > li li.level_3 > div {
  padding-left: 40px;
}
.eds_news_NewsOne.eds_subCollection_categoryMenu .edn_module_box > .edn_category_menu_wrapper > li li.level_4 > div {
  padding-left: 50px;
}
.eds_news_NewsOne.eds_subCollection_categoryMenu .edn_module_box > .edn_category_menu_wrapper > li li.level_5 > div {
  padding-left: 60px;
}
.eds_news_NewsOne.eds_subCollection_categoryMenu .edn_module_box > .edn_category_menu_wrapper > li li.level_6 > div {
  padding-left: 70px;
}
.eds_news_NewsOne.eds_subCollection_categoryMenu .edn_module_box > .edn_category_menu_wrapper > li li.level_7 > div {
  padding-left: 80px;
}
.eds_news_NewsOne.eds_subCollection_categoryMenu .edn_module_box > .edn_category_menu_wrapper > li li.level_8 > div {
  padding-left: 90px;
}
.eds_news_NewsOne.eds_subCollection_search {
  margin: 0 0 10px;
}
.eds_news_NewsOne.eds_subCollection_search .search_message {
  font: 14px Arial, Helvetica, sans-serif;
  color: #000;
  display: block;
}
.eds_news_NewsOne.eds_subCollection_search .search_input {
  overflow: hidden;
  border: 1px solid #bdbdbd;
  width: 229px;
}
.eds_news_NewsOne.eds_subCollection_search .search_input .input {
  float: left;
  overflow: hidden;
  height: 30px;
  padding: 0;
  margin: 0;
  background: #e6e6e6;
  -webkit-box-shadow: inset 1px 1px 2px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 1px 1px 2px 0 rgba(0, 0, 0, 0.2);
  box-shadow: inset 1px 1px 2px 0 rgba(0, 0, 0, 0.2);
}
.eds_news_NewsOne.eds_subCollection_search .search_input .input input {
  background: transparent;
  width: 183px;
  padding: 7px 5px 6px;
  border: 0;
  margin: 0;
  font-size: 12px;
  font-weight: normal;
  color: #4d4d4d;
  line-height: 17px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.eds_news_NewsOne.eds_subCollection_search .search_input .input input.acLoading {
  background: url("/DesktopModules/EasyDNNnews/Templates/_default/NewsOne/images/common/indicator.gif") 85% center no-repeat !important;
}
.eds_news_NewsOne.eds_subCollection_search .search_input .do_search {
  display: block;
  width: 34px;
  height: 30px;
  text-indent: -10000px;
  background: url("/DesktopModules/EasyDNNnews/Templates/_default/NewsOne/images/common/search/inside_button_bg.png") no-repeat 0 0 #fff;
  padding: 0;
  margin: 0;
  border: 0;
  border-left: 1px solid #BABABA;
  float: right;
  cursor: pointer;
  text-decoration: none;
  -webkit-box-shadow: -1px 0 1px 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow: -1px 0 1px 0 rgba(0, 0, 0, 0.12);
  box-shadow: -1px 0 1px 0 rgba(0, 0, 0, 0.12);
}
.eds_news_NewsOne.eds_subCollection_search .search_input .do_search span {
  font-size: 0;
  line-height: 0;
}
.eds_news_NewsOne.eds_subCollection_search .search_input .do_search:hover {
  background-color: #E0E0E0;
}
.eds_news_NewsOne.eds_subCollection_search .search_input.button_outside {
  border: 0;
}
.eds_news_NewsOne.eds_subCollection_search .search_input.button_outside .input {
  border: 1px solid #bdbdbd;
  float: none;
  width: auto;
}
.eds_news_NewsOne.eds_subCollection_search .search_input.button_outside .input input {
  width: 100%;
}
.eds_news_NewsOne.eds_subCollection_search .search_input.button_outside .do_search {
  text-indent: 0;
  float: none;
  margin: 5px 2px 2px 0px;
  -webkit-box-shadow: 0 0 1px 0 #888;
  -moz-box-shadow: 0 0 1px 0 #888;
  box-shadow: 0 0 1px 0 #888;
  border: 1px solid #bdbdbd;
  width: auto;
  float: left;
  padding: 0 40px 0 10px;
  background: url("/DesktopModules/EasyDNNnews/Templates/_default/NewsOne/images/common/search/outside_button_bg.png") no-repeat top right #fff;
}
.eds_news_NewsOne.eds_subCollection_search .search_input.button_outside .do_search span {
  font-size: 14px;
  line-height: 30px;
  font-weight: bold;
  font-family: Arial;
  color: #7E7E7E;
}
.eds_news_NewsOne.eds_subCollection_search .search_input.button_outside .do_search:hover {
  background-color: #E0E0E0;
}
.eds_news_NewsOne.eds_subCollection_search .search_input.button_outside .do_search:hover span {
  color: #7E7E7E;
}
.eds_news_NewsOne.eds_subCollection_search .search_input.button_outside .do_search.right {
  float: right;
  margin-right: 0;
}
.eds_news_NewsOne.eds_subCollection_search .edncf_AdvancedSearch {
  background-color: #F6F6F6;
  border: 1px solid #CDCDCD;
  border-radius: 4px 4px 4px 4px;
}
.eds_news_NewsOne.eds_subCollection_search .edncf_AdvancedSearch .edn_module_title {
  background: url("/DesktopModules/EasyDNNnews/Templates/_default/NewsOne/images/common/module_title_background.png") repeat-x scroll 0 0 #DBDBDB;
  border-radius: 3px 3px 0 0;
  margin: 1px;
  padding: 0;
}
.eds_news_NewsOne.eds_subCollection_search .edncf_AdvancedSearch .edn_module_title span {
  color: #4E4E4E;
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: normal;
  line-height: 1.25em;
  padding: 5px 8px 6px;
  text-shadow: 1px 1px 2px #FFFFFF;
}
.eds_news_NewsOne.eds_subCollection_search .edncf_AdvancedSearch .edncf_container {
  padding: 10px;
  position: relative;
}
.eds_news_NewsOne.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_DropDownList,
.eds_news_NewsOne.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_CheckBoxList,
.eds_news_NewsOne.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_RadioButtonList,
.eds_news_NewsOne.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_Text,
.eds_news_NewsOne.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_RangeSliderInput {
  display: block;
  margin: 0;
  padding: 0 0 10px;
}
.eds_news_NewsOne.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_CheckBoxSingle {
  margin-bottom: 10px;
}
.eds_news_NewsOne.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_DropDownList > span {
  display: block;
  border: solid 1px #BDBDBD;
  background: #fff url("/DesktopModules/EasyDNNnews/Templates/_default/NewsOne/images/advancedSearchForm/select/selectArrow/predefined/select-pointer.png") no-repeat top right;
  overflow: hidden;
  position: relative;
}
.eds_news_NewsOne.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_DropDownList > span:after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 30px;
  right: 34px;
  top: 0;
  bottom: 0;
  border-left: solid 1px #BDBDBD;
}
.eds_news_NewsOne.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_DropDownList > span select {
  background: none transparent;
  background-color: rgba(255, 255, 255, 0);
  padding: 6px 0 6px 6px;
  font-family: Arial;
  font-size: 12px;
  line-height: 1;
  color: #404040;
  border: none;
  border-radius: 0;
  outline: none;
  height: 16px;
  -webkit-appearance: none;
  width: 116%;
  margin: 0;
  box-shadow: none;
}
.eds_news_NewsOne.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_DropDownList > span select option {
  font-family: Arial;
  font-size: 12px;
  line-height: 1;
  padding: 2px;
}
.eds_news_NewsOne.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_DropDownList > span select option:first-child {
  color: #000;
}
.eds_news_NewsOne.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_DropDownList > span select:disabled {
  color: #b5b5b5;
}
.eds_news_NewsOne.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_CheckBox label {
  display: inline-block;
  position: relative;
  padding-left: 17px;
  margin: 0;
  font-size: 12px;
  color: #404040;
  font-family: Arial;
  line-height: 1.7;
}
.eds_news_NewsOne.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_CheckBox label:before {
  content: "";
  display: inline-block;
  width: 17px;
  height: 17px;
  position: absolute;
  left: 0;
  margin: 2px 10px 0 0;
  background: url("/DesktopModules/EasyDNNnews/Templates/_default/NewsOne/images/advancedSearchForm/checkBoxes/predefined/cf-checkbox.png") no-repeat 0 -17px transparent;
}
.eds_news_NewsOne.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_RadioButtonList .edncf_RadioButtonListName {
  font-weight: bold;
  font-family: Arial;
  font-size: 12px;
  color: #404040;
  line-height: 1.5;
  display: block;
}
.eds_news_NewsOne.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_RadioButtonList .edncf_RadioButtonGroup .edncf_RadioButton {
  display: inline-block;
  padding: 1px 10px 1px 0;
}
.eds_news_NewsOne.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_RadioButtonList .edncf_RadioButtonGroup .edncf_RadioButton input[type="radio"] {
  display: none;
}
.eds_news_NewsOne.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_RadioButtonList .edncf_RadioButtonGroup .edncf_RadioButton label {
  display: inline-block;
  position: relative;
  padding-left: 17px;
  margin: 0;
  font-size: 12px;
  color: #404040;
  font-family: Arial;
  line-height: 1.6;
}
.eds_news_NewsOne.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_RadioButtonList .edncf_RadioButtonGroup .edncf_RadioButton label:before {
  content: "";
  display: inline-block;
  width: 17px;
  height: 17px;
  position: absolute;
  left: 0;
  margin: 2px 10px 0 0;
  background: url("/DesktopModules/EasyDNNnews/Templates/_default/NewsOne/images/advancedSearchForm/radioButtons/predefined/cf-radiobutton.png") no-repeat 0 -18px transparent;
}
.eds_news_NewsOne.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_RadioButtonList .edncf_RadioButtonGroup .edncf_RadioButton input[type="radio"]:checked + label:before {
  content: "";
  background-position: 0 0;
}
.eds_news_NewsOne.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_CheckBoxList .edncf_CheckBoxListName {
  font-weight: bold;
  font-family: Arial;
  font-size: 12px;
  color: #404040;
  line-height: 1.5;
  display: block;
}
.eds_news_NewsOne.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_CheckBox {
  display: inline-block;
  padding: 1px 10px 1px 0;
}
.eds_news_NewsOne.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_CheckBox input[type="checkbox"] {
  display: none;
}
.eds_news_NewsOne.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_CheckBox input[type="checkbox"]:checked + label:before {
  content: "";
  background-position: 0 0;
}
.eds_news_NewsOne.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_CheckBox .edncf_ltIE input[type="checkbox"],
.eds_news_NewsOne.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_CheckBoxList .edncf_CheckBoxListGroup .edncf_ltIE .edncf_CheckBox input[type="checkbox"] {
  display: inline;
}
.eds_news_NewsOne.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_CheckBox .edncf_ltIE label,
.eds_news_NewsOne.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_CheckBoxList .edncf_CheckBoxListGroup .edncf_ltIE .edncf_CheckBox label {
  padding-left: 0;
}
.eds_news_NewsOne.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_CheckBox .edncf_ltIE label:before,
.eds_news_NewsOne.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_CheckBoxList .edncf_CheckBoxListGroup .edncf_ltIE .edncf_CheckBox label:before {
  display: none;
}
.eds_news_NewsOne.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_RadioButtonList .edncf_RadioButtonGroup .edncf_ltIE .edncf_RadioButton input[type="radio"] {
  display: inline;
}
.eds_news_NewsOne.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_RadioButtonList .edncf_RadioButtonGroup .edncf_ltIE .edncf_RadioButton label {
  padding-left: 0;
}
.eds_news_NewsOne.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_RadioButtonList .edncf_RadioButtonGroup .edncf_ltIE .edncf_RadioButton label:before {
  display: none;
}
.eds_news_NewsOne.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_Text label {
  display: block;
  font-weight: bold;
  color: #404040;
  font-family: Arial;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.5;
}
.eds_news_NewsOne.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_Text .edncf_TextInput input[type="text"] {
  border: solid 1px #BDBDBD;
  background: #fff none;
  color: #404040;
  font-family: "Arial";
  font-size: 12px;
  line-height: 1.2;
  padding: 5px 2%;
  width: 95.9%;
  margin: 0;
  box-shadow: none;
}
.eds_news_NewsOne.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_RangeSliderInput label > span {
  display: block;
  font-weight: bold;
  color: #404040;
  font-family: Arial;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.5;
}
.eds_news_NewsOne.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_RangeSliderInput .irs {
  height: 37px;
  position: relative;
  display: block;
}
.eds_news_NewsOne.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_RangeSliderInput .irs .irs-line {
  height: 7px;
  top: 5px;
  border-style: solid;
  border-width: 1px;
  border-color: #727272;
  background-color: #fff;
  border-radius: 4px;
  position: relative;
  display: block;
  overflow: hidden;
}
.eds_news_NewsOne.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_RangeSliderInput .irs .irs-line .irs-line-left,
.eds_news_NewsOne.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_RangeSliderInput .irs .irs-line .irs-line-mid,
.eds_news_NewsOne.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_RangeSliderInput .irs .irs-line .irs-line-right {
  display: none;
}
.eds_news_NewsOne.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_RangeSliderInput .irs .irs-diapason {
  border: solid 1px #636363;
  background: none #bcbcbc;
  height: 7px;
  top: 5px;
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
}
.eds_news_NewsOne.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_RangeSliderInput .irs .irs-slider {
  border: 1px solid #727272;
  border-radius: 50%;
  background: #fff none;
  width: 17px;
  height: 17px;
  cursor: default;
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3), inset -3px -3px 5px rgba(0, 0, 0, 0.3);
}
.eds_news_NewsOne.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_RangeSliderInput .irs .irs-from,
.eds_news_NewsOne.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_RangeSliderInput .irs .irs-to,
.eds_news_NewsOne.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_RangeSliderInput .irs .irs-single {
  color: #CD1919;
  background: none transparent;
  cursor: default;
  display: block;
  position: absolute;
  white-space: nowrap;
  font: 12px/1 Arial;
  top: 24px;
  padding: 0;
  left: 0;
  white-space: nowrap;
}
.eds_news_NewsOne.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_RangeSliderInput .irs .irs-min,
.eds_news_NewsOne.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_RangeSliderInput .irs .irs-max {
  background: none transparent;
  padding: 0;
  text-shadow: none;
  top: 16px;
  font: 10px/1 Arial;
  color: #777;
  position: absolute;
  display: block;
  cursor: default;
}
.eds_news_NewsOne.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_RangeSliderInput .irs .irs-min {
  left: 0;
}
.eds_news_NewsOne.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_RangeSliderInput .irs .irs-max {
  right: 0;
}
.eds_news_NewsOne.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_submitContainer {
  text-align: center;
  margin: 15px 0 5px;
}
.eds_news_NewsOne.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_submitContainer .edncf_submit,
.eds_news_NewsOne.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_submitContainer .edncf_reset {
  display: inline-block;
  padding: 4px 20px;
  background: #b1b1b1 url("/DesktopModules/EasyDNNnews/Templates/_default/NewsOne/images/common/advanced-search-submit-bg.png") left bottom repeat-x;
  border-radius: 3px;
  margin: 0 5px;
}
.eds_news_NewsOne.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_submitContainer .edncf_submit span,
.eds_news_NewsOne.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_submitContainer .edncf_reset span {
  display: inline-block;
  background: transparent url("/DesktopModules/EasyDNNnews/Templates/_default/NewsOne/images/common/advanced-search-icon.png") 100% 0 no-repeat;
  color: #f1f1f1;
  font: bold 14px/1 Arial;
  text-decoration: none;
  text-transform: uppercase;
  padding: 4px 28px 4px 0;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
}
.eds_news_NewsOne.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_submitContainer .edncf_submit:hover,
.eds_news_NewsOne.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_submitContainer .edncf_reset:hover {
  background-color: #CDCDCD;
}
.eds_news_NewsOne.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_submitContainer .edncf_reset {
  background-image: none;
}
.eds_news_NewsOne.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_submitContainer .edncf_reset span {
  padding: 4px 0;
  background-image: none;
}
.eds_news_NewsOne.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_searchInProgressOverlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: O;
  right: 0;
  background: #F6F6F6 url("/DesktopModules/EasyDNNnews/Templates/_default/NewsOne/images/common/searchInProgress.GIF") center center no-repeat;
  opacity: 0.8;
  width: 100%;
  z-index: 999;
}
.eds_news_NewsOne.eds_subCollection_tagCloud {
  margin: 0 0 10px;
}
.eds_news_NewsOne.eds_subCollection_tagCloud .tags {
  padding: 0 0 10px 10px;
}
.eds_news_NewsOne.eds_subCollection_tagCloud .tags a {
  font-size: 11px;
  font-family: Arial, Helvetica, sans-serif;
  text-decoration: none;
  color: #676767;
  line-height: 12px;
  display: inline-block;
  margin: 10px 10px 0 0;
}
.eds_news_NewsOne.eds_subCollection_tagCloud .tags a:hover {
  color: #222;
}
.eds_news_NewsOne.eds_subCollection_tagCloud .tags a.TagStyle1 {
  font-size: 12px;
}
.eds_news_NewsOne.eds_subCollection_tagCloud .tags a.TagStyle2 {
  font-size: 14px;
}
.eds_news_NewsOne.eds_subCollection_tagCloud .tags a.TagStyle3 {
  font-size: 16px;
}
.eds_news_NewsOne.eds_subCollection_tagCloud .tags a.TagStyle4 {
  font-size: 18px;
}
.eds_news_NewsOne.eds_subCollection_tagCloud .tags a.TagStyle5 {
  font-size: 20px;
}
.eds_news_NewsOne.eds_subCollection_tagCloud .tags a.TagStyle6 {
  font-size: 22px;
}
.eds_news_NewsOne.eds_subCollection_tagCloud .tags a .tag-count {
  color: #898989;
  font-size: 12px;
  margin: 0 2px;
}
.eds_news_NewsOne.eds_subCollection_calendar .top_calendar_actions {
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0 2px 3px;
  line-height: 0;
  border: 0;
  text-align: right;
}
.eds_news_NewsOne.eds_subCollection_calendar .top_calendar_actions > a {
  margin: 0 0 0 5px;
  display: inline-block;
  padding: 0;
  border: 0;
  background: url("/DesktopModules/EasyDNNnews/Templates/_default/NewsOne/images/common/calendar/calendar_action_buttons.png");
}
.eds_news_NewsOne.eds_subCollection_calendar .top_calendar_actions > a > span {
  display: none;
}
.eds_news_NewsOne.eds_subCollection_calendar .top_calendar_actions > a.articles_by_month {
  width: 12px;
  height: 12px;
  background-position: 0 -5px;
}
.eds_news_NewsOne.eds_subCollection_calendar .top_calendar_actions > a.icalendar_export {
  width: 12px;
  height: 15px;
  background-position: -13px -1px;
}
.eds_news_NewsOne.eds_subCollection_calendar .top_calendar_actions > a.articles_rss {
  width: 12px;
  height: 12px;
  background-position: -26px -4px;
}
.eds_news_NewsOne.eds_subCollection_calendar .top_calendar_actions > a.events_rss {
  width: 18px;
  height: 16px;
  background-position: -39px 0;
}
.eds_news_NewsOne.eds_subCollection_calendar .callendar_table_container {
  margin: 0 0 10px;
  overflow: hidden;
}
.eds_news_NewsOne.eds_subCollection_calendar .callendar_table_container .calendar_table {
  width: 100%;
}
.eds_news_NewsOne.eds_subCollection_calendar .callendar_table_container .calendar_table td {
  background-color: transparent;
}
.eds_news_NewsOne.eds_subCollection_calendar .callendar_table_container .calendar_table .month_selection {
  background: url("/DesktopModules/EasyDNNnews/Templates/_default/NewsOne/images/common/module_title_background.png") repeat-x 0 0 #dbdbdb;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 1px 1px 0 0;
  width: 100%;
}
.eds_news_NewsOne.eds_subCollection_calendar .callendar_table_container .calendar_table .month_selection td {
  color: #4e4e4e;
  text-shadow: 1px 1px 2px #fff;
  font-size: 20px;
  line-height: 25px;
  padding: 5px 8px 6px;
  font-family: Arial, Helvetica, sans-serif;
  border-bottom: 1px solid #F6F6F6;
}
.eds_news_NewsOne.eds_subCollection_calendar .callendar_table_container .calendar_table .month_selection td.next_prev_months a {
  color: #737373 !important;
  text-shadow: 1px 1px 0 #fff;
}
.eds_news_NewsOne.eds_subCollection_calendar .callendar_table_container .calendar_table .month_selection td.next_prev_months a:hover {
  color: #222 !important;
}
.eds_news_NewsOne.eds_subCollection_calendar .callendar_table_container .calendar_table .week_days {
  background: url("/DesktopModules/EasyDNNnews/Templates/_default/NewsOne/images/common/calendar/week_days_bg.png") repeat-x #CDCDCD;
  color: #fff;
  text-shadow: 1px 1px 1px #6D6D6D;
  font-size: 9px;
  padding: 7px 0 5px;
  border-bottom: 1px solid #F6F6F6;
}
.eds_news_NewsOne.eds_subCollection_calendar .callendar_table_container .calendar_table .day {
  background: url("/DesktopModules/EasyDNNnews/Templates/_default/NewsOne/images/common/calendar/day_bg.png") repeat-x bottom left #F6F6F6;
  padding: 8px 3px 7px;
  margin: 0;
  border: 1px solid #F6F6F6;
  text-align: center;
}
.eds_news_NewsOne.eds_subCollection_calendar .callendar_table_container .calendar_table .day > a,
.eds_news_NewsOne.eds_subCollection_calendar .callendar_table_container .calendar_table .day > span {
  color: #6F6F6F;
  text-decoration: none;
  font-size: 12px;
  line-height: 1.25;
}
.eds_news_NewsOne.eds_subCollection_calendar .callendar_table_container .calendar_table .day > a:hover {
  text-decoration: none;
}
.eds_news_NewsOne.eds_subCollection_calendar .callendar_table_container .calendar_table .day.has_posts {
  background-color: #cfcfcf;
}
.eds_news_NewsOne.eds_subCollection_calendar .callendar_table_container .calendar_table .day.has_posts > a {
  color: #fff;
}
.eds_news_NewsOne.eds_subCollection_calendar .callendar_table_container .calendar_table .day.has_events {
  background-color: #FE852A;
}
.eds_news_NewsOne.eds_subCollection_calendar .callendar_table_container .calendar_table .day.has_events > a {
  color: #fff;
}
.eds_news_NewsOne.eds_subCollection_calendar .callendar_table_container .calendar_table .day.other_month > a,
.eds_news_NewsOne.eds_subCollection_calendar .callendar_table_container .calendar_table .day.other_month > span {
  color: #c8cccf;
}
.eds_news_NewsOne.eds_subCollection_calendar .callendar_table_container .calendar_table .day.today {
  background-color: #dc0000;
}
.eds_news_NewsOne.eds_subCollection_calendar .callendar_table_container .calendar_table .day.today > a,
.eds_news_NewsOne.eds_subCollection_calendar .callendar_table_container .calendar_table .day.today > span {
  color: #fff;
}
.eds_news_NewsOne.eds_subCollection_calendar .callendar_table_container .calendar_table .day.selected {
  background-color: #575958;
}
.eds_news_NewsOne.eds_subCollection_calendar .callendar_table_container .calendar_table .day.selected > a {
  color: #fff;
}
@media handheld, only screen and (max-width: 768px), only screen and (max-device-width: 768px) {
  .eds_news_NewsOne.eds_subCollection_calendar .callendar_table_container.advanced .calendar_table td.week_days {
    display: none;
  }
}
.eds_news_NewsOne.eds_subCollection_calendar .callendar_table_container.advanced .calendar_table .day {
  vertical-align: top;
  background-color: transparent !important;
  padding: 0;
  overflow: hidden;
  display: none;
}
@media handheld, only screen and (max-width: 768px), only screen and (max-device-width: 768px) {
  .eds_news_NewsOne.eds_subCollection_calendar .callendar_table_container.advanced .calendar_table .day {
    height: auto !important;
    width: 100% !important;
    text-align: left;
  }
}
@media only screen and (min-width: 768px) {
  .eds_news_NewsOne.eds_subCollection_calendar .callendar_table_container.advanced .calendar_table .day {
    display: table-cell !important;
  }
}
.eds_news_NewsOne.eds_subCollection_calendar .callendar_table_container.advanced .calendar_table .day > a,
.eds_news_NewsOne.eds_subCollection_calendar .callendar_table_container.advanced .calendar_table .day > span {
  display: block;
  background: url("/DesktopModules/EasyDNNnews/Templates/_default/NewsOne/images/common/calendar/advanced-calendar-day-bg.png");
  padding: 2px 7px;
  margin: 0;
  border: 0;
  text-align: left;
  font-weight: bold;
}
.eds_news_NewsOne.eds_subCollection_calendar .callendar_table_container.advanced .calendar_table .day.has_posts > a {
  background: url("/DesktopModules/EasyDNNnews/Templates/_default/NewsOne/images/common/calendar/day_bg.png") repeat-x left -4px #cfcfcf;
}
.eds_news_NewsOne.eds_subCollection_calendar .callendar_table_container.advanced .calendar_table .day.has_events > a {
  background: url("/DesktopModules/EasyDNNnews/Templates/_default/NewsOne/images/common/calendar/day_bg.png") repeat-x 0 -6px #FE852A;
}
.eds_news_NewsOne.eds_subCollection_calendar .callendar_table_container.advanced .calendar_table .day.today > a,
.eds_news_NewsOne.eds_subCollection_calendar .callendar_table_container.advanced .calendar_table .day.today > span {
  background: url("/DesktopModules/EasyDNNnews/Templates/_default/NewsOne/images/common/calendar/day_bg.png") repeat-x left -4px #DC0000;
}
.eds_news_NewsOne.eds_subCollection_calendar .callendar_table_container.advanced .calendar_table .day.selected > a {
  background: url("/DesktopModules/EasyDNNnews/Templates/_default/NewsOne/images/common/calendar/day_bg.png") repeat-x left -4px #575958;
}
.eds_news_NewsOne.eds_subCollection_calendar .callendar_table_container.advanced .calendar_table .day.has_post, .eds_news_NewsOne.eds_subCollection_calendar .callendar_table_container.advanced .calendar_table .day.has_events {
  display: block;
}
@media handheld, only screen and (max-width: 768px), only screen and (max-device-width: 768px) {
  .eds_news_NewsOne.eds_subCollection_calendar .callendar_table_container.advanced .calendar_table .day.other_month {
    display: none;
  }
}
.eds_news_NewsOne.eds_subCollection_calendar .callendar_table_container.advanced .calendar_table .day > ul {
  margin: 0;
  padding: 0 4px 3px;
  border: 0;
}
.eds_news_NewsOne.eds_subCollection_calendar .callendar_table_container.advanced .calendar_table .day > ul > li {
  border: 0;
  margin: 0;
  padding: 3px 0 0;
  list-style: none;
  display: block;
}
.eds_news_NewsOne.eds_subCollection_calendar .callendar_table_container.advanced .calendar_table .day > ul > li > a {
  border: 1px solid #adadad;
  border-radius: 5px;
  margin: 0;
  padding: 2px 5px;
  background: #fff;
  display: block;
  text-align: left;
  color: #707070 !important;
  text-decoration: none;
  font: 10px Arial;
  line-height: 12px;
}
.eds_news_NewsOne.eds_subCollection_calendar .callendar_table_container.advanced .calendar_table .day > ul > li.event > a {
  border: 1px solid #f77601;
  background: #fff3e9;
  color: #ef5a00 !important;
}
.eds_news_NewsOne.eds_subCollection_calendar .archive_list {
  margin: 0 0 10px;
  overflow: hidden;
}
.eds_news_NewsOne.eds_subCollection_calendar .archive_list ul {
  margin: 0;
  padding: 0;
}
.eds_news_NewsOne.eds_subCollection_calendar .archive_list ul li {
  list-style: none;
  padding: 6px 10px 4px 25px;
  background: url("/DesktopModules/EasyDNNnews/Templates/_default/NewsOne/images/common/calendar/article_icon.png") no-repeat 7px center;
  border-top: 1px solid #dedede;
}
.eds_news_NewsOne.eds_subCollection_calendar .archive_list ul li a {
  color: #333;
  font: 12px Arial;
}
.eds_news_NewsOne.eds_subCollection_calendar .archive_list ul li a:hover {
  color: #000;
}
.eds_news_NewsOne.eds_subCollection_calendar .archive_list ul li:first-child {
  border: 0;
  padding-top: 7px;
}
.eds_news_NewsOne.eds_subCollection_calendar .archive_list.events .edn_module_title {
  position: relative;
}
.eds_news_NewsOne.eds_subCollection_calendar .archive_list.events .edn_module_title > a {
  display: block;
  position: absolute;
  left: auto;
  bottom: auto;
  margin: 0;
  padding: 0;
  border: 0;
}
.eds_news_NewsOne.eds_subCollection_calendar .archive_list.events .edn_module_title > a.export {
  top: 10px;
  right: 7px;
  height: 14px;
  width: 12px;
  background: url("/DesktopModules/EasyDNNnews/Templates/_default/NewsOne/images/common/calendar/calendar_action_buttons.png") -13px -2px;
}
.eds_news_NewsOne.eds_subCollection_calendar .archive_list.events .edn_module_title > a.rss {
  top: 12px;
  right: 7px;
  height: 12px;
  width: 12px;
  background: url("/DesktopModules/EasyDNNnews/Templates/_default/NewsOne/images/common/category_menu/rss.png") -12px 0;
}
.eds_news_NewsOne.eds_subCollection_calendar .archive_list.events .edn_module_title > a.rss ~ a.export {
  right: 22px;
}
.eds_news_NewsOne.eds_subCollection_calendar .archive_list.events .edn_module_title > a > span {
  display: none;
}
.eds_news_NewsOne.eds_subCollection_calendar .archive_list.events ul li {
  background: url("/DesktopModules/EasyDNNnews/Templates/_default/NewsOne/images/common/calendar/event_clock.png") no-repeat 6px 9px;
}
.eds_news_NewsOne.eds_subCollection_calendar .archive_list .edn_module_box {
  border: none;
  padding: 0;
  background: none;
}
.eds_news_NewsOne.eds_subCollection_calendar .archive_list .edn_module_box .edn_archive_menu_wrapper li {
  background-position: 7px 10px;
}
.eds_news_NewsOne.eds_subCollection_calendar .archive_list .edn_module_box .edn_archive_menu_wrapper li div .icon.expand_collapse {
  display: block;
  float: right;
  text-indent: -10000px;
  margin: 0 0 0 4px;
  background: url("/DesktopModules/EasyDNNnews/Templates/_default/NewsOne/images/common/category_menu/expand_collapse.png") no-repeat 4px 4px;
  height: 13px;
  width: 21px;
  margin: 2px 2px 0 4px;
  cursor: pointer;
}
.eds_news_NewsOne.eds_subCollection_calendar .archive_list .edn_module_box .edn_archive_menu_wrapper li div .icon.expand_collapse:hover {
  background-position: -13px 4px;
}
.eds_news_NewsOne.eds_subCollection_calendar .archive_list .edn_module_box .edn_archive_menu_wrapper li div .icon.expand_collapse.collapse {
  background-position: 4px -8px;
  visibility: visible;
}
.eds_news_NewsOne.eds_subCollection_calendar .archive_list .edn_module_box .edn_archive_menu_wrapper li div .icon.expand_collapse.collapse:hover {
  background-position: -13px -8px;
}
.eds_news_NewsOne.eds_subCollection_calendar .archive_list .edn_module_box .edn_archive_menu_wrapper li.active > div > .edn_archive-year,
.eds_news_NewsOne.eds_subCollection_calendar .archive_list .edn_module_box .edn_archive_menu_wrapper li.active > div > .edn_archive-month {
  font-weight: bold;
}
.eds_news_NewsOne.eds_subCollection_news .article_image {
  position: relative;
}
.eds_news_NewsOne.eds_subCollection_news .article_image .edn_galleryLink {
  position: absolute;
  display: inline-block;
  bottom: 15px;
  right: 15px;
  left: auto;
  top: auto;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 100px 0 10px 0;
  text-decoration: none;
  text-align: center;
  line-height: 0;
  font-size: 0;
  text-indent: 0;
  width: 100px;
  height: 100px;
}
.eds_news_NewsOne.eds_subCollection_news .article_image .edn_galleryLink:before {
  margin-bottom: 10px;
  width: 32px;
  height: 32px;
  position: absolute;
  display: inline-block;
  top: 50%;
  left: 50%;
  margin: -15px 0 0 -7px;
  opacity: 0.3;
  background: url("/DesktopModules/EasyDNNnews/Templates/_default/NewsOne/images/common/photo-24-32.png") no-repeat 0 0;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
  content: "";
}
.eds_news_NewsOne.eds_subCollection_news .article_image .edn_galleryLink > span {
  display: inline-block;
  color: #fff;
  line-height: 1;
  font-size: 12px;
  position: absolute;
  bottom: 10px;
  left: 7px;
  right: 5px;
}
.eds_news_NewsOne.eds_subCollection_news .article_image .edn_galleryLink:hover:before {
  opacity: 0.8;
}
.eds_news_NewsOne.eds_subCollection_news .article_gallery {
  margin-top: 0;
  margin-bottom: 15px;
}
.eds_news_NewsOne.eds_subCollection_news .article_rss_wrapper {
  overflow: hidden;
  clear: both;
}
.eds_news_NewsOne.eds_subCollection_news .article_rss_wrapper > a {
  float: right;
  font: 11px Arial;
  line-height: 13px;
  color: #444;
}
.eds_news_NewsOne.eds_subCollection_news .article_rss_wrapper > a > span {
  position: relative;
  top: 1px;
  display: inline-block;
  width: 12px;
  height: 12px;
  background: url("/DesktopModules/EasyDNNnews/Templates/_default/NewsOne/images/common/category_menu/rss.png") 0 0;
  padding: 0;
  margin: 0 2px 0 0;
  border: 0;
}
.eds_news_NewsOne.eds_subCollection_news .article_rss_wrapper > a:hover {
  color: #000;
  text-decoration: none;
}
.eds_news_NewsOne.eds_subCollection_news .article_rss_wrapper > a:hover > span {
  background-position: 12px 0;
}
.eds_news_NewsOne.eds_subCollection_news .article_rss_wrapper ~ .article_pager {
  margin-top: 0;
}
.eds_news_NewsOne.eds_subCollection_news div.EDN_article_rateit {
  display: inline-block;
  position: relative;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
}
.eds_news_NewsOne.eds_subCollection_news div.EDN_article_rateit.rateit div.rateit-selected {
  position: absolute;
}
.eds_news_NewsOne.eds_subCollection_news div.EDN_article_rateit div.rateit-range {
  position: relative;
  display: inline-block;
  background: url("/DesktopModules/EasyDNNnews/Templates/_default/NewsOne/images/common/rate_stars.png");
  height: 16px;
}
.eds_news_NewsOne.eds_subCollection_news div.EDN_article_rateit div.rateit-hover {
  position: absolute;
}
.eds_news_NewsOne.eds_subCollection_news div.EDN_article_rateit div.rateit-hover {
  background: url("/DesktopModules/EasyDNNnews/Templates/_default/NewsOne/images/common/rate_stars.png") left -32px;
}
.eds_news_NewsOne.eds_subCollection_news div.EDN_article_rateit div.rateit-hover-rtl {
  background-position: right -32px;
}
.eds_news_NewsOne.eds_subCollection_news div.EDN_article_rateit div.rateit-selected {
  background: url("/DesktopModules/EasyDNNnews/Templates/_default/NewsOne/images/common/rate_stars.png") left -16px;
}
.eds_news_NewsOne.eds_subCollection_news div.EDN_article_rateit div.rateit-selected-rtl {
  background-position: right -16px;
}
.eds_news_NewsOne.eds_subCollection_news .bread_crumbs {
  text-align: left;
  margin: 0 0 10px;
  color: #363636;
  font: 11px Verdana;
  text-transform: uppercase;
}
.eds_news_NewsOne.eds_subCollection_news .bread_crumbs a {
  color: #363636;
  font: 11px Verdana;
  text-transform: uppercase;
}
.eds_news_NewsOne.eds_subCollection_news .bread_crumbs a:hover {
  text-decoration: underline;
}
.eds_news_NewsOne.eds_subCollection_news .category_info h1 {
  font-size: 22px;
  font-family: Arial, Helvetica, sans-serif;
  color: #000;
  line-height: 26px;
  margin: 0 0 10px;
  padding: 0;
}
.eds_news_NewsOne.eds_subCollection_news .category_info .description {
  font-size: 14px;
  margin: 3px 0 10px;
  color: #000;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 18px;
  font-weight: normal;
  overflow: hidden;
}
.eds_news_NewsOne.eds_subCollection_news .category_info .description p {
  font-size: 14px;
  line-height: 18px;
  margin: 0 0 10px;
}
.eds_news_NewsOne.eds_subCollection_news .child_categories {
  overflow: hidden;
}
.eds_news_NewsOne.eds_subCollection_news .category.in_list {
  margin: 10px;
  padding: 0;
  border: 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
  background: #e1e1e1;
}
.eds_news_NewsOne.eds_subCollection_news .category.in_list.catalog-item {
  width: 30%;
  float: left;
  margin: 1.6%;
}
.eds_news_NewsOne.eds_subCollection_news .category.in_list.catalog-item img {
  max-width: 100%;
  height: auto;
}
.eds_news_NewsOne.eds_subCollection_news .category.in_list .image {
  overflow: hidden;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-size: 0;
  line-height: 0;
  display: block;
}
.eds_news_NewsOne.eds_subCollection_news .category.in_list .title {
  font-size: 17px;
  line-height: 21px;
  color: #333;
  padding: 4px 10px 5px;
  display: block;
  font-family: Arial, Helvetica, sans-serif;
}
.eds_news_NewsOne.eds_subCollection_news .article .link_to_original_RSS_article {
  margin: 15px 0 0;
  padding: 0;
  border: 0;
  font: 12px Arial, Helvetica, sans-serif;
  line-height: 15px;
  clear: both;
}
.eds_news_NewsOne.eds_subCollection_news .article .link_to_original_RSS_article a {
  font: 12px Arial, Helvetica, sans-serif;
  font-weight: bold;
}
.eds_news_NewsOne.eds_subCollection_news .article h1 {
  margin: 0;
  padding: 0;
  border: 0;
  font-family: Arial, Helvetica, sans-serif;
  vertical-align: baseline;
  line-height: 1.25em;
  font-size: 20px;
  color: #333;
  margin: 0 0 8px;
  font-weight: bold;
  letter-spacing: normal;
}
.eds_news_NewsOne.eds_subCollection_news .article h2.edn_subTitle {
  margin: 0;
  padding: 0;
  border: 0;
  font-family: Arial, Helvetica, sans-serif;
  vertical-align: baseline;
  line-height: 1.25em;
  font-size: 13px;
  color: #333;
  margin: 0 0 10px;
  line-height: 18px;
  font-weight: bold;
  letter-spacing: normal;
}
.eds_news_NewsOne.eds_subCollection_news .article a {
  color: #CD1919;
  text-decoration: none;
}
.eds_news_NewsOne.eds_subCollection_news .article a:hover {
  text-decoration: underline;
}
.eds_news_NewsOne.eds_subCollection_news .article .box_list_container {
  border: 0;
  border-top: 1px solid #cdcdcd;
  border-bottom: 1px solid #cdcdcd;
  padding: 4px 0 0;
  margin: 0 0 15px;
  color: #7c7c7c;
  font-size: 11px;
  font-family: Arial;
}
.eds_news_NewsOne.eds_subCollection_news .article .box_list_container.clear_bottom {
  margin: 0;
  border-bottom: 0;
}
.eds_news_NewsOne.eds_subCollection_news .article .box_list_container a {
  color: #fff;
  padding: 1px 5px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background: #b8b8b8;
  font-size: 11px;
  font-family: Arial;
  line-height: 17px;
  margin: 0 4px 4px 0;
  display: inline-block;
  text-decoration: none;
}
.eds_news_NewsOne.eds_subCollection_news .article .box_list_container a:hover {
  background: #787878;
}
.eds_news_NewsOne.eds_subCollection_news .article .meta_text {
  display: block;
  color: #7c7c7c;
  font-size: 12px;
  margin: 0 0 8px;
  font-family: Arial;
}
.eds_news_NewsOne.eds_subCollection_news .article .meta_text.no_margin {
  margin: 0;
}
.eds_news_NewsOne.eds_subCollection_news .article .meta_text > .separator {
  margin: 0 5px;
  color: #b8b8b8;
}
.eds_news_NewsOne.eds_subCollection_news .article .meta_text a {
  font-weight: bold;
}
.eds_news_NewsOne.eds_subCollection_news .article .meta_text a:hover {
  text-decoration: underline;
}
.eds_news_NewsOne.eds_subCollection_news .article .edn_eventDetails {
  font-family: Arial;
}
.eds_news_NewsOne.eds_subCollection_news .article .edn_eventDetails .edn_eventPrice {
  float: right;
  margin: 7px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 22px;
}
.eds_news_NewsOne.eds_subCollection_news .article .event_date, .eds_news_NewsOne.eds_subCollection_news .article .event_location {
  margin: 10px 0;
  padding: 1px 0 0 21px;
  display: block;
  min-height: 15px;
  color: #3f3f3f;
  line-height: 15px;
  background: url("/DesktopModules/EasyDNNnews/Templates/_default/NewsOne/images/common/event_clock.png") no-repeat 0 0;
}
.eds_news_NewsOne.eds_subCollection_news .article .event_date .export, .eds_news_NewsOne.eds_subCollection_news .article .event_location .export {
  background: url("/DesktopModules/EasyDNNnews/Templates/_default/NewsOne/images/common/export_icalendar.png") no-repeat 0 0;
  margin: 0 0 0 8px;
  font: 11px Arial;
  line-height: 17px;
  text-decoration: none;
  color: #e9020b;
  padding: 0 0 0 20px;
  height: 17px;
  display: inline-block;
  position: relative;
  top: -1px;
}
.eds_news_NewsOne.eds_subCollection_news .article .event_date .export:hover, .eds_news_NewsOne.eds_subCollection_news .article .event_location .export:hover {
  text-decoration: underline;
}
.eds_news_NewsOne.eds_subCollection_news .article .event_location {
  background: url("/DesktopModules/EasyDNNnews/Templates/_default/NewsOne/images/common/location_marker.png") no-repeat 5px 0;
}
.eds_news_NewsOne.eds_subCollection_news .article.in_list {
  margin: 0 0 20px;
}
.eds_news_NewsOne.eds_subCollection_news .article.in_list h1 {
  margin: 0 0 5px;
  line-height: 22px;
}
.eds_news_NewsOne.eds_subCollection_news .article.in_list h1 a {
  color: #333;
  font-size: 20px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  letter-spacing: normal;
  line-height: 1.25em;
}
.eds_news_NewsOne.eds_subCollection_news .article.in_list h1 a:hover {
  color: #CD0000;
}
.eds_news_NewsOne.eds_subCollection_news .article.in_list h2.edn_subTitle {
  margin: 0 0 5px;
}
.eds_news_NewsOne.eds_subCollection_news .article.in_list.span {
  float: none;
}
.eds_news_NewsOne.eds_subCollection_news .article.in_list.span > .content {
  overflow: hidden;
}
.eds_news_NewsOne.eds_subCollection_news .article.in_list.span > .content > .article_image {
  float: left;
  margin: 0 10px 10px 0;
  overflow: hidden;
  line-height: 0;
  font-size: 0;
  max-width: 100%;
}
.eds_news_NewsOne.eds_subCollection_news .article.in_list.span > .content > .article_image img {
  display: block;
  border: 0;
  padding: 0;
  margin: 4px 0 0;
  max-width: 100%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.eds_news_NewsOne.eds_subCollection_news .article.in_list.span > .content > .summary, .eds_news_NewsOne.eds_subCollection_news .article.in_list.span > .content > .summary p {
  color: #333;
  font: 13px Arial, Helvetica, sans-serif;
  margin: 0 0 10px;
  line-height: 22px;
}
.eds_news_NewsOne.eds_subCollection_news .article.in_list.span > .content > .date {
  font: 12px Arial, Helvetica, sans-serif;
  color: #555;
}
.eds_news_NewsOne.eds_subCollection_news .article.in_list.span .meta_text {
  font-size: 11px;
  margin: 0 0 4px;
}
.eds_news_NewsOne.eds_subCollection_news .article.in_list.box {
  float: left;
  overflow: hidden;
}
.eds_news_NewsOne.eds_subCollection_news .article.in_list.box .article_image {
  overflow: hidden;
  position: relative;
  line-height: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin: 0 0 5px;
  max-width: 100%;
}
.eds_news_NewsOne.eds_subCollection_news .article.in_list.box .article_image a img {
  max-width: 100%;
  height: auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.eds_news_NewsOne.eds_subCollection_news .article.in_list.box .article_image > span {
  position: absolute;
  top: auto;
  left: 0;
  bottom: 0;
  background: url("/DesktopModules/EasyDNNnews/Templates/_default/NewsOne/images/common/on_image_text_bg.png");
  -webkit-border-radius: 0 0 0 4px;
  -moz-border-radius: 0 0 0 4px;
  border-radius: 0 0 0 4px;
  padding: 0 10px;
}
.eds_news_NewsOne.eds_subCollection_news .article.in_list.box .article_image > span .date {
  font: 10px Arial, Helvetica, sans-serif;
  line-height: 13px;
  color: #fff;
}
.eds_news_NewsOne.eds_subCollection_news .article.in_list.box .article_image > span .comment_count {
  display: inline-block;
  height: 19px;
  width: 30px;
  text-align: center;
  font: 11px Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-style: italic;
  color: #1a1a1a;
  margin: 3px 0 1px 10px;
  background: url("/DesktopModules/EasyDNNnews/Templates/_default/NewsOne/images/common/transparent_bubble.png") no-repeat;
  padding: 2px 0 0;
}
.eds_news_NewsOne.eds_subCollection_news .article.in_list.box h1 a {
  font-size: 18px;
}
.eds_news_NewsOne.eds_subCollection_news .article.in_list.box > .date {
  font: 12px Arial, Helvetica, sans-serif;
  color: #555;
}
.eds_news_NewsOne.eds_subCollection_news .article.in_list.box.big {
  max-width: 49%;
  margin: 0 0 2% 2%;
}
.eds_news_NewsOne.eds_subCollection_news .article.in_list.box.big .summary {
  font-size: 13px;
  color: #333;
  line-height: 18px;
}
.eds_news_NewsOne.eds_subCollection_news .article.in_list.box.big img {
  max-width: 100%;
}
.eds_news_NewsOne.eds_subCollection_news .article.in_list.box.big.edn_articleWrapper {
  max-width: 100%;
  margin: 0 10px 10px !important;
  float: none;
  display: inline-block;
  vertical-align: top;
}
.eds_news_NewsOne.eds_subCollection_news .article.in_list.box.normal {
  max-width: 32%;
  margin: 0 0 15px 2%;
}
.eds_news_NewsOne.eds_subCollection_news .article.in_list.box.normal .summary {
  font-size: 13px;
  color: #333;
  line-height: 18px;
}
.eds_news_NewsOne.eds_subCollection_news .article .article_documents,
.eds_news_NewsOne.eds_subCollection_news .article .related_articles,
.eds_news_NewsOne.eds_subCollection_news .article .edn_article_links {
  padding: 15px;
  border: 2px dashed #dfdede;
  background-color: #f3f3f3;
  margin: 0 0 15px;
  clear: both;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.eds_news_NewsOne.eds_subCollection_news .article .article_documents > h2,
.eds_news_NewsOne.eds_subCollection_news .article .related_articles > h2,
.eds_news_NewsOne.eds_subCollection_news .article .edn_article_links > h2 {
  font: 20px Arial, Helvetica, sans-serif;
  color: #333;
  margin-bottom: 10px;
}
.eds_news_NewsOne.eds_subCollection_news .article .article_documents ul,
.eds_news_NewsOne.eds_subCollection_news .article .related_articles ul,
.eds_news_NewsOne.eds_subCollection_news .article .edn_article_links ul {
  padding: 0 0 0 25px;
}
.eds_news_NewsOne.eds_subCollection_news .article .article_documents ul li,
.eds_news_NewsOne.eds_subCollection_news .article .related_articles ul li,
.eds_news_NewsOne.eds_subCollection_news .article .edn_article_links ul li {
  list-style: circle;
  margin: 3px 0 0;
}
.eds_news_NewsOne.eds_subCollection_news .article .article_documents ul li a,
.eds_news_NewsOne.eds_subCollection_news .article .related_articles ul li a,
.eds_news_NewsOne.eds_subCollection_news .article .edn_article_links ul li a {
  font: 12px Arial;
  color: #676767;
  text-decoration: none;
}
.eds_news_NewsOne.eds_subCollection_news .article .article_documents ul li a:hover,
.eds_news_NewsOne.eds_subCollection_news .article .related_articles ul li a:hover,
.eds_news_NewsOne.eds_subCollection_news .article .edn_article_links ul li a:hover {
  color: #000;
}
.eds_news_NewsOne.eds_subCollection_news .article .article_documents ul li span,
.eds_news_NewsOne.eds_subCollection_news .article .related_articles ul li span,
.eds_news_NewsOne.eds_subCollection_news .article .edn_article_links ul li span {
  display: block;
  font-size: 11px;
  font-style: italic;
}
.eds_news_NewsOne.eds_subCollection_news .article .article_documents ul li {
  list-style: none;
}
.eds_news_NewsOne.eds_subCollection_news .article .article_documents ul li .document_icon {
  max-height: 12px;
  max-width: 12px;
  margin: 0 4px 0 0;
}
.eds_news_NewsOne.eds_subCollection_news .article.details .article_gallery {
  margin-top: 15px;
}
.eds_news_NewsOne.eds_subCollection_news .article.details .article_image {
  display: block;
  overflow: hidden;
  padding: 0;
  border: 0;
  height: auto;
  line-height: 0;
  max-width: 100%;
}
.eds_news_NewsOne.eds_subCollection_news .article.details .article_image > img {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  height: auto;
  max-width: 100%;
  height: auto;
}
.eds_news_NewsOne.eds_subCollection_news .article.details .article_image.left_image {
  float: left;
  padding: 0 15px 15px 0;
}
.eds_news_NewsOne.eds_subCollection_news .article.details .article_image .eds_mediaWrapper {
  max-width: 100%;
}
.eds_news_NewsOne.eds_subCollection_news .article.details .rate_article {
  font-size: 12px;
  color: #7c7c7c;
  font-family: Arial;
}
.eds_news_NewsOne.eds_subCollection_news .article.details .rate_article .article_rating {
  display: inline;
  overflow: hidden;
}
.eds_news_NewsOne.eds_subCollection_news .article.details .rate_article .article_rating .current_rating {
  margin: 0 5px 0 0;
}
.eds_news_NewsOne.eds_subCollection_news .article.details .rate_article .article_rating .EDN_article_rateit {
  position: relative;
  top: 2px;
}
.eds_news_NewsOne.eds_subCollection_news .article.details .main_content, .eds_news_NewsOne.eds_subCollection_news .article.details .main_content p {
  margin: 0;
  padding: 0;
  border: 0;
  font-family: Arial, Helvetica, sans-serif;
  vertical-align: baseline;
  font: 13px Arial, Helvetica, sans-serif;
  color: #333;
  line-height: 22px;
}
.eds_news_NewsOne.eds_subCollection_news .article.details .main_content {
  margin: 15px 0 10px;
}
.eds_news_NewsOne.eds_subCollection_news .article.details .main_content .article_pagination a,
.eds_news_NewsOne.eds_subCollection_news .article.details .main_content .article_pagination span {
  display: inline-block;
  background: #e7e7e7;
  color: #696969;
  font: 12px Arial, Helvetica, sans-serif;
  line-height: 15px;
  box-shadow: 0 0 2px 0 #CDCDCD, inset 1px 1px 3px 0 white;
  border: 1px solid #cdcdcd;
  margin: 0 2px 5px 0;
  padding: 3px 7px 2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.eds_news_NewsOne.eds_subCollection_news .article.details .main_content .article_pagination a.active,
.eds_news_NewsOne.eds_subCollection_news .article.details .main_content .article_pagination span.active {
  box-shadow: inset 1px 1px 3px 0 #ADADAD;
}
.eds_news_NewsOne.eds_subCollection_news .article.details .main_content .article_pagination a:hover {
  box-shadow: 0 0 2px #737373, inset 1px 1px 3px 0 white;
  text-decoration: none;
}
.eds_news_NewsOne.eds_subCollection_news .article.details .main_content .article_pagination span {
  box-shadow: inset 1px 1px 3px 0 #ADADAD;
}
.eds_news_NewsOne.eds_subCollection_news .article.details .main_content a {
  margin: 0;
  padding: 0;
  border: 0;
  font-family: Arial, Helvetica, sans-serif;
  vertical-align: baseline;
  line-height: 1.25em;
}
.eds_news_NewsOne.eds_subCollection_news .article.details .main_content p {
  padding: 0;
  border: 0;
  font-family: Arial, Helvetica, sans-serif;
  vertical-align: baseline;
  margin: 0 0 10px;
}
.eds_news_NewsOne.eds_subCollection_news .article.details .social_buttons {
  margin: 0 30px 10px 0;
  float: left;
}
.eds_news_NewsOne.eds_subCollection_news .article.details .social_buttons a {
  height: 30px !important;
}
.eds_news_NewsOne.eds_subCollection_news .article.details .social_buttons .addthis_button_compact,
.eds_news_NewsOne.eds_subCollection_news .article.details .social_buttons .addthis_button_expanded {
  height: 20px !important;
}
.eds_news_NewsOne.eds_subCollection_news .article.details .social_buttons .addthis_button_linkedin_counter {
  margin-right: 15px;
}
.eds_news_NewsOne.eds_subCollection_news .article.details .edn_printButton {
  float: left;
  background: #F5F4F4 url("/DesktopModules/EasyDNNnews/Templates/_default/NewsOne/images/common/print.png") 4px 1px no-repeat;
  cursor: pointer;
  padding: 4px 5px 4px 25px;
  border-style: solid;
  border-width: 1px;
  border-color: #e2e2e2 #bfbfbf #bfbfbf #e2e2e2;
  border-radius: 3px;
  line-height: 0;
  font-size: 0;
  margin: 0 0 10px;
}
.eds_news_NewsOne.eds_subCollection_news .article.details .edn_printButton > span {
  color: #333;
  line-height: 1;
  font-family: Arial;
  font-size: 10px;
  font-weight: bold;
  text-shadow: 0 0 1px #fff;
}
.eds_news_NewsOne.eds_subCollection_news .article.details .edn_printButton:hover {
  background-color: #eee;
}
.eds_news_NewsOne.eds_subCollection_news .article.details .edn_article_gallery {
  overflow: hidden;
}
.eds_news_NewsOne.eds_subCollection_news .article.details .edn_article_gallery ul {
  margin: 0;
  padding: 0;
}
.eds_news_NewsOne.eds_subCollection_news .article.details .edn_article_gallery ul li {
  list-style: none;
  float: left;
  font-size: 0;
  line-height: 0;
  padding: 0;
  border: 0;
  margin: 0 10px 10px 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  overflow: hidden;
}
.eds_news_NewsOne.eds_subCollection_news .article.details .edn_article_map {
  border: 1px solid #ccc;
  margin-top: 20px;
  margin-bottom: 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.eds_news_NewsOne.eds_subCollection_news .article.details .edn_article_map img {
  max-width: none;
}
.eds_news_NewsOne.eds_subCollection_news .article.details .article_comments {
  margin: 20px 0;
}
.eds_news_NewsOne.eds_subCollection_news .article.details .article_comments .add_comment h3 {
  padding: 0;
  border: 0;
  font-family: Arial, Helvetica, sans-serif;
  vertical-align: baseline;
  line-height: 1.25em;
  font: 16px Arial, Helvetica, sans-serif;
  color: #6b6b6b;
  margin: 15px 0 0;
  font-weight: bold;
}
.eds_news_NewsOne.eds_subCollection_news .article.details .article_comments .add_comment .add_article_box {
  background-color: #f3f3f3;
  border: 1px solid #d3d3d3;
  margin: 2px 0 0;
  padding: 25px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.eds_news_NewsOne.eds_subCollection_news .article.details .article_comments .add_comment .add_article_box .comment_info {
  margin: 0 0 20px;
  text-align: center;
  padding: 0 30px;
}
.eds_news_NewsOne.eds_subCollection_news .article.details .article_comments .add_comment .add_article_box .comment_info span {
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.25em;
  font: 12px Arial, Helvetica, sans-serif;
}
.eds_news_NewsOne.eds_subCollection_news .article.details .article_comments .add_comment .add_article_box table {
  margin: 0;
  padding: 0;
  width: 100%;
}
.eds_news_NewsOne.eds_subCollection_news .article.details .article_comments .add_comment .add_article_box table td.left {
  font: 14px Arial, Helvetica, sans-serif;
  width: 20%;
  padding: 7px 0 0;
  color: #6b6b6b;
  text-align: right;
  font-weight: bold;
}
.eds_news_NewsOne.eds_subCollection_news .article.details .article_comments .add_comment .add_article_box table td.left span {
  margin: 0 5px 0 0;
}
.eds_news_NewsOne.eds_subCollection_news .article.details .article_comments .add_comment .add_article_box table td.right {
  padding: 0 0 20px;
  width: 80%;
}
.eds_news_NewsOne.eds_subCollection_news .article.details .article_comments .add_comment .add_article_box table td.right.bottom {
  padding: 0;
}
.eds_news_NewsOne.eds_subCollection_news .article.details .article_comments .add_comment .add_article_box table td.right input.text {
  font: 16px Arial, Helvetica, sans-serif;
  border: 1px solid #bbbaba;
  padding: 5px 5px 4px;
  background: #fff;
  width: 70%;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.eds_news_NewsOne.eds_subCollection_news .article.details .article_comments .add_comment .add_article_box table td.right .submit {
  display: inline-block;
  border: 0;
  text-decoration: none;
  padding: 6px 10px;
  background: url("/DesktopModules/EasyDNNnews/Templates/_default/NewsOne/images/common/comments/add_button_bg.png") repeat-x bottom #929292;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.eds_news_NewsOne.eds_subCollection_news .article.details .article_comments .add_comment .add_article_box table td.right .submit span {
  text-decoration: none;
  font: 14px Arial, Helvetica, sans-serif;
  line-height: 18px;
  font-weight: bold;
  color: #efefef;
  text-shadow: 0 -1px 1px #4B4B4B;
}
.eds_news_NewsOne.eds_subCollection_news .article.details .article_comments .add_comment .add_article_box table td.right .submit:hover {
  background-color: #D71313;
}
.eds_news_NewsOne.eds_subCollection_news .article.details .article_comments .add_comment .add_article_box table td.right textarea {
  font: 12px Arial, Helvetica, sans-serif;
  border: 1px solid #bfbfbf;
  padding: 5px;
  background: #fff;
  width: 90%;
  height: 100px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.eds_news_NewsOne.eds_subCollection_news .article.details .article_comments .num_of_comment {
  margin: 0;
  padding: 0;
  border: 0;
  font-family: Arial, Helvetica, sans-serif;
  vertical-align: baseline;
  line-height: 1.25em;
  background: #f3f3f3;
  border: 1px solid #e1e1e1;
  padding: 3px 11px;
  font: 14px Arial, Helvetica, sans-serif;
  color: #5c5c5c;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.eds_news_NewsOne.eds_subCollection_news .article.details .article_comments .num_of_comment a {
  font: 14px Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: #5c5c5c;
}
.eds_news_NewsOne.eds_subCollection_news .article.details .article_comments .comment_list {
  margin: 15px 0 0;
  display: block;
}
.eds_news_NewsOne.eds_subCollection_news .article.details .article_comments .comment_list .comment {
  overflow: hidden;
  margin-left: 80px;
  padding: 0;
  clear: both;
}
.eds_news_NewsOne.eds_subCollection_news .article.details .article_comments .comment_list .comment .votes {
  margin: 10px 0 0 2%;
  width: 8%;
  float: left;
  font: 12px Arial;
}
.eds_news_NewsOne.eds_subCollection_news .article.details .article_comments .comment_list .comment .votes > div {
  position: relative;
}
.eds_news_NewsOne.eds_subCollection_news .article.details .article_comments .comment_list .comment .votes > div input {
  position: relative;
  top: 5px;
}
.eds_news_NewsOne.eds_subCollection_news .article.details .article_comments .comment_list .comment .votes > div span {
  font-size: 12px;
}
.eds_news_NewsOne.eds_subCollection_news .article.details .article_comments .comment_list .comment .right_side {
  width: 90%;
  overflow: hidden;
}
.eds_news_NewsOne.eds_subCollection_news .article.details .article_comments .comment_list .comment .right_side .comment_details {
  width: 15%;
  text-align: center;
  float: left;
}
.eds_news_NewsOne.eds_subCollection_news .article.details .article_comments .comment_list .comment .right_side .comment_details .user_avatar {
  max-height: 60px;
  max-width: 60px;
}
.eds_news_NewsOne.eds_subCollection_news .article.details .article_comments .comment_list .comment .right_side .comment_details .author {
  font-size: 12px;
  margin: 1px 0 0;
  font-family: Arial;
}
.eds_news_NewsOne.eds_subCollection_news .article.details .article_comments .comment_list .comment .right_side .comment_details .date_time {
  font-size: 10px;
  color: #9A9A9A;
  font-family: Arial;
}
.eds_news_NewsOne.eds_subCollection_news .article.details .article_comments .comment_list .comment .right_side .comment_details .votes {
  margin: 1px 0 0;
  font-size: 12px;
}
.eds_news_NewsOne.eds_subCollection_news .article.details .article_comments .comment_list .comment .right_side .comment_details .votes span {
  margin: 0 8px 0 0;
}
.eds_news_NewsOne.eds_subCollection_news .article.details .article_comments .comment_list .comment .right_side .comment_details .votes span a {
  position: relative;
  top: 5px;
}
.eds_news_NewsOne.eds_subCollection_news .article.details .article_comments .comment_list .comment .right_side .content_container {
  float: left;
  width: 85%;
}
.eds_news_NewsOne.eds_subCollection_news .article.details .article_comments .comment_list .comment .right_side .content_container .arrow {
  float: left;
  width: 16px;
  height: 29px;
  background: url("/DesktopModules/EasyDNNnews/Templates/_default/NewsOne/images/common/comments/details_pointer.png") no-repeat transparent;
  position: relative;
  left: 1px;
  top: 48px;
  z-index: 1;
}
.eds_news_NewsOne.eds_subCollection_news .article.details .article_comments .comment_list .comment .right_side .content_container .content {
  margin: 0 0 0 16px;
  background: #f3f3f3;
  border: 1px solid #e1e1e1;
  min-height: 100px;
  padding: 10px 20px;
  font: 12px Verdana;
  color: #363636;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.eds_news_NewsOne.eds_subCollection_news .article.details .article_comments .comment_list .comment .right_side .content_container .content p {
  margin: 0 0 5px;
  padding: 0;
  background: none;
  border: none;
  font: 12px Verdana;
  color: #363636;
}
.eds_news_NewsOne.eds_subCollection_news .article.details .article_comments .comment_list .comment .right_side .actions {
  font-size: 10px;
  margin: 2px 0 3px;
  float: right;
}
.eds_news_NewsOne.eds_subCollection_news .article.details .article_comments .comment_list .comment .right_side .actions a {
  color: #9A9A9A;
  margin: 0 5px 0 0;
  font: 12px Arial;
}
.eds_news_NewsOne.eds_subCollection_news .article.details .article_comments .comment_list .comment .right_side .actions a:hover {
  text-decoration: underline;
}
.eds_news_NewsOne.eds_subCollection_news .article.details .article_comments .comment_list .comment .edit_comment {
  margin: 15px 0 0;
}
.eds_news_NewsOne.eds_subCollection_news .article.details .article_comments .comment_list .comment .edit_comment textarea {
  font: 12px Arial, Helvetica, sans-serif;
  border: 1px solid #bfbfbf;
  padding: 5px;
  background: #fff;
  width: 80%;
  height: 100px;
}
.eds_news_NewsOne.eds_subCollection_news .article.details .article_comments .comment_list .comment .edit_comment .actions {
  float: right;
  width: 15%;
}
.eds_news_NewsOne.eds_subCollection_news .article.details .article_comments .comment_list .comment .edit_comment .actions a {
  display: inline-block;
  height: 33px;
  border: 0;
  text-decoration: none;
  padding: 0 8px 0 0;
}
.eds_news_NewsOne.eds_subCollection_news .article.details .article_comments .comment_list .comment .edit_comment .actions a span {
  display: inline-block;
  text-decoration: none;
  font: 14px Arial, Helvetica, sans-serif;
  font-weight: bold;
  padding: 7px 6px 0 14px;
  color: #444;
  height: 26px;
}
.eds_news_NewsOne.eds_subCollection_news .article.details .article_comments .comment_list .comment .edit_comment .actions a:hover {
  background-position: right -33px;
}
.eds_news_NewsOne.eds_subCollection_news .article.details .article_comments .comment_list .comment .edit_comment .actions a:hover span {
  background-position: 0 -33px;
  color: #000;
}
.eds_news_NewsOne.eds_subCollection_news .article.details .article_comments .comment_list .comment.level1 {
  margin-left: 40px;
}
.eds_news_NewsOne.eds_subCollection_news .article.details .article_comments .comment_list .comment.level0, .eds_news_NewsOne.eds_subCollection_news .article.details .article_comments .comment_list .comment.level {
  margin-left: 0;
}
.eds_news_NewsOne.eds_subCollection_news .article.details .author_group_profile {
  font-family: Arial, Helvetica, sans-serif;
  vertical-align: baseline;
  line-height: 1.25em;
  margin: 0 0 15px;
  padding: 15px;
  border: 3px solid #e3e3e3;
  background: #eee;
  overflow: hidden;
  position: relative;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.eds_news_NewsOne.eds_subCollection_news .article.details .author_group_profile .author_rss {
  display: block;
  background: url("/DesktopModules/EasyDNNnews/Templates/_default/NewsOne/images/common/rss_18-18.png") no-repeat;
  font-size: 0;
  line-height: 0;
  position: absolute;
  left: auto;
  right: 5px;
  top: 5px;
  height: 18px;
  width: 18px;
}
.eds_news_NewsOne.eds_subCollection_news .article.details .author_group_profile .author_rss span {
  display: none;
}
.eds_news_NewsOne.eds_subCollection_news .article.details .author_group_profile .author_rss:hover {
  background-position: -18px 0;
}
.eds_news_NewsOne.eds_subCollection_news .article.details .author_group_profile .profile_picture_container {
  float: left;
  font-size: 0;
  line-height: 0;
  margin: 0 15px 0 0;
  padding: 0;
  border: 0;
}
.eds_news_NewsOne.eds_subCollection_news .article.details .author_group_profile .profile_picture_container img {
  padding: 0;
  margin: 0;
  border: 2px solid #ccc;
  -webkit-box-shadow: 1px 1px 2px 0 #DEDEDE;
  -moz-box-shadow: 1px 1px 2px 0 #DEDEDE;
  box-shadow: 1px 1px 2px 0 #DEDEDE;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.eds_news_NewsOne.eds_subCollection_news .article.details .author_group_profile .details_container h2 {
  padding: 0;
  border: 0;
  vertical-align: baseline;
  color: #555;
  font-weight: bold;
  font: 12px Arial, Helvetica, sans-serif;
  line-height: 1.25;
  margin: 0 0 4px;
}
.eds_news_NewsOne.eds_subCollection_news .article.details .author_group_profile .details_container .short_info {
  margin: 0;
  padding: 0;
  border: 0;
  color: #888;
  font: 12px Arial, Helvetica, sans-serif;
  line-height: 1.25;
}
.eds_news_NewsOne.eds_subCollection_news .article.details .author_group_profile .details_container .short_info a {
  color: #676767;
}
.eds_news_NewsOne.eds_subCollection_news .article.details .author_group_profile .details_container .short_info a:hover {
  color: #000;
}
.eds_news_NewsOne.eds_subCollection_news .article.details .author_group_profile .profile_buttons {
  clear: both;
  padding: 5px 0 0 82px;
  overflow: hidden;
}
.eds_news_NewsOne.eds_subCollection_news .article.details .author_group_profile .profile_buttons .button {
  margin: 0 5px 0 0;
  float: left;
}
.eds_news_NewsOne.eds_subCollection_news .article.details .author_group_profile .profile_buttons .button.contact, .eds_news_NewsOne.eds_subCollection_news .article.details .author_group_profile .profile_buttons .button.full_bio {
  display: inline-block;
  background: no-repeat #e5e5e5;
  border: 2px solid #d4d4d4;
  padding: 2px 5px 2px 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-decoration: none;
}
.eds_news_NewsOne.eds_subCollection_news .article.details .author_group_profile .profile_buttons .button.contact span, .eds_news_NewsOne.eds_subCollection_news .article.details .author_group_profile .profile_buttons .button.full_bio span {
  color: #636363;
  font: 12px Arial, Helvetica, sans-serif;
  line-height: 15px;
  text-decoration: none;
}
.eds_news_NewsOne.eds_subCollection_news .article.details .author_group_profile .profile_buttons .button.contact:hover span, .eds_news_NewsOne.eds_subCollection_news .article.details .author_group_profile .profile_buttons .button.full_bio:hover span {
  color: #000;
}
.eds_news_NewsOne.eds_subCollection_news .article.details .author_group_profile .profile_buttons .button.contact {
  background-image: url("/DesktopModules/EasyDNNnews/Templates/_default/NewsOne/images/common/contact_letter.png");
  background-position: 3px 4px;
}
.eds_news_NewsOne.eds_subCollection_news .article.details .author_group_profile .profile_buttons .button.full_bio {
  background-image: url("/DesktopModules/EasyDNNnews/Templates/_default/NewsOne/images/common/profile.png");
  background-position: 3px 3px;
}
.eds_news_NewsOne.eds_subCollection_news .article.details .author_group_profile .profile_buttons .button.social {
  display: inline-block;
  width: 22px;
  height: 22px;
  background: no-repeat;
  position: relative;
}
.eds_news_NewsOne.eds_subCollection_news .article.details .author_group_profile .profile_buttons .button.social span {
  display: none;
}
.eds_news_NewsOne.eds_subCollection_news .article.details .author_group_profile .profile_buttons .button.social:hover {
  background-position: -22px 0;
}
.eds_news_NewsOne.eds_subCollection_news .article.details .author_group_profile .profile_buttons .button.social.facebook {
  background-image: url("/DesktopModules/EasyDNNnews/Templates/_default/NewsOne/images/common/facebook_button.png");
}
.eds_news_NewsOne.eds_subCollection_news .article.details .author_group_profile .profile_buttons .button.social.linked_in {
  background-image: url("/DesktopModules/EasyDNNnews/Templates/_default/NewsOne/images/common/linked_in_button.png");
}
.eds_news_NewsOne.eds_subCollection_news .article.details .author_group_profile .profile_buttons .button.social.twitter {
  background-image: url("/DesktopModules/EasyDNNnews/Templates/_default/NewsOne/images/common/twitter_button.png");
}
.eds_news_NewsOne.eds_subCollection_news .article.details .author_group_profile .profile_buttons .button.social.google_plus {
  background-image: url("/DesktopModules/EasyDNNnews/Templates/_default/NewsOne/images/common/google_plus_button.png");
}
.eds_news_NewsOne.eds_subCollection_news .article.sidebar_box {
  border: 0;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #dedede;
  overflow: hidden;
  margin: 0;
  padding: 10px 10px 0;
}
.eds_news_NewsOne.eds_subCollection_news .article.sidebar_box > a.image {
  font-size: 0;
  line-height: 0;
  text-decoration: none;
  float: left;
  margin: 0 10px 10px 0;
  padding: 0;
}
.eds_news_NewsOne.eds_subCollection_news .article.sidebar_box > a.image img {
  border-radius: 4px;
}
.eds_news_NewsOne.eds_subCollection_news .article.sidebar_box > a.title {
  color: #333;
  font: 12px Arial, Helvetica, sans-serif;
  line-height: 15px;
  margin: 0 0 10px;
}
.eds_news_NewsOne.eds_subCollection_news .article.sidebar_box > a.title:hover {
  color: #000;
}
.eds_news_NewsOne.eds_subCollection_news .articles_row {
  overflow: hidden;
  max-width: 690px;
}
.eds_news_NewsOne.eds_subCollection_news .articles_row .article.in_list.box.big:first-child {
  margin-left: 0;
}
.eds_news_NewsOne.eds_subCollection_news .articles_row .article.in_list.box.normal:first-child {
  margin-left: 0;
  max-width: 32%;
}
.eds_news_NewsOne.eds_subCollection_news .articles_row.edn_isotopeLayout {
  max-width: none;
}
.eds_news_NewsOne.eds_subCollection_news .admin_action, .eds_news_NewsOne.eds_subCollection_news .edn_article_action {
  margin: 0 10px 0 0;
  padding: 0;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  color: #ED2323;
  background: no-repeat;
}
.eds_news_NewsOne.eds_subCollection_news .admin_action:hover, .eds_news_NewsOne.eds_subCollection_news .edn_article_action:hover {
  color: #CD0000;
}
.eds_news_NewsOne.eds_subCollection_news .admin_action.edit, .eds_news_NewsOne.eds_subCollection_news .edn_article_action.edit {
  padding-left: 16px;
  background-image: url("/DesktopModules/EasyDNNnews/Templates/_default/NewsOne/images/common/pencil_small.png");
}
.eds_news_NewsOne.eds_subCollection_news .admin_action.publish_article, .eds_news_NewsOne.eds_subCollection_news .edn_article_action.publish_article {
  padding-left: 17px;
  background-image: url("/DesktopModules/EasyDNNnews/Templates/_default/NewsOne/images/common/check_small.png");
}
.eds_news_NewsOne.eds_subCollection_news .user_dashboard {
  background: url("/DesktopModules/EasyDNNnews/Templates/_default/NewsOne/images/common/user_dashboard/silver_gradient_bg.png") repeat-x #ebebeb;
  border: 1px solid #e4e4e4;
  padding: 4px 6px;
  margin: 0 0 20px;
  overflow: hidden;
}
.eds_news_NewsOne.eds_subCollection_news .user_dashboard a {
  display: block;
  float: left;
  color: #363636;
  font: 11px Arial, Helvetica, sans-serif;
  font-weight: bold;
  padding: 5px 0 0 35px;
  height: 20px;
  margin: 0 10px 0 0;
  text-decoration: none;
}
.eds_news_NewsOne.eds_subCollection_news .user_dashboard a.add_article {
  background: url("/DesktopModules/EasyDNNnews/Templates/_default/NewsOne/images/common/user_dashboard/green_plus.png") no-repeat;
  padding-left: 25px;
}
.eds_news_NewsOne.eds_subCollection_news .user_dashboard a.article_manager {
  background: url("/DesktopModules/EasyDNNnews/Templates/_default/NewsOne/images/common/user_dashboard/papers.png") no-repeat 0 1px;
  padding-left: 28px;
}
.eds_news_NewsOne.eds_subCollection_news .user_dashboard a.event_manager {
  background: url("/DesktopModules/EasyDNNnews/Templates/_default/NewsOne/images/common/user_dashboard/event_manager.png") no-repeat 0 2px;
  padding-left: 35px;
}
.eds_news_NewsOne.eds_subCollection_news .user_dashboard a.approve_articles {
  background: url("/DesktopModules/EasyDNNnews/Templates/_default/NewsOne/images/common/user_dashboard/approve_articles.png") no-repeat 0 1px;
  padding-left: 22px;
}
.eds_news_NewsOne.eds_subCollection_news .user_dashboard a.approve_comments {
  background: url("/DesktopModules/EasyDNNnews/Templates/_default/NewsOne/images/common/user_dashboard/approve_comments.png") no-repeat 0 2px;
  padding-left: 22px;
}
.eds_news_NewsOne.eds_subCollection_news .user_dashboard a.category_manager {
  background: url("/DesktopModules/EasyDNNnews/Templates/_default/NewsOne/images/common/user_dashboard/categories.png") no-repeat 0 2px;
  padding-left: 22px;
}
.eds_news_NewsOne.eds_subCollection_news .user_dashboard a.dashboard {
  background: url("/DesktopModules/EasyDNNnews/Templates/_default/NewsOne/images/common/user_dashboard/monitor.png") no-repeat 0 3px;
  padding-left: 24px;
}
.eds_news_NewsOne.eds_subCollection_news .user_dashboard a.settings {
  background: url("/DesktopModules/EasyDNNnews/Templates/_default/NewsOne/images/common/user_dashboard/settings.png") no-repeat 0 1px;
  padding-left: 24px;
}
.eds_news_NewsOne.eds_subCollection_news .user_dashboard a.author_profile {
  background: url("/DesktopModules/EasyDNNnews/Templates/_default/NewsOne/images/common/user_dashboard/profile.png") no-repeat 0 1px;
  padding-left: 18px;
}
.eds_news_NewsOne.eds_subCollection_news .user_dashboard a:hover {
  text-decoration: underline;
}
.eds_news_NewsOne.eds_subCollection_news .article_pager {
  margin: 10px 0;
  text-align: center;
}
.eds_news_NewsOne.eds_subCollection_news .article_pager a {
  display: inline-block;
  background: #e7e7e7;
  color: #696969;
  font: 12px Arial, Helvetica, sans-serif;
  line-height: 15px;
  box-shadow: 0 0 2px 0 #CDCDCD, inset 1px 1px 3px 0 white;
  border: 1px solid #cdcdcd;
  margin: 0 2px 5px 0;
  padding: 3px 7px 2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.eds_news_NewsOne.eds_subCollection_news .article_pager a:hover {
  box-shadow: 0 0 2px #737373, inset 1px 1px 3px 0 white;
}
.eds_news_NewsOne.eds_subCollection_news .article_pager a.active {
  box-shadow: inset 1px 1px 3px 0 #ADADAD;
}
.eds_news_NewsOne.eds_subCollection_news .in_article_image {
  overflow: hidden;
}
.eds_news_NewsOne.eds_subCollection_news .in_article_image .image_wrapper {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
}
.eds_news_NewsOne.eds_subCollection_news .in_article_image .image_wrapper.no_text {
  font-size: 0;
  line-height: 0;
}
.eds_news_NewsOne.eds_subCollection_news .in_article_image p.image_title,
.eds_news_NewsOne.eds_subCollection_news .in_article_image .image_description {
  clear: both;
  font: 11px Arial, Helvetica, sans-serif;
  color: #333;
}
.eds_news_NewsOne.eds_subCollection_news .in_article_image p.image_title {
  margin: 5px 0 2px !important;
  font-size: 12px;
  line-height: 14px !important;
  font-weight: bold !important;
}
.eds_news_NewsOne.eds_subCollection_news .in_article_image.left {
  float: left;
  margin: 0 10px 10px 0;
}
.eds_news_NewsOne.eds_subCollection_news .in_article_image.right {
  float: right;
  margin: 0 0 10px 10px;
}
.eds_news_NewsOne.eds_subCollection_news .in_article_image.clear {
  clear: both;
  margin: 0 0 10px;
}
.eds_news_NewsOne.eds_subCollection_news .ednMoreArticlesTriggerWrapper {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 0;
  line-height: 0;
  width: 100%;
  text-align: center;
  display: block;
}
.eds_news_NewsOne.eds_subCollection_news .ednMoreArticlesTriggerWrapper * {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 0;
  line-height: 0;
}
.eds_news_NewsOne.eds_subCollection_news .ednMoreArticlesTriggerWrapper > button.trigger {
  display: inline-block;
  margin: 0 auto;
  padding: 5px 20px;
  border-radius: 4px;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.25), inset 0 3px 6px -4px #fff;
  background: #ddd;
  cursor: pointer;
  -webkit-transition: box-shadow 200ms ease;
  -moz-transition: box-shadow 200ms ease;
  -o-transition: box-shadow 200ms ease;
  transition: box-shadow 200ms ease;
  position: relative;
  overflow: hidden;
}
.eds_news_NewsOne.eds_subCollection_news .ednMoreArticlesTriggerWrapper > button.trigger > span.actionTextContainer span {
  font: bold 13px/1.3 Arial;
  color: #7A7A7A;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.6);
  -webkit-transition: color 200ms ease;
  -moz-transition: color 200ms ease;
  -o-transition: color 200ms ease;
  transition: color 200ms ease;
}
.eds_news_NewsOne.eds_subCollection_news .ednMoreArticlesTriggerWrapper > button.trigger > span.loadingOverlay {
  position: absolute;
  top: 100%;
  left: 0;
  right: auto;
  bottom: auto;
  width: 100%;
  height: 100%;
  display: block;
  background: url("/DesktopModules/EasyDNNnews/Templates/_default/NewsOne/images/common/loadingArticles.gif") center center no-repeat #ddd;
  box-shadow: inset 0 3px 6px -4px #fff;
  border-radius: 4px;
  opacity: 0;
  -webkit-transition: opacity 500ms ease;
  -moz-transition: opacity 500ms ease;
  -o-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
}
.eds_news_NewsOne.eds_subCollection_news .ednMoreArticlesTriggerWrapper > button.trigger > span.loadingOverlay > span {
  display: none;
}
.eds_news_NewsOne.eds_subCollection_news .ednMoreArticlesTriggerWrapper > button.trigger:hover {
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.44), 0 3px 6px -4px #FFFFFF inset;
}
.eds_news_NewsOne.eds_subCollection_news .ednMoreArticlesTriggerWrapper > button.trigger:hover > span.actionTextContainer span {
  color: #595959;
}
.eds_news_NewsOne.eds_subCollection_news .ednMoreArticlesTriggerWrapper.loading > button.trigger > span.loadingOverlay {
  top: 0;
  opacity: 1;
}
.eds_news_NewsOne.eds_subCollection_news .ednMoreArticlesTriggerWrapper.hide {
  display: none;
}
.eds_news_NewsOne.eds_subCollection_news .EDN_cf_all_fields_container > table {
  margin: 15px 0;
}
.eds_news_NewsOne.eds_subCollection_news .EDN_cf_all_fields_container > table tr {
  border-style: solid;
  border-width: 2px 0;
  border-color: #fff;
}
.eds_news_NewsOne.eds_subCollection_news .EDN_cf_all_fields_container > table tr:nth-child(even) td {
  background-color: #ebebeb;
}
.eds_news_NewsOne.eds_subCollection_news .EDN_cf_all_fields_container > table tr td {
  padding: 2px 10px;
  color: #404040;
  background-color: #e0dede;
  vertical-align: top;
}
.eds_news_NewsOne.eds_subCollection_news .EDN_cf_all_fields_container > table tr td span,
.eds_news_NewsOne.eds_subCollection_news .EDN_cf_all_fields_container > table tr td ul li {
  line-height: 1.1;
}
.eds_news_NewsOne.eds_subCollection_news .EDN_cf_all_fields_container > table tr td.EDN_cf_all_fields_table_label {
  text-align: right;
  border-radius: 4px 0 0 4px;
}
.eds_news_NewsOne.eds_subCollection_news .EDN_cf_all_fields_container > table tr td.EDN_cf_all_fields_table_label > span {
  font-weight: bold;
  white-space: nowrap;
}
.eds_news_NewsOne.eds_subCollection_news .EDN_cf_all_fields_container > table tr td.EDN_all_fields_table_value {
  border-radius: 0 4px 4px 0;
}
.eds_news_NewsOne.eds_subCollection_news .EDN_cf_all_fields_container > table tr td.EDN_all_fields_table_value .EDN_cf_checkboxList {
  margin: 0;
  padding: 0;
}
.eds_news_NewsOne.eds_subCollection_news .EDN_cf_all_fields_container > table tr td.EDN_all_fields_table_value .EDN_cf_checkboxList > li {
  list-style-type: none;
  padding: 0 0 4px 0;
}
.eds_news_NewsOne.eds_subCollection_news .EDN_cf_all_fields_container > table tr td.EDN_all_fields_table_value .EDN_cf_checkboxList > li .EDN_cf_checkbox_icon {
  margin-top: 0;
}
.eds_news_NewsOne.eds_subCollection_news .EDN_cf_all_fields_container > table tr td.EDN_all_fields_table_value .EDN_cf_checkbox_label {
  line-height: 15px;
}
.eds_news_NewsOne.eds_subCollection_news .EDN_cf_all_fields_container > table tr td.EDN_all_fields_table_value .EDN_cf_checkbox_icon {
  background: url("/DesktopModules/EasyDNNnews/Templates/_default/NewsOne/images/articleDetailsCustomFields/checkbox/predefined/cf-checkbox.png") no-repeat 0 -18px;
  float: left;
  width: 16px;
  height: 17px;
  margin: 3px 4px 0 0;
}
.eds_news_NewsOne.eds_subCollection_news .EDN_cf_all_fields_container > table tr td.EDN_all_fields_table_value .EDN_cf_checkbox_checked .EDN_cf_checkbox_icon {
  background-position: 0 0;
}
.eds_news_NewsOne.eds_subCollection_news .edn_registerEventDetails {
  margin: 0;
  padding: 0 0 0 18px;
  float: left;
  clear: both;
}
.eds_news_NewsOne.eds_subCollection_news .edn_registerEventDetails li {
  list-style-type: circle;
}
.eds_news_NewsOne.eds_subCollection_news .edn_eventInfoMessage {
  padding: 5px;
  font-style: italic;
  color: #3b3b3b;
  background-color: #c0dcfe;
  border: solid 1px #95c1f1;
  margin: 5px;
  display: block;
}
.eds_news_NewsOne.eds_subCollection_news .edn_eventInfoMessage .eds_paymentInfo {
  font-style: normal;
  padding: 5px;
}
.eds_news_NewsOne.eds_subCollection_news .edn_eventInfoMessage .eds_paymentInfo p {
  margin: 0;
  padding: 0;
}
.eds_news_NewsOne.eds_subCollection_news .edn_eventInfoMessage .eds_paymentInfo hr {
  margin: 7px 0;
  padding: 0;
  height: 1px;
  border: none;
  border-bottom: dashed 1px #79a8cd;
}
.eds_news_NewsOne.eds_subCollection_news .edn_eventInfoMessage .eds_paymentInfo .edn_infoColor1 {
  color: #0076b5;
}
.eds_news_NewsOne.eds_subCollection_news .edn_eventInfoMessage .eds_paymentInfo .edn_infoColor2 {
  color: #db0000;
}
.eds_news_NewsOne.eds_subCollection_news .edn_eventInfoMessage .eds_paymentInfo .edn_eventPayPalPayment {
  display: inline-block;
  border: solid 1px #659ad9;
  border-radius: 4px;
  color: #0093de;
  padding: 5px;
  line-height: 1;
  margin-top: 10px;
}
.eds_news_NewsOne.eds_subCollection_news .edn_eventInfoMessage .eds_paymentInfo .edn_eventPayPalPayment:hover {
  text-decoration: none;
  color: #0b65ac;
}
.eds_news_NewsOne.eds_subCollection_news .eds_openModal {
  float: right;
  cursor: pointer;
  border: 0;
  text-decoration: none;
  padding: 6px 10px;
  background: url("/DesktopModules/EasyDNNnews/Templates/_default/NewsOne/images/common/comments/add_button_bg.png") repeat-x bottom #929292;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-decoration: none;
  font: 14px Arial, Helvetica, sans-serif;
  line-height: 18px;
  font-weight: bold;
  color: #efefef;
  text-shadow: 0 -1px 1px #4B4B4B;
}
.eds_news_NewsOne.eds_subCollection_news .eds_openModal:hover {
  background-color: #D71313;
}
.eds_news_NewsOne.eds_subCollection_news .edn_eventSeparator {
  border: none;
  border-bottom: 1px solid #dadada;
  outline: none;
  height: 0;
  margin: 10px 0;
}
.eds_news_NewsOne.eds_subCollection_news .edn_listOfAttendants {
  margin: 20px 0;
  border: solid 1px #dadada;
  border-radius: 5px;
  overflow: hidden;
}
.eds_news_NewsOne.eds_subCollection_news .edn_listOfAttendants > table {
  border: none;
  outline: none;
  width: 100%;
}
.eds_news_NewsOne.eds_subCollection_news .edn_listOfAttendants > table tr:first-child.edn_listOfAttendantsHeader {
  background-color: #EBEBEB;
}
.eds_news_NewsOne.eds_subCollection_news .edn_listOfAttendants > table tr:nth-child(even) {
  background-color: #fff;
}
.eds_news_NewsOne.eds_subCollection_news .edn_listOfAttendants > table tr:nth-child(odd) {
  background-color: #F1F1F1;
}
.eds_news_NewsOne.eds_subCollection_news .edn_listOfAttendants > table tr th {
  text-align: left;
  font-weight: bold;
  padding: 7px 10px;
  border: none;
  border-bottom: solid 1px #dadada;
}
.eds_news_NewsOne.eds_subCollection_news .edn_listOfAttendants > table tr th.edn_eventUserName {
  width: 80%;
}
.eds_news_NewsOne.eds_subCollection_news .edn_listOfAttendants > table tr th.edn_eventNumberOfTickets {
  text-align: center;
  width: 20%;
}
.eds_news_NewsOne.eds_subCollection_news .edn_listOfAttendants > table tr td {
  padding: 2px 10px;
  color: #838383;
  font-size: 12px;
  border: none;
}
.eds_news_NewsOne.eds_subCollection_news .edn_listOfAttendants > table tr td.edn_eventUserName {
  padding-right: 20px;
}
.eds_news_NewsOne.eds_subCollection_news .edn_listOfAttendants > table tr td.edn_eventNumberOfTickets {
  text-align: center;
}
.eds_news_NewsOne.eds_subCollection_news .eds_signUpActionBarWrapper {
  margin: 5px 0 15px;
}
.eds_news_NewsOne.eds_subCollection_news .eds_signUpActionBarWrapper > span {
  font-size: 18px;
  display: inline-block;
  vertical-align: middle;
}
.eds_news_NewsOne.eds_subCollection_news .eds_signUpActionBar {
  display: inline-block;
  vertical-align: middle;
  margin-left: 30px;
}
.eds_news_NewsOne.eds_subCollection_news .eds_signUpActionBar input[type=radio] {
  display: none;
}
.eds_news_NewsOne.eds_subCollection_news .eds_signUpActionBar input[type=radio]:checked + label {
  color: #fff;
  cursor: default;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5) inset;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
}
.eds_news_NewsOne.eds_subCollection_news .eds_signUpActionBar input[type=radio]:checked + label:after {
  display: none;
}
.eds_news_NewsOne.eds_subCollection_news .eds_signUpActionBar label {
  display: inline-block;
  margin: 5px 10px 5px 0;
  background-color: #d5d5d5;
  border: 1px solid #878787;
  min-width: 60px;
  border-radius: 3px;
  color: #555;
  font: normal 15px/1 Arial;
  padding: 6px 9px;
  text-decoration: none;
  white-space: nowrap;
  z-index: 0;
  position: relative;
  cursor: pointer;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.6);
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.eds_news_NewsOne.eds_subCollection_news .eds_signUpActionBar label:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  content: "";
  display: inline-block;
  z-index: -1;
  -webkit-transition: opacity 200ms linear;
  -moz-transition: opacity 200ms linear;
  -ms-transition: opacity 200ms linear;
  -o-transition: opacity 200ms linear;
  transition: opacity 200ms linear;
}
.eds_news_NewsOne.eds_subCollection_news .eds_signUpActionBar label:hover {
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
}
.eds_news_NewsOne.eds_subCollection_news .eds_signUpActionBar label:hover:after {
  opacity: 1;
}
.eds_news_NewsOne.eds_subCollection_news .eds_signUpActionBar .eds_optionValue1 label:hover {
  border-color: #438243;
}
.eds_news_NewsOne.eds_subCollection_news .eds_signUpActionBar .eds_optionValue1 label:after {
  background-color: #5cb85c;
  border-color: #438243;
}
.eds_news_NewsOne.eds_subCollection_news .eds_signUpActionBar .eds_optionValue1 input[type=radio]:checked + label {
  background-color: #5cb85c;
  border-color: #438243;
}
.eds_news_NewsOne.eds_subCollection_news .eds_signUpActionBar .eds_optionValue2 label:hover {
  border-color: #8a3431;
}
.eds_news_NewsOne.eds_subCollection_news .eds_signUpActionBar .eds_optionValue2 label:after {
  background-color: #d9534f;
}
.eds_news_NewsOne.eds_subCollection_news .eds_signUpActionBar .eds_optionValue2 input[type=radio]:checked + label {
  background-color: #d9534f;
  border-color: #8a3431;
}
.eds_news_NewsOne.eds_subCollection_news .eds_signUpActionBar .eds_optionValue3 label:hover {
  border-color: #a2773a;
}
.eds_news_NewsOne.eds_subCollection_news .eds_signUpActionBar .eds_optionValue3 label:after {
  background-color: #f0ad4e;
}
.eds_news_NewsOne.eds_subCollection_news .eds_signUpActionBar .eds_optionValue3 input[type=radio]:checked + label {
  background-color: #f0ad4e;
  border-color: #a2773a;
}
.eds_news_NewsOne.eds_subCollection_news.eds_print .admin_action,
.eds_news_NewsOne.eds_subCollection_news.eds_print .eds_openModal {
  display: none;
}
.eds_news_NewsOne.eds_subCollection_news.eds_print .article a {
  color: #000;
}
.eds_news_NewsOne.eds_subCollection_news.eds_print .article .event_date,
.eds_news_NewsOne.eds_subCollection_news.eds_print .article .event_location {
  padding-left: 0;
  background: none transparent;
}
.eds_news_NewsOne.eds_subCollection_news.eds_print .article .event_date .export,
.eds_news_NewsOne.eds_subCollection_news.eds_print .article .event_location .export {
  display: none;
}
.eds_news_NewsOne.eds_subCollection_news.eds_print .article .event_date a,
.eds_news_NewsOne.eds_subCollection_news.eds_print .article .meta_text a {
  color: #000;
}
.eds_news_NewsOne.eds_subCollection_news.eds_print .article .event_date.eds_viewsComments,
.eds_news_NewsOne.eds_subCollection_news.eds_print .article .meta_text.eds_viewsComments {
  display: none;
}
.eds_news_NewsOne.eds_subCollection_news.eds_print .article .box_list_container,
.eds_news_NewsOne.eds_subCollection_news.eds_print .article .author_group_profile,
.eds_news_NewsOne.eds_subCollection_news.eds_print .article .article_documents,
.eds_news_NewsOne.eds_subCollection_news.eds_print .article .related_articles,
.eds_news_NewsOne.eds_subCollection_news.eds_print .article .edn_article_links,
.eds_news_NewsOne.eds_subCollection_news.eds_print .article .fb-comments,
.eds_news_NewsOne.eds_subCollection_news.eds_print .article #disqus_thread,
.eds_news_NewsOne.eds_subCollection_news.eds_print .article .eds_signUpActionBarWrapper {
  display: none;
}
.eds_news_NewsOne.eds_subCollection_news.eds_print .article.details .rate_article,
.eds_news_NewsOne.eds_subCollection_news.eds_print .article.details .article_gallery,
.eds_news_NewsOne.eds_subCollection_news.eds_print .article.details .article_comments,
.eds_news_NewsOne.eds_subCollection_news.eds_print .article.details .edn_socialPrintWrapper {
  display: none;
}
.eds_news_NewsOne.eds_subCollection_search .article.in_list {
  margin: 20px 0 0;
}
.eds_news_NewsOne .fb-comments, .eds_news_NewsOne .fb-comments iframe[style], .eds_news_NewsOne .fb-comments > span {
  width: 100% !important;
}
.eds_news_NewsOne .fb_comments_count {
  margin: 0 !important;
  display: inline !important;
}

.EDN_search.theme_NewsOne {
  padding: 0px;
  border: 1px solid #cdcdcd;
  background-color: #f6f6f6;
  overflow: hidden;
  z-index: 9999999;
  padding: 3px;
  box-shadow: 3px 3px 8px 0px rgba(0, 0, 0, 0.27);
  margin: 0 20px;
}
.EDN_search.theme_NewsOne ul {
  margin: 0px;
  padding: 0px;
  list-style-position: outside;
  list-style: none;
}
.EDN_search.theme_NewsOne ul li {
  margin: 0px;
  padding: 2px 5px;
  display: block;
  font: Arial;
  font-size: 12px;
  color: #333333;
  border: solid 1px transparent;
}
.EDN_search.theme_NewsOne ul li span a {
  color: #333333;
  text-decoration: none;
}
.EDN_search.theme_NewsOne ul li span a:hover {
  text-decoration: none;
  color: #000;
  text-decoration: none;
}
.EDN_search.theme_NewsOne .acSelect {
  background-color: #e4e4e4;
  color: #333333;
}
.EDN_search.theme_NewsOne .acSelect a {
  color: #333333;
}

/* IE 7 only */
*:first-child + html .eds_news_NewsOne.eds_subCollection_news .article.details .article_comments .comment_list .comment .right_side {
  width: 88%;
}
*:first-child + html .eds_news_NewsOne.eds_subCollection_news .article.in_list.box .article_image > span .date {
  position: relative;
  top: -6px;
}

.qtip.edn_calendarbox_NewsOne {
  position: absolute;
  left: -28000px;
  top: -28000px;
  display: none;
  min-width: 50px;
  font-size: 10px;
  line-height: 12px;
  direction: ltr;
  padding: 0;
  margin: 0;
  background: #f6f6f6;
  border: 1px solid #cdcdcd;
  border-radius: 2px;
  box-shadow: 1px 1px 1px #1A1A1A;
  width: 500px;
  max-width: 95%;
}
.qtip.edn_calendarbox_NewsOne > .qtip-content,
.qtip.edn_calendarbox_NewsOne > .ui-tooltip-content {
  position: relative;
  padding: 0;
  margin: 0;
  border: 0;
  overflow: hidden;
  text-align: left;
  word-wrap: break-word;
}
.qtip.edn_calendarbox_NewsOne > .qtip-content > .title,
.qtip.edn_calendarbox_NewsOne > .ui-tooltip-content > .title {
  border: 0;
  border-bottom: 1px solid #cdcdcd;
  background: url("/DesktopModules/EasyDNNnews/Templates/_default/NewsOne/images/common/calendar/tooltip/title_gradient.png") repeat-x 0 bottom #fff;
  margin: 0;
  padding: 6px 15px 0;
  display: block;
  height: 19px;
}
.qtip.edn_calendarbox_NewsOne > .qtip-content > .title span,
.qtip.edn_calendarbox_NewsOne > .ui-tooltip-content > .title span {
  font: 12px Arial;
  color: #111;
  line-height: 14px;
  font-weight: bold;
}
.qtip.edn_calendarbox_NewsOne > .qtip-content > .title span a,
.qtip.edn_calendarbox_NewsOne > .ui-tooltip-content > .title span a {
  text-decoration: none;
  color: #111;
}
.qtip.edn_calendarbox_NewsOne > .qtip-content > .title span a:hover,
.qtip.edn_calendarbox_NewsOne > .ui-tooltip-content > .title span a:hover {
  color: #000;
  text-decoration: underline;
}
.qtip.edn_calendarbox_NewsOne > .qtip-content > .wrapper,
.qtip.edn_calendarbox_NewsOne > .ui-tooltip-content > .wrapper {
  padding: 0;
  margin: 0;
  border: 0;
  overflow: hidden;
  display: block;
  max-width: none;
  max-height: none;
  width: auto;
  height: auto;
}
.qtip.edn_calendarbox_NewsOne > .qtip-content > .wrapper > .article,
.qtip.edn_calendarbox_NewsOne > .ui-tooltip-content > .wrapper > .article {
  display: block;
  margin: 0;
  border: 0;
  padding: 15px;
  overflow: hidden;
}
.qtip.edn_calendarbox_NewsOne > .qtip-content > .wrapper > .article > img,
.qtip.edn_calendarbox_NewsOne > .ui-tooltip-content > .wrapper > .article > img {
  float: left;
  margin: 0 10px 10px 0;
  padding: 0;
  border: 0;
  border-radius: 5px;
  max-width: 100px;
  max-height: 100px;
}
.qtip.edn_calendarbox_NewsOne > .qtip-content > .wrapper > .article p,
.qtip.edn_calendarbox_NewsOne > .ui-tooltip-content > .wrapper > .article p {
  color: #333;
  font: 12px Arial;
  line-height: 14px;
  margin: 0;
  padding: 0;
  display: block;
}
.qtip.edn_calendarbox_NewsOne > .qtip-content > .wrapper > .article > p.title,
.qtip.edn_calendarbox_NewsOne > .ui-tooltip-content > .wrapper > .article > p.title {
  font-size: 14px;
  line-height: 16px;
  font-weight: bold;
}
.qtip.edn_calendarbox_NewsOne > .qtip-content > .wrapper > .article > p.title a,
.qtip.edn_calendarbox_NewsOne > .ui-tooltip-content > .wrapper > .article > p.title a {
  font: 14px Arial;
  line-height: 16px;
  color: #333;
  text-decoration: none;
  font-weight: bold;
}
.qtip.edn_calendarbox_NewsOne > .qtip-content > .wrapper > .article > p.title a:hover,
.qtip.edn_calendarbox_NewsOne > .ui-tooltip-content > .wrapper > .article > p.title a:hover {
  text-decoration: underline;
}
.qtip.edn_calendarbox_NewsOne > .qtip-content > .wrapper > .article > p.location,
.qtip.edn_calendarbox_NewsOne > .ui-tooltip-content > .wrapper > .article > p.location {
  font-size: 12px;
  line-height: 14px;
  font-weight: bold;
  color: #111;
  margin-top: 5px;
  padding: 0 0 0 15px;
  background: url("/DesktopModules/EasyDNNnews/Templates/_default/NewsOne/images/common/calendar/tooltip/red_map_location.png") no-repeat 0 0;
}
.qtip.edn_calendarbox_NewsOne > .qtip-content > .wrapper > .article > .content p,
.qtip.edn_calendarbox_NewsOne > .ui-tooltip-content > .wrapper > .article > .content p {
  margin: 10px 0 0;
}
.qtip.edn_calendarbox_NewsOne > .qtip-content > .wrapper > .article > a,
.qtip.edn_calendarbox_NewsOne > .ui-tooltip-content > .wrapper > .article > a {
  float: right;
  clear: both;
  text-decoration: none;
  font: 12px Arial;
  color: #333;
  line-height: 14px;
  font-weight: bold;
  margin: 3px 0 0;
  padding: 0 0 0 9px;
  border: 0;
  background: url("/DesktopModules/EasyDNNnews/Templates/_default/NewsOne/images/common/calendar/tooltip/red_arrow.png") no-repeat 0 2px;
}
.qtip.edn_calendarbox_NewsOne > .qtip-content > .wrapper > .article > a:hover,
.qtip.edn_calendarbox_NewsOne > .ui-tooltip-content > .wrapper > .article > a:hover {
  text-decoration: underline;
}
.qtip.edn_calendarbox_NewsOne > .qtip-content > .wrapper > .article_list,
.qtip.edn_calendarbox_NewsOne > .ui-tooltip-content > .wrapper > .article_list {
  display: block;
  margin: 0;
  border: 0;
  padding: 15px 15px 15px 30px;
  overflow: hidden;
}
.qtip.edn_calendarbox_NewsOne > .qtip-content > .wrapper > .article_list > li,
.qtip.edn_calendarbox_NewsOne > .ui-tooltip-content > .wrapper > .article_list > li {
  list-style: url("/DesktopModules/EasyDNNnews/Templates/_default/NewsOne/images/common/calendar/tooltip/red_arrow.png") outside;
  margin: 5px 0 0px;
  padding: 0;
  border: 0;
}
.qtip.edn_calendarbox_NewsOne > .qtip-content > .wrapper > .article_list > li > a,
.qtip.edn_calendarbox_NewsOne > .ui-tooltip-content > .wrapper > .article_list > li > a {
  color: #333;
  font: 12px Arial;
  line-height: 14px;
  font-weight: bold;
  text-decoration: none;
}
.qtip.edn_calendarbox_NewsOne > .qtip-content > .wrapper > .article_list > li > a:hover,
.qtip.edn_calendarbox_NewsOne > .ui-tooltip-content > .wrapper > .article_list > li > a:hover {
  text-decoration: underline;
}
.qtip.edn_calendarbox_NewsOne > .qtip-content > .wrapper > .article_list > li > p,
.qtip.edn_calendarbox_NewsOne > .ui-tooltip-content > .wrapper > .article_list > li > p {
  color: #111;
  margin: 0;
  padding: 0;
  border: 0;
  font: 10px Arial;
  line-height: 12px;
}

@media handheld, only screen and (max-width: 480px), only screen and (max-device-width: 480px) {
  .EasyDNNSkin_NewsTwo .eds_news_NewsOne.eds_subCollection_news .category.in_list.catalog-item, .EasyDNNSkin_NewsOne .eds_news_NewsOne.eds_subCollection_news .category.in_list.catalog-item, .EasyDNNSkin_BlogTwo .eds_news_NewsOne.eds_subCollection_news .category.in_list.catalog-item, .EasyDNNSkin_BlogOne .eds_news_NewsOne.eds_subCollection_news .category.in_list.catalog-item {
    width: 48%;
    margin: 0 1% 15px 1%;
  }
  .EasyDNNSkin_NewsTwo .eds_news_NewsOne.eds_subCollection_news .category.in_list.catalog-item img, .EasyDNNSkin_NewsOne .eds_news_NewsOne.eds_subCollection_news .category.in_list.catalog-item img, .EasyDNNSkin_BlogTwo .eds_news_NewsOne.eds_subCollection_news .category.in_list.catalog-item img, .EasyDNNSkin_BlogOne .eds_news_NewsOne.eds_subCollection_news .category.in_list.catalog-item img {
    width: 100%;
  }
  .EasyDNNSkin_NewsTwo .eds_news_NewsOne.eds_subCollection_news .article.span > .content > .article_image, .EasyDNNSkin_NewsOne .eds_news_NewsOne.eds_subCollection_news .article.span > .content > .article_image, .EasyDNNSkin_BlogTwo .eds_news_NewsOne.eds_subCollection_news .article.span > .content > .article_image, .EasyDNNSkin_BlogOne .eds_news_NewsOne.eds_subCollection_news .article.span > .content > .article_image {
    float: none;
    margin: 0 0 10px 0;
  }
  .EasyDNNSkin_NewsTwo .eds_news_NewsOne.eds_subCollection_news .article.span > .content > .article_image img, .EasyDNNSkin_NewsOne .eds_news_NewsOne.eds_subCollection_news .article.span > .content > .article_image img, .EasyDNNSkin_BlogTwo .eds_news_NewsOne.eds_subCollection_news .article.span > .content > .article_image img, .EasyDNNSkin_BlogOne .eds_news_NewsOne.eds_subCollection_news .article.span > .content > .article_image img {
    width: 100%;
  }
  .EasyDNNSkin_NewsTwo .eds_news_NewsOne.eds_subCollection_news .article.in_list.box.big, .EasyDNNSkin_NewsOne .eds_news_NewsOne.eds_subCollection_news .article.in_list.box.big, .EasyDNNSkin_BlogTwo .eds_news_NewsOne.eds_subCollection_news .article.in_list.box.big, .EasyDNNSkin_BlogOne .eds_news_NewsOne.eds_subCollection_news .article.in_list.box.big {
    float: none;
    max-width: 98%;
    margin: 0 1% 2% 1%;
  }
  .EasyDNNSkin_NewsTwo .eds_news_NewsOne.eds_subCollection_news .article.in_list.box.big img, .EasyDNNSkin_NewsOne .eds_news_NewsOne.eds_subCollection_news .article.in_list.box.big img, .EasyDNNSkin_BlogTwo .eds_news_NewsOne.eds_subCollection_news .article.in_list.box.big img, .EasyDNNSkin_BlogOne .eds_news_NewsOne.eds_subCollection_news .article.in_list.box.big img {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .EasyDNNSkin_NewsTwo .eds_news_NewsOne.eds_subCollection_news .article.in_list.box.normal, .EasyDNNSkin_NewsOne .eds_news_NewsOne.eds_subCollection_news .article.in_list.box.normal, .EasyDNNSkin_BlogTwo .eds_news_NewsOne.eds_subCollection_news .article.in_list.box.normal, .EasyDNNSkin_BlogOne .eds_news_NewsOne.eds_subCollection_news .article.in_list.box.normal {
    max-width: 98%;
    margin: 0 0 15px 1%;
  }
  .EasyDNNSkin_NewsTwo .eds_news_NewsOne.eds_subCollection_news .article.in_list.box.normal img, .EasyDNNSkin_NewsOne .eds_news_NewsOne.eds_subCollection_news .article.in_list.box.normal img, .EasyDNNSkin_BlogTwo .eds_news_NewsOne.eds_subCollection_news .article.in_list.box.normal img, .EasyDNNSkin_BlogOne .eds_news_NewsOne.eds_subCollection_news .article.in_list.box.normal img {
    width: 100%;
  }
  .EasyDNNSkin_NewsTwo .eds_news_NewsOne.eds_subCollection_news .article.details .author_group_profile .profile_buttons, .EasyDNNSkin_NewsOne .eds_news_NewsOne.eds_subCollection_news .article.details .author_group_profile .profile_buttons, .EasyDNNSkin_BlogTwo .eds_news_NewsOne.eds_subCollection_news .article.details .author_group_profile .profile_buttons, .EasyDNNSkin_BlogOne .eds_news_NewsOne.eds_subCollection_news .article.details .author_group_profile .profile_buttons {
    padding: 5px 0 0 0;
  }
  .EasyDNNSkin_NewsTwo .eds_news_NewsOne.eds_subCollection_news .article.details .author_group_profile .profile_buttons .social-networks, .EasyDNNSkin_NewsOne .eds_news_NewsOne.eds_subCollection_news .article.details .author_group_profile .profile_buttons .social-networks, .EasyDNNSkin_BlogTwo .eds_news_NewsOne.eds_subCollection_news .article.details .author_group_profile .profile_buttons .social-networks, .EasyDNNSkin_BlogOne .eds_news_NewsOne.eds_subCollection_news .article.details .author_group_profile .profile_buttons .social-networks {
    margin-top: 10px;
  }
  .EasyDNNSkin_NewsTwo .eds_news_NewsOne.eds_subCollection_news .article.details .author_group_profile .profile_buttons .button, .EasyDNNSkin_NewsOne .eds_news_NewsOne.eds_subCollection_news .article.details .author_group_profile .profile_buttons .button, .EasyDNNSkin_BlogTwo .eds_news_NewsOne.eds_subCollection_news .article.details .author_group_profile .profile_buttons .button, .EasyDNNSkin_BlogOne .eds_news_NewsOne.eds_subCollection_news .article.details .author_group_profile .profile_buttons .button {
    float: none;
  }
  .EasyDNNSkin_NewsTwo .eds_news_NewsOne.eds_subCollection_news .articles_row .article.in_list.box.normal:first-child, .EasyDNNSkin_NewsOne .eds_news_NewsOne.eds_subCollection_news .articles_row .article.in_list.box.normal:first-child, .EasyDNNSkin_BlogTwo .eds_news_NewsOne.eds_subCollection_news .articles_row .article.in_list.box.normal:first-child, .EasyDNNSkin_BlogOne .eds_news_NewsOne.eds_subCollection_news .articles_row .article.in_list.box.normal:first-child {
    max-width: 98%;
    margin: 0 0 15px 1%;
  }
  .EasyDNNSkin_NewsTwo .eds_news_NewsOne.eds_subCollection_news .articles_row .article.in_list.box.normal:first-child img, .EasyDNNSkin_NewsOne .eds_news_NewsOne.eds_subCollection_news .articles_row .article.in_list.box.normal:first-child img, .EasyDNNSkin_BlogTwo .eds_news_NewsOne.eds_subCollection_news .articles_row .article.in_list.box.normal:first-child img, .EasyDNNSkin_BlogOne .eds_news_NewsOne.eds_subCollection_news .articles_row .article.in_list.box.normal:first-child img {
    width: 100%;
  }
}

/*# sourceMappingURL=themeBase.css.map */

/* - End of /DesktopModules/EasyDNNnews/Templates/_default/NewsOne/NewsOne.css - */
/* - Start of /Portals/0-System/Containers/Vision/container.css - */

@font-face {
   font-family: 'BenchNine-Regular';
  src: url("/Portals/0/fonts/BenchNine-Regular.eot");
  src: url("/Portals/0/fonts/BenchNine-Regular.eot?#iefix") format('embedded-opentype'),
       url("/Portals/0/fonts/BenchNine-Regular.woff") format('woff'),
       url("/Portals/0/fonts/BenchNine-Regular.ttf") format('truetype'),
       url("/Portals/0/fonts/BenchNine-Regular.svg#BenchNine-Regular") format('svg');
}


.eds_containers_Vision.eds_templateGroup_hilite {
    background-color: #e6e6e6;
    margin: 0 0 30px;
    padding: 14px 16px;
}





.EasyDNNSkin_Vision h1, .EasyDNNSkin_Vision h2, .EasyDNNSkin_Vision h3, .EasyDNNSkin_Vision h4, .EasyDNNSkin_Vision h5 {
    color: #25282a;
    font-family: "BenchNine",sans-serif;
    font-weight: bold;
    letter-spacing: normal;
    margin: 0;
    padding: 0;
}.EasyDNNSkin_Vision h2 {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 20px;
}.EasyDNNSkin_Vision h1, .EasyDNNSkin_Vision h2, .EasyDNNSkin_Vision h3, .EasyDNNSkin_Vision h4, .EasyDNNSkin_Vision h5, .EasyDNNSkin_Vision .DnnModule-Journal #journalItems .journalrow .journalitem > p .authorname, .EDS_footer-bg .EDS_footer p {
    color: #25282a;
    font-family: "BenchNine";
    font-weight: bold;
}

 .eds_containers_Vision .EDC_container-title span {
    border: 0 none;
    color: #25282a;
    font-family: "BenchNine",sans-serif;
    font-size: 30px;
    font-weight: normal;
    line-height: 1;
    margin: 0;
    padding: 0;
}
 .eds_containers_Vision.eds_templateGroup_hilite .EDC_container-title span {
    font-size: 26px;
    line-height: 1.2;
}
 .eds_containers_Vision .EDC_container-title {
    border-bottom: 1px solid #25282a;
    margin: 0;
    padding: 0 0 4px;
}
/* - End of /Portals/0-System/Containers/Vision/container.css - */
/* - Start of /Portals/0-System/Containers/Triumph/container.css - */

@font-face {
  font-family: 'Droid Sans';
  font-style: normal;
  font-weight: 400;
  src: url("http://fonts.gstatic.com/s/droidsans/v12/SlGVmQWMvZQIdix7AFxXkHNSaA.ttf") format('truetype');
}
@font-face {
  font-family: 'Droid Sans';
  font-style: normal;
  font-weight: 700;
  src: url("http://fonts.gstatic.com/s/droidsans/v12/SlGWmQWMvZQIdix7AFxXmMh3eDs1Yg.ttf") format('truetype');
}




/*Invalid CSS: /css?family=Droid+Sans:400,700*/



.eds_containers_Triumph .EDC_container-title {
  border-bottom: 1px solid #cecece;
  border-top: none;
  border-left: none;
  border-right: none;
  padding: 0 0 10px;
  margin: 0 0 20px 0; }
.eds_containers_Triumph .EDC_container-title span {
  font-size: 18px;
  font-weight: bold;
  padding: 0;
  text-transform: uppercase;
  border: 0;
  margin: 0;
  color: #212121;
  font-family: "Droid Sans", sans-serif;
  letter-spacing: normal;
  line-height: 1.3; }
.eds_containers_Triumph.eds_templateGroup_Triple_Doted_Line {
  background: url("/Portals/0-System/Containers/Triumph/images/triple-dotted-line.png") repeat-x 0 bottom;
  padding-bottom: 20px;
  margin: 0 0 20px 0; }
.eds_containers_Triumph.eds_templateGroup_Double_Doted_Line {
  background: url("/Portals/0-System/Containers/Triumph/images/double-dotted-line.png") repeat-x 0 bottom;
  padding-bottom: 18px;
  margin: 0 0 20px 0; }
.eds_containers_Triumph.eds_templateGroup_Hilite .EDC_container-title {
  padding: 0;
  margin: 0;
  border: solid 3px #eef6f6;
  border-radius: 3px 3px 0 0;
  border-bottom: 0 !important;
  display: inline-block;
  background-color: white; }
  .eds_containers_Triumph.eds_templateGroup_Hilite .EDC_container-title span {
    color: #212121;
    font-size: 14px;
    font-weight: bold;
    line-height: 18px;
    border: solid 1px #e3e3e3;
    border-bottom: 0;
    margin: 0;
    padding: 15px;
    display: inline-block;
    background-color: white; }
.eds_containers_Triumph.eds_templateGroup_Hilite .EDC_outer_wrapper {
  border: solid 3px #eef6f6;
  border-radius: 3px;
  border-top-left-radius: 0;
  margin-top: -4px;
  background-color: white; }
  .eds_containers_Triumph.eds_templateGroup_Hilite .EDC_outer_wrapper .EDC_inner_wrapper {
    border: solid 1px #e3e3e3;
    padding: 18px; }
    .eds_containers_Triumph.eds_templateGroup_Hilite .EDC_outer_wrapper .EDC_inner_wrapper .Normal,
    .eds_containers_Triumph.eds_templateGroup_Hilite .EDC_outer_wrapper .EDC_inner_wrapper .NormalDeleted,
    .eds_containers_Triumph.eds_templateGroup_Hilite .EDC_outer_wrapper .EDC_inner_wrapper .NormalDisabled {
      color: #666666; }
.eds_containers_Triumph.eds_templateGroup_ContentBox {
  margin: 0; }
  @media handheld, only screen and (max-width: 768px), only screen and (max-device-width: 768px) {
    .eds_containers_Triumph.eds_templateGroup_ContentBox {
      padding-bottom: 5px; } }
  .eds_containers_Triumph.eds_templateGroup_ContentBox .EDC_container_icon {
    float: left; }
    .eds_containers_Triumph.eds_templateGroup_ContentBox .EDC_container_icon img {
      margin: 0 11px 0 0; }
  .eds_containers_Triumph.eds_templateGroup_ContentBox.EDC_bottom_border .EDC_content_pane_holder {
    border-style: solid;
    border-width: 0 0 1px;
    border-color: #e0e0e0;
    overflow: hidden;
    padding-bottom: 30px; }
  .eds_containers_Triumph.eds_templateGroup_ContentBox.EDC_top_border .EDC_content_pane_holder {
    border-style: solid;
    border-width: 1px 0 0;
    border-color: #e0e0e0;
    overflow: hidden;
    padding-top: 30px; }
    @media handheld, only screen and (max-width: 768px), only screen and (max-device-width: 768px) {
      .eds_containers_Triumph.eds_templateGroup_ContentBox.EDC_top_border .EDC_content_pane_holder {
        border-width: 0 0 1px; } }
  .eds_containers_Triumph.eds_templateGroup_ContentBox.EDC_top_border .EDC_container_icon {
    margin-top: 30px; }
.eds_containers_Triumph.eds_templateGroup_Footer_Box .EDC_container-title {
  padding: 0;
  margin: 0 0 10px 0;
  border: 0; }
  .eds_containers_Triumph.eds_templateGroup_Footer_Box .EDC_container-title span {
    color: white;
    font-size: 16px;
    font-weight: bold;
    line-height: 18px;
    text-shadow: 0 1px 0 #002337;
    border: 0;
    margin: 0;
    padding: 0; }


.eds_containers_Triumph.eds_style_custom_sv7w5lpvgny.eds_templateGroup_default .EDC_container-title,
.eds_containers_Triumph.eds_style_custom_sv7w5lpvgny.eds_templateGroup_Double_Doted_Line .EDC_container-title,
.eds_containers_Triumph.eds_style_custom_sv7w5lpvgny.eds_templateGroup_Triple_Doted_Line .EDC_container-title
{
	border-bottom-color: #cecece;
}

.eds_containers_Triumph.eds_style_custom_sv7w5lpvgny.eds_templateGroup_ContentBox.EDC_bottom_border .EDC_content_pane_holder,
.eds_containers_Triumph.eds_style_custom_sv7w5lpvgny.eds_templateGroup_ContentBox.EDC_top_border .EDC_content_pane_holder
{
	border-top-color: #e0e0e0;
	border-bottom-color: #e0e0e0;
}

.eds_containers_Triumph.eds_style_custom_sv7w5lpvgny.eds_templateGroup_default .EDC_container-title span,
.eds_containers_Triumph.eds_style_custom_sv7w5lpvgny.eds_templateGroup_Double_Doted_Line .EDC_container-title span,
.eds_containers_Triumph.eds_style_custom_sv7w5lpvgny.eds_templateGroup_Triple_Doted_Line .EDC_container-title span
{
	font-family: "Droid Sans";
	color: #009800;
	font-size: 18px;
	line-height: 1.3;
	font-weight: bold;
}

.eds_containers_Triumph.eds_style_custom_sv7w5lpvgny.eds_templateGroup_Footer_Box .EDC_container-title span
{
	text-shadow: 0px 1px 0px #002337;
	font-family: "Droid Sans";
	color: #ffffff;
	font-size: 16px;
	line-height: 18px;
	font-weight: bold;
}

.eds_containers_Triumph.eds_style_custom_sv7w5lpvgny.eds_templateGroup_Hilite .EDC_container-title span
{
	font-family: "Droid Sans";
	color: #212121;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
}

.eds_containers_Triumph.eds_style_custom_sv7w5lpvgny.eds_templateGroup_Hilite .EDC_container-title span,
.eds_containers_Triumph.eds_style_custom_sv7w5lpvgny.eds_templateGroup_Hilite .EDC_outer_wrapper .EDC_inner_wrapper
{
	border-color: #e3e3e3;
}

.eds_containers_Triumph.eds_style_custom_sv7w5lpvgny.eds_templateGroup_Hilite .EDC_container-title,
.eds_containers_Triumph.eds_style_custom_sv7w5lpvgny.eds_templateGroup_Hilite .EDC_outer_wrapper
{
	border-color: #eef6f6;
}

.eds_containers_Triumph.eds_style_custom_sv7w5lpvgny.eds_templateGroup_Hilite .EDC_container-title span,
.eds_containers_Triumph.eds_style_custom_sv7w5lpvgny.eds_templateGroup_Hilite .EDC_outer_wrapper
{
	background-color: #ffffff;
}

.eds_containers_Triumph.eds_style_custom_sv7w5lpvgny.eds_templateGroup_Hilite .EDC_outer_wrapper .EDC_inner_wrapper .Normal,
.eds_containers_Triumph.eds_style_custom_sv7w5lpvgny.eds_templateGroup_Hilite .EDC_outer_wrapper .EDC_inner_wrapper .NormalDeleted,
.eds_containers_Triumph.eds_style_custom_sv7w5lpvgny.eds_templateGroup_Hilite .EDC_outer_wrapper .EDC_inner_wrapper .NormalDisabled
{
	color: #666666;
}

.eds_containers_Triumph.eds_style_custom_sv7w5lpvgny.eds_templateGroup_Double_Doted_Line.eds_templateGroup_Double_Doted_Line
{
	background-image: url("/Portals/0-System/Containers/Triumph/images/doubleDotedLine/predefined/double-dotted-line.png");
}

.eds_containers_Triumph.eds_style_custom_sv7w5lpvgny.eds_templateGroup_Triple_Doted_Line.eds_templateGroup_Triple_Doted_Line
{
	background-image: url("/Portals/0-System/Containers/Triumph/images/tripleDotedLine/predefined/triple-dotted-line.png");
}


/* - End of /Portals/0-System/Containers/Triumph/container.css - */
/* - Start of /Portals/0/portal.css - */
@font-face{font-family:'FontAwesome';src:url("/Portals/0/fonts/fontawesome-webfont.eot?v=4.3.0");src:url("/Portals/0/fonts/fontawesome-webfont.eot?#iefix&v=4.3.0") format('embedded-opentype'), url("/Portals/0/fonts/fontawesome-webfont.woff2?v=4.3.0") format('woff2'), url("/Portals/0/fonts/fontawesome-webfont.woff?v=4.3.0") format('woff'), url("/Portals/0/fonts/fontawesome-webfont.ttf?v=4.3.0") format('truetype'), url("/Portals/0/fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular") format('svg');font-weight:normal;font-style:normal;}
@font-face{font-family:'MuseoSans';src:url("/Portals/0/fonts/MuseoSans.eot");src:url("/Portals/0/fonts/MuseoSans.eot") format('embedded-opentype'), url("/Portals/0/fonts/MuseoSans.woff2") format('woff2'), url("/Portals/0/fonts/MuseoSans.woff") format('woff'), url("/Portals/0/fonts/MuseoSans.ttf") format('truetype'), url("/Portals/0/fonts/MuseoSans.svg?#MuseoSansregular") format('svg');font-weight:normal;font-style:normal;}
@font-face{font-family:'BenchNine-Regular';src:url("/Portals/0/fonts/BenchNine-Regular.eot");src:url("/Portals/0/fonts/BenchNine-Regular.eot?#iefix") format('embedded-opentype'), url("/Portals/0/fonts/BenchNine-Regular.woff") format('woff'), url("/Portals/0/fonts/BenchNine-Regular.ttf") format('truetype'), url("/Portals/0/fonts/BenchNine-Regular.svg#BenchNine-Regular") format('svg');}
.topicsContainer h1{font-family:'BenchNine-Regular',sans-serif!important;letter-spacing:normal!important;margin:0px!important;padding:0px!important;color:#25282A!important;font-size:40px!important;}
.topicsContainer h3{font-family:'BenchNine-Regular',sans-serif!important;font-size:24px!important;}
.topicsContainer img{max-width:67%!important;margin:0px;padding:0px 20px 20px 0;}
.topicsContainer ul{background-color:#ebebeb;margin:0 0 18px 0;padding:0!important;float:left;width:100%;border-radius:3px;}
.topicsContainer ul li{float:left;list-style-type:none;padding:0 8px;margin:0 0 0 11px;color:#838383;background:url("/Portals/0/images/meta-icons.png") no-repeat 0 5px;line-height:27px;height:27px;}
.topicsContainer li.topic_publish-date{background-color:#78a145;color:#fff;background-image:none !important;margin-left:0;border-radius:3px 0 0 3px;}
.topicsContainer li.topic_author{padding-left:24px;}
.topicsContainer li.topic_number-views{background-position:0 -17px;padding-left:24px;}
.topicsContainer li{float:left;list-style-type:none;padding:0px 8px;margin:0px 0px 0px 11px;color:#838383;background:url("/Portals/0/images/meta-icons.png") no-repeat scroll 0px 5px transparent;line-height:27px;height:27px;}
.edn_module_title{display:none;}
.left_image{max-width:400px !important;}
.eds_news_NewsTwo.eds_subCollection_news .article.sidebar_box > a > img{width:50px;}
.span4 .ModDNNHTMLC .Normal > img{border:medium none;display:block;margin:0 0 8px;width:100%;}
.span4 .Normal > strong{display:none !important;}
.see-all{margin:0 0 25px;text-align:right;}
.see-all > a{background:green none repeat scroll 0 0;border-radius:3px;color:#fff !important;display:inline-block;padding:4px 10px;}
.span4 .ModDNNHTMLC .Normal > span{display:block;min-height:65px;}
.EDS_logo img{width:170px !important;}
.CompRank{background:linear-gradient(#fffbe8, #fff8d7) repeat scroll 0 0;border:1px solid #baad7a;}
.CompRank > h3{color:#0d871b !important;font-size:22px !important;font-weight:bold !important;margin:0 !important;padding:14px 0 11px !important;}
table#ggRankTable tr:nth-child(2n+1) > td{background:#fff8d7 none repeat scroll 0 0 !important;}
#ggRankTable a{color:#767676;}
.CompRankTop{background:#5fa71f none repeat scroll 0 0;border:1px solid #407610;margin:0 0 30px;padding:20px 10px;}
.CompRankTop > h3{color:#c5f476 !important;font-weight:bold !important;margin:0 !important;text-transform:uppercase !important;}
.CompRankTop > p{color:#fff;font-size:14px;}
ul.comp-li{margin:0;padding:0;}
.comp-li li{float:left;list-style:outside none none;text-align:center;width:33%;}
.comp-li:after{clear:both;content:"";display:block;}
.comp-li li > h3{color:#fff;font-size:14px;margin:0 0 2px;}
.star-rating span{background:url("/portals/0/star_active.png") repeat scroll 0 0;display:inline-block;height:15px;width:15px;}
span.star-inactive{background:url("/portals/0/star_inactive.png") repeat scroll 0 0;}
.rnkblog > ul{margin:0;padding:0;}
.rnkblog > ul li{border-bottom:1px solid #cfcfcf;list-style:outside none none;margin:10px 0;padding:10px 0;}
.rnkblog h3{font-family:Arial;font-size:16px;font-weight:bold;margin:0 0 10px;}
.rnkblog img{padding:0 10px 2px 0;}
h3.ratingh1{color:#0d871b !important;font-size:26px !important;font-weight:bold !important;margin:0 0 30px !important;}
h4.comp_name{color:#484848 !important;font-size:18px !important;font-weight:bold !important;}
.rating_profile .span8 > p{color:#222222;font-size:14px;margin:0 0 8px;max-width:360px;text-align:right;}
.rating_profile .span8 > p span.left{float:left;}
.s_ratings{margin:10px 0 0;}
.s_ratings span{background:url("/portals/0/star_act.png") no-repeat scroll 0 0;display:inline-block;height:19px;width:21px;}
.s_ratings span.star_inactive{background:url("/portals/0/star_off.png") no-repeat scroll 0 0;}
.span3 .review{}
.rating_profile .review{border:1px solid #cccccc;border-radius:3px;margin:20px 0;}
.rating_profile .review div{border-right:1px solid #cccccc;float:left;font-size:14px;min-height:45px;padding:14px 0;text-align:center;text-transform:uppercase;vertical-align:middle;width:14%;}
.rating_profile .review:after{clear:both;content:"";display:block;}
.rating_profile .review div strong{display:block;}
.rating_profile .review div.add_review{border-right:0 none;text-align:right;width:41%;}
.add_review > a{background:#0a6c16 none repeat scroll 0 0;border-radius:3px;color:#fff !important;display:inline-block;font-size:16px;font-weight:bold;margin:2px 0 0;padding:10px;text-shadow:0 0 1px #000;}
.add_review > a:before{background:#ffd200 none repeat scroll 0 0;border-radius:50%;color:#0a6c16;content:"+";float:left;font-size:26px;font-weight:bold;height:21px;line-height:21px;margin:0 15px 0 4px;text-align:center;width:22px;}
.add_review > a:hover{color:#ffd200 !important;}
.comp_text img{float:left;margin:0 20px 15px 0;}
.social_connect{border:1px solid #b2a46b;margin:0 0 30px;padding:15px;text-align:center;}
.social_connect > h3{background:#fff !important;color:#b2a46b !important;display:block !important;font-size:18px !important;margin:0 auto !important;padding:0 20px !important;position:relative !important;top:-25px !important;width:80% !important;}
.social_connect a{display:inline-block;height:46px;width:47px;background-size:cover !important;}
.social_connect a.fb_ic{background:url("/portals/0/company_fb.png") no-repeat;}
.social_connect a.tw_ic{background:url("/portals/0/company_twit.png") no-repeat;}
.social_connect a.gp_ic{background:url("/portals/0/company_gplus.png") no-repeat;}
.social_connect a.yt_ic{background:url("/portals/0/company_yt.png") no-repeat;}
.social_connect a.in_ic{background:url("/portals/0/company_insta.png") no-repeat;}
.shortpara{border:1px solid #8ebf3f;padding:15px;margin:0 0 30px 0;}
.shortpara > h3{font-size:16px;font-weight:bold;margin:30px 0;}
.review strong{color:#0d871b;font-size:16px;}
.subs_wrap{margin:0 auto;max-width:600px;text-align:center;}
.subs_wrap .row{border:1px solid #15a35a;margin:0;padding:15px;}
.subs_wrap .row h2{font-size:14px;font-weight:bold;margin:0;text-align:left;}
.subs_wrap .row input{width:100%;}
.subs_wrap .btn.btn-primary{background:#15a72c none repeat scroll 0 0;border:1px solid #229c35;color:#fff;display:block;margin:10px auto 0;padding:7px;text-align:center;width:100px;}
.subs_wrap h4{color:#0c6f3c;font-size:14px;font-weight:bold;}
.googleAds_block{text-align:center;}
.googleAds_block ins{padding:0 0px 40px;}
#jobSearch{font-family:arial;padding:0;}
#jobSearch h3{color:#0d871b;font-family:Arial;font-size:16px;font-weight:bold;margin:0 0 7px;padding:0 25px;text-transform:uppercase;}
.jobSearchCnt{}
.yellowBdrBlock{background:#fff8d7 none repeat scroll 0 0;border:1px solid #b2a46b;padding:10px 21px 24px;}
.yellowBdrBlock h2, .greenBlock h2{color:#0d871b !important;font-family:MuseoSans !important;font-size:24px !important;font-weight:600 !important;margin-bottom:13px !important;margin-left:0;margin-right:0;margin-top:0;text-transform:uppercase !important;}
.yellowBdrBlock ul, .jobByLocCnt ul{list-style:outside none none;margin:0 0 10px !important;padding:0 !important;}
.jobByLocCnt ul{height:274px;overflow:auto;padding:5px 0 !important;}
.yellowBdrBlock ul li, .jobByLocCnt ul li{list-style:outside none none;margin:0!important;padding:3px 0px 0 !important;}
.jobByLocCnt ul li{padding:0 !important;}
.greenBlock{background:#5fa71f none repeat scroll 0 0;padding:10px 20px;}
.greenBlock h2{color:#fff !important;line-height:33px !important;margin-bottom:9px !important;}
.jobByLocCnt{background:#fff;}
.jobLoctionAction{text-align:center;}
.jobByLocCnt ul li a{display:block;font-size:14px;line-height:16px;padding:4px 15px;}
.jobByLocCnt ul li a:hover{background:#fff6ca none repeat scroll 0 0;}
.jobSearch{background:#0a6c16 none repeat scroll 0 0 !important;color:#fff !important;font-family:Arial;font-size:16px !important;font-weight:600 !important;padding:4px 30px !important;}
#jobSearch ul li a{color:#222222;}
#jobSearch a:hover{color:#0d871b;text-decoration:underline;}
.yellowBdrBlock ul{float:left;padding:0 5px !important;width:28%;}
.yellowBdrBlock .Tab1ul{padding:0 10px 0 0 !important;}
.yellowBdrBlock ul:last-child{padding:0 0 0 10px !important;}
a.btn.btn-search{background:#0a6c16 url("/Portals/0/searchicon.png") no-repeat scroll 12px center;border:1px solid #0a6c16;color:#fff;font-weight:bold;padding:7px 20px 7px 50px;text-transform:uppercase;}
a.btn.btn-search:hover{background:#194f20 url("/Portals/0/searchicon.png") no-repeat scroll 12px center;text-decoration:none;}
.text-jobs{color:#fff;display:block;font-size:90%;line-height:normal;margin:2px 8px;}
h2.BlackTitle{font-family:arial !important;font-size:20px !important;font-weight:normal !important;line-height:32px !important;}
.mixFloat{float:left;margin:0 1% 0 0;width:40%;}
.divtitle{float:left;margin:0 10px 0 0;width:auto;}
.divtextbox{float:left;width:78%;}
.mixflbtn.text-right{float:right;}
#jobSearch ul li a:hover{color:#000;}
.yellowBdrBlock a:hover{color:#0d871b !important;text-decoration:underline;}
.in_article_image{max-width:350px !important;}
.comp-li li:first-child img{background:#fff none repeat scroll 0 0;border-radius:50%;height:80px;width:80px;}
.animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both;}
.animated.infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;}
.animated.hinge{-webkit-animation-duration:2s;animation-duration:2s;}
@-webkit-keyframes pulse{0%{-webkit-transform:scale3d(1, 1, 1);transform:scale3d(1, 1, 1);}
50%{-webkit-transform:scale3d(1.05, 1.05, 1.05);transform:scale3d(1.05, 1.05, 1.05);}
100%{-webkit-transform:scale3d(1, 1, 1);transform:scale3d(1, 1, 1);}
}
@keyframes pulse{0%{-webkit-transform:scale3d(1, 1, 1);-ms-transform:scale3d(1, 1, 1);transform:scale3d(1, 1, 1);}
50%{-webkit-transform:scale3d(1.05, 1.05, 1.05);-ms-transform:scale3d(1.05, 1.05, 1.05);transform:scale3d(1.05, 1.05, 1.05);}
100%{-webkit-transform:scale3d(1, 1, 1);-ms-transform:scale3d(1, 1, 1);transform:scale3d(1, 1, 1);}
}
.pulse{-webkit-animation-name:pulse;animation-name:pulse;}
@-webkit-keyframes bounceOut{20%{-webkit-transform:scale3d(.9, .9, .9);transform:scale3d(.9, .9, .9);}
50%, 55%{opacity:1;-webkit-transform:scale3d(1.1, 1.1, 1.1);transform:scale3d(1.1, 1.1, 1.1);}
100%{opacity:0;-webkit-transform:scale3d(.3, .3, .3);transform:scale3d(.3, .3, .3);}
}
@keyframes bounceOut{20%{-webkit-transform:scale3d(.9, .9, .9);-ms-transform:scale3d(.9, .9, .9);transform:scale3d(.9, .9, .9);}
50%, 55%{opacity:1;-webkit-transform:scale3d(1.1, 1.1, 1.1);-ms-transform:scale3d(1.1, 1.1, 1.1);transform:scale3d(1.1, 1.1, 1.1);}
100%{opacity:0;-webkit-transform:scale3d(.3, .3, .3);-ms-transform:scale3d(.3, .3, .3);transform:scale3d(.3, .3, .3);}
}
.bounceOut{-webkit-animation-name:bounceOut;animation-name:bounceOut;-webkit-animation-duration:.75s;animation-duration:.75s;}
@-webkit-keyframes fadeIn{0%{opacity:0;}
100%{opacity:1;}
}
@keyframes fadeIn{0%{opacity:0;}
100%{opacity:1;}
}
.fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn;}
@-webkit-keyframes fadeOut{0%{opacity:1;}
100%{opacity:0;}
}
@keyframes fadeOut{0%{opacity:1;}
100%{opacity:0;}
}
.fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut;}
.OpenPopup, .OpenIframe, .intertitial2{display:none;}
body > .OpenPopup, body > .OpenIframe, body > .intertitial2{height:100%;left:0;position:fixed;top:0;width:100%;z-index:99999;display:block;}
.overlay{background:none repeat scroll 0 0 rgba(47, 47, 47, 0.57);height:100%;position:fixed;width:100%;}
.PopUp3, .PopUpIframe{background:#fff;border:1px solid #6f6f6f;border-radius:10px;box-shadow:0 0 35px #7b7676 inset;left:30.5%;min-height:210px;padding:2% 1%;position:absolute;text-align:center;top:5%;width:40%;min-width:320px;}
.Popup{background:none repeat scroll 0 0 #ff9115;border-radius:10px;margin:0 -7%;padding:2%;top:36%;width:107%;z-index:999;}
@media (max-width:1400px){.PopUp1, .PopUpIframe{left:34%;max-width:none;width:32%;}
}
@media (max-width:1000px){.PopUp1, .PopUpIframe{left:26%;max-width:none;width:44%;}
}
@media (max-width:650px){.PopUp3, .PopUpIframe{left:10%;max-width:none;width:65%;}
.PopUp1, .PopUpIframe{left:15%;max-width:none;width:65%;}
}
@media (max-width:500px){.PopUp3, .PopUpIframe{left:8%;max-width:none;width:65%;}
.PopUp1, .PopUpIframe{left:7%;max-width:none;padding:7% 1%;top:20px;width:83%;}
.PopUp1Style > h2{font-size:26px;padding:0 0 10px;}
.PopUp1Style > h5{font-size:19px;}
.listCompanies li{display:inline-block;width:48%;}
.Popup{left:0;margin:0 0;padding:2%;top:36%;width:96%;}
.Popup h2{font-size:31px;line-height:31px;padding:4px 0;}
.Popup h3{font-size:13px;padding:0 0 10px;}
.Popup a.clickuptd{font-size:22px;line-height:normal;padding:15px 0;}
.Popup p{font-size:12px;padding:10px 0 0;}
}
@media (max-width:400px){.PopUp3, .PopUpIframe{left:5%;max-width:none;width:65%;}
}
.closebtn{position:absolute;right:0px;top:0px;}
a.closebtn::before{background:#747474 none repeat scroll 0 0;border:2px solid #fff;border-radius:50%;color:#fff;content:"︁︁X";display:inline-block;font-family:"Lucida Console";font-size:20px;font-weight:bold;height:30px;line-height:31px;text-align:center;width:30px;}
.bottom-footer-wraper{background-color:#63B32C;overflow:hidden;}
.bottom-footer-wraper .Triumph_Bottom .box{float:left;margin:10px 1.5%;width:22%;}
.bottom-footer-wraper .Triumph_Bottom ul li{background:transparent url("/Portals/0-System/Skins/Triumph/common/images/footer-menu-li-border.png") repeat-x scroll left bottom;list-style-type:none;margin:0;padding:0;}
.bottom-footer-wraper .Triumph_Bottom ul li a{background:transparent url("/Portals/0-System/Skins/Triumph/common/images/li-arr.png") no-repeat scroll left center;color:#f2f2f2;display:block;font-size:13px;line-height:18px;padding:5px 0 5px 15px;text-decoration:none;}
.bottom-footer-wraper .Triumph_Bottom ul li a{color:#ffffff;}
.bottom-footer-wraper .footer-wraper{background-image:url("/Portals/0-System/Skins/Triumph/common/images/footer-wraper.png");overflow:hidden;}
.bottom-footer-wraper .footer-wraper .Triumph_Footer{color:#cecece;margin:0 auto;max-width:1000px;padding-top:13px;text-align:center;}
.bottom-footer-wraper .footer-wraper .Triumph_Footer .terms{color:#cecece;font-size:13px;}
.bottom-footer-wraper .footer-wraper .Triumph_Footer .copyright{color:#cecece;font-size:13px;}
.bottom-footer-wraper .footer-wraper .Triumph_Footer .main-menu{margin:10px 0;}
.bottom-footer-wraper .footer-wraper .Triumph_Footer .terms a{color:#cecece;text-decoration:underline;}
.bottom-footer-wraper .footer-wraper .Triumph_Footer .main-menu #dnn_footer_menu ul{margin:0;padding:0;}
.bottom-footer-wraper .footer-wraper .Triumph_Footer .main-menu #dnn_footer_menu ul li{border-left:1px solid #afb5b8;display:inline-block;height:11px;line-height:8px;list-style-type:none;padding:0 5px;}
.bottom-footer-wraper .footer-wraper .Triumph_Footer .main-menu #dnn_footer_menu ul li:first-child{border:medium none;}
.bottom-footer-wraper .footer-wraper .Triumph_Footer .main-menu #dnn_footer_menu ul li a{color:#cecece;font-size:11px;text-decoration:none;text-transform:uppercase;}
.EasyDNNSkin_NewsOne h1, .EasyDNNSkin_NewsOne h2, .EasyDNNSkin_NewsOne h3, .EasyDNNSkin_NewsOne h4, .EasyDNNSkin_NewsOne h5{color:#212121;font-family:"Droid Sans",sans-serif;font-weight:bold;letter-spacing:normal;line-height:1.3;margin:0;padding:0;text-transform:none;}
.EasyDNNSkin_NewsOne h2{font-size:20px;margin-bottom:15px;}
.EasyDNNSkin_NewsOne h1, .EasyDNNSkin_NewsOne h2, .EasyDNNSkin_NewsOne h3, .EasyDNNSkin_NewsOne h4, .EasyDNNSkin_NewsOne h5{font-family:"Droid Sans";font-weight:400;line-height:1.3;}
.EasyDNNSkin_NewsOne .bottom-footer-wraper .Triumph_Bottom h1, .EasyDNNSkin_NewsOne .bottom-footer-wraper .Triumph_Bottom h2, .EasyDNNSkin_NewsOne .bottom-footer-wraper .Triumph_Bottom h3, .EasyDNNSkin_NewsOne .bottom-footer-wraper .Triumph_Bottom h4, .EasyDNNSkin_NewsOne .bottom-footer-wraper .Triumph_Bottom h5{color:#fff;}
.level2_placeholder{display:none;}
.home-job-search .mixFloat{float:left;margin:0 1% 10px 0;width:100%;}
.home-job-search .divtitle{float:left;margin:0 10px 0 0;width:auto;}
.home-job-search h2{font-size:20px;margin-bottom:0;}
.home-job-search h2.BlackTitle{font-family:arial !important;font-size:18px !important;font-weight:normal !important;line-height:32px !important;}
.home-job-search .Head{display:inline-block;margin-bottom:0;}
.home-job-search .divtextbox{float:left;width:100%;}
.home-job-search .text-jobs{color:#000;display:block;font-size:90%;line-height:normal;margin:2px 8px;}
.home-job-search .mixflbtn.text-right{float:right;}
.home-job-search a.btn.btn-search{background:#0a6c16 url("/Portals/0/searchicon.png") no-repeat scroll 12px center;border:0 solid #0a6c16;color:#fff;font-weight:bold;margin:10px 20px;padding:8px 20px 7px 50px;text-transform:uppercase;}
.edstr__TabTheme1 .ms-tabs-template.edsms_layout2 .edsms_layersBackground{background-color:rgba(0, 0, 0, 0.65) !important;}
.edstr__TabTheme1 .ms-tabs-template.edsms_layout2 .edsms_layersBackground > h3{color:#ffffff !important;}
.edstr__TabTheme1 .ms-tabs-template.edsms_layout2 .edsms_layersBackground > div{color:#ffffff !important;}
.blogs-jobhead > h2{color:rgb(0, 152, 0) !important;display:inline-block;font-family:drioid sans-serif !important;font-size:13.5pt !important;font-weight:bold !important;margin:0 9px 0 0 !important;}
.blogs-jobhead > a{font-size:8pt;background-color:rgb(246,246,246);}
.related_articles > ul{float:none;margin:0 !important;}
.related_articles > ul li{float:left !important;list-style:outside none none !important;margin:0 3%;width:29%;}
.related_articles > ul:after{clear:both;content:"";display:block;}
.related_articles > ul li:first-child{margin-left:0 !important;}
.related_articles > ul li:last-child{margin-right:0 !important;}
.related_articles > ul li a{display:block;font-weight:bold;min-height:60px;}
.related_articles > ul li img{border:2px solid #fff;border-radius:5px;margin:0 0 9px;}
.related_articles > h2{font-size:16px !important;}
.eds_GravityGallery_Graviton .edsgg_mainTitle{color:#444 !important;font-family:"Droid Sans",sans-serif !important;font-size:18px !important;margin:1px 0 !important;}
.video-page .edsgg__itemContainer{border-color:#319100 !important;border-style:solid !important;border-width:1px 3px 3px 1px !important;}
.video-page .edsgg__itemContainer .edsgg_title{color:#0e8200;font-size:16px !important;line-height:normal !important;}
.viewMore{cursor:pointer;}
.Easy_Dnn_Custom .EDN_sidebar_box img{float:left !important;margin:0 20px 15px 0 !important;max-width:80px;width:100%;}
.Easy_Dnn_Custom .EDN_sidebar_box h2 a{color:#414141 !important;font-size:14px !important;line-height:18px !important;}
.Easy_Dnn_Custom .EDN_sidebar_box .EDN_article_content{display:none;}
.Easy_Dnn_Custom .EDN_sidebar_box:first-child img{max-width:100%;}
.Easy_Dnn_Custom .EDN_sidebar_box:first-child .EDN_article_content{display:block;}
.Easy_Dnn_Custom .EDN_sidebar_box:first-child{min-height:425px;}
.view-all a{font-size:14px;color:#fff!important;background:#0a6c16;padding:10px 20px;display:inline-block;font-weight:600;letter-spacing:normal;text-transform:uppercase;border-radius:4px;}
.view-all a:link, .view-all a:visited, .view-all a:active, .view-all a:hover{color:#fff!important;}
.view-all a:after{content:">";margin:0 0 0 10px;color:#FFD200;}
.view-all{margin:10px 0 0 0;}
.job_searchpage{background:url("/Portals/0/gg-job-search-bg.jpg") no-repeat scroll 0 0;margin:0 -3.2%;padding:67px 0;width:106.5%;}
.job_searchpage .ModGGJobsC .clearfix{background:url("/Portals/0/gg-job-search-area-bg.png") repeat scroll 0 0;border-radius:7px;margin:0 auto;max-width:690px;padding:20px;}
.job_searchpage .text-jobs{display:none;}
.job_searchpage h2.BlackTitle{color:#ffd200;font-size:13px !important;font-weight:normal;line-height:normal !important;margin:-7px 0 0;}
.job_searchpage .divtitle{display:block;float:none !important;}
.job_searchpage .divtextbox{float:none;width:100%;}
.job_searchpage .form-control{border:1px solid #fff !important;color:#aeaeae;font-size:12px;}
.job_searchpage h2.BlackTitle span{margin:0 0 7px;}
.job_searchpage a.btn.btn-search{background:url("/Portals/0/gg-job-search-btn-new.png") no-repeat scroll 0 0;border:medium none;height:49px;margin:5px 0;padding:0;text-indent:-99999px;width:52px;}
.job_searchpage .mixflbtn.text-right{float:left;}
.job_searchpage .ModGGJobsC::before{color:#fff;content:"Find the Right Green Job. Right Now.";display:block;font-size:24px;line-height:50px;margin:0 auto;max-width:690px;text-align:center;}
#fbLikePop .PopUp3, .facebookLikeBox popupcnt{background:#f6f6f6!important;box-shadow:none!important;border:0px;border-radius:8px;padding:0px;}
#fbLikePop .fbLikeHeader, .popupcnt .fbLikeHeader{background:#e5e5e5;padding:20px 20px;font-family:"Oxygen_Bold", sans-serif;font-weight:600;font-size:20px;border-radius:8px 8px 0px 0;position:relative;}
#fbLikePop a.closebtn.closebtnpop3, .facebookLikeBox a.closebtn.closebtnpop3{left:20px;right:auto;top:5px;}
#fbLikePop a.closebtn::before{background:url("/Portals/0/Images/fbLike/GoGreen_banner_close.png") center center no-repeat;border:0px;font-size:24px;color:#999999;content:" "!important;cursor:pointer;}
#fbLikePop a.closebtn:before{}
#fbLikePop .mainPopUpCnt{padding:10px 0px!important;text-align:center;}
.mainPopUpCnt img{margin-right:50px;}
.mainPopUpCnt > div{margin:0 10px;}
.popupcnt .fbLikeHeader{text-align:center;padding:10px 20px 10px 55px!important;}
.popupcnt img{margin:0;max-width:70px;}
.eds_containers_NewsOne-StyleWizard > h2{
    background: #343434 url("/Portals/0-System/Containers/NewsOne-StyleWizard/images/title/gradientBackground/predefined/gradient-overlay.png") repeat-x left bottom!important;
}
@media screen and (max-width:992px){.DnnModule.DnnModule-ggScriptRender.DnnModule-900{overflow:auto;}
}
@media screen and (max-width:640px){.#fbLikePop .fbLikeHeader, .popupcnt .fbLikeHeader{font-size:14px;}
.content_fixed_bottom_container{position:fixed!important;bottom:0px!important;max-width:640px;}
}
@media screen and (max-width:360px){.#fbLikePop .fbLikeHeader, .popupcnt .fbLikeHeader{font-size:14px;}
.content_fixed_bottom_container{position:fixed!important;bottom:0px!important;max-width:360px;}
}
@media screen and (max-width:320px){.content_fixed_bottom_container{position:fixed!important;bottom:0px!important;max-width:320px;}
}

/* - End of /Portals/0/portal.css - */
/* - Start of /DesktopModules/EasyDNNNews/ChameleonGalleryPresets/common/base.css - */
.chameleon_slider {
  position: relative;
  overflow: hidden;
  margin: auto;
}
.chameleon_slider * {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}
.chameleon_slider a {
  color: white;
}
.chameleon_slider a img {
  border: none;
}
.chameleon_slider .loading_slider_overlay {
  position: absolute;
  top: 0;
  left: 0;
  background: transparent;
  display: none;
}
.chameleon_slider .loading_slider_overlay p {
  display: block;
  color: black;
  font-size: 14px;
  text-align: center;
  padding: 0;
  margin: 0 0 10px;
  position: relative;
  top: 50%;
}
.chameleon_slider .loading_slider_overlay .indicator {
  position: relative;
}
.chameleon_slider .exit_fullscreen {
  background: red;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 20px;
  height: 20px;
}
.chameleon_slider .main_panel {
  background: transparent;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
.chameleon_slider .main_panel .media_link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: url(data:image/png;base64,R0lGODlhAQABAIABAP///wAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==) no-repeat;
}
.chameleon_slider .main_panel .preloading_item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: white;
}
.chameleon_slider .main_panel .items_wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.chameleon_slider .main_panel .items_wrapper .item_container {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
.chameleon_slider .main_panel .items_wrapper .item_container > .flowplayer > .fp-engine,
.chameleon_slider .main_panel .items_wrapper .item_container > .flowplayer > .fp-ui,
.chameleon_slider .main_panel .items_wrapper .item_container > .flowplayer > .fp-message {
  z-index: 0;
}
.chameleon_slider .main_panel .items_wrapper .item_container > .flowplayer > .fp-ui > .fp-embed,
.chameleon_slider .main_panel .items_wrapper .item_container > .flowplayer > .fp-ui > .fp-embed-code {
  display: none;
}
.chameleon_slider .main_panel .items_wrapper .item_container > img {
  max-width: none;
  max-height: none;
}
.chameleon_slider .main_panel .items_wrapper .item_container .fancy_effect_element {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
.chameleon_slider .autoplay_toggle {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  text-indent: -9999px;
}
.chameleon_slider a.navigation_button {
  display: block;
  text-indent: -9999px;
  outline: none;
  background: white;
  position: absolute;
  top: 0;
  left: 0;
}
.chameleon_slider .pagination {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0 0 2px 2px;
  padding: 0;
}
.chameleon_slider .pagination .pages_container {
  overflow: hidden;
  padding: 0;
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
}
.chameleon_slider .pagination .pages_container li {
  list-style-type: none;
  float: left;
  display: block;
  margin: 2px 2px 0 0;
  padding: 0;
  width: 10px;
  height: 10px;
  background: white;
}
.chameleon_slider .pagination .pages_container li:hover {
  background: black;
  cursor: pointer;
}
.chameleon_slider .pagination .pages_container li.current {
  background: red;
}
.chameleon_slider .scrollable_box {
  text-align: left;
  background: white;
  padding: 0;
  margin: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
.chameleon_slider .scrollable_box .scrollbar {
  position: absolute;
  right: 0;
  left: auto;
  top: 0;
  background: none;
  margin: 0;
  padding: 0;
  width: auto;
  height: auto;
  background: #f2f2f2;
}
.chameleon_slider .scrollable_box .scrollbar .track {
  height: 100%;
  width: 5px;
  position: relative;
}
.chameleon_slider .scrollable_box .scrollbar .track .thumb {
  background: red;
  position: absolute;
  top: 0;
  height: 20px;
  width: 100%;
}
.chameleon_slider .scrollable_box .viewport {
  overflow: hidden;
  padding: 0;
  margin: 10px;
}
.chameleon_slider .scrollable_box .viewport.scrollable {
  margin-right: 15px;
}
.chameleon_slider .scrollable_box .viewport .overview {
  margin: 0;
  padding: 0;
  overflow: hidden;
  position: relative;
}
.chameleon_slider .scrollable_box .viewport .overview h2 {
  font-size: 25px;
  margin: 0 0 10px;
  padding: 0;
  color: #484848;
  font-weight: bold;
}
.chameleon_slider .scrollable_box .viewport .overview p {
  padding: 0;
  margin: 0 0 10px;
  line-height: 18px;
}
.chameleon_slider .thumb_wrapper,
.chameleon_slider .categories_wrapper {
  margin: 0;
  padding: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
.chameleon_slider .thumb_wrapper a.navigation,
.chameleon_slider .categories_wrapper a.navigation {
  position: absolute;
  top: 0;
  text-indent: -9000px;
  display: block;
  background: red;
  outline: none;
}
.chameleon_slider .thumb_wrapper a.navigation.horizontal,
.chameleon_slider .categories_wrapper a.navigation.horizontal {
  width: 15px;
  height: 100%;
}
.chameleon_slider .thumb_wrapper a.navigation.horizontal.next,
.chameleon_slider .categories_wrapper a.navigation.horizontal.next {
  right: 0;
}
.chameleon_slider .thumb_wrapper a.navigation.horizontal.prev,
.chameleon_slider .categories_wrapper a.navigation.horizontal.prev {
  left: 0;
}
.chameleon_slider .thumb_wrapper a.navigation.vertical,
.chameleon_slider .categories_wrapper a.navigation.vertical {
  height: 15px;
  width: 100%;
}
.chameleon_slider .thumb_wrapper .thumb_window,
.chameleon_slider .thumb_wrapper .categories_window,
.chameleon_slider .categories_wrapper .thumb_window,
.chameleon_slider .categories_wrapper .categories_window {
  position: relative;
  margin: 0 auto;
  overflow: hidden;
}
.chameleon_slider .thumb_wrapper .thumb_window .thumb_container,
.chameleon_slider .thumb_wrapper .thumb_window .categories_container,
.chameleon_slider .thumb_wrapper .categories_window .thumb_container,
.chameleon_slider .thumb_wrapper .categories_window .categories_container,
.chameleon_slider .categories_wrapper .thumb_window .thumb_container,
.chameleon_slider .categories_wrapper .thumb_window .categories_container,
.chameleon_slider .categories_wrapper .categories_window .thumb_container,
.chameleon_slider .categories_wrapper .categories_window .categories_container {
  overflow: hidden;
  background: black;
  position: relative;
}
.chameleon_slider .thumb_wrapper .thumb_window .thumb_container ul,
.chameleon_slider .thumb_wrapper .thumb_window .categories_container ul,
.chameleon_slider .thumb_wrapper .categories_window .thumb_container ul,
.chameleon_slider .thumb_wrapper .categories_window .categories_container ul,
.chameleon_slider .categories_wrapper .thumb_window .thumb_container ul,
.chameleon_slider .categories_wrapper .thumb_window .categories_container ul,
.chameleon_slider .categories_wrapper .categories_window .thumb_container ul,
.chameleon_slider .categories_wrapper .categories_window .categories_container ul {
  padding: 5px 5px 0 0;
  margin: 0 auto;
  list-style: none;
  list-style-position: inside;
  overflow: hidden;
  border: 0;
  float: left;
}
.chameleon_slider .thumb_wrapper .thumb_window .thumb_container ul li,
.chameleon_slider .thumb_wrapper .thumb_window .categories_container ul li,
.chameleon_slider .thumb_wrapper .categories_window .thumb_container ul li,
.chameleon_slider .thumb_wrapper .categories_window .categories_container ul li,
.chameleon_slider .categories_wrapper .thumb_window .thumb_container ul li,
.chameleon_slider .categories_wrapper .thumb_window .categories_container ul li,
.chameleon_slider .categories_wrapper .categories_window .thumb_container ul li,
.chameleon_slider .categories_wrapper .categories_window .categories_container ul li {
  float: left;
  margin: 0 0 5px 5px;
  position: relative;
  list-style: none;
  padding: 0;
  border: 0;
}
.chameleon_slider .thumb_wrapper .thumb_window .thumb_container ul li {
  border: 1px solid #cccccc;
  cursor: pointer;
  margin: 0;
  padding: 0;
  background: 0;
}
.chameleon_slider .thumb_wrapper .thumb_window .thumb_container ul li .thumb_preloading {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
}
.chameleon_slider .thumb_wrapper .thumb_window .thumb_container ul li .item_type_icon {
  padding: 0;
  margin: 0;
  border: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.chameleon_slider .thumb_wrapper .thumb_window .thumb_container ul li img {
  display: block;
}
.chameleon_slider .thumb_wrapper .thumb_window .thumb_container ul li .caption_wrapper {
  position: absolute;
  top: auto;
  left: 0;
  bottom: 0;
  background: none;
  font-size: 12px;
  width: 100%;
}
.chameleon_slider .thumb_wrapper .thumb_window .thumb_container ul li .caption_wrapper .caption {
  padding: 3px;
  color: white;
}
.chameleon_slider .thumb_wrapper .thumb_window .thumb_container ul li:hover {
  border: 1px solid red;
}
.chameleon_slider .thumb_wrapper .thumb_window .thumb_container ul li.on {
  border: 1px solid red;
}
.chameleon_slider .categories_wrapper .categories_window .categories_container ul li {
  overflow: hidden;
  display: block;
  font-size: 12px;
  margin: 0;
  padding: 0;
  border: 0;
  background: 0;
}
.chameleon_slider .categories_wrapper .categories_window .categories_container ul li a.category {
  position: relative;
}
.chameleon_slider .categories_wrapper .categories_window .categories_container ul li a.category span {
  position: relative;
  top: 0;
  left: 0;
}
.chameleon_slider .autoplay_container {
  background: white;
  padding: 0;
  margin: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
.chameleon_slider .autoplay_container .indicator {
  background: red;
  padding: 0;
  margin: 0;
  width: 0;
  height: 0;
  position: absolute;
}
.chameleon_slider .social_buttons {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  background: none;
}
.chameleon_slider .social_buttons .social_button {
  padding: 0;
  margin: 0;
}
.chameleon_slider .social_buttons.horizontal .social_button {
  float: left;
}
.chameleon_slider .social_buttons_toggle {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
.chameleon_slider .standalone_button {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: block;
}
.chameleon_slider .title_box {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  background: none;
  font-size: 12px;
  display: inline-block;
}
.chameleon_slider .title_box span {
  position: relative;
}

.slider_shadows_wrapper {
  position: relative;
  float: left;
}
.slider_shadows_wrapper .shadow {
  position: absolute;
  display: block;
  float: none;
}

/* - End of /DesktopModules/EasyDNNNews/ChameleonGalleryPresets/common/base.css - */
/* - Start of /DesktopModules/EasyDNNRotator/Controls/CarouselRotator/static/themes/NewsOne/NewsOne.css - */
.edr_carousel.NewsOne .wrapper .slider ul li .content {
  overflow: hidden;
  margin: 0 0 3px;
}
.edr_carousel.NewsOne .wrapper .slider ul li .content > img {
  border-radius: 3px;
}
.edr_carousel.NewsOne .wrapper .slider ul li .content > img.left {
  margin: 0 6px 4px 0;
  float: left;
}
.edr_carousel.NewsOne .wrapper .slider ul li .content > img.right {
  margin: 0 0 4px 6px;
  float: right;
}
.edr_carousel.NewsOne .wrapper .slider ul li .content .text {
  font: 12px Arial;
  color: #333333;
  line-height: 18px;
}
.edr_carousel.NewsOne .wrapper .slider ul li .date {
  border: 0;
  margin: 1px 0 0;
  font: 11px Arial;
  color: #7c7c7c;
  line-height: 13px;
  float: left;
  background: url("/DesktopModules/EasyDNNRotator/Controls/CarouselRotator/static/themes/NewsOne/images/clock.png") no-repeat;
  padding: 2px 0 1px 20px;
}
.edr_carousel.NewsOne .wrapper .slider ul li .more {
  float: right;
  border: 0;
  margin: 0;
  font: 11px Arial;
  font-weight: bold;
  color: white;
  line-height: 13px;
  background: url("/DesktopModules/EasyDNNRotator/Controls/CarouselRotator/static/themes/NewsOne/images/more_button_bg.png") repeat-x #999999;
  text-decoration: none;
  padding: 3px 7px 2px;
  border-radius: 3px;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.edr_carousel.NewsOne .wrapper .slider ul li .more:hover {
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  background-color: #707070;
}
.edr_carousel.NewsOne .wrapper .slider ul li > .box0 img {
  display: block;
  margin: 0 0 10px;
  padding: 0;
  border: 0;
  border-radius: 4px;
}
.edr_carousel.NewsOne .wrapper .slider ul li > .box0 h1 {
  margin: 0 0 7px;
  padding: 0;
  font: 14px Arial;
  line-height: 18px;
  color: black;
  font-weight: bold;
}
.edr_carousel.NewsOne .wrapper .slider ul li > .box0 h1 a {
  text-decoration: none;
  color: black;
  margin: 0;
  padding: 0;
}
.edr_carousel.NewsOne .wrapper .slider ul li > .box0 h1 a:hover {
  text-decoration: underline;
}
.edr_carousel.NewsOne .wrapper .slider ul li > .box0 .content {
  color: #333333;
  font: 12px Arial;
  line-height: 18px;
  margin: 0;
  padding: 0;
}
.edr_carousel.NewsOne .wrapper .slider ul li > .box1 img {
  display: block;
  margin: 0 0 10px;
  padding: 0;
  border: 0;
  border-radius: 4px;
}
.edr_carousel.NewsOne .wrapper .slider ul li > .box1 h1 {
  margin: 0 0 7px;
  padding: 0;
  font: 14px Arial;
  line-height: 18px;
  color: black;
  font-weight: bold;
}
.edr_carousel.NewsOne .wrapper .slider ul li > .box1 h1 a {
  text-decoration: none;
  color: black;
  margin: 0;
  padding: 0;
}
.edr_carousel.NewsOne .wrapper .slider ul li > .box1 h1 a:hover {
  text-decoration: underline;
}
.edr_carousel.NewsOne .wrapper .slider ul li > .box1 .content {
  color: #333333;
  font: 12px Arial;
  line-height: 18px;
  margin: 0;
  padding: 0;
}
.edr_carousel.NewsOne .wrapper .slider ul li > .box2 {
  border-radius: 4px;
  position: relative;
  overflow: hidden;
}
.edr_carousel.NewsOne .wrapper .slider ul li > .box2 img {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 4px;
}
.edr_carousel.NewsOne .wrapper .slider ul li > .box2 h1 {
  background: url("/DesktopModules/EasyDNNRotator/Controls/CarouselRotator/static/themes/NewsOne/images/transparent_black.png") repeat;
  border-radius: 0 0 4px 4px;
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0;
  margin: 0;
  text-align: center;
}
.edr_carousel.NewsOne .wrapper .slider ul li > .box2 h1 a {
  display: block;
  color: white;
  font: 13px Arial;
  line-height: 16px;
  margin: 0;
  padding: 2px 3px;
  text-decoration: none;
}
.edr_carousel.NewsOne .wrapper .slider ul li > .box3 {
  border-radius: 4px;
  overflow: hidden;
  background: #e1e1e1;
}
.edr_carousel.NewsOne .wrapper .slider ul li > .box3 img {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 4px;
}
.edr_carousel.NewsOne .wrapper .slider ul li > .box3 h1 {
  border-radius: 0 0 4px 4px;
  width: 100%;
  padding: 0;
  margin: 0;
  text-align: center;
}
.edr_carousel.NewsOne .wrapper .slider ul li > .box3 h1 a {
  display: block;
  color: black;
  font: 13px Arial;
  line-height: 18px;
  margin: 0;
  padding: 5px 10px;
  text-decoration: none;
}
.edr_carousel.NewsOne .wrapper .slider ul li > .box4 {
  display: block;
  font: 12px Arial;
  font-weight: bold;
  color: #333333;
  line-height: 15px;
  padding: 0;
  margin: 0;
  border: 0;
  text-decoration: none;
  text-align: center;
}
.edr_carousel.NewsOne .wrapper .slider ul li > .box4:hover {
  color: black;
}
.edr_carousel.NewsOne .pagination {
  padding: 0 3px 3px 0;
}
.edr_carousel.NewsOne .pagination li {
  margin: 3px 0 0 3px;
  padding: 0;
  list-type: none;
  display: block;
  float: left;
  width: 12px;
  height: 12px;
  background: #444444;
  cursor: pointer;
  background: url("/DesktopModules/EasyDNNRotator/Controls/CarouselRotator/static/themes/NewsOne/images/pagination.png") no-repeat 0 0;
}
.edr_carousel.NewsOne .pagination li:hover {
  background-position: 0 -12px;
}
.edr_carousel.NewsOne .pagination li.active {
  background-position: 0 -24px;
}
.edr_carousel.NewsOne.red .wrapper .slider ul li .date {
  background-image: url("/DesktopModules/EasyDNNRotator/Controls/CarouselRotator/static/themes/NewsOne/images/red/clock.png");
}
.edr_carousel.NewsOne.red .wrapper .slider ul li .more {
  background-color: #b40000;
}
.edr_carousel.NewsOne.red .wrapper .slider ul li .more:hover {
  background-color: #dd0202;
}
.edr_carousel.NewsOne.blue .wrapper .slider ul li .date {
  background-image: url("/DesktopModules/EasyDNNRotator/Controls/CarouselRotator/static/themes/NewsOne/images/blue/clock.png");
}
.edr_carousel.NewsOne.blue .wrapper .slider ul li .more {
  background-color: #1b58ae;
}
.edr_carousel.NewsOne.blue .wrapper .slider ul li .more:hover {
  background-color: #1768d7;
}
.edr_carousel.NewsOne.green .wrapper .slider ul li .date {
  background-image: url("/DesktopModules/EasyDNNRotator/Controls/CarouselRotator/static/themes/NewsOne/images/green/clock.png");
}
.edr_carousel.NewsOne.green .wrapper .slider ul li .more {
  background-color: #3d7703;
}
.edr_carousel.NewsOne.green .wrapper .slider ul li .more:hover {
  background-color: #58a706;
}

/* - End of /DesktopModules/EasyDNNRotator/Controls/CarouselRotator/static/themes/NewsOne/NewsOne.css - */
/* - Start of /DesktopModules/EasyDNNNews/static/rateit/css/rateit.css - */
.rateit {
    display: -moz-inline-box;
    display: inline-block;
    position: relative;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
}

.rateit .rateit-range
{
    position: relative;
    display: -moz-inline-box;
    display: inline-block;
    background: url("/DesktopModules/EasyDNNNews/static/rateit/css/star.gif");
    height: 16px;
    outline: none;
}

.rateit .rateit-range * {
    display:block;
}

/* for IE 6 */
* html .rateit, * html .rateit .rateit-range
{
    display: inline;
}

/* for IE 7 */
* + html .rateit, * + html .rateit .rateit-range
{
    display: inline;
}

.rateit .rateit-hover, .rateit .rateit-selected
{
    position: absolute;
    left: 0px;
}

.rateit .rateit-hover-rtl, .rateit .rateit-selected-rtl
{
    left: auto;
    right: 0px;
}

.rateit .rateit-hover
{
    background: url("/DesktopModules/EasyDNNNews/static/rateit/css/star.gif") left -32px;
}

.rateit .rateit-hover-rtl
{
    background-position: right -32px;
}

.rateit .rateit-selected
{
    background: url("/DesktopModules/EasyDNNNews/static/rateit/css/star.gif") left -16px;
}

.rateit .rateit-selected-rtl
{
    background-position: right -16px;
}

.rateit .rateit-preset
{
    background: url("/DesktopModules/EasyDNNNews/static/rateit/css/star.gif") left -48px;
}

.rateit .rateit-preset-rtl
{
    background: url("/DesktopModules/EasyDNNNews/static/rateit/css/star.gif") left -48px;
}

.rateit button.rateit-reset
{
    background: url("/DesktopModules/EasyDNNNews/static/rateit/css/delete.gif") 0 0;
    width: 16px;
    height: 16px;
    display: -moz-inline-box;
    display: inline-block;
    float: left;
    outline: none;
    border:none;
    padding: 0;
}

.rateit button.rateit-reset:hover, .rateit button.rateit-reset:focus
{
    background-position: 0 -16px;
}

/* - End of /DesktopModules/EasyDNNNews/static/rateit/css/rateit.css - */
/* - Start of /DesktopModules/EasyDNNRotator/Controls/CarouselRotator/static/arrows/square3_green/square3_green.css - */
.edr_carousel .navigation.square3_green {
  text-indent: -10000px;
  background: #78a145 url("/DesktopModules/EasyDNNRotator/Controls/CarouselRotator/static/arrows/square3_green/images/carousell-arrows-square.png") no-repeat;
  width: 30px;
  height: 34px;
}
.edr_carousel .navigation.square3_green:hover {
  background-color: #577f25;
}
.edr_carousel.horizontal .navigation.square3_green.previous {
  background-position: 0 -68px;
}
.edr_carousel.horizontal .navigation.square3_green.next {
  background-position: -30px -68px;
}
.edr_carousel.vertical .navigation.square3_green.previous {
  background-position: -30px 0;
}
.edr_carousel.vertical .navigation.square3_green.next {
  background-position: 0 0;
}

/* - End of /DesktopModules/EasyDNNRotator/Controls/CarouselRotator/static/arrows/square3_green/square3_green.css - */
/* - Start of /DesktopModules/EasyDNNNews/static/common/common.css - */
.eds_modalWrapper {
  background-color: rgba(0, 0, 0, 0.6);
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 99999;
  transition: opacity 200ms ease-in 0s;
  opacity: 0;
  visibility: hidden;
}
.eds_modalWrapper * {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.eds_modalWrapper .eds_modalContent {
  position: relative;
  width: 90%;
  max-width: 600px;
  margin: 6% auto;
  background-color: #fff;
  border: solid 2px #ddd;
  border-radius: 6px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  display: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: Arial;
  font-color: #7b7b7b;
  font-size: 12px;
}
.eds_modalWrapper .eds_modalContent .dnnLabel {
  margin: 0;
  padding: 0;
  text-align: left;
  width: auto;
}
.eds_modalWrapper .eds_modalContent .dnnFormHelp {
  right: 8px;
}
.eds_modalWrapper .eds_modalContent .dnnTooltip {
  display: inline;
}
.eds_modalWrapper .eds_modalContent .eds_closeWindowButtonOuter {
  position: absolute;
  top: 3px;
  right: 3px;
  width: 32px;
  height: 32px;
  background: transparent url("/DesktopModules/EasyDNNNews/static/common/images/closeModal.png") no-repeat center center;
  background-size: cover;
  background-size-radius: 50%;
  cursor: pointer;
  text-indent: -99999px;
  opacity: 0.4;
  -webkit-transition: opacity 300ms linear;
  -moz-transition: opacity 300ms linear;
  -ms-transition: opacity 300ms linear;
  -o-transition: opacity 300ms linear;
  transition: opacity 300ms linear;
}
.eds_modalWrapper .eds_modalContent .eds_closeWindowButtonOuter:hover {
  opacity: 0.7;
}
.eds_modalWrapper .eds_modalContent > h3 {
  background-color: #eeeeee;
  border-bottom: 1px solid #EBEBEB;
  color: #929292;
  font-family: Arial;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  margin: 0;
  padding: 10px 20px;
}
.eds_modalWrapper .eds_modalContent input[type="text"],
.eds_modalWrapper .eds_modalContent textarea,
.eds_modalWrapper .eds_modalContent select {
  background: none #F9F9F9;
  border: solid 1px #ddd;
  border-radius: 3px;
  box-shadow: none;
  line-height: 1;
  font-family: Arial;
  font-size: 12px;
  text-shadow: none;
  color: #444;
  margin: 0;
  padding: 0 10px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 240px;
  -webkit-transition: box-shadow 200ms linear;
  -moz-transition: box-shadow 200ms linear;
  -ms-transition: box-shadow 200ms linear;
  -o-transition: box-shadow 200ms linear;
  transition: box-shadow 200ms linear;
}
.eds_modalWrapper .eds_modalContent input[type="text"]:hover,
.eds_modalWrapper .eds_modalContent textarea:hover,
.eds_modalWrapper .eds_modalContent select:hover {
  border: solid 1px #C1C1C1;
  box-shadow: none;
  color: #444;
  background: none #F9F9F9;
}
.eds_modalWrapper .eds_modalContent input[type="text"]:focus,
.eds_modalWrapper .eds_modalContent textarea:focus,
.eds_modalWrapper .eds_modalContent select:focus {
  border: solid 1px #BABDC9;
  box-shadow: 0 0 3px #98ACF4;
  background: transparent #fff;
  color: #444;
}
.eds_modalWrapper .eds_modalContent input[type="text"]:disabled,
.eds_modalWrapper .eds_modalContent textarea:disabled,
.eds_modalWrapper .eds_modalContent select:disabled {
  color: #929292;
  text-shadow: 1px 1px 0 #fff;
  cursor: not-allowed;
}
.eds_modalWrapper .eds_modalContent input[type="text"].eds_numberOfTickets {
  width: 45px;
  border-right-width: 3px;
  border-right-color: #f00;
}
.eds_modalWrapper .eds_modalContent input[type="text"],
.eds_modalWrapper .eds_modalContent select {
  height: 26px;
  padding-right: 0;
  width: 240px;
}
.eds_modalWrapper .eds_modalContent textarea {
  padding: 10px;
}
@media handheld, only screen and (max-width: 480px), only screen and (max-device-width: 480px) {
  .eds_modalWrapper .eds_modalContent input[type="text"],
  .eds_modalWrapper .eds_modalContent textarea,
  .eds_modalWrapper .eds_modalContent select {
    width: 100%;
  }
}
.eds_modalWrapper .eds_modalContent input[type="submit"] {
  background: none #38bef3;
  box-shadow: -1px 1px 0px #0d9ad2;
  border: solid #12b1f1 1px;
  border-radius: 4px;
  color: #fff;
  font-family: Arial;
  font-size: 16px;
  font-weight: normal;
  line-height: 1;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1);
  padding: 7px 20px;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  text-transform: none;
  margin: 0 0 1px 1px;
  height: auto;
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -ms-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear;
}
.eds_modalWrapper .eds_modalContent input[type="submit"]:hover {
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.1), 0 1px 0 rgba(225, 225, 225, 0.35) inset;
  background: none #38bef3;
  margin: 1px 1px 0 0;
  text-decoration: none;
  border: solid #12b1f1 1px;
}
.eds_modalWrapper .eds_modalContent .edn_btnRegisterEventWrapper {
  margin: 20px -20px 0;
  clear: both;
  padding: 10px 20px;
  box-shadow: 0 -1px 2px 0px rgba(0, 0, 0, 0.1);
  border-top: 1px solid #ebebeb;
  background-color: #F4F4F4;
  text-align: right;
}
.eds_modalWrapper .eds_modalContent input[type="radio"] + label,
.eds_modalWrapper .eds_modalContent input[type="checkbox"] + label {
  line-height: 22px;
  margin-left: 3px;
  font-weight: normal;
  display: inline-block;
}
.eds_modalWrapper .eds_modalContent .eds_lblRegistrationInfo {
  display: block;
  margin: 10px -20px;
  background: #EAEFFF url("/DesktopModules/EasyDNNNews/static/common/images/info.png") no-repeat 10px center;
  padding: 10px 20px 10px 50px;
  border-top: 1px solid #708bff;
  border-bottom: 1px solid #708bff;
  font-family: Arial;
  font-size: 14px;
  line-height: 1;
  color: #545454;
}
.eds_modalWrapper .eds_modalContent .eds_labelAndInput {
  margin: 0 0 10px;
  padding: 0;
  white-space: nowrap;
}
.eds_modalWrapper .eds_modalContent .eds_labelAndInput:after {
  display: block;
  content: "";
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
}
.eds_modalWrapper .eds_modalContent .eds_labelAndInput .HTMLeditor,
.eds_modalWrapper .eds_modalContent .eds_labelAndInput > .dnnLeft,
.eds_modalWrapper .eds_modalContent .eds_labelAndInput > .dnnRight {
  float: none;
}
.eds_modalWrapper .eds_modalContent .eds_labelAndInput input + span {
  font-size: 11px;
  color: #C42323;
  margin-left: 8px;
  width: auto;
  display: inline;
  margin: 0;
  font-weight: normal;
  margin-left: 5px;
}
.eds_modalWrapper .eds_modalContent .eds_labelAndInput.eds_paymentInfo {
  font-size: 12px;
  line-height: 1;
  color: #3b3b3b;
  margin: 0 0 7px;
}
.eds_modalWrapper .eds_modalContent .eds_labelAndInput.eds_paymentInfo > span {
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  margin: 0;
}
.eds_modalWrapper .eds_modalContent .eds_labelAndInput.eds_paymentInfo.eds_estimatedTotal {
  font-weight: bold;
  font-size: 16px;
}
.eds_modalWrapper .eds_modalContent .eds_labelAndInput.eds_paymentInfo.eds_estimatedTotal > span {
  color: #e3011f;
}
@media handheld, only screen and (max-width: 480px), only screen and (max-device-width: 480px) {
  .eds_modalWrapper .eds_modalContent .eds_labelAndInput > label,
  .eds_modalWrapper .eds_modalContent .eds_labelAndInput > div,
  .eds_modalWrapper .eds_modalContent .eds_labelAndInput > span {
    width: 100%;
    clear: both;
    float: none;
    display: block;
  }
}
.eds_modalWrapper .eds_modalContent label,
.eds_modalWrapper .eds_modalContent .eds_labelAndInput > span {
  font-family: Arial;
  font-size: 13px;
  line-height: 26px;
  color: #7B7B7B;
  width: 140px;
  display: inline-block;
  margin: 0 15px 0 0;
  vertical-align: top;
  font-weight: bold;
  text-decoration: none;
}
@media handheld, only screen and (max-width: 480px), only screen and (max-device-width: 480px) {
  .eds_modalWrapper .eds_modalContent label,
  .eds_modalWrapper .eds_modalContent .eds_labelAndInput > span {
    display: block;
    width: 100%;
  }
}
.eds_modalWrapper .eds_modalContent a.dnnFormHelp,
.eds_modalWrapper .eds_modalContent .dnnForm .dnnFormItem a.dnnFormHelp,
.eds_modalWrapper .eds_modalContent .dnnTooltip label a.dnnFormHelp {
  font-family: Arial;
  font-size: 13px;
  line-height: 1;
  color: #7B7B7B;
}
.eds_modalWrapper .eds_modalContent ul {
  margin: 15px 0;
  padding: 0;
}
.eds_modalWrapper .eds_modalContent ul li {
  list-style-type: none;
  margin: 0 0 5px;
  padding: 0;
}
.eds_modalWrapper .eds_modalContent ul li label {
  font-weight: normal;
}
.eds_modalWrapper .eds_modalContent ul li label span {
  font-weight: bold;
}
.eds_modalWrapper .eds_modalContent ul.eds_attendantsPrices li input[type="text"] {
  width: 35px;
}
.eds_modalWrapper .eds_modalContent > div {
  box-shadow: 0 3px 5px -4px rgba(0, 0, 0, 0.49) inset;
  padding: 20px 20px 0;
  position: relative;
  overflow: auto;
}
.eds_modalWrapper .eds_modalContent > div .eds_eventRegistrationLoading {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background: rgba(255, 255, 255, 0.5) url("/DesktopModules/EasyDNNNews/static/common/images/eventRegistrationLoading.gif") no-repeat center center;
}
.eds_modalWrapper .edn_errorMessage {
  font-family: Arial;
  line-height: 1;
  font-size: 11px;
  color: #AB1111;
  margin-left: 10px;
}
@media handheld, only screen and (max-width: 480px), only screen and (max-device-width: 480px) {
  .eds_modalWrapper .edn_errorMessage {
    display: block;
    margin-top: 2px;
    margin-left: 0;
  }
}
.eds_modalWrapper .eds_updateProfile {
  font-size: 0;
  margin: 0;
  padding: 0;
  line-height: 0;
  text-align: right;
  float: right;
  margin: 9px 70px 0 0;
}
.eds_modalWrapper .eds_updateProfile > a {
  text-decoration: underline;
  color: #000;
  font-size: 14px;
  line-height: 19px;
  display: inline-block;
  background: url("/DesktopModules/EasyDNNNews/static/common/images/user.png") no-repeat 0 0;
  padding: 1px 0 0 22px;
}
.eds_modalWrapper .eds_updateProfile > a:hover {
  text-decoration: none;
}
.eds_modalWrapper.eds_modalVisible {
  opacity: 1;
  visibility: visible;
}
.eds_modalWrapper.eds_modalVisible .eds_modalContent {
  display: block;
}
.eds_modalWrapper .eds_animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.eds_modalWrapper .eds_fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

/*# sourceMappingURL=common.css.map */

/* - End of /DesktopModules/EasyDNNNews/static/common/common.css - */
/* - Start of /DesktopModules/EasyDNNNews/ChameleonGalleryPresets/themes/NewsOne/NewsOne.css - */
.chameleon_slider.NewsOne {
  font-family: Verdana, Helvetica, sans-serif;
  background: #ededed;
  border: 1px solid #d8d8d8;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.chameleon_slider.NewsOne .loading_slider_overlay {
  background: #e8e8e8;
}
.chameleon_slider.NewsOne .loading_slider_overlay p {
  color: white;
  font-size: 16px;
}
.chameleon_slider.NewsOne .loading_slider_overlay .indicator {
  top: 50%;
  left: 50%;
  height: 38px;
  width: 38px;
  margin: -19px 0 0 -19px;
  padding: 0;
  background: url("/DesktopModules/EasyDNNNews/ChameleonGalleryPresets/themes/NewsOne/images/loading_white_bg.gif") no-repeat;
}
.chameleon_slider.NewsOne .main_panel {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.chameleon_slider.NewsOne .main_panel .media_link:hover {
  background: url("/DesktopModules/EasyDNNNews/ChameleonGalleryPresets/themes/NewsOne/images/lightbox_button_bg.png") no-repeat center center;
}
.chameleon_slider.NewsOne .main_panel .preloading_item {
  background: url("/DesktopModules/EasyDNNNews/ChameleonGalleryPresets/themes/NewsOne/images/loading_white_bg.gif") no-repeat center center #e8e8e8;
}
.chameleon_slider.NewsOne .pagination {
  margin: 0 0 5px 5px;
}
.chameleon_slider.NewsOne .pagination .pages_container li {
  margin: 5px 5px 0 0;
  width: 12px;
  height: 12px;
  background: url("/DesktopModules/EasyDNNNews/ChameleonGalleryPresets/themes/NewsOne/images/buttons.png") no-repeat -318px -158px;
}
.chameleon_slider.NewsOne .pagination .pages_container li:hover {
  background-position: -318px -170px;
}
.chameleon_slider.NewsOne .pagination .pages_container li.current {
  background-position: -318px -182px;
}
.chameleon_slider.NewsOne .autoplay_container {
  background: url("/DesktopModules/EasyDNNNews/ChameleonGalleryPresets/themes/NewsOne/images/transparent_white_bg.png");
}
.chameleon_slider.NewsOne .autoplay_container .indicator {
  background: url("/DesktopModules/EasyDNNNews/ChameleonGalleryPresets/themes/NewsOne/images/transparent_black_1.png");
}
.chameleon_slider.NewsOne .autoplay_toggle {
  width: 54px;
  height: 51px;
  background: url("/DesktopModules/EasyDNNNews/ChameleonGalleryPresets/themes/NewsOne/images/buttons.png") no-repeat -210px -92px;
}
.chameleon_slider.NewsOne .autoplay_toggle:hover {
  background-position: -210px -143px;
}
.chameleon_slider.NewsOne .autoplay_toggle.pause {
  background-position: -264px -92px;
}
.chameleon_slider.NewsOne .autoplay_toggle.pause:hover {
  background-position: -264px -143px;
}
.chameleon_slider.NewsOne a.navigation_button {
  overflow: hidden;
  background: url("/DesktopModules/EasyDNNNews/ChameleonGalleryPresets/themes/NewsOne/images/buttons.png") no-repeat 0 0;
  height: 46px;
  width: 46px;
}
.chameleon_slider.NewsOne a.navigation_button.prev:hover {
  background-position: 0 -46px;
}
.chameleon_slider.NewsOne a.navigation_button.next {
  background-position: -46px 0;
}
.chameleon_slider.NewsOne a.navigation_button.next:hover {
  background-position: -46px -46px;
}
.chameleon_slider.NewsOne .title_box.current_item {
  background: url("/DesktopModules/EasyDNNNews/ChameleonGalleryPresets/themes/NewsOne/images/transparent_black_1.png");
}
.chameleon_slider.NewsOne .title_box.current_gallery {
  background: url("/DesktopModules/EasyDNNNews/ChameleonGalleryPresets/themes/NewsOne/images/transparent_black_2.png");
}
.chameleon_slider.NewsOne .title_box span {
  color: white;
  font-size: 16px;
  padding: 3px 15px 2px;
}
.chameleon_slider.NewsOne .scrollable_box {
  background: url("/DesktopModules/EasyDNNNews/ChameleonGalleryPresets/themes/NewsOne/images/transparent_black_bg.png");
}
.chameleon_slider.NewsOne .scrollable_box .scrollbar {
  background: url("/DesktopModules/EasyDNNNews/ChameleonGalleryPresets/themes/NewsOne/images/scroll_top_bg.png") no-repeat;
  right: 10px;
  width: 5px;
  padding: 4px 0 0;
  margin: 6px 0 10px;
}
.chameleon_slider.NewsOne .scrollable_box .scrollbar .track {
  padding: 0 0 4px;
  background: url("/DesktopModules/EasyDNNNews/ChameleonGalleryPresets/themes/NewsOne/images/scroll_bottom_bg.png") no-repeat bottom;
}
.chameleon_slider.NewsOne .scrollable_box .scrollbar .track .thumb {
  background: #363636;
  width: 1px;
  border: 1px solid #474747;
  border-top: 0;
  border-bottom: 0;
  margin: 0 0 0 1px;
}
.chameleon_slider.NewsOne .scrollable_box .viewport {
  margin: 10px 15px;
}
.chameleon_slider.NewsOne .scrollable_box .viewport.scrollable {
  margin-right: 20px;
}
.chameleon_slider.NewsOne .scrollable_box .viewport a {
  color: white;
}
.chameleon_slider.NewsOne .scrollable_box .viewport a:hover {
  color: white;
}
.chameleon_slider.NewsOne .scrollable_box .viewport h2 {
  font-size: 14px;
  color: white;
  font-weight: bold;
  font-family: Verdana, Helvetica, sans-serif;
}
.chameleon_slider.NewsOne .scrollable_box .viewport .overview, .chameleon_slider.NewsOne .scrollable_box .viewport p {
  font-size: 11px;
  line-height: 18px;
  color: white;
  font-family: Verdana, Helvetica, sans-serif;
}
.chameleon_slider.NewsOne .scrollable_box.item_info {
  background: url("/DesktopModules/EasyDNNNews/ChameleonGalleryPresets/themes/NewsOne/images/transparent_black_2.png") repeat;
}
.chameleon_slider.NewsOne .scrollable_box.gallery_info {
  background: url("/DesktopModules/EasyDNNNews/ChameleonGalleryPresets/themes/NewsOne/images/transparent_black_1.png") repeat;
}
.chameleon_slider.NewsOne .categories_wrapper {
  background: url("/DesktopModules/EasyDNNNews/ChameleonGalleryPresets/themes/NewsOne/images/categories_bg.png") repeat-x #f2f2f2;
}
.chameleon_slider.NewsOne .categories_wrapper .categories_window {
  background: none;
}
.chameleon_slider.NewsOne .categories_wrapper .categories_window .categories_container {
  background: none;
}
.chameleon_slider.NewsOne .categories_wrapper .categories_window .categories_container ul {
  padding: 0;
}
.chameleon_slider.NewsOne .categories_wrapper .categories_window .categories_container ul li {
  margin: 0;
  border-right: 1px solid #ebebeb;
  text-align: center;
}
.chameleon_slider.NewsOne .categories_wrapper .categories_window .categories_container ul li a {
  text-decoration: none;
}
.chameleon_slider.NewsOne .categories_wrapper .categories_window .categories_container ul li a span {
  color: #363636;
  font: 12px Verdana, Helvetica, sans-serif;
  text-decoration: none;
}
.chameleon_slider.NewsOne .categories_wrapper .categories_window .categories_container ul li.on {
  background: url("/DesktopModules/EasyDNNNews/ChameleonGalleryPresets/themes/NewsOne/images/category_bg.png") repeat-x #d6d6d6;
}
.chameleon_slider.NewsOne .categories_wrapper .categories_window .categories_container ul li:hover a span {
  color: black;
}
.chameleon_slider.NewsOne .categories_wrapper a.navigation {
  background: url("/DesktopModules/EasyDNNNews/ChameleonGalleryPresets/themes/NewsOne/images/buttons.png") no-repeat;
}
.chameleon_slider.NewsOne .categories_wrapper a.navigation.horizontal {
  margin-top: -8px;
  top: 50%;
  width: 30px;
  height: 16px;
}
.chameleon_slider.NewsOne .categories_wrapper a.navigation.horizontal.next {
  background-position: -142px -92px;
}
.chameleon_slider.NewsOne .categories_wrapper a.navigation.horizontal.next:hover {
  background-position: -142px -108px;
}
.chameleon_slider.NewsOne .categories_wrapper a.navigation.horizontal.prev {
  background-position: -117px -92px;
}
.chameleon_slider.NewsOne .categories_wrapper a.navigation.horizontal.prev:hover {
  background-position: -117px -108px;
}
.chameleon_slider.NewsOne .categories_wrapper a.navigation.vertical {
  margin-left: -8px;
  left: 50%;
  width: 17px;
  height: 29px;
}
.chameleon_slider.NewsOne .categories_wrapper a.navigation.vertical.next {
  background-position: -117px -148px;
}
.chameleon_slider.NewsOne .categories_wrapper a.navigation.vertical.next:hover {
  background-position: -134px -148px;
}
.chameleon_slider.NewsOne .categories_wrapper a.navigation.vertical.prev {
  background-position: -117px -124px;
}
.chameleon_slider.NewsOne .categories_wrapper a.navigation.vertical.prev:hover {
  background-position: -134px -124px;
}
.chameleon_slider.NewsOne .thumb_wrapper {
  background: url("/DesktopModules/EasyDNNNews/ChameleonGalleryPresets/themes/NewsOne/images/shadow.png") no-repeat center 1px;
}
.chameleon_slider.NewsOne .thumb_wrapper a.navigation {
  background: url("/DesktopModules/EasyDNNNews/ChameleonGalleryPresets/themes/NewsOne/images/buttons.png") no-repeat 0 0;
}
.chameleon_slider.NewsOne .thumb_wrapper a.navigation.horizontal {
  margin-top: -13px;
  top: 50%;
  width: 21px;
  height: 27px;
}
.chameleon_slider.NewsOne .thumb_wrapper a.navigation.horizontal.next {
  background-position: -185px -92px;
  margin-right: 7px;
}
.chameleon_slider.NewsOne .thumb_wrapper a.navigation.horizontal.next:hover {
  background-position: -185px -115px;
}
.chameleon_slider.NewsOne .thumb_wrapper a.navigation.horizontal.prev {
  background-position: -168px -92px;
  margin-left: 7px;
}
.chameleon_slider.NewsOne .thumb_wrapper a.navigation.horizontal.prev:hover {
  background-position: -168px -115px;
}
.chameleon_slider.NewsOne .thumb_wrapper a.navigation.vertical {
  margin-left: -13px;
  left: 50%;
  width: 27px;
  height: 21px;
}
.chameleon_slider.NewsOne .thumb_wrapper a.navigation.vertical.next {
  background-position: -151px -155px;
}
.chameleon_slider.NewsOne .thumb_wrapper a.navigation.vertical.next:hover {
  background-position: -174px -155px;
}
.chameleon_slider.NewsOne .thumb_wrapper a.navigation.vertical.prev {
  background-position: -151px -138px;
}
.chameleon_slider.NewsOne .thumb_wrapper a.navigation.vertical.prev:hover {
  background-position: -174px -138px;
}
.chameleon_slider.NewsOne .thumb_wrapper .thumb_window {
  background: none;
}
.chameleon_slider.NewsOne .thumb_wrapper .thumb_window .thumb_container {
  background: none;
}
.chameleon_slider.NewsOne .thumb_wrapper .thumb_window .thumb_container ul {
  padding: 15px 15px 0 0;
}
.chameleon_slider.NewsOne .thumb_wrapper .thumb_window .thumb_container ul li {
  margin: 0 0 12px 12px;
  border: 2px solid white;
  box-shadow: 1px 1px 1px #adadad;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
}
.chameleon_slider.NewsOne .thumb_wrapper .thumb_window .thumb_container ul li .thumb_preloading {
  background: url("/DesktopModules/EasyDNNNews/ChameleonGalleryPresets/themes/NewsOne/images/preloader_thumb.gif") no-repeat center center #f8f8f8;
}
.chameleon_slider.NewsOne .thumb_wrapper .thumb_window .thumb_container ul li .item_type_icon {
  background: no-repeat center center;
  display: none;
}
.chameleon_slider.NewsOne .thumb_wrapper .thumb_window .thumb_container ul li .item_type_icon.video {
  background-image: url("/DesktopModules/EasyDNNNews/ChameleonGalleryPresets/themes/NewsOne/images/video_item_icon.png");
  display: block;
}
.chameleon_slider.NewsOne .thumb_wrapper .thumb_window .thumb_container ul li .item_type_icon.audio {
  background-image: url("/DesktopModules/EasyDNNNews/ChameleonGalleryPresets/themes/NewsOne/images/audio_item_icon.png");
  display: block;
}
.chameleon_slider.NewsOne .thumb_wrapper .thumb_window .thumb_container ul li .caption_wrapper .caption {
  padding: 3px;
  color: white;
  font-size: 9px;
  background: url("/DesktopModules/EasyDNNNews/ChameleonGalleryPresets/themes/NewsOne/images/transparent_black_1.png");
  line-height: 11px;
  text-align: center;
}
.chameleon_slider.NewsOne .thumb_wrapper .thumb_window .thumb_container ul li:hover, .chameleon_slider.NewsOne .thumb_wrapper .thumb_window .thumb_container ul li.on {
  border: 2px solid #787878;
}
.chameleon_slider.NewsOne .thumb_wrapper.not_transparent .thumb_window {
  background: #ededed;
}
.chameleon_slider.NewsOne .social_buttons_toggle {
  width: 34px;
  height: 27px;
  background: url("/DesktopModules/EasyDNNNews/ChameleonGalleryPresets/themes/NewsOne/images/buttons.png") no-repeat 7px -92px;
  cursor: pointer;
}
.chameleon_slider.NewsOne .social_buttons_toggle:hover {
  background-position: -27px -92px;
}
.chameleon_slider.NewsOne .social_buttons_toggle.active {
  background-position: -27px -92px;
}
.chameleon_slider.NewsOne .social_buttons {
  padding: 10px;
  background: url("/DesktopModules/EasyDNNNews/ChameleonGalleryPresets/themes/NewsOne/images/transparent_black_1.png") repeat;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.chameleon_slider.NewsOne .social_buttons.vertical .social_button {
  margin: 0 0 5px;
}
.chameleon_slider.NewsOne .standalone_button {
  text-indent: -10000px;
  width: 28px;
  height: 28px;
  background: url("/DesktopModules/EasyDNNNews/ChameleonGalleryPresets/themes/NewsOne/images/buttons.png") no-repeat;
}
.chameleon_slider.NewsOne .standalone_button.email {
  background-position: 0 -120px;
}
.chameleon_slider.NewsOne .standalone_button.email:hover {
  background-position: -34px -120px;
}
.chameleon_slider.NewsOne .standalone_button.download {
  background-position: 0 -148px;
}
.chameleon_slider.NewsOne .standalone_button.download:hover {
  background-position: -34px -148px;
}
.chameleon_slider.NewsOne .standalone_button.fullscreen {
  background-position: 0 -176px;
}
.chameleon_slider.NewsOne .standalone_button.fullscreen:hover {
  background-position: -34px -176px;
}
.chameleon_slider.NewsOne .standalone_button.exit_fullscreen {
  background-position: 0 -176px;
}
.chameleon_slider.NewsOne .standalone_button.exit_fullscreen:hover {
  background-position: -34px -176px;
}
.chameleon_slider.NewsOne.red .navigation_button.prev {
  background-position: -276px 0;
}
.chameleon_slider.NewsOne.red .navigation_button.prev:hover {
  background-position: -276px -46px;
}
.chameleon_slider.NewsOne.red .navigation_button.next {
  background-position: -322px 0;
}
.chameleon_slider.NewsOne.red .navigation_button.next:hover {
  background-position: -322px -46px;
}
.chameleon_slider.NewsOne.red .thumb_wrapper .thumb_window .thumb_container ul li:hover, .chameleon_slider.NewsOne.red .thumb_wrapper .thumb_window .thumb_container ul li.on {
  border: 2px solid red;
}
.chameleon_slider.NewsOne.green .navigation_button.prev {
  background-position: -92px 0;
}
.chameleon_slider.NewsOne.green .navigation_button.prev:hover {
  background-position: -92px -46px;
}
.chameleon_slider.NewsOne.green .navigation_button.next {
  background-position: -138px 0;
}
.chameleon_slider.NewsOne.green .navigation_button.next:hover {
  background-position: -138px -46px;
}
.chameleon_slider.NewsOne.green .thumb_wrapper .thumb_window .thumb_container ul li:hover, .chameleon_slider.NewsOne.green .thumb_wrapper .thumb_window .thumb_container ul li.on {
  border: 2px solid #56b319;
}
.chameleon_slider.NewsOne.blue .navigation_button.prev {
  background-position: -184px 0;
}
.chameleon_slider.NewsOne.blue .navigation_button.prev:hover {
  background-position: -184px -46px;
}
.chameleon_slider.NewsOne.blue .navigation_button.next {
  background-position: -230px 0;
}
.chameleon_slider.NewsOne.blue .navigation_button.next:hover {
  background-position: -230px -46px;
}
.chameleon_slider.NewsOne.blue .thumb_wrapper .thumb_window .thumb_container ul li:hover, .chameleon_slider.NewsOne.blue .thumb_wrapper .thumb_window .thumb_container ul li.on {
  border: 2px solid #1a7df9;
}

/* - End of /DesktopModules/EasyDNNNews/ChameleonGalleryPresets/themes/NewsOne/NewsOne.css - */
/* - Start of /DesktopModules/EasyDNNNews/css/prettyPhoto.css - */
/* ------------------------------------------------------------------------
	This you can edit.
------------------------------------------------------------------------- */

	/* ----------------------------------
		Default Theme
	----------------------------------- */

	div.pp_default .pp_top,
	div.pp_default .pp_top .pp_middle,
	div.pp_default .pp_top .pp_left,
	div.pp_default .pp_top .pp_right,
	div.pp_default .pp_bottom,
	div.pp_default .pp_bottom .pp_left,
	div.pp_default .pp_bottom .pp_middle,
	div.pp_default .pp_bottom .pp_right { height: 13px; }
	
	div.pp_default .pp_top .pp_left { background: url("/DesktopModules/EasyDNNNews/images/prettyPhoto/default/sprite.png") -78px -93px no-repeat; } /* Top left corner */
	div.pp_default .pp_top .pp_middle { background: url("/DesktopModules/EasyDNNNews/images/prettyPhoto/default/sprite_x.png") top left repeat-x; } /* Top pattern/color */
	div.pp_default .pp_top .pp_right { background: url("/DesktopModules/EasyDNNNews/images/prettyPhoto/default/sprite.png") -112px -93px no-repeat; } /* Top right corner */
	
	div.pp_default .pp_content .ppt { color: #f8f8f8; }
	div.pp_default .pp_content_container .pp_left { background: url("/DesktopModules/EasyDNNNews/images/prettyPhoto/default/sprite_y.png") -7px 0 repeat-y; padding-left: 13px; }
	div.pp_default .pp_content_container .pp_right { background: url("/DesktopModules/EasyDNNNews/images/prettyPhoto/default/sprite_y.png") top right repeat-y; padding-right: 13px; }
	div.pp_default .pp_content { background-color: #fff; } /* Content background */
	div.pp_default .pp_next:hover { background: url("/DesktopModules/EasyDNNNews/images/prettyPhoto/default/sprite_next.png") center right  no-repeat; cursor: pointer; } /* Next button */
	div.pp_default .pp_previous:hover { background: url("/DesktopModules/EasyDNNNews/images/prettyPhoto/default/sprite_prev.png") center left no-repeat; cursor: pointer; } /* Previous button */
	div.pp_default .pp_expand { background: url("/DesktopModules/EasyDNNNews/images/prettyPhoto/default/sprite.png") 0 -29px no-repeat; cursor: pointer; width: 28px; height: 28px; } /* Expand button */
	div.pp_default .pp_expand:hover { background: url("/DesktopModules/EasyDNNNews/images/prettyPhoto/default/sprite.png") 0 -56px no-repeat; cursor: pointer; } /* Expand button hover */
	div.pp_default .pp_contract { background: url("/DesktopModules/EasyDNNNews/images/prettyPhoto/default/sprite.png") 0 -84px no-repeat; cursor: pointer; width: 28px; height: 28px; } /* Contract button */
	div.pp_default .pp_contract:hover { background: url("/DesktopModules/EasyDNNNews/images/prettyPhoto/default/sprite.png") 0 -113px no-repeat; cursor: pointer; } /* Contract button hover */
	div.pp_default .pp_close { width: 30px; height: 30px; background: url("/DesktopModules/EasyDNNNews/images/prettyPhoto/default/sprite.png") 2px 1px no-repeat; cursor: pointer; } /* Close button */
	div.pp_default #pp_full_res .pp_inline { color: #000; } 
	div.pp_default .pp_gallery ul li a { background: url("/DesktopModules/EasyDNNNews/images/prettyPhoto/default/default_thumb.png") center center #f8f8f8; border:1px solid #aaa; }
	div.pp_default .pp_gallery ul li a:hover,
	div.pp_default .pp_gallery ul li.selected a { border-color: #fff; }

	div.pp_default .pp_gallery a.pp_arrow_previous,
	div.pp_default .pp_gallery a.pp_arrow_next { position: static; left: auto; }
	div.pp_default .pp_nav .pp_play,
	div.pp_default .pp_nav .pp_pause { background: url("/DesktopModules/EasyDNNNews/images/prettyPhoto/default/sprite.png") -51px 1px no-repeat; height:30px; width:30px; }
	div.pp_default .pp_nav .pp_pause { background-position: -51px -29px; }
	div.pp_default .pp_details { position: relative; }
	div.pp_default a.pp_arrow_previous,
	div.pp_default a.pp_arrow_next { background: url("/DesktopModules/EasyDNNNews/images/prettyPhoto/default/sprite.png") -31px -3px no-repeat; height: 20px; margin: 4px 0 0 0; width: 20px; }
	div.pp_default a.pp_arrow_next { left: 52px; background-position: -82px -3px; } /* The next arrow in the bottom nav */
	div.pp_default .pp_content_container .pp_details { margin-top: 5px; }
	div.pp_default .pp_nav { clear: none; height: 30px; width: 105px; position: relative; }
	div.pp_default .pp_nav .currentTextHolder{ font-family: Georgia; font-style: italic; font-color:#999; font-size: 11px; left: 75px; line-height: 25px; margin: 0; padding: 0 0 0 10px; position: absolute; top: 2px; }
	
	div.pp_default .pp_close:hover, div.pp_default .pp_nav .pp_play:hover, div.pp_default .pp_nav .pp_pause:hover, div.pp_default .pp_arrow_next:hover, div.pp_default .pp_arrow_previous:hover { opacity:0.7; }

	div.pp_default .pp_description{ font-size: 11px; font-weight: bold; line-height: 14px; margin: 5px 50px 5px 0; }

	div.pp_default .pp_bottom .pp_left { background: url("/DesktopModules/EasyDNNNews/images/prettyPhoto/default/sprite.png") -78px -127px no-repeat; } /* Bottom left corner */
	div.pp_default .pp_bottom .pp_middle { background: url("/DesktopModules/EasyDNNNews/images/prettyPhoto/default/sprite_x.png") bottom left repeat-x; } /* Bottom pattern/color */
	div.pp_default .pp_bottom .pp_right { background: url("/DesktopModules/EasyDNNNews/images/prettyPhoto/default/sprite.png") -112px -127px no-repeat; } /* Bottom right corner */

	div.pp_default .pp_loaderIcon { background: url("/DesktopModules/EasyDNNNews/images/prettyPhoto/default/loader.gif") center center no-repeat; } /* Loader icon */

	
	/* ----------------------------------
		Light Rounded Theme
	----------------------------------- */


	div.light_rounded .pp_top .pp_left { background: url("/DesktopModules/EasyDNNNews/images/prettyPhoto/light_rounded/sprite.png") -88px -53px no-repeat; } /* Top left corner */
	div.light_rounded .pp_top .pp_middle { background: #fff; } /* Top pattern/color */
	div.light_rounded .pp_top .pp_right { background: url("/DesktopModules/EasyDNNNews/images/prettyPhoto/light_rounded/sprite.png") -110px -53px no-repeat; } /* Top right corner */
	
	div.light_rounded .pp_content .ppt { color: #000; }
	div.light_rounded .pp_content_container .pp_left,
	div.light_rounded .pp_content_container .pp_right { background: #fff; }
	div.light_rounded .pp_content { background-color: #fff; } /* Content background */
	div.light_rounded .pp_next:hover { background: url("/DesktopModules/EasyDNNNews/images/prettyPhoto/light_rounded/btnNext.png") center right  no-repeat; cursor: pointer; } /* Next button */
	div.light_rounded .pp_previous:hover { background: url("/DesktopModules/EasyDNNNews/images/prettyPhoto/light_rounded/btnPrevious.png") center left no-repeat; cursor: pointer; } /* Previous button */
	div.light_rounded .pp_expand { background: url("/DesktopModules/EasyDNNNews/images/prettyPhoto/light_rounded/sprite.png") -31px -26px no-repeat; cursor: pointer; } /* Expand button */
	div.light_rounded .pp_expand:hover { background: url("/DesktopModules/EasyDNNNews/images/prettyPhoto/light_rounded/sprite.png") -31px -47px no-repeat; cursor: pointer; } /* Expand button hover */
	div.light_rounded .pp_contract { background: url("/DesktopModules/EasyDNNNews/images/prettyPhoto/light_rounded/sprite.png") 0 -26px no-repeat; cursor: pointer; } /* Contract button */
	div.light_rounded .pp_contract:hover { background: url("/DesktopModules/EasyDNNNews/images/prettyPhoto/light_rounded/sprite.png") 0 -47px no-repeat; cursor: pointer; } /* Contract button hover */
	div.light_rounded .pp_close { width: 75px; height: 22px; background: url("/DesktopModules/EasyDNNNews/images/prettyPhoto/light_rounded/sprite.png") -1px -1px no-repeat; cursor: pointer; } /* Close button */
	div.light_rounded .pp_details { position: relative; }
	div.light_rounded .pp_description { margin-right: 85px; }
	div.light_rounded #pp_full_res .pp_inline { color: #000; } 
	div.light_rounded .pp_gallery a.pp_arrow_previous,
	div.light_rounded .pp_gallery a.pp_arrow_next { margin-top: 12px !important; }
	div.light_rounded .pp_nav .pp_play { background: url("/DesktopModules/EasyDNNNews/images/prettyPhoto/light_rounded/sprite.png") -1px -100px no-repeat; height: 15px; width: 14px; }
	div.light_rounded .pp_nav .pp_pause { background: url("/DesktopModules/EasyDNNNews/images/prettyPhoto/light_rounded/sprite.png") -24px -100px no-repeat; height: 15px; width: 14px; }

	div.light_rounded .pp_arrow_previous { background: url("/DesktopModules/EasyDNNNews/images/prettyPhoto/light_rounded/sprite.png") 0 -71px no-repeat; } /* The previous arrow in the bottom nav */
		div.light_rounded .pp_arrow_previous.disabled { background-position: 0 -87px; cursor: default; }
	div.light_rounded .pp_arrow_next { background: url("/DesktopModules/EasyDNNNews/images/prettyPhoto/light_rounded/sprite.png") -22px -71px no-repeat; } /* The next arrow in the bottom nav */
		div.light_rounded .pp_arrow_next.disabled { background-position: -22px -87px; cursor: default; }

	div.light_rounded .pp_bottom .pp_left { background: url("/DesktopModules/EasyDNNNews/images/prettyPhoto/light_rounded/sprite.png") -88px -80px no-repeat; } /* Bottom left corner */
	div.light_rounded .pp_bottom .pp_middle { background: #fff; } /* Bottom pattern/color */
	div.light_rounded .pp_bottom .pp_right { background: url("/DesktopModules/EasyDNNNews/images/prettyPhoto/light_rounded/sprite.png") -110px -80px no-repeat; } /* Bottom right corner */

	div.light_rounded .pp_loaderIcon { background: url("/DesktopModules/EasyDNNNews/images/prettyPhoto/light_rounded/loader.gif") center center no-repeat; } /* Loader icon */
	
	/* ----------------------------------
		Dark Rounded Theme
	----------------------------------- */
	
	div.dark_rounded .pp_top .pp_left { background: url("/DesktopModules/EasyDNNNews/images/prettyPhoto/dark_rounded/sprite.png") -88px -53px no-repeat; } /* Top left corner */
	div.dark_rounded .pp_top .pp_middle { background: url("/DesktopModules/EasyDNNNews/images/prettyPhoto/dark_rounded/contentPattern.png") top left repeat; } /* Top pattern/color */
	div.dark_rounded .pp_top .pp_right { background: url("/DesktopModules/EasyDNNNews/images/prettyPhoto/dark_rounded/sprite.png") -110px -53px no-repeat; } /* Top right corner */
	
	div.dark_rounded .pp_content_container .pp_left { background: url("/DesktopModules/EasyDNNNews/images/prettyPhoto/dark_rounded/contentPattern.png") top left repeat-y; } /* Left Content background */
	div.dark_rounded .pp_content_container .pp_right { background: url("/DesktopModules/EasyDNNNews/images/prettyPhoto/dark_rounded/contentPattern.png") top right repeat-y; } /* Right Content background */
	div.dark_rounded .pp_content { background: url("/DesktopModules/EasyDNNNews/images/prettyPhoto/dark_rounded/contentPattern.png") top left repeat; } /* Content background */
	div.dark_rounded .pp_next:hover { background: url("/DesktopModules/EasyDNNNews/images/prettyPhoto/dark_rounded/btnNext.png") center right  no-repeat; cursor: pointer; } /* Next button */
	div.dark_rounded .pp_previous:hover { background: url("/DesktopModules/EasyDNNNews/images/prettyPhoto/dark_rounded/btnPrevious.png") center left no-repeat; cursor: pointer; } /* Previous button */
	div.dark_rounded .pp_expand { background: url("/DesktopModules/EasyDNNNews/images/prettyPhoto/dark_rounded/sprite.png") -31px -26px no-repeat; cursor: pointer; } /* Expand button */
	div.dark_rounded .pp_expand:hover { background: url("/DesktopModules/EasyDNNNews/images/prettyPhoto/dark_rounded/sprite.png") -31px -47px no-repeat; cursor: pointer; } /* Expand button hover */
	div.dark_rounded .pp_contract { background: url("/DesktopModules/EasyDNNNews/images/prettyPhoto/dark_rounded/sprite.png") 0 -26px no-repeat; cursor: pointer; } /* Contract button */
	div.dark_rounded .pp_contract:hover { background: url("/DesktopModules/EasyDNNNews/images/prettyPhoto/dark_rounded/sprite.png") 0 -47px no-repeat; cursor: pointer; } /* Contract button hover */
	div.dark_rounded .pp_close { width: 75px; height: 22px; background: url("/DesktopModules/EasyDNNNews/images/prettyPhoto/dark_rounded/sprite.png") -1px -1px no-repeat; cursor: pointer; } /* Close button */
	div.dark_rounded .pp_details { position: relative; }
	div.dark_rounded .pp_description { margin-right: 85px; }
	div.dark_rounded .currentTextHolder { color: #c4c4c4; }
	div.dark_rounded .pp_description { color: #fff; }
	div.dark_rounded #pp_full_res .pp_inline { color: #fff; }
	div.dark_rounded .pp_gallery a.pp_arrow_previous,
	div.dark_rounded .pp_gallery a.pp_arrow_next { margin-top: 12px !important; }
	div.dark_rounded .pp_nav .pp_play { background: url("/DesktopModules/EasyDNNNews/images/prettyPhoto/dark_rounded/sprite.png") -1px -100px no-repeat; height: 15px; width: 14px; }
	div.dark_rounded .pp_nav .pp_pause { background: url("/DesktopModules/EasyDNNNews/images/prettyPhoto/dark_rounded/sprite.png") -24px -100px no-repeat; height: 15px; width: 14px; }

	div.dark_rounded .pp_arrow_previous { background: url("/DesktopModules/EasyDNNNews/images/prettyPhoto/dark_rounded/sprite.png") 0 -71px no-repeat; } /* The previous arrow in the bottom nav */
		div.dark_rounded .pp_arrow_previous.disabled { background-position: 0 -87px; cursor: default; }
	div.dark_rounded .pp_arrow_next { background: url("/DesktopModules/EasyDNNNews/images/prettyPhoto/dark_rounded/sprite.png") -22px -71px no-repeat; } /* The next arrow in the bottom nav */
		div.dark_rounded .pp_arrow_next.disabled { background-position: -22px -87px; cursor: default; }

	div.dark_rounded .pp_bottom .pp_left { background: url("/DesktopModules/EasyDNNNews/images/prettyPhoto/dark_rounded/sprite.png") -88px -80px no-repeat; } /* Bottom left corner */
	div.dark_rounded .pp_bottom .pp_middle { background: url("/DesktopModules/EasyDNNNews/images/prettyPhoto/dark_rounded/contentPattern.png") top left repeat; } /* Bottom pattern/color */
	div.dark_rounded .pp_bottom .pp_right { background: url("/DesktopModules/EasyDNNNews/images/prettyPhoto/dark_rounded/sprite.png") -110px -80px no-repeat; } /* Bottom right corner */

	div.dark_rounded .pp_loaderIcon { background: url("/DesktopModules/EasyDNNNews/images/prettyPhoto/dark_rounded/loader.gif") center center no-repeat; } /* Loader icon */
	
	
	/* ----------------------------------
		Dark Square Theme
	----------------------------------- */
	
	div.dark_square .pp_left ,
	div.dark_square .pp_middle,
	div.dark_square .pp_right,
	div.dark_square .pp_content { background: #000; }
	
	div.dark_square .currentTextHolder { color: #c4c4c4; }
	div.dark_square .pp_description { color: #fff; }
	div.dark_square .pp_loaderIcon { background: url("/DesktopModules/EasyDNNNews/images/prettyPhoto/dark_square/loader.gif") center center no-repeat; } /* Loader icon */
	
	div.dark_square .pp_expand { background: url("/DesktopModules/EasyDNNNews/images/prettyPhoto/dark_square/sprite.png") -31px -26px no-repeat; cursor: pointer; } /* Expand button */
	div.dark_square .pp_expand:hover { background: url("/DesktopModules/EasyDNNNews/images/prettyPhoto/dark_square/sprite.png") -31px -47px no-repeat; cursor: pointer; } /* Expand button hover */
	div.dark_square .pp_contract { background: url("/DesktopModules/EasyDNNNews/images/prettyPhoto/dark_square/sprite.png") 0 -26px no-repeat; cursor: pointer; } /* Contract button */
	div.dark_square .pp_contract:hover { background: url("/DesktopModules/EasyDNNNews/images/prettyPhoto/dark_square/sprite.png") 0 -47px no-repeat; cursor: pointer; } /* Contract button hover */
	div.dark_square .pp_close { width: 75px; height: 22px; background: url("/DesktopModules/EasyDNNNews/images/prettyPhoto/dark_square/sprite.png") -1px -1px no-repeat; cursor: pointer; } /* Close button */
	div.dark_square .pp_details { position: relative; }
	div.dark_square .pp_description { margin: 0 85px 0 0; }
	div.dark_square #pp_full_res .pp_inline { color: #fff; }
	div.dark_square .pp_gallery a.pp_arrow_previous,
	div.dark_square .pp_gallery a.pp_arrow_next { margin-top: 12px !important; }
	div.dark_square .pp_nav { clear: none; }
	div.dark_square .pp_nav .pp_play { background: url("/DesktopModules/EasyDNNNews/images/prettyPhoto/dark_square/sprite.png") -1px -100px no-repeat; height: 15px; width: 14px; }
	div.dark_square .pp_nav .pp_pause { background: url("/DesktopModules/EasyDNNNews/images/prettyPhoto/dark_square/sprite.png") -24px -100px no-repeat; height: 15px; width: 14px; }
	
	div.dark_square .pp_arrow_previous { background: url("/DesktopModules/EasyDNNNews/images/prettyPhoto/dark_square/sprite.png") 0 -71px no-repeat; } /* The previous arrow in the bottom nav */
		div.dark_square .pp_arrow_previous.disabled { background-position: 0 -87px; cursor: default; }
	div.dark_square .pp_arrow_next { background: url("/DesktopModules/EasyDNNNews/images/prettyPhoto/dark_square/sprite.png") -22px -71px no-repeat; } /* The next arrow in the bottom nav */
		div.dark_square .pp_arrow_next.disabled { background-position: -22px -87px; cursor: default; }
	
	div.dark_square .pp_next:hover { background: url("/DesktopModules/EasyDNNNews/images/prettyPhoto/dark_square/btnNext.png") center right  no-repeat; cursor: pointer; } /* Next button */
	div.dark_square .pp_previous:hover { background: url("/DesktopModules/EasyDNNNews/images/prettyPhoto/dark_square/btnPrevious.png") center left no-repeat; cursor: pointer; } /* Previous button */


	/* ----------------------------------
		Light Square Theme
	----------------------------------- */
	
	div.light_square .pp_left ,
	div.light_square .pp_middle,
	div.light_square .pp_right,
	div.light_square .pp_content { background: #fff; }
	
	div.light_square .pp_content .ppt { color: #000; }
	div.light_square .pp_expand { background: url("/DesktopModules/EasyDNNNews/images/prettyPhoto/light_square/sprite.png") -31px -26px no-repeat; cursor: pointer; } /* Expand button */
	div.light_square .pp_expand:hover { background: url("/DesktopModules/EasyDNNNews/images/prettyPhoto/light_square/sprite.png") -31px -47px no-repeat; cursor: pointer; } /* Expand button hover */
	div.light_square .pp_contract { background: url("/DesktopModules/EasyDNNNews/images/prettyPhoto/light_square/sprite.png") 0 -26px no-repeat; cursor: pointer; } /* Contract button */
	div.light_square .pp_contract:hover { background: url("/DesktopModules/EasyDNNNews/images/prettyPhoto/light_square/sprite.png") 0 -47px no-repeat; cursor: pointer; } /* Contract button hover */
	div.light_square .pp_close { width: 75px; height: 22px; background: url("/DesktopModules/EasyDNNNews/images/prettyPhoto/light_square/sprite.png") -1px -1px no-repeat; cursor: pointer; } /* Close button */
	div.light_square .pp_details { position: relative; }
	div.light_square .pp_description { margin-right: 85px; }
	div.light_square #pp_full_res .pp_inline { color: #000; }
	div.light_square .pp_gallery a.pp_arrow_previous,
	div.light_square .pp_gallery a.pp_arrow_next { margin-top: 12px !important; }
	div.light_square .pp_nav .pp_play { background: url("/DesktopModules/EasyDNNNews/images/prettyPhoto/light_square/sprite.png") -1px -100px no-repeat; height: 15px; width: 14px; }
	div.light_square .pp_nav .pp_pause { background: url("/DesktopModules/EasyDNNNews/images/prettyPhoto/light_square/sprite.png") -24px -100px no-repeat; height: 15px; width: 14px; }
	
	div.light_square .pp_arrow_previous { background: url("/DesktopModules/EasyDNNNews/images/prettyPhoto/light_square/sprite.png") 0 -71px no-repeat; } /* The previous arrow in the bottom nav */
		div.light_square .pp_arrow_previous.disabled { background-position: 0 -87px; cursor: default; }
	div.light_square .pp_arrow_next { background: url("/DesktopModules/EasyDNNNews/images/prettyPhoto/light_square/sprite.png") -22px -71px no-repeat; } /* The next arrow in the bottom nav */
		div.light_square .pp_arrow_next.disabled { background-position: -22px -87px; cursor: default; }
	
	div.light_square .pp_next:hover { background: url("/DesktopModules/EasyDNNNews/images/prettyPhoto/light_square/btnNext.png") center right  no-repeat; cursor: pointer; } /* Next button */
	div.light_square .pp_previous:hover { background: url("/DesktopModules/EasyDNNNews/images/prettyPhoto/light_square/btnPrevious.png") center left no-repeat; cursor: pointer; } /* Previous button */
	
	div.light_square .pp_loaderIcon { background: url("/DesktopModules/EasyDNNNews/images/prettyPhoto/light_rounded/loader.gif") center center no-repeat; } /* Loader icon */


	/* ----------------------------------
		Facebook style Theme
	----------------------------------- */
	
	div.facebook .pp_top .pp_left { background: url("/DesktopModules/EasyDNNNews/images/prettyPhoto/facebook/sprite.png") -88px -53px no-repeat; } /* Top left corner */
	div.facebook .pp_top .pp_middle { background: url("/DesktopModules/EasyDNNNews/images/prettyPhoto/facebook/contentPatternTop.png") top left repeat-x; } /* Top pattern/color */
	div.facebook .pp_top .pp_right { background: url("/DesktopModules/EasyDNNNews/images/prettyPhoto/facebook/sprite.png") -110px -53px no-repeat; } /* Top right corner */
	
	div.facebook .pp_content .ppt { color: #000; }
	div.facebook .pp_content_container .pp_left { background: url("/DesktopModules/EasyDNNNews/images/prettyPhoto/facebook/contentPatternLeft.png") top left repeat-y; } /* Content background */
	div.facebook .pp_content_container .pp_right { background: url("/DesktopModules/EasyDNNNews/images/prettyPhoto/facebook/contentPatternRight.png") top right repeat-y; } /* Content background */
	div.facebook .pp_content { background: #fff; } /* Content background */
	div.facebook .pp_expand { background: url("/DesktopModules/EasyDNNNews/images/prettyPhoto/facebook/sprite.png") -31px -26px no-repeat; cursor: pointer; } /* Expand button */
	div.facebook .pp_expand:hover { background: url("/DesktopModules/EasyDNNNews/images/prettyPhoto/facebook/sprite.png") -31px -47px no-repeat; cursor: pointer; } /* Expand button hover */
	div.facebook .pp_contract { background: url("/DesktopModules/EasyDNNNews/images/prettyPhoto/facebook/sprite.png") 0 -26px no-repeat; cursor: pointer; } /* Contract button */
	div.facebook .pp_contract:hover { background: url("/DesktopModules/EasyDNNNews/images/prettyPhoto/facebook/sprite.png") 0 -47px no-repeat; cursor: pointer; } /* Contract button hover */
	div.facebook .pp_close { width: 22px; height: 22px; background: url("/DesktopModules/EasyDNNNews/images/prettyPhoto/facebook/sprite.png") -1px -1px no-repeat; cursor: pointer; } /* Close button */
	div.facebook .pp_details { position: relative; }
	div.facebook .pp_description { margin: 0 37px 0 0; }
	div.facebook #pp_full_res .pp_inline { color: #000; } 
	div.facebook .pp_loaderIcon { background: url("/DesktopModules/EasyDNNNews/images/prettyPhoto/facebook/loader.gif") center center no-repeat; } /* Loader icon */
	
	div.facebook .pp_arrow_previous { background: url("/DesktopModules/EasyDNNNews/images/prettyPhoto/facebook/sprite.png") 0 -71px no-repeat; height: 22px; margin-top: 0; width: 22px; } /* The previous arrow in the bottom nav */
		div.facebook .pp_arrow_previous.disabled { background-position: 0 -96px; cursor: default; }
	div.facebook .pp_arrow_next { background: url("/DesktopModules/EasyDNNNews/images/prettyPhoto/facebook/sprite.png") -32px -71px no-repeat; height: 22px; margin-top: 0; width: 22px; } /* The next arrow in the bottom nav */
		div.facebook .pp_arrow_next.disabled { background-position: -32px -96px; cursor: default; }
	div.facebook .pp_nav { margin-top: 0; }
	div.facebook .pp_nav p { font-size: 15px; padding: 0 3px 0 4px; }
	div.facebook .pp_nav .pp_play { background: url("/DesktopModules/EasyDNNNews/images/prettyPhoto/facebook/sprite.png") -1px -123px no-repeat; height: 22px; width: 22px; }
	div.facebook .pp_nav .pp_pause { background: url("/DesktopModules/EasyDNNNews/images/prettyPhoto/facebook/sprite.png") -32px -123px no-repeat; height: 22px; width: 22px; }
	
	div.facebook .pp_next:hover { background: url("/DesktopModules/EasyDNNNews/images/prettyPhoto/facebook/btnNext.png") center right no-repeat; cursor: pointer; } /* Next button */
	div.facebook .pp_previous:hover { background: url("/DesktopModules/EasyDNNNews/images/prettyPhoto/facebook/btnPrevious.png") center left no-repeat; cursor: pointer; } /* Previous button */
	
	div.facebook .pp_bottom .pp_left { background: url("/DesktopModules/EasyDNNNews/images/prettyPhoto/facebook/sprite.png") -88px -80px no-repeat; } /* Bottom left corner */
	div.facebook .pp_bottom .pp_middle { background: url("/DesktopModules/EasyDNNNews/images/prettyPhoto/facebook/contentPatternBottom.png") top left repeat-x; } /* Bottom pattern/color */
	div.facebook .pp_bottom .pp_right { background: url("/DesktopModules/EasyDNNNews/images/prettyPhoto/facebook/sprite.png") -110px -80px no-repeat; } /* Bottom right corner */


/* ------------------------------------------------------------------------
	DO NOT CHANGE
------------------------------------------------------------------------- */

	div.pp_pic_holder a:focus { outline:none; }

	div.pp_overlay {
		background: #000;
		display: none;
		left: 0;
		position: absolute;
		top: 0;
		width: 100%;
		z-index: 10004;
	}
	
	div.pp_pic_holder {
		display: none;
		position: absolute;
		width: 100px;
		z-index: 10005;
	}

		
		.pp_top {
			height: 20px;
			position: relative;
		}
			* html .pp_top { padding: 0 20px; }
		
			.pp_top .pp_left {
				height: 20px;
				left: 0;
				position: absolute;
				width: 20px;
			}
			.pp_top .pp_middle {
				height: 20px;
				left: 20px;
				position: absolute;
				right: 20px;
			}
				* html .pp_top .pp_middle {
					left: 0;
					position: static;
				}
			
			.pp_top .pp_right {
				height: 20px;
				left: auto;
				position: absolute;
				right: 0;
				top: 0;
				width: 20px;
			}
		
		.pp_content { height: 40px; min-width: 40px; }
		* html .pp_content { width: 40px; }
		
		.pp_fade { display: none; }
		
		.pp_content_container {
			position: relative;
			text-align: left;
			width: 100%;
		}
		
			.pp_content_container .pp_left { padding-left: 20px; }
			.pp_content_container .pp_right { padding-right: 20px; }
		
			.pp_content_container .pp_details {
				float: left;
				margin: 10px 0 2px 0;
			}
				.pp_description {
					display: none;
					margin: 0 0 5px 0;
				}

				.pp_tools_and_sharing {
					margin: 0 10px;
					position: relative;
					top: 3px;
					overflow: hidden;
					clear: both;
				}

					.pp_tools_and_sharing .icon_link {
						display: block;
						width: 16px;
						height: 16px;
						float: left;
						margin: 2px 7px 0 0;
					}

						.pp_tools_and_sharing .icon_link.pp_image_down_link {
							background: url("/DesktopModules/EasyDNNNews/images/download_imge.png") no-repeat
						}

						.pp_tools_and_sharing .icon_link.pp_image_print_link {
							background: url("/DesktopModules/EasyDNNNews/images/print_image.png") no-repeat
						}

						.pp_tools_and_sharing .icon_link.pp_send_email_link {
							background: url("/DesktopModules/EasyDNNNews/images/mailicon.png") no-repeat
						}

						.pp_tools_and_sharing .pp_social_tools {
							overflow: hidden;
						}

						.pp_tools_and_sharing .pp_social_tools div.box {
							margin: 0 0 3px !important;
							height: 20px;
							width: auto;
							float: left;
						}

				.pp_nav {
					clear: right;
					float: left;
					margin: 3px 10px 0 0;
				}
				
					.pp_nav p {
						float: left;
						margin: 2px 4px;
					}
					
					.pp_nav .pp_play,
					.pp_nav .pp_pause {
						float: left;
						margin-right: 4px;
						text-indent: -10000px;
					}
				
					a.pp_arrow_previous,
					a.pp_arrow_next {
						display: block;
						float: left;
						height: 15px;
						margin-top: 3px;
						overflow: hidden;
						text-indent: -10000px;
						width: 14px;
					}
		
		.pp_hoverContainer {
			position: absolute;
			top: 0;
			width: 100%;
			z-index: 2000;
		}
		
		.pp_gallery {
			display: none;
			left: 50%;
			margin-top: -50px;
			position: absolute;
			z-index: 10000;
		}
		
			.pp_gallery div {
				float: left;
				overflow: hidden;
			}
			
			.pp_gallery ul {
				float: left;
				height: 35px;
				margin: 0 0 0 5px;
				padding: 0;
				position: relative;
				white-space: nowrap;
			}
			
			.pp_gallery ul a {
				border: 1px #000 solid;
				border: 1px rgba(0,0,0,0.5) solid;
				display: block;
				float: left;
				height: 33px;
				overflow: hidden;
			}
			
			.pp_gallery ul a:hover,
			.pp_gallery li.selected a { border-color: #fff; }
			
			.pp_gallery ul a img { border: 0; }
			
			.pp_gallery li {
				display: block;
				float: left;
				margin: 0 5px 0 0;
				padding: 0;
			}
			
			.pp_gallery li.default a {
				background: url("/DesktopModules/EasyDNNNews/images/prettyPhoto/facebook/default_thumbnail.gif") 0 0 no-repeat;
				display: block;
				height: 33px;
				width: 50px;
			}
			
			.pp_gallery li.default a img { display: none; }
			
			.pp_gallery .pp_arrow_previous,
			.pp_gallery .pp_arrow_next {
				margin-top: 7px !important;
			}
		
		a.pp_next {
			background: url("/DesktopModules/EasyDNNNews/images/prettyPhoto/light_rounded/btnNext.png") 10000px 10000px no-repeat;
			display: block;
			float: right;
			height: 100%;
			text-indent: -10000px;
			width: 49%;
		}
			
		a.pp_previous {
			background: url("/DesktopModules/EasyDNNNews/images/prettyPhoto/light_rounded/btnNext.png") 10000px 10000px no-repeat;
			display: block;
			float: left;
			height: 100%;
			text-indent: -10000px;
			width: 49%;
		}
		
		a.pp_expand,
		a.pp_contract {
			cursor: pointer;
			display: none;
			height: 20px;	
			position: absolute;
			right: 30px;
			text-indent: -10000px;
			top: 10px;
			width: 20px;
			z-index: 20000;
		}
			
		a.pp_close {
			position: absolute; right: 0; top: 0; 
			display: block;
			line-height:22px;
			text-indent: -10000px;
		}
		
		.pp_bottom {
			height: 20px;
			position: relative;
		}
			* html .pp_bottom { padding: 0 20px; }
			
			.pp_bottom .pp_left {
				height: 20px;
				left: 0;
				position: absolute;
				width: 20px;
			}
			.pp_bottom .pp_middle {
				height: 20px;
				left: 20px;
				position: absolute;
				right: 20px;
			}
				* html .pp_bottom .pp_middle {
					left: 0;
					position: static;
				}
				
			.pp_bottom .pp_right {
				height: 20px;
				left: auto;
				position: absolute;
				right: 0;
				top: 0;
				width: 20px;
			}
		
		.pp_loaderIcon {
			display: block;
			height: 24px;
			left: 50%;
			margin: -12px 0 0 -12px;
			position: absolute;
			top: 50%;
			width: 24px;
		}
		
		#pp_full_res {
			line-height: 1 !important;
		}
		
			#pp_full_res .pp_inline {
				text-align: left;
			}
			
				#pp_full_res .pp_inline p { margin: 0 0 15px 0; }
	
		div.ppt {
			color: #fff;
			display: none;
			font-size: 17px;
			margin: 0 0 5px 15px;
			z-index: 9999;
		}

			div.pp_content .pp_details div.ppt {
				font-size: 14px;
				margin: 0 85px 5px 0;
				z-index: 9999;
				font-weight: bold;
			}

			div.pp_default .pp_content .pp_details div.ppt {
				color: #000;
				margin: 0 33px 5px 0;
			}

			div.facebook .pp_content .pp_details div.ppt {
				margin: 0 30px 5px 0;
			}

/* ------------------------------------------------------------------------
	Miscellaneous
------------------------------------------------------------------------- */
div.pp_default .pp_content_container .pp_ImageDownload
{

    margin-left: 35px;
    margin-top: 10px;
    
}

.pp_content_container .pp_ImageDownload a
{	
	
	font-weight:bold;		
	color: #333333;
}

div.dark_square .pp_content_container .pp_ImageDownload a
{	
	
	font-weight:bold;		
	color: #aaaaaa;
}

div.dark_rounded .pp_content_container .pp_ImageDownload a
{	
	
	font-weight:bold;		
	color: #aaaaaa;
}

/* - End of /DesktopModules/EasyDNNNews/css/prettyPhoto.css - */
