@charset "UTF-8";
/*@import url("https://fonts.googleapis.com/css?family=Heebo:300,400,500,700,900");*/
@font-face {
    font-family: 'Heebo_bold';  
    src: url('../font/heebo-bold.woff2') format('woff2'),
         url('../font/heebo-bold.woff') format('woff');        
    font-weight: bold;
    font-style: normal;
}

 

@font-face {
    font-family: 'Heebo';   
    src: url('../font/heebo.woff2') format('woff2'),
         url('../font/heebo.woff') format('woff');       
    font-weight: normal;
    font-style: normal; 
}

@font-face {
    font-family: 'Heebo_en';   
    src: url('../font/heebo_en.woff2') format('woff2'),
         url('../font/heebo_en.woff') format('woff');       
    font-weight: normal;
    font-style: normal;
}
/**
 * Foundation for Sites by ZURB
 * Version 6.4.3
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
@media print, screen and (min-width: 44.375em) {
  body .reveal, body .reveal.tiny, body .reveal.small, body .reveal.large {
    right: auto;
    left: auto;
    margin: 0 auto; } }
        
    .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* Slider */ 
.slick-slider {
  position: relative;
  display: block; 
  -webkit-box-sizing: border-box; 
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
.slick-loading .slick-list {
 /* background: #fff url("./ajax-loader.gif") center center no-repeat;*/ }


/* Icons */
@font-face {
  font-family: "slick";
  /*
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  */
  font-weight: normal;
  font-style: normal; }

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1;
      border:1px dotted #cccccc;
 }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "";
    background:rgba(0,0,0,0.5) url("/Style Library/IIBR/img/arrow-middle-left1.png") center center no-repeat;  
    height: 32px;
    width: 15px;
    display: block;
    padding:5px;
     
    }
    [dir="rtl"] .slick-prev:before { 
      content: "";
      background: rgba(0,0,0,0.5) url("/Style Library/IIBR/img/arrow-middle-right1.png") center center no-repeat;
      
	 }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "";
    background: rgba(0,0,0,0.5) url("/Style Library/IIBR/img/arrow-middle-right1.png") center center no-repeat;
   padding:5px;
    height: 32px;
    width: 15px;
    display: block;
     
     }
    [dir="rtl"] .slick-next:before {
      content: "";
      background-image:url("/Style Library/IIBR/img/arrow-middle-left1.png");
    
       }

	/*button.slick-next {
	    right: -33px;
	}*/
	 [dir="rtl"] button.slick-next {/*right:auto; left: -33px;*/}
	button.slick-prev.slick-arrow {
	    /*margin-right: 80px;
	    display: block;
	    left: -45px;*/
	}
[dir="rtl"] button.slick-prev.slick-arrow {/*right:-45px; left: auto; margin-right:auto; margin-left: 80px;*/}
/* Dots */
/* .slick-dotted.slick-slider {
    margin-bottom: 30px;
} */
.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

/**
 * selectize.css (v0.12.4)
 * Copyright (c) 2013–2015 Brian Reavis & contributors
 *
 * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
 * file except in compliance with the License. You may obtain a copy of the License at:
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software distributed under
 * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
 * ANY KIND, either express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 *
 * @author Brian Reavis <brian@thirdroute.com>
 */
.selectize-control.plugin-drag_drop.multi > .selectize-input > div.ui-sortable-placeholder {
  visibility: visible !important;
  background: #f2f2f2 !important;
  background: rgba(0, 0, 0, 0.06) !important;
  border: 0 none !important;
  -webkit-box-shadow: inset 0 0 12px 4px #ffffff;
  box-shadow: inset 0 0 12px 4px #ffffff; }

.selectize-control.plugin-drag_drop .ui-sortable-placeholder::after {
  content: '!';
  visibility: hidden; }

.selectize-control.plugin-drag_drop .ui-sortable-helper {
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); }

.selectize-dropdown-header {
  position: relative;
  padding: 5px 8px;
  border-bottom: 1px solid #d0d0d0;
  background: #f8f8f8;
  border-radius: 3px 3px 0 0; }

.selectize-dropdown-header-close {
  position: absolute;
  right: 8px;
  top: 50%;
  color: #303030;
  opacity: 0.4;
  margin-top: -12px;
  line-height: 20px;
  font-size: 20px !important; }

.selectize-dropdown-header-close:hover {
  color: #000000; }

.selectize-dropdown.plugin-optgroup_columns .optgroup {
  border-right: 1px solid #f2f2f2;
  border-top: 0 none;
  float: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
  border-right: 0 none; }

.selectize-dropdown.plugin-optgroup_columns .optgroup:before {
  display: none; }

.selectize-dropdown.plugin-optgroup_columns .optgroup-header {
  border-top: 0 none; }

.selectize-control.plugin-remove_button [data-value] {
  position: relative;
  padding-right: 24px !important; }

.selectize-control.plugin-remove_button [data-value] .remove {
  z-index: 1;
  /* fixes ie bug (see #392) */
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 17px;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  color: inherit;
  text-decoration: none;
  vertical-align: middle;
  display: inline-block;
  padding: 2px 0 0 0;
  border-left: 1px solid #d0d0d0;
  border-radius: 0 2px 2px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.selectize-control.plugin-remove_button [data-value] .remove:hover {
  background: rgba(0, 0, 0, 0.05); }

.selectize-control.plugin-remove_button [data-value].active .remove {
  border-left-color: #cacaca; }

.selectize-control.plugin-remove_button .disabled [data-value] .remove:hover {
  background: none; }

.selectize-control.plugin-remove_button .disabled [data-value] .remove {
  border-left-color: #ffffff; }

.selectize-control.plugin-remove_button .remove-single {
  position: absolute;
  right: 28px;
  top: 6px;
  font-size: 23px; }

.selectize-control {
  position: relative; }

.selectize-dropdown,
.selectize-input,
.selectize-input input {
  color: #303030;
  font-family: inherit;
  font-size: 13px;
  line-height: 18px;
  -webkit-font-smoothing: inherit; }

.selectize-input,
.selectize-control.single .selectize-input.input-active {
  background: #ffffff;
  cursor: text;
  display: inline-block; }

.selectize-input {
  border: 1px solid #d0d0d0;
  padding: 8px 8px;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  border-radius: 3px; }

.selectize-control.multi .selectize-input.has-items {
  padding: 6px 8px 3px; }

.selectize-input.full {
  background-color: #ffffff; }

.selectize-input.disabled,
.selectize-input.disabled * {
  cursor: default !important; }

.selectize-input.focus {
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15); }

.selectize-input.dropdown-active {
  border-radius: 3px 3px 0 0; }

.selectize-input > * {
  vertical-align: baseline;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline; }

.selectize-control.multi .selectize-input > div {
  cursor: pointer;
  margin: 0 3px 3px 0;
  padding: 2px 6px;
  background: #f2f2f2;
  color: #303030;
  border: 0 solid #d0d0d0; }

.selectize-control.multi .selectize-input > div.active {
  background: #e8e8e8;
  color: #303030;
  border: 0 solid #cacaca; }

.selectize-control.multi .selectize-input.disabled > div,
.selectize-control.multi .selectize-input.disabled > div.active {
  color: #7d7d7d;
  background: #ffffff;
  border: 0 solid #ffffff; }

.selectize-input > input {
  display: inline-block !important;
  padding: 0 !important;
  min-height: 0 !important;
  max-height: none !important;
  max-width: 100% !important;
  margin: 0 2px 0 0 !important;
  text-indent: 0 !important;
  border: 0 none !important;
  background: none !important;
  line-height: inherit !important;
  -webkit-user-select: auto !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important; }

.selectize-input > input::-ms-clear {
  display: none; }

.selectize-input > input:focus {
  outline: none !important; }

.selectize-input::after {
  content: ' ';
  display: block;
  clear: left; }

.selectize-input.dropdown-active::before {
  content: ' ';
  display: block;
  position: absolute;
  background: #f0f0f0;
  height: 1px;
  bottom: 0;
  left: 0;
  right: 0; }

.selectize-dropdown {
  position: absolute;
  z-index: 10;
  border: 1px solid #d0d0d0;
  background: #ffffff;
  margin: -1px 0 0 0;
  border-top: 0 none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 3px 3px; }

.selectize-dropdown [data-selectable] {
  cursor: pointer;
  overflow: hidden; }

.selectize-dropdown [data-selectable] .highlight {
  background: rgba(125, 168, 208, 0.2);
  border-radius: 1px; }

.selectize-dropdown [data-selectable],
.selectize-dropdown .optgroup-header {
  padding: 5px 8px; }

.selectize-dropdown .optgroup:first-child .optgroup-header {
  border-top: 0 none; }

.selectize-dropdown .optgroup-header {
  color: #303030;
  background: #ffffff;
  cursor: default; }

.selectize-dropdown .active {
  background-color: #f5fafd;
  color: #495c68; }

.selectize-dropdown .active.create {
  color: #495c68; }

.selectize-dropdown .create {
  color: rgba(48, 48, 48, 0.5); }

.selectize-dropdown-content {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 200px;
  -webkit-overflow-scrolling: touch; }

.selectize-control.single .selectize-input,
.selectize-control.single .selectize-input input {
  cursor: pointer; }

.selectize-control.single .selectize-input.input-active,
.selectize-control.single .selectize-input.input-active input {
  cursor: text; }

.selectize-control.single .selectize-input:after {
  content: ' ';
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -3px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #808080 transparent transparent transparent; }

.selectize-control.single .selectize-input.dropdown-active:after {
  margin-top: -4px;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #808080 transparent; }

.selectize-control.rtl.single .selectize-input:after {
  left: 15px;
  right: auto; }

.selectize-control.rtl .selectize-input > input {
  margin: 0 4px 0 -2px !important; }

.selectize-control .selectize-input.disabled {
  opacity: 0.5;
  background-color: #fafafa; }

/**
 * selectize.default.css (v0.12.4) - Default Theme
 * Copyright (c) 2013–2015 Brian Reavis & contributors
 *
 * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
 * file except in compliance with the License. You may obtain a copy of the License at:
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software distributed under
 * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
 * ANY KIND, either express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 *
 * @author Brian Reavis <brian@thirdroute.com>
 */
.selectize-control.plugin-drag_drop.multi > .selectize-input > div.ui-sortable-placeholder {
  visibility: visible !important;
  background: #f2f2f2 !important;
  background: rgba(0, 0, 0, 0.06) !important;
  border: 0 none !important;
  -webkit-box-shadow: inset 0 0 12px 4px #ffffff;
  box-shadow: inset 0 0 12px 4px #ffffff; }

.selectize-control.plugin-drag_drop .ui-sortable-placeholder::after {
  content: '!';
  visibility: hidden; }

.selectize-control.plugin-drag_drop .ui-sortable-helper {
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); }

.selectize-dropdown-header {
  position: relative;
  padding: 5px 8px;
  border-bottom: 1px solid #d0d0d0;
  background: #f8f8f8;
  border-radius: 3px 3px 0 0; }

.selectize-dropdown-header-close {
  position: absolute;
  right: 8px;
  top: 50%;
  color: #303030;
  opacity: 0.4;
  margin-top: -12px;
  line-height: 20px;
  font-size: 20px !important; }

.selectize-dropdown-header-close:hover {
  color: #000000; }

.selectize-dropdown.plugin-optgroup_columns .optgroup {
  border-right: 1px solid #f2f2f2;
  border-top: 0 none;
  float: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
  border-right: 0 none; }

.selectize-dropdown.plugin-optgroup_columns .optgroup:before {
  display: none; }

.selectize-dropdown.plugin-optgroup_columns .optgroup-header {
  border-top: 0 none; }

.selectize-control.plugin-remove_button [data-value] {
  position: relative;
  padding-right: 24px !important; }

.selectize-control.plugin-remove_button [data-value] .remove {
  z-index: 1;
  /* fixes ie bug (see #392) */
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 17px;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  color: inherit;
  text-decoration: none;
  vertical-align: middle;
  display: inline-block;
  padding: 2px 0 0 0;
  border-left: 1px solid #0073bb;
  border-radius: 0 2px 2px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.selectize-control.plugin-remove_button [data-value] .remove:hover {
  background: rgba(0, 0, 0, 0.05); }

.selectize-control.plugin-remove_button [data-value].active .remove {
  border-left-color: #00578d; }

.selectize-control.plugin-remove_button .disabled [data-value] .remove:hover {
  background: none; }

.selectize-control.plugin-remove_button .disabled [data-value] .remove {
  border-left-color: #aaaaaa; }

.selectize-control.plugin-remove_button .remove-single {
  position: absolute;
  right: 28px;
  top: 6px;
  font-size: 23px; }

.selectize-control {
  position: relative; }

.selectize-dropdown,
.selectize-input,
.selectize-input input {
  color: #303030;
  font-family: inherit;
  font-size: 13px;
  line-height: 18px;
  -webkit-font-smoothing: inherit; }

.selectize-input,
.selectize-control.single .selectize-input.input-active {
  background: #ffffff;
  cursor: text;
  display: inline-block; }

.selectize-input {
  border: 1px solid #d0d0d0;
  padding: 8px 8px;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  border-radius: 3px; }

.selectize-control.multi .selectize-input.has-items {
  padding: 5px 8px 2px; }

.selectize-input.full {
  background-color: #ffffff; }

.selectize-input.disabled,
.selectize-input.disabled * {
  cursor: default !important; }

.selectize-input.focus {
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15); }

.selectize-input.dropdown-active {
  border-radius: 3px 3px 0 0; }

.selectize-input > * {
  vertical-align: baseline;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline; }

.selectize-control.multi .selectize-input > div {
  cursor: pointer;
  margin: 0 3px 3px 0;
  padding: 2px 6px;
  background: #1da7ee;
  color: #ffffff;
  border: 1px solid #0073bb; }

.selectize-control.multi .selectize-input > div.active {
  background: #92c836;
  color: #ffffff;
  border: 1px solid #00578d; }

.selectize-control.multi .selectize-input.disabled > div,
.selectize-control.multi .selectize-input.disabled > div.active {
  color: #ffffff;
  background: #d2d2d2;
  border: 1px solid #aaaaaa; }

.selectize-input > input {
  display: inline-block !important;
  padding: 0 !important;
  min-height: 0 !important;
  max-height: none !important;
  max-width: 100% !important;
  margin: 0 1px !important;
  text-indent: 0 !important;
  border: 0 none !important;
  background: none !important;
  line-height: inherit !important;
  -webkit-user-select: auto !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important; }

.selectize-input > input::-ms-clear {
  display: none; }

.selectize-input > input:focus {
  outline: none !important; }

.selectize-input::after {
  content: ' ';
  display: block;
  clear: left; }

.selectize-input.dropdown-active::before {
  content: ' ';
  display: block;
  position: absolute;
  background: #f0f0f0;
  height: 1px;
  bottom: 0;
  left: 0;
  right: 0; }

.selectize-dropdown {
  position: absolute;
  z-index: 10;
  border: 1px solid #d0d0d0;
  background: #ffffff;
  margin: -1px 0 0 0;
  border-top: 0 none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 3px 3px; }

.selectize-dropdown [data-selectable] {
  cursor: pointer;
  overflow: hidden; }

.selectize-dropdown [data-selectable] .highlight {
  background: rgba(125, 168, 208, 0.2);
  border-radius: 1px; }

.selectize-dropdown [data-selectable],
.selectize-dropdown .optgroup-header {
  padding: 5px 8px; }

.selectize-dropdown .optgroup:first-child .optgroup-header {
  border-top: 0 none; }

.selectize-dropdown .optgroup-header {
  color: #303030;
  background: #ffffff;
  cursor: default; }

.selectize-dropdown .active {
  background-color: #f5fafd;
  color: #495c68; }

.selectize-dropdown .active.create {
  color: #495c68; }

.selectize-dropdown .create {
  color: rgba(48, 48, 48, 0.5); }

.selectize-dropdown-content {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 200px;
  -webkit-overflow-scrolling: touch; }

.selectize-control.single .selectize-input,
.selectize-control.single .selectize-input input {
  cursor: pointer; }

.selectize-control.single .selectize-input.input-active,
.selectize-control.single .selectize-input.input-active input {
  cursor: text; }

.selectize-control.single .selectize-input:after {
  content: ' ';
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -3px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #808080 transparent transparent transparent; }

.selectize-control.single .selectize-input.dropdown-active:after {
  margin-top: -4px;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #808080 transparent; }

.selectize-control.rtl.single .selectize-input:after {
  left: 15px;
  right: auto; }

.selectize-control.rtl .selectize-input > input {
  margin: 0 4px 0 -2px !important; }

.selectize-control .selectize-input.disabled {
  opacity: 0.5;
  background-color: #fafafa; }

.selectize-control.multi .selectize-input.has-items {
  padding-left: 5px;
  padding-right: 5px; }

.selectize-control.multi .selectize-input.disabled [data-value] {
  color: #999;
  text-shadow: none;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none; }

.selectize-control.multi .selectize-input.disabled [data-value],
.selectize-control.multi .selectize-input.disabled [data-value] .remove {
  border-color: #e6e6e6; }

.selectize-control.multi .selectize-input.disabled [data-value] .remove {
  background: none; }

.selectize-control.multi .selectize-input [data-value] {
  text-shadow: 0 1px 0 rgba(0, 51, 83, 0.3);
  border-radius: 3px;
  background-color: #1b9dec;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1da7ee), to(#178ee9));
  background-image: -webkit-linear-gradient(top, #1da7ee, #178ee9);
  background-image: -o-linear-gradient(top, #1da7ee, #178ee9);
  background-image: linear-gradient(to bottom, #1da7ee, #178ee9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff1da7ee', endColorstr='#ff178ee9', GradientType=0);
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2), inset 0 1px rgba(255, 255, 255, 0.03);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2), inset 0 1px rgba(255, 255, 255, 0.03); }

.selectize-control.multi .selectize-input [data-value].active {
  background-color: #0085d4;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#008fd8), to(#0075cf));
  background-image: -webkit-linear-gradient(top, #008fd8, #0075cf);
  background-image: -o-linear-gradient(top, #008fd8, #0075cf);
  background-image: linear-gradient(to bottom, #008fd8, #0075cf);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff008fd8', endColorstr='#ff0075cf', GradientType=0); }

.selectize-control.single .selectize-input {
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05), inset 0 1px 0 rgba(255, 255, 255, 0.8);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05), inset 0 1px 0 rgba(255, 255, 255, 0.8);
  background-color: #f9f9f9;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#f2f2f2));
  background-image: -webkit-linear-gradient(top, #fefefe, #f2f2f2);
  background-image: -o-linear-gradient(top, #fefefe, #f2f2f2);
  background-image: linear-gradient(to bottom, #fefefe, #f2f2f2);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffefefe', endColorstr='#fff2f2f2', GradientType=0); }

.selectize-control.single .selectize-input,
.selectize-dropdown.single {
  border-color: #b8b8b8; }

.selectize-dropdown .optgroup-header {
  padding-top: 7px;
  font-weight: bold;
  font-size: 0.85em; }

.selectize-dropdown .optgroup {
  border-top: 1px solid #f0f0f0; }

.selectize-dropdown .optgroup:first-child {
  border-top: 0 none; }

.section-title.big {
	font-size:3.125rem;
}
.gallery .image-set {
	margin-top: 3.2rem;
}
.iibr-main {
  /*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
  /* Document
       ========================================================================== */
  /**
     * 1. Change the default font family in all browsers (opinionated).
     * 2. Correct the line height in all browsers.
     * 3. Prevent adjustments of font size after orientation changes in
     *    IE on Windows Phone and in iOS.
     */
  /* Sections
       ========================================================================== */
  /**
     * Remove the margin in all browsers (opinionated).
     */
  /**
     * Add the correct display in IE 9-.
     */
  /**
     * Correct the font size and margin on `h1` elements within `section` and
     * `article` contexts in Chrome, Firefox, and Safari.
     */
  /* Grouping content
       ========================================================================== */
  /**
     * Add the correct display in IE 9-.
     */
  /**
     * Add the correct margin in IE 8.
     */
  /**
     * 1. Add the correct box sizing in Firefox.
     * 2. Show the overflow in Edge and IE.
     */
  /**
     * Add the correct display in IE.
     */
  /**
     * 1. Correct the inheritance and scaling of font size in all browsers.
     * 2. Correct the odd `em` font sizing in all browsers.
     */
  /* Links
       ========================================================================== */
  /**
     * 1. Remove the gray background on active links in IE 10.
     * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
     */
  /**
     * Remove the outline on focused links when they are also active or hovered
     * in all browsers (opinionated).
     */
  /* Text-level semantics
       ========================================================================== */
  /**
     * 1. Remove the bottom border in Firefox 39-.
     * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
     */
  /**
     * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
     */
  /**
     * Add the correct font weight in Chrome, Edge, and Safari.
     */
  /**
     * 1. Correct the inheritance and scaling of font size in all browsers.
     * 2. Correct the odd `em` font sizing in all browsers.
     */
  /**
     * Add the correct font style in Android 4.3-.
     */
  /**
     * Add the correct background and color in IE 9-.
     */
  /**
     * Add the correct font size in all browsers.
     */
  /**
     * Prevent `sub` and `sup` elements from affecting the line height in
     * all browsers.
     */
  /* Embedded content
       ========================================================================== */
  /**
     * Add the correct display in IE 9-.
     */
  /**
     * Add the correct display in iOS 4-7.
     */
  /**
     * Remove the border on images inside links in IE 10-.
     */
  /**
     * Hide the overflow in IE.
     */
  /* Forms
       ========================================================================== */
  /**
     * 1. Change the font styles in all browsers (opinionated).
     * 2. Remove the margin in Firefox and Safari.
     */
  /**
     * Show the overflow in IE.
     */
  /**
     * Remove the inheritance of text transform in Edge, Firefox, and IE.
     * 1. Remove the inheritance of text transform in Firefox.
     */
  /**
     * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
     *    controls in Android 4.
     * 2. Correct the inability to style clickable types in iOS and Safari.
     */
  /**
     * Show the overflow in Edge.
     */
  /**
     * 1. Add the correct box sizing in IE 10-.
     * 2. Remove the padding in IE 10-.
     */
  /**
     * Correct the cursor style of increment and decrement buttons in Chrome.
     */
  /**
     * 1. Correct the odd appearance in Chrome and Safari.
     * 2. Correct the outline style in Safari.
     */
  /**
     * 1. Correct the inability to style clickable types in iOS and Safari.
     * 2. Change font properties to `inherit` in Safari.
     */
  /**
     * Change the border, margin, and padding in all browsers (opinionated).
     */
  /**
     * 1. Correct the text wrapping in Edge and IE.
     * 2. Correct the color inheritance from `fieldset` elements in IE.
     * 3. Remove the padding so developers are not caught out when they zero out
     *    `fieldset` elements in all browsers.
     */
  /**
     * 1. Add the correct display in IE 9-.
     * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
     */
  /**
     * Remove the default vertical scrollbar in IE.
     */
  /* Interactive
       ========================================================================== */
  /*
     * Add the correct display in Edge, IE, and Firefox.
     */
  /*
     * Add the correct display in all browsers.
     */
  /*
     * Add the correct display in IE 9-.
     */
  /* Scripting
       ========================================================================== */
  /**
     * Add the correct display in IE 9-.
     */
  /**
     * Add the correct display in IE.
     */
  /* Hidden
       ========================================================================== */
  /**
     * Add the correct display in IE 10-.
     */ }
  .iibr-main html {
    font-family: sans-serif;
    /* 1 */
    line-height: 1.15;
    /* 2 */
    -ms-text-size-adjust: 100%;
    /* 3 */
    -webkit-text-size-adjust: 100%;
    /* 3 */ }
  .iibr-main body {
    margin: 0; }
    .iibr-main body.modal-open{
	overflow:hidden;
	z-index:0;
} 
.popup_bg{
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	z-index:9;	
	overflow:hidden;
	
} 
 .iibr-main body.open_popup .popup_bg{
	display:block;
}
 
  .iibr-main article,
  .iibr-main aside,
  .iibr-main footer,
  .iibr-main header,
  .iibr-main nav,
  .iibr-main section {
    display: block; }
  .iibr-main h1 {
    font-size: 2em;
    margin: 0.67em 0; }
  .iibr-main figcaption,
  .iibr-main figure {
    display: block; }
  .iibr-main figure {
    margin: 1em 40px; }
  .iibr-main hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */ }
  .iibr-main main {
    display: block; }
  .iibr-main pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */ }
  .iibr-main a {
    background-color: transparent;
    /* 1 */
    -webkit-text-decoration-skip: objects;
    /* 2 */ }
  .iibr-main a:active,
  .iibr-main a:hover {
    outline-width: 0; }
  .iibr-main abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    text-decoration: underline dotted;
    /* 2 */ }
  .iibr-main b,
  .iibr-main strong {
    font-weight: inherit; }
  .iibr-main b,
  .iibr-main strong {
    font-weight: bolder; }
  .iibr-main code,
  .iibr-main kbd,
  .iibr-main samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */ }
  .iibr-main dfn {
    font-style: italic; }
  .iibr-main mark {
    background-color: #ff0;
    color: #000; }
  .iibr-main small {
    font-size: 80%; }
  .iibr-main sub,
  .iibr-main sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline; }
  .iibr-main sub {
    bottom: -0.25em; }
  .iibr-main sup {
    top: -0.5em; }
  .iibr-main audio,
  .iibr-main video {
    display: inline-block; }
  .iibr-main audio:not([controls]) {
    display: none;
    height: 0; }
  .iibr-main img {
    border-style: none; }
  .iibr-main svg:not(:root) {
    overflow: hidden; }
  .iibr-main button,
  .iibr-main input,
  .iibr-main optgroup,
  .iibr-main select,
  .iibr-main textarea {
    font-family: sans-serif;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */ }
  .iibr-main button {
    overflow: visible; }
  .iibr-main button,
  .iibr-main select {
    /* 1 */
    text-transform: none; }
  .iibr-main button,
  .iibr-main html [type="button"],
  .iibr-main [type="reset"],
  .iibr-main [type="submit"] {
    -webkit-appearance: button;
    /* 2 */ }
  .iibr-main button,
  .iibr-main [type="button"],
  .iibr-main [type="reset"],
  .iibr-main [type="submit"] {
    /**
       * Remove the inner border and padding in Firefox.
       */
    /**
       * Restore the focus styles unset by the previous rule.
       */ }
    .iibr-main button::-moz-focus-inner,
    .iibr-main [type="button"]::-moz-focus-inner,
    .iibr-main [type="reset"]::-moz-focus-inner,
    .iibr-main [type="submit"]::-moz-focus-inner {
      border-style: none;
      padding: 0; }
    .iibr-main button:-moz-focusring,
    .iibr-main [type="button"]:-moz-focusring,
    .iibr-main [type="reset"]:-moz-focusring,
    .iibr-main [type="submit"]:-moz-focusring {
      outline: 1px dotted ButtonText; }
  .iibr-main input {
    overflow: visible; }
  .iibr-main [type="checkbox"],
  .iibr-main [type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */ }
  .iibr-main [type="number"]::-webkit-inner-spin-button,
  .iibr-main [type="number"]::-webkit-outer-spin-button {
    height: auto; }
  .iibr-main [type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
    /**
       * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
       */ }
    .iibr-main [type="search"]::-webkit-search-cancel-button, .iibr-main [type="search"]::-webkit-search-decoration {
      -webkit-appearance: none; }
  .iibr-main ::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */ }
  .iibr-main fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em; }
  .iibr-main legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* 1 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    color: inherit;
    /* 2 */
    white-space: normal;
    /* 1 */ }
  .iibr-main progress {
    display: inline-block;
    /* 1 */
    vertical-align: baseline;
    /* 2 */ }
  .iibr-main textarea {
    overflow: auto; }
  .iibr-main details {
    display: block; }
  .iibr-main summary {
    display: list-item; }
  .iibr-main menu {
    display: block; }
   .iibr-main menu.ms-hide {
    display: none; }

  .iibr-main canvas {
    display: inline-block; }
  .iibr-main template {
    display: none; }
  .iibr-main [hidden] {
    display: none; }
  .iibr-main .foundation-mq {
    font-family: "small=0em&medium=44.375em&large=67.5em&xlarge=75em&xxlarge=90em"; }
  .iibr-main html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 100%; }
  .iibr-main *,
  .iibr-main *::before,
  .iibr-main *::after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit; }
  .iibr-main body {
    margin: 0;
    padding: 0;
    background: #fefefe;
    font-family: "Heebo", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-weight: normal;
    line-height: 1.5;
    color: #0a0a0a;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
    html[lang="en-US"].iibr-main body{
	font-family: "Heebo_en", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
	}    
  .iibr-main img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    height: auto;
    -ms-interpolation-mode: bicubic; }
  .iibr-main textarea {
    height: auto;
    min-height: 50px;
    border-radius: 0; }
  .iibr-main select {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    border-radius: 0; }
  .iibr-main .map_canvas img,
  .iibr-main .map_canvas embed,
  .iibr-main .map_canvas object,
  .iibr-main .mqa-display img,
  .iibr-main .mqa-display embed,
  .iibr-main .mqa-display object {
    max-width: none !important; }
  .iibr-main button {
    padding: 0;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border: 0;
    border-radius: 0;
    background: transparent;
    line-height: 1;
    cursor: auto; }
    [data-whatinput='mouse'] .iibr-main button {
      outline: 0; }
  .iibr-main pre {
    overflow: auto; }
  .iibr-main button,
  .iibr-main input,
  .iibr-main optgroup,
  .iibr-main select,
  .iibr-main textarea {
    font-family: inherit; }
  .iibr-main .is-visible {
    display: block !important; }
  .iibr-main .is-hidden {
    display: none !important; }
  .iibr-main div,
  .iibr-main dl,
  .iibr-main dt,
  .iibr-main dd,
  .iibr-main ul,
  .iibr-main ol,
  .iibr-main li,
  .iibr-main h1,
  .iibr-main h2,
  .iibr-main h3,
  .iibr-main h4,
  .iibr-main h5,
  .iibr-main h6,
  .iibr-main pre,
  .iibr-main form,
  .iibr-main p,
  .iibr-main blockquote,
  .iibr-main th,
  .iibr-main td {
    margin: 0;
    padding: 0; }
  .iibr-main p {
    margin-bottom: 1rem;
    font-size: inherit;
    line-height: 1.3;
    text-rendering: optimizeLegibility; 
    font-size: 1.0625rem;
    }
    .iibr-main p:empty{
	display:none
}
  .iibr-main em,
  .iibr-main i {
    font-style: italic;
    line-height: inherit; }
  .iibr-main strong,
  .iibr-main b {
    font-weight: bold;
    line-height: inherit; }
  .iibr-main small {
    font-size: 80%;
    line-height: inherit; }
  .iibr-main h1, .iibr-main .h1,
  .iibr-main h2, .iibr-main .h2,
  .iibr-main h3, .iibr-main .h3,
  .iibr-main h4, .iibr-main .h4,
  .iibr-main h5, .iibr-main .h5,
  .iibr-main h6, .iibr-main .h6 {
    font-family: inherit;
    font-style: normal;
    font-weight: normal;
    color: inherit;
    text-rendering: optimizeLegibility; }
    .iibr-main h1 small, .iibr-main .h1 small,
    .iibr-main h2 small, .iibr-main .h2 small,
    .iibr-main h3 small, .iibr-main .h3 small,
    .iibr-main h4 small, .iibr-main .h4 small,
    .iibr-main h5 small, .iibr-main .h5 small,
    .iibr-main h6 small, .iibr-main .h6 small {
      line-height: 0;
      color: #cacaca; }
  .iibr-main h1, .iibr-main .h1 {
    font-size: 1.5rem;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: 0.5rem; }
  .iibr-main h2, .iibr-main .h2 {
    font-size: 1.25rem;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: 0.5rem; }
  .iibr-main h3, .iibr-main .h3 {
    font-size: 1.1875rem;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: 0.5rem; }
  .iibr-main h4, .iibr-main .h4 {
    font-size: 1.125rem;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: 0.5rem; }
  .iibr-main h5, .iibr-main .h5 {
    font-size: 1.0625rem;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: 0.5rem; }
  .iibr-main h6, .iibr-main .h6 {
    font-size: 1rem;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: 0.5rem; }
   
  @media print, screen and (min-width: 44.375em) {
    body .page-title h1 {
      font-size: 2.687rem; margin-bottom:0; }

    .iibr-main h1, .iibr-main .h1 {
      font-size: 3.125rem; }
    .iibr-main h2, .iibr-main .h2 {
      font-size: 2.5rem;
      font-weight:bold }
    .iibr-main h3, .iibr-main .h3 {
      font-size: 1.9375rem; }
    .iibr-main h4, .iibr-main .h4 {
      font-size: 1.438rem; }
    .iibr-main h5, .iibr-main .h5 {
      font-size: 1.25rem; }
    .iibr-main h6, .iibr-main .h6 {
      font-size: 1rem; } }
       h2.hero-title{	
       font-size:3.8rem;
	font-variant:all-small-caps;
	line-height:0.8;
	font-weight:700;
}
  .iibr-main a {
    line-height: inherit;
    color: #011246;
    text-decoration: none;
    cursor: pointer;}
    .iibr-main a:hover, .iibr-main a:focus {
      color: #010f3c; }
    .iibr-main a img {
      border: 0; }
  .iibr-main hr {
    clear: both;
    max-width: 100rem;
    height: 0;
    margin: 1.25rem auto;
    border-top: 0;
    border-right: 0;
    border-bottom: 1px solid #cacaca;
    border-left: 0; }
  .iibr-main ul,
  .iibr-main ol,
  .iibr-main dl {
    margin-bottom: 1rem;
    list-style-position: outside;
    line-height: 1.6; }
  .iibr-main li {
    font-size: inherit; }
  .iibr-main ul {
    margin-left: 1.25rem;
    list-style-type: disc; }
  .iibr-main ol {
    margin-left: 1.25rem; }
  .iibr-main ul .iibr-main ul, .iibr-main ol .iibr-main ul, .iibr-main ul .iibr-main ol, .iibr-main ol .iibr-main ol {
    margin-left: 1.25rem;
    margin-bottom: 0; }
  .iibr-main dl {
    margin-bottom: 1rem; }
    .iibr-main dl dt {
      margin-bottom: 0.3rem;
      font-weight: bold; }
  .iibr-main blockquote {
    margin: 0 0 1rem;
    padding: 0.5625rem 1.25rem 0 1.1875rem;
    border-left: 1px solid #cacaca; }
    .iibr-main blockquote, .iibr-main blockquote p {
      line-height: 1.6;
      color: #8a8a8a; }
  .iibr-main cite {
    display: block;
    font-size: 0.8125rem;
    color: #8a8a8a; }
    .iibr-main cite:before {
      content: "— "; }
  .iibr-main abbr, .iibr-main abbr[title] {
    border-bottom: 1px dotted #0a0a0a;
    cursor: help;
    text-decoration: none; }
  .iibr-main figure {
    margin: 0; }
  .iibr-main code {
    padding: 0.125rem 0.3125rem 0.0625rem;
    border: 1px solid #cacaca;
    background-color: #e6e6e6;
    font-family: Consolas, "Liberation Mono", Courier, monospace;
    font-weight: normal;
    color: #0a0a0a; }
  .iibr-main kbd {
    margin: 0;
    padding: 0.125rem 0.25rem 0;
    background-color: #e6e6e6;
    font-family: Consolas, "Liberation Mono", Courier, monospace;
    color: #0a0a0a; }
  .iibr-main .subheader {
    margin-top: 0.2rem;
    margin-bottom: 0.5rem;
    font-weight: normal;
    line-height: 1.4;
    color: #8a8a8a; }
  .iibr-main .lead {
    font-size: 125%;
    line-height: 1.6; }
  .iibr-main .stat {
    font-size: 2.5rem;
    line-height: 1; }
    p + .iibr-main .stat {
      margin-top: -1rem; }
  .iibr-main ul.no-bullet, .iibr-main ol.no-bullet {
    margin-left: 0;
    list-style: none; }
  .iibr-main .text-left {
    text-align: left; }
  .iibr-main .text-right {
    text-align: right; }
  .iibr-main .text-center {
    text-align: center; }
  .iibr-main .text-justify {
    text-align: justify; }
  @media print, screen and (min-width: 44.375em) {
    .iibr-main .medium-text-left {
      text-align: left; }
    .iibr-main .medium-text-right {
      text-align: right; }
    .iibr-main .medium-text-center {
      text-align: center; }
    .iibr-main .medium-text-justify {
      text-align: justify; } }
  @media print, screen and (min-width: 67.5em) {
    .iibr-main .large-text-left {
      text-align: left; }
    .iibr-main .large-text-right {
      text-align: right; }
    .iibr-main .large-text-center {
      text-align: center; }
    .iibr-main .large-text-justify {
      text-align: justify; } }
  @media screen and (min-width: 75em) {
    .iibr-main .xlarge-text-left {
      text-align: left; }
    .iibr-main .xlarge-text-right {
      text-align: right; }
    .iibr-main .xlarge-text-center {
      text-align: center; }
    .iibr-main .xlarge-text-justify {
      text-align: justify; } }
  .iibr-main .show-for-print {
    display: none !important; }
     @media screen and (max-width: 768px){
	 body .unique-labs-holder .cells .content-holder .hover-content{
		display:none;
	}
	body .facts-sheet .facts .fact-thumb .thumb{
		top: -2rem!important;
	}
}
      
  @media print {
    .iibr-main * {
      background: transparent !important;
      -webkit-box-shadow: none !important;
      box-shadow: none !important;
      color: black !important;
      text-shadow: none !important; }
    .iibr-main .show-for-print {
      display: block !important; }
    .iibr-main .hide-for-print {
      display: none !important; }
    .iibr-main table.show-for-print {
      display: table !important; }
    .iibr-main thead.show-for-print {
      display: table-header-group !important; }
    .iibr-main tbody.show-for-print {
      display: table-row-group !important; }
    .iibr-main tr.show-for-print {
      display: table-row !important; }
    .iibr-main td.show-for-print {
      display: table-cell !important; }
    .iibr-main th.show-for-print {
      display: table-cell !important; }
    .iibr-main a,
    .iibr-main a:visited {
      text-decoration: underline; }
    .iibr-main a[href]:after {
      content: " (" attr(href) ")"; }
    .iibr-main .ir a:after,
    .iibr-main a[href^='javascript:']:after,
    .iibr-main a[href^='#']:after {
      content: ''; }
    .iibr-main abbr[title]:after {
      content: " (" attr(title) ")"; }
    .iibr-main pre,
    .iibr-main blockquote {
      border: 1px solid #8a8a8a;
      page-break-inside: avoid; }
    .iibr-main thead {
      display: table-header-group; }
    .iibr-main tr,
    .iibr-main img {
      page-break-inside: avoid; }
    .iibr-main img {
      max-width: 100% !important; }
    @page {
      .iibr-main {
        margin: 0.5cm; } }
    .iibr-main p,
    .iibr-main h2,
    .iibr-main h3 {
      orphans: 3;
      widows: 3; }
    .iibr-main h2,
    .iibr-main h3 {
      page-break-after: avoid; }
    .iibr-main .print-break-inside {
      page-break-inside: auto; } }
  .iibr-main .button {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 1rem 0;
    font-family: inherit;
    padding: 0.85em 1em;
    -webkit-appearance: none;
    border: 1px solid transparent;
    border-radius: 0;
    -webkit-transition: background-color 0.25s ease-out, color 0.25s ease-out;
    -o-transition: background-color 0.25s ease-out, color 0.25s ease-out;
    transition: background-color 0.25s ease-out, color 0.25s ease-out;
    font-size: 0.9rem;
    line-height: 1;
    text-align: center;
    cursor: pointer;
    background-color: #011246;
    color: #fefefe; }
    .ickground:ibr-main .cell input.button {
    background-color: #011246; 
	}
	.iibr-main .simple-contact-form-section input[type=submit] {
	background-color: #011246;
	}

    [data-whatinput='mouse'] .iibr-main .button {
      outline: 0; }
    .iibr-main .button:hover, .iibr-main .button:focus {
      background-color: #010f3c;
      color: #fefefe; }
    .iibr-main .button.tiny {
      font-size: 0.6rem; }
    .iibr-main .button.small {
      font-size: 0.75rem; }
    .iibr-main .button.large {
      font-size: 1.25rem; }
    .iibr-main .button.expanded {
      display: block;
      width: 100%;
      margin-right: 0;
      margin-left: 0; }
    .iibr-main .button.primary {
      background-color: #011246;
      color: #fefefe; }
      .iibr-main .button.primary:hover, .iibr-main .button.primary:focus {
        background-color: #010e38;
        color: #fefefe; }
    .iibr-main .button.secondary {
      background-color: #63E0F6;
      color: #0a0a0a; }
      .iibr-main .button.secondary:hover, .iibr-main .button.secondary:focus {
        background-color: #22d3f2;
        color: #0a0a0a; }
    .iibr-main .button.success {
      background-color: #3adb76;
      color: #0a0a0a; }
      .iibr-main .button.success:hover, .iibr-main .button.success:focus {
        background-color: #22bb5b;
        color: #0a0a0a; }
    .iibr-main .button.warning {
      background-color: #ffae00;
      color: #0a0a0a; }
      .iibr-main .button.warning:hover, .iibr-main .button.warning:focus {
        background-color: #cc8b00;
        color: #0a0a0a; }
    .iibr-main .button.alert {
      background-color: #cc4b37;
      color: #fefefe; }
      .iibr-main .button.alert:hover, .iibr-main .button.alert:focus {
        background-color: #a53b2a;
        color: #fefefe; }
    .iibr-main .button.disabled, .iibr-main .button[disabled] {
      opacity: 0.25;
      cursor: not-allowed; }
      .iibr-main .button.disabled, .iibr-main .button.disabled:hover, .iibr-main .button.disabled:focus, .iibr-main .button[disabled], .iibr-main .button[disabled]:hover, .iibr-main .button[disabled]:focus {
        background-color: #011246;
        color: #fefefe; }
      .iibr-main .button.disabled.primary, .iibr-main .button[disabled].primary {
        opacity: 0.25;
        cursor: not-allowed; }
        .iibr-main .button.disabled.primary, .iibr-main .button.disabled.primary:hover, .iibr-main .button.disabled.primary:focus, .iibr-main .button[disabled].primary, .iibr-main .button[disabled].primary:hover, .iibr-main .button[disabled].primary:focus {
          background-color: #011246;
          color: #fefefe; }
      .iibr-main .button.disabled.secondary, .iibr-main .button[disabled].secondary {
        opacity: 0.25;
        cursor: not-allowed; }
        .iibr-main .button.disabled.secondary, .iibr-main .button.disabled.secondary:hover, .iibr-main .button.disabled.secondary:focus, .iibr-main .button[disabled].secondary, .iibr-main .button[disabled].secondary:hover, .iibr-main .button[disabled].secondary:focus {
          background-color: #63E0F6;
          color: #0a0a0a; }
      .iibr-main .button.disabled.success, .iibr-main .button[disabled].success {
        opacity: 0.25;
        cursor: not-allowed; }
        .iibr-main .button.disabled.success, .iibr-main .button.disabled.success:hover, .iibr-main .button.disabled.success:focus, .iibr-main .button[disabled].success, .iibr-main .button[disabled].success:hover, .iibr-main .button[disabled].success:focus {
          background-color: #3adb76;
          color: #0a0a0a; }
      .iibr-main .button.disabled.warning, .iibr-main .button[disabled].warning {
        opacity: 0.25;
        cursor: not-allowed; }
        .iibr-main .button.disabled.warning, .iibr-main .button.disabled.warning:hover, .iibr-main .button.disabled.warning:focus, .iibr-main .button[disabled].warning, .iibr-main .button[disabled].warning:hover, .iibr-main .button[disabled].warning:focus {
          background-color: #ffae00;
          color: #0a0a0a; }
      .iibr-main .button.disabled.alert, .iibr-main .button[disabled].alert {
        opacity: 0.25;
        cursor: not-allowed; }
        .iibr-main .button.disabled.alert, .iibr-main .button.disabled.alert:hover, .iibr-main .button.disabled.alert:focus, .iibr-main .button[disabled].alert, .iibr-main .button[disabled].alert:hover, .iibr-main .button[disabled].alert:focus {
          background-color: #cc4b37;
          color: #fefefe; }
    .iibr-main .button.hollow {
      border: 1px solid #011246;
      color: #011246; }
      .iibr-main .button.hollow, .iibr-main .button.hollow:hover, .iibr-main .button.hollow:focus {
        background-color: transparent; }
      .iibr-main .button.hollow.disabled, .iibr-main .button.hollow.disabled:hover, .iibr-main .button.hollow.disabled:focus, .iibr-main .button.hollow[disabled], .iibr-main .button.hollow[disabled]:hover, .iibr-main .button.hollow[disabled]:focus {
        background-color: transparent; }
      .iibr-main .button.hollow:hover, .iibr-main .button.hollow:focus {
        border-color: #010923;
        color: #010923; }
        .iibr-main .button.hollow:hover.disabled, .iibr-main .button.hollow:hover[disabled], .iibr-main .button.hollow:focus.disabled, .iibr-main .button.hollow:focus[disabled] {
          border: 1px solid #011246;
          color: #011246; }
      .iibr-main .button.hollow.primary {
        border: 1px solid #011246;
        color: #011246; }
        .iibr-main .button.hollow.primary:hover, .iibr-main .button.hollow.primary:focus {
          border-color: #010923;
          color: #010923; }
          .iibr-main .button.hollow.primary:hover.disabled, .iibr-main .button.hollow.primary:hover[disabled], .iibr-main .button.hollow.primary:focus.disabled, .iibr-main .button.hollow.primary:focus[disabled] {
            border: 1px solid #011246;
            color: #011246; }
      .iibr-main .button.hollow.secondary {
        border: 1px solid #63E0F6;
        color: #63E0F6; }
        .iibr-main .button.hollow.secondary:hover, .iibr-main .button.hollow.secondary:focus {
          border-color: #098ca3;
          color: #098ca3; }
          .iibr-main .button.hollow.secondary:hover.disabled, .iibr-main .button.hollow.secondary:hover[disabled], .iibr-main .button.hollow.secondary:focus.disabled, .iibr-main .button.hollow.secondary:focus[disabled] {
            border: 1px solid #63E0F6;
            color: #63E0F6; }
      .iibr-main .button.hollow.success {
        border: 1px solid #3adb76;
        color: #3adb76; }
        .iibr-main .button.hollow.success:hover, .iibr-main .button.hollow.success:focus {
          border-color: #157539;
          color: #157539; }
          .iibr-main .button.hollow.success:hover.disabled, .iibr-main .button.hollow.success:hover[disabled], .iibr-main .button.hollow.success:focus.disabled, .iibr-main .button.hollow.success:focus[disabled] {
            border: 1px solid #3adb76;
            color: #3adb76; }
      .iibr-main .button.hollow.warning {
        border: 1px solid #ffae00;
        color: #ffae00; }
        .iibr-main .button.hollow.warning:hover, .iibr-main .button.hollow.warning:focus {
          border-color: #805700;
          color: #805700; }
          .iibr-main .button.hollow.warning:hover.disabled, .iibr-main .button.hollow.warning:hover[disabled], .iibr-main .button.hollow.warning:focus.disabled, .iibr-main .button.hollow.warning:focus[disabled] {
            border: 1px solid #ffae00;
            color: #ffae00; }
      .iibr-main .button.hollow.alert {
        border: 1px solid #cc4b37;
        color: #cc4b37; }
        .iibr-main .button.hollow.alert:hover, .iibr-main .button.hollow.alert:focus {
          border-color: #67251a;
          color: #67251a; }
          .iibr-main .button.hollow.alert:hover.disabled, .iibr-main .button.hollow.alert:hover[disabled], .iibr-main .button.hollow.alert:focus.disabled, .iibr-main .button.hollow.alert:focus[disabled] {
            border: 1px solid #cc4b37;
            color: #cc4b37; }
    .iibr-main .button.clear {
      border: 1px solid #011246;
      color: #011246; }
      .iibr-main .button.clear, .iibr-main .button.clear:hover, .iibr-main .button.clear:focus {
        background-color: transparent; }
      .iibr-main .button.clear.disabled, .iibr-main .button.clear.disabled:hover, .iibr-main .button.clear.disabled:focus, .iibr-main .button.clear[disabled], .iibr-main .button.clear[disabled]:hover, .iibr-main .button.clear[disabled]:focus {
        background-color: transparent; }
      .iibr-main .button.clear:hover, .iibr-main .button.clear:focus {
        border-color: #010923;
        color: #010923; }
        .iibr-main .button.clear:hover.disabled, .iibr-main .button.clear:hover[disabled], .iibr-main .button.clear:focus.disabled, .iibr-main .button.clear:focus[disabled] {
          border: 1px solid #011246;
          color: #011246; }
      .iibr-main .button.clear, .iibr-main .button.clear.disabled, .iibr-main .button.clear[disabled], .iibr-main .button.clear:hover, .iibr-main .button.clear:hover.disabled, .iibr-main .button.clear:hover[disabled], .iibr-main .button.clear:focus, .iibr-main .button.clear:focus.disabled, .iibr-main .button.clear:focus[disabled] {
        border-color: transparent; }
      .iibr-main .button.clear.primary {
        border: 1px solid #011246;
        color: #011246; }
        .iibr-main .button.clear.primary:hover, .iibr-main .button.clear.primary:focus {
          border-color: #010923;
          color: #010923; }
          .iibr-main .button.clear.primary:hover.disabled, .iibr-main .button.clear.primary:hover[disabled], .iibr-main .button.clear.primary:focus.disabled, .iibr-main .button.clear.primary:focus[disabled] {
            border: 1px solid #011246;
            color: #011246; }
        .iibr-main .button.clear.primary, .iibr-main .button.clear.primary.disabled, .iibr-main .button.clear.primary[disabled], .iibr-main .button.clear.primary:hover, .iibr-main .button.clear.primary:hover.disabled, .iibr-main .button.clear.primary:hover[disabled], .iibr-main .button.clear.primary:focus, .iibr-main .button.clear.primary:focus.disabled, .iibr-main .button.clear.primary:focus[disabled] {
          border-color: transparent; }
      .iibr-main .button.clear.secondary {
        border: 1px solid #63E0F6;
        color: #63E0F6; }
        .iibr-main .button.clear.secondary:hover, .iibr-main .button.clear.secondary:focus {
          border-color: #098ca3;
          color: #098ca3; }
          .iibr-main .button.clear.secondary:hover.disabled, .iibr-main .button.clear.secondary:hover[disabled], .iibr-main .button.clear.secondary:focus.disabled, .iibr-main .button.clear.secondary:focus[disabled] {
            border: 1px solid #63E0F6;
            color: #63E0F6; }
        .iibr-main .button.clear.secondary, .iibr-main .button.clear.secondary.disabled, .iibr-main .button.clear.secondary[disabled], .iibr-main .button.clear.secondary:hover, .iibr-main .button.clear.secondary:hover.disabled, .iibr-main .button.clear.secondary:hover[disabled], .iibr-main .button.clear.secondary:focus, .iibr-main .button.clear.secondary:focus.disabled, .iibr-main .button.clear.secondary:focus[disabled] {
          border-color: transparent; }
      .iibr-main .button.clear.success {
        border: 1px solid #3adb76;
        color: #3adb76; }
        .iibr-main .button.clear.success:hover, .iibr-main .button.clear.success:focus {
          border-color: #157539;
          color: #157539; }
          .iibr-main .button.clear.success:hover.disabled, .iibr-main .button.clear.success:hover[disabled], .iibr-main .button.clear.success:focus.disabled, .iibr-main .button.clear.success:focus[disabled] {
            border: 1px solid #3adb76;
            color: #3adb76; }
        .iibr-main .button.clear.success, .iibr-main .button.clear.success.disabled, .iibr-main .button.clear.success[disabled], .iibr-main .button.clear.success:hover, .iibr-main .button.clear.success:hover.disabled, .iibr-main .button.clear.success:hover[disabled], .iibr-main .button.clear.success:focus, .iibr-main .button.clear.success:focus.disabled, .iibr-main .button.clear.success:focus[disabled] {
          border-color: transparent; }
      .iibr-main .button.clear.warning {
        border: 1px solid #ffae00;
        color: #ffae00; }
        .iibr-main .button.clear.warning:hover, .iibr-main .button.clear.warning:focus {
          border-color: #805700;
          color: #805700; }
          .iibr-main .button.clear.warning:hover.disabled, .iibr-main .button.clear.warning:hover[disabled], .iibr-main .button.clear.warning:focus.disabled, .iibr-main .button.clear.warning:focus[disabled] {
            border: 1px solid #ffae00;
            color: #ffae00; }
        .iibr-main .button.clear.warning, .iibr-main .button.clear.warning.disabled, .iibr-main .button.clear.warning[disabled], .iibr-main .button.clear.warning:hover, .iibr-main .button.clear.warning:hover.disabled, .iibr-main .button.clear.warning:hover[disabled], .iibr-main .button.clear.warning:focus, .iibr-main .button.clear.warning:focus.disabled, .iibr-main .button.clear.warning:focus[disabled] {
          border-color: transparent; }
      .iibr-main .button.clear.alert {
        border: 1px solid #cc4b37;
        color: #cc4b37; }
        .iibr-main .button.clear.alert:hover, .iibr-main .button.clear.alert:focus {
          border-color: #67251a;
          color: #67251a; }
          .iibr-main .button.clear.alert:hover.disabled, .iibr-main .button.clear.alert:hover[disabled], .iibr-main .button.clear.alert:focus.disabled, .iibr-main .button.clear.alert:focus[disabled] {
            border: 1px solid #cc4b37;
            color: #cc4b37; }
        .iibr-main .button.clear.alert, .iibr-main .button.clear.alert.disabled, .iibr-main .button.clear.alert[disabled], .iibr-main .button.clear.alert:hover, .iibr-main .button.clear.alert:hover.disabled, .iibr-main .button.clear.alert:hover[disabled], .iibr-main .button.clear.alert:focus, .iibr-main .button.clear.alert:focus.disabled, .iibr-main .button.clear.alert:focus[disabled] {
          border-color: transparent; }
    .iibr-main .button.dropdown::after {
      display: block;
      width: 0;
      height: 0;
      border: inset 0.4em;
      content: '';
      border-bottom-width: 0;
      border-top-style: solid;
      border-color: #fefefe transparent transparent;
      position: relative;
      top: 0.4em;
      display: inline-block;
      float: right;
      margin-left: 1em; }
    .iibr-main .button.dropdown.hollow::after {
      border-top-color: #011246; }
    .iibr-main .button.dropdown.hollow.primary::after {
      border-top-color: #011246; }
    .iibr-main .button.dropdown.hollow.secondary::after {
      border-top-color: #63E0F6; }
    .iibr-main .button.dropdown.hollow.success::after {
      border-top-color: #3adb76; }
    .iibr-main .button.dropdown.hollow.warning::after {
      border-top-color: #ffae00; }
    .iibr-main .button.dropdown.hollow.alert::after {
      border-top-color: #cc4b37; }
    .iibr-main .button.arrow-only::after {
      top: -0.1em;
      float: none;
      margin-left: 0; }
  .iibr-main a.button:hover, .iibr-main a.button:focus {
    text-decoration: none; }
  .iibr-main [type='text'], .iibr-main [type='password'], .iibr-main [type='date'], .iibr-main [type='datetime'], .iibr-main [type='datetime-local'], .iibr-main [type='month'], .iibr-main [type='week'], .iibr-main [type='email'], .iibr-main [type='number'], .iibr-main [type='search'], .iibr-main [type='tel'], .iibr-main [type='time'], .iibr-main [type='url'], .iibr-main [type='color'],
  .iibr-main textarea {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 3.65625rem;
    margin: 0 0 1.75rem;
    padding: 0.875rem 1.5rem;
    border: 0;
    border-radius: 0;
    background-color: #F3F3F3;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-family: inherit;
    font-size: 1.3125rem;
    font-weight: normal;
    line-height: 1.5;
    color: #0a0a0a;
    -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
    transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
    -o-transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none; }
    .iibr-main [type='text']:focus, .iibr-main [type='password']:focus, .iibr-main [type='date']:focus, .iibr-main [type='datetime']:focus, .iibr-main [type='datetime-local']:focus, .iibr-main [type='month']:focus, .iibr-main [type='week']:focus, .iibr-main [type='email']:focus, .iibr-main [type='number']:focus, .iibr-main [type='search']:focus, .iibr-main [type='tel']:focus, .iibr-main [type='time']:focus, .iibr-main [type='url']:focus, .iibr-main [type='color']:focus,
    .iibr-main textarea:focus {
      outline: none;
      border: 0;
      background-color: #fefefe;
      -webkit-box-shadow: 0 0 5px #cacaca;
      box-shadow: 0 0 5px #cacaca;
      -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
      transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
      -o-transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
      transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
      transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s; }
  .iibr-main textarea {
    max-width: 100%; }
    .iibr-main textarea[rows] {
      height: auto; }
  .iibr-main input::-webkit-input-placeholder,
  .iibr-main textarea::-webkit-input-placeholder {
    color: #0a0a0a; }
  .iibr-main input:-ms-input-placeholder,
  .iibr-main textarea:-ms-input-placeholder {
    color: #0a0a0a; }
  .iibr-main input::-moz-placeholder,
  .iibr-main textarea::-moz-placeholder {
    color: #0a0a0a; }
  .iibr-main input::placeholder,
  .iibr-main textarea::placeholder {
    color: #0a0a0a; }
  .iibr-main input:disabled, .iibr-main input[readonly],
  .iibr-main textarea:disabled,
  .iibr-main textarea[readonly] {
    background-color: #e6e6e6;
    cursor: not-allowed; }
  .iibr-main [type='submit'],
  .iibr-main [type='button'] {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border-radius: 0; }
  .iibr-main input[type='search'] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .iibr-main [type='file'],
  .iibr-main [type='checkbox'],
  .iibr-main [type='radio'] {
    margin: 0 0 1.75rem; }
  .iibr-main [type='checkbox'] + label,
  .iibr-main [type='radio'] + label {
    display: inline-block;
    vertical-align: baseline;
    margin-left: 0.875rem;
    margin-right: 1.75rem;
    margin-bottom: 0; }
    .iibr-main [type='checkbox'] + label[for],
    .iibr-main [type='radio'] + label[for] {
      cursor: pointer; }
  .iibr-main label > [type='checkbox'],
  .iibr-main label > [type='radio'] {
    margin-right: 0.875rem; }
  .iibr-main [type='file'] {
    width: 100%; }
  .iibr-main label {
    display: block;
    margin: 0;
    font-size: 0.875rem;
    font-weight: normal;
    line-height: 1.8;
    color: #0a0a0a; }
    .iibr-main label.middle {
      margin: 0 0 1.75rem;
      padding: 0.875rem 0; }
  .iibr-main .help-text {
    margin-top: -0.875rem;
    font-size: 0.8125rem;
    font-style: italic;
    color: #0a0a0a; }
  .iibr-main .input-group {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    width: 100%;
    margin-bottom: 3.5rem;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            -webkit-box-align: stretch;
            align-items: stretch; }
    .iibr-main .input-group > :first-child {
      border-radius: 0 0 0 0; }
    .iibr-main .input-group > :last-child > * {
      border-radius: 0 0 0 0; }
  .iibr-main .input-group-label, .iibr-main .input-group-field, .iibr-main .input-group-button, .iibr-main .input-group-button a, .iibr-main .input-group-button input, .iibr-main .input-group-button button, .iibr-main .input-group-button label {
    margin: 0;
    white-space: nowrap; }
  .iibr-main .input-group-label {
    padding: 0 1rem;
    border: 1px solid transparent;
    background: #011246;
    color: #fefefe;
    text-align: center;
    white-space: nowrap;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            -webkit-box-flex: 0;
            flex: 0 0 auto;
    -webkit-align-items: center;
        -ms-flex-align: center;
            -webkit-box-align: center;
            align-items: center; }
    .iibr-main .input-group-label:first-child {
      border-right: 0; }
    .iibr-main .input-group-label:last-child {
      border-left: 0; }
  .iibr-main .input-group-field {
    border-radius: 0;
    -webkit-flex: 1 1 0px;
        -ms-flex: 1 1 0px;
            -webkit-box-flex: 1;
            flex: 1 1 0px;
    height: auto;
    min-width: 0; }
  .iibr-main .input-group-button {
    padding-top: 0;
    padding-bottom: 0;
    text-align: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            -webkit-box-flex: 0;
            flex: 0 0 auto; }
    .iibr-main .input-group-button a,
    .iibr-main .input-group-button input,
    .iibr-main .input-group-button button,
    .iibr-main .input-group-button label {
      height: auto;
      -webkit-align-self: stretch;
          -ms-flex-item-align: stretch;
                  -ms-grid-row-align: stretch;
              align-self: stretch;
      padding-top: 0;
      padding-bottom: 0;
      font-size: 1.3125rem; }
  .iibr-main fieldset {
    margin: 0;
    padding: 0;
    border: 0; }
  .iibr-main legend {
    max-width: 100%;
    margin-bottom: 0.875rem; }
  .iibr-main .fieldset {
    margin: 1.125rem 0;
    padding: 1.25rem;
    border: 1px solid #cacaca; }
    .iibr-main .fieldset legend {
      margin: 0;
      margin-left: -0.1875rem;
      padding: 0 0.1875rem; }
  .iibr-main select {
    height: 3.65625rem;
    margin: 0 0 1.75rem;
    padding: 0.875rem 1.5rem;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border: 0;
    border-radius: 0;
    background-color: #fefefe;
    font-family: inherit;
    font-size: 1.3125rem;
    font-weight: normal;
    line-height: 1.5;
    color: #0a0a0a;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28138, 138, 138%29'></polygon></svg>");
    background-origin: content-box;
    background-position: right -1.75rem center;
    background-repeat: no-repeat;
    background-size: 9px 6px;
    padding-right: 2.625rem;
    -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
    transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
    -o-transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s; }
    @media screen and (min-width: 0\0) {
      .iibr-main select {
        background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg=="); } }
    .iibr-main select:focus {
      outline: none;
      border: 0;
      background-color: #fefefe;
      -webkit-box-shadow: 0 0 5px #cacaca;
      box-shadow: 0 0 5px #cacaca;
      -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
      transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
      -o-transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
      transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
      transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s; }
    .iibr-main select:disabled {
      background-color: #e6e6e6;
      cursor: not-allowed; }
    .iibr-main select::-ms-expand {
      display: none; }
    .iibr-main select[multiple] {
      height: auto;
      background-image: none; }
  .iibr-main .is-invalid-input:not(:focus) {
    border-color: #cc4b37;
    background-color: #f9ecea; }
    .iibr-main .is-invalid-input:not(:focus)::-webkit-input-placeholder {
      color: #cc4b37; }
    .iibr-main .is-invalid-input:not(:focus):-ms-input-placeholder {
      color: #cc4b37; }
    .iibr-main .is-invalid-input:not(:focus)::-moz-placeholder {
      color: #cc4b37; }
    .iibr-main .is-invalid-input:not(:focus)::placeholder {
      color: #cc4b37; }
  .iibr-main .is-invalid-label {
    color: #cc4b37; }
  .iibr-main .form-error {
    display: none;
    margin-top: -0.875rem;
    margin-bottom: 1.75rem;
    font-size: 0.75rem;
    font-weight: bold;
    color: #cc4b37; }
    .iibr-main .form-error.is-visible {
      display: block; }
  .iibr-main .slide-in-down.mui-enter {
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
            transform: translateY(-100%);
    transition-property: opacity, -webkit-transform;
    -webkit-transition-property: opacity, -webkit-transform;
    -o-transition-property: transform, opacity;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden; }
  .iibr-main .slide-in-down.mui-enter.mui-enter-active {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0); }
  .iibr-main .slide-in-left.mui-enter {
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%);
    transition-property: opacity, -webkit-transform;
    -webkit-transition-property: opacity, -webkit-transform;
    -o-transition-property: transform, opacity;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden; }
  .iibr-main .slide-in-left.mui-enter.mui-enter-active {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0); }
  .iibr-main .slide-in-up.mui-enter {
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
            transform: translateY(100%);
    transition-property: opacity, -webkit-transform;
    -webkit-transition-property: opacity, -webkit-transform;
    -o-transition-property: transform, opacity;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden; }
  .iibr-main .slide-in-up.mui-enter.mui-enter-active {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0); }
  .iibr-main .slide-in-right.mui-enter {
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
            transform: translateX(100%);
    transition-property: opacity, -webkit-transform;
    -webkit-transition-property: opacity, -webkit-transform;
    -o-transition-property: transform, opacity;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden; }
  .iibr-main .slide-in-right.mui-enter.mui-enter-active {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0); }
  .iibr-main .slide-out-down.mui-leave {
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    transition-property: opacity, -webkit-transform;
    -webkit-transition-property: opacity, -webkit-transform;
    -o-transition-property: transform, opacity;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden; }
  .iibr-main .slide-out-down.mui-leave.mui-leave-active {
    -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
            transform: translateY(100%); }
  .iibr-main .slide-out-right.mui-leave {
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
    transition-property: opacity, -webkit-transform;
    -webkit-transition-property: opacity, -webkit-transform;
    -o-transition-property: transform, opacity;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden; }
  .iibr-main .slide-out-right.mui-leave.mui-leave-active {
    -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
            transform: translateX(100%); }
  .iibr-main .slide-out-up.mui-leave {
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    transition-property: opacity, -webkit-transform;
    -webkit-transition-property: opacity, -webkit-transform;
    -o-transition-property: transform, opacity;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden; }
  .iibr-main .slide-out-up.mui-leave.mui-leave-active {
    -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
            transform: translateY(-100%); }
  .iibr-main .slide-out-left.mui-leave {
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
    transition-property: opacity, -webkit-transform;
    -webkit-transition-property: opacity, -webkit-transform;
    -o-transition-property: transform, opacity;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden; }
  .iibr-main .slide-out-left.mui-leave.mui-leave-active {
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%); }
  .iibr-main .fade-in.mui-enter {
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
    opacity: 0;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity; }
  .iibr-main .fade-in.mui-enter.mui-enter-active {
    opacity: 1; }
  .iibr-main .fade-out.mui-leave {
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
    opacity: 1;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity; }
  .iibr-main .fade-out.mui-leave.mui-leave-active {
    opacity: 0; }
  .iibr-main .hinge-in-from-top.mui-enter {
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: perspective(2000px) rotateX(-90deg);
            transform: perspective(2000px) rotateX(-90deg);
    -webkit-transform-origin: top;
        -ms-transform-origin: top;
            transform-origin: top;
    transition-property: opacity, -webkit-transform;
    -webkit-transition-property: opacity, -webkit-transform;
    -o-transition-property: transform, opacity;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 0; }
  .iibr-main .hinge-in-from-top.mui-enter.mui-enter-active {
    -webkit-transform: perspective(2000px) rotate(0deg);
            transform: perspective(2000px) rotate(0deg);
    opacity: 1; }
  .iibr-main .hinge-in-from-right.mui-enter {
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: perspective(2000px) rotateY(-90deg);
            transform: perspective(2000px) rotateY(-90deg);
    -webkit-transform-origin: right;
        -ms-transform-origin: right;
            transform-origin: right;
    transition-property: opacity, -webkit-transform;
    -webkit-transition-property: opacity, -webkit-transform;
    -o-transition-property: transform, opacity;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 0; }
  .iibr-main .hinge-in-from-right.mui-enter.mui-enter-active {
    -webkit-transform: perspective(2000px) rotate(0deg);
            transform: perspective(2000px) rotate(0deg);
    opacity: 1; }
  .iibr-main .hinge-in-from-bottom.mui-enter {
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: perspective(2000px) rotateX(90deg);
            transform: perspective(2000px) rotateX(90deg);
    -webkit-transform-origin: bottom;
        -ms-transform-origin: bottom;
            transform-origin: bottom;
    transition-property: opacity, -webkit-transform;
    -webkit-transition-property: opacity, -webkit-transform;
    -o-transition-property: transform, opacity;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 0; }
  .iibr-main .hinge-in-from-bottom.mui-enter.mui-enter-active {
    -webkit-transform: perspective(2000px) rotate(0deg);
            transform: perspective(2000px) rotate(0deg);
    opacity: 1; }
  .iibr-main .hinge-in-from-left.mui-enter {
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: perspective(2000px) rotateY(90deg);
            transform: perspective(2000px) rotateY(90deg);
    -webkit-transform-origin: left;
        -ms-transform-origin: left;
            transform-origin: left;
    transition-property: opacity, -webkit-transform;
    -webkit-transition-property: opacity, -webkit-transform;
    -o-transition-property: transform, opacity;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 0; }
  .iibr-main .hinge-in-from-left.mui-enter.mui-enter-active {
    -webkit-transform: perspective(2000px) rotate(0deg);
            transform: perspective(2000px) rotate(0deg);
    opacity: 1; }
  .iibr-main .hinge-in-from-middle-x.mui-enter {
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: perspective(2000px) rotateX(-90deg);
            transform: perspective(2000px) rotateX(-90deg);
    -webkit-transform-origin: center;
        -ms-transform-origin: center;
            transform-origin: center;
    transition-property: opacity, -webkit-transform;
    -webkit-transition-property: opacity, -webkit-transform;
    -o-transition-property: transform, opacity;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 0; }
  .iibr-main .hinge-in-from-middle-x.mui-enter.mui-enter-active {
    -webkit-transform: perspective(2000px) rotate(0deg);
            transform: perspective(2000px) rotate(0deg);
    opacity: 1; }
  .iibr-main .hinge-in-from-middle-y.mui-enter {
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: perspective(2000px) rotateY(-90deg);
            transform: perspective(2000px) rotateY(-90deg);
    -webkit-transform-origin: center;
        -ms-transform-origin: center;
            transform-origin: center;
    transition-property: opacity, -webkit-transform;
    -webkit-transition-property: opacity, -webkit-transform;
    -o-transition-property: transform, opacity;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 0; }
  .iibr-main .hinge-in-from-middle-y.mui-enter.mui-enter-active {
    -webkit-transform: perspective(2000px) rotate(0deg);
            transform: perspective(2000px) rotate(0deg);
    opacity: 1; }
  .iibr-main .hinge-out-from-top.mui-leave {
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: perspective(2000px) rotate(0deg);
            transform: perspective(2000px) rotate(0deg);
    -webkit-transform-origin: top;
        -ms-transform-origin: top;
            transform-origin: top;
    transition-property: opacity, -webkit-transform;
    -webkit-transition-property: opacity, -webkit-transform;
    -o-transition-property: transform, opacity;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 1; }
  .iibr-main .hinge-out-from-top.mui-leave.mui-leave-active {
    -webkit-transform: perspective(2000px) rotateX(-90deg);
            transform: perspective(2000px) rotateX(-90deg);
    opacity: 0; }
  .iibr-main .hinge-out-from-right.mui-leave {
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: perspective(2000px) rotate(0deg);
            transform: perspective(2000px) rotate(0deg);
    -webkit-transform-origin: right;
        -ms-transform-origin: right;
            transform-origin: right;
    transition-property: opacity, -webkit-transform;
    -webkit-transition-property: opacity, -webkit-transform;
    -o-transition-property: transform, opacity;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 1; }
  .iibr-main .hinge-out-from-right.mui-leave.mui-leave-active {
    -webkit-transform: perspective(2000px) rotateY(-90deg);
            transform: perspective(2000px) rotateY(-90deg);
    opacity: 0; }
  .iibr-main .hinge-out-from-bottom.mui-leave {
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: perspective(2000px) rotate(0deg);
            transform: perspective(2000px) rotate(0deg);
    -webkit-transform-origin: bottom;
        -ms-transform-origin: bottom;
            transform-origin: bottom;
    transition-property: opacity, -webkit-transform;
    -webkit-transition-property: opacity, -webkit-transform;
    -o-transition-property: transform, opacity;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 1; }
  .iibr-main .hinge-out-from-bottom.mui-leave.mui-leave-active {
    -webkit-transform: perspective(2000px) rotateX(90deg);
            transform: perspective(2000px) rotateX(90deg);
    opacity: 0; }
  .iibr-main .hinge-out-from-left.mui-leave {
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: perspective(2000px) rotate(0deg);
            transform: perspective(2000px) rotate(0deg);
    -webkit-transform-origin: left;
        -ms-transform-origin: left;
            transform-origin: left;
    transition-property: opacity, -webkit-transform;
    -webkit-transition-property: opacity, -webkit-transform;
    -o-transition-property: transform, opacity;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 1; }
  .iibr-main .hinge-out-from-left.mui-leave.mui-leave-active {
    -webkit-transform: perspective(2000px) rotateY(90deg);
            transform: perspective(2000px) rotateY(90deg);
    opacity: 0; }
  .iibr-main .hinge-out-from-middle-x.mui-leave {
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: perspective(2000px) rotate(0deg);
            transform: perspective(2000px) rotate(0deg);
    -webkit-transform-origin: center;
        -ms-transform-origin: center;
            transform-origin: center;
    transition-property: opacity, -webkit-transform;
    -webkit-transition-property: opacity, -webkit-transform;
    -o-transition-property: transform, opacity;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 1; }
  .iibr-main .hinge-out-from-middle-x.mui-leave.mui-leave-active {
    -webkit-transform: perspective(2000px) rotateX(-90deg);
            transform: perspective(2000px) rotateX(-90deg);
    opacity: 0; }
  .iibr-main .hinge-out-from-middle-y.mui-leave {
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: perspective(2000px) rotate(0deg);
            transform: perspective(2000px) rotate(0deg);
    -webkit-transform-origin: center;
        -ms-transform-origin: center;
            transform-origin: center;
    transition-property: opacity, -webkit-transform;
    -webkit-transition-property: opacity, -webkit-transform;
    -o-transition-property: transform, opacity;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 1; }
  .iibr-main .hinge-out-from-middle-y.mui-leave.mui-leave-active {
    -webkit-transform: perspective(2000px) rotateY(-90deg);
            transform: perspective(2000px) rotateY(-90deg);
    opacity: 0; }
  .iibr-main .scale-in-up.mui-enter {
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: scale(0.5);
        -ms-transform: scale(0.5);
            transform: scale(0.5);
    transition-property: opacity, -webkit-transform;
    -webkit-transition-property: opacity, -webkit-transform;
    -o-transition-property: transform, opacity;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 0; }
  .iibr-main .scale-in-up.mui-enter.mui-enter-active {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
    opacity: 1; }
  .iibr-main .scale-in-down.mui-enter {
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: scale(1.5);
        -ms-transform: scale(1.5);
            transform: scale(1.5);
    transition-property: opacity, -webkit-transform;
    -webkit-transition-property: opacity, -webkit-transform;
    -o-transition-property: transform, opacity;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 0; }
  .iibr-main .scale-in-down.mui-enter.mui-enter-active {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
    opacity: 1; }
  .iibr-main .scale-out-up.mui-leave {
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
    transition-property: opacity, -webkit-transform;
    -webkit-transition-property: opacity, -webkit-transform;
    -o-transition-property: transform, opacity;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 1; }
  .iibr-main .scale-out-up.mui-leave.mui-leave-active {
    -webkit-transform: scale(1.5);
        -ms-transform: scale(1.5);
            transform: scale(1.5);
    opacity: 0; }
  .iibr-main .scale-out-down.mui-leave {
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
    transition-property: opacity, -webkit-transform;
    -webkit-transition-property: opacity, -webkit-transform;
    -o-transition-property: transform, opacity;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 1; }
  .iibr-main .scale-out-down.mui-leave.mui-leave-active {
    -webkit-transform: scale(0.5);
        -ms-transform: scale(0.5);
            transform: scale(0.5);
    opacity: 0; }
  .iibr-main .spin-in.mui-enter {
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: rotate(-0.75turn);
        -ms-transform: rotate(-0.75turn);
            transform: rotate(-0.75turn);
    transition-property: opacity, -webkit-transform;
    -webkit-transition-property: opacity, -webkit-transform;
    -o-transition-property: transform, opacity;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 0; }
  .iibr-main .spin-in.mui-enter.mui-enter-active {
    -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
            transform: rotate(0);
    opacity: 1; }
  .iibr-main .spin-out.mui-leave {
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
            transform: rotate(0);
    transition-property: opacity, -webkit-transform;
    -webkit-transition-property: opacity, -webkit-transform;
    -o-transition-property: transform, opacity;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 1; }
  .iibr-main .spin-out.mui-leave.mui-leave-active {
    -webkit-transform: rotate(0.75turn);
        -ms-transform: rotate(0.75turn);
            transform: rotate(0.75turn);
    opacity: 0; }
  .iibr-main .spin-in-ccw.mui-enter {
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: rotate(0.75turn);
        -ms-transform: rotate(0.75turn);
            transform: rotate(0.75turn);
    transition-property: opacity, -webkit-transform;
    -webkit-transition-property: opacity, -webkit-transform;
    -o-transition-property: transform, opacity;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 0; }
  .iibr-main .spin-in-ccw.mui-enter.mui-enter-active {
    -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
            transform: rotate(0);
    opacity: 1; }
  .iibr-main .spin-out-ccw.mui-leave {
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
            transform: rotate(0);
    transition-property: opacity, -webkit-transform;
    -webkit-transition-property: opacity, -webkit-transform;
    -o-transition-property: transform, opacity;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 1; }
  .iibr-main .spin-out-ccw.mui-leave.mui-leave-active {
    -webkit-transform: rotate(-0.75turn);
        -ms-transform: rotate(-0.75turn);
            transform: rotate(-0.75turn);
    opacity: 0; }
  .iibr-main .slow {
    -webkit-transition-duration: 750ms !important;
    -o-transition-duration: 750ms !important;
    transition-duration: 750ms !important; }
  .iibr-main .fast {
    -webkit-transition-duration: 250ms !important;
    -o-transition-duration: 250ms !important;
    transition-duration: 250ms !important; }
  .iibr-main .linear {
    -webkit-transition-timing-function: linear !important;
    -o-transition-timing-function: linear !important;
    transition-timing-function: linear !important; }
  .iibr-main .ease {
    -webkit-transition-timing-function: ease !important;
    -o-transition-timing-function: ease !important;
    transition-timing-function: ease !important; }
  .iibr-main .ease-in {
    -webkit-transition-timing-function: ease-in !important;
    -o-transition-timing-function: ease-in !important;
    transition-timing-function: ease-in !important; }
  .iibr-main .ease-out {
    -webkit-transition-timing-function: ease-out !important;
    -o-transition-timing-function: ease-out !important;
    transition-timing-function: ease-out !important; }
  .iibr-main .ease-in-out {
    -webkit-transition-timing-function: ease-in-out !important;
    -o-transition-timing-function: ease-in-out !important;
    transition-timing-function: ease-in-out !important; }
  .iibr-main .bounce-in {
    -webkit-transition-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
    -o-transition-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
    transition-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important; }
  .iibr-main .bounce-out {
    -webkit-transition-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
    -o-transition-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
    transition-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important; }
  .iibr-main .bounce-in-out {
    -webkit-transition-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
    -o-transition-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
    transition-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important; }
  .iibr-main .short-delay {
    -webkit-transition-delay: 300ms !important;
    -o-transition-delay: 300ms !important;
    transition-delay: 300ms !important; }
  .iibr-main .long-delay {
    -webkit-transition-delay: 700ms !important;
    -o-transition-delay: 700ms !important;
    transition-delay: 700ms !important; }
  .iibr-main .shake {
    -webkit-animation-name: shake-7;
            animation-name: shake-7; }

@-webkit-keyframes shake-7 {
  0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90% {
    -webkit-transform: translateX(7%);
            transform: translateX(7%); }
  5%, 15%, 25%, 35%, 45%, 55%, 65%, 75%, 85%, 95% {
    -webkit-transform: translateX(-7%);
            transform: translateX(-7%); } }

@keyframes shake-7 {
  0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90% {
    -webkit-transform: translateX(7%);
            transform: translateX(7%); }
  5%, 15%, 25%, 35%, 45%, 55%, 65%, 75%, 85%, 95% {
    -webkit-transform: translateX(-7%);
            transform: translateX(-7%); } }
  .iibr-main .spin-cw {
    -webkit-animation-name: spin-cw-1turn;
            animation-name: spin-cw-1turn; }

@-webkit-keyframes spin-cw-1turn {
  0% {
    -webkit-transform: rotate(-1turn);
            transform: rotate(-1turn); }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0); } }

@keyframes spin-cw-1turn {
  0% {
    -webkit-transform: rotate(-1turn);
            transform: rotate(-1turn); }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0); } }
  .iibr-main .spin-ccw {
    -webkit-animation-name: spin-cw-1turn;
            animation-name: spin-cw-1turn; }

@keyframes spin-cw-1turn {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  100% {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn); } }
  .iibr-main .wiggle {
    -webkit-animation-name: wiggle-7deg;
            animation-name: wiggle-7deg; }

@-webkit-keyframes wiggle-7deg {
  40%, 50%, 60% {
    -webkit-transform: rotate(7deg);
            transform: rotate(7deg); }
  35%, 45%, 55%, 65% {
    -webkit-transform: rotate(-7deg);
            transform: rotate(-7deg); }
  0%, 30%, 70%, 100% {
    -webkit-transform: rotate(0);
            transform: rotate(0); } }

@keyframes wiggle-7deg {
  40%, 50%, 60% {
    -webkit-transform: rotate(7deg);
            transform: rotate(7deg); }
  35%, 45%, 55%, 65% {
    -webkit-transform: rotate(-7deg);
            transform: rotate(-7deg); }
  0%, 30%, 70%, 100% {
    -webkit-transform: rotate(0);
            transform: rotate(0); } }
  .iibr-main .shake,
  .iibr-main .spin-cw,
  .iibr-main .spin-ccw,
  .iibr-main .wiggle {
    -webkit-animation-duration: 500ms;
            animation-duration: 500ms; }
  .iibr-main .infinite {
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite; }
  .iibr-main .slow {
    -webkit-animation-duration: 750ms !important;
            animation-duration: 750ms !important; }
  .iibr-main .fast {
    -webkit-animation-duration: 250ms !important;
            animation-duration: 250ms !important; }
  .iibr-main .linear {
    -webkit-animation-timing-function: linear !important;
            animation-timing-function: linear !important; }
  .iibr-main .ease {
    -webkit-animation-timing-function: ease !important;
            animation-timing-function: ease !important; }
  .iibr-main .ease-in {
    -webkit-animation-timing-function: ease-in !important;
            animation-timing-function: ease-in !important; }
  .iibr-main .ease-out {
    -webkit-animation-timing-function: ease-out !important;
            animation-timing-function: ease-out !important; }
  .iibr-main .ease-in-out {
    -webkit-animation-timing-function: ease-in-out !important;
            animation-timing-function: ease-in-out !important; }
  .iibr-main .bounce-in {
    -webkit-animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
            animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important; }
  .iibr-main .bounce-out {
    -webkit-animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
            animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important; }
  .iibr-main .bounce-in-out {
    -webkit-animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
            animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important; }
  .iibr-main .short-delay {
    -webkit-animation-delay: 300ms !important;
            animation-delay: 300ms !important; }
  .iibr-main .long-delay {
    -webkit-animation-delay: 700ms !important;
            animation-delay: 700ms !important; }

body {
  /* img{
    &.tall {
        height:auto;
        min-width:100%;
        max-height:none;
        min-height:100%;
        max-width:none;
    }

    &.wide {
        min-height:100%;
        width:auto;
        max-width:none;
        min-width:100%;
    } 
}*/ }
  body .top-bar {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            -webkit-box-pack: justify;
            justify-content: space-between;
    -webkit-align-items: center;
        -ms-flex-align: center;
            -webkit-box-align: center;
            align-items: center;
    padding: 0.5rem;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    body .top-bar,
    body .top-bar ul {
      background-color: #011246; }
    body .top-bar input {
      max-width: 200px;
      margin-right: 1rem; }
    body .top-bar .input-group-field {
      width: 100%;
      margin-right: 0; }
    body .top-bar input.button {
      width: auto; }
    body .top-bar .top-bar-left,
    body .top-bar .top-bar-right {
      -webkit-flex: 0 0 100%;
          -ms-flex: 0 0 100%;
              -webkit-box-flex: 0;
              flex: 0 0 100%;
      max-width: 100%; }
    @media print, screen and (min-width: 44.375em) {
      body .top-bar {
        -webkit-flex-wrap: nowrap;
            -ms-flex-wrap: nowrap;
                flex-wrap: nowrap; }
        body .top-bar .top-bar-left {
          -webkit-flex: 1 1 auto;
              -ms-flex: 1 1 auto;
                  -webkit-box-flex: 1;
                  flex: 1 1 auto;
          margin-right: auto; }
        body .top-bar .top-bar-right {
          -webkit-flex: 0 1 auto;
              -ms-flex: 0 1 auto;
                  -webkit-box-flex: 0;
                  flex: 0 1 auto;
          margin-left: auto; }
          html[dir='rtl'] body .top-bar .top-bar-right {
			margin-right: auto;
			margin-left: inherit;
		    }    
 		}
    @media screen and (max-width: 67.4375em) {
      body .top-bar.stacked-for-medium {
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap; }
        body .top-bar.stacked-for-medium .top-bar-left,
        body .top-bar.stacked-for-medium .top-bar-right {
          -webkit-flex: 0 0 100%;
              -ms-flex: 0 0 100%;
                  -webkit-box-flex: 0;
                  flex: 0 0 100%;
          max-width: 100%; } }
    @media screen and (max-width: 74.9375em) {
      body .top-bar.stacked-for-large {
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap; }
        body .top-bar.stacked-for-large .top-bar-left,
        body .top-bar.stacked-for-large .top-bar-right {
          -webkit-flex: 0 0 100%;
              -ms-flex: 0 0 100%;
                  -webkit-box-flex: 0;
                  flex: 0 0 100%;
          max-width: 100%; } }
    @media screen and (max-width: 89.9375em) {
      body .top-bar.stacked-for-xlarge {
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap; }
        body .top-bar.stacked-for-xlarge .top-bar-left,
        body .top-bar.stacked-for-xlarge .top-bar-right {
          -webkit-flex: 0 0 100%;
              -ms-flex: 0 0 100%;
                  -webkit-box-flex: 0;
                  flex: 0 0 100%;
          max-width: 100%; } }
  body .top-bar-title {
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            -webkit-box-flex: 0;
            flex: 0 0 auto;
    margin: 0.5rem 1rem 0.5rem 0; }
  body .top-bar-left,
  body .top-bar-right {
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            -webkit-box-flex: 0;
            flex: 0 0 auto; }
  body .menu {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    [data-whatinput='mouse'] body .menu li {
      outline: 0; }
    body .menu a,
    body .menu .button {
      line-height: 1;
      text-decoration: none;
      display: block;
      padding: 0.7rem 1rem; }
    body .menu input,
    body .menu select,
    body .menu a,
    body .menu button {
      margin-bottom: 0; }
    body .menu input {
      display: inline-block; }
    body .menu, body .menu.horizontal {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              -webkit-box-orient: horizontal;
              -webkit-box-direction: normal;
              flex-direction: row; }
    body .menu.vertical {
      -webkit-flex-wrap: nowrap;
          -ms-flex-wrap: nowrap;
              flex-wrap: nowrap;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              -webkit-box-orient: vertical;
              -webkit-box-direction: normal;
              flex-direction: column; }
    body .menu.expanded li {
      -webkit-flex: 1 1 0px;
          -ms-flex: 1 1 0px;
              -webkit-box-flex: 1;
              flex: 1 1 0px; }
    body .menu.simple {
      -webkit-align-items: center;
          -ms-flex-align: center;
              -webkit-box-align: center;
              align-items: center; }
      body .menu.simple li + li {
        margin-left: 1rem; }
      body .menu.simple a {
        padding: 0; }
    @media print, screen and (min-width: 44.375em) {
      body .menu.medium-horizontal {
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
                -webkit-box-orient: horizontal;
                -webkit-box-direction: normal;
                flex-direction: row; }
      body .menu.medium-vertical {
        -webkit-flex-wrap: nowrap;
            -ms-flex-wrap: nowrap;
                flex-wrap: nowrap;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                -webkit-box-orient: vertical;
                -webkit-box-direction: normal;
                flex-direction: column; }
      body .menu.medium-expanded li {
        -webkit-flex: 1 1 0px;
            -ms-flex: 1 1 0px;
                -webkit-box-flex: 1;
                flex: 1 1 0px; }
      body .menu.medium-simple li {
        -webkit-flex: 1 1 0px;
            -ms-flex: 1 1 0px;
                -webkit-box-flex: 1;
                flex: 1 1 0px; } }
    @media print, screen and (min-width: 67.5em) {
      body .menu.large-horizontal {
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
                -webkit-box-orient: horizontal;
                -webkit-box-direction: normal;
                flex-direction: row; }
      body .menu.large-vertical {
        -webkit-flex-wrap: nowrap;
            -ms-flex-wrap: nowrap;
                flex-wrap: nowrap;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                -webkit-box-orient: vertical;
                -webkit-box-direction: normal;
                flex-direction: column; }
      body .menu.large-expanded li {
        -webkit-flex: 1 1 0px;
            -ms-flex: 1 1 0px;
                -webkit-box-flex: 1;
                flex: 1 1 0px; }
      body .menu.large-simple li {
        -webkit-flex: 1 1 0px;
            -ms-flex: 1 1 0px;
                -webkit-box-flex: 1;
                flex: 1 1 0px; } }
    @media screen and (min-width: 75em) {
      body .menu.xlarge-horizontal {
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
                -webkit-box-orient: horizontal;
                -webkit-box-direction: normal;
                flex-direction: row; }
      body .menu.xlarge-vertical {
        -webkit-flex-wrap: nowrap;
            -ms-flex-wrap: nowrap;
                flex-wrap: nowrap;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                -webkit-box-orient: vertical;
                -webkit-box-direction: normal;
                flex-direction: column; }
      body .menu.xlarge-expanded li {
        -webkit-flex: 1 1 0px;
            -ms-flex: 1 1 0px;
                -webkit-box-flex: 1;
                flex: 1 1 0px; }
      body .menu.xlarge-simple li {
        -webkit-flex: 1 1 0px;
            -ms-flex: 1 1 0px;
                -webkit-box-flex: 1;
                flex: 1 1 0px; } }
    body .menu.nested {
      margin-right: 0;
      margin-left: 1rem; }
    body .menu.icons a {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: -webkit-box;
      display: flex; }
    body .menu.icon-top a, body .menu.icon-right a, body .menu.icon-bottom a, body .menu.icon-left a {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: -webkit-box;
      display: flex; }
    body .menu.icon-left li a {
      -webkit-flex-flow: row nowrap;
          -ms-flex-flow: row nowrap;
              -webkit-box-orient: horizontal;
              -webkit-box-direction: normal;
              flex-flow: row nowrap; }
      body .menu.icon-left li a img,
      body .menu.icon-left li a i,
      body .menu.icon-left li a svg {
        margin-right: 0.25rem; }
    body .menu.icon-right li a {
      -webkit-flex-flow: row nowrap;
          -ms-flex-flow: row nowrap;
              -webkit-box-orient: horizontal;
              -webkit-box-direction: normal;
              flex-flow: row nowrap; }
      body .menu.icon-right li a img,
      body .menu.icon-right li a i,
      body .menu.icon-right li a svg {
        margin-left: 0.25rem; }
    body .menu.icon-top li a {
      -webkit-flex-flow: column nowrap;
          -ms-flex-flow: column nowrap;
              -webkit-box-orient: vertical;
              -webkit-box-direction: normal;
              flex-flow: column nowrap; }
      body .menu.icon-top li a img,
      body .menu.icon-top li a i,
      body .menu.icon-top li a svg {
        -webkit-align-self: stretch;
            -ms-flex-item-align: stretch;
                    -ms-grid-row-align: stretch;
                align-self: stretch;
        margin-bottom: 0.25rem;
        text-align: center; }
    body .menu.icon-bottom li a {
      -webkit-flex-flow: column nowrap;
          -ms-flex-flow: column nowrap;
              -webkit-box-orient: vertical;
              -webkit-box-direction: normal;
              flex-flow: column nowrap; }
      body .menu.icon-bottom li a img,
      body .menu.icon-bottom li a i,
      body .menu.icon-bottom li a svg {
        -webkit-align-self: stretch;
            -ms-flex-item-align: stretch;
                    -ms-grid-row-align: stretch;
                align-self: stretch;
        margin-bottom: 0.25rem;
        text-align: center; }
    body .menu .is-active > a {
      background: #011246;
      color: #fefefe; }
    /*body .menu .active > a {
      background: #011246;
      color: #fefefe; }*/
    body .menu.align-left {
      -webkit-justify-content: flex-start;
          -ms-flex-pack: start;
              -webkit-box-pack: start;
              justify-content: flex-start; }
    body .menu.align-right li {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: -webkit-box;
      display: flex;
      -webkit-justify-content: flex-end;
          -ms-flex-pack: end;
              -webkit-box-pack: end;
              justify-content: flex-end; }
      body .menu.align-right li .submenu li {
        -webkit-justify-content: flex-start;
            -ms-flex-pack: start;
                -webkit-box-pack: start;
                justify-content: flex-start; }
    body .menu.align-right.vertical li {
      display: block;
      text-align: right; }
      body .menu.align-right.vertical li .submenu li {
        text-align: right; }
    body .menu.align-right .nested {
      margin-right: 1rem;
      margin-left: 0; }
    body .menu.align-center li {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: -webkit-box;
      display: flex;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              -webkit-box-pack: center;
              justify-content: center; }
      body .menu.align-center li .submenu li {
        -webkit-justify-content: flex-start;
            -ms-flex-pack: start;
                -webkit-box-pack: start;
                justify-content: flex-start; }
    body .menu .menu-text {
      padding: 0.7rem 1rem;
      font-weight: bold;
      line-height: 1;
      color: inherit; }
  body .menu-centered > .menu {
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            -webkit-box-pack: center;
            justify-content: center; }
    body .menu-centered > .menu li {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: -webkit-box;
      display: flex;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              -webkit-box-pack: center;
              justify-content: center; }
      body .menu-centered > .menu li .submenu li {
        -webkit-justify-content: flex-start;
            -ms-flex-pack: start;
                -webkit-box-pack: start;
                justify-content: flex-start; }
  body .no-js [data-responsive-menu] ul {
    display: none; }
  body .menu-icon {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 16px;
    cursor: pointer; }
    body .menu-icon::after {
      position: absolute;
      top: 0;
      left: 0;
      display: block;
      width: 100%;
      height: 2px;
      background: #fefefe;
      -webkit-box-shadow: 0 7px 0 #fefefe, 0 14px 0 #fefefe;
      box-shadow: 0 7px 0 #fefefe, 0 14px 0 #fefefe;
      content: ''; }
    body .menu-icon:hover::after {
      background: #cacaca;
      -webkit-box-shadow: 0 7px 0 #cacaca, 0 14px 0 #cacaca;
      box-shadow: 0 7px 0 #cacaca, 0 14px 0 #cacaca; }
  body .menu-icon.dark {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 16px;
    cursor: pointer; }
    body .menu-icon.dark::after {
      position: absolute;
      top: 0;
      left: 0;
      display: block;
      width: 100%;
      height: 2px;
      background: #0a0a0a;
      -webkit-box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a;
      box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a;
      content: ''; }
    body .menu-icon.dark:hover::after {
      background: #8a8a8a;
      -webkit-box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a;
      box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a; }
  body .is-drilldown {
    position: relative;
    overflow: hidden; }
    body .is-drilldown li {
      display: block; }
    body .is-drilldown.animate-height {
      -webkit-transition: height 0.5s;
      -o-transition: height 0.5s;
      transition: height 0.5s; }
  body .drilldown a {
    padding: 0.7rem 1rem;
    background: #fefefe; }
  body .drilldown .is-drilldown-submenu {
    position: absolute;
    top: 0;
    left: 100%;
    z-index: -1;
    width: 100%;
    background: #fefefe;
    transition: -webkit-transform 0.15s linear;
    -webkit-transition: -webkit-transform 0.15s linear;
    -o-transition: transform 0.15s linear;
    transition: transform 0.15s linear;
    transition: transform 0.15s linear, -webkit-transform 0.15s linear; }
    body .drilldown .is-drilldown-submenu.is-active {
      z-index: 1;
      display: block;
      -webkit-transform: translateX(-100%);
          -ms-transform: translateX(-100%);
              transform: translateX(-100%); }
    body .drilldown .is-drilldown-submenu.is-closing {
      -webkit-transform: translateX(100%);
          -ms-transform: translateX(100%);
              transform: translateX(100%); }
    body .drilldown .is-drilldown-submenu a {
      padding: 0.7rem 1rem; }
  body .drilldown .nested.is-drilldown-submenu {
    margin-right: 0;
    margin-left: 0; }
  body .drilldown .drilldown-submenu-cover-previous {
    min-height: 100%; }
  body .drilldown .is-drilldown-submenu-parent > a {
    position: relative; }
    body .drilldown .is-drilldown-submenu-parent > a::after {
      position: absolute;
      top: 50%;
      margin-top: -6px;
      right: 1rem;
      display: block;
      width: 0;
      height: 0;
      border: inset 6px;
      content: '';
      border-right-width: 0;
      border-left-style: solid;
      border-color: transparent transparent transparent #011246; }
  body .drilldown.align-left .is-drilldown-submenu-parent > a::after {
    left: auto;
    right: 1rem;
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #fefefe; }
  body .drilldown.align-right .is-drilldown-submenu-parent > a::after {
    right: auto;
    left: 1rem;
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #fefefe transparent transparent; }
  body .drilldown .js-drilldown-back > a::before {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #011246 transparent transparent;
    border-left-width: 0;
    display: inline-block;
    vertical-align: middle;
    margin-right: 0.75rem;
    border-left-width: 0; }
  body .dropdown-pane {
    position: absolute;
    z-index: 10;
    width: 100%;
    padding: 1rem;
    visibility: hidden;
    display: none;
    border: 1px solid #0a0a0a;
    border-radius: 0;
    background-color: #fefefe;
    font-size: 1rem; }
    body .dropdown-pane.is-opening {
      display: block; }
    body .dropdown-pane.is-open {
      visibility: visible;
      display: block; }
  body .dropdown-pane.tiny {
    width: 100px; }
  body .dropdown-pane.small {
    width: 200px; }
  body .dropdown-pane.large {
    width: 400px; }
  body .dropdown.menu > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto; }
  body .dropdown.menu > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0; }
  body .dropdown.menu > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem; }
  body .dropdown.menu > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #fefefe transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px; }
  body .dropdown.menu a {
    padding: 0.7rem 1rem; }
    [data-whatinput='mouse'] body .dropdown.menu a {
      outline: 0; }
  body .dropdown.menu .is-active > a {
    background: transparent;
    color: #011246; }
  .no-js body .dropdown.menu ul {
    display: none; }
  body .dropdown.menu .nested.is-dropdown-submenu {
    margin-right: 0;
    margin-left: 0; }
  body .dropdown.menu.vertical > li .is-dropdown-submenu {
    top: 0; }
  body .dropdown.menu.vertical > li.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto;
    top: 0; }
  body .dropdown.menu.vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; }
  body .dropdown.menu.vertical > li > a::after {
    right: 14px; }
  body .dropdown.menu.vertical > li.opens-left > a::after {
    right: auto;
    left: 5px;
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #fefefe transparent transparent; }
  body .dropdown.menu.vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #fefefe; }
  @media print, screen and (min-width: 44.375em) {
    body .dropdown.menu.medium-horizontal > li.opens-left > .is-dropdown-submenu {
      top: 100%;
      right: 0;
      left: auto; }
    body .dropdown.menu.medium-horizontal > li.opens-right > .is-dropdown-submenu {
      top: 100%;
      right: auto;
      left: 0; }
    body .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a {
      position: relative;
      padding-right: 1.5rem; }
    body .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after {
      display: block;
      width: 0;
      height: 0;
      border: inset 6px;
      content: '';
      border-bottom-width: 0;
      border-top-style: solid;
      border-color: #fefefe transparent transparent;
      right: 5px;
      left: auto;
      margin-top: -3px; }
    body .dropdown.menu.medium-vertical > li .is-dropdown-submenu {
      top: 0; }
    body .dropdown.menu.medium-vertical > li.opens-left > .is-dropdown-submenu {
      right: 100%;
      left: auto;
      top: 0; }
    body .dropdown.menu.medium-vertical > li.opens-right > .is-dropdown-submenu {
      right: auto;
      left: 100%; }
    body .dropdown.menu.medium-vertical > li > a::after {
      right: 14px; }
    body .dropdown.menu.medium-vertical > li.opens-left > a::after {
      right: auto;
      left: 5px;
      display: block;
      width: 0;
      height: 0;
      border: inset 6px;
      content: '';
      border-left-width: 0;
      border-right-style: solid;
      border-color: transparent #fefefe transparent transparent; }
    body .dropdown.menu.medium-vertical > li.opens-right > a::after {
      display: block;
      width: 0;
      height: 0;
      border: inset 6px;
      content: '';
      border-right-width: 0;
      border-left-style: solid;
      border-color: transparent transparent transparent #fefefe; } }
  @media print, screen and (min-width: 67.5em) {
    body .dropdown.menu.large-horizontal > li.opens-left > .is-dropdown-submenu {
      top: 100%;
      right: 0;
      left: auto; }
    body .dropdown.menu.large-horizontal > li.opens-right > .is-dropdown-submenu {
      top: 100%;
      right: auto;
      left: 0; }
    body .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a {
      position: relative;
      padding-right: 1.5rem; }
    body .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a::after {
      display: block;
      width: 0;
      height: 0;
      border: inset 6px;
      content: '';
      border-bottom-width: 0;
      border-top-style: solid;
      border-color: #fefefe transparent transparent;
      right: 5px;
      left: auto;
      margin-top: -3px;
      display:none;
 }
    body .dropdown.menu.large-vertical > li .is-dropdown-submenu {
      top: 0; }
    body .dropdown.menu.large-vertical > li.opens-left > .is-dropdown-submenu {
      right: 100%;
      left: auto;
      top: 0; }
    body .dropdown.menu.large-vertical > li.opens-right > .is-dropdown-submenu {
      right: auto;
      left: 100%; }
    body .dropdown.menu.large-vertical > li > a::after {
      right: 14px; }
    body .dropdown.menu.large-vertical > li.opens-left > a::after {
      right: auto;
      left: 5px;
      display: block;
      width: 0;
      height: 0;
      border: inset 6px;
      content: '';
      border-left-width: 0;
      border-right-style: solid;
      border-color: transparent #fefefe transparent transparent; }
    body .dropdown.menu.large-vertical > li.opens-right > a::after {
      display: block;
      width: 0;
      height: 0;
      border: inset 6px;
      content: '';
      border-right-width: 0;
      border-left-style: solid;
      border-color: transparent transparent transparent #fefefe; } }
  @media screen and (min-width: 75em) {
    body .dropdown.menu.xlarge-horizontal > li.opens-left > .is-dropdown-submenu {
      top: 100%;
      right: 0;
      left: auto; }
    body .dropdown.menu.xlarge-horizontal > li.opens-right > .is-dropdown-submenu {
      top: 100%;
      right: auto;
      left: 0; }
    body .dropdown.menu.xlarge-horizontal > li.is-dropdown-submenu-parent > a {
      position: relative;
      padding-right: 1.5rem; }
    body .dropdown.menu.xlarge-horizontal > li.is-dropdown-submenu-parent > a::after {
      display: block;
      width: 0;
      height: 0;
      border: inset 6px;
      content: '';
      border-bottom-width: 0;
      border-top-style: solid;
      border-color: #fefefe transparent transparent;
      right: 5px;
      left: auto;
      margin-top: -3px; }
    body .dropdown.menu.xlarge-vertical > li .is-dropdown-submenu {
      top: 0; }
    body .dropdown.menu.xlarge-vertical > li.opens-left > .is-dropdown-submenu {
      right: 100%;
      left: auto;
      top: 0; }
    body .dropdown.menu.xlarge-vertical > li.opens-right > .is-dropdown-submenu {
      right: auto;
      left: 100%; }
    body .dropdown.menu.xlarge-vertical > li > a::after {
      right: 14px; }
    body .dropdown.menu.xlarge-vertical > li.opens-left > a::after {
      right: auto;
      left: 5px;
      display: block;
      width: 0;
      height: 0;
      border: inset 6px;
      content: '';
      border-left-width: 0;
      border-right-style: solid;
      border-color: transparent #fefefe transparent transparent; }
    body .dropdown.menu.xlarge-vertical > li.opens-right > a::after {
      display: block;
      width: 0;
      height: 0;
      border: inset 6px;
      content: '';
      border-right-width: 0;
      border-left-style: solid;
      border-color: transparent transparent transparent #fefefe; } }
  body .dropdown.menu.align-right .is-dropdown-submenu.first-sub {
    top: 100%;
    right: 0;
    left: auto; }
  body .is-dropdown-menu.vertical {
    width: 100px; }
    body .is-dropdown-menu.vertical.align-right {
      float: right; }
  body .is-dropdown-submenu-parent {
    position: relative; }
    body .is-dropdown-submenu-parent a::after {
      position: absolute;
      top: 50%;
      right: 5px;
      left: auto;
      margin-top: -6px; }
    body .is-dropdown-submenu-parent.opens-inner > .is-dropdown-submenu {
      top: 100%;
      left: auto; }
    body .is-dropdown-submenu-parent.opens-left > .is-dropdown-submenu {
      right: 100%;
      left: auto; }
    body .is-dropdown-submenu-parent.opens-right > .is-dropdown-submenu {
      right: auto;
      left: 100%; }
  body .is-dropdown-submenu {
    position: absolute;
    top: 0;
    left: 100%;
    z-index: 1;
    display: none;
    min-width: 200px;
    border: 0;
    background: #fefefe;
    margin-top:-2px;
 }
    .dropdown body .is-dropdown-submenu a {
      padding: 0.7rem 1rem; }
    body .is-dropdown-submenu .is-dropdown-submenu-parent > a::after {
      right: 14px; }
    body .is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a::after {
      right: auto;
      left: 5px;
      display: block;
      width: 0;
      height: 0;
      border: inset 6px;
      content: '';
      border-left-width: 0;
      border-right-style: solid;
      border-color: transparent #fefefe transparent transparent; }
    body .is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a::after {
      display: block;
      width: 0;
      height: 0;
      border: inset 6px;
      content: '';
      border-right-width: 0;
      border-left-style: solid;
      border-color: transparent transparent transparent #fefefe; }
    body .is-dropdown-submenu .is-dropdown-submenu {
      margin-top: 0; }
    body .is-dropdown-submenu > li {
      width: 100%; }
    body .is-dropdown-submenu.js-dropdown-active {
      display: block; }
  body .accordion {
    margin-left: 0;
    background: #fefefe;
    list-style-type: none; }
    body .accordion[disabled] .accordion-title {
      cursor: not-allowed; }
  body .accordion-item:first-child > :first-child {
    border-radius: 0 0 0 0; }
  body .accordion-item:last-child > :last-child {
    border-radius: 0 0 0 0; }
  body .accordion-title {
    position: relative;
    display: block;
    padding: 1.25rem 0;
    border: 1px solid #e6e6e6;
    border-bottom: 0;
    font-size: 0.75rem;
    line-height: 1;
    color: #011246; }
    :last-child:not(.is-active) > body .accordion-title {
      border-bottom: 1px solid #e6e6e6;
      border-radius: 0 0 0 0; }
    body .accordion-title:hover, body .accordion-title:focus {
      background-color: #e6e6e6; }
    body .accordion-title::before {
      position: absolute;
      top: 50%;
      right: 1rem;
      margin-top: -0.5rem;
      content: '+'; }
      
      body .accordion-title.is-active::before {
      position: absolute;
      top: 50%;
      right: 1rem;
      margin-top: -0.5rem;
      content: '-'; }

    .is-active > body .accordion-title::before {
      content: '\2013'; }
  body .accordion-content {
    display: none;
    padding: 1rem;
    border: 1px solid #e6e6e6;
    border-bottom: 0;
    background-color: #fefefe;
    color: #0a0a0a; }
    :last-child > body .accordion-content:last-child {
      border-bottom: 1px solid #e6e6e6; }
  body .accordion-menu li {
    width: 100%; }
  body .accordion-menu a {
    padding: 0.7rem 1rem; }
  body .accordion-menu .is-accordion-submenu a {
    padding: 0.7rem 1rem; }
  body .accordion-menu .nested.is-accordion-submenu {
    margin-right: 0;
    margin-left: 1rem; }
  body .accordion-menu.align-right .nested.is-accordion-submenu {
    margin-right: 1rem;
    margin-left: 0; }
  body .accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a {
    position: relative; }
    body .accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a::after {
      display: block;
      width: 0;
      height: 0;
      border: inset 6px;
      content: '';
      border-bottom-width: 0;
      border-top-style: solid;
      border-color: #fefefe transparent transparent;
      position: absolute;
      top: 50%;
      margin-top: -3px;
      right: 1rem; }
  body .accordion-menu.align-left .is-accordion-submenu-parent > a::after {
    left: auto;
    right: 1rem; }
  body .accordion-menu.align-right .is-accordion-submenu-parent > a::after {
    right: auto;
    left: 1rem; }
  body .accordion-menu .is-accordion-submenu-parent[aria-expanded='true'] > a::after {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
    -webkit-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
            transform-origin: 50% 50%; }
  body .is-accordion-submenu-parent {
    position: relative; }
  body .has-submenu-toggle > a {
    margin-right: 40px; }
  body .submenu-toggle {
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    width: 40px;
    height: 40px; }
    body .submenu-toggle::after {
      display: block;
      width: 0;
      height: 0;
      border: inset 6px;
      content: '';
      border-bottom-width: 0;
      border-top-style: solid;
      border-color: #fefefe transparent transparent;
      top: 0;
      bottom: 0;
      margin: auto; }
  body .submenu-toggle[aria-expanded='true']::after {
    -webkit-transform: scaleY(-1);
        -ms-transform: scaleY(-1);
            transform: scaleY(-1);
    -webkit-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
            transform-origin: 50% 50%; }
  body .submenu-toggle-text {
    position: absolute !important;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    -webkit-clip-path: inset(50%);
            clip-path: inset(50%);
    border: 0; }
  body .badge {
    display: inline-block;
    min-width: 2.1em;
    padding: 0.3em;
    border-radius: 50%;
    font-size: 0.6rem;
    text-align: center;
    background: #011246;
    color: #fefefe; }
    body .badge.primary {
      background: #011246;
      color: #fefefe; }
    body .badge.secondary {
      background: #63E0F6;
      color: #0a0a0a; }
    body .badge.success {
      background: #3adb76;
      color: #0a0a0a; }
    body .badge.warning {
      background: #ffae00;
      color: #0a0a0a; }
    body .badge.alert {
      background: #cc4b37;
      color: #fefefe; }
  body .breadcrumbs {
    margin: 0 0 1rem 0;
    list-style: none; }
    body .breadcrumbs::before, body .breadcrumbs::after {
      display: table;
      content: ' ';
      -webkit-flex-basis: 0;
          -ms-flex-preferred-size: 0;
              flex-basis: 0;
      -webkit-order: 1;
          -ms-flex-order: 1;
              -webkit-box-ordinal-group: 2;
              order: 1; }
    body .breadcrumbs::after {
      clear: both; }
    body .breadcrumbs li {
      float: left;
      font-size: 0.875rem;
      color: #fefefe;
      cursor: default; }
      body .breadcrumbs li:not(:last-child)::after {
        position: relative;
        margin: 0 0.55rem;
        opacity: 1;
        content: "›";
        color: #cacaca; }
    body .breadcrumbs a {
      color: #fefefe; }
      body .breadcrumbs a:hover {
        text-decoration: underline; }
    body .breadcrumbs .disabled {
      color: #cacaca;
      cursor: not-allowed; }
  body .button-group {
    margin-bottom: 1rem;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            -webkit-box-align: stretch;
            align-items: stretch; }
    body .button-group::before, body .button-group::after {
      display: table;
      content: ' ';
      -webkit-flex-basis: 0;
          -ms-flex-preferred-size: 0;
              flex-basis: 0;
      -webkit-order: 1;
          -ms-flex-order: 1;
              -webkit-box-ordinal-group: 2;
              order: 1; }
    body .button-group::after {
      clear: both; }
    body .button-group .button {
      margin: 0;
      margin-right: 1px;
      margin-bottom: 1px;
      font-size: 0.9rem;
      -webkit-flex: 0 0 auto;
          -ms-flex: 0 0 auto;
              -webkit-box-flex: 0;
              flex: 0 0 auto; }
      body .button-group .button:last-child {
        margin-right: 0; }
    body .button-group.tiny .button {
      font-size: 0.6rem; }
    body .button-group.small .button {
      font-size: 0.75rem; }
    body .button-group.large .button {
      font-size: 1.25rem; }
    body .button-group.expanded .button {
      -webkit-flex: 1 1 0px;
          -ms-flex: 1 1 0px;
              -webkit-box-flex: 1;
              flex: 1 1 0px; }
    body .button-group.primary .button {
      background-color: #011246;
      color: #fefefe; }
      body .button-group.primary .button:hover, body .button-group.primary .button:focus {
        background-color: #010e38;
        color: #fefefe; }
    body .button-group.secondary .button {
      background-color: #63E0F6;
      color: #0a0a0a; }
      body .button-group.secondary .button:hover, body .button-group.secondary .button:focus {
        background-color: #22d3f2;
        color: #0a0a0a; }
    body .button-group.success .button {
      background-color: #3adb76;
      color: #0a0a0a; }
      body .button-group.success .button:hover, body .button-group.success .button:focus {
        background-color: #22bb5b;
        color: #0a0a0a; }
    body .button-group.warning .button {
      background-color: #ffae00;
      color: #0a0a0a; }
      body .button-group.warning .button:hover, body .button-group.warning .button:focus {
        background-color: #cc8b00;
        color: #0a0a0a; }
    body .button-group.alert .button {
      background-color: #cc4b37;
      color: #fefefe; }
      body .button-group.alert .button:hover, body .button-group.alert .button:focus {
        background-color: #a53b2a;
        color: #fefefe; }
    body .button-group.stacked, body .button-group.stacked-for-small, body .button-group.stacked-for-medium {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
      body .button-group.stacked .button, body .button-group.stacked-for-small .button, body .button-group.stacked-for-medium .button {
        -webkit-flex: 0 0 100%;
            -ms-flex: 0 0 100%;
                -webkit-box-flex: 0;
                flex: 0 0 100%; }
        body .button-group.stacked .button:last-child, body .button-group.stacked-for-small .button:last-child, body .button-group.stacked-for-medium .button:last-child {
          margin-bottom: 0; }
    @media print, screen and (min-width: 44.375em) {
      body .button-group.stacked-for-small .button {
        -webkit-flex: 1 1 0px;
            -ms-flex: 1 1 0px;
                -webkit-box-flex: 1;
                flex: 1 1 0px;
        margin-bottom: 0; } }
    @media print, screen and (min-width: 67.5em) {
      body .button-group.stacked-for-medium .button {
        -webkit-flex: 1 1 0px;
            -ms-flex: 1 1 0px;
                -webkit-box-flex: 1;
                flex: 1 1 0px;
        margin-bottom: 0; } 
        }
    @media screen and (max-width: 44.3125em) {
      body .button-group.stacked-for-small.expanded {
        display: block; }
        body .button-group.stacked-for-small.expanded .button {
          display: block;
          margin-right: 0; }
        body .grid-container {
		    width: inherit !important;
		}  
		.iibr-main ul {
			margin-left:0;
		}
		body .content-news .news-type {
			margin-bottom:1em !important;
		}
		body .content-news, body .content-publications {
			padding: 2em 0 !important;
		}
	 }
  body .callout {
    position: relative;
    margin: 0 0 1rem 0;
    padding: 1rem;
    border: 1px solid rgba(10, 10, 10, 0.25);
    border-radius: 0;
    background-color: white;
    color: #0a0a0a; }
    body .callout > :first-child {
      margin-top: 0; }
    body .callout > :last-child {
      margin-bottom: 0; }
    body .callout.primary {
      background-color: #becefe;
      color: #0a0a0a; }
    body .callout.secondary {
      background-color: #e8fafe;
      color: #0a0a0a; }
    body .callout.success {
      background-color: #e1faea;
      color: #0a0a0a; }
    body .callout.warning {
      background-color: #fff3d9;
      color: #0a0a0a; }
    body .callout.alert {
      background-color: #f7e4e1;
      color: #0a0a0a; }
    body .callout.small {
      padding-top: 0.5rem;
      padding-right: 0.5rem;
      padding-bottom: 0.5rem;
      padding-left: 0.5rem; }
    body .callout.large {
      padding-top: 3rem;
      padding-right: 3rem;
      padding-bottom: 3rem;
      padding-left: 3rem; }
  body .card {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            -webkit-box-flex: 1;
            flex-grow: 1;
    margin-bottom: 1rem;
    border: 1px solid #e6e6e6;
    border-radius: 0;
    background: #fefefe;
    -webkit-box-shadow: none;
    box-shadow: none;
    overflow: hidden;
    color: #0a0a0a; }
    body .card > :last-child {
      margin-bottom: 0; }
  body .card-divider {
    -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
            -webkit-box-flex: 0;
            flex: 0 1 auto;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    padding: 1rem;
    background: #e6e6e6; }
    body .card-divider > :last-child {
      margin-bottom: 0; }
  body .card-section {
    -webkit-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
            -webkit-box-flex: 1;
            flex: 1 0 auto;
    padding: 1rem; }
    body .card-section > :last-child {
      margin-bottom: 0; }
  body .card-image {
    min-height: 1px; }
  body .close-button {
    position: absolute;
    color: #8a8a8a;
    cursor: pointer; }
    [data-whatinput='mouse'] body .close-button {
      outline: 0; }
    body .close-button:hover, body .close-button:focus {
      color: #0a0a0a; }
    body .close-button.small {
      right: 0.66rem;
      top: 0.33em;
      font-size: 1.5em;
      line-height: 1; }
    body .close-button, body .close-button.medium {
      right: 1rem;
      top: 0.5rem;
      font-size: 2em;
      line-height: 1; }
  body .responsive-embed,
  body .flex-video {
    position: relative;
    height: 0;
    margin-bottom: 1rem;
    padding-bottom: 75%;
    overflow: hidden; }
    body .responsive-embed iframe,
    body .responsive-embed object,
    body .responsive-embed embed,
    body .responsive-embed video,
    body .flex-video iframe,
    body .flex-video object,
    body .flex-video embed,
    body .flex-video video {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
    body .responsive-embed.widescreen,
    body .flex-video.widescreen {
      padding-bottom: 56.25%; }
  body .label {
    display: inline-block;
    padding: 0.33333rem 0.5rem;
    border-radius: 0;
    font-size: 0.8rem;
    line-height: 1;
    white-space: nowrap;
    cursor: default;
    background: #011246;
    color: #fefefe; }
    body .label.primary {
      background: #011246;
      color: #fefefe; }
    body .label.secondary {
      background: #63E0F6;
      color: #0a0a0a; }
    body .label.success {
      background: #3adb76;
      color: #0a0a0a; }
    body .label.warning {
      background: #ffae00;
      color: #0a0a0a; }
    body .label.alert {
      background: #cc4b37;
      color: #fefefe; }
  body .media-object {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    margin-bottom: 1rem;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap; }
    body .media-object img {
      max-width: none; }
    @media screen and (max-width: 44.3125em) {
      body .media-object.stack-for-small {
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap; } 
  
                
                }
    @media screen and (max-width: 44.3125em) {
      body .media-object.stack-for-small .media-object-section {
        padding: 0;
        padding-bottom: 1rem;
        -webkit-flex-basis: 100%;
            -ms-flex-preferred-size: 100%;
                flex-basis: 100%;
        max-width: 100%; }
        body .media-object.stack-for-small .media-object-section img {
          width: 100%; } 
 
          }
  body .media-object-section {
    -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
            -webkit-box-flex: 0;
            flex: 0 1 auto; }
    body .media-object-section:first-child {
      padding-right: 1rem; }
    body .media-object-section:last-child:not(:nth-child(2)) {
      padding-left: 1rem; }
    body .media-object-section > :last-child {
      margin-bottom: 0; }
    body .media-object-section.main-section {
      -webkit-flex: 1 1 0px;
          -ms-flex: 1 1 0px;
              -webkit-box-flex: 1;
              flex: 1 1 0px; }
  body .is-off-canvas-open {
    overflow: hidden; }
  body .js-off-canvas-overlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 11;
    width: 100%;
    height: 100%;
    -webkit-transition: opacity 0.5s ease, visibility 0.5s ease;
    -o-transition: opacity 0.5s ease, visibility 0.5s ease;
    transition: opacity 0.5s ease, visibility 0.5s ease;
    background: rgba(254, 254, 254, 0.25);
    opacity: 0;
    visibility: hidden;
    overflow: hidden; }
    body .js-off-canvas-overlay.is-visible {
      opacity: 1;
      visibility: visible; }
    body .js-off-canvas-overlay.is-closable {
      cursor: pointer; }
    body .js-off-canvas-overlay.is-overlay-absolute {
      position: absolute; }
    body .js-off-canvas-overlay.is-overlay-fixed {
      position: fixed; }
  body .off-canvas-wrapper {
    position: relative;
    overflow: hidden; }
  body .off-canvas {
    position: fixed;
    z-index: 12;
    transition: -webkit-transform 0.5s ease;
    -webkit-transition: -webkit-transform 0.5s ease;
    -o-transition: transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    background: #e6e6e6; }
    [data-whatinput='mouse'] body .off-canvas {
      outline: 0; }
    body .off-canvas.is-transition-push {
      z-index: 12; }
    body .off-canvas.is-closed {
      visibility: hidden; }
    body .off-canvas.is-transition-overlap {
      z-index: 13; }
      body .off-canvas.is-transition-overlap.is-open {
        -webkit-box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
        box-shadow: 0 0 10px rgba(10, 10, 10, 0.7); }
    body .off-canvas.is-open {
      -webkit-transform: translate(0, 0);
          -ms-transform: translate(0, 0);
              transform: translate(0, 0); }
  body .off-canvas-absolute {
    position: absolute;
    z-index: 12;
    transition: -webkit-transform 0.5s ease;
    -webkit-transition: -webkit-transform 0.5s ease;
    -o-transition: transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    background: #e6e6e6; }
    [data-whatinput='mouse'] body .off-canvas-absolute {
      outline: 0; }
    body .off-canvas-absolute.is-transition-push {
      z-index: 12; }
    body .off-canvas-absolute.is-closed {
      visibility: hidden; }
    body .off-canvas-absolute.is-transition-overlap {
      z-index: 13; }
      body .off-canvas-absolute.is-transition-overlap.is-open {
        -webkit-box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
        box-shadow: 0 0 10px rgba(10, 10, 10, 0.7); }
    body .off-canvas-absolute.is-open {
      -webkit-transform: translate(0, 0);
          -ms-transform: translate(0, 0);
              transform: translate(0, 0); }
  body .position-left {
    top: 0;
    left: 0;
    height: 100%;
    overflow-y: auto;
    width: 250px;
    -webkit-transform: translateX(-250px);
        -ms-transform: translateX(-250px);
            transform: translateX(-250px); }
    .off-canvas-content .off-canvas.position-left {
      -webkit-transform: translateX(-250px);
          -ms-transform: translateX(-250px);
              transform: translateX(-250px); }
      .off-canvas-content .off-canvas.position-left.is-transition-overlap.is-open {
        -webkit-transform: translate(0, 0);
            -ms-transform: translate(0, 0);
                transform: translate(0, 0); }
    .off-canvas-content.is-open-left.has-transition-push {
      -webkit-transform: translateX(250px);
          -ms-transform: translateX(250px);
              transform: translateX(250px); }
    body .position-left.is-transition-push {
      -webkit-box-shadow: inset -13px 0 20px -13px rgba(10, 10, 10, 0.25);
      box-shadow: inset -13px 0 20px -13px rgba(10, 10, 10, 0.25); }
  body .position-right {
    top: 0;
    right: 0;
    height: 100%;
    overflow-y: auto;
    width: 250px;
    -webkit-transform: translateX(250px);
        -ms-transform: translateX(250px);
            transform: translateX(250px); }
    .off-canvas-content .off-canvas.position-right {
      -webkit-transform: translateX(250px);
          -ms-transform: translateX(250px);
              transform: translateX(250px); }
      .off-canvas-content .off-canvas.position-right.is-transition-overlap.is-open {
        -webkit-transform: translate(0, 0);
            -ms-transform: translate(0, 0);
                transform: translate(0, 0); }
    .off-canvas-content.is-open-right.has-transition-push {
      -webkit-transform: translateX(-250px);
          -ms-transform: translateX(-250px);
              transform: translateX(-250px); }
    body .position-right.is-transition-push {
      -webkit-box-shadow: inset 13px 0 20px -13px rgba(10, 10, 10, 0.25);
      box-shadow: inset 13px 0 20px -13px rgba(10, 10, 10, 0.25); }
  body .position-top {
    top: 0;
    left: 0;
    width: 100%;
    overflow-x: auto;
    height: 250px;
    -webkit-transform: translateY(-250px);
        -ms-transform: translateY(-250px);
            transform: translateY(-250px); }
    .off-canvas-content .off-canvas.position-top {
      -webkit-transform: translateY(-250px);
          -ms-transform: translateY(-250px);
              transform: translateY(-250px); }
      .off-canvas-content .off-canvas.position-top.is-transition-overlap.is-open {
        -webkit-transform: translate(0, 0);
            -ms-transform: translate(0, 0);
                transform: translate(0, 0); }
    .off-canvas-content.is-open-top.has-transition-push {
      -webkit-transform: translateY(250px);
          -ms-transform: translateY(250px);
              transform: translateY(250px); }
    body .position-top.is-transition-push {
      -webkit-box-shadow: inset 0 -13px 20px -13px rgba(10, 10, 10, 0.25);
      box-shadow: inset 0 -13px 20px -13px rgba(10, 10, 10, 0.25); }
  body .position-bottom {
    bottom: 0;
    left: 0;
    width: 100%;
    overflow-x: auto;
    height: 250px;
    -webkit-transform: translateY(250px);
        -ms-transform: translateY(250px);
            transform: translateY(250px); }
    .off-canvas-content .off-canvas.position-bottom {
      -webkit-transform: translateY(250px);
          -ms-transform: translateY(250px);
              transform: translateY(250px); }
      .off-canvas-content .off-canvas.position-bottom.is-transition-overlap.is-open {
        -webkit-transform: translate(0, 0);
            -ms-transform: translate(0, 0);
                transform: translate(0, 0); }
    .off-canvas-content.is-open-bottom.has-transition-push {
      -webkit-transform: translateY(-250px);
          -ms-transform: translateY(-250px);
              transform: translateY(-250px); }
    body .position-bottom.is-transition-push {
      -webkit-box-shadow: inset 0 13px 20px -13px rgba(10, 10, 10, 0.25);
      box-shadow: inset 0 13px 20px -13px rgba(10, 10, 10, 0.25); }
  body .off-canvas-content {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    transition: -webkit-transform 0.5s ease;
    -webkit-transition: -webkit-transform 0.5s ease;
    -o-transition: transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden; }
    body .off-canvas-content.has-transition-push {
      -webkit-transform: translate(0, 0);
          -ms-transform: translate(0, 0);
              transform: translate(0, 0); }
    body .off-canvas-content .off-canvas.is-open {
      -webkit-transform: translate(0, 0);
          -ms-transform: translate(0, 0);
              transform: translate(0, 0); }
  @media print, screen and (min-width: 44.375em) {
    body .position-left.reveal-for-medium {
      -webkit-transform: none;
          -ms-transform: none;
              transform: none;
      z-index: 12;
      -webkit-transition: none;
      -o-transition: none;
      transition: none;
      visibility: visible; }
      body .position-left.reveal-for-medium .close-button {
        display: none; }
      .off-canvas-content body .position-left.reveal-for-medium {
        -webkit-transform: none;
            -ms-transform: none;
                transform: none; }
      .off-canvas-content.has-reveal-left {
        margin-left: 250px; }
      body .position-left.reveal-for-medium ~ .off-canvas-content {
        margin-left: 250px; }
    body .position-right.reveal-for-medium {
      -webkit-transform: none;
          -ms-transform: none;
              transform: none;
      z-index: 12;
      -webkit-transition: none;
      -o-transition: none;
      transition: none;
      visibility: visible; }
      body .position-right.reveal-for-medium .close-button {
        display: none; }
      .off-canvas-content body .position-right.reveal-for-medium {
        -webkit-transform: none;
            -ms-transform: none;
                transform: none; }
      .off-canvas-content.has-reveal-right {
        margin-right: 250px; }
      body .position-right.reveal-for-medium ~ .off-canvas-content {
        margin-right: 250px; }
    body .position-top.reveal-for-medium {
      -webkit-transform: none;
          -ms-transform: none;
              transform: none;
      z-index: 12;
      -webkit-transition: none;
      -o-transition: none;
      transition: none;
      visibility: visible; }
      body .position-top.reveal-for-medium .close-button {
        display: none; }
      .off-canvas-content body .position-top.reveal-for-medium {
        -webkit-transform: none;
            -ms-transform: none;
                transform: none; }
      .off-canvas-content.has-reveal-top {
        margin-top: 250px; }
      body .position-top.reveal-for-medium ~ .off-canvas-content {
        margin-top: 250px; }
    body .position-bottom.reveal-for-medium {
      -webkit-transform: none;
          -ms-transform: none;
              transform: none;
      z-index: 12;
      -webkit-transition: none;
      -o-transition: none;
      transition: none;
      visibility: visible; }
      body .position-bottom.reveal-for-medium .close-button {
        display: none; }
      .off-canvas-content body .position-bottom.reveal-for-medium {
        -webkit-transform: none;
            -ms-transform: none;
                transform: none; }
      .off-canvas-content.has-reveal-bottom {
        margin-bottom: 250px; }
      body .position-bottom.reveal-for-medium ~ .off-canvas-content {
        margin-bottom: 250px; } }
  @media print, screen and (min-width: 67.5em) {
    body .position-left.reveal-for-large {
      -webkit-transform: none;
          -ms-transform: none;
              transform: none;
      z-index: 12;
      -webkit-transition: none;
      -o-transition: none;
      transition: none;
      visibility: visible; }
      body .position-left.reveal-for-large .close-button {
        display: none; }
      .off-canvas-content body .position-left.reveal-for-large {
        -webkit-transform: none;
            -ms-transform: none;
                transform: none; }
      .off-canvas-content.has-reveal-left {
        margin-left: 250px; }
      body .position-left.reveal-for-large ~ .off-canvas-content {
        margin-left: 250px; }
    body .position-right.reveal-for-large {
      -webkit-transform: none;
          -ms-transform: none;
              transform: none;
      z-index: 12;
      -webkit-transition: none;
      -o-transition: none;
      transition: none;
      visibility: visible; }
      body .position-right.reveal-for-large .close-button {
        display: none; }
      .off-canvas-content body .position-right.reveal-for-large {
        -webkit-transform: none;
            -ms-transform: none;
                transform: none; }
      .off-canvas-content.has-reveal-right {
        margin-right: 250px; }
      body .position-right.reveal-for-large ~ .off-canvas-content {
        margin-right: 250px; }
    body .position-top.reveal-for-large {
      -webkit-transform: none;
          -ms-transform: none;
              transform: none;
      z-index: 12;
      -webkit-transition: none;
      -o-transition: none;
      transition: none;
      visibility: visible; }
      body .position-top.reveal-for-large .close-button {
        display: none; }
      .off-canvas-content body .position-top.reveal-for-large {
        -webkit-transform: none;
            -ms-transform: none;
                transform: none; }
      .off-canvas-content.has-reveal-top {
        margin-top: 250px; }
      body .position-top.reveal-for-large ~ .off-canvas-content {
        margin-top: 250px; }
    body .position-bottom.reveal-for-large {
      -webkit-transform: none;
          -ms-transform: none;
              transform: none;
      z-index: 12;
      -webkit-transition: none;
      -o-transition: none;
      transition: none;
      visibility: visible; }
      body .position-bottom.reveal-for-large .close-button {
        display: none; }
      .off-canvas-content body .position-bottom.reveal-for-large {
        -webkit-transform: none;
            -ms-transform: none;
                transform: none; }
      .off-canvas-content.has-reveal-bottom {
        margin-bottom: 250px; }
      body .position-bottom.reveal-for-large ~ .off-canvas-content {
        margin-bottom: 250px; } }
  @media screen and (min-width: 75em) {
    body .position-left.reveal-for-xlarge {
      -webkit-transform: none;
          -ms-transform: none;
              transform: none;
      z-index: 12;
      -webkit-transition: none;
      -o-transition: none;
      transition: none;
      visibility: visible; }
      body .position-left.reveal-for-xlarge .close-button {
        display: none; }
      .off-canvas-content body .position-left.reveal-for-xlarge {
        -webkit-transform: none;
            -ms-transform: none;
                transform: none; }
      .off-canvas-content.has-reveal-left {
        margin-left: 250px; }
      body .position-left.reveal-for-xlarge ~ .off-canvas-content {
        margin-left: 250px; }
    body .position-right.reveal-for-xlarge {
      -webkit-transform: none;
          -ms-transform: none;
              transform: none;
      z-index: 12;
      -webkit-transition: none;
      -o-transition: none;
      transition: none;
      visibility: visible; }
      body .position-right.reveal-for-xlarge .close-button {
        display: none; }
      .off-canvas-content body .position-right.reveal-for-xlarge {
        -webkit-transform: none;
            -ms-transform: none;
                transform: none; }
      .off-canvas-content.has-reveal-right {
        margin-right: 250px; }
      body .position-right.reveal-for-xlarge ~ .off-canvas-content {
        margin-right: 250px; }
    body .position-top.reveal-for-xlarge {
      -webkit-transform: none;
          -ms-transform: none;
              transform: none;
      z-index: 12;
      -webkit-transition: none;
      -o-transition: none;
      transition: none;
      visibility: visible; }
      body .position-top.reveal-for-xlarge .close-button {
        display: none; }
      .off-canvas-content body .position-top.reveal-for-xlarge {
        -webkit-transform: none;
            -ms-transform: none;
                transform: none; }
      .off-canvas-content.has-reveal-top {
        margin-top: 250px; }
      body .position-top.reveal-for-xlarge ~ .off-canvas-content {
        margin-top: 250px; }
    body .position-bottom.reveal-for-xlarge {
      -webkit-transform: none;
          -ms-transform: none;
              transform: none;
      z-index: 12;
      -webkit-transition: none;
      -o-transition: none;
      transition: none;
      visibility: visible; }
      body .position-bottom.reveal-for-xlarge .close-button {
        display: none; }
      .off-canvas-content body .position-bottom.reveal-for-xlarge {
        -webkit-transform: none;
            -ms-transform: none;
                transform: none; }
      .off-canvas-content.has-reveal-bottom {
        margin-bottom: 250px; }
      body .position-bottom.reveal-for-xlarge ~ .off-canvas-content {
        margin-bottom: 250px; } }
  @media print, screen and (min-width: 44.375em) {
    body .off-canvas.in-canvas-for-medium {
      visibility: visible;
      height: auto;
      position: static;
      background: inherit;
      width: inherit;
      overflow: inherit;
      -webkit-transition: inherit;
      -o-transition: inherit;
      transition: inherit; }
      body .off-canvas.in-canvas-for-medium.position-left, body .off-canvas.in-canvas-for-medium.position-right, body .off-canvas.in-canvas-for-medium.position-top, body .off-canvas.in-canvas-for-medium.position-bottom {
        -webkit-box-shadow: none;
        box-shadow: none;
        -webkit-transform: none;
            -ms-transform: none;
                transform: none; }
      body .off-canvas.in-canvas-for-medium .close-button {
        display: none; } }
  @media print, screen and (min-width: 67.5em) {
    body .off-canvas.in-canvas-for-large {
      visibility: visible;
      height: auto;
      position: static;
      background: inherit;
      width: inherit;
      overflow: inherit;
      -webkit-transition: inherit;
      -o-transition: inherit;
      transition: inherit; }
      body .off-canvas.in-canvas-for-large.position-left, body .off-canvas.in-canvas-for-large.position-right, body .off-canvas.in-canvas-for-large.position-top, body .off-canvas.in-canvas-for-large.position-bottom {
        -webkit-box-shadow: none;
        box-shadow: none;
        -webkit-transform: none;
            -ms-transform: none;
                transform: none; }
      body .off-canvas.in-canvas-for-large .close-button {
        display: none; } }
  @media screen and (min-width: 75em) {
    body .off-canvas.in-canvas-for-xlarge {
      visibility: visible;
      height: auto;
      position: static;
      background: inherit;
      width: inherit;
      overflow: inherit;
      -webkit-transition: inherit;
      -o-transition: inherit;
      transition: inherit; }
      body .off-canvas.in-canvas-for-xlarge.position-left, body .off-canvas.in-canvas-for-xlarge.position-right, body .off-canvas.in-canvas-for-xlarge.position-top, body .off-canvas.in-canvas-for-xlarge.position-bottom {
        -webkit-box-shadow: none;
        box-shadow: none;
        -webkit-transform: none;
            -ms-transform: none;
                transform: none; }
      body .off-canvas.in-canvas-for-xlarge .close-button {
        display: none; } }
  body .orbit {
    position: relative; }
  body .orbit-container {
    position: relative;
    height: 0;
    margin: 0;
    list-style: none;
    overflow: hidden; }
  body .orbit-slide {
    width: 100%; }
    body .orbit-slide.no-motionui.is-active {
      top: 0;
      left: 0; }
  body .orbit-figure {
    margin: 0; }
  body .orbit-image {
    width: 100%;
    max-width: 100%;
    margin: 0; }
  body .orbit-caption {
    position: absolute;
    bottom: 0;
    width: 100%;
    margin-bottom: 0;
    padding: 1rem;
    background-color: rgba(10, 10, 10, 0.5);
    color: #fefefe; }
  body .orbit-previous, body .orbit-next {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 10;
    padding: 1rem;
    color: #fefefe; }
    [data-whatinput='mouse'] body .orbit-previous, [data-whatinput='mouse'] body .orbit-next {
      outline: 0; }
    body .orbit-previous:hover, body .orbit-next:hover, body .orbit-previous:active, body .orbit-next:active, body .orbit-previous:focus, body .orbit-next:focus {
      background-color: rgba(10, 10, 10, 0.5); }
  body .orbit-previous {
    left: 0; }
  body .orbit-next {
    left: auto;
    right: 0; }
  body .orbit-bullets {
    position: relative;
    margin-top: 0.8rem;
    margin-bottom: 0.8rem;
    text-align: center; }
    [data-whatinput='mouse'] body .orbit-bullets {
      outline: 0; }
    body .orbit-bullets button {
      width: 1.2rem;
      height: 1.2rem;
      margin: 0.1rem;
      border-radius: 50%;
      background-color: #cacaca; }
      body .orbit-bullets button:hover {
        background-color: #8a8a8a; }
      body .orbit-bullets button.is-active {
        background-color: #8a8a8a; }
  body .pagination {
    margin-left: 0;
    margin-bottom: 1rem; }
    body .pagination::before, body .pagination::after {
      display: table;
      content: ' ';
      -webkit-flex-basis: 0;
          -ms-flex-preferred-size: 0;
              flex-basis: 0;
      -webkit-order: 1;
          -ms-flex-order: 1;
              -webkit-box-ordinal-group: 2;
              order: 1; }
    body .pagination::after {
      clear: both; }
    body .pagination li {
      margin-right: 0.0625rem;
      border-radius: 0;
      font-size: 0.875rem;
      display: none; }
      body .pagination li:last-child, body .pagination li:first-child {
        display: inline-block; }
      @media print, screen and (min-width: 44.375em) {
        body .pagination li {
          display: inline-block; } }
    body .pagination a,
    body .pagination button {
      display: block;
      padding: 0.1875rem 0.625rem;
      border-radius: 0;
      color: #0a0a0a; }
      body .pagination a:hover,
      body .pagination button:hover {
        background: none; }
    body .pagination .current {
      padding: 0.1875rem 0.625rem;
      background: none;
      color: #0a0a0a;
      cursor: default; }
    body .pagination .disabled {
      padding: 0.1875rem 0.625rem;
      color: #cacaca;
      cursor: not-allowed; }
      body .pagination .disabled:hover {
        background: transparent; }
    body .pagination .ellipsis::after {
      padding: 0.1875rem 0.625rem;
      content: '\2026';
      color: #0a0a0a; }
  body .pagination-previous a::before,
  body .pagination-previous.disabled::before {
    display: inline-block;
    margin-right: 0.5rem;
    content: '\00ab'; }
  body .pagination-next a::after,
  body .pagination-next.disabled::after {
    display: inline-block;
    margin-left: 0.5rem;
    content: '\00bb'; }
  body .progress {
    height: 1rem;
    margin-bottom: 1rem;
    border-radius: 0;
    background-color: #cacaca; }
    body .progress.primary .progress-meter {
      background-color: #011246; }
    body .progress.secondary .progress-meter {
      background-color: #63E0F6; }
    body .progress.success .progress-meter {
      background-color: #3adb76; }
    body .progress.warning .progress-meter {
      background-color: #ffae00; }
    body .progress.alert .progress-meter {
      background-color: #cc4b37; }
  body .progress-meter {
    position: relative;
    display: block;
    width: 0%;
    height: 100%;
    background-color: #011246; }
  body .progress-meter-text {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    position: absolute;
    margin: 0;
    font-size: 0.75rem;
    font-weight: bold;
    color: #fefefe;
    white-space: nowrap; }
  body .slider {
    position: relative;
    height: 0.5rem;
    margin-top: 1.25rem;
    margin-bottom: 2.25rem;
    background-color: #e6e6e6;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -ms-touch-action: none;
        touch-action: none; }
  body .slider-fill {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    max-width: 100%;
    height: 0.5rem;
    background-color: #cacaca;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    body .slider-fill.is-dragging {
      -webkit-transition: all 0s linear;
      -o-transition: all 0s linear;
      transition: all 0s linear; }
  body .slider-handle {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0;
    z-index: 1;
    display: inline-block;
    width: 1.4rem;
    height: 1.4rem;
    border-radius: 0;
    background-color: #011246;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -ms-touch-action: manipulation;
        touch-action: manipulation; }
    [data-whatinput='mouse'] body .slider-handle {
      outline: 0; }
    body .slider-handle:hover {
      background-color: #010f3c; }
    body .slider-handle.is-dragging {
      -webkit-transition: all 0s linear;
      -o-transition: all 0s linear;
      transition: all 0s linear; }
  body .slider.disabled,
  body .slider[disabled] {
    opacity: 0.25;
    cursor: not-allowed; }
  body .slider.vertical {
    display: inline-block;
    width: 0.5rem;
    height: 12.5rem;
    margin: 0 1.25rem;
    -webkit-transform: scale(1, -1);
        -ms-transform: scale(1, -1);
            transform: scale(1, -1); }
    body .slider.vertical .slider-fill {
      top: 0;
      width: 0.5rem;
      max-height: 100%; }
    body .slider.vertical .slider-handle {
      position: absolute;
      top: 0;
      left: 50%;
      width: 1.4rem;
      height: 1.4rem;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%); }
  body .sticky-container {
    position: relative; }
  body .sticky {
    position: relative;
    z-index: 0;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }
  body .sticky.is-stuck {
    position: fixed;
    z-index: 5;
    width: 100%; }
    body .sticky.is-stuck.is-at-top {
      top: 0; }
    body .sticky.is-stuck.is-at-bottom {
      bottom: 0; }
  body .sticky.is-anchored {
    position: relative;
    right: auto;
    left: auto; }
    body .sticky.is-anchored.is-at-bottom {
      bottom: 0; }
  body body.is-reveal-open {
    overflow: hidden; }
  body html.is-reveal-open,
  body html.is-reveal-open body {
    min-height: 100%;
    overflow: hidden;
    position: fixed;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; }
  body .reveal-overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1005;
    display: none;
    background-color: rgba(10, 10, 10, 0.45);
    overflow-y: scroll; }
  body .reveal {
    z-index: 1006;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    display: none;
    padding: 1rem;
    border: 1px solid #cacaca;
    border-radius: 0;
    background-color: #fefefe;
    position: relative;
    top: 100px;
    margin-right: auto;
    margin-left: auto;
    overflow-y: auto; }
    [data-whatinput='mouse'] body .reveal {
      outline: 0; }
    @media print, screen and (min-width: 44.375em) {
      body .reveal {
        min-height: 0; } }
    body .reveal .column, body .reveal .columns {
      min-width: 0; }
    body .reveal > :last-child {
      margin-bottom: 0; }
    @media print, screen and (min-width: 44.375em) {
      body .reveal {
        width: 600px;
        max-width: 100rem; } }
    body .reveal.collapse {
      padding: 0; }
    @media print, screen and (min-width: 44.375em) {
      body .reveal.tiny {
        width: 30%;
        max-width: 100rem; } }
    @media print, screen and (min-width: 44.375em) {
      body .reveal.small {
        width: 50%;
        max-width: 100rem; } }
    @media print, screen and (min-width: 44.375em) {
      body .reveal.large {
        width: 90%;
        max-width: 100rem; } }
    body .reveal.full {
      top: 0;
      left: 0;
      width: 100%;
      max-width: none;
      height: 100%;
      height: 100vh;
      min-height: 100vh;
      margin-left: 0;
      border: 0;
      border-radius: 0; }
    @media screen and (max-width: 44.3125em) {
      body .reveal {
        top: 0;
        left: 0;
        width: 100%;
        max-width: none;
        height: 100%;
        height: 100vh;
        min-height: 100vh;
        margin-left: 0;
        border: 0;
        border-radius: 0; } }
    body .reveal.without-overlay {
      position: fixed; }
  body .switch {
    height: 2rem;
    position: relative;
    margin-bottom: 1rem;
    outline: 0;
    font-size: 0.875rem;
    font-weight: bold;
    color: #fefefe;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; }
  body .switch-input {
    position: absolute;
    margin-bottom: 0;
    opacity: 0; }
  body .switch-paddle {
    position: relative;
    display: block;
    width: 4rem;
    height: 2rem;
    border-radius: 0;
    background: #cacaca;
    -webkit-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
    font-weight: inherit;
    color: inherit;
    cursor: pointer; }
    input + body .switch-paddle {
      margin: 0; }
    body .switch-paddle::after {
      position: absolute;
      top: 0.25rem;
      left: 0.25rem;
      display: block;
      width: 1.5rem;
      height: 1.5rem;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
      border-radius: 0;
      background: #fefefe;
      -webkit-transition: all 0.25s ease-out;
      -o-transition: all 0.25s ease-out;
      transition: all 0.25s ease-out;
      content: ''; }
    input:checked ~ body .switch-paddle {
      background: #011246; }
      input:checked ~ body .switch-paddle::after {
        left: 2.25rem; }
    [data-whatinput='mouse'] input:focus ~ body .switch-paddle {
      outline: 0; }
  body .switch-active, body .switch-inactive {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
  body .switch-active {
    left: 8%;
    display: none; }
    input:checked + label > body .switch-active {
      display: block; }
  body .switch-inactive {
    right: 15%; }
    input:checked + label > body .switch-inactive {
      display: none; }
  body .switch.tiny {
    height: 1.5rem; }
    body .switch.tiny .switch-paddle {
      width: 3rem;
      height: 1.5rem;
      font-size: 0.625rem; }
    body .switch.tiny .switch-paddle::after {
      top: 0.25rem;
      left: 0.25rem;
      width: 1rem;
      height: 1rem; }
    body .switch.tiny input:checked ~ .switch-paddle::after {
      left: 1.75rem; }
  body .switch.small {
    height: 1.75rem; }
    body .switch.small .switch-paddle {
      width: 3.5rem;
      height: 1.75rem;
      font-size: 0.75rem; }
    body .switch.small .switch-paddle::after {
      top: 0.25rem;
      left: 0.25rem;
      width: 1.25rem;
      height: 1.25rem; }
    body .switch.small input:checked ~ .switch-paddle::after {
      left: 2rem; }
  body .switch.large {
    height: 2.5rem; }
    body .switch.large .switch-paddle {
      width: 5rem;
      height: 2.5rem;
      font-size: 1rem; }
    body .switch.large .switch-paddle::after {
      top: 0.25rem;
      left: 0.25rem;
      width: 2rem;
      height: 2rem; }
    body .switch.large input:checked ~ .switch-paddle::after {
      left: 2.75rem; }
  body table {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 1rem;
    border-radius: 0; }
    body table thead,
    body table tbody,
    body table tfoot {
      border: 1px solid #f1f1f1;
      background-color: #fefefe; }
    body table caption {
      padding: 0.5rem 0.625rem 0.625rem;
      font-weight: bold; }
    body table thead {
      background: #f8f8f8;
      color: #0a0a0a; }
    body table tfoot {
      background: #f1f1f1;
      color: #0a0a0a; }
    body table thead tr,
    body table tfoot tr {
      background: transparent; }
    body table thead th,
    body table thead td,
    body table tfoot th,
    body table tfoot td {
      padding: 0.5rem 0.625rem 0.625rem;
      font-weight: bold;
      text-align: left; }
    body table tbody th,
    body table tbody td {
      padding: 0.5rem 0.625rem 0.625rem; }
    body table tbody tr:nth-child(even) {
      border-bottom: 0;
      background-color: #f1f1f1; }
    body table.unstriped tbody {
      background-color: #fefefe; }
      body table.unstriped tbody tr {
        border-bottom: 0;
        border-bottom: 1px solid #f1f1f1;
        background-color: #fefefe; }
  @media screen and (max-width: 67.4375em) {
    body table.stack thead {
      display: none; }
    body table.stack tfoot {
      display: none; }
    body table.stack tr,
    body table.stack th,
    body table.stack td {
      display: block; }
    body table.stack td {
      border-top: 0; } }
  body table.scroll {
    display: block;
    width: 100%;
    overflow-x: auto; }
  body table.hover thead tr:hover {
    background-color: #f3f3f3; }
  body table.hover tfoot tr:hover {
    background-color: #ececec; }
  body table.hover tbody tr:hover {
    background-color: #f9f9f9; }
  body table.hover:not(.unstriped) tr:nth-of-type(even):hover {
    background-color: #ececec; }
  body .table-scroll {
    overflow-x: auto; }
    body .table-scroll table {
      width: auto; }
  body .tabs {
    margin: 0;
    border: 1px solid #e6e6e6;
    background: #fefefe;
    list-style-type: none; }
    body .tabs::before, body .tabs::after {
      display: table;
      content: ' ';
      -webkit-flex-basis: 0;
          -ms-flex-preferred-size: 0;
              flex-basis: 0;
      -webkit-order: 1;
          -ms-flex-order: 1;
              -webkit-box-ordinal-group: 2;
              order: 1; }
    body .tabs::after {
      clear: both; }
  body .tabs.vertical > li {
    display: block;
    float: none;
    width: auto; }
  body .tabs.simple > li > a {
    padding: 0; }
    body .tabs.simple > li > a:hover {
      background: transparent; }
  body .tabs.primary {
    background: #011246; }
    body .tabs.primary > li > a {
      color: #fefefe; }
      body .tabs.primary > li > a:hover, body .tabs.primary > li > a:focus {
        background: #01185c; }
  body .tabs-title {
    float: left; }
    body .tabs-title > a {
      display: block;
      padding: 1.25rem 1.5rem;
      font-size: 0.75rem;
      line-height: 1;
      color: #011246; }
      body .tabs-title > a:hover {
        background: #fefefe;
        color: #010f3c; }
      body .tabs-title > a:focus, body .tabs-title > a[aria-selected='true'] {
        background: #e6e6e6;
        color: #011246; }
  body .tabs-content {
    border: 1px solid #e6e6e6;
    border-top: 0;
    background: #fefefe;
    color: #0a0a0a;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; }
  body .tabs-content.vertical {
    border: 1px solid #e6e6e6;
    border-left: 0; }
  body .tabs-panel {
    display: none;
    padding: 1rem; }
    body .tabs-panel.is-active {
      display: block; }
  body .thumbnail {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 1rem;
    border: solid 4px #fefefe;
    border-radius: 0;
    -webkit-box-shadow: 0 0 0 1px rgba(10, 10, 10, 0.2);
    box-shadow: 0 0 0 1px rgba(10, 10, 10, 0.2);
    line-height: 0; }
  body a.thumbnail {
    -webkit-transition: -webkit-box-shadow 200ms ease-out;
    transition: -webkit-box-shadow 200ms ease-out;
    -o-transition: box-shadow 200ms ease-out;
    transition: box-shadow 200ms ease-out;
    transition: box-shadow 200ms ease-out, -webkit-box-shadow 200ms ease-out; }
    body a.thumbnail:hover, body a.thumbnail:focus {
      -webkit-box-shadow: 0 0 6px 1px rgba(1, 18, 70, 0.5);
      box-shadow: 0 0 6px 1px rgba(1, 18, 70, 0.5); }
    body a.thumbnail image {
      -webkit-box-shadow: none;
      box-shadow: none; }
  body .title-bar {
    padding: 0.5rem;
    background: #0a0a0a;
    color: #fefefe;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            -webkit-box-pack: start;
            justify-content: flex-start;
    -webkit-align-items: center;
        -ms-flex-align: center;
            -webkit-box-align: center;
            align-items: center; }
    body .title-bar .menu-icon {
      margin-left: 0.25rem;
      margin-right: 0.25rem; }
  body .title-bar-left,
  body .title-bar-right {
    -webkit-flex: 1 1 0px;
        -ms-flex: 1 1 0px;
            -webkit-box-flex: 1;
            flex: 1 1 0px; }
  body .title-bar-right {
    text-align: right; }
  body .title-bar-title {
    display: inline-block;
    vertical-align: middle;
    font-weight: bold; }
  body .has-tip {
    position: relative;
    display: inline-block;
    border-bottom: dotted 1px #8a8a8a;
    font-weight: bold;
    cursor: help; }
  body .tooltip {
    position: absolute;
    top: calc(100% + 0.6495rem);
    z-index: 1200;
    max-width: 10rem;
    padding: 0.75rem;
    border-radius: 0;
    background-color: #0a0a0a;
    font-size: 80%;
    color: #fefefe; }
    body .tooltip::before {
      position: absolute; }
    body .tooltip.bottom::before {
      display: block;
      width: 0;
      height: 0;
      border: inset 0.75rem;
      content: '';
      border-top-width: 0;
      border-bottom-style: solid;
      border-color: transparent transparent #0a0a0a;
      bottom: 100%; }
    body .tooltip.bottom.align-center::before {
      left: 50%;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%); }
    body .tooltip.top::before {
      display: block;
      width: 0;
      height: 0;
      border: inset 0.75rem;
      content: '';
      border-bottom-width: 0;
      border-top-style: solid;
      border-color: #0a0a0a transparent transparent;
      top: 100%;
      bottom: auto; }
    body .tooltip.top.align-center::before {
      left: 50%;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%); }
    body .tooltip.left::before {
      display: block;
      width: 0;
      height: 0;
      border: inset 0.75rem;
      content: '';
      border-right-width: 0;
      border-left-style: solid;
      border-color: transparent transparent transparent #0a0a0a;
      left: 100%; }
    body .tooltip.left.align-center::before {
      bottom: auto;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%); }
    body .tooltip.right::before {
      display: block;
      width: 0;
      height: 0;
      border: inset 0.75rem;
      content: '';
      border-left-width: 0;
      border-right-style: solid;
      border-color: transparent #0a0a0a transparent transparent;
      right: 100%;
      left: auto; }
    body .tooltip.right.align-center::before {
      bottom: auto;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%); }
    body .tooltip.align-top::before {
      bottom: auto;
      top: 10%; }
    body .tooltip.align-bottom::before {
      bottom: 10%;
      top: auto; }
    body .tooltip.align-left::before {
      left: 10%;
      right: auto; }
    body .tooltip.align-right::before {
      left: auto;
      right: 10%; }
  body .hide {
    display: none !important; }
  body .invisible {
    visibility: hidden; }
  @media screen and (max-width: 44.3125em) {
    body .hide-for-small-only {
      display: none !important; } }
  @media screen and (max-width: 0em), screen and (min-width: 44.375em) {
    body .show-for-small-only {
      display: none !important; } }
  @media print, screen and (min-width: 44.375em) {
    body .hide-for-medium {
      display: none !important; } }
  @media screen and (max-width: 44.3125em) {
    body .show-for-medium {
      display: none !important; } }
  @media screen and (min-width: 44.375em) and (max-width: 67.4375em) {
    body .hide-for-medium-only {
      display: none !important; }
 }
  @media screen and (max-width: 44.3125em), screen and (min-width: 67.5em) {
    body .show-for-medium-only {
      display: none !important; } }
  @media print, screen and (min-width: 67.5em) {
    body .hide-for-large {
      display: none !important; } }
  @media screen and (max-width: 67.4375em) {
    body .show-for-large {
      display: none !important; } 
      }
  @media screen and (min-width: 67.5em) and (max-width: 74.9375em) {
    body .hide-for-large-only {
      display: none !important; } }
  @media screen and (max-width: 67.4375em), screen and (min-width: 75em) {
    body .show-for-large-only {
      display: none !important; } }
  @media screen and (min-width: 75em) {
    body .hide-for-xlarge {
      display: none !important; } }
  @media screen and (max-width: 74.9375em) {
    body .show-for-xlarge {
      display: none !important; } }
  @media screen and (min-width: 75em) and (max-width: 89.9375em) {
    body .hide-for-xlarge-only {
      display: none !important; } }
  @media screen and (max-width: 74.9375em), screen and (min-width: 90em) {
    body .show-for-xlarge-only {
      display: none !important; } }
  body .show-for-sr,
  body .show-on-focus {
    position: absolute !important;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    -webkit-clip-path: inset(50%);
            clip-path: inset(50%);
    border: 0; }
  body .show-on-focus:active, body .show-on-focus:focus {
    position: static !important;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal;
    -webkit-clip-path: none;
            clip-path: none; }
  body .show-for-landscape,
  body .hide-for-portrait {
    display: block !important; }
    @media screen and (orientation: landscape) {
      body .show-for-landscape,
      body .hide-for-portrait {
        display: block !important; } }
    @media screen and (orientation: portrait) {
      body .show-for-landscape,
      body .hide-for-portrait {
        display: none !important; } }
  body .hide-for-landscape,
  body .show-for-portrait {
    display: none !important; }
    @media screen and (orientation: landscape) {
      body .hide-for-landscape,
      body .show-for-portrait {
        display: none !important; } }
    @media screen and (orientation: portrait) {
      body .hide-for-landscape,
      body .show-for-portrait {
        display: block !important; } }
  body .align-right {
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            -webkit-box-pack: end;
            justify-content: flex-end; }
  body .align-center {
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            -webkit-box-pack: center;
            justify-content: center; }
  body .align-justify {
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            -webkit-box-pack: justify;
            justify-content: space-between; }
  body .align-spaced {
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around; }
  body .align-right.vertical.menu > li > a {
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            -webkit-box-pack: end;
            justify-content: flex-end; }
  body .align-center.vertical.menu > li > a {
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            -webkit-box-pack: center;
            justify-content: center; }
  body .align-top {
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            -webkit-box-align: start;
            align-items: flex-start; }
  body .align-self-top {
    -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
            align-self: flex-start; }
  body .align-bottom {
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            -webkit-box-align: end;
            align-items: flex-end; }
  body .align-self-bottom {
    -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
            align-self: flex-end; }
  body .align-middle {
    -webkit-align-items: center;
        -ms-flex-align: center;
            -webkit-box-align: center;
            align-items: center; }
  body .align-self-middle {
    -webkit-align-self: center;
        -ms-flex-item-align: center;
                -ms-grid-row-align: center;
            align-self: center; }
  body .align-stretch {
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            -webkit-box-align: stretch;
            align-items: stretch; }
  body .align-self-stretch {
    -webkit-align-self: stretch;
        -ms-flex-item-align: stretch;
                -ms-grid-row-align: stretch;
            align-self: stretch; }
  body .align-center-middle {
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            -webkit-box-pack: center;
            justify-content: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            -webkit-box-align: center;
            align-items: center;
    -webkit-align-content: center;
        -ms-flex-line-pack: center;
            align-content: center; }
  body .small-order-1 {
    -webkit-order: 1;
        -ms-flex-order: 1;
            -webkit-box-ordinal-group: 2;
            order: 1; }
  body .small-order-2 {
    -webkit-order: 2;
        -ms-flex-order: 2;
            -webkit-box-ordinal-group: 3;
            order: 2; }
  body .small-order-3 {
    -webkit-order: 3;
        -ms-flex-order: 3;
            -webkit-box-ordinal-group: 4;
            order: 3; }
  body .small-order-4 {
    -webkit-order: 4;
        -ms-flex-order: 4;
            -webkit-box-ordinal-group: 5;
            order: 4; }
  body .small-order-5 {
    -webkit-order: 5;
        -ms-flex-order: 5;
            -webkit-box-ordinal-group: 6;
            order: 5; }
  body .small-order-6 {
    -webkit-order: 6;
        -ms-flex-order: 6;
            -webkit-box-ordinal-group: 7;
            order: 6; }
  @media print, screen and (min-width: 44.375em) {
    body .medium-order-1 {
      -webkit-order: 1;
          -ms-flex-order: 1;
              -webkit-box-ordinal-group: 2;
              order: 1; }
    body .medium-order-2 {
      -webkit-order: 2;
          -ms-flex-order: 2;
              -webkit-box-ordinal-group: 3;
              order: 2; }
    body .medium-order-3 {
      -webkit-order: 3;
          -ms-flex-order: 3;
              -webkit-box-ordinal-group: 4;
              order: 3; }
    body .medium-order-4 {
      -webkit-order: 4;
          -ms-flex-order: 4;
              -webkit-box-ordinal-group: 5;
              order: 4; }
    body .medium-order-5 {
      -webkit-order: 5;
          -ms-flex-order: 5;
              -webkit-box-ordinal-group: 6;
              order: 5; }
    body .medium-order-6 {
      -webkit-order: 6;
          -ms-flex-order: 6;
              -webkit-box-ordinal-group: 7;
              order: 6; } }
  @media print, screen and (min-width: 67.5em) {
    body .large-order-1 {
      -webkit-order: 1;
          -ms-flex-order: 1;
              -webkit-box-ordinal-group: 2;
              order: 1; }
    body .large-order-2 {
      -webkit-order: 2;
          -ms-flex-order: 2;
              -webkit-box-ordinal-group: 3;
              order: 2; }
    body .large-order-3 {
      -webkit-order: 3;
          -ms-flex-order: 3;
              -webkit-box-ordinal-group: 4;
              order: 3; }
    body .large-order-4 {
      -webkit-order: 4;
          -ms-flex-order: 4;
              -webkit-box-ordinal-group: 5;
              order: 4; }
    body .large-order-5 {
      -webkit-order: 5;
          -ms-flex-order: 5;
              -webkit-box-ordinal-group: 6;
              order: 5; }
    body .large-order-6 {
      -webkit-order: 6;
          -ms-flex-order: 6;
              -webkit-box-ordinal-group: 7;
              order: 6; } }
  @media screen and (min-width: 75em) {
    body .xlarge-order-1 {
      -webkit-order: 1;
          -ms-flex-order: 1;
              -webkit-box-ordinal-group: 2;
              order: 1; }
    body .xlarge-order-2 {
      -webkit-order: 2;
          -ms-flex-order: 2;
              -webkit-box-ordinal-group: 3;
              order: 2; }
    body .xlarge-order-3 {
      -webkit-order: 3;
          -ms-flex-order: 3;
              -webkit-box-ordinal-group: 4;
              order: 3; }
    body .xlarge-order-4 {
      -webkit-order: 4;
          -ms-flex-order: 4;
              -webkit-box-ordinal-group: 5;
              order: 4; }
    body .xlarge-order-5 {
      -webkit-order: 5;
          -ms-flex-order: 5;
              -webkit-box-ordinal-group: 6;
              order: 5; }
    body .xlarge-order-6 {
      -webkit-order: 6;
          -ms-flex-order: 6;
              -webkit-box-ordinal-group: 7;
              order: 6; } }
  body .flex-container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex; }
  body .flex-child-auto {
    -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
            -webkit-box-flex: 1;
            flex: 1 1 auto; }
  body .flex-child-grow {
    -webkit-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
            -webkit-box-flex: 1;
            flex: 1 0 auto; }
  body .flex-child-shrink {
    -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
            -webkit-box-flex: 0;
            flex: 0 1 auto; }
  body .flex-dir-row {
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            flex-direction: row; }
  body .flex-dir-row-reverse {
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: reverse;
            flex-direction: row-reverse; }
  body .flex-dir-column {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            flex-direction: column; }
  body .flex-dir-column-reverse {
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            -webkit-box-orient: vertical;
            -webkit-box-direction: reverse;
            flex-direction: column-reverse; }
  @media print, screen and (min-width: 44.375em) {
    body .medium-flex-container {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: -webkit-box;
      display: flex; }
    body .medium-flex-child-auto {
      -webkit-flex: 1 1 auto;
          -ms-flex: 1 1 auto;
              -webkit-box-flex: 1;
              flex: 1 1 auto; }
    body .medium-flex-child-grow {
      -webkit-flex: 1 0 auto;
          -ms-flex: 1 0 auto;
              -webkit-box-flex: 1;
              flex: 1 0 auto; }
    body .medium-flex-child-shrink {
      -webkit-flex: 0 1 auto;
          -ms-flex: 0 1 auto;
              -webkit-box-flex: 0;
              flex: 0 1 auto; }
    body .medium-flex-dir-row {
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              -webkit-box-orient: horizontal;
              -webkit-box-direction: normal;
              flex-direction: row; }
    body .medium-flex-dir-row-reverse {
      -webkit-flex-direction: row-reverse;
          -ms-flex-direction: row-reverse;
              -webkit-box-orient: horizontal;
              -webkit-box-direction: reverse;
              flex-direction: row-reverse; }
    body .medium-flex-dir-column {
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              -webkit-box-orient: vertical;
              -webkit-box-direction: normal;
              flex-direction: column; }
    body .medium-flex-dir-column-reverse {
      -webkit-flex-direction: column-reverse;
          -ms-flex-direction: column-reverse;
              -webkit-box-orient: vertical;
              -webkit-box-direction: reverse;
              flex-direction: column-reverse; } }
  @media print, screen and (min-width: 67.5em) {
    body .large-flex-container {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: -webkit-box;
      display: flex; }
    body .large-flex-child-auto {
      -webkit-flex: 1 1 auto;
          -ms-flex: 1 1 auto;
              -webkit-box-flex: 1;
              flex: 1 1 auto; }
    body .large-flex-child-grow {
      -webkit-flex: 1 0 auto;
          -ms-flex: 1 0 auto;
              -webkit-box-flex: 1;
              flex: 1 0 auto; }
    body .large-flex-child-shrink {
      -webkit-flex: 0 1 auto;
          -ms-flex: 0 1 auto;
              -webkit-box-flex: 0;
              flex: 0 1 auto; }
    body .large-flex-dir-row {
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              -webkit-box-orient: horizontal;
              -webkit-box-direction: normal;
              flex-direction: row; }
    body .large-flex-dir-row-reverse {
      -webkit-flex-direction: row-reverse;
          -ms-flex-direction: row-reverse;
              -webkit-box-orient: horizontal;
              -webkit-box-direction: reverse;
              flex-direction: row-reverse; }
    body .large-flex-dir-column {
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              -webkit-box-orient: vertical;
              -webkit-box-direction: normal;
              flex-direction: column; }
    body .large-flex-dir-column-reverse {
      -webkit-flex-direction: column-reverse;
          -ms-flex-direction: column-reverse;
              -webkit-box-orient: vertical;
              -webkit-box-direction: reverse;
              flex-direction: column-reverse; } }
  @media screen and (min-width: 75em) {
    body .xlarge-flex-container {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: -webkit-box;
      display: flex; }
    body .xlarge-flex-child-auto {
      -webkit-flex: 1 1 auto;
          -ms-flex: 1 1 auto;
              -webkit-box-flex: 1;
              flex: 1 1 auto; }
    body .xlarge-flex-child-grow {
      -webkit-flex: 1 0 auto;
          -ms-flex: 1 0 auto;
              -webkit-box-flex: 1;
              flex: 1 0 auto; }
    body .xlarge-flex-child-shrink {
      -webkit-flex: 0 1 auto;
          -ms-flex: 0 1 auto;
              -webkit-box-flex: 0;
              flex: 0 1 auto; }
    body .xlarge-flex-dir-row {
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              -webkit-box-orient: horizontal;
              -webkit-box-direction: normal;
              flex-direction: row; }
    body .xlarge-flex-dir-row-reverse {
      -webkit-flex-direction: row-reverse;
          -ms-flex-direction: row-reverse;
              -webkit-box-orient: horizontal;
              -webkit-box-direction: reverse;
              flex-direction: row-reverse; }
    body .xlarge-flex-dir-column {
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              -webkit-box-orient: vertical;
              -webkit-box-direction: normal;
              flex-direction: column; }
    body .xlarge-flex-dir-column-reverse {
      -webkit-flex-direction: column-reverse;
          -ms-flex-direction: column-reverse;
              -webkit-box-orient: vertical;
              -webkit-box-direction: reverse;
              flex-direction: column-reverse; } }
  body .row {
    max-width: 100rem;
    margin-right: auto;
    margin-left: auto;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            flex-flow: row wrap; }
    body .row .row {
      margin-right: -0.625rem;
      margin-left: -0.625rem; }
      @media print, screen and (min-width: 44.375em) {
        body .row .row {
          margin-right: -0.9375rem;
          margin-left: -0.9375rem; } }
      @media print, screen and (min-width: 67.5em) {
        body .row .row {
          margin-right: -0.9375rem;
          margin-left: -0.9375rem; } }
      @media screen and (min-width: 75em) {
        body .row .row {
          margin-right: -0.9375rem;
          margin-left: -0.9375rem; } }
      body .row .row.collapse {
        margin-right: 0;
        margin-left: 0; }
    body .row.expanded {
      max-width: none; }
      body .row.expanded .row {
        margin-right: auto;
        margin-left: auto; }
    body .row:not(.expanded) .row {
      max-width: none; }
    body .row.collapse > .column, body .row.collapse > .columns {
      padding-right: 0;
      padding-left: 0; }
    body .row.is-collapse-child,
    body .row.collapse > .column > .row, body .row.collapse > .columns > .row {
      margin-right: 0;
      margin-left: 0; }
  body .column, body .columns {
    -webkit-flex: 1 1 0px;
        -ms-flex: 1 1 0px;
            -webkit-box-flex: 1;
            flex: 1 1 0px;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    min-width: 0; }
    @media print, screen and (min-width: 44.375em) {
      body .column, body .columns {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem; } }
  body .column.row.row, body .row.row.columns {
    float: none;
    display: block; }
  body .row .column.row.row, body .row .row.row.columns {
    margin-right: 0;
    margin-left: 0;
    padding-right: 0;
    padding-left: 0; }
  body .small-1 {
    -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
            -webkit-box-flex: 0;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  body .small-offset-0 {
    margin-left: 0%; }
  body .small-2 {
    -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
            -webkit-box-flex: 0;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  body .small-offset-1 {
    margin-left: 8.33333%; }
  body .small-3 {
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%; }
  body .small-offset-2 {
    margin-left: 16.66667%; }
  body .small-4 {
    -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
            -webkit-box-flex: 0;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  body .small-offset-3 {
    margin-left: 25%; }
  body .small-5 {
    -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
            -webkit-box-flex: 0;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  body .small-offset-4 {
    margin-left: 33.33333%; }
  body .small-6 {
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%; }
  body .small-offset-5 {
    margin-left: 41.66667%; }
  body .small-7 {
    -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
            -webkit-box-flex: 0;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  body .small-offset-6 {
    margin-left: 50%; }
  body .small-8 {
    -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
            -webkit-box-flex: 0;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  body .small-offset-7 {
    margin-left: 58.33333%; }
  body .small-9 {
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%; }
  body .small-offset-8 {
    margin-left: 66.66667%; }
  body .small-10 {
    -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
            -webkit-box-flex: 0;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  body .small-offset-9 {
    margin-left: 75%; }
  body .small-11 {
    -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
            -webkit-box-flex: 0;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  body .small-offset-10 {
    margin-left: 83.33333%; }
  body .small-12 {
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%; }
  body .small-offset-11 {
    margin-left: 91.66667%; }
  body .small-up-1 {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    body .small-up-1 > .column, body .small-up-1 > .columns {
      -webkit-flex: 0 0 100%;
          -ms-flex: 0 0 100%;
              -webkit-box-flex: 0;
              flex: 0 0 100%;
      max-width: 100%; }
  body .small-up-2 {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    body .small-up-2 > .column, body .small-up-2 > .columns {
      -webkit-flex: 0 0 50%;
          -ms-flex: 0 0 50%;
              -webkit-box-flex: 0;
              flex: 0 0 50%;
      max-width: 50%; }
  body .small-up-3 {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    body .small-up-3 > .column, body .small-up-3 > .columns {
      -webkit-flex: 0 0 33.33333%;
          -ms-flex: 0 0 33.33333%;
              -webkit-box-flex: 0;
              flex: 0 0 33.33333%;
      max-width: 33.33333%; }
  body .small-up-4 {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    body .small-up-4 > .column, body .small-up-4 > .columns {
      -webkit-flex: 0 0 25%;
          -ms-flex: 0 0 25%;
              -webkit-box-flex: 0;
              flex: 0 0 25%;
      max-width: 25%; }
  body .small-up-5 {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    body .small-up-5 > .column, body .small-up-5 > .columns {
      -webkit-flex: 0 0 20%;
          -ms-flex: 0 0 20%;
              -webkit-box-flex: 0;
              flex: 0 0 20%;
      max-width: 20%; }
  body .small-up-6 {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    body .small-up-6 > .column, body .small-up-6 > .columns {
      -webkit-flex: 0 0 16.66667%;
          -ms-flex: 0 0 16.66667%;
              -webkit-box-flex: 0;
              flex: 0 0 16.66667%;
      max-width: 16.66667%; }
  body .small-up-7 {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    body .small-up-7 > .column, body .small-up-7 > .columns {
      -webkit-flex: 0 0 14.28571%;
          -ms-flex: 0 0 14.28571%;
              -webkit-box-flex: 0;
              flex: 0 0 14.28571%;
      max-width: 14.28571%; }
  body .small-up-8 {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    body .small-up-8 > .column, body .small-up-8 > .columns {
      -webkit-flex: 0 0 12.5%;
          -ms-flex: 0 0 12.5%;
              -webkit-box-flex: 0;
              flex: 0 0 12.5%;
      max-width: 12.5%; }
  body .small-collapse > .column, body .small-collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  body .small-uncollapse > .column, body .small-uncollapse > .columns {
    padding-right: 0.625rem;
    padding-left: 0.625rem; }
  @media print, screen and (min-width: 44.375em) {
    body .medium-1 {
      -webkit-flex: 0 0 8.33333%;
          -ms-flex: 0 0 8.33333%;
              -webkit-box-flex: 0;
              flex: 0 0 8.33333%;
      max-width: 8.33333%; }
    body .medium-offset-0 {
      margin-left: 0%; }
    body .medium-2 {
      -webkit-flex: 0 0 16.66667%;
          -ms-flex: 0 0 16.66667%;
              -webkit-box-flex: 0;
              flex: 0 0 16.66667%;
      max-width: 16.66667%; }
    body .medium-offset-1 {
      margin-left: 8.33333%; }
    body .medium-3 {
      -webkit-flex: 0 0 25%;
          -ms-flex: 0 0 25%;
              -webkit-box-flex: 0;
              flex: 0 0 25%;
      max-width: 25%; }
    body .medium-offset-2 {
      margin-left: 16.66667%; }
    body .medium-4 {
      -webkit-flex: 0 0 33.33333%;
          -ms-flex: 0 0 33.33333%;
              -webkit-box-flex: 0;
              flex: 0 0 33.33333%;
      max-width: 33.33333%; }
    body .medium-offset-3 {
      margin-left: 25%; }
    body .medium-5 {
      -webkit-flex: 0 0 41.66667%;
          -ms-flex: 0 0 41.66667%;
              -webkit-box-flex: 0;
              flex: 0 0 41.66667%;
      max-width: 41.66667%; }
    body .medium-offset-4 {
      margin-left: 33.33333%; }
    body .medium-6 {
      -webkit-flex: 0 0 50%;
          -ms-flex: 0 0 50%;
              -webkit-box-flex: 0;
              flex: 0 0 50%;
      max-width: 50%; }
    body .medium-offset-5 {
      margin-left: 41.66667%; }
    body .medium-7 {
      -webkit-flex: 0 0 58.33333%;
          -ms-flex: 0 0 58.33333%;
              -webkit-box-flex: 0;
              flex: 0 0 58.33333%;
      max-width: 58.33333%; }
    body .medium-offset-6 {
      margin-left: 50%; }
    body .medium-8 {
      -webkit-flex: 0 0 66.66667%;
          -ms-flex: 0 0 66.66667%;
              -webkit-box-flex: 0;
              flex: 0 0 66.66667%;
      max-width: 66.66667%; }
    body .medium-offset-7 {
      margin-left: 58.33333%; }
    body .medium-9 {
      -webkit-flex: 0 0 75%;
          -ms-flex: 0 0 75%;
              -webkit-box-flex: 0;
              flex: 0 0 75%;
      max-width: 75%; }
    body .medium-offset-8 {
      margin-left: 66.66667%; }
    body .medium-10 {
      -webkit-flex: 0 0 83.33333%;
          -ms-flex: 0 0 83.33333%;
              -webkit-box-flex: 0;
              flex: 0 0 83.33333%;
      max-width: 83.33333%; }
    body .medium-offset-9 {
      margin-left: 75%; }
    body .medium-11 {
      -webkit-flex: 0 0 91.66667%;
          -ms-flex: 0 0 91.66667%;
              -webkit-box-flex: 0;
              flex: 0 0 91.66667%;
      max-width: 91.66667%; }
    body .medium-offset-10 {
      margin-left: 83.33333%; }
    body .medium-12 {
      -webkit-flex: 0 0 100%;
          -ms-flex: 0 0 100%;
              -webkit-box-flex: 0;
              flex: 0 0 100%;
      max-width: 100%; }
    body .medium-offset-11 {
      margin-left: 91.66667%; }
    body .medium-up-1 {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
      body .medium-up-1 > .column, body .medium-up-1 > .columns {
        -webkit-flex: 0 0 100%;
            -ms-flex: 0 0 100%;
                -webkit-box-flex: 0;
                flex: 0 0 100%;
        max-width: 100%; }
    body .medium-up-2 {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
      body .medium-up-2 > .column, body .medium-up-2 > .columns {
        -webkit-flex: 0 0 50%;
            -ms-flex: 0 0 50%;
                -webkit-box-flex: 0;
                flex: 0 0 50%;
        max-width: 50%; }
    body .medium-up-3 {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
      body .medium-up-3 > .column, body .medium-up-3 > .columns {
        -webkit-flex: 0 0 33.33333%;
            -ms-flex: 0 0 33.33333%;
                -webkit-box-flex: 0;
                flex: 0 0 33.33333%;
        max-width: 33.33333%; }
    body .medium-up-4 {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
      body .medium-up-4 > .column, body .medium-up-4 > .columns {
        -webkit-flex: 0 0 25%;
            -ms-flex: 0 0 25%;
                -webkit-box-flex: 0;
                flex: 0 0 25%;
        max-width: 25%; }
    body .medium-up-5 {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
      body .medium-up-5 > .column, body .medium-up-5 > .columns {
        -webkit-flex: 0 0 20%;
            -ms-flex: 0 0 20%;
                -webkit-box-flex: 0;
                flex: 0 0 20%;
        max-width: 20%; }
    body .medium-up-6 {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
      body .medium-up-6 > .column, body .medium-up-6 > .columns {
        -webkit-flex: 0 0 16.66667%;
            -ms-flex: 0 0 16.66667%;
                -webkit-box-flex: 0;
                flex: 0 0 16.66667%;
        max-width: 16.66667%; }
    body .medium-up-7 {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
      body .medium-up-7 > .column, body .medium-up-7 > .columns {
        -webkit-flex: 0 0 14.28571%;
            -ms-flex: 0 0 14.28571%;
                -webkit-box-flex: 0;
                flex: 0 0 14.28571%;
        max-width: 14.28571%; }
    body .medium-up-8 {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
      body .medium-up-8 > .column, body .medium-up-8 > .columns {
        -webkit-flex: 0 0 12.5%;
            -ms-flex: 0 0 12.5%;
                -webkit-box-flex: 0;
                flex: 0 0 12.5%;
        max-width: 12.5%; } }

@media print, screen and (min-width: 44.375em) and (min-width: 44.375em) {
  body .medium-expand {
    -webkit-flex: 1 1 0px;
        -ms-flex: 1 1 0px;
            -webkit-box-flex: 1;
            flex: 1 1 0px; } }

.row.medium-unstack > .column, body .row.medium-unstack > .columns {
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          -webkit-box-flex: 0;
          flex: 0 0 100%; }
  @media print, screen and (min-width: 44.375em) {
    .row.medium-unstack > .column, body .row.medium-unstack > .columns {
      -webkit-flex: 1 1 0px;
          -ms-flex: 1 1 0px;
              -webkit-box-flex: 1;
              flex: 1 1 0px; } }
  @media print, screen and (min-width: 44.375em) {
    body .medium-collapse > .column, body .medium-collapse > .columns {
      padding-right: 0;
      padding-left: 0; }
    body .medium-uncollapse > .column, body .medium-uncollapse > .columns {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  @media print, screen and (min-width: 67.5em) {
    body .large-1 {
      -webkit-flex: 0 0 8.33333%;
          -ms-flex: 0 0 8.33333%;
              -webkit-box-flex: 0;
              flex: 0 0 8.33333%;
      max-width: 8.33333%; }
    body .large-offset-0 {
      margin-left: 0%; }
    body .large-2 {
      -webkit-flex: 0 0 16.66667%;
          -ms-flex: 0 0 16.66667%;
              -webkit-box-flex: 0;
              flex: 0 0 16.66667%;
      max-width: 16.66667%; }
    body .large-offset-1 {
      margin-left: 8.33333%; }
    body .large-3 {
      -webkit-flex: 0 0 25%;
          -ms-flex: 0 0 25%;
              -webkit-box-flex: 0;
              flex: 0 0 25%;
      max-width: 25%; }
    body .large-offset-2 {
      margin-left: 16.66667%; }
    body .large-4 {
      -webkit-flex: 0 0 33.33333%;
          -ms-flex: 0 0 33.33333%;
              -webkit-box-flex: 0;
              flex: 0 0 33.33333%;
      max-width: 33.33333%; }
    body .large-offset-3 {
      margin-left: 25%; }
    body .large-5 {
      -webkit-flex: 0 0 41.66667%;
          -ms-flex: 0 0 41.66667%;
              -webkit-box-flex: 0;
              flex: 0 0 41.66667%;
      max-width: 41.66667%; }
    body .large-offset-4 {
      margin-left: 33.33333%; }
    body .large-6 {
      -webkit-flex: 0 0 50%;
          -ms-flex: 0 0 50%;
              -webkit-box-flex: 0;
              flex: 0 0 50%;
      max-width: 50%; }
    body .large-offset-5 {
      margin-left: 41.66667%; }
    body .large-7 {
      -webkit-flex: 0 0 58.33333%;
          -ms-flex: 0 0 58.33333%;
              -webkit-box-flex: 0;
              flex: 0 0 58.33333%;
      max-width: 58.33333%; }
    body .large-offset-6 {
      margin-left: 50%; }
    body .large-8 {
      -webkit-flex: 0 0 66.66667%;
          -ms-flex: 0 0 66.66667%;
              -webkit-box-flex: 0;
              flex: 0 0 66.66667%;
      max-width: 66.66667%; }
    body .large-offset-7 {
      margin-left: 58.33333%; }
    body .large-9 {
      -webkit-flex: 0 0 75%;
          -ms-flex: 0 0 75%;
              -webkit-box-flex: 0;
              flex: 0 0 75%;
      max-width: 75%; }
    body .large-offset-8 {
      margin-left: 66.66667%; }
    body .large-10 {
      -webkit-flex: 0 0 83.33333%;
          -ms-flex: 0 0 83.33333%;
              -webkit-box-flex: 0;
              flex: 0 0 83.33333%;
      max-width: 83.33333%; }
    body .large-offset-9 {
      margin-left: 75%; }
    body .large-11 {
      -webkit-flex: 0 0 91.66667%;
          -ms-flex: 0 0 91.66667%;
              -webkit-box-flex: 0;
              flex: 0 0 91.66667%;
      max-width: 91.66667%; }
    body .large-offset-10 {
      margin-left: 83.33333%; }
    body .large-12 {
      -webkit-flex: 0 0 100%;
          -ms-flex: 0 0 100%;
              -webkit-box-flex: 0;
              flex: 0 0 100%;
      max-width: 100%; }
    body .large-offset-11 {
      margin-left: 91.66667%; }
    body .large-up-1 {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
      body .large-up-1 > .column, body .large-up-1 > .columns {
        -webkit-flex: 0 0 100%;
            -ms-flex: 0 0 100%;
                -webkit-box-flex: 0;
                flex: 0 0 100%;
        max-width: 100%; }
    body .large-up-2 {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
      body .large-up-2 > .column, body .large-up-2 > .columns {
        -webkit-flex: 0 0 50%;
            -ms-flex: 0 0 50%;
                -webkit-box-flex: 0;
                flex: 0 0 50%;
        max-width: 50%; }
    body .large-up-3 {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
      body .large-up-3 > .column, body .large-up-3 > .columns {
        -webkit-flex: 0 0 33.33333%;
            -ms-flex: 0 0 33.33333%;
                -webkit-box-flex: 0;
                flex: 0 0 33.33333%;
        max-width: 33.33333%; }
    body .large-up-4 {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
      body .large-up-4 > .column, body .large-up-4 > .columns {
        -webkit-flex: 0 0 25%;
            -ms-flex: 0 0 25%;
                -webkit-box-flex: 0;
                flex: 0 0 25%;
        max-width: 25%; }
    body .large-up-5 {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
      body .large-up-5 > .column, body .large-up-5 > .columns {
        -webkit-flex: 0 0 20%;
            -ms-flex: 0 0 20%;
                -webkit-box-flex: 0;
                flex: 0 0 20%;
        max-width: 20%; }
    body .large-up-6 {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
      body .large-up-6 > .column, body .large-up-6 > .columns {
        -webkit-flex: 0 0 16.66667%;
            -ms-flex: 0 0 16.66667%;
                -webkit-box-flex: 0;
                flex: 0 0 16.66667%;
        max-width: 16.66667%; }
    body .large-up-7 {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
      body .large-up-7 > .column, body .large-up-7 > .columns {
        -webkit-flex: 0 0 14.28571%;
            -ms-flex: 0 0 14.28571%;
                -webkit-box-flex: 0;
                flex: 0 0 14.28571%;
        max-width: 14.28571%; }
    body .large-up-8 {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
      body .large-up-8 > .column, body .large-up-8 > .columns {
        -webkit-flex: 0 0 12.5%;
            -ms-flex: 0 0 12.5%;
                -webkit-box-flex: 0;
                flex: 0 0 12.5%;
        max-width: 12.5%; } }

@media print, screen and (min-width: 67.5em) and (min-width: 67.5em) {
  body .large-expand {
    -webkit-flex: 1 1 0px;
        -ms-flex: 1 1 0px;
            -webkit-box-flex: 1;
            flex: 1 1 0px; } }

.row.large-unstack > .column, body .row.large-unstack > .columns {
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          -webkit-box-flex: 0;
          flex: 0 0 100%; }
  @media print, screen and (min-width: 67.5em) {
    .row.large-unstack > .column, body .row.large-unstack > .columns {
      -webkit-flex: 1 1 0px;
          -ms-flex: 1 1 0px;
              -webkit-box-flex: 1;
              flex: 1 1 0px; } }
  @media print, screen and (min-width: 67.5em) {
    body .large-collapse > .column, body .large-collapse > .columns {
      padding-right: 0;
      padding-left: 0; }
    body .large-uncollapse > .column, body .large-uncollapse > .columns {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  @media screen and (min-width: 75em) {
    body .xlarge-1 {
      -webkit-flex: 0 0 8.33333%;
          -ms-flex: 0 0 8.33333%;
              -webkit-box-flex: 0;
              flex: 0 0 8.33333%;
      max-width: 8.33333%; }
    body .xlarge-offset-0 {
      margin-left: 0%; }
    body .xlarge-2 {
      -webkit-flex: 0 0 16.66667%;
          -ms-flex: 0 0 16.66667%;
              -webkit-box-flex: 0;
              flex: 0 0 16.66667%;
      max-width: 16.66667%; }
    body .xlarge-offset-1 {
      margin-left: 8.33333%; }
    body .xlarge-3 {
      -webkit-flex: 0 0 25%;
          -ms-flex: 0 0 25%;
              -webkit-box-flex: 0;
              flex: 0 0 25%;
      max-width: 25%; }
    body .xlarge-offset-2 {
      margin-left: 16.66667%; }
    body .xlarge-4 {
      -webkit-flex: 0 0 33.33333%;
          -ms-flex: 0 0 33.33333%;
              -webkit-box-flex: 0;
              flex: 0 0 33.33333%;
      max-width: 33.33333%; }
    body .xlarge-offset-3 {
      margin-left: 25%; }
    body .xlarge-5 {
      -webkit-flex: 0 0 41.66667%;
          -ms-flex: 0 0 41.66667%;
              -webkit-box-flex: 0;
              flex: 0 0 41.66667%;
      max-width: 41.66667%; }
    body .xlarge-offset-4 {
      margin-left: 33.33333%; }
    body .xlarge-6 {
      -webkit-flex: 0 0 50%;
          -ms-flex: 0 0 50%;
              -webkit-box-flex: 0;
              flex: 0 0 50%;
      max-width: 50%; }
    body .xlarge-offset-5 {
      margin-left: 41.66667%; }
    body .xlarge-7 {
      -webkit-flex: 0 0 58.33333%;
          -ms-flex: 0 0 58.33333%;
              -webkit-box-flex: 0;
              flex: 0 0 58.33333%;
      max-width: 58.33333%; }
    body .xlarge-offset-6 {
      margin-left: 50%; }
    body .xlarge-8 {
      -webkit-flex: 0 0 66.66667%;
          -ms-flex: 0 0 66.66667%;
              -webkit-box-flex: 0;
              flex: 0 0 66.66667%;
      max-width: 66.66667%; }
    body .xlarge-offset-7 {
      margin-left: 58.33333%; }
    body .xlarge-9 {
      -webkit-flex: 0 0 75%;
          -ms-flex: 0 0 75%;
              -webkit-box-flex: 0;
              flex: 0 0 75%;
      max-width: 75%; }
    body .xlarge-offset-8 {
      margin-left: 66.66667%; }
    body .xlarge-10 {
      -webkit-flex: 0 0 83.33333%;
          -ms-flex: 0 0 83.33333%;
              -webkit-box-flex: 0;
              flex: 0 0 83.33333%;
      max-width: 83.33333%; }
    body .xlarge-offset-9 {
      margin-left: 75%; }
    body .xlarge-11 {
      -webkit-flex: 0 0 91.66667%;
          -ms-flex: 0 0 91.66667%;
              -webkit-box-flex: 0;
              flex: 0 0 91.66667%;
      max-width: 91.66667%; }
    body .xlarge-offset-10 {
      margin-left: 83.33333%; }
    body .xlarge-12 {
      -webkit-flex: 0 0 100%;
          -ms-flex: 0 0 100%;
              -webkit-box-flex: 0;
              flex: 0 0 100%;
      max-width: 100%; }
    body .xlarge-offset-11 {
      margin-left: 91.66667%; }
    body .xlarge-up-1 {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
      body .xlarge-up-1 > .column, body .xlarge-up-1 > .columns {
        -webkit-flex: 0 0 100%;
            -ms-flex: 0 0 100%;
                -webkit-box-flex: 0;
                flex: 0 0 100%;
        max-width: 100%; }
    body .xlarge-up-2 {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
      body .xlarge-up-2 > .column, body .xlarge-up-2 > .columns {
        -webkit-flex: 0 0 50%;
            -ms-flex: 0 0 50%;
                -webkit-box-flex: 0;
                flex: 0 0 50%;
        max-width: 50%; }
    body .xlarge-up-3 {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
      body .xlarge-up-3 > .column, body .xlarge-up-3 > .columns {
        -webkit-flex: 0 0 33.33333%;
            -ms-flex: 0 0 33.33333%;
                -webkit-box-flex: 0;
                flex: 0 0 33.33333%;
        max-width: 33.33333%; }
    body .xlarge-up-4 {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
      body .xlarge-up-4 > .column, body .xlarge-up-4 > .columns {
        -webkit-flex: 0 0 25%;
            -ms-flex: 0 0 25%;
                -webkit-box-flex: 0;
                flex: 0 0 25%;
        max-width: 25%; }
    body .xlarge-up-5 {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
      body .xlarge-up-5 > .column, body .xlarge-up-5 > .columns {
        -webkit-flex: 0 0 20%;
            -ms-flex: 0 0 20%;
                -webkit-box-flex: 0;
                flex: 0 0 20%;
        max-width: 20%; }
    body .xlarge-up-6 {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
      body .xlarge-up-6 > .column, body .xlarge-up-6 > .columns {
        -webkit-flex: 0 0 16.66667%;
            -ms-flex: 0 0 16.66667%;
                -webkit-box-flex: 0;
                flex: 0 0 16.66667%;
        max-width: 16.66667%; }
    body .xlarge-up-7 {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
      body .xlarge-up-7 > .column, body .xlarge-up-7 > .columns {
        -webkit-flex: 0 0 14.28571%;
            -ms-flex: 0 0 14.28571%;
                -webkit-box-flex: 0;
                flex: 0 0 14.28571%;
        max-width: 14.28571%; }
    body .xlarge-up-8 {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
      body .xlarge-up-8 > .column, body .xlarge-up-8 > .columns {
        -webkit-flex: 0 0 12.5%;
            -ms-flex: 0 0 12.5%;
                -webkit-box-flex: 0;
                flex: 0 0 12.5%;
        max-width: 12.5%; } }

@media screen and (min-width: 75em) and (min-width: 75em) {
  body .xlarge-expand {
    -webkit-flex: 1 1 0px;
        -ms-flex: 1 1 0px;
            -webkit-box-flex: 1;
            flex: 1 1 0px; } }

.row.xlarge-unstack > .column, body .row.xlarge-unstack > .columns {
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          -webkit-box-flex: 0;
          flex: 0 0 100%; }
  @media screen and (min-width: 75em) {
    .row.xlarge-unstack > .column, body .row.xlarge-unstack > .columns {
      -webkit-flex: 1 1 0px;
          -ms-flex: 1 1 0px;
              -webkit-box-flex: 1;
              flex: 1 1 0px; } }
  @media screen and (min-width: 75em) {
    body .xlarge-collapse > .column, body .xlarge-collapse > .columns {
      padding-right: 0;
      padding-left: 0; }
    body .xlarge-uncollapse > .column, body .xlarge-uncollapse > .columns {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  body .shrink {
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            -webkit-box-flex: 0;
            flex: 0 0 auto;
    max-width: 100%; }
  body .column-block {
    margin-bottom: 1.25rem; }
    body .column-block > :last-child {
      margin-bottom: 0; }
    @media print, screen and (min-width: 44.375em) {
      body .column-block {
        margin-bottom: 1.875rem; }
        body .column-block > :last-child {
          margin-bottom: 0; } }
  body .grid-container {
    padding-right: 0.15625rem;
    padding-left: 0.15625rem;
    max-width: 100rem;
    margin: 0 auto; }
    @media print, screen and (min-width: 44.375em) {
      body .grid-container {
        padding-right: 0.3125rem;
        padding-left: 0.3125rem; } }
    body .grid-container.fluid {
      padding-right: 0.15625rem;
      padding-left: 0.15625rem;
      max-width: 100%;
      margin: 0 auto; }
      @media print, screen and (min-width: 44.375em) {
        body .grid-container.fluid {
          padding-right: 0.3125rem;
          padding-left: 0.3125rem; } }
    body .grid-container.full {
      padding-right: 0;
      padding-left: 0;
      max-width: 100%;
      margin: 0 auto; }
  body .grid-x {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            flex-flow: row wrap; }
  body .cell {
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            -webkit-box-flex: 0;
            flex: 0 0 auto;
    min-height: 0px;
    min-width: 0px;
    width: 100%; }
    body .cell.auto {
      -webkit-flex: 1 1 0px;
          -ms-flex: 1 1 0px;
              -webkit-box-flex: 1;
              flex: 1 1 0px; }
    body .cell.shrink {
      -webkit-flex: 0 0 auto;
          -ms-flex: 0 0 auto;
              -webkit-box-flex: 0;
              flex: 0 0 auto; }
  body .grid-x > .auto {
    width: auto; }
  body .grid-x > .shrink {
    width: auto; }
  body .grid-x > .small-shrink, body .grid-x > .small-full, body .grid-x > .small-1, body .grid-x > .small-2, body .grid-x > .small-3, body .grid-x > .small-4, body .grid-x > .small-5, body .grid-x > .small-6, body .grid-x > .small-7, body .grid-x > .small-8, body .grid-x > .small-9, body .grid-x > .small-10, body .grid-x > .small-11, body .grid-x > .small-12 {
    -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
            flex-basis: auto; }
  @media print, screen and (min-width: 44.375em) {
    body .grid-x > .medium-shrink, body .grid-x > .medium-full, body .grid-x > .medium-1, body .grid-x > .medium-2, body .grid-x > .medium-3, body .grid-x > .medium-4, body .grid-x > .medium-5, body .grid-x > .medium-6, body .grid-x > .medium-7, body .grid-x > .medium-8, body .grid-x > .medium-9, body .grid-x > .medium-10, body .grid-x > .medium-11, body .grid-x > .medium-12 {
      -webkit-flex-basis: auto;
          -ms-flex-preferred-size: auto;
              flex-basis: auto; } }
  @media print, screen and (min-width: 67.5em) {
    body .grid-x > .large-shrink, body .grid-x > .large-full, body .grid-x > .large-1, body .grid-x > .large-2, body .grid-x > .large-3, body .grid-x > .large-4, body .grid-x > .large-5, body .grid-x > .large-6, body .grid-x > .large-7, body .grid-x > .large-8, body .grid-x > .large-9, body .grid-x > .large-10, body .grid-x > .large-11, body .grid-x > .large-12 {
      -webkit-flex-basis: auto;
          -ms-flex-preferred-size: auto;
              flex-basis: auto; } }
  @media screen and (min-width: 75em) {
    body .grid-x > .xlarge-shrink, body .grid-x > .xlarge-full, body .grid-x > .xlarge-1, body .grid-x > .xlarge-2, body .grid-x > .xlarge-3, body .grid-x > .xlarge-4, body .grid-x > .xlarge-5, body .grid-x > .xlarge-6, body .grid-x > .xlarge-7, body .grid-x > .xlarge-8, body .grid-x > .xlarge-9, body .grid-x > .xlarge-10, body .grid-x > .xlarge-11, body .grid-x > .xlarge-12 {
      -webkit-flex-basis: auto;
          -ms-flex-preferred-size: auto;
              flex-basis: auto; } }
  body .grid-x > .small-1 {
    width: 8.33333%; }
  body .grid-x > .small-2 {
    width: 16.66667%; }
  body .grid-x > .small-3 {
    width: 25%; }
  body .grid-x > .small-4 {
    width: 33.33333%; }
  body .grid-x > .small-5 {
    width: 41.66667%; }
  body .grid-x > .small-6 {
    width: 50%; }
  body .grid-x > .small-7 {
    width: 58.33333%; }
  body .grid-x > .small-8 {
    width: 66.66667%; }
  body .grid-x > .small-9 {
    width: 75%; }
  body .grid-x > .small-10 {
    width: 83.33333%; }
  body .grid-x > .small-11 {
    width: 91.66667%; }
  body .grid-x > .small-12 {
    width: 100%; }
  @media print, screen and (min-width: 44.375em) {
    body .grid-x > .medium-auto {
      -webkit-flex: 1 1 0px;
          -ms-flex: 1 1 0px;
              -webkit-box-flex: 1;
              flex: 1 1 0px;
      width: auto; }
    body .grid-x > .medium-shrink {
      -webkit-flex: 0 0 auto;
          -ms-flex: 0 0 auto;
              -webkit-box-flex: 0;
              flex: 0 0 auto;
      width: auto; }
    body .grid-x > .medium-1 {
      width: 8.33333%; }
    body .grid-x > .medium-2 {
      width: 16.66667%; }
    body .grid-x > .medium-3 {
      width: 25%; }
    body .grid-x > .medium-4 {
      width: 33.33333%; }
    body .grid-x > .medium-5 {
      width: 41.66667%; }
    body .grid-x > .medium-6 {
      width: 50%; }
    body .grid-x > .medium-7 {
      width: 58.33333%; }
    body .grid-x > .medium-8 {
      width: 66.66667%; }
    body .grid-x > .medium-9 {
      width: 75%; }
    body .grid-x > .medium-10 {
      width: 83.33333%; }
    body .grid-x > .medium-11 {
      width: 91.66667%; }
    body .grid-x > .medium-12 {
      width: 100%; } }
  @media print, screen and (min-width: 67.5em) {
    body .grid-x > .large-auto {
      -webkit-flex: 1 1 0px;
          -ms-flex: 1 1 0px;
              -webkit-box-flex: 1;
              flex: 1 1 0px;
      width: auto; }
    body .grid-x > .large-shrink {
      -webkit-flex: 0 0 auto;
          -ms-flex: 0 0 auto;
              -webkit-box-flex: 0;
              flex: 0 0 auto;
      width: auto; }
    body .grid-x > .large-1 {
      width: 8.33333%; }
    body .grid-x > .large-2 {
      width: 16.66667%; }
    body .grid-x > .large-3 {
      width: 25%;flex:0 0 25%; }
    body .grid-x > .large-4 {
      width: 33.33333%; }
    body .grid-x > .large-5 {
      width: 41.66667%; }
    body .grid-x > .large-6 {
      width: 50%; }
    body .grid-x > .large-7 {
      width: 58.33333%;flex:0 0 58.33333%; }
    body .grid-x > .large-8 {
      width: 66.66667%; }
    body .grid-x > .large-9 {
      width: 75%; }
    body .grid-x > .large-10 {
      width: 83.33333%; }
    body .grid-x > .large-11 {
      width: 91.66667%; }
    body .grid-x > .large-12 {
      width: 100%; } }
  @media screen and (min-width: 75em) {
    body .grid-x > .xlarge-auto {
      -webkit-flex: 1 1 0px;
          -ms-flex: 1 1 0px;
              -webkit-box-flex: 1;
              flex: 1 1 0px;
      width: auto; }
    body .grid-x > .xlarge-shrink {
      -webkit-flex: 0 0 auto;
          -ms-flex: 0 0 auto;
              -webkit-box-flex: 0;
              flex: 0 0 auto;
      width: auto; }
    body .grid-x > .xlarge-1 {
      width: 8.33333%; }
    body .grid-x > .xlarge-2 {
      width: 16.66667%; }
    body .grid-x > .xlarge-3 {
      width: 25%; }
    body .grid-x > .xlarge-4 {
      width: 33.33333%; }
    body .grid-x > .xlarge-5 {
      width: 41.66667%; }
    body .grid-x > .xlarge-6 {
      width: 50%; }
    body .grid-x > .xlarge-7 {
      width: 58.33333%; }
    body .grid-x > .xlarge-8 {
      width: 66.66667%; }
    body .grid-x > .xlarge-9 {
      width: 75%; }
    body .grid-x > .xlarge-10 {
      width: 83.33333%; }
    body .grid-x > .xlarge-11 {
      width: 91.66667%; }
    body .grid-x > .xlarge-12 {
      width: 100%; } }
  body .grid-margin-x:not(.grid-x) > .cell {
    width: auto; }
  body .grid-margin-y:not(.grid-y) > .cell {
    height: auto; }
  body .grid-margin-x {
    margin-left: -0.15625rem;
    margin-right: -0.15625rem; }
    @media print, screen and (min-width: 44.375em) {
      body .grid-margin-x {
        margin-left: -0.3125rem;
        margin-right: -0.3125rem; } }
    body .grid-margin-x > .cell {
      width: calc(100% - 0.3125rem);
      margin-left: 0.15625rem;
      margin-right: 0.15625rem; }
    @media print, screen and (min-width: 44.375em) {
      body .grid-margin-x > .cell {
        width: calc(100% - 0.625rem);
        margin-left: 0.3125rem;
        margin-right: 0.3125rem; } }
    body .grid-margin-x > .auto {
      width: auto; }
    body .grid-margin-x > .shrink {
      width: auto; }
    body .grid-margin-x > .small-1 {
      width: calc(8.33333% - 0.3125rem); }
    body .grid-margin-x > .small-2 {
      width: calc(16.66667% - 0.3125rem); }
    body .grid-margin-x > .small-3 {
      width: calc(25% - 0.3125rem); }
    body .grid-margin-x > .small-4 {
      width: calc(33.33333% - 0.3125rem); }
    body .grid-margin-x > .small-5 {
      width: calc(41.66667% - 0.3125rem); }
    body .grid-margin-x > .small-6 {
      width: calc(50% - 0.3125rem); }
    body .grid-margin-x > .small-7 {
      width: calc(58.33333% - 0.3125rem); }
    body .grid-margin-x > .small-8 {
      width: calc(66.66667% - 0.3125rem); }
    body .grid-margin-x > .small-9 {
      width: calc(75% - 0.3125rem); }
    body .grid-margin-x > .small-10 {
      width: calc(83.33333% - 0.3125rem); }
    body .grid-margin-x > .small-11 {
      width: calc(91.66667% - 0.3125rem); }
    body .grid-margin-x > .small-12 {
      width: calc(100% - 0.3125rem); }
    @media print, screen and (min-width: 44.375em) {
      body .grid-margin-x > .auto {
        width: auto; }
      body .grid-margin-x > .shrink {
        width: auto; }
      body .grid-margin-x > .small-1 {
        width: calc(8.33333% - 0.625rem); }
      body .grid-margin-x > .small-2 {
        width: calc(16.66667% - 0.625rem); }
      body .grid-margin-x > .small-3 {
        width: calc(25% - 0.625rem); }
      body .grid-margin-x > .small-4 {
        width: calc(33.33333% - 0.625rem); }
      body .grid-margin-x > .small-5 {
        width: calc(41.66667% - 0.625rem); }
      body .grid-margin-x > .small-6 {
        width: calc(50% - 0.625rem); }
      body .grid-margin-x > .small-7 {
        width: calc(58.33333% - 0.625rem); }
      body .grid-margin-x > .small-8 {
        width: calc(66.66667% - 0.625rem); }
      body .grid-margin-x > .small-9 {
        width: calc(75% - 0.625rem); }
      body .grid-margin-x > .small-10 {
        width: calc(83.33333% - 0.625rem); }
      body .grid-margin-x > .small-11 {
        width: calc(91.66667% - 0.625rem); }
      body .grid-margin-x > .small-12 {
        width: calc(100% - 0.625rem); }
      body .grid-margin-x > .medium-auto {
        width: auto; }
      body .grid-margin-x > .medium-shrink {
        width: auto; }
      body .grid-margin-x > .medium-1 {
        width: calc(8.33333% - 0.625rem); }
      body .grid-margin-x > .medium-2 {
        width: calc(16.66667% - 0.625rem); }
      body .grid-margin-x > .medium-3 {
        width: calc(25% - 0.625rem); }
      body .grid-margin-x > .medium-4 {
        width: calc(33.33333% - 0.625rem); }
      body .grid-margin-x > .medium-5 {
        width: calc(41.66667% - 0.625rem); }
      body .grid-margin-x > .medium-6 {
        width: calc(50% - 0.625rem); }
      body .grid-margin-x > .medium-7 {
        width: calc(58.33333% - 0.625rem); }
      body .grid-margin-x > .medium-8 {
        width: calc(66.66667% - 0.625rem); }
      body .grid-margin-x > .medium-9 {
        width: calc(75% - 0.625rem); }
      body .grid-margin-x > .medium-10 {
        width: calc(83.33333% - 0.625rem); }
      body .grid-margin-x > .medium-11 {
        width: calc(91.66667% - 0.625rem); }
      body .grid-margin-x > .medium-12 {
        width: calc(100% - 0.625rem); } }
    @media print, screen and (min-width: 67.5em) {
      body .grid-margin-x > .large-auto {
        width: auto; }
      body .grid-margin-x > .large-shrink {
        width: auto; }
      body .grid-margin-x > .large-1 {
        width: calc(8.33333% - 0.625rem); }
      body .grid-margin-x > .large-2 {
        width: calc(16.66667% - 0.625rem); }
      body .grid-margin-x > .large-3 {
        width: calc(25% - 0.625rem); }
      body .grid-margin-x > .large-4 {
        width: calc(33.33333% - 0.625rem); }
      body .grid-margin-x > .large-5 {
        width: calc(41.66667% - 0.625rem); }
      body .grid-margin-x > .large-6 {
        width: calc(50% - 0.625rem); }
      body .grid-margin-x > .large-7 {
        width: calc(58.33333% - 0.625rem); }
      body .grid-margin-x > .large-8 {
        width: calc(66.66667% - 0.625rem); }
      body .grid-margin-x > .large-9 {
        width: calc(75% - 0.625rem); }
      body .grid-margin-x > .large-10 {
        width: calc(83.33333% - 0.625rem); }
      body .grid-margin-x > .large-11 {
        width: calc(91.66667% - 0.625rem); }
      body .grid-margin-x > .large-12 {
        width: calc(100% - 0.625rem); } }
    @media screen and (min-width: 75em) {
      body .grid-margin-x > .xlarge-auto {
        width: auto; }
      body .grid-margin-x > .xlarge-shrink {
        width: auto; }
      body .grid-margin-x > .xlarge-1 {
        width: calc(8.33333% - 0.625rem); }
      body .grid-margin-x > .xlarge-2 {
        width: calc(16.66667% - 0.625rem); }
      body .grid-margin-x > .xlarge-3 {
        width: calc(25% - 0.625rem); }
      body .grid-margin-x > .xlarge-4 {
        width: calc(33.33333% - 0.625rem); }
      body .grid-margin-x > .xlarge-5 {
        width: calc(41.66667% - 0.625rem); }
      body .grid-margin-x > .xlarge-6 {
        width: calc(50% - 0.625rem); }
      body .grid-margin-x > .xlarge-7 {
        width: calc(58.33333% - 0.625rem); }
      body .grid-margin-x > .xlarge-8 {
        width: calc(66.66667% - 0.625rem); }
      body .grid-margin-x > .xlarge-9 {
        width: calc(75% - 0.625rem); }
      body .grid-margin-x > .xlarge-10 {
        width: calc(83.33333% - 0.625rem); }
      body .grid-margin-x > .xlarge-11 {
        width: calc(91.66667% - 0.625rem); }
      body .grid-margin-x > .xlarge-12 {
        width: calc(100% - 0.625rem); } }
  body .grid-padding-x .grid-padding-x {
    margin-right: -0.15625rem;
    margin-left: -0.15625rem; }
    @media print, screen and (min-width: 44.375em) {
      body .grid-padding-x .grid-padding-x {
        margin-right: -0.3125rem;
        margin-left: -0.3125rem; } }
  .grid-container:not(.full) > body .grid-padding-x {
    margin-right: -0.15625rem;
    margin-left: -0.15625rem; }
    @media print, screen and (min-width: 44.375em) {
      .grid-container:not(.full) > body .grid-padding-x {
        margin-right: -0.3125rem;
        margin-left: -0.3125rem; } }
  body .grid-padding-x > .cell {
    padding-right: 0.15625rem;
    padding-left: 0.15625rem; }
    @media print, screen and (min-width: 44.375em) {
      body .grid-padding-x > .cell {
        padding-right: 0.3125rem;
        padding-left: 0.3125rem; } }
  body .small-up-1 > .cell {
    width: 100%; }
  body .small-up-2 > .cell {
    width: 50%; }
  body .small-up-3 > .cell {
    width: 33.33333%; }
  body .small-up-4 > .cell {
    width: 25%; }
  body .small-up-5 > .cell {
    width: 20%; }
  body .small-up-6 > .cell {
    width: 16.66667%; }
  body .small-up-7 > .cell {
    width: 14.28571%; }
  body .small-up-8 > .cell {
    width: 12.5%; }
  @media print, screen and (min-width: 44.375em) {
    body .medium-up-1 > .cell {
      width: 100%; }
    body .medium-up-2 > .cell {
      width: 50%; }
    body .medium-up-3 > .cell {
      width: 33.33333%; }
    body .medium-up-4 > .cell {
      width: 25%; }
    body .medium-up-5 > .cell {
      width: 20%; }
    body .medium-up-6 > .cell {
      width: 16.66667%; }
    body .medium-up-7 > .cell {
      width: 14.28571%; }
    body .medium-up-8 > .cell {
      width: 12.5%; } }
  @media print, screen and (min-width: 67.5em) {
    body .large-up-1 > .cell {
      width: 100%; }
    body .large-up-2 > .cell {
      width: 50%; }
    body .large-up-3 > .cell {
      width: 33.33333%; }
    body .large-up-4 > .cell {
      width: 25%; }
    body .large-up-5 > .cell {
      width: 20%; }
    body .large-up-6 > .cell {
      width: 16.66667%; }
    body .large-up-7 > .cell {
      width: 14.28571%; }
    body .large-up-8 > .cell {
      width: 12.5%; } }
  @media screen and (min-width: 75em) {
    body .xlarge-up-1 > .cell {
      width: 100%; }
    body .xlarge-up-2 > .cell {
      width: 50%; }
    body .xlarge-up-3 > .cell {
      width: 33.33333%; }
    body .xlarge-up-4 > .cell {
      width: 25%; }
    body .xlarge-up-5 > .cell {
      width: 20%; }
    body .xlarge-up-6 > .cell {
      width: 16.66667%; }
    body .xlarge-up-7 > .cell {
      width: 14.28571%; }
    body .xlarge-up-8 > .cell {
      width: 12.5%; } }
  body .grid-margin-x.small-up-1 > .cell {
    width: calc(100% - 0.3125rem); }
  body .grid-margin-x.small-up-2 > .cell {
    width: calc(50% - 0.3125rem); }
  body .grid-margin-x.small-up-3 > .cell {
    width: calc(33.33333% - 0.3125rem); }
  body .grid-margin-x.small-up-4 > .cell {
    width: calc(25% - 0.3125rem); }
  body .grid-margin-x.small-up-5 > .cell {
    width: calc(20% - 0.3125rem); }
  body .grid-margin-x.small-up-6 > .cell {
    width: calc(16.66667% - 0.3125rem); }
  body .grid-margin-x.small-up-7 > .cell {
    width: calc(14.28571% - 0.3125rem); }
  body .grid-margin-x.small-up-8 > .cell {
    width: calc(12.5% - 0.3125rem); }
  @media print, screen and (min-width: 44.375em) {
    body .grid-margin-x.small-up-1 > .cell {
      width: calc(100% - 0.3125rem); }
    body .grid-margin-x.small-up-2 > .cell {
      width: calc(50% - 0.3125rem); }
    body .grid-margin-x.small-up-3 > .cell {
      width: calc(33.33333% - 0.3125rem); }
    body .grid-margin-x.small-up-4 > .cell {
      width: calc(25% - 0.3125rem); }
    body .grid-margin-x.small-up-5 > .cell {
      width: calc(20% - 0.3125rem); }
    body .grid-margin-x.small-up-6 > .cell {
      width: calc(16.66667% - 0.3125rem); }
    body .grid-margin-x.small-up-7 > .cell {
      width: calc(14.28571% - 0.3125rem); }
    body .grid-margin-x.small-up-8 > .cell {
      width: calc(12.5% - 0.3125rem); }
    body .grid-margin-x.medium-up-1 > .cell {
      width: calc(100% - 0.625rem); }
    body .grid-margin-x.medium-up-2 > .cell {
      width: calc(50% - 0.625rem); }
    body .grid-margin-x.medium-up-3 > .cell {
      width: calc(33.33333% - 0.625rem); }
    body .grid-margin-x.medium-up-4 > .cell {
      width: calc(25% - 0.625rem); }
    body .grid-margin-x.medium-up-5 > .cell {
      width: calc(20% - 0.625rem); }
    body .grid-margin-x.medium-up-6 > .cell {
      width: calc(16.66667% - 0.625rem); }
    body .grid-margin-x.medium-up-7 > .cell {
      width: calc(14.28571% - 0.625rem); }
    body .grid-margin-x.medium-up-8 > .cell {
      width: calc(12.5% - 0.625rem); } }
  @media print, screen and (min-width: 67.5em) {
    body .grid-margin-x.large-up-1 > .cell {
      width: calc(100% - 0.625rem); }
    body .grid-margin-x.large-up-2 > .cell {
      width: calc(50% - 0.625rem); }
    body .grid-margin-x.large-up-3 > .cell {
      width: calc(33.33333% - 0.625rem); }
    body .grid-margin-x.large-up-4 > .cell {
      width: calc(25% - 0.625rem); }
    body .grid-margin-x.large-up-5 > .cell {
      width: calc(20% - 0.625rem); }
    body .grid-margin-x.large-up-6 > .cell {
      width: calc(16.66667% - 0.625rem); }
    body .grid-margin-x.large-up-7 > .cell {
      width: calc(14.28571% - 0.625rem); }
    body .grid-margin-x.large-up-8 > .cell {
      width: calc(12.5% - 0.625rem); } }
  @media screen and (min-width: 75em) {
    body .grid-margin-x.xlarge-up-1 > .cell {
      width: calc(100% - 0.625rem); }
    body .grid-margin-x.xlarge-up-2 > .cell {
      width: calc(50% - 0.625rem); }
    body .grid-margin-x.xlarge-up-3 > .cell {
      width: calc(33.33333% - 0.625rem); }
    body .grid-margin-x.xlarge-up-4 > .cell {
      width: calc(25% - 0.625rem); }
    body .grid-margin-x.xlarge-up-5 > .cell {
      width: calc(20% - 0.625rem); }
    body .grid-margin-x.xlarge-up-6 > .cell {
      width: calc(16.66667% - 0.625rem); }
    body .grid-margin-x.xlarge-up-7 > .cell {
      width: calc(14.28571% - 0.625rem); }
    body .grid-margin-x.xlarge-up-8 > .cell {
      width: calc(12.5% - 0.625rem); } }
  body .small-margin-collapse {
    margin-right: 0;
    margin-left: 0; }
    body .small-margin-collapse > .cell {
      margin-right: 0;
      margin-left: 0; }
    body .small-margin-collapse > .small-1 {
      width: 8.33333%; }
    body .small-margin-collapse > .small-2 {
      width: 16.66667%; }
    body .small-margin-collapse > .small-3 {
      width: 25%; }
    body .small-margin-collapse > .small-4 {
      width: 33.33333%; }
    body .small-margin-collapse > .small-5 {
      width: 41.66667%; }
    body .small-margin-collapse > .small-6 {
      width: 50%; }
    body .small-margin-collapse > .small-7 {
      width: 58.33333%; }
    body .small-margin-collapse > .small-8 {
      width: 66.66667%; }
    body .small-margin-collapse > .small-9 {
      width: 75%; }
    body .small-margin-collapse > .small-10 {
      width: 83.33333%; }
    body .small-margin-collapse > .small-11 {
      width: 91.66667%; }
    body .small-margin-collapse > .small-12 {
      width: 100%; }
    @media print, screen and (min-width: 44.375em) {
      body .small-margin-collapse > .medium-1 {
        width: 8.33333%; }
      body .small-margin-collapse > .medium-2 {
        width: 16.66667%; }
      body .small-margin-collapse > .medium-3 {
        width: 25%; }
      body .small-margin-collapse > .medium-4 {
        width: 33.33333%; }
      body .small-margin-collapse > .medium-5 {
        width: 41.66667%; }
      body .small-margin-collapse > .medium-6 {
        width: 50%; }
      body .small-margin-collapse > .medium-7 {
        width: 58.33333%; }
      body .small-margin-collapse > .medium-8 {
        width: 66.66667%; }
      body .small-margin-collapse > .medium-9 {
        width: 75%; }
      body .small-margin-collapse > .medium-10 {
        width: 83.33333%; }
      body .small-margin-collapse > .medium-11 {
        width: 91.66667%; }
      body .small-margin-collapse > .medium-12 {
        width: 100%; } }
    @media print, screen and (min-width: 67.5em) {
      body .small-margin-collapse > .large-1 {
        width: 8.33333%; }
      body .small-margin-collapse > .large-2 {
        width: 16.66667%; }
      body .small-margin-collapse > .large-3 {
        width: 25%; }
      body .small-margin-collapse > .large-4 {
        width: 33.33333%; }
      body .small-margin-collapse > .large-5 {
        width: 41.66667%; }
      body .small-margin-collapse > .large-6 {
        width: 50%; }
      body .small-margin-collapse > .large-7 {
        width: 58.33333%; }
      body .small-margin-collapse > .large-8 {
        width: 66.66667%; }
      body .small-margin-collapse > .large-9 {
        width: 75%; }
      body .small-margin-collapse > .large-10 {
        width: 83.33333%; }
      body .small-margin-collapse > .large-11 {
        width: 91.66667%; }
      body .small-margin-collapse > .large-12 {
        width: 100%; } }
    @media screen and (min-width: 75em) {
      body .small-margin-collapse > .xlarge-1 {
        width: 8.33333%; }
      body .small-margin-collapse > .xlarge-2 {
        width: 16.66667%; }
      body .small-margin-collapse > .xlarge-3 {
        width: 25%; }
      body .small-margin-collapse > .xlarge-4 {
        width: 33.33333%; }
      body .small-margin-collapse > .xlarge-5 {
        width: 41.66667%; }
      body .small-margin-collapse > .xlarge-6 {
        width: 50%; }
      body .small-margin-collapse > .xlarge-7 {
        width: 58.33333%; }
      body .small-margin-collapse > .xlarge-8 {
        width: 66.66667%; }
      body .small-margin-collapse > .xlarge-9 {
        width: 75%; }
      body .small-margin-collapse > .xlarge-10 {
        width: 83.33333%; }
      body .small-margin-collapse > .xlarge-11 {
        width: 91.66667%; }
      body .small-margin-collapse > .xlarge-12 {
        width: 100%; } }
  body .small-padding-collapse {
    margin-right: 0;
    margin-left: 0; }
    body .small-padding-collapse > .cell {
      padding-right: 0;
      padding-left: 0; }
  @media print, screen and (min-width: 44.375em) {
    body .medium-margin-collapse {
      margin-right: 0;
      margin-left: 0; }
      body .medium-margin-collapse > .cell {
        margin-right: 0;
        margin-left: 0; } }
  @media print, screen and (min-width: 44.375em) {
    body .medium-margin-collapse > .small-1 {
      width: 8.33333%; }
    body .medium-margin-collapse > .small-2 {
      width: 16.66667%; }
    body .medium-margin-collapse > .small-3 {
      width: 25%; }
    body .medium-margin-collapse > .small-4 {
      width: 33.33333%; }
    body .medium-margin-collapse > .small-5 {
      width: 41.66667%; }
    body .medium-margin-collapse > .small-6 {
      width: 50%; }
    body .medium-margin-collapse > .small-7 {
      width: 58.33333%; }
    body .medium-margin-collapse > .small-8 {
      width: 66.66667%; }
    body .medium-margin-collapse > .small-9 {
      width: 75%; }
    body .medium-margin-collapse > .small-10 {
      width: 83.33333%; }
    body .medium-margin-collapse > .small-11 {
      width: 91.66667%; }
    body .medium-margin-collapse > .small-12 {
      width: 100%; } }
  @media print, screen and (min-width: 44.375em) {
    body .medium-margin-collapse > .medium-1 {
      width: 8.33333%; }
    body .medium-margin-collapse > .medium-2 {
      width: 16.66667%; }
    body .medium-margin-collapse > .medium-3 {
      width: 25%; }
    body .medium-margin-collapse > .medium-4 {
      width: 33.33333%; }
    body .medium-margin-collapse > .medium-5 {
      width: 41.66667%; }
    body .medium-margin-collapse > .medium-6 {
      width: 50%; }
    body .medium-margin-collapse > .medium-7 {
      width: 58.33333%; }
    body .medium-margin-collapse > .medium-8 {
      width: 66.66667%; }
    body .medium-margin-collapse > .medium-9 {
      width: 75%; }
    body .medium-margin-collapse > .medium-10 {
      width: 83.33333%; }
    body .medium-margin-collapse > .medium-11 {
      width: 91.66667%; }
    body .medium-margin-collapse > .medium-12 {
      width: 100%; } }
  @media print, screen and (min-width: 67.5em) {
    body .medium-margin-collapse > .large-1 {
      width: 8.33333%; }
    body .medium-margin-collapse > .large-2 {
      width: 16.66667%; }
    body .medium-margin-collapse > .large-3 {
      width: 25%; }
    body .medium-margin-collapse > .large-4 {
      width: 33.33333%; }
    body .medium-margin-collapse > .large-5 {
      width: 41.66667%; }
    body .medium-margin-collapse > .large-6 {
      width: 50%; }
    body .medium-margin-collapse > .large-7 {
      width: 58.33333%; }
    body .medium-margin-collapse > .large-8 {
      width: 66.66667%; }
    body .medium-margin-collapse > .large-9 {
      width: 75%; }
    body .medium-margin-collapse > .large-10 {
      width: 83.33333%; }
    body .medium-margin-collapse > .large-11 {
      width: 91.66667%; }
    body .medium-margin-collapse > .large-12 {
      width: 100%; } }
  @media screen and (min-width: 75em) {
    body .medium-margin-collapse > .xlarge-1 {
      width: 8.33333%; }
    body .medium-margin-collapse > .xlarge-2 {
      width: 16.66667%; }
    body .medium-margin-collapse > .xlarge-3 {
      width: 25%; }
    body .medium-margin-collapse > .xlarge-4 {
      width: 33.33333%; }
    body .medium-margin-collapse > .xlarge-5 {
      width: 41.66667%; }
    body .medium-margin-collapse > .xlarge-6 {
      width: 50%; }
    body .medium-margin-collapse > .xlarge-7 {
      width: 58.33333%; }
    body .medium-margin-collapse > .xlarge-8 {
      width: 66.66667%; }
    body .medium-margin-collapse > .xlarge-9 {
      width: 75%; }
    body .medium-margin-collapse > .xlarge-10 {
      width: 83.33333%; }
    body .medium-margin-collapse > .xlarge-11 {
      width: 91.66667%; }
    body .medium-margin-collapse > .xlarge-12 {
      width: 100%; } }
  @media print, screen and (min-width: 44.375em) {
    body .medium-padding-collapse {
      margin-right: 0;
      margin-left: 0; }
      body .medium-padding-collapse > .cell {
        padding-right: 0;
        padding-left: 0; } }
  @media print, screen and (min-width: 67.5em) {
    body .large-margin-collapse {
      margin-right: 0;
      margin-left: 0; }
      body .large-margin-collapse > .cell {
        margin-right: 0;
        margin-left: 0; } }
  @media print, screen and (min-width: 67.5em) {
    body .large-margin-collapse > .small-1 {
      width: 8.33333%; }
    body .large-margin-collapse > .small-2 {
      width: 16.66667%; }
    body .large-margin-collapse > .small-3 {
      width: 25%; }
    body .large-margin-collapse > .small-4 {
      width: 33.33333%; }
    body .large-margin-collapse > .small-5 {
      width: 41.66667%; }
    body .large-margin-collapse > .small-6 {
      width: 50%; }
    body .large-margin-collapse > .small-7 {
      width: 58.33333%; }
    body .large-margin-collapse > .small-8 {
      width: 66.66667%; }
    body .large-margin-collapse > .small-9 {
      width: 75%; }
    body .large-margin-collapse > .small-10 {
      width: 83.33333%; }
    body .large-margin-collapse > .small-11 {
      width: 91.66667%; }
    body .large-margin-collapse > .small-12 {
      width: 100%; } }
  @media print, screen and (min-width: 67.5em) {
    body .large-margin-collapse > .medium-1 {
      width: 8.33333%; }
    body .large-margin-collapse > .medium-2 {
      width: 16.66667%; }
    body .large-margin-collapse > .medium-3 {
      width: 25%; }
    body .large-margin-collapse > .medium-4 {
      width: 33.33333%; }
    body .large-margin-collapse > .medium-5 {
      width: 41.66667%; }
    body .large-margin-collapse > .medium-6 {
      width: 50%; }
    body .large-margin-collapse > .medium-7 {
      width: 58.33333%; }
    body .large-margin-collapse > .medium-8 {
      width: 66.66667%; }
    body .large-margin-collapse > .medium-9 {
      width: 75%; }
    body .large-margin-collapse > .medium-10 {
      width: 83.33333%; }
    body .large-margin-collapse > .medium-11 {
      width: 91.66667%; }
    body .large-margin-collapse > .medium-12 {
      width: 100%; } }
  @media print, screen and (min-width: 67.5em) {
    body .large-margin-collapse > .large-1 {
      width: 8.33333%; }
    body .large-margin-collapse > .large-2 {
      width: 16.66667%; }
    body .large-margin-collapse > .large-3 {
      width: 25%; }
    body .large-margin-collapse > .large-4 {
      width: 33.33333%; }
    body .large-margin-collapse > .large-5 {
      width: 41.66667%; }
    body .large-margin-collapse > .large-6 {
      width: 50%; }
    body .large-margin-collapse > .large-7 {
      width: 58.33333%; }
    body .large-margin-collapse > .large-8 {
      width: 66.66667%; }
    body .large-margin-collapse > .large-9 {
      width: 75%; }
    body .large-margin-collapse > .large-10 {
      width: 83.33333%; }
    body .large-margin-collapse > .large-11 {
      width: 91.66667%; }
    body .large-margin-collapse > .large-12 {
      width: 100%; } }
  @media screen and (min-width: 75em) {
    body .large-margin-collapse > .xlarge-1 {
      width: 8.33333%; }
    body .large-margin-collapse > .xlarge-2 {
      width: 16.66667%; }
    body .large-margin-collapse > .xlarge-3 {
      width: 25%; }
    body .large-margin-collapse > .xlarge-4 {
      width: 33.33333%; }
    body .large-margin-collapse > .xlarge-5 {
      width: 41.66667%; }
    body .large-margin-collapse > .xlarge-6 {
      width: 50%; }
    body .large-margin-collapse > .xlarge-7 {
      width: 58.33333%; }
    body .large-margin-collapse > .xlarge-8 {
      width: 66.66667%; }
    body .large-margin-collapse > .xlarge-9 {
      width: 75%; }
    body .large-margin-collapse > .xlarge-10 {
      width: 83.33333%; }
    body .large-margin-collapse > .xlarge-11 {
      width: 91.66667%; }
    body .large-margin-collapse > .xlarge-12 {
      width: 100%; } }
  @media print, screen and (min-width: 67.5em) {
    body .large-padding-collapse {
      margin-right: 0;
      margin-left: 0; }
      body .large-padding-collapse > .cell {
        padding-right: 0;
        padding-left: 0; } }
  @media screen and (min-width: 75em) {
    body .xlarge-margin-collapse {
      margin-right: 0;
      margin-left: 0; }
      body .xlarge-margin-collapse > .cell {
        margin-right: 0;
        margin-left: 0; } }
  @media screen and (min-width: 75em) {
    body .xlarge-margin-collapse > .small-1 {
      width: 8.33333%; }
    body .xlarge-margin-collapse > .small-2 {
      width: 16.66667%; }
    body .xlarge-margin-collapse > .small-3 {
      width: 25%; }
    body .xlarge-margin-collapse > .small-4 {
      width: 33.33333%; }
    body .xlarge-margin-collapse > .small-5 {
      width: 41.66667%; }
    body .xlarge-margin-collapse > .small-6 {
      width: 50%; }
    body .xlarge-margin-collapse > .small-7 {
      width: 58.33333%; }
    body .xlarge-margin-collapse > .small-8 {
      width: 66.66667%; }
    body .xlarge-margin-collapse > .small-9 {
      width: 75%; }
    body .xlarge-margin-collapse > .small-10 {
      width: 83.33333%; }
    body .xlarge-margin-collapse > .small-11 {
      width: 91.66667%; }
    body .xlarge-margin-collapse > .small-12 {
      width: 100%; } }
  @media screen and (min-width: 75em) {
    body .xlarge-margin-collapse > .medium-1 {
      width: 8.33333%; }
    body .xlarge-margin-collapse > .medium-2 {
      width: 16.66667%; }
    body .xlarge-margin-collapse > .medium-3 {
      width: 25%; }
    body .xlarge-margin-collapse > .medium-4 {
      width: 33.33333%; }
    body .xlarge-margin-collapse > .medium-5 {
      width: 41.66667%; }
    body .xlarge-margin-collapse > .medium-6 {
      width: 50%; }
    body .xlarge-margin-collapse > .medium-7 {
      width: 58.33333%; }
    body .xlarge-margin-collapse > .medium-8 {
      width: 66.66667%; }
    body .xlarge-margin-collapse > .medium-9 {
      width: 75%; }
    body .xlarge-margin-collapse > .medium-10 {
      width: 83.33333%; }
    body .xlarge-margin-collapse > .medium-11 {
      width: 91.66667%; }
    body .xlarge-margin-collapse > .medium-12 {
      width: 100%; } }
  @media screen and (min-width: 75em) {
    body .xlarge-margin-collapse > .large-1 {
      width: 8.33333%; }
    body .xlarge-margin-collapse > .large-2 {
      width: 16.66667%; }
    body .xlarge-margin-collapse > .large-3 {
      width: 25%; }
    body .xlarge-margin-collapse > .large-4 {
      width: 33.33333%; }
    body .xlarge-margin-collapse > .large-5 {
      width: 41.66667%; }
    body .xlarge-margin-collapse > .large-6 {
      width: 50%; }
    body .xlarge-margin-collapse > .large-7 {
      width: 58.33333%; }
    body .xlarge-margin-collapse > .large-8 {
      width: 66.66667%; }
    body .xlarge-margin-collapse > .large-9 {
      width: 75%; }
    body .xlarge-margin-collapse > .large-10 {
      width: 83.33333%; }
    body .xlarge-margin-collapse > .large-11 {
      width: 91.66667%; }
    body .xlarge-margin-collapse > .large-12 {
      width: 100%; } }
  @media screen and (min-width: 75em) {
    body .xlarge-margin-collapse > .xlarge-1 {
      width: 8.33333%; }
    body .xlarge-margin-collapse > .xlarge-2 {
      width: 16.66667%; }
    body .xlarge-margin-collapse > .xlarge-3 {
      width: 25%; }
    body .xlarge-margin-collapse > .xlarge-4 {
      width: 33.33333%; }
    body .xlarge-margin-collapse > .xlarge-5 {
      width: 41.66667%; }
    body .xlarge-margin-collapse > .xlarge-6 {
      width: 50%; }
    body .xlarge-margin-collapse > .xlarge-7 {
      width: 58.33333%; }
    body .xlarge-margin-collapse > .xlarge-8 {
      width: 66.66667%; }
    body .xlarge-margin-collapse > .xlarge-9 {
      width: 75%; }
    body .xlarge-margin-collapse > .xlarge-10 {
      width: 83.33333%; }
    body .xlarge-margin-collapse > .xlarge-11 {
      width: 91.66667%; }
    body .xlarge-margin-collapse > .xlarge-12 {
      width: 100%; } }
  @media screen and (min-width: 75em) {
    body .xlarge-padding-collapse {
      margin-right: 0;
      margin-left: 0; }
      body .xlarge-padding-collapse > .cell {
        padding-right: 0;
        padding-left: 0; } }
  body .small-offset-0 {
    margin-left: 0%; }
  body .grid-margin-x > .small-offset-0 {
    margin-left: calc(0% + 0.15625rem); }
  body .small-offset-1 {
    margin-left: 8.33333%; }
  body .grid-margin-x > .small-offset-1 {
    margin-left: calc(8.33333% + 0.15625rem); }
  body .small-offset-2 {
    margin-left: 16.66667%; }
  body .grid-margin-x > .small-offset-2 {
    margin-left: calc(16.66667% + 0.15625rem); }
  body .small-offset-3 {
    margin-left: 25%; }
  body .grid-margin-x > .small-offset-3 {
    margin-left: calc(25% + 0.15625rem); }
  body .small-offset-4 {
    margin-left: 33.33333%; }
  body .grid-margin-x > .small-offset-4 {
    margin-left: calc(33.33333% + 0.15625rem); }
  body .small-offset-5 {
    margin-left: 41.66667%; }
  body .grid-margin-x > .small-offset-5 {
    margin-left: calc(41.66667% + 0.15625rem); }
  body .small-offset-6 {
    margin-left: 50%; }
  body .grid-margin-x > .small-offset-6 {
    margin-left: calc(50% + 0.15625rem); }
  body .small-offset-7 {
    margin-left: 58.33333%; }
  body .grid-margin-x > .small-offset-7 {
    margin-left: calc(58.33333% + 0.15625rem); }
  body .small-offset-8 {
    margin-left: 66.66667%; }
  body .grid-margin-x > .small-offset-8 {
    margin-left: calc(66.66667% + 0.15625rem); }
  body .small-offset-9 {
    margin-left: 75%; }
  body .grid-margin-x > .small-offset-9 {
    margin-left: calc(75% + 0.15625rem); }
  body .small-offset-10 {
    margin-left: 83.33333%; }
  body .grid-margin-x > .small-offset-10 {
    margin-left: calc(83.33333% + 0.15625rem); }
  body .small-offset-11 {
    margin-left: 91.66667%; }
  body .grid-margin-x > .small-offset-11 {
    margin-left: calc(91.66667% + 0.15625rem); }
  @media print, screen and (min-width: 44.375em) {
    body .medium-offset-0 {
      margin-left: 0%; }
    body .grid-margin-x > .medium-offset-0 {
      margin-left: calc(0% + 0.3125rem); }
    body .medium-offset-1 {
      margin-left: 8.33333%; }
    body .grid-margin-x > .medium-offset-1 {
      margin-left: calc(8.33333% + 0.3125rem); }
    body .medium-offset-2 {
      margin-left: 16.66667%; }
    body .grid-margin-x > .medium-offset-2 {
      margin-left: calc(16.66667% + 0.3125rem); }
    body .medium-offset-3 {
      margin-left: 25%; }
    body .grid-margin-x > .medium-offset-3 {
      margin-left: calc(25% + 0.3125rem); }
    body .medium-offset-4 {
      margin-left: 33.33333%; }
    body .grid-margin-x > .medium-offset-4 {
      margin-left: calc(33.33333% + 0.3125rem); }
    body .medium-offset-5 {
      margin-left: 41.66667%; }
    body .grid-margin-x > .medium-offset-5 {
      margin-left: calc(41.66667% + 0.3125rem); }
    body .medium-offset-6 {
      margin-left: 50%; }
    body .grid-margin-x > .medium-offset-6 {
      margin-left: calc(50% + 0.3125rem); }
    body .medium-offset-7 {
      margin-left: 58.33333%; }
    body .grid-margin-x > .medium-offset-7 {
      margin-left: calc(58.33333% + 0.3125rem); }
    body .medium-offset-8 {
      margin-left: 66.66667%; }
    body .grid-margin-x > .medium-offset-8 {
      margin-left: calc(66.66667% + 0.3125rem); }
    body .medium-offset-9 {
      margin-left: 75%; }
    body .grid-margin-x > .medium-offset-9 {
      margin-left: calc(75% + 0.3125rem); }
    body .medium-offset-10 {
      margin-left: 83.33333%; }
    body .grid-margin-x > .medium-offset-10 {
      margin-left: calc(83.33333% + 0.3125rem); }
    body .medium-offset-11 {
      margin-left: 91.66667%; }
    body .grid-margin-x > .medium-offset-11 {
      margin-left: calc(91.66667% + 0.3125rem); } }
  @media print, screen and (min-width: 67.5em) {
    body .large-offset-0 {
      margin-left: 0%; }
    body .grid-margin-x > .large-offset-0 {
      margin-left: calc(0% + 0.3125rem); }
    body .large-offset-1 {
      margin-left: 8.33333%; }
    body .grid-margin-x > .large-offset-1 {
      margin-left: calc(8.33333% + 0.3125rem); }
    body .large-offset-2 {
      margin-left: 16.66667%; }
    body .grid-margin-x > .large-offset-2 {
      margin-left: calc(16.66667% + 0.3125rem); }
    body .large-offset-3 {
      margin-left: 25%; }
    body .grid-margin-x > .large-offset-3 {
      margin-left: calc(25% + 0.3125rem); }
    body .large-offset-4 {
      margin-left: 33.33333%; }
    body .grid-margin-x > .large-offset-4 {
      margin-left: calc(33.33333% + 0.3125rem); }
    body .large-offset-5 {
      margin-left: 41.66667%; }
    body .grid-margin-x > .large-offset-5 {
      margin-left: calc(41.66667% + 0.3125rem); }
    body .large-offset-6 {
      margin-left: 50%; }
    body .grid-margin-x > .large-offset-6 {
      margin-left: calc(50% + 0.3125rem); }
    body .large-offset-7 {
      margin-left: 58.33333%; }
    body .grid-margin-x > .large-offset-7 {
      margin-left: calc(58.33333% + 0.3125rem); }
    body .large-offset-8 {
      margin-left: 66.66667%; }
    body .grid-margin-x > .large-offset-8 {
      margin-left: calc(66.66667% + 0.3125rem); }
    body .large-offset-9 {
      margin-left: 75%; }
    body .grid-margin-x > .large-offset-9 {
      margin-left: calc(75% + 0.3125rem); }
    body .large-offset-10 {
      margin-left: 83.33333%; }
    body .grid-margin-x > .large-offset-10 {
      margin-left: calc(83.33333% + 0.3125rem); }
    body .large-offset-11 {
      margin-left: 91.66667%; }
    body .grid-margin-x > .large-offset-11 {
      margin-left: calc(91.66667% + 0.3125rem); } }
  @media screen and (min-width: 75em) {
    body .xlarge-offset-0 {
      margin-left: 0%; }
    body .grid-margin-x > .xlarge-offset-0 {
      margin-left: calc(0% + 0.3125rem); }
    body .xlarge-offset-1 {
      margin-left: 8.33333%; }
    body .grid-margin-x > .xlarge-offset-1 {
      margin-left: calc(8.33333% + 0.3125rem); }
    body .xlarge-offset-2 {
      margin-left: 16.66667%; }
    body .grid-margin-x > .xlarge-offset-2 {
      margin-left: calc(16.66667% + 0.3125rem); }
    body .xlarge-offset-3 {
      margin-left: 25%; }
    body .grid-margin-x > .xlarge-offset-3 {
      margin-left: calc(25% + 0.3125rem); }
    body .xlarge-offset-4 {
      margin-left: 33.33333%; }
    body .grid-margin-x > .xlarge-offset-4 {
      margin-left: calc(33.33333% + 0.3125rem); }
    body .xlarge-offset-5 {
      margin-left: 41.66667%; }
    body .grid-margin-x > .xlarge-offset-5 {
      margin-left: calc(41.66667% + 0.3125rem); }
    body .xlarge-offset-6 {
      margin-left: 50%; }
    body .grid-margin-x > .xlarge-offset-6 {
      margin-left: calc(50% + 0.3125rem); }
    body .xlarge-offset-7 {
      margin-left: 58.33333%; }
    body .grid-margin-x > .xlarge-offset-7 {
      margin-left: calc(58.33333% + 0.3125rem); }
    body .xlarge-offset-8 {
      margin-left: 66.66667%; }
    body .grid-margin-x > .xlarge-offset-8 {
      margin-left: calc(66.66667% + 0.3125rem); }
    body .xlarge-offset-9 {
      margin-left: 75%; }
    body .grid-margin-x > .xlarge-offset-9 {
      margin-left: calc(75% + 0.3125rem); }
    body .xlarge-offset-10 {
      margin-left: 83.33333%; }
    body .grid-margin-x > .xlarge-offset-10 {
      margin-left: calc(83.33333% + 0.3125rem); }
    body .xlarge-offset-11 {
      margin-left: 91.66667%; }
    body .grid-margin-x > .xlarge-offset-11 {
      margin-left: calc(91.66667% + 0.3125rem); } }
  body .grid-y {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-flex-flow: column nowrap;
        -ms-flex-flow: column nowrap;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            flex-flow: column nowrap; }
    body .grid-y > .cell {
      width: auto; }
    body .grid-y > .auto {
      height: auto; }
    body .grid-y > .shrink {
      height: auto; }
    body .grid-y > .small-shrink, body .grid-y > .small-full, body .grid-y > .small-1, body .grid-y > .small-2, body .grid-y > .small-3, body .grid-y > .small-4, body .grid-y > .small-5, body .grid-y > .small-6, body .grid-y > .small-7, body .grid-y > .small-8, body .grid-y > .small-9, body .grid-y > .small-10, body .grid-y > .small-11, body .grid-y > .small-12 {
      -webkit-flex-basis: auto;
          -ms-flex-preferred-size: auto;
              flex-basis: auto; }
    @media print, screen and (min-width: 44.375em) {
      body .grid-y > .medium-shrink, body .grid-y > .medium-full, body .grid-y > .medium-1, body .grid-y > .medium-2, body .grid-y > .medium-3, body .grid-y > .medium-4, body .grid-y > .medium-5, body .grid-y > .medium-6, body .grid-y > .medium-7, body .grid-y > .medium-8, body .grid-y > .medium-9, body .grid-y > .medium-10, body .grid-y > .medium-11, body .grid-y > .medium-12 {
        -webkit-flex-basis: auto;
            -ms-flex-preferred-size: auto;
                flex-basis: auto; } }
    @media print, screen and (min-width: 67.5em) {
      body .grid-y > .large-shrink, body .grid-y > .large-full, body .grid-y > .large-1, body .grid-y > .large-2, body .grid-y > .large-3, body .grid-y > .large-4, body .grid-y > .large-5, body .grid-y > .large-6, body .grid-y > .large-7, body .grid-y > .large-8, body .grid-y > .large-9, body .grid-y > .large-10, body .grid-y > .large-11, body .grid-y > .large-12 {
        -webkit-flex-basis: auto;
            -ms-flex-preferred-size: auto;
                flex-basis: auto; } }
    @media screen and (min-width: 75em) {
      body .grid-y > .xlarge-shrink, body .grid-y > .xlarge-full, body .grid-y > .xlarge-1, body .grid-y > .xlarge-2, body .grid-y > .xlarge-3, body .grid-y > .xlarge-4, body .grid-y > .xlarge-5, body .grid-y > .xlarge-6, body .grid-y > .xlarge-7, body .grid-y > .xlarge-8, body .grid-y > .xlarge-9, body .grid-y > .xlarge-10, body .grid-y > .xlarge-11, body .grid-y > .xlarge-12 {
        -webkit-flex-basis: auto;
            -ms-flex-preferred-size: auto;
                flex-basis: auto; } }
    body .grid-y > .small-1 {
      height: 8.33333%; }
    body .grid-y > .small-2 {
      height: 16.66667%; }
    body .grid-y > .small-3 {
      height: 25%; }
    body .grid-y > .small-4 {
      height: 33.33333%; }
    body .grid-y > .small-5 {
      height: 41.66667%; }
    body .grid-y > .small-6 {
      height: 50%; }
    body .grid-y > .small-7 {
      height: 58.33333%; }
    body .grid-y > .small-8 {
      height: 66.66667%; }
    body .grid-y > .small-9 {
      height: 75%; }
    body .grid-y > .small-10 {
      height: 83.33333%; }
    body .grid-y > .small-11 {
      height: 91.66667%; }
    body .grid-y > .small-12 {
      height: 100%; }
    @media print, screen and (min-width: 44.375em) {
      body .grid-y > .medium-auto {
        -webkit-flex: 1 1 0px;
            -ms-flex: 1 1 0px;
                -webkit-box-flex: 1;
                flex: 1 1 0px;
        height: auto; }
      body .grid-y > .medium-shrink {
        height: auto; }
      body .grid-y > .medium-1 {
        height: 8.33333%; }
      body .grid-y > .medium-2 {
        height: 16.66667%; }
      body .grid-y > .medium-3 {
        height: 25%; }
      body .grid-y > .medium-4 {
        height: 33.33333%; }
      body .grid-y > .medium-5 {
        height: 41.66667%; }
      body .grid-y > .medium-6 {
        height: 50%; }
      body .grid-y > .medium-7 {
        height: 58.33333%; }
      body .grid-y > .medium-8 {
        height: 66.66667%; }
      body .grid-y > .medium-9 {
        height: 75%; }
      body .grid-y > .medium-10 {
        height: 83.33333%; }
      body .grid-y > .medium-11 {
        height: 91.66667%; }
      body .grid-y > .medium-12 {
        height: 100%; } }
    @media print, screen and (min-width: 67.5em) {
      body .grid-y > .large-auto {
        -webkit-flex: 1 1 0px;
            -ms-flex: 1 1 0px;
                -webkit-box-flex: 1;
                flex: 1 1 0px;
        height: auto; }
      body .grid-y > .large-shrink {
        height: auto; }
      body .grid-y > .large-1 {
        height: 8.33333%; }
      body .grid-y > .large-2 {
        height: 16.66667%; }
      body .grid-y > .large-3 {
        height: 25%; }
      body .grid-y > .large-4 {
        height: 33.33333%; }
      body .grid-y > .large-5 {
        height: 41.66667%; }
      body .grid-y > .large-6 {
        height: 50%; }
      body .grid-y > .large-7 {
        height: 58.33333%; }
      body .grid-y > .large-8 {
        height: 66.66667%; }
      body .grid-y > .large-9 {
        height: 75%; }
      body .grid-y > .large-10 {
        height: 83.33333%; }
      body .grid-y > .large-11 {
        height: 91.66667%; }
      body .grid-y > .large-12 {
        height: 100%; } }
    @media screen and (min-width: 75em) {
      body .grid-y > .xlarge-auto {
        -webkit-flex: 1 1 0px;
            -ms-flex: 1 1 0px;
                -webkit-box-flex: 1;
                flex: 1 1 0px;
        height: auto; }
      body .grid-y > .xlarge-shrink {
        height: auto; }
      body .grid-y > .xlarge-1 {
        height: 8.33333%; }
      body .grid-y > .xlarge-2 {
        height: 16.66667%; }
      body .grid-y > .xlarge-3 {
        height: 25%; }
      body .grid-y > .xlarge-4 {
        height: 33.33333%; }
      body .grid-y > .xlarge-5 {
        height: 41.66667%; }
      body .grid-y > .xlarge-6 {
        height: 50%; }
      body .grid-y > .xlarge-7 {
        height: 58.33333%; }
      body .grid-y > .xlarge-8 {
        height: 66.66667%; }
      body .grid-y > .xlarge-9 {
        height: 75%; }
      body .grid-y > .xlarge-10 {
        height: 83.33333%; }
      body .grid-y > .xlarge-11 {
        height: 91.66667%; }
      body .grid-y > .xlarge-12 {
        height: 100%; } }
  body .grid-padding-y .grid-padding-y {
    margin-top: -0.15625rem;
    margin-bottom: -0.15625rem; }
    @media print, screen and (min-width: 44.375em) {
      body .grid-padding-y .grid-padding-y {
        margin-top: -0.3125rem;
        margin-bottom: -0.3125rem; } }
  body .grid-padding-y > .cell {
    padding-top: 0.15625rem;
    padding-bottom: 0.15625rem; }
    @media print, screen and (min-width: 44.375em) {
      body .grid-padding-y > .cell {
        padding-top: 0.3125rem;
        padding-bottom: 0.3125rem; } }
  body .grid-margin-y {
    margin-top: -0.15625rem;
    margin-bottom: -0.15625rem; }
    @media print, screen and (min-width: 44.375em) {
      body .grid-margin-y {
        margin-top: -0.3125rem;
        margin-bottom: -0.3125rem; } }
    body .grid-margin-y > .cell {
      height: calc(100% - 0.3125rem);
      margin-top: 0.15625rem;
      margin-bottom: 0.15625rem; }
    @media print, screen and (min-width: 44.375em) {
      body .grid-margin-y > .cell {
        height: calc(100% - 0.625rem);
        margin-top: 0.3125rem;
        margin-bottom: 0.3125rem; } }
    body .grid-margin-y > .auto {
      height: auto; }
    body .grid-margin-y > .shrink {
      height: auto; }
    body .grid-margin-y > .small-1 {
      height: calc(8.33333% - 0.3125rem); }
    body .grid-margin-y > .small-2 {
      height: calc(16.66667% - 0.3125rem); }
    body .grid-margin-y > .small-3 {
      height: calc(25% - 0.3125rem); }
    body .grid-margin-y > .small-4 {
      height: calc(33.33333% - 0.3125rem); }
    body .grid-margin-y > .small-5 {
      height: calc(41.66667% - 0.3125rem); }
    body .grid-margin-y > .small-6 {
      height: calc(50% - 0.3125rem); }
    body .grid-margin-y > .small-7 {
      height: calc(58.33333% - 0.3125rem); }
    body .grid-margin-y > .small-8 {
      height: calc(66.66667% - 0.3125rem); }
    body .grid-margin-y > .small-9 {
      height: calc(75% - 0.3125rem); }
    body .grid-margin-y > .small-10 {
      height: calc(83.33333% - 0.3125rem); }
    body .grid-margin-y > .small-11 {
      height: calc(91.66667% - 0.3125rem); }
    body .grid-margin-y > .small-12 {
      height: calc(100% - 0.3125rem); }
    @media print, screen and (min-width: 44.375em) {
      body .grid-margin-y > .auto {
        height: auto; }
      body .grid-margin-y > .shrink {
        height: auto; }
      body .grid-margin-y > .small-1 {
        height: calc(8.33333% - 0.625rem); }
      body .grid-margin-y > .small-2 {
        height: calc(16.66667% - 0.625rem); }
      body .grid-margin-y > .small-3 {
        height: calc(25% - 0.625rem); }
      body .grid-margin-y > .small-4 {
        height: calc(33.33333% - 0.625rem); }
      body .grid-margin-y > .small-5 {
        height: calc(41.66667% - 0.625rem); }
      body .grid-margin-y > .small-6 {
        height: calc(50% - 0.625rem); }
      body .grid-margin-y > .small-7 {
        height: calc(58.33333% - 0.625rem); }
      body .grid-margin-y > .small-8 {
        height: calc(66.66667% - 0.625rem); }
      body .grid-margin-y > .small-9 {
        height: calc(75% - 0.625rem); }
      body .grid-margin-y > .small-10 {
        height: calc(83.33333% - 0.625rem); }
      body .grid-margin-y > .small-11 {
        height: calc(91.66667% - 0.625rem); }
      body .grid-margin-y > .small-12 {
        height: calc(100% - 0.625rem); }
      body .grid-margin-y > .medium-auto {
        height: auto; }
      body .grid-margin-y > .medium-shrink {
        height: auto; }
      body .grid-margin-y > .medium-1 {
        height: calc(8.33333% - 0.625rem); }
      body .grid-margin-y > .medium-2 {
        height: calc(16.66667% - 0.625rem); }
      body .grid-margin-y > .medium-3 {
        height: calc(25% - 0.625rem); }
      body .grid-margin-y > .medium-4 {
        height: calc(33.33333% - 0.625rem); }
      body .grid-margin-y > .medium-5 {
        height: calc(41.66667% - 0.625rem); }
      body .grid-margin-y > .medium-6 {
        height: calc(50% - 0.625rem); }
      body .grid-margin-y > .medium-7 {
        height: calc(58.33333% - 0.625rem); }
      body .grid-margin-y > .medium-8 {
        height: calc(66.66667% - 0.625rem); }
      body .grid-margin-y > .medium-9 {
        height: calc(75% - 0.625rem); }
      body .grid-margin-y > .medium-10 {
        height: calc(83.33333% - 0.625rem); }
      body .grid-margin-y > .medium-11 {
        height: calc(91.66667% - 0.625rem); }
      body .grid-margin-y > .medium-12 {
        height: calc(100% - 0.625rem); } }
    @media print, screen and (min-width: 67.5em) {
      body .grid-margin-y > .large-auto {
        height: auto; }
      body .grid-margin-y > .large-shrink {
        height: auto; }
      body .grid-margin-y > .large-1 {
        height: calc(8.33333% - 0.625rem); }
      body .grid-margin-y > .large-2 {
        height: calc(16.66667% - 0.625rem); }
      body .grid-margin-y > .large-3 {
        height: calc(25% - 0.625rem); }
      body .grid-margin-y > .large-4 {
        height: calc(33.33333% - 0.625rem); }
      body .grid-margin-y > .large-5 {
        height: calc(41.66667% - 0.625rem); }
      body .grid-margin-y > .large-6 {
        height: calc(50% - 0.625rem); }
      body .grid-margin-y > .large-7 {
        height: calc(58.33333% - 0.625rem); }
      body .grid-margin-y > .large-8 {
        height: calc(66.66667% - 0.625rem); }
      body .grid-margin-y > .large-9 {
        height: calc(75% - 0.625rem); }
      body .grid-margin-y > .large-10 {
        height: calc(83.33333% - 0.625rem); }
      body .grid-margin-y > .large-11 {
        height: calc(91.66667% - 0.625rem); }
      body .grid-margin-y > .large-12 {
        height: calc(100% - 0.625rem); } }
    @media screen and (min-width: 75em) {
      body .grid-margin-y > .xlarge-auto {
        height: auto; }
      body .grid-margin-y > .xlarge-shrink {
        height: auto; }
      body .grid-margin-y > .xlarge-1 {
        height: calc(8.33333% - 0.625rem); }
      body .grid-margin-y > .xlarge-2 {
        height: calc(16.66667% - 0.625rem); }
      body .grid-margin-y > .xlarge-3 {
        height: calc(25% - 0.625rem); }
      body .grid-margin-y > .xlarge-4 {
        height: calc(33.33333% - 0.625rem); }
      body .grid-margin-y > .xlarge-5 {
        height: calc(41.66667% - 0.625rem); }
      body .grid-margin-y > .xlarge-6 {
        height: calc(50% - 0.625rem); }
      body .grid-margin-y > .xlarge-7 {
        height: calc(58.33333% - 0.625rem); }
      body .grid-margin-y > .xlarge-8 {
        height: calc(66.66667% - 0.625rem); }
      body .grid-margin-y > .xlarge-9 {
        height: calc(75% - 0.625rem); }
      body .grid-margin-y > .xlarge-10 {
        height: calc(83.33333% - 0.625rem); }
      body .grid-margin-y > .xlarge-11 {
        height: calc(91.66667% - 0.625rem); }
      body .grid-margin-y > .xlarge-12 {
        height: calc(100% - 0.625rem); } }
  body .grid-frame {
    overflow: hidden;
    position: relative;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            -webkit-box-align: stretch;
            align-items: stretch;
    width: 100vw; }
  body .cell .grid-frame {
    width: 100%; }
  body .cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-stype: -ms-autohiding-scrollbar; }
  body .cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-stype: -ms-autohiding-scrollbar; }
  body .cell-block-container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            flex-direction: column;
    max-height: 100%; }
    body .cell-block-container > .grid-x {
      max-height: 100%;
      -webkit-flex-wrap: nowrap;
          -ms-flex-wrap: nowrap;
              flex-wrap: nowrap; }
  @media print, screen and (min-width: 44.375em) {
    body .medium-grid-frame {
      overflow: hidden;
      position: relative;
      -webkit-flex-wrap: nowrap;
          -ms-flex-wrap: nowrap;
              flex-wrap: nowrap;
      -webkit-align-items: stretch;
          -ms-flex-align: stretch;
              -webkit-box-align: stretch;
              align-items: stretch;
      width: 100vw; }
    body .cell .medium-grid-frame {
      width: 100%; }
    body .medium-cell-block {
      overflow-x: auto;
      max-width: 100%;
      -webkit-overflow-scrolling: touch;
      -ms-overflow-stype: -ms-autohiding-scrollbar; }
    body .medium-cell-block-container {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: -webkit-box;
      display: flex;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              -webkit-box-orient: vertical;
              -webkit-box-direction: normal;
              flex-direction: column;
      max-height: 100%; }
      body .medium-cell-block-container > .grid-x {
        max-height: 100%;
        -webkit-flex-wrap: nowrap;
            -ms-flex-wrap: nowrap;
                flex-wrap: nowrap; }
    body .medium-cell-block-y {
      overflow-y: auto;
      max-height: 100%;
      -webkit-overflow-scrolling: touch;
      -ms-overflow-stype: -ms-autohiding-scrollbar; } }
  @media print, screen and (min-width: 67.5em) {
    body .large-grid-frame {
      overflow: hidden;
      position: relative;
      -webkit-flex-wrap: nowrap;
          -ms-flex-wrap: nowrap;
              flex-wrap: nowrap;
      -webkit-align-items: stretch;
          -ms-flex-align: stretch;
              -webkit-box-align: stretch;
              align-items: stretch;
      width: 100vw; }
    body .cell .large-grid-frame {
      width: 100%; }
    body .large-cell-block {
      overflow-x: auto;
      max-width: 100%;
      -webkit-overflow-scrolling: touch;
      -ms-overflow-stype: -ms-autohiding-scrollbar; }
    body .large-cell-block-container {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: -webkit-box;
      display: flex;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              -webkit-box-orient: vertical;
              -webkit-box-direction: normal;
              flex-direction: column;
      max-height: 100%; }
      body .large-cell-block-container > .grid-x {
        max-height: 100%;
        -webkit-flex-wrap: nowrap;
            -ms-flex-wrap: nowrap;
                flex-wrap: nowrap; }
    body .large-cell-block-y {
      overflow-y: auto;
      max-height: 100%;
      -webkit-overflow-scrolling: touch;
      -ms-overflow-stype: -ms-autohiding-scrollbar; } }
  @media screen and (min-width: 75em) {
    body .xlarge-grid-frame {
      overflow: hidden;
      position: relative;
      -webkit-flex-wrap: nowrap;
          -ms-flex-wrap: nowrap;
              flex-wrap: nowrap;
      -webkit-align-items: stretch;
          -ms-flex-align: stretch;
              -webkit-box-align: stretch;
              align-items: stretch;
      width: 100vw; }
    body .cell .xlarge-grid-frame {
      width: 100%; }
    body .xlarge-cell-block {
      overflow-x: auto;
      max-width: 100%;
      -webkit-overflow-scrolling: touch;
      -ms-overflow-stype: -ms-autohiding-scrollbar; }
    body .xlarge-cell-block-container {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: -webkit-box;
      display: flex;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              -webkit-box-orient: vertical;
              -webkit-box-direction: normal;
              flex-direction: column;
      max-height: 100%; }
      body .xlarge-cell-block-container > .grid-x {
        max-height: 100%;
        -webkit-flex-wrap: nowrap;
            -ms-flex-wrap: nowrap;
                flex-wrap: nowrap; }
    body .xlarge-cell-block-y {
      overflow-y: auto;
      max-height: 100%;
      -webkit-overflow-scrolling: touch;
      -ms-overflow-stype: -ms-autohiding-scrollbar; } }
  body .grid-y.grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            -webkit-box-align: stretch;
            align-items: stretch;
    height: 100vh; }
  @media print, screen and (min-width: 44.375em) {
    body .grid-y.medium-grid-frame {
      width: auto;
      overflow: hidden;
      position: relative;
      -webkit-flex-wrap: nowrap;
          -ms-flex-wrap: nowrap;
              flex-wrap: nowrap;
      -webkit-align-items: stretch;
          -ms-flex-align: stretch;
              -webkit-box-align: stretch;
              align-items: stretch;
      height: 100vh; } }
  @media print, screen and (min-width: 67.5em) {
    body .grid-y.large-grid-frame {
      width: auto;
      overflow: hidden;
      position: relative;
      -webkit-flex-wrap: nowrap;
          -ms-flex-wrap: nowrap;
              flex-wrap: nowrap;
      -webkit-align-items: stretch;
          -ms-flex-align: stretch;
              -webkit-box-align: stretch;
              align-items: stretch;
      height: 100vh; } }
  @media screen and (min-width: 75em) {
    body .grid-y.xlarge-grid-frame {
      width: auto;
      overflow: hidden;
      position: relative;
      -webkit-flex-wrap: nowrap;
          -ms-flex-wrap: nowrap;
              flex-wrap: nowrap;
      -webkit-align-items: stretch;
          -ms-flex-align: stretch;
              -webkit-box-align: stretch;
              align-items: stretch;
      height: 100vh; } }
  body .cell .grid-y.grid-frame {
    height: 100%; }
  @media print, screen and (min-width: 44.375em) {
    body .cell .grid-y.medium-grid-frame {
      height: 100%; } }
  @media print, screen and (min-width: 67.5em) {
    body .cell .grid-y.large-grid-frame {
      height: 100%; } }
  @media screen and (min-width: 75em) {
    body .cell .grid-y.xlarge-grid-frame {
      height: 100%; } }
  body .grid-margin-y {
    margin-top: -0.15625rem;
    margin-bottom: -0.15625rem; }
    @media print, screen and (min-width: 44.375em) {
      body .grid-margin-y {
        margin-top: -0.3125rem;
        margin-bottom: -0.3125rem; } }
    body .grid-margin-y > .cell {
      height: calc(100% - 0.3125rem);
      margin-top: 0.15625rem;
      margin-bottom: 0.15625rem; }
    @media print, screen and (min-width: 44.375em) {
      body .grid-margin-y > .cell {
        height: calc(100% - 0.625rem);
        margin-top: 0.3125rem;
        margin-bottom: 0.3125rem; } }
    body .grid-margin-y > .auto {
      height: auto; }
    body .grid-margin-y > .shrink {
      height: auto; }
    body .grid-margin-y > .small-1 {
      height: calc(8.33333% - 0.3125rem); }
    body .grid-margin-y > .small-2 {
      height: calc(16.66667% - 0.3125rem); }
    body .grid-margin-y > .small-3 {
      height: calc(25% - 0.3125rem); }
    body .grid-margin-y > .small-4 {
      height: calc(33.33333% - 0.3125rem); }
    body .grid-margin-y > .small-5 {
      height: calc(41.66667% - 0.3125rem); }
    body .grid-margin-y > .small-6 {
      height: calc(50% - 0.3125rem); }
    body .grid-margin-y > .small-7 {
      height: calc(58.33333% - 0.3125rem); }
    body .grid-margin-y > .small-8 {
      height: calc(66.66667% - 0.3125rem); }
    body .grid-margin-y > .small-9 {
      height: calc(75% - 0.3125rem); }
    body .grid-margin-y > .small-10 {
      height: calc(83.33333% - 0.3125rem); }
    body .grid-margin-y > .small-11 {
      height: calc(91.66667% - 0.3125rem); }
    body .grid-margin-y > .small-12 {
      height: calc(100% - 0.3125rem); }
    @media print, screen and (min-width: 44.375em) {
      body .grid-margin-y > .auto {
        height: auto; }
      body .grid-margin-y > .shrink {
        height: auto; }
      body .grid-margin-y > .small-1 {
        height: calc(8.33333% - 0.625rem); }
      body .grid-margin-y > .small-2 {
        height: calc(16.66667% - 0.625rem); }
      body .grid-margin-y > .small-3 {
        height: calc(25% - 0.625rem); }
      body .grid-margin-y > .small-4 {
        height: calc(33.33333% - 0.625rem); }
      body .grid-margin-y > .small-5 {
        height: calc(41.66667% - 0.625rem); }
      body .grid-margin-y > .small-6 {
        height: calc(50% - 0.625rem); }
      body .grid-margin-y > .small-7 {
        height: calc(58.33333% - 0.625rem); }
      body .grid-margin-y > .small-8 {
        height: calc(66.66667% - 0.625rem); }
      body .grid-margin-y > .small-9 {
        height: calc(75% - 0.625rem); }
      body .grid-margin-y > .small-10 {
        height: calc(83.33333% - 0.625rem); }
      body .grid-margin-y > .small-11 {
        height: calc(91.66667% - 0.625rem); }
      body .grid-margin-y > .small-12 {
        height: calc(100% - 0.625rem); }
      body .grid-margin-y > .medium-auto {
        height: auto; }
      body .grid-margin-y > .medium-shrink {
        height: auto; }
      body .grid-margin-y > .medium-1 {
        height: calc(8.33333% - 0.625rem); }
      body .grid-margin-y > .medium-2 {
        height: calc(16.66667% - 0.625rem); }
      body .grid-margin-y > .medium-3 {
        height: calc(25% - 0.625rem); }
      body .grid-margin-y > .medium-4 {
        height: calc(33.33333% - 0.625rem); }
      body .grid-margin-y > .medium-5 {
        height: calc(41.66667% - 0.625rem); }
      body .grid-margin-y > .medium-6 {
        height: calc(50% - 0.625rem); }
      body .grid-margin-y > .medium-7 {
        height: calc(58.33333% - 0.625rem); }
      body .grid-margin-y > .medium-8 {
        height: calc(66.66667% - 0.625rem); }
      body .grid-margin-y > .medium-9 {
        height: calc(75% - 0.625rem); }
      body .grid-margin-y > .medium-10 {
        height: calc(83.33333% - 0.625rem); }
      body .grid-margin-y > .medium-11 {
        height: calc(91.66667% - 0.625rem); }
      body .grid-margin-y > .medium-12 {
        height: calc(100% - 0.625rem); } }
    @media print, screen and (min-width: 67.5em) {
      body .grid-margin-y > .large-auto {
        height: auto; }
      body .grid-margin-y > .large-shrink {
        height: auto; }
      body .grid-margin-y > .large-1 {
        height: calc(8.33333% - 0.625rem); }
      body .grid-margin-y > .large-2 {
        height: calc(16.66667% - 0.625rem); }
      body .grid-margin-y > .large-3 {
        height: calc(25% - 0.625rem); }
      body .grid-margin-y > .large-4 {
        height: calc(33.33333% - 0.625rem); }
      body .grid-margin-y > .large-5 {
        height: calc(41.66667% - 0.625rem); }
      body .grid-margin-y > .large-6 {
        height: calc(50% - 0.625rem); }
      body .grid-margin-y > .large-7 {
        height: calc(58.33333% - 0.625rem); }
      body .grid-margin-y > .large-8 {
        height: calc(66.66667% - 0.625rem); }
      body .grid-margin-y > .large-9 {
        height: calc(75% - 0.625rem); }
      body .grid-margin-y > .large-10 {
        height: calc(83.33333% - 0.625rem); }
      body .grid-margin-y > .large-11 {
        height: calc(91.66667% - 0.625rem); }
      body .grid-margin-y > .large-12 {
        height: calc(100% - 0.625rem); } }
    @media screen and (min-width: 75em) {
      body .grid-margin-y > .xlarge-auto {
        height: auto; }
      body .grid-margin-y > .xlarge-shrink {
        height: auto; }
      body .grid-margin-y > .xlarge-1 {
        height: calc(8.33333% - 0.625rem); }
      body .grid-margin-y > .xlarge-2 {
        height: calc(16.66667% - 0.625rem); }
      body .grid-margin-y > .xlarge-3 {
        height: calc(25% - 0.625rem); }
      body .grid-margin-y > .xlarge-4 {
        height: calc(33.33333% - 0.625rem); }
      body .grid-margin-y > .xlarge-5 {
        height: calc(41.66667% - 0.625rem); }
      body .grid-margin-y > .xlarge-6 {
        height: calc(50% - 0.625rem); }
      body .grid-margin-y > .xlarge-7 {
        height: calc(58.33333% - 0.625rem); }
      body .grid-margin-y > .xlarge-8 {
        height: calc(66.66667% - 0.625rem); }
      body .grid-margin-y > .xlarge-9 {
        height: calc(75% - 0.625rem); }
      body .grid-margin-y > .xlarge-10 {
        height: calc(83.33333% - 0.625rem); }
      body .grid-margin-y > .xlarge-11 {
        height: calc(91.66667% - 0.625rem); }
      body .grid-margin-y > .xlarge-12 {
        height: calc(100% - 0.625rem); } }
  body .grid-frame.grid-margin-y {
    height: calc(100vh + 0.3125rem); }
    @media print, screen and (min-width: 44.375em) {
      body .grid-frame.grid-margin-y {
        height: calc(100vh + 0.625rem); } }
    @media print, screen and (min-width: 67.5em) {
      body .grid-frame.grid-margin-y {
        height: calc(100vh + 0.625rem); } }
    @media screen and (min-width: 75em) {
      body .grid-frame.grid-margin-y {
        height: calc(100vh + 0.625rem); } }
  @media print, screen and (min-width: 44.375em) {
    body .grid-margin-y.medium-grid-frame {
      height: calc(100vh + 0.625rem); } }
  @media print, screen and (min-width: 67.5em) {
    body .grid-margin-y.large-grid-frame {
      height: calc(100vh + 0.625rem); } }
  @media screen and (min-width: 75em) {
    body .grid-margin-y.xlarge-grid-frame {
      height: calc(100vh + 0.625rem); } }
  body .selectize-control.single .selectize-input {
    background: none;
    border-radius: 0;
    padding: 0.875rem 1.5rem;
    font-size: 1.3125rem;
    height: 3.65625rem; }
    body .selectize-control.single .selectize-input input, body .selectize-control.single .selectize-input .item {
      height: auto;
      font-size: 1.3125rem;
      line-height: 1.4 !important; }
  body .inline {
    display: inline; }
  body > section {
    position: relative;
    overflow: hidden; }
    body > section:first-of-type {
      margin-top: -7px; }
  body .iibr-container {
    /* padding-left:3rem;
    padding-right:3rem; */
    margin: 0 auto;
    display: block;
    height: 100%;
    position: relative; }
  body .narrow-container {
    max-width: 72rem;
    margin: 0 auto;
    display: block;
    position: relative;
    height: 100%; z-index:0; }
  body .wide-container {
    max-width: 81rem;
    margin: 0 auto;
    display: block;
    position: relative;
    height: 100%; }
  body .grid-container, body .iibr-container, body .narrow-container, body .wide-container, body .custom-container {
    padding-left: 3rem;
    padding-right: 3rem; }
  @media screen and (max-width: 44.3125em) {
    body .grid-container, body .iibr-container, body .narrow-container, body .wide-container, body .custom-container {
      padding-left: 1.5rem;
      padding-right: 1.5rem; } }
  body .has-background {
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat; }
  body .custom-container {
    margin: 0 auto;
    display: block;
    position: relative;
    height: 100%; }
  body .breadcrumbs-holder {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden; }
    body .breadcrumbs-holder .breadcrumbs {
      position: relative;
      z-index: 2;
      background: rgba(0, 0, 0, 0.31);
      padding: 1.4em 2em 1em 2em;
      margin: 0; }
      body .breadcrumbs-holder .breadcrumbs li:not(:last-child):after {
        font-size: 1.3em;
        line-height: 0; }
    body .breadcrumbs-holder .background {
      display: block;
      position: absolute;
      z-index: 1;
      width: 100%;
      height: 100%;
      -webkit-filter: blur(5px);
      filter: blur(5px);
      top: 0;
      left: 0;
      background-position-x: 0;
      background-size: 111.5%; }
  body .white-panel {
    background: #fefefe;
    -webkit-box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.1);
    z-index: 1; }
  body .grid-y.reverse {
    -webkit-flex-flow: column-reverse;
        -ms-flex-flow: column-reverse;
            -webkit-box-orient: vertical;
            -webkit-box-direction: reverse;
            flex-flow: column-reverse; }
  body .grid-x.reverse {
    -webkit-flex-flow: row-reverse wrap;
        -ms-flex-flow: row-reverse wrap;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: reverse;
            flex-flow: row-reverse wrap; }
  body .section-title {
    text-align: center;
    margin: 0;
    font-weight: 700;
    color: #011246; }
  body .pagination .current {
    font-weight: 700; }
    body .button.iibr-primary:hover {
     color: #011246 !important;
    }
  body .button.iibr-primary {
    color: #fefefe !important; border:0 none;
    border-top: 4px solid #63E0F6 !important;
    font-weight: 700;
    text-transform: uppercase; }
    body .button.iibr-primary.nocase {
      text-transform: none; }
    body .button.iibr-primary.expanded {
      padding-left: 0 !important;
      padding-right: 0 !important; }
    body .button.iibr-primary.hollow {
      border-left: 1px solid #fefefe;
      border-right: 1px solid #fefefe;
      border-bottom: 1px solid #fefefe; }
      body .button.iibr-primary.hollow.inverted {
        border-left-color: #011246;
        border-right-color: #011246;
        border-bottom-color: #011246;
        color: #011246 !important; }
        body .button.iibr-primary.hollow.inverted.with-arw {
                    background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C%21--%20Generator%3A%20Adobe%20Illustrator%2021.1.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200%29%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20viewBox%3D%220%200%20100%20100%22%20style%3D%22enable-background%3Anew%200%200%20100%20100%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0D%0A%09.arrw-svg%7Bfill%3A%23011246%3Bstroke%3A%23011246%3Bstroke-width%3A0.4%3Bstroke-miterlimit%3A10%3B%7D%0D%0A%3C%2Fstyle%3E%0D%0A%3Cpath%20class%3D%22arrw-svg%22%20d%3D%22M100%2C49.6L77.8%2C71.7l-4.2-4.2l14.8-14.8H0v-5.3h88.8L72.6%2C32.7l4-4.4L100%2C49.6z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A") !important; }
      body .button.iibr-primary.hollow:hover {
        border-color: #63E0F6 !important; }
    body .button.iibr-primary.medium {
      padding: 1.25em 2em; }
    body .button.iibr-primary.large {
      padding: 1.25em 2em;
      font-size: 1em; }
    body .button.iibr-primary.xlarge {
      padding: 1.2em 2em;
      font-size: 1.64em; }
    body .button.iibr-primary.with-hover-state .hover-state {
      display: none; }
    body .button.iibr-primary.with-hover-state:hover .hover-state {
      display: inline; }
    body .button.iibr-primary.with-hover-state:hover .normal-state {
      display: none; }
    body .button.iibr-primary.with-arw {
      background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C%21--%20Generator%3A%20Adobe%20Illustrator%2021.1.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200%29%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20viewBox%3D%220%200%20100%20100%22%20style%3D%22enable-background%3Anew%200%200%20100%20100%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0D%0A%09.arrw-svg%7Bfill%3A%23ffffff%3Bstroke%3A%23ffffff%3Bstroke-width%3A0.4%3Bstroke-miterlimit%3A10%3B%7D%0D%0A%3C%2Fstyle%3E%0D%0A%3Cpath%20class%3D%22arrw-svg%22%20d%3D%22M100%2C49.6L77.8%2C71.7l-4.2-4.2l14.8-14.8H0v-5.3h88.8L72.6%2C32.7l4-4.4L100%2C49.6z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A") !important;
      background-repeat: no-repeat;
      background-position: right 25px center;
      background-size: 30px 30px;
      padding-right: 5.5em; }
      body .button.iibr-primary.with-arw-hover:hover, body .button.iibr-primary.with-arw-hover:focus {
      background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C%21--%20Generator%3A%20Adobe%20Illustrator%2021.1.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200%29%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20viewBox%3D%220%200%20100%20100%22%20style%3D%22enable-background%3Anew%200%200%20100%20100%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0D%0A%09.arrw-svg%7Bfill%3A%23ffffff%3Bstroke%3A%23ffffff%3Bstroke-width%3A0.4%3Bstroke-miterlimit%3A10%3B%7D%0D%0A%3C%2Fstyle%3E%0D%0A%3Cpath%20class%3D%22arrw-svg%22%20d%3D%22M100%2C49.6L77.8%2C71.7l-4.2-4.2l14.8-14.8H0v-5.3h88.8L72.6%2C32.7l4-4.4L100%2C49.6z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A") !important;
      background-repeat: no-repeat;
      background-position: right 25px center;
      background-size: 30px 30px;
      padding-right: 5.5em; }

      body .unique-labs-holder .cells .content-holder:hover a:hover, body .unique-labs-holder .cells .content-holder:focus a:focus {
			background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C%21--%20Generator%3A%20Adobe%20Illustrator%2021.1.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200%29%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20viewBox%3D%220%200%20100%20100%22%20style%3D%22enable-background%3Anew%200%200%20100%20100%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0D%0A%09.arrw-svg%7Bfill%3A%23011246%3Bstroke%3A%23011246%3Bstroke-width%3A0.4%3Bstroke-miterlimit%3A10%3B%7D%0D%0A%3C%2Fstyle%3E%0D%0A%3Cpath%20class%3D%22arrw-svg%22%20d%3D%22M100%2C49.6L77.8%2C71.7l-4.2-4.2l14.8-14.8H0v-5.3h88.8L72.6%2C32.7l4-4.4L100%2C49.6z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
		}
      body .button.iibr-primary.with-arw:hover,  body .button.iibr-primary.with-arw:focus  {
        color: #011246;
        background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C%21--%20Generator%3A%20Adobe%20Illustrator%2021.1.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200%29%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20viewBox%3D%220%200%20100%20100%22%20style%3D%22enable-background%3Anew%200%200%20100%20100%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0D%0A%09.arrw-svg%7Bfill%3A%23011246%3Bstroke%3A%23011246%3Bstroke-width%3A0.4%3Bstroke-miterlimit%3A10%3B%7D%0D%0A%3C%2Fstyle%3E%0D%0A%3Cpath%20class%3D%22arrw-svg%22%20d%3D%22M100%2C49.6L77.8%2C71.7l-4.2-4.2l14.8-14.8H0v-5.3h88.8L72.6%2C32.7l4-4.4L100%2C49.6z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A") !important;
        background-repeat: no-repeat;
        background-position: right 25px center;
        background-size: 30px 30px; }
        body .button.iibr-primary.with-arw-hover:hover:hover,  body .button.iibr-primary.with-arw-hover:focus:focus {
        color: #011246;
        background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C%21--%20Generator%3A%20Adobe%20Illustrator%2021.1.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200%29%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20viewBox%3D%220%200%20100%20100%22%20style%3D%22enable-background%3Anew%200%200%20100%20100%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0D%0A%09.arrw-svg%7Bfill%3A%23011246%3Bstroke%3A%23011246%3Bstroke-width%3A0.4%3Bstroke-miterlimit%3A10%3B%7D%0D%0A%3C%2Fstyle%3E%0D%0A%3Cpath%20class%3D%22arrw-svg%22%20d%3D%22M100%2C49.6L77.8%2C71.7l-4.2-4.2l14.8-14.8H0v-5.3h88.8L72.6%2C32.7l4-4.4L100%2C49.6z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A") !important;        background-repeat: no-repeat;
        background-position: right 25px center;
        background-size: 30px 30px; }

    body .button.iibr-primary.iibr-primary:hover, body .button.iibr-primary.iibr-primary:active, body .button.iibr-primary.iibr-primary:focus {
      color: #011246!important;
      border-top: 4px solid #63E0F6;
      background-color: #63E0F6; }
    body .button.iibr-primary.iibr-primary:focus.hollow {
      border-left: 1px dashed #fefefe;
      border-right: 1px dashed #fefefe;
      border-bottom: 1px dashed #fefefe; }
    body #ms-designer-ribbon + #s4-workspace .page-title.absolute-stick {
      position: absolute;
      left: 0;
      top: 24em;
      padding: 5em 8em 5em 5em; }
      
      body #s4-workspace .page-title.absolute-stick {
      position: absolute;
      left: 0;
	  padding: 5em 8em 5em 5em;
      top: 17em;
	  }
      @media screen and (max-width: 44.3125em) {
        body .page-title.absolute-stick {
          top: 5em;
          padding: 3em 5em 2em 3em; } }
    body .page-title.align-bottom {
      display: -webkit-inline-flex;
      display: -ms-inline-flexbox;
      display: -webkit-inline-box;
      display: inline-flex;
      -webkit-align-self: flex-end;
          -ms-flex-item-align: end;
              align-self: flex-end; }
 

  body .iibr-accordion .accordion-title {
    border: 0;
    border-bottom: 2px solid #e6e6e6 !important;
    font-size: 1.75rem;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            -webkit-box-align: center;
            align-items: center;
    padding-top: 2.1rem;
    padding-bottom: 1.75rem;
    font-weight: 500; }
    body .iibr-accordion .accordion-title:before {
      position: static;
      font-size: 3.5rem;
      line-height:1;
      border: 1px solid #0a0a0a;
      display: inline-block;
      width: 54px;
      height: 54px;
      text-align: center;
      margin-right: 1.5rem;
      font-weight: 400; }
    body .iibr-accordion .accordion-title:hover, body .iibr-accordion .accordion-title:focus {
      background: none; }
      body .iibr-accordion .accordion-title:hover:before, body .iibr-accordion .accordion-title:focus:before {
        background: #78acbb;
        color: #fefefe;
        border-color: #78acbb; }
  body .iibr-accordion .accordion-item.is-active .accordion-title {
    background: none; }
    body .iibr-accordion .accordion-item.is-active .accordion-title:before {
      background: #78acbb;
      color: #fefefe;
      border-color: #78acbb;
      content:'−';
      font-weight: 500; 
 }
  body .iibr-accordion .accordion-content {
    border: 0; }
    body .iibr-accordion .accordion-content .content-table .icon {
      width: 25px;
      padding-top: 4px; }
    body .iibr-accordion .accordion-content .content-table tbody, body .iibr-accordion .accordion-content .content-table tr, body .iibr-accordion .accordion-content .content-table td {
      background: none;
      border: 0;
      vertical-align: top; }
    body .iibr-accordion .accordion-content .content-table h4 small {
      color: #0a0a0a; }
    body .iibr-accordion .accordion-content .content-table a {
      color: #2976cd; }
  body .circle {
    border-radius: 50%; }
  body .slider-dots {
    list-style: none;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            -webkit-box-align: center;
            align-items: center;
    text-align: center;
    padding: 0;
    margin: 2em 0 0 0;
    width: 100%; }
    body .slider-dots li {
      position: relative;
      display: inline-block;
      margin: 0 5px;
      padding: 0;
      cursor: pointer; }
      body .slider-dots li:first-of-type {
        margin-left: 0; }
      body .slider-dots li button {
        border: 1px solid #fefefe;
        border-radius: 50% !important;
        background: transparent;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                -webkit-box-pack: center;
                justify-content: center;
        height: 13px;
        width: 13px;
        outline: none;
        line-height: 0px;
        font-size: 0px;
        color: transparent;
        padding: 5px;
        cursor: pointer; }
        body .facts .slider-dots li.slick-active button:before {
			color:#000;
        }
        body .facts .slider-dots li.pause-slider button {
		}
        body .facts .slider-dots li button {
			border-color:#000000;
		}
		body .facts .slider-dots {
			margin:0;
		}
		body .slider-dots li.slick-active button:before {
	
}
        body .slider-dots li button:hover, body .slider-dots li button:focus {
          outline: none; }
          body .slider-dots li button:hover:before, body .slider-dots li button:focus:before {
            opacity: 1; }
        body .slider-dots li button:before {
          display: inline-block;
          content: "•";
          font-family: "slick";
          font-size: 1em;
          text-align: center;
          color: black;
          opacity: 1;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale; }
      body .slider-dots li.pause-slider button, body .slider-dots li.play-slider button {
        border: 0;
        border-radius: 0;
        background-size: 23px 23px;
        background-position: center;
        width: 20px;
        height: 20px; }
      body .slider-dots li.pause-slider button {
        background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C%21--%20Generator%3A%20Adobe%20Illustrator%2021.1.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200%29%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20viewBox%3D%220%200%20100%20100%22%20style%3D%22enable-background%3Anew%200%200%20100%20100%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0D%0A%09.st0%7Bfill%3A%23ffffff%3Bstroke%3Anone%3Bstroke-width%3A0.4%3Bstroke-miterlimit%3A10%3B%7D%0D%0A%3C%2Fstyle%3E%0D%0A%3Cpath%20class%3D%22st0%22%20d%3D%22M56.3%2C27h12.6v46H56.3V27z%20M31.2%2C27h12.6v46H31.2V27z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A"); }
      body .slider-dots li.play-slider button {
        background-image: url("data:image/svg+xml,%3Csvg%20fill%3D%22%23ffffff%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20width%3D%2224%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpath%20d%3D%22M8%205v14l11-7z%22%2F%3E%0A%20%20%20%20%3Cpath%20d%3D%22M0%200h24v24H0z%22%20fill%3D%22none%22%2F%3E%0A%3C%2Fsvg%3E"); }
      body .slider-dots li.slick-active button { position:relative;
        width: 22px;
        height: 22px; }
        body .slider-dots li.slick-active button:before { position:absolute; line-height:20px; top:0; bottom:0; left:0; right:0; margin:auto; 
          color: #fefefe;
          opacity: 1;
          font-size: 30px;}
          body .slider-dots li.pause-slider button:focus, body .slider-dots li.play-slider button:focus{
	border:1px solid #ffffff;
}
  body .decoration-layer {
    position: absolute;
    pointer-events: none;
    z-index: 1; }
  body input[type=text] {
    border-left: 5px solid #63E0F6 !important; }
    body input[type=text]:focus {
      border-left: 5px solid #011246 !important; }
  body .inline-block {
    display: inline-block; }
  body .iibr-label svg {
    max-width: 30px; }
  body .iibr-label path {
    fill: #fefefe; }
  body .pr {
    position: relative; }
  body .clearfix:after {
    content: "";
    display: table;
    clear: both; }
  body .pd0 {
    padding: 0; }
  body .mr0 {
    margin: 0; }
  body .mrt100 {
    margin-top: 100px !important; }
  body .pdt100 {
    padding-top: 100px !important; }
  body .mrb100 {
    margin-bottom: 100px !important; }
  body .pdb100 {
    padding-bottom: 100px !important; }
  body .mrt95 {
    margin-top: 95px !important; }
  body .pdt95 {
    padding-top: 95px !important; }
  body .mrb95 {
    margin-bottom: 95px !important; }
  body .pdb95 {
    padding-bottom: 95px !important; }
  body .mrt90 {
    margin-top: 90px !important; }
  body .pdt90 {
    padding-top: 90px !important; }
  body .mrb90 {
    margin-bottom: 90px !important; }
  body .pdb90 {
    padding-bottom: 90px !important; }
  body .mrt85 {
    margin-top: 85px !important; }
  body .pdt85 {
    padding-top: 85px !important; }
  body .mrb85 {
    margin-bottom: 85px !important; }
  body .pdb85 {
    padding-bottom: 85px !important; }
  body .mrt80 {
    margin-top: 80px !important; }
  body .pdt80 {
    padding-top: 80px !important; }
  body .mrb80 {
    margin-bottom: 80px !important; }
  body .pdb80 {
    padding-bottom: 80px !important; }
  body .mrt75 {
    margin-top: 75px !important; }
  body .pdt75 {
    padding-top: 75px !important; }
  body .mrb75 {
    margin-bottom: 75px !important; }
  body .pdb75 {
    padding-bottom: 75px !important; }
  body .mrt70 {
    margin-top: 70px !important; }
  body .pdt70 {
    padding-top: 70px !important; }
  body .mrb70 {
    margin-bottom: 70px !important; }
  body .pdb70 {
    padding-bottom: 70px !important; }
  body .mrt65 {
    margin-top: 65px !important; }
  body .pdt65 {
    padding-top: 65px !important; }
  body .mrb65 {
    margin-bottom: 65px !important; }
  body .pdb65 {
    padding-bottom: 65px !important; }
  body .mrt60 {
    margin-top: 60px !important; }
  body .pdt60 {
    padding-top: 60px !important; }
  body .mrb60 {
    margin-bottom: 40px !important; }
  body .pdb60 {
    padding-bottom: 60px !important; }
  body .mrt55 {
    margin-top: 55px !important; }
  body .pdt55 {
    padding-top: 55px !important; }
  body .mrb55 {
    margin-bottom: 55px !important; }
  body .pdb55 {
    padding-bottom: 55px !important; }
  body .mrt50 {
    margin-top: 50px !important; }
  body .pdt50 {
    padding-top: 50px !important; }
  body .mrb50 {
    margin-bottom: 50px !important; }
  body .pdb50 {
    padding-bottom: 50px !important; }
  body .mrt45 {
    margin-top: 45px !important; }
  body .pdt45 {
    padding-top: 45px !important; }
  body .mrb45 {
    margin-bottom: 45px !important; }
  body .pdb45 {
    padding-bottom: 45px !important; }
  body .mrt40 {
    margin-top: 40px !important; }
  body .pdt40 {
    padding-top: 40px !important; }
  body .mrb40 {
    margin-bottom: 40px !important; }
  body .pdb40 {
    padding-bottom: 40px !important; }
  body .mrt35 {
    margin-top: 35px !important; }
  body .pdt35 {
    padding-top: 35px !important; }
  body .mrb35 {
    margin-bottom: 35px !important; }
  body .pdb35 {
    padding-bottom: 35px !important; }
  body .mrt30 {
    margin-top: 30px !important; }
  body .pdt30 {
    padding-top: 30px !important; }
  body .mrb30 {
    margin-bottom: 30px !important; }
  body .pdb30 {
    padding-bottom: 30px !important; }
  body .mrt25 {
    margin-top: 25px !important; }
  body .pdt25 {
    padding-top: 25px !important; }
  body .mrb25 {
    margin-bottom: 25px !important; }
  body .pdb25 {
    padding-bottom: 25px !important; }
  body .mrt20 {
    margin-top: 20px !important; }
  body .pdt20 {
    padding-top: 20px !important; }
  body .mrb20 {
    margin-bottom: 20px !important; }
  body .pdb20 {
    padding-bottom: 20px !important; }
  body .mrt15 {
    margin-top: 15px !important; }
  body .pdt15 {
    padding-top: 15px !important; }
  body .mrb15 {
    margin-bottom: 15px !important; }
  body .pdb15 {
    padding-bottom: 15px !important; }
  body .mrt10 {
    margin-top: 10px !important; }
  body .pdt10 {
    padding-top: 10px !important; }
  body .mrb10 {
    margin-bottom: 10px !important; }
  body .pdb10 {
    padding-bottom: 10px !important; }
  body .mrt5 {
    margin-top: 5px !important; }
  body .pdt5 {
    padding-top: 5px !important; }
  body .mrb5 {
    margin-bottom: 5px !important; }
  body .pdb5 {
    padding-bottom: 5px !important; }
  body .mrt0 {
    margin-top: 0px !important; }
  body .pdt0 {
    padding-top: 0px !important; }
  body .mrb0 {
    margin-bottom: 0px !important; }
  body .pdb0 {
    padding-bottom: 0px !important; }
  body #website-header {
    background: #011246;
    color: #fff;
    position: relative;
    z-index: 10; }
    body #website-header .top-nav {
      padding: 0 3em;
      border-bottom: 1px solid #2C3F83; }
      body #website-header .top-nav a {
        color: #fefefe;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        -webkit-align-items: center;
            -ms-flex-align: center;
                -webkit-box-align: center;
                align-items: center;
        font-size: 1em;
        padding-top: 0.75em;
        padding-bottom: 0.75em; }
        body #website-header .top-nav a .svg-icon {
          fill: #fefefe;
          width: 26px;
          margin-right: 10px;
          height:30px; }
        html[dir="rtl"] body #website-header .top-nav a .svg-icon {
		  margin-left: 10px;
		}
    @media screen and (max-width: 44.3125em) {
      body #website-header .mobile-menu-button-holder {
        -webkit-flex: 0 0 auto;
            -ms-flex: 0 0 auto;
                -webkit-box-flex: 0;
                flex: 0 0 auto; }  
 	}
    body #website-header .bottom-nav {
      padding: 0 3em;
      position: relative;
      z-index: 2; }
      @media screen and (max-width: 74.9375em) {
        body #website-header .bottom-nav {
          padding: 0 1em; } }
    body #website-header .mobile-lang-control {
      -webkit-align-content: flex-end;
          -ms-flex-line-pack: end;
              align-content: flex-end;
      margin-right: 25px; }
      body #website-header .mobile-lang-control > li > a {
        color: #fefefe;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        -webkit-align-items: center;
            -ms-flex-align: center;
                -webkit-box-align: center;
                align-items: center; }
      body #website-header .mobile-lang-control .lang-icon {
        display: inline-block;
        width: 25px;
        margin-right: 10px; }
        body #website-header .mobile-lang-control .lang-icon path {
          fill: #fefefe; }
    body #website-header .search-input-holder {
      width: 230px;  flex-basis: auto; }
      body #website-header .search-input-holder .search-input {
        background: none;
        border: 0 !important;
        border-bottom: 1px solid #fefefe !important;
        color: #fefefe;
        font-size: 1em;
        padding: 0;
        height: 1.5em;
        max-width: none;
        width: 0;
        margin: 0;
        opacity: 0; }
        body #website-header .search-input-holder .search-input:focus {
          -webkit-box-shadow: none;
          box-shadow: none; }
    body #website-header .search-website .search-title, body #website-header .search-website .search-input {
      -webkit-transition: opacity 0.1s ease-in;
      -o-transition: opacity 0.1s ease-in;
      transition: opacity 0.1s ease-in;
      -webkit-transition: width 0.3s ease-in;
      -o-transition: width 0.3s ease-in;
      transition: width 0.3s ease-in; }
      body #website-header .search-website .search-input{
	display:none;
}
    body #website-header .search-website.focused .search-input {
      width: 100%;
      opacity: 1; display:inline-block;}
    body #website-header .search-website.focused .search-title {
      width: 0;
      opacity: 0; }
    body #website-header .logo-holder {
      margin-right: 3em;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: -webkit-box;
      display: flex;
      -webkit-align-items: flex-end;
          -ms-flex-align: end;
              -webkit-box-align: end;
              align-items: flex-end;
      padding: 0.5rem 0 1.8rem 0; }
      body #website-header .logo-holder img {
        margin-right: 15px;
			max-width: 200px;}
        @media screen and (max-width: 67.4375em) {
          body #website-header .logo-holder img {
            max-height: 55px; } }
             @media screen and (max-width: 44.3125em) {
          body #website-header .logo-holder img {
            max-height: 35px; } } 

    body #website-header .mobile-search-form {
      margin: 0 -1em;
      position: relative;
      width: 100%; }
      body #website-header .mobile-search-form .mobile-serach-input {
        width: 100%;
        height: 100%;
        border: 0;
        background: #cde4ec;
        color: #011246;
        padding: 0.8rem 1rem; }
      body #website-header .mobile-search-form .submit-mobile-search {
        position: absolute;
        top: 30%;
        right: -1rem; }
        body #website-header .mobile-search-form .submit-mobile-search .svg-icon {
          width: 20px;
          height: 20px;
          display: inline-block; }
          body #website-header .mobile-search-form .submit-mobile-search .svg-icon path {
            fill: #011246; }
    body #website-header .website-menu {
      position: static;
      -webkit-justify-content: space-around;
          -ms-flex-pack: distribute;
              justify-content: space-around;
      margin: 0 -1em; }
      body #website-header .website-menu > li {
        position: static; }
        body #website-header .website-menu > li > a {
          color: #fff; }
          @media screen and (min-width: 75em) {
            body #website-header .website-menu > li > a {
              padding-top: 2.3em;
              padding-bottom: 1.75em; } }
          @media screen and (min-width: 75em) and (max-width: 89.9375em) {
            body #website-header .website-menu > li > a span {
              font-size: 0.9rem !important; } }
          @media screen and (max-width: 74.9375em) {
            body #website-header .website-menu > li > a {
              padding-top: 1em;
              padding-bottom: 1em;
              border-top: 1px solid #2a4082; } }
          body #website-header .website-menu > li > a:hover {
            background: #fefefe;
            color: #011246; }
          body #website-header .website-menu > li > a > span {
            display: block; }
          body #website-header .website-menu > li > a .lead {
            font-size: 1.29em;
            text-transform: uppercase;
            font-weight: 700; }
          body #website-header .website-menu > li > a .subtitle {
            font-size: 1.14em; }
        @media screen and (min-width: 75em) {
          body #website-header .website-menu > li > .submenu-lvl-1 {
            -webkit-box-shadow: 0 0 15px 10px rgba(0, 0, 0, 0.35);
            box-shadow: 0 0 15px 10px rgba(0, 0, 0, 0.35);
            z-index: -1; } }
        @media screen and (min-width: 75em) {
        
          body #website-header .website-menu > li > .submenu-lvl-1 {
            width: 100%;
            background: #fefefe;
            color: #011246;
            padding-top: 4em;
            padding-bottom: 4em; } }
        @media screen and (max-width: 74.999em) {
          body .website-menu .grid-margin-x > .large-auto{-webkit-flex-basis:auto;-ms-flex-preferred-size:auto;flex-basis:auto; width:100%;
	
}
          body #website-header .website-menu > li > .submenu-lvl-1 > .grid-container {
            padding: 0; } }
        @media screen and (min-width: 67.5em) {
           /* body #website-header .website-menu > li > .submenu-lvl-1 a {
            color: #011246; } */}
        @media screen and (max-width: 67.4375em) {
          body #website-header .website-menu > li > .submenu-lvl-1 a {
            color: #fefefe; }
             }
        body #website-header .website-menu > li .submenu-lvl-2 {
          background: none; font-size:0.95rem; width:100%}
          body #website-header .website-menu > li .submenu-lvl-2 .lead a {
            /*line-height: 3.2;*/
            padding:1rem 0;
            font-weight: 700;
            font-size: 1.0625rem;  color:#2b2b2b; text-transform:uppercase; padding:1.1rem 1.5rem;}
          body #website-header .website-menu > li .submenu-lvl-2 li a { color:#011655;
          padding:0.72rem 1.5rem;
            }
          @media screen and (max-width: 74.999em) {
            body .submenu-lvl-1.menu.vertical.submenu{
            width:100%;
	
}
            body #website-header .website-menu > li .submenu-lvl-2 .lead a {
              border-left: 6px solid #11799E;
              padding: 0.7rem 1rem 0.3rem;
              background: #FFF;
              border-top: 0 none; }
            body #website-header .website-menu > li .submenu-lvl-2 li a {
              border-left: 6px solid transparent;
              padding: 0.6rem 2rem;
              background: #FFF; font-size:1.1rem; }
             
body #website-header .website-menu > li > a:hover,
body .accordion-menu .is-accordion-submenu-parent[aria-expanded='true'] > a{ background-color:#11799E;
	color:#FFF; 
} 

 }
          @media screen and (min-width: 67.5em) {
             body #website-header .website-menu > li .submenu-lvl-2 li a:hover{
             text-decoration:underline;
}
             }
  body .departments {
    position: relative;
    overflow: hidden; }
    body .departments .grid-container {
      padding: 0; }
      body .departments .grid-container > .grid-x {
        min-height: 650px;
        position: relative;
        -webkit-justify-content: space-around;
            -ms-flex-pack: distribute;
                justify-content: space-around;
        /* > .cell{
                &:first-of-type{
                    margin-left:0;
                }

                &:last-of-type{
                    margin-right:0;
                }
            } */ }
            .departments .grid-margin-x > .medium-4{
			min-height:650px;
			}
			 body .departments .grid-container > .grid-x > .cell:last-child .bg-fill{
			     background-color: #4e8fa0;
	
}
			 body .departments .grid-container > .grid-x > .cell:nth-child(2) .bg-fill{
			     background-color: #8eb7c3;
	
}

    body .departments .thumb {
      display: block;
      height: 100%;
      width: 100%;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat; }
    body .departments .decoration-layer:nth-child(1) {
      top: 30px;
      right: 16.5%;
      width: 300px;
      height: 300px; z-index:2; }
    body .departments .decoration-layer:nth-child(2) {
      bottom: 40px;
      right: 31%;
      width: 280px;
      height: 280px; }
    body .departments .decoration-layer:nth-child(3) {
      bottom: 0;
      left: 14%;
      width: 400px;
      height: 400px; }
    body .departments .decoration-layer path {
      fill: #fefefe; }
    body .departments .reverse .hero {
      margin-bottom: 0;
      margin-top: 10px;  z-index:1;}
    body .departments .actions {
      height: 100%; }
      body .departments .actions .bg-fill {
        display: block;
        height: 100%; }
      body .departments .actions .content {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        height: 100%;
        -webkit-align-items: center;
            -ms-flex-align: center;
                -webkit-box-align: center;
                align-items: center; }
        body .departments .actions .content .action-content {
          display: -webkit-flex;
          display: -ms-flexbox;
          display: -webkit-box;
          display: flex;
          -webkit-flex-flow: column wrap;
              -ms-flex-flow: column wrap;
                  -webkit-box-orient: vertical;
                  -webkit-box-direction: normal;
                  flex-flow: column wrap;
          -webkit-align-items: center;
              -ms-flex-align: center;
                  -webkit-box-align: center;
                  align-items: center;
          -webkit-justify-content: center;
              -ms-flex-pack: center;
                  -webkit-box-pack: center;
                  justify-content: center;
          width: 100%;
          height: 100%;  position:relative; -webkit-flex-wrap:nowrap; -ms-flex-wrap:nowrap; flex-wrap:nowrap;}
          body .departments .actions .content .action-content:hover .action-title, body .departments .actions a:focus .content .action-content .action-title{
	color:#FFF;
}
          body .departments .actions .content .action-content:hover:before,  body .departments .actions a:focus .content .action-content:before{position: absolute; content:''; top:0; left:0; height:100%; width:100%;  background-color: rgba(1, 18, 70, 0.8); z-index:0;
	
}
        body .departments .actions .content .icon {display: block; width: 114px; max-height:107px; position:relative; }
        body .departments .actions .content .icon svg,
        body .departments .actions .content .icon img{max-height:107px;}
        body .departments .actions a[href*="youtube"] .content .icon{ -webkit-box-ordinal-group:2; -webkit-order:1; -ms-flex-order:1; order:1;  width: 62px; height:62px; margin-top:1rem;}
        body .departments .actions  .content .action-title { text-align:center; line-height:1.2;
          text-transform: uppercase;
          color: #011246;
          font-size: 1.5625rem;
          font-weight: 700; position: relative }
           body .departments .actions a:focus  .content .action-title{
			color:#ffffff;
}
        body .departments .actions .content path {
          fill: #011246; }
       body .departments .actions .content .action-content:hover  path,  body .departments .actions  a:focus .content .action-content  path {
	fill:#FFF;
}
         
          
          
    body .departments .hero {
      position: relative;
      height: 70%;
      /*ratio-to-percentage(4 by 3);*/
      margin-bottom: 10px;
      overflow: hidden;cursor:pointer; }
      @media screen and (min-width: 44.375em) and (max-width: 67.4375em) {
        body .departments .hero {
          min-height: 360px; } }
      @media screen and (max-width: 44.3125em) {
        body .departments .hero {
          min-height: 360px; } }
      body .departments .hero img {
        max-width: none;
        position: absolute;
        height: auto;
        min-width: 100%;
        max-height: none;
        min-height: 100%;
        max-width: none; }
      body .departments .hero:hover, body .departments .hero:focus{
        z-index: 2; }
        body .departments .hero:hover:before,
         body .departments .hero:focus:before
        {
          /* Safari */
          -webkit-transition: all 0.3s;
          -o-transition: all 0.3s;
          transition: all 0.3s;
          content: "";
          width: 100%;
          height: 100%;
          background-color: rgba(1, 18, 70, 0.8);
          position: absolute;
          top: 0;
          left: 0;
          z-index: 1; }
        body .departments .hero:hover .hero-details,   body .departments .hero:focus .hero-details{
          background: none; }
          body .departments .hero:hover .hero-details .hero-hover,   body .departments .hero:focus .hero-details .hero-hover {
            visibility: visible;
            opacity: 1;
            max-height: 500px; }
         body .departments .hero .hero-details .hero-hover > div:not(.hollow) { max-height: 270px; overflow:hidden;
			display:none;  
		}

         body .departments .hero:hover .hero-details .hero-hover >  div:not(.hollow),   body .departments .hero:focus .hero-details .hero-hover > div:not(.hollow) {
			display:block; 
		}
          body .departments .hero:hover .hero-details:before,  body .departments .hero:focus .hero-details:before {
            opacity: 0; }
    body .departments .hero-details {
      position: absolute;
      z-index: 1;
      bottom: 0;
      left: 0;
      padding: 2.5em 2.2em 1.5em 2.2em;
      background: rgba(44, 128, 162, 0.76);
      color: #fefefe;
      max-width: 26rem; min-height:8.7rem;
      /* @include breakpoint(medium only) {
            padding:1.5em 1.7em 0.5em 1.2em;
        }

        @include breakpoint(small only) {
            font-size: 1.5em;
        } */ }
        
        
        body .departments .hero-details .button{margin-top:1.5rem;}
        body .departments .hero-details p{ font-size:0.93rem; line-height:1.3;}
        body .departments .hero:hover .hero-details{max-width:32rem;}
        body .departments .hero:hover .hero-details  h1{ margin-bottom:0.4rem;}
      body .departments .hero-details h1 {
        font-size: 3em;
        color: #fefefe;
        font-weight: 700;
        margin-bottom: 0;
        line-height: 1; 
        text-transform: uppercase; }
        .bg-fill {
			background-color:#5898ba;
		}
        @media screen and (min-width: 44.375em) and (max-width: 67.4375em) {
        body .departments .hero-details{min-height:6.5rem; width: 100%;}
          body .departments .hero-details h1 {
            font-size: 1.5rem; } }
        @media screen and (max-width: 44.3125em) {
           body .departments .hero-details{min-height:0;}
          body .departments .hero-details h1 {
            font-size: 1.5rem; } }
      body .departments .hero-details .hero-hover {
        /* Safari */
        -webkit-transition: max-height 0.2s ease-out, opacity 0.3s;
        -o-transition: max-height 0.2s ease-out, opacity 0.3s;
        transition: max-height 0.2s ease-out, opacity 0.3s;
        visibility: hidden;
        opacity: 0;
        max-height: 0; }
      body .departments .hero-details:before {
        content: "";
        position: absolute;
        top: 1.8em;
        width: 35px;
        border-top: 5px solid #64DEF5;
        left: 2.3em; }
    body .facts-sheet .decoration-layer {
      z-index: 0; }
      body .facts-sheet .decoration-layer:nth-child(1) {
        top: 0;
        right: 0;
        width: 170px;
        height: 170px; }
      body .facts-sheet .decoration-layer:nth-child(2) {
        bottom: 0;
        right: 0;
        width: 300px;
        height: 300px; }
      body .facts-sheet .decoration-layer:nth-child(3) {
        bottom: 0;
        right: 300px;
        width: 300px;
        height: 300px; }
      body .facts-sheet .decoration-layer:nth-child(4) {
        top: 0;
        left: 0;
        width: 250px;
        height: 250px; }
      body .facts-sheet .decoration-layer:nth-child(5) {
        bottom: -80px;
        left: -140px;
        width: 270px;
        height: 270px; }
      body .facts-sheet .decoration-layer path {
        fill: #C2C2C2; }
    body  .facts-sheet .grid-container .section-title { padding:0;
      margin-bottom: 0; }
    body .facts-sheet p {
      margin-bottom: 4em;
      font-size: 0.9rem; }
    body .facts-sheet .facts .fact {
      text-align: left;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              -webkit-box-pack: center;
              justify-content: center;
      margin-bottom: 1rem; }
      body .facts-sheet .facts .fact .fact-thumb > .circle {
        background: #1477A0; }
      body .facts-sheet .facts .fact .fact-thumb > .circle.count.percent:after {content:"%";}
      body .facts-sheet .facts .fact .fact-thumb .thumb {
        background: #619FB6; }
      body .facts-sheet .facts .fact:nth-child(2n) .fact-thumb > .circle {
        background: #5C90A5; }
      body .facts-sheet .facts .fact:nth-child(2n) .fact-thumb .thumb {
        background: #396774; }
      body .facts-sheet .facts .fact:nth-child(3n) .fact-thumb > .circle {
        background: #011246; }
      body .facts-sheet .facts .fact:nth-child(3n) .fact-thumb .thumb {
        background: #25397E; }
      body .facts-sheet .facts .fact:nth-child(4n) .fact-thumb > .circle {
        background: #418091; }
      body .facts-sheet .facts .fact:nth-child(4n) .fact-thumb .thumb {
        background: #6C9AAA; }
    body .facts-sheet .facts .fact-thumb {
      position: relative;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              -webkit-box-pack: center;
              justify-content: center; }
      @media screen and (min-width: 67.5em) {
        body .facts-sheet .facts .fact-thumb {
          margin-right: 1rem; } }
      body .facts-sheet .facts .fact-thumb .thumb {
        position: absolute;
        top: -0.5rem;
        left: -0.5rem;
        border-radius: 50%;
        width: 2rem;
        height: 2rem;
        padding: 0.8em; }
        @media screen and (max-width: 67.4375em) {
          body .facts-sheet .facts .fact-thumb .thumb {
            width: 1.5rem;
            height: 1.5rem; } }
        body .facts-sheet .facts .fact-thumb .thumb path {
          fill: #fefefe; }
      body .facts-sheet .facts .fact-thumb > .circle {
        font-weight: 700;
        color: #fefefe;
        font-size: 3rem;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        -webkit-align-items: center;
            -ms-flex-align: center;
                -webkit-box-align: center;
                align-items: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                -webkit-box-pack: center;
                justify-content: center;
        width: 9.5rem;
        height: 9.5rem; margin-bottom:0.5rem;direction:ltr; }
        
        @media screen and (max-width: 67.4375em) {
          body .facts-sheet .facts .fact-thumb > .circle {
            width: 9.5rem;
            height: 9.5rem;
            font-size: 2.3rem;
            margin-bottom: 1rem; } }
    body .facts-sheet .facts .fact-title {
      font-size: 1.5em; }
      body .facts-sheet .facts .fact-title p {
        margin: 0; }
      @media screen and (max-width: 67.4375em) {
        body .facts-sheet .facts .fact-title {
          text-align: center; } }
  body .hero-banner {
    height: 60vh;
    position: relative;
    /*  &#homepage-hero{
        background-image: url("../img/wind_tunnel.jpg");
    } */ }
    body .hero-banner > .grid-container {
      height: 100%; }
    body .hero-banner .hero-overlay {
      position: absolute;
      top: 0;
      right: 0;
      width: 100%;
      height: 100%;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: -webkit-box;
      display: flex; }
    body .hero-banner .hero-text {
      background: #fefefe; color:#2b2b2b;
      padding: 1rem 1.5rem;  
      }
      body .hero-banner .hero-text h1 {
        font-size: 3.5rem;  text-align:left;
        line-height: 1;
        margin-bottom:0;
       text-transform:none;
      /* margin-top:-3.7rem;*/
		}
		body .hero-banner .hero-text > div{padding-top:1.2rem;}
        @media screen and (max-width: 67.4375em) {
          body .hero-banner .hero-text h1 {
            font-size: 2rem; margin-top:0;
            text-align: left; } 
            body .hero-banner .hero-text{ padding:1.5rem;
	
}
            }
      body .hero-banner .hero-text p {
        font-size: 0.9em;
        padding-right: 9em; }
      body .hero-banner .hero-text + .iibr-primary {
        padding-left: 1.2em;
        padding-right: 1.2em;
        float: right; }
        body .hero-banner .hero-text + .iibr-primary:before {
          content: "+";
          font-size: 2.5em;
          font-weight: 300;
          padding: 0.15em 0;
          line-height: 0;
          position: relative;
          top: 8px; }
        body .hero-banner .hero-text + .iibr-primary:hover:before {
          top: 0;
          font-size: 16px;
          content: "Read more";
          font-weight: 700; }
  body .hero-slider {
    width: 100%;
    height: 100%; }
    body .hero-slider .slick-slider, body .hero-slider .slick-list, body .hero-slider .slick-track {
      height: 100%; }
    body .hero-slider .slide {
      background-repeat: no-repeat;
      background-position: center center;
      background-size: cover;
      position: relative; }
      
    /*body .hero-slider .slider-dots {
      position: absolute;
      z-index: 2;
      bottom: 0;
      left: 0;
      padding: 1em 0;
      width: 100%;
      -webkit-justify-content: flex-end;
          -ms-flex-pack: end;
              -webkit-box-pack: end;
              justify-content: flex-end; }*/
        body .hero-slider .slide>a{display:block; height:100%;}     
              body .hero-slider .slider-dots, body .lobby-banner .slider-dots {
	      position: absolute;
	      z-index: 2;
	      bottom: 0;
	      right: 32px;
	      padding: 0.7em;
	    display:inline-block;
	    width:auto;	   
	    margin:0;
	    
      }
      html[dir="rtl"] body .hero-slider .slider-dots, html[dir="rtl"]  body .lobby-banner .slider-dots{
	left:32px;
	right:auto;
}

  body .hero-slider button.slick-arrow {
	width:15px;
	height:32px;
	cursor:pointer;
	z-index:2;
	margin: 0px;
	    display: block;
} 

  body .hero-slider  button.slick-prev.slick-arrow {	    
	   bottom:-5px;top:auto;
	   left:auto;
	   right:100px;	
	}
	 html[dir="rtl"]   body .hero-slider  button.slick-prev.slick-arrow{
	 left:100px;
	   right:auto;	
}
 body .hero-slider  button.slick-next.slick-arrow {	
	   bottom:-5px;top:auto;
	   left:auto;
	   right:20px;	
	}
 html[dir="rtl"]   body .hero-slider  button.slick-next.slick-arrow{
	 left:20px;
	  right:auto;	

}

  body #newsroom { width:100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            -webkit-box-align: center;
            align-items: center;
    position: relative;
    /*background: url("../img/whoweare/img1.svg");*/
    background-size: cover;
    padding: 3em 0;
    /*height: 100vh;*/  }
    body #newsroom .decoration-layer:nth-child(1) {
      bottom: 29%;
      left: 42%;
      width: 370px;
      height: 370px; }
    body #newsroom .decoration-layer:nth-child(2) {
      top: 20%;
      left: 2%;
      width: 270px;
      height: 270px;
      z-index: 3; }
    body #newsroom .decoration-layer:nth-child(3) {
      bottom: 28%;
      right: 4%;
      width: 230px;
      z-index: 2;
      height: 230px; }
    body #newsroom .decoration-layer path {
      fill: #919191; }
    body #newsroom .input-group {
      position: relative;
      z-index: 3; }
      body #newsroom .input-group .iibr-label svg {
        width: 30px;
        height:30px;
 		}
 		.newsroom-content .highlight-newsroom a{
			margin-bottom: 0; position:absolute
		}
    @media screen and (min-width: 67.5em) {
      body #newsroom .newsroom-content > div:first-of-type {
        }
      body #newsroom .newsroom-content > div:last-of-type { margin-top:4rem;
        } }
    body #newsroom .newsroom-slider {
           margin-right:4.7rem;
      background: #011246;
      color: #fefefe;
      padding: 3em 3em 3em 8em; }
      @media screen and (max-width: 67.4375em) {
        body #newsroom .newsroom-slider {
          padding: 1em;
         /* max-width: 600px;*/ } 
		#newsroom > svg {
			display:none;
		}  
		body #newsroom .newsroom-slider-image {
	      display:none;
		}      
	}
      body #newsroom .newsroom-slider .slick-slider {
        z-index: 1; }
      body #newsroom .newsroom-slider h2 {
        font-size: 3.79em;
        font-weight: 700;
        line-height: 1em; }
    body #newsroom .newsroom-slider-image {
      z-index: 1; }
      @media screen and (min-width: 67.5em) {
        body #newsroom .newsroom-slider-image {
          margin: 0 -1.5em; } }
    body #newsroom .highlight-newsroom {
      background: #E6E6E6;
      padding: 2em 5em;
      position: relative;
      z-index: 1; }
      body #newsroom .highlight-newsroom h2 {
        color: #011246;
        font-size: 3.7em;
        font-weight: 700;
        line-height: 1em; }
      body #newsroom .highlight-newsroom > button {
        position: absolute;
        bottom: -2em;
        margin: 0;
        left: 5em; }
        
        
        
        
  body #intro-slider {
    height: 100vh; min-height:480px;
    position: fixed;
    width: 100%;
    z-index: 9;
    background: #fefefe;
    left: 0;
    top: 0;
    }
    body #intro-slider .intro-text {
      position: absolute;
      top: 24%;
      left: 10em; }
      body #intro-slider .intro-text h1 {
        font-size: 3.785em;
        line-height: 1.2em;
        margin-bottom: 0.7em; }
        body #intro-slider .intro-text h1 strong {
			font-size: 1.208em;
		}
      body #intro-slider .intro-text .button {
        -webkit-box-shadow: 0 0 15px 10px rgba(0, 0, 0, 0.35);
        box-shadow: 0 0 15px 10px rgba(0, 0, 0, 0.35);
        z-index: -1; }
    body #intro-slider .slick-slider {
      height: 100%; }
      body #intro-slider .slick-slider .slick-list, body #intro-slider .slick-slider .slick-track {
        height: 100%; }
      body #intro-slider .slick-slider .slide {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        height: 100%;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
        -webkit-align-items: end;
            -ms-flex-align: end;
                -webkit-box-align: end;
                align-items: end;
        -webkit-justify-content: end;
            -ms-flex-pack: end;
                -webkit-box-pack: end;
                justify-content: end;
        -webkit-transition: background-size 2s ease-out;
        -o-transition: background-size 2s ease-out;
        transition: background-size 2s ease-out; }
        body #intro-slider .slick-slider .slide.animate {
          background-size: cover; }
        body #intro-slider .slick-slider .slide:nth-child(1) .intro-slider-text, body #intro-slider .slick-slider .slide:nth-child(3) .intro-slider-text, body #intro-slider .slick-slider .slide:nth-child(5) .intro-slider-text {
          color: #fefefe; }
        body #intro-slider .slick-slider .slide:nth-child(2) .intro-slider-text, body #intro-slider .slick-slider .slide:nth-child(4) .intro-slider-text {
          color: #000A57; }
    body #intro-slider .intro-slider-text {
      font-size: 7em;
      font-weight: 700;
      text-transform: uppercase;
      position: relative;
      right: 33px;
      line-height: 0.65em;
      -webkit-align-self: flex-end;
          -ms-flex-item-align: end;
              align-self: flex-end;
      width: 100%;
      text-align: right; }
      body #intro-slider .intro-slider-text.reverse {
        right: 20px; }
      body #intro-slider .intro-slider-text.animate {
        -webkit-animation: introSliderText ease-out 2s;
                animation: introSliderText ease-out 2s;
        -webkit-animation-iteration-count: 1;
                animation-iteration-count: 1;
        -webkit-transform-origin: 50% 50%;
            -ms-transform-origin: 50% 50%;
                transform-origin: 50% 50%;
        -webkit-animation-fill-mode: forwards;
                animation-fill-mode: forwards;
        /*when the spec is finished*/ }
        body #intro-slider .intro-slider-text.animate.reverse {
          -webkit-animation: introSliderTextReverse ease-out 2s;
                  animation: introSliderTextReverse ease-out 2s;
          -webkit-animation-iteration-count: 1;
                  animation-iteration-count: 1;
          -webkit-transform-origin: 50% 50%;
              -ms-transform-origin: 50% 50%;
                  transform-origin: 50% 50%;
          -webkit-animation-fill-mode: forwards;
                  animation-fill-mode: forwards;
          /*when the spec is finished*/ }

@-webkit-keyframes introSliderText {
  0% {
    opacity: 0;
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px); }
  100% {
    opacity: 0.8;
    -webkit-transform: translate(35px, 0px);
            transform: translate(35px, 0px); } }

@keyframes introSliderText {
  0% {
    opacity: 0;
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px); }
  100% {
    opacity: 0.8;
    -webkit-transform: translate(35px, 0px);
            transform: translate(35px, 0px); } }

@-webkit-keyframes introSliderTextReverse {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 0px);
            transform: translate(0, 0px); }
  100% {
    opacity: 0.8;
    -webkit-transform: translate(-35px, 0px);
            transform: translate(-35px, 0px); } }

@keyframes introSliderTextReverse {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 0px);
            transform: translate(0, 0px); }
  100% {
    opacity: 0.8;
    -webkit-transform: translate(-35px, 0px);
            transform: translate(-35px, 0px); } }
            
            
  body #intro-slider .intro-text h1{line-height:1.3}         
            
  @media screen and (max-width: 1400px) {
  body #intro-slider .intro-slider-text {font-size: 5em; line-height:1; right: 12%;}
  body #intro-slider .intro-slider-text.reverse {right: 8%; }
  }  
  
  @media screen and (max-width: 1079px) {
  body #intro-slider .intro-slider-text {font-size: 4em;}
  body #intro-slider .intro-text {top: 12%; left: 8%; }
  body #intro-slider .intro-text h1 {font-size: 2.785em; line-height: 1.1;}
  body #intro-slider .intro-text h1 strong{font-size: 1.1em;}
}  
  
  @media screen and (max-width: 959px) {
      body #intro-slider .intro-slider-text {font-size: 3em; }
      body #intro-slider .intro-text .button{font-size:1.1rem;}
  }        
            
 
  @media screen and (max-width: 767px) {
   
      body #intro-slider {position:static; min-height: 350px!important;}
      body #intro-slider .intro-slider-text {font-size: 2em; right: 8%;}
      body #intro-slider .intro-slider-text.reverse {right: 4%; }
     
  }
           
   @media screen and (max-width: 480px) {
      body #intro-slider {min-height: 280px!important;}
      body #intro-slider .intro-text {left:5%;}
      body #intro-slider .intro-slider-text {font-size: 1.5em; right: 4%; animation:none!important; }
      body #intro-slider .intro-text h1 {font-size: 2em;}
      body #intro-slider .intro-text .button{font-size:1rem;}
	h2.hero-title{font-size:3.5rem;}

  }
           
            
            
            
            
            
            
            
            
            
            
  body footer {
    padding: 0 !important; }
    body footer .upper-footer {
      padding: 1.3em 1.9em;
      font-size:1.15em;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: -webkit-box;
      display: flex;
      -webkit-align-items: center;
          -ms-flex-align: center;
              -webkit-box-align: center;
              align-items: center;
      background: #f3f3f3; }
      body footer .upper-footer .contact-methods {
        list-style: none;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        margin: 0; }
        @media screen and (max-width: 44.3125em) {
          body footer .upper-footer .contact-methods {
           /* -webkit-flex-flow: column wrap;
                -ms-flex-flow: column wrap;
                    -webkit-box-orient: vertical;
                    -webkit-box-direction: normal;
                    flex-flow: column wrap;*/
            margin-bottom: 0.5rem; } 
            body .hero-banner .hero-text p {	
            padding-right:0;		
			}
            }
        body footer .upper-footer .contact-methods li {
          display: -webkit-flex;
          display: -ms-flexbox;
          display: -webkit-box;
          display: flex;
          -webkit-align-items: center;
              -ms-flex-align: center;
                  -webkit-box-align: center;
                  align-items: center;
          margin-right: 3em; }
          body footer .upper-footer .contact-methods li.b_link a  {
				font-weight:bold;
			}
           body footer .upper-footer .contact-methods svg {
          width: 23px;
          height: 23px;
          margin-right: 0.3em; }
          body footer .upper-footer .contact-methods svg path {
            fill: #011246; }
    body footer .lower-footer {
      padding: 1em 3em 0.7em 3em;
      background: #011246;
      color: #fefefe;
      font-size: 1em;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center; }
      body footer .lower-footer .footer-menu {
		list-style: none;
	    display: -webkit-flex;
	    display: -ms-flexbox;
	    display: -webkit-box;
	    display: flex;
	    margin: auto;
	    -webkit-justify-content: space-around;
	    -ms-flex-pack: distribute;
	    justify-content: space-around;
	    display: block;
	    text-align: center;
     }
     footer.intro{
		position:absolute;
		bottom:0;
		right:0;
		left:0;
		width:100%;
	}
        @media screen and (max-width: 67.4375em) {
          body footer .lower-footer .footer-menu {
            -webkit-flex-flow: column wrap;
                -ms-flex-flow: column wrap;
                    -webkit-box-orient: vertical;
                    -webkit-box-direction: normal;
                    flex-flow: column wrap; }
                    
     
         
	 }
        @media screen and (max-width: 44.3125em) {
          body footer .lower-footer .footer-menu {
            margin: 1rem 0; } }
        body footer .lower-footer .footer-menu li {
              margin: 0 1.263em;          
              display:inline-block;
           }
          @media screen and (max-width: 67.4375em) {
            body footer .lower-footer .footer-menu li {
              margin: 0; } }
        body footer .lower-footer .footer-menu a {
              color: #fefefe;
			
			  }
  body body.ie #website-header .top-nav a {
    height: 3rem; }
  body body.ie .departments .grid-container > .grid-x > .cell {
    height: 65vh; }
  body body.ie .departments .hero {
    height: 45vh; }
  body body.ie .input-group {
    height: 3.8rem; }
  body body.ie .button.iibr-primary.with-arw {
    background-size: 100px;
    background-position: right -10px center; }
    body body.ie .button.iibr-primary.with-arw:hover {
      background-size: 100px;
      background-position: right -10px center; }
  body body.ie .slider-dots li button {
    line-height: 12px; }
  body .lobby-banner {
    height: 75vh;
    background-repeat: no-repeat;
    background-size: cover; }
    @media screen and (max-width: 67.4375em) {
      body .lobby-banner {
        height: 60vh; } }
    @media screen and (max-width: 44.3125em) {
      body .lobby-banner {
        height: 450px; } }
    body .lobby-banner .lobby-title {
      position: absolute;
      bottom: 0;
      left: 3rem;
      width: 40%; }
      @media screen and (max-width: 67.4375em) {
        body .lobby-banner .lobby-title {
          width: 60%; } }
      @media screen and (max-width: 44.3125em) {
        body .lobby-banner .lobby-title {
          width: 100%;
          left: 0; } }
      body .lobby-banner .lobby-title .content {
        background: rgba(44, 128, 162, 0.76);
        color: #fefefe;
        padding: 3rem; }
        @media screen and (max-width: 44.3125em) {
          body .lobby-banner .lobby-title .content {
            padding: 2.5rem 2rem 3rem 2rem; } }
      body .lobby-banner .lobby-title h2 {
        font-size: 2.9375rem;
        font-weight: 700;
        line-height: 1em;
        padding-top: 0.3em;
        position: relative; }
        @media screen and (max-width: 67.4375em) {
          body .lobby-banner .lobby-title h2 {
            font-size: 2rem; } }
        @media screen and (max-width: 44.3125em) {
          body .lobby-banner .lobby-title h2 {
            font-size: 1.3rem; } }
        body .lobby-banner .lobby-title h2:before {
          content: "";
          position: absolute;
          top: 0;
          width: 35px;
          border-top: 5px solid #64DEF5;
          left: 0; }
          @media screen and (max-width: 44.3125em) {
            body .lobby-banner .lobby-title h2:before {
              top: -0.6rem; } }
    body .lobby-banner .slider-dots {
     /* -webkit-justify-content: flex-start;
          -ms-flex-pack: start;
              -webkit-box-pack: start;
              justify-content: flex-start;
      left: 6rem;
      position: absolute;
      bottom: 0;
      width: auto;*/ }
      @media screen and (max-width: 44.3125em) {
        body .lobby-banner .slider-dots {
          left: 0;
          width: 100%;
          -webkit-justify-content: center;
              -ms-flex-pack: center;
                  -webkit-box-pack: center;
                  justify-content: center; } }
  body .items-in-row {
    padding-bottom: 5em; 
    overflow:hidden;
    position:relative;
    }
    body .items-in-row .decoration-layer {
      z-index: 0; }
      body .items-in-row .decoration-layer:nth-child(1) {
        top: 0;
        right: -80px;
        width: 300px;
        height: 400px; }
      body .items-in-row .decoration-layer:nth-child(2) {
        top: 20px;
        left: 16%;
        width: 300px;
        height: 300px; }
      body .items-in-row .decoration-layer:nth-child(3) {
        bottom: 50px;
        right: 11%;
        width: 200px;
        height: 200px; }
      body .items-in-row .decoration-layer path {
        fill: #C2C2C2; }
    body .items-in-row .iibr-container {
      padding-left: 1em;
      padding-right: 1em; }
    body .items-in-row .grid-container > .grid-x > .cell {
      padding-left: 2em;
      padding-right: 2em; }
    body .items-in-row .item {
      background: #f3f3f3;
      padding: 0 1.5em 2.5em 1.5em;
      margin-top: 11rem;
      display: block; }
      body .items-in-row .item .thumb-holder {
        height: 4.5em;
        position: relative;
        width: 100%;
        z-index: 1;
        margin-bottom: 1em; }
        body .items-in-row .item .thumb-holder .thumb {
          position: absolute;
          bottom: 0;
          right: 0;
          width: 100%;
          border-left: 4px solid #63E0F6;
          height: 200px;
          background-size: 100% 100%;
          background-position: center;
          -webkit-transition: background-size 0.1s ease-in;
          -o-transition: background-size 0.1s ease-in;
          transition: background-size 0.1s ease-in; }
      body .items-in-row .item h2 {
        font-size: 2em;
        font-weight: 500;
        color: #2b2b2b; }
      body .items-in-row .item:hover .thumb {
        background-size: 120%; }
  body .simple-contact-form-section {
    min-height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 4em 0; }
    .simple-contact-form .cell{
    position:relative!important;
    margin-bottom:35px;
   }
 .simple-contact-form .cell   span[id$='Validator']{
    position: absolute;
        top: 65px;
        line-height: 1;
        display: inline-block;
        z-index:1;
    }
    @media screen and (max-width: 44.3125em) {
      body .simple-contact-form-section .iibr-container {
        padding-left: 0.5rem;
        padding-right: 0.5rem; } }
  body .simple-contact-form {
    background: #fefefe;
    padding: 4rem 10rem 2rem 10rem;
    margin-top: 2em; }
    @media screen and (max-width: 89.9375em) {
      body .simple-contact-form {
        padding-left: 3rem;
        padding-right: 3rem; } }
    @media screen and (max-width: 44.3125em) {
      body .simple-contact-form {
        padding-left: 2rem;
        padding-right: 2rem; } }
    body .simple-contact-form input, body .simple-contact-form input:focus, body .simple-contact-form textarea, body .simple-contact-form textarea:focus, body .simple-contact-form select, body .simple-contact-form select:focus {
      border: 1px solid #b7b7b7 !important;
      color: #0a0a0a !important;
      margin-bottom: 0; }
      @media screen and (max-width: 44.3125em) {
        body .simple-contact-form input, body .simple-contact-form input:focus, body .simple-contact-form textarea, body .simple-contact-form textarea:focus, body .simple-contact-form select, body .simple-contact-form select:focus {
          font-size: 1rem !important;
          padding: 1rem 2rem !important;
          height: auto !important; } }
    body .simple-contact-form input:not([type="submit"]), body .simple-contact-form input:not([type="submit"]):focus, body .simple-contact-form textarea, body .simple-contact-form textarea:focus {
      background: none !important; }
    body .simple-contact-form textarea {
      min-height: 150px; }
    body .simple-contact-form .form-input {
      position: relative;
      margin-bottom: 1.75rem; }
      body .simple-contact-form .form-input .form-error {
        position: absolute;
        bottom: 0;
        margin: 0; }
    body .simple-contact-form .required-input:before {
      content: "*";
      color: #011246;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: -webkit-box;
      display: flex;
      position: absolute;
      left: -20px;
      height: 100%;
      font-size: 2em;
      color: #011246;
      -webkit-align-items: center;
          -ms-flex-align: center;
              -webkit-box-align: center;
              align-items: center;
      padding-top: 8px; }
  body .popup-screen {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            -webkit-box-align: center;
            align-items: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            -webkit-box-pack: center;
            justify-content: center;
    -webkit-align-content: center;
        -ms-flex-line-pack: center;
            align-content: center;
    z-index: 10;
    min-height: 100vh; }
    body .popup-screen .content-popup {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: -webkit-box;
      display: flex;
      -webkit-align-items: stretch;
          -ms-flex-align: stretch;
              -webkit-box-align: stretch;
              align-items: stretch;
      min-height: 200px;
      min-height: 80vh;
      background: #f3f3f3;
      width: 100rem;
      -webkit-box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.1);
      box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.1);
      z-index: -1; }
      body .popup-screen .content-popup > .grid-x {
        width: 100%; }
      body .popup-screen .content-popup .thumb {
        display: block;
        height: 100%;
        background-size: cover;
        background-repeat: no-repeat;
        border-right: 5px solid #63E0F6; }
      body .popup-screen .content-popup .content {
        padding: 2em 3em; 
        -webkit-box-sizing: border-box; 
        box-sizing: border-box; 
        }
        body .popup-screen .content-popup .content .title {
          color: #011246;
          font-weight: 700; }
      body .popup-screen .content-popup .close-popup {
        background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C%21--%20Generator%3A%20Adobe%20Illustrator%2021.1.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200%29%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20viewBox%3D%220%200%20100%20100%22%20style%3D%22enable-background%3Anew%200%200%20100%20100%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0D%0A%09.arrw-svg%7Bfill%3A%23011246%3Bstroke%3A%23011246%3Bstroke-width%3A0.4%3Bstroke-miterlimit%3A10%3B%7D%0D%0A%3C%2Fstyle%3E%0D%0A%3Cpath%20class%3D%22arrw-svg%22%20d%3D%22M100%2C49.6L77.8%2C71.7l-4.2-4.2l14.8-14.8H0v-5.3h88.8L72.6%2C32.7l4-4.4L100%2C49.6z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
        background-repeat: no-repeat;
        background-position: left 25px center;
        background-size: 30px;
        padding-left: 6em;
        background-color: transparent;
        color: #011246; }
          body .popup-screen .content-popup .close-popup:focus{
	outline: 1px dotted ButtonText;
}
  body .careers {
   /* padding-top: 3rem; */
    padding-bottom: 6rem; }
    @media screen and (min-width: 67.5em) {
      body .careers {
        min-height: 100vh; } }
      @media screen and (max-width: 67.4375em) {
        body .section-intro {
          padding: 3rem 0; } }
        body .section-intro .text lead {
          font-weight: 700;
          font-size: 1.1rem;
          margin-bottom: 1.3rem;
          display: block; }
        @media screen and (max-width: 67.4375em) {
          body .section-intro .text {
            padding: 2rem 3rem; } }
          @media screen and (max-width: 67.4375em) {
            body .section-intro .img .thumb {
              height: 300px;
              bottom: 0;
              width: 100%; } }
    body .careers .content-holder {
      margin-top: 16em;
      padding: 6em 0;
      position: relative;
      z-index: 1; }
      @media screen and (min-width: 67.5em) {
        body .careers .content-holder {
          min-height: 80vh; } }
      @media screen and (max-width: 44.3125em) {
        body .careers .content-holder {
          margin-top: 8em;
          padding: 3em 0; } }
      body .careers .content-holder .section-title {
        margin-bottom: 0.3em; }
      body .careers .content-holder .section-head {
        position: relative;
        margin: 0 3em; }
        body .careers .content-holder .section-head p {
          max-width: 800px;
          margin: 0 auto; }
      body .careers .content-holder .all-publication-btn {
        position: absolute;
        right: 0;
        top: 0; }
        @media screen and (max-width: 67.4375em) {
          body .careers .content-holder .all-publication-btn {
            position: static; } }
  body .content-page-banner {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex; }
    @media screen and (min-width: 67.5em) {
      body .content-page-banner {
        min-height: 60vh; } }
    @media screen and (max-width: 67.4375em) {
      body .content-page-banner {
        min-height: 300px; } }
    body .content-page-banner .breadcrumbs-holder .background {
      background-size: 126.5%; }
  body .content-items {
    padding: 5em 0 2rem; }
    body .content-items .decoration-layer {
      z-index: -1; }
      
    body .content-items .item {
      background: #f3f3f3;
      padding: 0 2.7em 2.5em 2.5em;
      margin: 17.5em 2.5em 0 2.5em;
      max-width: 480px; }
      body .content-items .item .thumb-holder {
        height: 4.5em;
        position: relative;
        width: 100%;
        z-index: 1;
        margin-bottom: 1em; }
        body .content-items .item .thumb-holder .thumb-wrapper {
          position: absolute;
          bottom: 0;
          left: -20%;
          height: 350px;
          width: 110%; }
          body .content-items .item .thumb-holder .thumb-wrapper .thumb {
            position: absolute;
            bottom: 0;
            right: 0;
            width: 100%;
            border-left: 4px solid #63E0F6;
            height: 75%;
            background-size: 100% 100%;
            background-position: center;
            -webkit-transition: background-size 0.1s ease-in;
            -o-transition: background-size 0.1s ease-in;
            transition: background-size 0.1s ease-in;
            background-repeat: no-repeat; }
      body .content-items .item lead {
        font-size: 1.2em;
        font-weight: 500;
        color: #2b2b2b;
        display: block;
        margin-bottom: 0.5em; }
      body .content-items .item:hover .thumb-wrapper .thumb {
        background-size: 120% 120%; }
        
        
        
        
          
          
          
          
          
  body .content-big-block {
    padding: 4em 0;
    min-height: 100vh; }
    body .content-big-block .content-zone {
      padding: 6em 6em 10em 6em;
      border: 1px solid #e6e6e6;
      max-width: 1200px; }
      body .content-big-block .content-zone h3 {
        position: relative; }
        body .content-big-block .content-zone h3:before {
          content: "";
          position: absolute;
          top: -30px;
          width: 35px;
          border-top: 5px solid #64DEF5;
          left: 0; }
    body .content-big-block .media-holder {
      float: right;
      max-width: 1400px;
      width: 90%;
      position: relative;
      padding-bottom: 40%;
      /* 16:9 */
      padding-top: 25px;
      height: 0;
      top: -100px; }
      body .content-big-block .media-holder .media {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
  body .content-accordion {
    padding: 4em 0; }
    body .content-accordion .white-panel {
      padding-top: 6em;
      padding-bottom: 6em; }
	.button-holder{
	   text-align:center;
	}
  body .content-news, body .content-publications {
    padding: 6em 0;
    min-height: 100vh; }
    body .content-news .breadcrumbs-holder ul, body .content-publications .breadcrumbs-holder ul {
      background: none; }
      body .content-news .breadcrumbs-holder ul a, body .content-publications .breadcrumbs-holder ul a {
        color: #011246; }
    body .content-news .breadcrumbs-holder .background, body .content-publications .breadcrumbs-holder .background {
      display: none; }
    body .content-news .news-type, body .content-publications .news-type {
      margin: 2rem 0; }
      body .news-type .button.iibr-primary.large{
		font-size: 1.375rem;
	  }
      body .content-news .news-type button,
      body .content-news .news-type a,
      body .content-publications .news-type button,
      body .content-publications .news-type a {
        background: none;
        border: 1px solid #e6e6e6 !important;
        color: #444444 !important;
        text-transform: none;
        font-weight: 400;
        position: relative; }
        body .content-news .news-type button:hover,
        body .content-news .news-type a:hover,
        body .content-publications .news-type button:hover,
        body .content-publications .news-type a:hover {
          border-top: 1px solid #e6e6e6 !important; }
        body .content-news .news-type button.selected,
        body .content-news .news-type a.selected,
        body .content-publications .news-type button.selected,
        body .content-publications .news-type a.selected {
          font-weight: 700; }
          body .content-news .news-type button.selected:before,
          body .content-news .news-type a.selected:before,
          body .content-publications .news-type button.selected:before,
          body .content-publications .news-type a.selected:before {
            content: "";
            border-bottom: 4px solid #63E0F6;
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 0; }
    body .content-news .news-items, body .content-publications .news-items {
      list-style: none; }
       body .unique-labs-holder .cells .background-img {
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: -webkit-box;
      display: flex;
      width: 100%;
      height: 100%;
      position:relative;
 }
    body .unique-labs-holder .cells .content-holder {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: -webkit-box;
      display: flex;
      padding: 2em;
      -webkit-justify-content: flex-end;
          -ms-flex-pack: end;
              -webkit-box-pack: end;
              justify-content: flex-end;
      -webkit-align-items: flex-start;
          -ms-flex-align: start;
              -webkit-box-align: start;
              align-items: flex-start;
      -webkit-flex-flow: column;
          -ms-flex-flow: column;
              -webkit-box-orient: vertical;
              -webkit-box-direction: normal;
              flex-flow: column;
      -webkit-transition: opacity 0.4s;
      -o-transition: opacity 0.4s;
      transition: opacity 0.4s;
      /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#011246+0,011246+100&0+0,1+100 */
      /* FF3.6-15 */
      /* Chrome10-25,Safari5.1-6 */
      background: -webkit-gradient(linear, left top, left bottom, from(rgba(1, 18, 70, 0)), to(#011246));
      background: -webkit-linear-gradient(top, rgba(1, 18, 70, 0) 0%, #011246 100%);
      background: -o-linear-gradient(top, rgba(1, 18, 70, 0) 0%, #011246 100%);
      background: linear-gradient(to bottom, rgba(1, 18, 70, 0) 0%, #011246 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00011246', endColorstr='#011246',GradientType=0 );
      /* IE6-9 */
      color: #fefefe; 
      position:absolute;
      top:0;
      bottom:0;
      right:0;
      left:0;
      }
      body .unique-labs-holder .cells .content-holder h2 {
        font-size: 2rem;
        line-height: 1.1em;
        max-width: 90%; 
        }
          @media screen and (min-width: 44.375em) and (max-width: 67.4375em) {
            body .content-news .news-items .item .img .thumb, body .content-publications .news-items .item .img .thumb {
              width: 200px;
              top: -7%; } }
          @media screen and (max-width: 44.3125em) {
            body .content-news .news-items .item .img .thumb, body .content-publications .news-items .item .img .thumb {
              top: 0;
              height: 150px;
              width: 100%; } }
          @media screen and (max-width: 44.3125em) {
            body .content-news .news-items .item .content, body .content-publications .news-items .item .content {
              padding: 1rem 2rem; } }
 
    body .content-news .publication-items, body .content-publications .publication-items {
      list-style: none;
      margin: 1.5rem 0 0 0; }
      body .content-news .publication-items .item, body .content-publications .publication-items .item {
        margin-bottom: 3em; }
        body .content-news .publication-items .item .img .thumb, body .content-publications .publication-items .item .img .thumb {
          border-radius: 50%;
          background: #418091;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: -webkit-box;
          display: flex;
          -webkit-align-items: center;
              -ms-flex-align: center;
                  -webkit-box-align: center;
                  align-items: center;
          -webkit-justify-content: center;
              -ms-flex-pack: center;
                  -webkit-box-pack: center;
                  justify-content: center;
          width: 165px;
          height: 165px;
          text-align: center;
          position: relative;
          left: 50%; }
          @media screen and (min-width: 44.375em) and (max-width: 67.4375em) {
            body .content-news .publication-items .item .img .thumb, body .content-publications .publication-items .item .img .thumb {
              width: 130px;
              height: 130px; } }
          @media screen and (max-width: 44.3125em) {
            body .content-news .publication-items .item .img .thumb, body .content-publications .publication-items .item .img .thumb {
              width: 90px;
              height: 90px;
              left: 0; } }
          body .content-news .publication-items .item .img .thumb .svg-icon,
          body .content-publications .publication-items .item .img .thumb .svg-icon {
            width: 50%;
            height: 50%; }
            body .content-news .publication-items .item .img .thumb .svg-icon path, 
            body .content-publications .publication-items .item .img .thumb .svg-icon path,
            body .content-publications .publication-items .item .img .thumb .svg-icon .convert-svg path {
              fill: #fff; }
        body .content-news .publication-items .item .content, body .content-publications .publication-items .item .content {
          background: #f3f3f3;
          -webkit-box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.1);
          z-index: -1;
          padding: 2.5rem 4rem 2.5rem 8rem; }
          @media screen and (min-width: 44.375em) and (max-width: 67.4375em) {
            body .content-news .publication-items .item .content, body .content-publications .publication-items .item .content {
              padding-top: 1.5rem;
              padding-bottom: 1.5rem; } }
          @media screen and (max-width: 44.3125em) {
            body .content-news .publication-items .item .content, body .content-publications .publication-items .item .content {
              padding: 1rem 2rem; } }
          body .content-news .publication-items .item .content lead, body .content-publications .publication-items .item .content lead {
            font-size: 1.2rem;
            display: block;
            margin-bottom: 0.4em;
            font-weight: 500; }
            @media screen and (min-width: 44.375em) and (max-width: 67.4375em) {
              body .content-news .publication-items .item .content lead, body .content-publications .publication-items .item .content lead {
                font-size: 1rem; } }
            @media screen and (max-width: 44.3125em) {
              body .content-news .publication-items .item .content lead, body .content-publications .publication-items .item .content lead {
                font-size: 0.9rem; } }
          body .content-news .publication-items .item .content strong, body .content-publications .publication-items .item .content strong {
            font-size: 0.9em; }
            @media screen and (max-width: 67.4375em) {
              body .content-news .publication-items .item .content strong, body .content-publications .publication-items .item .content strong {
                font-size: 0.8rem; } }
  body .content-publications .search-publications .svg-icon {
    display: inline-block;
    width: 30px;
    height: 30px; }
  
    
    
  body .content-publications .filters-holder {
    position: relative;
    padding: 1rem 3rem 1rem 0;
    margin-bottom: 2rem; font-size:1.25rem; 
    background: rgba(255,255,255,0.75);
    }
    @media screen and (min-width: 44.375em) {
     body .publication_list h2.section-title{ font-size:3.125rem;}
      body .content-publications .filters-holder {
        max-width: 250px;
        padding-bottom: 6rem; margin-top:5rem; } }
    body .content-publications .filters-holder .filters-title {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: -webkit-box;
      display: flex;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              -webkit-box-pack: justify;
              justify-content: space-between; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center;
      border-bottom: 1px solid #e6e6e6; }
       body .content-publications .filters-holder .filters-title strong{display: inline-block; vertical-align:middle;
	
}
      body .content-publications .filters-holder .filters-title .svg-icon {
        display: inline-block;  vertical-align:middle;
        width: 48px; height:50px;  }
    body .content-publications .filters-holder .filters-selecton {
      list-style: none;
      margin: 1em 0 0 0; }
      body .content-publications .filters-holder .filters-selecton a{
	color:#011246;
}
      body .content-publications .filters-holder .filters-selecton li:first-of-type {
        margin-bottom: 5px; }
    body .content-publications .filters-holder .filters-shadow {
      display: block;
      
      height: 100%;
      position: absolute; 
      z-index: -1;
      right: 0;
      top: 0;
      width: 20%;
      -webkit-box-shadow: 5px 2px 9px -4px rgba(0, 0, 0, 0.2);
      box-shadow: 5px 2px 9px -4px rgba(0, 0, 0, 0.2);
      z-index: -1; }
  body .unique-labs-holder {
    padding: 6em 0; }
    body .unique-labs-holder .cells .cell {
      position: relative;
      margin: 9px;
      width: 530px; 
      height: 480px;
	 }
	@media print, screen and (max-width:1500px) {
	body .unique-labs-holder .cells .content-holder h2 {
    		font-size: 1.8rem;
}
body .unique-labs-holder .cells .cell{
	height:550px;
}
body .iibr-container{
	padding-right:1rem;
	padding-left:1rem;
}
} 
		@media print, screen and (max-width: 44.375em) {
		body .unique-labs-holder .cells .cell {
			width:100%;
			max-width:100%;
			height: 300px;
			}
			body .unique-labs-holder .cells .content-holder h2 {
    		font-size: 1.5rem;
    		max-width: 98%;
    		}
		}
      @media screen and (min-width: 75em) and (max-width: 89.9375em) {
        body .unique-labs-holder .cells .cell {
          width: 400px;
          height: 600px; 
          } }
          @media screen and  (min-width: 89.9375em) {
        body .unique-labs-holder .cells .cell {
          max-width:32%;
          } }

      @media screen and (max-width: 74.9375em) {
      /*  body .unique-labs-holder .cells .cell {
          width: 300px;
          height: 260px; }*/ }
   
        	@media print, screen and (max-width: 44.375em) {
			body .unique-labs-holder .cells .content-holder h2 {
    		font-size: 1.5rem;
    		max-width: 98%;
    		}
		}

      body .unique-labs-holder .cells .content-holder p {
        font-size: 1em;
        margin-bottom: 2em;
        line-height: 1.2em; }
      body .unique-labs-holder .cells .content-holder .button {
        margin: 0; }
      body .unique-labs-holder .cells .content-holder:hover, body .unique-labs-holder .cells .content-holder:focus {
        background: rgba(1, 18, 70, 0.9); }
        body .unique-labs-holder .cells .content-holder:hover .hover-content,  body .unique-labs-holder .cells .content-holder:focus .hover-content {
          visibility: visible;
          opacity: 1;
          max-height: 500px; width:100% }
      body .unique-labs-holder .cells .content-holder .hover-content {
        /* Safari */
        -webkit-transition: max-height 0.2s ease-out, opacity 0.3s;
        -o-transition: max-height 0.2s ease-out, opacity 0.3s;
        transition: max-height 0.2s ease-out, opacity 0.3s;
        visibility: hidden;
        opacity: 0;
        max-height: 0; }
    @media screen and (max-width: 44.3125em) {
      body .contact-us .grid-container {
        padding-left: 0.5rem;
        padding-right: 0.5rem; } }
    body .contact-us .contact-targets #contact-targets-count.is-invalid-input + legend {
      color: red; }
    body .contact-us .contact-targets legend {
      font-size: 0.9em;
      margin-bottom: 1.5em; }
    body .contact-us .contact-targets fieldset {
      -webkit-transition: max-height ease-out 0.3s;
      -o-transition: max-height ease-out 0.3s;
      transition: max-height ease-out 0.3s;
      max-height: 130px;
      overflow: hidden; }
      body .contact-us .contact-targets fieldset.expanded {
        max-height: 1600px; }
   
      body .contact-us .contact-targets .show-more-button:hover, body .contact-us .contact-targets .show-more-button:focus {
        background: none; }
        body .contact-us .contact-targets .show-more-button:hover:before, body .contact-us .contact-targets .show-more-button:focus:before {
          background: #78acbb;
          color: #fefefe;
          border-color: #78acbb; }
    body .contact-us .contact-targets .contact-target {
      margin-bottom: 1.5em; }
      body .contact-us .contact-targets .contact-target label {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        margin: 0;
        width: 100%; }
      body .contact-us .contact-targets .contact-target .thumb {
        margin-right: 10px;
        border: 1px solid #9f9f9f;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        width: 70px;
        height: 70px;
        border-radius: 50%;
        -webkit-align-items: center;
            -ms-flex-align: center;
                -webkit-box-align: center;
                align-items: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                -webkit-box-pack: center;
                justify-content: center;
        position: relative; }
        body .contact-us .contact-targets .contact-target .thumb .svg-icon {
          width: 45px;
          height: 45px;
          display: inline-block; }
          body .contact-us .contact-targets .contact-target .thumb .svg-icon path {
            fill: #9f9f9f; }
        body .contact-us .contact-targets .contact-target .thumb .check-icon {
          background: #fefefe;
          border: 1px solid #9f9f9f;
          border-radius: 50%;
          width: 25px;
          height: 25px;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: -webkit-box;
          display: flex;
          -webkit-align-items: center;
              -ms-flex-align: center;
                  -webkit-box-align: center;
                  align-items: center;
          -webkit-justify-content: center;
              -ms-flex-pack: center;
                  -webkit-box-pack: center;
                  justify-content: center;
          position: absolute;
          top: -10%;
          right: -10%; }
      body .contact-us .contact-targets .contact-target .input:focus + label {
        outline: 1px dotted #555555; }
      body .contact-us .contact-targets .contact-target .input:checked + label .thumb {
        border-color: #1578a0; }
        body .contact-us .contact-targets .contact-target .input:checked + label .thumb .svg-icon path {
          fill: #1578a0; }
      body .contact-us .contact-targets .contact-target .input:checked + label .check-icon {
        background: #011246;
        border-color: #011246; }
        body .contact-us .contact-targets .contact-target .input:checked + label .check-icon:after {
          /*Add another block-level blank space*/
          content: '';
          display: block;
          position: relative;
          bottom: 2px;
          /*Make it a small rectangle so the border will create an L-shape*/
          width: 4px;
          height: 11px;
          /*Add a white border on the bottom and left, creating that 'L' */
          border: solid #fefefe;
          border-width: 0 3px 3px 0;
          /*Rotate the L 45 degrees to turn it into a checkmark*/
          -webkit-transform: rotate(40deg);
              -ms-transform: rotate(40deg);
                  transform: rotate(40deg); }
                  
                  
    .subsite-loby.grid-x .content-popup .LobyCategories a{
		display: -webkit-box;
	    display: -webkit-flex;
	    display: -ms-flexbox;
	    display: flex;
	    -webkit-box-align: center;
	    -webkit-align-items: center;
	    -ms-flex-align: center;
	    align-items: center;
	    border: 1px solid #666;
	    margin-bottom:0.5rem;
	}        
	 .subsite-loby.grid-x .content-popup .LobyCategories div {
		border:0;
		width: 100%;
		background-position: 100%;
	}      
                  
                  
  body .who-we-are {
    padding-top: 4rem; }
    body .who-we-are .intro {
      position: relative;
      padding-bottom: 8rem; }
      @media screen and (max-width: 44.3125em) {
        body .who-we-are .intro {
          padding-bottom: 3rem; } }
      body .who-we-are .intro .decoration-layer {
        z-index: 0; }
        body .who-we-are .intro .decoration-layer:nth-child(1) {
          bottom: 300px;
          right: 50px;
          width: 300px;
          height: 300px; }
        body .who-we-are .intro .decoration-layer:nth-child(2) {
          bottom: 50px;
          left: -40px;
          width: 200px;
          height: 200px; }
        body .who-we-are .intro .decoration-layer:nth-child(3) {
          top: 0;
          left: 150px;
          width: 300px;
          height: 300px; }
        body .who-we-are .intro .decoration-layer path, body .who-we-are .intro .decoration-layer polygon, body .who-we-are .intro .decoration-layer rect {
          fill: #c3c3c3; }
    body .who-we-are .intro-article {
      margin-top: 6rem; }
      @media screen and (max-width: 44.3125em) {
        body .who-we-are .intro-article {
          margin-top: 3rem; } }
      body .who-we-are .intro-article .img .thumb {
        display: block;
        height: 100%;
        width: 115%;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        position: relative;
        top: -10%;
        border-left: 5px solid #63E0F6; }
        @media screen and (max-width: 44.3125em) {
          body .who-we-are .intro-article .img .thumb {
            top: 0;
            left: 0;
            height: 150px;
            width: calc(100% - 5px); } }
      body .who-we-are .intro-article .content {
        background: #011246;
        color: #fefefe;
        padding: 3rem 4rem 3rem 8rem; }
        @media screen and (max-width: 44.3125em) {
          body .who-we-are .intro-article .content {
            padding: 1rem 2rem; } }
        body .who-we-are .intro-article .content h2 {
          font-size: 2rem; }
        body .who-we-are .intro-article .content p {
          font-size: 0.9rem;
          line-height: 1.2rem; }
      body .who-we-are .intro-article.reverse .img .thumb {
        left: -16%; }
        @media screen and (max-width: 44.3125em) {
          body .who-we-are .intro-article.reverse .img .thumb {
            left: 0;
            width: calc(100% - 5px); } }
      body .who-we-are .intro-article.reverse .content {
        padding: 3rem 8rem 3rem 4rem;
        background: #f3f3f3;
        color: #0a0a0a; }
        @media screen and (max-width: 44.3125em) {
          body .who-we-are .intro-article.reverse .content {
            padding: 1rem 2rem; } }
    body .who-we-are .main-content {
      padding: 10rem 0;
      background: #011246;
      color: #fefefe;
      position: relative;
      min-height: 100vh; }
      @media screen and (max-width: 44.3125em) {
        body .who-we-are .main-content {
          padding: 4rem 0; } }
      body .who-we-are .main-content .decoration-layer {
        z-index: 0; }
        body .who-we-are .main-content .decoration-layer:nth-child(1) {
          top: 0;
          right: 0;
          width: 300px;
          height: 300px; }
        body .who-we-are .main-content .decoration-layer:nth-child(2) {
          bottom: 0;
          left: 19%;
          height: 100%; }
        body .who-we-are .main-content .decoration-layer path, body .who-we-are .main-content .decoration-layer polygon, body .who-we-are .main-content .decoration-layer rect {
          fill: #7883a4; }
      body .who-we-are .main-content .custom-container {
        max-width: 1400px; }
      body .who-we-are .main-content h1 {
        position: relative;
        margin-bottom: 8rem; }
        @media screen and (max-width: 67.4375em) {
          body .who-we-are .main-content h1 {
            margin-bottom: 2rem;
            font-size: 2rem; } }
        body .who-we-are .main-content h1:before {
          content: "";
          border-bottom: 5px solid #63E0F6;
          position: absolute;
          top: -10px;
          left: 0;
          width: 40px;
          height: 0; }
      @media screen and (max-width: 44.3125em) {
        body .who-we-are .main-content .company-values {
          margin-bottom: 3rem; } }
      body .who-we-are .main-content .company-values h2 {
        font-weight: 500; }
        @media screen and (max-width: 44.3125em) {
          body .who-we-are .main-content .company-values h2 {
            font-size: 2rem; } }
      body .who-we-are .main-content .company-values h3 {
        font-size: 1.5rem;
        margin-bottom: 5px; }
      body .who-we-are .main-content .company-values p {
        line-height: 1.3rem; }
   
      body .departments-text .custom-container {
        max-width: 98rem; -webkit-box-sizing:border-box; box-sizing:border-box }
      @media screen and (max-width: 44.3125em) {
        body .departments-text .item {
          margin-top: 3rem; } }
      body .departments-text .item .section-title {
        text-align: left;
        font-size: 2.7rem;
        font-weight: 700;
        margin-bottom: 10px; }
      body .departments-text .item .img {
        z-index: 2;
        position: relative; }
        body .departments-text .item .img .thumb {
          display: block;
          height: 70%;
          width: 108%;
          background-size: cover;
          background-repeat: no-repeat;
          background-position: center center;
          position: relative;
          top: -7%;
          -webkit-box-shadow: 0 0 30px 9px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 30px 9px rgba(0, 0, 0, 0.2);
          z-index: 1; }
          @media screen and (max-width: 44.3125em) {
            body .departments-text .item .img .thumb {
              top: 0;
              left: 0;
              height: 250px;
              width: 100%; } }
      body .departments-text .item .content {
        padding: 3rem 4rem 4rem 7rem;
        background: #fefefe;
        position: relative;
        z-index: 0;
        overflow: hidden;
        -webkit-box-shadow: 0 0 30px 9px rgba(0, 0, 0, 0.2);
        box-shadow: 0 0 30px 9px rgba(0, 0, 0, 0.2);
        z-index: 1; }
        @media screen and (max-width: 44.3125em) {
          body .departments-text .item .content {
            padding: 1rem 2rem; } }
        body .departments-text .item .content .decoration-layer {
          z-index: -1; }
          body .departments-text .item .content .decoration-layer:nth-child(1) {
            bottom: 0;
            right: -40px;
            width: 350px;
            height: 350px; }
          body .departments-text .item .content .decoration-layer:nth-child(2) {
            bottom: 70px;
            left: -100px;
            width: 250px;
            height: 250px; }
          body .departments-text .item .content .decoration-layer:nth-child(3) {
            top: 0;
            left: 0;
            width: 300px;
            height: 300px;
            -webkit-transform: scale(-1, -1);
            -ms-transform: scale(-1, -1);
                transform: scale(-1, -1); }
          body .departments-text .item .content .decoration-layer path, 
          body .departments-text .item .content .decoration-layer polygon, 
          body .departments-text .item .content .decoration-layer rect {
            fill: #E0E0E0; }
        body .departments-text .item .content ul {
          margin-top: 20px;
          margin-bottom: 0; }
          
          
          
      /*changes corev*/
      #contentBox {
		    margin-right: 0;
		    margin-left: 0;
		    min-width: inherit;
		}
		.iibr-main #RibbonContainer img {
			display:block;
			max-width:none;
		}
		.ms-webpart-chrome-fullWidth {
			min-width:inherit;
		}
		.ms-webpart-zone {
		     display:block;
		}
		.ms-webpart-cell-vertical {
		    display: block;
		}
		.ms-webpart-chrome-vertical {
		    display: block;
		}
			#s4-workspace {
		    overflow: inherit;
		    position: static;
		}
		body{
		  overflow:auto;
		} 
		input[type=button], input[type=reset], input[type=submit], button {
		min-width:inherit;
		background-color: #011246;
		}
		#s4-bodyContainer {
			padding-bottom: 0;
		}
		#contentRow {
		    padding-top: 0;
		    position:relative;
		}
		#s4-titlerow {
		    padding-top:0;
		}
		#s4-bodyContainer .ms-webpart-cell-horizontal{
			display: block;
		}
         #titleAreaBox {
         display:none;
         }
         #s4-titlerow {
		    height: inherit;
		    padding-bottom: 0;
		}
		
		.iibr-main .bread-crums-line {
		    position: absolute;
		    z-index: 2;
		    background: rgba(0, 0, 0, 0.31);
		    padding: 1.4em 2em 1em 2em;
		    margin: 0;
		    width:100%;
		    -webkit-box-sizing: border-box;
		    box-sizing: border-box;
		}
		.iibr-main .bread-crums-line a {
			color:#fff;
		}
		.iibr-main .bread-crums-line a:hover {
			text-decoration:underline;
			color: #010f3c;
		}
		.iibr-main .bread-crums-line span {
			color: #cacaca;
			padding-right:0.5em;
		}
		
		.iibr-main body {
		   font-size: 14px;
		}
		body .grid-container {
		   width:100%; 
		}
		.iibr-main .text-center {
		    margin: auto;
		}
		.iibr-main .grid-x>.text-center {margin:0;}
		.iibr-main .grid-x>.text-center:only-child {width:100%}
	.stylecell3 > div{
	width:330px; 
	height:400px; 
	display:-webkit-box; 
	display:-webkit-flex; 
	display:-ms-flexbox; 
	display:flex; 
	position:absolute; 
	bottom:0; left:0; 
	background: #1378a0;
    background-repeat: no-repeat;
    background-position: 0 bottom;
	}
	.stylecell2 > div{
	width:100%; 
	height:100%;
	}
	.stylecell1 > div{
	width:275px; 
	height:245px; 
	display:-webkit-box; 
	display:-webkit-flex; 
	display:-ms-flexbox; 
	display:flex; 
	position:absolute; 
	bottom:0; right:0; 
	background: #cfe5ec;
	}
	.stylecell4 > div{
	width:100%; 
	height:100%;
	}
	.stylecell5 > div{
	width:100%; 
	height:100%; 
	background:#011246;
	background-repeat:no-repeat;
	}
	.stylecell6 > div{
	width:100%; 
	height:100%;
	}
	.stylecell7 > div{
	width:380px; 
	height:360px; 
	display:-webkit-box; 
	display:-webkit-flex; 
	display:-ms-flexbox; 
	display:flex; 
	position:absolute; 
	bottom:0; right:0; 
	background: #78adbb;
	background-repeat: no-repeat;
    background-position: 100% 100%;
	}
	.stylecell8 > div{
	width:100%; 
	height:100%;
	}
	.stylecell9 > div{
	width:350px; 
	height:320px; 
	background: #eaeaea;
	background-repeat:no-repeat;
	}
	.stylecell10 > div{
	width:100%; 
	height:100%;
	}
	.stylecell11 > div{
	width:100%; 
	height:100%;
	}
	.stylecell13 > div{
	width:410px; 
	height:360px; 
	display:-webkit-box; 
	display:-webkit-flex; 
	display:-ms-flexbox; 
	display:flex; 
	position:absolute; 
	top:0; 
	right:0; 
	background: #eaeaea;
	}
	.stylecell14 > div{
	width:100%; 
	height:100%;
	}
	.stylecell15 > div{
	width:220px; 
	height:200px; 
	display:-webkit-box; 
	display:-webkit-flex; 
	display:-ms-flexbox; 
	display:flex; 
	position:absolute; 
	top:0; 
	left:0; 
	background: #011246;
	}
	.subsite-loby > div {
    width: 25%;
    padding-left: 2em;
    padding-right: 2em;
	}
	.items-in-row .subsite-loby .item {
	    min-height: 18rem;
	}

/* Start managment */
.content-page-banner.with-bg-image {
    min-height: inherit; height:auto;
    padding: 0;
    padding-top: 7rem;
    display: block;
    background-attachment: fixed;
}
.content-page-banner.with-bg-image .page-title{
    padding: 4em 3em 3em 0em;
}
body .with-bg-image .page-title h1 {
    color: #fefefe;
    font-weight: 700;
    position: relative;
    font-size: 3.75rem;
    padding: 3rem 3rem;
    margin-bottom:0;
    text-transform: uppercase;
}
body .with-bg-image .page-title h1:before {
    top: 3rem;
    width: 52px;
    left: 3rem;
}


.manager-list .item h3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 8rem;
    padding-right: 4rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 16rem;
    font-size: 3.125rem;
    line-height: 1.15;
    font-weight: 500;
    color: #2b2b2b;
    border-right: 3px solid #efefef;
    border-bottom: 3px solid #efefef;
    margin:0;
    background-position: left bottom;
    background-repeat: no-repeat;
}
.manager-list .item:first-child h3 {
    background-color: #011246;
    color: #fff;
    border:0;
}
.manager-list .item .description {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: bold;
    padding: 2rem 0 2rem 4rem;
}
.manager-list .item:first-child .description,
.manager-list .item:first-child .description p {
    background-color: #ececec;
    font-size: 2.187rem;
    color:#011246;
}
.manager-list .item {
    list-style: none;
}
.manager-list .item .description {
    border-bottom: 3px solid #efefef;
}
.manager-list {
    background-color:#fff;
}
.manager-list .position {
    font-size: 1.56rem;
    font-weight: normal;
    color: #2b2b2b;
    margin-top:1rem;
}
.manager-list .name-holder {
    font-size: 1.875rem;
    color: #011246;
    line-height: 1;
    margin-bottom:1rem;
}
.manager-list .item:last-child .description {
    border-bottom: 0;
}
.manager-list .item:last-child a {
    border-bottom: 0;
}
.manager-list.grid-container { 
    padding: 0;
    margin-top: -4rem;
    position: relative;
	-webkit-box-shadow: 3px 0px 20px 11px rgba(0,0,0,0.08);
	box-shadow: 3px 0px 20px 11px rgba(0,0,0,0.08);
}
body .section-intro .text {
    background: #fff;
    color: #011246;
    padding: 4rem 3rem 6rem 6rem;
    z-index: 0;
    position: relative;
    overflow: hidden;
    -webkit-box-shadow: 0px 0px 28px 0px rgba(52,52,52,0.2);
box-shadow: 0px 0px 28px 0px rgba(52,52,52,0.2);

}
body .section-intro .text p,
body .section-intro .text .summary{ line-height:1.2;}
body .section-intro .img .thumb {
    display: block;
    height: 100%;
    width: 110%;
    background-size: cover;
    background-position: center center;
    position: relative;
    bottom: 10%;
    -webkit-box-shadow: 0 0 30px 8px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 30px 8px rgba(0, 0, 0, 0.3);
    z-index: 0;
    border-left: 5px solid #63dff5;
}
body .section-intro .img {
    max-height: 365px;
    position: relative;
    z-index: 1;
}
body .section-intro .text h3{
	font-size:3.937rem;
	font-weight: bold;
	line-height:1;
}
body .section-intro .img + div{
	position:relative;
	overflow:hidden;
}
body .section-intro.section-intro1 .text {
	padding: 4rem 4rem 3rem 9rem;
}

.subsite-loby.grid-x .cell{
	padding-left:2em;
	padding-right:2em;
}
.subsite-loby.grid-x .LobyCategories .cell{
	padding-left:0;
}

.items-in-row .grid-container{
	width:auto;
}
/* End managment */


.LobyCategories div{
	padding: 0.5rem 1rem;
    border: 1px solid #666;
    font-size: 1.6rem;
    background-image:url("/Style%20Library/IIBR/img/whoweare/img3.svg"); 
	background-repeat: no-repeat;
    background-position: 90%;
    color: #2b2b2b;

}
.careers-content h4{
	margin-bottom: 0;
}
.heading {
	text-align:center;
}
.heading p {
	font-size:1.2rem;
}
body .section-intro .text.blue{
	background-color:#011246;
	color:#fff;
}
body .section-intro .text.blue:after, 
body .section-intro .text.blue:before, 
body .section-intro .text.blue div:after,
body .section-intro .text.grey:after, 
body .section-intro .text.grey:before,
body .section-intro .text.grey div:after,
body .section-intro .img + div:after{
	display:none;
}
body .section-intro.section-intro1 .img + div:after{
 display:block;
}

body .grid-7-3.section-intro .text, 
body .grid-7-3.section-intro .img .thumb,
body .section-intro.grid-3-7 .img .thumb, 
body .section-intro.grid-3-7 .text {
	-webkit-box-shadow: none;
	box-shadow: none;
} 
body .section-intro .text.blue h3 {
    font-size: 2.125rem;
}
body .section-intro .text.grey {
    background: #f3f3f3;
    color: #2b2b2b;
    padding: 2rem 3rem 3rem 3rem;
}
body .section-intro .text.grey h3{
    color: #2b2b2b;
    font-size:2.125rem;
}
body .section-intro.grid-7-3 .img .thumb {
	margin-left:-10%;
}


@media screen and (max-width: 67.4375em) {
    .careers-content.grid-container {
		padding:2rem;
		margin-top:0;
	} 
	body .with-bg-image .page-title h1 {
	padding:0;
	font-size: 1.75rem;
}
.content-page-banner.with-bg-image .page-title {
	width: 100%;
	padding: 3em 5em 2em 3em;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
body .with-bg-image .page-title h1:before {
    top: -0.3em;
    left: 0;
}
}
	@media print, screen and (max-width: 1350px) {
		.stylecell1, .stylecell3, .stylecell5, .stylecell7, .stylecell9, .stylecell13, .stylecell15{
		  display:none;
		}
	}
	@media print, screen and (max-width: 1079px) {
	.blue-background > div > div:first-child, .blue-background > div > div:last-child {
   		 padding: 0;
	}
	.iibr-main div.blue-background {
		background-image:none;
		min-height:inherit;
		padding:4.5rem 0;
	}
	.blue-background h2 {
    	min-height: inherit;
	}
	.departments .grid-margin-x > .medium-4, body .departments .grid-container > .grid-x{
		min-height:0px;
	}
	body .departments .reverse .hero {
		margin-top:0;
	}
    .departments .grid-margin-x > .medium-4.grid-y.reverse{
	    webkit-flex-flow: column;
	    -ms-flex-flow: column;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-flow: column;
		flex-flow: column;
	}
	.manager-list.grid-container {
		margin-top:0;
	}
	.manager-list .item h3 {
		padding-left:4rem;
	}
	.iibr-main body .grid-container {
		    -webkit-box-sizing: border-box;
		    box-sizing: border-box;
	}
	.grid-container .img {
	    display: none;
	}
	body .section-intro{
	    padding: 1rem 0;
	}
	body .section-intro .text{
    	padding: 4rem 3rem 6rem 2rem;
	}
	body .section-intro .text.grey {
	    background: #f3f3f3;
	    color: #2b2b2b;
	    padding: 2rem 3rem 3rem 2rem;
	}
	body .facts-sheet .facts .fact-thumb .thumb {
		-webkit-box-sizing:content-box;
		box-sizing:content-box;
	}
	}
	

	





/*  Alexey 22042018 */
	body{overflow-x:hidden;}
	body .grid-container{-webkit-box-sizing:border-box;box-sizing:border-box;}
	
	
	body .section-title {color: #011246; font-weight: 700; line-height:1.2}
	 /*body h1.section-title{text-transform:uppercase;}*/ 
	body .section-title h1,
	body .grid-container > .section-title{ padding: 4.5rem 0 3rem 0; font-weight: 700;}
	body .grid-container > h2.section-title{padding: 2rem 0 1rem 0; font-size:3.125rem;}


   #DeltaPlaceHolderMain #intro-slider ~ div{display:none} 
   #DeltaPlaceHolderMain > h1{padding:7rem 1rem 0 1rem; font-weight:700; color:#011246; line-height:1.3; text-align:center;}

    body #website-header .logo-holder{padding: 0.9rem 0 1.5rem 0;}
   .iibr-main .bread-crums-line {background: rgba(1, 18, 70, 0.7); line-height:1; padding: 1.25rem 1.5rem;}
   .iibr-main .bread-crums-line span{line-height:1;}
   .iibr-main .bread-crums-line a:hover{color:#FFF;}
   .iibr-main p:last-child{margin-bottom:0;}
     
   body .content-page-zone2{background-repeat:no-repeat; background-size:cover; background-position:center top; display:inline-block; width:100%; vertical-align:top; }
     
   body .facts-sheet { padding: 3.75rem 0; position: relative; overflow: hidden;}
   body .facts-sheet > .grid-container{ padding-right:1rem;  padding-left:1rem;  max-width:106rem;}
  .content-page-banner ~ div .facts-sheet{padding: 5rem 0;}
  .content-page-banner ~ div .facts-sheet > .decoration-layer{display:none;}
   body .facts-sheet p{font-size:1.0625rem; margin:0 auto; margin-bottom:4rem; line-height:1.2; max-width:60rem;}
   body .facts-sheet .facts .fact-thumb .thumb{width:3.6rem; height:3.6rem;}
   body .facts-sheet .facts .fact-title h3{font-weight:600; font-size:1.75rem; line-height:1.1; letter-spacing:-1px}
   body .facts-sheet .facts .fact-title p,
   body .facts-sheet .facts .fact-title .summary{font-size:1.0625rem;font-weight:400; line-height:1.2;}

   body .button.iibr-primary.large{font-size:1.1rem;  padding: 1.25em 2em;}
   body .button.iibr-primary.with-arw{padding-right:5.5rem;}
   body .button.iibr-primary.iibr-primary:focus{}
    
   body .departments .actions .action img{ height:100%; max-height:100%!important; width:100%;}

   body .departments .grid-container > .grid-x .cell:nth-child(2) .hero-details{background: rgba(122, 162, 174, 0.75);}
   body .departments .grid-container > .grid-x .cell:nth-child(3) .hero-details{background: rgba(78, 143, 160, 0.85);}
   body .departments .grid-container > .grid-x .cell:nth-child(2) .hero:hover .hero-details,
    body .departments .grid-container > .grid-x .cell:nth-child(2) .hero:focus .hero-details,
   body .departments .grid-container > .grid-x .cell:nth-child(3) .hero:hover .hero-details,
   body .departments .grid-container > .grid-x .cell:nth-child(3) .hero:focus .hero-details

   {background:none;}

    
	body .hero-banner{border-bottom:2px solid #fbfbfb;}
	body .hero-banner .hero-text + .iibr-primary{padding: 1.125rem 0.92rem; margin-bottom:0; font-size:1rem;}  
	body .hero-banner .hero-text p{font-size:1.0625rem; line-height:1.2; padding-right:6.5rem;}
	   
	body #newsroom{padding:3.5rem 0 8%;}
	body .newsroom-content{-webkit-box-align:start;-webkit-align-items:start;-ms-flex-align:start;align-items:start;}
	body #newsroom .newsroom-slider{padding: 3rem 2.5rem 2rem 6.25rem;}
	body #newsroom .highlight-newsroom {padding: 2rem 5.25rem;}
	body #newsroom .newsroom-slider h2,
	body #newsroom .highlight-newsroom h2{line-height:1;}
	body .button.iibr-primary.hollow{margin-bottom:0; margin-top:1.5rem;}
	body #newsroom .newsroom-slider p{line-height:1.2}
	
	body .grid-container.publications_zone{max-width:80rem;}
	body .publications .publications-holder ul{margin:0; padding-right:12%;}
	
	body footer .upper-footer{border-top:2px solid #fbfbfb; padding:1.1rem 1.875rem;}
	body footer .lower-footer{padding:0.85rem 1.875rem;}
	body footer .lower-footer .footer-menu{line-height:1.4;}  
	
	body .grid-x.lower-footer > .medium-auto.shrink{-webkit-box-flex:2;-webkit-flex-grow:2;-ms-flex-positive:2;flex-grow:2;}
	body .simple-contact-form-section{background-position:center}

     body .page-title {background-color:rgba(29,113,147,0.75); padding: 2.2rem 3rem 2rem; position: relative; }
     body .page-title h1 { color: #fefefe; font-weight: 700; position: relative; }
     body .page-title h1:before { content: ""; position: absolute; top: -5px; width: 33px; border-top: 5px solid #64DEF5; left: 0; }
     body .content-page-banner{height:455px; min-height:inherit;}
     
	 body .lobby-banner{height:650px;}
	 body .lobby-banner .lobby-title h2{text-transform:uppercase}
	 body .lobby-banner .lobby-title .content{padding-bottom:5.5rem;}
	 body .lobby-banner .slider-dots{/*bottom:1.4rem;*/}
	 body .slider-dots li button{-webkit-box-sizing:border-box;box-sizing:border-box;}
	          
	 body .items-in-row .grid-container{max-width:114.5rem; -webkit-box-sizing:border-box; box-sizing:border-box;}
	 body .items-in-row .grid-container.short-base{max-width:87.4rem;}
	 body .items-in-row  .grid-container .subsite-loby > .cell:not(.s4-wpcell-plain){display:none;}
	 body .items-in-row {padding-bottom:2rem;}
	 body .items-in-row .subsite-loby .item{
	 max-width:23.625rem;  position:relative; line-height:1.3; color:#000; 
	 padding-top:1rem; padding-bottom:3.5rem; min-height:20rem; 
	 margin:auto; margin-top:6.5rem; margin-bottom:4.5rem;
	 }
	 body .items-in-row .subsite-loby .item .thumb-holder{height:3rem; margin-bottom:1rem;}
	 body .items-in-row .subsite-loby .item .thumb-holder .thumb{background-size:100% auto; height:10rem;}
	 body .items-in-row .subsite-loby .item:hover .thumb-holder .thumb{-webkit-transition:all 0.3s;-o-transition:all 0.3s;transition:all 0.3s; background-size:120% auto;}
	 body .popup-screen .content-popup .content .summery{margin-bottom:1.3rem;}
	 body .items-in-row .item h2{line-height:1.1;}
	 body .items-in-row .item .content-wrapper{max-height:5.2em; overflow:hidden; font-size:1.0625rem;}
	 body .items-in-row .item .button.iibr-primary.with-arw{margin-bottom: 0; position: absolute; bottom:-1.5rem;}
	 
	 body .items-in-row .subsite-loby > div.cell{width:25%}
	 body .items-in-row .subsite-loby.inline-3 > div.cell{width:33.333%} 
 

/* Careers Start */
    .content-page-zone2 .careers-content.grid-container {margin-bottom:8rem;}
	.careers-content.grid-container {
	position: relative; background-color:#fff; padding:5.5rem 19.5%;  margin:5rem auto;
	-webkit-box-shadow: 0px 0px 60px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 60px 0px rgba(0,0,0,0.1);
	}
	.careers-content .button.iibr-primary.with-arw{position:absolute; right:3.5%; top:5.625rem; 
	font-weight:400; font-size:1.25rem; padding:1.3rem 1.65rem; padding-right:4.75rem; text-transform:none;
	}
	.careers-content .heading{padding-bottom:3.75rem; margin:0 auto; max-width:44rem;}
	body .heading .summery{font-size:1.0625rem; line-height:1.3;}
	body .accordion-title{color:#2b2b2b; font-size:1.75rem;}
	body .iibr-accordion .accordion-item.is-active .accordion-title{border-bottom:0 none!important;}
	body .careers-content .iibr-accordion .accordion-content {padding-left:0;}
	body .careers-content .accordion-content .content-table td{padding-bottom:1.4rem;}
	body .careers-content .accordion-content .content-table td:first-child{width:40px;}

	body .careers-content .accordion-content .content-table tr:last-child td{padding-bottom:0;}
	body .careers-content  .accordion-content:last-child{border-bottom-width:2px; padding-top:0.5rem;}
	body .iibr-accordion .accordion-content .content-table .icon{width:40px; padding-top:0;}
	body .iibr-accordion .accordion-content .content-table .icon img{ max-width:22px; height:auto;}
	
	.careers-content h4{font-size:1.375rem; line-height:1; font-weight:500; padding-bottom:0.35rem;}
/* Careers End */    
   
/* Management Start */
	.manager-list.grid-container{max-width:92rem; margin-bottom:2.5rem;
	-webkit-box-shadow: 0px 0px 60px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 60px 0px rgba(0,0,0,0.1);
	}
	.manager-list .item h3{width: 36%; max-width: none; padding-left:10%; padding-right:5%; letter-spacing:-1px}
	.manager-list .item .description{width: 64%; max-width: none; padding-left:5%; padding-right:2%;}
	.manager-list .item:last-child h3{border-bottom:0 none;}
/* Management End */



/* Contact Start */
	body .simple-contact-form-section h1.section-title{text-transform:none;}
	body .contact-us .white-panel{max-width:92rem;  margin-top:-4rem; background-color:#FFF;
		-webkit-box-shadow: 0px 0px 60px 0px rgba(0,0,0,0.1);
		box-shadow: 0px 0px 60px 0px rgba(0,0,0,0.1);
	}
	body .contact-us.content-page-banner.with-bg-image {min-height:100vh; padding-top:7rem; padding-bottom:6em;}
	body .main-form.simple-contact-form{padding:0; margin:0; background-color:transparent;}
	
	body .contact-us .content-holder {padding: 6em 17% 3rem; position: relative; z-index: 1; overflow:hidden; background-repeat:no-repeat;
	background-image: url("/Style%20Library/IIBR/img/whoweare/pattern_who_we_are-01-01.svg"), url("/Style%20Library/IIBR/img/svg-icons/search-icon.svg"); 
	 background-position: -80px 90%, 103% top; background-size: 300px auto, auto 250px ;}		
	body .contact-us .content-holder:before {position:absolute; content:""; width:400px; height:380px;  left:-115px; top:-63px;  z-index:-1;
	   background-image: url("/Style%20Library/IIBR/img/news/img3.svg"); background-position: right top; background-repeat:no-repeat; background-size: 100% auto;}      
	body .contact-us .content-holder:after {position:absolute; content:""; width:280px; height:280px; right:0; bottom:0; z-index:-1;  
	   background-image: url("/Style%20Library/IIBR/img/news/img1.svg"); background-position: left top; background-repeat:no-repeat; background-size: 100% auto;}  
	      
	body .contact-us .section-title{font-size:3.125rem; margin-bottom:0.5rem;}
	body .contact-us .cell.small-9.medium-7{width:75%; max-width:75%;}
	body .contact-us .form-holder{margin-top:2rem;}
	body .simple-contact-form .form-input{margin-bottom:0.75rem;}
	
	body .simple-contact-form input:not([type="submit"]),
	body .simple-contact-form input:not([type="submit"]):focus,
	body .simple-contact-form textarea,
	body .simple-contact-form textarea:focus{margin-bottom:0.75rem;}
	
	body .contact-us .contact-targets legend { font-size: 1.0625rem; margin-bottom: 1.5em; margin-top:1rem;}
	body .contact-us .contact-targets .show-more-button {margin-bottom: 1.5rem; display: -webkit-flex; display: -ms-flexbox; display: -webkit-box; display: flex;
	      -webkit-align-items: center; -ms-flex-align: center; -webkit-box-align: center; align-items: center;
	}
	body .contact-us .contact-targets .show-more-button:before { content: "+"; position: static; font-size: 3rem; line-height: 3.2rem; border: 1px solid #0a0a0a; display: inline-block;
	        width: 50px; height: 50px; text-align: center; margin-right: 0.3em; font-weight: 500;}
	        span[id$='Validator'], div[id$='ContactUsValidationSummary']{color:#C00000!important;}
	        
 /* Contact End */





/* Who We are Start */
	.who-we-are .section-title + div{position:relative; margin-bottom:3rem; z-index:0;
		background-image: url("/Style%20Library/IIBR/img/news/img2.svg"); background-repeat:no-repeat; background-position: -70px bottom; background-size: 270px auto;}
	.who-we-are .section-title + div:before {position:absolute; content:""; width:420px; height:100%;  right:3rem; top:0;  z-index:-1;
	   background-image: url("/Style%20Library/IIBR/img/whoweare/img2.svg"); background-position: right center; background-repeat:no-repeat; background-size: 100% auto;}
	.who-we-are .section-title + div:after {position:absolute; content:""; width:250px; height:300px; left:10%; top:-140px; z-index:-1;  
	   background-image: url("/Style%20Library/IIBR/img/whoweare/img1.svg"); background-position: left top; background-repeat:no-repeat; background-size: 230px auto;}   
	body .blue-background { 
	   background-color:#011246; color:#fff; position:relative; padding:10rem 0 15rem; -webkit-box-sizing: border-box; box-sizing: border-box;   
	   background-image: url("/Style%20Library/IIBR/img/whoweare/img3.svg"); background-position: right top; background-repeat:no-repeat; background-size:330px auto; overflow:hidden
	}
	body .blue-background:before,
	body .blue-background:after { content:""; width:780px; height:60%; position:absolute; left:18%; margin:auto; top:0; 
	   background-image: url("/Style Library/IIBR/img/whoweare/pattern_who_we_are-01-01.svg");
	   background-position: 50% top; background-repeat:no-repeat; background-size:100%;
	}
	body .blue-background:after {content:""; background-position:50% bottom; top:auto; bottom:0; height:40%;}
	.blue-background > div > div:first-child {padding: 0 6rem 0 1rem;}
	.blue-background > div > div:last-child {padding: 0 1rem 0 13rem;}
	
	h2.title-with-plug {font-size: 3.125rem; position:relative; text-transform:uppercase; font-weight:700; line-height:1.2; min-height:300px;}
	.title-with-plug:before {content: ""; position:absolute; top:-12px; left:0; width:33px; border-top: 5px solid #64DEF5;}
	body .blue-background h3{font-size:2.5rem; font-weight:500;}
	body .blue-background h4{font-size:1.375rem; font-weight:500; margin-bottom:0;}
	body .blue-background h3 strong,
	body .blue-background h4 strong{font-weight:500;}
	body .blue-background p{margin-bottom:1.5rem;}
/* Who We are End */




/* General Content Start */
	body .section_bg {z-index:1; overflow:hidden;}
	body .content-items .section-title{font-size:3.125rem; margin-bottom:0.5rem;}
	body .content-items .summary{font-size:1.0625rem; line-height: 1.3; padding-bottom:2rem;}
	body .content-items > .grid-container{max-width:106rem;}
	body .image_box{position:absolute; z-index:-1; overflow:hidden;}
	body .image_box .decoration-layer {max-width:none; height:auto;}
	body .image_box .decoration-layer path {fill:#D3D3D3;}
	body .image_box.img_bg1{top: 0; left: 0; width: 280px; height: 265px;}
	body .image_box.img_bg2 {top:auto; bottom: -50px; left: 2%; width: 320px; height: 320px;}
	body .image_box.img_bg3{top: 0; right: -2.5%; width: 250px; height: 25%;}
	body .image_box.img_bg4 { top:auto; bottom: 0; right: 0; width: 270px; height: 75%;}
	body .image_box.img_bg1 .decoration-layer{width: 400px; right:0; bottom:0;}
	body .image_box.img_bg2 .decoration-layer{right:0; top:0;}
	body .image_box.img_bg3 .decoration-layer{left:0; top:0;}
	body .image_box.img_bg4 .decoration-layer{left:0; bottom:0;}


	  body .content-items .item { position:relative; background:#f3f3f3; padding: 5.5rem 2.8rem 3.5rem 2.8rem; margin: 15rem 2.5% 4.5rem;
	   max-width: 37rem; width: 29%; -webkit-box-flex: 0; -webkit-flex: 0 0 29%; -ms-flex: 0 0 29%; flex: 0 0 29%; -webkit-flex-basis: auto; -ms-flex-preferred-size: auto; flex-basis: auto; -webkit-box-sizing: border-box; box-sizing: border-box; line-height: 1.3;}
	  body .content-items .item:nth-child(3n),
	  body .content-items .item:last-child{margin-right:0.5%;}
	  body .content-items .item .thumb-holder {position: absolute; width:90%; height:16.5rem; left:-6%; top:-13rem; margin-bottom:0; }
	  body .content-items .item .thumb-holder .thumb-wrapper {position: static; width: 100%; height:100%; overflow:hidden; border-left: 5px solid #63E0F6;}
	  body .content-items .item .thumb-holder .thumb-wrapper .thumb {position: static; width:100%; height:100%; background-size:cover;  -webkit-transition: all 0.3s ease-in;  -o-transition: all 0.3s ease-in;  transition: all 0.3s ease-in; border-left: 0 none;}  
	  body .content-items .item:hover .thumb-holder .thumb-wrapper .thumb {-webkit-transform: scale(1.2);-ms-transform: scale(1.2);transform: scale(1.2);}
	  body .content-items .item lead,
	  body .content-items .item h2{font-size: 1.42em; font-weight: 700; color:#2b2b2b;}
	  body .content-items .item .content-wrapper p{line-height:inherit; margin-bottom:1.3em;}
	  body .content-items .item .content-wrapper p:last-child{margin-bottom:0;}
	  body .content-items .item .content-wrapper{max-height:16.9em; overflow:hidden; font-size:1.0625rem;}
	  body .content-items .item .button.iibr-primary.with-arw{margin-bottom: 0; position: absolute; bottom:-1.5rem;}

/* General Content End */


/* Search Result Start */
.content-searchresults #SearchBox{float:none; }
.content-searchresults #SearchBox .ms-srch-sbLarge{
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    width: 100%;
    margin-bottom: 1.5rem; margin-top:1.5rem;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    -webkit-box-align: stretch;
    align-items: stretch;
    border:0 none;	
}
.content-searchresults #SearchBox .ms-textLarge {
    border-radius: 0;
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    -webkit-box-flex: 1;
    flex: 1 1 0px;
    height: auto;
    min-width: 0;
    margin-bottom:0;
}
.content-searchresults #SearchBox .ms-srch-sb-searchLink {
    padding: 0 1.9rem;
    border: 1px solid transparent;
    background: #011246;
    background-image: url("/Style Library/IIBR/img/svg-icons/search-icon.svg");
    background-position: center; background-repeat:no-repeat; background-size:30px;
    color: #fefefe;
    text-align: center;
    white-space: nowrap;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    width:auto; height:auto;
}
.content-searchresults #SearchBox .ms-srch-sb-searchLink .ms-srch-sbLarge-searchImg{display:none;}
body .ms-srch-item-path{color:#011246;}
body .ms-srch-result #PagingImageLink{display:none}
body .ms-srch-result .ms-srch-item{padding: 5px 20px 5px 10px; margin: 10px 0px;}
body .ms-srch-result .ms-srch-item-title h3,
body .ms-srch-result .ms-srch-hover-subTitle h3{font-size: 1.3rem; line-height: 1.3; margin-bottom: 0; white-space: normal;}
body .ms-srch-result .ms-srch-hover-header{padding: 0px 12px 0px 20px; margin-top: 12px;}
body .ms-srch-result .ms-srch-hover-body{padding: 0px 12px 0px 20px;}
body .ms-srch-result .ms-srch-hover-close{margin-right:12px;}
body .ms-srch-result .ms-srch-hover-action{ padding:5px 20px;}
body .ms-srch-result #ResultFooter{margin-bottom:0;}
/* Search Result End */



/* News Start */
	body .news_zone{position:relative; padding-bottom:2rem; z-index:0;
	background-image: url("/Style Library/IIBR/img/news/img3.svg"); background-position: right bottom; background-repeat:no-repeat; background-size: 250px auto;
	}
	body .news_zone:before {position:absolute; content:""; width:420px; height:420px;  left:12%; top:0; bottom:0;  z-index:-1; margin:auto;
	background-image: url("/Style Library/IIBR/img/news/img1.svg"); background-repeat:no-repeat; background-position: 0 bottom; background-size: 100% auto;
	}
	body .news_zone:after {position:absolute; content:""; width:240px; height:240px; right:15%; top:140px; z-index:-1;  
	background-image: url("/Style Library/IIBR/img/news/img2.svg"); background-position: left top; background-repeat:no-repeat; background-size: 220px auto;
	}  
	
	 body .content-news .news-type,
	 body .content-publications .news-type,
	 body .news-type{ margin-top:3.5rem; margin-bottom:6.5rem;}
	 body .content-publications .news-type{margin-bottom:2.5rem;}
	 body .news-items{margin:0 auto; padding:0;}
	 body .news-items .item {margin-bottom: 3.5rem; }
	 body .news-items .item .content {background: #f3f3f3; color:#2b2b2b; padding:2.75rem 4rem 2.75rem 7rem; font-size: 1.0625rem; line-height:1.2;
	-webkit-box-shadow: 0px 3px 18px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 3px 18px 0px rgba(0,0,0,0.1);
	 }
	body .news-items .item .img .thumb{position: relative; display: block; top: -2rem; height: 210px; width: 255px;
	          background-size: cover; background-repeat: no-repeat; background-position: center center;
	}
	body .news-items .item .content h3 {font-weight:500; display: block; font-size: 1.75rem; margin-bottom:0.8rem; line-height: 1;}
	body .news-items .summary p{font-size: 1.0625rem; line-height:1.2;}
      
/* News End */




/* Publications Start */
	  body .publications {padding: 5rem 0 3rem; margin-top:-1.4rem; background-size: cover; background-repeat: no-repeat; }
	  body .publications .section-head {position: relative; margin: 0 auto; margin-bottom:2rem }
	  body .publications .all-publication-btn {position: absolute; right: 0; top: -0.5rem; font-weight:500; font-size:1.25rem;}
	  body .publications .section-title{font-size:3.125rem;}
	  body .publications-holder ul {list-style: none; }
	  body .publications-holder li {margin-bottom: 1.7rem; }
	  body .publication-img{width: 165px; height: 165px; border-radius: 50%; background: #418091; text-align: center;
	        display: -webkit-flex; display: -ms-flexbox; display: -webkit-box; display: flex;
	        -webkit-align-items: center; -ms-flex-align: center; -webkit-box-align: center; align-items: center;
	        -webkit-justify-content: center; -ms-flex-pack: center; -webkit-box-pack: center; justify-content: center;
	  }
	  body .publications-holder li:nth-child(2n) .publication-img,
	  body .content-publications .publication-items .item:nth-child(3n+1) .img .thumb.publication-img{background: #1478a1;}
	  body .publications-holder li:nth-child(3n) .publication-img,
	  body .content-publications .publication-items .item:nth-child(3n+2) .img .thumb.publication-img{background: #78acbb;}
	  body .publication-img .svg-icon {display: inline-block; width: 50%; -webkit-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease;}
	  body .publications-holder li>a:hover .svg-icon{-webkit-transform: scale(1.15);-ms-transform: scale(1.15);transform: scale(1.15);  -webkit-transition: all 0.3s ease;  -o-transition: all 0.3s ease;  transition: all 0.3s ease;}
	  body .publication-img .svg-icon path {fill: #fefefe;}
	  body .publication-content{color:#2b2b2b; margin-left: 5%; line-height:1.2;
	    -webkit-align-items: center; -ms-flex-align: center; -webkit-box-align: center; align-items: center;
	    display: -webkit-flex; display: -ms-flexbox; display: -webkit-box; display: flex; -webkit-flex-wrap:wrap; -ms-flex-wrap:wrap; flex-wrap:wrap; -webkit-align-content: center; -ms-flex-line-pack: center; align-content: center;
	    }
	    body .publications-holder .content{line-height:1.2; color:#2b2b2b; padding-top:2.5rem; padding-bottom:2.5rem; margin-left:0;
	
}
	  body .publication-content h3,
	  body .publications-holder .content h3 {font-size: 1.375rem; display: block; width:100%; margin-bottom: 1.2rem; line-height:1.2;}
	  body .publication-text { font-weight:700;  width:100%; line-height:1.3; color:#2b2b2b; }
/* Publications End */



/* Gallery Start */
	 body .gallery {padding: 4rem 0 5rem; position:relative; overflow:hidden;}
	 body .gallery .wide-container{-webkit-box-sizing: border-box;box-sizing: border-box;	max-width:88rem;}
	 body .gallery .image-set{-webkit-box-sizing: border-box;box-sizing: border-box;}
	 body .gallery .image-set .gallery-cell{padding:0.9rem}
	 body .gallery .gallery-item {display: block; max-height:240px; overflow:hidden; }
	 body .gallery .gallery-item > img{width:auto; max-height:120%; max-width:120%;}
	 body .gallery .gallery-item:hover > img{-webkit-transform: scale(1.2);-ms-transform: scale(1.2);transform: scale(1.2); -webkit-transition: all 0.3s ease-in; -o-transition: all 0.3s ease-in; transition: all 0.3s ease-in;}
	 body .gallery .gallery-cell:nth-child(8)~ .gallery-cell{display:none}
	 body .gallery .decoration-layer path {fill: #D3D3D3;}
	 body .gallery .button-holder{display:none;}
	 body .gallery .button-holder.view{display:block;}
	 body .gallery .button.iibr-primary.hollow.inverted.with-arw { position:relative;
			display: inline-block; background-image: none!important; background-size: auto; font-size: 1.25rem;
		    background-position: right 30px center; padding-right: 4.75rem; margin-bottom:0;
	}			 
	 body .gallery .button.iibr-primary.hollow.inverted.with-arw:before{ position: absolute;  content: '+'; right: 1.5rem; top: 50%; margin-top: -1.25rem; font-size: 2.5rem; font-weight: 400;}
	 body .gallery .button.iibr-primary.hollow.inverted.with-arw.active:before { content:'−';}

/* Gallery End */


/* Labs Start */
	body .unique-labs-holder .cells .content-holder{padding:2rem;}
	body .unique-labs-holder .cells .content-holder h2{line-height: 1.15; font-weight: 500; margin-bottom:0.7rem;}
	body .unique-labs-holder .cells .content-holder .summary{font-size:1.0625rem; line-height: 1.25; margin-bottom:2rem;}
	body .unique-labs-holder .cells .content-holder p{line-height:inherit; font-size:inherit; margin-bottom:0;}
/* Labs End */

   
/* Section Intro with Image Start */ 
	body .section-intro .text:after,
	body .section-intro .text:before,
	body .section-intro .img + div:after{content: ""; position: absolute;  background-repeat:no-repeat;  overflow:hidden; z-index:-1; opacity: 0.4; background-size:auto;}
	body .section-intro .text:before {height: 125px; width: 185px; top: 0; left: 0;
	    background-image: url("/Style Library/IIBR/img/whoweare/img2.svg"); background-size:230px auto; background-position:right bottom;
	}
	body .section-intro .text:after{ height: 250px; width: 375px; bottom: 0; right: 0;
	    background-image: url("/Style Library/IIBR/img/whoweare/img1.svg"); background-size:425px auto; background-position:left top; opacity: 0.6;
	}
	body .section-intro .img + div:after{height: 270px; width: 140px; left: 0; top:0; bottom:0; margin:auto; z-index:0;
	    background-image: url("/Style Library/IIBR/img/whoweare/img3.svg"); background-size:220px auto; background-position:right top;  opacity: 0.6;
	}
	
	body .departments-text {padding-top:7rem; padding-bottom: 4rem; }
	body .departments-text.other-view{ padding-top:1.5rem; padding-bottom:0; background-image:none!important;}
	body .department .section-intro.section-intro1 .text{padding: 3rem 3rem 3rem 8rem;}
	body .department .summary{position:relative; z-index:1; color:#2b2b2b; font-size:1.0625rem; line-height:1.3}
	body .department ul{font-size:1.4rem; line-height:1.4; padding-top:1rem;}
	body .department .button{text-transform:none; font-weight:400;}
	body .departments-text.other-view .department .button{display:none;}
	
	body .section-title + div .grid-container:first-child .section-intro{padding-top:1.5rem}
	body .section-intro{padding:4.5rem 0;}
	body .section-intro.section-intro1 .img + div{-webkit-box-shadow:none;box-shadow:none;  overflow:visible;}
	body .section-intro .img .thumb{background-repeat:no-repeat;
	-webkit-box-shadow: 0px 0px 28px 0px rgba(52,52,52,0.2);
	box-shadow: 0px 0px 28px 0px rgba(52,52,52,0.2);
	}
	body .section-intro .img .thumb.no-border{border-left:0 none;}
	body .section-intro.section-intro1 .text{overflow:visible;}
	body .section-intro.section-intro1 .button {position:absolute; top:100%; margin-top:-2.5rem; margin-bottom:0;}
	body .section-intro .img + div:after,
	body .section-intro .text:before,
	body .section-intro .text:after{background-repeat:no-repeat} 
	body .section-intro .text h3{font-weight:500; margin-bottom:1rem;}
	body .section-intro.large-item .text h3{font-weight:700; margin-bottom:0.4rem;}
	body .section-intro .text.grey{padding-right:5rem}
	
	.content-page-zone2 .section-intro.large-item{padding-top:11rem;}
/* Section Intro with Image End */
   
@media screen and (max-width: 1750px) and (min-width: 1200px) {
	body #website-header .website-menu > li > a {padding-right:0.25em; padding-left:0.25em; padding-bottom: 2.2em;}
	body #website-header .website-menu > li > a .lead {font-size:0.9rem;}
	body #website-header .website-menu > li > a .subtitle {font-size:0.85rem;}	    
}

@media screen and (max-width: 1750px) and (min-width: 1440px) {
	body #website-header .logo-holder{margin-right:1rem;max-width:460px;}
	/*body #website-header .logo-holder img{max-width:10rem;}*/
	body #website-header .bottom-nav{padding:0 2rem;}
	/*body #website-header .logo-holder > img.show-for-medium {max-width:17rem !important;}*/
	/*body #website-header .logo-holder img:first-child{position: relative;top: -21px;}*/
}

@media screen and (max-width: 1439px) and (min-width: 1200px) {
	body #website-header .logo-holder{padding-bottom:0; background: #011246; margin-top:-2.7rem; padding-top:0; padding-left:1rem; margin-left:-1rem;}
	body #website-header .website-menu{margin:0 -1rem; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between;}
	body .bottom-nav.grid-x > .xlarge-auto{width:100%;}
	body #website-header .bottom-nav{padding:0 2rem; height:7.5rem;	 -webkit-flex-flow: column wrap; -ms-flex-flow: column wrap; -webkit-box-orient: vertical; -webkit-box-direction: normal; flex-flow: column wrap; -webkit-box-align: start; -webkit-align-items: flex-start; -ms-flex-align: start; align-items: flex-start;	 }
	body .hero-banner .hero-text h1 {font-size:2rem;}
}


@media screen and (max-width: 1439px) and (min-width: 1079px) {
	body .departments .hero-details h1{font-size:2.2rem;}
}
  
  
@media screen and (max-width: 1440px){
   .manager-list .item h3{font-size:2.625rem}    
    body .departments .actions a[href*="youtube"] .content .icon{margin-top:0.5rem}
    body .departments .actions .content .action-title{ font-size:1.2rem;}
	body .blue-background:before, body .blue-background:after{left:0;}  
	.blue-background > div > div:first-child {padding: 0 4rem 0 0; margin-bottom:2rem}
	.blue-background > div > div:last-child {padding: 0;}
	h2.title-with-plug{ min-height:inherit;}
}
     
     
     
@media screen and (max-width: 1279px){
    body .grid-container,
    body .iibr-container,
    body .narrow-container,
    body .wide-container,
    body .custom-container{padding-right:1rem; padding-left:1rem;}
    body #website-header .top-nav{padding:0 2rem;}
	.subsite-loby.grid-x .cell{padding-left:1rem; padding-right:1rem;}	 
	body .lobby-banner > div{padding:0;}
    body .items-in-row .subsite-loby > div.cell{width:33.333%}   
    .manager-list .item h3{padding-left:5%;}
    
	body .lobby-banner{height:450px;}
	body .lobby-banner .lobby-title{width:60%;}
	body .lobby-banner .lobby-title h2{font-size:2.125rem;}
	
	body #newsroom .decoration-layer,
	body #newsroom .newsroom-slider-image{display:none}
	
	body #newsroom .newsroom-slider,
	body #newsroom .highlight-newsroom{ padding:2rem 2.5rem}
	body #newsroom .newsroom-slider h2,
	body #newsroom .highlight-newsroom h2{font-size:2.5rem;}
}
    
 @media screen and (max-width: 1199px) { 
	 body #website-header .website-menu{overflow-y: auto; overflow-x:hidden; max-height:100%;}
	 body .content-items .item{width: 46%; -webkit-box-flex: 0; -webkit-flex: 0 0 46%; -ms-flex: 0 0 46%; flex: 0 0 46%;}
	 body .content-items .item:nth-child(3n){margin-right: 2.5%;}
	 body .content-items .item:nth-child(2n){margin-right: 0.5%;} 
	 
 }   
 
 

   
@media screen and (max-width: 1079px) {
	.decoration-layer {display:none!important}
	body .section-intro .img{display:none}
	#ms-designer-ribbon{display:none}
	.bread-crums-line{display:none}
	         
	body #newsroom .newsroom-slider{ margin-right:0; margin-bottom:2rem;}
	.content-page-zone2 .careers-content.grid-container{margin-bottom:4rem;}
	.careers-content.grid-container{margin:2rem auto;  padding: 2rem;}
	
	.content-items.general-content.iibr-container.section_bg{ padding-top:2rem}
	
	.content-page-zone2 .section-intro.large-item{padding-top:4rem}
	.content-page-banner ~ div .facts-sheet{padding: 3rem 0;}
	body .gallery {padding: 2rem 0 3rem;}
	body .who-we-are{padding-top:0}
	body .section-title h1,
	body .grid-container > .section-title{padding: 2rem 0;}
	body .section-title + div .grid-container:first-child .section-intro{padding-top:0;}
	body .departments-text{padding-top:2rem;}
	body .department .section-intro.section-intro1 .text { padding: 2rem;}
	
	body .departments .hero .hero-details .hero-hover > div{max-height: 130px;}

     .content-page-banner.with-bg-image .page-title{padding:2rem 2rem 1rem}
     .content-page-banner.with-bg-image{padding-bottom:2.5rem; padding-top:0;}
     body .section-intro{padding:1rem 0;}
     body .section-intro .text,
     body .section-intro.section-intro1 .text,
     body .section-intro .text.grey{padding:2rem;}
     body .section-intro .text h3{font-size:2.125rem;}
     body footer .lower-footer{padding:1rem 2rem}
     body footer .lower-footer .footer-menu a{ padding:0 0.5rem;}
     body .unique-labs-holder{padding:2.5rem 0;}
	 body .simple-contact-form-section .iibr-container{padding:1rem;}
	 body .simple-contact-form{padding:1rem; margin-top:0;}
	 body .simple-contact-form-section{background-image:none!important; padding-top:2rem; padding-bottom:0; min-height:inherit;}
	 body .simple-contact-form-section .section-title{font-size:2.125rem;}
	 
   body .facts .slider-dots{-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;}
   body .slider-dots li.play-slider,
   body .slider-dots li.pause-slider { background-color:#011246}
   body .facts-sheet .facts .fact-thumb { display: inline-block; margin-left: 0;}
   body .facts-sheet .facts .fact {text-align: center; padding-top: 1rem; width:50%;}
   body .facts{width:100%; margin:auto;}
   body .facts.slick-slider{width:70%;}
	   
	body .publications{padding:4rem 0 2rem 0;}
	body .publications .all-publication-btn{position:static;}
	body .publications .publications-holder ul{padding-right:0;}	   
	body .contact-us.content-page-banner.with-bg-image{padding-top:0; padding-bottom:0;}
	body .contact-us .white-panel{margin-top:0}
	body .contact-us .content-holder{padding:3em 1rem 3rem 2rem;}
	body .contact-us .grid-container{padding:0;}
 }   
    
    
@media screen and (max-width: 959px) {         
       body .items-in-row .subsite-loby > div.cell,
       body .items-in-row .subsite-loby.inline-3 > div.cell{width:50%}  
      .manager-list .item h3,
      .manager-list .item .description{width: 100%; padding:2rem; min-height:2rem; border-right:0 none;}
      .manager-list .item h3{font-size:1.8rem; padding-bottom:0; border-bottom: 0 none; background-image:none!important;}
      .manager-list .item:first-child h3{ padding-bottom:2rem;}
      .manager-list .position{font-size:1.25rem;  margin-top: 0.5rem;}
      .manager-list .name-holder,
      .manager-list .item:first-child .description p{font-size:1.45rem;}
      .manager-list .item .description{padding-top:0; padding-bottom:0;}
	  .manager-list .item:first-child .description{padding-top:1rem; padding-bottom:1rem;}
	  
	  body .hero-banner .hero-text p{ padding-right:0;}               
}
     
     
     
     
@media screen and (max-width: 767px) {     
     body .button.iibr-primary.with-arw,
     body .button.iibr-primary.large{font-size:1rem;}
     body .button.iibr-primary.hollow{margin-top:0.8rem;}
    

    .iibr-main p{font-size:1rem; line-height:1.3;}
    .iibr-main select{background-position:100% 50%;}
     
     body .page-title,
     .content-page-banner.with-bg-image .page-title{padding: 2rem 1.5rem 1rem;} 
     .section-title.big,
     body .section-title,
	h2.title-with-plug,
	body .with-bg-image .page-title h1,
	body .content-items .section-title,
	body .section-intro .text h3,
	body .section-intro .text.grey h3,
	body .section-intro .text.blue h3,
	body .facts-sheet .facts .fact-title h3,
	body .simple-contact-form-section .section-title,
	body .publications .section-title,
	body .contact-us .section-title,
	body .hero-banner .hero-text h1,
	.manager-list .item h3,
	body .lobby-banner .lobby-title h2{font-size:1.5rem;}
	
	body .with-bg-image .page-title h1:before{width:35px;}
	
	

    body .content-page-banner{height:220px;}
    body .lobby-banner{height:450px;}
    body .lobby-banner .lobby-title{width:100%; height:100%; left:0; right:0; margin:auto;}
    body .lobby-banner .lobby-title .content{height:100%; -webkit-box-sizing:border-box; box-sizing:border-box; padding:2rem; padding-bottom:3rem;}
    body .lobby-banner .slider-dots{/*bottom:0; margin:0 auto; left:0; right:0; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center;*/}
     
    body .simple-contact-form input:not([type="submit"]),
    body .simple-contact-form input:not([type="submit"]):focus,
    body .simple-contact-form textarea,
    body .simple-contact-form textarea:focus,
    body .simple-contact-form select,
    body .simple-contact-form select:focus{padding:0.8rem!important; margin-bottom:1rem; display:block;}
    
    footer.intro{position:static;}
	body footer .upper-footer{padding:1rem;}   
	body footer .upper-footer .contact-methods{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap; margin-bottom:0.5rem;}
	body footer .lower-footer{text-align:center; padding:1rem;}
	body footer .lower-footer .footer-menu{margin-top:0;}
	body .grid-x.lower-footer > .medium-auto:first-child{-webkit-box-ordinal-group:2;-webkit-order:1;-ms-flex-order:1;order:1;}
	body .simple-contact-form .form-input{ margin-bottom:0;}
	
	body .facts-sheet{padding:2rem 0}
	body #newsroom{padding: 2rem 0 4rem;}
	body #newsroom .newsroom-slider h2,
	body #newsroom .highlight-newsroom h2{font-size:1.5rem;}
	body .iibr-main #newsroom .input-group-field{ font-size:1.1rem;}
	body .mrb80 {margin-bottom: 40px !important;}
	
	body .content-items > .grid-container{padding:0;}
	body .content-items .item{width: 100%; -webkit-box-flex: 0; -webkit-flex: 0 0 100%; -ms-flex: 0 0 100%; flex: 0 0 100%; margin:6rem 0 4.5rem 0; padding: 5.5rem 1.5rem 3.5rem 1.5rem;}
	body .content-items .item:nth-child(3n),
	body .content-items .item:nth-child(2n){margin-right:0;}
	body .content-items .item .thumb-holder{margin:0 auto; left:0; right:0; width:92%; height:10rem; top:-6rem;}
	
	body .gallery .gallery-item{max-height:150px;}

	body .section-intro .text h3{ margin-bottom:0.5rem;}
	body .section-intro .text,
	body .section-intro.section-intro1 .text,
	body .section-intro .text.grey{padding:1.5rem;}
	.iibr-main div.blue-background{padding:2.5rem 0;}
	.gallery .image-set{margin-top:1.2rem;}
	body .iibr-accordion .accordion-title{font-size:1.3rem; padding-top:1rem; padding-bottom:1rem;}
	body .iibr-accordion .accordion-title:before{margin-top:0; margin-right:1rem; font-size:2rem; width:34px; height:34px;}
	body .unique-labs-holder .cells .cell{height:220px; }
	body .unique-labs-holder .cells .content-holder{padding:1.5rem;}
	body .unique-labs-holder .cells .content-holder h2,
	body .blue-background h3,
	body .news-items .item .content h3{font-size:1.3rem;}
	body .department ul{font-size:1.1rem;}
	body .content-items .summary{font-size:1rem;}
	body .publications{padding:2rem 0;}
	body .publication-img{ width:105px; height:105px;}
	body .publication-content h3,
	body .publications-holder .content h3{font-size:1.1rem;}
	body .content-news .news-type,
	body .content-publications .news-type,
	body .news-type{margin-top:1.5rem;}

	.manager-list .position{font-size:1.1rem;}
	.manager-list .item h3,
	.manager-list .item:first-child h3,
	.manager-list .item .description{padding:1.5rem;}
    .manager-list .item .description{padding-top:0; padding-bottom:0; font-size:1.1rem; border-bottom-width:1px;}
	
	.manager-list .item h3{font-size:1.3rem; padding-bottom:0;}
	.manager-list .name-holder,
	.manager-list .item:first-child .description p{font-size:1.1rem;}
	
	.careers-content.grid-container{padding:1.5rem;}
	.careers-content .heading{ position:relative; padding-bottom:0; margin-bottom:5rem; }
    .careers-content .button.iibr-primary.with-arw{ top:100%; right:0; padding-top:1rem; padding-bottom:1rem;}
    .careers-content h4{font-size:1.2rem}
    
    body .mrb50 {margin-bottom: 20px !important;}
    body .simple-contact-form-section{padding-top:1rem}
     body .content-news .news-items .item .content,
    body .content-publications .news-items .item .content{padding:1.5rem}

}
 
@media screen and (max-width: 709px) { 
     
    body .hero-banner{height:450px; }
    body .hero-banner .hero-text > div{max-height:220px; overflow:hidden;}
    /*body .departments .hero .hero-details .hero-hover > div{max-height: 76px;}*/
 }    
     
     
@media screen and (max-width: 600px) {
  .subsite-loby.grid-x .cell{padding-left:0; padding-right:0;}
   body .items-in-row .subsite-loby .item{min-height:inherit;}
   body .items-in-row .subsite-loby > div.cell,
   body .items-in-row .subsite-loby.inline-3 > div.cell{width:100%}
   body .simple-contact-form{padding-right:0;}
   body .facts-sheet .facts .fact {width:100%;}
       
    body .hero-banner .hero-text,
    body #newsroom .newsroom-slider,
    body #newsroom .highlight-newsroom{padding:1.5rem;}
    body .gallery .gallery-item{max-height:130px;}
    body .news-type .button.iibr-primary.large{font-size:1rem;} 
   
	body .contact-us .cell.small-9.medium-7{ width:100%; max-width:100%;}
	body footer .upper-footer .contact-methods li{margin-right:0; width:50%;} 

    body .ms-srch-result .ms-srch-item{width:100%}


}


@media screen and (max-width: 480px) {
    body .lobby-banner .lobby-title .content{-webkit-box-sizing:border-box;box-sizing:border-box; padding:2rem 1rem 3rem;} 
    body .lobby-banner .slider-dots{/*bottom:0; margin:0 auto; left:1rem;*/}
    body .publication-img{ width:85px; height:85px;}
    body .publications-holder .cell.small-8.publication-content{  max-width:65%; width:65%;}   
    body .popup-screen .content-popup {height: 100vh;overflow-y: auto;}
    .LobyCategories div{font-size:1.3em;line-height:1.2;}
    body footer .upper-footer .contact-methods li.b_link a  {font-size:95%;}
}
@media screen and (max-width: 380px) {
  body footer .upper-footer{padding:1rem 0.6rem;}
  body footer .upper-footer .contact-methods li.b_link a  {font-size:85%;}

}

body .slider-dots li.slick-active:nth-last-child(2):first-child, body .slider-dots li.slick-active:nth-last-child(2):first-child~* {
    display: none;
}
     
     /*#region Accessibility menu*/
.accessibility-menu {
  position: relative;
}

.offscreen {
  direction: ltr;
  display: block;
  left: auto;
  overflow: hidden;
  position: absolute;
  top: -9999px;
}

.accessibility-menu ul {
  margin: 0;
  padding: 0;
}

.accessibility-menu li {
  float: right;
  display: inline;
}

.accessibility-menu ul li a {
  color: #fff!important;
}

.accessibility-menu a.skip {
  font-size: 1rem;
  height: 1px;
  left: auto;
  position: absolute;
  top: -1000px;
  width: auto;
}

.accessibility-menu a.skip:focus,
.accessibility-menu a.skip:active {
  background: rgba(44, 128, 162,1) none repeat scroll 0 0;
  direction: rtl;
  font-weight: bold;
  height: auto;
  left: auto;
  padding: 8px;
  position: absolute;
  right: 36%;
  text-align: center;
  top: 1.5rem;
  z-index: 1000;
}
/*#endregion Accessibility menu*/
/* covid 19 section */
.links_component_container{
				width:100%;
				height:auto;											
				display:flex!important;
				justify-content:flex-start;				
			}
			
			.links_component_container .img_div{
				width:55%;							
				max-width:960px;
				height:auto;
				min-height:530px;
				background-image: url("/PublishingImages/covid_pictures/img_cover.jpg");	
				background-position:right center;
				background-repeat:no-repeat;
				display:flex;	
				background-size: auto 100%;
			}
			
			.links_component_container .links_div{
				display:flex;
				width:45%;				
				justify-content:flex-start;
				margin:auto;
				flex-direction:column;
				height:100%;
			}
		
			
			.links_component_container .links_div h2{
				display:block;
				text-align:left;
				margin-bottom:20px;
				line-height:1.2;
				font-size:2.2rem;
			}
			.links_component_container .links_div h2 span{
				display:block;
				color: #e13e43;
			}
   	        html[dir="rtl"] .links_component_container .links_div h2 span{
				font-family:'Heebo', 'Heebo_en';
			}
			.links_component_container .links_div .links_list{				
				display: flex;
				flex-wrap: wrap;
				padding-right:15%;
				list-style-type:none;
				padding:0;
				margin:0;		
				width:70%;	
			}
			.links_component_container .links_div .links_list li{
				display: inline-block;
				width:calc(49% - 30px);		
				margin-right:30px;				
				border-bottom: 1px solid #ccd0db;
			}
			.links_component_container .links_div .links_list li:first-child,
			.links_component_container .links_div .links_list li:nth-child(2){
				border-top: 1px solid #ccd0db;
			}
			.links_component_container .links_div .links_list li a{
				width:100%;
				font-size:1.1rem;
				line-height:1;
				color:#011246;
				text-decoration:none;
				padding:15px 30px 15px 0px;
				position:relative;
				display:inline-block;
				width:100%;
			}
			.links_component_container .links_div .links_list li a:after{
				display:inline-block;
				background:transparent url("/Style Library/IIBR/img/ic_arrow.svg") center center no-repeat;
				width:44px;
				height:48px;
				position:absolute;
				right:30px;
				content:"";
				top:0px;
				border-top:2px solid #68e0f8;				
			}
			.links_component_container .links_div .links_list li a:hover:after, .links_component_container .links_div .links_list li a:focus:after{
				background:#68e0f8 url("/Style Library/IIBR/img/ic_arrow.svg") center center no-repeat;
			}
			/* rtl*/
			html[dir="rtl"] .links_component_container{
				font-family:"Heebo";
			}
			html[dir="rtl"] 	.links_component_container .img_div{
				background-image: url("/PublishingImages/covid_pictures/img_cover_rtl.jpg");	
				background-position:left center;
			}
			
		  html[dir="rtl"] .links_component_container .links_div h2{
				text-align:right;
		  }
		 html[dir="rtl"]	.links_component_container .links_div .links_list{
				padding-left: 15%;	
				padding-right:0;	
			}
			 html[dir="rtl"] .links_component_container .links_div .links_list li{
				margin-left: 30px;
				margin-right:0;
			}
            html[dir="rtl"] .links_component_container .links_div .links_list li a{
				padding: 15px 0px 15px 30px;
				font-family: "Heebo", "Heebo_en";
			 }		
			html[dir="rtl"] .links_component_container .links_div .links_list li a:after{
				left:30px;
				right:auto;
				transform: rotate(180deg);				
			 }
			@media  screen and (max-width: 1800px) {
				.links_component_container .links_div .links_list{	
					width:80%;
				}
				}
			@media  screen and (max-width: 1400px) {
				.links_component_container .links_div .links_list{	
					width:90%;
				}
				.links_component_container .img_div{
					width:50%;
					min-height:450px;					
				}
				.links_component_container .links_div{
					width:50%;
				}
				.links_component_container .links_div .links_list{
					width:100%;
				}
				}	
				@media screen and (max-width: 1200px) {
					.links_component_container .img_div{
						width:45%;
						min-height:400px;
					}
				}
			@media screen and (max-width: 920px) {
			.links_component_container{
			margin-top:20px;
			margin-bottom:20px;
}
				.links_component_container .links_div {
					width:80%;
				}
				.links_component_container .img_div{
					display:none;
				}
			}
			@media screen and (max-width: 576px) {
					.links_component_container .links_div .links_list li:nth-child(2){
						border-top: none;
					}
					.links_component_container .links_div{
						width:90%;
					}
					.links_component_container .links_div .links_list li{
						display:block;
						width:100%;
					}
			}
     
