/* line 1, themes/eiq_bartik/scss/partials/_tooltip.scss */
.ui-tooltip, .arrow:after {
  background: white;
  border: 0 none;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  z-index: 20 !important;
}

/* line 7, themes/eiq_bartik/scss/partials/_tooltip.scss */
.ui-tooltip {
  padding: 10px 20px;
  color: #474747;
  border-radius: 0;
  font: 13px Arial, "Helvetica Neue", Helvetica, sans-serif;
  line-height: 20px;
  text-transform: none;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}

/* line 15, themes/eiq_bartik/scss/partials/_tooltip.scss */
.ui-tooltip .ui-tooltip-content {
  z-index: 20 !important;
}

/* line 20, themes/eiq_bartik/scss/partials/_tooltip.scss */
.arrow {
  width: 70px;
  height: 16px;
  overflow: hidden;
  position: absolute;
  left: 50%;
  margin-left: -35px;
  bottom: -16px;
}

/* line 29, themes/eiq_bartik/scss/partials/_tooltip.scss */
.arrow.top {
  top: -16px;
  bottom: auto;
}

/* line 33, themes/eiq_bartik/scss/partials/_tooltip.scss */
.arrow.left {
  left: 20%;
}

/* line 36, themes/eiq_bartik/scss/partials/_tooltip.scss */
.arrow:after {
  content: "";
  position: absolute;
  left: 20px;
  top: -20px;
  width: 25px;
  height: 25px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

/* line 46, themes/eiq_bartik/scss/partials/_tooltip.scss */
.arrow.top:after {
  bottom: -20px;
  top: auto;
}

/* line 2, themes/eiq_bartik/scss/partials/_base.scss */
body {
  color: #474747;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 18px;
  min-height: initial;
}

/* line 8, themes/eiq_bartik/scss/partials/_base.scss */
html {
  height: auto;
}

/* line 12, themes/eiq_bartik/scss/partials/_base.scss */
h1, h2, h3 {
  font-weight: bold;
  text-transform: uppercase;
  color: #474747;
  font-family: "Josefin Sans", sans-serif;
}

/* line 18, themes/eiq_bartik/scss/partials/_base.scss */
h1 {
  font-size: 33px;
  line-height: 36px;
}

/* line 22, themes/eiq_bartik/scss/partials/_base.scss */
h2,
.main-content h2 {
  font-size: 28px;
  line-height: 31px;
}

/* line 27, themes/eiq_bartik/scss/partials/_base.scss */
h3 {
  font-size: 25px;
  line-height: 28px;
}

/* line 31, themes/eiq_bartik/scss/partials/_base.scss */
a {
  border: 0 none;
}

/* line 34, themes/eiq_bartik/scss/partials/_base.scss */
.layout-main-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

/* line 41, themes/eiq_bartik/scss/partials/_base.scss */
.path-frontpage .layout-main-wrapper {
  max-width: 100%;
  padding: 0;
}

/* line 44, themes/eiq_bartik/scss/partials/_base.scss */
.path-frontpage .layout-main-wrapper .block {
  padding: 55px 0;
}

/* line 46, themes/eiq_bartik/scss/partials/_base.scss */
.path-frontpage .layout-main-wrapper .block > .content {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
}

/* line 50, themes/eiq_bartik/scss/partials/_base.scss */
.path-frontpage .layout-main-wrapper .block > .content p:last-child {
  margin-bottom: 0;
}

/* line 54, themes/eiq_bartik/scss/partials/_base.scss */
.path-frontpage .layout-main-wrapper .block > h2 {
  text-align: center;
  max-width: 100%;
  padding: 0 20px;
}

/* line 60, themes/eiq_bartik/scss/partials/_base.scss */
.path-frontpage .layout-main-wrapper .block h1, .path-frontpage .layout-main-wrapper .block h2, .path-frontpage .layout-main-wrapper .block h3 {
  margin: 0 0 1em;
}

/* line 63, themes/eiq_bartik/scss/partials/_base.scss */
.path-frontpage .layout-main-wrapper .block.accent {
  background-color: #F6F6F6;
}

/* line 66, themes/eiq_bartik/scss/partials/_base.scss */
.path-frontpage .layout-main-wrapper .block#block-eiq-bartik-content {
  padding: 0;
}

/* line 73, themes/eiq_bartik/scss/partials/_base.scss */
.uppercase,
p.serving {
  text-transform: uppercase;
}

/* line 77, themes/eiq_bartik/scss/partials/_base.scss */
.button {
  color: white;
  background: #51758E;
  padding: 15px 45px;
  border-radius: 0;
  transition: .3s ease-in-out;
}

/* line 33, themes/eiq_bartik/scss/partials/_mixins.scss */
.button:hover {
  background: white;
  color: black;
}

/* line 83, themes/eiq_bartik/scss/partials/_base.scss */
.path-frontpage .region-highlighted {
  margin: 0;
}

/* line 88, themes/eiq_bartik/scss/partials/_base.scss */
#page {
  margin-top: 85px;
  position: relative;
}

/* line 94, themes/eiq_bartik/scss/partials/_base.scss */
body:not(.path-frontpage) .region-highlighted {
  margin: 0;
}

/* line 98, themes/eiq_bartik/scss/partials/_base.scss */
.block-page-title-block {
  background: #F6F6F6;
  padding: 20px;
  text-align: center;
  margin: 0 0 20px;
}

/* line 104, themes/eiq_bartik/scss/partials/_base.scss */
.block-page-title-block .content h1 {
  margin: 23px 0 18px 0;
}

/* line 1, themes/eiq_bartik/scss/partials/_footer.scss */
footer.site-footer {
  text-align: center;
  background: #000;
  color: #fff;
  padding: 30px 0 40px;
}

/* line 6, themes/eiq_bartik/scss/partials/_footer.scss */
footer.site-footer a {
  color: #fff;
  text-decoration: none;
  border-bottom: 0;
  font-size: 12px;
  font-weight: normal;
}

/* line 13, themes/eiq_bartik/scss/partials/_footer.scss */
footer.site-footer .footer-logo {
  padding-bottom: 35px;
}

/* line 16, themes/eiq_bartik/scss/partials/_footer.scss */
footer.site-footer .footer-copyright, footer.site-footer .footer-links {
  font-size: 11px;
  font-weight: 300;
}

/* line 1, themes/eiq_bartik/scss/partials/_header.scss */
header#header {
  border-top: 10px solid #000;
  padding: 10px 20px 0 20px;
  width: 100%;
  box-sizing: border-box;
  position: fixed;
  top: 0;
  z-index: 500;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}

/* line 10, themes/eiq_bartik/scss/partials/_header.scss */
header#header .region-header {
  padding: 0;
  max-width: 1400px;
  margin: 0 auto;
}

/* line 15, themes/eiq_bartik/scss/partials/_header.scss */
header#header .block {
  padding: 0;
}

/* line 18, themes/eiq_bartik/scss/partials/_header.scss */
header#header .site-branding {
  width: 65%;
  float: left;
  box-sizing: border-box;
}

@media (min-width: 851px) {
  /* line 18, themes/eiq_bartik/scss/partials/_header.scss */
  header#header .site-branding {
    width: 19%;
  }
}

