/*
Theme Name:   EFM - 2018 Theme Fork
Description:  Child theme for EFM, based on Bootstrap 4.
Author:       admin
Author URL:   Write here the author's blog or website url
Template:     wp-bootstrap-starter
Version:      1.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  efm-2018-theme
*/
/* Write here your own personal stylesheet */
/* CSS Breakpoints */
html {
  font-size: 16px; }
  @media screen and (max-width: 576px) {
    html {
      font-size: 12px; } }

.hide {
  display: none; }

/* Fonts */
@font-face {
  font-family: "BauWebPro-Bold W01 Regular";
  src: url("fonts/1464536/2f462841-0a9f-409f-858c-9cf49c689fee.eot?#iefix");
  src: url("fonts/1464536/2f462841-0a9f-409f-858c-9cf49c689fee.eot?#iefix") format("eot"), url("fonts/1464536/aabea2ac-03f6-4179-89c7-c052723575a9.woff2") format("woff2"), url("fonts/1464536/cc9bfa60-71cf-449d-8da2-feaaa66cd1c5.woff") format("woff"), url("fonts/1464536/0a85a0ca-4db0-4027-a2f5-3b705e6c713b.ttf") format("truetype"); }

@font-face {
  font-family: "BauWebPro-BoldItalic W01 Rg";
  src: url("fonts/1464540/9829b6d3-9757-42fa-9bcc-c440c11b3fdb.eot?#iefix");
  src: url("fonts/1464540/9829b6d3-9757-42fa-9bcc-c440c11b3fdb.eot?#iefix") format("eot"), url("fonts/1464540/1ea53191-55af-44b0-a09a-d2b6378bf274.woff2") format("woff2"), url("fonts/1464540/52fef3ea-8edc-4157-b728-2ab8c4674d2a.woff") format("woff"), url("fonts/1464540/999b77ec-1eed-45bb-8bc5-aab86aa16f68.ttf") format("truetype"); }

@font-face {
  font-family: "BauWebPro-Medium W01 Regular";
  src: url("fonts/1464548/8bee62e6-3e09-48c9-8a78-a9356add2d72.eot?#iefix");
  src: url("fonts/1464548/8bee62e6-3e09-48c9-8a78-a9356add2d72.eot?#iefix") format("eot"), url("fonts/1464548/db90bd28-fa7c-4a61-9fd7-565a260aa4b3.woff2") format("woff2"), url("fonts/1464548/8659315a-a0df-4f6a-bd66-8750bbe7fbd1.woff") format("woff"), url("fonts/1464548/d2574dce-e649-47cc-af7d-018a9482ca23.ttf") format("truetype"); }

@font-face {
  font-family: "BauWebPro-MediumItalic W01 Rg";
  src: url("fonts/1464552/18fa85f0-78be-470e-aa68-10c741a63ae2.eot?#iefix");
  src: url("fonts/1464552/18fa85f0-78be-470e-aa68-10c741a63ae2.eot?#iefix") format("eot"), url("fonts/1464552/70e78107-a68c-4cbe-947b-af6f577aa9c4.woff2") format("woff2"), url("fonts/1464552/2ff1bdde-33ec-4f09-b197-9dc03946f960.woff") format("woff"), url("fonts/1464552/7fce874a-ce37-4af7-900d-ed1f270212a7.ttf") format("truetype"); }

@font-face {
  font-family: "BauWebPro-Super W01 Regular";
  src: url("fonts/1464556/182fdfe1-e672-40a6-8a92-97209d34fbb7.eot?#iefix");
  src: url("fonts/1464556/182fdfe1-e672-40a6-8a92-97209d34fbb7.eot?#iefix") format("eot"), url("fonts/1464556/e406a492-5ab6-41f6-9928-6aa91d17e69e.woff2") format("woff2"), url("fonts/1464556/c94731d2-23d9-4799-ba65-327fe7e62151.woff") format("woff"), url("fonts/1464556/ca564373-322d-479f-ab2e-c138e817a731.ttf") format("truetype"); }

body, header#masthead .navbar.mobile .dropdown-menu li a, .header-media .header-text .button.internal, .no-results h3, .jobs .hdr span, #ctf p.ctf-tweet-text {
  font-family: "BauWebPro-Medium W01 Regular", sans-serif;
  font-style: normal;
  font-weight: normal; }

.anchor-wrap .anchor-link a, .page-navigation .anchor-link a, .fieldnote .sa-fieldnote, .fieldnote .label span, .fieldnote .see-all a, .tm-filters .filters, .tm-block .name, .tm-modal .name, .posts-navigation .nav-previous a, .post-navigation .nav-previous a, .posts-navigation .nav-next a, .post-navigation .nav-next a, .news-menu-wrap, #colophon h4, #colophon a {
  font-family: "BauWebPro-Bold W01 Regular", sans-serif;
  font-style: normal;
  font-weight: normal; }

h3, .header-media .cat, .slide-panel .panel-frame .info h4, .grid-item h4, .img-graphic h3, .labels p:first-child, .author .name, .jobs h3, .jobs h4 {
  font-family: "BauWebPro-Super W01 Regular", sans-serif;
  font-style: normal;
  font-weight: normal; }

/* CSS Base Transitions */
body .fas, a.button.icon, header#masthead, header#masthead .investport, header#masthead .search, header#masthead.top, header#masthead.top #main-nav > ul > li, header#masthead.scroll, header#masthead.scroll #main-nav > ul > li, header#masthead .navbar.mobile .dropdown-menu, .cycle-prev, .cycle-next, .tm-wrap, .filtr-container {
  -webkit-transition: all 0.24s ease-out;
  -moz-transition: all 0.24s ease-out;
  transition: all 0.24s ease-out; }

