/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
button, hr, input {
  overflow: visible;
}

progress, sub, sup {
  vertical-align: baseline;
}

[type=checkbox], [type=radio], legend {
  box-sizing: border-box;
  padding: 0;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

h1 {
  font-size: 2em;
  margin: .67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
}

code, kbd, pre, samp {
  font-family: monospace,monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

img {
  border-style: none;
}

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button, select {
  text-transform: none;
}

[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: ButtonText dotted 1px;
}

fieldset {
  padding: .35em .75em .625em;
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[hidden], template {
  display: none;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body, html {
  overflow-x: hidden;
}

body {
  font-family: 'Open Sans', sans-serif;
  background-color: #ffffff;
}

a, a:hover, a:active, a:focus {
  outline: none !important;
}

input,
select,
textarea,
button {
  -webkit-appearance: none;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none !important;
}

input::-moz-focus-inner {
  border: 0;
}

input::placeholder {
  color: #c4c4c4;
}

input[type="radio"],
input[type="checkbox"] {
  cursor: pointer;
  border: 1px solid #c4c4c4;
  background-color: #fff;
}

input[type="checkbox"] {
  width: 24px;
  height: 24px;
  border-radius: 5px;
}

input[type="checkbox"]:checked {
  background-image: url("/assets/svg/006cb2/checkmark.svg");
}

input[type="radio"] {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-size: 10px;
  background-repeat: no-repeat;
  background-position: center;
}

input[type="radio"]:checked {
  background-image: url("/assets/svg/006cb2/dot.svg");
}

input[type="number"] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

/*
	Style All TIB Sections
*/
.article-content {
  overflow: hidden;
  width: 100%;
}

.breadcrumb {
  overflow: hidden;
  width: 100%;
}

.footer-simple {
  overflow: hidden;
  width: 100%;
}

.frontpage-content {
  overflow: hidden;
  width: 100%;
}

.lead-form {
  overflow: hidden;
  width: 100%;
}

.navigation-global {
  overflow: hidden;
  width: 100%;
}

.page-content {
  overflow: hidden;
  width: 100%;
}

.search-result {
  overflow: hidden;
  width: 100%;
}

/*
	Load Hula Component Spinner
*/
.tib-component-spinner svg {
  animation: 2s linear infinite tib-svg-animation;
}

@keyframes tib-svg-animation {
  0% {
    transform: rotateZ(0deg);
  }
  100% {
    transform: rotateZ(360deg);
  }
}

.tib-component-spinner circle {
  animation: 1.4s ease-in-out infinite both tib-circle-animation;
  display: block;
  fill: transparent;
  stroke: #006cb2;
  stroke-linecap: round;
  stroke-dasharray: 283;
  stroke-dashoffset: 280;
  stroke-width: 10px;
  transform-origin: 50% 50%;
}

@keyframes tib-circle-animation {
  0%, 25% {
    stroke-dashoffset: 280;
    transform: rotate(0);
  }
  50%, 75% {
    stroke-dashoffset: 75;
    transform: rotate(45deg);
  }
  100% {
    stroke-dashoffset: 280;
    transform: rotate(360deg);
  }
}

.tib-inline-company-editorial {
  margin: 40px 0px;
  border-top: 1px solid #e8e8e8;
  padding: 20px 0px;
}

.tib-inline-company-editorial .tib-data-unit-content h3 {
  font-size: 24px !important;
}

.tib-inline-company-editorial .tib-data-unit-content .content p {
  font-size: 18px !important;
  line-height: 1.35 !important;
}

.tib-inline-company-editorial .tib-data-unit-content .content a {
  padding: 20px;
  margin-top: 0px;
  display: inline-block;
  font-size: 16px;
}

.tib-inline-company-editorial .tib-data-unit-content .content {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
}

.tib-inline-company-editorial .tib-data-unit-content .content > div {
  width: 50%;
}

.tib-inline-company-editorial .tib-data-unit-content .content .addresses .address {
  padding: 15px 0px 20px 20px;
}

.tib-inline-company-editorial .tib-data-unit-content .content .addresses .address p {
  font-size: 16px !important;
  line-height: 1 !important;
  margin: 5px 0px 0px 10px;
}

.tib-inline-company-editorial .tib-data-unit-content .content .addresses .address img {
  width: 20px;
  height: 20px;
  position: relative;
  top: 4px;
}

.tib-inline-company-editorial .tib-data-unit-content .content .addresses .address a {
  padding: 0px;
  display: inline;
}

.tib-inline-company-editorial .tib-data-unit-content .content .addresses .address {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
}

.tib-inline-company-editorial .tib-data-unit-content .content .addresses .address:not(:last-of-type) {
  border-bottom: 1px solid #e8e8e8;
}

article .tib-inline-company-editorial:first-of-type {
  margin-top: 50px;
}

article .tib-inline-company-editorial:last-of-type {
  margin-bottom: 50px;
}

/* Mobiles */
@media (min-width: 0px) and (max-width: 767px) {
  .tib-inline-company-editorial {
    margin: 40px 0px;
  }
  .tib-inline-company-editorial .tib-data-unit-content .content {
    display: unset;
  }
  .tib-inline-company-editorial .tib-data-unit-content .content > div {
    width: 100%;
  }
  .tib-inline-company-editorial .tib-data-unit-content .content .addresses .address:not(:last-of-type) {
    border-bottom: 0px;
  }
}

.tib-inline-figure {
  margin: 40px 0px 45px 0px;
  /* Chartjs - Raw */
}

.tib-inline-figure .tib-figure-type--chartjs_raw {
  background-color: #f9f9f9;
  padding: 45px 50px 40px 40px;
  margin: 0px;
}

.tib-inline-figure .tib-figure-type--chartjs_raw h6 {
  text-align: right;
  color: #4a4a4a;
  font-weight: bold;
  margin: 0px 0px 30px 0px;
  font-size: 22px;
}

.tib-inline-figure .tib-figure-type--chartjs_raw figcaption {
  margin-top: 25px;
  color: #adadad;
  font-size: 12px;
  font-style: italic;
}

/* Mobiles */
@media (min-width: 0px) and (max-width: 767px) {
  .tib-inline-figure {
    /* Chartjs - Raw */
  }
  .tib-inline-figure .tib-figure-type--chartjs_raw {
    padding: 20px 15px 20px 15px;
  }
  .tib-inline-figure .tib-figure-type--chartjs_raw h6 {
    text-align: center;
    margin: 0px 0px 15px 0px;
    font-size: 14px;
  }
  .tib-inline-figure .tib-figure-type--chartjs_raw figcaption {
    font-size: 10px;
  }
}

.tib-inline-tv-channel-editorial {
  margin: 40px 0px;
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  border-bottom: 1px solid #e8e8e8;
  padding-bottom: 40px;
}

.tib-inline-tv-channel-editorial .tib-data-unit-image-placeholder {
  width: 150px;
  flex: none;
}

.tib-inline-tv-channel-editorial .tib-data-unit-image-placeholder .no-photo {
  text-align: center;
}

.tib-inline-tv-channel-editorial .tib-data-unit-image-placeholder .no-photo img {
  width: 55px;
}

.tib-inline-tv-channel-editorial .tib-data-unit-logo {
  width: 150px;
  flex: none;
}

.tib-inline-tv-channel-editorial .tib-data-unit-logo .tib-data-unit-image,
.tib-inline-tv-channel-editorial .tib-data-unit-logo .tib-data-unit-illustration {
  text-align: center;
  margin-top: 10px;
}

.tib-inline-tv-channel-editorial .tib-data-unit-logo .tib-data-unit-image img,
.tib-inline-tv-channel-editorial .tib-data-unit-logo .tib-data-unit-illustration img {
  max-width: 100px;
  max-height: 80px;
}

.tib-inline-tv-channel-editorial .tib-data-unit-content {
  padding: 0px 30px;
}

.tib-inline-tv-channel-editorial .tib-data-unit-content h3 {
  margin: 0px 0px 0px 0px !important;
  font-size: 24px !important;
}

.tib-inline-tv-channel-editorial .tib-data-unit-content p {
  font-size: 18px !important;
  line-height: 1.35 !important;
  margin: 20px 0px 0px 0px !important;
}

.tib-inline-tv-channel-editorial .tib-data-unit-content ul.info {
  list-style-type: none;
  font-size: 16px;
  margin: 7px 0px 0px 0px;
  padding: 0px;
}

.tib-inline-tv-channel-editorial .tib-data-unit-content ul.info li {
  display: inline-block;
  background: unset;
  margin: 0px;
  padding: 0px;
  font-size: 16px;
  line-height: 1;
}

.tib-inline-tv-channel-editorial .tib-data-unit-content ul.info li:not(:first-child)::before {
  content: url("/assets/svg/e8e8e8/dot.svg");
  padding: 0px 10px;
  color: #e8e8e8;
  width: 6px;
  height: 6px;
  display: inline-block;
  position: relative;
  bottom: 2px;
}

/* Mobiles */
@media (min-width: 0px) and (max-width: 767px) {
  .tib-inline-tv-channel-editorial {
    margin: 40px 0px;
  }
}

.tib-list-article .tib-layout-container {
  display: block;
}

.tib-list-article .tib-layout-container ol {
  border-bottom: 1px solid #e8e8e8;
  display: inline-block;
  font-size: 14px;
  list-style-type: none;
  margin: 0px;
  padding: 0px 0px 10px 0px;
  width: 100%;
}

.tib-list-article .tib-layout-container ol li {
  display: inline-block;
  color: #000;
}

.tib-list-article .tib-layout-container ol li:not(:first-child)::before {
  content: "\00BB";
  padding: 0px 10px;
  color: #006cb2;
}

.tib-list-article .tib-layout-container ol li a {
  text-decoration: none;
  color: #000;
}

.tib-list-article .tib-layout-container ol li a:hover {
  color: #006cb2;
}

.tib-list-article .tib-layout-container h2,
.tib-list-article .tib-layout-container h2 a,
.tib-list-article .tib-layout-container h2 a:hover {
  color: #006cb2;
  text-decoration: none;
  font-size: 26px;
  margin: 25px 0px 0px 0px;
}

.tib-list-article .tib-layout-container p {
  font-size: 19px;
  line-height: 1.65;
  margin: 15px 0px 0px 0px;
}

.tib-list-article.tib-list-article-extended .tib-layout-container {
  margin: 65px auto;
}

/* Special Right Pane Handle for Super Wide Screens */
/* Handle all non-Desktop devices */
/* Laptops, Desktops (1025px to 1280px) */
/* Tablets (portrait) */
/* Tablets (landscape) */
/* Mobiles */
/* Mobiles (Landscape) */
/* Mobiles (Portrait) */
.tib-section-article-content > .tib-layout-container {
  margin: 25px auto 0px auto;
  padding: 0px 30px 0px 30px;
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-wrap: nowrap;
  max-width: 1330px;
  /* Topic Navigation Pane */
  /* Ad Pane */
}

.tib-section-article-content > .tib-layout-container .main {
  width: 100%;
}

.tib-section-article-content > .tib-layout-container article {
  max-width: 1150px;
  margin: 0px auto 0px auto;
}

.tib-section-article-content > .tib-layout-container article h1,
.tib-section-article-content > .tib-layout-container article h1 a,
.tib-section-article-content > .tib-layout-container article h1 a:hover {
  color: #006cb2;
  text-decoration: none;
}

.tib-section-article-content > .tib-layout-container article h2,
.tib-section-article-content > .tib-layout-container article h2 a,
.tib-section-article-content > .tib-layout-container article h3,
.tib-section-article-content > .tib-layout-container article h3 a,
.tib-section-article-content > .tib-layout-container article h4,
.tib-section-article-content > .tib-layout-container article h4 a {
  margin-bottom: 10px;
  color: #4a4a4a;
  text-decoration: none;
}

.tib-section-article-content > .tib-layout-container article h2 a:hover,
.tib-section-article-content > .tib-layout-container article h3 a:hover,
.tib-section-article-content > .tib-layout-container article h4 a:hover {
  color: #006cb2;
  text-decoration: none;
}

.tib-section-article-content > .tib-layout-container article h1 {
  margin: 30px 20px 10px 20px;
  font-size: 42px;
}

.tib-section-article-content > .tib-layout-container article h2 {
  margin: 45px 20px 0px 20px;
  font-size: 24px;
}

.tib-section-article-content > .tib-layout-container article h3 {
  margin: 28px 20px 0px 20px;
  font-size: 21px;
}

.tib-section-article-content > .tib-layout-container article h4 {
  margin: 28px 20px 0px 20px;
  font-size: 18px;
}

.tib-section-article-content > .tib-layout-container article p {
  font-size: 19px;
  line-height: 1.65;
  margin: 20px 20px 0px 20px;
}

.tib-section-article-content > .tib-layout-container article a {
  color: #006cb2;
  font-weight: bold;
  text-decoration: none;
}

.tib-section-article-content > .tib-layout-container article a:hover {
  color: #006cb2;
  text-decoration: underline;
}

.tib-section-article-content > .tib-layout-container article ul {
  list-style-type: none;
  margin: 20px;
  padding-left: 15px;
}

.tib-section-article-content > .tib-layout-container article ul li {
  font-size: 19px;
  line-height: 1.3;
  margin: 0px 0px 0px 0px;
  padding: 3px 0px 10px 25px;
  background-position: left 10px;
  background-size: 9px 9px;
  background-repeat: no-repeat;
  background-image: url("/assets/svg/006cb2/dot.svg");
}

.tib-section-article-content > .tib-layout-container article ol {
  margin: 20px;
}

.tib-section-article-content > .tib-layout-container article ol li {
  font-size: 19px;
  line-height: 1.3;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 10px 10px;
}

.tib-section-article-content > .tib-layout-container article table {
  border-collapse: collapse;
  margin: 30px 20px;
  width: 100%;
}

.tib-section-article-content > .tib-layout-container article table thead th {
  color: #006cb2;
  border-bottom: 1px solid #c4c4c4;
  padding: 0px 0px 14px 0px;
  text-align: left;
}

.tib-section-article-content > .tib-layout-container article table td {
  padding: 14px 0px;
  border-bottom: 1px solid #c4c4c4;
}

.tib-section-article-content > .tib-layout-container article pre {
  background: white none repeat scroll 0 0;
  display: block;
  border-radius: 5px;
  font-family: monospace;
  font-size: 16px;
  padding: 20px 25px;
  unicode-bidi: embed;
  white-space: pre;
  border: 1px solid #c4c4c4;
  margin: 30px 0;
}

.tib-section-article-content > .tib-layout-container article blockquote {
  border-left: 2px solid #006cb2;
  color: #383838;
  font-family: Georgia, serif;
  font-size: 19px;
  font-style: italic;
  line-height: 1.5;
  margin: 35px 3px;
  padding: 20px 30px;
  position: relative;
  width: calc(100% - 80px);
}

.tib-section-article-content > .tib-layout-container article hr {
  height: 0px;
  border: none;
  border-top: 1px solid #e8e8e8;
  margin: 40px 20px 20px 20px;
}

.tib-section-article-content > .tib-layout-container article .article-info p {
  font-size: 16px;
}

.tib-section-article-content > .tib-layout-container article figure.tib-figure-type--table_html table {
  margin: 20px 0px;
}

.tib-section-article-content > .tib-layout-container article > figure > img {
  width: 100%;
  max-width: 750px;
  margin: 30px auto;
  display: block;
}

.tib-section-article-content > .tib-layout-container .tib-navigation-topic {
  flex: none;
  width: 280px;
  padding-right: 20px;
}

.tib-section-article-content > .tib-layout-container .tib-navigation-topic h4,
.tib-section-article-content > .tib-layout-container .tib-navigation-topic h4 a {
  color: #006cb2;
  text-transform: uppercase;
  font-size: 16px;
  margin: 18px 0 15px;
  text-decoration: none;
}

.tib-section-article-content > .tib-layout-container .tib-navigation-topic ol {
  list-style-type: none;
  margin: 0 0 40px 0;
  padding: 0;
}

.tib-section-article-content > .tib-layout-container .tib-navigation-topic ol li {
  height: 30px;
  padding-left: 23px;
  padding-top: 0;
  background-repeat: no-repeat;
  background-position: left 3px;
  background-image: url("/assets/svg/006cb2/bulletpoint.svg");
  background-size: 20px 20px;
}

.tib-section-article-content > .tib-layout-container .tib-navigation-topic ol li:hover a {
  color: #006cb2;
}

.tib-section-article-content > .tib-layout-container .tib-navigation-topic ol li a {
  float: left;
  display: block;
  height: auto;
  line-height: 1.3em;
  color: #000;
  text-decoration: none;
  padding: 2px 0;
  font-size: 15px;
  text-overflow: ellipsis;
  width: 210px;
  white-space: nowrap;
  overflow: hidden;
}

.tib-section-article-content > .tib-layout-container .tib-navigation-topic .tib-navigation-topic-current ol {
  border-bottom: 1px solid #c4c4c4;
  margin: 0 0 20px 0;
  padding: 0 0 20px 0;
}

.tib-section-article-content > .tib-layout-container .tib-right-pane {
  flex: none;
  width: 340px;
  padding: 0px 10px 0px 30px;
  margin: 45px 10px 10px 30px;
}

.tib-section-article-content > .tib-layout-container .tib-right-pane .fixed.fixed-top {
  position: fixed;
  top: 10px;
}

/*

.tib-section-article-content .tib-layout-container .tib-navigation-topic li.lock-pay:hover a{
	color: #33b771;
}

.tib-section-article-content .tib-layout-container .tib-navigation-topic li.lock-register:hover{
	background-repeat: no-repeat;
	background-position: left 2px;
	background-size: 18px 18px;
	@extend .tib-image-icon-lock-blue;
}

.tib-section-article-content .tib-layout-container .tib-navigation-topic li.lock-pay:hover{
	background-repeat: no-repeat;
	background-position: left 2px;
	background-size: 20px 20px;
	@extend .tib-image-icon-pay-green;
}

*/
/* Special Right Pane Handle for Super Wide Screens */
@media (max-width: 1600px) {
  .tib-section-article-content .tib-layout-container .tib-right-pane {
    display: none;
  }
}

/* Handle all non-Desktop devices */
@media (max-width: 1025px) {
  .tib-section-article-content .tib-layout-container {
    flex-wrap: wrap-reverse;
  }
  .tib-section-article-content .tib-layout-container .tib-navigation-topic {
    width: 100%;
    flex: none;
    margin: 70px 0px;
  }
  .tib-section-article-content .tib-layout-container .tib-navigation-topic ol {
    margin: 0 0 25px 0;
    display: flex;
    flex-wrap: wrap;
  }
}

/* Laptops, Desktops (1025px to 1280px) */
/* Tablets (portrait) */
/* Tablets (landscape) */
/* Mobiles */
/* Mobiles (Landscape) */
/* Mobiles (Portrait) */
@media (min-width: 320px) and (max-width: 480px) {
  .tib-section-article-content .tib-layout-container {
    padding: 0px;
  }
  .tib-section-article-content .tib-layout-container article h1 {
    font-size: 30px;
  }
  .tib-section-article-content .tib-layout-container article p {
    font-size: 17px;
  }
  .tib-section-article-content .tib-layout-container article ul li {
    font-size: 17px;
    padding-bottom: 6px;
  }
  .tib-section-article-content .tib-layout-container article .article-info p {
    font-size: 14px;
  }
  .tib-section-article-content .tib-layout-container .tib-navigation-topic {
    padding: 0px 20px 0px 20px;
  }
}

.tib-section-breadcrumb .tib-layout-container {
  max-width: 1150px;
  margin: 0px auto 0px auto;
  padding: 0px 30px 0px 30px;
}

.tib-section-breadcrumb ol {
  border-bottom: 1px solid #e8e8e8;
  display: inline-block;
  font-size: 16px;
  list-style-type: none;
  margin-bottom: 0;
  margin-left: 20px;
  margin-right: 20px;
  padding-bottom: 15px;
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}

.tib-section-breadcrumb ol li {
  display: inline-block;
}

.tib-section-breadcrumb ol li:not(:first-child)::before {
  content: "\00BB";
  padding: 0px 10px;
  color: #006cb2;
}

.tib-section-breadcrumb ol li a {
  text-decoration: none;
  color: #000;
}

.tib-section-breadcrumb ol li a:hover {
  color: #006cb2;
}

.tib-section-article-content .tib-section-breadcrumb > .tib-layout-container {
  padding: 0px;
}

.tib-section-article-content .tib-section-breadcrumb ol {
  padding-bottom: 10px;
}

/* Laptops, Desktops (1025px to 1280px) */
/* Tablets (portrait) */
/* Tablets (landscape) */
/* Mobiles (Landscape) */
/* Mobiles (Portrait) */
@media (min-width: 320px) and (max-width: 480px) {
  .tib-section-breadcrumb {
    display: none;
  }
}

.tib-section-footer-simple > .tib-layout-container {
  width: 100%;
}

.tib-section-footer-simple {
  bottom: 0;
  left: 0;
  right: 0;
  margin-top: 0px;
  padding-bottom: 40px;
  padding-top: 5px;
}

.tib-section-footer-simple p {
  text-align: center;
  font-size: 14px;
  margin: 5px 0 0;
  padding: 0;
  color: #4a4a4a;
}

.tib-section-footer-simple .logo-fujikawa {
  width: 99px;
  height: 38px;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  top: 14px;
  margin: 0px 5px;
}

.tib-section-footer-simple .image-icon-dot {
  width: 4px;
  height: 4px;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  top: -2px;
  margin: 0px 10px;
}

/* Laptops, Desktops (1025px to 1280px) */
/* Tablets (portrait) */
@media (min-width: 768px) and (max-width: 1024px) {
  .tib-section-footer-simple p {
    font-size: 12px;
  }
  .tib-section-footer-simple .logo-fujikawa {
    top: 17px;
  }
}

/* Mobiles (Landscape) */
/* Mobiles (Portrait) */
@media (min-width: 320px) and (max-width: 480px) {
  .tib-section-footer-simple {
    display: none;
  }
}

.tib-section-frontpage-content .tib-layout-container {
  padding: 0px;
  width: 100%;
}

.tib-section-frontpage-content .tib-layout-container .content-hero {
  width: 100%;
  height: 380px;
  background: #006cb2;
  background: radial-gradient(circle, #007ED0 0%, #006cb2 100%);
}

.tib-section-frontpage-content .tib-layout-container .content-hero .tib-layout-container {
  height: 380px;
  width: 820px;
  margin: auto;
  padding-top: 105px;
}

.tib-section-frontpage-content .tib-layout-container .content-hero .tib-layout-container p {
  margin: 15px 0px;
  padding: 0px;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
}

.tib-section-frontpage-content .tib-layout-container .content-hero .tib-layout-container .search {
  background-color: white;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  position: absolute;
  width: 820px;
  z-index: 1;
}

.tib-section-frontpage-content .tib-layout-container .content-hero .tib-layout-container .search .result {
  display: none;
  transition: all 0.3s ease-out 0s;
}

.tib-section-frontpage-content .tib-layout-container .content-hero .tib-layout-container .search .result p.empty {
  text-align: center;
  color: #4A4A4B;
  font-weight: normal;
  border-top: 1px solid #e5e5e5;
  margin: 3px 10px 30px 10px;
  padding-top: 25px;
  font-size: 18px;
}

.tib-section-frontpage-content .tib-layout-container .content-hero .tib-layout-container .search .result ul {
  margin: 0px 10px 5px 10px;
  padding: 0px;
}

.tib-section-frontpage-content .tib-layout-container .content-hero .tib-layout-container .search .result ul li {
  display: block;
  border-top: 1px solid #e5e5e5;
  list-style-type: none;
}

.tib-section-frontpage-content .tib-layout-container .content-hero .tib-layout-container .search .result ul li a {
  color: #4A4A4B;
  text-decoration: none;
  font-size: 18px;
  font-weight: normal;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  height: 40px;
  padding: 10px 12px;
  width: 100%;
}

.tib-section-frontpage-content .tib-layout-container .content-hero .tib-layout-container .search .result ul li a:hover {
  color: #006cb2;
}

.tib-section-frontpage-content .tib-layout-container .content-hero .tib-layout-container .search .result ul li.show-all-results {
  text-align: center;
  padding: 5px 0px 0px 0px;
}

.tib-section-frontpage-content .tib-layout-container .content-hero .tib-layout-container .search .result ul li.show-all-results a {
  font-size: 16px;
  color: #006cb2;
  font-weight: bold;
}

.tib-section-frontpage-content .tib-layout-container .content-hero .tib-layout-container .search .result .tib-component-spinner {
  width: 50px;
  height: 50px;
  margin: 25px auto 35px auto;
}

.tib-section-frontpage-content .tib-layout-container .content-hero .tib-layout-container .search form {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center;
  background-color: white;
}

.tib-section-frontpage-content .tib-layout-container .content-hero .tib-layout-container .search input {
  color: #4a4a4a;
  font-size: 34px;
  line-height: 1.5;
  border: 1px solid transparent;
  border-radius: 5px;
  padding-left: 22px;
  margin: 3px 0px;
  width: calc(100% - 45px);
}

.tib-section-frontpage-content .tib-layout-container .content-hero .tib-layout-container .search .nav-search-button {
  height: 45px;
  width: 45px;
  text-indent: -9999px;
  display: inline-block;
  background-image: url("/assets/svg/e5e5e5/search.svg");
  background-repeat: no-repeat;
  background-size: 30px 30px;
  background-position: center;
  margin-right: 10px;
}

.tib-section-frontpage-content .tib-layout-container .content-hero .tib-layout-container .search-footer {
  text-align: right;
  padding-top: 10px;
  padding-right: 15px;
  position: relative;
  top: 60px;
}

.tib-section-frontpage-content .tib-layout-container .content-hero .tib-layout-container .search-footer a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
}

.tib-section-frontpage-content .tib-layout-container .content-hero .tib-layout-container .search-footer a:hover {
  text-decoration: underline;
}

.tib-section-frontpage-content .tib-layout-container .content-index {
  max-width: 1150px;
  margin: 70px auto 70px auto;
  padding: 0px;
  width: 100%;
}

.tib-section-frontpage-content .tib-layout-container .content-index ul.index {
  display: grid;
  grid-template-columns: repeat(4, calc(25% - 20px));
  grid-gap: 20px;
  justify-content: center;
  padding-left: 20px;
  padding-right: 20px;
}

.tib-section-frontpage-content .tib-layout-container .content-index ul.index > li {
  color: #006cb2;
  font-size: 18px;
  list-style-type: none;
  padding: 5px 0px 20px 0px;
  font-weight: bold;
}

.tib-section-frontpage-content .tib-layout-container .content-index ul.index > li > a {
  color: #006cb2;
  text-decoration: none;
  font-size: 20px;
}

.tib-section-frontpage-content .tib-layout-container .content-index ul.index > li > ul {
  margin-top: 20px;
  margin-left: 0px;
  padding-left: 0px;
}

.tib-section-frontpage-content .tib-layout-container .content-index ul.index > li > ul > li {
  display: block;
  height: 24px;
  padding-left: 23px;
  padding-top: 0;
  background-repeat: no-repeat;
  background-position: -3px -1px;
  background-image: url("/assets/svg/006cb2/bulletpoint.svg");
  background-size: 20px 20px;
}

.tib-section-frontpage-content .tib-layout-container .content-index ul.index > li > ul > li > a {
  color: #4A4A4B;
  text-decoration: none;
  font-size: 15px;
  font-weight: normal;
  white-space: nowrap;
  overflow: hidden;
  display: inline-block;
  height: 20px;
}

.tib-section-frontpage-content .tib-layout-container .content-index ul.index > li > ul > li > a:hover {
  color: #006cb2;
}

/* Special Right Pane Handle for Super Wide Screens */
/* Laptops, Desktops (1025px to 1280px) */
/* Tablets (portrait) */
/* Tablets (landscape) */
/* Mobiles */
@media (min-width: 320px) and (max-width: 767px) {
  .tib-section-frontpage-content .tib-layout-container .content-hero {
    display: none;
  }
  .tib-section-frontpage-content .tib-layout-container .content-index ul.index {
    grid-template-columns: repeat(1, 100%);
  }
}

.tib-section-lform .tib-layout-container {
  margin: 25px auto 0px auto;
  padding: 0px 30px 0px 30px;
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-wrap: nowrap;
  max-width: 1600px;
}

.tib-section-lform .tib-layout-container .tib-section-lform-content {
  max-width: 1150px;
  margin: 75px auto 100px auto;
  padding: 85px 75px 85px 75px;
  width: 100%;
  background: #f9f9f9;
}

.tib-section-lform .tib-layout-container .tib-section-lform-content h2 {
  margin: 0px 0px 5px 0px;
  padding: 0px;
  color: #4a4a4a;
  font-size: 34px;
}

.tib-section-lform .tib-layout-container .tib-section-lform-content p {
  margin: 16px 0px;
  font-size: 18px;
  line-height: 1.35;
}

.tib-section-lform .tib-layout-container .tib-section-lform-content form {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.tib-section-lform .tib-layout-container .tib-section-lform-content form > div {
  width: 100%;
}

.tib-section-lform .tib-layout-container .tib-section-lform-content form > div:nth-of-type(1),
.tib-section-lform .tib-layout-container .tib-section-lform-content form > div:nth-of-type(2) {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.tib-section-lform .tib-layout-container .tib-section-lform-content form > div:nth-of-type(1) > div,
.tib-section-lform .tib-layout-container .tib-section-lform-content form > div:nth-of-type(2) > div {
  width: 48%;
}

.tib-section-lform .tib-layout-container .tib-section-lform-content form label {
  display: block;
  color: #4a4a4a;
  font-weight: bold;
  margin-top: 20px;
  width: 100%;
}

.tib-section-lform .tib-layout-container .tib-section-lform-content form input {
  display: block;
  width: 100%;
  font-size: 28px;
  padding: 10px 14px;
  border: 2px solid #e5e5e5;
  box-sizing: border-box;
  outline: none;
  color: #606060;
  line-height: 1.3;
  border-radius: 5px;
  margin: 12px 0px 0px 0px;
}

.tib-section-lform .tib-layout-container .tib-section-lform-content form input[type="text"],
.tib-section-lform .tib-layout-container .tib-section-lform-content form input[type="email"],
.tib-section-lform .tib-layout-container .tib-section-lform-content form textarea {
  display: block;
  width: 100%;
  padding: 10px 14px;
  border: 2px solid #e5e5e5;
  box-sizing: border-box;
  outline: none;
  color: #606060;
  line-height: 1.3;
  border-radius: 5px;
  margin: 12px 0px 0px 0px;
}

.tib-section-lform .tib-layout-container .tib-section-lform-content form input[type="text"],
.tib-section-lform .tib-layout-container .tib-section-lform-content form input[type="email"] {
  font-size: 28px;
}

.tib-section-lform .tib-layout-container .tib-section-lform-content form textarea {
  min-height: 300px;
  margin-bottom: 5px;
}

.tib-section-lform .tib-layout-container .tib-section-lform-content form .error {
  color: #d7272b;
  font-size: 13px;
}

.tib-section-lform .tib-layout-container .tib-section-lform-content form a {
  margin: 55px auto 0px auto;
  display: block;
  max-width: 320px;
  font-size: 22px;
  padding: 20px 35px;
  align-items: center;
  border: 1px solid transparent;
  border-radius: 3px;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  background: #4aa951 none repeat scroll 0 0;
  color: #fff;
}

.tib-section-lform .tib-layout-container .tib-section-lform-content form a:hover {
  background: #3e8e38 none repeat scroll 0 0;
}

.tib-section-lform .tib-layout-container .tib-section-lform-content form .tib-component-spinner {
  height: 45px;
  width: 45px;
  display: block;
  margin: 55px auto 0px auto;
}

/* Mobiles */
@media (min-width: 0px) and (max-width: 767px) {
  .tib-section-lform .tib-layout-container {
    padding: 0px;
  }
  .tib-section-lform .tib-layout-container .tib-section-lform-content {
    margin: 0px auto 150px auto;
    padding: 85px 35px 85px 35px;
  }
  .tib-section-lform .tib-layout-container .tib-section-lform-content form > div:nth-of-type(1),
  .tib-section-lform .tib-layout-container .tib-section-lform-content form > div:nth-of-type(2) {
    display: block;
  }
  .tib-section-lform .tib-layout-container .tib-section-lform-content form > div:nth-of-type(1) > div,
  .tib-section-lform .tib-layout-container .tib-section-lform-content form > div:nth-of-type(2) > div {
    width: 100%;
  }
  .tib-section-lform .tib-layout-container .tib-section-lform-content h2 {
    font-size: 28px;
    line-height: 1.35;
  }
  .tib-section-lform .tib-layout-container .tib-section-lform-content p {
    font-size: 16px;
    line-height: 1.65;
  }
}

.tib-section-navigation-global {
  top: 0px;
  left: 0px;
  right: 0px;
  background-color: #f9f9f9;
  height: 70px;
  z-index: 10;
  border-bottom: 1px solid #e5e5e5;
}

.tib-section-navigation-global > .tib-layout-container {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
}

.tib-section-navigation-global > .tib-layout-container > .tib-layout-unit {
  height: 70px;
}

/*
	Handle Navigation Logo
*/
.tib-section-navigation-global .tib-navigation-logo {
  width: 171px;
}

.tib-section-navigation-global .tib-navigation-logo img {
  width: 171px;
  height: 60px;
  position: relative;
  top: 4px;
  left: 20px;
}

/*
	Handle Main Navigation
*/
.tib-section-navigation-global .tib-navigation-main {
  flex: 1 0 auto;
}

.tib-section-navigation-global .tib-navigation-main > ul {
  display: flex;
  flex-wrap: nowrap;
  list-style-type: none;
  top: 0px;
  margin: 0px;
  height: 70px;
}

.tib-section-navigation-global .tib-navigation-main > ul > li {
  height: 70px;
  display: block;
}

.tib-section-navigation-global .tib-navigation-main > ul > li > a {
  margin-left: 0px;
  margin-right: 0px;
  padding-top: 25px;
  padding-left: 30px;
  padding-right: 20px;
  height: 100%;
  display: block;
  color: #4A4A4B;
  text-decoration: none;
  font-size: 18px;
}

.tib-section-navigation-global .tib-navigation-main > ul > li:not(.nav-expandable) > a {
  padding-right: 30px;
}

.tib-section-navigation-global .tib-navigation-main > ul > li.nav-expandable > a {
  display: flex;
  flex-wrap: nowrap;
}

.tib-section-navigation-global .tib-navigation-main > ul > li.nav-expandable > a::after {
  content: url("/assets/svg/006cb2/triangle.svg");
  height: 36px;
  width: 36px;
  position: relative;
  bottom: 7px;
  margin-left: 13px;
  transition: all 0.25s linear;
  transform: rotate(0deg);
  display: inline-block;
}

.tib-section-navigation-global .tib-navigation-main > ul > li.nav-expandable.nav-selected > a::after {
  content: url("/assets/svg/ffffff/triangle.svg");
  transform: rotate(180deg);
}

.tib-section-navigation-global .tib-navigation-main > ul > li:hover > a {
  background-color: #EEEEEE;
}

.tib-section-navigation-global .tib-navigation-main > ul > li.nav-selected > a {
  background-color: #006cb2;
  color: #FAF9F1;
}

/*
	Handle Main Navigation Pane
*/
.tib-section-navigation-global .tib-navigation-main ul.nav-pane {
  display: flex;
  background-color: white;
  justify-content: center;
  position: absolute;
  top: 70px;
  overflow: hidden;
  right: 0px;
  left: 0px;
  transition: all 0.05s ease-in;
  overflow: hidden;
  max-height: 0;
  z-index: 10;
}

.tib-section-navigation-global .tib-navigation-main .nav-selected ul.nav-pane {
  max-height: 2000px;
  border-bottom: 1px solid #e5e5e5;
}

/*
	Handle Navigation Pane - Topics
*/
.tib-section-navigation-global .tib-navigation-main li.nav-topics > ul.nav-pane {
  display: grid;
  grid-template-columns: repeat(6, 250px);
  grid-gap: 2rem;
  justify-content: center;
  padding-left: 20px;
  padding-right: 20px;
}

.tib-section-navigation-global .tib-navigation-main li.nav-topics.nav-selected > ul.nav-pane {
  padding-top: 30px;
  padding-bottom: 30px;
}

.tib-section-navigation-global .tib-navigation-main li.nav-topics > ul.nav-pane > li {
  color: #006cb2;
  font-size: 18px;
  list-style-type: none;
  padding: 5px 0px 20px 0px;
  font-weight: bold;
}

.tib-section-navigation-global .tib-navigation-main li.nav-topics > ul.nav-pane > li > a {
  color: #006cb2;
  text-decoration: none;
  font-size: 20px;
}

.tib-section-navigation-global .tib-navigation-main li.nav-topics > ul.nav-pane ul {
  margin-top: 12px;
  margin-left: 0px;
  padding-left: 0px;
}

.tib-section-navigation-global .tib-navigation-main li.nav-topics > ul.nav-pane ul > li {
  display: block;
  height: 24px;
  padding-left: 23px;
  padding-top: 0;
  background-repeat: no-repeat;
  background-position: -3px -1px;
  background-image: url("/assets/svg/006cb2/bulletpoint.svg");
  background-size: 20px 20px;
}

.tib-section-navigation-global .tib-navigation-main li.nav-topics > ul.nav-pane ul > li > a {
  color: #4A4A4B;
  text-decoration: none;
  font-size: 15px;
  font-weight: normal;
  white-space: nowrap;
  overflow: hidden;
  display: inline-block;
  height: 20px;
}

.tib-section-navigation-global .tib-navigation-main li.nav-topics > ul.nav-pane ul > li > a:hover {
  color: #006cb2;
}

/*
	Handle Navigation Buttons
*/
.tib-section-navigation-global .tib-navigation-button {
  margin-right: 20px;
}

.tib-section-navigation-global .tib-navigation-button a {
  font-size: 14px;
  padding: 8px 16px;
  align-items: center;
  border: 1px solid transparent;
  border-radius: 3px;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  position: relative;
  top: 23px;
  right: 20px;
  text-transform: uppercase;
}

.tib-section-navigation-global .tib-navigation-button a.primary {
  background: #4aa951 none repeat scroll 0 0;
  color: #fff;
  margin-left: 10px;
  border: 0px solid transparent;
}

.tib-section-navigation-global .tib-navigation-button a.primary:hover {
  background: #3e8e38 none repeat scroll 0 0;
}

.tib-section-navigation-global .tib-navigation-button a.secondary {
  background: #F2F2F2 none repeat scroll 0 0;
  color: #000;
  border: 1px solid transparent;
}

.tib-section-navigation-global .tib-navigation-button a.secondary:hover {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #e8e8e8;
}

/*
	Handle Navigation on the Right Side
*/
.tib-section-navigation-global .tib-navigation-right {
  display: flex;
  width: 450px;
}

.tib-section-navigation-global .tib-navigation-right .nav-expandable .nav-pane {
  background-color: #FFFFFF;
  position: absolute;
  top: 70px;
  overflow: hidden;
  right: 0px;
  left: 0px;
  transition: max-height 0.05s ease-in;
  max-height: 0;
  z-index: 1;
}

.tib-section-navigation-global .tib-navigation-right .nav-expandable .nav-pane ul {
  display: flex;
}

.tib-section-navigation-global .tib-navigation-right .nav-expandable .nav-pane ul li {
  display: block;
  height: 24px;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 25px;
  padding-left: 28px;
  padding-top: 0;
  background-repeat: no-repeat;
  background-image: url("/assets/svg/006cb2/bulletpoint.svg");
}

.tib-section-navigation-global .tib-navigation-right .nav-expandable .nav-pane ul li a {
  color: #4A4A4B;
  text-decoration: none;
  font-size: 15px;
  font-weight: normal;
}

.tib-section-navigation-global .tib-navigation-right .nav-expandable .nav-pane ul li a:hover {
  color: #006cb2;
}

.tib-section-navigation-global .tib-navigation-right .nav-expandable.nav-selected .nav-pane {
  max-height: 2000px;
  border-bottom: 1px solid #e5e5e5;
}

.tib-section-navigation-global .tib-navigation-right .language > a {
  display: block;
  margin-right: 35px;
  width: 28px;
  height: 28px;
  position: relative;
  top: 20px;
  text-indent: -9999px;
  background-repeat: no-repeat;
  background-image: url("/assets/svg/4a4a4b/globe.svg");
}

.tib-section-navigation-global .tib-navigation-right .language > a:hover {
  background-image: url("/assets/svg/006cb2/globe.svg");
}

.tib-section-navigation-global .tib-navigation-right .search {
  height: 70px;
  width: 100%;
  background-color: #f9f9f9;
  border-bottom: 1px solid #e5e5e5;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
}

.tib-section-navigation-global .tib-navigation-right .search form {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center;
  width: 85%;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  background-color: white;
  height: 42px;
}

.tib-section-navigation-global .tib-navigation-right .search.active form {
  width: calc(85% - 25px);
}

.tib-section-navigation-global .tib-navigation-right .search input {
  color: #4a4a4a;
  font-size: 18px;
  line-height: 1.5;
  border: 1px solid transparent;
  border-radius: 5px;
  padding-left: 15px;
  margin-top: 1px;
  width: calc(100% - 45px);
}

.tib-section-navigation-global .tib-navigation-right .search .nav-search-button {
  height: 45px;
  width: 45px;
  text-indent: -9999px;
  display: inline-block;
  background-image: url("/assets/svg/e5e5e5/search.svg");
  background-repeat: no-repeat;
  background-size: 25px 25px;
  background-position: 10px center;
}

.tib-section-navigation-global .tib-navigation-right .search .nav-search-close {
  display: none;
  height: 25px;
  width: 25px;
  text-indent: -9999px;
  background-image: url("/assets/svg/006cb2/close.svg");
  background-repeat: no-repeat;
  background-size: 15px 15px;
  background-position: 10px center;
  position: relative;
  left: 8px;
}

.tib-section-navigation-global .tib-navigation-right .search.active .nav-search-close {
  display: block;
}

/*
	Handle Mobile Navigation
*/
.tib-section-navigation-global .tib-navigation-mobile {
  z-index: 10;
  display: none;
}

.tib-section-navigation-global .tib-navigation-mobile a {
  margin: 0px;
  padding: 0px;
  height: 60px;
  display: block;
  color: #4a4a4a;
  text-decoration: none;
  font-size: 18px;
}

.tib-section-navigation-global .tib-navigation-mobile .nav-mobile-menu-search {
  width: 100%;
  height: 70px;
  min-width: 75px;
  display: block;
  background-image: url("/assets/svg/006cb2/menu-search.svg");
  background-repeat: no-repeat;
  background-size: 45px 45px;
  background-position: center center;
  text-indent: -9999px;
}

.tib-section-navigation-global .tib-navigation-mobile .nav-mobile-menu-search.open {
  background-image: url("/assets/svg/006cb2/close.svg");
  background-size: 25px 25px;
  animation: mobile-navigation-icon-rotation 0.3s 1 linear;
  transform: rotate(0deg);
}

.tib-section-navigation-global .tib-navigation-mobile .nav-mobile-menu-search-container {
  display: block;
  max-height: 0px;
  overflow: hidden;
  transition: all 0.3s ease-out 0s;
  position: absolute;
  top: 70px;
  left: 0px;
  right: 0px;
  background-color: white;
}

.tib-section-navigation-global .tib-navigation-mobile .nav-mobile-menu-search-container.open {
  max-height: 1000px;
  transition: all 0.3s;
}

.tib-section-navigation-global .tib-navigation-mobile .nav-mobile-search-container {
  height: 70px;
  width: 100%;
  background-color: #f9f9f9;
  border-bottom: 1px solid #e5e5e5;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}

.tib-section-navigation-global .tib-navigation-mobile .nav-mobile-search-container form {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center;
  width: 85%;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  background-color: white;
  height: 46px;
}

.tib-section-navigation-global .tib-navigation-mobile .nav-mobile-search-container.active form {
  width: calc(85% - 25px);
}

.tib-section-navigation-global .tib-navigation-mobile .nav-mobile-search-container input {
  color: #4a4a4a;
  font-size: 20px;
  line-height: 1.5;
  border: 1px solid transparent;
  border-radius: 5px;
  padding-left: 15px;
  margin-top: 1px;
  width: calc(100% - 45px);
}

.tib-section-navigation-global .tib-navigation-mobile .nav-mobile-search-container .nav-search-button {
  height: 45px;
  width: 45px;
  text-indent: -9999px;
  display: inline-block;
  background-image: url("/assets/svg/e5e5e5/search.svg");
  background-repeat: no-repeat;
  background-size: 25px 25px;
  background-position: 10px center;
}

.tib-section-navigation-global .tib-navigation-mobile .nav-mobile-search-container .nav-search-close {
  display: none;
  height: 25px;
  width: 25px;
  text-indent: -9999px;
  background-image: url("/assets/svg/006cb2/close.svg");
  background-repeat: no-repeat;
  background-size: 15px 15px;
  background-position: 10px center;
  position: relative;
  left: 8px;
}

.tib-section-navigation-global .tib-navigation-mobile .nav-mobile-search-container.active .nav-search-close {
  display: inline-block;
}

.tib-section-navigation-global .tib-navigation-mobile .nav-mobile-menu-search-container .nav-mobile-menu-container ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

.tib-section-navigation-global .tib-navigation-mobile .nav-mobile-menu-search-container .nav-mobile-menu-container > ul > li {
  width: 100%;
  background-color: #f9f9f9;
  border-bottom: 1px solid #e5e5e5;
}

.tib-section-navigation-global .tib-navigation-mobile li.nav-expandable ul.nav-pane {
  border-top: 1px solid #e5e5e5;
}

.tib-section-navigation-global .tib-navigation-mobile li.nav-expandable ul.nav-pane li {
  border-bottom: 1px solid transparent;
  background-color: white;
}

.tib-section-navigation-global .tib-navigation-mobile li:not(.nav-expandable) a {
  padding: 18px 0px 0px 56px;
}

.tib-section-navigation-global .tib-navigation-mobile li.nav-expandable > a::before {
  content: url("/assets/svg/006cb2/triangle.svg");
  height: 36px;
  width: 36px;
  position: relative;
  top: 11px;
  transition: all 0.15s linear;
  display: inline-block;
  padding: 0px 10px;
  transform: rotate(-90deg);
}

.tib-section-navigation-global .tib-navigation-mobile li.nav-expandable.nav-selected > a::before {
  content: url("/assets/svg/006cb2/triangle.svg");
  transform: rotate(0deg);
}

.tib-section-navigation-global .tib-navigation-mobile li.nav-expandable:not(.nav-selected) .nav-pane {
  display: none;
}

.tib-section-navigation-global .tib-navigation-mobile li.nav-expandable.nav-selected {
  height: auto;
}

.tib-section-navigation-global .tib-navigation-mobile .nav-cities ul > li > a {
  padding-left: 35px;
}

.tib-section-navigation-global .tib-navigation-mobile .nav-cities ul > li > a > img {
  height: 15px;
  width: 20px;
  margin-right: 15px;
  position: relative;
  top: 2px;
}

/* Cache Images for Desktop Navigation */
@media (min-width: 1025px) {
  /* Preload Image Resources */
  .tib-section-navigation-global::after {
    position: absolute;
    width: 0;
    height: 0;
    overflow: hidden;
    z-index: -1;
    content: url("/assets/svg/006cb2/globe.svg") url("/assets/svg/006cb2/bulletpoint.svg") url("/assets/svg/ffffff/triangle.svg");
  }
}

/* Handle Very Large Display */
@media (min-width: 1481px) and (max-width: 1760px) {
  .tib-section-navigation-global .tib-navigation-main li.nav-topics > ul.nav-pane {
    grid-template-columns: repeat(5, 250px);
  }
}

/* Handle Semi Large Display */
@media (min-width: 1231px) and (max-width: 1480px) {
  .tib-section-navigation-global .tib-navigation-main li.nav-topics > ul.nav-pane {
    grid-template-columns: repeat(4, 250px);
  }
}

/* Handle Large Display */
@media (min-width: 1025px) and (max-width: 1230px) {
  .tib-section-navigation-global .tib-navigation-main li.nav-topics > ul.nav-pane {
    grid-template-columns: repeat(3, 250px);
  }
}

/* Handle Mobile / Table */
@media (min-width: 320px) and (max-width: 1024px) {
  .tib-section-navigation-global .tib-navigation-mobile {
    display: inline-block;
    width: 75px;
  }
  .tib-section-navigation-global > .tib-layout-container {
    justify-content: space-between;
  }
  .tib-section-navigation-global .tib-navigation-main,
  .tib-section-navigation-global .tib-navigation-right,
  .tib-section-navigation-global .tib-navigation-button > a {
    display: none;
  }
  .tib-section-navigation-global .tib-navigation-button {
    width: 75px;
    margin-right: 0px;
  }
  .tib-section-navigation-global .tib-navigation-logo {
    width: unset;
  }
  .tib-section-navigation-global .tib-navigation-logo img {
    top: 3px;
    left: 0px;
  }
}

/* Handle Mobile */
/* Tablets (portrait) */
/* Tablets (landscape) */
/* Animation - Rotate */
@keyframes mobile-navigation-icon-rotation {
  to {
    transform: rotate(90deg);
  }
}

.tib-section-page-content {
  /*
        Page Type: Confirmation
    */
  /*
        Page Type: Newsletter From
    */
  /*
        Page Type: Lead From
    */
  /*
        Page: Market Research
    */
}

.tib-section-page-content .content-confirmation-page > .tib-layout-container {
  padding: 0px 20px;
}

.tib-section-page-content .content-confirmation-page {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  height: calc(100vh - 300px);
  min-height: 400px;
}

.tib-section-page-content .content-confirmation-page h1, .tib-section-page-content .content-confirmation-page h2, .tib-section-page-content .content-confirmation-page p {
  color: #4a4a4a;
  line-height: 1.35;
}

.tib-section-page-content .content-confirmation-page h1 {
  font-size: 95px;
  margin: 0px;
}

.tib-section-page-content .content-confirmation-page h2 {
  font-weight: normal;
  font-size: 48px;
  margin: 0px;
  color: #707070;
}

.tib-section-page-content .content-confirmation-page p {
  font-size: 18px;
}

.tib-section-page-content .content-newsletter-form-page > .tib-layout-container {
  max-width: 1150px;
  width: 100%;
  margin: 50px auto 150px auto;
}

.tib-section-page-content .content-newsletter-form-page h1 {
  font-size: 56px;
  line-height: 1.35;
  padding: 0px 75px;
  color: #4a4a4a;
  margin-bottom: 40px;
}

.tib-section-page-content .content-newsletter-form-page p {
  margin: 16px 0px;
  padding: 0px 75px;
  font-size: 18px;
  line-height: 1.5;
  color: #4a4a4a;
}

.tib-section-page-content .content-newsletter-form-page form {
  padding: 50px 75px 85px 75px;
  background: #F2F2F2;
  display: flex;
  flex-wrap: wrap;
  margin-top: 100px;
  width: 100%;
}

.tib-section-page-content .content-newsletter-form-page form h2 {
  width: 100%;
  color: #4a4a4a;
  border-bottom: 2px solid #e5e5e5;
  padding-bottom: 30px;
  line-height: 1.3;
  font-size: 34px;
}

.tib-section-page-content .content-newsletter-form-page form p {
  padding: 0px;
  font-size: 16px;
  line-height: 1.35;
}

.tib-section-page-content .content-newsletter-form-page form > div {
  width: 100%;
}

.tib-section-page-content .content-newsletter-form-page form > div:nth-of-type(2) {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.tib-section-page-content .content-newsletter-form-page form > div:nth-of-type(2) > div {
  width: 48%;
}

.tib-section-page-content .content-newsletter-form-page form label {
  display: block;
  color: #4a4a4a;
  font-weight: bold;
  margin-top: 25px;
  width: 100%;
  font-size: 18px;
  line-height: 1.3;
}

.tib-section-page-content .content-newsletter-form-page form input[type="text"],
.tib-section-page-content .content-newsletter-form-page form textarea {
  display: block;
  width: 100%;
  padding: 10px 14px;
  border: 2px solid #e5e5e5;
  box-sizing: border-box;
  outline: none;
  color: #606060;
  line-height: 1.3;
  border-radius: 5px;
  margin: 12px 0px 0px 0px;
}

.tib-section-page-content .content-newsletter-form-page form input[type="text"] {
  font-size: 28px;
}

.tib-section-page-content .content-newsletter-form-page form textarea {
  min-height: 300px;
  margin-bottom: 40px;
}

.tib-section-page-content .content-newsletter-form-page form > div:nth-of-type(3) > div {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-top: 20px;
}

.tib-section-page-content .content-newsletter-form-page form .contact p {
  cursor: pointer;
  margin: 0px;
}

.tib-section-page-content .content-newsletter-form-page form .contact > div:nth-of-type(1) {
  width: 50px;
  flex: 0 1 auto;
}

.tib-section-page-content .content-newsletter-form-page form .contact > div:nth-of-type(2) {
  flex: 3 3 auto;
}

.tib-section-page-content .content-newsletter-form-page form input[type="checkbox"] {
  width: 24px;
  height: 24px;
  border-radius: 5px;
  border: 2px solid #e5e5e5;
  display: inline-block;
  margin-top: 3px;
}

.tib-section-page-content .content-newsletter-form-page form a {
  margin: 80px auto 0px auto;
  display: block;
  max-width: 450px;
  font-size: 22px;
  padding: 20px 35px;
  align-items: center;
  border: 1px solid transparent;
  border-radius: 3px;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  background: #4aa951 none repeat scroll 0 0;
  color: #fff;
  line-height: 1.3;
}

.tib-section-page-content .content-newsletter-form-page form a:hover {
  background: #3e8e38 none repeat scroll 0 0;
}

.tib-section-page-content .content-newsletter-form-page form .tib-component-spinner {
  height: 45px;
  width: 45px;
  display: block;
  margin: 55px auto 0px auto;
}

.tib-section-page-content .content-lead-form-page > .tib-layout-container {
  max-width: 1150px;
  width: 100%;
  margin: 50px auto 150px auto;
}

.tib-section-page-content .content-lead-form-page h1 {
  font-size: 56px;
  line-height: 1.35;
  padding: 0px 75px;
  color: #4a4a4a;
  margin-bottom: 40px;
}

.tib-section-page-content .content-lead-form-page p {
  margin: 16px 0px;
  padding: 0px 75px;
  font-size: 18px;
  line-height: 1.5;
  color: #4a4a4a;
}

.tib-section-page-content .content-lead-form-page form {
  padding: 35px 75px 85px 75px;
  background: #F2F2F2;
  display: flex;
  flex-wrap: wrap;
  margin-top: 70px;
  width: 100%;
}

.tib-section-page-content .content-lead-form-page form h2 {
  width: 100%;
  color: #4a4a4a;
  border-bottom: 2px solid #e5e5e5;
  padding-bottom: 18px;
  line-height: 1.3;
  font-size: 26px;
  margin-top: 40px;
}

.tib-section-page-content .content-lead-form-page form p {
  padding: 0px;
  font-size: 16px;
  line-height: 1.55;
  margin-top: 2px;
}

.tib-section-page-content .content-lead-form-page form > div {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.tib-section-page-content .content-lead-form-page form > div > div {
  width: 48%;
}

.tib-section-page-content .content-lead-form-page form label {
  display: block;
  color: #4a4a4a;
  font-weight: bold;
  margin-top: 25px;
  width: 100%;
  font-size: 18px;
  line-height: 1.3;
}

.tib-section-page-content .content-lead-form-page form input[type="text"],
.tib-section-page-content .content-lead-form-page form textarea {
  display: block;
  width: 100%;
  padding: 10px 14px;
  border: 2px solid #e5e5e5;
  box-sizing: border-box;
  outline: none;
  color: #606060;
  line-height: 1.3;
  border-radius: 5px;
  margin: 12px 0px 0px 0px;
}

.tib-section-page-content .content-lead-form-page form input[type="text"] {
  font-size: 28px;
}

.tib-section-page-content .content-lead-form-page form textarea {
  min-height: 300px;
  margin-bottom: 5px;
}

.tib-section-page-content .content-lead-form-page form .error {
  color: #d7272b;
  font-size: 13px;
}

.tib-section-page-content .content-lead-form-page form a {
  margin: 80px auto 0px auto;
  display: block;
  max-width: 450px;
  font-size: 22px;
  padding: 20px 35px;
  align-items: center;
  border: 1px solid transparent;
  border-radius: 3px;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  background: #4aa951 none repeat scroll 0 0;
  color: #fff;
  line-height: 1.3;
}

.tib-section-page-content .content-lead-form-page form a:hover {
  background: #3e8e38 none repeat scroll 0 0;
}

.tib-section-page-content .content-lead-form-page form .tib-component-spinner {
  height: 45px;
  width: 45px;
  display: block;
  margin: 55px auto 0px auto;
}

.tib-section-page-content .tib-page-4 .section1 .section1-top {
  width: 100%;
  background: #0085de;
  background: radial-gradient(circle, #0085de 0%, #006ab0 100%);
}

.tib-section-page-content .tib-page-4 .section1 .section1-top-container {
  max-width: 1150px;
  margin: 0px auto 0px auto;
  padding: 100px 15px 300px 15px;
  text-align: center;
}

.tib-section-page-content .tib-page-4 .section1 .section1-top-container h1 {
  font-weight: bold;
  color: #ffffff;
  font-size: 62px;
  margin: 10px 0px 30px 0px;
}

.tib-section-page-content .tib-page-4 .section1 .section1-top-container h1 span {
  margin: 0px;
  font-weight: normal;
  font-size: 30px;
  line-height: 1.35;
  display: block;
}

.tib-section-page-content .tib-page-4 .section1 .section1-bottom {
  max-width: 1150px;
  margin: 0px auto 0px auto;
}

.tib-section-page-content .tib-page-4 .section1 .section1-bottom .video {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #f4f4f4;
  height: 421px;
  width: 750px;
  margin: 0px auto -190px auto;
  position: relative;
  bottom: 245px;
}

.tib-section-page-content .tib-page-4 .section1 .section1-bottom .video video {
  height: 421px;
  width: 750px;
}

.tib-section-page-content .tib-page-4 .section1 .section1-bottom .video.show-video-player,
.tib-section-page-content .tib-page-4 .section1 .section1-bottom .video.show-video-player::before {
  background-image: unset;
}

.tib-section-page-content .tib-page-4 .section1 .section1-bottom .text {
  max-width: 858px;
  margin: 85px auto 175px auto;
  font-weight: normal;
  font-size: 22px;
  text-align: center;
  color: #4a4a4a;
  line-height: 34px;
  padding: 0px 85px;
}

.tib-section-page-content .tib-page-4 .section1 .section1-bottom .text hr {
  width: 1px;
  color: #006cb2;
  height: 1px;
  background-color: #006cb2;
  margin: 50px auto;
  border: 6px solid #006cb2;
  border-radius: 50%;
}

.tib-section-page-content .tib-page-4 .section2 {
  width: 100%;
}

.tib-section-page-content .tib-page-4 .section2 hr {
  width: 80px;
  color: #006cb2;
  height: 6px;
  background-color: #006cb2;
  margin: 50px auto;
  border: none;
}

.tib-section-page-content .tib-page-4 .section3 {
  width: 100%;
}

.tib-section-page-content .tib-page-4 .section3 .section3-container {
  max-width: 1150px;
  margin: 0px auto 0px auto;
  padding: 35px 15px 140px 15px;
  color: #4a4a4a;
}

.tib-section-page-content .tib-page-4 .section3 h2 {
  font-size: 36px;
  margin: 0px 0px 72px 0px;
  font-weight: normal;
  text-align: center;
}

.tib-section-page-content .tib-page-4 .section3 .section3-container > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.tib-section-page-content .tib-page-4 .section3 .section3-container > div > div {
  width: 45%;
  padding: 15px 0px 15px 0px;
}

.tib-section-page-content .tib-page-4 .section3 .section3-container > div > div span::before {
  content: "";
  width: 40px;
  height: 40px;
  display: inline-block;
  position: relative;
  background-image: url("/assets/svg/006cb2/bulletpoint.svg");
  background-repeat: no-repeat;
  top: 10px;
  right: 10px;
}

.tib-section-page-content .tib-page-4 .section3 .section3-container > div > div span {
  display: block;
  margin-bottom: 5px;
  font-size: 24px;
  margin-left: -40px;
  color: #006cb2;
  font-weight: bold;
}

.tib-section-page-content .tib-page-4 .section3 .section3-container > div > div p {
  font-size: 18px;
  line-height: 1.5;
  padding-left: 35px;
}

.tib-section-page-content .tib-page-4 .section4 {
  width: 100%;
  background: #f9f9f9;
}

.tib-section-page-content .tib-page-4 .section4 .section4-container {
  max-width: 1150px;
  margin: 0px auto 0px auto;
  padding: 55px 15px 0px 15px;
}

.tib-section-page-content .tib-page-4 .section4 h2 {
  font-weight: normal;
  font-size: 26px;
  color: #4a4a4a;
  line-height: 36px;
}

.tib-section-page-content .tib-page-4 .section4 .logos {
  display: flex;
  flex-wrap: wrap;
  padding: 60px 0px 130px 0px;
}

.tib-section-page-content .tib-page-4 .section4 .logos .logo {
  width: 20%;
  min-height: 181px;
  text-align: center;
  border-right: 1px solid #c4c4c4;
  border-bottom: 1px solid #c4c4c4;
  padding: 50px 0px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.tib-section-page-content .tib-page-4 .section4 .logos .logo:nth-child(5n+0) {
  border-right: 1px solid transparent;
}

.tib-section-page-content .tib-page-4 .section4 .logos .logo:nth-last-child(-n+5) {
  border-bottom: 1px solid transparent;
}

.tib-section-page-content .tib-page-4 .section4 .logos .logo img {
  width: 55%;
  display: block;
  margin: 0 auto;
  max-height: 70px;
}

.tib-section-page-content .tib-page-4 .section5 {
  width: 100%;
}

.tib-section-page-content .tib-page-4 .section5 .section5-container {
  max-width: 1150px;
  margin: 0px auto 0px auto;
  padding: 110px 15px 0px 15px;
  color: #4a4a4a;
}

.tib-section-page-content .tib-page-4 .section5 h3 {
  font-size: 36px;
  margin: 0px 0px 45px 0px;
  font-weight: normal;
}

.tib-section-page-content .tib-page-4 .section5 p {
  font-size: 18px;
  line-height: 1.45;
}

.tib-section-page-content .tib-page-4 .section5 .steps {
  margin: 55px 0px;
}

.tib-section-page-content .tib-page-4 .section5 .step {
  display: flex;
  margin: 30px 0px;
  max-width: 970px;
}

.tib-section-page-content .tib-page-4 .section5 .step .number {
  width: 75px;
  flex: none;
  text-align: center;
}

.tib-section-page-content .tib-page-4 .section5 .step .number span {
  color: #fff;
  background-color: #006cb2;
  width: 27px;
  display: inline-block;
  height: 27px;
  border-radius: 50%;
  font-size: 18px;
  line-height: 145%;
  margin-top: 3px;
}

.tib-section-page-content .tib-page-4 .section5 .step .text p {
  margin: 0px;
}

.tib-section-page-content .tib-page-4 .section5 .step .text span {
  display: block;
  font-weight: bold;
  font-size: 22px;
  margin-bottom: 4px;
}

.tib-section-page-content .tib-page-4 .section6 {
  width: 100%;
  background-color: #f9f9f9;
  margin-bottom: 40px;
}

.tib-section-page-content .tib-page-4 .section6 .section6-container {
  max-width: 1150px;
  margin: 125px auto 0px auto;
  padding: 75px 15px 140px 15px;
  color: #4a4a4a;
}

.tib-section-page-content .tib-page-4 .section6 .tib-inline-lform p {
  margin: 16px 0px;
  font-size: 18px;
  line-height: 1.35;
}

.tib-section-page-content .tib-page-4 .section6 .tib-inline-lform form {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.tib-section-page-content .tib-page-4 .section6 .tib-inline-lform form > div {
  width: 100%;
}

.tib-section-page-content .tib-page-4 .section6 .tib-inline-lform form > div:nth-of-type(1),
.tib-section-page-content .tib-page-4 .section6 .tib-inline-lform form > div:nth-of-type(2) {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.tib-section-page-content .tib-page-4 .section6 .tib-inline-lform form > div:nth-of-type(1) > div,
.tib-section-page-content .tib-page-4 .section6 .tib-inline-lform form > div:nth-of-type(2) > div {
  width: 48%;
}

.tib-section-page-content .tib-page-4 .section6 .tib-inline-lform form label {
  display: block;
  color: #4a4a4a;
  font-weight: bold;
  margin-top: 20px;
  width: 100%;
}

.tib-section-page-content .tib-page-4 .section6 .tib-inline-lform form input {
  display: block;
  width: 100%;
  font-size: 28px;
  padding: 10px 14px;
  border: 2px solid #e5e5e5;
  box-sizing: border-box;
  outline: none;
  color: #606060;
  line-height: 1.3;
  border-radius: 5px;
  margin: 12px 0px 0px 0px;
}

.tib-section-page-content .tib-page-4 .section6 .tib-inline-lform form input[type="text"],
.tib-section-page-content .tib-page-4 .section6 .tib-inline-lform form input[type="email"],
.tib-section-page-content .tib-page-4 .section6 .tib-inline-lform form textarea {
  display: block;
  width: 100%;
  padding: 10px 14px;
  border: 2px solid #e5e5e5;
  box-sizing: border-box;
  outline: none;
  color: #606060;
  line-height: 1.3;
  border-radius: 5px;
  margin: 12px 0px 0px 0px;
}

.tib-section-page-content .tib-page-4 .section6 .tib-inline-lform form input[type="text"],
.tib-section-page-content .tib-page-4 .section6 .tib-inline-lform form input[type="email"] {
  font-size: 28px;
}

.tib-section-page-content .tib-page-4 .section6 .tib-inline-lform form textarea {
  min-height: 300px;
  margin-bottom: 40px;
}

.tib-section-page-content .tib-page-4 .section6 .tib-inline-lform form .error {
  color: #d7272b;
  font-size: 13px;
}

.tib-section-page-content .tib-page-4 .section6 .tib-inline-lform form a {
  margin: 55px auto 0px auto;
  display: block;
  max-width: 320px;
  font-size: 22px;
  padding: 20px 35px;
  align-items: center;
  border: 1px solid transparent;
  border-radius: 3px;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  background: #4aa951 none repeat scroll 0 0;
  color: #fff;
}

.tib-section-page-content .tib-page-4 .section6 .tib-inline-lform form a:hover {
  background: #3e8e38 none repeat scroll 0 0;
}

.tib-section-page-content .tib-page-4 .section6 .tib-inline-lform form .tib-component-spinner {
  height: 45px;
  width: 45px;
  display: block;
  margin: 55px auto 0px auto;
}

/* Laptops, Desktops (1411px to 1710px) */
/* Laptops, Desktops (1281px to 1410px) */
/* Tablets, Laptops, Desktops (920px to 1280px) */
/* Tablets, Laptops, Desktops (920px to 1280px) */
/* Tablets, Laptops, Desktops (768px to 1280px) */
@media (min-width: 768px) and (max-width: 1280px) {
  .tib-section-page-content {
    /*
            Page: Market Research
        */
  }
  .tib-section-page-content .tib-page-4 .section3 .section3-container {
    padding: 120px 40px 120px 40px;
  }
  .tib-section-page-content .tib-page-4 .section3 .section3-container > div {
    display: unset;
  }
  .tib-section-page-content .tib-page-4 .section3 .section3-container > div > div {
    width: 100%;
    padding: 1px 0px 0px 0px;
  }
  .tib-section-page-content .tib-page-4 .section4 .section4-container {
    padding: 65px 40px 65px 40px;
  }
  .tib-section-page-content .tib-page-4 .section4 .logos {
    padding: 60px 0px 20px 0px;
  }
  .tib-section-page-content .tib-page-4 .section4 .logos .logo {
    width: 25%;
  }
  .tib-section-page-content .tib-page-4 .section4 .logos .logo:nth-last-child(-n+6) {
    border-bottom: 1px solid transparent;
  }
  .tib-section-page-content .tib-page-4 .section4 .logos .logo:nth-last-child(-n+2) {
    display: none;
  }
  .tib-section-page-content .tib-page-4 .section4 .logos .logo {
    border-right: 1px solid #c4c4c4 !important;
  }
  .tib-section-page-content .tib-page-4 .section4 .logos .logo:nth-child(4n+0) {
    border-right: 1px solid transparent !important;
  }
  .tib-section-page-content .tib-page-4 .section5 .section5-container {
    padding: 65px 40px 20px 40px;
  }
  .tib-section-page-content .tib-page-4 .section6 .section6-container {
    padding: 65px 40px 120px 40px;
    margin: 25px auto 0px auto;
  }
}

/* Mobiles and Tablet */
@media (min-width: 0px) and (max-width: 919px) {
  .tib-section-page-content {
    /*
            Page Type: Confirmation
        */
    /*
            Page Type: Newsletter From
        */
  }
  .tib-section-page-content .content-confirmation-page h1 {
    font-size: 34px;
  }
  .tib-section-page-content .content-confirmation-page h2 {
    font-size: 26px;
  }
  .tib-section-page-content .content-newsletter-form-page h1 {
    font-size: 36px;
    padding: 0px 20px;
  }
  .tib-section-page-content .content-newsletter-form-page p {
    padding: 0px 20px;
    font-size: 16px;
    word-break: break-word;
  }
  .tib-section-page-content .content-newsletter-form-page form {
    padding: 50px 20px 85px 20px;
    background: #F2F2F2;
    display: block;
  }
  .tib-section-page-content .content-newsletter-form-page form > div:nth-of-type(2) {
    display: block;
  }
  .tib-section-page-content .content-newsletter-form-page form > div:nth-of-type(2) > div {
    width: 100%;
  }
}

/* Mobiles */
@media (min-width: 0px) and (max-width: 767px) {
  .tib-section-page-content {
    /*
            Page: Market Research
        */
  }
  .tib-section-page-content .tib-page-4 .section1 .section1-top-container h1 {
    font-size: 34px;
  }
  .tib-section-page-content .tib-page-4 .section1 .section1-top-container h1 span {
    font-size: 20px;
  }
  .tib-section-page-content .tib-page-4 .section1 .section1-bottom .video {
    height: unset;
    width: 100%;
    margin: 0px auto 0px auto;
    background-color: unset;
    text-align: center;
  }
  .tib-section-page-content .tib-page-4 .section1 .section1-bottom .video video {
    height: unset;
    width: calc(100% - 30px);
  }
  .tib-section-page-content .tib-page-4 .section1 .section1-bottom .text {
    margin: -150px 0px 0px 0px;
    padding: 0px 25px;
    font-size: 20px;
    line-height: 30px;
  }
  .tib-section-page-content .tib-page-4 .section3 h2 {
    font-size: 26px;
  }
  .tib-section-page-content .tib-page-4 .section3 .section3-container {
    padding: 35px 50px 70px 50px;
  }
  .tib-section-page-content .tib-page-4 .section3 .section3-container > div {
    display: unset;
  }
  .tib-section-page-content .tib-page-4 .section3 .section3-container > div > div {
    width: 100%;
    padding: 1px 0px 0px 0px;
  }
  .tib-section-page-content .tib-page-4 .section3 .section3-container > div > div span {
    margin-left: -26px;
    font-size: 18px;
  }
  .tib-section-page-content .tib-page-4 .section3 .section3-container > div > div p {
    padding-left: 0px;
    font-size: 16px;
  }
  .tib-section-page-content .tib-page-4 .section3 .section3-container > div > div span::before {
    width: 25px;
    height: 25px;
    top: 5px;
    right: 5px;
  }
  .tib-section-page-content .tib-page-4 .section4 h2 {
    text-align: center;
  }
  .tib-section-page-content .tib-page-4 .section4 .logos {
    padding: 60px 0px 60px 0px;
  }
  .tib-section-page-content .tib-page-4 .section4 .logos .logo {
    width: 50%;
    border-right: unset;
    border-bottom: 1px solid #c4c4c4;
  }
  .tib-section-page-content .tib-page-4 .section4 .logos .logo:nth-last-child(-n+6) {
    border-bottom: 1px solid transparent;
  }
  .tib-section-page-content .tib-page-4 .section4 .logos .logo:nth-last-child(-n+4) {
    display: none;
  }
  .tib-section-page-content .tib-page-4 .section5 h3 {
    margin: 0px 0px 25px 0px;
  }
  .tib-section-page-content .tib-page-4 .section5 p {
    font-size: 16px;
  }
  .tib-section-page-content .tib-page-4 .section5 .section5-container {
    padding: 110px 25px 0px 25px;
  }
  .tib-section-page-content .tib-page-4 .section5 .step .number {
    width: 45px;
    text-align: left;
  }
  .tib-section-page-content .tib-page-4 .section5 .step .number span {
    text-align: center;
  }
  .tib-section-page-content .tib-page-4 .section6 .tib-inline-lform {
    margin: 0px auto 150px auto;
    padding: 45px 35px 85px 35px;
  }
  .tib-section-page-content .tib-page-4 .section6 .tib-inline-lform form > div:nth-of-type(1),
  .tib-section-page-content .tib-page-4 .section6 .tib-inline-lform form > div:nth-of-type(2) {
    display: block;
  }
  .tib-section-page-content .tib-page-4 .section6 .tib-inline-lform form > div:nth-of-type(1) > div,
  .tib-section-page-content .tib-page-4 .section6 .tib-inline-lform form > div:nth-of-type(2) > div {
    width: 100%;
  }
  .tib-section-page-content .tib-page-4 .section6 .tib-inline-lform h2 {
    font-size: 28px;
    line-height: 1.35;
  }
  .tib-section-page-content .tib-page-4 .section6 .tib-inline-lform p {
    font-size: 16px;
    line-height: 1.65;
  }
}

.tib-section-search-result > .tib-layout-container {
  max-width: 1150px;
  margin: 50px auto 150px auto;
  /* Search Form */
  /* Search Result Holder */
}

.tib-section-search-result > .tib-layout-container .search-form {
  max-width: 1150px;
  margin: 0px auto 0px auto;
  padding: 0px 30px 0px 30px;
}

.tib-section-search-result > .tib-layout-container .search-form form {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  background-color: white;
  height: 60px;
  margin: 40px 20px;
}

.tib-section-search-result > .tib-layout-container .search-form input {
  color: #4a4a4a;
  font-size: 26px;
  line-height: 1.5;
  border: 1px solid transparent;
  border-radius: 5px;
  padding-left: 22px;
  margin: 3px 0px;
  width: calc(100% - 45px);
}

.tib-section-search-result > .tib-layout-container .search-form .nav-search-button {
  height: 45px;
  width: 45px;
  text-indent: -9999px;
  display: inline-block;
  background-image: url("/assets/svg/e5e5e5/search.svg");
  background-repeat: no-repeat;
  background-size: 30px 30px;
  background-position: center;
  margin-right: 10px;
}

.tib-section-search-result > .tib-layout-container .search-result {
  max-width: 1150px;
  margin: 0px 20px 0px 20px;
  padding: 0px 30px 0px 30px;
}

.tib-section-search-result > .tib-layout-container .search-result .search-noresult {
  border: 1px solid #e5e5e5;
  padding: 20px 110px;
  border-radius: 0px;
  text-align: center;
}

.tib-section-search-result > .tib-layout-container .search-result .search-noresult h3 {
  color: #006cb2;
  font-size: 24px;
  margin: 15px 0px;
}

.tib-section-search-result > .tib-layout-container .search-pagination {
  font-size: 14px;
  margin-top: 35px;
}

.tib-section-search-result > .tib-layout-container .search-pagination .pagination {
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
  display: flex;
  text-align: center;
  justify-content: center;
  margin: 0px auto 20px auto;
  padding: 0px;
}

.tib-section-search-result > .tib-layout-container .search-pagination .pagination li {
  border-top: 1px solid #c4c4c4;
  border-bottom: 1px solid #c4c4c4;
  border-right: 1px solid #c4c4c4;
  box-sizing: border-box;
  font-size: 16px;
}

.tib-section-search-result > .tib-layout-container .search-pagination .pagination li a,
.tib-section-search-result > .tib-layout-container .search-pagination .pagination li span {
  font-size: 14px;
  text-decoration: none;
  padding: 5px 15px;
  display: block;
  color: #000;
  user-select: none;
}

.tib-section-search-result > .tib-layout-container .search-pagination .pagination li a:hover {
  background-color: white;
}

.tib-section-search-result > .tib-layout-container .search-pagination .pagination li span:hover {
  cursor: not-allowed;
}

.tib-section-search-result > .tib-layout-container .search-pagination .pagination li.current a {
  background-color: white;
}

.tib-section-search-result > .tib-layout-container .search-pagination .pagination li.previous,
.tib-section-search-result > .tib-layout-container .search-pagination .pagination li.previous a:hover {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}

.tib-section-search-result > .tib-layout-container .search-pagination .pagination li.previous {
  border-left: 1px solid #c4c4c4;
  text-align: left;
}

.tib-section-search-result > .tib-layout-container .search-pagination .pagination li.next,
.tib-section-search-result > .tib-layout-container .search-pagination .pagination li.next a:hover {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}

.tib-section-search-result > .tib-layout-container .search-pagination .pagination li.next {
  text-align: right;
}

.tib-section-search-result > .tib-layout-container .search-pagination .pagination-count {
  text-align: center;
  font-size: 12px;
  color: #c4c4c4;
}

/* Special Right Pane Handle for Super Wide Screens */
@media (max-width: 1600px) {
  .tib-section-search-result > .tib-layout-container {
    position: relative;
    left: 0px;
  }
}