/* line 24, themes/eiq_bartik/scss/partials/_header.scss */
header#header .site-branding a {
  width: 100%;
  display: inline-block;
}

/* line 30, themes/eiq_bartik/scss/partials/_header.scss */
header#header #block-header {
  display: none;
  margin: 0;
  float: left;
  clear: right;
  width: 79%;
  box-sizing: border-box;
}

@media (min-width: 851px) {
  /* line 30, themes/eiq_bartik/scss/partials/_header.scss */
  header#header #block-header {
    display: block;
  }
}

/* line 40, themes/eiq_bartik/scss/partials/_header.scss */
header#header #block-header .content .menu {
  display: flex;
}

/* line 42, themes/eiq_bartik/scss/partials/_header.scss */
header#header #block-header .content .menu .menu-item {
  text-align: center;
  flex-grow: 1;
}

/* line 45, themes/eiq_bartik/scss/partials/_header.scss */
header#header #block-header .content .menu .menu-item a {
  color: #9B9B9B;
  text-transform: uppercase;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 300;
  padding: 20px 10px;
  font-size: 14px;
  border: none;
}

@media (min-width: 851px) and (max-width: 1320px) {
  /* line 45, themes/eiq_bartik/scss/partials/_header.scss */
  header#header #block-header .content .menu .menu-item a {
    padding: 20px 0;
    font-size: 12px;
  }
}

/* line 57, themes/eiq_bartik/scss/partials/_header.scss */
header#header #block-header .content .menu .menu-item a:hover {
  color: #51758E !important;
}

/* line 60, themes/eiq_bartik/scss/partials/_header.scss */
header#header #block-header .content .menu .menu-item a:focus {
  outline: none;
}

/* line 67, themes/eiq_bartik/scss/partials/_header.scss */
header#header .search-block-form {
  width: 2%;
  box-sizing: border-box;
  display: none;
  position: relative;
  overflow: visible;
}

@media (min-width: 851px) {
  /* line 67, themes/eiq_bartik/scss/partials/_header.scss */
  header#header .search-block-form {
    display: block;
  }
}

/* line 76, themes/eiq_bartik/scss/partials/_header.scss */
header#header .search-block-form .form-type-search.form-item {
  width: 0;
  position: absolute;
  top: -5px;
  right: 30px;
  margin: 0;
  transition: width .5s ease-in-out;
}

/* line 83, themes/eiq_bartik/scss/partials/_header.scss */
header#header .search-block-form .form-type-search.form-item input {
  width: 100%;
}

/* line 87, themes/eiq_bartik/scss/partials/_header.scss */
header#header .search-block-form.open .form-type-search.form-item {
  transition: width .5s ease-in-out;
  width: 250px;
}

/* line 91, themes/eiq_bartik/scss/partials/_header.scss */
header#header .search-block-form h2 {
  display: none;
}

/* line 94, themes/eiq_bartik/scss/partials/_header.scss */
header#header .search-block-form .content {
  padding: 0;
  margin: 0;
  height: 35px;
  display: block;
}

/* line 100, themes/eiq_bartik/scss/partials/_header.scss */
header#header .search-block-form .form-type-search.form-item {
  display: none;
}

/* line 103, themes/eiq_bartik/scss/partials/_header.scss */
header#header .search-block-form .form-submit {
  display: none;
}

/* line 106, themes/eiq_bartik/scss/partials/_header.scss */
header#header .search-block-form a.search-trigger {
  background: url("/themes/eiq_bartik/images/Magnifying Glass - Black.png");
  background-repeat: no-repeat;
  border: none;
  padding: 0;
  line-height: 0;
  color: transparent;
  height: 34px;
  display: block;
  width: 34px;
  position: absolute;
  right: 0;
  top: -5px;
  cursor: pointer;
}

/* line 122, themes/eiq_bartik/scss/partials/_header.scss */
header#header .responsive-menu-toggle {
  float: right;
}

@media (min-width: 851px) {
  /* line 122, themes/eiq_bartik/scss/partials/_header.scss */
  header#header .responsive-menu-toggle {
    display: none;
  }
}

/* line 127, themes/eiq_bartik/scss/partials/_header.scss */
header#header .responsive-menu-toggle .content .toggle .label {
  display: none;
}

/* line 131, themes/eiq_bartik/scss/partials/_header.scss */
header#header .responsive-menu-toggle-icon::before, header#header .responsive-menu-toggle-icon::after, header#header .responsive-menu-toggle-icon span.icon {
  background: #000000;
}

/* line 136, themes/eiq_bartik/scss/partials/_header.scss */
.toolbar-horizontal #header {
  position: fixed;
  padding-top: 92px;
}

/* line 141, themes/eiq_bartik/scss/partials/_header.scss */
.toolbar-vertical #header {
  position: fixed;
  padding-top: 39px;
}

/* line 2, themes/eiq_bartik/scss/partials/_strategic_resources_block.scss */
.layout-main-wrapper .strategic-resources.block {
  position: relative;
}

/* line 4, themes/eiq_bartik/scss/partials/_strategic_resources_block.scss */
.layout-main-wrapper .strategic-resources.block a#strategic-resources {
  position: absolute;
  top: -100px;
}

/* line 8, themes/eiq_bartik/scss/partials/_strategic_resources_block.scss */
.layout-main-wrapper .strategic-resources.block .content {
  max-width: 920px;
}

/* line 10, themes/eiq_bartik/scss/partials/_strategic_resources_block.scss */
.layout-main-wrapper .strategic-resources.block .content .view-header {
  text-align: center;
}

