﻿@charset "UTF-8";
/* Base variables */
/**
   * Allows you to wrap style properties in a class but still keep it within the 'wrapClass'.
   * Because it uses at-root, it will ignore current nesting.
   * Use multiple selectors as parameters if needed.
   */
/*######################################################
	fonts
#######################################################*/
@font-face {
  font-family: 'Conv_DINPro-Black';
  src: url("../Fonts/DINPro-Black/DINPro-Black.eot");
  src: local("☺"), url("../Fonts/DINPro-Black/DINPro-Black.woff") format("woff"), url("../Fonts/DINPro-Black/DINPro-Black.ttf") format("truetype"), url("../Fonts/DINPro-Black/DINPro-Black.svg") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Conv_DINPro-Bold';
  src: url("../Fonts/DINPro-Bold/DINPro-Bold.eot");
  src: local("☺"), url("../Fonts/DINPro-Bold/DINPro-Bold.woff") format("woff"), url("../Fonts/DINPro-Bold/DINPro-Bold.ttf") format("truetype"), url("../Fonts/DINPro-Bold/DINPro-Bold.svg") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Conv_DINPro-Light';
  src: url("../Fonts/DINPro-Light/DINPro-Light.eot");
  src: local("☺"), url("../Fonts/DINPro-Light/DINPro-Light.woff") format("woff"), url("../Fonts/DINPro-Light/DINPro-Light.ttf") format("truetype"), url("../Fonts/DINPro-Light/DINPro-Light.svg") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Conv_DINPro-Medium';
  src: url("../Fonts/DINPro-Medium/DINPro-Medium.eot");
  src: local("☺"), url("../Fonts/DINPro-Medium/DINPro-Medium.woff") format("woff"), url("../Fonts/DINPro-Medium/DINPro-Medium.ttf") format("truetype"), url("../Fonts/DINPro-Medium/DINPro-Medium.svg") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Conv_DINPro-Regular';
  src: url("../Fonts/DINPro-Regular/DINPro-Regular.eot");
  src: local("☺"), url("../Fonts/DINPro-Regular/DINPro-Regular.woff") format("woff"), url("../Fonts/DINPro-Regular/DINPro-Regular.ttf") format("truetype"), url("../Fonts/DINPro-Regular/DINPro-Regular.svg") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Conv_Gotham-Bold';
  src: url("../Fonts/Gotham-Bold/Gotham-Bold.eot");
  src: local("☺"), url("../Fonts/Gotham-Bold/Gotham-Bold.woff") format("woff"), url("../Fonts/Gotham-Bold/Gotham-Bold.ttf") format("truetype"), url("../Fonts/Gotham-Bold/Gotham-Bold.svg") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Conv_Gotham-Book';
  src: url("../Fonts/Gotham-Book/Gotham-Book.eot");
  src: local("☺"), url("../Fonts/Gotham-Book/Gotham-Book.woff") format("woff"), url("../Fonts/Gotham-Book/Gotham-Book.ttf") format("truetype"), url("../Fonts/Gotham-Book/Gotham-Book.svg") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Conv_Gotham-Light';
  src: url("../Fonts/Gotham-Light/Gotham-Light.eot");
  src: local("☺"), url("../Fonts/Gotham-Light/Gotham-Light.woff") format("woff"), url("../Fonts/Gotham-Light/Gotham-Light.ttf") format("truetype"), url("../Fonts/Gotham-Light/Gotham-Light.svg") format("svg");
  font-weight: normal;
  font-style: normal; }

