/*@grid-float-breakpoint:     @screen-sm-min;*/
body {
  margin: 0;
  padding: 0;
}
img {
  max-width: 100%;
  height: auto;
}
.img img {
  width: 100%;
}
.container-fluid {
  max-width: 1600px;
  margin: 0 auto;
}
.square,
.video-container {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: 0.4em;
  overflow: hidden;
}
.square .video,
.video-container .video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.square:hover {
  opacity: 0.8;
}
.nolink:hover {
  opacity: 1;
}
.content-wrapper {
  margin: 0.4em;
}
.even-height {
  margin-bottom: -99999px;
  padding-bottom: 99999px;
}
.block-content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
}
.block-liftup .block-text {
  padding: 0.8em;
  width: 100%;
  height: 100%;
}
.four-by-two .block-liftup .block-text,
.two-by-two .block-liftup .block-text {
  padding-top: 1.2em;
  padding-left: 1.2em;
}
.two-by-one.right-image .block-liftup .block-text {
  padding-right: 1.2em;
}
.two-by-one.left-image .block-liftup .block-text {
  padding-left: 1.2em;
}
.block-liftup h2 {
  margin-top: 0;
}
.block-liftup p {
  /*font-size: 1.2em;*/
}
.vertical-ellipsis {
  width: 100%;
  position: absolute;
  bottom: 0;
  padding: 0.2em 0.8em 0.8em;
  text-align: right;
  font-style: italic;
}
.vertical-ellipsis .gradient {
  width: 100%;
  height: 1em;
  position: absolute;
  top: -1em;
  left: 0;
  background-color: transparent;
}
.block-header {
  height: auto;
  max-width: 40%;
  display: table;
  line-height: 2em;
  position: absolute;
  top: 0.4em;
  left: 0.4em;
  padding: 0 1em;
  text-transform: uppercase;
}
.block-header a {
  color: inherit;
}
.two-by-one.right-image .block-header {
  display: none;
}
.four-by-two,
.two-by-two,
.two-by-one,
.one-by-one {
  float: left;
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  border: none;
  line-height: 1.2;
}
.four-by-two .img,
.two-by-two .img,
.two-by-one .img,
.one-by-one .img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}
.four-by-two {
  width: 100%;
}
.four-by-two > .filler {
  margin-top: 100%;
}
.four-by-two .block-liftup {
  width: 50%;
  height: 50%;
  position: absolute;
  bottom: 0;
  right: 0;
}
.two-by-two {
  width: 100%;
}
.two-by-two > .filler {
  margin-top: 100%;
}
.two-by-two .block-liftup {
  width: 50%;
  height: 50%;
  position: absolute;
  bottom: 0;
  right: 0;
}
.two-by-one {
  width: 100%;
}
.two-by-one > .filler {
  margin-top: 50%;
}
.two-by-one .block-liftup {
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}
.two-by-one .img {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%!important;
  height: auto;
  margin-top: -0.2em;
}
.two-by-one.right-image .block-liftup {
  left: 0;
  right: auto;
}
.two-by-one.right-image .img {
  left: auto;
  right: 0;
}
.one-by-one {
  width: 50%;
}
.one-by-one .block-title {
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  padding: 0.8em;
}
.one-by-one .block-title h2 {
  margin: 0;
}
.one-by-one > .filler {
  margin-top: 100%;
}
.three-wide,
.one-wide {
  float: left;
  position: relative;
  width: 100%;
}
.one-wide {
  width: 50%;
}
@media (min-width: 768px) {
  .four-by-two > .filler {
    margin-top: 50%;
    padding-top: 0.4em;
  }
  .four-by-two .block-liftup {
    width: 25%;
    height: 50%;
    position: absolute;
    bottom: 0;
    right: 0;
    padding-top: 0.2em;
    padding-left: 0.2em;
  }
  .two-by-two > .filler {
    margin-bottom: -1px;
  }
  .two-by-two.right-side {
    float: right;
    margin-bottom: 1px;
  }
  .two-by-two.right-side > .filler {
    margin-bottom: 0;
  }
  .three-wide {
    width: 75%;
  }
  .three-wide .two-by-two,
  .three-wide .two-by-one {
    width: 66.66666667%;
  }
  .three-wide .one-by-one {
    width: 33.33333333%;
  }
  .one-wide {
    width: 25%;
  }
  .one-wide .one-by-one {
    width: 100%;
  }
  .two-by-two,
  .two-by-one {
    width: 50%;
  }
  .two-by-two .block-liftup,
  .two-by-one .block-liftup {
    width: 50%;
  }
  .two-by-two .two-by-two,
  .two-by-one .two-by-two,
  .two-by-two .two-by-one,
  .two-by-one .two-by-one {
    width: 100%;
  }
  .two-by-two .one-by-one,
  .two-by-one .one-by-one {
    width: 50%;
  }
  .one-by-one {
    width: 25%;
  }
  .two-by-one .block-liftup {
    height: 100%;
  }
}
.automaticliftblock {
  clear: both;
  width: 100% !important;
}
.btn-orion {
  background-color: #00549e;
  color: #ffffff;
  padding: 0.35em;
  min-width: 1.4em;
  height: 1.4em;
  font-size: inherit;
  border-radius: 0;
  border: none;
  box-sizing: content-box;
  -moz-box-sizing: content-box;
}
.btn-orion:hover,
.btn-orion:focus,
.btn-orion:active {
  color: #ffffff;
}
.btn-orion > .fa {
  font-size: 1.4em;
  display: inline;
}
.btn-some {
  background-color: #999999;
  color: #ffffff;
  padding: 0;
  width: 1.4em;
  height: 1.4em;
  line-height: 1.4;
  font-size: 1em;
  border-radius: 2px;
  border: none;
}
.btn-some:hover {
  color: #ffffff;
}
.social-media-buttons {
  margin: 1.42857143em 0 0 0;
  text-align: right;
  clear: both;
}
.social-media-buttons a,
.social-media-buttons a:hover {
  margin-left: 0.5em;
  color: #999999;
  text-decoration: none;
  cursor: pointer;
  vertical-align: bottom;
}
.sidebar-menu {
  display: none;
  overflow-x: hidden;
  line-height: 1.2;
}
.sidebar-menu a {
  display: block;
  color: inherit;
  width: 100%;
  cursor: pointer;
  margin: 0.3em 0;
}
.expand .sidebar-menu {
  display: block;
}
.sidebar-menu .selected {
  background-color: rgba(0, 0, 0, 0.2);
  padding-left: 1000px !important;
  padding-right: 1000px !important;
  margin-left: -1000px !important;
  margin-right: -1000px !important;
}
.side-image .img img {
  width: 60%;
  max-width: 250px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-bottom: 20px;
}
.sidebar-subsection {
  margin-bottom: 0.4em;
  text-transform: uppercase;
}
.sidebar-subsection .sub-heading {
  margin: 0;
}
.sidebar-subsection .sub-heading a {
  margin: 0;
  padding: 0.3em 0.5em;
  font-size: 1.25em;
}
.sidebar-subsection .sidebar-children {
  display: none;
  margin-top: -0.3em;
}
.sidebar-subsection.expand .sidebar-children {
  display: block;
  padding: 0 1em 0.25em;
}
.sidebar-subsection .sidebar-child .sidebar-grandchildren {
  display: none;
}
.sidebar-subsection .sidebar-child.expand .sidebar-grandchildren {
  display: block;
  padding: 0 1em;
}
.sidebar-subsection .sidebar-child .sidebar-grandchild .sidebar-greatgrandchildren {
  display: none;
}
.sidebar-subsection .sidebar-child .sidebar-grandchild.expand .sidebar-greatgrandchildren {
  display: block;
  padding: 0 1em;
}
.sidebar-subsection .sidebar-grandchild {
  text-transform: none;
}
.sidebar-subsection .sidebar-greatgrandchild {
  text-transform: none;
}
@media (min-width: 768px) {
  .sidebar-menu {
    display: block;
    margin: 0.4em;
  }
}
#orion-header:before,
#orion-header:after {
  content: " ";
  display: table;
}
#orion-header:after {
  clear: both;
}
@media (min-width: 768px) {
  #orion-header {
    height: 6.1em;
    background-color: #fff;
  }
}
#header-navbar {
  max-width: 1600px;
  background-color: white;
  border-radius: 0;
  border: none;
}
#header-navbar .orion-logo {
  float: left;
  padding: 1em 0.4em;
  display: none;
}
#header-navbar .orion-logo img {
  width: auto;
  height: 2.1em;
}
#header-navbar .iha-logo {
  float: left;
  padding: 1em 0.4em 0 0.8em;
  max-width: 35%;
  padding: 1em 0.4em 1.2em 0.8em;
}
#header-navbar #main-navbar {
  margin: 0 0.4em 1rem;
  clear: left;
  float: left;
}
#header-navbar #main-navbar ul {
  list-style: none;
  margin: 0;
  padding: 0;
  /* */
}
#header-navbar #main-navbar ul li {
  margin: 0;
  padding: 0;
  float: left;
}
#header-navbar #main-navbar ul li a {
  margin-right: 2rem;
}
#main-navbar {
  display: none;
}
.nav-buttons {
  margin: 0;
  list-style-type: none;
}
.nav-buttons > li {
  float: left;
  position: relative;
}
.nav-buttons > li > a {
  padding: 0.35em;
  height: 1.4em;
  min-width: 1.4em;
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  text-align: center;
  vertical-align: middle;
}
#orion-navbar .language {
  font-style: normal;
}
#orion-navbar .language .language-name {
  display: inline-block;
  line-height: 1.4em;
}
#section-header > a {
  /*text-transform: uppercase;*/
  display: block;
  height: 2.1em;
  padding: 0;
}
#section-header > a:hover {
  color: inherit;
}
#section-header > a .section-name {
  display: inline-block;
  padding-left: 0.7em;
  padding-right: 0.7em;
  font-size: 1.25em;
  line-height: 1.68;
}
@media (min-width: 768px) {
  #section-header > a .section-name {
    min-width: 8em;
    text-align: left;
  }
}
#orion-navbar {
  position: relative;
}
#orion-navbar .nav-buttons {
  float: right;
  padding: 1em 0.4em;
}
#orion-navbar .nav-buttons > li > a {
  margin-left: 0.2em;
}
#orion-navbar .section-display {
  display: none;
}
@media (min-width: 480px) {
  #orion-navbar .section-display {
    display: block;
  }
}
#orion-navbar .language-name {
  text-align: center;
  text-transform: uppercase;
}
#orion-navbar .language-dropdown {
  display: none;
  list-style-type: none;
  position: absolute;
  right: -0.2em;
  top: 2.1em;
  background-color: #fff;
  padding: 0;
  z-index: 1000;
}
#orion-navbar .language-dropdown li {
  margin: 0.2em;
}
#orion-navbar .language-dropdown .language {
  margin-left: 0;
}
#orion-navbar .language-dropdown .language:hover {
  background-color: #00396b;
}
@media (min-width: 768px) {
  .headroom {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 100;
    -webkit-transition: -webkit-transform 0.25s ease;
    -moz-transition: -moz-transform 0.25s ease;
    -o-transition: -o-transform 0.25s ease;
    transition: transform 0.25s ease;
  }
  .headroom--unpinned {
    -webkit-transform: translate(0, -100%);
    -ms-transform: translate(0, -100%);
    transform: translate(0, -100%);
  }
}
@media (min-width: 768px) {
  #main-navbar {
    display: block;
  }
}
.ui-widget-overlay {
  background: #666666 url(/images/ui-bg_diagonals-thick_20_666666_40x40.png) 50% !important;
}
body .ui-dialog .ui-dialog-titlebar {
  background: #00549e;
  color: #fff;
  font-size: .9em;
}
.ui-dialog #dialog-confirm.ui-dialog-content,
.ui-dialog #dialog-confirm.ui-dialog-content p {
  padding: 0px;
  color: #00549e;
  font-size: 0.9em !important;
  line-height: 1.15em;
}
.ui-dialog #dialog-confirm.ui-dialog-content {
  padding: 25px 25px 0px 25px!important;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-radius: 0px!important;
}
body .ui-dialog .ui-dialog-buttonpane button {
  margin: 0px;
  background: #00549e none;
  color: #fff!important;
  padding: 6px 30px !important;
  border-radius: 0px!important;
  border: 0px white solid;
}
.ui-dialog {
  padding: .1em!important;
}
.ui-widget.ui-widget-content {
  border: 1px solid #00549e!important;
}
body .ui-dialog .ui-dialog-buttonpane {
  border-width: 0px 0 0 0;
}
body .ui-widget-content {
  border: 1px solid #fff;
}
@media (max-width: 500px) {
  body .ui-widget.ui-widget-content {
    width: 80%!important;
    max-width: 80%!important;
    margin-left: auto!important;
    left: 10%!important;
  }
}
/*curverd*/
#orion-footer .img > img {
  display: none!important;
}
#orion-footer .img {
  display: block!important;
  border-bottom: 1px #00549e solid!important;
  margin-bottom: 34px!important;
  margin-top: 0px;
}
@media (min-width: 1400px) {
  #orion-footer .img {
    height: 85px!important;
  }
}
@media (min-width: 1201px) and (max-width: 1399px) {
  #orion-footer .img {
    height: 70px!important;
  }
}
@media (min-width: 761px) and (max-width: 1200px) {
  #orion-footer .img {
    height: 60px!important;
  }
}
@media (min-width: 481px) and (max-width: 760px) {
  #orion-footer .img {
    height: 75px!important;
  }
}
@media (min-width: 362px) and (max-width: 480px) {
  #orion-footer .img {
    height: 52px!important;
  }
}
@media (max-width: 361px) {
  #orion-footer .img {
    height: 40px!important;
  }
}
/*ui tablet fix*/
@media (min-width: 768px) and (max-width: 1450px) {
  #orion-header {
    height: 7.1em!important;
  }
}
@media (min-width: 768px) and (max-width: 1050px) {
  body #section-header > a .section-name {
    padding-top: 5px!important;
    font-size: 0.7em!important;
  }
  body #header-navbar .iha-logo {
    max-width: 18%!important;
    padding: 1em 0em 1.2em 0em!important;
  }
  body #orion-navbar .nav-buttons li:first-child > a {
    font-size: 14px;
  }
}
#megamenu {
  display: none;
}
.expand-megamenu #megamenu {
  display: block;
}
#megamenu .megamenu-full {
  position: absolute;
  z-index: 100;
  right: 0;
  top: 1em;
  width: 50em;
  padding: 0.4em;
  margin: -0.4em 0;
  background-color: #fff;
}
#megamenu .megamenu-toprow .home-link {
  display: inline-block;
  padding: 0 0.175em;
  font-size: 1.7em;
}
#megamenu .megamenu-toprow .home-link i {
  background-color: transparent;
  color: #00549e;
}
#megamenu .megamenu-toprow .megamenu-toggle {
  float: right;
}
#megamenu .megamenu-toprow .language-container {
  float: right;
  position: relative;
  margin-right: 1em;
  font-size: 0.9em;
  padding: 0.35em;
  line-height: 1.55555556;
}
#megamenu .megamenu-toprow .language-container .language-dropdown {
  padding: 0.35em;
  padding-top: 0;
  left: -0.175em;
  right: auto;
  min-width: 100%;
}
#megamenu .megamenu-content {
  margin: 0 -0.2em;
  overflow: hidden;
}
#megamenu .megamenu-column {
  float: left;
  width: 25%;
}
#megamenu .megamenu-column .megamenu-link-area {
  width: 100%;
}
#megamenu .two-column {
  width: 50%;
}
#megamenu .megamenu-link-area {
  float: left;
  border-width: 0.4em 0.2em 0;
  border-style: solid;
  border-color: #fff;
  padding: 0.8em;
  /*text-transform: uppercase;*/
  line-height: 1.2;
  padding-bottom: 32767px;
  margin-bottom: -32767px;
}
#megamenu .megamenu-link-area h2 {
  font-size: 1.2em;
}
#megamenu .megamenu-link-area h2:first-child {
  margin-top: 0;
}
#megamenu .megamenu-link-area h3 {
  margin: 0;
  font-size: 0.9em;
  font-weight: bold;
}
#megamenu .megamenu-link-area a {
  color: inherit;
}
#megamenu .megamenu-link-area ul {
  list-style-type: none;
  font-size: 0.7em;
  margin: 0 0 1em 0;
  padding-left: 0.8em;
}
#megamenu .megamenu-link-area ul li {
  margin: 0.5em 0;
  width: 100%;
  min-height: 1.42857143em;
}
#megamenu .megamenu-link-area .megamenu-column {
  width: 50%;
  padding-right: 0.4em;
}
#megamenu .megamenu-link-area .megamenu-column ~ .megamenu-column {
  padding-left: 0.4em;
  padding-right: 0;
}
#megamenu .megamenu-mobile {
  clear: both;
  padding: 0.4em 0;
  background-color: #00549e;
}
#megamenu .megamenu-mobile .megamenu-search {
  padding: 4px;
  background-color: #fff;
}
#megamenu .megamenu-mobile .megamenu-search .btn {
  margin-left: 0.4em;
}
#megamenu .mobile-search-input {
  width: 100%;
  border: none;
  font-size: 1em;
  padding: 0.35em 0.35em 0.25em;
  border-bottom: 3px solid #00549e;
  box-shadow: none;
  outline: none;
  border-radius: 0;
  -webkit-appearance: none;
}
.megamenu-toggle {
  text-transform: uppercase;
}
.megamenu-toggle > .button-caption {
  display: none;
  margin: 0 0.4em;
  vertical-align: top;
}
@media (min-width: 768px) {
  .megamenu-toggle > .button-caption {
    display: inline;
  }
}
.mobile-megamenu-section > a {
  display: block;
  color: inherit;
  /*text-transform: uppercase;*/
  font-size: 1.6em;
  padding: 0.35em 0.7em;
}
.mobile-megamenu-section > .section-link {
  display: none;
}
.mobile-megamenu-section > .section-link:hover .fa {
  text-decoration: underline;
}
.mobile-megamenu-section.expand > .section-link {
  display: block;
}
.mobile-megamenu-section.expand > .section-toggle {
  display: none;
}
.mobile-megamenu-section > .empty-section-link:hover .fa {
  text-decoration: underline;
}
.mobile-megamenu-section .sidebar-menu {
  background-color: rgba(255, 255, 255, 0.25);
  padding: 0.5em;
  padding-left: 1.12em;
}
.mobile-megamenu-section .sidebar-menu .sub-heading > a {
  padding: 0;
}
.mobile-megamenu-section .sidebar-menu .sidebar-children {
  margin-top: 0;
}
.mobile-megamenu-section .sidebar-subsection {
  margin-bottom: 0;
  /*&:first-child {
            padding-top: @sidebar-nav-padding;
        }*/
}
.mobile-megamenu-section .sidebar-subsection .sub-heading {
  padding: 0.5em 0;
}
.megamenu-fade-overlay {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.3;
}
.expand-megamenu .megamenu-fade-overlay {
  display: block;
}
.expand-megamenu #orion-navbar .megamenu-toggle i {
  padding-bottom: 0.75em;
  margin-bottom: -0.4em;
}
#orion-footer {
  padding: 0;
  overflow-x: hidden;
}
#orion-footer #footer-wave {
  width: 100%;
  margin: 2.5em 0 0 0;
  padding: 0px;
}
#orion-footer #footer-wave img {
  margin: 0;
  padding: 0;
  width: 100%;
}
#orion-footer #change-country-and-language {
  font-size: 1.2em;
  text-align: right;
  text-transform: uppercase;
}
#orion-footer #change-country-and-language > a {
  color: #00549e;
}
#orion-footer #change-country-and-language .language-dropdown {
  list-style-type: none;
}
#orion-footer #footer-links {
  position: relative;
}
#orion-footer #footer-links .nav-buttons {
  float: left;
  padding: 0;
}
#orion-footer #footer-links .nav-buttons > li > a {
  margin-right: 0.2em;
}
#orion-footer #footer-links .section-display {
  display: block;
}
#orion-footer #search-and-arrow {
  float: right;
  list-style: none;
}
#orion-footer #search-and-arrow li {
  display: inline-block;
  float: left;
  margin-left: 0.2em;
  position: relative;
  display: block;
}
#orion-footer #footer-navi {
  margin-top: 1.5em;
  margin-bottom: 1em;
  position: relative;
  text-transform: uppercase;
  font-size: 1.2em;
  line-height: 1.2;
  padding: 0 0.4em;
}
#orion-footer #footer-navi h5 {
  color: #00549e;
}
#orion-footer #footer-navi h5 a {
  color: #00549e;
  text-decoration: none!important;
}
#orion-footer #footer-navi ul {
  list-style: none;
  padding-left: 0;
  color: #00549e;
}
#orion-footer #footer-navi ul li {
  min-height: 1.42857143em;
}
#orion-footer #footer-navi ul li a {
  color: #00549e;
  text-decoration: none!important;
}
#orion-footer .footer-gray {
  font-family: 'Scala Sans', 'Trebuchet MS';
  background-color: #b8bab6;
  color: #fff;
  text-align: center;
  padding: 0.25em 2em;
}
body {
  font-family: Calibri, 'Trebuchet MS', sans-serif;
}
.block-liftup p {
  font-size: 1em!important;
}
#orion-header {
  font-size: 16px;
}
@media only screen and (max-width: 360px) {
  body {
    font-size: 12px;
  }
}
@media only screen and (min-width: 361px) {
  body {
    font-size: 12px;
  }
}
@media only screen and (min-width: 480px) {
  body {
    font-size: 16px;
  }
}
@media only screen and (min-width: 600px) {
  body {
    font-size: 18px;
  }
}
@media only screen and (min-width: 768px) {
  body {
    font-size: 12px;
  }
}
@media only screen and (min-width: 851px) {
  body {
    font-size: 13px;
  }
}
@media only screen and (min-width: 934px) {
  body {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1018px) {
  body {
    font-size: 15px;
  }
}
@media only screen and (min-width: 1101px) {
  body {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1184px) {
  body {
    font-size: 17px;
  }
}
@media (min-width: 1184px) {
  #orion-header {
    font-size: inherit;
  }
}
@media only screen and (min-width: 1267px) {
  body {
    font-size: 18px;
  }
}
@media (min-width: 1267px) {
  #orion-header {
    font-size: inherit;
  }
}
@media only screen and (min-width: 1350px) {
  body {
    font-size: 19px;
  }
}
@media (min-width: 1350px) {
  #orion-header {
    font-size: inherit;
  }
}
@media only screen and (min-width: 1434px) {
  body {
    font-size: 20px;
  }
}
@media (min-width: 1434px) {
  #orion-header {
    font-size: inherit;
  }
}
@media only screen and (min-width: 1517px) {
  body {
    font-size: 21px;
  }
}
@media (min-width: 1517px) {
  #orion-header {
    font-size: inherit;
  }
}
@font-face {
  font-family: 'Scala Sans';
  font-weight: bold;
  src: url("/Vendor/scala-sans/ff_scala_sans_web_bold/ScalaSansWeb-Bold.eot");
}
@font-face {
  font-family: 'Scala Sans';
  font-weight: bold;
  src: url("/Vendor/scala-sans/ff_scala_sans_web_bold/ScalaSansWeb-Bold.woff") format("woff");
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Scala Sans', 'Trebuchet MS';
  font-weight: bold;
}
h1,
h2,
h3 {
  margin-top: 1em;
  margin-bottom: 0.45em;
}
h1 {
  font-size: 1.8em;
}
h2 {
  font-size: 1.6em;
}
h3 {
  font-size: 1.4em;
}
h4 {
  font-size: 1.2em;
}
h5 {
  font-size: 1em;
}
h6 {
  font-size: 0.8em;
}
p {
  margin: 0 0 0.5em;
}
.paragraph-small {
  opacity: 0.8;
  font-size: 0.8em;
}
.approvaltext {
  color: #999999;
}
.date-modified {
  color: #999999;
}
@media (min-width: 1200px) {
  #footer-navi ul li {
    color: #00549e;
    font-size: 0.8em;
    margin: 7px 0;
    font-weight: bold;
  }
}
.bg-blue {
  background-color: #00549e;
  color: #333333;
  color: #fff;
}
.bg-blue .vertical-ellipsis .gradient {
  background-image: linear-gradient(rgba(0, 84, 158, 0), #00549e);
}
.bg-blue a {
  color: #fff;
  cursor: pointer;
}
.bg-green {
  background-color: #bdd300;
  color: #333333;
}
.bg-green .vertical-ellipsis .gradient {
  background-image: linear-gradient(rgba(189, 211, 0, 0), #bdd300);
}
.bg-grass {
  background-color: #648c2e;
  color: #333333;
}
.bg-grass .vertical-ellipsis .gradient {
  background-image: linear-gradient(rgba(100, 140, 46, 0), #648c2e);
}
.bg-orange {
  background-color: #ff9215;
  color: #333333;
  color: #212121;
}
.bg-orange .vertical-ellipsis .gradient {
  background-image: linear-gradient(rgba(255, 146, 21, 0), #ff9215);
}
.bg-lime {
  background-color: #e2f525;
  color: #333333;
  color: #212121;
}
.bg-lime .vertical-ellipsis .gradient {
  background-image: linear-gradient(rgba(226, 245, 37, 0), #e2f525);
}
.bg-lime a {
  color: #212121;
  cursor: pointer;
}
.bg-sun {
  background-color: #faf44b;
  color: #333333;
}
.bg-sun .vertical-ellipsis .gradient {
  background-image: linear-gradient(rgba(250, 244, 75, 0), #faf44b);
}
.bg-sky {
  background-color: #9dd9e3;
  color: #333333;
}
.bg-sky .vertical-ellipsis .gradient {
  background-image: linear-gradient(rgba(157, 217, 227, 0), #9dd9e3);
}
.bg-sea {
  background-color: #69b5d1;
  color: #333333;
}
.bg-sea .vertical-ellipsis .gradient {
  background-image: linear-gradient(rgba(105, 181, 209, 0), #69b5d1);
}
.bg-stone {
  background-color: #bebeb9;
  color: #333333;
}
.bg-stone .vertical-ellipsis .gradient {
  background-image: linear-gradient(rgba(190, 190, 185, 0), #bebeb9);
}
.bg-baby-blue {
  background-color: #bed0e2;
  color: #333333;
}
.bg-baby-blue .vertical-ellipsis .gradient {
  background-image: linear-gradient(rgba(190, 208, 226, 0), #bed0e2);
}
.bg-orionsydan-purple {
  background-color: #be097f;
  color: #333333;
  color: #fff;
}
.bg-orionsydan-purple .vertical-ellipsis .gradient {
  background-image: linear-gradient(rgba(190, 9, 127, 0), #be097f);
}
.bg-orionsydan-purple .vertical-ellipsis .gradient {
  background-image: linear-gradient(rgba(0, 84, 158, 0), #be097f);
}
.bg-orionsydan-green {
  background-color: #9eb62c;
  color: #333333;
  color: #fff;
}
.bg-orionsydan-green .vertical-ellipsis .gradient {
  background-image: linear-gradient(rgba(158, 182, 44, 0), #9eb62c);
}
.bg-orionsydan-green .vertical-ellipsis .gradient {
  background-image: linear-gradient(rgba(0, 84, 158, 0), #9eb62c);
}
.bg-orionsydan-orange {
  background-color: #ef7351;
  color: #333333;
  color: #fff;
}
.bg-orionsydan-orange .vertical-ellipsis .gradient {
  background-image: linear-gradient(rgba(239, 115, 81, 0), #ef7351);
}
.bg-orionsydan-orange .vertical-ellipsis .gradient {
  background-image: linear-gradient(rgba(0, 84, 158, 0), #ef7351);
}
.bg-orionsydan-yellow2 {
  background-color: #fdab35;
  color: #333333;
  color: #fff;
}
.bg-orionsydan-yellow2 .vertical-ellipsis .gradient {
  background-image: linear-gradient(rgba(253, 171, 53, 0), #fdab35);
}
.bg-orionsydan-yellow2 .vertical-ellipsis .gradient {
  background-image: linear-gradient(rgba(0, 84, 158, 0), #fdab35);
}
.bg-orionsydan-aqua {
  background-color: #4ebbbc;
  color: #333333;
  color: #fff;
}
.bg-orionsydan-aqua .vertical-ellipsis .gradient {
  background-image: linear-gradient(rgba(78, 187, 188, 0), #4ebbbc);
}
.bg-orionsydan-aqua .vertical-ellipsis .gradient {
  background-image: linear-gradient(rgba(0, 84, 158, 0), #4ebbbc);
}
.searchpage .search-controls {
  padding: 0.8em;
}
.searchpage .search-controls h1 {
  margin-top: 0;
}
.searchpage .search-controls hr {
  border-top: 1px solid #fff;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  height: 0;
  margin: 0.4em 0;
}
.searchpage .search-controls label {
  font-weight: normal;
  min-width: 13.5em;
}
.searchpage .form-group {
  width: 100%;
}
.searchpage .form-control[type='text'] {
  width: 35%;
}
.searchpage .resultcount {
  margin-top: 0.8em;
}
@media (max-width: 992px) {
  .searchpage .btn,
  .searchpage .form-control[type='text'] {
    width: 100%;
    display: block;
    margin-top: .3em;
  }
}
.search-container {
  max-width: 512px;
}
@media (min-width: 640px) {
  .search-container {
    margin-left: 128px;
  }
}
.search-results-list {
  margin-top: 28px;
}
.search-result {
  display: block;
  margin-bottom: 0.4em;
  margin-top: 0.4em;
  color: #333333;
}
.search-result hr {
  margin-bottom: 0.4em;
  margin-top: 0.4em;
}
.search-result h3 {
  margin-top: 0;
  margin-bottom: 14px;
  font-weight: normal;
  font-size: 18px;
  color: #00549e;
}
.search-result .modified {
  font-size: .85em;
}
.search-results.products .search-result {
  display: inline-block;
  float: left;
  position: relative;
  width: 98%;
  vertical-align: top;
  padding: 0.4em;
}
.search-results.products .search-result a {
  color: #333333;
}
.search-results.products .search-result .content {
  border: 0.2em solid rgba(105, 181, 209, 0.3);
  bottom: 0.4em;
  left: 0.4em;
  overflow: hidden;
  padding: 0.4em;
  right: 0.4em;
  top: 0.4em;
  transition: all .25s;
}
.search-results.products .search-result .content:hover {
  border-color: #69b5d1;
}
.search-results.products figure {
  float: left;
  margin: 0.4em;
}
@media (min-width: 560px) {
  .search-results.products .search-result {
    width: 49%;
  }
  .search-results.products .search-result .filler {
    margin-top: 100%;
  }
  .search-results.products .search-result .content {
    height: 100%;
    position: absolute;
  }
}
@media (min-width: 768px) {
  .search-results.products .search-result {
    font-size: .9em;
    width: 33%;
  }
}
.sb-search {
  -webkit-backface-visibility: hidden;
  padding: 0;
  display: block;
  text-align: right;
  width: 15em;
}
.sb-search-input {
  border: none;
  outline: none;
  background: #fff;
  width: 0;
  padding: 0;
  margin: 0;
  border-bottom: 2px solid #00549e;
  line-height: 1;
  overflow: hidden;
  z-index: 10;
  color: #2c3e50;
  vertical-align: bottom;
  border-radius: 0;
  -webkit-appearance: none !important;
  -webkit-transition: width 0.3s;
  -moz-transition: width 0.3s;
  transition: width 0.3s;
}
.sb-icon-search,
.sb-search-submit {
  margin: 0;
  text-align: center;
  cursor: pointer;
}
.sb-search-submit {
  position: absolute;
  right: 0;
  background: #fff;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  color: transparent;
  border: none;
  outline: none;
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  width: 1.4em;
  height: 1.4em;
  padding: 0.35em;
}
#sb-search-footer .sb-search-submit {
  width: 1.7em;
  height: 1.7em;
  padding: 0;
  line-height: 1.7;
  font-size: 1.4em;
  border: none;
}
.sb-icon-search {
  display: inline-block;
  color: #fff;
  background: #00549e;
  z-index: 90;
  line-height: 1;
  padding: 0.35em;
  height: 1.4em;
  width: 1.4em;
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-font-smoothing: antialiased;
}
/* Open state */
.sb-search.sb-search-open .sb-search-input,
.no-js .sb-search .sb-search-input {
  width: 12.2em;
}
.sb-search.sb-search-open .sb-icon-search,
.no-js .sb-search .sb-icon-search {
  background: #00549e;
  color: #fff;
  z-index: 11;
}
.sb-search.sb-search-open .sb-search-submit,
.no-js .sb-search .sb-search-submit {
  z-index: 90;
}
/* product search */
.product-search {
  background: #00549e;
  color: #fff;
  margin: 0.4em;
  padding: 1.6em;
}
.product-search h1 {
  margin-top: 0;
}
.product-search .product-search-term-container input {
  border: none;
  font-size: 1.2em;
  padding: .3em;
  width: 100%;
}
.product-search .product-search-term-results {
  padding: 1.6em;
}
.product-search ul,
.product-search li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.product-search ul {
  /*
	-webkit-columns:300px 4;
	-moz-columns:300px 4;
	columns:300px 4;
	*/
}
.product-search li {
  display: none;
  margin: 0.4em 0;
}
.product-search li a {
  background: #9dd9e3;
  color: #00101f;
  display: block;
  padding: 0.8em;
}
.product-search li a:hover {
  background: #69b5d1;
  text-decoration: none;
}
.product-search .hint {
  display: block;
  padding: 0.8em 0;
}
.searchpage .btn-default {
  background-color: #ffffff!important;
  border-color: #cccccc!important;
  color: #333333;
  -moz-user-select: none;
  background-image: none;
  border-radius: 4px;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857;
  margin-bottom: 0;
  padding: 6px 12px;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
}
.orion-table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
  border-spacing: 0;
}
.orion-table tr {
  vertical-align: top;
}
.orion-table th,
.orion-table td {
  padding: 8px;
  line-height: 1.42857143;
  border: 4px solid #fff;
  border-bottom: none;
}
.orion-table caption {
  text-align: left;
  font-weight: bold;
  font-size: 1.1em;
  margin-bottom: 0.3em;
}
.orion-table .header-row > td {
  background-color: #cccccc;
  font-size: 1.1em;
  font-weight: bold;
  vertical-align: bottom;
}
.orion-table .total-row > td {
  border-top: 2px solid #222222;
}
.orion-row-table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
  border-spacing: 0;
}
.orion-row-table tr {
  vertical-align: top;
}
.orion-row-table th,
.orion-row-table td {
  padding: 8px;
  line-height: 1.42857143;
  border: 4px solid #fff;
  border-bottom: none;
}
.orion-row-table caption {
  text-align: left;
  font-weight: bold;
  font-size: 1.1em;
  margin-bottom: 0.3em;
}
.orion-row-table .header-row > td {
  background-color: #cccccc;
  font-size: 1.1em;
  font-weight: bold;
  vertical-align: bottom;
}
.orion-row-table .total-row > td {
  border-top: 2px solid #222222;
}
.orion-row-table th,
.orion-row-table td {
  padding: 2px 8px;
}
.orion-row-table tr:first-child > td {
  background-color: #cccccc;
  font-size: 1.1em;
  font-weight: bold;
  vertical-align: bottom;
}
.orion-striped-table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
  border-spacing: 0;
}
.orion-striped-table tr:nth-child(odd) > td {
  background-color: #eeeeee;
}
.orion-striped-table tr {
  vertical-align: top;
}
.orion-striped-table th,
.orion-striped-table td {
  padding: 8px;
  line-height: 1.42857143;
  border: 4px solid #fff;
  border-bottom: none;
}
.orion-striped-table caption {
  text-align: left;
  font-weight: bold;
  font-size: 1.1em;
  margin-bottom: 0.3em;
}
.orion-striped-table .header-row > td {
  background-color: #cccccc;
  font-size: 1.1em;
  font-weight: bold;
  vertical-align: bottom;
}
.orion-striped-table .total-row > td {
  border-top: 2px solid #222222;
}
.orion-striped-table th,
.orion-striped-table td {
  padding: 2px 8px;
}
.orion-striped-table tr:first-child > td {
  background-color: #cccccc;
  font-size: 1.1em;
  font-weight: bold;
  vertical-align: bottom;
}
.orion-striped-table th,
.orion-striped-table td {
  border: none;
}
.orion-column-table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
  border-spacing: 0;
}
.orion-column-table tr {
  vertical-align: top;
}
.orion-column-table th,
.orion-column-table td {
  padding: 8px;
  line-height: 1.42857143;
  border: 4px solid #fff;
  border-bottom: none;
}
.orion-column-table caption {
  text-align: left;
  font-weight: bold;
  font-size: 1.1em;
  margin-bottom: 0.3em;
}
.orion-column-table .header-row > td {
  background-color: #cccccc;
  font-size: 1.1em;
  font-weight: bold;
  vertical-align: bottom;
}
.orion-column-table .total-row > td {
  border-top: 2px solid #222222;
}
.orion-column-table tr:first-child > td {
  background-color: transparent;
  font-size: 1.1em;
  font-weight: bold;
  vertical-align: bottom;
}
.orion-column-table td:first-child {
  background-color: #cccccc;
  font-weight: bold;
}
.orion-column-table td {
  background-color: #eeeeee;
}
.pipeline-heading-row {
  background-color: #eeeeee;
  vertical-align: middle !important;
  cursor: pointer;
}
.pipeline-heading-row td {
  line-height: 1.0;
}
.pipeline-heading-row h2,
.pipeline-heading-row h3 {
  margin: 0;
}
.pipeline-heading-row p {
  margin-bottom: 0;
  line-height: 1.0;
}
.pipeline-heading-row .expander-wrapper {
  position: relative;
  margin-left: 2.1em;
  padding-left: 8px;
  min-height: 2.1em;
}
.pipeline-heading-row .expander {
  position: absolute;
  margin: -1.05em 0 0 -2.1em;
  top: 50%;
  left: 0;
}
.pipeline-heading-row .expander .plus,
.pipeline-heading-row .expander .minus {
  color: #fff;
  font-size: 2.5em;
  line-height: 0.4;
}
.pipeline-heading-row .expander .minus {
  display: none;
}
.pipeline-heading-row.expand {
  background-color: #a4d2e3;
}
.pipeline-heading-row.expand .expander .plus {
  display: none;
}
.pipeline-heading-row.expand .expander .minus {
  display: inline;
}
.pipeline-heading-row + tr {
  display: none;
}
.pipeline-heading-row.expand + tr,
.mceContentBody .pipeline-heading-row + tr {
  display: table-row;
}
.pipeline-content-row {
  background-color: #deeff5;
  font-size: 80%;
}
.pipeline-content-row h3 {
  margin-top: 0.5em;
}
.pipeline-content-row p {
  line-height: 1.2;
}
.pipeline-content-row a {
  color: inherit;
  text-decoration: underline;
}
.separator-row {
  background: #999999;
  border-width: 0;
}
.separator-row td {
  height: 2px;
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  padding: 0;
}
.pipeline-phase-green,
.pipeline-phase-yellow,
.pipeline-phase-gray {
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  line-height: 1.2em;
  text-align: center;
  border-radius: 0.6em;
  font-size: 1.7em;
  margin: 0.2em;
  white-space: nowrap;
  font-weight: normal;
}
.pipeline-phase-green {
  background-color: #bfe531;
}
.pipeline-phase-yellow {
  background-color: #fcf300;
}
.pipeline-phase-gray {
  background-color: #999999;
  color: #fff;
}
#warnings {
  position: fixed;
  z-index: 5000;
  width: 100%;
  max-width: 1600px;
}
#cookie-consent {
  font-size: 14px;
  width: 100%;
  padding: 0.5em;
  background-color: #555555;
  color: white;
}
.btn-cookies {
  float: right;
  background-color: #fff;
}
.btn-cookies:hover {
  background-color: #eeeeee;
}
/** This file list all CSS classes used by Episerver Forms.

    Class names are structured and named in BEM methodology (Block, Element, Modifier) so you can easily see the overview.
        - CSS classes and their structure defined here are used by Form Core JavaScript heavily.
        - Please keep the structure (parent-child block-element relation) and default class names as is.

    This file is intended to be re-styled by 3rd developers. or in their site template (E.g.: AlloyMVC).
        - Default styling contain only minimal styling-rule for Episerver Forms and its build-in elements.
        - Default styling is applied for both Forms rendering in ViewMode and authoring in EditView.
        - Styling rules can be modified freely.
*/
.formcontainerblock {
  margin-left: 20px;
  margin-right: 20px;
}
.EPiServerForms {
  /*predefined color for selected item, elapsed progress*/
  /*to indicate FormStep, FormHidden in EditView*/
  width: 90%;
  /************* UTILITY CLASSES ***********/
  /************* BUILDIN ELEMENTS ***********/
  /******************************************/
  /*************** EDIT VIEW ****************/
  /******************************************/
}
.EPiServerForms .Form__Description {
  margin-bottom: 1rem;
}
.EPiServerForms .FormImageSubmitButton {
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  background: none;
  box-shadow: none;
}
.EPiServerForms .Form__Status .Form__Status__Message {
  display: block;
  padding: 1rem;
  margin: 1rem 0;
}
.EPiServerForms .Form__Status .Form__Success__Message {
  background-color: #84c8e4;
  color: #333333;
}
.EPiServerForms .Form__Status .Form__Warning__Message {
  background-color: #fff8aa;
  color: #ff0000;
}
.EPiServerForms .Form__Status .Form__Readonly__Message {
  display: block;
  padding: 1rem;
  margin: 1rem 0;
  background-color: #fff8aa;
  color: #ff0000;
}
.EPiServerForms .Form__NavigationBar .Form__NavigationBar__Action {
  display: inline-block;
  padding: inherit;
  vertical-align: middle;
  text-align: center;
  border: 1px solid rgba(41, 128, 189, 0.5);
  border-radius: 4px;
  font-size: inherit;
  height: 2em;
  width: 10em;
  max-width: 20rem!important;
  color: initial;
  background-image: linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -ms-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
}
.EPiServerForms .Form__NavigationBar .Form__NavigationBar__Action:disabled {
  cursor: not-allowed;
  opacity: 0.4;
}
.EPiServerForms .Form__NavigationBar .Form__NavigationBar__ProgressBar {
  display: inline-block;
  border: 1px solid rgba(41, 128, 189, 0.5);
  vertical-align: middle;
  width: 40%;
}
.EPiServerForms .Form__NavigationBar .Form__NavigationBar__ProgressBar .Form__NavigationBar__ProgressBar--Progress {
  /*display: none;*/
  /*turn on this style to hide visual progress bar*/
  background-color: rgba(41, 128, 189, 0.5);
  width: 0%;
  /* Will be adjusted by JavaScript */
  height: 1rem;
}
.EPiServerForms .Form__NavigationBar .Form__NavigationBar__ProgressBar .Form__NavigationBar__ProgressBar--Text {
  display: none;
  /*turn off this style to show text "Page 1/4" of progress bar*/
}
.EPiServerForms .FormStep .FormStep__Description {
  margin-bottom: 1rem;
}
.EPiServerForms .Form__Element {
  margin: 20px 0px 20px 0px;
}
.EPiServerForms .Form__Element .Form__Element__Caption {
  display: inline-block;
  min-width: 15%;
  vertical-align: top;
}
.EPiServerForms .Form__Element .Form__Element__ValidationError {
  color: #ff0000;
  display: block;
  word-wrap: break-word;
}
.EPiServerForms .hide {
  display: none;
}
.EPiServerForms .FormSubmitButton:disabled {
  cursor: not-allowed;
  opacity: 0.4;
}
.EPiServerForms .FormTextbox .FormTextbox__Input {
  width: 100%;
}
.EPiServerForms .FormTextbox--Textarea .FormTextbox__Input {
  width: 100%;
}
.EPiServerForms .FormTextbox--Number .FormTextbox__Input {
  width: 100%;
}
.EPiServerForms .FormCaptcha .FormTextbox__Input {
  width: 8rem;
}
.EPiServerForms .FormCaptcha .FormCaptcha__Refresh {
  font-size: 1em;
  width: auto;
  height: auto;
}
.EPiServerForms .FormChoice--Image {
  /*img stand next to checked image will be bordered*/
}
.EPiServerForms .FormChoice--Image .hidden {
  visibility: hidden;
}
.EPiServerForms .FormChoice--Image .FormChoice--Image__Item {
  /* for image choice items, display as a flow (inline-block), we want max 2 items in one row, with a small margin */
  display: inline-block;
  max-width: 40%;
  text-align: center;
  /* image caption will be center */
  margin: 0.5rem;
}
.EPiServerForms .FormChoice--Image .FormChoice__Input:checked ~ img {
  border: 1px solid rgba(41, 128, 189, 0.5);
}
.EPiServerForms .FormRange .FormRange__Input {
  max-width: 60%;
  display: inline;
}
.EPiServerForms .EditView__InvisibleElement.FormStep {
  display: block;
  border-radius: 4px;
  border-color: rgba(184, 192, 197, 0.6);
  background-color: rgba(184, 192, 197, 0.6);
  color: #000;
  padding: 0.2rem;
  font-family: Verdana;
  box-shadow: 3px 3px 5px #ccc;
  /*text-align: center;*/
}
.EPiServerForms .EditView__InvisibleElement.FormStep .FormStep__Warning {
  color: #ff0000;
  background-color: #fff8aa;
  display: block;
  word-wrap: break-word;
}
.EPiServerForms .EditView__InvisibleElement.FormHidden {
  display: inline-block;
  border-radius: 4px;
  border: 1.5px outset rgba(184, 192, 197, 0.6);
  padding: 0.2rem 1rem;
  min-width: 18rem;
  /*text-align: center;*/
}
.EPiServerForms .Warning {
  color: #ff0000;
  background-color: #fff8aa;
  display: block;
  word-wrap: break-word;
}
.EPiServerForms .Form__Warning {
  color: #ff0000;
  background-color: #fff8aa;
  display: block;
  word-wrap: break-word;
}
.preamble {
  font-weight: bold;
}
.article-image {
  position: relative;
}
.article-overlay {
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.92);
  padding: 1.2em 0;
}
.article-overlay .article-text {
  padding: 0 1em;
}
.article-overlay .article-heading {
  margin-top: 0;
}
.article-overlay .preamble {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .article-overlay {
    position: static;
  }
}
.article-text {
  margin: 0 auto 0;
  padding: 0 0 0 1em;
  max-width: 900px;
}
.article-text > p:first-child {
  margin-top: 1.2em;
}
.article-text .img img {
  width: auto;
}
.article-text iframe {
  border: none;
}
.ios6 .article-text iframe,
.ios7 .article-text iframe {
  max-height: 500px !important;
}
.article-text.section-page {
  max-width: 1200px;
}
.article-wrapper {
  margin-bottom: 2em;
}
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}
.embed-container > iframe,
.embed-container > object,
.embed-container > embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  .article-text {
    width: 100%;
  }
  .article-text table {
    table-layout: fixed;
  }
  .article-text tbody {
    display: block;
    overflow-x: scroll;
  }
}
/* dialogs*/
.ui-blur {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #FFF;
  z-index: 101;
}
@media (min-width: 920px) {
  body .ui-dialog.ui-corner-all.ui-widget.ui-widget-content.ui-front.ui-dialog-buttons {
    width: 70%!important;
    left: 15%!important;
    top: 100px!important;
  }
}
@media (max-width: 919px) {
  body .ui-dialog.ui-corner-all.ui-widget.ui-widget-content.ui-front.ui-dialog-buttons {
    width: 80%!important;
    left: 10%!important;
    top: 100px!important;
  }
}
img.alligmentleft {
  float: left!important;
}
img.alligmentright {
  float: right!important;
}
.sitemap ul {
  list-style: none;
}
.sitemap > ul {
  padding-left: 0;
}
.sitemap > ul > li {
  padding-top: 1rem;
}
.sitemap > ul > li > a {
  font-weight: bold;
  text-transform: uppercase;
}
.sitemap > ul > li > ul > li {
  font-weight: bold;
  padding-top: .5rem;
}
.sitemap > ul > li > ul > li li {
  font-weight: normal;
  padding-top: 0;
}
.feed-listing .filter {
  margin: 0.5em 0;
}
.feed-listing .year-label {
  margin-right: 0.5em;
}
.feed-listing .feed-item {
  margin: 0 0 0.5em;
  line-height: 1.2;
}
.feed-listing .feed-item-date {
  font-size: 0.8em;
}
.feed-listing .feed-item-title {
  display: block;
}
.pagelistblock .feed-listing,
.article-text .feed-listing {
  box-sizing: border-box;
  margin: 2rem;
}
.pagelistblock .feed-listing ul,
.article-text .feed-listing ul,
.pagelistblock .feed-listing li,
.article-text .feed-listing li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.pagelistblock .feed-listing .feed-item-title,
.article-text .feed-listing .feed-item-title {
  margin: 1em 0 .2rem;
}
.pagelistblock .feed-listing .vertical-ellipsis,
.article-text .feed-listing .vertical-ellipsis {
  margin-left: -2rem;
}
.pagelistblock .feed-listing .vertical-ellipsis a,
.article-text .feed-listing .vertical-ellipsis a {
  background: rgba(255, 255, 255, 0.5);
  display: block;
  width: auto;
  float: right;
  padding: .5em;
  margin: 0px -0.8em -0.8em 0px;
  position: relative;
  z-index: 1;
}
.pagelistblock .feed-listing .vertical-ellipsis .gradient,
.article-text .feed-listing .vertical-ellipsis .gradient {
  top: 0;
  z-index: 0;
  height: 2.4em;
}
.article-text .feed-listing {
  margin: 0;
  padding: 0;
}
.article-text .feed-listing hr {
  margin-bottom: 0.4em;
  margin-top: 0.4em;
}
.article-text .feed-listing li:first-child hr {
  display: none;
}
.article-text .feed-listing h4 {
  margin-top: 0;
  margin-bottom: 4.66666667px;
  font-weight: normal;
  font-size: 18px;
  color: #00549e;
}
.article-text .feed-listing .feed-item-title {
  margin: 1em 0 .2rem;
}
.article-text .feed-listing .modified {
  font-size: .85em;
}
.feedlistingpage .square:hover {
  opacity: 1.0;
}
.feedlistingpage .block-content {
  padding: 0.8em;
}
.feedlistingpage h3 {
  margin-top: 0;
}
.feed-block-table {
  width: 100%;
}
.feed-block-table tr {
  border-bottom: 0.5em solid transparent;
}
.feed-block-table .feed-published {
  vertical-align: top;
  border-right: 1em solid transparent;
}
.feed-content {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  margin-top: 14px;
  margin-left: 14px;
}
.feed-content td {
  text-align: left;
}
.feed-content a:link {
  font-family: Arial;
  font-size: 12px;
  text-decoration: none;
  color: #646464;
}
.feed-content a:visited {
  font-family: Arial;
  font-size: 12px;
  text-decoration: none;
  color: #646464;
}
.feed-content a:hover {
  font-family: Arial;
  font-size: 12px;
  text-decoration: underline;
  color: #646464;
}
.feed-content a:active {
  font-family: Arial;
  font-size: 12px;
  text-decoration: none;
  color: #646464;
}
.feed-content table.maintable {
  border-collapse: collapse;
  border-spacing: 0px;
  text-align: left;
}
.feed-content td.maintable {
  padding: 0px;
}
.feed-content th.maintable {
  padding: 0px;
}
.feed-content .mainleft {
  vertical-align: top;
  width: 330px;
}
.feed-content .mainmiddle {
  padding-top: 50px;
}
.feed-content div.logo {
  vertical-align: top;
  height: 66px;
}
.feed-content div.mactive {
  font-weight: bold;
  color: #BD2644;
}
.feed-content .heading {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: bold;
}
.feed-content input[type=text] {
  border: 2px solid #0044AD;
  width: 210px;
}
.feed-content textarea {
  border: 2px solid #0044AD;
}
.feed-content .rec_heading {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  color: #9933cc;
  font-weight: bold;
}
.feed-content .msg_heading {
  font-size: 14px;
  color: #646464;
  font-family: Arial;
}
.feed-content sup.hugin {
  vertical-align: inherit !important;
}
.product-page dl {
  margin: 0.8em 0;
}
.product-page dt,
.product-page dd {
  padding: 0.4em 0.8em;
}
.product-page dt {
  background: #e2f525;
  font-size: .9em;
  font-weight: normal;
  text-transform: uppercase;
}
.product-page .article-aside {
  margin-bottom: 0.8em;
  margin-top: 1.8em;
}
.product-page .article-aside figure {
  text-align: center;
}
.product-page .article-aside figure img {
  margin-bottom: 1em;
}
.product-page .aside-text {
  padding: 0.8em;
}
.product-list {
  list-style: none;
  padding: 0;
}
.product-list .product {
  background: #5c8dcb;
  color: #fff;
  height: calc(120px +  1.6em );
  line-height: 1.2em;
  margin-bottom: 0.8em;
  overflow: hidden;
  padding: 0.8em;
  position: relative;
}
.product-list .product a {
  color: #fff;
}
.product-list .product h5 {
  margin: 0 0 .2em;
}
.product-list .product .gradient {
  background: linear-gradient(to bottom, rgba(92, 141, 203, 0) 0%, #5c8dcb 70%);
  bottom: 0;
  height: 2em;
  position: absolute;
  right: 0;
  width: 100%;
}
.product-list .product .more {
  background: #00549e;
  bottom: 0;
  color: #fff;
  line-height: 1;
  padding: .3em .3em .2em .4em;
  position: absolute;
  right: 0;
}
.product-list figure {
  background: #fff;
  height: 120px;
  line-height: 100px;
  margin: 0 0.4em 0.4em 0;
  padding: 0.4em;
  position: relative;
  text-align: center;
  width: 120px;
  z-index: 10;
}
.product-list figure img {
  max-height: 100%;
  max-width: 100%;
}
@media (min-width: 992px) {
  .product-list li {
    float: left;
    padding: 0 0.8em 0 0;
    width: 50%;
  }
  .product-list li:nth-child(even) {
    padding: 0 0 0 0.8em;
  }
}
#xform .multi-select-label {
  display: block !important;
  margin-bottom: 5px;
}
#xform .validation-summary-errors ul,
#xform .validation-summary-errors li {
  list-style: none;
  padding: 0;
  margin: 0;
}
#id_matrix {
  width: 100%;
}
.radio input[type=radio],
.checkbox input[type=radio],
.radio input[type=checkbox],
.checkbox input[type=checkbox] {
  float: none;
}
form legend {
  font-weight: 600 !important;
}
form label {
  font-weight: 400;
  display: block;
}
form .FormTextbox label {
  font-weight: 600;
}
form .FormTextbox .FormTextbox__Input {
  border-radius: 8px;
}
form button {
  background-color: #00549E;
  color: #FFF;
  border: none;
  border-radius: 8px;
  box-shadow: none;
  padding: 8px 24px;
}
.EPiServerForms .Form__Element {
  margin-bottom: 3rem !important;
}
.EPiServerForms .Form__Element select {
  border-radius: 8px;
}
.FormTextbox__Input {
  padding: 12px;
  border-width: 1px;
}
textarea.FormTextbox__Input {
  min-height: 92px;
}
.EPiServerForms .Form__Element .Form__Element__Caption {
  display: block !important;
  font-weight: 600;
  margin-bottom: 8px;
}
.Form__Element .FormCaptcha {
  display: flex;
  flex-direction: column;
}
.Form__Element .FormCaptcha button[type="submit"] {
  display: block;
  margin-bottom: 16px;
  width: 350px;
}
.Form__Element .FormCaptcha button[type="submit"]::after {
  display: block;
  clear: both;
  content: "";
}
.Form__Element .FormCaptcha .FormCaptcha__Image {
  width: 350px;
  margin-bottom: 8px;
}
.Form__Element .FormCaptcha input[type="text"] {
  border-radius: 8px;
  width: 350px;
  text-align: center;
}
@media (max-width: 575px) {
  .Form__Element .FormCaptcha button [type="submit"] {
    width: 250px;
  }
  .Form__Element .FormCaptcha .FormCaptcha__Image {
    width: 250px;
  }
  .Form__Element .FormCaptcha input [type="text"] {
    width: 250px;
  }
}
#my-profile-page .information-table {
  padding: 20px 0;
}
#my-profile-page .information-table .table-row {
  padding: 5px 0;
  /*border-bottom: 1px solid @orion-dark-grey;*/
}
#my-profile-page .information-table .title {
  display: inline-block;
  min-width: 240px;
  font-weight: bold;
}
#my-profile-page .information-table .value {
  display: inline-block;
  width: auto;
}
.contactinformationblock {
  width: 100% !important;
  float: none;
  position: static;
  display: block;
}
.contact-info-block {
  margin: 0.4em;
}
.contact-info-block .contact-info-content {
  display: none;
}
.contact-info-block .expander .fa-minus {
  display: none;
}
.contact-info-block.active .expander .fa-plus {
  display: none;
}
.contact-info-block.active .expander .fa-minus {
  display: inline;
}
.contact-info-block.active .contact-info-content {
  display: block;
}
.contact-info-heading {
  background-color: #eeeeee;
  cursor: pointer;
  padding: 8px;
}
.active .contact-info-heading {
  background-color: #a4d2e3;
}
.contact-info-heading h2 {
  display: inline-block;
  margin: 0 0.5em;
  vertical-align: middle;
  text-transform: uppercase;
}
.contact-info-content {
  background-color: #deeff5;
  padding: 8px;
  padding-left: 3em;
}
.contact-info-content .contact {
  padding: 1em;
}
@media (min-width: 768px) {
  .contact-info-content .contact.person {
    width: 50%;
    float: left;
  }
}
.contact-info-content .contact.location h3 {
  text-transform: uppercase;
}
.contact-info-content .contact-image {
  width: 30%;
  float: left;
}
.contact-info-content .contact-image .img {
  position: static;
}
.contact-info-content .contact-text {
  margin-left: 30%;
  padding-left: 1em;
}
.contact-info-content .contact-text h3 {
  margin-top: 0;
}
.contact-icons {
  border-collapse: separate;
  border-spacing: 0.35em;
  margin-left: -0.25em;
}
.contact-info-icon {
  text-align: center;
  background-color: #00549e;
  color: white;
  padding: 0.2em 0.25em;
}
.careersblock .square {
  padding: 0.8em;
}
.careersblock .square:hover {
  opacity: 1.0;
}
.careersblock h2 {
  margin-top: 0;
}
.careersblock .vacancies {
  list-style-type: none;
  padding-left: 0.5em;
  margin-bottom: 1em;
}
.careersblock .vacancies li {
  margin-bottom: 0.5em;
}
.careersblock .vacancies li::before {
  font-family: FontAwesome;
  content: "\f105";
  margin-right: 0.5em;
}
.careersblock .vacancies a {
  color: inherit;
}
#selected-dropdown-material {
  background: #f1f1f1;
  padding-bottom: 20px;
}
.dropdown-material-info {
  position: relative;
  display: flex;
}
.dropdown-material-info img {
  padding: 20px 0 20px 0;
}
.dropdown-material-info h4 {
  margin-top: 20px;
}
.dropdown-material-info .close-btn {
  position: absolute;
  right: 0;
  z-index: 1;
}
.dropdown-material-info .material-description {
  position: relative;
}
.dropdown-material-info .material-description #description {
  margin-bottom: 70px;
}
.dropdown-material-info .material-description .order-btns {
  position: absolute;
  width: 100%;
  bottom: 20px;
}
.dropdown-material-info .material-description .order-btns .purchase-ctrl {
  float: right;
  margin-right: 20px;
}
#material-grid {
  margin-left: -1em;
}
#material-grid .grid-material-info {
  margin: 15px 0;
}
#material-grid .grid-material-info figure {
  display: flex;
  height: 187px;
}
#material-grid .grid-material-info figure a {
  display: flex;
  align-items: center;
  justify-content: center;
}
#material-grid .grid-material-info figure img {
  max-height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  align-self: flex-start;
}
#material-grid .grid-material-info h6 {
  margin-top: 0;
}
#material-grid .grid-material-info h6.lightheader {
  opacity: 0.6;
}
#material-grid .grid-material-info a {
  font-size: 0.9em;
}
#material-grid .grid-material-info h5 {
  font-size: 1em;
  /*color: #00549E;*/
  cursor: default;
}
#material-grid select.form-control {
  border-radius: 0;
  height: auto;
  min-height: 2rem;
  padding: 4px;
}
#material-grid .btn {
  background: #00549e;
  border-radius: 0;
  color: #fff;
  margin-left: .5rem;
  min-height: 2rem;
  padding: 4px 1rem;
}
#material-grid hr {
  box-sizing: border-box;
  border-color: grey;
}
@media (max-width: 767px) {
  .order-btns {
    position: static !important;
  }
  #material-grid .form-control {
    width: auto;
  }
}
@media (max-width: 767px) {
  .dropdown-material-info {
    display: block;
  }
  .dropdown-material-info img {
    max-height: 300px;
    width: auto;
    display: flex;
    margin: auto;
  }
  .dropdown-material-info .material-description .order-btns .purchase-ctrl {
    display: flex !important;
  }
  .dropdown-material-info .material-description .order-btns .purchase-ctrl .btn {
    min-width: inherit;
  }
  .dropdown-material-info .material-description .order-btns .purchase-ctrl select {
    margin-right: 5px;
  }
}
@media (min-width: 768px) {
  #material-grid .material-block {
    border-right: 1px solid grey;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #material-grid .material-block:nth-of-type(even) {
    border-right: none;
  }
  #material-grid .material-block:nth-of-type(2n+1) {
    clear: both;
  }
  #material-grid hr:nth-of-type(odd) {
    display: none;
  }
  #material-grid hr:last-child {
    display: block;
  }
}
@media (min-width: 992px) {
  #material-grid .material-block:nth-of-type(2n) {
    border-right: none;
  }
  #material-grid .material-block:nth-of-type(2n+1) {
    clear: both;
  }
  #material-grid hr {
    display: none;
  }
  #material-grid hr:nth-of-type(2n) {
    display: block;
  }
  #material-grid hr:last-child {
    display: block;
  }
}
@media (max-width: 991px) {
  #material-grid .grid-material-info figure {
    height: inherit;
  }
}
#material-ordering-form {
  /*force wordwrap to fit in to table cell (EK) - iphone 5/5s... */
  /* iphone 5/5s material count fit (EK) */
}
#material-ordering-form td.actions {
  text-align: center;
  width: 3em;
}
#material-ordering-form .name,
#material-ordering-form .productcode {
  word-wrap: break-word;
}
#material-ordering-form td select {
  padding: 0px;
}
#material-ordering-form .orion-table button {
  background: transparent;
  border: none;
  font-size: 1.5em;
}
#material-ordering-form .orion-table button.remove {
  color: #c00;
}
#material-ordering-form .orion-table button.remove:hover {
  color: #f00;
}
#material-ordering-form .orion-table tbody {
  display: table-row-group;
}
@media print {
  a:link:after,
  a:visited:after {
    content: "" !important;
  }
  .social-media-buttons,
  #footer-links {
    display: none;
  }
  .print-logo {
    width: 20%;
  }
}
.no-font-face .fa {
  display: none;
  width: 22px;
  height: 22px;
  background-repeat: no-repeat;
}
.no-font-face .fa:before {
  content: " " !important;
}
.no-font-face .btn-orion {
  min-height: 22px;
  min-width: 22px;
}
.no-font-face .fa-angle-double-right {
  display: inline-block;
}
.no-font-face .fa-angle-double-right:before {
  content: '\00BB' !important;
}
.no-font-face .fa-arrow-left {
  display: block;
  background-image: url('/Images/icons/arrow-left.png');
}
.no-font-face .fa-arrow-up {
  display: block;
  background-image: url('/Images/icons/arrow-up.png');
}
.no-font-face .fa-bars {
  display: block;
  background-image: url('/Images/icons/bars.png');
}
.no-font-face .fa-facebook {
  display: block;
  background-image: url('/Images/icons/facebook.png');
}
.no-font-face .fa-home {
  display: block;
  background-image: url('/Images/icons/home.png');
}
.no-font-face .fa-linkedin {
  display: block;
  background-image: url('/Images/icons/linkedin.png');
}
.no-font-face .fa-minus {
  display: block;
  background-image: url('/Images/icons/minus.png');
}
.no-font-face .fa-plus {
  display: block;
  background-image: url('/Images/icons/plus.png');
}
.no-font-face .fa-print {
  display: block;
  background-image: url('/Images/icons/print.png');
}
.no-font-face .fa-search {
  display: block;
  background-image: url('/Images/icons/search.png');
}
.no-font-face .fa-twitter {
  display: block;
  background-image: url('/Images/icons/twitter.png');
}
/**
 *
 * MODIFIED!!!MODIFIED!!!MODIFIED!!!MODIFIED!!!MODIFIED!!!
 *
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 *
 * MODIFIED!!!MODIFIED!!!MODIFIED!!!MODIFIED!!!MODIFIED!!!
 *
 */
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
  position: relative;
  margin: 0 auto;
  padding: 0;
  *zoom: 1;
}
.bx-wrapper img {
  max-width: 100%;
  display: block;
}
/** THEME
===================================*/
.bx-wrapper .bx-viewport {
  /*
	-moz-box-shadow: 0 0 5px #ccc;
	-webkit-box-shadow: 0 0 5px #ccc;
	box-shadow: 0 0 5px #ccc;
	border:  5px solid #fff;
	left: -5px;
	background: #fff;
	*/
  /*fix other elements on the page moving (on Chrome)*/
  -webkit-transform: translatez(0);
  -moz-transform: translatez(0);
  -ms-transform: translatez(0);
  -o-transform: translatez(0);
  transform: translatez(0);
}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: 10px;
  width: 100%;
}
/* LOADER */
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url(/images/slider/bx_loader.gif) center center no-repeat #ffffff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}
/* PAGER */
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px;
}
.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #000;
}
/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
  left: 10px;
  background: url(/images/slider/controls.png) no-repeat 0 -32px;
}
.bx-wrapper .bx-next {
  right: 10px;
  background: url(/images/slider/controls.png) no-repeat -43px -32px;
}
.bx-wrapper .bx-prev:hover {
  background-position: 0 0;
}
.bx-wrapper .bx-next:hover {
  background-position: -43px 0;
}
.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 9999;
}
.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}
/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
  text-align: center;
}
.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url(/images/slider/controls.png) -86px -11px no-repeat;
  margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
  background-position: -86px 0;
}
.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url(/images/slider/controls.png) -86px -44px no-repeat;
  margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
  background-position: -86px -33px;
}
/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}
/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666\9;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}
.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: .85em;
  padding: 10px;
}
.op-accordion {
  margin-bottom: 30px;
}
.op-accordion .accordion-opener,
.op-accordion .accordion-item {
  display: none;
}
.op-accordion .accordion-open-all-div {
  text-align: right;
  padding: 1rem 0;
}
.op-accordion .accordion-open-all-div span:hover {
  cursor: pointer;
}
.op-accordion .accordion-open-all-div span.accordion-open-all.rotate {
  background: url('/images/icons/bg-tab-arrow-all.png') no-repeat 0px 0px !important;
  background-size: 13px 8px !important;
  width: 13px !important;
  height: 8px !important;
  margin-right: 10px;
  border: 0px red solid;
  display: inline-block;
}
.op-accordion .accordion-open-all-div span.accordion-open-all.rotate.down {
  background: url('/images/icons/bg-tab-arrow-all.png') no-repeat 0px 0px !important;
}
.op-accordion .accordion-open-all-div span.accordion-open-all.down span.accordion-open-label {
  display: none;
}
.op-accordion .accordion-open-all-div span.accordion-open-all.down span.accordion-close-label {
  display: inline;
}
.op-accordion .accordion-open-all-div span.accordion-open-all span.accordion-open-label {
  display: inline;
}
.op-accordion .accordion-open-all-div span.accordion-open-all span.accordion-close-label {
  display: none;
}
.op-accordion .accordion-open-all-div span:hover {
  cursor: pointer;
}
.op-accordion .accordion-line-header {
  background-color: #FFF;
  border-bottom: 2px solid #acacac;
  padding: 1.5rem;
}
.op-accordion .accordion-line-header h3 {
  margin: 0;
}
.op-accordion .accordion-line-header {
  /*background-color: @orion-blue;*/
  padding: 20px;
  margin-bottom: 0px;
}
.op-accordion .accordion-line-header:hover {
  cursor: pointer;
}
.op-accordion .accordion-line-header:hover i {
  color: white;
}
.op-accordion .accordion-line-header span {
  margin: 0 .5rem;
}
.op-accordion .accordion-line-header h3 {
  min-height: 25px !important;
  font-size: 28px !important;
  font-weight: 300 !important;
  color: #000 !important;
  position: relative;
}
.op-accordion .accordion-line-header h3 span.accordion-line-header-icon.rotate {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  background: url('/images/icons/arrowhead-right.svg') no-repeat center !important;
  margin-top: 0px !important;
  width: 40px !important;
  height: 40px !important;
  display: flex;
  float: right;
  justify-content: center;
  align-items: center;
}
.op-accordion .accordion-line-header h3 span.accordion-line-header-icon.rotate.down {
  background: url('/images/icons/arrowhead-right.svg') no-repeat center !important;
  /*   margin-top: 10px !important;*/
}
.op-accordion .accordion-line-content {
  padding: 1rem 2rem;
  display: none;
}
.op-accordion .rotate {
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.op-accordion .rotate.down {
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
#floatingContainer {
  position: fixed;
  font-size: 15px!important;
  border: 1px #00549e solid;
  display: none;
  max-width: 90%;
}
#floatingContainer #floatingcontentboxheading i {
  color: #00549e !important;
  display: block !important;
  padding-bottom: 15px !important;
}
/*
#floatingContainer  i.fa-close {
    display: none; position:absolute; right:10px; top:10px; 
}*/
.hsdialogClose {
  background: #fff;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 50px;
  margin: 0;
  padding: 10px;
  transition: color .2s;
  vertical-align: top;
  visibility: inherit;
  width: 50px;
  color: #00549e !important;
  right: 0px;
  top: 0px;
  position: absolute;
  opacity: 0.8;
  transition: opacity .25s ease 0s,visibility 0s ease 0s;
  visibility: visible;
}
#floatingContainer #floatingcontentboxheading i.fa-map-marker {
  font-size: 32px;
  margin-left: 3px;
}
#floatingcontentboxheading {
  border: 0px solid white;
  border-radius: 0px;
  color: #333;
  background-color: #fff;
  cursor: pointer;
  padding: 15px 15px 0px 15px;
  font-size: 27px;
}
#floatingcontentbox {
  border: 0px solid white;
  border-radius: 0px;
  color: #00549e !important;
  background-color: white;
  width: 300px;
  position: relative;
  font-size: 15px;
  display: none;
  padding: 40px;
}
#floatingContainer.floatandopen {
  border: 0px solid white!important;
}
#floatingContainer.floatandopen #floatingcontentbox {
  border: 1px #00549e solid !important;
}
#floatingContainer.floatandopen {
  bottom: 10px;
  right: 10px;
}
#floatingContainer.floatandclose {
  bottom: 20%;
  right: 10px;
}
@media (max-width: 768px) {
  #floatingcontentbox {
    padding: 20px !important;
  }
  body #floatingContainer #floatingcontentboxheading i {
    font-size: 20px !important;
  }
  body #floatingContainer #floatingcontentboxheading i.fa-map-marker {
    font-size: 22px !important;
  }
  body #floatingcontentboxheading {
    padding: 10px 10px 0px 10px;
  }
  body #floatingContainer #floatingcontentboxheading i {
    padding-bottom: 10px !important;
  }
}
.overflow-hidden {
  overflow: hidden !important;
}