/* line 14, themes/eiq_bartik/scss/partials/_strategic_resources_block.scss */
.layout-main-wrapper .strategic-resources.block .content .view-content .resource {
  padding: 40px 0;
  background-image: linear-gradient(to right, #C0C0C0 60%, rgba(255, 255, 255, 0) 0%);
  background-position: bottom;
  background-size: 9px 1px;
  background-repeat: repeat-x;
  position: relative;
}

/* line 2, themes/eiq_bartik/scss/partials/_mixins.scss */
.layout-main-wrapper .strategic-resources.block .content .view-content .resource:after {
  content: "";
  display: table;
  clear: both;
}

/* line 20, themes/eiq_bartik/scss/partials/_strategic_resources_block.scss */
.layout-main-wrapper .strategic-resources.block .content .view-content .resource .resource-logo {
  width: 100%;
  float: left;
  margin-bottom: 20px;
}

/* line 24, themes/eiq_bartik/scss/partials/_strategic_resources_block.scss */
.layout-main-wrapper .strategic-resources.block .content .view-content .resource .resource-logo img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

@media screen and (min-width: 550px) {
  /* line 20, themes/eiq_bartik/scss/partials/_strategic_resources_block.scss */
  .layout-main-wrapper .strategic-resources.block .content .view-content .resource .resource-logo {
    width: 200px;
  }
}

/* line 34, themes/eiq_bartik/scss/partials/_strategic_resources_block.scss */
.layout-main-wrapper .strategic-resources.block .content .view-content .resource .resource-text {
  width: 100%;
  margin-left: 10px;
  float: left;
  height: 160px;
  overflow: hidden;
}

@media screen and (min-width: 550px) {
  /* line 34, themes/eiq_bartik/scss/partials/_strategic_resources_block.scss */
  .layout-main-wrapper .strategic-resources.block .content .view-content .resource .resource-text {
    width: calc(100% - 210px);
  }
}

@media screen and (min-width: 600px) {
  /* line 34, themes/eiq_bartik/scss/partials/_strategic_resources_block.scss */
  .layout-main-wrapper .strategic-resources.block .content .view-content .resource .resource-text {
    height: 135px;
  }
}

/* line 47, themes/eiq_bartik/scss/partials/_strategic_resources_block.scss */
.layout-main-wrapper .strategic-resources.block .content .view-content .resource .resource-text .read-switch {
  position: absolute;
  width: 40px;
  height: 40px;
  font-size: 12px;
  bottom: 0;
  right: 0;
  font-weight: bold;
  cursor: pointer;
  text-align: center;
}

/* line 57, themes/eiq_bartik/scss/partials/_strategic_resources_block.scss */
.layout-main-wrapper .strategic-resources.block .content .view-content .resource .resource-text .read-switch:before {
  background-repeat: no-repeat;
  background-position: center top;
  background-repeat: no-repeat;
  background-position: center bottom;
  height: 28px;
  display: block;
}

/* line 65, themes/eiq_bartik/scss/partials/_strategic_resources_block.scss */
.layout-main-wrapper .strategic-resources.block .content .view-content .resource .resource-text .read-switch.more:before {
  content: 'More';
  background-image: url("/themes/eiq_bartik/images/Triangle.png");
}

/* line 69, themes/eiq_bartik/scss/partials/_strategic_resources_block.scss */
.layout-main-wrapper .strategic-resources.block .content .view-content .resource .resource-text .read-switch.less:before {
  content: 'Less';
  background-image: url("/themes/eiq_bartik/images/Triangle-Up.png");
}

/* line 76, themes/eiq_bartik/scss/partials/_strategic_resources_block.scss */
.layout-main-wrapper .strategic-resources.block .content .view-content .resource:last-child {
  background-image: none !important;
}

/* line 2, themes/eiq_bartik/scss/partials/_markets_block.scss */
.layout-main-wrapper .markets.block {
  position: relative;
}

/* line 4, themes/eiq_bartik/scss/partials/_markets_block.scss */
.layout-main-wrapper .markets.block a#markets {
  position: absolute;
  top: -100px;
}

/* line 8, themes/eiq_bartik/scss/partials/_markets_block.scss */
.layout-main-wrapper .markets.block h2 {
  margin-bottom: 40px;
}

/* line 11, themes/eiq_bartik/scss/partials/_markets_block.scss */
.layout-main-wrapper .markets.block .content {
  max-width: 1200px;
}

/* line 14, themes/eiq_bartik/scss/partials/_markets_block.scss */
.layout-main-wrapper .markets.block .content .view-content .market {
  margin-bottom: 20px;
}

/* line 2, themes/eiq_bartik/scss/partials/_mixins.scss */
.layout-main-wrapper .markets.block .content .view-content .market:after {
  content: "";
  display: table;
  clear: both;
}

@media screen and (min-width: 750px) {
  /* line 14, themes/eiq_bartik/scss/partials/_markets_block.scss */
  .layout-main-wrapper .markets.block .content .view-content .market {
    margin-bottom: 60px;
  }
  /* line 19, themes/eiq_bartik/scss/partials/_markets_block.scss */
  .layout-main-wrapper .markets.block .content .view-content .market:last-child {
    margin-bottom: 0;
  }
}

/* line 23, themes/eiq_bartik/scss/partials/_markets_block.scss */
.layout-main-wrapper .markets.block .content .view-content .market .market-text,
.layout-main-wrapper .markets.block .content .view-content .market .market-image {
  float: left;
  box-sizing: border-box;
  width: 100%;
}

/* line 29, themes/eiq_bartik/scss/partials/_markets_block.scss */
.layout-main-wrapper .markets.block .content .view-content .market .market-text h3 a,
.layout-main-wrapper .markets.block .content .view-content .market .market-image h3 a {
  color: inherit;
  text-decoration: none;
}

@media screen and (min-width: 750px) {
  /* line 23, themes/eiq_bartik/scss/partials/_markets_block.scss */
  .layout-main-wrapper .markets.block .content .view-content .market .market-text,
  .layout-main-wrapper .markets.block .content .view-content .market .market-image {
    width: 50%;
  }
}

/* line 38, themes/eiq_bartik/scss/partials/_markets_block.scss */
.layout-main-wrapper .markets.block .content .view-content .market .market-image {
  margin-bottom: 20px;
}

@media screen and (min-width: 750px) {
  /* line 38, themes/eiq_bartik/scss/partials/_markets_block.scss */
  .layout-main-wrapper .markets.block .content .view-content .market .market-image {
    padding-right: 30px;
  }
}

/* line 44, themes/eiq_bartik/scss/partials/_markets_block.scss */
.layout-main-wrapper .markets.block .content .view-content .market .market-text {
  padding: 0 20px;
}

@media screen and (min-width: 750px) {
  /* line 44, themes/eiq_bartik/scss/partials/_markets_block.scss */
  .layout-main-wrapper .markets.block .content .view-content .market .market-text {
    padding: 0;
  }
}

@media screen and (min-width: 750px) {
  /* line 51, themes/eiq_bartik/scss/partials/_markets_block.scss */
  .layout-main-wrapper .markets.block .content .view-content .market:nth-child(even) .market-image {
    padding-right: 0;
    padding-left: 30px;
    float: right;
  }
}

@media screen and (min-width: 750px) {
  /* line 58, themes/eiq_bartik/scss/partials/_markets_block.scss */
  .layout-main-wrapper .markets.block .content .view-content .market:nth-child(even) .market-text {
    text-align: right;
  }
}

/* line 1, themes/eiq_bartik/scss/partials/_hero_block.scss */
.hero-home-block {
  background: url("/themes/eiq_bartik/images/42134788_l.jpg");
  background-size: cover;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
  padding: 60px 0;
}

/* line 9, themes/eiq_bartik/scss/partials/_hero_block.scss */
.hero-home-block .layout__region {
  margin: 70px auto 30px;
  width: 85%;
  max-width: 1400px;
}

@media (min-width: 851px) {
  /* line 9, themes/eiq_bartik/scss/partials/_hero_block.scss */
  .hero-home-block .layout__region {
    width: 90%;
  }
}

/* line 17, themes/eiq_bartik/scss/partials/_hero_block.scss */
.hero-home-block h1 {
  color: white;
  padding: 40px 0;
  text-transform: none !important;
}

@media (max-width: 851px) {
  /* line 17, themes/eiq_bartik/scss/partials/_hero_block.scss */
  .hero-home-block h1 {
    font-size: 24px;
    line-height: 1.3;
  }
}

@media (min-width: 1200px) {
  /* line 17, themes/eiq_bartik/scss/partials/_hero_block.scss */
  .hero-home-block h1 {
    font-size: 46px;
    font-weight: normal;
    line-height: 50px;
  }
}

