@charset "UTF-8";

@import url("//fonts.googleapis.com/css?family=Convergence");

@import url("//fonts.googleapis.com/css?family=Convergence");

@import url("//fonts.googleapis.com/css?family=Convergence");

/** 5.0.9.P4 **/

/** 5.0.9.P4 **/

/** 5.0.9.P4 **/

/** 5.0.9.P4 **/

/** 5.0.9.P4 **/

/** 5.0.9.P4 **/

/** 5.0.9.P4 **/

/** 5.0.9.P4 **/

/** 5.0.9.P4 **/

/* Reset

oooooooooooooooooooooooooooooooooooooooooooooooooo */

/* line 4, reset.scss */

/*infopro added*/
.editorlisting ul,.editorlisting ol{ margin-bottom:12px;margin-left:18px;margin-top:12px;}
.editorlisting ul .list,.editorlisting ol .list{ margin-bottom:0;margin-left:0;}

.editorlisting ul li,.editorlisting ol li{ margin-left:18px;}
.editorlisting ul .list .listItem,.editorlisting ol .list .listItem{ margin-bottom:0;margin-left:0;}


* {
  margin: 0;
}

  /* line 8, reset.scss */

  * :focus {

      }



/** 5.0.9.P4 **/

/* Global General

oooooooooooooooooooooooooooooooooooooooooooooooooo */

/* line 15, global.scss */

BODY {

  height: 100%;

  text-align: justify;

  font-family: "Cabin", "Verdana", "Arial", sans-serif;

  font-size: 14px;

  font-style: normal;

  font-weight: 400;

  line-height: 1.5em;

  text-decoration: none;

  color: #4b4b4b; }
  
#htmlDanaTemp body{
	font-size:18px;
	text-align:left;
}



/* line 21, global.scss */

H1 {

  font-family: "Cabin", "Verdana", "Arial", sans-serif;

  font-size: 24px;

  font-style: normal;

  font-weight: lighter;

  line-height: 1.1em;

  text-decoration: none;

  color: #4b4b4b;

  margin-bottom: 10px;

  text-align: left; }



/* line 22, global.scss */

H2 {

  font-family: "Cabin", "Verdana", "Arial", sans-serif;

  font-size: 18px;

  font-style: normal;

  font-weight: normal;

  line-height: 1.2em;

  text-decoration: none;

  color: #4b4b4b;

  margin-bottom: 10px;

  text-align: left; }



/* line 23, global.scss */

H3 {

  font-family: "Cabin", "Verdana", "Arial", sans-serif;

  font-size: 16px;

  font-style: normal;

  font-weight: 600;

  line-height: 1.2em;

  text-decoration: none;

  color: #4b4b4b;

  margin-bottom: 10px;

  text-align: left; }



/* line 24, global.scss */

H4 {

  font-family: "Cabin", "Verdana", "Arial", sans-serif;

  font-size: 14px;

  font-style: normal;

  font-weight: bold;

  line-height: 1.2em;

  text-decoration: none;

  color: #4b4b4b;

  margin-bottom: 8px;

  text-align: left; }



/* line 26, global.scss */

