@charset "UTF-8";
/* ------------------------------------- */
/********** Site Wide Variables **********/
/* ------------------------------------- */
/* -------------------------------------- */
/********** Responsive Variables **********/
/* -------------------------------------- */
/* ------------------------------ */
/********** Brand Colors **********/
/* ------------------------------ */
/* PHP generated variables can be found at the bottom of functions.php in function wp_scss_variables, in particular for categories */
/* --------------------------- */
/********** Structure **********/
/* --------------------------- */
.wrap {
  margin: 0 auto;
  max-width: 1360px;
  padding-left: 54px;
  padding-right: 62px;
}
@media screen and (max-width: 896px) {
  .wrap {
    padding-left: 24px;
    padding-right: 24px;
    max-width: inherit;
  }
}
.flex, .col-wrap {
  display: flex;
}
.flex.flex-row, .col-wrap.flex-row {
  flex-direction: row;
}
.flex.flex-column, .col-wrap.flex-column {
  flex-direction: column;
}
.flex.flex-wrap, .col-wrap.flex-wrap {
  flex-wrap: wrap;
}
.flex.flex-no-wrap, .col-wrap.flex-no-wrap {
  flex-wrap: no-wrap;
}
.flex.flex-align-start, .col-wrap.flex-align-start {
  align-items: flex-start;
}
.flex.flex-align-end, .col-wrap.flex-align-end {
  align-items: flex-end;
}
.flex.flex-align-center, .col-wrap.flex-align-center {
  align-items: center;
}
.flex.flex-justify-between, .col-wrap.flex-justify-between {
  justify-content: space-between;
}
.flex.flex-justify-even, .col-wrap.flex-justify-even {
  justify-content: space-evenly;
}
.flex.flex-justify-end, .col-wrap.flex-justify-end {
  justify-content: flex-end;
}
.flex.flex-justify-center, .col-wrap.flex-justify-center {
  justify-content: center;
}
.flex .flex-no-grow, .col-wrap .flex-no-grow {
  flex-grow: 0;
}
.flex .flex-no-shrink, .col-wrap .flex-no-shrink {
  flex-shrink: 0;
}
.flex .flex-grow, .col-wrap .flex-grow {
  flex-grow: 1;
}
.flex .flex-shrink, .col-wrap .flex-shrink {
  flex-shrink: 1;
}
section {
  padding-top: 80px;
  padding-bottom: 100px;
}
@media screen and (max-width: 896px) {
  section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
section.no-pt {
  padding-top: 0;
}
section.no-pb {
  padding-bottom: 0;
}
section.no-ptb {
  padding-top: 0;
  padding-bottom: 0;
}
.page-wrap {
  box-shadow: 0 0 24px #bfbfbf;
}
@media screen and (min-width: 1440px) {
  .page-wrap {
    margin: 0 auto;
    max-width: 1440px;
    overflow: hidden;
  }
}
#page {
  background-color: #ffffff;
}
/* ------------------------------- */
/********** Global Styles **********/
/* ------------------------------- */
body {
  background-color: #fafafa;
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}
/* Image with 'data' attribute is hidden */
img[data-lazy-src] {
  /* we set the opacity to 0 */
  opacity: 0;
}
/* Image without 'data' attribute is (or becomes) visible */
img.lazyloaded {
  /* prepare the future animation */
  -webkit-transition: opacity 0.5s linear 0.2s;
  -moz-transition: opacity 0.5s linear 0.2s;
  transition: opacity 0.5s linear 0.2s;
  /* we set the opacity to 1 to do the magic */
  opacity: 1;
}
/* ---------------------------- */
/********** Typography **********/
/* ---------------------------- */
body {
  color: #000000;
  font-family: "SequelSans-Regular", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 20px;
  line-height: 28px;
}
@media screen and (max-width: 896px) {
  body {
    font-size: 16px;
    line-height: 26px;
  }
}
body h1, body h2, body h3, body h4, body .h1, body .h2, body .h3, body .h4 {
  margin: 0;
  padding: 0;
  display: inline-block;
  font-weight: normal;
  font-family: "Domaine Text", serif;
}
body h1, body .h1 {
  font-size: 64px;
  line-height: 68px;
  letter-spacing: -0.015em;
}
@media screen and (max-width: 896px) {
  body h1, body .h1 {
    font-size: 36px;
    line-height: 42px;
    letter-spacing: -0.02em;
  }
}
body h2, body .h2 {
  font-size: 42px;
  line-height: 52px;
  letter-spacing: -0.015em;
}
@media screen and (max-width: 896px) {
  body h2, body .h2 {
    font-size: 28px;
    line-height: 30px;
  }
}
body h3, body .h3 {
  font-size: 32px;
  line-height: 34px;
  letter-spacing: -0.015em;
}
body h4, body .h4 {
  font-size: 24px;
  line-height: 28px;
  letter-spacing: -0.015em;
}
body p, body li {
  font-size: 20px;
  line-height: 28px;
  margin: 0 0 28px 0;
  letter-spacing: -0.05em;
}
@media screen and (max-width: 896px) {
  body p, body li {
    font-size: 16px;
    line-height: 26px;
  }
}
body p:last-child, body li:last-child {
  margin-bottom: 0;
}
body .large p, body .largep, body .large li, body .largeli {
  font-size: 24px;
  line-height: 34px;
}
body .small p, body .small, body .small li {
  font-size: 18px;
  line-height: 26px;
}
body ul {
  margin: 0;
  padding: 0;
}
body ul li {
  padding: 0;
  margin: 0;
}
body ul li:not(:last-child) {
  margin-bottom: 12px;
}
body ol {
  margin: 0 0 40px 20px;
  padding: 0 0 0 5px;
}
@media screen and (max-width: 896px) {
  body ol {
    list-style-position: inside;
    margin-right: 24px;
    margin-left: 24px;
  }
}
body ol li:not(:last-child) {
  margin-bottom: 10px;
}
body b, body strong {
  font-weight: normal;
  font-family: "SequelSans-Medium", sans-serif;
}
body em {
  font-style: normal;
  font-family: "SequelSans-LightItalic", sans-serif;
}
body blockquote {
  margin: 0;
  padding: 0;
  position: relative;
}
body a {
  color: #000000;
  text-decoration: none;
  transition: 0.2s ease-in all;
}
body a:hover {
  color: rgba(0, 0, 0, 0.6);
  text-decoration: none;
}
body a:visited {
  color: #000000;
  text-decoration: none;
}
body a.border-anim {
  position: relative;
}
body a.border-anim:after {
  content: "";
  display: block;
  height: 3px;
  width: 0;
  background-color: #ffbf52;
  position: absolute;
  bottom: -6px;
  left: 0;
  opacity: 0;
  transition: all 0.2s ease-in;
}
body p sup, body p .footnote {
  color: #0456e7;
  font-family: "SequelSans-Medium", sans-serif;
}
body p sup a, body p .footnote a {
  color: #0456e7;
}
body p sup a:hover, body p .footnote a:hover {
  color: #0456e7;
}
body .fade-in {
  opacity: 0;
}
/* ---------------------------- */
/********** Components **********/
/* ---------------------------- */
body section.hero {
  position: relative;
}
body section.hero:not(.reverse):after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.9;
  z-index: 10;
  background: linear-gradient(90deg, white 0, rgba(255, 255, 255, 0) 90%);
}
@media screen and (max-width: 896px) {
  body section.hero:not(.reverse):after {
    height: 80%;
    background: linear-gradient(0, white 0, rgba(255, 255, 255, 0) 100%);
  }
}
body section.hero .image {
  width: 100%;
}
@media screen and (max-width: 896px) and (orientation: portrait) {
  body section.hero .image {
    display: none;
  }
}
body section.hero .image-mobile {
  width: 100%;
  display: none;
}
@media screen and (max-width: 896px) and (orientation: portrait) {
  body section.hero .image-mobile {
    display: block;
  }
}
body section.hero .wrap {
  height: 100%;
}
@media screen and (max-width: 1599px) {
  body section.hero .wrap {
    /*
				padding-bottom: 42px;
				bottom: 0;
				position: absolute;
				*/
  }
}
body section.hero .wrap .hero-details {
  padding-bottom: 42px;
  bottom: 0;
  position: absolute;
  z-index: 20;
  width: 50%;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  body section.hero .wrap .hero-details {
    width: auto;
  }
}
body section.hero .wrap .hero-details .eyebrow {
  display: block;
  margin-bottom: 10px;
  color: #0456e7;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: -0.015em;
  font-family: "SequelSans-Regular", sans-serif;
}
body section.hero .wrap .hero-details h1 {
  color: #0456e7;
}
@media screen and (max-width: 896px) {
  body section.hero .wrap .hero-details h1 {
    font-size: 44px;
    line-height: 46px;
  }
}
body section.hero.reverse:before, body section.hero.reverse:after {
  display: none;
}
body section.hero.reverse .wrap .hero-details {
  position: relative;
  bottom: inherit;
  padding-bottom: 0;
  padding-top: 150px;
}
@media screen and (max-width: 896px) {
  body section.hero.reverse .wrap .hero-details {
    padding-top: 146px;
  }
}
body body.has-sticky section.section-content, body body.has-sticky section.sidebar {
  padding-top: 126px;
}
@media screen and (max-width: 1024px) {
  body body.has-sticky section.section-content, body body.has-sticky section.sidebar {
    padding-top: 60px;
  }
}
@media screen and (max-width: 896px) {
  body body.has-sticky section.section-content, body body.has-sticky section.sidebar {
    padding-top: 60px;
  }
}
body section.section-content:not(:only-of-type) {
  background-color: #001275;
}
body section.section-content:not(:only-of-type) .block-text * {
  color: #ffffff;
  max-width: 824px;
}
@media screen and (max-width: 896px) {
  body section.section-content:not(:only-of-type) .block-text * {
    max-width: inherit;
  }
}
body section.section-content:not(:only-of-type) .block-text h2:not(:last-child):not(:only-child) {
  margin-bottom: 40px;
}
@media screen and (max-width: 896px) {
  body section.section-content:not(:only-of-type) .block-text h2:not(:last-child):not(:only-child) {
    margin-bottom: 34px;
  }
}
body section.section-content:not(:only-of-type) .block-text p {
  font-size: 24px;
  line-height: 34px;
}
@media screen and (max-width: 896px) {
  body section.section-content:not(:only-of-type) .block-text p {
    font-size: 18px;
    line-height: 26px;
  }
}
body section.section-content:not(:only-of-type) .block-text p a:hover {
  color: rgba(255, 255, 255, 0.6);
}
body section.section-content:not(:only-of-type) .block-text p sup, body section.section-content:not(:only-of-type) .block-text p .footnote {
  color: #ffffff;
}
body section.section-content:not(:only-of-type) .block-text p sup a, body section.section-content:not(:only-of-type) .block-text p .footnote a {
  color: #ffffff;
}
body section.section-content:not(:only-of-type) .block-text p sup a:hover, body section.section-content:not(:only-of-type) .block-text p .footnote a:hover {
  color: #ffffff;
}
body .block-text {
  /*
		ul {
			max-width: 757px;
			list-style: none;

			@media screen and (max-width: $sm) {
				max-width: inherit;
			}

			li {
				//display: flex;
				padding-left: 15px;
				position: relative;

				&:before {
					content: "•";
					display: block;
					position: absolute;
					left: 0;
					font-size: 14px;
					line-height: 20px;
					padding-right: 12px;
					transform: translateY(3px);
				}
			}
		}
		*/
}
body .block-text > * {
  max-width: 1034px;
}
@media screen and (max-width: 896px) {
  body .block-text > * {
    max-width: inherit;
  }
}
body .block-text h2 {
  color: #0456e7;
  font-size: 32px;
  line-height: 34px;
  letter-spacing: -0.015em;
}
body .block-text h2:not(:last-child):not(:only-child) {
  margin-bottom: 25px;
}
body .block-text h2 em {
  font-family: "Domaine Text", serif;
  font-weight: normal;
  font-style: italic;
}
body .block-text h3 {
  font-size: 20px;
  line-height: 20px;
  font-family: "SequelSans-Semi", sans-serif;
  font-weight: normal;
  color: #001275;
}
@media screen and (max-width: 896px) {
  body .block-text h3 {
    font-size: 16px;
  }
}
body .block-text h3:not(:last-child):not(:only-child) {
  margin-bottom: 15px;
}
body .block-text h3:not(:first-child) {
  margin-top: 32px;
}
body .block-text h3 em {
  font-family: "SequelSans-SemiItalic", sans-serif;
  font-weight: normal;
  font-style: normal;
}
body .block-text h4 {
  font-size: 18px;
  line-height: 18px;
  font-family: "SequelSans-Semi", sans-serif;
  font-weight: normal;
  color: #001275;
}
@media screen and (max-width: 896px) {
  body .block-text h4 {
    font-size: 14px;
  }
}
body .block-text h4:not(:last-child):not(:only-child) {
  margin-bottom: 15px;
}
body .block-text h4:not(:first-child) {
  margin-top: 32px;
}
body .block-text h4 em {
  font-family: "SequelSans-SemiItalic", sans-serif;
  font-weight: normal;
  font-style: normal;
}
body .block-text > ul {
  margin-bottom: 48px;
  margin-top: -10px;
  list-style: none;
}
body .block-text > ul > li {
  position: relative;
  padding-left: 20px;
  display: block;
}
body .block-text > ul > li:before {
  content: "•";
  display: block;
  position: absolute;
  left: 0;
  font-size: 16px;
  line-height: 20px;
  padding-right: 12px;
  transform: translateY(4px);
}
@media screen and (max-width: 896px) {
  body .block-text > ul > li:before {
    font-size: 14px;
    line-height: 18px;
  }
}
body .block-text > ul > li ul {
  margin-top: 8px;
}
body .block-text > ul > li ul li {
  display: block;
  padding-left: 20px;
  position: relative;
}
body .block-text > ul > li ul li:before {
  content: "•";
  display: block;
  position: absolute;
  left: 0;
  font-size: 16px;
  line-height: 20px;
  padding-right: 12px;
  transform: translateY(4px);
}
@media screen and (max-width: 896px) {
  body .block-text > ul > li ul li:before {
    font-size: 14px;
    line-height: 18px;
  }
}
body .block-text p a {
  border-bottom: 1px solid;
}
body ul.list {
  list-style: none;
}
body ul.list > li {
  position: relative;
}
body ul.list > li:not(:last-child) {
  margin-bottom: 20px;
  border-bottom: 1px solid #f2f2f2;
}
body ul.list > li .link h3 {
  font-size: 32px;
  line-height: 42px;
  letter-spacing: -0.015em;
  font-family: "Domaine Text", serif;
  display: block;
  padding-bottom: 27px;
  cursor: pointer;
}
@media screen and (max-width: 896px) {
  body ul.list > li .link h3 {
    font-size: 26px;
    line-height: 28px;
  }
}
body ul.list > li .link span {
  cursor: pointer;
  width: 16px;
  height: 16px;
  display: block;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../images/accordion-plus-blue.svg);
  position: absolute;
  top: 10px;
  left: -26px;
  margin-top: 4px;
}
@media screen and (max-width: 896px) {
  body ul.list > li .link span {
    width: 15px;
    height: 15px;
    left: -18px;
    top: 7px;
    margin-top: 0;
  }
}
body ul.list > li.open {
  padding-bottom: 40px;
}
body ul.list > li.open span {
  background-image: url(../images/accordion-minus-blue.svg);
}
body ul.list > li div[data-content] {
  max-width: 757px;
}
@media screen and (max-width: 896px) {
  body ul.list > li div[data-content] {
    max-width: inherit;
  }
}
body ul.list > li div[data-content] h3 {
  font-family: "Domaine Text", serif;
  margin-bottom: 25px;
  margin-top: 40px;
  font-size: 24px;
  line-height: 42px;
  letter-spacing: -0.015em;
  display: block;
}
body ul.list > li div[data-content] ul {
  margin-top: -18px;
  list-style: none;
}
body ul.list > li div[data-content] ul li {
  padding-left: 16px;
  position: relative;
}
body ul.list > li div[data-content] ul li:before {
  content: "•";
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
  padding-right: 12px;
  transform: translateY(4px);
  position: absolute;
  left: 0;
}
body ul.list > li div[data-content] ul li a {
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  transition: 0.3s;
}
body ul.list > li div[data-content] ul li a:hover {
  border-bottom: 1px solid #000000;
}
@media screen and (max-width: 896px) {
  body #related-news .wrap .title {
    display: block;
    padding-bottom: 42px;
  }
}
body #related-news .wrap .title h2 {
  color: #0456e7;
  margin-bottom: 24px;
  display: block;
}
@media screen and (max-width: 896px) {
  body #related-news .wrap .title h2 {
    font-size: 46px;
    line-height: 50px;
    margin-bottom: 30px;
  }
}
body #related-news .wrap .title a {
  color: #001275;
  margin-left: auto;
  font-size: 18px;
  line-height: 20px;
  font-family: "SequelSans-Medium", sans-serif;
}
@media screen and (max-width: 896px) {
  body #related-news .wrap .title a {
    margin-left: inherit;
  }
}
body #related-news .wrap .title a:hover:after {
  opacity: 1;
  width: 100%;
}
body .properties {
  margin: 0 -8px;
  list-style: none;
}
@media screen and (max-width: 896px) and (orientation: portrait) {
  body .properties {
    margin: 0;
    display: block;
  }
}
body .properties .property {
  width: calc(33.33% - 16px);
  margin-left: 8px;
  margin-right: 8px;
  margin-bottom: 0;
  transition: all 0.2s ease-in;
  cursor: pointer;
  position: relative;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  height: 366px;
}
body .properties .property:not(:nth-child(-n + 3)) {
  margin-top: 16px;
}
@media screen and (max-width: 896px) and (orientation: landscape) {
  body .properties .property:not(:nth-child(-n + 3)) {
    margin-top: 0;
  }
}
@media screen and (max-width: 896px) and (orientation: landscape) {
  body .properties .property:not(:nth-child(-n + 2)) {
    margin-top: 16px;
  }
}
@media screen and (max-width: 896px) and (orientation: landscape) {
  body .properties .property {
    width: calc(50% - 16px);
  }
}
@media screen and (max-width: 896px) and (orientation: portrait) {
  body .properties .property {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    height: 338px;
  }
  body .properties .property:not(:first-child) {
    margin-top: 60px;
  }
}
body .properties .property .wrap {
  padding-left: 0;
  padding-right: 0;
  height: 100%;
}
body .properties .property .wrap .full-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
body .properties .property .wrap .callout {
  position: relative;
  transition: all 0.2s ease-in;
  padding: 40px 50px 48px 30px;
  width: calc(100% - 50px);
  opacity: 0;
}
@media screen and (max-width: 896px) {
  body .properties .property .wrap .callout {
    opacity: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 30px;
  }
}
body .properties .property .wrap .callout .type {
  display: block;
  margin-bottom: 10px;
  color: #ffffff;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: -0.015em;
}
@media screen and (max-width: 896px) {
  body .properties .property .wrap .callout .type {
    font-size: 14px;
  }
}
body .properties .property .wrap .callout .region {
  display: block;
  margin-top: 15px;
  color: #ffffff;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: -0.005em;
}
@media screen and (max-width: 896px) {
  body .properties .property .wrap .callout .region {
    font-size: 14px;
  }
}
body .properties .property .wrap .callout h3 {
  font-size: 26px;
  line-height: 34px;
  color: #ffffff;
  letter-spacing: -0.015em;
  font-family: "Domaine Text", serif;
}
@media screen and (max-width: 896px) {
  body .properties .property .wrap .callout h3 {
    font-size: 28px;
  }
}
body .properties .property .wrap .callout h3 a {
  color: #ffffff;
  transition: color 0.2s ease-in;
}
body .properties .property .wrap .callout > a {
  color: #ffffff;
  margin-top: 75px;
  font-size: 15px;
  line-height: 16px;
  display: inline-block;
  letter-spacing: -0.005em;
  position: relative;
}
@media screen and (max-width: 896px) and (orientation: portrait) {
  body .properties .property .wrap .callout > a {
    margin-top: auto;
  }
}
body .properties .property .wrap .callout > a:after {
  height: 1px;
  background-color: #ffffff;
  bottom: -3px;
}
@media screen and (max-width: 896px) {
  body .properties .property .wrap .callout > a:after {
    opacity: 1;
    width: 100%;
  }
}
body .properties .property .wrap .callout > a:hover:after {
  opacity: 1;
  width: 100%;
}
body .properties .property:hover .wrap .callout {
  opacity: 1;
}
body .properties .property:hover .wrap .callout > a:after {
  opacity: 1;
  width: 100%;
}
body .properties .property.light .wrap .callout a {
  color: #001275;
}
body .properties .property.light .wrap .callout .region {
  color: #001275;
}
body .properties .property.light .wrap .callout .type {
  color: #001275;
}
body .articles {
  margin: 0 -8px;
}
@media screen and (max-width: 896px) and (orientation: portrait) {
  body .articles {
    margin: 0;
  }
}
@media screen and (max-width: 896px) and (orientation: portrait) {
  body .articles > .flex {
    display: block;
    flex-wrap: inherit;
  }
}
body .articles article {
  width: calc(33.33% - 16px);
  margin-left: 8px;
  margin-right: 8px;
  margin-bottom: 0;
  background-color: #f2f2f2;
  transition: all 0.2s ease-in;
  cursor: pointer;
  position: relative;
}
@media screen and (max-width: 896px) and (orientation: landscape) {
  body .articles article {
    width: calc(50% - 16px);
  }
}
@media screen and (max-width: 896px) and (orientation: portrait) {
  body .articles article {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-top: 10px;
  }
}
body .articles article:not(:nth-child(-n + 3)) {
  margin-top: 16px;
}
@media screen and (max-width: 896px) and (orientation: landscape) {
  body .articles article:not(:nth-child(-n + 3)) {
    margin-top: 0;
  }
}
@media screen and (max-width: 896px) and (orientation: portrait) {
  body .articles article:not(:nth-child(-n + 3)) {
    margin-top: 10px;
  }
}
@media screen and (max-width: 896px) and (orientation: landscape) {
  body .articles article:not(:nth-child(-n + 2)) {
    margin-top: 16px;
  }
}
@media screen and (max-width: 896px) and (orientation: portrait) {
  body .articles article:first-child {
    margin-top: 0;
  }
}
body .articles article .post-content {
  min-height: 400px;
  padding: 40px 30px 40px;
  position: relative;
  transition: all 0.2s ease-in;
}
@media screen and (max-width: 896px) {
  body .articles article .post-content {
    padding-left: 24px;
    padding-right: 26px;
  }
}
@media screen and (max-width: 896px) and (orientation: landscape) {
  body .articles article .post-content {
    min-height: 322px;
  }
}
body .articles article .post-content .full-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
body .articles article .post-content .post-date {
  margin-bottom: 20px;
  color: #8c8c8c;
  font-size: 13px;
  line-height: 24px;
  font-family: "SequelSans-Regular", sans-serif;
}
body .articles article .post-content .publication {
  margin-top: 18px;
  color: #0456e7;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: -0.015em;
}
body .articles article .post-content h2 {
  font-size: 24px;
  line-height: 32px;
  color: #0456e7;
  letter-spacing: -0.015em;
  font-family: "Domaine Text", serif;
}
@media screen and (max-width: 896px) {
  body .articles article .post-content h2 {
    max-width: inherit;
    font-size: 28px;
    line-height: 34px;
  }
}
body .articles article .post-content h2 a {
  color: #0456e7;
  transition: color 0.2s ease-in;
}
body .articles article .post-content p {
  padding-top: 20px;
  margin-top: auto;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 16px;
}
body .articles article.has-post-thumbnail .background-image {
  position: absolute;
  transition: all 0.2s ease-in;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}