/* line 32, themes/eiq_bartik/scss/partials/_hero_block.scss */
.hero-home-block .learn-more .button.btn-hollow {
  color: white;
  background: none;
  border: 3px solid;
  padding: 15px 55px;
  border-radius: 0;
  transition: .3s ease-in-out;
}

/* line 39, themes/eiq_bartik/scss/partials/_hero_block.scss */
.hero-home-block .learn-more .button.btn-hollow:hover {
  background: white;
  color: black;
  border-color: white;
}

/* line 2, themes/eiq_bartik/scss/partials/_leadership_block.scss */
.layout-main-wrapper .leadership.block {
  position: relative;
}

/* line 4, themes/eiq_bartik/scss/partials/_leadership_block.scss */
.layout-main-wrapper .leadership.block a#leadership {
  position: absolute;
  top: -100px;
}

/* line 8, themes/eiq_bartik/scss/partials/_leadership_block.scss */
.layout-main-wrapper .leadership.block .content {
  max-width: 1300px;
}

/* line 10, themes/eiq_bartik/scss/partials/_leadership_block.scss */
.layout-main-wrapper .leadership.block .content .view-content {
  text-align: center;
}

/* line 12, themes/eiq_bartik/scss/partials/_leadership_block.scss */
.layout-main-wrapper .leadership.block .content .view-content .team-member {
  width: 290px;
  height: auto;
  padding: 0 10px;
  position: relative;
  display: block;
  vertical-align: top;
  box-sizing: border-box;
  margin: 0 auto 20px;
}

/* line 21, themes/eiq_bartik/scss/partials/_leadership_block.scss */
.layout-main-wrapper .leadership.block .content .view-content .team-member .leadership-image {
  position: relative;
  z-index: 200;
  height: 204px;
}

/* line 25, themes/eiq_bartik/scss/partials/_leadership_block.scss */
.layout-main-wrapper .leadership.block .content .view-content .team-member .leadership-image img {
  display: block;
}

/* line 29, themes/eiq_bartik/scss/partials/_leadership_block.scss */
.layout-main-wrapper .leadership.block .content .view-content .team-member .leader-text {
  position: relative;
  z-index: 300;
  background: white;
  height: auto;
  box-sizing: inherit;
}

/* line 35, themes/eiq_bartik/scss/partials/_leadership_block.scss */
.layout-main-wrapper .leadership.block .content .view-content .team-member .leader-text a {
  color: inherit;
}

/* line 38, themes/eiq_bartik/scss/partials/_leadership_block.scss */
.layout-main-wrapper .leadership.block .content .view-content .team-member .leader-text h3.leader-name {
  font-size: 18px;
  font-weight: 600;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  text-transform: none;
  margin: 0 !important;
  padding: 20px 20px 1px;
  position: relative;
  z-index: 5;
}

/* line 48, themes/eiq_bartik/scss/partials/_leadership_block.scss */
.layout-main-wrapper .leadership.block .content .view-content .team-member .leader-text .leader-name,
.layout-main-wrapper .leadership.block .content .view-content .team-member .leader-text .leader-title {
  transition: none;
}

/* line 53, themes/eiq_bartik/scss/partials/_leadership_block.scss */
.layout-main-wrapper .leadership.block .content .view-content .team-member .leader-text .leader-title,
.layout-main-wrapper .leadership.block .content .view-content .team-member .leader-text .leader-bio {
  background: white;
  position: relative;
}

/* line 58, themes/eiq_bartik/scss/partials/_leadership_block.scss */
.layout-main-wrapper .leadership.block .content .view-content .team-member .leader-text .leader-title {
  font-style: italic;
  font-size: 13px;
  padding: 0 20px;
  z-index: 10;
  margin-top: -1px;
}

/* line 65, themes/eiq_bartik/scss/partials/_leadership_block.scss */
.layout-main-wrapper .leadership.block .content .view-content .team-member .leader-text .leader-bio {
  font-size: 14px;
  z-index: 15;
}

/* line 68, themes/eiq_bartik/scss/partials/_leadership_block.scss */
.layout-main-wrapper .leadership.block .content .view-content .team-member .leader-text .leader-bio .leader-name,
.layout-main-wrapper .leadership.block .content .view-content .team-member .leader-text .leader-bio .leader-title {
  display: none;
}

/* line 72, themes/eiq_bartik/scss/partials/_leadership_block.scss */
.layout-main-wrapper .leadership.block .content .view-content .team-member .leader-text .leader-bio p {
  padding: 20px;
}

@media screen and (min-width: 670px) {
  /* line 12, themes/eiq_bartik/scss/partials/_leadership_block.scss */
  .layout-main-wrapper .leadership.block .content .view-content .team-member {
    display: inline-block;
    height: 319px;
    margin: 0 0 20px;
  }
  /* line 81, themes/eiq_bartik/scss/partials/_leadership_block.scss */
  .layout-main-wrapper .leadership.block .content .view-content .team-member .leader-text {
    height: 115px;
  }
  /* line 84, themes/eiq_bartik/scss/partials/_leadership_block.scss */
  .layout-main-wrapper .leadership.block .content .view-content .team-member .leader-bio {
    opacity: 0;
    transition: none;
  }
  /* line 90, themes/eiq_bartik/scss/partials/_leadership_block.scss */
  .layout-main-wrapper .leadership.block .content .view-content .team-member:hover .leader-bio, .layout-main-wrapper .leadership.block .content .view-content .team-member:focus .leader-bio {
    position: absolute;
    top: 0;
    left: 0;
    background: white;
    box-shadow: 0 5px 8px rgba(0, 0, 0, 0.1), -5px 8px 8px rgba(0, 0, 0, 0.1), 5px 8px 8px rgba(0, 0, 0, 0.1);
    opacity: 1;
    transition: opacity 0.4s linear;
  }
  /* line 94, themes/eiq_bartik/scss/partials/_leadership_block.scss */
  .layout-main-wrapper .leadership.block .content .view-content .team-member:hover .leader-bio .leader-name,
  .layout-main-wrapper .leadership.block .content .view-content .team-member:hover .leader-bio .leader-title, .layout-main-wrapper .leadership.block .content .view-content .team-member:focus .leader-bio .leader-name,
  .layout-main-wrapper .leadership.block .content .view-content .team-member:focus .leader-bio .leader-title {
    display: block;
  }
}

/* line 2, themes/eiq_bartik/scss/partials/_brands_block.scss */
.layout-main-wrapper .brands.block {
  position: relative;
}

/* line 4, themes/eiq_bartik/scss/partials/_brands_block.scss */
.layout-main-wrapper .brands.block h2 {
  margin-bottom: 40px;
}

/* line 7, themes/eiq_bartik/scss/partials/_brands_block.scss */
.layout-main-wrapper .brands.block a#brands {
  position: absolute;
  top: -200px;
}

/* line 11, themes/eiq_bartik/scss/partials/_brands_block.scss */
.layout-main-wrapper .brands.block .content {
  max-width: 1250px;
}

/* line 13, themes/eiq_bartik/scss/partials/_brands_block.scss */
.layout-main-wrapper .brands.block .content .view-content {
  text-align: center;
}

