/*@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;
}
.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: 4.1em;
    background-color: #fff;
  }
}
#header-navbar {
  max-width: 1600px;
  background-color: white;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #e7e7e7;
}
#header-navbar .orion-logo {
  float: left;
  padding: 1em 0.4em;
}
#header-navbar .orion-logo img {
  width: auto;
  height: 2.1em;
}
.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%);
  }
}
/**/
.fullwidth {
  padding: 35px!important;
  display: block;
  clear: both;
  margin-bottom: 25px;
}
.fullwidth p,
.halfwidth p {
  margin: 0px!important;
}
.fullwidth h4,
.halfwidth h4 {
  font-size: 0.85em!important;
  font-weight: normal!important;
  margin-top: 0em;
  text-transform: uppercase;
}
.fullwidth h3,
.halfwidth h3 {
  font-size: 1.1em!important;
  font-weight: bold!important;
  margin-top: 0.5em;
  margin-bottom: 0.8em;
}
.halfwidth {
  padding: 35px 25px!important;
  width: 40%;
  max-width: 550px;
  float: left;
  margin-right: 30px;
  margin-bottom: 25px;
}
@media (max-width: 700px) {
  body .halfwidth {
    width: 50%;
    max-width: 50%;
  }
}
.textandimages.singleimagecontainer {
  width: 40%;
  max-width: 550px;
  float: left;
  margin-right: 30px;
  margin-bottom: 25px;
  margin-top: 25px;
}
.isnestedView {
  border: 0px red solid!important;
}
.four-by-two .textandimages.isnestedView .img,
.two-by-two .textandimages.isnestedView .img,
.two-by-one .textandimages.isnestedView .img,
.one-by-one .textandimages.isnestedView .img {
  position: relative!important;
}
/*  .four-by-two .isnestedView .img{ }
     .two-by-two.isnestedView .img{ }
     .two-by-one textandimages.isnestedView .img{max-width:800px!important; }
     .one-by-one  textandimages.isnestedView .img{ max-width:400px!important; }*/