/* Color */
body {
  background: #153142;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #FFF;
  letter-spacing: 0.06em;
  line-height: 1.92; }
  body a {
    -webkit-transition: color 0.24s ease-out;
    -moz-transition: color 0.24s ease-out;
    transition: color 0.24s ease-out;
    color: #e96f59; }
    body a:hover {
      text-decoration: none;
      color: #cc4b3a; }

.align-items-center {
  -ms-flex-pack: center; }

a.button {
  border: none;
  background: none;
  box-shadow: none;
  text-shadow: none;
  color: #FFF;
  font-size: 0.7rem;
  text-transform: uppercase;
  border: 1.25px solid #153142;
  letter-spacing: 0.1em;
  margin: 2rem 0;
  display: inline-block;
  padding: 0.6rem 0.8rem 0.6rem 0.8rem;
  color: #e96f59; }
  a.button:hover {
    color: #cc4b3a; }
  .tan a.button {
    border-color: #153142; }
  a.button.zoom {
    font-size: 1.6rem;
    padding: 0;
    display: inline-block;
    line-height: 1.3;
    text-align: center;
    width: 2.4rem;
    height: 2.4rem;
    color: #FFF; }
    a.button.zoom a {
      color: #FFF; }
  a.button.icon {
    border-width: 1px;
    text-align: left;
    line-height: 1rem;
    font-size: 0.6rem;
    color: #FFF; }
    a.button.icon:hover {
      color: #cc4b3a; }
  a.button.download:after {
    font-family: 'Font Awesome 5 Free';
    content: '\f019';
    font-weight: 900;
    float: right;
    margin-left: 0.8rem;
    font-size: 1.3em;
    vertical-align: middle; }
  a.button.internal {
    margin-right: 0.75rem; }
    a.button.internal:after {
      font-family: 'Font Awesome 5 Free';
      content: '\f0da';
      font-weight: 900;
      margin-left: 0.8rem;
      font-size: 1.4em;
      vertical-align: middle;
      color: #e96f59; }
  a.button.external {
    margin-right: 0.5rem; }
    a.button.external:after {
      font-family: 'Font Awesome 5 Free';
      content: '\f360';
      font-weight: 900;
      margin-left: 0.8rem;
      font-size: 0.7rem;
      vertical-align: middle; }
  @media screen and (max-width: 768px) {
    a.button {
      font-size: 0.8rem; } }

h1, h2, h3, h4, h5 {
  color: inherit;
  font-weight: 700; }

h2 {
  font-size: 3.75rem; }
  @media screen and (max-width: 1023px) {
    h2 {
      font-size: 3.25rem; } }
  @media screen and (max-width: 576px) {
    h2 {
      font-size: 2.25rem; } }

h3 {
  font-size: 1.8rem;
  margin-bottom: 1rem; }
  @media screen and (max-width: 576px) {
    h3 {
      font-size: 1.4rem; } }

h4 {
  font-size: 1rem; }

h6 {
  font-size: 0.6rem; }

/* Button Styles */
.pink {
  background-color: #e96f59;
  color: #153142; }
  .pink .button.normal {
    color: #FFF; }
    .pink .button.normal:hover {
      color: #153142; }

.blue {
  background-color: #153142;
  color: #FFF; }
  .blue .button, .blue .button.normal {
    border-color: #FFF;
    color: #FFF; }

.image .button, .image .button.normal {
  border-color: #FFF; }

.green {
  background-color: #a9c233;
  color: #153142; }

.search h3 {
  font-family: "Sentinel A", "Sentinel B";
  font-weight: 700; }

#searchModal, .no-results, .search-container {
  font-family: "Sentinel A", "Sentinel B"; }
  #searchModal div, .no-results div, .search-container div {
    border: none; }
  #searchModal .modal-content, .no-results .modal-content, .search-container .modal-content {
    background-color: #153142;
    color: #FFF; }
  #searchModal form, .no-results form, .search-container form {
    display: flex;
    align-items: stretch;
    text-align: center;
    justify-content: center; }
  #searchModal input, .no-results input, .search-container input {
    border: none;
    display: flex;
    border-radius: 0;
    padding: 0.5rem 1.5rem;
    font-size: 1.3rem;
    color: #153142; }
  #searchModal .search-field, .no-results .search-field, .search-container .search-field {
    max-width: 350px;
    margin-right: 1rem; }
  #searchModal .search-submit, .no-results .search-submit, .search-container .search-submit {
    color: #e96f59;
    text-transform: uppercase; }
  #searchModal .btn, .no-results .btn, .search-container .btn {
    line-height: normal; }

body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
  padding: 0 0 0.5rem 0; }

header#masthead {
  background-color: transparent;
  padding: 0;
  z-index: 1020;
  width: 100%;
  position: absolute;
  box-shadow: none !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0);
  height: 128px; }
  header#masthead #main-nav > ul > li {
    -webkit-transition: height 0.5s;
    -moz-transition: height 0.5s;
    transition: height 0.5s;
    padding: 3rem 0;
    width: 116px;
    height: 128px; }
  header#masthead ul li a {
    font-size: 0.75rem !important;
    text-transform: uppercase;
    letter-spacing: 0.9px !important;
    text-align: center; }
  header#masthead ul li ul li a {
    text-align: left; }
  header#masthead ul li.efm-logo {
    width: 90px;
    background-image: url(img/efm_nav_logo.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto 60%; }
    header#masthead ul li.efm-logo a {
      display: block;
      width: 100%;
      height: 100%; }
  header#masthead .homelogo {
    width: 90px;
    background-image: url(img/efm_nav_logo.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto 60%;
    padding: 0 !important; }
    header#masthead .homelogo a {
      padding: 3rem 0;
      text-indent: -9999px;
      display: block;
      height: 100%;
      width: 100%;
      border: none !important; }
  header#masthead .investport {
    font-family: "Sentinel A", "Sentinel B";
    font-size: 12px;
    z-index: 10;
    position: absolute;
    right: 5%;
    top: 15px; }
    header#masthead .investport a {
      color: #FFF; }
      header#masthead .investport a:hover {
        color: #e96f59; }
  header#masthead .search {
    font-size: 1rem;
    position: absolute;
    z-index: 15;
    top: 45px;
    right: 5%; }
  header#masthead .dropdown-menu li a {
    text-align: left; }
  header#masthead.top {
    height: 128px; }
    header#masthead.top #main-nav > ul > li {
      padding: 3rem 0;
      display: flex;
      align-items: center;
      width: 116px;
      text-align: center;
      height: 128px; }
      header#masthead.top #main-nav > ul > li a {
        text-align: center;
        line-height: 1.4;
        padding: 0 0 0.5rem 0; }
      header#masthead.top #main-nav > ul > li.show a {
        text-align: left;
        border-bottom: none; }
      header#masthead.top #main-nav > ul > li.current-menu-item > a, header#masthead.top #main-nav > ul > li.current-menu-ancestor > a, header#masthead.top #main-nav > ul > li.current-post-ancestor > a, header#masthead.top #main-nav > ul > li.current-category-ancestor > a {
        border-bottom: 2px solid #e96f59; }
  @media screen and (min-width: 1200px) {
    header#masthead {
      position: fixed; } }
  header#masthead.scroll {
    height: 80px; }
    header#masthead.scroll .investport {
      opacity: 0;
      display: none; }
    header#masthead.scroll .search {
      top: 25px; }
    header#masthead.scroll .homelogo {
      background-position: center 40%;
      background-size: auto 55%; }
    @media screen and (min-width: 1200px) {
      header#masthead.scroll {
        background-color: #153142;
        border-bottom: 1px solid rgba(255, 255, 255, 0.7);
        height: 80px; } }
    header#masthead.scroll .homelogo {
      background-size: auto 60%;
      background-position: center 50%; }
      header#masthead.scroll .homelogo a {
        padding: 3rem 0;
        text-indent: -9999px;
        display: block;
        height: 100%;
        width: 100%;
        height: 80px; }
    header#masthead.scroll #main-nav > ul > li {
      display: flex;
      padding: 3rem 0;
      align-items: center;
      height: 80px;
      width: 116px; }
      header#masthead.scroll #main-nav > ul > li a {
        text-align: center;
        line-height: 1.4;
        padding: 0 0 0.5rem 0; }
      header#masthead.scroll #main-nav > ul > li.current-menu-item > a, header#masthead.scroll #main-nav > ul > li.current-menu-ancestor > a, header#masthead.scroll #main-nav > ul > li.current-post-ancestor > a, header#masthead.scroll #main-nav > ul > li.current-category-ancestor > a {
        border-bottom: 2px solid #e96f59; }
    header#masthead.scroll .dropdown-menu, header#masthead.scroll .dropdown-menu.show {
      top: 82%;
      left: 0; }
  header#masthead .navbar-nav > li > a {
    color: #FFF !important; }
    header#masthead .navbar-nav > li > a:hover {
      color: #e96f59 !important; }
  header#masthead .navbar-nav li > ul > li > a {
    color: #153142 !important;
    text-align: left; }
    header#masthead .navbar-nav li > ul > li > a:hover {
      color: #e96f59 !important; }
  @media screen and (max-width: 1199px) {
    header#masthead .navbar-nav {
      background-color: #153142; } }
  header#masthead .mobile-menu-btn {
    display: block;
    position: absolute;
    right: 2rem;
    top: 2rem;
    z-index: 5000;
    background-color: #FFF;
    color: #cc4b3a;
    padding: 0.3rem .9rem;
    font-size: 0.8rem;
    letter-spacing: 0.2rem; }
  header#masthead .mobile-logo {
    width: 35px;
    height: 47px;
    background-image: url(img/efm_nav_logo.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto 100%;
    position: relative;
    top: 2rem;
    left: 2rem; }
    header#masthead .mobile-logo a {
      display: block;
      width: 100%;
      height: 100%; }
    @media screen and (min-width: 576px) {
      header#masthead .mobile-logo {
        width: 70px;
        height: 94px; } }
  header#masthead .close-btn {
    width: 20px;
    height: 20px;
    position: absolute;
    right: 1.7rem;
    top: 1.7rem;
    background-image: url("img/modal_close.svg");
    background-size: 100% auto;
    background-position: center center;
    background-repeat: no-repeat; }
  header#masthead .mobile-menu-btn:hover, header#masthead .close-btn:hover {
    cursor: pointer; }
  header#masthead .navbar.mobile {
    display: none;
    height: 100vh;
    background-color: #153142;
    align-items: flex-start;
    padding-top: 4rem;
    z-index: 5000;
    position: absolute;
    top: 0;
    width: 100vw; }
    header#masthead .navbar.mobile .homelogo {
      display: none; }
    header#masthead .navbar.mobile li {
      list-style: none; }
      header#masthead .navbar.mobile li a {
        font-size: 1.5rem !important;
        font-family: "Sentinel A", "Sentinel B";
        font-weight: 600;
        color: #FFF;
        text-transform: none;
        text-align: left;
        display: block;
        clear: both; }
        header#masthead .navbar.mobile li a:hover {
          color: #e96f59; }
      header#masthead .navbar.mobile li.current-menu-ancestor > a {
        color: #e96f59; }
    header#masthead .navbar.mobile .dropdown-menu {
      position: relative;
      background: #FFF;
      border: none;
      padding-bottom: 1rem;
      width: 90%;
      height: 0;
      opacity: 0; }
      header#masthead .navbar.mobile .dropdown-menu .current-menu-item > a {
        color: #e96f59; }
      header#masthead .navbar.mobile .dropdown-menu:after {
        content: '';
        width: 100%; }
      header#masthead .navbar.mobile .dropdown-menu.show {
        height: auto;
        opacity: 1;
        background: #FFF; }
        @media screen and (max-width: 1200px) {
          header#masthead .navbar.mobile .dropdown-menu.show {
            background: transparent; } }
      header#masthead .navbar.mobile .dropdown-menu li {
        width: 40%;
        display: block;
        float: left; }
        header#masthead .navbar.mobile .dropdown-menu li a {
          font-size: 0.9rem !important;
          text-transform: uppercase; }
          header#masthead .navbar.mobile .dropdown-menu li a:hover {
            color: #e96f59; }
    header#masthead .navbar.mobile .dropdown-toggle::after {
      color: #e96f59; }
  header#masthead .dropdown-menu, header#masthead .dropdown-menu.show {
    border-radius: 0;
    border: none;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
    border-top: 2px solid #e96f59;
    top: 82%;
    left: 0;
    text-align: left;
    min-width: 8rem;
    background: #FFF; }
    header#masthead .dropdown-menu li a, header#masthead .dropdown-menu.show li a {
      text-align: left;
      width: auto;
      margin: 0.75rem 1rem; }
    header#masthead .dropdown-menu li.active a, header#masthead .dropdown-menu.show li.active a {
      border-bottom: 1px solid #153142; }
  @media screen and (max-width: 1023px) {
    header#masthead {
      position: absolute; }
      header#masthead .container {
        max-width: 100%;
        width: 100%;
        padding: 0;
        margin: 0; } }