/*------------------------------------------
	font-face icomoon
------------------------------------------*/
@font-face {
  font-family: 'icomoon';
  src: url("../Fonts/icomoon/icomoon.eot?a5vep6");
  src: url("../Fonts/icomoon/icomoon.eot?a5vep6#iefix") format("embedded-opentype"), url("../Fonts/icomoon/icomoon.ttf?a5vep6") format("truetype"), url("../Fonts/icomoon/icomoon.woff?a5vep6") format("woff"), url("../Fonts/icomoon/icomoon.svg?a5vep6#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="ids-icon-"], [class*=" ids-icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.ids-icon-chevron-left:before {
  content: "\e900"; }

.ids-icon-chevron-right:before {
  content: "\e901"; }

.ids-icon-awi-logo:before {
  content: "\e902"; }

.ids-icon-close:before {
  content: "\e903"; }

.ids-icon-dropdown:before {
  content: "\e904"; }

.ids-icon-tickmark:before {
  content: "\e90e"; }

.ids-icon-loding:before {
  content: "\e97e"; }

.bs-ids {
  /*######################################################
	layout
#######################################################*/
  /*######################################################
	ids base
#######################################################*/
  /* loading block */
  /*######################################################
	dropdown
#######################################################*/
  /*######################################################
	buttons
#######################################################*/
  /*######################################################
	checkbox
#######################################################*/
  /*######################################################
  form
#######################################################*/
  /*######################################################
	modal
#######################################################*/
  /*######################################################
	radio
#######################################################*/
  /*######################################################
	select
#######################################################*/
  /*######################################################
	section
#######################################################*/ }
  .bs-ids .l-block {
    display: block; }
  .bs-ids .l-table, .bs-ids .ids-radio-table {
    border-collapse: collapse;
    display: table;
    margin: -1px;
    table-layout: fixed;
    width: 100%; }
    .bs-ids .l-table.is-table-auto, .bs-ids .is-table-auto.ids-radio-table {
      width: auto; }
    @media only screen and (max-width: 1199px) {
      .bs-ids .l-table.is-table-break-lg, .bs-ids .is-table-break-lg.ids-radio-table {
        display: block;
        margin: 0; } }
    @media only screen and (max-width: 991px) {
      .bs-ids .l-table.is-table-break-md, .bs-ids .is-table-break-md.ids-radio-table {
        display: block;
        margin: 0; } }
    @media only screen and (max-width: 767px) {
      .bs-ids .l-table.is-table-break-sm, .bs-ids .is-table-break-sm.ids-radio-table {
        display: block;
        margin: 0; } }
  .bs-ids .l-tablecell, .bs-ids .ids-radio-cell-input, .bs-ids .ids-radio-cell-label {
    display: table-cell;
    vertical-align: top; }
    .bs-ids .l-tablecell.has-rightborder-ids-divider, .bs-ids .has-rightborder-ids-divider.ids-radio-cell-input, .bs-ids .has-rightborder-ids-divider.ids-radio-cell-label {
      border-right: 2px solid #A4A4A4; }
    @media only screen and (max-width: 1199px) {
      .bs-ids .is-table-break-lg .l-tablecell, .bs-ids .is-table-break-lg .ids-radio-cell-input, .bs-ids .is-table-break-lg .ids-radio-cell-label {
        display: block; }
        .bs-ids .is-table-break-lg .l-tablecell.has-rightborder-ids-divider, .bs-ids .is-table-break-lg .has-rightborder-ids-divider.ids-radio-cell-input, .bs-ids .is-table-break-lg .has-rightborder-ids-divider.ids-radio-cell-label {
          border-right: none; } }
    @media only screen and (max-width: 991px) {
      .bs-ids .is-table-break-md .l-tablecell, .bs-ids .is-table-break-md .ids-radio-cell-input, .bs-ids .is-table-break-md .ids-radio-cell-label {
        display: block; }
        .bs-ids .is-table-break-md .l-tablecell.has-rightborder-ids-divider, .bs-ids .is-table-break-md .has-rightborder-ids-divider.ids-radio-cell-input, .bs-ids .is-table-break-md .has-rightborder-ids-divider.ids-radio-cell-label {
          border-right: none; } }
    @media only screen and (max-width: 767px) {
      .bs-ids .is-table-break-sm .l-tablecell, .bs-ids .is-table-break-sm .ids-radio-cell-input, .bs-ids .is-table-break-sm .ids-radio-cell-label {
        display: block; }
        .bs-ids .is-table-break-sm .l-tablecell.has-rightborder-ids-divider, .bs-ids .is-table-break-sm .has-rightborder-ids-divider.ids-radio-cell-input, .bs-ids .is-table-break-sm .has-rightborder-ids-divider.ids-radio-cell-label {
          border-right: none; } }
  .bs-ids .l-inline {
    display: inline-block; }
  .bs-ids .page-colwrap {
    display: table;
    table-layout: fixed;
    width: 100%;
    margin: auto; }
    @media only screen and (max-width: 767px) {
      .bs-ids .page-colwrap {
        display: block; }
        .bs-ids .page-colwrap:before, .bs-ids .page-colwrap:after {
          content: " ";
          display: table; }
        .bs-ids .page-colwrap:after {
          clear: both; } }
    @media only screen and (max-width: 991px) {
      .bs-ids .page-colwrap.three-col-layout {
        display: block; }
        .bs-ids .page-colwrap.three-col-layout:before, .bs-ids .page-colwrap.three-col-layout:after {
          content: " ";
          display: table; }
        .bs-ids .page-colwrap.three-col-layout:after {
          clear: both; } }
  .bs-ids .page-col {
    display: table-cell;
    vertical-align: top; }
    @media only screen and (max-width: 767px) {
      .bs-ids .page-col {
        display: block;
        max-width: 568px;
        margin: auto; } }
    @media only screen and (max-width: 767px) {
      .bs-ids .three-col-layout > .page-col {
        display: block; } }
    .bs-ids .page-col.is-pgcol-content {
      max-width: 568px; }
    .bs-ids .page-col.is-pgcol-aside {
      padding-right: 52px;
      width: 260px; }
      @media only screen and (max-width: 767px) {
        .bs-ids .page-col.is-pgcol-aside {
          padding-right: 0;
          width: 100%; } }
  .bs-ids * {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  .bs-ids * {
    box-sizing: border-box; }
  .bs-ids *:before,
  .bs-ids *:after {
    box-sizing: border-box; }
  .bs-ids .ids-container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
    max-width: 1168px; }
    .bs-ids .ids-container-fluid:before, .bs-ids .ids-container-fluid:after {
      content: " ";
      display: table; }
    .bs-ids .ids-container-fluid:after {
      clear: both; }
  .bs-ids .ids-container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
    max-width: 830px; }
    .bs-ids .ids-container:before, .bs-ids .ids-container:after {
      content: " ";
      display: table; }
    .bs-ids .ids-container:after {
      clear: both; }
    @media only screen and (min-width: 768px) {
      .bs-ids .ids-container {
        width: 750px; } }
    @media only screen and (min-width: 992px) {
      .bs-ids .ids-container {
        width: 970px; } }
    @media only screen and (min-width: 1200px) {
      .bs-ids .ids-container {
        width: 1170px; } }
  .bs-ids .ids-inner-container {
    margin-right: auto;
    margin-left: auto;
    max-width: 568px; }
  .bs-ids .ids-page-title {
    font-family: "Conv_DINPro-Bold", "DIN", sans-serif;
    font-size: 30px;
    line-height: normal;
    margin: 0 0 30px 0;
    text-align: center;
    text-transform: uppercase; }
  .bs-ids .ids-modal-subtitle {
    font-family: "Conv_DINPro-Bold", "DIN", sans-serif !important; }
  .bs-ids .ids-wysiwyg {
    font-family: "Conv_DINPro-Regular", "DIN", sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.6em; }
    @media only screen and (max-width: 767px) {
      .bs-ids .ids-wysiwyg {
        padding-bottom: 30px; } }
    @media only screen and (max-width: 480px) {
      .bs-ids .ids-wysiwyg {
        padding-bottom: 20px; } }
    .bs-ids .ids-wysiwyg h1, .bs-ids .ids-wysiwyg h2, .bs-ids .ids-wysiwyg h3, .bs-ids .ids-wysiwyg h4, .bs-ids .ids-wysiwyg h5, .bs-ids .ids-wysiwyg h6 {
      font-family: "Conv_DINPro-Bold", "DIN", sans-serif; }
    .bs-ids .ids-wysiwyg h2 {
      font-size: 24px;
      line-height: 1.8em;
      margin-bottom: .8em; }
    .bs-ids .ids-wysiwyg h3 {
      font-size: 20px;
      margin-bottom: .8em; }
    .bs-ids .ids-wysiwyg h4 {
      font-size: 18px; }
    .bs-ids .ids-wysiwyg h5 {
      font-weight: 14px;
      font-size: .8em; }
    .bs-ids .ids-wysiwyg a {
      text-decoration: underline; }
      .bs-ids .ids-wysiwyg a:hover, .bs-ids .ids-wysiwyg a:focus, .bs-ids .ids-wysiwyg a:active {
        text-decoration: none; }
    .bs-ids .ids-wysiwyg p {
      font-size: 16px;
      padding-bottom: 1em; }
      .bs-ids .ids-wysiwyg p:last-of-type {
        padding-bottom: 0; }
    .bs-ids .ids-wysiwyg img {
      display: block;
      max-width: 100%;
      height: auto; }
    .bs-ids .ids-wysiwyg .figcaption {
      font-size: 13px;
      color: #5D5C61;
      text-align: center;
      text-transform: uppercase; }
    @media only screen and (min-width: 768px) {
      .bs-ids .ids-wysiwyg .image-right {
        float: right;
        max-width: 350px;
        padding: 10px 0 10px 20px; }
      .bs-ids .ids-wysiwyg .image-left {
        float: left;
        max-width: 350px;
        padding: 10px 20px 10px 0; } }
    @media only screen and (max-width: 767px) {
      .bs-ids .ids-wysiwyg .image-right,
      .bs-ids .ids-wysiwyg .image-left {
        display: block;
        text-align: center; }
        .bs-ids .ids-wysiwyg .image-right img,
        .bs-ids .ids-wysiwyg .image-left img {
          margin: auto; } }
    .bs-ids .ids-wysiwyg .article-intro,
    .bs-ids .ids-wysiwyg .intro {
      font-size: 22px;
      line-height: 1.8em;
      margin-bottom: .8em; }
      .bs-ids .ids-wysiwyg .article-intro > p,
      .bs-ids .ids-wysiwyg .intro > p {
        font-size: 22px;
        line-height: 1.8em;
        margin-bottom: .8em; }
    .bs-ids .ids-wysiwyg .align-center {
      text-align: center;
      margin-left: auto;
      margin-right: auto; }
  .bs-ids .ids-link {
    font-size: 14px;
    font-family: "Conv_DINPro-Regular", "DIN", sans-serif;
    line-height: normal;
    text-decoration: underline; }
    .bs-ids .ids-link:hover {
      text-decoration: none; }
  .bs-ids .ids-text {
    font-size: 14px;
    font-family: "Conv_DINPro-Regular", "DIN", sans-serif;
    line-height: normal; }
    .bs-ids .ids-text.footnotes {
      padding-top: 10px; }
  .bs-ids .ids-divider {
    border: 0;
    border-top: 2px solid #000;
    height: 0;
    margin: 0;
    padding-bottom: 10px; }
    @media only screen and (max-width: 767px) {
      .bs-ids .ids-divider {
        padding-bottom: 4px; } }
    @media only screen and (max-width: 480px) {
      .bs-ids .ids-divider {
        padding-bottom: 0px; } }
  .bs-ids .ids-standout {
    background-color: #f8f8f8;
    clear: both;
    font-family: "Conv_DINPro-Light", "DIN", sans-serif;
    padding: 25px 40px 30px 30px;
    margin-top: 35px; }
    .bs-ids .ids-standout h1, .bs-ids .ids-standout h2, .bs-ids .ids-standout h3, .bs-ids .ids-standout h4, .bs-ids .ids-standout h5, .bs-ids .ids-standout h6 {
      font-family: "Conv_DINPro-Bold", "DIN", sans-serif;
      line-height: normal !important;
      margin: 0;
      margin-bottom: 15px !important; }
    .bs-ids .ids-standout p {
      margin: 0; }
    .bs-ids .ids-standout .ids-btn, .bs-ids .ids-standout .ids-drop-button, .bs-ids .ids-standout .ids-radiobtn-label {
      text-decoration: none;
      margin-top: 20px;
      margin-bottom: 30px; }
  .bs-ids .ids-radio-cell-input {
    width: 40px; }
  .bs-ids .ids-radio-label {
    display: block;
    font-size: 16px;
    line-height: 2em; }

@keyframes cssload-spin {
  100% {
    transform: rotate(360deg);
    transform: rotate(360deg); } }

@-webkit-keyframes cssload-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
  .showLoading {
    position: relative; }
    .showLoading::before {
      background-color: RGBA(255, 255, 255, 0.9);
      content: "";
      display: block;
      height: 100%;
      width: 100%;
      left: 0;
      top: 0;
      position: fixed;
      z-index: 9990; }
    .showLoading::after {
      content: "";
      display: block;
      width: 50px;
      height: 50px;
      margin: 0 auto;
      border: 4px double;
      border-radius: 50%;
      border-color: transparent rgba(0, 0, 0, 0.6) rgba(0, 0, 0, 0.6);
      position: fixed;
      z-index: 9999;
      top: 50%;
      left: 50%;
      margin-top: -25px;
      /* Negative half of height. */
      margin-left: -25px;
      /* Negative half of width. */
      animation: cssload-spin 690ms infinite linear;
      -o-animation: cssload-spin 690ms infinite linear;
      -ms-animation: cssload-spin 690ms infinite linear;
      -webkit-animation: cssload-spin 690ms infinite linear;
      -moz-animation: cssload-spin 690ms infinite linear; }
  .bs-ids .ids-modal-dialog.showLoadingModal {
    position: relative; }
    .bs-ids .ids-modal-dialog.showLoadingModal::before {
      background-color: RGBA(255, 255, 255, 0.9);
      content: "";
      display: block;
      height: 100%;
      width: 100%;
      left: 0;
      top: 0;
      position: absolute;
      z-index: 9990; }
    .bs-ids .ids-modal-dialog.showLoadingModal::after {
      content: "";
      display: block;
      width: 50px;
      height: 50px;
      margin: 0 auto;
      border: 4px double;
      border-radius: 50%;
      border-color: transparent rgba(0, 0, 0, 0.6) rgba(0, 0, 0, 0.6);
      position: absolute;
      z-index: 9999;
      top: 50%;
      left: 50%;
      margin-top: -25px;
      /* Negative half of height. */
      margin-left: -25px;
      /* Negative half of width. */
      animation: cssload-spin 690ms infinite linear;
      -o-animation: cssload-spin 690ms infinite linear;
      -ms-animation: cssload-spin 690ms infinite linear;
      -webkit-animation: cssload-spin 690ms infinite linear;
      -moz-animation: cssload-spin 690ms infinite linear; }
  .bs-ids .ids-json-message {
    background-color: #f8f8f8;
    border: 1px solid #5D5C61;
    display: block;
    font-family: "Conv_DINPro-Regular", "DIN", sans-serif;
    font-size: 12px;
    padding: 10px 15px;
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center; }
    .bs-ids .ids-json-message:before {
      content: '×';
      cursor: pointer;
      display: block;
      font-size: 25px;
      position: absolute;
      right: 0px;
      top: -1px;
      width: 25px;
      height: 25px;
      line-height: 25px;
      text-align: center; }
    .bs-ids .ids-json-message.error-message {
      background-color: #fce6e5;
      border-color: #ef7973;
      color: #E2231A; }
  .bs-ids .ids-errormsg-wrap {
    background-color: #fce6e5;
    border: 1px solid #ef7973;
    color: #E2231A;
    display: block;
    font-family: "Conv_DINPro-Regular", "DIN", sans-serif;
    font-size: 14px;
    padding: 10px 15px;
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px; }
  .bs-ids .ids-errormsg-close {
    position: absolute;
    right: 0;
    top: 0;
    background-color: transparent;
    border: 0;
    font-size: 10px;
    padding: 10px;
    opacity: .2;
    cursor: pointer; }
  .bs-ids select.bs-select-hidden,
  .bs-ids select.selectpicker {
    display: none !important; }
  .bs-ids .ids-customSelect {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 220px \0;
    /*IE9 and below*/ }
    .bs-ids .ids-customSelect > .ids-drop-button {
      width: 100%;
      padding-right: 25px;
      z-index: 1; }
      .bs-ids .ids-customSelect > .ids-drop-button.bs-placeholder, .bs-ids .ids-customSelect > .ids-drop-button.bs-placeholder:hover, .bs-ids .ids-customSelect > .ids-drop-button.bs-placeholder:focus, .bs-ids .ids-customSelect > .ids-drop-button.bs-placeholder:active {
        color: #999; }
    .bs-ids .ids-customSelect > select {
      position: absolute !important;
      bottom: 0;
      left: 50%;
      display: block !important;
      width: 0.5px !important;
      height: 100% !important;
      padding: 0 !important;
      opacity: 0 !important;
      border: none; }
      .bs-ids .ids-customSelect > select.mobile-device {
        top: 0;
        left: 0;
        display: block !important;
        width: 100% !important;
        z-index: 2; }
    .bs-ids .has-error .ids-customSelect > .ids-drop-button {
      border-color: #b94a48; }
    .bs-ids .error .ids-customSelect > .ids-drop-button {
      border-color: #b94a48; }
    .bs-ids .ids-customSelect.fit-width {
      width: auto !important; }
    .bs-ids .ids-customSelect:not([class*="col-"]):not([class*="ids-form-control"]):not(.input-group-btn) {
      width: 220px; }
    .bs-ids .ids-customSelect .ids-drop-button:focus {
      outline: thin dotted #333333 !important;
      outline: 5px auto -webkit-focus-ring-color !important;
      outline-offset: -2px; }
  .bs-ids .ids-customSelect.ids-form-control {
    margin-bottom: 0;
    padding: 0;
    border: none; }
    .bs-ids .ids-customSelect.ids-form-control:not([class*="col-"]) {
      width: 100%; }
    .bs-ids .ids-customSelect.ids-form-control.input-group-btn {
      z-index: auto; }
      .bs-ids .ids-customSelect.ids-form-control.input-group-btn:not(:first-child):not(:last-child) > .btn {
        border-radius: 0; }
  .bs-ids .ids-customSelect.btn-group:not(.input-group-btn), .bs-ids .ids-customSelect.btn-group[class*="col-"] {
    float: none;
    display: inline-block;
    margin-left: 0; }
  .bs-ids .ids-customSelect.btn-group.dropdown-menu-right, .bs-ids .ids-customSelect.btn-group[class*="col-"].dropdown-menu-right {
    float: right; }
  .bs-ids .row .ids-customSelect.btn-group.dropdown-menu-right {
    float: right; }
  .bs-ids .form-inline .ids-customSelect.btn-group {
    margin-bottom: 0; }
  .bs-ids .form-horizontal .ids-customSelect.btn-group {
    margin-bottom: 0; }
  .bs-ids .form-group .ids-customSelect.btn-group {
    margin-bottom: 0; }
  .bs-ids .form-group-lg .ids-customSelect.btn-group.ids-form-control {
    padding: 0; }
    .bs-ids .form-group-lg .ids-customSelect.btn-group.ids-form-control .ids-drop-button {
      height: 100%;
      font-size: inherit;
      line-height: inherit;
      border-radius: inherit; }
  .bs-ids .form-group-sm .ids-customSelect.btn-group.ids-form-control {
    padding: 0; }
    .bs-ids .form-group-sm .ids-customSelect.btn-group.ids-form-control .ids-drop-button {
      height: 100%;
      font-size: inherit;
      line-height: inherit;
      border-radius: inherit; }
  .bs-ids .form-inline .ids-customSelect.btn-group .ids-form-control {
    width: 100%; }
  .bs-ids .ids-customSelect.btn-group.disabled,
  .bs-ids .ids-customSelect.btn-group > .disabled {
    cursor: not-allowed; }
    .bs-ids .ids-customSelect.btn-group.disabled:focus,
    .bs-ids .ids-customSelect.btn-group > .disabled:focus {
      outline: none !important; }
  .bs-ids .ids-customSelect.btn-group.bs-container {
    position: absolute;
    height: 0 !important;
    padding: 0 !important; }
    .bs-ids .ids-customSelect.btn-group.bs-container .dropdown-menu {
      z-index: 1060; }
  .bs-ids .ids-customSelect.btn-group .ids-drop-button .filter-option {
    display: inline-block;
    float: left;
    overflow: hidden;
    width: 100%;
    text-align: left; }
  .bs-ids .ids-customSelect.btn-group .ids-drop-button .caret {
    position: absolute;
    top: 50%;
    right: 12px;
    margin-top: -2px;
    vertical-align: middle; }
  .bs-ids .ids-customSelect.btn-group[class*="col-"] .ids-drop-button {
    width: 100%; }
  .bs-ids .ids-customSelect.btn-group .dropdown-menu {
    min-width: 100%;
    box-sizing: border-box; }
    .bs-ids .ids-customSelect.btn-group .dropdown-menu.inner {
      position: static;
      float: none;
      border: 0;
      padding: 0;
      margin: 0;
      border-radius: 0;
      box-shadow: none; }
    .bs-ids .ids-customSelect.btn-group .dropdown-menu li {
      position: relative; }
      .bs-ids .ids-customSelect.btn-group .dropdown-menu li.active small {
        color: #fff; }
      .bs-ids .ids-customSelect.btn-group .dropdown-menu li.disabled a {
        cursor: not-allowed; }
      .bs-ids .ids-customSelect.btn-group .dropdown-menu li a {
        cursor: pointer;
        user-select: none; }
        .bs-ids .ids-customSelect.btn-group .dropdown-menu li a.opt {
          position: relative;
          padding-left: 2.25em; }
        .bs-ids .ids-customSelect.btn-group .dropdown-menu li a span.check-mark {
          display: none; }
        .bs-ids .ids-customSelect.btn-group .dropdown-menu li a span.text {
          display: inline-block; }
      .bs-ids .ids-customSelect.btn-group .dropdown-menu li small {
        padding-left: 0.5em; }
    .bs-ids .ids-customSelect.btn-group .dropdown-menu .notify {
      position: absolute;
      bottom: 5px;
      width: 96%;
      margin: 0 2%;
      min-height: 26px;
      padding: 3px 5px;
      background: whitesmoke;
      border: 1px solid #e3e3e3;
      box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
      pointer-events: none;
      opacity: 0.9;
      box-sizing: border-box; }
  .bs-ids .ids-customSelect.btn-group .no-results {
    padding: 3px;
    background: #f5f5f5;
    margin: 0 5px;
    white-space: nowrap; }
  .bs-ids .ids-customSelect.btn-group.fit-width .ids-drop-button .filter-option {
    position: static; }
  .bs-ids .ids-customSelect.btn-group.fit-width .ids-drop-button .caret {
    position: static;
    top: auto;
    margin-top: -1px; }
  .bs-ids .ids-customSelect.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
    position: absolute;
    display: inline-block;
    right: 15px;
    margin-top: 5px; }
  .bs-ids .ids-customSelect.btn-group.show-tick .dropdown-menu li a span.text {
    margin-right: 34px; }
  .bs-ids .ids-customSelect.show-menu-arrow.open > .ids-drop-button {
    z-index: 1061; }
  .bs-ids .ids-customSelect.show-menu-arrow .ids-drop-button:before {
    content: '';
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid rgba(204, 204, 204, 0.2);
    position: absolute;
    bottom: -4px;
    left: 9px;
    display: none; }
  .bs-ids .ids-customSelect.show-menu-arrow .ids-drop-button:after {
    content: '';
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid white;
    position: absolute;
    bottom: -4px;
    left: 10px;
    display: none; }
  .bs-ids .ids-customSelect.show-menu-arrow.dropup .ids-drop-button:before {
    bottom: auto;
    top: -3px;
    border-top: 7px solid rgba(204, 204, 204, 0.2);
    border-bottom: 0; }
  .bs-ids .ids-customSelect.show-menu-arrow.dropup .ids-drop-button:after {
    bottom: auto;
    top: -3px;
    border-top: 6px solid white;
    border-bottom: 0; }
  .bs-ids .ids-customSelect.show-menu-arrow.pull-right .ids-drop-button:before {
    right: 12px;
    left: auto; }
  .bs-ids .ids-customSelect.show-menu-arrow.pull-right .ids-drop-button:after {
    right: 13px;
    left: auto; }
  .bs-ids .ids-customSelect.show-menu-arrow.open > .ids-drop-button:before, .bs-ids .ids-customSelect.show-menu-arrow.open > .ids-drop-button:after {
    display: block; }
  .bs-ids .bs-searchbox,
  .bs-ids .bs-actionsbox,
  .bs-ids .bs-donebutton {
    padding: 4px 8px; }
  .bs-ids .bs-actionsbox {
    width: 100%;
    box-sizing: border-box; }
    .bs-ids .bs-actionsbox .btn-group button {
      width: 50%; }
  .bs-ids .bs-donebutton {
    float: left;
    width: 100%;
    box-sizing: border-box; }
    .bs-ids .bs-donebutton .btn-group button {
      width: 100%; }
  .bs-ids .bs-searchbox + .bs-actionsbox {
    padding: 0 8px 4px; }
  .bs-ids .bs-searchbox .ids-form-control {
    margin-bottom: 0;
    width: 100%;
    float: none; }
  .bs-ids .ids-drop-button {
    border-radius: 2px;
    overflow: hidden;
    background-color: #f8f8f8;
    border-color: #A4A4A4;
    color: #5D5C61;
    font-size: 16px;
    font-family: "Conv_Gotham-Light", sans-serif;
    padding: 9px 15px; }
    .bs-ids .ids-drop-button:focus {
      outline: 0; }
  .bs-ids .ids-customSelect .caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid \9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent; }
  .bs-ids .ids-customSelect .dropup,
  .bs-ids .ids-customSelect .dropdown {
    position: relative; }
  .bs-ids .ids-customSelect .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 10px;
    text-align: left;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box; }
    .bs-ids .ids-customSelect .dropdown-menu.pull-right {
      right: 0;
      left: auto; }
    .bs-ids .ids-customSelect .dropdown-menu .divider {
      height: 1px;
      margin: 6px 0;
      overflow: hidden;
      background-color: #e5e5e5; }
    .bs-ids .ids-customSelect .dropdown-menu > li > a {
      display: block;
      padding: 3px 20px;
      clear: both;
      font-weight: normal;
      line-height: 1.42857;
      color: #cccccc;
      white-space: nowrap; }
  .bs-ids .ids-customSelect .dropdown-menu > li > a:hover, .bs-ids .ids-customSelect .dropdown-menu > li > a:focus {
    text-decoration: none;
    color: #bfbfbf;
    background-color: #f5f5f5; }
  .bs-ids .ids-customSelect .dropdown-menu > .active > a, .bs-ids .ids-customSelect .dropdown-menu > .active > a:hover, .bs-ids .ids-customSelect .dropdown-menu > .active > a:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    background-color: #003378; }
  .bs-ids .ids-customSelect .dropdown-menu > .disabled > a, .bs-ids .ids-customSelect .dropdown-menu > .disabled > a:hover, .bs-ids .ids-customSelect .dropdown-menu > .disabled > a:focus {
    color: #e7e7e7; }
  .bs-ids .ids-customSelect .dropdown-menu > .disabled > a:hover, .bs-ids .ids-customSelect .dropdown-menu > .disabled > a:focus {
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    cursor: not-allowed; }
  .bs-ids .open > .dropdown-menu,
  .bs-ids .show > .dropdown-menu,
  .bs-ids .open.show > .dropdown-menu,
  .bs-ids .ids-customSelect.show > .dropdown-menu {
    display: block; }
  .bs-ids .open > a,
  .bs-ids .show > a,
  .bs-ids .open.show > a,
  .bs-ids .ids-customSelect.show > a {
    outline: 0; }
  .bs-ids .dropdown-menu-right {
    left: auto;
    right: 0; }
  .bs-ids .dropdown-menu-left {
    left: 0;
    right: auto; }
  .bs-ids .dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 9px;
    line-height: 1.42857;
    color: #e7e7e7;
    white-space: nowrap; }
  .bs-ids .dropdown-backdrop {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 990; }
  .bs-ids .pull-right > .dropdown-menu {
    right: 0;
    left: auto; }
  .bs-ids .dropup .caret,
  .bs-ids .navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 4px dashed;
    border-bottom: 4px solid \9;
    content: ""; }
  .bs-ids .dropup .dropdown-menu,
  .bs-ids .navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px; }
  @media (min-width: 768px) {
    .bs-ids .navbar-right .dropdown-menu {
      right: 0;
      left: auto; }
    .bs-ids .navbar-right .dropdown-menu-left {
      left: 0;
      right: auto; } }
  .bs-ids .ids-btn-wrap {
    padding-top: 40px;
    padding-bottom: 20px;
    text-align: center; }
  .bs-ids .ids-btn, .bs-ids .ids-drop-button, .bs-ids .ids-radiobtn-label {
    border-radius: 2px;
    overflow: hidden;
    transition: all ease-in 0.125s;
    display: inline-block;
    font-family: "Conv_DINPro-Medium", "DIN", sans-serif;
    font-weight: normal;
    position: relative;
    margin-bottom: 0;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    text-decoration: none;
    white-space: nowrap;
    z-index: 5;
    padding: 6px 12px;
    font-size: 10px;
    line-height: 1.42857;
    border-radius: 2px;
    text-transform: uppercase;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
    .bs-ids .ids-btn:focus, .bs-ids .ids-drop-button:focus, .bs-ids .ids-radiobtn-label:focus, .bs-ids .ids-btn.focus, .bs-ids .focus.ids-drop-button, .bs-ids .focus.ids-radiobtn-label, .bs-ids .ids-btn:active:focus, .bs-ids .ids-drop-button:active:focus, .bs-ids .ids-radiobtn-label:active:focus, .bs-ids .ids-btn:active.focus, .bs-ids .ids-drop-button:active.focus, .bs-ids .ids-radiobtn-label:active.focus, .bs-ids .ids-btn.active:focus, .bs-ids .active.ids-drop-button:focus, .bs-ids .active.ids-radiobtn-label:focus, .bs-ids .ids-btn.active.focus, .bs-ids .active.focus.ids-drop-button, .bs-ids .active.focus.ids-radiobtn-label {
      outline: 5px auto -webkit-focus-ring-color;
      outline-offset: -2px; }
    .bs-ids .ids-btn:hover, .bs-ids .ids-drop-button:hover, .bs-ids .ids-radiobtn-label:hover, .bs-ids .ids-btn:focus, .bs-ids .ids-drop-button:focus, .bs-ids .ids-radiobtn-label:focus, .bs-ids .ids-btn.focus, .bs-ids .focus.ids-drop-button, .bs-ids .focus.ids-radiobtn-label {
      color: #747779;
      text-decoration: none; }
    .bs-ids .ids-btn:active, .bs-ids .ids-drop-button:active, .bs-ids .ids-radiobtn-label:active, .bs-ids .ids-btn:focus, .bs-ids .ids-drop-button:focus, .bs-ids .ids-radiobtn-label:focus, .bs-ids .ids-btn.active, .bs-ids .active.ids-drop-button, .bs-ids .active.ids-radiobtn-label {
      background-image: none;
      outline: none;
      box-shadow: none; }
    .bs-ids .ids-btn.disabled, .bs-ids .disabled.ids-drop-button, .bs-ids .disabled.ids-radiobtn-label, .bs-ids .ids-btn[disabled], .bs-ids [disabled].ids-drop-button, .bs-ids [disabled].ids-radiobtn-label {
      cursor: not-allowed;
      opacity: 0.65;
      filter: alpha(opacity=65);
      box-shadow: none; }
    .bs-ids fieldset[disabled] .ids-btn, .bs-ids fieldset[disabled] .ids-drop-button, .bs-ids fieldset[disabled] .ids-radiobtn-label {
      cursor: not-allowed;
      opacity: 0.65;
      filter: alpha(opacity=65);
      box-shadow: none; }
  .bs-ids .ids-btn-primary, .bs-ids .ids-radiobtn-input:checked + .ids-radiobtn-label {
    color: #fff;
    background-color: #000;
    border-color: #000; }
    .bs-ids .ids-btn-primary:focus, .bs-ids .ids-radiobtn-input:checked + .ids-radiobtn-label:focus, .bs-ids .ids-btn-primary.focus, .bs-ids .ids-radiobtn-input:checked + .focus.ids-radiobtn-label {
      color: #fff;
      background-color: black;
      border-color: black; }
    .bs-ids .ids-btn-primary:hover, .bs-ids .ids-radiobtn-input:checked + .ids-radiobtn-label:hover {
      color: #fff;
      background-color: black;
      border-color: black; }
    .bs-ids .ids-btn-primary:active, .bs-ids .ids-radiobtn-input:checked + .ids-radiobtn-label:active, .bs-ids .ids-btn-primary.active, .bs-ids .ids-radiobtn-input:checked + .active.ids-radiobtn-label,
    .open > .bs-ids .ids-btn-primary.dropdown-toggle, .open > .bs-ids .ids-radiobtn-input:checked + .dropdown-toggle.ids-radiobtn-label {
      color: #fff;
      background-color: black;
      border-color: black; }
      .bs-ids .ids-btn-primary:active:hover, .bs-ids .ids-radiobtn-input:checked + .ids-radiobtn-label:active:hover, .bs-ids .ids-btn-primary:active:focus, .bs-ids .ids-radiobtn-input:checked + .ids-radiobtn-label:active:focus, .bs-ids .ids-btn-primary:active.focus, .bs-ids .ids-radiobtn-input:checked + .ids-radiobtn-label:active.focus, .bs-ids .ids-btn-primary.active:hover, .bs-ids .ids-radiobtn-input:checked + .active.ids-radiobtn-label:hover, .bs-ids .ids-btn-primary.active:focus, .bs-ids .ids-radiobtn-input:checked + .active.ids-radiobtn-label:focus, .bs-ids .ids-btn-primary.active.focus, .bs-ids .ids-radiobtn-input:checked + .active.focus.ids-radiobtn-label,
      .open > .bs-ids .ids-btn-primary.dropdown-toggle:hover, .open > .bs-ids .ids-radiobtn-input:checked + .dropdown-toggle.ids-radiobtn-label:hover,
      .open > .bs-ids .ids-btn-primary.dropdown-toggle:focus, .open > .bs-ids .ids-radiobtn-input:checked + .dropdown-toggle.ids-radiobtn-label:focus,
      .open > .bs-ids .ids-btn-primary.dropdown-toggle.focus, .open > .bs-ids .ids-radiobtn-input:checked + .dropdown-toggle.focus.ids-radiobtn-label {
        color: #fff;
        background-color: black;
        border-color: black; }
    .bs-ids .ids-btn-primary:active, .bs-ids .ids-radiobtn-input:checked + .ids-radiobtn-label:active, .bs-ids .ids-btn-primary.active, .bs-ids .ids-radiobtn-input:checked + .active.ids-radiobtn-label,
    .open > .bs-ids .ids-btn-primary.dropdown-toggle, .open > .bs-ids .ids-radiobtn-input:checked + .dropdown-toggle.ids-radiobtn-label {
      background-image: none; }
    .bs-ids .ids-btn-primary.disabled:hover, .bs-ids .ids-radiobtn-input:checked + .disabled.ids-radiobtn-label:hover, .bs-ids .ids-btn-primary.disabled:focus, .bs-ids .ids-radiobtn-input:checked + .disabled.ids-radiobtn-label:focus, .bs-ids .ids-btn-primary.disabled.focus, .bs-ids .ids-radiobtn-input:checked + .disabled.focus.ids-radiobtn-label, .bs-ids .ids-btn-primary[disabled]:hover, .bs-ids .ids-radiobtn-input:checked + [disabled].ids-radiobtn-label:hover, .bs-ids .ids-btn-primary[disabled]:focus, .bs-ids .ids-radiobtn-input:checked + [disabled].ids-radiobtn-label:focus, .bs-ids .ids-btn-primary[disabled].focus, .bs-ids .ids-radiobtn-input:checked + [disabled].focus.ids-radiobtn-label,
    fieldset[disabled] .bs-ids .ids-btn-primary:hover,
    fieldset[disabled] .bs-ids .ids-radiobtn-input:checked + .ids-radiobtn-label:hover,
    fieldset[disabled] .bs-ids .ids-btn-primary:focus,
    fieldset[disabled] .bs-ids .ids-radiobtn-input:checked + .ids-radiobtn-label:focus,
    fieldset[disabled] .bs-ids .ids-btn-primary.focus,
    fieldset[disabled] .bs-ids .ids-radiobtn-input:checked + .focus.ids-radiobtn-label {
      background-color: #000;
      border-color: #000; }
    .bs-ids .ids-btn-primary .badge, .bs-ids .ids-radiobtn-input:checked + .ids-radiobtn-label .badge {
      color: #000;
      background-color: #fff; }
  .bs-ids .ids-btn-xs {
    padding: 1px 5px;
    font-size: 9px;
    line-height: 1.5;
    border-radius: 2px;
    font-size: 12px;
    padding: 1px 10px; }
  .bs-ids .ids-btn-sm {
    padding: 5px 10px;
    font-size: 9px;
    line-height: 1.5;
    border-radius: 2px;
    font-size: 14px;
    padding: 8px 18px;
    min-width: 111px; }
  .bs-ids .ids-btn-md, .bs-ids .ids-radiobtn-label {
    font-size: 14px;
    padding: 15px 40px;
    min-width: 150px; }
  .bs-ids .ids-btn-lg {
    padding: 10px 16px;
    font-size: 13px;
    line-height: 1.33333;
    border-radius: 2px;
    font-size: 14px;
    padding: 32px 40px; }
    @media only screen and (max-width: 480px) {
      .bs-ids .ids-btn-lg {
        display: block;
        padding-left: inherit;
        padding-right: inherit;
        width: 100%; } }
  .bs-ids .ids-btn-default {
    color: #747779;
    background-color: transparent;
    border-color: #979797; }
    .bs-ids .ids-btn-default:focus, .bs-ids .ids-btn-default.focus {
      color: #747779;
      background-color: transparent;
      border-color: #575757; }
    .bs-ids .ids-btn-default:hover {
      color: #747779;
      background-color: transparent;
      border-color: #787878; }
    .bs-ids .ids-btn-default:active, .bs-ids .ids-btn-default.active,
    .open > .bs-ids .ids-btn-default.dropdown-toggle {
      color: #747779;
      background-color: transparent;
      border-color: #787878; }
      .bs-ids .ids-btn-default:active:hover, .bs-ids .ids-btn-default:active:focus, .bs-ids .ids-btn-default:active.focus, .bs-ids .ids-btn-default.active:hover, .bs-ids .ids-btn-default.active:focus, .bs-ids .ids-btn-default.active.focus,
      .open > .bs-ids .ids-btn-default.dropdown-toggle:hover,
      .open > .bs-ids .ids-btn-default.dropdown-toggle:focus,
      .open > .bs-ids .ids-btn-default.dropdown-toggle.focus {
        color: #747779;
        background-color: transparent;
        border-color: #575757; }
    .bs-ids .ids-btn-default:active, .bs-ids .ids-btn-default.active,
    .open > .bs-ids .ids-btn-default.dropdown-toggle {
      background-image: none; }
    .bs-ids .ids-btn-default.disabled:hover, .bs-ids .ids-btn-default.disabled:focus, .bs-ids .ids-btn-default.disabled.focus, .bs-ids .ids-btn-default[disabled]:hover, .bs-ids .ids-btn-default[disabled]:focus, .bs-ids .ids-btn-default[disabled].focus,
    fieldset[disabled] .bs-ids .ids-btn-default:hover,
    fieldset[disabled] .bs-ids .ids-btn-default:focus,
    fieldset[disabled] .bs-ids .ids-btn-default.focus {
      background-color: transparent;
      border-color: #979797; }
    .bs-ids .ids-btn-default .badge {
      color: transparent;
      background-color: #747779; }
    .bs-ids .ids-btn-default.ids-btn-md, .bs-ids .ids-btn-default.ids-radiobtn-label {
      padding-left: 45px;
      padding-right: 45px; }
    .bs-ids .ids-btn-default:hover, .bs-ids .ids-btn-default:focus, .bs-ids .ids-btn-default:active {
      background-color: #747779;
      border-color: #747779;
      color: #fff; }
  .bs-ids .ids-btn-back {
    padding-left: 50px;
    position: relative;
    text-align: right; }
    .bs-ids .ids-btn-back:before {
      font-family: 'icomoon';
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 16px;
      left: 18px;
      position: absolute;
      top: 50%;
      margin-top: -8px; }
  .bs-ids .ids-btn-block {
    display: block;
    width: 100%; }
  .bs-ids .ids-checkbox {
    font-size: 14px;
    font-family: "Conv_DINPro-Regular", "DIN", sans-serif;
    margin-bottom: 0;
    margin-top: 0;
    padding-top: 4px;
    min-height: 25px; }
    .bs-ids .ids-checkbox a {
      text-decoration: underline; }
      .bs-ids .ids-checkbox a:hover {
        text-decoration: none; }
    .bs-ids .ids-checkbox label {
      display: inline;
      padding-bottom: 0;
      padding-left: 30px;
      padding-top: 0;
      position: relative;
      min-height: 20px;
      font-weight: normal; }
    .bs-ids .error .ids-checkbox label {
      margin-bottom: 0; }
    .bs-ids .error .ids-checkbox .ids-form-message {
      margin-bottom: 20px; }
    .bs-ids .ids-checkbox input[type="checkbox"] {
      -webkit-appearance: none;
      -moz-appearance: none;
      -ms-appearance: none;
      -o-appearance: none;
      appearance: none;
      position: absolute;
      top: -6px;
      right: 0;
      bottom: 0;
      left: 0;
      height: 20px;
      width: 20px;
      transition: all 0.15s ease-out 0s;
      background: #F2F2F2;
      border: 1px solid #000;
      color: #fff;
      cursor: pointer;
      display: inline-block;
      margin-top: 4px;
      margin-right: 5px;
      outline: none;
      z-index: 200;
      border-radius: 4px;
      overflow: hidden; }
      .bs-ids .ids-checkbox input[type="checkbox"]::before, .bs-ids .ids-checkbox input[type="checkbox"]::after {
        display: none; }
      .bs-ids .ids-checkbox input[type="checkbox"]:checked {
        background: #5D5C61;
        border-color: #5D5C61; }
        .bs-ids .ids-checkbox input[type="checkbox"]:checked::before {
          background: #5D5C61;
          border-color: #5D5C61;
          content: '\2713';
          display: inline-block;
          font-size: 16px;
          font-weight: bold;
          height: 20px;
          left: -1px;
          line-height: 20px;
          position: absolute;
          text-align: center;
          top: -1px;
          width: 20px; }
    .bs-ids .ids-checkbox-textwrapper {
      padding-left: 30px;
      padding-top: 10px; }
      .bs-ids .ids-checkbox-textwrapper label {
        display: inline-block;
        padding-left: 0; }
  .bs-ids .ids-form-wrapper {
    padding: 10px 0 3px 0; }
    .bs-ids .ids-modal-body .ids-form-wrapper {
      padding: 0; }
    .bs-ids .ids-form-wrapper legend {
      border: none;
      color: #000;
      font-family: "Conv_DINPro-Regular", "DIN", sans-serif;
      font-size: 14px;
      padding-top: 15px;
      text-transform: uppercase; }
    .bs-ids .ids-form-wrapper p {
      font-size: 16px;
      line-height: 20px; }
  .bs-ids .ids-form-group {
    margin-bottom: 15px; }
    .bs-ids .ids-form-group:before, .bs-ids .ids-form-group:after {
      content: " ";
      display: table; }
    .bs-ids .ids-form-group:after {
      clear: both; }
    .bs-ids .ids-form-group.button-wrap {
      padding-top: 30px; }
  .bs-ids .ids-form-item {
    position: relative; }
  .bs-ids .ids-control-label {
    font-family: "Conv_DINPro-Light", "DIN", sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: normal; }
  .bs-ids .ids-form-control {
    transition: all ease-in 0.2s;
    box-shadow: none;
    border-radius: 2px;
    overflow: hidden;
    color: #5D5C61;
    font-family: "Conv_DINPro-Regular", "DIN", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    padding: 12px 16px;
    width: 100%;
    display: block;
    background-color: #f8f8f8;
    background-image: none;
    border: 1px solid #A4A4A4; }
    .bs-ids .ids-form-control::-moz-placeholder {
      color: #999;
      opacity: 1; }
    .bs-ids .ids-form-control:-ms-input-placeholder {
      color: #999; }
    .bs-ids .ids-form-control::-webkit-input-placeholder {
      color: #999; }
    .bs-ids .ids-form-control::-ms-expand {
      border: 0;
      background-color: transparent; }
    .bs-ids .ids-form-control[disabled], .bs-ids .ids-form-control[readonly] {
      background-color: #e6e7e8;
      opacity: 1;
      cursor: not-allowed; }
    .bs-ids fieldset[disabled] .ids-form-control {
      background-color: #e6e7e8;
      opacity: 1;
      cursor: not-allowed; }
    .bs-ids .is-tiny .ids-form-control {
      padding: 2px 6px; }
    .bs-ids .is-thin .ids-form-control {
      padding: 4px 10px; }
    .bs-ids .ids-form-control:focus {
      box-shadow: none;
      border-color: #ccc; }
    .bs-ids .ids-form-control ~ .ids-form-control {
      margin-top: 10px; }
    .bs-ids .error .ids-form-control {
      border-color: #E2231A !important; }
    .bs-ids .input-validation-error .ids-form-control {
      border-color: #E2231A !important; }
    .bs-ids .ids-form-control.error, .bs-ids .ids-form-control.input-validation-error {
      border-color: #E2231A !important; }
    .bs-ids .ids-form-control--sm {
      max-width: 150px; }
  .bs-ids .ids-form-control-static {
    font-size: 15px;
    font-weight: 500;
    line-height: normal;
    padding: 0;
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0;
    min-height: 24px; }
    .bs-ids .ids-form-control-static.input-lg, .bs-ids .ids-form-control-static.input-sm {
      padding-left: 0;
      padding-right: 0; }
  .bs-ids .ids-form-field {
    display: block; }
    .bs-ids .ids-form-field-sm {
      max-width: 178px;
      width: 100%; }
    .bs-ids .ids-form-field-xs {
      max-width: 100px;
      width: 100%; }
    .bs-ids .ids-form-field-xxs {
      max-width: 80px;
      width: 100%; }
    .bs-ids .ids-form-field-overlay {
      text-align: right; }
    .bs-ids .ids-form-field-notes {
      color: #9B9B9B;
      font-family: "Conv_DINPro-Light", "DIN", sans-serif;
      font-size: 14px;
      line-height: 20px; }
  .bs-ids .ids-form-message {
    transition: padding ease-in 0.2s, max-height ease-in 0.2s;
    font-size: 13px;
    padding: 0;
    max-height: 0;
    overflow: hidden; }
    .bs-ids .error .ids-form-message {
      color: #E2231A;
      padding: 5px 0;
      max-height: 100%; }
  .bs-ids textarea.ids-form-control {
    padding: 16px 20px;
    resize: vertical;
    max-width: 100%; }
    .bs-ids .ids-modal textarea.ids-form-control {
      min-height: 180px; }
    .bs-ids .is-thin textarea.ids-form-control {
      padding: 6px 10px;
      height: 60px; }
  .bs-ids select.ids-form-control {
    font-family: "Conv_DINPro-Bold", "DIN", sans-serif;
    font-size: 18px;
    padding: 18px 30px 18px 16px; }
    .bs-ids select.ids-form-control option {
      font-size: .8em;
      padding-bottom: 10px;
      padding-top: 10px;
      line-height: 50px; }
  .bs-ids input[type=file] {
    font-size: 16px; }
  .bs-ids label.required:after {
    content: "*";
    position: relative;
    top: 0px;
    right: 0;
    margin-left: 2px; }
  .bs-ids label.error {
    color: #E2231A;
    font-family: "Conv_DINPro-Light", "DIN", sans-serif;
    font-size: 12px;
    padding-left: 0;
    display: block;
    padding-top: 2px; }
  .bs-ids .field-validation-error {
    color: #E2231A;
    display: block;
    font-size: 12px;
    line-height: normal;
    padding: 5px 0 0 0; }
  .bs-ids .ids-modal {
    display: none;
    overflow: hidden;
    overflow-y: auto;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0; }
    .bs-ids .ids-modal.fade .modal-dialog, .bs-ids .ids-modal.fade .ids-modal-dialog {
      -webkit-transform: translate(0, -25%);
      -ms-transform: translate(0, -25%);
      transform: translate(0, -25%);
      transition: transform 0.3s ease-out; }
    .bs-ids .ids-modal.in .modal-dialog, .bs-ids .ids-modal.in .ids-modal-dialog {
      -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
      transform: translate(0, 0); }
  .bs-ids .ids-modal-title {
    width: 100%;
    color: #000;
    font-family: "Conv_DINPro-Bold", "DIN", sans-serif;
    font-size: 30px;
    font-weight: bold;
    line-height: 36px;
    margin: 0;
    text-align: center;
    text-transform: uppercase; }
  .bs-ids .ids-modal-subtitle {
    margin-top: 0; }
  .bs-ids .ids-modal-content {
    position: relative;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    border: 1px solid #e5e5e5;
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
    outline: 0;
    border-radius: 0;
    overflow: hidden; }
  .bs-ids .ids-modal-header {
    padding: 15px;
    border-bottom: none;
    padding-left: 92px;
    padding-right: 92px;
    height: 50px; }
    .bs-ids .ids-modal-header:before, .bs-ids .ids-modal-header:after {
      content: " ";
      display: table; }
    .bs-ids .ids-modal-header:after {
      clear: both; }
    .bs-ids .modal-lg .ids-modal-header {
      padding-left: 100px;
      padding-right: 100px; }
    @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
      .bs-ids .ids-modal-header {
        padding-left: 60px !important;
        padding-right: 60px !important; } }
    @media only screen and (max-width: 767px) {
      .bs-ids .ids-modal-header {
        padding-left: 60px !important;
        padding-right: 60px !important; } }
    @media only screen and (max-width: 480px) {
      .bs-ids .ids-modal-header {
        padding-left: 40px !important;
        padding-right: 40px !important; } }
    .bs-ids .ids-modal-header .close {
      font-size: 24px;
      font-weight: 100;
      position: absolute;
      top: 20px;
      right: 20px;
      outline: none; }
  .bs-ids .ids-modal-body {
    position: relative;
    padding: 0 15px 15px;
    padding-left: 92px;
    padding-right: 92px;
    overflow-y: auto; }
    .bs-ids .modal-lg .ids-modal-body {
      padding-left: 50px;
      padding-right: 50px; }
    @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
      .bs-ids .ids-modal-body {
        padding-left: 60px !important;
        padding-right: 60px !important; } }
    @media only screen and (max-width: 767px) {
      .bs-ids .ids-modal-body {
        padding-left: 60px !important;
        padding-right: 60px !important; } }
    @media only screen and (max-width: 480px) {
      .bs-ids .ids-modal-body {
        padding-left: 15px !important;
        padding-right: 15px !important; } }
    .bs-ids .no-footer .ids-modal-body {
      padding-bottom: 50px; }
  .bs-ids .ids-modal-intro {
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center; }
  .bs-ids .ids-modal-footer {
    padding-left: 92px;
    padding-right: 92px;
    padding-bottom: 40px; }
    .bs-ids .ids-modal-footer:before, .bs-ids .ids-modal-footer:after {
      content: " ";
      display: table; }
    .bs-ids .ids-modal-footer:after {
      clear: both; }
    .bs-ids .modal-lg .ids-modal-footer {
      padding-left: 42px;
      padding-right: 42px; }
    @media only screen and (max-width: 600px) {
        #okta-sign-in.auth-container .auth-content {
            max-width: unset !important;
        }
    }
    .bs-ids .ids-modal-footer .ids-btn + .ids-btn, .bs-ids .ids-modal-footer .ids-drop-button + .ids-btn, .bs-ids .ids-modal-footer .ids-radiobtn-label + .ids-btn, .bs-ids .ids-modal-footer .ids-btn + .ids-drop-button, .bs-ids .ids-modal-footer .ids-drop-button + .ids-drop-button, .bs-ids .ids-modal-footer .ids-radiobtn-label + .ids-drop-button, .bs-ids .ids-modal-footer .ids-btn + .ids-radiobtn-label, .bs-ids .ids-modal-footer .ids-drop-button + .ids-radiobtn-label, .bs-ids .ids-modal-footer .ids-radiobtn-label + .ids-radiobtn-label {
      margin-left: 5px;
      margin-bottom: 0; }
    .bs-ids .ids-modal-footer .btn-group .ids-btn + .ids-btn, .bs-ids .ids-modal-footer .btn-group .ids-drop-button + .ids-btn, .bs-ids .ids-modal-footer .btn-group .ids-radiobtn-label + .ids-btn, .bs-ids .ids-modal-footer .btn-group .ids-btn + .ids-drop-button, .bs-ids .ids-modal-footer .btn-group .ids-drop-button + .ids-drop-button, .bs-ids .ids-modal-footer .btn-group .ids-radiobtn-label + .ids-drop-button, .bs-ids .ids-modal-footer .btn-group .ids-btn + .ids-radiobtn-label, .bs-ids .ids-modal-footer .btn-group .ids-drop-button + .ids-radiobtn-label, .bs-ids .ids-modal-footer .btn-group .ids-radiobtn-label + .ids-radiobtn-label {
      margin-left: -1px; }
    .bs-ids .ids-modal-footer .ids-btn-block + .ids-btn-block {
      margin-left: 0; }
  .bs-ids .ids-modal-dialog .close {
    float: right;
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: 0.2;
    filter: alpha(opacity=20); }
    .bs-ids .ids-modal-dialog .close:hover, .bs-ids .ids-modal-dialog .close:focus {
      color: #000;
      text-decoration: none;
      cursor: pointer;
      opacity: 0.5;
      filter: alpha(opacity=50); }
  .bs-ids .ids-modal-dialog button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none; }
  .modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000; }
    .modal-backdrop.fade {
      opacity: 0;
      filter: alpha(opacity=0); }
    .modal-backdrop.in {
      opacity: 0.7;
      filter: alpha(opacity=70); }
  .bs-ids .modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll; }
  @media (min-width: 768px) {
    .bs-ids .modal-dialog, .bs-ids .ids-modal-dialog {
      width: 690px;
      margin: 20px auto; }
    .bs-ids .modal-content {
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }
    .bs-ids .modal-sm {
      width: 500px; } }
  @media (min-width: 992px) {
    .bs-ids .modal-lg {
      width: 768px; } }
  .bs-ids .ids-radio {
    font-size: 14px;
    font-family: "Conv_DINPro-Regular", "DIN", sans-serif;
    margin-bottom: 0;
    margin-top: 0;
    min-height: 25px;
    padding-top: 4px;
    position: relative; }
    .bs-ids .is-inline .ids-radio {
      display: inline-block;
      margin-right: 15px; }
    .bs-ids .ids-radio a {
      text-decoration: underline; }
      .bs-ids .ids-radio a:hover {
        text-decoration: none; }
    .bs-ids .ids-radio label {
      padding-bottom: 0;
      padding-left: 30px;
      padding-top: 0;
      position: relative; }
    .bs-ids .error .ids-radio label {
      margin-bottom: 0; }
    .bs-ids .error .ids-radio .ids-form-message {
      margin-bottom: 20px; }
    .bs-ids .ids-radio input[type="radio"] {
      -webkit-appearance: none;
      -moz-appearance: none;
      -ms-appearance: none;
      -o-appearance: none;
      appearance: none;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 4px;
      height: 20px;
      width: 20px;
      transition: all 0.15s ease-out 0s;
      background: #F2F2F2;
      border: 1px solid #000;
      color: #fff;
      cursor: pointer;
      display: inline-block;
      margin-right: 5px;
      outline: none;
      z-index: 200;
      border-radius: 50%;
      overflow: hidden; }
      .bs-ids .ids-radio input[type="radio"]:checked::before {
        background: #5D5C61;
        content: "";
        display: block;
        font-weight: bold;
        height: 14px;
        left: 2px;
        position: absolute;
        text-align: center;
        top: 2px;
        width: 14px;
        border-radius: 50%;
        overflow: hidden; }
    .bs-ids .ids-radio-textwrapper {
      padding-left: 30px;
      padding-top: 10px; }
    .bs-ids .ids-radio-text {
      font-size: 14px;
      font-weight: normal; }
    .bs-ids .ids-radio--inline {
      display: inline-block; }
      .bs-ids .ids-radio--inline + .ids-radio--inline {
        margin-left: 20px; }
  .bs-ids .ids-radiobtn {
    display: inline-block; }
    .bs-ids .ids-radiobtn-group {
      margin-top: 10px; }
    .bs-ids .ids-radiobtn-input:checked, .bs-ids .ids-radiobtn-input:not(:checked) {
      position: absolute;
      left: -9999px; }
    .bs-ids .ids-radiobtn-label {
      background-color: #ddd; }
  .bs-ids .ids-customSelect > .ids-drop-button {
    border-radius: 2px;
    overflow: hidden;
    background-color: #f8f8f8;
    border-color: #A4A4A4;
    color: #5D5C61;
    font-size: 16px;
    font-family: "Conv_DINPro-Light", "DIN", sans-serif;
    padding: 9px 15px; }
    .bs-ids .ids-customSelect > .ids-drop-button:active:hover, .bs-ids .ids-customSelect > .ids-drop-button:active:focus, .bs-ids .ids-customSelect > .ids-drop-button:active.focus, .bs-ids .ids-customSelect > .ids-drop-button.active:hover, .bs-ids .ids-customSelect > .ids-drop-button.active:focus, .bs-ids .ids-customSelect > .ids-drop-button.active.focus, .bs-ids .ids-customSelect > .ids-drop-button:hover, .bs-ids .ids-customSelect > .ids-drop-button:focus, .bs-ids .ids-customSelect > .ids-drop-button.focus {
      box-shadow: none !important;
      background-color: #f8f8f8;
      border-color: #A4A4A4;
      color: #5D5C61;
      outline: none !important; }
  .bs-ids .ids-customSelect.open > .ids-drop-button {
    box-shadow: none !important; }
    .bs-ids .ids-customSelect.open > .ids-drop-button:hover, .bs-ids .ids-customSelect.open > .ids-drop-button:focus, .bs-ids .ids-customSelect.open > .ids-drop-button.focus {
      box-shadow: none !important;
      background-color: #f8f8f8;
      border-color: #A4A4A4;
      color: #5D5C61;
      outline: none !important; }
  .bs-ids .ids-customSelect > .dropdown-menu {
    border-radius: 0;
    overflow: hidden; }
    .bs-ids .ids-customSelect > .dropdown-menu li a {
      color: #5D5C61;
      font-size: 14px;
      padding: 6px 15px;
      color: black;
      outline: none !important; }
  .bs-ids .ids-section-title {
    color: #000;
    font-family: "Conv_DINPro-Bold", "DIN", sans-serif;
    font-size: 20px;
    margin: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    text-transform: none; }
  .bs-ids .ids-page-section {
    padding-bottom: 20px;
    display: block; }
    @media only screen and (max-width: 767px) {
      .bs-ids .ids-page-section {
        padding-bottom: 10px; } }
    @media only screen and (max-width: 480px) {
      .bs-ids .ids-page-section {
        padding-bottom: 5px; } }
  @media only screen and (min-width: 768px) {
    .bs-ids .page-heading.has-sidenavigation {
      padding-left: 232px; } }
  .bs-ids .ids-shareholder-wrap {
    margin-bottom: 20px;
    padding-top: 15px;
    position: relative; }
  .bs-ids .ids-shareholder-form {
    padding: 20px;
    border: 1px solid #e8e8e8;
    background-color: #f8f8f8; }
    .bs-ids .ids-shareholder-form .ids-drop-button {
      height: 47px; }
  .bs-ids .ids-shareholder-intro p {
    margin-bottom: 10px; }
  .bs-ids .ids-shareholder-confirm {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 19;
    width: 100%;
    height: 100%;
    border: 1px solid #e8e8e8;
    z-index: 201;
    padding: 40px 20px; }
    .bs-ids .ids-form-wrapper .has-confirmation .ids-shareholder-confirm {
      display: block; }
  .bs-ids .ids-shareholder-tick {
    font-size: 16px; }
  .bs-ids .ids-shareholder-confirm-content {
    background-color: #fff;
    padding: 20px 20px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 90%; }
  .bs-ids .ids-form-wrapper .ids-shareholder-confirm-intro {
    border-bottom: 1px solid #e8e8e8;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 20px;
    padding-bottom: 10px; }
  .bs-ids .ids-shareholder-number .ids-form-field {
    position: relative; }
  .bs-ids .ids-shareholder-tick {
    display: none;
    position: absolute;
    right: 10px;
    top: 15px;
    font-size: 16px;
    color: #129718; }
    .bs-ids .ids-form-wrapper .is-validated .ids-shareholder-tick {
      display: block; }
  .bs-ids .ids-shareholder-confirm-buttons {
    margin-top: 20px;
    margin-bottom: 10px; }
  .bs-ids .ids-form-wrapper .is-validated .ids-shareholder-location {
    display: none; }
  .bs-ids .ids-form-wrapper .is-validated .ids-shareholder-postcode {
    display: none; }
  .bs-ids .ids-form-wrapper .is-validated .ids-shareholder-country {
    display: none; }
  .bs-ids .ids-form-wrapper .is-validated .ids-shareholder-buttons {
    display: none; }
  .bs-ids .ids-form-wrapper .is-validated .ids-shareholder-validatebtn {
    display: none; }



.socialSiteFooterLinksWidget-link p {
    color: #999;
    line-height: 25px;
    display: inline-block;
    padding: 0 0.5rem;
    text-transform: uppercase;
    text-decoration: none;
    font-size: .75rem;
    cursor:default;
    
}
.socialSiteFooterLinksWidget-link p a {
    color: #999;
    line-height: 25px;
    display: inline-block;
    padding: 0 0.5rem;
    text-transform: uppercase;
    text-decoration: underline;
    font-size: .75rem;
}

.socialSiteFooterLinksWidget-link p :hover {
        color: #fff !important;
    }



.socialSiteFooterLinksWidget-link {
    text-align: center;
}

/*# sourceMappingURL=maps/ids-core-styles.css.map */
