main[role="main"] {
  position: relative;
}

.flush {
  margin: 0 !important;
  padding: 0 !important;
}

.bg--blue-brand {
  background-color: #005686;
}


.ds-btn--full-width {
  width: 100%;
  display: block;
}

.ds-ui-kit-scope .ds-btn--alert.ds-btn.ds-btn--shout {
  background-color: #e31818;
  border-color: #e31818;
  color: #FFF;
}

.ds-col.ds-col--flush {
  padding-left: 0;
}

.ds-breadcrumb-container {
  position: relative;
  z-index: 2;
}

.ds-breadcrumb--light--wrapper .ds-breadcrumb ol.ds-breadcrumb__ariane li a,
.ds-breadcrumb--light--wrapper .ds-breadcrumb ol.ds-breadcrumb__ariane li:last-child,
.ds-breadcrumb--light--wrapper .ds-breadcrumb ol.ds-breadcrumb__ariane li:after {
  color: rgba(0, 0, 0, 0.32);
}

.ds-breadcrumb--light--wrapper .ds-breadcrumb ol.ds-breadcrumb__ariane li a:hover {
  color: rgba(0, 0, 0, 0.8);
  text-decoration: none;
}

.ds-breadcrumb--light--wrapper .ds-breadcrumb ol.ds-breadcrumb__ariane li.active i {
  color: #239de8;
}

.form-checkboxes {
  max-height: 280px;
  overflow: auto;
}

h2.heading--section {
  font-weight: 300;
  margin-top: 28px;
  margin-bottom: 23px;
  color: rgba(0,0,0,0.8);
  font-size: 26px;
  line-height: 32px;
}

@media (min-width: 721px) {
  .sticky-scroll--wrapper {
    width: 100%;
  }

  .sticky-scroll {
    transition: top 1s ease 0s;
  }

  .sticky-scroll.stuck {
    position: fixed;
    top: 0;
    z-index: 1;
  }

  .sticky-scroll--end {
    bottom: 20px;
    top: initial !important;
  }

  .sticky-scroll--right.stuck {
    right: 0;
  }

  .sticky-scroll--left.stuck {
    left: 0;
  }

  .sticky-scroll--box--sm.stuck {
    width: 300px !important;
  }
}

@media (max-width: 720px) {
  .resp--mobile--hide {
    display: none;
  }

  .resp--mobile--block {
    display: block !important;
    margin-bottom: 10px;
    float: none !important;
  }

  .resp--mobile--float--none {
    float: none !important;
  }

  .resp--mobile--float--none--children * {
    float: none !important;
  }
}

@media (max-width: 960px) {
  .resp--tablet--hide {
    display: none;
  }

  .resp--tablet--block {
    display: block !important;
    margin-bottom: 10px;
    float: none !important;
  }

  .resp--tablet--float--none {
    float: none !important;
  }

  .resp--tablet--float--none--children * {
    float: none !important;
  }
}

.container--responsive {
  padding-left: 40px;
  padding-right: 40px;
}

.container--responsive--vertical {
  padding: 15px 40px;
}

