body {
  font-family: 'Noto Sans', sans-serif;
  color: #25465a;
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
}

h1 {
  margin-top: 0px;
  margin-bottom: 18px;
  padding-top: 12px;
  font-family: 'Noto Sans', sans-serif;
  color: #005689;
  font-size: 60px;
  line-height: 72px;
  font-weight: 700;
}

h2 {
  margin-top: 0px;
  margin-bottom: 18px;
  padding-top: 12px;
  font-family: 'Noto Sans', sans-serif;
  color: #005689;
  font-size: 46px;
  line-height: 58px;
  font-weight: 700;
}

h3 {
  margin-top: 0px;
  margin-bottom: 18px;
  padding-top: 12px;
  font-family: 'Noto Sans', sans-serif;
  color: #005689;
  font-size: 34px;
  line-height: 46px;
  font-weight: 700;
}

h4 {
  margin-top: 0px;
  margin-bottom: 18px;
  padding-top: 12px;
  font-family: 'Noto Sans', sans-serif;
  color: #005689;
  font-size: 26px;
  line-height: 38px;
  font-weight: 700;
}

h5 {
  margin-top: 0px;
  margin-bottom: 12px;
  padding-top: 12px;
  font-family: 'Noto Sans', sans-serif;
  color: #005689;
  font-size: 20px;
  line-height: 32px;
  font-weight: 700;
}

h6 {
  margin-top: 0px;
  margin-bottom: 6px;
  padding-top: 8px;
  font-family: 'Noto Sans', sans-serif;
  color: #005689;
  font-size: 16px;
  line-height: 26px;
  font-weight: 700;
}

p {
  margin-bottom: 18px;
}

a {
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  color: #b32520;
  text-decoration: none;
}

a:hover {
  color: #b32520;
  text-decoration: underline;
}

ul {
  margin-top: 24px;
  margin-bottom: 24px;
  padding-left: 0px;
  list-style-type: none;
}

ol {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 20px;
}

li {
  margin-bottom: 12px;
  padding-left: 30px;
  background-image: url('../images/Oval.svg');
  background-position: 0% 11px;
  background-repeat: no-repeat;
}

label {
  display: block;
  padding-top: 6px;
  color: #005689;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 1px;
}

strong {
  color: #005689;
  font-weight: 700;
}

blockquote {
  margin-top: 48px;
  margin-bottom: 48px;
  margin-left: -38px;
  padding: 0px 0px 0px 30px;
  border-left: 6px solid #2bb0e5;
  color: #005689;
  font-size: 34px;
  line-height: 50px;
  letter-spacing: 0.5px;
}

.p-large {
  font-size: 26px;
  line-height: 38px;
}

.p-small {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-size: 14px;
  line-height: 24px;
}

div.wp-caption {
  max-width: 100%;
}

.p-small.caption,
.wp-caption-text {
  margin-top: -36px;
  margin-bottom: 60px;
  font-style: italic;
  font-size: 14px;
  line-height: 24px;
}

div.alignleft.wp-caption .wp-caption-text,
div.alignright.wp-caption .wp-caption-text,
div.aligncenter.wp-caption .wp-caption-text {
  margin-top: 12px;
  margin-bottom: 0;
}

.p-small.quote-author-in-slider {
  margin-top: 24px;
  margin-bottom: 36px;
}

