/************************************************

Stylesheet: Global Stylesheet

*************************************************/

@import url("https://use.typekit.net/cse4idp.css");



html,
body {
  font-size: 16px;
  background: #fff;
  scroll-behavior: smooth;
}

@media print, screen and (min-width: 40em) {
  html {
    font-size: 16px;
  }

  body {
    font-size: 18px;
  }
}

.grid-container {
  padding-left: .9375rem;
  padding-right: .9375rem;
}

html,
body,
p,
h3,
h4,
h5,
h6,
blockquote,
blockquote p,
.back-to-top
 {
  font-family: 'proxima-nova', sans-serif;
  font-weight: 400;
  color:#43617C;
}

h1,
h2,
h3,
h4,
#breadcrumbs {
  text-transform: uppercase;
  font-family: 'neusa-next-std-condensed', sans-serif;
  font-weight: 500;
  line-height: 1.15;
}

h1 {
  font-size: 2em;
  margin-bottom: 1rem;
}

h2 {
  font-size: 1.75em;
  margin-bottom: 1rem;
}

.publications h2 {
  margin-bottom: 0;
}

#breadcrumbs {
  font-size: 1.5em;
  margin-bottom: .5rem;
}

h3 {
  font-size: 1.25em;
  margin-bottom: .5rem;
}

h4 {
  font-size: 1em;
  margin-bottom: .5rem;
}

@media print, screen and (min-width: 40em) {
  #breadcrumbs {
    font-size: 1em;
  }
}
.back-to-top {
  font-size: .75em;
  text-transform: none;
  float: right;
}

.grid-container {
  padding-left: .9375rem;
  padding-right: .9375rem;
}

#breadcrumbs a {
  font-weight: 500;
}

.entry-content > ol > li > ol {
  list-style: lower-alpha;
}

li h3 {
  margin-top: 1rem;
}

hr {
  border-bottom: 4px solid #F6F7F9;
}

.blue {
  color: #43617C;
}

/* Padding & Margin */

.has-padding {
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
}

.has-padding--large {
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
}

