﻿/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.MSG_ERROR {
  border: 1px solid #ed1c2e;
  color: #ed1c2e;
  padding: 5px 10px 5px 10px;
  background-color: #faf3f2; }

.MSG_WARNING {
  border: 1px solid #e28224;
  color: #e28224;
  padding: 5px 10px 5px 10px;
  background-color: #fcf4ed; }

.MSG_INFO {
  border: 1px solid #797878;
  color: #797878;
  padding: 5px 10px 5px 10px;
  background-color: #f2f1f0; }

.MSG_CONFIRM {
  border: 1px solid #499547;
  color: #499547;
  padding: 5px 10px 5px 10px;
  background-color: #e5f6e5; }

.MSG_HELP {
  border: 1px solid #4278a4;
  color: #4278a4;
  padding: 5px 10px 5px 10px;
  background-color: #ebf2fa; }

.MSG_HELP ul, .MSG_CONFIRM ul, .MSG_INFO ul, .MSG_INFO ul, .MSG_WARNING ul, .MSG_ERROR ul {
  list-style: none;
  margin: 0; }
  .MSG_HELP ul li, .MSG_CONFIRM ul li, .MSG_INFO ul li, .MSG_INFO ul li, .MSG_WARNING ul li, .MSG_ERROR ul li {
    padding-left: 0 !important; }
    .MSG_HELP ul li:before, .MSG_CONFIRM ul li:before, .MSG_INFO ul li:before, .MSG_INFO ul li:before, .MSG_WARNING ul li:before, .MSG_ERROR ul li:before {
      width: 0 !important;
      height: 0 !important;
      background: none !important; }

body .ids-login-link {
  color: #000;
  text-decoration: none;
  display: inline-block;
  margin-top: 4px; }

body .page-wrapper #header {
  height: 120px;
  padding: 0 30px 0 17px;
  *zoom: 1; }
  body .page-wrapper #header:before {
    content: " ";
    display: table; }
  body .page-wrapper #header:after {
    content: " ";
    display: table;
    clear: both; }
  body .page-wrapper #header #logo {
    background: transparent url("../img/IDS-logo.jpg") no-repeat;
    text-indent: -9999px;
    width: 100%;
    height: 67px; }
    @media only screen and (max-width: 1180px) {
      body .page-wrapper #header #logo {
        background-image: url("../img/IDS-logo-tablet.jpg"); } }
  body .page-wrapper #header #logo-print {
    display: none; }
  body .page-wrapper #header #userpanel {
    *zoom: 1;
    display: inline-block;
    vertical-align: top; }
    body .page-wrapper #header #userpanel:before {
      content: " ";
      display: table; }
    body .page-wrapper #header #userpanel:after {
      content: " ";
      display: table;
      clear: both; }
    body .page-wrapper #header #userpanel .userinfo {
      float: right;
      padding-top: 6px; }
    body .page-wrapper #header #userpanel .languageselector {
      float: right;
      z-index: 100;
      height: 40px;
      width: 122px;
      overflow: hidden;
      text-align: left;
      margin: 0 0 0 8px;
      position: relative; }
      body .page-wrapper #header #userpanel .languageselector:after {
        border-color: #FFF;
        border-style: solid;
        border-width: 2px 2px 0 0;
        content: '';
        display: inline-block;
        height: 10px;
        position: absolute;
        top: 12px;
        right: 17px;
        -moz-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        -o-transform: rotate(135deg);
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
        vertical-align: top;
        width: 10px; }
      body .page-wrapper #header #userpanel .languageselector:hover {
        overflow: visible; }
        body .page-wrapper #header #userpanel .languageselector:hover:after {
          top: 16px;
          -moz-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
          -o-transform: rotate(-45deg);
          -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg); }
      body .page-wrapper #header #userpanel .languageselector .language-object {
        background: #20419a; }
        body .page-wrapper #header #userpanel .languageselector .language-object a {
          color: #FFF;
          text-decoration: none;
          display: block;
          padding: 0 14px;
          border-bottom: 1px solid #FFF; }
          body .page-wrapper #header #userpanel .languageselector .language-object a span {
            width: 60px;
            line-height: 40px;
            display: block; }
  body .page-wrapper #header #menu {
    *zoom: 1;
    height: 80px;
    font-size: 16px;
    font-size: 1pxrem;
    float: right;
    text-align: right;
    display: table;
    width: 100%;
    line-height: 1.1em; }
    body .page-wrapper #header #menu:before {
      content: " ";
      display: table; }
    body .page-wrapper #header #menu:after {
      content: " ";
      display: table;
      clear: both; }
    body .page-wrapper #header #menu > a {
      line-height: 80px;
      float: right;
      display: inline-block;
      margin-left: 15px; }
    body .page-wrapper #header #menu ul {
      margin: 0;
      padding: 0;
      list-style: none;
      display: table-cell;
      vertical-align: middle;
      float: right;
      line-height: 80px; }
      body .page-wrapper #header #menu ul li {
        display: inline-block;
        margin-left: 22px; }
    body .page-wrapper #header #menu a {
      color: #484a50;
      text-decoration: none; }
  body .page-wrapper #header .leftside,
  body .page-wrapper #header .rightside {
    height: 100%; }
  body .page-wrapper #header .leftside {
    float: left;
    padding-top: 20px;
    width: 408px; }
    @media only screen and (max-width: 1180px) {
      body .page-wrapper #header .leftside {
        width: 100px; } }
  body .page-wrapper #header .rightside {
    width: 100%;
    text-align: right;
    padding-left: 408px; }
    @media only screen and (max-width: 1180px) {
      body .page-wrapper #header .rightside {
        padding-left: 100px; } }