@media (max-width: 700px) {
  body .textandimages.singleimagecontainer {
    width: 50%;
    max-width: 400px;
  }
}
.textandimages.doudleimagecontainer {
  display: table;
}
.textandimages.doudleimagecontainer > div {
  display: table-cell;
  padding-right: 3%;
  min-width: 46.9%;
  width: 46.9%;
}
.textandimages > div img {
  padding-bottom: 10px;
  width: 100%!important;
  max-width: 100%!important;
}
.textandimages > div p {
  font-size: 0.9em;
}
body .textandimages.doudleimagecontainer > div p {
  margin-right: 25px;
}
.clearfix.hidden-print > .one-by-one.textblock > div,
.iseditorialtext {
  padding: 35px !important;
  margin-bottom: 25px;
  margin-right: 25px;
}
.iseditorialtext .square {
  padding: 10px 25px!important;
  position: relative!important;
}
.clearfix.hidden-print > .one-by-one.editorialblock > .iseditorialtext {
  padding: 0px !important;
  margin-bottom: 0px;
  margin-right: 0px;
}
.iseditorialtext .square a,
.iseditorialtext .square a:hover,
.iseditorialtext .square h1,
.iseditorialtext .square h2,
.iseditorialtext .square h3,
.iseditorialtext .square p {
  text-decoration: none!important;
}
/*sideaffect*/
.SideEffectContainer label {
  width: 20%;
  float: left;
  font-weight: normal;
}
.SideEffectContainer label {
  width: 20%;
  float: left;
}
.SideEffectContainer .form-control {
  width: 80%;
  float: right;
  clear: right;
  margin-bottom: 30px;
}
.SideEffectContainer .form-group {
  clear: both!important;
}
.SideEffectContainer #SenderIs {
  width: 80%;
  float: right;
  clear: right;
  margin-bottom: 30px;
  margin-left: 20%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  vertical-align: middle;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  margin-top: -34px;
}
.SideEffectContainer h3 {
  display: block!important;
  clear: both;
  margin-bottom: 20px;
  margin-top: 20px;
}
.SideEffectContainer h3 > span {
  font-size: 15px;
}
.SideEffectContainer input[type="submit"],
.fakesubmitbutton {
  -webkit-appearance: button;
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
  display: none;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid #cccccc;
  white-space: nowrap;
  padding: 6px 50px;
  font-size: 16px;
  line-height: 1.42857143;
  border-radius: 4px!important;
  font-weight: bold;
  text-transform: uppercase;
  margin: 20px auto !important;
  margin-left: 213px !important;
}
.checkHuman,
.checkAnimal {
  position: relative;
  width: 49.9999%;
  float: left;
  font-weight: normal;
  color: #999;
  border-bottom: 1px #cccccc solid;
  height: 50px;
  margin: 0px;
  margin-top: 0px!important;
}
.checkHuman {
  border-top-left-radius: 4px;
}
.checkAnimal {
  border-top-right-radius: 4px;
}
.checkHuman > span,
.checkAnimal > span {
  text-align: center;
  display: block;
  height: 50px;
  cursor: pointer;
  vertical-align: middle;
  padding: 10px 0px 10px 0px!important;
  z-index: 10000;
}
.checkHuman i,
.checkAnimal i {
  display: none;
}
.ischecked i {
  color: #00549e!important;
  display: inline-block !important;
}
.checkHuman.ischecked {
  color: #333!important;
  background-color: white;
  font-weight: bold;
  border-top: 1px #cccccc solid;
  border-left: 1px #cccccc solid;
  border-right: 1px #cccccc solid;
  border-bottom: 1px #fff solid;
}
.checkAnimal.ischecked {
  color: #333!important;
  font-weight: bold;
  border-top: 1px #cccccc solid;
  border-left: 1px #cccccc solid;
  border-right: 1px #cccccc solid;
  border-bottom: 1px #fff solid;
}
#SideeffectHuman,
#SideeffectAnimal {
  z-index: 1000;
  display: none;
  border-right: 1px #cccccc solid;
  border-bottom: 1px #cccccc solid;
  border-left: 1px #cccccc solid;
  padding: 30px 30px 10px 20px;
  margin-bottom: 20px!important;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.mobileonly {
  display: none;
}
div#SenderIsOther {
  display: none;
}
@media (max-width: 800px) {
  .SideEffectContainer label {
    width: 35%;
  }
  .SideEffectContainer .form-control {
    width: 65%;
  }
  .SideEffectContainer #SenderIs {
    width: 65%;
    margin-left: 35%;
    margin-top: -34px;
    margin-top: -24px;
  }
  .SideEffectContainer input[type="submit"] {
    display: none !important;
    margin-right: auto !important;
  }
  .SideEffectContainer .fakesubmitbutton {
    margin-left: 35%!important;
  }
  .mobileonly {
    display: block!important;
  }
  .tooltip {
    font-size: 14px!important;
  }
}
/*tooltip*/
.tooltip {
  display: block;
  position: absolute!important;
  padding: 10px;
  z-index: 10000000000000000000;
  color: #00549e!important;
  background-color: #fff;
  border: 1px solid #00549e;
  font-size: 18px;
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.5);
  border-radius: 3px;
  opacity: 1!important;
}
.SideEffectContainer label i {
  color: #00549e!important;
}
/*new*/
.justlaunchbutton {
  display: none!important;
}
.infoasterix {
  display: none;
}
.fakesubmitbutton {
  display: block!important;
}
.invalidclass {
  color: red!important;
}
.tbl1 {
  display: table;
  margin-left: 15px;
}
.tbla {
  display: table-cell;
  padding: 10px;
}
.tblb {
  display: table-cell;
  padding: 10px;
}
/*curverd*/
#orion-footer .img > img {
  display: none!important;
}
#orion-footer .img {
  display: block!important;
  border-bottom: 1px #00549e solid!important;
  margin-bottom: 5px;
  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;
  }
}
/*theme front box*/
.sectionstartpageclass .four-by-two .iseditorialtext,
.sectionstartpageclass .two-by-two .iseditorialtext,
.sectionstartpageclass .two-by-one .iseditorialtext,
.sectionstartpageclass .one-by-one .iseditorialtext {
  padding: 0.8em  !important;
}
.sectionstartpageclass .four-by-two .iseditorialtext h1,
.sectionstartpageclass .two-by-two .iseditorialtext h1,
.sectionstartpageclass .two-by-one .iseditorialtext h1,
.sectionstartpageclass .one-by-one .iseditorialtext h1,
.sectionstartpageclass .four-by-two .iseditorialtext h2,
.sectionstartpageclass .two-by-two .iseditorialtext h2,
.sectionstartpageclass .two-by-one .iseditorialtext h2,
.sectionstartpageclass .one-by-one .iseditorialtext h2 {
  margin-top: 0px!important;
}
.sectionstartpageclass .editorialblock .square {
  cursor: default!important;
}
.sectionstartpageclass .editorialblock .square:hover {
  opacity: 1;
}
.sectionstartpageclass .editorialblock.editorialhasboxlink .square:hover {
  opacity: 0.8!important;
}
.sectionstartpageclass .editorialblock.editorialhasboxlink .square {
  cursor: pointer!important;
}
.editorialblock .bg-lime a,
.editorialblock .bg-lime a:hover {
  color: #428bca!important;
}
#hp-div {
  display: none;
}
#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 {
  padding: 1em 1.2em 0;
  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;
}
@media (min-width: 992px) {
  #orion-footer #change-country-and-language {
    margin: 0 8.33333333%;
  }
}
#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;
}
@media (min-width: 992px) {
  #orion-footer #footer-navi {
    margin-left: 8.33333333%;
    width: 100%;
  }
}
#orion-footer #footer-navi h4 {
  color: #00549e;
}
#orion-footer #footer-navi h4 a {
  color: #00549e;
}
#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;
}
#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: 9px;
  }
}
@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;
}
@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;
  color: #fff;
}
.bg-grass .vertical-ellipsis .gradient {
  background-image: linear-gradient(rgba(100, 140, 46, 0), #648c2e);
}
.bg-grass a {
  color: #fff;
  cursor: pointer;
}
.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-dark-purple {
  background-color: #57267c;
  color: #333333;
  color: #fff;
}
.bg-orionsydan-dark-purple .vertical-ellipsis .gradient {
  background-image: linear-gradient(rgba(87, 38, 124, 0), #57267c);
}
.bg-orionsydan-dark-purple .vertical-ellipsis .gradient {
  background-image: linear-gradient(rgba(0, 84, 158, 0), #57267c);
}
.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);
}
.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: 28px;
  color: #333333;
}
.search-result h3 {
  margin-top: 0;
  margin-bottom: 14px;
  font-weight: normal;
  font-size: 18px;
  color: #00549e;
}
.search-result p {
  font-size: 14px;
}
.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;
}
.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;
}
.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;
}
.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-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:not(.coloredtable) {
    display: block;
    overflow-x: scroll;
  }
}
body .scrollable > .square {
  overflow-x: hidden!important;
  overflow-y: auto!important;
}
.article-text .iseditorialtext {
  position: relative!important;
  height: auto !important;
}
.article-text .iseditorialtext .square {
  position: relative!important;
  height: auto !important;
}
.article-text .iseditorialtext {
  padding: 0px !important;
}
.article-text .iseditorialtext > a {
  color: #333333;
  text-decoration: none;
}
.article-text .iseditorialtext > a a {
  color: #428bca;
  text-decoration: underline;
}
.article-text .iseditorialtext > a a:hover,
.article-text .iseditorialtext > a a:focus {
  color: #2a6496;
  text-decoration: underline;
}
.three-wide > div.clearfix.hidden-print:last-child .iseditorialtext {
  position: relative!important;
  height: auto !important;
}
.three-wide > div.clearfix.hidden-print:last-child .iseditorialtext .square {
  position: relative!important;
  height: auto !important;
}
.three-wide > div.clearfix.hidden-print:last-child .iseditorialtext > a {
  color: #333333;
  text-decoration: none;
}
.three-wide > div.clearfix.hidden-print:last-child .iseditorialtext > a a {
  color: #428bca;
  text-decoration: underline;
}
.three-wide > div.clearfix.hidden-print:last-child .iseditorialtext > a a:hover,
.article-text .iseditorialtext > a a:focus {
  color: #2a6496;
  text-decoration: underline;
}
.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;
}
.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;
}
/** 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: 95%;
  /************* 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;
}
#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;
}
.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;
}
@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');
}
.tagblock {
  margin-top: 30px;
  margin-bottom: 40px;
  line-height: 1.15;
}
.tagblock .blocktitle {
  font-size: 1.45em;
  font-weight: bold;
  margin: 10px 0px 25px 0px;
}
.tagblock p {
  margin: 0px;
  padding: 0px;
}
.tagblock .tdtagleft,
.tagblock .tdtagright {
  display: table-cell;
  box-sizing: border-box !important;
}
.tagblock .tdtagright {
  padding-left: 20px;
}
.tagblock .tdtagleft {
  vertical-align: middle;
}
.tagblock .tabletd {
  display: table!important;
  box-sizing: border-box !important;
  margin-bottom: 25px;
}
.tagblock .tagdate {
  font-size: 0.75em;
}
.tagblock .tagtitle {
  font-size: 1.2em;
  font-weight: bold;
}
.tagblock .tagingress {
  font-size: 1em;
}
.tagblock a {
  color: #212121;
}
@media (min-width: 1100px) {
  .tagblock {
    margin-left: 80Px;
  }
  .tagblock .tdtagleft {
    width: 140px;
    vertical-align: top;
  }
  .tagblock .tdtagleft img {
    width: 140px;
    height: auto;
  }
  .tagblock .tdtagleft .colorbox {
    width: 140px;
    height: 140px;
  }
}
@media (max-width: 1099px) {
  .tagblock {
    margin-left: 20Px;
    margin-right: 20Px;
  }
  .tagblock .tdtagleft {
    width: 110px;
    vertical-align: top;
  }
  .tagblock .tdtagleft img {
    width: 110px;
    height: auto;
  }
  .tagblock .tdtagleft .colorbox {
    width: 110px;
    height: 110px;
  }
}
@media (max-width: 500px) {
  .tagblock {
    margin-left: 10Px;
    margin-right: 20Px;
  }
  .tagblock .tdtagleft {
    width: 75px;
    vertical-align: top;
  }
  .tagblock .tdtagleft img {
    width: 75px;
    height: auto!important;
  }
  .tagblock .tdtagleft .colorbox {
    width: 75px;
    height: 75px;
  }
}
.bg-orionsydan-purple,
.bg-orionsydan-dark-purple,
.bg-orionsydan-green,
.bg-orionsydan-orange,
.bg-orionsydan-yellow2 {
  padding-top: 35px!important;
  color: #ffffff!important;
}
.bg-orionsydan-purple p,
.bg-orionsydan-dark-purple p,
.bg-orionsydan-green p,
.bg-orionsydan-orange p,
.bg-orionsydan-yellow2 p,
.bg-orionsydan-purple h2,
.bg-orionsydan-dark-purple h2,
.bg-orionsydan-green h2,
.bg-orionsydan-orange h2,
.bg-orionsydan-yellow2 h2 {
  color: #ffffff!important;
}
.bg-orionsydan-purple h2,
.bg-orionsydan-dark-purple h2,
.bg-orionsydan-green h2,
.bg-orionsydan-orange h2,
.bg-orionsydan-yellow2 h2 {
  margin-top: 5px!important;
}
.AskExpertMain .article-overlay {
  background-color: rgba(255, 255, 255, 0.55) !important;
}
.AskExpertMain #AskExperTrigger,
.AskExpertMain .AskExperform {
  display: none;
}
.AskExpertMain #AskExperTrigger:checked + .AskExperform {
  display: block;
}
.AskExpertMain .article-text a,
.AskExpertMain .article-text a:hover {
  color: #3fbfbd!important;
}
.AskExpertMain .ExperTriggerLabel {
  color: #3fbfbd;
  text-decoration: none;
  cursor: pointer;
  font-weight: normal!important;
}
.AskExpertMain .ExperTriggerLabel:hover {
  text-decoration: underline;
}
.AskExpertMain .answersplitted {
  max-width: 98%;
  line-height: 1.5em!important;
  overflow: hidden;
  position: relative;
  max-height: 3em;
  text-align: justify;
  margin-right: -2%;
  padding-right: 2%;
}
.AskExpertMain .answersplitted:before {
  /* points in the end */
  content: '...';
  /* absolute position */
  position: absolute;
  /* set position to right bottom corner of block */
  right: 0;
  bottom: 0;
}
.askExpertpageTitle {
  color: #3fbfbd;
}
button.tag {
  border: 0px white solid!important;
  color: #428bca!important;
  background: transparent !important;
}
.AskExpertMain .pubdate {
  color: #7f8d92;
  display: block;
  font-size: 0.9em;
  font-style: italic;
  margin: 20px 0 !important;
}
.clearfix > .osydanautomaticliftblock {
  width: 100% !important;
}
.formbuttonang {
  background: #2f99d4 none repeat scroll 0 0;
  border: 0 solid white !important;
  border-radius: 8px;
  color: #fff;
  padding: 5px 10px;
  text-transform: uppercase;
}
.formbuttonangbmi {
  background: #3fbfbd none repeat scroll 0 0;
  border: 0 solid white !important;
  border-radius: 8px;
  color: #fff;
  padding: 5px 10px;
  text-transform: uppercase;
}
.formInputHighlight {
  border: 1px red solid!important;
}
.forminputmargin {
  margin-bottom: 10px;
  padding: 5px 10px!important;
}
.bmiInput {
  margin: 20px 0px;
  width: 150px;
  background: #f1f2f3;
  border: 1px #e7e6e7 solid;
}
.bmiindexi {
  display: none;
}
.warnred {
  color: red!important;
}
.bmiGraf {
  display: none;
  padding-left: 30px;
  padding-top: 20px;
}
.bmiGrafvisible {
  display: block!important;
}
#bmiFunction tbody {
  display: block;
  overflow-x: visible!important;
}
@media (max-width: 600px) {
  #bmiImgcontainer img {
    max-width: 65%!important;
    height: auto!important;
  }
  .bmiInput {
    width: 60px!important;
  }
  .bmiGraf {
    padding-left: 20px!important;
  }
  .bmileft {
    /* min-width: 40%!important;*/
  }
}
/*syomistotesttumusti*/
#kysymyslomake input[type="checkbox"],
#kysymyslomake input[type="radio"] {
  display: none;
}
#kysymyslomake input[type="checkbox"],
#kysymyslomake input[type="radio"] + label {
  margin-left: .25rem;
}
#kysymyslomake input[type="radio"] + label span {
  background-color: white;
  border: .5rem solid;
  -moz-border-radius: 50%;
  border-radius: 50%;
  cursor: pointer;
  display: inline-block;
  height: 2rem;
  margin: 0 .5rem 0 0;
  vertical-align: middle;
  width: 2rem;
}
#kysymyslomake input[type="checkbox"] + label span {
  background-color: white;
  border: .5rem solid;
  cursor: pointer;
  display: inline-block;
  height: 2rem;
  margin: 0 .5rem 0 0;
  vertical-align: middle;
  width: 2rem;
}
#kysymyslomake input[type="checkbox"]:checked + label span,
#kysymyslomake input[type="radio"]:checked + label span {
  background-color: black;
}
#kysymyslomake input[type="checkbox"] + label span.puna,
#kysymyslomake input[type="radio"] + label span.puna {
  border-color: #f36f58;
}
#kysymyslomake input[type="radio"] + label span.sini {
  border-color: #20bcb9;
}
#kysymyslomake input[type="checkbox"] + label span.vihrea,
#kysymyslomake input[type="radio"] + label span.vihrea {
  border-color: #8ebc3e;
}
#kysymyslomake fieldset {
  border: 0px solid #CCC;
  margin-bottom: 2.5rem;
  padding: .5rem;
}
#kysymyslomake label {
  display: block;
  font-weight: normal;
  margin-bottom: .5rem;
}
#kysymyslomake legend {
  margin-bottom: 0;
  font-weight: bold;
  padding: 0.5rem 0 0;
  padding-right: .5rem;
  white-space: normal;
  border: 0px solid #CCC;
}
#tulos {
  height: 10rem;
  padding-bottom: 0;
  width: 100%;
}
#tulos div {
  display: inline-block;
  height: 100%;
}
#tulostaulu caption {
  font-size: large;
  font-weight: bold;
  margin-bottom: 1rem;
  text-align: left;
}
#tulostaulu {
  border-collapse: separate;
  border-bottom: none;
  border-left: thin solid black;
  border-right: thin solid black;
  border-top: none;
  border-spacing: 0;
  margin-bottom: 2rem;
  width: 100%;
}
#tulostaulu td:first-child,
#tulostaulu th:first-child {
  border: none;
}
#tulostaulu thead th,
#tulostaulu tfoot td {
  background-color: white;
  border-bottom: none;
  border-left: 1px solid black;
  border-right: none;
  border-top: none;
  color: black;
  font-weight: normal;
  padding: .5rem;
  text-align: left;
  width: 25%;
}
#tulostaulu thead th span,
#tulostaulu tfoot td span {
  display: inline-block;
  width: 50%;
}
#tulostaulu thead th span:last-child,
#tulostaulu tfoot td span:last-child {
  text-align: right;
}
#tulostaulu tbody td {
  padding: 0;
}
.article-text #tulostaulu tbody.coloredtable {
  overflow-x: visible!important;
  overflow-y: visible!important;
}
.vastausOhje {
  border: medium solid;
  margin-bottom: 2rem;
  padding: 1rem;
  border-width: 1px!important;
  color: #ffffff;
}
#kysymyslomake .puna,
#tulostaulu .puna,
.vastausOhje.puna {
  background-color: #f36f58;
  border-color: #CC3300;
}
#kysymyslomake .sini,
#tulostaulu .sini,
.vastausOhje.sini {
  background-color: #20bcb9;
  border-color: #336699;
}
#kysymyslomake .vihrea,
#tulostaulu .vihrea,
.vastausOhje.vihrea {
  background-color: #8ebc3e;
  border-color: #009900;
}
#syomistottumusbutton {
  margin: 20px 0px;
}
.overflow-hidden {
  overflow: hidden !important;
}