.p-small.as-caption {
  margin-top: -36px;
  margin-bottom: 60px;
  font-style: italic;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 400px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.style-guide-color {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  height: 100px;
  margin-right: 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.style-guide-color.dark-bg {
  background-color: #005689;
}

.style-guide-color.active-color {
  background-color: #fbaa1e;
}

.style-guide-color.headings {
  background-color: #005689;
}

.style-guide-color.default-copy {
  background-color: #25465a;
}

.style-guide-color.light-copy {
  background-color: rgba(37, 70, 90, 0.7);
}

.style-guide-color.hover-color {
  background-color: #f47920;
}

.style-guide-color.tint {
  background-color: #ecf0f1;
}

.style-guide-color.secondary-action-color {
  background-color: #2bb0e5;
}

.style-guide-color.light-grey {
  background-color: #dbdfe0;
}

.style-guide-color.cyan {
  background-color: #13b5b5;
}

.button {
  position: relative;
  display: inline-block;
  overflow: hidden;
  min-height: 55px;
  min-width: 160px;
  margin-top: 12px;
  margin-bottom: 12px;
  padding: 14px 60px;
  border-radius: 9px;
  background-color: #fbaa1e;
  box-shadow: 0 12px 36px 0 rgba(251, 170, 30, 0.2);
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.button:hover {
  background-color: #f47920;
  box-shadow: 0 12px 36px 0 rgba(244, 121, 32, 0.4);
  -webkit-transform: translate(0px, -3px);
  -ms-transform: translate(0px, -3px);
  transform: translate(0px, -3px);
  color: #fff;
  text-decoration: none;
}

.section {
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.section.no-t-padding {
  padding-top: 0px;
}

.section.no-t-whitespace {
  padding-top: 0px;
  margin-top: -48px; /* fluid-cell's top padding + bottom padding  */
}

.section._404 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section.tint {
  background-color: #ecf0f1;
}

.section.dark {
  background-color: #005689;
  color: hsla(0, 0%, 100%, 0.8);
}

.section.no-b-padding {
  padding-bottom: 0px;
}

.section.divider {
  border-top: 1px solid #ecf0f1;
}

.section._w-filter {
  z-index: 100;
  padding-bottom: 0px;
}

.section._w-banner-slider {
  background-color: #ecf0f1;
}

.section.footer {
  padding-top: 0px;
}

.section.narrow {
  padding-top: 48px;
  padding-bottom: 36px;
}

.fluid-cell {
  position: relative;
  padding: 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: left;
}

.fluid-cell:hover {
  text-decoration: none;
}

.fluid-cell._67-p {
  width: 66.7%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.fluid-cell._50-p {
  width: 50%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.fluid-cell._25-p {
  width: 25%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.fluid-cell._70-p {
  width: 70%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.fluid-cell._100-p {
  width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.fluid-cell.intro {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  margin-right: 20%;
  margin-left: 20%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: center;
}

.fluid-cell._33-p {
  width: 33.3%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.fluid-cell._33-p.faux-40-p {
  margin-right: 6.7%;
}

.fluid-cell.center-object {
  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-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.fluid-cell.filter-wrap {
  width: 100%;
  padding: 1vw 1vw 0vw;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.fluid-cell.intro {
  width: 70%;
  margin-right: 15%;
  margin-left: 15%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  text-align: center;
}

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

.fluid-cell._45-p {
  width: 45%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.fluid-cell.center-intro {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  margin-right: 15%;
  margin-left: 15%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: center;
}

.fluid-cell._40-p {
  width: 40%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.fluid-cell._40-p.footer-info {
  margin-right: 10%;
}

.fluid-cell.no-b-padding {
  padding-bottom: 0px;
}

.fluid-cell._60-p {
  width: 60%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.invert {
  color: #fff;
}

.subheading {
  margin-bottom: 12px;
  padding-top: 12px;
  color: #13b5b5;
  font-size: 14px;
  line-height: 24px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.subheading.no-b-margin {
  margin-bottom: 0px;
}

.subheading.below {
  margin-top: -12px;
  margin-bottom: 24px;
  padding-top: 0px;
}

.text-field {
  min-height: 55px;
  margin-bottom: 0px;
  padding: 12px 36px 12px 26px;
  border: 1px none #000;
  border-radius: 9px;
  background-color: #ecf0f1;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #005689;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
}

.text-field::-webkit-input-placeholder {
  color: rgba(37, 70, 90, 0.7);
}

.text-field:-ms-input-placeholder {
  color: rgba(37, 70, 90, 0.7);
}

.text-field::-ms-input-placeholder {
  color: rgba(37, 70, 90, 0.7);
}

.text-field::placeholder {
  color: rgba(37, 70, 90, 0.7);
}

.text-field.text-area {
  min-height: 160px;
  padding-top: 12px;
}

.text-field.inline-w-button {
  margin-right: 24px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.text-field.white {
  background-color: #fff;
  box-shadow: 0 12px 36px 0 rgba(0, 0, 0, 0.07);
}

.text-field.transparent {
  padding-left: 0px;
  background-color: transparent;
  color: #fff;
}

.text-field.transparent::-webkit-input-placeholder {
  color: #fff;
}

.text-field.transparent:-ms-input-placeholder {
  color: #fff;
}

.text-field.transparent::-ms-input-placeholder {
  color: #fff;
}

.text-field.transparent::placeholder {
  color: #fff;
}

.container {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-right: 84px;
  padding-left: 84px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.container.center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.container.center-horizontal {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container.stretch {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.container.in-banner-slider {
  padding-right: 48px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.container.tb-padding {
  padding-top: 60px;
  padding-bottom: 60px;
}

.container.tb-padding.dark {
  color: hsla(0, 0%, 100%, 0.8);
}

.container.footer {
  padding-top: 60px;
  padding-bottom: 60px;
  color: hsla(0, 0%, 100%, 0.8);
}

.container.perspective {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: -2%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  text-align: left;
}

.ordered-item,
ol li {
  padding-left: 10px;
  background-image: none;
  background-repeat: repeat;
}

.faux-h1 {
  margin-bottom: 18px;
  padding-top: 12px;
  font-family: 'Noto Sans', sans-serif;
  color: #005689;
  font-size: 60px;
  line-height: 72px;
  font-weight: 700;
}

.faux-h2 {
  margin-bottom: 18px;
  padding-top: 12px;
  font-family: 'Noto Sans', sans-serif;
  color: #005689;
  font-size: 46px;
  line-height: 58px;
  font-weight: 700;
}

.faux-h2.invert {
  color: #fff;
}

.faux-h3 {
  margin-bottom: 18px;
  padding-top: 12px;
  font-family: 'Noto Sans', sans-serif;
  color: #005689;
  font-size: 34px;
  line-height: 46px;
  font-weight: 700;
}

.faux-h3.invert {
  color: #fff;
}

.faux-h4 {
  margin-bottom: 18px;
  padding-top: 12px;
  font-family: 'Noto Sans', sans-serif;
  color: #005689;
  font-size: 26px;
  line-height: 38px;
  font-weight: 700;
}

.faux-h4.invert {
  color: #fff;
}

.faux-h5 {
  margin-bottom: 12px;
  padding-top: 12px;
  font-family: 'Noto Sans', sans-serif;
  color: #005689;
  font-size: 20px;
  line-height: 32px;
  font-weight: 700;
}

.faux-h5:hover {
  text-decoration: none;
}

.faux-h5.invert {
  color: #fff;
}

.style-guide-color-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 24px;
  padding-bottom: 24px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #dbdfe0;
}

.style-guide-color-block.first {
  padding-top: 24px;
  border-top: 1px solid #dbdfe0;
}

.form-item-wrap {
  width: 100%;
  margin-right: 2%;
  margin-left: 2%;
  padding-top: 12px;
  padding-bottom: 12px;
}

.form-item-wrap.half {
  width: 46%;
}

.form-item-wrap.action {
  text-align: center;
}

.center {
  text-align: center;
}

.faux-h6 {
  margin-bottom: 6px;
  padding-top: 8px;
  font-family: 'Noto Sans', sans-serif;
  color: #005689;
  font-size: 16px;
  line-height: 26px;
  font-weight: 700;
}

.faux-h6:hover {
  text-decoration: none;
}

.heading-link {
  border-bottom: 1px solid transparent;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #005689;
}

.heading-link:hover {
  border-bottom: 1px solid #f47920;
  color: #005689;
  text-decoration: none;
}

.form-block {
  width: 100%;
  margin-bottom: 18px;
}

.img-in-text,
img.alignnone,
div.alignnone img {
  display: block;
  min-width: 100%;
  margin-top: 60px;
  margin-bottom: 60px;
  border-radius: 18px;
}

.link {
  position: relative;
  display: inline-block;
  margin-top: 12px;
  margin-bottom: 18px;
  padding-left: 30px;
  color: #005689;
  font-size: 14px;
  line-height: 26px;
  font-weight: 600;
  text-transform: uppercase;
}

.link:hover {
  border-bottom-color: #005689;
  -webkit-transform: translate(0px, -3px);
  -ms-transform: translate(0px, -3px);
  transform: translate(0px, -3px);
  color: #fbaa1e;
  text-decoration: none;
}

.link.invert {
  color: #fff;
}

.link.invert:hover {
  border-bottom-color: #fff;
  color: #fbaa1e;
}

.footer-nav-link {
  display: inline-block;
  margin-top: 3px;
  margin-bottom: 3px;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.1);
  color: #fff;
  font-size: 14px;
  line-height: 26px;
  text-decoration: none;
}

.footer-nav-link:hover {
  border-bottom-color: #f47920;
  color: #fff;
  text-decoration: none;
}

.footer-nav-link.last {
  margin-bottom: 24px;
}

.thumb-img {
  min-width: 100%;
}

.button-hover {
  position: absolute;
  left: 0px;
  top: 101%;
  right: auto;
  bottom: 0%;
  display: none;
  width: 100%;
  height: 200%;
  background-color: #f47920;
}

.button-text {
  position: relative;
  z-index: 2;
}

.icon {
  margin-top: 12px;
  margin-bottom: 12px;
}

img.logo-img {
  height: 64px;
  margin-right: 24px;
}

.child-link {
  display: inline-block;
  width: 100%;
  padding: 14px 30px;
  border-bottom: 1px solid rgba(6, 26, 16, 0.15);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  white-space: nowrap;
  cursor: pointer;
}

.child-link:hover {
  border-bottom-color: rgba(6, 26, 16, 0.2);
  background-color: #f47920;
  color: #fff;
  text-decoration: none;
}

.child-link.w--current {
  color: #01c6e4;
}

.child-link.last,
.child-link:last-child {
  border-bottom-color: transparent;
  border-bottom-left-radius: 24px;
  border-bottom-right-radius: 24px;
}

.child-link.last:hover,
.child-link:last-child:hover {
  box-shadow: none;
}

.child-link.first,
.child-link:first-child {
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
}

.nav-link {
  margin-right: 12px;
  margin-left: 12px;
  border-bottom: 2px solid transparent;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #005689;
  font-size: 14px;
  line-height: 24px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.nav-link:hover {
  color: #f47920;
  text-decoration: none;
}

.nav-link.w--current {
  border-top-color: #98b839;
  background-color: #13b5b5;
}

.nav-link.w--current:hover {
  color: #005689;
}

.nav-link.hide-desktop {
  display: none;
}

.nav-link.invert {
  color: #fff;
}

.nav-link.invert:hover {
  color: #fbaa1e;
}

.nav-link.invert.w--current {
  color: #005689;
}

.nav-link.cta {
  border-bottom-color: #fbaa1e;
}

.nav-link._w-dropdown {
  position: relative;
  margin-right: 0px;
  margin-left: 0px;
}

.notification-bar {
  width: 100%;
  min-height: 48px;
  padding: 12px 24px;
  background-color: #005689;
  color: #fff;
  font-weight: 600;
  text-align: center;
}

.notification-bar:hover {
  background-color: #fbaa1e;
  color: #25465a;
}

.nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.floating-img {
  position: relative;
  z-index: 2;
  overflow: hidden;
  border-radius: 18px;
}

.header {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 300px;
  padding-bottom: 60px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  color: #fff;
}

.header.medium {
  padding-top: 190px;
  color: #25465a;
}

.header.small {
  padding-top: 48px;
  padding-bottom: 36px;
  color: #25465a;
}

.anchor-nav-wrap {
  z-index: 5;
  margin-bottom: 18px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.flip-block {
  position: relative;
  height: 200px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.filter-item-wrap {
  padding: 1vw;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.highlighted-text {
  background-color: #13b5b5;
  box-shadow: -6px 0 0 0 #13b5b5, 6px 0 0 0 #13b5b5;
  color: #fff;
}

.nav-bar {
  position: relative;
  z-index: 1111;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 96px;
  padding-right: 60px;
  padding-left: 60px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.top-bar {
  z-index: 1000;
}

.nav-dropdown-link {
  position: relative;
  margin-right: 18px;
  margin-left: 18px;
  padding-top: 12px;
  padding-bottom: 12px;
}

.nav-dropdown-content {
  position: absolute;
  left: 0px;
  top: 48px;
  right: auto;
  bottom: auto;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 24px;
  background-color: #fbaa1e;
  background-image: linear-gradient(315deg, #f47920, #fbaa1e);
  box-shadow: 0 12px 36px 0 rgba(0, 0, 0, 0.2);
  font-weight: 600;
}

.nav-dropdown-content.position-left {
  left: auto;
  right: 0px;
}

.featured-img {
  display: block;
  min-width: 120%;
  margin-right: auto;
  margin-bottom: -160px;
  margin-left: -10%;
  border-radius: 18px;
}

.tittle-in-30-p-article {
  padding-right: 36px;
}

.article-thumb-tint {
  position: absolute;
  left: 36px;
  top: 36px;
  right: -36px;
  bottom: -36px;
  z-index: -1;
  border-radius: 24px;
  background-color: #ecf0f1;
}

.tittle-in-50-p-article {
  padding-right: 96px;
}

.thumb-link {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-bottom: 12px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 18px;
}

.article-cell {
  padding: 4vw 2vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: left;
}

.article-cell:hover {
  text-decoration: none;
}

.article-cell._40-p-article {
  position: relative;
  width: 40%;
  margin-right: 5%;
  margin-left: 5%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.article-cell._40-p-article.second {
  margin-top: 4vw;
}

.article-cell._50-p-article {
  position: relative;
  width: 50%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.article-cell._33-p-article {
  position: relative;
  width: 33.3%;
  margin-top: 4vw;
  margin-right: 8%;
  margin-left: 8%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.container-bg-img {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  width: 100%;
  height: 100%;
  /*background-image: url('../images/Header-IMG.jpg');*/
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.block {
  display: block;
  height: 100%;
  padding: 48px;
  border-radius: 18px;
  background-color: #005689;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  color: #fff;
}

.block:hover {
  box-shadow: 0 24px 60px 0 rgba(0, 86, 137, 0.3);
  -webkit-transform: translate(0px, -3px);
  -ms-transform: translate(0px, -3px);
  transform: translate(0px, -3px);
  color: #fff;
  text-decoration: none;
}

.block.cyan {
  background-color: #13b5b5;
  color: #fff;
}

.block.cyan:hover {
  box-shadow: 0 24px 60px 0 rgba(19, 181, 181, 0.3);
}

.block.yellow {
  background-color: #fbaa1e;
  color: #fff;
}

.block.yellow:hover {
  box-shadow: 0 24px 60px 0 rgba(251, 170, 30, 0.3);
}

.block.member-card {
  padding-top: 36px;
  padding-bottom: 24px;
  background-color: #ecf0f1;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  color: #25465a;
  text-align: center;
}

.block.member-card:hover {
  background-color: #005689;
  color: #fff;
}

.banner-image {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 50%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-top-right-radius: 18px;
  border-bottom-right-radius: 18px;
  text-align: left;
}

.banner-image:hover {
  text-decoration: none;
}

.banner-text {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding: 72px 72px 72px 24px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

.banner-text:hover {
  text-decoration: none;
}

.hide-desktop {
  display: none;
}

.container-bg-overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  width: 50%;
  height: 100%;
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(37, 70, 90, 0)), to(rgba(0, 86, 137, 0.9)));
  background-image: linear-gradient(270deg, rgba(37, 70, 90, 0), rgba(0, 86, 137, 0.9));
}

.t-margin-36 {
  margin-top: 36px;
}

.t-margin-24 {
  margin-top: 24px;
}

.pagination {
  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-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.pagination.left-align {
  margin-top: 48px;
  margin-left: -12px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.page-no {
  display: block;
  margin-right: 3px;
  margin-left: 3px;
  padding: 3px 12px 5px;
  border: 2px solid transparent;
  border-radius: 30px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #005689;
  font-size: 14px;
  line-height: 24px;
  font-weight: 700;
  text-transform: uppercase;
}

.page-no:hover {
  border-color: #fbaa1e;
  color: #005689;
  text-decoration: none;
}

.page-no.current {
  border-color: #13b5b5;
}

.page-no.current:hover {
  color: #131212;
}

.scroll-down-button {
  position: absolute;
  left: auto;
  top: auto;
  right: 120px;
  bottom: -30px;
  z-index: 1110;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 60px;
  height: 60px;
  margin-top: 36px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 60px;
  background-color: #fbaa1e;
  background-image: linear-gradient(315deg, #f47920, #fbaa1e);
}

.scroll-down-button:hover {
  background-color: #f47920;
  -webkit-transform: translate(0px, -3px);
  -ms-transform: translate(0px, -3px);
  transform: translate(0px, -3px);
}

.bg-img {
  position: absolute;
  left: 0%;
  top: -8%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  height: 116%;
  /*background-image: url('../images/IMG-Square.jpg');*/
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.avatar {
  width: 144px;
  height: 144px;
  margin-top: 12px;
  margin-bottom: 12px;
  border-radius: 100px;
}

.card-flip {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
}

.card-flip-side {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  padding: 36px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.card-flip-side.back {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 18px;
  background-color: #fff;
  box-shadow: 0 24px 48px 0 rgba(0, 0, 0, 0.1);
  -webkit-transform: rotateX(180deg) rotateY(0deg) rotateZ(0deg);
  transform: rotateX(180deg) rotateY(0deg) rotateZ(0deg);
  text-align: center;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.card-flip-side.front {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #dbdfe0;
  border-radius: 18px;
  background-color: #fff;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  text-align: center;
}

.filter-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  text-align: left;
}

.link-list-item {
  display: block;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 36px;
  border-bottom: 1px solid #dbdfe0;
  background-image: url('../images/Report-icon.svg');
  background-position: 0% 50%;
  background-repeat: no-repeat;
  color: #005689;
  font-weight: 600;
}

.link-list-item:hover {
  padding-left: 42px;
  border-bottom-color: #f47920;
  color: #005689;
  text-decoration: none;
}

.tmln-wrap {
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.tmln-wrap.last {
  padding-bottom: 2vw;
}

.tmln-circle {
  position: absolute;
  right: -16px;
  z-index: 11;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 4px solid #fff;
  border-radius: 20px;
  background-color: #13b5b5;
}

.tmln-circle.right {
  left: -16px;
  right: auto;
}

.tmln-dot {
  width: 6px;
  height: 6px;
  border-radius: 20px;
  background-color: #fff;
}

.tmln-cell {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding: 2% 36px 2% 2%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-right: 2px solid #dbdfe0;
  text-align: right;
}

.tmln-cell.right {
  padding-right: 2%;
  padding-left: 36px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-right-style: none;
  text-align: left;
}

.banner-slider {
  z-index: 3;
  width: 100%;
  height: 100%;
  background-color: transparent;
}

.slider-arrow {
  left: auto;
  top: -72px;
  right: 18px;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 60px;
  background-color: #fbaa1e;
  background-image: linear-gradient(315deg, #f47920, #fbaa1e);
  box-shadow: 0 11px 24px 0 rgba(0, 0, 0, 0.1);
}

.slider-arrow.left {
  left: auto;
  top: 72px;
  right: 18px;
  background-image: linear-gradient(315deg, #f47920, #fbaa1e);
}

.hide {
  display: none;
}

.parallax-bg-slider {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.button-fill {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  background-image: linear-gradient(315deg, #f47920, #fbaa1e 90%);
}

.container-bg {
  position: absolute;
  left: 48px;
  top: 0%;
  right: 48px;
  bottom: 0%;
  z-index: -1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  border-radius: 18px;
  background-color: #ecf0f1;
}

.container-bg.white {
  background-color: #fff;
}

.container-bg.dark {
  background-color: #005689;
}

.side-strip {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 24px;
  border-top-left-radius: 18px;
  border-bottom-left-radius: 18px;
  background-color: #005689;
}

.side-strip.left {
  left: 0px;
  right: auto;
  border-radius: 0px 18px 18px 0px;
}

.link-arrow {
  position: absolute;
  left: 0%;
  top: 3px;
  right: auto;
  bottom: 0%;
  width: 19px;
  height: 19px;
  border-radius: 20px;
  background-color: #fbaa1e;
  background-image: url('../images/Link-Arrow.svg'), linear-gradient(315deg, #f47920, #fbaa1e);
  background-position: 50% 50%, 0px 0px;
  background-size: auto, auto;
  background-repeat: no-repeat, repeat;
}

.floating-media-wrap {
  position: relative;
  z-index: 2;
  max-width: 80%;
  min-width: 60%;
}

.floating-media-wrap._w-video {
  max-width: 100%;
  min-width: 90%;
}

.floating-media-deco {
  position: absolute;
  left: auto;
  top: -60px;
  right: -60px;
  bottom: auto;
  z-index: -1;
}

.floating-media-deco.left {
  left: -60px;
  right: auto;
}

.heading-line {
  width: 72px;
  height: 3px;
  margin-top: 12px;
  margin-bottom: 12px;
  background-image: -webkit-gradient(linear, right top, left top, from(#2bb0e5), to(#13b5b5));
  background-image: linear-gradient(270deg, #2bb0e5, #13b5b5);
}

._50-p-bg-img-wrap {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  overflow: hidden;
  width: 50%;
}

.form-horizontal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 12px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.link-icon {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  width: 30px;
  height: 30px;
  margin-right: 12px;
  border-radius: 30px;
  background-color: #fff;
  background-image: url('../images/Twitter-icon.svg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.link-icon.highlighted {
  border-style: solid;
  border-width: 2px;
  border-color: #fbaa1e;
  background-image: url('../images/TW-icon.svg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.link-icon.highlighted:hover {
  border-color: #f47920;
}

.link-icon.highlighted.call {
  background-image: url('../images/Call-icon.svg');
}

.link-w-icon {
  position: relative;
  display: inline-block;
  margin-top: 18px;
  margin-bottom: 18px;
  padding-left: 48px;
  color: #fff;
  font-size: 20px;
  line-height: 32px;
  font-weight: 600;
}

.link-w-icon:hover {
  border-bottom-color: #005689;
  -webkit-transform: translate(0px, -3px);
  -ms-transform: translate(0px, -3px);
  transform: translate(0px, -3px);
  color: #fbaa1e;
  text-decoration: none;
}

.link-w-icon.dark {
  color: #005689;
}

.link-w-icon.no-t-margin {
  margin-top: 0px;
}

.dropdown-content {
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 18px;
  background-color: #ecf0f1;
}

.dropdown-wrap {
  position: relative;
  z-index: 10;
  border-bottom: 1px solid #dbdfe0;
}

.dropdown-trigger {
  position: relative;
  z-index: 20;
  display: inline-block;
  width: 100%;
  padding-top: 18px;
  padding-right: 60px;
  padding-bottom: 18px;
  color: #005689;
  font-size: 18px;
  line-height: 30px;
  font-weight: 700;
  cursor: pointer;
}

.dropdown-icon {
  position: absolute;
  left: auto;
  top: 18px;
  right: 24px;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 19px;
  height: 19px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #fbaa1e;
  background-image: linear-gradient(315deg, #f47920, #fbaa1e);
}

.dropdown-icon.faq {
  margin-top: 3px;
}

.dropdown-content-wrap {
  padding: 24px 24px 6px;
}

.dropdown-content-wrap.white {
  background-color: #fff;
}

.arrow-icon.down {
  margin-top: 1px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.side-strip-header-mobile {
  display: none;
  width: 18px;
}

.container-bg-wrap {
  position: relative;
  z-index: -1;
  width: 100%;
  height: 100%;
  border-radius: 18px;
}

.side-circle-wrap {
  position: absolute;
  left: auto;
  top: -60px;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 72px;
  height: 360px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.side-circle-wrap.down {
  top: auto;
  bottom: -60px;
}

.side-circle-wrap.left {
  left: 0px;
  right: auto;
}

.no-margin {
  margin-top: 0px;
  margin-bottom: 0px;
}

.side-circle {
  width: 100%;
  height: 100%;
  background-image: url('../images/Circles-Right-01.png');
  background-position: 0% 50%;
  background-size: 72px;
  background-repeat: no-repeat;
}

.side-circle.left {
  background-image: url('../images/Circles-Left-01.png');
  background-position: 100% 50%;
  background-repeat: no-repeat;
}

.anchor-nav-link {
  display: inline-block;
  padding: 12px 18px;
  color: #005689;
  font-size: 14px;
  line-height: 26px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.anchor-nav-link:hover {
  color: #f47920;
  text-decoration: none;
}

.anchor-nav-link.w--current {
  border-bottom-color: #18cf55;
}

.divider-line {
  width: 100%;
  height: 1px;
  margin-top: 12px;
  margin-bottom: 24px;
  background-color: #dbdfe0;
}

.divider-line.invert {
  background-color: hsla(0, 0%, 100%, 0.2);
}

.divider-line.no-link-above {
  margin-top: 36px;
}

.select-field {
  height: 54px;
  margin-bottom: 0px;
  padding-left: 24px;
  border: 1px none #000;
  border-radius: 9px;
  background-color: #fff;
  background-image: url('../images/Down-arrow-icon_1.svg');
  background-position: 93% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  box-shadow: 0 12px 36px 0 rgba(0, 0, 0, 0.07);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #005689;
  font-size: 14px;
  line-height: 26px;
  font-weight: 700;
  cursor: pointer;
}

.select-field:hover {
  border-color: #54e0eb;
}

.select-field:active {
  border-color: #54e0eb;
}

.select-field:focus {
  border-color: #54e0eb;
}

.wrapper {
  position: relative;
}

.table-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  border-radius: 18px;
  background-color: #ecf0f1;
}

.table-row.transparent {
  background-color: transparent;
}

.table-cell {
  width: 50%;
  padding: 24px;
}

.underline-link {
  position: relative;
  display: inline-block;
  margin-top: 12px;
  margin-bottom: 12px;
  border-bottom: 2px solid #f47920;
  color: #005689;
  font-size: 14px;
  line-height: 26px;
  font-weight: 600;
  text-transform: uppercase;
}

.underline-link:hover {
  border-bottom-color: #005689;
  -webkit-transform: translate(0px, -3px);
  -ms-transform: translate(0px, -3px);
  transform: translate(0px, -3px);
  color: #fbaa1e;
  text-decoration: none;
}

.text-block {
  display: block;
  height: 100%;
  padding: 48px;
  border-radius: 18px;
  background-color: #005689;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  color: #fff;
}

.text-block:hover {
  color: #fff;
  text-decoration: none;
}

.text-block.cyan {
  background-color: #13b5b5;
  color: #fff;
}

.text-block.yellow {
  background-color: #fbaa1e;
  color: #fff;
}

.article-header-bg {
  position: absolute;
  left: 48px;
  top: 0%;
  right: 48px;
  bottom: 0%;
  z-index: -1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-bottom: 60px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  border-radius: 18px;
  background-color: #ecf0f1;
}

.social-icon {
  width: 36px;
  height: 36px;
  margin-right: 6px;
  margin-left: 6px;
  border-style: solid;
  border-width: 2px;
  border-color: #fbaa1e;
  border-radius: 30px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.social-icon:hover {
  border-color: #f47920;
  -webkit-transform: translate(0px, -3px);
  -ms-transform: translate(0px, -3px);
  transform: translate(0px, -3px);
}

.social-icon.facebook {
  background-image: url('../images/FB-icon.svg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.social-icon.twitter {
  background-image: url('../images/TW-icon.svg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.social-icon.linkedin {
  background-image: url('../images/IN-icon.svg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.social-icon.email {
  background-image: url('../images/Email-icon.svg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.slash {
  color: #dbdfe0;
  font-weight: 400;
}

.article-thumb-wrap {
  position: relative;
}

.dropdown-trigger-2 {
  position: relative;
  z-index: 20;
  display: inline-block;
  width: 100%;
  padding-top: 18px;
  padding-right: 60px;
  padding-bottom: 18px;
  color: #005689;
  font-size: 18px;
  line-height: 30px;
  font-weight: 700;
  cursor: pointer;
}

.nav-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.search-close {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: none;
  width: 100%;
  height: 100%;
  background-image: url('../images/Close-icon.svg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.menu-close {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: none;
  width: 100%;
  height: 100%;
  background-image: url('../images/Close-icon.svg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.nav-dropdown-trigger {
  position: relative;
  z-index: 20;
  display: inline-block;
  padding-top: 12px;
  padding-bottom: 12px;
  color: #000;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  cursor: pointer;
}

.nav-dropdown-trigger:hover {
  text-decoration: none;
}

.nav-dropdown-trigger.hamburger {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  background-image: url('../images/Hamburger-icon.svg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.menu-open {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  background-image: url('../images/Hamburger-icon.svg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.nav-icon-button {
  position: relative;
  width: 48px;
  height: 48px;
  cursor: pointer;
}

.nav-icon-button._w-mobile-menu {
  display: none;
}

.search-open {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  background-image: url('../images/Search-icon.svg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.nav-icon-buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 12px;
}

.search-bar {
  width: 100%;
  padding-right: 60px;
  padding-left: 60px;
  background-color: #005689;
}

.search-block {
  margin-bottom: 0px;
  padding-top: 24px;
  padding-bottom: 24px;
}

.caption-wrap {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  overflow: hidden;
  color: #fff;
  font-size: 14px;
  line-height: 26px;
}

.caption-content {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  overflow: hidden;
  padding: 36px 24px 24px;
  border-bottom-left-radius: 18px;
  border-bottom-right-radius: 18px;
}

.caption-text {
  position: relative;
  z-index: 1;
}

.caption-overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(37, 70, 90, 0)), to(#111e25));
  background-image: linear-gradient(180deg, rgba(37, 70, 90, 0), #111e25);
}

@media screen and (min-width: 1440px) {
  .section.no-t-whitespace {
    margin-top: -72px; /* fluid-cell's top padding + bottom padding  */
  }

  .section._w-banner-slider {
    overflow: hidden;
  }

  .fluid-cell {
    padding: 36px;
  }

  .fluid-cell.intro {
    width: 56%;
    margin-right: 22%;
    margin-left: 22%;
  }

  .container {
    max-width: 1600px;
    margin-right: auto;
    margin-left: auto;
  }

  .container.in-banner-slider {
    max-width: 1606px;
  }

  img.logo-img {
    max-width: 700px;
  }

  .nav-link {
    font-size: 14px;
  }

  .banner-image {
    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-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .banner-text {
    padding-left: 36px;
  }

  .banner-slider {
    max-width: 1606px;
    margin-right: auto;
    margin-left: auto;
  }

  .mask {
    overflow: visible;
  }
}

@media screen and (max-width: 991px) {
  body {
    background-position: -170px -20px;
  }

  h1 {
    font-size: 48px;
    line-height: 58px;
  }

  h2 {
    font-size: 40px;
    line-height: 52px;
  }

  h3 {
    font-size: 30px;
    line-height: 42px;
  }

  h4 {
    font-size: 24px;
    line-height: 36px;
  }

  a:hover {
    color: #f47920;
  }

  .section {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .section.footer {
    padding-bottom: 36px;
  }

  .fluid-cell {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .fluid-cell._50-p._100-p-tablet {
    width: 100%;
  }

  .fluid-cell._25-p._33-p-on-tablet {
    width: 33.3%;
  }

  .fluid-cell._25-p._50-p-tablet {
    width: 50%;
  }

  .fluid-cell._25-p.footer-nav-col-1 {
    width: 50%;
  }

  .fluid-cell._25-p.footer-nav-col-2 {
    width: 50%;
  }

  .fluid-cell._70-p {
    width: 80%;
  }

  .fluid-cell.intro {
    width: 80%;
    margin-right: 10%;
    margin-left: 10%;
  }

  .fluid-cell._33-p._100-p-tablet {
    width: 100%;
  }

  .fluid-cell._33-p._50-p-tablet {
    width: 50%;
  }

  .fluid-cell._33-p.faux-40-p {
    width: 40%;
    margin-right: 0%;
  }

  .fluid-cell.intro {
    width: 80%;
    margin-right: 10%;
    margin-left: 10%;
  }

  .fluid-cell._45-p {
    width: 50%;
  }

  .fluid-cell.center-intro {
    width: 80%;
    margin-right: 10%;
    margin-left: 10%;
  }

  .fluid-cell._40-p {
    width: 50%;
  }

  .fluid-cell._40-p.footer-info {
    width: 100%;
    margin-right: 0%;
  }

  .container {
    padding-right: 36px;
    padding-left: 36px;
  }

  .container.in-banner-slider {
    padding-right: 24px;
    padding-left: 24px;
  }

  .container.tb-padding {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .container.footer {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .container.perspective {
    -webkit-perspective: 2200px;
    perspective: 2200px;
  }

  .faux-h1 {
    font-size: 48px;
    line-height: 60px;
  }

  .faux-h2 {
    font-size: 40px;
    line-height: 52px;
  }

  .faux-h3 {
    font-size: 30px;
    line-height: 42px;
  }

  .faux-h4 {
    font-size: 24px;
    line-height: 36px;
  }

  .child-link {
    padding: 6px 0px;
    border-bottom-style: none;
    background-color: transparent;
    color: #005689;
    font-size: 18px;
    line-height: 28px;
  }

  .child-link:hover {
    background-color: transparent;
    color: #005689;
  }

  .nav-link {
    margin: 12px 0px;
    color: #fff;
    font-size: 20px;
    line-height: 30px;
  }

  .nav-link:hover {
    color: #fff;
  }

  .nav-link.w--current {
    background-color: transparent;
    color: #fff;
  }

  .nav-link.w--current:hover {
    color: #fff;
  }

  .nav-link.hide-desktop {
    display: block;
  }

  .nav-link._w-dropdown {
    width: 100%;
  }

  .nav {
    position: absolute;
    left: 0%;
    top: 96px;
    right: 0%;
    bottom: auto;
    z-index: 1;
    display: none;
    overflow: auto;
    width: 100%;
    padding: 24px 36px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-color: #005689;
    box-shadow: 0 24px 36px 0 rgba(0, 0, 0, 0.15);
  }

  .hamburger-button {
    position: relative;
    display: block;
    width: 48px;
    height: 96px;
    cursor: pointer;
  }

  .header {
    padding-top: 250px;
    padding-bottom: 48px;
  }

  .header.small {
    padding-top: 36px;
    padding-bottom: 24px;
  }

  .anchor-nav-wrap {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .nav-bar {
    padding: 12px 36px;
  }

  .nav-dropdown-link {
    margin-right: 0px;
    margin-left: 0px;
  }

  .nav-dropdown-content {
    position: static;
    margin-top: 12px;
    padding: 12px 24px;
    background-color: transparent;
    box-shadow: none;
  }

  .featured-img {
    margin-bottom: -132px;
  }

  .tittle-in-30-p-article {
    padding-right: 0px;
  }

  .article-thumb-tint {
    left: 24px;
    top: 24px;
    right: -24px;
    bottom: -24px;
  }

  .thumb-link {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .article-cell {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .block {
    padding: 36px;
  }

  .banner-text {
    padding: 48px 60px 48px 36px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .scroll-down-button {
    right: 60px;
  }

  .card-flip-side {
    padding: 24px;
  }

  .slider-arrow {
    right: -6px;
  }

  .slider-arrow.left {
    right: -6px;
  }

  .parallax-bg-slider {
    position: relative;
  }

  .container-bg {
    left: 24px;
    right: 24px;
  }

  .side-strip {
    width: 18px;
  }

  .floating-media-wrap {
    max-width: 100%;
    min-width: 100%;
  }

  .floating-media-wrap._w-video {
    min-width: 100%;
  }

  .floating-media-deco {
    top: -18px;
    right: -18px;
  }

  .floating-media-deco.left {
    left: -18px;
  }

  .dropdown-trigger {
    padding-right: 36px;
  }

  .dropdown-icon {
    right: 12px;
  }

  .anchor-nav-link {
    padding-right: 12px;
    padding-left: 12px;
    font-size: 14px;
    line-height: 26px;
  }

  .text-block {
    padding: 36px;
  }

  .article-header-bg {
    left: 24px;
    right: 24px;
    margin-bottom: 48px;
  }

  .dropdown-trigger-2 {
    padding-right: 36px;
  }

  .nav-dropdown-trigger {
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 20px;
    line-height: 30px;
  }

  .nav-icon-button {
    margin-right: 0px;
    margin-left: 0px;
  }

  .nav-icon-button._w-mobile-menu {
    display: block;
  }

  .nav-icon-button._w-dropdown {
    display: none;
  }

  .nav-icon-buttons {
    margin-left: 0px;
  }

  .search-bar {
    padding-right: 36px;
    padding-left: 36px;
  }

  .search-block {
    padding-top: 18px;
    padding-bottom: 18px;
  }
}

@media screen and (max-width: 767px) {
  body {
    background-position: -300px -20px;
  }

  h1 {
    margin-bottom: 12px;
    padding-top: 8px;
    font-size: 42px;
    line-height: 50px;
  }

  h2 {
    margin-bottom: 8px;
    padding-top: 8px;
    font-size: 34px;
    line-height: 46px;
  }

  h3 {
    margin-bottom: 8px;
    padding-top: 8px;
    font-size: 26px;
    line-height: 38px;
  }

  h4 {
    margin-bottom: 8px;
    padding-top: 8px;
    font-size: 22px;
    line-height: 34px;
  }

  h5 {
    padding-top: 8px;
    font-size: 18px;
    line-height: 28px;
  }

  blockquote {
    margin-left: 0px;
    font-size: 28px;
    line-height: 44px;
  }

  .p-large {
    margin-bottom: 18px;
  }

  .p-small.caption {
    margin-top: -24px;
    margin-bottom: 48px;
  }

  .p-small.as-caption {
    margin-top: -24px;
    margin-bottom: 48px;
  }

  .section {
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .section.no-t-whitespace {
    margin-top: -36px; /* fluid-cell's top padding + bottom padding  */
  }

  .section._w-banner-slider {
    margin-bottom: 30px;
    padding-bottom: 0px;
  }

  .section.footer {
    padding-bottom: 0px;
  }

  .fluid-cell {
    padding: 18px 12px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .fluid-cell._67-p {
    width: 100%;
  }

  .fluid-cell._50-p {
    width: 100%;
  }

  .fluid-cell._25-p {
    width: 100%;
  }

  .fluid-cell._25-p._33-p-on-tablet {
    width: 100%;
  }

  .fluid-cell._25-p._50-p-tablet {
    width: 100%;
  }

  .fluid-cell._25-p.footer-nav-col-1 {
    width: 100%;
    padding-bottom: 0px;
  }

  .fluid-cell._25-p.footer-nav-col-2 {
    width: 100%;
    padding-top: 0px;
  }

  .fluid-cell._70-p {
    width: 100%;
  }

  .fluid-cell._70-p.article-img {
    padding-bottom: 0px;
  }

  .fluid-cell.intro {
    width: 100%;
    margin-right: 0%;
    margin-left: 0%;
  }

  .fluid-cell._33-p {
    width: 100%;
  }

  .fluid-cell._33-p._50-p-tablet {
    width: 100%;
  }

  .fluid-cell._33-p.faux-40-p {
    width: 100%;
  }

  .fluid-cell.filter-wrap {
    padding-right: 1.5vw;
    padding-left: 1.5vw;
  }

  .fluid-cell.intro {
    width: 100%;
    margin-right: 0%;
    margin-left: 0%;
  }

  .fluid-cell._45-p {
    width: 100%;
  }

  .fluid-cell.center-intro {
    width: 100%;
    margin-right: 0%;
    margin-left: 0%;
  }

  .fluid-cell._40-p {
    width: 100%;
  }

  .fluid-cell._60-p {
    width: 100%;
  }

  .subheading {
    margin-bottom: 6px;
    background-image: none;
    font-size: 13px;
    line-height: 23px;
  }

  .subheading.below {
    margin-top: 0px;
  }

  .text-field {
    padding-right: 22px;
    padding-left: 22px;
  }

  .container {
    padding-right: 18px;
    padding-left: 18px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .container.center-horizontal {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .container.center-horizontal.reverse-mobile {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .container.in-banner-slider {
    padding-right: 0px;
    padding-left: 0px;
  }

  .container.tb-padding {
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .container.footer {
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .faux-h1 {
    margin-bottom: 8px;
    padding-top: 8px;
    font-size: 42px;
    line-height: 54px;
  }

  .faux-h2 {
    margin-bottom: 8px;
    padding-top: 8px;
    font-size: 34px;
    line-height: 46px;
  }

  .faux-h3 {
    margin-bottom: 8px;
    padding-top: 8px;
    font-size: 26px;
    line-height: 38px;
  }

  .faux-h4 {
    margin-bottom: 8px;
    padding-top: 8px;
    font-size: 22px;
    line-height: 34px;
  }

  .faux-h5 {
    padding-top: 8px;
    font-size: 18px;
    line-height: 30px;
  }

  .img-in-text,
  img.alignnone,
  div.alignnone img {
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .thumb-img {
    min-width: 100%;
  }

  img.logo-img {
    height: 36px;
  }

  .notification-bar {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
    line-height: 24px;
  }

  .nav {
    top: 72px;
  }

  .hamburger-button {
    height: 72px;
  }

  .header {
    height: auto;
    max-height: none;
    min-height: auto;
    padding-top: 0px;
    padding-bottom: 24px;
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ecf0f1));
    background-image: linear-gradient(180deg, #fff, #ecf0f1);
  }

  .header.medium {
    padding-top: 0px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ecf0f1));
    background-image: linear-gradient(180deg, #fff, #ecf0f1);
  }

  .header.small {
    padding-top: 24px;
    background-image: none;
  }

  .anchor-nav-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    text-align: left;
  }

  .flip-block {
    height: 150px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .filter-item-wrap {
    padding: 1.5vw;
  }

  .nav-bar {
    height: 72px;
    padding-right: 4vw;
    padding-left: 6vw;
  }

  .featured-img {
    min-width: 100%;
    margin-right: 0px;
    margin-bottom: -84px;
    margin-left: 0px;
  }

  .article-thumb-tint {
    left: 18px;
    top: 18px;
    right: -18px;
    bottom: -18px;
  }

  .tittle-in-50-p-article {
    padding-right: 0px;
  }

  .thumb-link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .article-cell {
    padding: 3vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .article-cell._40-p-article {
    width: 100%;
    margin-right: 0%;
    margin-left: 0%;
  }

  .article-cell._40-p-article.second {
    margin-top: 0vw;
  }

  .article-cell._50-p-article {
    width: 100%;
  }

  .article-cell._33-p-article {
    width: 100%;
    margin-top: 0vw;
    margin-right: 0%;
    margin-left: 0%;
  }

  .hide-mobile {
    display: none;
  }

  .block:hover {
    box-shadow: none;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .block.cyan:hover {
    box-shadow: none;
  }

  .block.yellow:hover {
    box-shadow: none;
  }

  .block.member-card:hover {
    background-color: #ecf0f1;
    color: #25465a;
  }

  .banner-image {
    width: 100%;
    border-radius: 0px;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
  }

  .banner-text {
    width: 100%;
    padding: 18px 36px;
  }

  .hide-desktop {
    display: block;
  }

  .container-bg-overlay {
    display: none;
    width: 100%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(37, 70, 90, 0)), to(rgba(0, 86, 137, 0.9)));
    background-image: linear-gradient(180deg, rgba(37, 70, 90, 0), rgba(0, 86, 137, 0.9));
  }

  .pagination.left-align {
    margin-top: 36px;
  }

  .scroll-down-button.w--current {
    display: none;
  }

  .card-flip-side {
    padding: 36px;
  }

  .filter-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .tmln-wrap.reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .tmln-wrap.last {
    padding-bottom: 3vw;
  }

  .tmln-circle {
    left: -16px;
    right: auto;
  }

  .tmln-cell {
    width: 100%;
    margin-left: 12px;
    padding: 2% 3% 0% 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-left: 2px solid #e2ede8;
    border-right-style: none;
    text-align: left;
  }

  .tmln-cell.right {
    padding-left: 24px;
    border-left-color: #e2ede8;
  }

  .slider-arrow {
    left: auto;
    top: auto;
    right: 8%;
    bottom: -30px;
  }

  .slider-arrow.left {
    left: 8%;
    top: auto;
    right: auto;
    bottom: -30px;
  }

  .parallax-bg-slider {
    height: 400px;
    margin-top: 24px;
  }

  .container-bg {
    left: 0px;
    right: 0px;
  }

  .container-bg.in-header {
    position: relative;
    z-index: 0;
    overflow: visible;
    width: 100%;
    height: 300px;
    margin-right: 30px;
    margin-bottom: 12px;
    margin-left: 30px;
  }

  .container-bg.dark.in-footer {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  .container-bg.in-small-header {
    overflow: visible;
    margin-right: 30px;
    margin-left: 30px;
  }

  .side-strip {
    display: none;
  }

  .floating-media-deco {
    top: -60px;
    right: -24px;
  }

  .floating-media-deco.left {
    left: -24px;
  }

  ._50-p-bg-img-wrap {
    width: 100%;
  }

  .form-horizontal {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .link-w-icon {
    font-size: 18px;
    line-height: 30px;
  }

  .side-strip-header-mobile {
    position: absolute;
    left: -30px;
    top: 0%;
    right: auto;
    bottom: 0%;
    display: block;
    width: 18px;
    border-top-right-radius: 18px;
    border-bottom-right-radius: 18px;
    background-color: #005689;
  }

  .container-bg-wrap {
    overflow: hidden;
    border-radius: 18px;
  }

  .side-circle-wrap {
    width: 48px;
    background-position: 0% 50%;
  }

  .side-circle-wrap.left {
    background-position: 100% 50%;
  }

  .anchor-nav-link {
    margin-right: 0px;
    margin-left: 0px;
    padding: 12px 0px;
    border-bottom: 1px solid #dbdfe0;
  }

  .anchor-nav-link:hover {
    border-bottom-color: #e0e6eb;
  }

  .select-field {
    padding-left: 18px;
  }

  .table-row:hover {
    box-shadow: none;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .article-header-bg {
    left: 0px;
    right: 0px;
    margin-bottom: 36px;
  }

  .menu-close {
    width: 100%;
    height: 100%;
  }

  .menu-open {
    width: 100%;
    height: 100%;
  }

  .search-bar {
    padding-right: 4vw;
    padding-left: 6vw;
  }

  .search-block {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}

@media screen and (max-width: 479px) {
  body {
    background-position: -330px -20px;
  }

  h1 {
    line-height: 48px;
  }

  p {
    margin-bottom: 12px;
  }

  blockquote {
    font-size: 22px;
    line-height: 32px;
  }

  .p-large {
    font-size: 22px;
    line-height: 32px;
  }

  .p-small.caption {
    margin-top: -18px;
    margin-bottom: 36px;
  }

  .p-small.as-caption {
    margin-top: -18px;
    margin-bottom: 36px;
  }

  .utility-page-content {
    width: 260px;
  }

  .button {
    padding-right: 36px;
    padding-left: 36px;
  }

  .section {
    padding-top: 24px;
    padding-bottom: 18px;
  }

  .section.no-t-whitespace {
    margin-top: -36px; /* fluid-cell's top padding + bottom padding  */
  }

  .section.narrow {
    padding-top: 24px;
    padding-bottom: 18px;
  }

  .fluid-cell {
    padding: 18px 0px;
  }

  .fluid-cell.filter-wrap {
    padding-right: 0vw;
    padding-left: 0vw;
  }

  .container {
    padding-right: 8vw;
    padding-left: 8vw;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .container.in-banner-slider {
    padding-right: 0px;
    padding-left: 0px;
  }

  .container.tb-padding {
    padding-top: 24px;
    padding-bottom: 18px;
  }

  .container.footer {
    padding-top: 24px;
    padding-bottom: 18px;
  }

  .container.perspective {
    -webkit-perspective: 5200px;
    perspective: 5200px;
  }

  .form {
    margin-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .form-item-wrap {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .form-item-wrap.half {
    width: 100%;
  }

  .form-item-wrap.action {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .img-in-text,
  img.alignnone,
  div.alignnone img {
    margin-top: 36px;
    margin-bottom: 36px;
    border-radius: 12px;
  }

  .child-link {
    font-size: 16px;
    line-height: 26px;
  }

  .nav-link {
    font-size: 18px;
    line-height: 28px;
  }

  .notification-bar {
    padding-top: 8px;
    padding-bottom: 8px;
    line-height: 20px;
  }

  .nav {
    top: 60px;
    padding-right: 8vw;
    padding-left: 8vw;
  }

  .hamburger-button {
    height: 60px;
  }

  .floating-img {
    border-radius: 12px;
  }

  .header {
    padding-bottom: 12px;
  }

  .header.small {
    padding-top: 24px;
  }

  .filter-item-wrap {
    width: 100%;
    padding: 2vw 0vw;
  }

  .nav-bar {
    height: 60px;
    padding-right: 4vw;
    padding-left: 8vw;
  }

  .featured-img {
    margin-bottom: -48px;
    border-radius: 12px;
  }

  .article-thumb-tint {
    left: 12px;
    top: 12px;
    right: -12px;
    bottom: -12px;
    border-radius: 18px;
  }

  .thumb-link {
    margin-bottom: 12px;
  }

  .article-cell {
    padding: 18px 0px;
  }

  .article-cell._40-p-article {
    padding-top: 5vw;
    padding-bottom: 5vw;
  }

  .block {
    padding: 24px;
    border-radius: 12px;
  }

  .banner-text {
    padding-right: 8vw;
    padding-left: 8vw;
  }

  .pagination.left-align {
    margin-top: 24px;
    margin-bottom: 6px;
  }

  .scroll-down-button {
    display: none;
  }

  .avatar {
    margin-bottom: 18px;
  }

  .card-flip-side {
    padding-right: 24px;
    padding-left: 24px;
  }

  .card-flip-side.back {
    border-radius: 12px;
  }

  .card-flip-side.front {
    border-radius: 12px;
  }

  .filter-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .tmln-circle {
    left: -16px;
    top: auto;
    right: auto;
    bottom: 0%;
  }

  .tmln-cell {
    margin-left: 0px;
    padding-right: 0px;
    border-left-color: #e0e6eb;
  }

  .tmln-cell.right {
    border-left-color: #e0e6eb;
  }

  .slider-arrow {
    bottom: -30px;
  }

  .parallax-bg-slider {
    height: 250px;
    margin-top: 12px;
  }

  .container-bg {
    border-radius: 12px;
  }

  .container-bg.in-header {
    height: 200px;
    margin-right: 8vw;
    margin-left: 8vw;
  }

  .container-bg.in-small-header {
    margin-right: 8vw;
    margin-left: 8vw;
  }

  .dropdown-content {
    border-radius: 12px;
  }

  .dropdown-icon {
    right: 0px;
  }

  .side-strip-header-mobile {
    left: -8vw;
    width: 12px;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
  }

  .container-bg-wrap {
    border-radius: 12px;
  }

  .side-circle-wrap {
    width: 24px;
  }

  .table-row {
    padding-top: 18px;
    padding-bottom: 18px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 12px;
  }

  .table-cell {
    width: 100%;
    padding: 0px 18px;
  }

  .text-block {
    padding: 24px;
  }

  .article-header-bg {
    margin-bottom: 18px;
    border-radius: 12px;
  }

  .nav-dropdown-trigger {
    font-size: 18px;
    line-height: 28px;
  }

  .search-bar {
    padding-right: 4vw;
    padding-left: 8vw;
  }

  .search-block {
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .caption-content {
    padding: 24px 18px 18px;
    border-radius: 12px;
  }

  .caption-overlay {
    border-radius: 12px;
  }
}