/*  Syntax Quick Reference
  --------------------------
  column($ratios: 1, $offset: 0, $cycle: 0, $uncycle: 0, $gutter: $jeet-gutter)
  span($ratio: 1, $offset: 0)
  shift($ratios: 0, $col_or_span: column, $gutter: $jeet-gutter)
  unshift()
  edit()
  center($max_width: 1410px, $pad: 0)
  stack($pad: 0, $align: false)
  unstack()
  align($direction: both)
  cf()
*/
/**
 * Grid settings.
 * All values are defaults and can therefore be easily overidden.
 */
/**
 * List functions courtesy of the wonderful folks at Team Sass.
 * Check out their awesome grid: Singularity.
 */
/**
 * Get  percentage from a given ratio.
 * @param {number} [$ratio=1] - The column ratio of the element.
 * @returns {number} - The percentage value.
 */
/**
 * Work out the column widths based on the ratio and gutter sizes.
 * @param {number} [$ratios=1] - The column ratio of the element.
 * @param {number} [$gutter=$jeet-gutter] - The gutter for the column.
 * @returns {list} $width $gutter - A list containing the with and gutter for the element.
 */
/**
 * Get the set layout direction for the project.
 * @returns {string} $direction - The layout direction.
 */
/**
 * Replace a specified list value with a new value (uses built in set-nth() if available)
 * @param {list} $list - The list of values you want to alter.
 * @param {number} $index - The index of the list item you want to replace.
 * @param {*} $value - The value you want to replace $index with.
 * @returns {list} $list - The list with the value replaced or removed.
 * @warn if an invalid index is supplied.
 */
/**
 * Reverse a list (progressively enhanced for Sass 3.3)
 * @param {list} $list - The list of values you want to reverse.
 * @returns {list} $result - The reversed list.
 */
/**
 * Get the opposite direction to a given value.
 * @param {string} $dir - The direction you want the opposite of.
 * @returns {string} - The opposite direction to $dir.
 * @warn if an incorrect string is provided.
 */
/**
 * Style an element as a column with a gutter.
 * @param {number} [$ratios=1] - A width relative to its container as a fraction.
 * @param {number} [$offset=0] - A offset specified as a fraction (see $ratios).
 * @param {number} [$cycle=0] - Easily create an nth column grid where $cycle equals the number of columns.
 * @param {number} [$uncycle=0] - Undo a previous cycle value to allow for a new one.
 * @param {number} [$gutter=$jeet-gutter] - Specify the gutter width as a percentage of the containers width.
 */
/**
 * An alias for the column mixin.
 * @param [$args...] - All arguments get passed through to column().
 */
/**
 * Get the width of a column and nothing else.
 * @param {number} [$ratios=1] - A width relative to its container as a fraction.
 * @param {number} [$g=$jeet-gutter] - Specify the gutter width as a percentage of the containers width.
 */
/**
 * Get the gutter size of a column and nothing else.
 * @param {number} [ratios=1] - A width relative to its container as a fraction.
 * @param {number} [g=jeet.gutter] - Specify the gutter width as a percentage of the containers width.
 */
/**
 * An alias for the column-width function.
 * @param [$args...] - All arguments get passed through to column().
 */