/* line 15, themes/eiq_bartik/scss/partials/_brands_block.scss */
.layout-main-wrapper .brands.block .content .view-content h3 {
  text-align: center;
  color: #51758E;
  font-size: 22px;
  margin: 0;
  margin-top: 10px;
}

/* line 22, themes/eiq_bartik/scss/partials/_brands_block.scss */
.layout-main-wrapper .brands.block .content .view-content .brand {
  display: inline-block;
  position: relative;
}

/* line 26, themes/eiq_bartik/scss/partials/_brands_block.scss */
.layout-main-wrapper .brands.block .content .view-content .brand .brand-image img {
  -webkit-filter: grayscale(100%) opacity(45%);
          filter: grayscale(100%) opacity(45%);
}

/* line 30, themes/eiq_bartik/scss/partials/_brands_block.scss */
.layout-main-wrapper .brands.block .content .view-content .brand .brand-description {
  display: none;
  z-index: 10;
}

/* line 37, themes/eiq_bartik/scss/partials/_brands_block.scss */
.layout-main-wrapper .brands.block .content .view-content .brand:hover .brand-image img, .layout-main-wrapper .brands.block .content .view-content .brand:focus .brand-image img {
  -webkit-filter: grayscale(0%) opacity(100%);
          filter: grayscale(0%) opacity(100%);
  transition: -webkit-filter .75s;
  transition: filter .75s;
  transition: filter .75s, -webkit-filter .75s;
}

/* line 2, themes/eiq_bartik/scss/partials/_careers_block.scss */
.layout-main-wrapper .careers.block {
  position: relative;
}

/* line 4, themes/eiq_bartik/scss/partials/_careers_block.scss */
.layout-main-wrapper .careers.block a#careers {
  position: absolute;
  top: -90px;
}

/* line 8, themes/eiq_bartik/scss/partials/_careers_block.scss */
.layout-main-wrapper .careers.block .content {
  max-width: 770px;
  text-align: center;
}

/* line 1, themes/eiq_bartik/scss/partials/_smarter_block.scss */
.layout-main-wrapper .smarter.block {
  position: relative;
  padding: 88px 0;
  background: url(/themes/eiq_bartik/images/smarter_bg.jpg) top center transparent;
  background-size: cover;
}

/* line 6, themes/eiq_bartik/scss/partials/_smarter_block.scss */
.layout-main-wrapper .smarter.block h2 {
  margin: 0;
  text-align: center;
  color: white;
  text-transform: none;
  font-size: 33px;
}

/* line 2, themes/eiq_bartik/scss/partials/_office_contact_block.scss */
.layout-main-wrapper .contact-office.block {
  position: relative;
}

/* line 4, themes/eiq_bartik/scss/partials/_office_contact_block.scss */
.layout-main-wrapper .contact-office.block a#contact {
  position: absolute;
  top: -200px;
}

/* line 8, themes/eiq_bartik/scss/partials/_office_contact_block.scss */
.layout-main-wrapper .contact-office.block > .content {
  max-width: 1050px;
}

/* line 2, themes/eiq_bartik/scss/partials/_mixins.scss */
.layout-main-wrapper .contact-office.block > .content:after {
  content: "";
  display: table;
  clear: both;
}

/* line 11, themes/eiq_bartik/scss/partials/_office_contact_block.scss */
.layout-main-wrapper .contact-office.block > .content .block {
  padding: 0;
  box-sizing: border-box;
  width: 100%;
  float: left;
}

@media screen and (min-width: 750px) {
  /* line 11, themes/eiq_bartik/scss/partials/_office_contact_block.scss */
  .layout-main-wrapper .contact-office.block > .content .block {
    width: 50%;
  }
}

/* line 19, themes/eiq_bartik/scss/partials/_office_contact_block.scss */
.layout-main-wrapper .contact-office.block > .content .block h2 {
  text-align: left;
  padding: 0;
}

/* line 23, themes/eiq_bartik/scss/partials/_office_contact_block.scss */
.layout-main-wrapper .contact-office.block > .content .block .content {
  padding: 0;
}

/* line 27, themes/eiq_bartik/scss/partials/_office_contact_block.scss */
.layout-main-wrapper .contact-office.block > .content .block.contact form {
  position: relative;
}

/* line 29, themes/eiq_bartik/scss/partials/_office_contact_block.scss */
.layout-main-wrapper .contact-office.block > .content .block.contact form label {
  font-weight: normal;
}

/* line 33, themes/eiq_bartik/scss/partials/_office_contact_block.scss */
.layout-main-wrapper .contact-office.block > .content .block.contact form input {
  border: 0 none;
  border-radius: 0 !important;
  height: 40px;
  width: 100% !important;
}

/* line 39, themes/eiq_bartik/scss/partials/_office_contact_block.scss */
.layout-main-wrapper .contact-office.block > .content .block.contact form textarea {
  border: 0 none;
}

/* line 42, themes/eiq_bartik/scss/partials/_office_contact_block.scss */
.layout-main-wrapper .contact-office.block > .content .block.contact form select {
  border-radius: 0 !important;
  border: 0 none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: url("/themes/eiq_bartik/images/tri-down.png") 97% 50% no-repeat white;
}

/* line 49, themes/eiq_bartik/scss/partials/_office_contact_block.scss */
.layout-main-wrapper .contact-office.block > .content .block.contact form .form-actions {
  text-align: right;
}

@media screen and (min-width: 852px) {
  /* line 49, themes/eiq_bartik/scss/partials/_office_contact_block.scss */
  .layout-main-wrapper .contact-office.block > .content .block.contact form .form-actions {
    position: absolute;
    right: 0;
    bottom: -20px;
  }
}

/* line 56, themes/eiq_bartik/scss/partials/_office_contact_block.scss */
.layout-main-wrapper .contact-office.block > .content .block.contact form .form-actions .button {
  display: block;
  margin-bottom: 40px;
  height: auto !important;
}

@media screen and (min-width: 750px) {
  /* line 56, themes/eiq_bartik/scss/partials/_office_contact_block.scss */
  .layout-main-wrapper .contact-office.block > .content .block.contact form .form-actions .button {
    margin-bottom: 0;
    display: inline-block;
    width: auto !important;
  }
}

@media screen and (min-width: 750px) {
  /* line 69, themes/eiq_bartik/scss/partials/_office_contact_block.scss */
  .layout-main-wrapper .contact-office.block > .content .block.office {
    padding-left: 20px;
  }
}

@media screen and (min-width: 900px) {
  /* line 69, themes/eiq_bartik/scss/partials/_office_contact_block.scss */
  .layout-main-wrapper .contact-office.block > .content .block.office {
    padding-left: 60px;
  }
}

@media screen and (min-width: 1000px) {
  /* line 69, themes/eiq_bartik/scss/partials/_office_contact_block.scss */
  .layout-main-wrapper .contact-office.block > .content .block.office {
    padding-left: 150px;
  }
}

/* line 2, themes/eiq_bartik/scss/partials/_leader_page.scss */
.page-node-type-leader .layout-main-wrapper {
  padding-bottom: 40px;
}

/* line 5, themes/eiq_bartik/scss/partials/_leader_page.scss */
.page-node-type-leader .layout-main-wrapper .field--name-field-leader-job-title {
  font-size: 28px;
  line-height: 31px;
  padding-bottom: 10px;
}

