/*
Theme Name: iena
Description: Dedicated Wordpress theme for Company Name
*/
/* line 18, ../../../../source/wp-content/themes/iena/css/_mixins.scss */
.ie8 .blog-post:hover {
  behavior: url("pie/PIE.htc");
}

/* ==========================================================================
	Base
/* ========================================================================== */
/* line 5, ../../../../source/wp-content/themes/iena/css/_global.scss */
html {
  height: auto;
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  margin: 0;
  padding: 0;
}

/* line 13, ../../../../source/wp-content/themes/iena/css/_global.scss */
html,
body,
button,
input,
select,
textarea {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 400;
  color: #444;
}

/* line 24, ../../../../source/wp-content/themes/iena/css/_global.scss */
body {
  margin: 0;
  padding: 0;
  font-size: 1em;
  line-height: 1.4;
  background: #FFF;
  -webkit-font-smoothing: antialiased;
}

/* line 34, ../../../../source/wp-content/themes/iena/css/_global.scss */
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 41, ../../../../source/wp-content/themes/iena/css/_global.scss */
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

/* line 47, ../../../../source/wp-content/themes/iena/css/_global.scss */
.gm-style img {
  max-width: none;
}

/* line 51, ../../../../source/wp-content/themes/iena/css/_global.scss */
#page {
  -webkit-transition: transform 0.2s linear;
  -moz-transition: transform 0.2s linear;
  -o-transition: transform 0.2s linear;
  transition: transform 0.2s linear;
}
/* line 55, ../../../../source/wp-content/themes/iena/css/_global.scss */
#page.open {
  -webkit-transform: translateX(-230px);
  -moz-transform: translateX(-230px);
  -ms-transform: translateX(-230px);
  -o-transform: translateX(-230px);
  transform: translateX(-230px);
}

/* line 60, ../../../../source/wp-content/themes/iena/css/_global.scss */
.page-featured-image img {
  width: 100%;
}

/* line 64, ../../../../source/wp-content/themes/iena/css/_global.scss */
body.page article {
  margin-bottom: 77px;
}
/* line 67, ../../../../source/wp-content/themes/iena/css/_global.scss */
body.page article > *:first-child:not(.ezcol) {
  margin-top: 5px;
}
/* line 70, ../../../../source/wp-content/themes/iena/css/_global.scss */
body.page article > *:first-child:not(.ezcol) > img:first-child {
  margin-top: 0;
}
/* line 75, ../../../../source/wp-content/themes/iena/css/_global.scss */
body.page article > .tabs:first-child a {
  padding-top: 0;
}
/* line 9, ../../../../source/wp-content/themes/iena/css/_mixins.scss */
body.page article:after {
  content: '';
  display: table;
  clear: both;
}
@media (max-width: 767px) {
  /* line 64, ../../../../source/wp-content/themes/iena/css/_global.scss */
  body.page article {
    margin-bottom: 48px;
  }
}

/* line 86, ../../../../source/wp-content/themes/iena/css/_global.scss */
body.subpage article {
  margin-bottom: 43px;
}
/* line 9, ../../../../source/wp-content/themes/iena/css/_mixins.scss */
body.subpage article:after {
  content: '';
  display: table;
  clear: both;
}
@media (max-width: 1199px) {
  /* line 86, ../../../../source/wp-content/themes/iena/css/_global.scss */
  body.subpage article {
    margin-bottom: 23px;
  }
}
@media (max-width: 767px) {
  /* line 86, ../../../../source/wp-content/themes/iena/css/_global.scss */
  body.subpage article {
    margin-bottom: 31px;
  }
}

/* line 100, ../../../../source/wp-content/themes/iena/css/_global.scss */
hr {
  background-color: #d2d5dc;
  height: 1px;
  margin-top: 53px;
  margin-bottom: 71px;
}
@media (max-width: 767px) {
  /* line 100, ../../../../source/wp-content/themes/iena/css/_global.scss */
  hr {
    margin-top: 33px;
    margin-bottom: 50px;
  }
}

/* line 112, ../../../../source/wp-content/themes/iena/css/_global.scss */
article p > img {
  margin-top: 28px;
  margin-bottom: 11px;
}
@media (max-width: 1199px) {
  /* line 112, ../../../../source/wp-content/themes/iena/css/_global.scss */
  article p > img {
    margin-top: 10px;
    margin-bottom: -11px;
  }
}

/* line 122, ../../../../source/wp-content/themes/iena/css/_global.scss */
.ezcol p > img {
  margin-top: 52px;
}
@media (max-width: 480px) {
  /* line 122, ../../../../source/wp-content/themes/iena/css/_global.scss */
  .ezcol p > img {
    margin-top: 10px;
  }
}

@media (max-width: 600px) {
  /* line 131, ../../../../source/wp-content/themes/iena/css/_global.scss */
  #wpadminbar {
    position: fixed;
  }
}
/* ==========================================================================
	Single post article
/* ========================================================================== */
/* line 141, ../../../../source/wp-content/themes/iena/css/_global.scss */
article.single {
  margin-top: 100px;
  padding-bottom: 65px;
  border-bottom: 1px solid #d2d5dc;
}
@media (max-width: 767px) {
  /* line 141, ../../../../source/wp-content/themes/iena/css/_global.scss */
  article.single {
    margin-top: 32px;
    padding-bottom: 7px;
  }
}

/* line 152, ../../../../source/wp-content/themes/iena/css/_global.scss */
.single-info {
  text-align: center;
  margin: 87px 0 90px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-content: center;
  -moz-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
@media (max-width: 767px) {
  /* line 152, ../../../../source/wp-content/themes/iena/css/_global.scss */
  .single-info {
    margin-top: 33px;
    margin-bottom: 53px;
  }
}
/* line 167, ../../../../source/wp-content/themes/iena/css/_global.scss */
.single-info .terms {
  text-transform: uppercase;
  font-size: 13px;
  line-height: 18px;
  letter-spacing: 0.3px;
}
/* line 173, ../../../../source/wp-content/themes/iena/css/_global.scss */
.single-info .terms span {
  display: block;
  margin-bottom: 20px;
}
/* line 179, ../../../../source/wp-content/themes/iena/css/_global.scss */
.single-info em {
  font-weight: 500;
  font-style: normal;
  margin-right: 5px;
}

/* line 186, ../../../../source/wp-content/themes/iena/css/_global.scss */
.addtoany_shortcode {
  margin-top: 55px;
}
/* line 189, ../../../../source/wp-content/themes/iena/css/_global.scss */
.addtoany_shortcode span {
  height: 40px !important;
  line-height: 40px !important;
  width: 38px !important;
}
@media (max-width: 767px) {
  /* line 186, ../../../../source/wp-content/themes/iena/css/_global.scss */
  .addtoany_shortcode {
    margin-top: 20px;
  }
}

/* line 200, ../../../../source/wp-content/themes/iena/css/_global.scss */
.a2a_svg.a2a_s_facebook svg {
  width: 46px;
}

/* line 203, ../../../../source/wp-content/themes/iena/css/_global.scss */
.a2a_svg.a2a_s_pinterest svg {
  width: 44px;
  left: -6px;
}

/* line 208, ../../../../source/wp-content/themes/iena/css/_global.scss */
.more-posts {
  background: #4677b8;
  font-size: 13px;
  line-height: 24px;
  color: #FFF;
  margin-top: 75px;
  padding: 8px 30px;
  border-radius: 4px;
  text-decoration: underline;
}
/* line 217, ../../../../source/wp-content/themes/iena/css/_global.scss */
.more-posts:hover {
  background: #04bad9;
  color: #FFF;
  text-decoration: underline;
}
@media (max-width: 767px) {
  /* line 208, ../../../../source/wp-content/themes/iena/css/_global.scss */
  .more-posts {
    margin-top: 45px;
  }
}

/* ==========================================================================
	Responsive embed
/* ========================================================================== */
/* line 231, ../../../../source/wp-content/themes/iena/css/_global.scss */
*:not(p)>.iframe-flexible-container {
  margin-top: 55px;
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
}

/* line 238, ../../../../source/wp-content/themes/iena/css/_global.scss */
*:not(p)>.iframe-flexible-container iframe,
*:not(p)>.iframe-flexible-container object,
*:not(p)>.iframe-flexible-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100%;
}
p>.iframe-flexible-container iframe {
  display: inline-block;
  width: 100%;
}