.has-padding--short {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

@media print, screen and (max-width: 39.95em) {
  .add-padding-small {
    padding-left: .9375rem;
    padding-right: .9375rem;
  }
}

@media print, screen and (max-width: 63.95em) {
  .has-margin--short {
    margin-top: .75rem;
    margin-bottom: .75rem;
  }
  .grid-x.has-padding--short {
    padding-bottom: 0;
    padding-top: 0;
  }
}

.small {
  font-size: .85em;
  display: block;
  padding-left: .5rem;
  margin-top: -.5rem;
}

.small,
.small a {
    font-weight: 400;
}

.two-col {
  list-style: none;
  margin: 1.5rem 0;
}

.two-col li {
  margin-bottom: 1.5rem;
}


@media print, screen and (min-width: 40em) {
  .two-col {
    column-count: 2;
  }
}
/* Backgrounds */

.bg--grey {
  background-color: #F6F7F9;
}

.bg--blue {
  background-color: #43617C;
}

.bg--red {
  background-color: #8D1715;
}

.bg--padding {
  padding: .75rem .75rem .375rem .75rem;
}

.bg--blue,
.bg--blue a,
.bg--blue p,
.bg--blue h1,
.bg--blue h2,
.bg--blue h3,
.bg--blue h4,
.bg--blue h5,
.bg--blue h6,
.bg--red,
.bg--red a,
.bg--red p,
.bg--red h1,
.bg--red h2,
.bg--red h3,
.bg--red h4,
.bg--red h5,
.bg--red h6 {
  color: #F6F7F9;
}

.bg--blue a:hover,
.bg--blue a:active,
.bg--blue a:focus,
.bg--blue a:visited,
.bg--red a:hover,
.bg--red a:active,
.bg--red a:focus,
.bg--red a:visited {
  color:#dadde6;
}

@media print, screen and (min-width: 40em) {
  .bg--padding {
    padding: 1.5rem 1.5rem .75rem 1.5rem;
  }
}

/* Others */

.grid-table {
  background: #FFF;
  border: 1px solid #dadde6;
}

.grid-table .cell {
  padding: .5rem;
  border-bottom: 1px solid #dadde6;
  font-size: .9em;
}

.grid-table .cell.bg--blue {
  border-bottom: none;
}
/*********************
LINK & BUTTONS
*********************/

a {
  color:#224263;
  font-weight: 600;
  text-decoration: underline;
}

a:focus,
a:hover {
    color: #8D1715;
}

a,
a:link,
a:active,
a:focus,
a:visited,
a p,
a span,
a h1,
a h2,
a h3,
a h4,
a h5,
a h6 {
  -webkit-transition: all .2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all .2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: all .2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all .2s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all .2s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.accordion-menu a,
.accordion-menu a:link,
.accordion-menu a:active,
.accordion-menu a:focus,
.accordion-menu a:visited {
  -webkit-transition: all 0s ease-in-out;
  -moz-transition: all 0s ease-in-out;
  -ms-transition: all 0s ease-in-out;
  -o-transition: all 0s ease-in-out;
  transition: all 0s ease-in-out;
}

.btn,
.taglist a {
  background: #43617C;
  color:#F6F7F9;
  text-transform: uppercase;
  font-family: 'neusa-next-std-condensed', sans-serif;
  font-size: 1.35em;
  font-weight: 400;
  line-height: 1;
  padding: .5rem .75rem;
  display: inline-block;
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: none;
  text-decoration: none;
}

.btn.big {
  padding: .9375rem 1.5rem;
  font-size: 1.1em;
  width: 100%;
}

.btn.big.red {
	background:#8d1715 !important;
}

.btn.red:hover {
	background:#691110 !important;
}




.single-publication .btn.big {
  margin-bottom: 0;
}

@media print, screen and (min-width: 40em) {
  .btn {
    font-size: 1em;
  }
  .btn.big {
    width: auto;
  }
}

.btn:hover,
.btn:active,
.btn:focus {
  background:#224263;
  color: #F6F7F9;
}

.btn--white,
.btn--newsletter,
.taglist a {
  background: #F6F7F9 !important;
  color: #43617C !important;
}

.taxonomies {
  margin-bottom: 1rem;
}

.taglist {
  display: inline;
}
.taglist a {
  margin: .15rem;
  font-size: 1.25em;
}

.searchtags {
  display: inline-block !important;
  opacity: .25;
  cursor: not-allowed !important;
  pointer-events: none;
}

.searchtags.is-visible {
  opacity: 1;
  cursor: pointer !important;
  pointer-events: all;
}

@media print, screen and (min-width: 40em) {
  .taglist a {
    font-size: 1em;
  }
}

.page-title__term::after {
  content: ' + ';
}

.page-title__term:last-child::after {
  content: '';
}

.bg--red .btn--white {
  color: #8D1715 !important;
}

.btn--newsletter {
  margin-top: 0;
  cursor:pointer;
}

.taglist a.btn--white--selected,
.selected {
  background: #e0e3e6 !important;
  color: #43617C !important;
}

.btn--white:hover,
.btn--white:active,
.btn--white:focus,
.btn--newsletter:hover,
.btn--newsletter:active,
.btn--newsletter:focus,
.taglist a:hover {
  background:#dadde6 !important;
  color: #43617C !important;
}

.bg--red .btn--white:hover,
.bg--red .btn--white:active,
.bg--red .btn--white:focus {
  color: #691110 !important;
}

.btn span::after {
  content: '\f0142';
  font-family: 'Material Design Icons';
  margin-left: .5rem;
}

.anchor {
  display: block;
  padding-top: 7.5rem;
  margin-top: -7.5rem;
}
/*********************
POSTS & CONTENT STYLES
*********************/
.page-title .vcard {
  border: 0px;
  padding: 0px; }

.byline {
  color: #637A91;
  font-size: .9em;
  margin-bottom: 0;
}

.FEAblogNotice {
  display: block;
  font-style: italic;
  font-size: 1.19em !important;
  line-height: 1.15;
  font-weight: 600;
}

.entry-content img {
  max-width: 100%;
  height: auto; }

.entry-content .alignleft, .entry-content img.alignleft {
  margin-right: 1.5em;
  display: inline;
  float: left; }

.entry-content .alignright, .entry-content img.alignright {
  margin-left: 1.5em;
  display: inline;
  float: right; }

.entry-content .aligncenter, .entry-content img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both; }

.entry-content video, .entry-content object {
  max-width: 100%;
  height: auto; }

.entry-content pre {
  background: #eee;
  border: 1px solid #cecece;
  padding: 10px; }

.wp-caption {
  max-width: 100%;
  background: #eee;
  padding: 5px; }
  .wp-caption img {
    max-width: 100%;
    margin-bottom: 0;
    width: 100%; }
  .wp-caption p.wp-caption-text {
    font-size: 0.85em;
    margin: 4px 0 7px;
    text-align: center; }

.post-password-form input[type="submit"] {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  font-family: inherit;
  padding: 0.85em 1em;
  -webkit-appearance: none;
  border: 1px solid transparent;
  border-radius: 0;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-size: 0.9rem;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #1779ba;
  color: #F6F7F9; }
  [data-whatinput='mouse'] .post-password-form input[type="submit"] {
    outline: 0; }
  .post-password-form input[type="submit"]:hover, .post-password-form input[type="submit"]:focus {
    background-color: #14679e;
    color: #F6F7F9; }

/* Banner Styles */

.banner,
.banner--home {
  position: relative;
}

.page-id-13964 .banner {
  height: 20rem;
}

.banner {
  height: 10rem;
}
.banner--home {
  height: auto;
  padding: 2rem 0;
}

.banner--image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media print, screen and (min-width: 40em) {
  .banner--home {
    height: calc(100vh - 5.5rem);
  }

  .banner--home .medium-6 {
    padding-right: 2rem;
  }
}

.banner::after {
  content:'';
  background:#050F24;
  opacity:.3;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index:0;
}

.banner .grid-container,
.banner .grid-x {
  height: 100%;
  position: relative;
  z-index:1;
}

.banner__title,
.banner__caption {
  color:#F6F7F9;
}

/* Accordions */

.accordion {
  margin: 1rem 0 2rem;
}

.accordion-title {
  font-size: 1em;
  padding: 1.5rem 3rem 1.5rem 1.5rem;
  text-transform: uppercase;
  font-family: 'neusa-next-std-condensed', sans-serif;
  font-weight: 500;
  line-height: 1;
  color:#43617C;
  border-color: #dadde6;
  text-decoration: none;
}

.accordion-title:focus,
.accordion-title:hover,
.accordion-item.is-active .accordion-title {
    background-color: #43617C;
    color:#F6F7F9;
}

.accordion-title::before {
  font-family: 'proxima-nova', sans-serif;
  font-weight: 900;
  right: 1.5rem;
}

.accordion-content {
  padding: 1.5rem;
  border-color:#dadde6;
  font-family: 'proxima-nova', sans-serif;
  font-weight: 400;
  color:#43617C;
}
.accordion-content p:last-child {
  margin-bottom: 0;
}

.about__team--title {
  font-size:.9em;
  display: block;
  margin-top:-.5rem;
  margin-bottom: 1rem;
}

/* Tabs */

.tabs {
  display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

@media print, screen and (min-width: 40em) {
  .tabs {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .tabs-title {
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
}

.tabs-title a {
  text-transform: uppercase;
  font-family: 'neusa-next-std-condensed', sans-serif;
  font-weight: 500;
  line-height: 1.15;
  font-size: 1em;
  color:#43617C;
}

.tabs-title.is-active a,
.tabs-title:hover a {
  background:#43617C;
  color:#F6F7F9;
}

.tabs-content {
  border: none;
  color: #43617c;
}

.tabs-panel {
  padding: 0;
}

/*********************
HOME STYLES
*********************/

/* Team */

.team--home__item {
  -webkit-border-radius: 100%;
  border-radius: 100%;
  overflow:hidden;
  display: block;
  margin-top: 1rem;
  margin-bottom:1rem;
  margin-right: 1.25rem;
}

@media print, screen and (min-width: 40em) {

  .team--home {
    text-align: center;
  }

  .team--home__item {
    margin-top: 0;
    margin-bottom:0;
    margin-right: 1.25rem;
  }


  .team--home__item::last-of-type {
    margin-right: 0;
  }
}

/* Updates & Announcements */

.spotlights__content div:first-child {
  max-height: 15rem;
  overflow: hidden;
  margin-bottom: 1rem;
}

.updates {
  padding: 2rem 2rem 1.5rem 2rem;
  margin-bottom: 1rem;
}

.announcements {
  width: 100%;
}

.updates__content a,
.announcements__content a,
.spotlights__content a {
  text-decoration: underline;
}

.updates__title {
  font-family: 'proxima-nova', sans-serif;
  font-weight: 600;
  color:#43617C;
  font-size: 1em;
  text-transform: none;
}


.updates__date,
.announcements__date {
  display: block;
  font-family: 'proxima-nova', sans-serif;
  text-transform: none;
  font-weight: 400;
  font-size: .8em;
  font-style: italic;
  padding-top: .5em;
}

.announcements__title a {
  font-weight: 500;
}

.updates__content .read-more {
  text-decoration: none;
}

.announcements__date {
  font-size: .65em;
}

.flexslider--container {
  margin-top: 2.5rem;
  margin-left: -2.5rem;
  margin-right: -2.5rem;
  margin-bottom: -2.5rem;
  padding: 1.25rem;
}

@media print, screen and (min-width: 40em) {
  .flexslider--container {
    margin: 0;
    padding: 0;
  }
}
.flexslider {
  position: relative;
  border: none;
  background: transparent;
  padding: 3.25rem 2rem 2rem 2rem;
  margin-bottom: 0;
}

.flex-direction-nav {
 position: absolute;
 top: 1rem;
 left: 1rem;
 display: -ms-flexbox;
 display: -webkit-flex;
 display: flex;
 -webkit-flex-direction: row;
 -ms-flex-direction: row;
 flex-direction: row;
 -webkit-flex-wrap: nowrap;
 -ms-flex-wrap: nowrap;
 flex-wrap: nowrap;
 -webkit-justify-content: space-around;
 -ms-flex-pack: justify;
 justify-content: space-around;
 -webkit-align-content: center;
 -ms-flex-line-pack: center;
 align-content: center;
 -webkit-align-items: center;
 -ms-flex-align: center;
 align-items: center;
}

.flex-direction-nav a {
  opacity: 1;
  width: auto;
  height: auto;
  margin: 0 1.5rem 0 0;
  padding: 0;
  top: 0;
  position: relative;
}

.flex-direction-nav a:before {
  color: #F6F7F9;
  font-family: 'Material Design Icons';
  font-size: 1.25em;
  text-shadow: none !important;
}

.flex-direction-nav a.flex-prev:before {
  content: '\f0141';
}

.flex-direction-nav a.flex-next:before {
  content: '\f0142';
}



.flex-direction-nav .flex-prev {
  left: 10px;
}

.flex-direction-nav .flex-next {
  right: 10px;
}


/* Publications */

.publication__item {
  height: 16rem;
  background-color:#224263;
  position: relative;
  overflow:hidden;
  -webkit-transition: background-position .2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: background-position .2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: background-position .2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: background-position .2s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: background-position .2s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.publication__item--bg {
  content: '';
  position: relative;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  box-sizing: border-box;
  overflow: hidden;
  -webkit-transition: all .2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all .2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: all .2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all .2s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all .2s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.publication__item:hover .publication__item--bg,
.publication__item:focus .publication__item--bg {
  transform: translateY(-3rem);
}

.publication__item::after {
  content:'';
  position: absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,70b0e0+100&0.35+0,0.15+100 */
  background: -moz-linear-gradient(top, rgba(0,0,0,0.5) 0%, rgba(112,176,224,0) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0,0,0,0.5) 0%,rgba(112,176,224,0) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0,0,0,0.5) 0%,rgba(112,176,224,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#59000000', endColorstr='#2670b0e0',GradientType=0 ); /* IE6-9 */
  z-index:0;
}

.publication__link {
  position: absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  padding: 2.25rem 1rem;
  font-weight: 400;
  text-decoration: none;
}

.publication__link,
.publication__title,
.publication__frequency {
  color: #F6F7F9;
  text-align: center;
  z-index:1;
}

.publication__link:hover,
.publication__link:focus {
  color:#F6F7F9;
  -moz-transform: translateY(-.5rem);
-webkit-transform: translateY(-.5rem);
-o-transform: translateY(-.5rem);
-ms-transform: translateY(-.5rem);
transform: translateY(-.5rem);
}

.publication__title,
.publication__frequency {
  position: relative;
}

.publication__frequency {
  font-size: .9em;
  line-height: 1.75;
  opacity: .75;
  display: block;
}

.publication__author {
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: .75em;
  line-height: 1;
  text-transform: uppercase;
  width: 100%;
  height: 2rem;
  text-align: center;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-around;
  -ms-flex-pack: justify;
  justify-content: space-around;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0;
}

.publication__link:hover .publication__author {
  opacity:1;
}

@media print, screen and (min-width: 40em) {
  .publication__item {
    height: 20rem;
  }
}

/* PricePulse */

.pricepulse-flowchart {
  position: relative;
}

.pricepulse-flowchart img {
  width: 100%;
}

@media print, screen and (min-width: 40em) {
  .pricepulse-flowchart {
    position: relative;
    width: 100%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .pricepulse-flowchart img {
    width: 50%;
  }
}


/* News & Spotlights */

.news__thumbnail,
.spotlights__thumbnail {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  position: relative;
  display: block;
}

.news__title a {
  color: #43617C;
  font-weight: 400;
  text-decoration: none;
}

.news__title a:hover,
.news__title a:active,
.news__title a:focus {
  color:#12264D;
}

.spotlights__item,
.spotlights__item p,
.spotlights__item a,
.spotlights__title,
.spotlights__title a {
  color: #F6F7F9;
  font-weight: 400;
}

.spotlights__title a {
  text-decoration: none;
}

.spotlights__title a:hover,
.spotlights__title a:active,
.spotlights__title a:focus,
.spotlights__item a:hover,
.spotlights__item a:active,
.spotlights__item a:focus {
  color: #dadde6;
}

.single .breadcrumb_last {
  display: none;
}
/* Conferences */

.conferences {
  position: relative;
  background: #fff;
  transform: translateZ(0);
  will-change: opacity;
}

.conferences__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  mix-blend-mode: luminosity;
  opacity: .1;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 0;
}

.conferences__item {
  position: relative;
  z-index:1;
}

.conferences__thumbnail {
  margin-bottom: 1.5rem;
  display: block;
}

@media print, screen and (min-width: 40em) {
  .conferences__content {
    text-align: right;
  }
  .conferences__thumbnail {
    margin: 5rem 0;
    height: 420px;
    overflow: hidden;
  }
}

/* Conferences Overview Page */


.conference-overview--item {
  border-bottom: 4px solid #F6F7F9;
}

.conference-overview--item:last-child {
  border-bottom: none;
}

.conference-overview--item .banner {
  height: 100%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1rem 2rem;
}

.conference-overview--item .banner--image {
  height: 100%;
}

.conference-overview--item .banner::after {
    opacity: .5;
}

.conference-overview--item .description {
  height: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-content: center;
  align-content: center;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  padding: 1rem 1.5rem;
}

.conference-overview--item .banner img {
  z-index: 0;
}

.conference-overview--item .banner div {
  z-index: +1;
  position: relative;
}

.conference-overview--item .banner h1,
.conference-overview--item .banner h2,
.conference-overview--item .banner h3,
.conference-overview--item .banner h4,
.conference-overview--item .banner h5,
.conference-overview--item .banner h6,
.conference-overview--item .banner p,
.conference-overview--item .banner a {
  color: #fff;
  text-align: center;
}

.conference-overview--item .banner h2 {
  line-height: 1;
}

.conference-overview--item .banner h3,
.conference-overview--item .description a,
.conference-overview--item .description p:last-child {
  margin-bottom: 0;
}

/*********************
NEWS & SPOTLIGHTS STYLES
*********************/



.side-thumbnail .wp-post-image {
  margin-bottom: 1.5rem;
}

.article-header__image {
  width: 100%;
  height: 22rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  margin-bottom: 1.5rem;
}

@media print, screen and (min-width: 40em) {
  .article-header__image {
    margin-bottom: 1.5rem;
  }
  .side-thumbnail .wp-post-image {
    margin-bottom: 0;
  }
}

.article-header,
.article-header a {
  font-weight:400;
  text-decoration: none;
}

.article-footer {
  margin-top: 3.125rem;
}

.blog-related,
.crp_related ul {
  list-style: none;
  margin: 1.5rem 0 0;
}

.blog-related li {
  background:#F6F7F9;
  border-bottom: 2px solid #fff;
}


.blog-related li:last-child {
    border-right: none;
}

.blog-related-prev {
  text-align: right;
}

.blog-related-prev,
.blog-related-next,
.crp_related ul li {
  box-sizing: border-box;
  position:relative;
}


.blog-related-prev {
  padding: 2em 1.5em 2em 2.5em;
}
.blog-related-next {
    padding: 2em 2.5em 2em 1.5em;
}

.blog-related-prev:before,
.blog-related-next:before {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  margin-top:-12px;
}

.blog-related-prev:before {
  content: '\f0141';
  font-family: 'Material Design Icons';
  left:10px;
}

.blog-related-next:before {
  content: '\f0142';
  font-family: 'Material Design Icons';
  right:10px;
}

@media print, screen and (min-width: 40em) {
  .blog-related,
  .crp_related ul {
    display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -webkit-align-content: stretch;
      -ms-flex-line-pack: stretch;
      align-content: stretch;
      -webkit-align-items: stretch;
      -ms-flex-align: stretch;
      align-items: stretch;
  }

  .blog-related li:first-child {
      border-right: 2px solid #fff;
  }


  .blog-related-prev,
  .blog-related-next,
  .crp_related ul li {
    width:50%;
  }
}

.crp_related {
  padding-top: 2em;
}

.crp_related ul li {
  padding: 1em;
  border: 1px solid #efefef;
  box-sizing:border-box;
  -webkit-box-sizing: border-box;
  margin-top:-1px;
}

.crp_related ul li:nth-child(even) {
    margin-left: -1px;
}

.crp_related ul li span {
  display: inline-block;
  padding-top: .5em;
}

@media print, screen and (min-width: 40em) {
  .crp_related ul li a img {
    width: 25%;
    float:left;
  }

  .crp_related ul li span {
    padding-top: 0;
    width: 75%;
    float:left;
    box-sizing:border-box;
    -webkit-box-sizing: border-box;
    padding-left: 1em;
  }
}

.tags a {
  font-family: 'neusa-next-std-condensed', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  display: inline-block;
  color:#fff;
  background:#43617C;
  padding: .25rem .5rem;
  font-size: .9em;
  margin: 0 .1rem;
}

.tags a:hover,
.tags a:focus,
.tags a:active {
  background:#224263;
}

.news-tag a {
  font-weight: 700;
}

.news-tag::after {
  content: ", ";
}

.news-tag:last-of-type::after {
  content: "";
}
/* Archives */

.archive .missing__search,
.search .missing__search,
.blog .missing__search {
  display: none;
}

.search article,
.archive article,
.blog article {
  padding-top: .75rem;
  margin-bottom: 0rem;
  padding-bottom: .75rem;
}

.post-type-archive-announcement article {
  border: 2px solid #f6f7f9;
}

.search article:nth-child(odd),
.archive article:nth-child(odd),
.blog article:nth-child(odd) {
    background: #F6F7F9;
}

.search .article-header h2,
.archive .article-header h2,
.blog .article-header h2,
.search .post .entry-content p,
.archive .post .entry-content p,
.blog .post .entry-content p {
  margin-bottom: 0;
}


.search .byline,
.archive .byline,
.blog .byline {
  margin-bottom: .5rem;
}

.pagination a,
.pagination button {
  color:#43617C;
  font-family: 'neusa-next-std-condensed', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
}

.pagination a:hover,
.pagination button:hover {
  background:#F6F7F9;
}

.pagination .current {
  background:#43617C;
  padding:.1875rem .625rem;
  display: inline-block;
}

/*********************
PUBLICATIONS STYLES
*********************/

.single-publication__thumbnail {
  position: relative;
  min-height: 400px;
  max-height: 820px;
  background-size: cover;
  background-position: center center;
}

.single-publication .single-publication__thumbnail--full {
  height: 100%;
  max-height: none;
  padding-bottom: 0;
}

.single-publication__thumbnail.single-publication__thumbnail--absolute {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.single-publication__announcements {
  background: #f6f7f9;
  padding: .9375rem;
}

.single-publication__announcements .flexslider {
  padding: 2.5rem 1rem 0 1rem;
}

.single-publication__announcements .flexslider .announcements__title {
  font-size: 1.15em;
}

.single-publication__announcements .flex-direction-nav {
  left: .25rem;
}

.single-publication__announcements .updates {
  padding: 0;
  margin-bottom: .5rem;
}

.single-publication__announcements .updates__inner {
  padding: 1rem 1rem 0 1rem;
  border-top: 2px solid #d5dbe0;
}

.single-publication__announcements .updates__date {
  padding-top: .5rem;
}

.single-publication__announcements .updates__title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: uppercase;
  font-family: 'neusa-next-std-condensed',sans-serif;
  font-weight: 500;
  line-height: 1.15;
  font-size: 1em;
  margin-bottom: .5rem;
}

.single-publication__announcements .flexslider .btn,
.single-publication__announcements .updates__inner .btn {
    padding: .25rem .5rem;
    font-size: .9em;
    margin-top: .5rem;
}

.single-publication__announcements .btn--full {
  width: 100%;
  margin-top: 0;
  text-align: center;
}
.single-publication__additional {
  padding: 1.5rem;
}

@media print, screen and (min-width: 40em) {
  .single-publication__thumbnail {
    min-height: 100vh;
  }
}

.single-publication__thumbnail::after {
  content:'';
  position: absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,70b0e0+100&0.35+0,0.15+100 */
  background: -moz-linear-gradient(top, rgba(0,0,0,0.5) 0%, rgba(112,176,224,0.15) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0,0,0,0.5) 0%,rgba(112,176,224,0.15) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0,0,0,0.5) 0%,rgba(112,176,224,0.15) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#59000000', endColorstr='#2670b0e0',GradientType=0 ); /* IE6-9 */
  z-index:0;
}

.single-publication__author {
  background: #43617C;
  padding: 1.5rem;
  width: 100%;
  color:#F6F7F9;
  position: absolute;
  bottom:0;
  margin-bottom: 0;
  z-index:+1;
}

.single-publication__author a {
  color: #F6F7F9;
  font-weight: 500;
}

.single-publication__author a:hover {
  opacity: .75;
}

.single-publication__credit {
  position: absolute;
  z-index: +1;
  top: 1.5rem;
  right: 1.5rem;
  color:#F6F7F9;
  font-size: .75em;
  opacity: .75;
  background: #43617C;
  padding: .25em .75em;
}

/*********************
TEAM STYLES
*********************/

.team-member__thumbnail {
  -webkit-border-radius: 100%;
  border-radius: 100%;
  overflow:hidden;
  display: block;
}

/*********************
IMAGE GALLERY STYLES
*********************/
.gallery {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-right: -15px;
  margin-left: -15px; }

.gallery::before, .gallery::after {
  content: ' ';
  display: table; }

.gallery::after {
  clear: both; }

.gallery.gallery-columns-1 > dl {
  width: 100%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-1 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-1 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-2 > dl {
  width: 50%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-2 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-2 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-3 > dl {
  width: 33.33333%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-3 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-3 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-4 > dl {
  width: 25%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-4 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-4 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-5 > dl {
  width: 20%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-5 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-5 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-6 > dl {
  width: 16.66667%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-6 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-6 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-7 > dl {
  width: 14.28571%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-7 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-7 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-8 > dl {
  width: 12.5%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-8 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-8 > dl:last-child:not(:first-child) {
    float: right; }

.gallery dl {
  width: 100%;
  float: left;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem; }

.gallery dl:last-child:not(:first-child) {
  float: right; }

/*********************
PAGE NAVI STYLES
*********************/
.page-navigation {
  margin-top: 1rem; }

/*********************
COMMENT STYLES
*********************/
#comments .commentlist {
  margin-left: 0px; }

#respond ul {
  margin-left: 0px; }

.commentlist li {
  position: relative;
  clear: both;
  overflow: hidden;
  list-style-type: none;
  margin-bottom: 1.5em;
  padding: 0.7335em 10px; }
  .commentlist li:last-child {
    margin-bottom: 0; }
  .commentlist li ul.children {
    margin: 0; }

.commentlist li[class*=depth-] {
  margin-top: 1.1em; }

.commentlist li.depth-1 {
  margin-left: 0;
  margin-top: 0; }

.commentlist li:not(.depth-1) {
  margin-left: 10px;
  margin-top: 0;
  padding-bottom: 0; }

.commentlist .vcard {
  margin-left: 50px; }
  .commentlist .vcard cite.fn {
    font-weight: 700;
    font-style: normal; }
  .commentlist .vcard time {
    float: right; }
    .commentlist .vcard time a {
      color: #999;
      text-decoration: none; }
      .commentlist .vcard time a:hover {
        text-decoration: underline; }
  .commentlist .vcard img.avatar {
    position: absolute;
    left: 10px;
    padding: 2px;
    border: 1px solid #cecece;
    background: #F6F7F9; }

.commentlist .comment_content p {
  margin: 0.7335em 0 1.5em;
  font-size: 1em;
  line-height: 1.5em; }

.commentlist .comment-reply-link {
  float: right; }

/*********************
FORM STYLES
*********************/

[type=color],
[type=date],
[type=datetime-local],
[type=datetime],
[type=email],
[type=month],
[type=number],
[type=password],
[type=search],
[type=tel],
[type=text],
[type=time],
[type=url],
[type=week],
textarea,
select {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: auto;
  margin: 0 0 1.5rem;
  padding: 1rem;
  border: 1px solid #bac6cc;
  border-radius: 0;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-family: inherit;
  font-size: .9em;
  line-height: 1.25;
  color: #43617C;
  -webkit-transition: all .2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all .2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: all .2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all .2s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all .2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select {
  padding-right: 2rem;
}

[type=color]::placeholder,
[type=date]::placeholder,
[type=datetime-local]::placeholder,
[type=datetime]::placeholder,
[type=email]::placeholder,
[type=month]::placeholder,
[type=number]::placeholder,
[type=password]::placeholder,
[type=search]::placeholder,
[type=tel]::placeholder,
[type=text]::placeholder,
[type=time]::placeholder,
[type=url]::placeholder,
[type=week]::placeholder,
textarea::placeholder,
select::placeholder {
  color: #85a0b1;
  font-size: 1em;
}

[type=color]:hover,
[type=date]:hover,
[type=datetime-local]:hover,
[type=datetime]:hover,
[type=email]:hover,
[type=month]:hover,
[type=number]:hover,
[type=password]:hover,
[type=search]:hover,
[type=tel]:hover,
[type=text]:hover,
[type=time]:hover,
[type=url]:hover,
[type=week]:hover,
textarea:hover,
select:hover,
[type=color]:focus,
[type=date]:focus,
[type=datetime-local]:focus,
[type=datetime]:focus,
[type=email]:focus,
[type=month]:focus,
[type=number]:focus,
[type=password]:focus,
[type=search]:focus,
[type=tel]:focus,
[type=text]:focus,
[type=time]:focus,
[type=url]:focus,
[type=week]:focus,
textarea:focus,
select:focus {
    outline: 0;
    border: 1px solid #637A91;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all .2s cubic-bezier(0.165, 0.84, 0.44, 1);
    -moz-transition: all .2s cubic-bezier(0.165, 0.84, 0.44, 1);
    -ms-transition: all .2s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: all .2s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all .2s cubic-bezier(0.165, 0.84, 0.44, 1);
}
/*********************
SEARCH FORM STYLES
*********************/

.search-form {
  margin-bottom: 1.75rem;
}

.search-field,
.search-submit,
.email-field,
.email-submit {
  margin: 0;
}

.search-submit {
 font-family: 'Material Design Icons' !important;
 font-size: 1.25em !important;
}

/*********************
CONTACT FORM STYLES
*********************/

.wpcf7-form .wpcf7-checkbox label {
  font-size: .9em;
  line-height: 1.25;
  color: #43617C;
}

@media screen {
  .wpcf7-form label,
  form label {
    display: none;
  }
  .wpcf7-form .wpcf7-checkbox label {
    display: inline-block;
  }
}

div.wpcf7-response-output {
  border: none;
  padding: 1em;
  background: #8D1715;
  color:#fff;
  text-align: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-transform: uppercase;
  font-family: 'neusa-next-std-condensed', sans-serif;
  font-size: 1em;
  font-weight: 400;
  line-height: 1;
}

div.wpcf7-mail-sent-ok {
	background: #7dcc77;
}

div.wpcf7-mail-sent-ng,
div.wpcf7-aborted {
	background: #e53935;
}

div.wpcf7-spam-blocked {
	background: #a98bb5;
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
	background: #fff176;
  color:#595b66;
}

span.wpcf7-not-valid-tip {
  color:#8D1715;
  margin-bottom: 1.5rem;
  padding-left: .9375em;
  font-size: .9em;
  font-weight: 300;
}

span.wpcf7-list-item {
    display: inline-block;
    margin: 0 1rem 0 0;
}

[type=checkbox],
[type=file],
[type=radio] {
    margin: 0 0 .75rem;
}

.wpcf7-form .btn.big {
  width: 100%;
  margin: 0;
}
/*********************
COMMENT FORM STYLES
*********************/
.respond-form {
  margin: 1.5em 10px;
  padding-bottom: 2.2em; }
  .respond-form form {
    margin: 0.75em 0; }
    .respond-form form li {
      list-style-type: none;
      clear: both;
      margin-bottom: 0.7335em; }
      .respond-form form li label,
      .respond-form form li small {
        display: none; }
    .respond-form form input[type=text],
    .respond-form form input[type=email],
    .respond-form form input[type=url],
    .respond-form form textarea {
      padding: 3px 6px;
      background: #efefef;
      border: 2px solid #cecece;
      line-height: 1.5em; }
      .respond-form form input[type=text]:focus,
      .respond-form form input[type=email]:focus,
      .respond-form form input[type=url]:focus,
      .respond-form form textarea:focus {
        background: #F6F7F9; }
      .respond-form form input[type=text]:invalid,
      .respond-form form input[type=email]:invalid,
      .respond-form form input[type=url]:invalid,
      .respond-form form textarea:invalid {
        outline: none;
        border-color: #fbc2c4;
        background-color: #f6e7eb;
        -ms-box-shadow: none;
        box-shadow: none; }
    .respond-form form input[type=text],
    .respond-form form input[type=email],
    .respond-form form input[type=url] {
      max-width: 400px;
      min-width: 250px; }
    .respond-form form textarea {
      resize: none;
      width: 97.3%;
      height: 150px; }

#comment-form-title {
  margin: 0 0 1.1em; }

#allowed_tags {
  margin: 1.5em 10px 0.7335em 0; }

.nocomments {
  margin: 0 20px 1.1em; }

/*********************
NAVIGATION & MENUS
*********************/

.top-bar .top-bar__left,
.top-bar .top-bar__center,
.top-bar .top-bar__search {
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.top-bar__left {
  width: 7.5rem;
}

.top-bar .top-bar__right {
  -webkit-flex: 0 1 31.85%;
  -ms-flex: 0 1 31.85%;
  flex: 0 1 31.85%;
}

.top-bar .top-bar__center {
  height: 100%;
}

.top-bar-container {
  background:#fff;
}

 @media print {
        .header, .sidebar, .footer, .blog-related, .addtoany_shortcode, .article-header__image, #cookie-law-info-bar, #cookie-law-info-again {
            display: none;
        }


        .entry-content {
        width:100%;
        padding:0;
        margin:0;
        }
        }


@media print, screen and (min-width: 64em) {
  header.header {
    margin-bottom: 5.5rem;
  }
  .top-bar-container {
      position: fixed;
      width: 100vw;
      top: 0;
      left: 0;
      z-index: 995;
  }
  .admin-bar .top-bar-container,
  .admin-bar .top-bar__searchbar {
    top: 32px !important;
  }
}

.top-bar {
  background:#fff;
  height: 5.5rem;
  z-index: 10;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-around;
  -ms-flex-pack: justify;
  justify-content: space-around;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 0;
  padding-left: .625rem;
  padding-top: 0;
  padding-bottom: 0;
  width: 100%;
  margin: 0 auto;
}

.top-bar, .top-bar ul {
  background: transparent;
}

.top-bar>.top-bar__center>.menu {
    position: static;
    height: 100%;
}

.top-bar>.top-bar__center>.menu>li {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom:1px solid transparent;
  position: relative;
  -webkit-transition: all .2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all .2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: all .2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all .2s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all .2s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.top-bar .submenu {
  position: absolute;
  left: 0;
  top: 5.5rem;
  width: 200%;
  border: none;
  background: #F6F7F9;
  padding: 1.5rem;
}

.top-bar__left a {
  display: inline-block;
  vertical-align: middle;
}

.logo {
  width: auto;
  height: 3.5rem;
  margin-right: 1rem;
  display: block;
}

.top-bar .menu a {
  padding: .75rem;
}

.menu .active>a {
  background: transparent;
}

.top-bar .menu a,
.top-bar__right,
.top-bar__search,
.off-canvas .menu a,
.off-canvas__extras a {
  text-transform: uppercase;
  font-family: 'neusa-next-std-condensed', sans-serif;
  font-size: 1em;
  font-weight: 400;
  line-height: 1;
}

.top-bar__search a:after {
  -webkit-transition: all .2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all .2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: all .2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all .2s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all .2s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.off-canvas .menu a {
  font-size: 1.25em;
  font-weight: 400;
  line-height: 1;
}

.top-bar .menu a,
.top-bar .menu .active>a,
.top-bar--large>.menu>li>a {
  color:#43617C !important;
}

.top-bar .menu:hover a {
  color: #224263 !important;
  background: transparent;
}

.top-bar .is-dropdown-submenu-parent {
    position: static;
}

.dropdown.menu.medium-horizontal>li.is-dropdown-submenu-parent>a {
  padding-right: 1rem;
} 

.top-bar .dropdown.menu>li.is-dropdown-submenu-parent:hover {
  border-bottom:1px solid #8D1715;
}

.top-bar .dropdown.menu>li.is-dropdown-submenu-parent>a::after {
    display: inline-block;
    position: relative;
    border: none;
    content: '\f0140';
    font-family: 'Material Design Icons';
    margin-left: .35rem;
}

.off-canvas .menu>li.is-dropdown-submenu-parent>a::after,
.off-canvas .menu>li.is-accordion-submenu-parent>a::after {
    display: inline-block;
    position: absolute;
    border: none;
    content: '\f0140';
    font-family: 'Material Design Icons';
    margin-left: .35rem;
    margin-top: -.5rem;
}

.accordion-menu .is-accordion-submenu-parent[aria-expanded=true]>a::after {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
}

.top-bar .dropdown.menu>li.is-dropdown-submenu-parent:hover>a::after,
.off-canvas .menu>li.is-dropdown-submenu-parent[aria-expanded=true]>a::after,
.off-canvas .menu>li.is-accordion-submenu-parent[aria-expanded=true]>a::after {
    content: '\f0143';
    font-family: 'Material Design Icons';
}

.accordion-menu .is-accordion-submenu a {
  padding: .75rem .5rem;
}

.accordion-menu .is-accordion-submenu ul li a {
  padding: .75rem 1rem;
}

.top-bar .dropdown.menu>li.opens-left>.is-dropdown-submenu,
.dropdown.menu.medium-horizontal>li.opens-right>.is-dropdown-submenu {
    top: calc( 100% + 1px ) !important;
}

.top-bar .dropdown.menu>li.opens-left>.is-dropdown-submenu,
.dropdown.menu.medium-horizontal>li.opens-right>.is-dropdown-submenu {
    left: 0;
    right: auto;
}

.top-bar__right {
  height: 5.5rem;
}

.top-bar__right a,
.top-bar__right a span {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
}

.top-bar__right a {
  width: 100%;
  height: 100%;
  padding: 0 2.2rem 0 1.97rem;
  font-weight: 400;
  color: #F6F7F9;
}

.top-bar__newsletter.is-submenu-item {
   display: none !important;
}

@media print, screen and (min-width: 40em) and (max-width: 86rem) {
  .top-bar__newsletter {
     display: none !important;
  }
  .top-bar__newsletter.is-submenu-item {
     display: block !important;
  }
}


.top-bar__login a,
.top-bar__hamburger a {
  background:#43617C;
  text-decoration: none;
}

.top-bar__login a:hover,
.top-bar__hamburger a:hover {
  background: #224263;
  color: #fff;
  text-decoration: none;
}

.top-bar__inquiries a {
  background:#F6F7F9;
  color: #224263;
  text-decoration: none;
}

.top-bar__inquiries a:hover {
  background: #e9edf3;
  color: #224263;
  text-decoration: none;
}

.top-bar__preferences a {
  background:#8D1715;
  text-decoration: none;
}

.top-bar__preferences a:hover{
  background: #691110;
  color: #fff;
  text-decoration: none;
}
.top-bar__search {
  margin-top: 1.5rem;
}

.top-bar__search a::after {
  content: '\f0349';
  font-family: 'Material Design Icons';
  margin-left: .5rem;
  position: absolute;
  right: -5px;
}

.top-bar__searchbar {
  position: fixed;
  background:#F6F7F9;
  top: 0;
  left: 0;
  width: 100vw;
  height: 5.5rem;
  z-index: 995;
  opacity: 0;
  -moz-transform: translateX(20%);
  -webkit-transform: translateX(20%);
  -o-transform: translateX(20%);
  -ms-transform: translateX(20%);
  transform: translateX(20%);
  -moz-transition: all .2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all .2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: all .2s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all .2s cubic-bezier(0.165, 0.84, 0.44, 1);
  pointer-events: none;
}

.top-bar__searchbar.is-active {
  opacity:1;
  -moz-transform: translateX(0);
  -webkit-transform: translateX(0);
  -o-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  pointer-events: all;
}

.top-bar__searchbar .grid-container,
.top-bar__searchbar .grid-x {
  height: 100%;
  max-width: 100%;
}

.top-bar__searchbar .search-form {
  margin-bottom: 0;
}

.top-bar__searchbar .search-form input {
  border:none !important;
}

.top-bar__searchbar .search-form input,
.top-bar__searchbar .search-form input::placeholder {
  text-transform: uppercase;
  font-family: 'neusa-next-std-condensed', sans-serif;
  font-size: 1em;
  font-weight: 400;
  line-height: 1;
}

.top-bar__searchbar .search-submit {
  color:#224263 !important;
  height: 5.5rem;
  background: transparent !important;
  cursor: pointer;
  -webkit-transition: all .2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all .2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: all .2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all .2s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all .2s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.top-bar__searchbar .search-submit:hover {
  background: #224263 !important;
  color: #F6F7F9 !important;
}


.top-bar__searchbar--close {
  cursor: pointer;
  -moz-transition: all .2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all .2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: all .2s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all .2s cubic-bezier(0.165, 0.84, 0.44, 1);
  text-align: center;
  padding: .3rem;
  line-height: 4.65rem;
}

.top-bar__searchbar--close:hover {
  background: #8D1715;
  color: #F6F7F9;
}

@media print, screen and (min-width: 40em) {
  .top-bar__search {
    background: #F6F7F9;
    margin-top: 0;
    height: 5.5rem;
  }

  .top-bar__search a,
  .top-bar__search a span {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .top-bar__search a {
    width: 100%;
    height: 100%;
    padding: 0 3.125rem;
    font-weight: 400;
    color: #85a0b1;
  }

  .top-bar__search:hover a {
    color:#43617C;

  }

  .top-bar__search a::after {
    position: relative;
  }

  .top-bar__searchbar {
    left: 8.4375rem;
    width: calc(100vw - 8.4375rem);
  }
}

@media print, screen and (min-width: 74rem) {
  .top-bar {
      padding-right: 0;
      padding-left: .9375rem;
      -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
      justify-content: flex-start;
  }

  .top-bar .top-bar__left,
  .top-bar .top-bar__right {
      -webkit-flex: 0 1 auto;
      -ms-flex: 0 1 auto;
      flex: 0 1 auto;
  }

  .top-bar__inquiries a span::before,
  .top-bar__login a span:before,
  .top-bar__preferences a span::before {
    font-family: 'Material Design Icons';
    margin-right: .5rem;
  }

  .top-bar__inquiries a span::before {
    content: '\f014d';
  }

  .top-bar__login a span::before {
    content: '\f0006';
  }

  .top-bar__logout a span::before {
    content: '\f0206';
  }

  .top-bar__preferences a span::before {
    content: '\f0493';
  }
}


/* Publications Menu */


.top-bar__publications {
  position: fixed;
  top: 5.5rem;
  left: 0;
  width: 100vw;
  padding: 0 0 1.5rem;
  background: #F6F7F9;
  z-index: 9;
  display: none;
}

.admin-bar .top-bar__publications {
  top: calc(5.5rem + 32px);
}

.top-bar__publications--inner {
  width: calc(100vw - 7.5rem);
  margin-left: 7.5rem;
}

@media print, screen and (min-width: 64em) {
  .top-bar__publications.is-active,
  .top-bar__publications:hover {
    display: block;
  }

  .top-bar__publications-link .submenu {
    display: none !important;
  }
}

.top-bar__publications .nav-header {
    padding-top: 1.5rem;
}

.nav-header--link {
    padding-top: 1rem;
}

.top-bar__publications a,
.top-bar__publications .dropdown.menu a,
.dropdown .menu a {
  font-size: .9em;
  font-weight: 400;
  padding: .25rem 0;
  font-family: 'proxima-nova', sans-serif;
  text-transform: none;
}

.dropdown .menu a {
  padding: .5rem 0;
}

.top-bar__publications a:hover,
.top-bar__publications a:focus,
.top-bar__publications .dropdown.menu a:hover,
.top-bar__publications .dropdown.menu a:focus,
.dropdown.menu a:hover,
.dropdown.menu a:focus,
.dropdown.menu .active>a {
  color:#8D1715 !important;
  text-decoration: none;
}

.nav-header a,
.dropdown.menu .nav-header a {
  pointer-events:none;
  text-transform: uppercase;
  font-family: 'neusa-next-std-condensed', sans-serif;
  font-weight: 500;
  line-height: 1.15;
  margin-bottom: .5rem;
}

.nav-header--link a,
.dropdown.menu .nav-header--link a {
  pointer-events:all;
  margin-bottom: 0;
}
/* Social Links */

#menu-social-menu {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

#menu-social-menu li {
  display: block;
  width: 1.75em;
  height: 1.75em;
  margin: .5rem 1rem 1rem 0;
  overflow: hidden;
  line-height: 1;
  position: relative;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -ms-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}

#menu-social-menu li:hover {
  opacity: .75;
}

#menu-social-menu li a {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top:0;
  left:0;
  text-indent: -9999px;
}

#menu-social-menu li:before {
  font-family: 'Material Design Icons';
  width: 100%;
  height: 100%;
  font-size: 1.25em;
  color:#F6F7F9;
  padding: 0;
  position: absolute;
  top:0;
  left:0;
}

.link--instagram:before {
  content:'\f2fe';
  -moz-transform: scale(0.95) translateX(-.05rem) translateY(-1px);
  -webkit-transform: scale(0.95) translateX(-.05rem) translateY(-1px);
  -o-transform: scale(0.95) translateX(-.05rem) translateY(-1px);
  -ms-transform: scale(0.95) translateX(-.05rem) translateY(-1px);
  transform: scale(0.95) translateX(-.05rem) translateY(-1px);
}

.link--facebook:before {
  content:'\f020c';
}

.link--pinterest:before {
  content:'\f0407';
}

.link--linkedin:before {
  content:'\f033b';
}

.link--twitter:before {
  content:'\f0544';
}

@media screen and (max-width: 73.95rem) {
  .top-bar__search.show-for-medium,
  .top-bar__right.show-for-medium,
  .top-bar__center.show-for-medium {
      display: none !important;
  }
  .top-bar__right.hide-for-medium {
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: flex !important;
  }
}

@media screen and (min-width: 74rem) {
  .top-bar__right.hide-for-medium {
      display: none !important;
  }
}

/* Hamburger */

.hamburger {
  padding: 15px 15px 0 15px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible; }
  .hamburger:hover {
    opacity: 0.7; }

.hamburger__box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative; }

.hamburger__inner {
  display: block;
  top: 50%;
  margin-top: -2px; }
  .hamburger__inner, .hamburger__inner::before, .hamburger__inner::after {
    width: 2.5rem;
    height: 4px;
    background-color: #F6F7F9;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease; }
  .hamburger__inner::before, .hamburger__inner::after {
    content: "";
    display: block; }
  .hamburger__inner::before {
    top: -10px; }
  .hamburger__inner::after {
    bottom: -10px; }


.hamburger--spin .hamburger__inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spin .hamburger__inner::before {
    transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in; }
  .hamburger--spin .hamburger__inner::after {
    transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spin.is-active .hamburger__inner {
  transform: rotate(225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--spin.is-active .hamburger__inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out; }
  .hamburger--spin.is-active .hamburger__inner::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }

.off-canvas {
  background: #43617C;
  padding: 2rem;
}

.accordion-menu {
  margin-top: 0;
}

.accordion-menu li a,
.off-canvas #menu-social-menu li a {
  color: #F6F7F9;
  font-size: 1em;
  font-weight: 400;
  text-transform: uppercase;
  padding: .5rem 0;
}

.accordion-menu li a:hover,
.accordion-menu li.active a,
.off-canvas #menu-social-menu li a:hover {
  opacity: .75;
  background: transparent;
}


.off-canvas #menu-social-menu {
  float: none;
  margin-top: 2rem;
  border-top: 1px solid #F6F7F9;
  padding-top: 2rem;
  -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.off-canvas #menu-social-menu li {
  width: 100%;
  height: 2em;
  margin: 0;
  line-height: 1;
}

.off-canvas #menu-social-menu li a {
  text-indent: 0;
  position: relative;
  display: inline;
  vertical-align: middle;
}

.off-canvas #menu-social-menu li:before,
.off-canvas .menu .lang-item:before {
  position: relative;
  vertical-align: middle;
  margin-right: .25rem;
  display: inline;
}

.off-canvas__extras {
  margin-top: 1.5rem;
}

.off-canvas__login,
.off-canvas__inquiries,
.off-canvas__preferences {
  position: relative;
  width: 100%;
  width: calc(100% + 4rem);
  margin-left: -2rem;
  margin-right: -2rem;
}

.off-canvas__login a,
.off-canvas__inquiries a,
.off-canvas__preferences a {
  width: 100%;
  padding: 2rem;
  color: #F6F7F9;
  display: block;
  height: 5rem;
}

.off-canvas__login a {
  background:#43617C;
}

.off-canvas__login a:hover {
  background: #224263;
}

.off-canvas__inquiries a {
  background:#F6F7F9;
  color: #224263;
}

.off-canvas__inquiries a:hover {
  background: #e9edf3;
  color: #224263;
}

.off-canvas__preferences a {
  background:#8D1715;
}

.off-canvas__preferences a:hover{
  background: #691110;
}

.off-canvas__inquiries a span::before,
.off-canvas__preferences a span::before,
.off-canvas__login a span:before {
  font-family: 'Material Design Icons';
  margin-right: .5rem;
}

.off-canvas__inquiries a span::before {
  content: '\f014d';
}

.off-canvas__preferences a span::before {
  content: '\f0493';
}

.off-canvas__login a span::before {
  content: '\f0006';
}

.off-canvas__logout a span::before {
  content: '\f0206';
}

/*********************
SIDEBARS & ASIDES
*********************/
.sidebar li {
  list-style: none;   }

.widget ul {
  margin: 0; }

.widgettitle {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  margin-bottom: .75rem;
  border-top: 4px solid #F6F7F9;
}

.widget:nth-of-type(1) .widgettitle {
  padding-top: 0;
  border-top: none;
}

.sidebar .post-date {
  display: block;
  color: #637A91;
  font-size: .9em;
  margin-bottom: .75rem;
}

.sidebar .post-date::before {
  content: '\f090c';
  font-family: "Material Design Icons";
  margin-right: .25rem;
}

#custom_html-2 {
  padding: 1.5rem;
  margin-bottom: 3rem;
  background: #43617c;
  background: #fff url('https://getfea.com/wp-content/uploads/2018/11/banner-home.jpg') 50% 50% no-repeat;
  background-size: cover;
}

/* hide the signup on the Spotlights page */

.post-type-archive-spotlight #custom_html-2, .single-spotlight #custom_html-2{
	display:none;
}

.post-type-archive-spotlight .FEAblogNotice, .single-spotlight .FEAblogNotice{
	display:none;
}


#custom_html-2 .widgettitle {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}

#custom_html-2 p {
  font-size: 0.8em;
  margin-bottom: 1.5rem;
  line-height: 1.25;
  font-style: italic;
}

#custom_html-2 .widgettitle,
#custom_html-2 p {
  color: #f6f7f9;
}

#custom_html-2 .btn {
  background: #224263;
}

#custom_html-2 .btn:hover {
  background: #1d3753;
}
/*********************
FOOTER STYLES
*********************/
.footer {
  background:#43617C;
}

.footer .menu {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer,
.footer p,
.footer a,
.footer a:hover,
.footer a:active,
.footer a:focus,
.footer a:visited {
  color: #F6F7F9;
  font-weight: 400;
}

.footer strong {
  font-weight: 600;
}

.footer p,
.footer a {
  font-size: .9em;
}

.footer h4 {
  color:#F6F7F9;
  margin-top: 1.5rem;
}

.footer .logo {
  margin-top: 1.5rem;
  height: 5rem;
}

.footer .menu a {
  padding: .25rem 0;
}

.footer a:hover,
.footer a:active,
.footer a:focus,
.footer a:visited {
  opacity: .75;
}

.footer input {
  margin-bottom: 0;
  height: 100%;
}

.footer input:hover,
.footer input:focus {
  border-color:#F6F7F9;
}

.footer input[type="email"] {
  color:#F6F7F9;
}
/*********************
VISUAL EDITOR STYLES
*********************/
body#tinymce {
  margin: 20px; }

/*********************
PLUGIN STYLES
*********************/
.gform_body ul {
  list-style: none outside none;
  margin: 0; }

/*# sourceMappingURL=style.css.map */

/* Pace */
  .pace {
    -webkit-pointer-events: none;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    width: 100%;
    height: 100%;
   }

  .pace-inactive {
    display: none; }

  .pace .pace-progress {
    position: fixed;
    z-index: 2000;
    top: 0;
    right: 100%;
    width: 100%;
    height: 5px; }

  body:not(.pace-done) div.off-canvas-wrapper,
  body:not(.pace-done) .header--fixed {
    opacity: 0;
    -webkit-pointer-events: none;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
  }

  body.fea-app-page:not(.pace-done) div.off-canvas-wrapper,
  body.fea-app-page:not(.pace-done) .header--fixed {
    opacity: 1;
    -webkit-pointer-events: all;
    pointer-events: all;
    -webkit-user-select: all;
    -moz-user-select: all;
    user-select: all;
  }

  .pace-logo {
    height: auto;
    width: 100px;
    height: 100px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -50px;
    margin-top: -50px;
    z-index: 1;
  }

  body.pace-done .pace-logo,
  body.fea-app-page .pace-logo {
    display: none;
    -webkit-pointer-events: none;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none; }


/* Modaal */

.modaal-content {
  outline: none;
}

.modaal-close {
  position: fixed;
  color: #3d3329;
  cursor: pointer;
  opacity: 1;
  width: 2rem;
  height: 2rem;
  background: rgba(246,247,249,.9) !important;
  padding: 1.25rem !important;
  border-radius: 100%;
  -moz-transition: all .4s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all .4s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: all .4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all .4s cubic-bezier(0.165, 0.84, 0.44, 1);
  z-index: 999;
}
@media print, screen and (min-width: 40em) {
  .modaal-close {
    right: 3rem;
    top: 1.5rem;
  }
  .admin-bar .modaal-close {
    top: 3rem;
    top: calc( 1.5rem + 32px );
  }
}
  .modaal-close:focus, .modaal-close:hover {
    outline: none;
    background: rgba(246,247,249,1) !important;
     }
  .modaal-close span {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
    padding: 0 !important;
    border: 0 !important;
    height: 1px !important;
    width: 1px !important;
    overflow: hidden; }
  .modaal-close:before, .modaal-close:after {
    display: block;
    content: " ";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 2px;
    height: 1.25rem;
    background: #3d3329;
    -moz-transition: all .4s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: all .4s cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transition: all .4s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all .4s cubic-bezier(0.165, 0.84, 0.44, 1);
    margin-top: -.6rem; }
  .modaal-close:before {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg); }
  .modaal-close:after {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);}
    .modaal-close:focus:after, .modaal-close:focus:before, .modaal-close:hover:after, .modaal-close:hover:before {
      background: #3d3329;
  }
  .modaal-fullscreen .modaal-close {
    background: #afb7bc;
    right: 10px;
    top: 10px; }

/* ReCaptcha */

.grecaptcha-badge {
  display: none !important;
}

.page-id-354 .grecaptcha-badge {
  display: block !important;
}