/**
 * An alias for the column-gutter function.
 * @param [$args...] - All arguments get passed through to column().
 */
/**
 * Style an element as a column without any gutters for a seamless row.
 * @param {number} [$ratios=1] - A width relative to its container as a fraction.
 * @param {number} [$offset=0] - A offset specified as a fraction (see $ratios).
 * @param {number} [cycle=0] - Easily create an nth column grid where cycle equals the number of columns.
 * @param {number} [uncycle=0] - Undo a previous cycle value to allow for a new one.
 */
/**
 * Reorder columns without altering the HTML.
 * @param {number} [$ratios=0] - Specify how far along you want the element to move.
 * @param {string} [$col-or-span=column] - Specify whether the element has a gutter or not.
 * @param {number} [$gutter=$jeet-gutter] - Specify the gutter width as a percentage of the containers width.
 */
/**
 * Reset an element that has had shift() applied to it.
 */
/**
 * View the grid and its layers for easy debugging.
 * @param {string} [$color=black] - The background tint applied.
 * @param {boolean} [$important=false] - Whether to apply the style as !important.
 */
/**
 *  Alias for edit().
 */
/**
 * Horizontally center an element.
 * @param {number} [$max-width=1410px] - The max width the element can be.
 * @param {number} [$pad=0] - Specify the element's left and right padding.
 */
/**
 * Uncenter an element.
 */
/**
 * Stack an element so that nothing is either side of it.
 * @param {number} [$pad=0] - Specify the element's left and right padding.
 * @param {boolean/string} [$align=false] - Specify the text align for the element.
 */
/**
 * Unstack an element.
 */
/**
 * Center an element on either or both axes.
 * @requires A parent container with relative positioning.
 * @param {string} [$direction=both] - Specify which axes to center the element on.
 */
/**
 * Apply a clearfix to an element.
 */