/* line 10, themes/eiq_bartik/scss/partials/_leader_page.scss */
.page-node-type-leader .layout-main-wrapper .field--name-field-leader-headshot {
  text-align: center;
}

@media (min-width: 550px) {
  /* line 10, themes/eiq_bartik/scss/partials/_leader_page.scss */
  .page-node-type-leader .layout-main-wrapper .field--name-field-leader-headshot {
    text-align: left;
    float: left;
    padding: 0 25px 25px 0;
    width: 40%;
    max-width: 270px;
  }
}

/* line 2, themes/eiq_bartik/scss/partials/_market_page.scss */
.market-page .view-content {
  text-align: center;
}

/* line 4, themes/eiq_bartik/scss/partials/_market_page.scss */
.market-page .view-content .brand {
  display: inline-block;
  position: relative;
}

/* line 3, themes/eiq_bartik/scss/partials/brand_page/_stay_informed.scss */
.page-node-type-brand .layout-main-wrapper #block-stay-informed {
  padding: 0 0 40px;
  margin-bottom: 40px;
  border-bottom: 2px solid #F6F6F6;
  text-align: center;
}

/* line 8, themes/eiq_bartik/scss/partials/brand_page/_stay_informed.scss */
.page-node-type-brand .layout-main-wrapper #block-stay-informed .content {
  margin-top: 0;
}

/* line 10, themes/eiq_bartik/scss/partials/brand_page/_stay_informed.scss */
.page-node-type-brand .layout-main-wrapper #block-stay-informed .content .subscription-links {
  display: inline-flex;
  flex-flow: row wrap;
  justify-content: center;
  margin-right: auto;
  margin-left: auto;
  min-width: 50%;
}

/* line 17, themes/eiq_bartik/scss/partials/brand_page/_stay_informed.scss */
.page-node-type-brand .layout-main-wrapper #block-stay-informed .content .subscription-links > * {
  margin: 5px 2%;
}

/* line 19, themes/eiq_bartik/scss/partials/brand_page/_stay_informed.scss */
.page-node-type-brand .layout-main-wrapper #block-stay-informed .content .subscription-links > *::after {
  content: '';
  display: inline-block;
}

/* line 24, themes/eiq_bartik/scss/partials/brand_page/_stay_informed.scss */
.page-node-type-brand .layout-main-wrapper #block-stay-informed .content .subscription-links > .views-field {
  position: relative;
  background-color: #51758E;
  transition: background-color .3s, border .3s, color .3s;
  border: thin solid transparent;
  padding: 0;
  display: flex;
  justify-content: center;
  text-align: center;
  flex-direction: column;
}

/* line 34, themes/eiq_bartik/scss/partials/brand_page/_stay_informed.scss */
.page-node-type-brand .layout-main-wrapper #block-stay-informed .content .subscription-links > .views-field:hover {
  transition: background-color .3s, border .3s, color .3s;
  border: thin solid #51758E;
  background-color: #F6F6F6;
}

/* line 38, themes/eiq_bartik/scss/partials/brand_page/_stay_informed.scss */
.page-node-type-brand .layout-main-wrapper #block-stay-informed .content .subscription-links > .views-field:hover .display-label {
  color: #51758E;
}

/* line 43, themes/eiq_bartik/scss/partials/brand_page/_stay_informed.scss */
.page-node-type-brand .layout-main-wrapper #block-stay-informed .content .subscription-links .display-label {
  width: 250px;
  color: #fff;
  padding: 10px;
  text-align: center;
  display: inline-block;
  transition: color .3s;
}

/* line 50, themes/eiq_bartik/scss/partials/brand_page/_stay_informed.scss */
.page-node-type-brand .layout-main-wrapper #block-stay-informed .content .subscription-links .display-label:hover {
  color: #51758E;
  transition: color .3s;
}

/* line 56, themes/eiq_bartik/scss/partials/brand_page/_stay_informed.scss */
.page-node-type-brand .layout-main-wrapper #block-stay-informed .content .subscription-links a {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  color: transparent;
  width: 100%;
  display: inline-block;
}

@media screen and (max-device-width: 450px), screen and (max-width: 500px) {
  /* line 80, themes/eiq_bartik/scss/partials/brand_page/_stay_informed.scss */
  .page-node-type-brand .layout-main-wrapper #block-stay-informed .content .subscription-links {
    min-width: 70%;
  }
  /* line 82, themes/eiq_bartik/scss/partials/brand_page/_stay_informed.scss */
  .page-node-type-brand .layout-main-wrapper #block-stay-informed .content .subscription-links > .views-field {
    width: 100%;
  }
  /* line 83, themes/eiq_bartik/scss/partials/brand_page/_stay_informed.scss */
  .page-node-type-brand .layout-main-wrapper #block-stay-informed .content .subscription-links > .views-field .display-label {
    width: 100%;
  }
}

/* line 1, themes/eiq_bartik/scss/partials/brand_page/_social_links.scss */
#block-social-links {
  padding: 0 0 40px;
  margin-bottom: 40px;
  border-bottom: 2px solid #F6F6F6;
}

/* line 5, themes/eiq_bartik/scss/partials/brand_page/_social_links.scss */
#block-social-links .content {
  margin-top: 0;
}

/* line 7, themes/eiq_bartik/scss/partials/brand_page/_social_links.scss */
#block-social-links .content .social-links {
  text-align: center;
}

/* line 9, themes/eiq_bartik/scss/partials/brand_page/_social_links.scss */
#block-social-links .content .social-links > div {
  display: inline-block;
  margin: 0 4px;
}

/* line 12, themes/eiq_bartik/scss/partials/brand_page/_social_links.scss */
#block-social-links .content .social-links > div a {
  text-indent: -9999px;
  display: block;
  background: no-repeat top center;
  height: 51px;
  width: 51px;
}

/* line 21, themes/eiq_bartik/scss/partials/brand_page/_social_links.scss */
#block-social-links .content .social-links .facebook a {
  background-image: url("/themes/eiq_bartik/images/facebook.png");
}

/* line 26, themes/eiq_bartik/scss/partials/brand_page/_social_links.scss */
#block-social-links .content .social-links .twitter a {
  background-image: url("/themes/eiq_bartik/images/twitter.png");
}

/* line 31, themes/eiq_bartik/scss/partials/brand_page/_social_links.scss */
#block-social-links .content .social-links .linkedin a {
  background-image: url("/themes/eiq_bartik/images/linkedin.png");
}

/* line 36, themes/eiq_bartik/scss/partials/brand_page/_social_links.scss */
#block-social-links .content .social-links .youtube a {
  background-image: url("/themes/eiq_bartik/images/youtube.png");
}

/* line 41, themes/eiq_bartik/scss/partials/brand_page/_social_links.scss */
#block-social-links .content .social-links .pinterest a {
  background-image: url("/themes/eiq_bartik/images/pinterest.png");
}

/* line 6, themes/eiq_bartik/scss/partials/brand_page/_brand_page.scss */
.page-node-type-brand .layout-main-wrapper {
  padding: 0;
  max-width: 100%;
}

/* line 9, themes/eiq_bartik/scss/partials/brand_page/_brand_page.scss */
.page-node-type-brand .layout-main-wrapper .block-page-title-block {
  display: none;
}