/* ==========================================================================
	Links
/* ========================================================================== */
/* line 252, ../../../../source/wp-content/themes/iena/css/_global.scss */
a {
  color: #4677b8;
  text-decoration: none;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
/* line 256, ../../../../source/wp-content/themes/iena/css/_global.scss */
a img {
  border: 0;
}

/* line 260, ../../../../source/wp-content/themes/iena/css/_global.scss */
a:focus,
a:hover {
  color: #04bad9;
  text-decoration: none;
}

/* line 265, ../../../../source/wp-content/themes/iena/css/_global.scss */
a:focus {
  outline: 0;
  box-shadow: 0 0 0 3px rgba(54, 90, 140, 0.8);
}
[data-whatintent="keyboard"] a:focus,
[data-whatintent="keyboard"] a:active {
  outline: 1px solid #4677B8;
}
/* line 268, ../../../../source/wp-content/themes/iena/css/_global.scss */
a:active,
a:hover {
  outline: 0;
}

/* line 273, ../../../../source/wp-content/themes/iena/css/_global.scss */
article p a {
  color: #4677b8;
  text-decoration: underline;
}
/* line 277, ../../../../source/wp-content/themes/iena/css/_global.scss */
article p a:focus, article p a:hover {
  color: #04bad9;
  text-decoration: underline;
}

/* ==========================================================================
	Typography
/* ========================================================================== */
/* Headers */
/* line 290, ../../../../source/wp-content/themes/iena/css/_global.scss */
h1, h2, h3, h4, h5, h6 {
  line-height: 1.2;
  margin: 0;
}

/* line 296, ../../../../source/wp-content/themes/iena/css/_global.scss */
h1 {
  font-size: 60px;
  font-weight: 200;
  text-align: center;
}
@media (max-width: 767px) {
  /* line 296, ../../../../source/wp-content/themes/iena/css/_global.scss */
  h1 {
    font-size: 36px;
  }
}

/* line 307, ../../../../source/wp-content/themes/iena/css/_global.scss */
h2 {
  font-size: 48px;
  font-weight: 200;
  margin-top: 25px;
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  /* line 307, ../../../../source/wp-content/themes/iena/css/_global.scss */
  h2 {
    font-size: 30px;
  }
}

/* line 319, ../../../../source/wp-content/themes/iena/css/_global.scss */
h3 {
  font-size: 36px;
  font-weight: 300;
  margin-top: 40px;
  margin-bottom: 17px;
}
@media (max-width: 767px) {
  /* line 319, ../../../../source/wp-content/themes/iena/css/_global.scss */
  h3 {
    margin-top: 27px;
    font-size: 24px;
  }
}

/* line 332, ../../../../source/wp-content/themes/iena/css/_global.scss */
h4, h5, h6 {
  font-weight: bold;
}

/* line 337, ../../../../source/wp-content/themes/iena/css/_global.scss */
h4 {
  font-size: 24px;
  margin-top: 46px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  /* line 337, ../../../../source/wp-content/themes/iena/css/_global.scss */
  h4 {
    font-size: 18px;
    margin-top: 42px;
  }
}

/* line 349, ../../../../source/wp-content/themes/iena/css/_global.scss */
h5 {
  font-size: 18px;
  text-transform: uppercase;
  margin-top: 49px;
  margin-bottom: 22px;
}
@media (max-width: 767px) {
  /* line 349, ../../../../source/wp-content/themes/iena/css/_global.scss */
  h5 {
    font-size: 16px;
    margin-top: 38px;
  }
}

/* line 360, ../../../../source/wp-content/themes/iena/css/_global.scss */
h2 + h5 {
  margin-top: 0;
}

/* line 363, ../../../../source/wp-content/themes/iena/css/_global.scss */
.ezcol h5 {
  margin-top: 30px;
  margin-bottom: 52px;
}
@media (max-width: 767px) {
  /* line 363, ../../../../source/wp-content/themes/iena/css/_global.scss */
  .ezcol h5 {
    margin-top: 13px;
    margin-bottom: 32px;
  }
}

/* line 374, ../../../../source/wp-content/themes/iena/css/_global.scss */
h6 {
  font-size: 14px;
  text-transform: uppercase;
  margin-top: 43px;
  margin-bottom: 23px;
}
@media (max-width: 767px) {
  /* line 374, ../../../../source/wp-content/themes/iena/css/_global.scss */
  h6 {
    margin-top: 38px;
  }
}

/* Content Block Elements */
/* line 387, ../../../../source/wp-content/themes/iena/css/_global.scss */
p {
  font-size: 16px;
  line-height: 26px;
  letter-spacing: -0.17px;
  margin-bottom: 25px;
}

/* Lists */
/* line 411, ../../../../source/wp-content/themes/iena/css/_global.scss */
article ul, article ol {
  padding-left: 13px;
  margin-bottom: 25px;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: -0.1px;
}
/* line 430, ../../../../source/wp-content/themes/iena/css/_global.scss */
article ul li, article ol li {
  margin-bottom: 3px;
  line-height: 1.5;
}
@media (max-width: 767px) {
  /* line 430, ../../../../source/wp-content/themes/iena/css/_global.scss */
  article ul li, article ol li {
    line-height: 1.58;
  }
}
/* line 438, ../../../../source/wp-content/themes/iena/css/_global.scss */
article ul li ul, article ul li ol, article ol li ul, article ol li ol {
  padding-left: 36px;
  margin-top: 6px;
}

/* Selection Colors */
/* line 447, ../../../../source/wp-content/themes/iena/css/_global.scss */
::-moz-selection {
  background: #444;
  color: #fff;
  text-shadow: none;
}

/* line 452, ../../../../source/wp-content/themes/iena/css/_global.scss */
::selection {
  background: #444;
  color: #fff;
  text-shadow: none;
}

/* =============================================================================
	Helper Classes
/* ========================================================================== */
/* Prefixed with tags to override default tag styling for these elemets if .button is added */
/* line 464, ../../../../source/wp-content/themes/iena/css/_global.scss */
button,
.button,
a.button,
input.button {
  display: inline-block;
}

/* line 471, ../../../../source/wp-content/themes/iena/css/_global.scss */
input:focus, input:active {
  outline: 1px solid #4677B8;
}

/* Responsive Media Styles */
/* line 477, ../../../../source/wp-content/themes/iena/css/_global.scss */
.media img,
.media video,
.media object,
.media iframe {
  width: 100%;
  height: auto;
}

/* Clear Fix */
/* line 9, ../../../../source/wp-content/themes/iena/css/_mixins.scss */
.clearfix:after,
.cf:after {
  content: '';
  display: table;
  clear: both;
}

/* Floats */
/* line 494, ../../../../source/wp-content/themes/iena/css/_global.scss */
.floatleft {
  float: left;
}

/* line 497, ../../../../source/wp-content/themes/iena/css/_global.scss */
.floatright {
  float: right;
}

/* line 500, ../../../../source/wp-content/themes/iena/css/_global.scss */
.alignleft {
  float: left;
  margin: 0 20px 20px 0;
}

/* line 504, ../../../../source/wp-content/themes/iena/css/_global.scss */
.alignright {
  float: right;
  margin: 0 0 20px 20px;
}

/* line 509, ../../../../source/wp-content/themes/iena/css/_global.scss */
.alignnone {
  display: inline-block;
}

/* line 512, ../../../../source/wp-content/themes/iena/css/_global.scss */
.aligncenter {
  display: block;
  float: none;
  text-align: center;
  clear: both;
  margin: 20px auto;
}

/* =============================================================================
	Structural Styles, Media Queries & Page Styling
/* ========================================================================== */
/*
.container {
	width: $container_width;
	padding: 0 $container_padding;
	margin: 0 auto;
	@include cf();
}
*/
/* line 533, ../../../../source/wp-content/themes/iena/css/_global.scss */
.error404 {
  text-align: center;
}
/* line 535, ../../../../source/wp-content/themes/iena/css/_global.scss */
.error404 ul {
  text-align: left;
}

/* line 540, ../../../../source/wp-content/themes/iena/css/_global.scss */
.content.full-width,
.full-width {
  float: none;
  width: 100%;
}

/* line 546, ../../../../source/wp-content/themes/iena/css/_global.scss */
.article {
  margin-bottom: 1em;
}

/* Navigation */
/* line 553, ../../../../source/wp-content/themes/iena/css/_global.scss */
nav > ul {
  margin: 0;
  padding: 0;
}
/* line 9, ../../../../source/wp-content/themes/iena/css/_mixins.scss */
nav ul:after {
  content: '';
  display: table;
  clear: both;
}

/* Paginations */
/* line 565, ../../../../source/wp-content/themes/iena/css/_global.scss */
.navigation.pagination {
  clear: both;
}

/* =============================================================================
	Layout
/* ========================================================================== */
/* ==========================================================================
	Header
/* ========================================================================== */
/* line 8, ../../../../source/wp-content/themes/iena/css/_header.scss */
header.main {
  background: #FFF;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  border-bottom: 1px solid #f6f6f6;
  z-index: 5;
}
/* line 17, ../../../../source/wp-content/themes/iena/css/_header.scss */
header.main .wrapper {
  margin: 0 auto;
  height: 90px;
  padding: 0 15px;
  width: 100%;
  max-width: 1170px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
@media (max-width: 1200px) {
  /* line 17, ../../../../source/wp-content/themes/iena/css/_header.scss */
  header.main .wrapper {
    padding: 0 42px;
  }
}
@media (max-width: 1200px) {
  /* line 17, ../../../../source/wp-content/themes/iena/css/_header.scss */
  header.main .wrapper {
    padding: 0 14px;
    height: 48px;
  }
}
/* line 36, ../../../../source/wp-content/themes/iena/css/_header.scss */
header.main .main-logo {
  width: 97px;
  margin-right: 25px;
  margin-left: 1px;
  margin-top: 3px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-align-content: center;
  -moz-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}
/* line 46, ../../../../source/wp-content/themes/iena/css/_header.scss */
header.main .main-logo img, header.main .main-logo svg {
  width: 100%;
}
@media (max-width: 1200px) {
  /* line 36, ../../../../source/wp-content/themes/iena/css/_header.scss */
  header.main .main-logo {
    margin-top: 1px;
  }
}
@media (max-width: 1200px) {
  /* line 36, ../../../../source/wp-content/themes/iena/css/_header.scss */
  header.main .main-logo {
    width: 74px;
    margin-top: 0px;
    margin-left: 1px;
  }
}
@media (max-width: 480px) {
  /* line 36, ../../../../source/wp-content/themes/iena/css/_header.scss */
  header.main .main-logo {
    margin-top: 2px;
  }
}
/* line 65, ../../../../source/wp-content/themes/iena/css/_header.scss */
header.main .left, header.main .right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
/* line 69, ../../../../source/wp-content/themes/iena/css/_header.scss */
header.main .right {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-align-content: center;
  -moz-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}
/* line 75, ../../../../source/wp-content/themes/iena/css/_header.scss */
header.main .main-menu a {
  font-size: inherit;
}
/* line 79, ../../../../source/wp-content/themes/iena/css/_header.scss */
header.main .main-menu > ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  height: 90px;
}
@media (max-width: 767px) {
  /* line 79, ../../../../source/wp-content/themes/iena/css/_header.scss */
  header.main .main-menu > ul {
    height: 48px;
  }
}
/* line 88, ../../../../source/wp-content/themes/iena/css/_header.scss */
header.main .main-menu > ul > li {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-align-content: center;
  -moz-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  position: relative;
  padding: 0;
  font-size: 16px;
  font-weight: 500;
  -webkit-transition: background 0.2s linear;
  -moz-transition: background 0.2s linear;
  -o-transition: background 0.2s linear;
  transition: background 0.2s linear;
}
@media (max-width: 991px) {
  /* line 88, ../../../../source/wp-content/themes/iena/css/_header.scss */
  header.main .main-menu > ul > li {
    font-size: 13px;
  }
}
/* line 104, ../../../../source/wp-content/themes/iena/css/_header.scss */
header.main .main-menu > ul > li:hover {
  background: #f3f3f3;
}
/* line 108, ../../../../source/wp-content/themes/iena/css/_header.scss */
header.main .main-menu > ul > li > a {
  padding: 0 15px;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-content: center;
  -moz-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
@media (min-width: 1201px) and (max-width: 1318px) {}
@media (max-width: 1200px) {
  /* line 108, ../../../../source/wp-content/themes/iena/css/_header.scss */
  header.main .main-menu > ul > li > a {
    padding: 0 14.3px;
  }
}
/* line 122, ../../../../source/wp-content/themes/iena/css/_header.scss */
header.main .main-menu .sub-menu {
  display: none;
  background: #f3f3f3;
  position: absolute;
  top: 100%;
  padding: 0;
  list-style: none;
  left: 0px;
  width: 214px;
  font-size: 14px;
}
/* line 133, ../../../../source/wp-content/themes/iena/css/_header.scss */
header.main .main-menu .sub-menu > li:first-child {
  margin-top: 1px;
}
/* line 137, ../../../../source/wp-content/themes/iena/css/_header.scss */
header.main .main-menu .sub-menu a {
  padding: 11.5px 17px;
  display: block;
  line-height: 18px;
}
/* line 142, ../../../../source/wp-content/themes/iena/css/_header.scss */
header.main .main-menu .sub-menu a:hover {
  background: #4677b8;
  color: #FFF;
}
/* line 150, ../../../../source/wp-content/themes/iena/css/_header.scss */
header.main .btn-myaccount {
  font-size: 16px;
  font-weight: 500;
  margin: 0 25px;
  padding-top: 0px;
}
@media (max-width: 1200px) {
  /* line 150, ../../../../source/wp-content/themes/iena/css/_header.scss */
  header.main .btn-myaccount {
    margin: 0 25px;
    font-size: 13px;
    padding-top: 0;
  }
}
/* line 163, ../../../../source/wp-content/themes/iena/css/_header.scss */
header.main .btn-applynow {
  font-size: 13px;
  font-weight: 500;
  color: #FFF;
  background: #04bad9;
  padding: 12px 21px;
  border-radius: 3px;
  text-decoration: none;
}
/* line 172, ../../../../source/wp-content/themes/iena/css/_header.scss */
header.main .btn-applynow:hover {
  background: #4677b8;
}

/* line 178, ../../../../source/wp-content/themes/iena/css/_header.scss */
.visible-mobile {
  display: none !important;
}
@media (max-width: 1200px) {
  /* line 178, ../../../../source/wp-content/themes/iena/css/_header.scss */
  .visible-mobile {
    display: block !important;
  }
}

@media (max-width: 1200px) {
  /* line 184, ../../../../source/wp-content/themes/iena/css/_header.scss */
  .hidden-mobile {
    display: none !important;
  }
}

/* ==========================================================================
	Mobile Menu
/* ========================================================================== */
/* line 5, ../../../../source/wp-content/themes/iena/css/_mobilemenu.scss */
#menu-main-mobile-menu {
  position: relative;
}

/* line 9, ../../../../source/wp-content/themes/iena/css/_mobilemenu.scss */
#mobile-menu {
  background: #FFF;
  width: 230px;
  position: fixed;
  top: 0;
  right: -230px;
  z-index: 8;
  -webkit-transition: right 0.2s linear;
  -moz-transition: right 0.2s linear;
  -o-transition: right 0.2s linear;
  transition: right 0.2s linear;
  /*
  .sub-menu {
    display: none;

    &.open {
      display: block;
    }
  }
  */
}
/* line 19, ../../../../source/wp-content/themes/iena/css/_mobilemenu.scss */
#mobile-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
/* line 35, ../../../../source/wp-content/themes/iena/css/_mobilemenu.scss */
#mobile-menu .close {
  display: none;
}
/* line 39, ../../../../source/wp-content/themes/iena/css/_mobilemenu.scss */
#mobile-menu li {
  color: #4677b8;
  font-size: 11px;
}
/* line 43, ../../../../source/wp-content/themes/iena/css/_mobilemenu.scss */
#mobile-menu li.menu-item-has-children > a:after {
  font-family: FontAwesome;
  content: "\f105";
  color: #000;
  position: absolute;
  right: 14px;
  font-size: 19px;
  top: 14px;
}
/* line 54, ../../../../source/wp-content/themes/iena/css/_mobilemenu.scss */
#mobile-menu a {
  padding: 19.6px 18px;
  display: none;
  position: relative;
  border-bottom: 1px solid #e9e9e9;
}
/* line 60, ../../../../source/wp-content/themes/iena/css/_mobilemenu.scss */
#mobile-menu a:hover {
  background: #f3f3f3;
}
/* line 65, ../../../../source/wp-content/themes/iena/css/_mobilemenu.scss */
#mobile-menu.open {
  right: 0;
}
/* line 69, ../../../../source/wp-content/themes/iena/css/_mobilemenu.scss */
#mobile-menu .back-menu {
  color: #9a9a9a;
  font-size: 12px;
  padding: 8px 18px;
}
/* line 74, ../../../../source/wp-content/themes/iena/css/_mobilemenu.scss */
#mobile-menu .back-menu:before {
  font-family: FontAwesome;
  content: "\f104";
  color: #9a9a9a;
  font-size: 19px;
  display: inline-block;
  margin-right: 8px;
  position: relative;
  top: 1px;
}

/* line 87, ../../../../source/wp-content/themes/iena/css/_mobilemenu.scss */
#menu-overlay {
  display: none;
  background: rgba(0, 0, 0, 0.45);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 7;
}

/* line 98, ../../../../source/wp-content/themes/iena/css/_mobilemenu.scss */
.menu-trigger {
  position: relative;
  top: 1px;
  background: none;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 20px;
  height: 48px;
  font-size: 0;
  text-indent: -9999px;
  appearance: none;
  box-shadow: none;
  border-radius: none;
  border: none;
  cursor: pointer;
  position: absolute;
  left: -36px;
}
/* line 119, ../../../../source/wp-content/themes/iena/css/_mobilemenu.scss */
.menu-trigger.focus {
  outline: none;
}
@media (max-width: 480px) {
  /* line 98, ../../../../source/wp-content/themes/iena/css/_mobilemenu.scss */
  .menu-trigger {
    left: -35px;
  }
}
/* line 128, ../../../../source/wp-content/themes/iena/css/_mobilemenu.scss */
.menu-trigger span {
  display: block;
  position: absolute;
  top: 22px;
  left: 0px;
  right: 0px;
  height: 2px;
  background: black;
  transition: all 0s 0s;
}
/* line 138, ../../../../source/wp-content/themes/iena/css/_mobilemenu.scss */
.menu-trigger span:before, .menu-trigger span:after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #000;
  content: "";
  transition-duration: 0s, 0s;
  transition-delay: 0s, 0s;
}
/* line 150, ../../../../source/wp-content/themes/iena/css/_mobilemenu.scss */
.menu-trigger span:before {
  top: -5px;
  transition-property: top, transform;
}
/* line 155, ../../../../source/wp-content/themes/iena/css/_mobilemenu.scss */
.menu-trigger span:after {
  bottom: -5px;
  transition-property: bottom, transform;
}
/* line 162, ../../../../source/wp-content/themes/iena/css/_mobilemenu.scss */
.menu-trigger.open span {
  background: transparent;
}
/* line 165, ../../../../source/wp-content/themes/iena/css/_mobilemenu.scss */
.menu-trigger.open span:before, .menu-trigger.open span:after {
  background-color: #FFF;
}
/* line 170, ../../../../source/wp-content/themes/iena/css/_mobilemenu.scss */
.menu-trigger.open span:before {
  top: 0;
  transform: rotate(45deg);
}
/* line 175, ../../../../source/wp-content/themes/iena/css/_mobilemenu.scss */
.menu-trigger.open span:after {
  bottom: 0;
  transform: rotate(-45deg);
}

/* ==========================================================================
	Footer
/* ========================================================================== */
/* line 5, ../../../../source/wp-content/themes/iena/css/_footer.scss */
footer.main {
  background: #252525;
  padding: 82px 0 60px 0;
}
@media (max-width: 767px) {
  /* line 5, ../../../../source/wp-content/themes/iena/css/_footer.scss */
  footer.main {
    padding: 56px 0 60px 0;
  }
}
@media (max-width: 480px) {
  /* line 5, ../../../../source/wp-content/themes/iena/css/_footer.scss */
  footer.main {
    padding-top: 54px;
    padding-bottom: 40px;
  }
}

/* line 19, ../../../../source/wp-content/themes/iena/css/_footer.scss */
body.blog footer.main, body.archive footer.main {
  margin-top: 50px;
}
@media (max-width: 991px) {
  /* line 19, ../../../../source/wp-content/themes/iena/css/_footer.scss */
  body.blog footer.main, body.archive footer.main {
    margin-top: 73px;
  }
}
@media (max-width: 767px) {
  /* line 19, ../../../../source/wp-content/themes/iena/css/_footer.scss */
  body.blog footer.main, body.archive footer.main {
    margin-top: 50px;
  }
}