body .articles article.has-post-thumbnail .post-content {
  background-color: rgba(0, 18, 117, 0.75);
}
body .articles article.has-post-thumbnail .post-content .post-date, body .articles article.has-post-thumbnail .post-content .publication {
  color: #ffffff;
}
body .articles article.has-post-thumbnail .post-content h2 {
  color: #ffffff;
}
body .articles article.has-post-thumbnail .post-content h2 a {
  color: #ffffff;
}
body .articles article.has-post-thumbnail .post-content p a {
  color: #ffffff;
}
body .articles article:hover {
  background-color: #ffbf52;
}
body .articles article:hover.has-post-thumbnail .post-content {
  background-color: #ffbf52;
}
body .articles article:hover .post-content .post-date, body .articles article:hover .post-content .publication {
  color: #001275;
}
body .articles article:hover .post-content h2 {
  color: #001275;
}
body .articles article:hover .post-content h2 a {
  color: #001275;
}
body .articles article:hover .post-content p a {
  color: #001275;
}
body .articles article:hover .post-content p a:after {
  opacity: 1;
  width: 100%;
  background: #001275;
}
body .blog-pagination {
  margin-top: 40px;
}
body .blog-pagination .wp-pagenavi {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
body .blog-pagination .wp-pagenavi span {
  font-size: 18px;
  line-height: 24px;
  color: #001275;
  margin: 0 15px;
  font-family: "SequelSans-Medium", sans-serif;
  position: relative;
}
@media screen and (max-width: 896px) {
  body .blog-pagination .wp-pagenavi span {
    margin-bottom: 15px;
  }
}
body .blog-pagination .wp-pagenavi span:after {
  content: "";
  display: block;
  height: 3px;
  width: 100%;
  background-color: #ffbf52;
  position: absolute;
  bottom: -6px;
  left: 0;
  opacity: 1;
  transition: all 0.2s ease-in;
}
body .blog-pagination .wp-pagenavi a.page {
  font-size: 18px;
  line-height: 24px;
  color: #001275;
  margin: 0 15px;
  transition: color 0.2s ease-in;
  font-family: "SequelSans-Medium", sans-serif;
  position: relative;
}
@media screen and (max-width: 896px) {
  body .blog-pagination .wp-pagenavi a.page {
    margin-bottom: 15px;
  }
}
body .blog-pagination .wp-pagenavi a.page:after {
  content: "";
  display: block;
  height: 3px;
  width: 0;
  background-color: #ffbf52;
  position: absolute;
  bottom: -6px;
  left: 0;
  opacity: 0;
  transition: all 0.2s ease-in;
}
body .blog-pagination .wp-pagenavi a.page:hover {
  color: #001275;
}
body .blog-pagination .wp-pagenavi a.page:hover:after {
  width: 100%;
  opacity: 1;
}
body .blog-pagination .wp-pagenavi a.previouspostslink, body .blog-pagination .wp-pagenavi a.nextpostslink {
  display: block;
  text-indent: -9999px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  width: 12px;
  height: 12px;
  opacity: 0.4;
  transition: opacity 0.2s ease-in;
}
@media screen and (max-width: 896px) {
  body .blog-pagination .wp-pagenavi a.previouspostslink, body .blog-pagination .wp-pagenavi a.nextpostslink {
    margin-bottom: 15px;
  }
}
body .blog-pagination .wp-pagenavi a.previouspostslink:hover, body .blog-pagination .wp-pagenavi a.nextpostslink:hover {
  opacity: 1;
}
body .blog-pagination .wp-pagenavi a.previouspostslink {
  margin-right: 15px;
  background-image: url(../images/chevron-left.svg);
}
body .blog-pagination .wp-pagenavi a.nextpostslink {
  margin-left: 15px;
  background-image: url(../images/chevron-right.svg);
}
body section.flexible .block.block-featured-text .wrap .content {
  max-width: 724px;
}
@media screen and (max-width: 896px) {
  body section.flexible .block.block-featured-text .wrap .content {
    max-width: inherit;
  }
}
body section.flexible .block.block-featured-text .wrap .content h2.title {
  color: #0456e7;
  margin-bottom: 25px;
}
@media screen and (max-width: 896px) {
  body section.flexible .block.block-featured-text .wrap .content h2.title {
    font-size: 38px;
    line-height: 40px;
  }
}
body section.flexible .block.block-featured-text .wrap .content p {
  color: #000000;
}
body section.flexible .block.block-images + .block-featured-text, body section.flexible .block.block-video-carousel + .block-featured-text {
  background-color: #efefef;
}
body section.flexible .block.block-tabbed-slides {
  overflow: hidden;
  background-color: #efefef;
}
body section.flexible .block.block-tabbed-slides .title {
  padding-top: 80px;
  padding-bottom: 20px;
  background-color: #ffffff;
}
@media screen and (max-width: 896px) {
  body section.flexible .block.block-tabbed-slides .title {
    padding-top: 40px;
    padding-bottom: 25px;
  }
}
body section.flexible .block.block-tabbed-slides .title h2 {
  color: #0456e7;
}
body section.flexible .block.block-tabbed-slides .tabs {
  background-color: #ffffff;
}
body section.flexible .block.block-tabbed-slides .tabs .wrap ul {
  list-style: none;
  padding-bottom: 20px;
  position: relative;
}
@media screen and (max-width: 896px) {
  body section.flexible .block.block-tabbed-slides .tabs .wrap ul {
    display: block;
    width: 100%;
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 896px) {
  body section.flexible .block.block-tabbed-slides .tabs .wrap ul:after {
    content: "";
    width: 14px;
    height: 14px;
    display: block;
    right: 12px;
    top: 6px;
    position: absolute;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(../images/chevron-bottom-blue.svg);
    background-size: contain;
    transition: transform 0.2s ease-in;
  }
}
body section.flexible .block.block-tabbed-slides .tabs .wrap ul li {
  font-size: 18px;
  line-height: 16px;
  margin: 0;
  cursor: pointer;
}
@media screen and (max-width: 896px) {
  body section.flexible .block.block-tabbed-slides .tabs .wrap ul li {
    display: none;
  }
}
body section.flexible .block.block-tabbed-slides .tabs .wrap ul li:not(:last-child) {
  margin-right: 40px;
}
@media screen and (max-width: 896px) {
  body section.flexible .block.block-tabbed-slides .tabs .wrap ul li:not(:last-child) {
    margin-right: 0;
  }
}
@media screen and (max-width: 896px) {
  body section.flexible .block.block-tabbed-slides .tabs .wrap ul li:not(:first-child) {
    margin-top: 28px;
  }
}
body section.flexible .block.block-tabbed-slides .tabs .wrap ul li a {
  font-size: 18px;
  line-height: 20px;
  display: block;
  font-family: "SequelSans-Medium", sans-serif;
  color: #001275;
}
@media screen and (max-width: 896px) {
  body section.flexible .block.block-tabbed-slides .tabs .wrap ul li a {
    padding-bottom: 3px;
  }
}
body section.flexible .block.block-tabbed-slides .tabs .wrap ul li a:hover:after {
  opacity: 1;
  width: 100%;
}
@media screen and (max-width: 896px) {
  body section.flexible .block.block-tabbed-slides .tabs .wrap ul li.slick-active {
    display: block;
    margin-top: 0;
    pointer-events: none;
  }
}
body section.flexible .block.block-tabbed-slides .tabs .wrap ul li.slick-active a:after {
  opacity: 1;
  width: 100%;
}
@media screen and (max-width: 896px) {
  body section.flexible .block.block-tabbed-slides .tabs .wrap ul.active:after {
    transform: rotate(180deg);
  }
}
@media screen and (max-width: 896px) {
  body section.flexible .block.block-tabbed-slides .tabs .wrap ul.active li {
    display: block;
    margin-top: 0;
  }
}
@media screen and (max-width: 896px) {
  body section.flexible .block.block-tabbed-slides .tabs .wrap ul.active li:not(:first-child) {
    margin-top: 25px;
  }
}
body section.flexible .block.block-tabbed-slides .slide {
  position: relative;
}
body section.flexible .block.block-tabbed-slides .slide > .flex {
  padding-right: 0;
}
@media screen and (max-width: 896px) and (orientation: portrait) {
  body section.flexible .block.block-tabbed-slides .slide > .flex {
    flex-direction: column-reverse;
    padding-right: 24px;
  }
}
body section.flexible .block.block-tabbed-slides .slide .content {
  padding-top: 80px;
  max-width: 620px;
  width: 100%;
}
@media screen and (max-width: 896px) and (orientation: portrait) {
  body section.flexible .block.block-tabbed-slides .slide .content {
    display: block;
    max-width: inherit;
    padding-top: 40px;
  }
}
@media screen and (max-width: 896px) and (orientation: landscape) {
  body section.flexible .block.block-tabbed-slides .slide .content {
    flex: 1;
    max-width: inherit;
  }
}
body section.flexible .block.block-tabbed-slides .slide .content .stats {
  width: 100%;
  padding-bottom: 60px;
  margin-left: -20px;
  margin-right: -20px;
}
@media screen and (max-width: 896px) {
  body section.flexible .block.block-tabbed-slides .slide .content .stats {
    padding-bottom: 40px;
  }
}
body section.flexible .block.block-tabbed-slides .slide .content .stats .stat {
  width: calc(50% - 40px);
  margin: 60px 20px 0;
}
@media screen and (max-width: 896px) {
  body section.flexible .block.block-tabbed-slides .slide .content .stats .stat {
    margin-top: 25px;
  }
}
body section.flexible .block.block-tabbed-slides .slide .content .stats .stat:nth-child(-n + 2) {
  margin-top: 0;
}
body section.flexible .block.block-tabbed-slides .slide .content .stats .stat p.value {
  color: rgba(4, 86, 231, 0.96);
  font-size: 94px;
  line-height: 66px;
  letter-spacing: -0.04em;
}
@media screen and (max-width: 896px) {
  body section.flexible .block.block-tabbed-slides .slide .content .stats .stat p.value {
    font-size: 60px;
    line-height: 72px;
  }
}
body section.flexible .block.block-tabbed-slides .slide .content .stats .stat .description {
  margin-top: 16px;
}
body section.flexible .block.block-tabbed-slides .slide .content .stats .stat .description p {
  font-size: 18px;
  line-height: 26px;
  font-family: "SequelSans-Light", sans-serif;
  color: #000000;
}
@media screen and (max-width: 896px) {
  body section.flexible .block.block-tabbed-slides .slide .content .stats .stat .description p {
    line-height: 24px;
  }
}
body section.flexible .block.block-tabbed-slides .slide .content .copy {
  max-width: 580px;
  padding-bottom: 38px;
}
@media screen and (max-width: 896px) {
  body section.flexible .block.block-tabbed-slides .slide .content .copy {
    max-width: inherit;
  }
}
body section.flexible .block.block-tabbed-slides .slide .content .copy p {
  color: #000000;
}
@media screen and (max-width: 896px) {
  body section.flexible .block.block-tabbed-slides .slide .content .copy p br {
    display: none;
  }
}
body section.flexible .block.block-tabbed-slides .slide .content .copy p a {
  border-bottom: 1px solid;
}
body section.flexible .block.block-tabbed-slides .slide .content .copy p a:hover {
  border-bottom: 1px solid #0456e7;
}
body section.flexible .block.block-tabbed-slides .slide .content .disclaimer {
  padding-bottom: 30px;
  max-width: 580px;
  margin-top: auto;
}
@media screen and (max-width: 896px) {
  body section.flexible .block.block-tabbed-slides .slide .content .disclaimer {
    padding-bottom: 60px;
    max-width: inherit;
  }
}
body section.flexible .block.block-tabbed-slides .slide .content .disclaimer p {
  font-size: 12px;
  line-height: 14px;
  color: #333333;
}
body section.flexible .block.block-tabbed-slides .slide .image {
  flex: 1;
  height: 682px;
  max-width: 626px;
  margin-left: auto;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  margin-right: -40px;
}
@media screen and (max-width: 896px) and (orientation: portrait) {
  body section.flexible .block.block-tabbed-slides .slide .image {
    height: 380px;
    max-width: inherit;
    width: calc(100% + 48px);
    margin-left: -24px;
    margin-right: -24px;
    background-position: 50% 20%;
  }
}
@media screen and (max-width: 896px) and (orientation: landscape) {
  body section.flexible .block.block-tabbed-slides .slide .image {
    margin-right: -24px;
  }
}
body section.flexible .block.block-tabbed-slides .slide .image img {
  width: 100%;
  opacity: 0;
}
@media screen and (max-width: 896px) {
  body section.flexible .block.block-tabbed-slides .slide .image img {
    height: 380px;
  }
}
@media screen and (max-width: 896px) {
  body section.flexible .block.block-tabbed-slides .slides:not(.slick-slider) .slide .content .stats {
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (max-width: 896px) and (max-width: 896px) {
  body section.flexible .block.block-tabbed-slides .slides:not(.slick-slider) .slide .content .stats .stat {
    margin-top: 25px;
    margin-right: 0;
    margin-left: 0;
    width: 50%;
  }
}
@media screen and (max-width: 896px) and (max-width: 896px) {
  body section.flexible .block.block-tabbed-slides .slides:not(.slick-slider) .slide .content .stats .stat:nth-child(-n + 2) {
    margin-top: 0;
  }
}
@media screen and (max-width: 896px) and (max-width: 896px) {
  body section.flexible .block.block-tabbed-slides .slides:not(.slick-slider) .slide .content .stats .stat:first-child {
    margin-top: 0;
  }
}
@media screen and (max-width: 896px) and (max-width: 896px) {
  body section.flexible .block.block-tabbed-slides .slides:not(.slick-slider) .slide .content .stats .stat p.value {
    font-size: 60px;
    line-height: 72px;
  }
}
@media screen and (max-width: 896px) and (max-width: 896px) {
  body section.flexible .block.block-tabbed-slides .slides:not(.slick-slider) .slide .content .stats .stat .description p {
    font-size: 18px;
    line-height: 24px;
    padding-right: 16px;
  }
}
body section.flexible .block.block-text-image .wrap {
  padding-right: 0;
}
@media screen and (max-width: 896px) and (orientation: portrait) {
  body section.flexible .block.block-text-image .wrap {
    flex-direction: column-reverse;
    padding-right: 24px;
  }
}
body section.flexible .block.block-text-image .wrap .content {
  padding-top: 80px;
  max-width: 620px;
  width: 100%;
}
@media screen and (max-width: 896px) and (orientation: portrait) {
  body section.flexible .block.block-text-image .wrap .content {
    display: block;
    max-width: inherit;
    padding-top: 40px;
  }
}
@media screen and (max-width: 896px) and (orientation: landscape) {
  body section.flexible .block.block-text-image .wrap .content {
    flex: 1;
    max-width: inherit;
  }
}
body section.flexible .block.block-text-image .wrap .content .title {
  margin-bottom: 40px;
}
@media screen and (max-width: 896px) {
  body section.flexible .block.block-text-image .wrap .content .title {
    margin-bottom: 25px;
  }
}
body section.flexible .block.block-text-image .wrap .content .title h2 {
  color: #0456e7;
}
body section.flexible .block.block-text-image .wrap .content .copy {
  max-width: 580px;
  padding-bottom: 38px;
}
@media screen and (max-width: 896px) {
  body section.flexible .block.block-text-image .wrap .content .copy {
    max-width: inherit;
  }
}
body section.flexible .block.block-text-image .wrap .content .copy p {
  color: #000000;
}
@media screen and (max-width: 896px) {
  body section.flexible .block.block-text-image .wrap .content .copy p br {
    display: none;
  }
}
body section.flexible .block.block-text-image .wrap .content .copy p a {
  border-bottom: 1px solid;
}
body section.flexible .block.block-text-image .wrap .content .copy p a:hover {
  border-bottom: 1px solid #0456e7;
}
body section.flexible .block.block-text-image .wrap .image {
  flex: 1;
  height: 682px;
  max-width: 626px;
  margin-left: auto;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  margin-right: -40px;
}
@media screen and (max-width: 896px) and (orientation: portrait) {
  body section.flexible .block.block-text-image .wrap .image {
    height: 380px;
    max-width: inherit;
    width: calc(100% + 48px);
    margin-left: -24px;
    margin-right: -24px;
  }
}
@media screen and (max-width: 896px) and (orientation: landscape) {
  body section.flexible .block.block-text-image .wrap .image {
    margin-right: -24px;
  }
}
body section.flexible .block.block-text-image .wrap .image img {
  width: 100%;
  opacity: 0;
}
@media screen and (max-width: 896px) {
  body section.flexible .block.block-text-image .wrap .image img {
    height: 380px;
    object-fit: cover;
  }
}
body section.flexible .block.block-text-image.bg-white {
  background-color: #ffffff;
}
body section.flexible .block.block-text-image.bg-grey {
  background-color: #efefef;
}
body section.flexible .block.block-quotes {
  overflow: hidden;
  background-color: #efefef;
}
@media screen and (max-width: 896px) and (orientation: portrait) {
  body section.flexible .block.block-quotes {
    padding-bottom: 40px;
  }
}
body section.flexible .block.block-quotes .quotes {
  position: relative;
}
body section.flexible .block.block-quotes .quotes .slick-list {
  overflow: visible;
}
body section.flexible .block.block-quotes .quotes .quote {
  opacity: 0;
  transition: 0.2s opacity ease-in;
}
@media screen and (max-width: 896px) and (orientation: portrait) {
  body section.flexible .block.block-quotes .quotes .quote > .flex {
    flex-direction: column-reverse;
  }
}
body section.flexible .block.block-quotes .quotes .quote.slick-active {
  opacity: 1;
}
body section.flexible .block.block-quotes .quotes .quote .content {
  padding-top: 80px;
  max-width: 598px;
  width: 100%;
}
@media screen and (max-width: 896px) and (orientation: landscape) {
  body section.flexible .block.block-quotes .quotes .quote .content {
    max-width: 358px;
  }
}
@media screen and (max-width: 896px) and (orientation: portrait) {
  body section.flexible .block.block-quotes .quotes .quote .content {
    padding-top: 40px;
    max-width: inherit;
  }
}
body section.flexible .block.block-quotes .quotes .quote .content blockquote {
  padding-bottom: 60px;
  position: relative;
}
@media screen and (max-width: 896px) and (orientation: portrait) {
  body section.flexible .block.block-quotes .quotes .quote .content blockquote {
    padding-bottom: 48px;
  }
}
body section.flexible .block.block-quotes .quotes .quote .content blockquote p {
  color: #0456e7;
  font-size: 38px;
  line-height: 44px;
}
@media screen and (max-width: 896px) {
  body section.flexible .block.block-quotes .quotes .quote .content blockquote p {
    font-size: 26px;
    line-height: 28px;
  }
}
body section.flexible .block.block-quotes .quotes .quote .content blockquote p:before {
  content: "“";
  display: block;
  position: absolute;
  left: -22px;
  top: -3px;
}
@media screen and (max-width: 896px) and (orientation: portrait) {
  body section.flexible .block.block-quotes .quotes .quote .content blockquote p:before {
    font-size: 26px;
    line-height: 52px;
    left: -12px;
    top: -12px;
  }
}
body section.flexible .block.block-quotes .quotes .quote .content blockquote p:after {
  content: "”";
  display: inline;
  padding-left: 4px;
}
@media screen and (max-width: 896px) and (orientation: portrait) {
  body section.flexible .block.block-quotes .quotes .quote .content blockquote p:after {
    font-size: 26px;
    line-height: 52px;
  }
}
body section.flexible .block.block-quotes .quotes .quote .content .quote-author span {
  font-size: 18px;
  line-height: 26px;
  display: block;
}
body section.flexible .block.block-quotes .quotes .quote .content .quote-author span.author {
  font-family: "SequelSans-Medium", sans-serif;
}
body section.flexible .block.block-quotes .quotes .quote .image {
  flex: 1;
  height: 100%;
  max-width: 586px;
  margin-left: auto;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
@media screen and (max-width: 896px) and (orientation: portrait) {
  body section.flexible .block.block-quotes .quotes .quote .image {
    max-width: inherit;
    margin-left: -24px;
    margin-right: -24px;
    width: calc(100% + 48px);
    flex: inherit;
  }
}
body section.flexible .block.block-quotes .quotes .quote .image img {
  height: 620px;
  width: 100%;
  opacity: 0;
}
@media screen and (max-width: 896px) and (orientation: portrait) {
  body section.flexible .block.block-quotes .quotes .quote .image img {
    height: 380px;
  }
}
body section.flexible .block.block-quotes .quotes .slick-dots {
  bottom: 60px;
  left: 54px;
  position: absolute;
  margin: 0;
  list-style: none;
}
@media screen and (max-width: 896px) and (orientation: portrait) {
  body section.flexible .block.block-quotes .quotes .slick-dots {
    position: relative;
    left: inherit;
    bottom: inherit;
    margin-top: 40px;
  }
}
body section.flexible .block.block-quotes .quotes .slick-dots li {
  display: inline-block;
  margin: 0 10px 0 0;
}
body section.flexible .block.block-quotes .quotes .slick-dots li:last-child {
  margin-right: 0;
}
body section.flexible .block.block-quotes .quotes .slick-dots li button {
  -webkit-appearance: none;
  border: 0;
  border-radius: 10px;
  width: 10px;
  height: 10px;
  display: block;
  padding: 0;
  margin: 0;
  background-color: rgba(243, 100, 78, 0.25);
  text-indent: -9999px;
}
body section.flexible .block.block-quotes .quotes .slick-dots li:hover button, body section.flexible .block.block-quotes .quotes .slick-dots li.slick-active button {
  background-color: #F3644e;
}
body section.flexible .block.block-two-columns .wrap .content h2 {
  color: #0456e7;
  margin-bottom: 24px;
}
@media screen and (max-width: 896px) {
  body section.flexible .block.block-two-columns .wrap .content h2 {
    font-size: 38px;
    line-height: 40px;
    margin-bottom: 36px;
  }
}
body section.flexible .block.block-two-columns .wrap .content .values {
  max-width: 1037px;
}
@media screen and (max-width: 896px) {
  body section.flexible .block.block-two-columns .wrap .content .values {
    max-width: inherit;
    display: block;
  }
}
body section.flexible .block.block-two-columns .wrap .content .values .value {
  max-width: 404px;
  margin-top: 60px;
}
@media screen and (max-width: 896px) {
  body section.flexible .block.block-two-columns .wrap .content .values .value {
    max-width: inherit;
    margin-top: 25px;
  }
}
body section.flexible .block.block-two-columns .wrap .content .values .value:nth-child(-n + 2) {
  margin-top: 0;
}
@media screen and (max-width: 896px) {
  body section.flexible .block.block-two-columns .wrap .content .values .value:nth-child(-n + 2) {
    margin-top: 25px;
  }
}
@media screen and (max-width: 896px) {
  body section.flexible .block.block-two-columns .wrap .content .values .value:first-child {
    margin-top: 0;
  }
}
body section.flexible .block.block-two-columns .wrap .content .values .value p.h3 {
  color: #0456e7;
  margin-bottom: 10px;
}
@media screen and (max-width: 896px) {
  body section.flexible .block.block-two-columns .wrap .content .values .value p.h3 {
    margin-bottom: 13px;
    font-size: 26px;
    line-height: 28px;
  }
}
body section.flexible .block.block-images .gallery {
  position: relative;
  margin-bottom: 0;
}
body section.flexible .block.block-images .gallery .slick-list {
  height: auto !important;
}
body section.flexible .block.block-images .gallery .slide {
  position: relative;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
body section.flexible .block.block-images .gallery .slide img {
  width: 100%;
  opacity: 0;
}
@media screen and (max-width: 896px) and (orientation: portrait) {
  body section.flexible .block.block-images .gallery .slide img {
    height: 380px;
  }
}
body section.flexible .block.block-images .gallery .slide .caption {
  font-size: 12px;
  line-height: 14px;
  letter-spacing: -0.05em;
  color: #001275;
  width: 100%;
  padding: 10px 12px;
  background-color: #ffffff;
}
body section.flexible .block.block-images .gallery .slick-dots {
  bottom: 40px;
  left: 60px;
  position: absolute;
  margin: 0;
  list-style: none;
}
@media screen and (max-width: 896px) {
  body section.flexible .block.block-images .gallery .slick-dots {
    bottom: 30px;
    left: 24px;
  }
}
body section.flexible .block.block-images .gallery .slick-dots li {
  display: inline-block;
  margin: 0 10px 0 0;
}
body section.flexible .block.block-images .gallery .slick-dots li:last-child {
  margin-right: 0;
}
body section.flexible .block.block-images .gallery .slick-dots li button {
  -webkit-appearance: none;
  border: 0;
  border-radius: 10px;
  width: 10px;
  height: 10px;
  display: block;
  padding: 0;
  margin: 0;
  background-color: rgba(255, 255, 255, 0.6);
  text-indent: -9999px;
}
body section.flexible .block.block-images .gallery .slick-dots li:hover button, body section.flexible .block.block-images .gallery .slick-dots li.slick-active button {
  background-color: #ffffff;
}
body section.flexible .block.block-images-grid .grid {
  padding-top: 64px;
  padding-bottom: 80px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 50px 20px;
}
@media screen and (max-width: 896px) {
  body section.flexible .block.block-images-grid .grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 896px) {
  body section.flexible .block.block-images-grid .grid {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
body section.flexible .block.block-images-grid .grid .image p.caption {
  margin-top: 16px;
  color: #737373;
  padding-right: 40px;
  font-size: 16px;
  line-height: 24px;
}
@media screen and (max-width: 896px) {
  body section.flexible .block.block-images-grid .grid .image p.caption {
    padding-right: 0;
  }
}
body section.flexible .block.block-images-grid .grid .image:not(.has-caption) .image img {
  margin: 0 auto;
}
body section.flexible .block.block-images-grid.bg-white {
  background-color: #ffffff;
}
body section.flexible .block.block-images-grid.bg-grey {
  background-color: #efefef;
}
body section.flexible .block.block-image-callout {
  overflow: hidden;
}
body section.flexible .block.block-image-callout .background-image {
  height: 713px;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 896px) {
  body section.flexible .block.block-image-callout .background-image {
    height: auto;
    background: none !important;
  }
}
body section.flexible .block.block-image-callout .background-image img {
  display: none;
}
@media screen and (max-width: 896px) {
  body section.flexible .block.block-image-callout .background-image img {
    display: block;
  }
}
body section.flexible .block.block-image-callout .background-image .callout-wrap {
  height: 100%;
}
@media screen and (max-width: 896px) {
  body section.flexible .block.block-image-callout .background-image .callout-wrap {
    height: auto;
  }
}
body section.flexible .block.block-image-callout .background-image .callout-wrap .callout {
  background-color: #F3644e;
  width: 100%;
  max-width: 570px;
  padding: 80px 60px 100px 0;
  position: relative;
}
@media screen and (max-width: 896px) {
  body section.flexible .block.block-image-callout .background-image .callout-wrap .callout {
    max-width: inherit;
    padding: 60px 26px 60px 24px;
    margin-left: -24px;
    margin-right: -24px;
    width: calc(100% + 48px);
  }
}
body section.flexible .block.block-image-callout .background-image .callout-wrap .callout:before {
  content: "";
  display: block;
  left: -1000%;
  width: 1000%;
  height: 100%;
  position: absolute;
  top: 0;
  background-color: #F3644e;
}
@media screen and (max-width: 896px) {
  body section.flexible .block.block-image-callout .background-image .callout-wrap .callout:before {
    display: none;
  }
}
body section.flexible .block.block-image-callout .background-image .callout-wrap .callout .eyebrow {
  color: #ffffff;
  margin-bottom: 10px;
}
@media screen and (max-width: 896px) {
  body section.flexible .block.block-image-callout .background-image .callout-wrap .callout .eyebrow {
    margin-bottom: 7px;
  }
}
body section.flexible .block.block-image-callout .background-image .callout-wrap .callout h2 {
  color: #ffffff;
  margin-bottom: 25px;
}
@media screen and (max-width: 896px) {
  body section.flexible .block.block-image-callout .background-image .callout-wrap .callout h2 {
    margin-bottom: 36px;
  }
}
body section.flexible .block.block-image-callout .background-image .callout-wrap .callout .copy p {
  color: #ffffff;
}
body section.flexible .block.block-image-callout .background-image .callout-wrap .callout a {
  color: #ffffff;
  margin-top: 40px;
  font-family: "SequelSans-Medium", sans-serif;
  font-size: 18px;
  line-height: 20px;
  display: inline-block;
}
body section.flexible .block.block-image-callout .background-image .callout-wrap .callout a:hover:after {
  opacity: 1;
  width: 100%;
}
body section.flexible .block.block-video-carousel {
  position: relative;
  overflow: hidden;
  padding-bottom: 40px;
}
body section.flexible .block.block-video-carousel .slick-list {
  padding: 0 !important;
}
body section.flexible .block.block-video-carousel .slick-dots-wrap {
  position: relative;
}
body section.flexible .block.block-video-carousel .slick-dots-wrap .slick-dots {
  width: 100%;
  margin-top: 16px;
  list-style: none;
  text-align: center;
}
body section.flexible .block.block-video-carousel .slick-dots-wrap .slick-dots li {
  display: inline-block;
  margin: 0 12px 0 0;
}
body section.flexible .block.block-video-carousel .slick-dots-wrap .slick-dots li:last-child {
  margin-right: 0;
}
body section.flexible .block.block-video-carousel .slick-dots-wrap .slick-dots li button {
  -webkit-appearance: none;
  border: 0;
  border-radius: 10px;
  width: 10px;
  height: 10px;
  display: block;
  padding: 0;
  margin: 0;
  background-color: rgba(243, 100, 78, 0.25);
  transition: 0.2s ease-in background-color;
  text-indent: -9999px;
}
body section.flexible .block.block-video-carousel .slick-dots-wrap .slick-dots li:hover button, body section.flexible .block.block-video-carousel .slick-dots-wrap .slick-dots li.slick-active button {
  background-color: #F3644e;
}
@media screen and (min-width: 1024px) {
  body section.flexible .block.block-video-carousel .videos-carousel {
    margin: 0 -8px;
  }
}
@media screen and (min-width: 1024px) {
  body section.flexible .block.block-video-carousel .video-slide {
    padding: 0 8px;
  }
}
body section.flexible .block.block-video-carousel .video-slide:not(.slick-current) {
  cursor: default;
  pointer-events: none;
}
body section.flexible .block.block-video-carousel .video-slide.slick-current .background-image .video {
  opacity: 1;
  transition-delay: 1s;
}
body section.flexible .block.block-video-carousel .video-slide.slick-current .background-image .video .play-video {
  background-image: url(../images/play-white-border.svg);
}
body section.flexible .block.block-video-carousel .video-slide.slick-current .background-image .video .play-video:not(.pause) {
  background-image: url(../images/pause-white-border.svg);
}
body section.flexible .block.block-video-carousel .video-slide.slick-current .background-image .image {
  opacity: 0;
  transition-delay: 1s;
}
@media screen and (min-width: 896px) {
  body section.flexible .block.block-video-carousel .background-image {
    padding-bottom: 56.25%;
    overflow: hidden;
    max-width: 100%;
    height: auto;
    position: relative;
  }
}
body section.flexible .block.block-video-carousel .background-image .video {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: all 0.6s ease-in;
  transition-delay: 0.6s;
  cursor: pointer;
  z-index: 10;
}
@media screen and (max-width: 896px) {
  body section.flexible .block.block-video-carousel .background-image .video {
    padding-bottom: 56.25%;
    overflow: hidden;
    max-width: 100%;
    height: auto;
    position: relative;
  }
}
body section.flexible .block.block-video-carousel .background-image .video .play-video {
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 10;
  cursor: pointer;
  background-repeat: no-repeat;
  background-size: 24px;
  background-position: calc(100% - 16px) calc(100% - 16px);
}
body section.flexible .block.block-video-carousel .background-image .video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
body section.flexible .block.block-video-carousel .background-image .image {
  position: absolute;
  z-index: 0;
  top: -1px;
  left: 0;
  height: calc(100% + 2px);
  width: 100%;
  transition: 0.6s ease-in all;
  transition-delay: 0.8s;
}
@media screen and (max-width: 896px) {
  body section.flexible .block.block-video-carousel .background-image .image {
    padding-bottom: 56.25%;
    overflow: hidden;
    max-width: 100%;
    height: auto;
    position: absolute;
    top: 0;
  }
}
body section.flexible .block.block-video-carousel .background-image .image img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 896px) {
  body section.flexible .block.block-video-carousel .background-image .image img {
    position: absolute;
  }
}
@media screen and (max-width: 896px) {
  body section.flexible .block.block-video-carousel .background-image .image:before {
    content: "";
    display: block;
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(../images/play.svg);
    width: 48px;
    height: 40px;
    bottom: 24px;
    left: 24px;
    position: absolute;
    z-index: 100;
  }
}
@media screen and (min-width: 896px) {
  body section.flexible .block.block-video-carousel.short .background-image {
    padding-bottom: 33.33%;
  }
}
body section.flexible .block.block-video-carousel.short .background-image .callout {
  width: 570px;
}
body section.flexible .block.block-video-banner {
  position: relative;
  overflow: hidden;
  background-color: #000000;
}
body section.flexible .block.block-video-banner:before {
  content: "";
  cursor: pointer;
  display: block;
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../images/play.svg);
  width: 64px;
  height: 56px;
  bottom: 60px;
  right: 40px;
  position: absolute;
  z-index: 100;
  pointer-events: none;
  transition: opacity 0.2s ease-in;
}
@media screen and (max-width: 896px) {
  body section.flexible .block.block-video-banner:before {
    display: none;
  }
}
body section.flexible .block.block-video-banner.active:before {
  opacity: 0;
}
body section.flexible .block.block-video-banner.active .background-image .video {
  opacity: 1;
  transition-delay: 2.4s;
}
body section.flexible .block.block-video-banner.active .background-image .video .play-video {
  width: 24px;
  height: 24px;
  right: 16px;
  top: 16px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%;
  background-image: url(../images/close-white.svg);
}
body section.flexible .block.block-video-banner.active .background-image .image {
  opacity: 0;
  transition-delay: 1.8s;
}
@media screen and (min-width: 896px) {
  body section.flexible .block.block-video-banner.active .background-image .callout-wrap .callout {
    transform: translateX(-1000px);
    transition-delay: 0s;
  }
}
@media screen and (min-width: 896px) {
  body section.flexible .block.block-video-banner .background-image {
    padding-bottom: 56.25%;
    overflow: hidden;
    max-width: 100%;
    height: auto;
    position: relative;
  }
}
body section.flexible .block.block-video-banner .background-image .video {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: all 0.6s ease-in;
  transition-delay: 0.6s;
  cursor: pointer;
  z-index: 10;
}
@media screen and (max-width: 896px) {
  body section.flexible .block.block-video-banner .background-image .video {
    padding-bottom: 56.25%;
    overflow: hidden;
    max-width: 100%;
    height: auto;
    position: relative;
  }
}
body section.flexible .block.block-video-banner .background-image .video .play-video {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 10;
  cursor: pointer;
}
body section.flexible .block.block-video-banner .background-image .video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
body section.flexible .block.block-video-banner .background-image .image {
  position: absolute;
  z-index: 0;
  top: -1px;
  left: 0;
  height: calc(100% + 2px);
  width: 100%;
  transition: 0.6s ease-in all;
  transition-delay: 0.8s;
}
@media screen and (max-width: 896px) {
  body section.flexible .block.block-video-banner .background-image .image {
    padding-bottom: 56.25%;
    overflow: hidden;
    max-width: 100%;
    height: auto;
    position: absolute;
    top: 0;
  }
}
body section.flexible .block.block-video-banner .background-image .image img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 896px) {
  body section.flexible .block.block-video-banner .background-image .image img {
    position: absolute;
  }
}
@media screen and (max-width: 896px) {
  body section.flexible .block.block-video-banner .background-image .image:before {
    content: "";
    display: block;
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(../images/play.svg);
    width: 48px;
    height: 40px;
    bottom: 24px;
    left: 24px;
    position: absolute;
    z-index: 100;
  }
}
body section.flexible .block.block-video-banner .background-image .callout-wrap {
  height: 100%;
  position: absolute;
}
@media screen and (max-width: 896px) {
  body section.flexible .block.block-video-banner .background-image .callout-wrap {
    height: auto;
    position: relative;
  }
}
body section.flexible .block.block-video-banner .background-image .callout-wrap .callout {
  width: 100%;
  max-width: 570px;
  padding: 80px 60px 100px 0;
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 896px) {
  body section.flexible .block.block-video-banner .background-image .callout-wrap .callout {
    transition: transform 0.4s ease-in;
    transition-delay: 1s;
  }
}
@media screen and (max-width: 896px) {
  body section.flexible .block.block-video-banner .background-image .callout-wrap .callout {
    max-width: inherit;
    padding: 60px 26px 60px 24px;
    margin-left: -24px;
    margin-right: -24px;
    width: calc(100% + 48px);
  }
}
body section.flexible .block.block-video-banner .background-image .callout-wrap .callout:before {
  content: "";
  display: block;
  left: -1000%;
  width: 1000%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media screen and (max-width: 896px) {
  body section.flexible .block.block-video-banner .background-image .callout-wrap .callout:before {
    display: none;
  }
}
body section.flexible .block.block-video-banner .background-image .callout-wrap .callout .eyebrow {
  color: #ffffff;
  margin-bottom: 10px;
}
@media screen and (max-width: 896px) {
  body section.flexible .block.block-video-banner .background-image .callout-wrap .callout .eyebrow {
    margin-bottom: 7px;
  }
}
body section.flexible .block.block-video-banner .background-image .callout-wrap .callout h2 {
  color: #ffffff;
  margin-bottom: 25px;
}
@media screen and (max-width: 896px) {
  body section.flexible .block.block-video-banner .background-image .callout-wrap .callout h2 {
    margin-bottom: 36px;
  }
}
body section.flexible .block.block-video-banner .background-image .callout-wrap .callout .copy p {
  color: #ffffff;
}
body section.flexible .block.block-video-banner .background-image .callout-wrap .callout a {
  color: #ffffff;
  margin-top: 40px;
  font-family: "SequelSans-Medium", sans-serif;
  font-size: 18px;
  line-height: 20px;
  display: inline-block;
}
body section.flexible .block.block-video-banner .background-image .callout-wrap .callout a:hover:after {
  opacity: 1;
  width: 100%;
}
body section.flexible .block.block-video-banner .background-image .callout-wrap .callout.yellow {
  background-color: #ffbf52;
}
body section.flexible .block.block-video-banner .background-image .callout-wrap .callout.yellow:before {
  background-color: #ffbf52;
}
body section.flexible .block.block-video-banner .background-image .callout-wrap .callout.yellow .eyebrow, body section.flexible .block.block-video-banner .background-image .callout-wrap .callout.yellow h2, body section.flexible .block.block-video-banner .background-image .callout-wrap .callout.yellow .copy p, body section.flexible .block.block-video-banner .background-image .callout-wrap .callout.yellow a {
  color: #001275;
}
body section.flexible .block.block-video-banner .background-image .callout-wrap .callout.yellow a.border-anim:hover:after {
  background-color: #001275;
}
body section.flexible .block.block-video-banner .background-image .callout-wrap .callout.red {
  background-color: #F3644e;
}
body section.flexible .block.block-video-banner .background-image .callout-wrap .callout.red:before {
  background-color: #F3644e;
}
body section.flexible .block.block-video-banner .background-image .callout-wrap .callout.dark-blue {
  background-color: #001275;
}
body section.flexible .block.block-video-banner .background-image .callout-wrap .callout.dark-blue:before {
  background-color: #001275;
}
body section.flexible .block.block-video-banner .background-image .callout-wrap .callout.blue {
  background-color: #0456e7;
}
body section.flexible .block.block-video-banner .background-image .callout-wrap .callout.blue:before {
  background-color: #0456e7;
}
@media screen and (min-width: 896px) {
  body section.flexible .block.block-video-banner.short .background-image {
    padding-bottom: 33.33%;
  }
  body section.flexible .block.block-video-banner.short .background-image .callout {
    width: 570px;
  }
}
body #footnotes .wrap {
  padding-bottom: 60px;
}
body #footnotes .wrap .drawer-title {
  cursor: pointer;
  padding-top: 40px;
  border-top: 1px solid #bfbfbf;
}
@media screen and (max-width: 896px) {
  body #footnotes .wrap .drawer-title {
    padding-top: 25px;
  }
}
body #footnotes .wrap .drawer-title p.h2 {
  font-size: 20px;
  line-height: 20px;
  font-family: "SequelSans-Semi", sans-serif;
  letter-spacing: -0.02em;
  color: #001275;
}
@media screen and (max-width: 896px) {
  body #footnotes .wrap .drawer-title p.h2 {
    font-size: 16px;
  }
}
body #footnotes .wrap .drawer-title span {
  width: 12px;
  height: 12px;
  cursor: pointer;
  background-image: url("../images/drawer-toggle-closed.svg");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  transition: 0.5s;
  display: block;
  margin-left: 10px;
  margin-top: 3px;
}
body #footnotes .wrap .drawer-title span:hover {
  transform: rotate(180deg);
}
body #footnotes .wrap .drawer-title:hover span {
  transform: rotate(180deg);
}
body #footnotes .wrap .drawer-title.active span {
  background-image: url("../images/drawer-toggle-open.svg");
}
body #footnotes .wrap .drawer-title.active span:hover {
  transform: rotate(0deg);
}
body #footnotes .wrap .footnotes-wrap {
  display: none;
  transition: 0.5s;
}
body #footnotes .wrap .footnotes-wrap p {
  padding-left: 25px;
}
body #footnotes .wrap .footnotes-wrap.visible {
  display: block;
  padding-top: 25px;
}
body #footnotes .wrap .footnotes-wrap p, body #footnotes .wrap .disclaimer-wrap p {
  font-size: 13px;
  line-height: 20px;
  position: relative;
}
body #footnotes .wrap .footnotes-wrap p:not(:last-child), body #footnotes .wrap .disclaimer-wrap p:not(:last-child) {
  margin-bottom: 10px;
}
body #footnotes .wrap .footnotes-wrap p span.footnote, body #footnotes .wrap .disclaimer-wrap p span.footnote {
  display: block;
  width: 25px;
  position: absolute;
  left: 0;
}
body #footnotes .wrap .footnotes-wrap p span.footnote a, body #footnotes .wrap .disclaimer-wrap p span.footnote a {
  color: #0456e7;
}
body #footnotes .wrap .footnotes-wrap p .jump-up, body #footnotes .wrap .disclaimer-wrap p .jump-up {
  margin-left: 5px;
  color: #0456e7;
}
body #footnotes .wrap .footnotes-wrap p .jump-up:hover, body #footnotes .wrap .disclaimer-wrap p .jump-up:hover {
  color: #0456e7;
}
body #footnotes .wrap .footnotes-wrap p.active, body #footnotes .wrap .disclaimer-wrap p.active {
  background: #f2f2f2;
  transition: 1s;
}
body #footnotes .wrap.active .wrap .drawer-title {
  border-bottom: 0;
}
body #footnotes.bg-white {
  background-color: #ffffff;
}
body #footnotes.bg-white .wrap:has(> .disclaimer-wrap) {
  padding-top: 60px;
}
body #footnotes.bg-grey {
  background-color: #efefef;
}
body #footnotes.bg-grey .wrap:has(> .disclaimer-wrap) {
  padding-bottom: 30px;
}
body .select2-container .select2-dropdown .select2-search {
  display: none;
}
body .select2-container .select2-results {
  -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.0015);
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.0015);
}
body .select2-container .select2-results .select2-results__options li {
  font-size: 18px;
  line-height: 24px;
  color: #000000;
  padding-left: 12px;
  margin: 0;
}
@media screen and (max-width: 896px) {
  body .select2-container .select2-results .select2-results__options li {
    font-size: 18px;
  }
}
body .select2-container .select2-results .select2-results__options li:hover {
  color: #ffffff;
  background-color: #0456e7;
}
body .select2-container .select2-results .select2-results__options li[aria-selected="true"] {
  color: #0456e7;
  background-color: transparent;
}
body .select2-container .select2-results .select2-results__options li.select2-results__option--highlighted {
  color: #ffffff;
  background-color: #0456e7;
}
/* ------------------------ */
/********** Header **********/
/* ------------------------ */
header.site-header {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 999;
  transition: top 0.4s ease-in-out;
}
@media screen and (min-width: 1440px) {
  header.site-header {
    position: inherit;
    top: inherit;
    left: inherit;
  }
}
header.site-header .wrap {
  padding-top: 40px;
  padding-bottom: 25px;
  position: relative;
  z-index: 1000;
  transition: all 0.4s ease-in-out, background-color 0.2s ease-in;
}
@media screen and (min-width: 1440px) {
  header.site-header .wrap {
    width: 100%;
    position: absolute;
    max-width: 1440px;
  }
}
@media screen and (max-width: 1024px) {
  header.site-header .wrap {
    padding-top: 36px;
    align-items: center;
  }
}
header.site-header .wrap .site-branding {
  margin-right: auto;
}
header.site-header .wrap .site-branding a {
  display: block;
}
header.site-header .wrap .site-branding img {
  height: 29px;
  max-width: 257px;
}
header.site-header .wrap .site-branding img.light {
  display: none;
}
@media screen and (max-width: 1024px) {
  header.site-header .wrap .site-branding img {
    height: 22px;
    max-width: 196px;
  }
}
header.site-header .wrap .main-navigation {
  float: none;
  width: auto;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  header.site-header .wrap .main-navigation {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 9999;
    background-color: #0456e7;
    padding: 240px 24px 60px;
  }
}
@media screen and (max-width: 896px) and (orientation: landscape) {
  header.site-header .wrap .main-navigation {
    height: auto;
    padding-top: 100px;
    padding-bottom: 40px;
  }
}
header.site-header .wrap .main-navigation #primary-menu {
  display: flex;
}
@media screen and (max-width: 1024px) {
  header.site-header .wrap .main-navigation #primary-menu {
    display: block;
  }
}
header.site-header .wrap .main-navigation #primary-menu li {
  float: none;
  display: block;
  margin: 0;
}
header.site-header .wrap .main-navigation #primary-menu li:not(:last-child) {
  margin-right: 20px;
}
@media screen and (max-width: 1024px) {
  header.site-header .wrap .main-navigation #primary-menu li:not(:last-child) {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
header.site-header .wrap .main-navigation #primary-menu li a {
  color: #001275;
  font-size: 15px;
  line-height: 16px;
  letter-spacing: -0.05em;
  position: relative;
}
@media screen and (max-width: 1024px) {
  header.site-header .wrap .main-navigation #primary-menu li a {
    color: #ffffff;
    font-size: 20px;
    line-height: 20px;
  }
}
header.site-header .wrap .main-navigation #primary-menu li a:after {
  content: "";
  height: 2px;
  width: 0;
  background-color: #ffbf52;
  position: absolute;
  bottom: -3px;
  left: 0;
  opacity: 0;
  transition: all 0.2s ease-in;
}
@media screen and (max-width: 1024px) {
  header.site-header .wrap .main-navigation #primary-menu li a:after {
    display: none;
  }
}
header.site-header .wrap .main-navigation #primary-menu li a:hover:after {
  opacity: 1;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  header.site-header .wrap .main-navigation #primary-menu li a:hover:after {
    display: none;
  }
}
header.site-header .wrap .menu-search {
  max-width: 656px;
  width: 100%;
  display: none;
  position: absolute;
  right: 100px;
}
@media screen and (max-width: 1024px) {
  header.site-header .wrap .menu-search {
    display: none;
    max-width: inherit;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10000;
    right: 0;
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 140px;
  }
}
@media screen and (max-width: 896px) and (orientation: landscape) {
  header.site-header .wrap .menu-search {
    max-width: 340px;
    position: relative;
    padding-top: 0;
  }
}
header.site-header .wrap .menu-search form ul li {
  margin: 0;
  padding: 0;
}
header.site-header .wrap .menu-search form ul li:not(.sf-field-search) {
  display: none;
}
header.site-header .wrap .menu-search form ul li.sf-field-search label {
  width: 100%;
}
header.site-header .wrap .menu-search form ul li.sf-field-search input {
  display: block;
  -webkit-appearance: none;
  border: 0;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 16px auto;
  background-position: 0 calc(50% - 5px);
  background-image: url(../images/search.svg);
  border-radius: 0;
  outline: none;
  padding: 0;
  font-size: 18px;
  line-height: 20px;
  letter-spacing: -0.005em;
  color: #001275;
  font-family: "SequelSans-Regular", sans-serif;
  border-bottom: 1px solid #001275;
  padding-bottom: 12px;
  padding-left: 30px;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  header.site-header .wrap .menu-search form ul li.sf-field-search input {
    color: #ffffff;
    background-image: url(../images/search-white.svg);
    padding-left: 0;
    background-position: 100% calc(50% - 5px);
    border-bottom: 1px solid #ffffff;
  }
}
header.site-header .wrap .menu-search form ul li.sf-field-search input:placeholder-shown {
  color: #001275;
}
@media screen and (max-width: 1024px) {
  header.site-header .wrap .menu-search form ul li.sf-field-search input:placeholder-shown {
    color: #ffffff;
  }
}
header.site-header .wrap .menu-search form ul li.sf-field-search input::placeholder {
  color: #001275;
}
@media screen and (max-width: 1024px) {
  header.site-header .wrap .menu-search form ul li.sf-field-search input::placeholder {
    color: #ffffff;
  }
}
header.site-header .wrap .menu-actions button.search {
  display: block;
  text-indent: -9999px;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%;
  background-image: url(../images/search.svg);
  -webkit-appearance: none;
  border: 0;
  background-color: transparent;
  border-radius: 0;
  outline: none;
  padding: 0;
  margin: 0 0 0 20px;
}
@media screen and (max-width: 1024px) {
  header.site-header .wrap .menu-actions button.search {
    display: none;
  }
}
header.site-header .wrap .menu-actions button.menu {
  display: none;
  text-indent: -9999px;
  width: 35px;
  height: 35px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%;
  background-image: url(../images/menu.svg);
  -webkit-appearance: none;
  border: 0;
  background-color: transparent;
  border-radius: 0;
  outline: none;
  padding: 0;
  margin: 0 0 0 20px;
}
@media screen and (max-width: 1024px) {
  header.site-header .wrap .menu-actions button.menu {
    display: block;
  }
}
header.site-header .wrap .menu-actions a {
  color: #001275;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: -0.05em;
  font-family: "SequelSans-Medium", sans-serif;
  margin-left: 20px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  header.site-header .wrap .menu-actions a {
    display: none;
  }
}
header.site-header .wrap .menu-actions a:after {
  content: "";
  height: 1px;
  width: 0;
  background-color: #001275;
  position: absolute;
  bottom: -3px;
  left: 0;
  opacity: 0;
  transition: all 0.2s ease-in;
}
header.site-header .wrap .menu-actions a:hover:after {
  opacity: 1;
  width: 100%;
}
body.nav-toggled {
  overflow: hidden;
}
@media screen and (max-width: 896px) and (orientation: landscape) {
  body.nav-toggled header.site-header {
    height: 100vh;
    overflow: scroll;
    background-color: #0456e7;
  }
}
body.nav-toggled header.site-header .wrap .site-branding {
  z-index: 10001;
}
@media screen and (max-width: 1024px) {
  body.nav-toggled header.site-header .wrap .site-branding img.dark {
    display: none;
  }
}
body.nav-toggled header.site-header .wrap .site-branding img.light {
  display: block;
}
body.nav-toggled header.site-header .wrap .main-navigation {
  top: 0;
  opacity: 1;
  display: block;
}
body.nav-toggled header.site-header .wrap .menu-search {
  display: block;
}
body.nav-toggled header.site-header .wrap .menu-actions {
  z-index: 10000;
}
body.nav-toggled header.site-header .wrap .menu-actions button.menu {
  background-image: url(../images/close-white.svg);
  background-size: 22px;
}
body.search-toggled header.site-header .wrap .main-navigation {
  display: none;
}
body.search-toggled header.site-header .wrap .menu-search {
  display: block;
}
body.search-toggled header.site-header .wrap .menu-actions button.search {
  width: 28px;
  height: 28px;
  margin: 0 0 0 38px;
  background-image: url(../images/close.svg);
}
body.search-toggled header.site-header .wrap .menu-actions a {
  display: none;
}
@media screen and (min-width: 1024px) {
  body.header-scrolled header.site-header .wrap {
    background-color: #ffffff;
    position: fixed;
    top: -200px;
    width: 100%;
    max-width: inherit;
    padding-bottom: 35px;
  }
}
@media screen and (min-width: 1440px) {
  body.header-scrolled header.site-header .wrap {
    max-width: 1440px;
  }
}
@media screen and (min-width: 1024px) {
  body.header-fixed header.site-header .wrap {
    top: 0;
  }
}
/* ------------------------ */
/*********** Home ***********/
/* ------------------------ */
.home {
  overflow-x: hidden;
}
@media screen and (max-width: 896px) and (orientation: landscape) {
  .home {
    overflow: auto;
  }
}
.home #home-hero {
  position: relative;
  overflow: hidden;
}
.home #home-hero .image {
  width: 100%;
}
@media screen and (max-width: 896px) and (orientation: portrait) {
  .home #home-hero .image {
    display: none;
  }
}
.home #home-hero .image-mobile {
  width: 100%;
  display: none;
}
@media screen and (max-width: 896px) and (orientation: portrait) {
  .home #home-hero .image-mobile {
    display: block;
  }
}
@media screen and (max-width: 896px) {
  .home #home-hero .callout-wrap {
    padding-left: 0;
    padding-right: 0;
  }
}
.home #home-hero .callout-wrap .callout {
  background-color: #0456e7;
  width: 100%;
  max-width: 666px;
  margin-left: -70px;
  padding: 50px 70px 54px;
  position: absolute;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
}
@media screen and (max-width: 896px) {
  .home #home-hero .callout-wrap .callout {
    padding-bottom: 120px;
    padding-left: 24px;
    padding-right: 24px;
    margin-left: 0;
    max-width: inherit;
    visibility: visible;
    opacity: 1;
    width: calc(100% - 26px);
  }
}
@media screen and (max-width: 896px) and (orientation: landscape) {
  .home #home-hero .callout-wrap .callout {
    padding-bottom: 54px;
  }
}
.home #home-hero .callout-wrap .callout .callout-before {
  width: 1000%;
  height: 100%;
  position: absolute;
  top: 0;
  left: calc(-1000% + 2px);
  background-color: #0456e7;
}
@media screen and (max-width: 896px) {
  .home #home-hero .callout-wrap .callout .callout-before {
    display: none;
  }
}
.home #home-hero .callout-wrap .callout h1 {
  color: #ffffff;
}
.home #home-hero .callout-wrap .callout a {
  color: #ffffff;
  margin-top: 50px;
  font-family: "SequelSans-Medium", sans-serif;
  font-size: 18px;
  line-height: 20px;
  display: inline-block;
}
.home #home-hero .callout-wrap .callout a:hover:after {
  opacity: 1;
  width: 100%;
}
.home #home-banner {
  z-index: 998;
  background: #ffffff;
  position: relative;
  padding-top: 94px;
}
@media screen and (max-width: 896px) {
  .home #home-banner {
    padding-top: 60px;
  }
}
@media screen and (max-width: 896px) {
  .home #home-banner .wrap {
    flex-direction: column-reverse;
  }
}
.home #home-banner .wrap .content {
  flex: 1;
  padding-right: 80px;
}
@media screen and (max-width: 896px) {
  .home #home-banner .wrap .content {
    flex: inherit;
    padding-right: 0;
    padding-top: 50px;
  }
}
.home #home-banner .wrap .content h2 {
  font-size: 64px;
  line-height: 68px;
  margin-bottom: 18px;
  color: #0456e7;
}
@media screen and (max-width: 896px) {
  .home #home-banner .wrap .content h2 {
    font-size: 36px;
    line-height: 40px;
    margin-bottom: 26px;
  }
}
.home #home-banner .wrap .content a {
  color: #001275;
  margin-top: 40px;
  font-family: "SequelSans-Medium", sans-serif;
  font-size: 18px;
  line-height: 20px;
  display: inline-block;
}
.home #home-banner .wrap .content a:hover:after {
  opacity: 1;
  width: 100%;
}
.home #home-banner .wrap .image {
  width: 100%;
  max-width: 588px;
}
@media screen and (max-width: 896px) {
  .home #home-banner .wrap .image {
    max-width: inherit;
    visibility: inherit !important;
    transform: inherit !important;
  }
}
.home .flexible {
  padding-bottom: 80px;
}
@media screen and (max-width: 896px) {
  .home .flexible {
    padding-bottom: 60px;
  }
}
.home #featured-properties .wrap {
  padding-left: 54px;
  padding-right: 62px;
}
@media screen and (max-width: 896px) {
  .home #featured-properties .wrap {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media screen and (max-width: 896px) {
  .home #featured-properties .wrap .title {
    display: block;
    padding-bottom: 42px;
  }
}
.home #featured-properties .wrap .title h3 {
  color: #0456e7;
  margin-bottom: 24px;
  display: block;
}
@media screen and (max-width: 896px) {
  .home #featured-properties .wrap .title h3 {
    font-size: 46px;
    line-height: 50px;
    margin-bottom: 30px;
  }
}
.home #featured-properties .wrap .title a {
  margin-left: auto;
  color: #001275;
  font-size: 18px;
  line-height: 20px;
  font-family: "SequelSans-Medium", sans-serif;
}
@media screen and (max-width: 896px) {
  .home #featured-properties .wrap .title a {
    margin-left: inherit;
  }
}
.home #featured-properties .wrap .title a:hover:after {
  opacity: 1;
  width: 100%;
}
.home #featured-properties .properties {
  margin: 0;
}
.home #featured-properties .properties .property {
  width: 100%;
  margin: 0;
  height: 390px;
  overflow: hidden;
}
@media screen and (max-width: 896px) and (orientation: portrait) {
  .home #featured-properties .properties .property {
    height: 496px;
  }
}
.home #featured-properties .properties .property .wrap .callout {
  width: 100%;
  max-width: 570px;
  padding: 46px 90px 40px 58px;
  margin-left: -58px;
  opacity: 1;
}
@media screen and (max-width: 896px) and (orientation: portrait) {
  .home #featured-properties .properties .property .wrap .callout {
    height: 256px;
    margin-left: -24px;
    margin-right: -24px;
    max-width: inherit;
    padding: 40px 64px 63px 22px;
    width: calc(100% + 48px);
  }
}
.home #featured-properties .properties .property .wrap .callout .callout-before {
  width: 1000%;
  height: 100%;
  position: absolute;
  top: 0;
  left: calc(-1000% + 2px);
}
@media screen and (max-width: 896px) {
  .home #featured-properties .properties .property .wrap .callout .callout-before {
    display: none;
  }
}
.home #featured-properties .slick-dots-wrap {
  position: relative;
}
.home #featured-properties .slick-dots-wrap .slick-dots {
  width: 100%;
  max-width: 170px;
  list-style: none;
  padding: 0 30px 40px 0;
  margin-left: 342px;
  text-align: right;
  position: absolute;
  bottom: 0;
}
@media screen and (max-width: 896px) and (orientation: portrait) {
  .home #featured-properties .slick-dots-wrap .slick-dots {
    width: auto;
    max-width: inherit;
    margin-left: 0;
    padding: 0 42px 56px 0;
    right: 0;
  }
}
.home #featured-properties .slick-dots-wrap .slick-dots li {
  display: inline-block;
  margin: 0 10px 0 0;
}
.home #featured-properties .slick-dots-wrap .slick-dots li:last-child {
  margin-right: 0;
}
.home #featured-properties .slick-dots-wrap .slick-dots li button {
  -webkit-appearance: none;
  border: 0;
  border-radius: 10px;
  width: 10px;
  height: 10px;
  display: block;
  padding: 0;
  margin: 0;
  background-color: rgba(255, 255, 255, 0.25);
  text-indent: -9999px;
}
.home #featured-properties .slick-dots-wrap .slick-dots li:hover button, .home #featured-properties .slick-dots-wrap .slick-dots li.slick-active button {
  background-color: #ffffff;
}
.home #related-news {
  padding-bottom: 64px;
}
@media screen and (max-width: 896px) {
  .home #related-news {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 896px) {
  .home #related-news .wrap .articles {
    margin-left: -24px;
    margin-right: -24px;
    width: calc(100% + 48px);
  }
}
.home #related-news .wrap .articles article {
  background-color: #001275;
  width: calc(29% - 16px);
}
@media screen and (max-width: 896px) {
  .home #related-news .wrap .articles article {
    width: 100%;
    margin: 0;
  }
}
.home #related-news .wrap .articles article:first-child {
  width: calc(42% - 16px);
}
@media screen and (max-width: 896px) {
  .home #related-news .wrap .articles article:first-child {
    width: 100%;
  }
}
.home #related-news .wrap .articles article:first-child .post-content h2 {
  font-size: 32px;
  line-height: 34px;
}
@media screen and (max-width: 896px) {
  .home #related-news .wrap .articles article:first-child .post-content h2 {
    font-size: 28px;
  }
}
@media screen and (max-width: 896px) {
  .home #related-news .wrap .articles article .post-content {
    min-height: 496px;
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 896px) and (orientation: landscape) {
  .home #related-news .wrap .articles article .post-content {
    min-height: 322px;
    padding-bottom: 40px;
  }
}
.home #related-news .wrap .articles article .post-content .post-date, .home #related-news .wrap .articles article .post-content .publication {
  color: #ffffff;
}
.home #related-news .wrap .articles article .post-content h2 {
  color: #ffffff;
}
.home #related-news .wrap .articles article .post-content h2 a {
  color: #ffffff;
}
.home #related-news .wrap .articles article .post-content p a {
  color: #ffffff;
}
.home #related-news .wrap .articles article:hover {
  background-color: #ffbf52;
}
.home #related-news .wrap .articles article:hover.has-post-thumbnail .post-content {
  background-color: #ffbf52;
}
.home #related-news .wrap .articles article:hover .post-content .post-date, .home #related-news .wrap .articles article:hover .post-content .publication {
  color: #001275;
}
.home #related-news .wrap .articles article:hover .post-content h2 {
  color: #001275;
}
.home #related-news .wrap .articles article:hover .post-content h2 a {
  color: #001275;
}
.home #related-news .wrap .articles article:hover .post-content p a {
  color: #001275;
}
.home #related-news .wrap .articles article:hover .post-content p a:after {
  opacity: 1;
  width: 100%;
  background: #001275;
}
.home #related-news .wrap .articles .slick-dots {
  display: none;
  bottom: 53px;
  right: 42px;
  position: absolute;
  margin: 0;
  list-style: none;
}
@media screen and (max-width: 896px) {
  .home #related-news .wrap .articles .slick-dots {
    display: block;
  }
}
.home #related-news .wrap .articles .slick-dots li {
  display: inline-block;
  margin: 0 10px 0 0;
}
.home #related-news .wrap .articles .slick-dots li:last-child {
  margin-right: 0;
}
.home #related-news .wrap .articles .slick-dots li button {
  -webkit-appearance: none;
  border: 0;
  border-radius: 10px;
  width: 10px;
  height: 10px;
  display: block;
  padding: 0;
  margin: 0;
  background-color: rgba(255, 255, 255, 0.5);
  text-indent: -9999px;
}
.home #related-news .wrap .articles .slick-dots li:hover button, .home #related-news .wrap .articles .slick-dots li.slick-active button {
  background-color: #ffffff;
}
/* ------------------------ */
/*********** Team ***********/
/* ------------------------ */
.post-type-archive-member #main {
  overflow: hidden;
}
.post-type-archive-member #search-members {
  background-color: #001275;
  padding-top: 50px;
  padding-bottom: 50px;
}
@media screen and (max-width: 896px) {
  .post-type-archive-member #search-members {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.post-type-archive-member #search-members #show-mobile-filters {
  display: none;
  font-size: 18px;
  line-height: 34px;
  color: #ffffff;
  font-family: "SequelSans-Semi", sans-serif;
}
@media screen and (max-width: 896px) {
  .post-type-archive-member #search-members #show-mobile-filters {
    display: flex;
  }
}
.post-type-archive-member #search-members #show-mobile-filters span {
  display: block;
  text-indent: -9999px;
  width: 17px;
  height: 17px;
  margin-left: auto;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%;
  background-image: url(../images/plus-white.svg);
  transition: transform 0.2s ease-in;
}
@media screen and (max-width: 896px) {
  .post-type-archive-member #search-members form {
    display: none;
    position: relative;
  }
}
.post-type-archive-member #search-members form > ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 896px) {
  .post-type-archive-member #search-members form > ul {
    display: block;
  }
}
.post-type-archive-member #search-members form > ul li {
  margin: 0;
  padding: 0;
}
.post-type-archive-member #search-members form > ul li.sf-field-search {
  background-color: transparent;
  position: relative;
  margin-bottom: 30px;
  flex: 1 0 100%;
}
@media screen and (max-width: 896px) {
  .post-type-archive-member #search-members form > ul li.sf-field-search {
    margin-bottom: 40px;
  }
}
.post-type-archive-member #search-members form > ul li.sf-field-search h4 {
  display: none;
}
.post-type-archive-member #search-members form > ul li.sf-field-search label {
  display: block;
  background-repeat: no-repeat;
  background-size: 30px auto;
  background-position: 100% calc(100% - 15px);
  background-image: url(../images/search-white.svg);
}
@media screen and (max-width: 896px) {
  .post-type-archive-member #search-members form > ul li.sf-field-search label {
    background-size: 22px auto;
  }
}
.post-type-archive-member #search-members form > ul li.sf-field-search label input {
  display: block;
  width: 100%;
  color: #ffffff;
  font-size: 24px;
  line-height: 34px;
  padding-bottom: 18px;
  border: 0;
  margin: 0;
  outline: none;
  border-radius: 0;
  background: transparent;
  font-family: "SequelSans-Regular", sans-serif;
  border-bottom: 1px solid #ffffff;
}
@media screen and (max-width: 896px) {
  .post-type-archive-member #search-members form > ul li.sf-field-search label input {
    font-size: 18px;
    line-height: 18px;
  }
}
.post-type-archive-member #search-members form > ul li.sf-field-search label input:active, .post-type-archive-member #search-members form > ul li.sf-field-search label input:focus {
  color: #ffffff;
}
.post-type-archive-member #search-members form > ul li.sf-field-search label input::placeholder {
  color: #ffffff;
}
.post-type-archive-member #search-members form > ul li.sf-field-taxonomy-member_location, .post-type-archive-member #search-members form > ul li.sf-field-taxonomy-member_role, .post-type-archive-member #search-members form > ul li.sf-field-taxonomy-member_department {
  width: calc(50% - 17px);
}
@media screen and (max-width: 896px) {
  .post-type-archive-member #search-members form > ul li.sf-field-taxonomy-member_location, .post-type-archive-member #search-members form > ul li.sf-field-taxonomy-member_role, .post-type-archive-member #search-members form > ul li.sf-field-taxonomy-member_department {
    width: auto;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 896px) {
  .post-type-archive-member #search-members form > ul li.sf-field-taxonomy-member_location.sf-field-taxonomy-member_department, .post-type-archive-member #search-members form > ul li.sf-field-taxonomy-member_role.sf-field-taxonomy-member_department, .post-type-archive-member #search-members form > ul li.sf-field-taxonomy-member_department.sf-field-taxonomy-member_department {
    margin-bottom: 0;
  }
}
.post-type-archive-member #search-members form > ul li.sf-field-taxonomy-member_location label, .post-type-archive-member #search-members form > ul li.sf-field-taxonomy-member_role label, .post-type-archive-member #search-members form > ul li.sf-field-taxonomy-member_department label {
  display: block;
  background-repeat: no-repeat;
  background-size: 14px auto;
  background-position: 100% 50%;
  background-image: url(../images/chevron-bottom-white.svg);
}
.post-type-archive-member #search-members form > ul li.sf-field-taxonomy-member_location label select, .post-type-archive-member #search-members form > ul li.sf-field-taxonomy-member_role label select, .post-type-archive-member #search-members form > ul li.sf-field-taxonomy-member_department label select {
  -webkit-appearance: none;
  min-width: inherit;
  display: block;
  width: 100%;
  color: #ffffff;
  font-size: 24px;
  line-height: 34px;
  padding-bottom: 6px;
  border: 0;
  margin: 0;
  outline: none;
  border-radius: 0;
  background: transparent;
  font-family: "SequelSans-Regular", sans-serif;
  border-bottom: 1px solid #ffffff;
}
@media screen and (max-width: 896px) {
  .post-type-archive-member #search-members form > ul li.sf-field-taxonomy-member_location label select, .post-type-archive-member #search-members form > ul li.sf-field-taxonomy-member_role label select, .post-type-archive-member #search-members form > ul li.sf-field-taxonomy-member_department label select {
    font-size: 18px;
    pointer-events: none;
    display: none;
  }
}
.post-type-archive-member #search-members form > ul li.sf-field-taxonomy-member_location label select option, .post-type-archive-member #search-members form > ul li.sf-field-taxonomy-member_role label select option, .post-type-archive-member #search-members form > ul li.sf-field-taxonomy-member_department label select option {
  color: #000000;
}
.post-type-archive-member #search-members form > ul li .chosen-container {
  width: 100% !important;
}
.post-type-archive-member #search-members form > ul li .chosen-container a.chosen-single {
  background: transparent;
  font-size: 24px;
  line-height: 34px;
  border-radius: 0;
  outline: none;
  margin: 0;
  border: 0;
  padding: 0 0 6px;
  font-family: "SequelSans-Regular", sans-serif;
  box-shadow: none;
  cursor: pointer;
  color: #ffffff;
  border-bottom: 1px solid #fff !important;
}
@media screen and (max-width: 896px) {
  .post-type-archive-member #search-members form > ul li .chosen-container a.chosen-single {
    font-size: 18px;
  }
}
.post-type-archive-member #search-members form > ul li .chosen-container a.chosen-single span {
  color: #ffffff;
}
.post-type-archive-member #search-members form > ul li .chosen-container a.chosen-single div {
  display: none;
}
.post-type-archive-member #search-members form > ul li .chosen-container .chosen-drop .chosen-search {
  display: none;
}
.post-type-archive-member #search-members form > ul li .chosen-container .chosen-drop ul {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  margin-top: 4px;
}
.post-type-archive-member #search-members form > ul li .chosen-container .chosen-drop ul li {
  font-size: 18px;
  line-height: 24px;
  color: #000000;
  padding: 2px 0 2px 12px;
}
@media screen and (max-width: 896px) {
  .post-type-archive-member #search-members form > ul li .chosen-container .chosen-drop ul li {
    font-size: 18px;
  }
}
.post-type-archive-member #search-members form > ul li .chosen-container .chosen-drop ul li:hover {
  color: #ffffff;
}
.post-type-archive-member #search-members form > ul li .chosen-container .chosen-drop ul li.sf-item-0 {
  display: none;
}
.post-type-archive-member #search-members form > ul li .chosen-container .chosen-drop ul li.highlighted {
  color: #ffffff !important;
}
.post-type-archive-member #search-members form > ul li .chosen-container .chosen-drop ul li.sf-option-active {
  color: #0456e7;
}
.post-type-archive-member #search-members form > ul li .chosen-container ul.chosen-choices {
  padding: 0 0 6px;
  border-bottom: 1px solid #ffffff !important;
  border: 0;
  background: transparent;
  cursor: pointer;
}
.post-type-archive-member #search-members form > ul li .chosen-container ul.chosen-choices li.search-field .chosen-search-input {
  border: 0;
  background: transparent;
  cursor: pointer;
  font-size: 24px;
  line-height: 34px;
  border-radius: 0;
  outline: none;
  margin: 0;
  border: 0;
  padding: 0;
  font-family: "SequelSans-Regular", sans-serif;
  box-shadow: none;
  cursor: pointer;
  color: #ffffff;
}
.post-type-archive-member #search-members form > ul li .chosen-container ul.chosen-choices li.search-choice {
  border: 0;
  background: transparent;
  border-radius: 0;
  box-shadow: none;
  font-size: 24px;
  line-height: 34px;
  font-family: "SequelSans-Regular", sans-serif;
  padding: 0 10px 0 0;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 896px) {
  .post-type-archive-member #search-members form > ul li .chosen-container ul.chosen-choices li.search-choice {
    font-size: 18px;
  }
}
.post-type-archive-member #search-members form > ul li .chosen-container ul.chosen-choices li.search-choice span {
  color: #ffffff;
}
.post-type-archive-member #search-members form > ul li .chosen-container ul.chosen-choices li.search-choice .search-choice-close {
  position: inherit;
  top: inherit;
  right: inherit;
  margin-left: 6px;
  margin-top: 5px;
}
.post-type-archive-member #search-members form > ul li .chosen-container ul.chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px 1px;
}
.post-type-archive-member #search-members form > ul li .chosen-container.chosen-container-active .chosen-choices {
  box-shadow: none;
}
.post-type-archive-member #search-members form > ul li .chosen-container.chosen-container-active .chosen-choices li.search-field input {
  color: #ffffff !important;
}
.post-type-archive-member #search-members form > ul li .select2-container {
  width: 100% !important;
}
.post-type-archive-member #search-members form > ul li .select2-container .selection .select2-selection {
  background: transparent;
  font-size: 24px;
  line-height: 34px;
  border-radius: 0;
  outline: none;
  margin: 0;
  border: 0;
  padding: 0 0 6px;
  font-family: "SequelSans-Regular", sans-serif;
  box-shadow: none;
  cursor: pointer;
  color: #ffffff;
  border-bottom: 1px solid #fff !important;
}
@media screen and (max-width: 896px) {
  .post-type-archive-member #search-members form > ul li .select2-container .selection .select2-selection {
    font-size: 18px;
  }
}
.post-type-archive-member #search-members form > ul li .select2-container .selection .select2-selection ul {
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}
@media screen and (max-width: 896px) {
  .post-type-archive-member #search-members form > ul li .select2-container .selection .select2-selection ul {
    pointer-events: none;
  }
}
.post-type-archive-member #search-members form > ul li .select2-container .selection .select2-selection ul li.select2-search input {
  font-family: "SequelSans-Regular", sans-serif;
  font-size: 24px;
  line-height: 34px;
  color: #ffffff;
  border: 0;
  background: transparent;
  cursor: pointer;
  border-radius: 0;
  outline: none;
  margin: 0;
  border: 0;
  padding: 0;
  box-shadow: none;
  cursor: pointer;
}
.post-type-archive-member #search-members form > ul li .select2-container .selection .select2-selection ul li.select2-search input::placeholder {
  color: #ffffff;
}
@media screen and (max-width: 896px) {
  .post-type-archive-member #search-members form > ul li .select2-container .selection .select2-selection ul li.select2-search input {
    font-size: 18px;
  }
}
.post-type-archive-member #search-members form > ul li .select2-container .selection .select2-selection ul li.select2-search input:placeholder-shown {
  width: 100% !important;
}
@media screen and (max-width: 896px) {
  .post-type-archive-member #search-members form > ul li .select2-container .selection .select2-selection ul li.select2-search input:not(:placeholder-shown) {
    display: none;
  }
}
.post-type-archive-member #search-members form > ul li .select2-container .selection .select2-selection ul li.select2-selection__choice {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  border: 0;
  background: transparent;
  border-radius: 0;
  box-shadow: none;
  font-size: 24px;
  line-height: 34px;
  font-family: "SequelSans-Regular", sans-serif;
  position: relative;
  margin-right: 25px;
}
@media screen and (max-width: 896px) {
  .post-type-archive-member #search-members form > ul li .select2-container .selection .select2-selection ul li.select2-selection__choice {
    font-size: 18px;
    pointer-events: none;
  }
}
.post-type-archive-member #search-members form > ul li .select2-container .selection .select2-selection ul li.select2-selection__choice span {
  margin-right: 0;
  color: rgba(255, 255, 255, 0.5);
  position: absolute;
  right: -26px;
  width: 20px;
  font-size: 24px;
}
@media screen and (max-width: 896px) {
  .post-type-archive-member #search-members form > ul li .select2-container .selection .select2-selection ul li.select2-selection__choice span {
    pointer-events: auto;
  }
}
.post-type-archive-member #search-members form > ul li .select2-container .selection .select2-selection ul li.select2-selection__choice span:hover {
  color: rgba(255, 255, 255, 0.4);
}
.post-type-archive-member #search-members form > ul li.sf-field-post-meta-is-leadership {
  margin-top: 60px;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #ffffff;
  flex: 1 0 100%;
  position: relative;
}
@media screen and (max-width: 896px) {
  .post-type-archive-member #search-members form > ul li.sf-field-post-meta-is-leadership {
    flex: inherit;
    margin-top: 40px;
    padding-bottom: 0;
  }
}
.post-type-archive-member #search-members form > ul li.sf-field-post-meta-is-leadership:before {
  content: "";
  left: -1000%;
  width: 1000%;
  top: 0;
  height: 100%;
  background-color: #ffffff;
  position: absolute;
}
.post-type-archive-member #search-members form > ul li.sf-field-post-meta-is-leadership:after {
  content: "";
  right: -1000%;
  width: 1000%;
  top: 0;
  height: 100%;
  background-color: #ffffff;
  position: absolute;
}
.post-type-archive-member #search-members form > ul li.sf-field-post-meta-is-leadership ul {
  display: flex;
}
.post-type-archive-member #search-members form > ul li.sf-field-post-meta-is-leadership ul:before {
  content: "View:";
  display: block;
  font-size: 18px;
  line-height: 16px;
  color: #001275;
  font-family: "SequelSans-Medium", sans-serif;
  margin-right: 40px;
}
@media screen and (max-width: 896px) {
  .post-type-archive-member #search-members form > ul li.sf-field-post-meta-is-leadership ul:before {
    display: none;
  }
}
.post-type-archive-member #search-members form > ul li.sf-field-post-meta-is-leadership ul li:not(:last-child) {
  margin-right: 40px;
}
.post-type-archive-member #search-members form > ul li.sf-field-post-meta-is-leadership ul li input {
  display: none;
}
.post-type-archive-member #search-members form > ul li.sf-field-post-meta-is-leadership ul li label {
  display: block;
  padding-left: 0;
  font-size: 18px;
  line-height: 20px;
  color: #001275;
  font-family: "SequelSans-Medium", sans-serif;
  cursor: pointer;
  position: relative;
}
@media screen and (max-width: 896px) {
  .post-type-archive-member #search-members form > ul li.sf-field-post-meta-is-leadership ul li label {
    font-size: 16px;
  }
}
.post-type-archive-member #search-members form > ul li.sf-field-post-meta-is-leadership ul li label:after {
  content: "";
  height: 3px;
  display: block;
  width: 0;
  background-color: #ffbf52;
  position: absolute;
  bottom: -6px;
  left: 0;
  opacity: 0;
  transition: all 0.2s ease-in;
}
.post-type-archive-member #search-members form > ul li.sf-field-post-meta-is-leadership ul li label:hover:after {
  opacity: 1;
  width: 100%;
}
.post-type-archive-member #search-members form > ul li.sf-field-post-meta-is-leadership ul li.sf-option-active label:after {
  opacity: 1;
  width: 100%;
}
.post-type-archive-member #search-members form > ul li.sf-field-reset {
  display: flex;
  justify-content: flex-end;
  margin-top: 20px;
}
@media screen and (max-width: 896px) {
  .post-type-archive-member #search-members form > ul li.sf-field-reset {
    padding-right: 0;
  }
}
.post-type-archive-member #search-members form > ul li.sf-field-reset a {
  color: #bfbfbf;
  font-size: 14px;
  line-height: 20px;
  display: inline-block;
  text-align: right;
}
.post-type-archive-member #search-members form > ul li.sf-field-reset a:hover {
  color: #ffbf52;
}
@media screen and (max-width: 896px) {
  .post-type-archive-member #search-members.active #show-mobile-filters {
    padding-bottom: 30px;
  }
  .post-type-archive-member #search-members.active #show-mobile-filters span {
    background-image: url(../images/minus-white.svg);
  }
  .post-type-archive-member #search-members.active form {
    display: block;
  }
}
@media screen and (max-width: 896px) {
  .post-type-archive-member #search-members.fixed {
    top: 0;
    left: 0;
    position: fixed;
    width: 100%;
    z-index: 9998;
  }
}
.post-type-archive-member #search-members.fixed form > ul li.sf-field-post-meta-is-leadership {
  padding-bottom: 30px;
}
@media screen and (max-width: 896px) {
  .post-type-archive-member.search-fixed section.members {
    margin-top: 40px;
  }
}
.post-type-archive-member section.members ul#team-members-grid {
  margin: 0 -15px;
  list-style: none;
}
@media screen and (max-width: 896px) and (orientation: portrait) {
  .post-type-archive-member section.members ul#team-members-grid {
    margin: 0;
    display: block;
  }
}
.post-type-archive-member section.members ul#team-members-grid li {
  width: calc(25% - 30px);
  margin: 0 15px;
  position: relative;
  margin-top: 60px;
}
@media screen and (max-width: 896px) and (orientation: landscape) {
  .post-type-archive-member section.members ul#team-members-grid li {
    width: calc(33.33% - 30px);
  }
}
@media screen and (max-width: 896px) and (orientation: portrait) {
  .post-type-archive-member section.members ul#team-members-grid li {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }
}
.post-type-archive-member section.members ul#team-members-grid li:nth-child(-n + 4) {
  margin-top: 0;
}
@media screen and (max-width: 896px) and (orientation: landscape) {
  .post-type-archive-member section.members ul#team-members-grid li:nth-child(-n + 4) {
    margin-top: 60px;
  }
}
@media screen and (max-width: 896px) and (orientation: portrait) {
  .post-type-archive-member section.members ul#team-members-grid li:nth-child(-n + 4) {
    margin-top: 60px;
  }
}
@media screen and (max-width: 896px) and (orientation: landscape) {
  .post-type-archive-member section.members ul#team-members-grid li:nth-child(-n + 3) {
    margin-top: 0;
  }
}
@media screen and (max-width: 896px) and (orientation: portrait) {
  .post-type-archive-member section.members ul#team-members-grid li:first-child {
    margin-top: 0;
  }
}
.post-type-archive-member section.members ul#team-members-grid li .image {
  display: block;
  margin-bottom: 25px;
}
@media screen and (max-width: 896px) {
  .post-type-archive-member section.members ul#team-members-grid li .image.desktop {
    display: none;
  }
}
.post-type-archive-member section.members ul#team-members-grid li .image.mobile {
  display: none;
}
@media screen and (max-width: 896px) {
  .post-type-archive-member section.members ul#team-members-grid li .image.mobile {
    display: block;
  }
}
.post-type-archive-member section.members ul#team-members-grid li .image img {
  width: 100%;
}
.post-type-archive-member section.members ul#team-members-grid li h2 {
  font-size: 26px;
  line-height: 32px;
  letter-spacing: -0.015em;
  font-family: "Domaine Text", serif;
  display: block;
  color: #0456e7;
}
@media screen and (max-width: 896px) {
  .post-type-archive-member section.members ul#team-members-grid li h2.desktop {
    display: none;
  }
}
.post-type-archive-member section.members ul#team-members-grid li h2.mobile {
  display: none;
}
@media screen and (max-width: 896px) {
  .post-type-archive-member section.members ul#team-members-grid li h2.mobile {
    display: block;
  }
}
.post-type-archive-member section.members ul#team-members-grid li h2 a {
  color: #0456e7;
}
.post-type-archive-member section.members ul#team-members-grid li p.role {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: -0.015em;
  display: block;
}
.post-type-archive-member section.members ul#team-members-grid li .modal-window {
  position: fixed;
  background-color: rgba(209, 209, 209, 0.9);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s;
}
.post-type-archive-member section.members ul#team-members-grid li .modal-window > div {
  width: 100%;
  max-width: 1095px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 50px 50px 0 56px;
  background-color: #ffffff;
  display: none;
}
.post-type-archive-member section.members ul#team-members-grid li .modal-window > div h2 {
  font-size: 42px;
  line-height: 52px;
  letter-spacing: -0.015em;
  display: block;
  color: #0456e7;
}
.post-type-archive-member section.members ul#team-members-grid li .modal-window > div h2 a {
  color: #0456e7;
}
.post-type-archive-member section.members ul#team-members-grid li .modal-window > div .modal-close {
  color: #001275;
  margin-left: auto;
  font-size: 18px;
  line-height: 20px;
  font-family: "SequelSans-Medium", sans-serif;
  position: relative;
}
.post-type-archive-member section.members ul#team-members-grid li .modal-window > div .modal-close:after {
  content: "";
  height: 3px;
  display: block;
  width: 0;
  background-color: #ffbf52;
  position: absolute;
  bottom: -6px;
  left: 0;
  opacity: 0;
  transition: all 0.2s ease-in;
}
.post-type-archive-member section.members ul#team-members-grid li .modal-window > div .modal-close:hover:after {
  opacity: 1;
  width: 100%;
}
.post-type-archive-member section.members ul#team-members-grid li .modal-window > div .modal-close span {
  display: block;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(../images/arrow-left-blue.svg);
  background-size: contain;
  margin-right: 10px;
  width: 13px;
  height: 13px;
}
.post-type-archive-member section.members ul#team-members-grid li .modal-window > div p.role {
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -0.015em;
  display: block;
  font-family: "SequelSans-Medium", sans-serif;
}
.post-type-archive-member section.members ul#team-members-grid li .modal-window > div .content {
  flex: 1;
  padding-right: 60px;
  margin-top: 26px;
}
.post-type-archive-member section.members ul#team-members-grid li .modal-window > div .content p {
  font-size: 18px;
  line-height: 26px;
}
.post-type-archive-member section.members ul#team-members-grid li .modal-window > div img {
  max-width: 508px;
  margin-right: -50px;
  width: calc(100% + 50px);
  margin-top: 26px;
}
.post-type-archive-member section.members ul#team-members-grid li.active .modal-window {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}
.post-type-archive-member section.members ul#team-members-grid li.active .modal-window > div {
  display: block;
}
/* --------------------------------- */
/*********** Single Member ***********/
/* --------------------------------- */
.single-member section.member {
  padding-top: 150px;
}
@media screen and (max-width: 896px) {
  .single-member section.member {
    padding-top: 146px;
    padding-bottom: 60px;
  }
}
.single-member section.member .wrap .title {
  margin-bottom: 28px;
}
@media screen and (max-width: 896px) {
  .single-member section.member .wrap .title {
    margin-bottom: 40px;
  }
}
.single-member section.member .wrap .title h1 {
  color: #0456e7;
}
.single-member section.member .wrap .title p.role {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: -0.015em;
  display: block;
  font-family: "SequelSans-Medium", sans-serif;
}
@media screen and (max-width: 896px) {
  .single-member section.member .wrap > .flex {
    flex-direction: column-reverse;
  }
}
.single-member section.member .wrap .content {
  flex: 1;
  padding-top: 78px;
  padding-right: 60px;
  padding-bottom: 40px;
}
@media screen and (max-width: 896px) {
  .single-member section.member .wrap .content {
    flex: inherit;
    padding-top: 40px;
    padding-right: 0;
    padding-bottom: 0;
  }
}
.single-member section.member .wrap .image {
  width: 100%;
  max-width: 780px;
  flex: 1;
}
@media screen and (max-width: 896px) {
  .single-member section.member .wrap .image {
    max-width: inherit;
    margin-left: -24px;
    margin-right: -24px;
    width: calc(100% + 48px);
  }
}
.single-member section.member .wrap .image img {
  width: 100%;
}
/* ------------------------------ */
/*********** Properties ***********/
/* ------------------------------ */
.post-type-archive-property #main {
  overflow: hidden;
}
.post-type-archive-property #search-properties {
  background-color: #001275;
  padding-top: 50px;
  padding-bottom: 60px;
}
@media screen and (max-width: 896px) {
  .post-type-archive-property #search-properties {
    padding-top: 30px;
    padding-bottom: 0;
    margin-bottom: 40px;
  }
}
.post-type-archive-property #search-properties #show-mobile-filters {
  display: none;
  font-size: 18px;
  line-height: 34px;
  color: #ffffff;
  font-family: "SequelSans-Semi", sans-serif;
  padding-bottom: 30px;
}
@media screen and (max-width: 896px) {
  .post-type-archive-property #search-properties #show-mobile-filters {
    display: flex;
  }
}
.post-type-archive-property #search-properties #show-mobile-filters span {
  display: block;
  text-indent: -9999px;
  width: 17px;
  height: 17px;
  margin-left: auto;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%;
  background-image: url(../images/plus-white.svg);
  transition: transform 0.2s ease-in;
}
@media screen and (max-width: 896px) {
  .post-type-archive-property #search-properties form {
    display: none;
    position: relative;
  }
}
.post-type-archive-property #search-properties form > ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 896px) {
  .post-type-archive-property #search-properties form > ul {
    display: block;
    flex-wrap: inherit;
  }
}
.post-type-archive-property #search-properties form > ul li {
  margin: 0;
  padding: 0;
}
.post-type-archive-property #search-properties form > ul li.sf-field-taxonomy-property_region, .post-type-archive-property #search-properties form > ul li.sf-field-taxonomy-property_type {
  width: calc(50% - 17px);
}
@media screen and (max-width: 896px) {
  .post-type-archive-property #search-properties form > ul li.sf-field-taxonomy-property_region, .post-type-archive-property #search-properties form > ul li.sf-field-taxonomy-property_type {
    width: auto;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 896px) {
  .post-type-archive-property #search-properties form > ul li.sf-field-taxonomy-property_region.sf-field-taxonomy-property_type, .post-type-archive-property #search-properties form > ul li.sf-field-taxonomy-property_type.sf-field-taxonomy-property_type {
    margin-bottom: 0;
  }
}
.post-type-archive-property #search-properties form > ul li.sf-field-taxonomy-property_region label, .post-type-archive-property #search-properties form > ul li.sf-field-taxonomy-property_type label {
  display: block;
  background-repeat: no-repeat;
  background-size: 14px auto;
  background-position: 100% 50%;
  background-image: url(../images/chevron-bottom-white.svg);
}
.post-type-archive-property #search-properties form > ul li.sf-field-taxonomy-property_region label select, .post-type-archive-property #search-properties form > ul li.sf-field-taxonomy-property_type label select {
  border: 0;
  -webkit-appearance: none;
  min-width: inherit;
  display: block;
  width: 100%;
  color: #ffffff;
  font-size: 24px;
  line-height: 34px;
  padding-bottom: 6px;
  border: 0;
  margin: 0;
  outline: none;
  border-radius: 0;
  background: transparent;
  font-family: "SequelSans-Regular", sans-serif;
  border-bottom: 1px solid #ffffff;
}
@media screen and (max-width: 896px) {
  .post-type-archive-property #search-properties form > ul li.sf-field-taxonomy-property_region label select, .post-type-archive-property #search-properties form > ul li.sf-field-taxonomy-property_type label select {
    font-size: 18px;
    pointer-events: none;
    display: none;
  }
}
.post-type-archive-property #search-properties form > ul li.sf-field-taxonomy-property_region label select option, .post-type-archive-property #search-properties form > ul li.sf-field-taxonomy-property_type label select option {
  color: #000000;
}
.post-type-archive-property #search-properties form > ul li.sf-field-taxonomy-property_region .chosen-container, .post-type-archive-property #search-properties form > ul li.sf-field-taxonomy-property_type .chosen-container {
  width: 100% !important;
}
.post-type-archive-property #search-properties form > ul li.sf-field-taxonomy-property_region .chosen-container a.chosen-single, .post-type-archive-property #search-properties form > ul li.sf-field-taxonomy-property_type .chosen-container a.chosen-single {
  background: transparent;
  font-size: 24px;
  line-height: 34px;
  border-radius: 0;
  outline: none;
  margin: 0;
  border: 0;
  padding: 0 0 6px;
  font-family: "SequelSans-Regular", sans-serif;
  box-shadow: none;
  cursor: pointer;
  color: #ffffff;
  border-bottom: 1px solid #fff !important;
}
@media screen and (max-width: 896px) {
  .post-type-archive-property #search-properties form > ul li.sf-field-taxonomy-property_region .chosen-container a.chosen-single, .post-type-archive-property #search-properties form > ul li.sf-field-taxonomy-property_type .chosen-container a.chosen-single {
    font-size: 18px;
  }
}
.post-type-archive-property #search-properties form > ul li.sf-field-taxonomy-property_region .chosen-container a.chosen-single span, .post-type-archive-property #search-properties form > ul li.sf-field-taxonomy-property_type .chosen-container a.chosen-single span {
  color: #ffffff;
}
.post-type-archive-property #search-properties form > ul li.sf-field-taxonomy-property_region .chosen-container a.chosen-single div, .post-type-archive-property #search-properties form > ul li.sf-field-taxonomy-property_type .chosen-container a.chosen-single div {
  display: none;
}
.post-type-archive-property #search-properties form > ul li.sf-field-taxonomy-property_region .chosen-container .chosen-drop .chosen-search, .post-type-archive-property #search-properties form > ul li.sf-field-taxonomy-property_type .chosen-container .chosen-drop .chosen-search {
  display: none;
}
.post-type-archive-property #search-properties form > ul li.sf-field-taxonomy-property_region .chosen-container .chosen-drop ul, .post-type-archive-property #search-properties form > ul li.sf-field-taxonomy-property_type .chosen-container .chosen-drop ul {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  margin-top: 4px;
}
.post-type-archive-property #search-properties form > ul li.sf-field-taxonomy-property_region .chosen-container .chosen-drop ul li, .post-type-archive-property #search-properties form > ul li.sf-field-taxonomy-property_type .chosen-container .chosen-drop ul li {
  font-size: 18px;
  line-height: 24px;
  color: #000000;
  padding: 2px 0 2px 12px;
}
@media screen and (max-width: 896px) {
  .post-type-archive-property #search-properties form > ul li.sf-field-taxonomy-property_region .chosen-container .chosen-drop ul li, .post-type-archive-property #search-properties form > ul li.sf-field-taxonomy-property_type .chosen-container .chosen-drop ul li {
    font-size: 18px;
  }
}
.post-type-archive-property #search-properties form > ul li.sf-field-taxonomy-property_region .chosen-container .chosen-drop ul li:hover, .post-type-archive-property #search-properties form > ul li.sf-field-taxonomy-property_type .chosen-container .chosen-drop ul li:hover {
  color: #ffffff;
}
.post-type-archive-property #search-properties form > ul li.sf-field-taxonomy-property_region .chosen-container .chosen-drop ul li.sf-item-0, .post-type-archive-property #search-properties form > ul li.sf-field-taxonomy-property_type .chosen-container .chosen-drop ul li.sf-item-0 {
  display: none;
}
.post-type-archive-property #search-properties form > ul li.sf-field-taxonomy-property_region .chosen-container .chosen-drop ul li.highlighted, .post-type-archive-property #search-properties form > ul li.sf-field-taxonomy-property_type .chosen-container .chosen-drop ul li.highlighted {
  color: #ffffff !important;
}
.post-type-archive-property #search-properties form > ul li.sf-field-taxonomy-property_region .chosen-container .chosen-drop ul li.sf-option-active, .post-type-archive-property #search-properties form > ul li.sf-field-taxonomy-property_type .chosen-container .chosen-drop ul li.sf-option-active {
  color: #0456e7;
}
.post-type-archive-property #search-properties form > ul li.sf-field-taxonomy-property_region .chosen-container ul.chosen-choices, .post-type-archive-property #search-properties form > ul li.sf-field-taxonomy-property_type .chosen-container ul.chosen-choices {
  padding: 0 0 6px;
  border-bottom: 1px solid #ffffff !important;
  border: 0;
  background: transparent;
  cursor: pointer;
}
.post-type-archive-property #search-properties form > ul li.sf-field-taxonomy-property_region .chosen-container ul.chosen-choices li.search-field .chosen-search-input, .post-type-archive-property #search-properties form > ul li.sf-field-taxonomy-property_type .chosen-container ul.chosen-choices li.search-field .chosen-search-input {
  border: 0;
  background: transparent;
  cursor: pointer;
  font-size: 24px;
  line-height: 34px;
  border-radius: 0;
  outline: none;
  margin: 0;
  border: 0;
  padding: 0;
  font-family: "SequelSans-Regular", sans-serif;
  box-shadow: none;
  cursor: pointer;
  color: #ffffff;
}
.post-type-archive-property #search-properties form > ul li.sf-field-taxonomy-property_region .chosen-container ul.chosen-choices li.search-choice, .post-type-archive-property #search-properties form > ul li.sf-field-taxonomy-property_type .chosen-container ul.chosen-choices li.search-choice {
  border: 0;
  background: transparent;
  border-radius: 0;
  box-shadow: none;
  font-size: 24px;
  line-height: 34px;
  font-family: "SequelSans-Regular", sans-serif;
  padding: 0 10px 0 0;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 896px) {
  .post-type-archive-property #search-properties form > ul li.sf-field-taxonomy-property_region .chosen-container ul.chosen-choices li.search-choice, .post-type-archive-property #search-properties form > ul li.sf-field-taxonomy-property_type .chosen-container ul.chosen-choices li.search-choice {
    font-size: 18px;
  }
}
.post-type-archive-property #search-properties form > ul li.sf-field-taxonomy-property_region .chosen-container ul.chosen-choices li.search-choice span, .post-type-archive-property #search-properties form > ul li.sf-field-taxonomy-property_type .chosen-container ul.chosen-choices li.search-choice span {
  color: #ffffff;
}
.post-type-archive-property #search-properties form > ul li.sf-field-taxonomy-property_region .chosen-container ul.chosen-choices li.search-choice .search-choice-close, .post-type-archive-property #search-properties form > ul li.sf-field-taxonomy-property_type .chosen-container ul.chosen-choices li.search-choice .search-choice-close {
  position: inherit;
  top: inherit;
  right: inherit;
  margin-left: 6px;
  margin-top: 5px;
}
.post-type-archive-property #search-properties form > ul li.sf-field-taxonomy-property_region .chosen-container ul.chosen-choices li.search-choice .search-choice-close:hover, .post-type-archive-property #search-properties form > ul li.sf-field-taxonomy-property_type .chosen-container ul.chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px 1px;
}
.post-type-archive-property #search-properties form > ul li.sf-field-taxonomy-property_region .chosen-container.chosen-container-active .chosen-choices, .post-type-archive-property #search-properties form > ul li.sf-field-taxonomy-property_type .chosen-container.chosen-container-active .chosen-choices {
  box-shadow: none;
}
.post-type-archive-property #search-properties form > ul li.sf-field-taxonomy-property_region .chosen-container.chosen-container-active .chosen-choices li.search-field input, .post-type-archive-property #search-properties form > ul li.sf-field-taxonomy-property_type .chosen-container.chosen-container-active .chosen-choices li.search-field input {
  color: #ffffff !important;
}
.post-type-archive-property #search-properties form > ul li.sf-field-taxonomy-property_region .select2-container, .post-type-archive-property #search-properties form > ul li.sf-field-taxonomy-property_type .select2-container {
  width: 100% !important;
}
.post-type-archive-property #search-properties form > ul li.sf-field-taxonomy-property_region .select2-container .selection .select2-selection, .post-type-archive-property #search-properties form > ul li.sf-field-taxonomy-property_type .select2-container .selection .select2-selection {
  background: transparent;
  font-size: 24px;
  line-height: 34px;
  border-radius: 0;
  outline: none;
  margin: 0;
  border: 0;
  padding: 0 0 6px;
  font-family: "SequelSans-Regular", sans-serif;
  box-shadow: none;
  cursor: pointer;
  color: #ffffff;
  border-bottom: 1px solid #fff !important;
}
@media screen and (max-width: 896px) {
  .post-type-archive-property #search-properties form > ul li.sf-field-taxonomy-property_region .select2-container .selection .select2-selection, .post-type-archive-property #search-properties form > ul li.sf-field-taxonomy-property_type .select2-container .selection .select2-selection {
    font-size: 18px;
  }
}
.post-type-archive-property #search-properties form > ul li.sf-field-taxonomy-property_region .select2-container .selection .select2-selection ul, .post-type-archive-property #search-properties form > ul li.sf-field-taxonomy-property_type .select2-container .selection .select2-selection ul {
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}
@media screen and (max-width: 896px) {
  .post-type-archive-property #search-properties form > ul li.sf-field-taxonomy-property_region .select2-container .selection .select2-selection ul, .post-type-archive-property #search-properties form > ul li.sf-field-taxonomy-property_type .select2-container .selection .select2-selection ul {
    pointer-events: none;
  }
}
.post-type-archive-property #search-properties form > ul li.sf-field-taxonomy-property_region .select2-container .selection .select2-selection ul li.select2-search input, .post-type-archive-property #search-properties form > ul li.sf-field-taxonomy-property_type .select2-container .selection .select2-selection ul li.select2-search input {
  font-family: "SequelSans-Regular", sans-serif;
  font-size: 24px;
  line-height: 34px;
  color: #ffffff;
  border: 0;
  background: transparent;
  cursor: pointer;
  border-radius: 0;
  outline: none;
  margin: 0;
  border: 0;
  padding: 0;
  box-shadow: none;
  cursor: pointer;
}
.post-type-archive-property #search-properties form > ul li.sf-field-taxonomy-property_region .select2-container .selection .select2-selection ul li.select2-search input::placeholder, .post-type-archive-property #search-properties form > ul li.sf-field-taxonomy-property_type .select2-container .selection .select2-selection ul li.select2-search input::placeholder {
  color: #ffffff;
}
@media screen and (max-width: 896px) {
  .post-type-archive-property #search-properties form > ul li.sf-field-taxonomy-property_region .select2-container .selection .select2-selection ul li.select2-search input, .post-type-archive-property #search-properties form > ul li.sf-field-taxonomy-property_type .select2-container .selection .select2-selection ul li.select2-search input {
    font-size: 18px;
  }
}
.post-type-archive-property #search-properties form > ul li.sf-field-taxonomy-property_region .select2-container .selection .select2-selection ul li.select2-search input:placeholder-shown, .post-type-archive-property #search-properties form > ul li.sf-field-taxonomy-property_type .select2-container .selection .select2-selection ul li.select2-search input:placeholder-shown {
  width: 100% !important;
}
@media screen and (max-width: 896px) {
  .post-type-archive-property #search-properties form > ul li.sf-field-taxonomy-property_region .select2-container .selection .select2-selection ul li.select2-search input:not(:placeholder-shown), .post-type-archive-property #search-properties form > ul li.sf-field-taxonomy-property_type .select2-container .selection .select2-selection ul li.select2-search input:not(:placeholder-shown) {
    display: none;
  }
}
.post-type-archive-property #search-properties form > ul li.sf-field-taxonomy-property_region .select2-container .selection .select2-selection ul li.select2-selection__choice, .post-type-archive-property #search-properties form > ul li.sf-field-taxonomy-property_type .select2-container .selection .select2-selection ul li.select2-selection__choice {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  border: 0;
  background: transparent;
  border-radius: 0;
  box-shadow: none;
  font-size: 24px;
  line-height: 34px;
  font-family: "SequelSans-Regular", sans-serif;
  position: relative;
  margin-right: 25px;
}
@media screen and (max-width: 896px) {
  .post-type-archive-property #search-properties form > ul li.sf-field-taxonomy-property_region .select2-container .selection .select2-selection ul li.select2-selection__choice, .post-type-archive-property #search-properties form > ul li.sf-field-taxonomy-property_type .select2-container .selection .select2-selection ul li.select2-selection__choice {
    font-size: 18px;
    pointer-events: none;
  }
}
.post-type-archive-property #search-properties form > ul li.sf-field-taxonomy-property_region .select2-container .selection .select2-selection ul li.select2-selection__choice span, .post-type-archive-property #search-properties form > ul li.sf-field-taxonomy-property_type .select2-container .selection .select2-selection ul li.select2-selection__choice span {
  margin-right: 0;
  color: rgba(255, 255, 255, 0.5);
  position: absolute;
  right: -26px;
  width: 20px;
  font-size: 24px;
}
@media screen and (max-width: 896px) {
  .post-type-archive-property #search-properties form > ul li.sf-field-taxonomy-property_region .select2-container .selection .select2-selection ul li.select2-selection__choice span, .post-type-archive-property #search-properties form > ul li.sf-field-taxonomy-property_type .select2-container .selection .select2-selection ul li.select2-selection__choice span {
    pointer-events: auto;
  }
}
.post-type-archive-property #search-properties form > ul li.sf-field-taxonomy-property_region .select2-container .selection .select2-selection ul li.select2-selection__choice span:hover, .post-type-archive-property #search-properties form > ul li.sf-field-taxonomy-property_type .select2-container .selection .select2-selection ul li.select2-selection__choice span:hover {
  color: rgba(255, 255, 255, 0.4);
}
.post-type-archive-property #search-properties form > ul li.sf-field-reset {
  display: flex;
  justify-content: flex-end;
  margin-top: 20px;
}
@media screen and (max-width: 896px) {
  .post-type-archive-property #search-properties form > ul li.sf-field-reset {
    padding-right: 0;
    padding-bottom: 40px;
  }
}
.post-type-archive-property #search-properties form > ul li.sf-field-reset a {
  color: #bfbfbf;
  font-size: 14px;
  line-height: 20px;
  display: inline-block;
  text-align: right;
}
.post-type-archive-property #search-properties form > ul li.sf-field-reset a:hover {
  color: #ffbf52;
}
@media screen and (max-width: 896px) {
  .post-type-archive-property #search-properties.active #show-mobile-filters {
    padding-bottom: 60px;
  }
  .post-type-archive-property #search-properties.active #show-mobile-filters span {
    background-image: url(../images/minus-white.svg);
  }
  .post-type-archive-property #search-properties.active form {
    display: block;
  }
}
@media screen and (max-width: 896px) {
  .post-type-archive-property #search-properties.fixed {
    top: 0;
    left: 0;
    position: fixed;
    width: 100%;
    z-index: 9998;
  }
}
.post-type-archive-property #search-properties.fixed form > ul li.sf-field-post-meta-is-leadership {
  padding-bottom: 30px;
}
@media screen and (max-width: 896px) {
  .post-type-archive-property.search-fixed section.members {
    margin-top: 40px;
  }
}
@media screen and (max-width: 896px) {
  .post-type-archive-property #search-results {
    padding-top: 0;
  }
}
.post-type-archive-property section.properties-disclaimer {
  padding-bottom: 80px;
}
.post-type-archive-property section.properties-disclaimer .wrap p {
  max-width: 630px;
}
@media screen and (max-width: 896px) {
  .post-type-archive-property section.properties-disclaimer .wrap p {
    max-width: inherit;
  }
}
/* ----------------------------------- */
/*********** Single Property ***********/
/* ----------------------------------- */
.single-property #page section.hero {
  overflow: hidden;
  background-color: #f2f2f2;
  /*
			@media screen and (max-width: 1599px) {
				height: auto;
			}
			*/
}
.single-property #page section.hero .gallery > .slick-dots {
  position: absolute;
  right: 56px;
  bottom: 54px;
  z-index: 30;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 896px) {
  .single-property #page section.hero .gallery > .slick-dots {
    left: 24px;
    bottom: 24px;
  }
}
.single-property #page section.hero .gallery > .slick-dots li {
  display: inline-block;
  margin: 0 10px 0 0;
}
.single-property #page section.hero .gallery > .slick-dots li:last-child {
  margin-right: 0;
}
.single-property #page section.hero .gallery > .slick-dots li button {
  -webkit-appearance: none;
  appearance: none;
  border: 0;
  border-radius: 10px;
  width: 10px;
  height: 10px;
  display: block;
  padding: 0;
  margin: 0;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.5);
  color: transparent;
  font-size: 0;
  line-height: 0;
  text-indent: -9999px;
}
.single-property #page section.hero .gallery > .slick-dots li:hover button, .single-property #page section.hero .gallery > .slick-dots li.slick-active button {
  background-color: #ffffff;
}
.single-property #page section.hero:after {
  content: none;
}
.single-property #page section.hero .gallery {
  margin: 0;
  height: 100%;
  width: 100%;
}
.single-property #page section.hero .gallery .slide {
  /*
					background-repeat: no-repeat;
					background-position: 50% 0;
					background-size: cover;
					background-attachment: fixed;
					height: 666px;
					*/
  width: 100%;
  position: relative;
}
@media screen and (max-width: 1599px) {
  .single-property #page section.hero .gallery .slide {
    /*
						height: auto;
						background: transparent !important;
						*/
  }
}
.single-property #page section.hero .gallery .slide img {
  width: 100%;
}
.single-property #page section.hero .callout-wrap {
  height: auto;
  padding: 0;
  width: 100%;
}
.single-property #page section.hero .callout-wrap .callout {
  position: relative;
  padding: 60px 60px 54px 56px;
  width: 100%;
  max-width: 570px;
  position: absolute;
  bottom: 0;
  z-index: 20;
}
@media screen and (max-width: 896px) {
  .single-property #page section.hero .callout-wrap .callout {
    max-width: inherit;
    padding: 40px 30px 40px 24px;
    position: relative;
    bottom: inherit;
  }
}
.single-property #page section.hero .callout-wrap .callout .callout-before {
  width: 1000%;
  height: 100%;
  position: absolute;
  top: 0;
  left: calc(-1000% + 2px);
}
@media screen and (max-width: 896px) {
  .single-property #page section.hero .callout-wrap .callout .callout-before {
    display: none;
  }
}
.single-property #page section.hero .callout-wrap .callout .region {
  display: block;
  margin-bottom: 10px;
  color: #ffffff;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: -0.015em;
}
.single-property #page section.hero .callout-wrap .callout h1 {
  font-size: 46px;
  line-height: 52px;
  color: #ffffff;
}
@media screen and (max-width: 896px) {
  .single-property #page section.hero .callout-wrap .callout h1 {
    font-size: 32px;
    line-height: 38px;
  }
}
.single-property #page section.hero .callout-wrap .callout .slick-dots-wrap .slick-dots {
  margin: 54px 0 0 0;
  list-style: none;
}
@media screen and (max-width: 896px) {
  .single-property #page section.hero .callout-wrap .callout .slick-dots-wrap .slick-dots {
    margin-top: 40px;
    margin-left: 3px;
  }
}
.single-property #page section.hero .callout-wrap .callout .slick-dots-wrap .slick-dots li {
  display: inline-block;
  margin: 0 10px 0 0;
}
.single-property #page section.hero .callout-wrap .callout .slick-dots-wrap .slick-dots li:last-child {
  margin-right: 0;
}
.single-property #page section.hero .callout-wrap .callout .slick-dots-wrap .slick-dots li button {
  -webkit-appearance: none;
  border: 0;
  border-radius: 10px;
  width: 10px;
  height: 10px;
  display: block;
  padding: 0;
  margin: 0;
  background-color: rgba(255, 255, 255, 0.5);
  text-indent: -9999px;
}
.single-property #page section.hero .callout-wrap .callout .slick-dots-wrap .slick-dots li:hover button, .single-property #page section.hero .callout-wrap .callout .slick-dots-wrap .slick-dots li.slick-active button {
  background-color: #ffffff;
}
.single-property #page section.hero .callout-wrap .callout.light .region, .single-property #page section.hero .callout-wrap .callout.light h1 {
  color: #001275;
}
.single-property #page section.hero .callout-wrap .callout.light .slick-dots-wrap .slick-dots li button {
  background-color: rgba(0, 18, 117, 0.5);
}
.single-property #page section.hero .callout-wrap .callout.light .slick-dots-wrap .slick-dots li:hover button, .single-property #page section.hero .callout-wrap .callout.light .slick-dots-wrap .slick-dots li.slick-active button {
  background-color: #001275;
}
.single-property #page section.hero .gallery + .callout-wrap .callout {
  padding-bottom: 40px;
}
.single-property #page section.section-content {
  background-color: transparent;
}
.single-property #page section.section-content .block-text {
  padding-bottom: 90px;
}
@media screen and (max-width: 896px) {
  .single-property #page section.section-content .block-text {
    padding-bottom: 60px;
  }
}
.single-property #page section.section-content .block-text > * {
  color: #0456e7;
}
.single-property #page section.section-content .block-text p {
  font-size: 24px;
  line-height: 34px;
  max-width: 824px;
}
@media screen and (max-width: 896px) {
  .single-property #page section.section-content .block-text p {
    font-size: 18px;
    line-height: 26px;
    max-width: inherit;
  }
}
.single-property #page section.section-content .metadata {
  border-top: 1px solid #bfbfbf;
  padding-top: 60px;
}
@media screen and (max-width: 896px) {
  .single-property #page section.section-content .metadata {
    display: block;
  }
}
.single-property #page section.section-content .metadata .metadata-item {
  width: calc(25% - 8px);
}
@media screen and (max-width: 896px) {
  .single-property #page section.section-content .metadata .metadata-item {
    width: auto;
  }
  .single-property #page section.section-content .metadata .metadata-item:not(:last-child) {
    margin-bottom: 40px;
  }
}
.single-property #page section.section-content .metadata .metadata-item strong {
  display: block;
  color: #001275;
  margin-bottom: 6px;
}
@media screen and (max-width: 896px) {
  .single-property #page section.section-content .metadata .metadata-item strong {
    margin-bottom: 0;
  }
}
.single-property #page section.acf-map {
  height: 550px;
  overflow: hidden;
}
@media screen and (max-width: 896px) {
  .single-property #page section.acf-map {
    height: 450px;
  }
}
/* ------------------------ */
/*********** News ***********/
/* ------------------------ */
.blog #page #search-news {
  background-color: #001275;
  padding-top: 50px;
  padding-bottom: 50px;
}
@media screen and (max-width: 896px) {
  .blog #page #search-news {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.blog #page #search-news #show-mobile-filters {
  display: none;
  font-size: 18px;
  line-height: 34px;
  color: #ffffff;
  font-family: "SequelSans-Semi", sans-serif;
}
@media screen and (max-width: 896px) {
  .blog #page #search-news #show-mobile-filters {
    display: flex;
  }
}
.blog #page #search-news #show-mobile-filters span {
  display: block;
  text-indent: -9999px;
  width: 17px;
  height: 17px;
  margin-left: auto;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%;
  background-image: url(../images/plus-white.svg);
  transition: transform 0.2s ease-in;
}
@media screen and (max-width: 896px) {
  .blog #page #search-news form {
    display: none;
    position: relative;
  }
}
.blog #page #search-news form > ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 896px) {
  .blog #page #search-news form > ul {
    display: block;
  }
}
.blog #page #search-news form > ul li {
  margin: 0;
  padding: 0;
}
.blog #page #search-news form > ul li.sf-field-search {
  background-color: transparent;
  position: relative;
  flex: 1 0 100%;
  margin-bottom: 30px;
}
@media screen and (max-width: 896px) {
  .blog #page #search-news form > ul li.sf-field-search {
    margin-bottom: 40px;
  }
}
.blog #page #search-news form > ul li.sf-field-search h4 {
  display: none;
}
.blog #page #search-news form > ul li.sf-field-search label {
  display: block;
  background-repeat: no-repeat;
  background-size: 30px auto;
  background-position: 100% calc(100% - 15px);
  background-image: url(../images/search-white.svg);
}
@media screen and (max-width: 896px) {
  .blog #page #search-news form > ul li.sf-field-search label {
    background-size: 22px auto;
  }
}
.blog #page #search-news form > ul li.sf-field-search label input {
  display: block;
  width: 100%;
  color: #ffffff;
  font-size: 24px;
  line-height: 34px;
  padding-bottom: 18px;
  border: 0;
  margin: 0;
  outline: none;
  border-radius: 0;
  background: transparent;
  font-family: "SequelSans-Regular", sans-serif;
  border-bottom: 1px solid #ffffff;
}
@media screen and (max-width: 896px) {
  .blog #page #search-news form > ul li.sf-field-search label input {
    font-size: 18px;
    line-height: 18px;
  }
}
.blog #page #search-news form > ul li.sf-field-search label input:active, .blog #page #search-news form > ul li.sf-field-search label input:focus {
  color: #ffffff;
}
.blog #page #search-news form > ul li.sf-field-search label input::placeholder {
  color: #ffffff;
}
.blog #page #search-news form > ul li.sf-field-category, .blog #page #search-news form > ul li.sf-field-post-meta-sf-date-range {
  width: calc(50% - 17px);
}
@media screen and (max-width: 896px) {
  .blog #page #search-news form > ul li.sf-field-category, .blog #page #search-news form > ul li.sf-field-post-meta-sf-date-range {
    width: auto;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 896px) {
  .blog #page #search-news form > ul li.sf-field-category.sf-field-post-meta-sf-date-range, .blog #page #search-news form > ul li.sf-field-post-meta-sf-date-range.sf-field-post-meta-sf-date-range {
    margin-bottom: 0;
  }
}
.blog #page #search-news form > ul li.sf-field-category label, .blog #page #search-news form > ul li.sf-field-post-meta-sf-date-range label {
  display: block;
  background-repeat: no-repeat;
  background-size: 14px auto;
  background-position: 100% 50%;
  background-image: url(../images/chevron-bottom-white.svg);
}
.blog #page #search-news form > ul li.sf-field-category label select, .blog #page #search-news form > ul li.sf-field-post-meta-sf-date-range label select {
  -webkit-appearance: none;
  min-width: inherit;
  display: block;
  width: 100%;
  color: #ffffff;
  font-size: 24px;
  line-height: 34px;
  padding-bottom: 6px;
  border: 0;
  margin: 0;
  outline: none;
  border-radius: 0;
  background: transparent;
  font-family: "SequelSans-Regular", sans-serif;
  border-bottom: 1px solid #ffffff;
}
@media screen and (max-width: 896px) {
  .blog #page #search-news form > ul li.sf-field-category label select, .blog #page #search-news form > ul li.sf-field-post-meta-sf-date-range label select {
    font-size: 18px;
    pointer-events: none;
    display: none;
  }
}
.blog #page #search-news form > ul li.sf-field-category label select option, .blog #page #search-news form > ul li.sf-field-post-meta-sf-date-range label select option {
  color: #000000;
}
.blog #page #search-news form > ul li .chosen-container {
  width: 100% !important;
}
.blog #page #search-news form > ul li .chosen-container a.chosen-single {
  background: transparent;
  font-size: 24px;
  line-height: 34px;
  border-radius: 0;
  outline: none;
  margin: 0;
  border: 0;
  padding: 0 0 6px;
  font-family: "SequelSans-Regular", sans-serif;
  box-shadow: none;
  cursor: pointer;
  color: #ffffff;
  border-bottom: 1px solid #fff !important;
}
@media screen and (max-width: 896px) {
  .blog #page #search-news form > ul li .chosen-container a.chosen-single {
    font-size: 18px;
  }
}
.blog #page #search-news form > ul li .chosen-container a.chosen-single span {
  color: #ffffff;
}
.blog #page #search-news form > ul li .chosen-container a.chosen-single div {
  display: none;
}
.blog #page #search-news form > ul li .chosen-container .chosen-drop .chosen-search {
  display: none;
}
.blog #page #search-news form > ul li .chosen-container .chosen-drop ul {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  margin-top: 4px;
}
.blog #page #search-news form > ul li .chosen-container .chosen-drop ul li {
  font-size: 18px;
  line-height: 24px;
  color: #000000;
  padding: 2px 0 2px 12px;
}
@media screen and (max-width: 896px) {
  .blog #page #search-news form > ul li .chosen-container .chosen-drop ul li {
    font-size: 18px;
  }
}
.blog #page #search-news form > ul li .chosen-container .chosen-drop ul li:hover {
  color: #ffffff;
}
.blog #page #search-news form > ul li .chosen-container .chosen-drop ul li.sf-item-0 {
  display: none;
}
.blog #page #search-news form > ul li .chosen-container .chosen-drop ul li.highlighted {
  color: #ffffff !important;
}
.blog #page #search-news form > ul li .chosen-container .chosen-drop ul li.sf-option-active {
  color: #0456e7;
}
.blog #page #search-news form > ul li .chosen-container ul.chosen-choices {
  padding: 0 0 6px;
  border-bottom: 1px solid #ffffff !important;
  border: 0;
  background: transparent;
  cursor: pointer;
}
.blog #page #search-news form > ul li .chosen-container ul.chosen-choices li.search-field .chosen-search-input {
  border: 0;
  background: transparent;
  cursor: pointer;
  font-size: 24px;
  line-height: 34px;
  border-radius: 0;
  outline: none;
  margin: 0;
  border: 0;
  padding: 0;
  font-family: "SequelSans-Regular", sans-serif;
  box-shadow: none;
  cursor: pointer;
  color: #ffffff;
}
.blog #page #search-news form > ul li .chosen-container ul.chosen-choices li.search-choice {
  border: 0;
  background: transparent;
  border-radius: 0;
  box-shadow: none;
  font-size: 24px;
  line-height: 34px;
  font-family: "SequelSans-Regular", sans-serif;
  padding: 0 10px 0 0;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 896px) {
  .blog #page #search-news form > ul li .chosen-container ul.chosen-choices li.search-choice {
    font-size: 18px;
  }
}
.blog #page #search-news form > ul li .chosen-container ul.chosen-choices li.search-choice span {
  color: #ffffff;
}
.blog #page #search-news form > ul li .chosen-container ul.chosen-choices li.search-choice .search-choice-close {
  position: inherit;
  top: inherit;
  right: inherit;
  margin-left: 6px;
  margin-top: 5px;
}
.blog #page #search-news form > ul li .chosen-container ul.chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px 1px;
}
.blog #page #search-news form > ul li .chosen-container.chosen-container-active .chosen-choices {
  box-shadow: none;
}
.blog #page #search-news form > ul li .chosen-container.chosen-container-active .chosen-choices li.search-field input {
  color: #ffffff !important;
}
.blog #page #search-news form > ul li .select2-container {
  width: 100% !important;
}
.blog #page #search-news form > ul li .select2-container .selection .select2-selection {
  background: transparent;
  font-size: 24px;
  line-height: 34px;
  border-radius: 0;
  outline: none;
  margin: 0;
  border: 0;
  padding: 0 0 6px;
  font-family: "SequelSans-Regular", sans-serif;
  box-shadow: none;
  cursor: pointer;
  color: #ffffff;
  border-bottom: 1px solid #fff !important;
  height: auto;
  min-height: 49px;
}
@media screen and (max-width: 896px) {
  .blog #page #search-news form > ul li .select2-container .selection .select2-selection {
    font-size: 18px;
    min-height: 51px;
  }
}
.blog #page #search-news form > ul li .select2-container .selection .select2-selection ul {
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}
@media screen and (max-width: 896px) {
  .blog #page #search-news form > ul li .select2-container .selection .select2-selection ul {
    pointer-events: none;
  }
}
.blog #page #search-news form > ul li .select2-container .selection .select2-selection ul li.select2-search input {
  font-family: "SequelSans-Regular", sans-serif;
  font-size: 24px;
  line-height: 34px;
  color: #ffffff;
  border: 0;
  background: transparent;
  cursor: pointer;
  border-radius: 0;
  outline: none;
  margin: 0;
  border: 0;
  padding: 0;
  box-shadow: none;
  cursor: pointer;
}
.blog #page #search-news form > ul li .select2-container .selection .select2-selection ul li.select2-search input::placeholder {
  color: #ffffff;
}
@media screen and (max-width: 896px) {
  .blog #page #search-news form > ul li .select2-container .selection .select2-selection ul li.select2-search input {
    font-size: 18px;
  }
}
.blog #page #search-news form > ul li .select2-container .selection .select2-selection ul li.select2-search input:placeholder-shown {
  width: 100% !important;
}
@media screen and (max-width: 896px) {
  .blog #page #search-news form > ul li .select2-container .selection .select2-selection ul li.select2-search input:not(:placeholder-shown) {
    display: none;
  }
}
.blog #page #search-news form > ul li .select2-container .selection .select2-selection ul li.select2-selection__choice {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  border: 0;
  background: transparent;
  border-radius: 0;
  box-shadow: none;
  font-size: 24px;
  line-height: 34px;
  font-family: "SequelSans-Regular", sans-serif;
  position: relative;
  margin-right: 25px;
}
@media screen and (max-width: 896px) {
  .blog #page #search-news form > ul li .select2-container .selection .select2-selection ul li.select2-selection__choice {
    font-size: 18px;
    pointer-events: none;
  }
}
.blog #page #search-news form > ul li .select2-container .selection .select2-selection ul li.select2-selection__choice span {
  margin-right: 0;
  color: rgba(255, 255, 255, 0.5);
  position: absolute;
  right: -26px;
  width: 20px;
  font-size: 24px;
}
@media screen and (max-width: 896px) {
  .blog #page #search-news form > ul li .select2-container .selection .select2-selection ul li.select2-selection__choice span {
    pointer-events: auto;
  }
}
.blog #page #search-news form > ul li .select2-container .selection .select2-selection ul li.select2-selection__choice span:hover {
  color: rgba(255, 255, 255, 0.4);
}
.blog #page #search-news form > ul li .select2-container .selection .select2-selection span.select2-selection__rendered {
  color: #ffffff;
  padding: 0;
  line-height: 34px;
}
.blog #page #search-news form > ul li .select2-container .selection .select2-selection span.select2-selection__rendered::placeholder {
  color: #ffffff;
}
.blog #page #search-news form > ul li .select2-container .selection .select2-selection span.select2-selection__rendered + .select2-selection__arrow {
  display: none;
}
.blog #page #search-news form > ul li.sf-field-submit {
  display: none;
}
.blog #page #search-news form > ul li.sf-field-reset {
  display: flex;
  justify-content: flex-end;
  margin-top: 20px;
}
@media screen and (max-width: 896px) {
  .blog #page #search-news form > ul li.sf-field-reset {
    padding-right: 0;
  }
}
.blog #page #search-news form > ul li.sf-field-reset a {
  color: #bfbfbf;
  font-size: 14px;
  line-height: 20px;
  display: inline-block;
  text-align: right;
}
.blog #page #search-news form > ul li.sf-field-reset a:hover {
  color: #ffbf52;
}
@media screen and (max-width: 896px) {
  .blog #page #search-news.active #show-mobile-filters {
    padding-bottom: 30px;
  }
  .blog #page #search-news.active #show-mobile-filters span {
    background-image: url(../images/minus-white.svg);
  }
  .blog #page #search-news.active form {
    display: block;
  }
}
/* ------------------------------- */
/*********** Single News ***********/
/* ------------------------------- */
.single-post #page section.post-header {
  padding-top: 150px;
  padding-bottom: 40px;
}
@media screen and (max-width: 896px) {
  .single-post #page section.post-header {
    padding-top: 146px;
    padding-bottom: 50px;
  }
}
.single-post #page section.post-header h1 {
  color: #0456e7;
  max-width: 1034px;
}
.single-post #page section.post-header .post-metadata {
  padding-top: 36px;
}
.single-post #page section.post-header .post-metadata span {
  color: #bfbfbf;
  font-size: 18px;
  line-height: 24px;
  font-family: "SequelSans-Regular", sans-serif;
  margin-bottom: 0;
  transition: color 0.2s ease-in;
  display: block;
}
.single-post #page section.post-header .post-metadata span.author {
  font-family: "SequelSans-Italic", sans-serif;
}
.single-post #page section.section-content {
  padding-bottom: 60px;
  background-color: transparent;
}
.single-post #page section.section-content .block-text > * {
  max-width: 1034px;
}
@media screen and (max-width: 896px) {
  .single-post #page section.section-content .block-text > * {
    max-width: inherit;
  }
}
.single-post #page section.section-content .block-text .embed-container {
  margin-bottom: 16px;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.single-post #page section.section-content .block-text .embed-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: inherit;
}
.single-post #page section.section-content .block-text .publication {
  display: inline-block;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 18px;
  color: #000000;
  position: relative;
}
.single-post #page section.section-content .block-text .publication:after {
  content: "";
  height: 1px;
  width: 0;
  background-color: #000000;
  position: absolute;
  bottom: -3px;
  left: 0;
  opacity: 0;
  transition: all 0.2s ease-in;
}
.single-post #page section.section-content .block-text .publication:hover:after {
  opacity: 1;
  width: 100%;
}
.single-post #page section.section-content .block-text h2, .single-post #page section.section-content .block-text h3, .single-post #page section.section-content .block-text h4 {
  padding-top: 10px;
  margin-bottom: 16px;
  color: #000000;
}
.single-post #page section.section-content .block-text h2 em, .single-post #page section.section-content .block-text h3 em, .single-post #page section.section-content .block-text h4 em {
  color: #000000;
}
.single-post #page section.section-content .block-text p.has-image {
  max-width: inherit;
  margin-top: 60px;
  margin-bottom: 60px;
}
@media screen and (max-width: 896px) {
  .single-post #page section.section-content .block-text p.has-image {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
.single-post #page section.section-content .block-text p.has-image img {
  max-width: inherit;
  width: 100%;
}
@media screen and (max-width: 896px) {
  .single-post #page section.section-content .block-text p.has-image img {
    margin-left: -24px;
    margin-right: -24px;
    width: calc(100% + 48px);
  }
}
.single-post #page section.section-content .block-text p, .single-post #page section.section-content .block-text li {
  color: #000000;
  font-size: 20px;
}
.single-post #page section.section-content .block-text p a, .single-post #page section.section-content .block-text li a {
  color: #000000;
  border-bottom: 1px solid;
}
.single-post #page section.section-content .block-text p a:hover, .single-post #page section.section-content .block-text p a:active, .single-post #page section.section-content .block-text li a:hover, .single-post #page section.section-content .block-text li a:active {
  color: #000000;
  border-bottom: 1px solid #0456e7;
}
.single-post #page section.section-content .block-text p > *, .single-post #page section.section-content .block-text li > * {
  color: #000000;
}
.single-post #page section.section-content .block-text p strong em, .single-post #page section.section-content .block-text li strong em {
  font-weight: normal;
  font-style: normal;
  font-family: "SequelSans-MediumItalic", sans-serif;
  color: #000000;
}
.single-post #page section.section-content .block-text figure {
  margin-top: 60px;
  margin-bottom: 60px;
  width: auto !important;
}
.single-post #page section.section-content .block-text figure img {
  margin: 0;
  width: 100%;
}
.single-post #page section.section-content .block-text figure figcaption {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 16px;
}
.single-post #page section.section-content .block-text figure > * {
  color: #000000;
  max-width: inherit;
}
.single-post #page section.section-content .block-text figure > * * {
  color: #000000;
}
.single-post #page section.section-content .block-text figure + blockquote {
  margin-top: 0;
}
.single-post #page section.section-content .block-text blockquote {
  margin-top: 60px;
  margin-bottom: 60px;
}
.single-post #page section.section-content .block-text blockquote p:first-child {
  color: #0456e7;
  font-size: 42px;
  line-height: 52px;
  letter-spacing: -0.015em;
  font-family: "Domaine Text", serif;
  margin-bottom: 0;
}
.single-post #page section.section-content .block-text blockquote p:last-child {
  margin-top: 30px;
  font-size: 18px;
  line-height: 26px;
  display: block;
  font-family: "SequelSans-Medium", sans-serif;
}
.single-post #page section.section-content .block-text blockquote p:last-child em {
  font-family: "SequelSans-Regular", sans-serif;
  display: block;
  font-style: normal;
}
.single-post #page section.section-content .block-text blockquote + figure {
  margin-top: 0;
}
.single-post #page section.contact-information .flex {
  max-width: 824px;
}
.single-post #page section.contact-information .flex p {
  width: calc(50% - 8px);
  margin-bottom: 0;
  margin-top: 40px;
}
.single-post #page section.contact-information .flex p strong, .single-post #page section.contact-information .flex p span {
  display: block;
}
.single-post #page section.contact-information .flex p strong {
  font-size: 20px;
  line-height: 20px;
  color: #001275;
  margin-bottom: 5px;
}
.single-post #page section.contact-information .flex p span {
  font-size: 20px;
  line-height: 28px;
}
.single-post #page section.contact-information .flex p a {
  font-size: 18px;
  line-height: 20px;
  margin-top: 10px;
  font-family: "SequelSans-Medium", sans-serif;
  color: #000000;
  position: relative;
}
.single-post #page section.contact-information .flex p a:after {
  content: "";
  height: 1px;
  width: 0;
  background-color: #000000;
  position: absolute;
  bottom: -3px;
  left: 0;
  opacity: 0;
  transition: all 0.2s ease-in;
}
.single-post #page section.contact-information .flex p a:hover:after {
  opacity: 1;
  width: 100%;
}
/* --------------------------- */
/*********** Contact ***********/
/* --------------------------- */
.page-contact section.contact {
  padding-bottom: 60px;
}
.page-contact section.contact .wrap .content > h2 {
  color: #0456e7;
  margin-bottom: 25px;
}
@media screen and (max-width: 896px) {
  .page-contact section.contact .wrap .content > h2 {
    font-size: 38px;
    line-height: 40px;
  }
}
.page-contact section.contact .wrap .content > h2, .page-contact section.contact .wrap .content > p {
  max-width: 720px;
}
@media screen and (max-width: 896px) {
  .page-contact section.contact .wrap .content > h2, .page-contact section.contact .wrap .content > p {
    max-width: inherit;
  }
}
.page-contact section.contact .wrap .content > h2 a, .page-contact section.contact .wrap .content > p a {
  color: #0456e7;
}
.page-contact section.contact .wrap .content .locations {
  margin-top: 40px;
  margin-bottom: 100px;
  max-width: 900px;
}
@media screen and (max-width: 896px) {
  .page-contact section.contact .wrap .content .locations {
    display: block;
    max-width: inherit;
    background-color: #efefef;
    margin: 60px -24px;
    width: calc(100% + 48px);
    padding: 40px 24px 60px;
  }
}
.page-contact section.contact .wrap .content .locations .location-item {
  width: 33.33%;
  padding-right: 20px;
}
@media screen and (max-width: 896px) {
  .page-contact section.contact .wrap .content .locations .location-item {
    width: auto;
    padding-right: 0;
  }
}
@media screen and (max-width: 896px) {
  .page-contact section.contact .wrap .content .locations .location-item:not(:last-child) {
    margin-bottom: 40px;
  }
}
.page-contact section.contact .wrap .content .locations .location-item:nth-child(n + 4) {
  margin-top: 40px;
}
@media screen and (max-width: 896px) {
  .page-contact section.contact .wrap .content .locations .location-item:nth-child(n + 4) {
    margin-top: 0;
  }
}
.page-contact section.contact .wrap .content .locations .location-item p.title {
  color: #0456e7;
  margin-bottom: 10px;
}
@media screen and (max-width: 896px) {
  .page-contact section.contact .wrap .content .locations .location-item p.title {
    font-size: 26px;
    line-height: 28px;
    margin-bottom: 18px;
  }
}
.page-contact section.contact .wrap .content .locations .location-item p:not(.title) {
  margin-bottom: 0;
}
.page-contact section.contact .wrap .content .locations .location-item p.email {
  margin-top: 20px;
}
.page-contact section.contact .wrap .content .locations .location-item p.email a {
  font-size: 18px;
  line-height: 20px;
  margin-top: 20px;
  font-family: "SequelSans-Medium", sans-serif;
  color: #000000;
  position: relative;
}
.page-contact section.contact .wrap .content .locations .location-item p.email a:after {
  content: "";
  display: block;
  height: 3px;
  width: 0;
  background-color: #ffbf52;
  position: absolute;
  bottom: -6px;
  left: 0;
  opacity: 0;
  transition: all 0.2s ease-in;
}
.page-contact section.contact .wrap .content .locations .location-item p.email a:hover:after {
  opacity: 1;
  width: 100%;
}
.page-contact section.contact .wrap .content form {
  margin-top: 25px;
}
.page-contact section.contact .wrap .content form p:not(.submit) {
  margin-bottom: 60px;
}
.page-contact section.contact .wrap .content form p:not(.submit) input, .page-contact section.contact .wrap .content form p:not(.submit) textarea {
  border: 0;
  border-radius: 0;
  font-size: 20px;
  line-height: 34px;
  padding: 0 0 10px;
  margin: 0;
  border-bottom: 2px solid #f2f2f2;
  color: #000000;
  font-family: "SequelSans-Regular", sans-serif;
  -webkit-appearance: none;
  width: 100%;
  display: block;
  background: transparent;
  outline: 0;
}
.page-contact section.contact .wrap .content form p:not(.submit) input:placeholder-shown, .page-contact section.contact .wrap .content form p:not(.submit) textarea:placeholder-shown {
  color: #ffffff;
  border-bottom: 2px solid #f2f2f2;
}
.page-contact section.contact .wrap .content form p:not(.submit) input:focus, .page-contact section.contact .wrap .content form p:not(.submit) input:active, .page-contact section.contact .wrap .content form p:not(.submit) textarea:focus, .page-contact section.contact .wrap .content form p:not(.submit) textarea:active {
  color: #000000;
  border-bottom: 2px solid #0456e7;
}
.page-contact section.contact .wrap .content form p:not(.submit) input:focus:placeholder-shown, .page-contact section.contact .wrap .content form p:not(.submit) input:active:placeholder-shown, .page-contact section.contact .wrap .content form p:not(.submit) textarea:focus:placeholder-shown, .page-contact section.contact .wrap .content form p:not(.submit) textarea:active:placeholder-shown {
  border-bottom: 2px solid #0456e7;
}
.page-contact section.contact .wrap .content form p:not(.submit) input:focus:placeholder-shown::placeholder, .page-contact section.contact .wrap .content form p:not(.submit) input:active:placeholder-shown::placeholder, .page-contact section.contact .wrap .content form p:not(.submit) textarea:focus:placeholder-shown::placeholder, .page-contact section.contact .wrap .content form p:not(.submit) textarea:active:placeholder-shown::placeholder {
  color: #bfbfbf;
}
.page-contact section.contact .wrap .content form p:not(.submit) input::placeholder, .page-contact section.contact .wrap .content form p:not(.submit) textarea::placeholder {
  color: #000000;
}
.page-contact section.contact .wrap .content form p:not(.submit) textarea {
  display: block;
  box-sizing: padding-box;
  overflow: hidden;
}
@media screen and (max-width: 896px) {
  .page-contact section.contact .wrap .content form p.flex {
    display: block;
    flex-wrap: inherit;
  }
}
.page-contact section.contact .wrap .content form p.flex span {
  display: block;
  width: calc(50% - 20px);
}
@media screen and (max-width: 896px) {
  .page-contact section.contact .wrap .content form p.flex span {
    width: auto;
  }
}
@media screen and (max-width: 896px) {
  .page-contact section.contact .wrap .content form p.flex span:not(:last-child) {
    margin-bottom: 60px;
  }
}
.page-contact section.contact .wrap .content form p.submit {
  margin-bottom: 0;
}
.page-contact section.contact .wrap .content form p.submit input {
  border: 0;
  border-radius: 0;
  font-size: 18px;
  line-height: 20px;
  padding: 0 0 6px 0;
  margin: 0;
  color: #001275;
  font-family: "SequelSans-Medium", sans-serif;
  -webkit-appearance: none;
  background-color: transparent;
  background-image: url(../images/submit.svg);
  background-repeat: no-repeat;
  background-position: 0 100%;
  background-size: 0 3px;
  outline: 0;
  position: relative;
  transition: 0.2s ease-in all;
}
.page-contact section.contact .wrap .content form p.submit input:hover {
  background-size: 100% 3px;
}
.page-contact section.contact .wrap .content form p.submit .wpcf7-spinner {
  width: auto;
  margin-left: 16px;
}
.page-contact section.contact .wrap .content form .wpcf7-not-valid-tip {
  font-size: 16px;
}
.page-contact section.contact .wrap .content form .wpcf7-response-output {
  border: 0;
  margin: 40px 0 0 0;
  padding: 10px 18px;
  font-size: 16px;
}
.page-contact section.contact .wrap .content form.invalid .wpcf7-response-output, .page-contact section.contact .wrap .content form.unaccepted .wpcf7-response-output, .page-contact section.contact .wrap .content form.payment-required .wpcf7-response-output {
  color: #F3644e;
  background-color: rgba(243, 100, 78, 0.1);
  border: 1px solid #F3644e;
}
.page-contact section.contact .wrap .content form.sent .wpcf7-response-output {
  color: #001275;
  background-color: rgba(0, 18, 117, 0.1);
  border: 1px solid #001275;
}
/* -------------------------------- */
/********** Privacy Policy **********/
/* -------------------------------- */
body.privacy-policy section.section-content {
  padding-top: 35px;
}
@media screen and (max-width: 896px) {
  body.privacy-policy section.section-content {
    padding-top: 120px;
  }
}
body.privacy-policy section.section-content .last-update {
  color: #bfbfbf;
  margin-bottom: 60px;
  font-size: 18px;
  line-height: 24px;
  display: block;
  font-family: "SequelSans-Italic", sans-serif;
}
@media screen and (max-width: 896px) {
  body.privacy-policy section.section-content .last-update {
    margin-bottom: 40px;
  }
}
body.privacy-policy section.section-content h3 {
  cursor: pointer;
  display: block;
}
body.privacy-policy section.section-content h3 ~ *:not(h3) {
  display: none;
}
body.privacy-policy section.section-content p a {
  border-bottom: 1px solid;
}
body.privacy-policy section.section-content p a:hover {
  border-bottom: 1px solid #0456e7;
}
body.privacy-policy section.section-content #CookieDeclarationChangeConsentChange {
  border-bottom: 1px solid;
}
body.privacy-policy section.section-content #CookieDeclarationChangeConsentChange:hover {
  border-bottom: 1px solid #0456e7;
}
/* ---------------------------------- */
/*********** Search Results ***********/
/* ---------------------------------- */
.page-search #search-filters {
  background-color: #ffffff;
  padding-top: 50px;
  padding-bottom: 40px;
}
.page-search #search-filters form > ul li {
  margin: 0;
  padding: 0;
}
.page-search #search-filters form > ul li.sf-field-search {
  background-color: transparent;
  position: relative;
  margin-bottom: 30px;
}
.page-search #search-filters form > ul li.sf-field-search h4 {
  display: none;
}
.page-search #search-filters form > ul li.sf-field-search label {
  display: block;
  background-repeat: no-repeat;
  background-size: 20px auto;
  background-position: 0 calc(100% - 24px);
  background-image: url(../images/search.svg);
}
.page-search #search-filters form > ul li.sf-field-search label input {
  padding: 0 0 14px 30px;
  border: 0;
  border-radius: 0;
  font-size: 20px;
  line-height: 34px;
  margin: 0;
  border-bottom: 2px solid #f2f2f2;
  color: #000000;
  font-family: "SequelSans-Regular", sans-serif;
  -webkit-appearance: none;
  width: 100%;
  display: block;
  background: transparent;
  outline: 0;
}
@media screen and (max-width: 896px) {
  .page-search #search-filters form > ul li.sf-field-search label input {
    font-size: 18px;
  }
}
.page-search #search-filters form > ul li.sf-field-search label input:placeholder-shown {
  color: #ffffff;
  border-bottom: 2px solid #f2f2f2;
}
.page-search #search-filters form > ul li.sf-field-search label input:focus, .page-search #search-filters form > ul li.sf-field-search label input:active {
  color: #000000;
  border-bottom: 2px solid #0456e7;
}
.page-search #search-filters form > ul li.sf-field-search label input:focus:placeholder-shown, .page-search #search-filters form > ul li.sf-field-search label input:active:placeholder-shown {
  border-bottom: 2px solid #0456e7;
}
.page-search #search-filters form > ul li.sf-field-search label input:focus:placeholder-shown::placeholder, .page-search #search-filters form > ul li.sf-field-search label input:active:placeholder-shown::placeholder {
  color: #bfbfbf;
}
.page-search #search-filters form > ul li.sf-field-search label input::placeholder {
  color: #000000;
}
.page-search #search-filters form > ul li.sf-field-post-meta-sf-post-type ul {
  display: flex;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 896px) {
  .page-search #search-filters form > ul li.sf-field-post-meta-sf-post-type ul {
    display: block;
    width: 100%;
  }
}
@media screen and (max-width: 896px) {
  .page-search #search-filters form > ul li.sf-field-post-meta-sf-post-type ul:after {
    content: "";
    width: 14px;
    height: 14px;
    display: block;
    right: 12px;
    top: 6px;
    position: absolute;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(../images/chevron-bottom-blue.svg);
    background-size: contain;
    transition: transform 0.2s ease-in;
  }
}
.page-search #search-filters form > ul li.sf-field-post-meta-sf-post-type ul li {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 896px) {
  .page-search #search-filters form > ul li.sf-field-post-meta-sf-post-type ul li {
    display: none;
  }
}
.page-search #search-filters form > ul li.sf-field-post-meta-sf-post-type ul li:not(:last-child) {
  margin-right: 40px;
}
@media screen and (max-width: 896px) {
  .page-search #search-filters form > ul li.sf-field-post-meta-sf-post-type ul li:not(:last-child) {
    margin-right: 0;
  }
}
@media screen and (max-width: 896px) {
  .page-search #search-filters form > ul li.sf-field-post-meta-sf-post-type ul li:not(:first-child) {
    margin-top: 28px;
  }
}
.page-search #search-filters form > ul li.sf-field-post-meta-sf-post-type ul li input {
  display: none;
}
.page-search #search-filters form > ul li.sf-field-post-meta-sf-post-type ul li label {
  display: block;
  padding-left: 0;
  font-size: 18px;
  line-height: 20px;
  color: #001275;
  font-family: "SequelSans-Medium", sans-serif;
  cursor: pointer;
  position: relative;
}
@media screen and (max-width: 896px) {
  .page-search #search-filters form > ul li.sf-field-post-meta-sf-post-type ul li label {
    padding-bottom: 3px;
  }
}
.page-search #search-filters form > ul li.sf-field-post-meta-sf-post-type ul li label span.sf-count {
  display: inline-block;
  padding-left: 3px;
}
.page-search #search-filters form > ul li.sf-field-post-meta-sf-post-type ul li label span.sf-count:before {
  /*
											content: "-";
											display: inline-block;
											padding-right: 3px;
											*/
}
.page-search #search-filters form > ul li.sf-field-post-meta-sf-post-type ul li label:after {
  content: "";
  height: 3px;
  display: block;
  width: 0;
  background-color: #ffbf52;
  position: absolute;
  bottom: -6px;
  left: 0;
  opacity: 0;
  transition: all 0.2s ease-in;
}
.page-search #search-filters form > ul li.sf-field-post-meta-sf-post-type ul li label:hover:after {
  opacity: 1;
  width: 100%;
}
@media screen and (max-width: 896px) {
  .page-search #search-filters form > ul li.sf-field-post-meta-sf-post-type ul li.sf-option-active {
    display: block;
    margin-top: 0;
  }
}
.page-search #search-filters form > ul li.sf-field-post-meta-sf-post-type ul li.sf-option-active label:after {
  opacity: 1;
  width: 100%;
}
@media screen and (max-width: 896px) {
  .page-search #search-filters form > ul li.sf-field-post-meta-sf-post-type ul.active:after {
    transform: rotate(180deg);
  }
}
@media screen and (max-width: 896px) {
  .page-search #search-filters form > ul li.sf-field-post-meta-sf-post-type ul.active li {
    display: block;
    margin-top: 0;
  }
}
@media screen and (max-width: 896px) {
  .page-search #search-filters form > ul li.sf-field-post-meta-sf-post-type ul.active li:not(:first-child) {
    margin-top: 25px;
  }
}
.page-search #search-filters form > ul li.sf-field-submit {
  display: none;
}
.page-search #search-filters form > ul li.sf-field-reset {
  display: none;
}
/* ------------------------ */
/********** Footer **********/
/* ------------------------ */
footer.site-footer {
  background-color: #efefef;
}
@media screen and (max-width: 896px) {
  footer.site-footer {
    border-top: 2px solid #ffffff;
  }
}
footer.site-footer .wrap {
  padding-top: 80px;
  padding-bottom: 88px;
}
@media screen and (max-width: 896px) {
  footer.site-footer .wrap {
    padding-top: 60px;
    padding-bottom: 65px;
  }
}
@media screen and (max-width: 896px) {
  footer.site-footer .wrap #back-to-top {
    display: none;
  }
}
footer.site-footer .wrap #back-to-top a {
  font-size: 16px;
  line-height: 16px;
  color: #000000;
  position: relative;
}
footer.site-footer .wrap #back-to-top a:after {
  content: "";
  height: 1px;
  width: 0;
  background-color: #000000;
  position: absolute;
  bottom: -3px;
  left: 0;
  opacity: 0;
  transition: all 0.2s ease-in;
}
footer.site-footer .wrap #back-to-top a:hover {
  color: #000000;
}
footer.site-footer .wrap #back-to-top a:hover:after {
  width: 100%;
  opacity: 1;
}
footer.site-footer .wrap #back-to-top a:before {
  content: "";
  display: block;
  margin-right: 5px;
  width: 9px;
  height: 11px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  background-image: url(../images/back-to-top.svg);
}
footer.site-footer .wrap #footer-info {
  padding-top: 30px;
  margin-top: 30px;
  border-top: 1px solid #bfbfbf;
}
@media screen and (max-width: 896px) {
  footer.site-footer .wrap #footer-info {
    display: block;
    padding-top: 0;
    margin-top: 0;
    border-top: 0;
  }
}
footer.site-footer .wrap #footer-info .site-branding {
  padding-top: 15px;
  margin-right: auto;
}
@media screen and (max-width: 896px) {
  footer.site-footer .wrap #footer-info .site-branding {
    padding-top: 0;
    margin-right: 0;
  }
}
footer.site-footer .wrap #footer-info .site-branding a {
  display: block;
}
footer.site-footer .wrap #footer-info .site-branding img {
  height: 29px;
  max-width: 257px;
}
@media screen and (max-width: 896px) {
  footer.site-footer .wrap #footer-info .site-branding img {
    height: 24px;
    max-width: 218px;
  }
}
footer.site-footer .wrap #footer-info #footer-locations {
  padding-top: 15px;
}
@media screen and (max-width: 896px) {
  footer.site-footer .wrap #footer-info #footer-locations {
    padding-top: 25px;
  }
}
footer.site-footer .wrap #footer-info #footer-locations p {
  font-size: 15px;
  line-height: 26px;
  letter-spacing: -0.005em;
  font-family: "SequelSans-Semi", sans-serif;
  margin: 0;
}
@media screen and (max-width: 896px) {
  footer.site-footer .wrap #footer-info #footer-locations p {
    font-size: 16px;
  }
}
footer.site-footer .wrap #footer-info #footer-menu {
  margin-left: auto;
}
@media screen and (max-width: 896px) {
  footer.site-footer .wrap #footer-info #footer-menu {
    margin-left: 0;
    margin-top: 40px;
    padding-top: 25px;
    border-top: 1px solid rgba(191, 191, 191, 0.8);
  }
}
footer.site-footer .wrap #footer-info #footer-menu ul {
  list-style: none;
}
footer.site-footer .wrap #footer-info #footer-menu ul li {
  margin-bottom: 0;
}
footer.site-footer .wrap #footer-info #footer-menu ul li:not(:first-child) {
  margin-left: 36px;
}
@media screen and (max-width: 896px) {
  footer.site-footer .wrap #footer-info #footer-menu ul li:not(:first-child) {
    margin-left: 40px;
  }
}
footer.site-footer .wrap #footer-info #footer-menu ul li a {
  font-size: 16px;
  line-height: 18px;
  letter-spacing: -0.005em;
  position: relative;
  color: #000000;
}
footer.site-footer .wrap #footer-info #footer-menu ul li a:after {
  content: "";
  height: 1px;
  width: 0;
  background-color: #000000;
  position: absolute;
  bottom: -3px;
  left: 0;
  opacity: 0;
  transition: all 0.2s ease-in;
}
footer.site-footer .wrap #footer-info #footer-menu ul li a:hover {
  color: #000000;
}
footer.site-footer .wrap #footer-info #footer-menu ul li a:hover:after {
  width: 100%;
  opacity: 1;
}
footer.site-footer .wrap #footer-info #footer-menu ul li.linkedin a {
  display: block;
  text-indent: -9999px;
  width: 24px;
  height: 24px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(../images/linkedin.svg);
  background-size: contain;
}
footer.site-footer .wrap #footer-info #footer-menu ul li.linkedin a:hover:after {
  width: 0;
  opacity: 0;
}
footer.site-footer .wrap #footer-copyright {
  margin-top: -24px;
  text-align: right;
}
@media screen and (max-width: 896px) {
  footer.site-footer .wrap #footer-copyright {
    margin-top: 40px;
    text-align: left;
  }
}
footer.site-footer .wrap #footer-copyright p {
  font-size: 12px;
  line-height: 24px;
  letter-spacing: -0.005em;
}
/* Landing Page Exceptions page-landing.php */
.page-template-page-landing header.site-header .site-branding img {
  height: auto;
}
.page-template-page-landing footer.site-footer #footer-info .site-branding img {
  height: auto;
}
.page-template-page-landing footer.site-footer #footer-menu {
  margin-bottom: 60px;
}
.page-template-page-landing footer.site-footer #footer-menu li {
  display: none;
}
.page-template-page-landing footer.site-footer #footer-menu li.show-on-landing {
  display: block;
}
/* ----------------------------- */
/********** Cookies Bar **********/
/* ----------------------------- */
/* --------------------------- */
/********** Dev Tools **********/
/* --------------------------- */
#user_switching_switch_on {
  display: flex;
  position: fixed;
  left: 0px;
  z-index: 999999;
  width: 320px;
  padding: 5px;
  background: #ffe200aa;
  font-weight: bold;
  bottom: 0px;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 0px;
  font-size: 12px;
  line-height: 14px;
  border-top: 4px solid #ffe200;
}