/* line 12, themes/eiq_bartik/scss/partials/brand_page/_brand_page.scss */
.page-node-type-brand .layout-main-wrapper .block-system-main-block {
  text-align: center;
  padding: 40px 0 20px;
}

/* line 16, themes/eiq_bartik/scss/partials/brand_page/_brand_page.scss */
.page-node-type-brand .layout-main-wrapper .block-system-main-block .content {
  margin-top: 0;
}

/* line 18, themes/eiq_bartik/scss/partials/brand_page/_brand_page.scss */
.page-node-type-brand .layout-main-wrapper .block-system-main-block .content .node__content {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 1em;
}

/* line 22, themes/eiq_bartik/scss/partials/brand_page/_brand_page.scss */
.page-node-type-brand .layout-main-wrapper .block-system-main-block .content .node__content .field--name-field-brand-logo {
  margin-bottom: 20px;
}

/* line 27, themes/eiq_bartik/scss/partials/brand_page/_brand_page.scss */
.page-node-type-brand .layout-main-wrapper .block-system-main-block .content .field--name-field-magazine-subscription-link .field__label {
  display: none;
}

/* line 33, themes/eiq_bartik/scss/partials/brand_page/_brand_page.scss */
.page-node-type-brand .layout-main-wrapper #block-eiq-bartik-views-block-sub-brands-block-1 {
  max-width: 1400px;
  margin: 0 auto 40px;
  padding: 0 1em;
}

/* line 37, themes/eiq_bartik/scss/partials/brand_page/_brand_page.scss */
.page-node-type-brand .layout-main-wrapper #block-eiq-bartik-views-block-sub-brands-block-1 h2 {
  text-align: center;
}

/* line 40, themes/eiq_bartik/scss/partials/brand_page/_brand_page.scss */
.page-node-type-brand .layout-main-wrapper #block-eiq-bartik-views-block-sub-brands-block-1 .view-content {
  text-align: center;
}

/* line 42, themes/eiq_bartik/scss/partials/brand_page/_brand_page.scss */
.page-node-type-brand .layout-main-wrapper #block-eiq-bartik-views-block-sub-brands-block-1 .view-content .views-row {
  width: 100%;
  display: inline-block;
  box-sizing: border-box;
  vertical-align: top;
  padding: 10px 40px;
}

@media screen and (min-width: 600px) {
  /* line 42, themes/eiq_bartik/scss/partials/brand_page/_brand_page.scss */
  .page-node-type-brand .layout-main-wrapper #block-eiq-bartik-views-block-sub-brands-block-1 .view-content .views-row {
    width: 48%;
  }
}

@media screen and (min-width: 850px) {
  /* line 42, themes/eiq_bartik/scss/partials/brand_page/_brand_page.scss */
  .page-node-type-brand .layout-main-wrapper #block-eiq-bartik-views-block-sub-brands-block-1 .view-content .views-row {
    width: 31%;
  }
}

/* line 55, themes/eiq_bartik/scss/partials/brand_page/_brand_page.scss */
.page-node-type-brand .layout-main-wrapper #block-eiq-bartik-views-block-sub-brands-block-1 .view-content .views-field-title {
  min-height: 65px;
  margin-bottom: 10px;
}

/* line 58, themes/eiq_bartik/scss/partials/brand_page/_brand_page.scss */
.page-node-type-brand .layout-main-wrapper #block-eiq-bartik-views-block-sub-brands-block-1 .view-content .views-field-title a {
  color: #474747;
  font-family: "Josefin Sans", sans-serif;
  text-transform: uppercase;
  font-size: 19px;
  font-weight: 600;
}

/* line 66, themes/eiq_bartik/scss/partials/brand_page/_brand_page.scss */
.page-node-type-brand .layout-main-wrapper #block-eiq-bartik-views-block-sub-brands-block-1 .view-content .views-field-body {
  font-size: 13px;
  line-height: 21px;
}

/* line 2, themes/eiq_bartik/scss/partials/_search.scss */
.path-search .content {
  margin-bottom: 25px;
}

/* line 6, themes/eiq_bartik/scss/partials/_events.scss */
.event-search-fields {
  font-size: 16px;
  border-bottom: 2px dashed #aaa;
  margin: 0 20px;
  padding-bottom: 40px;
}

@media (min-width: 701px) {
  /* line 6, themes/eiq_bartik/scss/partials/_events.scss */
  .event-search-fields {
    display: flex;
    flex-wrap: wrap;
    padding-left: 40px;
    padding-right: 40px;
  }
}

/* line 17, themes/eiq_bartik/scss/partials/_events.scss */
.event-search-fields label {
  font-weight: normal;
}

/* line 20, themes/eiq_bartik/scss/partials/_events.scss */
.event-search-fields .form-type-select {
  margin: 10px auto 0;
  max-width: 300px;
  box-sizing: border-box;
}

@media (min-width: 701px) {
  /* line 20, themes/eiq_bartik/scss/partials/_events.scss */
  .event-search-fields .form-type-select {
    flex-grow: 1;
    margin: 0;
    width: 50%;
    max-width: none;
    padding-right: 26px;
  }
  /* line 30, themes/eiq_bartik/scss/partials/_events.scss */
  .event-search-fields .form-type-select:nth-child(3), .event-search-fields .form-type-select:nth-child(4) {
    margin-top: 10px;
  }
}

@media (min-width: 1001px) {
  /* line 20, themes/eiq_bartik/scss/partials/_events.scss */
  .event-search-fields .form-type-select {
    width: 25%;
    padding-right: 13px;
  }
  /* line 37, themes/eiq_bartik/scss/partials/_events.scss */
  .event-search-fields .form-type-select:nth-child(3), .event-search-fields .form-type-select:nth-child(4) {
    margin-top: 0;
  }
}

/* line 42, themes/eiq_bartik/scss/partials/_events.scss */
.event-search-fields .form-type-select select {
  width: 100%;
}

/* line 48, themes/eiq_bartik/scss/partials/_events.scss */
.event-search-fields .chosen-container {
  width: 100% !important;
}

/* line 50, themes/eiq_bartik/scss/partials/_events.scss */
.event-search-fields .chosen-container .chosen-single {
  background-image: none;
  border-radius: 0;
  border-color: #eee;
  height: 40px;
  line-height: 40px;
  font-size: inherit;
}

/* line 57, themes/eiq_bartik/scss/partials/_events.scss */
.event-search-fields .chosen-container .chosen-single div b {
  background-position-y: 12px;
}

/* line 60, themes/eiq_bartik/scss/partials/_events.scss */
.event-search-fields .chosen-container .chosen-single .search-choice-close {
  top: 14px;
}

/* line 64, themes/eiq_bartik/scss/partials/_events.scss */
.event-search-fields .chosen-container .chosen-drop {
  margin-top: 0;
  border-radius: 0;
  border-color: #eee;
}

/* line 72, themes/eiq_bartik/scss/partials/_events.scss */
.event-search-results {
  padding-top: 20px;
}

/* line 76, themes/eiq_bartik/scss/partials/_events.scss */
.event-search-message {
  text-align: center;
}