/* line 30, ../../../../source/wp-content/themes/iena/css/_footer.scss */
.contact-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  justify-content: space-around;
  color: #FFF;
  font-size: 14px;
}
@media (max-width: 767px) {
  /* line 30, ../../../../source/wp-content/themes/iena/css/_footer.scss */
  .contact-info {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
/* line 40, ../../../../source/wp-content/themes/iena/css/_footer.scss */
.contact-info > div {
  width: 33.333%;
  text-align: center;
}
/* line 44, ../../../../source/wp-content/themes/iena/css/_footer.scss */
.contact-info > div:first-child {
  padding-right: 18px;
}
/* line 48, ../../../../source/wp-content/themes/iena/css/_footer.scss */
.contact-info > div:last-child {
  padding-left: 18px;
}
@media (max-width: 767px) {
  /* line 40, ../../../../source/wp-content/themes/iena/css/_footer.scss */
  .contact-info > div {
    margin-bottom: 11px;
    width: 100%;
  }
  /* line 53, ../../../../source/wp-content/themes/iena/css/_footer.scss */
  .contact-info > div:first-child, .contact-info > div:last-child {
    padding: 0;
  }
}
/* line 62, ../../../../source/wp-content/themes/iena/css/_footer.scss */
.contact-info a {
  color: inherit;
  font-weight: 500;
  letter-spacing: 0.2px;
  text-transform: uppercase;
  margin-left: 4px;
}
/* line 69, ../../../../source/wp-content/themes/iena/css/_footer.scss */
.contact-info a:hover {
  color: #04bad9;
}

/* line 77, ../../../../source/wp-content/themes/iena/css/_footer.scss */
footer.main .social-links {
  text-align: center;
  margin-top: 72px;
  margin-left: 8%;
}
@media (max-width: 767px) {
  /* line 77, ../../../../source/wp-content/themes/iena/css/_footer.scss */
  footer.main .social-links {
    margin-top: 66px;
  }
}
/* line 85, ../../../../source/wp-content/themes/iena/css/_footer.scss */
footer.main .social-links img, footer.main .social-links svg {
  width: 100%;
}
/* line 89, ../../../../source/wp-content/themes/iena/css/_footer.scss */
footer.main .social-links a {
  display: inline-block;
  margin: 0 10px;
  width: 30px;
}
/* line 95, ../../../../source/wp-content/themes/iena/css/_footer.scss */
footer.main .social-links a:first-child {
  width: 37px;
}
/* line 99, ../../../../source/wp-content/themes/iena/css/_footer.scss */
footer.main .social-links a .cls-2, footer.main .social-links a .cls-1 {
  stroke-width: 0;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
/* line 105, ../../../../source/wp-content/themes/iena/css/_footer.scss */
footer.main .social-links a:hover .cls-2, footer.main .social-links a:hover .cls-1 {
  fill: #04bad9;
}

footer.main .btn-app-store {
  margin-right: 8%;
  font-size: 14px;
  color: #fff;
}
footer.main .btn-app-store span {
  margin-left: 6px;
}
footer.main .btn-app-store span svg {
  width: 1.125rem;
  height: 1.125rem;
}
footer.main .btn-app-store span svg path {
  fill: #fff;
}

/* line 115, ../../../../source/wp-content/themes/iena/css/_footer.scss */
footer.main .logos {
  text-align: center;
  margin-top: 70px;
}
/* line 119, ../../../../source/wp-content/themes/iena/css/_footer.scss */
footer.main .logos a {
  display: inline-block;
  margin: 0 15px;
  max-width: 150px;
  width: 100%;
}
/* line 125, ../../../../source/wp-content/themes/iena/css/_footer.scss */
footer.main .logos a:hover {
  opacity: 0.75;
}
@media (max-width: 991px) {
  /* line 119, ../../../../source/wp-content/themes/iena/css/_footer.scss */
  footer.main .logos a {
    margin: 0 6px;
  }
}
@media (max-width: 767px) {
  /* line 119, ../../../../source/wp-content/themes/iena/css/_footer.scss */
  footer.main .logos a {
    display: block;
    margin: 0 auto 34px auto;
  }
}
/* line 140, ../../../../source/wp-content/themes/iena/css/_footer.scss */
footer.main .logos img, footer.main .logos svg {
  width: 100%;
}

/* line 146, ../../../../source/wp-content/themes/iena/css/_footer.scss */
footer.main .copyright {
  text-align: center;
  font-size: 12px;
  color: #acacac;
  margin-top: 75px;
}
@media (max-width: 480px) {
  /* line 146, ../../../../source/wp-content/themes/iena/css/_footer.scss */
  footer.main .copyright {
    margin-top: 73px;
    line-height: 1.9;
  }
}

/* line 159, ../../../../source/wp-content/themes/iena/css/_footer.scss */
footer.main .links {
  text-align: center;
  font-size: 12px;
  margin-top: 15px;
}
@media (max-width: 480px) {
  /* line 159, ../../../../source/wp-content/themes/iena/css/_footer.scss */
  footer.main .links {
    margin-top: 11px;
  }
}
/* line 168, ../../../../source/wp-content/themes/iena/css/_footer.scss */
footer.main .links a {
  color: #FFF;
  text-decoration: underline;
}
/* line 172, ../../../../source/wp-content/themes/iena/css/_footer.scss */
footer.main .links a:hover {
  color: #04bad9;
}
/* line 177, ../../../../source/wp-content/themes/iena/css/_footer.scss */
footer.main .links span {
  color: #FFF;
}
/* line 180, ../../../../source/wp-content/themes/iena/css/_footer.scss */
footer.main .links span:last-child {
  display: none;
}

/* ==========================================================================
	Hero
/* ========================================================================== */
/* line 5, ../../../../source/wp-content/themes/iena/css/_hero.scss */
.page-hero {
  background-color: #4677b8;
  background-position: center center;
  background-size: cover;
  width: 100%;
  min-height: 150px;
  padding: 20px 10px;
  color: #FFF;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-content: center;
  -moz-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
@media (max-width: 767px) {
  /* line 5, ../../../../source/wp-content/themes/iena/css/_hero.scss */
  .page-hero {
    min-height: 85px;
  }
}
/* line 24, ../../../../source/wp-content/themes/iena/css/_hero.scss */
.page-hero.stories {
  padding: 38px 20px 52px 20px;
}
@media (max-width: 767px) {
  /* line 24, ../../../../source/wp-content/themes/iena/css/_hero.scss */
  .page-hero.stories {
    padding: 20px 20px 25px 20px;
  }
}
/* line 32, ../../../../source/wp-content/themes/iena/css/_hero.scss */
.page-hero .blurb {
  font-size: 13px;
  line-height: 18px;
  font-weight: 500;
  max-width: 550px;
  text-align: center;
  margin: 43px 0 0 0;
  letter-spacing: 0.4px;
}
@media (max-width: 1200px) {
  /* line 32, ../../../../source/wp-content/themes/iena/css/_hero.scss */
  .page-hero .blurb {
    max-width: none;
  }
}
@media (max-width: 767px) {
  /* line 32, ../../../../source/wp-content/themes/iena/css/_hero.scss */
  .page-hero .blurb {
    margin-top: 13px;
  }
}
/* line 49, ../../../../source/wp-content/themes/iena/css/_hero.scss */
.page-hero.single-post {
  min-height: 210px;
}
@media (max-width: 767px) {
  /* line 49, ../../../../source/wp-content/themes/iena/css/_hero.scss */
  .page-hero.single-post {
    min-height: 123px;
  }
}
/* line 56, ../../../../source/wp-content/themes/iena/css/_hero.scss */
.page-hero.single-post .info {
  font-size: 13px;
  line-height: 18px;
  font-weight: 400;
  margin-top: 43px;
  margin-bottom: 0;
}
/* line 63, ../../../../source/wp-content/themes/iena/css/_hero.scss */
.page-hero.single-post .info em {
  font-weight: 500;
  text-transform: uppercase;
  font-style: normal;
}
@media (max-width: 767px) {
  /* line 56, ../../../../source/wp-content/themes/iena/css/_hero.scss */
  .page-hero.single-post .info {
    font-size: 11px;
    line-height: 18px;
    margin-top: 13px;
  }
}

/* line 78, ../../../../source/wp-content/themes/iena/css/_hero.scss */
.ie-flex-bug {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}

/* line 82, ../../../../source/wp-content/themes/iena/css/_hero.scss */
body.page .page-hero {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  /* line 82, ../../../../source/wp-content/themes/iena/css/_hero.scss */
  body.page .page-hero {
    margin-bottom: 8px;
  }
}

/* line 90, ../../../../source/wp-content/themes/iena/css/_hero.scss */
body.subpage .page-hero {
  margin-bottom: 70px;
}
@media (max-width: 767px) {
  /* line 90, ../../../../source/wp-content/themes/iena/css/_hero.scss */
  body.subpage .page-hero {
    margin-bottom: 8px;
  }
}

/* line 99, ../../../../source/wp-content/themes/iena/css/_hero.scss */
body.stories .page-hero {
  margin-bottom: 31px;
}
@media (max-width: 767px) {
  /* line 99, ../../../../source/wp-content/themes/iena/css/_hero.scss */
  body.stories .page-hero {
    margin-bottom: 30px;
  }
}

/* ==========================================================================
	Hero Home
/* ========================================================================== */
/* line 5, ../../../../source/wp-content/themes/iena/css/_herohome.scss */
.home-hero {
  position: relative;
}
/* line 8, ../../../../source/wp-content/themes/iena/css/_herohome.scss */
.home-hero .backgroundVideo {
  opacity: 0;

  width: 100% !important;
  height: 100% !important;
}

.home-hero .wistia-video .backgroundVideo video {
  object-fit: cover !important;
}
/* line 11, ../../../../source/wp-content/themes/iena/css/_herohome.scss */
.home-hero .wistia-video, .home-hero .hero-slider {
  height: 583px;
  background-size: cover;
  background-position: center center;
}
@media (max-width: 1199px) {
  /* line 11, ../../../../source/wp-content/themes/iena/css/_herohome.scss */
  .home-hero .wistia-video, .home-hero .hero-slider {
    height: 415px;
  }
}
@media (max-width: 991px) {
  /* line 11, ../../../../source/wp-content/themes/iena/css/_herohome.scss */
  .home-hero .wistia-video, .home-hero .hero-slider {
    height: 310px;
  }
}
@media (max-width: 767px) {
  /* line 11, ../../../../source/wp-content/themes/iena/css/_herohome.scss */
  .home-hero .wistia-video, .home-hero .hero-slider {
    height: 194px;
  }
}
@media (max-width: 480px) {
  /* line 11, ../../../../source/wp-content/themes/iena/css/_herohome.scss */
  .home-hero .wistia-video, .home-hero .hero-slider {
    height: 130px;
  }
}
/* line 30, ../../../../source/wp-content/themes/iena/css/_herohome.scss */
.home-hero #video_container {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
/* line 42, ../../../../source/wp-content/themes/iena/css/_herohome.scss */
.home-hero .hero-slider .slick-list, .home-hero .hero-slider .slick-track, .home-hero .hero-slider .slick-slide {
  height: 100%;
  background-size: cover;
  background-position: center top;
}

/* line 52, ../../../../source/wp-content/themes/iena/css/_herohome.scss */
.home-hero .text-overlay {
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  padding: 0 20px;
  text-align: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-content: center;
  -moz-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
/* line 69, ../../../../source/wp-content/themes/iena/css/_herohome.scss */
.home-hero .text-overlay .title {
  color: #FFF;
  font-size: 54px;
  line-height: 60px;
  font-weight: 200;
  max-width: 530px;
  margin-bottom: 30px;
}
/* line 78, ../../../../source/wp-content/themes/iena/css/_herohome.scss */
.home-hero .text-overlay .subtitle {
  color: #FFF;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  max-width: 600px;
  letter-spacing: 0.2px;
  margin: 0 0 38px 0;
}
/* line 88, ../../../../source/wp-content/themes/iena/css/_herohome.scss */
.home-hero .text-overlay .title, .home-hero .text-overlay .subtitle {
  overflow: hidden;
}
/* line 91, ../../../../source/wp-content/themes/iena/css/_herohome.scss */
.home-hero .text-overlay .title span, .home-hero .text-overlay .subtitle span {
  display: block;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
}
/* line 97, ../../../../source/wp-content/themes/iena/css/_herohome.scss */
.home-hero .text-overlay .title.show span, .home-hero .text-overlay .subtitle.show span {
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  transform: translateY(0%);
}
/* line 102, ../../../../source/wp-content/themes/iena/css/_herohome.scss */
.home-hero .text-overlay .video-trigger {
  background: #ff4338;
  color: #FFF;
  border-radius: 100%;
  width: 74px;
  height: 74px;
  font-size: 33px;
  padding-left: 3px;
  margin-bottom: 9px;
  cursor: pointer;
  position: relative;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
/* line 115, ../../../../source/wp-content/themes/iena/css/_herohome.scss */
.home-hero .text-overlay .video-trigger > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-content: center;
  -moz-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  width: 100% !important;
  height: 100% !important;
}
/* line 123, ../../../../source/wp-content/themes/iena/css/_herohome.scss */
.home-hero .text-overlay .video-trigger > div i {
  height: 33px;
}
/* line 128, ../../../../source/wp-content/themes/iena/css/_herohome.scss */
.home-hero .text-overlay .video-trigger:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
@media (max-width: 1199px) {
  /* line 102, ../../../../source/wp-content/themes/iena/css/_herohome.scss */
  .home-hero .text-overlay .video-trigger {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  /* line 102, ../../../../source/wp-content/themes/iena/css/_herohome.scss */
  .home-hero .text-overlay .video-trigger {
    width: 48px;
    height: 48px;
    font-size: 20px;
    padding-left: 0;
  }
}

/* line 145, ../../../../source/wp-content/themes/iena/css/_herohome.scss */
.hero-text-mobile {
  background: #4677b8;
  color: #FFF;
  text-align: center;
  padding: 38px 20px 23px 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-content: center;
  -moz-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
@media (max-width: 767px) {
  /* line 145, ../../../../source/wp-content/themes/iena/css/_herohome.scss */
  .hero-text-mobile {
    padding: 20px 20px 23px 20px;
  }
}
/* line 160, ../../../../source/wp-content/themes/iena/css/_herohome.scss */
.hero-text-mobile .title, .hero-text-mobile .subtitle {
  max-width: 650px;
  display: inline-block;
  color: #FFF;
  width: 100%;
}
@media (max-width: 767px) {
  /* line 160, ../../../../source/wp-content/themes/iena/css/_herohome.scss */
  .hero-text-mobile .title, .hero-text-mobile .subtitle {
    max-width: 280px;
  }
}
/* line 171, ../../../../source/wp-content/themes/iena/css/_herohome.scss */
.hero-text-mobile .title {
  font-size: 54px;
  line-height: 60px;
  font-weight: 200;
}
@media (max-width: 767px) {
  /* line 171, ../../../../source/wp-content/themes/iena/css/_herohome.scss */
  .hero-text-mobile .title {
    font-size: 30px;
    line-height: 36px;
  }
}
/* line 182, ../../../../source/wp-content/themes/iena/css/_herohome.scss */
.hero-text-mobile .subtitle {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.2px;
  margin-top: 25px;
}
@media (max-width: 767px) {
  /* line 182, ../../../../source/wp-content/themes/iena/css/_herohome.scss */
  .hero-text-mobile .subtitle {
    font-size: 14px;
    line-height: 18px;
    margin-top: 20px;
    margin-bottom: 7px;
  }
}

/* ==========================================================================
	Stories Landing Page
/* ========================================================================== */
/* line 5, ../../../../source/wp-content/themes/iena/css/_stories.scss */
.stories-list {
  margin-top: -9px;
  margin-bottom: 75px;
}
@media (max-width: 767px) {
  /* line 5, ../../../../source/wp-content/themes/iena/css/_stories.scss */
  .stories-list {
    margin-bottom: 50px;
    margin-top: 23px;
  }
}

/* line 16, ../../../../source/wp-content/themes/iena/css/_stories.scss */
.pagination {
  width: 100%;
  text-align: center;
  display: block;
  padding-top: 45px;
}
@media (max-width: 1199px) {
  /* line 16, ../../../../source/wp-content/themes/iena/css/_stories.scss */
  .pagination {
    padding-top: 39px;
  }
}
@media (max-width: 767px) {
  /* line 16, ../../../../source/wp-content/themes/iena/css/_stories.scss */
  .pagination {
    padding-top: 32px;
  }
}
/* line 31, ../../../../source/wp-content/themes/iena/css/_stories.scss */
.pagination .screen-reader-text {
  display: none;
}
/* line 36, ../../../../source/wp-content/themes/iena/css/_stories.scss */
.pagination .page-numbers img {
  width: 16px;
}
/* line 39, ../../../../source/wp-content/themes/iena/css/_stories.scss */
.pagination .next, .pagination .prev {
  position: relative;
  top: -2px;
}
@media (max-width: 1199px) {
  /* line 39, ../../../../source/wp-content/themes/iena/css/_stories.scss */
  .pagination .next, .pagination .prev {
    position: absolute;
    top: -10px;
  }
}
/* line 48, ../../../../source/wp-content/themes/iena/css/_stories.scss */
.pagination .next.disabled, .pagination .prev.disabled {
  opacity: 0.5;
}
/* line 52, ../../../../source/wp-content/themes/iena/css/_stories.scss */
.pagination .next {
  margin-left: 50px;
}
@media (max-width: 1199px) {
  /* line 52, ../../../../source/wp-content/themes/iena/css/_stories.scss */
  .pagination .next {
    right: -13px;
  }
}
/* line 59, ../../../../source/wp-content/themes/iena/css/_stories.scss */
.pagination .prev {
  margin-right: 50px;
}
@media (max-width: 1199px) {
  /* line 59, ../../../../source/wp-content/themes/iena/css/_stories.scss */
  .pagination .prev {
    left: -13px;
  }
}
/* line 66, ../../../../source/wp-content/themes/iena/css/_stories.scss */
.pagination .prev img {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
/* line 72, ../../../../source/wp-content/themes/iena/css/_stories.scss */
.pagination .nav-links {
  font-size: 16px;
  line-height: 26px;
  color: #000;
  font-weight: 500;
  position: relative;
}
/* line 79, ../../../../source/wp-content/themes/iena/css/_stories.scss */
.pagination .nav-links a {
  color: inherit;
}
/* line 83, ../../../../source/wp-content/themes/iena/css/_stories.scss */
.pagination .nav-links .current {
  background: #04bad9;
  color: #FFF;
}
/* line 88, ../../../../source/wp-content/themes/iena/css/_stories.scss */
.pagination .nav-links .page-numbers {
  padding: 8px 14px;
}

@media (max-width: 991px) {
  /* line 95, ../../../../source/wp-content/themes/iena/css/_stories.scss */
  body.blog .pagination, body.archive .pagination {
    max-width: 475px;
    margin: 0 auto;
  }
}

/* line 104, ../../../../source/wp-content/themes/iena/css/_stories.scss */
.story-item {
  background-color: #4677b8;
  background-position: center center;
  background-size: cover;
  background-image: url("./images/bg-stories.jpg");
  color: #FFF;
  padding: 72px 95px 65px 100px;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1199px) {
  /* line 104, ../../../../source/wp-content/themes/iena/css/_stories.scss */
  .story-item {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 50px 85px 41px 85px;
  }
}
@media (max-width: 991px) {
  /* line 104, ../../../../source/wp-content/themes/iena/css/_stories.scss */
  .story-item {
    height: auto;
    padding-bottom: 45px;
  }
}
@media (max-width: 767px) {
  /* line 104, ../../../../source/wp-content/themes/iena/css/_stories.scss */
  .story-item {
    margin-bottom: 15px;
    padding: 30px 30px 40px 30px;
  }
}
@media (max-width: 480px) {
  /* line 104, ../../../../source/wp-content/themes/iena/css/_stories.scss */
  .story-item {
    padding: 28px 30px 24px 30px;
  }
}
/* line 134, ../../../../source/wp-content/themes/iena/css/_stories.scss */
.story-item .featured-image {
  width: 238px;
  height: 238px;
  background-color: #4677b8;
  background-position: center center;
  background-size: cover;
  border-radius: 100%;
}
@media (max-width: 1199px) {
  /* line 134, ../../../../source/wp-content/themes/iena/css/_stories.scss */
  .story-item .featured-image {
    width: 96px;
    height: 96px;
  }
}
@media (max-width: 767px) {
  /* line 134, ../../../../source/wp-content/themes/iena/css/_stories.scss */
  .story-item .featured-image {
    width: 67px;
    height: 67px;
  }
}
@media (max-width: 1199px) {
  /* line 153, ../../../../source/wp-content/themes/iena/css/_stories.scss */
  .story-item .left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
}
/* line 161, ../../../../source/wp-content/themes/iena/css/_stories.scss */
.story-item .right {
  padding-left: 52px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}
@media (max-width: 1199px) {
  /* line 161, ../../../../source/wp-content/themes/iena/css/_stories.scss */
  .story-item .right {
    text-align: center;
    padding-left: 0;
    margin-top: 27px;
  }
}
@media (max-width: 767px) {
  /* line 161, ../../../../source/wp-content/themes/iena/css/_stories.scss */
  .story-item .right {
    margin-top: 17px;
  }
}
/* line 180, ../../../../source/wp-content/themes/iena/css/_stories.scss */
.story-item .excerpt {
  margin-top: 0;
  margin-bottom: 37px;
  letter-spacing: 0.2px;
  line-height: 54px;
  position: relative;
  top: 6px;
}
@media (max-width: 1199px) {
  /* line 180, ../../../../source/wp-content/themes/iena/css/_stories.scss */
  .story-item .excerpt {
    margin-bottom: 46px;
  }
}
@media (max-width: 767px) {
  /* line 180, ../../../../source/wp-content/themes/iena/css/_stories.scss */
  .story-item .excerpt {
    font-size: 24px;
    line-height: 30px;
  }
}
/* line 198, ../../../../source/wp-content/themes/iena/css/_stories.scss */
.story-item .info {
  font-size: 14px;
  width: 100%;
  position: relative;
  top: -5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex !important;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  /* line 198, ../../../../source/wp-content/themes/iena/css/_stories.scss */
  .story-item .info {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  /* line 209, ../../../../source/wp-content/themes/iena/css/_stories.scss */
  .story-item .info > * {
    width: 100%;
  }
}
@media (max-width: 767px) {
  /* line 198, ../../../../source/wp-content/themes/iena/css/_stories.scss */
  .story-item .info {
    margin-top: 3px;
  }
}
/* line 219, ../../../../source/wp-content/themes/iena/css/_stories.scss */
.story-item .info em {
  font-weight: 500;
  text-transform: uppercase;
  font-style: normal;
}
/* line 225, ../../../../source/wp-content/themes/iena/css/_stories.scss */
.story-item .info .link {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  color: #ffce00;
  justify-self: end;
  display: flex !important;
  width: fit-content;
  margin-top: 1.5rem;
  outline-style: initial;
  outline-width: 1px;
}
/* line 231, ../../../../source/wp-content/themes/iena/css/_stories.scss */
.story-item .info .link svg {
  width: 16px;
  height: 13px;
  margin-left: 3px;
  position: relative;
  top: 2px;
}
@media (max-width: 1199px) {
  /* line 225, ../../../../source/wp-content/themes/iena/css/_stories.scss */
  .story-item .info .link {
    margin-top: 42px;
  }
}
@media (max-width: 767px) {
  /* line 225, ../../../../source/wp-content/themes/iena/css/_stories.scss */
  .story-item .info .link {
    margin-top: 35px;
  }
}
@media (max-width: 480px) {
  /* line 225, ../../../../source/wp-content/themes/iena/css/_stories.scss */
  .story-item .info .link {
    margin-top: 23px;
  }
}

/* ==========================================================================
	Stories Profile Page
/* ========================================================================== */
/* line 5, ../../../../source/wp-content/themes/iena/css/_storyprofile.scss */
.hero-story-profile {
  background-color: #4677b8;
  background-position: center center;
  background-size: cover;
  background-image: url("./images/bg-storyprofile.jpg");
  width: 100%;
  padding: 67px 20px 36px 20px;
  color: #FFF;
  margin-bottom: 100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-content: center;
  -moz-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
@media (max-width: 767px) {
  /* line 5, ../../../../source/wp-content/themes/iena/css/_storyprofile.scss */
  .hero-story-profile {
    padding: 37px 20px 11px 20px;
    margin-bottom: 39px;
  }
}
/* line 27, ../../../../source/wp-content/themes/iena/css/_storyprofile.scss */
.hero-story-profile .featured-image {
  width: 238px;
  height: 238px;
  background-color: #4677b8;
  background-position: center center;
  background-size: cover;
  border-radius: 100%;
}
@media (max-width: 767px) {
  /* line 27, ../../../../source/wp-content/themes/iena/css/_storyprofile.scss */
  .hero-story-profile .featured-image {
    width: 107px;
    height: 107px;
  }
}
/* line 42, ../../../../source/wp-content/themes/iena/css/_storyprofile.scss */
.hero-story-profile .person {
  margin-top: 42px;
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  /* line 42, ../../../../source/wp-content/themes/iena/css/_storyprofile.scss */
  .hero-story-profile .person {
    margin-top: 16px;
    font-size: 37px;
    margin-bottom: 5px;
  }
}
/* line 54, ../../../../source/wp-content/themes/iena/css/_storyprofile.scss */
.hero-story-profile .info {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  margin-top: 27px;
}
/* line 60, ../../../../source/wp-content/themes/iena/css/_storyprofile.scss */
.hero-story-profile .info em {
  margin-left: 4px;
  font-style: normal;
  font-weight: 400;
}
@media (max-width: 767px) {
  /* line 54, ../../../../source/wp-content/themes/iena/css/_storyprofile.scss */
  .hero-story-profile .info {
    margin-top: 11px;
  }
}

/* line 72, ../../../../source/wp-content/themes/iena/css/_storyprofile.scss */
.story-profile {
  margin-bottom: 72px;
}
@media (max-width: 1199px) {
  /* line 72, ../../../../source/wp-content/themes/iena/css/_storyprofile.scss */
  .story-profile {
    margin-bottom: 96px;
  }
}
@media (max-width: 767px) {
  /* line 72, ../../../../source/wp-content/themes/iena/css/_storyprofile.scss */
  .story-profile {
    margin-bottom: 47px;
  }
}

/* ==========================================================================
	Blockquote
/* ========================================================================== */
/* line 5, ../../../../source/wp-content/themes/iena/css/components/_blockquote.scss */
blockquote {
  background: #049eb9;
  margin-top: 52px;
  margin-bottom: 75px;
  color: #FFF;
  font-size: 24px;
  line-height: 36px;
  font-weight: 300;
  border: none;
  padding: 65px 61px 66px 61px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1199px) {
  /* line 5, ../../../../source/wp-content/themes/iena/css/components/_blockquote.scss */
  blockquote {
    margin-bottom: 65px;
  }
}
@media (max-width: 991px) {
  /* line 5, ../../../../source/wp-content/themes/iena/css/components/_blockquote.scss */
  blockquote {
    margin-bottom: 75px;
  }
}
@media (max-width: 767px) {
  /* line 5, ../../../../source/wp-content/themes/iena/css/components/_blockquote.scss */
  blockquote {
    margin-top: 36px;
    margin-bottom: 45px;
    font-size: 18px;
    line-height: 24px;
    padding: 35px 20px 35px 20px;
  }
}
/* line 34, ../../../../source/wp-content/themes/iena/css/components/_blockquote.scss */
blockquote p {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}
/* line 41, ../../../../source/wp-content/themes/iena/css/components/_blockquote.scss */
blockquote:before, blockquote:after {
  color: #4677b8;
  font-size: 200px;
  position: absolute;
  font-weight: bold;
  z-index: -1;
  line-height: 1px;
  opacity: 0.35;
}
@media (max-width: 767px) {
  /* line 41, ../../../../source/wp-content/themes/iena/css/components/_blockquote.scss */
  blockquote:before, blockquote:after {
    font-size: 100px;
  }
}
/* line 55, ../../../../source/wp-content/themes/iena/css/components/_blockquote.scss */
blockquote:before {
  content: '\2018\2018 ';
  top: 93px;
  left: 14px;
}
@media (max-width: 767px) {
  /* line 55, ../../../../source/wp-content/themes/iena/css/components/_blockquote.scss */
  blockquote:before {
    top: 49px;
    left: 8px;
  }
}
/* line 66, ../../../../source/wp-content/themes/iena/css/components/_blockquote.scss */
blockquote:after {
  content: '\2019\2019';
  bottom: 22px;
  right: 12px;
}
@media (max-width: 767px) {
  /* line 66, ../../../../source/wp-content/themes/iena/css/components/_blockquote.scss */
  blockquote:after {
    bottom: 14px;
    right: 9px;
  }
}

/* ==========================================================================
	Accordion
/* ========================================================================== */
/* line 5, ../../../../source/wp-content/themes/iena/css/components/_accordion.scss */
.accordion-wrapper {
  margin-top: 50px;
  margin-bottom: 70px;
}
@media (max-width: 767px) {
  /* line 5, ../../../../source/wp-content/themes/iena/css/components/_accordion.scss */
  .accordion-wrapper {
    margin-top: 36px;
    margin-bottom: 49px;
  }
}

/* line 15, ../../../../source/wp-content/themes/iena/css/components/_accordion.scss */
.accordion {
  margin-bottom: 19px;
}
@media (max-width: 767px) {
  /* line 15, ../../../../source/wp-content/themes/iena/css/components/_accordion.scss */
  .accordion {
    margin-bottom: 21px;
  }
}
/* line 22, ../../../../source/wp-content/themes/iena/css/components/_accordion.scss */
.accordion .title {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: #FFF;
  background: #04bad9;
  padding: 20px 30px;
  letter-spacing: 0.1px;
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -moz-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}
@media (max-width: 767px) {
  /* line 22, ../../../../source/wp-content/themes/iena/css/components/_accordion.scss */
  .accordion .title {
    padding: 18px 30px;
  }
}
@media (max-width: 480px) {
  /* line 22, ../../../../source/wp-content/themes/iena/css/components/_accordion.scss */
  .accordion .title {
    line-height: 1.4;
  }
}
/* line 47, ../../../../source/wp-content/themes/iena/css/components/_accordion.scss */
.accordion .title:hover {
  color: #ffce00;
}
@media (max-width: 991px) {
  /* line 47, ../../../../source/wp-content/themes/iena/css/components/_accordion.scss */
  .accordion .title:hover {
    color: #FFF;
  }
}
/* line 55, ../../../../source/wp-content/themes/iena/css/components/_accordion.scss */
.accordion .title:after {
  font-family: FontAwesome;
  content: "\f107";
  color: #FFF;
  position: static;
  font-size: 19px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  padding: 0 30px;
  position: relative;
  left: 30px;
}
/* line 67, ../../../../source/wp-content/themes/iena/css/components/_accordion.scss */
.accordion .title.open:after {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
/* line 72, ../../../../source/wp-content/themes/iena/css/components/_accordion.scss */
.accordion .content {
  display: none;
  border: 3px solid #04bad9;
  font-size: 16px;
  line-height: 24px;
  padding: 20px 27px 0 27px;
  border-top: none;
  font-weight: 300;
}
@media (max-width: 767px) {
  /* line 82, ../../../../source/wp-content/themes/iena/css/components/_accordion.scss */
  .accordion .content p {
    margin-bottom: 16px;
  }
}
/* line 88, ../../../../source/wp-content/themes/iena/css/components/_accordion.scss */
.accordion.open .content {
  display: block;
}

/* ==========================================================================
	Buttons
/* ========================================================================== */
/* line 5, ../../../../source/wp-content/themes/iena/css/components/_buttons.scss */
.button {
  padding: 9px 20px;
  font-size: 13px;
  color: #FFF;
  margin-bottom: 10px;
  letter-spacing: 0.2px;
  text-decoration: none;
  border-radius: 3px;
}
/* line 14, ../../../../source/wp-content/themes/iena/css/components/_buttons.scss */
.button:hover {
  color: #FFF;
  text-decoration: none;
}
/* line 19, ../../../../source/wp-content/themes/iena/css/components/_buttons.scss */
.button.light-blue {
  background: #04bad9;
}
/* line 22, ../../../../source/wp-content/themes/iena/css/components/_buttons.scss */
.button.light-blue:hover {
  background: #43cbe3;
}
@media (max-width: 991px) {
  /* line 22, ../../../../source/wp-content/themes/iena/css/components/_buttons.scss */
  .button.light-blue:hover {
    background: #04bad9;
  }
}
/* line 31, ../../../../source/wp-content/themes/iena/css/components/_buttons.scss */
.button.blue {
  background: #4677b8;
}
/* line 34, ../../../../source/wp-content/themes/iena/css/components/_buttons.scss */
.button.blue:hover {
  background: #7499ca;
}
@media (max-width: 991px) {
  /* line 34, ../../../../source/wp-content/themes/iena/css/components/_buttons.scss */
  .button.blue:hover {
    background: #4677b8;
  }
}
/* line 43, ../../../../source/wp-content/themes/iena/css/components/_buttons.scss */
.button.red {
  background: #ff4338;
}
/* line 46, ../../../../source/wp-content/themes/iena/css/components/_buttons.scss */
.button.red:hover {
  background: #ff726a;
}
@media (max-width: 991px) {
  /* line 46, ../../../../source/wp-content/themes/iena/css/components/_buttons.scss */
  .button.red:hover {
    background: #ff4338;
  }
}

/* line 56, ../../../../source/wp-content/themes/iena/css/components/_buttons.scss */
aside .button {
  width: 100%;
  text-align: center;
  padding: 11px 20px;
}

/* line 63, ../../../../source/wp-content/themes/iena/css/components/_buttons.scss */
.gform_wrapper input[type="submit"] {
  padding: 9px 20px !important;
  font-size: 13px !important;
  color: #FFF !important;
  margin-bottom: 10px !important;
  letter-spacing: 0.2px !important;
  text-decoration: none !important;
  border-radius: 3px !important;
  border: none !important;
  background: #04bad9 !important;
  line-height: 1 !important;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
/* line 76, ../../../../source/wp-content/themes/iena/css/components/_buttons.scss */
.gform_wrapper input[type="submit"]:hover {
  background: #43cbe3 !important;
}

/* inputs border color after wcag */
div.gform_wrapper .gform_body.gform-body .top_label .ginput_container input:not([type="file"]),
div.gform_wrapper .select2-container--default .select2-selection--single,
div.gform_wrapper .top_label textarea {
	border-color: #444 !important;
}

/* ==========================================================================
	Table
/* ========================================================================== */
/* line 5, ../../../../source/wp-content/themes/iena/css/components/_table.scss */
table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 50px;
  margin-bottom: 74px;
}
@media (max-width: 767px) {
  /* line 5, ../../../../source/wp-content/themes/iena/css/components/_table.scss */
  table {
    margin-top: 35px;
  }
}
/* line 15, ../../../../source/wp-content/themes/iena/css/components/_table.scss */
table caption {
  display: none;
}
/* line 19, ../../../../source/wp-content/themes/iena/css/components/_table.scss */
table th, table td {
  border-right: 1px solid #e8eaed;
}
/* line 23, ../../../../source/wp-content/themes/iena/css/components/_table.scss */
table th:last-child, table td:last-child {
  border-right: none;
}
/* line 27, ../../../../source/wp-content/themes/iena/css/components/_table.scss */
table td {
  font-size: 14px;
  font-weight: 300;
  padding: 27px 29px;
  color: #363636;
  line-height: 22px;
}

/* line 37, ../../../../source/wp-content/themes/iena/css/components/_table.scss */
tbody tr {
  border-bottom: 1px solid #e8eaed;
}
/* line 41, ../../../../source/wp-content/themes/iena/css/components/_table.scss */
tbody tr:nth-of-type(odd) {
  background: #fafafa;
}

/* line 46, ../../../../source/wp-content/themes/iena/css/components/_table.scss */
thead {
  background: #4677b8;
  color: #FFF;
}
/* line 50, ../../../../source/wp-content/themes/iena/css/components/_table.scss */
thead th {
  font-size: 14px;
  font-weight: 500;
  padding: 18px 30px;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  /* line 63, ../../../../source/wp-content/themes/iena/css/components/_table.scss */
  table, thead, tbody, th, td, tr {
    display: block;
  }

  /* line 68, ../../../../source/wp-content/themes/iena/css/components/_table.scss */
  table thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  /* line 74, ../../../../source/wp-content/themes/iena/css/components/_table.scss */
  table tr {
    border: 1px solid #e8eaed;
    border-bottom: 0px;
  }
  /* line 79, ../../../../source/wp-content/themes/iena/css/components/_table.scss */
  table td {
    border: none;
    border-bottom: 1px solid #eee;
    padding: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  /* line 79, ../../../../source/wp-content/themes/iena/css/components/_table.scss */
  table td {
    padding: 16px 10px;
  }
}
@media (max-width: 767px) {
  /* line 91, ../../../../source/wp-content/themes/iena/css/components/_table.scss */
  table td:before {
    flex-shrink: 0;
    width: 50%;
    word-wrap: break-word;
    display: inline-block;
    height: 100%;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    color: #FFF;
    z-index: 2;
    padding: 0 20px;
  }
  /* line 105, ../../../../source/wp-content/themes/iena/css/components/_table.scss */
  table td:after {
    position: absolute;
    content: "";
    background: #4677b8;
    height: 100%;
    top: 0;
    left: 0;
    width: 45%;
    z-index: 1;
  }
  /* line 116, ../../../../source/wp-content/themes/iena/css/components/_table.scss */
  table td:before {
    content: attr(data-label);
  }
}
/* ==========================================================================
	Tabs
/* ========================================================================== */
/* line 5, ../../../../source/wp-content/themes/iena/css/components/_tabs.scss */
.tabs {
  margin-top: 39px;
  margin-bottom: 66px;
}
@media (max-width: 767px) {
  /* line 5, ../../../../source/wp-content/themes/iena/css/components/_tabs.scss */
  .tabs {
    margin-top: 17px;
  }
}
/* line 13, ../../../../source/wp-content/themes/iena/css/components/_tabs.scss */
.tabs .bookmarks {
  margin-bottom: 31px;
}
/* line 16, ../../../../source/wp-content/themes/iena/css/components/_tabs.scss */
.tabs .bookmarks ul {
  list-style: none;
  border-bottom: 1px solid #d2d5dc;
  position: relative;
}
@media (max-width: 767px) {
  /* line 16, ../../../../source/wp-content/themes/iena/css/components/_tabs.scss */
  .tabs .bookmarks ul {
    text-align: center;
  }
}
/* line 26, ../../../../source/wp-content/themes/iena/css/components/_tabs.scss */
.tabs .bookmarks .next, .tabs .bookmarks .prev {
  display: none;
  position: absolute;
  top: 45%;
  transform: translateY(-50%);
  color: #4677b8;
  cursor: pointer;
  opacity: 0.2;
}
@media (max-width: 767px) {
  /* line 26, ../../../../source/wp-content/themes/iena/css/components/_tabs.scss */
  .tabs .bookmarks .next, .tabs .bookmarks .prev {
    display: block;
  }
}
/* line 39, ../../../../source/wp-content/themes/iena/css/components/_tabs.scss */
.tabs .bookmarks .next img, .tabs .bookmarks .prev img {
  width: 16px;
}
/* line 44, ../../../../source/wp-content/themes/iena/css/components/_tabs.scss */
.tabs .bookmarks .next {
  right: 1px;
}
@media (max-width: 480px) {
  /* line 44, ../../../../source/wp-content/themes/iena/css/components/_tabs.scss */
  .tabs .bookmarks .next {
    right: -1px;
  }
}
/* line 52, ../../../../source/wp-content/themes/iena/css/components/_tabs.scss */
.tabs .bookmarks .prev {
  left: 0;
}
/* line 55, ../../../../source/wp-content/themes/iena/css/components/_tabs.scss */
.tabs .bookmarks .prev img {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
/* line 58, ../../../../source/wp-content/themes/iena/css/components/_tabs.scss */
.tabs .bookmarks li {
  display: inline-block;
  margin-bottom: -1px;
}
/* line 63, ../../../../source/wp-content/themes/iena/css/components/_tabs.scss */
.tabs .bookmarks a {
  font-weight: 500;
  color: #acacac;
  font-size: 14px;
  text-transform: uppercase;
  padding: 10px 0;
  margin: 0 30px;
  display: block;
  -webkit-transition: color 0.2s linear;
  -moz-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
@media (max-width: 767px) {
  /* line 63, ../../../../source/wp-content/themes/iena/css/components/_tabs.scss */
  .tabs .bookmarks a {
    padding: 12px 0;
    letter-spacing: 0.2px;
    position: relative;
    left: 4px;
  }
}
@media (max-width: 480px) {
  /* line 63, ../../../../source/wp-content/themes/iena/css/components/_tabs.scss */
  .tabs .bookmarks a {
    left: 0px;
    top: -1px;
  }
}
/* line 85, ../../../../source/wp-content/themes/iena/css/components/_tabs.scss */
.tabs .bookmarks a.active {
  color: #4677b8;
  border-bottom: 2px solid #4677b8;
}
/* line 90, ../../../../source/wp-content/themes/iena/css/components/_tabs.scss */
.tabs .bookmarks a:hover {
  color: #04bad9;
}
@media (max-width: 991px) {
  /* line 90, ../../../../source/wp-content/themes/iena/css/components/_tabs.scss */
  .tabs .bookmarks a:hover {
    color: #acacac;
  }
}
@media (max-width: 767px) {
  /* line 63, ../../../../source/wp-content/themes/iena/css/components/_tabs.scss */
  .tabs .bookmarks a {
    display: none;
  }
  /* line 101, ../../../../source/wp-content/themes/iena/css/components/_tabs.scss */
  .tabs .bookmarks a.active {
    display: block;
    border-bottom: none;
    margin: 0;
  }
}
/* line 109, ../../../../source/wp-content/themes/iena/css/components/_tabs.scss */
.tabs .bookmarks ul li:first-child a {
  margin-left: 0;
}
/* line 114, ../../../../source/wp-content/themes/iena/css/components/_tabs.scss */
.tabs .content {
  display: none;
  color: #363636;
  font-size: 14px;
  line-height: 24px;
  font-weight: 300;
  letter-spacing: -0.1px;
}

/* ==========================================================================
	Gallery
/* ========================================================================== */
/* line 5, ../../../../source/wp-content/themes/iena/css/components/_gallery.scss */
.gallery-wrapper {
  margin-top: 50px;
  margin-bottom: 75px;
  position: relative;
}
@media (max-width: 767px) {
  /* line 5, ../../../../source/wp-content/themes/iena/css/components/_gallery.scss */
  .gallery-wrapper {
    padding-bottom: 85px;
  }
}

/* line 15, ../../../../source/wp-content/themes/iena/css/components/_gallery.scss */
.slider-arrow {
  position: absolute;
  top: 50%;
  z-index: 2;
  width: 42px;
  height: 42px;
  background: #ff4338;
  border-radius: 100%;
  cursor: pointer;
  -webkit-transform: translateY(-50%) rotate(0deg);
  -moz-transform: translateY(-50%) rotate(0deg);
  -ms-transform: translateY(-50%) rotate(0deg);
  -o-transform: translateY(-50%) rotate(0deg);
  transform: translateY(-50%) rotate(0deg);
  -webkit-transition: transform 0.2s linear;
  -moz-transition: transform 0.2s linear;
  -o-transition: transform 0.2s linear;
  transition: transform 0.2s linear;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-content: center;
  -moz-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
/* line 32, ../../../../source/wp-content/themes/iena/css/components/_gallery.scss */
.slider-arrow img, .slider-arrow svg {
  width: 17px;
}
/* line 36, ../../../../source/wp-content/themes/iena/css/components/_gallery.scss */
.slider-arrow.next {
  right: 20px;
}
/* line 40, ../../../../source/wp-content/themes/iena/css/components/_gallery.scss */
.slider-arrow.prev {
  left: 20px;
  -webkit-transform: translateY(-50%) rotate(180deg);
  -moz-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  -o-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}
/* line 46, ../../../../source/wp-content/themes/iena/css/components/_gallery.scss */
.slider-arrow:hover.next {
  -webkit-transform: translateY(-50%) rotate(0deg) scale(1.15);
  -moz-transform: translateY(-50%) rotate(0deg) scale(1.15);
  -ms-transform: translateY(-50%) rotate(0deg) scale(1.15);
  -o-transform: translateY(-50%) rotate(0deg) scale(1.15);
  transform: translateY(-50%) rotate(0deg) scale(1.15);
}
@media (max-width: 991px) {
  /* line 46, ../../../../source/wp-content/themes/iena/css/components/_gallery.scss */
  .slider-arrow:hover.next {
    -webkit-transform: translateY(-50%) rotate(0deg);
    -moz-transform: translateY(-50%) rotate(0deg);
    -ms-transform: translateY(-50%) rotate(0deg);
    -o-transform: translateY(-50%) rotate(0deg);
    transform: translateY(-50%) rotate(0deg);
  }
}
/* line 53, ../../../../source/wp-content/themes/iena/css/components/_gallery.scss */
.slider-arrow:hover.prev {
  -webkit-transform: translateY(-50%) rotate(180deg) scale(1.15);
  -moz-transform: translateY(-50%) rotate(180deg) scale(1.15);
  -ms-transform: translateY(-50%) rotate(180deg) scale(1.15);
  -o-transform: translateY(-50%) rotate(180deg) scale(1.15);
  transform: translateY(-50%) rotate(180deg) scale(1.15);
}
@media (max-width: 991px) {
  /* line 53, ../../../../source/wp-content/themes/iena/css/components/_gallery.scss */
  .slider-arrow:hover.prev {
    -webkit-transform: translateY(-50%) rotate(180deg);
    -moz-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    -o-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
  }
}
@media (max-width: 767px) {
  /* line 15, ../../../../source/wp-content/themes/iena/css/components/_gallery.scss */
  .slider-arrow {
    top: unset;
    bottom: 0;
  }
  /* line 66, ../../../../source/wp-content/themes/iena/css/components/_gallery.scss */
  .slider-arrow.next {
    right: 0;
  }
  /* line 69, ../../../../source/wp-content/themes/iena/css/components/_gallery.scss */
  .slider-arrow.prev {
    left: 0;
  }
}

/* ==========================================================================
	Custom links
/* ========================================================================== */
/* line 5, ../../../../source/wp-content/themes/iena/css/components/_customlinks.scss */
.custom-link {
  color: #FFF;
  width: 100%;
  height: 266px;
  margin-top: 35px;
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
  padding: 25px 30px;
  background-position: center center;
  background-size: cover;
  position: relative;
  text-decoration: none !important;
  -webkit-transition: transform 0.2s linear;
  -moz-transition: transform 0.2s linear;
  -o-transition: transform 0.2s linear;
  transition: transform 0.2s linear;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  align-items: flex-end;
  -webkit-align-content: flex-end;
  -moz-align-content: flex-end;
  -ms-flex-line-pack: end;
  align-content: flex-end;
}
/* line 24, ../../../../source/wp-content/themes/iena/css/components/_customlinks.scss */
.custom-link:hover {
  color: #FFF;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  text-decoration: none !important;
}
@media (max-width: 991px) {
  /* line 24, ../../../../source/wp-content/themes/iena/css/components/_customlinks.scss */
  .custom-link:hover {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
/* line 34, ../../../../source/wp-content/themes/iena/css/components/_customlinks.scss */
.custom-link:active, .custom-link:focus {
  text-decoration: none !important;
  color: #FFF;
}
@media (max-width: 1199px) {
  /* line 5, ../../../../source/wp-content/themes/iena/css/components/_customlinks.scss */
  .custom-link {
    height: 218px;
  }
}
@media (max-width: 991px) {
  /* line 5, ../../../../source/wp-content/themes/iena/css/components/_customlinks.scss */
  .custom-link {
    height: 257px;
  }
}
@media (max-width: 767px) {
  /* line 5, ../../../../source/wp-content/themes/iena/css/components/_customlinks.scss */
  .custom-link {
    height: 156px;
  }
}
@media (max-width: 480px) {
  /* line 5, ../../../../source/wp-content/themes/iena/css/components/_customlinks.scss */
  .custom-link {
    height: 214px;
    font-size: 18px;
    padding: 15px 21px;
    margin-top: 18px;
  }
}
/* line 58, ../../../../source/wp-content/themes/iena/css/components/_customlinks.scss */
.custom-link .text {
  z-index: 2;
}
/* line 62, ../../../../source/wp-content/themes/iena/css/components/_customlinks.scss */
.custom-link .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background: rgba(235, 35, 235, 0);
  background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.6) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, transparent), color-stop(100%, rgba(0, 0, 0, 0.6)));
  background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.6) 100%);
  background: -o-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.6) 100%);
  background: -ms-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.6) 100%);
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.6) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eb23eb', endColorstr='#000000', GradientType=0 );
}

/* ==========================================================================
	Subpage Menu
/* ========================================================================== */
/* line 5, ../../../../source/wp-content/themes/iena/css/components/_asidemenu.scss */
.menu-title, .widget-title {
  background: #4677b8;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
  color: #FFF;
  margin: 5px 0 0 0;
  padding: 18px 10px;
  letter-spacing: 0.3px;
}

/* line 17, ../../../../source/wp-content/themes/iena/css/components/_asidemenu.scss */
.sidebar-bottom-mobile {
  display: none;
  margin-top: 30px;
  margin-bottom: -17px;
  position: relative;
  top: -3px;
}
@media (max-width: 480px) {
  /* line 17, ../../../../source/wp-content/themes/iena/css/components/_asidemenu.scss */
  .sidebar-bottom-mobile {
    display: block;
  }
}

@media (max-width: 767px) {
  /* line 27, ../../../../source/wp-content/themes/iena/css/components/_asidemenu.scss */
  .menu-title {
    cursor: pointer;
    position: relative;
  }
  /* line 32, ../../../../source/wp-content/themes/iena/css/components/_asidemenu.scss */
  .menu-title:after {
    font-family: FontAwesome;
    content: "\f107";
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: translateY(-50%) rotate(0deg);
    -moz-transform: translateY(-50%) rotate(0deg);
    -ms-transform: translateY(-50%) rotate(0deg);
    -o-transform: translateY(-50%) rotate(0deg);
    transform: translateY(-50%) rotate(0deg);
    font-size: 22px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }
  /* line 43, ../../../../source/wp-content/themes/iena/css/components/_asidemenu.scss */
  .menu-title.open:after {
    -webkit-transform: translateY(-50%) rotate(180deg);
    -moz-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    -o-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
  }
}

/* line 50, ../../../../source/wp-content/themes/iena/css/components/_asidemenu.scss */
.sidebar-menu {
  margin-bottom: 70px;
}
@media (max-width: 767px) {
  /* line 50, ../../../../source/wp-content/themes/iena/css/components/_asidemenu.scss */
  .sidebar-menu {
    margin-top: 12px;
    margin-bottom: 34px;
  }
}
/* line 59, ../../../../source/wp-content/themes/iena/css/components/_asidemenu.scss */
.sidebar-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
/* line 64, ../../../../source/wp-content/themes/iena/css/components/_asidemenu.scss */
.sidebar-menu ul > li {
  border-bottom: 1px solid #e8eaed;
}
@media (max-width: 767px) {
  /* line 64, ../../../../source/wp-content/themes/iena/css/components/_asidemenu.scss */
  .sidebar-menu ul > li {
    border-left: 1px solid #e8eaed;
    border-right: 1px solid #e8eaed;
  }
}
/* line 75, ../../../../source/wp-content/themes/iena/css/components/_asidemenu.scss */
.sidebar-menu a {
  margin: 0;
  font-size: 14px;
  line-height: 16px;
  color: #252525;
  display: block;
  padding: 16px 9px;
  letter-spacing: 0.3px;
}
/* line 84, ../../../../source/wp-content/themes/iena/css/components/_asidemenu.scss */
.sidebar-menu a:hover {
  background: #04bad9;
  color: #FFF;
}
/* line 90, ../../../../source/wp-content/themes/iena/css/components/_asidemenu.scss */
.sidebar-menu .current_page_item > * > a, .sidebar-menu .current_page_item > a {
  color: #4677b8;
  border-left: 4px solid #4677b8;
  padding-left: 6px;
}
/* line 95, ../../../../source/wp-content/themes/iena/css/components/_asidemenu.scss */
.sidebar-menu .current_page_item > * > a:hover, .sidebar-menu .current_page_item > a:hover {
  background: none;
  color: #4677b8;
}
/* line 101, ../../../../source/wp-content/themes/iena/css/components/_asidemenu.scss */
.sidebar-menu .sub-menu .current_page_item a {
  padding-left: 16px;
}
/* line 106, ../../../../source/wp-content/themes/iena/css/components/_asidemenu.scss */
.sidebar-menu .parent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
/* line 109, ../../../../source/wp-content/themes/iena/css/components/_asidemenu.scss */
.sidebar-menu .parent a {
  width: 100%;
  display: block;
}
/* line 113, ../../../../source/wp-content/themes/iena/css/components/_asidemenu.scss */
.sidebar-menu .parent .aside-menu-trigger {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-align-content: center;
  -moz-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 43px;
  text-align: center;
  font-size: 20px;
  color: #252525;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  cursor: pointer;
}
/* line 127, ../../../../source/wp-content/themes/iena/css/components/_asidemenu.scss */
.sidebar-menu .parent .aside-menu-trigger:hover {
  background: #04bad9;
  color: #FFF;
}
/* line 132, ../../../../source/wp-content/themes/iena/css/components/_asidemenu.scss */
.sidebar-menu .parent .aside-menu-trigger i {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
/* line 138, ../../../../source/wp-content/themes/iena/css/components/_asidemenu.scss */
.sidebar-menu .parent .aside-menu-trigger.open i {
  -webkit-transform: rotate(180deg) translate(-1px, -3px);
  -moz-transform: rotate(180deg) translate(-1px, -3px);
  -ms-transform: rotate(180deg) translate(-1px, -3px);
  -o-transform: rotate(180deg) translate(-1px, -3px);
  transform: rotate(180deg) translate(-1px, -3px);
}
/* line 145, ../../../../source/wp-content/themes/iena/css/components/_asidemenu.scss */
.sidebar-menu .sub-menu {
  display: none;
  margin-bottom: 9px;
}
/* line 149, ../../../../source/wp-content/themes/iena/css/components/_asidemenu.scss */
.sidebar-menu .sub-menu a {
  padding: 9px 20px;
}
/* line 153, ../../../../source/wp-content/themes/iena/css/components/_asidemenu.scss */
.sidebar-menu .sub-menu li {
  border-bottom: none;
}

@media (max-width: 767px) {
  /* line 159, ../../../../source/wp-content/themes/iena/css/components/_asidemenu.scss */
  .multi-menu {
    display: none;
  }
}

/* ==========================================================================
	Program boxes
/* ========================================================================== */
/* line 5, ../../../../source/wp-content/themes/iena/css/components/_programboxes.scss */
.home-programs-boxes {
  border-bottom: 1px solid #cccccc;
  text-align: center;
}
/* line 9, ../../../../source/wp-content/themes/iena/css/components/_programboxes.scss */
.home-programs-boxes .box:first-child {
  border-right: 1px solid #cccccc;
}
@media (max-width: 767px) {
  /* line 9, ../../../../source/wp-content/themes/iena/css/components/_programboxes.scss */
  .home-programs-boxes .box:first-child {
    border-right: none;
    border-bottom: 1px solid #cccccc;
  }
}
/* line 18, ../../../../source/wp-content/themes/iena/css/components/_programboxes.scss */
.home-programs-boxes .box {
  padding-top: 67px;
  padding-bottom: 72px;
}
@media (max-width: 1199px) {
  /* line 18, ../../../../source/wp-content/themes/iena/css/components/_programboxes.scss */
  .home-programs-boxes .box {
    padding-top: 52px;
    padding-bottom: 87px;
  }
}
@media (max-width: 991px) {
  /* line 18, ../../../../source/wp-content/themes/iena/css/components/_programboxes.scss */
  .home-programs-boxes .box {
    padding-bottom: 50px;
  }
}
@media (max-width: 767px) {
  /* line 18, ../../../../source/wp-content/themes/iena/css/components/_programboxes.scss */
  .home-programs-boxes .box {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (max-width: 480px) {
  /* line 18, ../../../../source/wp-content/themes/iena/css/components/_programboxes.scss */
  .home-programs-boxes .box {
    padding-top: 33px;
    padding-bottom: 31px;
  }
}
@media (max-width: 767px) {
  /* line 38, ../../../../source/wp-content/themes/iena/css/components/_programboxes.scss */
  .home-programs-boxes .box:last-child {
    padding-bottom: 34px;
  }
}
@media (max-width: 480px) {
  /* line 38, ../../../../source/wp-content/themes/iena/css/components/_programboxes.scss */
  .home-programs-boxes .box:last-child {
    padding-top: 30px;
    padding-bottom: 35px;
  }
}
/* line 49, ../../../../source/wp-content/themes/iena/css/components/_programboxes.scss */
.home-programs-boxes .title {
  font-size: 36px;
  line-height: 36px;
  color: #636466;
  font-weight: 300;
  margin-top: 0;
  letter-spacing: 0.8px;
  margin-bottom: 29px;
}
@media (max-width: 767px) {
  /* line 49, ../../../../source/wp-content/themes/iena/css/components/_programboxes.scss */
  .home-programs-boxes .title {
    font-size: 24px;
    margin-bottom: 12px;
  }
}
@media (max-width: 480px) {
  /* line 49, ../../../../source/wp-content/themes/iena/css/components/_programboxes.scss */
  .home-programs-boxes .title {
    margin-bottom: 10px;
  }
}
/* line 67, ../../../../source/wp-content/themes/iena/css/components/_programboxes.scss */
.home-programs-boxes .title a {
  color: inherit;
}
/* line 70, ../../../../source/wp-content/themes/iena/css/components/_programboxes.scss */
.home-programs-boxes .title a:hover {
  color: inherit;
}
/* line 76, ../../../../source/wp-content/themes/iena/css/components/_programboxes.scss */
.home-programs-boxes .link {
  font-weight: 500;
  color: #04bad9;
  font-size: 14px;
  line-height: 24px;
  text-transform: uppercase;
  display: block;
}
/* line 84, ../../../../source/wp-content/themes/iena/css/components/_programboxes.scss */
.home-programs-boxes .link svg {
  width: 16px;
  height: 13px;
  position: relative;
  top: 1px;
  left: 1px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
/* line 93, ../../../../source/wp-content/themes/iena/css/components/_programboxes.scss */
.home-programs-boxes .link:hover {
  color: #4677b8;
}
/* line 97, ../../../../source/wp-content/themes/iena/css/components/_programboxes.scss */
.home-programs-boxes .link:hover svg .cls-2 {
  stroke: #4677b8;
}
/* line 104, ../../../../source/wp-content/themes/iena/css/components/_programboxes.scss */
.home-programs-boxes .image {
  max-width: 210px;
  width: 100%;
  margin-top: 45px;
}
@media (max-width: 767px) {
  /* line 104, ../../../../source/wp-content/themes/iena/css/components/_programboxes.scss */
  .home-programs-boxes .image {
    max-width: 80px;
    margin-top: 22px;
  }
}

/* ==========================================================================
	Stories Slider
/* ========================================================================== */
/* line 5, ../../../../source/wp-content/themes/iena/css/components/_storiesslider.scss */
.home-stories, .home-posts {
  padding-top: 72px;
  padding-bottom: 100px;
  border-bottom: 1px solid #cccccc;
}
@media (max-width: 1199px) {
  /* line 5, ../../../../source/wp-content/themes/iena/css/components/_storiesslider.scss */
  .home-stories, .home-posts {
    padding-bottom: 52px;
  }
}
@media (max-width: 991px) {
  /* line 5, ../../../../source/wp-content/themes/iena/css/components/_storiesslider.scss */
  .home-stories, .home-posts {
    padding-top: 44px;
    padding-bottom: 30px;
  }
}
@media (max-width: 767px) {
  /* line 5, ../../../../source/wp-content/themes/iena/css/components/_storiesslider.scss */
  .home-stories, .home-posts {
    padding-top: 10px;
    padding-bottom: 17px;
  }
}
/* line 24, ../../../../source/wp-content/themes/iena/css/components/_storiesslider.scss */
.home-stories .wrapper, .home-posts .wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
/* line 28, ../../../../source/wp-content/themes/iena/css/components/_storiesslider.scss */
.home-stories .header, .home-posts .header {
  font-size: 36px;
  font-weight: 300;
  color: #636466;
}
/* line 33, ../../../../source/wp-content/themes/iena/css/components/_storiesslider.scss */
.home-stories .header a, .home-posts .header a {
  color: inherit;
}
/* line 36, ../../../../source/wp-content/themes/iena/css/components/_storiesslider.scss */
.home-stories .header a:hover, .home-posts .header a:hover {
  color: inherit;
}
@media (max-width: 767px) {
  /* line 28, ../../../../source/wp-content/themes/iena/css/components/_storiesslider.scss */
  .home-stories .header, .home-posts .header {
    text-align: center;
    width: 100%;
  }
}
/* line 46, ../../../../source/wp-content/themes/iena/css/components/_storiesslider.scss */
.home-stories .header small, .home-posts .header small {
  font-size: 14px;
  color: #04bad9;
  font-weight: 600;
  text-transform: uppercase;
}
/* line 52, ../../../../source/wp-content/themes/iena/css/components/_storiesslider.scss */
.home-stories .header small a, .home-posts .header small a {
  color: inherit;
}
/* line 55, ../../../../source/wp-content/themes/iena/css/components/_storiesslider.scss */
.home-stories .header small a:hover, .home-posts .header small a:hover {
  color: #4677b8;
}
@media (max-width: 767px) {
  /* line 46, ../../../../source/wp-content/themes/iena/css/components/_storiesslider.scss */
  .home-stories .header small, .home-posts .header small {
    display: block;
    margin-top: 14px;
  }
}
@media (max-width: 480px) {
  /* line 46, ../../../../source/wp-content/themes/iena/css/components/_storiesslider.scss */
  .home-stories .header small, .home-posts .header small {
    margin-top: 11px;
  }
}
@media (max-width: 767px) {
  /* line 28, ../../../../source/wp-content/themes/iena/css/components/_storiesslider.scss */
  .home-stories .header, .home-posts .header {
    margin-top: 27px;
    font-size: 24px;
  }
}
/* line 76, ../../../../source/wp-content/themes/iena/css/components/_storiesslider.scss */
.home-stories .navigation, .home-posts .navigation {
  padding-top: 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-align-content: center;
  -moz-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}
@media (max-width: 991px) {
  /* line 76, ../../../../source/wp-content/themes/iena/css/components/_storiesslider.scss */
  .home-stories .navigation, .home-posts .navigation {
    display: none;
  }
}
/* line 88, ../../../../source/wp-content/themes/iena/css/components/_storiesslider.scss */
.home-stories .arrow, .home-posts .arrow {
  width: 16px;
  height: 13px;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-content: flex-end;
  -moz-align-content: flex-end;
  -ms-flex-line-pack: end;
  align-content: flex-end;
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  align-items: flex-end;
}
/* line 98, ../../../../source/wp-content/themes/iena/css/components/_storiesslider.scss */
.home-stories .arrow svg, .home-posts .arrow svg {
  width: 100%;
}
/* line 102, ../../../../source/wp-content/themes/iena/css/components/_storiesslider.scss */
.home-stories .arrow:hover svg .cls-3, .home-posts .arrow:hover svg .cls-3 {
  stroke: #04bad9;
}
/* line 106, ../../../../source/wp-content/themes/iena/css/components/_storiesslider.scss */
.home-stories .arrow.prev svg, .home-posts .arrow.prev svg {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
/* line 111, ../../../../source/wp-content/themes/iena/css/components/_storiesslider.scss */
.home-stories .slide-number, .home-posts .slide-number {
  font-size: 14px;
  font-weight: 700;
  margin: 0 11px;
  color: #4D4D4D;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-content: flex-end;
  -moz-align-content: flex-end;
  -ms-flex-line-pack: end;
  align-content: flex-end;
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  align-items: flex-end;
}
/* line 121, ../../../../source/wp-content/themes/iena/css/components/_storiesslider.scss */
.home-stories .slide-number span, .home-posts .slide-number span {
  margin: 0 4px;
}

@media (max-width: 767px) {
  /* line 127, ../../../../source/wp-content/themes/iena/css/components/_storiesslider.scss */
  .home-stories .header {
    margin-top: 24px;
  }
}
@media (max-width: 480px) {
  /* line 127, ../../../../source/wp-content/themes/iena/css/components/_storiesslider.scss */
  .home-stories .header {
    margin-top: 26px;
    line-height: 30px;
  }
  /* line 135, ../../../../source/wp-content/themes/iena/css/components/_storiesslider.scss */
  .home-stories .header small {
    margin-top: 8px;
  }
}

@media (max-width: 767px) {
  /* line 142, ../../../../source/wp-content/themes/iena/css/components/_storiesslider.scss */
  .home-posts .header {
    line-height: 31px;
    margin-top: 29px;
  }
  /* line 147, ../../../../source/wp-content/themes/iena/css/components/_storiesslider.scss */
  .home-posts .header small {
    margin-top: 7px;
  }
}
@media (max-width: 480px) {
  /* line 152, ../../../../source/wp-content/themes/iena/css/components/_storiesslider.scss */
  .home-posts .header small {
    margin-top: 10px;
  }
}

/* line 159, ../../../../source/wp-content/themes/iena/css/components/_storiesslider.scss */
.home-stories {
  background: #fbfcfe;
}
@media (max-width: 1199px) {
  /* line 159, ../../../../source/wp-content/themes/iena/css/components/_storiesslider.scss */
  .home-stories {
    padding-bottom: 60px;
  }
}
@media (max-width: 991px) {
  /* line 159, ../../../../source/wp-content/themes/iena/css/components/_storiesslider.scss */
  .home-stories {
    padding-bottom: 31px;
  }
}
@media (max-width: 767px) {
  /* line 159, ../../../../source/wp-content/themes/iena/css/components/_storiesslider.scss */
  .home-stories {
    padding-bottom: 15px;
  }
}
@media (max-width: 480px) {
  /* line 159, ../../../../source/wp-content/themes/iena/css/components/_storiesslider.scss */
  .home-stories {
    padding-bottom: 21px;
  }
}

/* line 176, ../../../../source/wp-content/themes/iena/css/components/_storiesslider.scss */
.stories-slider {
  margin-top: 52px;
}
@media (max-width: 991px) {
  /* line 176, ../../../../source/wp-content/themes/iena/css/components/_storiesslider.scss */
  .stories-slider {
    margin-top: 51px;
  }
}
@media (max-width: 767px) {
  /* line 176, ../../../../source/wp-content/themes/iena/css/components/_storiesslider.scss */
  .stories-slider {
    margin-top: 33px;
  }
}
@media (max-width: 480px) {
  /* line 176, ../../../../source/wp-content/themes/iena/css/components/_storiesslider.scss */
  .stories-slider {
    margin-top: 28px;
  }
}
/* line 191, ../../../../source/wp-content/themes/iena/css/components/_storiesslider.scss */
.stories-slider .slick-slide {
  max-width: 1140px;
  width: 100%;
  margin: 0 39px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
/* line 197, ../../../../source/wp-content/themes/iena/css/components/_storiesslider.scss */
.stories-slider .slick-slide:active, .stories-slider .slick-slide:focus {
  outline: none;
  border: none;
  box-shadow: none;
}
@media (max-width: 1199px) {
  /* line 191, ../../../../source/wp-content/themes/iena/css/components/_storiesslider.scss */
  .stories-slider .slick-slide {
    max-width: 940px;
  }
}
@media (max-width: 991px) {
  /* line 191, ../../../../source/wp-content/themes/iena/css/components/_storiesslider.scss */
  .stories-slider .slick-slide {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  /* line 191, ../../../../source/wp-content/themes/iena/css/components/_storiesslider.scss */
  .stories-slider .slick-slide {
    margin: 0 15px;
  }
  /* line 214, ../../../../source/wp-content/themes/iena/css/components/_storiesslider.scss */
  .stories-slider .slick-slide .story-item {
    padding-bottom: 40px;
  }
}

/* line 221, ../../../../source/wp-content/themes/iena/css/components/_storiesslider.scss */
.mobile-story-navigation {
  display: none;
  margin-top: 32px;
}
@media (max-width: 991px) {
  /* line 221, ../../../../source/wp-content/themes/iena/css/components/_storiesslider.scss */
  .mobile-story-navigation {
    display: block;
  }
}
@media (max-width: 767px) {
  /* line 221, ../../../../source/wp-content/themes/iena/css/components/_storiesslider.scss */
  .mobile-story-navigation {
    margin-top: 23px;
    margin-bottom: 9px;
  }
}
@media (max-width: 480px) {
  /* line 221, ../../../../source/wp-content/themes/iena/css/components/_storiesslider.scss */
  .mobile-story-navigation {
    margin-top: 24px;
  }
}
/* line 238, ../../../../source/wp-content/themes/iena/css/components/_storiesslider.scss */
.mobile-story-navigation > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}

@media (max-width: 991px) {
  /* line 244, ../../../../source/wp-content/themes/iena/css/components/_storiesslider.scss */
  .home-posts .mobile-story-navigation {
    margin-top: 0;
    margin-bottom: 6px;
  }
}
@media (max-width: 480px) {
  /* line 244, ../../../../source/wp-content/themes/iena/css/components/_storiesslider.scss */
  .home-posts .mobile-story-navigation {
    margin-bottom: 11px;
  }
}

/* ==========================================================================
	Boxes on home
/* ========================================================================== */
/* line 5, ../../../../source/wp-content/themes/iena/css/components/_homeboxes.scss */
.home-blocks {
  padding-top: 20px;
  padding-bottom: 97px;
  border-bottom: 1px solid #cccccc;
  overflow: hidden;
  width: 100%;
}
@media (max-width: 1199px) {
  /* line 5, ../../../../source/wp-content/themes/iena/css/components/_homeboxes.scss */
  .home-blocks {
    padding-top: 62px;
    padding-bottom: 57px;
  }
}
@media (max-width: 991px) {
  /* line 5, ../../../../source/wp-content/themes/iena/css/components/_homeboxes.scss */
  .home-blocks {
    padding-top: 0;
    padding-bottom: 55px;
  }
}
@media (max-width: 991px) {
  /* line 5, ../../../../source/wp-content/themes/iena/css/components/_homeboxes.scss */
  .home-blocks {
    padding-bottom: 58px;
  }
}
@media (max-width: 767px) {
  /* line 5, ../../../../source/wp-content/themes/iena/css/components/_homeboxes.scss */
  .home-blocks {
    padding-bottom: 34px;
  }
}
@media (max-width: 480px) {
  /* line 5, ../../../../source/wp-content/themes/iena/css/components/_homeboxes.scss */
  .home-blocks {
    padding-bottom: 26px;
  }
}
/* line 34, ../../../../source/wp-content/themes/iena/css/components/_homeboxes.scss */
.home-blocks .block {
  margin-top: 73px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
}
@media (max-width: 1199px) {
  /* line 34, ../../../../source/wp-content/themes/iena/css/components/_homeboxes.scss */
  .home-blocks .block {
    margin: 0 0 89px 0;
  }
}
@media (max-width: 991px) {
  /* line 34, ../../../../source/wp-content/themes/iena/css/components/_homeboxes.scss */
  .home-blocks .block {
    margin-bottom: 63px;
  }
}
@media (max-width: 991px) {
  /* line 34, ../../../../source/wp-content/themes/iena/css/components/_homeboxes.scss */
  .home-blocks .block {
    margin-bottom: 57px;
  }
}
@media (max-width: 767px) {
  /* line 34, ../../../../source/wp-content/themes/iena/css/components/_homeboxes.scss */
  .home-blocks .block {
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) {
  /* line 34, ../../../../source/wp-content/themes/iena/css/components/_homeboxes.scss */
  .home-blocks .block {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  /* line 55, ../../../../source/wp-content/themes/iena/css/components/_homeboxes.scss */
  .home-blocks .block .text, .home-blocks .block .image {
    width: 100%;
  }
  /* line 58, ../../../../source/wp-content/themes/iena/css/components/_homeboxes.scss */
  .home-blocks .block .text {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  /* line 61, ../../../../source/wp-content/themes/iena/css/components/_homeboxes.scss */
  .home-blocks .block .image {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
}
/* line 66, ../../../../source/wp-content/themes/iena/css/components/_homeboxes.scss */
.home-blocks .block:last-child {
  margin-bottom: 0;
}
/* line 70, ../../../../source/wp-content/themes/iena/css/components/_homeboxes.scss */
.home-blocks .block.left {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}
/* line 73, ../../../../source/wp-content/themes/iena/css/components/_homeboxes.scss */
.home-blocks .block.left .text {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -moz-order: 2;
  -ms-flex-order: 2;
  order: 2;
}
/* line 76, ../../../../source/wp-content/themes/iena/css/components/_homeboxes.scss */
.home-blocks .block.left .image {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -moz-order: 1;
  -ms-flex-order: 1;
  order: 1;
}
/* line 83, ../../../../source/wp-content/themes/iena/css/components/_homeboxes.scss */
.home-blocks .text {
  max-width: 570px;
  width: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 1199px) {
  /* line 83, ../../../../source/wp-content/themes/iena/css/components/_homeboxes.scss */
  .home-blocks .text {
    max-width: 470px;
    position: relative;
    top: -10px;
  }
}
@media (max-width: 991px) {
  /* line 83, ../../../../source/wp-content/themes/iena/css/components/_homeboxes.scss */
  .home-blocks .text {
    max-width: none;
    margin: 0 22px;
    top: 0;
  }
}
@media (max-width: 767px) {
  /* line 83, ../../../../source/wp-content/themes/iena/css/components/_homeboxes.scss */
  .home-blocks .text {
    margin: 0 15px;
  }
}
/* line 105, ../../../../source/wp-content/themes/iena/css/components/_homeboxes.scss */
.home-blocks .block.left .text {
  padding-left: 1%;
}
@media (max-width: 1199px) {
  /* line 105, ../../../../source/wp-content/themes/iena/css/components/_homeboxes.scss */
  .home-blocks .block.left .text {
    padding-left: 1.5%;
  }
}
@media (max-width: 991px) {
  /* line 105, ../../../../source/wp-content/themes/iena/css/components/_homeboxes.scss */
  .home-blocks .block.left .text {
    padding-left: 0;
  }
}
/* line 116, ../../../../source/wp-content/themes/iena/css/components/_homeboxes.scss */
.home-blocks .block.right .text {
  padding-right: 1%;
}
@media (max-width: 1199px) {
  /* line 116, ../../../../source/wp-content/themes/iena/css/components/_homeboxes.scss */
  .home-blocks .block.right .text {
    padding-right: 1.5%;
  }
}
@media (max-width: 991px) {
  /* line 116, ../../../../source/wp-content/themes/iena/css/components/_homeboxes.scss */
  .home-blocks .block.right .text {
    padding-right: 0;
  }
}
/* line 128, ../../../../source/wp-content/themes/iena/css/components/_homeboxes.scss */
.home-blocks .image {
  width: 50%;
}
@media (max-width: 991px) {
  /* line 128, ../../../../source/wp-content/themes/iena/css/components/_homeboxes.scss */
  .home-blocks .image {
    margin-bottom: 42px;
  }
}
@media (max-width: 767px) {
  /* line 128, ../../../../source/wp-content/themes/iena/css/components/_homeboxes.scss */
  .home-blocks .image {
    margin-bottom: 18px;
  }
}
/* line 139, ../../../../source/wp-content/themes/iena/css/components/_homeboxes.scss */
.home-blocks .block.left .image {
  padding-right: 8%;
}
@media (max-width: 1199px) {
  /* line 139, ../../../../source/wp-content/themes/iena/css/components/_homeboxes.scss */
  .home-blocks .block.left .image {
    padding-right: 9.5%;
  }
}
@media (max-width: 991px) {
  /* line 139, ../../../../source/wp-content/themes/iena/css/components/_homeboxes.scss */
  .home-blocks .block.left .image {
    padding: 0;
  }
}
/* line 149, ../../../../source/wp-content/themes/iena/css/components/_homeboxes.scss */
.home-blocks .block.right .image {
  padding-left: 8%;
}
@media (max-width: 1199px) {
  /* line 149, ../../../../source/wp-content/themes/iena/css/components/_homeboxes.scss */
  .home-blocks .block.right .image {
    padding-left: 9.5%;
  }
}
@media (max-width: 991px) {
  /* line 149, ../../../../source/wp-content/themes/iena/css/components/_homeboxes.scss */
  .home-blocks .block.right .image {
    padding: 0;
  }
}
/* line 160, ../../../../source/wp-content/themes/iena/css/components/_homeboxes.scss */
.home-blocks .title {
  font-size: 48px;
  line-height: 54px;
  font-weight: 200;
  color: #636466;
  margin: 0 0 30px 0;
  letter-spacing: 0.3px;
}
@media (max-width: 767px) {
  /* line 160, ../../../../source/wp-content/themes/iena/css/components/_homeboxes.scss */
  .home-blocks .title {
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 0.1px;
    margin-bottom: 16px;
  }
}
@media (max-width: 480px) {
  /* line 160, ../../../../source/wp-content/themes/iena/css/components/_homeboxes.scss */
  .home-blocks .title {
    margin-bottom: 20px;
  }
}
/* line 179, ../../../../source/wp-content/themes/iena/css/components/_homeboxes.scss */
.home-blocks .title a {
  color: inherit;
}
/* line 181, ../../../../source/wp-content/themes/iena/css/components/_homeboxes.scss */
.home-blocks .title a:hover {
  color: inherit;
}
/* line 188, ../../../../source/wp-content/themes/iena/css/components/_homeboxes.scss */
.home-blocks .link {
  color: #04bad9;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
}
@media (max-width: 991px) {
  /* line 188, ../../../../source/wp-content/themes/iena/css/components/_homeboxes.scss */
  .home-blocks .link {
    position: relative;
    top: 3px;
  }
}
@media (max-width: 767px) {
  /* line 188, ../../../../source/wp-content/themes/iena/css/components/_homeboxes.scss */
  .home-blocks .link {
    top: 1px;
  }
}
/* line 203, ../../../../source/wp-content/themes/iena/css/components/_homeboxes.scss */
.home-blocks .link svg {
  width: 16px;
  height: 13px;
  position: relative;
  top: 1px;
}
/* line 210, ../../../../source/wp-content/themes/iena/css/components/_homeboxes.scss */
.home-blocks .link:hover {
  color: #4677b8;
}
/* line 214, ../../../../source/wp-content/themes/iena/css/components/_homeboxes.scss */
.home-blocks .link:hover svg .cls-4 {
  stroke: #4677b8;
}

/* ==========================================================================
	Posts on blog page
/* ========================================================================== */
/* line 5, ../../../../source/wp-content/themes/iena/css/components/_blogpost.scss */
.darker-bg {
  background: #fbfcfe;
}
@media (max-width: 767px) {
  /* line 5, ../../../../source/wp-content/themes/iena/css/components/_blogpost.scss */
  .darker-bg {
    background: #f3fbff;
  }
}

/* line 13, ../../../../source/wp-content/themes/iena/css/components/_blogpost.scss */
.search-trigger {
  font-size: 14px;
  line-height: 24px;
  cursor: pointer;
  color: #000;
  margin: 14px 0 14px 0;
}
/* line 20, ../../../../source/wp-content/themes/iena/css/components/_blogpost.scss */
.search-trigger i {
  font-size: 14px;
  line-height: 24px;
  margin-right: 7px;
}
/* line 25, ../../../../source/wp-content/themes/iena/css/components/_blogpost.scss */
.search-trigger svg {
  margin-left: 2px;
  width: 12px;
  height: 12px;
  margin-right: 4px;
  position: relative;
  top: 1px;
  left: -1px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
/* line 36, ../../../../source/wp-content/themes/iena/css/components/_blogpost.scss */
.search-trigger.open svg {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* line 41, ../../../../source/wp-content/themes/iena/css/components/_blogpost.scss */
.blog-search {
  margin-top: 50px;
  margin-bottom: 55px;
}
@media (max-width: 991px) {
  /* line 41, ../../../../source/wp-content/themes/iena/css/components/_blogpost.scss */
  .blog-search {
    margin-top: 35px;
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  /* line 41, ../../../../source/wp-content/themes/iena/css/components/_blogpost.scss */
  .blog-search {
    margin-top: 0;
    margin-bottom: 0;
    display: none;
  }
  /* line 55, ../../../../source/wp-content/themes/iena/css/components/_blogpost.scss */
  .blog-search > div {
    padding: 0;
  }
}
/* line 61, ../../../../source/wp-content/themes/iena/css/components/_blogpost.scss */
.blog-search label {
  width: 100%;
}
@media (max-width: 767px) {
  /* line 61, ../../../../source/wp-content/themes/iena/css/components/_blogpost.scss */
  .blog-search label {
    margin-bottom: 0;
  }
}
/* line 69, ../../../../source/wp-content/themes/iena/css/components/_blogpost.scss */
.blog-search .search-form {
  position: relative;
}
@media (max-width: 991px) {
  /* line 69, ../../../../source/wp-content/themes/iena/css/components/_blogpost.scss */
  .blog-search .search-form {
    margin-bottom: 28px;
  }
}
@media (max-width: 767px) {
  /* line 69, ../../../../source/wp-content/themes/iena/css/components/_blogpost.scss */
  .blog-search .search-form {
    background: #FFF;
    border: 1px solid #d7d7d7;
    margin: 0 16px 15px 16px;
  }
}
/* line 82, ../../../../source/wp-content/themes/iena/css/components/_blogpost.scss */
.blog-search .search-form:after {
  content: "";
  width: 16px;
  height: 16px;
  display: block;
  background-image: url("./images/icon-search.svg");
  background-size: 16px 16px;
  top: 12px;
  right: 15px;
  position: absolute;
}
/* line 95, ../../../../source/wp-content/themes/iena/css/components/_blogpost.scss */
.blog-search input[type="search"] {
  background: none;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #d7d7d7;
  font-size: 16px;
  line-height: 24px;
  color: #000;
  height: 40px;
  line-height: 40px;
  width: 100%;
  padding: 0 15px;
}
/* line 108, ../../../../source/wp-content/themes/iena/css/components/_blogpost.scss */
.blog-search input[type="search"]:focus {
  border-color: #000;
}
@media (max-width: 767px) {
  /* line 95, ../../../../source/wp-content/themes/iena/css/components/_blogpost.scss */
  .blog-search input[type="search"] {
    border: none;
  }
}

@media (max-width: 767px) {
  /* line 119, ../../../../source/wp-content/themes/iena/css/components/_blogpost.scss */
  .cat .nice-select {
    border-top: 1px solid #d7d7d7;
  }
}

/* line 124, ../../../../source/wp-content/themes/iena/css/components/_blogpost.scss */
.nice-select {
  background: none;
  width: 100%;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #d7d7d7;
  font-size: 16px;
  line-height: 24px;
  color: #000;
  height: 40px;
  line-height: 40px;
  padding-left: 14px;
}
@media (max-width: 767px) {
  /* line 124, ../../../../source/wp-content/themes/iena/css/components/_blogpost.scss */
  .nice-select {
    padding: 0;
    height: 43px;
    height: auto;
  }
  /* line 142, ../../../../source/wp-content/themes/iena/css/components/_blogpost.scss */
  .nice-select .current {
    padding-left: 14px;
    padding-right: 30px;
  }
  /* line 146, ../../../../source/wp-content/themes/iena/css/components/_blogpost.scss */
  .nice-select .option {
    padding-left: 14px;
    padding-right: 30px;
  }
  /* line 151, ../../../../source/wp-content/themes/iena/css/components/_blogpost.scss */
  .nice-select li:first-child {
    border-top: 1px solid #d1d1d1;
  }
}
/* line 156, ../../../../source/wp-content/themes/iena/css/components/_blogpost.scss */
.nice-select.open {
  background: #FFF;
}
@media (max-width: 767px) {
  /* line 156, ../../../../source/wp-content/themes/iena/css/components/_blogpost.scss */
  .nice-select.open {
    background: none;
    height: auto;
  }
  /* line 163, ../../../../source/wp-content/themes/iena/css/components/_blogpost.scss */
  .nice-select.open .list {
    background: #FFF;
    position: static;
  }
}
/* line 170, ../../../../source/wp-content/themes/iena/css/components/_blogpost.scss */
.nice-select:active, .nice-select.open, .nice-select:focus {
  border-color: #d7d7d7;
}
/* line 174, ../../../../source/wp-content/themes/iena/css/components/_blogpost.scss */
.nice-select:after {
  width: 9px;
  height: 9px;
  border-color: #000;
  margin-top: -5px;
  right: 18px;
}
@media (max-width: 767px) {
  /* line 174, ../../../../source/wp-content/themes/iena/css/components/_blogpost.scss */
  .nice-select:after {
    top: 20px;
  }
}
/* line 186, ../../../../source/wp-content/themes/iena/css/components/_blogpost.scss */
.nice-select .list {
  width: 100%;
  border-radius: 0;
  border: none;
  box-shadow: none;
  -webkit-transform: scale(1) translateY(0);
  -moz-transform: scale(1) translateY(0);
  -ms-transform: scale(1) translateY(0);
  -o-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
}
@media (max-width: 767px) {
  /* line 186, ../../../../source/wp-content/themes/iena/css/components/_blogpost.scss */
  .nice-select .list {
    display: none;
    margin-bottom: 0;
    margin-top: 0;
    position: static;
    opacity: 1;
    -webkit-transition: all 0s linear;
    -moz-transition: all 0s linear;
    -o-transition: all 0s linear;
    transition: all 0s linear;
  }
}
/* line 203, ../../../../source/wp-content/themes/iena/css/components/_blogpost.scss */
.nice-select .option {
  line-height: 46px;
  min-height: 46px;
}
/* line 207, ../../../../source/wp-content/themes/iena/css/components/_blogpost.scss */
.nice-select .option.selected {
  font-weight: 500;
}
@media (max-width: 767px) {
  /* line 210, ../../../../source/wp-content/themes/iena/css/components/_blogpost.scss */
  .nice-select .option.selected, .nice-select .option.focus, .nice-select .option.selected.focus {
    background: none;
  }
}
/* line 215, ../../../../source/wp-content/themes/iena/css/components/_blogpost.scss */
.nice-select .option:hover {
  background-color: #ebebeb;
}

/* line 223, ../../../../source/wp-content/themes/iena/css/components/_blogpost.scss */
.blog-posts {
  margin-top: 30px;
  margin-bottom: -20px;
  position: relative;
}
@media (max-width: 767px) {
  /* line 223, ../../../../source/wp-content/themes/iena/css/components/_blogpost.scss */
  .blog-posts {
    margin-top: 16px;
    margin-bottom: 0px;
  }
}
/* line 233, ../../../../source/wp-content/themes/iena/css/components/_blogpost.scss */
.blog-posts .overlay {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(235, 35, 235, 0);
  background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.6) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, transparent), color-stop(100%, rgba(0, 0, 0, 0.6)));
  background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.6) 100%);
  background: -o-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.6) 100%);
  background: -ms-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.6) 100%);
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.6) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eb23eb', endColorstr='#000000', GradientType=0 );
}

/* line 253, ../../../../source/wp-content/themes/iena/css/components/_blogpost.scss */
.blog-post {
  margin-bottom: 30px;
  padding: 30px;
  height: 359px;
  background-position: center center;
  background-size: cover;
  cursor: pointer;
  color: #FFF;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
}
/* line 9, ../../../../source/wp-content/themes/iena/css/_mixins.scss */
.blog-post:after {
  content: '';
  display: table;
  clear: both;
}
@media (max-width: 991px) {
  /* line 253, ../../../../source/wp-content/themes/iena/css/components/_blogpost.scss */
  .blog-post {
    height: 385px;
  }
}
@media (max-width: 767px) {
  /* line 253, ../../../../source/wp-content/themes/iena/css/components/_blogpost.scss */
  .blog-post {
    height: 188px;
    padding: 21px;
    margin-bottom: 15px;
  }
}
@media (max-width: 480px) {
  /* line 253, ../../../../source/wp-content/themes/iena/css/components/_blogpost.scss */
  .blog-post {
    padding: 19px;
    background-position: center top;
  }
}
/* line 284, ../../../../source/wp-content/themes/iena/css/components/_blogpost.scss */
.blog-post.posts-slider-post {
  width: 100%;
  height: 100%;
  margin: 0;
}
/* line 290, ../../../../source/wp-content/themes/iena/css/components/_blogpost.scss */
.blog-post .post-title {
  margin: 0 0 17px 0;
  line-height: 1.3;
  letter-spacing: 0.1px;
}
@media (max-width: 767px) {
  /* line 290, ../../../../source/wp-content/themes/iena/css/components/_blogpost.scss */
  .blog-post .post-title {
    margin-bottom: 19px;
  }
}
@media (max-width: 480px) {
  /* line 290, ../../../../source/wp-content/themes/iena/css/components/_blogpost.scss */
  .blog-post .post-title {
    margin-bottom: 20px;
  }
}
/* line 303, ../../../../source/wp-content/themes/iena/css/components/_blogpost.scss */
.blog-post .info {
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 0.3px;
}
/* line 308, ../../../../source/wp-content/themes/iena/css/components/_blogpost.scss */
.blog-post .info em {
  font-weight: 600;
  font-style: normal;
}
@media (max-width: 767px) {
  /* line 303, ../../../../source/wp-content/themes/iena/css/components/_blogpost.scss */
  .blog-post .info {
    font-size: 11px;
  }
}

/* line 320, ../../../../source/wp-content/themes/iena/css/components/_blogpost.scss */
.blog-post:hover {
  -webkit-transform: scale(1.02);
  -moz-transform: scale(1.02);
  -ms-transform: scale(1.02);
  -o-transform: scale(1.02);
  transform: scale(1.02);
  -webkit-box-shadow: 3px 5.2px 22.6px 1.4px rgba(0, 0, 0, 0.39);
  -moz-box-shadow: 3px 5.2px 22.6px 1.4px rgba(0, 0, 0, 0.39);
  box-shadow: 3px 5.2px 22.6px 1.4px rgba(0, 0, 0, 0.39);
}
@media (max-width: 1200px) {
  /* line 320, ../../../../source/wp-content/themes/iena/css/components/_blogpost.scss */
  .blog-post:hover {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
}

/* ==========================================================================
	Posts slider
/* ========================================================================== */
/* line 5, ../../../../source/wp-content/themes/iena/css/components/_postsslider.scss */
.home-posts {
  margin-top: 0;
  padding-top: 69px;
  border-bottom: none;
  padding-bottom: 61px;
  background: #fbfcfe;
}
@media (max-width: 1199px) {
  /* line 5, ../../../../source/wp-content/themes/iena/css/components/_postsslider.scss */
  .home-posts {
    padding-top: 49px;
    margin-bottom: 18px;
    padding-bottom: 17px;
  }
}
@media (max-width: 991px) {
  /* line 5, ../../../../source/wp-content/themes/iena/css/components/_postsslider.scss */
  .home-posts {
    padding-top: 38px;
    margin-bottom: 15px;
  }
  /* line 22, ../../../../source/wp-content/themes/iena/css/components/_postsslider.scss */
  .home-posts .mobile-story-navigation {
    padding-top: 20px;
  }
}
@media (max-width: 767px) {
  /* line 5, ../../../../source/wp-content/themes/iena/css/components/_postsslider.scss */
  .home-posts {
    padding-top: 9px;
    margin-bottom: 3px;
  }
  /* line 31, ../../../../source/wp-content/themes/iena/css/components/_postsslider.scss */
  .home-posts .mobile-story-navigation {
    margin-top: -10px;
  }
}
@media (max-width: 480px) {
  /* line 5, ../../../../source/wp-content/themes/iena/css/components/_postsslider.scss */
  .home-posts {
    margin-bottom: -2px;
  }
}
/* line 40, ../../../../source/wp-content/themes/iena/css/components/_postsslider.scss */
.home-posts .wrapper .arrow {
  margin-left: 19px;
}

/* line 45, ../../../../source/wp-content/themes/iena/css/components/_postsslider.scss */
.posts-slider {
  margin-top: 17px;
  overflow: hidden;
  padding: 35px 0;
}
@media (max-width: 991px) {
  /* line 45, ../../../../source/wp-content/themes/iena/css/components/_postsslider.scss */
  .posts-slider {
    margin-top: 15px;
  }
}
@media (max-width: 767px) {
  /* line 45, ../../../../source/wp-content/themes/iena/css/components/_postsslider.scss */
  .posts-slider {
    margin-top: -10px;
  }
}
@media (max-width: 480px) {
  /* line 45, ../../../../source/wp-content/themes/iena/css/components/_postsslider.scss */
  .posts-slider {
    margin-top: -16px;
  }
}
/* line 62, ../../../../source/wp-content/themes/iena/css/components/_postsslider.scss */
.posts-slider .slick-list {
  max-width: 1170px;
  margin: 0 auto;
  overflow: unset !important;
}
@media (max-width: 1199px) {
  /* line 62, ../../../../source/wp-content/themes/iena/css/components/_postsslider.scss */
  .posts-slider .slick-list {
    max-width: 970px;
  }
}
@media (max-width: 991px) {
  /* line 62, ../../../../source/wp-content/themes/iena/css/components/_postsslider.scss */
  .posts-slider .slick-list {
    max-width: 630px;
  }
}
/* line 76, ../../../../source/wp-content/themes/iena/css/components/_postsslider.scss */
.posts-slider .slide {
  margin: 0 15px;
  height: 359px;
}
@media (max-width: 1199px) {
  /* line 76, ../../../../source/wp-content/themes/iena/css/components/_postsslider.scss */
  .posts-slider .slide {
    height: 294px;
  }
}
@media (max-width: 991px) {
  /* line 76, ../../../../source/wp-content/themes/iena/css/components/_postsslider.scss */
  .posts-slider .slide {
    height: 385px;
  }
}
@media (max-width: 767px) {
  /* line 76, ../../../../source/wp-content/themes/iena/css/components/_postsslider.scss */
  .posts-slider .slide {
    height: 291px;
  }
}
@media (max-width: 480px) {
  /* line 76, ../../../../source/wp-content/themes/iena/css/components/_postsslider.scss */
  .posts-slider .slide {
    height: 188px;
  }
}
/* ==========================================================================
	Cookie Notice
/* ========================================================================== */
#cookie-notice .cn-button {
	font-size: 13px;
    font-weight: 500;
    color: #FFF;
    background: #04bad9;
    border-radius: 3px;
    text-decoration: none;
}


.pum[aria-hidden=true],
.pum[aria-hidden=true] .pum-content {
    visibility: hidden;
    display: none !important;
}

.link
.custom-link {
	outline-style: initial;
	outline-width: 1px;
}

.pum-theme-6183 .pum-content {
	background-color: #fff;
}