.dnnFormItem input, .dnnFormItem .dnnFormInput {
    background: none;
    border: none;
    border-radius: 0;
    border-width: 0;
    box-shadow: none;
    float: none;
    margin: 0;
    padding: 0;
    width: auto;
}

.LoginPanel {
    width: 100%;
}

.dnnLoginService input[type="text"], .dnnLoginService input[type="password"] {
    min-width: 0;
    width: auto;
}

#nm-main
{
   background: #FFFFFF;
   margin:0 auto;
   font-size: 14px;
   font-family: Tahoma, Arial, Helvetica, Sans-Serif;
   font-weight: normal;
   font-style: normal;
   position: relative;
   width: 100%;
   min-height: 100%;
   left: 0;
   top: 0;
   cursor:default;
   overflow:hidden;
}
table, ul.nm-hmenu
{
   font-size: 14px;
   font-family: Tahoma, Arial, Helvetica, Sans-Serif;
   font-weight: normal;
   font-style: normal;
}

h1, h2, h3, h4, h5, h6, p, a, ul, ol, li
{
   margin: 0;
   padding: 0;
}

/* Reset buttons border. It's important for input and button tags. 
 * border-collapse should be separate for shadow in IE. 
 */
.nm-button, .dnnFormItem .nm-button, .dnnFormItem .nm-button[type='submit']
{
   border: 0;
   border-collapse: separate;
   -webkit-background-origin: border !important;
   -moz-background-origin: border !important;
   background-origin: border-box !important;
   background: #55A1D3;
   background: -webkit-linear-gradient(top, #71B0DA 0, #3891CC 100%) no-repeat;
   background: -moz-linear-gradient(top, #71B0DA 0, #3891CC 100%) no-repeat;
   background: -o-linear-gradient(top, #71B0DA 0, #3891CC 100%) no-repeat;
   background: -ms-linear-gradient(top, #71B0DA 0, #3891CC 100%) no-repeat;
   -svg-background: linear-gradient(top, #71B0DA 0, #3891CC 100%) no-repeat;
   background: linear-gradient(to bottom, #71B0DA 0, #3891CC 100%) no-repeat;
   -webkit-border-radius:4px;
   -moz-border-radius:4px;
   border-radius:4px;
   -webkit-box-shadow:0 0 2px 1px rgba(0, 0, 0, 0.2);
   -moz-box-shadow:0 0 2px 1px rgba(0, 0, 0, 0.2);
   box-shadow:0 0 2px 1px rgba(0, 0, 0, 0.2);
   border-width: 0;
   padding:0 20px;
   margin:0 auto;
   height:31px;
}

.nm-postcontent,
.nm-postheadericons,
.nm-postfootericons,
.nm-blockcontent,
ul.nm-vmenu a 
{
   text-align: left;
}

.nm-postcontent,
.nm-postcontent li,
.nm-postcontent table,
.nm-postcontent a,
.nm-postcontent a:link,
.nm-postcontent a:visited,
.nm-postcontent a.visited,
.nm-postcontent a:hover,
.nm-postcontent a.hovered
{
   font-family: Tahoma, Arial, Helvetica, Sans-Serif;
}

.nm-postcontent p
{
   margin: 10px 0;
}

.nm-postcontent h1, .nm-postcontent h1 a, .nm-postcontent h1 a:link, .nm-postcontent h1 a:visited, .nm-postcontent h1 a:hover,
.nm-postcontent h2, .nm-postcontent h2 a, .nm-postcontent h2 a:link, .nm-postcontent h2 a:visited, .nm-postcontent h2 a:hover,
.nm-postcontent h3, .nm-postcontent h3 a, .nm-postcontent h3 a:link, .nm-postcontent h3 a:visited, .nm-postcontent h3 a:hover,
.nm-postcontent h4, .nm-postcontent h4 a, .nm-postcontent h4 a:link, .nm-postcontent h4 a:visited, .nm-postcontent h4 a:hover,
.nm-postcontent h5, .nm-postcontent h5 a, .nm-postcontent h5 a:link, .nm-postcontent h5 a:visited, .nm-postcontent h5 a:hover,
.nm-postcontent h6, .nm-postcontent h6 a, .nm-postcontent h6 a:link, .nm-postcontent h6 a:visited, .nm-postcontent h6 a:hover,
.nm-blockheader .t, .nm-blockheader .t a, .nm-blockheader .t a:link, .nm-blockheader .t a:visited, .nm-blockheader .t a:hover,
.nm-vmenublockheader .t, .nm-vmenublockheader .t a, .nm-vmenublockheader .t a:link, .nm-vmenublockheader .t a:visited, .nm-vmenublockheader .t a:hover,
.nm-headline, .nm-headline a, .nm-headline a:link, .nm-headline a:visited, .nm-headline a:hover,
.nm-slogan, .nm-slogan a, .nm-slogan a:link, .nm-slogan a:visited, .nm-slogan a:hover,
.nm-postheader, .nm-postheader a, .nm-postheader a:link, .nm-postheader a:visited, .nm-postheader a:hover
{
   font-size: 35px;
   font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
   font-weight: bold;
   font-style: normal;
   text-decoration: none;
}

.nm-postcontent a, .nm-postcontent a:link
{
   font-family: Tahoma, Arial, Helvetica, Sans-Serif;
   text-decoration: none;
   color: #AD46B9;
}

.nm-postcontent a:visited, .nm-postcontent a.visited
{
   font-family: Tahoma, Arial, Helvetica, Sans-Serif;
   text-decoration: none;
   color: #7A8385;
}

.nm-postcontent  a:hover, .nm-postcontent a.hover
{
   font-family: Tahoma, Arial, Helvetica, Sans-Serif;
   text-decoration: underline;
   color: #BF6FC8;
}

.nm-postcontent h1
{
   color: #348FCB;
   margin: 20px 0 10px;
   font-size: 40px;
   font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
   font-weight: normal;
   font-style: normal;
}

.nm-blockcontent h1
{
   margin: 20px 0 10px;
   font-size: 40px;
   font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
   font-weight: normal;
   font-style: normal;
}

.nm-postcontent h1 a, .nm-postcontent h1 a:link, .nm-postcontent h1 a:hover, .nm-postcontent h1 a:visited, .nm-blockcontent h1 a, .nm-blockcontent h1 a:link, .nm-blockcontent h1 a:hover, .nm-blockcontent h1 a:visited 
{
   font-size: 40px;
   font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
   font-weight: normal;
   font-style: normal;
}

.nm-postcontent h2
{
   color: #348FCB;
   margin-top: 19px;
   margin-bottom: 19px;
   font-size: 26px;
   font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
}

.nm-blockcontent h2
{
   margin-top: 19px;
   margin-bottom: 19px;
   font-size: 26px;
   font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
}

.nm-postcontent h2 a, .nm-postcontent h2 a:link, .nm-postcontent h2 a:hover, .nm-postcontent h2 a:visited, .nm-blockcontent h2 a, .nm-blockcontent h2 a:link, .nm-blockcontent h2 a:hover, .nm-blockcontent h2 a:visited 
{
   font-size: 26px;
   font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
}

.nm-postcontent h3
{
   color: #8C3995;
   margin: 19px 0;
   font-size: 22px;
   font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
   font-weight: normal;
   font-style: normal;
}

.nm-blockcontent h3
{
   margin: 19px 0;
   font-size: 26px;
   font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
   font-weight: normal;
   font-style: normal;
}

.nm-postcontent h3 a, .nm-postcontent h3 a:link, .nm-postcontent h3 a:hover, .nm-postcontent h3 a:visited, .nm-blockcontent h3 a, .nm-blockcontent h3 a:link, .nm-blockcontent h3 a:hover, .nm-blockcontent h3 a:visited 
{
   font-size: 22px;
   font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
   font-weight: normal;
   font-style: normal;
}

.nm-postcontent h4
{
   color: #808080;
   margin: 10px 0 -10px;
   font-size: 18px;
   font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
   font-weight: normal;
   font-style: normal;
}

.nm-blockcontent h4
{
   margin: 10px 0 -10px;
   font-size: 18px;
   font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
   font-weight: normal;
   font-style: normal;
}

.nm-postcontent h4 a, .nm-postcontent h4 a:link, .nm-postcontent h4 a:hover, .nm-postcontent h4 a:visited, .nm-blockcontent h4 a, .nm-blockcontent h4 a:link, .nm-blockcontent h4 a:hover, .nm-blockcontent h4 a:visited 
{
   font-size: 18px;
   font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
   font-weight: normal;
   font-style: normal;
}

.nm-postcontent h5
{
   color: #272A2A;
   margin-top: 26px;
   margin-bottom: 26px;
   font-size: 14px;
   font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
}

.nm-blockcontent h5
{
   margin-top: 26px;
   margin-bottom: 26px;
   font-size: 14px;
   font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
}

.nm-postcontent h5 a, .nm-postcontent h5 a:link, .nm-postcontent h5 a:hover, .nm-postcontent h5 a:visited, .nm-blockcontent h5 a, .nm-blockcontent h5 a:link, .nm-blockcontent h5 a:hover, .nm-blockcontent h5 a:visited 
{
   font-size: 14px;
   font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
}

.nm-postcontent h6
{
   color: #5D6365;
   margin-top: 35px;
   margin-bottom: 35px;
   font-size: 12px;
   font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
}

.nm-blockcontent h6
{
   margin-top: 35px;
   margin-bottom: 35px;
   font-size: 12px;
   font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
}

.nm-postcontent h6 a, .nm-postcontent h6 a:link, .nm-postcontent h6 a:hover, .nm-postcontent h6 a:visited, .nm-blockcontent h6 a, .nm-blockcontent h6 a:link, .nm-blockcontent h6 a:hover, .nm-blockcontent h6 a:visited 
{
   font-size: 12px;
   font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
}

header, footer, article, nav, #nm-hmenu-bg, .nm-sheet, .nm-hmenu a, .nm-vmenu a, .nm-slidenavigator > a, .nm-checkbox:before, .nm-radiobutton:before
{
   -webkit-background-origin: border !important;
   -moz-background-origin: border !important;
   background-origin: border-box !important;
}

header, footer, article, nav, #nm-hmenu-bg, .nm-sheet, .nm-slidenavigator > a, .nm-checkbox:before, .nm-radiobutton:before
{
   display: block;
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
}

ul
{
   list-style-type: none;
}

ol
{
   list-style-position: inside;
}

html, body
{
   height: 100%;
}

/**
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 * https://github.com/necolas/normalize.css
 */

html {
   -ms-text-size-adjust: 100%;
   /* 2 */
    -webkit-text-size-adjust: 100%;
/* 2 */}

body
{
   padding: 0;
   margin:0;
   min-width: 1000px;
   color: #272A2A;
}

.nm-header:before, #nm-header-bg:before, .nm-layout-cell:before, .nm-layout-wrapper:before, .nm-footer:before, .nm-nav:before, #nm-hmenu-bg:before, .nm-sheet:before
{
   width: 100%;
   content: " ";
   display: table;
}
.nm-header:after, #nm-header-bg:after, .nm-layout-cell:after, .nm-layout-wrapper:after, .nm-footer:after, .nm-nav:after, #nm-hmenu-bg:after, .nm-sheet:after,
.cleared, .clearfix:after {
   clear: both;
   font: 0/0 serif;
   display: block;
   content: " ";
}

form
{
   padding: 0 !important;
   margin: 0 !important;
}

table.position
{
   position: relative;
   width: 100%;
   table-layout: fixed;
}

li h1, .nm-postcontent li h1, .nm-blockcontent li h1 
{
   margin:1px;
} 
li h2, .nm-postcontent li h2, .nm-blockcontent li h2 
{
   margin:1px;
} 
li h3, .nm-postcontent li h3, .nm-blockcontent li h3 
{
   margin:1px;
} 
li h4, .nm-postcontent li h4, .nm-blockcontent li h4 
{
   margin:1px;
} 
li h5, .nm-postcontent li h5, .nm-blockcontent li h5 
{
   margin:1px;
} 
li h6, .nm-postcontent li h6, .nm-blockcontent li h6 
{
   margin:1px;
} 
li p, .nm-postcontent li p, .nm-blockcontent li p 
{
   margin:1px;
}


.nm-shapes
{
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   overflow: hidden;
   z-index: 0;
}

.nm-slider-inner {
   position: relative;
   overflow: hidden;
   width: 100%;
   height: 100%;
}

.nm-slidenavigator > a {
   display: inline-block;
   vertical-align: middle;
   outline-style: none;
   font-size: 1px;
}

.nm-slidenavigator > a:last-child {
   margin-right: 0 !important;
}

.nm-logo-422526189
{  
  position: absolute;
  top: 0px;
  left: 50%;
  margin-left: -500px !important;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
      z-index: 101;
  width: 1000px;
  height: 220px;
}.nm-logo-653288135
{  
  position: absolute;
  top: 20px;
  left: 50%;
  margin-left: -375px !important;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
      z-index: 102;
  width: 750px;
  height: 180px;
}.nm-logo-390271346
{  
  position: absolute;
  top: 50px;
  left: 50%;
  margin-left: -250px !important;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
      z-index: 103;
  width: 500px;
  height: 120px;
}.nm-logo-1712027960
{  
  position: absolute;
  top: 84px;
  left: 50%;
  margin-left: -110px !important;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
      z-index: 104;
  width: 220px;
  height: 53px;
}.nm-logo-1285756348
{  
  position: absolute;
  top: 0px;
  left: 50%;
  margin-left: -500px !important;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
      z-index: 105;
  width: 1000px;
  height: 220px;
}.nm-logo-1208962965
{  
  position: absolute;
  top: 50px;
  left: 50%;
  margin-left: -250px !important;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
      z-index: 106;
  width: 500px;
  height: 120px;
}



.nm-footer .layout-item-0 { padding: 20px;  }
.ie7 .nm-post .nm-layout-cell {border:none !important; padding:0 !important; }
.ie6 .nm-post .nm-layout-cell {border:none !important; padding:0 !important; }

.nm-header
{
   margin:0 auto;
   background-repeat: no-repeat;
   height: 220px;
   position:relative;
   background-image: url('images/header.png');
   background-position: center top;
}

.custom-responsive .nm-header
{
   background-image: url('images/header.png');
   background-position: center top;
}

.default-responsive .nm-header,
.default-responsive #nm-header-bg
{
   background-image: url('images/header.png');
   background-position: center center;
   background-size: cover;
}

.nm-header-inner{
   position: relative;
   width: 1000px;
   z-index: auto !important;
   margin: 0 auto;
}

.nm-header>.widget 
{
   position:absolute;
   z-index:101;
}

.nm-nav
{
   background: #55A1D3;
   background: transparent;
   padding:4px;
   margin:10px auto 10px;
   position: relative;
   z-index: 499;
}

ul.nm-hmenu a, ul.nm-hmenu a:link, ul.nm-hmenu a:visited, ul.nm-hmenu a:hover 
{
   outline: none;
   position: relative;
   z-index: 11;
}

ul.nm-hmenu, ul.nm-hmenu ul
{
   display: block;
   margin: 0;
   padding: 0;
   border: 0;
   list-style-type: none;
}

ul.nm-hmenu li
{
   position: relative;
   z-index: 5;
   display: block;
   float: left;
   background: none;
   margin: 0;
   padding: 0;
   border: 0;
}

ul.nm-hmenu li:hover
{
   z-index: 10000;
   white-space: normal;
}

ul.nm-hmenu:after, ul.nm-hmenu ul:after
{
   content: ".";
   height: 0;
   display: block;
   visibility: hidden;
   overflow: hidden;
   clear: both;
}

ul.nm-hmenu, ul.nm-hmenu ul 
{
   min-height: 0;
}

ul.nm-hmenu 
{
   display: inline-block;
   vertical-align: middle;
   padding-left: 4px;
   padding-right: 4px;
}

.nm-nav-inner:before 
{
   content:' ';
}

.nm-nav-inner{
   text-align: left;
   margin:0 auto;
}

.desktop  .nm-nav-inner{
   width: 1000px;
   padding-left: 4px;
   padding-right: 4px;
}

.desktop .nm-nav
{
   padding-left: 0;
   padding-right: 0;
}

.nm-hmenu
{
   float: left;
}

.nm-menuitemcontainer
{
   margin:0 auto;
}
ul.nm-hmenu>li {
   margin-left: 8px;
}
ul.nm-hmenu>li:first-child {
   margin-left: 4px;
}
ul.nm-hmenu>li:last-child, ul.nm-hmenu>li.last-child {
   margin-right: 4px;
}

ul.nm-hmenu>li>a
{
   -webkit-border-radius:5px;
   -moz-border-radius:5px;
   border-radius:5px;
   border:1px solid transparent;
   padding:0 22px;
   margin:0 auto;
   position: relative;
   display: block;
   height: 52px;
   cursor: pointer;
   text-decoration: none;
   color: #3D4142;
   line-height: 52px;
   text-align: center;
}

.nm-hmenu>li>a, 
.nm-hmenu>li>a:link, 
.nm-hmenu>li>a:visited, 
.nm-hmenu>li>a.active, 
.nm-hmenu>li>a:hover
{
   font-size: 24px;
   font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
   text-align: left;
}

ul.nm-hmenu>li>a.active
{
   background: #C376CB;
   background: -webkit-linear-gradient(top, #B75CC1 0, #C985D1 40%, #CB89D2 50%, #C985D1 60%, #B75CC1 100%) no-repeat;
   background: -moz-linear-gradient(top, #B75CC1 0, #C985D1 40%, #CB89D2 50%, #C985D1 60%, #B75CC1 100%) no-repeat;
   background: -o-linear-gradient(top, #B75CC1 0, #C985D1 40%, #CB89D2 50%, #C985D1 60%, #B75CC1 100%) no-repeat;
   background: -ms-linear-gradient(top, #B75CC1 0, #C985D1 40%, #CB89D2 50%, #C985D1 60%, #B75CC1 100%) no-repeat;
   -svg-background: linear-gradient(top, #B75CC1 0, #C985D1 40%, #CB89D2 50%, #C985D1 60%, #B75CC1 100%) no-repeat;
   background: linear-gradient(to bottom, #B75CC1 0, #C985D1 40%, #CB89D2 50%, #C985D1 60%, #B75CC1 100%) no-repeat;
   -webkit-border-radius:5px;
   -moz-border-radius:5px;
   border-radius:5px;
   border:1px solid rgba(142, 58, 152, 0.3);
   padding:0 22px;
   margin:0 auto;
   color: #112E41;
   text-decoration: none;
}

ul.nm-hmenu>li>a:visited, 
ul.nm-hmenu>li>a:hover, 
ul.nm-hmenu>li:hover>a {
   text-decoration: none;
}

ul.nm-hmenu>li>a:hover, .desktop ul.nm-hmenu>li:hover>a
{
   background: #3186BF;
   background: -webkit-linear-gradient(top, #519ED2 0, #348FCB 35%, #276996 100%) no-repeat;
   background: -moz-linear-gradient(top, #519ED2 0, #348FCB 35%, #276996 100%) no-repeat;
   background: -o-linear-gradient(top, #519ED2 0, #348FCB 35%, #276996 100%) no-repeat;
   background: -ms-linear-gradient(top, #519ED2 0, #348FCB 35%, #276996 100%) no-repeat;
   -svg-background: linear-gradient(top, #519ED2 0, #348FCB 35%, #276996 100%) no-repeat;
   background: linear-gradient(to bottom, #519ED2 0, #348FCB 35%, #276996 100%) no-repeat;
   -webkit-border-radius:5px;
   -moz-border-radius:5px;
   border-radius:5px;
   border:1px solid rgba(38, 103, 146, 0.8);
   padding:0 22px;
   margin:0 auto;
}
ul.nm-hmenu>li>a:hover, 
.desktop ul.nm-hmenu>li:hover>a {
   color: #F0DEF2;
   text-decoration: none;
}

ul.nm-hmenu li li a
{
   background: #3186BF;
   background: transparent;
   -webkit-border-radius:5px;
   -moz-border-radius:5px;
   border-radius:5px;
   padding:0 30px;
   margin:0 auto;
}
ul.nm-hmenu li li 
{
   float: none;
   width: auto;
   margin-top: 1px;
   margin-bottom: 1px;
}

.desktop ul.nm-hmenu li li ul>li:first-child 
{
   margin-top: 0;
}

ul.nm-hmenu li li ul>li:last-child 
{
   margin-bottom: 0;
}

.nm-hmenu ul a
{
   display: block;
   white-space: nowrap;
   height: 35px;
   min-width: 7em;
   border: 0 solid transparent;
   text-align: left;
   line-height: 35px;
   color: #181A1B;
   font-size: 13px;
   font-family: Tahoma, Arial, Helvetica, Sans-Serif;
   text-decoration: none;
   margin:0;
}

.nm-hmenu ul a:link, 
.nm-hmenu ul a:visited, 
.nm-hmenu ul a.active, 
.nm-hmenu ul a:hover
{
   text-align: left;
   line-height: 35px;
   color: #181A1B;
   font-size: 13px;
   font-family: Tahoma, Arial, Helvetica, Sans-Serif;
   text-decoration: none;
   margin:0;
}

ul.nm-hmenu ul li a:hover, .desktop ul.nm-hmenu ul li:hover>a
{
   background: #20587E;
   /*background: transparent;*/
   -webkit-border-radius:5px;
   -moz-border-radius:5px;
   border-radius:5px;
   margin:0 auto;
}
.nm-hmenu ul a:hover
{
   /*color: #000000;*/
   color: #fff;
}

.desktop .nm-hmenu ul li:hover>a
{
   /*color: #000000;*/
   color: #fff;
}

ul.nm-hmenu ul:before
{
   background: #55A1D3;
   -webkit-border-radius:5px;
   -moz-border-radius:5px;
   border-radius:5px;
   border:1px solid rgba(136, 143, 145, 0.6);
   margin:0 auto;
   display: block;
   position: absolute;
   content: ' ';
   z-index: 1;
}
.desktop ul.nm-hmenu li:hover>ul {
   visibility: visible;
   top: 100%;
}
.desktop ul.nm-hmenu li li:hover>ul {
   top: 0;
   left: 100%;
}

ul.nm-hmenu ul
{
   visibility: hidden;
   position: absolute;
   z-index: 10;
   left: 0;
   top: 0;
   background-image: url('images/spacer.gif');
}

.desktop ul.nm-hmenu>li>ul
{
   padding: 19px 35px 35px 35px;
   margin: -10px 0 0 -30px;
}

.desktop ul.nm-hmenu ul ul
{
   padding: 35px 35px 35px 17px;
   margin: -35px 0 0 -6px;
}

.desktop ul.nm-hmenu ul.nm-hmenu-left-to-right 
{
   right: auto;
   left: 0;
   margin: -10px 0 0 -30px;
}

.desktop ul.nm-hmenu ul.nm-hmenu-right-to-left 
{
   left: auto;
   right: 0;
   margin: -10px -30px 0 0;
}

.desktop ul.nm-hmenu li li:hover>ul.nm-hmenu-left-to-right {
   right: auto;
   left: 100%;
}
.desktop ul.nm-hmenu li li:hover>ul.nm-hmenu-right-to-left {
   left: auto;
   right: 100%;
}

.desktop ul.nm-hmenu ul ul.nm-hmenu-left-to-right
{
   right: auto;
   left: 0;
   padding: 35px 35px 35px 17px;
   margin: -35px 0 0 -6px;
}

.desktop ul.nm-hmenu ul ul.nm-hmenu-right-to-left
{
   left: auto;
   right: 0;
   padding: 35px 17px 35px 35px;
   margin: -35px -6px 0 0;
}

.desktop ul.nm-hmenu li ul>li:first-child {
   margin-top: 0;
}
.desktop ul.nm-hmenu li ul>li:last-child {
   margin-bottom: 0;
}

.desktop ul.nm-hmenu ul ul:before
{
   border-radius: 5px;
   top: 30px;
   bottom: 30px;
   right: 30px;
   left: 12px;
}

.desktop ul.nm-hmenu>li>ul:before
{
   top: 14px;
   right: 30px;
   bottom: 30px;
   left: 30px;
}

.desktop ul.nm-hmenu>li>ul.nm-hmenu-left-to-right:before {
   right: 30px;
   left: 30px;
}
.desktop ul.nm-hmenu>li>ul.nm-hmenu-right-to-left:before {
   right: 30px;
   left: 30px;
}
.desktop ul.nm-hmenu ul ul.nm-hmenu-left-to-right:before {
   right: 30px;
   left: 12px;
}
.desktop ul.nm-hmenu ul ul.nm-hmenu-right-to-left:before {
   right: 12px;
   left: 30px;
}

.desktop ul.nm-hmenu>li.ext>a
{
   white-space: nowrap;
}

.desktop ul.nm-hmenu>li.ext>a:hover,
.desktop ul.nm-hmenu>li.ext:hover>a,
.desktop ul.nm-hmenu>li.ext:hover>a.active  
{
   background: none;
   /* default padding + border size */
  padding: 1px 21px 1px 21px;
   /* margin for shadow */
  margin: -0 -0 0 -0;
   overflow: hidden;
   position: relative;
   border: none;
   border-radius: 0;
   box-shadow: none;
   color: #252728;
}

.desktop ul.nm-hmenu>li.ext>a:hover:before,
.desktop ul.nm-hmenu>li.ext:hover>a:before,
.desktop ul.nm-hmenu>li.ext:hover>a.active:before  
{
   position: absolute;
   content: ' ';
   /* top, right, left - for shadow */
  top: 0;
   right: 0;
   left: 0;
   /* border + shadow */
  bottom: -1px;
   background-color: #55A1D3;
   border: 1px Solid rgba(136, 143, 145, 0.6);
   border-top-left-radius: 5px;
   border-top-right-radius: 5px;
   box-shadow: 0 0 0 rgba(0, 0, 0, 0.8);
   z-index: -1;
}

.desktop ul.nm-hmenu>li.ext:hover>ul 
{
   top: 58px;
   padding-top: 4px;
   /* menu bar padding */
  margin-top: 0;
}

.desktop ul.nm-hmenu>li.ext:hover>ul:before 
{
   /* border + shadow */
  top: -1px;
   clip: rect(7px, auto, auto, auto);
   border-top-left-radius: 0;
   border-top-right-radius: 0;
   box-shadow: 0 0 0 rgba(0, 0, 0, 0.8);
}

ul.nm-hmenu>li.ext>.ext-r,
ul.nm-hmenu>li.ext>.ext-l,
ul.nm-hmenu>li.ext>.ext-m,
ul.nm-hmenu>li.ext>.ext-off
{
   display: none;
   z-index: 12;
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
}

.desktop ul.nm-hmenu>li.ext>ul 
{
   z-index: 13;
}

.desktop ul.nm-hmenu>li.ext.ext-r:hover>.ext-r,
.desktop ul.nm-hmenu>li.ext.ext-l:hover>.ext-l
{
   position: absolute;
   display: block;
   overflow: hidden;
   /* size of radius 
   * if size if 0 we should now generate script 
   * that adds ext-r and ext-m divs
   */
  height: 7px;
   top: 58px;
   padding-top: 1px;
   margin-top: -1px;
/* border width + shadow */}

.desktop ul.nm-hmenu>li.ext:hover>.ext-r:before,
.desktop ul.nm-hmenu>li.ext:hover>.ext-l:before
{
   position: absolute;
   content: ' ';
   top: 0;
   /* border + shadow */
  bottom: -1px;
   background-color: #55A1D3;
   border: 1px Solid rgba(136, 143, 145, 0.6);
   box-shadow: 0 0 0 rgba(0, 0, 0, 0.8);
}

.desktop ul.nm-hmenu>li.ext.ext-r:hover>.ext-r
{
   left: 100%;
   right: auto;
   padding-left: 0;
   margin-left: 0;
   padding-right: 1px;
   margin-right: -1px;
/* only shadow */}

.desktop ul.nm-hmenu>li.ext.ext-r:hover>.ext-r:before
{
   right: 0;
   left: -1px;
   border-top-left-radius: 0;
   border-top-right-radius: 5px;
}

.desktop ul.nm-hmenu>li.ext.ext-l:hover>.ext-l
{
   right: 100%;
   left: auto;
   padding-right: 0;
   margin-right: 0;
   padding-left: 1px;
   margin-left: -1px;
/* only shadow */}

.desktop ul.nm-hmenu>li.ext.ext-l:hover>.ext-l:before
{
   right: -1px;
   left: 0;
   border-top-right-radius: 0;
   border-top-left-radius: 5px;
}

.desktop ul.nm-hmenu>li.ext:hover>.ext-m, 
.desktop ul.nm-hmenu>li.ext:hover>.ext-off 
{
   position: absolute;
   display: block;
   overflow: hidden;
   height: 6px;
   top: 100%;
}

.desktop ul.nm-hmenu>li.ext.ext-r:hover>.ext-m 
{
   /* shadow offset */
  left: -0;
   right: 0;
   /* shadow offset */
  padding-right: 0;
   padding-left: 0;
}

.desktop ul.nm-hmenu>li.ext:hover>.ext-off 
{
   /* shadow offset */
  left: -0;
   right: -0;
   /* shadow offset */
  padding-left: 0;
   padding-right: 0;
   height: 5px;
}

.desktop ul.nm-hmenu>li.ext.ext-l:hover>.ext-m
{
   /* shadow offset */
  right: -0;
   left: 0;
   /* shadow offset */
  padding-left: 0;
   padding-right: 0;
}

.desktop ul.nm-hmenu>li.ext.ext-l.ext-r:hover>.ext-m
{
   /* shadow offset */
  right: -0;
   left: -0;
   /* shadow offset */
  padding-left: 0;
   padding-right: 0;
}

.desktop ul.nm-hmenu>li.ext:hover>.ext-m
{
   top: 58px;
}

.desktop ul.nm-hmenu>li.ext:hover>.ext-off:before 
{
   right: 0;
   left: 0;
   position: absolute;
   content: ' ';
   top: -1px;
   bottom: -1px;
   /* shadow offset */
  background-color: #55A1D3;
   border: 1px Solid rgba(136, 143, 145, 0.6);
   box-shadow: 0 0 0 rgba(0, 0, 0, 0.8);
}

.desktop ul.nm-hmenu>li.ext:hover>.ext-m:before{
   position: absolute;
   content: ' ';
   top: -1px;
   bottom: -1px;
   /* shadow offset */
  background-color: #55A1D3;
   border: 1px Solid rgba(136, 143, 145, 0.6);
   box-shadow: 0 0 0 rgba(0, 0, 0, 0.8);
}

.desktop ul.nm-hmenu>li.ext.ext-r:hover>.ext-m:before
{
   right: -1px;
   left: 0;
}

.desktop ul.nm-hmenu>li.ext.ext-l:hover>.ext-m:before
{
   left: -1px;
   right: 0;
}

.desktop ul.nm-hmenu>li.ext.ext-l.ext-r:hover>.ext-m:before
{
   left: -1px;
   right: -1px
;
}

.nm-sheet
{
   background: #FFFFFF;
   background: transparent;
   margin:0 auto;
   position:relative;
   cursor:auto;
   width: 1000px;
   z-index: auto !important;
}

.nm-layout-wrapper
{
   position: relative;
   margin: 0 auto 0 auto;
   z-index: auto !important;
}

.nm-content-layout
{
   display: table;
   width: 100%;
   table-layout: fixed;
}

.nm-content-layout-row 
{
   display: table-row;
}

.nm-layout-cell
{
   display: table-cell;
   vertical-align: top;
}

/* need only for content layout in post content */ 
.nm-postcontent .nm-content-layout
{
   border-collapse: collapse;
}

.nm-breadcrumbs
{
   margin:0 auto;
}

a.nm-button,
a.nm-button:link,
a:link.nm-button:link,
body a.nm-button:link,
a.nm-button:visited,
body a.nm-button:visited,
input.nm-button, .dnnFormItem input.nm-button,
button.nm-button
{
   text-decoration: none;
   font-size: 13px;
   font-family: Tahoma, Arial, Helvetica, Sans-Serif;
   font-weight: normal;
   font-style: normal;
   text-transform: uppercase;
   position:relative;
   display: inline-block;
   vertical-align: middle;
   white-space: nowrap;
   text-align: center;
   color: #181A1B;
   margin: 0 5px 0 0 !important;
   overflow: visible;
   cursor: pointer;
   text-indent: 0;
   line-height: 31px;
   -webkit-box-sizing: content-box;
   -moz-box-sizing: content-box;
   box-sizing: content-box;
}

.nm-button img
{
   margin: 0;
   vertical-align: middle;
}

.firefox2 .nm-button
{
   display: block;
   float: left;
}

input, select, textarea, a.nm-search-button span
{
   vertical-align: middle;
   font-size: 13px;
   font-family: Tahoma, Arial, Helvetica, Sans-Serif;
   font-weight: normal;
   font-style: normal;
   text-transform: uppercase;
}

.nm-block select 
{
   width:96%;
}

input.nm-button
{
   float: none !important;
   -webkit-appearance: none;
}

.nm-button.active, .nm-button.active:hover, .dnnFormItem .nm-button.active, .dnnFormItem .nm-button.active:hover
{
   background: #B14EBC;
   background: -webkit-linear-gradient(top, #BC67C5 0, #AD46B9 64%, #9C3FA6 100%) no-repeat;
   background: -moz-linear-gradient(top, #BC67C5 0, #AD46B9 64%, #9C3FA6 100%) no-repeat;
   background: -o-linear-gradient(top, #BC67C5 0, #AD46B9 64%, #9C3FA6 100%) no-repeat;
   background: -ms-linear-gradient(top, #BC67C5 0, #AD46B9 64%, #9C3FA6 100%) no-repeat;
   -svg-background: linear-gradient(top, #BC67C5 0, #AD46B9 64%, #9C3FA6 100%) no-repeat;
   background: linear-gradient(to bottom, #BC67C5 0, #AD46B9 64%, #9C3FA6 100%) no-repeat;
   -webkit-border-radius:4px;
   -moz-border-radius:4px;
   border-radius:4px;
   -webkit-box-shadow:0 0 2px 1px rgba(0, 0, 0, 0.2);
   -moz-box-shadow:0 0 2px 1px rgba(0, 0, 0, 0.2);
   box-shadow:0 0 2px 1px rgba(0, 0, 0, 0.2);
   border-width: 0;
   padding:0 20px;
   margin:0 auto;
}
.nm-button.active, .nm-button.active:hover {
   color: #260F29 !important;
}

.nm-button.hover, .nm-button:hover, .dnnFormItem .nm-button.hover, .dnnFormItem .nm-button:hover, .dnnFormItem input.nm-button:hover
{
   background: #C376CB;
   background: -webkit-linear-gradient(top, #D094D6 0, #B75CC1 100%) no-repeat;
   background: -moz-linear-gradient(top, #D094D6 0, #B75CC1 100%) no-repeat;
   background: -o-linear-gradient(top, #D094D6 0, #B75CC1 100%) no-repeat;
   background: -ms-linear-gradient(top, #D094D6 0, #B75CC1 100%) no-repeat;
   -svg-background: linear-gradient(top, #D094D6 0, #B75CC1 100%) no-repeat;
   background: linear-gradient(to bottom, #D094D6 0, #B75CC1 100%) no-repeat;
   -webkit-border-radius:4px;
   -moz-border-radius:4px;
   border-radius:4px;
   -webkit-box-shadow:0 0 2px 1px rgba(0, 0, 0, 0.2);
   -moz-box-shadow:0 0 2px 1px rgba(0, 0, 0, 0.2);
   box-shadow:0 0 2px 1px rgba(0, 0, 0, 0.2);
   border-width: 0;
   padding:0 20px;
   margin:0 auto;
}
.nm-button.hover, .nm-button:hover {
   color: #0C1F2D !important;
}

input[type="text"], input[type="password"], input[type="email"], input[type="url"], textarea
{
   background: #FFFFFF;
   border:1px solid rgba(183, 188, 189, 0.2);
   margin:0 auto;
}
input[type="text"], input[type="password"], input[type="email"], input[type="url"], textarea
{
   width: auto;
   padding: 8px 0;
   color: #3D4142 !important;
   font-size: 14px;
   font-family: Tahoma, Arial, Helvetica, Sans-Serif;
   font-weight: normal;
   font-style: normal;
   text-shadow: none;
}
input.nm-error, textarea.nm-error
{
   background: #FFFFFF;
   border:1px solid #E2341D;
   margin:0 auto;
}
input.nm-error, textarea.nm-error {
   color: #3D4142 !important;
   font-size: 14px;
   font-family: Tahoma, Arial, Helvetica, Sans-Serif;
   font-weight: normal;
   font-style: normal;
}
div.nm-search input[type="text"]
{
   background: #FFFFFF;
   border-radius: 0;
   border:1px solid #B7BCBD;
   margin:0 auto;
   width: 100%;
   padding: 0 0;
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
   color: #3D4142 !important;
   font-size: 14px;
   font-family: Tahoma, Arial, Helvetica, Sans-Serif;
   font-weight: normal;
   font-style: normal;
}
div.nm-search 
{
   background-image: none;
   border: 0;
   display:block;
   position:relative;
   top:0;
   padding:0;
   margin:5px;
   left:0;
   line-height: 0;
}

div.nm-search input, a.nm-search-button
{
   -webkit-appearance: none;
   top:0;
   right:0;
}

div.nm-search>span>input, a.nm-search-button{
   bottom:0;
   left:0;
   vertical-align: middle;
}

div.nm-search input[type="button"], input.nm-search-button, a.nm-search-button
{
   background: #55A1D3;
   border-radius: 0;
   margin:0 auto;
}
div.nm-search input[type="button"], input.nm-search-button, a.nm-search-button {
   position:absolute;
   left:auto;
   display:block;
   border: 0;
   top: 1px;
   bottom: 1px;
   right: 	1px;
   padding:0 6px;
   color: #181A1B !important;
   font-size: 14px;
   font-family: Tahoma, Arial, Helvetica, Sans-Serif;
   font-weight: normal;
   font-style: normal;
   cursor: pointer;
}

a.nm-search-button span.nm-search-button-text, a.nm-search-button:after {
   vertical-align:middle;
}

a.nm-search-button:after {
   display:inline-block;
   content:' ';
   height: 100%;
}

a.nm-search-button, a.nm-search-button span,
a.nm-search-button:visited, a.nm-search-button.visited,
a.nm-search-button:hover, a.nm-search-button.hover 
{
   text-decoration: none;
   font-size: 14px;
   font-family: Tahoma, Arial, Helvetica, Sans-Serif;
   font-weight: normal;
   font-style: normal;
}

a.nm-search-button 
{
   line-height: 100% !important;
}

label.nm-checkbox:before
{
   background: #FFFFFF;
   -webkit-border-radius:1px;
   -moz-border-radius:1px;
   border-radius:1px;
   border-width: 0;
   margin:0 auto;
   width:16px;
   height:16px;
}
label.nm-checkbox
{
   cursor: pointer;
   font-size: 14px;
   font-family: Tahoma, Arial, Helvetica, Sans-Serif;
   font-weight: normal;
   font-style: normal;
   line-height: 16px;
   display: inline-block;
   color: #3D4142 !important;
}

.nm-checkbox>input[type="checkbox"]
{
   margin: 0 5px 0 0;
}

label.nm-checkbox.active:before
{
   background: #81B9DF;
   -webkit-border-radius:1px;
   -moz-border-radius:1px;
   border-radius:1px;
   border-width: 0;
   margin:0 auto;
   width:16px;
   height:16px;
   display: inline-block;
}

label.nm-checkbox.hovered:before
{
   background: #BEDBEE;
   -webkit-border-radius:1px;
   -moz-border-radius:1px;
   border-radius:1px;
   border-width: 0;
   margin:0 auto;
   width:16px;
   height:16px;
   display: inline-block;
}

label.nm-radiobutton:before
{
   background: #FFFFFF;
   -webkit-border-radius:3px;
   -moz-border-radius:3px;
   border-radius:3px;
   border-width: 0;
   margin:0 auto;
   width:12px;
   height:12px;
}
label.nm-radiobutton
{
   cursor: pointer;
   font-size: 14px;
   font-family: Tahoma, Arial, Helvetica, Sans-Serif;
   font-weight: normal;
   font-style: normal;
   line-height: 12px;
   display: inline-block;
   color: #3D4142 !important;
}

.nm-radiobutton>input[type="radio"]
{
   vertical-align: baseline;
   margin: 0 5px 0 0;
}

label.nm-radiobutton.active:before
{
   background: #81B9DF;
   -webkit-border-radius:3px;
   -moz-border-radius:3px;
   border-radius:3px;
   border-width: 0;
   margin:0 auto;
   width:12px;
   height:12px;
   display: inline-block;
}

label.nm-radiobutton.hovered:before
{
   background: #BEDBEE;
   -webkit-border-radius:3px;
   -moz-border-radius:3px;
   border-radius:3px;
   border-width: 0;
   margin:0 auto;
   width:12px;
   height:12px;
   display: inline-block;
}

.nm-comments
{
   border-top:1px dotted #B7BCBD;
   margin:0 auto;
   margin-top: 25px;
}

.nm-comments h2
{
   color: #272A2A;
}

.nm-comment-inner
{
   background: #F7F8F8;
   background: transparent;
   -webkit-border-radius:2px;
   -moz-border-radius:2px;
   border-radius:2px;
   padding:5px;
   margin:0 auto;
   margin-left: 94px;
}
.nm-comment-avatar 
{
   float:left;
   width:80px;
   height:80px;
   padding:1px;
   background:#fff;
   border:1px solid #A0A5A7;
}

.nm-comment-avatar>img
{
   margin:0 !important;
   border:none !important;
}

.nm-comment-content
{
   padding:10px 0;
   color: #272A2A;
   font-family: Tahoma, Arial, Helvetica, Sans-Serif;
}

.nm-comment
{
   margin-top: 6px;
}

.nm-comment:first-child
{
   margin-top: 0;
}

.nm-comment-header
{
   color: #272A2A;
   font-family: Tahoma, Arial, Helvetica, Sans-Serif;
   line-height: 100%;
}

.nm-comment-header a, 
.nm-comment-header a:link, 
.nm-comment-header a:visited,
.nm-comment-header a.visited,
.nm-comment-header a:hover,
.nm-comment-header a.hovered
{
   font-family: Tahoma, Arial, Helvetica, Sans-Serif;
   line-height: 100%;
}

.nm-comment-header a, .nm-comment-header a:link
{
   font-family: Tahoma, Arial, Helvetica, Sans-Serif;
   color: #57235C;
}

.nm-comment-header a:visited, .nm-comment-header a.visited
{
   font-family: Tahoma, Arial, Helvetica, Sans-Serif;
   color: #3D4142;
}

.nm-comment-header a:hover,  .nm-comment-header a.hovered
{
   font-family: Tahoma, Arial, Helvetica, Sans-Serif;
   color: #722E7A;
}

.nm-comment-content a, 
.nm-comment-content a:link, 
.nm-comment-content a:visited,
.nm-comment-content a.visited,
.nm-comment-content a:hover,
.nm-comment-content a.hovered
{
   font-family: Tahoma, Arial, Helvetica, Sans-Serif;
}

.nm-comment-content a, .nm-comment-content a:link
{
   font-family: Tahoma, Arial, Helvetica, Sans-Serif;
   color: #57235C;
}

.nm-comment-content a:visited, .nm-comment-content a.visited
{
   font-family: Tahoma, Arial, Helvetica, Sans-Serif;
   color: #3D4142;
}

.nm-comment-content a:hover,  .nm-comment-content a.hovered
{
   font-family: Tahoma, Arial, Helvetica, Sans-Serif;
   color: #722E7A;
}

.nm-pager
{
   background: #DADCDD;
   background: -webkit-linear-gradient(top, #FFFFFF 0, #A7ADAE 100%) no-repeat;
   background: -moz-linear-gradient(top, #FFFFFF 0, #A7ADAE 100%) no-repeat;
   background: -o-linear-gradient(top, #FFFFFF 0, #A7ADAE 100%) no-repeat;
   background: -ms-linear-gradient(top, #FFFFFF 0, #A7ADAE 100%) no-repeat;
   -svg-background: linear-gradient(top, #FFFFFF 0, #A7ADAE 100%) no-repeat;
   background: linear-gradient(to bottom, #FFFFFF 0, #A7ADAE 100%) no-repeat;
   -webkit-border-radius:2px;
   -moz-border-radius:2px;
   border-radius:2px;
   border:1px solid #A0A5A7;
   padding:5px;
}

.nm-pager>*:last-child
{
   margin-right:0 !important;
}

.nm-pager>span {
   cursor:default;
}

.nm-pager>*
{
   background: #C5C8C9;
   background: -webkit-linear-gradient(top, #EFF0F0 0, #9AA0A2 100%) no-repeat;
   background: -moz-linear-gradient(top, #EFF0F0 0, #9AA0A2 100%) no-repeat;
   background: -o-linear-gradient(top, #EFF0F0 0, #9AA0A2 100%) no-repeat;
   background: -ms-linear-gradient(top, #EFF0F0 0, #9AA0A2 100%) no-repeat;
   -svg-background: linear-gradient(top, #EFF0F0 0, #9AA0A2 100%) no-repeat;
   background: linear-gradient(to bottom, #EFF0F0 0, #9AA0A2 100%) no-repeat;
   -webkit-border-radius:2px;
   -moz-border-radius:2px;
   border-radius:2px;
   border:1px solid #B7BCBD;
   padding:7px;
   margin:0 4px 0 auto;
   line-height: normal;
   position:relative;
   display:inline-block;
   margin-left: 0;
}

.nm-pager a:link,
.nm-pager a:visited,
.nm-pager .active
{
   line-height: normal;
   font-family: Tahoma, Arial, Helvetica, Sans-Serif;
   text-decoration: none;
   color: #181A1B
;
}

.nm-pager .active
{
   background: #55A1D3;
   background: -webkit-linear-gradient(top, #92C2E3 0, #348FCB 77%, #2D7BAE 100%) no-repeat;
   background: -moz-linear-gradient(top, #92C2E3 0, #348FCB 77%, #2D7BAE 100%) no-repeat;
   background: -o-linear-gradient(top, #92C2E3 0, #348FCB 77%, #2D7BAE 100%) no-repeat;
   background: -ms-linear-gradient(top, #92C2E3 0, #348FCB 77%, #2D7BAE 100%) no-repeat;
   -svg-background: linear-gradient(top, #92C2E3 0, #348FCB 77%, #2D7BAE 100%) no-repeat;
   background: linear-gradient(to bottom, #92C2E3 0, #348FCB 77%, #2D7BAE 100%) no-repeat;
   border:1px solid #3186BF;
   padding:7px;
   margin:0 4px 0 auto;
   color: #111213
;
}

.nm-pager .more
{
   background: #DADCDD;
   background: -webkit-linear-gradient(top, #FFFFFF 0, #A7ADAE 100%) no-repeat;
   background: -moz-linear-gradient(top, #FFFFFF 0, #A7ADAE 100%) no-repeat;
   background: -o-linear-gradient(top, #FFFFFF 0, #A7ADAE 100%) no-repeat;
   background: -ms-linear-gradient(top, #FFFFFF 0, #A7ADAE 100%) no-repeat;
   -svg-background: linear-gradient(top, #FFFFFF 0, #A7ADAE 100%) no-repeat;
   background: linear-gradient(to bottom, #FFFFFF 0, #A7ADAE 100%) no-repeat;
   border:1px solid #DADCDD;
   margin:0 4px 0 auto;
}
.nm-pager a.more:link,
.nm-pager a.more:visited
{
   color: #2D1230
;
}
.nm-pager a:hover
{
   background: #55A1D3;
   background: -webkit-linear-gradient(top, #92C2E3 0, #348FCB 77%, #2D7BAE 100%) no-repeat;
   background: -moz-linear-gradient(top, #92C2E3 0, #348FCB 77%, #2D7BAE 100%) no-repeat;
   background: -o-linear-gradient(top, #92C2E3 0, #348FCB 77%, #2D7BAE 100%) no-repeat;
   background: -ms-linear-gradient(top, #92C2E3 0, #348FCB 77%, #2D7BAE 100%) no-repeat;
   -svg-background: linear-gradient(top, #92C2E3 0, #348FCB 77%, #2D7BAE 100%) no-repeat;
   background: linear-gradient(to bottom, #92C2E3 0, #348FCB 77%, #2D7BAE 100%) no-repeat;
   border:1px solid #3186BF;
   padding:7px;
   margin:0 4px 0 auto;
}
.nm-pager  a:hover,
.nm-pager  a.more:hover
{
   color: #111213
;
}
.nm-pager>*:after
{
   margin:0 0 0 auto;
   display:inline-block;
   position:absolute;
   content: ' ';
   top:0;
   width:0;
   height:100%;
   right: 0;
   text-decoration:none;
}

.nm-pager>*:last-child:after{
   display:none;
}

.nm-commentsform
{
   background: #EAEBEB;
   background: transparent;
   padding:10px;
   margin:0 auto;
   margin-top:25px;
   color: #272A2A;
}

.nm-commentsform h2{
   padding-bottom:10px;
   margin: 0;
   color: #272A2A;
}

.nm-commentsform label {
   display: inline-block;
   line-height: 25px;
}

.nm-commentsform input:not([type=submit]), .nm-commentsform textarea {
   box-sizing: border-box;
   -moz-box-sizing: border-box;
   -webkit-box-sizing: border-box;
   width:100%;
   max-width:100%;
}

.nm-commentsform .form-submit
{
   margin-top: 10px;
}
.nm-block
{
   margin:10px;
}
div.nm-block img
{
   border: none;
   margin: 7px;
}

.nm-blockheader
{
   background: #C376CB url('images/blockheader.png') scroll;
   border:1px solid #B14EBC;
   padding:12px 3px;
   margin:0 auto 2px;
}
.nm-blockheader .t,
.nm-blockheader .t a,
.nm-blockheader .t a:link,
.nm-blockheader .t a:visited, 
.nm-blockheader .t a:hover
{
   color: #000000;
   font-size: 14px;
   font-family: Tahoma, Arial, Helvetica, Sans-Serif;
   margin-left: 10px;
   margin-right: 10px;
}

.nm-blockcontent
{
   padding:3px;
   margin:0 auto;
   color: #3D4142;
   font-size: 14px;
   font-family: Tahoma, Arial, Helvetica, Sans-Serif;
}
.nm-blockcontent table,
.nm-blockcontent li, 
.nm-blockcontent a,
.nm-blockcontent a:link,
.nm-blockcontent a:visited,
.nm-blockcontent a:hover
{
   color: #3D4142;
   font-size: 14px;
   font-family: Tahoma, Arial, Helvetica, Sans-Serif;
}

.nm-blockcontent p
{
   margin: 6px 0;
}

.nm-blockcontent a, .nm-blockcontent a:link
{
   color: #AD46B9;
   font-family: Tahoma, Arial, Helvetica, Sans-Serif;
   text-decoration: underline;
}

.nm-blockcontent a:visited, .nm-blockcontent a.visited
{
   color: #B5B9BA;
   font-family: Tahoma, Arial, Helvetica, Sans-Serif;
   text-decoration: none;
}

.nm-blockcontent a:hover, .nm-blockcontent a.hover
{
   color: #BF6FC8;
   font-family: Tahoma, Arial, Helvetica, Sans-Serif;
   text-decoration: none;
}
.nm-block ul>li:before
{
   content:url('images/blockbullets.png');
   margin-right:6px;
   bottom: 2px;
   position:relative;
   display:inline-block;
   vertical-align:middle;
   font-size:0;
   line-height:0;
   margin-left: -12px;
}
.opera .nm-block ul>li:before
{
   /* Vertical-align:middle in Opera doesn't need additional offset */
    bottom: 0;
}

.nm-block li
{
   font-size: 14px;
   font-family: Tahoma, Arial, Helvetica, Sans-Serif;
   line-height: 175%;
   color: #646B6D;
}

.nm-block ul>li, .nm-block ol
{
   padding: 0;
}

.nm-block ul>li
{
   padding-left: 12px;
}

a img
{
   border: 0;
}

.nm-article img, img.nm-article, .nm-block img, .nm-footer img
{
   margin: 0 0 0 0;
}

.nm-metadata-icons img
{
   border: none;
   vertical-align: middle;
   margin: 2px;
}

.nm-article table, table.nm-article
{
   border-collapse: collapse;
   margin: 1px;
}

.nm-post .nm-content-layout-br
{
   height: 0;
}

.nm-article th, .nm-article td
{
   padding: 2px;
   border: solid 1px #A0A5A7;
   vertical-align: top;
   text-align: left;
}

.nm-article th
{
   text-align: center;
   vertical-align: middle;
   padding: 7px;
}

pre
{
   overflow: auto;
   padding: 0.1em;
}

.preview-cms-logo
{
   border: 0;
   margin: 1em 1em 0 0;
   float: left;
}

.image-caption-wrapper
{
   padding: 0 0 0 0;
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
}

.image-caption-wrapper img
{
   margin: 0 !important;
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
}

.image-caption-wrapper div.nm-collage
{
   margin: 0 !important;
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
}

.image-caption-wrapper p
{
   font-size: 80%;
   text-align: right;
   margin: 0;
}

.nm-postheader
{
   color: #1A4765;
   margin: 40px 0 30px;
   font-size: 40px;
   font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
   font-weight: normal;
   font-style: normal;
}

.nm-postheader a, 
.nm-postheader a:link, 
.nm-postheader a:visited,
.nm-postheader a.visited,
.nm-postheader a:hover,
.nm-postheader a.hovered
{
   font-size: 40px;
   font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
   font-weight: normal;
   font-style: normal;
}

.nm-postheader a, .nm-postheader a:link
{
   font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
   text-decoration: none;
   text-align: left;
   color: #2F80B6;
}

.nm-postheader a:visited, .nm-postheader a.visited
{
   font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
   text-decoration: none;
   text-align: left;
   color: #499AD0;
}

.nm-postheader a:hover,  .nm-postheader a.hovered
{
   font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
   text-decoration: none;
   text-align: left;
   color: #61A7D6;
}

.nm-postheadericons,
.nm-postheadericons a,
.nm-postheadericons a:link,
.nm-postheadericons a:visited,
.nm-postheadericons a:hover
{
   font-family: Tahoma, Arial, Helvetica, Sans-Serif;
   color: #235E86;
}

.nm-postheadericons
{
   padding: 1px;
}

.nm-postheadericons a, .nm-postheadericons a:link
{
   font-family: Tahoma, Arial, Helvetica, Sans-Serif;
   text-decoration: none;
   color: #565B5D;
}

.nm-postheadericons a:visited, .nm-postheadericons a.visited
{
   font-family: Tahoma, Arial, Helvetica, Sans-Serif;
   font-weight: normal;
   font-style: italic;
   text-decoration: none;
   color: #565B5D;
}

.nm-postheadericons a:hover, .nm-postheadericons a.hover
{
   font-family: Tahoma, Arial, Helvetica, Sans-Serif;
   font-weight: normal;
   font-style: italic;
   text-decoration: underline;
   color: #25648E;
}

.nm-postpdficon:before
{
   content:url('images/postpdficon.png');
   margin-right:6px;
   position:relative;
   display:inline-block;
   vertical-align:middle;
   font-size:0;
   line-height:0;
   bottom: auto;
}
.opera .nm-postpdficon:before
{
   /* Vertical-align:middle in Opera doesn't need additional offset */
    bottom: 0;
}

.nm-postprinticon:before
{
   content:url('images/postprinticon.png');
   margin-right:6px;
   bottom: 2px;
   position:relative;
   display:inline-block;
   vertical-align:middle;
   font-size:0;
   line-height:0;
}
.opera .nm-postprinticon:before
{
   /* Vertical-align:middle in Opera doesn't need additional offset */
    bottom: 0;
}

.nm-postemailicon:before
{
   content:url('images/postemailicon.png');
   margin-right:6px;
   position:relative;
   display:inline-block;
   vertical-align:middle;
   font-size:0;
   line-height:0;
   bottom: auto;
}
.opera .nm-postemailicon:before
{
   /* Vertical-align:middle in Opera doesn't need additional offset */
    bottom: 0;
}

.nm-postcontent ul>li:before,  .nm-post ul>li:before,  .nm-textblock ul>li:before
{
   content:url('images/postbullets.png');
   margin-right:15px;
   bottom: 2px;
   position:relative;
   display:inline-block;
   vertical-align:middle;
   font-size:0;
   line-height:0;
}
.opera .nm-postcontent ul>li:before, .opera   .nm-post ul>li:before, .opera   .nm-textblock ul>li:before
{
   /* Vertical-align:middle in Opera doesn't need additional offset */
    bottom: 0;
}

.nm-postcontent li, .nm-post li, .nm-textblock li
{
   font-size: 14px;
   font-family: Tahoma, Arial, Helvetica, Sans-Serif;
   color: #3D4142;
   margin: 12px 0 12px 6px;
}

.nm-postcontent ul>li, .nm-post ul>li, .nm-textblock ul>li, .nm-postcontent ol, .nm-post ol, .nm-textblock ol
{
   padding: 0;
}

.nm-postcontent ul>li, .nm-post ul>li, .nm-textblock ul>li
{
   padding-left: 22px;
}

.nm-postcontent ul>li:before,  .nm-post ul>li:before,  .nm-textblock ul>li:before
{
   margin-left: -22px;
}

.nm-postcontent ol, .nm-post ol, .nm-textblock ol, .nm-postcontent ul, .nm-post ul, .nm-textblock ul
{
   margin: 1em 0 1em 6px;
}

.nm-postcontent li ol, .nm-post li ol, .nm-textblock li ol, .nm-postcontent li ul, .nm-post li ul, .nm-textblock li ul
{
   margin: 0.5em 0 0.5em 6px;
}

.nm-postcontent li, .nm-post li, .nm-textblock li
{
   margin: 12px 0 12px 0;
}

.nm-postcontent ol>li, .nm-post ol>li, .nm-textblock ol>li
{
   /* overrides overflow for "ul li" and sets the default value */
  overflow: visible;
}

.nm-postcontent ul>li, .nm-post ul>li, .nm-textblock ul>li
{
   /* makes "ul li" not to align behind the image if they are in the same line */
  overflow-x: visible;
   overflow-y: hidden;
}

blockquote
{
   background: #EBD3EE url('images/postquote.png') no-repeat scroll;
   padding:2px 2px 2px 25px;
   margin:10px 10px 10px 50px;
   color: #313435;
   font-family: Tahoma, Arial, Helvetica, Sans-Serif;
   /* makes block not to align behind the image if they are in the same line */
  overflow: auto;
   clear:both;
}
blockquote a, .nm-postcontent blockquote a, .nm-blockcontent blockquote a, .nm-footer blockquote a,
blockquote a:link, .nm-postcontent blockquote a:link, .nm-blockcontent blockquote a:link, .nm-footer blockquote a:link,
blockquote a:visited, .nm-postcontent blockquote a:visited, .nm-blockcontent blockquote a:visited, .nm-footer blockquote a:visited,
blockquote a:hover, .nm-postcontent blockquote a:hover, .nm-blockcontent blockquote a:hover, .nm-footer blockquote a:hover
{
   color: #313435;
   font-family: Tahoma, Arial, Helvetica, Sans-Serif;
}

/* Override native 'p' margins*/
blockquote p,
.nm-postcontent blockquote p,
.nm-blockcontent blockquote p,
.nm-footer blockquote p
{
   margin: 0;
   margin:3px;
}

.nm-postfootericons,
.nm-postfootericons a,
.nm-postfootericons a:link,
.nm-postfootericons a:visited,
.nm-postfootericons a:hover
{
   font-family: Tahoma, Arial, Helvetica, Sans-Serif;
   color: #2B75A6;
}

.nm-postfootericons
{
   padding: 1px;
}

.nm-postfootericons a, .nm-postfootericons a:link
{
   font-family: Tahoma, Arial, Helvetica, Sans-Serif;
   text-decoration: none;
   color: #565B5D;
}

.nm-postfootericons a:visited, .nm-postfootericons a.visited
{
   font-family: Tahoma, Arial, Helvetica, Sans-Serif;
   text-decoration: none;
   color: #565B5D;
}

.nm-postfootericons a:hover, .nm-postfootericons a.hover
{
   font-family: Tahoma, Arial, Helvetica, Sans-Serif;
   text-decoration: none;
   color: #25648E;
}

.nm-footer
{
   background: #B7BCBD;
   background: rgba(183, 188, 189, 0.4);
   margin:20px auto 0;
   position: relative;
   color: #313435;
   font-family: Tahoma, Arial, Helvetica, Sans-Serif;
   text-align: left;
   padding: 0;
}

.nm-footer a,
.nm-footer a:link,
.nm-footer a:visited,
.nm-footer a:hover,
.nm-footer td, 
.nm-footer th,
.nm-footer caption
{
   color: #313435;
   font-family: Tahoma, Arial, Helvetica, Sans-Serif;
}

.nm-footer p 
{
   padding:0;
   text-align: left;
}

.nm-footer a,
.nm-footer a:link
{
   color: #25648E;
   font-family: Tahoma, Arial, Helvetica, Sans-Serif;
   text-decoration: none;
}

.nm-footer a:visited
{
   color: #565B5D;
   font-family: Tahoma, Arial, Helvetica, Sans-Serif;
   text-decoration: underline;
}

.nm-footer a:hover
{
   color: #793181;
   font-family: Tahoma, Arial, Helvetica, Sans-Serif;
   text-decoration: underline;
}

.nm-footer h1
{
   color: #3186BF;
   font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
}

.nm-footer h2
{
   color: #3186BF;
   font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
}

.nm-footer h3
{
   color: #888F91;
   font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
}

.nm-footer h4
{
   color: #71787A;
   font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
}

.nm-footer h5
{
   color: #71787A;
   font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
}

.nm-footer h6
{
   color: #71787A;
   font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
}

.nm-footer img
{
   border: none;
   margin: 10px;
}

.nm-footer-inner
{
   margin: 0 auto;
   width:1000px;
   padding:15px;
   padding-right: 15px;
   padding-left: 15px;
}

.nm-facebook-tag-icon
{
   background:  url('images/footerfacebookicon.png') no-repeat scroll;
   margin:0 auto;
   min-height:32px;
   min-width:32px;
   display: inline-block;
   text-indent: 35px;
   background-position: left center;
   vertical-align: middle;
}

.nm-facebook-tag-icon:empty
{
   vertical-align: middle;
}

.nm-twitter-tag-icon
{
   background:  url('images/footertwittericon.png') no-repeat scroll;
   margin:0 auto;
   min-height:32px;
   min-width:32px;
   display: inline-block;
   text-indent: 35px;
   background-position: left center;
   vertical-align: middle;
}

.nm-twitter-tag-icon:empty
{
   vertical-align: middle;
}

.nm-tumblr-tag-icon
{
   background:  url('images/tumblricon.png') no-repeat scroll;
   margin:0 auto;
   min-height:32px;
   min-width:32px;
   display: inline-block;
   text-indent: 35px;
   background-position: left center;
   vertical-align: middle;
}

.nm-tumblr-tag-icon:empty
{
   vertical-align: middle;
}

.nm-pinterest-tag-icon
{
   background:  url('images/pinteresticon.png') no-repeat scroll;
   margin:0 auto;
   min-height:32px;
   min-width:32px;
   display: inline-block;
   text-indent: 35px;
   background-position: left center;
   vertical-align: middle;
}

.nm-pinterest-tag-icon:empty
{
   vertical-align: middle;
}

.nm-vimeo-tag-icon
{
   background:  url('images/vimeoicon.png') no-repeat scroll;
   margin:0 auto;
   min-height:33px;
   min-width:32px;
   display: inline-block;
   text-indent: 35px;
   background-position: left center;
   vertical-align: middle;
}

.nm-vimeo-tag-icon:empty
{
   vertical-align: middle;
}

.nm-youtube-tag-icon
{
   background:  url('images/youtubeicon.png') no-repeat scroll;
   margin:0 auto;
   min-height:32px;
   min-width:32px;
   display: inline-block;
   text-indent: 35px;
   background-position: left center;
   vertical-align: middle;
}

.nm-youtube-tag-icon:empty
{
   vertical-align: middle;
}

.nm-linkedin-tag-icon
{
   background:  url('images/linkedinicon.png') no-repeat scroll;
   margin:0 auto;
   min-height:32px;
   min-width:32px;
   display: inline-block;
   text-indent: 35px;
   background-position: left center;
   vertical-align: middle;
}

.nm-linkedin-tag-icon:empty
{
   vertical-align: middle;
}

.nm-footer li
{
   font-size: 14px;
   font-family: Tahoma, Arial, Helvetica, Sans-Serif;
   line-height: 125%;
   color: #53595A;
}

.nm-page-footer, 
.nm-page-footer a,
.nm-page-footer a:link,
.nm-page-footer a:visited,
.nm-page-footer a:hover
{
   font-family: Arial;
   font-size: 10px;
   letter-spacing: normal;
   word-spacing: normal;
   font-style: normal;
   font-weight: normal;
   text-decoration: underline;
   color: #62686A;
}

.nm-page-footer
{
   position: relative;
   z-index: auto !important;
   padding: 1em;
   text-align: center !important;
   text-decoration: none;
   color: #494E50;
}

#nm-footnote-links .SkinObject {
	font-family: Arial;
    font-size: 10px;
}

.nm-lightbox-wrapper 
{
   background: #333;
   background: rgba(0, 0, 0, .8);
   bottom: 0;
   left: 0;
   padding: 0 100px;
   position: fixed;
   right: 0;
   text-align: center;
   top: 0;
   z-index: 1000000;
}

.nm-lightbox,
.nm-lightbox-wrapper .nm-lightbox-image
{
   cursor: pointer;
}

.nm-lightbox-wrapper .nm-lightbox-image
{
   border: 6px solid #fff;
   border-radius: 3px;
   display: none;
   max-width: 100%;
   vertical-align: middle;
}

.nm-lightbox-wrapper .nm-lightbox-image.active
{
   display: inline-block;
}

.nm-lightbox-wrapper .lightbox-error
{
   background: #fff;
   border: 1px solid #b4b4b4;
   border-radius: 10px;
   box-shadow: 0 2px 5px #333;
   height: 80px;
   opacity: .95;
   padding: 20px;
   position: fixed;
   width: 300px;
   z-index: 100;
}

.nm-lightbox-wrapper .loading
{
   background: #fff url('images/preloader-01.gif') center center no-repeat;
   border: 1px solid #b4b4b4;
   border-radius: 10px;
   box-shadow: 0 2px 5px #333;
   height: 32px;
   opacity: .5;
   padding: 10px;
   position: fixed;
   width: 32px;
   z-index: 10100;
}

.nm-lightbox-wrapper .arrow
{
   cursor: pointer;
   height: 100px;
   opacity: .5;
   filter: alpha(opacity=50);
   position: fixed;
   width: 82px;
   z-index: 10003;
}

.nm-lightbox-wrapper .arrow.left
{
   left: 9px;
}

.nm-lightbox-wrapper .arrow.right
{
   right: 9px;
}

.nm-lightbox-wrapper .arrow:hover
{
   opacity: 1;
   filter: alpha(opacity=100);
}

.nm-lightbox-wrapper .arrow.disabled 
{
   display: none;
}

.nm-lightbox-wrapper .arrow-t, 
.nm-lightbox-wrapper .arrow-b
{
   background-color: #fff;
   border-radius: 3px;
   height: 6px;
   left: 26px;
   position: relative;
   width: 30px;
}

.nm-lightbox-wrapper .arrow-t
{
   top: 38px;
}

.nm-lightbox-wrapper .arrow-b
{
   top: 50px;
}

.nm-lightbox-wrapper .close
{
   cursor: pointer;
   height: 22px;
   opacity: .5;
   filter: alpha(opacity=50);
   position: fixed;
   right: 39px;
   top: 30px;
   width: 22px;
   z-index: 10003;
}

.nm-lightbox-wrapper .close:hover 
{
   opacity: 1;
   filter: alpha(opacity=100);
}

.nm-lightbox-wrapper .close .cw, 
.nm-lightbox-wrapper .close .ccw
{
   background-color: #fff;
   border-radius: 3px;
   height: 6px;
   position: absolute;
   left: -4px;
   top: 8px;
   width: 30px;
}

.nm-lightbox-wrapper .cw
{
   transform: rotate(45deg);
   -ms-transform: rotate(45deg);
   /* IE 9 */
    -webkit-transform: rotate(45deg);
   /* Safari and Chrome */
    -o-transform: rotate(45deg);
   /* Opera */
    -moz-transform: rotate(45deg);
/* Firefox */}

.nm-lightbox-wrapper .ccw
{
   transform: rotate(-45deg);
   -ms-transform: rotate(-45deg);
   /* IE 9 */
    -webkit-transform: rotate(-45deg);
   /* Safari and Chrome */
    -o-transform: rotate(-45deg);
   /* Opera */
    -moz-transform: rotate(-45deg);
/* Firefox */}

.nm-lightbox-wrapper .close-alt, 
.nm-lightbox-wrapper .arrow-right-alt, 
.nm-lightbox-wrapper .arrow-left-alt 
{
   color: #fff;
   display: none;
   font-size: 2.5em;
   line-height: 100%;
}

.ie8 .nm-lightbox-wrapper .close-alt, 
.ie8 .nm-lightbox-wrapper .arrow-right-alt, 
.ie8 .nm-lightbox-wrapper .arrow-left-alt 
{
   display: block;
}

.ie8 .nm-lightbox-wrapper .cw, 
.ie8 .nm-lightbox-wrapper .ccw 
{
   display: none;
}

.nm-content-layout .nm-content
{
   margin:0 auto;
}

.nm-content-layout .nm-sidebar1
{
   margin:0 auto;
   width: 200px;
}

/* Begin Additional CSS Styles */
.nm-blockheader .t, .nm-vmenublockheader .t {white-space: nowrap;}
/* End Additional CSS Styles */

.nm-post
{
  margin: 0px;
}

a img
{
  border: 0;
}

.nm-article img, img.nm-article
{
  border: ;
  margin: 0px 0px 0px 0px;
}

.nm-metadata-icons img
{
  border: none;
  vertical-align: middle;
  margin: 2px;
}

.nm-article table, table.nm-article
{
  border-collapse: collapse;
  margin: 1px;
  width: auto;
}

.nm-article table, table.nm-article .nm-article tr, .nm-article th, .nm-article td
{
  background-color: Transparent;
}

.nm-article th, .nm-article td
{
  padding: 2px;
  border: none 0px #808080;
  vertical-align: top;
  text-align: left;
}

.nm-article th
{
  text-align: center;
  vertical-align: middle;
  padding: 7px;
}

pre
{
  overflow: auto;
  padding: 0.1em;
}

.nm-post, .nm-post-body, .nm-block, .nm-block-body
{
  z-index: auto;
}

.nm-article .ModuleTitle_SubMenu th, .nm-article .ModuleTitle_SubMenu td, .nm-article .ModuleTitle_MenuItem img
{
  border-width: 0;
  padding: 0;
  margin: 0;
}
.nm-block, .nm-block-body
{
  z-index: auto;
}
.nm-blockcontent .SubHead, .nm-blockcontent .Normal
{
  color: #3d4142;
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  font-style: normal;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  line-height : 175%;
}

.nm-blockcontent td
{
  padding: 0;
}

.SubHead, td.SubHead
{
  border: 0;
  padding: 0;
}

.nm-blockcontent table
{
  width: 100%;
}

.nm-blockcontent ul li, .nm-blockcontent ol ul li
{
  list-style-type: none;
}

.nm-blockheader
{
  z-index: auto;
}

.nm-blockheader .t .Head
{
  height: 17px;
  color: #000000;
  
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  font-style: normal;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  white-space: nowrap;
  padding: 0;
  line-height: 17px;
  margin: 0;
}

.dnn6 .nm-blockheader .Head
{
  height: 17px;
  color: #000000;
  
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  font-style: normal;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  white-space: nowrap;
  padding: 0;
  line-height: 17px;
  margin: 0;
}

body
{
  direction: ltr;
}

.Normal, .normal, #LoginInfo, #QuickLinks, #LoginInfo p.LoginNotes, .SubHead, .WizardText, .SkinObject
{
  
  font-family: 'Times New Roman';
  font-style: normal;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}

.nm-postcontent .Normal, 
.nm-postcontent .normal, 
.nm-postcontent #LoginInfo, 
.nm-postcontent #QuickLinks, 
.nm-postcontent #LoginInfo p.LoginNotes, 
.nm-postcontent .SubHead, 
.nm-postcontent .WizardText, 
.nm-postcontent .SkinObject
{    
  
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  font-style: normal;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;;
}

.NormalBold
{
  font-size: 1em;
  
  font-family: 'Times New Roman';
  font-style: normal;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  font-weight: bold;
}

#LoginInfo dt
{
  
  font-family: 'Times New Roman';
  font-style: normal;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}

th
{
  
  font-family: 'Times New Roman';
  font-style: normal;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}

#LoginInfo h3
{
  background-color: transparent;
}

.Normal, .normal, #LoginInfo, #QuickLinks, #LoginInfo p.LoginNotes, .nm-postcontent .SubHead, .nm-postcontent .Normal, .SubHead, .WizardText, .SkinObject
{
  font-size: 1em;
  color: #272a2a;
}

.NormalBold
{
  font-size: 1em;
  color: #272a2a;
  font-weight: bold;
}

#LoginInfo
{
  width: 100%;
  background-color: Transparent;
}

#LoginInfo dt
{
  color: #272a2a;
  font-weight: bold;
}

#LoginInfo div.LoginBlock
{
  width: 45%;
}

.Head
{
  
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-style: normal;
  font-size: 26px;
  font-weight: 400;
  text-decoration: none;
  color: #7a8385;
}

h2.Head
{
  
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-style: normal;
  font-size: 26px;
  font-weight: bold;
  text-decoration: none;
  color: #348fcb;
}

#QuickLinks
{
  border: 0;
  float: none;
  width: auto;
  background-color: Transparent;
}

th
{
  color: #272a2a;
  font-weight: bold;
}

a.CommandButton, a.SkinObject
{
  
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  font-style: normal;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  color: #ad46b9;
}

a.CommandButton:link, a.SkinObject:link
{
  
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  font-style: normal;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  color: #ad46b9;
}

a.CommandButton:visited, a.SkinObject:visited
{
  
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  font-style: normal;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  color: #ad46b9;
}

a.CommandButton:hover, a.SkinObject:hover
{
  
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  font-style: normal;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  color: #ad46b9;
}

.DNNAlignright p, .DNNAlignright th, .DNNAlignright td
{
  text-align: right;
}

.DNNAligncenter p, .DNNAligncenter th, .DNNAligncenter td
{
  text-align: center;
}

.DNNAlignleft p, .DNNAlignleft th, .DNNAlignleft td
{
  text-align: left;
}

/* Control Panel rules */
#dnn_ControlPanel .SubHead, 
#dnn_ControlPanel .SkinObject, 
#dnn_ControlPanel A.SkinObject:link, 
#dnn_ControlPanel A.SkinObject:visited,
#dnn_ControlPanel A.SkinObject:hover, 
#dnn_ControlPanel A.SkinObject:active,
#dnn_ControlPanel A.CommandButton:link,
#dnn_ControlPanel A.CommandButton:visited,
#dnn_ControlPanel A.CommandButton:active,
#dnn_ControlPanel .footer,
#dnn_ControlPanel a.footer:link,
#dnn_ControlPanel a.footer:active,
#dnn_ControlPanel a.footer:visited
{
  color: #003366;
}

#dnn_ControlPanel A.CommandButton:hover
{
  color: #ff0000;
}

table.position
{
  position: static;
}

.ModDNNHTMLC table
{
  width: 100%;
}

body > div
{
  z-index: 10;
}

.dnn6 a.dnnFormHelp, .dnn6 .dnnForm .dnnFormItem a.dnnFormHelp, .dnn6 .dnnTooltip label a.dnnFormHelp
{ 
  color: #272a2a;   
}

.dnn6 .nm-postcontent h2.dnnFormSectionHead a
{
  color: #348fcb;    
}

.dnn6 .nm-postcontent h2.dnnFormSectionHead a:hover, .dnn6 .nm-post .dnnActionMenuBody li
{
  color: #000000;
}

.dnn6 .dnnActionMenuBody a 
{
  color: #328DDE;
}

.dnn6 .dnnActionMenuBody a:hover
{
  color: #1B4D79;
}

.dnn6 .nm-post .console-large h3
{
  font-size: 1em;
  margin: 2px;
  overflow: hidden;
  text-align: center;
  width: 130px;
}

.dnn6 .dnnGrid
{
  color: #333333;
}

.dnn6 .dnnGrid a
{
  color: #003366;
}


.dnn6 .dnnActionMenu ul > li 
{
  background-image: none;    
}

.dnn6 .dnnActionMenu ul > li img
{
  border: none;
}

.dnn6 .dnnActionMenu ul > li:before, .dnn6 .dnnActionMenu ul > li:after
{
  content: '';
  display: block;
  padding-bottom: 0;
}

.dnn6 .dnnForm
{
  min-width: 0;
}

.dnn6 .dnnLoginService input[type="text"], 
.dnn6 .dnnSearchInput input[type="text"], 
.dnn6 .dnnLoginService input[type="password"]
{
  float: none;
  width: 96%;
}

.dnn6 .dnnForm ul li
{
  padding-left: 0;
}

.dnn6 .dnnForm.dnnLoginService
{
  width: auto;
}

.dnn6 .dnnForm.dnnLoginService .dnnFormItem label, .dnn6 .dnnForm.dnnSearchInput .dnnTooltip, .dnn6 .dnnSearchInput .dnnFormItem label
{
  width: auto;
}

.dnn6 .dnnForm.dnnLogin.dnnClear, .dnnForm.dnnLoginService, .dnnLoginRememberMe, .dnn6 .dnnForm .loginContent ul.dnnActions, .dnnForm .dnnFormItem
{
  margin: 0;
  padding: 0;
}

.dnn6 .dnnLogin ul.dnnActions li a
{
  line-height: 1.5em;
}

.dnn6 .nm-button-wrapper input 
{
  box-shadow: none;    
}

.opera .dnn6 #nm-main
{
  overflow: auto;
}

.dnn6 .nm-post ul.dnnActionMenuBody li, .dnn6 .nm-block ul.dnnActionMenuBody li
{
  padding-left: 0;
}

.dnn6 .nm-post ul.dnnActionMenuBody, .dnn6 .nm-block ul.dnnActionMenuBody
{
  padding: 10px;
}

form
{
  height: 100%;
}

.nm-controlpanel-container div
{
  -moz-box-sizing: inherit;
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

ul li li
{   
  list-style-type: none;
}

a .nm-search-button
{
  margin-top: 0 !important;
  height: 100% !important;
}

body > form > .rcbSlide {
  z-index: 12000 !important;
}

.dnnCheckbox img, .dnnRadiobutton img
{
    border: none !important;
}
a.nm-button,
a.nm-button:link,
a:link.nm-button:link,
body a.nm-button:link,
a.nm-button:visited,
a.nm-button:visited,
body a.nm-button:visited,
input.nm-button,
button.nm-button,
.dnnFormItem .nm-button, 
.dnnFormItem .nm-button[type='submit']
{
    text-shadow: none;
    min-width: 48px;
    
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  font-style: normal;
  font-size: 13px;
  font-weight: 400;
  text-decoration: none;
}
.dnnFormItem input[type="text"], 
.dnnFormItem input[type="password"], 
.dnnFormItem input[type="email"], 
.dnnFormItem input[type="url"], 
.dnnFormItem textarea
{
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  font-style: normal;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
}
.nm-footer .SkinObject
{
  display: inline-block;
  color: #959595;
  font-weight: normal;
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  font-style: normal;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
}

.nm-footer a.SkinObject,
.nm-footer a.SkinObject:link
{
  color: #959595;
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  font-style: normal;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
}

.nm-footer a.SkinObject:visited
{
  color: #959595;
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  font-style: normal;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
}

.nm-footer a.SkinObject:hover
{
  color: #959595;
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  font-style: normal;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
}

.nm-hmenu a img
{
    vertical-align: text-top;
    margin-right: 40px;
}
.nm-hmenu ul a img
{
    vertical-align: middle;
    margin-right: 12px;
}
.dnn6 .nm-nav
{
  z-index: 904;
}

.nm-hmenu ul li, .nm-hmenu ul li li, .nm-hmenu ul li li li
{
  list-style-type: none;
}

.dnn6 .nm-post .console-large.console-mouseon 
{
  background-color: ;
}

.dnn6 .nm-post .console-large.console-mouseon h3
{
  color: #272a2a;
}
.nm-post ul li
{
  list-style-type: none;
}

.nm-post ol, .nm-post ul
{
  margin: 1em 0 1em 2em;
  padding: 0;
}

.nm-post li
{
  
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  font-style: normal;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
}

.nm-post li ol, .nm-post li ul
{
  margin: 0.5em 0 0.5em 2em;
  padding: 0;
}

.nm-post li
{
  color: #3d4142; 
  padding: 0px 0 0px 22px;
}

.nm-post ol>li
{
  background: none;
  padding-left: 0;
  /* overrides overflow for "ul li" and sets the default value */
  overflow: visible;
}

.nm-post ul>li
{
  background-repeat: no-repeat;
  padding-left: 22px;
  /* makes "ul li" not to align behind the image if they are in the same line */
  overflow-x: visible;
  overflow-y: hidden;
}
.nm-postcontent .DNN_ForumContent table
{
  width: 100%;
}

.nm-PostContent .DNN_ForumContent img
{
  border: 0px;
}

.nm-article .DNN_EventsContent table, .ThemeEvents table
{
    width: 100%;
}

table.ModuleTitle_SubMenu
{
  background-color: #FFFFFF;
}

.dnn6 .dnnActionMenu img 
{
    margin: 0;
}
#LoginInfo h3
{
  text-decoration: none;
  margin: 0.2em 0;
  padding: 0;
  font-weight: bold;
  font-style: normal;
  letter-spacing: normal;
  word-spacing: normal;
  font-variant: normal;
  text-decoration: none;
  font-variant: normal;
  text-transform: none;
  text-align: left;
  text-indent: 0;
  line-height: inherit;
  text-transform: uppercase;

  color: #1a4765;
}

.nm-postheader .Head
{
  
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-style: normal;
  font-size: 40px;
  font-weight: 400;
  text-decoration: none;
  color: #1a4765;
}

div.hr
{
  display: none;
}

.nm-controlpanel-container
{
  margin:0 auto;
  width: 1000px;
 
  min-width: 0px;
  max-width: none;

  position: relative;
  z-index: 10000;
}

.dnn6 .nm-controlpanel-container
{
  color: #000000;
  position: fixed;
}
.nm-vmenu a img
{
    display: none;
}
ul.nm-vmenu, ul.nm-vmenu li
{
  list-style: none;
  padding: 0;
  width: auto;
  line-height: 0;
}


ul.nm-vmenu li, ul.nm-vmenu li ul, ul.nm-vmenu li ul, ul.nm-vmenu li ul li
{
  list-style-type: none;
}
.nm-footer ul {
	margin-left : 0px;	
}
.nm-footer ul > li {
	color : #959595;
	list-style : none;
	background : none;
	padding-left : 0px;
}
.nm-footer p {
	color : #959595;	
}
img {
	max-width: 100%; 
	height: auto;
}