/* line 78, themes/eiq_bartik/scss/partials/_events.scss */
.event-search-message .message-header {
  font-size: 26px;
  color: #51758E;
}

/* line 84, themes/eiq_bartik/scss/partials/_events.scss */
.block-brand-events {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

/* line 88, themes/eiq_bartik/scss/partials/_events.scss */
.block-brand-events h2 {
  text-align: center;
}

@media (min-width: 1000px) {
  /* line 93, themes/eiq_bartik/scss/partials/_events.scss */
  .event-pods {
    display: flex;
    flex-wrap: wrap;
  }
}

/* line 99, themes/eiq_bartik/scss/partials/_events.scss */
.event-pods .pod {
  max-width: 600px;
  margin: 0 auto;
}

@media (min-width: 1000px) {
  /* line 99, themes/eiq_bartik/scss/partials/_events.scss */
  .event-pods .pod {
    width: 50%;
    margin: 0;
  }
}

/* line 107, themes/eiq_bartik/scss/partials/_events.scss */
.event-pods .pod a {
  color: inherit;
}

/* line 109, themes/eiq_bartik/scss/partials/_events.scss */
.event-pods .pod a:hover {
  color: #51758E;
}

/* line 114, themes/eiq_bartik/scss/partials/_events.scss */
.event-pods .pod .pod-inner {
  border: 2px solid #eee;
  height: calc(100% - 44px);
  flex-direction: column;
  display: flex;
  margin: 20px 0;
}

@media (min-width: 525px) {
  /* line 114, themes/eiq_bartik/scss/partials/_events.scss */
  .event-pods .pod .pod-inner {
    margin: 20px;
  }
}

/* line 124, themes/eiq_bartik/scss/partials/_events.scss */
.event-pods .pod .pod-inner .top-wrapper {
  flex-grow: 1;
  display: flex;
}

/* line 128, themes/eiq_bartik/scss/partials/_events.scss */
.event-pods .pod .pod-inner .top-wrapper .image-pane {
  display: none;
}

@media (min-width: 525px) {
  /* line 133, themes/eiq_bartik/scss/partials/_events.scss */
  .event-pods .pod .pod-inner .top-wrapper.two-pane .details-pane,
  .event-pods .pod .pod-inner .top-wrapper.two-pane .image-pane {
    display: block;
    width: 50%;
  }
}

/* line 141, themes/eiq_bartik/scss/partials/_events.scss */
.event-pods .pod .pod-inner .top-wrapper .details-pane {
  width: 100%;
  padding: 10px;
}

/* line 144, themes/eiq_bartik/scss/partials/_events.scss */
.event-pods .pod .pod-inner .top-wrapper .details-pane .brand-logo {
  text-align: center;
  margin: 15px 0 10px 0;
}

@media (min-width: 525px) {
  /* line 144, themes/eiq_bartik/scss/partials/_events.scss */
  .event-pods .pod .pod-inner .top-wrapper .details-pane .brand-logo {
    margin: 15px 20px 10px 0;
  }
}

/* line 150, themes/eiq_bartik/scss/partials/_events.scss */
.event-pods .pod .pod-inner .top-wrapper .details-pane .brand-logo img {
  max-height: 100px;
}

/* line 154, themes/eiq_bartik/scss/partials/_events.scss */
.event-pods .pod .pod-inner .top-wrapper .details-pane .date-range {
  color: #aaa;
  margin-bottom: 12px;
  font-size: 16px;
}

/* line 159, themes/eiq_bartik/scss/partials/_events.scss */
.event-pods .pod .pod-inner .top-wrapper .details-pane .name {
  text-transform: uppercase;
  margin-bottom: 8px;
  font-weight: bold;
  font-family: "Josefin Sans", sans-serif;
  font-size: 17px;
  line-height: 20px;
}

/* line 167, themes/eiq_bartik/scss/partials/_events.scss */
.event-pods .pod .pod-inner .top-wrapper .details-pane .summary {
  font-size: 13px;
  margin-bottom: 10px;
}

/* line 172, themes/eiq_bartik/scss/partials/_events.scss */
.event-pods .pod .pod-inner .top-wrapper .image-pane {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* line 179, themes/eiq_bartik/scss/partials/_events.scss */
.event-pods .pod .pod-inner .bottom-wrapper {
  border-top: 2px solid #eee;
  display: flex;
  font-size: 15px;
}

@media (min-width: 525px) {
  /* line 179, themes/eiq_bartik/scss/partials/_events.scss */
  .event-pods .pod .pod-inner .bottom-wrapper {
    font-size: inherit;
  }
}

/* line 187, themes/eiq_bartik/scss/partials/_events.scss */
.event-pods .pod .pod-inner .bottom-wrapper .location, .event-pods .pod .pod-inner .bottom-wrapper .event-site {
  position: relative;
  box-sizing: border-box;
  padding: 10px 5px 10px 30px;
}

@media (min-width: 525px) {
  /* line 187, themes/eiq_bartik/scss/partials/_events.scss */
  .event-pods .pod .pod-inner .bottom-wrapper .location, .event-pods .pod .pod-inner .bottom-wrapper .event-site {
    padding: 20px 10px 20px 60px;
  }
}

/* line 195, themes/eiq_bartik/scss/partials/_events.scss */
.event-pods .pod .pod-inner .bottom-wrapper .location::before, .event-pods .pod .pod-inner .bottom-wrapper .event-site::before {
  content: "";
  background-repeat: no-repeat;
  background-position: center 12px;
  background-size: 15px;
  height: 100%;
  width: 30px;
  position: absolute;
  left: 0;
  top: 0;
}

@media (min-width: 525px) {
  /* line 195, themes/eiq_bartik/scss/partials/_events.scss */
  .event-pods .pod .pod-inner .bottom-wrapper .location::before, .event-pods .pod .pod-inner .bottom-wrapper .event-site::before {
    background-position-y: 19px;
    width: 60px;
    background-size: auto;
  }
}

/* line 213, themes/eiq_bartik/scss/partials/_events.scss */
.event-pods .pod .pod-inner .bottom-wrapper .location {
  flex-grow: 1;
}

/* line 215, themes/eiq_bartik/scss/partials/_events.scss */
.event-pods .pod .pod-inner .bottom-wrapper .location::before {
  background-image: url(/themes/eiq_bartik/images/location-marker.png);
}

/* line 221, themes/eiq_bartik/scss/partials/_events.scss */
.event-pods .pod .pod-inner .bottom-wrapper .location + .event-site {
  border-left: 2px solid #eee;
}

/* line 225, themes/eiq_bartik/scss/partials/_events.scss */
.event-pods .pod .pod-inner .bottom-wrapper .event-site {
  width: 40%;
  display: block;
  flex-shrink: 0;
}

/* line 229, themes/eiq_bartik/scss/partials/_events.scss */
.event-pods .pod .pod-inner .bottom-wrapper .event-site::before {
  background-image: url(/themes/eiq_bartik/images/new-tab.png);
}

/* line 232, themes/eiq_bartik/scss/partials/_events.scss */
.event-pods .pod .pod-inner .bottom-wrapper .event-site:hover::before {
  background-image: url(/themes/eiq_bartik/images/new-tab-active.png);
}