body .page-wrapper footer {
  background: #67686b;
  padding: 10px 20px;
  *zoom: 1;
  color: #FFF; }
  body .page-wrapper footer:before, body .page-wrapper footer:after {
    content: '';
    display: table; }
  body .page-wrapper footer:after {
    clear: both; }
  body .page-wrapper footer a {
    color: #FFF;
    text-decoration: none;
    border-bottom: 1px solid #FFF; }
  body .page-wrapper footer .leftside {
    float: left; }
  body .page-wrapper footer .rightside {
    float: right; }
    body .page-wrapper footer .rightside ul {
      list-style: none;
      margin: 0; }
      body .page-wrapper footer .rightside ul li {
        border-left: 1px solid #FFF;
        display: inline-block;
        margin-left: 10px;
        padding-left: 10px; }
        body .page-wrapper footer .rightside ul li:first-child {
          border: 0;
          margin: 0;
          padding: 0; }

/* Sticky footer */
html,
body {
  height: 100%; }
  html form,
  body form {
    height: 100%; }
    html form .page-wrapper,
    body form .page-wrapper {
      min-height: 100%;
      position: relative;
      padding-bottom: 40px; }
      html form .page-wrapper footer,
      body form .page-wrapper footer {
        position: absolute;
        bottom: 0;
        width: 100%;
        height: 40px; }

body .news {
  height: 3em;
  padding: 0 1.4em;
  margin: 1.4em 0;
  color: #353535;
  background-color: #dcdcdc;
  overflow: hidden; }
  body .news .news-head {
    border-right: 1px solid #aeaeae;
    border-bottom: none;
    float: left;
    height: 2em;
    margin: 0.5em 0; }
    body .news .news-head a {
      color: #4278a4; }
    body .news .news-head h2 {
      line-height: normal;
      margin: -2px 0 0 0; }
      body .news .news-head h2 a {
        font-size: 22px; }
  body .news ul {
    display: block;
    height: 2em;
    margin: 0.5em 0;
    padding-left: 0.9em;
    left: 1em;
    overflow: hidden; }
    body .news ul ul li {
      display: block;
      float: left;
      height: 2em;
      line-height: 2em;
      white-space: nowrap;
      overflow: hidden;
      width: 100%;
      -ms-text-overflow: ellipsis;
      -o-text-overflow: ellipsis;
      text-overflow: ellipsis; }
      body .news ul ul li a {
        font-size: 1.2em;
        color: #353535;
        text-decoration: none; }
        body .news ul ul li a:hover {
          text-decoration: underline; }

body .INP_MANDATORY {
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 2px;
  border: 1px solid #c7c7c7;
  background-color: #fffed8; }

body .ContainerMargin {
  margin-bottom: 10px; }
  body .ContainerMargin img {
    max-width: 100%;
    height: auto; }
  body .ContainerMargin a {
    color: #4278a4; }

body .LinedContainerMargin {
  border: dotted black 1px;
  margin-bottom: 10px; }

body .ContainerBorderMargin {
  margin-bottom: 10px;
  border-left: 1px solid #b1b1b1;
  border-right: 1px solid #b1b1b1;
  border-bottom: 1px solid #b1b1b1;
  padding: 10px; }
  body .ContainerBorderMargin a {
    color: #4278a4; }

body .ContainerBorderTitle {
  background-image: url("../img/menuhover.gif");
  background-repeat: repeat-x;
  color: White;
  text-transform: uppercase;
  padding-left: 10px;
  font-size: 13px;
  font-weight: bold;
  margin: 0px;
  background-color: #7b7f85;
  height: 36px;
  border-left: 1px solid #b1b1b1;
  border-right: 1px solid #b1b1b1;
  border-top: 1px solid #b1b1b1; }
  body .ContainerBorderTitle a {
    color: #4278a4; }

body .ContainerBorderTitleText {
  padding-top: 8px;
  padding-bottom: 10px;
  padding-left: 20px;
  background-image: url("../img/arrow.png");
  background-repeat: no-repeat; }
  body .ContainerBorderTitleText a {
    color: #4278a4; }

body .ContainerBorderBG {
  background-color: #ffffff; }
  body .ContainerBorderBG a {
    color: #4278a4; }

/*  Syntax Quick Reference
  --------------------------
  column($ratios: 1, $offset: 0, $cycle: 0, $uncycle: 0, $gutter: $jeet-gutter)
  span($ratio: 1, $offset: 0)
  shift($ratios: 0, $col_or_span: column, $gutter: $jeet-gutter)
  unshift()
  edit()
  center($max_width: 1410px, $pad: 0)
  stack($pad: 0, $align: false)
  unstack()
  align($direction: both)
  cf()
*/
/**
 * Grid settings.
 * All values are defaults and can therefore be easily overidden.
 */
/**
 * List functions courtesy of the wonderful folks at Team Sass.
 * Check out their awesome grid: Singularity.
 */
/**
 * Get  percentage from a given ratio.
 * @param {number} [$ratio=1] - The column ratio of the element.
 * @returns {number} - The percentage value.
 */
/**
 * Work out the column widths based on the ratio and gutter sizes.
 * @param {number} [$ratios=1] - The column ratio of the element.
 * @param {number} [$gutter=$jeet-gutter] - The gutter for the column.
 * @returns {list} $width $gutter - A list containing the with and gutter for the element.
 */
/**
 * Get the set layout direction for the project.
 * @returns {string} $direction - The layout direction.
 */
/**
 * Replace a specified list value with a new value (uses built in set-nth() if available)
 * @param {list} $list - The list of values you want to alter.
 * @param {number} $index - The index of the list item you want to replace.
 * @param {*} $value - The value you want to replace $index with.
 * @returns {list} $list - The list with the value replaced or removed.
 * @warn if an invalid index is supplied.
 */
/**
 * Reverse a list (progressively enhanced for Sass 3.3)
 * @param {list} $list - The list of values you want to reverse.
 * @returns {list} $result - The reversed list.
 */
/**
 * Get the opposite direction to a given value.
 * @param {string} $dir - The direction you want the opposite of.
 * @returns {string} - The opposite direction to $dir.
 * @warn if an incorrect string is provided.
 */
/**
 * Style an element as a column with a gutter.
 * @param {number} [$ratios=1] - A width relative to its container as a fraction.
 * @param {number} [$offset=0] - A offset specified as a fraction (see $ratios).
 * @param {number} [$cycle=0] - Easily create an nth column grid where $cycle equals the number of columns.
 * @param {number} [$uncycle=0] - Undo a previous cycle value to allow for a new one.
 * @param {number} [$gutter=$jeet-gutter] - Specify the gutter width as a percentage of the containers width.
 */
/**
 * An alias for the column mixin.
 * @param [$args...] - All arguments get passed through to column().
 */
/**
 * Get the width of a column and nothing else.
 * @param {number} [$ratios=1] - A width relative to its container as a fraction.
 * @param {number} [$g=$jeet-gutter] - Specify the gutter width as a percentage of the containers width.
 */
/**
 * Get the gutter size of a column and nothing else.
 * @param {number} [ratios=1] - A width relative to its container as a fraction.
 * @param {number} [g=jeet.gutter] - Specify the gutter width as a percentage of the containers width.
 */
/**
 * An alias for the column-width function.
 * @param [$args...] - All arguments get passed through to column().
 */
/**
 * An alias for the column-gutter function.
 * @param [$args...] - All arguments get passed through to column().
 */
/**
 * Style an element as a column without any gutters for a seamless row.
 * @param {number} [$ratios=1] - A width relative to its container as a fraction.
 * @param {number} [$offset=0] - A offset specified as a fraction (see $ratios).
 * @param {number} [cycle=0] - Easily create an nth column grid where cycle equals the number of columns.
 * @param {number} [uncycle=0] - Undo a previous cycle value to allow for a new one.
 */
/**
 * Reorder columns without altering the HTML.
 * @param {number} [$ratios=0] - Specify how far along you want the element to move.
 * @param {string} [$col-or-span=column] - Specify whether the element has a gutter or not.
 * @param {number} [$gutter=$jeet-gutter] - Specify the gutter width as a percentage of the containers width.
 */
/**
 * Reset an element that has had shift() applied to it.
 */
/**
 * View the grid and its layers for easy debugging.
 * @param {string} [$color=black] - The background tint applied.
 * @param {boolean} [$important=false] - Whether to apply the style as !important.
 */
/**
 *  Alias for edit().
 */
/**
 * Horizontally center an element.
 * @param {number} [$max-width=1410px] - The max width the element can be.
 * @param {number} [$pad=0] - Specify the element's left and right padding.
 */
/**
 * Uncenter an element.
 */
/**
 * Stack an element so that nothing is either side of it.
 * @param {number} [$pad=0] - Specify the element's left and right padding.
 * @param {boolean/string} [$align=false] - Specify the text align for the element.
 */
/**
 * Unstack an element.
 */
/**
 * Center an element on either or both axes.
 * @requires A parent container with relative positioning.
 * @param {string} [$direction=both] - Specify which axes to center the element on.
 */
/**
 * Apply a clearfix to an element.
 */
body {
  font-family: "Open Sans", Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
  font-size: 15px;
  font-size: 0.9375pxrem;
  color: #484a50; }
  body h1, body h2, body h3, body h4, body h5, body h6 {
    font-family: "Open Sans", Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
    font-weight: 400; }
  body .Normal {
    font-size: 14px;
    font-size: 0.875pxrem; }
  body .home .ids-breadcrumb-wrapper {
    margin-bottom: 20px; }
  body .page-wrapper.home .content-wrapper {
    max-width: 960px;
    margin: 0 auto;
    margin-bottom: 20px; }
  body .page-wrapper.publicsitelocator .content-wrapper .middle-column {
    width: 78%; }
    @media (max-width: 1399px) {
      body .page-wrapper.publicsitelocator .content-wrapper .middle-column {
        width: 100%; } }
  body .page-wrapper.publicsitelocator .content-wrapper .ctapane .DnnModule {
    margin-right: 45px;
    float: left;
    min-width: 363px; }
  body .contentpane {
    width: 100%; }
  body .ids-breadcrumb-wrapper {
    -webkit-box-shadow: inset 0 -20px 20px 0 rgba(150, 150, 150, 0.3);
    -moz-box-shadow: inset 0 -20px 20px 0 rgba(150, 150, 150, 0.3);
    box-shadow: inset 0 -20px 20px 0 rgba(150, 150, 150, 0.3);
    background: #c2c3c4;
    width: 100%;
    padding-left: 10px;
    overflow: hidden; }
    body .ids-breadcrumb-wrapper a {
      color: #FFF;
      border-bottom: 1px solid #FFF;
      text-transform: uppercase;
      text-decoration: none;
      display: inline-block;
      margin-right: 20px; }
    body .ids-breadcrumb-wrapper #dnn_dnnBreadcrumb_lblBreadCrumb a {
      display: inline-block;
      padding: 9px 15px;
      border: 0; }
    body .ids-breadcrumb-wrapper .ids-breadcrumb-start,
    body .ids-breadcrumb-wrapper #dnn_dnnBreadcrumb_lblBreadCrumb a:first-child {
      position: relative;
      float: left;
      padding: 9px 15px;
      overflow: hidden; }
      body .ids-breadcrumb-wrapper .ids-breadcrumb-start:after,
      body .ids-breadcrumb-wrapper #dnn_dnnBreadcrumb_lblBreadCrumb a:first-child:after {
        content: "";
        display: block;
        position: absolute;
        top: -6px;
        right: 0;
        width: 10px;
        height: 46px;
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#c2c3c4+0,000000+100&amp;0.65+1,0.65+10,0+100 */
        background: -moz-linear-gradient(left, rgba(194, 195, 196, 0.65) 0%, rgba(192, 193, 194, 0.65) 1%, rgba(175, 175, 176, 0.65) 10%, transparent 100%);
        /* FF3.6+ */
        background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(194, 195, 196, 0.65)), color-stop(1%, rgba(192, 193, 194, 0.65)), color-stop(10%, rgba(175, 175, 176, 0.65)), color-stop(100%, transparent));
        /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(left, rgba(194, 195, 196, 0.65) 0%, rgba(192, 193, 194, 0.65) 1%, rgba(175, 175, 176, 0.65) 10%, transparent 100%);
        /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(left, rgba(194, 195, 196, 0.65) 0%, rgba(192, 193, 194, 0.65) 1%, rgba(175, 175, 176, 0.65) 10%, transparent 100%);
        /* Opera 11.10+ */
        background: -ms-linear-gradient(left, rgba(194, 195, 196, 0.65) 0%, rgba(192, 193, 194, 0.65) 1%, rgba(175, 175, 176, 0.65) 10%, transparent 100%);
        /* IE10+ */
        background: linear-gradient(to right, rgba(194, 195, 196, 0.65) 0%, rgba(192, 193, 194, 0.65) 1%, rgba(175, 175, 176, 0.65) 10%, transparent 100%);
        /* W3C */
        -webkit-transform: rotate(20deg);
        -moz-transform: rotate(20deg);
        -ms-transform: rotate(20deg);
        -o-transform: rotate(20deg);
        transform: rotate(20deg);
        filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
        /*for IE*/ }
    body .ids-breadcrumb-wrapper #dnn_dnnBreadcrumb_lblBreadCrumb a:first-child {
      padding-right: 30px; }
    body .ids-breadcrumb-wrapper .ids-breadcrumb {
      display: inline-block;
      padding: 9px 15px; }
      body .ids-breadcrumb-wrapper .ids-breadcrumb a {
        color: #FFF;
        text-decoration: none;
        font-weight: 600; }
  body .content-wrapper {
    *zoom: 1;
    overflow: hidden; }
    body .content-wrapper:before, body .content-wrapper:after {
      content: '';
      display: table; }
    body .content-wrapper:after {
      clear: both; }
    body .content-wrapper .left-column {
      padding-top: 40px;
      border-right: 1px solid #dadbdc;
      padding-bottom: 9999px;
      margin-bottom: -9999px; }
      @media (min-width: 1200px) {
        body .content-wrapper .left-column {
          *zoom: 1;
          float: left;
          clear: none;
          text-align: inherit;
          width: 18.45833%;
          margin-left: 0%;
          margin-right: 3%;
          padding-left: 45px; }
          body .content-wrapper .left-column:before, body .content-wrapper .left-column:after {
            content: '';
            display: table; }
          body .content-wrapper .left-column:after {
            clear: both; }
          body .content-wrapper .left-column:last-child {
            margin-right: 0%; } }
      @media (max-width: 1399px) {
        body .content-wrapper .left-column {
          *zoom: 1;
          float: left;
          clear: none;
          text-align: inherit;
          width: 26.42857%;
          margin-left: 0%;
          margin-right: 3%;
          padding-left: 0; }
          body .content-wrapper .left-column:before, body .content-wrapper .left-column:after {
            content: '';
            display: table; }
          body .content-wrapper .left-column:after {
            clear: both; }
          body .content-wrapper .left-column:last-child {
            margin-right: 0%; } }
      body .content-wrapper .left-column ul {
        list-style: none; }
        body .content-wrapper .left-column ul li {
          margin-bottom: 30px; }
          body .content-wrapper .left-column ul li a {
            text-decoration: none;
            color: #000;
            font-size: 16px;
            font-size: 1pxrem; }
            body .content-wrapper .left-column ul li a:hover {
              border-bottom: 1px solid #000; }
          body .content-wrapper .left-column ul li.active a {
            font-weight: 800; }
    @media (min-width: 1200px) {
      body .content-wrapper .middle-column {
        *zoom: 1;
        float: left;
        clear: none;
        text-align: inherit;
        width: 44.20833%;
        margin-left: 0%;
        margin-right: 3%;
        padding-top: 30px; }
        body .content-wrapper .middle-column:before, body .content-wrapper .middle-column:after {
          content: '';
          display: table; }
        body .content-wrapper .middle-column:after {
          clear: both; }
        body .content-wrapper .middle-column:last-child {
          margin-right: 0%; } }
    @media (max-width: 1399px) {
      body .content-wrapper .middle-column {
        *zoom: 1;
        float: left;
        clear: none;
        text-align: inherit;
        width: 66.66667%;
        margin-left: 0%;
        margin-right: 0%;
        padding-top: 15px; }
        body .content-wrapper .middle-column:before, body .content-wrapper .middle-column:after {
          content: '';
          display: table; }
        body .content-wrapper .middle-column:after {
          clear: both; }
        body .content-wrapper .middle-column:last-child {
          margin-right: 0%; } }
    body .content-wrapper .middle-column h1 {
      margin-top: 0;
      margin-bottom: 15px;
      line-height: normal; }
    body .content-wrapper .middle-column h2 {
      margin-bottom: 20px; }
    body .content-wrapper .middle-column ul {
      list-style: none;
      margin: 0; }
      body .content-wrapper .middle-column ul li {
        padding-left: 20px;
        margin: 0 0 15px 0;
        position: relative; }
        body .content-wrapper .middle-column ul li:before {
          content: "";
          display: inline-block;
          width: 8px;
          height: 8px;
          background: #c50017;
          position: absolute;
          left: 0;
          top: 4px; }
        body .content-wrapper .middle-column ul li ul {
          margin-top: 15px; }
          body .content-wrapper .middle-column ul li ul li:before {
            background-color: #20419a; }
    @media (min-width: 1200px) {
      body .content-wrapper .right-column {
        *zoom: 1;
        float: left;
        clear: none;
        text-align: inherit;
        width: 31.33333%;
        margin-left: 0%;
        margin-right: 3%;
        padding-top: 85px;
        padding-right: 30px; }
        body .content-wrapper .right-column:before, body .content-wrapper .right-column:after {
          content: '';
          display: table; }
        body .content-wrapper .right-column:after {
          clear: both; }
        body .content-wrapper .right-column:last-child {
          margin-right: 0%; } }
    @media (max-width: 1399px) {
      body .content-wrapper .right-column {
        *zoom: 1;
        float: left;
        clear: none;
        text-align: inherit;
        width: 65.66667%;
        margin-left: 0%;
        margin-right: 3%;
        position: relative;
        left: 29.42857%;
        padding-top: 15px;
        padding-right: 0; }
        body .content-wrapper .right-column:before, body .content-wrapper .right-column:after {
          content: '';
          display: table; }
        body .content-wrapper .right-column:after {
          clear: both; }
        body .content-wrapper .right-column:last-child {
          margin-right: 0%; } }
    body .content-wrapper .column {
      *zoom: 1;
      float: left;
      clear: none;
      text-align: inherit;
      width: 32.66667%;
      margin-left: 0%;
      margin-right: 1%; }
      body .content-wrapper .column:before, body .content-wrapper .column:after {
        content: '';
        display: table; }
      body .content-wrapper .column:after {
        clear: both; }
      body .content-wrapper .column:last-child {
        margin-right: 0%; }
    body .content-wrapper .left-big-column {
      *zoom: 1;
      float: left;
      clear: none;
      text-align: inherit;
      width: 66.33333%;
      margin-left: 0%;
      margin-right: 1%; }
      body .content-wrapper .left-big-column:before, body .content-wrapper .left-big-column:after {
        content: '';
        display: table; }
      body .content-wrapper .left-big-column:after {
        clear: both; }
      body .content-wrapper .left-big-column:last-child {
        margin-right: 0%; }
    body .content-wrapper .right-small-column {
      *zoom: 1;
      float: left;
      clear: none;
      text-align: inherit;
      width: 32.66667%;
      margin-left: 0%;
      margin-right: 1%; }
      body .content-wrapper .right-small-column:before, body .content-wrapper .right-small-column:after {
        content: '';
        display: table; }
      body .content-wrapper .right-small-column:after {
        clear: both; }
      body .content-wrapper .right-small-column:last-child {
        margin-right: 0%; }
  body .ids-image-wrapper,
  body .ids-image-wrapper-no-margin {
    position: relative;
    max-width: 363px;
    padding: 25px;
    margin-bottom: 50px; }
    body .ids-image-wrapper img,
    body .ids-image-wrapper-no-margin img {
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1; }
    body .ids-image-wrapper h2,
    body .ids-image-wrapper p,
    body .ids-image-wrapper-no-margin h2,
    body .ids-image-wrapper-no-margin p {
      position: relative;
      z-index: 2;
      color: #FFF;
      font-weight: 400; }
    body .ids-image-wrapper a,
    body .ids-image-wrapper-no-margin a {
      position: absolute;
      left: 25px;
      bottom: 25px;
      z-index: 2;
      display: block;
      color: #FFF;
      background: #20419a;
      border-radius: 20px;
      padding: 10px;
      text-decoration: none;
      font-size: 14px;
      font-weight: 400; }
      body .ids-image-wrapper a:empty,
      body .ids-image-wrapper-no-margin a:empty {
        display: none; }
    body .ids-image-wrapper h2,
    body .ids-image-wrapper h3,
    body .ids-image-wrapper h4,
    body .ids-image-wrapper h5,
    body .ids-image-wrapper h6,
    body .ids-image-wrapper p,
    body .ids-image-wrapper-no-margin h2,
    body .ids-image-wrapper-no-margin h3,
    body .ids-image-wrapper-no-margin h4,
    body .ids-image-wrapper-no-margin h5,
    body .ids-image-wrapper-no-margin h6,
    body .ids-image-wrapper-no-margin p {
      text-shadow: 1px 1px 1px #000; }
  body .ids-image-wrapper-no-margin {
    margin: 0; }
  body #headline-rotator-container #headline-rotator {
    width: 100% !important; }
    body #headline-rotator-container #headline-rotator .divHeadline {
      width: 100% !important; }
  body #headline-rotator-container #headline-rotator-controls #rotator-nav li a {
    text-indent: -9999px; }

#ControlBar_CustomMenuItems > li > a,
#ControlActionMenu > li > a,
#ControlNav > li > a,
#ControlEditPageMenu > li > a {
  height: 53px !important; }

form .dnn_mact > li.actionMenuMove > ul li {
  height: 35px; }

.subNav.advanced dl ul li {
  height: 60px !important; }

.k-tabstrip-items li:before {
  display: none !important; }

.FAQAnswer {
  font-weight: 600; }

#headline-rotator {
  overflow: hidden; }
  #headline-rotator .divHeadline h1 {
    margin-top: 0;
    line-height: 28px; }

table tr td p:first-child {
  margin-top: 0; }

table tr td img.wrapimage {
  margin-top: 2px; }

.IDSForm .SubHead {
  font-size: 13px;
  margin-right: 15px; }

.IDSForm .NormalRed {
  color: #e28224; }

.IDSForm .Hidden,
.IDSForm .normal {
  display: none; }

.IDSForm .FormError {
  margin-left: -5px;
  border: 1px solid #e28224;
  color: #e28224;
  padding: 5px 10px 5px 10px;
  background-color: #fcf4ed;
  margin-bottom: 15px; }

.IDSForm .NormalTextBox {
  padding-left: 2px;
  border: 1px solid #c7c7c7;
  width: 350px;
  margin-bottom: 10px;
  padding-top: 4px;
  padding-bottom: 4px; }

.IDSForm .MandatoryTextBox {
  padding-left: 2px;
  border: 1px solid #c7c7c7;
  background-color: #fffed8;
  width: 350px;
  margin-bottom: 10px;
  padding-top: 4px;
  padding-bottom: 4px; }

.IDSForm .MandatorySelect {
  padding-left: 2px;
  border: 1px solid #c7c7c7;
  background-color: #fffed8;
  width: 350px;
  margin-bottom: 10px;
  padding-top: 4px;
  padding-bottom: 4px; }

.ModQ8IDSSitesQuickSearchC {
  padding: 0 40px; }

#site-information-tabs .k-tabstrip-items .k-item {
  margin: 0 0 -1px -1px; }

#sites-general .form-fields li.form-field {
  padding-left: 0; }
  #sites-general .form-fields li.form-field:before {
    display: none; }

body .page-wrapper .content-wrapper .ModSitemapC ul.rootGroup li {
  padding-left: 0;
  margin: 0; }
  body .page-wrapper .content-wrapper .ModSitemapC ul.rootGroup li:before {
    display: none; }