A {

  font-family: "Cabin", "Verdana", "Arial", sans-serif;

  font-size: inherit;

  font-style: normal;

  font-weight: normal;

  line-height: inherit;

  text-decoration: underline;

  color: #0033ff; }

  /* line 115, _fonts.scss */

  A:visited {

    color: #735ea3; }

/*A:hover{ font-weight:bold}*/

/* line 63, global.scss */


::-webkit-input-placeholder { /* WebKit browsers */
    color:    #4a4a4a;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #4a4a4a;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #4a4a4a;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #4a4a4a;
}

.list {

  counter-reset: listPath; }

  /* line 67, global.scss */

  .list LI {

    counter-increment: listPath;

    position: relative; }

  /* line 73, global.scss */

  .list .list > .title {

    margin-bottom: 0px; }

  /* line 76, global.scss */

  .list .listItem {

    display: list-item;

    margin-left: 18px; }

  /* line 81, global.scss */

  .list.ordered {

    list-style-type: decimal; }

  /* line 29, global.scss */

  .list.ordered.markerstyle_lower_roman, .list .list.ordered.markerstyle_lower_roman {

    list-style-type: lower-roman; }

  /* line 32, global.scss */

  .list.ordered.markerstyle_upper_roman, .list .list.ordered.markerstyle_upper_roman {

    list-style-type: upper-roman; }

  /* line 35, global.scss */

  .list.ordered.markerstyle_lower_latin, .list .list.ordered.markerstyle_lower_latin {

    list-style-type: lower-latin; }

  /* line 38, global.scss */

  .list.ordered.markerstyle_upper_latin, .list .list.ordered.markerstyle_upper_latin {

    list-style-type: upper-latin; }

  /* line 41, global.scss */

  .list.ordered.markerstyle_decimal, .list .list.ordered.markerstyle_decimal {

    list-style-type: decimal; }

  /* line 46, global.scss */

  .list.ordered LI, .list .list.ordered LI {

    counter-increment: listPath; }

  /* line 50, global.scss */

  .list.ordered.markerstyle_decimal_path > LI, .list .list.ordered.markerstyle_decimal_path > LI {

    display: list-item;

    list-style-type: none; }

    /* line 53, global.scss */

    .list.ordered.markerstyle_decimal_path > LI:before, .list .list.ordered.markerstyle_decimal_path > LI:before {

      content: counters(listPath, ".") ".";

      float: left;

      margin-left: -16px;

      margin-right: .5em; }

  /* line 90, global.scss */

  .list .list:not(.ordered) {

    list-style-type: circle; }

  /* line 94, global.scss */

  .list:not(.ordered) > .listItem.naked_sublist_item {

    list-style-type: none; }



/* line 99, global.scss */

P, .paragraph, .list {

  margin-bottom: 12px; }

  /* line 101, global.scss */

  P .list, .paragraph .list, .list .list {

    margin-bottom: 0px; }



/* line 106, global.scss */

.bold {

  font-weight: bolder; }



/* line 109, global.scss */

.underline {

  text-decoration: underline; }



/* line 112, global.scss */

.italic {

  font-style: italic; }



/** 5.0.9.P4 **/

/** 5.0.9.P4 **/

/** 5.0.9.P4 **/

/** 5.0.9.P4 **/

/* General

oooooooooooooooooooooooooooooooooooooooooooooooooo */

/* line 17, general.scss */

BODY {

  background-size: 100% 101px;

  background-color: white;

  -webkit-text-size-adjust: 100%;

  max-height: 999999px; }



/* line 29, general.scss */

IMG.inline_image {

  display: inline;

  vertical-align: middle; }

  /* line 32, general.scss */

  IMG.inline_image[valign="baseline"] {

    vertical-align: baseline; }

  /* line 35, general.scss */

  IMG.inline_image[valign="sub"] {

    vertical-align: sub; }

  /* line 38, general.scss */

  IMG.inline_image[valign="super"] {

    vertical-align: super; }

  /* line 41, general.scss */

  IMG.inline_image[valign="top"] {

    vertical-align: top; }

  /* line 44, general.scss */

  IMG.inline_image[valign="text-top"] {

    vertical-align: text-top; }

  /* line 47, general.scss */

  IMG.inline_image[valign="middle"] {

    vertical-align: middle; }

  /* line 50, general.scss */

  IMG.inline_image[valign="bottom"] {

    vertical-align: bottom; }

  /* line 53, general.scss */

  IMG.inline_image[valign="text-bottom"] {

    vertical-align: text-bottom; }

/* line 57, general.scss */

IMG.block_image {

  max-width: 100%;

  display: block;

  margin-bottom: 12px; }



/* line 65, general.scss */

.empty_separating_line {

  display: block;

  min-height: 1em; }



/* line 72, general.scss */

.wrapper {

  margin: 0 auto;

  min-width: 240px;

  max-width: 1100px;

  padding: 0 40px;

  display: block; }

  @media screen and (max-width: 768px) {

    /* line 72, general.scss */

    .wrapper {

      min-width: 280px;

      padding: 0 20px; } }



/* line 79, general.scss */

.wrapper > ARTICLE > SECTION.first {

  margin-bottom: 10px; }

  /* line 81, general.scss */

  .wrapper > ARTICLE > SECTION.first > .content_frame {

    padding-right: 40px; }

    @media screen and (max-width: 768px) {

      /* line 81, general.scss */

      .wrapper > ARTICLE > SECTION.first > .content_frame {

        padding-right: 0; } }

@media screen and (max-width: 768px) {

  /* line 90, general.scss */

  .wrapper > ARTICLE > SECTION.first[data-size="small"], .wrapper > ARTICLE > SECTION.first[data-size="medium"], .wrapper > ARTICLE > SECTION.first[data-size="default"], .wrapper > ARTICLE > SECTION.first[data-size="large"], .wrapper > ARTICLE > SECTION.first[data-size="full"], .wrapper > ARTICLE > SECTION.second[data-size="small"], .wrapper > ARTICLE > SECTION.second[data-size="medium"], .wrapper > ARTICLE > SECTION.second[data-size="default"], .wrapper > ARTICLE > SECTION.second[data-size="large"], .wrapper > ARTICLE > SECTION.second[data-size="full"] {

    width: 100%;

    margin-bottom: 10px; } }



/* line 112, general.scss */

ARTICLE {

  margin: 0 auto 20px auto; }

  /* line 2, _common.scss */

  ARTICLE::after {

    content: "";

    display: block;

    visibility: hidden;

    clear: both;

    width: 0;

    height: 0; }

  /* line 115, general.scss */

  ARTICLE .media_text_pair {

    width: 100%; }

  /* line 119, general.scss */

  ARTICLE SECTION.text, ARTICLE SECTION.media {

    padding: 0;

    border: 0; }

  /* line 122, general.scss */

  ARTICLE SECTION.media {

    text-align: right;

    width: 100%; }

  /* line 126, general.scss */

  ARTICLE SECTION.textArea {

    text-align: justify;

    overflow: hidden;

    width: 100%; }

  /* line 131, general.scss */

  ARTICLE SECTION.mediaArea {

    text-align: justify;

    overflow: hidden; }

  /* line 136, general.scss */

  ARTICLE SECTION.first {

    margin: 0;

    padding: 0;

    border: 0;

    display: block;

    width: 50%;

    float: left; }

    /* line 9, _sized.scss */

    ARTICLE SECTION.first[data-size="small"] {

      width: 30%;

      float: left; }

    /* line 14, _sized.scss */

    ARTICLE SECTION.first[data-size="medium"], ARTICLE SECTION.first[data-size="default"] {

      width: 50%;

      float: left; }

    /* line 18, _sized.scss */

    ARTICLE SECTION.first[data-size="large"] {

      width: 70%;

      float: left; }

    /* line 23, _sized.scss */

    ARTICLE SECTION.first[data-size="full"] {

      width: 100%;

      float: none; }

    /* line 139, general.scss */

    ARTICLE SECTION.first[data-size="full"] {

      float: none; }

      /* line 141, general.scss */

      ARTICLE SECTION.first[data-size="full"] > .content_frame {

        padding-right: 0;

        margin-left: 0; }

  /* line 149, general.scss */

  ARTICLE SECTION.second {

    margin: 0;

    padding: 0;

    border: 0;

    display: block;

    width: 50%;

    float: left;

    vertical-align: top;

    margin-top: 0;

    margin-bottom: 0; }

    /* line 9, _sized.scss */

    ARTICLE SECTION.second[data-size="small"] {

      width: 30%;

      float: left; }

    /* line 14, _sized.scss */

    ARTICLE SECTION.second[data-size="medium"], ARTICLE SECTION.second[data-size="default"] {

      width: 50%;

      float: left; }

    /* line 18, _sized.scss */

    ARTICLE SECTION.second[data-size="large"] {

      width: 70%;

      float: left; }

    /* line 23, _sized.scss */

    ARTICLE SECTION.second[data-size="full"] {

      width: 100%;

      float: none; }

    /* line 155, general.scss */

    ARTICLE SECTION.second[data-size="full"] {

      float: none; }



/* Sub-ARTICLES for Media

-------------------------------------------------- */

/* line 166, general.scss */

ARTICLE.media_sub_pair {

  margin: 0;

  padding: 0;

  border: 0; }

  /* line 168, general.scss */

  ARTICLE.media_sub_pair SECTION.first {

    margin: 0;

    padding: 0;

    border: 0;

    display: block;

    width: 50%; }

    /* line 9, _sized.scss */

    ARTICLE.media_sub_pair SECTION.first[data-size="small"] {

      width: 30%;

      float: left; }

    /* line 14, _sized.scss */

    ARTICLE.media_sub_pair SECTION.first[data-size="medium"], ARTICLE.media_sub_pair SECTION.first[data-size="default"] {

      width: 50%;

      float: left; }

    /* line 18, _sized.scss */

    ARTICLE.media_sub_pair SECTION.first[data-size="large"] {

      width: 70%;

      float: left; }

    /* line 23, _sized.scss */

    ARTICLE.media_sub_pair SECTION.first[data-size="full"] {

      width: 100%;

      float: none; }

    /* line 171, general.scss */

    ARTICLE.media_sub_pair SECTION.first:not([data-size="full"]) > .content_frame {

      margin-right: 10px; }

  /* line 176, general.scss */

  ARTICLE.media_sub_pair SECTION.second {

    margin: 0;

    padding: 0;

    border: 0;

    display: block;

    width: 50%; }

    /* line 9, _sized.scss */

    ARTICLE.media_sub_pair SECTION.second[data-size="small"] {

      width: 30%;

      float: left; }

    /* line 14, _sized.scss */

    ARTICLE.media_sub_pair SECTION.second[data-size="medium"], ARTICLE.media_sub_pair SECTION.second[data-size="default"] {

      width: 50%;

      float: left; }

    /* line 18, _sized.scss */

    ARTICLE.media_sub_pair SECTION.second[data-size="large"] {

      width: 70%;

      float: left; }

    /* line 23, _sized.scss */

    ARTICLE.media_sub_pair SECTION.second[data-size="full"] {

      width: 100%;

      float: none; }



/* line 185, general.scss */

.text_object A[href] {

  text-decoration: underline; }



/* line 192, general.scss */

.question_text .paragraph {

  margin-bottom: 0; }



/*

-------------------------------------------------- */

/* line 198, general.scss */

.media_object {

  text-align: right;

  max-width: 100%; }

  /* line 201, general.scss */

  .media_object > .content_frame {

    text-align: left; }

    /* line 210, general.scss */

    .media_object > .content_frame > H2.title {

      font-family: "Cabin", "Verdana", "Arial", sans-serif;

      font-size: 16px;

      font-style: normal;

      font-weight: 600;

      line-height: 1.2em;

      text-decoration: none;

      color: #4b4b4b;

      margin-bottom: 10px;

      text-align: left; }

  /* line 214, general.scss */

  .media_object .media_object_content {

    text-align: left;

    display: block;

    border: none; }



/* line 222, general.scss */

FIGURE {

  margin: 0 0 12px 0;

  max-width: 100%; }

  /* line 2, _common.scss */

  FIGURE::after {

    content: "";

    display: block;

    visibility: hidden;

    clear: both;

    width: 0;

    height: 0; }

  /* line 227, general.scss */

  FIGURE .instruction {

    font-family: "Cabin", "Verdana", "Arial", sans-serif;

    font-style: italic;

    font-weight: normal;

    line-height: 1.2em;

    text-decoration: none;

    color: #4b4b4b;

    display: block;

    margin-bottom: 5px;

    margin-bottom: 1em; }

  /* line 231, general.scss */

  FIGURE FIGCAPTION.caption {

    font-family: "Cabin", "Verdana", "Arial", sans-serif;

    font-size: 11px;

    font-style: normal;

    font-weight: normal;

    line-height: inherit;

    text-decoration: none;

    color: #4b4b4b; }

  /* line 235, general.scss */

  FIGURE IMG {

    display: block; }

  /* line 238, general.scss */

  FIGURE VIDEO {

    max-width: 100%;

    max-height: 100%; }



/* line 244, general.scss */

TEXTAREA:focus {

  outline: 1px solid #e3edf5; }



/* line 249, general.scss */

.first .callout {

  margin-bottom: 12px; }



/* line 254, general.scss */

.callout {

  background-color: #e4e4e4;

  padding: 1em; }

  /* line 258, general.scss */

  .callout .callout_header .callout_icon {

    display: block;

    width: 40px;

    height: 80px;

    background-color: magenta;

    content: '';

    float: left;

    margin-top: -1em;

    margin-right: 10px;

    margin-bottom: 1em; }

  /* line 272, general.scss */

  .callout > Article.media_sub_pair > Section.first {

    margin: 0;

    padding: 0;

    border: 0;

    display: block;

    width: 50%; }

    /* line 9, _sized.scss */

    .callout > Article.media_sub_pair > Section.first[data-size="small"] {

      width: 30%;

      float: left; }

    /* line 14, _sized.scss */

    .callout > Article.media_sub_pair > Section.first[data-size="medium"], .callout > Article.media_sub_pair > Section.first[data-size="default"] {

      width: 50%;

      float: left; }

    /* line 18, _sized.scss */

    .callout > Article.media_sub_pair > Section.first[data-size="large"] {

      width: 70%;

      float: left; }

    /* line 23, _sized.scss */

    .callout > Article.media_sub_pair > Section.first[data-size="full"] {

      width: 100%;

      float: none; }

    /* line 275, general.scss */

    .callout > Article.media_sub_pair > Section.first:not([data-size="full"]) .content_frame {

      margin-right: 10px;

      margin-left: 0px; }

  /* line 283, general.scss */

  .callout .horizontal_callout_pair {

    padding-left: 22em; }

    /* line 285, general.scss */

    .callout .horizontal_callout_pair > .callout_header {

      margin-left: -21em;

      width: 20em;

      float: left; }

      /* line 289, general.scss */

      .callout .horizontal_callout_pair > .callout_header .callout_icon {

        float: none; }

      /* line 292, general.scss */

      .callout .horizontal_callout_pair > .callout_header .callout_title {

        margin-left: 0px; }

    /* line 296, general.scss */

    .callout .horizontal_callout_pair > .body_content {

      display: inline-block; }

  /* line 2, _common.scss */

  .callout::after {

    content: "";

    display: block;

    visibility: hidden;

    clear: both;

    width: 0;

    height: 0; }



/* line 310, general.scss */

.hide_text {

  overflow: hidden;

  position: absolute;

  height: 0;

  width: 0; }



/* line 12, _copyright.scss */

#copyright_statement {

  margin-top: 5em;

  font-family: "Cabin", "Verdana", "Arial", sans-serif;

  font-size: 12px;

  font-style: italic;

  font-weight: normal;

  line-height: 1.2em;

  text-decoration: none;

  color: #a4a4a4;

  white-space: pre-line;

  text-align: right;

  display: none; }

  /* line 29, _copyright.scss */

  #copyright_statement .seperator {

    display: block;

    content: ' ';

    font-size: 0px;

    line-height: 0px;

    color: transparent;

    margin: 0;

    padding: 0;

    border: none;

    display: none; }

  /* line 45, _copyright.scss */

  #copyright_statement:before {

    text-align: left;

    display: inline-block;

    content: ""; }

  /* line 52, _copyright.scss */

  #copyright_statement:after {

    text-align: left;

    display: inline-block;

    content: ""; }



/** 5.0.9.P4 **/
/**added by IPW **/
.lpbrdtable {border-collapse:collapse;}
.lpbrdtable td,.lpbrdtable th{ border:1px solid #a4a4a4;}
.Wirisformula{/*vertical-align:middle;*/display:inline;}

/*new style for lists*/
.listBlock{counter-reset: listPath; margin:0 0 12px !important;}
.listBlock ul,.listBlock ol{ margin:0}
.listBlock li { margin-left: 18px;counter-increment: listPath;  position: relative;}
.listBlock li ul{list-style-type: circle;}
.listBlock li ul li ul{list-style-type: square;}
.listBlock li ol{list-style-type: decimal;}
/*new style for lists END*/

.tabinfo1,.selected .tabinfo2{ display:inline}
.tabinfo2,.selected .tabinfo1{ display:none}