#mobile-nav .invest-mobile .fas {
  color: #e96f59;
  font-size: 1.2rem; }

@media screen and (min-width: 1200px) {
  .container {
    max-width: 1280px; } }

@media screen and (max-width: 768px) {
  .container {
    max-width: 90%; } }

@media screen and (min-width: 768px) {
  .container {
    max-width: 90%; } }

@media screen and (max-width: 768px) {
  .container {
    max-width: 95%; } }

.tooltip-inner {
  background-color: #FFF;
  color: #153142;
  font-family: "Sentinel A", "Sentinel B";
  border-radius: 0; }

.tooltip .arrow {
  display: none !important; }

.header-media {
  background-color: #153142;
  background-size: cover;
  min-height: 800px;
  background-repeat: no-repeat;
  background-position: center center;
  max-height: 800px;
  overflow: hidden;
  position: relative;
  /* Header Media Queries */ }
  .header-media .header-caption {
    width: 20px;
    height: 20px;
    font-size: 1;
    position: absolute;
    bottom: 5%;
    right: 5%;
    z-index: 1010; }
    .header-media .header-caption .tooltip .arrow {
      display: none; }
  .header-media .video-container {
    display: none; }
  @media screen and (min-width: 1200px) {
    .header-media.has-video {
      background-image: none !important; }
      .header-media.has-video .video-container {
        display: block;
        min-height: 100%;
        position: absolute;
        top: 0; } }
  .header-media .cat {
    font-size: 0.88rem;
    text-align: center;
    margin-bottom: 2rem; }
    .header-media .cat .name {
      text-transform: uppercase;
      padding: 0.5rem 0.1rem 0.8rem;
      display: inline-block;
      border-bottom: 2px solid #e96f59; }
  .header-media .header-text {
    font-family: "Sentinel A", "Sentinel B";
    font-weight: 700;
    font-size: 4.5rem;
    position: absolute;
    max-width: 780px;
    z-index: 5;
    text-align: center;
    top: 50%;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    line-height: 1;
    color: #FFF; }
    .header-media .header-text .button.internal {
      border: 1px solid #FFF;
      color: #FFF; }
      .header-media .header-text .button.internal:after {
        color: #e96f59; }
      .header-media .header-text .button.internal:hover {
        color: #e96f59; }
    .header-media .header-text.fade-hide {
      display: none; }
    @media all and (-ms-high-contrast: none) {
      .header-media .header-text {
        width: 100%;
        text-align: center; } }
  .header-media .all-posts, .header-media .news-menu {
    position: absolute;
    border: none;
    bottom: 0;
    left: 0;
    right: 0;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
    .header-media .all-posts .button, .header-media .news-menu .button {
      border: none;
      background-color: #FFF;
      color: #e96f59; }
      .header-media .all-posts .button:hover, .header-media .news-menu .button:hover {
        color: #cc4b3a; }
    .header-media .all-posts.mobile, .header-media .news-menu.mobile {
      position: absolute;
      -ms-transform: translateY(0);
      transform: translateY(0);
      bottom: auto;
      top: 70%;
      z-index: 1000; }
      .header-media .all-posts.mobile .navbar, .header-media .news-menu.mobile .navbar {
        padding: 0.5rem 1rem; }
        .header-media .all-posts.mobile .navbar .news-nav, .header-media .news-menu.mobile .navbar .news-nav {
          background-color: #e96f59;
          width: 100%; }
        .header-media .all-posts.mobile .navbar li, .header-media .news-menu.mobile .navbar li {
          padding: 0.6rem 1rem; }
          .header-media .all-posts.mobile .navbar li a:hover, .header-media .news-menu.mobile .navbar li a:hover {
            color: #153142; }
        .header-media .all-posts.mobile .navbar .dropdown-menu, .header-media .news-menu.mobile .navbar .dropdown-menu {
          width: auto;
          margin-left: 0;
          padding-left: 0; }
      .header-media .all-posts.mobile .navbar-toggler, .header-media .news-menu.mobile .navbar-toggler {
        background-color: transparent;
        border: none;
        border-radius: none;
        color: #e96f59;
        outline: none !important; }
        .header-media .all-posts.mobile .navbar-toggler .drop span, .header-media .news-menu.mobile .navbar-toggler .drop span {
          font-size: 1rem;
          color: #FFF;
          margin-bottom: 0.6rem;
          display: block; }
          .header-media .all-posts.mobile .navbar-toggler .drop span:hover, .header-media .news-menu.mobile .navbar-toggler .drop span:hover {
            color: #e96f59; }
  .header-media .all-posts .button {
    margin-bottom: 0; }
  .header-media .news-menu {
    bottom: 2.4rem; }
  .header-media img {
    width: 100%;
    max-width: 100%;
    max-height: 900px; }
  .header-media #video {
    margin-left: 50%;
    transform: translateX(-50%); }
  .header-media.search {
    max-height: 500px;
    height: 500px;
    min-height: 500px; }
    .header-media.search .header-text {
      -ms-transform: translateY(-20%);
      transform: translateY(-20%); }
  @media screen and (max-width: 1023px) {
    .header-media {
      min-height: 600px;
      max-height: 600px;
      background-size: cover;
      background-position: center center; } }
  @media screen and (max-width: 768px) {
    .header-media {
      background-size: cover;
      min-height: 370px !important;
      max-height: 370px !important;
      background-position: center center; }
      .header-media .header-text {
        font-size: 3rem;
        max-width: 65%; } }

.category .header-media {
  overflow: visible; }

.category-news-resources .header-media, .jobs .header-media, .category-jobs .header-media, .press-release .header-media, .category-press-release .header-media, .category-in-the-news .header-media, .category-publications .header-media, .category-field-notes .header-media, .category-insights .header-media {
  background-color: #153142;
  min-height: 650px;
  background-repeat: no-repeat;
  max-height: 650px;
  overflow: visible;
  position: relative; }

#content.site-content {
  padding-top: 0;
  padding-bottom: 0; }

/* Home Page Styles */
.red-line {
  background-color: #e96f59;
  width: 3px;
  height: 710px;
  position: absolute;
  z-index: 10;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  top: -220px; }
  @media screen and (max-width: 768px) {
    .red-line {
      width: 80%;
      height: 3px;
      position: relative;
      top: auto;
      margin: 2rem auto 5rem auto; } }
  @media all and (-ms-high-contrast: none) {
    .red-line {
      top: -60px;
      height: 600px; } }

.intro-cols {
  position: relative;
  padding-bottom: 14.5rem;
  padding-top: 6rem; }
  .intro-cols p {
    font-size: 1.38rem;
    line-height: 1.7; }
  .intro-cols .top-img {
    max-width: 340px;
    margin-bottom: 0.7rem;
    height: 80px;
    max-height: 80px;
    margin-left: auto;
    margin-right: auto; }

/* Page Anchors */
.anchor-wrap .anchor-link {
  border-right: 1px solid #153142;
  text-align: center; }
  .anchor-wrap .anchor-link:last-child {
    border: none; }
  .anchor-wrap .anchor-link a {
    text-transform: uppercase;
    font-size: 0.8rem;
    color: #153142;
    padding: 0; }
  .anchor-wrap .anchor-link .fas {
    color: #e96f59;
    font-size: 1rem; }

@media screen and (max-width: 1023px) {
  .anchor-link {
    border: none !important;
    margin: 0.6rem 0; } }

/* Modules */
.module {
  max-width: 100%;
  padding-top: 4.5rem; }
  .module.first {
    padding-top: 4.5rem; }
  .module.last {
    padding-bottom: 4.5rem !important; }
  .module.pre-quote {
    padding-bottom: 14rem; }
  .module.slideshow {
    padding-top: 0;
    padding-bottom: 2rem;
    max-width: 100%; }
    .module.slideshow .cycle-slideshow {
      max-width: 1440px;
      margin-left: auto;
      margin-right: auto; }
    .module.slideshow .slide-info {
      max-width: 1440px;
      margin-left: auto;
      margin-right: auto; }
  .module.text-image-grid {
    padding-bottom: 6rem; }
  .module.video-section {
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
    max-width: 1440px;
    max-height: 805px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden; }
    .module.video-section .video-wide {
      max-width: 100%; }
    .module.video-section .video-container.embed {
      width: 100%;
      min-height: 810px; }
      .module.video-section .video-container.embed iframe {
        height: 100%;
        width: 100%; }
      .module.video-section .video-container.embed + .video-overlay {
        display: none; }
      @media screen and (max-width: 1023px) {
        .module.video-section .video-container.embed {
          min-height: 600px; } }
      @media screen and (max-width: 768px) {
        .module.video-section .video-container.embed {
          min-height: 400px; } }
      @media screen and (max-width: 576px) {
        .module.video-section .video-container.embed {
          min-height: 280px; } }
      .module.video-section .video-container.embed ifram .player .vp-player-layout {
        top: 0 !important; }
    .module.video-section .video-overlay {
      position: absolute;
      z-index: 20;
      bottom: 3rem;
      width: 100%; }
      .module.video-section .video-overlay h3 {
        font-size: 2.25rem;
        font-family: "Sentinel A", "Sentinel B";
        font-weight: 300; }
      .module.video-section .video-overlay .caption {
        border-left: 1px solid #FFF;
        padding-top: 0.15rem;
        padding-bottom: 0.05rem;
        padding-left: 2rem;
        line-height: 0.9;
        margin-bottom: 0;
        color: #FFF; }
      .module.video-section .video-overlay .playbutton {
        padding-top: 0.95rem;
        padding-bottom: 0.95rem; }
      .module.video-section .video-overlay .play {
        height: 7rem;
        width: 7rem;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
        background-position: center center;
        background-size: 100% auto;
        background-repeat: no-repeat;
        background-image: url("img/video_play.svg"); }
        .module.video-section .video-overlay .play:hover {
          opacity: 0.7;
          cursor: pointer; }
        .module.video-section .video-overlay .play.pause-button {
          height: 7rem;
          width: 7rem;
          margin-left: auto;
          margin-right: auto;
          background-position: center center;
          background-size: 100% auto;
          background-repeat: no-repeat;
          background-image: url("img/video_play.svg"); }
    @media screen and (max-width: 1023px) {
      .module.video-section .video-overlay h3 {
        font-size: 1.9rem; } }
    @media screen and (max-width: 1023px) {
      .module.video-section .video-overlay h3 {
        font-size: 1.4rem; }
      .module.video-section .video-overlay .play {
        width: 5rem;
        height: 100%; } }
  @media screen and (max-width: 768px) {
    .module {
      padding-top: 3rem; }
      .module.pre-quote {
        padding-bottom: 18rem; } }

.slide-panel {
  max-width: 1440px; }
  .slide-panel img {
    max-width: 100%; }
  .slide-panel .panel-container {
    max-width: 100%;
    margin: 0px;
    padding: 0; }
  .slide-panel .panel-frame {
    position: absolute;
    z-index: 40;
    height: 100%; }
    .slide-panel .panel-frame .container, .slide-panel .panel-frame .row {
      height: 100%; }
    .slide-panel .panel-frame .panel {
      background-color: #153142;
      color: #FFF;
      height: 100%;
      min-width: 500px; }
    .slide-panel .panel-frame .info {
      line-height: 1.5;
      text-align: center; }
      .slide-panel .panel-frame .info h4 {
        color: #fff;
        text-align: left;
        text-transform: uppercase;
        margin-bottom: 1rem; }
      .slide-panel .panel-frame .info p {
        text-align: left; }
      .slide-panel .panel-frame .info img {
        width: 120px;
        height: 120px;
        max-width: 120px;
        max-height: 120px;
        margin-bottom: 3.5rem; }
      @media screen and (max-width: 768px) {
        .slide-panel .panel-frame .info h4, .slide-panel .panel-frame .info p {
          text-align: center;
          max-width: 60%;
          margin-left: 20%;
          margin-right: 20%; }
        .slide-panel .panel-frame .info img {
          width: 80px;
          height: 80px; } }
    .slide-panel .panel-frame.left {
      left: 0; }
    .slide-panel .panel-frame.right {
      right: 0; }
  @media screen and (max-width: 768px) {
    .slide-panel .panel-container {
      max-width: 100%;
      padding: 0 15px; }
    .slide-panel .slide-panel img {
      visibility: hidden; } }

/* Quote Block */
.quote-block {
  padding-bottom: 3rem;
  color: #153142; }
  .quote-block .quote-img {
    margin-top: -140px; }
    .quote-block .quote-img img {
      border-radius: 50%;
      max-height: 238px;
      max-width: 238px; }
    @media screen and (max-width: 576px) {
      .quote-block .quote-img img {
        max-height: 180px; } }
  .quote-block .quote {
    font-family: "Sentinel A", "Sentinel B";
    font-style: italic;
    padding: 0 2rem;
    margin-top: 3rem;
    margin-bottom: 3rem;
    font-weight: 400;
    font-size: 3.75rem; }
    @media screen and (max-width: 768px) {
      .quote-block .quote {
        font-size: 2rem; } }
    @media screen and (max-width: 1023px) {
      .quote-block .quote {
        font-size: 2.5rem; } }
  .quote-block .credit-01, .quote-block .credit-02 {
    text-transform: uppercase;
    font-size: 0.8rem;
    line-height: 1.5; }
  .quote-block .credit-02 {
    margin-bottom: 2rem;
    line-height: 1.5; }

/* Page Navigation */
.page-navigation {
  padding-top: 5rem;
  padding-bottom: 3rem; }
  .page-navigation .anchor-link {
    font-size: 0.8rem;
    border-right: 1px solid #153142;
    text-align: center; }
    .page-navigation .anchor-link:last-child {
      border: none; }
    .page-navigation .anchor-link a {
      text-transform: uppercase;
      font-size: 0.8rem;
      color: #153142;
      padding: 0;
      margin-right: 0.65rem; }
      .page-navigation .anchor-link a:hover {
        color: #e96f59; }
    .page-navigation .anchor-link .fas {
      color: #e96f59; }

/* Short Quote */
.short-quote .quote-text {
  font-family: "Sentinel A", "Sentinel B";
  font-style: italic;
  font-size: 2rem;
  line-height: 1.3;
  color: #FFF;
  text-align: center;
  margin-top: 2.8rem; }

.short-quote .quote-credit {
  margin-top: 1.2rem;
  font-size: 0.9rem;
  line-height: 1.2;
  text-align: center; }

@media screen and (max-width: 768px) {
  .short-quote .quote-text {
    font-size: 1.8rem;
    margin-top: 1.8rem; }
  .short-quote div.button {
    position: relative !important;
    bottom: auto !important;
    margin-bottom: 1.8rem; }
  .short-quote .fnr {
    background-size: cover !important;
    background-position: center center !important; }
    .short-quote .fnr:after {
      display: none !important; } }

/* Map Module */
.map-module {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative; }
  @media screen and (min-width: 1200px) {
    .map-module {
      padding-top: 0 !important; } }
  .map-module .container-fluid {
    min-height: 800px; }
  .map-module .map-left, .map-module .map-right {
    margin-bottom: 4rem; }
  .map-module .map-overlay {
    position: absolute;
    z-index: 1001;
    width: 100%;
    bottom: 80px; }
    .map-module .map-overlay h2 {
      font-family: "Sentinel A", "Sentinel B"; }
    .map-module .map-overlay button.zoom {
      color: #FFF; }
      .map-module .map-overlay button.zoom a {
        color: #FFF; }
  @media screen and (max-width: 768px) {
    .map-module .container-fluid {
      min-height: 600px; }
    .map-module #map-wrap {
      max-height: 600px; } }
  @media screen and (max-width: 576px) {
    .map-module .container-fluid {
      min-height: 380px; }
    .map-module #map-wrap {
      max-height: 380px; }
    .map-module .map-overlay {
      bottom: 50px; } }

/* Image + Text Grid */
.grid-items {
  margin-top: 3rem;
  margin-bottom: 3rem; }

.grid-item {
  padding: 3rem 0; }
  .grid-item h4 {
    text-transform: uppercase;
    min-height: 2.2em; }
  .grid-item img {
    max-height: 180px;
    max-width: 100%; }
  .grid-item:nth-child(even) {
    border-left: 1px solid #FFF; }
  @media screen and (max-width: 1023px) {
    .grid-item {
      border: none !important; } }

/* Standard Columns */
.switch-cols {
  font-size: 1.1rem; }
  .switch-cols .img img {
    max-height: 150px;
    margin-bottom: 2em; }
  .switch-cols h3 {
    margin: 0 0 2em 0;
    text-align: center; }
  .switch-cols .content {
    line-height: 2;
    margin-bottom: 4.5rem; }
  .switch-cols .two-cols {
    column-count: 2;
    column-gap: 100px; }
  @media screen and (max-width: 576px) {
    .switch-cols .img img {
      max-height: 100px; }
    .switch-cols .two-cols {
      column-count: 1;
      column-gap: 0; } }

.single-post .switch-cols h3 {
  text-align: left; }

/* Graphic + Image Module */
.img-graphic img {
  margin: 5rem 0; }

.img-graphic .caption {
  font-size: 0.65rem;
  padding-bottom: 2rem;
  padding-left: 0;
  border-bottom: 1px solid #000; }

@media screen and (max-width: 768px) {
  .img-graphic .caption {
    text-align: center;
    border: none; } }

/* Slideshow Module */
.slideshow {
  padding-bottom: 6rem; }
  .slideshow .cycle-slideshow {
    position: relative; }
  .slideshow .captions {
    font-family: "Sentinel A", "Sentinel B" !important;
    font-size: 0.95rem;
    border-bottom: 1px solid #153142;
    padding: 1.5rem 0 1.2rem; }
  .slideshow .pager {
    padding: 1.2rem 0;
    line-height: 1.95rem; }
    .slideshow .pager span {
      margin: 0 0.3rem;
      font-size: 1.3rem;
      color: #B3B3B3; }
      .slideshow .pager span:hover {
        cursor: pointer; }
      .slideshow .pager span.cycle-pager-active {
        color: #e96f59; }
  .slideshow .slide-info {
    margin-bottom: 3rem; }
  .slideshow.pink .cycle-pager span {
    color: #FFF; }
    .slideshow.pink .cycle-pager span.cycle-pager-active {
      color: #153142; }
  @media screen and (max-width: 720px) {
    .slideshow.panel .cycle-slideshow {
      max-height: 400px;
      height: 400px;
      overflow: hidden; } }
  @media screen and (max-width: 768px) {
    .slideshow.panel .cptn {
      display: none; } }
  @media screen and (max-width: 720px) {
    .slideshow .cycle-slideshow {
      max-height: 320px;
      height: 320px;
      overflow: hidden; }
      .slideshow .cycle-slideshow > img, .slideshow .cycle-slideshow > div.slide-panel, .slideshow .cycle-slideshow > div.slide-panel > img {
        height: 100%;
        width: auto;
        min-width: inherit;
        max-width: 720px;
        margin-left: 50%;
        transform: translateX(-50%); }
      .slideshow .cycle-slideshow > div.slide-panel > img {
        opacity: 0; }
    .slideshow .captions {
      font-size: 0.75rem;
      border-bottom: none;
      padding-bottom: 0; }
    .slideshow .pager {
      padding-top: 0; }
      .slideshow .pager span {
        font-size: 0.8rem; } }

.cycle-prev, .cycle-next {
  position: absolute;
  top: 0;
  width: 49%;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 800;
  height: 100%;
  cursor: pointer; }

.cycle-prev {
  left: 0;
  background: url(img/slide-arrow-left@2x.png) 1% 50% no-repeat;
  background-size: 107px 119px; }

.cycle-next {
  right: 0;
  background: url(img/slide-arrow-right@2x.png) 99% 50% no-repeat;
  background-size: 107px 119px; }

.cycle-prev:hover, .cycle-next:hover {
  opacity: 1;
  filter: alpha(opacity=100); }

@media screen and (max-width: 768px) {
  .cycle-prev, .cycle-next {
    background-size: 64.2px 71.4px;
    display: block;
    opacity: 1; }
  .cycle-next {
    right: -5.5%; }
  .cycle-prev {
    left: -5.5%; } }

/* Field Note */
.fieldnote {
  width: 100%;
  padding: 0;
  /* Field Note Row Media Queries */ }
  .fieldnote div.button {
    position: absolute;
    bottom: 30px;
    align-self: center; }
  .fieldnote .container {
    max-width: 100%; }
  .fieldnote .fnrow {
    min-height: 450px; }
    .fieldnote .fnrow.right .fnl {
      background-position: center center;
      background-size: cover;
      background-repeat: no-repeat; }
      .fieldnote .fnrow.right .fnl:after {
        display: block;
        content: ' ';
        position: absolute;
        top: 5rem;
        right: -50px;
        width: 0;
        height: 0;
        border-top: 32px solid transparent;
        border-right: 58px solid #a9c233;
        border-bottom: 32px solid transparent;
        transform: rotate(180deg);
        z-index: 50; }
        @media screen and (max-width: 768px) {
          .fieldnote .fnrow.right .fnl:after {
            display: none; } }
    .fieldnote .fnrow.right .fnr {
      background-position: center center;
      background-size: cover;
      background-repeat: no-repeat;
      min-height: 450px; }
      .fieldnote .fnrow.right .fnr:before, .fieldnote .fnrow.right .fnr:after {
        display: none; }
    .fieldnote .fnrow.flex-row-reverse {
      background-position: right center; }
      .fieldnote .fnrow.flex-row-reverse .fnr {
        background-position: center center;
        background-size: cover;
        background-repeat: no-repeat; }
        .fieldnote .fnrow.flex-row-reverse .fnr:after {
          display: block;
          content: ' ';
          position: absolute;
          top: 5rem;
          right: -50px;
          width: 0;
          height: 0;
          border-top: 32px solid transparent;
          border-right: 58px solid #e96f59;
          border-bottom: 32px solid transparent;
          transform: rotate(180deg); }
        .fieldnote .fnrow.flex-row-reverse .fnr.pink:after {
          border-right: 58px solid #e96f59; }
        .fieldnote .fnrow.flex-row-reverse .fnr.green:after {
          border-right: 58px solid #a9c233; }
  .fieldnote .txt {
    padding-top: 1rem; }
  .fieldnote .fnl {
    position: relative;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat; }
    .fieldnote .fnl.qot:after {
      border: none !important;
      display: none; }
    .fieldnote .fnl.green:after {
      border-right-color: #a9c233 !important; }
    .fieldnote .fnl.image:after {
      display: none !important; }
    @media screen and (max-width: 768px) {
      .fieldnote .fnl:before {
        display: none; } }
  .fieldnote .fnr {
    position: relative;
    color: #153142;
    font-size: 1rem;
    line-height: 1.7; }
    .fieldnote .fnr:before {
      display: block;
      content: ' ';
      position: absolute;
      top: 5rem;
      left: -50px;
      width: 0;
      height: 0;
      border-top: 32px solid transparent;
      border-right: 58px solid #e96f59;
      border-bottom: 32px solid transparent; }
    .fieldnote .fnr.pink:before {
      border-right-color: #e96f59; }
    .fieldnote .fnr.green:before {
      display: none; }
    .fieldnote .fnr.tan:before, .fieldnote .fnr.tan:after {
      border-right-color: #e8e5df; }
    .fieldnote .fnr.image:after {
      display: none !important; }
  .fieldnote .sa-fieldnote {
    font-size: 0.85rem;
    margin-top: 1.5rem; }
    .fieldnote .sa-fieldnote a {
      color: #FFF;
      letter-spacing: 0.15rem; }
      .fieldnote .sa-fieldnote a:hover {
        color: #153142; }
    .fieldnote .sa-fieldnote span {
      margin-left: 1rem; }
  .fieldnote .sa-insight {
    margin-left: 1rem;
    color: #FFF; }
    .fieldnote .sa-insight a {
      color: #FFF; }
  .fieldnote .button.download {
    border-color: #FFF; }
  .fieldnote .label span {
    color: #FFF;
    padding-left: 1rem;
    font-size: 0.7rem; }
    .fieldnote .label span a {
      color: #FFF; }
      .fieldnote .label span a:hover {
        color: #cc4b3a; }
    .fieldnote .label span:hover {
      color: #cc4b3a; }
      .fieldnote .label span:hover .fas {
        color: #cc4b3a; }
  .fieldnote .label .fas {
    color: #FFF;
    padding-left: 0.25rem; }
  .fieldnote.insight .right .button {
    background-color: #FFF;
    color: #153142;
    border: none; }
    .fieldnote.insight .right .button:hover {
      color: #cc4b3a; }
  .fieldnote .see-all {
    margin-top: 1.2rem;
    font-size: 0.8rem;
    display: block; }
    .fieldnote .see-all a {
      color: #FFF; }
      .fieldnote .see-all a .fas {
        color: #153142;
        margin-left: 0.5rem; }
      .fieldnote .see-all a:hover {
        color: #153142; }
  @media all and (-ms-high-contrast: none) {
    .fieldnote .fnr, .fieldnote .fnl {
      min-height: 450px; } }
  @media screen and (max-width: 1023px) {
    .fieldnote .fnl, .fieldnote .fnr {
      font-size: 0.8rem; } }
  @media screen and (max-width: 768px) {
    .fieldnote .fnrow {
      background-position: top center;
      background-size: 100% auto; }
    .fieldnote .fnl, .fieldnote .fnr {
      min-height: 400px;
      font-size: 1rem; }
    .fieldnote .fnr, .fieldnote .right .fnl.green {
      padding: 2rem 0; }
      .fieldnote .fnr:after, .fieldnote .right .fnl.green:after {
        display: block;
        content: ' ';
        position: absolute;
        top: -3rem;
        left: 5rem;
        width: 0;
        height: 0;
        border-top: 28px solid transparent;
        border-right: 44px solid #e96f59;
        border-bottom: 28px solid transparent;
        transform: rotate(90deg); } }
  @media screen and (max-width: 576px) {
    .fieldnote .fnl, .fieldnote .fnr {
      min-height: 320px !important; } }
  .fieldnote + .switch-cols, .fieldnote + .img-graphic, .fieldnote + .text-image-grid {
    padding-top: 6.5rem; }

.labels {
  margin-top: 3.2rem; }
  .labels p:first-child {
    line-height: 1;
    font-size: 0.84rem;
    text-transform: uppercase; }
  .labels h3 {
    color: inherit;
    font-family: "Sentinel A", "Sentinel B";
    font-weight: 400;
    font-size: 2.25rem;
    line-height: 1;
    margin-bottom: 0; }
  @media screen and (max-width: 576px) {
    .labels h3 {
      font-size: 2rem; } }

.thumbnail {
  margin-top: 6rem; }
  .thumbnail img {
    border-radius: 50%; }

/* Contact Page */
.page-template-page-contact {
  font-size: 1rem; }
  .page-template-page-contact .intro-cols {
    padding-top: 0rem !important; }
    .page-template-page-contact .intro-cols p {
      font-size: 1rem; }
  .page-template-page-contact .module.contact {
    padding-bottom: 20rem; }
  .page-template-page-contact h3 {
    text-transform: uppercase;
    font-size: 1.1rem; }
  .page-template-page-contact .header-media {
    min-height: 550px;
    max-height: 550px; }
    .page-template-page-contact .header-media .fade-text {
      color: #e96f59; }
  .page-template-page-contact .social span {
    color: #e96f59;
    font-size: 1.25rem;
    margin-right: 1rem; }
  .page-template-page-contact .contact-info {
    margin-top: 2rem; }
    .page-template-page-contact .contact-info p {
      font-size: 0.88rem; }
      .page-template-page-contact .contact-info p a {
        font-size: 0.75rem; }
      .page-template-page-contact .contact-info p em {
        font-family: "Sentinel A", "Sentinel B";
        font-style: italic; }
  .page-template-page-contact .button.external, .page-template-page-contact .button.internal {
    color: #FFF; }
    .page-template-page-contact .button.external:after, .page-template-page-contact .button.internal:after {
      color: #e96f59; }
    .page-template-page-contact .button.external:hover, .page-template-page-contact .button.internal:hover {
      color: #e96f59; }

.contact .red-line {
  height: 80%;
  top: -5rem; }

@media screen and (max-width: 768px) {
  .contact .red-line {
    display: none; }
  .contact.intro-cols .row > div {
    margin-bottom: 3rem; } }

/* Search Page */
.results div:last-child {
  border-bottom: 1px solid #FFF;
  margin-bottom: 8rem; }

.result {
  border-top: 1px solid #FFF;
  padding: 3rem 0; }
  .result h3 {
    max-width: 65%; }
    .result h3 a {
      margin-right: 1rem;
      color: #FFF; }
      .result h3 a:hover {
        color: #e96f59; }
    .result h3 .fas {
      color: #e96f59; }
  @media screen and (max-width: 1023px) {
    .result h3 {
      max-width: 80%; } }

.no-results {
  border-bottom: 0 !important;
  padding-bottom: 6rem; }
  .no-results div {
    border: none !important; }

/* EFM Team Members */
.tm-wrap, .filtr-container {
  padding-bottom: 3rem; }

.tm-filters {
  margin-bottom: 6rem; }
  .tm-filters .filters {
    font-size: 0.75rem;
    text-transform: uppercase; }
    .tm-filters .filters > span {
      display: inline-block;
      padding: 0.25rem 1rem;
      border-right: 1px solid #153142; }
      .tm-filters .filters > span:hover {
        cursor: pointer; }
      .tm-filters .filters > span:last-child {
        border-right: none; }
      .tm-filters .filters > span span {
        padding: 0.25rem 0.25rem; }
    .tm-filters .filters .fltr-sel span {
      border-bottom: 1px solid #e96f59; }
    @media screen and (max-width: 768px) {
      .tm-filters .filters > span {
        border: none; } }

.tm-block {
  margin-bottom: 3rem; }
  .tm-block .portrait {
    max-height: 168px;
    max-width: 168px;
    float: left; }
    .tm-block .portrait img {
      border-radius: 50%; }
  .tm-block .name {
    font-size: 1rem;
    text-transform: uppercase;
    line-height: 1; }
  .tm-block .titles {
    font-family: "Sentinel A", "Sentinel B";
    font-weight: 300;
    font-size: 1rem;
    line-height: 1.5;
    margin-bottom: 0.5rem; }
  .tm-block .short {
    line-height: 1.35;
    margin-bottom: 0.35rem;
    margin-top: 0.20rem;
    font-size: 1rem; }
  .tm-block .roles {
    font-family: "Sentinel A", "Sentinel B";
    font-size: 0.85rem;
    font-style: italic; }
    .tm-block .roles span {
      font-style: normal; }
  .tm-block:hover {
    cursor: pointer; }
  @media screen and (min-width: 1200px) {
    .tm-block {
      min-height: 260px; } }
  @media screen and (max-width: 1200px) {
    .tm-block {
      min-height: 320px; }
      .tm-block .short {
        font-size: 0.9rem; } }
  @media screen and (max-width: 768px) {
    .tm-block {
      min-height: 280px;
      left: 0; }
      .tm-block .short {
        font-size: 1rem; } }
  @media screen and (max-width: 576px) {
    .tm-block {
      min-height: 260px; }
      .tm-block .short {
        font-size: 1rem; } }

.tm-modal .container, .tm-modal .container .row {
  height: 100%; }

.tm-modal:before {
  content: '';
  display: block;
  height: 1.25rem;
  width: 1.25rem;
  position: absolute;
  right: 1rem;
  top: 1rem;
  background-image: url("img/modal_close.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 1.5rem 1.5rem;
  cursor: pointer;
  padding: 2rem;
  z-index: 3000; }

.tm-modal .name {
  font-size: 1rem;
  text-transform: uppercase;
  line-height: 1;
  color: #e96f59; }

.tm-modal .titles {
  font-family: "Sentinel A", "Sentinel B";
  font-weight: 300;
  font-size: 1.25rem;
  line-height: 1.5;
  margin-bottom: 0.7rem; }

.tm-modal .full {
  font-size: 1rem;
  line-height: 2; }

@media screen and (max-width: 576px) {
  .tm-modal .tm-box {
    margin-top: 3rem; }
  .tm-modal .full {
    font-size: 0.95rem; } }

/* Single Posts */
.date {
  font-size: .75rem;
  font-weight: 400;
  margin-bottom: 1rem; }

.author {
  line-height: 1;
  font-size: 1.2rem; }
  .author .portrait img {
    border-radius: 50%;
    max-height: 100px; }
  .author .name {
    text-transform: uppercase; }
    .author .name span {
      font-size: 1.2rem; }
  .author .titles {
    font-family: "Sentinel A", "Sentinel B";
    font-weight: 400;
    text-transform: none;
    font-size: 1rem; }
  .author .date {
    font-family: "Sentinel A", "Sentinel B";
    font-weight: 400; }
  @media screen and (max-width: 576px) {
    .author .name span {
      margin-top: 0.3rem; }
    .author .titles {
      display: block; } }

.author-block {
  margin-top: 6rem; }
  .author-block .titles {
    line-height: 1.75; }
  .author-block p {
    margin-bottom: 0; }

.post-nav {
  background-color: #FFF;
  padding: 4rem 0; }

.navigation.post-navigation {
  width: 100%;
  float: none;
  background-color: #FFF; }

.posts-navigation .nav-previous, .post-navigation .nav-previous, .posts-navigation .nav-next, .post-navigation .nav-next {
  color: #153142;
  border-radius: 0; }
  .posts-navigation .nav-previous .fas, .post-navigation .nav-previous .fas, .posts-navigation .nav-next .fas, .post-navigation .nav-next .fas {
    color: #e96f59; }
  .posts-navigation .nav-previous a, .post-navigation .nav-previous a, .posts-navigation .nav-next a, .post-navigation .nav-next a {
    font-size: 0.75rem;
    text-transform: uppercase;
    color: #153142;
    border: none;
    border-radius: 0; }
    .posts-navigation .nav-previous a:before, .post-navigation .nav-previous a:before, .posts-navigation .nav-next a:before, .post-navigation .nav-next a:before {
      content: '';
      display: none; }
    .posts-navigation .nav-previous a:after, .post-navigation .nav-previous a:after, .posts-navigation .nav-next a:after, .post-navigation .nav-next a:after {
      content: '';
      display: none; }
    .posts-navigation .nav-previous a:hover, .post-navigation .nav-previous a:hover, .posts-navigation .nav-next a:hover, .post-navigation .nav-next a:hover {
      color: #e96f59;
      background-color: transparent; }
  .posts-navigation .nav-previous:hover, .post-navigation .nav-previous:hover, .posts-navigation .nav-next:hover, .post-navigation .nav-next:hover {
    background-color: transparent; }
  @media screen and (max-width: 576px) {
    .posts-navigation .nav-previous a, .post-navigation .nav-previous a, .posts-navigation .nav-next a, .post-navigation .nav-next a {
      text-align: center;
      font-size: 1.5rem;
      color: rgba(255, 255, 255, 0); }
      .posts-navigation .nav-previous a:hover, .post-navigation .nav-previous a:hover, .posts-navigation .nav-next a:hover, .post-navigation .nav-next a:hover {
        color: rgba(255, 255, 255, 0); } }

.button.all-posts-bottom {
  margin-top: -2.4rem;
  border-width: 2px; }
  @media screen and (max-width: 768px) {
    .button.all-posts-bottom {
      font-size: 0.8rem;
      margin-top: -3rem; } }

/* Jobs */
.jobs h3, .jobs h4 {
  text-transform: uppercase;
  margin: 2rem 0;
  font-size: 1rem; }

.jobs .hdr span {
  text-transform: none; }

.jobs ul, .jobs ol {
  margin-left: 0;
  padding-left: 1.2rem; }

/* News & Resoures */
#menu-news-resources-menu {
  flex-direction: row;
  max-width: 100%; }

#main-nav-3 {
  position: relative; }
  #main-nav-3 li {
    border: none; }

.news-menu-wrap {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.09rem; }
  .news-menu-wrap li {
    border-right: 1px solid #FFF;
    padding: 0.1rem 1.8rem; }
    .news-menu-wrap li:last-child {
      border: none; }
    .news-menu-wrap li a {
      padding: 0 0 0.25rem 0;
      color: #FFF; }
      .news-menu-wrap li a:hover {
        color: #e96f59; }
    @media screen and (max-width: 768px) {
      .news-menu-wrap li {
        display: inline-block; } }
  .news-menu-wrap .current-menu-item a, .news-menu-wrap .current-menu-parent > a {
    border-bottom: 2px solid #e96f59; }
    @media screen and (max-width: 1023px) {
      .news-menu-wrap .current-menu-item a, .news-menu-wrap .current-menu-parent > a {
        border-bottom: none;
        color: #153142; }
        .news-menu-wrap .current-menu-item a:hover, .news-menu-wrap .current-menu-parent > a:hover {
          color: #153142; } }
  .news-menu-wrap .dropdown-item {
    display: inline-block;
    width: auto; }
  .news-menu-wrap .navbar-expand-xl .navbar-nav .dropdown-menu {
    font-size: 0.65rem;
    background-color: transparent;
    padding: 0;
    padding-top: 0.25rem;
    padding-left: 0.5rem;
    border: none;
    width: 180%;
    height: auto; }
    .news-menu-wrap .navbar-expand-xl .navbar-nav .dropdown-menu li {
      border: none; }
    .news-menu-wrap .navbar-expand-xl .navbar-nav .dropdown-menu a {
      padding: 0 0 0.5rem 0;
      outline: 0 !important; }
  .news-menu-wrap .navbar-expand-xl .navbar-nav .nav-link {
    padding-left: 0;
    padding-right: 0; }

.inthe-block h3 {
  margin-bottom: 0.25rem; }

.inthe-block .date {
  display: block;
  margin-bottom: 1rem;
  font-size: 0.75rem; }

/* Custom Twitter Posts */
#ctf {
  margin-top: 0; }
  @media screen and (min-width: 1440px) {
    #ctf {
      margin-top: 3rem; } }
  @media all and (-ms-high-contrast: none) {
    #ctf {
      margin-top: 0; } }
  #ctf .ctf-author-box {
    display: none; }
  #ctf .ctf-photo-hover {
    display: none !important; }
  #ctf .ctf-item {
    border: none !important;
    padding: 5px; }
  #ctf .ctf-tweets.tweet1 > div:nth-of-type(2) {
    display: none; }
  #ctf .ctf-tweets.tweet2 > div:first-child {
    display: none; }
  #ctf p.ctf-tweet-text {
    font-size: 1rem;
    line-height: 1.92;
    letter-spacing: 0.06rem;
    float: none !important;
    clear: none !important; }
    #ctf p.ctf-tweet-text br {
      display: none; }
    #ctf p.ctf-tweet-text.no-image {
      margin-left: 8.88% !important; }
    @media screen and (max-width: 1023px) {
      #ctf p.ctf-tweet-text {
        font-size: 1rem; } }
    @media screen and (max-width: 576px) {
      #ctf p.ctf-tweet-text {
        font-size: 1.1rem; } }
  #ctf .ctf-tweet-content {
    width: 100%;
    margin-left: 0 !important; }
    #ctf .ctf-tweet-content a {
      color: #153142; }
      #ctf .ctf-tweet-content a:hover {
        color: #e96f59; }
  #ctf .ctf-tweet-media {
    float: none !important;
    clear: none !important; }
    #ctf .ctf-tweet-media a {
      border-radius: 50% !important;
      width: 100%;
      background-size: cover; }
    #ctf .ctf-tweet-media img {
      display: none; }
  #ctf .ctf-twitter-card {
    display: none; }

.static-text.category {
  color: #e96f59; }

.post-grid .container {
  max-width: 100%; }

.post-grid.fnotes .fieldnote:nth-child(even) .fnr {
  background-color: #EA7D6E; }
  .post-grid.fnotes .fieldnote:nth-child(even) .fnr:before {
    border-right: 58px solid #EA7D6E !important; }

.post-grid.fnotes .see-all {
  display: none; }

.post-grid.press {
  border-top: 0.1pt solid #FFF; }
  .post-grid.press .press-block {
    border-bottom: 0.1pt solid #FFF; }
    .post-grid.press .press-block:nth-child(odd) {
      border-right: 0.1pt solid #FFF; }

.category-insights .post-grid .fieldnote:nth-child(even).short .fnr {
  background-color: #d9d6d1; }
  .category-insights .post-grid .fieldnote:nth-child(even).short .fnr:before {
    border-right: 58px solid #d9d6d1 !important; }

.fieldnote .button {
  margin-bottom: 3rem; }

.grid-block {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat; }
  .grid-block > .row {
    min-height: 450px;
    height: 100%; }
  .grid-block .button {
    margin-bottom: 3rem; }
  @media screen and (max-width: 768px) {
    .grid-block > .row {
      min-height: 410px; } }
  @media screen and (max-width: 576px) {
    .grid-block > .row {
      min-height: 360px; } }

.job-block .label {
  color: #e96f59; }

.job-block .button.internal {
  background-color: #FFF;
  color: #153142;
  border: none; }
  .job-block .button.internal:hover {
    color: #e96f59; }

.press-block .label {
  color: #e96f59; }

.press-block .button.external, .press-block .button.internal {
  background-color: #FFF;
  color: #153142;
  border: none; }
  .press-block .button.external:hover, .press-block .button.internal:hover {
    color: #e96f59; }

.insight-block .button.internal {
  background-color: #FFF;
  color: #153142;
  border: none; }
  .insight-block .button.internal:hover {
    color: #e96f59; }

.tan {
  background-color: #e8e5df;
  color: #153142; }

.blue {
  background-color: #153142;
  color: #FFF; }

.white {
  background-color: #FFF;
  color: #153142; }

/* Footer */
body:not(.theme-preset-active) footer#colophon, footer#colophon {
  background-color: #153142; }

.footer-logo {
  width: 168px;
  height: 150px;
  background-image: url("img/EFM_footer_logo.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto auto;
  margin-left: auto;
  margin-right: auto; }
  .footer-logo a {
    display: block;
    height: 100%; }
  @media screen and (max-width: 768px) {
    .footer-logo {
      margin-bottom: 2rem;
      width: 100%; } }
  @media screen and (max-width: 576px) {
    .footer-logo {
      max-width: 120px;
      height: 90px;
      margin-bottom: 2rem; } }

#colophon {
  font-family: "Sentinel A", "Sentinel B";
  font-style: normal;
  padding: 5.5rem 0 4.25rem 0;
  font-size: 1rem;
  line-height: 1.5; }
  #colophon .button {
    font-size: 0.6rem; }
  #colophon h4 {
    color: #e96f59;
    text-transform: uppercase;
    font-size: 0.88rem; }
  #colophon a {
    color: #e96f59 !important; }
    #colophon a:hover {
      color: #cc4b3a !important; }
  #colophon .button {
    color: #FFF !important; }
  #colophon a[href*="tel"] {
    font-size: 0.75rem; }
  #colophon .social {
    font-size: 1.2rem;
    margin-top: 2rem; }
    #colophon .social span:first-child {
      margin-right: 1rem; }
  @media screen and (max-width: 768px) {
    #colophon p, #colophon h4 {
      font-size: 1.25rem !important; }
    #colophon .button {
      font-size: 0.8rem; }
    #colophon a[href*="tel"] {
      font-size: 1.05rem; }
    #colophon .column {
      margin-bottom: 3rem; } }
  @media screen and (max-width: 576px) {
    #colophon .about {
      display: none; }
    #colophon .social {
      font-size: 2rem;
      margin-bottom: 3rem; }
    #colophon .column {
      margin-bottom: 0; }
    #colophon .button {
      margin-top: 2rem;
      margin-bottom: 3rem; } }