@media (max-width: 1220px) {
  .container--responsive {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container--responsive--vertical {
    padding: 20px;
  }
}

@media (max-width: 720px) {
  .container--responsive {
    padding-left: 15px;
    padding-right: 15px;
  }

  .container--responsive--vertical {
    padding: 15px;
  }
}

.display--inline {
  display: inline;
}

.display--inline-block {
  display: inline-block;
}

.margin--0 {
  margin: 0 !important;
}

.margin--5 {
  margin: 5px;
}

.margin--10 {
  margin: 10px;
}

.margin--15 {
  margin: 15px;
}

.margin--20 {
  margin: 20px;
}

.margin--40 {
  margin: 40px;
}

.margin--60 {
  margin: 60px;
}

.margin--80 {
  margin: 80px;
}

.margin-right--5 {
  margin-right: 5px;
}

.margin-right--10 {
  margin-right: 10px;
}

.margin-right--15 {
  margin-right: 15px;
}

.margin-right--20 {
  margin-right: 20px;
}

.margin-right--40 {
  margin-right: 40px;
}

.margin-right--60 {
  margin-right: 60px;
}

.margin-right--80 {
  margin-right: 80px;
}

.margin-bottom--5 {
  margin-bottom: 5px;
}

.margin-bottom--10 {
  margin-bottom: 10px;
}

.margin-bottom--15 {
  margin-bottom: 15px;
}

.margin-bottom--20 {
  margin-bottom: 20px;
}

.margin-bottom--40 {
  margin-bottom: 40px;
}

.margin-bottom--60 {
  margin-bottom: 60px;
}

.margin-bottom--80 {
  margin-bottom: 80px;
}

.margin-left--5 {
  margin-left: 5px;
}

.margin-left--10 {
  margin-left: 10px;
}

.margin-left--15 {
  margin-left: 15px;
}

.margin-left--20 {
  margin-left: 20px;
}

.margin-left--40 {
  margin-left: 40px;
}

.margin-left--60 {
  margin-left: 60px;
}

.margin-left--80 {
  margin-left: 80px;
}

.margin-top--10 {
  margin-top: 10px;
}

.margin-top--20 {
  margin-top: 20px;
}

.margin-top--20--i {
  margin-top: 20px !important;
}

.margin-top--40 {
  margin-top: 40px;
}

.margin-top--60 {
  margin-top: 60px;
}

.margin-top--80 {
  margin-top: 80px;
}

.padding--0 {
  padding: 0 !important;
}

.padding--10 {
  padding: 10px;
}

.padding--15 {
  padding: 15px;
}

.padding--20 {
  padding: 20px;
}

.padding--40 {
  padding: 40px;
}

.padding-top--5 {
  padding-top: 5px;
}

.padding-top--10 {
  padding-top: 10px;
}

.padding-top--20 {
  padding-top: 20px;
}

.padding-top--30 {
  padding-top: 30px;
}

.padding-top--40 {
  padding-top: 40px;
}

.padding-top--60 {
  padding-top: 60px;
}

.padding-top--80 {
  padding-top: 80px;
}

.padding-right--5 {
  padding-right: 5px;
}

.padding-right--10 {
  padding-right: 10px;
}

.padding-right--15 {
  padding-right: 15px;
}

.padding-right--20 {
  padding-right: 20px;
}

.padding-right--40 {
  padding-right: 40px;
}

.padding-right--60 {
  padding-right: 60px;
}

.padding-right--80 {
  padding-right: 80px;
}

.padding-bottom--5 {
  padding-bottom: 5px;
}

.padding-bottom--10 {
  padding-bottom: 10px;
}

.padding-bottom--15 {
  padding-bottom: 15px;
}

.padding-bottom--20 {
  padding-bottom: 20px;
}

.padding-bottom--40 {
  padding-bottom: 40px;
}

.padding-bottom--60 {
  padding-bottom: 60px;
}

.padding-bottom--80 {
  padding-bottom: 80px;
}

.padding-left--5 {
  padding-left: 5px;
}

.padding-left--10 {
  padding-left: 10px;
}

.padding-left--15 {
  padding-left: 15px;
}

.padding-left--40 {
  padding-left: 40px;
}

.padding-left--60 {
  padding-left: 60px;
}

.padding-left--80 {
  padding-left: 80px;
}

.padding-left--0--i {
  padding-left: 0 !important;
}

.padding-right--10--i {
  padding-right: 10px !important;
}

.padding-left--10--i {
  padding-left: 10px !important;
}

.padding-right--0--i {
  padding-right: 0 !important;
}

.clear--both {
  clear: both;
}

.float--left {
  float: left;
}

.float--right {
  float: right;
}

.float--right--i {
  float: right !important;
}

.float--none {
  float: none !important;
}

.float--right--children > * {
  float: right;
}

.float--left--children > * {
  float: left;
}

.width--100 {
  width: 100px;
}

.width--200 {
  width: 200px;
}

.width--300 {
  width: 300px;
}

.width--250 {
  width: 250px;
}

.width--275 {
  width: 275px;
}

.width--330 {
  width: 330px;
}

.width--340 {
  width: 340px;
}

.width--350 {
  width: 350px;
}

.width--380 {
  width: 380px;
}

.width--400 {
  width: 400px;
}

.width--x--17 {
  width: 17%;
}

.width--x--20 {
  width: 20%;
}

.width--x--80 {
  width: 80%;
}

.width--x--22 {
  width: 22%;
}

.width--x--24 {
  width: 24%;
}

.width--x--25 {
  width: 25%;
}

.width--x--50 {
  width: 50%;
}

.width--x--75 {
  width: 75%;
}

.text-align--left {
  text-align: left;
}

.text-align--right {
  text-align: right;
}

.text-align--center {
  text-align: center;
}

.text-align--justify {
  text-align: justify;
}

.color--white,
.color--white:before,
.color--white:after {
  color: #fff !important;
}

.color--blue,
.color--blue:before,
.color--blue:after {
  color: #239de8;
}

.vertical-align--0 {
  vertical-align: 0 !important;
}

.vertical-align--top {
  vertical-align: top;
}

@font-face {
  font-family: 'icomoon_sw';
  src:  url('/themes/custom/solidworks_digital/font/icomoon/icomoon.eot?kbir8s');
  src:  url('/themes/custom/solidworks_digital/font/icomoon/icomoon.eot?kbir8s#iefix') format('embedded-opentype'),
  url('/themes/custom/solidworks_digital/font/icomoon/icomoon.ttf?kbir8s') format('truetype'),
  url('/themes/custom/solidworks_digital/font/icomoon/icomoon.woff?kbir8s') format('woff'),
  url('/themes/custom/solidworks_digital/font/icomoon/icomoon.svg?kbir8s#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

.ds-ui-kit-scope .ds-copy-text ul > li > ul > li::before,
.ds-ui-kit-scope ul.ds-lists > li > ul.ds-lists > li::before {
  background-image: url(/libraries/wp-mod-ftr-uikit/src/icons/oval-empty.svg) !important;
}

i.ds-ico-spinner4-icon:before {
  content: '\e97d';
}

i.ds-ico-sphere-icon:before {
  font-family: "icomoon_sw";
  content: '\e9c9' !important;
}

i.ds-ico-earth-icon:before {
  content: '\e9ca';
}

i.ds-ico-xing2-icon:before {
  content: '\ead4';
}

i.ds-ico-codepend-icon:before {
  content: '\eae8';
}

.ds-ico--wrapper {
  position: relative;
  padding-right: 30px;
}

.ds-ico--wrapper--right .ds-ico {
  position: absolute;
  right: 5px;
  top: 5px;
}

.box--md {
  padding: 5px;
  background: rgba(0,0,0,.04);
}

.font-size--lg {
  font-size: 24px;
}

.font-size--lg .ds-ico {
  font-size: 24px !important;
}

.pos--abs {
  position: absolute;
}

.pos--abs--right {
  position: absolute;
  right: 0;
}

.pos--abs--left {
  left: 0;
}

.bottom--0 {
  bottom: 0;
}

.right--0 {
  right: 0;
}

.heading--block {
  font-weight: 600;
  font-size: 24px;
}

.heading--teaser {
  font-weight: 600;
  font-size: 24px;
}

.heading--teaser i.ds-ico {
  font-size: 24px;
  vertical-align: top;
  line-height: 1.6;
  padding-left: 5px;
}

.disabled--wrapper.disabled--wrapper--gray {
  background: #F0F0F0;
  color: #777;
}

html .ds-ui-kit-scope a:hover,
html .ds-ui-kit-scope a:focus,
html .ds-ui-kit-scope .ds-link:hover,
html .ds-ui-kit-scope .ds-link:focus {
  text-decoration: none;
}

.ds-ui-kit-scope .style--dark {
  background-color: #2a2a2a;
  color: #FFF;
}

.ds-ui-kit-scope .style--dark .ds-select--checkbox.is-open .ds-select__list {
  background-color: #444;
}

.style-dark a {
  color: #FFF;
}

.style--dark .entity-meta .form-item {
  background-color: transparent;
}

.style--dark .entity-meta .form-item:after {
  background-color: transparent !important;
}

.style--dark .details-wrapper .details-wrapper,
.style--dark fieldset:not(.fieldgroup) {
  background-color: #444;
  color: #FFF;
}

.style--dark tr {
  border-color: #111;
}

.style--dark tr:hover {
  background-color: #444;
}
.style--dark thead th {
  background-color: #444;
  border-color: transparent;
}

.style--dark th.is-active > a,
.style--dark th > a:hover,
.style--dark th > a:focus,
.style--dark th.is-active > a:hover,
.style--dark th.is-active > a:focus {
  color: #FFF;
}

.ds-ui-kit-scope .style--dark .ds-input input,
.ds-ui-kit-scope .style--dark .ds-input textarea,
.ds-ui-kit-scope .style--dark .ds-select {
  border-color: rgba(0, 0, 0, 0.42);
}

.style--dark .dropzone {
  background: #222;
  border: 2px dashed #666;
}

.ds-ui-kit-scope .style--dark .ds-select {
  background-color: transparent;
}

.style--dark .ds-select__list {
  background: #444;
}

.ds-ui-kit-scope .style--dark .ds-select__placeholder,
.ds-ui-kit-scope .style--dark .ds-select__placeholder.has-changed {
  color: #FFF;
  background: #444;
}

.ds-ui-kit-scope .style--dark .filter-wrapper {
  border-color: #555;
}

.ds-ui-kit-scope .style--dark .ds-select::after {
  background-color: #444;
  color: #FFF;
}

.ds-ui-kit-scope .style--dark summary {
//  color: #FFF !important;
}

.ds-ui-kit-scope .style--dark .details-wrapper,
.ds-ui-kit-scope .style--dark fieldset:not(.fieldgroup) {
  background-color: #444;
  border-color: #444;
}

.ds-ui-kit-scope .style--dark .ds-input input,
.ds-ui-kit-scope .style--dark .ds-input textarea,
.ds-ui-kit-scope .style--dark .ds-select select {
  background: #444;
  color: #FFF;
}

.ds-ui-kit-scope .style--dark .description {
  color: #CCC;
}

.ds-ui-kit-scope .style--dark .form-item label {
 // color: #FFF;
}

.ds-ui-kit-scope .style--dark .eb-tabs {
  background-color: #444;
}

.style--red {
  background-color: #c21515;
  color: #FFF;
}

.ds-container--narrow {
  margin-left: 12.5%;
  margin-right: 12.5%;
}

.ds-ui-kit-scope .ds-select::after {
  right: 1px;
}

.pos--relative {
  position: relative;
}

.pos--absolute {
  position: relative;
}

.pos--static {
  position: static;
}

.pos--fixed {
  position: fixed;
}

.overflow--auto {
  overflow: auto;
}

.overflow--scroll {
  overflow: scroll;
}

.overflow--hidden {
  overflow: hidden;
}

@media (min-width: 1441px) {
  .ds-ui-kit-scope .ds-col--xl-offset-half {
    margin-left: 3.1%;
  }
}

.entity-browser-modal-iframe {
  max-height: 100%;
}

.diff-responsive-table-wrapper {
  border: 1px solid #DDD;
  border-radius: 3px;
}

.ds-ui-kit-scope .diff-responsive-table-wrapper table {
  margin: 0;
}

.diff-responsive-table-wrapper .diff-line-number {
  display: none;
}

.diff-responsive-table-wrapper .field-name {
  font-weight: 700;
}

.state--disabled {
  pointer-events: none;
  cursor: default;
  opacity: 0.5;
}

.highlight--background {
  background-color: #239de8;
}

.dialog-off-canvas-main-canvas footer {
  position: relative;
  z-index: 1;
}

.field--space .field {
  margin-bottom: 15px;
}

/*  24810 sw - 19263 ms - image selection   */
/*  25871 sw|ms - Privacy policy hyperlink not working on any webforms   */
input[class^="form-checkbox"] {
  /*width:100%;*/
  /*height: 100%;*/
  /* z-index:10000; */

}
.form-checkbox--wrapper > input[class^="form-checkbox"] {
  width:auto;
  height: auto;
  z-index: auto;
}


.ds-ui-kit-scope .style--dark .form-item label {
  color: #FFF;
}

.region--sidebar .region--inner .style--dark details {
  background-color: transparent;
}

.region--sidebar .region--inner .style--dark details span {
  color: #FFF;
  text-shadow: none;
}

.region--sidebar .region--inner .style--dark details summary::before {
  color: #FFF;
}

.region--sidebar .region--inner .style--dark {
  border: none;
}

